@useloops/design-system 1.4.104 → 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/dist/esm/index.js +23 -0
- package/dist/index.d.ts +2 -3
- package/dist/index.js +4 -4
- package/package.json +4 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@useloops/design-system",
|
|
3
|
-
"version": "1.4.
|
|
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,21 +131,15 @@
|
|
|
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/
|
|
135
|
-
"@tiptap/
|
|
136
|
-
"@tiptap/extension-image": "^2.11.2",
|
|
137
|
-
"@tiptap/extension-placeholder": "^2.11.2",
|
|
138
|
-
"@tiptap/extension-table": "^2.11.2",
|
|
139
|
-
"@tiptap/pm": "^2.11.2",
|
|
140
|
-
"@tiptap/react": "^2.11.2",
|
|
141
|
-
"@tiptap/starter-kit": "^2.11.2",
|
|
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",
|
|
145
139
|
"express": "^4.21.1",
|
|
146
140
|
"gsap": "^3.12.5",
|
|
147
141
|
"merge-sx": "^3.2.4",
|
|
148
|
-
"mui-tiptap": "1.17.0",
|
|
142
|
+
"mui-tiptap": "^1.17.0",
|
|
149
143
|
"react": "^18.3.1",
|
|
150
144
|
"react-dom": "^18.3.1",
|
|
151
145
|
"react-hook-form": "^7.53.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
|
}
|