@builder.io/sdk-vue 0.0.7 → 0.1.1

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.
Files changed (56) hide show
  1. package/README.md +4 -0
  2. package/package.json +4 -6
  3. package/packages/_vue2/dist/{block-styles.4a6d4454.js → block-styles.41c88ebb.js} +3 -3
  4. package/packages/_vue2/dist/{block-styles.14e01ebb.cjs → block-styles.57bb90ae.cjs} +1 -1
  5. package/packages/{_vue3/dist/get-processed-block.00348c25.cjs → _vue2/dist/get-processed-block.7744e4bc.cjs} +1 -1
  6. package/packages/{_vue3/dist/get-processed-block.391579db.js → _vue2/dist/get-processed-block.e326a312.js} +1 -1
  7. package/packages/_vue2/dist/{index.12321644.js → index.c72e7c74.js} +213 -216
  8. package/packages/_vue2/dist/index.edd725b5.cjs +30 -0
  9. package/packages/_vue2/dist/{render-block.478d4b37.js → render-block.55447f79.js} +6 -6
  10. package/packages/_vue2/dist/render-block.fed38662.cjs +3 -0
  11. package/packages/_vue2/dist/{render-component-with-context.e823d5d7.cjs → render-component-with-context.6996f337.cjs} +1 -1
  12. package/packages/_vue2/dist/{render-component-with-context.4a307a33.js → render-component-with-context.e7fa8487.js} +2 -2
  13. package/packages/_vue2/dist/{render-component.1c886638.js → render-component.1561ae1b.js} +3 -3
  14. package/packages/_vue2/dist/{render-component.fe614b72.cjs → render-component.e5dac3a3.cjs} +1 -1
  15. package/packages/_vue2/dist/{render-inlined-styles.e5b335e1.cjs → render-inlined-styles.0be888b3.cjs} +1 -1
  16. package/packages/_vue2/dist/{render-inlined-styles.976a3c9e.js → render-inlined-styles.e8e46149.js} +1 -1
  17. package/packages/_vue2/dist/{render-repeated-block.c2bc657c.js → render-repeated-block.e916911e.js} +2 -2
  18. package/packages/_vue2/dist/{render-repeated-block.b11f76de.cjs → render-repeated-block.f6ac2dc0.cjs} +1 -1
  19. package/packages/_vue2/dist/{render-styles.a0f5973e.cjs → render-styles.29424659.cjs} +1 -1
  20. package/packages/_vue2/dist/{render-styles.c1e07776.js → render-styles.571858fa.js} +2 -2
  21. package/packages/_vue2/dist/sdk.cjs +1 -1
  22. package/packages/_vue2/dist/sdk.js +16 -17
  23. package/packages/_vue2/dist/src/functions/get-content/generate-content-url.d.ts +2 -0
  24. package/packages/_vue2/dist/src/functions/get-content/index.d.ts +1 -2
  25. package/packages/_vue2/dist/src/functions/get-fetch.d.ts +1 -1
  26. package/packages/_vue2/dist/style.css +1 -1
  27. package/packages/_vue3/dist/block-styles.6b0bbe3d.cjs +1 -0
  28. package/packages/_vue3/dist/{block-styles.9c18985e.js → block-styles.fee20f95.js} +3 -3
  29. package/packages/{_vue2/dist/get-processed-block.60a0851d.cjs → _vue3/dist/get-processed-block.6a1b1b3d.cjs} +1 -1
  30. package/packages/{_vue2/dist/get-processed-block.a1509eaa.js → _vue3/dist/get-processed-block.b14f89d8.js} +1 -1
  31. package/packages/_vue3/dist/{index.8f01d2e4.js → index.7a69508d.js} +205 -208
  32. package/packages/_vue3/dist/index.a102bdda.cjs +30 -0
  33. package/packages/_vue3/dist/{render-block.f390e85d.cjs → render-block.4a0e514b.cjs} +2 -2
  34. package/packages/_vue3/dist/{render-block.66d690e4.js → render-block.9cdf5af8.js} +6 -6
  35. package/packages/_vue3/dist/{render-component-with-context.3e80acf8.js → render-component-with-context.7d2eb137.js} +2 -2
  36. package/packages/_vue3/dist/{render-component-with-context.fb32b5d3.cjs → render-component-with-context.a37b552e.cjs} +1 -1
  37. package/packages/_vue3/dist/{render-component.68197847.js → render-component.12bec717.js} +3 -3
  38. package/packages/_vue3/dist/{render-component.1b155226.cjs → render-component.66d935aa.cjs} +1 -1
  39. package/packages/_vue3/dist/{render-inlined-styles.74308f98.cjs → render-inlined-styles.540df9a2.cjs} +1 -1
  40. package/packages/_vue3/dist/{render-inlined-styles.fdbe3458.js → render-inlined-styles.87ca82f0.js} +1 -1
  41. package/packages/_vue3/dist/{render-repeated-block.b17a78c3.js → render-repeated-block.0360d32e.js} +2 -2
  42. package/packages/_vue3/dist/{render-repeated-block.c53825f5.cjs → render-repeated-block.8da78c07.cjs} +1 -1
  43. package/packages/_vue3/dist/{render-styles.b2290f3c.cjs → render-styles.2274749d.cjs} +1 -1
  44. package/packages/_vue3/dist/{render-styles.05b9373e.js → render-styles.e9da8e6c.js} +2 -2
  45. package/packages/_vue3/dist/sdk.cjs +1 -1
  46. package/packages/_vue3/dist/sdk.js +13 -14
  47. package/packages/_vue3/dist/src/functions/get-content/generate-content-url.d.ts +2 -0
  48. package/packages/_vue3/dist/src/functions/get-content/index.d.ts +1 -2
  49. package/packages/_vue3/dist/src/functions/get-fetch.d.ts +1 -1
  50. package/packages/_vue3/dist/style.css +1 -1
  51. package/packages/_vue2/dist/index.2202f0aa.cjs +0 -29
  52. package/packages/_vue2/dist/render-block.51134fca.cjs +0 -3
  53. package/packages/_vue2/dist/src/functions/get-global-this.d.ts +0 -1
  54. package/packages/_vue3/dist/block-styles.3f38d23f.cjs +0 -1
  55. package/packages/_vue3/dist/index.4580bfec.cjs +0 -29
  56. package/packages/_vue3/dist/src/functions/get-global-this.d.ts +0 -1
@@ -113,7 +113,7 @@ const de = (e = {}) => {
113
113
  default: 991,
114
114
  max: 1200
115
115
  }
