@factorialco/f0-react 1.182.0 → 1.182.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 +2 -2
- package/package.json +1 -1
package/dist/experimental.js
CHANGED
|
@@ -22039,7 +22039,7 @@ const wA = ({
|
|
|
22039
22039
|
),
|
|
22040
22040
|
"aria-live": _ ? "polite" : void 0,
|
|
22041
22041
|
"aria-busy": _ ? "true" : void 0,
|
|
22042
|
-
children: /* @__PURE__ */ b("div", { className: "min-h-0 flex-1 overflow-auto", children: [
|
|
22042
|
+
children: /* @__PURE__ */ b("div", { className: "min-h-0 flex-1 overflow-auto pb-3", children: [
|
|
22043
22043
|
/* @__PURE__ */ f(Re, { children: d && /* @__PURE__ */ f(
|
|
22044
22044
|
U.div,
|
|
22045
22045
|
{
|
|
@@ -22118,7 +22118,7 @@ const wA = ({
|
|
|
22118
22118
|
"div",
|
|
22119
22119
|
{
|
|
22120
22120
|
ref: p,
|
|
22121
|
-
className: "
|
|
22121
|
+
className: "w-full",
|
|
22122
22122
|
"aria-hidden": "true"
|
|
22123
22123
|
}
|
|
22124
22124
|
)
|