@xyo-network/react-form 10.0.5 → 10.0.6

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,3 +1,2 @@
1
- export * from '@xyo-network/react-form-credit-card';
2
- export * from '@xyo-network/react-form-group';
1
+ export * from '@xyo-network/react-sdk/form';
3
2
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,qCAAqC,CAAA;AACnD,cAAc,+BAA+B,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AACA,cAAc,6BAA6B,CAAA"}
@@ -1,4 +1,3 @@
1
1
  // src/index.ts
2
- export * from "@xyo-network/react-form-credit-card";
3
- export * from "@xyo-network/react-form-group";
2
+ export * from "@xyo-network/react-sdk/form";
4
3
  //# sourceMappingURL=index.mjs.map
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../src/index.ts"],
4
- "sourcesContent": ["export * from '@xyo-network/react-form-credit-card'\nexport * from '@xyo-network/react-form-group'\n"],
5
- "mappings": ";AAAA,cAAc;AACd,cAAc;",
4
+ "sourcesContent": ["// Compatibility shim: this package re-exports from @xyo-network/react-sdk.\nexport * from '@xyo-network/react-sdk/form'\n"],
5
+ "mappings": ";AACA,cAAc;",
6
6
  "names": []
7
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-form",
3
- "version": "10.0.5",
3
+ "version": "10.0.6",
4
4
  "description": "Common React library for all XYO projects that use React",
5
5
  "keywords": [
6
6
  "xyo",
@@ -41,8 +41,7 @@
41
41
  "README.md"
42
42
  ],
43
43
  "dependencies": {
44
- "@xyo-network/react-form-credit-card": "~10.0.5",
45
- "@xyo-network/react-form-group": "~10.0.5"
44
+ "@xyo-network/react-sdk": "~10.0.6"
46
45
  },
