@xylabs/sdk-react 7.1.0 → 7.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/package.json +45 -45
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xylabs/sdk-react",
|
|
3
|
-
"version": "7.1.
|
|
3
|
+
"version": "7.1.2",
|
|
4
4
|
"description": "Common React library for all XY Labs projects that use React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"utility",
|
|
@@ -60,60 +60,60 @@
|
|
|
60
60
|
]
|
|
61
61
|
},
|
|
62
62
|
"dependencies": {
|
|
63
|
-
"@xylabs/react-accordion": "~7.1.
|
|
64
|
-
"@xylabs/react-animation": "~7.1.
|
|
65
|
-
"@xylabs/react-appbar": "~7.1.
|
|
66
|
-
"@xylabs/react-async-effect": "~7.1.
|
|
67
|
-
"@xylabs/react-button": "~7.1.
|
|
68
|
-
"@xylabs/react-common": "~7.1.
|
|
69
|
-
"@xylabs/react-cookie-consent": "~7.1.
|
|
70
|
-
"@xylabs/react-crypto": "~7.1.
|
|
71
|
-
"@xylabs/react-dialogs": "~7.1.
|
|
72
|
-
"@xylabs/react-experiments": "~7.1.
|
|
73
|
-
"@xylabs/react-flexbox": "~7.1.
|
|
74
|
-
"@xylabs/react-hooks": "~7.1.
|
|
75
|
-
"@xylabs/react-identicon": "~7.1.
|
|
76
|
-
"@xylabs/react-link": "~7.1.
|
|
77
|
-
"@xylabs/react-mixpanel": "~7.1.
|
|
78
|
-
"@xylabs/react-number-status": "~7.1.
|
|
79
|
-
"@xylabs/react-pixel": "~7.1.
|
|
80
|
-
"@xylabs/react-pixel-debugger": "~7.1.
|
|
81
|
-
"@xylabs/react-promise": "~7.1.
|
|
82
|
-
"@xylabs/react-quick-tip-button": "~7.1.
|
|
83
|
-
"@xylabs/react-render-spin-check": "~7.1.
|
|
84
|
-
"@xylabs/react-rich-result": "~7.1.
|
|
85
|
-
"@xylabs/react-scroll-to-top": "~7.1.
|
|
86
|
-
"@xylabs/react-shared": "~7.1.
|
|
87
|
-
"@xylabs/react-theme": "~7.1.
|
|
63
|
+
"@xylabs/react-accordion": "~7.1.2",
|
|
64
|
+
"@xylabs/react-animation": "~7.1.2",
|
|
65
|
+
"@xylabs/react-appbar": "~7.1.2",
|
|
66
|
+
"@xylabs/react-async-effect": "~7.1.2",
|
|
67
|
+
"@xylabs/react-button": "~7.1.2",
|
|
68
|
+
"@xylabs/react-common": "~7.1.2",
|
|
69
|
+
"@xylabs/react-cookie-consent": "~7.1.2",
|
|
70
|
+
"@xylabs/react-crypto": "~7.1.2",
|
|
71
|
+
"@xylabs/react-dialogs": "~7.1.2",
|
|
72
|
+
"@xylabs/react-experiments": "~7.1.2",
|
|
73
|
+
"@xylabs/react-flexbox": "~7.1.2",
|
|
74
|
+
"@xylabs/react-hooks": "~7.1.2",
|
|
75
|
+
"@xylabs/react-identicon": "~7.1.2",
|
|
76
|
+
"@xylabs/react-link": "~7.1.2",
|
|
77
|
+
"@xylabs/react-mixpanel": "~7.1.2",
|
|
78
|
+
"@xylabs/react-number-status": "~7.1.2",
|
|
79
|
+
"@xylabs/react-pixel": "~7.1.2",
|
|
80
|
+
"@xylabs/react-pixel-debugger": "~7.1.2",
|
|
81
|
+
"@xylabs/react-promise": "~7.1.2",
|
|
82
|
+
"@xylabs/react-quick-tip-button": "~7.1.2",
|
|
83
|
+
"@xylabs/react-render-spin-check": "~7.1.2",
|
|
84
|
+
"@xylabs/react-rich-result": "~7.1.2",
|
|
85
|
+
"@xylabs/react-scroll-to-top": "~7.1.2",
|
|
86
|
+
"@xylabs/react-shared": "~7.1.2",
|
|
87
|
+
"@xylabs/react-theme": "~7.1.2"
|
|
88
88
|
},
|
|
89
89
|
"devDependencies": {
|
|
90
90
|
"@emotion/react": "~11.14.0",
|
|
91
91
|
"@emotion/styled": "~11.14.1",
|
|
92
|
-
"@mui/icons-material": "~7.3.
|
|
93
|
-
"@mui/material": "~7.3.
|
|
94
|
-
"@storybook/addon-links": "~9.1.
|
|
95
|
-
"@storybook/react-vite": "~9.1.
|
|
96
|
-
"@types/node": "~24.
|
|
97
|
-
"@types/react": "~19.1.
|
|
98
|
-
"@typescript-eslint/eslint-plugin": "~8.44.
|
|
99
|
-
"@typescript-eslint/parser": "~8.44.
|
|
100
|
-
"@typescript-eslint/utils": "~8.44.
|
|
101
|
-
"@xylabs/eslint-config-flat": "~7.1.
|
|
102
|
-
"@xylabs/eslint-config-react-flat": "~7.1.
|
|
103
|
-
"@xylabs/ts-scripts-yarn3": "~7.1.
|
|
104
|
-
"@xylabs/tsconfig": "~7.1.
|
|
105
|
-
"@xylabs/tsconfig-dom": "~7.1.
|
|
106
|
-
"@xylabs/tsconfig-react": "~7.1.
|
|
92
|
+
"@mui/icons-material": "~7.3.3",
|
|
93
|
+
"@mui/material": "~7.3.3",
|
|
94
|
+
"@storybook/addon-links": "~9.1.10",
|
|
95
|
+
"@storybook/react-vite": "~9.1.10",
|
|
96
|
+
"@types/node": "~24.6.1",
|
|
97
|
+
"@types/react": "~19.1.17",
|
|
98
|
+
"@typescript-eslint/eslint-plugin": "~8.44.1",
|
|
99
|
+
"@typescript-eslint/parser": "~8.44.1",
|
|
100
|
+
"@typescript-eslint/utils": "~8.44.1",
|
|
101
|
+
"@xylabs/eslint-config-flat": "~7.1.8",
|
|
102
|
+
"@xylabs/eslint-config-react-flat": "~7.1.8",
|
|
103
|
+
"@xylabs/ts-scripts-yarn3": "~7.1.8",
|
|
104
|
+
"@xylabs/tsconfig": "~7.1.8",
|
|
105
|
+
"@xylabs/tsconfig-dom": "~7.1.8",
|
|
106
|
+
"@xylabs/tsconfig-react": "~7.1.8",
|
|
107
107
|
"eslint": "~9.36.0",
|
|
108
108
|
"eslint-import-resolver-typescript": "~4.4.4",
|
|
109
|
-
"eslint-plugin-storybook": "9.1.
|
|
110
|
-
"knip": "~5.64.
|
|
109
|
+
"eslint-plugin-storybook": "9.1.10",
|
|
110
|
+
"knip": "~5.64.1",
|
|
111
111
|
"react": "~19.1.1",
|
|
112
112
|
"react-dom": "~19.1.1",
|
|
113
|
-
"storybook": "~9.1.
|
|
113
|
+
"storybook": "~9.1.10",
|
|
114
114
|
"ts-api-utils": "~2.1.0",
|
|
115
115
|
"typedoc": "~0.28.13",
|
|
116
|
-
"typescript": "~5.9.
|
|
116
|
+
"typescript": "~5.9.3",
|
|
117
117
|
"vite": "~7.1.7"
|
|
118
118
|
},
|
|
119
119
|
"peerDependencies": {
|