@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.esm.js CHANGED
@@ -47434,15 +47434,11 @@ var controlStyles = {
47434
47434
  opacity: 0
47435
47435
  },
47436
47436
  _invalid: {
47437
- '&:focus': {
47438
- borderColor: 'primary.default'
47439
- },
47440
47437
  '&:focus + label': {
47441
47438
  color: 'gray.600'
47442
47439
  },
47443
47440
  '& + label': {
47444
- color: 'error',
47445
- transform: 'translateY(-16px)'
47441
+ color: 'error'
47446
47442
  },
47447
47443
  '& + label .chakra-form__required-indicator': {
47448
47444
  //Styling for asterisk always to be red if invalid