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

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
@@ -25764,15 +25764,20 @@ var Jumbo = function Jumbo(_ref) {
25764
25764
  }, /*#__PURE__*/React__default.createElement(Title$1, {
25765
25765
  variant: isMobile ? "small" : "large",
25766
25766
  as: "h1",
25767
- color: "#ffffff",
25767
+ color: WHITE,
25768
25768
  className: "themeJumboHeading",
25769
25769
  extraStyles: showCartStatus && isMobile && "max-width: 60%;"
25770
25770
  }, isHeadingLoading ? /*#__PURE__*/React__default.createElement(Spinner$2, {
25771
- size: "100",
25772
- color: "#ffffff"
25771
+ size: "50",
25772
+ cx: "25",
25773
+ cy: "25",
25774
+ radius: "12.5",
25775
+ strokeWidth: "3",
25776
+ centerSpinner: true,
25777
+ color: WHITE
25773
25778
  }) : heading), subHeading && /*#__PURE__*/React__default.createElement(Heading$1, {
25774
25779
  variant: isMobile ? "h6" : "h2",
25775
- color: "#ffffff",
25780
+ color: WHITE,
25776
25781
  className: "themeJumboSubheading"
25777
25782
  }, subHeading), showButton && /*#__PURE__*/React__default.createElement(ButtonWithLink, {
25778
25783
  url: buttonLink,