@ue-too/board 0.7.1 → 0.7.2

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.
@@ -124,6 +124,7 @@ export declare class ReadyToSelectState extends TemplateState<KmtInputEventMappi
124
124
  export declare class DisabledState extends TemplateState<KmtInputEventMapping, KmtInputContext, KmtInputStates> {
125
125
  constructor();
126
126
  uponEnter(context: KmtInputContext): void;
127
+ beforeExit(context: KmtInputContext): void;
127
128
  get eventReactions(): EventReactions<KmtInputEventMapping, KmtInputContext, KmtInputStates>;
128
129
  }
129
130
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ue-too/board",
3
3
  "type": "module",
4
- "version": "0.7.1",
4
+ "version": "0.7.2",
5
5
  "exports": {
6
6
  ".": {
7
7
  "types": "./index.d.ts",
@@ -14,8 +14,8 @@
14
14
  "types": "./index.d.ts",
15
15
  "module": "./index.js",
16
16
  "dependencies": {
17
- "@ue-too/being": "^0.7.1",
18
- "@ue-too/math": "^0.7.1"
17
+ "@ue-too/being": "^0.7.2",
18
+ "@ue-too/math": "^0.7.2"
19
19
  },
20
20
  "repository": {
21
21
  "type": "git",