@luizleon/sf.prefeiturasp.vuecomponents 5.0.25 → 5.0.26

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.
@@ -7846,8 +7846,16 @@ const ar = () => cm(), um = { class: "font-percentage" }, Si = "--font-size-incr
7846
7846
  },
7847
7847
  button: {
7848
7848
  root: {
7849
- paddingX: "1rem",
7849
+ paddingX: "0.75rem",
7850
7850
  paddingY: "0.5rem",
7851
+ sm: {
7852
+ paddingX: "0.625rem",
7853
+ paddingY: "0.375rem"
7854
+ },
7855
+ lg: {
7856
+ paddingX: "0.875rem",
7857
+ paddingY: "0.575rem"
7858
+ },
7851
7859
  primary: {
7852
7860
  hoverBackground: "{primary.color} !important",
7853
7861
  hoverBorderColor: "{primary.color} !important"
@@ -7902,6 +7910,20 @@ const ar = () => cm(), um = { class: "font-percentage" }, Si = "--font-size-incr
7902
7910
  }
7903
7911
  }
7904
7912
  },
7913
+ confirmpopup: {
7914
+ root: {
7915
+ borderColor: "{border.color}",
7916
+ background: "{surface.100.color}",
7917
+ shadow: "none"
7918
+ },
7919
+ colorScheme: {
7920
+ dark: {
7921
+ root: {
7922
+ background: "{surface.300.color}"
7923
+ }
7924
+ }
7925
+ }
7926
+ },
7905
7927
  datatable: {
7906
7928
  root: {
7907
7929
  borderColor: "{border.color} !important"