@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.esm.js CHANGED
@@ -12978,7 +12978,8 @@ var ButtonWithAction = /*#__PURE__*/forwardRef(function (_ref2, ref) {
12978
12978
  dataQa: dataQa,
12979
12979
  tabIndex: tabIndex
12980
12980
  }, rest), contentOverride ? children : /*#__PURE__*/React.createElement(Center, {
12981
- intrinsic: true
12981
+ intrinsic: true,
12982
+ as: "span"
12982
12983
  }, isLoading ? /*#__PURE__*/React.createElement(Spinner, {
12983
12984
  color: loadingColor,
12984
12985
  isMobile: isMobile