@mlw-packages/react-components 1.4.7 → 1.5.0
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.css +4142 -0
- package/dist/index.d.mts +673 -0
- package/dist/index.d.ts +673 -0
- package/dist/index.js +4940 -0
- package/dist/index.mjs +4936 -0
- package/package.json +24 -25
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mlw-packages/react-components",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.5.0",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"module": "dist/index.mjs",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -8,28 +8,24 @@
|
|
|
8
8
|
"files": [
|
|
9
9
|
"dist"
|
|
10
10
|
],
|
|
11
|
-
"peerDependencies": {
|
|
12
|
-
"react": "^18.0.0",
|
|
13
|
-
"react-dom": "^18.0.0",
|
|
14
|
-
"react-hook-form": "^7.0.0"
|
|
15
|
-
},
|
|
16
11
|
"scripts": {
|
|
17
12
|
"dev": "vite",
|
|
18
13
|
"build": "npm run build-css && tsup",
|
|
19
14
|
"build-css": "npx tailwindcss -i ./src/style/global.css -o ./dist/index.css --config ./tailwind.config.js",
|
|
20
|
-
"lint": "eslint .",
|
|
15
|
+
"lint": "tsc --noEmit && eslint .",
|
|
21
16
|
"preview": "vite preview",
|
|
22
17
|
"deploy:patch": "npm version patch && npm publish",
|
|
23
18
|
"deploy:minor": "npm version minor && npm publish",
|
|
24
19
|
"deploy:major": "npm version major && npm publish",
|
|
25
|
-
"
|
|
26
|
-
"
|
|
20
|
+
"test": "echo \"No tests yet\" && exit 0",
|
|
21
|
+
"prepare": "husky install",
|
|
22
|
+
"storybook": "storybook dev -p 6006",
|
|
23
|
+
"build-storybook": "storybook build"
|
|
27
24
|
},
|
|
28
25
|
"lint-staged": {
|
|
29
26
|
"*.{js,jsx,ts,tsx}": "eslint --max-warnings=0"
|
|
30
27
|
},
|
|
31
28
|
"dependencies": {
|
|
32
|
-
"@hookform/resolvers": "^3.10.0",
|
|
33
29
|
"@radix-ui/react-alert-dialog": "^1.1.5",
|
|
34
30
|
"@radix-ui/react-avatar": "^1.1.2",
|
|
35
31
|
"@radix-ui/react-checkbox": "^1.1.3",
|
|
@@ -48,9 +44,7 @@
|
|
|
48
44
|
"@radix-ui/react-slot": "^1.1.1",
|
|
49
45
|
"@radix-ui/react-switch": "^1.1.2",
|
|
50
46
|
"@radix-ui/react-tabs": "^1.1.2",
|
|
51
|
-
"@radix-ui/react-toast": "^1.2.5",
|
|
52
47
|
"@radix-ui/react-tooltip": "^1.1.7",
|
|
53
|
-
"axios": "^1.7.9",
|
|
54
48
|
"class-variance-authority": "^0.7.1",
|
|
55
49
|
"clsx": "^2.1.1",
|
|
56
50
|
"cmdk": "^1.0.4",
|
|
@@ -58,26 +52,20 @@
|
|
|
58
52
|
"embla-carousel-react": "^8.6.0",
|
|
59
53
|
"framer-motion": "^12.15.0",
|
|
60
54
|
"input-otp": "^1.4.2",
|
|
61
|
-
"next-themes": "^0.4.4",
|
|
62
|
-
"phosphor-icons": "^1.4.2",
|
|
63
|
-
"phosphor-react": "^1.4.1",
|
|
64
|
-
"playwright": "^1.53.1",
|
|
65
|
-
"react": "^18.3.1",
|
|
66
55
|
"react-day-picker": "^8.10.0",
|
|
67
|
-
"react-dom": "^18.3.1",
|
|
68
|
-
"react-hook-form": "^7.54.2",
|
|
69
56
|
"react-router-dom": "6.4",
|
|
70
|
-
"react-toastify": "^11.0.5",
|
|
71
57
|
"recharts": "^2.15.3",
|
|
72
58
|
"sonner": "^1.7.4",
|
|
73
59
|
"tailwind-merge": "^3.0.1",
|
|
74
60
|
"tailwindcss-animate": "^1.0.7",
|
|
75
|
-
"vaul": "^1.1.2"
|
|
76
|
-
"zod": "^3.24.1"
|
|
61
|
+
"vaul": "^1.1.2"
|
|
77
62
|
},
|
|
78
63
|
"devDependencies": {
|
|
79
64
|
"@eslint/js": "^9.19.0",
|
|
80
65
|
"@playwright/test": "^1.53.1",
|
|
66
|
+
"@storybook/addon-docs": "^9.1.2",
|
|
67
|
+
"@storybook/addon-onboarding": "^9.1.2",
|
|
68
|
+
"@storybook/react-vite": "^9.1.2",
|
|
81
69
|
"@types/jest": "^29.5.14",
|
|
82
70
|
"@types/node": "^22.13.1",
|
|
83
71
|
"@types/react": "^19.0.8",
|
|
@@ -85,20 +73,31 @@
|
|
|
85
73
|
"@vitejs/plugin-react": "^4.4.1",
|
|
86
74
|
"@vitejs/plugin-react-swc": "^3.5.0",
|
|
87
75
|
"autoprefixer": "^10.4.20",
|
|
88
|
-
"css-loader": "^7.1.2",
|
|
89
76
|
"eslint": "^9.19.0",
|
|
90
77
|
"eslint-plugin-react-hooks": "^5.0.0",
|
|
91
78
|
"eslint-plugin-react-refresh": "^0.4.18",
|
|
79
|
+
"eslint-plugin-storybook": "^9.1.2",
|
|
92
80
|
"globals": "^15.14.0",
|
|
93
81
|
"husky": "^8.0.0",
|
|
94
82
|
"lint-staged": "^16.1.2",
|
|
95
|
-
"mini-css-extract-plugin": "^2.9.2",
|
|
96
83
|
"postcss": "^8.5.1",
|
|
84
|
+
"storybook": "^9.1.2",
|
|
97
85
|
"style-loader": "^4.0.0",
|
|
98
86
|
"tailwindcss": "^3.4.17",
|
|
99
87
|
"tsup": "^8.4.0",
|
|
100
88
|
"typescript": "~5.7.2",
|
|
101
89
|
"typescript-eslint": "^8.22.0",
|
|
102
|
-
"vite": "^6.1.0"
|
|
90
|
+
"vite": "^6.1.0",
|
|
91
|
+
"@phosphor-icons/react": "^2.1.10",
|
|
92
|
+
"react": "^18.0.0",
|
|
93
|
+
"react-dom": "^18.0.0"
|
|
94
|
+
},
|
|
95
|
+
"peerDependencies": {
|
|
96
|
+
"@phosphor-icons/react": "^2.1.10",
|
|
97
|
+
"react": "^18.0.0",
|
|
98
|
+
"react-dom": "^18.0.0"
|
|
99
|
+
},
|
|
100
|
+
"optionalDependencies": {
|
|
101
|
+
"@rollup/rollup-linux-x64-musl": "4.9.5"
|
|
103
102
|
}
|
|
104
103
|
}
|