@thecb/components 8.4.8-beta.6 → 8.4.8

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
@@ -46836,7 +46836,7 @@ var Module = function Module(_ref) {
46836
46836
  var computedFontSize = fontSize || themedFontSize;
46837
46837
  var themedElemType = variant === "small" ? "h6" : variant === "default" ? "h5" : "h2";
46838
46838
  var computedElemType = as || themedElemType;
46839
- var disabledStyles = 'opacity: 0.40;"';
46839
+ var disabledStyles = "opacity: 0.40;";
46840
46840
  var headingText = /*#__PURE__*/React__default.createElement(Title$1, {
46841
46841
  weight: themeValues.fontWeight,
46842
46842
  color: themeValues.fontColor,
@@ -46847,7 +46847,7 @@ var Module = function Module(_ref) {
46847
46847
  id: titleID
46848
46848
  }, heading);
46849
46849
  return /*#__PURE__*/React__default.createElement(Box, {
46850
- "aria-disabled": "true",
46850
+ "aria-disabled": disabled,
46851
46851
  extraStyles: disabled && disabledStyles,
46852
46852
  padding: "0",
46853
46853
  role: "group"