@uploadcare/file-uploader 1.24.0-alpha.0 → 1.24.0-alpha.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/dist/env.js +1 -1
- package/dist/index.js +1 -1
- package/dist/index.ssr.js +1 -1
- package/package.json +2 -1
- package/web/file-uploader.iife.min.js +2 -2
- package/web/file-uploader.min.js +4 -4
- package/web/uc-cloud-image-editor.min.js +1 -1
- package/web/uc-file-uploader-inline.min.js +4 -4
- package/web/uc-file-uploader-minimal.min.js +4 -4
- package/web/uc-file-uploader-regular.min.js +4 -4
- package/web/uc-img.min.js +1 -1
package/dist/env.js
CHANGED
package/dist/index.js
CHANGED
|
@@ -1216,7 +1216,7 @@ import { TelemetryAPIService } from "@uploadcare/quality-insights";
|
|
|
1216
1216
|
import { Queue as Queue2 } from "@uploadcare/upload-client";
|
|
1217
1217
|
|
|
1218
1218
|
// package.json
|
|
1219
|
-
var version = "1.24.0-alpha.
|
|
1219
|
+
var version = "1.24.0-alpha.1";
|
|
1220
1220
|
|
|
1221
1221
|
// src/env.ts
|
|
1222
1222
|
var PACKAGE_NAME = "blocks";
|
package/dist/index.ssr.js
CHANGED
|
@@ -1128,7 +1128,7 @@ export const ModalEvents = {
|
|
|
1128
1128
|
DESTROY: "modal:destroy",
|
|
1129
1129
|
};
|
|
1130
1130
|
export const PACKAGE_NAME = `blocks`;
|
|
1131
|
-
export const PACKAGE_VERSION = `1.24.0-alpha.
|
|
1131
|
+
export const PACKAGE_VERSION = `1.24.0-alpha.1`;
|
|
1132
1132
|
export const PresenceToggle = class {
|
|
1133
1133
|
static template = `<slot></slot> `;
|
|
1134
1134
|
static reg = () => {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uploadcare/file-uploader",
|
|
3
|
-
"version": "1.24.0-alpha.
|
|
3
|
+
"version": "1.24.0-alpha.1",
|
|
4
4
|
"description": "Building blocks for Uploadcare products integration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"web components",
|
|
@@ -46,6 +46,7 @@
|
|
|
46
46
|
"browser": "./dist/index.js",
|
|
47
47
|
"default": "./dist/index.js"
|
|
48
48
|
},
|
|
49
|
+
"./index.css": "./dist/index.css",
|
|
49
50
|
"./abstract/loadFileUploaderFrom.js": "./dist/abstract/loadFileUploaderFrom.js",
|
|
50
51
|
"./env": "./dist/env.js",
|
|
51
52
|
"./web/*": "./web/*",
|