@micromag/element-share-options 0.3.679 → 0.3.706

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 +3 -3
  2. package/package.json +3 -3
package/es/index.js CHANGED
@@ -400,9 +400,9 @@ var ShareOptions = function ShareOptions(_ref) {
400
400
  style: {
401
401
  width: "".concat(iconSize, "px")
402
402
  }
403
- }))) : null, selectedOptions.map(function (_ref17) {
404
- var id = _ref17.id,
405
- button = _ref17.button;
403
+ }))) : null, selectedOptions.map(function (_ref15) {
404
+ var id = _ref15.id,
405
+ button = _ref15.button;
406
406
  return /*#__PURE__*/React.createElement("div", {
407
407
  key: id,
408
408
  className: classNames([styles.item, _defineProperty({}, itemClassName, itemClassName !== null)])
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/element-share-options",
3
- "version": "0.3.679",
3
+ "version": "0.3.706",
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.679",
66
+ "@micromag/core": "^0.3.706",
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": "ed32123e4d66d2cfe32ec1fecaf1a435e1b04bbf"
77
+ "gitHead": "1797e88940f701824f9b047784d8f5a872b6a790"
78
78
  }