@thecb/components 7.2.0-beta.2 → 7.2.0-beta.3
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
|
@@ -37378,9 +37378,9 @@ var Banner = function Banner(_ref) {
|
|
|
37378
37378
|
subHeading = _ref.subHeading,
|
|
37379
37379
|
Image = _ref.image,
|
|
37380
37380
|
_ref$padding = _ref.padding,
|
|
37381
|
-
padding = _ref$padding === void 0 ? "1.5rem
|
|
37381
|
+
padding = _ref$padding === void 0 ? "1.5rem 0.5rem" : _ref$padding,
|
|
37382
37382
|
_ref$mobilePadding = _ref.mobilePadding,
|
|
37383
|
-
mobilePadding = _ref$mobilePadding === void 0 ? "1rem
|
|
37383
|
+
mobilePadding = _ref$mobilePadding === void 0 ? "1rem 0.5rem" : _ref$mobilePadding,
|
|
37384
37384
|
_ref$minWidth = _ref.minWidth,
|
|
37385
37385
|
minWidth = _ref$minWidth === void 0 ? "100%" : _ref$minWidth,
|
|
37386
37386
|
_ref$minHeight = _ref.minHeight,
|