@micromag/editor 0.3.642 → 0.3.644
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 +1 -0
- 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.
|
|
3
|
+
"version": "0.3.644",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"keywords": [
|
|
@@ -73,9 +73,9 @@
|
|
|
73
73
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
|
74
74
|
"@micromag/core": "^0.3.637",
|
|
75
75
|
"@micromag/elements": "^0.3.639",
|
|
76
|
-
"@micromag/fields": "^0.3.
|
|
77
|
-
"@micromag/screens": "^0.3.
|
|
78
|
-
"@micromag/viewer": "^0.3.
|
|
76
|
+
"@micromag/fields": "^0.3.643",
|
|
77
|
+
"@micromag/screens": "^0.3.644",
|
|
78
|
+
"@micromag/viewer": "^0.3.644",
|
|
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": "
|
|
94
|
+
"gitHead": "f4460f61304b26c486b121045ea629920eb28c0d"
|
|
95
95
|
}
|