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