@micromag/viewer 0.3.374 → 0.3.375
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 +0 -1
- package/lib/index.js +0 -1
- package/package.json +2 -2
package/es/index.js
CHANGED
|
@@ -1067,7 +1067,6 @@ var ViewerMenuPreview = function ViewerMenuPreview(_ref) {
|
|
|
1067
1067
|
_ref6.textAlign;
|
|
1068
1068
|
var otherTitleStyles = _objectWithoutProperties(_ref6, _excluded$3);
|
|
1069
1069
|
var finalTitleStyles = titleStyles !== null ? getStyleFromText(otherTitleStyles) : null;
|
|
1070
|
-
|
|
1071
1070
|
// const { url: brandLogoUrl = null } = brandLogo || {};
|
|
1072
1071
|
var _useState = useState([]),
|
|
1073
1072
|
_useState2 = _slicedToArray(_useState, 2),
|
package/lib/index.js
CHANGED
|
@@ -1088,7 +1088,6 @@ var ViewerMenuPreview = function ViewerMenuPreview(_ref) {
|
|
|
1088
1088
|
_ref6.textAlign;
|
|
1089
1089
|
var otherTitleStyles = _objectWithoutProperties__default["default"](_ref6, _excluded$3);
|
|
1090
1090
|
var finalTitleStyles = titleStyles !== null ? utils.getStyleFromText(otherTitleStyles) : null;
|
|
1091
|
-
|
|
1092
1091
|
// const { url: brandLogoUrl = null } = brandLogo || {};
|
|
1093
1092
|
var _useState = React.useState([]),
|
|
1094
1093
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/viewer",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.375",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -83,5 +83,5 @@
|
|
|
83
83
|
"publishConfig": {
|
|
84
84
|
"access": "public"
|
|
85
85
|
},
|
|
86
|
-
"gitHead": "
|
|
86
|
+
"gitHead": "812fb7ffb17efa86944dd3f3525190ed1146478b"
|
|
87
87
|
}
|