@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.esm.js
CHANGED
|
@@ -37370,9 +37370,9 @@ var Banner = function Banner(_ref) {
|
|
|
37370
37370
|
subHeading = _ref.subHeading,
|
|
37371
37371
|
Image = _ref.image,
|
|
37372
37372
|
_ref$padding = _ref.padding,
|
|
37373
|
-
padding = _ref$padding === void 0 ? "1.5rem
|
|
37373
|
+
padding = _ref$padding === void 0 ? "1.5rem 0.5rem" : _ref$padding,
|
|
37374
37374
|
_ref$mobilePadding = _ref.mobilePadding,
|
|
37375
|
-
mobilePadding = _ref$mobilePadding === void 0 ? "1rem
|
|
37375
|
+
mobilePadding = _ref$mobilePadding === void 0 ? "1rem 0.5rem" : _ref$mobilePadding,
|
|
37376
37376
|
_ref$minWidth = _ref.minWidth,
|
|
37377
37377
|
minWidth = _ref$minWidth === void 0 ? "100%" : _ref$minWidth,
|
|
37378
37378
|
_ref$minHeight = _ref.minHeight,
|