@xyo-network/react-form 10.0.3 → 10.0.4

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.
Files changed (1) hide show
  1. package/package.json +38 -45
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-form",
3
- "version": "10.0.3",
3
+ "version": "10.0.4",
4
4
  "description": "Common React library for all XYO projects that use React",
5
5
  "keywords": [
6
6
  "xyo",
@@ -41,82 +41,70 @@
41
41
  "README.md"
42
42
  ],
43
43
  "dependencies": {
44
- "@xyo-network/react-form-credit-card": "~10.0.3",
45
- "@xyo-network/react-form-group": "~10.0.3"
44
+ "@xyo-network/react-form-credit-card": "~10.0.4",
45
+ "@xyo-network/react-form-group": "~10.0.4"
46
46
  },
47
47
  "devDependencies": {
48
+ "@ariestools/sdk": "^7.0.5",
49
+ "@ariestools/sdk-react": "^10.0.2",
48
50
  "@bitauth/libauth": "~3.0.0",
49
- "@mui/icons-material": "^9.1.1",
50
- "@mui/material": "^9.1.2",
51
+ "@mui/icons-material": "^9.2.0",
52
+ "@mui/material": "^9.2.0",
51
53
  "@noble/post-quantum": "~0.6.1",
52
54
  "@opentelemetry/api": "^1.9.1",
53
- "@opentelemetry/sdk-trace-base": "^2.8.0",
54
- "@react-spring/web": "~10.1.2",
55
+ "@opentelemetry/sdk-trace-base": "^2.9.0",
56
+ "@react-spring/web": "^10.1.2",
55
57
  "@scure/base": "~2.2.0",
56
58
  "@scure/bip39": "~2.2.0",
57
- "@storybook/react-vite": "~10.4.6",
58
- "@types/react": "^19.2.17",
59
- "@xylabs/geo": "^7.0.1",
60
- "@xylabs/pixel": "^7.0.1",
61
- "@xylabs/react-button": "~10.0",
62
- "@xylabs/react-error": "~10.0",
63
- "@xylabs/react-flexbox": "~10.0",
64
- "@xylabs/react-hooks": "~10.0",
65
- "@xylabs/react-link": "~10.0",
66
- "@xylabs/react-promise": "~10.0",
67
- "@xylabs/react-shared": "~10.0",
68
- "@xylabs/react-theme": "~10.0",
69
- "@xylabs/sdk": "^7.0.1",
70
- "@xylabs/threads": "^7.0.1",
71
- "@xylabs/toolchain": "~8.5.3",
72
- "@xylabs/tsconfig": "^8.5.3",
73
- "@xylabs/tsconfig-dom": "^8.5.3",
74
- "@xylabs/tsconfig-react": "~8.5.3",
75
- "@xyo-network/archivist-storage": "^7.0.3",
76
- "@xyo-network/sdk": "^7.0.3",
77
- "@xyo-network/sdk-protocol": "^7.0.4",
59
+ "@xylabs/eth-address": "^7.0.5",
60
+ "@xylabs/geo": "^7.0.5",
61
+ "@xylabs/pixel": "^7.0.5",
62
+ "@xylabs/threads": "^7.0.5",
63
+ "@xylabs/toolchain": "~8.5.15",
64
+ "@xylabs/tsconfig": "^8.5.15",
65
+ "@xylabs/tsconfig-dom": "^8.5.15",
66
+ "@xylabs/tsconfig-react": "~8.5.15",
67
+ "@xyo-network/archivist-storage": "^7.0.7",
68
+ "@xyo-network/sdk": "^7.0.7",
69
+ "@xyo-network/sdk-protocol": "^7.0.12",
78
70
  "ajv": "^8.20.0",
79
71
  "async-mutex": "^0.5.0",
80
72
  "card-validator": "~10.0.4",
73
+ "clsx": "^2.1.1",
81
74
  "debug": "^4.4.3",
82
75
  "eslint": "^10.6.0",
83
76
  "ethers": "^6.17.0",
84
77
  "hash-wasm": "~4.12.0",
85
78
  "idb": "^8.0.3",
86
79
  "lru-cache": "^11.5.1",
80
+ "md5": "^2.3.0",
81
+ "numeral": "^2.0.6",
87
82
  "observable-fns": "^0.6.1",
88
- "query-string": "~9.4.1",
83
+ "query-string": "^9.4.1",
89
84
  "react": "^19.2.7",
90
85
  "react-dom": "^19.2.7",
91
- "react-router-dom": "^7.18.0",
86
+ "react-router-dom": "^7.18.1",
92
87
  "store2": "~2.14.4",
93
- "storybook": "^10.4.6",
94
88
  "typescript": "^6.0.3",
95
- "vite": "^8.1.0",
89
+ "viem": "^2.54.2",
96
90
  "zod": "^4.4.3",
97
- "@xyo-network/react-shared": "~10.0.3"
91
+ "zustand": "^5.0.14"
98
92
  },
99
93
  "peerDependencies": {
94
+ "@ariestools/sdk": "^7.0",
95
+ "@ariestools/sdk-react": "^10.0",
100
96
  "@bitauth/libauth": "~3.0",
101
97
  "@mui/icons-material": "^9.0",
102
98
  "@mui/material": "^9.0",
103
99
  "@noble/post-quantum": "~0.6.1",
104
100
  "@opentelemetry/api": "^1.9",
105
101
  "@opentelemetry/sdk-trace-base": "^2.7",
106
- "@react-spring/web": "~10.1",
102
+ "@react-spring/web": "^10.1",
107
103
  "@scure/base": "~2.2",
108
104
  "@scure/bip39": "~2.2",
105
+ "@xylabs/eth-address": "^7.0",
109
106
  "@xylabs/geo": "^7.0",
110
107
  "@xylabs/pixel": "^7.0",
111
- "@xylabs/react-button": "^10.0",
112
- "@xylabs/react-error": "^10.0",
113
- "@xylabs/react-flexbox": "^10.0",
114
- "@xylabs/react-hooks": "^10.0",
115
- "@xylabs/react-link": "^10.0",
116
- "@xylabs/react-promise": "^10.0",
117
- "@xylabs/react-shared": "^10.0",
118
- "@xylabs/react-theme": "^10.0",
119
- "@xylabs/sdk": "^7.0",
120
108
  "@xylabs/threads": "^7.0",
121
109
  "@xyo-network/archivist-storage": "^7.0",
122
110
  "@xyo-network/sdk": "*",
@@ -124,18 +112,23 @@
124
112
  "ajv": "^8.20",
125
113
  "async-mutex": "^0.5",
126
114
  "card-validator": "~10.0",
115
+ "clsx": "^2.1",
127
116
  "debug": "^4.4",
128
117
  "ethers": "^6.16",
129
118
  "hash-wasm": "~4.12",
130
119
  "idb": "^8.0",
131
120
  "lru-cache": "^11.3",
121
+ "md5": "^2.3",
122
+ "numeral": "^2.0",
132
123
  "observable-fns": "~0.6",
133
- "query-string": "~9.4",
124
+ "query-string": "^9.4",
134
125
  "react": "^19.2",
135
126
  "react-dom": "^19.2",
136
127
  "react-router-dom": "^7.15",
137
128
  "store2": "~2.14",
138
- "zod": "^4.4"
129
+ "viem": "^2.48",
130
+ "zod": "^4.4",
131
+ "zustand": "^5.0"
139
132
  },
140
133
  "publishConfig": {
141
134
  "access": "public"