@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.
- package/dist/ui-kit-2.cjs.development.js +1 -3
- package/dist/ui-kit-2.cjs.development.js.map +1 -1
- package/dist/ui-kit-2.cjs.production.min.js +1 -1
- package/dist/ui-kit-2.cjs.production.min.js.map +1 -1
- package/dist/ui-kit-2.esm.js +1 -3
- package/dist/ui-kit-2.esm.js.map +1 -1
- package/dist/ui-kit.css +1273 -1273
- package/package.json +1 -1
- package/src/BookmarkButton/BookmarkButton.css +50 -0
- package/src/DotsOnImage/index.tsx +1 -3
- package/src/DotsOnImage/mock.json +50 -115
- package/src/.DS_Store +0 -0
|
@@ -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];
|