@xyo-network/react-schema-plugin 8.0.0 → 8.0.1

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.
@@ -19,4 +19,4 @@ export {
19
19
  SchemaRenderPlugin,
20
20
  SchemaRenderPlugin as default
21
21
  };
22
- //# sourceMappingURL=index.mjs.map
22
+ //# sourceMappingURL=index.mjs.map
@@ -1 +1,7 @@
1
- {"version":3,"sources":["../../src/Plugin.ts","../../src/Details.tsx"],"sourcesContent":["import type { Payload } from '@xyo-network/payload-model'\nimport type { PayloadRenderPlugin } from '@xyo-network/react-payload-plugin'\nimport { createPayloadRenderPlugin } from '@xyo-network/react-payload-plugin'\nimport { SchemaSchema } from '@xyo-network/schema-payload-plugin'\n\nimport { DetailsBox } from './Details.tsx'\n\nexport const SchemaRenderPlugin: PayloadRenderPlugin = createPayloadRenderPlugin({\n canRender: (payload?: Payload) => payload?.schema === SchemaSchema,\n components: { box: { details: DetailsBox } },\n name: 'Schema',\n})\n","import type { FlexBoxProps } from '@xylabs/react-flexbox'\nimport { PayloadDetails } from '@xyo-network/react-payload-details'\nimport type { PayloadRenderProps } from '@xyo-network/react-payload-plugin'\nimport React from 'react'\n\nexport const DetailsBox: React.FC<PayloadRenderProps & FlexBoxProps> = (props) => {\n return <PayloadDetails {...props} />\n}\n"],"mappings":";AAEA,SAAS,iCAAiC;AAC1C,SAAS,oBAAoB;;;ACF7B,SAAS,sBAAsB;AAKtB;AADF,IAAM,aAA0D,CAAC,UAAU;AAChF,SAAO,oBAAC,kBAAgB,GAAG,OAAO;AACpC;;;ADAO,IAAM,qBAA0C,0BAA0B;AAAA,EAC/E,WAAW,CAAC,YAAsB,SAAS,WAAW;AAAA,EACtD,YAAY,EAAE,KAAK,EAAE,SAAS,WAAW,EAAE;AAAA,EAC3C,MAAM;AACR,CAAC;","names":[]}
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../src/Plugin.ts", "../../src/Details.tsx"],
4
+ "sourcesContent": ["import type { Payload } from '@xyo-network/payload-model'\nimport type { PayloadRenderPlugin } from '@xyo-network/react-payload-plugin'\nimport { createPayloadRenderPlugin } from '@xyo-network/react-payload-plugin'\nimport { SchemaSchema } from '@xyo-network/schema-payload-plugin'\n\nimport { DetailsBox } from './Details.tsx'\n\nexport const SchemaRenderPlugin: PayloadRenderPlugin = createPayloadRenderPlugin({\n canRender: (payload?: Payload) => payload?.schema === SchemaSchema,\n components: { box: { details: DetailsBox } },\n name: 'Schema',\n})\n", "import type { FlexBoxProps } from '@xylabs/react-flexbox'\nimport { PayloadDetails } from '@xyo-network/react-payload-details'\nimport type { PayloadRenderProps } from '@xyo-network/react-payload-plugin'\nimport React from 'react'\n\nexport const DetailsBox: React.FC<PayloadRenderProps & FlexBoxProps> = (props) => {\n return <PayloadDetails {...props} />\n}\n"],
5
+ "mappings": ";AAEA,SAAS,iCAAiC;AAC1C,SAAS,oBAAoB;;;ACF7B,SAAS,sBAAsB;AAKtB;AADF,IAAM,aAA0D,CAAC,UAAU;AAChF,SAAO,oBAAC,kBAAgB,GAAG,OAAO;AACpC;;;ADAO,IAAM,qBAA0C,0BAA0B;AAAA,EAC/E,WAAW,CAAC,YAAsB,SAAS,WAAW;AAAA,EACtD,YAAY,EAAE,KAAK,EAAE,SAAS,WAAW,EAAE;AAAA,EAC3C,MAAM;AACR,CAAC;",
6
+ "names": []
7
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-schema-plugin",
3
- "version": "8.0.0",
3
+ "version": "8.0.1",
4
4
  "description": "Common React library for all XYO projects that use React",
