@thecb/components 8.4.8-beta.2 → 8.4.8-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
|
@@ -46820,6 +46820,8 @@ var Module = function Module(_ref) {
|
|
|
46820
46820
|
padding = _ref$padding === void 0 ? "0" : _ref$padding,
|
|
46821
46821
|
_ref$spacingBottom = _ref.spacingBottom,
|
|
46822
46822
|
spacingBottom = _ref$spacingBottom === void 0 ? "2.5rem" : _ref$spacingBottom,
|
|
46823
|
+
_ref$margin = _ref.margin,
|
|
46824
|
+
margin = _ref$margin === void 0 ? "0" : _ref$margin,
|
|
46823
46825
|
themeValues = _ref.themeValues,
|
|
46824
46826
|
_ref$variant = _ref.variant,
|
|
46825
46827
|
variant = _ref$variant === void 0 ? "default" : _ref$variant,
|
|
@@ -46847,7 +46849,8 @@ var Module = function Module(_ref) {
|
|
|
46847
46849
|
align: "center",
|
|
46848
46850
|
nowrap: true
|
|
46849
46851
|
}, headingText, rightTitleContent), /*#__PURE__*/React__default.createElement(Box, {
|
|
46850
|
-
padding: "0 0 ".concat(spacingBottom)
|
|
46852
|
+
padding: "0 0 ".concat(spacingBottom),
|
|
46853
|
+
margin: margin
|
|
46851
46854
|
}, /*#__PURE__*/React__default.createElement(Box, {
|
|
46852
46855
|
padding: padding,
|
|
46853
46856
|
background: themeValues.backgroundColor,
|