@revolugo/elements 7.18.1-alpha.1 → 7.18.1-alpha.11

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.
@@ -20,7 +20,7 @@ var a = class extends Error {
20
20
  }, E = (t, e) => {
21
21
  let r = t ? "ELEMENTS_NEXT_ENTRY_URL" : "ELEMENTS_ENTRY_URL", n = process.env[r];
22
22
  if (!n) throw new a("Missing elements entry URL env var", { envVar: r });
23
- let o = e || "7.18.1-alpha.1", s = o ? n.replace("7.18.1-alpha.1", o) : n, c = [...document.querySelectorAll("script")].find((l) => l.src.includes(s));
23
+ let o = e || "7.18.1-alpha.11", s = o ? n.replace("7.18.1-alpha.11", o) : n, c = [...document.querySelectorAll("script")].find((l) => l.src.includes(s));
24
24
  return new Promise((l) => {
25
25
  if (c) {
26
26
  l(!0);
@@ -1 +1 @@
1
- {"version":3,"file":"index.es.min.js","names":[],"sources":["../../core/dist/index.script.js","../src/index.ts"],"sourcesContent":["//#region ../../../shared/common/src/errors/contextual-error.ts\nvar e = class extends Error {\n\tcontext;\n\tconstructor(e, t = {}) {\n\t\tsuper(e), this.name = \"ContextualError\", this.context = t;\n\t}\n}, t = (e) => {\n\twindow.RevolugoElements = {\n\t\t...window.RevolugoElements,\n\t\tready: (e) => {\n\t\t\tlet t = window.RevolugoElements?._ready;\n\t\t\twindow.RevolugoElements._ready = () => {\n\t\t\t\tt && t(), e();\n\t\t\t};\n\t\t}\n\t};\n\tlet t = document.createElement(\"script\");\n\tt.src = e, t.type = \"module\", t.async = !1;\n\tlet [n] = document.querySelectorAll(\"script\");\n\treturn n ? n?.parentNode?.insertBefore(t, n) : document.head.append(t), t;\n}, n = (n, r) => {\n\tlet i = n ? \"ELEMENTS_NEXT_ENTRY_URL\" : \"ELEMENTS_ENTRY_URL\", a = process.env[i];\n\tif (!a) throw new e(\"Missing elements entry URL env var\", { envVar: i });\n\tlet o = r || \"7.18.1-alpha.1\", s = o ? a.replace(\"7.18.1-alpha.1\", o) : a, c = [...document.querySelectorAll(\"script\")].find((e) => e.src.includes(s));\n\treturn new Promise((e) => {\n\t\tif (c) {\n\t\t\te(!0);\n\t\t\treturn;\n\t\t}\n\t\tt(s).addEventListener(\"load\", () => {\n\t\t\te(!0);\n\t\t});\n\t});\n};\n//#endregion\nexport { t as injectScript, n as loadScript };\n\n//# sourceMappingURL=index.script.js.map","import { loadScript } from '@revolugo/elements-core/script'\n\n// eslint-disable-next-line no-console\nloadScript().catch((error: unknown) => console.error(error))\n"],"mappings":"AACA,IAAI,IAAI,cAAc,MAAM;AAAA,EAC3B;AAAA,EACA,YAAY,GAAG,IAAI,CAAC,GAAG;AACtB,UAAM,CAAC,GAAG,KAAK,OAAO,mBAAmB,KAAK,UAAU;AAAA,EACzD;AACD,GAAG,IAAA,CAAK,MAAM;AACb,SAAO,mBAAmB;AAAA,IACzB,GAAG,OAAO;AAAA,IACV,OAAA,CAAQ,MAAM;AACb,UAAI,IAAI,OAAO,kBAAkB;AACjC,aAAO,iBAAiB,SAAA,MAAe;AACtC,QAAA,KAAK,EAAE,GAAG,EAAE;AAAA,MACb;AAAA,IACD;AAAA,EACD;AACA,MAAI,IAAI,SAAS,cAAc,QAAQ;AACvC,EAAA,EAAE,MAAM,GAAG,EAAE,OAAO,UAAU,EAAE,QAAQ;AACxC,MAAI,CAAC,CAAA,IAAK,SAAS,iBAAiB,QAAQ;AAC5C,SAAO,IAAI,GAAG,YAAY,aAAa,GAAG,CAAC,IAAI,SAAS,KAAK,OAAO,CAAC,GAAG;AACzE,GAAG,IAAA,CAAK,GAAG,MAAM;AAChB,MAAI,IAAI,IAAI,4BAA4B,sBAAsB,IAAI,QAAQ,IAAI,CAAA;AAC9E,MAAI,CAAC,EAAG,OAAM,IAAI,EAAE,sCAAsC,EAAE,QAAQ,EAAE,CAAC;AACvE,MAAI,IAAI,KAAK,2BAA2B,IAAI,IAAI,EAAE,QAAQ,2BAA2B,CAAC,IAAI,GAAG,IAAI,CAAC,GAAG,SAAS,iBAAiB,QAAQ,CAAC,EAAE,KAAA,CAAM,MAAM,EAAE,IAAI,SAAS,CAAC,CAAC;AACvK,SAAO,IAAI,QAAA,CAAS,MAAM;AACzB,QAAI,GAAG;AACN,MAAA,EAAE,EAAE;AACJ;AAAA,IACD;AACA,IAAA,EAAE,CAAC,EAAE,iBAAiB,QAAA,MAAc;AACnC,MAAA,EAAE,EAAE;AAAA,IACL,CAAC;AAAA,EACF,CAAC;AACF;AC9BA,EAAW,EAAE,MAAA,CAAO,MAAmB,QAAQ,MAAM,CAAK,CAAC"}
1
+ {"version":3,"file":"index.es.min.js","names":[],"sources":["../../core/dist/index.script.js","../src/index.ts"],"sourcesContent":["//#region ../../../shared/common/src/errors/contextual-error.ts\nvar e = class extends Error {\n\tcontext;\n\tconstructor(e, t = {}) {\n\t\tsuper(e), this.name = \"ContextualError\", this.context = t;\n\t}\n}, t = (e) => {\n\twindow.RevolugoElements = {\n\t\t...window.RevolugoElements,\n\t\tready: (e) => {\n\t\t\tlet t = window.RevolugoElements?._ready;\n\t\t\twindow.RevolugoElements._ready = () => {\n\t\t\t\tt && t(), e();\n\t\t\t};\n\t\t}\n\t};\n\tlet t = document.createElement(\"script\");\n\tt.src = e, t.type = \"module\", t.async = !1;\n\tlet [n] = document.querySelectorAll(\"script\");\n\treturn n ? n?.parentNode?.insertBefore(t, n) : document.head.append(t), t;\n}, n = (n, r) => {\n\tlet i = n ? \"ELEMENTS_NEXT_ENTRY_URL\" : \"ELEMENTS_ENTRY_URL\", a = process.env[i];\n\tif (!a) throw new e(\"Missing elements entry URL env var\", { envVar: i });\n\tlet o = r || \"7.18.1-alpha.11\", s = o ? a.replace(\"7.18.1-alpha.11\", o) : a, c = [...document.querySelectorAll(\"script\")].find((e) => e.src.includes(s));\n\treturn new Promise((e) => {\n\t\tif (c) {\n\t\t\te(!0);\n\t\t\treturn;\n\t\t}\n\t\tt(s).addEventListener(\"load\", () => {\n\t\t\te(!0);\n\t\t});\n\t});\n};\n//#endregion\nexport { t as injectScript, n as loadScript };\n\n//# sourceMappingURL=index.script.js.map","import { loadScript } from '@revolugo/elements-core/script'\n\n// eslint-disable-next-line no-console\nloadScript().catch((error: unknown) => console.error(error))\n"],"mappings":"AACA,IAAI,IAAI,cAAc,MAAM;AAAA,EAC3B;AAAA,EACA,YAAY,GAAG,IAAI,CAAC,GAAG;AACtB,UAAM,CAAC,GAAG,KAAK,OAAO,mBAAmB,KAAK,UAAU;AAAA,EACzD;AACD,GAAG,IAAA,CAAK,MAAM;AACb,SAAO,mBAAmB;AAAA,IACzB,GAAG,OAAO;AAAA,IACV,OAAA,CAAQ,MAAM;AACb,UAAI,IAAI,OAAO,kBAAkB;AACjC,aAAO,iBAAiB,SAAA,MAAe;AACtC,QAAA,KAAK,EAAE,GAAG,EAAE;AAAA,MACb;AAAA,IACD;AAAA,EACD;AACA,MAAI,IAAI,SAAS,cAAc,QAAQ;AACvC,EAAA,EAAE,MAAM,GAAG,EAAE,OAAO,UAAU,EAAE,QAAQ;AACxC,MAAI,CAAC,CAAA,IAAK,SAAS,iBAAiB,QAAQ;AAC5C,SAAO,IAAI,GAAG,YAAY,aAAa,GAAG,CAAC,IAAI,SAAS,KAAK,OAAO,CAAC,GAAG;AACzE,GAAG,IAAA,CAAK,GAAG,MAAM;AAChB,MAAI,IAAI,IAAI,4BAA4B,sBAAsB,IAAI,QAAQ,IAAI,CAAA;AAC9E,MAAI,CAAC,EAAG,OAAM,IAAI,EAAE,sCAAsC,EAAE,QAAQ,EAAE,CAAC;AACvE,MAAI,IAAI,KAAK,2BAA2B,IAAI,IAAI,EAAE,QAAQ,2BAA2B,CAAC,IAAI,GAAG,IAAI,CAAC,GAAG,SAAS,iBAAiB,QAAQ,CAAC,EAAE,KAAA,CAAM,MAAM,EAAE,IAAI,SAAS,CAAC,CAAC;AACvK,SAAO,IAAI,QAAA,CAAS,MAAM;AACzB,QAAI,GAAG;AACN,MAAA,EAAE,EAAE;AACJ;AAAA,IACD;AACA,IAAA,EAAE,CAAC,EAAE,iBAAiB,QAAA,MAAc;AACnC,MAAA,EAAE,EAAE;AAAA,IACL,CAAC;AAAA,EACF,CAAC;AACF;AC9BA,EAAW,EAAE,MAAA,CAAO,MAAmB,QAAQ,MAAM,CAAK,CAAC"}
package/dist/index.min.js CHANGED
@@ -1,3 +1,3 @@
1
- (function(l){typeof define=="function"&&define.amd?define([],l):l()})(function(){var l=class extends Error{context;constructor(n,e={}){super(n),this.name="ContextualError",this.context=e}},d=n=>{window.RevolugoElements={...window.RevolugoElements,ready:r=>{let o=window.RevolugoElements?._ready;window.RevolugoElements._ready=()=>{o&&o(),r()}}};let e=document.createElement("script");e.src=n,e.type="module",e.async=!1;let[t]=document.querySelectorAll("script");return t?t?.parentNode?.insertBefore(e,t):document.head.append(e),e},i=(n,e)=>{let t=n?"ELEMENTS_NEXT_ENTRY_URL":"ELEMENTS_ENTRY_URL",r=process.env[t];if(!r)throw new l("Missing elements entry URL env var",{envVar:t});let o=e||"7.18.1-alpha.1",c=o?r.replace("7.18.1-alpha.1",o):r,a=[...document.querySelectorAll("script")].find(s=>s.src.includes(c));return new Promise(s=>{if(a){s(!0);return}d(c).addEventListener("load",()=>{s(!0)})})};i().catch(n=>console.error(n))});
1
+ (function(l){typeof define=="function"&&define.amd?define([],l):l()})(function(){var l=class extends Error{context;constructor(n,e={}){super(n),this.name="ContextualError",this.context=e}},d=n=>{window.RevolugoElements={...window.RevolugoElements,ready:r=>{let o=window.RevolugoElements?._ready;window.RevolugoElements._ready=()=>{o&&o(),r()}}};let e=document.createElement("script");e.src=n,e.type="module",e.async=!1;let[t]=document.querySelectorAll("script");return t?t?.parentNode?.insertBefore(e,t):document.head.append(e),e},i=(n,e)=>{let t=n?"ELEMENTS_NEXT_ENTRY_URL":"ELEMENTS_ENTRY_URL",r=process.env[t];if(!r)throw new l("Missing elements entry URL env var",{envVar:t});let o=e||"7.18.1-alpha.11",c=o?r.replace("7.18.1-alpha.11",o):r,a=[...document.querySelectorAll("script")].find(s=>s.src.includes(c));return new Promise(s=>{if(a){s(!0);return}d(c).addEventListener("load",()=>{s(!0)})})};i().catch(n=>console.error(n))});
2
2
 
3
3
  //# sourceMappingURL=index.min.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.min.js","names":[],"sources":["../../core/dist/index.script.js","../src/index.ts"],"sourcesContent":["//#region ../../../shared/common/src/errors/contextual-error.ts\nvar e = class extends Error {\n\tcontext;\n\tconstructor(e, t = {}) {\n\t\tsuper(e), this.name = \"ContextualError\", this.context = t;\n\t}\n}, t = (e) => {\n\twindow.RevolugoElements = {\n\t\t...window.RevolugoElements,\n\t\tready: (e) => {\n\t\t\tlet t = window.RevolugoElements?._ready;\n\t\t\twindow.RevolugoElements._ready = () => {\n\t\t\t\tt && t(), e();\n\t\t\t};\n\t\t}\n\t};\n\tlet t = document.createElement(\"script\");\n\tt.src = e, t.type = \"module\", t.async = !1;\n\tlet [n] = document.querySelectorAll(\"script\");\n\treturn n ? n?.parentNode?.insertBefore(t, n) : document.head.append(t), t;\n}, n = (n, r) => {\n\tlet i = n ? \"ELEMENTS_NEXT_ENTRY_URL\" : \"ELEMENTS_ENTRY_URL\", a = process.env[i];\n\tif (!a) throw new e(\"Missing elements entry URL env var\", { envVar: i });\n\tlet o = r || \"7.18.1-alpha.1\", s = o ? a.replace(\"7.18.1-alpha.1\", o) : a, c = [...document.querySelectorAll(\"script\")].find((e) => e.src.includes(s));\n\treturn new Promise((e) => {\n\t\tif (c) {\n\t\t\te(!0);\n\t\t\treturn;\n\t\t}\n\t\tt(s).addEventListener(\"load\", () => {\n\t\t\te(!0);\n\t\t});\n\t});\n};\n//#endregion\nexport { t as injectScript, n as loadScript };\n\n//# sourceMappingURL=index.script.js.map","import { loadScript } from '@revolugo/elements-core/script'\n\n// eslint-disable-next-line no-console\nloadScript().catch((error: unknown) => console.error(error))\n"],"mappings":"iFACA,IAAI,EAAI,cAAc,KAAM,CAC3B,QACA,YAAY,EAAG,EAAI,CAAC,EAAG,CACtB,MAAM,CAAC,EAAG,KAAK,KAAO,kBAAmB,KAAK,QAAU,CACzD,CACD,EAAG,EAAK,GAAM,CACb,OAAO,iBAAmB,CACzB,GAAG,OAAO,iBACV,MAAQ,GAAM,CACb,IAAI,EAAI,OAAO,kBAAkB,OACjC,OAAO,iBAAiB,OAAA,IAAe,CACtC,GAAK,EAAE,EAAG,EAAE,CACb,CACD,CACD,EACA,IAAI,EAAI,SAAS,cAAc,QAAQ,EACvC,EAAE,IAAM,EAAG,EAAE,KAAO,SAAU,EAAE,MAAQ,GACxC,GAAI,CAAC,CAAA,EAAK,SAAS,iBAAiB,QAAQ,EAC5C,OAAO,EAAI,GAAG,YAAY,aAAa,EAAG,CAAC,EAAI,SAAS,KAAK,OAAO,CAAC,EAAG,CACzE,EAAG,EAAA,CAAK,EAAG,IAAM,CAChB,IAAI,EAAI,EAAI,0BAA4B,qBAAsB,EAAI,QAAQ,IAAI,CAAA,EAC9E,GAAI,CAAC,EAAG,MAAM,IAAI,EAAE,qCAAsC,CAAE,OAAQ,CAAE,CAAC,EACvE,IAAI,EAAI,GAAK,0BAA2B,EAAI,EAAI,EAAE,QAAQ,0BAA2B,CAAC,EAAI,EAAG,EAAI,CAAC,GAAG,SAAS,iBAAiB,QAAQ,CAAC,EAAE,KAAM,GAAM,EAAE,IAAI,SAAS,CAAC,CAAC,EACvK,OAAO,IAAI,QAAS,GAAM,CACzB,GAAI,EAAG,CACN,EAAE,EAAE,EACJ,MACD,CACA,EAAE,CAAC,EAAE,iBAAiB,OAAA,IAAc,CACnC,EAAE,EAAE,CACL,CAAC,CACF,CAAC,CACF,EC9BA,EAAW,EAAE,MAAO,GAAmB,QAAQ,MAAM,CAAK,CAAC"}
1
+ {"version":3,"file":"index.min.js","names":[],"sources":["../../core/dist/index.script.js","../src/index.ts"],"sourcesContent":["//#region ../../../shared/common/src/errors/contextual-error.ts\nvar e = class extends Error {\n\tcontext;\n\tconstructor(e, t = {}) {\n\t\tsuper(e), this.name = \"ContextualError\", this.context = t;\n\t}\n}, t = (e) => {\n\twindow.RevolugoElements = {\n\t\t...window.RevolugoElements,\n\t\tready: (e) => {\n\t\t\tlet t = window.RevolugoElements?._ready;\n\t\t\twindow.RevolugoElements._ready = () => {\n\t\t\t\tt && t(), e();\n\t\t\t};\n\t\t}\n\t};\n\tlet t = document.createElement(\"script\");\n\tt.src = e, t.type = \"module\", t.async = !1;\n\tlet [n] = document.querySelectorAll(\"script\");\n\treturn n ? n?.parentNode?.insertBefore(t, n) : document.head.append(t), t;\n}, n = (n, r) => {\n\tlet i = n ? \"ELEMENTS_NEXT_ENTRY_URL\" : \"ELEMENTS_ENTRY_URL\", a = process.env[i];\n\tif (!a) throw new e(\"Missing elements entry URL env var\", { envVar: i });\n\tlet o = r || \"7.18.1-alpha.11\", s = o ? a.replace(\"7.18.1-alpha.11\", o) : a, c = [...document.querySelectorAll(\"script\")].find((e) => e.src.includes(s));\n\treturn new Promise((e) => {\n\t\tif (c) {\n\t\t\te(!0);\n\t\t\treturn;\n\t\t}\n\t\tt(s).addEventListener(\"load\", () => {\n\t\t\te(!0);\n\t\t});\n\t});\n};\n//#endregion\nexport { t as injectScript, n as loadScript };\n\n//# sourceMappingURL=index.script.js.map","import { loadScript } from '@revolugo/elements-core/script'\n\n// eslint-disable-next-line no-console\nloadScript().catch((error: unknown) => console.error(error))\n"],"mappings":"iFACA,IAAI,EAAI,cAAc,KAAM,CAC3B,QACA,YAAY,EAAG,EAAI,CAAC,EAAG,CACtB,MAAM,CAAC,EAAG,KAAK,KAAO,kBAAmB,KAAK,QAAU,CACzD,CACD,EAAG,EAAK,GAAM,CACb,OAAO,iBAAmB,CACzB,GAAG,OAAO,iBACV,MAAQ,GAAM,CACb,IAAI,EAAI,OAAO,kBAAkB,OACjC,OAAO,iBAAiB,OAAA,IAAe,CACtC,GAAK,EAAE,EAAG,EAAE,CACb,CACD,CACD,EACA,IAAI,EAAI,SAAS,cAAc,QAAQ,EACvC,EAAE,IAAM,EAAG,EAAE,KAAO,SAAU,EAAE,MAAQ,GACxC,GAAI,CAAC,CAAA,EAAK,SAAS,iBAAiB,QAAQ,EAC5C,OAAO,EAAI,GAAG,YAAY,aAAa,EAAG,CAAC,EAAI,SAAS,KAAK,OAAO,CAAC,EAAG,CACzE,EAAG,EAAA,CAAK,EAAG,IAAM,CAChB,IAAI,EAAI,EAAI,0BAA4B,qBAAsB,EAAI,QAAQ,IAAI,CAAA,EAC9E,GAAI,CAAC,EAAG,MAAM,IAAI,EAAE,qCAAsC,CAAE,OAAQ,CAAE,CAAC,EACvE,IAAI,EAAI,GAAK,0BAA2B,EAAI,EAAI,EAAE,QAAQ,0BAA2B,CAAC,EAAI,EAAG,EAAI,CAAC,GAAG,SAAS,iBAAiB,QAAQ,CAAC,EAAE,KAAM,GAAM,EAAE,IAAI,SAAS,CAAC,CAAC,EACvK,OAAO,IAAI,QAAS,GAAM,CACzB,GAAI,EAAG,CACN,EAAE,EAAE,EACJ,MACD,CACA,EAAE,CAAC,EAAE,iBAAiB,OAAA,IAAc,CACnC,EAAE,EAAE,CACL,CAAC,CACF,CAAC,CACF,EC9BA,EAAW,EAAE,MAAO,GAAmB,QAAQ,MAAM,CAAK,CAAC"}
@@ -1,6 +1,6 @@
1
- import { $t as L, D as C, E as v, Et as F, Hr as R, _t as P, b as M, c as T, d as D, f as V, fr as x, g as _, ir as $, j as A, l as W, m as g, n as U, o as k, pn as I, t as h, w as j, y as O, yn as d, zn as G } from "./theme-BOX4uM9K.js";
2
- import { o as N, t as q } from "./revolugo-config-DYBNT-BQ.js";
3
- import { n as Y, r as z, t as B } from "./date-2Kl6hejx.js";
1
+ import { $t as L, D as C, E as v, Et as F, Hr as R, _t as P, b as M, c as T, d as D, f as V, fr as x, g as _, ir as $, j as A, l as W, m as g, n as U, o as k, pn as I, t as h, w as j, y as O, yn as d, zn as G } from "./theme-CeSy3V7N.js";
2
+ import { o as N, t as q } from "./revolugo-config-BB_2nEs1.js";
3
+ import { n as Y, r as z, t as B } from "./date-D762BKUK.js";
4
4
  function E(o) {
5
5
  try {
6
6
  if (typeof document < "u") {
@@ -232,30 +232,30 @@ var ie = [
232
232
  Z,
233
233
  q
234
234
  ], me = /* @__PURE__ */ Object.assign({
235
- "./components/web-components/BankTransferDetails/BankTransferDetails.vue": () => import("./BankTransferDetails-BoftA-jp.js"),
236
- "./components/web-components/BookingDetailsSidebar/BookingDetailsSidebar.vue": () => import("./BookingDetailsSidebar-CBPYqma7.js"),
237
- "./components/web-components/BookingManager/BookingManager.vue": () => import("./BookingManager-BIPwQmW6.js"),
238
- "./components/web-components/CancellationPoliciesBadge/CancellationPoliciesBadge.vue": () => import("./CancellationPoliciesBadge-Wvuq8eNL.js"),
239
- "./components/web-components/CancellationPoliciesList/CancellationPoliciesList.vue": () => import("./CancellationPoliciesList-D-hZZlvO.js"),
240
- "./components/web-components/CreditCardStripeForm/CreditCardStripeForm.vue": () => import("./CreditCardStripeForm-B40ahUq6.js"),
241
- "./components/web-components/CurrencyPickerBtn/CurrencyPickerBtn.vue": () => import("./CurrencyPickerBtn-BQJsKtmt.js"),
242
- "./components/web-components/FastBookingFlow/FastBookingFlow.vue": () => import("./FastBookingFlow-BljigwTO.js"),
243
- "./components/web-components/FullBookingFlow/FullBookingFlow.vue": () => import("./FullBookingFlow-DcpjvUx9.js"),
244
- "./components/web-components/HotelDescriptionView/HotelDescriptionView.vue": () => import("./HotelDescriptionView-Campln7f.js"),
245
- "./components/web-components/HotelOfferList/HotelOfferList.vue": () => import("./HotelOfferList-DCXl-_eX.js"),
246
- "./components/web-components/HotelOfferMap/HotelOffersMap.vue": () => import("./HotelOffersMap-4m9i-zTX.js"),
247
- "./components/web-components/HotelOfferSearchMenu/HotelOfferSearchMenu.vue": () => import("./HotelOfferSearchMenu-TopYUSWl.js"),
248
- "./components/web-components/HotelOffersView/HotelOffersView.vue": () => import("./HotelOffersView-jDujZJWe.js"),
249
- "./components/web-components/HotelRoomOfferList/HotelRoomOfferList.vue": () => import("./HotelRoomOfferList-DbYj536V.js"),
250
- "./components/web-components/HotelRoomOfferSearchMenu/HotelRoomOfferSearchMenu.vue": () => import("./HotelRoomOfferSearchMenu-DIpTFN1C.js"),
251
- "./components/web-components/HotelRoomOffersBookingFlow/HotelRoomOffersBookingFlow.vue": () => import("./HotelRoomOffersBookingFlow-CuZZJ5WL.js"),
252
- "./components/web-components/HotelRoomOffersView/HotelRoomOffersView.vue": () => import("./HotelRoomOffersView-5mesz--D.js"),
253
- "./components/web-components/LangPickerBtn/LangPickerBtn.vue": () => import("./LangPickerBtn-CjH-W0Q_.js"),
254
- "./components/web-components/PrebookForm/PrebookForm.vue": () => import("./PrebookForm-cME5uaIs.js"),
255
- "./components/web-components/PreferencesMenu/PreferencesMenu.vue": () => import("./PreferencesMenu-BkM8E86S.js"),
256
- "./components/web-components/RoomingListEditor/RoomingListEditor.vue": () => import("./RoomingListEditor-8xW7cg5u.js"),
257
- "./components/web-components/StorybookToolbar/StorybookToolbar.vue": () => import("./StorybookToolbar-Do4iTAR5.js"),
258
- "./components/web-components/TermsAndConditions/TermsAndConditions.vue": () => import("./TermsAndConditions-ChEXVjK3.js")
235
+ "./components/web-components/BankTransferDetails/BankTransferDetails.vue": () => import("./BankTransferDetails-Ck0WX2xu.js"),
236
+ "./components/web-components/BookingDetailsSidebar/BookingDetailsSidebar.vue": () => import("./BookingDetailsSidebar-BLJMDc6K.js"),
237
+ "./components/web-components/BookingManager/BookingManager.vue": () => import("./BookingManager-D_GQ2AB2.js"),
238
+ "./components/web-components/CancellationPoliciesBadge/CancellationPoliciesBadge.vue": () => import("./CancellationPoliciesBadge-D8avrujK.js"),
239
+ "./components/web-components/CancellationPoliciesList/CancellationPoliciesList.vue": () => import("./CancellationPoliciesList-76QYdtUt.js"),
240
+ "./components/web-components/CreditCardStripeForm/CreditCardStripeForm.vue": () => import("./CreditCardStripeForm-BCL7qxSx.js"),
241
+ "./components/web-components/CurrencyPickerBtn/CurrencyPickerBtn.vue": () => import("./CurrencyPickerBtn-B8Bzf_yf.js"),
242
+ "./components/web-components/FastBookingFlow/FastBookingFlow.vue": () => import("./FastBookingFlow-syOG_urb.js"),
243
+ "./components/web-components/FullBookingFlow/FullBookingFlow.vue": () => import("./FullBookingFlow-CsiA_aSM.js"),
244
+ "./components/web-components/HotelDescriptionView/HotelDescriptionView.vue": () => import("./HotelDescriptionView-Bmkkun8f.js"),
245
+ "./components/web-components/HotelOfferList/HotelOfferList.vue": () => import("./HotelOfferList-B4zWhQEL.js"),
246
+ "./components/web-components/HotelOfferMap/HotelOffersMap.vue": () => import("./HotelOffersMap-DbU_-pEP.js"),
247
+ "./components/web-components/HotelOfferSearchMenu/HotelOfferSearchMenu.vue": () => import("./HotelOfferSearchMenu-Dz8tL43T.js"),
248
+ "./components/web-components/HotelOffersView/HotelOffersView.vue": () => import("./HotelOffersView-B9da2OkO.js"),
249
+ "./components/web-components/HotelRoomOfferList/HotelRoomOfferList.vue": () => import("./HotelRoomOfferList-DH_zFF-j.js"),
250
+ "./components/web-components/HotelRoomOfferSearchMenu/HotelRoomOfferSearchMenu.vue": () => import("./HotelRoomOfferSearchMenu-BeSknyRK.js"),
251
+ "./components/web-components/HotelRoomOffersBookingFlow/HotelRoomOffersBookingFlow.vue": () => import("./HotelRoomOffersBookingFlow-01QeeEkm.js"),
252
+ "./components/web-components/HotelRoomOffersView/HotelRoomOffersView.vue": () => import("./HotelRoomOffersView-1olGk81c.js"),
253
+ "./components/web-components/LangPickerBtn/LangPickerBtn.vue": () => import("./LangPickerBtn-CFLpUhtg.js"),
254
+ "./components/web-components/PrebookForm/PrebookForm.vue": () => import("./PrebookForm-L6YywfzV.js"),
255
+ "./components/web-components/PreferencesMenu/PreferencesMenu.vue": () => import("./PreferencesMenu-Bn6xOoXB.js"),
256
+ "./components/web-components/RoomingListEditor/RoomingListEditor.vue": () => import("./RoomingListEditor-DuoFGM_y.js"),
257
+ "./components/web-components/StorybookToolbar/StorybookToolbar.vue": () => import("./StorybookToolbar-C3eQndeD.js"),
258
+ "./components/web-components/TermsAndConditions/TermsAndConditions.vue": () => import("./TermsAndConditions-CHcmN7vg.js")
259
259
  });
260
260
  for (const [o] of Object.entries(me)) {
261
261
  const n = o.replace(/^.\/components\/web-components\/.*\//u, "").replace(/\.vue$/u, "");
@@ -267,76 +267,76 @@ function le(o) {
267
267
  switch (o) {
268
268
  case "./components/web-components/BankTransferDetails/BankTransferDetails":
269
269
  case "./components/web-components/BankTransferDetails/BankTransferDetails.vue":
270
- return import("./BankTransferDetails-BoftA-jp.js");
270
+ return import("./BankTransferDetails-Ck0WX2xu.js");
271
271
  case "./components/web-components/BookingDetailsSidebar/BookingDetailsSidebar":
272
272
  case "./components/web-components/BookingDetailsSidebar/BookingDetailsSidebar.vue":
273
- return import("./BookingDetailsSidebar-CBPYqma7.js");
273
+ return import("./BookingDetailsSidebar-BLJMDc6K.js");
274
274
  case "./components/web-components/BookingManager/BookingManager":
275
275
  case "./components/web-components/BookingManager/BookingManager.vue":
276
- return import("./BookingManager-BIPwQmW6.js");
276
+ return import("./BookingManager-D_GQ2AB2.js");
277
277
  case "./components/web-components/CancellationPoliciesBadge/CancellationPoliciesBadge":
278
278
  case "./components/web-components/CancellationPoliciesBadge/CancellationPoliciesBadge.vue":
279
- return import("./CancellationPoliciesBadge-Wvuq8eNL.js");
279
+ return import("./CancellationPoliciesBadge-D8avrujK.js");
280
280
  case "./components/web-components/CancellationPoliciesList/CancellationPoliciesList":
281
281
  case "./components/web-components/CancellationPoliciesList/CancellationPoliciesList.vue":
282
- return import("./CancellationPoliciesList-D-hZZlvO.js");
282
+ return import("./CancellationPoliciesList-76QYdtUt.js");
283
283
  case "./components/web-components/CreditCardStripeForm/CreditCardStripeForm":
284
284
  case "./components/web-components/CreditCardStripeForm/CreditCardStripeForm.vue":
285
- return import("./CreditCardStripeForm-B40ahUq6.js");
285
+ return import("./CreditCardStripeForm-BCL7qxSx.js");
286
286
  case "./components/web-components/CurrencyPickerBtn/CurrencyPickerBtn":
287
287
  case "./components/web-components/CurrencyPickerBtn/CurrencyPickerBtn.vue":
288
- return import("./CurrencyPickerBtn-BQJsKtmt.js");
288
+ return import("./CurrencyPickerBtn-B8Bzf_yf.js");
289
289
  case "./components/web-components/FastBookingFlow/FastBookingFlow":
290
290
  case "./components/web-components/FastBookingFlow/FastBookingFlow.vue":
291
- return import("./FastBookingFlow-BljigwTO.js");
291
+ return import("./FastBookingFlow-syOG_urb.js");
292
292
  case "./components/web-components/FullBookingFlow/FullBookingFlow":
293
293
  case "./components/web-components/FullBookingFlow/FullBookingFlow.vue":
294
- return import("./FullBookingFlow-DcpjvUx9.js");
294
+ return import("./FullBookingFlow-CsiA_aSM.js");
295
295
  case "./components/web-components/HotelDescriptionView/HotelDescriptionView":
296
296
  case "./components/web-components/HotelDescriptionView/HotelDescriptionView.vue":
297
- return import("./HotelDescriptionView-Campln7f.js");
297
+ return import("./HotelDescriptionView-Bmkkun8f.js");
298
298
  case "./components/web-components/HotelOfferList/HotelOfferList":
299
299
  case "./components/web-components/HotelOfferList/HotelOfferList.vue":
300
- return import("./HotelOfferList-DCXl-_eX.js");
300
+ return import("./HotelOfferList-B4zWhQEL.js");
301
301
  case "./components/web-components/HotelOfferMap/HotelOffersMap":
302
302
  case "./components/web-components/HotelOfferMap/HotelOffersMap.vue":
303
- return import("./HotelOffersMap-4m9i-zTX.js");
303
+ return import("./HotelOffersMap-DbU_-pEP.js");
304
304
  case "./components/web-components/HotelOfferSearchMenu/HotelOfferSearchMenu":
305
305
  case "./components/web-components/HotelOfferSearchMenu/HotelOfferSearchMenu.vue":
306
- return import("./HotelOfferSearchMenu-TopYUSWl.js");
306
+ return import("./HotelOfferSearchMenu-Dz8tL43T.js");
307
307
  case "./components/web-components/HotelOffersView/HotelOffersView":
308
308
  case "./components/web-components/HotelOffersView/HotelOffersView.vue":
309
- return import("./HotelOffersView-jDujZJWe.js");
309
+ return import("./HotelOffersView-B9da2OkO.js");
310
310
  case "./components/web-components/HotelRoomOfferList/HotelRoomOfferList":
311
311
  case "./components/web-components/HotelRoomOfferList/HotelRoomOfferList.vue":
312
- return import("./HotelRoomOfferList-DbYj536V.js");
312
+ return import("./HotelRoomOfferList-DH_zFF-j.js");
313
313
  case "./components/web-components/HotelRoomOfferSearchMenu/HotelRoomOfferSearchMenu":
314
314
  case "./components/web-components/HotelRoomOfferSearchMenu/HotelRoomOfferSearchMenu.vue":
315
- return import("./HotelRoomOfferSearchMenu-DIpTFN1C.js");
315
+ return import("./HotelRoomOfferSearchMenu-BeSknyRK.js");
316
316
  case "./components/web-components/HotelRoomOffersBookingFlow/HotelRoomOffersBookingFlow":
317
317
  case "./components/web-components/HotelRoomOffersBookingFlow/HotelRoomOffersBookingFlow.vue":
318
- return import("./HotelRoomOffersBookingFlow-CuZZJ5WL.js");
318
+ return import("./HotelRoomOffersBookingFlow-01QeeEkm.js");
319
319
  case "./components/web-components/HotelRoomOffersView/HotelRoomOffersView":
320
320
  case "./components/web-components/HotelRoomOffersView/HotelRoomOffersView.vue":
321
- return import("./HotelRoomOffersView-5mesz--D.js");
321
+ return import("./HotelRoomOffersView-1olGk81c.js");
322
322
  case "./components/web-components/LangPickerBtn/LangPickerBtn":
323
323
  case "./components/web-components/LangPickerBtn/LangPickerBtn.vue":
324
- return import("./LangPickerBtn-CjH-W0Q_.js");
324
+ return import("./LangPickerBtn-CFLpUhtg.js");
325
325
  case "./components/web-components/PrebookForm/PrebookForm":
326
326
  case "./components/web-components/PrebookForm/PrebookForm.vue":
327
- return import("./PrebookForm-cME5uaIs.js");
327
+ return import("./PrebookForm-L6YywfzV.js");
328
328
  case "./components/web-components/PreferencesMenu/PreferencesMenu":
329
329
  case "./components/web-components/PreferencesMenu/PreferencesMenu.vue":
330
- return import("./PreferencesMenu-BkM8E86S.js");
330
+ return import("./PreferencesMenu-Bn6xOoXB.js");
331
331
  case "./components/web-components/RoomingListEditor/RoomingListEditor":
332
332
  case "./components/web-components/RoomingListEditor/RoomingListEditor.vue":
333
- return import("./RoomingListEditor-8xW7cg5u.js");
333
+ return import("./RoomingListEditor-DuoFGM_y.js");
334
334
  case "./components/web-components/StorybookToolbar/StorybookToolbar":
335
335
  case "./components/web-components/StorybookToolbar/StorybookToolbar.vue":
336
- return import("./StorybookToolbar-Do4iTAR5.js");
336
+ return import("./StorybookToolbar-C3eQndeD.js");
337
337
  case "./components/web-components/TermsAndConditions/TermsAndConditions":
338
338
  case "./components/web-components/TermsAndConditions/TermsAndConditions.vue":
339
- return import("./TermsAndConditions-ChEXVjK3.js");
339
+ return import("./TermsAndConditions-CHcmN7vg.js");
340
340
  default:
341
341
  return new Promise(function(n, e) {
342
342
  (typeof queueMicrotask == "function" ? queueMicrotask : setTimeout)(e.bind(null, /* @__PURE__ */ new Error("Unknown variable dynamic import: " + o)));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revolugo/elements",
3
- "version": "7.18.1-alpha.1",
3
+ "version": "7.18.1-alpha.11",
4
4
  "private": false,
5
5
  "description": "Revolugo Elements UI library",
6
6
  "author": "Revolugo",