@bigbinary/neeto-site-blocks 0.23.6 → 0.23.7
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 +5 -5
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +5 -5
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -6409,7 +6409,7 @@ var Typography = function Typography(_ref) {
|
|
|
6409
6409
|
cov_2j9er2s36e().s[2]++;
|
|
6410
6410
|
return /*#__PURE__*/React__default["default"].createElement(StyledWrapper, _extends$4({
|
|
6411
6411
|
as: component,
|
|
6412
|
-
className: className,
|
|
6412
|
+
className: classnames("break-words", className),
|
|
6413
6413
|
design: style
|
|
6414
6414
|
}, otherProps), children);
|
|
6415
6415
|
} else {
|
|
@@ -6417,7 +6417,7 @@ var Typography = function Typography(_ref) {
|
|
|
6417
6417
|
}
|
|
6418
6418
|
cov_2j9er2s36e().s[3]++;
|
|
6419
6419
|
return /*#__PURE__*/React__default["default"].createElement(StyledWrapper, _extends$4({
|
|
6420
|
-
className: classnames("neeto-site-typography", className),
|
|
6420
|
+
className: classnames("neeto-site-typography break-words", className),
|
|
6421
6421
|
design: style
|
|
6422
6422
|
}, otherProps), /*#__PURE__*/React__default["default"].createElement(Interweave, {
|
|
6423
6423
|
className: "neeto-editor-content",
|
|
@@ -6821,7 +6821,7 @@ var CardsClassic = function CardsClassic(_ref) {
|
|
|
6821
6821
|
className: classnames("neeto-site-block-wrapper ns-card", baseClasses)
|
|
6822
6822
|
}, /*#__PURE__*/React__default["default"].createElement(Typography, {
|
|
6823
6823
|
isTitle: true,
|
|
6824
|
-
className: "col-span-
|
|
6824
|
+
className: "col-span-12",
|
|
6825
6825
|
component: "h1",
|
|
6826
6826
|
style: design.title
|
|
6827
6827
|
}, title), cards.map(function (_ref4, index) {
|
|
@@ -13790,7 +13790,7 @@ var CardsInGridView = function CardsInGridView(_ref) {
|
|
|
13790
13790
|
className: classnames("neeto-site-block-wrapper ns-card", baseClasses)
|
|
13791
13791
|
}, /*#__PURE__*/React__default["default"].createElement(Typography, {
|
|
13792
13792
|
isTitle: true,
|
|
13793
|
-
className: "col-span-
|
|
13793
|
+
className: "col-span-12",
|
|
13794
13794
|
component: "h1",
|
|
13795
13795
|
style: design.title
|
|
13796
13796
|
}, title), /*#__PURE__*/React__default["default"].createElement(ArrowButton, {
|
|
@@ -13854,7 +13854,7 @@ var CardsInGridView = function CardsInGridView(_ref) {
|
|
|
13854
13854
|
className: classnames("neeto-site-block-wrapper ns-card", baseClasses)
|
|
13855
13855
|
}, /*#__PURE__*/React__default["default"].createElement(Typography, {
|
|
13856
13856
|
isTitle: true,
|
|
13857
|
-
className: "col-span-
|
|
13857
|
+
className: "col-span-12",
|
|
13858
13858
|
component: "h1",
|
|
13859
13859
|
style: design.title
|
|
13860
13860
|
}, title), cards.map(function (card, index) {
|