@trafilea/afrodita-components 5.0.0-beta.302 → 5.0.0-beta.303
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/build/index.esm.js +1 -1
- package/build/index.js +1 -1
- package/package.json +1 -1
package/build/index.esm.js
CHANGED
|
@@ -14046,8 +14046,8 @@ function usePreventVerticalScroll(ref, dragThreshold) {
|
|
|
14046
14046
|
if (Math.abs(clientX.current) > dragThreshold) {
|
|
14047
14047
|
if (e.cancelable) {
|
|
14048
14048
|
e.preventDefault();
|
|
14049
|
+
e.returnValue = false;
|
|
14049
14050
|
}
|
|
14050
|
-
e.returnValue = false;
|
|
14051
14051
|
return false;
|
|
14052
14052
|
}
|
|
14053
14053
|
return true;
|
package/build/index.js
CHANGED
|
@@ -14072,8 +14072,8 @@ function usePreventVerticalScroll(ref, dragThreshold) {
|
|
|
14072
14072
|
if (Math.abs(clientX.current) > dragThreshold) {
|
|
14073
14073
|
if (e.cancelable) {
|
|
14074
14074
|
e.preventDefault();
|
|
14075
|
+
e.returnValue = false;
|
|
14075
14076
|
}
|
|
14076
|
-
e.returnValue = false;
|
|
14077
14077
|
return false;
|
|
14078
14078
|
}
|
|
14079
14079
|
return true;
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "Trafilea's Design System",
|
|
4
4
|
"author": "Trafilea",
|
|
5
5
|
"repository": "https://github.com/trafilea/afrodita-components",
|
|
6
|
-
"version": "5.0.0-beta.
|
|
6
|
+
"version": "5.0.0-beta.303",
|
|
7
7
|
"private": false,
|
|
8
8
|
"main": "build/index.js",
|
|
9
9
|
"style": "build/index.css",
|