@spothero/ui 14.7.1 → 14.7.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.
@@ -34753,7 +34753,7 @@ var FormControl = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
34753
34753
  }, helperText), /*#__PURE__*/React__default['default'].createElement(FormErrorMessage, {
34754
34754
  color: "error",
34755
34755
  mt: 1,
34756
- fontSize: "xs"
34756
+ fontSize: "sm"
34757
34757
  }, errorMessage));
34758
34758
  });
34759
34759
  FormControl.propTypes = {
@@ -36959,7 +36959,8 @@ var popperStyles = function popperStyles(_ref) {
36959
36959
  return t.colors.gray['100'];
36960
36960
  },
36961
36961
  borderWidth: '1px',
36962
- borderStyle: 'solid'
36962
+ borderStyle: 'solid',
36963
+ zIndex: 'layer10'
36963
36964
  };
36964
36965
  };
36965
36966
 
@@ -37155,7 +37156,10 @@ var variants = {
37155
37156
  cursor: 'not-allowed'
37156
37157
  },
37157
37158
  _invalid: {
37158
- borderColor: 'error'
37159
+ borderColor: 'error',
37160
+ _focus: {
37161
+ borderColor: 'error'
37162
+ }
37159
37163
  }
37160
37164
  }
37161
37165
  }