@roomle/embedding-lib 5.12.0-alpha.6 → 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,21 +1,9 @@
1
- ## [5.12.0-alpha.6](https://github.com/roomle-dev/roomle-ui/compare/embedding-lib-v5.12.0-alpha.5...embedding-lib-v5.12.0-alpha.6) (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
- * add QR code to the saved plan link ([a4d57ab](https://github.com/roomle-dev/roomle-ui/commit/a4d57ab3fd89eb4e7fa1561dbb0b7b39066443c7))
7
- * core api - createPlanXmlWithObjects ([de8d816](https://github.com/roomle-dev/roomle-ui/commit/de8d816b9c2f44cd0d996a7631617bf53210e430))
8
- * **SDK:** upgrade to version 2.94.0-alpha.10 ([#1496](https://github.com/roomle-dev/roomle-ui/issues/1496)) ([c55b4ac](https://github.com/roomle-dev/roomle-ui/commit/c55b4ac3ba001ae2ef64e7fe145a041b4b2aee1e))
9
- * **SDK:** upgrade to version 2.94.0-alpha.18 ([#1500](https://github.com/roomle-dev/roomle-ui/issues/1500)) ([bb5278a](https://github.com/roomle-dev/roomle-ui/commit/bb5278ac974d9506ef782a665e5dbce7b51ae40c))
10
- * **SDK:** upgrade to version 2.94.0-alpha.8 ([#1491](https://github.com/roomle-dev/roomle-ui/issues/1491)) ([df786c7](https://github.com/roomle-dev/roomle-ui/commit/df786c74474422a79e888fc178bc69b95d1baf15))
11
- * **SDK:** upgrade to version 2.94.0-alpha.9 ([#1494](https://github.com/roomle-dev/roomle-ui/issues/1494)) ([d3546e3](https://github.com/roomle-dev/roomle-ui/commit/d3546e3f3bd681142140334e9c9757e0506ae6e7))
12
-
13
-
14
- ### Bug Fixes
15
-
16
- * copied indicator position ([745e61e](https://github.com/roomle-dev/roomle-ui/commit/745e61e0937d1984c07bdd0e658a358a39b69825))
17
- * more CSS tweaks ([a87bcbf](https://github.com/roomle-dev/roomle-ui/commit/a87bcbfc75cd0f2d765f9f0b2b2ddd85aaa3e5f4))
18
- * Reset scroll when selecting an item from product-list ([e2fcb5c](https://github.com/roomle-dev/roomle-ui/commit/e2fcb5c898fb1fc9acd6a123e82efee4c3647835))
19
- * shared loadProduct CSS ([e59cbae](https://github.com/roomle-dev/roomle-ui/commit/e59cbae7a47f2b4eca4e51367a29b87a978893cd))
20
- * show preview image on mobile, rearrange link and qr order ([3fb56b0](https://github.com/roomle-dev/roomle-ui/commit/3fb56b0ad2fe6c94a9926342d3e6c1793dcaeda6))
21
- * use correct web-sdk ([1620beb](https://github.com/roomle-dev/roomle-ui/commit/1620bebd52562fa3b8ad24c20bf42a5496228603))
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.6",
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.18"
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;