@redsift/table 9.0.0-alpha.13 → 9.0.0-alpha.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/index.js +0 -1
- package/index.js.map +1 -1
- package/package.json +2 -2
package/index.js
CHANGED
|
@@ -15168,7 +15168,6 @@ const BaseButton = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
15168
15168
|
startIcon
|
|
15169
15169
|
} = props,
|
|
15170
15170
|
forwardedProps = _objectWithoutProperties(props, _excluded$3);
|
|
15171
|
-
console.log(props);
|
|
15172
15171
|
const color = [...Object.values(CtasColorPalette), ...Object.values(NotificationsColorPalette)].includes(propsColor) ? propsColor : 'primary';
|
|
15173
15172
|
return /*#__PURE__*/React__default.createElement(Button, _extends$1({}, forwardedProps, {
|
|
15174
15173
|
color: color,
|