@uploadcare/file-uploader 1.19.3 → 1.19.4-alpha.0

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.
@@ -1 +1 @@
1
- {"version":3,"file":"ImgBase.d.ts","sourceRoot":"","sources":["ImgBase.js"],"names":[],"mappings":"AAgBA;IACE,uBAAmB;IACnB,8BAA0B;IAE1B;;;OAGG;IACH,gBAMC;IAED;;;;;OAKG;IACH,8BAFa,eAAe,CAoB3B;IAED;;;;;OAKG;IACH,uDAWC;IAED;;;;;OAKG;IACH,oBA6DC;IAED;;;;OAIG;IACH,kBAUC;IAED;;;;OAIG;IACH,eAJW,WAAW,8CAcrB;IAED,oCAAoC;IACpC,sBADY,gBAAgB,QAY3B;IAED,+BAA+B;IAC/B,WADW,gBAAgB,CAO1B;IAED;;;;;;MAUC;IAED,2BAEC;IAED,sBAEC;IAED,mCAOC;IAED,4BAEC;IAED,8BAA8B;IAC9B,aADY,WAAW,QAgBtB;IAED,oBAsBC;IAED,cAEC;IAED,yBAEC;IAED,yBAUC;IAED;;;;aAQC;IAED;;aAGC;IAED;;;;qBAqBC;IAED,6BA8DC;IAED,aAMC;CACF;0BAlZyB,gBAAgB"}
1
+ {"version":3,"file":"ImgBase.d.ts","sourceRoot":"","sources":["ImgBase.js"],"names":[],"mappings":"AAgBA;IACE,uBAAmB;IACnB,8BAA0B;IAE1B;;;OAGG;IACH,gBAMC;IAED;;;;;OAKG;IACH,8BAFa,eAAe,CAoB3B;IAED;;;;;OAKG;IACH,uDAWC;IAED;;;;;OAKG;IACH,oBA+DC;IAED;;;;OAIG;IACH,kBAUC;IAED;;;;OAIG;IACH,eAJW,WAAW,8CAcrB;IAED,oCAAoC;IACpC,sBADY,gBAAgB,QAY3B;IAED,+BAA+B;IAC/B,WADW,gBAAgB,CAO1B;IAED;;;;;;MAUC;IAED,2BAEC;IAED,sBAEC;IAED,mCAOC;IAED,4BAEC;IAED,8BAA8B;IAC9B,aADY,WAAW,QAgBtB;IAED,oBAsBC;IAED,cAEC;IAED,yBAEC;IAED,yBAUC;IAED;;;;aAQC;IAED;;aAGC;IAED;;;;qBAqBC;IAED,6BA8DC;IAED,aAMC;CACF;0BApZyB,gBAAgB"}
@@ -87,9 +87,11 @@ export class ImgBase extends ImgConfig {
87
87
  }
88
88
 
89
89
  // Localhost + relative image path (DO NOTHING):
90
- if (DEV_MODE && this.$$('src') && !this.$$('src').includes('//')) {
91
- return this._proxyUrl(this.$$('src'));
92
- }
90
+ // if (DEV_MODE && this.$$('src') && !this.$$('src').includes('//')) {
91
+ // return this._proxyUrl(this.$$('src'));
92
+ // }
93
+
94
+ console.log({ self: this });
93
95
 
94
96
  let cdnModifiers = this._getCdnModifiers(size, blur);
95
97
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uploadcare/file-uploader",
3
- "version": "1.19.3",
3
+ "version": "1.19.4-alpha.0",
4
4
  "description": "Building blocks for Uploadcare products integration",
5
5
  "keywords": [
6
6
  "web components",
@@ -35,7 +35,9 @@
35
35
  "MIT"
36
36
  ],
37
37
  "type": "module",
38
- "sideEffects": ["*.css"],
38
+ "sideEffects": [
39
+ "*.css"
40
+ ],
39
41
  "module": "./index.js",
