@returnless/focus-ui 0.0.64 → 0.0.66
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/focus-ui.js
CHANGED
|
@@ -14929,6 +14929,7 @@ const WA = /* @__PURE__ */ De(jA, [["render", VA]]), HA = ["alt", "crossorigin",
|
|
|
14929
14929
|
]));
|
|
14930
14930
|
}
|
|
14931
14931
|
}), KA = { class: "block" }, p6 = /* @__PURE__ */ j({
|
|
14932
|
+
inheritAttrs: !1,
|
|
14932
14933
|
__name: "ActionListItem",
|
|
14933
14934
|
props: {
|
|
14934
14935
|
active: { type: Boolean, default: !1 },
|
|
@@ -32314,12 +32315,20 @@ const UM = /* @__PURE__ */ De(ER, [["render", TR]]), CR = { class: "mb-4 overflo
|
|
|
32314
32315
|
}
|
|
32315
32316
|
}), kR = { class: "absolute right-4 top-4" }, GM = /* @__PURE__ */ j({
|
|
32316
32317
|
__name: "DrawerContent",
|
|
32318
|
+
props: {
|
|
32319
|
+
size: { default: "md" }
|
|
32320
|
+
},
|
|
32317
32321
|
setup(e) {
|
|
32318
32322
|
const t = Ue("cancelDialog"), r = le(null);
|
|
32319
|
-
|
|
32323
|
+
Js(r, () => t());
|
|
32324
|
+
const n = e;
|
|
32325
|
+
return (o, a) => (T(), N("div", {
|
|
32320
32326
|
ref_key: "target",
|
|
32321
32327
|
ref: r,
|
|
32322
|
-
class: "drawer absolute right-0 h-screen w-screen
|
|
32328
|
+
class: Oe(["drawer absolute right-0 h-screen w-screen bg-white p-6 shadow-2xl dark:border dark:border-zinc-700 dark:bg-zinc-950", {
|
|
32329
|
+
"max-w-md": n.size === "md",
|
|
32330
|
+
"max-w-2xl": n.size === "lg"
|
|
32331
|
+
}])
|
|
32323
32332
|
}, [
|
|
32324
32333
|
J("div", kR, [
|
|
32325
32334
|
ae(w(Pr), {
|
|
@@ -32334,8 +32343,8 @@ const UM = /* @__PURE__ */ De(ER, [["render", TR]]), CR = { class: "mb-4 overflo
|
|
|
32334
32343
|
_: 1
|
|
32335
32344
|
}, 8, ["onClick"])
|
|
32336
32345
|
]),
|
|
32337
|
-
V(
|
|
32338
|
-
],
|
|
32346
|
+
V(o.$slots, "default")
|
|
32347
|
+
], 2));
|
|
32339
32348
|
}
|
|
32340
32349
|
}), KM = /* @__PURE__ */ j({
|
|
32341
32350
|
__name: "DrawerDescription",
|
|
@@ -33211,7 +33220,7 @@ const IB = /* @__PURE__ */ De(Cq, [["render", Iq]]), Pq = { class: "pb-8" }, Dq
|
|
|
33211
33220
|
{ "max-w-3xl": e.size === "compact" }
|
|
33212
33221
|
]), a = te(() => r.value ? "col-span-3" : "col-span-4");
|
|
33213
33222
|
return (i, l) => (T(), N("div", {
|
|
33214
|
-
class: Oe(["mx-auto p-8", o.value])
|
|
33223
|
+
class: Oe(["mx-auto w-full p-8", o.value])
|
|
33215
33224
|
}, [
|
|
33216
33225
|
J("div", qq, [
|
|
33217
33226
|
r.value ? (T(), N("div", Mq, [
|