@xylabs/sdk-react 5.0.0 → 5.1.0-rc.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 +31 -29
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xylabs/sdk-react",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.1.0-rc.1",
|
|
4
4
|
"description": "Common React library for all XY Labs projects that use React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"utility",
|
|
@@ -55,31 +55,32 @@
|
|
|
55
55
|
]
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
|
-
"@xylabs/
|
|
59
|
-
"@xylabs/react-
|
|
60
|
-
"@xylabs/react-
|
|
61
|
-
"@xylabs/react-
|
|
62
|
-
"@xylabs/react-
|
|
63
|
-
"@xylabs/react-
|
|
64
|
-
"@xylabs/react-
|
|
65
|
-
"@xylabs/react-
|
|
66
|
-
"@xylabs/react-
|
|
67
|
-
"@xylabs/react-
|
|
68
|
-
"@xylabs/react-
|
|
69
|
-
"@xylabs/react-
|
|
70
|
-
"@xylabs/react-
|
|
71
|
-
"@xylabs/react-
|
|
72
|
-
"@xylabs/react-
|
|
73
|
-
"@xylabs/react-
|
|
74
|
-
"@xylabs/react-
|
|
75
|
-
"@xylabs/react-
|
|
76
|
-
"@xylabs/react-pixel
|
|
77
|
-
"@xylabs/react-
|
|
78
|
-
"@xylabs/react-
|
|
79
|
-
"@xylabs/react-
|
|
80
|
-
"@xylabs/react-
|
|
81
|
-
"@xylabs/react-
|
|
82
|
-
"@xylabs/react-
|
|
58
|
+
"@xylabs/pixel": "^2.0.4",
|
|
59
|
+
"@xylabs/react-accordion": "^5.1.0-rc.1",
|
|
60
|
+
"@xylabs/react-animation": "^5.1.0-rc.1",
|
|
61
|
+
"@xylabs/react-appbar": "^5.1.0-rc.1",
|
|
62
|
+
"@xylabs/react-async-effect": "^5.1.0-rc.1",
|
|
63
|
+
"@xylabs/react-button": "^5.1.0-rc.1",
|
|
64
|
+
"@xylabs/react-common": "^5.1.0-rc.1",
|
|
65
|
+
"@xylabs/react-cookie-consent": "^5.1.0-rc.1",
|
|
66
|
+
"@xylabs/react-crypto": "^5.1.0-rc.1",
|
|
67
|
+
"@xylabs/react-dialogs": "^5.1.0-rc.1",
|
|
68
|
+
"@xylabs/react-experiments": "^5.1.0-rc.1",
|
|
69
|
+
"@xylabs/react-flexbox": "^5.1.0-rc.1",
|
|
70
|
+
"@xylabs/react-hooks": "^5.1.0-rc.1",
|
|
71
|
+
"@xylabs/react-identicon": "^5.1.0-rc.1",
|
|
72
|
+
"@xylabs/react-invertible-theme": "^5.1.0-rc.1",
|
|
73
|
+
"@xylabs/react-link": "^5.1.0-rc.1",
|
|
74
|
+
"@xylabs/react-mixpanel": "^5.1.0-rc.1",
|
|
75
|
+
"@xylabs/react-number-status": "^5.1.0-rc.1",
|
|
76
|
+
"@xylabs/react-pixel": "^5.1.0-rc.1",
|
|
77
|
+
"@xylabs/react-pixel-debugger": "^5.1.0-rc.1",
|
|
78
|
+
"@xylabs/react-promise": "^5.1.0-rc.1",
|
|
79
|
+
"@xylabs/react-quick-tip-button": "^5.1.0-rc.1",
|
|
80
|
+
"@xylabs/react-render-spin-check": "^5.1.0-rc.1",
|
|
81
|
+
"@xylabs/react-rich-result": "^5.1.0-rc.1",
|
|
82
|
+
"@xylabs/react-scroll-to-top": "^5.1.0-rc.1",
|
|
83
|
+
"@xylabs/react-shared": "^5.1.0-rc.1"
|
|
83
84
|
},
|
|
84
85
|
"devDependencies": {
|
|
85
86
|
"@chromatic-com/storybook": "^1.9.0",
|
|
@@ -111,7 +112,7 @@
|
|
|
111
112
|
"@xylabs/ts-scripts-yarn3": "^4.0.7",
|
|
112
113
|
"@xylabs/tsconfig": "^4.0.7",
|
|
113
114
|
"@xylabs/tsconfig-react": "^4.0.7",
|
|
114
|
-
"@xyo-network/react-theme": "^
|
|
115
|
+
"@xyo-network/react-theme": "^3.0.15",
|
|
115
116
|
"axios": "^1.7.7",
|
|
116
117
|
"buffer": "^6.0.3",
|
|
117
118
|
"eslint": "^9.10.0",
|
|
@@ -135,12 +136,13 @@
|
|
|
135
136
|
"react-dom": "^18",
|
|
136
137
|
"react-helmet": "^6"
|
|
137
138
|
},
|
|
138
|
-
"packageManager": "yarn@4.
|
|
139
|
+
"packageManager": "yarn@4.4.1",
|
|
139
140
|
"volta": {
|
|
140
141
|
"node": "22.3.0",
|
|
141
142
|
"yarn": "4.3.1"
|
|
142
143
|
},
|
|
143
144
|
"publishConfig": {
|
|
144
145
|
"access": "public"
|
|
145
|
-
}
|
|
146
|
+
},
|
|
147
|
+
"stableVersion": "5.0.0"
|
|
146
148
|
}
|