@hatiolab/things-scene 3.3.24 → 3.3.26

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hatiolab/things-scene",
3
- "version": "3.3.24",
3
+ "version": "3.3.26",
4
4
  "description": "2D graphic library",
5
5
  "main": "src/index.js",
6
6
  "module": "things-scene.mjs",
package/things-scene.d.ts CHANGED
@@ -119,7 +119,7 @@ declare module '@hatiolab/things-scene' {
119
119
  delay?: number
120
120
  step: Function
121
121
  delta: 'linear' | 'quad' | 'circ' | 'back' | 'bounce' | 'elastic' | Function
122
- ease: 'out' | 'inout'
122
+ ease: 'in' | 'out' | 'inout'
123
123
  options?: object
124
124
  repeat?: boolean
125
125
  }
@@ -338,6 +338,7 @@ declare module '@hatiolab/things-scene' {
338
338
  get model(): Model
339
339
  get hierarchy(): Model
340
340
 
341
+ get disposed(): boolean
341
342
  get font(): string
342
343
 
343
344
  get data(): any