@roomle/embedding-lib 5.28.0-alpha.5 → 5.28.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,6 +1,6 @@
1
- ## [5.28.0-alpha.5](https://github.com/roomle-dev/roomle-ui/compare/embedding-lib-v5.28.0-alpha.4...embedding-lib-v5.28.0-alpha.5) (2025-09-16)
1
+ ## [5.28.0-alpha.7](https://github.com/roomle-dev/roomle-ui/compare/embedding-lib-v5.28.0-alpha.6...embedding-lib-v5.28.0-alpha.7) (2025-09-18)
2
2
 
3
3
 
4
4
  ### Bug Fixes
5
5
 
6
- * check if type of event.data is string before parsing it ([1eedf99](https://github.com/roomle-dev/roomle-ui/commit/1eedf99aa4ebc5236f94160fc6c31499134fa8a2))
6
+ * Cannot hide Bottom Bar on mobile ([6deb1dd](https://github.com/roomle-dev/roomle-ui/commit/6deb1dd07af51ffe2ac7d209e8d1e76f3c901ffc))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@roomle/embedding-lib",
3
- "version": "5.28.0-alpha.5",
3
+ "version": "5.28.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",
@@ -12,10 +12,7 @@ declare const _default: {
12
12
  materialConfiguration: {
13
13
  defaultMaterial: string;
14
14
  replaceUnmappedMaterialsWithDefault: boolean;
15
- materialMapping: {
16
- materialName: string;
17
- materialId: string;
18
- }[];
15
+ materialMapping: any[];
19
16
  };
20
17
  debugConfiguration: {
21
18
  createDebugGeometry: boolean;