@micromag/element-share-options 0.3.570 → 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 +3 -3
package/es/index.js CHANGED
@@ -411,6 +411,5 @@ var ShareOptions = function ShareOptions(_ref) {
411
411
  };
412
412
  ShareOptions.propTypes = propTypes;
413
413
  ShareOptions.defaultProps = defaultProps;
414
- var ShareOptions$1 = ShareOptions;
415
414
 
416
- export { ShareOptions$1 as default };
415
+ export { ShareOptions as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/element-share-options",
3
- "version": "0.3.570",
3
+ "version": "0.3.576",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -63,7 +63,7 @@
63
63
  },
64
64
  "dependencies": {
65
65
  "@babel/runtime": "^7.13.10",
66
- "@micromag/core": "^0.3.570",
66
+ "@micromag/core": "^0.3.576",
67
67
  "classnames": "^2.2.6",
68
68
  "prop-types": "^15.7.2",
69
69
  "react-intl": "^6.6.4",
@@ -74,5 +74,5 @@
74
74
  "access": "public",
75
75
  "registry": "https://registry.npmjs.org/"
76
76
  },
77
- "gitHead": "77ddf956df099afb685816a80bca648690751402"
77
+ "gitHead": "fa6ef8f8ed78d40e2a96e669c9cd794a50269c4b"
78
78
  }