@fiddle-digital/string-tune 1.1.45 → 1.1.46
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 +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +0 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1663,7 +1663,6 @@ declare class StringProgress extends StringModule {
|
|
|
1663
1663
|
constructor(context: StringContext);
|
|
1664
1664
|
initializeObject(globalId: number, object: StringObject, element: HTMLElement, attributes: Record<string, any>): void;
|
|
1665
1665
|
private recomputeProgress;
|
|
1666
|
-
private applyProgressValue;
|
|
1667
1666
|
calculatePositions(object: StringObject, windowSize: number): void;
|
|
1668
1667
|
onScroll(data: StringData): void;
|
|
1669
1668
|
onObjectConnected(object: StringObject): void;
|
package/dist/index.d.ts
CHANGED
|
@@ -1663,7 +1663,6 @@ declare class StringProgress extends StringModule {
|
|
|
1663
1663
|
constructor(context: StringContext);
|
|
1664
1664
|
initializeObject(globalId: number, object: StringObject, element: HTMLElement, attributes: Record<string, any>): void;
|
|
1665
1665
|
private recomputeProgress;
|
|
1666
|
-
private applyProgressValue;
|
|
1667
1666
|
calculatePositions(object: StringObject, windowSize: number): void;
|
|
1668
1667
|
onScroll(data: StringData): void;
|
|
1669
1668
|
onObjectConnected(object: StringObject): void;
|