@factorialco/f0-react 1.199.0 → 1.199.1
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/experimental.js +5 -1
- package/package.json +1 -1
package/dist/experimental.js
CHANGED
|
@@ -22760,10 +22760,14 @@ const v9 = (t, e, n) => {
|
|
|
22760
22760
|
"div",
|
|
22761
22761
|
{
|
|
22762
22762
|
className: L(
|
|
22763
|
-
"flex
|
|
22763
|
+
"flex flex-col gap-4",
|
|
22764
22764
|
oe === "standard" && "-mx-6",
|
|
22765
22765
|
s && "h-full"
|
|
22766
22766
|
),
|
|
22767
|
+
style: {
|
|
22768
|
+
width: "calc(100% - 48px)"
|
|
22769
|
+
// To counteract the -mx-6 from the layout
|
|
22770
|
+
},
|
|
22767
22771
|
children: [
|
|
22768
22772
|
(ye !== void 0 && x(ye) || u) && /* @__PURE__ */ b("div", { className: "border-f1-border-primary flex gap-4 px-4", children: [
|
|
22769
22773
|
/* @__PURE__ */ b("div", { className: "flex flex-1 flex-shrink gap-4 text-lg font-semibold", children: [
|