@builder.io/sdk-react-nextjs 0.16.8 → 0.16.10

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 (37) hide show
  1. package/lib/browser/blocks-exports.cjs +20 -20
  2. package/lib/browser/blocks-exports.mjs +295 -284
  3. package/lib/browser/index.cjs +1 -1
  4. package/lib/browser/index.mjs +1 -1
  5. package/lib/browser/init.cjs +1 -1
  6. package/lib/browser/init.mjs +1 -1
  7. package/lib/browser/{server-entry-30b63436.js → server-entry-2ebaabac.js} +1 -1
  8. package/lib/{node/server-entry-89b4c0d0.cjs → browser/server-entry-70af6805.cjs} +1 -1
  9. package/lib/browser/server-entry.cjs +1 -1
  10. package/lib/browser/server-entry.mjs +1 -1
  11. package/lib/edge/blocks-exports.cjs +28 -28
  12. package/lib/edge/blocks-exports.mjs +599 -588
  13. package/lib/edge/index.cjs +1 -1
  14. package/lib/edge/index.mjs +1 -1
  15. package/lib/edge/init.cjs +1 -1
  16. package/lib/edge/init.mjs +1 -1
  17. package/lib/{node/server-entry-30b63436.js → edge/server-entry-2ebaabac.js} +1 -1
  18. package/lib/{browser/server-entry-89b4c0d0.cjs → edge/server-entry-70af6805.cjs} +1 -1
  19. package/lib/edge/server-entry.cjs +1 -1
  20. package/lib/edge/server-entry.mjs +1 -1
  21. package/lib/node/blocks-exports.cjs +20 -20
  22. package/lib/node/blocks-exports.mjs +292 -281
  23. package/lib/node/index.cjs +1 -1
  24. package/lib/node/index.mjs +2 -2
  25. package/lib/node/init.cjs +1 -1
  26. package/lib/node/init.mjs +2 -2
  27. package/lib/node/{node-runtime-c36924d7.js → node-runtime-74db042b.js} +1 -1
  28. package/lib/node/{node-runtime-60abefbd.cjs → node-runtime-df244bfe.cjs} +1 -1
  29. package/lib/{edge/server-entry-30b63436.js → node/server-entry-2ebaabac.js} +1 -1
  30. package/lib/{edge/server-entry-89b4c0d0.cjs → node/server-entry-70af6805.cjs} +1 -1
  31. package/lib/node/server-entry.cjs +1 -1
  32. package/lib/node/server-entry.mjs +1 -1
  33. package/package.json +3 -2
  34. package/types/cjs/blocks/slot/slot.d.ts +2 -2
  35. package/types/cjs/constants/sdk-version.d.ts +1 -1
  36. package/types/esm/blocks/slot/slot.d.ts +2 -2
  37. package/types/esm/constants/sdk-version.d.ts +1 -1
@@ -1,16 +1,16 @@
1
- "use client";"use strict";var Be=Object.defineProperty;var Ae=(e,t,n)=>t in e?Be(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n;var z=(e,t,n)=>(Ae(e,typeof t!="symbol"?t+"":t,n),n);Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("react/jsx-runtime"),u=require("./server-entry-89b4c0d0.cjs");require("lru-cache");const p=require("react"),We=require("next/navigation"),Ne=new Set(["area","base","br","col","embed","hr","img","input","keygen","link","meta","param","source","track","wbr"]),Ve=e=>typeof e=="string"&&Ne.has(e.toLowerCase());function J(e){return a.jsx(a.Fragment,{children:Ve(e.TagName)?a.jsx(a.Fragment,{children:a.jsx(e.TagName,{...e.attributes,...e.actionAttributes})}):a.jsx(a.Fragment,{children:typeof e.TagName=="string"?a.jsx(e.TagName,{...e.attributes,...e.actionAttributes,children:e.children}):a.jsx(e.TagName,{...e.attributes,...e.actionAttributes,children:e.children})})})}const $=()=>{switch(u.TARGET){case"react":case"reactNative":case"rsc":return"className";case"svelte":case"vue":case"solid":case"qwik":case"angular":return"class"}};function ue(e){function t(){return{...e.attributes,[$()]:`${e.link?"":"builder-button"} ${e.attributes[$()]||""}`,...e.link?{href:e.link,target:e.openLinkInNewTab?"_blank":void 0,role:"link"}:{role:"button"}}}return a.jsx(J,{attributes:t(),TagName:e.link?e.builderLinkComponent||"a":"button",actionAttributes:{},children:e.text})}function Fe(e){var t;return{...(t=e.component)==null?void 0:t.options,...e.options}}function $e(e,...t){const n=Object.assign({},e);for(const i of t)delete n[i];return n}const Le=({builder:e,context:t,event:n,state:i})=>Object.entries({state:i,Builder:e,builder:e,context:t,event:n}),Oe=()=>({isEditing:u.isEditing(),isBrowser:u.isBrowser(),isServer:!u.isBrowser(),getUserAttributes:()=>u.getUserAttributes()}),De=(e,{isExpression:t=!0})=>t&&!(e.includes(";")||e.includes(" return ")||e.trim().startsWith("return "))?`return (${e});`:e,ne=({code:e,builder:t,context:n,event:i,localState:o,rootSetState:r,rootState:c})=>{const s=Le({builder:t,context:n,event:i,state:me({rootState:c,localState:o,rootSetState:r})});return new Function(...s.map(([l])=>l),e)(...s.map(([,l])=>l))};function me({rootState:e,localState:t,rootSetState:n}){return new Proxy(e,{get:(i,o)=>{if(t&&o in t)return t[o];const r=i[o];return typeof r=="object"&&r!==null?me({rootState:r,localState:void 0,rootSetState:n?c=>{i[o]=c,n(i)}:void 0}):r},set:(i,o,r)=>{if(t&&o in t)throw new Error("Writing to local state is not allowed as it is read-only.");return i[o]=r,n==null||n(i),!0}})}function _e(){var e;return typeof process!="undefined"&&u.checkIsDefined((e=process==null?void 0:process.versions)==null?void 0:e.node)}const He=()=>{var i;if(!_e())return!1;const e=process.arch==="arm64",t=process.version.startsWith("v20"),n=(i=process.env.NODE_OPTIONS)==null?void 0:i.includes("--no-node-snapshot");return e&&t&&!n?(u.logger.log("Skipping usage of `isolated-vm` to avoid crashes in Node v20 on an arm64 machine.\n If you would like to use the `isolated-vm` package on this machine, please provide the `NODE_OPTIONS=--no-node-snapshot` config to your Node process.\n See https://github.com/BuilderIO/builder/blob/main/packages/sdks/README.md#node-v20--m1-macs-apple-silicon-support for more information.\n "),!0):!1},Ue=e=>(u.isBrowser()||He(),ne(e)),Me=!0,B=class B{static getCacheKey(t){return JSON.stringify({...t,event:t.event?Math.random():void 0})}static getCachedValue(t){return B.cache.get(t)}static setCachedValue(t,n){B.cache.size>20&&B.cache.delete(B.cache.keys().next().value),B.cache.set(t,{value:n})}};z(B,"cacheLimit",20),z(B,"cache",new Map);let W=B;function N({code:e,context:t,localState:n,rootState:i,rootSetState:o,event:r,isExpression:c=!0,enableCache:s}){if(e==="")return;const l={code:De(e,{isExpression:c}),builder:Oe(),context:t,event:r,rootSetState:o,rootState:i,localState:n};if(s&&!Me){const d=W.getCacheKey(l),m=W.getCachedValue(d);if(m)return m.value}try{const d=Ue(l);if(s){const m=W.getCacheKey(l);W.setCachedValue(m,d)}return d}catch(d){u.logger.error("Failed code evaluation: "+d.message,{code:e});return}}const Q=e=>JSON.parse(JSON.stringify(e)),Ke=(e,t,n)=>{if(Object(e)!==e)return e;const i=Array.isArray(t)?t:t.toString().match(/[^.[\]]+/g);return i.slice(0,-1).reduce((o,r,c)=>Object(o[r])===o[r]?o[r]:o[r]=Math.abs(Number(i[c+1]))>>0===+i[c+1]?[]:{},e)[i[i.length-1]]=n,e};function Y(e){if(e===null||typeof e!="object")return e;if(Array.isArray(e))return e.map(n=>Y(n));if(e["@type"]==="@builder.io/sdk:Element")return e;const t={};for(const n in e)n!=="meta"&&Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=Y(e[n]));return t}const ze=["svelte","vue","angular","qwik","solid"].includes(u.TARGET),qe=e=>{if(ze){const t=Q(e);return{...t,properties:{...t.properties},actions:{...t.actions}}}else{const t=Y($e(e,"children","meta"));return{...t,properties:{...t.properties},actions:{...t.actions},children:e.children,meta:e.meta}}},Ye=({block:e,context:t,localState:n,rootState:i,rootSetState:o})=>{if(!e.bindings)return e;const r=qe(e);for(const c in e.bindings){const s=e.bindings[c],l=N({code:s,localState:n,rootState:i,rootSetState:o,context:t,enableCache:!0});Ke(r,c,l)}return r};function Ge({block:e,context:t,shouldEvaluateBindings:n,localState:i,rootState:o,rootSetState:r}){const c=e;return n?Ye({block:c,localState:i,rootState:o,rootSetState:r,context:t}):c}const X=e=>e?e.replace(/([a-z0-9]|(?=[A-Z]))([A-Z])/g,"$1-$2").toLowerCase():"",fe=e=>Object.entries(e).map(([n,i])=>{if(typeof i=="string")return`${X(n)}: ${i};`}).filter(u.checkIsDefined),Je=e=>fe(e).join(`
1
+ "use client";"use strict";var Ae=Object.defineProperty;var We=(e,t,n)=>t in e?Ae(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n;var z=(e,t,n)=>(We(e,typeof t!="symbol"?t+"":t,n),n);Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("react/jsx-runtime"),u=require("./server-entry-70af6805.cjs");require("lru-cache");const p=require("react"),Ne=require("next/navigation"),Ve=new Set(["area","base","br","col","embed","hr","img","input","keygen","link","meta","param","source","track","wbr"]),Fe=e=>typeof e=="string"&&Ve.has(e.toLowerCase());function J(e){return a.jsx(a.Fragment,{children:Fe(e.TagName)?a.jsx(a.Fragment,{children:a.jsx(e.TagName,{...e.attributes,...e.actionAttributes})}):a.jsx(a.Fragment,{children:typeof e.TagName=="string"?a.jsx(e.TagName,{...e.attributes,...e.actionAttributes,children:e.children}):a.jsx(e.TagName,{...e.attributes,...e.actionAttributes,children:e.children})})})}const $=()=>{switch(u.TARGET){case"react":case"reactNative":case"rsc":return"className";case"svelte":case"vue":case"solid":case"qwik":case"angular":return"class"}};function me(e){function t(){return{...e.attributes,[$()]:`${e.link?"":"builder-button"} ${e.attributes[$()]||""}`,...e.link?{href:e.link,target:e.openLinkInNewTab?"_blank":void 0,role:"link"}:{role:"button"}}}return a.jsx(J,{attributes:t(),TagName:e.link?e.builderLinkComponent||"a":"button",actionAttributes:{},children:e.text})}function $e(e){var t;return{...(t=e.component)==null?void 0:t.options,...e.options}}function Le(e,...t){const n=Object.assign({},e);for(const i of t)delete n[i];return n}const Oe=({builder:e,context:t,event:n,state:i})=>Object.entries({state:i,Builder:e,builder:e,context:t,event:n}),De=()=>({isEditing:u.isEditing(),isBrowser:u.isBrowser(),isServer:!u.isBrowser(),getUserAttributes:()=>u.getUserAttributes()}),_e=(e,{isExpression:t=!0})=>t&&!(e.includes(";")||e.includes(" return ")||e.trim().startsWith("return "))?`return (${e});`:e,ne=({code:e,builder:t,context:n,event:i,localState:o,rootSetState:r,rootState:c})=>{const s=Oe({builder:t,context:n,event:i,state:fe({rootState:c,localState:o,rootSetState:r})});return new Function(...s.map(([l])=>l),e)(...s.map(([,l])=>l))};function fe({rootState:e,localState:t,rootSetState:n}){return new Proxy(e,{get:(i,o)=>{if(t&&o in t)return t[o];const r=i[o];return typeof r=="object"&&r!==null?fe({rootState:r,localState:void 0,rootSetState:n?c=>{i[o]=c,n(i)}:void 0}):r},set:(i,o,r)=>{if(t&&o in t)throw new Error("Writing to local state is not allowed as it is read-only.");return i[o]=r,n==null||n(i),!0}})}function He(){var e;return typeof process!="undefined"&&u.checkIsDefined((e=process==null?void 0:process.versions)==null?void 0:e.node)}const Ue=()=>{var i;if(!He())return!1;const e=process.arch==="arm64",t=process.version.startsWith("v20"),n=(i=process.env.NODE_OPTIONS)==null?void 0:i.includes("--no-node-snapshot");return e&&t&&!n?(u.logger.log("Skipping usage of `isolated-vm` to avoid crashes in Node v20 on an arm64 machine.\n If you would like to use the `isolated-vm` package on this machine, please provide the `NODE_OPTIONS=--no-node-snapshot` config to your Node process.\n See https://github.com/BuilderIO/builder/blob/main/packages/sdks/README.md#node-v20--m1-macs-apple-silicon-support for more information.\n "),!0):!1},Me=e=>(u.isBrowser()||Ue(),ne(e)),Ke=!0,B=class B{static getCacheKey(t){return JSON.stringify({...t,event:t.event?Math.random():void 0})}static getCachedValue(t){return B.cache.get(t)}static setCachedValue(t,n){B.cache.size>20&&B.cache.delete(B.cache.keys().next().value),B.cache.set(t,{value:n})}};z(B,"cacheLimit",20),z(B,"cache",new Map);let W=B;function N({code:e,context:t,localState:n,rootState:i,rootSetState:o,event:r,isExpression:c=!0,enableCache:s}){if(e==="")return;const l={code:_e(e,{isExpression:c}),builder:De(),context:t,event:r,rootSetState:o,rootState:i,localState:n};if(s&&!Ke){const d=W.getCacheKey(l),m=W.getCachedValue(d);if(m)return m.value}try{const d=Me(l);if(s){const m=W.getCacheKey(l);W.setCachedValue(m,d)}return d}catch(d){u.logger.error("Failed code evaluation: "+d.message,{code:e});return}}const Q=e=>JSON.parse(JSON.stringify(e)),ze=(e,t,n)=>{if(Object(e)!==e)return e;const i=Array.isArray(t)?t:t.toString().match(/[^.[\]]+/g);return i.slice(0,-1).reduce((o,r,c)=>Object(o[r])===o[r]?o[r]:o[r]=Math.abs(Number(i[c+1]))>>0===+i[c+1]?[]:{},e)[i[i.length-1]]=n,e};function Y(e){if(e===null||typeof e!="object")return e;if(Array.isArray(e))return e.map(n=>Y(n));if(e["@type"]==="@builder.io/sdk:Element")return e;const t={};for(const n in e)n!=="meta"&&Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=Y(e[n]));return t}const qe=["svelte","vue","angular","qwik","solid"].includes(u.TARGET),Ye=e=>{if(qe){const t=Q(e);return{...t,properties:{...t.properties},actions:{...t.actions}}}else{const t=Y(Le(e,"children","meta"));return{...t,properties:{...t.properties},actions:{...t.actions},children:e.children,meta:e.meta}}},Ge=({block:e,context:t,localState:n,rootState:i,rootSetState:o})=>{if(!e.bindings)return e;const r=Ye(e);for(const c in e.bindings){const s=e.bindings[c],l=N({code:s,localState:n,rootState:i,rootSetState:o,context:t,enableCache:!0});ze(r,c,l)}return r};function Je({block:e,context:t,shouldEvaluateBindings:n,localState:i,rootState:o,rootSetState:r}){const c=e;return n?Ge({block:c,localState:i,rootState:o,rootSetState:r,context:t}):c}const X=e=>e?e.replace(/([a-z0-9]|(?=[A-Z]))([A-Z])/g,"$1-$2").toLowerCase():"",he=e=>Object.entries(e).map(([n,i])=>{if(typeof i=="string")return`${X(n)}: ${i};`}).filter(u.checkIsDefined),Qe=e=>he(e).join(`
2
2
  `),O=({mediaQuery:e,className:t,styles:n})=>{const i=`.${t} {
3
- ${Je(n)}
3
+ ${Qe(n)}
4
4
  }`;return e?`${e} {
5
5
  ${i}
6
- }`:i};function Qe({style:e}){return e}const Xe=({block:e,context:t})=>he(Qe({style:e.style||{},context:t,block:e}));function he(e){switch(u.TARGET){case"svelte":case"vue":case"solid":case"angular":return fe(e).join(" ");case"qwik":case"reactNative":case"react":case"rsc":return e}}const Ze=({block:e,registeredComponents:t})=>{var o;const n=(o=e.component)==null?void 0:o.name;if(!n)return null;const i=t[n];if(i)return i;console.warn(`
6
+ }`:i};function Xe({style:e}){return e}const Ze=({block:e,context:t})=>ge(Xe({style:e.style||{},context:t,block:e}));function ge(e){switch(u.TARGET){case"svelte":case"vue":case"solid":case"angular":return he(e).join(" ");case"qwik":case"reactNative":case"react":case"rsc":return e}}const et=({block:e,registeredComponents:t})=>{var o;const n=(o=e.component)==null?void 0:o.name;if(!n)return null;const i=t[n];if(i)return i;console.warn(`
7
7
  Could not find a registered component named "${n}".
