@builder.io/sdk-vue 0.2.2 → 0.3.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 (122) hide show
  1. package/package.json +2 -5
  2. package/packages/_vue2/dist/block-styles.ae2c8895.cjs +1 -0
  3. package/packages/_vue2/dist/block-styles.b09f50da.js +75 -0
  4. package/packages/_vue2/dist/css.e6670a83.cjs +6 -0
  5. package/packages/_vue2/dist/css.fb10bcf8.js +74 -0
  6. package/packages/_vue2/dist/{index.eb91dc82.js → index.36f3710d.js} +432 -402
  7. package/packages/_vue2/dist/index.ae3f58f8.cjs +29 -0
  8. package/packages/_vue2/dist/render-block.74bc834e.cjs +3 -0
  9. package/packages/_vue2/dist/{render-block.6f9a607a.js → render-block.c14ab4be.js} +96 -90
  10. package/packages/_vue2/dist/render-component.2b74ef23.cjs +1 -0
  11. package/packages/_vue2/dist/render-component.d7f78e3d.js +38 -0
  12. package/packages/_vue2/dist/render-inlined-styles.04d09a3c.js +34 -0
  13. package/packages/_vue2/dist/render-inlined-styles.c8d80bc4.cjs +1 -0
  14. package/packages/_vue2/dist/render-repeated-block.58333f68.cjs +1 -0
  15. package/packages/_vue2/dist/render-repeated-block.a8717618.js +45 -0
  16. package/packages/_vue2/dist/render-styles.4a1edc25.cjs +31 -0
  17. package/packages/_vue2/dist/{render-styles.0d1f8872.js → render-styles.a49c2339.js} +26 -25
  18. package/packages/_vue2/dist/sdk.cjs +1 -1
  19. package/packages/_vue2/dist/sdk.js +23 -22
  20. package/packages/_vue2/dist/src/blocks/button/button.vue.d.ts +19 -8
  21. package/packages/_vue2/dist/src/blocks/columns/columns.vue.d.ts +29 -174
  22. package/packages/_vue2/dist/src/blocks/custom-code/custom-code.vue.d.ts +9 -13
  23. package/packages/_vue2/dist/src/blocks/embed/embed.vue.d.ts +13 -20
  24. package/packages/_vue2/dist/src/blocks/fragment/fragment.vue.d.ts +1 -4
  25. package/packages/_vue2/dist/src/blocks/image/image.vue.d.ts +72 -0
  26. package/packages/_vue2/dist/src/blocks/img/img.vue.d.ts +8 -11
  27. package/packages/_vue2/dist/src/blocks/section/section.vue.d.ts +12 -7
  28. package/packages/_vue2/dist/src/blocks/symbol/symbol.vue.d.ts +15 -245
  29. package/packages/_vue2/dist/src/blocks/text/text.vue.d.ts +7 -4
  30. package/packages/_vue2/dist/src/blocks/video/video.vue.d.ts +42 -7
  31. package/packages/_vue2/dist/src/components/render-block/block-styles.vue.d.ts +18 -27
  32. package/packages/_vue2/dist/src/components/render-block/render-block.helpers.d.ts +0 -1
  33. package/packages/_vue2/dist/src/components/render-block/render-block.vue.d.ts +3 -86
  34. package/packages/_vue2/dist/src/components/render-block/render-component.vue.d.ts +3 -86
  35. package/packages/_vue2/dist/src/components/render-block/render-repeated-block.vue.d.ts +19 -84
  36. package/packages/_vue2/dist/src/components/render-blocks.vue.d.ts +23 -127
  37. package/packages/_vue2/dist/src/components/render-content/components/render-styles.vue.d.ts +15 -18
  38. package/packages/_vue2/dist/src/components/render-content/render-content.vue.d.ts +46 -212
  39. package/packages/_vue2/dist/src/components/render-inlined-styles.vue.d.ts +12 -11
  40. package/packages/_vue2/dist/src/constants/sdk-version.d.ts +1 -0
  41. package/packages/_vue2/dist/src/context/builder.context.d.ts +3 -2
  42. package/packages/_vue2/dist/src/context/types.d.ts +17 -2
  43. package/packages/_vue2/dist/src/functions/evaluate.d.ts +4 -3
  44. package/packages/_vue2/dist/src/functions/get-block-actions-handler.d.ts +1 -1
  45. package/packages/_vue2/dist/src/functions/get-block-actions.d.ts +1 -1
  46. package/packages/_vue2/dist/src/functions/get-processed-block.d.ts +2 -2
  47. package/packages/_vue2/dist/src/index.d.ts +1 -0
  48. package/packages/_vue2/dist/style.css +1 -1
  49. package/packages/_vue3/dist/block-styles.a1577ff9.cjs +1 -0
  50. package/packages/_vue3/dist/block-styles.ae0db517.js +71 -0
  51. package/packages/_vue3/dist/css.c52c28f5.js +74 -0
  52. package/packages/_vue3/dist/css.eaf664fa.cjs +6 -0
  53. package/packages/_vue3/dist/index.8ed3c046.cjs +29 -0
  54. package/packages/_vue3/dist/{index.45ab85e5.js → index.d8d44f06.js} +835 -806
  55. package/packages/_vue3/dist/render-block.8f200c30.cjs +3 -0
  56. package/packages/_vue3/dist/render-block.c70eab34.js +285 -0
  57. package/packages/_vue3/dist/render-component.023d5d67.cjs +1 -0
  58. package/packages/_vue3/dist/render-component.9b027ad2.js +42 -0
  59. package/packages/_vue3/dist/render-inlined-styles.0b6cafc4.js +32 -0
  60. package/packages/_vue3/dist/render-inlined-styles.e3ea32fb.cjs +1 -0
  61. package/packages/_vue3/dist/render-repeated-block.1743f160.cjs +1 -0
  62. package/packages/_vue3/dist/render-repeated-block.1b229997.js +39 -0
  63. package/packages/_vue3/dist/render-styles.70e1b259.cjs +31 -0
  64. package/packages/_vue3/dist/{render-styles.cf6faa29.js → render-styles.f8cb298d.js} +33 -33
  65. package/packages/_vue3/dist/sdk.cjs +1 -1
  66. package/packages/_vue3/dist/sdk.js +1 -1
  67. package/packages/_vue3/dist/src/blocks/button/button.vue.d.ts +19 -8
  68. package/packages/_vue3/dist/src/blocks/columns/columns.vue.d.ts +45 -91
  69. package/packages/_vue3/dist/src/blocks/custom-code/custom-code.vue.d.ts +16 -13
  70. package/packages/_vue3/dist/src/blocks/embed/embed.vue.d.ts +17 -20
  71. package/packages/_vue3/dist/src/blocks/fragment/fragment.vue.d.ts +1 -4
  72. package/packages/_vue3/dist/src/blocks/image/image.vue.d.ts +54 -14
  73. package/packages/_vue3/dist/src/blocks/img/img.vue.d.ts +27 -11
  74. package/packages/_vue3/dist/src/blocks/section/section.vue.d.ts +12 -7
  75. package/packages/_vue3/dist/src/blocks/symbol/symbol.vue.d.ts +25 -162
  76. package/packages/_vue3/dist/src/blocks/text/text.vue.d.ts +7 -4
  77. package/packages/_vue3/dist/src/blocks/video/video.vue.d.ts +42 -7
  78. package/packages/_vue3/dist/src/components/render-block/block-styles.vue.d.ts +18 -27
  79. package/packages/_vue3/dist/src/components/render-block/render-block.helpers.d.ts +0 -1
  80. package/packages/_vue3/dist/src/components/render-block/render-block.vue.d.ts +2 -2
  81. package/packages/_vue3/dist/src/components/render-block/render-component.vue.d.ts +2 -2
  82. package/packages/_vue3/dist/src/components/render-block/render-repeated-block.vue.d.ts +19 -8
  83. package/packages/_vue3/dist/src/components/render-blocks.vue.d.ts +23 -44
  84. package/packages/_vue3/dist/src/components/render-content/components/render-styles.vue.d.ts +15 -18
  85. package/packages/_vue3/dist/src/components/render-content/render-content.vue.d.ts +77 -129
  86. package/packages/_vue3/dist/src/components/render-inlined-styles.vue.d.ts +12 -11
  87. package/packages/_vue3/dist/src/constants/sdk-version.d.ts +1 -0
  88. package/packages/_vue3/dist/src/context/builder.context.d.ts +3 -2
  89. package/packages/_vue3/dist/src/context/types.d.ts +17 -2
  90. package/packages/_vue3/dist/src/functions/evaluate.d.ts +4 -3
  91. package/packages/_vue3/dist/src/functions/get-block-actions-handler.d.ts +1 -1
  92. package/packages/_vue3/dist/src/functions/get-block-actions.d.ts +1 -1
  93. package/packages/_vue3/dist/src/functions/get-processed-block.d.ts +2 -2
  94. package/packages/_vue3/dist/src/index.d.ts +1 -0
  95. package/packages/_vue3/dist/style.css +1 -1
  96. package/packages/_vue2/dist/block-styles.4667431d.js +0 -72
  97. package/packages/_vue2/dist/block-styles.7c2a87df.cjs +0 -1
  98. package/packages/_vue2/dist/css.468435de.js +0 -58
  99. package/packages/_vue2/dist/css.dce6e4eb.cjs +0 -6
  100. package/packages/_vue2/dist/index.78ba6586.cjs +0 -29
  101. package/packages/_vue2/dist/render-block.67e4dd65.cjs +0 -3
  102. package/packages/_vue2/dist/render-component.10d6c8d2.js +0 -37
  103. package/packages/_vue2/dist/render-component.3578089b.cjs +0 -1
  104. package/packages/_vue2/dist/render-inlined-styles.56373d13.cjs +0 -1
  105. package/packages/_vue2/dist/render-inlined-styles.942eb38d.js +0 -33
  106. package/packages/_vue2/dist/render-repeated-block.18d7fc6e.cjs +0 -1
  107. package/packages/_vue2/dist/render-repeated-block.1bb5c2fb.js +0 -42
  108. package/packages/_vue2/dist/render-styles.de7287b6.cjs +0 -31
  109. package/packages/_vue3/dist/block-styles.09955b0c.cjs +0 -1
  110. package/packages/_vue3/dist/block-styles.6bd36a5a.js +0 -69
  111. package/packages/_vue3/dist/css.3241302b.cjs +0 -6
  112. package/packages/_vue3/dist/css.81a21c5a.js +0 -58
  113. package/packages/_vue3/dist/index.cca81180.cjs +0 -29
  114. package/packages/_vue3/dist/render-block.33cc5768.cjs +0 -3
  115. package/packages/_vue3/dist/render-block.ec4c1913.js +0 -301
  116. package/packages/_vue3/dist/render-component.3bd8dc76.js +0 -26
  117. package/packages/_vue3/dist/render-component.c0d5e797.cjs +0 -1
  118. package/packages/_vue3/dist/render-inlined-styles.952d2fff.js +0 -32
  119. package/packages/_vue3/dist/render-inlined-styles.b55b6667.cjs +0 -1
  120. package/packages/_vue3/dist/render-repeated-block.263f0cec.js +0 -37
  121. package/packages/_vue3/dist/render-repeated-block.c3c9e926.cjs +0 -1
  122. package/packages/_vue3/dist/render-styles.d1ac3a18.cjs +0 -31
