@meduza/ui-kit-2 0.1.25 → 0.1.26

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.
@@ -1612,7 +1612,7 @@ var RelatedBlock = function RelatedBlock(_ref) {
1612
1612
 
1613
1613
  var handleClick = function handleClick(url) {
1614
1614
  if (trackClick) {
1615
- postMessage('simpleRelated', 'click', url);
1615
+ postMessage('simpleRelated', url, 'click');
1616
1616
  }
1617
1617
  };
1618
1618