ui-czn 1.0.53 → 1.0.54

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,86 +1,86 @@
1
- {
2
- "name": "ui-czn",
3
- "version": "1.0.53",
4
- "type": "module",
5
- "main": "./dist/ui-czn.umd.js",
6
- "module": "./dist/ui-czn.es.js",
7
- "style": "./dist/index.css",
8
- "types": "./dist/index.d.ts",
9
- "sideEffects": [
10
- "dist/index.css"
11
- ],
12
- "exports": {
13
- ".": {
14
- "import": "./dist/ui-czn.es.js",
15
- "require": "./dist/ui-czn.umd.js",
16
- "types": "./dist/index.d.ts"
17
- },
18
- "./dist/*.css": "./dist/*.css"
19
- },
20
- "private": false,
21
- "files": [
22
- "dist"
23
- ],
24
- "peerDependencies": {
25
- "react": "^18.3.0",
26
- "react-dom": "^18.3.0"
27
- },
28
- "scripts": {
29
- "dev": "vite",
30
- "build": "vite build --config vite.config.ts",
31
- "prepublishOnly": "npm run build",
32
- "storybook": "storybook dev -p 6006",
33
- "build-storybook": "storybook build"
34
- },
35
- "dependencies": {
36
- "@hookform/resolvers": "^5.2.2",
37
- "@radix-ui/react-checkbox": "^1.3.3",
38
- "@radix-ui/react-dialog": "^1.1.15",
39
- "@radix-ui/react-label": "^2.1.8",
40
- "@radix-ui/react-popover": "^1.1.15",
41
- "@radix-ui/react-radio-group": "^1.3.8",
42
- "@radix-ui/react-select": "^2.2.6",
43
- "@radix-ui/react-separator": "^1.1.8",
44
- "@radix-ui/react-slot": "^1.2.4",
45
- "@vitejs/plugin-react": "^4.5.0",
46
- "class-variance-authority": "^0.7.1",
47
- "clsx": "^2.1.1",
48
- "lucide-react": "^0.552.0",
49
- "moment": "^2.30.1",
50
- "react-datepicker": "^8.4.0",
51
- "react-fast-marquee": "^1.6.5",
52
- "react-hook-form": "^7.57.0",
53
- "react-imask": "^7.6.1",
54
- "react-select": "^5.10.1",
55
- "swiper": "^11.2.8",
56
- "tailwind-merge": "^3.3.1",
57
- "tailwind-variants": "^2.1.0",
58
- "tailwindcss-animate": "^1.0.7",
59
- "zod": "^4.1.13"
60
- },
61
- "devDependencies": {
62
- "@storybook/addon-docs": "^8.6.14",
63
- "@storybook/addon-essentials": "^8.6.14",
64
- "@storybook/addon-interactions": "^8.6.14",
65
- "@storybook/addon-onboarding": "^8.6.14",
66
- "@storybook/react-vite": "^8.6.14",
67
- "@storybook/theming": "^8.6.14",
68
- "@types/node": "^24.9.2",
69
- "@types/react": "^19.1.6",
70
- "@types/react-dom": "^19.1.5",
71
- "autoprefixer": "^10.4.21",
72
- "eslint-plugin-react-hooks": "^5.2.0",
73
- "eslint-plugin-react-refresh": "^0.4.20",
74
- "eslint-plugin-storybook": "^0.8.0",
75
- "postcss": "^8.5.6",
76
- "rollup-plugin-dts": "^6.2.1",
77
- "storybook": "^8.6.14",
78
- "tailwindcss": "^3.4.18",
79
- "tailwindcss-patch": "^8.4.2",
80
- "typescript": "^5.8.3",
81
- "unplugin-tailwindcss-mangle": "^5.0.0",
82
- "vite": "^6.4.1",
83
- "vite-plugin-dts": "^4.5.4",
84
- "vite-tsconfig-paths": "^5.1.4"
85
- }
86
- }
1
+ {
2
+ "name": "ui-czn",
3
+ "version": "1.0.54",
4
+ "type": "module",
5
+ "main": "./dist/ui-czn.umd.js",
6
+ "module": "./dist/ui-czn.es.js",
7
+ "style": "./dist/index.css",
8
+ "types": "./dist/index.d.ts",
9
+ "sideEffects": [
10
+ "dist/index.css"
11
+ ],
12
+ "exports": {
13
+ ".": {
14
+ "import": "./dist/ui-czn.es.js",
15
+ "require": "./dist/ui-czn.umd.js",
16
+ "types": "./dist/index.d.ts"
17
+ },
18
+ "./dist/*.css": "./dist/*.css"
19
+ },
20
+ "private": false,
21
+ "files": [
22
+ "dist"
23
+ ],
24
+ "peerDependencies": {
25
+ "react": "^18.3.0",
26
+ "react-dom": "^18.3.0"
27
+ },
28
+ "scripts": {
29
+ "dev": "vite",
30
+ "build": "vite build --config vite.config.ts",
31
+ "prepublishOnly": "npm run build",
32
+ "storybook": "storybook dev -p 6006",
33
+ "build-storybook": "storybook build"
34
+ },
35
+ "dependencies": {
36
+ "@hookform/resolvers": "^5.2.2",
37
+ "@radix-ui/react-checkbox": "^1.3.3",
38
+ "@radix-ui/react-dialog": "^1.1.15",
39
+ "@radix-ui/react-label": "^2.1.8",
40
+ "@radix-ui/react-popover": "^1.1.15",
41
+ "@radix-ui/react-radio-group": "^1.3.8",
42
+ "@radix-ui/react-select": "^2.2.6",
43
+ "@radix-ui/react-separator": "^1.1.8",
44
+ "@radix-ui/react-slot": "^1.2.4",
45
+ "@vitejs/plugin-react": "^4.5.0",
46
+ "class-variance-authority": "^0.7.1",
47
+ "clsx": "^2.1.1",
48
+ "lucide-react": "^0.552.0",
49
+ "moment": "^2.30.1",
50
+ "react-datepicker": "^8.4.0",
51
+ "react-fast-marquee": "^1.6.5",
52
+ "react-hook-form": "^7.57.0",
53
+ "react-imask": "^7.6.1",
54
+ "react-select": "^5.10.1",
55
+ "swiper": "^11.2.8",
56
+ "tailwind-merge": "^3.3.1",
57
+ "tailwind-variants": "^2.1.0",
58
+ "tailwindcss-animate": "^1.0.7",
59
+ "zod": "^4.1.13"
60
+ },
61
+ "devDependencies": {
62
+ "@storybook/addon-docs": "^8.6.14",
63
+ "@storybook/addon-essentials": "^8.6.14",
64
+ "@storybook/addon-interactions": "^8.6.14",
65
+ "@storybook/addon-onboarding": "^8.6.14",
66
+ "@storybook/react-vite": "^8.6.14",
67
+ "@storybook/theming": "^8.6.14",
68
+ "@types/node": "^24.9.2",
69
+ "@types/react": "^19.1.6",
70
+ "@types/react-dom": "^19.1.5",
71
+ "autoprefixer": "^10.4.21",
72
+ "eslint-plugin-react-hooks": "^5.2.0",
73
+ "eslint-plugin-react-refresh": "^0.4.20",
74
+ "eslint-plugin-storybook": "^0.8.0",
75
+ "postcss": "^8.5.6",
76
+ "rollup-plugin-dts": "^6.2.1",
77
+ "storybook": "^8.6.14",
78
+ "tailwindcss": "^3.4.18",
79
+ "tailwindcss-patch": "^8.4.2",
80
+ "typescript": "^5.8.3",
81
+ "unplugin-tailwindcss-mangle": "^5.0.0",
82
+ "vite": "^6.4.1",
83
+ "vite-plugin-dts": "^4.5.4",
84
+ "vite-tsconfig-paths": "^5.1.4"
85
+ }
86
+ }