@useloops/design-system 1.4.133 → 1.4.134
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 +1 -23
- package/dist/index.js +1 -23
- package/package.json +10 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@useloops/design-system",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.134",
|
|
4
4
|
"description": "The official React based Loops design system",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -56,7 +56,6 @@
|
|
|
56
56
|
"@commitlint/config-conventional": "^19.6.0",
|
|
57
57
|
"@commitlint/prompt-cli": "^19.6.0",
|
|
58
58
|
"@commitlint/types": "^19.5.0",
|
|
59
|
-
"@emotion/styled": "^11.14.0",
|
|
60
59
|
"@happy-dom/jest-environment": "^15.11.2",
|
|
61
60
|
"@rollup/plugin-babel": "^6.0.4",
|
|
62
61
|
"@rollup/plugin-commonjs": "^26.0.1",
|
|
@@ -73,7 +72,6 @@
|
|
|
73
72
|
"@storybook/blocks": "^8.4.2",
|
|
74
73
|
"@storybook/manager-api": "^8.4.2",
|
|
75
74
|
"@storybook/preview-api": "^8.4.2",
|
|
76
|
-
"@storybook/react": "^8.4.2",
|
|
77
75
|
"@storybook/react-webpack5": "^8.4.2",
|
|
78
76
|
"@storybook/test": "^8.4.2",
|
|
79
77
|
"@svgr/webpack": "^8.1.0",
|
|
@@ -122,16 +120,21 @@
|
|
|
122
120
|
"plugin:storybook/recommended"
|
|
123
121
|
]
|
|
124
122
|
},
|
|
123
|
+
"peerDependencies": {
|
|
124
|
+
"@emotion/cache": "11.14.0",
|
|
125
|
+
"@emotion/styled": "^11.14.0",
|
|
126
|
+
"@emotion/react": "^11.14.0",
|
|
127
|
+
"@mui/icons-material": "^5.16.14",
|
|
128
|
+
"@mui/material": "^5.16.14",
|
|
129
|
+
"react": "^18.3.1",
|
|
130
|
+
"react-dom": "^18.3.1"
|
|
131
|
+
},
|
|
125
132
|
"dependencies": {
|
|
126
133
|
"@dnd-kit/core": "^6.1.0",
|
|
127
134
|
"@dnd-kit/sortable": "^8.0.0",
|
|
128
135
|
"@dnd-kit/utilities": "^3.2.2",
|
|
129
|
-
"@emotion/react": "^11.14.0",
|
|
130
136
|
"@gsap/react": "^2.1.1",
|
|
131
137
|
"@hookform/error-message": "^2.0.1",
|
|
132
|
-
"@mui/icons-material": "^5.16.14",
|
|
133
|
-
"@mui/material": "^5.16.14",
|
|
134
|
-
"@mui/styled-engine": "5.16.14",
|
|
135
138
|
"@phrase/i18next-backend": "^1.2.0",
|
|
136
139
|
"@tiptap/extension-image": "^2.11.2",
|
|
137
140
|
"@tiptap/extension-placeholder": "^2.10.4",
|
|
@@ -146,8 +149,6 @@
|
|
|
146
149
|
"material-ui-popup-state": "^5.3.3",
|
|
147
150
|
"merge-sx": "^3.2.4",
|
|
148
151
|
"mui-tiptap": "^1.17.0",
|
|
149
|
-
"react": "^18.3.1",
|
|
150
|
-
"react-dom": "^18.3.1",
|
|
151
152
|
"react-hook-form": "^7.53.2",
|
|
152
153
|
"react-number-format": "^5.4.3",
|
|
153
154
|
"react-phone-number-input": "^3.4.10",
|