@builder.io/sdk-react-nextjs 0.15.2 → 0.16.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 (49) hide show
  1. package/lib/browser/blocks-exports.cjs +26 -26
  2. package/lib/browser/blocks-exports.mjs +576 -583
  3. package/lib/browser/index.cjs +1 -1
  4. package/lib/browser/index.mjs +1 -1
  5. package/lib/browser/init.cjs +1 -1
  6. package/lib/browser/init.mjs +1 -1
  7. package/lib/browser/{server-entry-f64a4c2d.cjs → server-entry-555ce264.cjs} +1 -1
  8. package/lib/browser/{server-entry-7f981733.js → server-entry-8a4d2728.js} +1 -1
  9. package/lib/browser/server-entry.cjs +1 -1
  10. package/lib/browser/server-entry.mjs +1 -1
  11. package/lib/edge/blocks-exports.cjs +36 -36
  12. package/lib/edge/blocks-exports.mjs +811 -818
  13. package/lib/edge/index.cjs +1 -1
  14. package/lib/edge/index.mjs +1 -1
  15. package/lib/edge/init.cjs +1 -1
  16. package/lib/edge/init.mjs +1 -1
  17. package/lib/edge/{server-entry-f64a4c2d.cjs → server-entry-555ce264.cjs} +1 -1
  18. package/lib/edge/{server-entry-7f981733.js → server-entry-8a4d2728.js} +1 -1
  19. package/lib/edge/server-entry.cjs +1 -1
  20. package/lib/edge/server-entry.mjs +1 -1
  21. package/lib/node/blocks-exports.cjs +26 -26
  22. package/lib/node/blocks-exports.mjs +555 -562
  23. package/lib/node/index.cjs +1 -1
  24. package/lib/node/index.mjs +2 -2
  25. package/lib/node/init.cjs +1 -1
  26. package/lib/node/init.mjs +2 -2
  27. package/lib/node/{node-runtime-6f522a33.cjs → node-runtime-1e70fe16.cjs} +1 -1
  28. package/lib/node/{node-runtime-3f0a39c5.js → node-runtime-753c71f6.js} +1 -1
  29. package/lib/node/{server-entry-68c26de0.cjs → server-entry-61a8c25a.cjs} +1 -1
  30. package/lib/node/{server-entry-46bde4f0.js → server-entry-e47775d7.js} +1 -1
  31. package/lib/node/server-entry.cjs +1 -1
  32. package/lib/node/server-entry.mjs +1 -1
  33. package/package.json +1 -1
  34. package/types/cjs/components/block/block.helpers.d.ts +8 -8
  35. package/types/cjs/components/content/components/styles.d.ts +2 -1
  36. package/types/cjs/components/content-variants/content-variants.types.d.ts +4 -0
  37. package/types/cjs/components/inlined-script.d.ts +2 -1
  38. package/types/cjs/components/inlined-styles.d.ts +2 -1
  39. package/types/cjs/constants/sdk-version.d.ts +1 -1
  40. package/types/cjs/context/types.d.ts +1 -0
  41. package/types/cjs/types/builder-props.d.ts +3 -0
  42. package/types/esm/components/block/block.helpers.d.ts +8 -8
  43. package/types/esm/components/content/components/styles.d.ts +2 -1
  44. package/types/esm/components/content-variants/content-variants.types.d.ts +4 -0
  45. package/types/esm/components/inlined-script.d.ts +2 -1
  46. package/types/esm/components/inlined-styles.d.ts +2 -1
  47. package/types/esm/constants/sdk-version.d.ts +1 -1
  48. package/types/esm/context/types.d.ts +1 -0
  49. package/types/esm/types/builder-props.d.ts +3 -0
@@ -1,15 +1,15 @@
1
1
  "use client";
