bard-legends-framework 1.0.8 → 1.1.0

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
@@ -1,5 +1,5 @@
1
1
  import * as actions_lib from 'actions-lib';
2
- import { IDAttachable, Attachable, SingleEvent, IAttachment, Action, Notifier, Reducer, Variable } from 'actions-lib';
2
+ import { IDAttachable, Attachable, SingleEvent, Sequence, Action, Notifier, Reducer, Variable } from 'actions-lib';
3
3
  import { Vector, Radian, Vec2, RGBColor, Rectangle, Grid, GridNeighborType, Line } from 'helpers-lib';
4
4
  import * as Pixi from 'pixi.js';
5
5
 
@@ -142,7 +142,7 @@ declare abstract class ContainerAttributes extends IDAttachable {
142
142
  set x(value: number);
143
143
  get y(): number;
144
144
  set y(value: number);
145
- on(eventType: ContainerEventType, callback: () => void): IAttachment;
145
+ on(eventType: ContainerEventType): Sequence;
146
146
  setRotation(value: Radian): this;
147
147
  get rotation(): Radian;
148
148
  set rotation(value: Radian);
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import * as actions_lib from 'actions-lib';
2
- import { IDAttachable, Attachable, SingleEvent, IAttachment, Action, Notifier, Reducer, Variable } from 'actions-lib';
2
+ import { IDAttachable, Attachable, SingleEvent, Sequence, Action, Notifier, Reducer, Variable } from 'actions-lib';
3
3
  import { Vector, Radian, Vec2, RGBColor, Rectangle, Grid, GridNeighborType, Line } from 'helpers-lib';
4
4
  import * as Pixi from 'pixi.js';
5
5
 
@@ -142,7 +142,7 @@ declare abstract class ContainerAttributes extends IDAttachable {
142
142
  set x(value: number);
143
143
  get y(): number;
144
144
  set y(value: number);
145
- on(eventType: ContainerEventType, callback: () => void): IAttachment;
145
+ on(eventType: ContainerEventType): Sequence;
146
146
  setRotation(value: Radian): this;
147
147
  get rotation(): Radian;
148
148
  set rotation(value: Radian);