@useloops/design-system 1.4.106 → 1.4.108
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 +4 -4
- package/dist/index.d.ts +1 -2
- package/dist/index.js +4 -4
- package/package.json +5 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@useloops/design-system",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.108",
|
|
4
4
|
"description": "The official React based Loops design system",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -131,7 +131,10 @@
|
|
|
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/extension-image": "^2.11.2",
|
|
134
135
|
"@tiptap/extension-placeholder": "^2.10.4",
|
|
136
|
+
"@tiptap/extension-table": "^2.11.2",
|
|
137
|
+
"@tiptap/react": "^2.11.2",
|
|
135
138
|
"@tiptap/starter-kit": "^2.10.4",
|
|
136
139
|
"@zxcvbn-ts/core": "^3.0.4",
|
|
137
140
|
"@zxcvbn-ts/language-common": "^3.0.4",
|
|
@@ -147,6 +150,7 @@
|
|
|
147
150
|
"react-phone-number-input": "^3.4.10",
|
|
148
151
|
"stylis": "^4.3.4",
|
|
149
152
|
"stylis-plugin-rtl": "^2.1.1",
|
|
153
|
+
"tiptap-markdown": "0.8.3",
|
|
150
154
|
"yup": "^1.4.0"
|
|
151
155
|
}
|
|
152
156
|
}
|