@comercti/react-components-hmg 0.0.34 → 0.0.35
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
|
@@ -876,7 +876,8 @@ const mo = {
|
|
|
876
876
|
key: 0,
|
|
877
877
|
name: n(eo),
|
|
878
878
|
size: "15",
|
|
879
|
-
color: "#fff"
|
|
879
|
+
color: "#fff",
|
|
880
|
+
fill: "#fff"
|
|
880
881
|
}, null, 8, ["name"])) : (i(), d("div", {
|
|
881
882
|
key: 1,
|
|
882
883
|
class: b(["h-[0.5rem] w-[0.5rem] rounded-full", m.status == "pending" ? "bg-ce_light_gray" : "bg-white"])
|
|
@@ -3077,6 +3078,7 @@ const Os = ["for", "innerHTML"], Ns = { class: "relative" }, Qs = ["id", "value"
|
|
|
3077
3078
|
}, [
|
|
3078
3079
|
s("button", {
|
|
3079
3080
|
onClick: r,
|
|
3081
|
+
type: "button",
|
|
3080
3082
|
disabled: c.disabled || c.invalid,
|
|
3081
3083
|
class: b([
|
|
3082
3084
|
"relative w-12 h-6 rounded-full transition-colors shadow ",
|