@micromag/viewer 0.4.11 → 0.4.13
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 +2 -2
- package/package.json +10 -10
package/es/index.js
CHANGED
|
@@ -2952,10 +2952,10 @@ function Viewer(_ref) {
|
|
|
2952
2952
|
}
|
|
2953
2953
|
return true;
|
|
2954
2954
|
}, [landscape]);
|
|
2955
|
-
|
|
2956
|
-
// hmm?
|
|
2957
2955
|
var overscrollStyle = /*#__PURE__*/React.createElement("style", {
|
|
2958
2956
|
type: "text/css",
|
|
2957
|
+
href: "data-viewer-overscroll",
|
|
2958
|
+
precedence: "medium",
|
|
2959
2959
|
dangerouslySetInnerHTML: {
|
|
2960
2960
|
__html: "body { overscroll-behavior: contain; }"
|
|
2961
2961
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/viewer",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.13",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"keywords": [
|
|
@@ -62,14 +62,14 @@
|
|
|
62
62
|
"dependencies": {
|
|
63
63
|
"@babel/runtime": "^7.28.6",
|
|
64
64
|
"@folklore/routes": "^0.2.36",
|
|
65
|
-
"@micromag/core": "^0.4.
|
|
66
|
-
"@micromag/element-badge": "^0.4.
|
|
67
|
-
"@micromag/element-scroll": "^0.4.
|
|
68
|
-
"@micromag/element-share-options": "^0.4.
|
|
69
|
-
"@micromag/element-webview": "^0.4.
|
|
70
|
-
"@micromag/elements": "^0.4.
|
|
71
|
-
"@micromag/intl": "^0.4.
|
|
72
|
-
"@micromag/screens": "^0.4.
|
|
65
|
+
"@micromag/core": "^0.4.12",
|
|
66
|
+
"@micromag/element-badge": "^0.4.12",
|
|
67
|
+
"@micromag/element-scroll": "^0.4.12",
|
|
68
|
+
"@micromag/element-share-options": "^0.4.12",
|
|
69
|
+
"@micromag/element-webview": "^0.4.12",
|
|
70
|
+
"@micromag/elements": "^0.4.12",
|
|
71
|
+
"@micromag/intl": "^0.4.13",
|
|
72
|
+
"@micromag/screens": "^0.4.12",
|
|
73
73
|
"@react-spring/core": "^10.0.3",
|
|
74
74
|
"@react-spring/web": "^10.0.3",
|
|
75
75
|
"@use-gesture/react": "^10.3.0",
|
|
@@ -88,6 +88,6 @@
|
|
|
88
88
|
"access": "public",
|
|
89
89
|
"registry": "https://registry.npmjs.org/"
|
|
90
90
|
},
|
|
91
|
-
"gitHead": "
|
|
91
|
+
"gitHead": "9f9c50c26afaca61002834ec0c2ed4c5bc6e15ba",
|
|
92
92
|
"types": "es/index.d.ts"
|
|
93
93
|
}
|