@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/package.json CHANGED
@@ -1,153 +1,160 @@
1
- {
2
- "name": "@mmb-digital/design-system-web",
3
- "version": "0.1.348-alpha.2",
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.cts",
10
- "exports": {
11
- ".": {
12
- "import": "./dist/index.js",
13
- "require": "./dist/index.cjs"
14
- },
15
- "./package.json": "./package.json"
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": "tsdown",
32
- "test": "pnpm p && pnpm tsc && pnpm l && pnpm sl && pnpm vi",
33
- "t": "pnpm test",
34
- "test:ci": "pnpm p && pnpm tsc && pnpm lint:ci && pnpm sl && pnpm vi",
35
- "lint": "eslint . --cache",
36
- "l": "pnpm lint",
37
- "lint:ci": "eslint .",
38
- "lint:fix": "pnpm eslint --fix",
39
- "lf": "pnpm lint:fix",
40
- "prettier": "prettier --check .",
41
- "p": "pnpm prettier",
42
- "prettier:fix": "pnpm prettier --write",
43
- "pf": "pnpm prettier:fix",
44
- "tsc": "tsc -b",
45
- "storybook": "storybook dev -p 6006 --no-open",
46
- "sb": "pnpm storybook",
47
- "build-storybook": "NODE_OPTIONS=--max_old_space_size=1024 storybook build",
48
- "stylelint": "stylelint \"./src/**/*.ts\" \"./src/**/*.tsx\"",
49
- "sl": "pnpm stylelint",
50
- "stylelint:fix": "pnpm stylelint --fix",
51
- "slf": "pnpm stylelint:fix",
52
- "vitest": "vitest run",
53
- "vi": "pnpm vitest",
54
- "vitest:watch": "vitest",
55
- "viw": "pnpm vitest:watch",
56
- "vitest:ui": "vitest --ui",
57
- "vitest:coverage": "vitest run --coverage"
58
- },
59
- "devDependencies": {
60
- "@babel/core": "^7.29.7",
61
- "@babel/preset-env": "^7.29.7",
62
- "@babel/preset-react": "^7.29.7",
63
- "@babel/preset-typescript": "^7.29.7",
64
- "@emotion/babel-plugin": "^11.13.5",
65
- "@emotion/react": "^11.14.0",
66
- "@emotion/styled": "^11.14.1",
67
- "@eslint/js": "^9.39.4",
68
- "@rolldown/plugin-babel": "^0.2.3",
69
- "@storybook/addon-docs": "^10.4.2",
70
- "@storybook/addon-links": "^10.4.2",
71
- "@storybook/addon-webpack5-compiler-babel": "^4.0.1",
72
- "@storybook/react": "^10.4.2",
73
- "@storybook/react-webpack5": "^10.4.2",
74
- "@stylistic/eslint-plugin": "^5.10.0",
75
- "@testing-library/dom": "^10.4.1",
76
- "@testing-library/jest-dom": "^6.9.1",
77
- "@testing-library/react": "^16.3.2",
78
- "@testing-library/user-event": "^14.6.1",
79
- "@types/babel__core": "^7.20.5",
80
- "@types/lodash-es": "^4.17.12",
81
- "@types/node": "^20.19.42",
82
- "@types/react": "^19.2.17",
83
- "@types/react-dom": "^19.2.3",
84
- "@vitest/coverage-v8": "^4.1.8",
85
- "@vitest/ui": "^4.1.8",
86
- "eslint": "^9.39.4",
87
- "eslint-plugin-import-x": "^4.16.2",
88
- "eslint-plugin-perfectionist": "^5.9.0",
89
- "eslint-plugin-react": "^7.37.5",
90
- "eslint-plugin-react-hooks": "^7.1.1",
91
- "eslint-plugin-storybook": "^10.4.2",
92
- "eslint-plugin-unicorn": "^64.0.0",
93
- "globals": "^17.6.0",
94
- "happy-dom": "^20.10.2",
95
- "next-intl": "^4.13.0",
96
- "postcss-styled-syntax": "^0.7.1",
97
- "prettier": "^3.8.3",
98
- "react": "^19.2.7",
99
- "react-dom": "^19.2.7",
100
- "react-hook-form": "^7.78.0",
101
- "react-intl": "^10.1.13",
102
- "rollup": "^4.61.1",
103
- "rollup-plugin-dts": "^6.4.1",
104
- "storybook": "^10.4.2",
105
- "stylelint": "^17.13.0",
106
- "stylelint-config-recess-order": "^7.7.0",
107
- "stylelint-config-standard": "^40.0.0",
108
- "stylelint-order": "^8.1.1",
109
- "ts-node": "^10.9.2",
110
- "tsdown": "^0.22.2",
111
- "typescript": "^6.0.3",
112
- "typescript-eslint": "^8.61.0",
113
- "vitest": "^4.1.8",
114
- "zod": "^4.4.3"
115
- },
116
- "dependencies": {
117
- "@emotion/is-prop-valid": "^1.4.0",
118
- "@floating-ui/react": "^0.27.19",
119
- "@formatjs/intl": "^4.1.13",
120
- "@google-recaptcha/core": "^1.1.3",
121
- "@hookform/resolvers": "^5.4.0",
122
- "afformative": "^0.7.0",
123
- "csstype": "^3.2.3",
124
- "date-fns": "^4.4.0",
125
- "downshift": "^9.3.6",
126
- "imask": "^7.6.1",
127
- "immer": "^11.1.8",
128
- "intl-messageformat": "^11.2.8",
129
- "lodash-es": "^4.18.1",
130
- "rc-slider": "^11.1.9",
131
- "react-content-loader": "^7.1.2",
132
- "react-datepicker": "^9.1.0",
133
- "react-dropzone": "^15.0.0",
134
- "react-imask": "^7.6.1",
135
- "react-switch": "^7.1.0",
136
- "usehooks-ts": "^3.1.1"
137
- },
138
- "peerDependencies": {
139
- "@emotion/react": "^11.0.0",
140
- "@emotion/styled": "^11.0.0",
141
- "next-intl": "^4.0.0",
142
- "react": "^19.0.0",
143
- "react-dom": "^19.0.0",
144
- "react-hook-form": "^7.0.0",
145
- "react-intl": "^10.0.0",
146
- "zod": "^4.0.0"
147
- },
148
- "peerDependenciesMeta": {
149
- "next-intl": {
150
- "optional": true
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
+ }