@micromag/viewer 0.2.388 → 0.2.389
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 +2 -2
package/es/index.js
CHANGED
|
@@ -1409,7 +1409,7 @@ var Viewer = function Viewer(_ref) {
|
|
|
1409
1409
|
"type": 0,
|
|
1410
1410
|
"value": "Go to previous screen"
|
|
1411
1411
|
}]
|
|
1412
|
-
})
|
|
1412
|
+
})) : null, /*#__PURE__*/React.createElement("div", {
|
|
1413
1413
|
ref: current ? currentScreenRef : null,
|
|
1414
1414
|
style: {
|
|
1415
1415
|
width: landscape ? screenWidth : null,
|
package/lib/index.js
CHANGED
|
@@ -1426,7 +1426,7 @@ var Viewer = function Viewer(_ref) {
|
|
|
1426
1426
|
"type": 0,
|
|
1427
1427
|
"value": "Go to previous screen"
|
|
1428
1428
|
}]
|
|
1429
|
-
})
|
|
1429
|
+
})) : null, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
1430
1430
|
ref: current ? currentScreenRef : null,
|
|
1431
1431
|
style: {
|
|
1432
1432
|
width: landscape ? screenWidth : null,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/viewer",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.389",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -76,5 +76,5 @@
|
|
|
76
76
|
"publishConfig": {
|
|
77
77
|
"access": "public"
|
|
78
78
|
},
|
|
79
|
-
"gitHead": "
|
|
79
|
+
"gitHead": "4d1e175e60baf8da9ecbbce89d29d6d4a57f29ad"
|
|
80
80
|
}
|