@mmb-digital/design-system-web 0.1.348-alpha.2 → 0.1.348
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 +7 -6
- package/dist/index.cjs +2 -41
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +2099 -2236
- package/dist/index.js +2 -41
- package/dist/index.js.map +1 -1
- package/package.json +160 -153
- package/dist/index.d.cts +0 -2843
package/package.json
CHANGED
|
@@ -1,153 +1,160 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@mmb-digital/design-system-web",
|
|
3
|
-
"version": "0.1.348
|
|
4
|
-
"description": "MMB design-system-web",
|
|
5
|
-
"type": "module",
|
|
6
|
-
"sideEffects": false,
|
|
7
|
-
"main": "
|
|
8
|
-
"module": "
|
|
9
|
-
"types": "
|
|
10
|
-
"exports": {
|
|
11
|
-
".": {
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
},
|
|
17
|
-
"repository": "https://bitbucket.lb.mbid.cz/scm/react/design-system-web.git",
|
|
18
|
-
"author": "Kasman, Samuel (MONETA,consultant) <samuel.kasman@moneta.cz>",
|
|
19
|
-
"license": "UNLICENSED",
|
|
20
|
-
"private": false,
|
|
21
|
-
"publishConfig": {
|
|
22
|
-
"access": "public"
|
|
23
|
-
},
|
|
24
|
-
"files": [
|
|
25
|
-
"dist"
|
|
26
|
-
],
|
|
27
|
-
"engines": {
|
|
28
|
-
"node": ">=20"
|
|
29
|
-
},
|
|
30
|
-
"scripts": {
|
|
31
|
-
"build": "
|
|
32
|
-
"test": "
|
|
33
|
-
"t": "
|
|
34
|
-
"test:ci": "
|
|
35
|
-
"lint": "eslint . --cache",
|
|
36
|
-
"l": "
|
|
37
|
-
"lint:ci": "eslint .",
|
|
38
|
-
"lint:fix": "
|
|
39
|
-
"lf": "
|
|
40
|
-
"prettier": "prettier --check .",
|
|
41
|
-
"p": "
|
|
42
|
-
"prettier:fix": "
|
|
43
|
-
"pf": "
|
|
44
|
-
"tsc": "tsc -b",
|
|
45
|
-
"storybook": "storybook dev -p 6006 --no-open",
|
|
46
|
-
"sb": "
|
|
47
|
-
"build-storybook": "NODE_OPTIONS=--max_old_space_size=1024 storybook build",
|
|
48
|
-
"stylelint": "stylelint \"./src/**/*.ts\" \"./src/**/*.tsx\"",
|
|
49
|
-
"sl": "
|
|
50
|
-
"stylelint:fix": "
|
|
51
|
-
"slf": "
|
|
52
|
-
"vitest": "vitest run",
|
|
53
|
-
"vi": "
|
|
54
|
-
"vitest:watch": "vitest",
|
|
55
|
-
"viw": "
|
|
56
|
-
"vitest:ui": "vitest --ui",
|
|
57
|
-
"vitest:coverage": "vitest run --coverage"
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
"@babel/
|
|
63
|
-
"@babel/preset-
|
|
64
|
-
"@
|
|
65
|
-
"@
|
|
66
|
-
"@emotion/
|
|
67
|
-
"@
|
|
68
|
-
"@
|
|
69
|
-
"@
|
|
70
|
-
"@
|
|
71
|
-
"@
|
|
72
|
-
"@
|
|
73
|
-
"@
|
|
74
|
-
"@
|
|
75
|
-
"@
|
|
76
|
-
"@
|
|
77
|
-
"@
|
|
78
|
-
"@
|
|
79
|
-
"@
|
|
80
|
-
"@
|
|
81
|
-
"@
|
|
82
|
-
"@
|
|
83
|
-
"@
|
|
84
|
-
"@
|
|
85
|
-
"@
|
|
86
|
-
"
|
|
87
|
-
"
|
|
88
|
-
"
|
|
89
|
-
"
|
|
90
|
-
"
|
|
91
|
-
"
|
|
92
|
-
"
|
|
93
|
-
"
|
|
94
|
-
"
|
|
95
|
-
"
|
|
96
|
-
"
|
|
97
|
-
"
|
|
98
|
-
"
|
|
99
|
-
"
|
|
100
|
-
"
|
|
101
|
-
"
|
|
102
|
-
"
|
|
103
|
-
"
|
|
104
|
-
"
|
|
105
|
-
"
|
|
106
|
-
"
|
|
107
|
-
"
|
|
108
|
-
"
|
|
109
|
-
"
|
|
110
|
-
"
|
|
111
|
-
"
|
|
112
|
-
"
|
|
113
|
-
"
|
|
114
|
-
"
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
"
|
|
118
|
-
"
|
|
119
|
-
"
|
|
120
|
-
"
|
|
121
|
-
"
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
"
|
|
125
|
-
"
|
|
126
|
-
"
|
|
127
|
-
"
|
|
128
|
-
"
|
|
129
|
-
"
|
|
130
|
-
"
|
|
131
|
-
"
|
|
132
|
-
"
|
|
133
|
-
"
|
|
134
|
-
"
|
|
135
|
-
"
|
|
136
|
-
"
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
"
|
|
140
|
-
"
|
|
141
|
-
"
|
|
142
|
-
"react": "^
|
|
143
|
-
"
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
"
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
"
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "@mmb-digital/design-system-web",
|
|
3
|
+
"version": "0.1.348",
|
|
4
|
+
"description": "MMB design-system-web",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"sideEffects": false,
|
|
7
|
+
"main": "dist/index.cjs",
|
|
8
|
+
"module": "dist/index.js",
|
|
9
|
+
"types": "dist/index.d.ts",
|
|
10
|
+
"exports": {
|
|
11
|
+
".": {
|
|
12
|
+
"types": "./dist/index.d.ts",
|
|
13
|
+
"import": "./dist/index.js",
|
|
14
|
+
"require": "./dist/index.cjs"
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"repository": "https://bitbucket.lb.mbid.cz/scm/react/design-system-web.git",
|
|
18
|
+
"author": "Kasman, Samuel (MONETA,consultant) <samuel.kasman@moneta.cz>",
|
|
19
|
+
"license": "UNLICENSED",
|
|
20
|
+
"private": false,
|
|
21
|
+
"publishConfig": {
|
|
22
|
+
"access": "public"
|
|
23
|
+
},
|
|
24
|
+
"files": [
|
|
25
|
+
"dist"
|
|
26
|
+
],
|
|
27
|
+
"engines": {
|
|
28
|
+
"node": ">=20"
|
|
29
|
+
},
|
|
30
|
+
"scripts": {
|
|
31
|
+
"build": "rollup -c",
|
|
32
|
+
"test": "yarn p && yarn tsc && yarn l && yarn sl && yarn vi",
|
|
33
|
+
"t": "yarn test",
|
|
34
|
+
"test:ci": "yarn p && yarn tsc && yarn lint:ci && yarn sl && yarn vi",
|
|
35
|
+
"lint": "eslint . --cache",
|
|
36
|
+
"l": "yarn lint",
|
|
37
|
+
"lint:ci": "eslint .",
|
|
38
|
+
"lint:fix": "yarn eslint --fix",
|
|
39
|
+
"lf": "yarn lint:fix",
|
|
40
|
+
"prettier": "prettier --check .",
|
|
41
|
+
"p": "yarn prettier",
|
|
42
|
+
"prettier:fix": "yarn prettier --write",
|
|
43
|
+
"pf": "yarn prettier:fix",
|
|
44
|
+
"tsc": "tsc -b",
|
|
45
|
+
"storybook": "storybook dev -p 6006 --no-open",
|
|
46
|
+
"sb": "yarn storybook",
|
|
47
|
+
"build-storybook": "NODE_OPTIONS=--max_old_space_size=1024 storybook build",
|
|
48
|
+
"stylelint": "stylelint \"./src/**/*.ts\" \"./src/**/*.tsx\"",
|
|
49
|
+
"sl": "yarn stylelint",
|
|
50
|
+
"stylelint:fix": "yarn stylelint --fix",
|
|
51
|
+
"slf": "yarn stylelint --fix",
|
|
52
|
+
"vitest": "vitest run",
|
|
53
|
+
"vi": "yarn vitest",
|
|
54
|
+
"vitest:watch": "vitest",
|
|
55
|
+
"viw": "yarn vitest:watch",
|
|
56
|
+
"vitest:ui": "vitest --ui",
|
|
57
|
+
"vitest:coverage": "vitest run --coverage",
|
|
58
|
+
"deduplicate": "yarn yarn-deduplicate yarn.lock",
|
|
59
|
+
"d": "yarn deduplicate"
|
|
60
|
+
},
|
|
61
|
+
"devDependencies": {
|
|
62
|
+
"@babel/core": "^7.29.0",
|
|
63
|
+
"@babel/preset-env": "^7.29.5",
|
|
64
|
+
"@babel/preset-react": "^7.28.5",
|
|
65
|
+
"@babel/preset-typescript": "^7.28.5",
|
|
66
|
+
"@emotion/babel-plugin": "^11.13.5",
|
|
67
|
+
"@emotion/react": "^11.14.0",
|
|
68
|
+
"@emotion/styled": "^11.14.1",
|
|
69
|
+
"@eslint/js": "^9.39.4",
|
|
70
|
+
"@rollup/plugin-alias": "^6.0.0",
|
|
71
|
+
"@rollup/plugin-babel": "^7.0.0",
|
|
72
|
+
"@rollup/plugin-commonjs": "^29.0.2",
|
|
73
|
+
"@rollup/plugin-json": "^6.1.0",
|
|
74
|
+
"@rollup/plugin-node-resolve": "^16.0.3",
|
|
75
|
+
"@rollup/plugin-terser": "^1.0.0",
|
|
76
|
+
"@rollup/plugin-typescript": "^12.3.0",
|
|
77
|
+
"@storybook/addon-docs": "^10.4.0",
|
|
78
|
+
"@storybook/addon-links": "^10.4.0",
|
|
79
|
+
"@storybook/addon-webpack5-compiler-babel": "^4.0.1",
|
|
80
|
+
"@storybook/react": "^10.4.0",
|
|
81
|
+
"@storybook/react-webpack5": "^10.4.0",
|
|
82
|
+
"@stylistic/eslint-plugin": "^5.10.0",
|
|
83
|
+
"@testing-library/dom": "^10.4.1",
|
|
84
|
+
"@testing-library/jest-dom": "^6.9.1",
|
|
85
|
+
"@testing-library/react": "^16.3.2",
|
|
86
|
+
"@testing-library/user-event": "^14.6.1",
|
|
87
|
+
"@types/lodash-es": "^4.17.12",
|
|
88
|
+
"@types/node": "^20.19.41",
|
|
89
|
+
"@types/react": "^19.2.15",
|
|
90
|
+
"@types/react-dom": "^19.2.3",
|
|
91
|
+
"@vitest/coverage-v8": "^4.1.7",
|
|
92
|
+
"@vitest/ui": "^4.1.7",
|
|
93
|
+
"eslint": "^9.39.4",
|
|
94
|
+
"eslint-plugin-import-x": "^4.16.2",
|
|
95
|
+
"eslint-plugin-perfectionist": "^5.9.0",
|
|
96
|
+
"eslint-plugin-react": "^7.37.5",
|
|
97
|
+
"eslint-plugin-react-hooks": "^7.1.1",
|
|
98
|
+
"eslint-plugin-storybook": "^10.4.0",
|
|
99
|
+
"eslint-plugin-unicorn": "^64.0.0",
|
|
100
|
+
"globals": "^17.6.0",
|
|
101
|
+
"happy-dom": "^20.9.0",
|
|
102
|
+
"next-intl": "^4.12.0",
|
|
103
|
+
"postcss-styled-syntax": "^0.7.1",
|
|
104
|
+
"prettier": "^3.8.3",
|
|
105
|
+
"react": "^19.2.6",
|
|
106
|
+
"react-dom": "^19.2.6",
|
|
107
|
+
"react-hook-form": "^7.76.0",
|
|
108
|
+
"react-intl": "^10.1.9",
|
|
109
|
+
"rollup": "^4.60.4",
|
|
110
|
+
"rollup-plugin-dts": "^6.4.1",
|
|
111
|
+
"storybook": "^10.4.0",
|
|
112
|
+
"stylelint": "^17.11.1",
|
|
113
|
+
"stylelint-config-recess-order": "^7.7.0",
|
|
114
|
+
"stylelint-config-standard": "^40.0.0",
|
|
115
|
+
"stylelint-order": "^8.1.1",
|
|
116
|
+
"ts-node": "^10.9.2",
|
|
117
|
+
"typescript": "^6.0.3",
|
|
118
|
+
"typescript-eslint": "^8.59.4",
|
|
119
|
+
"vitest": "^4.1.7",
|
|
120
|
+
"yarn-deduplicate": "^6.0.2",
|
|
121
|
+
"zod": "^4.4.3"
|
|
122
|
+
},
|
|
123
|
+
"dependencies": {
|
|
124
|
+
"@emotion/is-prop-valid": "^1.4.0",
|
|
125
|
+
"@floating-ui/react": "^0.27.19",
|
|
126
|
+
"@formatjs/intl": "^4.1.12",
|
|
127
|
+
"@google-recaptcha/core": "^1.1.3",
|
|
128
|
+
"@hookform/resolvers": "^5.4.0",
|
|
129
|
+
"afformative": "^0.7.0",
|
|
130
|
+
"csstype": "^3.2.3",
|
|
131
|
+
"date-fns": "^4.2.1",
|
|
132
|
+
"downshift": "^9.3.3",
|
|
133
|
+
"imask": "^7.6.1",
|
|
134
|
+
"immer": "^11.1.8",
|
|
135
|
+
"intl-messageformat": "^11.2.7",
|
|
136
|
+
"lodash-es": "^4.18.1",
|
|
137
|
+
"rc-slider": "^11.1.9",
|
|
138
|
+
"react-content-loader": "^7.1.2",
|
|
139
|
+
"react-datepicker": "^9.1.0",
|
|
140
|
+
"react-dropzone": "^15.0.0",
|
|
141
|
+
"react-imask": "^7.6.1",
|
|
142
|
+
"react-switch": "^7.1.0",
|
|
143
|
+
"usehooks-ts": "^3.1.1"
|
|
144
|
+
},
|
|
145
|
+
"peerDependencies": {
|
|
146
|
+
"@emotion/react": "^11.0.0",
|
|
147
|
+
"@emotion/styled": "^11.0.0",
|
|
148
|
+
"next-intl": "^4.0.0",
|
|
149
|
+
"react": "^19.0.0",
|
|
150
|
+
"react-dom": "^19.0.0",
|
|
151
|
+
"react-hook-form": "^7.0.0",
|
|
152
|
+
"react-intl": "^10.0.0",
|
|
153
|
+
"zod": "^4.0.0"
|
|
154
|
+
},
|
|
155
|
+
"peerDependenciesMeta": {
|
|
156
|
+
"next-intl": {
|
|
157
|
+
"optional": true
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
}
|