@meduza/ui-kit-2 0.1.61 → 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.
@@ -642,9 +642,7 @@ var DotsOnImage = function DotsOnImage(_ref) {
642
642
  ratio = _useState[0],
643
643
  setRatio = _useState[1];
644
644
 
645
- var _useInView = useInView({
646
- threshold: 0.5
647
- }),
645
+ var _useInView = useInView(),
648
646
  ref = _useInView[0],
649
647
  inView = _useInView[1],
650
648
  entry = _useInView[2];