@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.
@@ -1553,12 +1553,12 @@ export declare class ZoomEngine {
1553
1553
  private animateWithDimensions;
1554
1554
  /**
1555
1555
  * Apply focused styling to an element
1556
- * Applies non-clip-path styles immediately, clip-path will be updated during animation via startClipPathAnimation
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
- * Removes classes and z-index, clip-path will be updated during animation via startClipPathAnimation
1561
+ * Restores default styling properties, removes classes, and resets z-index
1562
1562
  */
1563
1563
  private removeFocusedStyling;
1564
1564
  /**