@meduza/ui-kit-2 0.1.62 → 0.1.64

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.
@@ -649,9 +649,7 @@ var DotsOnImage = function DotsOnImage(_ref) {
649
649
  ratio = _useState[0],
650
650
  setRatio = _useState[1];
651
651
 
652
- var _useInView = reactIntersectionObserver.useInView({
653
- threshold: 0.5
654
- }),
652
+ var _useInView = reactIntersectionObserver.useInView(),
655
653
  ref = _useInView[0],
656
654
  inView = _useInView[1],
657
655
  entry = _useInView[2];