@useloops/design-system 1.4.550 → 1.4.552

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