@hatiolab/things-scene 9.0.0-beta.83 → 9.0.0-beta.84

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": "9.0.0-beta.83",
3
+ "version": "9.0.0-beta.84",
4
4
  "description": "2D graphic library",
5
5
  "main": "things-scene-min.js",
6
6
  "module": "things-scene.mjs",
package/things-scene.d.ts CHANGED
@@ -569,6 +569,7 @@ declare module '@hatiolab/things-scene' {
569
569
  class Shape extends Component {}
570
570
  class Ellipse extends Shape {}
571
571
  class Polygon extends Shape {}
572
+ class Popup extends RectPath(Shape) {}
572
573
  class Line extends Component {
573
574
  get fromEnd(): LinkEnd | undefined
574
575
  get toEnd(): LinkEnd | undefined