@comercti/react-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
|
@@ -8239,7 +8239,7 @@ const su = /* @__PURE__ */ X({
|
|
|
8239
8239
|
accordion: () => f === 0 ? "rounded-t-md border-b border-t bg-white" : f === g - 1 ? "rounded-b-md border-t-0 bg-white" : "border-t-0 bg-white",
|
|
8240
8240
|
card: () => "rounded-md shadow-md bg-white hover:shadow-lg transition-shadow",
|
|
8241
8241
|
minimal: () => "border-0 bg-transparent dark:bg-transparent dark:hover:bg-ce_light_gray/5 hover:bg-ce_light_gray/20 rounded-md",
|
|
8242
|
-
compact: () => "rounded-md bg-white
|
|
8242
|
+
compact: () => "rounded-md bg-white text-sm"
|
|
8243
8243
|
};
|
|
8244
8244
|
return ((b = h[e.variant]) == null ? void 0 : b.call(h)) || "";
|
|
8245
8245
|
},
|
|
@@ -8255,7 +8255,7 @@ const su = /* @__PURE__ */ X({
|
|
|
8255
8255
|
};
|
|
8256
8256
|
}, Qu = { class: "flex gap-2 items-center p-4 text-left focus:outline-none justify-between" }, Yu = ["onClick"], Gu = {
|
|
8257
8257
|
key: 0,
|
|
8258
|
-
class: "
|
|
8258
|
+
class: "py-1"
|
|
8259
8259
|
}, Ju = /* @__PURE__ */ X({
|
|
8260
8260
|
__name: "ce-collapse",
|
|
8261
8261
|
props: {
|
|
@@ -8277,7 +8277,7 @@ const su = /* @__PURE__ */ X({
|
|
|
8277
8277
|
(u(!0), m(W, null, G(e.items, (b, v) => (u(), m("div", {
|
|
8278
8278
|
key: v,
|
|
8279
8279
|
class: w([
|
|
8280
|
-
"transition-all border dark:bg-ce_black bg-white
|
|
8280
|
+
"transition-all border dark:bg-ce_black bg-white",
|
|
8281
8281
|
r(s)(v),
|
|
8282
8282
|
r(c)()
|
|
8283
8283
|
])
|