47
46
  "devDependencies": {
48
47
  "@ariestools/eth-address": "~8.0.2",
@@ -54,19 +53,32 @@
54
53
  "@metamask/providers": "~22.1.1",
55
54
  "@mui/icons-material": "~9.2.0",
56
55
  "@mui/material": "~9.2.0",
56
+ "@mui/system": "~9.2.0",
57
+ "@mui/x-tree-view": "~9.8.0",
57
58
  "@noble/post-quantum": "~0.6.1",
58
59
  "@opentelemetry/api": "~1.9.1",
59
60
  "@opentelemetry/sdk-trace-base": "~2.9.0",
60
61
  "@react-spring/web": "~10.1.2",
61
62
  "@scure/base": "~2.2.0",
62
63
  "@scure/bip39": "~2.2.0",
63
- "@xylabs/toolchain": "~8.6.6",
64
- "@xylabs/tsconfig": "~8.6.6",
65
- "@xylabs/tsconfig-dom": "~8.6.6",
66
- "@xylabs/tsconfig-react": "~8.6.6",
64
+ "@types/react": "~19.2.17",
65
+ "@xylabs/toolchain": "~8.6.8",
66
+ "@xylabs/tsconfig": "~8.6.8",
67
+ "@xylabs/tsconfig-dom": "~8.6.8",
68
+ "@xylabs/tsconfig-react": "~8.6.8",
69
+ "@xyo-network/advertising-payload-plugins": "~7.0.2",
67
70
  "@xyo-network/archivist-storage": "~7.0.9",
71
+ "@xyo-network/diviner-address-history-model": "~7.0.9",
72
+ "@xyo-network/diviner-hash-lease": "~7.0.9",
73
+ "@xyo-network/diviner-huri": "~7.0.9",
74
+ "@xyo-network/diviner-schema-list": "~7.0.9",
75
+ "@xyo-network/diviner-schema-stats": "~7.0.9",
76
+ "@xyo-network/node-core-types": "~4.2.2",
68
77
  "@xyo-network/sdk": "~7.0.9",
78
+ "@xyo-network/sdk-geo": "~3.0.3",
69
79
  "@xyo-network/sdk-protocol": "~7.0.14",
80
+ "@xyo-network/typeof": "~5.3.30",
81
+ "@xyo-network/xns-record-payloadset-plugins": "~7.0.2",
70
82
  "ajv": "~8.20.0",
71
83
  "async-mutex": "~0.5.0",
72
84
  "card-validator": "~10.0.4",
@@ -77,12 +89,14 @@
77
89
  "hash-wasm": "~4.12.0",
78
90
  "idb": "~8.0.3",
79
91
  "lru-cache": "~11.5.1",
92
+ "mapbox-gl": "~3.25.0",
80
93
  "md5": "~2.3.0",
81
94
  "numeral": "~2.0.6",
82
95
  "observable-fns": "~0.6.1",
83
96
  "query-string": "~9.4.1",
84
97
  "react": "~19.2.7",
85
98
  "react-dom": "~19.2.7",
99
+ "react-icons": "~5.7.0",
86
100
  "react-router-dom": "~7.18.1",
87
101
  "rollbar": "~3.1.0",
88
102
  "store2": "~2.14.4",
@@ -102,15 +116,28 @@
102
116
  "@metamask/providers": "^22.1.1",
103
117
  "@mui/icons-material": "^9.2.0",
104
118
  "@mui/material": "^9.2.0",
119
+ "@mui/system": "^9.2.0",
120
+ "@mui/x-tree-view": "^9.8.0",
105
121
  "@noble/post-quantum": "^0.6.1",
106
122
  "@opentelemetry/api": "^1.9.1",
107
123
  "@opentelemetry/sdk-trace-base": "^2.9.0",
108
124
  "@react-spring/web": "^10.1.2",
109
125
  "@scure/base": "^2.2.0",
110
126
  "@scure/bip39": "^2.2.0",
127
+ "@types/react": "^19.2.17",
128
+ "@xyo-network/advertising-payload-plugins": "^7.0.2",
111
129
  "@xyo-network/archivist-storage": "^7.0.9",
130
+ "@xyo-network/diviner-address-history-model": "^7.0.9",
131
+ "@xyo-network/diviner-hash-lease": "^7.0.9",
132
+ "@xyo-network/diviner-huri": "^7.0.9",
133
+ "@xyo-network/diviner-schema-list": "^7.0.9",
134
+ "@xyo-network/diviner-schema-stats": "^7.0.9",
135
+ "@xyo-network/node-core-types": "^4.2.2",
112
136
  "@xyo-network/sdk": "^7.0.9",
137
+ "@xyo-network/sdk-geo": "^3.0.3",
113
138
  "@xyo-network/sdk-protocol": "^7.0.14",
139
+ "@xyo-network/typeof": "^5.3.30",
140
+ "@xyo-network/xns-record-payloadset-plugins": "^7.0.2",
114
141
  "ajv": "^8.20.0",
115
142
  "async-mutex": "^0.5.0",
116
143
  "card-validator": "^10.0.4",
@@ -120,12 +147,14 @@
120
147
  "hash-wasm": "^4.12.0",
121
148
  "idb": "^8.0.3",
122
149
  "lru-cache": "^11.5.1",
150
+ "mapbox-gl": "^3.25.0",
123
151
  "md5": "^2.3.0",
124
152
  "numeral": "^2.0.6",
125
153
  "observable-fns": "^0.6.1",
126
154
  "query-string": "^9.4.1",
127
155
  "react": "^19.2.7",
128
156
  "react-dom": "^19.2.7",
157
+ "react-icons": "^5.7.0",
129
158
  "react-router-dom": "^7.18.1",
130
159
  "rollbar": "^3.1.0",
131
160
  "store2": "^2.14.4",
@@ -137,5 +166,6 @@
137
166
  "publishConfig": {
138
167
  "access": "public"
139
168
  },
169
+ "deprecated": "Use @xyo-network/react-sdk/form instead. Replace @xyo-network/react-form with @xyo-network/react-sdk/form. This package is a compatibility shim only and will not receive further updates.",
140
170
  "docs": "dist/docs.json"
141
171
  }