@useloops/design-system 1.4.76 → 1.4.78

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