@luizleon/sf.prefeiturasp.vuecomponents 6.0.26 → 6.0.29

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.
@@ -7939,35 +7939,25 @@ const Wp = (t) => {
7939
7939
  },
7940
7940
  colorScheme: {
7941
7941
  light: {
7942
- header: {
7943
- background: "var(--bg-color)",
7944
- color: "var(--text-color)"
7945
- },
7946
- headerCell: {
7947
- background: "var(--bg-color)"
7948
- },
7949
- footerCell: {
7950
- background: "var(--bg-color)"
7951
- },
7952
7942
  row: {
7953
7943
  background: "var(--bg-color)",
7954
- stripedBackground: "var(--surface-300-color)"
7944
+ stripedBackground: "var(--surface-50-color)"
7955
7945
  }
7956
7946
  },
7957
7947
  dark: {
7958
7948
  header: {
7959
- background: "var(--surface-300-color)",
7949
+ background: "var(--surface-500-color)",
7960
7950
  color: "var(--text-color)"
7961
7951
  },
7962
7952
  headerCell: {
7963
- background: "var(--surface-300-color)"
7953
+ background: "var(--surface-500-color)"
7964
7954
  },
7965
7955
  footerCell: {
7966
- background: "var(--surface-300-color)"
7956
+ background: "var(--surface-500-color)"
7967
7957
  },
7968
7958
  row: {
7969
- stripedBackground: "var(--bg-color)",
7970
- background: "var(--surface-300-color)"
7959
+ stripedBackground: "var(--surface-700-color)",
7960
+ background: "var(--surface-500-color)"
7971
7961
  }
7972
7962
  }
7973
7963
  }
@@ -7976,6 +7966,22 @@ const Wp = (t) => {
7976
7966
  today: {
7977
7967
  background: "var(--primary-hover-color) !important",
7978
7968
  color: "var(--primary-color) !important"
7969
+ },
7970
+ colorScheme: {
7971
+ light: {
7972
+ dropdown: {
7973
+ color: "inherit",
7974
+ hoverColor: "inherit !important",
7975
+ activeColor: "inherit !important"
7976
+ }
7977
+ },
7978
+ dark: {
7979
+ dropdown: {
7980
+ color: "inherit",
7981
+ hoverColor: "inherit !important",
7982
+ activeColor: "inherit !important"
7983
+ }
7984
+ }
7979
7985
  }
7980
7986
  },
7981
7987
  dialog: {