@useloops/design-system 1.4.147 → 1.4.149
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 +2 -2
- package/dist/index.d.ts +15 -12
- package/dist/index.js +2 -2
- package/package.json +5 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@useloops/design-system",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.149",
|
|
4
4
|
"description": "The official React based Loops design system",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -124,14 +124,14 @@
|
|
|
124
124
|
"peerDependencies": {
|
|
125
125
|
"@emotion/react": "^11.5.0",
|
|
126
126
|
"@emotion/styled": "^11.3.0",
|
|
127
|
-
"@mui/material": "^5.16.14",
|
|
128
|
-
"@mui/
|
|
127
|
+
"@mui/icons-material": "^5.16.14",
|
|
128
|
+
"@mui/material": "^5.16.14"
|
|
129
129
|
},
|
|
130
130
|
"dependencies": {
|
|
131
|
-
"@emotion/cache": "^11.14.0",
|
|
132
131
|
"@dnd-kit/core": "^6.1.0",
|
|
133
132
|
"@dnd-kit/sortable": "^8.0.0",
|
|
134
133
|
"@dnd-kit/utilities": "^3.2.2",
|
|
134
|
+
"@emotion/cache": "^11.14.0",
|
|
135
135
|
"@gsap/react": "^2.1.1",
|
|
136
136
|
"@hookform/error-message": "^2.0.1",
|
|
137
137
|
"@phrase/i18next-backend": "^1.2.0",
|
|
@@ -147,6 +147,7 @@
|
|
|
147
147
|
"gsap": "^3.12.5",
|
|
148
148
|
"material-ui-popup-state": "^5.3.3",
|
|
149
149
|
"merge-sx": "^3.2.4",
|
|
150
|
+
"mui-markdown": "^1.2.5",
|
|
150
151
|
"mui-tiptap": "^1.17.0",
|
|
151
152
|
"react": "^18.3.1",
|
|
152
153
|
"react-dom": "^18.3.1",
|