@thecb/components 9.5.2-beta.0 → 9.6.0-beta.0

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
@@ -12986,7 +12986,8 @@ var ButtonWithAction = /*#__PURE__*/React.forwardRef(function (_ref2, ref) {
12986
12986
  dataQa: dataQa,
12987
12987
  tabIndex: tabIndex
12988
12988
  }, rest), contentOverride ? children : /*#__PURE__*/React__default.createElement(Center, {
12989
- intrinsic: true
12989
+ intrinsic: true,
12990
+ as: "span"
12990
12991
  }, isLoading ? /*#__PURE__*/React__default.createElement(Spinner, {
12991
12992
  color: loadingColor,
12992
12993
  isMobile: isMobile