@xylabs/sdk-react 3.0.19 → 3.0.21
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/README.md +4 -4
- package/package.json +27 -30
- package/dist/docs.json +0 -242022
package/README.md
CHANGED
|
@@ -115,8 +115,8 @@ See the [LICENSE](LICENSE) file for license details
|
|
|
115
115
|
[snyk-badge]: https://snyk.io/test/github/xylabs/sdk-react/badge.svg?targetFile=package.json
|
|
116
116
|
[snyk-link]: https://snyk.io/test/github/xylabs/sdk-react?targetFile=package.json
|
|
117
117
|
|
|
118
|
-
[npm-downloads-badge]: https://img.shields.io/npm/dw/@xylabs/react
|
|
119
|
-
[npm-license-badge]: https://img.shields.io/npm/l/@xylabs/react
|
|
118
|
+
[npm-downloads-badge]: https://img.shields.io/npm/dw/@xylabs/sdk-react
|
|
119
|
+
[npm-license-badge]: https://img.shields.io/npm/l/@xylabs/sdk-react
|
|
120
120
|
|
|
121
|
-
[jsdelivr-badge]: https://data.jsdelivr.com/v1/package/npm/@xylabs/react
|
|
122
|
-
[jsdelivr-link]: https://www.jsdelivr.com/package/npm/@xylabs/react
|
|
121
|
+
[jsdelivr-badge]: https://data.jsdelivr.com/v1/package/npm/@xylabs/sdk-react/badge
|
|
122
|
+
[jsdelivr-link]: https://www.jsdelivr.com/package/npm/@xylabs/sdk-react
|
package/package.json
CHANGED
|
@@ -13,28 +13,28 @@
|
|
|
13
13
|
"packages/*"
|
|
14
14
|
],
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@xylabs/react-accordion": "~3.0.
|
|
17
|
-
"@xylabs/react-appbar": "~3.0.
|
|
18
|
-
"@xylabs/react-async-effect": "~3.0.
|
|
19
|
-
"@xylabs/react-button": "~3.0.
|
|
20
|
-
"@xylabs/react-common": "~3.0.
|
|
21
|
-
"@xylabs/react-cookie-consent": "~3.0.
|
|
22
|
-
"@xylabs/react-crypto": "~3.0.
|
|
23
|
-
"@xylabs/react-dialogs": "~3.0.
|
|
24
|
-
"@xylabs/react-experiments": "~3.0.
|
|
25
|
-
"@xylabs/react-flexbox": "~3.0.
|
|
26
|
-
"@xylabs/react-identicon": "~3.0.
|
|
27
|
-
"@xylabs/react-invertible-theme": "~3.0.
|
|
28
|
-
"@xylabs/react-link": "~3.0.
|
|
29
|
-
"@xylabs/react-number-status": "~3.0.
|
|
30
|
-
"@xylabs/react-pixel": "~3.0.
|
|
31
|
-
"@xylabs/react-pixel-debugger": "~3.0.
|
|
32
|
-
"@xylabs/react-promise": "~3.0.
|
|
33
|
-
"@xylabs/react-quick-tip-button": "~3.0.
|
|
34
|
-
"@xylabs/react-render-spin-check": "~3.0.
|
|
35
|
-
"@xylabs/react-rich-result": "~3.0.
|
|
36
|
-
"@xylabs/react-scroll-to-top": "~3.0.
|
|
37
|
-
"@xylabs/react-shared": "~3.0.
|
|
16
|
+
"@xylabs/react-accordion": "~3.0.21",
|
|
17
|
+
"@xylabs/react-appbar": "~3.0.21",
|
|
18
|
+
"@xylabs/react-async-effect": "~3.0.21",
|
|
19
|
+
"@xylabs/react-button": "~3.0.21",
|
|
20
|
+
"@xylabs/react-common": "~3.0.21",
|
|
21
|
+
"@xylabs/react-cookie-consent": "~3.0.21",
|
|
22
|
+
"@xylabs/react-crypto": "~3.0.21",
|
|
23
|
+
"@xylabs/react-dialogs": "~3.0.21",
|
|
24
|
+
"@xylabs/react-experiments": "~3.0.21",
|
|
25
|
+
"@xylabs/react-flexbox": "~3.0.21",
|
|
26
|
+
"@xylabs/react-identicon": "~3.0.21",
|
|
27
|
+
"@xylabs/react-invertible-theme": "~3.0.21",
|
|
28
|
+
"@xylabs/react-link": "~3.0.21",
|
|
29
|
+
"@xylabs/react-number-status": "~3.0.21",
|
|
30
|
+
"@xylabs/react-pixel": "~3.0.21",
|
|
31
|
+
"@xylabs/react-pixel-debugger": "~3.0.21",
|
|
32
|
+
"@xylabs/react-promise": "~3.0.21",
|
|
33
|
+
"@xylabs/react-quick-tip-button": "~3.0.21",
|
|
34
|
+
"@xylabs/react-render-spin-check": "~3.0.21",
|
|
35
|
+
"@xylabs/react-rich-result": "~3.0.21",
|
|
36
|
+
"@xylabs/react-scroll-to-top": "~3.0.21",
|
|
37
|
+
"@xylabs/react-shared": "~3.0.21"
|
|
38
38
|
},
|
|
39
39
|
"description": "Common React library for all XY Labs projects that use React",
|
|
40
40
|
"devDependencies": {
|
|
@@ -62,10 +62,10 @@
|
|
|
62
62
|
"@storybook/theming": "^7.4.6",
|
|
63
63
|
"@typescript-eslint/eslint-plugin": "^6.7.5",
|
|
64
64
|
"@typescript-eslint/parser": "^6.7.5",
|
|
65
|
-
"@xylabs/eslint-config-react": "^3.1.
|
|
65
|
+
"@xylabs/eslint-config-react": "^3.1.11",
|
|
66
66
|
"@xylabs/pixel": "^1.4.14",
|
|
67
|
-
"@xylabs/ts-scripts-yarn3": "^3.1.
|
|
68
|
-
"@xylabs/tsconfig-react": "^3.1.
|
|
67
|
+
"@xylabs/ts-scripts-yarn3": "^3.1.11",
|
|
68
|
+
"@xylabs/tsconfig-react": "^3.1.11",
|
|
69
69
|
"axios": "^1.5.1",
|
|
70
70
|
"eslint": "^8.51.0",
|
|
71
71
|
"eslint-import-resolver-typescript": "^3.6.1",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"storybook": "^7.4.6",
|
|
80
80
|
"storybook-dark-mode": "^3.0.1",
|
|
81
81
|
"typescript": "^5.2.2",
|
|
82
|
-
"webpack": "^5.
|
|
82
|
+
"webpack": "^5.89.0"
|
|
83
83
|
},
|
|
84
84
|
"peerDependencies": {
|
|
85
85
|
"@mui/icons-material": "^5",
|
|
@@ -115,9 +115,6 @@
|
|
|
115
115
|
},
|
|
116
116
|
"default": "./dist/browser/index.js"
|
|
117
117
|
},
|
|
118
|
-
"./docs": {
|
|
119
|
-
"default": "./dist/docs.json"
|
|
120
|
-
},
|
|
121
118
|
"./package.json": "./package.json"
|
|
122
119
|
},
|
|
123
120
|
"types": "dist/browser/index.d.ts",
|
|
@@ -143,7 +140,7 @@
|
|
|
143
140
|
"build-typedoc-site": "xy gen-docs @xylabs/sdk-react && storybook build -o ./docs/storybook"
|
|
144
141
|
},
|
|
145
142
|
"sideEffects": false,
|
|
146
|
-
"version": "3.0.
|
|
143
|
+
"version": "3.0.21",
|
|
147
144
|
"packageManager": "yarn@3.6.1",
|
|
148
145
|
"volta": {
|
|
149
146
|
"node": "18.17.1",
|