@xylabs/react-accordion 7.1.20 → 7.2.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 +54 -30
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xylabs/react-accordion",
|
|
3
|
-
"version": "7.1
|
|
3
|
+
"version": "7.2.1",
|
|
4
4
|
"description": "Common React library for all XY Labs projects that use React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"utility",
|
|
@@ -27,53 +27,77 @@
|
|
|
27
27
|
"exports": {
|
|
28
28
|
".": {
|
|
29
29
|
"types": "./dist/browser/index.d.ts",
|
|
30
|
-
"import": "./dist/browser/index.mjs",
|
|
31
30
|
"default": "./dist/browser/index.mjs"
|
|
32
31
|
},
|
|
33
32
|
"./package.json": "./package.json"
|
|
34
33
|
},
|
|
35
|
-
"types": "dist/browser/index.d.ts",
|
|
36
34
|
"files": [
|
|
37
35
|
"dist",
|
|
38
36
|
"README.md"
|
|
39
37
|
],
|
|
40
|
-
"workspaces": [
|
|
41
|
-
"packages/*"
|
|
42
|
-
],
|
|
43
38
|
"dependencies": {
|
|
44
|
-
"@
|
|
45
|
-
"@xylabs/sdk-js": "~5.0.95",
|
|
46
|
-
"@xylabs/react-button": "~7.1.20"
|
|
39
|
+
"@xylabs/react-button": "~7.2.1"
|
|
47
40
|
},
|
|
48
41
|
"devDependencies": {
|
|
49
|
-
"@mui/material": "~7.3.
|
|
42
|
+
"@mui/icons-material": "~7.3.10",
|
|
43
|
+
"@mui/material": "~7.3.10",
|
|
50
44
|
"@opentelemetry/api": "^1.9.1",
|
|
51
|
-
"@
|
|
52
|
-
"@
|
|
45
|
+
"@opentelemetry/sdk-trace-base": ">=2.7.1 <3",
|
|
46
|
+
"@storybook/react-vite": "~10.3.6",
|
|
47
|
+
"@types/node": "~25.6.0",
|
|
53
48
|
"@types/react": "^19.2.14",
|
|
54
|
-
"@xylabs/
|
|
55
|
-
"@xylabs/
|
|
56
|
-
"@xylabs/
|
|
57
|
-
"@xylabs/tsconfig
|
|
58
|
-
"@xylabs/tsconfig-
|
|
59
|
-
"@xylabs/
|
|
60
|
-
"
|
|
49
|
+
"@xylabs/pixel": "^5.1.0",
|
|
50
|
+
"@xylabs/sdk-js": "~5.1.0",
|
|
51
|
+
"@xylabs/toolchain": "~7.12.3",
|
|
52
|
+
"@xylabs/tsconfig": "~7.12.3",
|
|
53
|
+
"@xylabs/tsconfig-dom": "~7.12.3",
|
|
54
|
+
"@xylabs/tsconfig-react": "~7.12.3",
|
|
55
|
+
"async-mutex": ">=0.5.0 <0.6",
|
|
56
|
+
"bn.js": ">=5.2.3 <5.3",
|
|
57
|
+
"bowser": ">=2.14.1 <2.15",
|
|
58
|
+
"buffer": ">=6.0.3 <6.1",
|
|
59
|
+
"chalk": ">=5.6.2 <5.7",
|
|
61
60
|
"esbuild": "^0.28.0",
|
|
61
|
+
"eslint": ">=10.2.1 <11",
|
|
62
|
+
"ethers": ">=6.16.0 <7",
|
|
63
|
+
"fast-deep-equal": ">=3.1.3 <3.2",
|
|
64
|
+
"js-cookie": ">=3.0.5 <3.1",
|
|
65
|
+
"mixpanel-browser": "^2.78.0",
|
|
62
66
|
"pako": "~2.1.0",
|
|
63
|
-
"
|
|
64
|
-
"react
|
|
65
|
-
"
|
|
67
|
+
"query-string": "~9.3.1",
|
|
68
|
+
"react": "^19.2.5",
|
|
69
|
+
"react-dom": "^19.2.5",
|
|
70
|
+
"react-router-dom": "^7.14.2",
|
|
71
|
+
"spark-md5": ">=3.0.2 <3.1",
|
|
72
|
+
"storybook": "~10.3.6",
|
|
66
73
|
"typescript": "^5.9.3",
|
|
67
|
-
"vite": "~8.0.
|
|
68
|
-
"zod": "^4.3
|
|
69
|
-
"@xylabs/react-
|
|
70
|
-
"@xylabs/react-flexbox": "~7.1.20",
|
|
71
|
-
"@xylabs/react-promise": "~7.1.20"
|
|
74
|
+
"vite": "~8.0.10",
|
|
75
|
+
"zod": "^4.4.3",
|
|
76
|
+
"@xylabs/react-flexbox": "~7.2.1"
|
|
72
77
|
},
|
|
73
78
|
"peerDependencies": {
|
|
74
|
-
"@mui/material": ">=
|
|
75
|
-
"
|
|
76
|
-
"
|
|
79
|
+
"@mui/icons-material": ">=7.3.10 <7.4",
|
|
80
|
+
"@mui/material": ">=7.3.10 <7.4",
|
|
81
|
+
"@opentelemetry/api": ">=1.9.1 <2",
|
|
82
|
+
"@opentelemetry/sdk-trace-base": ">=2.7.1 <3",
|
|
83
|
+
"@xylabs/pixel": ">=5.1.0 <6",
|
|
84
|
+
"@xylabs/sdk-js": ">=5.1.0 <5.2",
|
|
85
|
+
"async-mutex": ">=0.5.0 <1",
|
|
86
|
+
"bn.js": ">=5.2.3 <6",
|
|
87
|
+
"bowser": ">=2.14.1 <3",
|
|
88
|
+
"buffer": ">=6.0.3 <7",
|
|
89
|
+
"chalk": ">=5.6.2 <6",
|
|
90
|
+
"ethers": ">=6.16.0 <7",
|
|
91
|
+
"fast-deep-equal": ">=3.1.3 <4",
|
|
92
|
+
"js-cookie": ">=3.0.5 <4",
|
|
93
|
+
"mixpanel-browser": ">=2.78.0 <3",
|
|
94
|
+
"pako": ">=2.1.0 <2.2",
|
|
95
|
+
"query-string": ">=9.3.1 <9.4",
|
|
96
|
+
"react": ">=19.2.5 <20",
|
|
97
|
+
"react-dom": ">=19.2.5 <20",
|
|
98
|
+
"react-router-dom": ">=7.14.2 <8",
|
|
99
|
+
"spark-md5": ">=3.0.2 <4",
|
|
100
|
+
"zod": ">=4.4.3 <5"
|
|
77
101
|
},
|
|
78
102
|
"publishConfig": {
|
|
79
103
|
"access": "public"
|