@useloops/design-system 1.4.75 → 1.4.77
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 +56 -5
- package/dist/index.d.ts +16 -3
- package/dist/index.js +56 -5
- package/package.json +30 -33
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@useloops/design-system",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.77",
|
|
4
4
|
"description": "The official React based Loops design system",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -54,16 +54,7 @@
|
|
|
54
54
|
"@commitlint/config-conventional": "^19.6.0",
|
|
55
55
|
"@commitlint/prompt-cli": "^19.6.0",
|
|
56
56
|
"@commitlint/types": "^19.5.0",
|
|
57
|
-
"@dnd-kit/core": "^6.1.0",
|
|
58
|
-
"@dnd-kit/sortable": "^8.0.0",
|
|
59
|
-
"@dnd-kit/utilities": "^3.2.2",
|
|
60
|
-
"@gsap/react": "^2.1.1",
|
|
61
57
|
"@happy-dom/jest-environment": "^15.11.2",
|
|
62
|
-
"@hookform/error-message": "^2.0.1",
|
|
63
|
-
"@mui/base": "^5.0.0-beta.61",
|
|
64
|
-
"@mui/icons-material": "^5.16.5",
|
|
65
|
-
"@mui/material": "^5.16.7",
|
|
66
|
-
"@phrase/i18next-backend": "^1.2.0",
|
|
67
58
|
"@rollup/plugin-babel": "^6.0.4",
|
|
68
59
|
"@rollup/plugin-commonjs": "^26.0.1",
|
|
69
60
|
"@rollup/plugin-json": "^6.1.0",
|
|
@@ -92,24 +83,14 @@
|
|
|
92
83
|
"@types/stylis": "^4.2.6",
|
|
93
84
|
"@typescript-eslint/eslint-plugin": "^8.20.0",
|
|
94
85
|
"@typescript-eslint/parser": "^8.20.0",
|
|
95
|
-
"@zxcvbn-ts/core": "^3.0.4",
|
|
96
|
-
"@zxcvbn-ts/language-common": "^3.0.4",
|
|
97
|
-
"@zxcvbn-ts/language-en": "^3.0.2",
|
|
98
86
|
"eslint": "^9.14.0",
|
|
99
87
|
"eslint-plugin-prettier": "^5.2.1",
|
|
100
88
|
"eslint-plugin-react": "^7.37.2",
|
|
101
89
|
"eslint-plugin-storybook": "^0.11.0",
|
|
102
|
-
"gsap": "^3.12.5",
|
|
103
90
|
"husky": "^9.1.6",
|
|
104
91
|
"jest": "^29.7.0",
|
|
105
|
-
"merge-sx": "^3.2.4",
|
|
106
92
|
"prettier": "^3.3.3",
|
|
107
93
|
"prettier-plugin-organize-imports": "^4.1.0",
|
|
108
|
-
"react-error-overlay": "^6.0.11",
|
|
109
|
-
"react-fast-marquee": "^1.6.5",
|
|
110
|
-
"react-hook-form": "^7.53.2",
|
|
111
|
-
"react-keyed-flatten-children": "^3.0.2",
|
|
112
|
-
"react-number-format": "^5.4.3",
|
|
113
94
|
"react-refresh": "^0.14.2",
|
|
114
95
|
"resize-observer-polyfill": "^1.5.1",
|
|
115
96
|
"rimraf": "^6.0.1",
|
|
@@ -121,7 +102,6 @@
|
|
|
121
102
|
"rollup-plugin-svg": "^2.0.0",
|
|
122
103
|
"rollup-preserve-directives": "^1.1.2",
|
|
123
104
|
"storybook": "^8.4.2",
|
|
124
|
-
"swiper": "^11.1.14",
|
|
125
105
|
"tsx": "^4.19.2",
|
|
126
106
|
"typescript": "^5.6.3",
|
|
127
107
|
"webpack": "^5.96.1",
|
|
@@ -131,24 +111,41 @@
|
|
|
131
111
|
"webpack-hot-middleware": "^2.26.1",
|
|
132
112
|
"webpack-node-externals": "^3.0.0",
|
|
133
113
|
"webpack-stats-plugin": "^1.1.3",
|
|
134
|
-
|
|
135
|
-
|
|
114
|
+
"@emotion/styled": "^11.13.0",
|
|
115
|
+
"@emotion/react": "^11.13.3"
|
|
116
|
+
},
|
|
136
117
|
"eslintConfig": {
|
|
137
118
|
"extends": [
|
|
138
119
|
"plugin:storybook/recommended"
|
|
139
120
|
]
|
|
140
121
|
},
|
|
141
|
-
"peerDependencies": {
|
|
142
|
-
"@dnd-kit/core": "^6.1.0",
|
|
143
|
-
"@dnd-kit/sortable": "^8.0.0",
|
|
144
|
-
"@dnd-kit/utilities": "^3.2.2",
|
|
145
|
-
"@emotion/react": "^11.13.3",
|
|
146
|
-
"@emotion/styled": "^11.13.0",
|
|
147
|
-
"@mui/styled-engine": "^6.1.0",
|
|
148
|
-
"react": "^18.3.1",
|
|
149
|
-
"react-dom": "^18.3.1"
|
|
150
|
-
},
|
|
151
122
|
"dependencies": {
|
|
123
|
+
"@zxcvbn-ts/core": "^3.0.4",
|
|
124
|
+
"@zxcvbn-ts/language-common": "^3.0.4",
|
|
125
|
+
"@zxcvbn-ts/language-en": "^3.0.2",
|
|
126
|
+
"@hookform/error-message": "^2.0.1",
|
|
127
|
+
"@phrase/i18next-backend": "^1.2.0",
|
|
128
|
+
"@mui/base": "^5.0.0-beta.61",
|
|
129
|
+
"@mui/icons-material": "^5.16.5",
|
|
130
|
+
"@mui/material": "^5.16.7",
|
|
131
|
+
"react-number-format": "^5.4.3",
|
|
132
|
+
"merge-sx": "^3.2.4",
|
|
133
|
+
"yup": "^1.4.0",
|
|
134
|
+
"react-hook-form": "^7.53.2",
|
|
135
|
+
"@mui/styled-engine": "^6.4.0",
|
|
136
|
+
"react": "^18.3.1",
|
|
137
|
+
"react-dom": "^18.3.1",
|
|
138
|
+
"@dnd-kit/core": "^6.1.0",
|
|
139
|
+
"@dnd-kit/sortable": "^8.0.0",
|
|
140
|
+
"@dnd-kit/utilities": "^3.2.2",
|
|
141
|
+
"@gsap/react": "^2.1.1",
|
|
142
|
+
"gsap": "^3.12.5",
|
|
143
|
+
"mui-tiptap": "^1.17.0",
|
|
144
|
+
"@farscrl/tiptap-extension-spellchecker": "^1.0.6",
|
|
145
|
+
"tiptap-markdown": "^0.8.10",
|
|
146
|
+
"@tiptap/starter-kit": "^2.11.2",
|
|
147
|
+
"@tiptap/extension-placeholder": "^2.11.2",
|
|
148
|
+
"@tiptap/extension-underline": "^2.11.2",
|
|
152
149
|
"express": "^4.21.1",
|
|
153
150
|
"react-phone-number-input": "^3.4.10",
|
|
154
151
|
"stylis": "^4.3.4",
|