@agilemotion/oui-react-js 1.4.2 → 1.4.3

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.
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -117,7 +117,7 @@ const FileThumb = props => {
117
117
  backgroundSize: 'contain',
118
118
  backgroundPosition: 'center',
119
119
  backgroundColor: 'transparent',
120
- backgroundImage: isImage() ? "url(".concat(file.repositoryId ? downloadUrl : file.payload, ")") : "url(".concat(require('../../assets/img/' + getThumbImage()), ")")
120
+ backgroundImage: isImage() ? "url(".concat(file.repositoryId ? downloadUrl : file.payload, ")") : "url(".concat(require('../assets/img/' + getThumbImage()), ")")
121
121
  }
122
122
  })));
123
123
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agilemotion/oui-react-js",
3
- "version": "1.4.2",
3
+ "version": "1.4.3",
4
4
  "babel": {
5
5
  "presets": [
6
6
  "@babel/preset-env",