@sima-land/moleculas 13.2.1 → 13.2.2

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.
@@ -99,6 +99,7 @@ const ProductCarousel = ({ className, itemSize, onInViewport, onNeedRequest, wit
99
99
  onChangeTargetIndex: () => cardShow.disallowFor(360) }))),
100
100
  withHoverCard &&
101
101
  activeItemIndex !== null &&
102
+ items[activeItemIndex] &&
102
103
  [items[activeItemIndex]].map(item => (react_1.default.createElement(hover_card_1.HoverCard, Object.assign({ key: activeItemIndex, targetRef: targetItemRef, onMouseLeave: () => setActiveItemIndex(null) }, item.props))))));
103
104
  };
104
105
  exports.ProductCarousel = ProductCarousel;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sima-land/moleculas",
3
- "version": "13.2.1",
3
+ "version": "13.2.2",
4
4
  "repository": "ssh://git@github.com:sima-land/moleculas.git",
5
5
  "author": "www.sima-land.ru team",
6
6
  "license": "Apache-2.0",