@sudobility/components 5.0.35 → 5.0.36
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 +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -17275,7 +17275,7 @@ const $0 = ({
|
|
|
17275
17275
|
)
|
|
17276
17276
|
}
|
|
17277
17277
|
),
|
|
17278
|
-
/* @__PURE__ */ h("div", { className: `${w} py-8`, children: [
|
|
17278
|
+
/* @__PURE__ */ h("div", { className: `${w} py-8 md:py-0 md:flex-1 md:min-h-0`, children: [
|
|
17279
17279
|
/* @__PURE__ */ h(
|
|
17280
17280
|
"div",
|
|
17281
17281
|
{
|
|
@@ -17316,7 +17316,7 @@ const $0 = ({
|
|
|
17316
17316
|
/* @__PURE__ */ h(
|
|
17317
17317
|
"div",
|
|
17318
17318
|
{
|
|
17319
|
-
className: `hidden md:flex
|
|
17319
|
+
className: `hidden md:flex h-full ${k}`,
|
|
17320
17320
|
style: { width: "100%" },
|
|
17321
17321
|
children: [
|
|
17322
17322
|
/* @__PURE__ */ a(
|