116
- }, yn = (e, n = G) => `@media (max-width: ${n[e].max}px)`, ue = ({ small: e, medium: n }) => {
116
+ }, vn = (e, n = G) => `@media (max-width: ${n[e].max}px)`, ue = ({ small: e, medium: n }) => {
117
117
  const t = U(G);
118
118
  if (!e || !n)
119
119
  return t;
@@ -139,7 +139,7 @@ const de = (e = {}) => {
139
139
  if (typeof o == "string")
140
140
  return `${me(t)}: ${o};`;
141
141
  }).filter(I), S = (e) => pe(e).join(`
142
- `), vn = ({
142
+ `), xn = ({
143
143
  mediaQuery: e,
144
144
  className: n,
145
145
  styles: t
@@ -155,7 +155,7 @@ const de = (e = {}) => {
155
155
  "Error while attempting to dynamically import component RenderBlocks at ../../components/render-blocks.vue",
156
156
  e
157
157
  ), e;
158
- }), fe = () => import("./render-inlined-styles.fdbe3458.js").then((e) => e.default).catch((e) => {
158
+ }), fe = () => import("./render-inlined-styles.87ca82f0.js").then((e) => e.default).catch((e) => {
159
159
  throw console.error(
160
160
  "Error while attempting to dynamically import component RenderInlinedStyles at ../../components/render-inlined-styles.vue",
161
161
  e
@@ -292,7 +292,7 @@ function be(e, n, t, o, r, s) {
292
292
  return l(), u("div", {
293
293
  class: E(
294
294
  s._classStringToObject(
295
- `builder-columns ${t.builderBlock.id}-breakpoints div-1fogms4bee0`
295
+ `builder-columns ${t.builderBlock.id}-breakpoints div-2oob28krk0a`
296
296
  )
297
297
  ),
298
298
  style: _({
@@ -306,7 +306,7 @@ function be(e, n, t, o, r, s) {
306
306
  }, null, 8, ["styles"])) : b("", !0),
307
307
  (l(!0), u(T, null, $(t.columns, (a, d) => (l(), u("div", {
308
308
  key: d,
309
- class: "builder-column div-1fogms4bee0-2",
309
+ class: "builder-column div-2oob28krk0a-2",
310
310
  style: _({
311
311
  width: s.getColumnCssWidth(d),
312
312
  marginLeft: `${d === 0 ? 0 : s.getGutterSize()}px`,
@@ -325,7 +325,7 @@ function be(e, n, t, o, r, s) {
325
325
  ], 4))), 128))
326
326
  ], 6);
327
327
  }
328
- const ye = /* @__PURE__ */ g(ge, [["render", be], ["__scopeId", "data-v-523c4250"]]);
328
+ const ye = /* @__PURE__ */ g(ge, [["render", be], ["__scopeId", "data-v-e8ae58c5"]]);
329
329
  function M(e) {
330
330
  return e.replace(/http(s)?:/, "");
331
331
  }
@@ -416,7 +416,7 @@ const ke = {
416
416
  };
417
417
  const Ce = ["srcset"], Se = ["alt", "role", "src", "srcset", "sizes"], _e = ["srcset"], we = {
418
418
  key: 2,
419
- class: "div-263j453upso-2"
419
+ class: "div-1n1bt6e2i9n-2"
420
420
  };
421
421
  function Ie(e, n, t, o, r, s) {
422
422
  var i, c, a, d;
@@ -438,7 +438,7 @@ function Ie(e, n, t, o, r, s) {
438
438
  }),
439
439
  class: E(
440
440
  s._classStringToObject(
441
- "builder-image" + (t.className ? " " + t.className : "") + " img-263j453upso"
441
+ "builder-image" + (t.className ? " " + t.className : "") + " img-1n1bt6e2i9n"
442
442
  )
443
443
  ),
444
444
  src: t.image,
@@ -449,7 +449,7 @@ function Ie(e, n, t, o, r, s) {
449
449
  ]),
450
450
  t.aspectRatio && !(((c = (i = t.builderBlock) == null ? void 0 : i.children) == null ? void 0 : c.length) && t.fitContent) ? (l(), u("div", {
451
451
  key: 0,
452
- class: "builder-image-sizer div-263j453upso",
452
+ class: "builder-image-sizer div-1n1bt6e2i9n",
453
453
  style: _({
454
454
  paddingTop: t.aspectRatio * 100 + "%"
455
455
  })
@@ -460,7 +460,7 @@ function Ie(e, n, t, o, r, s) {
460
460
  ])) : b("", !0)
461
461
  ], 64);
462
462
  }
463
- const Te = /* @__PURE__ */ g(ke, [["render", Ie], ["__scopeId", "data-v-110feda1"]]), Re = {
463
+ const Te = /* @__PURE__ */ g(ke, [["render", Ie], ["__scopeId", "data-v-ce478e56"]]), Re = {
464
464
  name: "builder-text",
465
465
  props: ["text"]
466
466
  }, Ee = ["innerHTML"];
@@ -528,52 +528,22 @@ function $e(e, n, t, o, r, s) {
528
528
  }, s.spreadProps), null, 16, Ae);
529
529
  }
530
530
  const Oe = /* @__PURE__ */ g(Be, [["render", $e]]);
531
- function O(e, n = null, t = ".") {
532
- return Object.keys(e).reduce((o, r) => {
533
- const s = e[r], i = [n, r].filter(Boolean).join(t);
534
- return [
535
- typeof s == "object",
536
- s !== null,
537
- !(Array.isArray(s) && s.length === 0)
538
- ].every(Boolean) ? { ...o, ...O(s, i, t) } : { ...o, [i]: s };
539
- }, {});
531
+ function Pe() {
532
+ return typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : globalThis;
540
533
  }
541
- const z = "builder.", Pe = "options.", Ue = (e) => {
542
- const n = {};
543
- return e.forEach((t, o) => {
544
- n[o] = t;
545
- }), n;
546
- }, Ve = (e) => {
547
- if (!e)
548
- return {};
549
- const n = J(e), t = {};
550
- return Object.keys(n).forEach((o) => {
551
- if (o.startsWith(z)) {
552
- const r = o.replace(z, "").replace(Pe, "");
553
- t[r] = n[o];
554
- }
555
- }), t;
556
- }, We = () => {
557
- if (!f())
558
- return {};
559
- const e = new URLSearchParams(window.location.search);
560
- return Ve(e);
561
- }, J = (e) => e instanceof URLSearchParams ? Ue(e) : e;
562
- function Le() {
563
- return typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : null;
564
- }
565
- async function X() {
566
- const e = Le().fetch;
567
- if (typeof e > "u" && typeof global < "u") {
568
- const n = import("node-fetch").then((t) => t.default);
569
- return n.default || n;
570
- }
571
- return e.default || e;
534
+ function Ue() {
535
+ const e = Pe().fetch;
536
+ if (typeof e > "u")
537
+ throw console.warn(
538
+ `Builder SDK could not find a global fetch function. Make sure you have a polyfill for fetch in your project.
539
+ For more information, read https://github.com/BuilderIO/this-package-uses-fetch`
540
+ ), new Error("Builder SDK could not find a global `fetch` function");
541
+ return e;
572
542
  }
