@xylabs/sdk-react 6.0.0-rc.2 → 6.0.1
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xylabs/sdk-react",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.1",
|
|
4
4
|
"description": "Common React library for all XY Labs projects that use React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"utility",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"type": "module",
|
|
27
27
|
"exports": {
|
|
28
28
|
".": {
|
|
29
|
-
"types": "./dist/
|
|
29
|
+
"types": "./dist/types/index.d.ts",
|
|
30
30
|
"default": "./dist/browser/index.mjs"
|
|
31
31
|
},
|
|
32
32
|
"./package.json": "./package.json"
|
|
@@ -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.1",
|
|
59
|
+
"@xylabs/react-animation": "^6.0.1",
|
|
60
|
+
"@xylabs/react-appbar": "^6.0.1",
|
|
61
|
+
"@xylabs/react-async-effect": "^6.0.1",
|
|
62
|
+
"@xylabs/react-button": "^6.0.1",
|
|
63
|
+
"@xylabs/react-common": "^6.0.1",
|
|
64
|
+
"@xylabs/react-cookie-consent": "^6.0.1",
|
|
65
|
+
"@xylabs/react-crypto": "^6.0.1",
|
|
66
|
+
"@xylabs/react-dialogs": "^6.0.1",
|
|
67
|
+
"@xylabs/react-experiments": "^6.0.1",
|
|
68
|
+
"@xylabs/react-flexbox": "^6.0.1",
|
|
69
|
+
"@xylabs/react-hooks": "^6.0.1",
|
|
70
|
+
"@xylabs/react-identicon": "^6.0.1",
|
|
71
|
+
"@xylabs/react-invertible-theme": "^6.0.1",
|
|
72
|
+
"@xylabs/react-link": "^6.0.1",
|
|
73
|
+
"@xylabs/react-mixpanel": "^6.0.1",
|
|
74
|
+
"@xylabs/react-number-status": "^6.0.1",
|
|
75
|
+
"@xylabs/react-pixel": "^6.0.1",
|
|
76
|
+
"@xylabs/react-pixel-debugger": "^6.0.1",
|
|
77
|
+
"@xylabs/react-promise": "^6.0.1",
|
|
78
|
+
"@xylabs/react-quick-tip-button": "^6.0.1",
|
|
79
|
+
"@xylabs/react-render-spin-check": "^6.0.1",
|
|
80
|
+
"@xylabs/react-rich-result": "^6.0.1",
|
|
81
|
+
"@xylabs/react-scroll-to-top": "^6.0.1",
|
|
82
|
+
"@xylabs/react-shared": "^6.0.1",
|
|
83
|
+
"@xylabs/react-theme": "^6.0.1"
|
|
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.
|
|
89
|
+
"@eslint-react/eslint-plugin": "^1.32.0",
|
|
90
90
|
"@mui/icons-material": "^6.4.7",
|
|
91
91
|
"@mui/material": "^6.4.7",
|
|
92
92
|
"@storybook/addon-actions": "^8.6.4",
|
|
@@ -107,18 +107,18 @@
|
|
|
107
107
|
"@stylistic/eslint-plugin": "^4.2.0",
|
|
108
108
|
"@types/node": "^22.13.10",
|
|
109
109
|
"@types/react": "^19.0.10",
|
|
110
|
-
"@typescript-eslint/eslint-plugin": "^8.26.
|
|
111
|
-
"@typescript-eslint/parser": "^8.26.
|
|
112
|
-
"@xylabs/eslint-config-flat": "^
|
|
113
|
-
"@xylabs/eslint-config-react-flat": "^
|
|
114
|
-
"@xylabs/ts-scripts-yarn3": "^
|
|
115
|
-
"@xylabs/tsconfig": "^
|
|
116
|
-
"@xylabs/tsconfig-react": "^
|
|
117
|
-
"@xyo-network/react-theme": "^
|
|
118
|
-
"axios": "^1.8.
|
|
110
|
+
"@typescript-eslint/eslint-plugin": "^8.26.1",
|
|
111
|
+
"@typescript-eslint/parser": "^8.26.1",
|
|
112
|
+
"@xylabs/eslint-config-flat": "^6.0.5",
|
|
113
|
+
"@xylabs/eslint-config-react-flat": "^6.0.5",
|
|
114
|
+
"@xylabs/ts-scripts-yarn3": "^6.0.5",
|
|
115
|
+
"@xylabs/tsconfig": "^6.0.5",
|
|
116
|
+
"@xylabs/tsconfig-react": "^6.0.5",
|
|
117
|
+
"@xyo-network/react-theme": "^5.0.0",
|
|
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.5",
|
|
122
122
|
"knip": "^5.45.0",
|
|
123
123
|
"react": "^19.0.0",
|
|
124
124
|
"react-dom": "^19.0.0",
|
|
@@ -145,6 +145,5 @@
|
|
|
145
145
|
},
|
|
146
146
|
"publishConfig": {
|
|
147
147
|
"access": "public"
|
|
148
|
-
}
|
|
149
|
-
"stableVersion": "5.3.25"
|
|
148
|
+
}
|
|
150
149
|
}
|
|
File without changes
|
|
File without changes
|