@micromag/screen-map 0.3.182 → 0.3.186

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
@@ -209,7 +209,6 @@ function MapScreen(_ref) {
209
209
  setOpened(true);
210
210
 
211
211
  if (disableInteraction !== null) {
212
- console.log('yo');
213
212
  disableInteraction();
214
213
  }
215
214
 
package/lib/index.js CHANGED
@@ -231,7 +231,6 @@ function MapScreen(_ref) {
231
231
  setOpened(true);
232
232
 
233
233
  if (disableInteraction !== null) {
234
- console.log('yo');
235
234
  disableInteraction();
236
235
  }
237
236
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-map",
3
- "version": "0.3.182",
3
+ "version": "0.3.186",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -49,17 +49,17 @@
49
49
  },
50
50
  "dependencies": {
51
51
  "@babel/runtime": "^7.13.10",
52
- "@micromag/core": "^0.3.182",
53
- "@micromag/element-background": "^0.3.182",
54
- "@micromag/element-button": "^0.3.182",
55
- "@micromag/element-call-to-action": "^0.3.182",
56
- "@micromag/element-container": "^0.3.182",
57
- "@micromag/element-heading": "^0.3.182",
58
- "@micromag/element-image": "^0.3.182",
59
- "@micromag/element-map": "^0.3.182",
60
- "@micromag/element-scroll": "^0.3.182",
61
- "@micromag/element-text": "^0.3.182",
62
- "@micromag/transforms": "^0.3.182",
52
+ "@micromag/core": "^0.3.186",
53
+ "@micromag/element-background": "^0.3.186",
54
+ "@micromag/element-button": "^0.3.186",
55
+ "@micromag/element-call-to-action": "^0.3.186",
56
+ "@micromag/element-container": "^0.3.186",
57
+ "@micromag/element-heading": "^0.3.186",
58
+ "@micromag/element-image": "^0.3.186",
59
+ "@micromag/element-map": "^0.3.186",
60
+ "@micromag/element-scroll": "^0.3.186",
61
+ "@micromag/element-text": "^0.3.186",
62
+ "@micromag/transforms": "^0.3.186",
63
63
  "classnames": "^2.2.6",
64
64
  "lodash": "^4.17.21",
65
65
  "prop-types": "^15.7.2",
@@ -69,5 +69,5 @@
69
69
  "publishConfig": {
70
70
  "access": "public"
71
71
  },
72
- "gitHead": "3fdd215df2c83f292063fba88077d88be5718955"
72
+ "gitHead": "8ea13dcc630676332303b6be0089f21002f19d5d"
73
73
  }