@useloops/design-system 1.4.85 → 1.4.86
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 +6 -40
- package/dist/index.js +6 -40
- package/package.json +2 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@useloops/design-system",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.86",
|
|
4
4
|
"description": "The official React based Loops design system",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -118,12 +118,6 @@
|
|
|
118
118
|
"plugin:storybook/recommended"
|
|
119
119
|
]
|
|
120
120
|
},
|
|
121
|
-
"overrides": {
|
|
122
|
-
"mui-tiptap": {
|
|
123
|
-
"@mui/icons-material": "5.16.14",
|
|
124
|
-
"@mui/material": "5.16.14"
|
|
125
|
-
}
|
|
126
|
-
},
|
|
127
121
|
"dependencies": {
|
|
128
122
|
"@emotion/react": "^11.11.0",
|
|
129
123
|
"@zxcvbn-ts/core": "^3.0.4",
|
|
@@ -145,7 +139,7 @@
|
|
|
145
139
|
"@dnd-kit/utilities": "^3.2.2",
|
|
146
140
|
"@gsap/react": "^2.1.1",
|
|
147
141
|
"gsap": "^3.12.5",
|
|
148
|
-
"mui-tiptap": "1.
|
|
142
|
+
"mui-tiptap": "1.17.0",
|
|
149
143
|
"@farscrl/tiptap-extension-spellchecker": "^1.0.6",
|
|
150
144
|
"tiptap-markdown": "^0.8.10",
|
|
151
145
|
"@tiptap/starter-kit": "^2.11.2",
|