@uploadcare/file-uploader 1.5.0 → 1.5.1

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.
@@ -30,3 +30,6 @@
30
30
  @import url('../../CloudImageEditor/index.css');
31
31
  @import url('../../CloudImageEditorActivity/index.css');
32
32
  @import url('../../Select/select.css');
33
+
34
+ /* POST RESET */
35
+ @import url('post-reset.css');
@@ -0,0 +1,3 @@
1
+ :where([uc-wgt-common]) uc-source-btn[type] {
2
+ all: unset;
3
+ }
package/env.d.ts CHANGED
@@ -1,4 +1,4 @@
1
1
  /** Do not edit this file manually. It's generated during build process. */
2
2
  export const PACKAGE_NAME: "blocks";
3
- export const PACKAGE_VERSION: "1.5.0";
3
+ export const PACKAGE_VERSION: "1.5.1";
4
4
  //# sourceMappingURL=env.d.ts.map
package/env.js CHANGED
@@ -1,3 +1,3 @@
1
1
  /** Do not edit this file manually. It's generated during build process. */
2
2
  export const PACKAGE_NAME = 'blocks';
3
- export const PACKAGE_VERSION = '1.5.0';
3
+ export const PACKAGE_VERSION = '1.5.1';
package/index.ssr.d.ts CHANGED
@@ -512,7 +512,7 @@ export const Modal: {
512
512
  bindAttributes: () => void;
513
513
  };
514
514
  export const PACKAGE_NAME: "blocks";
515
- export const PACKAGE_VERSION: "1.5.0";
515
+ export const PACKAGE_VERSION: "1.5.1";
516
516
  export const PresenceToggle: {
517
517
  new (): {};
518
518
  template: string;
package/index.ssr.js CHANGED
@@ -943,7 +943,7 @@ export const Modal = class {
943
943
  static bindAttributes = () => {};
944
944
  };
945
945
  export const PACKAGE_NAME = `blocks`;
946
- export const PACKAGE_VERSION = `1.5.0`;
946
+ export const PACKAGE_VERSION = `1.5.1`;
947
947
  export const PresenceToggle = class {
948
948
  static template = `<slot></slot> `;
949
949
  static reg = () => {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uploadcare/file-uploader",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "description": "Building blocks for Uploadcare products integration",
5
5
  "keywords": [
6
6
  "web components",