@thecb/components 7.2.0-beta.0 → 7.2.0-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
@@ -37365,7 +37365,7 @@ var fallbackValues$z = {
37365
37365
  };
37366
37366
 
37367
37367
  var Banner = function Banner(_ref) {
37368
- var themevalues = _ref.themevalues,
37368
+ var themeValues = _ref.themeValues,
37369
37369
  heading = _ref.heading,
37370
37370
  subHeading = _ref.subHeading,
37371
37371
  image = _ref.image,
@@ -37388,7 +37388,7 @@ var Banner = function Banner(_ref) {
37388
37388
  return /*#__PURE__*/React.createElement(BoxWithShadow$1, {
37389
37389
  variant: "baseStandard",
37390
37390
  borderRadius: "4px",
37391
- backgroundColor: themevalues.backgroundColor,
37391
+ backgroundColor: themeValues.backgroundColor,
37392
37392
  minWidth: minWidth,
37393
37393
  minHeight: minHeight,
37394
37394
  padding: isMobile ? mobilePadding : padding