@micromag/element-image 0.3.764 → 0.3.765

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 -1
  2. package/package.json +2 -2
package/es/index.js CHANGED
@@ -178,7 +178,9 @@ var Image = function Image(_ref) {
178
178
  var finalUrl = getOptimalImageUrl(media, finalWidth, finalHeight || finalWidth, {
179
179
  resolution: resolution
180
180
  });
181
- console.log('image finalWidth, finalHeight, resolution', finalImageStyle, resolution, finalUrl);
181
+
182
+ // console.log('image finalWidth, finalHeight, resolution', finalImageStyle, resolution, finalUrl);
183
+
182
184
  return /*#__PURE__*/React.createElement("div", {
183
185
  className: classNames([styles.container, _defineProperty({}, className, className !== null)]),
184
186
  style: finalContainerStyle
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/element-image",
3
- "version": "0.3.764",
3
+ "version": "0.3.765",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -70,5 +70,5 @@
70
70
  "access": "public",
71
71
  "registry": "https://registry.npmjs.org/"
72
72
  },
73
- "gitHead": "fa2349acf0dfb3dbc9b6dc39fa844739c0835307"
73
+ "gitHead": "d62054de23d26acb44ae9bace7b3eacc99c7f11e"
74
74
  }