@comercti/web-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.cjs.js +1 -1
- package/comerc-style-guide.es.js +2 -2
- package/comerc-style-guide.umd.js +1 -1
- package/index.d.ts +13 -13
- package/package.json +1 -1
package/comerc-style-guide.es.js
CHANGED
|
@@ -1509,9 +1509,9 @@ const vo = ["id", "checked", "disabled"], yo = { class: "px-4 font-semibold text
|
|
|
1509
1509
|
}, [
|
|
1510
1510
|
n("button", {
|
|
1511
1511
|
class: w(["inline-flex items-center justify-between gap-2 rounded-lg py-2 px-4 bg-white w-auto", {
|
|
1512
|
-
"ring-2 ring-[#89BB76]/50 ring-offset-2 border-ce_light_green
|
|
1512
|
+
"ring-2 ring-[#89BB76]/50 ring-offset-2 border-ce_light_green ": r(i) && h.variant === "outlined",
|
|
1513
1513
|
"text-ce_dark_gray": h.variant === "text",
|
|
1514
|
-
"border-2 border-solid ": h.variant === "outlined"
|
|
1514
|
+
"border-2 border-solid mt-1": h.variant === "outlined"
|
|
1515
1515
|
}]),
|
|
1516
1516
|
type: "button",
|
|
1517
1517
|
onClick: x[0] || (x[0] = //@ts-ignore
|