@hatiolab/things-scene 3.4.32 → 3.4.34

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.4.32",
3
+ "version": "3.4.34",
4
4
  "description": "2D graphic library",
5
5
  "main": "src/index.js",
6
6
  "module": "things-scene.mjs",
package/things-scene.d.ts CHANGED
@@ -63,6 +63,10 @@ declare module '@hatiolab/things-scene' {
63
63
  name: string
64
64
  placeholder?: string
65
65
  observe?: (this: HTMLElement, value: any) => void
66
+ readonly?: boolean
67
+ editor?: {
68
+ fullwidth?: boolean
69
+ }
66
70
  property?:
67
71
  | {
68
72
  options?: any