@xyo-network/react-address-render 9.0.1 → 9.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -13,7 +13,7 @@ export interface AddressRenderRowBoxProps extends FlexBoxProps {
|
|
|
13
13
|
export declare const AddressRenderRowBox: {
|
|
14
14
|
({ ref, address, children, disableSharedRef, favorite: favoriteProp, iconOnly, iconSize, icons, name, showFavorite, ...props }: AddressRenderRowBoxProps & {
|
|
15
15
|
ref?: React.RefObject<HTMLElement | null>;
|
|
16
|
-
}):
|
|
16
|
+
}): React.JSX.Element;
|
|
17
17
|
displayName: string;
|
|
18
18
|
};
|
|
19
19
|
//# sourceMappingURL=RenderRowBox.d.ts.map
|
|
@@ -11,7 +11,7 @@ export interface FavoriteIconButtonProps extends PropsWithChildren, IconButtonPr
|
|
|
11
11
|
export declare const FavoriteIconButton: {
|
|
12
12
|
({ ref, children, favorite: favoriteProp, name, valueType, value, ...props }: FavoriteIconButtonProps & {
|
|
13
13
|
ref?: React.RefObject<HTMLButtonElement | null>;
|
|
14
|
-
}):
|
|
14
|
+
}): React.JSX.Element;
|
|
15
15
|
displayName: string;
|
|
16
16
|
};
|
|
17
17
|
//# sourceMappingURL=FavoriteIconButton.d.ts.map
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { PopperProps } from '@mui/material';
|
|
2
2
|
import type { RefObject } from 'react';
|
|
3
|
+
import React from 'react';
|
|
3
4
|
export interface FavoritePopperProps extends PopperProps {
|
|
4
5
|
favorite?: boolean;
|
|
5
6
|
favoriteRef?: RefObject<HTMLElement | null>;
|
|
@@ -8,7 +9,7 @@ export interface FavoritePopperProps extends PopperProps {
|
|
|
8
9
|
onConfirmFavorite?: (name?: string, newFavoriteState?: boolean) => void;
|
|
9
10
|
}
|
|
10
11
|
export declare const FavoritePopper: {
|
|
11
|
-
({ ref, name: nameProp, favorite, favoriteRef, onClickAway, onConfirmFavorite, ...props }: FavoritePopperProps):
|
|
12
|
+
({ ref, name: nameProp, favorite, favoriteRef, onClickAway, onConfirmFavorite, ...props }: FavoritePopperProps): React.JSX.Element;
|
|
12
13
|
displayName: string;
|
|
13
14
|
};
|
|
14
15
|
//# sourceMappingURL=Popper.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Popper.d.ts","sourceRoot":"","sources":["../../../../src/components/favorite/Popper.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAA;AAIhD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;
|
|
1
|
+
{"version":3,"file":"Popper.d.ts","sourceRoot":"","sources":["../../../../src/components/favorite/Popper.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAA;AAIhD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AACtC,OAAO,KAAoC,MAAM,OAAO,CAAA;AAKxD,MAAM,WAAW,mBAAoB,SAAQ,WAAW;IACtD,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,WAAW,CAAC,EAAE,SAAS,CAAC,WAAW,GAAG,IAAI,CAAC,CAAA;IAC3C,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,UAAU,GAAG,UAAU,KAAK,IAAI,CAAA;IACtD,iBAAiB,CAAC,EAAE,CAAC,IAAI,CAAC,EAAE,MAAM,EAAE,gBAAgB,CAAC,EAAE,OAAO,KAAK,IAAI,CAAA;CACxE;AACD,eAAO,MAAM,cAAc;+FAGtB,mBAAmB;;CA0CvB,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/react-address-render",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.2",
|
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"xyo",
|
|
@@ -41,8 +41,8 @@
|
|
|
41
41
|
"README.md"
|
|
42
42
|
],
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@xyo-network/react-event": "~9.0.
|
|
45
|
-
"@xyo-network/react-shared": "~9.0.
|
|
44
|
+
"@xyo-network/react-event": "~9.0.2",
|
|
45
|
+
"@xyo-network/react-shared": "~9.0.2"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@bitauth/libauth": "~3.0.0",
|
|
@@ -53,8 +53,8 @@
|
|
|
53
53
|
"@react-spring/web": "~10.1.0",
|
|
54
54
|
"@scure/base": "~2.2.0",
|
|
55
55
|
"@storybook/react-vite": "~10.4.1",
|
|
56
|
-
"@types/react": "^19.2.
|
|
57
|
-
"@xylabs/pixel": "~6.0.
|
|
56
|
+
"@types/react": "^19.2.16",
|
|
57
|
+
"@xylabs/pixel": "~6.0.7",
|
|
58
58
|
"@xylabs/react-button": "~9.0.2",
|
|
59
59
|
"@xylabs/react-flexbox": "~9.0.2",
|
|
60
60
|
"@xylabs/react-hooks": "~9.0.2",
|
|
@@ -63,16 +63,16 @@
|
|
|
63
63
|
"@xylabs/react-promise": "~9.0.2",
|
|
64
64
|
"@xylabs/react-shared": "~9.0.2",
|
|
65
65
|
"@xylabs/react-theme": "~9.0.2",
|
|
66
|
-
"@xylabs/sdk-js": "^6.0.
|
|
67
|
-
"@xylabs/threads": "^6.0.
|
|
68
|
-
"@xylabs/toolchain": "~8.1.
|
|
69
|
-
"@xylabs/tsconfig": "^8.1.
|
|
70
|
-
"@xylabs/tsconfig-dom": "^8.1.
|
|
71
|
-
"@xylabs/tsconfig-react": "~8.1.
|
|
72
|
-
"@xyo-network/boundwitness-model": "^6.0.
|
|
73
|
-
"@xyo-network/boundwitness-validator": "^6.0.
|
|
74
|
-
"@xyo-network/payload-builder": "^6.0.
|
|
75
|
-
"@xyo-network/payload-model": "^6.0.
|
|
66
|
+
"@xylabs/sdk-js": "^6.0.7",
|
|
67
|
+
"@xylabs/threads": "^6.0.7",
|
|
68
|
+
"@xylabs/toolchain": "~8.1.12",
|
|
69
|
+
"@xylabs/tsconfig": "^8.1.12",
|
|
70
|
+
"@xylabs/tsconfig-dom": "^8.1.12",
|
|
71
|
+
"@xylabs/tsconfig-react": "~8.1.12",
|
|
72
|
+
"@xyo-network/boundwitness-model": "^6.0.7",
|
|
73
|
+
"@xyo-network/boundwitness-validator": "^6.0.7",
|
|
74
|
+
"@xyo-network/payload-builder": "^6.0.7",
|
|
75
|
+
"@xyo-network/payload-model": "^6.0.7",
|
|
76
76
|
"async-mutex": "^0.5.0",
|
|
77
77
|
"bn.js": "^5.2.3",
|
|
78
78
|
"bowser": "^2.14.1",
|
|
@@ -82,18 +82,17 @@
|
|
|
82
82
|
"ethers": "^6.16.0",
|
|
83
83
|
"hash-wasm": "~4.12.0",
|
|
84
84
|
"md5": "~2.3.0",
|
|
85
|
-
"mixpanel-browser": "~2.80",
|
|
85
|
+
"mixpanel-browser": "~2.80.0",
|
|
86
86
|
"observable-fns": "~0.6.1",
|
|
87
87
|
"pako": "^2.1.0",
|
|
88
88
|
"query-string": "~9.4.0",
|
|
89
|
-
"react": "^19.2.
|
|
90
|
-
"react-dom": "^19.2.
|
|
89
|
+
"react": "^19.2.7",
|
|
90
|
+
"react-dom": "^19.2.7",
|
|
91
91
|
"react-router-dom": "^7.16.0",
|
|
92
92
|
"spark-md5": "~3.0.2",
|
|
93
93
|
"storybook": "^10.4.1",
|
|
94
94
|
"typescript": "^6.0.3",
|
|
95
|
-
"vite": "^8.0.
|
|
96
|
-
"wasm-feature-detect": "~1.8.0",
|
|
95
|
+
"vite": "^8.0.16",
|
|
97
96
|
"zod": "^4.4.3"
|
|
98
97
|
},
|
|
99
98
|
"peerDependencies": {
|
|
@@ -135,7 +134,6 @@
|
|
|
135
134
|
"react-dom": "^19.2",
|
|
136
135
|
"react-router-dom": "^7.15",
|
|
137
136
|
"spark-md5": "~3.0",
|
|
138
|
-
"wasm-feature-detect": "~1.8",
|
|
139
137
|
"zod": "^4.4"
|
|
140
138
|
},
|
|
141
139
|
"publishConfig": {
|