@fiddle-digital/string-tune 1.1.44 → 1.1.45
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.cjs +8 -8
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +0 -2
- package/dist/index.d.ts +0 -2
- package/dist/index.js +8 -8
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +8 -8
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1660,7 +1660,6 @@ declare class StringLerp extends StringModule {
|
|
|
1660
1660
|
|
|
1661
1661
|
declare class StringProgress extends StringModule {
|
|
1662
1662
|
protected updateScheduled: boolean;
|
|
1663
|
-
private static readonly PROGRESS_EPSILON;
|
|
1664
1663
|
constructor(context: StringContext);
|
|
1665
1664
|
initializeObject(globalId: number, object: StringObject, element: HTMLElement, attributes: Record<string, any>): void;
|
|
1666
1665
|
private recomputeProgress;
|
|
@@ -1671,7 +1670,6 @@ declare class StringProgress extends StringModule {
|
|
|
1671
1670
|
onScrollMeasure(data: StringData): void;
|
|
1672
1671
|
onMutate(): void;
|
|
1673
1672
|
private updateObjectProgress;
|
|
1674
|
-
private hasProgressChanged;
|
|
1675
1673
|
onObjectDisconnected(object: StringObject): void;
|
|
1676
1674
|
}
|
|
1677
1675
|
|
package/dist/index.d.ts
CHANGED
|
@@ -1660,7 +1660,6 @@ declare class StringLerp extends StringModule {
|
|
|
1660
1660
|
|
|
1661
1661
|
declare class StringProgress extends StringModule {
|
|
1662
1662
|
protected updateScheduled: boolean;
|
|
1663
|
-
private static readonly PROGRESS_EPSILON;
|
|
1664
1663
|
constructor(context: StringContext);
|
|
1665
1664
|
initializeObject(globalId: number, object: StringObject, element: HTMLElement, attributes: Record<string, any>): void;
|
|
1666
1665
|
private recomputeProgress;
|
|
@@ -1671,7 +1670,6 @@ declare class StringProgress extends StringModule {
|
|
|
1671
1670
|
onScrollMeasure(data: StringData): void;
|
|
1672
1671
|
onMutate(): void;
|
|
1673
1672
|
private updateObjectProgress;
|
|
1674
|
-
private hasProgressChanged;
|
|
1675
1673
|
onObjectDisconnected(object: StringObject): void;
|
|
1676
1674
|
}
|
|
1677
1675
|
|