@luizleon/sf.prefeiturasp.vuecomponents 5.0.27 → 5.0.28

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.
@@ -7974,13 +7974,13 @@ const ar = () => cm(), um = { class: "font-percentage" }, Si = "--font-size-incr
7974
7974
  },
7975
7975
  inputtext: {
7976
7976
  root: {
7977
- background: "{bg.color}",
7977
+ background: "{surface.100.color}",
7978
7978
  color: "{text.color}",
7979
7979
  borderColor: "{border.color} !important",
7980
7980
  borderRadius: "{border.radius} !important",
7981
7981
  shadow: "none !important",
7982
7982
  hoverBorderColor: "{primary.color} !important",
7983
- placeholderColor: "{muted.color}"
7983
+ placeholderColor: "{text.muted.color}"
7984
7984
  }
7985
7985
  },
7986
7986
  popover: {
@@ -8024,6 +8024,13 @@ const ar = () => cm(), um = { class: "font-percentage" }, Si = "--font-size-incr
8024
8024
  background: "{surface.700.color} !important",
8025
8025
  animationBackground: "{surface.100.color} !important"
8026
8026
  }
8027
+ },
8028
+ textarea: {
8029
+ root: {
8030
+ background: "{surface.100.color}",
8031
+ hoverBorderColor: "{primary.color}",
8032
+ placeholderColor: "{text.muted.color}"
8033
+ }
8027
8034
  }
8028
8035
  }
8029
8036
  };