@pawanr/shadcn-file-upload 0.1.3 → 0.1.5
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.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -5194,11 +5194,11 @@ const he = (e) => {
|
|
|
5194
5194
|
}
|
|
5195
5195
|
return { valid: !0 };
|
|
5196
5196
|
}, W0 = () => `${Date.now()}-${Math.random().toString(36).substr(2, 9)}`, xa = se(
|
|
5197
|
-
"relative flex flex-col items-center justify-center border-2 border-dashed rounded-lg transition-all text-center focus:outline-none focus:ring-1 focus:ring-ring focus:ring-offset-1",
|
|
5197
|
+
"relative flex flex-col items-center justify-center border-2 border-dashed rounded-lg transition-all text-center focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring focus-visible:ring-offset-1",
|
|
5198
5198
|
{
|
|
5199
5199
|
variants: {
|
|
5200
5200
|
state: {
|
|
5201
|
-
idle: "border-
|
|
5201
|
+
idle: "border-muted-foreground/25 bg-muted hover:bg-muted/80",
|
|
5202
5202
|
active: "border-primary bg-primary/5",
|
|
5203
5203
|
accept: "border-green-500 bg-green-50",
|
|
5204
5204
|
reject: "border-destructive bg-destructive/5",
|