@micromag/viewer 0.3.674 → 0.3.677
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 +5 -2
- package/package.json +10 -10
package/es/index.js
CHANGED
|
@@ -3251,8 +3251,11 @@ var Viewer = function Viewer(_ref) {
|
|
|
3251
3251
|
|
|
3252
3252
|
// hmm?
|
|
3253
3253
|
var overscrollStyle = /*#__PURE__*/React.createElement("style", {
|
|
3254
|
-
type: "text/css"
|
|
3255
|
-
|
|
3254
|
+
type: "text/css",
|
|
3255
|
+
dangerouslySetInnerHTML: {
|
|
3256
|
+
__html: "body { overscroll-behavior: contain; }"
|
|
3257
|
+
}
|
|
3258
|
+
});
|
|
3256
3259
|
var keyboardShortcuts = useMemo(function () {
|
|
3257
3260
|
return {
|
|
3258
3261
|
f: function f() {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/viewer",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.677",
|
|
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.36",
|
|
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.676",
|
|
68
|
+
"@micromag/element-badge": "^0.3.676",
|
|
69
|
+
"@micromag/element-scroll": "^0.3.676",
|
|
70
|
+
"@micromag/element-share-options": "^0.3.676",
|
|
71
|
+
"@micromag/element-webview": "^0.3.676",
|
|
72
|
+
"@micromag/elements": "^0.3.676",
|
|
73
|
+
"@micromag/intl": "^0.3.677",
|
|
74
|
+
"@micromag/screens": "^0.3.676",
|
|
75
75
|
"@react-spring/core": "^9.6.1",
|
|
76
76
|
"@react-spring/web": "^9.6.1",
|
|
77
77
|
"@use-gesture/react": "^10.3.0",
|
|
@@ -92,5 +92,5 @@
|
|
|
92
92
|
"access": "public",
|
|
93
93
|
"registry": "https://registry.npmjs.org/"
|
|
94
94
|
},
|
|
95
|
-
"gitHead": "
|
|
95
|
+
"gitHead": "dcd38ba9a80298dd5fe14eebb6c2ff21ba50f9fc"
|
|
96
96
|
}
|