@thecb/components 11.2.17-beta.0 → 11.2.17-beta.1
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
|
@@ -25773,7 +25773,9 @@ var Jumbo = function Jumbo(_ref) {
|
|
|
25773
25773
|
color: "#ffffff",
|
|
25774
25774
|
className: "themeJumboHeading",
|
|
25775
25775
|
extraStyles: showCartStatus && isMobile && "max-width: 60%;"
|
|
25776
|
-
}, isHeadingLoading ? /*#__PURE__*/React__default.createElement(Spinner$2,
|
|
25776
|
+
}, isHeadingLoading ? /*#__PURE__*/React__default.createElement(Spinner$2, {
|
|
25777
|
+
color: "white"
|
|
25778
|
+
}) : heading), subHeading && /*#__PURE__*/React__default.createElement(Heading$1, {
|
|
25777
25779
|
variant: isMobile ? "h6" : "h2",
|
|
25778
25780
|
color: "#ffffff",
|
|
25779
25781
|
className: "themeJumboSubheading"
|