@bigbinary/neeto-site-blocks 1.8.22 → 1.8.23

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
@@ -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";