@xylabs/sdk-react 5.1.0 → 5.1.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/eslint.config.mjs +6 -2
- package/package.json +29 -29
- package/xylabs-sdk-react-v2.8.2.tgz +0 -0
package/eslint.config.mjs
CHANGED
|
@@ -16,16 +16,20 @@ export default [
|
|
|
16
16
|
workspacesConfig,
|
|
17
17
|
rulesConfig,
|
|
18
18
|
importConfig,
|
|
19
|
+
reactConfig,
|
|
19
20
|
{
|
|
20
21
|
rules: {
|
|
21
|
-
'@eslint-react/no-array-index-key': ['
|
|
22
|
+
'@eslint-react/no-array-index-key': ['warn'],
|
|
23
|
+
'@eslint-react/no-prop-types': ['warn'],
|
|
24
|
+
'@eslint-react/prefer-destructuring-assignment': ['warn'],
|
|
25
|
+
'@eslint-react/prefer-shorthand-boolean': ['warn'],
|
|
22
26
|
},
|
|
23
27
|
},
|
|
24
28
|
{
|
|
25
29
|
...typescriptConfig,
|
|
26
30
|
rules: {
|
|
27
31
|
...typescriptConfig.rules,
|
|
28
|
-
'@typescript-eslint/no-misused-promises': ['
|
|
32
|
+
'@typescript-eslint/no-misused-promises': ['warn'],
|
|
29
33
|
'@typescript-eslint/consistent-type-imports': ['warn']
|
|
30
34
|
},
|
|
31
35
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xylabs/sdk-react",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.2",
|
|
4
4
|
"description": "Common React library for all XY Labs projects that use React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"utility",
|
|
@@ -55,39 +55,39 @@
|
|
|
55
55
|
]
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
|
-
"@xylabs/react-accordion": "^5.1.
|
|
59
|
-
"@xylabs/react-animation": "^5.1.
|
|
60
|
-
"@xylabs/react-appbar": "^5.1.
|
|
61
|
-
"@xylabs/react-async-effect": "^5.1.
|
|
62
|
-
"@xylabs/react-button": "^5.1.
|
|
63
|
-
"@xylabs/react-common": "^5.1.
|
|
64
|
-
"@xylabs/react-cookie-consent": "^5.1.
|
|
65
|
-
"@xylabs/react-crypto": "^5.1.
|
|
66
|
-
"@xylabs/react-dialogs": "^5.1.
|
|
67
|
-
"@xylabs/react-experiments": "^5.1.
|
|
68
|
-
"@xylabs/react-flexbox": "^5.1.
|
|
69
|
-
"@xylabs/react-hooks": "^5.1.
|
|
70
|
-
"@xylabs/react-identicon": "^5.1.
|
|
71
|
-
"@xylabs/react-invertible-theme": "^5.1.
|
|
72
|
-
"@xylabs/react-link": "^5.1.
|
|
73
|
-
"@xylabs/react-mixpanel": "^5.1.
|
|
74
|
-
"@xylabs/react-number-status": "^5.1.
|
|
75
|
-
"@xylabs/react-pixel": "^5.1.
|
|
76
|
-
"@xylabs/react-pixel-debugger": "^5.1.
|
|
77
|
-
"@xylabs/react-promise": "^5.1.
|
|
78
|
-
"@xylabs/react-quick-tip-button": "^5.1.
|
|
79
|
-
"@xylabs/react-render-spin-check": "^5.1.
|
|
80
|
-
"@xylabs/react-rich-result": "^5.1.
|
|
81
|
-
"@xylabs/react-scroll-to-top": "^5.1.
|
|
82
|
-
"@xylabs/react-shared": "^5.1.
|
|
58
|
+
"@xylabs/react-accordion": "^5.1.2",
|
|
59
|
+
"@xylabs/react-animation": "^5.1.2",
|
|
60
|
+
"@xylabs/react-appbar": "^5.1.2",
|
|
61
|
+
"@xylabs/react-async-effect": "^5.1.2",
|
|
62
|
+
"@xylabs/react-button": "^5.1.2",
|
|
63
|
+
"@xylabs/react-common": "^5.1.2",
|
|
64
|
+
"@xylabs/react-cookie-consent": "^5.1.2",
|
|
65
|
+
"@xylabs/react-crypto": "^5.1.2",
|
|
66
|
+
"@xylabs/react-dialogs": "^5.1.2",
|
|
67
|
+
"@xylabs/react-experiments": "^5.1.2",
|
|
68
|
+
"@xylabs/react-flexbox": "^5.1.2",
|
|
69
|
+
"@xylabs/react-hooks": "^5.1.2",
|
|
70
|
+
"@xylabs/react-identicon": "^5.1.2",
|
|
71
|
+
"@xylabs/react-invertible-theme": "^5.1.2",
|
|
72
|
+
"@xylabs/react-link": "^5.1.2",
|
|
73
|
+
"@xylabs/react-mixpanel": "^5.1.2",
|
|
74
|
+
"@xylabs/react-number-status": "^5.1.2",
|
|
75
|
+
"@xylabs/react-pixel": "^5.1.2",
|
|
76
|
+
"@xylabs/react-pixel-debugger": "^5.1.2",
|
|
77
|
+
"@xylabs/react-promise": "^5.1.2",
|
|
78
|
+
"@xylabs/react-quick-tip-button": "^5.1.2",
|
|
79
|
+
"@xylabs/react-render-spin-check": "^5.1.2",
|
|
80
|
+
"@xylabs/react-rich-result": "^5.1.2",
|
|
81
|
+
"@xylabs/react-scroll-to-top": "^5.1.2",
|
|
82
|
+
"@xylabs/react-shared": "^5.1.2"
|
|
83
83
|
},
|
|
84
84
|
"devDependencies": {
|
|
85
85
|
"@chromatic-com/storybook": "^2.0.2",
|
|
86
86
|
"@emotion/react": "^11.13.3",
|
|
87
87
|
"@emotion/styled": "^11.13.0",
|
|
88
88
|
"@eslint-react/eslint-plugin": "^1.14.3",
|
|
89
|
-
"@mui/icons-material": "^6.1.
|
|
90
|
-
"@mui/material": "^6.1.
|
|
89
|
+
"@mui/icons-material": "^6.1.3",
|
|
90
|
+
"@mui/material": "^6.1.3",
|
|
91
91
|
"@storybook/addon-actions": "^8.3.5",
|
|
92
92
|
"@storybook/addon-docs": "^8.3.5",
|
|
93
93
|
"@storybook/addon-essentials": "^8.3.5",
|
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
"storybook": "^8.3.5",
|
|
125
125
|
"storybook-dark-mode": "^4.0.2",
|
|
126
126
|
"tsconfig-paths-webpack-plugin": "^4.1.0",
|
|
127
|
-
"typescript": "^5.6.
|
|
127
|
+
"typescript": "^5.6.3",
|
|
128
128
|
"vite": "^5.4.8"
|
|
129
129
|
},
|
|
130
130
|
"peerDependencies": {
|
|
Binary file
|