@cntyclub/ui-react 0.10.6 → 0.10.7
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,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cntyclub/ui-react",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.7",
|
|
4
4
|
"description": "React component library for the Country Club UI Kit — Base UI primitives styled with the Country Club design system (Tailwind CSS v4)",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": [
|
|
@@ -58,7 +58,7 @@ export function ImageUploadBase({
|
|
|
58
58
|
)}
|
|
59
59
|
{...props}
|
|
60
60
|
>
|
|
61
|
-
<div className="flex flex-col relative rounded-md">
|
|
61
|
+
<div className="grow flex flex-col relative rounded-md">
|
|
62
62
|
<input {...getInputProps()} />
|
|
63
63
|
<Avatar
|
|
64
64
|
key={imageUrl ?? "none"}
|
|
@@ -71,7 +71,7 @@ export function ImageUploadBase({
|
|
|
71
71
|
</Avatar>
|
|
72
72
|
<div
|
|
73
73
|
data-active={loading || isDragActive}
|
|
74
|
-
className="flex justify-center items-center [--opacity:0] p-8 data-[active=true]:[--opacity:1] peer-has-data-[slot=avatar-fallback]/avatar:[--opacity:1] group-hover/image-upload-root:[--opacity:1] relative z-10 rounded-[inherit] bg-background/[calc(55%*var(--opacity))] backdrop-blur-[calc(var(--blur-xs)*var(--opacity))] gap-3 transition"
|
|
74
|
+
className="grow flex justify-center items-center [--opacity:0] p-8 data-[active=true]:[--opacity:1] peer-has-data-[slot=avatar-fallback]/avatar:[--opacity:1] group-hover/image-upload-root:[--opacity:1] relative z-10 rounded-[inherit] bg-background/[calc(55%*var(--opacity))] backdrop-blur-[calc(var(--blur-xs)*var(--opacity))] gap-3 transition"
|
|
75
75
|
>
|
|
76
76
|
<Button
|
|
77
77
|
size="sm"
|