@micromag/editor 0.3.184 → 0.3.190
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 -2
- package/lib/index.js +1 -2
- package/package.json +7 -7
package/es/index.js
CHANGED
|
@@ -1652,8 +1652,7 @@ var EditorPreview = function EditorPreview(_ref) {
|
|
|
1652
1652
|
interactions: null,
|
|
1653
1653
|
renderContext: "edit",
|
|
1654
1654
|
onScreenChange: onScreenChange,
|
|
1655
|
-
|
|
1656
|
-
withNeighborScreens: false,
|
|
1655
|
+
withoutNavigationArrow: true,
|
|
1657
1656
|
withoutTransitions: true,
|
|
1658
1657
|
withoutGestures: true,
|
|
1659
1658
|
withoutMenu: true
|
package/lib/index.js
CHANGED
|
@@ -1672,8 +1672,7 @@ var EditorPreview = function EditorPreview(_ref) {
|
|
|
1672
1672
|
interactions: null,
|
|
1673
1673
|
renderContext: "edit",
|
|
1674
1674
|
onScreenChange: onScreenChange,
|
|
1675
|
-
|
|
1676
|
-
withNeighborScreens: false,
|
|
1675
|
+
withoutNavigationArrow: true,
|
|
1677
1676
|
withoutTransitions: true,
|
|
1678
1677
|
withoutGestures: true,
|
|
1679
1678
|
withoutMenu: true
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/editor",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.190",
|
|
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.
|
|
66
|
-
"@micromag/elements": "^0.3.
|
|
67
|
-
"@micromag/fields": "^0.3.
|
|
68
|
-
"@micromag/screens": "^0.3.
|
|
69
|
-
"@micromag/viewer": "^0.3.
|
|
65
|
+
"@micromag/core": "^0.3.190",
|
|
66
|
+
"@micromag/elements": "^0.3.190",
|
|
67
|
+
"@micromag/fields": "^0.3.190",
|
|
68
|
+
"@micromag/screens": "^0.3.190",
|
|
69
|
+
"@micromag/viewer": "^0.3.190",
|
|
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": "
|
|
84
|
+
"gitHead": "36be7dcf459e109654b406147cc723a52cb784cd"
|
|
85
85
|
}
|