5
5
  "keywords": [
6
6
  "xyo",
@@ -41,41 +41,39 @@
41
41
  "README.md"
42
42
  ],
43
43
  "dependencies": {
44
- "@xyo-network/react-payload-details": "~8.0.0",
45
- "@xyo-network/react-payload-plugin": "~8.0.0"
44
+ "@xyo-network/react-payload-details": "~8.0.1",
45
+ "@xyo-network/react-payload-plugin": "~8.0.1"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@bitauth/libauth": "~3.0.0",
49
- "@emotion/react": "^11.14.0",
50
- "@emotion/styled": "^11.14.1",
51
- "@mui/icons-material": "~9.0",
52
- "@mui/material": "~9.0",
53
- "@mui/system": "~9.0",
54
- "@mui/x-tree-view": "~9.1",
49
+ "@mui/icons-material": "^9.0.1",
50
+ "@mui/material": "^9.0.1",
51
+ "@mui/system": "^9.0.1",
52
+ "@mui/x-tree-view": "~9.1.0",
55
53
  "@opentelemetry/api": "^1.9.1",
56
54
  "@opentelemetry/sdk-trace-base": "^2.7.1",
57
55
  "@react-spring/web": "~10.0.3",
58
56
  "@scure/base": "~2.2.0",
59
- "@textea/json-viewer": "~4.0.1",
60
57
  "@types/react": "^19.2.14",
61
- "@xylabs/pixel": "~5.1.2",
62
- "@xylabs/react-async-effect": "~8.0",
63
- "@xylabs/react-button": "~8.0",
64
- "@xylabs/react-flexbox": "~8.0",
65
- "@xylabs/react-hooks": "~8.0",
66
- "@xylabs/react-identicon": "~8.0",
67
- "@xylabs/react-link": "~8.0",
68
- "@xylabs/react-promise": "~8.0",
69
- "@xylabs/react-quick-tip-button": "~8.0",
70
- "@xylabs/react-select": "~8.0",
71
- "@xylabs/react-shared": "~8.0",
72
- "@xylabs/react-theme": "~8.0",
73
- "@xylabs/sdk-js": "^5.1.2",
74
- "@xylabs/threads": "~5.1.2",
75
- "@xylabs/toolchain": "~7.13.22",
76
- "@xylabs/tsconfig": "^7.13.22",
77
- "@xylabs/tsconfig-dom": "^7.13.22",
78
- "@xylabs/tsconfig-react": "~7.13.22",
58
+ "@xylabs/pixel": "~5.1.3",
59
+ "@xylabs/react-async-effect": "~8.0.3",
60
+ "@xylabs/react-button": "~8.0.3",
61
+ "@xylabs/react-flexbox": "~8.0.3",
62
+ "@xylabs/react-hooks": "~8.0.3",
63
+ "@xylabs/react-identicon": "~8.0.3",
64
+ "@xylabs/react-link": "~8.0.3",
65
+ "@xylabs/react-promise": "~8.0.3",
66
+ "@xylabs/react-quick-tip-button": "~8.0.3",
67
+ "@xylabs/react-select": "~8.0.3",
68
+ "@xylabs/react-shared": "~8.0.3",
69
+ "@xylabs/react-theme": "~8.0.3",
70
+ "@xylabs/sdk-js": "^5.1.3",
71
+ "@xylabs/sdk-react": "~8.0.3",
72
+ "@xylabs/threads": "~5.1.3",
73
+ "@xylabs/toolchain": "~8.0.6",
74
+ "@xylabs/tsconfig": "^8.0.6",
75
+ "@xylabs/tsconfig-dom": "^8.0.6",
76
+ "@xylabs/tsconfig-react": "~8.0.6",
79
77
  "@xyo-network/account": "~5.6.2",
80
78
  "@xyo-network/account-model": "^5.6.3",
81
79
  "@xyo-network/boundwitness-builder": "^5.6.2",
@@ -105,41 +103,42 @@
105
103
  "bowser": "^2.14.1",
106
104
  "buffer": "^6.0.3",
107
105
  "chalk": "^5.6.2",
106
+ "clsx": "~2.1.1",
108
107
  "debug": "~4.4.3",
109
- "eslint": "^10.3.0",
108
+ "eslint": "^10.4.0",
110
109
  "ethers": "^6.16.0",
111
110
  "fast-deep-equal": "~3.1.3",
112
111
  "hash-wasm": "~4.12.0",
113
- "js-cookie": "~3.0.5",
112
+ "js-cookie": "~3.0.6",
114
113
  "lru-cache": "^11.3.6",
115
114
  "md5": "~2.3.0",
116
- "mixpanel-browser": "~2.78.0",
115
+ "mixpanel-browser": "~2.79.0",
116
+ "numeral": "~2.0.6",
117
117
  "observable-fns": "~0.6.1",
118
118
  "pako": "^2.1.0",
119
119
  "query-string": "~9.3.1",
120
120
  "react": "^19.2.6",
121
121
  "react-dom": "^19.2.6",
122
122
  "react-is": "^19.2.6",
123
- "react-router-dom": "^7.15.0",
123
+ "react-router-dom": "^7.15.1",
124
124
  "recharts": "~3.8.1",
125
125
  "spark-md5": "~3.0.2",
126
- "typescript": "^5.9.3",
126
+ "typescript": "^6.0.3",
127
+ "viem": "^2.49.3",
127
128
  "wasm-feature-detect": "~1.8.0",
128
- "zod": "^4.4.3"
129
+ "zod": "^4.4.3",
130
+ "zustand": "~5.0.13"
129
131
  },
