@useloops/design-system 1.4.552 → 1.4.553
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 +8 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@useloops/design-system",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.553",
|
|
4
4
|
"description": "The official React based Loops design system",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -154,7 +154,6 @@
|
|
|
154
154
|
"@faker-js/faker": "^9.4.0",
|
|
155
155
|
"@mui/icons-material": "^7.3.4",
|
|
156
156
|
"@mui/material": "^7.3.4",
|
|
157
|
-
"mui-tiptap": "^1.28.1",
|
|
158
157
|
"@rollup/plugin-babel": "^6.0.4",
|
|
159
158
|
"@rollup/plugin-commonjs": "^26.0.1",
|
|
160
159
|
"@rollup/plugin-json": "^6.1.0",
|
|
@@ -168,12 +167,6 @@
|
|
|
168
167
|
"@storybook/react-vite": "^10.0.8",
|
|
169
168
|
"@swc/core": "^1.10.18",
|
|
170
169
|
"@testing-library/react": "^16.3.0",
|
|
171
|
-
"@tiptap/extension-image": "^3.7.0",
|
|
172
|
-
"@tiptap/extension-placeholder": "^3.7.0",
|
|
173
|
-
"@tiptap/extension-table": "^3.7.0",
|
|
174
|
-
"@tiptap/extension-underline": "^3.7.0",
|
|
175
|
-
"@tiptap/react": "^3.7.0",
|
|
176
|
-
"@tiptap/starter-kit": "^3.7.0",
|
|
177
170
|
"@types/react": "^19.2.2",
|
|
178
171
|
"@types/react-dom": "^19.2.2",
|
|
179
172
|
"@types/stylis": "^4.2.6",
|
|
@@ -219,13 +212,6 @@
|
|
|
219
212
|
"@emotion/styled": "^11.14.1",
|
|
220
213
|
"@mui/icons-material": "^7.3.4",
|
|
221
214
|
"@mui/material": "^7.3.4",
|
|
222
|
-
"mui-tiptap": "^1.28.1",
|
|
223
|
-
"@tiptap/extension-image": "^3.7.0",
|
|
224
|
-
"@tiptap/extension-placeholder": "^3.7.0",
|
|
225
|
-
"@tiptap/extension-table": "^3.7.0",
|
|
226
|
-
"@tiptap/extension-underline": "^3.7.0",
|
|
227
|
-
"@tiptap/react": "^3.7.0",
|
|
228
|
-
"@tiptap/starter-kit": "^3.7.0",
|
|
229
215
|
"react": "^19.2.0",
|
|
230
216
|
"react-dom": "^19.2.0"
|
|
231
217
|
},
|
|
@@ -240,6 +226,12 @@
|
|
|
240
226
|
"@mui/lab": "^7.0.1-beta.18",
|
|
241
227
|
"@number-flow/react": "^0.5.10",
|
|
242
228
|
"@phrase/i18next-backend": "^1.2.0",
|
|
229
|
+
"@tiptap/extension-image": "^3.7.0",
|
|
230
|
+
"@tiptap/extension-placeholder": "^3.7.0",
|
|
231
|
+
"@tiptap/extension-table": "^3.7.0",
|
|
232
|
+
"@tiptap/extension-underline": "^3.7.0",
|
|
233
|
+
"@tiptap/react": "^3.7.0",
|
|
234
|
+
"@tiptap/starter-kit": "^3.7.0",
|
|
243
235
|
"@use-it/event-listener": "^0.1.7",
|
|
244
236
|
"@zxcvbn-ts/core": "^3.0.4",
|
|
245
237
|
"@zxcvbn-ts/language-common": "^3.0.4",
|
|
@@ -254,6 +246,7 @@
|
|
|
254
246
|
"material-ui-popup-state": "^5.3.3",
|
|
255
247
|
"merge-sx": "^3.2.4",
|
|
256
248
|
"motion": "^12.0.6",
|
|
249
|
+
"mui-tiptap": "^1.28.1",
|
|
257
250
|
"react-hook-form": "^7.53.2",
|
|
258
251
|
"react-intersection-observer": "^9.16.0",
|
|
259
252
|
"react-number-format": "^5.4.3",
|