@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/dist/index.js
CHANGED
|
@@ -10757,7 +10757,7 @@ function ImageUploadBase({
|
|
|
10757
10757
|
className
|
|
10758
10758
|
),
|
|
10759
10759
|
...props,
|
|
10760
|
-
children: /* @__PURE__ */ jsxs("div", { className: "flex flex-col relative rounded-md", children: [
|
|
10760
|
+
children: /* @__PURE__ */ jsxs("div", { className: "grow flex flex-col relative rounded-md", children: [
|
|
10761
10761
|
/* @__PURE__ */ jsx("input", { ...getInputProps() }),
|
|
10762
10762
|
/* @__PURE__ */ jsxs(
|
|
10763
10763
|
Avatar,
|
|
@@ -10774,7 +10774,7 @@ function ImageUploadBase({
|
|
|
10774
10774
|
"div",
|
|
10775
10775
|
{
|
|
10776
10776
|
"data-active": loading || isDragActive,
|
|
10777
|
-
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",
|
|
10777
|
+
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",
|
|
10778
10778
|
children: [
|
|
10779
10779
|
/* @__PURE__ */ jsxs(
|
|
10780
10780
|
Button,
|