@mmb-digital/design-system-web 0.1.344-alpha.1 → 0.1.345
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/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +17 -13
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +59 -59
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mmb-digital/design-system-web",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.345",
|
|
4
4
|
"description": "MMB design-system-web",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -49,64 +49,64 @@
|
|
|
49
49
|
"d": "yarn deduplicate"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@babel/core": "7.29.0",
|
|
53
|
-
"@babel/preset-env": "7.29.5",
|
|
54
|
-
"@babel/preset-react": "7.28.5",
|
|
55
|
-
"@babel/preset-typescript": "7.28.5",
|
|
56
|
-
"@emotion/babel-plugin": "11.13.5",
|
|
57
|
-
"@emotion/react": "11.14.0",
|
|
58
|
-
"@emotion/styled": "11.14.1",
|
|
59
|
-
"@eslint/js": "10.0.1",
|
|
60
|
-
"@rollup/plugin-alias": "6.0.0",
|
|
61
|
-
"@rollup/plugin-babel": "7.0.0",
|
|
62
|
-
"@rollup/plugin-commonjs": "29.0.2",
|
|
63
|
-
"@rollup/plugin-json": "6.1.0",
|
|
64
|
-
"@rollup/plugin-node-resolve": "16.0.3",
|
|
65
|
-
"@rollup/plugin-terser": "1.0.0",
|
|
66
|
-
"@rollup/plugin-typescript": "12.3.0",
|
|
67
|
-
"@storybook/addon-docs": "10.4.0",
|
|
68
|
-
"@storybook/addon-links": "10.4.0",
|
|
69
|
-
"@storybook/addon-webpack5-compiler-babel": "4.0.1",
|
|
70
|
-
"@storybook/react": "10.4.0",
|
|
71
|
-
"@storybook/react-webpack5": "10.4.0",
|
|
72
|
-
"@stylistic/eslint-plugin": "5.10.0",
|
|
73
|
-
"@testing-library/dom": "10.4.1",
|
|
74
|
-
"@testing-library/jest-dom": "6.9.1",
|
|
75
|
-
"@testing-library/react": "16.3.2",
|
|
76
|
-
"@testing-library/user-event": "14.6.1",
|
|
77
|
-
"@types/jest": "30.0.0",
|
|
78
|
-
"@types/lodash-es": "4.17.12",
|
|
79
|
-
"@types/react": "19.2.15",
|
|
80
|
-
"@types/react-dom": "19.2.3",
|
|
81
|
-
"eslint": "9.39.4",
|
|
82
|
-
"eslint-plugin-import-x": "4.16.2",
|
|
83
|
-
"eslint-plugin-perfectionist": "5.9.0",
|
|
84
|
-
"eslint-plugin-react": "7.37.5",
|
|
85
|
-
"eslint-plugin-react-hooks": "7.1.1",
|
|
86
|
-
"eslint-plugin-storybook": "10.4.0",
|
|
87
|
-
"eslint-plugin-unicorn": "64.0.0",
|
|
88
|
-
"globals": "17.6.0",
|
|
89
|
-
"jest": "30.4.2",
|
|
90
|
-
"jest-environment-jsdom": "30.4.1",
|
|
91
|
-
"next-intl": "4.12.0",
|
|
92
|
-
"postcss-styled-syntax": "0.7.1",
|
|
93
|
-
"prettier": "3.8.3",
|
|
94
|
-
"react": "19.2.6",
|
|
95
|
-
"react-dom": "19.2.6",
|
|
96
|
-
"react-hook-form": "7.76.0",
|
|
97
|
-
"react-intl": "10.1.9",
|
|
98
|
-
"rollup": "4.60.4",
|
|
99
|
-
"rollup-plugin-dts": "6.4.1",
|
|
100
|
-
"storybook": "10.4.0",
|
|
101
|
-
"stylelint": "17.11.1",
|
|
102
|
-
"stylelint-config-recess-order": "7.7.0",
|
|
103
|
-
"stylelint-config-standard": "40.0.0",
|
|
104
|
-
"stylelint-order": "8.1.1",
|
|
105
|
-
"ts-node": "10.9.2",
|
|
106
|
-
"typescript": "6.0.3",
|
|
107
|
-
"typescript-eslint": "8.59.4",
|
|
108
|
-
"yarn-deduplicate": "6.0.2",
|
|
109
|
-
"zod": "4.4.3"
|
|
52
|
+
"@babel/core": "^7.29.0",
|
|
53
|
+
"@babel/preset-env": "^7.29.5",
|
|
54
|
+
"@babel/preset-react": "^7.28.5",
|
|
55
|
+
"@babel/preset-typescript": "^7.28.5",
|
|
56
|
+
"@emotion/babel-plugin": "^11.13.5",
|
|
57
|
+
"@emotion/react": "^11.14.0",
|
|
58
|
+
"@emotion/styled": "^11.14.1",
|
|
59
|
+
"@eslint/js": "^10.0.1",
|
|
60
|
+
"@rollup/plugin-alias": "^6.0.0",
|
|
61
|
+
"@rollup/plugin-babel": "^7.0.0",
|
|
62
|
+
"@rollup/plugin-commonjs": "^29.0.2",
|
|
63
|
+
"@rollup/plugin-json": "^6.1.0",
|
|
64
|
+
"@rollup/plugin-node-resolve": "^16.0.3",
|
|
65
|
+
"@rollup/plugin-terser": "^1.0.0",
|
|
66
|
+
"@rollup/plugin-typescript": "^12.3.0",
|
|
67
|
+
"@storybook/addon-docs": "^10.4.0",
|
|
68
|
+
"@storybook/addon-links": "^10.4.0",
|
|
69
|
+
"@storybook/addon-webpack5-compiler-babel": "^4.0.1",
|
|
70
|
+
"@storybook/react": "^10.4.0",
|
|
71
|
+
"@storybook/react-webpack5": "^10.4.0",
|
|
72
|
+
"@stylistic/eslint-plugin": "^5.10.0",
|
|
73
|
+
"@testing-library/dom": "^10.4.1",
|
|
74
|
+
"@testing-library/jest-dom": "^6.9.1",
|
|
75
|
+
"@testing-library/react": "^16.3.2",
|
|
76
|
+
"@testing-library/user-event": "^14.6.1",
|
|
77
|
+
"@types/jest": "^30.0.0",
|
|
78
|
+
"@types/lodash-es": "^4.17.12",
|
|
79
|
+
"@types/react": "^19.2.15",
|
|
80
|
+
"@types/react-dom": "^19.2.3",
|
|
81
|
+
"eslint": "^9.39.4",
|
|
82
|
+
"eslint-plugin-import-x": "^4.16.2",
|
|
83
|
+
"eslint-plugin-perfectionist": "^5.9.0",
|
|
84
|
+
"eslint-plugin-react": "^7.37.5",
|
|
85
|
+
"eslint-plugin-react-hooks": "^7.1.1",
|
|
86
|
+
"eslint-plugin-storybook": "^10.4.0",
|
|
87
|
+
"eslint-plugin-unicorn": "^64.0.0",
|
|
88
|
+
"globals": "^17.6.0",
|
|
89
|
+
"jest": "^30.4.2",
|
|
90
|
+
"jest-environment-jsdom": "^30.4.1",
|
|
91
|
+
"next-intl": "^4.12.0",
|
|
92
|
+
"postcss-styled-syntax": "^0.7.1",
|
|
93
|
+
"prettier": "^3.8.3",
|
|
94
|
+
"react": "^19.2.6",
|
|
95
|
+
"react-dom": "^19.2.6",
|
|
96
|
+
"react-hook-form": "^7.76.0",
|
|
97
|
+
"react-intl": "^10.1.9",
|
|
98
|
+
"rollup": "^4.60.4",
|
|
99
|
+
"rollup-plugin-dts": "^6.4.1",
|
|
100
|
+
"storybook": "^10.4.0",
|
|
101
|
+
"stylelint": "^17.11.1",
|
|
102
|
+
"stylelint-config-recess-order": "^7.7.0",
|
|
103
|
+
"stylelint-config-standard": "^40.0.0",
|
|
104
|
+
"stylelint-order": "^8.1.1",
|
|
105
|
+
"ts-node": "^10.9.2",
|
|
106
|
+
"typescript": "^6.0.3",
|
|
107
|
+
"typescript-eslint": "^8.59.4",
|
|
108
|
+
"yarn-deduplicate": "^6.0.2",
|
|
109
|
+
"zod": "^4.4.3"
|
|
110
110
|
},
|
|
111
111
|
"dependencies": {
|
|
112
112
|
"@floating-ui/react": "^0.27.19",
|