@natoora-libs/core 0.2.81-po-confirmation → 0.2.82

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.
@@ -5701,15 +5701,15 @@ var useStyles34 = makeStyles34()((theme) => ({
5701
5701
  * https://www.w3schools.com/howto/howto_css_hide_arrow_number.asp
5702
5702
  */
5703
5703
  "& input::-webkit-inner-spin-button": {
5704
- "-webkit-appearance": "none",
5704
+ WebkitAppearance: "none",
5705
5705
  margin: 0
5706
5706
  },
5707
5707
  "& input::-webkit-outer-spin-button": {
5708
- "-webkit-appearance": "none",
5708
+ WebkitAppearance: "none",
5709
5709
  margin: 0
5710
5710
  },
5711
5711
  "& input[type=number]": {
5712
- "-moz-appearance": "textfield"
5712
+ MozAppearance: "textfield"
5713
5713
  }
5714
5714
  },
5715
5715
  formControlLabel: {