@micromag/editor 0.3.643 → 0.3.645

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.
Files changed (2) hide show
  1. package/es/index.js +1 -0
  2. package/package.json +5 -5
package/es/index.js CHANGED
@@ -1560,6 +1560,7 @@ var EditorPreview = function EditorPreview(_ref) {
1560
1560
  interactions: null,
1561
1561
  renderContext: "edit",
1562
1562
  onScreenChange: onScreenChange,
1563
+ withNavigationHint: false,
1563
1564
  withoutNavigationArrow: true,
1564
1565
  withoutTransitions: true,
1565
1566
  withoutGestures: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/editor",
3
- "version": "0.3.643",
3
+ "version": "0.3.645",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -72,10 +72,10 @@
72
72
  "@fortawesome/free-solid-svg-icons": "^6.5.2",
73
73
  "@fortawesome/react-fontawesome": "^0.2.0",
74
74
  "@micromag/core": "^0.3.637",
75
- "@micromag/elements": "^0.3.639",
75
+ "@micromag/elements": "^0.3.645",
76
76
  "@micromag/fields": "^0.3.643",
77
- "@micromag/screens": "^0.3.643",
78
- "@micromag/viewer": "^0.3.643",
77
+ "@micromag/screens": "^0.3.645",
78
+ "@micromag/viewer": "^0.3.645",
79
79
  "@panneau/uppy": "^3.0.162",
80
80
  "classnames": "^2.2.6",
81
81
  "lodash": "^4.17.21",
@@ -91,5 +91,5 @@
91
91
  "access": "public",
92
92
  "registry": "https://registry.npmjs.org/"
93
93
  },
94
- "gitHead": "8370388b4087d27421b13ad0b8d2b8ad87163036"
94
+ "gitHead": "a32c0a215e9a9804e200a7cf80dda04eb02a9f88"
95
95
  }