@fiddle-digital/string-tune 1.1.34 → 1.1.36

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.mts CHANGED
@@ -1461,10 +1461,6 @@ declare class StringSpotlight extends CursorReactiveModule {
1461
1461
  private updateSpotlightState;
1462
1462
  }
1463
1463
 
1464
- /**
1465
- * Module that handles lazy-loading of images with `string-lazy` attribute.
1466
- * Aspect ratios are precomputed before the real source is revealed in view.
1467
- */
1468
1464
  declare class StringLazy extends StringModule {
1469
1465
  private isStartLoaded;
1470
1466
  private loadingCount;
@@ -1475,9 +1471,8 @@ declare class StringLazy extends StringModule {
1475
1471
  onObjectDisconnected(object: StringObject): void;
1476
1472
  private ensureState;
1477
1473
  private readSource;
1478
- private prepareAspectRatio;
1479
- private loadIntrinsicSize;
1480
1474
  private handleInView;
1475
+ private prepareAspectRatio;
1481
1476
  private maybeActivateImage;
1482
1477
  private activateImage;
1483
1478
  }
package/dist/index.d.ts CHANGED
@@ -1461,10 +1461,6 @@ declare class StringSpotlight extends CursorReactiveModule {
1461
1461
  private updateSpotlightState;
1462
1462
  }
1463
1463
 
1464
- /**
1465
- * Module that handles lazy-loading of images with `string-lazy` attribute.
1466
- * Aspect ratios are precomputed before the real source is revealed in view.
1467
- */
1468
1464
  declare class StringLazy extends StringModule {
1469
1465
  private isStartLoaded;
1470
1466
  private loadingCount;
@@ -1475,9 +1471,8 @@ declare class StringLazy extends StringModule {
1475
1471
  onObjectDisconnected(object: StringObject): void;
1476
1472
  private ensureState;
1477
1473
  private readSource;
1478
- private prepareAspectRatio;
1479
- private loadIntrinsicSize;
1480
1474
  private handleInView;
1475
+ private prepareAspectRatio;
1481
1476
  private maybeActivateImage;
1482
1477
  private activateImage;
1483
1478
  }