2
- var _r = Object.defineProperty;
3
- var $r = (e, t, n) => t in e ? _r(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n;
4
- var Gt = (e, t, n) => ($r(e, typeof t != "symbol" ? t + "" : t, n), n);
5
- import { jsx as v, Fragment as K, jsxs as se } from "react/jsx-runtime";
6
- import { TARGET as it, isEditing as Ce, isBrowser as Fe, getUserAttributes as Hr, logger as ot, checkIsDefined as vt, fastClone as Qt, init as Kr, getDefaultCanTrack as yt, _track as zn, isPreviewing as Gr, createEditorListener as zr, fetch as Yr, registerInsertMenu as Xr, setupBrowserForEditing as Jr, createRegisterComponentMessage as qr, fetchOneEntry as cr, serializeComponentInfo as Yn, handleABTestingSync as Zr } from "./server-entry-7f981733.js";
7
- import { useRef as en, useState as ve, useEffect as ie, createContext as Qr } from "react";
8
- import { useRouter as ei } from "next/navigation";
2
+ var Vr = Object.defineProperty;
3
+ var _r = (e, t, n) => t in e ? Vr(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n;
4
+ var Kt = (e, t, n) => (_r(e, typeof t != "symbol" ? t + "" : t, n), n);
5
+ import { jsx as y, Fragment as K, jsxs as se } from "react/jsx-runtime";
6
+ import { TARGET as it, isEditing as Ce, isBrowser as De, getUserAttributes as $r, logger as ot, checkIsDefined as yt, fastClone as Zt, init as Hr, getDefaultCanTrack as vt, _track as Gn, isPreviewing as Kr, createEditorListener as Gr, fetch as zr, registerInsertMenu as Yr, setupBrowserForEditing as Xr, createRegisterComponentMessage as Jr, fetchOneEntry as lr, serializeComponentInfo as zn, handleABTestingSync as qr } from "./server-entry-8a4d2728.js";
7
+ import { useRef as Qt, useState as ye, useEffect as ie, createContext as Zr } from "react";
8
+ import { useRouter as Qr } from "next/navigation";
9
9
  import "lru-cache";
10
- const ti = /* @__PURE__ */ new Set(["area", "base", "br", "col", "embed", "hr", "img", "input", "keygen", "link", "meta", "param", "source", "track", "wbr"]), ni = (e) => typeof e == "string" && ti.has(e.toLowerCase());
11
- function tn(e) {
12
- return /* @__PURE__ */ v(K, { children: ni(e.TagName) ? /* @__PURE__ */ v(K, { children: /* @__PURE__ */ v(e.TagName, { ...e.attributes, ...e.actionAttributes }) }) : /* @__PURE__ */ v(K, { children: typeof e.TagName == "string" ? /* @__PURE__ */ v(e.TagName, { ...e.attributes, ...e.actionAttributes, children: e.children }) : /* @__PURE__ */ v(e.TagName, { ...e.attributes, ...e.actionAttributes, children: e.children }) }) });
10
+ const ei = /* @__PURE__ */ new Set(["area", "base", "br", "col", "embed", "hr", "img", "input", "keygen", "link", "meta", "param", "source", "track", "wbr"]), ti = (e) => typeof e == "string" && ei.has(e.toLowerCase());
11
+ function en(e) {
12
+ return /* @__PURE__ */ y(K, { children: ti(e.TagName) ? /* @__PURE__ */ y(K, { children: /* @__PURE__ */ y(e.TagName, { ...e.attributes, ...e.actionAttributes }) }) : /* @__PURE__ */ y(K, { children: typeof e.TagName == "string" ? /* @__PURE__ */ y(e.TagName, { ...e.attributes, ...e.actionAttributes, children: e.children }) : /* @__PURE__ */ y(e.TagName, { ...e.attributes, ...e.actionAttributes, children: e.children }) }) });
13
13
  }
14
14
  const et = () => {
15
15
  switch (it) {
@@ -25,7 +25,7 @@ const et = () => {
25
25
  return "class";
26
26
  }
27
27
  };
28
- function ri(e) {
28
+ function ni(e) {
29
29
  function t() {
30
30
  return {
31
31
  ...e.attributes,
@@ -39,8 +39,8 @@ function ri(e) {
39
39
  }
40
40
  };
41
41
  }
42
- return /* @__PURE__ */ v(
43
- tn,
42
+ return /* @__PURE__ */ y(
43
+ en,
44
44
  {
45
45
  attributes: t(),
46
46
  TagName: e.link ? e.builderLinkComponent || "a" : "button",
@@ -49,14 +49,14 @@ function ri(e) {
49
49
  }
50
50
  );
51
51
  }
52
- function ii(e) {
52
+ function ri(e) {
53
53
  var t;
54
54
  return {
55
55
  ...(t = e.component) == null ? void 0 : t.options,
56
56
  ...e.options
57
57
  };
58
58
  }
59
- const ur = ({
59
+ const cr = ({
60
60
  builder: e,
61
61
  context: t,
62
62
  event: n,
@@ -68,14 +68,14 @@ const ur = ({
68
68
  builder: e,
69
69
  context: t,
70
70
  event: n
71
- }), oi = () => ({
71
+ }), ii = () => ({
72
72
  isEditing: Ce(),
73
- isBrowser: Fe(),
74
- isServer: !Fe(),
75
- getUserAttributes: () => Hr()
76
- }), ai = (e, {
73
+ isBrowser: De(),
74
+ isServer: !De(),
75
+ getUserAttributes: () => $r()
76
+ }), oi = (e, {
77
77
  isExpression: t = !0
78
- }) => /* 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, si = ({
78
+ }) => /* 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, ai = ({
79
79
  code: e,
80
80
  builder: t,
81
81
  context: n,
@@ -84,11 +84,11 @@ const ur = ({
84
84
  rootSetState: a,
85
85
  rootState: s
86
86
  }) => {
87
- const c = ur({
87
+ const c = cr({
88
88
  builder: t,
89
89
  context: n,
90
90
  event: r,
91
- state: dr({
91
+ state: ur({
92
92
  rootState: s,
93
93
  localState: i,
94
94
  rootSetState: a
@@ -96,7 +96,7 @@ const ur = ({
96
96
  });
97
97
  return new Function(...c.map(([f]) => f), e)(...c.map(([, f]) => f));
98
98
  };
99
- function dr({
99
+ function ur({
100
100
  rootState: e,
101
101
  localState: t,
102
102
  rootSetState: n
@@ -106,7 +106,7 @@ function dr({
106
106
  if (t && i in t)
107
107
  return t[i];
108
108
  const a = r[i];
109
- return typeof a == "object" && a !== null ? dr({
109
+ return typeof a == "object" && a !== null ? ur({
110
110
  rootState: a,
111
111
  localState: void 0,
112
112
  rootSetState: n ? (s) => {
@@ -121,25 +121,25 @@ function dr({
121
121
  }
122
122
  });
123
123
  }
124
- const fr = (e, t, n) => {
124
+ const dr = (e, t, n) => {
125
125
  if (Object(e) !== e)
126
126
  return e;
127
127
  const r = Array.isArray(t) ? t : t.toString().match(/[^.[\]]+/g);
128
128
  return r.slice(0, -1).reduce((i, a, s) => Object(i[a]) === i[a] ? i[a] : i[a] = Math.abs(Number(r[s + 1])) >> 0 === +r[s + 1] ? [] : {}, e)[r[r.length - 1]] = n, e;
129
129
  };
130
- var L, li = function(e) {
130
+ var F, si = function(e) {
131
131
  function t(o) {
132
132
  return 48 > o ? o === 36 : 58 > o ? !0 : 65 > o ? !1 : 91 > o ? !0 : 97 > o ? o === 95 : 123 > o ? !0 : 170 <= o && Wr.test(String.fromCharCode(o));
133
133
  }
134
134
  function n(o) {
135
- return 65 > o ? o === 36 : 91 > o ? !0 : 97 > o ? o === 95 : 123 > o ? !0 : 170 <= o && Gn.test(String.fromCharCode(o));
135
+ return 65 > o ? o === 36 : 91 > o ? !0 : 97 > o ? o === 95 : 123 > o ? !0 : 170 <= o && Kn.test(String.fromCharCode(o));
136
136
  }
137
137
  function r(o, l) {
138
138
  for (var u = S, h = 1, A = 0; ; ) {
139
139
  pt.lastIndex = A;
140
- var z = pt.exec(u);
141
- if (z && z.index < o)
142
- ++h, A = z.index + z[0].length;
140
+ var Y = pt.exec(u);
141
+ if (Y && Y.index < o)
142
+ ++h, A = Y.index + Y[0].length;
143
143
  else
144
144
  break;
145
145
  }
@@ -160,7 +160,7 @@ var L, li = function(e) {
160
160
  this.line = Te, this.ab = d - fe;
161
161
  }
162
162
  function s(o, l) {
163
- Re = d, R.C && (Pt = new a()), T = o, f(), ae = l, _e = o.m;
163
+ Re = d, R.C && (Ot = new a()), T = o, f(), ae = l, _e = o.m;
164
164
  }
165
165
  function c() {
166
166
  for (var o = d, l = R.va && R.C && new a(), u = S.charCodeAt(d += 2); d < je && u !== 10 && u !== 13 && u !== 8232 && u !== 8233; )
@@ -212,9 +212,9 @@ var L, li = function(e) {
212
212
  case 44:
213
213
  return ++d, s(ke);
214
214
  case 91:
215
- return ++d, s(_t);
215
+ return ++d, s(Vt);
216
216
  case 93:
217
- return ++d, s($t);
217
+ return ++d, s(_t);
218
218
  case 123:
219
219
  return ++d, s(Ke);
220
220
  case 125:
@@ -225,7 +225,7 @@ var L, li = function(e) {
225
225
  return ++d, s(Un);
226
226
  case 48:
227
227
  if (o = S.charCodeAt(d + 1), o === 120 || o === 88) {
228
- d += 2, o = F(16), o === null && r(G + 2, "Expected hexadecimal number"), n(S.charCodeAt(d)) && r(d, "Identifier directly after number"), s(He, o);
228
+ d += 2, o = D(16), o === null && r(z + 2, "Expected hexadecimal number"), n(S.charCodeAt(d)) && r(d, "Identifier directly after number"), s(He, o);
229
229
  return;
230
230
  }
231
231
  case 49:
@@ -242,7 +242,7 @@ var L, li = function(e) {
242
242
  case 39:
243
243
  d++;
244
244
  for (var l = ""; ; ) {
245
- d >= je && r(G, "Unterminated string constant");
245
+ d >= je && r(z, "Unterminated string constant");
246
246
  var u = S.charCodeAt(d);
247
247
  if (u === o) {
248
248
  ++d, s(ut, l);
@@ -297,7 +297,7 @@ var L, li = function(e) {
297
297
  l += String.fromCharCode(u);
298
298
  }
299
299
  } else
300
- u !== 13 && u !== 10 && u !== 8232 && u !== 8233 || r(G, "Unterminated string constant"), l += String.fromCharCode(u), ++d;
300
+ u !== 13 && u !== 10 && u !== 8232 && u !== 8233 || r(z, "Unterminated string constant"), l += String.fromCharCode(u), ++d;
301
301
  }
302
302
  return;
303
303
  case 47:
@@ -305,41 +305,41 @@ var L, li = function(e) {
305
305
  return;
306
306
  case 37:
307
307
  case 42:
308
- S.charCodeAt(d + 1) === 61 ? m(Ae, 2) : m(Lr, 1);
308
+ S.charCodeAt(d + 1) === 61 ? m(Ae, 2) : m(Mr, 1);
309
309
  return;
310
310
  case 124:
311
311
  case 38:
312
- l = S.charCodeAt(d + 1), l === o ? m(o === 124 ? $n : Hn, 2) : l === 61 ? m(Ae, 2) : m(o === 124 ? jr : Or, 1);
312
+ l = S.charCodeAt(d + 1), l === o ? m(o === 124 ? _n : $n, 2) : l === 61 ? m(Ae, 2) : m(o === 124 ? Ar : Rr, 1);
313
313
  return;
314
314
  case 94:
315
- S.charCodeAt(d + 1) === 61 ? m(Ae, 2) : m(Rr, 1);
315
+ S.charCodeAt(d + 1) === 61 ? m(Ae, 2) : m(jr, 1);
316
316
  return;
317
317
  case 43:
318
318
  case 45:
319
- l = S.charCodeAt(d + 1), l === o ? l === 45 && S.charCodeAt(d + 2) === 62 && ht.test(S.slice(Se, d)) ? (d += 3, c(), f(), b()) : m(Ar, 2) : l === 61 ? m(Ae, 2) : m(Mr, 1);
319
+ l = S.charCodeAt(d + 1), l === o ? l === 45 && S.charCodeAt(d + 2) === 62 && ht.test(S.slice(Se, d)) ? (d += 3, c(), f(), b()) : m(Tr, 2) : l === 61 ? m(Ae, 2) : m(Br, 1);
320
320
  return;
321
321
  case 60:
322
322
  case 62:
323
- l = S.charCodeAt(d + 1), u = 1, l === o ? (u = o === 62 && S.charCodeAt(d + 2) === 62 ? 3 : 2, S.charCodeAt(d + u) === 61 ? m(Ae, u + 1) : m(Br, u)) : l === 33 && o === 60 && S.charCodeAt(d + 2) === 45 && S.charCodeAt(d + 3) === 45 ? (d += 4, c(), f(), b()) : (l === 61 && (u = S.charCodeAt(d + 2) === 61 ? 3 : 2), m(Nr, u));
323
+ l = S.charCodeAt(d + 1), u = 1, l === o ? (u = o === 62 && S.charCodeAt(d + 2) === 62 ? 3 : 2, S.charCodeAt(d + u) === 61 ? m(Ae, u + 1) : m(Nr, u)) : l === 33 && o === 60 && S.charCodeAt(d + 2) === 45 && S.charCodeAt(d + 3) === 45 ? (d += 4, c(), f(), b()) : (l === 61 && (u = S.charCodeAt(d + 2) === 61 ? 3 : 2), m(Pr, u));
324
324
  return;
325
325
  case 61:
326
326
  case 33:
327
- S.charCodeAt(d + 1) === 61 ? m(Pr, S.charCodeAt(d + 2) === 61 ? 3 : 2) : m(o === 61 ? Vn : _n, 1);
327
+ S.charCodeAt(d + 1) === 61 ? m(Or, S.charCodeAt(d + 2) === 61 ? 3 : 2) : m(o === 61 ? Ln : Vn, 1);
328
328
  return;
329
329
  case 126:
330
- return m(_n, 1);
330
+ return m(Vn, 1);
331
331
  }
332
332
  return !1;
333
333
  }
334
334
  function b(o) {
335
- if (o ? d = G + 1 : G = d, R.C && (Ot = new a()), o)
335
+ if (o ? d = z + 1 : z = d, R.C && (Rt = new a()), o)
336
336
  return j();
337
337
  if (d >= je)
338
- return s(Mt);
338
+ return s(Bt);
339
339
  if (o = S.charCodeAt(d), n(o) || o === 92)
340
340
  return N();
341
341
  if (g(o) === !1) {
342
- if (o = String.fromCharCode(o), o === "\\" || Gn.test(o))
342
+ if (o = String.fromCharCode(o), o === "\\" || Kn.test(o))
343
343
  return N();
344
344
  r(d, "Unexpected character '" + o + "'");
345
345
  }
@@ -368,13 +368,13 @@ var L, li = function(e) {
368
368
  o = S.slice(u, d), ++d, (l = $()) && !/^[gmi]*$/.test(l) && r(u, "Invalid regexp flag");
369
369
  try {
370
370
  var A = new RegExp(o, l);
371
- } catch (z) {
372
- throw z instanceof SyntaxError && r(u, z.message), z;
371
+ } catch (Y) {
372
+ throw Y instanceof SyntaxError && r(u, Y.message), Y;
373
373
  }
374
- s(bn, A);
374
+ s(vn, A);
375
375
  }
376
- function F(o, l) {
377
- for (var u = d, h = 0, A = l === void 0 ? 1 / 0 : l, z = 0; z < A; ++z) {
376
+ function D(o, l) {
377
+ for (var u = d, h = 0, A = l === void 0 ? 1 / 0 : l, Y = 0; Y < A; ++Y) {
378
378
  var ee = S.charCodeAt(d);
379
379
  if (ee = 97 <= ee ? ee - 97 + 10 : 65 <= ee ? ee - 65 + 10 : 48 <= ee && 57 >= ee ? ee - 48 : 1 / 0, ee >= o)
380
380
  break;
@@ -384,12 +384,12 @@ var L, li = function(e) {
384
384
  }
385
385
  function V(o) {
386
386
  var l = d, u = !1, h = S.charCodeAt(d) === 48;
387
- o || F(10) !== null || r(l, "Invalid number"), S.charCodeAt(d) === 46 && (++d, F(10), u = !0), o = S.charCodeAt(d), (o === 69 || o === 101) && (o = S.charCodeAt(++d), o !== 43 && o !== 45 || ++d, F(10) === null && r(l, "Invalid number"), u = !0), n(S.charCodeAt(d)) && r(d, "Identifier directly after number"), o = S.slice(l, d);
387
+ o || D(10) !== null || r(l, "Invalid number"), S.charCodeAt(d) === 46 && (++d, D(10), u = !0), o = S.charCodeAt(d), (o === 69 || o === 101) && (o = S.charCodeAt(++d), o !== 43 && o !== 45 || ++d, D(10) === null && r(l, "Invalid number"), u = !0), n(S.charCodeAt(d)) && r(d, "Identifier directly after number"), o = S.slice(l, d);
388
388
  var A;
389
389
  u ? A = parseFloat(o) : h && o.length !== 1 ? /[89]/.test(o) || re ? r(l, "Invalid number") : A = parseInt(o, 8) : A = parseInt(o, 10), s(He, A);
390
390
  }
391
391
  function M(o) {
392
- return o = F(16, o), o === null && r(G, "Bad character escape sequence"), o;
392
+ return o = D(16, o), o === null && r(z, "Bad character escape sequence"), o;
393
393
  }
394
394
  function $() {
395
395
  Ne = !1;
@@ -409,103 +409,103 @@ var L, li = function(e) {
409
409
  }
410
410
  function N() {
411
411
  var o = $(), l = Oe;
412
- !Ne && Dr(o) && (l = Tr[o]), s(l, o);
412
+ !Ne && Dr(o) && (l = Ir[o]), s(l, o);
413
413
  }
414
- function y() {
415
- Nt = G, Se = Re, Bt = Pt, b();
414
+ function v() {
415
+ Pt = z, Se = Re, Nt = Ot, b();
416
416
  }
417
417
  function W(o) {
418
- if (re = o, d = G, R.C)
418
+ if (re = o, d = z, R.C)
419
419
  for (; d < fe; )
420
420
  fe = S.lastIndexOf(`
421
421
  `, fe - 2) + 1, --Te;
422
422
  f(), b();
423
423
  }
424
- function X() {
425
- this.type = null, this.start = G, this.end = null;
424
+ function G() {
425
+ this.type = null, this.start = z, this.end = null;
426
426
  }
427
427
  function oe() {
428
- this.start = Ot, this.end = null, Rt && (this.source = Rt);
428
+ this.start = Rt, this.end = null, jt && (this.source = jt);
429
429
  }
430
430
  function _() {
431
- var o = new X();
432
- return R.C && (o.X = new oe()), R.vb && (o.sourceFile = R.vb), R.Xa && (o.j = [G, 0]), o;
431
+ var o = new G();
432
+ return R.C && (o.X = new oe()), R.vb && (o.sourceFile = R.vb), R.Xa && (o.j = [z, 0]), o;
433
433
  }
434
434
  function Q(o) {
435
- var l = new X();
435
+ var l = new G();
436
436
  return l.start = o.start, R.C && (l.X = new oe(), l.X.start = o.X.start), R.Xa && (l.j = [o.j[0], 0]), l;
437
437
  }
438
438
  function E(o, l) {
439
- return o.type = l, o.end = Se, R.C && (o.X.end = Bt), R.Xa && (o.j[1] = Se), o;
439
+ return o.type = l, o.end = Se, R.C && (o.X.end = Nt), R.Xa && (o.j[1] = Se), o;
440
440
  }
441
441
  function Ee(o) {
442
442
  return o.type === "ExpressionStatement" && o.la.type === "Literal" && o.la.value === "use strict";
443
443
  }
444
- function U(o) {
445
- return T === o ? (y(), !0) : !1;
444
+ function L(o) {
445
+ return T === o ? (v(), !0) : !1;
446
446
  }
447
447
  function Ie() {
448
- return !R.fc && (T === Mt || T === Pe || ht.test(S.slice(Se, G)));
448
+ return !R.fc && (T === Bt || T === Pe || ht.test(S.slice(Se, z)));
449
449
  }
450
450
  function I() {
451
- U(pe) || Ie() || P();
451
+ L(pe) || Ie() || P();
452
452
  }
453
453
  function x(o) {
454
- T === o ? y() : P();
454
+ T === o ? v() : P();
455
455
  }
456
456
  function P() {
457
- r(G, "Unexpected token");
457
+ r(z, "Unexpected token");
458
458
  }
459
- function D(o) {
459
+ function U(o) {
460
460
  o.type !== "Identifier" && o.type !== "MemberExpression" && r(o.start, "Assigning to rvalue"), re && o.type === "Identifier" && ft(o.name) && r(o.start, "Assigning to " + o.name + " in strict mode");
461
461
  }
462
462
  function B() {
463
463
  (T === Wn || T === Ae && ae === "/=") && b(!0);
464
464
  var o = T, l = _();
465
465
  switch (o) {
466
- case Lt:
467
- case Sn:
468
- y();
469
- var u = o === Lt;
470
- U(pe) || Ie() ? l.label = null : T !== Oe ? P() : (l.label = de(), I());
466
+ case Mt:
467
+ case xn:
468
+ v();
469
+ var u = o === Mt;
470
+ L(pe) || Ie() ? l.label = null : T !== Oe ? P() : (l.label = de(), I());
471
471
  for (var h = 0; h < H.length; ++h) {
472
472
  var A = H[h];
473
473
  if ((l.label === null || A.name === l.label.name) && (A.kind !== null && (u || A.kind === "loop") || l.label && u))
474
474
  break;
475
475
  }
476
476
  return h === H.length && r(l.start, "Unsyntactic " + o.l), E(l, u ? "BreakStatement" : "ContinueStatement");
477
- case kn:
478
- return y(), I(), E(l, "DebuggerStatement");
479
- case wn:
480
- return y(), H.push(Ht), l.body = B(), H.pop(), x(Vt), l.test = J(), I(), E(l, "DoWhileStatement");
481
- case Tn:
482
- return y(), H.push(Ht), x(he), T === pe ? ce(l, null) : T === Wt ? (o = _(), y(), vn(o, !0), E(o, "VariableDeclaration"), o.fa.length === 1 && U(dt) ? lt(l, o) : ce(l, o)) : (o = Z(!1, !0), U(dt) ? (D(o), lt(l, o)) : ce(l, o));
477
+ case Sn:
478
+ return v(), I(), E(l, "DebuggerStatement");
479
+ case Cn:
480
+ return v(), H.push($t), l.body = B(), H.pop(), x(Lt), l.test = J(), I(), E(l, "DoWhileStatement");
481
+ case In:
482
+ return v(), H.push($t), x(he), T === pe ? ce(l, null) : T === Wt ? (o = _(), v(), gn(o, !0), E(o, "VariableDeclaration"), o.fa.length === 1 && L(dt) ? lt(l, o) : ce(l, o)) : (o = Z(!1, !0), L(dt) ? (U(o), lt(l, o)) : ce(l, o));
483
483
  case Dt:
484
- return y(), At(l, !0);
484
+ return v(), Tt(l, !0);
485
+ case Tn:
486
+ return v(), l.test = J(), l.da = B(), l.alternate = L(wn) ? B() : null, E(l, "IfStatement");
485
487
  case An:
486
- return y(), l.test = J(), l.da = B(), l.alternate = U(En) ? B() : null, E(l, "IfStatement");
487
- case jn:
488
- return $e || R.Ib || r(G, "'return' outside of function"), y(), U(pe) || Ie() ? l.K = null : (l.K = Z(), I()), E(l, "ReturnStatement");
488
+ return $e || R.Ib || r(z, "'return' outside of function"), v(), L(pe) || Ie() ? l.K = null : (l.K = Z(), I()), E(l, "ReturnStatement");
489
489
  case Ut:
490
- for (y(), l.Qb = J(), l.tb = [], x(Ke), H.push(Vr); T !== Pe; )
491
- T === Ft || T === Cn ? (o = T === Ft, h && E(h, "SwitchCase"), l.tb.push(h = _()), h.da = [], y(), o ? h.test = Z() : (u && r(Nt, "Multiple default clauses"), u = !0, h.test = null), x(Ge)) : (h || P(), h.da.push(B()));
492
- return h && E(h, "SwitchCase"), y(), H.pop(), E(l, "SwitchStatement");
490
+ for (v(), l.Qb = J(), l.tb = [], x(Ke), H.push(Lr); T !== Pe; )
491
+ T === Ft || T === kn ? (o = T === Ft, h && E(h, "SwitchCase"), l.tb.push(h = _()), h.da = [], v(), o ? h.test = Z() : (u && r(Pt, "Multiple default clauses"), u = !0, h.test = null), x(Ge)) : (h || P(), h.da.push(B()));
492
+ return h && E(h, "SwitchCase"), v(), H.pop(), E(l, "SwitchStatement");
493
+ case jn:
494
+ return v(), ht.test(S.slice(Se, z)) && r(Se, "Illegal newline after throw"), l.K = Z(), I(), E(l, "ThrowStatement");
493
495
  case Rn:
494
- return y(), ht.test(S.slice(Se, G)) && r(Se, "Illegal newline after throw"), l.K = Z(), I(), E(l, "ThrowStatement");
495
- case On:
496
- return y(), l.block = le(), l.Ea = null, T === xn && (o = _(), y(), x(he), o.Ua = de(), re && ft(o.Ua.name) && r(o.Ua.start, "Binding " + o.Ua.name + " in strict mode"), x(ue), o.body = le(), l.Ea = E(o, "CatchClause")), l.fb = U(In) ? le() : null, l.Ea || l.fb || r(l.start, "Missing catch or finally clause"), E(l, "TryStatement");
496
+ return v(), l.block = le(), l.Ea = null, T === bn && (o = _(), v(), x(he), o.Ua = de(), re && ft(o.Ua.name) && r(o.Ua.start, "Binding " + o.Ua.name + " in strict mode"), x(ue), o.body = le(), l.Ea = E(o, "CatchClause")), l.fb = L(En) ? le() : null, l.Ea || l.fb || r(l.start, "Missing catch or finally clause"), E(l, "TryStatement");
497
497
  case Wt:
498
- return y(), vn(l), I(), E(l, "VariableDeclaration");
499
- case Vt:
500
- return y(), l.test = J(), H.push(Ht), l.body = B(), H.pop(), E(l, "WhileStatement");
501
- case Pn:
502
- return re && r(G, "'with' in strict mode"), y(), l.object = J(), l.body = B(), E(l, "WithStatement");
498
+ return v(), gn(l), I(), E(l, "VariableDeclaration");
499
+ case Lt:
500
+ return v(), l.test = J(), H.push($t), l.body = B(), H.pop(), E(l, "WhileStatement");
501
+ case On:
502
+ return re && r(z, "'with' in strict mode"), v(), l.object = J(), l.body = B(), E(l, "WithStatement");
503
503
  case Ke:
504
504
  return le();
505
505
  case pe:
506
- return y(), E(l, "EmptyStatement");
506
+ return v(), E(l, "EmptyStatement");
507
507
  default:
508
- if (u = ae, A = Z(), o === Oe && A.type === "Identifier" && U(Ge)) {
508
+ if (u = ae, A = Z(), o === Oe && A.type === "Identifier" && L(Ge)) {
509
509
  for (h = 0; h < H.length; ++h)
510
510
  H[h].name === u && r(A.start, "Label '" + u + "' is already declared");
511
511
  return H.push({
@@ -523,15 +523,15 @@ var L, li = function(e) {
523
523
  }
524
524
  function le(o) {
525
525
  var l = _(), u = !0, h = !1;
526
- for (l.body = [], x(Ke); !U(Pe); ) {
526
+ for (l.body = [], x(Ke); !L(Pe); ) {
527
527
  var A = B();
528
528
  if (l.body.push(A), u && o && Ee(A)) {
529
- var z = h;
529
+ var Y = h;
530
530
  W(h = !0);
531
531
  }
532
532
  u = !1;
533
533
  }
534
- return h && !z && W(!1), E(l, "BlockStatement");
534
+ return h && !Y && W(!1), E(l, "BlockStatement");
535
535
  }
536
536
  function ce(o, l) {
537
537
  return o.ua = l, x(pe), o.test = T === pe ? null : Z(), x(pe), o.update = T === ue ? null : Z(), x(ue), o.body = B(), H.pop(), E(o, "ForStatement");
@@ -539,129 +539,129 @@ var L, li = function(e) {
539
539
  function lt(o, l) {
540
540
  return o.left = l, o.right = Z(), x(ue), o.body = B(), H.pop(), E(o, "ForInStatement");
541
541
  }
542
- function vn(o, l) {
542
+ function gn(o, l) {
543
543
  for (o.fa = [], o.kind = "var"; ; ) {
544
544
  var u = _();
545
- if (u.id = de(), re && ft(u.id.name) && r(u.id.start, "Binding " + u.id.name + " in strict mode"), u.ua = U(Vn) ? Z(!0, l) : null, o.fa.push(E(u, "VariableDeclarator")), !U(ke))
545
+ if (u.id = de(), re && ft(u.id.name) && r(u.id.start, "Binding " + u.id.name + " in strict mode"), u.ua = L(Ln) ? Z(!0, l) : null, o.fa.push(E(u, "VariableDeclarator")), !L(ke))
546
546
  break;
547
547
  }
548
548
  }
549
549
  function Z(o, l) {
550
- var u = Et(l);
550
+ var u = wt(l);
551
551
  if (!o && T === ke) {
552
- for (o = Q(u), o.xb = [u]; U(ke); )
553
- o.xb.push(Et(l));
552
+ for (o = Q(u), o.xb = [u]; L(ke); )
553
+ o.xb.push(wt(l));
554
554
  return E(o, "SequenceExpression");
555
555
  }
556
556
  return u;
557
557
  }
558
- function Et(o) {
559
- var l = It(Tt(), -1, o);
560
- if (U(Un)) {
558
+ function wt(o) {
559
+ var l = Et(It(), -1, o);
560
+ if (L(Un)) {
561
561
  var u = Q(l);
562
562
  u.test = l, u.da = Z(!0), x(Ge), u.alternate = Z(!0, o), l = E(u, "ConditionalExpression");
563
563
  }
564
- return T.Cb ? (u = Q(l), u.operator = ae, u.left = l, y(), u.right = Et(o), D(l), E(u, "AssignmentExpression")) : l;
564
+ return T.Cb ? (u = Q(l), u.operator = ae, u.left = l, v(), u.right = wt(o), U(l), E(u, "AssignmentExpression")) : l;
565
565
  }
566
- function It(o, l, u) {
566
+ function Et(o, l, u) {
567
567
  var h = T.L;
568
568
  if (h !== null && (!u || T !== dt) && h > l) {
569
569
  var A = Q(o);
570
- return A.left = o, A.operator = ae, o = T, y(), A.right = It(Tt(), h, u), h = E(A, o === $n || o === Hn ? "LogicalExpression" : "BinaryExpression"), It(h, l, u);
570
+ return A.left = o, A.operator = ae, o = T, v(), A.right = Et(It(), h, u), h = E(A, o === _n || o === $n ? "LogicalExpression" : "BinaryExpression"), Et(h, l, u);
571
571
  }
572
572
  return o;
573
573
  }
574
- function Tt() {
574
+ function It() {
575
575
  if (T.prefix) {
576
576
  var o = _(), l = T.$b;
577
- return o.operator = ae, _e = o.prefix = !0, y(), o.K = Tt(), l ? D(o.K) : re && o.operator === "delete" && o.K.type === "Identifier" && r(o.start, "Deleting local variable in strict mode"), E(o, l ? "UpdateExpression" : "UnaryExpression");
577
+ return o.operator = ae, _e = o.prefix = !0, v(), o.K = It(), l ? U(o.K) : re && o.operator === "delete" && o.K.type === "Identifier" && r(o.start, "Deleting local variable in strict mode"), E(o, l ? "UpdateExpression" : "UnaryExpression");
578
578
  }
579
579
  for (l = Ve(ct()); T.cc && !Ie(); )
580
- o = Q(l), o.operator = ae, o.prefix = !1, o.K = l, D(l), y(), l = E(o, "UpdateExpression");
580
+ o = Q(l), o.operator = ae, o.prefix = !1, o.K = l, U(l), v(), l = E(o, "UpdateExpression");
581
581
  return l;
582
582
  }
583
583
  function Ve(o, l) {
584
- if (U(Dn)) {
584
+ if (L(Dn)) {
585
585
  var u = Q(o);
586
586
  return u.object = o, u.Wa = de(!0), u.bb = !1, Ve(E(u, "MemberExpression"), l);
587
587
  }
588
- return U(_t) ? (u = Q(o), u.object = o, u.Wa = Z(), u.bb = !0, x($t), Ve(E(u, "MemberExpression"), l)) : !l && U(he) ? (u = Q(o), u.callee = o, u.arguments = jt(ue, !1), Ve(E(u, "CallExpression"), l)) : o;
588
+ return L(Vt) ? (u = Q(o), u.object = o, u.Wa = Z(), u.bb = !0, x(_t), Ve(E(u, "MemberExpression"), l)) : !l && L(he) ? (u = Q(o), u.callee = o, u.arguments = At(ue, !1), Ve(E(u, "CallExpression"), l)) : o;
589
589
  }
590
590
  function ct() {
591
591
  switch (T) {
592
- case Bn:
592
+ case Nn:
593
593
  var o = _();
594
- return y(), E(o, "ThisExpression");
594
+ return v(), E(o, "ThisExpression");
595
595
  case Oe:
596
596
  return de();
597
597
  case He:
598
598
  case ut:
599
- case bn:
600
- return o = _(), o.value = ae, o.raw = S.slice(G, Re), y(), E(o, "Literal");
599
+ case vn:
600
+ return o = _(), o.value = ae, o.raw = S.slice(z, Re), v(), E(o, "Literal");
601
+ case Bn:
601
602
  case Mn:
602
- case Ln:
603
603
  case Fn:
604
- return o = _(), o.value = T.$a, o.raw = T.l, y(), E(o, "Literal");
604
+ return o = _(), o.value = T.$a, o.raw = T.l, v(), E(o, "Literal");
605
605
  case he:
606
- o = Ot;
607
- var l = G;
608
- y();
606
+ o = Rt;
607
+ var l = z;
608
+ v();
609
609
  var u = Z();
610
- return u.start = l, u.end = Re, R.C && (u.X.start = o, u.X.end = Pt), R.Xa && (u.j = [l, Re]), x(ue), u;
611
- case _t:
612
- return o = _(), y(), o.elements = jt($t, !0, !0), E(o, "ArrayExpression");
610
+ return u.start = l, u.end = Re, R.C && (u.X.start = o, u.X.end = Ot), R.Xa && (u.j = [l, Re]), x(ue), u;
611
+ case Vt:
612
+ return o = _(), v(), o.elements = At(_t, !0, !0), E(o, "ArrayExpression");
613
613
  case Ke:
614
- for (o = _(), l = !0, u = !1, o.h = [], y(); !U(Pe); ) {
614
+ for (o = _(), l = !0, u = !1, o.h = [], v(); !L(Pe); ) {
615
615
  if (l)
616
616
  l = !1;
617
- else if (x(ke), R.sb && U(Pe))
617
+ else if (x(ke), R.sb && L(Pe))
618
618
  break;
619
619
  var h = {
620
620
  key: T === He || T === ut ? ct() : de(!0)
621
621
  }, A = !1;
622
- if (U(Ge)) {
622
+ if (L(Ge)) {
623
623
  h.value = Z(!0);
624
- var z = h.kind = "init";
624
+ var Y = h.kind = "init";
625
625
  } else
626
- h.key.type !== "Identifier" || h.key.name !== "get" && h.key.name !== "set" ? P() : (A = u = !0, z = h.kind = h.key.name, h.key = T === He || T === ut ? ct() : de(!0), T !== he && P(), h.value = At(_(), !1));
626
+ h.key.type !== "Identifier" || h.key.name !== "get" && h.key.name !== "set" ? P() : (A = u = !0, Y = h.kind = h.key.name, h.key = T === He || T === ut ? ct() : de(!0), T !== he && P(), h.value = Tt(_(), !1));
627
627
  if (h.key.type === "Identifier" && (re || u))
628
628
  for (var ee = 0; ee < o.h.length; ++ee) {
629
629
  var Be = o.h[ee];
630
630
  if (Be.key.name === h.key.name) {
631
- var Kt = z === Be.kind || A && Be.kind === "init" || z === "init" && (Be.kind === "get" || Be.kind === "set");
632
- Kt && !re && z === "init" && Be.kind === "init" && (Kt = !1), Kt && r(h.key.start, "Redefinition of property");
631
+ var Ht = Y === Be.kind || A && Be.kind === "init" || Y === "init" && (Be.kind === "get" || Be.kind === "set");
632
+ Ht && !re && Y === "init" && Be.kind === "init" && (Ht = !1), Ht && r(h.key.start, "Redefinition of property");
633
633
  }
634
634
  }
635
635
  o.h.push(h);
636
636
  }
637
637
  return E(o, "ObjectExpression");
638
638
  case Dt:
639
- return o = _(), y(), At(o, !1);
640
- case Nn:
641
- return o = _(), y(), o.callee = Ve(ct(), !0), o.arguments = U(he) ? jt(ue, !1) : Ir, E(o, "NewExpression");
639
+ return o = _(), v(), Tt(o, !1);
640
+ case Pn:
641
+ return o = _(), v(), o.callee = Ve(ct(), !0), o.arguments = L(he) ? At(ue, !1) : Er, E(o, "NewExpression");
642
642
  }
643
643
  P();
644
644
  }
645
- function At(o, l) {
645
+ function Tt(o, l) {
646
646
  T === Oe ? o.id = de() : l ? P() : o.id = null, o.oa = [];
647
647
  var u = !0;
648
- for (x(he); !U(ue); )
648
+ for (x(he); !L(ue); )
649
649
  u ? u = !1 : x(ke), o.oa.push(de());
650
650
  u = $e;
651
651
  var h = H;
652
652
  if ($e = !0, H = [], o.body = le(!0), $e = u, H = h, re || o.body.body.length && Ee(o.body.body[0])) {
653
653
  for (u = o.id ? -1 : 0; u < o.oa.length; ++u)
654
- if (h = 0 > u ? o.id : o.oa[u], (Kn(h.name) || ft(h.name)) && r(h.start, "Defining '" + h.name + "' in strict mode"), 0 <= u)
654
+ if (h = 0 > u ? o.id : o.oa[u], (Hn(h.name) || ft(h.name)) && r(h.start, "Defining '" + h.name + "' in strict mode"), 0 <= u)
655
655
  for (var A = 0; A < u; ++A)
656
656
  h.name === o.oa[A].name && r(h.start, "Argument name clash in strict mode");
657
657
  }
658
658
  return E(o, l ? "FunctionDeclaration" : "FunctionExpression");
659
659
  }
660
- function jt(o, l, u) {
661
- for (var h = [], A = !0; !U(o); ) {
660
+ function At(o, l, u) {
661
+ for (var h = [], A = !0; !L(o); ) {
662
662
  if (A)
663
663
  A = !1;
664
- else if (x(ke), l && R.sb && U(o))
664
+ else if (x(ke), l && R.sb && L(o))
665
665
  break;
666
666
  h.push(u && T === ke ? null : Z(!0));
667
667
  }
@@ -669,15 +669,15 @@ var L, li = function(e) {
669
669
  }
670
670
  function de(o) {
671
671
  var l = _();
672
- return o && R.yb === "everywhere" && (o = !1), T === Oe ? (!o && (R.yb && Fr(ae) || re && Kn(ae)) && S.slice(G, Re).indexOf("\\") === -1 && r(G, "The keyword '" + ae + "' is reserved"), l.name = ae) : o && T.l ? l.name = T.l : P(), _e = !1, y(), E(l, "Identifier");
672
+ return o && R.yb === "everywhere" && (o = !1), T === Oe ? (!o && (R.yb && Fr(ae) || re && Hn(ae)) && S.slice(z, Re).indexOf("\\") === -1 && r(z, "The keyword '" + ae + "' is reserved"), l.name = ae) : o && T.l ? l.name = T.l : P(), _e = !1, v(), E(l, "Identifier");
673
673
  }
674
674
  e.version = "0.5.0";
675
- var R, S = "", je, Rt;
675
+ var R, S = "", je, jt;
676
676
  e.parse = function(o, l) {
677
677
  S = String(o), je = S.length, R = l || {};
678
678
  for (var u in yn)
679
679
  Object.prototype.hasOwnProperty.call(R, u) || (R[u] = yn[u]);
680
- for (Rt = R.sourceFile, Te = 1, d = fe = 0, _e = !0, f(), u = R.dc, Nt = Se = d, R.C && (Bt = new a()), $e = re = !1, H = [], b(), o = u || _(), l = !0, u || (o.body = []); T !== Mt; )
680
+ for (jt = R.sourceFile, Te = 1, d = fe = 0, _e = !0, f(), u = R.dc, Pt = Se = d, R.C && (Nt = new a()), $e = re = !1, H = [], b(), o = u || _(), l = !0, u || (o.body = []); T !== Bt; )
681
681
  u = B(), o.body.push(u), l && Ee(u) && W(!0), l = !1;
682
682
  return E(o, "Program");
683
683
  };
@@ -692,70 +692,70 @@ var L, li = function(e) {
692
692
  dc: null,
693
693
  sourceFile: null,
694
694
  vb: null
695
- }, d = 0, G = 0, Re = 0, Ot, Pt, T, ae, _e, Te, fe, Nt = 0, Se = 0, Bt, $e, H, re, Ir = [], He = {
695
+ }, d = 0, z = 0, Re = 0, Rt, Ot, T, ae, _e, Te, fe, Pt = 0, Se = 0, Nt, $e, H, re, Er = [], He = {
696
696
  type: "num"
697
- }, bn = {
697
+ }, vn = {
698
698
  type: "regexp"
699
699
  }, ut = {
700
700
  type: "string"
701
701
  }, Oe = {
702
702
  type: "name"
703
- }, Mt = {
703
+ }, Bt = {
704
704
  type: "eof"
705
- }, Lt = {
705
+ }, Mt = {
706
706
  l: "break"
707
707
  }, Ft = {
708
708
  l: "case",
709
709
  m: !0
710
- }, xn = {
710
+ }, bn = {
711
711
  l: "catch"
712
- }, Sn = {
712
+ }, xn = {
713
713
  l: "continue"
714
- }, kn = {
714
+ }, Sn = {
715
715
  l: "debugger"
716
- }, Cn = {
716
+ }, kn = {
717
717
  l: "default"
718
- }, wn = {
718
+ }, Cn = {
719
719
  l: "do",
720
720
  W: !0
721
- }, En = {
721
+ }, wn = {
722
722
  l: "else",
723
723
  m: !0
724
- }, In = {
724
+ }, En = {
725
725
  l: "finally"
726
- }, Tn = {
726
+ }, In = {
727
727
  l: "for",
728
728
  W: !0
729
729
  }, Dt = {
730
730
  l: "function"
731
- }, An = {
731
+ }, Tn = {
732
732
  l: "if"
733
- }, jn = {
733
+ }, An = {
734
734
  l: "return",
735
735
  m: !0
736
736
  }, Ut = {
737
737
  l: "switch"
738
- }, Rn = {
738
+ }, jn = {
739
739
  l: "throw",
740
740
  m: !0
741
- }, On = {
741
+ }, Rn = {
742
742
  l: "try"
743
743
  }, Wt = {
744
744
  l: "var"
745
- }, Vt = {
745
+ }, Lt = {
746
746
  l: "while",
747
747
  W: !0
748
- }, Pn = {
748
+ }, On = {
749
749
  l: "with"
750
- }, Nn = {
750
+ }, Pn = {
751
751
  l: "new",
752
752
  m: !0
753
- }, Bn = {
753
+ }, Nn = {
754
754
  l: "this"
755
- }, Mn = {
755
+ }, Bn = {
756
756
  l: "null",
757
757
  $a: null
758
- }, Ln = {
758
+ }, Mn = {
759
759
  l: "true",
760
760
  $a: !0
761
761
  }, Fn = {
@@ -765,37 +765,37 @@ var L, li = function(e) {
765
765
  l: "in",
766
766
  L: 7,
767
767
  m: !0
768
- }, Tr = {
769
- break: Lt,
768
+ }, Ir = {
769
+ break: Mt,
770
770
  case: Ft,
771
- catch: xn,
772
- continue: Sn,
773
- debugger: kn,
774
- default: Cn,
775
- do: wn,
776
- else: En,
777
- finally: In,
778
- for: Tn,
771
+ catch: bn,
772
+ continue: xn,
773
+ debugger: Sn,
774
+ default: kn,
775
+ do: Cn,
776
+ else: wn,
777
+ finally: En,
778
+ for: In,
779
779
  function: Dt,
780
- if: An,
781
- return: jn,
780
+ if: Tn,
781
+ return: An,
782
782
  switch: Ut,
783
- throw: Rn,
784
- try: On,
783
+ throw: jn,
784
+ try: Rn,
785
785
  var: Wt,
786
- while: Vt,
787
- with: Pn,
788
- null: Mn,
789
- true: Ln,
786
+ while: Lt,
787
+ with: On,
788
+ null: Bn,
789
+ true: Mn,
790
790
  false: Fn,
791
- new: Nn,
791
+ new: Pn,
792
792
  in: dt,
793
793
  instanceof: {
794
794
  l: "instanceof",
795
795
  L: 7,
796
796
  m: !0
797
797
  },
798
- this: Bn,
798
+ this: Nn,
799
799
  typeof: {
800
800
  l: "typeof",
801
801
  prefix: !0,
@@ -811,10 +811,10 @@ var L, li = function(e) {
811
811
  prefix: !0,
812
812
  m: !0
813
813
  }
814
- }, _t = {
814
+ }, Vt = {
815
815
  type: "[",
816
816
  m: !0
817
- }, $t = {
817
+ }, _t = {
818
818
  type: "]"
819
819
  }, Ke = {
820
820
  type: "{",
@@ -843,59 +843,59 @@ var L, li = function(e) {
843
843
  }, Wn = {
844
844
  L: 10,
845
845
  m: !0
846
- }, Vn = {
846
+ }, Ln = {
847
847
  Cb: !0,
848
848
  m: !0
849
849
  }, Ae = {
850
850
  Cb: !0,
851
851
  m: !0
852
- }, Ar = {
852
+ }, Tr = {
853
853
  cc: !0,
854
854
  prefix: !0,
855
855
  $b: !0
856
- }, _n = {
856
+ }, Vn = {
857
857
  prefix: !0,
858
858
  m: !0
859
- }, $n = {
859
+ }, _n = {
860
860
  L: 1,
861
861
  m: !0
862
- }, Hn = {
862
+ }, $n = {
863
863
  L: 2,
864
864
  m: !0
865
- }, jr = {
865
+ }, Ar = {
866
866
  L: 3,
867
867
  m: !0
868
- }, Rr = {
868
+ }, jr = {
869
869
  L: 4,
870
870
  m: !0
871
- }, Or = {
871
+ }, Rr = {
872
872
  L: 5,
873
873
  m: !0
874
- }, Pr = {
874
+ }, Or = {
875
875
  L: 6,
876
876
  m: !0
877
- }, Nr = {
877
+ }, Pr = {
878
878
  L: 7,
879
879
  m: !0
880
- }, Br = {
880
+ }, Nr = {
881
881
  L: 8,
882
882
  m: !0
883
- }, Mr = {
883
+ }, Br = {
884
884
  L: 9,
885
885
  prefix: !0,
886
886
  m: !0
887
- }, Lr = {
887
+ }, Mr = {
888
888
  L: 10,
889
889
  m: !0
890
- }, Fr = i("class enum extends super const export import"), Kn = i("implements interface let package private protected public static yield"), ft = i("eval arguments"), Dr = i("break case catch continue debugger default do else finally for function if return switch throw try var while with null true false instanceof typeof void delete new in this"), Ur = /[\u1680\u180e\u2000-\u200a\u202f\u205f\u3000\ufeff]/, Gn = RegExp("[ªµºÀ-ÖØ-öø-ˁˆ-ˑˠ-ˤˬˮͰ-ʹͶͷͺ-ͽΆΈ-ΊΌΎ-ΡΣ-ϵϷ-ҁҊ-ԧԱ-Ֆՙա-ևא-תװ-ײؠ-يٮٯٱ-ۓەۥۦۮۯۺ-ۼۿܐܒ-ܯݍ-ޥޱߊ-ߪߴߵߺࠀ-ࠕࠚࠤࠨࡀ-ࡘࢠࢢ-ࢬऄ-हऽॐक़-ॡॱ-ॷॹ-ॿঅ-ঌএঐও-নপ-রলশ-হঽৎড়ঢ়য়-ৡৰৱਅ-ਊਏਐਓ-ਨਪ-ਰਲਲ਼ਵਸ਼ਸਹਖ਼-ੜਫ਼ੲ-ੴઅ-ઍએ-ઑઓ-નપ-રલળવ-હઽૐૠૡଅ-ଌଏଐଓ-ନପ-ରଲଳଵ-ହଽଡ଼ଢ଼ୟ-ୡୱஃஅ-ஊஎ-ஐஒ-கஙசஜஞடணதந-பம-ஹௐఅ-ఌఎ-ఐఒ-నప-ళవ-హఽౘౙౠౡಅ-ಌಎ-ಐಒ-ನಪ-ಳವ-ಹಽೞೠೡೱೲഅ-ഌഎ-ഐഒ-ഺഽൎൠൡൺ-ൿඅ-ඖක-නඳ-රලව-ෆก-ะาำเ-ๆກຂຄງຈຊຍດ-ທນ-ຟມ-ຣລວສຫອ-ະາຳຽເ-ໄໆໜ-ໟༀཀ-ཇཉ-ཬྈ-ྌက-ဪဿၐ-ၕၚ-ၝၡၥၦၮ-ၰၵ-ႁႎႠ-ჅჇჍა-ჺჼ-ቈቊ-ቍቐ-ቖቘቚ-ቝበ-ኈኊ-ኍነ-ኰኲ-ኵኸ-ኾዀዂ-ዅወ-ዖዘ-ጐጒ-ጕጘ-ፚᎀ-ᎏᎠ-Ᏼᐁ-ᙬᙯ-ᙿᚁ-ᚚᚠ-ᛪᛮ-ᛰᜀ-ᜌᜎ-ᜑᜠ-ᜱᝀ-ᝑᝠ-ᝬᝮ-ᝰក-ឳៗៜᠠ-ᡷᢀ-ᢨᢪᢰ-ᣵᤀ-ᤜᥐ-ᥭᥰ-ᥴᦀ-ᦫᧁ-ᧇᨀ-ᨖᨠ-ᩔᪧᬅ-ᬳᭅ-ᭋᮃ-ᮠᮮᮯᮺ-ᯥᰀ-ᰣᱍ-ᱏᱚ-ᱽᳩ-ᳬᳮ-ᳱᳵᳶᴀ-ᶿḀ-ἕἘ-Ἕἠ-ὅὈ-Ὅὐ-ὗὙὛὝὟ-ώᾀ-ᾴᾶ-ᾼιῂ-ῄῆ-ῌῐ-ΐῖ-Ίῠ-Ῥῲ-ῴῶ-ῼⁱⁿₐ-ₜℂℇℊ-ℓℕℙ-ℝℤΩℨK-ℭℯ-ℹℼ-ℿⅅ-ⅉⅎⅠ-ↈⰀ-Ⱞⰰ-ⱞⱠ-ⳤⳫ-ⳮⳲⳳⴀ-ⴥⴧⴭⴰ-ⵧⵯⶀ-ⶖⶠ-ⶦⶨ-ⶮⶰ-ⶶⶸ-ⶾⷀ-ⷆⷈ-ⷎⷐ-ⷖⷘ-ⷞⸯ々-〇〡-〩〱-〵〸-〼ぁ-ゖゝ-ゟァ-ヺー-ヿㄅ-ㄭㄱ-ㆎㆠ-ㆺㇰ-ㇿ㐀-䶵一-鿌ꀀ-ꒌꓐ-ꓽꔀ-ꘌꘐ-ꘟꘪꘫꙀ-ꙮꙿ-ꚗꚠ-ꛯꜗ-ꜟꜢ-ꞈꞋ-ꞎꞐ-ꞓꞠ-Ɦꟸ-ꠁꠃ-ꠅꠇ-ꠊꠌ-ꠢꡀ-ꡳꢂ-ꢳꣲ-ꣷꣻꤊ-ꤥꤰ-ꥆꥠ-ꥼꦄ-ꦲꧏꨀ-ꨨꩀ-ꩂꩄ-ꩋꩠ-ꩶꩺꪀ-ꪯꪱꪵꪶꪹ-ꪽꫀꫂꫛ-ꫝꫠ-ꫪꫲ-ꫴꬁ-ꬆꬉ-ꬎꬑ-ꬖꬠ-ꬦꬨ-ꬮꯀ-ꯢ가-힣ힰ-ퟆퟋ-ퟻ豈-舘並-龎ff-stﬓ-ﬗיִײַ-ﬨשׁ-זּטּ-לּמּנּסּףּפּצּ-ﮱﯓ-ﴽﵐ-ﶏﶒ-ﷇﷰ-ﷻﹰ-ﹴﹶ-ﻼA-Za-zヲ-하-ᅦᅧ-ᅬᅭ-ᅲᅳ-ᅵ]"), Wr = RegExp("[ªµºÀ-ÖØ-öø-ˁˆ-ˑˠ-ˤˬˮͰ-ʹͶͷͺ-ͽΆΈ-ΊΌΎ-ΡΣ-ϵϷ-ҁҊ-ԧԱ-Ֆՙա-ևא-תװ-ײؠ-يٮٯٱ-ۓەۥۦۮۯۺ-ۼۿܐܒ-ܯݍ-ޥޱߊ-ߪߴߵߺࠀ-ࠕࠚࠤࠨࡀ-ࡘࢠࢢ-ࢬऄ-हऽॐक़-ॡॱ-ॷॹ-ॿঅ-ঌএঐও-নপ-রলশ-হঽৎড়ঢ়য়-ৡৰৱਅ-ਊਏਐਓ-ਨਪ-ਰਲਲ਼ਵਸ਼ਸਹਖ਼-ੜਫ਼ੲ-ੴઅ-ઍએ-ઑઓ-નપ-રલળવ-હઽૐૠૡଅ-ଌଏଐଓ-ନପ-ରଲଳଵ-ହଽଡ଼ଢ଼ୟ-ୡୱஃஅ-ஊஎ-ஐஒ-கஙசஜஞடணதந-பம-ஹௐఅ-ఌఎ-ఐఒ-నప-ళవ-హఽౘౙౠౡಅ-ಌಎ-ಐಒ-ನಪ-ಳವ-ಹಽೞೠೡೱೲഅ-ഌഎ-ഐഒ-ഺഽൎൠൡൺ-ൿඅ-ඖක-නඳ-රලව-ෆก-ะาำเ-ๆກຂຄງຈຊຍດ-ທນ-ຟມ-ຣລວສຫອ-ະາຳຽເ-ໄໆໜ-ໟༀཀ-ཇཉ-ཬྈ-ྌက-ဪဿၐ-ၕၚ-ၝၡၥၦၮ-ၰၵ-ႁႎႠ-ჅჇჍა-ჺჼ-ቈቊ-ቍቐ-ቖቘቚ-ቝበ-ኈኊ-ኍነ-ኰኲ-ኵኸ-ኾዀዂ-ዅወ-ዖዘ-ጐጒ-ጕጘ-ፚᎀ-ᎏᎠ-Ᏼᐁ-ᙬᙯ-ᙿᚁ-ᚚᚠ-ᛪᛮ-ᛰᜀ-ᜌᜎ-ᜑᜠ-ᜱᝀ-ᝑᝠ-ᝬᝮ-ᝰក-ឳៗៜᠠ-ᡷᢀ-ᢨᢪᢰ-ᣵᤀ-ᤜᥐ-ᥭᥰ-ᥴᦀ-ᦫᧁ-ᧇᨀ-ᨖᨠ-ᩔᪧᬅ-ᬳᭅ-ᭋᮃ-ᮠᮮᮯᮺ-ᯥᰀ-ᰣᱍ-ᱏᱚ-ᱽᳩ-ᳬᳮ-ᳱᳵᳶᴀ-ᶿḀ-ἕἘ-Ἕἠ-ὅὈ-Ὅὐ-ὗὙὛὝὟ-ώᾀ-ᾴᾶ-ᾼιῂ-ῄῆ-ῌῐ-ΐῖ-Ίῠ-Ῥῲ-ῴῶ-ῼⁱⁿₐ-ₜℂℇℊ-ℓℕℙ-ℝℤΩℨK-ℭℯ-ℹℼ-ℿⅅ-ⅉⅎⅠ-ↈⰀ-Ⱞⰰ-ⱞⱠ-ⳤⳫ-ⳮⳲⳳⴀ-ⴥⴧⴭⴰ-ⵧⵯⶀ-ⶖⶠ-ⶦⶨ-ⶮⶰ-ⶶⶸ-ⶾⷀ-ⷆⷈ-ⷎⷐ-ⷖⷘ-ⷞⸯ々-〇〡-〩〱-〵〸-〼ぁ-ゖゝ-ゟァ-ヺー-ヿㄅ-ㄭㄱ-ㆎㆠ-ㆺㇰ-ㇿ㐀-䶵一-鿌ꀀ-ꒌꓐ-ꓽꔀ-ꘌꘐ-ꘟꘪꘫꙀ-ꙮꙿ-ꚗꚠ-ꛯꜗ-ꜟꜢ-ꞈꞋ-ꞎꞐ-ꞓꞠ-Ɦꟸ-ꠁꠃ-ꠅꠇ-ꠊꠌ-ꠢꡀ-ꡳꢂ-ꢳꣲ-ꣷꣻꤊ-ꤥꤰ-ꥆꥠ-ꥼꦄ-ꦲꧏꨀ-ꨨꩀ-ꩂꩄ-ꩋꩠ-ꩶꩺꪀ-ꪯꪱꪵꪶꪹ-ꪽꫀꫂꫛ-ꫝꫠ-ꫪꫲ-ꫴꬁ-ꬆꬉ-ꬎꬑ-ꬖꬠ-ꬦꬨ-ꬮꯀ-ꯢ가-힣ힰ-ퟆퟋ-ퟻ豈-舘並-龎ff-stﬓ-ﬗיִײַ-ﬨשׁ-זּטּ-לּמּנּסּףּפּצּ-ﮱﯓ-ﴽﵐ-ﶏﶒ-ﷇﷰ-ﷻﹰ-ﹴﹶ-ﻼA-Za-zヲ-하-ᅦᅧ-ᅬᅭ-ᅲᅳ-ᅵ̀-ͯ҃-֑҇-ׇֽֿׁׂׅׄؐ-ؚؠ-ىٲ-ۓۧ-ۨۻ-ۼܰ-݊ࠀ-ࠔࠛ-ࠣࠥ-ࠧࠩ-࠭ࡀ-ࡗࣤ-ࣾऀ-ःऺ-़ा-ॏ॑-ॗॢ-ॣ०-९ঁ-ঃ়া-ৄেৈৗয়-ৠਁ-ਃ਼ਾ-ੂੇੈੋ-੍ੑ੦-ੱੵઁ-ઃ઼ા-ૅે-ૉો-્ૢ-ૣ૦-૯ଁ-ଃ଼ା-ୄେୈୋ-୍ୖୗୟ-ୠ୦-୯ஂா-ூெ-ைொ-்ௗ௦-௯ఁ-ఃె-ైొ-్ౕౖౢ-ౣ౦-౯ಂಃ಼ಾ-ೄೆ-ೈೊ-್ೕೖೢ-ೣ೦-೯ംഃെ-ൈൗൢ-ൣ൦-൯ංඃ්ා-ුූෘ-ෟෲෳิ-ฺเ-ๅ๐-๙ິ-ູ່-ໍ໐-໙༘༙༠-༩༹༵༷ཁ-ཇཱ-྄྆-྇ྍ-ྗྙ-ྼ࿆က-ဩ၀-၉ၧ-ၭၱ-ၴႂ-ႍႏ-ႝ፝-፟ᜎ-ᜐᜠ-ᜰᝀ-ᝐᝲᝳក-ឲ៝០-៩᠋-᠍᠐-᠙ᤠ-ᤫᤰ-᤻ᥑ-ᥭᦰ-ᧀᧈ-ᧉ᧐-᧙ᨀ-ᨕᨠ-ᩓ᩠-᩿᩼-᪉᪐-᪙ᭆ-ᭋ᭐-᭙᭫-᭳᮰-᮹᯦-᯳ᰀ-ᰢ᱀-᱉ᱛ-ᱽ᳐-᳒ᴀ-ᶾḁ-ἕ‌‍‿⁀⁔⃐-⃥⃜⃡-⃰ⶁ-ⶖⷠ-ⷿ〡-〨゙゚Ꙁ-ꙭꙴ-꙽ꚟ꛰-꛱ꟸ-ꠀ꠆ꠋꠣ-ꠧꢀ-ꢁꢴ-꣄꣐-꣙ꣳ-ꣷ꤀-꤉ꤦ-꤭ꤰ-ꥅꦀ-ꦃ꦳-꧀ꨀ-ꨧꩀ-ꩁꩌ-ꩍ꩐-꩙ꩻꫠ-ꫩꫲ-ꫳꯀ-ꯡ꯬꯭꯰-꯹ﬠ-ﬨ︀-️︠-︦︳︴﹍-﹏0-9_]"), ht = /[\n\r\u2028\u2029]/, pt = /\r\n|[\n\r\u2028\u2029]/g, Ne, Ht = {
890
+ }, Fr = i("class enum extends super const export import"), Hn = i("implements interface let package private protected public static yield"), ft = i("eval arguments"), Dr = i("break case catch continue debugger default do else finally for function if return switch throw try var while with null true false instanceof typeof void delete new in this"), Ur = /[\u1680\u180e\u2000-\u200a\u202f\u205f\u3000\ufeff]/, Kn = RegExp("[ªµºÀ-ÖØ-öø-ˁˆ-ˑˠ-ˤˬˮͰ-ʹͶͷͺ-ͽΆΈ-ΊΌΎ-ΡΣ-ϵϷ-ҁҊ-ԧԱ-Ֆՙա-ևא-תװ-ײؠ-يٮٯٱ-ۓەۥۦۮۯۺ-ۼۿܐܒ-ܯݍ-ޥޱߊ-ߪߴߵߺࠀ-ࠕࠚࠤࠨࡀ-ࡘࢠࢢ-ࢬऄ-हऽॐक़-ॡॱ-ॷॹ-ॿঅ-ঌএঐও-নপ-রলশ-হঽৎড়ঢ়য়-ৡৰৱਅ-ਊਏਐਓ-ਨਪ-ਰਲਲ਼ਵਸ਼ਸਹਖ਼-ੜਫ਼ੲ-ੴઅ-ઍએ-ઑઓ-નપ-રલળવ-હઽૐૠૡଅ-ଌଏଐଓ-ନପ-ରଲଳଵ-ହଽଡ଼ଢ଼ୟ-ୡୱஃஅ-ஊஎ-ஐஒ-கஙசஜஞடணதந-பம-ஹௐఅ-ఌఎ-ఐఒ-నప-ళవ-హఽౘౙౠౡಅ-ಌಎ-ಐಒ-ನಪ-ಳವ-ಹಽೞೠೡೱೲഅ-ഌഎ-ഐഒ-ഺഽൎൠൡൺ-ൿඅ-ඖක-නඳ-රලව-ෆก-ะาำเ-ๆກຂຄງຈຊຍດ-ທນ-ຟມ-ຣລວສຫອ-ະາຳຽເ-ໄໆໜ-ໟༀཀ-ཇཉ-ཬྈ-ྌက-ဪဿၐ-ၕၚ-ၝၡၥၦၮ-ၰၵ-ႁႎႠ-ჅჇჍა-ჺჼ-ቈቊ-ቍቐ-ቖቘቚ-ቝበ-ኈኊ-ኍነ-ኰኲ-ኵኸ-ኾዀዂ-ዅወ-ዖዘ-ጐጒ-ጕጘ-ፚᎀ-ᎏᎠ-Ᏼᐁ-ᙬᙯ-ᙿᚁ-ᚚᚠ-ᛪᛮ-ᛰᜀ-ᜌᜎ-ᜑᜠ-ᜱᝀ-ᝑᝠ-ᝬᝮ-ᝰក-ឳៗៜᠠ-ᡷᢀ-ᢨᢪᢰ-ᣵᤀ-ᤜᥐ-ᥭᥰ-ᥴᦀ-ᦫᧁ-ᧇᨀ-ᨖᨠ-ᩔᪧᬅ-ᬳᭅ-ᭋᮃ-ᮠᮮᮯᮺ-ᯥᰀ-ᰣᱍ-ᱏᱚ-ᱽᳩ-ᳬᳮ-ᳱᳵᳶᴀ-ᶿḀ-ἕἘ-Ἕἠ-ὅὈ-Ὅὐ-ὗὙὛὝὟ-ώᾀ-ᾴᾶ-ᾼιῂ-ῄῆ-ῌῐ-ΐῖ-Ίῠ-Ῥῲ-ῴῶ-ῼⁱⁿₐ-ₜℂℇℊ-ℓℕℙ-ℝℤΩℨK-ℭℯ-ℹℼ-ℿⅅ-ⅉⅎⅠ-ↈⰀ-Ⱞⰰ-ⱞⱠ-ⳤⳫ-ⳮⳲⳳⴀ-ⴥⴧⴭⴰ-ⵧⵯⶀ-ⶖⶠ-ⶦⶨ-ⶮⶰ-ⶶⶸ-ⶾⷀ-ⷆⷈ-ⷎⷐ-ⷖⷘ-ⷞⸯ々-〇〡-〩〱-〵〸-〼ぁ-ゖゝ-ゟァ-ヺー-ヿㄅ-ㄭㄱ-ㆎㆠ-ㆺㇰ-ㇿ㐀-䶵一-鿌ꀀ-ꒌꓐ-ꓽꔀ-ꘌꘐ-ꘟꘪꘫꙀ-ꙮꙿ-ꚗꚠ-ꛯꜗ-ꜟꜢ-ꞈꞋ-ꞎꞐ-ꞓꞠ-Ɦꟸ-ꠁꠃ-ꠅꠇ-ꠊꠌ-ꠢꡀ-ꡳꢂ-ꢳꣲ-ꣷꣻꤊ-ꤥꤰ-ꥆꥠ-ꥼꦄ-ꦲꧏꨀ-ꨨꩀ-ꩂꩄ-ꩋꩠ-ꩶꩺꪀ-ꪯꪱꪵꪶꪹ-ꪽꫀꫂꫛ-ꫝꫠ-ꫪꫲ-ꫴꬁ-ꬆꬉ-ꬎꬑ-ꬖꬠ-ꬦꬨ-ꬮꯀ-ꯢ가-힣ힰ-ퟆퟋ-ퟻ豈-舘並-龎ff-stﬓ-ﬗיִײַ-ﬨשׁ-זּטּ-לּמּנּסּףּפּצּ-ﮱﯓ-ﴽﵐ-ﶏﶒ-ﷇﷰ-ﷻﹰ-ﹴﹶ-ﻼA-Za-zヲ-하-ᅦᅧ-ᅬᅭ-ᅲᅳ-ᅵ]"), Wr = RegExp("[ªµºÀ-ÖØ-öø-ˁˆ-ˑˠ-ˤˬˮͰ-ʹͶͷͺ-ͽΆΈ-ΊΌΎ-ΡΣ-ϵϷ-ҁҊ-ԧԱ-Ֆՙա-ևא-תװ-ײؠ-يٮٯٱ-ۓەۥۦۮۯۺ-ۼۿܐܒ-ܯݍ-ޥޱߊ-ߪߴߵߺࠀ-ࠕࠚࠤࠨࡀ-ࡘࢠࢢ-ࢬऄ-हऽॐक़-ॡॱ-ॷॹ-ॿঅ-ঌএঐও-নপ-রলশ-হঽৎড়ঢ়য়-ৡৰৱਅ-ਊਏਐਓ-ਨਪ-ਰਲਲ਼ਵਸ਼ਸਹਖ਼-ੜਫ਼ੲ-ੴઅ-ઍએ-ઑઓ-નપ-રલળવ-હઽૐૠૡଅ-ଌଏଐଓ-ନପ-ରଲଳଵ-ହଽଡ଼ଢ଼ୟ-ୡୱஃஅ-ஊஎ-ஐஒ-கஙசஜஞடணதந-பம-ஹௐఅ-ఌఎ-ఐఒ-నప-ళవ-హఽౘౙౠౡಅ-ಌಎ-ಐಒ-ನಪ-ಳವ-ಹಽೞೠೡೱೲഅ-ഌഎ-ഐഒ-ഺഽൎൠൡൺ-ൿඅ-ඖක-නඳ-රලව-ෆก-ะาำเ-ๆກຂຄງຈຊຍດ-ທນ-ຟມ-ຣລວສຫອ-ະາຳຽເ-ໄໆໜ-ໟༀཀ-ཇཉ-ཬྈ-ྌက-ဪဿၐ-ၕၚ-ၝၡၥၦၮ-ၰၵ-ႁႎႠ-ჅჇჍა-ჺჼ-ቈቊ-ቍቐ-ቖቘቚ-ቝበ-ኈኊ-ኍነ-ኰኲ-ኵኸ-ኾዀዂ-ዅወ-ዖዘ-ጐጒ-ጕጘ-ፚᎀ-ᎏᎠ-Ᏼᐁ-ᙬᙯ-ᙿᚁ-ᚚᚠ-ᛪᛮ-ᛰᜀ-ᜌᜎ-ᜑᜠ-ᜱᝀ-ᝑᝠ-ᝬᝮ-ᝰក-ឳៗៜᠠ-ᡷᢀ-ᢨᢪᢰ-ᣵᤀ-ᤜᥐ-ᥭᥰ-ᥴᦀ-ᦫᧁ-ᧇᨀ-ᨖᨠ-ᩔᪧᬅ-ᬳᭅ-ᭋᮃ-ᮠᮮᮯᮺ-ᯥᰀ-ᰣᱍ-ᱏᱚ-ᱽᳩ-ᳬᳮ-ᳱᳵᳶᴀ-ᶿḀ-ἕἘ-Ἕἠ-ὅὈ-Ὅὐ-ὗὙὛὝὟ-ώᾀ-ᾴᾶ-ᾼιῂ-ῄῆ-ῌῐ-ΐῖ-Ίῠ-Ῥῲ-ῴῶ-ῼⁱⁿₐ-ₜℂℇℊ-ℓℕℙ-ℝℤΩℨK-ℭℯ-ℹℼ-ℿⅅ-ⅉⅎⅠ-ↈⰀ-Ⱞⰰ-ⱞⱠ-ⳤⳫ-ⳮⳲⳳⴀ-ⴥⴧⴭⴰ-ⵧⵯⶀ-ⶖⶠ-ⶦⶨ-ⶮⶰ-ⶶⶸ-ⶾⷀ-ⷆⷈ-ⷎⷐ-ⷖⷘ-ⷞⸯ々-〇〡-〩〱-〵〸-〼ぁ-ゖゝ-ゟァ-ヺー-ヿㄅ-ㄭㄱ-ㆎㆠ-ㆺㇰ-ㇿ㐀-䶵一-鿌ꀀ-ꒌꓐ-ꓽꔀ-ꘌꘐ-ꘟꘪꘫꙀ-ꙮꙿ-ꚗꚠ-ꛯꜗ-ꜟꜢ-ꞈꞋ-ꞎꞐ-ꞓꞠ-Ɦꟸ-ꠁꠃ-ꠅꠇ-ꠊꠌ-ꠢꡀ-ꡳꢂ-ꢳꣲ-ꣷꣻꤊ-ꤥꤰ-ꥆꥠ-ꥼꦄ-ꦲꧏꨀ-ꨨꩀ-ꩂꩄ-ꩋꩠ-ꩶꩺꪀ-ꪯꪱꪵꪶꪹ-ꪽꫀꫂꫛ-ꫝꫠ-ꫪꫲ-ꫴꬁ-ꬆꬉ-ꬎꬑ-ꬖꬠ-ꬦꬨ-ꬮꯀ-ꯢ가-힣ힰ-ퟆퟋ-ퟻ豈-舘並-龎ff-stﬓ-ﬗיִײַ-ﬨשׁ-זּטּ-לּמּנּסּףּפּצּ-ﮱﯓ-ﴽﵐ-ﶏﶒ-ﷇﷰ-ﷻﹰ-ﹴﹶ-ﻼA-Za-zヲ-하-ᅦᅧ-ᅬᅭ-ᅲᅳ-ᅵ̀-ͯ҃-֑҇-ׇֽֿׁׂׅׄؐ-ؚؠ-ىٲ-ۓۧ-ۨۻ-ۼܰ-݊ࠀ-ࠔࠛ-ࠣࠥ-ࠧࠩ-࠭ࡀ-ࡗࣤ-ࣾऀ-ःऺ-़ा-ॏ॑-ॗॢ-ॣ०-९ঁ-ঃ়া-ৄেৈৗয়-ৠਁ-ਃ਼ਾ-ੂੇੈੋ-੍ੑ੦-ੱੵઁ-ઃ઼ા-ૅે-ૉો-્ૢ-ૣ૦-૯ଁ-ଃ଼ା-ୄେୈୋ-୍ୖୗୟ-ୠ୦-୯ஂா-ூெ-ைொ-்ௗ௦-௯ఁ-ఃె-ైొ-్ౕౖౢ-ౣ౦-౯ಂಃ಼ಾ-ೄೆ-ೈೊ-್ೕೖೢ-ೣ೦-೯ംഃെ-ൈൗൢ-ൣ൦-൯ංඃ්ා-ුූෘ-ෟෲෳิ-ฺเ-ๅ๐-๙ິ-ູ່-ໍ໐-໙༘༙༠-༩༹༵༷ཁ-ཇཱ-྄྆-྇ྍ-ྗྙ-ྼ࿆က-ဩ၀-၉ၧ-ၭၱ-ၴႂ-ႍႏ-ႝ፝-፟ᜎ-ᜐᜠ-ᜰᝀ-ᝐᝲᝳក-ឲ៝០-៩᠋-᠍᠐-᠙ᤠ-ᤫᤰ-᤻ᥑ-ᥭᦰ-ᧀᧈ-ᧉ᧐-᧙ᨀ-ᨕᨠ-ᩓ᩠-᩿᩼-᪉᪐-᪙ᭆ-ᭋ᭐-᭙᭫-᭳᮰-᮹᯦-᯳ᰀ-ᰢ᱀-᱉ᱛ-ᱽ᳐-᳒ᴀ-ᶾḁ-ἕ‌‍‿⁀⁔⃐-⃥⃜⃡-⃰ⶁ-ⶖⷠ-ⷿ〡-〨゙゚Ꙁ-ꙭꙴ-꙽ꚟ꛰-꛱ꟸ-ꠀ꠆ꠋꠣ-ꠧꢀ-ꢁꢴ-꣄꣐-꣙ꣳ-ꣷ꤀-꤉ꤦ-꤭ꤰ-ꥅꦀ-ꦃ꦳-꧀ꨀ-ꨧꩀ-ꩁꩌ-ꩍ꩐-꩙ꩻꫠ-ꫩꫲ-ꫳꯀ-ꯡ꯬꯭꯰-꯹ﬠ-ﬨ︀-️︠-︦︳︴﹍-﹏0-9_]"), ht = /[\n\r\u2028\u2029]/, pt = /\r\n|[\n\r\u2028\u2029]/g, Ne, $t = {
891
891
  kind: "loop"
892
- }, Vr = {
892
+ }, Lr = {
893
893
  kind: "switch"
894
894
  };
895
- }, Xt = Xt = typeof globalThis == "undefined" ? void 0 : globalThis;
896
- li(Xt.j || (Xt.j = {}));
895
+ }, Yt = Yt = typeof globalThis == "undefined" ? void 0 : globalThis;
896
+ si(Yt.j || (Yt.j = {}));
897
897
  function p(e, t) {
898
- typeof e == "string" && (e = De(e, "code"));
898
+ typeof e == "string" && (e = Ue(e, "code"));
899
899
  var n = e.constructor;
900
900
  this.ya = function() {
901
901
  return new n({
@@ -909,13 +909,13 @@ function p(e, t) {
909
909
  var a, s;
910
910
  for (s in this)
911
911
  typeof this[s] == "function" && (a = s.match(e)) && (this.rb[a[1]] = this[s].bind(this));
912
- this.N = qt(this, this.ra, null), this.Na = this.N.object, this.ra = De(this.ba.join(`
912
+ this.N = Jt(this, this.ra, null), this.Na = this.N.object, this.ra = Ue(this.ba.join(`
913
913
  `), "polyfills"), this.ba = void 0, xt(this.ra), a = new C(this.ra, this.N), a.done = !1, this.o = [a], this.Eb(), this.value = void 0, this.ra = r, a = new C(this.ra, this.N), a.done = !1, this.o.length = 0, this.o[0] = a;
914
914
  }
915
- var Xn = {
915
+ var Yn = {
916
916
  C: !0,
917
917
  kc: 5
918
- }, nn = {
918
+ }, tn = {
919
919
  configurable: !0,
920
920
  enumerable: !0,
921
921
  writable: !1
@@ -931,20 +931,20 @@ var Xn = {
931
931
  configurable: !1,
932
932
  enumerable: !1,
933
933
  writable: !1
934
- }, Jn = {
934
+ }, Xn = {
935
935
  configurable: !1,
936
936
  enumerable: !0,
937
937
  writable: !0
938
- }, hr = {
938
+ }, fr = {
939
939
  STEP_ERROR: !0
940
- }, We = {
940
+ }, Le = {
941
941
  SCOPE_REFERENCE: !0
942
942
  }, tt = {
943
943
  VALUE_IN_DESCRIPTOR: !0
944
944
  }, Me = {
945
945
  REGEXP_TIMEOUT: !0
946
- }, qn = [], ye = null, Ze = null, we = typeof globalThis == "undefined" ? void 0 : globalThis, ci = ["onmessage = function(e) {", "var result;", "var data = e.data;", "switch (data[0]) {", "case 'split':", "result = data[1].split(data[2], data[3]);", "break;", "case 'match':", "result = data[1].match(data[2]);", "break;", "case 'search':", "result = data[1].search(data[2]);", "break;", "case 'replace':", "result = data[1].replace(data[2], data[3]);", "break;", "case 'exec':", "var regexp = data[1];", "regexp.lastIndex = data[2];", "result = [regexp.exec(data[3]), data[1].lastIndex];", "break;", "default:", "throw Error('Unknown RegExp operation: ' + data[0]);", "}", "postMessage(result);", "close();", "};"];
947
- function rn(e) {
946
+ }, Jn = [], ve = null, Ze = null, we = typeof globalThis == "undefined" ? void 0 : globalThis, li = ["onmessage = function(e) {", "var result;", "var data = e.data;", "switch (data[0]) {", "case 'split':", "result = data[1].split(data[2], data[3]);", "break;", "case 'match':", "result = data[1].match(data[2]);", "break;", "case 'search':", "result = data[1].search(data[2]);", "break;", "case 'replace':", "result = data[1].replace(data[2], data[3]);", "break;", "case 'exec':", "var regexp = data[1];", "regexp.lastIndex = data[2];", "result = [regexp.exec(data[3]), data[1].lastIndex];", "break;", "default:", "throw Error('Unknown RegExp operation: ' + data[0]);", "}", "postMessage(result);", "close();", "};"];
947
+ function nn(e) {
948
948
  var t = e >>> 0;
949
949
  return t === Number(e) ? t : NaN;
950
950
  }
@@ -963,26 +963,26 @@ function xt(e, t, n) {
963
963
  p.prototype.REGEXP_MODE = 2;
964
964
  p.prototype.REGEXP_THREAD_TIMEOUT = 1e3;
965
965
  p.prototype.POLYFILL_TIMEOUT = 1e3;
966
- L = p.prototype;
967
- L.P = !1;
968
- L.Ka = !1;
969
- L.Kb = 0;
970
- L.ic = 0;
971
- function De(e, t) {
966
+ F = p.prototype;
967
+ F.P = !1;
968
+ F.Ka = !1;
969
+ F.Kb = 0;
970
+ F.ic = 0;
971
+ function Ue(e, t) {
972
972
  var n = {}, r;
973
- for (r in Xn)
974
- n[r] = Xn[r];
973
+ for (r in Yn)
974
+ n[r] = Yn[r];
975
975
  return n.sourceFile = t, we.j.parse(e, n);
976
976
  }
977
- L.Jb = function(e) {
977
+ F.Jb = function(e) {
978
978
  var t = this.o[0];
979
979
  if (!t || t.node.type !== "Program")
980
980
  throw Error("Expecting original AST to start with a Program node");
981
- if (typeof e == "string" && (e = De(e, "appendCode" + this.Kb++)), !e || e.type !== "Program")
981
+ if (typeof e == "string" && (e = Ue(e, "appendCode" + this.Kb++)), !e || e.type !== "Program")
982
982
  throw Error("Expecting new AST to start with a Program node");
983
983
  nt(this, e, t.scope), Array.prototype.push.apply(t.node.body, e.body), t.node.body.jb = null, t.done = !1;
984
984
  };
985
- L.lb = function() {
985
+ F.lb = function() {
986
986
  var e = this.o, t;
987
987
  do {
988
988
  var n = e[e.length - 1];
@@ -994,7 +994,7 @@ L.lb = function() {
994
994
  if (n = this.ca[0], !n || n.time > Date.now())
995
995
  n = null;
996
996
  else {
997
- this.ca.shift(), 0 <= n.interval && gr(this, n, n.interval);
997
+ this.ca.shift(), 0 <= n.interval && mr(this, n, n.interval);
998
998
  var r = new C(n.node, n.scope);
999
999
  n.zb && (r.ia = 2, r.B = this.Na, r.U = n.zb, r.Qa = !0, r.F = n.Lb), n = r;
1000
1000
  }
@@ -1007,7 +1007,7 @@ L.lb = function() {
1007
1007
  try {
1008
1008
  var a = this.rb[r.type](e, n, r);
1009
1009
  } catch (s) {
1010
- if (s !== hr)
1010
+ if (s !== fr)
1011
1011
  throw this.value !== s && (this.value = void 0), s;
1012
1012
  } finally {
1013
1013
  Ze = i;
@@ -1020,13 +1020,13 @@ L.lb = function() {
1020
1020
  } while (!r.end && t > Date.now());
1021
1021
  return !0;
1022
1022
  };
1023
- L.Eb = function() {
1023
+ F.Eb = function() {
1024
1024
  for (; !this.za && this.lb(); )
1025
1025
  ;
1026
1026
  return this.za;
1027
1027
  };
1028
- function ui(e, t) {
1029
- e.g(t, "NaN", NaN, ze), e.g(t, "Infinity", 1 / 0, ze), e.g(t, "undefined", void 0, ze), e.g(t, "window", t, nn), e.g(t, "this", t, ze), e.g(t, "self", t), e.M = new O(null), e.Z = new O(e.M), di(e, t), fi(e, t), t.xa = e.M, e.g(t, "constructor", e.v, k), hi(e, t), pi(e, t), mi(e, t), gi(e, t), vi(e, t), yi(e, t), bi(e, t), xi(e, t), Si(e, t);
1028
+ function ci(e, t) {
1029
+ e.g(t, "NaN", NaN, ze), e.g(t, "Infinity", 1 / 0, ze), e.g(t, "undefined", void 0, ze), e.g(t, "window", t, tn), e.g(t, "this", t, ze), e.g(t, "self", t), e.M = new O(null), e.Z = new O(e.M), ui(e, t), di(e, t), t.xa = e.M, e.g(t, "constructor", e.v, k), fi(e, t), hi(e, t), pi(e, t), mi(e, t), gi(e, t), yi(e, t), vi(e, t), bi(e, t), xi(e, t);
1030
1030
  var n = e.i(function() {
1031
1031
  throw EvalError("Can't happen");
1032
1032
  }, !1);
@@ -1042,17 +1042,17 @@ function ui(e, t) {
1042
1042
  };
1043
1043
  }(r[i][0]), e.g(t, r[i][1], e.i(n, !1), k);
1044
1044
  n = function(a) {
1045
- return Zn(e, !1, arguments);
1045
+ return qn(e, !1, arguments);
1046
1046
  }, e.g(t, "setTimeout", e.i(n, !1), k), n = function(a) {
1047
- return Zn(e, !0, arguments);
1047
+ return qn(e, !0, arguments);
1048
1048
  }, e.g(t, "setInterval", e.i(n, !1), k), n = function(a) {
1049
- Qn(e, a);
1049
+ Zn(e, a);
1050
1050
  }, e.g(t, "clearTimeout", e.i(n, !1), k), n = function(a) {
1051
- Qn(e, a);
1051
+ Zn(e, a);
1052
1052
  }, e.g(t, "clearInterval", e.i(n, !1), k), e.OBJECT = e.v, e.OBJECT_PROTO = e.M, e.FUNCTION = e.O, e.FUNCTION_PROTO = e.Z, e.ARRAY = e.qa, e.ARRAY_PROTO = e.La, e.REGEXP = e.I, e.REGEXP_PROTO = e.Ma, e.DATE = e.$, e.DATE_PROTO = e.nb, e.qb && e.qb(e, t);
1053
1053
  }
1054
- L.Wb = 0;
1055
- function di(e, t) {
1054
+ F.Wb = 0;
1055
+ function ui(e, t) {
1056
1056
  var n = /^[A-Za-z_$][\w$]*$/, r = function(i) {
1057
1057
  var a = arguments.length ? String(arguments[arguments.length - 1]) : "", s = Array.prototype.slice.call(arguments, 0, -1).join(",").trim();
1058
1058
  if (s) {
@@ -1064,29 +1064,29 @@ function di(e, t) {
1064
1064
  s = s.join(", ");
1065
1065
  }
1066
1066
  try {
1067
- var g = De("(function(" + s + ") {" + a + "})", "function" + e.Wb++);
1067
+ var g = Ue("(function(" + s + ") {" + a + "})", "function" + e.Wb++);
1068
1068
  } catch (b) {
1069
1069
  w(e, e.T, "Invalid code: " + b.message);
1070
1070
  }
1071
- return g.body.length !== 1 && w(e, e.T, "Invalid code in function body"), sn(e, g.body[0].la, e.N, "anonymous");
1071
+ return g.body.length !== 1 && w(e, e.T, "Invalid code in function body"), an(e, g.body[0].la, e.N, "anonymous");
1072
1072
  };
1073
1073
  e.O = e.i(r, !0), e.g(t, "Function", e.O, k), e.g(e.O, "prototype", e.Z, k), e.g(e.Z, "constructor", e.O, k), e.Z.Ta = function() {
1074
1074
  }, e.Z.Ta.id = e.Ya++, e.Z.Ab = !0, e.g(e.Z, "length", 0, ne), e.Z.H = "Function", r = function(i, a) {
1075
1075
  var s = e.o[e.o.length - 1];
1076
- s.U = this, s.B = i, s.F = [], a != null && (a instanceof O ? s.F = pr(e, a) : w(e, e.j, "CreateListFromArrayLike called on non-object")), s.eb = !1;
1077
- }, Y(e, e.O, "apply", r), r = function(i) {
1076
+ s.U = this, s.B = i, s.F = [], a != null && (a instanceof O ? s.F = hr(e, a) : w(e, e.j, "CreateListFromArrayLike called on non-object")), s.eb = !1;
1077
+ }, X(e, e.O, "apply", r), r = function(i) {
1078
1078
  var a = e.o[e.o.length - 1];
1079
1079
  a.U = this, a.B = i, a.F = [];
1080
1080
  for (var s = 1; s < arguments.length; s++)
1081
1081
  a.F.push(arguments[s]);
1082
1082
  a.eb = !1;
1083
- }, Y(e, e.O, "call", r), e.ba.push("Object.defineProperty(Function.prototype, 'bind',", "{configurable: true, writable: true, value:", "function bind(oThis) {", "if (typeof this !== 'function') {", "throw TypeError('What is trying to be bound is not callable');", "}", "var aArgs = Array.prototype.slice.call(arguments, 1),", "fToBind = this,", "fNOP = function() {},", "fBound = function() {", "return fToBind.apply(this instanceof fNOP", "? this", ": oThis,", "aArgs.concat(Array.prototype.slice.call(arguments)));", "};", "if (this.prototype) {", "fNOP.prototype = this.prototype;", "}", "fBound.prototype = new fNOP();", "return fBound;", "}", "});", ""), r = function() {
1083
+ }, X(e, e.O, "call", r), e.ba.push("Object.defineProperty(Function.prototype, 'bind',", "{configurable: true, writable: true, value:", "function bind(oThis) {", "if (typeof this !== 'function') {", "throw TypeError('What is trying to be bound is not callable');", "}", "var aArgs = Array.prototype.slice.call(arguments, 1),", "fToBind = this,", "fNOP = function() {},", "fBound = function() {", "return fToBind.apply(this instanceof fNOP", "? this", ": oThis,", "aArgs.concat(Array.prototype.slice.call(arguments)));", "};", "if (this.prototype) {", "fNOP.prototype = this.prototype;", "}", "fBound.prototype = new fNOP();", "return fBound;", "}", "});", ""), r = function() {
1084
1084
  return String(this);
1085
- }, Y(e, e.O, "toString", r), e.g(e.O, "toString", e.i(r, !1), k), r = function() {
1085
+ }, X(e, e.O, "toString", r), e.g(e.O, "toString", e.i(r, !1), k), r = function() {
1086
1086
  return this.valueOf();
1087
- }, Y(e, e.O, "valueOf", r), e.g(e.O, "valueOf", e.i(r, !1), k);
1087
+ }, X(e, e.O, "valueOf", r), e.g(e.O, "valueOf", e.i(r, !1), k);
1088
1088
  }
1089
- function fi(e, t) {
1089
+ function di(e, t) {
1090
1090
  function n(i) {
1091
1091
  i != null || w(e, e.j, "Cannot convert '" + i + "' to object");
1092
1092
  }
@@ -1118,24 +1118,24 @@ function fi(e, t) {
1118
1118
  return !!i && !i.preventExtensions;
1119
1119
  }, e.g(e.v, "isExtensible", e.i(r, !1), k), r = function(i) {
1120
1120
  return i instanceof O && (i.preventExtensions = !0), i;
1121
- }, e.g(e.v, "preventExtensions", e.i(r, !1), k), Y(e, e.v, "toString", O.prototype.toString), Y(e, e.v, "toLocaleString", O.prototype.toString), Y(e, e.v, "valueOf", O.prototype.valueOf), r = function(i) {
1121
+ }, e.g(e.v, "preventExtensions", e.i(r, !1), k), X(e, e.v, "toString", O.prototype.toString), X(e, e.v, "toLocaleString", O.prototype.toString), X(e, e.v, "valueOf", O.prototype.valueOf), r = function(i) {
1122
1122
  return n(this), this instanceof O ? String(i) in this.h : this.hasOwnProperty(i);
1123
- }, Y(e, e.v, "hasOwnProperty", r), r = function(i) {
1123
+ }, X(e, e.v, "hasOwnProperty", r), r = function(i) {
1124
1124
  return n(this), this instanceof O ? Object.prototype.propertyIsEnumerable.call(this.h, i) : this.propertyIsEnumerable(i);
1125
- }, Y(e, e.v, "propertyIsEnumerable", r), r = function(i) {
1125
+ }, X(e, e.v, "propertyIsEnumerable", r), r = function(i) {
1126
1126
  for (; ; ) {
1127
1127
  if (i = be(e, i), !i)
1128
1128
  return !1;
1129
1129
  if (i === this)
1130
1130
  return !0;
1131
1131
  }
1132
- }, Y(e, e.v, "isPrototypeOf", r);
1132
+ }, X(e, e.v, "isPrototypeOf", r);
1133
1133
  }
1134
- function hi(e, t) {
1134
+ function fi(e, t) {
1135
1135
  var n = function(r) {
1136
- var i = xe(e) ? this : Ue(e), a = arguments[0];
1136
+ var i = xe(e) ? this : We(e), a = arguments[0];
1137
1137
  if (arguments.length === 1 && typeof a == "number")
1138
- isNaN(rn(a)) && w(e, e.ob, "Invalid array length: " + a), i.h.length = a;
1138
+ isNaN(nn(a)) && w(e, e.ob, "Invalid array length: " + a), i.h.length = a;
1139
1139
  else {
1140
1140
  for (a = 0; a < arguments.length; a++)
1141
1141
  i.h[a] = arguments[a];
@@ -1151,12 +1151,12 @@ function hi(e, t) {
1151
1151
  writable: !0
1152
1152
  }), e.La.H = "Array", e.ba.push("(function() {", "function createArrayMethod_(f) {", "Object.defineProperty(Array.prototype, f.name,", "{configurable: true, writable: true, value: f});", "}", "createArrayMethod_(", "function pop() {", "if (!this) throw TypeError();", "var o = Object(this), len = o.length >>> 0;", "if (!len || len < 0) {", "o.length = 0;", "return undefined;", "}", "len--;", "var x = o[len];", "delete o[len];", "o.length = len;", "return x;", "}", ");", "createArrayMethod_(", "function push(var_args) {", "if (!this) throw TypeError();", "var o = Object(this), len = o.length >>> 0;", "for (var i = 0; i < arguments.length; i++) {", "o[len] = arguments[i];", "len++;", "}", "o.length = len;", "return len;", "}", ");", "createArrayMethod_(", "function shift() {", "if (!this) throw TypeError();", "var o = Object(this), len = o.length >>> 0;", "if (!len || len < 0) {", "o.length = 0;", "return undefined;", "}", "var value = o[0];", "for (var i = 0; i < len - 1; i++) {", "if ((i + 1) in o) {", "o[i] = o[i + 1];", "} else {", "delete o[i];", "}", "}", "delete o[i];", "o.length = len - 1;", "return value;", "}", ");", "createArrayMethod_(", "function unshift(var_args) {", "if (!this) throw TypeError();", "var o = Object(this), len = o.length >>> 0;", "if (!len || len < 0) {", "len = 0;", "}", "for (var i = len - 1; i >= 0; i--) {", "if (i in o) {", "o[i + arguments.length] = o[i];", "} else {", "delete o[i + arguments.length];", "}", "}", "for (var i = 0; i < arguments.length; i++) {", "o[i] = arguments[i];", "}", "return (o.length = len + arguments.length);", "}", ");", "createArrayMethod_(", "function reverse() {", "if (!this) throw TypeError();", "var o = Object(this), len = o.length >>> 0;", "if (!len || len < 2) {", "return o;", "}", "for (var i = 0; i < len / 2 - 0.5; i++) {", "var x = o[i];", "var hasX = i in o;", "if ((len - i - 1) in o) {", "o[i] = o[len - i - 1];", "} else {", "delete o[i];", "}", "if (hasX) {", "o[len - i - 1] = x;", "} else {", "delete o[len - i - 1];", "}", "}", "return o;", "}", ");", "createArrayMethod_(", "function indexOf(searchElement, fromIndex) {", "if (!this) throw TypeError();", "var o = Object(this), len = o.length >>> 0;", "var n = fromIndex | 0;", "if (!len || n >= len) {", "return -1;", "}", "var i = Math.max(n >= 0 ? n : len - Math.abs(n), 0);", "while (i < len) {", "if (i in o && o[i] === searchElement) {", "return i;", "}", "i++;", "}", "return -1;", "}", ");", "createArrayMethod_(", "function lastIndexOf(searchElement, fromIndex) {", "if (!this) throw TypeError();", "var o = Object(this), len = o.length >>> 0;", "if (!len) {", "return -1;", "}", "var n = len - 1;", "if (arguments.length > 1) {", "n = fromIndex | 0;", "if (n) {", "n = (n > 0 || -1) * Math.floor(Math.abs(n));", "}", "}", "var i = n >= 0 ? Math.min(n, len - 1) : len - Math.abs(n);", "while (i >= 0) {", "if (i in o && o[i] === searchElement) {", "return i;", "}", "i--;", "}", "return -1;", "}", ");", "createArrayMethod_(", "function slice(start, end) {", "if (!this) throw TypeError();", "var o = Object(this), len = o.length >>> 0;", "start |= 0;", "start = (start >= 0) ? start : Math.max(0, len + start);", "if (typeof end !== 'undefined') {", "if (end !== Infinity) {", "end |= 0;", "}", "if (end < 0) {", "end = len + end;", "} else {", "end = Math.min(end, len);", "}", "} else {", "end = len;", "}", "var size = end - start;", "var cloned = new Array(size);", "for (var i = 0; i < size; i++) {", "if ((start + i) in o) {", "cloned[i] = o[start + i];", "}", "}", "return cloned;", "}", ");", "createArrayMethod_(", "function splice(start, deleteCount, var_args) {", "if (!this) throw TypeError();", "var o = Object(this), len = o.length >>> 0;", "start |= 0;", "if (start < 0) {", "start = Math.max(len + start, 0);", "} else {", "start = Math.min(start, len);", "}", "if (arguments.length < 1) {", "deleteCount = len - start;", "} else {", "deleteCount |= 0;", "deleteCount = Math.max(0, Math.min(deleteCount, len - start));", "}", "var removed = [];", "for (var i = start; i < start + deleteCount; i++) {", "if (i in o) {", "removed.push(o[i]);", "} else {", "removed.length++;", "}", "if ((i + deleteCount) in o) {", "o[i] = o[i + deleteCount];", "} else {", "delete o[i];", "}", "}", "for (var i = start + deleteCount; i < len - deleteCount; i++) {", "if ((i + deleteCount) in o) {", "o[i] = o[i + deleteCount];", "} else {", "delete o[i];", "}", "}", "for (var i = len - deleteCount; i < len; i++) {", "delete o[i];", "}", "len -= deleteCount;", "var arl = arguments.length - 2;", "for (var i = len - 1; i >= start; i--) {", "if (i in o) {", "o[i + arl] = o[i];", "} else {", "delete o[i + arl];", "}", "}", "len += arl;", "for (var i = 2; i < arguments.length; i++) {", "o[start + i - 2] = arguments[i];", "}", "o.length = len;", "return removed;", "}", ");", "createArrayMethod_(", "function concat(var_args) {", "if (!this) throw TypeError();", "var o = Object(this);", "var cloned = [];", "for (var i = -1; i < arguments.length; i++) {", "var value = (i === -1) ? o : arguments[i];", "if (Array.isArray(value)) {", "for (var j = 0, l = value.length; j < l; j++) {", "if (j in value) {", "cloned.push(value[j]);", "} else {", "cloned.length++;", "}", "}", "} else {", "cloned.push(value);", "}", "}", "return cloned;", "}", ");", "createArrayMethod_(", "function join(opt_separator) {", "if (!this) throw TypeError();", "var o = Object(this), len = o.length >>> 0;", "var sep = typeof opt_separator === 'undefined' ?", "',' : ('' + opt_separator);", "var str = '';", "for (var i = 0; i < len; i++) {", "if (i && sep) str += sep;", "str += (o[i] === null || o[i] === undefined) ? '' : o[i];", "}", "return str;", "}", ");", "createArrayMethod_(", "function every(callbackfn, thisArg) {", "if (!this || typeof callbackfn !== 'function') throw TypeError();", "var t, k = 0;", "var o = Object(this), len = o.length >>> 0;", "if (arguments.length > 1) t = thisArg;", "while (k < len) {", "if (k in o && !callbackfn.call(t, o[k], k, o)) return false;", "k++;", "}", "return true;", "}", ");", "createArrayMethod_(", "function filter(fun, var_args) {", "if (this === void 0 || this === null || typeof fun !== 'function') throw TypeError();", "var o = Object(this), len = o.length >>> 0;", "var res = [];", "var thisArg = arguments.length >= 2 ? arguments[1] : void 0;", "for (var i = 0; i < len; i++) {", "if (i in o) {", "var val = o[i];", "if (fun.call(thisArg, val, i, o)) res.push(val);", "}", "}", "return res;", "}", ");", "createArrayMethod_(", "function forEach(callback, thisArg) {", "if (!this || typeof callback !== 'function') throw TypeError();", "var t, k = 0;", "var o = Object(this), len = o.length >>> 0;", "if (arguments.length > 1) t = thisArg;", "while (k < len) {", "if (k in o) callback.call(t, o[k], k, o);", "k++;", "}", "}", ");", "createArrayMethod_(", "function map(callback, thisArg) {", "if (!this || typeof callback !== 'function') throw TypeError();", "var t, k = 0;", "var o = Object(this), len = o.length >>> 0;", "if (arguments.length > 1) t = thisArg;", "var a = new Array(len);", "while (k < len) {", "if (k in o) a[k] = callback.call(t, o[k], k, o);", "k++;", "}", "return a;", "}", ");", "createArrayMethod_(", "function reduce(callback /*, initialValue*/) {", "if (!this || typeof callback !== 'function') throw TypeError();", "var o = Object(this), len = o.length >>> 0;", "var k = 0, value;", "if (arguments.length === 2) {", "value = arguments[1];", "} else {", "while (k < len && !(k in o)) k++;", "if (k >= len) {", "throw TypeError('Reduce of empty array with no initial value');", "}", "value = o[k++];", "}", "for (; k < len; k++) {", "if (k in o) value = callback(value, o[k], k, o);", "}", "return value;", "}", ");", "createArrayMethod_(", "function reduceRight(callback /*, initialValue*/) {", "if (null === this || 'undefined' === typeof this || 'function' !== typeof callback) throw TypeError();", "var o = Object(this), len = o.length >>> 0;", "var k = len - 1, value;", "if (arguments.length >= 2) {", "value = arguments[1];", "} else {", "while (k >= 0 && !(k in o)) k--;", "if (k < 0) {", "throw TypeError('Reduce of empty array with no initial value');", "}", "value = o[k--];", "}", "for (; k >= 0; k--) {", "if (k in o) value = callback(value, o[k], k, o);", "}", "return value;", "}", ");", "createArrayMethod_(", "function some(fun/*, thisArg*/) {", "if (!this || typeof fun !== 'function') throw TypeError();", "var o = Object(this), len = o.length >>> 0;", "var thisArg = arguments.length >= 2 ? arguments[1] : void 0;", "for (var i = 0; i < len; i++) {", "if (i in o && fun.call(thisArg, o[i], i, o)) return true;", "}", "return false;", "}", ");", "createArrayMethod_(", "function sort(opt_comp) {", "if (!this) throw TypeError();", "if (typeof opt_comp !== 'function') {", "opt_comp = undefined;", "}", "for (var i = 0; i < this.length; i++) {", "var changes = 0;", "for (var j = 0; j < this.length - i - 1; j++) {", "if (opt_comp ? (opt_comp(this[j], this[j + 1]) > 0) :", "(String(this[j]) > String(this[j + 1]))) {", "var swap = this[j];", "var hasSwap = j in this;", "if ((j + 1) in this) {", "this[j] = this[j + 1];", "} else {", "delete this[j];", "}", "if (hasSwap) {", "this[j + 1] = swap;", "} else {", "delete this[j + 1];", "}", "changes++;", "}", "}", "if (!changes) break;", "}", "return this;", "}", ");", "createArrayMethod_(", "function toLocaleString() {", "if (!this) throw TypeError();", "var o = Object(this), len = o.length >>> 0;", "var out = [];", "for (var i = 0; i < len; i++) {", "out[i] = (o[i] === null || o[i] === undefined) ? '' : o[i].toLocaleString();", "}", "return out.join(',');", "}", ");", "})();", "");
1153
1153
  }
1154
- function pi(e, t) {
1154
+ function hi(e, t) {
1155
1155
  var n = function(r) {
1156
1156
  return r = arguments.length ? we.String(r) : "", xe(e) ? (this.data = r, this) : r;
1157
1157
  };
1158
1158
  for (e.J = e.i(n, !0), e.g(t, "String", e.J, k), e.g(e.J, "fromCharCode", e.i(String.fromCharCode, !1), k), t = "charAt charCodeAt concat indexOf lastIndexOf slice substr substring toLocaleLowerCase toLocaleUpperCase toLowerCase toUpperCase trim".split(" "), n = 0; n < t.length; n++)
1159
- Y(e, e.J, t[n], String.prototype[t[n]]);
1159
+ X(e, e.J, t[n], String.prototype[t[n]]);
1160
1160
  n = function(r, i, a) {
1161
1161
  i = e.R(i), a = e.R(a);
1162
1162
  try {
@@ -1164,10 +1164,10 @@ function pi(e, t) {
1164
1164
  } catch (s) {
1165
1165
  w(e, e.D, "localeCompare: " + s.message);
1166
1166
  }
1167
- }, Y(e, e.J, "localeCompare", n), n = function(r, i, a) {
1167
+ }, X(e, e.J, "localeCompare", n), n = function(r, i, a) {
1168
1168
  var s = String(this);
1169
1169
  if (i = i ? Number(i) : void 0, q(e, r, e.I) && (r = r.data, Xe(e, r, a), e.REGEXP_MODE === 2)) {
1170
- if (ye)
1170
+ if (ve)
1171
1171
  r = Ye(e, "string.split(separator, limit)", {
1172
1172
  string: s,
1173
1173
  separator: r,
@@ -1185,7 +1185,7 @@ function pi(e, t) {
1185
1185
  }, qe(e, e.J, "split", n), n = function(r, i) {
1186
1186
  var a = String(this);
1187
1187
  if (r = q(e, r, e.I) ? r.data : new RegExp(r), Xe(e, r, i), e.REGEXP_MODE === 2)
1188
- if (ye)
1188
+ if (ve)
1189
1189
  r = Ye(e, "string.match(regexp)", {
1190
1190
  string: a,
1191
1191
  regexp: r
@@ -1201,7 +1201,7 @@ function pi(e, t) {
1201
1201
  }, qe(e, e.J, "match", n), n = function(r, i) {
1202
1202
  var a = String(this);
1203
1203
  if (q(e, r, e.I) ? r = r.data : r = new RegExp(r), Xe(e, r, i), e.REGEXP_MODE === 2)
1204
- if (ye)
1204
+ if (ve)
1205
1205
  r = Ye(e, "string.search(regexp)", {
1206
1206
  string: a,
1207
1207
  regexp: r
@@ -1217,7 +1217,7 @@ function pi(e, t) {
1217
1217
  }, qe(e, e.J, "search", n), n = function(r, i, a) {
1218
1218
  var s = String(this);
1219
1219
  if (i = String(i), q(e, r, e.I) && (r = r.data, Xe(e, r, a), e.REGEXP_MODE === 2)) {
1220
- if (ye)
1220
+ if (ve)
1221
1221
  r = Ye(e, "string.replace(substr, newSubstr)", {
1222
1222
  string: s,
1223
1223
  substr: r,
@@ -1234,12 +1234,12 @@ function pi(e, t) {
1234
1234
  a(s.replace(r, i));
1235
1235
  }, qe(e, e.J, "replace", n), e.ba.push("(function() {", "var replace_ = String.prototype.replace;", "String.prototype.replace = function replace(substr, newSubstr) {", "if (typeof newSubstr !== 'function') {", "return replace_.call(this, substr, newSubstr);", "}", "var str = this;", "if (substr instanceof RegExp) {", "var subs = [];", "var m = substr.exec(str);", "while (m) {", "m.push(m.index, str);", "var inject = newSubstr.apply(null, m);", "subs.push([m.index, m[0].length, inject]);", "m = substr.global ? substr.exec(str) : null;", "}", "for (var i = subs.length - 1; i >= 0; i--) {", "str = str.substring(0, subs[i][0]) + subs[i][2] + str.substring(subs[i][0] + subs[i][1]);", "}", "} else {", "var i = str.indexOf(substr);", "if (i !== -1) {", "var inject = newSubstr(str.substr(i, substr.length), i, str);", "str = str.substring(0, i) + inject + str.substring(i + substr.length);", "}", "}", "return str;", "};", "})();", "");
1236
1236
  }
1237
- function mi(e, t) {
1237
+ function pi(e, t) {
1238
1238
  e.mb = e.i(function(n) {
1239
1239
  return n = we.Boolean(n), xe(e) ? (this.data = n, this) : n;
1240
1240
  }, !0), e.g(t, "Boolean", e.mb, k);
1241
1241
  }
1242
- function gi(e, t) {
1242
+ function mi(e, t) {
1243
1243
  var n = function(r) {
1244
1244
  return r = arguments.length ? we.Number(r) : 0, xe(e) ? (this.data = r, this) : r;
1245
1245
  };
@@ -1251,34 +1251,34 @@ function gi(e, t) {
1251
1251
  } catch (i) {
1252
1252
  w(e, e.D, i.message);
1253
1253
  }
1254
- }, Y(e, e.aa, "toExponential", n), n = function(r) {
1254
+ }, X(e, e.aa, "toExponential", n), n = function(r) {
1255
1255
  try {
1256
1256
  return Number(this).toFixed(r);
1257
1257
  } catch (i) {
1258
1258
  w(e, e.D, i.message);
1259
1259
  }
1260
- }, Y(e, e.aa, "toFixed", n), n = function(r) {
1260
+ }, X(e, e.aa, "toFixed", n), n = function(r) {
1261
1261
  try {
1262
1262
  return Number(this).toPrecision(r);
1263
1263
  } catch (i) {
1264
1264
  w(e, e.D, i.message);
1265
1265
  }
1266
- }, Y(e, e.aa, "toPrecision", n), n = function(r) {
1266
+ }, X(e, e.aa, "toPrecision", n), n = function(r) {
1267
1267
  try {
1268
1268
  return Number(this).toString(r);
1269
1269
  } catch (i) {
1270
1270
  w(e, e.D, i.message);
1271
1271
  }
1272
- }, Y(e, e.aa, "toString", n), n = function(r, i) {
1272
+ }, X(e, e.aa, "toString", n), n = function(r, i) {
1273
1273
  r = r ? e.R(r) : void 0, i = i ? e.R(i) : void 0;
1274
1274
  try {
1275
1275
  return Number(this).toLocaleString(r, i);
1276
1276
  } catch (a) {
1277
1277
  w(e, e.D, "toLocaleString: " + a.message);
1278
1278
  }
1279
- }, Y(e, e.aa, "toLocaleString", n);
1279
+ }, X(e, e.aa, "toLocaleString", n);
1280
1280
  }
1281
- function vi(e, t) {
1281
+ function gi(e, t) {
1282
1282
  var n = function(i, a) {
1283
1283
  if (!xe(e))
1284
1284
  return we.Date();
@@ -1295,7 +1295,7 @@ function vi(e, t) {
1295
1295
  c[f] = e.R(arguments[f]);
1296
1296
  return s[i].apply(s, c);
1297
1297
  };
1298
- }(t[r]), Y(e, e.$, t[r], n);
1298
+ }(t[r]), X(e, e.$, t[r], n);
1299
1299
  }
1300
1300
  function yi(e, t) {
1301
1301
  var n = function(r, i) {
@@ -1312,7 +1312,7 @@ function yi(e, t) {
1312
1312
  } catch (c) {
1313
1313
  w(e, e.T, c.message);
1314
1314
  }
1315
- return on(e, a, s), a;
1315
+ return rn(e, a, s), a;
1316
1316
  };
1317
1317
  e.I = e.i(n, !0), e.Ma = e.I.h.prototype, e.g(t, "RegExp", e.I, k), e.g(e.I.h.prototype, "global", void 0, ne), e.g(e.I.h.prototype, "ignoreCase", void 0, ne), e.g(e.I.h.prototype, "multiline", void 0, ne), e.g(e.I.h.prototype, "source", "(?:)", ne), e.ba.push("Object.defineProperty(RegExp.prototype, 'test',", "{configurable: true, writable: true, value:", "function test(str) {", "return !!this.exec(str);", "}", "});"), n = function(r, i) {
1318
1318
  function a(b) {
@@ -1324,7 +1324,7 @@ function yi(e, t) {
1324
1324
  }
1325
1325
  var s = this.data;
1326
1326
  if (r = String(r), s.lastIndex = Number(e.G(this, "lastIndex")), Xe(e, s, i), e.REGEXP_MODE === 2)
1327
- if (ye)
1327
+ if (ve)
1328
1328
  r = Ye(e, "regexp.exec(string)", {
1329
1329
  string: r,
1330
1330
  regexp: s
@@ -1339,20 +1339,20 @@ function yi(e, t) {
1339
1339
  r = s.exec(r), e.g(this, "lastIndex", s.lastIndex), i(a(r));
1340
1340
  }, qe(e, e.I, "exec", n);
1341
1341
  }
1342
- function bi(e, t) {
1342
+ function vi(e, t) {
1343
1343
  function n(r) {
1344
1344
  var i = e.i(function(a) {
1345
1345
  var s = xe(e) ? this : e.Aa(i);
1346
- return Jt(e, s, a), s;
1346
+ return Xt(e, s, a), s;
1347
1347
  }, !0);
1348
1348
  return e.g(i, "prototype", e.Aa(e.D), k), e.g(i.h.prototype, "name", r, k), e.g(t, r, i, k), i;
1349
1349
  }
1350
1350
  e.D = e.i(function(r) {
1351
1351
  var i = xe(e) ? this : e.Aa(e.D);
1352
- return Jt(e, i, r), i;
1352
+ return Xt(e, i, r), i;
1353
1353
  }, !0), e.g(t, "Error", e.D, k), e.g(e.D.h.prototype, "message", "", k), e.g(e.D.h.prototype, "name", "Error", k), n("EvalError"), e.ob = n("RangeError"), e.pb = n("ReferenceError"), e.T = n("SyntaxError"), e.j = n("TypeError"), e.Gb = n("URIError");
1354
1354
  }
1355
- function xi(e, t) {
1355
+ function bi(e, t) {
1356
1356
  var n = e.s(e.M);
1357
1357
  e.g(t, "Math", n, k);
1358
1358
  var r = "E LN2 LN10 LOG2E LOG10E PI SQRT1_2 SQRT2".split(" ");
@@ -1361,7 +1361,7 @@ function xi(e, t) {
1361
1361
  for (r = "abs acos asin atan atan2 ceil cos exp floor log max min pow random round sin sqrt tan".split(" "), t = 0; t < r.length; t++)
1362
1362
  e.g(n, r[t], e.i(Math[r[t]], !1), k);
1363
1363
  }
1364
- function Si(e, t) {
1364
+ function xi(e, t) {
1365
1365
  var n = e.s(e.M);
1366
1366
  e.g(t, "JSON", n, k), t = function(r) {
1367
1367
  try {
@@ -1371,7 +1371,7 @@ function Si(e, t) {
1371
1371
  }
1372
1372
  return e.Ia(i);
1373
1373
  }, e.g(n, "parse", e.i(t, !1)), t = function(r, i, a) {
1374
- i && i.H === "Function" ? w(e, e.j, "Function replacer on JSON.stringify not supported") : i && i.H === "Array" ? (i = pr(e, i), i = i.filter(function(c) {
1374
+ i && i.H === "Function" ? w(e, e.j, "Function replacer on JSON.stringify not supported") : i && i.H === "Array" ? (i = hr(e, i), i = i.filter(function(c) {
1375
1375
  return typeof c == "string" || typeof c == "number";
1376
1376
  })) : i = null, typeof a != "string" && typeof a != "number" && (a = void 0), r = e.R(r);
1377
1377
  try {
@@ -1394,10 +1394,10 @@ function q(e, t, n) {
1394
1394
  }
1395
1395
  return !1;
1396
1396
  }
1397
- function on(e, t, n) {
1397
+ function rn(e, t, n) {
1398
1398
  t.data = new RegExp(n.source, n.flags), e.g(t, "lastIndex", n.lastIndex, k), e.g(t, "source", n.source, ne), e.g(t, "global", n.global, ne), e.g(t, "ignoreCase", n.ignoreCase, ne), e.g(t, "multiline", n.multiline, ne);
1399
1399
  }
1400
- function Jt(e, t, n) {
1400
+ function Xt(e, t, n) {
1401
1401
  n && e.g(t, "message", String(n), k), n = [];
1402
1402
  for (var r = e.o.length - 1; 0 <= r; r--) {
1403
1403
  var i = e.o[r], a = i.node;
@@ -1414,9 +1414,9 @@ function Jt(e, t, n) {
1414
1414
  }
1415
1415
  e.g(t, "stack", a.trim(), k);
1416
1416
  }
1417
- L.ha = function() {
1417
+ F.ha = function() {
1418
1418
  var e = this.ha.Mb;
1419
- return e || (e = new Blob([ci.join(`
1419
+ return e || (e = new Blob([li.join(`
1420
1420
  `)], {
1421
1421
  type: "application/javascript"
1422
1422
  }), this.ha.Mb = e), new Worker(URL.createObjectURL(e));
@@ -1426,7 +1426,7 @@ function Ye(e, t, n, r, i) {
1426
1426
  timeout: e.REGEXP_THREAD_TIMEOUT
1427
1427
  };
1428
1428
  try {
1429
- return ye.runInNewContext(t, n, a);
1429
+ return ve.runInNewContext(t, n, a);
1430
1430
  } catch {
1431
1431
  i(null), w(e, e.D, "RegExp Timeout: " + r);
1432
1432
  }
@@ -1437,16 +1437,16 @@ function Xe(e, t, n) {
1437
1437
  var r = !1;
1438
1438
  else if (e.REGEXP_MODE === 1)
1439
1439
  r = !0;
1440
- else if (ye)
1440
+ else if (ve)
1441
1441
  r = !0;
1442
1442
  else if (typeof Worker == "function" && typeof URL == "function")
1443
1443
  r = !0;
1444
1444
  else if (typeof require == "function") {
1445
1445
  try {
1446
- ye = require("vm");
1446
+ ve = require("vm");
1447
1447
  } catch {
1448
1448
  }
1449
- r = !!ye;
1449
+ r = !!ve;
1450
1450
  } else
1451
1451
  r = !1;
1452
1452
  r || (n(null), w(e, e.D, "Regular expressions not supported: " + t));
@@ -1460,15 +1460,15 @@ function Je(e, t, n, r) {
1460
1460
  }
1461
1461
  }, e.REGEXP_THREAD_TIMEOUT);
1462
1462
  }
1463
- L.Aa = function(e) {
1463
+ F.Aa = function(e) {
1464
1464
  return this.s(e && e.h.prototype);
1465
1465
  };
1466
- L.s = function(e) {
1466
+ F.s = function(e) {
1467
1467
  if (typeof e != "object")
1468
1468
  throw Error("Non object prototype");
1469
1469
  return e = new O(e), q(this, e, this.D) && (e.H = "Error"), e;
1470
1470
  };
1471
- function Ue(e) {
1471
+ function We(e) {
1472
1472
  var t = e.s(e.La);
1473
1473
  return e.g(t, "length", 0, {
1474
1474
  configurable: !1,
@@ -1476,29 +1476,29 @@ function Ue(e) {
1476
1476
  writable: !0
1477
1477
  }), t.H = "Array", t;
1478
1478
  }
1479
- function an(e, t, n) {
1479
+ function on(e, t, n) {
1480
1480
  var r = e.s(e.Z);
1481
1481
  return n ? (n = e.s(e.M), e.g(r, "prototype", n, k), e.g(n, "constructor", r, k)) : r.Ab = !0, e.g(r, "length", t, ne), r.H = "Function", r;
1482
1482
  }
1483
- function sn(e, t, n, r) {
1484
- var i = an(e, t.oa.length, !0);
1483
+ function an(e, t, n, r) {
1484
+ var i = on(e, t.oa.length, !0);
1485
1485
  return i.Va = n, i.node = t, e.g(i, "name", t.id ? String(t.id.name) : r || "", ne), i;
1486
1486
  }
1487
- L.i = function(e, t) {
1488
- return t = an(this, e.length, t), t.Ta = e, e.id = this.Ya++, this.g(t, "name", e.name, ne), t;
1487
+ F.i = function(e, t) {
1488
+ return t = on(this, e.length, t), t.Ta = e, e.id = this.Ya++, this.g(t, "name", e.name, ne), t;
1489
1489
  };
1490
- L.ub = function(e) {
1491
- var t = an(this, e.length, !0);
1490
+ F.ub = function(e) {
1491
+ var t = on(this, e.length, !0);
1492
1492
  return t.Za = e, e.id = this.Ya++, this.g(t, "name", e.name, ne), t;
1493
1493
  };
1494
- L.Ia = function(e) {
1494
+ F.Ia = function(e) {
1495
1495
  if (e instanceof O)
1496
1496
  throw Error("Object is already pseudo");
1497
1497
  if (e == null || e === !0 || e === !1 || typeof e == "string" || typeof e == "number")
1498
1498
  return e;
1499
1499
  if (e instanceof RegExp) {
1500
1500
  var t = this.s(this.Ma);
1501
- return on(this, t, e), t;
1501
+ return rn(this, t, e), t;
1502
1502
  }
1503
1503
  if (e instanceof Date)
1504
1504
  return t = this.s(this.nb), t.data = new Date(e.valueOf()), t;
@@ -1512,7 +1512,7 @@ L.Ia = function(e) {
1512
1512
  }, !!t);
1513
1513
  }
1514
1514
  if (Array.isArray(e)) {
1515
- t = Ue(this);
1515
+ t = We(this);
1516
1516
  for (var r = 0; r < e.length; r++)
1517
1517
  r in e && this.g(t, r, this.Ia(e[r]));
1518
1518
  return t;
@@ -1522,7 +1522,7 @@ L.Ia = function(e) {
1522
1522
  this.g(t, r, this.Ia(e[r]));
1523
1523
  return t;
1524
1524
  };
1525
- L.R = function(e, t) {
1525
+ F.R = function(e, t) {
1526
1526
  if (typeof e != "object" && typeof e != "function" || e === null)
1527
1527
  return e;
1528
1528
  if (!(e instanceof O))
@@ -1553,15 +1553,15 @@ L.R = function(e, t) {
1553
1553
  return t.hb.pop(), t.Sa.pop(), n;
1554
1554
  };
1555
1555
  function ge(e, t) {
1556
- for (var n = Ue(e), r = Object.getOwnPropertyNames(t), i = 0; i < r.length; i++)
1556
+ for (var n = We(e), r = Object.getOwnPropertyNames(t), i = 0; i < r.length; i++)
1557
1557
  e.g(n, r[i], t[r[i]]);
1558
1558
  return n;
1559
1559
  }
1560
- function pr(e, t) {
1560
+ function hr(e, t) {
1561
1561
  var n = [], r;
1562
1562
  for (r in t.h)
1563
1563
  n[r] = e.G(t, r);
1564
- return n.length = rn(e.G(t, "length")) || 0, n;
1564
+ return n.length = nn(e.G(t, "length")) || 0, n;
1565
1565
  }
1566
1566
  function be(e, t) {
1567
1567
  switch (typeof t) {
@@ -1574,7 +1574,7 @@ function be(e, t) {
1574
1574
  }
1575
1575
  return t ? t.xa : null;
1576
1576
  }
1577
- L.G = function(e, t) {
1577
+ F.G = function(e, t) {
1578
1578
  if (this.P)
1579
1579
  throw Error("Getter not supported in that context");
1580
1580
  if (t = String(t), e != null || w(this, this.j, "Cannot read property '" + t + "' of " + e), typeof e == "object" && !(e instanceof O))
@@ -1608,13 +1608,13 @@ function St(e, t, n) {
1608
1608
  while (t = be(e, t));
1609
1609
  return !1;
1610
1610
  }
1611
- L.g = function(e, t, n, r) {
1611
+ F.g = function(e, t, n, r) {
1612
1612
  if (this.Ka)
1613
1613
  throw Error("Setter not supported in that context");
1614
1614
  if (t = String(t), e != null || w(this, this.j, "Cannot set property '" + t + "' of " + e), typeof e == "object" && !(e instanceof O))
1615
1615
  throw TypeError("Expecting native value or pseudo object");
1616
1616
  r && ("get" in r || "set" in r) && ("value" in r || "writable" in r) && w(this, this.j, "Invalid property descriptor. Cannot both specify accessors and a value or writable attribute");
1617
- var i = !this.o || ln(this).S;
1617
+ var i = !this.o || sn(this).S;
1618
1618
  if (e instanceof O) {
1619
1619
  if (q(this, e, this.J)) {
1620
1620
  var a = Qe(t);
@@ -1630,7 +1630,7 @@ L.g = function(e, t, n, r) {
1630
1630
  return;
1631
1631
  n = r.value;
1632
1632
  }
1633
- if (n = rn(n), isNaN(n) && w(this, this.ob, "Invalid array length"), n < a)
1633
+ if (n = nn(n), isNaN(n) && w(this, this.ob, "Invalid array length"), n < a)
1634
1634
  for (s in e.h) {
1635
1635
  var s = Qe(s);
1636
1636
  !isNaN(s) && n <= s && delete e.h[s];
@@ -1670,24 +1670,24 @@ L.g = function(e, t, n, r) {
1670
1670
  } else
1671
1671
  i && w(this, this.j, "Can't create property '" + t + "' on '" + e + "'");
1672
1672
  };
1673
- L.g.ac = function() {
1673
+ F.g.ac = function() {
1674
1674
  throw Error("Placeholder getter");
1675
1675
  };
1676
- L.g.bc = function() {
1676
+ F.g.bc = function() {
1677
1677
  throw Error("Placeholder setter");
1678
1678
  };
1679
- function Y(e, t, n, r) {
1679
+ function X(e, t, n, r) {
1680
1680
  e.g(t.h.prototype, n, e.i(r, !1), k);
1681
1681
  }
1682
1682
  function qe(e, t, n, r) {
1683
1683
  e.g(t.h.prototype, n, e.ub(r), k);
1684
1684
  }
1685
- function ln(e) {
1685
+ function sn(e) {
1686
1686
  if (e = e.o[e.o.length - 1].scope, !e)
1687
1687
  throw Error("No scope found");
1688
1688
  return e;
1689
1689
  }
1690
- function qt(e, t, n) {
1690
+ function Jt(e, t, n) {
1691
1691
  var r = !1;
1692
1692
  if (n && n.S)
1693
1693
  r = !0;
@@ -1695,15 +1695,15 @@ function qt(e, t, n) {
1695
1695
  var i = t.body && t.body[0];
1696
1696
  i && i.la && i.la.type === "Literal" && i.la.value === "use strict" && (r = !0);
1697
1697
  }
1698
- return i = e.s(null), r = new vr(n, r, i), n || ui(e, r.object), nt(e, t, r), r;
1698
+ return i = e.s(null), r = new gr(n, r, i), n || ci(e, r.object), nt(e, t, r), r;
1699
1699
  }
1700
- function cn(e, t, n) {
1700
+ function ln(e, t, n) {
1701
1701
  if (!t)
1702
1702
  throw Error("parentScope required");
1703
- return e = n || e.s(null), new vr(t, t.S, e);
1703
+ return e = n || e.s(null), new gr(t, t.S, e);
1704
1704
  }
1705
- function un(e, t) {
1706
- for (var n = ln(e); n && n !== e.N; ) {
1705
+ function cn(e, t) {
1706
+ for (var n = sn(e); n && n !== e.N; ) {
1707
1707
  if (t in n.object.h)
1708
1708
  return n.object.h[t];
1709
1709
  n = n.Va;
@@ -1712,8 +1712,8 @@ function un(e, t) {
1712
1712
  return e.G(n.object, t);
1713
1713
  n = e.o[e.o.length - 1].node, n.type === "UnaryExpression" && n.operator === "typeof" || w(e, e.pb, t + " is not defined");
1714
1714
  }
1715
- function mr(e, t, n) {
1716
- for (var r = ln(e), i = r.S; r && r !== e.N; ) {
1715
+ function pr(e, t, n) {
1716
+ for (var r = sn(e), i = r.S; r && r !== e.N; ) {
1717
1717
  if (t in r.object.h) {
1718
1718
  try {
1719
1719
  r.object.h[t] = n;
@@ -1774,20 +1774,20 @@ function nt(e, t, n) {
1774
1774
  t.jb = r;
1775
1775
  }
1776
1776
  for (s in r)
1777
- r[s] === !0 ? e.g(n.object, s, void 0, Jn) : e.g(n.object, s, sn(e, r[s], n), Jn);
1777
+ r[s] === !0 ? e.g(n.object, s, void 0, Xn) : e.g(n.object, s, an(e, r[s], n), Xn);
1778
1778
  return r;
1779
1779
  }
1780
1780
  function xe(e) {
1781
1781
  return e.o[e.o.length - 1].isConstructor;
1782
1782
  }
1783
- function dn(e, t) {
1784
- return t[0] === We ? un(e, t[1]) : e.G(t[0], t[1]);
1783
+ function un(e, t) {
1784
+ return t[0] === Le ? cn(e, t[1]) : e.G(t[0], t[1]);
1785
1785
  }
1786
- function fn(e, t, n) {
1787
- return t[0] === We ? mr(e, t[1], n) : e.g(t[0], t[1], n);
1786
+ function dn(e, t, n) {
1787
+ return t[0] === Le ? pr(e, t[1], n) : e.g(t[0], t[1], n);
1788
1788
  }
1789
1789
  function w(e, t, n) {
1790
- throw e.N ? (n !== void 0 && t instanceof O && (t = e.Aa(t), Jt(e, t, n)), at(e, 4, t), hr) : n === void 0 ? t : n;
1790
+ throw e.N ? (n !== void 0 && t instanceof O && (t = e.Aa(t), Xt(e, t, n)), at(e, 4, t), fr) : n === void 0 ? t : n;
1791
1791
  }
1792
1792
  function at(e, t, n, r) {
1793
1793
  if (t === 0)
@@ -1865,7 +1865,7 @@ function te(e, t) {
1865
1865
  }
1866
1866
  return "???";
1867
1867
  }
1868
- function Zn(e, t, n) {
1868
+ function qn(e, t, n) {
1869
1869
  var r = e.o[e.o.length - 1], i = Array.from(n), a = i.shift();
1870
1870
  n = Math.max(Number(i.shift() || 0), 0);
1871
1871
  var s = e.ya();
@@ -1874,20 +1874,20 @@ function Zn(e, t, n) {
1874
1874
  s.type = "CallExpression", r = r.scope;
1875
1875
  } else {
1876
1876
  try {
1877
- var f = De(String(a), "taskCode" + e.ic++);
1877
+ var f = Ue(String(a), "taskCode" + e.ic++);
1878
1878
  } catch (g) {
1879
1879
  w(e, e.T, "Invalid code: " + g.message);
1880
1880
  }
1881
1881
  s.type = "EvalProgram_", s.body = f.body, r = r.node.arguments[0], xt(s, r ? r.start : void 0, r ? r.end : void 0), r = e.N, i.length = 0;
1882
1882
  }
1883
- return t = new ki(c, i, r, s, t ? n : -1), gr(e, t, n), t.Db;
1883
+ return t = new Si(c, i, r, s, t ? n : -1), mr(e, t, n), t.Db;
1884
1884
  }
1885
- function gr(e, t, n) {
1885
+ function mr(e, t, n) {
1886
1886
  t.time = Date.now() + n, e.ca.push(t), e.ca.sort(function(r, i) {
1887
1887
  return r.time - i.time;
1888
1888
  });
1889
1889
  }
1890
- function Qn(e, t) {
1890
+ function Zn(e, t) {
1891
1891
  for (var n = 0; n < e.ca.length; n++)
1892
1892
  if (e.ca[n].Db == t) {
1893
1893
  e.ca.splice(n, 1);
@@ -1901,45 +1901,45 @@ function st(e, t, n) {
1901
1901
  var r = e.ya();
1902
1902
  return r.type = "CallExpression", e = new C(r, e.o[e.o.length - 1].scope), e.ia = 2, e.B = n, e.U = t, e.Qa = !0, e.F = [], e;
1903
1903
  }
1904
- function hn(e, t, n, r) {
1904
+ function fn(e, t, n, r) {
1905
1905
  if (!e.Ka)
1906
1906
  throw Error("Unexpected call to createSetter");
1907
1907
  e.Ka = !1, n = Array.isArray(n) ? n[0] : e.Na;
1908
1908
  var i = e.ya();
1909
1909
  return i.type = "CallExpression", e = new C(i, e.o[e.o.length - 1].scope), e.ia = 2, e.B = n, e.U = t, e.Qa = !0, e.F = [r], e;
1910
1910
  }
1911
- function zt(e, t) {
1911
+ function Gt(e, t) {
1912
1912
  return t == null ? e.Na : t instanceof O ? t : (e = e.s(be(e, t)), e.data = t, e);
1913
1913
  }
1914
- L.Xb = function() {
1914
+ F.Xb = function() {
1915
1915
  return this.N;
1916
1916
  };
1917
- L.Yb = function() {
1917
+ F.Yb = function() {
1918
1918
  return this.o;
1919
1919
  };
1920
- L.ec = function(e) {
1920
+ F.ec = function(e) {
1921
1921
  this.o = e;
1922
1922
  };
1923
1923
  function C(e, t) {
1924
1924
  this.node = e, this.scope = t;
1925
1925
  }
1926
- function vr(e, t, n) {
1926
+ function gr(e, t, n) {
1927
1927
  this.Va = e, this.S = t, this.object = n;
1928
1928
  }
1929
1929
  function O(e) {
1930
1930
  this.V = /* @__PURE__ */ Object.create(null), this.Y = /* @__PURE__ */ Object.create(null), this.h = /* @__PURE__ */ Object.create(null), this.xa = e;
1931
1931
  }
1932
- L = O.prototype;
1933
- L.xa = null;
1934
- L.H = "Object";
1935
- L.data = null;
1936
- L.toString = function() {
1932
+ F = O.prototype;
1933
+ F.xa = null;
1934
+ F.H = "Object";
1935
+ F.data = null;
1936
+ F.toString = function() {
1937
1937
  if (!Ze)
1938
1938
  return "[object Interpreter.Object]";
1939
1939
  if (!(this instanceof O))
1940
1940
  return String(this);
1941
1941
  if (this.H === "Array") {
1942
- var e = qn;
1942
+ var e = Jn;
1943
1943
  e.push(this);
1944
1944
  try {
1945
1945
  var t = [], n = this.h.length, r = !1;
@@ -1955,7 +1955,7 @@ L.toString = function() {
1955
1955
  return t.join(",");
1956
1956
  }
1957
1957
  if (this.H === "Error") {
1958
- if (e = qn, e.indexOf(this) !== -1)
1958
+ if (e = Jn, e.indexOf(this) !== -1)
1959
1959
  return "[object Error]";
1960
1960
  n = this;
1961
1961
  do
@@ -1981,17 +1981,17 @@ L.toString = function() {
1981
1981
  }
1982
1982
  return this.data !== null ? String(this.data) : "[object " + this.H + "]";
1983
1983
  };
1984
- L.valueOf = function() {
1984
+ F.valueOf = function() {
1985
1985
  return !Ze || this.data === void 0 || this.data === null || this.data instanceof RegExp ? this : this.data instanceof Date ? this.data.valueOf() : this.data;
1986
1986
  };
1987
- function ki(e, t, n, r, i) {
1988
- this.zb = e, this.Lb = t, this.scope = n, this.node = r, this.interval = i, this.Db = ++Ci, this.time = 0;
1987
+ function Si(e, t, n, r, i) {
1988
+ this.zb = e, this.Lb = t, this.scope = n, this.node = r, this.interval = i, this.Db = ++ki, this.time = 0;
1989
1989
  }
1990
- var Ci = 0;
1990
+ var ki = 0;
1991
1991
  p.prototype.stepArrayExpression = function(e, t, n) {
1992
1992
  n = n.elements;
1993
1993
  var r = t.A || 0;
1994
- for (t.Oa ? (this.g(t.Oa, r, t.value), r++) : (t.Oa = Ue(this), t.Oa.h.length = n.length); r < n.length; ) {
1994
+ for (t.Oa ? (this.g(t.Oa, r, t.value), r++) : (t.Oa = We(this), t.Oa.h.length = n.length); r < n.length; ) {
1995
1995
  if (n[r])
1996
1996
  return t.A = r, new C(n[r], t.scope);
1997
1997
  r++;
@@ -2002,7 +2002,7 @@ p.prototype.stepAssignmentExpression = function(e, t, n) {
2002
2002
  if (!t.ja)
2003
2003
  return t.ja = !0, t = new C(n.left, t.scope), t.sa = !0, t;
2004
2004
  if (!t.Da)
2005
- return t.Fa || (t.Fa = t.value), t.Ba && (t.ma = t.value), !t.Ba && n.operator !== "=" && (e = dn(this, t.Fa), t.ma = e, this.P) ? (t.Ba = !0, st(this, e, t.Fa)) : (t.Da = !0, n.operator === "=" && n.left.type === "Identifier" && (t.Pa = n.left.name), new C(n.right, t.scope));
2005
+ return t.Fa || (t.Fa = t.value), t.Ba && (t.ma = t.value), !t.Ba && n.operator !== "=" && (e = un(this, t.Fa), t.ma = e, this.P) ? (t.Ba = !0, st(this, e, t.Fa)) : (t.Da = !0, n.operator === "=" && n.left.type === "Identifier" && (t.Pa = n.left.name), new C(n.right, t.scope));
2006
2006
  if (t.ta)
2007
2007
  e.pop(), e[e.length - 1].value = t.ib;
2008
2008
  else {
@@ -2047,8 +2047,8 @@ p.prototype.stepAssignmentExpression = function(e, t, n) {
2047
2047
  default:
2048
2048
  throw SyntaxError("Unknown assignment expression: " + n.operator);
2049
2049
  }
2050
- if (n = fn(this, t.Fa, r))
2051
- return t.ta = !0, t.ib = r, hn(this, n, t.Fa, r);
2050
+ if (n = dn(this, t.Fa, r))
2051
+ return t.ta = !0, t.ib = r, fn(this, n, t.Fa, r);
2052
2052
  e.pop(), e[e.length - 1].value = r;
2053
2053
  }
2054
2054
  };
@@ -2148,7 +2148,7 @@ p.prototype.stepCallExpression = function(e, t, n) {
2148
2148
  t.ia = 2;
2149
2149
  var i = t.value;
2150
2150
  if (Array.isArray(i)) {
2151
- if (t.U = dn(this, i), i[0] === We ? t.Pb = i[1] === "eval" : t.B = i[0], i = t.U, this.P)
2151
+ if (t.U = un(this, i), i[0] === Le ? t.Pb = i[1] === "eval" : t.B = i[0], i = t.U, this.P)
2152
2152
  return t.ia = 1, st(this, i, t.value);
2153
2153
  } else
2154
2154
  t.U = i;
@@ -2159,7 +2159,7 @@ p.prototype.stepCallExpression = function(e, t, n) {
2159
2159
  return new C(n.arguments[t.A++], t.scope);
2160
2160
  if (n.type === "NewExpression") {
2161
2161
  if (i instanceof O && !i.Ab || w(this, this.j, te(this, n.callee) + " is not a constructor"), i === this.qa)
2162
- t.B = Ue(this);
2162
+ t.B = We(this);
2163
2163
  else {
2164
2164
  var a = i.h.prototype;
2165
2165
  (typeof a != "object" || a === null) && (a = this.M), t.B = this.s(a);
@@ -2172,30 +2172,30 @@ p.prototype.stepCallExpression = function(e, t, n) {
2172
2172
  e.pop(), e[e.length - 1].value = t.isConstructor && typeof t.value != "object" ? t.B : t.value;
2173
2173
  else {
2174
2174
  if (t.eb = !0, i instanceof O || w(this, this.j, te(this, n.callee) + " is not a function"), e = i.node) {
2175
- for (n = qt(this, e.body, i.Va), r = Ue(this), i = 0; i < t.F.length; i++)
2175
+ for (n = Jt(this, e.body, i.Va), r = We(this), i = 0; i < t.F.length; i++)
2176
2176
  this.g(r, i, t.F[i]);
2177
2177
  for (this.g(n.object, "arguments", r), i = 0; i < e.oa.length; i++)
2178
2178
  this.g(n.object, e.oa[i].name, t.F.length > i ? t.F[i] : void 0);
2179
- return n.S || (t.B = zt(this, t.B)), this.g(n.object, "this", t.B, nn), t.value = void 0, new C(e.body, n);
2179
+ return n.S || (t.B = Gt(this, t.B)), this.g(n.object, "this", t.B, tn), t.value = void 0, new C(e.body, n);
2180
2180
  }
2181
2181
  if (i.eval)
2182
2182
  if (i = t.F[0], typeof i != "string")
2183
2183
  t.value = i;
2184
2184
  else {
2185
2185
  try {
2186
- r = De(String(i), "eval" + this.Hb++);
2186
+ r = Ue(String(i), "eval" + this.Hb++);
2187
2187
  } catch (c) {
2188
2188
  w(this, this.T, "Invalid code: " + c.message);
2189
2189
  }
2190
- return i = this.ya(), i.type = "EvalProgram_", i.body = r.body, xt(i, n.start, n.end), n = t.Pb ? t.scope : this.N, n.S ? n = qt(this, r, n) : nt(this, r, n), this.value = void 0, new C(i, n);
2190
+ return i = this.ya(), i.type = "EvalProgram_", i.body = r.body, xt(i, n.start, n.end), n = t.Pb ? t.scope : this.N, n.S ? n = Jt(this, r, n) : nt(this, r, n), this.value = void 0, new C(i, n);
2191
2191
  }
2192
2192
  else if (i.Ta)
2193
- t.scope.S || (t.B = zt(this, t.B)), t.value = i.Ta.apply(t.B, t.F);
2193
+ t.scope.S || (t.B = Gt(this, t.B)), t.value = i.Ta.apply(t.B, t.F);
2194
2194
  else if (i.Za) {
2195
2195
  var s = this;
2196
2196
  r = i.Za.length - 1, r = t.F.concat(Array(r)).slice(0, r), r.push(function(c) {
2197
2197
  t.value = c, s.za = !1;
2198
- }), this.za = !0, t.scope.S || (t.B = zt(this, t.B)), i.Za.apply(t.B, r);
2198
+ }), this.za = !0, t.scope.S || (t.B = Gt(this, t.B)), i.Za.apply(t.B, r);
2199
2199
  } else
2200
2200
  w(this, this.j, te(this, n.callee) + " is not callable");
2201
2201
  }
@@ -2273,11 +2273,11 @@ p.prototype.stepForInStatement = function(e, t, n) {
2273
2273
  }
2274
2274
  if (!t.wb)
2275
2275
  if (t.wb = !0, e = n.left, e.type === "VariableDeclaration")
2276
- t.pa = [We, e.fa[0].id.name];
2276
+ t.pa = [Le, e.fa[0].id.name];
2277
2277
  else
2278
2278
  return t.pa = null, t = new C(e, t.scope), t.sa = !0, t;
2279
- if (t.pa || (t.pa = t.value), !t.ta && (t.ta = !0, e = t.Ra, r = fn(this, t.pa, e)))
2280
- return hn(this, r, t.pa, e);
2279
+ if (t.pa || (t.pa = t.value), !t.ta && (t.ta = !0, e = t.Ra, r = dn(this, t.pa, e)))
2280
+ return fn(this, r, t.pa, e);
2281
2281
  if (t.Ra = void 0, t.wb = !1, t.ta = !1, n.body)
2282
2282
  return new C(n.body, t.scope);
2283
2283
  };
@@ -2306,13 +2306,13 @@ p.prototype.stepFunctionDeclaration = function(e) {
2306
2306
  e.pop();
2307
2307
  };
2308
2308
  p.prototype.stepFunctionExpression = function(e, t, n) {
2309
- e.pop(), t = e[e.length - 1], e = t.scope, n.id && (e = cn(this, e)), t.value = sn(this, n, e, t.Pa), n.id && this.g(e.object, n.id.name, t.value, nn);
2309
+ e.pop(), t = e[e.length - 1], e = t.scope, n.id && (e = ln(this, e)), t.value = an(this, n, e, t.Pa), n.id && this.g(e.object, n.id.name, t.value, tn);
2310
2310
  };
2311
2311
  p.prototype.stepIdentifier = function(e, t, n) {
2312
2312
  if (e.pop(), t.sa)
2313
- e[e.length - 1].value = [We, n.name];
2313
+ e[e.length - 1].value = [Le, n.name];
2314
2314
  else {
2315
- if (t = un(this, n.name), this.P)
2315
+ if (t = cn(this, n.name), this.P)
2316
2316
  return st(this, t, this.Na);
2317
2317
  e[e.length - 1].value = t;
2318
2318
  }
@@ -2322,7 +2322,7 @@ p.prototype.stepLabeledStatement = function(e, t, n) {
2322
2322
  return e.pop(), e = t.labels || [], e.push(n.label.name), t = new C(n.body, t.scope), t.labels = e, t;
2323
2323
  };
2324
2324
  p.prototype.stepLiteral = function(e, t, n) {
2325
- e.pop(), t = n.value, t instanceof RegExp && (n = this.s(this.Ma), on(this, n, t), t = n), e[e.length - 1].value = t;
2325
+ e.pop(), t = n.value, t instanceof RegExp && (n = this.s(this.Ma), rn(this, n, t), t = n), e[e.length - 1].value = t;
2326
2326
  };
2327
2327
  p.prototype.stepLogicalExpression = function(e, t, n) {
2328
2328
  if (n.operator !== "&&" && n.operator !== "||")
@@ -2425,7 +2425,7 @@ p.prototype.stepSwitchStatement = function(e, t, n) {
2425
2425
  }
2426
2426
  };
2427
2427
  p.prototype.stepThisExpression = function(e) {
2428
- e.pop(), e[e.length - 1].value = un(this, "this");
2428
+ e.pop(), e[e.length - 1].value = cn(this, "this");
2429
2429
  };
2430
2430
  p.prototype.stepThrowStatement = function(e, t, n) {
2431
2431
  if (t.ka)
@@ -2437,7 +2437,7 @@ p.prototype.stepTryStatement = function(e, t, n) {
2437
2437
  if (!t.Rb)
2438
2438
  return t.Rb = !0, new C(n.block, t.scope);
2439
2439
  if (t.ea && t.ea.type === 4 && !t.Tb && n.Ea)
2440
- return t.Tb = !0, e = cn(this, t.scope), this.g(e.object, n.Ea.Ua.name, t.ea.value), t.ea = void 0, new C(n.Ea.body, e);
2440
+ return t.Tb = !0, e = ln(this, t.scope), this.g(e.object, n.Ea.Ua.name, t.ea.value), t.ea = void 0, new C(n.Ea.body, e);
2441
2441
  if (!t.Sb && n.fb)
2442
2442
  return t.Sb = !0, new C(n.fb, t.scope);
2443
2443
  e.pop(), t.ea && at(this, t.ea.type, t.ea.value, t.ea.label);
@@ -2463,7 +2463,7 @@ p.prototype.stepUnaryExpression = function(e, t, n) {
2463
2463
  case "delete":
2464
2464
  if (n = !0, Array.isArray(r)) {
2465
2465
  var i = r[0];
2466
- i === We && (i = t.scope), r = String(r[1]);
2466
+ i === Le && (i = t.scope), r = String(r[1]);
2467
2467
  try {
2468
2468
  delete i.h[r];
2469
2469
  } catch {
@@ -2487,7 +2487,7 @@ p.prototype.stepUpdateExpression = function(e, t, n) {
2487
2487
  if (!t.ja)
2488
2488
  return t.ja = !0, e = new C(n.K, t.scope), e.sa = !0, e;
2489
2489
  if (t.Ga || (t.Ga = t.value), t.Ba && (t.ma = t.value), !t.Ba) {
2490
- var r = dn(this, t.Ga);
2490
+ var r = un(this, t.Ga);
2491
2491
  if (t.ma = r, this.P)
2492
2492
  return t.Ba = !0, st(this, r, t.Ga);
2493
2493
  }
@@ -2500,15 +2500,15 @@ p.prototype.stepUpdateExpression = function(e, t, n) {
2500
2500
  i = r - 1;
2501
2501
  else
2502
2502
  throw SyntaxError("Unknown update expression: " + n.operator);
2503
- if (n = n.prefix ? i : r, r = fn(this, t.Ga, i))
2504
- return t.ta = !0, t.ib = n, hn(this, r, t.Ga, i);
2503
+ if (n = n.prefix ? i : r, r = dn(this, t.Ga, i))
2504
+ return t.ta = !0, t.ib = n, fn(this, r, t.Ga, i);
2505
2505
  e.pop(), e[e.length - 1].value = n;
2506
2506
  }
2507
2507
  };
2508
2508
  p.prototype.stepVariableDeclaration = function(e, t, n) {
2509
2509
  n = n.fa;
2510
2510
  var r = t.A || 0, i = n[r];
2511
- for (t.Bb && i && (mr(this, i.id.name, t.value), t.Bb = !1, i = n[++r]); i; ) {
2511
+ for (t.Bb && i && (pr(this, i.id.name, t.value), t.Bb = !1, i = n[++r]); i; ) {
2512
2512
  if (i.ua)
2513
2513
  return t.A = r, t.Bb = !0, t.Pa = i.id.name, new C(i.ua, t.scope);
2514
2514
  i = n[++r];
@@ -2516,7 +2516,7 @@ p.prototype.stepVariableDeclaration = function(e, t, n) {
2516
2516
  e.pop();
2517
2517
  };
2518
2518
  p.prototype.stepWithStatement = function(e, t, n) {
2519
- return t.Ca ? (e.pop(), e = cn(this, t.scope, t.value), new C(n.body, e)) : (t.Ca = !0, new C(n.object, t.scope));
2519
+ return t.Ca ? (e.pop(), e = ln(this, t.scope, t.value), new C(n.body, e)) : (t.Ca = !0, new C(n.object, t.scope));
2520
2520
  };
2521
2521
  p.prototype.stepWhileStatement = p.prototype.stepDoWhileStatement;
2522
2522
  we.Interpreter = p;
@@ -2535,7 +2535,7 @@ p.prototype.getGlobalScope = p.prototype.Xb;
2535
2535
  p.prototype.getStateStack = p.prototype.Yb;
2536
2536
  p.prototype.setStateStack = p.prototype.ec;
2537
2537
  p.VALUE_IN_DESCRIPTOR = tt;
2538
- const wi = (e) => e.split(`
2538
+ const Ci = (e) => e.split(`
2539
2539
  `).map((t) => {
2540
2540
  const n = t.trim();
2541
2541
  if (t.includes("__awaiter"))
@@ -2548,7 +2548,7 @@ const wi = (e) => e.split(`
2548
2548
  ${c}
2549
2549
  `;
2550
2550
  }).filter(Boolean).join(`
2551
- `), er = (e) => e + "JSON", Ei = ({
2551
+ `), Qn = (e) => e + "JSON", wi = ({
2552
2552
  builder: e,
2553
2553
  context: t,
2554
2554
  event: n,
@@ -2560,16 +2560,16 @@ const wi = (e) => e.split(`
2560
2560
  const c = {
2561
2561
  ...r,
2562
2562
  ...i
2563
- }, f = ur({
2563
+ }, f = cr({
2564
2564
  builder: e,
2565
2565
  context: t,
2566
2566
  event: n,
2567
2567
  state: c
2568
2568
  }), g = f.map(([$]) => {
2569
- const N = er($);
2569
+ const N = Qn($);
2570
2570
  return `var ${$} = ${N} === undefined ? undefined : JSON.parse(${N});`;
2571
2571
  }).join(`
2572
- `), b = wi(s);
2572
+ `), b = Ci(s);
2573
2573
  if (b === "") {
2574
2574
  ot.warn("Skipping evaluation of empty code block.");
2575
2575
  return;
@@ -2582,27 +2582,27 @@ function theFunction() {
2582
2582
  }
2583
2583
  theFunction();
2584
2584
  `, j = ($, N) => {
2585
- const y = fr(c, $, N);
2586
- a == null || a(y);
2587
- }, F = function($, N) {
2588
- f.forEach(([y, W]) => {
2589
- const X = JSON.stringify(W);
2590
- $.setProperty(N, er(y), X);
2585
+ const v = dr(c, $, N);
2586
+ a == null || a(v);
2587
+ }, D = function($, N) {
2588
+ f.forEach(([v, W]) => {
2589
+ const G = JSON.stringify(W);
2590
+ $.setProperty(N, Qn(v), G);
2591
2591
  }), $.setProperty(N, "setRootState", $.createNativeFunction(j));
2592
- }, V = new p(m, F);
2592
+ }, V = new p(m, D);
2593
2593
  return V.run(), V.pseudoToNative(V.value);
2594
2594
  };
2595
- function Ii() {
2595
+ function Ei() {
2596
2596
  var e;
2597
- return typeof process != "undefined" && vt((e = process == null ? void 0 : process.versions) == null ? void 0 : e.node);
2597
+ return typeof process != "undefined" && yt((e = process == null ? void 0 : process.versions) == null ? void 0 : e.node);
2598
2598
  }
2599
- const Ti = () => {
2599
+ const Ii = () => {
2600
2600
  var r;
2601
- if (!Ii())
2601
+ if (!Ei())
2602
2602
  return !1;
2603
2603
  const e = process.arch === "arm64", t = process.version.startsWith("v20"), n = (r = process.env.NODE_OPTIONS) == null ? void 0 : r.includes("--no-node-snapshot");
2604
2604
  return e && t && !n ? (ot.log("Skipping usage of `isolated-vm` to avoid crashes in Node v20 on an arm64 machine.\n If you would like to use the `isolated-vm` package on this machine, please provide the `NODE_OPTIONS=--no-node-snapshot` config to your Node process.\n See https://github.com/BuilderIO/builder/blob/main/packages/sdks/README.md#node-v20--m1-macs-apple-silicon-support for more information.\n "), !0) : !1;
2605
- }, Ai = (e) => Fe() || Ti() ? si(e) : Ei(e), me = class me {
2605
+ }, Ti = (e) => De() || Ii() ? ai(e) : wi(e), me = class me {
2606
2606
  static getCacheKey(t) {
2607
2607
  return JSON.stringify({
2608
2608
  ...t,
@@ -2620,8 +2620,8 @@ const Ti = () => {
2620
2620
  });
2621
2621
  }
2622
2622
  };
2623
- Gt(me, "cacheLimit", 20), Gt(me, "cache", /* @__PURE__ */ new Map());
2624
- let Le = me;
2623
+ Kt(me, "cacheLimit", 20), Kt(me, "cache", /* @__PURE__ */ new Map());
2624
+ let Fe = me;
2625
2625
  function rt({
2626
2626
  code: e,
2627
2627
  context: t,
@@ -2635,10 +2635,10 @@ function rt({
2635
2635
  if (e === "")
2636
2636
  return;
2637
2637
  const f = {
2638
- code: ai(e, {
2638
+ code: oi(e, {
2639
2639
  isExpression: s
2640
2640
  }),
2641
- builder: oi(),
2641
+ builder: ii(),
2642
2642
  context: t,
2643
2643
  event: a,
2644
2644
  rootSetState: i,
@@ -2646,15 +2646,15 @@ function rt({
2646
2646
  localState: n
2647
2647
  };
2648
2648
  if (c) {
2649
- const g = Le.getCacheKey(f), b = Le.getCachedValue(g);
2649
+ const g = Fe.getCacheKey(f), b = Fe.getCachedValue(g);
2650
2650
  if (b)
2651
2651
  return b.value;
2652
2652
  }
2653
2653
  try {
2654
- const g = Ai(f);
2654
+ const g = Ti(f);
2655
2655
  if (c) {
2656
- const b = Le.getCacheKey(f);
2657
- Le.setCachedValue(b, g);
2656
+ const b = Fe.getCacheKey(f);
2657
+ Fe.setCachedValue(b, g);
2658
2658
  }
2659
2659
  return g;
2660
2660
  } catch (g) {
@@ -2664,7 +2664,7 @@ function rt({
2664
2664
  return;
2665
2665
  }
2666
2666
  }
2667
- const ji = ({
2667
+ const Ai = ({
2668
2668
  block: e,
2669
2669
  context: t,
2670
2670
  localState: n,
@@ -2673,7 +2673,7 @@ const ji = ({
2673
2673
  }) => {
2674
2674
  if (!e.bindings)
2675
2675
  return e;
2676
- const a = Qt(e), s = {
2676
+ const a = Zt(e), s = {
2677
2677
  ...a,
2678
2678
  properties: {
2679
2679
  ...a.properties
@@ -2691,7 +2691,7 @@ const ji = ({
2691
2691
  context: t,
2692
2692
  enableCache: !0
2693
2693
  });
2694
- fr(s, c, g);
2694
+ dr(s, c, g);
2695
2695
  }
2696
2696
  return s;
2697
2697
  };
@@ -2704,7 +2704,7 @@ function bt({
2704
2704
  rootSetState: a
2705
2705
  }) {
2706
2706
  const s = e;
2707
- return n ? ji({
2707
+ return n ? Ai({
2708
2708
  block: s,
2709
2709
  localState: r,
2710
2710
  rootState: i,
@@ -2712,36 +2712,36 @@ function bt({
2712
2712
  context: t
2713
2713
  }) : s;
2714
2714
  }
2715
- const pn = (e) => e ? e.replace(/([a-z0-9]|(?=[A-Z]))([A-Z])/g, "$1-$2").toLowerCase() : "", yr = (e) => Object.entries(e).map(([n, r]) => {
2715
+ const hn = (e) => e ? e.replace(/([a-z0-9]|(?=[A-Z]))([A-Z])/g, "$1-$2").toLowerCase() : "", yr = (e) => Object.entries(e).map(([n, r]) => {
2716
2716
  if (typeof r == "string")
2717
- return `${pn(n)}: ${r};`;
2718
- }).filter(vt), Ri = (e) => yr(e).join(`
2717
+ return `${hn(n)}: ${r};`;
2718
+ }).filter(yt), ji = (e) => yr(e).join(`
2719
2719
  `), mt = ({
2720
2720
  mediaQuery: e,
2721
2721
  className: t,
2722
2722
  styles: n
2723
2723
  }) => {
2724
2724
  const r = `.${t} {
2725
- ${Ri(n)}
2725
+ ${ji(n)}
2726
2726
  }`;
2727
2727
  return e ? `${e} {
2728
2728
  ${r}
2729
2729
  }` : r;
2730
2730
  };
2731
- function Oi({
2731
+ function Ri({
2732
2732
  style: e
2733
2733
  }) {
2734
2734
  return e;
2735
2735
  }
2736
- const Pi = ({
2736
+ const Oi = ({
2737
2737
  block: e,
2738
2738
  context: t
2739
- }) => br(Oi({
2739
+ }) => vr(Ri({
2740
2740
  style: e.style || {},
2741
2741
  context: t,
2742
2742
  block: e
2743
2743
  }));
2744
- function br(e) {
2744
+ function vr(e) {
2745
2745
  switch (it) {
2746
2746
  case "svelte":
2747
2747
  case "vue":
@@ -2755,7 +2755,7 @@ function br(e) {
2755
2755
  return e;
2756
2756
  }
2757
2757
  }
2758
- const Ni = ({
2758
+ const Pi = ({
2759
2759
  block: e,
2760
2760
  context: t,
2761
2761
  registeredComponents: n
@@ -2777,7 +2777,7 @@ const Ni = ({
2777
2777
  console.warn(`
2778
2778
  Could not find a registered component named "${r}".
2779
2779
  If you registered it, is the file that registered it imported by the file that needs to render it?`);
2780
- }, Bi = ({
2780
+ }, Ni = ({
2781
2781
  block: e,
2782
2782
  context: t
2783
2783
  }) => {
@@ -2811,23 +2811,27 @@ const Ni = ({
2811
2811
  },
2812
2812
  block: r
2813
2813
  }));
2814
- }, kt = (e) => ({
2815
- // once we bump to a major version, toggle this to `false`.
2816
- builderBlock: !0,
2817
- // once we bump to a major version, toggle this to `false`.
2818
- builderContext: !0,
2819
- builderComponents: !1,
2820
- builderLinkComponent: !1,
2821
- ...e
2822
- }), Mi = (e, t) => e ? kt(e.shouldReceiveBuilderProps).builderLinkComponent ? {
2823
- builderLinkComponent: t
2824
- } : {} : {}, Li = (e, t) => e ? kt(e.shouldReceiveBuilderProps).builderComponents ? {
2825
- builderComponents: t
2826
- } : {} : {}, Fi = (e, t) => e ? kt(e.shouldReceiveBuilderProps).builderBlock ? {
2827
- builderBlock: t
2828
- } : {} : {}, Di = (e, t) => e ? kt(e.shouldReceiveBuilderProps).builderContext ? {
2829
- builderContext: t
2830
- } : {} : {}, xr = {
2814
+ }, Bi = (e, t) => {
2815
+ var n;
2816
+ return (n = e == null ? void 0 : e.shouldReceiveBuilderProps) != null && n.builderLinkComponent ? {
2817
+ builderLinkComponent: t
2818
+ } : {};
2819
+ }, Mi = (e, t) => {
2820
+ var n;
2821
+ return (n = e == null ? void 0 : e.shouldReceiveBuilderProps) != null && n.builderComponents ? {
2822
+ builderComponents: t
2823
+ } : {};
2824
+ }, Fi = (e, t) => {
2825
+ var n;
2826
+ return (n = e == null ? void 0 : e.shouldReceiveBuilderProps) != null && n.builderBlock ? {
2827
+ builderBlock: t
2828
+ } : {};
2829
+ }, Di = (e, t) => {
2830
+ var n;
2831
+ return (n = e == null ? void 0 : e.shouldReceiveBuilderProps) != null && n.builderContext ? {
2832
+ builderContext: t
2833
+ } : {};
2834
+ }, br = {
2831
2835
  small: {
2832
2836
  min: 320,
2833
2837
  default: 321,
@@ -2843,11 +2847,11 @@ const Ni = ({
2843
2847
  default: 991,
2844
2848
  max: 1200
2845
2849
  }
2846
- }, tr = (e, t = xr) => `@media (max-width: ${t[e].max}px)`, Sr = ({
2850
+ }, er = (e, t = br) => `@media (max-width: ${t[e].max}px)`, xr = ({
2847
2851
  small: e,
2848
2852
  medium: t
2849
2853
  }) => {
2850
- const n = Qt(xr);
2854
+ const n = Zt(br);
2851
2855
  if (!e || !t)
2852
2856
  return n;
2853
2857
  const r = Math.floor(e / 2);
@@ -2870,12 +2874,13 @@ const Ni = ({
2870
2874
  default: a + 1
2871
2875
  }, n;
2872
2876
  };
2873
- function Ct(e) {
2874
- return /* @__PURE__ */ v(
2877
+ function kt(e) {
2878
+ return /* @__PURE__ */ y(
2875
2879
  "style",
2876
2880
  {
2877
2881
  dangerouslySetInnerHTML: { __html: e.styles },
2878
- "data-id": e.id
2882
+ "data-id": e.id,
2883
+ nonce: e.nonce
2879
2884
  }
2880
2885
  );
2881
2886
  }
@@ -2889,9 +2894,9 @@ function Ui(e) {
2889
2894
  context: e.context.context,
2890
2895
  shouldEvaluateBindings: !0
2891
2896
  });
2892
- return vt(i.hide) ? !i.hide : vt(i.show) ? i.show : !0;
2897
+ return yt(i.hide) ? !i.hide : yt(i.show) ? i.show : !0;
2893
2898
  }, n = function() {
2894
- var N, y, W;
2899
+ var N, v, W;
2895
2900
  const i = bt({
2896
2901
  block: e.block,
2897
2902
  localState: e.context.localState,
@@ -2899,7 +2904,7 @@ function Ui(e) {
2899
2904
  rootSetState: e.context.rootSetState,
2900
2905
  context: e.context.context,
2901
2906
  shouldEvaluateBindings: !0
2902
- }), a = i.responsiveStyles, s = e.context.content, c = Sr(
2907
+ }), a = i.responsiveStyles, s = e.context.content, c = xr(
2903
2908
  ((N = s == null ? void 0 : s.meta) == null ? void 0 : N.breakpoints) || {}
2904
2909
  ), f = a == null ? void 0 : a.large, g = a == null ? void 0 : a.medium, b = a == null ? void 0 : a.small, m = i.id;
2905
2910
  if (!m)
@@ -2907,29 +2912,29 @@ function Ui(e) {
2907
2912
  const j = f ? mt({
2908
2913
  className: m,
2909
2914
  styles: f
2910
- }) : "", F = g ? mt({
2915
+ }) : "", D = g ? mt({
2911
2916
  className: m,
2912
2917
  styles: g,
2913
- mediaQuery: tr(
2918
+ mediaQuery: er(
2914
2919
  "medium",
2915
2920
  c
2916
2921
  )
2917
2922
  }) : "", V = b ? mt({
2918
2923
  className: m,
2919
2924
  styles: b,
2920
- mediaQuery: tr(
2925
+ mediaQuery: er(
2921
2926
  "small",
2922
2927
  c
2923
2928
  )
2924
- }) : "", M = i.animations && i.animations.find((X) => X.trigger === "hover");
2929
+ }) : "", M = i.animations && i.animations.find((G) => G.trigger === "hover");
2925
2930
  let $ = "";
2926
2931
  if (M) {
2927
- const X = ((W = (y = M.steps) == null ? void 0 : y[1]) == null ? void 0 : W.styles) || {};
2932
+ const G = ((W = (v = M.steps) == null ? void 0 : v[1]) == null ? void 0 : W.styles) || {};
2928
2933
  $ = mt({
2929
2934
  className: `${m}:hover`,
2930
2935
  styles: {
2931
- ...X,
2932
- transition: `all ${M.duration}s ${pn(
2936
+ ...G,
2937
+ transition: `all ${M.duration}s ${hn(
2933
2938
  M.easing
2934
2939
  )}`,
2935
2940
  transitionDelay: M.delay ? `${M.delay}s` : "0s"
@@ -2938,17 +2943,24 @@ function Ui(e) {
2938
2943
  }
2939
2944
  return [
2940
2945
  j,
2941
- F,
2946
+ D,
2942
2947
  V,
2943
2948
  $
2944
2949
  ].join(" ");
2945
2950
  };
2946
- return /* @__PURE__ */ v(K, { children: n() && t() ? /* @__PURE__ */ v(K, { children: /* @__PURE__ */ v(Ct, { id: "builderio-block", styles: n() }) }) : null });
2951
+ return /* @__PURE__ */ y(K, { children: n() && t() ? /* @__PURE__ */ y(K, { children: /* @__PURE__ */ y(
2952
+ kt,
2953
+ {
2954
+ id: "builderio-block",
2955
+ styles: n(),
2956
+ nonce: e.context.nonce
2957
+ }
2958
+ ) }) : null });
2947
2959
  }
2948
2960
  function Wi(e) {
2949
2961
  return e.charAt(0).toUpperCase() + e.slice(1);
2950
2962
  }
2951
- const Vi = (e) => `on${Wi(e)}`, _i = (e, t) => (n) => rt({
2963
+ const Li = (e) => `on${Wi(e)}`, Vi = (e, t) => (n) => rt({
2952
2964
  code: e,
2953
2965
  context: t.context,
2954
2966
  localState: t.localState,
@@ -2958,14 +2970,14 @@ const Vi = (e) => `on${Wi(e)}`, _i = (e, t) => (n) => rt({
2958
2970
  isExpression: !1,
2959
2971
  enableCache: !0
2960
2972
  });
2961
- function kr(e) {
2973
+ function Sr(e) {
2962
2974
  var r;
2963
2975
  const t = {}, n = (r = e.block.actions) != null ? r : {};
2964
2976
  for (const i in n) {
2965
2977
  if (!n.hasOwnProperty(i))
2966
2978
  continue;
2967
2979
  const a = n[i];
2968
- let s = Vi(i);
2980
+ let s = Li(i);
2969
2981
  if (e.stripPrefix)
2970
2982
  switch (it) {
2971
2983
  case "vue":
@@ -2975,49 +2987,49 @@ function kr(e) {
2975
2987
  s = s.replace("on:", "");
2976
2988
  break;
2977
2989
  }
2978
- t[s] = _i(a, e);
2990
+ t[s] = Vi(a, e);
2979
2991
  }
2980
2992
  return t;
2981
2993
  }
2982
- function $i({
2994
+ function _i({
2983
2995
  properties: e
2984
2996
  }) {
2985
2997
  return e;
2986
2998
  }
2987
- const Hi = (e) => ({
2999
+ const $i = (e) => ({
2988
3000
  href: e.href
2989
3001
  });
2990
- function mn({
3002
+ function pn({
2991
3003
  block: e,
2992
3004
  context: t
2993
3005
  }) {
2994
3006
  var r;
2995
3007
  const n = {
2996
- ...Hi(e),
3008
+ ...$i(e),
2997
3009
  ...e.properties,
2998
3010
  "builder-id": e.id,
2999
- style: Pi({
3011
+ style: Oi({
3000
3012
  block: e,
3001
3013
  context: t
3002
3014
  }),
3003
3015
  [et()]: [e.id, "builder-block", e.class, (r = e.properties) == null ? void 0 : r.class].filter(Boolean).join(" ")
3004
3016
  };
3005
- return $i({
3017
+ return _i({
3006
3018
  properties: n,
3007
3019
  context: t,
3008
3020
  block: e
3009
3021
  });
3010
3022
  }
3011
- function Ki(e) {
3012
- return /* @__PURE__ */ v(
3013
- tn,
3023
+ function Hi(e) {
3024
+ return /* @__PURE__ */ y(
3025
+ en,
3014
3026
  {
3015
3027
  TagName: e.Wrapper,
3016
- attributes: mn({
3028
+ attributes: pn({
3017
3029
  block: e.block,
3018
3030
  context: e.context
3019
3031
  }),
3020
- actionAttributes: kr({
3032
+ actionAttributes: Sr({
3021
3033
  block: e.block,
3022
3034
  rootState: e.context.rootState,
3023
3035
  rootSetState: e.context.rootSetState,
@@ -3029,14 +3041,14 @@ function Ki(e) {
3029
3041
  }
3030
3042
  );
3031
3043
  }
3032
- function Gi(e) {
3044
+ function Ki(e) {
3033
3045
  function t() {
3034
3046
  return e.includeBlockProps ? {
3035
- ...mn({
3047
+ ...pn({
3036
3048
  block: e.block,
3037
3049
  context: e.context
3038
3050
  }),
3039
- ...kr({
3051
+ ...Sr({
3040
3052
  block: e.block,
3041
3053
  rootState: e.context.rootState,
3042
3054
  rootSetState: e.context.rootSetState,
@@ -3045,9 +3057,9 @@ function Gi(e) {
3045
3057
  })
3046
3058
  } : {};
3047
3059
  }
3048
- return /* @__PURE__ */ v(e.Wrapper, { ...e.wrapperProps, attributes: t(), children: e.children });
3060
+ return /* @__PURE__ */ y(e.Wrapper, { ...e.wrapperProps, attributes: t(), children: e.children });
3049
3061
  }
3050
- const zi = ({
3062
+ const Gi = ({
3051
3063
  componentOptions: e,
3052
3064
  builderBlock: t,
3053
3065
  context: n,
@@ -3063,7 +3075,7 @@ const zi = ({
3063
3075
  * component itself directly. Otherwise, they are provided to the wrapper element.
3064
3076
  */
3065
3077
  ...i ? {
3066
- attributes: mn({
3078
+ attributes: pn({
3067
3079
  block: t,
3068
3080
  context: s
3069
3081
  })
@@ -3077,13 +3089,13 @@ const zi = ({
3077
3089
  includeBlockProps: i
3078
3090
  } : c;
3079
3091
  };
3080
- function nr(e) {
3092
+ function tr(e) {
3081
3093
  var n;
3082
- const t = e.isInteractive ? Gi : e.componentRef;
3083
- return /* @__PURE__ */ v(K, { children: e.componentRef ? /* @__PURE__ */ v(K, { children: /* @__PURE__ */ v(
3094
+ const t = e.isInteractive ? Ki : e.componentRef;
3095
+ return /* @__PURE__ */ y(K, { children: e.componentRef ? /* @__PURE__ */ y(K, { children: /* @__PURE__ */ y(
3084
3096
  t,
3085
3097
  {
3086
- ...zi({
3098
+ ...Gi({
3087
3099
  componentOptions: e.componentOptions,
3088
3100
  builderBlock: e.builderBlock,
3089
3101
  context: e.context,
@@ -3093,8 +3105,8 @@ function nr(e) {
3093
3105
  isInteractive: e.isInteractive,
3094
3106
  contextValue: e.context
3095
3107
  }),
3096
- children: (n = e.blockChildren) == null ? void 0 : n.map((r) => /* @__PURE__ */ v(
3097
- wt,
3108
+ children: (n = e.blockChildren) == null ? void 0 : n.map((r) => /* @__PURE__ */ y(
3109
+ Ct,
3098
3110
  {
3099
3111
  block: r,
3100
3112
  context: e.context,
@@ -3106,10 +3118,10 @@ function nr(e) {
3106
3118
  }
3107
3119
  ) }) : null });
3108
3120
  }
3109
- function Yi(e) {
3121
+ function zi(e) {
3110
3122
  const t = e.repeatContext;
3111
- return /* @__PURE__ */ v(
3112
- wt,
3123
+ return /* @__PURE__ */ y(
3124
+ Ct,
3113
3125
  {
3114
3126
  block: e.block,
3115
3127
  context: t,
@@ -3118,16 +3130,16 @@ function Yi(e) {
3118
3130
  }
3119
3131
  );
3120
3132
  }
3121
- function wt(e) {
3133
+ function Ct(e) {
3122
3134
  var f, g, b;
3123
3135
  const t = function() {
3124
- return Ni({
3136
+ return Pi({
3125
3137
  block: e.block,
3126
3138
  context: e.context,
3127
3139
  registeredComponents: e.registeredComponents
3128
3140
  });
3129
3141
  }, n = function() {
3130
- return Bi({
3142
+ return Ni({
3131
3143
  block: e.block,
3132
3144
  context: e.context
3133
3145
  });
@@ -3142,8 +3154,8 @@ function wt(e) {
3142
3154
  shouldEvaluateBindings: !0
3143
3155
  });
3144
3156
  }, i = function() {
3145
- var F;
3146
- return e.block.tagName === "a" || ((F = r().properties) == null ? void 0 : F.href) || r().href ? e.linkComponent || "a" : e.block.tagName || "div";
3157
+ var D;
3158
+ return e.block.tagName === "a" || ((D = r().properties) == null ? void 0 : D.href) || r().href ? e.linkComponent || "a" : e.block.tagName || "div";
3147
3159
  }, a = function() {
3148
3160
  var V, M;
3149
3161
  if ((V = e.block.repeat) != null && V.collection)
@@ -3151,19 +3163,19 @@ function wt(e) {
3151
3163
  const j = "hide" in r() ? r().hide : !1;
3152
3164
  return ("show" in r() ? r().show : !0) && !j;
3153
3165
  }, s = function() {
3154
- var F, V;
3155
- return !((F = t()) != null && F.component) && !n() ? (V = r().children) != null ? V : [] : [];
3166
+ var D, V;
3167
+ return !((D = t()) != null && D.component) && !n() ? (V = r().children) != null ? V : [] : [];
3156
3168
  }, c = function() {
3157
- var j, F, V, M;
3169
+ var j, D, V, M;
3158
3170
  return {
3159
3171
  blockChildren: (j = r().children) != null ? j : [],
3160
- componentRef: (F = t()) == null ? void 0 : F.component,
3172
+ componentRef: (D = t()) == null ? void 0 : D.component,
3161
3173
  componentOptions: {
3162
- ...ii(r()),
3174
+ ...ri(r()),
3163
3175
  ...Fi(t(), r()),
3164
3176
  ...Di(t(), e.context),
3165
- ...Mi(t(), e.linkComponent),
3166
- ...Li(
3177
+ ...Bi(t(), e.linkComponent),
3178
+ ...Mi(
3167
3179
  t(),
3168
3180
  e.registeredComponents
3169
3181
  )
@@ -3176,10 +3188,10 @@ function wt(e) {
3176
3188
  isInteractive: !((M = t()) != null && M.isRSC)
3177
3189
  };
3178
3190
  };
3179
- return /* @__PURE__ */ v(K, { children: a() ? /* @__PURE__ */ se(K, { children: [
3180
- /* @__PURE__ */ v(Ui, { block: e.block, context: e.context }),
3181
- (f = t()) != null && f.noWrap ? /* @__PURE__ */ v(K, { children: /* @__PURE__ */ v(
3182
- nr,
3191
+ return /* @__PURE__ */ y(K, { children: a() ? /* @__PURE__ */ se(K, { children: [
3192
+ /* @__PURE__ */ y(Ui, { block: e.block, context: e.context }),
3193
+ (f = t()) != null && f.noWrap ? /* @__PURE__ */ y(K, { children: /* @__PURE__ */ y(
3194
+ tr,
3183
3195
  {
3184
3196
  componentRef: c().componentRef,
3185
3197
  componentOptions: c().componentOptions,
@@ -3191,8 +3203,8 @@ function wt(e) {
3191
3203
  includeBlockProps: c().includeBlockProps,
3192
3204
  isInteractive: c().isInteractive
3193
3205
  }
3194
- ) }) : /* @__PURE__ */ v(K, { children: n() ? /* @__PURE__ */ v(K, { children: (b = n()) == null ? void 0 : b.map((m, j) => /* @__PURE__ */ v(
3195
- Yi,
3206
+ ) }) : /* @__PURE__ */ y(K, { children: n() ? /* @__PURE__ */ y(K, { children: (b = n()) == null ? void 0 : b.map((m, j) => /* @__PURE__ */ y(
3207
+ zi,
3196
3208
  {
3197
3209
  repeatContext: m.context,
3198
3210
  block: m.block,
@@ -3201,14 +3213,14 @@ function wt(e) {
3201
3213
  },
3202
3214
  j
3203
3215
  )) }) : /* @__PURE__ */ se(
3204
- Ki,
3216
+ Hi,
3205
3217
  {
3206
3218
  Wrapper: i(),
3207
3219
  block: r(),
3208
3220
  context: e.context,
3209
3221
  children: [
3210
- /* @__PURE__ */ v(
3211
- nr,
3222
+ /* @__PURE__ */ y(
3223
+ tr,
3212
3224
  {
3213
3225
  componentRef: c().componentRef,
3214
3226
  componentOptions: c().componentOptions,
@@ -3221,8 +3233,8 @@ function wt(e) {
3221
3233
  isInteractive: c().isInteractive
3222
3234
  }
3223
3235
  ),
3224
- (g = s()) == null ? void 0 : g.map((m) => /* @__PURE__ */ v(
3225
- wt,
3236
+ (g = s()) == null ? void 0 : g.map((m) => /* @__PURE__ */ y(
3237
+ Ct,
3226
3238
  {
3227
3239
  block: m,
3228
3240
  registeredComponents: e.registeredComponents,
@@ -3236,7 +3248,7 @@ function wt(e) {
3236
3248
  ) })
3237
3249
  ] }) : null });
3238
3250
  }
3239
- function Xi(e) {
3251
+ function Yi(e) {
3240
3252
  function t() {
3241
3253
  var i;
3242
3254
  return "builder-blocks" + ((i = e.blocks) != null && i.length ? "" : " no-blocks");
@@ -3268,7 +3280,7 @@ function Xi(e) {
3268
3280
  ));
3269
3281
  }
3270
3282
  return /* @__PURE__ */ se(K, { children: [
3271
- /* @__PURE__ */ v(
3283
+ /* @__PURE__ */ y(
3272
3284
  e.BlocksWrapper,
3273
3285
  {
3274
3286
  className: t() + " props-blocks-wrapper-7cd1560e",
@@ -3282,17 +3294,17 @@ function Xi(e) {
3282
3294
  children: e.children
3283
3295
  }
3284
3296
  ),
3285
- /* @__PURE__ */ v("style", { children: `.props-blocks-wrapper-7cd1560e {
3297
+ /* @__PURE__ */ y("style", { children: `.props-blocks-wrapper-7cd1560e {
3286
3298
  display: flex;
3287
3299
  flex-direction: column;
3288
3300
  align-items: stretch;
3289
3301
  }` })
3290
3302
  ] });
3291
3303
  }
3292
- function gn(e) {
3304
+ function mn(e) {
3293
3305
  var t, n, r;
3294
- return /* @__PURE__ */ v(
3295
- Xi,
3306
+ return /* @__PURE__ */ y(
3307
+ Yi,
3296
3308
  {
3297
3309
  blocks: e.blocks,
3298
3310
  parent: e.parent,
@@ -3300,8 +3312,8 @@ function gn(e) {
3300
3312
  styleProp: e.styleProp,
3301
3313
  BlocksWrapper: (t = e.context) == null ? void 0 : t.BlocksWrapper,
3302
3314
  BlocksWrapperProps: (n = e.context) == null ? void 0 : n.BlocksWrapperProps,
3303
- children: e.blocks ? /* @__PURE__ */ v(K, { children: (r = e.blocks) == null ? void 0 : r.map((i) => /* @__PURE__ */ v(
3304
- wt,
3315
+ children: e.blocks ? /* @__PURE__ */ y(K, { children: (r = e.blocks) == null ? void 0 : r.map((i) => /* @__PURE__ */ y(
3316
+ Ct,
3305
3317
  {
3306
3318
  block: i,
3307
3319
  linkComponent: e.linkComponent,
@@ -3313,27 +3325,27 @@ function gn(e) {
3313
3325
  }
3314
3326
  );
3315
3327
  }
3316
- const Ji = (e) => `builder-columns ${e}-breakpoints`;
3317
- function qi(e) {
3328
+ const Xi = (e) => `builder-columns ${e}-breakpoints`;
3329
+ function Ji(e) {
3318
3330
  var M, $;
3319
- const t = typeof e.space == "number" ? e.space || 0 : 20, n = e.columns || [], r = e.stackColumnsAt || "tablet", i = function(y) {
3320
- return y.link ? e.builderLinkComponent || "a" : "div";
3321
- }, a = function(y) {
3331
+ const t = typeof e.space == "number" ? e.space || 0 : 20, n = e.columns || [], r = e.stackColumnsAt || "tablet", i = function(v) {
3332
+ return v.link ? e.builderLinkComponent || "a" : "div";
3333
+ }, a = function(v) {
3322
3334
  var W;
3323
- return ((W = n[y]) == null ? void 0 : W.width) || 100 / n.length;
3324
- }, s = function(y) {
3325
- const W = t * (n.length - 1) / n.length;
3326
- return `calc(${a(y)}% - ${W}px)`;
3335
+ return ((W = n[v]) == null ? void 0 : W.width) || 100 / n.length;
3336
+ }, s = function(v) {
3337
+ const W = a(v), G = t * (n.length - 1) * (W / 100);
3338
+ return `calc(${W}% - ${G}px)`;
3327
3339
  }, c = function({
3328
- stackedStyle: y,
3340
+ stackedStyle: v,
3329
3341
  desktopStyle: W
3330
3342
  }) {
3331
- return r === "tablet" ? y : W;
3343
+ return r === "tablet" ? v : W;
3332
3344
  }, f = function({
3333
- stackedStyle: y,
3345
+ stackedStyle: v,
3334
3346
  desktopStyle: W
3335
3347
  }) {
3336
- return r === "never" ? W : y;
3348
+ return r === "never" ? W : v;
3337
3349
  }, g = e.stackColumnsAt === "never" ? "row" : e.reverseColumnsWhenStacked ? "column-reverse" : "column", b = function() {
3338
3350
  return {
3339
3351
  "--flex-dir": g,
@@ -3342,19 +3354,19 @@ function qi(e) {
3342
3354
  desktopStyle: "row"
3343
3355
  })
3344
3356
  };
3345
- }, m = function(y) {
3346
- const W = y === 0 ? 0 : t, X = s(y), oe = `${W}px`, _ = "100%", Q = 0;
3357
+ }, m = function(v) {
3358
+ const W = v === 0 ? 0 : t, G = s(v), oe = `${W}px`, _ = "100%", Q = 0;
3347
3359
  return {
3348
3360
  ...{
3349
3361
  display: "flex",
3350
3362
  flexDirection: "column",
3351
3363
  alignItems: "stretch"
3352
3364
  },
3353
- width: X,
3365
+ width: G,
3354
3366
  ["marginLeft"]: oe,
3355
3367
  "--column-width-mobile": f({
3356
3368
  stackedStyle: _,
3357
- desktopStyle: X
3369
+ desktopStyle: G
3358
3370
  }),
3359
3371
  "--column-margin-left-mobile": f({
3360
3372
  stackedStyle: Q,
@@ -3362,19 +3374,19 @@ function qi(e) {
3362
3374
  }),
3363
3375
  "--column-width-tablet": c({
3364
3376
  stackedStyle: _,
3365
- desktopStyle: X
3377
+ desktopStyle: G
3366
3378
  }),
3367
3379
  "--column-margin-left-tablet": c({
3368
3380
  stackedStyle: Q,
3369
3381
  desktopStyle: oe
3370
3382
  })
3371
3383
  };
3372
- }, j = function(y) {
3373
- var X, oe;
3374
- return Sr(
3375
- ((oe = (X = e.builderContext.content) == null ? void 0 : X.meta) == null ? void 0 : oe.breakpoints) || {}
3376
- )[y].max;
3377
- }, F = function() {
3384
+ }, j = function(v) {
3385
+ var G, oe;
3386
+ return xr(
3387
+ ((oe = (G = e.builderContext.content) == null ? void 0 : G.meta) == null ? void 0 : oe.breakpoints) || {}
3388
+ )[v].max;
3389
+ }, D = function() {
3378
3390
  return `
3379
3391
  @media (max-width: ${j("medium")}px) {
3380
3392
  .${e.builderBlock.id}-breakpoints {
@@ -3400,33 +3412,40 @@ function qi(e) {
3400
3412
  }
3401
3413
  },
3402
3414
  `;
3403
- }, V = function(y, W) {
3415
+ }, V = function(v, W) {
3404
3416
  return {
3405
- ...y.link ? {
3406
- href: y.link
3417
+ ...v.link ? {
3418
+ href: v.link
3407
3419
  } : {},
3408
3420
  [et()]: "builder-column",
3409
- style: br(m(W))
3421
+ style: vr(m(W))
3410
3422
  };
3411
3423
  };
3412
3424
  return /* @__PURE__ */ se(K, { children: [
3413
3425
  /* @__PURE__ */ se(
3414
3426
  "div",
3415
3427
  {
3416
- className: Ji((M = e.builderBlock) == null ? void 0 : M.id) + " div-eeca3604",
3428
+ className: Xi((M = e.builderBlock) == null ? void 0 : M.id) + " div-c89348d2",
3417
3429
  style: b(),
3418
3430
  children: [
3419
- /* @__PURE__ */ v(Ct, { id: "builderio-columns", styles: F() }),
3420
- ($ = e.columns) == null ? void 0 : $.map((N, y) => /* @__PURE__ */ v(
3421
- tn,
3431
+ /* @__PURE__ */ y(
3432
+ kt,
3433
+ {
3434
+ id: "builderio-columns",
3435
+ styles: D(),
3436
+ nonce: e.builderContext.nonce
3437
+ }
3438
+ ),
3439
+ ($ = e.columns) == null ? void 0 : $.map((N, v) => /* @__PURE__ */ y(
3440
+ en,
3422
3441
  {
3423
3442
  TagName: i(N),
3424
3443
  actionAttributes: {},
3425
- attributes: V(N, y),
3426
- children: /* @__PURE__ */ v(
3427
- gn,
3444
+ attributes: V(N, v),
3445
+ children: /* @__PURE__ */ y(
3446
+ mn,
3428
3447
  {
3429
- path: `component.options.columns.${y}.blocks`,
3448
+ path: `component.options.columns.${v}.blocks`,
3430
3449
  parent: e.builderBlock.id,
3431
3450
  styleProp: {
3432
3451
  flexGrow: "1"
@@ -3438,51 +3457,51 @@ function qi(e) {
3438
3457
  }
3439
3458
  )
3440
3459
  },
3441
- y
3460
+ v
3442
3461
  ))
3443
3462
  ]
3444
3463
  }
3445
3464
  ),
3446
- /* @__PURE__ */ v("style", { children: `.div-eeca3604 {
3465
+ /* @__PURE__ */ y("style", { children: `.div-c89348d2 {
3447
3466
  display: flex;
3448
3467
  line-height: normal;
3449
3468
  }` })
3450
3469
  ] });
3451
3470
  }
3452
- function Zi(e) {
3453
- return /* @__PURE__ */ v("span", { children: e.children });
3471
+ function qi(e) {
3472
+ return /* @__PURE__ */ y("span", { children: e.children });
3454
3473
  }
3455
- function rr(e) {
3474
+ function nr(e) {
3456
3475
  return e.replace(/http(s)?:/, "");
3457
3476
  }
3458
- function Qi(e = "", t, n) {
3477
+ function Zi(e = "", t, n) {
3459
3478
  const r = new RegExp("([?&])" + t + "=.*?(&|$)", "i"), i = e.indexOf("?") !== -1 ? "&" : "?";
3460
3479
  return e.match(r) ? e.replace(r, "$1" + t + "=" + encodeURIComponent(n) + "$2") : e + i + t + "=" + encodeURIComponent(n);
3461
3480
  }
3462
- function eo(e, t) {
3481
+ function Qi(e, t) {
3463
3482
  if (!e || !(e != null && e.match(/cdn\.shopify\.com/)) || !t)
3464
3483
  return e;
3465
3484
  if (t === "master")
3466
- return rr(e);
3485
+ return nr(e);
3467
3486
  const n = e.match(/(_\d+x(\d+)?)?(\.(jpg|jpeg|gif|png|bmp|bitmap|tiff|tif)(\?v=\d+)?)/i);
3468
3487
  if (n) {
3469
3488
  const r = e.split(n[0]), i = n[3], a = t.match("x") ? t : `${t}x`;
3470
- return rr(`${r[0]}_${a}${i}`);
3489
+ return nr(`${r[0]}_${a}${i}`);
3471
3490
  }
3472
3491
  return null;
3473
3492
  }
3474
- function Yt(e) {
3493
+ function zt(e) {
3475
3494
  if (!e)
3476
3495
  return e;
3477
3496
  const t = [100, 200, 400, 800, 1200, 1600, 2e3];
3478
3497
  if (e.match(/builder\.io/)) {
3479
3498
  let n = e;
3480
3499
  const r = Number(e.split("?width=")[1]);
3481
- return isNaN(r) || (n = `${n} ${r}w`), t.filter((i) => i !== r).map((i) => `${Qi(e, "width", i)} ${i}w`).concat([n]).join(", ");
3500
+ return isNaN(r) || (n = `${n} ${r}w`), t.filter((i) => i !== r).map((i) => `${Zi(e, "width", i)} ${i}w`).concat([n]).join(", ");
3482
3501
  }
3483
- return e.match(/cdn\.shopify\.com/) ? t.map((n) => [eo(e, `${n}x${n}`), n]).filter(([n]) => !!n).map(([n, r]) => `${n} ${r}w`).concat([e]).join(", ") : e;
3502
+ return e.match(/cdn\.shopify\.com/) ? t.map((n) => [Qi(e, `${n}x${n}`), n]).filter(([n]) => !!n).map(([n, r]) => `${n} ${r}w`).concat([e]).join(", ") : e;
3484
3503
  }
3485
- function to(e) {
3504
+ function eo(e) {
3486
3505
  var i, a, s, c, f, g;
3487
3506
  function t() {
3488
3507
  var j;
@@ -3493,10 +3512,10 @@ function to(e) {
3493
3512
  return e.srcset;
3494
3513
  if (e.srcset && ((j = e.image) != null && j.includes("builder.io/api/v1/image"))) {
3495
3514
  if (!e.srcset.includes(e.image.split("?")[0]))
3496
- return console.debug("Removed given srcset"), Yt(m);
3515
+ return console.debug("Removed given srcset"), zt(m);
3497
3516
  } else if (e.image && !e.srcset)
3498
- return Yt(m);
3499
- return Yt(m);
3517
+ return zt(m);
3518
+ return zt(m);
3500
3519
  }
3501
3520
  function n() {
3502
3521
  var b;
@@ -3515,8 +3534,8 @@ function to(e) {
3515
3534
  return /* @__PURE__ */ se(K, { children: [
3516
3535
  /* @__PURE__ */ se(K, { children: [
3517
3536
  /* @__PURE__ */ se("picture", { children: [
3518
- n() ? /* @__PURE__ */ v("source", { type: "image/webp", srcSet: n() }) : null,
3519
- /* @__PURE__ */ v(
3537
+ n() ? /* @__PURE__ */ y("source", { type: "image/webp", srcSet: n() }) : null,
3538
+ /* @__PURE__ */ y(
3520
3539
  "img",
3521
3540
  {
3522
3541
  loading: e.highPriority ? "eager" : "lazy",
@@ -3535,7 +3554,7 @@ function to(e) {
3535
3554
  }
3536
3555
  )
3537
3556
  ] }),
3538
- e.aspectRatio && !((a = (i = e.builderBlock) == null ? void 0 : i.children) != null && a.length && e.fitContent) ? /* @__PURE__ */ v(
3557
+ e.aspectRatio && !((a = (i = e.builderBlock) == null ? void 0 : i.children) != null && a.length && e.fitContent) ? /* @__PURE__ */ y(
3539
3558
  "div",
3540
3559
  {
3541
3560
  className: "builder-image-sizer div-ac3dff4a",
@@ -3544,10 +3563,10 @@ function to(e) {
3544
3563
  }
3545
3564
  }
3546
3565
  ) : null,
3547
- (c = (s = e.builderBlock) == null ? void 0 : s.children) != null && c.length && e.fitContent ? /* @__PURE__ */ v(K, { children: e.children }) : null,
3548
- !e.fitContent && ((g = (f = e.builderBlock) == null ? void 0 : f.children) != null && g.length) ? /* @__PURE__ */ v("div", { className: "div-ac3dff4a-2", children: e.children }) : null
3566
+ (c = (s = e.builderBlock) == null ? void 0 : s.children) != null && c.length && e.fitContent ? /* @__PURE__ */ y(K, { children: e.children }) : null,
3567
+ !e.fitContent && ((g = (f = e.builderBlock) == null ? void 0 : f.children) != null && g.length) ? /* @__PURE__ */ y("div", { className: "div-ac3dff4a-2", children: e.children }) : null
3549
3568
  ] }),
3550
- /* @__PURE__ */ v("style", { children: `.img-ac3dff4a {
3569
+ /* @__PURE__ */ y("style", { children: `.img-ac3dff4a {
3551
3570
  opacity: 1;
3552
3571
  transition: opacity 0.2s ease-in-out;
3553
3572
  }.div-ac3dff4a {
@@ -3566,8 +3585,8 @@ function to(e) {
3566
3585
  }` })
3567
3586
  ] });
3568
3587
  }
3569
- function no(e) {
3570
- return /* @__PURE__ */ v(
3588
+ function to(e) {
3589
+ return /* @__PURE__ */ y(
3571
3590
  "section",
3572
3591
  {
3573
3592
  ...e.attributes,
@@ -3587,7 +3606,7 @@ function no(e) {
3587
3606
  }
3588
3607
  );
3589
3608
  }
3590
- const ro = {
3609
+ const no = {
3591
3610
  name: "Core:Button",
3592
3611
  image: "https://cdn.builder.io/api/v1/image/assets%2FIsxPKMo2gPRRKeakUztj1D6uqed2%2F81a15681c3e74df09677dfc57a615b13",
3593
3612
  defaultStyles: {
@@ -3621,12 +3640,9 @@ const ro = {
3621
3640
  static: !0,
3622
3641
  noWrap: !0,
3623
3642
  shouldReceiveBuilderProps: {
3624
- builderBlock: !1,
3625
- builderContext: !1,
3626
- builderComponents: !1,
3627
3643
  builderLinkComponent: !0
3628
3644
  }
3629
- }, io = {
3645
+ }, ro = {
3630
3646
  // TODO: ways to statically preprocess JSON for references, functions, etc
3631
3647
  name: "Columns",
3632
3648
  isRSC: !0,
@@ -3833,19 +3849,13 @@ const ro = {
3833
3849
  builderComponents: !0,
3834
3850
  builderLinkComponent: !0
3835
3851
  }
3836
- }, oo = {
3837
- shouldReceiveBuilderProps: {
3838
- builderBlock: !1,
3839
- builderContext: !1,
3840
- builderComponents: !1,
3841
- builderLinkComponent: !1
3842
- },
3852
+ }, io = {
3843
3853
  name: "Fragment",
3844
3854
  static: !0,
3845
3855
  hidden: !0,
3846
3856
  canHaveChildren: !0,
3847
3857
  noWrap: !0
3848
- }, ao = {
3858
+ }, oo = {
3849
3859
  name: "Image",
3850
3860
  static: !0,
3851
3861
  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",
@@ -3951,18 +3961,9 @@ const ro = {
3951
3961
  defaultValue: 0.7041
3952
3962
  }],
3953
3963
  shouldReceiveBuilderProps: {
3954
- builderBlock: !0,
3955
- builderContext: !1,
3956
- builderComponents: !1,
3957
- builderLinkComponent: !1
3964
+ builderBlock: !0
3958
3965
  }
3959
- }, so = {
3960
- shouldReceiveBuilderProps: {
3961
- builderBlock: !1,
3962
- builderContext: !1,
3963
- builderComponents: !1,
3964
- builderLinkComponent: !1
3965
- },
3966
+ }, ao = {
3966
3967
  name: "Core:Section",
3967
3968
  static: !0,
3968
3969
  image: "https://cdn.builder.io/api/v1/image/assets%2FIsxPKMo2gPRRKeakUztj1D6uqed2%2F682efef23ace49afac61748dd305c70a",
@@ -4001,7 +4002,7 @@ const ro = {
4001
4002
  }
4002
4003
  }
4003
4004
  }]
4004
- }, lo = {
4005
+ }, so = {
4005
4006
  name: "Slot",
4006
4007
  isRSC: !0,
4007
4008
  description: "Allow child blocks to be inserted into this content when used as a Symbol",
@@ -4015,15 +4016,12 @@ const ro = {
4015
4016
  defaultValue: "children"
4016
4017
  }],
4017
4018
  shouldReceiveBuilderProps: {
4018
- builderBlock: !1,
4019
- builderContext: !0,
4020
- builderComponents: !1,
4021
- builderLinkComponent: !1
4019
+ builderContext: !0
4022
4020
  }
4023
4021
  };
4024
- function co(e) {
4022
+ function lo(e) {
4025
4023
  var t, n, r;
4026
- return /* @__PURE__ */ v(
4024
+ return /* @__PURE__ */ y(
4027
4025
  "div",
4028
4026
  {
4029
4027
  style: {
@@ -4032,8 +4030,8 @@ function co(e) {
4032
4030
  ...!((t = e.builderContext.context) != null && t.symbolId) && {
4033
4031
  "builder-slot": e.name
4034
4032
  },
4035
- children: /* @__PURE__ */ v(
4036
- gn,
4033
+ children: /* @__PURE__ */ y(
4034
+ mn,
4037
4035
  {
4038
4036
  parent: (n = e.builderContext.context) == null ? void 0 : n.symbolId,
4039
4037
  path: `symbol.data.${e.name}`,
@@ -4044,7 +4042,7 @@ function co(e) {
4044
4042
  }
4045
4043
  );
4046
4044
  }
4047
- const uo = {
4045
+ const co = {
4048
4046
  name: "Symbol",
4049
4047
  noWrap: !0,
4050
4048
  static: !0,
@@ -4083,12 +4081,9 @@ const uo = {
4083
4081
  builderComponents: !0,
4084
4082
  builderLinkComponent: !0
4085
4083
  }
4086
- }, fo = {
4084
+ }, uo = {
4087
4085
  shouldReceiveBuilderProps: {
4088
- builderBlock: !1,
4089
- builderContext: !1,
4090
- builderComponents: !1,
4091
- builderLinkComponent: !1
4086
+ builderBlock: !1
4092
4087
  },
4093
4088
  name: "Text",
4094
4089
  static: !0,
@@ -4108,9 +4103,9 @@ const uo = {
4108
4103
  textAlign: "center"
4109
4104
  }
4110
4105
  };
4111
- function ho(e) {
4106
+ function fo(e) {
4112
4107
  var t;
4113
- return /* @__PURE__ */ v(
4108
+ return /* @__PURE__ */ y(
4114
4109
  "div",
4115
4110
  {
4116
4111
  className: "builder-text",
@@ -4121,13 +4116,7 @@ function ho(e) {
4121
4116
  }
4122
4117
  );
4123
4118
  }
4124
- const po = {
4125
- shouldReceiveBuilderProps: {
4126
- builderBlock: !1,
4127
- builderContext: !1,
4128
- builderComponents: !1,
4129
- builderLinkComponent: !1
4130
- },
4119
+ const ho = {
4131
4120
  name: "Custom Code",
4132
4121
  static: !0,
4133
4122
  requiredPermissions: ["editCode"],
@@ -4150,8 +4139,8 @@ const po = {
4150
4139
  advanced: !0
4151
4140
  }]
4152
4141
  };
4153
- function mo(e) {
4154
- const t = en(null), [n, r] = ve(() => []), [i, a] = ve(() => []);
4142
+ function po(e) {
4143
+ const t = Qt(null), [n, r] = ye(() => []), [i, a] = ye(() => []);
4155
4144
  return ie(() => {
4156
4145
  var c;
4157
4146
  if (!((c = t.current) != null && c.getElementsByTagName) || typeof window == "undefined")
@@ -4179,7 +4168,7 @@ function mo(e) {
4179
4168
  }
4180
4169
  }
4181
4170
  }
4182
- }, []), /* @__PURE__ */ v(
4171
+ }, []), /* @__PURE__ */ y(
4183
4172
  "div",
4184
4173
  {
4185
4174
  ref: t,
@@ -4188,13 +4177,7 @@ function mo(e) {
4188
4177
  }
4189
4178
  );
4190
4179
  }
4191
- const go = {
4192
- shouldReceiveBuilderProps: {
4193
- builderBlock: !1,
4194
- builderContext: !1,
4195
- builderComponents: !1,
4196
- builderLinkComponent: !1
4197
- },
4180
+ const mo = {
4198
4181
  name: "Embed",
4199
4182
  static: !0,
4200
4183
  inputs: [{
@@ -4209,9 +4192,9 @@ const go = {
4209
4192
  defaultValue: '<div style="padding: 20px; text-align: center">(Choose an embed URL)<div>',
4210
4193
  hideFromUI: !0
4211
4194
  }]
4212
- }, vo = ["text/javascript", "application/javascript", "application/ecmascript"], yo = (e) => vo.includes(e.type);
4213
- function bo(e) {
4214
- const t = en(null), [n, r] = ve(() => []), [i, a] = ve(() => []), [s, c] = ve(() => !1);
4195
+ }, go = ["text/javascript", "application/javascript", "application/ecmascript"], yo = (e) => go.includes(e.type);
4196
+ function vo(e) {
4197
+ const t = Qt(null), [n, r] = ye(() => []), [i, a] = ye(() => []), [s, c] = ye(() => !1);
4215
4198
  function f() {
4216
4199
  if (!t.current || !t.current.getElementsByTagName)
4217
4200
  return;
@@ -4232,7 +4215,7 @@ function bo(e) {
4232
4215
  }
4233
4216
  return ie(() => {
4234
4217
  t.current && !s && (c(!0), f());
4235
- }, [t.current, s]), /* @__PURE__ */ v(
4218
+ }, [t.current, s]), /* @__PURE__ */ y(
4236
4219
  "div",
4237
4220
  {
4238
4221
  className: "builder-embed",
@@ -4241,13 +4224,7 @@ function bo(e) {
4241
4224
  }
4242
4225
  );
4243
4226
  }
4244
- const xo = {
4245
- shouldReceiveBuilderProps: {
4246
- builderBlock: !1,
4247
- builderContext: !1,
4248
- builderComponents: !1,
4249
- builderLinkComponent: !1
4250
- },
4227
+ const bo = {
4251
4228
  // friendlyName?
4252
4229
  name: "Raw:Img",
4253
4230
  hideFromInsertMenu: !0,
@@ -4262,8 +4239,8 @@ const xo = {
4262
4239
  noWrap: !0,
4263
4240
  static: !0
4264
4241
  };
4265
- function So(e) {
4266
- return /* @__PURE__ */ v(
4242
+ function xo(e) {
4243
+ return /* @__PURE__ */ y(
4267
4244
  "img",
4268
4245
  {
4269
4246
  style: {
@@ -4277,7 +4254,7 @@ function So(e) {
4277
4254
  Ce() && e.imgSrc || "default-key"
4278
4255
  );
4279
4256
  }
4280
- const ko = {
4257
+ const So = {
4281
4258
  name: "Video",
4282
4259
  canHaveChildren: !0,
4283
4260
  defaultStyles: {
@@ -4359,13 +4336,10 @@ const ko = {
4359
4336
  advanced: !0
4360
4337
  }],
4361
4338
  shouldReceiveBuilderProps: {
4362
- builderBlock: !0,
4363
- builderContext: !1,
4364
- builderComponents: !1,
4365
- builderLinkComponent: !1
4339
+ builderBlock: !0
4366
4340
  }
4367
4341
  };
4368
- function Co(e) {
4342
+ function ko(e) {
4369
4343
  var r, i, a, s, c, f, g;
4370
4344
  function t() {
4371
4345
  return {
@@ -4398,7 +4372,7 @@ function Co(e) {
4398
4372
  position: "relative"
4399
4373
  },
4400
4374
  children: [
4401
- /* @__PURE__ */ v(
4375
+ /* @__PURE__ */ y(
4402
4376
  "video",
4403
4377
  {
4404
4378
  className: "builder-video",
@@ -4420,10 +4394,10 @@ function Co(e) {
4420
4394
  },
4421
4395
  src: e.video || "no-src",
4422
4396
  poster: e.posterImage,
4423
- children: e.lazyLoad ? null : /* @__PURE__ */ v("source", { type: "video/mp4", src: e.video })
4397
+ children: e.lazyLoad ? null : /* @__PURE__ */ y("source", { type: "video/mp4", src: e.video })
4424
4398
  }
4425
4399
  ),
4426
- e.aspectRatio && !(e.fitContent && ((a = (i = e.builderBlock) == null ? void 0 : i.children) != null && a.length)) ? /* @__PURE__ */ v(
4400
+ e.aspectRatio && !(e.fitContent && ((a = (i = e.builderBlock) == null ? void 0 : i.children) != null && a.length)) ? /* @__PURE__ */ y(
4427
4401
  "div",
4428
4402
  {
4429
4403
  style: {
@@ -4434,7 +4408,7 @@ function Co(e) {
4434
4408
  }
4435
4409
  }
4436
4410
  ) : null,
4437
- (c = (s = e.builderBlock) == null ? void 0 : s.children) != null && c.length && e.fitContent ? /* @__PURE__ */ v(
4411
+ (c = (s = e.builderBlock) == null ? void 0 : s.children) != null && c.length && e.fitContent ? /* @__PURE__ */ y(
4438
4412
  "div",
4439
4413
  {
4440
4414
  style: {
@@ -4445,7 +4419,7 @@ function Co(e) {
4445
4419
  children: e.children
4446
4420
  }
4447
4421
  ) : null,
4448
- (g = (f = e.builderBlock) == null ? void 0 : f.children) != null && g.length && !e.fitContent ? /* @__PURE__ */ v(
4422
+ (g = (f = e.builderBlock) == null ? void 0 : f.children) != null && g.length && !e.fitContent ? /* @__PURE__ */ y(
4449
4423
  "div",
4450
4424
  {
4451
4425
  style: {
@@ -4466,43 +4440,43 @@ function Co(e) {
4466
4440
  }
4467
4441
  );
4468
4442
  }
4469
- const wo = () => [{
4470
- component: mo,
4471
- ...po
4443
+ const Co = () => [{
4444
+ component: po,
4445
+ ...ho
4446
+ }, {
4447
+ component: vo,
4448
+ ...mo
4472
4449
  }, {
4473
- component: bo,
4474
- ...go
4450
+ component: xo,
4451
+ ...bo
4475
4452
  }, {
4476
- component: So,
4477
- ...xo
4453
+ component: ko,
4454
+ ...So
4455
+ }], rr = () => [{
4456
+ component: ni,
4457
+ ...no
4478
4458
  }, {
4479
- component: Co,
4480
- ...ko
4481
- }], ir = () => [{
4482
- component: ri,
4459
+ component: Ji,
4483
4460
  ...ro
4484
4461
  }, {
4485
4462
  component: qi,
4486
4463
  ...io
4487
4464
  }, {
4488
- component: Zi,
4465
+ component: eo,
4489
4466
  ...oo
4490
4467
  }, {
4491
4468
  component: to,
4492
4469
  ...ao
4493
4470
  }, {
4494
- component: no,
4471
+ component: lo,
4495
4472
  ...so
4496
4473
  }, {
4497
- component: co,
4498
- ...lo
4474
+ component: Zo,
4475
+ ...co
4499
4476
  }, {
4500
- component: Qo,
4477
+ component: fo,
4501
4478
  ...uo
4502
- }, {
4503
- component: ho,
4504
- ...fo
4505
- }, ...wo()], Eo = `function updateCookiesAndStyles(contentId, variants, isHydrationTarget) {
4479
+ }, ...Co()], wo = `function updateCookiesAndStyles(contentId, variants, isHydrationTarget) {
4506
4480
  function getAndSetVariantId() {
4507
4481
  function setCookie(name, value, days) {
4508
4482
  let expires = '';
@@ -4558,7 +4532,7 @@ const wo = () => [{
4558
4532
  }).join('');
4559
4533
  styleEl.innerHTML = newStyleStr;
4560
4534
  }
4561
- }`, Io = `function updateVariantVisibility(variantContentId, defaultContentId, isHydrationTarget) {
4535
+ }`, Eo = `function updateVariantVisibility(variantContentId, defaultContentId, isHydrationTarget) {
4562
4536
  if (!navigator.cookieEnabled) {
4563
4537
  return;
4564
4538
  }
@@ -4592,35 +4566,36 @@ const wo = () => [{
4592
4566
  thisScriptEl?.remove();
4593
4567
  }
4594
4568
  return;
4595
- }`, Cr = "builderIoAbTest", wr = "builderIoRenderContent", gt = (e) => Object.values((e == null ? void 0 : e.variations) || {}).map((t) => ({
4569
+ }`, kr = "builderIoAbTest", Cr = "builderIoRenderContent", gt = (e) => Object.values((e == null ? void 0 : e.variations) || {}).map((t) => ({
4596
4570
  ...t,
4597
4571
  testVariationId: t.id,
4598
4572
  id: e == null ? void 0 : e.id
4599
- })), To = ({
4573
+ })), Io = ({
4600
4574
  canTrack: e,
4601
4575
  content: t
4602
- }) => !(!(gt(t).length > 0) || !e || Fe()), Ao = (e) => e === "react" || e === "reactNative", Er = Ao(it), jo = () => `
4576
+ }) => !(!(gt(t).length > 0) || !e || De()), To = (e) => e === "react" || e === "reactNative", wr = To(it), Ao = () => `
4577
+ window.${kr} = ${wo}
4603
4578
  window.${Cr} = ${Eo}
4604
- window.${wr} = ${Io}
4605
- `, Ro = (e, t) => `
4606
- window.${Cr}(
4607
- "${t}",${JSON.stringify(e)}, ${Er}
4608
- )`, Oo = ({
4579
+ `, jo = (e, t) => `
4580
+ window.${kr}(
4581
+ "${t}",${JSON.stringify(e)}, ${wr}
4582
+ )`, Ro = ({
4609
4583
  contentId: e,
4610
4584
  variationId: t
4611
- }) => `window.${wr}(
4612
- "${t}", "${e}", ${Er}
4585
+ }) => `window.${Cr}(
4586
+ "${t}", "${e}", ${wr}
4613
4587
  )`;
4614
- function Zt(e) {
4615
- return /* @__PURE__ */ v(
4588
+ function qt(e) {
4589
+ return /* @__PURE__ */ y(
4616
4590
  "script",
4617
4591
  {
4618
4592
  dangerouslySetInnerHTML: { __html: e.scriptStr },
4619
- "data-id": e.id
4593
+ "data-id": e.id,
4594
+ nonce: e.nonce || ""
4620
4595
  }
4621
4596
  );
4622
4597
  }
4623
- const Po = Qr({
4598
+ const Oo = Zr({
4624
4599
  content: null,
4625
4600
  context: {},
4626
4601
  localState: void 0,
@@ -4632,12 +4607,13 @@ const Po = Qr({
4632
4607
  componentInfos: {},
4633
4608
  inheritedStyles: {},
4634
4609
  BlocksWrapper: "div",
4635
- BlocksWrapperProps: {}
4610
+ BlocksWrapperProps: {},
4611
+ nonce: ""
4636
4612
  });
4637
- function or(e) {
4613
+ function ir(e) {
4638
4614
  return Math.round(e * 1e3) / 1e3;
4639
4615
  }
4640
- const No = (e, t, n = !0) => {
4616
+ const Po = (e, t, n = !0) => {
4641
4617
  if (!(e instanceof HTMLElement))
4642
4618
  return null;
4643
4619
  let r = n ? e : e.parentElement;
@@ -4648,28 +4624,28 @@ const No = (e, t, n = !0) => {
4648
4624
  return r;
4649
4625
  } while (r = r.parentElement);
4650
4626
  return null;
4651
- }, Bo = (e) => No(e, (t) => {
4627
+ }, No = (e) => Po(e, (t) => {
4652
4628
  const n = t.getAttribute("builder-id") || t.id;
4653
4629
  return (n == null ? void 0 : n.indexOf("builder-")) === 0;
4654
- }), ar = ({
4630
+ }), or = ({
4655
4631
  event: e,
4656
4632
  target: t
4657
4633
  }) => {
4658
- const n = t.getBoundingClientRect(), r = e.clientX - n.left, i = e.clientY - n.top, a = or(r / n.width), s = or(i / n.height);
4634
+ const n = t.getBoundingClientRect(), r = e.clientX - n.left, i = e.clientY - n.top, a = ir(r / n.width), s = ir(i / n.height);
4659
4635
  return {
4660
4636
  x: a,
4661
4637
  y: s
4662
4638
  };
4663
- }, Mo = (e) => {
4664
- const t = e.target, n = t && Bo(t), r = (n == null ? void 0 : n.getAttribute("builder-id")) || (n == null ? void 0 : n.id);
4639
+ }, Bo = (e) => {
4640
+ const t = e.target, n = t && No(t), r = (n == null ? void 0 : n.getAttribute("builder-id")) || (n == null ? void 0 : n.id);
4665
4641
  return {
4666
4642
  targetBuilderElement: r || void 0,
4667
4643
  metadata: {
4668
- targetOffset: t ? ar({
4644
+ targetOffset: t ? or({
4669
4645
  event: e,
4670
4646
  target: t
4671
4647
  }) : void 0,
4672
- builderTargetOffset: n ? ar({
4648
+ builderTargetOffset: n ? or({
4673
4649
  event: e,
4674
4650
  target: n
4675
4651
  }) : void 0,
@@ -4677,13 +4653,13 @@ const No = (e, t, n = !0) => {
4677
4653
  }
4678
4654
  };
4679
4655
  };
4680
- async function Lo({
4656
+ async function Mo({
4681
4657
  key: e,
4682
4658
  value: t
4683
4659
  }) {
4684
- return Kr(), globalThis._BUILDER_PREVIEW_LRU_CACHE.set(e, t), { [e]: t };
4660
+ return Hr(), globalThis._BUILDER_PREVIEW_LRU_CACHE.set(e, t), { [e]: t };
4685
4661
  }
4686
- function sr(e, ...t) {
4662
+ function ar(e, ...t) {
4687
4663
  const n = Object(e);
4688
4664
  for (let r = 1; r < arguments.length; r++) {
4689
4665
  const i = arguments[r];
@@ -4716,14 +4692,14 @@ function Wo(e) {
4716
4692
  return;
4717
4693
  }
4718
4694
  Array.from(t).forEach((n) => {
4719
- Do(e, n), n.style.transition = "none", n.style.transitionDelay = "0", sr(n.style, e.steps[0].styles), setTimeout(() => {
4720
- n.style.transition = `all ${e.duration}s ${pn(e.easing)}`, e.delay && (n.style.transitionDelay = e.delay + "s"), sr(n.style, e.steps[1].styles), setTimeout(() => {
4695
+ Do(e, n), n.style.transition = "none", n.style.transitionDelay = "0", ar(n.style, e.steps[0].styles), setTimeout(() => {
4696
+ n.style.transition = `all ${e.duration}s ${hn(e.easing)}`, e.delay && (n.style.transitionDelay = e.delay + "s"), ar(n.style, e.steps[1].styles), setTimeout(() => {
4721
4697
  n.style.transition = "", n.style.transitionDelay = "";
4722
4698
  }, (e.delay || 0) * 1e3 + e.duration * 1e3 + 100);
4723
4699
  });
4724
4700
  });
4725
4701
  }
4726
- const Vo = (e) => {
4702
+ const Lo = (e) => {
4727
4703
  var a, s;
4728
4704
  const t = e.family + (e.kind && !e.kind.includes("#") ? ", " + e.kind : ""), n = t.split(",")[0], r = (s = e.fileUrl) != null ? s : (a = e == null ? void 0 : e.files) == null ? void 0 : a.regular;
4729
4705
  let i = "";
@@ -4749,15 +4725,15 @@ font-weight: ${c};
4749
4725
  `.trim());
4750
4726
  }
4751
4727
  return i;
4752
- }, _o = ({
4728
+ }, Vo = ({
4753
4729
  customFonts: e
4754
4730
  }) => {
4755
4731
  var t;
4756
- return ((t = e == null ? void 0 : e.map((n) => Vo(n))) == null ? void 0 : t.join(" ")) || "";
4757
- }, $o = ({
4732
+ return ((t = e == null ? void 0 : e.map((n) => Lo(n))) == null ? void 0 : t.join(" ")) || "";
4733
+ }, _o = ({
4758
4734
  cssCode: e,
4759
4735
  contentId: t
4760
- }) => e ? t ? (e == null ? void 0 : e.replace(/&/g, `div[builder-content-id="${t}"]`)) || "" : e : "", Ho = `
4736
+ }) => e ? t ? (e == null ? void 0 : e.replace(/&/g, `div[builder-content-id="${t}"]`)) || "" : e : "", $o = `
4761
4737
  .builder-button {
4762
4738
  all: unset;
4763
4739
  }
@@ -4774,20 +4750,20 @@ font-weight: ${c};
4774
4750
  text-align: inherit;
4775
4751
  font-family: inherit;
4776
4752
  }
4777
- `, Ko = (e) => e ? "" : Ho, Go = (e) => `variant-${e}`;
4778
- function zo(e) {
4779
- var oe, _, Q, E, Ee, U, Ie;
4780
- const t = en(null);
4753
+ `, Ho = (e) => e ? "" : $o, Ko = (e) => `variant-${e}`;
4754
+ function Go(e) {
4755
+ var oe, _, Q, E, Ee, L, Ie;
4756
+ const t = Qt(null);
4781
4757
  function n(I) {
4782
- var P, D;
4758
+ var P, U;
4783
4759
  const x = {
4784
4760
  ...e.builderContextSignal.rootState,
4785
4761
  ...I
4786
4762
  };
4787
- e.builderContextSignal.rootSetState ? (D = (P = e.builderContextSignal).rootSetState) == null || D.call(P, x) : e.builderContextSignal.rootState = x;
4763
+ e.builderContextSignal.rootSetState ? (U = (P = e.builderContextSignal).rootSetState) == null || U.call(P, x) : e.builderContextSignal.rootState = x;
4788
4764
  }
4789
4765
  function r(I) {
4790
- var P, D, B, J, le;
4766
+ var P, U, B, J, le;
4791
4767
  const x = {
4792
4768
  ...e.builderContextSignal.content,
4793
4769
  ...I,
@@ -4796,16 +4772,16 @@ function zo(e) {
4796
4772
  ...I == null ? void 0 : I.data
4797
4773
  },
4798
4774
  meta: {
4799
- ...(D = e.builderContextSignal.content) == null ? void 0 : D.meta,
4775
+ ...(U = e.builderContextSignal.content) == null ? void 0 : U.meta,
4800
4776
  ...I == null ? void 0 : I.meta,
4801
4777
  breakpoints: ((B = I == null ? void 0 : I.meta) == null ? void 0 : B.breakpoints) || ((le = (J = e.builderContextSignal.content) == null ? void 0 : J.meta) == null ? void 0 : le.breakpoints)
4802
4778
  }
4803
4779
  };
4804
- Lo({
4780
+ Mo({
4805
4781
  value: x,
4806
4782
  key: x.id
4807
4783
  }).then(() => {
4808
- X.refresh();
4784
+ G.refresh();
4809
4785
  });
4810
4786
  }
4811
4787
  function i() {
@@ -4814,18 +4790,18 @@ function zo(e) {
4814
4790
  "aria-hidden": !0
4815
4791
  };
4816
4792
  }
4817
- const [a, s] = ve(
4793
+ const [a, s] = ye(
4818
4794
  () => e.contentWrapper || "div"
4819
4795
  );
4820
4796
  function c(I) {
4821
- return zr({
4797
+ return Gr({
4822
4798
  model: e.model,
4823
4799
  trustedHosts: e.trustedHosts,
4824
4800
  callbacks: {
4825
4801
  configureSdk: (x) => {
4826
4802
  var B;
4827
- const { breakpoints: P, contentId: D } = x;
4828
- !D || D !== ((B = e.builderContextSignal.content) == null ? void 0 : B.id) || P && r({
4803
+ const { breakpoints: P, contentId: U } = x;
4804
+ !U || U !== ((B = e.builderContextSignal.content) == null ? void 0 : B.id) || P && r({
4829
4805
  meta: {
4830
4806
  breakpoints: P
4831
4807
  }
@@ -4855,26 +4831,26 @@ function zo(e) {
4855
4831
  enableCache: !1
4856
4832
  });
4857
4833
  }
4858
- const [g, b] = ve(() => ({})), [m, j] = ve(() => ({})), [F, V] = ve(() => !1);
4834
+ const [g, b] = ye(() => ({})), [m, j] = ye(() => ({})), [D, V] = ye(() => !1);
4859
4835
  function M(I) {
4860
4836
  var x, P;
4861
4837
  if (e.builderContextSignal.content) {
4862
- const D = (x = e.builderContextSignal.content) == null ? void 0 : x.testVariationId, B = (P = e.builderContextSignal.content) == null ? void 0 : P.id;
4863
- zn({
4838
+ const U = (x = e.builderContextSignal.content) == null ? void 0 : x.testVariationId, B = (P = e.builderContextSignal.content) == null ? void 0 : P.id;
4839
+ Gn({
4864
4840
  type: "click",
4865
- canTrack: yt(e.canTrack),
4841
+ canTrack: vt(e.canTrack),
4866
4842
  contentId: B,
4867
4843
  apiKey: e.apiKey,
4868
- variationId: D !== B ? D : void 0,
4869
- ...Mo(I),
4870
- unique: !F
4844
+ variationId: U !== B ? U : void 0,
4845
+ ...Bo(I),
4846
+ unique: !D
4871
4847
  });
4872
4848
  }
4873
- F || V(!0);
4849
+ D || V(!0);
4874
4850
  }
4875
4851
  function $() {
4876
- var x, P, D;
4877
- const I = (D = (P = (x = e.builderContextSignal.content) == null ? void 0 : x.data) == null ? void 0 : P.httpRequests) != null ? D : {};
4852
+ var x, P, U;
4853
+ const I = (U = (P = (x = e.builderContextSignal.content) == null ? void 0 : x.data) == null ? void 0 : P.httpRequests) != null ? U : {};
4878
4854
  Object.entries(I).forEach(([B, J]) => {
4879
4855
  if (!J || m[B] || g[B] && !Ce())
4880
4856
  return;
@@ -4892,7 +4868,7 @@ function zo(e) {
4892
4868
  })
4893
4869
  )
4894
4870
  );
4895
- Yr(le).then((ce) => ce.json()).then((ce) => {
4871
+ zr(le).then((ce) => ce.json()).then((ce) => {
4896
4872
  n({
4897
4873
  [B]: ce
4898
4874
  }), g[B] = !0;
@@ -4909,7 +4885,7 @@ function zo(e) {
4909
4885
  "builder:component:stateChange",
4910
4886
  {
4911
4887
  detail: {
4912
- state: Qt(e.builderContextSignal.rootState),
4888
+ state: Zt(e.builderContextSignal.rootState),
4913
4889
  ref: {
4914
4890
  name: e.model
4915
4891
  }
@@ -4918,8 +4894,8 @@ function zo(e) {
4918
4894
  )
4919
4895
  );
4920
4896
  }
4921
- function y(I) {
4922
- window.addEventListener("message", c), Xr(), Jr({
4897
+ function v(I) {
4898
+ window.addEventListener("message", c), Yr(), Xr({
4923
4899
  ...e.locale ? {
4924
4900
  locale: e.locale
4925
4901
  } : {},
@@ -4932,19 +4908,19 @@ function zo(e) {
4932
4908
  }), Object.values(
4933
4909
  e.builderContextSignal.componentInfos
4934
4910
  ).forEach((x) => {
4935
- var D;
4936
- const P = qr(x);
4937
- (D = window.parent) == null || D.postMessage(P, "*");
4911
+ var U;
4912
+ const P = Jr(x);
4913
+ (U = window.parent) == null || U.postMessage(P, "*");
4938
4914
  }), window.addEventListener(
4939
4915
  "builder:component:stateChangeListenerActivated",
4940
4916
  N
4941
4917
  );
4942
4918
  }
4943
4919
  function W(I) {
4944
- const x = new URL(location.href).searchParams, P = x.get("builder.preview"), D = x.get(
4920
+ const x = new URL(location.href).searchParams, P = x.get("builder.preview"), U = x.get(
4945
4921
  `builder.overrides.${P}`
4946
4922
  ), B = x.get("apiKey") || x.get("builder.space");
4947
- P === e.model && B === e.apiKey && (!e.content || D === e.content.id) && cr({
4923
+ P === e.model && B === e.apiKey && (!e.content || U === e.content.id) && lr({
4948
4924
  model: e.model,
4949
4925
  apiKey: e.apiKey,
4950
4926
  apiVersion: e.builderContextSignal.apiVersion
@@ -4952,17 +4928,17 @@ function zo(e) {
4952
4928
  J && r(J);
4953
4929
  });
4954
4930
  }
4955
- const X = ei();
4931
+ const G = Qr();
4956
4932
  return ie(() => {
4957
4933
  var I;
4958
4934
  return (I = t.current) == null || I.addEventListener(
4959
4935
  "initeditingbldr",
4960
- y
4936
+ v
4961
4937
  ), () => {
4962
4938
  var x;
4963
4939
  return (x = t.current) == null ? void 0 : x.removeEventListener(
4964
4940
  "initeditingbldr",
4965
- y
4941
+ v
4966
4942
  );
4967
4943
  };
4968
4944
  }, []), ie(() => {
@@ -4979,18 +4955,18 @@ function zo(e) {
4979
4955
  };
4980
4956
  }, []), ie(() => {
4981
4957
  var I, x;
4982
- if (Fe()) {
4983
- if (Ce() && t.current && t.current.dispatchEvent(new CustomEvent("initeditingbldr")), e.builderContextSignal.content && yt(e.canTrack)) {
4984
- const D = (I = e.builderContextSignal.content) == null ? void 0 : I.testVariationId, B = (x = e.builderContextSignal.content) == null ? void 0 : x.id, J = e.apiKey;
4985
- zn({
4958
+ if (De()) {
4959
+ if (Ce() && t.current && t.current.dispatchEvent(new CustomEvent("initeditingbldr")), e.builderContextSignal.content && vt(e.canTrack)) {
4960
+ const U = (I = e.builderContextSignal.content) == null ? void 0 : I.testVariationId, B = (x = e.builderContextSignal.content) == null ? void 0 : x.id, J = e.apiKey;
4961
+ Gn({
4986
4962
  type: "impression",
4987
4963
  canTrack: !0,
4988
4964
  contentId: B,
4989
4965
  apiKey: J,
4990
- variationId: D !== B ? D : void 0
4966
+ variationId: U !== B ? U : void 0
4991
4967
  });
4992
4968
  }
4993
- Gr() && Ce();
4969
+ Kr() && Ce();
4994
4970
  }
4995
4971
  }, []), ie(() => {
4996
4972
  e.apiKey || ot.error(
@@ -5010,11 +4986,11 @@ function zo(e) {
5010
4986
  locale: e.locale
5011
4987
  });
5012
4988
  }, [e.locale]), ie(() => () => {
5013
- Fe() && (window.removeEventListener("message", c), window.removeEventListener(
4989
+ De() && (window.removeEventListener("message", c), window.removeEventListener(
5014
4990
  "builder:component:stateChangeListenerActivated",
5015
4991
  N
5016
4992
  ));
5017
- }, []), /* @__PURE__ */ v(Po.Provider, { value: e.builderContextSignal, children: e.builderContextSignal.content ? /* @__PURE__ */ v(
4993
+ }, []), /* @__PURE__ */ y(Oo.Provider, { value: e.builderContextSignal, children: e.builderContextSignal.content ? /* @__PURE__ */ y(
5018
4994
  a,
5019
4995
  {
5020
4996
  ref: t,
@@ -5023,27 +4999,34 @@ function zo(e) {
5023
4999
  "builder-model": e.model,
5024
5000
  ...i(),
5025
5001
  ...e.contentWrapperProps,
5026
- className: Go(
5027
- ((U = e.content) == null ? void 0 : U.testVariationId) || ((Ie = e.content) == null ? void 0 : Ie.id)
5002
+ className: Ko(
5003
+ ((L = e.content) == null ? void 0 : L.testVariationId) || ((Ie = e.content) == null ? void 0 : Ie.id)
5028
5004
  ),
5029
5005
  children: e.children
5030
5006
  }
5031
5007
  ) : null });
5032
5008
  }
5033
- function Yo(e) {
5009
+ function zo(e) {
5034
5010
  const t = `
5035
- ${$o({
5011
+ ${_o({
5036
5012
  cssCode: e.cssCode,
5037
5013
  contentId: e.contentId
5038
5014
  })}
5039
- ${_o({
5015
+ ${Vo({
5040
5016
  customFonts: e.customFonts
5041
5017
  })}
5042
- ${Ko(e.isNestedRender)}
5018
+ ${Ho(e.isNestedRender)}
5043
5019
  `.trim();
5044
- return /* @__PURE__ */ v(Ct, { id: "builderio-content", styles: t });
5020
+ return /* @__PURE__ */ y(
5021
+ kt,
5022
+ {
5023
+ id: "builderio-content",
5024
+ styles: t,
5025
+ nonce: e.nonce
5026
+ }
5027
+ );
5045
5028
  }
5046
- const Xo = ({
5029
+ const Yo = ({
5047
5030
  content: e,
5048
5031
  data: t,
5049
5032
  locale: n
@@ -5060,7 +5043,7 @@ const Xo = ({
5060
5043
  locale: n
5061
5044
  } : {}
5062
5045
  };
5063
- }, Jo = ({
5046
+ }, Xo = ({
5064
5047
  content: e,
5065
5048
  data: t
5066
5049
  }) => e ? {
@@ -5071,32 +5054,32 @@ const Xo = ({
5071
5054
  },
5072
5055
  meta: e == null ? void 0 : e.meta
5073
5056
  } : void 0;
5074
- function lr(e) {
5057
+ function sr(e) {
5075
5058
  var i, a, s, c, f, g, b, m, j;
5076
- const t = Oo({
5059
+ const t = Ro({
5077
5060
  // eslint-disable-next-line @typescript-eslint/no-non-null-assertion, @typescript-eslint/no-non-null-asserted-optional-chain
5078
5061
  variationId: (i = e.content) == null ? void 0 : i.testVariationId,
5079
5062
  // eslint-disable-next-line @typescript-eslint/no-non-null-assertion, @typescript-eslint/no-non-null-asserted-optional-chain
5080
5063
  contentId: (a = e.content) == null ? void 0 : a.id
5081
5064
  }), n = [
5082
- ...ir(),
5065
+ ...rr(),
5083
5066
  ...e.customComponents || []
5084
5067
  ].reduce(
5085
- (F, { component: V, ...M }) => ({
5086
- ...F,
5068
+ (D, { component: V, ...M }) => ({
5069
+ ...D,
5087
5070
  [M.name]: {
5088
5071
  component: V,
5089
- ...Yn(M)
5072
+ ...zn(M)
5090
5073
  }
5091
5074
  }),
5092
5075
  {}
5093
5076
  ), r = {
5094
- content: Jo({
5077
+ content: Xo({
5095
5078
  content: e.content,
5096
5079
  data: e.data
5097
5080
  }),
5098
5081
  localState: void 0,
5099
- rootState: Xo({
5082
+ rootState: Yo({
5100
5083
  content: e.content,
5101
5084
  data: e.data,
5102
5085
  locale: e.locale
@@ -5107,22 +5090,24 @@ function lr(e) {
5107
5090
  apiKey: e.apiKey,
5108
5091
  apiVersion: e.apiVersion,
5109
5092
  componentInfos: [
5110
- ...ir(),
5093
+ ...rr(),
5111
5094
  ...e.customComponents || []
5112
5095
  ].reduce(
5113
- (F, { component: V, ...M }) => ({
5114
- ...F,
5115
- [M.name]: Yn(M)
5096
+ (D, { component: V, ...M }) => ({
5097
+ ...D,
5098
+ [M.name]: zn(M)
5116
5099
  }),
5117
5100
  {}
5118
5101
  ),
5119
5102
  inheritedStyles: {},
5120
5103
  BlocksWrapper: e.blocksWrapper || "div",
5121
- BlocksWrapperProps: e.blocksWrapperProps || {}
5104
+ BlocksWrapperProps: e.blocksWrapperProps || {},
5105
+ nonce: e.nonce || ""
5122
5106
  };
5123
5107
  return /* @__PURE__ */ se(
5124
- zo,
5108
+ Go,
5125
5109
  {
5110
+ nonce: e.nonce,
5126
5111
  content: e.content,
5127
5112
  data: e.data,
5128
5113
  model: e.model,
@@ -5137,24 +5122,26 @@ function lr(e) {
5137
5122
  contentWrapperProps: e.contentWrapperProps,
5138
5123
  trustedHosts: e.trustedHosts,
5139
5124
  children: [
5140
- e.isSsrAbTest ? /* @__PURE__ */ v(
5141
- Zt,
5125
+ e.isSsrAbTest ? /* @__PURE__ */ y(
5126
+ qt,
5142
5127
  {
5143
5128
  id: "builderio-variant-visibility",
5144
- scriptStr: t
5129
+ scriptStr: t,
5130
+ nonce: e.nonce || ""
5145
5131
  }
5146
5132
  ) : null,
5147
- /* @__PURE__ */ v(
5148
- Yo,
5133
+ /* @__PURE__ */ y(
5134
+ zo,
5149
5135
  {
5136
+ nonce: e.nonce || "",
5150
5137
  isNestedRender: e.isNestedRender,
5151
5138
  contentId: (s = r.content) == null ? void 0 : s.id,
5152
5139
  cssCode: (f = (c = r.content) == null ? void 0 : c.data) == null ? void 0 : f.cssCode,
5153
5140
  customFonts: (b = (g = r.content) == null ? void 0 : g.data) == null ? void 0 : b.customFonts
5154
5141
  }
5155
5142
  ),
5156
- /* @__PURE__ */ v(
5157
- gn,
5143
+ /* @__PURE__ */ y(
5144
+ mn,
5158
5145
  {
5159
5146
  blocks: (j = (m = r.content) == null ? void 0 : m.data) == null ? void 0 : j.blocks,
5160
5147
  context: r,
@@ -5166,14 +5153,14 @@ function lr(e) {
5166
5153
  }
5167
5154
  );
5168
5155
  }
5169
- function qo(e) {
5156
+ function Jo(e) {
5170
5157
  var a;
5171
- const t = To({
5172
- canTrack: yt(e.canTrack),
5158
+ const t = Io({
5159
+ canTrack: vt(e.canTrack),
5173
5160
  content: e.content
5174
5161
  }), n = function() {
5175
5162
  var c;
5176
- return Ro(
5163
+ return jo(
5177
5164
  gt(e.content).map((f) => ({
5178
5165
  id: f.testVariationId,
5179
5166
  testRatio: f.testRatio
@@ -5187,38 +5174,42 @@ function qo(e) {
5187
5174
  return t ? {
5188
5175
  ...e.content,
5189
5176
  testVariationId: (c = e.content) == null ? void 0 : c.id
5190
- } : Zr({
5177
+ } : qr({
5191
5178
  item: e.content,
5192
- canTrack: yt(e.canTrack)
5179
+ canTrack: vt(e.canTrack)
5193
5180
  });
5194
5181
  };
5195
5182
  return /* @__PURE__ */ se(K, { children: [
5196
- !e.isNestedRender && it !== "reactNative" ? /* @__PURE__ */ v(
5197
- Zt,
5183
+ !e.isNestedRender && it !== "reactNative" ? /* @__PURE__ */ y(
5184
+ qt,
5198
5185
  {
5199
5186
  id: "builderio-init-variants-fns",
5200
- scriptStr: jo()
5187
+ scriptStr: Ao(),
5188
+ nonce: e.nonce || ""
5201
5189
  }
5202
5190
  ) : null,
5203
5191
  t ? /* @__PURE__ */ se(K, { children: [
5204
- /* @__PURE__ */ v(
5205
- Ct,
5192
+ /* @__PURE__ */ y(
5193
+ kt,
5206
5194
  {
5207
5195
  id: "builderio-variants",
5208
- styles: r()
5196
+ styles: r(),
5197
+ nonce: e.nonce || ""
5209
5198
  }
5210
5199
  ),
5211
- /* @__PURE__ */ v(
5212
- Zt,
5200
+ /* @__PURE__ */ y(
5201
+ qt,
5213
5202
  {
5214
5203
  id: "builderio-variants-visibility",
5215
- scriptStr: n()
5204
+ scriptStr: n(),
5205
+ nonce: e.nonce || ""
5216
5206
  }
5217
5207
  ),
5218
- (a = gt(e.content)) == null ? void 0 : a.map((s) => /* @__PURE__ */ v(
5219
- lr,
5208
+ (a = gt(e.content)) == null ? void 0 : a.map((s) => /* @__PURE__ */ y(
5209
+ sr,
5220
5210
  {
5221
5211
  isNestedRender: e.isNestedRender,
5212
+ nonce: e.nonce,
5222
5213
  content: s,
5223
5214
  showContent: !1,
5224
5215
  model: e.model,
@@ -5241,9 +5232,10 @@ function qo(e) {
5241
5232
  s.testVariationId
5242
5233
  ))
5243
5234
  ] }) : null,
5244
- /* @__PURE__ */ v(
5245
- lr,
5235
+ /* @__PURE__ */ y(
5236
+ sr,
5246
5237
  {
5238
+ nonce: e.nonce,
5247
5239
  isNestedRender: e.isNestedRender,
5248
5240
  content: i(),
5249
5241
  showContent: !0,
@@ -5267,13 +5259,13 @@ function qo(e) {
5267
5259
  )
5268
5260
  ] });
5269
5261
  }
5270
- const Zo = async ({
5262
+ const qo = async ({
5271
5263
  builderContextValue: e,
5272
5264
  symbol: t
5273
5265
  }) => {
5274
5266
  if (t != null && t.model && // This is a hack, we should not need to check for this, but it is needed for Svelte.
5275
5267
  (e != null && e.apiKey))
5276
- return cr({
5268
+ return lr({
5277
5269
  model: t.model,
5278
5270
  apiKey: e.apiKey,
5279
5271
  apiVersion: e.apiVersion,
@@ -5286,7 +5278,7 @@ const Zo = async ({
5286
5278
  ot.error("Could not fetch symbol content: ", n);
5287
5279
  });
5288
5280
  };
5289
- async function Qo(e) {
5281
+ async function Zo(e) {
5290
5282
  var a, s, c, f, g;
5291
5283
  const t = function() {
5292
5284
  return "div";
@@ -5300,13 +5292,14 @@ async function Qo(e) {
5300
5292
  (m = e.symbol) != null && m.inline ? "builder-inline-symbol" : void 0,
5301
5293
  (j = e.symbol) != null && j.dynamic || e.dynamic ? "builder-dynamic-symbol" : void 0
5302
5294
  ].filter(Boolean).join(" ");
5303
- }, i = ((a = e.symbol) == null ? void 0 : a.content) || await Zo({
5295
+ }, i = ((a = e.symbol) == null ? void 0 : a.content) || await qo({
5304
5296
  symbol: e.symbol,
5305
5297
  builderContextValue: e.builderContext
5306
5298
  });
5307
- return /* @__PURE__ */ v("div", { ...e.attributes, className: r(), children: /* @__PURE__ */ v(
5308
- qo,
5299
+ return /* @__PURE__ */ y("div", { ...e.attributes, className: r(), children: /* @__PURE__ */ y(
5300
+ Jo,
5309
5301
  {
5302
+ nonce: e.builderContext.nonce,
5310
5303
  isNestedRender: !0,
5311
5304
  apiVersion: e.builderContext.apiVersion,
5312
5305
  apiKey: e.builderContext.apiKey,
@@ -5330,15 +5323,15 @@ async function Qo(e) {
5330
5323
  ) });
5331
5324
  }
5332
5325
  export {
5333
- gn as Blocks,
5334
- Po as BuilderContext,
5335
- ri as Button,
5336
- qi as Columns,
5337
- qo as Content,
5338
- Zi as Fragment,
5339
- to as Image,
5340
- no as Section,
5341
- Qo as Symbol,
5342
- ho as Text,
5343
- Co as Video
5326
+ mn as Blocks,
5327
+ Oo as BuilderContext,
5328
+ ni as Button,
5329
+ Ji as Columns,
5330
+ Jo as Content,
5331
+ qi as Fragment,
5332
+ eo as Image,
5333
+ to as Section,
5334
+ Zo as Symbol,
5335
+ fo as Text,
5336
+ ko as Video
5344
5337
  };