@frybynite/image-cloud 0.7.2 → 0.7.3

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.
@@ -1424,8 +1424,6 @@ export declare interface TransformParams {
1424
1424
  export declare interface UIRenderingConfig {
1425
1425
  showLoadingSpinner: boolean;
1426
1426
  showImageCounter?: boolean;
1427
- showThumbnails?: boolean;
1428
- theme?: 'light' | 'dark' | 'auto';
1429
1427
  loadingElement?: string | HTMLElement;
1430
1428
  errorElement?: string | HTMLElement;
1431
1429
  counterElement?: string | HTMLElement;
@@ -203,11 +203,7 @@ const mt = Object.freeze({
203
203
  }),
204
204
  ui: Object.freeze({
205
205
  showLoadingSpinner: !1,
206
- showImageCounter: !1,
207
- showThumbnails: void 0,
208
- // STUB: Not implemented yet
209
- theme: void 0
210
- // STUB: Not implemented yet
206
+ showImageCounter: !1
211
207
  }),
212
208
  performance: Object.freeze({
213
209
  lazyLoad: void 0,