573
- const Ne = (e) => {
543
+ const J = Ue(), Ve = (e) => {
574
544
  const n = e.split(".");
575
545
  return n.length > 2 ? n.slice(1).join(".") : e;
576
- }, Y = async ({
546
+ }, X = async ({
577
547
  name: e,
578
548
  canTrack: n
579
549
  }) => {
@@ -583,23 +553,23 @@ const Ne = (e) => {
583
553
  } catch (o) {
584
554
  console.debug("[COOKIE] GET error: ", o);
585
555
  }
586
- }, Me = (e) => e.map(([n, t]) => t ? `${n}=${t}` : n).join("; "), ze = [
556
+ }, We = (e) => e.map(([n, t]) => t ? `${n}=${t}` : n).join("; "), Le = [
587
557
  ["secure", ""],
588
558
  ["SameSite", "None"]
589
- ], He = ({
559
+ ], Ne = ({
590
560
  name: e,
591
561
  value: n,
592
562
  expires: t
593
563
  }) => {
594
- const r = (f() ? location.protocol === "https:" : !0) ? ze : [[]], s = t ? [["expires", t.toUTCString()]] : [[]], i = [
564
+ const r = (f() ? location.protocol === "https:" : !0) ? Le : [[]], s = t ? [["expires", t.toUTCString()]] : [[]], i = [
595
565
  [e, n],
596
566
  ...s,
597
567
  ["path", "/"],
598
- ["domain", Ne(window.location.hostname)],
568
+ ["domain", Ve(window.location.hostname)],
599
569
  ...r
600
570
  ];
601
- return Me(i);
602
- }, Q = async ({
571
+ return We(i);
572
+ }, Y = async ({
603
573
  name: e,
604
574
  value: n,
605
575
  expires: t,
@@ -608,19 +578,19 @@ const Ne = (e) => {
608
578
  try {
609
579
  if (!o)
610
580
  return;
611
- const r = He({ name: e, value: n, expires: t });
581
+ const r = Ne({ name: e, value: n, expires: t });
612
582
  document.cookie = r;
613
583
  } catch (r) {
614
584
  console.warn("[COOKIE] SET error: ", r);
615
585
  }
616
- }, Ke = "builderio.variations", Z = (e) => `${Ke}.${e}`, De = ({
586
+ }, Me = "builderio.variations", Q = (e) => `${Me}.${e}`, ze = ({
617
587
  contentId: e,
618
588
  canTrack: n
619
- }) => Y({ name: Z(e), canTrack: n }), qe = ({
589
+ }) => X({ name: Q(e), canTrack: n }), He = ({
620
590
  contentId: e,
621
591
  canTrack: n,
622
592
  value: t
623
- }) => Q({ name: Z(e), value: t, canTrack: n }), Ge = (e) => I(e.id) && I(e.variations) && Object.keys(e.variations).length > 0, Je = ({
593
+ }) => Y({ name: Q(e), value: t, canTrack: n }), Ke = (e) => I(e.id) && I(e.variations) && Object.keys(e.variations).length > 0, De = ({
624
594
  id: e,
625
595
  variations: n
626
596
  }) => {
@@ -631,7 +601,7 @@ const Ne = (e) => {
631
601
  if (t += (r = n[s]) == null ? void 0 : r.testRatio, o < t)
632
602
  return s;
633
603
  return e;
634
- }, H = ({
604
+ }, z = ({
635
605
  item: e,
636
606
  testGroupId: n
637
607
  }) => {
@@ -644,42 +614,69 @@ const Ne = (e) => {
644
614
  testVariationId: t.id,
645
615
  testVariationName: t.name || (t.id === e.id ? "Default" : "")
646
616
  };
647
- }, Xe = async ({
617
+ }, qe = async ({
648
618
  item: e,
649
619
  canTrack: n
650
620
  }) => {
651
- const t = await De({
621
+ const t = await ze({
652
622
  canTrack: n,
653
623
  contentId: e.id
654
- }), o = t ? H({ item: e, testGroupId: t }) : void 0;
624
+ }), o = t ? z({ item: e, testGroupId: t }) : void 0;
655
625
  if (o)
656
626
  return o;
657
627
  {
658
- const r = Je({
628
+ const r = De({
659
629
  variations: e.variations,
660
630
  id: e.id
661
631
  });
662
- return qe({
632
+ return He({
663
633
  contentId: e.id,
664
634
  value: r,
665
635
  canTrack: n
666
636
  }).catch((s) => {
667
637
  console.error("could not store A/B test variation: ", s);
668
- }), H({ item: e, testGroupId: r });
638
+ }), z({ item: e, testGroupId: r });
669
639
  }
670
- }, Ye = async ({
640
+ }, Ge = async ({
671
641
  item: e,
672
642
  canTrack: n
673
643
  }) => {
674
- if (!Ge(e))
644
+ if (!Ke(e))
675
645
  return;
676
- const t = await Xe({ item: e, canTrack: n });
646
+ const t = await qe({ item: e, canTrack: n });
677
647
  Object.assign(e, t);
678
648
  };
679
- async function ee(e) {
680
- return (await Ze({ ...e, limit: 1 })).results[0] || null;
649
+ function O(e, n = null, t = ".") {
650
+ return Object.keys(e).reduce((o, r) => {
651
+ const s = e[r], i = [n, r].filter(Boolean).join(t);
652
+ return [
653
+ typeof s == "object",
654
+ s !== null,
655
+ !(Array.isArray(s) && s.length === 0)
656
+ ].every(Boolean) ? { ...o, ...O(s, i, t) } : { ...o, [i]: s };
657
+ }, {});
681
658
  }
682
- const Qe = (e) => {
659
+ const H = "builder.", Je = "options.", Xe = (e) => {
660
+ const n = {};
661
+ return e.forEach((t, o) => {
662
+ n[o] = t;
663
+ }), n;
664
+ }, Ye = (e) => {
665
+ if (!e)
666
+ return {};
667
+ const n = Z(e), t = {};
668
+ return Object.keys(n).forEach((o) => {
669
+ if (o.startsWith(H)) {
670
+ const r = o.replace(H, "").replace(Je, "");
671
+ t[r] = n[o];
672
+ }
673
+ }), t;
674
+ }, Qe = () => {
675
+ if (!f())
676
+ return {};
677
+ const e = new URLSearchParams(window.location.search);
678
+ return Ye(e);
679
+ }, Z = (e) => e instanceof URLSearchParams ? Xe(e) : e, Ze = (e) => {
683
680
  const {
684
681
  limit: n = 30,
685
682
  userAttributes: t,
@@ -695,8 +692,8 @@ const Qe = (e) => {
695
692
  const d = new URL(
696
693
  `https://cdn.builder.io/api/v2/content/${s}?apiKey=${i}&limit=${n}&noTraverse=${r}&includeRefs=${c}${a ? `&locale=${a}` : ""}`
697
694
  ), m = {
698
- ...We(),
699
- ...J(e.options || {})
695
+ ...Qe(),
696
+ ...Z(e.options || {})
700
697
  }, p = O(m);
701
698
  for (const h in p)
702
699
  d.searchParams.set(h, String(p[h]));
@@ -707,23 +704,24 @@ const Qe = (e) => {
707
704
  }
708
705
  return d;
709
706
  };
710
- async function Ze(e) {
711
- const n = Qe(e), o = await (await X())(n.href).then(
712
- (s) => s.json()
713
- ), r = e.canTrack !== !1;
707
+ async function ee(e) {
708
+ return (await et({ ...e, limit: 1 })).results[0] || null;
709
+ }
710
+ async function et(e) {
711
+ const n = Ze(e), o = await (await J(n.href)).json(), r = e.canTrack !== !1;
714
712
  if (r && Array.isArray(o.results))
715
713
  for (const s of o.results)
716
- await Ye({ item: s, canTrack: r });
714
+ await Ge({ item: s, canTrack: r });
717
715
  return o;
718
716
  }
719
- const et = () => Promise.resolve().then(() => dn).then((e) => e.default).catch((e) => {
717
+ const tt = () => Promise.resolve().then(() => un).then((e) => e.default).catch((e) => {
720
718
  throw console.error(
721
719
  "Error while attempting to dynamically import component RenderContent at ../../components/render-content/render-content.vue",
722
720
  e
723
721
  ), e;
724
- }), tt = {
722
+ }), nt = {
725
723
  name: "builder-symbol",
726
- components: { RenderContent: x(et) },
724
+ components: { RenderContent: x(tt) },
727
725
  props: ["attributes", "symbol", "dynamic"],
728
726
  data: () => ({ fetchedContent: null }),
729
727
  inject: {
@@ -775,8 +773,8 @@ const et = () => Promise.resolve().then(() => dn).then((e) => e.default).catch((
775
773
  return n;
776
774
  }
777
775
  }
778
- }, nt = ["dataSet"];
779
- function ot(e, n, t, o, r, s) {
776
+ }, ot = ["dataSet"];
777
+ function st(e, n, t, o, r, s) {
780
778
  var c, a, d, m, p;
781
779
  const i = k("render-content");
782
780
  return l(), u("div", C({
@@ -797,29 +795,29 @@ function ot(e, n, t, o, r, s) {
797
795
  model: (p = t.symbol) == null ? void 0 : p.model,
798
796
  content: s.contentToUse
799
797
  }, null, 8, ["apiKey", "context", "customComponents", "data", "model", "content"])
800
- ], 16, nt);
798
+ ], 16, ot);
801
799
  }
802
- const st = /* @__PURE__ */ g(tt, [["render", ot]]), rt = {
800
+ const rt = /* @__PURE__ */ g(nt, [["render", st]]), it = {
803
801
  name: "builder-button",
804
802
  props: ["attributes", "text", "link", "openLinkInNewTab"]
805
803
  };
806
- const it = ["href", "target"];
807
- function at(e, n, t, o, r, s) {
804
+ const at = ["href", "target"];
805
+ function ct(e, n, t, o, r, s) {
808
806
  return t.link ? (l(), u("a", C({
809
807
  key: 0,
810
808
  role: "button",
811
809
  href: t.link,
812
810
  target: t.openLinkInNewTab ? "_blank" : void 0
813
- }, t.attributes), W(t.text), 17, it)) : (l(), u("button", C({
811
+ }, t.attributes), W(t.text), 17, at)) : (l(), u("button", C({
814
812
  key: 1,
815
- class: "button-7jvpanrlkn"
813
+ class: "button-1yj9n7yt24z"
816
814
  }, t.attributes), W(t.text), 17));
817
815
  }
818
- const ct = /* @__PURE__ */ g(rt, [["render", at], ["__scopeId", "data-v-9cf2830c"]]), lt = {
816
+ const lt = /* @__PURE__ */ g(it, [["render", ct], ["__scopeId", "data-v-d1c063d9"]]), dt = {
819
817
  name: "builder-section-component",
820
818
  props: ["attributes", "maxWidth"]
821
819
  };
822
- function dt(e, n, t, o, r, s) {
820
+ function ut(e, n, t, o, r, s) {
823
821
  return l(), u("section", C({
824
822
  style: {
825
823
  width: "100%",
@@ -837,16 +835,16 @@ function dt(e, n, t, o, r, s) {
837
835
  R(e.$slots, "default")
838
836
  ], 16);
839
837
  }
840
- const ut = /* @__PURE__ */ g(lt, [["render", dt]]), mt = {
838
+ const mt = /* @__PURE__ */ g(dt, [["render", ut]]), pt = {
841
839
  name: "builder-fragment-component",
842
840
  props: []
843
841
  };
844
- function pt(e, n, t, o, r, s) {
842
+ function ht(e, n, t, o, r, s) {
845
843
  return l(), u("span", null, [
846
844
  R(e.$slots, "default")
847
845
  ]);
848
846
  }
849
- const ht = /* @__PURE__ */ g(mt, [["render", pt]]), ft = {
847
+ const ft = /* @__PURE__ */ g(pt, [["render", ht]]), gt = {
850
848
  name: "Core:Button",
851
849
  builtIn: !0,
852
850
  image: "https://cdn.builder.io/api/v1/image/assets%2FIsxPKMo2gPRRKeakUztj1D6uqed2%2F81a15681c3e74df09677dfc57a615b13",
@@ -886,7 +884,7 @@ const ht = /* @__PURE__ */ g(mt, [["render", pt]]), ft = {
886
884
  }, F = (e) => {
887
885
  const n = e.toString().trim();
888
886
  return `return (${!n.startsWith("function") && !n.startsWith("(") ? "function " : ""}${n}).apply(this, arguments)`;
889
- }, gt = {
887
+ }, bt = {
890
888
  name: "Columns",
891
889
  builtIn: !0,
892
890
  inputs: [
@@ -1111,14 +1109,14 @@ const ht = /* @__PURE__ */ g(mt, [["render", pt]]), ft = {
1111
1109
  advanced: !0
1112
1110
  }
1113
1111
  ]
1114
- }, bt = {
1112
+ }, yt = {
1115
1113
  name: "Fragment",
1116
1114
  static: !0,
1117
1115
  hidden: !0,
1118
1116
  builtIn: !0,
1119
1117
  canHaveChildren: !0,
1120
1118
  noWrap: !0
1121
- }, yt = {
1119
+ }, vt = {
1122
1120
  name: "Image",
1123
1121
  static: !0,
1124
1122
  builtIn: !0,
@@ -1244,7 +1242,7 @@ const ht = /* @__PURE__ */ g(mt, [["render", pt]]), ft = {
1244
1242
  defaultValue: 0.7041
1245
1243
  }
1246
1244
  ]
1247
- }, vt = {
1245
+ }, xt = {
1248
1246
  name: "Core:Section",
1249
1247
  static: !0,
1250
1248
  builtIn: !0,
@@ -1289,7 +1287,7 @@ const ht = /* @__PURE__ */ g(mt, [["render", pt]]), ft = {
1289
1287
  }
1290
1288
  }
1291
1289
  ]
1292
- }, xt = {
1290
+ }, kt = {
1293
1291
  name: "Symbol",
1294
1292
  noWrap: !0,
1295
1293
  static: !0,
@@ -1328,7 +1326,7 @@ const ht = /* @__PURE__ */ g(mt, [["render", pt]]), ft = {
1328
1326
  type: "boolean"
1329
1327
  }
1330
1328
  ]
1331
- }, kt = {
1329
+ }, Ct = {
1332
1330
  name: "Text",
1333
1331
  static: !0,
1334
1332
  builtIn: !0,
@@ -1348,7 +1346,7 @@ const ht = /* @__PURE__ */ g(mt, [["render", pt]]), ft = {
1348
1346
  height: "auto",
1349
1347
  textAlign: "center"
1350
1348
  }
1351
- }, Ct = {
1349
+ }, St = {
1352
1350
  name: "Video",
1353
1351
  canHaveChildren: !0,
1354
1352
  builtIn: !0,
@@ -1450,7 +1448,7 @@ const ht = /* @__PURE__ */ g(mt, [["render", pt]]), ft = {
1450
1448
  advanced: !0
1451
1449
  }
1452
1450
  ]
1453
- }, St = {
1451
+ }, _t = {
1454
1452
  name: "Embed",
1455
1453
  static: !0,
1456
1454
  builtIn: !0,
@@ -1484,11 +1482,11 @@ const ht = /* @__PURE__ */ g(mt, [["render", pt]]), ft = {
1484
1482
  hideFromUI: !0
1485
1483
  }
1486
1484
  ]
1487
- }, _t = [
1485
+ }, wt = [
1488
1486
  "text/javascript",
1489
1487
  "application/javascript",
1490
1488
  "application/ecmascript"
1491
- ], wt = (e) => _t.includes(e.type), It = {
1489
+ ], It = (e) => wt.includes(e.type), Tt = {
1492
1490
  name: "builder-embed",
1493
1491
  props: ["content"],
1494
1492
  data: () => ({ scriptsInserted: [], scriptsRun: [], ranInitFn: !1 }),
@@ -1516,7 +1514,7 @@ const ht = /* @__PURE__ */ g(mt, [["render", pt]]), ft = {
1516
1514
  this.scriptsInserted.push(t.src);
1517
1515
  const o = document.createElement("script");
1518
1516
  o.async = !0, o.src = t.src, document.head.appendChild(o);
1519
- } else if (wt(t) && !this.scriptsRun.includes(t.innerText))
1517
+ } else if (It(t) && !this.scriptsRun.includes(t.innerText))
1520
1518
  try {
1521
1519
  this.scriptsRun.push(t.innerText), new Function(t.innerText)();
1522
1520
  } catch (o) {
@@ -1525,22 +1523,22 @@ const ht = /* @__PURE__ */ g(mt, [["render", pt]]), ft = {
1525
1523
  }
1526
1524
  }
1527
1525
  }
1528
- }, Tt = ["innerHTML"];
1529
- function Rt(e, n, t, o, r, s) {
1526
+ }, Rt = ["innerHTML"];
1527
+ function Et(e, n, t, o, r, s) {
1530
1528
  return l(), u("div", {
1531
1529
  class: "builder-embed",
1532
1530
  ref: "elem",
1533
1531
  innerHTML: t.content
1534
- }, null, 8, Tt);
1532
+ }, null, 8, Rt);
1535
1533
  }
1536
- const Et = /* @__PURE__ */ g(It, [["render", Rt]]);
1537
- function jt() {
1534
+ const jt = /* @__PURE__ */ g(Tt, [["render", Et]]);
1535
+ function Ft() {
1538
1536
  return f() && window.self !== window.top;
1539
1537
  }
1540
1538
  function y() {
1541
- return jt() && window.location.search.indexOf("builder.frameEditing=") !== -1;
1539
+ return Ft() && window.location.search.indexOf("builder.frameEditing=") !== -1;
1542
1540
  }
1543
- const Ft = {
1541
+ const Bt = {
1544
1542
  name: "builder-img-component",
1545
1543
  props: [
1546
1544
  "backgroundSize",
@@ -1551,8 +1549,8 @@ const Ft = {
1551
1549
  "attributes"
1552
1550
  ],
1553
1551
  data: () => ({ isEditing: y })
1554
- }, Bt = ["alt", "src"];
1555
- function At(e, n, t, o, r, s) {
1552
+ }, At = ["alt", "src"];
1553
+ function $t(e, n, t, o, r, s) {
1556
1554
  return l(), u("img", C({
1557
1555
  style: {
1558
1556
  objectFit: t.backgroundSize || "cover",
@@ -1561,9 +1559,9 @@ function At(e, n, t, o, r, s) {
1561
1559
  key: e.isEditing() && t.imgSrc || "default-key",
1562
1560
  alt: t.altText,
1563
1561
  src: t.imgSrc || t.image
1564
- }, t.attributes), null, 16, Bt);
1562
+ }, t.attributes), null, 16, At);
1565
1563
  }
1566
- const $t = /* @__PURE__ */ g(Ft, [["render", At]]), Ot = {
1564
+ const Ot = /* @__PURE__ */ g(Bt, [["render", $t]]), Pt = {
1567
1565
  name: "Raw:Img",
1568
1566
  hideFromInsertMenu: !0,
1569
1567
  builtIn: !0,
@@ -1579,7 +1577,7 @@ const $t = /* @__PURE__ */ g(Ft, [["render", At]]), Ot = {
1579
1577
  ],
1580
1578
  noWrap: !0,
1581
1579
  static: !0
1582
- }, Pt = {
1580
+ }, Ut = {
1583
1581
  name: "builder-custom-code",
1584
1582
  props: ["replaceNodes", "code"],
1585
1583
  data: () => ({ scriptsInserted: [], scriptsRun: [] }),
@@ -1624,8 +1622,8 @@ const $t = /* @__PURE__ */ g(Ft, [["render", At]]), Ot = {
1624
1622
  return n;
1625
1623
  }
1626
1624
  }
1627
- }, Ut = ["innerHTML"];
1628
- function Vt(e, n, t, o, r, s) {
1625
+ }, Vt = ["innerHTML"];
1626
+ function Wt(e, n, t, o, r, s) {
1629
1627
  return l(), u("div", {
1630
1628
  ref: "elem",
1631
1629
  class: E(
@@ -1634,9 +1632,9 @@ function Vt(e, n, t, o, r, s) {
1634
1632
  )
1635
1633
  ),
1636
1634
  innerHTML: t.code
1637
- }, null, 10, Ut);
1635
+ }, null, 10, Vt);
1638
1636
  }
1639
- const Wt = /* @__PURE__ */ g(Pt, [["render", Vt]]), Lt = {
1637
+ const Lt = /* @__PURE__ */ g(Ut, [["render", Wt]]), Nt = {
1640
1638
  name: "Custom Code",
1641
1639
  static: !0,
1642
1640
  builtIn: !0,
@@ -1663,18 +1661,18 @@ const Wt = /* @__PURE__ */ g(Pt, [["render", Vt]]), Lt = {
1663
1661
  advanced: !0
1664
1662
  }
1665
1663
  ]
1666
- }, Nt = () => [
1667
- { component: ye, ...gt },
1668
- { component: Te, ...yt },
1669
- { component: $t, ...Ot },
1670
- { component: Fe, ...kt },
1671
- { component: Oe, ...Ct },
1672
- { component: st, ...xt },
1673
- { component: ct, ...ft },
1674
- { component: ut, ...vt },
1675
- { component: ht, ...bt },
1676
- { component: Et, ...St },
1677
- { component: Wt, ...Lt }
1664
+ }, Mt = () => [
1665
+ { component: ye, ...bt },
1666
+ { component: Te, ...vt },
1667
+ { component: Ot, ...Pt },
1668
+ { component: Fe, ...Ct },
1669
+ { component: Oe, ...St },
1670
+ { component: rt, ...kt },
1671
+ { component: lt, ...gt },
1672
+ { component: mt, ...xt },
1673
+ { component: ft, ...yt },
1674
+ { component: jt, ..._t },
1675
+ { component: Lt, ...Nt }
1678
1676
  ];
1679
1677
  function K({
1680
1678
  code: e,
@@ -1713,22 +1711,22 @@ function K({
1713
1711
  );
1714
1712
  }
1715
1713
  }
1716
- function Mt() {
1714
+ function zt() {
1717
1715
  return !f() || y() ? !1 : Boolean(location.search.indexOf("builder.preview=") !== -1);
1718
1716
  }
1719
1717
  const te = [];
1720
- function xn(e, n) {
1718
+ function kn(e, n) {
1721
1719
  return te.push({ component: e, ...n }), console.warn(
1722
1720
  "registerComponent is deprecated. Use the `customComponents` prop in RenderContent instead to provide your custom components to the builder SDK."
1723
1721
  ), e;
1724
1722
  }
1725
- const zt = ({
1723
+ const Ht = ({
1726
1724
  component: e,
1727
1725
  ...n
1728
1726
  }) => ({
1729
1727
  type: "builder.registerComponent",
1730
- data: Kt(n)
1731
- }), Ht = (e) => typeof e == "function" ? F(e) : U(e), Kt = ({
1728
+ data: Dt(n)
1729
+ }), Kt = (e) => typeof e == "function" ? F(e) : U(e), Dt = ({
1732
1730
  inputs: e,
1733
1731
  ...n
1734
1732
  }) => ({
@@ -1737,38 +1735,38 @@ const zt = ({
1737
1735
  (t) => Object.entries(t).reduce(
1738
1736
  (o, [r, s]) => ({
1739
1737
  ...o,
1740
- [r]: Ht(s)
1738
+ [r]: Kt(s)
1741
1739
  }),
1742
1740
  {}
1743
1741
  )
1744
1742
  )
1745
1743
  });
1746
- function Dt() {
1744
+ function qt() {
1747
1745
  return "xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g, function(e) {
1748
1746
  const n = Math.random() * 16 | 0;
1749
1747
  return (e == "x" ? n : n & 3 | 8).toString(16);
1750
1748
  });
1751
1749
  }
1752
1750
  function ne() {
1753
- return Dt().replace(/-/g, "");
1751
+ return qt().replace(/-/g, "");
1754
1752
  }
1755
- const oe = "builderSessionId", qt = async ({ canTrack: e }) => {
1753
+ const oe = "builderSessionId", Gt = async ({ canTrack: e }) => {
1756
1754
  if (!e)
1757
1755
  return;
1758
- const n = await Y({
1756
+ const n = await X({
1759
1757
  name: oe,
1760
1758
  canTrack: e
1761
1759
  });
1762
1760
  if (I(n))
1763
1761
  return n;
1764
1762
  {
1765
- const t = Gt();
1766
- Jt({ id: t, canTrack: e });
1763
+ const t = Jt();
1764
+ Xt({ id: t, canTrack: e });
1767
1765
  }
1768
- }, Gt = () => ne(), Jt = ({
1766
+ }, Jt = () => ne(), Xt = ({
1769
1767
  id: e,
1770
1768
  canTrack: n
1771
- }) => Q({ name: oe, value: e, canTrack: n }), se = () => f() && typeof localStorage < "u" ? localStorage : void 0, Xt = ({
1769
+ }) => Y({ name: oe, value: e, canTrack: n }), se = () => f() && typeof localStorage < "u" ? localStorage : void 0, Yt = ({
1772
1770
  key: e,
1773
1771
  canTrack: n
1774
1772
  }) => {
@@ -1778,7 +1776,7 @@ const oe = "builderSessionId", qt = async ({ canTrack: e }) => {
1778
1776
  } catch (o) {
1779
1777
  console.debug("[LocalStorage] GET error: ", o);
1780
1778
  }
1781
- }, Yt = ({
1779
+ }, Qt = ({
1782
1780
  key: e,
1783
1781
  canTrack: n,
1784
1782
  value: t
@@ -1789,37 +1787,37 @@ const oe = "builderSessionId", qt = async ({ canTrack: e }) => {
1789
1787
  } catch (r) {
1790
1788
  console.debug("[LocalStorage] SET error: ", r);
1791
1789
  }
1792
- }, re = "builderVisitorId", Qt = ({ canTrack: e }) => {
1790
+ }, re = "builderVisitorId", Zt = ({ canTrack: e }) => {
1793
1791
  if (!e)
1794
1792
  return;
1795
- const n = Xt({
1793
+ const n = Yt({
1796
1794
  key: re,
1797
1795
  canTrack: e
1798
1796
  });
1799
1797
  if (I(n))
1800
1798
  return n;
1801
1799
  {
1802
- const t = Zt();
1803
- en({ id: t, canTrack: e });
1800
+ const t = en();
1801
+ tn({ id: t, canTrack: e });
1804
1802
  }
1805
- }, Zt = () => ne(), en = ({
1803
+ }, en = () => ne(), tn = ({
1806
1804
  id: e,
1807
1805
  canTrack: n
1808
- }) => Yt({
1806
+ }) => Qt({
1809
1807
  key: re,
1810
1808
  value: e,
1811
1809
  canTrack: n
1812
- }), tn = async ({
1810
+ }), nn = async ({
1813
1811
  canTrack: e
1814
1812
  }) => {
1815
1813
  if (!e)
1816
1814
  return { visitorId: void 0, sessionId: void 0 };
1817
- const n = await qt({ canTrack: e }), t = Qt({ canTrack: e });
1815
+ const n = await Gt({ canTrack: e }), t = Zt({ canTrack: e });
1818
1816
  return {
1819
1817
  sessionId: n,
1820
1818
  visitorId: t
1821
1819
  };
1822
- }, nn = async ({
1820
+ }, on = async ({
1823
1821
  type: e,
1824
1822
  canTrack: n,
1825
1823
  apiKey: t,
@@ -1830,7 +1828,7 @@ const oe = "builderSessionId", qt = async ({ canTrack: e }) => {
1830
1828
  data: {
1831
1829
  ...r,
1832
1830
  metadata: JSON.stringify(o),
1833
- ...await tn({ canTrack: n }),
1831
+ ...await nn({ canTrack: n }),
1834
1832
  ownerId: t
1835
1833
  }
1836
1834
  });
@@ -1845,7 +1843,7 @@ async function P(e) {
1845
1843
  return fetch("https://builder.io/api/v1/track", {
1846
1844
  method: "POST",
1847
1845
  body: JSON.stringify({
1848
- events: [await nn(e)]
1846
+ events: [await on(e)]
1849
1847
  }),
1850
1848
  headers: {
1851
1849
  "content-type": "application/json"
@@ -1855,21 +1853,21 @@ async function P(e) {
1855
1853
  console.error("Failed to track: ", n);
1856
1854
  });
1857
1855
  }
1858
- const kn = (e) => P({ ...e, canTrack: !0 }), on = () => Promise.resolve().then(() => ie).then((e) => e.default).catch((e) => {
1856
+ const Cn = (e) => P({ ...e, canTrack: !0 }), sn = () => Promise.resolve().then(() => ie).then((e) => e.default).catch((e) => {
1859
1857
  throw console.error(
1860
1858
  "Error while attempting to dynamically import component RenderBlocks at ../render-blocks.vue",
1861
1859
  e
1862
1860
  ), e;
1863
- }), sn = () => import("./render-styles.05b9373e.js").then((e) => e.default).catch((e) => {
1861
+ }), rn = () => import("./render-styles.e9da8e6c.js").then((e) => e.default).catch((e) => {
1864
1862
  throw console.error(
1865
1863
  "Error while attempting to dynamically import component RenderContentStyles at ./components/render-styles.vue",
1866
1864
  e
1867
1865
  ), e;
1868
- }), rn = {
1866
+ }), an = {
1869
1867
  name: "render-content",
1870
1868
  components: {
1871
- RenderContentStyles: x(sn),
1872
- RenderBlocks: x(on)
1869
+ RenderContentStyles: x(rn),
1870
+ RenderBlocks: x(sn)
1873
1871
  },
1874
1872
  props: [
1875
1873
  "content",
@@ -1926,7 +1924,7 @@ const kn = (e) => P({ ...e, canTrack: !0 }), on = () => Promise.resolve().then((
1926
1924
  }), Object.values(this.allRegisteredComponents).forEach(
1927
1925
  (t) => {
1928
1926
  var r;
1929
- const o = zt(t);
1927
+ const o = Ht(t);
1930
1928
  (r = window.parent) == null || r.postMessage(o, "*");
1931
1929
  }
1932
1930
  ), window.addEventListener("message", this.processMessage), window.addEventListener(
@@ -1942,7 +1940,7 @@ const kn = (e) => P({ ...e, canTrack: !0 }), on = () => Promise.resolve().then((
1942
1940
  variationId: t !== o ? t : void 0
1943
1941
  });
1944
1942
  }
1945
- if (Mt()) {
1943
+ if (zt()) {
1946
1944
  const t = new URL(location.href).searchParams;
1947
1945
  if (this.model && t.get("builder.preview") === this.model) {
1948
1946
  const o = t.get("apiKey") || t.get("builder.space");
@@ -2011,7 +2009,7 @@ const kn = (e) => P({ ...e, canTrack: !0 }), on = () => Promise.resolve().then((
2011
2009
  },
2012
2010
  allRegisteredComponents() {
2013
2011
  return [
2014
- ...Nt(),
2012
+ ...Mt(),
2015
2013
  ...te,
2016
2014
  ...this.customComponents || []
2017
2015
  ].reduce(
@@ -2103,7 +2101,7 @@ const kn = (e) => P({ ...e, canTrack: !0 }), on = () => Promise.resolve().then((
2103
2101
  );
2104
2102
  },
2105
2103
  handleRequest({ url: e, key: n }) {
2106
- X().then((t) => t(e)).then((t) => t.json()).then((t) => {
2104
+ J(e).then((t) => t.json()).then((t) => {
2107
2105
  const o = {
2108
2106
  ...this.overrideState,
2109
2107
  [n]: t
@@ -2139,8 +2137,8 @@ const kn = (e) => P({ ...e, canTrack: !0 }), on = () => Promise.resolve().then((
2139
2137
  );
2140
2138
  }
2141
2139
  }
2142
- }, an = ["builder-content-id", "builder-model"];
2143
- function cn(e, n, t, o, r, s) {
2140
+ }, cn = ["builder-content-id", "builder-model"];
2141
+ function ln(e, n, t, o, r, s) {
2144
2142
  var a, d, m, p, h, v, V;
2145
2143
  const i = k("render-content-styles"), c = k("render-blocks");
2146
2144
  return s.useContent ? (l(), u("div", {
@@ -2159,26 +2157,26 @@ function cn(e, n, t, o, r, s) {
2159
2157
  blocks: (V = (v = s.useContent) == null ? void 0 : v.data) == null ? void 0 : V.blocks,
2160
2158
  key: e.forceReRenderCount
2161
2159
  }, null, 8, ["blocks"]))
2162
- ], 8, an)) : b("", !0);
2160
+ ], 8, cn)) : b("", !0);
2163
2161
  }
2164
- const ln = /* @__PURE__ */ g(rn, [["render", cn]]), dn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2162
+ const dn = /* @__PURE__ */ g(an, [["render", ln]]), un = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2165
2163
  __proto__: null,
2166
- default: ln
2167
- }, Symbol.toStringTag, { value: "Module" })), un = () => import("./block-styles.9c18985e.js").then((e) => e.default).catch((e) => {
2164
+ default: dn
2165
+ }, Symbol.toStringTag, { value: "Module" })), mn = () => import("./block-styles.fee20f95.js").then((e) => e.default).catch((e) => {
2168
2166
  throw console.error(
2169
2167
  "Error while attempting to dynamically import component BlockStyles at ./render-block/block-styles.vue",
2170
2168
  e
2171
2169
  ), e;
2172
- }), mn = () => import("./render-block.66d690e4.js").then((e) => e.default).catch((e) => {
2170
+ }), pn = () => import("./render-block.9cdf5af8.js").then((e) => e.default).catch((e) => {
2173
2171
  throw console.error(
2174
2172
  "Error while attempting to dynamically import component RenderBlock at ./render-block/render-block.vue",
2175
2173
  e
2176
2174
  ), e;
2177
- }), pn = {
2175
+ }), hn = {
2178
2176
  name: "render-blocks",
2179
2177
  components: {
2180
- RenderBlock: x(mn),
2181
- BlockStyles: x(un)
2178
+ RenderBlock: x(pn),
2179
+ BlockStyles: x(mn)
2182
2180
  },
2183
2181
  props: ["blocks", "parent", "path", "styleProp"],
2184
2182
  inject: {
@@ -2228,11 +2226,11 @@ const ln = /* @__PURE__ */ g(rn, [["render", cn]]), dn = /* @__PURE__ */ Object.
2228
2226
  }
2229
2227
  }
2230
2228
  };
2231
- const hn = ["builder-path", "builder-parent-id", "dataSet"];
2232
- function fn(e, n, t, o, r, s) {
2229
+ const fn = ["builder-path", "builder-parent-id", "dataSet"];
2230
+ function gn(e, n, t, o, r, s) {
2233
2231
  const i = k("render-block"), c = k("block-styles");
2234
2232
  return l(), u("div", {
2235
- class: E(s._classStringToObject(s.className + " div-1yj9n7yt24z")),
2233
+ class: E(s._classStringToObject(s.className + " div-7fq9d0i380")),
2236
2234
  "builder-path": t.path,
2237
2235
  "builder-parent-id": t.parent,
2238
2236
  dataSet: {
@@ -2252,13 +2250,13 @@ function fn(e, n, t, o, r, s) {
2252
2250
  block: a,
2253
2251
  context: s.builderContext
2254
2252
  }, null, 8, ["block", "context"]))), 128)) : b("", !0)
2255
- ], 46, hn);
2253
+ ], 46, fn);
2256
2254
  }
2257
- const gn = /* @__PURE__ */ g(pn, [["render", fn], ["__scopeId", "data-v-35167bc1"]]), ie = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2255
+ const bn = /* @__PURE__ */ g(hn, [["render", gn], ["__scopeId", "data-v-4f5f0a37"]]), ie = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2258
2256
  __proto__: null,
2259
- default: gn
2257
+ default: bn
2260
2258
  }, Symbol.toStringTag, { value: "Module" })), D = {};
2261
- function Cn(e) {
2259
+ function Sn(e) {
2262
2260
  if (f()) {
2263
2261
  Object.assign(D, e);
2264
2262
  const n = {
@@ -2269,37 +2267,36 @@ function Cn(e) {
2269
2267
  }
2270
2268
  }
2271
2269
  export {
2272
- ct as B,
2270
+ lt as B,
2273
2271
  ye as C,
2274
- ht as F,
2272
+ ft as F,
2275
2273
  Te as I,
2276
- st as S,
2274
+ rt as S,
2277
2275
  j as T,
2278
2276
  Oe as V,
2279
2277
  g as _,
2280
- yn as a,
2278
+ vn as a,
2281
2279
  pe as b,
2282
- vn as c,
2280
+ xn as c,
2283
2281
  Fe as d,
2284
2282
  K as e,
2285
2283
  U as f,
2286
2284
  ue as g,
2287
- ut as h,
2288
- gn as i,
2285
+ mt as h,
2286
+ bn as i,
2289
2287
  y as j,
2290
- Mt as k,
2288
+ zt as k,
2291
2289
  te as l,
2292
- xn as m,
2293
- zt as n,
2290
+ kn as m,
2291
+ Ht as n,
2294
2292
  ce as o,
2295
2293
  ee as p,
2296
- Qe as q,
2297
- ln as r,
2298
- Cn as s,
2299
- kn as t,
2300
- Ze as u,
2301
- Ue as v,
2302
- Ve as w,
2303
- We as x,
2304
- J as y
2294
+ et as q,
2295
+ dn as r,
2296
+ Sn as s,
2297
+ Cn as t,
2298
+ Xe as u,
2299
+ Ye as v,
2300
+ Qe as w,
2301
+ Z as x
2305
2302
  };