@useloops/design-system 1.4.80 → 1.4.82

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@useloops/design-system",
3
- "version": "1.4.80",
3
+ "version": "1.4.82",
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",
@@ -86,32 +77,20 @@
86
77
  "@swc/core": "^1.9.2",
87
78
  "@swc/jest": "^0.2.37",
88
79
  "@testing-library/react": "^16.0.1",
89
-
90
80
  "@types/jest": "^29.5.14",
91
81
  "@types/react": "^18.3.12",
92
82
  "@types/react-dom": "^18.3.1",
93
83
  "@types/stylis": "^4.2.6",
94
84
  "@typescript-eslint/eslint-plugin": "^8.20.0",
95
85
  "@typescript-eslint/parser": "^8.20.0",
96
- "@zxcvbn-ts/core": "^3.0.4",
97
- "@zxcvbn-ts/language-common": "^3.0.4",
98
- "@zxcvbn-ts/language-en": "^3.0.2",
99
86
  "eslint": "^9.14.0",
100
87
  "eslint-plugin-prettier": "^5.2.1",
101
88
  "eslint-plugin-react": "^7.37.2",
102
89
  "eslint-plugin-storybook": "^0.11.0",
103
- "gsap": "^3.12.5",
104
90
  "husky": "^9.1.6",
105
91
  "jest": "^29.7.0",
106
- "merge-sx": "^3.2.4",
107
- "mui-tiptap": "1.10.0",
108
92
  "prettier": "^3.3.3",
109
93
  "prettier-plugin-organize-imports": "^4.1.0",
110
- "react-error-overlay": "^6.0.11",
111
- "react-fast-marquee": "^1.6.5",
112
- "react-hook-form": "^7.53.2",
113
- "react-keyed-flatten-children": "^3.0.2",
114
- "react-number-format": "^5.4.3",
115
94
  "react-refresh": "^0.14.2",
116
95
  "resize-observer-polyfill": "^1.5.1",
117
96
  "rimraf": "^6.0.1",
@@ -123,8 +102,6 @@
123
102
  "rollup-plugin-svg": "^2.0.0",
124
103
  "rollup-preserve-directives": "^1.1.2",
125
104
  "storybook": "^8.4.2",
126
- "swiper": "^11.1.14",
127
- "tiptap-markdown": "^0.8.10",
128
105
  "tsx": "^4.19.2",
129
106
  "typescript": "^5.6.3",
130
107
  "webpack": "^5.96.1",
@@ -134,27 +111,39 @@
134
111
  "webpack-hot-middleware": "^2.26.1",
135
112
  "webpack-node-externals": "^3.0.0",
136
113
  "webpack-stats-plugin": "^1.1.3",
137
- "yup": "^1.4.0"
114
+ "@emotion/styled": "^11.11.0"
138
115
  },
139
116
  "eslintConfig": {
140
117
  "extends": [
141
118
  "plugin:storybook/recommended"
142
119
  ]
143
120
  },
144
- "peerDependencies": {
121
+ "dependencies": {
122
+ "@emotion/react": "^11.11.0",
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/icons-material": "5.16.14",
129
+ "@mui/material": "5.16.14",
130
+ "@mui/styled-engine": "5.16.14",
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
+ "react": "^18.3.1",
136
+ "react-dom": "^18.3.1",
145
137
  "@dnd-kit/core": "^6.1.0",
146
138
  "@dnd-kit/sortable": "^8.0.0",
147
139
  "@dnd-kit/utilities": "^3.2.2",
148
- "@emotion/react": "^11.13.3",
149
- "@emotion/styled": "^11.13.0",
150
- "@mui/styled-engine": "^6.1.0",
151
- "react": "^18.3.1",
152
- "react-dom": "^18.3.1"
153
- },
154
- "dependencies": {
140
+ "@gsap/react": "^2.1.1",
141
+ "gsap": "^3.12.5",
142
+ "mui-tiptap": "^1.17.0",
155
143
  "@farscrl/tiptap-extension-spellchecker": "^1.0.6",
156
- "@tiptap/extension-placeholder": "^2.11.2",
144
+ "tiptap-markdown": "^0.8.10",
157
145
  "@tiptap/starter-kit": "^2.11.2",
146
+ "@tiptap/extension-placeholder": "^2.11.2",
158
147
  "@tiptap/extension-underline": "^2.11.2",
159
148
  "express": "^4.21.1",
160
149
  "react-phone-number-input": "^3.4.10",