@roomle/embedding-lib 5.26.0-alpha.5 → 5.26.0-alpha.6

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.
@@ -1,7 +1,7 @@
1
- ## [5.26.0-alpha.5](https://github.com/roomle-dev/roomle-ui/compare/embedding-lib-v5.26.0-alpha.4...embedding-lib-v5.26.0-alpha.5) (2025-08-20)
1
+ ## [5.26.0-alpha.6](https://github.com/roomle-dev/roomle-ui/compare/embedding-lib-v5.26.0-alpha.5...embedding-lib-v5.26.0-alpha.6) (2025-08-20)
2
2
 
3
3
 
4
4
  ### Bug Fixes
5
5
 
6
- * re-add semantic-release package ([2fa5967](https://github.com/roomle-dev/roomle-ui/commit/2fa5967bb896ee1f194d0ac9d65fe2eef9fbae62))
7
- * remove duplicate deps ([c5bdec6](https://github.com/roomle-dev/roomle-ui/commit/c5bdec628e610dd1365e6ca73216a4c086127280))
6
+ * selection highlight visible on snapshot ([8bc47ea](https://github.com/roomle-dev/roomle-ui/commit/8bc47ea5338f8e5e85dedf358a77020d90a8a4bf))
7
+ * semantic release again ([52aa5cd](https://github.com/roomle-dev/roomle-ui/commit/52aa5cdd54c72fe52c0746ff9d239a49f8319adb))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@roomle/embedding-lib",
3
- "version": "5.26.0-alpha.5",
3
+ "version": "5.26.0-alpha.6",
4
4
  "description": "This is a small library which can be used to communicate with the Roomle Configurator",
5
5
  "type": "module",
6
6
  "main": "./roomle-embedding-lib.umd.js",
@@ -165,4 +165,5 @@ export default class ConfiguratorSceneManager extends SceneManager implements Co
165
165
  private _callOnPartListUpdate;
166
166
  private _showCustomComponentDimensions;
167
167
  private _removeCustomComponentDimensions;
168
+ clearHighlighting(): void;
168
169
  }