@useloops/design-system 1.4.0 → 1.4.1
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/README.md +3 -0
- package/package.json +51 -45
- package/dist/esm/index.js +0 -14
- package/dist/index.d.ts +0 -982
- package/dist/index.js +0 -14
package/README.md
ADDED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@useloops/design-system",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.1",
|
|
4
4
|
"description": "The official React based Loops design system",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -10,12 +10,13 @@
|
|
|
10
10
|
"./package.json"
|
|
11
11
|
],
|
|
12
12
|
"scripts": {
|
|
13
|
-
"test": "echo \"Error: no test specified\" && exit 1",
|
|
14
13
|
"dev": "storybook dev -p 6006",
|
|
15
14
|
"clean": "rimraf dist",
|
|
16
15
|
"build:storybook": "storybook build public -o dist",
|
|
17
16
|
"babel": "npm run clean && babel _old_src/systems/WebCore/index.ts --out-dir dist",
|
|
18
|
-
"build": "npm run clean && rollup -c --bundleConfigAsCjs"
|
|
17
|
+
"build": "npm run clean && rollup -c --bundleConfigAsCjs",
|
|
18
|
+
"prepare": "husky",
|
|
19
|
+
"test": "jest"
|
|
19
20
|
},
|
|
20
21
|
"repository": {
|
|
21
22
|
"type": "git",
|
|
@@ -39,83 +40,88 @@
|
|
|
39
40
|
},
|
|
40
41
|
"homepage": "https://github.com/useloops/useloops-ds#readme",
|
|
41
42
|
"devDependencies": {
|
|
42
|
-
"@babel/cli": "^7.25.
|
|
43
|
-
"@babel/core": "^7.
|
|
44
|
-
"@babel/plugin-syntax-jsx": "^7.
|
|
45
|
-
"@babel/plugin-transform-modules-commonjs": "^7.
|
|
46
|
-
"@babel/plugin-transform-runtime": "^7.25.
|
|
47
|
-
"@babel/preset-env": "^7.
|
|
48
|
-
"@babel/preset-typescript": "^7.
|
|
43
|
+
"@babel/cli": "^7.25.9",
|
|
44
|
+
"@babel/core": "^7.26.0",
|
|
45
|
+
"@babel/plugin-syntax-jsx": "^7.25.9",
|
|
46
|
+
"@babel/plugin-transform-modules-commonjs": "^7.25.9",
|
|
47
|
+
"@babel/plugin-transform-runtime": "^7.25.9",
|
|
48
|
+
"@babel/preset-env": "^7.26.0",
|
|
49
|
+
"@babel/preset-typescript": "^7.26.0",
|
|
49
50
|
"@chromatic-com/storybook": "^3.2.2",
|
|
50
51
|
"@dnd-kit/core": "^6.1.0",
|
|
51
52
|
"@dnd-kit/sortable": "^8.0.0",
|
|
52
53
|
"@dnd-kit/utilities": "^3.2.2",
|
|
53
54
|
"@gsap/react": "^2.1.1",
|
|
55
|
+
"@happy-dom/jest-environment": "^15.11.2",
|
|
54
56
|
"@hookform/error-message": "^2.0.1",
|
|
55
|
-
"@mui/base": "^5.0.0-beta.
|
|
57
|
+
"@mui/base": "^5.0.0-beta.61",
|
|
56
58
|
"@mui/icons-material": "^5.16.5",
|
|
57
59
|
"@mui/material": "^5.16.7",
|
|
58
60
|
"@phrase/i18next-backend": "^1.2.0",
|
|
59
61
|
"@rollup/plugin-babel": "^6.0.4",
|
|
60
62
|
"@rollup/plugin-commonjs": "^26.0.1",
|
|
61
63
|
"@rollup/plugin-json": "^6.1.0",
|
|
62
|
-
"@rollup/plugin-node-resolve": "^15.
|
|
64
|
+
"@rollup/plugin-node-resolve": "^15.3.0",
|
|
63
65
|
"@rollup/plugin-terser": "^0.4.4",
|
|
64
66
|
"@rollup/plugin-typescript": "^11.1.6",
|
|
65
|
-
"@storybook/addon-essentials": "^8.4.
|
|
66
|
-
"@storybook/addon-interactions": "^8.4.
|
|
67
|
-
"@storybook/addon-links": "^8.4.
|
|
68
|
-
"@storybook/addon-onboarding": "^8.4.
|
|
69
|
-
"@storybook/addon-themes": "^8.4.
|
|
70
|
-
"@storybook/addon-webpack5-compiler-swc": "^1.0.
|
|
71
|
-
"@storybook/blocks": "^8.4.
|
|
72
|
-
"@storybook/manager-api": "^8.4.
|
|
73
|
-
"@storybook/preview-api": "^8.4.
|
|
74
|
-
"@storybook/react": "^8.4.
|
|
75
|
-
"@storybook/react-webpack5": "^8.4.
|
|
76
|
-
"@storybook/test": "^8.4.
|
|
67
|
+
"@storybook/addon-essentials": "^8.4.2",
|
|
68
|
+
"@storybook/addon-interactions": "^8.4.2",
|
|
69
|
+
"@storybook/addon-links": "^8.4.2",
|
|
70
|
+
"@storybook/addon-onboarding": "^8.4.2",
|
|
71
|
+
"@storybook/addon-themes": "^8.4.2",
|
|
72
|
+
"@storybook/addon-webpack5-compiler-swc": "^1.0.5",
|
|
73
|
+
"@storybook/blocks": "^8.4.2",
|
|
74
|
+
"@storybook/manager-api": "^8.4.2",
|
|
75
|
+
"@storybook/preview-api": "^8.4.2",
|
|
76
|
+
"@storybook/react": "^8.4.2",
|
|
77
|
+
"@storybook/react-webpack5": "^8.4.2",
|
|
78
|
+
"@storybook/test": "^8.4.2",
|
|
77
79
|
"@svgr/webpack": "^8.1.0",
|
|
80
|
+
"@swc/core": "^1.9.2",
|
|
81
|
+
"@swc/jest": "^0.2.37",
|
|
78
82
|
"@testing-library/react": "^16.0.1",
|
|
79
|
-
"@types/jest": "^29.5.
|
|
80
|
-
"@types/react": "^18.3.
|
|
81
|
-
"@types/react-dom": "^18.3.
|
|
82
|
-
"
|
|
83
|
+
"@types/jest": "^29.5.14",
|
|
84
|
+
"@types/react": "^18.3.12",
|
|
85
|
+
"@types/react-dom": "^18.3.1",
|
|
86
|
+
"@zxcvbn-ts/core": "^3.0.4",
|
|
87
|
+
"@zxcvbn-ts/language-common": "^3.0.4",
|
|
88
|
+
"@zxcvbn-ts/language-en": "^3.0.2",
|
|
89
|
+
"eslint": "^9.14.0",
|
|
83
90
|
"eslint-plugin-prettier": "^5.2.1",
|
|
84
|
-
"eslint-plugin-react": "^7.
|
|
91
|
+
"eslint-plugin-react": "^7.37.2",
|
|
85
92
|
"eslint-plugin-storybook": "^0.11.0",
|
|
86
93
|
"gsap": "^3.12.5",
|
|
87
|
-
"
|
|
94
|
+
"husky": "^9.1.6",
|
|
95
|
+
"jest": "^29.7.0",
|
|
96
|
+
"merge-sx": "^3.2.4",
|
|
88
97
|
"prettier": "^3.3.3",
|
|
89
|
-
"prettier-plugin-organize-imports": "^4.
|
|
98
|
+
"prettier-plugin-organize-imports": "^4.1.0",
|
|
90
99
|
"react-error-overlay": "^6.0.11",
|
|
91
100
|
"react-fast-marquee": "^1.6.5",
|
|
92
|
-
"react-hook-form": "^7.53.
|
|
101
|
+
"react-hook-form": "^7.53.2",
|
|
93
102
|
"react-keyed-flatten-children": "^3.0.2",
|
|
94
|
-
"react-refresh": "^0.14.
|
|
103
|
+
"react-refresh": "^0.14.2",
|
|
95
104
|
"resize-observer-polyfill": "^1.5.1",
|
|
96
105
|
"rimraf": "^6.0.1",
|
|
97
|
-
"rollup": "^4.
|
|
106
|
+
"rollup": "^4.25.0",
|
|
98
107
|
"rollup-plugin-dts": "^6.1.1",
|
|
99
108
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
100
109
|
"rollup-plugin-postcss": "^4.0.2",
|
|
101
110
|
"rollup-plugin-preserve-directives": "^0.4.0",
|
|
102
111
|
"rollup-plugin-svg": "^2.0.0",
|
|
103
|
-
"rollup-preserve-directives": "^1.1.
|
|
104
|
-
"storybook": "^8.4.
|
|
112
|
+
"rollup-preserve-directives": "^1.1.2",
|
|
113
|
+
"storybook": "^8.4.2",
|
|
105
114
|
"swiper": "^11.1.14",
|
|
106
|
-
"tsx": "^4.
|
|
107
|
-
"typescript": "^5.6.
|
|
108
|
-
"webpack": "^5.
|
|
115
|
+
"tsx": "^4.19.2",
|
|
116
|
+
"typescript": "^5.6.3",
|
|
117
|
+
"webpack": "^5.96.1",
|
|
109
118
|
"webpack-cli": "^5.1.4",
|
|
110
|
-
"webpack-dev-middleware": "^7.
|
|
111
|
-
"webpack-dev-server": "^5.0
|
|
119
|
+
"webpack-dev-middleware": "^7.4.2",
|
|
120
|
+
"webpack-dev-server": "^5.1.0",
|
|
112
121
|
"webpack-hot-middleware": "^2.26.1",
|
|
113
122
|
"webpack-node-externals": "^3.0.0",
|
|
114
123
|
"webpack-stats-plugin": "^1.1.3",
|
|
115
|
-
"yup": "^1.4.0"
|
|
116
|
-
"@zxcvbn-ts/core": "^3.0.4",
|
|
117
|
-
"@zxcvbn-ts/language-common": "^3.0.4",
|
|
118
|
-
"@zxcvbn-ts/language-en": "^3.0.2"
|
|
124
|
+
"yup": "^1.4.0"
|
|
119
125
|
},
|
|
120
126
|
"eslintConfig": {
|
|
121
127
|
"extends": [
|