@builder.io/sdk-vue 0.5.1 → 0.5.4

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 (101) hide show
  1. package/README.md +4 -0
  2. package/package.json +10 -2
  3. package/packages/_vue2/dist/{block-styles.1cc420e2.js → block-styles.563377dc.js} +15 -14
  4. package/packages/_vue2/dist/block-styles.aabc1381.cjs +1 -0
  5. package/packages/_vue2/dist/{block-wrapper.ea9a7e90.js → block-wrapper.6a744b92.js} +5 -5
  6. package/packages/_vue2/dist/{block-wrapper.563cc17f.cjs → block-wrapper.c398fe34.cjs} +1 -1
  7. package/packages/_vue2/dist/{block.7a80ed18.js → block.4a82f1e9.js} +10 -9
  8. package/packages/_vue2/dist/{block.0f28da5b.cjs → block.fa54ef53.cjs} +2 -2
  9. package/packages/_vue2/dist/{blocks-wrapper.c53a5f23.cjs → blocks-wrapper.ab5c72c6.cjs} +1 -1
  10. package/packages/_vue2/dist/{blocks-wrapper.9aacce51.js → blocks-wrapper.d33d2eb3.js} +1 -1
  11. package/packages/_vue2/dist/{component-ref.af9c1a83.js → component-ref.ae718032.js} +6 -6
  12. package/packages/_vue2/dist/{component-ref.a631e3d7.cjs → component-ref.bea9f39d.cjs} +1 -1
  13. package/packages/_vue2/dist/{content.2c7fa09f.cjs → content.9a0690f2.cjs} +1 -1
  14. package/packages/_vue2/dist/{content.cb96a18a.js → content.ceded193.js} +5 -5
  15. package/packages/_vue2/dist/{css.22755cda.js → css.29007594.js} +1 -1
  16. package/packages/_vue2/dist/{css.30299cfb.cjs → css.e3de5493.cjs} +1 -1
  17. package/packages/_vue2/dist/{enable-editor.852e9797.js → enable-editor.291bc6cc.js} +13 -13
  18. package/packages/_vue2/dist/enable-editor.e85c5d91.cjs +1 -0
  19. package/packages/_vue2/dist/evaluate.83e2fb2d.cjs +4 -0
  20. package/packages/_vue2/dist/evaluate.eae5dad2.js +79 -0
  21. package/packages/_vue2/dist/{get-block-actions.c73f00d1.js → get-block-actions.22f6ccba.js} +2 -2
  22. package/packages/_vue2/dist/{get-block-actions.93f4e72e.cjs → get-block-actions.46be48ce.cjs} +1 -1
  23. package/packages/_vue2/dist/{get-block-properties.d0235e56.cjs → get-block-properties.b4dbb641.cjs} +1 -1
  24. package/packages/_vue2/dist/{get-block-properties.15a37ec1.js → get-block-properties.c65799b6.js} +2 -2
  25. package/packages/_vue2/dist/{get-processed-block.d59ca820.js → get-processed-block.2e8ebb41.js} +21 -20
  26. package/packages/_vue2/dist/get-processed-block.72afae32.cjs +1 -0
  27. package/packages/_vue2/dist/{index.1021dd83.cjs → index.30399a4c.cjs} +4 -4
  28. package/packages/_vue2/dist/{index.ed62d736.js → index.9a42542a.js} +67 -62
  29. package/packages/_vue2/dist/{inlined-script.cf733bda.js → inlined-script.8d01264c.js} +1 -1
  30. package/packages/_vue2/dist/{inlined-script.3e3c93e8.cjs → inlined-script.b0a9d187.cjs} +1 -1
  31. package/packages/_vue2/dist/{inlined-styles.2709172e.js → inlined-styles.316b8b1e.js} +1 -1
  32. package/packages/_vue2/dist/{inlined-styles.cf1e15e1.cjs → inlined-styles.5b59dee2.cjs} +1 -1
  33. package/packages/_vue2/dist/{interactive-element.d51dde5a.js → interactive-element.8dc26caa.js} +5 -5
  34. package/packages/_vue2/dist/{interactive-element.ea2a7d23.cjs → interactive-element.9055f3e5.cjs} +1 -1
  35. package/packages/_vue2/dist/non-node-runtime.16157193.js +2477 -0
  36. package/packages/_vue2/dist/non-node-runtime.2bbed913.cjs +21 -0
  37. package/packages/_vue2/dist/{repeated-block.9a46bc14.js → repeated-block.10e3172b.js} +2 -2
  38. package/packages/_vue2/dist/{repeated-block.a299d789.cjs → repeated-block.14f211c3.cjs} +1 -1
  39. package/packages/_vue2/dist/sdk.cjs +1 -1
  40. package/packages/_vue2/dist/sdk.js +1 -1
  41. package/packages/_vue2/dist/set.87eb0329.cjs +1 -0
  42. package/packages/_vue2/dist/set.b219ab0e.js +9 -0
  43. package/packages/_vue2/dist/src/components/content-variants/content-variants.vue.d.ts +1 -4
  44. package/packages/_vue2/dist/src/constants/sdk-version.d.ts +1 -1
  45. package/packages/_vue2/dist/src/functions/evaluate/non-node-runtime/index.d.ts +6 -0
  46. package/packages/_vue2/dist/src/functions/evaluate/{non-node-runtime.d.ts → non-node-runtime/non-node-runtime.d.ts} +1 -1
  47. package/packages/_vue2/dist/src/functions/evaluate/types.d.ts +1 -0
  48. package/packages/_vue2/dist/style.css +1 -1
  49. package/packages/_vue2/dist/{styles.f4f6200a.cjs → styles.4dc21fe2.cjs} +2 -2
  50. package/packages/_vue2/dist/{styles.40b9604d.js → styles.c15a31cd.js} +2 -2
  51. package/packages/_vue3/dist/{block-wrapper.33cc2e78.js → block-wrapper.08dd54d9.js} +2 -2
  52. package/packages/_vue3/dist/{block-wrapper.d1ace9c6.cjs → block-wrapper.ac816add.cjs} +1 -1
  53. package/packages/_vue3/dist/{component-ref.7c98446d.cjs → component-ref.754dc07d.cjs} +1 -1
  54. package/packages/_vue3/dist/{component-ref.20d41b64.js → component-ref.d0335518.js} +2 -2
  55. package/packages/_vue3/dist/{get-block-actions.9d2cfc9a.cjs → get-block-actions.9bec6cab.cjs} +1 -1
  56. package/packages/_vue3/dist/{get-block-actions.1279eafb.js → get-block-actions.b4525c26.js} +1 -1
  57. package/packages/_vue3/dist/index.6a3c8bf5.cjs +72 -0
  58. package/packages/_vue3/dist/index.b56aec16.js +3217 -0
  59. package/packages/_vue3/dist/non-node-runtime.3700b5dd.js +2476 -0
  60. package/packages/_vue3/dist/non-node-runtime.d2ddf155.cjs +21 -0
  61. package/packages/_vue3/dist/{repeated-block.48916c9e.js → repeated-block.85d9be5c.js} +2 -2
  62. package/packages/_vue3/dist/{repeated-block.5aa51bc7.cjs → repeated-block.d02083fc.cjs} +1 -1
  63. package/packages/_vue3/dist/sdk.cjs +1 -1
  64. package/packages/_vue3/dist/sdk.js +5 -5
  65. package/packages/_vue3/dist/src/blocks/button/button.vue.d.ts +1 -1
  66. package/packages/_vue3/dist/src/blocks/columns/columns.vue.d.ts +1 -1
  67. package/packages/_vue3/dist/src/blocks/custom-code/custom-code.vue.d.ts +1 -1
  68. package/packages/_vue3/dist/src/blocks/embed/embed.vue.d.ts +1 -1
  69. package/packages/_vue3/dist/src/blocks/fragment/fragment.vue.d.ts +1 -1
  70. package/packages/_vue3/dist/src/blocks/image/image.vue.d.ts +1 -1
  71. package/packages/_vue3/dist/src/blocks/img/img.vue.d.ts +1 -1
  72. package/packages/_vue3/dist/src/blocks/section/section.vue.d.ts +1 -1
  73. package/packages/_vue3/dist/src/blocks/symbol/symbol.vue.d.ts +1 -1
  74. package/packages/_vue3/dist/src/blocks/text/text.vue.d.ts +1 -1
  75. package/packages/_vue3/dist/src/blocks/video/video.vue.d.ts +1 -1
  76. package/packages/_vue3/dist/src/components/block/components/block-styles.vue.d.ts +1 -1
  77. package/packages/_vue3/dist/src/components/block/components/block-wrapper.vue.d.ts +1 -1
  78. package/packages/_vue3/dist/src/components/block/components/interactive-element.vue.d.ts +1 -1
  79. package/packages/_vue3/dist/src/components/block/components/repeated-block.vue.d.ts +1 -1
  80. package/packages/_vue3/dist/src/components/blocks/blocks-wrapper.vue.d.ts +1 -1
  81. package/packages/_vue3/dist/src/components/blocks/blocks.vue.d.ts +1 -1
  82. package/packages/_vue3/dist/src/components/content/components/enable-editor.vue.d.ts +1 -1
  83. package/packages/_vue3/dist/src/components/content/components/styles.vue.d.ts +1 -1
  84. package/packages/_vue3/dist/src/components/content/content.vue.d.ts +1 -1
  85. package/packages/_vue3/dist/src/components/content-variants/content-variants.vue.d.ts +2 -5
  86. package/packages/_vue3/dist/src/components/inlined-script.vue.d.ts +1 -1
  87. package/packages/_vue3/dist/src/components/inlined-styles.vue.d.ts +1 -1
  88. package/packages/_vue3/dist/src/constants/sdk-version.d.ts +1 -1
  89. package/packages/_vue3/dist/src/functions/evaluate/non-node-runtime/index.d.ts +6 -0
  90. package/packages/_vue3/dist/src/functions/evaluate/{non-node-runtime.d.ts → non-node-runtime/non-node-runtime.d.ts} +1 -1
  91. package/packages/_vue3/dist/src/functions/evaluate/types.d.ts +1 -0
  92. package/packages/_vue3/dist/style.css +1 -1
  93. package/packages/_vue2/dist/block-styles.2b3d669b.cjs +0 -1
  94. package/packages/_vue2/dist/enable-editor.c1b99af3.cjs +0 -1
  95. package/packages/_vue2/dist/evaluate.80a7f105.cjs +0 -31
  96. package/packages/_vue2/dist/evaluate.ce05cec9.js +0 -4970
  97. package/packages/_vue2/dist/get-processed-block.d8938868.cjs +0 -1
  98. package/packages/_vue3/dist/index.a657fd9d.js +0 -8094
  99. package/packages/_vue3/dist/index.c5eee389.cjs +0 -99
  100. /package/packages/_vue2/dist/src/functions/evaluate/{interpreter.d.ts → acorn-interpreter.d.ts} +0 -0
  101. /package/packages/_vue3/dist/src/functions/evaluate/{interpreter.d.ts → acorn-interpreter.d.ts} +0 -0
