@useloops/design-system 1.4.102 → 1.4.104
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/index.d.ts +2 -1
- package/dist/index.js +4 -191
- package/package.json +12 -5
- package/dist/esm/index.js +0 -210
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@useloops/design-system",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.104",
|
|
4
4
|
"description": "The official React based Loops design system",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"@commitlint/config-conventional": "^19.6.0",
|
|
56
56
|
"@commitlint/prompt-cli": "^19.6.0",
|
|
57
57
|
"@commitlint/types": "^19.5.0",
|
|
58
|
-
"@emotion/styled": "^11.
|
|
58
|
+
"@emotion/styled": "^11.14.0",
|
|
59
59
|
"@happy-dom/jest-environment": "^15.11.2",
|
|
60
60
|
"@rollup/plugin-babel": "^6.0.4",
|
|
61
61
|
"@rollup/plugin-commonjs": "^26.0.1",
|
|
@@ -98,6 +98,7 @@
|
|
|
98
98
|
"rimraf": "^6.0.1",
|
|
99
99
|
"rollup": "^4.25.0",
|
|
100
100
|
"rollup-plugin-dts": "^6.1.1",
|
|
101
|
+
"rollup-plugin-node-externals": "^8.0.0",
|
|
101
102
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
102
103
|
"rollup-plugin-postcss": "^4.0.2",
|
|
103
104
|
"rollup-plugin-preserve-directives": "^0.4.0",
|
|
@@ -123,14 +124,20 @@
|
|
|
123
124
|
"@dnd-kit/core": "^6.1.0",
|
|
124
125
|
"@dnd-kit/sortable": "^8.0.0",
|
|
125
126
|
"@dnd-kit/utilities": "^3.2.2",
|
|
126
|
-
"@emotion/react": "^11.
|
|
127
|
+
"@emotion/react": "^11.14.0",
|
|
127
128
|
"@gsap/react": "^2.1.1",
|
|
128
129
|
"@hookform/error-message": "^2.0.1",
|
|
129
|
-
"@mui/icons-material": "5.16.14",
|
|
130
|
-
"@mui/material": "5.16.14",
|
|
130
|
+
"@mui/icons-material": "^5.16.14",
|
|
131
|
+
"@mui/material": "^5.16.14",
|
|
131
132
|
"@mui/styled-engine": "5.16.14",
|
|
132
133
|
"@phrase/i18next-backend": "^1.2.0",
|
|
134
|
+
"@tiptap/core": "^2.11.2",
|
|
135
|
+
"@tiptap/extension-heading": "^2.11.2",
|
|
136
|
+
"@tiptap/extension-image": "^2.11.2",
|
|
133
137
|
"@tiptap/extension-placeholder": "^2.11.2",
|
|
138
|
+
"@tiptap/extension-table": "^2.11.2",
|
|
139
|
+
"@tiptap/pm": "^2.11.2",
|
|
140
|
+
"@tiptap/react": "^2.11.2",
|
|
134
141
|
"@tiptap/starter-kit": "^2.11.2",
|
|
135
142
|
"@zxcvbn-ts/core": "^3.0.4",
|
|
136
143
|
"@zxcvbn-ts/language-common": "^3.0.4",
|