@luizleon/sf.prefeiturasp.vuecomponents 5.0.37 → 5.0.39

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.
@@ -8036,9 +8036,6 @@ const lo = () => um(), dm = { class: "font-percentage" }, Ci = "--font-size-incr
8036
8036
  }
8037
8037
  },
8038
8038
  menu: {
8039
- root: {
8040
- background: "var(--surface-100-color)"
8041
- },
8042
8039
  item: {
8043
8040
  focusBackground: "var(--surface-400-color)",
8044
8041
  focusColor: "var(--text-color)"
@@ -8046,11 +8043,13 @@ const lo = () => um(), dm = { class: "font-percentage" }, Ci = "--font-size-incr
8046
8043
  colorScheme: {
8047
8044
  light: {
8048
8045
  root: {
8046
+ background: "var(--bg-color)",
8049
8047
  shadow: Nt("light")
8050
8048
  }
8051
8049
  },
8052
8050
  dark: {
8053
8051
  root: {
8052
+ background: "var(--surface-200-color)",
8054
8053
  shadow: Nt("dark")
8055
8054
  }
8056
8055
  }
@@ -8354,8 +8353,9 @@ class Em {
8354
8353
  500
8355
8354
  ));
8356
8355
  const r = document.createElement("div"), o = document.createElement("div"), i = document.createElement("div");
8357
- o.className = "content", i.className = "progress", o.appendChild(i), r.className = "sf-toast", r.style.zIndex = (Tt.GetMaxZindex() + 1).toString(), r.appendChild(o), this.current = r, document.body.appendChild(r), r.addEventListener("transitionend", (l) => {
8358
- l.propertyName === "opacity" && r.style.opacity === "0" && (document.body.removeChild(r), this.current && this.current === r && (this.current = null));
8356
+ o.className = "content", i.className = "progress", o.appendChild(i), r.className = "sf-toast", r.style.zIndex = Tt.GetMaxZindex().toString(), r.appendChild(o), this.current = r, document.body.appendChild(r), r.addEventListener("transitionend", (l) => {
8357
+ const u = l.propertyName === "opacity", d = l.target.classList.contains("visible");
8358
+ u && !d && (document.body.removeChild(r), this.current === r && (this.current = null));
8359
8359
  });
8360
8360
  const a = [];
8361
8361
  Array.isArray(e.message) ? a.push(...e.message) : a.push(e.message);