@useloops/design-system 0.0.1 → 1.3.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/dist/esm/index.js +3 -3
- package/dist/index.js +3 -3
- package/package.json +43 -43
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@useloops/design-system",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "1.3.1",
|
|
4
4
|
"description": "The official React based Loops design system",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -39,76 +39,76 @@
|
|
|
39
39
|
},
|
|
40
40
|
"homepage": "https://github.com/useloops/useloops-ds#readme",
|
|
41
41
|
"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.
|
|
42
|
+
"@babel/cli": "^7.25.6",
|
|
43
|
+
"@babel/core": "^7.25.2",
|
|
44
|
+
"@babel/plugin-syntax-jsx": "^7.24.7",
|
|
45
|
+
"@babel/plugin-transform-modules-commonjs": "^7.24.8",
|
|
46
|
+
"@babel/plugin-transform-runtime": "^7.25.4",
|
|
47
|
+
"@babel/preset-env": "^7.25.4",
|
|
48
|
+
"@babel/preset-typescript": "^7.24.7",
|
|
49
49
|
"@chromatic-com/storybook": "^3.2.2",
|
|
50
50
|
"@dnd-kit/core": "^6.1.0",
|
|
51
51
|
"@dnd-kit/sortable": "^8.0.0",
|
|
52
52
|
"@dnd-kit/utilities": "^3.2.2",
|
|
53
53
|
"@gsap/react": "^2.1.1",
|
|
54
54
|
"@hookform/error-message": "^2.0.1",
|
|
55
|
-
"@mui/base": "^5.0.0-beta.
|
|
56
|
-
"@mui/icons-material": "^
|
|
57
|
-
"@mui/material": "^
|
|
55
|
+
"@mui/base": "^5.0.0-beta.40",
|
|
56
|
+
"@mui/icons-material": "^5.16.5",
|
|
57
|
+
"@mui/material": "^5.16.7",
|
|
58
58
|
"@phrase/i18next-backend": "^1.2.0",
|
|
59
59
|
"@rollup/plugin-babel": "^6.0.4",
|
|
60
|
-
"@rollup/plugin-commonjs": "^
|
|
60
|
+
"@rollup/plugin-commonjs": "^26.0.1",
|
|
61
61
|
"@rollup/plugin-json": "^6.1.0",
|
|
62
|
-
"@rollup/plugin-node-resolve": "^15.3
|
|
62
|
+
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
63
63
|
"@rollup/plugin-terser": "^0.4.4",
|
|
64
|
-
"@rollup/plugin-typescript": "^
|
|
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.
|
|
64
|
+
"@rollup/plugin-typescript": "^11.1.6",
|
|
65
|
+
"@storybook/addon-essentials": "^8.4.1",
|
|
66
|
+
"@storybook/addon-interactions": "^8.4.1",
|
|
67
|
+
"@storybook/addon-links": "^8.4.1",
|
|
68
|
+
"@storybook/addon-onboarding": "^8.4.1",
|
|
69
|
+
"@storybook/addon-themes": "^8.4.1",
|
|
70
|
+
"@storybook/addon-webpack5-compiler-swc": "^1.0.4",
|
|
71
|
+
"@storybook/blocks": "^8.4.1",
|
|
72
|
+
"@storybook/manager-api": "^8.4.1",
|
|
73
|
+
"@storybook/preview-api": "^8.4.1",
|
|
74
|
+
"@storybook/react": "^8.4.1",
|
|
75
|
+
"@storybook/react-webpack5": "^8.4.1",
|
|
76
|
+
"@storybook/test": "^8.4.1",
|
|
77
77
|
"@svgr/webpack": "^8.1.0",
|
|
78
78
|
"@testing-library/react": "^16.0.1",
|
|
79
|
-
"@types/jest": "^29.5.
|
|
80
|
-
"@types/react": "^18.3.
|
|
81
|
-
"@types/react-dom": "^18.3.
|
|
82
|
-
"eslint": "^9.
|
|
79
|
+
"@types/jest": "^29.5.11",
|
|
80
|
+
"@types/react": "^18.3.6",
|
|
81
|
+
"@types/react-dom": "^18.3.0",
|
|
82
|
+
"eslint": "^9.10.0",
|
|
83
83
|
"eslint-plugin-prettier": "^5.2.1",
|
|
84
|
-
"eslint-plugin-react": "^7.
|
|
84
|
+
"eslint-plugin-react": "^7.36.1",
|
|
85
85
|
"eslint-plugin-storybook": "^0.11.0",
|
|
86
86
|
"gsap": "^3.12.5",
|
|
87
|
-
"merge-sx": "^3.2.
|
|
87
|
+
"merge-sx": "^3.2.1",
|
|
88
88
|
"prettier": "^3.3.3",
|
|
89
|
-
"prettier-plugin-organize-imports": "^4.
|
|
89
|
+
"prettier-plugin-organize-imports": "^4.0.0",
|
|
90
90
|
"react-error-overlay": "^6.0.11",
|
|
91
91
|
"react-fast-marquee": "^1.6.5",
|
|
92
|
-
"react-hook-form": "^7.53.
|
|
92
|
+
"react-hook-form": "^7.53.0",
|
|
93
93
|
"react-keyed-flatten-children": "^3.0.2",
|
|
94
|
-
"react-refresh": "^0.14.
|
|
94
|
+
"react-refresh": "^0.14.0",
|
|
95
95
|
"resize-observer-polyfill": "^1.5.1",
|
|
96
96
|
"rimraf": "^6.0.1",
|
|
97
|
-
"rollup": "^4.
|
|
97
|
+
"rollup": "^4.21.3",
|
|
98
98
|
"rollup-plugin-dts": "^6.1.1",
|
|
99
99
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
100
100
|
"rollup-plugin-postcss": "^4.0.2",
|
|
101
101
|
"rollup-plugin-preserve-directives": "^0.4.0",
|
|
102
102
|
"rollup-plugin-svg": "^2.0.0",
|
|
103
|
-
"rollup-preserve-directives": "^1.1.
|
|
104
|
-
"storybook": "^8.4.
|
|
103
|
+
"rollup-preserve-directives": "^1.1.1",
|
|
104
|
+
"storybook": "^8.4.1",
|
|
105
105
|
"swiper": "^11.1.14",
|
|
106
|
-
"tsx": "^4.
|
|
107
|
-
"typescript": "^5.6.
|
|
108
|
-
"webpack": "^5.
|
|
106
|
+
"tsx": "^4.16.2",
|
|
107
|
+
"typescript": "^5.6.2",
|
|
108
|
+
"webpack": "^5.93.0",
|
|
109
109
|
"webpack-cli": "^5.1.4",
|
|
110
|
-
"webpack-dev-middleware": "^7.
|
|
111
|
-
"webpack-dev-server": "^5.
|
|
110
|
+
"webpack-dev-middleware": "^7.3.0",
|
|
111
|
+
"webpack-dev-server": "^5.0.4",
|
|
112
112
|
"webpack-hot-middleware": "^2.26.1",
|
|
113
113
|
"webpack-node-externals": "^3.0.0",
|
|
114
114
|
"webpack-stats-plugin": "^1.1.3",
|