@thecb/components 10.4.5-beta.1 → 10.4.5-beta.2

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
@@ -28070,7 +28070,7 @@ var renderContent = function renderContent(_ref2) {
28070
28070
  action = _ref2.action;
28071
28071
  return isLink ? /*#__PURE__*/React__default.createElement(reactRouterDom.Link, {
28072
28072
  to: destination,
28073
- "data-qa": dataQa,
28073
+ dataQa: dataQa,
28074
28074
  disabled: isDisabled,
28075
28075
  style: {
28076
28076
  textDecoration: "none"