@sonamu-kit/react-components 0.1.1 → 0.1.3
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/components/index.d.ts +3 -2
- package/dist/components/ui/button.d.ts +8 -8
- package/dist/components/ui/carousel.d.ts +2 -12
- package/dist/components/ui/checkbox.d.ts +1 -1
- package/dist/components/ui/command.d.ts +3 -3
- package/dist/components/ui/date-input.d.ts +7 -0
- package/dist/components/ui/input-otp.d.ts +2 -2
- package/dist/components/ui/resizable.d.ts +1 -1
- package/dist/components/ui/slider.d.ts +1 -1
- package/dist/components/ui/switch.d.ts +1 -1
- package/dist/components/ui/table.d.ts +17 -3
- package/dist/lib/helpers.d.ts +1 -13
- package/dist/lib/index.d.ts +1 -1
- package/dist/react-components.es.js +3016 -2985
- package/dist/styles/globals.css +658 -0
- package/package.json +95 -80
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sonamu-kit/react-components",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"author": "CartaNova <dev@cartanova.ai>",
|
|
6
6
|
"repository": {
|
|
@@ -14,89 +14,104 @@
|
|
|
14
14
|
"main": "./dist/react-components.es.js",
|
|
15
15
|
"types": "./dist/index.d.ts",
|
|
16
16
|
"exports": {
|
|
17
|
-
".":
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
"./
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
"
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
17
|
+
".": {
|
|
18
|
+
"types": "./dist/index.d.ts",
|
|
19
|
+
"import": "./dist/react-components.es.js"
|
|
20
|
+
},
|
|
21
|
+
"./components": {
|
|
22
|
+
"types": "./dist/components/index.d.ts",
|
|
23
|
+
"import": "./dist/react-components.es.js"
|
|
24
|
+
},
|
|
25
|
+
"./hooks": {
|
|
26
|
+
"types": "./dist/hooks/index.d.ts",
|
|
27
|
+
"import": "./dist/react-components.es.js"
|
|
28
|
+
},
|
|
29
|
+
"./lib": {
|
|
30
|
+
"types": "./dist/lib/index.d.ts",
|
|
31
|
+
"import": "./dist/react-components.es.js"
|
|
32
|
+
},
|
|
33
|
+
"./router": {
|
|
34
|
+
"types": "./dist/router/index.d.ts",
|
|
35
|
+
"import": "./dist/react-components.es.js"
|
|
36
|
+
},
|
|
37
|
+
"./styles": "./dist/styles/globals.css"
|
|
29
38
|
},
|
|
30
39
|
"dependencies": {
|
|
31
|
-
"@hookform/resolvers": "
|
|
32
|
-
"@radix-ui/react-accordion": "
|
|
33
|
-
"@radix-ui/react-alert-dialog": "
|
|
34
|
-
"@radix-ui/react-aspect-ratio": "
|
|
35
|
-
"@radix-ui/react-avatar": "
|
|
36
|
-
"@radix-ui/react-checkbox": "
|
|
37
|
-
"@radix-ui/react-collapsible": "
|
|
38
|
-
"@radix-ui/react-context-menu": "
|
|
39
|
-
"@radix-ui/react-dialog": "
|
|
40
|
-
"@radix-ui/react-dropdown-menu": "
|
|
41
|
-
"@radix-ui/react-hover-card": "
|
|
42
|
-
"@radix-ui/react-label": "
|
|
43
|
-
"@radix-ui/react-menubar": "
|
|
44
|
-
"@radix-ui/react-navigation-menu": "
|
|
45
|
-
"@radix-ui/react-popover": "
|
|
46
|
-
"@radix-ui/react-progress": "
|
|
47
|
-
"@radix-ui/react-radio-group": "
|
|
48
|
-
"@radix-ui/react-scroll-area": "
|
|
49
|
-
"@radix-ui/react-select": "
|
|
50
|
-
"@radix-ui/react-separator": "
|
|
51
|
-
"@radix-ui/react-slider": "
|
|
52
|
-
"@radix-ui/react-slot": "
|
|
53
|
-
"@radix-ui/react-switch": "
|
|
54
|
-
"@radix-ui/react-tabs": "
|
|
55
|
-
"@radix-ui/react-toast": "
|
|
56
|
-
"@radix-ui/react-toggle": "
|
|
57
|
-
"@radix-ui/react-toggle-group": "
|
|
58
|
-
"@radix-ui/react-tooltip": "
|
|
59
|
-
"@types/qs": "
|
|
60
|
-
"class-variance-authority": "
|
|
61
|
-
"clsx": "
|
|
62
|
-
"cmdk": "
|
|
63
|
-
"date-fns": "
|
|
64
|
-
"embla-carousel-react": "
|
|
65
|
-
"fast-deep-equal": "
|
|
66
|
-
"inflection": "
|
|
67
|
-
"input-otp": "
|
|
68
|
-
"jotai": "
|
|
69
|
-
"next-themes": "
|
|
70
|
-
"qs": "
|
|
71
|
-
"radashi": "
|
|
72
|
-
"react-day-picker": "
|
|
73
|
-
"react-hook-form": "
|
|
74
|
-
"react-resizable-panels": "
|
|
75
|
-
"sonner": "
|
|
76
|
-
"tailwind-merge": "
|
|
77
|
-
"vaul": "
|
|
78
|
-
"zod": "
|
|
40
|
+
"@hookform/resolvers": "^5.2.2",
|
|
41
|
+
"@radix-ui/react-accordion": "^1.2.12",
|
|
42
|
+
"@radix-ui/react-alert-dialog": "^1.1.15",
|
|
43
|
+
"@radix-ui/react-aspect-ratio": "^1.1.8",
|
|
44
|
+
"@radix-ui/react-avatar": "^1.1.11",
|
|
45
|
+
"@radix-ui/react-checkbox": "^1.3.3",
|
|
46
|
+
"@radix-ui/react-collapsible": "^1.1.12",
|
|
47
|
+
"@radix-ui/react-context-menu": "^2.2.16",
|
|
48
|
+
"@radix-ui/react-dialog": "^1.1.15",
|
|
49
|
+
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
|
50
|
+
"@radix-ui/react-hover-card": "^1.1.15",
|
|
51
|
+
"@radix-ui/react-label": "^2.1.8",
|
|
52
|
+
"@radix-ui/react-menubar": "^1.1.16",
|
|
53
|
+
"@radix-ui/react-navigation-menu": "^1.2.14",
|
|
54
|
+
"@radix-ui/react-popover": "^1.1.15",
|
|
55
|
+
"@radix-ui/react-progress": "^1.1.8",
|
|
56
|
+
"@radix-ui/react-radio-group": "^1.3.8",
|
|
57
|
+
"@radix-ui/react-scroll-area": "^1.2.10",
|
|
58
|
+
"@radix-ui/react-select": "^2.2.6",
|
|
59
|
+
"@radix-ui/react-separator": "^1.1.8",
|
|
60
|
+
"@radix-ui/react-slider": "^1.3.6",
|
|
61
|
+
"@radix-ui/react-slot": "^1.1.1",
|
|
62
|
+
"@radix-ui/react-switch": "^1.2.6",
|
|
63
|
+
"@radix-ui/react-tabs": "^1.1.13",
|
|
64
|
+
"@radix-ui/react-toast": "^1.2.15",
|
|
65
|
+
"@radix-ui/react-toggle": "^1.1.10",
|
|
66
|
+
"@radix-ui/react-toggle-group": "^1.1.11",
|
|
67
|
+
"@radix-ui/react-tooltip": "^1.2.8",
|
|
68
|
+
"@types/qs": "^6.9.7",
|
|
69
|
+
"class-variance-authority": "^0.7.1",
|
|
70
|
+
"clsx": "^2.1.1",
|
|
71
|
+
"cmdk": "^1.1.1",
|
|
72
|
+
"date-fns": "^4.1.0",
|
|
73
|
+
"embla-carousel-react": "^8.6.0",
|
|
74
|
+
"fast-deep-equal": "^3.1.3",
|
|
75
|
+
"inflection": "^3.0.2",
|
|
76
|
+
"input-otp": "^1.4.2",
|
|
77
|
+
"jotai": "^2.14.0",
|
|
78
|
+
"next-themes": "^0.4.6",
|
|
79
|
+
"qs": "^6.11.0",
|
|
80
|
+
"radashi": "^12.2.0",
|
|
81
|
+
"react-day-picker": "^8.10.1",
|
|
82
|
+
"react-hook-form": "^7.66.1",
|
|
83
|
+
"react-resizable-panels": "^3.0.6",
|
|
84
|
+
"sonner": "^2.0.7",
|
|
85
|
+
"tailwind-merge": "^3.4.0",
|
|
86
|
+
"vaul": "^1.1.2",
|
|
87
|
+
"zod": "^4.1.12"
|
|
79
88
|
},
|
|
80
89
|
"peerDependencies": {
|
|
81
|
-
"@tanstack/react-router": "
|
|
82
|
-
"react": "
|
|
83
|
-
"react-dom": "
|
|
90
|
+
"@tanstack/react-router": "1.143.11",
|
|
91
|
+
"react": "^19.2.3",
|
|
92
|
+
"react-dom": "^19.2.3"
|
|
84
93
|
},
|
|
85
94
|
"devDependencies": {
|
|
86
|
-
"@iconify/json": "
|
|
87
|
-
"@tailwindcss/vite": "
|
|
88
|
-
"@tanstack/react-router": "
|
|
89
|
-
"@types/inflection": "
|
|
90
|
-
"@types/react": "
|
|
91
|
-
"@types/react-dom": "
|
|
92
|
-
"@vitejs/plugin-react": "
|
|
93
|
-
"autoprefixer": "
|
|
94
|
-
"postcss": "
|
|
95
|
-
"tailwindcss": "
|
|
96
|
-
"typescript": "
|
|
97
|
-
"unplugin-icons": "
|
|
98
|
-
"vite": "
|
|
99
|
-
"vite-plugin-dts": "
|
|
100
|
-
"vite-tsconfig-paths": "
|
|
95
|
+
"@iconify/json": "^2.2.421",
|
|
96
|
+
"@tailwindcss/vite": "^4.1.17",
|
|
97
|
+
"@tanstack/react-router": "1.143.11",
|
|
98
|
+
"@types/inflection": "^2.0.0",
|
|
99
|
+
"@types/react": "^19.2.7",
|
|
100
|
+
"@types/react-dom": "^19.2.3",
|
|
101
|
+
"@vitejs/plugin-react": "4.7.0",
|
|
102
|
+
"autoprefixer": "^10.4.20",
|
|
103
|
+
"postcss": "^8.4.49",
|
|
104
|
+
"tailwindcss": "^4.0.0",
|
|
105
|
+
"typescript": "^5.9.3",
|
|
106
|
+
"unplugin-icons": "0.20.2",
|
|
107
|
+
"vite": "7.3.0",
|
|
108
|
+
"vite-plugin-dts": "4.5.4",
|
|
109
|
+
"vite-tsconfig-paths": "^5.1.4"
|
|
110
|
+
},
|
|
111
|
+
"scripts": {
|
|
112
|
+
"dev": "vite",
|
|
113
|
+
"build": "vite build",
|
|
114
|
+
"lint": "eslint src",
|
|
115
|
+
"preview": "vite preview"
|
|
101
116
|
}
|
|
102
|
-
}
|
|
117
|
+
}
|