@sudobility/components 5.0.40 → 5.0.42
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/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -17255,7 +17255,7 @@ const $0 = ({
|
|
|
17255
17255
|
} : { width: "100%", maxWidth: "100%" }, W = x ? `${S ? "opacity-0 transform translate-y-2" : "opacity-100 transform translate-y-0"}` : "", V = x ? {
|
|
17256
17256
|
transition: `opacity ${N}ms ease-in-out, transform ${N}ms ease-in-out`
|
|
17257
17257
|
} : {};
|
|
17258
|
-
return /* @__PURE__ */ h("div", { className: "flex-1 min-h-0 flex flex-col", children: [
|
|
17258
|
+
return /* @__PURE__ */ h("div", { className: "w-full flex-1 min-h-0 flex flex-col", children: [
|
|
17259
17259
|
/* @__PURE__ */ a(
|
|
17260
17260
|
"div",
|
|
17261
17261
|
{
|