@luizleon/sf.prefeiturasp.vuecomponents 5.0.37 → 5.0.38
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 +2 -3
- package/dist/sf.prefeiturasp.vuecomponents.js.map +1 -1
- package/dist/sf.prefeiturasp.vuecomponents.umd.cjs +1 -1
- package/dist/sf.prefeiturasp.vuecomponents.umd.cjs.map +1 -1
- package/dist/types/primevue/preset.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -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
|
}
|