@useloops/design-system 1.4.548 → 1.4.549
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 +6 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@useloops/design-system",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.549",
|
|
4
4
|
"description": "The official React based Loops design system",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -183,6 +183,8 @@
|
|
|
183
183
|
"happy-dom": "^20.0.1",
|
|
184
184
|
"prettier": "^3.3.3",
|
|
185
185
|
"prettier-plugin-organize-imports": "^4.1.0",
|
|
186
|
+
"react": "^19.2.0",
|
|
187
|
+
"react-dom": "^19.2.0",
|
|
186
188
|
"resize-observer-polyfill": "^1.5.1",
|
|
187
189
|
"rimraf": "^6.0.1",
|
|
188
190
|
"rollup": "^4.25.0",
|
|
@@ -209,7 +211,9 @@
|
|
|
209
211
|
"@emotion/react": "^11.14.0",
|
|
210
212
|
"@emotion/styled": "^11.14.1",
|
|
211
213
|
"@mui/icons-material": "^7.3.4",
|
|
212
|
-
"@mui/material": "^7.3.4"
|
|
214
|
+
"@mui/material": "^7.3.4",
|
|
215
|
+
"react": "^19.2.0",
|
|
216
|
+
"react-dom": "^19.2.0"
|
|
213
217
|
},
|
|
214
218
|
"dependencies": {
|
|
215
219
|
"@base-ui-components/react": "^1.0.0-beta.4",
|
|
@@ -243,8 +247,6 @@
|
|
|
243
247
|
"merge-sx": "^3.2.4",
|
|
244
248
|
"motion": "^12.0.6",
|
|
245
249
|
"mui-tiptap": "^1.28.1",
|
|
246
|
-
"react": "^19.2.0",
|
|
247
|
-
"react-dom": "^19.2.0",
|
|
248
250
|
"react-hook-form": "^7.53.2",
|
|
249
251
|
"react-intersection-observer": "^9.16.0",
|
|
250
252
|
"react-number-format": "^5.4.3",
|