@micromag/element-background 0.3.572 → 0.3.576

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 +2 -4
  2. 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$1, Object.assign({
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$1 as Background, BackgroundLayers$1 as BackgroundLayers, BackgroundLayers$1 as default };
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.572",
3
+ "version": "0.3.576",
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.572",
62
- "@micromag/element-video": "^0.3.572",
61
+ "@micromag/core": "^0.3.576",
62
+ "@micromag/element-video": "^0.3.576",
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": "275564dfe8d82442c50621f9dcf64ea182464002"
73
+ "gitHead": "fa6ef8f8ed78d40e2a96e669c9cd794a50269c4b"
74
74
  }