@micromag/element-image 0.3.763 → 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 -0
  2. package/package.json +2 -2
package/es/index.js CHANGED
@@ -178,6 +178,9 @@ var Image = function Image(_ref) {
178
178
  var finalUrl = getOptimalImageUrl(media, finalWidth, finalHeight || finalWidth, {
179
179
  resolution: resolution
180
180
  });
181
+
182
+ // console.log('image finalWidth, finalHeight, resolution', finalImageStyle, resolution, finalUrl);
183
+
181
184
  return /*#__PURE__*/React.createElement("div", {
182
185
  className: classNames([styles.container, _defineProperty({}, className, className !== null)]),
183
186
  style: finalContainerStyle
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/element-image",
3
- "version": "0.3.763",
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": "843084e78ba9bf2de883b2c958bd38853cdc20e6"
73
+ "gitHead": "d62054de23d26acb44ae9bace7b3eacc99c7f11e"
74
74
  }