@thecb/components 10.6.3-beta.0 → 10.6.3-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
|
@@ -39647,7 +39647,9 @@ var Module = function Module(_ref) {
|
|
|
39647
39647
|
spacingBottom = _ref$spacingBottom === void 0 ? "2.5rem" : _ref$spacingBottom,
|
|
39648
39648
|
fontSize = _ref.fontSize,
|
|
39649
39649
|
themeValues = _ref.themeValues,
|
|
39650
|
-
children = _ref.children
|
|
39650
|
+
children = _ref.children,
|
|
39651
|
+
_ref$allowContentOver = _ref.allowContentOverflow,
|
|
39652
|
+
allowContentOverflow = _ref$allowContentOver === void 0 ? false : _ref$allowContentOver;
|
|
39651
39653
|
var themedFontSize = variant === "small" ? "1.25rem" : variant === "default" ? "1.375rem" : "2rem";
|
|
39652
39654
|
var computedFontSize = fontSize || themedFontSize;
|
|
39653
39655
|
var themedElemType = variant === "small" ? "h6" : variant === "default" ? "h5" : "h2";
|
|
@@ -39670,6 +39672,7 @@ var Module = function Module(_ref) {
|
|
|
39670
39672
|
}, heading && !rightTitleContent && headingText, heading && rightTitleContent && /*#__PURE__*/React__default.createElement(Cluster, {
|
|
39671
39673
|
justify: "space-between",
|
|
39672
39674
|
align: "center",
|
|
39675
|
+
overflow: allowContentOverflow,
|
|
39673
39676
|
nowrap: true
|
|
39674
39677
|
}, headingText, rightTitleContent), /*#__PURE__*/React__default.createElement(Box, {
|
|
39675
39678
|
padding: "0 0 ".concat(spacingBottom),
|