@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.cjs.js
CHANGED
|
@@ -37373,7 +37373,7 @@ var fallbackValues$z = {
|
|
|
37373
37373
|
};
|
|
37374
37374
|
|
|
37375
37375
|
var Banner = function Banner(_ref) {
|
|
37376
|
-
var
|
|
37376
|
+
var themeValues = _ref.themeValues,
|
|
37377
37377
|
heading = _ref.heading,
|
|
37378
37378
|
subHeading = _ref.subHeading,
|
|
37379
37379
|
image = _ref.image,
|
|
@@ -37396,7 +37396,7 @@ var Banner = function Banner(_ref) {
|
|
|
37396
37396
|
return /*#__PURE__*/React__default.createElement(BoxWithShadow$1, {
|
|
37397
37397
|
variant: "baseStandard",
|
|
37398
37398
|
borderRadius: "4px",
|
|
37399
|
-
backgroundColor:
|
|
37399
|
+
backgroundColor: themeValues.backgroundColor,
|
|
37400
37400
|
minWidth: minWidth,
|
|
37401
37401
|
minHeight: minHeight,
|
|
37402
37402
|
padding: isMobile ? mobilePadding : padding
|