ui-czn 1.0.15 → 1.0.17

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