@comercti/web-components-hmg 0.22.13 → 0.22.15
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
|
@@ -5963,7 +5963,7 @@ const Kl = { class: "p-4 flex-1" }, $l = /* @__PURE__ */ J({
|
|
|
5963
5963
|
accordion: () => g === 0 ? "rounded-t-md border-b border-t bg-white" : g === p - 1 ? "rounded-b-md border-t-0 bg-white" : "border-t-0 bg-white",
|
|
5964
5964
|
card: () => "rounded-md shadow-md bg-white hover:shadow-lg transition-shadow",
|
|
5965
5965
|
minimal: () => "border-0 bg-transparent dark:bg-transparent dark:hover:bg-ce_light_gray/5 hover:bg-ce_light_gray/20 rounded-md",
|
|
5966
|
-
compact: () => "rounded-md bg-white
|
|
5966
|
+
compact: () => "rounded-md bg-white text-sm"
|
|
5967
5967
|
};
|
|
5968
5968
|
return ((v = h[e.variant]) == null ? void 0 : v.call(h)) || "";
|
|
5969
5969
|
},
|
|
@@ -5979,7 +5979,7 @@ const Kl = { class: "p-4 flex-1" }, $l = /* @__PURE__ */ J({
|
|
|
5979
5979
|
};
|
|
5980
5980
|
}, Nd = { class: "flex gap-2 items-center p-4 text-left focus:outline-none justify-between" }, Od = ["onClick"], Gd = {
|
|
5981
5981
|
key: 0,
|
|
5982
|
-
class: "
|
|
5982
|
+
class: "py-1"
|
|
5983
5983
|
}, Rd = /* @__PURE__ */ J({
|
|
5984
5984
|
__name: "ce-collapse",
|
|
5985
5985
|
props: {
|
|
@@ -6001,7 +6001,7 @@ const Kl = { class: "p-4 flex-1" }, $l = /* @__PURE__ */ J({
|
|
|
6001
6001
|
(c(!0), m(Q, null, K(e.items, (v, f) => (c(), m("div", {
|
|
6002
6002
|
key: f,
|
|
6003
6003
|
class: k([
|
|
6004
|
-
"transition-all border dark:bg-ce_black bg-white
|
|
6004
|
+
"transition-all border dark:bg-ce_black bg-white",
|
|
6005
6005
|
o(s)(f),
|
|
6006
6006
|
o(u)()
|
|
6007
6007
|
])
|