@micromag/element-background 0.3.491 → 0.3.497

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.
@@ -1 +1 @@
1
- .micromag-element-background-layer,.micromag-element-background-layers,.micromag-element-background-video,.micromag-element-background-videoContainer{height:100%;left:0;position:absolute;top:0;width:100%}.micromag-element-background-container{overflow:hidden}.micromag-element-background-layer,.micromag-element-background-layers{z-index:0}.micromag-element-background-right .micromag-element-background-background{left:auto;right:0}.micromag-element-background-bottom .micromag-element-background-background{bottom:0;top:auto}
1
+ .micromag-element-background-layer,.micromag-element-background-layers,.micromag-element-background-video,.micromag-element-background-videoContainer{height:100%;left:0;position:absolute;top:0;width:100%}.micromag-element-background-container{overflow:hidden}.micromag-element-background-container:focus video,.micromag-element-background-container[focus-within] video{border:3px solid #f3f}.micromag-element-background-container:focus video,.micromag-element-background-container:focus-within video{border:3px solid #f3f}.micromag-element-background-layer,.micromag-element-background-layers{z-index:0}.micromag-element-background-right .micromag-element-background-background{left:auto;right:0}.micromag-element-background-bottom .micromag-element-background-background{bottom:0;top:auto}
package/es/index.js CHANGED
@@ -157,7 +157,8 @@ var Background = function Background(_ref) {
157
157
  disablePictureInPicture: true,
158
158
  autoPlay: true,
159
159
  loop: true,
160
- withPoster: true
160
+ withPoster: true,
161
+ focusable: false
161
162
  })) : null, /*#__PURE__*/React.createElement("div", {
162
163
  className: styles.content
163
164
  }, children));
package/lib/index.js CHANGED
@@ -161,7 +161,8 @@ var Background = function Background(_ref) {
161
161
  disablePictureInPicture: true,
162
162
  autoPlay: true,
163
163
  loop: true,
164
- withPoster: true
164
+ withPoster: true,
165
+ focusable: false
165
166
  })) : null, /*#__PURE__*/React.createElement("div", {
166
167
  className: styles.content
167
168
  }, children));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/element-background",
3
- "version": "0.3.491",
3
+ "version": "0.3.497",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -59,8 +59,8 @@
59
59
  "dependencies": {
60
60
  "@babel/runtime": "^7.13.10",
61
61
  "@folklore/size": "^0.1.20",
62
- "@micromag/core": "^0.3.491",
63
- "@micromag/element-video": "^0.3.491",
62
+ "@micromag/core": "^0.3.497",
63
+ "@micromag/element-video": "^0.3.497",
64
64
  "classnames": "^2.2.6",
65
65
  "lodash": "^4.17.21",
66
66
  "prop-types": "^15.7.2",
@@ -71,5 +71,5 @@
71
71
  "access": "public",
72
72
  "registry": "https://registry.npmjs.org/"
73
73
  },
74
- "gitHead": "d4af8a992fad6d8d50e41e347a4b92e6e025b984"
74
+ "gitHead": "94e795f19f551f20411fb12fada0906c5cdb0d4b"
75
75
  }