@micromag/element-visual 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 +1 -2
  2. package/package.json +5 -5
package/es/index.js CHANGED
@@ -161,6 +161,5 @@ var Visual = function Visual(_ref) {
161
161
  };
162
162
  Visual.propTypes = propTypes;
163
163
  Visual.defaultProps = defaultProps;
164
- var Visual$1 = Visual;
165
164
 
166
- export { Visual$1 as default };
165
+ export { Visual as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/element-visual",
3
- "version": "0.3.572",
3
+ "version": "0.3.576",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -60,9 +60,9 @@
60
60
  "dependencies": {
61
61
  "@babel/runtime": "^7.13.10",
62
62
  "@folklore/size": "^0.1.20",
63
- "@micromag/core": "^0.3.572",
64
- "@micromag/element-image": "^0.3.572",
65
- "@micromag/element-video": "^0.3.572",
63
+ "@micromag/core": "^0.3.576",
64
+ "@micromag/element-image": "^0.3.576",
65
+ "@micromag/element-video": "^0.3.576",
66
66
  "classnames": "^2.2.6",
67
67
  "prop-types": "^15.7.2",
68
68
  "uuid": "^9.0.0"
@@ -71,5 +71,5 @@
71
71
  "access": "public",
72
72
  "registry": "https://registry.npmjs.org/"
73
73
  },
74
- "gitHead": "275564dfe8d82442c50621f9dcf64ea182464002"
74
+ "gitHead": "fa6ef8f8ed78d40e2a96e669c9cd794a50269c4b"
75
75
  }