@fiddle-digital/string-tune 1.1.31 → 1.1.33

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
@@ -1400,6 +1400,7 @@ declare class StringCursor extends StringModule {
1400
1400
  cursorContent: any;
1401
1401
  overCount: number;
1402
1402
  private cursorPrev;
1403
+ protected enabled: boolean;
1403
1404
  constructor(context: StringContext);
1404
1405
  initializeObject(globalId: number, object: StringObject, element: HTMLElement, attributes: Record<string, any>): void;
1405
1406
  onMutate(data: StringData): void;
@@ -1414,6 +1415,7 @@ declare class StringCursor extends StringModule {
1414
1415
  onObjectDisconnected(object: StringObject): void;
1415
1416
  private setMouseCoordinates;
1416
1417
  private calculateOffset;
1418
+ removeObject(id: string): void;
1417
1419
  }
1418
1420
 
1419
1421
  declare class StringImpulse extends StringModule {
package/dist/index.d.ts CHANGED
@@ -1400,6 +1400,7 @@ declare class StringCursor extends StringModule {
1400
1400
  cursorContent: any;
1401
1401
  overCount: number;
1402
1402
  private cursorPrev;
1403
+ protected enabled: boolean;
1403
1404
  constructor(context: StringContext);
1404
1405
  initializeObject(globalId: number, object: StringObject, element: HTMLElement, attributes: Record<string, any>): void;
1405
1406
  onMutate(data: StringData): void;
@@ -1414,6 +1415,7 @@ declare class StringCursor extends StringModule {
1414
1415
  onObjectDisconnected(object: StringObject): void;
1415
1416
  private setMouseCoordinates;
1416
1417
  private calculateOffset;
1418
+ removeObject(id: string): void;
1417
1419
  }
1418
1420
 
1419
1421
  declare class StringImpulse extends StringModule {