@things-factory/scene-visualizer 5.0.0-zeta.9 → 5.0.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.
@@ -157,7 +157,7 @@ export default class LocationIncreasePatternEditor extends OxPropertyEditor {
157
157
  ]
158
158
  }
159
159
 
160
- editorTemplate() {
160
+ editorTemplate(value, spec) {
161
161
  // TODO: background image change to use the url-loader
162
162
  return html`
163
163
  <fieldset fullwidth>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@things-factory/scene-visualizer",
3
3
  "description": "The visualizer component for things-scene.",
4
- "version": "5.0.0-zeta.9",
4
+ "version": "5.0.0",
5
5
  "things-scene": true,
6
6
  "browser": "src/index.js",
7
7
  "author": "heartyoh",
@@ -16,9 +16,9 @@
16
16
  "directory": "packages/scene-visualizer"
17
17
  },
18
18
  "dependencies": {
19
- "@hatiolab/things-scene": "^3.0.16",
20
- "lit": "^2.2.1",
19
+ "@hatiolab/things-scene": "^3.0.19",
20
+ "lit": "^2.2.7",
21
21
  "three": "^0.122.0"
22
22
  },
23
- "gitHead": "af1562aba5cd179a7d10fc252b791e0a78049283"
23
+ "gitHead": "32cb91663e38de9ab1bb7a72af923c3bf8ac187b"
24
24
  }