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

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,6 @@
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)
1
+ ## [5.26.0-alpha.7](https://github.com/roomle-dev/roomle-ui/compare/embedding-lib-v5.26.0-alpha.6...embedding-lib-v5.26.0-alpha.7) (2025-08-20)
2
2
 
3
3
 
4
4
  ### Bug Fixes
5
5
 
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))
6
+ * hide flying menu on configurator when we animate the camera ([9c771b6](https://github.com/roomle-dev/roomle-ui/commit/9c771b6e293b00e5dbdbae28435962ce1232a925))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@roomle/embedding-lib",
3
- "version": "5.26.0-alpha.6",
3
+ "version": "5.26.0-alpha.7",
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",
@@ -22,6 +22,7 @@ export declare class SdkConnectorConfigurator extends Connector {
22
22
  constructor(store: Store<StoreState>, analytics: Nullable<Analytics>, eventEmitter: EventEmitter);
23
23
  get api(): Promise<RoomleConfiguratorType>;
24
24
  init(sdkWrapper: RoomleSdkWrapper, element: HTMLElement, initData: UiInitData): Promise<void>;
25
+ private _hideFlyingMenu;
25
26
  initConfigurator(configurator: RoomleConfiguratorType): Promise<void>;
26
27
  setParameter(parameter: KernelParameter, value: string, isRaw?: boolean): Promise<void>;
27
28
  setPrice(currencySymbol: string, price: number): void;