@luizleon/sf.prefeiturasp.vuecomponents 5.0.29 → 5.0.31
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/dist/sf.prefeiturasp.vuecomponents.js +3 -3
- package/dist/sf.prefeiturasp.vuecomponents.js.map +1 -1
- package/dist/sf.prefeiturasp.vuecomponents.umd.cjs +3 -3
- package/dist/sf.prefeiturasp.vuecomponents.umd.cjs.map +1 -1
- package/dist/types/components/help-button/HelpButton.vue.d.ts +2 -2
- package/package.json +1 -1
|
@@ -3868,7 +3868,7 @@ const ac = { class: "panel-menu-wrapper select-none" }, lc = ["data-active", "on
|
|
|
3868
3868
|
icon: e.icon ?? "help",
|
|
3869
3869
|
size: e.size ?? "sm",
|
|
3870
3870
|
filled: e.filled,
|
|
3871
|
-
color: e.color ?? "
|
|
3871
|
+
color: e.color ?? "text",
|
|
3872
3872
|
tooltip: e.tooltip ?? "Ajuda",
|
|
3873
3873
|
style: {
|
|
3874
3874
|
minWidth: "fit-content"
|
|
@@ -7521,7 +7521,7 @@ class $s {
|
|
|
7521
7521
|
}
|
|
7522
7522
|
const lm = () => new $s(), jm = () => new $s();
|
|
7523
7523
|
window.addEventListener("error", function(t) {
|
|
7524
|
-
return ar(t.error) || console.error(t.error), t.preventDefault(), !1;
|
|
7524
|
+
return ar(t.error) || console.error(t.error || t.message), t.preventDefault(), !1;
|
|
7525
7525
|
});
|
|
7526
7526
|
window.addEventListener("unhandledrejection", function(t) {
|
|
7527
7527
|
return ar(t.reason) || console.error("Unhandled Rejection", t.reason), t.preventDefault(), !1;
|
|
@@ -8006,7 +8006,7 @@ const lr = () => cm(), um = { class: "font-percentage" }, ki = "--font-size-incr
|
|
|
8006
8006
|
disabledColor: "{disabled.color}"
|
|
8007
8007
|
},
|
|
8008
8008
|
option: {
|
|
8009
|
-
focusBackground: "{
|
|
8009
|
+
focusBackground: "{surface.200.color}",
|
|
8010
8010
|
focusColor: "{primary.color}",
|
|
8011
8011
|
selectedFocusColor: "{bg.color}",
|
|
8012
8012
|
selectedFocusBackground: "{primary.color}"
|