@thecb/components 10.4.0-beta.14 → 10.4.0-beta.15
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
|
@@ -6509,7 +6509,7 @@ var BoxWrapper = styled__default(function (_ref) {
|
|
|
6509
6509
|
});
|
|
6510
6510
|
/* eslint-enable no-unused-vars */
|
|
6511
6511
|
|
|
6512
|
-
var _excluded$3 = ["autocompleteValue", "padding", "borderSize", "borderColor", "borderRadius", "boxShadow", "background", "color", "minHeight", "width", "minWidth", "maxWidth", "borderWidthOverride", "border", "textAlign", "hoverStyles", "activeStyles", "disabledStyles", "variant", "as", "onClick", "onKeyDown", "onMouseEnter", "onMouseLeave", "onFocus", "onBlur", "onTouchEnd", "theme", "hiddenStyles", "extraStyles", "srOnly", "dataQa", "
|
|
6512
|
+
var _excluded$3 = ["autocompleteValue", "padding", "borderSize", "borderColor", "borderRadius", "boxShadow", "background", "color", "minHeight", "width", "minWidth", "maxWidth", "borderWidthOverride", "border", "textAlign", "hoverStyles", "activeStyles", "disabledStyles", "variant", "as", "onClick", "onKeyDown", "onMouseEnter", "onMouseLeave", "onFocus", "onBlur", "onTouchEnd", "theme", "hiddenStyles", "extraStyles", "srOnly", "dataQa", "children"];
|
|
6513
6513
|
|
|
6514
6514
|
/*
|
|
6515
6515
|
Box component to create generic boxes
|
|
@@ -6557,7 +6557,6 @@ var Box = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
|
6557
6557
|
_ref$srOnly = _ref.srOnly,
|
|
6558
6558
|
srOnly = _ref$srOnly === void 0 ? false : _ref$srOnly,
|
|
6559
6559
|
dataQa = _ref.dataQa,
|
|
6560
|
-
_ref$disabled = _ref.disabled,
|
|
6561
6560
|
children = _ref.children,
|
|
6562
6561
|
rest = _objectWithoutProperties(_ref, _excluded$3);
|
|
6563
6562
|
return /*#__PURE__*/React__default.createElement(BoxWrapper, _extends({
|