@thecb/components 11.11.0-beta.10 → 11.11.0-beta.11

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
@@ -51628,7 +51628,7 @@ var Tooltip = function Tooltip(_ref) {
51628
51628
  variant: triggerButtonVariant,
51629
51629
  text: triggerText,
51630
51630
  tabIndex: 0,
51631
- ariaDescribedby: tooltipID,
51631
+ "aria-describedby": tooltipID,
51632
51632
  onFocus: function onFocus() {
51633
51633
  return handleToggleTooltip(true);
51634
51634
  },