@frybynite/image-cloud 0.7.5 → 0.7.7
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 +566 -560
- package/dist/image-cloud-auto-init.js.map +1 -1
- package/dist/image-cloud.js +943 -937
- package/dist/image-cloud.js.map +1 -1
- package/dist/image-cloud.umd.js +3 -3
- package/dist/image-cloud.umd.js.map +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/react.d.ts +2 -2
- package/dist/react.js +928 -922
- package/dist/react.js.map +1 -1
- package/dist/vue.d.ts +2 -2
- package/dist/vue.js +942 -936
- package/dist/vue.js.map +1 -1
- package/dist/web-component.d.ts +2 -2
- package/dist/web-component.js +657 -651
- package/dist/web-component.js.map +1 -1
- package/package.json +1 -1
package/dist/web-component.d.ts
CHANGED
|
@@ -1553,12 +1553,12 @@ export declare class ZoomEngine {
|
|
|
1553
1553
|
private animateWithDimensions;
|
|
1554
1554
|
/**
|
|
1555
1555
|
* Apply focused styling to an element
|
|
1556
|
-
* Applies
|
|
1556
|
+
* Applies all focused styling properties, classes, and z-index
|
|
1557
1557
|
*/
|
|
1558
1558
|
private applyFocusedStyling;
|
|
1559
1559
|
/**
|
|
1560
1560
|
* Remove focused styling from an element
|
|
1561
|
-
*
|
|
1561
|
+
* Restores default styling properties, removes classes, and resets z-index
|
|
1562
1562
|
*/
|
|
1563
1563
|
private removeFocusedStyling;
|
|
1564
1564
|
/**
|