@useloops/design-system 1.4.143 → 1.4.145
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 +6756 -10
- package/dist/index.js +6838 -10
- package/package.json +8 -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.145",
|
|
4
4
|
"description": "The official React based Loops design system",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -99,6 +99,7 @@
|
|
|
99
99
|
"rollup": "^4.25.0",
|
|
100
100
|
"rollup-plugin-dts": "^6.1.1",
|
|
101
101
|
"rollup-plugin-node-externals": "^8.0.0",
|
|
102
|
+
"rollup-plugin-node-polyfills": "^0.2.1",
|
|
102
103
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
103
104
|
"rollup-plugin-postcss": "^4.0.2",
|
|
104
105
|
"rollup-plugin-preserve-directives": "^0.4.0",
|
|
@@ -121,15 +122,12 @@
|
|
|
121
122
|
]
|
|
122
123
|
},
|
|
123
124
|
"peerDependencies": {
|
|
124
|
-
"@emotion/
|
|
125
|
-
"@
|
|
126
|
-
"@
|
|
127
|
-
"@
|
|
125
|
+
"@emotion/react": "^11.5.0",
|
|
126
|
+
"@emotion/styled": "^11.3.0",
|
|
127
|
+
"@mui/material": "^5.16.14",
|
|
128
|
+
"@mui/icons-material": "^5.16.14"
|
|
128
129
|
},
|
|
129
130
|
"dependencies": {
|
|
130
|
-
"@mui/material": "^5.16.14",
|
|
131
|
-
"react": "^18.3.1",
|
|
132
|
-
"react-dom": "^18.3.1",
|
|
133
131
|
"@dnd-kit/core": "^6.1.0",
|
|
134
132
|
"@dnd-kit/sortable": "^8.0.0",
|
|
135
133
|
"@dnd-kit/utilities": "^3.2.2",
|
|
@@ -149,6 +147,8 @@
|
|
|
149
147
|
"material-ui-popup-state": "^5.3.3",
|
|
150
148
|
"merge-sx": "^3.2.4",
|
|
151
149
|
"mui-tiptap": "^1.17.0",
|
|
150
|
+
"react": "^18.3.1",
|
|
151
|
+
"react-dom": "^18.3.1",
|
|
152
152
|
"react-hook-form": "^7.53.2",
|
|
153
153
|
"react-number-format": "^5.4.3",
|
|
154
154
|
"react-phone-number-input": "^3.4.10",
|