@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.esm.js
CHANGED
|
@@ -46812,6 +46812,8 @@ var Module = function Module(_ref) {
|
|
|
46812
46812
|
padding = _ref$padding === void 0 ? "0" : _ref$padding,
|
|
46813
46813
|
_ref$spacingBottom = _ref.spacingBottom,
|
|
46814
46814
|
spacingBottom = _ref$spacingBottom === void 0 ? "2.5rem" : _ref$spacingBottom,
|
|
46815
|
+
_ref$margin = _ref.margin,
|
|
46816
|
+
margin = _ref$margin === void 0 ? "0" : _ref$margin,
|
|
46815
46817
|
themeValues = _ref.themeValues,
|
|
46816
46818
|
_ref$variant = _ref.variant,
|
|
46817
46819
|
variant = _ref$variant === void 0 ? "default" : _ref$variant,
|
|
@@ -46839,7 +46841,8 @@ var Module = function Module(_ref) {
|
|
|
46839
46841
|
align: "center",
|
|
46840
46842
|
nowrap: true
|
|
46841
46843
|
}, headingText, rightTitleContent), /*#__PURE__*/React.createElement(Box, {
|
|
46842
|
-
padding: "0 0 ".concat(spacingBottom)
|
|
46844
|
+
padding: "0 0 ".concat(spacingBottom),
|
|
46845
|
+
margin: margin
|
|
46843
46846
|
}, /*#__PURE__*/React.createElement(Box, {
|
|
46844
46847
|
padding: padding,
|
|
46845
46848
|
background: themeValues.backgroundColor,
|