8
- If you registered it, is the file that registered it imported by the file that needs to render it?`)},et=({block:e,context:t})=>{const{repeat:n,...i}=e;if(!(n!=null&&n.collection))return;const o=N({code:n.collection,localState:t.localState,rootState:t.rootState,rootSetState:t.rootSetState,context:t.context,enableCache:!0});if(!Array.isArray(o))return;const r=n.collection.split(".").pop(),c=n.itemName||(r?r+"Item":"item");return o.map((l,d)=>({context:{...t,localState:{...t.localState,$index:d,$item:l,[c]:l,[`$${c}Index`]:d}},block:i}))},tt=(e,t)=>{var n;return(n=e==null?void 0:e.shouldReceiveBuilderProps)!=null&&n.builderLinkComponent?{builderLinkComponent:t}:{}},nt=(e,t)=>{var n;return(n=e==null?void 0:e.shouldReceiveBuilderProps)!=null&&n.builderComponents?{builderComponents:t}:{}},it=(e,t)=>{var n;return(n=e==null?void 0:e.shouldReceiveBuilderProps)!=null&&n.builderBlock?{builderBlock:t}:{}},ot=(e,t)=>{var n;return(n=e==null?void 0:e.shouldReceiveBuilderProps)!=null&&n.builderContext?{builderContext:t}:{}},ge={small:{min:320,default:321,max:640},medium:{min:641,default:642,max:991},large:{min:990,default:991,max:1200}},ie=(e,t=ge)=>`@media (max-width: ${t[e].max}px)`,be=({small:e,medium:t})=>{const n=Q(ge);if(!e||!t)return n;const i=Math.floor(e/2);n.small={max:e,min:i,default:i+1};const o=n.small.max+1;n.medium={max:t,min:o,default:o+1};const r=n.medium.max+1;return n.large={max:2e3,min:r,default:r+1},n};function _(e){return a.jsx("style",{dangerouslySetInnerHTML:{__html:e.styles},"data-id":e.id,nonce:e.nonce})}function at(e){const t=function(){const o=e.block;return u.checkIsDefined(o.hide)?!o.hide:u.checkIsDefined(o.show)?o.show:!0},n=function(){var v,y,I;const o=e.block,r=o.responsiveStyles,c=e.context.content,s=be(((v=c==null?void 0:c.meta)==null?void 0:v.breakpoints)||{}),l=r==null?void 0:r.large,d=r==null?void 0:r.medium,m=r==null?void 0:r.small,f=o.id;if(!f)return"";const h=l?O({className:f,styles:l}):"",C=d?O({className:f,styles:d,mediaQuery:ie("medium",s)}):"",w=m?O({className:f,styles:m,mediaQuery:ie("small",s)}):"",b=o.animations&&o.animations.find(R=>R.trigger==="hover");let E="";if(b){const R=((I=(y=b.steps)==null?void 0:y[1])==null?void 0:I.styles)||{};E=O({className:`${f}:hover`,styles:{...R,transition:`all ${b.duration}s ${X(b.easing)}`,transitionDelay:b.delay?`${b.delay}s`:"0s"}})||""}return[h,C,w,E].join(" ")};return a.jsx(a.Fragment,{children:n()&&t()?a.jsx(a.Fragment,{children:a.jsx(_,{id:"builderio-block",styles:n(),nonce:e.context.nonce})}):null})}function rt(e){return e.charAt(0).toUpperCase()+e.slice(1)}const ct=e=>`on${rt(e)}`,lt=(e,t)=>n=>N({code:e,context:t.context,localState:t.localState,rootState:t.rootState,rootSetState:t.rootSetState,event:n,isExpression:!1,enableCache:!0});function xe(e){var i;const t={},n=(i=e.block.actions)!=null?i:{};for(const o in n){if(!n.hasOwnProperty(o))continue;const r=n[o];let c=ct(o);if(e.stripPrefix)switch(u.TARGET){case"vue":c=c.replace("v-on:","");break;case"svelte":c=c.replace("on:","");break}t[c]=lt(r,e)}return t}function st({properties:e}){return e}const dt=e=>({href:e.href});function Z({block:e,context:t}){var i;const n={...dt(e),...e.properties,"builder-id":e.id,style:Xe({block:e,context:t}),[$()]:[e.id,"builder-block",e.class,(i=e.properties)==null?void 0:i.class].filter(Boolean).join(" ")};return st({properties:n,context:t,block:e})}function ut(e){return a.jsx(J,{TagName:e.Wrapper,attributes:Z({block:e.block,context:e.context}),actionAttributes:xe({block:e.block,rootState:e.context.rootState,rootSetState:e.context.rootSetState,localState:e.context.localState,context:e.context.context,stripPrefix:!0}),children:e.children})}function mt(e){function t(){return e.includeBlockProps?{...Z({block:e.block,context:e.context}),...xe({block:e.block,rootState:e.context.rootState,rootSetState:e.context.rootSetState,localState:e.context.localState,context:e.context.context})}:{}}return a.jsx(e.Wrapper,{...e.wrapperProps,attributes:t(),children:e.children})}const ft=({componentOptions:e,builderBlock:t,context:n,componentRef:i,includeBlockProps:o,isInteractive:r,contextValue:c})=>{const s={...e,...o?{attributes:Z({block:t,context:c})}:{}};return r?{Wrapper:i,block:t,context:n,wrapperProps:e,includeBlockProps:o}:s};function oe(e){var n;const t=e.isInteractive?mt:e.componentRef;return a.jsx(a.Fragment,{children:e.componentRef?a.jsx(a.Fragment,{children:a.jsx(t,{...ft({componentOptions:e.componentOptions,builderBlock:e.builderBlock,context:e.context,componentRef:e.componentRef,linkComponent:e.linkComponent,includeBlockProps:e.includeBlockProps,isInteractive:e.isInteractive,contextValue:e.context}),children:(n=e.blockChildren)==null?void 0:n.map(i=>a.jsx(H,{block:i,context:e.context,registeredComponents:e.registeredComponents,linkComponent:e.linkComponent},i.id))})}):null})}function ht(e){const t=e.repeatContext;return a.jsx(H,{block:e.block,context:t,registeredComponents:e.registeredComponents,linkComponent:e.linkComponent})}function H(e){var d,m,f;const t=function(){return et({block:e.block,context:e.context})},n={value:null,update:!1},i=function(){var w;if(n.value&&!n.update&&!u.isPreviewing())return n.value;const C=(w=e.block.repeat)!=null&&w.collection?e.block:Ge({block:e.block,localState:e.context.localState,rootState:e.context.rootState,rootSetState:e.context.rootSetState,context:e.context.context,shouldEvaluateBindings:!0});return n.value=C,n.update=!1,C},o=function(){return Ze({block:i(),registeredComponents:e.registeredComponents})},r=function(){var w;return e.block.tagName==="a"||((w=i().properties)==null?void 0:w.href)||i().href?e.linkComponent||"a":e.block.tagName||"div"},c=function(){var b,E;if((b=e.block.repeat)!=null&&b.collection)return!!((E=t())!=null&&E.length);const C="hide"in i()?i().hide:!1;return("show"in i()?i().show:!0)&&!C},s=function(){var w,b;return!((w=o())!=null&&w.component)&&!t()?(b=i().children)!=null?b:[]:[]},l=function(){var C,w,b,E;return{blockChildren:(C=i().children)!=null?C:[],componentRef:(w=o())==null?void 0:w.component,componentOptions:{...Fe(i()),...it(o(),i()),...ot(o(),e.context),...tt(o(),e.linkComponent),...nt(o(),e.registeredComponents)},context:e.context,linkComponent:e.linkComponent,registeredComponents:e.registeredComponents,builderBlock:i(),includeBlockProps:((b=o())==null?void 0:b.noWrap)===!0,isInteractive:!((E=o())!=null&&E.isRSC&&u.TARGET==="rsc")}};return a.jsx(a.Fragment,{children:c()?a.jsxs(a.Fragment,{children:[a.jsx(at,{block:i(),context:e.context}),(d=o())!=null&&d.noWrap?a.jsx(a.Fragment,{children:a.jsx(oe,{componentRef:l().componentRef,componentOptions:l().componentOptions,blockChildren:l().blockChildren,context:l().context,registeredComponents:l().registeredComponents,linkComponent:l().linkComponent,builderBlock:l().builderBlock,includeBlockProps:l().includeBlockProps,isInteractive:l().isInteractive})}):a.jsx(a.Fragment,{children:t()?a.jsx(a.Fragment,{children:(f=t())==null?void 0:f.map((h,C)=>a.jsx(ht,{repeatContext:h.context,block:h.block,registeredComponents:e.registeredComponents,linkComponent:e.linkComponent},C))}):a.jsxs(ut,{Wrapper:r(),block:i(),context:e.context,children:[a.jsx(oe,{componentRef:l().componentRef,componentOptions:l().componentOptions,blockChildren:l().blockChildren,context:l().context,registeredComponents:l().registeredComponents,linkComponent:l().linkComponent,builderBlock:l().builderBlock,includeBlockProps:l().includeBlockProps,isInteractive:l().isInteractive}),(m=s())==null?void 0:m.map(h=>a.jsx(H,{block:h,registeredComponents:e.registeredComponents,linkComponent:e.linkComponent,context:e.context},h.id))]})})]}):null})}function gt(e){const t=p.useRef(null);function n(){var r;return"builder-blocks"+((r=e.blocks)!=null&&r.length?"":" no-blocks")}function i(){var r,c;u.isEditing()&&!((r=e.blocks)!=null&&r.length)&&((c=window.parent)==null||c.postMessage({type:"builder.clickEmptyBlocks",data:{parentElementId:e.parent,dataPath:e.path}},"*"))}function o(){var r,c;u.isEditing()&&!((r=e.blocks)!=null&&r.length)&&((c=window.parent)==null||c.postMessage({type:"builder.hoverEmptyBlocks",data:{parentElementId:e.parent,dataPath:e.path}},"*"))}return p.useEffect(()=>{},[]),a.jsxs(a.Fragment,{children:[a.jsx(e.BlocksWrapper,{ref:t,className:n()+" props-blocks-wrapper-51ef31b4","builder-path":e.path,"builder-parent-id":e.parent,style:e.styleProp,onClick:r=>i(),onMouseEnter:r=>o(),onKeyPress:r=>i(),...e.BlocksWrapperProps,children:e.children}),a.jsx("style",{children:`.props-blocks-wrapper-51ef31b4 {
8
+ If you registered it, is the file that registered it imported by the file that needs to render it?`)},tt=({block:e,context:t})=>{const{repeat:n,...i}=e;if(!(n!=null&&n.collection))return;const o=N({code:n.collection,localState:t.localState,rootState:t.rootState,rootSetState:t.rootSetState,context:t.context,enableCache:!0});if(!Array.isArray(o))return;const r=n.collection.split(".").pop(),c=n.itemName||(r?r+"Item":"item");return o.map((l,d)=>({context:{...t,localState:{...t.localState,$index:d,$item:l,[c]:l,[`$${c}Index`]:d}},block:i}))},nt=(e,t)=>{var n;return(n=e==null?void 0:e.shouldReceiveBuilderProps)!=null&&n.builderLinkComponent?{builderLinkComponent:t}:{}},it=(e,t)=>{var n;return(n=e==null?void 0:e.shouldReceiveBuilderProps)!=null&&n.builderComponents?{builderComponents:t}:{}},ot=(e,t)=>{var n;return(n=e==null?void 0:e.shouldReceiveBuilderProps)!=null&&n.builderBlock?{builderBlock:t}:{}},at=(e,t)=>{var n;return(n=e==null?void 0:e.shouldReceiveBuilderProps)!=null&&n.builderContext?{builderContext:t}:{}},be={small:{min:320,default:321,max:640},medium:{min:641,default:642,max:991},large:{min:990,default:991,max:1200}},ie=(e,t=be)=>`@media (max-width: ${t[e].max}px)`,xe=({small:e,medium:t})=>{const n=Q(be);if(!e||!t)return n;const i=Math.floor(e/2);n.small={max:e,min:i,default:i+1};const o=n.small.max+1;n.medium={max:t,min:o,default:o+1};const r=n.medium.max+1;return n.large={max:2e3,min:r,default:r+1},n};function _(e){return a.jsx("style",{dangerouslySetInnerHTML:{__html:e.styles},"data-id":e.id,nonce:e.nonce})}function rt(e){const t=function(){const o=e.block;return u.checkIsDefined(o.hide)?!o.hide:u.checkIsDefined(o.show)?o.show:!0},n=function(){var x,y,T;const o=e.block,r=o.responsiveStyles,c=e.context.content,s=xe(((x=c==null?void 0:c.meta)==null?void 0:x.breakpoints)||{}),l=r==null?void 0:r.large,d=r==null?void 0:r.medium,m=r==null?void 0:r.small,f=o.id;if(!f)return"";const v=l?O({className:f,styles:l}):"",S=d?O({className:f,styles:d,mediaQuery:ie("medium",s)}):"",C=m?O({className:f,styles:m,mediaQuery:ie("small",s)}):"",h=o.animations&&o.animations.find(R=>R.trigger==="hover");let I="";if(h){const R=((T=(y=h.steps)==null?void 0:y[1])==null?void 0:T.styles)||{};I=O({className:`${f}:hover`,styles:{...R,transition:`all ${h.duration}s ${X(h.easing)}`,transitionDelay:h.delay?`${h.delay}s`:"0s"}})||""}return[v,S,C,I].join(" ")};return a.jsx(a.Fragment,{children:n()&&t()?a.jsx(a.Fragment,{children:a.jsx(_,{id:"builderio-block",styles:n(),nonce:e.context.nonce})}):null})}function ct(e){return e.charAt(0).toUpperCase()+e.slice(1)}const lt=e=>`on${ct(e)}`,st=(e,t)=>n=>N({code:e,context:t.context,localState:t.localState,rootState:t.rootState,rootSetState:t.rootSetState,event:n,isExpression:!1,enableCache:!0});function ye(e){var i;const t={},n=(i=e.block.actions)!=null?i:{};for(const o in n){if(!n.hasOwnProperty(o))continue;const r=n[o];let c=lt(o);if(e.stripPrefix)switch(u.TARGET){case"vue":c=c.replace("v-on:","");break;case"svelte":c=c.replace("on:","");break}t[c]=st(r,e)}return t}function dt({properties:e}){return e}const ut=e=>({href:e.href});function Z({block:e,context:t}){var i;const n={...ut(e),...e.properties,"builder-id":e.id,style:Ze({block:e,context:t}),[$()]:[e.id,"builder-block",e.class,(i=e.properties)==null?void 0:i.class].filter(Boolean).join(" ")};return dt({properties:n,context:t,block:e})}function mt(e){return a.jsx(J,{TagName:e.Wrapper,attributes:Z({block:e.block,context:e.context}),actionAttributes:ye({block:e.block,rootState:e.context.rootState,rootSetState:e.context.rootSetState,localState:e.context.localState,context:e.context.context,stripPrefix:!0}),children:e.children})}function ft(e){function t(){return e.includeBlockProps?{...Z({block:e.block,context:e.context}),...ye({block:e.block,rootState:e.context.rootState,rootSetState:e.context.rootSetState,localState:e.context.localState,context:e.context.context})}:{}}return a.jsx(e.Wrapper,{...e.wrapperProps,attributes:t(),children:e.children})}const ht=({componentOptions:e,builderBlock:t,context:n,componentRef:i,includeBlockProps:o,isInteractive:r,contextValue:c})=>{const s={...e,...o?{attributes:Z({block:t,context:c})}:{}};return r?{Wrapper:i,block:t,context:n,wrapperProps:e,includeBlockProps:o}:s};function oe(e){var n;const t=e.isInteractive?ft:e.componentRef;return a.jsx(a.Fragment,{children:e.componentRef?a.jsx(a.Fragment,{children:a.jsx(t,{...ht({componentOptions:e.componentOptions,builderBlock:e.builderBlock,context:e.context,componentRef:e.componentRef,linkComponent:e.linkComponent,includeBlockProps:e.includeBlockProps,isInteractive:e.isInteractive,contextValue:e.context}),children:(n=e.blockChildren)==null?void 0:n.map(i=>a.jsx(H,{block:i,context:e.context,registeredComponents:e.registeredComponents,linkComponent:e.linkComponent},i.id))})}):null})}function ae(e){const t=e.repeatContext;return a.jsx(H,{block:e.block,context:t,registeredComponents:e.registeredComponents,linkComponent:e.linkComponent})}function H(e){var d,m,f,v;const t=function(){return tt({block:e.block,context:e.context})},n={value:null,update:!1},i=function(){var h;if(n.value&&!n.update&&!u.isPreviewing())return n.value;const C=(h=e.block.repeat)!=null&&h.collection?e.block:Je({block:e.block,localState:e.context.localState,rootState:e.context.rootState,rootSetState:e.context.rootSetState,context:e.context.context,shouldEvaluateBindings:!0});return n.value=C,n.update=!1,C},o=function(){return et({block:i(),registeredComponents:e.registeredComponents})},r=function(){var h;return e.block.tagName==="a"||((h=i().properties)==null?void 0:h.href)||i().href?e.linkComponent||"a":e.block.tagName||"div"},c=function(){var I,x;if((I=e.block.repeat)!=null&&I.collection)return!!((x=t())!=null&&x.length);const C="hide"in i()?i().hide:!1;return("show"in i()?i().show:!0)&&!C},s=function(){var h,I;return!((h=o())!=null&&h.component)&&!t()?(I=i().children)!=null?I:[]:[]},l=function(){var C,h,I,x;return{blockChildren:(C=i().children)!=null?C:[],componentRef:(h=o())==null?void 0:h.component,componentOptions:{...$e(i()),...ot(o(),i()),...at(o(),e.context),...nt(o(),e.linkComponent),...it(o(),e.registeredComponents)},context:e.context,linkComponent:e.linkComponent,registeredComponents:e.registeredComponents,builderBlock:i(),includeBlockProps:((I=o())==null?void 0:I.noWrap)===!0,isInteractive:!((x=o())!=null&&x.isRSC&&u.TARGET==="rsc")}};return a.jsx(a.Fragment,{children:c()?a.jsxs(a.Fragment,{children:[a.jsx(rt,{block:i(),context:e.context}),(d=o())!=null&&d.noWrap?t()?a.jsx(a.Fragment,{children:(v=t())==null?void 0:v.map((S,C)=>a.jsx(ae,{repeatContext:S.context,block:S.block,registeredComponents:e.registeredComponents,linkComponent:e.linkComponent},C))}):a.jsx(oe,{componentRef:l().componentRef,componentOptions:l().componentOptions,blockChildren:l().blockChildren,context:l().context,registeredComponents:l().registeredComponents,linkComponent:l().linkComponent,builderBlock:l().builderBlock,includeBlockProps:l().includeBlockProps,isInteractive:l().isInteractive}):a.jsx(a.Fragment,{children:t()?a.jsx(a.Fragment,{children:(f=t())==null?void 0:f.map((S,C)=>a.jsx(ae,{repeatContext:S.context,block:S.block,registeredComponents:e.registeredComponents,linkComponent:e.linkComponent},C))}):a.jsxs(mt,{Wrapper:r(),block:i(),context:e.context,children:[a.jsx(oe,{componentRef:l().componentRef,componentOptions:l().componentOptions,blockChildren:l().blockChildren,context:l().context,registeredComponents:l().registeredComponents,linkComponent:l().linkComponent,builderBlock:l().builderBlock,includeBlockProps:l().includeBlockProps,isInteractive:l().isInteractive}),(m=s())==null?void 0:m.map(S=>a.jsx(H,{block:S,registeredComponents:e.registeredComponents,linkComponent:e.linkComponent,context:e.context},S.id))]})})]}):null})}function gt(e){const t=p.useRef(null);function n(){var r;return"builder-blocks"+((r=e.blocks)!=null&&r.length?"":" no-blocks")}function i(){var r,c;u.isEditing()&&!((r=e.blocks)!=null&&r.length)&&((c=window.parent)==null||c.postMessage({type:"builder.clickEmptyBlocks",data:{parentElementId:e.parent,dataPath:e.path}},"*"))}function o(){var r,c;u.isEditing()&&!((r=e.blocks)!=null&&r.length)&&((c=window.parent)==null||c.postMessage({type:"builder.hoverEmptyBlocks",data:{parentElementId:e.parent,dataPath:e.path}},"*"))}return p.useEffect(()=>{},[]),a.jsxs(a.Fragment,{children:[a.jsx(e.BlocksWrapper,{ref:t,className:n()+" props-blocks-wrapper-51ef31b4","builder-path":e.path,"builder-parent-id":e.parent,style:e.styleProp,onClick:r=>i(),onMouseEnter:r=>o(),onKeyPress:r=>i(),...e.BlocksWrapperProps,children:e.children}),a.jsx("style",{children:`.props-blocks-wrapper-51ef31b4 {
9
9
  display: flex;
10
10
  flex-direction: column;
11
11
  align-items: stretch;
12
- }`})]})}function U(e){var t,n,i;return a.jsx(gt,{blocks:e.blocks,parent:e.parent,path:e.path,styleProp:e.styleProp,BlocksWrapper:(t=e.context)==null?void 0:t.BlocksWrapper,BlocksWrapperProps:(n=e.context)==null?void 0:n.BlocksWrapperProps,children:e.blocks?a.jsx(a.Fragment,{children:(i=e.blocks)==null?void 0:i.map(o=>a.jsx(H,{block:o,linkComponent:e.linkComponent,context:e.context,registeredComponents:e.registeredComponents},o.id))}):null})}const bt=e=>`builder-columns ${e}-breakpoints`;function ye(e){var b,E;const t=typeof e.space=="number"?e.space||0:20,n=e.columns||[],i=e.stackColumnsAt||"tablet",o=function(y){return y.link?e.builderLinkComponent||"a":"div"},r=function(y){var I;return((I=n[y])==null?void 0:I.width)||100/n.length},c=function(y){const I=r(y),R=t*(n.length-1)*(I/100);return`calc(${I}% - ${R}px)`},s=function({stackedStyle:y,desktopStyle:I}){return i==="tablet"?y:I},l=function({stackedStyle:y,desktopStyle:I}){return i==="never"?I:y},d=e.stackColumnsAt==="never"?"row":e.reverseColumnsWhenStacked?"column-reverse":"column",m=function(){return{"--flex-dir":d,"--flex-dir-tablet":s({stackedStyle:d,desktopStyle:"row"})}},f=function(y){const I=y===0?0:t,R=c(y),j=`${I}px`,V="100%",F=0;return{...{display:"flex",flexDirection:"column",alignItems:"stretch"},width:R,["marginLeft"]:j,"--column-width-mobile":l({stackedStyle:V,desktopStyle:R}),"--column-margin-left-mobile":l({stackedStyle:F,desktopStyle:j}),"--column-width-tablet":s({stackedStyle:V,desktopStyle:R}),"--column-margin-left-tablet":s({stackedStyle:F,desktopStyle:j})}},h=function(y){var R,j;return be(((j=(R=e.builderContext.content)==null?void 0:R.meta)==null?void 0:j.breakpoints)||{})[y].max},C=function(){const y=`.${e.builderBlock.id}-breakpoints > .builder-column`;return`
13
- @media (max-width: ${h("medium")}px) {
12
+ }`})]})}function U(e){var t,n,i;return a.jsx(gt,{blocks:e.blocks,parent:e.parent,path:e.path,styleProp:e.styleProp,BlocksWrapper:(t=e.context)==null?void 0:t.BlocksWrapper,BlocksWrapperProps:(n=e.context)==null?void 0:n.BlocksWrapperProps,children:e.blocks?a.jsx(a.Fragment,{children:(i=e.blocks)==null?void 0:i.map(o=>a.jsx(H,{block:o,linkComponent:e.linkComponent,context:e.context,registeredComponents:e.registeredComponents},o.id))}):null})}const bt=e=>`builder-columns ${e}-breakpoints`;function pe(e){var h,I;const t=typeof e.space=="number"?e.space||0:20,n=e.columns||[],i=e.stackColumnsAt||"tablet",o=function(y){return y.link?e.builderLinkComponent||"a":"div"},r=function(y){var T;return((T=n[y])==null?void 0:T.width)||100/n.length},c=function(y){const T=r(y),R=t*(n.length-1)*(T/100);return`calc(${T}% - ${R}px)`},s=function({stackedStyle:y,desktopStyle:T}){return i==="tablet"?y:T},l=function({stackedStyle:y,desktopStyle:T}){return i==="never"?T:y},d=e.stackColumnsAt==="never"?"row":e.reverseColumnsWhenStacked?"column-reverse":"column",m=function(){return{"--flex-dir":d,"--flex-dir-tablet":s({stackedStyle:d,desktopStyle:"row"})}},f=function(y){const T=y===0?0:t,R=c(y),j=`${T}px`,V="100%",F=0;return{...{display:"flex",flexDirection:"column",alignItems:"stretch"},width:R,["marginLeft"]:j,"--column-width-mobile":l({stackedStyle:V,desktopStyle:R}),"--column-margin-left-mobile":l({stackedStyle:F,desktopStyle:j}),"--column-width-tablet":s({stackedStyle:V,desktopStyle:R}),"--column-margin-left-tablet":s({stackedStyle:F,desktopStyle:j})}},v=function(y){var R,j;return xe(((j=(R=e.builderContext.content)==null?void 0:R.meta)==null?void 0:j.breakpoints)||{})[y].max},S=function(){const y=`.${e.builderBlock.id}-breakpoints > .builder-column`;return`
13
+ @media (max-width: ${v("medium")}px) {
14
14
  .${e.builderBlock.id}-breakpoints {
15
15
  flex-direction: var(--flex-dir-tablet);
16
16
  align-items: stretch;
@@ -22,7 +22,7 @@
22
22
  }
23
23
  }
24
24
 
25
- @media (max-width: ${h("small")}px) {
25
+ @media (max-width: ${v("small")}px) {
26
26
  .${e.builderBlock.id}-breakpoints {
27
27
  flex-direction: var(--flex-dir);
28
28
  align-items: stretch;
@@ -33,10 +33,10 @@
33
33
  margin-left: var(--column-margin-left-mobile) !important;
34
34
  }
35
35
  },
36
- `},w=function(y,I){return{...y.link?{href:y.link}:{},[$()]:"builder-column",style:he(f(I))}};return a.jsxs(a.Fragment,{children:[a.jsxs("div",{className:bt((b=e.builderBlock)==null?void 0:b.id)+" div-2cd13691",style:m(),children:[a.jsx(_,{id:"builderio-columns",styles:C(),nonce:e.builderContext.nonce}),(E=e.columns)==null?void 0:E.map((v,y)=>a.jsx(J,{TagName:o(v),actionAttributes:{},attributes:w(v,y),children:a.jsx(U,{path:`component.options.columns.${y}.blocks`,parent:e.builderBlock.id,styleProp:{flexGrow:"1"},context:e.builderContext,registeredComponents:e.builderComponents,linkComponent:e.builderLinkComponent,blocks:v.blocks})},y))]}),a.jsx("style",{children:`.div-2cd13691 {
36
+ `},C=function(y,T){return{...y.link?{href:y.link}:{},[$()]:"builder-column",style:ge(f(T))}};return a.jsxs(a.Fragment,{children:[a.jsxs("div",{className:bt((h=e.builderBlock)==null?void 0:h.id)+" div-2cd13691",style:m(),children:[a.jsx(_,{id:"builderio-columns",styles:S(),nonce:e.builderContext.nonce}),(I=e.columns)==null?void 0:I.map((x,y)=>a.jsx(J,{TagName:o(x),actionAttributes:{},attributes:C(x,y),children:a.jsx(U,{path:`component.options.columns.${y}.blocks`,parent:e.builderBlock.id,styleProp:{flexGrow:"1"},context:e.builderContext,registeredComponents:e.builderComponents,linkComponent:e.builderLinkComponent,blocks:x.blocks})},y))]}),a.jsx("style",{children:`.div-2cd13691 {
37
37
  display: flex;
38
38
  line-height: normal;
39
- }`})]})}function pe(e){return a.jsx("span",{children:e.children})}function ae(e){return e.replace(/http(s)?:/,"")}function xt(e="",t,n){const i=new RegExp("([?&])"+t+"=.*?(&|$)","i"),o=e.indexOf("?")!==-1?"&":"?";return e.match(i)?e.replace(i,"$1"+t+"="+encodeURIComponent(n)+"$2"):e+o+t+"="+encodeURIComponent(n)}function yt(e,t){if(!e||!(e!=null&&e.match(/cdn\.shopify\.com/))||!t)return e;if(t==="master")return ae(e);const n=e.match(/(_\d+x(\d+)?)?(\.(jpg|jpeg|gif|png|bmp|bitmap|tiff|tif)(\?v=\d+)?)/i);if(n){const i=e.split(n[0]),o=n[3],r=t.match("x")?t:`${t}x`;return ae(`${i[0]}_${r}${o}`)}return null}function q(e){if(!e)return e;const t=[100,200,400,800,1200,1600,2e3];if(e.match(/builder\.io/)){let n=e;const i=Number(e.split("?width=")[1]);return isNaN(i)||(n=`${n} ${i}w`),t.filter(o=>o!==i).map(o=>`${xt(e,"width",o)} ${o}w`).concat([n]).join(", ")}return e.match(/cdn\.shopify\.com/)?t.map(n=>[yt(e,`${n}x${n}`),n]).filter(([n])=>!!n).map(([n,i])=>`${n} ${i}w`).concat([e]).join(", "):e}function ve(e){var o,r,c,s,l,d;function t(){var h;const f=e.image||e.src;if(!f||!(f.match(/builder\.io/)||f.match(/cdn\.shopify\.com/)))return e.srcset;if(!e.noWebp){if(e.srcset&&((h=e.image)!=null&&h.includes("builder.io/api/v1/image"))){if(!e.srcset.includes(e.image.split("?")[0]))return console.debug("Removed given srcset"),q(f)}else if(e.image&&!e.srcset)return q(f);return q(f)}}function n(){var m;return(m=t==null?void 0:t())!=null&&m.match(/builder\.io/)&&!e.noWebp?t().replace(/\?/g,"?format=webp&"):""}function i(){const m={position:"absolute",height:"100%",width:"100%",left:"0px",top:"0px"};return e.aspectRatio?m:void 0}return p.useEffect(()=>{},[]),a.jsxs(a.Fragment,{children:[a.jsxs(a.Fragment,{children:[a.jsxs("picture",{children:[n()?a.jsx("source",{type:"image/webp",srcSet:n()}):null,a.jsx("img",{loading:e.highPriority?"eager":"lazy",fetchPriority:e.highPriority?"high":"auto",alt:e.altText,role:e.altText?void 0:"presentation",style:{objectPosition:e.backgroundPosition||"center",objectFit:e.backgroundSize||"cover",...i()},className:"builder-image"+(e.className?" "+e.className:"")+" img-2d6925f2",src:e.image,srcSet:t(),sizes:e.sizes})]}),e.aspectRatio&&!((r=(o=e.builderBlock)==null?void 0:o.children)!=null&&r.length&&e.fitContent)?a.jsx("div",{className:"builder-image-sizer div-2d6925f2",style:{paddingTop:e.aspectRatio*100+"%"}}):null,(s=(c=e.builderBlock)==null?void 0:c.children)!=null&&s.length&&e.fitContent?a.jsx(a.Fragment,{children:e.children}):null,!e.fitContent&&((d=(l=e.builderBlock)==null?void 0:l.children)!=null&&d.length)?a.jsx("div",{className:"div-2d6925f2-2",children:e.children}):null]}),a.jsx("style",{children:`.img-2d6925f2 {
39
+ }`})]})}function ve(e){return a.jsx("span",{children:e.children})}function re(e){return e.replace(/http(s)?:/,"")}function xt(e="",t,n){const i=new RegExp("([?&])"+t+"=.*?(&|$)","i"),o=e.indexOf("?")!==-1?"&":"?";return e.match(i)?e.replace(i,"$1"+t+"="+encodeURIComponent(n)+"$2"):e+o+t+"="+encodeURIComponent(n)}function yt(e,t){if(!e||!(e!=null&&e.match(/cdn\.shopify\.com/))||!t)return e;if(t==="master")return re(e);const n=e.match(/(_\d+x(\d+)?)?(\.(jpg|jpeg|gif|png|bmp|bitmap|tiff|tif)(\?v=\d+)?)/i);if(n){const i=e.split(n[0]),o=n[3],r=t.match("x")?t:`${t}x`;return re(`${i[0]}_${r}${o}`)}return null}function q(e){if(!e)return e;const t=[100,200,400,800,1200,1600,2e3];if(e.match(/builder\.io/)){let n=e;const i=Number(e.split("?width=")[1]);return isNaN(i)||(n=`${n} ${i}w`),t.filter(o=>o!==i).map(o=>`${xt(e,"width",o)} ${o}w`).concat([n]).join(", ")}return e.match(/cdn\.shopify\.com/)?t.map(n=>[yt(e,`${n}x${n}`),n]).filter(([n])=>!!n).map(([n,i])=>`${n} ${i}w`).concat([e]).join(", "):e}function Se(e){var o,r,c,s,l,d;function t(){var v;const f=e.image||e.src;if(!f||!(f.match(/builder\.io/)||f.match(/cdn\.shopify\.com/)))return e.srcset;if(!e.noWebp){if(e.srcset&&((v=e.image)!=null&&v.includes("builder.io/api/v1/image"))){if(!e.srcset.includes(e.image.split("?")[0]))return console.debug("Removed given srcset"),q(f)}else if(e.image&&!e.srcset)return q(f);return q(f)}}function n(){var m;return(m=t==null?void 0:t())!=null&&m.match(/builder\.io/)&&!e.noWebp?t().replace(/\?/g,"?format=webp&"):""}function i(){const m={position:"absolute",height:"100%",width:"100%",left:"0px",top:"0px"};return e.aspectRatio?m:void 0}return p.useEffect(()=>{},[]),a.jsxs(a.Fragment,{children:[a.jsxs(a.Fragment,{children:[a.jsxs("picture",{children:[n()?a.jsx("source",{type:"image/webp",srcSet:n()}):null,a.jsx("img",{loading:e.highPriority?"eager":"lazy",fetchPriority:e.highPriority?"high":"auto",alt:e.altText,role:e.altText?void 0:"presentation",style:{objectPosition:e.backgroundPosition||"center",objectFit:e.backgroundSize||"cover",...i()},className:"builder-image"+(e.className?" "+e.className:"")+" img-2d6925f2",src:e.image,srcSet:t(),sizes:e.sizes})]}),e.aspectRatio&&!((r=(o=e.builderBlock)==null?void 0:o.children)!=null&&r.length&&e.fitContent)?a.jsx("div",{className:"builder-image-sizer div-2d6925f2",style:{paddingTop:e.aspectRatio*100+"%"}}):null,(s=(c=e.builderBlock)==null?void 0:c.children)!=null&&s.length&&e.fitContent?a.jsx(a.Fragment,{children:e.children}):null,!e.fitContent&&((d=(l=e.builderBlock)==null?void 0:l.children)!=null&&d.length)?a.jsx("div",{className:"div-2d6925f2-2",children:e.children}):null]}),a.jsx("style",{children:`.img-2d6925f2 {
40
40
  opacity: 1;
41
41
  transition: opacity 0.2s ease-in-out;
42
42
  }.div-2d6925f2 {
@@ -52,7 +52,7 @@
52
52
  left: 0;
53
53
  width: 100%;
54
54
  height: 100%;
55
- }`})]})}function Se(e){return a.jsx("section",{...e.attributes,style:{width:"100%",alignSelf:"stretch",flexGrow:1,boxSizing:"border-box",maxWidth:e.maxWidth||1200,display:"flex",flexDirection:"column",alignItems:"stretch",marginLeft:"auto",marginRight:"auto"},children:e.children})}const pt={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,shouldReceiveBuilderProps:{builderLinkComponent:!0}},vt={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(i=>{i.delete("width")})}const n=e.get("columns");Array.isArray(n)&&n.find(o=>o.get("width"))&&(n.find(r=>!r.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}],shouldReceiveBuilderProps:{builderBlock:!0,builderContext:!0,builderComponents:!0,builderLinkComponent:!0}},St={name:"Fragment",static:!0,hidden:!0,canHaveChildren:!0,noWrap:!0},kt={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","webp"],required:!0,defaultValue:"https://cdn.builder.io/api/v1/image/assets%2FYJIGb4i01jvw0SRdL5Bt%2F72c80f114dc149019051b6852a9e3b7a",onChange:e=>{e.delete("srcset"),e.delete("noWebp");function n(c,s=6e4){return new Promise((l,d)=>{const m=document.createElement("img");let f=!1;m.onload=()=>{f=!0,l(m)},m.addEventListener("error",h=>{console.warn("Image load failed",h.error),d(h.error)}),m.src=c,setTimeout(()=>{f||d(new Error("Image load timed out"))},s)})}function i(c){return Math.round(c*1e3)/1e3}const o=e.get("image"),r=e.get("aspectRatio");if(fetch(o).then(c=>c.blob()).then(c=>{c.type.includes("svg")&&e.set("noWebp",!0)}),o&&(!r||r===.7041))return n(o).then(c=>{const s=e.get("aspectRatio");e.get("image")===o&&(!s||s===.7041)&&c.width&&c.height&&(e.set("aspectRatio",i(c.height/c.width)),e.set("height",c.height),e.set("width",c.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:"highPriority",type:"boolean",advanced:!0,helperText:"Mark this image as high priority compared to other images on the page. This prevents lazy loading of the image and tells the browser to load this image before others on the page."},{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}],shouldReceiveBuilderProps:{builderBlock:!0}},Ct={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>"}}}]},wt={name:"Slot",isRSC:!0,description:"Allow child blocks to be inserted into this content when used as a Symbol",docsLink:"https://www.builder.io/c/docs/symbols-with-blocks",image:"https://cdn.builder.io/api/v1/image/assets%2FYJIGb4i01jvw0SRdL5Bt%2F3aad6de36eae43b59b52c85190fdef56",inputs:[{name:"name",type:"string",required:!0,defaultValue:"children"}],shouldReceiveBuilderProps:{builderContext:!0}};function It(e){var t,n,i;return a.jsx("div",{style:{pointerEvents:"auto"},...!((t=e.builderContext.context)!=null&&t.symbolId)&&{"builder-slot":e.name},children:a.jsx(U,{parent:(n=e.builderContext.context)==null?void 0:n.symbolId,path:`symbol.data.${e.name}`,context:e.builderContext,blocks:(i=e.builderContext.rootState)==null?void 0:i[e.name]})})}const Tt={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"}],shouldReceiveBuilderProps:{builderBlock:!0,builderContext:!0,builderComponents:!0,builderLinkComponent:!0}},Et={shouldReceiveBuilderProps:{builderBlock:!1,builderContext:!0},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"}};function ke(e){const t=function(){var l;const i=e.builderContext,{context:o,localState:r,rootState:c,rootSetState:s}=i;return String(((l=e.text)==null?void 0:l.toString())||"").replace(/{{([^}]+)}}/g,(d,m)=>N({code:m,context:o,localState:r,rootState:c,rootSetState:s,enableCache:!1}))};return a.jsx("div",{className:"builder-text",dangerouslySetInnerHTML:{__html:t()},style:{outline:"none"}})}const Rt={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}]};function Pt(e){const t=p.useRef(null),[n,i]=p.useState(()=>[]),[o,r]=p.useState(()=>[]);return p.useEffect(()=>{var s;if(!((s=t.current)!=null&&s.getElementsByTagName)||typeof window=="undefined")return;const c=t.current.getElementsByTagName("script");for(let l=0;l<c.length;l++){const d=c[l];if(d.src){if(n.includes(d.src))continue;n.push(d.src);const m=document.createElement("script");m.async=!0,m.src=d.src,document.head.appendChild(m)}else if(!d.type||["text/javascript","application/javascript","application/ecmascript"].includes(d.type)){if(o.includes(d.innerText))continue;try{o.push(d.innerText),new Function(d.innerText)()}catch(m){console.warn("`CustomCode`: Error running script:",m)}}}},[]),a.jsx("div",{ref:t,className:"builder-custom-code"+(e.replaceNodes?" replace-nodes":""),dangerouslySetInnerHTML:{__html:e.code}})}const jt={name:"Embed",static:!0,inputs:[{name:"url",type:"url",required:!0,defaultValue:"",helperText:"e.g. enter a youtube url, google map, etc"},{name:"content",type:"html",defaultValue:'<div style="padding: 20px; text-align: center">(Choose an embed URL)<div>',hideFromUI:!0}]},Bt=["text/javascript","application/javascript","application/ecmascript"],At=e=>Bt.includes(e.type);function Wt(e){const t=p.useRef(null),[n,i]=p.useState(()=>[]),[o,r]=p.useState(()=>[]),[c,s]=p.useState(()=>!1);function l(){if(!t.current||!t.current.getElementsByTagName)return;const d=t.current.getElementsByTagName("script");for(let m=0;m<d.length;m++){const f=d[m];if(f.src&&!n.includes(f.src)){n.push(f.src);const h=document.createElement("script");h.async=!0,h.src=f.src,document.head.appendChild(h)}else if(At(f)&&!o.includes(f.innerText))try{o.push(f.innerText),new Function(f.innerText)()}catch(h){console.warn("`Embed`: Error running script:",h)}}}return p.useEffect(()=>{t.current&&!c&&(s(!0),l())},[t.current,c]),a.jsx("div",{className:"builder-embed",ref:t,dangerouslySetInnerHTML:{__html:e.content}})}const Nt={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};function Vt(e){return a.jsx("img",{style:{objectFit:e.backgroundSize||"cover",objectPosition:e.backgroundPosition||"center"},alt:e.altText,src:e.imgSrc||e.image,...e.attributes},u.isEditing()&&e.imgSrc||"default-key")}const Ft={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://cdn.builder.io/o/assets%2FYJIGb4i01jvw0SRdL5Bt%2Fd27731a526464deba0016216f5f9e570%2Fcompressed?apiKey=YJIGb4i01jvw0SRdL5Bt&token=d27731a526464deba0016216f5f9e570&alt=media&optimized=true",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}],shouldReceiveBuilderProps:{builderBlock:!0}};function Ce(e){var i,o,r,c,s,l,d;function t(){return{...e.autoPlay===!0?{autoPlay:!0}:{},...e.muted===!0?{muted:!0}:{},...e.controls===!0?{controls:!0}:{},...e.loop===!0?{loop:!0}:{},...e.playsInline===!0?{playsInline:!0}:{}}}function n(){return{...t()}}return a.jsxs("div",{style:{position:"relative"},children:[a.jsx("video",{className:"builder-video",...n(),preload:e.preload||"metadata",style:{width:"100%",height:"100%",...(i=e.attributes)==null?void 0:i.style,objectFit:e.fit,objectPosition:e.position,zIndex:2,borderRadius:"1px",...e.aspectRatio?{position:"absolute"}:null},src:e.video||"no-src",poster:e.posterImage,children:e.lazyLoad?null:a.jsx("source",{type:"video/mp4",src:e.video})}),e.aspectRatio&&!(e.fitContent&&((r=(o=e.builderBlock)==null?void 0:o.children)!=null&&r.length))?a.jsx("div",{style:{width:"100%",paddingTop:e.aspectRatio*100+"%",pointerEvents:"none",fontSize:"0px"}}):null,(s=(c=e.builderBlock)==null?void 0:c.children)!=null&&s.length&&e.fitContent?a.jsx("div",{style:{display:"flex",flexDirection:"column",alignItems:"stretch"},children:e.children}):null,(d=(l=e.builderBlock)==null?void 0:l.children)!=null&&d.length&&!e.fitContent?a.jsx("div",{style:{pointerEvents:"none",display:"flex",flexDirection:"column",alignItems:"stretch",position:"absolute",top:"0",left:"0",width:"100%",height:"100%"},children:e.children}):null]})}const $t=()=>[{component:Pt,...Rt},{component:Wt,...jt},{component:Vt,...Nt},{component:Ce,...Ft}],re=()=>[{component:ue,...pt},{component:ye,...vt},{component:pe,...St},{component:ve,...kt},{component:Se,...Ct},{component:It,...wt},{component:Pe,...Tt},{component:ke,...Et},...$t()],Lt=`function updateCookiesAndStyles(contentId, variants, isHydrationTarget) {
55
+ }`})]})}function ke(e){return a.jsx("section",{...e.attributes,style:{width:"100%",alignSelf:"stretch",flexGrow:1,boxSizing:"border-box",maxWidth:e.maxWidth||1200,display:"flex",flexDirection:"column",alignItems:"stretch",marginLeft:"auto",marginRight:"auto"},children:e.children})}const pt={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,shouldReceiveBuilderProps:{builderLinkComponent:!0}},vt={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(i=>{i.delete("width")})}const n=e.get("columns");Array.isArray(n)&&n.find(o=>o.get("width"))&&(n.find(r=>!r.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}],shouldReceiveBuilderProps:{builderBlock:!0,builderContext:!0,builderComponents:!0,builderLinkComponent:!0}},St={name:"Fragment",static:!0,hidden:!0,canHaveChildren:!0,noWrap:!0},kt={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","webp"],required:!0,defaultValue:"https://cdn.builder.io/api/v1/image/assets%2FYJIGb4i01jvw0SRdL5Bt%2F72c80f114dc149019051b6852a9e3b7a",onChange:e=>{e.delete("srcset"),e.delete("noWebp");function n(c,s=6e4){return new Promise((l,d)=>{const m=document.createElement("img");let f=!1;m.onload=()=>{f=!0,l(m)},m.addEventListener("error",v=>{console.warn("Image load failed",v.error),d(v.error)}),m.src=c,setTimeout(()=>{f||d(new Error("Image load timed out"))},s)})}function i(c){return Math.round(c*1e3)/1e3}const o=e.get("image"),r=e.get("aspectRatio");if(fetch(o).then(c=>c.blob()).then(c=>{c.type.includes("svg")&&e.set("noWebp",!0)}),o&&(!r||r===.7041))return n(o).then(c=>{const s=e.get("aspectRatio");e.get("image")===o&&(!s||s===.7041)&&c.width&&c.height&&(e.set("aspectRatio",i(c.height/c.width)),e.set("height",c.height),e.set("width",c.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:"highPriority",type:"boolean",advanced:!0,helperText:"Mark this image as high priority compared to other images on the page. This prevents lazy loading of the image and tells the browser to load this image before others on the page."},{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}],shouldReceiveBuilderProps:{builderBlock:!0}},Ct={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>"}}}]},wt={name:"Slot",isRSC:!0,description:"Allow child blocks to be inserted into this content when used as a Symbol",docsLink:"https://www.builder.io/c/docs/symbols-with-blocks",image:"https://cdn.builder.io/api/v1/image/assets%2FYJIGb4i01jvw0SRdL5Bt%2F3aad6de36eae43b59b52c85190fdef56",inputs:[{name:"name",type:"string",required:!0,defaultValue:"children"}],shouldReceiveBuilderProps:{builderContext:!0,builderComponents:!0}};function It(e){var t,n,i;return a.jsx("div",{style:{pointerEvents:"auto"},...!((t=e.builderContext.context)!=null&&t.symbolId)&&{"builder-slot":e.name},children:a.jsx(U,{parent:(n=e.builderContext.context)==null?void 0:n.symbolId,path:`symbol.data.${e.name}`,context:e.builderContext,registeredComponents:e.builderComponents,blocks:(i=e.builderContext.rootState)==null?void 0:i[e.name]})})}const Tt={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"}],shouldReceiveBuilderProps:{builderBlock:!0,builderContext:!0,builderComponents:!0,builderLinkComponent:!0}},Et={shouldReceiveBuilderProps:{builderBlock:!1,builderContext:!0},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"}};function Ce(e){const t=function(){var l;const i=e.builderContext,{context:o,localState:r,rootState:c,rootSetState:s}=i;return String(((l=e.text)==null?void 0:l.toString())||"").replace(/{{([^}]+)}}/g,(d,m)=>N({code:m,context:o,localState:r,rootState:c,rootSetState:s,enableCache:!1}))};return a.jsx("div",{className:"builder-text",dangerouslySetInnerHTML:{__html:t()},style:{outline:"none"}})}const Rt={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}]};function Pt(e){const t=p.useRef(null),[n,i]=p.useState(()=>[]),[o,r]=p.useState(()=>[]);return p.useEffect(()=>{var s;if(!((s=t.current)!=null&&s.getElementsByTagName)||typeof window=="undefined")return;const c=t.current.getElementsByTagName("script");for(let l=0;l<c.length;l++){const d=c[l];if(d.src){if(n.includes(d.src))continue;n.push(d.src);const m=document.createElement("script");m.async=!0,m.src=d.src,document.head.appendChild(m)}else if(!d.type||["text/javascript","application/javascript","application/ecmascript"].includes(d.type)){if(o.includes(d.innerText))continue;try{o.push(d.innerText),new Function(d.innerText)()}catch(m){console.warn("`CustomCode`: Error running script:",m)}}}},[]),a.jsx("div",{ref:t,className:"builder-custom-code"+(e.replaceNodes?" replace-nodes":""),dangerouslySetInnerHTML:{__html:e.code}})}const jt={name:"Embed",static:!0,inputs:[{name:"url",type:"url",required:!0,defaultValue:"",helperText:"e.g. enter a youtube url, google map, etc"},{name:"content",type:"html",defaultValue:'<div style="padding: 20px; text-align: center">(Choose an embed URL)<div>',hideFromUI:!0}]},Bt=["text/javascript","application/javascript","application/ecmascript"],At=e=>Bt.includes(e.type);function Wt(e){const t=p.useRef(null),[n,i]=p.useState(()=>[]),[o,r]=p.useState(()=>[]),[c,s]=p.useState(()=>!1);function l(){if(!t.current||!t.current.getElementsByTagName)return;const d=t.current.getElementsByTagName("script");for(let m=0;m<d.length;m++){const f=d[m];if(f.src&&!n.includes(f.src)){n.push(f.src);const v=document.createElement("script");v.async=!0,v.src=f.src,document.head.appendChild(v)}else if(At(f)&&!o.includes(f.innerText))try{o.push(f.innerText),new Function(f.innerText)()}catch(v){console.warn("`Embed`: Error running script:",v)}}}return p.useEffect(()=>{t.current&&!c&&(s(!0),l())},[t.current,c]),a.jsx("div",{className:"builder-embed",ref:t,dangerouslySetInnerHTML:{__html:e.content}})}const Nt={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};function Vt(e){return a.jsx("img",{style:{objectFit:e.backgroundSize||"cover",objectPosition:e.backgroundPosition||"center"},alt:e.altText,src:e.imgSrc||e.image,...e.attributes},u.isEditing()&&e.imgSrc||"default-key")}const Ft={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://cdn.builder.io/o/assets%2FYJIGb4i01jvw0SRdL5Bt%2Fd27731a526464deba0016216f5f9e570%2Fcompressed?apiKey=YJIGb4i01jvw0SRdL5Bt&token=d27731a526464deba0016216f5f9e570&alt=media&optimized=true",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}],shouldReceiveBuilderProps:{builderBlock:!0}};function we(e){var i,o,r,c,s,l,d;function t(){return{...e.autoPlay===!0?{autoPlay:!0}:{},...e.muted===!0?{muted:!0}:{},...e.controls===!0?{controls:!0}:{},...e.loop===!0?{loop:!0}:{},...e.playsInline===!0?{playsInline:!0}:{}}}function n(){return{...t()}}return a.jsxs("div",{style:{position:"relative"},children:[a.jsx("video",{className:"builder-video",...n(),preload:e.preload||"metadata",style:{width:"100%",height:"100%",...(i=e.attributes)==null?void 0:i.style,objectFit:e.fit,objectPosition:e.position,zIndex:2,borderRadius:"1px",...e.aspectRatio?{position:"absolute"}:null},src:e.video||"no-src",poster:e.posterImage,children:e.lazyLoad?null:a.jsx("source",{type:"video/mp4",src:e.video})}),e.aspectRatio&&!(e.fitContent&&((r=(o=e.builderBlock)==null?void 0:o.children)!=null&&r.length))?a.jsx("div",{style:{width:"100%",paddingTop:e.aspectRatio*100+"%",pointerEvents:"none",fontSize:"0px"}}):null,(s=(c=e.builderBlock)==null?void 0:c.children)!=null&&s.length&&e.fitContent?a.jsx("div",{style:{display:"flex",flexDirection:"column",alignItems:"stretch"},children:e.children}):null,(d=(l=e.builderBlock)==null?void 0:l.children)!=null&&d.length&&!e.fitContent?a.jsx("div",{style:{pointerEvents:"none",display:"flex",flexDirection:"column",alignItems:"stretch",position:"absolute",top:"0",left:"0",width:"100%",height:"100%"},children:e.children}):null]})}const $t=()=>[{component:Pt,...Rt},{component:Wt,...jt},{component:Vt,...Nt},{component:we,...Ft}],ce=()=>[{component:me,...pt},{component:pe,...vt},{component:ve,...St},{component:Se,...kt},{component:ke,...Ct},{component:It,...wt},{component:je,...Tt},{component:Ce,...Et},...$t()],Lt=`function updateCookiesAndStyles(contentId, variants, isHydrationTarget) {
56
56
  function getAndSetVariantId() {
57
57
  function setCookie(name, value, days) {
58
58
  let expires = '';
@@ -142,15 +142,15 @@
142
142
  thisScriptEl?.remove();
143
143
  }
144
144
  return;
145
- }`,we="builderIoAbTest",Ie="builderIoRenderContent",D=e=>Object.values((e==null?void 0:e.variations)||{}).map(t=>({...t,testVariationId:t.id,id:e==null?void 0:e.id})),Dt=({canTrack:e,content:t})=>!(!(D(t).length>0)||!e||u.isBrowser()),_t=e=>e==="react"||e==="reactNative",Te=_t(u.TARGET),Ht=()=>`
146
- window.${we} = ${Lt}
147
- window.${Ie} = ${Ot}
145
+ }`,Ie="builderIoAbTest",Te="builderIoRenderContent",D=e=>Object.values((e==null?void 0:e.variations)||{}).map(t=>({...t,testVariationId:t.id,id:e==null?void 0:e.id})),Dt=({canTrack:e,content:t})=>!(!(D(t).length>0)||!e||u.isBrowser()),_t=e=>e==="react"||e==="reactNative",Ee=_t(u.TARGET),Ht=()=>`
146
+ window.${Ie} = ${Lt}
147
+ window.${Te} = ${Ot}
148
148
  `,Ut=(e,t)=>`
149
- window.${we}(
150
- "${t}",${JSON.stringify(e)}, ${Te}
151
- )`,Mt=({contentId:e,variationId:t})=>`window.${Ie}(
152
- "${t}", "${e}", ${Te}
153
- )`;function G(e){return a.jsx("script",{dangerouslySetInnerHTML:{__html:e.scriptStr},"data-id":e.id,nonce:e.nonce||""})}const Ee=p.createContext({content:null,context:{},localState:void 0,rootSetState(){},rootState:{},apiKey:null,apiVersion:void 0,componentInfos:{},inheritedStyles:{},BlocksWrapper:"div",BlocksWrapperProps:{},nonce:""});function ce(e){return Math.round(e*1e3)/1e3}const Kt=(e,t,n=!0)=>{if(!(e instanceof HTMLElement))return null;let i=n?e:e.parentElement;do{if(!i)return null;if(t(i))return i}while(i=i.parentElement);return null},zt=e=>Kt(e,t=>{const n=t.getAttribute("builder-id")||t.id;return(n==null?void 0:n.indexOf("builder-"))===0}),le=({event:e,target:t})=>{const n=t.getBoundingClientRect(),i=e.clientX-n.left,o=e.clientY-n.top,r=ce(i/n.width),c=ce(o/n.height);return{x:r,y:c}},qt=e=>{const t=e.target,n=t&&zt(t),i=(n==null?void 0:n.getAttribute("builder-id"))||(n==null?void 0:n.id);return{targetBuilderElement:i||void 0,metadata:{targetOffset:t?le({event:e,target:t}):void 0,builderTargetOffset:n?le({event:e,target:n}):void 0,builderElementIndex:n&&i?[].slice.call(document.getElementsByClassName(i)).indexOf(n):void 0}}};async function Yt({key:e,value:t}){return u.init(),globalThis._BUILDER_PREVIEW_LRU_CACHE.set(e,t),{[e]:t}}function se(e,...t){const n=Object(e);for(let i=1;i<arguments.length;i++){const o=arguments[i];if(o!=null)for(const r in o)Object.prototype.hasOwnProperty.call(o,r)&&(n[r]=o[r])}return n}function Gt(e){console.warn(`Cannot animate element: element with ID ${e} not found!`)}function Jt(e,t){const n=Qt(e),i=getComputedStyle(t),o=e.steps[0].styles,r=e.steps[e.steps.length-1].styles,c=[o,r];for(const s of c)for(const l of n)l in s||(s[l]=i[l])}function Qt(e){const t=[];for(const n of e.steps)for(const i in n.styles)t.indexOf(i)===-1&&t.push(i);return t}function Xt(e){const t=Array.prototype.slice.call(document.getElementsByClassName(e.elementId||e.id||""));if(!t.length){Gt(e.elementId||e.id||"");return}Array.from(t).forEach(n=>{Jt(e,n),n.style.transition="none",n.style.transitionDelay="0",se(n.style,e.steps[0].styles),setTimeout(()=>{n.style.transition=`all ${e.duration}s ${X(e.easing)}`,e.delay&&(n.style.transitionDelay=e.delay+"s"),se(n.style,e.steps[1].styles),setTimeout(()=>{n.style.transition="",n.style.transitionDelay=""},(e.delay||0)*1e3+e.duration*1e3+100)})})}const Zt=e=>{var r,c;const t=e.family+(e.kind&&!e.kind.includes("#")?", "+e.kind:""),n=t.split(",")[0],i=(c=e.fileUrl)!=null?c:(r=e==null?void 0:e.files)==null?void 0:r.regular;let o="";if(i&&t&&n&&(o+=`
149
+ window.${Ie}(
150
+ "${t}",${JSON.stringify(e)}, ${Ee}
151
+ )`,Mt=({contentId:e,variationId:t})=>`window.${Te}(
152
+ "${t}", "${e}", ${Ee}
153
+ )`;function G(e){return a.jsx("script",{dangerouslySetInnerHTML:{__html:e.scriptStr},"data-id":e.id,nonce:e.nonce||""})}const Re=p.createContext({content:null,context:{},localState:void 0,rootSetState(){},rootState:{},apiKey:null,apiVersion:void 0,componentInfos:{},inheritedStyles:{},BlocksWrapper:"div",BlocksWrapperProps:{},nonce:""});function le(e){return Math.round(e*1e3)/1e3}const Kt=(e,t,n=!0)=>{if(!(e instanceof HTMLElement))return null;let i=n?e:e.parentElement;do{if(!i)return null;if(t(i))return i}while(i=i.parentElement);return null},zt=e=>Kt(e,t=>{const n=t.getAttribute("builder-id")||t.id;return(n==null?void 0:n.indexOf("builder-"))===0}),se=({event:e,target:t})=>{const n=t.getBoundingClientRect(),i=e.clientX-n.left,o=e.clientY-n.top,r=le(i/n.width),c=le(o/n.height);return{x:r,y:c}},qt=e=>{const t=e.target,n=t&&zt(t),i=(n==null?void 0:n.getAttribute("builder-id"))||(n==null?void 0:n.id);return{targetBuilderElement:i||void 0,metadata:{targetOffset:t?se({event:e,target:t}):void 0,builderTargetOffset:n?se({event:e,target:n}):void 0,builderElementIndex:n&&i?[].slice.call(document.getElementsByClassName(i)).indexOf(n):void 0}}};async function Yt({key:e,value:t}){return u.init(),globalThis._BUILDER_PREVIEW_LRU_CACHE.set(e,t),{[e]:t}}function de(e,...t){const n=Object(e);for(let i=1;i<arguments.length;i++){const o=arguments[i];if(o!=null)for(const r in o)Object.prototype.hasOwnProperty.call(o,r)&&(n[r]=o[r])}return n}function Gt(e){console.warn(`Cannot animate element: element with ID ${e} not found!`)}function Jt(e,t){const n=Qt(e),i=getComputedStyle(t),o=e.steps[0].styles,r=e.steps[e.steps.length-1].styles,c=[o,r];for(const s of c)for(const l of n)l in s||(s[l]=i[l])}function Qt(e){const t=[];for(const n of e.steps)for(const i in n.styles)t.indexOf(i)===-1&&t.push(i);return t}function Xt(e){const t=Array.prototype.slice.call(document.getElementsByClassName(e.elementId||e.id||""));if(!t.length){Gt(e.elementId||e.id||"");return}Array.from(t).forEach(n=>{Jt(e,n),n.style.transition="none",n.style.transitionDelay="0",de(n.style,e.steps[0].styles),setTimeout(()=>{n.style.transition=`all ${e.duration}s ${X(e.easing)}`,e.delay&&(n.style.transitionDelay=e.delay+"s"),de(n.style,e.steps[1].styles),setTimeout(()=>{n.style.transition="",n.style.transitionDelay=""},(e.delay||0)*1e3+e.duration*1e3+100)})})}const Zt=e=>{var r,c;const t=e.family+(e.kind&&!e.kind.includes("#")?", "+e.kind:""),n=t.split(",")[0],i=(c=e.fileUrl)!=null?c:(r=e==null?void 0:e.files)==null?void 0:r.regular;let o="";if(i&&t&&n&&(o+=`
154
154
  @font-face {
155
155
  font-family: "${t}";
156
156
  src: local("${n}"), url('${i}') format('woff2');
@@ -181,8 +181,8 @@ font-weight: ${s};
181
181
  text-align: inherit;
182
182
  font-family: inherit;
183
183
  }
184
- `,on=e=>e?"":nn,an=e=>`variant-${e}`;function rn(e){var j,V,F,M,K,ee,te;const t=p.useRef(null);function n(x){var S,k;const g={...e.builderContextSignal.rootState,...x};e.builderContextSignal.rootSetState?(k=(S=e.builderContextSignal).rootSetState)==null||k.call(S,g):e.builderContextSignal.rootState=g}function i(x){var S,k,T,P,L;const g={...e.builderContextSignal.content,...x,data:{...(S=e.builderContextSignal.content)==null?void 0:S.data,...x==null?void 0:x.data},meta:{...(k=e.builderContextSignal.content)==null?void 0:k.meta,...x==null?void 0:x.meta,breakpoints:((T=x==null?void 0:x.meta)==null?void 0:T.breakpoints)||((L=(P=e.builderContextSignal.content)==null?void 0:P.meta)==null?void 0:L.breakpoints)}};Yt({value:g,key:g.id}).then(()=>{R.refresh()})}function o(){return e.showContent?{}:{hidden:!0,"aria-hidden":!0}}const[r,c]=p.useState(()=>e.contentWrapper||"div");function s(x){return u.createEditorListener({model:e.model,trustedHosts:e.trustedHosts,callbacks:{configureSdk:g=>{var T;const{breakpoints:S,contentId:k}=g;!k||k!==((T=e.builderContextSignal.content)==null?void 0:T.id)||S&&i({meta:{breakpoints:S}})},animation:g=>{Xt(g)},contentUpdate:g=>{i(g)}}})(x)}function l(){var g,S;const x=(S=(g=e.builderContextSignal.content)==null?void 0:g.data)==null?void 0:S.jsCode;x&&N({code:x,context:e.context||{},localState:void 0,rootState:e.builderContextSignal.rootState,rootSetState:e.builderContextSignal.rootSetState,enableCache:!1})}const[d,m]=p.useState(()=>({})),[f,h]=p.useState(()=>({})),[C,w]=p.useState(()=>!1);function b(x){var g,S;if(e.builderContextSignal.content){const k=(g=e.builderContextSignal.content)==null?void 0:g.testVariationId,T=(S=e.builderContextSignal.content)==null?void 0:S.id;u._track({type:"click",canTrack:u.getDefaultCanTrack(e.canTrack),contentId:T,apiKey:e.apiKey,variationId:k!==T?k:void 0,...qt(x),unique:!C})}C||w(!0)}function E(){var g,S,k;const x=(k=(S=(g=e.builderContextSignal.content)==null?void 0:g.data)==null?void 0:S.httpRequests)!=null?k:{};Object.entries(x).forEach(([T,P])=>{if(!P||f[T]||d[T]&&!u.isEditing())return;f[T]=!0;const L=P.replace(/{{([^}]+)}}/g,(A,je)=>String(N({code:je,context:e.context||{},localState:void 0,rootState:e.builderContextSignal.rootState,rootSetState:e.builderContextSignal.rootSetState,enableCache:!0})));u.fetch(L).then(A=>A.json()).then(A=>{n({[T]:A}),d[T]=!0}).catch(A=>{console.error("error fetching dynamic data",P,A)}).finally(()=>{f[T]=!1})})}function v(){u.isEditing()&&window.dispatchEvent(new CustomEvent("builder:component:stateChange",{detail:{state:Q(e.builderContextSignal.rootState),ref:{name:e.model}}}))}function y(x){window.addEventListener("message",s),u.registerInsertMenu(),u.setupBrowserForEditing({...e.locale?{locale:e.locale}:{},...e.enrich?{enrich:e.enrich}:{},...e.trustedHosts?{trustedHosts:e.trustedHosts}:{}}),Object.values(e.builderContextSignal.componentInfos).forEach(g=>{var k;const S=u.createRegisterComponentMessage(g);(k=window.parent)==null||k.postMessage(S,"*")}),window.addEventListener("builder:component:stateChangeListenerActivated",v)}function I(x){const g=new URL(location.href).searchParams,S=g.get("builder.preview"),k=g.get(`builder.overrides.${S}`),T=g.get("apiKey")||g.get("builder.space");S===e.model&&T===e.apiKey&&(!e.content||k===e.content.id)&&u.fetchOneEntry({model:e.model,apiKey:e.apiKey,apiVersion:e.builderContextSignal.apiVersion}).then(P=>{P&&i(P)})}const R=We.useRouter();return p.useEffect(()=>{var x;return(x=t.current)==null||x.addEventListener("initeditingbldr",y),()=>{var g;return(g=t.current)==null?void 0:g.removeEventListener("initeditingbldr",y)}},[]),p.useEffect(()=>{var x;return(x=t.current)==null||x.addEventListener("initpreviewingbldr",I),()=>{var g;return(g=t.current)==null?void 0:g.removeEventListener("initpreviewingbldr",I)}},[]),p.useEffect(()=>{var x,g;if(u.isBrowser()){if(u.isEditing()&&t.current&&t.current.dispatchEvent(new CustomEvent("initeditingbldr")),e.builderContextSignal.content&&u.getDefaultCanTrack(e.canTrack)){const k=(x=e.builderContextSignal.content)==null?void 0:x.testVariationId,T=(g=e.builderContextSignal.content)==null?void 0:g.id,P=e.apiKey;u._track({type:"impression",canTrack:!0,contentId:T,apiKey:P,variationId:k!==T?k:void 0})}u.isPreviewing()&&u.isEditing()}},[]),p.useEffect(()=>{e.apiKey||u.logger.error("No API key provided to `Content` component. This can cause issues. Please provide an API key using the `apiKey` prop."),l(),E(),v()},[]),p.useEffect(()=>{},[e.content]),p.useEffect(()=>{l()},[(V=(j=e.builderContextSignal.content)==null?void 0:j.data)==null?void 0:V.jsCode]),p.useEffect(()=>{E()},[(M=(F=e.builderContextSignal.content)==null?void 0:F.data)==null?void 0:M.httpRequests]),p.useEffect(()=>{v()},[e.builderContextSignal.rootState]),p.useEffect(()=>{e.data&&n(e.data)},[e.data]),p.useEffect(()=>{e.locale&&n({locale:e.locale})},[e.locale]),p.useEffect(()=>()=>{u.isBrowser()&&(window.removeEventListener("message",s),window.removeEventListener("builder:component:stateChangeListenerActivated",v))},[]),a.jsx(Ee.Provider,{value:e.builderContextSignal,children:e.builderContextSignal.content?a.jsx(r,{ref:t,onClick:x=>b(x),"builder-content-id":(K=e.builderContextSignal.content)==null?void 0:K.id,"builder-model":e.model,...o(),...e.contentWrapperProps,className:an(((ee=e.content)==null?void 0:ee.testVariationId)||((te=e.content)==null?void 0:te.id)),children:e.children}):null})}function cn(e){const t=`
184
+ `,on=e=>e?"":nn,an=e=>`variant-${e}`;function rn(e){var j,V,F,M,K,ee,te;const t=p.useRef(null);function n(b){var k,w;const g={...e.builderContextSignal.rootState,...b};e.builderContextSignal.rootSetState?(w=(k=e.builderContextSignal).rootSetState)==null||w.call(k,g):e.builderContextSignal.rootState=g}function i(b){var k,w,E,P,L;const g={...e.builderContextSignal.content,...b,data:{...(k=e.builderContextSignal.content)==null?void 0:k.data,...b==null?void 0:b.data},meta:{...(w=e.builderContextSignal.content)==null?void 0:w.meta,...b==null?void 0:b.meta,breakpoints:((E=b==null?void 0:b.meta)==null?void 0:E.breakpoints)||((L=(P=e.builderContextSignal.content)==null?void 0:P.meta)==null?void 0:L.breakpoints)}};Yt({value:g,key:g.id}).then(()=>{R.refresh()})}function o(){return e.showContent?{}:{hidden:!0,"aria-hidden":!0}}const[r,c]=p.useState(()=>e.contentWrapper||"div");function s(b){return u.createEditorListener({model:e.model,trustedHosts:e.trustedHosts,callbacks:{configureSdk:g=>{var E;const{breakpoints:k,contentId:w}=g;!w||w!==((E=e.builderContextSignal.content)==null?void 0:E.id)||k&&i({meta:{breakpoints:k}})},animation:g=>{Xt(g)},contentUpdate:g=>{i(g)}}})(b)}function l(){var g,k;const b=(k=(g=e.builderContextSignal.content)==null?void 0:g.data)==null?void 0:k.jsCode;b&&N({code:b,context:e.context||{},localState:void 0,rootState:e.builderContextSignal.rootState,rootSetState:e.builderContextSignal.rootSetState,enableCache:!1})}const[d,m]=p.useState(()=>({})),[f,v]=p.useState(()=>({})),[S,C]=p.useState(()=>!1);function h(b){var g,k;if(e.builderContextSignal.content){const w=(g=e.builderContextSignal.content)==null?void 0:g.testVariationId,E=(k=e.builderContextSignal.content)==null?void 0:k.id;u._track({type:"click",canTrack:u.getDefaultCanTrack(e.canTrack),contentId:E,apiKey:e.apiKey,variationId:w!==E?w:void 0,...qt(b),unique:!S})}S||C(!0)}function I(){var g,k,w;const b=(w=(k=(g=e.builderContextSignal.content)==null?void 0:g.data)==null?void 0:k.httpRequests)!=null?w:{};Object.entries(b).forEach(([E,P])=>{if(!P||f[E]||d[E]&&!u.isEditing())return;f[E]=!0;const L=P.replace(/{{([^}]+)}}/g,(A,Be)=>String(N({code:Be,context:e.context||{},localState:void 0,rootState:e.builderContextSignal.rootState,rootSetState:e.builderContextSignal.rootSetState,enableCache:!0})));u.fetch(L).then(A=>A.json()).then(A=>{n({[E]:A}),d[E]=!0}).catch(A=>{console.error("error fetching dynamic data",P,A)}).finally(()=>{f[E]=!1})})}function x(){u.isEditing()&&window.dispatchEvent(new CustomEvent("builder:component:stateChange",{detail:{state:Q(e.builderContextSignal.rootState),ref:{name:e.model}}}))}function y(b){window.addEventListener("message",s),u.registerInsertMenu(),u.setupBrowserForEditing({...e.locale?{locale:e.locale}:{},...e.enrich?{enrich:e.enrich}:{},...e.trustedHosts?{trustedHosts:e.trustedHosts}:{}}),Object.values(e.builderContextSignal.componentInfos).forEach(g=>{var w;const k=u.createRegisterComponentMessage(g);(w=window.parent)==null||w.postMessage(k,"*")}),window.addEventListener("builder:component:stateChangeListenerActivated",x)}function T(b){const g=new URL(location.href).searchParams,k=g.get("builder.preview"),w=g.get(`builder.overrides.${k}`),E=g.get("apiKey")||g.get("builder.space");k===e.model&&E===e.apiKey&&(!e.content||w===e.content.id)&&u.fetchOneEntry({model:e.model,apiKey:e.apiKey,apiVersion:e.builderContextSignal.apiVersion}).then(P=>{P&&i(P)})}const R=Ne.useRouter();return p.useEffect(()=>{var b;return(b=t.current)==null||b.addEventListener("initeditingbldr",y),()=>{var g;return(g=t.current)==null?void 0:g.removeEventListener("initeditingbldr",y)}},[]),p.useEffect(()=>{var b;return(b=t.current)==null||b.addEventListener("initpreviewingbldr",T),()=>{var g;return(g=t.current)==null?void 0:g.removeEventListener("initpreviewingbldr",T)}},[]),p.useEffect(()=>{var b,g;if(u.isBrowser()){if(u.isEditing()&&t.current&&t.current.dispatchEvent(new CustomEvent("initeditingbldr")),e.builderContextSignal.content&&u.getDefaultCanTrack(e.canTrack)){const w=(b=e.builderContextSignal.content)==null?void 0:b.testVariationId,E=(g=e.builderContextSignal.content)==null?void 0:g.id,P=e.apiKey;u._track({type:"impression",canTrack:!0,contentId:E,apiKey:P,variationId:w!==E?w:void 0})}u.isPreviewing()&&u.isEditing()}},[]),p.useEffect(()=>{e.apiKey||u.logger.error("No API key provided to `Content` component. This can cause issues. Please provide an API key using the `apiKey` prop."),l(),I(),x()},[]),p.useEffect(()=>{},[e.content]),p.useEffect(()=>{l()},[(V=(j=e.builderContextSignal.content)==null?void 0:j.data)==null?void 0:V.jsCode]),p.useEffect(()=>{I()},[(M=(F=e.builderContextSignal.content)==null?void 0:F.data)==null?void 0:M.httpRequests]),p.useEffect(()=>{x()},[e.builderContextSignal.rootState]),p.useEffect(()=>{e.data&&n(e.data)},[e.data]),p.useEffect(()=>{e.locale&&n({locale:e.locale})},[e.locale]),p.useEffect(()=>()=>{u.isBrowser()&&(window.removeEventListener("message",s),window.removeEventListener("builder:component:stateChangeListenerActivated",x))},[]),a.jsx(Re.Provider,{value:e.builderContextSignal,children:e.builderContextSignal.content?a.jsx(r,{ref:t,onClick:b=>h(b),"builder-content-id":(K=e.builderContextSignal.content)==null?void 0:K.id,"builder-model":e.model,...o(),...e.contentWrapperProps,className:an(((ee=e.content)==null?void 0:ee.testVariationId)||((te=e.content)==null?void 0:te.id)),children:e.children}):null})}function cn(e){const t=`
185
185
  ${tn({cssCode:e.cssCode,contentId:e.contentId})}
186
186
  ${en({customFonts:e.customFonts})}
187
187
  ${on(e.isNestedRender)}
188
- `.trim();return a.jsx(_,{id:"builderio-content",styles:t,nonce:e.nonce})}const ln=({content:e,data:t,locale:n})=>{var r,c,s;const i={},o=((r=e==null?void 0:e.data)==null?void 0:r.state)||{};return(s=(c=e==null?void 0:e.data)==null?void 0:c.inputs)==null||s.forEach(l=>{l.name&&l.defaultValue!==void 0&&(i[l.name]=l.defaultValue)}),{...i,...o,...t,...n?{locale:n}:{}}},sn=({content:e,data:t})=>e?{...e,data:{...e==null?void 0:e.data,...t},meta:e==null?void 0:e.meta}:void 0;function de(e){var o,r,c,s,l,d,m,f,h,C,w;const t=Mt({variationId:(o=e.content)==null?void 0:o.testVariationId,contentId:(r=e.content)==null?void 0:r.id}),n=[...re(),...((c=e.customComponents)==null?void 0:c.filter(({models:b})=>!(b!=null&&b.length)||!e.model?!0:b.includes(e.model)))||[]].reduce((b,{component:E,...v})=>({...b,[v.name]:{component:E,...u.serializeIncludingFunctions(v)}}),{}),i={content:sn({content:e.content,data:e.data}),localState:void 0,rootState:ln({content:e.content,data:e.data,locale:e.locale}),rootSetState:void 0,context:e.context||{},canTrack:e.canTrack,apiKey:e.apiKey,apiVersion:e.apiVersion,componentInfos:[...re(),...((s=e.customComponents)==null?void 0:s.filter(({models:b})=>!(b!=null&&b.length)||!e.model?!0:b.includes(e.model)))||[]].reduce((b,{component:E,...v})=>({...b,[v.name]:u.serializeIncludingFunctions(v)}),{}),inheritedStyles:{},BlocksWrapper:e.blocksWrapper||"div",BlocksWrapperProps:e.blocksWrapperProps||{},nonce:e.nonce||""};return a.jsxs(rn,{nonce:e.nonce,content:e.content,data:e.data,model:e.model,context:e.context,apiKey:e.apiKey,canTrack:e.canTrack,locale:e.locale,enrich:e.enrich,showContent:e.showContent,builderContextSignal:i,contentWrapper:e.contentWrapper,contentWrapperProps:e.contentWrapperProps,trustedHosts:e.trustedHosts,children:[e.isSsrAbTest?a.jsx(G,{id:"builderio-variant-visibility",scriptStr:t,nonce:e.nonce||""}):null,a.jsx(cn,{nonce:e.nonce||"",isNestedRender:e.isNestedRender,contentId:(l=i.content)==null?void 0:l.id,cssCode:(m=(d=i.content)==null?void 0:d.data)==null?void 0:m.cssCode,customFonts:(h=(f=i.content)==null?void 0:f.data)==null?void 0:h.customFonts}),a.jsx(U,{blocks:(w=(C=i.content)==null?void 0:C.data)==null?void 0:w.blocks,context:i,registeredComponents:n,linkComponent:e.linkComponent})]})}function Re(e){var r;const t=Dt({canTrack:u.getDefaultCanTrack(e.canTrack),content:e.content}),n=function(){var s;return Ut(D(e.content).map(l=>({id:l.testVariationId,testRatio:l.testRatio})),((s=e.content)==null?void 0:s.id)||"")},i=function(){return D(e.content).map(s=>`.variant-${s.testVariationId} { display: none; } `).join("")},o=function(){var s;return t?{...e.content,testVariationId:(s=e.content)==null?void 0:s.id}:u.handleABTestingSync({item:e.content,canTrack:u.getDefaultCanTrack(e.canTrack)})};return a.jsxs(a.Fragment,{children:[!e.isNestedRender&&u.TARGET!=="reactNative"?a.jsx(G,{id:"builderio-init-variants-fns",scriptStr:Ht(),nonce:e.nonce||""}):null,t?a.jsxs(a.Fragment,{children:[a.jsx(_,{id:"builderio-variants",styles:i(),nonce:e.nonce||""}),a.jsx(G,{id:"builderio-variants-visibility",scriptStr:n(),nonce:e.nonce||""}),(r=D(e.content))==null?void 0:r.map(c=>a.jsx(de,{isNestedRender:e.isNestedRender,nonce:e.nonce,content:c,showContent:!1,model:e.model,data:e.data,context:e.context,apiKey:e.apiKey,apiVersion:e.apiVersion,customComponents:e.customComponents,linkComponent:e.linkComponent,canTrack:e.canTrack,locale:e.locale,enrich:e.enrich,isSsrAbTest:t,blocksWrapper:e.blocksWrapper,blocksWrapperProps:e.blocksWrapperProps,contentWrapper:e.contentWrapper,contentWrapperProps:e.contentWrapperProps,trustedHosts:e.trustedHosts},c.testVariationId))]}):null,a.jsx(de,{nonce:e.nonce,isNestedRender:e.isNestedRender,content:o(),showContent:!0,model:e.model,data:e.data,context:e.context,apiKey:e.apiKey,apiVersion:e.apiVersion,customComponents:e.customComponents,linkComponent:e.linkComponent,canTrack:e.canTrack,locale:e.locale,enrich:e.enrich,isSsrAbTest:t,blocksWrapper:e.blocksWrapper,blocksWrapperProps:e.blocksWrapperProps,contentWrapper:e.contentWrapper,contentWrapperProps:e.contentWrapperProps,trustedHosts:e.trustedHosts})]})}const dn=async({builderContextValue:e,symbol:t})=>{if(t!=null&&t.model&&(e!=null&&e.apiKey))return u.fetchOneEntry({model:t.model,apiKey:e.apiKey,apiVersion:e.apiVersion,...(t==null?void 0:t.entry)&&{query:{id:t.entry}}}).catch(n=>{u.logger.error("Could not fetch symbol content: ",n)})};async function Pe(e){var r,c,s,l,d;const t=function(){return"div"},n=function(){return"div"},i=function(){var f,h;return[e.attributes[$()],"builder-symbol",(f=e.symbol)!=null&&f.inline?"builder-inline-symbol":void 0,(h=e.symbol)!=null&&h.dynamic||e.dynamic?"builder-dynamic-symbol":void 0].filter(Boolean).join(" ")},o=((r=e.symbol)==null?void 0:r.content)||await dn({symbol:e.symbol,builderContextValue:e.builderContext});return a.jsx("div",{...e.attributes,className:i(),children:a.jsx(Re,{nonce:e.builderContext.nonce,isNestedRender:!0,apiVersion:e.builderContext.apiVersion,apiKey:e.builderContext.apiKey,context:{...e.builderContext.context,symbolId:(c=e.builderBlock)==null?void 0:c.id},customComponents:Object.values(e.builderComponents),data:{...(s=e.symbol)==null?void 0:s.data,...e.builderContext.localState,...(l=o==null?void 0:o.data)==null?void 0:l.state},canTrack:e.builderContext.canTrack,model:(d=e.symbol)==null?void 0:d.model,content:o,linkComponent:e.builderLinkComponent,blocksWrapper:t(),contentWrapper:n()})})}exports.Blocks=U;exports.BuilderContext=Ee;exports.Button=ue;exports.Columns=ye;exports.Content=Re;exports.Fragment=pe;exports.Image=ve;exports.Section=Se;exports.Symbol=Pe;exports.Text=ke;exports.Video=Ce;
188
+ `.trim();return a.jsx(_,{id:"builderio-content",styles:t,nonce:e.nonce})}const ln=({content:e,data:t,locale:n})=>{var r,c,s;const i={},o=((r=e==null?void 0:e.data)==null?void 0:r.state)||{};return(s=(c=e==null?void 0:e.data)==null?void 0:c.inputs)==null||s.forEach(l=>{l.name&&l.defaultValue!==void 0&&(i[l.name]=l.defaultValue)}),{...i,...o,...t,...n?{locale:n}:{}}},sn=({content:e,data:t})=>e?{...e,data:{...e==null?void 0:e.data,...t},meta:e==null?void 0:e.meta}:void 0;function ue(e){var o,r,c,s,l,d,m,f,v,S,C;const t=Mt({variationId:(o=e.content)==null?void 0:o.testVariationId,contentId:(r=e.content)==null?void 0:r.id}),n=[...ce(),...((c=e.customComponents)==null?void 0:c.filter(({models:h})=>!(h!=null&&h.length)||!e.model?!0:h.includes(e.model)))||[]].reduce((h,{component:I,...x})=>({...h,[x.name]:{component:I,...u.serializeIncludingFunctions(x)}}),{}),i={content:sn({content:e.content,data:e.data}),localState:void 0,rootState:ln({content:e.content,data:e.data,locale:e.locale}),rootSetState:void 0,context:e.context||{},canTrack:e.canTrack,apiKey:e.apiKey,apiVersion:e.apiVersion,componentInfos:[...ce(),...((s=e.customComponents)==null?void 0:s.filter(({models:h})=>!(h!=null&&h.length)||!e.model?!0:h.includes(e.model)))||[]].reduce((h,{component:I,...x})=>({...h,[x.name]:u.serializeIncludingFunctions(x)}),{}),inheritedStyles:{},BlocksWrapper:e.blocksWrapper||"div",BlocksWrapperProps:e.blocksWrapperProps||{},nonce:e.nonce||""};return a.jsxs(rn,{nonce:e.nonce,content:e.content,data:e.data,model:e.model,context:e.context,apiKey:e.apiKey,canTrack:e.canTrack,locale:e.locale,enrich:e.enrich,showContent:e.showContent,builderContextSignal:i,contentWrapper:e.contentWrapper,contentWrapperProps:e.contentWrapperProps,trustedHosts:e.trustedHosts,children:[e.isSsrAbTest?a.jsx(G,{id:"builderio-variant-visibility",scriptStr:t,nonce:e.nonce||""}):null,a.jsx(cn,{nonce:e.nonce||"",isNestedRender:e.isNestedRender,contentId:(l=i.content)==null?void 0:l.id,cssCode:(m=(d=i.content)==null?void 0:d.data)==null?void 0:m.cssCode,customFonts:(v=(f=i.content)==null?void 0:f.data)==null?void 0:v.customFonts}),a.jsx(U,{blocks:(C=(S=i.content)==null?void 0:S.data)==null?void 0:C.blocks,context:i,registeredComponents:n,linkComponent:e.linkComponent})]})}function Pe(e){var r;const t=Dt({canTrack:u.getDefaultCanTrack(e.canTrack),content:e.content}),n=function(){var s;return Ut(D(e.content).map(l=>({id:l.testVariationId,testRatio:l.testRatio})),((s=e.content)==null?void 0:s.id)||"")},i=function(){return D(e.content).map(s=>`.variant-${s.testVariationId} { display: none; } `).join("")},o=function(){var s;return t?{...e.content,testVariationId:(s=e.content)==null?void 0:s.id}:u.handleABTestingSync({item:e.content,canTrack:u.getDefaultCanTrack(e.canTrack)})};return a.jsxs(a.Fragment,{children:[!e.isNestedRender&&u.TARGET!=="reactNative"?a.jsx(G,{id:"builderio-init-variants-fns",scriptStr:Ht(),nonce:e.nonce||""}):null,t?a.jsxs(a.Fragment,{children:[a.jsx(_,{id:"builderio-variants",styles:i(),nonce:e.nonce||""}),a.jsx(G,{id:"builderio-variants-visibility",scriptStr:n(),nonce:e.nonce||""}),(r=D(e.content))==null?void 0:r.map(c=>a.jsx(ue,{isNestedRender:e.isNestedRender,nonce:e.nonce,content:c,showContent:!1,model:e.model,data:e.data,context:e.context,apiKey:e.apiKey,apiVersion:e.apiVersion,customComponents:e.customComponents,linkComponent:e.linkComponent,canTrack:e.canTrack,locale:e.locale,enrich:e.enrich,isSsrAbTest:t,blocksWrapper:e.blocksWrapper,blocksWrapperProps:e.blocksWrapperProps,contentWrapper:e.contentWrapper,contentWrapperProps:e.contentWrapperProps,trustedHosts:e.trustedHosts},c.testVariationId))]}):null,a.jsx(ue,{nonce:e.nonce,isNestedRender:e.isNestedRender,content:o(),showContent:!0,model:e.model,data:e.data,context:e.context,apiKey:e.apiKey,apiVersion:e.apiVersion,customComponents:e.customComponents,linkComponent:e.linkComponent,canTrack:e.canTrack,locale:e.locale,enrich:e.enrich,isSsrAbTest:t,blocksWrapper:e.blocksWrapper,blocksWrapperProps:e.blocksWrapperProps,contentWrapper:e.contentWrapper,contentWrapperProps:e.contentWrapperProps,trustedHosts:e.trustedHosts})]})}const dn=async({builderContextValue:e,symbol:t})=>{if(t!=null&&t.model&&(e!=null&&e.apiKey))return u.fetchOneEntry({model:t.model,apiKey:e.apiKey,apiVersion:e.apiVersion,...(t==null?void 0:t.entry)&&{query:{id:t.entry}}}).catch(n=>{u.logger.error("Could not fetch symbol content: ",n)})};async function je(e){var r,c,s,l,d;const t=function(){return"div"},n=function(){return"div"},i=function(){var f,v;return[e.attributes[$()],"builder-symbol",(f=e.symbol)!=null&&f.inline?"builder-inline-symbol":void 0,(v=e.symbol)!=null&&v.dynamic||e.dynamic?"builder-dynamic-symbol":void 0].filter(Boolean).join(" ")},o=((r=e.symbol)==null?void 0:r.content)||await dn({symbol:e.symbol,builderContextValue:e.builderContext});return a.jsx("div",{...e.attributes,className:i(),children:a.jsx(Pe,{nonce:e.builderContext.nonce,isNestedRender:!0,apiVersion:e.builderContext.apiVersion,apiKey:e.builderContext.apiKey,context:{...e.builderContext.context,symbolId:(c=e.builderBlock)==null?void 0:c.id},customComponents:Object.values(e.builderComponents),data:{...(s=e.symbol)==null?void 0:s.data,...e.builderContext.localState,...(l=o==null?void 0:o.data)==null?void 0:l.state},canTrack:e.builderContext.canTrack,model:(d=e.symbol)==null?void 0:d.model,content:o,linkComponent:e.builderLinkComponent,blocksWrapper:t(),contentWrapper:n()})})}exports.Blocks=U;exports.BuilderContext=Re;exports.Button=me;exports.Columns=pe;exports.Content=Pe;exports.Fragment=ve;exports.Image=Se;exports.Section=ke;exports.Symbol=je;exports.Text=Ce;exports.Video=we;