@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.
- package/blocks/themes/uc-basic/index.css +3 -0
- package/blocks/themes/uc-basic/post-reset.css +3 -0
- package/env.d.ts +1 -1
- package/env.js +1 -1
- package/index.ssr.d.ts +1 -1
- package/index.ssr.js +1 -1
- package/package.json +1 -1
- package/web/file-uploader.iife.min.js +1 -1
- package/web/file-uploader.min.js +1 -1
- package/web/uc-basic.min.css +1 -1
- package/web/uc-cloud-image-editor.min.js +1 -1
- package/web/uc-file-uploader-inline.min.css +1 -1
- package/web/uc-file-uploader-inline.min.js +1 -1
- package/web/uc-file-uploader-minimal.min.js +1 -1
- package/web/uc-file-uploader-regular.min.css +1 -1
- package/web/uc-file-uploader-regular.min.js +1 -1
- package/web/uc-img.min.js +1 -1
package/env.d.ts
CHANGED
package/env.js
CHANGED
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.
|
|
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.
|
|
946
|
+
export const PACKAGE_VERSION = `1.5.1`;
|
|
947
947
|
export const PresenceToggle = class {
|
|
948
948
|
static template = `<slot></slot> `;
|
|
949
949
|
static reg = () => {};
|