@spothero/ui 14.7.0 → 14.7.2
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/CHANGELOG.md +12 -0
- package/CHANGELOG.tmp +5 -4
- package/package.json +1 -1
- package/styles/v2/components/Button/Button.jsx +0 -1
- package/styles/v2/components/Button/Button.styles.js +2 -0
- package/styles/v2/components/FormControl/FormControl.jsx +1 -1
- package/styles/v2/components/Input/styles/index.js +3 -0
- package/v2/index-bundled.cjs.js +1 -1
- package/v2/index-bundled.cjs.js.map +1 -1
- package/v2/index-bundled.esm.js +1 -1
- package/v2/index-bundled.esm.js.map +1 -1
- package/v2/index-unbundled.cjs.js +8 -6
- package/v2/index-unbundled.cjs.js.map +1 -1
- package/v2/index-unbundled.esm.js +8 -6
- package/v2/index-unbundled.esm.js.map +1 -1
|
@@ -34466,6 +34466,7 @@ var variants$7 = {
|
|
|
34466
34466
|
borderRadius: 'unset',
|
|
34467
34467
|
color: 'primary.default',
|
|
34468
34468
|
textDecoration: 'underline',
|
|
34469
|
+
textUnderlineOffset: '1px',
|
|
34469
34470
|
h: 'unset',
|
|
34470
34471
|
m: 'unset',
|
|
34471
34472
|
minW: 'unset',
|
|
@@ -34488,6 +34489,7 @@ var variants$7 = {
|
|
|
34488
34489
|
borderWidth: 'none',
|
|
34489
34490
|
color: 'white',
|
|
34490
34491
|
textDecoration: 'underline',
|
|
34492
|
+
textUnderlineOffset: '1px',
|
|
34491
34493
|
h: 'unset',
|
|
34492
34494
|
m: 'unset',
|
|
34493
34495
|
minW: 'unset',
|
|
@@ -34669,10 +34671,7 @@ var Button = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
|
34669
34671
|
props = _objectWithoutProperties(_ref, _excluded$c);
|
|
34670
34672
|
|
|
34671
34673
|
return /*#__PURE__*/React__default['default'].createElement(Button$1, _extends({
|
|
34672
|
-
iconSpacing: 2
|
|
34673
|
-
sx: {
|
|
34674
|
-
'text-underline-offset': '1px'
|
|
34675
|
-
}
|
|
34674
|
+
iconSpacing: 2
|
|
34676
34675
|
}, props, (asAnchor || props.as === 'a') && anchorProps(isExternal), {
|
|
34677
34676
|
ref: ref
|
|
34678
34677
|
}));
|
|
@@ -34754,7 +34753,7 @@ var FormControl = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
|
34754
34753
|
}, helperText), /*#__PURE__*/React__default['default'].createElement(FormErrorMessage, {
|
|
34755
34754
|
color: "error",
|
|
34756
34755
|
mt: 1,
|
|
34757
|
-
fontSize: "
|
|
34756
|
+
fontSize: "sm"
|
|
34758
34757
|
}, errorMessage));
|
|
34759
34758
|
});
|
|
34760
34759
|
FormControl.propTypes = {
|
|
@@ -37156,7 +37155,10 @@ var variants = {
|
|
|
37156
37155
|
cursor: 'not-allowed'
|
|
37157
37156
|
},
|
|
37158
37157
|
_invalid: {
|
|
37159
|
-
borderColor: 'error'
|
|
37158
|
+
borderColor: 'error',
|
|
37159
|
+
_focus: {
|
|
37160
|
+
borderColor: 'error'
|
|
37161
|
+
}
|
|
37160
37162
|
}
|
|
37161
37163
|
}
|
|
37162
37164
|
}
|