@xylabs/sdk-react 2.16.0 → 2.16.2
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/dist/docs.json +455 -455
- package/package.json +27 -22
package/package.json
CHANGED
|
@@ -13,26 +13,26 @@
|
|
|
13
13
|
"packages/*"
|
|
14
14
|
],
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@xylabs/react-accordion": "^2.16.
|
|
17
|
-
"@xylabs/react-appbar": "^2.16.
|
|
18
|
-
"@xylabs/react-button": "^2.16.
|
|
19
|
-
"@xylabs/react-common": "^2.16.
|
|
20
|
-
"@xylabs/react-cookie-consent": "^2.16.
|
|
21
|
-
"@xylabs/react-crypto": "^2.16.
|
|
22
|
-
"@xylabs/react-dialogs": "^2.16.
|
|
23
|
-
"@xylabs/react-experiments": "^2.16.
|
|
24
|
-
"@xylabs/react-flexbox": "^2.16.
|
|
25
|
-
"@xylabs/react-identicon": "^2.16.
|
|
26
|
-
"@xylabs/react-invertable-theme": "^2.16.
|
|
27
|
-
"@xylabs/react-invertible-theme": "^2.16.
|
|
28
|
-
"@xylabs/react-link": "^2.16.
|
|
29
|
-
"@xylabs/react-number-status": "^2.16.
|
|
30
|
-
"@xylabs/react-pixel": "^2.16.
|
|
31
|
-
"@xylabs/react-pixel-debugger": "^2.16.
|
|
32
|
-
"@xylabs/react-quick-tip-button": "^2.16.
|
|
33
|
-
"@xylabs/react-rich-result": "^2.16.
|
|
34
|
-
"@xylabs/react-scroll-to-top": "^2.16.
|
|
35
|
-
"@xylabs/react-shared": "^2.16.
|
|
16
|
+
"@xylabs/react-accordion": "^2.16.2",
|
|
17
|
+
"@xylabs/react-appbar": "^2.16.2",
|
|
18
|
+
"@xylabs/react-button": "^2.16.2",
|
|
19
|
+
"@xylabs/react-common": "^2.16.2",
|
|
20
|
+
"@xylabs/react-cookie-consent": "^2.16.2",
|
|
21
|
+
"@xylabs/react-crypto": "^2.16.2",
|
|
22
|
+
"@xylabs/react-dialogs": "^2.16.2",
|
|
23
|
+
"@xylabs/react-experiments": "^2.16.2",
|
|
24
|
+
"@xylabs/react-flexbox": "^2.16.2",
|
|
25
|
+
"@xylabs/react-identicon": "^2.16.2",
|
|
26
|
+
"@xylabs/react-invertable-theme": "^2.16.2",
|
|
27
|
+
"@xylabs/react-invertible-theme": "^2.16.2",
|
|
28
|
+
"@xylabs/react-link": "^2.16.2",
|
|
29
|
+
"@xylabs/react-number-status": "^2.16.2",
|
|
30
|
+
"@xylabs/react-pixel": "^2.16.2",
|
|
31
|
+
"@xylabs/react-pixel-debugger": "^2.16.2",
|
|
32
|
+
"@xylabs/react-quick-tip-button": "^2.16.2",
|
|
33
|
+
"@xylabs/react-rich-result": "^2.16.2",
|
|
34
|
+
"@xylabs/react-scroll-to-top": "^2.16.2",
|
|
35
|
+
"@xylabs/react-shared": "^2.16.2"
|
|
36
36
|
},
|
|
37
37
|
"description": "Common React library for all XY Labs projects that use React",
|
|
38
38
|
"devDependencies": {
|
|
@@ -78,7 +78,10 @@
|
|
|
78
78
|
"webpack": "^5.75.0"
|
|
79
79
|
},
|
|
80
80
|
"peerDependencies": {
|
|
81
|
+
"@mui/icons-material": "^5.11.0",
|
|
81
82
|
"@mui/material": "^5.11.5",
|
|
83
|
+
"@mui/styles": "^5.11.7",
|
|
84
|
+
"@mui/system": "^5.11",
|
|
82
85
|
"@xylabs/assert": "2.6.15",
|
|
83
86
|
"@xylabs/pixel": "^1.4.9",
|
|
84
87
|
"async-mutex": "^0.4.0",
|
|
@@ -89,7 +92,9 @@
|
|
|
89
92
|
"md5": "^2.3.0",
|
|
90
93
|
"randombytes": "^2.1.0",
|
|
91
94
|
"react": "^18.2.0",
|
|
92
|
-
"react-dom": "^18.2.0"
|
|
95
|
+
"react-dom": "^18.2.0",
|
|
96
|
+
"react-helmet": "^6.1.0",
|
|
97
|
+
"react-router-dom": "^6.8.1"
|
|
93
98
|
},
|
|
94
99
|
"browser": "dist/esm/index.js",
|
|
95
100
|
"docs": "dist/docs.json",
|
|
@@ -132,7 +137,7 @@
|
|
|
132
137
|
},
|
|
133
138
|
"sideEffects": false,
|
|
134
139
|
"types": "dist/types/index.d.ts",
|
|
135
|
-
"version": "2.16.
|
|
140
|
+
"version": "2.16.2",
|
|
136
141
|
"packageManager": "yarn@3.4.1",
|
|
137
142
|
"volta": {
|
|
138
143
|
"node": "18.13.0",
|