@xyo-network/react-address-render 9.0.0 → 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
- }): import("react/jsx-runtime").JSX.Element;
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
- }): import("react/jsx-runtime").JSX.Element;
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): import("react/jsx-runtime").JSX.Element;
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;AAMtC,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"}
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.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.0",
45
- "@xyo-network/react-shared": "~9.0.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",
@@ -50,55 +50,49 @@
50
50
  "@mui/material": "^9.0.1",
51
51
  "@opentelemetry/api": "^1.9.1",
52
52
  "@opentelemetry/sdk-trace-base": "^2.7.1",
53
- "@react-spring/web": "~10.0.3",
53
+ "@react-spring/web": "~10.1.0",
54
54
  "@scure/base": "~2.2.0",
55
- "@storybook/react-vite": "~10.4.0",
56
- "@types/react": "^19.2.15",
57
- "@xylabs/pixel": "~6.0.2",
58
- "@xylabs/react-button": "~9.0.0",
59
- "@xylabs/react-flexbox": "~9.0.0",
60
- "@xylabs/react-hooks": "~9.0.0",
61
- "@xylabs/react-identicon": "~9.0.0",
62
- "@xylabs/react-link": "~9.0.0",
63
- "@xylabs/react-promise": "~9.0.0",
64
- "@xylabs/react-shared": "~9.0.0",
65
- "@xylabs/react-theme": "~9.0.0",
66
- "@xylabs/sdk-js": "^6.0.2",
67
- "@xylabs/threads": "~6.0.2",
68
- "@xylabs/toolchain": "~8.1.1",
69
- "@xylabs/tsconfig": "^8.1.1",
70
- "@xylabs/tsconfig-dom": "^8.1.1",
71
- "@xylabs/tsconfig-react": "~8.1.1",
72
- "@xyo-network/boundwitness-model": "^6.0.0",
73
- "@xyo-network/boundwitness-validator": "^6.0.0",
74
- "@xyo-network/payload-builder": "^6.0.0",
75
- "@xyo-network/payload-model": "^6.0.0",
55
+ "@storybook/react-vite": "~10.4.1",
56
+ "@types/react": "^19.2.16",
57
+ "@xylabs/pixel": "~6.0.7",
58
+ "@xylabs/react-button": "~9.0.2",
59
+ "@xylabs/react-flexbox": "~9.0.2",
60
+ "@xylabs/react-hooks": "~9.0.2",
61
+ "@xylabs/react-identicon": "~9.0.2",
62
+ "@xylabs/react-link": "~9.0.2",
63
+ "@xylabs/react-promise": "~9.0.2",
64
+ "@xylabs/react-shared": "~9.0.2",
65
+ "@xylabs/react-theme": "~9.0.2",
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",
79
79
  "buffer": "^6.0.3",
80
- "chalk": "^5.6.2",
81
80
  "debug": "~4.4.3",
82
- "eslint": "^10.4.0",
81
+ "eslint": "^10.4.1",
83
82
  "ethers": "^6.16.0",
84
- "fast-deep-equal": "~3.1.3",
85
83
  "hash-wasm": "~4.12.0",
86
- "js-cookie": "~3.0.7",
87
84
  "md5": "~2.3.0",
88
- "mixpanel-browser": "~2.79.0",
85
+ "mixpanel-browser": "~2.80.0",
89
86
  "observable-fns": "~0.6.1",
90
87
  "pako": "^2.1.0",
91
- "query-string": "~9.3.1",
92
- "react": "^19.2.6",
93
- "react-dom": "^19.2.6",
94
- "react-is": "^19.2.6",
95
- "react-router-dom": "^7.15.1",
96
- "recharts": "~3.8.1",
88
+ "query-string": "~9.4.0",
89
+ "react": "^19.2.7",
90
+ "react-dom": "^19.2.7",
91
+ "react-router-dom": "^7.16.0",
97
92
  "spark-md5": "~3.0.2",
98
- "storybook": "^10.4.0",
93
+ "storybook": "^10.4.1",
99
94
  "typescript": "^6.0.3",
100
- "vite": "^8.0.13",
101
- "wasm-feature-detect": "~1.8.0",
95
+ "vite": "^8.0.16",
102
96
  "zod": "^4.4.3"
103
97
  },
104
98
  "peerDependencies": {
@@ -107,7 +101,7 @@
107
101
  "@mui/material": "^9.0",
108
102
  "@opentelemetry/api": "^1.9",
109
103
  "@opentelemetry/sdk-trace-base": "^2.7",
110
- "@react-spring/web": "~10.0",
104
+ "@react-spring/web": "~10.1",
111
105
  "@scure/base": "~2.2",
112
106
  "@xylabs/pixel": "~6.0",
113
107
  "@xylabs/react-button": "~9.0",
@@ -119,7 +113,7 @@
119
113
  "@xylabs/react-shared": "~9.0",
120
114
  "@xylabs/react-theme": "~9.0",
121
115
  "@xylabs/sdk-js": "^6.0",
122
- "@xylabs/threads": "~6.0",
116
+ "@xylabs/threads": "^6.0",
123
117
  "@xyo-network/boundwitness-model": "^6.0",
124
118
  "@xyo-network/boundwitness-validator": "^6.0",
125
119
  "@xyo-network/payload-builder": "^6.0",
@@ -128,24 +122,18 @@
128
122
  "bn.js": "^5.2",
129
123
  "bowser": "^2.14",
130
124
  "buffer": "^6.0",
131
- "chalk": "^5.6",
132
125
  "debug": "~4.4",
133
126
  "ethers": "^6.16",
134
- "fast-deep-equal": "~3.1",
135
127
  "hash-wasm": "~4.12",
136
- "js-cookie": "~3.0",
137
128
  "md5": "~2.3",
138
- "mixpanel-browser": "~2.79",
129
+ "mixpanel-browser": "~2.80",
139
130
  "observable-fns": "~0.6",
140
131
  "pako": "^2.1",
141
- "query-string": "~9.3",
132
+ "query-string": "~9.4",
142
133
  "react": "^19.2",
143
134
  "react-dom": "^19.2",
144
- "react-is": "^19.2",
145
135
  "react-router-dom": "^7.15",
146
- "recharts": "~3.8",
147
136
  "spark-md5": "~3.0",
148
- "wasm-feature-detect": "~1.8",
149
137
  "zod": "^4.4"
150
138
  },
151
139
  "publishConfig": {