130
132
  "peerDependencies": {
131
133
  "@bitauth/libauth": "~3.0",
132
- "@emotion/react": "^11.14",
133
- "@emotion/styled": "^11.14",
134
- "@mui/icons-material": "~9.0",
135
- "@mui/material": "~9.0",
136
- "@mui/system": "~9.0",
134
+ "@mui/icons-material": "^9.0",
135
+ "@mui/material": "^9.0",
136
+ "@mui/system": "^9.0",
137
137
  "@mui/x-tree-view": "~9.1",
138
138
  "@opentelemetry/api": "^1.9",
139
139
  "@opentelemetry/sdk-trace-base": "^2.7",
140
140
  "@react-spring/web": "~10.0",
141
141
  "@scure/base": "~2.2",
142
- "@textea/json-viewer": "~4.0",
143
142
  "@xylabs/pixel": "~5.1",
144
143
  "@xylabs/react-async-effect": "~8.0",
145
144
  "@xylabs/react-button": "~8.0",
@@ -153,6 +152,7 @@
153
152
  "@xylabs/react-shared": "~8.0",
154
153
  "@xylabs/react-theme": "~8.0",
155
154
  "@xylabs/sdk-js": "^5.1",
155
+ "@xylabs/sdk-react": "~8.0",
156
156
  "@xylabs/threads": "~5.1",
157
157
  "@xyo-network/account": "~5.6",
158
158
  "@xyo-network/account-model": "^5.6",
@@ -183,6 +183,7 @@
183
183
  "bowser": "^2.14",
184
184
  "buffer": "^6.0",
185
185
  "chalk": "^5.6",
186
+ "clsx": "~2.1",
186
187
  "debug": "~4.4",
187
188
  "ethers": "^6.16",
188
189
  "fast-deep-equal": "~3.1",
@@ -190,7 +191,8 @@
190
191
  "js-cookie": "~3.0",
191
192
  "lru-cache": "^11.3",
192
193
  "md5": "~2.3",
193
- "mixpanel-browser": "~2.78",
194
+ "mixpanel-browser": "~2.79",
195
+ "numeral": "~2.0",
194
196
  "observable-fns": "~0.6",
195
197
  "pako": "^2.1",
196
198
  "query-string": "~9.3",
@@ -200,8 +202,10 @@
200
202
  "react-router-dom": "^7.15",
201
203
  "recharts": "~3.8",
202
204
  "spark-md5": "~3.0",
205
+ "viem": "^2.48",
203
206
  "wasm-feature-detect": "~1.8",
204
- "zod": "^4.4"
207
+ "zod": "^4.4",
208
+ "zustand": "~5.0"
205
209
  },
206
210
  "publishConfig": {
207
211
  "access": "public"