@useloops/design-system 1.4.78 → 1.4.80

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,153 +1,164 @@
1
1
  {
2
- "name": "@useloops/design-system",
3
- "version": "1.4.78",
4
- "description": "The official React based Loops design system",
5
- "main": "dist/index.js",
6
- "module": "dist/esm/index.js",
7
- "types": "dist/index.d.ts",
8
- "files": [
9
- "dist/*",
10
- "./package.json"
11
- ],
12
- "scripts": {
13
- "dev": "storybook dev -p 6006",
14
- "clean": "rimraf dist",
15
- "build": "storybook build public -o dist",
16
- "start": "NODE_ENV=production npx tsx server",
17
- "babel": "npm run clean && babel _old_src/systems/WebCore/index.ts --out-dir dist",
18
- "package": "npm run clean && rollup -c --bundleConfigAsCjs",
19
- "prepare": "husky",
20
- "test": "jest",
21
- "commit": "commit"
22
- },
23
- "repository": {
24
- "type": "git",
25
- "url": "git+https://github.com/useloops/useloops-ds.git"
26
- },
27
- "keywords": [
28
- "design",
29
- "react",
30
- "typescript",
31
- "ts",
32
- "material",
33
- "webpack",
34
- "system",
35
- "ui",
36
- "components"
37
- ],
38
- "author": "loops",
39
- "license": "ISC",
40
- "bugs": {
41
- "url": "https://github.com/useloops/useloops-ds/issues"
42
- },
43
- "homepage": "https://github.com/useloops/useloops-ds#readme",
44
- "devDependencies": {
45
- "@babel/cli": "^7.25.9",
46
- "@babel/core": "^7.26.0",
47
- "@babel/plugin-syntax-jsx": "^7.25.9",
48
- "@babel/plugin-transform-modules-commonjs": "^7.25.9",
49
- "@babel/plugin-transform-runtime": "^7.25.9",
50
- "@babel/preset-env": "^7.26.0",
51
- "@babel/preset-typescript": "^7.26.0",
52
- "@chromatic-com/storybook": "^3.2.2",
53
- "@commitlint/cli": "^19.6.0",
54
- "@commitlint/config-conventional": "^19.6.0",
55
- "@commitlint/prompt-cli": "^19.6.0",
56
- "@commitlint/types": "^19.5.0",
57
- "@happy-dom/jest-environment": "^15.11.2",
58
- "@rollup/plugin-babel": "^6.0.4",
59
- "@rollup/plugin-commonjs": "^26.0.1",
60
- "@rollup/plugin-json": "^6.1.0",
61
- "@rollup/plugin-node-resolve": "^15.3.0",
62
- "@rollup/plugin-terser": "^0.4.4",
63
- "@rollup/plugin-typescript": "^11.1.6",
64
- "@storybook/addon-essentials": "^8.4.2",
65
- "@storybook/addon-interactions": "^8.4.2",
66
- "@storybook/addon-links": "^8.4.2",
67
- "@storybook/addon-onboarding": "^8.4.2",
68
- "@storybook/addon-themes": "^8.4.2",
69
- "@storybook/addon-webpack5-compiler-swc": "^1.0.5",
70
- "@storybook/blocks": "^8.4.2",
71
- "@storybook/manager-api": "^8.4.2",
72
- "@storybook/preview-api": "^8.4.2",
73
- "@storybook/react": "^8.4.2",
74
- "@storybook/react-webpack5": "^8.4.2",
75
- "@storybook/test": "^8.4.2",
76
- "@svgr/webpack": "^8.1.0",
77
- "@swc/core": "^1.9.2",
78
- "@swc/jest": "^0.2.37",
79
- "@testing-library/react": "^16.0.1",
80
- "@types/jest": "^29.5.14",
81
- "@types/react": "^18.3.12",
82
- "@types/react-dom": "^18.3.1",
83
- "@types/stylis": "^4.2.6",
84
- "@typescript-eslint/eslint-plugin": "^8.20.0",
85
- "@typescript-eslint/parser": "^8.20.0",
86
- "eslint": "^9.14.0",
87
- "eslint-plugin-prettier": "^5.2.1",
88
- "eslint-plugin-react": "^7.37.2",
89
- "eslint-plugin-storybook": "^0.11.0",
90
- "husky": "^9.1.6",
91
- "jest": "^29.7.0",
92
- "prettier": "^3.3.3",
93
- "prettier-plugin-organize-imports": "^4.1.0",
94
- "react-refresh": "^0.14.2",
95
- "resize-observer-polyfill": "^1.5.1",
96
- "rimraf": "^6.0.1",
97
- "rollup": "^4.25.0",
98
- "rollup-plugin-dts": "^6.1.1",
99
- "rollup-plugin-peer-deps-external": "^2.2.4",
100
- "rollup-plugin-postcss": "^4.0.2",
101
- "rollup-plugin-preserve-directives": "^0.4.0",
102
- "rollup-plugin-svg": "^2.0.0",
103
- "rollup-preserve-directives": "^1.1.2",
104
- "storybook": "^8.4.2",
105
- "tsx": "^4.19.2",
106
- "typescript": "^5.6.3",
107
- "webpack": "^5.96.1",
108
- "webpack-cli": "^5.1.4",
109
- "webpack-dev-middleware": "^7.4.2",
110
- "webpack-dev-server": "^5.1.0",
111
- "webpack-hot-middleware": "^2.26.1",
112
- "webpack-node-externals": "^3.0.0",
113
- "webpack-stats-plugin": "^1.1.3",
114
- "@emotion/styled": "^11.13.0",
115
- "@emotion/react": "^11.13.3"
2
+ "name": "@useloops/design-system",
3
+ "version": "1.4.80",
4
+ "description": "The official React based Loops design system",
5
+ "main": "dist/index.js",
6
+ "module": "dist/esm/index.js",
7
+ "types": "dist/index.d.ts",
8
+ "files": [
9
+ "dist/*",
10
+ "./package.json"
11
+ ],
12
+ "scripts": {
13
+ "dev": "storybook dev -p 6006",
14
+ "clean": "rimraf dist",
15
+ "build": "storybook build public -o dist",
16
+ "start": "NODE_ENV=production npx tsx server",
17
+ "babel": "npm run clean && babel _old_src/systems/WebCore/index.ts --out-dir dist",
18
+ "package": "npm run clean && rollup -c --bundleConfigAsCjs",
19
+ "prepare": "husky",
20
+ "test": "jest",
21
+ "commit": "commit"
22
+ },
23
+ "repository": {
24
+ "type": "git",
25
+ "url": "git+https://github.com/useloops/useloops-ds.git"
116
26
  },
117
- "eslintConfig": {
118
- "extends": [
119
- "plugin:storybook/recommended"
120
- ]
121
- },
122
- "dependencies": {
27
+ "keywords": [
28
+ "design",
29
+ "react",
30
+ "typescript",
31
+ "ts",
32
+ "material",
33
+ "webpack",
34
+ "system",
35
+ "ui",
36
+ "components"
37
+ ],
38
+ "author": "loops",
39
+ "license": "ISC",
40
+ "bugs": {
41
+ "url": "https://github.com/useloops/useloops-ds/issues"
42
+ },
43
+ "homepage": "https://github.com/useloops/useloops-ds#readme",
44
+ "devDependencies": {
45
+ "@babel/cli": "^7.25.9",
46
+ "@babel/core": "^7.26.0",
47
+ "@babel/plugin-syntax-jsx": "^7.25.9",
48
+ "@babel/plugin-transform-modules-commonjs": "^7.25.9",
49
+ "@babel/plugin-transform-runtime": "^7.25.9",
50
+ "@babel/preset-env": "^7.26.0",
51
+ "@babel/preset-typescript": "^7.26.0",
52
+ "@chromatic-com/storybook": "^3.2.2",
53
+ "@commitlint/cli": "^19.6.0",
54
+ "@commitlint/config-conventional": "^19.6.0",
55
+ "@commitlint/prompt-cli": "^19.6.0",
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
+ "@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
+ "@rollup/plugin-babel": "^6.0.4",
68
+ "@rollup/plugin-commonjs": "^26.0.1",
69
+ "@rollup/plugin-json": "^6.1.0",
70
+ "@rollup/plugin-node-resolve": "^15.3.0",
71
+ "@rollup/plugin-terser": "^0.4.4",
72
+ "@rollup/plugin-typescript": "^11.1.6",
73
+ "@storybook/addon-essentials": "^8.4.2",
74
+ "@storybook/addon-interactions": "^8.4.2",
75
+ "@storybook/addon-links": "^8.4.2",
76
+ "@storybook/addon-onboarding": "^8.4.2",
77
+ "@storybook/addon-themes": "^8.4.2",
78
+ "@storybook/addon-webpack5-compiler-swc": "^1.0.5",
79
+ "@storybook/blocks": "^8.4.2",
80
+ "@storybook/manager-api": "^8.4.2",
81
+ "@storybook/preview-api": "^8.4.2",
82
+ "@storybook/react": "^8.4.2",
83
+ "@storybook/react-webpack5": "^8.4.2",
84
+ "@storybook/test": "^8.4.2",
85
+ "@svgr/webpack": "^8.1.0",
86
+ "@swc/core": "^1.9.2",
87
+ "@swc/jest": "^0.2.37",
88
+ "@testing-library/react": "^16.0.1",
89
+
90
+ "@types/jest": "^29.5.14",
91
+ "@types/react": "^18.3.12",
92
+ "@types/react-dom": "^18.3.1",
93
+ "@types/stylis": "^4.2.6",
94
+ "@typescript-eslint/eslint-plugin": "^8.20.0",
95
+ "@typescript-eslint/parser": "^8.20.0",
123
96
  "@zxcvbn-ts/core": "^3.0.4",
124
97
  "@zxcvbn-ts/language-common": "^3.0.4",
125
98
  "@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",
99
+ "eslint": "^9.14.0",
100
+ "eslint-plugin-prettier": "^5.2.1",
101
+ "eslint-plugin-react": "^7.37.2",
102
+ "eslint-plugin-storybook": "^0.11.0",
103
+ "gsap": "^3.12.5",
104
+ "husky": "^9.1.6",
105
+ "jest": "^29.7.0",
131
106
  "merge-sx": "^3.2.4",
132
- "yup": "^1.4.0",
107
+ "mui-tiptap": "1.10.0",
108
+ "prettier": "^3.3.3",
109
+ "prettier-plugin-organize-imports": "^4.1.0",
110
+ "react-error-overlay": "^6.0.11",
111
+ "react-fast-marquee": "^1.6.5",
133
112
  "react-hook-form": "^7.53.2",
134
- "@mui/styled-engine": "^5.16.14",
135
- "react": "^18.3.1",
136
- "react-dom": "^18.3.1",
113
+ "react-keyed-flatten-children": "^3.0.2",
114
+ "react-number-format": "^5.4.3",
115
+ "react-refresh": "^0.14.2",
116
+ "resize-observer-polyfill": "^1.5.1",
117
+ "rimraf": "^6.0.1",
118
+ "rollup": "^4.25.0",
119
+ "rollup-plugin-dts": "^6.1.1",
120
+ "rollup-plugin-peer-deps-external": "^2.2.4",
121
+ "rollup-plugin-postcss": "^4.0.2",
122
+ "rollup-plugin-preserve-directives": "^0.4.0",
123
+ "rollup-plugin-svg": "^2.0.0",
124
+ "rollup-preserve-directives": "^1.1.2",
125
+ "storybook": "^8.4.2",
126
+ "swiper": "^11.1.14",
127
+ "tiptap-markdown": "^0.8.10",
128
+ "tsx": "^4.19.2",
129
+ "typescript": "^5.6.3",
130
+ "webpack": "^5.96.1",
131
+ "webpack-cli": "^5.1.4",
132
+ "webpack-dev-middleware": "^7.4.2",
133
+ "webpack-dev-server": "^5.1.0",
134
+ "webpack-hot-middleware": "^2.26.1",
135
+ "webpack-node-externals": "^3.0.0",
136
+ "webpack-stats-plugin": "^1.1.3",
137
+ "yup": "^1.4.0"
138
+ },
139
+ "eslintConfig": {
140
+ "extends": [
141
+ "plugin:storybook/recommended"
142
+ ]
143
+ },
144
+ "peerDependencies": {
137
145
  "@dnd-kit/core": "^6.1.0",
138
146
  "@dnd-kit/sortable": "^8.0.0",
139
147
  "@dnd-kit/utilities": "^3.2.2",
140
- "@gsap/react": "^2.1.1",
141
- "gsap": "^3.12.5",
142
- "mui-tiptap": "^1.17.0",
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": {
143
155
  "@farscrl/tiptap-extension-spellchecker": "^1.0.6",
144
- "tiptap-markdown": "^0.8.10",
145
- "@tiptap/starter-kit": "^2.11.2",
146
156
  "@tiptap/extension-placeholder": "^2.11.2",
157
+ "@tiptap/starter-kit": "^2.11.2",
147
158
  "@tiptap/extension-underline": "^2.11.2",
148
- "express": "^4.21.1",
149
- "react-phone-number-input": "^3.4.10",
150
- "stylis": "^4.3.4",
151
- "stylis-plugin-rtl": "^2.1.1"
152
- }
159
+ "express": "^4.21.1",
160
+ "react-phone-number-input": "^3.4.10",
161
+ "stylis": "^4.3.4",
162
+ "stylis-plugin-rtl": "^2.1.1"
163
+ }
153
164
  }