@xylabs/sdk-react 6.0.0 → 6.0.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/package.json +36 -36
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xylabs/sdk-react",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.2",
|
|
4
4
|
"description": "Common React library for all XY Labs projects that use React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"utility",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"./package.json": "./package.json"
|
|
33
33
|
},
|
|
34
34
|
"module": "./dist/browser/index.mjs",
|
|
35
|
-
"types": "dist/
|
|
35
|
+
"types": "dist/types/index.d.ts",
|
|
36
36
|
"workspaces": [
|
|
37
37
|
"packages/*"
|
|
38
38
|
],
|
|
@@ -55,38 +55,38 @@
|
|
|
55
55
|
]
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
|
-
"@xylabs/react-accordion": "^6.0.
|
|
59
|
-
"@xylabs/react-animation": "^6.0.
|
|
60
|
-
"@xylabs/react-appbar": "^6.0.
|
|
61
|
-
"@xylabs/react-async-effect": "^6.0.
|
|
62
|
-
"@xylabs/react-button": "^6.0.
|
|
63
|
-
"@xylabs/react-common": "^6.0.
|
|
64
|
-
"@xylabs/react-cookie-consent": "^6.0.
|
|
65
|
-
"@xylabs/react-crypto": "^6.0.
|
|
66
|
-
"@xylabs/react-dialogs": "^6.0.
|
|
67
|
-
"@xylabs/react-experiments": "^6.0.
|
|
68
|
-
"@xylabs/react-flexbox": "^6.0.
|
|
69
|
-
"@xylabs/react-hooks": "^6.0.
|
|
70
|
-
"@xylabs/react-identicon": "^6.0.
|
|
71
|
-
"@xylabs/react-invertible-theme": "^6.0.
|
|
72
|
-
"@xylabs/react-link": "^6.0.
|
|
73
|
-
"@xylabs/react-mixpanel": "^6.0.
|
|
74
|
-
"@xylabs/react-number-status": "^6.0.
|
|
75
|
-
"@xylabs/react-pixel": "^6.0.
|
|
76
|
-
"@xylabs/react-pixel-debugger": "^6.0.
|
|
77
|
-
"@xylabs/react-promise": "^6.0.
|
|
78
|
-
"@xylabs/react-quick-tip-button": "^6.0.
|
|
79
|
-
"@xylabs/react-render-spin-check": "^6.0.
|
|
80
|
-
"@xylabs/react-rich-result": "^6.0.
|
|
81
|
-
"@xylabs/react-scroll-to-top": "^6.0.
|
|
82
|
-
"@xylabs/react-shared": "^6.0.
|
|
83
|
-
"@xylabs/react-theme": "^6.0.
|
|
58
|
+
"@xylabs/react-accordion": "^6.0.2",
|
|
59
|
+
"@xylabs/react-animation": "^6.0.2",
|
|
60
|
+
"@xylabs/react-appbar": "^6.0.2",
|
|
61
|
+
"@xylabs/react-async-effect": "^6.0.2",
|
|
62
|
+
"@xylabs/react-button": "^6.0.2",
|
|
63
|
+
"@xylabs/react-common": "^6.0.2",
|
|
64
|
+
"@xylabs/react-cookie-consent": "^6.0.2",
|
|
65
|
+
"@xylabs/react-crypto": "^6.0.2",
|
|
66
|
+
"@xylabs/react-dialogs": "^6.0.2",
|
|
67
|
+
"@xylabs/react-experiments": "^6.0.2",
|
|
68
|
+
"@xylabs/react-flexbox": "^6.0.2",
|
|
69
|
+
"@xylabs/react-hooks": "^6.0.2",
|
|
70
|
+
"@xylabs/react-identicon": "^6.0.2",
|
|
71
|
+
"@xylabs/react-invertible-theme": "^6.0.2",
|
|
72
|
+
"@xylabs/react-link": "^6.0.2",
|
|
73
|
+
"@xylabs/react-mixpanel": "^6.0.2",
|
|
74
|
+
"@xylabs/react-number-status": "^6.0.2",
|
|
75
|
+
"@xylabs/react-pixel": "^6.0.2",
|
|
76
|
+
"@xylabs/react-pixel-debugger": "^6.0.2",
|
|
77
|
+
"@xylabs/react-promise": "^6.0.2",
|
|
78
|
+
"@xylabs/react-quick-tip-button": "^6.0.2",
|
|
79
|
+
"@xylabs/react-render-spin-check": "^6.0.2",
|
|
80
|
+
"@xylabs/react-rich-result": "^6.0.2",
|
|
81
|
+
"@xylabs/react-scroll-to-top": "^6.0.2",
|
|
82
|
+
"@xylabs/react-shared": "^6.0.2",
|
|
83
|
+
"@xylabs/react-theme": "^6.0.2"
|
|
84
84
|
},
|
|
85
85
|
"devDependencies": {
|
|
86
86
|
"@chromatic-com/storybook": "^3.2.5",
|
|
87
87
|
"@emotion/react": "^11.14.0",
|
|
88
88
|
"@emotion/styled": "^11.14.0",
|
|
89
|
-
"@eslint-react/eslint-plugin": "^1.32.
|
|
89
|
+
"@eslint-react/eslint-plugin": "^1.32.1",
|
|
90
90
|
"@mui/icons-material": "^6.4.7",
|
|
91
91
|
"@mui/material": "^6.4.7",
|
|
92
92
|
"@storybook/addon-actions": "^8.6.4",
|
|
@@ -109,16 +109,16 @@
|
|
|
109
109
|
"@types/react": "^19.0.10",
|
|
110
110
|
"@typescript-eslint/eslint-plugin": "^8.26.1",
|
|
111
111
|
"@typescript-eslint/parser": "^8.26.1",
|
|
112
|
-
"@xylabs/eslint-config-flat": "^6.0.
|
|
113
|
-
"@xylabs/eslint-config-react-flat": "^6.0.
|
|
114
|
-
"@xylabs/ts-scripts-yarn3": "^6.0.
|
|
115
|
-
"@xylabs/tsconfig": "^6.0.
|
|
116
|
-
"@xylabs/tsconfig-react": "^6.0.
|
|
117
|
-
"@xyo-network/react-theme": "^
|
|
112
|
+
"@xylabs/eslint-config-flat": "^6.0.8",
|
|
113
|
+
"@xylabs/eslint-config-react-flat": "^6.0.8",
|
|
114
|
+
"@xylabs/ts-scripts-yarn3": "^6.0.8",
|
|
115
|
+
"@xylabs/tsconfig": "^6.0.8",
|
|
116
|
+
"@xylabs/tsconfig-react": "^6.0.8",
|
|
117
|
+
"@xyo-network/react-theme": "^5.0.0",
|
|
118
118
|
"axios": "^1.8.3",
|
|
119
119
|
"buffer": "^6.0.3",
|
|
120
120
|
"eslint": "^9.22.0",
|
|
121
|
-
"eslint-import-resolver-typescript": "^3.8.
|
|
121
|
+
"eslint-import-resolver-typescript": "^3.8.6",
|
|
122
122
|
"knip": "^5.45.0",
|
|
123
123
|
"react": "^19.0.0",
|
|
124
124
|
"react-dom": "^19.0.0",
|