@redsift/table 8.0.0-alpha.3 → 8.0.0-alpha.5
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/index.js +3 -2
- package/index.js.map +1 -1
- package/package.json +2 -2
package/index.js
CHANGED
|
@@ -15461,11 +15461,12 @@ const BaseButton = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
15461
15461
|
startIcon
|
|
15462
15462
|
} = props,
|
|
15463
15463
|
forwardedProps = _objectWithoutProperties(props, _excluded$3);
|
|
15464
|
-
return /*#__PURE__*/React__default.createElement(Button, _extends$2({
|
|
15464
|
+
return /*#__PURE__*/React__default.createElement(Button, _extends$2({
|
|
15465
|
+
color: "default"
|
|
15466
|
+
}, forwardedProps, {
|
|
15465
15467
|
onPress: onClick,
|
|
15466
15468
|
ref: ref,
|
|
15467
15469
|
variant: "unstyled",
|
|
15468
|
-
size: "small",
|
|
15469
15470
|
isActive: props['aria-expanded'] === 'true'
|
|
15470
15471
|
}), startIcon, children);
|
|
15471
15472
|
});
|