package/README.md CHANGED
@@ -16,6 +16,10 @@ To check the status of the SDK, look at [these tables](../../README.md#feature-i
16
16
 
17
17
  This Package uses fetch. See [these docs](https://github.com/BuilderIO/this-package-uses-fetch/blob/main/README.md) for more information.
18
18
 
19
+ ## Non-Node.js Runtimes (Edge, Serverless)
20
+
21
+ If planning to deploy your app to a non-Node.js runtime (like Edge or Serverless functions), make sure to read the [Non-Node.js Runtimes](../../README.md#non-nodejs-runtimes-edge-serverless) section of the main README.
22
+
19
23
  ## Version Support
20
24
 
21
25
  This SDK supports Vue >2.7, Vue 3+, Nuxt 2 & Nuxt 3.
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "workspaces": [
5
5
  "packages/*"
6
6
  ],
7
- "version": "0.5.1",
7
+ "version": "0.5.4",
8
8
  "main": "./packages/_vue2/dist/sdk.js",
9
9
  "module": "./packages/_vue2/dist/sdk.js",
10
10
  "type": "module",
@@ -39,12 +39,20 @@
39
39
  "scripts": {
40
40
  "add-debug": "bash ./scripts/add-debug.sh",
41
41
  "remove-debug": "bash ./scripts/remove-debug.sh",
42
- "build": "yarn workspaces foreach run build"
42
+ "build": "nx run-many -t build -p @builder.io/sdk-vue-2 @builder.io/sdk-vue-3"
43
43
  },
44
44
  "peerDependencies": {
45
45
  "vue": ">= 2"
46
46
  },
47
47
  "devDependencies": {
48
+ "nx": "^16.6.0",
49
+ "nx-cloud": "^16.2.0",
48
50
  "vue": "^2.7"
51
+ },
52
+ "nx": {
53
+ "implicitDependencies": [
54
+ "@builder.io/sdk-vue-2",
55
+ "@builder.io/sdk-vue-3"
56
+ ]
49
57
  }
50
58
  }
@@ -1,9 +1,10 @@
1
1
  import { defineComponent as h } from "vue";
2
- import { T as S, c as i, g as k, a as m, n as y } from "./index.ed62d736.js";
3
- import { g as f } from "./get-processed-block.d59ca820.js";
4
- import { c as n } from "./css.22755cda.js";
5
- import "./evaluate.ce05cec9.js";
6
- const _ = () => import("./inlined-styles.2709172e.js").then((t) => t.default).catch((t) => {
2
+ import { T as S, c as i, g as k, a as m, n as y } from "./index.9a42542a.js";
3
+ import { g as f } from "./get-processed-block.2e8ebb41.js";
4
+ import { c as n } from "./css.29007594.js";
5
+ import "./evaluate.eae5dad2.js";
6
+ import "./set.b219ab0e.js";
7
+ const _ = () => import("./inlined-styles.316b8b1e.js").then((t) => t.default).catch((t) => {
7
8
  throw console.error(
8
9
  "Error while attempting to dynamically import component InlinedStyles at ../../inlined-styles.vue",
9
10
  t
@@ -33,22 +34,22 @@ const _ = () => import("./inlined-styles.2709172e.js").then((t) => t.default).ca
33
34
  var a;
34
35
  const t = this.processedBlock.responsiveStyles, e = this.context.content, s = k(
35
36
  ((a = e == null ? void 0 : e.meta) == null ? void 0 : a.breakpoints) || {}
36
- ), c = t == null ? void 0 : t.large, l = t == null ? void 0 : t.medium, r = t == null ? void 0 : t.small, o = this.processedBlock.id;
37
+ ), r = t == null ? void 0 : t.large, c = t == null ? void 0 : t.medium, l = t == null ? void 0 : t.small, o = this.processedBlock.id;
37
38
  if (!o)
38
39
  return "";
39
- const d = c ? n({
40
+ const d = r ? n({
40
41
  className: o,
41
- styles: c
42
- }) : "", p = l ? n({
42
+ styles: r
43
+ }) : "", p = c ? n({
43
44
  className: o,
44
- styles: l,
45
+ styles: c,
45
46
  mediaQuery: m(
46
47
  "medium",
47
48
  s
48
49
  )
49
- }) : "", u = r ? n({
50
+ }) : "", u = l ? n({
50
51
  className: o,
51
- styles: r,
52
+ styles: l,
52
53
  mediaQuery: m(
53
54
  "small",
54
55
  s
@@ -71,7 +72,7 @@ var x = function() {
71
72
  null,
72
73
  null
73
74
  );
74
- const E = v.exports;
75
+ const F = v.exports;
75
76
  export {
76
- E as default
77
+ F as default
77
78
  };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const h=require("vue"),t=require("./index.30399a4c.cjs"),p=require("./get-processed-block.72afae32.cjs"),n=require("./css.e3de5493.cjs");require("./evaluate.83e2fb2d.cjs");require("./set.87eb0329.cjs");const S=()=>Promise.resolve().then(()=>require("./inlined-styles.5b59dee2.cjs")).then(e=>e.default).catch(e=>{throw console.error("Error while attempting to dynamically import component InlinedStyles at ../../inlined-styles.vue",e),e}),y=h.defineComponent({name:"block-styles",components:{"inlined-styles":S},props:["block","context"],data(){return{processedBlock:p.getProcessedBlock({block:this.block,localState:this.context.localState,rootState:this.context.rootState,rootSetState:this.context.rootSetState,context:this.context.context,shouldEvaluateBindings:!0}),TARGET:t.TARGET}},computed:{canShowBlock(){return t.checkIsDefined(this.processedBlock.hide)?!this.processedBlock.hide:t.checkIsDefined(this.processedBlock.show)?this.processedBlock.show:!0},css(){var a;const e=this.processedBlock.responsiveStyles,s=this.context.content,o=t.getSizesForBreakpoints(((a=s==null?void 0:s.meta)==null?void 0:a.breakpoints)||{}),r=e==null?void 0:e.large,l=e==null?void 0:e.medium,i=e==null?void 0:e.small,c=this.processedBlock.id;if(!c)return"";const d=r?n.createCssClass({className:c,styles:r}):"",u=l?n.createCssClass({className:c,styles:l,mediaQuery:t.getMaxWidthQueryForSize("medium",o)}):"",m=i?n.createCssClass({className:c,styles:i,mediaQuery:t.getMaxWidthQueryForSize("small",o)}):"";return[d,u,m].join(" ")}}});var k=function(){var s=this,o=s._self._c;return s._self._setupProxy,s.TARGET!=="reactNative"&&s.css&&s.canShowBlock?o("inlined-styles",{attrs:{styles:s.css}}):s._e()},f=[],_=t.normalizeComponent(y,k,f,!1,null,null,null,null);const v=_.exports;exports.default=v;
@@ -1,9 +1,9 @@
1
1
  import { defineComponent as e } from "vue";
2
- import { g as r } from "./get-block-actions.c73f00d1.js";
3
- import { g as c } from "./get-block-properties.15a37ec1.js";
4
- import { n } from "./index.ed62d736.js";
5
- import "./evaluate.ce05cec9.js";
6
- import "./css.22755cda.js";
2
+ import { g as r } from "./get-block-actions.22f6ccba.js";
3
+ import { g as c } from "./get-block-properties.c65799b6.js";
4
+ import { n } from "./index.9a42542a.js";
5
+ import "./evaluate.eae5dad2.js";
6
+ import "./css.29007594.js";
7
7
  const a = e({
8
8
  name: "block-wrapper",
9
9
  props: ["Wrapper", "block", "context", "hasChildren"],
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("vue"),c=require("./get-block-actions.93f4e72e.cjs"),r=require("./get-block-properties.d0235e56.cjs"),n=require("./index.1021dd83.cjs");require("./evaluate.80a7f105.cjs");require("./css.30299cfb.cjs");const l=o.defineComponent({name:"block-wrapper",props:["Wrapper","block","context","hasChildren"],data(){return{getBlockActions:c.getBlockActions,getBlockProperties:r.getBlockProperties}}});var a=function(){var t=this,e=t._self._c;return t._self._setupProxy,t.hasChildren?e(t.Wrapper,t._g(t._b({tag:"component"},"component",t.getBlockProperties({block:t.block,context:t.context}),!1),t.getBlockActions({block:t.block,rootState:t.context.rootState,rootSetState:t.context.rootSetState,localState:t.context.localState,context:t.context.context,stripPrefix:!0})),[t._t("default")],2):e(t.Wrapper,t._g(t._b({tag:"component"},"component",t.getBlockProperties({block:t.block,context:t.context}),!1),t.getBlockActions({block:t.block,rootState:t.context.rootState,rootSetState:t.context.rootSetState,localState:t.context.localState,context:t.context.context,stripPrefix:!0})))},s=[],i=n.normalizeComponent(l,a,s,!1,null,null,null,null);const p=i.exports;exports.default=p;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("vue"),c=require("./get-block-actions.46be48ce.cjs"),r=require("./get-block-properties.b4dbb641.cjs"),n=require("./index.30399a4c.cjs");require("./evaluate.83e2fb2d.cjs");require("./css.e3de5493.cjs");const l=o.defineComponent({name:"block-wrapper",props:["Wrapper","block","context","hasChildren"],data(){return{getBlockActions:c.getBlockActions,getBlockProperties:r.getBlockProperties}}});var a=function(){var t=this,e=t._self._c;return t._self._setupProxy,t.hasChildren?e(t.Wrapper,t._g(t._b({tag:"component"},"component",t.getBlockProperties({block:t.block,context:t.context}),!1),t.getBlockActions({block:t.block,rootState:t.context.rootState,rootSetState:t.context.rootSetState,localState:t.context.localState,context:t.context.context,stripPrefix:!0})),[t._t("default")],2):e(t.Wrapper,t._g(t._b({tag:"component"},"component",t.getBlockProperties({block:t.block,context:t.context}),!1),t.getBlockActions({block:t.block,rootState:t.context.rootState,rootSetState:t.context.rootSetState,localState:t.context.localState,context:t.context.context,stripPrefix:!0})))},s=[],i=n.normalizeComponent(l,a,s,!1,null,null,null,null);const p=i.exports;exports.default=p;
@@ -1,7 +1,8 @@
1
1
  import { defineComponent as p } from "vue";
2
- import { g as a } from "./get-processed-block.d59ca820.js";
3
- import { e as m } from "./evaluate.ce05cec9.js";
4
- import { n as d } from "./index.ed62d736.js";
2
+ import { g as a } from "./get-processed-block.2e8ebb41.js";
3
+ import { e as m } from "./evaluate.eae5dad2.js";
4
+ import { n as d } from "./index.9a42542a.js";
5
+ import "./set.b219ab0e.js";
5
6
  function h(e) {
6
7
  var t;
7
8
  return {
@@ -65,22 +66,22 @@ const k = ["area", "base", "br", "col", "embed", "hr", "img", "input", "keygen",
65
66
  },
66
67
  block: c
67
68
  }));
68
- }, C = () => import("./block-styles.1cc420e2.js").then((e) => e.default).catch((e) => {
69
+ }, C = () => import("./block-styles.563377dc.js").then((e) => e.default).catch((e) => {
69
70
  throw console.error(
70
71
  "Error while attempting to dynamically import component BlockStyles at ./components/block-styles.vue",
71
72
  e
72
73
  ), e;
73
- }), S = () => import("./repeated-block.9a46bc14.js").then((e) => e.default).catch((e) => {
74
+ }), S = () => import("./repeated-block.10e3172b.js").then((e) => e.default).catch((e) => {
74
75
  throw console.error(
75
76
  "Error while attempting to dynamically import component RepeatedBlock at ./components/repeated-block.vue",
76
77
  e
77
78
  ), e;
78
- }), g = () => import("./component-ref.af9c1a83.js").then((e) => e.default).catch((e) => {
79
+ }), g = () => import("./component-ref.ae718032.js").then((e) => e.default).catch((e) => {
79
80
  throw console.error(
80
81
  "Error while attempting to dynamically import component ComponentRef at ./components/component-ref/component-ref.vue",
81
82
  e
82
83
  ), e;
83
- }), y = () => import("./block-wrapper.ea9a7e90.js").then((e) => e.default).catch((e) => {
84
+ }), y = () => import("./block-wrapper.6a744b92.js").then((e) => e.default).catch((e) => {
84
85
  throw console.error(
85
86
  "Error while attempting to dynamically import component BlockWrapper at ./components/block-wrapper.vue",
86
87
  e
@@ -172,7 +173,7 @@ var B = function() {
172
173
  null,
173
174
  null
174
175
  );
175
- const W = w.exports;
176
+ const T = w.exports;
176
177
  export {
177
- W as default
178
+ T as default
178
179
  };
@@ -1,3 +1,3 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const p=require("vue"),a=require("./get-processed-block.d8938868.cjs"),m=require("./evaluate.80a7f105.cjs"),d=require("./index.1021dd83.cjs");function h(t){var e;return{...(e=t.component)==null?void 0:e.options,...t.options,builderBlock:t}}const u=["area","base","br","col","embed","hr","img","input","keygen","link","meta","param","source","track","wbr"],k=t=>typeof t=="string"&&u.includes(t.toLowerCase()),b=({block:t,context:e,registeredComponents:o})=>{var r;const c=(r=a.getProcessedBlock({block:t,localState:e.localState,rootState:e.rootState,rootSetState:e.rootSetState,context:e.context,shouldEvaluateBindings:!1}).component)==null?void 0:r.name;if(!c)return null;const n=o[c];if(n)return n;console.warn(`
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const p=require("vue"),a=require("./get-processed-block.72afae32.cjs"),m=require("./evaluate.83e2fb2d.cjs"),d=require("./index.30399a4c.cjs");require("./set.87eb0329.cjs");function h(t){var e;return{...(e=t.component)==null?void 0:e.options,...t.options,builderBlock:t}}const u=["area","base","br","col","embed","hr","img","input","keygen","link","meta","param","source","track","wbr"],k=t=>typeof t=="string"&&u.includes(t.toLowerCase()),b=({block:t,context:e,registeredComponents:o})=>{var r;const c=(r=a.getProcessedBlock({block:t,localState:e.localState,rootState:e.rootState,rootSetState:e.rootSetState,context:e.context,shouldEvaluateBindings:!1}).component)==null?void 0:r.name;if(!c)return null;const n=o[c];if(n)return n;console.warn(`
2
2
  Could not find a registered component named "${c}".
3
- If you registered it, is the file that registered it imported by the file that needs to render it?`)},f=({block:t,context:e})=>{const{repeat:o,...c}=t;if(!(o!=null&&o.collection))return;const n=m.evaluate({code:o.collection,localState:e.localState,rootState:e.rootState,rootSetState:e.rootSetState,context:e.context});if(!Array.isArray(n))return;const r=o.collection.split(".").pop(),s=o.itemName||(r?r+"Item":"item");return n.map((l,i)=>({context:{...e,localState:{...e.localState,$index:i,$item:l,[s]:l,[`$${s}Index`]:i}},block:c}))},C=()=>Promise.resolve().then(()=>require("./block-styles.2b3d669b.cjs")).then(t=>t.default).catch(t=>{throw console.error("Error while attempting to dynamically import component BlockStyles at ./components/block-styles.vue",t),t}),S=()=>Promise.resolve().then(()=>require("./repeated-block.a299d789.cjs")).then(t=>t.default).catch(t=>{throw console.error("Error while attempting to dynamically import component RepeatedBlock at ./components/repeated-block.vue",t),t}),g=()=>Promise.resolve().then(()=>require("./component-ref.a631e3d7.cjs")).then(t=>t.default).catch(t=>{throw console.error("Error while attempting to dynamically import component ComponentRef at ./components/component-ref/component-ref.vue",t),t}),y=()=>Promise.resolve().then(()=>require("./block-wrapper.563cc17f.cjs")).then(t=>t.default).catch(t=>{throw console.error("Error while attempting to dynamically import component BlockWrapper at ./components/block-wrapper.vue",t),t}),B=p.defineComponent({name:"block",components:{"component-ref":g,"block-wrapper":y,"repeated-block":S,"block-styles":C},props:["block","context","registeredComponents"],data(){return{childrenContext:this.context,isEmptyHtmlElement:k}},computed:{blockComponent(){return b({block:this.block,context:this.context,registeredComponents:this.registeredComponents})},repeatItem(){return f({block:this.block,context:this.context})},processedBlock(){return this.repeatItem?this.block:a.getProcessedBlock({block:this.block,localState:this.context.localState,rootState:this.context.rootState,rootSetState:this.context.rootSetState,context:this.context.context,shouldEvaluateBindings:!0})},Tag(){return this.block.tagName||"div"},canShowBlock(){return"hide"in this.processedBlock?!this.processedBlock.hide:"show"in this.processedBlock?this.processedBlock.show:!0},childrenWithoutParentComponent(){var e,o;return!((e=this.blockComponent)!=null&&e.component)&&!this.repeatItem?(o=this.processedBlock.children)!=null?o:[]:[]},componentRefProps(){var t,e,o,c,n,r;return{blockChildren:(t=this.processedBlock.children)!=null?t:[],componentRef:(e=this.blockComponent)==null?void 0:e.component,componentOptions:{...h(this.processedBlock),builderContext:this.context,...((o=this.blockComponent)==null?void 0:o.name)==="Symbol"||((c=this.blockComponent)==null?void 0:c.name)==="Columns"?{builderComponents:this.registeredComponents}:{}},context:this.childrenContext,registeredComponents:this.registeredComponents,builderBlock:this.processedBlock,includeBlockProps:((n=this.blockComponent)==null?void 0:n.noWrap)===!0,isInteractive:!((r=this.blockComponent)!=null&&r.isRSC)}}}});var x=function(){var c;var e=this,o=e._self._c;return e._self._setupProxy,!Boolean(!((c=e.blockComponent)!=null&&c.noWrap))&&e.canShowBlock?o("component-ref",e._b({},"component-ref",e.componentRefProps,!1)):e.isEmptyHtmlElement(e.Tag)&&e.canShowBlock?o("block-wrapper",{attrs:{Wrapper:e.Tag,block:e.processedBlock,context:e.context,hasChildren:!1}}):!e.isEmptyHtmlElement(e.Tag)&&e.repeatItem&&e.canShowBlock?o("div",{staticClass:"vue2-root-element-workaround"},e._l(e.repeatItem,function(n,r){return o("repeated-block",{key:r,attrs:{repeatContext:n.context,block:n.block,registeredComponents:e.registeredComponents}})}),1):e.canShowBlock?o("block-wrapper",{attrs:{Wrapper:e.Tag,block:e.processedBlock,context:e.context,hasChildren:!0}},[o("component-ref",e._b({},"component-ref",e.componentRefProps,!1)),e._l(e.childrenWithoutParentComponent,function(n,r){return o("block",{key:"block-"+n.id,attrs:{block:n,context:e.childrenContext,registeredComponents:e.registeredComponents}})}),e._l(e.childrenWithoutParentComponent,function(n,r){return o("block-styles",{key:"block-style-"+n.id,attrs:{block:n,context:e.childrenContext}})})],2):e._e()},v=[],w=d.normalizeComponent(B,x,v,!1,null,null,null,null);const _=w.exports;exports.default=_;
3
+ If you registered it, is the file that registered it imported by the file that needs to render it?`)},f=({block:t,context:e})=>{const{repeat:o,...c}=t;if(!(o!=null&&o.collection))return;const n=m.evaluate({code:o.collection,localState:e.localState,rootState:e.rootState,rootSetState:e.rootSetState,context:e.context});if(!Array.isArray(n))return;const r=o.collection.split(".").pop(),s=o.itemName||(r?r+"Item":"item");return n.map((l,i)=>({context:{...e,localState:{...e.localState,$index:i,$item:l,[s]:l,[`$${s}Index`]:i}},block:c}))},C=()=>Promise.resolve().then(()=>require("./block-styles.aabc1381.cjs")).then(t=>t.default).catch(t=>{throw console.error("Error while attempting to dynamically import component BlockStyles at ./components/block-styles.vue",t),t}),S=()=>Promise.resolve().then(()=>require("./repeated-block.14f211c3.cjs")).then(t=>t.default).catch(t=>{throw console.error("Error while attempting to dynamically import component RepeatedBlock at ./components/repeated-block.vue",t),t}),g=()=>Promise.resolve().then(()=>require("./component-ref.bea9f39d.cjs")).then(t=>t.default).catch(t=>{throw console.error("Error while attempting to dynamically import component ComponentRef at ./components/component-ref/component-ref.vue",t),t}),y=()=>Promise.resolve().then(()=>require("./block-wrapper.c398fe34.cjs")).then(t=>t.default).catch(t=>{throw console.error("Error while attempting to dynamically import component BlockWrapper at ./components/block-wrapper.vue",t),t}),B=p.defineComponent({name:"block",components:{"component-ref":g,"block-wrapper":y,"repeated-block":S,"block-styles":C},props:["block","context","registeredComponents"],data(){return{childrenContext:this.context,isEmptyHtmlElement:k}},computed:{blockComponent(){return b({block:this.block,context:this.context,registeredComponents:this.registeredComponents})},repeatItem(){return f({block:this.block,context:this.context})},processedBlock(){return this.repeatItem?this.block:a.getProcessedBlock({block:this.block,localState:this.context.localState,rootState:this.context.rootState,rootSetState:this.context.rootSetState,context:this.context.context,shouldEvaluateBindings:!0})},Tag(){return this.block.tagName||"div"},canShowBlock(){return"hide"in this.processedBlock?!this.processedBlock.hide:"show"in this.processedBlock?this.processedBlock.show:!0},childrenWithoutParentComponent(){var e,o;return!((e=this.blockComponent)!=null&&e.component)&&!this.repeatItem?(o=this.processedBlock.children)!=null?o:[]:[]},componentRefProps(){var t,e,o,c,n,r;return{blockChildren:(t=this.processedBlock.children)!=null?t:[],componentRef:(e=this.blockComponent)==null?void 0:e.component,componentOptions:{...h(this.processedBlock),builderContext:this.context,...((o=this.blockComponent)==null?void 0:o.name)==="Symbol"||((c=this.blockComponent)==null?void 0:c.name)==="Columns"?{builderComponents:this.registeredComponents}:{}},context:this.childrenContext,registeredComponents:this.registeredComponents,builderBlock:this.processedBlock,includeBlockProps:((n=this.blockComponent)==null?void 0:n.noWrap)===!0,isInteractive:!((r=this.blockComponent)!=null&&r.isRSC)}}}});var x=function(){var c;var e=this,o=e._self._c;return e._self._setupProxy,!Boolean(!((c=e.blockComponent)!=null&&c.noWrap))&&e.canShowBlock?o("component-ref",e._b({},"component-ref",e.componentRefProps,!1)):e.isEmptyHtmlElement(e.Tag)&&e.canShowBlock?o("block-wrapper",{attrs:{Wrapper:e.Tag,block:e.processedBlock,context:e.context,hasChildren:!1}}):!e.isEmptyHtmlElement(e.Tag)&&e.repeatItem&&e.canShowBlock?o("div",{staticClass:"vue2-root-element-workaround"},e._l(e.repeatItem,function(n,r){return o("repeated-block",{key:r,attrs:{repeatContext:n.context,block:n.block,registeredComponents:e.registeredComponents}})}),1):e.canShowBlock?o("block-wrapper",{attrs:{Wrapper:e.Tag,block:e.processedBlock,context:e.context,hasChildren:!0}},[o("component-ref",e._b({},"component-ref",e.componentRefProps,!1)),e._l(e.childrenWithoutParentComponent,function(n,r){return o("block",{key:"block-"+n.id,attrs:{block:n,context:e.childrenContext,registeredComponents:e.registeredComponents}})}),e._l(e.childrenWithoutParentComponent,function(n,r){return o("block-styles",{key:"block-style-"+n.id,attrs:{block:n,context:e.childrenContext}})})],2):e._e()},v=[],w=d.normalizeComponent(B,x,v,!1,null,null,null,null);const _=w.exports;exports.default=_;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("vue"),r=require("./index.1021dd83.cjs"),a=o.defineComponent({name:"builder-blocks-wrapper",props:["blocks","parent","path","styleProp"],computed:{className(){var t;return"builder-blocks"+((t=this.blocks)!=null&&t.length?"":" no-blocks")}},methods:{onClick(){var t,e;r.isEditing()&&!((t=this.blocks)!=null&&t.length)&&((e=window.parent)==null||e.postMessage({type:"builder.clickEmptyBlocks",data:{parentElementId:this.parent,dataPath:this.path}},"*"))},onMouseEnter(){var t,e;r.isEditing()&&!((t=this.blocks)!=null&&t.length)&&((e=window.parent)==null||e.postMessage({type:"builder.hoverEmptyBlocks",data:{parentElementId:this.parent,dataPath:this.path}},"*"))},_classStringToObject(t){const e={};if(typeof t!="string")return e;const s=t.trim().split(/\s+/);for(const n of s)e[n]=!0;return e}}});var i=function(){var e=this,s=e._self._c;return e._self._setupProxy,s("div",e._b({class:e._classStringToObject(e.className+" div-tqyw9m0iue"),style:e.styleProp,attrs:{"builder-path":e.path,"builder-parent-id":e.parent},on:{click:function(n){return e.onClick()},mouseenter:function(n){return e.onMouseEnter()},keypress:function(n){return e.onClick()}}},"div",{},!1),[e._t("default")],2)},l=[],c=r.normalizeComponent(a,i,l,!1,null,"a3106f07",null,null);const p=c.exports;exports.default=p;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("vue"),r=require("./index.30399a4c.cjs"),a=o.defineComponent({name:"builder-blocks-wrapper",props:["blocks","parent","path","styleProp"],computed:{className(){var t;return"builder-blocks"+((t=this.blocks)!=null&&t.length?"":" no-blocks")}},methods:{onClick(){var t,e;r.isEditing()&&!((t=this.blocks)!=null&&t.length)&&((e=window.parent)==null||e.postMessage({type:"builder.clickEmptyBlocks",data:{parentElementId:this.parent,dataPath:this.path}},"*"))},onMouseEnter(){var t,e;r.isEditing()&&!((t=this.blocks)!=null&&t.length)&&((e=window.parent)==null||e.postMessage({type:"builder.hoverEmptyBlocks",data:{parentElementId:this.parent,dataPath:this.path}},"*"))},_classStringToObject(t){const e={};if(typeof t!="string")return e;const s=t.trim().split(/\s+/);for(const n of s)e[n]=!0;return e}}});var i=function(){var e=this,s=e._self._c;return e._self._setupProxy,s("div",e._b({class:e._classStringToObject(e.className+" div-tqyw9m0iue"),style:e.styleProp,attrs:{"builder-path":e.path,"builder-parent-id":e.parent},on:{click:function(n){return e.onClick()},mouseenter:function(n){return e.onMouseEnter()},keypress:function(n){return e.onClick()}}},"div",{},!1),[e._t("default")],2)},l=[],c=r.normalizeComponent(a,i,l,!1,null,"a3106f07",null,null);const p=c.exports;exports.default=p;
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as o } from "vue";
2
- import { b as r, n as a } from "./index.ed62d736.js";
2
+ import { b as r, n as a } from "./index.9a42542a.js";
3
3
  const l = o({
4
4
  name: "builder-blocks-wrapper",
5
5
  props: ["blocks", "parent", "path", "styleProp"],
@@ -1,7 +1,7 @@
1
1
  import { defineComponent as p } from "vue";
2
- import { g as s } from "./get-block-properties.15a37ec1.js";
3
- import { n as a } from "./index.ed62d736.js";
4
- import "./css.22755cda.js";
2
+ import { g as s } from "./get-block-properties.c65799b6.js";
3
+ import { n as a } from "./index.9a42542a.js";
4
+ import "./css.29007594.js";
5
5
  const m = ({
6
6
  componentOptions: t,
7
7
  builderBlock: e,
@@ -23,17 +23,17 @@ const m = ({
23
23
  context: i
24
24
  })
25
25
  } : {}
26
- }, k = () => import("./block-styles.1cc420e2.js").then((t) => t.default).catch((t) => {
26
+ }, k = () => import("./block-styles.563377dc.js").then((t) => t.default).catch((t) => {
27
27
  throw console.error(
28
28
  "Error while attempting to dynamically import component BlockStyles at ../block-styles.vue",
29
29
  t
30
30
  ), t;
31
- }), u = () => import("./block.7a80ed18.js").then((t) => t.default).catch((t) => {
31
+ }), u = () => import("./block.4a82f1e9.js").then((t) => t.default).catch((t) => {
32
32
  throw console.error(
33
33
  "Error while attempting to dynamically import component Block at ../../block.vue",
34
34
  t
35
35
  ), t;
36
- }), c = () => import("./interactive-element.d51dde5a.js").then((t) => t.default).catch((t) => {
36
+ }), c = () => import("./interactive-element.8dc26caa.js").then((t) => t.default).catch((t) => {
37
37
  throw console.error(
38
38
  "Error while attempting to dynamically import component InteractiveElement at ../interactive-element.vue",
39
39
  t
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const i=require("vue"),a=require("./get-block-properties.d0235e56.cjs"),p=require("./index.1021dd83.cjs");require("./css.30299cfb.cjs");const m=({componentOptions:t,builderBlock:e,context:n,componentRef:o,includeBlockProps:r,isInteractive:l,contextValue:s})=>l?{Wrapper:o,block:e,context:n,wrapperProps:t}:{...t,...r?{attributes:a.getBlockProperties({block:e,context:s})}:{}},u=()=>Promise.resolve().then(()=>require("./block-styles.2b3d669b.cjs")).then(t=>t.default).catch(t=>{throw console.error("Error while attempting to dynamically import component BlockStyles at ../block-styles.vue",t),t}),d=()=>Promise.resolve().then(()=>require("./block.0f28da5b.cjs")).then(t=>t.default).catch(t=>{throw console.error("Error while attempting to dynamically import component Block at ../../block.vue",t),t}),c=()=>Promise.resolve().then(()=>require("./interactive-element.ea2a7d23.cjs")).then(t=>t.default).catch(t=>{throw console.error("Error while attempting to dynamically import component InteractiveElement at ../interactive-element.vue",t),t}),k=i.defineComponent({name:"component-ref",components:{block:d,"block-styles":u,"interactive-element":c},props:["isInteractive","componentRef","componentOptions","builderBlock","context","includeBlockProps","blockChildren","registeredComponents"],data(){return{Wrapper:this.isInteractive?c:this.componentRef,getWrapperProps:m}}});var b=function(){var e=this,n=e._self._c;return e._self._setupProxy,e.componentRef?n(e.Wrapper,e._b({tag:"component"},"component",e.getWrapperProps({componentOptions:e.componentOptions,builderBlock:e.builderBlock,context:e.context,componentRef:e.componentRef,includeBlockProps:e.includeBlockProps,isInteractive:e.isInteractive,contextValue:e.context}),!1),[e._l(e.blockChildren,function(o,r){return n("block",{key:"block-"+o.id,attrs:{block:o,context:e.context,registeredComponents:e.registeredComponents}})}),e._l(e.blockChildren,function(o,r){return n("block-styles",{key:"block-style-"+o.id,attrs:{block:o,context:e.context}})})],2):e._e()},f=[],v=p.normalizeComponent(k,b,f,!1,null,null,null,null);const _=v.exports;exports.default=_;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const i=require("vue"),a=require("./get-block-properties.b4dbb641.cjs"),p=require("./index.30399a4c.cjs");require("./css.e3de5493.cjs");const m=({componentOptions:t,builderBlock:e,context:n,componentRef:o,includeBlockProps:r,isInteractive:l,contextValue:s})=>l?{Wrapper:o,block:e,context:n,wrapperProps:t}:{...t,...r?{attributes:a.getBlockProperties({block:e,context:s})}:{}},u=()=>Promise.resolve().then(()=>require("./block-styles.aabc1381.cjs")).then(t=>t.default).catch(t=>{throw console.error("Error while attempting to dynamically import component BlockStyles at ../block-styles.vue",t),t}),d=()=>Promise.resolve().then(()=>require("./block.fa54ef53.cjs")).then(t=>t.default).catch(t=>{throw console.error("Error while attempting to dynamically import component Block at ../../block.vue",t),t}),c=()=>Promise.resolve().then(()=>require("./interactive-element.9055f3e5.cjs")).then(t=>t.default).catch(t=>{throw console.error("Error while attempting to dynamically import component InteractiveElement at ../interactive-element.vue",t),t}),k=i.defineComponent({name:"component-ref",components:{block:d,"block-styles":u,"interactive-element":c},props:["isInteractive","componentRef","componentOptions","builderBlock","context","includeBlockProps","blockChildren","registeredComponents"],data(){return{Wrapper:this.isInteractive?c:this.componentRef,getWrapperProps:m}}});var b=function(){var e=this,n=e._self._c;return e._self._setupProxy,e.componentRef?n(e.Wrapper,e._b({tag:"component"},"component",e.getWrapperProps({componentOptions:e.componentOptions,builderBlock:e.builderBlock,context:e.context,componentRef:e.componentRef,includeBlockProps:e.includeBlockProps,isInteractive:e.isInteractive,contextValue:e.context}),!1),[e._l(e.blockChildren,function(o,r){return n("block",{key:"block-"+o.id,attrs:{block:o,context:e.context,registeredComponents:e.registeredComponents}})}),e._l(e.blockChildren,function(o,r){return n("block-styles",{key:"block-style-"+o.id,attrs:{block:o,context:e.context}})})],2):e._e()},f=[],v=p.normalizeComponent(k,b,f,!1,null,null,null,null);const _=v.exports;exports.default=_;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const u=require("vue"),i=require("./index.1021dd83.cjs"),g={name:"Core:Button",image:"https://cdn.builder.io/api/v1/image/assets%2FIsxPKMo2gPRRKeakUztj1D6uqed2%2F81a15681c3e74df09677dfc57a615b13",defaultStyles:{appearance:"none",paddingTop:"15px",paddingBottom:"15px",paddingLeft:"25px",paddingRight:"25px",backgroundColor:"#000000",color:"white",borderRadius:"4px",textAlign:"center",cursor:"pointer"},inputs:[{name:"text",type:"text",defaultValue:"Click me!",bubble:!0},{name:"link",type:"url",bubble:!0},{name:"openLinkInNewTab",type:"boolean",defaultValue:!1,friendlyName:"Open link in new tab"}],static:!0,noWrap:!0},b={name:"Columns",isRSC:!0,inputs:[{name:"columns",type:"array",broadcast:!0,subFields:[{name:"blocks",type:"array",hideFromUI:!0,defaultValue:[{"@type":"@builder.io/sdk:Element",responsiveStyles:{large:{display:"flex",flexDirection:"column",alignItems:"stretch",flexShrink:"0",position:"relative",marginTop:"30px",textAlign:"center",lineHeight:"normal",height:"auto",minHeight:"20px",minWidth:"20px",overflow:"hidden"}},component:{name:"Image",options:{image:"https://builder.io/api/v1/image/assets%2Fpwgjf0RoYWbdnJSbpBAjXNRMe9F2%2Ffb27a7c790324294af8be1c35fe30f4d",backgroundPosition:"center",backgroundSize:"cover",aspectRatio:.7004048582995948}}},{"@type":"@builder.io/sdk:Element",responsiveStyles:{large:{display:"flex",flexDirection:"column",alignItems:"stretch",flexShrink:"0",position:"relative",marginTop:"30px",textAlign:"center",lineHeight:"normal",height:"auto"}},component:{name:"Text",options:{text:"<p>Enter some text...</p>"}}}]},{name:"width",type:"number",hideFromUI:!0,helperText:"Width %, e.g. set to 50 to fill half of the space"},{name:"link",type:"url",helperText:"Optionally set a url that clicking this column will link to"}],defaultValue:[{blocks:[{"@type":"@builder.io/sdk:Element",responsiveStyles:{large:{display:"flex",flexDirection:"column",alignItems:"stretch",flexShrink:"0",position:"relative",marginTop:"30px",textAlign:"center",lineHeight:"normal",height:"auto",minHeight:"20px",minWidth:"20px",overflow:"hidden"}},component:{name:"Image",options:{image:"https://builder.io/api/v1/image/assets%2Fpwgjf0RoYWbdnJSbpBAjXNRMe9F2%2Ffb27a7c790324294af8be1c35fe30f4d",backgroundPosition:"center",backgroundSize:"cover",aspectRatio:.7004048582995948}}},{"@type":"@builder.io/sdk:Element",responsiveStyles:{large:{display:"flex",flexDirection:"column",alignItems:"stretch",flexShrink:"0",position:"relative",marginTop:"30px",textAlign:"center",lineHeight:"normal",height:"auto"}},component:{name:"Text",options:{text:"<p>Enter some text...</p>"}}}]},{blocks:[{"@type":"@builder.io/sdk:Element",responsiveStyles:{large:{display:"flex",flexDirection:"column",alignItems:"stretch",flexShrink:"0",position:"relative",marginTop:"30px",textAlign:"center",lineHeight:"normal",height:"auto",minHeight:"20px",minWidth:"20px",overflow:"hidden"}},component:{name:"Image",options:{image:"https://builder.io/api/v1/image/assets%2Fpwgjf0RoYWbdnJSbpBAjXNRMe9F2%2Ffb27a7c790324294af8be1c35fe30f4d",backgroundPosition:"center",backgroundSize:"cover",aspectRatio:.7004048582995948}}},{"@type":"@builder.io/sdk:Element",responsiveStyles:{large:{display:"flex",flexDirection:"column",alignItems:"stretch",flexShrink:"0",position:"relative",marginTop:"30px",textAlign:"center",lineHeight:"normal",height:"auto"}},component:{name:"Text",options:{text:"<p>Enter some text...</p>"}}}]}],onChange:e=>{function t(){n.forEach(a=>{a.delete("width")})}const n=e.get("columns");Array.isArray(n)&&!!n.find(r=>r.get("width"))&&(!!n.find(c=>!c.get("width"))||n.reduce((s,l)=>s+l.get("width"),0)!==100)&&t()}},{name:"space",type:"number",defaultValue:20,helperText:"Size of gap between columns",advanced:!0},{name:"stackColumnsAt",type:"string",defaultValue:"tablet",helperText:"Convert horizontal columns to vertical at what device size",enum:["tablet","mobile","never"],advanced:!0},{name:"reverseColumnsWhenStacked",type:"boolean",defaultValue:!1,helperText:"When stacking columns for mobile devices, reverse the ordering",advanced:!0}]},y={name:"Fragment",static:!0,hidden:!0,canHaveChildren:!0,noWrap:!0},x={name:"Image",static:!0,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",defaultStyles:{position:"relative",minHeight:"20px",minWidth:"20px",overflow:"hidden"},canHaveChildren:!0,inputs:[{name:"image",type:"file",bubble:!0,allowedFileTypes:["jpeg","jpg","png","svg"],required:!0,defaultValue:"https://cdn.builder.io/api/v1/image/assets%2FYJIGb4i01jvw0SRdL5Bt%2F72c80f114dc149019051b6852a9e3b7a",onChange:e=>{e.delete("srcset"),e.delete("noWebp");function n(o,s=6e4){return new Promise((l,d)=>{const p=document.createElement("img");let m=!1;p.onload=()=>{m=!0,l(p)},p.addEventListener("error",h=>{console.warn("Image load failed",h.error),d(h.error)}),p.src=o,setTimeout(()=>{m||d(new Error("Image load timed out"))},s)})}function a(o){return Math.round(o*1e3)/1e3}const r=e.get("image"),c=e.get("aspectRatio");if(fetch(r).then(o=>o.blob()).then(o=>{o.type.includes("svg")&&e.set("noWebp",!0)}),r&&(!c||c===.7041))return n(r).then(o=>{const s=e.get("aspectRatio");e.get("image")===r&&(!s||s===.7041)&&o.width&&o.height&&(e.set("aspectRatio",a(o.height/o.width)),e.set("height",o.height),e.set("width",o.width))})}},{name:"backgroundSize",type:"text",defaultValue:"cover",enum:[{label:"contain",value:"contain",helperText:"The image should never get cropped"},{label:"cover",value:"cover",helperText:"The image should fill it's box, cropping when needed"}]},{name:"backgroundPosition",type:"text",defaultValue:"center",enum:["center","top","left","right","bottom","top left","top right","bottom left","bottom right"]},{name:"altText",type:"string",helperText:"Text to display when the user has images off"},{name:"height",type:"number",hideFromUI:!0},{name:"width",type:"number",hideFromUI:!0},{name:"sizes",type:"string",hideFromUI:!0},{name:"srcset",type:"string",hideFromUI:!0},{name:"lazy",type:"boolean",defaultValue:!0,hideFromUI:!0},{name:"fitContent",type:"boolean",helperText:"When child blocks are provided, fit to them instead of using the image's aspect ratio",defaultValue:!0},{name:"aspectRatio",type:"number",helperText:"This is the ratio of height/width, e.g. set to 1.5 for a 300px wide and 200px tall photo. Set to 0 to not force the image to maintain it's aspect ratio",advanced:!0,defaultValue:.7041}]},v={name:"Core:Section",static:!0,image:"https://cdn.builder.io/api/v1/image/assets%2FIsxPKMo2gPRRKeakUztj1D6uqed2%2F682efef23ace49afac61748dd305c70a",inputs:[{name:"maxWidth",type:"number",defaultValue:1200},{name:"lazyLoad",type:"boolean",defaultValue:!1,advanced:!0,description:"Only render this section when in view"}],defaultStyles:{paddingLeft:"20px",paddingRight:"20px",paddingTop:"50px",paddingBottom:"50px",marginTop:"0px",width:"100vw",marginLeft:"calc(50% - 50vw)"},canHaveChildren:!0,defaultChildren:[{"@type":"@builder.io/sdk:Element",responsiveStyles:{large:{textAlign:"center"}},component:{name:"Text",options:{text:"<p><b>I am a section! My content keeps from getting too wide, so that it's easy to read even on big screens.</b></p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur</p>"}}}]},S={name:"Symbol",noWrap:!0,static:!0,isRSC:!0,inputs:[{name:"symbol",type:"uiSymbol"},{name:"dataOnly",helperText:"Make this a data symbol that doesn't display any UI",type:"boolean",defaultValue:!1,advanced:!0,hideFromUI:!0},{name:"inheritState",helperText:"Inherit the parent component state and data",type:"boolean",defaultValue:!1,advanced:!0},{name:"renderToLiquid",helperText:"Render this symbols contents to liquid. Turn off to fetch with javascript and use custom targeting",type:"boolean",defaultValue:!1,advanced:!0,hideFromUI:!0},{name:"useChildren",hideFromUI:!0,type:"boolean"}]},T={name:"Text",static:!0,isRSC:!0,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",inputs:[{name:"text",type:"html",required:!0,autoFocus:!0,bubble:!0,defaultValue:"Enter some text..."}],defaultStyles:{lineHeight:"normal",height:"auto",textAlign:"center"}},_={name:"Video",canHaveChildren:!0,defaultStyles:{minHeight:"20px",minWidth:"20px"},image:"https://firebasestorage.googleapis.com/v0/b/builder-3b0a2.appspot.com/o/images%2Fbaseline-videocam-24px%20(1).svg?alt=media&token=49a84e4a-b20e-4977-a650-047f986874bb",inputs:[{name:"video",type:"file",allowedFileTypes:["mp4"],bubble:!0,defaultValue:"https://firebasestorage.googleapis.com/v0/b/builder-3b0a2.appspot.com/o/assets%2FKQlEmWDxA0coC3PK6UvkrjwkIGI2%2F28cb070609f546cdbe5efa20e931aa4b?alt=media&token=912e9551-7a7c-4dfb-86b6-3da1537d1a7f",required:!0},{name:"posterImage",type:"file",allowedFileTypes:["jpeg","png"],helperText:"Image to show before the video plays"},{name:"autoPlay",type:"boolean",defaultValue:!0},{name:"controls",type:"boolean",defaultValue:!1},{name:"muted",type:"boolean",defaultValue:!0},{name:"loop",type:"boolean",defaultValue:!0},{name:"playsInline",type:"boolean",defaultValue:!0},{name:"fit",type:"text",defaultValue:"cover",enum:["contain","cover","fill","auto"]},{name:"preload",type:"text",defaultValue:"metadata",enum:["auto","metadata","none"]},{name:"fitContent",type:"boolean",helperText:"When child blocks are provided, fit to them instead of using the aspect ratio",defaultValue:!0,advanced:!0},{name:"position",type:"text",defaultValue:"center",enum:["center","top","left","right","bottom","top left","top right","bottom left","bottom right"]},{name:"height",type:"number",advanced:!0},{name:"width",type:"number",advanced:!0},{name:"aspectRatio",type:"number",advanced:!0,defaultValue:.7004048582995948},{name:"lazyLoad",type:"boolean",helperText:'Load this video "lazily" - as in only when a user scrolls near the video. Recommended for optmized performance and bandwidth consumption',defaultValue:!0,advanced:!0}]},C={name:"Embed",static:!0,inputs:[{name:"url",type:"url",required:!0,defaultValue:"",helperText:"e.g. enter a youtube url, google map, etc",onChange:e=>{const t=e.get("url");if(t)return e.set("content","Loading..."),fetch(`https://iframe.ly/api/iframely?url=${t}&api_key=ae0e60e78201a3f2b0de4b`).then(a=>a.json()).then(a=>{e.get("url")===t&&(a.html?e.set("content",a.html):e.set("content","Invalid url, please try another"))}).catch(a=>{e.set("content","There was an error embedding this URL, please try again or another URL")});e.delete("content")}},{name:"content",type:"html",defaultValue:'<div style="padding: 20px; text-align: center">(Choose an embed URL)<div>',hideFromUI:!0}]},I=["text/javascript","application/javascript","application/ecmascript"],w=e=>I.includes(e.type),k=u.defineComponent({name:"builder-embed",props:["content"],data(){return{scriptsInserted:[],scriptsRun:[],ranInitFn:!1}},watch:{onUpdateHook0:{handler(){this.$refs.elem&&!this.ranInitFn&&(this.ranInitFn=!0,this.findAndRunScripts())},immediate:!0}},computed:{onUpdateHook0(){return{0:this.$refs.elem,1:this.ranInitFn}}},methods:{findAndRunScripts(){if(!this.$refs.elem||!this.$refs.elem.getElementsByTagName)return;const e=this.$refs.elem.getElementsByTagName("script");for(let t=0;t<e.length;t++){const n=e[t];if(n.src&&!this.scriptsInserted.includes(n.src)){this.scriptsInserted.push(n.src);const a=document.createElement("script");a.async=!0,a.src=n.src,document.head.appendChild(a)}else if(w(n)&&!this.scriptsRun.includes(n.innerText))try{this.scriptsRun.push(n.innerText),new Function(n.innerText)()}catch(a){console.warn("`Embed`: Error running script:",a)}}}}});var R=function(){var t=this,n=t._self._c;return t._self._setupProxy,n("div",{ref:"elem",staticClass:"builder-embed",domProps:{innerHTML:t._s(t.content)}})},F=[],E=i.normalizeComponent(k,R,F,!1,null,null,null,null);const V=E.exports,A=u.defineComponent({name:"builder-img-component",props:["backgroundSize","backgroundPosition","imgSrc","altText","image","attributes"],data(){return{isEditing:i.isEditing,filterAttrs:i.filterAttrs}}});var P=function(){var t=this,n=t._self._c;return t._self._setupProxy,n("img",t._g(t._b({key:t.isEditing()&&t.imgSrc||"default-key",style:{objectFit:t.backgroundSize||"cover",objectPosition:t.backgroundPosition||"center"},attrs:{alt:t.altText,src:t.imgSrc||t.image}},"img",t.filterAttrs(t.attributes,"v-on:",!1),!1),t.filterAttrs(t.attributes,"v-on:",!0)))},$=[],W=i.normalizeComponent(A,P,$,!1,null,null,null,null);const j=W.exports,U={name:"Raw:Img",hideFromInsertMenu:!0,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",inputs:[{name:"image",bubble:!0,type:"file",allowedFileTypes:["jpeg","jpg","png","svg","gif","webp"],required:!0}],noWrap:!0,static:!0},z=u.defineComponent({name:"builder-custom-code",props:["replaceNodes","code"],data(){return{scriptsInserted:[],scriptsRun:[]}},mounted(){this.findAndRunScripts()},methods:{findAndRunScripts(){if(this.$refs.elem&&this.$refs.elem.getElementsByTagName&&typeof window<"u"){const e=this.$refs.elem.getElementsByTagName("script");for(let t=0;t<e.length;t++){const n=e[t];if(n.src){if(this.scriptsInserted.includes(n.src))continue;this.scriptsInserted.push(n.src);const a=document.createElement("script");a.async=!0,a.src=n.src,document.head.appendChild(a)}else if(!n.type||["text/javascript","application/javascript","application/ecmascript"].includes(n.type)){if(this.scriptsRun.includes(n.innerText))continue;try{this.scriptsRun.push(n.innerText),new Function(n.innerText)()}catch(a){console.warn("`CustomCode`: Error running script:",a)}}}}},_classStringToObject(e){const t={};if(typeof e!="string")return t;const n=e.trim().split(/\s+/);for(const a of n)t[a]=!0;return t}}});var H=function(){var t=this,n=t._self._c;return t._self._setupProxy,n("div",{ref:"elem",class:t._classStringToObject("builder-custom-code"+(t.replaceNodes?" replace-nodes":"")),domProps:{innerHTML:t._s(t.code)}})},q=[],L=i.normalizeComponent(z,H,q,!1,null,null,null,null);const D=L.exports,N={name:"Custom Code",static:!0,requiredPermissions:["editCode"],inputs:[{name:"code",type:"html",required:!0,defaultValue:"<p>Hello there, I am custom HTML code!</p>",code:!0},{name:"replaceNodes",type:"boolean",helperText:"Preserve server rendered dom nodes",advanced:!0},{name:"scriptsClientOnly",type:"boolean",defaultValue:!1,helperText:"Only print and run scripts on the client. Important when scripts influence DOM that could be replaced when client loads",advanced:!0}]},f=()=>[{component:i.Button,...g},{component:i.Columns,...b},{component:D,...N},{component:V,...C},{component:i.Fragment,...y},{component:i.Image,...x},{component:j,...U},{component:i.Section,...v},{component:i.Symbol,...S},{component:i.Text,...T},{component:i.Video,..._}],M=({content:e,data:t,locale:n})=>{var c,o,s;const a={};(o=(c=e==null?void 0:e.data)==null?void 0:c.inputs)==null||o.forEach(l=>{var d;l.name&&l.defaultValue!==void 0&&((d=e==null?void 0:e.data)==null?void 0:d.state)&&e.data.state[l.name]===void 0&&(a[l.name]=l.defaultValue)});const r={...(s=e==null?void 0:e.data)==null?void 0:s.state,...t,...n?{locale:n}:{}};return{...a,...r}},B=({content:e,data:t})=>e?{...e,data:{...e==null?void 0:e.data,...t},meta:e==null?void 0:e.meta}:void 0,K=()=>Promise.resolve().then(()=>require("./index.1021dd83.cjs")).then(e=>e.blocks$1).then(e=>e.default).catch(e=>{throw console.error("Error while attempting to dynamically import component Blocks at ../blocks/blocks.vue",e),e}),O=()=>Promise.resolve().then(()=>require("./styles.f4f6200a.cjs")).then(e=>e.default).catch(e=>{throw console.error("Error while attempting to dynamically import component ContentStyles at ./components/styles.vue",e),e}),G=()=>Promise.resolve().then(()=>require("./enable-editor.c1b99af3.cjs")).then(e=>e.default).catch(e=>{throw console.error("Error while attempting to dynamically import component EnableEditor at ./components/enable-editor.vue",e),e}),J=()=>Promise.resolve().then(()=>require("./inlined-script.3e3c93e8.cjs")).then(e=>e.default).catch(e=>{throw console.error("Error while attempting to dynamically import component InlinedScript at ../inlined-script.vue",e),e}),Y=u.defineComponent({name:"content-component",components:{"enable-editor":G,"inlined-script":J,"content-styles":O,blocks:K},props:["content","customComponents","data","locale","context","apiKey","apiVersion","model","canTrack","includeRefs","enrich","classNameProp","showContent","isSsrAbTest"],data(){var e,t;return{scriptStr:i.getRenderContentScriptString({variationId:(e=this.content)==null?void 0:e.testVariationId,contentId:(t=this.content)==null?void 0:t.id}),registeredComponents:[...f(),...i.components,...this.customComponents||[]].reduce((n,{component:a,...r})=>({...n,[r.name]:{component:a,...i.serializeComponentInfo(r)}}),{}),builderContextSignal:{content:B({content:this.content,data:this.data}),localState:void 0,rootState:M({content:this.content,data:this.data,locale:this.locale}),rootSetState:this.contentSetState,context:this.context||{},apiKey:this.apiKey,apiVersion:this.apiVersion,componentInfos:[...f(),...i.components,...this.customComponents||[]].reduce((n,{component:a,...r})=>({...n,[r.name]:i.serializeComponentInfo(r)}),{}),inheritedStyles:{}},TARGET:i.TARGET}},provide(){const e=this;return{[i.ComponentsContext.key]:{registeredComponents:e.registeredComponents}}},methods:{contentSetState(e){this.builderContextSignal.rootState=e}}});var X=function(){var a,r,c,o,s,l,d;var t=this,n=t._self._c;return t._self._setupProxy,n("enable-editor",t._b({attrs:{content:t.content,model:t.model,context:t.context,apiKey:t.apiKey,canTrack:t.canTrack,locale:t.locale,includeRefs:t.includeRefs,enrich:t.enrich,classNameProp:t.classNameProp,showContent:t.showContent,builderContextSignal:t.builderContextSignal}},"enable-editor",{},!1),[t.isSsrAbTest?[n("inlined-script",{attrs:{scriptStr:t.scriptStr}})]:t._e(),t.TARGET!=="reactNative"?[n("content-styles",{attrs:{contentId:(a=t.builderContextSignal.content)==null?void 0:a.id,cssCode:(c=(r=t.builderContextSignal.content)==null?void 0:r.data)==null?void 0:c.cssCode,customFonts:(s=(o=t.builderContextSignal.content)==null?void 0:o.data)==null?void 0:s.customFonts}})]:t._e(),n("blocks",{attrs:{blocks:(d=(l=t.builderContextSignal.content)==null?void 0:l.data)==null?void 0:d.blocks,context:t.builderContextSignal,registeredComponents:t.registeredComponents}})],2)},Q=[],Z=i.normalizeComponent(Y,X,Q,!1,null,null,null,null);const ee=Z.exports;exports.default=ee;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const u=require("vue"),i=require("./index.30399a4c.cjs"),g={name:"Core:Button",image:"https://cdn.builder.io/api/v1/image/assets%2FIsxPKMo2gPRRKeakUztj1D6uqed2%2F81a15681c3e74df09677dfc57a615b13",defaultStyles:{appearance:"none",paddingTop:"15px",paddingBottom:"15px",paddingLeft:"25px",paddingRight:"25px",backgroundColor:"#000000",color:"white",borderRadius:"4px",textAlign:"center",cursor:"pointer"},inputs:[{name:"text",type:"text",defaultValue:"Click me!",bubble:!0},{name:"link",type:"url",bubble:!0},{name:"openLinkInNewTab",type:"boolean",defaultValue:!1,friendlyName:"Open link in new tab"}],static:!0,noWrap:!0},b={name:"Columns",isRSC:!0,inputs:[{name:"columns",type:"array",broadcast:!0,subFields:[{name:"blocks",type:"array",hideFromUI:!0,defaultValue:[{"@type":"@builder.io/sdk:Element",responsiveStyles:{large:{display:"flex",flexDirection:"column",alignItems:"stretch",flexShrink:"0",position:"relative",marginTop:"30px",textAlign:"center",lineHeight:"normal",height:"auto",minHeight:"20px",minWidth:"20px",overflow:"hidden"}},component:{name:"Image",options:{image:"https://builder.io/api/v1/image/assets%2Fpwgjf0RoYWbdnJSbpBAjXNRMe9F2%2Ffb27a7c790324294af8be1c35fe30f4d",backgroundPosition:"center",backgroundSize:"cover",aspectRatio:.7004048582995948}}},{"@type":"@builder.io/sdk:Element",responsiveStyles:{large:{display:"flex",flexDirection:"column",alignItems:"stretch",flexShrink:"0",position:"relative",marginTop:"30px",textAlign:"center",lineHeight:"normal",height:"auto"}},component:{name:"Text",options:{text:"<p>Enter some text...</p>"}}}]},{name:"width",type:"number",hideFromUI:!0,helperText:"Width %, e.g. set to 50 to fill half of the space"},{name:"link",type:"url",helperText:"Optionally set a url that clicking this column will link to"}],defaultValue:[{blocks:[{"@type":"@builder.io/sdk:Element",responsiveStyles:{large:{display:"flex",flexDirection:"column",alignItems:"stretch",flexShrink:"0",position:"relative",marginTop:"30px",textAlign:"center",lineHeight:"normal",height:"auto",minHeight:"20px",minWidth:"20px",overflow:"hidden"}},component:{name:"Image",options:{image:"https://builder.io/api/v1/image/assets%2Fpwgjf0RoYWbdnJSbpBAjXNRMe9F2%2Ffb27a7c790324294af8be1c35fe30f4d",backgroundPosition:"center",backgroundSize:"cover",aspectRatio:.7004048582995948}}},{"@type":"@builder.io/sdk:Element",responsiveStyles:{large:{display:"flex",flexDirection:"column",alignItems:"stretch",flexShrink:"0",position:"relative",marginTop:"30px",textAlign:"center",lineHeight:"normal",height:"auto"}},component:{name:"Text",options:{text:"<p>Enter some text...</p>"}}}]},{blocks:[{"@type":"@builder.io/sdk:Element",responsiveStyles:{large:{display:"flex",flexDirection:"column",alignItems:"stretch",flexShrink:"0",position:"relative",marginTop:"30px",textAlign:"center",lineHeight:"normal",height:"auto",minHeight:"20px",minWidth:"20px",overflow:"hidden"}},component:{name:"Image",options:{image:"https://builder.io/api/v1/image/assets%2Fpwgjf0RoYWbdnJSbpBAjXNRMe9F2%2Ffb27a7c790324294af8be1c35fe30f4d",backgroundPosition:"center",backgroundSize:"cover",aspectRatio:.7004048582995948}}},{"@type":"@builder.io/sdk:Element",responsiveStyles:{large:{display:"flex",flexDirection:"column",alignItems:"stretch",flexShrink:"0",position:"relative",marginTop:"30px",textAlign:"center",lineHeight:"normal",height:"auto"}},component:{name:"Text",options:{text:"<p>Enter some text...</p>"}}}]}],onChange:e=>{function t(){n.forEach(a=>{a.delete("width")})}const n=e.get("columns");Array.isArray(n)&&!!n.find(r=>r.get("width"))&&(!!n.find(c=>!c.get("width"))||n.reduce((s,l)=>s+l.get("width"),0)!==100)&&t()}},{name:"space",type:"number",defaultValue:20,helperText:"Size of gap between columns",advanced:!0},{name:"stackColumnsAt",type:"string",defaultValue:"tablet",helperText:"Convert horizontal columns to vertical at what device size",enum:["tablet","mobile","never"],advanced:!0},{name:"reverseColumnsWhenStacked",type:"boolean",defaultValue:!1,helperText:"When stacking columns for mobile devices, reverse the ordering",advanced:!0}]},y={name:"Fragment",static:!0,hidden:!0,canHaveChildren:!0,noWrap:!0},x={name:"Image",static:!0,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",defaultStyles:{position:"relative",minHeight:"20px",minWidth:"20px",overflow:"hidden"},canHaveChildren:!0,inputs:[{name:"image",type:"file",bubble:!0,allowedFileTypes:["jpeg","jpg","png","svg"],required:!0,defaultValue:"https://cdn.builder.io/api/v1/image/assets%2FYJIGb4i01jvw0SRdL5Bt%2F72c80f114dc149019051b6852a9e3b7a",onChange:e=>{e.delete("srcset"),e.delete("noWebp");function n(o,s=6e4){return new Promise((l,d)=>{const p=document.createElement("img");let m=!1;p.onload=()=>{m=!0,l(p)},p.addEventListener("error",h=>{console.warn("Image load failed",h.error),d(h.error)}),p.src=o,setTimeout(()=>{m||d(new Error("Image load timed out"))},s)})}function a(o){return Math.round(o*1e3)/1e3}const r=e.get("image"),c=e.get("aspectRatio");if(fetch(r).then(o=>o.blob()).then(o=>{o.type.includes("svg")&&e.set("noWebp",!0)}),r&&(!c||c===.7041))return n(r).then(o=>{const s=e.get("aspectRatio");e.get("image")===r&&(!s||s===.7041)&&o.width&&o.height&&(e.set("aspectRatio",a(o.height/o.width)),e.set("height",o.height),e.set("width",o.width))})}},{name:"backgroundSize",type:"text",defaultValue:"cover",enum:[{label:"contain",value:"contain",helperText:"The image should never get cropped"},{label:"cover",value:"cover",helperText:"The image should fill it's box, cropping when needed"}]},{name:"backgroundPosition",type:"text",defaultValue:"center",enum:["center","top","left","right","bottom","top left","top right","bottom left","bottom right"]},{name:"altText",type:"string",helperText:"Text to display when the user has images off"},{name:"height",type:"number",hideFromUI:!0},{name:"width",type:"number",hideFromUI:!0},{name:"sizes",type:"string",hideFromUI:!0},{name:"srcset",type:"string",hideFromUI:!0},{name:"lazy",type:"boolean",defaultValue:!0,hideFromUI:!0},{name:"fitContent",type:"boolean",helperText:"When child blocks are provided, fit to them instead of using the image's aspect ratio",defaultValue:!0},{name:"aspectRatio",type:"number",helperText:"This is the ratio of height/width, e.g. set to 1.5 for a 300px wide and 200px tall photo. Set to 0 to not force the image to maintain it's aspect ratio",advanced:!0,defaultValue:.7041}]},v={name:"Core:Section",static:!0,image:"https://cdn.builder.io/api/v1/image/assets%2FIsxPKMo2gPRRKeakUztj1D6uqed2%2F682efef23ace49afac61748dd305c70a",inputs:[{name:"maxWidth",type:"number",defaultValue:1200},{name:"lazyLoad",type:"boolean",defaultValue:!1,advanced:!0,description:"Only render this section when in view"}],defaultStyles:{paddingLeft:"20px",paddingRight:"20px",paddingTop:"50px",paddingBottom:"50px",marginTop:"0px",width:"100vw",marginLeft:"calc(50% - 50vw)"},canHaveChildren:!0,defaultChildren:[{"@type":"@builder.io/sdk:Element",responsiveStyles:{large:{textAlign:"center"}},component:{name:"Text",options:{text:"<p><b>I am a section! My content keeps from getting too wide, so that it's easy to read even on big screens.</b></p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur</p>"}}}]},S={name:"Symbol",noWrap:!0,static:!0,isRSC:!0,inputs:[{name:"symbol",type:"uiSymbol"},{name:"dataOnly",helperText:"Make this a data symbol that doesn't display any UI",type:"boolean",defaultValue:!1,advanced:!0,hideFromUI:!0},{name:"inheritState",helperText:"Inherit the parent component state and data",type:"boolean",defaultValue:!1,advanced:!0},{name:"renderToLiquid",helperText:"Render this symbols contents to liquid. Turn off to fetch with javascript and use custom targeting",type:"boolean",defaultValue:!1,advanced:!0,hideFromUI:!0},{name:"useChildren",hideFromUI:!0,type:"boolean"}]},T={name:"Text",static:!0,isRSC:!0,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",inputs:[{name:"text",type:"html",required:!0,autoFocus:!0,bubble:!0,defaultValue:"Enter some text..."}],defaultStyles:{lineHeight:"normal",height:"auto",textAlign:"center"}},_={name:"Video",canHaveChildren:!0,defaultStyles:{minHeight:"20px",minWidth:"20px"},image:"https://firebasestorage.googleapis.com/v0/b/builder-3b0a2.appspot.com/o/images%2Fbaseline-videocam-24px%20(1).svg?alt=media&token=49a84e4a-b20e-4977-a650-047f986874bb",inputs:[{name:"video",type:"file",allowedFileTypes:["mp4"],bubble:!0,defaultValue:"https://firebasestorage.googleapis.com/v0/b/builder-3b0a2.appspot.com/o/assets%2FKQlEmWDxA0coC3PK6UvkrjwkIGI2%2F28cb070609f546cdbe5efa20e931aa4b?alt=media&token=912e9551-7a7c-4dfb-86b6-3da1537d1a7f",required:!0},{name:"posterImage",type:"file",allowedFileTypes:["jpeg","png"],helperText:"Image to show before the video plays"},{name:"autoPlay",type:"boolean",defaultValue:!0},{name:"controls",type:"boolean",defaultValue:!1},{name:"muted",type:"boolean",defaultValue:!0},{name:"loop",type:"boolean",defaultValue:!0},{name:"playsInline",type:"boolean",defaultValue:!0},{name:"fit",type:"text",defaultValue:"cover",enum:["contain","cover","fill","auto"]},{name:"preload",type:"text",defaultValue:"metadata",enum:["auto","metadata","none"]},{name:"fitContent",type:"boolean",helperText:"When child blocks are provided, fit to them instead of using the aspect ratio",defaultValue:!0,advanced:!0},{name:"position",type:"text",defaultValue:"center",enum:["center","top","left","right","bottom","top left","top right","bottom left","bottom right"]},{name:"height",type:"number",advanced:!0},{name:"width",type:"number",advanced:!0},{name:"aspectRatio",type:"number",advanced:!0,defaultValue:.7004048582995948},{name:"lazyLoad",type:"boolean",helperText:'Load this video "lazily" - as in only when a user scrolls near the video. Recommended for optmized performance and bandwidth consumption',defaultValue:!0,advanced:!0}]},C={name:"Embed",static:!0,inputs:[{name:"url",type:"url",required:!0,defaultValue:"",helperText:"e.g. enter a youtube url, google map, etc",onChange:e=>{const t=e.get("url");if(t)return e.set("content","Loading..."),fetch(`https://iframe.ly/api/iframely?url=${t}&api_key=ae0e60e78201a3f2b0de4b`).then(a=>a.json()).then(a=>{e.get("url")===t&&(a.html?e.set("content",a.html):e.set("content","Invalid url, please try another"))}).catch(a=>{e.set("content","There was an error embedding this URL, please try again or another URL")});e.delete("content")}},{name:"content",type:"html",defaultValue:'<div style="padding: 20px; text-align: center">(Choose an embed URL)<div>',hideFromUI:!0}]},I=["text/javascript","application/javascript","application/ecmascript"],w=e=>I.includes(e.type),k=u.defineComponent({name:"builder-embed",props:["content"],data(){return{scriptsInserted:[],scriptsRun:[],ranInitFn:!1}},watch:{onUpdateHook0:{handler(){this.$refs.elem&&!this.ranInitFn&&(this.ranInitFn=!0,this.findAndRunScripts())},immediate:!0}},computed:{onUpdateHook0(){return{0:this.$refs.elem,1:this.ranInitFn}}},methods:{findAndRunScripts(){if(!this.$refs.elem||!this.$refs.elem.getElementsByTagName)return;const e=this.$refs.elem.getElementsByTagName("script");for(let t=0;t<e.length;t++){const n=e[t];if(n.src&&!this.scriptsInserted.includes(n.src)){this.scriptsInserted.push(n.src);const a=document.createElement("script");a.async=!0,a.src=n.src,document.head.appendChild(a)}else if(w(n)&&!this.scriptsRun.includes(n.innerText))try{this.scriptsRun.push(n.innerText),new Function(n.innerText)()}catch(a){console.warn("`Embed`: Error running script:",a)}}}}});var R=function(){var t=this,n=t._self._c;return t._self._setupProxy,n("div",{ref:"elem",staticClass:"builder-embed",domProps:{innerHTML:t._s(t.content)}})},F=[],E=i.normalizeComponent(k,R,F,!1,null,null,null,null);const V=E.exports,A=u.defineComponent({name:"builder-img-component",props:["backgroundSize","backgroundPosition","imgSrc","altText","image","attributes"],data(){return{isEditing:i.isEditing,filterAttrs:i.filterAttrs}}});var P=function(){var t=this,n=t._self._c;return t._self._setupProxy,n("img",t._g(t._b({key:t.isEditing()&&t.imgSrc||"default-key",style:{objectFit:t.backgroundSize||"cover",objectPosition:t.backgroundPosition||"center"},attrs:{alt:t.altText,src:t.imgSrc||t.image}},"img",t.filterAttrs(t.attributes,"v-on:",!1),!1),t.filterAttrs(t.attributes,"v-on:",!0)))},$=[],W=i.normalizeComponent(A,P,$,!1,null,null,null,null);const j=W.exports,U={name:"Raw:Img",hideFromInsertMenu:!0,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",inputs:[{name:"image",bubble:!0,type:"file",allowedFileTypes:["jpeg","jpg","png","svg","gif","webp"],required:!0}],noWrap:!0,static:!0},z=u.defineComponent({name:"builder-custom-code",props:["replaceNodes","code"],data(){return{scriptsInserted:[],scriptsRun:[]}},mounted(){this.findAndRunScripts()},methods:{findAndRunScripts(){if(this.$refs.elem&&this.$refs.elem.getElementsByTagName&&typeof window<"u"){const e=this.$refs.elem.getElementsByTagName("script");for(let t=0;t<e.length;t++){const n=e[t];if(n.src){if(this.scriptsInserted.includes(n.src))continue;this.scriptsInserted.push(n.src);const a=document.createElement("script");a.async=!0,a.src=n.src,document.head.appendChild(a)}else if(!n.type||["text/javascript","application/javascript","application/ecmascript"].includes(n.type)){if(this.scriptsRun.includes(n.innerText))continue;try{this.scriptsRun.push(n.innerText),new Function(n.innerText)()}catch(a){console.warn("`CustomCode`: Error running script:",a)}}}}},_classStringToObject(e){const t={};if(typeof e!="string")return t;const n=e.trim().split(/\s+/);for(const a of n)t[a]=!0;return t}}});var H=function(){var t=this,n=t._self._c;return t._self._setupProxy,n("div",{ref:"elem",class:t._classStringToObject("builder-custom-code"+(t.replaceNodes?" replace-nodes":"")),domProps:{innerHTML:t._s(t.code)}})},q=[],L=i.normalizeComponent(z,H,q,!1,null,null,null,null);const D=L.exports,N={name:"Custom Code",static:!0,requiredPermissions:["editCode"],inputs:[{name:"code",type:"html",required:!0,defaultValue:"<p>Hello there, I am custom HTML code!</p>",code:!0},{name:"replaceNodes",type:"boolean",helperText:"Preserve server rendered dom nodes",advanced:!0},{name:"scriptsClientOnly",type:"boolean",defaultValue:!1,helperText:"Only print and run scripts on the client. Important when scripts influence DOM that could be replaced when client loads",advanced:!0}]},f=()=>[{component:i.Button,...g},{component:i.Columns,...b},{component:D,...N},{component:V,...C},{component:i.Fragment,...y},{component:i.Image,...x},{component:j,...U},{component:i.Section,...v},{component:i.Symbol,...S},{component:i.Text,...T},{component:i.Video,..._}],M=({content:e,data:t,locale:n})=>{var c,o,s;const a={};(o=(c=e==null?void 0:e.data)==null?void 0:c.inputs)==null||o.forEach(l=>{var d;l.name&&l.defaultValue!==void 0&&((d=e==null?void 0:e.data)==null?void 0:d.state)&&e.data.state[l.name]===void 0&&(a[l.name]=l.defaultValue)});const r={...(s=e==null?void 0:e.data)==null?void 0:s.state,...t,...n?{locale:n}:{}};return{...a,...r}},B=({content:e,data:t})=>e?{...e,data:{...e==null?void 0:e.data,...t},meta:e==null?void 0:e.meta}:void 0,K=()=>Promise.resolve().then(()=>require("./index.30399a4c.cjs")).then(e=>e.blocks$1).then(e=>e.default).catch(e=>{throw console.error("Error while attempting to dynamically import component Blocks at ../blocks/blocks.vue",e),e}),O=()=>Promise.resolve().then(()=>require("./styles.4dc21fe2.cjs")).then(e=>e.default).catch(e=>{throw console.error("Error while attempting to dynamically import component ContentStyles at ./components/styles.vue",e),e}),G=()=>Promise.resolve().then(()=>require("./enable-editor.e85c5d91.cjs")).then(e=>e.default).catch(e=>{throw console.error("Error while attempting to dynamically import component EnableEditor at ./components/enable-editor.vue",e),e}),J=()=>Promise.resolve().then(()=>require("./inlined-script.b0a9d187.cjs")).then(e=>e.default).catch(e=>{throw console.error("Error while attempting to dynamically import component InlinedScript at ../inlined-script.vue",e),e}),Y=u.defineComponent({name:"content-component",components:{"enable-editor":G,"inlined-script":J,"content-styles":O,blocks:K},props:["content","customComponents","data","locale","context","apiKey","apiVersion","model","canTrack","includeRefs","enrich","classNameProp","showContent","isSsrAbTest"],data(){var e,t;return{scriptStr:i.getRenderContentScriptString({variationId:(e=this.content)==null?void 0:e.testVariationId,contentId:(t=this.content)==null?void 0:t.id}),registeredComponents:[...f(),...i.components,...this.customComponents||[]].reduce((n,{component:a,...r})=>({...n,[r.name]:{component:a,...i.serializeComponentInfo(r)}}),{}),builderContextSignal:{content:B({content:this.content,data:this.data}),localState:void 0,rootState:M({content:this.content,data:this.data,locale:this.locale}),rootSetState:this.contentSetState,context:this.context||{},apiKey:this.apiKey,apiVersion:this.apiVersion,componentInfos:[...f(),...i.components,...this.customComponents||[]].reduce((n,{component:a,...r})=>({...n,[r.name]:i.serializeComponentInfo(r)}),{}),inheritedStyles:{}},TARGET:i.TARGET}},provide(){const e=this;return{[i.ComponentsContext.key]:{registeredComponents:e.registeredComponents}}},methods:{contentSetState(e){this.builderContextSignal.rootState=e}}});var X=function(){var a,r,c,o,s,l,d;var t=this,n=t._self._c;return t._self._setupProxy,n("enable-editor",t._b({attrs:{content:t.content,model:t.model,context:t.context,apiKey:t.apiKey,canTrack:t.canTrack,locale:t.locale,includeRefs:t.includeRefs,enrich:t.enrich,classNameProp:t.classNameProp,showContent:t.showContent,builderContextSignal:t.builderContextSignal}},"enable-editor",{},!1),[t.isSsrAbTest?[n("inlined-script",{attrs:{scriptStr:t.scriptStr}})]:t._e(),t.TARGET!=="reactNative"?[n("content-styles",{attrs:{contentId:(a=t.builderContextSignal.content)==null?void 0:a.id,cssCode:(c=(r=t.builderContextSignal.content)==null?void 0:r.data)==null?void 0:c.cssCode,customFonts:(s=(o=t.builderContextSignal.content)==null?void 0:o.data)==null?void 0:s.customFonts}})]:t._e(),n("blocks",{attrs:{blocks:(d=(l=t.builderContextSignal.content)==null?void 0:l.data)==null?void 0:d.blocks,context:t.builderContextSignal,registeredComponents:t.registeredComponents}})],2)},Q=[],Z=i.normalizeComponent(Y,X,Q,!1,null,null,null,null);const ee=Z.exports;exports.default=ee;
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as p } from "vue";
2
- import { n as u, b as y, d as x, B as v, C as S, F as _, I as T, S as I, e as C, h as w, V as k, j as F, k as f, s as g, T as R, m as E } from "./index.ed62d736.js";
2
+ import { n as u, b as y, d as x, B as v, C as S, F as _, I as T, S as I, e as C, h as w, V as k, j as F, k as f, s as g, T as R, m as E } from "./index.9a42542a.js";
3
3
  const V = {
4
4
  name: "Core:Button",
5
5
  image: "https://cdn.builder.io/api/v1/image/assets%2FIsxPKMo2gPRRKeakUztj1D6uqed2%2F81a15681c3e74df09677dfc57a615b13",
@@ -783,22 +783,22 @@ const ae = ne.exports, oe = {
783
783
  ...t
784
784
  },
785
785
  meta: e == null ? void 0 : e.meta
786
- } : void 0, se = () => import("./index.ed62d736.js").then((e) => e.E).then((e) => e.default).catch((e) => {
786
+ } : void 0, se = () => import("./index.9a42542a.js").then((e) => e.E).then((e) => e.default).catch((e) => {
787
787
  throw console.error(
788
788
  "Error while attempting to dynamically import component Blocks at ../blocks/blocks.vue",
789
789
  e
790
790
  ), e;
791
- }), le = () => import("./styles.40b9604d.js").then((e) => e.default).catch((e) => {
791
+ }), le = () => import("./styles.c15a31cd.js").then((e) => e.default).catch((e) => {
792
792
  throw console.error(
793
793
  "Error while attempting to dynamically import component ContentStyles at ./components/styles.vue",
794
794
  e
795
795
  ), e;
796
- }), ce = () => import("./enable-editor.852e9797.js").then((e) => e.default).catch((e) => {
796
+ }), ce = () => import("./enable-editor.291bc6cc.js").then((e) => e.default).catch((e) => {
797
797
  throw console.error(
798
798
  "Error while attempting to dynamically import component EnableEditor at ./components/enable-editor.vue",
799
799
  e
800
800
  ), e;
801
- }), de = () => import("./inlined-script.cf733bda.js").then((e) => e.default).catch((e) => {
801
+ }), de = () => import("./inlined-script.8d01264c.js").then((e) => e.default).catch((e) => {
802
802
  throw console.error(
803
803
  "Error while attempting to dynamically import component InlinedScript at ../inlined-script.vue",
804
804
  e
@@ -1,4 +1,4 @@
1
- import { c as o } from "./index.ed62d736.js";
1
+ import { c as o } from "./index.9a42542a.js";
2
2
  const c = (s) => s.replace(/([a-z0-9]|(?=[A-Z]))([A-Z])/g, "$1-$2").toLowerCase(), n = (s) => Object.entries(s).map(([r, e]) => {
3
3
  if (typeof e == "string")
4
4
  return `${c(r)}: ${e};`;
@@ -1,4 +1,4 @@
1
- "use strict";const n=require("./index.1021dd83.cjs"),o=e=>e.replace(/([a-z0-9]|(?=[A-Z]))([A-Z])/g,"$1-$2").toLowerCase(),c=e=>Object.entries(e).map(([r,s])=>{if(typeof s=="string")return`${o(r)}: ${s};`}).filter(n.checkIsDefined),a=e=>c(e).join(`
1
+ "use strict";const n=require("./index.30399a4c.cjs"),o=e=>e.replace(/([a-z0-9]|(?=[A-Z]))([A-Z])/g,"$1-$2").toLowerCase(),c=e=>Object.entries(e).map(([r,s])=>{if(typeof s=="string")return`${o(r)}: ${s};`}).filter(n.checkIsDefined),a=e=>c(e).join(`
2
2
  `),i=({mediaQuery:e,className:t,styles:r})=>{const s=`.${t} {
3
3
  ${a(r)}
4
4
  }`;return e?`${e} {
@@ -1,8 +1,8 @@
1
- import { defineComponent as k } from "vue";
2
- import { e as m } from "./evaluate.ce05cec9.js";
3
- import { r as R, i as h, T as y, c as w, o as f, l as _, b as u, _ as g, p as E, q as U, t as I, u as T, n as P } from "./index.ed62d736.js";
4
- const M = "0.5.1", H = () => {
5
- R("insertMenu", {
1
+ import { defineComponent as R } from "vue";
2
+ import { e as m } from "./evaluate.eae5dad2.js";
3
+ import { r as k, i as h, T as y, c as w, o as f, l as _, b as u, _ as g, p as E, q as U, t as I, u as T, n as P } from "./index.9a42542a.js";
4
+ const N = "UNKNOWN_VERSION", M = () => {
5
+ k("insertMenu", {
6
6
  name: "_default",
7
7
  default: !0,
8
8
  items: [{
@@ -25,13 +25,13 @@ const M = "0.5.1", H = () => {
25
25
  });
26
26
  };
27
27
  let b = !1;
28
- const q = (n = {}) => {
28
+ const H = (n = {}) => {
29
29
  var e, t;
30
30
  b || (b = !0, h() && ((e = window.parent) == null || e.postMessage({
31
31
  type: "builder.sdkInfo",
32
32
  data: {
33
33
  target: y,
34
- version: M,
34
+ version: N,
35
35
  supportsPatchUpdates: !1,
36
36
  supportsAddBlockScoping: !0,
37
37
  supportsCustomBreakpoints: !0
@@ -96,7 +96,7 @@ const K = (n, e, t = !0) => {
96
96
  return i;
97
97
  } while (i = i.parentElement);
98
98
  return null;
99
- }, N = (n) => K(n, (e) => {
99
+ }, O = (n) => K(n, (e) => {
100
100
  const t = e.getAttribute("builder-id") || e.id;
101
101
  return Boolean((t == null ? void 0 : t.indexOf("builder-")) === 0);
102
102
  }), C = ({
@@ -108,8 +108,8 @@ const K = (n, e, t = !0) => {
108
108
  x: s,
109
109
  y: a
110
110
  };
111
- }, O = (n) => {
112
- const e = n.target, t = e && N(e), i = (t == null ? void 0 : t.getAttribute("builder-id")) || (t == null ? void 0 : t.id);
111
+ }, q = (n) => {
112
+ const e = n.target, t = e && O(e), i = (t == null ? void 0 : t.getAttribute("builder-id")) || (t == null ? void 0 : t.id);
113
113
  return {
114
114
  targetBuilderElement: i || void 0,
115
115
  metadata: {
@@ -124,7 +124,7 @@ const K = (n, e, t = !0) => {
124
124
  builderElementIndex: t && i ? [].slice.call(document.getElementsByClassName(i)).indexOf(t) : void 0
125
125
  }
126
126
  };
127
- }, j = k({
127
+ }, j = R({
128
128
  name: "enable-editor",
129
129
  props: [
130
130
  "canTrack",
@@ -161,7 +161,7 @@ const K = (n, e, t = !0) => {
161
161
  if (this.apiKey || _.error(
162
162
  "No API key provided to `RenderContent` component. This can cause issues. Please provide an API key using the `apiKey` prop."
163
163
  ), h()) {
164
- if (u() && (this.forceReRenderCount = this.forceReRenderCount + 1, window.addEventListener("message", this.processMessage), H(), q({
164
+ if (u() && (this.forceReRenderCount = this.forceReRenderCount + 1, window.addEventListener("message", this.processMessage), M(), H({
165
165
  ...this.locale ? {
166
166
  locale: this.locale
167
167
  } : {},
@@ -331,7 +331,7 @@ const K = (n, e, t = !0) => {
331
331
  contentId: o,
332
332
  apiKey: this.apiKey,
333
333
  variationId: i !== o ? i : void 0,
334
- ...O(n),
334
+ ...q(n),
335
335
  unique: !this.clicked
336
336
  });
337
337
  }
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const C=require("vue"),p=require("./evaluate.83e2fb2d.cjs"),a=require("./index.30399a4c.cjs"),v="UNKNOWN_VERSION",x=()=>{a.register("insertMenu",{name:"_default",default:!0,items:[{name:"Box"},{name:"Text"},{name:"Image"},{name:"Columns"},{name:"Core:Section"},{name:"Core:Button"},{name:"Embed"},{name:"Custom Code"}]})};let m=!1;const k=(n={})=>{var e,t;m||(m=!0,a.isBrowser()&&((e=window.parent)==null||e.postMessage({type:"builder.sdkInfo",data:{target:a.TARGET,version:v,supportsPatchUpdates:!1,supportsAddBlockScoping:!0,supportsCustomBreakpoints:!0}},"*"),(t=window.parent)==null||t.postMessage({type:"builder.updateContent",data:{options:n}},"*"),window.addEventListener("message",({data:i})=>{var o,s;if(!!(i!=null&&i.type))switch(i.type){case"builder.evaluate":{const r=i.data.text,b=i.data.arguments||[],c=i.data.id,S=new Function(r);let d,l=null;try{d=S.apply(null,b)}catch(u){l=u}l?(o=window.parent)==null||o.postMessage({type:"builder.evaluateError",data:{id:c,error:l.message}},"*"):d&&typeof d.then=="function"?d.then(u=>{var h;(h=window.parent)==null||h.postMessage({type:"builder.evaluateResult",data:{id:c,result:u}},"*")}).catch(console.error):(s=window.parent)==null||s.postMessage({type:"builder.evaluateResult",data:{result:d,id:c}},"*");break}}})))};function g(n){return Math.round(n*1e3)/1e3}const R=(n,e,t=!0)=>{if(!(n instanceof HTMLElement))return null;let i=t?n:n.parentElement;do{if(!i)return null;if(e(i))return i}while(i=i.parentElement);return null},y=n=>R(n,e=>{const t=e.getAttribute("builder-id")||e.id;return Boolean((t==null?void 0:t.indexOf("builder-"))===0)}),f=({event:n,target:e})=>{const t=e.getBoundingClientRect(),i=n.clientX-t.left,o=n.clientY-t.top,s=g(i/t.width),r=g(o/t.height);return{x:s,y:r}},w=n=>{const e=n.target,t=e&&y(e),i=(t==null?void 0:t.getAttribute("builder-id"))||(t==null?void 0:t.id);return{targetBuilderElement:i||void 0,metadata:{targetOffset:e?f({event:n,target:e}):void 0,builderTargetOffset:t?f({event:n,target:t}):void 0,builderElementIndex:t&&i?[].slice.call(document.getElementsByClassName(i)).indexOf(t):void 0}}},_=C.defineComponent({name:"enable-editor",props:["canTrack","builderContextSignal","model","context","apiKey","showContent","classNameProp","content","locale","includeRefs","enrich"],data(){return{canTrackToUse:a.checkIsDefined(this.canTrack)?this.canTrack:!0,forceReRenderCount:0,lastUpdated:0,shouldSendResetCookie:!1,httpReqsData:{},clicked:!1,builderContext:a.builderContext}},provide(){const n=this;return{[a.builderContext.key]:n.builderContextSignal}},mounted(){var n,e;if(this.apiKey||a.logger.error("No API key provided to `RenderContent` component. This can cause issues. Please provide an API key using the `apiKey` prop."),a.isBrowser()){if(a.isEditing()&&(this.forceReRenderCount=this.forceReRenderCount+1,window.addEventListener("message",this.processMessage),x(),k({...this.locale?{locale:this.locale}:{},...this.includeRefs?{includeRefs:this.includeRefs}:{},...this.enrich?{enrich:this.enrich}:{}}),Object.values(this.builderContextSignal.componentInfos).forEach(t=>{var o;const i=a.createRegisterComponentMessage(t);(o=window.parent)==null||o.postMessage(i,"*")}),window.addEventListener("builder:component:stateChangeListenerActivated",this.emitStateUpdate)),this.builderContextSignal.content){const t=(n=this.builderContextSignal.content)==null?void 0:n.testVariationId,i=(e=this.builderContextSignal.content)==null?void 0:e.id;a._track({type:"impression",canTrack:this.canTrackToUse,contentId:i,apiKey:this.apiKey,variationId:t!==i?t:void 0})}if(a.isPreviewing()){const t=new URL(location.href).searchParams,i=t.get("builder.preview"),o=t.get(`builder.preview.${i}`),s=t.get("apiKey")||t.get("builder.space");i===this.model&&s===this.apiKey&&(!this.content||o===this.content.id)&&a.getContent({model:this.model,apiKey:this.apiKey,apiVersion:this.builderContextSignal.apiVersion}).then(r=>{r&&this.mergeNewContent(r)})}this.evaluateJsCode(),this.runHttpRequests(),this.emitStateUpdate()}},watch:{onUpdateHook0:{handler(){this.content&&this.mergeNewContent(this.content)},immediate:!0},onUpdateHook1:{handler(){},immediate:!0},onUpdateHook2:{handler(){this.evaluateJsCode()},immediate:!0},onUpdateHook3:{handler(){this.runHttpRequests()},immediate:!0},onUpdateHook4:{handler(){this.emitStateUpdate()},immediate:!0}},unmounted(){a.isBrowser()&&(window.removeEventListener("message",this.processMessage),window.removeEventListener("builder:component:stateChangeListenerActivated",this.emitStateUpdate))},computed:{onUpdateHook0(){return{0:this.content}},onUpdateHook1(){return{0:this.shouldSendResetCookie}},onUpdateHook2(){var n,e;return{0:(e=(n=this.builderContextSignal.content)==null?void 0:n.data)==null?void 0:e.jsCode,1:this.builderContextSignal.rootState}},onUpdateHook3(){var n,e;return{0:(e=(n=this.builderContextSignal.content)==null?void 0:n.data)==null?void 0:e.httpRequests}},onUpdateHook4(){return{0:this.builderContextSignal.rootState}}},methods:{mergeNewContent(n){var t,i,o,s,r;const e={...this.builderContextSignal.content,...n,data:{...(t=this.builderContextSignal.content)==null?void 0:t.data,...n==null?void 0:n.data},meta:{...(i=this.builderContextSignal.content)==null?void 0:i.meta,...n==null?void 0:n.meta,breakpoints:((o=n==null?void 0:n.meta)==null?void 0:o.breakpoints)||((r=(s=this.builderContextSignal.content)==null?void 0:s.meta)==null?void 0:r.breakpoints)}};this.builderContextSignal.content=e},processMessage(n){var t;const{data:e}=n;if(e)switch(e.type){case"builder.configureSdk":{const i=e.data,{breakpoints:o,contentId:s}=i;if(!s||s!==((t=this.builderContextSignal.content)==null?void 0:t.id))return;o&&this.mergeNewContent({meta:{breakpoints:o}}),this.forceReRenderCount=this.forceReRenderCount+1;break}case"builder.contentUpdate":{const i=e.data,o=i.key||i.alias||i.entry||i.modelName,s=i.data;o===this.model&&(this.mergeNewContent(s),this.forceReRenderCount=this.forceReRenderCount+1);break}}},evaluateJsCode(){var e,t;const n=(t=(e=this.builderContextSignal.content)==null?void 0:e.data)==null?void 0:t.jsCode;n&&p.evaluate({code:n,context:this.context||{},localState:void 0,rootState:this.builderContextSignal.rootState,rootSetState:this.builderContextSignal.rootSetState})},onClick(n){var e,t;if(this.builderContextSignal.content){const i=(e=this.builderContextSignal.content)==null?void 0:e.testVariationId,o=(t=this.builderContextSignal.content)==null?void 0:t.id;a._track({type:"click",canTrack:this.canTrackToUse,contentId:o,apiKey:this.apiKey,variationId:i!==o?i:void 0,...w(n),unique:!this.clicked})}this.clicked||(this.clicked=!0)},evalExpression(n){return n.replace(/{{([^}]+)}}/g,(e,t)=>p.evaluate({code:t,context:this.context||{},localState:void 0,rootState:this.builderContextSignal.rootState,rootSetState:this.builderContextSignal.rootSetState}))},handleRequest({url:n,key:e}){a.fetch(n).then(t=>t.json()).then(t=>{var o,s;const i={...this.builderContextSignal.rootState,[e]:t};(s=(o=this.builderContextSignal).rootSetState)==null||s.call(o,i),this.httpReqsData[e]=!0}).catch(t=>{console.error("error fetching dynamic data",n,t)})},runHttpRequests(){var e,t,i;const n=(i=(t=(e=this.builderContextSignal.content)==null?void 0:e.data)==null?void 0:t.httpRequests)!=null?i:{};Object.entries(n).forEach(([o,s])=>{if(s&&(!this.httpReqsData[o]||a.isEditing())){const r=this.evalExpression(s);this.handleRequest({url:r,key:o})}})},emitStateUpdate(){a.isEditing()&&window.dispatchEvent(new CustomEvent("builder:component:stateChange",{detail:{state:this.builderContextSignal.rootState,ref:{name:this.model}}}))},_classStringToObject(n){const e={};if(typeof n!="string")return e;const t=n.trim().split(/\s+/);for(const i of t)e[i]=!0;return e}}});var E=function(){var i;var e=this,t=e._self._c;return e._self._setupProxy,e.builderContextSignal.content?t("div",e._b({key:e.forceReRenderCount,ref:"elementRef",class:e._classStringToObject(e.classNameProp),attrs:{"builder-content-id":(i=e.builderContextSignal.content)==null?void 0:i.id,"builder-model":e.model},on:{click:function(o){return e.onClick(o)}}},"div",{...e.showContent?{}:{hidden:!0,"aria-hidden":!0}},!1),[e._t("default")],2):e._e()},U=[],I=a.normalizeComponent(_,E,U,!1,null,null,null,null);const T=I.exports;exports.default=T;
@@ -0,0 +1,4 @@
1
+ "use strict";const s=require("./index.30399a4c.cjs");function a(){const r=()=>{var e;return typeof process<"u"&&((e=process==null?void 0:process.versions)==null?void 0:e.node)};return!s.isBrowser()&&!r()}let g;a()&&Promise.resolve().then(()=>require("./non-node-runtime.2bbed913.cjs")).then(r=>{g=r.runInNonNode}).catch(r=>{const e="Error importing JS interpreter for non-Node.js runtimes. Make sure `js-interpreter` is installed.\n Read more here: https://github.com/BuilderIO/builder/tree/main/packages/sdks/README.md#non-nodejs-runtimes-edge-serverless\n ";s.logger.error(e,r),g=(...i)=>{s.logger.error(e)}});function w({code:r,context:e,localState:i,rootState:t,rootSetState:n,event:u,isExpression:o=!0}){if(r===""){s.logger.warn("Skipping evaluation of empty code block.");return}const d={isEditing:s.isEditing(),isBrowser:s.isBrowser(),isServer:!s.isBrowser()},c={useCode:o&&!(r.includes(";")||r.includes(" return ")||r.trim().startsWith("return "))?`return (${r});`:r,builder:d,context:e,event:u,rootSetState:n,rootState:t,localState:i};return s.isBrowser()?f(c):a()?g(c):h(c)}const f=({useCode:r,builder:e,context:i,event:t,localState:n,rootSetState:u,rootState:o})=>{const d=m(o,n,u);try{return new Function("builder","Builder","state","context","event",r)(e,e,d,i,t)}catch(l){s.logger.warn(`Builder custom code error:
2
+ While Evaluating:
3
+ `,r,`
4
+ `,l)}},h=r=>f(r);function m(r,e,i){if(r===e)throw new Error("rootState === localState");return new Proxy(r,{get:(t,n)=>e&&n in e?e[n]:r[n],set:(t,n,u)=>{if(e&&n in e)throw new Error("Writing to local state is not allowed as it is read-only.");return r[n]=u,i==null||i(r),!0}})}exports.evaluate=w;