@bigbinary/neeto-site-blocks 1.8.22 → 1.8.24
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 +3 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -16422,8 +16422,7 @@ var Typography = function Typography(_ref) {
|
|
|
16422
16422
|
}, otherProps), isTitle ? children : /*#__PURE__*/React__default["default"].createElement(StyledInterweave, {
|
|
16423
16423
|
className: "neeto-editor-content",
|
|
16424
16424
|
content: children,
|
|
16425
|
-
fontSize: style.fontSize
|
|
16426
|
-
tagName: "p"
|
|
16425
|
+
fontSize: style.fontSize
|
|
16427
16426
|
}));
|
|
16428
16427
|
};
|
|
16429
16428
|
Typography.displayName = "Typography";
|
|
@@ -39799,11 +39798,13 @@ var FeatureWithGrid = function FeatureWithGrid(_ref) {
|
|
|
39799
39798
|
}), /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
39800
39799
|
index: index,
|
|
39801
39800
|
isTitle: true,
|
|
39801
|
+
className: "w-full",
|
|
39802
39802
|
component: "h5",
|
|
39803
39803
|
id: "feature-with-grid-".concat(index, "-title"),
|
|
39804
39804
|
style: design.featureTitle
|
|
39805
39805
|
}, otherProps), featureTitle), /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
39806
39806
|
index: index,
|
|
39807
|
+
className: "w-full",
|
|
39807
39808
|
id: "feature-with-grid-".concat(index, "-description"),
|
|
39808
39809
|
style: design.featureDescription
|
|
39809
39810
|
}, otherProps), featureDescription));
|