@micromag/editor 0.3.181 → 0.3.184
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 -1
- package/lib/index.js +1 -1
- package/package.json +7 -7
- package/scss/styles.scss +1 -1
package/es/index.js
CHANGED
|
@@ -1653,7 +1653,7 @@ var EditorPreview = function EditorPreview(_ref) {
|
|
|
1653
1653
|
renderContext: "edit",
|
|
1654
1654
|
onScreenChange: onScreenChange,
|
|
1655
1655
|
neighborScreensActive: 0,
|
|
1656
|
-
|
|
1656
|
+
withNeighborScreens: false,
|
|
1657
1657
|
withoutTransitions: true,
|
|
1658
1658
|
withoutGestures: true,
|
|
1659
1659
|
withoutMenu: true
|
package/lib/index.js
CHANGED
|
@@ -1673,7 +1673,7 @@ var EditorPreview = function EditorPreview(_ref) {
|
|
|
1673
1673
|
renderContext: "edit",
|
|
1674
1674
|
onScreenChange: onScreenChange,
|
|
1675
1675
|
neighborScreensActive: 0,
|
|
1676
|
-
|
|
1676
|
+
withNeighborScreens: false,
|
|
1677
1677
|
withoutTransitions: true,
|
|
1678
1678
|
withoutGestures: true,
|
|
1679
1679
|
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.184",
|
|
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.184",
|
|
66
|
+
"@micromag/elements": "^0.3.184",
|
|
67
|
+
"@micromag/fields": "^0.3.184",
|
|
68
|
+
"@micromag/screens": "^0.3.184",
|
|
69
|
+
"@micromag/viewer": "^0.3.184",
|
|
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": "c3a7e9c33338debc3ee2e2f37635ca66ad7c4c30"
|
|
85
85
|
}
|
package/scss/styles.scss
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@import '~@micromag/viewer/scss/styles';
|
|
2
2
|
@import '~@micromag/fields/scss/styles';
|
|
3
|
-
@import '~@micromag/screens/scss/styles';
|
|
4
3
|
@import '~@micromag/elements/scss/styles';
|
|
4
|
+
@import '~@micromag/screens/scss/styles';
|
|
5
5
|
@import '~@micromag/media-gallery/scss/styles';
|
|
6
6
|
@import '~@micromag/editor/assets/css/styles.css';
|