@micromag/element-webview 0.3.578 → 0.3.581

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.
Files changed (2) hide show
  1. package/es/index.js +5 -3
  2. package/package.json +2 -2
package/es/index.js CHANGED
@@ -1,10 +1,10 @@
1
1
  import _defineProperty from '@babel/runtime/helpers/defineProperty';
2
- import { Close } from '@micromag/core/components';
3
- import Button from '@micromag/element-button';
4
2
  import classNames from 'classnames';
5
3
  import PropTypes from 'prop-types';
6
4
  import React from 'react';
7
5
  import { useIntl } from 'react-intl';
6
+ import { Close } from '@micromag/core/components';
7
+ import Button from '@micromag/element-button';
8
8
 
9
9
  var styles = {"container":"micromag-element-webview-container","close":"micromag-element-webview-close","iframe":"micromag-element-webview-iframe","top":"micromag-element-webview-top","icon":"micromag-element-webview-icon"};
10
10
 
@@ -58,7 +58,9 @@ function WebView(_ref) {
58
58
  className: styles.closeIcon
59
59
  }))) : null, /*#__PURE__*/React.createElement("iframe", {
60
60
  className: styles.iframe,
61
- "aria-hidden": !focusable ? 'true' : null,
61
+ "aria-hidden": !focusable ? 'true' : null
62
+ // eslint-disable-next-line jsx-a11y/no-noninteractive-tabindex
63
+ ,
62
64
  tabIndex: focusable ? '0' : '-1',
63
65
  title: intl.formatMessage({
64
66
  id: "17zT4Q",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/element-webview",
3
- "version": "0.3.578",
3
+ "version": "0.3.581",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -71,5 +71,5 @@
71
71
  "access": "public",
72
72
  "registry": "https://registry.npmjs.org/"
73
73
  },
74
- "gitHead": "924e621e3cf56f4d46abed790ef7f1f13ec29fb1"
74
+ "gitHead": "4f667ad3d6831c079c91e717202bf02f7beda276"
75
75
  }