@micromag/element-webview 0.3.91 → 0.3.94
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 +3 -1
- package/lib/index.js +3 -1
- package/package.json +2 -2
package/es/index.js
CHANGED
|
@@ -98,7 +98,9 @@ function WebView(_ref) {
|
|
|
98
98
|
}, /*#__PURE__*/React.createElement(Button, {
|
|
99
99
|
className: styles.close,
|
|
100
100
|
onClick: onClose
|
|
101
|
-
}, /*#__PURE__*/React.createElement(Close,
|
|
101
|
+
}, /*#__PURE__*/React.createElement(Close, {
|
|
102
|
+
className: styles.closeIcon
|
|
103
|
+
}))) : null, !hidden ? /*#__PURE__*/React.createElement("iframe", {
|
|
102
104
|
className: styles.iframe,
|
|
103
105
|
ref: iframeRef,
|
|
104
106
|
title: "Popup",
|
package/lib/index.js
CHANGED
|
@@ -108,7 +108,9 @@ function WebView(_ref) {
|
|
|
108
108
|
}, /*#__PURE__*/React__default["default"].createElement(Button__default["default"], {
|
|
109
109
|
className: styles.close,
|
|
110
110
|
onClick: onClose
|
|
111
|
-
}, /*#__PURE__*/React__default["default"].createElement(Close,
|
|
111
|
+
}, /*#__PURE__*/React__default["default"].createElement(Close, {
|
|
112
|
+
className: styles.closeIcon
|
|
113
|
+
}))) : null, !hidden ? /*#__PURE__*/React__default["default"].createElement("iframe", {
|
|
112
114
|
className: styles.iframe,
|
|
113
115
|
ref: iframeRef,
|
|
114
116
|
title: "Popup",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/element-webview",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.94",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -63,5 +63,5 @@
|
|
|
63
63
|
"publishConfig": {
|
|
64
64
|
"access": "public"
|
|
65
65
|
},
|
|
66
|
-
"gitHead": "
|
|
66
|
+
"gitHead": "a52ac2b4e1b68403bafc9ed067b10e834b82f825"
|
|
67
67
|
}
|