@uploadcare/file-uploader 1.4.1-alpha.1 → 1.4.1-alpha.2

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.
@@ -152,7 +152,7 @@ export class UploaderPublicApi {
152
152
 
153
153
  let fileInput = document.createElement('input');
154
154
  fileInput.setAttribute(INPUT_DATA_ATTR, '');
155
- fileInput.style.display = 'none';
155
+ fileInput.style.visibility = 'hidden';
156
156
  fileInput.type = 'file';
157
157
  fileInput.multiple = this.cfg.multiple;
158
158
  if (options.captureCamera) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uploadcare/file-uploader",
3
- "version": "1.4.1-alpha.1",
3
+ "version": "1.4.1-alpha.2",
4
4
  "description": "Building blocks for Uploadcare products integration",
5
5
  "keywords": [
6
6
  "web components",