@xyo-network/react-card 7.5.12 → 7.6.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.
- package/package.json +75 -63
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/react-card",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.6.1",
|
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"xyo",
|
|
@@ -41,96 +41,108 @@
|
|
|
41
41
|
"README.md"
|
|
42
42
|
],
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@xyo-network/react-shared": "~7.
|
|
44
|
+
"@xyo-network/react-shared": "~7.6.1"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@bitauth/libauth": "~3.0.0",
|
|
48
48
|
"@mui/icons-material": "^7.3.10",
|
|
49
49
|
"@mui/material": "^7.3.10",
|
|
50
50
|
"@opentelemetry/api": "^1.9.1",
|
|
51
|
-
"@opentelemetry/sdk-trace-base": "^2.7.
|
|
51
|
+
"@opentelemetry/sdk-trace-base": "^2.7.1",
|
|
52
|
+
"@react-spring/web": "~10.0.3",
|
|
52
53
|
"@scure/base": "~2.2.0",
|
|
53
|
-
"@storybook/react-vite": "~10.3.
|
|
54
|
-
"@types/node": "~25.6.0",
|
|
54
|
+
"@storybook/react-vite": "~10.3.6",
|
|
55
55
|
"@types/react": "^19.2.14",
|
|
56
|
-
"@xylabs/
|
|
57
|
-
"@xylabs/react-button": "~7.
|
|
58
|
-
"@xylabs/react-flexbox": "~7.
|
|
59
|
-
"@xylabs/react-hooks": "~7.
|
|
60
|
-
"@xylabs/react-link": "~7.
|
|
61
|
-
"@xylabs/react-promise": "~7.
|
|
62
|
-
"@xylabs/react-shared": "~7.
|
|
63
|
-
"@xylabs/react-theme": "~7.
|
|
64
|
-
"@xylabs/sdk-js": "^5.
|
|
65
|
-
"@xylabs/threads": "~5.
|
|
66
|
-
"@xylabs/toolchain": "~7.
|
|
67
|
-
"@xylabs/tsconfig": "^7.
|
|
68
|
-
"@xylabs/tsconfig-dom": "^7.
|
|
69
|
-
"@xylabs/tsconfig-react": "~7.
|
|
70
|
-
"@
|
|
71
|
-
"@xyo-network/boundwitness-
|
|
72
|
-
"@xyo-network/
|
|
73
|
-
"@xyo-network/payload-
|
|
74
|
-
"@xyo-network/payload-model": "^5.5.1",
|
|
56
|
+
"@xylabs/pixel": "~5.1.1",
|
|
57
|
+
"@xylabs/react-button": "~7.2.3",
|
|
58
|
+
"@xylabs/react-flexbox": "~7.2.3",
|
|
59
|
+
"@xylabs/react-hooks": "~7.2.3",
|
|
60
|
+
"@xylabs/react-link": "~7.2.3",
|
|
61
|
+
"@xylabs/react-promise": "~7.2.3",
|
|
62
|
+
"@xylabs/react-shared": "~7.2.3",
|
|
63
|
+
"@xylabs/react-theme": "~7.2.3",
|
|
64
|
+
"@xylabs/sdk-js": "^5.1.1",
|
|
65
|
+
"@xylabs/threads": "~5.1.1",
|
|
66
|
+
"@xylabs/toolchain": "~7.13.4",
|
|
67
|
+
"@xylabs/tsconfig": "^7.13.4",
|
|
68
|
+
"@xylabs/tsconfig-dom": "^7.13.4",
|
|
69
|
+
"@xylabs/tsconfig-react": "~7.13.4",
|
|
70
|
+
"@xyo-network/boundwitness-model": "^5.6.2",
|
|
71
|
+
"@xyo-network/boundwitness-validator": "^5.6.1",
|
|
72
|
+
"@xyo-network/payload-builder": "^5.6.1",
|
|
73
|
+
"@xyo-network/payload-model": "^5.6.2",
|
|
75
74
|
"async-mutex": "^0.5.0",
|
|
76
|
-
"axios": "^1.15.2",
|
|
77
75
|
"bn.js": "^5.2.3",
|
|
78
76
|
"bowser": "^2.14.1",
|
|
79
77
|
"buffer": "^6.0.3",
|
|
80
78
|
"chalk": "^5.6.2",
|
|
81
79
|
"debug": "~4.4.3",
|
|
82
|
-
"
|
|
83
|
-
"eslint": "^10.2.1",
|
|
80
|
+
"eslint": "^10.3.0",
|
|
84
81
|
"ethers": "^6.16.0",
|
|
85
82
|
"fast-deep-equal": "~3.1.3",
|
|
86
83
|
"hash-wasm": "~4.12.0",
|
|
87
84
|
"js-cookie": "~3.0.5",
|
|
85
|
+
"mixpanel-browser": "~2.78.0",
|
|
88
86
|
"observable-fns": "~0.6.1",
|
|
89
87
|
"pako": "^2.1.0",
|
|
88
|
+
"query-string": "~9.3.1",
|
|
90
89
|
"react": "^19.2.5",
|
|
91
90
|
"react-dom": "^19.2.5",
|
|
92
|
-
"react-
|
|
91
|
+
"react-is": "^19.2.5",
|
|
92
|
+
"react-router-dom": "^7.15.0",
|
|
93
|
+
"recharts": "~3.8.1",
|
|
93
94
|
"spark-md5": "~3.0.2",
|
|
94
|
-
"storybook": "^10.3.
|
|
95
|
+
"storybook": "^10.3.6",
|
|
95
96
|
"typescript": "^5.9.3",
|
|
96
97
|
"vite": "^8.0.10",
|
|
97
98
|
"wasm-feature-detect": "~1.8.0",
|
|
98
|
-
"zod": "^4.3
|
|
99
|
-
"@xyo-network/react-storybook": "~7.
|
|
99
|
+
"zod": "^4.4.3",
|
|
100
|
+
"@xyo-network/react-storybook": "~7.6.1"
|
|
100
101
|
},
|
|
101
102
|
"peerDependencies": {
|
|
102
|
-
"@
|
|
103
|
-
"@mui/material": "
|
|
104
|
-
"@
|
|
105
|
-
"@
|
|
106
|
-
"@
|
|
107
|
-
"@
|
|
108
|
-
"@
|
|
109
|
-
"@xylabs/
|
|
110
|
-
"@xylabs/react-
|
|
111
|
-
"@xylabs/react-
|
|
112
|
-
"@xylabs/react-
|
|
113
|
-
"@xylabs/react-
|
|
114
|
-
"@xylabs/
|
|
115
|
-
"@xylabs/
|
|
116
|
-
"@
|
|
117
|
-
"@
|
|
118
|
-
"@
|
|
119
|
-
"@xyo-network/
|
|
120
|
-
"
|
|
121
|
-
"
|
|
122
|
-
"
|
|
123
|
-
"
|
|
124
|
-
"
|
|
125
|
-
"
|
|
126
|
-
"
|
|
127
|
-
"
|
|
128
|
-
"
|
|
129
|
-
"
|
|
130
|
-
"
|
|
131
|
-
"
|
|
132
|
-
"
|
|
133
|
-
"
|
|
103
|
+
"@bitauth/libauth": ">=3.0.0 <3.1",
|
|
104
|
+
"@mui/icons-material": ">=7.3.10 <8",
|
|
105
|
+
"@mui/material": ">=7.3.10 <8",
|
|
106
|
+
"@opentelemetry/api": ">=1.9.1 <2",
|
|
107
|
+
"@opentelemetry/sdk-trace-base": ">=2.7.1 <3",
|
|
108
|
+
"@react-spring/web": ">=10.0.3 <10.1",
|
|
109
|
+
"@scure/base": ">=2.2.0 <2.3",
|
|
110
|
+
"@xylabs/pixel": ">=5.1.1 <5.2",
|
|
111
|
+
"@xylabs/react-button": ">=7.2.3 <7.3",
|
|
112
|
+
"@xylabs/react-flexbox": ">=7.2.3 <7.3",
|
|
113
|
+
"@xylabs/react-hooks": ">=7.2.3 <7.3",
|
|
114
|
+
"@xylabs/react-link": ">=7.2.3 <7.3",
|
|
115
|
+
"@xylabs/react-promise": ">=7.2.3 <7.3",
|
|
116
|
+
"@xylabs/react-shared": ">=7.2.3 <7.3",
|
|
117
|
+
"@xylabs/react-theme": ">=7.2.3 <7.3",
|
|
118
|
+
"@xylabs/sdk-js": ">=5.1.1 <6",
|
|
119
|
+
"@xylabs/threads": ">=5.1.1 <5.2",
|
|
120
|
+
"@xyo-network/boundwitness-model": ">=5.6.2 <6",
|
|
121
|
+
"@xyo-network/boundwitness-validator": ">=5.6.1 <6",
|
|
122
|
+
"@xyo-network/payload-builder": ">=5.6.1 <6",
|
|
123
|
+
"@xyo-network/payload-model": ">=5.6.2 <6",
|
|
124
|
+
"async-mutex": ">=0.5.0 <1",
|
|
125
|
+
"bn.js": ">=5.2.3 <6",
|
|
126
|
+
"bowser": ">=2.14.1 <3",
|
|
127
|
+
"buffer": ">=6.0.3 <7",
|
|
128
|
+
"chalk": ">=5.6.2 <6",
|
|
129
|
+
"debug": ">=4.4.3 <4.5",
|
|
130
|
+
"ethers": ">=6.16.0 <7",
|
|
131
|
+
"fast-deep-equal": ">=3.1.3 <3.2",
|
|
132
|
+
"hash-wasm": ">=4.12.0 <4.13",
|
|
133
|
+
"js-cookie": ">=3.0.5 <3.1",
|
|
134
|
+
"mixpanel-browser": ">=2.78.0 <2.79",
|
|
135
|
+
"observable-fns": ">=0.6.1 <0.7",
|
|
136
|
+
"pako": ">=2.1.0 <3",
|
|
137
|
+
"query-string": ">=9.3.1 <9.4",
|
|
138
|
+
"react": ">=19.2.5 <20",
|
|
139
|
+
"react-dom": ">=19.2.5 <20",
|
|
140
|
+
"react-is": ">=19.2.5 <20",
|
|
141
|
+
"react-router-dom": ">=7.15.0 <8",
|
|
142
|
+
"recharts": ">=3.8.1 <3.9",
|
|
143
|
+
"spark-md5": ">=3.0.2 <3.1",
|
|
144
|
+
"wasm-feature-detect": ">=1.8.0 <1.9",
|
|
145
|
+
"zod": ">=4.4.3 <5"
|
|
134
146
|
},
|
|
135
147
|
"publishConfig": {
|
|
136
148
|
"access": "public"
|