@micromag/screen-slideshow 0.3.123 → 0.3.124

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
@@ -162,6 +162,7 @@ var SlideshowScreen = function SlideshowScreen(_ref) {
162
162
  fit: 'cover'
163
163
  },
164
164
  playing: backgroundPlaying,
165
+ active: active,
165
166
  onLoaded: onImageLoaded
166
167
  })) : null))), withCaptions ? /*#__PURE__*/React.createElement(Transitions, {
167
168
  transitions: transitions,
package/lib/index.js CHANGED
@@ -179,6 +179,7 @@ var SlideshowScreen = function SlideshowScreen(_ref) {
179
179
  fit: 'cover'
180
180
  },
181
181
  playing: backgroundPlaying,
182
+ active: active,
182
183
  onLoaded: onImageLoaded
183
184
  })) : null))), withCaptions ? /*#__PURE__*/React__default["default"].createElement(components.Transitions, {
184
185
  transitions: transitions,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-slideshow",
3
- "version": "0.3.123",
3
+ "version": "0.3.124",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -49,14 +49,14 @@
49
49
  },
50
50
  "dependencies": {
51
51
  "@babel/runtime": "^7.13.10",
52
- "@micromag/core": "^0.3.122",
53
- "@micromag/element-background": "^0.3.123",
54
- "@micromag/element-call-to-action": "^0.3.122",
55
- "@micromag/element-container": "^0.3.122",
56
- "@micromag/element-layout": "^0.3.122",
57
- "@micromag/element-text": "^0.3.122",
58
- "@micromag/element-visual": "^0.3.123",
59
- "@micromag/transforms": "^0.3.122",
52
+ "@micromag/core": "^0.3.124",
53
+ "@micromag/element-background": "^0.3.124",
54
+ "@micromag/element-call-to-action": "^0.3.124",
55
+ "@micromag/element-container": "^0.3.124",
56
+ "@micromag/element-layout": "^0.3.124",
57
+ "@micromag/element-text": "^0.3.124",
58
+ "@micromag/element-visual": "^0.3.124",
59
+ "@micromag/transforms": "^0.3.124",
60
60
  "classnames": "^2.2.6",
61
61
  "lodash": "^4.17.21",
62
62
  "prop-types": "^15.7.2",
@@ -66,5 +66,5 @@
66
66
  "publishConfig": {
67
67
  "access": "public"
68
68
  },
69
- "gitHead": "1815cb0d51d34e283db3390bd56113dbac339098"
69
+ "gitHead": "9050944df1d66cae14e04a771f739e2743894fb8"
70
70
  }