@micromag/element-background 0.3.152 → 0.3.158

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 CHANGED
@@ -153,7 +153,8 @@ var Background = function Background(_ref) {
153
153
  muted: muted,
154
154
  shouldLoad: shouldLoad,
155
155
  autoPlay: true,
156
- loop: true
156
+ loop: true,
157
+ withPoster: true
157
158
  })) : null, /*#__PURE__*/React.createElement("div", {
158
159
  className: styles.content
159
160
  }, children));
package/lib/index.js CHANGED
@@ -167,7 +167,8 @@ var Background = function Background(_ref) {
167
167
  muted: muted,
168
168
  shouldLoad: shouldLoad,
169
169
  autoPlay: true,
170
- loop: true
170
+ loop: true,
171
+ withPoster: true
171
172
  })) : null, /*#__PURE__*/React__default["default"].createElement("div", {
172
173
  className: styles.content
173
174
  }, children));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/element-background",
3
- "version": "0.3.152",
3
+ "version": "0.3.158",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -48,8 +48,8 @@
48
48
  "dependencies": {
49
49
  "@babel/runtime": "^7.13.10",
50
50
  "@folklore/size": "^0.1.20",
51
- "@micromag/core": "^0.3.152",
52
- "@micromag/element-video": "^0.3.152",
51
+ "@micromag/core": "^0.3.156",
52
+ "@micromag/element-video": "^0.3.156",
53
53
  "classnames": "^2.2.6",
54
54
  "lodash": "^4.17.21",
55
55
  "prop-types": "^15.7.2",
@@ -59,5 +59,5 @@
59
59
  "publishConfig": {
60
60
  "access": "public"
61
61
  },
62
- "gitHead": "23db6c104c10cc70a73366c8b04576a312a36206"
62
+ "gitHead": "edf7b21d97eeee8cc13826133a01ff12c0e9a6d9"
63
63
  }