@xyo-network/react-card 8.0.1 → 9.0.0
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.
- package/package.json +37 -37
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/react-card",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "9.0.0",
|
|
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": "~
|
|
44
|
+
"@xyo-network/react-shared": "~9.0.0"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@bitauth/libauth": "~3.0.0",
|
|
@@ -52,25 +52,25 @@
|
|
|
52
52
|
"@react-spring/web": "~10.0.3",
|
|
53
53
|
"@scure/base": "~2.2.0",
|
|
54
54
|
"@storybook/react-vite": "~10.4.0",
|
|
55
|
-
"@types/react": "^19.2.
|
|
56
|
-
"@xylabs/pixel": "~
|
|
57
|
-
"@xylabs/react-button": "~
|
|
58
|
-
"@xylabs/react-flexbox": "~
|
|
59
|
-
"@xylabs/react-hooks": "~
|
|
60
|
-
"@xylabs/react-link": "~
|
|
61
|
-
"@xylabs/react-promise": "~
|
|
62
|
-
"@xylabs/react-shared": "~
|
|
63
|
-
"@xylabs/react-theme": "~
|
|
64
|
-
"@xylabs/sdk-js": "^
|
|
65
|
-
"@xylabs/threads": "~
|
|
66
|
-
"@xylabs/toolchain": "~8.
|
|
67
|
-
"@xylabs/tsconfig": "^8.
|
|
68
|
-
"@xylabs/tsconfig-dom": "^8.
|
|
69
|
-
"@xylabs/tsconfig-react": "~8.
|
|
70
|
-
"@xyo-network/boundwitness-model": "^
|
|
71
|
-
"@xyo-network/boundwitness-validator": "^
|
|
72
|
-
"@xyo-network/payload-builder": "^
|
|
73
|
-
"@xyo-network/payload-model": "^
|
|
55
|
+
"@types/react": "^19.2.15",
|
|
56
|
+
"@xylabs/pixel": "~6.0.2",
|
|
57
|
+
"@xylabs/react-button": "~9.0.0",
|
|
58
|
+
"@xylabs/react-flexbox": "~9.0.0",
|
|
59
|
+
"@xylabs/react-hooks": "~9.0.0",
|
|
60
|
+
"@xylabs/react-link": "~9.0.0",
|
|
61
|
+
"@xylabs/react-promise": "~9.0.0",
|
|
62
|
+
"@xylabs/react-shared": "~9.0.0",
|
|
63
|
+
"@xylabs/react-theme": "~9.0.0",
|
|
64
|
+
"@xylabs/sdk-js": "^6.0.2",
|
|
65
|
+
"@xylabs/threads": "~6.0.2",
|
|
66
|
+
"@xylabs/toolchain": "~8.1.1",
|
|
67
|
+
"@xylabs/tsconfig": "^8.1.1",
|
|
68
|
+
"@xylabs/tsconfig-dom": "^8.1.1",
|
|
69
|
+
"@xylabs/tsconfig-react": "~8.1.1",
|
|
70
|
+
"@xyo-network/boundwitness-model": "^6.0.0",
|
|
71
|
+
"@xyo-network/boundwitness-validator": "^6.0.0",
|
|
72
|
+
"@xyo-network/payload-builder": "^6.0.0",
|
|
73
|
+
"@xyo-network/payload-model": "^6.0.0",
|
|
74
74
|
"async-mutex": "^0.5.0",
|
|
75
75
|
"bn.js": "^5.2.3",
|
|
76
76
|
"bowser": "^2.14.1",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"ethers": "^6.16.0",
|
|
82
82
|
"fast-deep-equal": "~3.1.3",
|
|
83
83
|
"hash-wasm": "~4.12.0",
|
|
84
|
-
"js-cookie": "~3.0.
|
|
84
|
+
"js-cookie": "~3.0.7",
|
|
85
85
|
"mixpanel-browser": "~2.79.0",
|
|
86
86
|
"observable-fns": "~0.6.1",
|
|
87
87
|
"pako": "^2.1.0",
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
"vite": "^8.0.13",
|
|
98
98
|
"wasm-feature-detect": "~1.8.0",
|
|
99
99
|
"zod": "^4.4.3",
|
|
100
|
-
"@xyo-network/react-storybook": "~
|
|
100
|
+
"@xyo-network/react-storybook": "~9.0.0"
|
|
101
101
|
},
|
|
102
102
|
"peerDependencies": {
|
|
103
103
|
"@bitauth/libauth": "~3.0",
|
|
@@ -107,20 +107,20 @@
|
|
|
107
107
|
"@opentelemetry/sdk-trace-base": "^2.7",
|
|
108
108
|
"@react-spring/web": "~10.0",
|
|
109
109
|
"@scure/base": "~2.2",
|
|
110
|
-
"@xylabs/pixel": "~
|
|
111
|
-
"@xylabs/react-button": "~
|
|
112
|
-
"@xylabs/react-flexbox": "~
|
|
113
|
-
"@xylabs/react-hooks": "~
|
|
114
|
-
"@xylabs/react-link": "~
|
|
115
|
-
"@xylabs/react-promise": "~
|
|
116
|
-
"@xylabs/react-shared": "~
|
|
117
|
-
"@xylabs/react-theme": "~
|
|
118
|
-
"@xylabs/sdk-js": "^
|
|
119
|
-
"@xylabs/threads": "~
|
|
120
|
-
"@xyo-network/boundwitness-model": "^
|
|
121
|
-
"@xyo-network/boundwitness-validator": "^
|
|
122
|
-
"@xyo-network/payload-builder": "^
|
|
123
|
-
"@xyo-network/payload-model": "^
|
|
110
|
+
"@xylabs/pixel": "~6.0",
|
|
111
|
+
"@xylabs/react-button": "~9.0",
|
|
112
|
+
"@xylabs/react-flexbox": "~9.0",
|
|
113
|
+
"@xylabs/react-hooks": "~9.0",
|
|
114
|
+
"@xylabs/react-link": "~9.0",
|
|
115
|
+
"@xylabs/react-promise": "~9.0",
|
|
116
|
+
"@xylabs/react-shared": "~9.0",
|
|
117
|
+
"@xylabs/react-theme": "~9.0",
|
|
118
|
+
"@xylabs/sdk-js": "^6.0",
|
|
119
|
+
"@xylabs/threads": "~6.0",
|
|
120
|
+
"@xyo-network/boundwitness-model": "^6.0",
|
|
121
|
+
"@xyo-network/boundwitness-validator": "^6.0",
|
|
122
|
+
"@xyo-network/payload-builder": "^6.0",
|
|
123
|
+
"@xyo-network/payload-model": "^6.0",
|
|
124
124
|
"async-mutex": "^0.5",
|
|
125
125
|
"bn.js": "^5.2",
|
|
126
126
|
"bowser": "^2.14",
|