@roomle/embedding-lib 6.8.0-alpha.1 → 6.8.0

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,4 +1,4 @@
1
- ## 6.8.0-alpha.1 (2026-05-12)
1
+ ## 6.8.0 (2026-05-19)
2
2
 
3
3
  * Merge branch 'cd/tmp' into cd/bo-dev-release ([37563e3](https://github.com/roomle-dev/roomle-ui/commit/37563e3))
4
4
  * Merge branch 'feat/hi-embedding-api-contract-tests-RML-16856' into feat/hi-embedding-layer2-RML-1685 ([007f04c](https://github.com/roomle-dev/roomle-ui/commit/007f04c))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@roomle/embedding-lib",
3
- "version": "6.8.0-alpha.1",
3
+ "version": "6.8.0",
4
4
  "description": "This is a small library which can be used to communicate with the Roomle Configurator. ES modules only (browser-compatible).",
5
5
  "type": "module",
6
6
  "main": "./roomle-embedding-lib.js",
@@ -138,7 +138,7 @@ var r = class {
138
138
  let e = d(f);
139
139
  e.locale ||= t(null, !0), e.id === "(idle)" && delete e.id;
140
140
  let n = o();
141
- return n && s(n) && (e.configuratorId = "demoConfigurator"), e.customApiUrl = "https://rubens.alpha.roomle.com/api/v2", e.emails = !1, e;
141
+ return n && s(n) && (e.configuratorId = "demoConfigurator"), e.customApiUrl = void 0, e.emails = !1, e;
142
142
  }, g = "<CONF_ID>", _ = "#CONFIGURATIONID#", v = (e) => {
143
143
  let t = e.featureFlags;
144
144
  if (!t || typeof t != "object" || Array.isArray(t)) return;
@@ -133,7 +133,7 @@ var r = class {
133
133
  return n && ((e) => {
134
134
  let t = /* @__PURE__ */ new RegExp(/^(10\.|172\.(1[6-9]|2\d|3[01])\.|192\.168\.)/);
135
135
  return !!(i.includes(e) || t.test(e) || e.endsWith("roomle.com") || e.endsWith("gitlab.io") || e.endsWith("gitlab.com"));
136
- })(n) && (e.configuratorId = "demoConfigurator"), e.customApiUrl = "https://rubens.alpha.roomle.com/api/v2", e.emails = !1, e;
136
+ })(n) && (e.configuratorId = "demoConfigurator"), e.customApiUrl = void 0, e.emails = !1, e;
137
137
  }, f = (e) => {
138
138
  e.featureFlags ||= {}, typeof e.featureFlags.realPartList != "boolean" && (e.featureFlags.realPartList = !0), typeof e.featureFlags.globalCallbacks != "boolean" && (e.featureFlags.globalCallbacks = !0), typeof e.featureFlags.mocAr != "boolean" && (e.featureFlags.mocAr = !1);
139
139
  }, p = () => /(android)/i.test(navigator.userAgent), m = class {