@useloops/design-system 1.4.105 → 1.4.106

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": "@useloops/design-system",
3
- "version": "1.4.105",
3
+ "version": "1.4.106",
4
4
  "description": "The official React based Loops design system",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -131,14 +131,8 @@
131
131
  "@mui/material": "^5.16.14",
132
132
  "@mui/styled-engine": "5.16.14",
133
133
  "@phrase/i18next-backend": "^1.2.0",
134
- "@tiptap/core": "^2.0.0-beta.210",
135
- "@tiptap/extension-heading": "^2.0.0-beta.210",
136
- "@tiptap/extension-image": "^2.0.0-beta.210",
137
- "@tiptap/extension-placeholder": "2.0.0-beta.210",
138
- "@tiptap/extension-table": "^2.0.0-beta.210",
139
- "@tiptap/pm": "^2.0.0-beta.210",
140
- "@tiptap/react": "^2.0.0-beta.210",
141
- "@tiptap/starter-kit": "^2.0.0-beta.210",
134
+ "@tiptap/extension-placeholder": "^2.10.4",
135
+ "@tiptap/starter-kit": "^2.10.4",
142
136
  "@zxcvbn-ts/core": "^3.0.4",
143
137
  "@zxcvbn-ts/language-common": "^3.0.4",
144
138
  "@zxcvbn-ts/language-en": "^3.0.2",
@@ -153,7 +147,6 @@
153
147
  "react-phone-number-input": "^3.4.10",
154
148
  "stylis": "^4.3.4",
155
149
  "stylis-plugin-rtl": "^2.1.1",
156
- "tiptap-markdown": "0.8.3",
157
150
  "yup": "^1.4.0"
158
151
  }
159
152
  }