shadcn-ui-react 0.2.5 → 0.2.8
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/README.md +60 -64
- package/dist/index.cjs +800 -835
- package/dist/index.d.cts +95 -66
- package/dist/index.d.ts +95 -66
- package/dist/index.js +769 -800
- package/dist/style.css +198 -57
- package/package.json +76 -57
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "shadcn-ui-react",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.8",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "Bleker Cordova <bleker@gliyen.com>",
|
|
6
|
-
"description": "
|
|
6
|
+
"description": "A collection of components for building beautiful and accessible user interfaces with React and Tailwind CSS.",
|
|
7
7
|
"sideEffect": [
|
|
8
8
|
"**/*.css"
|
|
9
9
|
],
|
|
@@ -46,29 +46,48 @@
|
|
|
46
46
|
"test:watch": "jest --watch"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@
|
|
49
|
+
"@babel/core": "^7.26.10",
|
|
50
|
+
"@babel/preset-env": "^7.26.9",
|
|
51
|
+
"@babel/preset-react": "^7.26.3",
|
|
52
|
+
"@babel/preset-typescript": "^7.27.0",
|
|
53
|
+
"@eslint/config-array": "^0.20.0",
|
|
50
54
|
"@eslint/object-schema": "^2.1.6",
|
|
51
|
-
"@
|
|
52
|
-
"@tailwindcss/
|
|
53
|
-
"@
|
|
54
|
-
"@
|
|
55
|
-
"@
|
|
56
|
-
"
|
|
55
|
+
"@hookform/resolvers": "^5.0.1",
|
|
56
|
+
"@tailwindcss/postcss": "^4.1.4",
|
|
57
|
+
"@tailwindcss/vite": "^4.1.4",
|
|
58
|
+
"@testing-library/dom": "^10.4.0",
|
|
59
|
+
"@testing-library/jest-dom": "^6.6.3",
|
|
60
|
+
"@testing-library/react": "^16.3.0",
|
|
61
|
+
"@testing-library/user-event": "^14.6.1",
|
|
62
|
+
"@types/jest": "^29.5.14",
|
|
63
|
+
"@types/node": "^22.14.1",
|
|
64
|
+
"@types/react": "^19.1.2",
|
|
65
|
+
"@types/react-dom": "^19.1.2",
|
|
66
|
+
"@typescript-eslint/eslint-plugin": "^8.30.1",
|
|
67
|
+
"@typescript-eslint/parser": "^8.30.1",
|
|
68
|
+
"autoprefixer": "^10.4.21",
|
|
69
|
+
"babel-jest": "^29.7.0",
|
|
57
70
|
"cross-env": "^7.0.3",
|
|
71
|
+
"eslint": "^9.24.0",
|
|
72
|
+
"eslint-plugin-react-hooks": "^5.2.0",
|
|
73
|
+
"eslint-plugin-react-refresh": "^0.4.19",
|
|
74
|
+
"identity-obj-proxy": "^3.0.0",
|
|
58
75
|
"jest": "^29.7.0",
|
|
59
|
-
"
|
|
60
|
-
"react
|
|
61
|
-
"react-
|
|
62
|
-
"react-
|
|
76
|
+
"jest-environment-jsdom": "^29.7.0",
|
|
77
|
+
"react": "^19.1.0",
|
|
78
|
+
"react-day-picker": "^9.6.7",
|
|
79
|
+
"react-dom": "^19.1.0",
|
|
80
|
+
"react-test-renderer": "^19.1.0",
|
|
63
81
|
"rimraf": "^6.0.1",
|
|
64
|
-
"tailwindcss": "^4.
|
|
82
|
+
"tailwindcss": "^4.1.4",
|
|
65
83
|
"tailwindcss-animate": "^1.0.7",
|
|
66
84
|
"tsup": "^8.4.0",
|
|
67
|
-
"typescript": "^5.8.
|
|
85
|
+
"typescript": "^5.8.3",
|
|
68
86
|
"vaul": "^1.1.2",
|
|
69
|
-
"vite": "^6.2
|
|
87
|
+
"vite": "^6.3.2",
|
|
70
88
|
"vite-plugin-dts": "^4.5.3",
|
|
71
|
-
"vite-plugin-ts-alias": "^0.1.1"
|
|
89
|
+
"vite-plugin-ts-alias": "^0.1.1",
|
|
90
|
+
"zod": "^3.24.3"
|
|
72
91
|
},
|
|
73
92
|
"peerDependencies": {
|
|
74
93
|
"react": "^17.0.0 || ^18.3.1 || ^19.0.0 || ^20.0.0",
|
|
@@ -78,52 +97,52 @@
|
|
|
78
97
|
"access": "public"
|
|
79
98
|
},
|
|
80
99
|
"dependencies": {
|
|
81
|
-
"@
|
|
82
|
-
"@radix-ui/react-
|
|
83
|
-
"@radix-ui/react-
|
|
84
|
-
"@radix-ui/react-
|
|
85
|
-
"@radix-ui/react-
|
|
86
|
-
"@radix-ui/react-
|
|
87
|
-
"@radix-ui/react-
|
|
88
|
-
"@radix-ui/react-
|
|
89
|
-
"@radix-ui/react-
|
|
90
|
-
"@radix-ui/react-
|
|
91
|
-
"@radix-ui/react-hover-card": "^1.1.6",
|
|
100
|
+
"@radix-ui/react-accordion": "^1.2.4",
|
|
101
|
+
"@radix-ui/react-alert-dialog": "^1.1.7",
|
|
102
|
+
"@radix-ui/react-aspect-ratio": "^1.1.3",
|
|
103
|
+
"@radix-ui/react-avatar": "^1.1.4",
|
|
104
|
+
"@radix-ui/react-checkbox": "^1.1.5",
|
|
105
|
+
"@radix-ui/react-collapsible": "^1.1.4",
|
|
106
|
+
"@radix-ui/react-context-menu": "^2.2.7",
|
|
107
|
+
"@radix-ui/react-dialog": "^1.1.7",
|
|
108
|
+
"@radix-ui/react-dropdown-menu": "^2.1.7",
|
|
109
|
+
"@radix-ui/react-hover-card": "^1.1.7",
|
|
92
110
|
"@radix-ui/react-icons": "^1.3.2",
|
|
93
|
-
"@radix-ui/react-label": "^2.1.
|
|
94
|
-
"@radix-ui/react-menubar": "^1.1.
|
|
95
|
-
"@radix-ui/react-navigation-menu": "^1.2.
|
|
96
|
-
"@radix-ui/react-popover": "^1.1.
|
|
97
|
-
"@radix-ui/react-progress": "^1.1.
|
|
98
|
-
"@radix-ui/react-radio-group": "^1.2.
|
|
99
|
-
"@radix-ui/react-scroll-area": "^1.2.
|
|
100
|
-
"@radix-ui/react-select": "^2.1.
|
|
101
|
-
"@radix-ui/react-separator": "^1.1.
|
|
102
|
-
"@radix-ui/react-slider": "^1.2.
|
|
103
|
-
"@radix-ui/react-slot": "^1.
|
|
104
|
-
"@radix-ui/react-switch": "^1.1.
|
|
105
|
-
"@radix-ui/react-tabs": "^1.1.
|
|
106
|
-
"@radix-ui/react-toast": "^1.2.
|
|
107
|
-
"@radix-ui/react-toggle": "^1.1.
|
|
108
|
-
"@radix-ui/react-toggle-group": "^1.1.
|
|
109
|
-
"@radix-ui/react-tooltip": "^1.
|
|
110
|
-
"@tanstack/react-table": "^8.21.
|
|
111
|
-
"@vitejs/plugin-react": "^4.
|
|
112
|
-
"@vitejs/plugin-react-swc": "^3.
|
|
111
|
+
"@radix-ui/react-label": "^2.1.3",
|
|
112
|
+
"@radix-ui/react-menubar": "^1.1.7",
|
|
113
|
+
"@radix-ui/react-navigation-menu": "^1.2.6",
|
|
114
|
+
"@radix-ui/react-popover": "^1.1.7",
|
|
115
|
+
"@radix-ui/react-progress": "^1.1.3",
|
|
116
|
+
"@radix-ui/react-radio-group": "^1.2.4",
|
|
117
|
+
"@radix-ui/react-scroll-area": "^1.2.4",
|
|
118
|
+
"@radix-ui/react-select": "^2.1.7",
|
|
119
|
+
"@radix-ui/react-separator": "^1.1.3",
|
|
120
|
+
"@radix-ui/react-slider": "^1.2.4",
|
|
121
|
+
"@radix-ui/react-slot": "^1.2.0",
|
|
122
|
+
"@radix-ui/react-switch": "^1.1.4",
|
|
123
|
+
"@radix-ui/react-tabs": "^1.1.4",
|
|
124
|
+
"@radix-ui/react-toast": "^1.2.7",
|
|
125
|
+
"@radix-ui/react-toggle": "^1.1.3",
|
|
126
|
+
"@radix-ui/react-toggle-group": "^1.1.3",
|
|
127
|
+
"@radix-ui/react-tooltip": "^1.2.0",
|
|
128
|
+
"@tanstack/react-table": "^8.21.3",
|
|
129
|
+
"@vitejs/plugin-react": "^4.4.0",
|
|
130
|
+
"@vitejs/plugin-react-swc": "^3.9.0",
|
|
113
131
|
"class-variance-authority": "^0.7.1",
|
|
114
132
|
"clsx": "^2.1.1",
|
|
115
|
-
"cmdk": "^1.
|
|
116
|
-
"embla-carousel-react": "^8.
|
|
133
|
+
"cmdk": "^1.1.1",
|
|
134
|
+
"embla-carousel-react": "^8.6.0",
|
|
117
135
|
"input-otp": "^1.4.2",
|
|
118
|
-
"lucide-react": "^0.
|
|
119
|
-
"next-themes": "^0.4.
|
|
136
|
+
"lucide-react": "^0.493.0",
|
|
137
|
+
"next-themes": "^0.4.6",
|
|
120
138
|
"react-dropzone": "^14.3.8",
|
|
121
139
|
"react-helmet-next": "^0.0.1",
|
|
140
|
+
"react-hook-form": "^7.55.0",
|
|
122
141
|
"react-resizable-panels": "^2.1.7",
|
|
123
|
-
"
|
|
124
|
-
"
|
|
125
|
-
"tailwind-
|
|
126
|
-
"
|
|
127
|
-
"
|
|
142
|
+
"sonner": "^2.0.3",
|
|
143
|
+
"tailwind-merge": "^3.2.0",
|
|
144
|
+
"tailwind-variants": "^1.0.0",
|
|
145
|
+
"use-debounce": "^10.0.4",
|
|
146
|
+
"vaul": "^1.1.2"
|
|
128
147
|
}
|
|
129
148
|
}
|