@firecms/ui 3.0.0-canary.170 → 3.0.0-canary.171

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.es.js CHANGED
@@ -28159,7 +28159,7 @@ function DialogContent(t0) {
28159
28159
  }
28160
28160
  let t2;
28161
28161
  if ($[2] !== className || $[3] !== includeMargin) {
28162
- t2 = cls("h-full flex-grow", {
28162
+ t2 = cls("flex-grow", {
28163
28163
  "my-6 mx-6": includeMargin
28164
28164
  }, className);
28165
28165
  $[2] = className;
@@ -28563,7 +28563,7 @@ function FileUpload(t0) {
28563
28563
  }
28564
28564
  let t12;
28565
28565
  if ($[23] !== uploadDescription) {
28566
- t12 = /* @__PURE__ */ jsx("div", { className: "flex-grow h-28 box-border flex flex-col items-center justify-center text-center", children: /* @__PURE__ */ jsx(Typography, { align: "center", variant: "label", children: uploadDescription }) });
28566
+ t12 = /* @__PURE__ */ jsx("div", { className: "flex-grow h-28 box-border flex flex-col items-center justify-center text-center", children: /* @__PURE__ */ jsx(Typography, { align: "center", variant: "label", className: "flex flex-row gap-2 justify-center", children: uploadDescription }) });
28567
28567
  $[23] = uploadDescription;
28568
28568
  $[24] = t12;
28569
28569
  } else {