@useloops/design-system 1.4.178 → 1.4.179

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.178",
3
+ "version": "1.4.179",
4
4
  "description": "The official React based Loops design system",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -141,6 +141,7 @@
141
141
  "@tiptap/extension-image": "^2.11.2",
142
142
  "@tiptap/extension-placeholder": "^2.10.4",
143
143
  "@tiptap/extension-table": "^2.11.2",
144
+ "@tiptap/extension-underline": "^2.11.5",
144
145
  "@tiptap/react": "^2.11.2",
145
146
  "@tiptap/starter-kit": "^2.10.4",
146
147
  "@zxcvbn-ts/core": "^3.0.4",
@@ -149,6 +150,7 @@
149
150
  "dayjs": "^1.11.13",
150
151
  "express": "^4.21.1",
151
152
  "gsap": "^3.12.5",
153
+ "html-react-parser": "^5.2.2",
152
154
  "markdown-to-jsx": "^7.1.9",
153
155
  "material-ui-popup-state": "^5.3.3",
154
156
  "merge-sx": "^3.2.4",
@@ -162,7 +164,6 @@
162
164
  "react-phone-number-input": "^3.4.10",
163
165
  "stylis": "^4.3.4",
164
166
  "stylis-plugin-rtl": "^2.1.1",
165
- "tiptap-markdown": "0.8.3",
166
167
  "yup": "^1.4.0"
167
168
  }
168
169
  }