@thecb/components 11.2.17-beta.3 → 11.2.17-beta.4

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
@@ -25772,15 +25772,16 @@ var Jumbo = function Jumbo(_ref) {
25772
25772
  }, /*#__PURE__*/React__default.createElement(Title$1, {
25773
25773
  variant: isMobile ? "small" : "large",
25774
25774
  as: "h1",
25775
- color: "#ffffff",
25775
+ color: WHITE,
25776
25776
  className: "themeJumboHeading",
25777
25777
  extraStyles: showCartStatus && isMobile && "max-width: 60%;"
25778
25778
  }, isHeadingLoading ? /*#__PURE__*/React__default.createElement(Spinner$2, {
25779
25779
  size: "100",
25780
- color: "#ffffff"
25780
+ centerSpinner: true,
25781
+ color: WHITE
25781
25782
  }) : heading), subHeading && /*#__PURE__*/React__default.createElement(Heading$1, {
25782
25783
  variant: isMobile ? "h6" : "h2",
25783
- color: "#ffffff",
25784
+ color: WHITE,
25784
25785
  className: "themeJumboSubheading"
25785
25786
  }, subHeading), showButton && /*#__PURE__*/React__default.createElement(ButtonWithLink, {
25786
25787
  url: buttonLink,