@frybynite/image-cloud 0.7.1 → 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.
package/dist/vue.d.ts CHANGED
@@ -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;
package/dist/vue.js CHANGED
@@ -204,11 +204,7 @@ const mt = Object.freeze({
204
204
  }),
205
205
  ui: Object.freeze({
206
206
  showLoadingSpinner: !1,
207
- showImageCounter: !1,
208
- showThumbnails: void 0,
209
- // STUB: Not implemented yet
210
- theme: void 0
211
- // STUB: Not implemented yet
207
+ showImageCounter: !1
212
208
  }),
213
209
  performance: Object.freeze({
214
210
  lazyLoad: void 0,