@micromag/element-background 0.4.25 → 0.4.26

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 +1 -1
  2. package/package.json +4 -4
package/es/index.js CHANGED
@@ -155,7 +155,7 @@ function BackgroundLayers(_ref) {
155
155
  _ref$resolution = _ref.resolution,
156
156
  resolution = _ref$resolution === void 0 ? 1 : _ref$resolution,
157
157
  _ref$background = _ref.background,
158
- background = _ref$background === void 0 ? [] : _ref$background,
158
+ background = _ref$background === void 0 ? null : _ref$background,
159
159
  _ref$playing = _ref.playing,
160
160
  playing = _ref$playing === void 0 ? false : _ref$playing,
161
161
  _ref$muted = _ref.muted,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/element-background",
3
- "version": "0.4.25",
3
+ "version": "0.4.26",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -60,8 +60,8 @@
60
60
  "dependencies": {
61
61
  "@babel/runtime": "^7.28.6",
62
62
  "@folklore/size": "^0.1.20",
63
- "@micromag/core": "^0.4.25",
64
- "@micromag/element-video": "^0.4.25",
63
+ "@micromag/core": "^0.4.26",
64
+ "@micromag/element-video": "^0.4.26",
65
65
  "classnames": "^2.2.6",
66
66
  "lodash": "^4.17.23",
67
67
  "react-intl": "^8.1.3",
@@ -71,5 +71,5 @@
71
71
  "access": "public",
72
72
  "registry": "https://registry.npmjs.org/"
73
73
  },
74
- "gitHead": "01f62fcaf9ea405d162fdc26e36479d9f307f640"
74
+ "gitHead": "dd4833b92d00633e4c6b85d3118bf5207811157e"
75
75
  }