@thecb/components 10.1.1-beta.0 → 10.1.1-beta.1

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
@@ -12973,8 +12973,8 @@ var ButtonWithAction = /*#__PURE__*/forwardRef(function (_ref2, ref) {
12973
12973
  minWidth: themeValues.minWidth,
12974
12974
  background: themeValues.backgroundColor,
12975
12975
  border: themeValues.border,
12976
- hoverStyles: hoverStyles,
12977
- activeStyles: activeStyles,
12976
+ hoverStyles: disabled ? disabledStyles : hoverStyles,
12977
+ activeStyles: disabled ? disabledStyles : activeStyles,
12978
12978
  disabledStyles: disabledStyles,
12979
12979
  "aria-disabled": disabled,
12980
12980
  as: "button",