@xyo-network/react-schema-plugin 10.0.3 → 10.0.5

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.
@@ -1,4 +1,4 @@
1
- import type { FlexBoxProps } from '@xylabs/react-flexbox';
1
+ import type { FlexBoxProps } from '@ariestools/sdk-react/flexbox';
2
2
  import type { PayloadRenderProps } from '@xyo-network/react-payload-plugin';
3
3
  import React from 'react';
4
4
  export declare const DetailsBox: React.FC<PayloadRenderProps & FlexBoxProps>;
@@ -1 +1 @@
1
- {"version":3,"file":"Details.d.ts","sourceRoot":"","sources":["../../src/Details.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAA;AAEzD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,mCAAmC,CAAA;AAC3E,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,GAAG,YAAY,CAElE,CAAA"}
1
+ {"version":3,"file":"Details.d.ts","sourceRoot":"","sources":["../../src/Details.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,+BAA+B,CAAA;AAEjE,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,mCAAmC,CAAA;AAC3E,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,GAAG,YAAY,CAElE,CAAA"}
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../src/Plugin.ts", "../../src/Details.tsx"],
4
- "sourcesContent": ["import type { PayloadRenderPlugin } from '@xyo-network/react-payload-plugin'\nimport { createPayloadRenderPlugin } from '@xyo-network/react-payload-plugin'\nimport type { Payload } from '@xyo-network/sdk'\nimport { SchemaSchema } from '@xyo-network/sdk'\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"],
4
+ "sourcesContent": ["import type { PayloadRenderPlugin } from '@xyo-network/react-payload-plugin'\nimport { createPayloadRenderPlugin } from '@xyo-network/react-payload-plugin'\nimport type { Payload } from '@xyo-network/sdk'\nimport { SchemaSchema } from '@xyo-network/sdk'\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 '@ariestools/sdk-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
5
  "mappings": ";AACA,SAAS,iCAAiC;AAE1C,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
6
  "names": []
7
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-schema-plugin",
3
- "version": "10.0.3",
3
+ "version": "10.0.5",
4
4
  "description": "Common React library for all XYO projects that use React",
5
5
  "keywords": [
6
6
  "xyo",
@@ -41,124 +41,106 @@
41
41
  "README.md"
42
42
  ],
43
43
  "dependencies": {
44
- "@xyo-network/react-payload-details": "~10.0.3",
45
- "@xyo-network/react-payload-plugin": "~10.0.3"
44
+ "@xyo-network/react-payload-plugin": "~10.0.5",
45
+ "@xyo-network/react-payload-details": "~10.0.5"
46
46
  },
47
47
  "devDependencies": {
48
+ "@ariestools/eth-address": "~8.0.2",
49
+ "@ariestools/pixel": "~8.0.2",
50
+ "@ariestools/sdk": "~8.0.2",
51
+ "@ariestools/sdk-react": "~11.0.0",
52
+ "@ariestools/threads": "~8.0.2",
48
53
  "@bitauth/libauth": "~3.0.0",
49
- "@mui/icons-material": "^9.1.1",
50
- "@mui/material": "^9.1.2",
51
- "@mui/system": "^9.1.2",
52
- "@mui/x-tree-view": "~9.7.0",
54
+ "@metamask/providers": "~22.1.1",
55
+ "@mui/icons-material": "~9.2.0",
56
+ "@mui/material": "~9.2.0",
57
+ "@mui/system": "~9.2.0",
58
+ "@mui/x-tree-view": "~9.8.0",
53
59
  "@noble/post-quantum": "~0.6.1",
54
- "@opentelemetry/api": "^1.9.1",
55
- "@opentelemetry/sdk-trace-base": "^2.8.0",
60
+ "@opentelemetry/api": "~1.9.1",
61
+ "@opentelemetry/sdk-trace-base": "~2.9.0",
56
62
  "@react-spring/web": "~10.1.2",
57
63
  "@scure/base": "~2.2.0",
58
64
  "@scure/bip39": "~2.2.0",
59
- "@types/react": "^19.2.17",
60
- "@xylabs/eth-address": "^7.0.1",
61
- "@xylabs/geo": "^7.0.1",
62
- "@xylabs/pixel": "^7.0.1",
63
- "@xylabs/react-async-effect": "~10.0",
64
- "@xylabs/react-button": "~10.0",
65
- "@xylabs/react-flexbox": "~10.0",
66
- "@xylabs/react-hooks": "~10.0",
67
- "@xylabs/react-identicon": "~10.0",
68
- "@xylabs/react-link": "~10.0",
69
- "@xylabs/react-promise": "~10.0",
70
- "@xylabs/react-quick-tip-button": "~10.0",
71
- "@xylabs/react-select": "~10.0",
72
- "@xylabs/react-shared": "~10.0",
73
- "@xylabs/react-theme": "~10.0",
74
- "@xylabs/sdk": "^7.0.1",
75
- "@xylabs/sdk-react": "~10.0",
76
- "@xylabs/threads": "^7.0.1",
77
- "@xylabs/toolchain": "~8.5.3",
78
- "@xylabs/tsconfig": "^8.5.3",
79
- "@xylabs/tsconfig-dom": "^8.5.3",
80
- "@xylabs/tsconfig-react": "~8.5.3",
81
- "@xyo-network/diviner-schema-list": "^7.0.3",
82
- "@xyo-network/diviner-schema-stats": "^7.0.3",
65
+ "@types/react": "~19.2.17",
66
+ "@xylabs/toolchain": "~8.6.6",
67
+ "@xylabs/tsconfig": "~8.6.6",
68
+ "@xylabs/tsconfig-dom": "~8.6.6",
69
+ "@xylabs/tsconfig-react": "~8.6.6",
70
+ "@xyo-network/diviner-schema-list": "~7.0.9",
71
+ "@xyo-network/diviner-schema-stats": "~7.0.9",
83
72
  "@xyo-network/node-core-types": "~4.2.2",
84
- "@xyo-network/sdk": "^7.0.3",
85
- "@xyo-network/sdk-protocol": "^7.0.4",
73
+ "@xyo-network/sdk": "~7.0.9",
74
+ "@xyo-network/sdk-protocol": "~7.0.14",
86
75
  "@xyo-network/typeof": "~5.3.30",
76
+ "ajv": "~8.20.0",
77
+ "async-mutex": "~0.5.0",
78
+ "clsx": "~2.1.1",
79
+ "debug": "~4.4.3",
80
+ "eslint": "~10.6.0",
81
+ "ethers": "~6.17.0",
82
+ "hash-wasm": "~4.12.0",
83
+ "idb": "~8.0.3",
84
+ "lru-cache": "~11.5.1",
85
+ "md5": "~2.3.0",
86
+ "numeral": "~2.0.6",
87
+ "observable-fns": "~0.6.1",
88
+ "query-string": "~9.4.1",
89
+ "react": "~19.2.7",
90
+ "react-dom": "~19.2.7",
91
+ "react-router-dom": "~7.18.1",
92
+ "rollbar": "~3.1.0",
93
+ "typescript": "~6.0.3",
94
+ "viem": "~2.54.3",
95
+ "webextension-polyfill": "~0.12.0",
96
+ "zod": "~4.4.3",
97
+ "zustand": "~5.0.14"
98
+ },
99
+ "peerDependencies": {
100
+ "@ariestools/eth-address": "^8.0.2",
101
+ "@ariestools/pixel": "^8.0.2",
102
+ "@ariestools/sdk": "^8.0.2",
103
+ "@ariestools/sdk-react": "^11.0.0",
104
+ "@ariestools/threads": "^8.0.2",
105
+ "@bitauth/libauth": "^3.0.0",
106
+ "@metamask/providers": "^22.1.1",
107
+ "@mui/icons-material": "^9.2.0",
108
+ "@mui/material": "^9.2.0",
109
+ "@mui/system": "^9.2.0",
110
+ "@mui/x-tree-view": "^9.8.0",
111
+ "@noble/post-quantum": "^0.6.1",
112
+ "@opentelemetry/api": "^1.9.1",
113
+ "@opentelemetry/sdk-trace-base": "^2.9.0",
114
+ "@react-spring/web": "^10.1.2",
115
+ "@scure/base": "^2.2.0",
116
+ "@scure/bip39": "^2.2.0",
117
+ "@types/react": "^19.2.17",
118
+ "@xyo-network/diviner-schema-list": "^7.0.9",
119
+ "@xyo-network/diviner-schema-stats": "^7.0.9",
120
+ "@xyo-network/node-core-types": "^4.2.2",
121
+ "@xyo-network/sdk": "^7.0.9",
122
+ "@xyo-network/sdk-protocol": "^7.0.14",
123
+ "@xyo-network/typeof": "^5.3.30",
87
124
  "ajv": "^8.20.0",
88
125
  "async-mutex": "^0.5.0",
89
- "clsx": "~2.1.1",
126
+ "clsx": "^2.1.1",
90
127
  "debug": "^4.4.3",
91
- "eslint": "^10.6.0",
92
128
  "ethers": "^6.17.0",
93
- "hash-wasm": "~4.12.0",
129
+ "hash-wasm": "^4.12.0",
94
130
  "idb": "^8.0.3",
95
131
  "lru-cache": "^11.5.1",
96
- "md5": "~2.3.0",
97
- "numeral": "~2.0.6",
132
+ "md5": "^2.3.0",
133
+ "numeral": "^2.0.6",
98
134
  "observable-fns": "^0.6.1",
99
- "query-string": "~9.4.1",
135
+ "query-string": "^9.4.1",
100
136
  "react": "^19.2.7",
101
137
  "react-dom": "^19.2.7",
102
- "react-router-dom": "^7.18.0",
103
- "typescript": "^6.0.3",
104
- "viem": "^2.53.1",
138
+ "react-router-dom": "^7.18.1",
139
+ "rollbar": "^3.1.0",
140
+ "viem": "^2.54.3",
141
+ "webextension-polyfill": "^0.12.0",
105
142
  "zod": "^4.4.3",
106
- "zustand": "~5.0.14"
107
- },
108
- "peerDependencies": {
109
- "@bitauth/libauth": "~3.0",
110
- "@mui/icons-material": "^9.0",
111
- "@mui/material": "^9.0",
112
- "@mui/system": "^9.0",
113
- "@mui/x-tree-view": "~9.7",
114
- "@noble/post-quantum": "~0.6.1",
115
- "@opentelemetry/api": "^1.9",
116
- "@opentelemetry/sdk-trace-base": "^2.7",
117
- "@react-spring/web": "~10.1",
118
- "@scure/base": "~2.2",
119
- "@scure/bip39": "~2.2",
120
- "@types/react": "^19.2",
121
- "@xylabs/eth-address": "^7.0",
122
- "@xylabs/geo": "^7.0",
123
- "@xylabs/pixel": "^7.0",
124
- "@xylabs/react-async-effect": "^10.0",
125
- "@xylabs/react-button": "^10.0",
126
- "@xylabs/react-flexbox": "^10.0",
127
- "@xylabs/react-hooks": "^10.0",
128
- "@xylabs/react-identicon": "^10.0",
129
- "@xylabs/react-link": "^10.0",
130
- "@xylabs/react-promise": "^10.0",
131
- "@xylabs/react-quick-tip-button": "^10.0",
132
- "@xylabs/react-select": "^10.0",
133
- "@xylabs/react-shared": "^10.0",
134
- "@xylabs/react-theme": "^10.0",
135
- "@xylabs/sdk": "^7.0",
136
- "@xylabs/sdk-react": "^10.0",
137
- "@xylabs/threads": "^7.0",
138
- "@xyo-network/diviner-schema-list": "^7.0",
139
- "@xyo-network/diviner-schema-stats": "^7.0",
140
- "@xyo-network/node-core-types": "~4.2",
141
- "@xyo-network/sdk": "*",
142
- "@xyo-network/sdk-protocol": "^7.0",
143
- "@xyo-network/typeof": "~5.3",
144
- "ajv": "^8.20",
145
- "async-mutex": "^0.5",
146
- "clsx": "~2.1",
147
- "debug": "^4.4",
148
- "ethers": "^6.16",
149
- "hash-wasm": "~4.12",
150
- "idb": "^8.0",
151
- "lru-cache": "^11.3",
152
- "md5": "~2.3",
153
- "numeral": "~2.0",
154
- "observable-fns": "~0.6",
155
- "query-string": "~9.4",
156
- "react": "^19.2",
157
- "react-dom": "^19.2",
158
- "react-router-dom": "^7.15",
159
- "viem": "^2.48",
160
- "zod": "^4.4",
161
- "zustand": "~5.0"
143
+ "zustand": "^5.0.14"
162
144
  },
163
145
  "publishConfig": {
164
146
  "access": "public"