@micromag/element-background 0.3.570 → 0.3.575
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 +2 -4
- package/package.json +4 -4
package/es/index.js
CHANGED
|
@@ -165,7 +165,6 @@ var Background = function Background(_ref) {
|
|
|
165
165
|
};
|
|
166
166
|
Background.propTypes = propTypes$1;
|
|
167
167
|
Background.defaultProps = defaultProps$1;
|
|
168
|
-
var Background$1 = Background;
|
|
169
168
|
|
|
170
169
|
var _excluded = ["horizontalAlign", "verticalAlign"];
|
|
171
170
|
var propTypes = {
|
|
@@ -252,7 +251,7 @@ var BackgroundLayers = function BackgroundLayers(_ref) {
|
|
|
252
251
|
style: {
|
|
253
252
|
zIndex: maxZIndex - index
|
|
254
253
|
}
|
|
255
|
-
}, /*#__PURE__*/React.createElement(Background
|
|
254
|
+
}, /*#__PURE__*/React.createElement(Background, Object.assign({
|
|
256
255
|
width: width,
|
|
257
256
|
height: height,
|
|
258
257
|
resolution: resolution,
|
|
@@ -273,6 +272,5 @@ var BackgroundLayers = function BackgroundLayers(_ref) {
|
|
|
273
272
|
};
|
|
274
273
|
BackgroundLayers.propTypes = propTypes;
|
|
275
274
|
BackgroundLayers.defaultProps = defaultProps;
|
|
276
|
-
var BackgroundLayers$1 = BackgroundLayers;
|
|
277
275
|
|
|
278
|
-
export { Background
|
|
276
|
+
export { Background, BackgroundLayers, BackgroundLayers as default };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/element-background",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.575",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"keywords": [
|
|
@@ -58,8 +58,8 @@
|
|
|
58
58
|
"dependencies": {
|
|
59
59
|
"@babel/runtime": "^7.13.10",
|
|
60
60
|
"@folklore/size": "^0.1.20",
|
|
61
|
-
"@micromag/core": "^0.3.
|
|
62
|
-
"@micromag/element-video": "^0.3.
|
|
61
|
+
"@micromag/core": "^0.3.572",
|
|
62
|
+
"@micromag/element-video": "^0.3.575",
|
|
63
63
|
"classnames": "^2.2.6",
|
|
64
64
|
"lodash": "^4.17.21",
|
|
65
65
|
"prop-types": "^15.7.2",
|
|
@@ -70,5 +70,5 @@
|
|
|
70
70
|
"access": "public",
|
|
71
71
|
"registry": "https://registry.npmjs.org/"
|
|
72
72
|
},
|
|
73
|
-
"gitHead": "
|
|
73
|
+
"gitHead": "686afa5c96672a7a26ce8577f2cc95693ea2db47"
|
|
74
74
|
}
|