40
42
  "exports": {
41
43
  ".": {
@@ -62,9 +62,14 @@
62
62
  width: 100%;
63
63
  height: unset;
64
64
  padding: 4px;
65
+
66
+ background-color: transparent;
67
+ /* border: 1px dashed var(--uc-border); */
68
+ /* border-radius: calc(var(--uc-radius) * 1.75); */
69
+ }
70
+
71
+ [uc-file-uploader-minimal] uc-upload-list uc-file-item {
65
72
  background-color: var(--uc-background);
66
- border: 1px dashed var(--uc-border);
67
- border-radius: calc(var(--uc-radius) * 1.75);
68
73
  }
69
74
 
70
75
  [uc-file-uploader-minimal] uc-upload-list .uc-files {
@@ -145,3 +150,10 @@
145
150
  [uc-file-uploader-minimal][mode='grid'] uc-upload-list .uc-files .uc-add-more-btn > uc-icon {
146
151
  display: flex;
147
152
  }
153
+
154
+ /*
155
+ https://86beff04885a8328d3b0.ucr.io/-/resize/100x/-/blur/100/-/@clib/blocks/1.19.3/uc-img/https://cdn.skyledge.com/7c2e222b-1857-4363-b531-408f4a650c99/?token=exp=1753085298~acl=/7c2e222b-1857-4363-b531-408f4a650c99/*~hmac=redacted
156
+ */
157
+
158
+ /* https://aadfab151dfea016a1b0.ucr.io/https://files.buildwithfern.com/uploadcare.docs.buildwithfern.com/docs/2025-07-18T10:45:26.503Z/assets/logo-light.svg
159
+ https://8ffef950a74ff210dafb.ucr.io/https://files.buildwithfern.com/uploadcare.docs.buildwithfern.com/docs/2025-07-18T10:45:26.503Z/assets/logo-light.svg */
@@ -80,7 +80,7 @@ export type ConfigType = {
80
80
  */
81
81
  sourceList: string;
82
82
  /**
83
- * Top-level origin for the uploader.
83
+ * Top-level origin for the uploader.
84
84
  * This is used for Google Drive Picker if there is no access to the origin due to the cross-origin policy.
85
85
  */
86
86
  topLevelOrigin: string;
@@ -302,7 +302,7 @@ export type ConfigType = {
302
302
 
303
303
  cloudImageEditorMaskHref: string | null;
304
304
 
305
- /**
305
+ /**
306
306
  * Adds data-testid attributes to the each block. Needed for testing purposes.
307
307
  * @default false
308
308
  */
@@ -314,8 +314,8 @@ export type ConfigAttributesType = KebabCaseKeys<ConfigPlainType> & LowerCaseKey
314
314
 
315
315
  export type KebabCase<S extends string> = S extends `${infer C}${infer T}`
316
316
  ? T extends Uncapitalize<T>
317
- ? `${Uncapitalize<C>}${KebabCase<T>}`
318
- : `${Uncapitalize<C>}-${KebabCase<T>}`
317
+ ? `${Uncapitalize<C>}${KebabCase<T>}`
318
+ : `${Uncapitalize<C>}-${KebabCase<T>}`
319
319
  : S;
320
320
  export type KebabCaseKeys<T extends Record<string, unknown>> = { [Key in keyof T as KebabCase<Key & string>]: T[Key] };
321
321
  export type LowerCase<S extends string> = Lowercase<S>;
@@ -323,10 +323,8 @@ export type LowerCaseKeys<T extends Record<string, unknown>> = { [Key in keyof T
323
323
 
324
324
  export type OutputFileStatus = 'idle' | 'uploading' | 'success' | 'failed' | 'removed';
325
325
 
326
- export type OutputCustomErrorType = 'CUSTOM_ERROR';
327
-
328
326
  export type OutputFileErrorType =
329
- | OutputCustomErrorType
327
+ | 'CUSTOM_ERROR'
330
328
  | 'NOT_AN_IMAGE'
331
329
  | 'FORBIDDEN_FILE_TYPE'
332
330
  | 'FILE_SIZE_EXCEEDED'
@@ -334,11 +332,7 @@ export type OutputFileErrorType =
334
332
  | 'NETWORK_ERROR'
335
333
  | 'UNKNOWN_ERROR';
336
334
 
337
- export type OutputCollectionErrorType =
338
- | OutputCustomErrorType
339
- | 'SOME_FILES_HAS_ERRORS'
340
- | 'TOO_MANY_FILES'
341
- | 'TOO_FEW_FILES';
335
+ export type OutputCollectionErrorType = 'CUSTOM_ERROR' | 'SOME_FILES_HAS_ERRORS' | 'TOO_MANY_FILES' | 'TOO_FEW_FILES';
342
336
 
343
337
  export type OutputFileErrorPayload = {
344
338
  entry: OutputFileEntry;
@@ -372,19 +366,19 @@ export type OutputErrorTypePayload = {
372
366
  CUSTOM_ERROR: Record<string, unknown>;
373
367
  };
374
368
 
375
- export type OutputError<T extends OutputFileErrorType | OutputCollectionErrorType> = T extends OutputCustomErrorType
369
+ export type OutputError<T extends OutputFileErrorType | OutputCollectionErrorType> = T extends 'CUSTOM_ERROR'
376
370
  ? {
377
- type?: T;
378
- message: string;
379
- payload?: OutputErrorTypePayload[T];
380
- }
371
+ type: T;
372
+ message: string;
373
+ payload?: OutputErrorTypePayload[T];
374
+ }
381
375
  : T extends keyof OutputErrorTypePayload
382
- ? {
383
- type: T;
384
- message: string;
385
- payload?: OutputErrorTypePayload[T];
386
- }
387
- : never;
376
+ ? {
377
+ type: T;
378
+ message: string;
379
+ payload?: OutputErrorTypePayload[T];
380
+ }
381
+ : never;
388
382
 
389
383
  export type OutputErrorFile = OutputError<OutputFileErrorType>;
390
384
 
@@ -406,7 +400,7 @@ export type OutputFileEntry<TStatus extends OutputFileStatus = OutputFileStatus>
406
400
  fullPath: string | null;
407
401
  source: SourceTypes | null;
408
402
  } & (
409
- | {
403
+ | {
410
404
  status: 'success';
411
405
  fileInfo: UploadcareFile;
412
406
  uuid: string;
@@ -418,7 +412,7 @@ export type OutputFileEntry<TStatus extends OutputFileStatus = OutputFileStatus>
418
412
  isRemoved: false;
419
413
  errors: [];
420
414
  }
421
- | {
415
+ | {
422
416
  status: 'failed';
423
417
  fileInfo: UploadcareFile | null;
424
418
  uuid: string | null;
@@ -430,7 +424,7 @@ export type OutputFileEntry<TStatus extends OutputFileStatus = OutputFileStatus>
430
424
  isRemoved: false;
431
425
  errors: OutputError<OutputFileErrorType>[];
432
426
  }
433
- | {
427
+ | {
434
428
  status: 'uploading';
435
429
  fileInfo: null;
436
430
  uuid: null;
@@ -442,7 +436,7 @@ export type OutputFileEntry<TStatus extends OutputFileStatus = OutputFileStatus>
442
436
  isRemoved: false;
443
437
  errors: [];
444
438
  }
445
- | {
439
+ | {
446
440
  status: 'removed';
447
441
  fileInfo: UploadcareFile | null;
448
442
  uuid: string | null;
@@ -454,7 +448,7 @@ export type OutputFileEntry<TStatus extends OutputFileStatus = OutputFileStatus>
454
448
  isRemoved: true;
455
449
  errors: OutputError<OutputFileErrorType>[];
456
450
  }
457
- | {
451
+ | {
458
452
  status: 'idle';
459
453
  fileInfo: null;
460
454
  uuid: null;
@@ -466,7 +460,7 @@ export type OutputFileEntry<TStatus extends OutputFileStatus = OutputFileStatus>
466
460
  isRemoved: false;
467
461
  errors: [];
468
462
  }
469
- );
463
+ );
470
464
 
471
465
  export type OutputCollectionStatus = 'idle' | 'uploading' | 'success' | 'failed';
472
466
 
@@ -490,43 +484,43 @@ export type OutputCollectionState<
490
484
  } & (TGroupFlag extends 'has-group'
491
485
  ? { group: UploadcareGroup }
492
486
  : TGroupFlag extends 'maybe-has-group'
493
- ? { group: UploadcareGroup | null }
494
- : never) &
487
+ ? { group: UploadcareGroup | null }
488
+ : never) &
495
489
  (
496
490
  | {
497
- status: 'idle';
498
- isFailed: false;
499
- isUploading: false;
500
- isSuccess: false;
501
- errors: [];
502
- allEntries: OutputFileEntry<'idle' | 'success'>[];
503
- }
491
+ status: 'idle';
492
+ isFailed: false;
493
+ isUploading: false;
494
+ isSuccess: false;
495
+ errors: [];
496
+ allEntries: OutputFileEntry<'idle' | 'success'>[];
497
+ }
504
498
  | {
505
- status: 'uploading';
506
- isFailed: false;
507
- isUploading: true;
508
- isSuccess: false;
509
- errors: [];
510
- allEntries: OutputFileEntry[];
511
- }
499
+ status: 'uploading';
500
+ isFailed: false;
501
+ isUploading: true;
502
+ isSuccess: false;
503
+ errors: [];
504
+ allEntries: OutputFileEntry[];
505
+ }
512
506
  | {
513
- status: 'success';
514
- isFailed: false;
515
- isUploading: false;
516
- isSuccess: true;
517
- errors: [];
518
- allEntries: OutputFileEntry<'success'>[];
519
- }
507
+ status: 'success';
508
+ isFailed: false;
509
+ isUploading: false;
510
+ isSuccess: true;
511
+ errors: [];
512
+ allEntries: OutputFileEntry<'success'>[];
513
+ }
520
514
  | {
521
- status: 'failed';
522
- isFailed: true;
523
- isUploading: false;
524
- isSuccess: false;
525
- errors: OutputError<OutputCollectionErrorType>[];
526
- allEntries: OutputFileEntry[];
527
- }
515
+ status: 'failed';
516
+ isFailed: true;
517
+ isUploading: false;
518
+ isSuccess: false;
519
+ errors: OutputError<OutputCollectionErrorType>[];
520
+ allEntries: OutputFileEntry[];
521
+ }
528
522
  );
529
523
 
530
524
  export { EventType, EventPayload } from '../blocks/UploadCtxProvider/EventEmitter';
531
525
 
532
- export { };
526
+ export {};