@meduza/ui-kit-2 0.1.30 → 0.1.31

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.
@@ -1757,7 +1757,8 @@ var RelatedRichBlock = function RelatedRichBlock(_ref) {
1757
1757
  className: styles$s.wrapper
1758
1758
  }, React__default.createElement(RelatedBlock, {
1759
1759
  block: fallback,
1760
- trackClick: true
1760
+ trackClick: true,
1761
+ styleContext: styleContext
1761
1762
  }));
1762
1763
  }
1763
1764