@thecb/components 10.2.4-beta.12 → 10.2.4-beta.13

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.esm.js CHANGED
@@ -12923,7 +12923,7 @@ var ButtonWithAction = /*#__PURE__*/forwardRef(function (_ref2, ref) {
12923
12923
  disabledStyles: disabledStyles,
12924
12924
  "aria-disabled": disabled,
12925
12925
  as: "button",
12926
- onClick: isLoading || disabled ? undefined : action,
12926
+ onClick: isLoading || disabled ? noop : action,
12927
12927
  borderRadius: "2px",
12928
12928
  theme: themeContext,
12929
12929
  extraStyles: "margin: 0.5rem; ".concat(extraStyles),