@micromag/viewer 0.3.634 → 0.3.635
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/package.json +2 -2
package/es/index.js
CHANGED
|
@@ -2548,7 +2548,6 @@ function WebViewContainer(_ref) {
|
|
|
2548
2548
|
};
|
|
2549
2549
|
}, [close]);
|
|
2550
2550
|
useKeyboardShortcuts(keyboardShortcuts);
|
|
2551
|
-
console.log('webview opened', opened);
|
|
2552
2551
|
return /*#__PURE__*/React.createElement("div", {
|
|
2553
2552
|
className: classNames([styles.container, _defineProperty(_defineProperty({}, styles.opened, opened), className, className !== null)]),
|
|
2554
2553
|
style: style,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/viewer",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.635",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"keywords": [
|
|
@@ -91,5 +91,5 @@
|
|
|
91
91
|
"access": "public",
|
|
92
92
|
"registry": "https://registry.npmjs.org/"
|
|
93
93
|
},
|
|
94
|
-
"gitHead": "
|
|
94
|
+
"gitHead": "4b794c42b138c74fcf62ebe9a0435d515dd76f91"
|
|
95
95
|
}
|