@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/index.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/react.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/react.js CHANGED
@@ -205,11 +205,7 @@ const mt = Object.freeze({
205
205
  }),
206
206
  ui: Object.freeze({
207
207
  showLoadingSpinner: !1,
208
- showImageCounter: !1,
209
- showThumbnails: void 0,
210
- // STUB: Not implemented yet
211
- theme: void 0
212
- // STUB: Not implemented yet
208
+ showImageCounter: !1
213
209
  }),
214
210
  performance: Object.freeze({
215
211
  lazyLoad: void 0,