@spothero/ui 22.5.2 → 22.5.3

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/index.cjs.js CHANGED
@@ -47459,15 +47459,11 @@ var controlStyles = {
47459
47459
  opacity: 0
47460
47460
  },
47461
47461
  _invalid: {
47462
- '&:focus': {
47463
- borderColor: 'primary.default'
47464
- },
47465
47462
  '&:focus + label': {
47466
47463
  color: 'gray.600'
47467
47464
  },
47468
47465
  '& + label': {
47469
- color: 'error',
47470
- transform: 'translateY(-16px)'
47466
+ color: 'error'
47471
47467
  },
47472
47468
  '& + label .chakra-form__required-indicator': {
47473
47469
  //Styling for asterisk always to be red if invalid