@comercti/web-components-hmg 0.32.1 → 0.32.3
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/comerc-style-guide.es.js
CHANGED
|
@@ -6173,10 +6173,7 @@ const bd = { class: "p-4 flex-1" }, hd = /* @__PURE__ */ q({
|
|
|
6173
6173
|
},
|
|
6174
6174
|
containerClasses: i
|
|
6175
6175
|
};
|
|
6176
|
-
}, rc = { class: "flex gap-2 items-center p-4 text-left focus:outline-none justify-between" }, ac = ["onClick", "disabled"], oc = {
|
|
6177
|
-
key: 0,
|
|
6178
|
-
class: "py-1"
|
|
6179
|
-
}, nc = /* @__PURE__ */ q({
|
|
6176
|
+
}, rc = { class: "flex gap-2 items-center p-4 text-left focus:outline-none justify-between" }, ac = ["onClick", "disabled"], oc = { key: 0 }, nc = /* @__PURE__ */ q({
|
|
6180
6177
|
__name: "ce-collapse",
|
|
6181
6178
|
props: {
|
|
6182
6179
|
items: { default: () => [] },
|
|
@@ -6305,7 +6302,8 @@ const pc = { class: "flex justify-center items-center sm:absolute sm:top-2 sm:ri
|
|
|
6305
6302
|
isOpen: { type: Boolean, default: !1 },
|
|
6306
6303
|
background: { default: "1" },
|
|
6307
6304
|
closeOutside: { type: Boolean, default: !0 },
|
|
6308
|
-
showCloseButton: { type: Boolean, default: !1 }
|
|
6305
|
+
showCloseButton: { type: Boolean, default: !1 },
|
|
6306
|
+
width: { default: "w-auto" }
|
|
6309
6307
|
},
|
|
6310
6308
|
emits: ["close"],
|
|
6311
6309
|
setup(e, { emit: t }) {
|
|
@@ -6316,7 +6314,7 @@ const pc = { class: "flex justify-center items-center sm:absolute sm:top-2 sm:ri
|
|
|
6316
6314
|
onClick: n[2] || (n[2] = (i) => e.closeOutside ? r("close", !1) : null)
|
|
6317
6315
|
}, [
|
|
6318
6316
|
l("div", {
|
|
6319
|
-
class: "h-auto min-w-32 flex flex-col items-center bg-white dark:bg-ce_black rounded-lg shadow-lg p-5 relative my-auto",
|
|
6317
|
+
class: x(["h-auto min-w-32 flex flex-col items-center bg-white dark:bg-ce_black rounded-lg shadow-lg p-5 relative my-auto", e.width]),
|
|
6320
6318
|
onClick: n[1] || (n[1] = He(() => {
|
|
6321
6319
|
}, ["stop"]))
|
|
6322
6320
|
}, [
|
|
@@ -6333,7 +6331,7 @@ const pc = { class: "flex justify-center items-center sm:absolute sm:top-2 sm:ri
|
|
|
6333
6331
|
}, null, 8, ["name"])
|
|
6334
6332
|
])) : A("", !0),
|
|
6335
6333
|
U(a.$slots, "default")
|
|
6336
|
-
])
|
|
6334
|
+
], 2)
|
|
6337
6335
|
], 2)) : A("", !0);
|
|
6338
6336
|
}
|
|
6339
6337
|
}), pt = F([]), It = F(!1);
|