@micromag/viewer 0.3.266 → 0.3.268

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 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.266",
3
+ "version": "0.3.268",
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.266",
69
+ "@micromag/screens": "^0.3.268",
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": "562d67e6a6146225391a02d951a98b1b5deeb06e"
88
+ "gitHead": "f38211c7257d61f6c59828cfd22f9d0d28dabeee"
89
89
  }