@comercti/react-components-hmg 0.6.2 → 0.6.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
|
@@ -2198,9 +2198,9 @@ const _n = /* @__PURE__ */ Bt(En, [["render", Tn]]), Hn = ["id", "checked", "dis
|
|
|
2198
2198
|
}, [
|
|
2199
2199
|
a("button", {
|
|
2200
2200
|
class: b(["inline-flex items-center justify-between gap-2 rounded-lg py-2 px-4 bg-white w-auto", {
|
|
2201
|
-
"ring-2 ring-[#89BB76]/50 ring-offset-2 border-ce_light_green
|
|
2201
|
+
"ring-2 ring-[#89BB76]/50 ring-offset-2 border-ce_light_green ": n(i) && h.variant === "outlined",
|
|
2202
2202
|
"text-ce_dark_gray": h.variant === "text",
|
|
2203
|
-
"border-2 border-solid ": h.variant === "outlined"
|
|
2203
|
+
"border-2 border-solid mt-1": h.variant === "outlined"
|
|
2204
2204
|
}]),
|
|
2205
2205
|
type: "button",
|
|
2206
2206
|
onClick: y[0] || (y[0] = //@ts-ignore
|