@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.
@@ -34741,7 +34741,7 @@ var FormControl = /*#__PURE__*/forwardRef$1(function (_ref, ref) {
34741
34741
  }, helperText), /*#__PURE__*/React.createElement(FormErrorMessage, {
34742
34742
  color: "error",
34743
34743
  mt: 1,
34744
- fontSize: "xs"
34744
+ fontSize: "sm"
34745
34745
  }, errorMessage));
34746
34746
  });
34747
34747
  FormControl.propTypes = {
@@ -36947,7 +36947,8 @@ var popperStyles = function popperStyles(_ref) {
36947
36947
  return t.colors.gray['100'];
36948
36948
  },
36949
36949
  borderWidth: '1px',
36950
- borderStyle: 'solid'
36950
+ borderStyle: 'solid',
36951
+ zIndex: 'layer10'
36951
36952
  };
36952
36953
  };
36953
36954
 
@@ -37143,7 +37144,10 @@ var variants = {
37143
37144
  cursor: 'not-allowed'
37144
37145
  },
37145
37146
  _invalid: {
37146
- borderColor: 'error'
37147
+ borderColor: 'error',
37148
+ _focus: {
37149
+ borderColor: 'error'
37150
+ }
37147
37151
  }
37148
37152
  }
37149
37153
  }