@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.js CHANGED
@@ -16376,8 +16376,7 @@ var Typography = function Typography(_ref) {
16376
16376
  }, otherProps), isTitle ? children : /*#__PURE__*/React__default.createElement(StyledInterweave, {
16377
16377
  className: "neeto-editor-content",
16378
16378
  content: children,
16379
- fontSize: style.fontSize,
16380
- tagName: "p"
16379
+ fontSize: style.fontSize
16381
16380
  }));
16382
16381
  };
16383
16382
  Typography.displayName = "Typography";
@@ -39753,11 +39752,13 @@ var FeatureWithGrid = function FeatureWithGrid(_ref) {
39753
39752
  }), /*#__PURE__*/React__default.createElement(Typography$1, _extends$2({
39754
39753
  index: index,
39755
39754
  isTitle: true,
39755
+ className: "w-full",
39756
39756
  component: "h5",
39757
39757
  id: "feature-with-grid-".concat(index, "-title"),
39758
39758
  style: design.featureTitle
39759
39759
  }, otherProps), featureTitle), /*#__PURE__*/React__default.createElement(Typography$1, _extends$2({
39760
39760
  index: index,
39761
+ className: "w-full",
39761
39762
  id: "feature-with-grid-".concat(index, "-description"),
39762
39763
  style: design.featureDescription
39763
39764
  }, otherProps), featureDescription));