@builder.io/sdk-react 0.12.1 → 0.12.2

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,11 +1,11 @@
1
1
  "use client";
2
- import { jsxs as P, Fragment as h, jsx as l } from "react/jsx-runtime";
3
- import { createContext as Ce, useState as S, useContext as se, createElement as we, useRef as te, useEffect as E } from "react";
4
- import { i as V, j as $, k as Ne, l as U, m as ne, n as X, T as L, r as Fe, o as D, p as de, a as _e, c as Le, b as Ie, q as je, u as ue, v as me, w as Me } from "./server-entry-f978b3a5.js";
5
- import { _ as hn, h as gn, f as bn, g as xn, e as yn, d as Sn, s as vn, t as pn } from "./server-entry-f978b3a5.js";
6
- function Ue(e) {
7
- return /* @__PURE__ */ P(h, { children: [
8
- e.link ? /* @__PURE__ */ l(h, { children: /* @__PURE__ */ l(
2
+ import { jsxs as B, Fragment as h, jsx as o } from "react/jsx-runtime";
3
+ import { createContext as ve, useState as S, useContext as ce, createElement as pe, useRef as X, useEffect as E } from "react";
4
+ import { i as V, j as $, k as $e, l as U, m as Z, n as G, T as L, r as Ne, o as D, p as le, a as Fe, c as _e, b as ke, q as Le, u as se, v as de, w as je } from "./server-entry-f978b3a5.js";
5
+ import { _ as xn, h as yn, f as Sn, g as vn, e as pn, d as kn, s as Cn, t as wn } from "./server-entry-f978b3a5.js";
6
+ function Me(e) {
7
+ return /* @__PURE__ */ B(h, { children: [
8
+ e.link ? /* @__PURE__ */ o(h, { children: /* @__PURE__ */ o(
9
9
  "a",
10
10
  {
11
11
  ...e.attributes,
@@ -14,7 +14,7 @@ function Ue(e) {
14
14
  role: "button",
15
15
  children: e.text
16
16
  }
17
- ) }) : /* @__PURE__ */ l(h, { children: /* @__PURE__ */ l(
17
+ ) }) : /* @__PURE__ */ o(h, { children: /* @__PURE__ */ o(
18
18
  "button",
19
19
  {
20
20
  ...e.attributes,
@@ -23,12 +23,12 @@ function Ue(e) {
23
23
  children: e.text
24
24
  }
25
25
  ) }),
26
- /* @__PURE__ */ l("style", { children: `.button-fdf49de0 {
26
+ /* @__PURE__ */ o("style", { children: `.button-fdf49de0 {
27
27
  all: unset;
28
28
  }` })
29
29
  ] });
30
30
  }
31
- const ie = Ce({
31
+ const ee = ve({
32
32
  content: null,
33
33
  context: {},
34
34
  localState: void 0,
@@ -41,8 +41,8 @@ const ie = Ce({
41
41
  inheritedStyles: {},
42
42
  BlocksWrapper: "div",
43
43
  BlocksWrapperProps: {}
44
- }), Te = Ce({ registeredComponents: {} });
45
- function De(e) {
44
+ }), Ce = ve({ registeredComponents: {} });
45
+ function Ue(e) {
46
46
  var t;
47
47
  return {
48
48
  ...(t = e.component) == null ? void 0 : t.options,
@@ -53,7 +53,7 @@ function De(e) {
53
53
  builderBlock: e
54
54
  };
55
55
  }
56
- const Oe = ({
56
+ const De = ({
57
57
  builder: e,
58
58
  context: t,
59
59
  event: n,
@@ -65,69 +65,69 @@ const Oe = ({
65
65
  builder: e,
66
66
  context: t,
67
67
  event: n
68
- }), Ke = () => ({
68
+ }), He = () => ({
69
69
  isEditing: V(),
70
70
  isBrowser: $(),
71
71
  isServer: !$(),
72
- getUserAttributes: () => Ne()
73
- }), He = (e, {
72
+ getUserAttributes: () => $e()
73
+ }), Oe = (e, {
74
74
  isExpression: t = !0
75
- }) => /* we disable this for cases where we definitely don't want a return */ t && !(e.includes(";") || e.includes(" return ") || e.trim().startsWith("return ")) ? `return (${e});` : e, fe = ({
75
+ }) => /* we disable this for cases where we definitely don't want a return */ t && !(e.includes(";") || e.includes(" return ") || e.trim().startsWith("return ")) ? `return (${e});` : e, ue = ({
76
76
  code: e,
77
77
  builder: t,
78
78
  context: n,
79
79
  event: i,
80
80
  localState: a,
81
- rootSetState: o,
81
+ rootSetState: c,
82
82
  rootState: r
83
83
  }) => {
84
- const c = Oe({
84
+ const l = De({
85
85
  builder: t,
86
86
  context: n,
87
87
  event: i,
88
- state: ze(r, a, o)
88
+ state: Ke(r, a, c)
89
89
  });
90
- return new Function(...c.map(([s]) => s), e)(...c.map(([, s]) => s));
90
+ return new Function(...l.map(([s]) => s), e)(...l.map(([, s]) => s));
91
91
  };
92
- function ze(e, t, n) {
92
+ function Ke(e, t, n) {
93
93
  if (e === t)
94
94
  throw new Error("rootState === localState");
95
95
  return new Proxy(e, {
96
96
  get: (i, a) => t && a in t ? t[a] : e[a],
97
- set: (i, a, o) => {
97
+ set: (i, a, c) => {
98
98
  if (t && a in t)
99
99
  throw new Error("Writing to local state is not allowed as it is read-only.");
100
- return e[a] = o, n == null || n(e), !0;
100
+ return e[a] = c, n == null || n(e), !0;
101
101
  }
102
102
  });
103
103
  }
104
- const qe = (e) => ($(), fe(e));
104
+ const ze = (e) => ($(), ue(e));
105
105
  function _({
106
106
  code: e,
107
107
  context: t,
108
108
  localState: n,
109
109
  rootState: i,
110
110
  rootSetState: a,
111
- event: o,
111
+ event: c,
112
112
  isExpression: r = !0
113
113
  }) {
114
114
  if (e === "") {
115
115
  U.warn("Skipping evaluation of empty code block.");
116
116
  return;
117
117
  }
118
- const c = {
119
- code: He(e, {
118
+ const l = {
119
+ code: Oe(e, {
120
120
  isExpression: r
121
121
  }),
122
- builder: Ke(),
122
+ builder: He(),
123
123
  context: t,
124
- event: o,
124
+ event: c,
125
125
  rootSetState: a,
126
126
  rootState: i,
127
127
  localState: n
128
128
  };
129
129
  try {
130
- return qe(c);
130
+ return ze(l);
131
131
  } catch (s) {
132
132
  U.error("Failed code evaluation: " + s.message, {
133
133
  code: e
@@ -135,13 +135,13 @@ function _({
135
135
  return;
136
136
  }
137
137
  }
138
- const Ye = (e, t, n) => {
138
+ const qe = (e, t, n) => {
139
139
  if (Object(e) !== e)
140
140
  return e;
141
141
  const i = Array.isArray(t) ? t : t.toString().match(/[^.[\]]+/g);
142
- return i.slice(0, -1).reduce((a, o, r) => Object(a[o]) === a[o] ? a[o] : a[o] = Math.abs(Number(i[r + 1])) >> 0 === +i[r + 1] ? [] : {}, e)[i[i.length - 1]] = n, e;
142
+ return i.slice(0, -1).reduce((a, c, r) => Object(a[c]) === a[c] ? a[c] : a[c] = Math.abs(Number(i[r + 1])) >> 0 === +i[r + 1] ? [] : {}, e)[i[i.length - 1]] = n, e;
143
143
  };
144
- const Qe = ({
144
+ const Ye = ({
145
145
  block: e,
146
146
  context: t,
147
147
  localState: n,
@@ -150,58 +150,58 @@ const Qe = ({
150
150
  }) => {
151
151
  if (!e.bindings)
152
152
  return e;
153
- const o = ne(e), r = {
154
- ...o,
153
+ const c = Z(e), r = {
154
+ ...c,
155
155
  properties: {
156
- ...o.properties
156
+ ...c.properties
157
157
  },
158
158
  actions: {
159
- ...o.actions
159
+ ...c.actions
160
160
  }
161
161
  };
162
- for (const c in e.bindings) {
163
- const s = e.bindings[c], d = _({
162
+ for (const l in e.bindings) {
163
+ const s = e.bindings[l], d = _({
164
164
  code: s,
165
165
  localState: n,
166
166
  rootState: i,
167
167
  rootSetState: a,
168
168
  context: t
169
169
  });
170
- Ye(r, c, d);
170
+ qe(r, l, d);
171
171
  }
172
172
  return r;
173
173
  };
174
- function O({
174
+ function H({
175
175
  block: e,
176
176
  context: t,
177
177
  shouldEvaluateBindings: n,
178
178
  localState: i,
179
179
  rootState: a,
180
- rootSetState: o
180
+ rootSetState: c
181
181
  }) {
182
182
  const r = e;
183
- return n ? Qe({
183
+ return n ? Ye({
184
184
  block: r,
185
185
  localState: i,
186
186
  rootState: a,
187
- rootSetState: o,
187
+ rootSetState: c,
188
188
  context: t
189
189
  }) : r;
190
190
  }
191
- const Ge = ["area", "base", "br", "col", "embed", "hr", "img", "input", "keygen", "link", "meta", "param", "source", "track", "wbr"], Q = (e) => typeof e == "string" && Ge.includes(e.toLowerCase()), Je = ({
191
+ const Qe = ({
192
192
  block: e,
193
193
  context: t,
194
194
  registeredComponents: n
195
195
  }) => {
196
- var o;
197
- const i = (o = O({
196
+ var c;
197
+ const i = (c = H({
198
198
  block: e,
199
199
  localState: t.localState,
200
200
  rootState: t.rootState,
201
201
  rootSetState: t.rootSetState,
202
202
  context: t.context,
203
203
  shouldEvaluateBindings: !1
204
- }).component) == null ? void 0 : o.name;
204
+ }).component) == null ? void 0 : c.name;
205
205
  if (!i)
206
206
  return null;
207
207
  const a = n[i];
@@ -210,7 +210,7 @@ const Ge = ["area", "base", "br", "col", "embed", "hr", "img", "input", "keygen"
210
210
  console.warn(`
211
211
  Could not find a registered component named "${i}".
212
212
  If you registered it, is the file that registered it imported by the file that needs to render it?`);
213
- }, Xe = ({
213
+ }, Ge = ({
214
214
  block: e,
215
215
  context: t
216
216
  }) => {
@@ -229,7 +229,7 @@ const Ge = ["area", "base", "br", "col", "embed", "hr", "img", "input", "keygen"
229
229
  });
230
230
  if (!Array.isArray(a))
231
231
  return;
232
- const o = n.collection.split(".").pop(), r = n.itemName || (o ? o + "Item" : "item");
232
+ const c = n.collection.split(".").pop(), r = n.itemName || (c ? c + "Item" : "item");
233
233
  return a.map((s, d) => ({
234
234
  context: {
235
235
  ...t,
@@ -243,7 +243,7 @@ const Ge = ["area", "base", "br", "col", "embed", "hr", "img", "input", "keygen"
243
243
  },
244
244
  block: i
245
245
  }));
246
- }, Re = {
246
+ }, we = {
247
247
  small: {
248
248
  min: 320,
249
249
  default: 321,
@@ -259,11 +259,11 @@ const Ge = ["area", "base", "br", "col", "embed", "hr", "img", "input", "keygen"
259
259
  default: 991,
260
260
  max: 1200
261
261
  }
262
- }, he = (e, t = Re) => `@media (max-width: ${t[e].max}px)`, Ee = ({
262
+ }, me = (e, t = we) => `@media (max-width: ${t[e].max}px)`, Ie = ({
263
263
  small: e,
264
264
  medium: t
265
265
  }) => {
266
- const n = ne(Re);
266
+ const n = Z(we);
267
267
  if (!e || !t)
268
268
  return n;
269
269
  const i = Math.floor(e / 2);
@@ -278,35 +278,35 @@ const Ge = ["area", "base", "br", "col", "embed", "hr", "img", "input", "keygen"
278
278
  min: a,
279
279
  default: a + 1
280
280
  };
281
- const o = n.medium.max + 1;
281
+ const c = n.medium.max + 1;
282
282
  return n.large = {
283
283
  max: 2e3,
284
284
  // TODO: decide upper limit
285
- min: o,
286
- default: o + 1
285
+ min: c,
286
+ default: c + 1
287
287
  }, n;
288
- }, Ze = (e) => e.replace(/([a-z0-9]|(?=[A-Z]))([A-Z])/g, "$1-$2").toLowerCase(), Pe = (e) => Object.entries(e).map(([n, i]) => {
288
+ }, Je = (e) => e.replace(/([a-z0-9]|(?=[A-Z]))([A-Z])/g, "$1-$2").toLowerCase(), Te = (e) => Object.entries(e).map(([n, i]) => {
289
289
  if (typeof i == "string")
290
- return `${Ze(n)}: ${i};`;
291
- }).filter(X), et = (e) => Pe(e).join(`
292
- `), G = ({
290
+ return `${Je(n)}: ${i};`;
291
+ }).filter(G), Xe = (e) => Te(e).join(`
292
+ `), Y = ({
293
293
  mediaQuery: e,
294
294
  className: t,
295
295
  styles: n
296
296
  }) => {
297
297
  const i = `.${t} {
298
- ${et(n)}
298
+ ${Xe(n)}
299
299
  }`;
300
300
  return e ? `${e} {
301
301
  ${i}
302
302
  }` : i;
303
303
  };
304
- function H(e) {
305
- return /* @__PURE__ */ l("style", { dangerouslySetInnerHTML: { __html: e.styles }, id: e.id });
304
+ function O(e) {
305
+ return /* @__PURE__ */ o("style", { dangerouslySetInnerHTML: { __html: e.styles }, id: e.id });
306
306
  }
307
- function tt(e) {
307
+ function Ze(e) {
308
308
  function t() {
309
- const i = O({
309
+ const i = H({
310
310
  block: e.block,
311
311
  localState: e.context.localState,
312
312
  rootState: e.context.rootState,
@@ -314,48 +314,48 @@ function tt(e) {
314
314
  context: e.context.context,
315
315
  shouldEvaluateBindings: !0
316
316
  });
317
- return X(i.hide) ? !i.hide : X(i.show) ? i.show : !0;
317
+ return G(i.hide) ? !i.hide : G(i.show) ? i.show : !0;
318
318
  }
319
319
  function n() {
320
- var C;
321
- const i = O({
320
+ var k;
321
+ const i = H({
322
322
  block: e.block,
323
323
  localState: e.context.localState,
324
324
  rootState: e.context.rootState,
325
325
  rootSetState: e.context.rootSetState,
326
326
  context: e.context.context,
327
327
  shouldEvaluateBindings: !0
328
- }), a = i.responsiveStyles, o = e.context.content, r = Ee(
329
- ((C = o == null ? void 0 : o.meta) == null ? void 0 : C.breakpoints) || {}
330
- ), c = a == null ? void 0 : a.large, s = a == null ? void 0 : a.medium, d = a == null ? void 0 : a.small, u = i.id;
331
- if (!u)
328
+ }), a = i.responsiveStyles, c = e.context.content, r = Ie(
329
+ ((k = c == null ? void 0 : c.meta) == null ? void 0 : k.breakpoints) || {}
330
+ ), l = a == null ? void 0 : a.large, s = a == null ? void 0 : a.medium, d = a == null ? void 0 : a.small, m = i.id;
331
+ if (!m)
332
332
  return "";
333
- const b = c ? G({
334
- className: u,
335
- styles: c
336
- }) : "", v = s ? G({
337
- className: u,
333
+ const g = l ? Y({
334
+ className: m,
335
+ styles: l
336
+ }) : "", v = s ? Y({
337
+ className: m,
338
338
  styles: s,
339
- mediaQuery: he(
339
+ mediaQuery: me(
340
340
  "medium",
341
341
  r
342
342
  )
343
- }) : "", y = d ? G({
344
- className: u,
343
+ }) : "", y = d ? Y({
344
+ className: m,
345
345
  styles: d,
346
- mediaQuery: he(
346
+ mediaQuery: me(
347
347
  "small",
348
348
  r
349
349
  )
350
350
  }) : "";
351
- return [b, v, y].join(" ");
351
+ return [g, v, y].join(" ");
352
352
  }
353
- return /* @__PURE__ */ l(h, { children: n() && t() ? /* @__PURE__ */ l(h, { children: /* @__PURE__ */ l(H, { styles: n() }) }) : null });
353
+ return /* @__PURE__ */ o(h, { children: n() && t() ? /* @__PURE__ */ o(h, { children: /* @__PURE__ */ o(O, { styles: n() }) }) : null });
354
354
  }
355
- function nt(e) {
355
+ function et(e) {
356
356
  return e.charAt(0).toUpperCase() + e.slice(1);
357
357
  }
358
- const it = (e) => `on${nt(e)}`, at = (e, t) => (n) => _({
358
+ const tt = (e) => `on${et(e)}`, nt = (e, t) => (n) => _({
359
359
  code: e,
360
360
  context: t.context,
361
361
  localState: t.localState,
@@ -364,14 +364,14 @@ const it = (e) => `on${nt(e)}`, at = (e, t) => (n) => _({
364
364
  event: n,
365
365
  isExpression: !1
366
366
  });
367
- function Z(e) {
367
+ function Re(e) {
368
368
  var i;
369
369
  const t = {}, n = (i = e.block.actions) != null ? i : {};
370
370
  for (const a in n) {
371
371
  if (!n.hasOwnProperty(a))
372
372
  continue;
373
- const o = n[a];
374
- let r = it(a);
373
+ const c = n[a];
374
+ let r = tt(a);
375
375
  if (e.stripPrefix)
376
376
  switch (L) {
377
377
  case "vue":
@@ -381,42 +381,42 @@ function Z(e) {
381
381
  r = r.replace("on:", "");
382
382
  break;
383
383
  }
384
- t[r] = at(o, e);
384
+ t[r] = nt(c, e);
385
385
  }
386
386
  return t;
387
387
  }
388
- function ot({
388
+ function it({
389
389
  properties: e
390
390
  }) {
391
391
  return e.className = e.class, delete e.class, e;
392
392
  }
393
- const rt = (e) => ({
393
+ const at = (e) => ({
394
394
  href: e.href
395
395
  });
396
- function K({
396
+ function te({
397
397
  block: e,
398
398
  context: t
399
399
  }) {
400
400
  var i;
401
401
  const n = {
402
- ...rt(e),
402
+ ...at(e),
403
403
  ...e.properties,
404
404
  "builder-id": e.id,
405
- style: e.style ? lt(e.style) : void 0,
405
+ style: e.style ? ot(e.style) : void 0,
406
406
  class: [e.id, "builder-block", e.class, (i = e.properties) == null ? void 0 : i.class].filter(Boolean).join(" ")
407
407
  };
408
- return ot({
408
+ return it({
409
409
  properties: n,
410
410
  context: t,
411
411
  block: e
412
412
  });
413
413
  }
414
- function lt(e) {
414
+ function ot(e) {
415
415
  switch (L) {
416
416
  case "svelte":
417
417
  case "vue":
418
418
  case "solid":
419
- return Pe(e).join(" ");
419
+ return Te(e).join(" ");
420
420
  case "qwik":
421
421
  case "reactNative":
422
422
  case "react":
@@ -424,61 +424,42 @@ function lt(e) {
424
424
  return e;
425
425
  }
426
426
  }
427
- function ge(e) {
428
- return /* @__PURE__ */ P(h, { children: [
429
- " ",
430
- e.hasChildren ? /* @__PURE__ */ l(h, { children: /* @__PURE__ */ P(
431
- e.Wrapper,
432
- {
433
- ...K({
434
- block: e.block,
435
- context: e.context
436
- }),
437
- ...Z({
438
- block: e.block,
439
- rootState: e.context.rootState,
440
- rootSetState: e.context.rootSetState,
441
- localState: e.context.localState,
442
- context: e.context.context,
443
- stripPrefix: !0
444
- }),
445
- children: [
446
- " ",
447
- e.children,
448
- " "
449
- ]
450
- }
451
- ) }) : /* @__PURE__ */ l(h, { children: /* @__PURE__ */ l(
452
- e.Wrapper,
453
- {
454
- ...K({
455
- block: e.block,
456
- context: e.context
457
- }),
458
- ...Z({
459
- block: e.block,
460
- rootState: e.context.rootState,
461
- rootSetState: e.context.rootSetState,
462
- localState: e.context.localState,
463
- context: e.context.context,
464
- stripPrefix: !0
465
- })
466
- }
467
- ) }),
468
- " "
469
- ] });
427
+ const rt = /* @__PURE__ */ new Set(["area", "base", "br", "col", "embed", "hr", "img", "input", "keygen", "link", "meta", "param", "source", "track", "wbr"]), ct = (e) => typeof e == "string" && rt.has(e.toLowerCase());
428
+ function lt(e) {
429
+ return /* @__PURE__ */ o(h, { children: ct(e.TagName) ? /* @__PURE__ */ o(h, { children: /* @__PURE__ */ o(e.TagName, { ...e.attributes, ...e.actionAttributes }) }) : /* @__PURE__ */ o(h, { children: typeof e.TagName == "string" ? /* @__PURE__ */ o(h, { children: /* @__PURE__ */ o(e.TagName, { ...e.attributes, ...e.actionAttributes, children: e.children }) }) : /* @__PURE__ */ o(h, { children: /* @__PURE__ */ o(e.TagName, { ...e.attributes, ...e.actionAttributes, children: e.children }) }) }) });
430
+ }
431
+ function st(e) {
432
+ return /* @__PURE__ */ o(
433
+ lt,
434
+ {
435
+ TagName: e.Wrapper,
436
+ attributes: te({
437
+ block: e.block,
438
+ context: e.context
439
+ }),
440
+ actionAttributes: Re({
441
+ block: e.block,
442
+ rootState: e.context.rootState,
443
+ rootSetState: e.context.rootSetState,
444
+ localState: e.context.localState,
445
+ context: e.context.context,
446
+ stripPrefix: !0
447
+ }),
448
+ children: e.children
449
+ }
450
+ );
470
451
  }
471
- function ct(e) {
472
- return /* @__PURE__ */ l(
452
+ function dt(e) {
453
+ return /* @__PURE__ */ o(
473
454
  e.Wrapper,
474
455
  {
475
456
  ...e.wrapperProps,
476
457
  attributes: e.includeBlockProps ? {
477
- ...K({
458
+ ...te({
478
459
  block: e.block,
479
460
  context: e.context
480
461
  }),
481
- ...Z({
462
+ ...Re({
482
463
  block: e.block,
483
464
  rootState: e.context.rootState,
484
465
  rootSetState: e.context.rootSetState,
@@ -490,45 +471,45 @@ function ct(e) {
490
471
  }
491
472
  );
492
473
  }
493
- const st = ({
474
+ const ut = ({
494
475
  componentOptions: e,
495
476
  builderBlock: t,
496
477
  context: n,
497
478
  componentRef: i,
498
479
  includeBlockProps: a,
499
- isInteractive: o,
480
+ isInteractive: c,
500
481
  contextValue: r
501
482
  }) => {
502
- const c = {
483
+ const l = {
503
484
  ...e,
504
485
  /**
505
486
  * If `noWrap` is set to `true`, then the block's props/attributes are provided to the
506
487
  * component itself directly. Otherwise, they are provided to the wrapper element.
507
488
  */
508
489
  ...a ? {
509
- attributes: K({
490
+ attributes: te({
510
491
  block: t,
511
492
  context: r
512
493
  })
513
494
  } : {}
514
495
  };
515
- return o ? {
496
+ return c ? {
516
497
  Wrapper: i,
517
498
  block: t,
518
499
  context: n,
519
500
  wrapperProps: e,
520
501
  includeBlockProps: a
521
- } : c;
502
+ } : l;
522
503
  };
523
- function be(e) {
504
+ function fe(e) {
524
505
  var i;
525
506
  const [t, n] = S(
526
- () => e.isInteractive ? ct : e.componentRef
507
+ () => e.isInteractive ? dt : e.componentRef
527
508
  );
528
- return /* @__PURE__ */ l(h, { children: e.componentRef ? /* @__PURE__ */ l(h, { children: /* @__PURE__ */ l(
509
+ return /* @__PURE__ */ o(h, { children: e.componentRef ? /* @__PURE__ */ o(h, { children: /* @__PURE__ */ o(
529
510
  t,
530
511
  {
531
- ...st({
512
+ ...ut({
532
513
  componentOptions: e.componentOptions,
533
514
  builderBlock: e.builderBlock,
534
515
  context: e.context,
@@ -537,8 +518,8 @@ function be(e) {
537
518
  isInteractive: e.isInteractive,
538
519
  contextValue: e.context
539
520
  }),
540
- children: (i = e.blockChildren) == null ? void 0 : i.map((a) => /* @__PURE__ */ l(
541
- z,
521
+ children: (i = e.blockChildren) == null ? void 0 : i.map((a) => /* @__PURE__ */ o(
522
+ K,
542
523
  {
543
524
  block: a,
544
525
  context: e.context,
@@ -549,10 +530,10 @@ function be(e) {
549
530
  }
550
531
  ) }) : null });
551
532
  }
552
- function dt(e) {
533
+ function mt(e) {
553
534
  const [t, n] = S(() => e.repeatContext);
554
- return /* @__PURE__ */ l(ie.Provider, { value: t, children: /* @__PURE__ */ l(
555
- z,
535
+ return /* @__PURE__ */ o(ee.Provider, { value: t, children: /* @__PURE__ */ o(
536
+ K,
556
537
  {
557
538
  block: e.block,
558
539
  context: t,
@@ -560,24 +541,24 @@ function dt(e) {
560
541
  }
561
542
  ) });
562
543
  }
563
- function z(e) {
564
- var u, b, v;
544
+ function K(e) {
545
+ var m, g, v;
565
546
  function t() {
566
- return Je({
547
+ return Qe({
567
548
  block: e.block,
568
549
  context: e.context,
569
550
  registeredComponents: e.registeredComponents
570
551
  });
571
552
  }
572
553
  function n() {
573
- return Xe({
554
+ return Ge({
574
555
  block: e.block,
575
556
  context: e.context
576
557
  });
577
558
  }
578
559
  function i() {
579
560
  var y;
580
- return (y = e.block.repeat) != null && y.collection ? e.block : O({
561
+ return (y = e.block.repeat) != null && y.collection ? e.block : H({
581
562
  block: e.block,
582
563
  localState: e.context.localState,
583
564
  rootState: e.context.rootState,
@@ -589,114 +570,101 @@ function z(e) {
589
570
  function a() {
590
571
  return e.block.tagName || "div";
591
572
  }
592
- function o() {
593
- var k, R;
594
- if ((k = e.block.repeat) != null && k.collection)
573
+ function c() {
574
+ var C, R;
575
+ if ((C = e.block.repeat) != null && C.collection)
595
576
  return !!((R = n == null ? void 0 : n()) != null && R.length);
596
577
  const y = "hide" in i() ? i().hide : !1;
597
578
  return ("show" in i() ? i().show : !0) && !y;
598
579
  }
599
580
  function r() {
600
- var C, k;
601
- return !((C = t == null ? void 0 : t()) != null && C.component) && !n() ? (k = i().children) != null ? k : [] : [];
581
+ var k, C;
582
+ return !((k = t == null ? void 0 : t()) != null && k.component) && !n() ? (C = i().children) != null ? C : [] : [];
602
583
  }
603
- function c() {
604
- var y, C, k, R, B, w;
584
+ function l() {
585
+ var y, k, C, R, P, w;
605
586
  return {
606
587
  blockChildren: (y = i().children) != null ? y : [],
607
- componentRef: (C = t == null ? void 0 : t()) == null ? void 0 : C.component,
588
+ componentRef: (k = t == null ? void 0 : t()) == null ? void 0 : k.component,
608
589
  componentOptions: {
609
- ...De(i()),
590
+ ...Ue(i()),
610
591
  builderContext: e.context,
611
- ...((k = t == null ? void 0 : t()) == null ? void 0 : k.name) === "Symbol" || ((R = t == null ? void 0 : t()) == null ? void 0 : R.name) === "Columns" ? {
592
+ ...((C = t == null ? void 0 : t()) == null ? void 0 : C.name) === "Symbol" || ((R = t == null ? void 0 : t()) == null ? void 0 : R.name) === "Columns" ? {
612
593
  builderComponents: e.registeredComponents
613
594
  } : {}
614
595
  },
615
596
  context: s,
616
597
  registeredComponents: e.registeredComponents,
617
598
  builderBlock: i(),
618
- includeBlockProps: ((B = t == null ? void 0 : t()) == null ? void 0 : B.noWrap) === !0,
599
+ includeBlockProps: ((P = t == null ? void 0 : t()) == null ? void 0 : P.noWrap) === !0,
619
600
  isInteractive: !((w = t == null ? void 0 : t()) != null && w.isRSC)
620
601
  };
621
602
  }
622
603
  const [s, d] = S(() => e.context);
623
- return /* @__PURE__ */ l(h, { children: o() ? /* @__PURE__ */ P(h, { children: [
624
- /* @__PURE__ */ l(tt, { block: e.block, context: e.context }),
625
- (u = t == null ? void 0 : t()) != null && u.noWrap ? /* @__PURE__ */ l(h, { children: /* @__PURE__ */ l(
626
- be,
604
+ return /* @__PURE__ */ o(h, { children: c() ? /* @__PURE__ */ B(h, { children: [
605
+ /* @__PURE__ */ o(Ze, { block: e.block, context: e.context }),
606
+ (m = t == null ? void 0 : t()) != null && m.noWrap ? /* @__PURE__ */ o(h, { children: /* @__PURE__ */ o(
607
+ fe,
627
608
  {
628
- componentRef: c().componentRef,
629
- componentOptions: c().componentOptions,
630
- blockChildren: c().blockChildren,
631
- context: c().context,
632
- registeredComponents: c().registeredComponents,
633
- builderBlock: c().builderBlock,
634
- includeBlockProps: c().includeBlockProps,
635
- isInteractive: c().isInteractive
609
+ componentRef: l().componentRef,
610
+ componentOptions: l().componentOptions,
611
+ blockChildren: l().blockChildren,
612
+ context: l().context,
613
+ registeredComponents: l().registeredComponents,
614
+ builderBlock: l().builderBlock,
615
+ includeBlockProps: l().includeBlockProps,
616
+ isInteractive: l().isInteractive
636
617
  }
637
- ) }) : /* @__PURE__ */ P(h, { children: [
638
- Q(a()) ? /* @__PURE__ */ l(h, { children: /* @__PURE__ */ l(
639
- ge,
640
- {
641
- Wrapper: a(),
642
- block: i(),
643
- context: e.context,
644
- hasChildren: !1
645
- }
646
- ) }) : null,
647
- !Q(a()) && n() ? /* @__PURE__ */ l(h, { children: (b = n()) == null ? void 0 : b.map((y, C) => /* @__PURE__ */ l(
648
- dt,
649
- {
650
- repeatContext: y.context,
651
- block: y.block,
652
- registeredComponents: e.registeredComponents
653
- },
654
- C
655
- )) }) : null,
656
- !Q(a()) && !n() ? /* @__PURE__ */ l(h, { children: /* @__PURE__ */ P(
657
- ge,
658
- {
659
- Wrapper: a(),
660
- block: i(),
661
- context: e.context,
662
- hasChildren: !0,
663
- children: [
664
- /* @__PURE__ */ l(
665
- be,
666
- {
667
- componentRef: c().componentRef,
668
- componentOptions: c().componentOptions,
669
- blockChildren: c().blockChildren,
670
- context: c().context,
671
- registeredComponents: c().registeredComponents,
672
- builderBlock: c().builderBlock,
673
- includeBlockProps: c().includeBlockProps,
674
- isInteractive: c().isInteractive
675
- }
676
- ),
677
- (v = r()) == null ? void 0 : v.map((y) => /* @__PURE__ */ l(
678
- z,
679
- {
680
- block: y,
681
- context: s,
682
- registeredComponents: e.registeredComponents
683
- },
684
- y.id
685
- ))
686
- ]
687
- }
688
- ) }) : null
689
- ] })
618
+ ) }) : /* @__PURE__ */ o(h, { children: n() ? /* @__PURE__ */ o(h, { children: (v = n()) == null ? void 0 : v.map((y, k) => /* @__PURE__ */ o(
619
+ mt,
620
+ {
621
+ repeatContext: y.context,
622
+ block: y.block,
623
+ registeredComponents: e.registeredComponents
624
+ },
625
+ k
626
+ )) }) : /* @__PURE__ */ o(h, { children: /* @__PURE__ */ B(
627
+ st,
628
+ {
629
+ Wrapper: a(),
630
+ block: i(),
631
+ context: e.context,
632
+ children: [
633
+ /* @__PURE__ */ o(
634
+ fe,
635
+ {
636
+ componentRef: l().componentRef,
637
+ componentOptions: l().componentOptions,
638
+ blockChildren: l().blockChildren,
639
+ context: l().context,
640
+ registeredComponents: l().registeredComponents,
641
+ builderBlock: l().builderBlock,
642
+ includeBlockProps: l().includeBlockProps,
643
+ isInteractive: l().isInteractive
644
+ }
645
+ ),
646
+ (g = r()) == null ? void 0 : g.map((y) => /* @__PURE__ */ o(
647
+ K,
648
+ {
649
+ block: y,
650
+ context: s,
651
+ registeredComponents: e.registeredComponents
652
+ },
653
+ y.id
654
+ ))
655
+ ]
656
+ }
657
+ ) }) })
690
658
  ] }) : null });
691
659
  }
692
- function ut(e) {
660
+ function ft(e) {
693
661
  function t() {
694
662
  var a;
695
663
  return "builder-blocks" + ((a = e.blocks) != null && a.length ? "" : " no-blocks");
696
664
  }
697
665
  function n() {
698
- var a, o;
699
- V() && !((a = e.blocks) != null && a.length) && ((o = window.parent) == null || o.postMessage(
666
+ var a, c;
667
+ V() && !((a = e.blocks) != null && a.length) && ((c = window.parent) == null || c.postMessage(
700
668
  {
701
669
  type: "builder.clickEmptyBlocks",
702
670
  data: {
@@ -708,8 +676,8 @@ function ut(e) {
708
676
  ));
709
677
  }
710
678
  function i() {
711
- var a, o;
712
- V() && !((a = e.blocks) != null && a.length) && ((o = window.parent) == null || o.postMessage(
679
+ var a, c;
680
+ V() && !((a = e.blocks) != null && a.length) && ((c = window.parent) == null || c.postMessage(
713
681
  {
714
682
  type: "builder.hoverEmptyBlocks",
715
683
  data: {
@@ -720,8 +688,8 @@ function ut(e) {
720
688
  "*"
721
689
  ));
722
690
  }
723
- return /* @__PURE__ */ P(h, { children: [
724
- /* @__PURE__ */ l(
691
+ return /* @__PURE__ */ B(h, { children: [
692
+ /* @__PURE__ */ o(
725
693
  e.BlocksWrapper,
726
694
  {
727
695
  className: t() + " props-blocks-wrapper-4f2c12d8",
@@ -735,18 +703,18 @@ function ut(e) {
735
703
  children: e.children
736
704
  }
737
705
  ),
738
- /* @__PURE__ */ l("style", { children: `.props-blocks-wrapper-4f2c12d8 {
706
+ /* @__PURE__ */ o("style", { children: `.props-blocks-wrapper-4f2c12d8 {
739
707
  display: flex;
740
708
  flex-direction: column;
741
709
  align-items: stretch;
742
710
  }` })
743
711
  ] });
744
712
  }
745
- function q(e) {
746
- var i, a, o;
747
- const t = se(ie), n = se(Te);
748
- return /* @__PURE__ */ l(
749
- ut,
713
+ function z(e) {
714
+ var i, a, c;
715
+ const t = ce(ee), n = ce(Ce);
716
+ return /* @__PURE__ */ o(
717
+ ft,
750
718
  {
751
719
  blocks: e.blocks,
752
720
  parent: e.parent,
@@ -754,8 +722,8 @@ function q(e) {
754
722
  styleProp: e.styleProp,
755
723
  BlocksWrapper: (i = e.context) == null ? void 0 : i.BlocksWrapper,
756
724
  BlocksWrapperProps: (a = e.context) == null ? void 0 : a.BlocksWrapperProps,
757
- children: e.blocks ? /* @__PURE__ */ l(h, { children: (o = e.blocks) == null ? void 0 : o.map((r) => /* @__PURE__ */ l(
758
- z,
725
+ children: e.blocks ? /* @__PURE__ */ o(h, { children: (c = e.blocks) == null ? void 0 : c.map((r) => /* @__PURE__ */ o(
726
+ K,
759
727
  {
760
728
  block: r,
761
729
  context: e.context || t,
@@ -766,55 +734,55 @@ function q(e) {
766
734
  }
767
735
  );
768
736
  }
769
- function mt(e) {
770
- var B;
737
+ function ht(e) {
738
+ var P;
771
739
  const [t, n] = S(
772
740
  () => typeof e.space == "number" ? e.space || 0 : 20
773
- ), [i, a] = S(() => e.columns || []), [o, r] = S(
741
+ ), [i, a] = S(() => e.columns || []), [c, r] = S(
774
742
  () => e.stackColumnsAt || "tablet"
775
743
  );
776
- function c(w) {
744
+ function l(w) {
777
745
  var I;
778
746
  return ((I = i[w]) == null ? void 0 : I.width) || 100 / i.length;
779
747
  }
780
748
  function s(w) {
781
749
  const I = t * (i.length - 1) / i.length;
782
- return `calc(${c(w)}% - ${I}px)`;
750
+ return `calc(${l(w)}% - ${I}px)`;
783
751
  }
784
752
  function d({
785
753
  stackedStyle: w,
786
754
  desktopStyle: I
787
755
  }) {
788
- return o === "tablet" ? w : I;
756
+ return c === "tablet" ? w : I;
789
757
  }
790
- function u({
758
+ function m({
791
759
  stackedStyle: w,
792
760
  desktopStyle: I
793
761
  }) {
794
- return o === "never" ? I : w;
762
+ return c === "never" ? I : w;
795
763
  }
796
- const [b, v] = S(
764
+ const [g, v] = S(
797
765
  () => e.stackColumnsAt === "never" ? "row" : e.reverseColumnsWhenStacked ? "column-reverse" : "column"
798
766
  );
799
767
  function y() {
800
768
  return {
801
- "--flex-dir": b,
769
+ "--flex-dir": g,
802
770
  "--flex-dir-tablet": d({
803
- stackedStyle: b,
771
+ stackedStyle: g,
804
772
  desktopStyle: "row"
805
773
  })
806
774
  };
807
775
  }
808
- function C(w) {
776
+ function k(w) {
809
777
  const I = w === 0 ? 0 : t, W = s(w), A = `${I}px`, N = "100%", F = 0;
810
778
  return {
811
779
  width: W,
812
780
  ["marginLeft"]: A,
813
- "--column-width-mobile": u({
781
+ "--column-width-mobile": m({
814
782
  stackedStyle: N,
815
783
  desktopStyle: W
816
784
  }),
817
- "--column-margin-left-mobile": u({
785
+ "--column-margin-left-mobile": m({
818
786
  stackedStyle: F,
819
787
  desktopStyle: A
820
788
  }),
@@ -828,15 +796,15 @@ function mt(e) {
828
796
  })
829
797
  };
830
798
  }
831
- function k(w) {
799
+ function C(w) {
832
800
  var W, A;
833
- return Ee(
801
+ return Ie(
834
802
  ((A = (W = e.builderContext.content) == null ? void 0 : W.meta) == null ? void 0 : A.breakpoints) || {}
835
803
  )[w].max;
836
804
  }
837
805
  function R() {
838
806
  return `
839
- @media (max-width: ${k("medium")}px) {
807
+ @media (max-width: ${C("medium")}px) {
840
808
  .${e.builderBlock.id}-breakpoints {
841
809
  flex-direction: var(--flex-dir-tablet);
842
810
  align-items: stretch;
@@ -848,7 +816,7 @@ function mt(e) {
848
816
  }
849
817
  }
850
818
 
851
- @media (max-width: ${k("small")}px) {
819
+ @media (max-width: ${C("small")}px) {
852
820
  .${e.builderBlock.id}-breakpoints {
853
821
  flex-direction: var(--flex-dir);
854
822
  align-items: stretch;
@@ -861,23 +829,23 @@ function mt(e) {
861
829
  },
862
830
  `;
863
831
  }
864
- return /* @__PURE__ */ P(h, { children: [
865
- /* @__PURE__ */ P(
832
+ return /* @__PURE__ */ B(h, { children: [
833
+ /* @__PURE__ */ B(
866
834
  "div",
867
835
  {
868
836
  className: `builder-columns ${e.builderBlock.id}-breakpoints div-3c01d6ec`,
869
837
  style: y(),
870
838
  children: [
871
- /* @__PURE__ */ l(h, { children: /* @__PURE__ */ l(H, { styles: R() }) }),
872
- (B = e.columns) == null ? void 0 : B.map((w, I) => /* @__PURE__ */ we(
839
+ /* @__PURE__ */ o(h, { children: /* @__PURE__ */ o(O, { styles: R() }) }),
840
+ (P = e.columns) == null ? void 0 : P.map((w, I) => /* @__PURE__ */ pe(
873
841
  "div",
874
842
  {
875
843
  className: "builder-column div-3c01d6ec-2",
876
- style: C(I),
844
+ style: k(I),
877
845
  key: I
878
846
  },
879
- /* @__PURE__ */ l(
880
- q,
847
+ /* @__PURE__ */ o(
848
+ z,
881
849
  {
882
850
  path: `component.options.columns.${I}.blocks`,
883
851
  parent: e.builderBlock.id,
@@ -893,7 +861,7 @@ function mt(e) {
893
861
  ]
894
862
  }
895
863
  ),
896
- /* @__PURE__ */ l("style", { children: `.div-3c01d6ec {
864
+ /* @__PURE__ */ o("style", { children: `.div-3c01d6ec {
897
865
  display: flex;
898
866
  line-height: normal;
899
867
  }.div-3c01d6ec-2 {
@@ -903,54 +871,54 @@ function mt(e) {
903
871
  }` })
904
872
  ] });
905
873
  }
906
- function ft(e) {
907
- return /* @__PURE__ */ l("span", { children: e.children });
874
+ function gt(e) {
875
+ return /* @__PURE__ */ o("span", { children: e.children });
908
876
  }
909
- function xe(e) {
877
+ function he(e) {
910
878
  return e.replace(/http(s)?:/, "");
911
879
  }
912
- function ht(e = "", t, n) {
880
+ function bt(e = "", t, n) {
913
881
  const i = new RegExp("([?&])" + t + "=.*?(&|$)", "i"), a = e.indexOf("?") !== -1 ? "&" : "?";
914
882
  return e.match(i) ? e.replace(i, "$1" + t + "=" + encodeURIComponent(n) + "$2") : e + a + t + "=" + encodeURIComponent(n);
915
883
  }
916
- function gt(e, t) {
884
+ function xt(e, t) {
917
885
  if (!e || !(e != null && e.match(/cdn\.shopify\.com/)) || !t)
918
886
  return e;
919
887
  if (t === "master")
920
- return xe(e);
888
+ return he(e);
921
889
  const n = e.match(/(_\d+x(\d+)?)?(\.(jpg|jpeg|gif|png|bmp|bitmap|tiff|tif)(\?v=\d+)?)/i);
922
890
  if (n) {
923
- const i = e.split(n[0]), a = n[3], o = t.match("x") ? t : `${t}x`;
924
- return xe(`${i[0]}_${o}${a}`);
891
+ const i = e.split(n[0]), a = n[3], c = t.match("x") ? t : `${t}x`;
892
+ return he(`${i[0]}_${c}${a}`);
925
893
  }
926
894
  return null;
927
895
  }
928
- function J(e) {
896
+ function Q(e) {
929
897
  if (!e)
930
898
  return e;
931
899
  const t = [100, 200, 400, 800, 1200, 1600, 2e3];
932
900
  if (e.match(/builder\.io/)) {
933
901
  let n = e;
934
902
  const i = Number(e.split("?width=")[1]);
935
- return isNaN(i) || (n = `${n} ${i}w`), t.filter((a) => a !== i).map((a) => `${ht(e, "width", a)} ${a}w`).concat([n]).join(", ");
903
+ return isNaN(i) || (n = `${n} ${i}w`), t.filter((a) => a !== i).map((a) => `${bt(e, "width", a)} ${a}w`).concat([n]).join(", ");
936
904
  }
937
- return e.match(/cdn\.shopify\.com/) ? t.map((n) => [gt(e, `${n}x${n}`), n]).filter(([n]) => !!n).map(([n, i]) => `${n} ${i}w`).concat([e]).join(", ") : e;
905
+ return e.match(/cdn\.shopify\.com/) ? t.map((n) => [xt(e, `${n}x${n}`), n]).filter(([n]) => !!n).map(([n, i]) => `${n} ${i}w`).concat([e]).join(", ") : e;
938
906
  }
939
- function bt(e) {
940
- var a, o, r, c;
907
+ function yt(e) {
908
+ var a, c, r, l;
941
909
  function t() {
942
- var u;
910
+ var m;
943
911
  const d = e.image || e.src;
944
912
  if (!d || // We can auto add srcset for cdn.builder.io and shopify
945
913
  // images, otherwise you can supply this prop manually
946
914
  !(d.match(/builder\.io/) || d.match(/cdn\.shopify\.com/)))
947
915
  return e.srcset;
948
- if (e.srcset && ((u = e.image) != null && u.includes("builder.io/api/v1/image"))) {
916
+ if (e.srcset && ((m = e.image) != null && m.includes("builder.io/api/v1/image"))) {
949
917
  if (!e.srcset.includes(e.image.split("?")[0]))
950
- return console.debug("Removed given srcset"), J(d);
918
+ return console.debug("Removed given srcset"), Q(d);
951
919
  } else if (e.image && !e.srcset)
952
- return J(d);
953
- return J(d);
920
+ return Q(d);
921
+ return Q(d);
954
922
  }
955
923
  function n() {
956
924
  var s;
@@ -966,11 +934,11 @@ function bt(e) {
966
934
  };
967
935
  return e.aspectRatio ? s : void 0;
968
936
  }
969
- return /* @__PURE__ */ P(h, { children: [
970
- /* @__PURE__ */ P(h, { children: [
971
- /* @__PURE__ */ P("picture", { children: [
972
- n() ? /* @__PURE__ */ l(h, { children: /* @__PURE__ */ l("source", { type: "image/webp", srcSet: n() }) }) : null,
973
- /* @__PURE__ */ l(
937
+ return /* @__PURE__ */ B(h, { children: [
938
+ /* @__PURE__ */ B(h, { children: [
939
+ /* @__PURE__ */ B("picture", { children: [
940
+ n() ? /* @__PURE__ */ o(h, { children: /* @__PURE__ */ o("source", { type: "image/webp", srcSet: n() }) }) : null,
941
+ /* @__PURE__ */ o(
974
942
  "img",
975
943
  {
976
944
  loading: "lazy",
@@ -988,7 +956,7 @@ function bt(e) {
988
956
  }
989
957
  )
990
958
  ] }),
991
- e.aspectRatio && !((o = (a = e.builderBlock) == null ? void 0 : a.children) != null && o.length && e.fitContent) ? /* @__PURE__ */ l(h, { children: /* @__PURE__ */ l(
959
+ e.aspectRatio && !((c = (a = e.builderBlock) == null ? void 0 : a.children) != null && c.length && e.fitContent) ? /* @__PURE__ */ o(h, { children: /* @__PURE__ */ o(
992
960
  "div",
993
961
  {
994
962
  className: "builder-image-sizer div-40c70c9b",
@@ -997,10 +965,10 @@ function bt(e) {
997
965
  }
998
966
  }
999
967
  ) }) : null,
1000
- (c = (r = e.builderBlock) == null ? void 0 : r.children) != null && c.length && e.fitContent ? /* @__PURE__ */ l(h, { children: e.children }) : null,
1001
- !e.fitContent && e.children ? /* @__PURE__ */ l(h, { children: /* @__PURE__ */ l("div", { className: "div-40c70c9b-2", children: e.children }) }) : null
968
+ (l = (r = e.builderBlock) == null ? void 0 : r.children) != null && l.length && e.fitContent ? /* @__PURE__ */ o(h, { children: e.children }) : null,
969
+ !e.fitContent && e.children ? /* @__PURE__ */ o(h, { children: /* @__PURE__ */ o("div", { className: "div-40c70c9b-2", children: e.children }) }) : null
1002
970
  ] }),
1003
- /* @__PURE__ */ l("style", { children: `.img-40c70c9b {
971
+ /* @__PURE__ */ o("style", { children: `.img-40c70c9b {
1004
972
  opacity: 1;
1005
973
  transition: opacity 0.2s ease-in-out;
1006
974
  }.div-40c70c9b {
@@ -1019,8 +987,8 @@ function bt(e) {
1019
987
  }` })
1020
988
  ] });
1021
989
  }
1022
- function xt(e) {
1023
- return /* @__PURE__ */ l(
990
+ function St(e) {
991
+ return /* @__PURE__ */ o(
1024
992
  "section",
1025
993
  {
1026
994
  ...e.attributes,
@@ -1040,7 +1008,7 @@ function xt(e) {
1040
1008
  }
1041
1009
  );
1042
1010
  }
1043
- const yt = {
1011
+ const vt = {
1044
1012
  name: "Core:Button",
1045
1013
  image: "https://cdn.builder.io/api/v1/image/assets%2FIsxPKMo2gPRRKeakUztj1D6uqed2%2F81a15681c3e74df09677dfc57a615b13",
1046
1014
  defaultStyles: {
@@ -1073,7 +1041,7 @@ const yt = {
1073
1041
  }],
1074
1042
  static: !0,
1075
1043
  noWrap: !0
1076
- }, St = {
1044
+ }, pt = {
1077
1045
  // TODO: ways to statically preprocess JSON for references, functions, etc
1078
1046
  name: "Columns",
1079
1047
  isRSC: !0,
@@ -1252,7 +1220,7 @@ const yt = {
1252
1220
  });
1253
1221
  }
1254
1222
  const n = e.get("columns");
1255
- Array.isArray(n) && n.find((a) => a.get("width")) && (n.find((o) => !o.get("width")) || n.reduce((c, s) => c + s.get("width"), 0) !== 100) && t();
1223
+ Array.isArray(n) && n.find((a) => a.get("width")) && (n.find((c) => !c.get("width")) || n.reduce((l, s) => l + s.get("width"), 0) !== 100) && t();
1256
1224
  }
1257
1225
  }, {
1258
1226
  name: "space",
@@ -1274,7 +1242,7 @@ const yt = {
1274
1242
  helperText: "When stacking columns for mobile devices, reverse the ordering",
1275
1243
  advanced: !0
1276
1244
  }]
1277
- }, vt = {
1245
+ }, kt = {
1278
1246
  name: "Custom Code",
1279
1247
  static: !0,
1280
1248
  requiredPermissions: ["editCode"],
@@ -1297,11 +1265,11 @@ const yt = {
1297
1265
  advanced: !0
1298
1266
  }]
1299
1267
  };
1300
- function pt(e) {
1301
- const t = te(null), [n, i] = S(() => []), [a, o] = S(() => []);
1268
+ function Ct(e) {
1269
+ const t = X(null), [n, i] = S(() => []), [a, c] = S(() => []);
1302
1270
  return E(() => {
1303
- var c;
1304
- if (!((c = t.current) != null && c.getElementsByTagName) || typeof window == "undefined")
1271
+ var l;
1272
+ if (!((l = t.current) != null && l.getElementsByTagName) || typeof window == "undefined")
1305
1273
  return;
1306
1274
  const r = t.current.getElementsByTagName("script");
1307
1275
  for (let s = 0; s < r.length; s++) {
@@ -1310,8 +1278,8 @@ function pt(e) {
1310
1278
  if (n.includes(d.src))
1311
1279
  continue;
1312
1280
  n.push(d.src);
1313
- const u = document.createElement("script");
1314
- u.async = !0, u.src = d.src, document.head.appendChild(u);
1281
+ const m = document.createElement("script");
1282
+ m.async = !0, m.src = d.src, document.head.appendChild(m);
1315
1283
  } else if (!d.type || [
1316
1284
  "text/javascript",
1317
1285
  "application/javascript",
@@ -1321,12 +1289,12 @@ function pt(e) {
1321
1289
  continue;
1322
1290
  try {
1323
1291
  a.push(d.innerText), new Function(d.innerText)();
1324
- } catch (u) {
1325
- console.warn("`CustomCode`: Error running script:", u);
1292
+ } catch (m) {
1293
+ console.warn("`CustomCode`: Error running script:", m);
1326
1294
  }
1327
1295
  }
1328
1296
  }
1329
- }, []), /* @__PURE__ */ l(
1297
+ }, []), /* @__PURE__ */ o(
1330
1298
  "div",
1331
1299
  {
1332
1300
  ref: t,
@@ -1335,7 +1303,7 @@ function pt(e) {
1335
1303
  }
1336
1304
  );
1337
1305
  }
1338
- const kt = {
1306
+ const wt = {
1339
1307
  name: "Embed",
1340
1308
  static: !0,
1341
1309
  inputs: [{
@@ -1360,30 +1328,30 @@ const kt = {
1360
1328
  defaultValue: '<div style="padding: 20px; text-align: center">(Choose an embed URL)<div>',
1361
1329
  hideFromUI: !0
1362
1330
  }]
1363
- }, Ct = ["text/javascript", "application/javascript", "application/ecmascript"], wt = (e) => Ct.includes(e.type);
1364
- function It(e) {
1365
- const t = te(null), [n, i] = S(() => []), [a, o] = S(() => []), [r, c] = S(() => !1);
1331
+ }, It = ["text/javascript", "application/javascript", "application/ecmascript"], Tt = (e) => It.includes(e.type);
1332
+ function Rt(e) {
1333
+ const t = X(null), [n, i] = S(() => []), [a, c] = S(() => []), [r, l] = S(() => !1);
1366
1334
  function s() {
1367
1335
  if (!t.current || !t.current.getElementsByTagName)
1368
1336
  return;
1369
1337
  const d = t.current.getElementsByTagName("script");
1370
- for (let u = 0; u < d.length; u++) {
1371
- const b = d[u];
1372
- if (b.src && !n.includes(b.src)) {
1373
- n.push(b.src);
1338
+ for (let m = 0; m < d.length; m++) {
1339
+ const g = d[m];
1340
+ if (g.src && !n.includes(g.src)) {
1341
+ n.push(g.src);
1374
1342
  const v = document.createElement("script");
1375
- v.async = !0, v.src = b.src, document.head.appendChild(v);
1376
- } else if (wt(b) && !a.includes(b.innerText))
1343
+ v.async = !0, v.src = g.src, document.head.appendChild(v);
1344
+ } else if (Tt(g) && !a.includes(g.innerText))
1377
1345
  try {
1378
- a.push(b.innerText), new Function(b.innerText)();
1346
+ a.push(g.innerText), new Function(g.innerText)();
1379
1347
  } catch (v) {
1380
1348
  console.warn("`Embed`: Error running script:", v);
1381
1349
  }
1382
1350
  }
1383
1351
  }
1384
1352
  return E(() => {
1385
- t.current && !r && (c(!0), s());
1386
- }, [t.current, r]), /* @__PURE__ */ l(
1353
+ t.current && !r && (l(!0), s());
1354
+ }, [t.current, r]), /* @__PURE__ */ o(
1387
1355
  "div",
1388
1356
  {
1389
1357
  className: "builder-embed",
@@ -1392,13 +1360,13 @@ function It(e) {
1392
1360
  }
1393
1361
  );
1394
1362
  }
1395
- const Tt = {
1363
+ const Et = {
1396
1364
  name: "Fragment",
1397
1365
  static: !0,
1398
1366
  hidden: !0,
1399
1367
  canHaveChildren: !0,
1400
1368
  noWrap: !0
1401
- }, Rt = {
1369
+ }, Pt = {
1402
1370
  name: "Image",
1403
1371
  static: !0,
1404
1372
  image: "https://firebasestorage.googleapis.com/v0/b/builder-3b0a2.appspot.com/o/images%2Fbaseline-insert_photo-24px.svg?alt=media&token=4e5d0ef4-f5e8-4e57-b3a9-38d63a9b9dc4",
@@ -1418,29 +1386,29 @@ const Tt = {
1418
1386
  defaultValue: "https://cdn.builder.io/api/v1/image/assets%2FYJIGb4i01jvw0SRdL5Bt%2F72c80f114dc149019051b6852a9e3b7a",
1419
1387
  onChange: (e) => {
1420
1388
  e.delete("srcset"), e.delete("noWebp");
1421
- function n(r, c = 6e4) {
1389
+ function n(r, l = 6e4) {
1422
1390
  return new Promise((s, d) => {
1423
- const u = document.createElement("img");
1424
- let b = !1;
1425
- u.onload = () => {
1426
- b = !0, s(u);
1427
- }, u.addEventListener("error", (v) => {
1391
+ const m = document.createElement("img");
1392
+ let g = !1;
1393
+ m.onload = () => {
1394
+ g = !0, s(m);
1395
+ }, m.addEventListener("error", (v) => {
1428
1396
  console.warn("Image load failed", v.error), d(v.error);
1429
- }), u.src = r, setTimeout(() => {
1430
- b || d(new Error("Image load timed out"));
1431
- }, c);
1397
+ }), m.src = r, setTimeout(() => {
1398
+ g || d(new Error("Image load timed out"));
1399
+ }, l);
1432
1400
  });
1433
1401
  }
1434
1402
  function i(r) {
1435
1403
  return Math.round(r * 1e3) / 1e3;
1436
1404
  }
1437
- const a = e.get("image"), o = e.get("aspectRatio");
1405
+ const a = e.get("image"), c = e.get("aspectRatio");
1438
1406
  if (fetch(a).then((r) => r.blob()).then((r) => {
1439
1407
  r.type.includes("svg") && e.set("noWebp", !0);
1440
- }), a && (!o || o === 0.7041))
1408
+ }), a && (!c || c === 0.7041))
1441
1409
  return n(a).then((r) => {
1442
- const c = e.get("aspectRatio");
1443
- e.get("image") === a && (!c || c === 0.7041) && r.width && r.height && (e.set("aspectRatio", i(r.height / r.width)), e.set("height", r.height), e.set("width", r.width));
1410
+ const l = e.get("aspectRatio");
1411
+ e.get("image") === a && (!l || l === 0.7041) && r.width && r.height && (e.set("aspectRatio", i(r.height / r.width)), e.set("height", r.height), e.set("width", r.width));
1444
1412
  });
1445
1413
  }
1446
1414
  }, {
@@ -1498,7 +1466,7 @@ const Tt = {
1498
1466
  advanced: !0,
1499
1467
  defaultValue: 0.7041
1500
1468
  }]
1501
- }, Et = {
1469
+ }, Bt = {
1502
1470
  // friendlyName?
1503
1471
  name: "Raw:Img",
1504
1472
  hideFromInsertMenu: !0,
@@ -1513,8 +1481,8 @@ const Tt = {
1513
1481
  noWrap: !0,
1514
1482
  static: !0
1515
1483
  };
1516
- function Pt(e) {
1517
- return /* @__PURE__ */ l(
1484
+ function Wt(e) {
1485
+ return /* @__PURE__ */ o(
1518
1486
  "img",
1519
1487
  {
1520
1488
  style: {
@@ -1528,7 +1496,7 @@ function Pt(e) {
1528
1496
  V() && e.imgSrc || "default-key"
1529
1497
  );
1530
1498
  }
1531
- const Bt = {
1499
+ const At = {
1532
1500
  name: "Core:Section",
1533
1501
  static: !0,
1534
1502
  image: "https://cdn.builder.io/api/v1/image/assets%2FIsxPKMo2gPRRKeakUztj1D6uqed2%2F682efef23ace49afac61748dd305c70a",
@@ -1567,7 +1535,7 @@ const Bt = {
1567
1535
  }
1568
1536
  }
1569
1537
  }]
1570
- }, Wt = {
1538
+ }, Vt = {
1571
1539
  name: "Slot",
1572
1540
  isRSC: !0,
1573
1541
  description: "Allow child blocks to be inserted into this content when used as a Symbol",
@@ -1581,9 +1549,9 @@ const Bt = {
1581
1549
  defaultValue: "children"
1582
1550
  }]
1583
1551
  };
1584
- function At(e) {
1552
+ function $t(e) {
1585
1553
  var t, n, i;
1586
- return /* @__PURE__ */ l(
1554
+ return /* @__PURE__ */ o(
1587
1555
  "div",
1588
1556
  {
1589
1557
  style: {
@@ -1592,8 +1560,8 @@ function At(e) {
1592
1560
  ...!((t = e.builderContext.context) != null && t.symbolId) && {
1593
1561
  "builder-slot": e.name
1594
1562
  },
1595
- children: /* @__PURE__ */ l(
1596
- q,
1563
+ children: /* @__PURE__ */ o(
1564
+ z,
1597
1565
  {
1598
1566
  parent: (n = e.builderContext.context) == null ? void 0 : n.symbolId,
1599
1567
  path: `symbol.data.${e.name}`,
@@ -1604,7 +1572,7 @@ function At(e) {
1604
1572
  }
1605
1573
  );
1606
1574
  }
1607
- const Vt = {
1575
+ const Nt = {
1608
1576
  name: "Symbol",
1609
1577
  noWrap: !0,
1610
1578
  static: !0,
@@ -1637,7 +1605,7 @@ const Vt = {
1637
1605
  hideFromUI: !0,
1638
1606
  type: "boolean"
1639
1607
  }]
1640
- }, $t = {
1608
+ }, Ft = {
1641
1609
  name: "Text",
1642
1610
  static: !0,
1643
1611
  isRSC: !0,
@@ -1656,9 +1624,9 @@ const Vt = {
1656
1624
  textAlign: "center"
1657
1625
  }
1658
1626
  };
1659
- function Nt(e) {
1627
+ function _t(e) {
1660
1628
  var t;
1661
- return /* @__PURE__ */ l(
1629
+ return /* @__PURE__ */ o(
1662
1630
  "div",
1663
1631
  {
1664
1632
  className: "builder-text",
@@ -1669,7 +1637,7 @@ function Nt(e) {
1669
1637
  }
1670
1638
  );
1671
1639
  }
1672
- const Ft = {
1640
+ const Lt = {
1673
1641
  name: "Video",
1674
1642
  canHaveChildren: !0,
1675
1643
  defaultStyles: {
@@ -1751,8 +1719,8 @@ const Ft = {
1751
1719
  advanced: !0
1752
1720
  }]
1753
1721
  };
1754
- function _t(e) {
1755
- var i, a, o, r, c, s, d;
1722
+ function jt(e) {
1723
+ var i, a, c, r, l, s, d;
1756
1724
  function t() {
1757
1725
  return {
1758
1726
  ...e.autoPlay === !0 ? {
@@ -1777,14 +1745,14 @@ function _t(e) {
1777
1745
  ...t()
1778
1746
  };
1779
1747
  }
1780
- return /* @__PURE__ */ P(
1748
+ return /* @__PURE__ */ B(
1781
1749
  "div",
1782
1750
  {
1783
1751
  style: {
1784
1752
  position: "relative"
1785
1753
  },
1786
1754
  children: [
1787
- /* @__PURE__ */ l(
1755
+ /* @__PURE__ */ o(
1788
1756
  "video",
1789
1757
  {
1790
1758
  className: "builder-video",
@@ -1806,10 +1774,10 @@ function _t(e) {
1806
1774
  },
1807
1775
  src: e.video || "no-src",
1808
1776
  poster: e.posterImage,
1809
- children: e.lazyLoad ? null : /* @__PURE__ */ l("source", { type: "video/mp4", src: e.video })
1777
+ children: e.lazyLoad ? null : /* @__PURE__ */ o("source", { type: "video/mp4", src: e.video })
1810
1778
  }
1811
1779
  ),
1812
- e.aspectRatio && !(e.fitContent && ((o = (a = e.builderBlock) == null ? void 0 : a.children) != null && o.length)) ? /* @__PURE__ */ l(h, { children: /* @__PURE__ */ l(
1780
+ e.aspectRatio && !(e.fitContent && ((c = (a = e.builderBlock) == null ? void 0 : a.children) != null && c.length)) ? /* @__PURE__ */ o(h, { children: /* @__PURE__ */ o(
1813
1781
  "div",
1814
1782
  {
1815
1783
  style: {
@@ -1820,7 +1788,7 @@ function _t(e) {
1820
1788
  }
1821
1789
  }
1822
1790
  ) }) : null,
1823
- (c = (r = e.builderBlock) == null ? void 0 : r.children) != null && c.length && e.fitContent ? /* @__PURE__ */ l(h, { children: /* @__PURE__ */ l(
1791
+ (l = (r = e.builderBlock) == null ? void 0 : r.children) != null && l.length && e.fitContent ? /* @__PURE__ */ o(h, { children: /* @__PURE__ */ o(
1824
1792
  "div",
1825
1793
  {
1826
1794
  style: {
@@ -1831,7 +1799,7 @@ function _t(e) {
1831
1799
  children: e.children
1832
1800
  }
1833
1801
  ) }) : null,
1834
- (d = (s = e.builderBlock) == null ? void 0 : s.children) != null && d.length && !e.fitContent ? /* @__PURE__ */ l(h, { children: /* @__PURE__ */ l(
1802
+ (d = (s = e.builderBlock) == null ? void 0 : s.children) != null && d.length && !e.fitContent ? /* @__PURE__ */ o(h, { children: /* @__PURE__ */ o(
1835
1803
  "div",
1836
1804
  {
1837
1805
  style: {
@@ -1852,43 +1820,43 @@ function _t(e) {
1852
1820
  }
1853
1821
  );
1854
1822
  }
1855
- const ye = () => [{
1856
- component: Ue,
1857
- ...yt
1858
- }, {
1859
- component: mt,
1860
- ...St
1861
- }, {
1862
- component: pt,
1823
+ const ge = () => [{
1824
+ component: Me,
1863
1825
  ...vt
1864
1826
  }, {
1865
- component: It,
1866
- ...kt
1827
+ component: ht,
1828
+ ...pt
1867
1829
  }, {
1868
- component: ft,
1869
- ...Tt
1830
+ component: Ct,
1831
+ ...kt
1870
1832
  }, {
1871
- component: bt,
1872
- ...Rt
1833
+ component: Rt,
1834
+ ...wt
1873
1835
  }, {
1874
- component: Pt,
1836
+ component: gt,
1875
1837
  ...Et
1876
1838
  }, {
1877
- component: xt,
1839
+ component: yt,
1840
+ ...Pt
1841
+ }, {
1842
+ component: Wt,
1878
1843
  ...Bt
1879
1844
  }, {
1880
- component: rn,
1881
- ...Vt
1845
+ component: St,
1846
+ ...At
1882
1847
  }, {
1883
- component: Nt,
1884
- ...$t
1848
+ component: sn,
1849
+ ...Nt
1885
1850
  }, {
1886
1851
  component: _t,
1887
1852
  ...Ft
1888
1853
  }, {
1889
- component: At,
1890
- ...Wt
1891
- }], Lt = `function updateCookiesAndStyles(contentId, variants, isHydrationTarget) {
1854
+ component: jt,
1855
+ ...Lt
1856
+ }, {
1857
+ component: $t,
1858
+ ...Vt
1859
+ }], Mt = `function updateCookiesAndStyles(contentId, variants, isHydrationTarget) {
1892
1860
  function getAndSetVariantId() {
1893
1861
  function setCookie(name, value, days) {
1894
1862
  let expires = '';
@@ -1944,7 +1912,7 @@ const ye = () => [{
1944
1912
  }).join('');
1945
1913
  styleEl.innerHTML = newStyleStr;
1946
1914
  }
1947
- }`, jt = `function updateVariantVisibility(variantContentId, defaultContentId, isHydrationTarget) {
1915
+ }`, Ut = `function updateVariantVisibility(variantContentId, defaultContentId, isHydrationTarget) {
1948
1916
  if (!navigator.cookieEnabled) {
1949
1917
  return;
1950
1918
  }
@@ -1978,27 +1946,27 @@ const ye = () => [{
1978
1946
  thisScriptEl?.remove();
1979
1947
  }
1980
1948
  return;
1981
- }`, Be = "builderIoAbTest", We = "builderIoRenderContent", M = (e) => Object.values((e == null ? void 0 : e.variations) || {}).map((t) => ({
1949
+ }`, Ee = "builderIoAbTest", Pe = "builderIoRenderContent", M = (e) => Object.values((e == null ? void 0 : e.variations) || {}).map((t) => ({
1982
1950
  ...t,
1983
1951
  testVariationId: t.id,
1984
1952
  id: e == null ? void 0 : e.id
1985
- })), Mt = ({
1953
+ })), Dt = ({
1986
1954
  canTrack: e,
1987
1955
  content: t
1988
- }) => !(!(M(t).length > 0) || !e || $()), Ut = (e) => e === "react" || e === "reactNative", Ae = Ut(L), Dt = () => `
1989
- window.${Be} = ${Lt}
1990
- window.${We} = ${jt}
1991
- `, Ot = (e, t) => `
1992
- window.${Be}(
1993
- "${t}",${JSON.stringify(e)}, ${Ae}
1994
- )`, Kt = ({
1956
+ }) => !(!(M(t).length > 0) || !e || $()), Ht = (e) => e === "react" || e === "reactNative", Be = Ht(L), Ot = () => `
1957
+ window.${Ee} = ${Mt}
1958
+ window.${Pe} = ${Ut}
1959
+ `, Kt = (e, t) => `
1960
+ window.${Ee}(
1961
+ "${t}",${JSON.stringify(e)}, ${Be}
1962
+ )`, zt = ({
1995
1963
  contentId: e,
1996
1964
  variationId: t
1997
- }) => `window.${We}(
1998
- "${t}", "${e}", ${Ae}
1965
+ }) => `window.${Pe}(
1966
+ "${t}", "${e}", ${Be}
1999
1967
  )`;
2000
- function ee(e) {
2001
- return /* @__PURE__ */ l(
1968
+ function J(e) {
1969
+ return /* @__PURE__ */ o(
2002
1970
  "script",
2003
1971
  {
2004
1972
  dangerouslySetInnerHTML: { __html: e.scriptStr },
@@ -2006,10 +1974,15 @@ function ee(e) {
2006
1974
  }
2007
1975
  );
2008
1976
  }
2009
- function Se(e) {
1977
+ const qt = ["*.beta.builder.io", "beta.builder.io", "builder.io", "localhost", "qa.builder.io"];
1978
+ function We(e, t) {
1979
+ const n = new URL(t.origin), i = n.hostname;
1980
+ return (e || qt).findIndex((a) => a.startsWith("*.") ? i.endsWith(a.slice(1)) : a === i) > -1;
1981
+ }
1982
+ function be(e) {
2010
1983
  return Math.round(e * 1e3) / 1e3;
2011
1984
  }
2012
- const Ht = (e, t, n = !0) => {
1985
+ const Yt = (e, t, n = !0) => {
2013
1986
  if (!(e instanceof HTMLElement))
2014
1987
  return null;
2015
1988
  let i = n ? e : e.parentElement;
@@ -2020,36 +1993,36 @@ const Ht = (e, t, n = !0) => {
2020
1993
  return i;
2021
1994
  } while (i = i.parentElement);
2022
1995
  return null;
2023
- }, zt = (e) => Ht(e, (t) => {
1996
+ }, Qt = (e) => Yt(e, (t) => {
2024
1997
  const n = t.getAttribute("builder-id") || t.id;
2025
1998
  return (n == null ? void 0 : n.indexOf("builder-")) === 0;
2026
- }), ve = ({
1999
+ }), xe = ({
2027
2000
  event: e,
2028
2001
  target: t
2029
2002
  }) => {
2030
- const n = t.getBoundingClientRect(), i = e.clientX - n.left, a = e.clientY - n.top, o = Se(i / n.width), r = Se(a / n.height);
2003
+ const n = t.getBoundingClientRect(), i = e.clientX - n.left, a = e.clientY - n.top, c = be(i / n.width), r = be(a / n.height);
2031
2004
  return {
2032
- x: o,
2005
+ x: c,
2033
2006
  y: r
2034
2007
  };
2035
- }, qt = (e) => {
2036
- const t = e.target, n = t && zt(t), i = (n == null ? void 0 : n.getAttribute("builder-id")) || (n == null ? void 0 : n.id);
2008
+ }, Gt = (e) => {
2009
+ const t = e.target, n = t && Qt(t), i = (n == null ? void 0 : n.getAttribute("builder-id")) || (n == null ? void 0 : n.id);
2037
2010
  return {
2038
2011
  targetBuilderElement: i || void 0,
2039
2012
  metadata: {
2040
- targetOffset: t ? ve({
2013
+ targetOffset: t ? xe({
2041
2014
  event: e,
2042
2015
  target: t
2043
2016
  }) : void 0,
2044
- builderTargetOffset: n ? ve({
2017
+ builderTargetOffset: n ? xe({
2045
2018
  event: e,
2046
2019
  target: n
2047
2020
  }) : void 0,
2048
2021
  builderElementIndex: n && i ? [].slice.call(document.getElementsByClassName(i)).indexOf(n) : void 0
2049
2022
  }
2050
2023
  };
2051
- }, Yt = "0.12.1", Qt = () => {
2052
- Fe("insertMenu", {
2024
+ }, Jt = "0.12.2", Xt = () => {
2025
+ Ne("insertMenu", {
2053
2026
  name: "_default",
2054
2027
  default: !0,
2055
2028
  items: [{
@@ -2071,14 +2044,14 @@ const Ht = (e, t, n = !0) => {
2071
2044
  }]
2072
2045
  });
2073
2046
  };
2074
- let pe = !1;
2075
- const Gt = (e = {}) => {
2047
+ let ye = !1;
2048
+ const Zt = (e = {}) => {
2076
2049
  var t, n;
2077
- pe || (pe = !0, $() && ((t = window.parent) == null || t.postMessage({
2050
+ ye || (ye = !0, $() && ((t = window.parent) == null || t.postMessage({
2078
2051
  type: "builder.sdkInfo",
2079
2052
  data: {
2080
2053
  target: L,
2081
- version: Yt,
2054
+ version: Jt,
2082
2055
  supportsPatchUpdates: !1,
2083
2056
  // Supports builder-model="..." attribute which is needed to
2084
2057
  // scope our '+ add block' button styling
@@ -2090,40 +2063,43 @@ const Gt = (e = {}) => {
2090
2063
  data: {
2091
2064
  options: e
2092
2065
  }
2093
- }, "*"), window.addEventListener("message", ({
2094
- data: i
2095
- }) => {
2096
- var a, o;
2097
- if (i != null && i.type)
2098
- switch (i.type) {
2066
+ }, "*"), window.addEventListener("message", (i) => {
2067
+ var c, r;
2068
+ if (!We(e.trustedHosts, i))
2069
+ return;
2070
+ const {
2071
+ data: a
2072
+ } = i;
2073
+ if (a != null && a.type)
2074
+ switch (a.type) {
2099
2075
  case "builder.evaluate": {
2100
- const r = i.data.text, c = i.data.arguments || [], s = i.data.id, d = new Function(r);
2101
- let u, b = null;
2076
+ const l = a.data.text, s = a.data.arguments || [], d = a.data.id, m = new Function(l);
2077
+ let g, v = null;
2102
2078
  try {
2103
- u = d.apply(null, c);
2104
- } catch (v) {
2105
- b = v;
2079
+ g = m.apply(null, s);
2080
+ } catch (y) {
2081
+ v = y;
2106
2082
  }
2107
- b ? (a = window.parent) == null || a.postMessage({
2083
+ v ? (c = window.parent) == null || c.postMessage({
2108
2084
  type: "builder.evaluateError",
2109
2085
  data: {
2110
- id: s,
2111
- error: b.message
2086
+ id: d,
2087
+ error: v.message
2112
2088
  }
2113
- }, "*") : u && typeof u.then == "function" ? u.then((v) => {
2114
- var y;
2115
- (y = window.parent) == null || y.postMessage({
2089
+ }, "*") : g && typeof g.then == "function" ? g.then((y) => {
2090
+ var k;
2091
+ (k = window.parent) == null || k.postMessage({
2116
2092
  type: "builder.evaluateResult",
2117
2093
  data: {
2118
- id: s,
2119
- result: v
2094
+ id: d,
2095
+ result: y
2120
2096
  }
2121
2097
  }, "*");
2122
- }).catch(console.error) : (o = window.parent) == null || o.postMessage({
2098
+ }).catch(console.error) : (r = window.parent) == null || r.postMessage({
2123
2099
  type: "builder.evaluateResult",
2124
2100
  data: {
2125
- result: u,
2126
- id: s
2101
+ result: g,
2102
+ id: d
2127
2103
  }
2128
2104
  }, "*");
2129
2105
  break;
@@ -2131,57 +2107,59 @@ const Gt = (e = {}) => {
2131
2107
  }
2132
2108
  })));
2133
2109
  };
2134
- function Jt(e) {
2135
- var F, Y, ae, oe, re, le, ce;
2136
- const t = te(null), [n, i] = S(() => 0);
2110
+ function en(e) {
2111
+ var F, q, ne, ie, ae, oe, re;
2112
+ const t = X(null), [n, i] = S(() => 0);
2137
2113
  S(() => !0);
2138
- function a(m) {
2139
- var g, x;
2114
+ function a(u) {
2115
+ var b, x;
2140
2116
  const f = {
2141
2117
  ...e.builderContextSignal.rootState,
2142
- ...m
2118
+ ...u
2143
2119
  };
2144
- e.builderContextSignal.rootSetState ? (x = (g = e.builderContextSignal).rootSetState) == null || x.call(g, f) : e.setBuilderContextSignal((p) => ({
2120
+ e.builderContextSignal.rootSetState ? (x = (b = e.builderContextSignal).rootSetState) == null || x.call(b, f) : e.setBuilderContextSignal((p) => ({
2145
2121
  ...p,
2146
2122
  rootState: f
2147
2123
  }));
2148
2124
  }
2149
- function o(m) {
2150
- var g, x, p, T, j;
2125
+ function c(u) {
2126
+ var b, x, p, T, j;
2151
2127
  const f = {
2152
2128
  ...e.builderContextSignal.content,
2153
- ...m,
2129
+ ...u,
2154
2130
  data: {
2155
- ...(g = e.builderContextSignal.content) == null ? void 0 : g.data,
2156
- ...m == null ? void 0 : m.data
2131
+ ...(b = e.builderContextSignal.content) == null ? void 0 : b.data,
2132
+ ...u == null ? void 0 : u.data
2157
2133
  },
2158
2134
  meta: {
2159
2135
  ...(x = e.builderContextSignal.content) == null ? void 0 : x.meta,
2160
- ...m == null ? void 0 : m.meta,
2161
- breakpoints: ((p = m == null ? void 0 : m.meta) == null ? void 0 : p.breakpoints) || ((j = (T = e.builderContextSignal.content) == null ? void 0 : T.meta) == null ? void 0 : j.breakpoints)
2136
+ ...u == null ? void 0 : u.meta,
2137
+ breakpoints: ((p = u == null ? void 0 : u.meta) == null ? void 0 : p.breakpoints) || ((j = (T = e.builderContextSignal.content) == null ? void 0 : T.meta) == null ? void 0 : j.breakpoints)
2162
2138
  }
2163
2139
  };
2164
- e.setBuilderContextSignal(($e) => ({
2165
- ...$e,
2140
+ e.setBuilderContextSignal((Ve) => ({
2141
+ ...Ve,
2166
2142
  content: f
2167
2143
  }));
2168
2144
  }
2169
2145
  S(() => 0);
2170
- const [r, c] = S(
2146
+ const [r, l] = S(
2171
2147
  () => !1
2172
2148
  ), [s, d] = S(
2173
2149
  () => e.contentWrapper || "div"
2174
2150
  );
2175
- function u(m) {
2176
- var g;
2177
- const { data: f } = m;
2151
+ function m(u) {
2152
+ var b;
2153
+ if (!We(e.trustedHosts, u))
2154
+ return;
2155
+ const { data: f } = u;
2178
2156
  if (f)
2179
2157
  switch (f.type) {
2180
2158
  case "builder.configureSdk": {
2181
2159
  const x = f.data, { breakpoints: p, contentId: T } = x;
2182
- if (!T || T !== ((g = e.builderContextSignal.content) == null ? void 0 : g.id))
2160
+ if (!T || T !== ((b = e.builderContextSignal.content) == null ? void 0 : b.id))
2183
2161
  return;
2184
- p && o({
2162
+ p && c({
2185
2163
  meta: {
2186
2164
  breakpoints: p
2187
2165
  }
@@ -2190,44 +2168,44 @@ function Jt(e) {
2190
2168
  }
2191
2169
  case "builder.contentUpdate": {
2192
2170
  const x = f.data, p = x.key || x.alias || x.entry || x.modelName, T = x.data;
2193
- p === e.model && (o(T), i(n + 1));
2171
+ p === e.model && (c(T), i(n + 1));
2194
2172
  break;
2195
2173
  }
2196
2174
  }
2197
2175
  }
2198
- function b() {
2199
- var f, g;
2200
- const m = (g = (f = e.builderContextSignal.content) == null ? void 0 : f.data) == null ? void 0 : g.jsCode;
2201
- m && _({
2202
- code: m,
2176
+ function g() {
2177
+ var f, b;
2178
+ const u = (b = (f = e.builderContextSignal.content) == null ? void 0 : f.data) == null ? void 0 : b.jsCode;
2179
+ u && _({
2180
+ code: u,
2203
2181
  context: e.context || {},
2204
2182
  localState: void 0,
2205
2183
  rootState: e.builderContextSignal.rootState,
2206
2184
  rootSetState: e.builderContextSignal.rootSetState
2207
2185
  });
2208
2186
  }
2209
- const [v, y] = S(() => ({})), [C, k] = S(() => !1);
2210
- function R(m) {
2211
- var f, g;
2187
+ const [v, y] = S(() => ({})), [k, C] = S(() => !1);
2188
+ function R(u) {
2189
+ var f, b;
2212
2190
  if (e.builderContextSignal.content) {
2213
- const x = (f = e.builderContextSignal.content) == null ? void 0 : f.testVariationId, p = (g = e.builderContextSignal.content) == null ? void 0 : g.id;
2214
- de({
2191
+ const x = (f = e.builderContextSignal.content) == null ? void 0 : f.testVariationId, p = (b = e.builderContextSignal.content) == null ? void 0 : b.id;
2192
+ le({
2215
2193
  type: "click",
2216
2194
  canTrack: D(e.canTrack),
2217
2195
  contentId: p,
2218
2196
  apiKey: e.apiKey,
2219
2197
  variationId: x !== p ? x : void 0,
2220
- ...qt(m),
2221
- unique: !C
2198
+ ...Gt(u),
2199
+ unique: !k
2222
2200
  });
2223
2201
  }
2224
- C || k(!0);
2202
+ k || C(!0);
2225
2203
  }
2226
- function B(m) {
2227
- return m.replace(
2204
+ function P(u) {
2205
+ return u.replace(
2228
2206
  /{{([^}]+)}}/g,
2229
- (f, g) => _({
2230
- code: g,
2207
+ (f, b) => _({
2208
+ code: b,
2231
2209
  context: e.context || {},
2232
2210
  localState: void 0,
2233
2211
  rootState: e.builderContextSignal.rootState,
@@ -2235,24 +2213,24 @@ function Jt(e) {
2235
2213
  })
2236
2214
  );
2237
2215
  }
2238
- function w({ url: m, key: f }) {
2239
- je(m).then((g) => g.json()).then((g) => {
2216
+ function w({ url: u, key: f }) {
2217
+ Le(u).then((b) => b.json()).then((b) => {
2240
2218
  var p, T;
2241
2219
  const x = {
2242
2220
  ...e.builderContextSignal.rootState,
2243
- [f]: g
2221
+ [f]: b
2244
2222
  };
2245
2223
  (T = (p = e.builderContextSignal).rootSetState) == null || T.call(p, x), v[f] = !0;
2246
- }).catch((g) => {
2247
- console.error("error fetching dynamic data", m, g);
2224
+ }).catch((b) => {
2225
+ console.error("error fetching dynamic data", u, b);
2248
2226
  });
2249
2227
  }
2250
2228
  function I() {
2251
- var f, g, x;
2252
- const m = (x = (g = (f = e.builderContextSignal.content) == null ? void 0 : f.data) == null ? void 0 : g.httpRequests) != null ? x : {};
2253
- Object.entries(m).forEach(([p, T]) => {
2229
+ var f, b, x;
2230
+ const u = (x = (b = (f = e.builderContextSignal.content) == null ? void 0 : f.data) == null ? void 0 : b.httpRequests) != null ? x : {};
2231
+ Object.entries(u).forEach(([p, T]) => {
2254
2232
  if (T && (!v[p] || V())) {
2255
- const j = B(T);
2233
+ const j = P(T);
2256
2234
  w({
2257
2235
  url: j,
2258
2236
  key: p
@@ -2266,7 +2244,7 @@ function Jt(e) {
2266
2244
  "builder:component:stateChange",
2267
2245
  {
2268
2246
  detail: {
2269
- state: ne(e.builderContextSignal.rootState),
2247
+ state: Z(e.builderContextSignal.rootState),
2270
2248
  ref: {
2271
2249
  name: e.model
2272
2250
  }
@@ -2275,8 +2253,8 @@ function Jt(e) {
2275
2253
  )
2276
2254
  );
2277
2255
  }
2278
- function A(m) {
2279
- i(n + 1), window.addEventListener("message", u), Qt(), Gt({
2256
+ function A(u) {
2257
+ i(n + 1), window.addEventListener("message", m), Xt(), Zt({
2280
2258
  ...e.locale ? {
2281
2259
  locale: e.locale
2282
2260
  } : {},
@@ -2285,33 +2263,36 @@ function Jt(e) {
2285
2263
  } : {},
2286
2264
  ...e.enrich ? {
2287
2265
  enrich: e.enrich
2266
+ } : {},
2267
+ ...e.trustedHosts ? {
2268
+ trustedHosts: e.trustedHosts
2288
2269
  } : {}
2289
2270
  }), Object.values(
2290
2271
  e.builderContextSignal.componentInfos
2291
2272
  ).forEach((f) => {
2292
2273
  var x;
2293
- const g = Le(f);
2294
- (x = window.parent) == null || x.postMessage(g, "*");
2274
+ const b = _e(f);
2275
+ (x = window.parent) == null || x.postMessage(b, "*");
2295
2276
  }), window.addEventListener(
2296
2277
  "builder:component:stateChangeListenerActivated",
2297
2278
  W
2298
2279
  );
2299
2280
  }
2300
- function N(m) {
2301
- const f = new URL(location.href).searchParams, g = f.get("builder.preview"), x = f.get(
2302
- `builder.preview.${g}`
2281
+ function N(u) {
2282
+ const f = new URL(location.href).searchParams, b = f.get("builder.preview"), x = f.get(
2283
+ `builder.preview.${b}`
2303
2284
  ), p = f.get("apiKey") || f.get("builder.space");
2304
- g === e.model && p === e.apiKey && (!e.content || x === e.content.id) && Ie({
2285
+ b === e.model && p === e.apiKey && (!e.content || x === e.content.id) && ke({
2305
2286
  model: e.model,
2306
2287
  apiKey: e.apiKey,
2307
2288
  apiVersion: e.builderContextSignal.apiVersion
2308
2289
  }).then((T) => {
2309
- T && o(T);
2290
+ T && c(T);
2310
2291
  });
2311
2292
  }
2312
2293
  return E(() => {
2313
- var m;
2314
- return (m = t.current) == null || m.addEventListener(
2294
+ var u;
2295
+ return (u = t.current) == null || u.addEventListener(
2315
2296
  "initeditingbldr",
2316
2297
  A
2317
2298
  ), () => {
@@ -2322,8 +2303,8 @@ function Jt(e) {
2322
2303
  );
2323
2304
  };
2324
2305
  }, []), E(() => {
2325
- var m;
2326
- return (m = t.current) == null || m.addEventListener(
2306
+ var u;
2307
+ return (u = t.current) == null || u.addEventListener(
2327
2308
  "initpreviewingbldr",
2328
2309
  N
2329
2310
  ), () => {
@@ -2334,11 +2315,11 @@ function Jt(e) {
2334
2315
  );
2335
2316
  };
2336
2317
  }, []), E(() => {
2337
- var m, f;
2318
+ var u, f;
2338
2319
  if ($()) {
2339
2320
  if (V() && t.current && t.current.dispatchEvent(new CustomEvent("initeditingbldr")), e.builderContextSignal.content && D(e.canTrack)) {
2340
- const x = (m = e.builderContextSignal.content) == null ? void 0 : m.testVariationId, p = (f = e.builderContextSignal.content) == null ? void 0 : f.id, T = e.apiKey;
2341
- de({
2321
+ const x = (u = e.builderContextSignal.content) == null ? void 0 : u.testVariationId, p = (f = e.builderContextSignal.content) == null ? void 0 : f.id, T = e.apiKey;
2322
+ le({
2342
2323
  type: "impression",
2343
2324
  canTrack: !0,
2344
2325
  contentId: p,
@@ -2346,23 +2327,23 @@ function Jt(e) {
2346
2327
  variationId: x !== p ? x : void 0
2347
2328
  });
2348
2329
  }
2349
- _e() && t.current && t.current.dispatchEvent(new CustomEvent("initpreviewingbldr"));
2330
+ Fe() && t.current && t.current.dispatchEvent(new CustomEvent("initpreviewingbldr"));
2350
2331
  }
2351
2332
  }, []), E(() => {
2352
2333
  e.apiKey || U.error(
2353
2334
  "No API key provided to `RenderContent` component. This can cause issues. Please provide an API key using the `apiKey` prop."
2354
- ), b(), I(), W();
2335
+ ), g(), I(), W();
2355
2336
  }, []), E(() => {
2356
- e.content && o(e.content);
2337
+ e.content && c(e.content);
2357
2338
  }, [e.content]), E(() => {
2358
2339
  }, [r]), E(() => {
2359
- b();
2340
+ g();
2360
2341
  }, [
2361
- (Y = (F = e.builderContextSignal.content) == null ? void 0 : F.data) == null ? void 0 : Y.jsCode,
2342
+ (q = (F = e.builderContextSignal.content) == null ? void 0 : F.data) == null ? void 0 : q.jsCode,
2362
2343
  e.builderContextSignal.rootState
2363
2344
  ]), E(() => {
2364
2345
  I();
2365
- }, [(oe = (ae = e.builderContextSignal.content) == null ? void 0 : ae.data) == null ? void 0 : oe.httpRequests]), E(() => {
2346
+ }, [(ie = (ne = e.builderContextSignal.content) == null ? void 0 : ne.data) == null ? void 0 : ie.httpRequests]), E(() => {
2366
2347
  W();
2367
2348
  }, [e.builderContextSignal.rootState]), E(() => {
2368
2349
  e.data && a(e.data);
@@ -2371,31 +2352,31 @@ function Jt(e) {
2371
2352
  locale: e.locale
2372
2353
  });
2373
2354
  }, [e.locale]), E(() => () => {
2374
- $() && (window.removeEventListener("message", u), window.removeEventListener(
2355
+ $() && (window.removeEventListener("message", m), window.removeEventListener(
2375
2356
  "builder:component:stateChangeListenerActivated",
2376
2357
  W
2377
2358
  ));
2378
- }, []), /* @__PURE__ */ l(ie.Provider, { value: e.builderContextSignal, children: e.builderContextSignal.content ? /* @__PURE__ */ l(h, { children: /* @__PURE__ */ we(
2359
+ }, []), /* @__PURE__ */ o(ee.Provider, { value: e.builderContextSignal, children: e.builderContextSignal.content ? /* @__PURE__ */ o(h, { children: /* @__PURE__ */ pe(
2379
2360
  s,
2380
2361
  {
2381
2362
  key: n,
2382
2363
  ref: t,
2383
- onClick: (m) => R(m),
2384
- "builder-content-id": (re = e.builderContextSignal.content) == null ? void 0 : re.id,
2364
+ onClick: (u) => R(u),
2365
+ "builder-content-id": (ae = e.builderContextSignal.content) == null ? void 0 : ae.id,
2385
2366
  "builder-model": e.model,
2386
2367
  ...e.showContent ? {} : {
2387
2368
  hidden: !0,
2388
2369
  "aria-hidden": !0
2389
2370
  },
2390
2371
  ...e.contentWrapperProps,
2391
- className: `variant-${((le = e.content) == null ? void 0 : le.testVariationId) || ((ce = e.content) == null ? void 0 : ce.id)}`
2372
+ className: `variant-${((oe = e.content) == null ? void 0 : oe.testVariationId) || ((re = e.content) == null ? void 0 : re.id)}`
2392
2373
  },
2393
2374
  e.children
2394
2375
  ) }) : null });
2395
2376
  }
2396
- const Xt = (e) => {
2397
- var o, r;
2398
- const t = e.family + (e.kind && !e.kind.includes("#") ? ", " + e.kind : ""), n = t.split(",")[0], i = (r = e.fileUrl) != null ? r : (o = e == null ? void 0 : e.files) == null ? void 0 : o.regular;
2377
+ const tn = (e) => {
2378
+ var c, r;
2379
+ const t = e.family + (e.kind && !e.kind.includes("#") ? ", " + e.kind : ""), n = t.split(",")[0], i = (r = e.fileUrl) != null ? r : (c = e == null ? void 0 : e.files) == null ? void 0 : c.regular;
2399
2380
  let a = "";
2400
2381
  if (i && t && n && (a += `
2401
2382
  @font-face {
@@ -2405,37 +2386,37 @@ font-display: fallback;
2405
2386
  font-weight: 400;
2406
2387
  }
2407
2388
  `.trim()), e.files)
2408
- for (const c in e.files) {
2409
- if (!(String(Number(c)) === c))
2389
+ for (const l in e.files) {
2390
+ if (!(String(Number(l)) === l))
2410
2391
  continue;
2411
- const d = e.files[c];
2392
+ const d = e.files[l];
2412
2393
  d && d !== i && (a += `
2413
2394
  @font-face {
2414
2395
  font-family: "${t}";
2415
2396
  src: url('${d}') format('woff2');
2416
2397
  font-display: fallback;
2417
- font-weight: ${c};
2398
+ font-weight: ${l};
2418
2399
  }
2419
2400
  `.trim());
2420
2401
  }
2421
2402
  return a;
2422
- }, Zt = ({
2403
+ }, nn = ({
2423
2404
  customFonts: e
2424
2405
  }) => {
2425
2406
  var t;
2426
- return ((t = e == null ? void 0 : e.map((n) => Xt(n))) == null ? void 0 : t.join(" ")) || "";
2427
- }, en = ({
2407
+ return ((t = e == null ? void 0 : e.map((n) => tn(n))) == null ? void 0 : t.join(" ")) || "";
2408
+ }, an = ({
2428
2409
  cssCode: e,
2429
2410
  contentId: t
2430
2411
  }) => e ? t ? (e == null ? void 0 : e.replace(/&/g, `div[builder-content-id="${t}"]`)) || "" : e : "";
2431
- function tn(e) {
2412
+ function on(e) {
2432
2413
  const [t, n] = S(
2433
2414
  () => `
2434
- ${en({
2415
+ ${an({
2435
2416
  cssCode: e.cssCode,
2436
2417
  contentId: e.contentId
2437
2418
  })}
2438
- ${Zt({
2419
+ ${nn({
2439
2420
  customFonts: e.customFonts
2440
2421
  })}
2441
2422
 
@@ -2453,16 +2434,16 @@ ${Zt({
2453
2434
  }
2454
2435
  `.trim()
2455
2436
  );
2456
- return /* @__PURE__ */ l(H, { styles: t });
2437
+ return /* @__PURE__ */ o(O, { styles: t });
2457
2438
  }
2458
- const nn = ({
2439
+ const rn = ({
2459
2440
  content: e,
2460
2441
  data: t,
2461
2442
  locale: n
2462
2443
  }) => {
2463
- var o, r, c;
2464
- const i = {}, a = ((o = e == null ? void 0 : e.data) == null ? void 0 : o.state) || {};
2465
- return (c = (r = e == null ? void 0 : e.data) == null ? void 0 : r.inputs) == null || c.forEach((s) => {
2444
+ var c, r, l;
2445
+ const i = {}, a = ((c = e == null ? void 0 : e.data) == null ? void 0 : c.state) || {};
2446
+ return (l = (r = e == null ? void 0 : e.data) == null ? void 0 : r.inputs) == null || l.forEach((s) => {
2466
2447
  s.name && s.defaultValue !== void 0 && (i[s.name] = s.defaultValue);
2467
2448
  }), {
2468
2449
  ...i,
@@ -2472,7 +2453,7 @@ const nn = ({
2472
2453
  locale: n
2473
2454
  } : {}
2474
2455
  };
2475
- }, an = ({
2456
+ }, cn = ({
2476
2457
  content: e,
2477
2458
  data: t
2478
2459
  }) => e ? {
@@ -2483,52 +2464,52 @@ const nn = ({
2483
2464
  },
2484
2465
  meta: e == null ? void 0 : e.meta
2485
2466
  } : void 0;
2486
- function ke(e) {
2487
- var s, d, u, b, v, y, C;
2467
+ function Se(e) {
2468
+ var s, d, m, g, v, y, k;
2488
2469
  const [t, n] = S(
2489
2470
  () => {
2490
- var k, R;
2491
- return Kt({
2471
+ var C, R;
2472
+ return zt({
2492
2473
  // eslint-disable-next-line @typescript-eslint/no-non-null-assertion, @typescript-eslint/no-non-null-asserted-optional-chain
2493
- variationId: (k = e.content) == null ? void 0 : k.testVariationId,
2474
+ variationId: (C = e.content) == null ? void 0 : C.testVariationId,
2494
2475
  // eslint-disable-next-line @typescript-eslint/no-non-null-assertion, @typescript-eslint/no-non-null-asserted-optional-chain
2495
2476
  contentId: (R = e.content) == null ? void 0 : R.id
2496
2477
  });
2497
2478
  }
2498
2479
  );
2499
- function i(k) {
2500
- c((R) => ({
2480
+ function i(C) {
2481
+ l((R) => ({
2501
2482
  ...R,
2502
- rootState: k
2483
+ rootState: C
2503
2484
  }));
2504
2485
  }
2505
- const [a, o] = S(
2486
+ const [a, c] = S(
2506
2487
  () => [
2507
- ...ye(),
2488
+ ...ge(),
2508
2489
  // While this `components` object is deprecated, we must maintain support for it.
2509
2490
  // Since users are able to override our default components, we need to make sure that we do not break such
2510
2491
  // existing usage.
2511
2492
  // This is why we spread `components` after the default Builder.io components, but before the `props.customComponents`,
2512
2493
  // which is the new standard way of providing custom components, and must therefore take precedence.
2513
- ...ue,
2494
+ ...se,
2514
2495
  ...e.customComponents || []
2515
2496
  ].reduce(
2516
- (k, { component: R, ...B }) => ({
2517
- ...k,
2518
- [B.name]: {
2497
+ (C, { component: R, ...P }) => ({
2498
+ ...C,
2499
+ [P.name]: {
2519
2500
  component: R,
2520
- ...me(B)
2501
+ ...de(P)
2521
2502
  }
2522
2503
  }),
2523
2504
  {}
2524
2505
  )
2525
- ), [r, c] = S(() => ({
2526
- content: an({
2506
+ ), [r, l] = S(() => ({
2507
+ content: cn({
2527
2508
  content: e.content,
2528
2509
  data: e.data
2529
2510
  }),
2530
2511
  localState: void 0,
2531
- rootState: nn({
2512
+ rootState: rn({
2532
2513
  content: e.content,
2533
2514
  data: e.data,
2534
2515
  locale: e.locale
@@ -2538,18 +2519,18 @@ function ke(e) {
2538
2519
  apiKey: e.apiKey,
2539
2520
  apiVersion: e.apiVersion,
2540
2521
  componentInfos: [
2541
- ...ye(),
2522
+ ...ge(),
2542
2523
  // While this `components` object is deprecated, we must maintain support for it.
2543
2524
  // Since users are able to override our default components, we need to make sure that we do not break such
2544
2525
  // existing usage.
2545
2526
  // This is why we spread `components` after the default Builder.io components, but before the `props.customComponents`,
2546
2527
  // which is the new standard way of providing custom components, and must therefore take precedence.
2547
- ...ue,
2528
+ ...se,
2548
2529
  ...e.customComponents || []
2549
2530
  ].reduce(
2550
- (k, { component: R, ...B }) => ({
2551
- ...k,
2552
- [B.name]: me(B)
2531
+ (C, { component: R, ...P }) => ({
2532
+ ...C,
2533
+ [P.name]: de(P)
2553
2534
  }),
2554
2535
  {}
2555
2536
  ),
@@ -2557,14 +2538,14 @@ function ke(e) {
2557
2538
  BlocksWrapper: e.blocksWrapper || "div",
2558
2539
  BlocksWrapperProps: e.blocksWrapperProps || {}
2559
2540
  }));
2560
- return /* @__PURE__ */ l(
2561
- Te.Provider,
2541
+ return /* @__PURE__ */ o(
2542
+ Ce.Provider,
2562
2543
  {
2563
2544
  value: {
2564
2545
  registeredComponents: a
2565
2546
  },
2566
- children: /* @__PURE__ */ P(
2567
- Jt,
2547
+ children: /* @__PURE__ */ B(
2548
+ en,
2568
2549
  {
2569
2550
  content: e.content,
2570
2551
  data: e.data,
@@ -2579,21 +2560,22 @@ function ke(e) {
2579
2560
  builderContextSignal: r,
2580
2561
  contentWrapper: e.contentWrapper,
2581
2562
  contentWrapperProps: e.contentWrapperProps,
2582
- setBuilderContextSignal: c,
2563
+ trustedHosts: e.trustedHosts,
2564
+ setBuilderContextSignal: l,
2583
2565
  children: [
2584
- e.isSsrAbTest ? /* @__PURE__ */ l(h, { children: /* @__PURE__ */ l(ee, { scriptStr: t }) }) : null,
2585
- /* @__PURE__ */ l(h, { children: /* @__PURE__ */ l(
2586
- tn,
2566
+ e.isSsrAbTest ? /* @__PURE__ */ o(h, { children: /* @__PURE__ */ o(J, { scriptStr: t }) }) : null,
2567
+ /* @__PURE__ */ o(h, { children: /* @__PURE__ */ o(
2568
+ on,
2587
2569
  {
2588
2570
  contentId: (s = r.content) == null ? void 0 : s.id,
2589
- cssCode: (u = (d = r.content) == null ? void 0 : d.data) == null ? void 0 : u.cssCode,
2590
- customFonts: (v = (b = r.content) == null ? void 0 : b.data) == null ? void 0 : v.customFonts
2571
+ cssCode: (m = (d = r.content) == null ? void 0 : d.data) == null ? void 0 : m.cssCode,
2572
+ customFonts: (v = (g = r.content) == null ? void 0 : g.data) == null ? void 0 : v.customFonts
2591
2573
  }
2592
2574
  ) }),
2593
- /* @__PURE__ */ l(
2594
- q,
2575
+ /* @__PURE__ */ o(
2576
+ z,
2595
2577
  {
2596
- blocks: (C = (y = r.content) == null ? void 0 : y.data) == null ? void 0 : C.blocks,
2578
+ blocks: (k = (y = r.content) == null ? void 0 : y.data) == null ? void 0 : k.blocks,
2597
2579
  context: r,
2598
2580
  registeredComponents: a
2599
2581
  }
@@ -2604,17 +2586,17 @@ function ke(e) {
2604
2586
  }
2605
2587
  );
2606
2588
  }
2607
- function Ve(e) {
2608
- var r, c;
2589
+ function Ae(e) {
2590
+ var r, l;
2609
2591
  const [t, n] = S(
2610
- () => Mt({
2592
+ () => Dt({
2611
2593
  canTrack: D(e.canTrack),
2612
2594
  content: e.content
2613
2595
  })
2614
2596
  );
2615
2597
  function i() {
2616
2598
  var s;
2617
- return Ot(
2599
+ return Kt(
2618
2600
  M(e.content).map((d) => ({
2619
2601
  id: d.testVariationId,
2620
2602
  testRatio: d.testRatio
@@ -2625,30 +2607,30 @@ function Ve(e) {
2625
2607
  function a() {
2626
2608
  return M(e.content).map((s) => `.variant-${s.testVariationId} { display: none; } `).join("");
2627
2609
  }
2628
- function o() {
2610
+ function c() {
2629
2611
  var s;
2630
2612
  return t ? {
2631
2613
  ...e.content,
2632
2614
  testVariationId: (s = e.content) == null ? void 0 : s.id
2633
- } : Me({
2615
+ } : je({
2634
2616
  item: e.content,
2635
2617
  canTrack: D(e.canTrack)
2636
2618
  });
2637
2619
  }
2638
2620
  return E(() => {
2639
- }, []), /* @__PURE__ */ P(h, { children: [
2640
- !e.__isNestedRender && L !== "reactNative" ? /* @__PURE__ */ l(h, { children: /* @__PURE__ */ l(ee, { scriptStr: Dt() }) }) : null,
2641
- t ? /* @__PURE__ */ P(h, { children: [
2642
- /* @__PURE__ */ l(
2643
- H,
2621
+ }, []), /* @__PURE__ */ B(h, { children: [
2622
+ !e.__isNestedRender && L !== "reactNative" ? /* @__PURE__ */ o(h, { children: /* @__PURE__ */ o(J, { scriptStr: Ot() }) }) : null,
2623
+ t ? /* @__PURE__ */ B(h, { children: [
2624
+ /* @__PURE__ */ o(
2625
+ O,
2644
2626
  {
2645
2627
  id: `variants-styles-${(r = e.content) == null ? void 0 : r.id}`,
2646
2628
  styles: a()
2647
2629
  }
2648
2630
  ),
2649
- /* @__PURE__ */ l(ee, { scriptStr: i() }),
2650
- (c = M(e.content)) == null ? void 0 : c.map((s) => /* @__PURE__ */ l(
2651
- ke,
2631
+ /* @__PURE__ */ o(J, { scriptStr: i() }),
2632
+ (l = M(e.content)) == null ? void 0 : l.map((s) => /* @__PURE__ */ o(
2633
+ Se,
2652
2634
  {
2653
2635
  content: s,
2654
2636
  showContent: !1,
@@ -2666,15 +2648,16 @@ function Ve(e) {
2666
2648
  blocksWrapper: e.blocksWrapper,
2667
2649
  blocksWrapperProps: e.blocksWrapperProps,
2668
2650
  contentWrapper: e.contentWrapper,
2669
- contentWrapperProps: e.contentWrapperProps
2651
+ contentWrapperProps: e.contentWrapperProps,
2652
+ trustedHosts: e.trustedHosts
2670
2653
  },
2671
2654
  s.testVariationId
2672
2655
  ))
2673
2656
  ] }) : null,
2674
- /* @__PURE__ */ l(
2675
- ke,
2657
+ /* @__PURE__ */ o(
2658
+ Se,
2676
2659
  {
2677
- content: o(),
2660
+ content: c(),
2678
2661
  showContent: !0,
2679
2662
  model: e.model,
2680
2663
  data: e.data,
@@ -2690,18 +2673,19 @@ function Ve(e) {
2690
2673
  blocksWrapper: e.blocksWrapper,
2691
2674
  blocksWrapperProps: e.blocksWrapperProps,
2692
2675
  contentWrapper: e.contentWrapper,
2693
- contentWrapperProps: e.contentWrapperProps
2676
+ contentWrapperProps: e.contentWrapperProps,
2677
+ trustedHosts: e.trustedHosts
2694
2678
  }
2695
2679
  )
2696
2680
  ] });
2697
2681
  }
2698
- const on = async ({
2682
+ const ln = async ({
2699
2683
  builderContextValue: e,
2700
2684
  symbol: t
2701
2685
  }) => {
2702
2686
  if (t != null && t.model && // This is a hack, we should not need to check for this, but it is needed for Svelte.
2703
2687
  (e != null && e.apiKey))
2704
- return Ie({
2688
+ return ke({
2705
2689
  model: t.model,
2706
2690
  apiKey: e.apiKey,
2707
2691
  apiVersion: e.apiVersion,
@@ -2714,15 +2698,15 @@ const on = async ({
2714
2698
  U.error("Could not fetch symbol content: ", n);
2715
2699
  });
2716
2700
  };
2717
- function rn(e) {
2718
- var o, r, c, s;
2701
+ function sn(e) {
2702
+ var c, r, l, s;
2719
2703
  function t() {
2720
- var d, u;
2704
+ var d, m;
2721
2705
  return [
2722
2706
  e.attributes.className,
2723
2707
  "builder-symbol",
2724
2708
  (d = e.symbol) != null && d.inline ? "builder-inline-symbol" : void 0,
2725
- (u = e.symbol) != null && u.dynamic || e.dynamic ? "builder-dynamic-symbol" : void 0
2709
+ (m = e.symbol) != null && m.dynamic || e.dynamic ? "builder-dynamic-symbol" : void 0
2726
2710
  ].filter(Boolean).join(" ");
2727
2711
  }
2728
2712
  const [n, i] = S(() => {
@@ -2730,7 +2714,7 @@ function rn(e) {
2730
2714
  return (d = e.symbol) == null ? void 0 : d.content;
2731
2715
  });
2732
2716
  function a() {
2733
- n || on({
2717
+ n || ln({
2734
2718
  symbol: e.symbol,
2735
2719
  builderContextValue: e.builderContext
2736
2720
  }).then((d) => {
@@ -2740,52 +2724,52 @@ function rn(e) {
2740
2724
  return E(() => {
2741
2725
  }, []), E(() => {
2742
2726
  a();
2743
- }, [e.symbol]), /* @__PURE__ */ l("div", { ...e.attributes, className: t(), children: /* @__PURE__ */ l(
2744
- Ve,
2727
+ }, [e.symbol]), /* @__PURE__ */ o("div", { ...e.attributes, className: t(), children: /* @__PURE__ */ o(
2728
+ Ae,
2745
2729
  {
2746
2730
  __isNestedRender: !0,
2747
2731
  apiVersion: e.builderContext.apiVersion,
2748
2732
  apiKey: e.builderContext.apiKey,
2749
2733
  context: {
2750
2734
  ...e.builderContext.context,
2751
- symbolId: (o = e.builderBlock) == null ? void 0 : o.id
2735
+ symbolId: (c = e.builderBlock) == null ? void 0 : c.id
2752
2736
  },
2753
2737
  customComponents: Object.values(e.builderComponents),
2754
2738
  data: {
2755
2739
  ...(r = e.symbol) == null ? void 0 : r.data,
2756
2740
  ...e.builderContext.localState,
2757
- ...(c = n == null ? void 0 : n.data) == null ? void 0 : c.state
2741
+ ...(l = n == null ? void 0 : n.data) == null ? void 0 : l.state
2758
2742
  },
2759
2743
  model: (s = e.symbol) == null ? void 0 : s.model,
2760
2744
  content: n
2761
2745
  }
2762
2746
  ) });
2763
2747
  }
2764
- const dn = q, un = Ve;
2748
+ const fn = z, hn = Ae;
2765
2749
  export {
2766
- q as Blocks,
2767
- Ue as Button,
2768
- mt as Columns,
2769
- Ve as Content,
2770
- ft as Fragment,
2771
- bt as Image,
2772
- dn as RenderBlocks,
2773
- un as RenderContent,
2774
- xt as Section,
2775
- rn as Symbol,
2776
- Nt as Text,
2777
- _t as Video,
2778
- hn as _processContentResult,
2779
- Le as createRegisterComponentMessage,
2780
- gn as fetchBuilderProps,
2781
- bn as fetchEntries,
2782
- Ie as fetchOneEntry,
2783
- xn as getAllContent,
2784
- yn as getBuilderSearchParams,
2785
- Sn as getContent,
2750
+ z as Blocks,
2751
+ Me as Button,
2752
+ ht as Columns,
2753
+ Ae as Content,
2754
+ gt as Fragment,
2755
+ yt as Image,
2756
+ fn as RenderBlocks,
2757
+ hn as RenderContent,
2758
+ St as Section,
2759
+ sn as Symbol,
2760
+ _t as Text,
2761
+ jt as Video,
2762
+ xn as _processContentResult,
2763
+ _e as createRegisterComponentMessage,
2764
+ yn as fetchBuilderProps,
2765
+ Sn as fetchEntries,
2766
+ ke as fetchOneEntry,
2767
+ vn as getAllContent,
2768
+ pn as getBuilderSearchParams,
2769
+ kn as getContent,
2786
2770
  V as isEditing,
2787
- _e as isPreviewing,
2788
- Fe as register,
2789
- vn as setEditorSettings,
2790
- pn as track
2771
+ Fe as isPreviewing,
2772
+ Ne as register,
2773
+ Cn as setEditorSettings,
2774
+ wn as track
2791
2775
  };