@micromag/editor 0.3.38 → 0.3.42

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
@@ -1480,7 +1480,7 @@ var defaultProps$b = {
1480
1480
  className: null,
1481
1481
  onScreenChange: null,
1482
1482
  onChange: null,
1483
- withoutDevicesSizes: false
1483
+ withoutDevicesSizes: true
1484
1484
  };
1485
1485
 
1486
1486
  var EditorPreview = function EditorPreview(_ref) {
package/lib/index.js CHANGED
@@ -1500,7 +1500,7 @@ var defaultProps$b = {
1500
1500
  className: null,
1501
1501
  onScreenChange: null,
1502
1502
  onChange: null,
1503
- withoutDevicesSizes: false
1503
+ withoutDevicesSizes: true
1504
1504
  };
1505
1505
 
1506
1506
  var EditorPreview = function EditorPreview(_ref) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/editor",
3
- "version": "0.3.38",
3
+ "version": "0.3.42",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -62,11 +62,11 @@
62
62
  "@fortawesome/fontawesome-svg-core": "^1.2.32",
63
63
  "@fortawesome/free-solid-svg-icons": "^5.15.1",
64
64
  "@fortawesome/react-fontawesome": "^0.1.13",
65
- "@micromag/core": "^0.3.36",
66
- "@micromag/elements": "^0.3.38",
67
- "@micromag/fields": "^0.3.36",
68
- "@micromag/screens": "^0.3.38",
69
- "@micromag/viewer": "^0.3.38",
65
+ "@micromag/core": "^0.3.42",
66
+ "@micromag/elements": "^0.3.42",
67
+ "@micromag/fields": "^0.3.42",
68
+ "@micromag/screens": "^0.3.42",
69
+ "@micromag/viewer": "^0.3.42",
70
70
  "classnames": "^2.2.6",
71
71
  "lodash": "^4.17.21",
72
72
  "prop-types": "^15.7.2",
@@ -81,5 +81,5 @@
81
81
  "publishConfig": {
82
82
  "access": "public"
83
83
  },
84
- "gitHead": "baf0eaac0b23e2b24d43d3518d64be1072538962"
84
+ "gitHead": "a80c775c071fffda13172464ce19db2c46c520a2"
85
85
  }