@thecb/components 8.4.8-beta.7 → 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,
|