@roomle/embedding-lib 5.12.0-alpha.7 → 5.12.0-alpha.8

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,6 +1,9 @@
1
- ## [5.12.0-alpha.7](https://github.com/roomle-dev/roomle-ui/compare/embedding-lib-v5.12.0-alpha.6...embedding-lib-v5.12.0-alpha.7) (2025-02-26)
1
+ ## [5.12.0-alpha.8](https://github.com/roomle-dev/roomle-ui/compare/embedding-lib-v5.12.0-alpha.7...embedding-lib-v5.12.0-alpha.8) (2025-03-03)
2
2
 
3
3
 
4
4
  ### Features
5
5
 
6
- * **SDK:** upgrade to version 2.94.0-alpha.19 ([#1502](https://github.com/roomle-dev/roomle-ui/issues/1502)) ([ce201ce](https://github.com/roomle-dev/roomle-ui/commit/ce201cecba991364d140cae68df9150c0124a98c))
6
+ * **SDK:** upgrade to version 2.94.0-alpha.20 ([#1505](https://github.com/roomle-dev/roomle-ui/issues/1505)) ([4734384](https://github.com/roomle-dev/roomle-ui/commit/473438416f44cd1d273721f7c01cc77b4135ffdd))
7
+ * **SDK:** upgrade to version 2.94.0-alpha.21 ([#1506](https://github.com/roomle-dev/roomle-ui/issues/1506)) ([b6945ad](https://github.com/roomle-dev/roomle-ui/commit/b6945ad5a4d8fe612d20fc8b2c3a767bdb4fa0ab))
8
+ * **SDK:** upgrade to version 2.94.0-alpha.22 ([#1507](https://github.com/roomle-dev/roomle-ui/issues/1507)) ([23e6b19](https://github.com/roomle-dev/roomle-ui/commit/23e6b19f8712f4d81786ad91b6a55ddad7312a0a))
9
+ * **SDK:** upgrade to version 2.94.0-alpha.23 ([#1510](https://github.com/roomle-dev/roomle-ui/issues/1510)) ([8193f7c](https://github.com/roomle-dev/roomle-ui/commit/8193f7ce11d522796cc10ac0fd07868db4df58a2))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@roomle/embedding-lib",
3
- "version": "5.12.0-alpha.7",
3
+ "version": "5.12.0-alpha.8",
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",
@@ -29,7 +29,7 @@
29
29
  "npm": "8.3.1"
30
30
  },
31
31
  "devDependencies": {
32
- "@roomle/web-sdk": "2.94.0-alpha.19"
32
+ "@roomle/web-sdk": "2.94.0-alpha.23"
33
33
  },
34
34
  "repository": {
35
35
  "type": "git",
@@ -13,7 +13,7 @@ export declare const removeLoadingScreen: (e2e: boolean | undefined) => Promise<
13
13
  export declare const hasLoadingScreen: () => boolean;
14
14
  export declare const hasLoadingScreenIntend: () => boolean;
15
15
  export declare const showLoadingScreen: (e2e: boolean | undefined, delay?: number) => Promise<void>;
16
- export declare const copyToClipboard: (text: string) => void;
16
+ export declare const copyToClipboard: (text: string) => Promise<void>;
17
17
  export declare const setLoadingProgress: (percent: number) => void;
18
18
  export declare const hideLoadingCircle: () => void;
19
19
  export declare const scrollElement: (selectedElement: Element) => void;