@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.esm.js
CHANGED
|
@@ -46828,7 +46828,7 @@ var Module = function Module(_ref) {
|
|
|
46828
46828
|
var computedFontSize = fontSize || themedFontSize;
|
|
46829
46829
|
var themedElemType = variant === "small" ? "h6" : variant === "default" ? "h5" : "h2";
|
|
46830
46830
|
var computedElemType = as || themedElemType;
|
|
46831
|
-
var disabledStyles =
|
|
46831
|
+
var disabledStyles = "opacity: 0.40;";
|
|
46832
46832
|
var headingText = /*#__PURE__*/React.createElement(Title$1, {
|
|
46833
46833
|
weight: themeValues.fontWeight,
|
|
46834
46834
|
color: themeValues.fontColor,
|
|
@@ -46839,7 +46839,7 @@ var Module = function Module(_ref) {
|
|
|
46839
46839
|
id: titleID
|
|
46840
46840
|
}, heading);
|
|
46841
46841
|
return /*#__PURE__*/React.createElement(Box, {
|
|
46842
|
-
"aria-disabled":
|
|
46842
|
+
"aria-disabled": disabled,
|
|
46843
46843
|
extraStyles: disabled && disabledStyles,
|
|
46844
46844
|
padding: "0",
|
|
46845
46845
|
role: "group"
|