@useloops/design-system 1.4.169 → 1.4.171
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 +15 -2
- package/dist/index.d.ts +64 -8
- package/dist/index.js +15 -2
- package/package.json +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@useloops/design-system",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.171",
|
|
4
4
|
"description": "The official React based Loops design system",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -74,7 +74,6 @@
|
|
|
74
74
|
"@storybook/manager-api": "^8.4.2",
|
|
75
75
|
"@storybook/preview-api": "^8.4.2",
|
|
76
76
|
"@storybook/react-webpack5": "^8.4.2",
|
|
77
|
-
"@storybook/store": "^7.6.17",
|
|
78
77
|
"@storybook/test": "^8.4.2",
|
|
79
78
|
"@svgr/webpack": "^8.1.0",
|
|
80
79
|
"@swc/core": "^1.9.2",
|
|
@@ -136,6 +135,7 @@
|
|
|
136
135
|
"@dnd-kit/utilities": "^3.2.2",
|
|
137
136
|
"@gsap/react": "^2.1.1",
|
|
138
137
|
"@hookform/error-message": "^2.0.1",
|
|
138
|
+
"@mui/lab": "^5.0.0-alpha.175",
|
|
139
139
|
"@phrase/i18next-backend": "^1.2.0",
|
|
140
140
|
"@tiptap/extension-image": "^2.11.2",
|
|
141
141
|
"@tiptap/extension-placeholder": "^2.10.4",
|
|
@@ -151,6 +151,7 @@
|
|
|
151
151
|
"markdown-to-jsx": "^7.1.9",
|
|
152
152
|
"material-ui-popup-state": "^5.3.3",
|
|
153
153
|
"merge-sx": "^3.2.4",
|
|
154
|
+
"motion": "^12.0.6",
|
|
154
155
|
"mui-tiptap": "^1.17.0",
|
|
155
156
|
"react": "^18.3.1",
|
|
156
157
|
"react-dom": "^18.3.1",
|