@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.
- package/dist/image-cloud-auto-init.js +1 -5
- package/dist/image-cloud-auto-init.js.map +1 -1
- package/dist/image-cloud.js +1 -5
- package/dist/image-cloud.js.map +1 -1
- package/dist/image-cloud.umd.js +1 -1
- package/dist/image-cloud.umd.js.map +1 -1
- package/dist/index.d.ts +0 -2
- package/dist/react.d.ts +0 -2
- package/dist/react.js +1 -5
- package/dist/react.js.map +1 -1
- package/dist/vue.d.ts +0 -2
- package/dist/vue.js +1 -5
- package/dist/vue.js.map +1 -1
- package/dist/web-component.d.ts +0 -2
- package/dist/web-component.js +1 -5
- package/dist/web-component.js.map +1 -1
- package/package.json +1 -1
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,
|