@micromag/viewer 0.3.266 → 0.3.267
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 +0 -4
- package/lib/index.js +0 -4
- package/package.json +3 -3
package/es/index.js
CHANGED
|
@@ -2388,10 +2388,6 @@ function WebViewContainer(_ref) {
|
|
|
2388
2388
|
}, [url]); // Disable interaction and pause playback
|
|
2389
2389
|
|
|
2390
2390
|
useEffect(function () {
|
|
2391
|
-
console.log({
|
|
2392
|
-
doofus: false
|
|
2393
|
-
});
|
|
2394
|
-
|
|
2395
2391
|
if (opened) {
|
|
2396
2392
|
disableInteraction();
|
|
2397
2393
|
wasPlayingRef.current = playing;
|
package/lib/index.js
CHANGED
|
@@ -2408,10 +2408,6 @@ function WebViewContainer(_ref) {
|
|
|
2408
2408
|
}, [url]); // Disable interaction and pause playback
|
|
2409
2409
|
|
|
2410
2410
|
React.useEffect(function () {
|
|
2411
|
-
console.log({
|
|
2412
|
-
doofus: false
|
|
2413
|
-
});
|
|
2414
|
-
|
|
2415
2411
|
if (opened) {
|
|
2416
2412
|
disableInteraction();
|
|
2417
2413
|
wasPlayingRef.current = playing;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/viewer",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.267",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"@micromag/elements": "^0.3.266",
|
|
67
67
|
"@micromag/fields": "^0.3.265",
|
|
68
68
|
"@micromag/intl": "^0.3.266",
|
|
69
|
-
"@micromag/screens": "^0.3.
|
|
69
|
+
"@micromag/screens": "^0.3.267",
|
|
70
70
|
"@react-spring/core": "^9.1.1",
|
|
71
71
|
"@react-spring/web": "^9.1.1",
|
|
72
72
|
"@use-gesture/react": "^10.2.4",
|
|
@@ -85,5 +85,5 @@
|
|
|
85
85
|
"publishConfig": {
|
|
86
86
|
"access": "public"
|
|
87
87
|
},
|
|
88
|
-
"gitHead": "
|
|
88
|
+
"gitHead": "969ea12f1c679ac1e1ffc7b71801e9b752688d17"
|
|
89
89
|
}
|