@metaboliccode-dev/widget 0.2.60 → 0.2.61
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.css +1 -1
- package/dist/index.js +15 -9
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3976,7 +3976,7 @@ function tA({
|
|
|
3976
3976
|
if (R)
|
|
3977
3977
|
return rE();
|
|
3978
3978
|
}, [R]), !p || typeof document > "u" || !R ? null : s3(
|
|
3979
|
-
/* @__PURE__ */
|
|
3979
|
+
/* @__PURE__ */ I("div", { className: "mb-root", style: S, children: /* @__PURE__ */ a("div", { className: "fixed inset-0 z-[9999] overflow-hidden", role: "presentation", children: [
|
|
3980
3980
|
/* @__PURE__ */ I(
|
|
3981
3981
|
"button",
|
|
3982
3982
|
{
|
|
@@ -3996,10 +3996,12 @@ function tA({
|
|
|
3996
3996
|
role: "dialog",
|
|
3997
3997
|
"aria-modal": "true",
|
|
3998
3998
|
"aria-labelledby": Z,
|
|
3999
|
-
className: "absolute right-0 top-0 z-10 flex h-full w-full max-w-[min(100vw,72rem)] shrink-0 flex-col overflow-hidden rounded-l-2xl border border-solid border-[color:var(--mb-color-card-border)] shadow-xl transition-
|
|
3999
|
+
className: "absolute right-0 top-0 z-10 flex h-full w-full max-w-[min(100vw,72rem)] shrink-0 flex-col overflow-hidden rounded-l-2xl border border-solid border-[color:var(--mb-color-card-border)] shadow-xl transition-[clip-path] duration-300 ease-out",
|
|
4000
4000
|
style: {
|
|
4001
|
-
|
|
4002
|
-
|
|
4001
|
+
backgroundColor: "#FFFFFF",
|
|
4002
|
+
clipPath: l ? "inset(0 0 0 0)" : "inset(0 0 0 100%)",
|
|
4003
|
+
willChange: "clip-path",
|
|
4004
|
+
backfaceVisibility: "hidden"
|
|
4003
4005
|
},
|
|
4004
4006
|
children: [
|
|
4005
4007
|
/* @__PURE__ */ a(
|
|
@@ -4114,7 +4116,7 @@ function tA({
|
|
|
4114
4116
|
]
|
|
4115
4117
|
}
|
|
4116
4118
|
)
|
|
4117
|
-
] }),
|
|
4119
|
+
] }) }),
|
|
4118
4120
|
document.body
|
|
4119
4121
|
);
|
|
4120
4122
|
}
|
|
@@ -6553,7 +6555,7 @@ function Oa({
|
|
|
6553
6555
|
if (v)
|
|
6554
6556
|
return rE();
|
|
6555
6557
|
}, [v]), !n || typeof document > "u" || !v ? null : s3(
|
|
6556
|
-
/* @__PURE__ */
|
|
6558
|
+
/* @__PURE__ */ I("div", { className: "mb-root", style: W, children: /* @__PURE__ */ a("div", { className: "fixed inset-0 z-[9999] overflow-hidden", role: "presentation", children: [
|
|
6557
6559
|
/* @__PURE__ */ I(
|
|
6558
6560
|
"button",
|
|
6559
6561
|
{
|
|
@@ -6573,8 +6575,12 @@ function Oa({
|
|
|
6573
6575
|
role: "dialog",
|
|
6574
6576
|
"aria-modal": "true",
|
|
6575
6577
|
"aria-labelledby": z,
|
|
6576
|
-
className: "absolute right-0 top-0 z-10 flex h-full w-full max-w-[min(100vw,72rem)] shrink-0 flex-col overflow-hidden rounded-l-2xl border border-solid border-[color:var(--mb-color-card-border)] bg-white shadow-xl transition-
|
|
6577
|
-
style: {
|
|
6578
|
+
className: "absolute right-0 top-0 z-10 flex h-full w-full max-w-[min(100vw,72rem)] shrink-0 flex-col overflow-hidden rounded-l-2xl border border-solid border-[color:var(--mb-color-card-border)] bg-white shadow-xl transition-[clip-path] duration-300 ease-out",
|
|
6579
|
+
style: {
|
|
6580
|
+
clipPath: t ? "inset(0 0 0 0)" : "inset(0 0 0 100%)",
|
|
6581
|
+
willChange: "clip-path",
|
|
6582
|
+
backfaceVisibility: "hidden"
|
|
6583
|
+
},
|
|
6578
6584
|
children: [
|
|
6579
6585
|
/* @__PURE__ */ a("div", { className: "flex shrink-0 items-start justify-between gap-6 px-4 pt-4 sm:px-6 sm:pt-6", children: [
|
|
6580
6586
|
/* @__PURE__ */ I(
|
|
@@ -6620,7 +6626,7 @@ function Oa({
|
|
|
6620
6626
|
]
|
|
6621
6627
|
}
|
|
6622
6628
|
)
|
|
6623
|
-
] }),
|
|
6629
|
+
] }) }),
|
|
6624
6630
|
document.body
|
|
6625
6631
|
);
|
|
6626
6632
|
}
|