@xyo-network/react-payload-raw-info 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.
@@ -14,7 +14,7 @@ export interface RawInfoIconProps extends IconButtonProps, ExpansionProps {
14
14
  export declare const RawInfoIconButton: {
15
15
  ({ ref, defaultExpandedJson, dialogContent, iconOnly, iconSize, onCloseCallback, rawValue, presetIconSize, updateExpandedJson, ...props }: RawInfoIconProps & {
16
16
  ref?: React.RefObject<HTMLButtonElement | null>;
17
- }): import("react/jsx-runtime").JSX.Element;
17
+ }): React.JSX.Element;
18
18
  displayName: string;
19
19
  };
20
20
  //# sourceMappingURL=RawInfoIconButton.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-payload-raw-info",
3
- "version": "9.0.1",
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,7 +41,7 @@
41
41
  "README.md"
42
42
  ],
43
43
  "dependencies": {
44
- "@xyo-network/react-shared": "~9.0.1"
44
+ "@xyo-network/react-shared": "~9.0.2"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@bitauth/libauth": "~3.0.0",
@@ -52,8 +52,8 @@
52
52
  "@react-spring/web": "~10.1.0",
53
53
  "@scure/base": "~2.2.0",
54
54
  "@storybook/react-vite": "~10.4.1",
55
- "@types/react": "^19.2.15",
56
- "@xylabs/pixel": "~6.0.4",
55
+ "@types/react": "^19.2.16",
56
+ "@xylabs/pixel": "~6.0.7",
57
57
  "@xylabs/react-button": "~9.0.2",
58
58
  "@xylabs/react-flexbox": "~9.0.2",
59
59
  "@xylabs/react-hooks": "~9.0.2",
@@ -61,17 +61,17 @@
61
61
  "@xylabs/react-promise": "~9.0.2",
62
62
  "@xylabs/react-shared": "~9.0.2",
63
63
  "@xylabs/react-theme": "~9.0.2",
64
- "@xylabs/sdk-js": "^6.0.4",
64
+ "@xylabs/sdk-js": "^6.0.7",
65
65
  "@xylabs/sdk-react": "~9.0.2",
66
- "@xylabs/threads": "^6.0.4",
67
- "@xylabs/toolchain": "~8.1.8",
68
- "@xylabs/tsconfig": "^8.1.8",
69
- "@xylabs/tsconfig-dom": "^8.1.8",
70
- "@xylabs/tsconfig-react": "~8.1.8",
71
- "@xyo-network/boundwitness-model": "^6.0.5",
72
- "@xyo-network/boundwitness-validator": "^6.0.5",
73
- "@xyo-network/payload-builder": "^6.0.5",
74
- "@xyo-network/payload-model": "^6.0.5",
66
+ "@xylabs/threads": "^6.0.7",
67
+ "@xylabs/toolchain": "~8.1.12",
68
+ "@xylabs/tsconfig": "^8.1.12",
69
+ "@xylabs/tsconfig-dom": "^8.1.12",
70
+ "@xylabs/tsconfig-react": "~8.1.12",
71
+ "@xyo-network/boundwitness-model": "^6.0.7",
72
+ "@xyo-network/boundwitness-validator": "^6.0.7",
73
+ "@xyo-network/payload-builder": "^6.0.7",
74
+ "@xyo-network/payload-model": "^6.0.7",
75
75
  "async-mutex": "^0.5.0",
76
76
  "bn.js": "^5.2.3",
77
77
  "bowser": "^2.14.1",
@@ -81,22 +81,21 @@
81
81
  "eslint": "^10.4.1",
82
82
  "ethers": "^6.16.0",
83
83
  "hash-wasm": "~4.12.0",
84
- "lru-cache": "^11.3.6",
84
+ "lru-cache": "^11.5.1",
85
85
  "md5": "~2.3.0",
86
- "mixpanel-browser": "~2.80",
86
+ "mixpanel-browser": "~2.80.0",
87
87
  "numeral": "~2.0.6",
88
88
  "observable-fns": "~0.6.1",
89
89
  "pako": "^2.1.0",
90
90
  "query-string": "~9.4.0",
91
- "react": "^19.2.6",
92
- "react-dom": "^19.2.6",
91
+ "react": "^19.2.7",
92
+ "react-dom": "^19.2.7",
93
93
  "react-router-dom": "^7.16.0",
94
94
  "spark-md5": "~3.0.2",
95
95
  "storybook": "^10.4.1",
96
96
  "typescript": "^6.0.3",
97
- "viem": "^2.51.3",
98
- "vite": "^8.0.14",
99
- "wasm-feature-detect": "~1.8.0",
97
+ "viem": "^2.52.0",
98
+ "vite": "^8.0.16",
100
99
  "zod": "^4.4.3",
101
100
  "zustand": "~5.0.14"
102
101
  },
@@ -143,7 +142,6 @@
143
142
  "react-router-dom": "^7.15",
144
143
  "spark-md5": "~3.0",
145
144
  "viem": "^2.48",
146
- "wasm-feature-detect": "~1.8",
147
145
  "zod": "^4.4",
148
146
  "zustand": "~5.0"
149
147
  },