@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.esm.js
CHANGED
|
@@ -25765,7 +25765,9 @@ var Jumbo = function Jumbo(_ref) {
|
|
|
25765
25765
|
color: "#ffffff",
|
|
25766
25766
|
className: "themeJumboHeading",
|
|
25767
25767
|
extraStyles: showCartStatus && isMobile && "max-width: 60%;"
|
|
25768
|
-
}, isHeadingLoading ? /*#__PURE__*/React__default.createElement(Spinner$2,
|
|
25768
|
+
}, isHeadingLoading ? /*#__PURE__*/React__default.createElement(Spinner$2, {
|
|
25769
|
+
color: "white"
|
|
25770
|
+
}) : heading), subHeading && /*#__PURE__*/React__default.createElement(Heading$1, {
|
|
25769
25771
|
variant: isMobile ? "h6" : "h2",
|
|
25770
25772
|
color: "#ffffff",
|
|
25771
25773
|
className: "themeJumboSubheading"
|