@mmb-digital/design-system-web 0.1.353 → 0.1.354

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