@@ -1,4 +1,5 @@
1
- const X = {
1
+ import { defineComponent as f } from "vue";
2
+ const Y = f({
2
3
  name: "builder-button",
3
4
  props: ["attributes", "text", "link", "openLinkInNewTab"],
4
5
  methods: {
@@ -27,50 +28,50 @@ const X = {
27
28
  return e;
28
29
  }
29
30
  }
30
- };
31
- function h(t, e, n, o, s, r, i, l) {
31
+ });
32
+ function h(t, e, n, o, s, r, i, c) {
32
33
  var a = typeof t == "function" ? t.options : t;
33
34
  e && (a.render = e, a.staticRenderFns = n, a._compiled = !0), o && (a.functional = !0), r && (a._scopeId = "data-v-" + r);
34
- var c;
35
- if (i ? (c = function(u) {
35
+ var l;
36
+ if (i ? (l = function(u) {
36
37
  u = u || this.$vnode && this.$vnode.ssrContext || this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext, !u && typeof __VUE_SSR_CONTEXT__ < "u" && (u = __VUE_SSR_CONTEXT__), s && s.call(this, u), u && u._registeredComponents && u._registeredComponents.add(i);
37
- }, a._ssrRegister = c) : s && (c = l ? function() {
38
+ }, a._ssrRegister = l) : s && (l = c ? function() {
38
39
  s.call(
39
40
  this,
40
41
  (a.functional ? this.parent : this).$root.$options.shadowRoot
41
42
  );
42
- } : s), c)
43
+ } : s), l)
43
44
  if (a.functional) {
44
- a._injectStyles = c;
45
+ a._injectStyles = l;
45
46
  var d = a.render;
46
- a.render = function(f, v) {
47
- return c.call(v), d(f, v);
47
+ a.render = function(g, _) {
48
+ return l.call(_), d(g, _);
48
49
  };
49
50
  } else {
50
51
  var m = a.beforeCreate;
51
- a.beforeCreate = m ? [].concat(m, c) : [c];
52
+ a.beforeCreate = m ? [].concat(m, l) : [l];
52
53
  }
53
54
  return {
54
55
  exports: t,
55
56
  options: a
56
57
  };
57
58
  }
58
- var Y = function() {
59
+ var Q = function() {
59
60
  var e = this, n = e._self._c;
60
- return e.link ? n("a", e._g(e._b({ attrs: { role: "button", href: e.link, target: e.openLinkInNewTab ? "_blank" : void 0 } }, "a", e.filterAttrs(e.attributes, !1), !1), e.filterAttrs(e.attributes, !0)), [e._v(" " + e._s(e.text) + " ")]) : n("button", e._g(e._b({ class: e._classStringToObject(
61
+ return e._self._setupProxy, e.link ? n("a", e._g(e._b({ attrs: { role: "button", href: e.link, target: e.openLinkInNewTab ? "_blank" : void 0 } }, "a", e.filterAttrs(e.attributes, !1), !1), e.filterAttrs(e.attributes, !0)), [e._v(" " + e._s(e.text) + " ")]) : n("button", e._g(e._b({ class: e._classStringToObject(
61
62
  e.attributes.class + " button-2fnk003dqad"
62
63
  ) }, "button", e.filterAttrs(e.attributes, !1), !1), e.filterAttrs(e.attributes, !0)), [e._v(" " + e._s(e.text) + " ")]);
63
- }, Q = [], Z = /* @__PURE__ */ h(
64
- X,
64
+ }, Z = [], ee = /* @__PURE__ */ h(
65
65
  Y,
66
66
  Q,
67
+ Z,
67
68
  !1,
68
69
  null,
69
- "a8305dd0",
70
+ "5f197ca9",
70
71
  null,
71
72
  null
72
73
  );
73
- const ee = Z.exports, R = (t) => JSON.parse(JSON.stringify(t)), U = {
74
+ const te = ee.exports, T = (t) => JSON.parse(JSON.stringify(t)), B = {
74
75
  small: {
75
76
  min: 320,
76
77
  default: 321,
@@ -86,8 +87,8 @@ const ee = Z.exports, R = (t) => JSON.parse(JSON.stringify(t)), U = {
86
87
  default: 991,
87
88
  max: 1200
88
89
  }
89
- }, Rn = (t, e = U) => `@media (max-width: ${e[t].max}px)`, te = ({ small: t, medium: e }) => {
90
- const n = R(U);
90
+ }, Pn = (t, e = B) => `@media (max-width: ${e[t].max}px)`, ne = ({ small: t, medium: e }) => {
91
+ const n = T(B);
91
92
  if (!t || !e)
92
93
  return n;
93
94
  const o = Math.floor(t / 2);
@@ -108,34 +109,35 @@ const ee = Z.exports, R = (t) => JSON.parse(JSON.stringify(t)), U = {
108
109
  min: r,
109
110
  default: r + 1
110
111
  }, n;
111
- }, _ = "vue2", ne = Symbol(), x = {
112
+ }, x = "vue2", oe = Symbol(), k = {
112
113
  Builder: {
113
114
  content: null,
114
115
  context: {},
115
- state: {},
116
- setState() {
116
+ localState: void 0,
117
+ rootSetState() {
117
118
  },
119
+ rootState: {},
118
120
  apiKey: null,
119
121
  apiVersion: void 0,
120
122
  registeredComponents: {},
121
123
  inheritedStyles: {}
122
124
  },
123
- key: ne
124
- }, oe = () => Promise.resolve().then(() => B).then((t) => t.default).catch((t) => {
125
+ key: oe
126
+ }, se = () => Promise.resolve().then(() => W).then((t) => t.default).catch((t) => {
125
127
  throw console.error(
126
128
  "Error while attempting to dynamically import component RenderBlocks at ../../components/render-blocks.vue",
127
129
  t
128
130
  ), t;
129
- }), se = () => import("./render-inlined-styles.942eb38d.js").then((t) => t.default).catch((t) => {
131
+ }), re = () => import("./render-inlined-styles.04d09a3c.js").then((t) => t.default).catch((t) => {
130
132
  throw console.error(
131
133
  "Error while attempting to dynamically import component RenderInlinedStyles at ../../components/render-inlined-styles.vue",
132
134
  t
133
135
  ), t;
134
- }), re = {
136
+ }), ie = f({
135
137
  name: "builder-columns",
136
138
  components: {
137
- RenderInlinedStyles: se,
138
- RenderBlocks: oe
139
+ RenderInlinedStyles: re,
140
+ RenderBlocks: se
139
141
  },
140
142
  props: [
141
143
  "space",
@@ -150,11 +152,11 @@ const ee = Z.exports, R = (t) => JSON.parse(JSON.stringify(t)), U = {
150
152
  cols: this.columns || [],
151
153
  stackAt: this.stackColumnsAt || "tablet",
152
154
  flexDir: this.stackColumnsAt === "never" ? "row" : this.reverseColumnsWhenStacked ? "column-reverse" : "column",
153
- TARGET: _
155
+ TARGET: x
154
156
  };
155
157
  },
156
158
  inject: {
157
- builderContext: x.key
159
+ builderContext: k.key
158
160
  },
159
161
  computed: {
160
162
  columnsCssVars() {
@@ -168,30 +170,30 @@ const ee = Z.exports, R = (t) => JSON.parse(JSON.stringify(t)), U = {
168
170
  },
169
171
  columnsStyles() {
170
172
  return `
171
- @media (max-width: ${this.getWidthForBreakpointSize("medium")}px) {
172
- .${this.builderBlock.id}-breakpoints {
173
- flex-direction: var(--flex-dir-tablet);
174
- align-items: stretch;
175
- }
173
+ @media (max-width: ${this.getWidthForBreakpointSize("medium")}px) {
174
+ .${this.builderBlock.id}-breakpoints {
175
+ flex-direction: var(--flex-dir-tablet);
176
+ align-items: stretch;
177
+ }
176
178
 
177
- .${this.builderBlock.id}-breakpoints > .builder-column {
178
- width: var(--column-width-tablet) !important;
179
- margin-left: var(--column-margin-left-tablet) !important;
179
+ .${this.builderBlock.id}-breakpoints > .builder-column {
180
+ width: var(--column-width-tablet) !important;
181
+ margin-left: var(--column-margin-left-tablet) !important;
182
+ }
180
183
  }
181
- }
182
184
 
183
- @media (max-width: ${this.getWidthForBreakpointSize("small")}px) {
184
- .${this.builderBlock.id}-breakpoints {
185
- flex-direction: var(--flex-dir);
186
- align-items: stretch;
187
- }
185
+ @media (max-width: ${this.getWidthForBreakpointSize("small")}px) {
186
+ .${this.builderBlock.id}-breakpoints {
187
+ flex-direction: var(--flex-dir);
188
+ align-items: stretch;
189
+ }
188
190
 
189
- .${this.builderBlock.id}-breakpoints > .builder-column {
190
- width: var(--column-width-mobile) !important;
191
- margin-left: var(--column-margin-left-mobile) !important;
192
- }
193
- },
194
- `;
191
+ .${this.builderBlock.id}-breakpoints > .builder-column {
192
+ width: var(--column-width-mobile) !important;
193
+ margin-left: var(--column-margin-left-mobile) !important;
194
+ }
195
+ },
196
+ `;
195
197
  }
196
198
  },
197
199
  methods: {
@@ -216,32 +218,31 @@ const ee = Z.exports, R = (t) => JSON.parse(JSON.stringify(t)), U = {
216
218
  return this.stackAt === "never" ? e : t;
217
219
  },
218
220
  columnCssVars(t) {
219
- t === 0 || this.gutterSize;
220
- const e = this.getColumnCssWidth(t), n = `${this.gutterSize}px`, o = "100%", s = 0;
221
+ const e = t === 0 ? 0 : this.gutterSize, n = this.getColumnCssWidth(t), o = `${e}px`, s = "100%", r = 0;
221
222
  return {
222
- width: e,
223
- "margin-left": n,
223
+ width: n,
224
+ "margin-left": o,
224
225
  "--column-width-mobile": this.getMobileStyle({
225
- stackedStyle: o,
226
- desktopStyle: e
227
- }),
228
- "--column-margin-left-mobile": this.getMobileStyle({
229
226
  stackedStyle: s,
230
227
  desktopStyle: n
231
228
  }),
232
- "--column-width-tablet": this.getTabletStyle({
233
- stackedStyle: o,
234
- desktopStyle: e
229
+ "--column-margin-left-mobile": this.getMobileStyle({
230
+ stackedStyle: r,
231
+ desktopStyle: o
235
232
  }),
236
- "--column-margin-left-tablet": this.getTabletStyle({
233
+ "--column-width-tablet": this.getTabletStyle({
237
234
  stackedStyle: s,
238
235
  desktopStyle: n
236
+ }),
237
+ "--column-margin-left-tablet": this.getTabletStyle({
238
+ stackedStyle: r,
239
+ desktopStyle: o
239
240
  })
240
241
  };
241
242
  },
242
243
  getWidthForBreakpointSize(t) {
243
244
  var n, o;
244
- return te(
245
+ return ne(
245
246
  ((o = (n = this.builderContext.content) == null ? void 0 : n.meta) == null ? void 0 : o.breakpoints) || {}
246
247
  )[t].max;
247
248
  },
@@ -255,10 +256,10 @@ const ee = Z.exports, R = (t) => JSON.parse(JSON.stringify(t)), U = {
255
256
  return e;
256
257
  }
257
258
  }
258
- };
259
- var ie = function() {
259
+ });
260
+ var ae = function() {
260
261
  var e = this, n = e._self._c;
261
- return n("div", { class: e._classStringToObject(
262
+ return e._self._setupProxy, n("div", { class: e._classStringToObject(
262
263
  `builder-columns ${e.builderBlock.id}-breakpoints div-t9spj7joih`
263
264
  ), style: e.columnsCssVars, attrs: { dataSet: {
264
265
  "builder-block-name": "builder-columns"
@@ -269,67 +270,67 @@ var ie = function() {
269
270
  flexGrow: "1"
270
271
  } } })], 1);
271
272
  })], 2);
272
- }, ae = [], le = /* @__PURE__ */ h(
273
- re,
273
+ }, le = [], ce = /* @__PURE__ */ h(
274
274
  ie,
275
275
  ae,
276
+ le,
276
277
  !1,
277
278
  null,
278
- "2bb878ea",
279
+ "1cba7386",
279
280
  null,
280
281
  null
281
282
  );
282
- const ce = le.exports, de = {
283
+ const de = ce.exports, ue = f({
283
284
  name: "builder-fragment-component",
284
285
  props: []
285
- };
286
- var ue = function() {
286
+ });
287
+ var pe = function() {
287
288
  var e = this, n = e._self._c;
288
- return n("span", [e._t("default")], 2);
289
- }, pe = [], me = /* @__PURE__ */ h(
290
- de,
289
+ return e._self._setupProxy, n("span", [e._t("default")], 2);
290
+ }, me = [], fe = /* @__PURE__ */ h(
291
291
  ue,
292
292
  pe,
293
+ me,
293
294
  !1,
294
295
  null,
295
296
  null,
296
297
  null,
297
298
  null
298
299
  );
299
- const he = me.exports;
300
- function T(t) {
300
+ const he = fe.exports;
301
+ function $(t) {
301
302
  return t.replace(/http(s)?:/, "");
302
303
  }
303
- function fe(t = "", e, n) {
304
+ function ge(t = "", e, n) {
304
305
  const o = new RegExp("([?&])" + e + "=.*?(&|$)", "i"), s = t.indexOf("?") !== -1 ? "&" : "?";
305
306
  return t.match(o) ? t.replace(o, "$1" + e + "=" + encodeURIComponent(n) + "$2") : t + s + e + "=" + encodeURIComponent(n);
306
307
  }
307
- function ge(t, e) {
308
+ function be(t, e) {
308
309
  if (!t || !(t != null && t.match(/cdn\.shopify\.com/)) || !e)
309
310
  return t;
310
311
  if (e === "master")
311
- return T(t);
312
+ return $(t);
312
313
  const n = t.match(
313
314
  /(_\d+x(\d+)?)?(\.(jpg|jpeg|gif|png|bmp|bitmap|tiff|tif)(\?v=\d+)?)/i
314
315
  );
315
316
  if (n) {
316
317
  const o = t.split(n[0]), s = n[3], r = e.match("x") ? e : `${e}x`;
317
- return T(`${o[0]}_${r}${s}`);
318
+ return $(`${o[0]}_${r}${s}`);
318
319
  }
319
320
  return null;
320
321
  }
321
- function S(t) {
322
+ function w(t) {
322
323
  if (!t)
323
324
  return t;
324
325
  const e = [100, 200, 400, 800, 1200, 1600, 2e3];
325
326
  if (t.match(/builder\.io/)) {
326
327
  let n = t;
327
328
  const o = Number(t.split("?width=")[1]);
328
- return isNaN(o) || (n = `${n} ${o}w`), e.filter((s) => s !== o).map((s) => `${fe(t, "width", s)} ${s}w`).concat([n]).join(", ");
329
+ return isNaN(o) || (n = `${n} ${o}w`), e.filter((s) => s !== o).map((s) => `${ge(t, "width", s)} ${s}w`).concat([n]).join(", ");
329
330
  }
330
- return t.match(/cdn\.shopify\.com/) ? e.map((n) => [ge(t, `${n}x${n}`), n]).filter(([n]) => !!n).map(([n, o]) => `${n} ${o}w`).concat([t]).join(", ") : t;
331
+ return t.match(/cdn\.shopify\.com/) ? e.map((n) => [be(t, `${n}x${n}`), n]).filter(([n]) => !!n).map(([n, o]) => `${n} ${o}w`).concat([t]).join(", ") : t;
331
332
  }
332
- const be = {
333
+ const ye = f({
333
334
  name: "builder-image",
334
335
  props: [
335
336
  "image",
@@ -353,10 +354,10 @@ const be = {
353
354
  return this.srcset;
354
355
  if (this.srcset && ((n = this.image) == null ? void 0 : n.includes("builder.io/api/v1/image"))) {
355
356
  if (!this.srcset.includes(this.image.split("?")[0]))
356
- return console.debug("Removed given srcset"), S(e);
357
+ return console.debug("Removed given srcset"), w(e);
357
358
  } else if (this.image && !this.srcset)
358
- return S(e);
359
- return S(e);
359
+ return w(e);
360
+ return w(e);
360
361
  },
361
362
  webpSrcSet() {
362
363
  var t;
@@ -384,11 +385,11 @@ const be = {
384
385
  return e;
385
386
  }
386
387
  }
387
- };
388
- var ye = function() {
388
+ });
389
+ var ve = function() {
389
390
  var o, s, r, i;
390
391
  var e = this, n = e._self._c;
391
- return n("div", [n("picture", [e.webpSrcSet ? [n("source", { attrs: { type: "image/webp", srcset: e.webpSrcSet } })] : e._e(), n("img", { class: e._classStringToObject(
392
+ return e._self._setupProxy, n("div", [n("picture", [e.webpSrcSet ? [n("source", { attrs: { type: "image/webp", srcset: e.webpSrcSet } })] : e._e(), n("img", { class: e._classStringToObject(
392
393
  "builder-image" + (e.className ? " " + e.className : "") + " img-1pl23ac79ld"
393
394
  ), style: {
394
395
  objectPosition: e.backgroundPosition || "center",
@@ -397,42 +398,42 @@ var ye = function() {
397
398
  }, attrs: { loading: "lazy", alt: e.altText, role: e.altText ? "presentation" : void 0, src: e.image, srcset: e.srcSetToUse, sizes: e.sizes } })], 2), e.aspectRatio && !(((s = (o = e.builderBlock) == null ? void 0 : o.children) == null ? void 0 : s.length) && e.fitContent) ? [n("div", { staticClass: "builder-image-sizer div-1pl23ac79ld", style: {
398
399
  paddingTop: e.aspectRatio * 100 + "%"
399
400
  } })] : e._e(), ((i = (r = e.builderBlock) == null ? void 0 : r.children) == null ? void 0 : i.length) && e.fitContent ? [e._t("default")] : e._e(), !e.fitContent && e.children ? [n("div", { staticClass: "div-1pl23ac79ld-2" }, [e._t("default")], 2)] : e._e()], 2);
400
- }, ve = [], _e = /* @__PURE__ */ h(
401
- be,
401
+ }, _e = [], xe = /* @__PURE__ */ h(
402
402
  ye,
403
403
  ve,
404
+ _e,
404
405
  !1,
405
406
  null,
406
- "b5206874",
407
+ "0d553173",
407
408
  null,
408
409
  null
409
410
  );
410
- const xe = _e.exports;
411
+ const ke = xe.exports;
411
412
  function p() {
412
413
  return typeof window < "u" && typeof document < "u";
413
414
  }
414
- function ke() {
415
+ function Se() {
415
416
  return p() && window.self !== window.top;
416
417
  }
417
- function g() {
418
- return ke() && window.location.search.indexOf("builder.frameEditing=") !== -1;
418
+ function b() {
419
+ return Se() && window.location.search.indexOf("builder.frameEditing=") !== -1;
419
420
  }
420
- const Se = () => import("./block-styles.4667431d.js").then((t) => t.default).catch((t) => {
421
+ const we = () => import("./block-styles.b09f50da.js").then((t) => t.default).catch((t) => {
421
422
  throw console.error(
422
423
  "Error while attempting to dynamically import component BlockStyles at ./render-block/block-styles.vue",
423
424
  t
424
425
  ), t;
425
- }), we = () => import("./render-block.6f9a607a.js").then((t) => t.default).catch((t) => {
426
+ }), Ce = () => import("./render-block.c14ab4be.js").then((t) => t.default).catch((t) => {
426
427
  throw console.error(
427
428
  "Error while attempting to dynamically import component RenderBlock at ./render-block/render-block.vue",
428
429
  t
429
430
  ), t;
430
- }), Ce = {
431
+ }), Ie = f({
431
432
  name: "render-blocks",
432
- components: { RenderBlock: we, BlockStyles: Se },
433
+ components: { RenderBlock: Ce, BlockStyles: we },
433
434
  props: ["blocks", "parent", "path", "styleProp"],
434
435
  inject: {
435
- builderContext: x.key
436
+ builderContext: k.key
436
437
  },
437
438
  computed: {
438
439
  className() {
@@ -443,7 +444,7 @@ const Se = () => import("./block-styles.4667431d.js").then((t) => t.default).cat
443
444
  methods: {
444
445
  onClick() {
445
446
  var t, e;
446
- g() && !((t = this.blocks) != null && t.length) && ((e = window.parent) == null || e.postMessage(
447
+ b() && !((t = this.blocks) != null && t.length) && ((e = window.parent) == null || e.postMessage(
447
448
  {
448
449
  type: "builder.clickEmptyBlocks",
449
450
  data: {
@@ -456,7 +457,7 @@ const Se = () => import("./block-styles.4667431d.js").then((t) => t.default).cat
456
457
  },
457
458
  onMouseEnter() {
458
459
  var t, e;
459
- g() && !((t = this.blocks) != null && t.length) && ((e = window.parent) == null || e.postMessage(
460
+ b() && !((t = this.blocks) != null && t.length) && ((e = window.parent) == null || e.postMessage(
460
461
  {
461
462
  type: "builder.hoverEmptyBlocks",
462
463
  data: {
@@ -477,10 +478,10 @@ const Se = () => import("./block-styles.4667431d.js").then((t) => t.default).cat
477
478
  return e;
478
479
  }
479
480
  }
480
- };
481
- var Ie = function() {
481
+ });
482
+ var Re = function() {
482
483
  var e = this, n = e._self._c;
483
- return n("div", { class: e._classStringToObject(e.className + " div-21azgz5avex"), style: e.styleProp, attrs: { "builder-path": e.path, "builder-parent-id": e.parent, dataSet: {
484
+ return e._self._setupProxy, n("div", { class: e._classStringToObject(e.className + " div-21azgz5avex"), style: e.styleProp, attrs: { "builder-path": e.path, "builder-parent-id": e.parent, dataSet: {
484
485
  class: e.className
485
486
  } }, on: { click: function(o) {
486
487
  return e.onClick();
@@ -491,20 +492,20 @@ var Ie = function() {
491
492
  }) : e._e(), e.blocks ? e._l(e.blocks, function(o, s) {
492
493
  return n("block-styles", { key: "block-style-" + o.id, attrs: { block: o, context: e.builderContext } });
493
494
  }) : e._e()], 2);
494
- }, Re = [], Te = /* @__PURE__ */ h(
495
- Ce,
495
+ }, Te = [], $e = /* @__PURE__ */ h(
496
496
  Ie,
497
497
  Re,
498
+ Te,
498
499
  !1,
499
500
  null,
500
- "57df98d3",
501
+ "e4c3b2b6",
501
502
  null,
502
503
  null
503
504
  );
504
- const $e = Te.exports, B = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
505
+ const Ee = $e.exports, W = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
505
506
  __proto__: null,
506
- default: $e
507
- }, Symbol.toStringTag, { value: "Module" })), Ee = {
507
+ default: Ee
508
+ }, Symbol.toStringTag, { value: "Module" })), Pe = {
508
509
  name: "Core:Button",
509
510
  image: "https://cdn.builder.io/api/v1/image/assets%2FIsxPKMo2gPRRKeakUztj1D6uqed2%2F81a15681c3e74df09677dfc57a615b13",
510
511
  defaultStyles: {
@@ -540,7 +541,7 @@ const $e = Te.exports, B = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.
540
541
  ],
541
542
  static: !0,
542
543
  noWrap: !0
543
- }, k = (t) => {
544
+ }, S = (t) => {
544
545
  const e = t.toString().trim();
545
546
  return `return (${!e.startsWith("function") && !e.startsWith("(") ? "function " : ""}${e}).apply(this, arguments)`;
546
547
  }, Ae = {
@@ -730,7 +731,7 @@ const $e = Te.exports, B = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.
730
731
  ]
731
732
  }
732
733
  ],
733
- onChange: k((t) => {
734
+ onChange: S((t) => {
734
735
  function e() {
735
736
  n.forEach((o) => {
736
737
  o.delete("width");
@@ -741,7 +742,7 @@ const $e = Te.exports, B = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.
741
742
  (s) => s.get("width")
742
743
  ) && (!!n.find(
743
744
  (r) => !r.get("width")
744
- ) || n.reduce((l, a) => l + a.get("width"), 0) !== 100) && e();
745
+ ) || n.reduce((c, a) => c + a.get("width"), 0) !== 100) && e();
745
746
  })
746
747
  },
747
748
  {
@@ -773,7 +774,7 @@ const $e = Te.exports, B = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.
773
774
  hidden: !0,
774
775
  canHaveChildren: !0,
775
776
  noWrap: !0
776
- }, Pe = {
777
+ }, je = {
777
778
  name: "Image",
778
779
  static: !0,
779
780
  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",
@@ -792,20 +793,20 @@ const $e = Te.exports, B = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.
792
793
  allowedFileTypes: ["jpeg", "jpg", "png", "svg"],
793
794
  required: !0,
794
795
  defaultValue: "https://cdn.builder.io/api/v1/image/assets%2FYJIGb4i01jvw0SRdL5Bt%2F72c80f114dc149019051b6852a9e3b7a",
795
- onChange: k(
796
+ onChange: S(
796
797
  (t) => {
797
798
  t.delete("srcset"), t.delete("noWebp");
798
- function n(i, l = 6e4) {
799
- return new Promise((a, c) => {
799
+ function n(i, c = 6e4) {
800
+ return new Promise((a, l) => {
800
801
  const d = document.createElement("img");
801
802
  let m = !1;
802
803
  d.onload = () => {
803
804
  m = !0, a(d);
804
805
  }, d.addEventListener("error", (u) => {
805
- console.warn("Image load failed", u.error), c(u.error);
806
+ console.warn("Image load failed", u.error), l(u.error);
806
807
  }), d.src = i, setTimeout(() => {
807
- m || c(new Error("Image load timed out"));
808
- }, l);
808
+ m || l(new Error("Image load timed out"));
809
+ }, c);
809
810
  });
810
811
  }
811
812
  function o(i) {
@@ -816,8 +817,8 @@ const $e = Te.exports, B = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.
816
817
  i.type.includes("svg") && t.set("noWebp", !0);
817
818
  }), s && (!r || r === 0.7041))
818
819
  return n(s).then((i) => {
819
- const l = t.get("aspectRatio");
820
- t.get("image") === s && (!l || l === 0.7041) && i.width && i.height && (t.set("aspectRatio", o(i.height / i.width)), t.set("height", i.height), t.set("width", i.width));
820
+ const c = t.get("aspectRatio");
821
+ t.get("image") === s && (!c || c === 0.7041) && i.width && i.height && (t.set("aspectRatio", o(i.height / i.width)), t.set("height", i.height), t.set("width", i.width));
821
822
  });
822
823
  }
823
824
  )
@@ -900,7 +901,7 @@ const $e = Te.exports, B = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.
900
901
  defaultValue: 0.7041
901
902
  }
902
903
  ]
903
- }, je = {
904
+ }, Ve = {
904
905
  name: "Core:Section",
905
906
  static: !0,
906
907
  image: "https://cdn.builder.io/api/v1/image/assets%2FIsxPKMo2gPRRKeakUztj1D6uqed2%2F682efef23ace49afac61748dd305c70a",
@@ -944,7 +945,7 @@ const $e = Te.exports, B = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.
944
945
  }
945
946
  }
946
947
  ]
947
- }, Ve = {
948
+ }, Oe = f({
948
949
  name: "builder-section-component",
949
950
  props: ["maxWidth", "attributes"],
950
951
  methods: {
@@ -964,10 +965,10 @@ const $e = Te.exports, B = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.
964
965
  );
965
966
  }
966
967
  }
967
- };
968
- var Oe = function() {
968
+ });
969
+ var Ue = function() {
969
970
  var e = this, n = e._self._c;
970
- return n("section", e._g(e._b({ style: {
971
+ return e._self._setupProxy, n("section", e._g(e._b({ style: {
971
972
  width: "100%",
972
973
  alignSelf: "stretch",
973
974
  flexGrow: 1,
@@ -979,17 +980,17 @@ var Oe = function() {
979
980
  marginLeft: "auto",
980
981
  marginRight: "auto"
981
982
  } }, "section", e.filterAttrs(e.attributes, !1), !1), e.filterAttrs(e.attributes, !0)), [e._t("default")], 2);
982
- }, Ue = [], Be = /* @__PURE__ */ h(
983
- Ve,
983
+ }, Be = [], We = /* @__PURE__ */ h(
984
984
  Oe,
985
985
  Ue,
986
+ Be,
986
987
  !1,
987
988
  null,
988
989
  null,
989
990
  null,
990
991
  null
991
992
  );
992
- const We = Be.exports, Me = {
993
+ const Me = We.exports, Ne = {
993
994
  name: "Symbol",
994
995
  noWrap: !0,
995
996
  static: !0,
@@ -1027,16 +1028,16 @@ const We = Be.exports, Me = {
1027
1028
  type: "boolean"
1028
1029
  }
1029
1030
  ]
1030
- }, w = "[Builder.io]: ", b = {
1031
- log: (...t) => console.log(w, ...t),
1032
- error: (...t) => console.error(w, ...t),
1033
- warn: (...t) => console.warn(w, ...t)
1031
+ }, C = "[Builder.io]: ", y = {
1032
+ log: (...t) => console.log(C, ...t),
1033
+ error: (...t) => console.error(C, ...t),
1034
+ warn: (...t) => console.warn(C, ...t)
1034
1035
  };
1035
- function Ne() {
1036
+ function Le() {
1036
1037
  return typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : globalThis;
1037
1038
  }
1038
- function Le() {
1039
- const t = Ne().fetch;
1039
+ function Ke() {
1040
+ const t = Le().fetch;
1040
1041
  if (typeof t > "u")
1041
1042
  throw console.warn(
1042
1043
  `Builder SDK could not find a global fetch function. Make sure you have a polyfill for fetch in your project.
@@ -1044,12 +1045,12 @@ function Le() {
1044
1045
  ), new Error("Builder SDK could not find a global `fetch` function");
1045
1046
  return t;
1046
1047
  }
1047
- const W = Le(), y = (t) => t != null, ze = (t) => {
1048
+ const M = Ke(), v = (t) => t != null, ze = (t) => {
1048
1049
  if (t === "localhost" || t === "127.0.0.1")
1049
1050
  return t;
1050
1051
  const e = t.split(".");
1051
1052
  return e.length > 2 ? e.slice(1).join(".") : t;
1052
- }, M = async ({
1053
+ }, N = async ({
1053
1054
  name: t,
1054
1055
  canTrack: e
1055
1056
  }) => {
@@ -1060,10 +1061,10 @@ const W = Le(), y = (t) => t != null, ze = (t) => {
1060
1061
  console.debug("[COOKIE] GET error: ", o);
1061
1062
  return;
1062
1063
  }
1063
- }, Ke = (t) => t.map(([e, n]) => n ? `${e}=${n}` : e).filter(y).join("; "), He = [
1064
+ }, De = (t) => t.map(([e, n]) => n ? `${e}=${n}` : e).filter(v).join("; "), He = [
1064
1065
  ["secure", ""],
1065
1066
  ["SameSite", "None"]
1066
- ], De = ({
1067
+ ], qe = ({
1067
1068
  name: t,
1068
1069
  value: e,
1069
1070
  expires: n
@@ -1075,8 +1076,8 @@ const W = Le(), y = (t) => t != null, ze = (t) => {
1075
1076
  ["domain", ze(window.location.hostname)],
1076
1077
  ...s
1077
1078
  ];
1078
- return Ke(i);
1079
- }, N = async ({
1079
+ return De(i);
1080
+ }, L = async ({
1080
1081
  name: t,
1081
1082
  value: e,
1082
1083
  expires: n,
@@ -1085,19 +1086,19 @@ const W = Le(), y = (t) => t != null, ze = (t) => {
1085
1086
  try {
1086
1087
  if (!o)
1087
1088
  return;
1088
- const s = De({ name: t, value: e, expires: n });
1089
+ const s = qe({ name: t, value: e, expires: n });
1089
1090
  document.cookie = s;
1090
1091
  } catch (s) {
1091
1092
  console.warn("[COOKIE] SET error: ", s);
1092
1093
  }
1093
- }, qe = "builderio.variations", L = (t) => `${qe}.${t}`, Ge = ({
1094
+ }, Ge = "builderio.variations", K = (t) => `${Ge}.${t}`, Je = ({
1094
1095
  contentId: t,
1095
1096
  canTrack: e
1096
- }) => M({ name: L(t), canTrack: e }), Je = ({
1097
+ }) => N({ name: K(t), canTrack: e }), Xe = ({
1097
1098
  contentId: t,
1098
1099
  canTrack: e,
1099
1100
  value: n
1100
- }) => N({ name: L(t), value: n, canTrack: e }), Xe = (t) => y(t.id) && y(t.variations) && Object.keys(t.variations).length > 0, Ye = ({
1101
+ }) => L({ name: K(t), value: n, canTrack: e }), Ye = (t) => v(t.id) && v(t.variations) && Object.keys(t.variations).length > 0, Qe = ({
1101
1102
  id: t,
1102
1103
  variations: e
1103
1104
  }) => {
@@ -1110,7 +1111,7 @@ const W = Le(), y = (t) => t != null, ze = (t) => {
1110
1111
  return r;
1111
1112
  }
1112
1113
  return t;
1113
- }, $ = ({
1114
+ }, E = ({
1114
1115
  item: t,
1115
1116
  testGroupId: e
1116
1117
  }) => {
@@ -1123,69 +1124,69 @@ const W = Le(), y = (t) => t != null, ze = (t) => {
1123
1124
  testVariationId: n.id,
1124
1125
  testVariationName: n.name || (n.id === t.id ? "Default" : "")
1125
1126
  };
1126
- }, Qe = async ({
1127
+ }, Ze = async ({
1127
1128
  item: t,
1128
1129
  canTrack: e
1129
1130
  }) => {
1130
- const n = await Ge({
1131
+ const n = await Je({
1131
1132
  canTrack: e,
1132
1133
  contentId: t.id
1133
- }), o = n ? $({ item: t, testGroupId: n }) : void 0;
1134
+ }), o = n ? E({ item: t, testGroupId: n }) : void 0;
1134
1135
  if (o)
1135
1136
  return o;
1136
1137
  {
1137
- const s = Ye({
1138
+ const s = Qe({
1138
1139
  variations: t.variations,
1139
1140
  id: t.id
1140
1141
  });
1141
- return Je({
1142
+ return Xe({
1142
1143
  contentId: t.id,
1143
1144
  value: s,
1144
1145
  canTrack: e
1145
1146
  }).catch((r) => {
1146
1147
  console.error("could not store A/B test variation: ", r);
1147
- }), $({ item: t, testGroupId: s });
1148
+ }), E({ item: t, testGroupId: s });
1148
1149
  }
1149
- }, Ze = async ({
1150
+ }, et = async ({
1150
1151
  item: t,
1151
1152
  canTrack: e
1152
1153
  }) => {
1153
- if (!Xe(t))
1154
+ if (!Ye(t))
1154
1155
  return;
1155
- const n = await Qe({ item: t, canTrack: e });
1156
+ const n = await Ze({ item: t, canTrack: e });
1156
1157
  Object.assign(t, n);
1157
1158
  };
1158
- function C(t, e = null, n = ".") {
1159
+ function I(t, e = null, n = ".") {
1159
1160
  return Object.keys(t).reduce((o, s) => {
1160
1161
  const r = t[s], i = [e, s].filter(Boolean).join(n);
1161
1162
  return [
1162
1163
  typeof r == "object",
1163
1164
  r !== null,
1164
1165
  !(Array.isArray(r) && r.length === 0)
1165
- ].every(Boolean) ? { ...o, ...C(r, i, n) } : { ...o, [i]: r };
1166
+ ].every(Boolean) ? { ...o, ...I(r, i, n) } : { ...o, [i]: r };
1166
1167
  }, {});
1167
1168
  }
1168
- const E = "builder.", et = "options.", tt = (t) => {
1169
+ const P = "builder.", tt = "options.", nt = (t) => {
1169
1170
  const e = {};
1170
1171
  return t.forEach((n, o) => {
1171
1172
  e[o] = n;
1172
1173
  }), e;
1173
- }, nt = (t) => {
1174
+ }, ot = (t) => {
1174
1175
  if (!t)
1175
1176
  return {};
1176
1177
  const e = z(t), n = {};
1177
1178
  return Object.keys(e).forEach((o) => {
1178
- if (o.startsWith(E)) {
1179
- const s = o.replace(E, "").replace(et, "");
1179
+ if (o.startsWith(P)) {
1180
+ const s = o.replace(P, "").replace(tt, "");
1180
1181
  n[s] = e[o];
1181
1182
  }
1182
1183
  }), n;
1183
- }, ot = () => {
1184
+ }, st = () => {
1184
1185
  if (!p())
1185
1186
  return {};
1186
1187
  const t = new URLSearchParams(window.location.search);
1187
- return nt(t);
1188
- }, z = (t) => t instanceof URLSearchParams ? tt(t) : t, st = "v3", rt = (t) => {
1188
+ return ot(t);
1189
+ }, z = (t) => t instanceof URLSearchParams ? nt(t) : t, rt = "v3", it = (t) => {
1189
1190
  const {
1190
1191
  limit: e = 30,
1191
1192
  userAttributes: n,
@@ -1193,61 +1194,61 @@ const E = "builder.", et = "options.", tt = (t) => {
1193
1194
  noTraverse: s = !1,
1194
1195
  model: r,
1195
1196
  apiKey: i,
1196
- includeRefs: l = !0,
1197
+ includeRefs: c = !0,
1197
1198
  locale: a,
1198
- apiVersion: c = st
1199
+ apiVersion: l = rt
1199
1200
  } = t;
1200
1201
  if (!i)
1201
1202
  throw new Error("Missing API key");
1202
- if (!["v2", "v3"].includes(c))
1203
+ if (!["v2", "v3"].includes(l))
1203
1204
  throw new Error(
1204
- `Invalid apiVersion: expected 'v2' or 'v3', received '${c}'`
1205
+ `Invalid apiVersion: expected 'v2' or 'v3', received '${l}'`
1205
1206
  );
1206
1207
  const d = new URL(
1207
- `https://cdn.builder.io/api/${c}/content/${r}?apiKey=${i}&limit=${e}&noTraverse=${s}&includeRefs=${l}${a ? `&locale=${a}` : ""}`
1208
+ `https://cdn.builder.io/api/${l}/content/${r}?apiKey=${i}&limit=${e}&noTraverse=${s}&includeRefs=${c}${a ? `&locale=${a}` : ""}`
1208
1209
  ), m = {
1209
- ...ot(),
1210
+ ...st(),
1210
1211
  ...z(t.options || {})
1211
- }, u = C(m);
1212
- for (const f in u)
1213
- d.searchParams.set(f, String(u[f]));
1212
+ }, u = I(m);
1213
+ for (const g in u)
1214
+ d.searchParams.set(g, String(u[g]));
1214
1215
  if (n && d.searchParams.set("userAttributes", JSON.stringify(n)), o) {
1215
- const f = C({ query: o });
1216
- for (const v in f)
1217
- d.searchParams.set(v, JSON.stringify(f[v]));
1216
+ const g = I({ query: o });
1217
+ for (const _ in g)
1218
+ d.searchParams.set(_, JSON.stringify(g[_]));
1218
1219
  }
1219
1220
  return d;
1220
1221
  };
1221
- async function K(t) {
1222
- const e = await it({ ...t, limit: 1 });
1222
+ async function D(t) {
1223
+ const e = await at({ ...t, limit: 1 });
1223
1224
  return e && "results" in e && (e == null ? void 0 : e.results[0]) || null;
1224
1225
  }
1225
- async function it(t) {
1226
+ async function at(t) {
1226
1227
  try {
1227
- const e = rt(t), o = await (await W(e.href)).json();
1228
+ const e = it(t), o = await (await M(e.href)).json();
1228
1229
  if ("status" in o && !("results" in o))
1229
- return b.error("Error fetching data. ", o, t), o;
1230
+ return y.error("Error fetching data. ", { url: e, content: o, options: t }), o;
1230
1231
  const s = t.canTrack !== !1;
1231
1232
  try {
1232
1233
  if (s && Array.isArray(o.results))
1233
1234
  for (const r of o.results)
1234
- await Ze({ item: r, canTrack: s });
1235
+ await et({ item: r, canTrack: s });
1235
1236
  } catch (r) {
1236
- b.error("Could not setup A/B testing. ", r);
1237
+ y.error("Could not setup A/B testing. ", r);
1237
1238
  }
1238
1239
  return o;
1239
1240
  } catch (e) {
1240
- return b.error("Error fetching data. ", e), null;
1241
+ return y.error("Error fetching data. ", e), null;
1241
1242
  }
1242
1243
  }
1243
- const at = () => Promise.resolve().then(() => In).then((t) => t.default).catch((t) => {
1244
+ const lt = () => Promise.resolve().then(() => $n).then((t) => t.default).catch((t) => {
1244
1245
  throw console.error(
1245
1246
  "Error while attempting to dynamically import component RenderContent at ../../components/render-content/render-content.vue",
1246
1247
  t
1247
1248
  ), t;
1248
- }), lt = {
1249
+ }), ct = f({
1249
1250
  name: "builder-symbol",
1250
- components: { RenderContent: at },
1251
+ components: { RenderContent: lt },
1251
1252
  props: ["attributes", "symbol", "dynamic"],
1252
1253
  data() {
1253
1254
  var t, e, n;
@@ -1262,7 +1263,7 @@ const at = () => Promise.resolve().then(() => In).then((t) => t.default).catch((
1262
1263
  };
1263
1264
  },
1264
1265
  inject: {
1265
- builderContext: x.key
1266
+ builderContext: k.key
1266
1267
  },
1267
1268
  mounted() {
1268
1269
  this.fetchContent();
@@ -1285,7 +1286,7 @@ const at = () => Promise.resolve().then(() => In).then((t) => t.default).catch((
1285
1286
  methods: {
1286
1287
  fetchContent() {
1287
1288
  var t, e;
1288
- !this.contentToUse && ((t = this.symbol) == null ? void 0 : t.model) && ((e = this.builderContext) == null ? void 0 : e.apiKey) && K({
1289
+ !this.contentToUse && ((t = this.symbol) == null ? void 0 : t.model) && ((e = this.builderContext) == null ? void 0 : e.apiKey) && D({
1289
1290
  model: this.symbol.model,
1290
1291
  apiKey: this.builderContext.apiKey,
1291
1292
  apiVersion: this.builderContext.apiVersion,
@@ -1295,7 +1296,7 @@ const at = () => Promise.resolve().then(() => In).then((t) => t.default).catch((
1295
1296
  }).then((n) => {
1296
1297
  n && (this.contentToUse = n);
1297
1298
  }).catch((n) => {
1298
- b.error("Could not fetch symbol content: ", n);
1299
+ y.error("Could not fetch symbol content: ", n);
1299
1300
  });
1300
1301
  },
1301
1302
  filterAttrs: function(e = {}, n) {
@@ -1323,28 +1324,28 @@ const at = () => Promise.resolve().then(() => In).then((t) => t.default).catch((
1323
1324
  return e;
1324
1325
  }
1325
1326
  }
1326
- };
1327
- var ct = function() {
1327
+ });
1328
+ var dt = function() {
1328
1329
  var o, s, r, i;
1329
1330
  var e = this, n = e._self._c;
1330
- return n("div", e._g(e._b({ class: e._classStringToObject(e.className), attrs: { dataSet: {
1331
+ return e._self._setupProxy, n("div", e._g(e._b({ class: e._classStringToObject(e.className), attrs: { dataSet: {
1331
1332
  class: e.className
1332
1333
  } } }, "div", e.filterAttrs(e.attributes, !1), !1), e.filterAttrs(e.attributes, !0)), [n("render-content", { attrs: { apiVersion: e.builderContext.apiVersion, apiKey: e.builderContext.apiKey, context: e.builderContext.context, customComponents: Object.values(e.builderContext.registeredComponents), data: {
1333
1334
  ...(o = e.symbol) == null ? void 0 : o.data,
1334
- ...e.builderContext.state,
1335
+ ...e.builderContext.localState,
1335
1336
  ...(r = (s = e.contentToUse) == null ? void 0 : s.data) == null ? void 0 : r.state
1336
1337
  }, model: (i = e.symbol) == null ? void 0 : i.model, content: e.contentToUse } })], 1);
1337
- }, dt = [], ut = /* @__PURE__ */ h(
1338
- lt,
1338
+ }, ut = [], pt = /* @__PURE__ */ h(
1339
1339
  ct,
1340
1340
  dt,
1341
+ ut,
1341
1342
  !1,
1342
1343
  null,
1343
1344
  null,
1344
1345
  null,
1345
1346
  null
1346
1347
  );
1347
- const pt = ut.exports, mt = {
1348
+ const mt = pt.exports, ft = {
1348
1349
  name: "Text",
1349
1350
  static: !0,
1350
1351
  image: "https://firebasestorage.googleapis.com/v0/b/builder-3b0a2.appspot.com/o/images%2Fbaseline-text_fields-24px%20(1).svg?alt=media&token=12177b73-0ee3-42ca-98c6-0dd003de1929",
@@ -1363,26 +1364,26 @@ const pt = ut.exports, mt = {
1363
1364
  height: "auto",
1364
1365
  textAlign: "center"
1365
1366
  }
1366
- }, ht = {
1367
+ }, ht = f({
1367
1368
  name: "builder-text",
1368
1369
  props: ["text"]
1369
- };
1370
- var ft = function() {
1370
+ });
1371
+ var gt = function() {
1371
1372
  var e = this, n = e._self._c;
1372
- return n("span", { staticClass: "builder-text", style: {
1373
+ return e._self._setupProxy, n("span", { staticClass: "builder-text", style: {
1373
1374
  outline: "none"
1374
1375
  }, domProps: { innerHTML: e._s(e.text) } });
1375
- }, gt = [], bt = /* @__PURE__ */ h(
1376
+ }, bt = [], yt = /* @__PURE__ */ h(
1376
1377
  ht,
1377
- ft,
1378
1378
  gt,
1379
+ bt,
1379
1380
  !1,
1380
1381
  null,
1381
1382
  null,
1382
1383
  null,
1383
1384
  null
1384
1385
  );
1385
- const yt = bt.exports, vt = {
1386
+ const vt = yt.exports, _t = {
1386
1387
  name: "Video",
1387
1388
  canHaveChildren: !0,
1388
1389
  defaultStyles: {
@@ -1483,7 +1484,7 @@ const yt = bt.exports, vt = {
1483
1484
  advanced: !0
1484
1485
  }
1485
1486
  ]
1486
- }, _t = {
1487
+ }, xt = f({
1487
1488
  name: "builder-video",
1488
1489
  props: [
1489
1490
  "autoPlay",
@@ -1524,11 +1525,11 @@ const yt = bt.exports, vt = {
1524
1525
  };
1525
1526
  }
1526
1527
  }
1527
- };
1528
- var xt = function() {
1528
+ });
1529
+ var kt = function() {
1529
1530
  var o;
1530
1531
  var e = this, n = e._self._c;
1531
- return n("video", e._b({ style: {
1532
+ return e._self._setupProxy, n("video", e._b({ style: {
1532
1533
  width: "100%",
1533
1534
  height: "100%",
1534
1535
  ...(o = e.attributes) == null ? void 0 : o.style,
@@ -1536,17 +1537,17 @@ var xt = function() {
1536
1537
  objectPosition: e.position,
1537
1538
  borderRadius: 1
1538
1539
  }, attrs: { src: e.video || "no-src", poster: e.posterImage } }, "video", e.spreadProps, !1));
1539
- }, kt = [], St = /* @__PURE__ */ h(
1540
- _t,
1540
+ }, St = [], wt = /* @__PURE__ */ h(
1541
1541
  xt,
1542
1542
  kt,
1543
+ St,
1543
1544
  !1,
1544
1545
  null,
1545
1546
  null,
1546
1547
  null,
1547
1548
  null
1548
1549
  );
1549
- const wt = St.exports, Ct = {
1550
+ const Ct = wt.exports, It = {
1550
1551
  name: "Embed",
1551
1552
  static: !0,
1552
1553
  inputs: [
@@ -1556,7 +1557,7 @@ const wt = St.exports, Ct = {
1556
1557
  required: !0,
1557
1558
  defaultValue: "",
1558
1559
  helperText: "e.g. enter a youtube url, google map, etc",
1559
- onChange: k(
1560
+ onChange: S(
1560
1561
  (t) => {
1561
1562
  const e = t.get("url");
1562
1563
  if (e)
@@ -1581,11 +1582,11 @@ const wt = St.exports, Ct = {
1581
1582
  hideFromUI: !0
1582
1583
  }
1583
1584
  ]
1584
- }, It = [
1585
+ }, Rt = [
1585
1586
  "text/javascript",
1586
1587
  "application/javascript",
1587
1588
  "application/ecmascript"
1588
- ], Rt = (t) => It.includes(t.type), Tt = {
1589
+ ], Tt = (t) => Rt.includes(t.type), $t = f({
1589
1590
  name: "builder-embed",
1590
1591
  props: ["content"],
1591
1592
  data() {
@@ -1618,7 +1619,7 @@ const wt = St.exports, Ct = {
1618
1619
  this.scriptsInserted.push(n.src);
1619
1620
  const o = document.createElement("script");
1620
1621
  o.async = !0, o.src = n.src, document.head.appendChild(o);
1621
- } else if (Rt(n) && !this.scriptsRun.includes(n.innerText))
1622
+ } else if (Tt(n) && !this.scriptsRun.includes(n.innerText))
1622
1623
  try {
1623
1624
  this.scriptsRun.push(n.innerText), new Function(n.innerText)();
1624
1625
  } catch (o) {
@@ -1627,21 +1628,21 @@ const wt = St.exports, Ct = {
1627
1628
  }
1628
1629
  }
1629
1630
  }
1630
- };
1631
- var $t = function() {
1631
+ });
1632
+ var Et = function() {
1632
1633
  var e = this, n = e._self._c;
1633
- return n("div", { ref: "elem", staticClass: "builder-embed", domProps: { innerHTML: e._s(e.content) } });
1634
- }, Et = [], At = /* @__PURE__ */ h(
1635
- Tt,
1634
+ return e._self._setupProxy, n("div", { ref: "elem", staticClass: "builder-embed", domProps: { innerHTML: e._s(e.content) } });
1635
+ }, Pt = [], At = /* @__PURE__ */ h(
1636
1636
  $t,
1637
1637
  Et,
1638
+ Pt,
1638
1639
  !1,
1639
1640
  null,
1640
1641
  null,
1641
1642
  null,
1642
1643
  null
1643
1644
  );
1644
- const Ft = At.exports, Pt = {
1645
+ const Ft = At.exports, jt = f({
1645
1646
  name: "builder-img-component",
1646
1647
  props: [
1647
1648
  "backgroundSize",
@@ -1652,7 +1653,7 @@ const Ft = At.exports, Pt = {
1652
1653
  "attributes"
1653
1654
  ],
1654
1655
  data() {
1655
- return { isEditing: g };
1656
+ return { isEditing: b };
1656
1657
  },
1657
1658
  methods: {
1658
1659
  filterAttrs: function(e = {}, n) {
@@ -1671,24 +1672,24 @@ const Ft = At.exports, Pt = {
1671
1672
  );
1672
1673
  }
1673
1674
  }
1674
- };
1675
- var jt = function() {
1675
+ });
1676
+ var Vt = function() {
1676
1677
  var e = this, n = e._self._c;
1677
- return n("img", e._g(e._b({ key: e.isEditing() && e.imgSrc || "default-key", style: {
1678
+ return e._self._setupProxy, n("img", e._g(e._b({ key: e.isEditing() && e.imgSrc || "default-key", style: {
1678
1679
  objectFit: e.backgroundSize || "cover",
1679
1680
  objectPosition: e.backgroundPosition || "center"
1680
1681
  }, attrs: { alt: e.altText, src: e.imgSrc || e.image } }, "img", e.filterAttrs(e.attributes, !1), !1), e.filterAttrs(e.attributes, !0)));
1681
- }, Vt = [], Ot = /* @__PURE__ */ h(
1682
- Pt,
1682
+ }, Ot = [], Ut = /* @__PURE__ */ h(
1683
1683
  jt,
1684
1684
  Vt,
1685
+ Ot,
1685
1686
  !1,
1686
1687
  null,
1687
1688
  null,
1688
1689
  null,
1689
1690
  null
1690
1691
  );
1691
- const Ut = Ot.exports, Bt = {
1692
+ const Bt = Ut.exports, Wt = {
1692
1693
  name: "Raw:Img",
1693
1694
  hideFromInsertMenu: !0,
1694
1695
  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",
@@ -1703,7 +1704,7 @@ const Ut = Ot.exports, Bt = {
1703
1704
  ],
1704
1705
  noWrap: !0,
1705
1706
  static: !0
1706
- }, Wt = {
1707
+ }, Mt = f({
1707
1708
  name: "builder-custom-code",
1708
1709
  props: ["replaceNodes", "code"],
1709
1710
  data() {
@@ -1750,23 +1751,23 @@ const Ut = Ot.exports, Bt = {
1750
1751
  return e;
1751
1752
  }
1752
1753
  }
1753
- };
1754
- var Mt = function() {
1754
+ });
1755
+ var Nt = function() {
1755
1756
  var e = this, n = e._self._c;
1756
- return n("div", { ref: "elem", class: e._classStringToObject(
1757
+ return e._self._setupProxy, n("div", { ref: "elem", class: e._classStringToObject(
1757
1758
  "builder-custom-code" + (e.replaceNodes ? " replace-nodes" : "")
1758
1759
  ), domProps: { innerHTML: e._s(e.code) } });
1759
- }, Nt = [], Lt = /* @__PURE__ */ h(
1760
- Wt,
1760
+ }, Lt = [], Kt = /* @__PURE__ */ h(
1761
1761
  Mt,
1762
1762
  Nt,
1763
+ Lt,
1763
1764
  !1,
1764
1765
  null,
1765
1766
  null,
1766
1767
  null,
1767
1768
  null
1768
1769
  );
1769
- const zt = Lt.exports, Kt = {
1770
+ const zt = Kt.exports, Dt = {
1770
1771
  name: "Custom Code",
1771
1772
  static: !0,
1772
1773
  requiredPermissions: ["editCode"],
@@ -1793,34 +1794,36 @@ const zt = Lt.exports, Kt = {
1793
1794
  }
1794
1795
  ]
1795
1796
  }, Ht = () => [
1796
- { component: ee, ...Ee },
1797
- { component: ce, ...Ae },
1798
- { component: zt, ...Kt },
1799
- { component: Ft, ...Ct },
1797
+ { component: te, ...Pe },
1798
+ { component: de, ...Ae },
1799
+ { component: zt, ...Dt },
1800
+ { component: Ft, ...It },
1800
1801
  { component: he, ...Fe },
1801
- { component: xe, ...Pe },
1802
- { component: Ut, ...Bt },
1803
- { component: We, ...je },
1804
- { component: pt, ...Me },
1805
- { component: yt, ...mt },
1806
- { component: wt, ...vt }
1802
+ { component: ke, ...je },
1803
+ { component: Bt, ...Wt },
1804
+ { component: Me, ...Ve },
1805
+ { component: mt, ...Ne },
1806
+ { component: vt, ...ft },
1807
+ { component: Ct, ..._t }
1807
1808
  ];
1808
1809
  function A({
1809
1810
  code: t,
1810
1811
  context: e,
1811
- state: n,
1812
- event: o,
1813
- isExpression: s = !0
1812
+ localState: n,
1813
+ rootState: o,
1814
+ rootSetState: s,
1815
+ event: r,
1816
+ isExpression: i = !0
1814
1817
  }) {
1815
1818
  if (t === "") {
1816
1819
  console.warn("Skipping evaluation of empty code block.");
1817
1820
  return;
1818
1821
  }
1819
- const r = {
1820
- isEditing: g(),
1822
+ const c = {
1823
+ isEditing: b(),
1821
1824
  isBrowser: p(),
1822
1825
  isServer: !p()
1823
- }, l = s && !(t.includes(";") || t.includes(" return ") || t.trim().startsWith("return ")) ? `return (${t});` : t;
1826
+ }, l = i && !(t.includes(";") || t.includes(" return ") || t.trim().startsWith("return ")) ? `return (${t});` : t;
1824
1827
  try {
1825
1828
  return new Function(
1826
1829
  "builder",
@@ -1829,8 +1832,14 @@ function A({
1829
1832
  "context",
1830
1833
  "event",
1831
1834
  l
1832
- )(r, r, n, e, o);
1833
- } catch (a) {
1835
+ )(
1836
+ c,
1837
+ c,
1838
+ qt(o, n, s),
1839
+ e,
1840
+ r
1841
+ );
1842
+ } catch (d) {
1834
1843
  console.warn(
1835
1844
  `Builder custom code error:
1836
1845
  While Evaluating:
@@ -1838,117 +1847,131 @@ function A({
1838
1847
  l,
1839
1848
  `
1840
1849
  `,
1841
- a
1850
+ d
1842
1851
  );
1843
1852
  }
1844
1853
  }
1845
- function Dt() {
1846
- return !p() || g() ? !1 : Boolean(location.search.indexOf("builder.preview=") !== -1);
1854
+ function qt(t, e, n) {
1855
+ if (t === e)
1856
+ throw new Error("rootState === localState");
1857
+ return new Proxy(t, {
1858
+ get: (o, s) => e && s in e ? e[s] : t[s],
1859
+ set: (o, s, r) => {
1860
+ if (e && s in e)
1861
+ throw new Error(
1862
+ "Writing to local state is not allowed as it is read-only."
1863
+ );
1864
+ return t[s] = r, n == null || n(t), !0;
1865
+ }
1866
+ });
1867
+ }
1868
+ function Gt() {
1869
+ return !p() || b() ? !1 : Boolean(location.search.indexOf("builder.preview=") !== -1);
1847
1870
  }
1848
1871
  const H = [];
1849
- function Tn(t, e) {
1872
+ function An(t, e) {
1850
1873
  return H.push({ component: t, ...e }), console.warn(
1851
1874
  "registerComponent is deprecated. Use the `customComponents` prop in RenderContent instead to provide your custom components to the builder SDK."
1852
1875
  ), t;
1853
1876
  }
1854
- const qt = ({
1877
+ const Jt = ({
1855
1878
  component: t,
1856
1879
  ...e
1857
1880
  }) => ({
1858
1881
  type: "builder.registerComponent",
1859
- data: Jt(e)
1860
- }), Gt = (t) => typeof t == "function" ? k(t) : R(t), Jt = ({
1882
+ data: Yt(e)
1883
+ }), Xt = (t) => typeof t == "function" ? S(t) : T(t), Yt = ({
1861
1884
  inputs: t,
1862
1885
  ...e
1863
1886
  }) => ({
1864
- ...R(e),
1887
+ ...T(e),
1865
1888
  inputs: t == null ? void 0 : t.map(
1866
1889
  (n) => Object.entries(n).reduce(
1867
1890
  (o, [s, r]) => ({
1868
1891
  ...o,
1869
- [s]: Gt(r)
1892
+ [s]: Xt(r)
1870
1893
  }),
1871
1894
  {}
1872
1895
  )
1873
1896
  )
1874
1897
  });
1875
- function Xt() {
1898
+ function Qt() {
1876
1899
  return "xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g, function(t) {
1877
1900
  const e = Math.random() * 16 | 0;
1878
1901
  return (t == "x" ? e : e & 3 | 8).toString(16);
1879
1902
  });
1880
1903
  }
1881
- function D() {
1882
- return Xt().replace(/-/g, "");
1904
+ function q() {
1905
+ return Qt().replace(/-/g, "");
1883
1906
  }
1884
- const q = "builderSessionId", Yt = async ({
1907
+ const G = "builderSessionId", Zt = async ({
1885
1908
  canTrack: t
1886
1909
  }) => {
1887
1910
  if (!t)
1888
1911
  return;
1889
- const e = await M({
1890
- name: q,
1912
+ const e = await N({
1913
+ name: G,
1891
1914
  canTrack: t
1892
1915
  });
1893
- if (y(e))
1916
+ if (v(e))
1894
1917
  return e;
1895
1918
  {
1896
- const n = Qt();
1897
- return Zt({ id: n, canTrack: t }), n;
1919
+ const n = en();
1920
+ return tn({ id: n, canTrack: t }), n;
1898
1921
  }
1899
- }, Qt = () => D(), Zt = ({
1922
+ }, en = () => q(), tn = ({
1900
1923
  id: t,
1901
1924
  canTrack: e
1902
- }) => N({ name: q, value: t, canTrack: e }), G = () => p() && typeof localStorage < "u" ? localStorage : void 0, en = ({
1925
+ }) => L({ name: G, value: t, canTrack: e }), J = () => p() && typeof localStorage < "u" ? localStorage : void 0, nn = ({
1903
1926
  key: t,
1904
1927
  canTrack: e
1905
1928
  }) => {
1906
1929
  var n;
1907
1930
  try {
1908
- return e ? (n = G()) == null ? void 0 : n.getItem(t) : void 0;
1931
+ return e ? (n = J()) == null ? void 0 : n.getItem(t) : void 0;
1909
1932
  } catch (o) {
1910
1933
  console.debug("[LocalStorage] GET error: ", o);
1911
1934
  return;
1912
1935
  }
1913
- }, tn = ({
1936
+ }, on = ({
1914
1937
  key: t,
1915
1938
  canTrack: e,
1916
1939
  value: n
1917
1940
  }) => {
1918
1941
  var o;
1919
1942
  try {
1920
- e && ((o = G()) == null || o.setItem(t, n));
1943
+ e && ((o = J()) == null || o.setItem(t, n));
1921
1944
  } catch (s) {
1922
1945
  console.debug("[LocalStorage] SET error: ", s);
1923
1946
  }
1924
- }, J = "builderVisitorId", nn = ({ canTrack: t }) => {
1947
+ }, X = "builderVisitorId", sn = ({ canTrack: t }) => {
1925
1948
  if (!t)
1926
1949
  return;
1927
- const e = en({
1928
- key: J,
1950
+ const e = nn({
1951
+ key: X,
1929
1952
  canTrack: t
1930
1953
  });
1931
- if (y(e))
1954
+ if (v(e))
1932
1955
  return e;
1933
1956
  {
1934
- const n = on();
1935
- return sn({ id: n, canTrack: t }), n;
1957
+ const n = rn();
1958
+ return an({ id: n, canTrack: t }), n;
1936
1959
  }
1937
- }, on = () => D(), sn = ({
1960
+ }, rn = () => q(), an = ({
1938
1961
  id: t,
1939
1962
  canTrack: e
1940
- }) => tn({
1941
- key: J,
1963
+ }) => on({
1964
+ key: X,
1942
1965
  value: t,
1943
1966
  canTrack: e
1944
- }), rn = () => {
1967
+ }), ln = () => {
1945
1968
  if (p()) {
1946
1969
  const t = new URL(location.href);
1947
1970
  return t.pathname === "" && (t.pathname = "/"), t;
1948
1971
  } else
1949
1972
  return console.warn("Cannot get location for tracking in non-browser environment"), null;
1950
- }, an = () => typeof navigator == "object" && navigator.userAgent || "", ln = () => {
1951
- const t = an(), e = {
1973
+ }, cn = () => typeof navigator == "object" && navigator.userAgent || "", dn = () => {
1974
+ const t = cn(), e = {
1952
1975
  Android() {
1953
1976
  return t.match(/Android/i);
1954
1977
  },
@@ -1965,25 +1988,25 @@ const q = "builderSessionId", Yt = async ({
1965
1988
  return t.match(/IEMobile/i) || t.match(/WPDesktop/i);
1966
1989
  },
1967
1990
  any() {
1968
- return e.Android() || e.BlackBerry() || e.iOS() || e.Opera() || e.Windows() || _ === "reactNative";
1991
+ return e.Android() || e.BlackBerry() || e.iOS() || e.Opera() || e.Windows() || x === "reactNative";
1969
1992
  }
1970
- }, n = t.match(/Tablet|iPad/i), o = rn();
1993
+ }, n = t.match(/Tablet|iPad/i), o = ln();
1971
1994
  return {
1972
1995
  urlPath: o == null ? void 0 : o.pathname,
1973
1996
  host: (o == null ? void 0 : o.host) || (o == null ? void 0 : o.hostname),
1974
1997
  device: n ? "tablet" : e.any() ? "mobile" : "desktop"
1975
1998
  };
1976
- }, cn = async ({
1999
+ }, un = async ({
1977
2000
  canTrack: t
1978
2001
  }) => {
1979
2002
  if (!t)
1980
2003
  return { visitorId: void 0, sessionId: void 0 };
1981
- const e = await Yt({ canTrack: t }), n = nn({ canTrack: t });
2004
+ const e = await Zt({ canTrack: t }), n = sn({ canTrack: t });
1982
2005
  return {
1983
2006
  sessionId: e,
1984
2007
  visitorId: n
1985
2008
  };
1986
- }, dn = async ({
2009
+ }, pn = async ({
1987
2010
  type: t,
1988
2011
  canTrack: e,
1989
2012
  apiKey: n,
@@ -1997,23 +2020,23 @@ const q = "builderSessionId", Yt = async ({
1997
2020
  url: location.href,
1998
2021
  ...o
1999
2022
  },
2000
- ...await cn({ canTrack: e }),
2001
- userAttributes: ln(),
2023
+ ...await un({ canTrack: e }),
2024
+ userAttributes: dn(),
2002
2025
  ownerId: n
2003
2026
  }
2004
2027
  });
2005
- async function I(t) {
2028
+ async function R(t) {
2006
2029
  if (!t.apiKey) {
2007
- b.error(
2030
+ y.error(
2008
2031
  "Missing API key for track call. Please provide your API key."
2009
2032
  );
2010
2033
  return;
2011
2034
  }
2012
- if (!!t.canTrack && !g() && !!(p() || _ === "reactNative"))
2035
+ if (!!t.canTrack && !b() && !!(p() || x === "reactNative"))
2013
2036
  return fetch("https://builder.io/api/v1/track", {
2014
2037
  method: "POST",
2015
2038
  body: JSON.stringify({
2016
- events: [await dn(t)]
2039
+ events: [await pn(t)]
2017
2040
  }),
2018
2041
  headers: {
2019
2042
  "content-type": "application/json"
@@ -2023,8 +2046,8 @@ async function I(t) {
2023
2046
  console.error("Failed to track: ", e);
2024
2047
  });
2025
2048
  }
2026
- const $n = (t) => I({ ...t, canTrack: !0 }), F = {};
2027
- function un(t, e) {
2049
+ const Fn = (t) => R({ ...t, canTrack: !0 }), mn = "0.3.1", F = {};
2050
+ function fn(t, e) {
2028
2051
  let n = F[t];
2029
2052
  if (n || (n = F[t] = []), n.push(e), p()) {
2030
2053
  const o = {
@@ -2041,8 +2064,8 @@ function un(t, e) {
2041
2064
  }
2042
2065
  }
2043
2066
  }
2044
- const pn = () => {
2045
- un("insertMenu", {
2067
+ const hn = () => {
2068
+ fn("insertMenu", {
2046
2069
  name: "_default",
2047
2070
  default: !0,
2048
2071
  items: [
@@ -2057,14 +2080,15 @@ const pn = () => {
2057
2080
  ]
2058
2081
  });
2059
2082
  };
2060
- let P = !1;
2061
- const mn = (t = {}) => {
2083
+ let j = !1;
2084
+ const gn = (t = {}) => {
2062
2085
  var e, n;
2063
- P || (P = !0, p() && ((e = window.parent) == null || e.postMessage(
2086
+ j || (j = !0, p() && ((e = window.parent) == null || e.postMessage(
2064
2087
  {
2065
2088
  type: "builder.sdkInfo",
2066
2089
  data: {
2067
- target: _,
2090
+ target: x,
2091
+ version: mn,
2068
2092
  supportsPatchUpdates: !1,
2069
2093
  supportsAddBlockScoping: !0,
2070
2094
  supportsCustomBreakpoints: !0
@@ -2084,10 +2108,10 @@ const mn = (t = {}) => {
2084
2108
  if (!!(o != null && o.type))
2085
2109
  switch (o.type) {
2086
2110
  case "builder.evaluate": {
2087
- const i = o.data.text, l = o.data.arguments || [], a = o.data.id, c = new Function(i);
2111
+ const i = o.data.text, c = o.data.arguments || [], a = o.data.id, l = new Function(i);
2088
2112
  let d, m = null;
2089
2113
  try {
2090
- d = c.apply(null, l);
2114
+ d = l.apply(null, c);
2091
2115
  } catch (u) {
2092
2116
  m = u;
2093
2117
  }
@@ -2098,8 +2122,8 @@ const mn = (t = {}) => {
2098
2122
  },
2099
2123
  "*"
2100
2124
  ) : d && typeof d.then == "function" ? d.then((u) => {
2101
- var f;
2102
- (f = window.parent) == null || f.postMessage(
2125
+ var g;
2126
+ (g = window.parent) == null || g.postMessage(
2103
2127
  {
2104
2128
  type: "builder.evaluateResult",
2105
2129
  data: { id: a, result: u }
@@ -2118,10 +2142,10 @@ const mn = (t = {}) => {
2118
2142
  }
2119
2143
  })));
2120
2144
  };
2121
- function j(t) {
2145
+ function V(t) {
2122
2146
  return Math.round(t * 1e3) / 1e3;
2123
2147
  }
2124
- const hn = (t, e, n = !0) => {
2148
+ const bn = (t, e, n = !0) => {
2125
2149
  if (!(t instanceof HTMLElement))
2126
2150
  return null;
2127
2151
  let o = n ? t : t.parentElement;
@@ -2132,46 +2156,46 @@ const hn = (t, e, n = !0) => {
2132
2156
  return o;
2133
2157
  } while (o = o.parentElement);
2134
2158
  return null;
2135
- }, fn = (t) => hn(t, (e) => {
2159
+ }, yn = (t) => bn(t, (e) => {
2136
2160
  const n = e.getAttribute("builder-id") || e.id;
2137
2161
  return Boolean((n == null ? void 0 : n.indexOf("builder-")) === 0);
2138
- }), V = ({
2162
+ }), O = ({
2139
2163
  event: t,
2140
2164
  target: e
2141
2165
  }) => {
2142
- const n = e.getBoundingClientRect(), o = t.clientX - n.left, s = t.clientY - n.top, r = j(o / n.width), i = j(s / n.height);
2166
+ const n = e.getBoundingClientRect(), o = t.clientX - n.left, s = t.clientY - n.top, r = V(o / n.width), i = V(s / n.height);
2143
2167
  return {
2144
2168
  x: r,
2145
2169
  y: i
2146
2170
  };
2147
- }, gn = (t) => {
2148
- const e = t.target, n = e && fn(e), o = (n == null ? void 0 : n.getAttribute("builder-id")) || (n == null ? void 0 : n.id);
2171
+ }, vn = (t) => {
2172
+ const e = t.target, n = e && yn(e), o = (n == null ? void 0 : n.getAttribute("builder-id")) || (n == null ? void 0 : n.id);
2149
2173
  return {
2150
2174
  targetBuilderElement: o || void 0,
2151
2175
  metadata: {
2152
- targetOffset: e ? V({ event: t, target: e }) : void 0,
2153
- builderTargetOffset: n ? V({ event: t, target: n }) : void 0,
2176
+ targetOffset: e ? O({ event: t, target: e }) : void 0,
2177
+ builderTargetOffset: n ? O({ event: t, target: n }) : void 0,
2154
2178
  builderElementIndex: n && o ? [].slice.call(document.getElementsByClassName(o)).indexOf(n) : void 0
2155
2179
  }
2156
2180
  };
2157
- }, bn = ({
2181
+ }, _n = ({
2158
2182
  content: t,
2159
2183
  data: e,
2160
2184
  locale: n
2161
2185
  }) => {
2162
- var r, i, l;
2186
+ var r, i, c;
2163
2187
  const o = {};
2164
2188
  (i = (r = t == null ? void 0 : t.data) == null ? void 0 : r.inputs) == null || i.forEach((a) => {
2165
- var c;
2166
- a.name && a.defaultValue !== void 0 && ((c = t == null ? void 0 : t.data) == null ? void 0 : c.state) && t.data.state[a.name] === void 0 && (o[a.name] = a.defaultValue);
2189
+ var l;
2190
+ a.name && a.defaultValue !== void 0 && ((l = t == null ? void 0 : t.data) == null ? void 0 : l.state) && t.data.state[a.name] === void 0 && (o[a.name] = a.defaultValue);
2167
2191
  });
2168
2192
  const s = {
2169
- ...(l = t == null ? void 0 : t.data) == null ? void 0 : l.state,
2193
+ ...(c = t == null ? void 0 : t.data) == null ? void 0 : c.state,
2170
2194
  ...e,
2171
2195
  ...n ? { locale: n } : {}
2172
2196
  };
2173
2197
  return { ...o, ...s };
2174
- }, yn = ({
2198
+ }, xn = ({
2175
2199
  content: t,
2176
2200
  data: e
2177
2201
  }) => t ? {
@@ -2181,21 +2205,21 @@ const hn = (t, e, n = !0) => {
2181
2205
  ...e
2182
2206
  },
2183
2207
  meta: t == null ? void 0 : t.meta
2184
- } : void 0, vn = () => Promise.resolve().then(() => B).then((t) => t.default).catch((t) => {
2208
+ } : void 0, kn = () => Promise.resolve().then(() => W).then((t) => t.default).catch((t) => {
2185
2209
  throw console.error(
2186
2210
  "Error while attempting to dynamically import component RenderBlocks at ../render-blocks.vue",
2187
2211
  t
2188
2212
  ), t;
2189
- }), _n = () => import("./render-styles.0d1f8872.js").then((t) => t.default).catch((t) => {
2213
+ }), Sn = () => import("./render-styles.a49c2339.js").then((t) => t.default).catch((t) => {
2190
2214
  throw console.error(
2191
2215
  "Error while attempting to dynamically import component RenderContentStyles at ./components/render-styles.vue",
2192
2216
  t
2193
2217
  ), t;
2194
- }), xn = {
2218
+ }), wn = f({
2195
2219
  name: "render-content",
2196
2220
  components: {
2197
- RenderContentStyles: _n,
2198
- RenderBlocks: vn
2221
+ RenderContentStyles: Sn,
2222
+ RenderBlocks: kn
2199
2223
  },
2200
2224
  props: [
2201
2225
  "content",
@@ -2213,13 +2237,13 @@ const hn = (t, e, n = !0) => {
2213
2237
  return {
2214
2238
  forceReRenderCount: 0,
2215
2239
  overrideContent: null,
2216
- useContent: yn({
2240
+ useContent: xn({
2217
2241
  content: this.content,
2218
2242
  data: this.data
2219
2243
  }),
2220
2244
  update: 0,
2221
- canTrackToUse: y(this.canTrack) ? this.canTrack : !0,
2222
- contentState: bn({
2245
+ canTrackToUse: v(this.canTrack) ? this.canTrack : !0,
2246
+ contentState: _n({
2223
2247
  content: this.content,
2224
2248
  data: this.data,
2225
2249
  locale: this.locale
@@ -2237,29 +2261,31 @@ const hn = (t, e, n = !0) => {
2237
2261
  ),
2238
2262
  httpReqsData: {},
2239
2263
  clicked: !1,
2240
- TARGET: _
2264
+ TARGET: x
2241
2265
  };
2242
2266
  },
2243
2267
  provide() {
2244
2268
  const t = this;
2245
2269
  return {
2246
- [x.key]: {
2270
+ [k.key]: {
2247
2271
  content: t.useContent,
2248
- state: t.contentState,
2249
- setState: t.setContextState,
2272
+ localState: void 0,
2273
+ rootState: t.contentState,
2274
+ rootSetState: t.contentSetState,
2250
2275
  context: t.context || {},
2251
2276
  apiKey: t.apiKey,
2252
2277
  apiVersion: t.apiVersion,
2253
- registeredComponents: t.allRegisteredComponents
2278
+ registeredComponents: t.allRegisteredComponents,
2279
+ inheritedStyles: {}
2254
2280
  }
2255
2281
  };
2256
2282
  },
2257
2283
  mounted() {
2258
2284
  var t, e;
2259
- if (this.apiKey || b.error(
2285
+ if (this.apiKey || y.error(
2260
2286
  "No API key provided to `RenderContent` component. This can cause issues. Please provide an API key using the `apiKey` prop."
2261
2287
  ), p()) {
2262
- if (g() && (this.forceReRenderCount = this.forceReRenderCount + 1, pn(), mn({
2288
+ if (b() && (this.forceReRenderCount = this.forceReRenderCount + 1, hn(), gn({
2263
2289
  ...this.locale ? {
2264
2290
  locale: this.locale
2265
2291
  } : {},
@@ -2270,14 +2296,14 @@ const hn = (t, e, n = !0) => {
2270
2296
  this.allRegisteredComponents
2271
2297
  ).forEach((n) => {
2272
2298
  var s;
2273
- const o = qt(n);
2299
+ const o = Jt(n);
2274
2300
  (s = window.parent) == null || s.postMessage(o, "*");
2275
2301
  }), window.addEventListener("message", this.processMessage), window.addEventListener(
2276
2302
  "builder:component:stateChangeListenerActivated",
2277
2303
  this.emitStateUpdate
2278
2304
  )), this.useContent) {
2279
2305
  const n = (t = this.useContent) == null ? void 0 : t.testVariationId, o = (e = this.useContent) == null ? void 0 : e.id;
2280
- I({
2306
+ R({
2281
2307
  type: "impression",
2282
2308
  canTrack: this.canTrackToUse,
2283
2309
  contentId: o,
@@ -2285,11 +2311,11 @@ const hn = (t, e, n = !0) => {
2285
2311
  variationId: n !== o ? n : void 0
2286
2312
  });
2287
2313
  }
2288
- if (Dt()) {
2314
+ if (Gt()) {
2289
2315
  const n = new URL(location.href).searchParams, o = n.get("builder.preview"), s = n.get(
2290
2316
  `builder.preview.${o}`
2291
2317
  ), r = n.get("apiKey") || n.get("builder.space");
2292
- o === this.model && r === this.apiKey && (!this.content || s === this.content.id) && K({
2318
+ o === this.model && r === this.apiKey && (!this.content || s === this.content.id) && D({
2293
2319
  model: this.model,
2294
2320
  apiKey: this.apiKey,
2295
2321
  apiVersion: this.apiVersion
@@ -2384,7 +2410,7 @@ const hn = (t, e, n = !0) => {
2384
2410
  }
2385
2411
  };
2386
2412
  },
2387
- setContextState(t) {
2413
+ contentSetState(t) {
2388
2414
  this.contentState = t;
2389
2415
  },
2390
2416
  processMessage(t) {
@@ -2412,20 +2438,22 @@ const hn = (t, e, n = !0) => {
2412
2438
  t && A({
2413
2439
  code: t,
2414
2440
  context: this.context || {},
2415
- state: this.contentState
2441
+ localState: void 0,
2442
+ rootState: this.contentState,
2443
+ rootSetState: this.contentSetState
2416
2444
  });
2417
2445
  },
2418
2446
  onClick(t) {
2419
2447
  var e, n;
2420
2448
  if (this.useContent) {
2421
2449
  const o = (e = this.useContent) == null ? void 0 : e.testVariationId, s = (n = this.useContent) == null ? void 0 : n.id;
2422
- I({
2450
+ R({
2423
2451
  type: "click",
2424
2452
  canTrack: this.canTrackToUse,
2425
2453
  contentId: s,
2426
2454
  apiKey: this.apiKey,
2427
2455
  variationId: o !== s ? o : void 0,
2428
- ...gn(t),
2456
+ ...vn(t),
2429
2457
  unique: !this.clicked
2430
2458
  });
2431
2459
  }
@@ -2437,17 +2465,19 @@ const hn = (t, e, n = !0) => {
2437
2465
  (e, n) => A({
2438
2466
  code: n,
2439
2467
  context: this.context || {},
2440
- state: this.contentState
2468
+ localState: void 0,
2469
+ rootState: this.contentState,
2470
+ rootSetState: this.contentSetState
2441
2471
  })
2442
2472
  );
2443
2473
  },
2444
2474
  handleRequest({ url: t, key: e }) {
2445
- W(t).then((n) => n.json()).then((n) => {
2475
+ M(t).then((n) => n.json()).then((n) => {
2446
2476
  const o = {
2447
2477
  ...this.contentState,
2448
2478
  [e]: n
2449
2479
  };
2450
- this.setContextState(o);
2480
+ this.contentSetState(o);
2451
2481
  }).catch((n) => {
2452
2482
  console.error("error fetching dynamic data", t, n);
2453
2483
  });
@@ -2456,7 +2486,7 @@ const hn = (t, e, n = !0) => {
2456
2486
  var e, n, o;
2457
2487
  const t = (o = (n = (e = this.useContent) == null ? void 0 : e.data) == null ? void 0 : n.httpRequests) != null ? o : {};
2458
2488
  Object.entries(t).forEach(([s, r]) => {
2459
- if (r && (!this.httpReqsData[s] || g())) {
2489
+ if (r && (!this.httpReqsData[s] || b())) {
2460
2490
  const i = this.evalExpression(r);
2461
2491
  this.handleRequest({
2462
2492
  url: i,
@@ -2466,7 +2496,7 @@ const hn = (t, e, n = !0) => {
2466
2496
  });
2467
2497
  },
2468
2498
  emitStateUpdate() {
2469
- g() && window.dispatchEvent(
2499
+ b() && window.dispatchEvent(
2470
2500
  new CustomEvent(
2471
2501
  "builder:component:stateChange",
2472
2502
  {
@@ -2481,68 +2511,68 @@ const hn = (t, e, n = !0) => {
2481
2511
  );
2482
2512
  }
2483
2513
  }
2484
- };
2485
- var kn = function() {
2486
- var o, s, r, i, l, a, c, d;
2514
+ });
2515
+ var Cn = function() {
2516
+ var o, s, r, i, c, a, l, d;
2487
2517
  var e = this, n = e._self._c;
2488
- return e.useContent ? n("div", { ref: "elementRef", attrs: { "builder-content-id": (o = e.useContent) == null ? void 0 : o.id, "builder-model": e.model }, on: { click: function(m) {
2518
+ return e._self._setupProxy, e.useContent ? n("div", { ref: "elementRef", attrs: { "builder-content-id": (o = e.useContent) == null ? void 0 : o.id, "builder-model": e.model }, on: { click: function(m) {
2489
2519
  return e.onClick(m);
2490
- } } }, [e.TARGET !== "reactNative" ? [n("render-content-styles", { attrs: { contentId: (s = e.useContent) == null ? void 0 : s.id, cssCode: (i = (r = e.useContent) == null ? void 0 : r.data) == null ? void 0 : i.cssCode, customFonts: (a = (l = e.useContent) == null ? void 0 : l.data) == null ? void 0 : a.customFonts } })] : e._e(), n("render-blocks", { key: e.forceReRenderCount, attrs: { blocks: (d = (c = e.useContent) == null ? void 0 : c.data) == null ? void 0 : d.blocks } })], 2) : e._e();
2491
- }, Sn = [], wn = /* @__PURE__ */ h(
2492
- xn,
2493
- kn,
2494
- Sn,
2520
+ } } }, [e.TARGET !== "reactNative" ? [n("render-content-styles", { attrs: { contentId: (s = e.useContent) == null ? void 0 : s.id, cssCode: (i = (r = e.useContent) == null ? void 0 : r.data) == null ? void 0 : i.cssCode, customFonts: (a = (c = e.useContent) == null ? void 0 : c.data) == null ? void 0 : a.customFonts } })] : e._e(), n("render-blocks", { key: e.forceReRenderCount, attrs: { blocks: (d = (l = e.useContent) == null ? void 0 : l.data) == null ? void 0 : d.blocks } })], 2) : e._e();
2521
+ }, In = [], Rn = /* @__PURE__ */ h(
2522
+ wn,
2523
+ Cn,
2524
+ In,
2495
2525
  !1,
2496
2526
  null,
2497
2527
  null,
2498
2528
  null,
2499
2529
  null
2500
2530
  );
2501
- const Cn = wn.exports, In = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2531
+ const Tn = Rn.exports, $n = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2502
2532
  __proto__: null,
2503
- default: Cn
2504
- }, Symbol.toStringTag, { value: "Module" })), O = {};
2505
- function En(t) {
2533
+ default: Tn
2534
+ }, Symbol.toStringTag, { value: "Module" })), U = {};
2535
+ function jn(t) {
2506
2536
  if (p()) {
2507
- Object.assign(O, t);
2537
+ Object.assign(U, t);
2508
2538
  const e = {
2509
2539
  type: "builder.settingsChange",
2510
- data: O
2540
+ data: U
2511
2541
  };
2512
2542
  parent.postMessage(e, "*");
2513
2543
  }
2514
2544
  }
2515
2545
  export {
2516
- x as B,
2517
- ce as C,
2546
+ k as B,
2547
+ de as C,
2518
2548
  he as F,
2519
- xe as I,
2520
- We as S,
2521
- _ as T,
2522
- wt as V,
2523
- Rn as a,
2524
- ee as b,
2525
- y as c,
2526
- Cn as d,
2549
+ ke as I,
2550
+ Me as S,
2551
+ x as T,
2552
+ Ct as V,
2553
+ Pn as a,
2554
+ te as b,
2555
+ v as c,
2556
+ Tn as d,
2527
2557
  A as e,
2528
- R as f,
2529
- te as g,
2530
- pt as h,
2531
- yt as i,
2532
- g as j,
2533
- Dt as k,
2558
+ T as f,
2559
+ ne as g,
2560
+ mt as h,
2561
+ vt as i,
2562
+ b as j,
2563
+ Gt as k,
2534
2564
  H as l,
2535
- Tn as m,
2565
+ An as m,
2536
2566
  h as n,
2537
- qt as o,
2538
- un as p,
2539
- K as q,
2540
- $e as r,
2541
- En as s,
2542
- $n as t,
2543
- it as u,
2544
- tt as v,
2545
- nt as w,
2546
- ot as x,
2567
+ Jt as o,
2568
+ fn as p,
2569
+ D as q,
2570
+ Ee as r,
2571
+ jn as s,
2572
+ Fn as t,
2573
+ at as u,
2574
+ nt as v,
2575
+ ot as w,
2576
+ st as x,
2547
2577
  z as y
2548
2578
  };