@micromag/viewer 0.3.605 → 0.3.606
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/es/index.js +1 -1
- package/package.json +10 -10
package/es/index.js
CHANGED
|
@@ -935,7 +935,7 @@ var ViewerMenuScreen = function ViewerMenuScreen(_ref) {
|
|
|
935
935
|
screenWidth = _ref3.width,
|
|
936
936
|
screenHeight = _ref3.height;
|
|
937
937
|
var _useIsVisible = useIsVisible({
|
|
938
|
-
rootMargin: '
|
|
938
|
+
rootMargin: '200px',
|
|
939
939
|
persist: false
|
|
940
940
|
}),
|
|
941
941
|
refVisible = _useIsVisible.ref,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/viewer",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.606",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"keywords": [
|
|
@@ -64,14 +64,14 @@
|
|
|
64
64
|
"dependencies": {
|
|
65
65
|
"@babel/runtime": "^7.13.10",
|
|
66
66
|
"@folklore/routes": "^0.2.27",
|
|
67
|
-
"@micromag/core": "^0.3.
|
|
68
|
-
"@micromag/element-badge": "^0.3.
|
|
69
|
-
"@micromag/element-scroll": "^0.3.
|
|
70
|
-
"@micromag/element-share-options": "^0.3.
|
|
71
|
-
"@micromag/element-webview": "^0.3.
|
|
72
|
-
"@micromag/elements": "^0.3.
|
|
73
|
-
"@micromag/intl": "^0.3.
|
|
74
|
-
"@micromag/screens": "^0.3.
|
|
67
|
+
"@micromag/core": "^0.3.606",
|
|
68
|
+
"@micromag/element-badge": "^0.3.606",
|
|
69
|
+
"@micromag/element-scroll": "^0.3.606",
|
|
70
|
+
"@micromag/element-share-options": "^0.3.606",
|
|
71
|
+
"@micromag/element-webview": "^0.3.606",
|
|
72
|
+
"@micromag/elements": "^0.3.606",
|
|
73
|
+
"@micromag/intl": "^0.3.606",
|
|
74
|
+
"@micromag/screens": "^0.3.606",
|
|
75
75
|
"@react-spring/core": "^9.6.1",
|
|
76
76
|
"@react-spring/web": "^9.6.1",
|
|
77
77
|
"@use-gesture/react": "^10.3.0",
|
|
@@ -91,5 +91,5 @@
|
|
|
91
91
|
"access": "public",
|
|
92
92
|
"registry": "https://registry.npmjs.org/"
|
|
93
93
|
},
|
|
94
|
-
"gitHead": "
|
|
94
|
+
"gitHead": "0e2ee772952cc24e6824806bd23a7c65c8858c73"
|
|
95
95
|
}
|