@thecb/components 10.12.6-beta.0 → 10.12.6
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
|
@@ -39935,7 +39935,8 @@ var CardText = function CardText(_ref) {
|
|
|
39935
39935
|
}, /*#__PURE__*/React.createElement(Cover, null, /*#__PURE__*/React.createElement(Stack, null, /*#__PURE__*/React.createElement(Cluster, {
|
|
39936
39936
|
justify: "space-between",
|
|
39937
39937
|
align: "center",
|
|
39938
|
-
overflow: true
|
|
39938
|
+
overflow: true,
|
|
39939
|
+
nowrap: true
|
|
39939
39940
|
}, titleText && /*#__PURE__*/React.createElement(Title$1, {
|
|
39940
39941
|
as: titleAs,
|
|
39941
39942
|
variant: titleVariant,
|