@builder.io/sdk-react 0.7.3 → 0.7.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/browser/index.cjs +117 -25
- package/lib/browser/index.mjs +835 -767
- package/lib/edge/index.cjs +121 -29
- package/lib/edge/index.mjs +1112 -1044
- package/lib/node/index.cjs +106 -14
- package/lib/node/index.mjs +492 -424
- package/package.json +8 -1
- package/types/blocks/video/video.d.ts +4 -0
- package/types/components/content/content.types.d.ts +0 -4
- package/types/components/content-variants/helpers.d.ts +3 -3
- package/types/components/content-variants/inlined-fns.d.ts +14 -0
- package/types/constants/sdk-version.d.ts +1 -1
package/lib/browser/index.cjs
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("react/jsx-runtime"),
|
|
1
|
+
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("react/jsx-runtime"),m=require("react"),d=require("./server-entry-a5d2c777.js");function ce(e){return a.jsxs(a.Fragment,{children:[e.link?a.jsx(a.Fragment,{children:a.jsx("a",{...e.attributes,href:e.link,target:e.openLinkInNewTab?"_blank":void 0,role:"button",children:e.text})}):a.jsx(a.Fragment,{children:a.jsx("button",{...e.attributes,style:e.attributes.style,className:e.attributes.className+" button-5294b10c",children:e.text})}),a.jsx("style",{children:`.button-5294b10c {
|
|
2
2
|
all: unset;
|
|
3
|
-
}`})]})}const
|
|
3
|
+
}`})]})}const z=m.createContext({content:null,context:{},localState:void 0,rootSetState(){},rootState:{},apiKey:null,apiVersion:void 0,componentInfos:{},inheritedStyles:{}}),se=m.createContext({registeredComponents:{}});function we(e){var t;return{...(t=e.component)==null?void 0:t.options,...e.options,builderBlock:e}}const Ie=({builder:e,context:t,event:n,state:i})=>Object.entries({state:i,Builder:e,builder:e,context:t,event:n}),Ee=()=>({isEditing:d.isEditing(),isBrowser:d.isBrowser(),isServer:!d.isBrowser(),getUserAttributes:()=>d.getUserAttributes()}),Te=(e,{isExpression:t=!0})=>t&&!(e.includes(";")||e.includes(" return ")||e.trim().startsWith("return "))?`return (${e});`:e,X=({code:e,builder:t,context:n,event:i,localState:o,rootSetState:r,rootState:l})=>{const s=Ie({builder:t,context:n,event:i,state:Re(l,o,r)});return new Function(...s.map(([c])=>c),e)(...s.map(([,c])=>c))};function Re(e,t,n){if(e===t)throw new Error("rootState === localState");return new Proxy(e,{get:(i,o)=>t&&o in t?t[o]:e[o],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 e[o]=r,n==null||n(e),!0}})}const je=e=>(d.isBrowser(),X(e));function A({code:e,context:t,localState:n,rootState:i,rootSetState:o,event:r,isExpression:l=!0}){if(e===""){d.logger.warn("Skipping evaluation of empty code block.");return}const s={code:Te(e,{isExpression:l}),builder:Ee(),context:t,event:r,rootSetState:o,rootState:i,localState:n};try{return je(s)}catch(c){d.logger.error("Failed code evaluation: "+c.message,{code:e});return}}const Fe=(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,l)=>Object(o[r])===o[r]?o[r]:o[r]=Math.abs(Number(i[l+1]))>>0===+i[l+1]?[]:{},e)[i[i.length-1]]=n,e};const Be=({block:e,context:t,localState:n,rootState:i,rootSetState:o})=>{if(!e.bindings)return e;const r=d.fastClone(e),l={...r,properties:{...r.properties},actions:{...r.actions}};for(const s in e.bindings){const c=e.bindings[s],u=A({code:c,localState:n,rootState:i,rootSetState:o,context:t});Fe(l,s,u)}return l};function $({block:e,context:t,shouldEvaluateBindings:n,localState:i,rootState:o,rootSetState:r}){const l=e;return n?Be({block:l,localState:i,rootState:o,rootSetState:r,context:t}):l}const Pe=["area","base","br","col","embed","hr","img","input","keygen","link","meta","param","source","track","wbr"],D=e=>typeof e=="string"&&Pe.includes(e.toLowerCase()),Ae=({block:e,context:t,registeredComponents:n})=>{var r;const i=(r=$({block:e,localState:t.localState,rootState:t.rootState,rootSetState:t.rootSetState,context:t.context,shouldEvaluateBindings:!1}).component)==null?void 0:r.name;if(!i)return null;const o=n[i];if(o)return o;console.warn(`
|
|
4
4
|
Could not find a registered component named "${i}".
|
|
5
|
-
If you registered it, is the file that registered it imported by the file that needs to render it?`)},
|
|
6
|
-
`),
|
|
7
|
-
${
|
|
5
|
+
If you registered it, is the file that registered it imported by the file that needs to render it?`)},Ve=({block:e,context:t})=>{const{repeat:n,...i}=e;if(!(n!=null&&n.collection))return;const o=A({code:n.collection,localState:t.localState,rootState:t.rootState,rootSetState:t.rootSetState,context:t.context});if(!Array.isArray(o))return;const r=n.collection.split(".").pop(),l=n.itemName||(r?r+"Item":"item");return o.map((c,u)=>({context:{...t,localState:{...t.localState,$index:u,$item:c,[l]:c,[`$${l}Index`]:u}},block:i}))},de={small:{min:320,default:321,max:640},medium:{min:641,default:642,max:991},large:{min:990,default:991,max:1200}},Z=(e,t=de)=>`@media (max-width: ${t[e].max}px)`,ue=({small:e,medium:t})=>{const n=d.fastClone(de);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},$e=e=>e.replace(/([a-z0-9]|(?=[A-Z]))([A-Z])/g,"$1-$2").toLowerCase(),me=e=>Object.entries(e).map(([n,i])=>{if(typeof i=="string")return`${$e(n)}: ${i};`}).filter(d.checkIsDefined),Ne=e=>me(e).join(`
|
|
6
|
+
`),O=({mediaQuery:e,className:t,styles:n})=>{const i=`.${t} {
|
|
7
|
+
${Ne(n)}
|
|
8
8
|
}`;return e?`${e} {
|
|
9
9
|
${i}
|
|
10
|
-
}`:i};function W(e){return a.jsx("style",{dangerouslySetInnerHTML:{__html:e.styles},id:e.id})}function
|
|
10
|
+
}`:i};function W(e){return a.jsx("style",{dangerouslySetInnerHTML:{__html:e.styles},id:e.id})}function q(e){function t(){const i=$({block:e.block,localState:e.context.localState,rootState:e.context.rootState,rootSetState:e.context.rootSetState,context:e.context.context,shouldEvaluateBindings:!0});return d.checkIsDefined(i.hide)?!i.hide:d.checkIsDefined(i.show)?i.show:!0}function n(){var v;const i=$({block:e.block,localState:e.context.localState,rootState:e.context.rootState,rootSetState:e.context.rootSetState,context:e.context.context,shouldEvaluateBindings:!0}),o=i.responsiveStyles,r=e.context.content,l=ue(((v=r==null?void 0:r.meta)==null?void 0:v.breakpoints)||{}),s=o==null?void 0:o.large,c=o==null?void 0:o.medium,u=o==null?void 0:o.small,f=i.id;if(!f)return"";const b=s?O({className:f,styles:s}):"",y=c?O({className:f,styles:c,mediaQuery:Z("medium",l)}):"",R=u?O({className:f,styles:u,mediaQuery:Z("small",l)}):"";return[b,y,R].join(" ")}return a.jsx(a.Fragment,{children:n()&&t()?a.jsx(a.Fragment,{children:a.jsx(W,{styles:n()})}):null})}function We(e){return e.charAt(0).toUpperCase()+e.slice(1)}const _e=e=>`on${We(e)}`,Me=(e,t)=>n=>A({code:e,context:t.context,localState:t.localState,rootState:t.rootState,rootSetState:t.rootSetState,event:n,isExpression:!1});function K(e){const t={},n=e.block.actions??{};for(const i in n){if(!n.hasOwnProperty(i))continue;const o=n[i];let r=_e(i);if(e.stripPrefix)switch(d.TARGET){case"vue2":case"vue3":r=r.replace("v-on:","");break;case"svelte":r=r.replace("on:","");break}t[r]=Me(o,e)}return t}function Le(e){return e.className=e.class,delete e.class,e}const De=e=>({href:e.href});function N({block:e,context:t}){var i;const n={...De(e),...e.properties,"builder-id":e.id,style:e.style?Oe(e.style):void 0,class:[e.id,"builder-block",e.class,(i=e.properties)==null?void 0:i.class].filter(Boolean).join(" ")};return Le(n)}function Oe(e){switch(d.TARGET){case"svelte":case"vue2":case"vue3":case"solid":return me(e).join(" ");case"qwik":case"reactNative":case"react":case"rsc":return e}}function ee(e){return a.jsxs(a.Fragment,{children:[" ",e.hasChildren?a.jsx(a.Fragment,{children:a.jsxs(e.Wrapper,{...N({block:e.block,context:e.context}),...K({block:e.block,rootState:e.context.rootState,rootSetState:e.context.rootSetState,localState:e.context.localState,context:e.context.context,stripPrefix:!0}),children:[" ",e.children," "]})}):a.jsx(a.Fragment,{children:a.jsx(e.Wrapper,{...N({block:e.block,context:e.context}),...K({block:e.block,rootState:e.context.rootState,rootSetState:e.context.rootSetState,localState:e.context.localState,context:e.context.context,stripPrefix:!0})})})," "]})}function Ue(e){return a.jsx(e.Wrapper,{...e.wrapperProps,attributes:{...N({block:e.block,context:e.context}),...K({block:e.block,rootState:e.context.rootState,rootSetState:e.context.rootSetState,localState:e.context.localState,context:e.context.context})},children:e.children})}const Ke=({componentOptions:e,builderBlock:t,context:n,componentRef:i,includeBlockProps:o,isInteractive:r,contextValue:l})=>r?{Wrapper:i,block:t,context:n,wrapperProps:e}:{...e,...o?{attributes:N({block:t,context:l})}:{}};function te(e){var i,o;const[t,n]=m.useState(()=>e.isInteractive?Ue:e.componentRef);return a.jsx(a.Fragment,{children:e.componentRef?a.jsx(a.Fragment,{children:a.jsxs(t,{...Ke({componentOptions:e.componentOptions,builderBlock:e.builderBlock,context:e.context,componentRef:e.componentRef,includeBlockProps:e.includeBlockProps,isInteractive:e.isInteractive,contextValue:e.context}),children:[(i=e.blockChildren)==null?void 0:i.map(r=>a.jsx(_,{block:r,context:e.context,registeredComponents:e.registeredComponents},"block-"+r.id)),(o=e.blockChildren)==null?void 0:o.map(r=>a.jsx(q,{block:r,context:e.context},"block-style-"+r.id))]})}):null})}function He(e){const[t,n]=m.useState(()=>e.repeatContext);return a.jsx(z.Provider,{value:t,children:a.jsx(_,{block:e.block,context:t,registeredComponents:e.registeredComponents})})}function _(e){var f,b,y,R;function t(){return Ae({block:e.block,context:e.context,registeredComponents:e.registeredComponents})}function n(){return Ve({block:e.block,context:e.context})}function i(){return n()?e.block:$({block:e.block,localState:e.context.localState,rootState:e.context.rootState,rootSetState:e.context.rootSetState,context:e.context.context,shouldEvaluateBindings:!0})}function o(){return e.block.tagName||"div"}function r(){return"hide"in i()?!i().hide:"show"in i()?i().show:!0}function l(){var p;return!((p=t==null?void 0:t())!=null&&p.component)&&!n()?i().children??[]:[]}function s(){var v,p,T,E,C;return{blockChildren:i().children??[],componentRef:(v=t==null?void 0:t())==null?void 0:v.component,componentOptions:{...we(i()),builderContext:e.context,...((p=t==null?void 0:t())==null?void 0:p.name)==="Symbol"||((T=t==null?void 0:t())==null?void 0:T.name)==="Columns"?{builderComponents:e.registeredComponents}:{}},context:c,registeredComponents:e.registeredComponents,builderBlock:i(),includeBlockProps:((E=t==null?void 0:t())==null?void 0:E.noWrap)===!0,isInteractive:!((C=t==null?void 0:t())!=null&&C.isRSC)}}const[c,u]=m.useState(()=>e.context);return a.jsx(a.Fragment,{children:r()?a.jsx(a.Fragment,{children:(f=t==null?void 0:t())!=null&&f.noWrap?a.jsx(a.Fragment,{children:a.jsx(te,{componentRef:s().componentRef,componentOptions:s().componentOptions,blockChildren:s().blockChildren,context:s().context,registeredComponents:s().registeredComponents,builderBlock:s().builderBlock,includeBlockProps:s().includeBlockProps,isInteractive:s().isInteractive})}):a.jsxs(a.Fragment,{children:[D(o())?a.jsx(a.Fragment,{children:a.jsx(ee,{Wrapper:o(),block:i(),context:e.context,hasChildren:!1})}):null,!D(o())&&n()?a.jsx(a.Fragment,{children:(b=n())==null?void 0:b.map((v,p)=>a.jsx(He,{repeatContext:v.context,block:v.block,registeredComponents:e.registeredComponents},p))}):null,!D(o())&&!n()?a.jsx(a.Fragment,{children:a.jsxs(ee,{Wrapper:o(),block:i(),context:e.context,hasChildren:!0,children:[a.jsx(te,{componentRef:s().componentRef,componentOptions:s().componentOptions,blockChildren:s().blockChildren,context:s().context,registeredComponents:s().registeredComponents,builderBlock:s().builderBlock,includeBlockProps:s().includeBlockProps,isInteractive:s().isInteractive}),(y=l())==null?void 0:y.map(v=>a.jsx(_,{block:v,context:c,registeredComponents:e.registeredComponents},"block-"+v.id)),(R=l())==null?void 0:R.map(v=>a.jsx(q,{block:v,context:c},"block-style-"+v.id))]})}):null]})}):null})}function ze(e){function t(){var o;return"builder-blocks"+((o=e.blocks)!=null&&o.length?"":" no-blocks")}function n(){var o,r;d.isEditing()&&!((o=e.blocks)!=null&&o.length)&&((r=window.parent)==null||r.postMessage({type:"builder.clickEmptyBlocks",data:{parentElementId:e.parent,dataPath:e.path}},"*"))}function i(){var o,r;d.isEditing()&&!((o=e.blocks)!=null&&o.length)&&((r=window.parent)==null||r.postMessage({type:"builder.hoverEmptyBlocks",data:{parentElementId:e.parent,dataPath:e.path}},"*"))}return a.jsxs(a.Fragment,{children:[a.jsx("div",{className:t()+" div-02c7a115","builder-path":e.path,"builder-parent-id":e.parent,style:e.styleProp,onClick:o=>n(),onMouseEnter:o=>i(),onKeyPress:o=>n(),children:e.children}),a.jsx("style",{children:`.div-02c7a115 {
|
|
11
11
|
display: flex;
|
|
12
12
|
flex-direction: column;
|
|
13
13
|
align-items: stretch;
|
|
14
|
-
}`})]})}function
|
|
15
|
-
@media (max-width: ${
|
|
14
|
+
}`})]})}function M(e){var i,o;const t=m.useContext(z),n=m.useContext(se);return a.jsxs(ze,{blocks:e.blocks,parent:e.parent,path:e.path,styleProp:e.styleProp,children:[e.blocks?a.jsx(a.Fragment,{children:(i=e.blocks)==null?void 0:i.map(r=>a.jsx(_,{block:r,context:e.context||t,registeredComponents:e.registeredComponents||n.registeredComponents},"render-block-"+r.id))}):null,e.blocks?a.jsx(a.Fragment,{children:(o=e.blocks)==null?void 0:o.map(r=>a.jsx(q,{block:r,context:e.context||t},"block-style-"+r.id))}):null]})}function fe(e){var E;const[t,n]=m.useState(()=>typeof e.space=="number"?e.space||0:20),[i,o]=m.useState(()=>e.columns||[]),[r,l]=m.useState(()=>e.stackColumnsAt||"tablet");function s(C){var w;return((w=i[C])==null?void 0:w.width)||100/i.length}function c(C){const w=t*(i.length-1)/i.length;return`calc(${s(C)}% - ${w}px)`}function u({stackedStyle:C,desktopStyle:w}){return r==="tablet"?C:w}function f({stackedStyle:C,desktopStyle:w}){return r==="never"?w:C}const[b,y]=m.useState(()=>e.stackColumnsAt==="never"?"row":e.reverseColumnsWhenStacked?"column-reverse":"column");function R(){return{"--flex-dir":b,"--flex-dir-tablet":u({stackedStyle:b,desktopStyle:"row"})}}function v(C){const w=C===0?0:t,j=c(C),F=`${w}px`,B="100%",P=0;return{width:j,["marginLeft"]:F,"--column-width-mobile":f({stackedStyle:B,desktopStyle:j}),"--column-margin-left-mobile":f({stackedStyle:P,desktopStyle:F}),"--column-width-tablet":u({stackedStyle:B,desktopStyle:j}),"--column-margin-left-tablet":u({stackedStyle:P,desktopStyle:F})}}function p(C){var j,F;return ue(((F=(j=e.builderContext.content)==null?void 0:j.meta)==null?void 0:F.breakpoints)||{})[C].max}function T(){return`
|
|
15
|
+
@media (max-width: ${p("medium")}px) {
|
|
16
16
|
.${e.builderBlock.id}-breakpoints {
|
|
17
17
|
flex-direction: var(--flex-dir-tablet);
|
|
18
18
|
align-items: stretch;
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
}
|
|
25
25
|
}
|
|
26
26
|
|
|
27
|
-
@media (max-width: ${
|
|
27
|
+
@media (max-width: ${p("small")}px) {
|
|
28
28
|
.${e.builderBlock.id}-breakpoints {
|
|
29
29
|
flex-direction: var(--flex-dir);
|
|
30
30
|
align-items: stretch;
|
|
@@ -35,14 +35,14 @@
|
|
|
35
35
|
margin-left: var(--column-margin-left-mobile) !important;
|
|
36
36
|
}
|
|
37
37
|
},
|
|
38
|
-
`}return a.jsxs(a.Fragment,{children:[a.jsxs("div",{className:`builder-columns ${e.builderBlock.id}-breakpoints div-53636e90`,style:
|
|
38
|
+
`}return a.jsxs(a.Fragment,{children:[a.jsxs("div",{className:`builder-columns ${e.builderBlock.id}-breakpoints div-53636e90`,style:R(),children:[a.jsx(a.Fragment,{children:a.jsx(W,{styles:T()})}),(E=e.columns)==null?void 0:E.map((C,w)=>m.createElement("div",{className:"builder-column div-53636e90-2",style:v(w),key:w},a.jsx(M,{path:`component.options.columns.${w}.blocks`,parent:e.builderBlock.id,styleProp:{flexGrow:"1"},context:e.builderContext,registeredComponents:e.builderComponents,blocks:C.blocks})))]}),a.jsx("style",{children:`.div-53636e90 {
|
|
39
39
|
display: flex;
|
|
40
40
|
line-height: normal;
|
|
41
41
|
}.div-53636e90-2 {
|
|
42
42
|
display: flex;
|
|
43
43
|
flex-direction: column;
|
|
44
44
|
align-items: stretch;
|
|
45
|
-
}`})]})}function
|
|
45
|
+
}`})]})}function ge(e){return a.jsx("span",{children:e.children})}function ne(e){return e.replace(/http(s)?:/,"")}function qe(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 Ge(e,t){if(!e||!(e!=null&&e.match(/cdn\.shopify\.com/))||!t)return e;if(t==="master")return ne(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 ne(`${i[0]}_${r}${o}`)}return null}function U(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=>`${qe(e,"width",o)} ${o}w`).concat([n]).join(", ")}return e.match(/cdn\.shopify\.com/)?t.map(n=>[Ge(e,`${n}x${n}`),n]).filter(([n])=>!!n).map(([n,i])=>`${n} ${i}w`).concat([e]).join(", "):e}function he(e){var o,r,l,s;function t(){var f;const u=e.image||e.src;if(!u||!(u.match(/builder\.io/)||u.match(/cdn\.shopify\.com/)))return e.srcset;if(e.srcset&&((f=e.image)!=null&&f.includes("builder.io/api/v1/image"))){if(!e.srcset.includes(e.image.split("?")[0]))return console.debug("Removed given srcset"),U(u)}else if(e.image&&!e.srcset)return U(u);return U(u)}function n(){var c;return(c=t==null?void 0:t())!=null&&c.match(/builder\.io/)&&!e.noWebp?t().replace(/\?/g,"?format=webp&"):""}function i(){const c={position:"absolute",height:"100%",width:"100%",left:"0px",top:"0px"};return e.aspectRatio?c:void 0}return a.jsxs(a.Fragment,{children:[a.jsxs(a.Fragment,{children:[a.jsxs("picture",{children:[n()?a.jsx(a.Fragment,{children:a.jsx("source",{type:"image/webp",srcSet:n()})}):null,a.jsx("img",{loading:"lazy",alt:e.altText,role:e.altText?"presentation":void 0,style:{objectPosition:e.backgroundPosition||"center",objectFit:e.backgroundSize||"cover",...i()},className:"builder-image"+(e.className?" "+e.className:"")+" img-dbab4030",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(a.Fragment,{children:a.jsx("div",{className:"builder-image-sizer div-dbab4030",style:{paddingTop:e.aspectRatio*100+"%"}})}):null,(s=(l=e.builderBlock)==null?void 0:l.children)!=null&&s.length&&e.fitContent?a.jsx(a.Fragment,{children:e.children}):null,!e.fitContent&&e.children?a.jsx(a.Fragment,{children:a.jsx("div",{className:"div-dbab4030-2",children:e.children})}):null]}),a.jsx("style",{children:`.img-dbab4030 {
|
|
46
46
|
opacity: 1;
|
|
47
47
|
transition: opacity 0.2s ease-in-out;
|
|
48
48
|
}.div-dbab4030 {
|
|
@@ -58,29 +58,121 @@
|
|
|
58
58
|
left: 0;
|
|
59
59
|
width: 100%;
|
|
60
60
|
height: 100%;
|
|
61
|
-
}`})]})}function ge(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 De={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},Ge={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((l,s)=>l+s.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}]},Je={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 Ye(e){const t=f.useRef(null),[n,i]=f.useState(()=>[]),[o,r]=f.useState(()=>[]);return f.useEffect(()=>{var l;if(!((l=t.current)!=null&&l.getElementsByTagName)||typeof window>"u")return;const c=t.current.getElementsByTagName("script");for(let s=0;s<c.length;s++){const d=c[s];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 Qe={name:"Embed",static:!0,inputs:[{name:"url",type:"url",required:!0,defaultValue:"",helperText:"e.g. enter a youtube url, google map, etc",onChange:e=>{const t=e.get("url");if(t)return e.set("content","Loading..."),fetch(`https://iframe.ly/api/iframely?url=${t}&api_key=ae0e60e78201a3f2b0de4b`).then(i=>i.json()).then(i=>{e.get("url")===t&&(i.html?e.set("content",i.html):e.set("content","Invalid url, please try another"))}).catch(i=>{e.set("content","There was an error embedding this URL, please try again or another URL")});e.delete("content")}},{name:"content",type:"html",defaultValue:'<div style="padding: 20px; text-align: center">(Choose an embed URL)<div>',hideFromUI:!0}]},Xe=["text/javascript","application/javascript","application/ecmascript"],Ze=e=>Xe.includes(e.type);function et(e){const t=f.useRef(null),[n,i]=f.useState(()=>[]),[o,r]=f.useState(()=>[]),[c,l]=f.useState(()=>!1);function s(){if(!t.current||!t.current.getElementsByTagName)return;const d=t.current.getElementsByTagName("script");for(let m=0;m<d.length;m++){const b=d[m];if(b.src&&!n.includes(b.src)){n.push(b.src);const y=document.createElement("script");y.async=!0,y.src=b.src,document.head.appendChild(y)}else if(Ze(b)&&!o.includes(b.innerText))try{o.push(b.innerText),new Function(b.innerText)()}catch(y){console.warn("`Embed`: Error running script:",y)}}}return f.useEffect(()=>{t.current&&!c&&(l(!0),s())},[t.current,c]),a.jsx("div",{className:"builder-embed",ref:t,dangerouslySetInnerHTML:{__html:e.content}})}const tt={name:"Fragment",static:!0,hidden:!0,canHaveChildren:!0,noWrap:!0},nt={name:"Image",static:!0,image:"https://firebasestorage.googleapis.com/v0/b/builder-3b0a2.appspot.com/o/images%2Fbaseline-insert_photo-24px.svg?alt=media&token=4e5d0ef4-f5e8-4e57-b3a9-38d63a9b9dc4",defaultStyles:{position:"relative",minHeight:"20px",minWidth:"20px",overflow:"hidden"},canHaveChildren:!0,inputs:[{name:"image",type:"file",bubble:!0,allowedFileTypes:["jpeg","jpg","png","svg"],required:!0,defaultValue:"https://cdn.builder.io/api/v1/image/assets%2FYJIGb4i01jvw0SRdL5Bt%2F72c80f114dc149019051b6852a9e3b7a",onChange:e=>{e.delete("srcset"),e.delete("noWebp");function n(c,l=6e4){return new Promise((s,d)=>{const m=document.createElement("img");let b=!1;m.onload=()=>{b=!0,s(m)},m.addEventListener("error",y=>{console.warn("Image load failed",y.error),d(y.error)}),m.src=c,setTimeout(()=>{b||d(new Error("Image load timed out"))},l)})}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 l=e.get("aspectRatio");e.get("image")===o&&(!l||l===.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:"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}]},it={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 at(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 ot={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>"}}}]},rt={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"}]},ct={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 he(e){var t;return a.jsx("div",{className:"builder-text",dangerouslySetInnerHTML:{__html:((t=e.text)==null?void 0:t.toString())||""},style:{outline:"none"}})}const lt={name:"Video",canHaveChildren:!0,defaultStyles:{minHeight:"20px",minWidth:"20px"},image:"https://firebasestorage.googleapis.com/v0/b/builder-3b0a2.appspot.com/o/images%2Fbaseline-videocam-24px%20(1).svg?alt=media&token=49a84e4a-b20e-4977-a650-047f986874bb",inputs:[{name:"video",type:"file",allowedFileTypes:["mp4"],bubble:!0,defaultValue:"https://firebasestorage.googleapis.com/v0/b/builder-3b0a2.appspot.com/o/assets%2FKQlEmWDxA0coC3PK6UvkrjwkIGI2%2F28cb070609f546cdbe5efa20e931aa4b?alt=media&token=912e9551-7a7c-4dfb-86b6-3da1537d1a7f",required:!0},{name:"posterImage",type:"file",allowedFileTypes:["jpeg","png"],helperText:"Image to show before the video plays"},{name:"autoPlay",type:"boolean",defaultValue:!0},{name:"controls",type:"boolean",defaultValue:!1},{name:"muted",type:"boolean",defaultValue:!0},{name:"loop",type:"boolean",defaultValue:!0},{name:"playsInline",type:"boolean",defaultValue:!0},{name:"fit",type:"text",defaultValue:"cover",enum:["contain","cover","fill","auto"]},{name:"preload",type:"text",defaultValue:"metadata",enum:["auto","metadata","none"]},{name:"fitContent",type:"boolean",helperText:"When child blocks are provided, fit to them instead of using the aspect ratio",defaultValue:!0,advanced:!0},{name:"position",type:"text",defaultValue:"center",enum:["center","top","left","right","bottom","top left","top right","bottom left","bottom right"]},{name:"height",type:"number",advanced:!0},{name:"width",type:"number",advanced:!0},{name:"aspectRatio",type:"number",advanced:!0,defaultValue:.7004048582995948},{name:"lazyLoad",type:"boolean",helperText:'Load this video "lazily" - as in only when a user scrolls near the video. Recommended for optmized performance and bandwidth consumption',defaultValue:!0,advanced:!0}]};function be(e){var i;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{...e.attributes,...t()}}return a.jsx("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,borderRadius:1},src:e.video||"no-src",poster:e.posterImage})}const te=()=>[{component:re,...De},{component:ue,...Ge},{component:Ye,...Je},{component:et,...Qe},{component:me,...tt},{component:fe,...nt},{component:at,...it},{component:ge,...ot},{component:ve,...rt},{component:he,...ct},{component:be,...lt}],A=e=>Object.values((e==null?void 0:e.variations)||{}).map(t=>({...t,testVariationId:t.id,id:e==null?void 0:e.id})),st=({canTrack:e,content:t})=>!(!(A(t).length>0)||!e||u.isBrowser());function dt(e,t,n){var c;function i(){function l(x,v,w){let I="";if(w){const S=new Date;S.setTime(S.getTime()+w*24*60*60*1e3),I="; expires="+S.toUTCString()}document.cookie=x+"="+(v||"")+I+"; path=/; Secure; SameSite=None"}function s(x){const v=x+"=",w=document.cookie.split(";");for(let I=0;I<w.length;I++){let S=w[I];for(;S.charAt(0)===" ";)S=S.substring(1,S.length);if(S.indexOf(v)===0)return S.substring(v.length,S.length)}return null}const d=`builder.tests.${e}`,m=s(d),b=t.map(x=>x.id).concat(e);if(m&&b.includes(m))return m;let y=0;const C=Math.random();for(let x=0;x<t.length;x++){const v=t[x],w=v.testRatio;if(y+=w,C<y)return l(d,v.id),v.id}return l(d,e),e}const o=i(),r=(c=document.currentScript)==null?void 0:c.previousElementSibling;if(n){r.remove();const l=document.currentScript;l==null||l.remove()}else{const l=t.concat({id:e}).filter(s=>s.id!==o).map(s=>`.variant-${s.id} { display: none; }
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
61
|
+
}`})]})}function be(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 Ye={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},Qe={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,c)=>s+c.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}]},Je={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 Xe(e){const t=m.useRef(null),[n,i]=m.useState(()=>[]),[o,r]=m.useState(()=>[]);return m.useEffect(()=>{var s;if(!((s=t.current)!=null&&s.getElementsByTagName)||typeof window>"u")return;const l=t.current.getElementsByTagName("script");for(let c=0;c<l.length;c++){const u=l[c];if(u.src){if(n.includes(u.src))continue;n.push(u.src);const f=document.createElement("script");f.async=!0,f.src=u.src,document.head.appendChild(f)}else if(!u.type||["text/javascript","application/javascript","application/ecmascript"].includes(u.type)){if(o.includes(u.innerText))continue;try{o.push(u.innerText),new Function(u.innerText)()}catch(f){console.warn("`CustomCode`: Error running script:",f)}}}},[]),a.jsx("div",{ref:t,className:"builder-custom-code"+(e.replaceNodes?" replace-nodes":""),dangerouslySetInnerHTML:{__html:e.code}})}const Ze={name:"Embed",static:!0,inputs:[{name:"url",type:"url",required:!0,defaultValue:"",helperText:"e.g. enter a youtube url, google map, etc",onChange:e=>{const t=e.get("url");if(t)return e.set("content","Loading..."),fetch(`https://iframe.ly/api/iframely?url=${t}&api_key=ae0e60e78201a3f2b0de4b`).then(i=>i.json()).then(i=>{e.get("url")===t&&(i.html?e.set("content",i.html):e.set("content","Invalid url, please try another"))}).catch(i=>{e.set("content","There was an error embedding this URL, please try again or another URL")});e.delete("content")}},{name:"content",type:"html",defaultValue:'<div style="padding: 20px; text-align: center">(Choose an embed URL)<div>',hideFromUI:!0}]},et=["text/javascript","application/javascript","application/ecmascript"],tt=e=>et.includes(e.type);function nt(e){const t=m.useRef(null),[n,i]=m.useState(()=>[]),[o,r]=m.useState(()=>[]),[l,s]=m.useState(()=>!1);function c(){if(!t.current||!t.current.getElementsByTagName)return;const u=t.current.getElementsByTagName("script");for(let f=0;f<u.length;f++){const b=u[f];if(b.src&&!n.includes(b.src)){n.push(b.src);const y=document.createElement("script");y.async=!0,y.src=b.src,document.head.appendChild(y)}else if(tt(b)&&!o.includes(b.innerText))try{o.push(b.innerText),new Function(b.innerText)()}catch(y){console.warn("`Embed`: Error running script:",y)}}}return m.useEffect(()=>{t.current&&!l&&(s(!0),c())},[t.current,l]),a.jsx("div",{className:"builder-embed",ref:t,dangerouslySetInnerHTML:{__html:e.content}})}const it={name:"Fragment",static:!0,hidden:!0,canHaveChildren:!0,noWrap:!0},at={name:"Image",static:!0,image:"https://firebasestorage.googleapis.com/v0/b/builder-3b0a2.appspot.com/o/images%2Fbaseline-insert_photo-24px.svg?alt=media&token=4e5d0ef4-f5e8-4e57-b3a9-38d63a9b9dc4",defaultStyles:{position:"relative",minHeight:"20px",minWidth:"20px",overflow:"hidden"},canHaveChildren:!0,inputs:[{name:"image",type:"file",bubble:!0,allowedFileTypes:["jpeg","jpg","png","svg"],required:!0,defaultValue:"https://cdn.builder.io/api/v1/image/assets%2FYJIGb4i01jvw0SRdL5Bt%2F72c80f114dc149019051b6852a9e3b7a",onChange:e=>{e.delete("srcset"),e.delete("noWebp");function n(l,s=6e4){return new Promise((c,u)=>{const f=document.createElement("img");let b=!1;f.onload=()=>{b=!0,c(f)},f.addEventListener("error",y=>{console.warn("Image load failed",y.error),u(y.error)}),f.src=l,setTimeout(()=>{b||u(new Error("Image load timed out"))},s)})}function i(l){return Math.round(l*1e3)/1e3}const o=e.get("image"),r=e.get("aspectRatio");if(fetch(o).then(l=>l.blob()).then(l=>{l.type.includes("svg")&&e.set("noWebp",!0)}),o&&(!r||r===.7041))return n(o).then(l=>{const s=e.get("aspectRatio");e.get("image")===o&&(!s||s===.7041)&&l.width&&l.height&&(e.set("aspectRatio",i(l.height/l.width)),e.set("height",l.height),e.set("width",l.width))})}},{name:"backgroundSize",type:"text",defaultValue:"cover",enum:[{label:"contain",value:"contain",helperText:"The image should never get cropped"},{label:"cover",value:"cover",helperText:"The image should fill it's box, cropping when needed"}]},{name:"backgroundPosition",type:"text",defaultValue:"center",enum:["center","top","left","right","bottom","top left","top right","bottom left","bottom right"]},{name:"altText",type:"string",helperText:"Text to display when the user has images off"},{name:"height",type:"number",hideFromUI:!0},{name:"width",type:"number",hideFromUI:!0},{name:"sizes",type:"string",hideFromUI:!0},{name:"srcset",type:"string",hideFromUI:!0},{name:"lazy",type:"boolean",defaultValue:!0,hideFromUI:!0},{name:"fitContent",type:"boolean",helperText:"When child blocks are provided, fit to them instead of using the image's aspect ratio",defaultValue:!0},{name:"aspectRatio",type:"number",helperText:"This is the ratio of height/width, e.g. set to 1.5 for a 300px wide and 200px tall photo. Set to 0 to not force the image to maintain it's aspect ratio",advanced:!0,defaultValue:.7041}]},ot={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 rt(e){return a.jsx("img",{style:{objectFit:e.backgroundSize||"cover",objectPosition:e.backgroundPosition||"center"},alt:e.altText,src:e.imgSrc||e.image,...e.attributes},d.isEditing()&&e.imgSrc||"default-key")}const lt={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>"}}}]},ct={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"}]},st={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 xe(e){var t;return a.jsx("div",{className:"builder-text",dangerouslySetInnerHTML:{__html:((t=e.text)==null?void 0:t.toString())||""},style:{outline:"none"}})}const dt={name:"Video",canHaveChildren:!0,defaultStyles:{minHeight:"20px",minWidth:"20px"},image:"https://firebasestorage.googleapis.com/v0/b/builder-3b0a2.appspot.com/o/images%2Fbaseline-videocam-24px%20(1).svg?alt=media&token=49a84e4a-b20e-4977-a650-047f986874bb",inputs:[{name:"video",type:"file",allowedFileTypes:["mp4"],bubble:!0,defaultValue:"https://firebasestorage.googleapis.com/v0/b/builder-3b0a2.appspot.com/o/assets%2FKQlEmWDxA0coC3PK6UvkrjwkIGI2%2F28cb070609f546cdbe5efa20e931aa4b?alt=media&token=912e9551-7a7c-4dfb-86b6-3da1537d1a7f",required:!0},{name:"posterImage",type:"file",allowedFileTypes:["jpeg","png"],helperText:"Image to show before the video plays"},{name:"autoPlay",type:"boolean",defaultValue:!0},{name:"controls",type:"boolean",defaultValue:!1},{name:"muted",type:"boolean",defaultValue:!0},{name:"loop",type:"boolean",defaultValue:!0},{name:"playsInline",type:"boolean",defaultValue:!0},{name:"fit",type:"text",defaultValue:"cover",enum:["contain","cover","fill","auto"]},{name:"preload",type:"text",defaultValue:"metadata",enum:["auto","metadata","none"]},{name:"fitContent",type:"boolean",helperText:"When child blocks are provided, fit to them instead of using the aspect ratio",defaultValue:!0,advanced:!0},{name:"position",type:"text",defaultValue:"center",enum:["center","top","left","right","bottom","top left","top right","bottom left","bottom right"]},{name:"height",type:"number",advanced:!0},{name:"width",type:"number",advanced:!0},{name:"aspectRatio",type:"number",advanced:!0,defaultValue:.7004048582995948},{name:"lazyLoad",type:"boolean",helperText:'Load this video "lazily" - as in only when a user scrolls near the video. Recommended for optmized performance and bandwidth consumption',defaultValue:!0,advanced:!0}]};function Se(e){var i,o,r,l,s,c,u;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(a.Fragment,{children:a.jsx("div",{style:{width:"100%",paddingTop:e.aspectRatio*100+"%",pointerEvents:"none",fontSize:"0px"}})}):null,(s=(l=e.builderBlock)==null?void 0:l.children)!=null&&s.length&&e.fitContent?a.jsx(a.Fragment,{children:a.jsx("div",{style:{display:"flex",flexDirection:"column",alignItems:"stretch"},children:e.children})}):null,(u=(c=e.builderBlock)==null?void 0:c.children)!=null&&u.length&&!e.fitContent?a.jsx(a.Fragment,{children: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 ie=()=>[{component:ce,...Ye},{component:fe,...Qe},{component:Xe,...Je},{component:nt,...Ze},{component:ge,...it},{component:he,...at},{component:rt,...ot},{component:be,...lt},{component:ke,...ct},{component:xe,...st},{component:Se,...dt}],ut=`function updateCookiesAndStyles(contentId, variants, isHydrationTarget) {
|
|
62
|
+
function getAndSetVariantId() {
|
|
63
|
+
function setCookie(name, value, days) {
|
|
64
|
+
let expires = '';
|
|
65
|
+
if (days) {
|
|
66
|
+
const date = new Date();
|
|
67
|
+
date.setTime(date.getTime() + days * 24 * 60 * 60 * 1000);
|
|
68
|
+
expires = '; expires=' + date.toUTCString();
|
|
69
|
+
}
|
|
70
|
+
document.cookie = name + '=' + (value || '') + expires + '; path=/' + '; Secure; SameSite=None';
|
|
71
|
+
}
|
|
72
|
+
function getCookie(name) {
|
|
73
|
+
const nameEQ = name + '=';
|
|
74
|
+
const ca = document.cookie.split(';');
|
|
75
|
+
for (let i = 0; i < ca.length; i++) {
|
|
76
|
+
let c = ca[i];
|
|
77
|
+
while (c.charAt(0) === ' ') c = c.substring(1, c.length);
|
|
78
|
+
if (c.indexOf(nameEQ) === 0) return c.substring(nameEQ.length, c.length);
|
|
79
|
+
}
|
|
80
|
+
return null;
|
|
81
|
+
}
|
|
82
|
+
const cookieName = \`builder.tests.\${contentId}\`;
|
|
83
|
+
const variantInCookie = getCookie(cookieName);
|
|
84
|
+
const availableIDs = variants.map(vr => vr.id).concat(contentId);
|
|
85
|
+
if (variantInCookie && availableIDs.includes(variantInCookie)) {
|
|
86
|
+
return variantInCookie;
|
|
87
|
+
}
|
|
88
|
+
let n = 0;
|
|
89
|
+
const random = Math.random();
|
|
90
|
+
for (let i = 0; i < variants.length; i++) {
|
|
91
|
+
const variant = variants[i];
|
|
92
|
+
const testRatio = variant.testRatio;
|
|
93
|
+
n += testRatio;
|
|
94
|
+
if (random < n) {
|
|
95
|
+
setCookie(cookieName, variant.id);
|
|
96
|
+
return variant.id;
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
setCookie(cookieName, contentId);
|
|
100
|
+
return contentId;
|
|
101
|
+
}
|
|
102
|
+
const winningVariantId = getAndSetVariantId();
|
|
103
|
+
const styleEl = document.currentScript?.previousElementSibling;
|
|
104
|
+
if (isHydrationTarget) {
|
|
105
|
+
styleEl.remove();
|
|
106
|
+
const thisScriptEl = document.currentScript;
|
|
107
|
+
thisScriptEl?.remove();
|
|
108
|
+
} else {
|
|
109
|
+
const newStyleStr = variants.concat({
|
|
110
|
+
id: contentId
|
|
111
|
+
}).filter(variant => variant.id !== winningVariantId).map(value => {
|
|
112
|
+
return \`.variant-\${value.id} { display: none; }
|
|
113
|
+
\`;
|
|
114
|
+
}).join('');
|
|
115
|
+
styleEl.innerHTML = newStyleStr;
|
|
116
|
+
}
|
|
117
|
+
}`,mt=`function updateVariantVisibility(variantContentId, defaultContentId, isHydrationTarget) {
|
|
118
|
+
if (!navigator.cookieEnabled) {
|
|
119
|
+
return;
|
|
120
|
+
}
|
|
121
|
+
function getCookie(name) {
|
|
122
|
+
const nameEQ = name + '=';
|
|
123
|
+
const ca = document.cookie.split(';');
|
|
124
|
+
for (let i = 0; i < ca.length; i++) {
|
|
125
|
+
let c = ca[i];
|
|
126
|
+
while (c.charAt(0) === ' ') c = c.substring(1, c.length);
|
|
127
|
+
if (c.indexOf(nameEQ) === 0) return c.substring(nameEQ.length, c.length);
|
|
128
|
+
}
|
|
129
|
+
return null;
|
|
130
|
+
}
|
|
131
|
+
const cookieName = \`builder.tests.\${defaultContentId}\`;
|
|
132
|
+
const winningVariant = getCookie(cookieName);
|
|
133
|
+
const parentDiv = document.currentScript?.parentElement;
|
|
134
|
+
const isDefaultContent = variantContentId === defaultContentId;
|
|
135
|
+
const isWinningVariant = winningVariant === variantContentId;
|
|
136
|
+
if (isWinningVariant && !isDefaultContent) {
|
|
137
|
+
parentDiv?.removeAttribute('hidden');
|
|
138
|
+
parentDiv?.removeAttribute('aria-hidden');
|
|
139
|
+
} else if (!isWinningVariant && isDefaultContent) {
|
|
140
|
+
parentDiv?.setAttribute('hidden', 'true');
|
|
141
|
+
parentDiv?.setAttribute('aria-hidden', 'true');
|
|
142
|
+
}
|
|
143
|
+
if (isHydrationTarget) {
|
|
144
|
+
if (!isWinningVariant) {
|
|
145
|
+
parentDiv?.remove();
|
|
146
|
+
}
|
|
147
|
+
const thisScriptEl = document.currentScript;
|
|
148
|
+
thisScriptEl?.remove();
|
|
149
|
+
}
|
|
150
|
+
return;
|
|
151
|
+
}`,ye="builderIoAbTest",ve="builderIoRenderContent",V=e=>Object.values((e==null?void 0:e.variations)||{}).map(t=>({...t,testVariationId:t.id,id:e==null?void 0:e.id})),ft=({canTrack:e,content:t})=>!(!(V(t).length>0)||!e||d.isBrowser()),gt=e=>e==="react"||e==="reactNative",pe=gt(d.TARGET),ht=()=>`
|
|
152
|
+
window.${ye} = ${ut}
|
|
153
|
+
window.${ve} = ${mt}
|
|
154
|
+
`,bt=(e,t)=>`
|
|
155
|
+
window.${ye}(
|
|
156
|
+
"${t}",${JSON.stringify(e)}, ${pe}
|
|
157
|
+
)`,xt=({contentId:e,variationId:t})=>`window.${ve}(
|
|
158
|
+
"${t}", "${e}", ${pe}
|
|
159
|
+
)`;function H(e){return a.jsx("script",{dangerouslySetInnerHTML:{__html:e.scriptStr},id:e.id||""})}function ae(e){return Math.round(e*1e3)/1e3}const St=(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},yt=e=>St(e,t=>{const n=t.getAttribute("builder-id")||t.id;return(n==null?void 0:n.indexOf("builder-"))===0}),oe=({event:e,target:t})=>{const n=t.getBoundingClientRect(),i=e.clientX-n.left,o=e.clientY-n.top,r=ae(i/n.width),l=ae(o/n.height);return{x:r,y:l}},vt=e=>{const t=e.target,n=t&&yt(t),i=(n==null?void 0:n.getAttribute("builder-id"))||(n==null?void 0:n.id);return{targetBuilderElement:i||void 0,metadata:{targetOffset:t?oe({event:e,target:t}):void 0,builderTargetOffset:n?oe({event:e,target:n}):void 0,builderElementIndex:n&&i?[].slice.call(document.getElementsByClassName(i)).indexOf(n):void 0}}},pt="0.7.4",kt=()=>{d.register("insertMenu",{name:"_default",default:!0,items:[{name:"Box"},{name:"Text"},{name:"Image"},{name:"Columns"},{name:"Core:Section"},{name:"Core:Button"},{name:"Embed"},{name:"Custom Code"}]})};let re=!1;const Ct=(e={})=>{var t,n;re||(re=!0,d.isBrowser()&&((t=window.parent)==null||t.postMessage({type:"builder.sdkInfo",data:{target:d.TARGET,version:pt,supportsPatchUpdates:!1,supportsAddBlockScoping:!0,supportsCustomBreakpoints:!0}},"*"),(n=window.parent)==null||n.postMessage({type:"builder.updateContent",data:{options:e}},"*"),window.addEventListener("message",({data:i})=>{var o,r;if(i!=null&&i.type)switch(i.type){case"builder.evaluate":{const l=i.data.text,s=i.data.arguments||[],c=i.data.id,u=new Function(l);let f,b=null;try{f=u.apply(null,s)}catch(y){b=y}b?(o=window.parent)==null||o.postMessage({type:"builder.evaluateError",data:{id:c,error:b.message}},"*"):f&&typeof f.then=="function"?f.then(y=>{var R;(R=window.parent)==null||R.postMessage({type:"builder.evaluateResult",data:{id:c,result:y}},"*")}).catch(console.error):(r=window.parent)==null||r.postMessage({type:"builder.evaluateResult",data:{result:f,id:c}},"*");break}}})))};function wt(e){var j,F,B,P,L,Y,Q;const t=m.useRef(null),[n,i]=m.useState(()=>0);function o(g){var x,S,k,I,J;const h={...e.builderContextSignal.content,...g,data:{...(x=e.builderContextSignal.content)==null?void 0:x.data,...g==null?void 0:g.data},meta:{...(S=e.builderContextSignal.content)==null?void 0:S.meta,...g==null?void 0:g.meta,breakpoints:((k=g==null?void 0:g.meta)==null?void 0:k.breakpoints)||((J=(I=e.builderContextSignal.content)==null?void 0:I.meta)==null?void 0:J.breakpoints)}};e.setBuilderContextSignal(Ce=>({...Ce,content:h}))}m.useState(()=>0);const[r,l]=m.useState(()=>!1);function s(g){var x;const{data:h}=g;if(h)switch(h.type){case"builder.configureSdk":{const S=h.data,{breakpoints:k,contentId:I}=S;if(!I||I!==((x=e.builderContextSignal.content)==null?void 0:x.id))return;k&&o({meta:{breakpoints:k}}),i(n+1);break}case"builder.contentUpdate":{const S=h.data,k=S.key||S.alias||S.entry||S.modelName,I=S.data;k===e.model&&(o(I),i(n+1));break}}}function c(){var h,x;const g=(x=(h=e.builderContextSignal.content)==null?void 0:h.data)==null?void 0:x.jsCode;g&&A({code:g,context:e.context||{},localState:void 0,rootState:e.builderContextSignal.rootState,rootSetState:e.builderContextSignal.rootSetState})}const[u,f]=m.useState(()=>({})),[b,y]=m.useState(()=>!1);function R(g){var h,x;if(e.builderContextSignal.content){const S=(h=e.builderContextSignal.content)==null?void 0:h.testVariationId,k=(x=e.builderContextSignal.content)==null?void 0:x.id;d._track({type:"click",canTrack:d.getDefaultCanTrack(e.canTrack),contentId:k,apiKey:e.apiKey,variationId:S!==k?S:void 0,...vt(g),unique:!b})}b||y(!0)}function v(g){return g.replace(/{{([^}]+)}}/g,(h,x)=>A({code:x,context:e.context||{},localState:void 0,rootState:e.builderContextSignal.rootState,rootSetState:e.builderContextSignal.rootSetState}))}function p({url:g,key:h}){d.fetch(g).then(x=>x.json()).then(x=>{var k,I;const S={...e.builderContextSignal.rootState,[h]:x};(I=(k=e.builderContextSignal).rootSetState)==null||I.call(k,S),u[h]=!0}).catch(x=>{console.error("error fetching dynamic data",g,x)})}function T(){var h,x;const g=((x=(h=e.builderContextSignal.content)==null?void 0:h.data)==null?void 0:x.httpRequests)??{};Object.entries(g).forEach(([S,k])=>{if(k&&(!u[S]||d.isEditing())){const I=v(k);p({url:I,key:S})}})}function E(){d.isEditing()&&window.dispatchEvent(new CustomEvent("builder:component:stateChange",{detail:{state:d.fastClone(e.builderContextSignal.rootState),ref:{name:e.model}}}))}function C(g){i(n+1),window.addEventListener("message",s),kt(),Ct({...e.locale?{locale:e.locale}:{},...e.includeRefs?{includeRefs:e.includeRefs}:{},...e.enrich?{enrich:e.enrich}:{}}),Object.values(e.builderContextSignal.componentInfos).forEach(h=>{var S;const x=d.createRegisterComponentMessage(h);(S=window.parent)==null||S.postMessage(x,"*")}),window.addEventListener("builder:component:stateChangeListenerActivated",E)}function w(g){const h=new URL(location.href).searchParams,x=h.get("builder.preview"),S=h.get(`builder.preview.${x}`),k=h.get("apiKey")||h.get("builder.space");x===e.model&&k===e.apiKey&&(!e.content||S===e.content.id)&&d.fetchOneEntry({model:e.model,apiKey:e.apiKey,apiVersion:e.builderContextSignal.apiVersion}).then(I=>{I&&o(I)})}return m.useEffect(()=>{var g;return(g=t.current)==null||g.addEventListener("initeditingbldr",C),()=>{var h;return(h=t.current)==null?void 0:h.removeEventListener("initeditingbldr",C)}},[]),m.useEffect(()=>{var g;return(g=t.current)==null||g.addEventListener("initpreviewingbldr",w),()=>{var h;return(h=t.current)==null?void 0:h.removeEventListener("initpreviewingbldr",w)}},[]),m.useEffect(()=>{var g,h;if(d.isBrowser()){if(d.isEditing()&&t.current&&t.current.dispatchEvent(new CustomEvent("initeditingbldr")),e.builderContextSignal.content&&d.getDefaultCanTrack(e.canTrack)){const S=(g=e.builderContextSignal.content)==null?void 0:g.testVariationId,k=(h=e.builderContextSignal.content)==null?void 0:h.id,I=e.apiKey;d._track({type:"impression",canTrack:!0,contentId:k,apiKey:I,variationId:S!==k?S:void 0})}d.isPreviewing()&&t.current&&t.current.dispatchEvent(new CustomEvent("initpreviewingbldr"))}},[]),m.useEffect(()=>{e.apiKey||d.logger.error("No API key provided to `RenderContent` component. This can cause issues. Please provide an API key using the `apiKey` prop."),c(),T(),E()},[]),m.useEffect(()=>{e.content&&o(e.content)},[e.content]),m.useEffect(()=>{},[r]),m.useEffect(()=>{c()},[(F=(j=e.builderContextSignal.content)==null?void 0:j.data)==null?void 0:F.jsCode,e.builderContextSignal.rootState]),m.useEffect(()=>{T()},[(P=(B=e.builderContextSignal.content)==null?void 0:B.data)==null?void 0:P.httpRequests]),m.useEffect(()=>{E()},[e.builderContextSignal.rootState]),m.useEffect(()=>()=>{d.isBrowser()&&(window.removeEventListener("message",s),window.removeEventListener("builder:component:stateChangeListenerActivated",E))},[]),a.jsx(z.Provider,{value:e.builderContextSignal,children:e.builderContextSignal.content?a.jsx(a.Fragment,{children:m.createElement("div",{key:n,ref:t,onClick:g=>R(g),"builder-content-id":(L=e.builderContextSignal.content)==null?void 0:L.id,"builder-model":e.model,...e.showContent?{}:{hidden:!0,"aria-hidden":!0},className:`variant-${((Y=e.content)==null?void 0:Y.testVariationId)||((Q=e.content)==null?void 0:Q.id)}`},e.children)}):null})}const It=e=>{var r;const t=e.family+(e.kind&&!e.kind.includes("#")?", "+e.kind:""),n=t.split(",")[0],i=e.fileUrl??((r=e==null?void 0:e.files)==null?void 0:r.regular);let o="";if(i&&t&&n&&(o+=`
|
|
68
160
|
@font-face {
|
|
69
161
|
font-family: "${t}";
|
|
70
162
|
src: local("${n}"), url('${i}') format('woff2');
|
|
71
163
|
font-display: fallback;
|
|
72
164
|
font-weight: 400;
|
|
73
165
|
}
|
|
74
|
-
`.trim()),e.files)for(const
|
|
166
|
+
`.trim()),e.files)for(const l in e.files){if(!(String(Number(l))===l))continue;const c=e.files[l];c&&c!==i&&(o+=`
|
|
75
167
|
@font-face {
|
|
76
168
|
font-family: "${t}";
|
|
77
|
-
src: url('${
|
|
169
|
+
src: url('${c}') format('woff2');
|
|
78
170
|
font-display: fallback;
|
|
79
|
-
font-weight: ${
|
|
171
|
+
font-weight: ${l};
|
|
80
172
|
}
|
|
81
|
-
`.trim())}return o},
|
|
82
|
-
${
|
|
83
|
-
${
|
|
173
|
+
`.trim())}return o},Et=({customFonts:e})=>{var t;return((t=e==null?void 0:e.map(n=>It(n)))==null?void 0:t.join(" "))||""},Tt=({cssCode:e,contentId:t})=>e?t?(e==null?void 0:e.replace(/&/g,`div[builder-content-id="${t}"]`))||"":e:"";function Rt(e){const[t,n]=m.useState(()=>`
|
|
174
|
+
${Tt({cssCode:e.cssCode,contentId:e.contentId})}
|
|
175
|
+
${Et({customFonts:e.customFonts})}
|
|
84
176
|
|
|
85
177
|
.builder-text > p:first-of-type, .builder-text > .builder-paragraph:first-of-type {
|
|
86
178
|
margin: 0;
|
|
@@ -94,4 +186,4 @@ ${wt({customFonts:e.customFonts})}
|
|
|
94
186
|
text-align: inherit;
|
|
95
187
|
font-family: inherit;
|
|
96
188
|
}
|
|
97
|
-
`.trim());return a.jsx(W,{styles:t})}const
|
|
189
|
+
`.trim());return a.jsx(W,{styles:t})}const jt=({content:e,data:t,locale:n})=>{var r,l,s;const i={};(l=(r=e==null?void 0:e.data)==null?void 0:r.inputs)==null||l.forEach(c=>{var u;c.name&&c.defaultValue!==void 0&&((u=e==null?void 0:e.data)!=null&&u.state)&&e.data.state[c.name]===void 0&&(i[c.name]=c.defaultValue)});const o={...(s=e==null?void 0:e.data)==null?void 0:s.state,...t,...n?{locale:n}:{}};return{...i,...o}},Ft=({content:e,data:t})=>e?{...e,data:{...e==null?void 0:e.data,...t},meta:e==null?void 0:e.meta}:void 0;function le(e){var c,u,f,b,y,R,v;const[t,n]=m.useState(()=>{var p,T;return xt({variationId:(p=e.content)==null?void 0:p.testVariationId,contentId:(T=e.content)==null?void 0:T.id})});function i(p){s(T=>({...T,rootState:p}))}const[o,r]=m.useState(()=>[...ie(),...d.components,...e.customComponents||[]].reduce((p,{component:T,...E})=>({...p,[E.name]:{component:T,...d.serializeComponentInfo(E)}}),{})),[l,s]=m.useState(()=>({content:Ft({content:e.content,data:e.data}),localState:void 0,rootState:jt({content:e.content,data:e.data,locale:e.locale}),rootSetState:i,context:e.context||{},apiKey:e.apiKey,apiVersion:e.apiVersion,componentInfos:[...ie(),...d.components,...e.customComponents||[]].reduce((p,{component:T,...E})=>({...p,[E.name]:d.serializeComponentInfo(E)}),{}),inheritedStyles:{}}));return a.jsx(se.Provider,{value:{registeredComponents:o},children:a.jsxs(wt,{content:e.content,model:e.model,context:e.context,apiKey:e.apiKey,canTrack:e.canTrack,locale:e.locale,includeRefs:e.includeRefs,enrich:e.enrich,showContent:e.showContent,builderContextSignal:l,setBuilderContextSignal:s,children:[e.isSsrAbTest?a.jsx(a.Fragment,{children:a.jsx(H,{scriptStr:t})}):null,a.jsx(a.Fragment,{children:a.jsx(Rt,{contentId:(c=l.content)==null?void 0:c.id,cssCode:(f=(u=l.content)==null?void 0:u.data)==null?void 0:f.cssCode,customFonts:(y=(b=l.content)==null?void 0:b.data)==null?void 0:y.customFonts})}),a.jsx(M,{blocks:(v=(R=l.content)==null?void 0:R.data)==null?void 0:v.blocks,context:l,registeredComponents:o})]})})}function G(e){var l,s;const[t,n]=m.useState(()=>ft({canTrack:d.getDefaultCanTrack(e.canTrack),content:e.content}));function i(){var c;return bt(V(e.content).map(u=>({id:u.testVariationId,testRatio:u.testRatio})),((c=e.content)==null?void 0:c.id)||"")}function o(){return V(e.content).map(c=>`.variant-${c.testVariationId} { display: none; } `).join("")}function r(){var c;return t?{...e.content,testVariationId:(c=e.content)==null?void 0:c.id}:d.handleABTestingSync({item:e.content,canTrack:d.getDefaultCanTrack(e.canTrack)})}return m.useEffect(()=>{},[]),a.jsxs(a.Fragment,{children:[!e.__isNestedRender&&d.TARGET!=="reactNative"?a.jsx(a.Fragment,{children:a.jsx(H,{scriptStr:ht()})}):null,t?a.jsxs(a.Fragment,{children:[a.jsx(W,{id:`variants-styles-${(l=e.content)==null?void 0:l.id}`,styles:o()}),a.jsx(H,{scriptStr:i()}),(s=V(e.content))==null?void 0:s.map(c=>a.jsx(le,{content:c,showContent:!1,model:e.model,data:e.data,context:e.context,apiKey:e.apiKey,apiVersion:e.apiVersion,customComponents:e.customComponents,canTrack:e.canTrack,locale:e.locale,includeRefs:e.includeRefs,enrich:e.enrich,isSsrAbTest:t},c.testVariationId))]}):null,a.jsx(le,{content:r(),showContent:!0,model:e.model,data:e.data,context:e.context,apiKey:e.apiKey,apiVersion:e.apiVersion,customComponents:e.customComponents,canTrack:e.canTrack,locale:e.locale,includeRefs:e.includeRefs,enrich:e.enrich,isSsrAbTest:t})]})}const Bt=async({builderContextValue:e,symbol:t})=>{if(t!=null&&t.model&&(e!=null&&e.apiKey))return d.fetchOneEntry({model:t.model,apiKey:e.apiKey,apiVersion:e.apiVersion,...(t==null?void 0:t.entry)&&{query:{id:t.entry}}}).catch(n=>{d.logger.error("Could not fetch symbol content: ",n)})};function ke(e){var r,l,s;function t(){var c,u;return[e.attributes.className,"builder-symbol",(c=e.symbol)!=null&&c.inline?"builder-inline-symbol":void 0,(u=e.symbol)!=null&&u.dynamic||e.dynamic?"builder-dynamic-symbol":void 0].filter(Boolean).join(" ")}const[n,i]=m.useState(()=>{var c;return(c=e.symbol)==null?void 0:c.content});function o(){n||Bt({symbol:e.symbol,builderContextValue:e.builderContext}).then(c=>{c&&i(c)})}return m.useEffect(()=>{},[]),m.useEffect(()=>{o()},[e.symbol]),a.jsx("div",{...e.attributes,className:t(),children:a.jsx(G,{__isNestedRender:!0,apiVersion:e.builderContext.apiVersion,apiKey:e.builderContext.apiKey,context:e.builderContext.context,customComponents:Object.values(e.builderComponents),data:{...(r=e.symbol)==null?void 0:r.data,...e.builderContext.localState,...(l=n==null?void 0:n.data)==null?void 0:l.state},model:(s=e.symbol)==null?void 0:s.model,content:n})})}const Pt=M,At=G;exports._processContentResult=d._processContentResult;exports.createRegisterComponentMessage=d.createRegisterComponentMessage;exports.fetchBuilderProps=d.fetchBuilderProps;exports.fetchEntries=d.fetchEntries;exports.fetchOneEntry=d.fetchOneEntry;exports.getAllContent=d.getAllContent;exports.getBuilderSearchParams=d.getBuilderSearchParams;exports.getContent=d.getContent;exports.isEditing=d.isEditing;exports.isPreviewing=d.isPreviewing;exports.register=d.register;exports.setEditorSettings=d.setEditorSettings;exports.track=d.track;exports.Blocks=M;exports.Button=ce;exports.Columns=fe;exports.Content=G;exports.Fragment=ge;exports.Image=he;exports.RenderBlocks=Pt;exports.RenderContent=At;exports.Section=be;exports.Symbol=ke;exports.Text=xe;exports.Video=Se;
|