@micromag/element-background 0.3.88 → 0.3.106
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 +1 -1
- package/lib/index.js +1 -1
- package/package.json +6 -6
package/es/index.js
CHANGED
|
@@ -142,7 +142,7 @@ var Background = function Background(_ref) {
|
|
|
142
142
|
autoPlay: playing,
|
|
143
143
|
initialMuted: true,
|
|
144
144
|
loop: true,
|
|
145
|
-
|
|
145
|
+
shouldLoad: shouldLoad
|
|
146
146
|
})) : null, /*#__PURE__*/React.createElement("div", {
|
|
147
147
|
className: styles.content
|
|
148
148
|
}, children));
|
package/lib/index.js
CHANGED
|
@@ -156,7 +156,7 @@ var Background = function Background(_ref) {
|
|
|
156
156
|
autoPlay: playing,
|
|
157
157
|
initialMuted: true,
|
|
158
158
|
loop: true,
|
|
159
|
-
|
|
159
|
+
shouldLoad: shouldLoad
|
|
160
160
|
})) : null, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
161
161
|
className: styles.content
|
|
162
162
|
}, children));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/element-background",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.106",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -40,16 +40,16 @@
|
|
|
40
40
|
"prepare": "../../scripts/prepare-package.sh"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"react": "^16.8.0 || ^17.0.0"
|
|
43
|
+
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
|
|
44
44
|
},
|
|
45
45
|
"peerDependencies": {
|
|
46
|
-
"react": "^16.8.0 || ^17.0.0"
|
|
46
|
+
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
49
|
"@babel/runtime": "^7.13.10",
|
|
50
50
|
"@folklore/size": "^0.1.20",
|
|
51
|
-
"@micromag/core": "^0.3.
|
|
52
|
-
"@micromag/element-video": "^0.3.
|
|
51
|
+
"@micromag/core": "^0.3.106",
|
|
52
|
+
"@micromag/element-video": "^0.3.106",
|
|
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": "
|
|
62
|
+
"gitHead": "865842ef7fbdc41f89dd0891857989ded63d44c4"
|
|
63
63
|
}
|