@mirweb/mir-web-components 0.15.102 → 0.15.103

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.
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue");const Ve=["aria-label"],Ee=e.defineComponent({__name:"button",props:{variant:{type:String,required:!0,validator(t){return["primary","secondary","close","next","previous"].includes(t)}},ariaLabel:{type:String,required:!0},buttonText:{type:String,required:!1,validator:t=>(t.length>15&&console.error("Button text is too long - must be 15 characters or less"),!0)}},setup(t){return(a,o)=>(e.openBlock(),e.createElementBlock("button",{class:e.normalizeClass(["button","button--"+t.variant]),"aria-label":t.ariaLabel},e.toDisplayString(t.variant=="close"?"":t.buttonText),11,Ve))}});const s=(t,a)=>{const o=t.__vccOpts||t;for(const[l,n]of a)o[l]=n;return o},N=s(Ee,[["__scopeId","data-v-c2f14f04"]]),we=t=>(e.pushScopeId("data-v-c5f3542e"),t=t(),e.popScopeId(),t),Ne=["name","value","disabled","required","id"],xe=["for"],Ce=we(()=>e.createElementVNode("span",{class:"checkmark"},null,-1)),qe=e.defineComponent({__name:"checkbox",props:{name:String,value:{type:[String,Number,Boolean],default:"value",required:!1},disabled:{type:Boolean,default:!1,required:!1},id:{type:String,default:"checkbox",required:!0},required:{type:Boolean,default:!1,required:!0}},emits:["input"],setup(t,{emit:a}){const o=l=>{const n=l.target;a("input",n.checked)};return(l,n)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["checkbox__wrapper",t.disabled?"disabled":""])},[e.createElementVNode("input",{type:"checkbox",name:t.name,value:t.value,disabled:t.disabled,required:t.required,id:t.id,class:"checkbox__checkbox",onChange:o},null,40,Ne),e.createElementVNode("label",{for:t.id,class:e.normalizeClass(["checkbox__label",t.required?"required":""])},[Ce,e.renderSlot(l.$slots,"default",{},void 0,!0)],10,xe)],2))}});const L=s(qe,[["__scopeId","data-v-c5f3542e"]]),De=t=>(e.pushScopeId("data-v-b61be596"),t=t(),e.popScopeId(),t),Ie=["aria-label"],Te=De(()=>e.createElementVNode("img",{src:"https://a.storyblok.com/f/230581/9x9/e4fb715dc9/close.svg?cv=1695125714598",alt:"close",class:"close-icon"},null,-1)),Le=e.defineComponent({__name:"chip",props:{text:{type:String,required:!0}},emits:["remove-chip"],setup(t,{emit:a}){const o=t,l=e.computed(()=>`Chip: ${o.text}`);return(n,i)=>(e.openBlock(),e.createElementBlock("div",{class:"chip__wrapper",onClick:i[0]||(i[0]=m=>n.$emit("remove-chip"))},[e.createElementVNode("span",{class:"chip","aria-label":l.value},[e.createTextVNode(e.toDisplayString(t.text)+" ",1),Te],8,Ie)]))}});const z=s(Le,[["__scopeId","data-v-b61be596"]]),ze=["value"],Ae=["id"],Pe={class:"listbox__dropdown"},Me=["id","aria-labelledby","aria-disabled"],Fe=["aria-labelledby","aria-activedescendant"],Oe=["aria-selected","data-value"],Re=e.defineComponent({__name:"dropdown",props:{modelValue:{type:String,required:!0},label:{type:String,required:!0},options:{type:Array,required:!0,validator(t){return t.every(a=>typeof a.value<"u"&&typeof a.label<"u")}},name:{type:String,required:!0},placeholder:{type:String,default:"Choose a value"},showLabel:{type:Boolean,default:!1},required:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},variant:{type:String,default:"default",validator(t){return["primary","dark"].includes(t)}}},emits:["update:modelValue"],setup(t,{emit:a}){const o=t,l=e.ref(null),n=e.ref(null),i=e.ref([]),m=e.ref(0),y=e.ref(""),g=e.ref(!0),c=e.ref(0),v=e.computed(()=>{const r=o.options.find(d=>d.value===o.modelValue);return r&&r.label}),q={beforeMount(r,d){r.clickOutsideEvent=function(u){r===u.target||r.contains(u.target)||d.value(u)},document.body.addEventListener("click",r.clickOutsideEvent)},unmounted(r){document.body.removeEventListener("click",r.clickOutsideEvent)}};function _(r){a("update:modelValue",r)}function $(r){var u;const d=r.target;d.getAttribute("role")==="option"&&(w(d),C(),(u=l.value)==null||u.focus())}function x(r){var u;const d=r.key;switch(d){case"ArrowUp":case"ArrowDown":{r.preventDefault();const h=o.options.findIndex(V=>V.value===o.modelValue);let k=h?i.value[h]:i.value[0];d==="ArrowUp"?h-1>=0&&(k=i.value[h-1]):h+1<=o.options.length&&(k=i.value[h+1]),k&&w(k);break}case"Home":case"PageUp":r.preventDefault(),be();break;case"End":case"PageDown":r.preventDefault(),Be();break;case"Enter":case"Escape":r.preventDefault(),C(),(u=l.value)==null||u.focus();break;default:{const h=ke(d);h&&w(h);break}}}function b(r){if(!o.disabled)switch(r.key){case"ArrowUp":case"ArrowDown":r.preventDefault(),T(),x(r);break}}function fe(r){r&&r.removeAttribute("aria-selected")}function ye(){m&&(clearTimeout(m.value),m.value=0),m.value=setTimeout(()=>{y.value="",m.value=0},500)}function ke(r){let d="";(y.value===""||d!==r)&&(c.value=o.options.findIndex(h=>h.value===o.modelValue)),y.value=d===r?r:y.value+r,d=r,ye();let u=I(c.value+1,o.options.length);return!u&&y.value.length===1&&(u=I(0,c.value)),c.value=(c.value+1)%o.options.length,u}function I(r,d){for(let u=r;u<d;u++)if(o.options[u].label&&o.options[u].label.toUpperCase().indexOf(y.value.toUpperCase())===0)return i.value[u];return null}function be(){w(i.value[0])}function w(r){var u,h;const d=r.getAttribute("data-value");if(o.modelValue){const k=o.options.findIndex($e=>$e.value===o.modelValue),V=i.value[k];fe(V)}if(r.setAttribute("aria-selected","true"),(u=n.value)==null||u.setAttribute("aria-activedescendant",d||""),_(d||""),n.value&&n.value.scrollHeight>n.value.clientHeight){const k=n.value.clientHeight+n.value.scrollTop,V=r.offsetTop+r.offsetHeight;V>k?n.value.scrollTop=V-((h=n.value)==null?void 0:h.clientHeight):r.offsetTop<n.value.scrollTop&&(n.value.scrollTop=r.offsetTop)}}function Be(){var d;const r=(d=i.value)==null?void 0:d[o.options.length-1];w(r)}function C(){var r;g.value=!0,(r=l.value)==null||r.removeAttribute("aria-expanded")}function T(){var r,d;g.value=!1,(r=l.value)==null||r.setAttribute("aria-expanded","true"),(d=n.value)==null||d.focus()}function Se(){o.disabled||(g.value?T():C())}return(r,d)=>(e.openBlock(),e.createElementBlock("div",{class:"listbox__wrapper",value:t.modelValue,ref:"listbox"},[e.createElementVNode("label",{id:`${t.name}-label`,class:e.normalizeClass([{"listbox__label--visually-hidden":!t.showLabel,"is-disabled":t.disabled,"is-required":t.required},"listbox__label"])},e.toDisplayString(t.label),11,Ae),e.withDirectives((e.openBlock(),e.createElementBlock("div",Pe,[e.createElementVNode("button",{id:`${t.name}-button-label`,"aria-labelledby":`${t.name}-label ${t.name}-button-label`,type:"button","aria-haspopup":"listbox","aria-disabled":t.disabled,class:e.normalizeClass(["listbox__button",t.variant==="dark"?"dropdown-dark dropdown-dark-bg-dark":"dropdown-dark-bg-primary"]),onClick:Se,onKeydown:b,ref_key:"listboxButton",ref:l},e.toDisplayString(t.modelValue?v.value:t.placeholder),43,Me),e.withDirectives(e.createElementVNode("ul",{"aria-labelledby":`${t.name}-label`,"aria-activedescendant":t.modelValue,tabindex:"0",role:"listbox",class:"listbox__list",onKeydown:x,onClick:$,ref_key:"listboxNode",ref:n},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.options,(u,h)=>(e.openBlock(),e.createElementBlock("li",{key:`${t.name}-option-${h}`,"aria-selected":u.value===t.modelValue,"data-value":u.value,class:"listbox__option",role:"option",ref_for:!0,ref_key:"listboxOptions",ref:i},e.toDisplayString(u.label),9,Oe))),128))],40,Fe),[[e.vShow,!g.value]])])),[[q,C]])],8,ze))}});const A=s(Re,[["__scopeId","data-v-f69f328c"]]),He={class:"image__wrapper"},je=e.defineComponent({__name:"image",props:{src:{type:String,required:!1,default:void 0},srcset:{type:String,required:!1,default:void 0},sizes:{type:String,required:!1},alt:{type:String,required:!1,default:void 0},width:{type:[String,Number],required:!1},height:{type:[String,Number],required:!1,default:"auto"},loading:{type:String,required:!1,default:"auto"}},setup(t){return(a,o)=>(e.openBlock(),e.createElementBlock("div",He,[e.renderSlot(a.$slots,"default",e.normalizeProps(e.guardReactiveProps(a.$attrs)))]))}});const p=s(je,[["__scopeId","data-v-513b5384"]]),Ke={class:"label__wrapper"},Ue=["aria-label","label-dark"],Ge=e.defineComponent({__name:"label",props:{text:{type:String,required:!0},labelDark:{type:Boolean,default:!1,required:!1}},setup(t){const a=t,o=e.computed(()=>`Label: ${a.text}`);return(l,n)=>(e.openBlock(),e.createElementBlock("div",Ke,[e.createElementVNode("span",{"aria-label":o.value,"label-dark":t.labelDark,class:e.normalizeClass(t.labelDark?"label--dark":"label--light")},e.toDisplayString(t.text),11,Ue)]))}});const E=s(Ge,[["__scopeId","data-v-e7a44d10"]]),We={class:"link__wrapper"},f=e.defineComponent({__name:"link",props:{underline:{type:String,required:!1,validator:t=>["hover","true","false"].includes(t),default:"false"},linkType:{type:String,required:!1,validator:t=>["primary","secondary","secondary-dark","regular","regular-dark","regular-light","regular-blue"].includes(t),default:"regular"},disabled:{type:Boolean,required:!1,default:!1},arrow:{type:Boolean,required:!1,default:!1}},setup(t){const a=t,o=e.computed(()=>{const{...l}=a;return l});return(l,n)=>(e.openBlock(),e.createElementBlock("div",We,[e.createElementVNode("div",e.mergeProps(o.value,{class:["mir-link",[t.linkType==="primary"?"mir-link--btn button button--primary":t.linkType==="secondary"?"mir-link--btn button button--secondary":t.linkType==="secondary-dark"?"mir-link--btn button button--secondary-dark":t.linkType==="regular"?"regular-link":t.linkType==="regular-dark"?"regular-link-dark":t.linkType==="regular-light"?"regular-link-light":t.linkType==="regular-blue"?"regular-link-blue":"",t.disabled?"disabled":"",t.underline==="false"?"remove-underline":t.underline==="true"?"add-underline":t.underline==="hover"?"underline-hover":"",t.arrow?"link-arrow":""]]}),[e.renderSlot(l.$slots,"default")],16)]))}});const Qe=t=>(e.pushScopeId("data-v-69095414"),t=t(),e.popScopeId(),t),Ye=["name","value","checked","disabled","required","id"],Je=["for"],Xe=Qe(()=>e.createElementVNode("span",{class:"radiomark"},null,-1)),Ze=e.defineComponent({__name:"radio-button",props:{name:String,value:[String,Number,Boolean],checked:{type:Boolean,default:!1,required:!1},disabled:{type:Boolean,default:!1,required:!1},id:{type:String,default:"radio",required:!0},required:{type:Boolean,default:!1,required:!0}},emits:["input"],setup(t,{emit:a}){const o=l=>{const n=l.target;a("input",n.checked)};return(l,n)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["radio__wrapper",t.disabled?"disabled":""])},[e.createElementVNode("input",{type:"radio",name:t.name,value:t.value,checked:t.checked,disabled:t.disabled,required:t.required,id:t.id,class:"radio__radio",onChange:o},null,40,Ye),e.createElementVNode("label",{for:t.id,class:e.normalizeClass(["radio__label",t.required?"required":""])},[Xe,e.renderSlot(l.$slots,"default",{},void 0,!0)],10,Je)],2))}});const P=s(Ze,[["__scopeId","data-v-69095414"]]),et={class:"select__wrapper"},tt=["for"],lt=["disabled","id","name","value"],at=["value"],ot=e.defineComponent({__name:"select",props:{id:{type:String,required:!0},name:{type:String,required:!0},options:{type:Array,required:!0,validator(t){return t.every(a=>typeof a.value<"u"&&typeof a.text<"u")}},modelValue:{type:String,required:!0},label:{type:String,required:!0},required:{type:Boolean,required:!1,default:!1},disabled:{type:Boolean,required:!1,default:!1}},emits:["update:modelValue"],setup(t){return(a,o)=>(e.openBlock(),e.createElementBlock("div",et,[e.createElementVNode("label",{for:t.id,class:e.normalizeClass([t.required?"required":"",t.disabled?"disabled":""])},e.toDisplayString(t.label),11,tt),e.createElementVNode("select",{class:e.normalizeClass(t.disabled?"disabled":""),disabled:t.disabled,id:t.id,name:t.name,value:t.modelValue,onChange:o[0]||(o[0]=l=>{a.$emit("update:modelValue",l.target.value),l.target.blur()})},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.options,l=>(e.openBlock(),e.createElementBlock("option",{key:l.value,value:l.value},e.toDisplayString(l.text),9,at))),128))],42,lt)]))}});const M=s(ot,[["__scopeId","data-v-500637d5"]]),nt={class:"modal__wrapper"},rt=e.defineComponent({__name:"modal",props:{show:{type:Boolean,default:!1},searchBar:{type:Boolean,default:!1}},emits:["update:show"],setup(t,{emit:a}){const o=t;e.computed({get:()=>o.show,set:n=>a("update:show",n)});const l=()=>{a("update:show",!o.show)};return(n,i)=>(e.openBlock(),e.createElementBlock("div",nt,[e.createVNode(e.Transition,{duration:300,name:"nested"},{default:e.withCtx(()=>[n.show?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["overlay",n.searchBar?"overlay-search":"overlay-default"]),onClick:l,ariaLabel:"modal",role:"dialog"},[e.createElementVNode("div",{id:"modal",onClick:i[0]||(i[0]=e.withModifiers(()=>{},["stop"])),class:e.normalizeClass([n.searchBar?"search":""])},[e.createElementVNode("div",null,[n.searchBar?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(N,{key:0,ariaLabel:"close",variant:"close",onClick:l}))]),e.renderSlot(n.$slots,"default",{},void 0,!0)],2)],2)):e.createCommentVNode("",!0)]),_:3})]))}});const D=s(rt,[["__scopeId","data-v-e18c70fd"]]),it={class:"slider__wrapper"},st={class:"slider__label"},dt=["for"],ct=["aria-label"],ut={class:"slider__content"},mt=["id","name","value","min","step","max"],_t=e.defineComponent({__name:"slider",props:{label:{type:String,required:!0},id:{type:String,required:!0},name:{type:String,required:!0},modelValue:{type:Number,required:!0},min:{type:Number,required:!0},max:{type:Number,required:!0},step:{type:String,required:!1,default:"1"},variant:{type:String,required:!1,default:"light",validator(t){return["light","dark"].includes(t)}},information:{type:String,required:!1,default:""},informationLabel:{type:String,required:!1,default:"Additional information"}},emits:["update:modelValue"],setup(t,{emit:a}){const o=t,l=e.ref(o.modelValue),n=e.ref(),i=e.ref(!1),m=(g,c,v)=>(g-c)/(v-c)*100,y=g=>{var c;(c=n.value)==null||c.style.setProperty("--ProgressPercent",`${g}%`)};return e.watchEffect(()=>{if(n.value){a("update:modelValue",l.value);const g=m(l.value,o.min,o.max);let c=(50-g)/100;y(g+c)}}),(g,c)=>(e.openBlock(),e.createElementBlock("div",null,[e.createElementVNode("div",it,[e.createElementVNode("div",st,[e.createElementVNode("label",{for:t.id,class:e.normalizeClass([t.variant,""])},e.toDisplayString(t.label),11,dt),t.information?(e.openBlock(),e.createElementBlock("i",{key:0,role:"button",class:e.normalizeClass([t.variant,"slider__information"]),onClick:c[0]||(c[0]=v=>i.value=!i.value),onKeyup:c[1]||(c[1]=e.withKeys(v=>i.value=!i.value,["enter"])),"aria-label":t.informationLabel,tabindex:"0","aria-haspopup":"dialog"},null,42,ct)):e.createCommentVNode("",!0)]),e.createElementVNode("div",ut,[e.createElementVNode("span",{class:e.normalizeClass([t.variant,"slider__minmax"])},e.toDisplayString(t.min),3),e.createElementVNode("input",{type:"range",id:t.id,name:t.name,value:t.modelValue,min:t.min,step:t.step,max:t.max,class:e.normalizeClass(t.variant),ref_key:"slider",ref:n,onInput:c[2]||(c[2]=({target:v})=>l.value=parseFloat(v.value))},null,42,mt),e.createElementVNode("span",{class:e.normalizeClass([t.variant,"slider__minmax"])},e.toDisplayString(t.max),3)]),e.createElementVNode("span",{class:e.normalizeClass([t.variant,"slider__value"])},e.toDisplayString(t.modelValue),3)]),t.information?(e.openBlock(),e.createBlock(D,{key:0,show:i.value,"onUpdate:show":c[3]||(c[3]=v=>i.value=v)},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(t.information),1)]),_:1},8,["show"])):e.createCommentVNode("",!0)]))}});const F=s(_t,[["__scopeId","data-v-6dbb2648"]]),ht={id:"textarea-wrapper"},gt=["for"],vt=["id"],pt=["id","name","placeholder","required","disabled","maxlength","value"],ft={class:"textarea-info"},yt={key:0},kt=e.defineComponent({__name:"textarea",props:{id:{type:String,required:!1},name:{type:String,required:!1},placeholder:{type:String,required:!1},required:{type:Boolean,required:!1,default:!1},disabled:{type:Boolean,required:!1,default:!1},labelText:{type:String,required:!1},maxLength:{type:Number,required:!1},modelValue:{type:String,required:!1}},emits:["update:modelValue"],setup(t){return(a,o)=>(e.openBlock(),e.createElementBlock("div",ht,[e.createElementVNode("label",{for:t.id,class:e.normalizeClass({required:t.required})},e.toDisplayString(t.labelText)+e.toDisplayString(t.required?" *":""),11,gt),e.createElementVNode("div",{id:t.modelValue!==void 0&&t.modelValue.length==t.maxLength?"textarea-wrapper__inner":""},[e.createElementVNode("textarea",{rows:"10",cols:"50",id:t.id,name:t.name,placeholder:t.placeholder,required:t.required,disabled:t.disabled,maxlength:t.maxLength,value:t.modelValue,onInput:o[0]||(o[0]=l=>a.$emit("update:modelValue",l.target.value)),class:e.normalizeClass(t.modelValue!==void 0&&t.modelValue.length==t.maxLength?"reached-meter-limit":"border")},null,42,pt)],8,vt),e.createElementVNode("div",ft,[e.createElementVNode("div",null,[t.modelValue!==void 0&&t.modelValue.length==t.maxLength?(e.openBlock(),e.createElementBlock("p",yt," Too many characters. Please make it shorter ")):e.createCommentVNode("",!0)]),e.createElementVNode("p",{class:e.normalizeClass(t.modelValue!==void 0&&t.modelValue.length==t.maxLength?"reached-meter-limit-meter":"")},e.toDisplayString(t.maxLength!==void 0&&t.modelValue!==void 0&&t.maxLength-t.modelValue.length>=0?t.modelValue.length:0)+" / "+e.toDisplayString(t.maxLength),3)])]))}});const O=s(kt,[["__scopeId","data-v-626f208b"]]),bt={class:"text-field__wrapper"},Bt=["for"],St={key:0},$t=["id","type","value","placeholder","required","disabled","name"],Vt=["aria-expanded"],Et=["type","value","placeholder","id","required","disabled","name"],wt={key:2,class:"search"},Nt={key:3,class:"errorMessage"},xt={key:4,class:"helperText"},Ct=e.defineComponent({__name:"text-field",props:{type:{type:String,required:!0,validator(t){return["text","email","password","number","tel","url","search"].includes(t)}},fieldName:{type:String,required:!1,default:""},modelValue:{type:String,required:!0,default:""},placeholder:{type:String,required:!1,default:""},label:{type:String,required:!1,default:""},id:{type:String,required:!0},disabled:{type:Boolean,required:!1,default:!1},required:{type:Boolean,required:!1,default:!1},invalid:{type:Boolean,required:!1,default:!1},errorMessage:{type:String,required:!1},helperText:{type:String,required:!1},search:{type:Boolean,required:!1,default:!1},valid:{type:Boolean,required:!1,default:!1}},emits:["update:modelValue"],setup(t){const a=e.ref(!0),o=e.computed(()=>a.value?"showPassword":"hidePassword"),l=e.computed(()=>a.value?"password":"text");return(n,i)=>(e.openBlock(),e.createElementBlock("div",bt,[e.createElementVNode("label",{for:t.id,class:e.normalizeClass([t.required?"required":"",t.disabled?"disabled":"",t.search?"search":""])},e.toDisplayString(t.label),11,Bt),t.type==="password"?(e.openBlock(),e.createElementBlock("div",St,[e.createElementVNode("input",{id:t.id,type:l.value,value:t.modelValue,placeholder:t.placeholder,required:t.required,disabled:t.disabled,onInput:i[0]||(i[0]=m=>n.$emit("update:modelValue",m.target.value)),name:t.fieldName,ref:"passwordField"},null,40,$t),e.createElementVNode("i",{role:"button",class:e.normalizeClass([o.value]),onClick:i[1]||(i[1]=m=>a.value=!a.value),"aria-controls":"password","aria-expanded":!a.value},null,10,Vt)])):(e.openBlock(),e.createElementBlock("input",{key:1,type:t.type,value:t.modelValue,placeholder:t.placeholder,id:t.id,required:t.required,class:e.normalizeClass([t.invalid?"invalid":"",t.valid?"valid":"",t.search?"search":""]),disabled:t.disabled,onInput:i[2]||(i[2]=m=>n.$emit("update:modelValue",m.target.value)),name:t.fieldName,ref:"textField"},null,42,Et)),t.search?(e.openBlock(),e.createElementBlock("i",wt)):e.createCommentVNode("",!0),t.errorMessage?(e.openBlock(),e.createElementBlock("strong",Nt,e.toDisplayString(t.errorMessage),1)):e.createCommentVNode("",!0),t.helperText?(e.openBlock(),e.createElementBlock("span",xt,e.toDisplayString(t.helperText),1)):e.createCommentVNode("",!0)]))}});const R=s(Ct,[["__scopeId","data-v-f0ec9f97"]]),qt={class:"video__wrapper"},Dt=["aria-label","controls","poster","width","height","autoplay","loop","muted","src"],It=["src","aria-label","title","width","height"],Tt=e.defineComponent({__name:"video",props:{play:{type:Boolean,default:!1},src:{type:String,required:!0,default:void 0},localVideo:{type:Boolean,default:!1},ariaLabel:{type:String,default:"",required:!0},title:{type:String,default:""},controls:{type:Boolean,default:!0},poster:String,width:{type:[String,Number],default:"100%"},height:{type:[String,Number],default:"auto"},autoplay:{type:Boolean,default:!1},loop:{type:Boolean,default:!1},muted:{type:Boolean,default:!1}},setup(t,{expose:a}){const o=t;let l=e.ref(null);return e.watchEffect(()=>{o.play&&l.value?l.value.play():!o.play&&l.value&&l.value.pause()}),a({resetVideo:()=>{l.value&&(l.value.currentTime=0,l.value.play())}}),(i,m)=>(e.openBlock(),e.createElementBlock("div",qt,[t.localVideo?(e.openBlock(),e.createElementBlock("video",{key:0,ref_key:"videoRef",ref:l,"aria-label":t.ariaLabel,controls:t.controls,poster:t.poster,width:t.width,height:t.height,autoplay:t.autoplay,loop:t.loop,muted:t.muted,type:"video/mp4",playsinline:"",src:t.src},null,8,Dt)):(e.openBlock(),e.createElementBlock("iframe",{key:1,src:t.src,"aria-label":t.ariaLabel,title:t.title,width:t.width,height:t.height,frameborder:"0",allow:"autoplay; fullscreen",allowfullscreen:""},null,8,It))]))}});const B=s(Tt,[["__scopeId","data-v-cc1144b9"]]),Lt={class:"address__wrapper"},zt={class:"address__content"},At={class:"address__flag"},Pt={class:"address__address"},Mt={class:"address__name"},Ft={key:0},Ot={class:"address__contact"},Rt=["href"],Ht=["href"],jt=e.defineComponent({__name:"address",props:{name:{type:String,required:!0},company:{type:String,required:!0},addressLine_1:{type:String,required:!0},addressLine_2:{type:String,required:!0},addressLine_3:{type:String},phone_numbers:{type:Array},email:{type:String,required:!0}},setup(t){return(a,o)=>(e.openBlock(),e.createElementBlock("div",Lt,[e.createElementVNode("div",zt,[e.createElementVNode("div",At,[e.renderSlot(a.$slots,"address-flag",{},void 0,!0)]),e.createElementVNode("div",Pt,[e.createElementVNode("p",Mt,e.toDisplayString(t.name),1),e.createElementVNode("p",null,e.toDisplayString(t.company),1),e.createElementVNode("p",null,e.toDisplayString(t.addressLine_1),1),e.createElementVNode("p",null,e.toDisplayString(t.addressLine_2),1),t.addressLine_3?(e.openBlock(),e.createElementBlock("p",Ft,e.toDisplayString(t.addressLine_3),1)):e.createCommentVNode("",!0)]),e.createElementVNode("div",Ot,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.phone_numbers,l=>(e.openBlock(),e.createBlock(f,{underline:"false",linkType:"regular"},{default:e.withCtx(()=>[e.createElementVNode("a",{href:"tel:"+l,class:"address__phone"},e.toDisplayString(l),9,Rt)]),_:2},1024))),256)),e.createElementVNode("a",{href:"mailto:"+t.email,class:"address__email"},e.toDisplayString(t.email),9,Ht)])])]))}});const H=s(jt,[["__scopeId","data-v-22ea3b79"]]),Kt=t=>(e.pushScopeId("data-v-a335dd30"),t=t(),e.popScopeId(),t),Ut={class:"bullet-list__wrapper"},Gt=Kt(()=>e.createElementVNode("i",{class:"checkmark"},null,-1)),Wt=e.defineComponent({__name:"bullet-list",props:{list:{type:Array,required:!0,validator(t){return t.length<=5}},variant:{type:String,required:!1,default:"light",validator(t){return["light"].includes(t)}}},setup(t){return(a,o)=>(e.openBlock(),e.createElementBlock("div",Ut,[e.createElementVNode("div",{class:e.normalizeClass(["bullet-list",t.variant])},[e.createElementVNode("ul",null,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.list,l=>(e.openBlock(),e.createElementBlock("li",null,[Gt,e.createTextVNode(" "+e.toDisplayString(l),1)]))),256))])],2)]))}});const j=s(Wt,[["__scopeId","data-v-a335dd30"]]),Qt={class:"card__wrapper"},Yt={key:2,class:"card__label"},Jt={key:5},Xt=e.defineComponent({__name:"card",props:{variant:{type:String,default:"product",validator:t=>["product","article"].includes(t)},theme:{type:String,default:"light",validator:t=>["light","dark"].includes(t)},linkType:{type:String,default:"link",validator:t=>["link","button"].includes(t)},headline:{type:String,default:""},paragraph:{type:String,default:""},size:{type:String,default:"small",validator:t=>["small","medium","large"].includes(t)},mediaType:{type:String,default:"image",validator:t=>["image","video"].includes(t)},orientation:{type:String,default:"horizontal",validator:t=>["horizontal","vertical"].includes(t)},srcSet:{type:String,default:""},url:String,imgSrc:String,videoSrc:String,arialabel:String,poster:String,labelText:String,alt:String},emits:["clicked"],setup(t,{emit:a}){const o=e.useSlots();let l=e.ref(!1);return(n,i)=>(e.openBlock(),e.createElementBlock("div",Qt,[e.createElementVNode("div",{class:e.normalizeClass(["card",[t.theme=="dark"?"card--dark":"card--light",t.orientation=="vertical"?"vertical":"horizontal",t.size=="small"?"card--small":t.size=="medium"?"card--medium":t.size=="large"?"card--large":"",t.size=="large"&&t.variant=="article"?"card--large-article":"",t.variant=="product"?"card--product":"card--article"]]),style:e.normalizeStyle([t.variant=="product"?"font-weight: 700":"font-weight: 300"]),onMouseover:i[0]||(i[0]=m=>e.isRef(l)?l.value=!0:l=!0),onMouseout:i[1]||(i[1]=m=>e.isRef(l)?l.value=!1:l=!1)},[t.mediaType=="image"?(e.openBlock(),e.createBlock(p,{key:0},{default:e.withCtx(()=>[e.renderSlot(n.$slots,"card-image",e.mergeProps({src:t.imgSrc,height:t.size=="small"?"186":t.size=="medium"?"243":t.size=="large"?"335":"",width:t.size=="small"?"298":t.size=="medium"?"432":t.size=="large"?"596":"",alt:t.alt,loading:"auto",sizes:"(min-width: 581px) 582px, 100vw"},{srcset:t.srcSet}))]),_:3})):(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(["video-card__wrapper",e.unref(l)==!0?"vimeoPlaying":""])},[e.createVNode(B,{play:e.unref(l),localVideo:!0,src:t.videoSrc,"aria-label":t.arialabel,controls:!1,poster:t.imgSrc,width:t.size=="small"?"298":t.size=="medium"?"432":t.size=="large"?"596":"",height:t.size=="small"?"186":t.size=="medium"?"243":t.size=="large"?"335":"",autoplay:!0,loop:!0,muted:!0},null,8,["play","src","aria-label","poster","width","height"])],2)),e.unref(o)["card-label"]?(e.openBlock(),e.createElementBlock("div",Yt,[e.renderSlot(n.$slots,"card-label")])):e.createCommentVNode("",!0),t.variant==="product"?(e.openBlock(),e.createElementBlock("h3",{key:3,class:e.normalizeClass(t.theme=="dark"?"regular-dark":"regular-blue")},e.toDisplayString(t.headline),3)):(e.openBlock(),e.createElementBlock("h3",{key:4,class:e.normalizeClass(t.theme=="dark"?"regular-dark":"regular-dark-blue")},e.toDisplayString(t.headline),3)),t.variant=="product"?(e.openBlock(),e.createElementBlock("p",Jt,e.toDisplayString(t.paragraph),1)):e.createCommentVNode("",!0)],38)]))}});const K=s(Xt,[["__scopeId","data-v-ed5d7a87"]]),Zt=t=>(e.pushScopeId("data-v-b0f9972c"),t=t(),e.popScopeId(),t),el={class:"event__wrapper"},tl={class:"event__headline"},ll={class:"event__date-location"},al=Zt(()=>e.createElementVNode("br",null,null,-1)),ol={class:"event__exhibitor"},nl=e.defineComponent({__name:"event-card",props:{eventType:{type:String,required:!0},headline:{type:String,required:!0},dateTime:{type:String,required:!0},location:{type:String,required:!0},exhibitor:{type:String,required:!0}},setup(t){return(a,o)=>(e.openBlock(),e.createElementBlock("div",el,[e.createVNode(E,{"label-dark":!1,text:t.eventType?t.eventType:""},null,8,["text"]),e.createElementVNode("div",tl,e.toDisplayString(t.headline),1),e.createElementVNode("div",ll,[e.createTextVNode(e.toDisplayString(t.dateTime),1),al,e.createTextVNode(e.toDisplayString(t.location),1)]),e.createElementVNode("div",ol,"Exhibitor: "+e.toDisplayString(t.exhibitor),1)]))}});const U=s(nl,[["__scopeId","data-v-b0f9972c"]]),rl={class:"text__wrapper"},il={class:"text__headline"},sl={class:"text__paragraph"},dl=e.defineComponent({__name:"text-card",props:{label:{type:String,required:!0},headline:{type:String,required:!0},paragraph:{type:String,required:!0}},setup(t){return(a,o)=>(e.openBlock(),e.createElementBlock("div",rl,[e.createVNode(E,{"label-dark":!1,text:t.label?t.label:""},null,8,["text"]),e.createElementVNode("div",il,e.toDisplayString(t.headline),1),e.createElementVNode("div",sl,[e.createElementVNode("p",null,e.toDisplayString(t.paragraph),1)])]))}});const G=s(dl,[["__scopeId","data-v-b07d352b"]]),cl={class:"facts__wrapper"},ul={class:"facts__content"},ml={class:"facts__headline"},_l={class:"facts"},hl={class:"fact"},gl={class:"fact__value"},vl={class:"fact__metric"},pl={key:0,class:"facts__link"},fl=e.defineComponent({__name:"facts",props:{headline:{type:String},facts:{type:Array,required:!0,validator(t){return t.length===3}},link:{type:Object}},setup(t){return(a,o)=>(e.openBlock(),e.createElementBlock("div",cl,[e.createElementVNode("div",ul,[e.createElementVNode("h2",ml,e.toDisplayString(t.headline),1),e.createElementVNode("div",_l,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.facts,l=>(e.openBlock(),e.createElementBlock("div",hl,[e.createElementVNode("div",gl,[e.createElementVNode("span",null,e.toDisplayString(l.value),1)]),e.createElementVNode("div",vl,[e.createElementVNode("span",null,e.toDisplayString(l.metric),1)])]))),256))]),t.link?(e.openBlock(),e.createElementBlock("div",pl,[e.createVNode(f,{linkType:"regular-light",arrow:""},{default:e.withCtx(()=>[e.renderSlot(a.$slots,"facts-link",{},void 0,!0)]),_:3})])):e.createCommentVNode("",!0)])]))}});const W=s(fl,[["__scopeId","data-v-7db53845"]]),yl={class:"features__wrapper"},kl={class:"features__content"},bl={key:0,class:"features__headline"},Bl={key:1,class:"features__body"},Sl={class:"features__element"},$l={class:"element__headline"},Vl={class:"element__body"},El=e.defineComponent({__name:"features",props:{headline:{type:String},body:{type:String},elements:{type:Array,required:!0,validator(t){return t.length>=3&&t.length<=6}}},setup(t){return(a,o)=>(e.openBlock(),e.createElementBlock("div",yl,[e.createElementVNode("div",kl,[t.headline?(e.openBlock(),e.createElementBlock("div",bl,[e.createElementVNode("h2",null,e.toDisplayString(t.headline),1)])):e.createCommentVNode("",!0),t.body?(e.openBlock(),e.createElementBlock("div",Bl,[e.createElementVNode("p",null,e.toDisplayString(t.body),1)])):e.createCommentVNode("",!0),e.createElementVNode("div",{class:e.normalizeClass(["features__elements",[t.elements.length==6?"features__elements--grid-6":""]])},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.elements,l=>(e.openBlock(),e.createElementBlock("div",Sl,[e.createVNode(p,{class:"element__icon"},{default:e.withCtx(()=>[e.renderSlot(a.$slots,"features-icon",e.normalizeProps(e.guardReactiveProps({src:l.icon.src,height:30,width:30,alt:l.icon.alt})),void 0,!0)]),_:2},1024),e.createElementVNode("p",$l,e.toDisplayString(l.headline),1),e.createElementVNode("p",Vl,e.toDisplayString(l.body),1)]))),256))],2)])]))}});const Q=s(El,[["__scopeId","data-v-35a864e7"]]),wl={class:"image__wrapper"},Nl={class:"image__content"},xl={class:"image__image"},Cl={class:"image__caption"},ql=e.defineComponent({__name:"image",props:{caption:{type:String,required:!1},src:{type:String,required:!0},alt:{type:String,required:!0}},setup(t){return(a,o)=>(e.openBlock(),e.createElementBlock("div",wl,[e.createElementVNode("div",Nl,[e.createElementVNode("div",xl,[e.createVNode(p,null,{default:e.withCtx(()=>[e.renderSlot(a.$slots,"image",e.normalizeProps(e.guardReactiveProps({width:984,height:554,src:t.src,alt:t.alt})))]),_:3})]),e.createElementVNode("p",Cl,e.toDisplayString(t.caption),1)])]))}});const Y=s(ql,[["__scopeId","data-v-624f5b56"]]),Dl={class:"gallery__large"},Il={key:0,class:"image image--large"},Tl={key:1,class:"video"},Ll={class:"image image--small"},zl={key:0,class:"body"},Al=e.defineComponent({__name:"image-gallery",props:{mediaLarge:{type:Object,required:!0},mediaType:{type:String,default:"image",validator(t){return["image"].includes(t)}},mediaSmall:{type:Array,required:!0},body:{type:String,required:!1},flipHorizontal:{type:Boolean,default:!1},flipVertical:{type:Boolean,default:!1},bgColor:{type:String,default:"white",validator(t){return["white","light","dark"].includes(t)}}},setup(t){return(a,o)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["gallery__wrapper",t.bgColor==="light"?"gallery__wrapper--light":t.bgColor==="dark"?["gallery__wrapper--dark","mirsaic--dark"]:""])},[e.createElementVNode("div",{class:e.normalizeClass(["gallery__content",t.flipHorizontal?"gallery__content--reverse":"gallery__content--default"])},[e.createElementVNode("div",Dl,[t.mediaLarge&&t.mediaType==="image"?(e.openBlock(),e.createElementBlock("div",Il,[e.createVNode(p,null,{default:e.withCtx(()=>[e.renderSlot(a.$slots,"image-large",e.normalizeProps(e.guardReactiveProps({width:617,height:530,src:t.mediaLarge.src,alt:t.mediaLarge.alt})))]),_:3})])):e.createCommentVNode("",!0),t.mediaLarge&&t.mediaType==="video"?(e.openBlock(),e.createElementBlock("div",Tl,[e.createVNode(B,{src:t.mediaLarge.src,localVideo:"",ariaLabel:t.mediaLarge.alt,controls:!1,height:"530",width:"617",autoplay:!0,loop:!0,muted:!0,play:!0},null,8,["src","ariaLabel"])])):e.createCommentVNode("",!0)]),e.createElementVNode("div",{style:e.normalizeStyle([t.mediaSmall.length==2?"grid-gap: 38px;":""]),class:e.normalizeClass(["gallery__small",t.flipVertical?"gallery__small--reverse":"gallery__small--default"])},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.mediaSmall,l=>(e.openBlock(),e.createElementBlock("div",Ll,[e.createVNode(p,null,{default:e.withCtx(()=>[e.renderSlot(a.$slots,"image-small",e.normalizeProps(e.guardReactiveProps({width:328,height:246,src:l.src,alt:l.alt})))]),_:2},1024)]))),256)),t.mediaSmall.length<2?(e.openBlock(),e.createElementBlock("div",zl,[e.createElementVNode("p",null,e.toDisplayString(t.body),1)])):e.createCommentVNode("",!0)],6)],2)],2))}});const J=s(Al,[["__scopeId","data-v-55b17073"]]),Pl={class:"headline__wrapper"},Ml={class:"headline__h1"},Fl=e.defineComponent({__name:"headline",props:{headline:{type:String,required:!0},article:{type:Boolean,required:!1},subMenu:{type:Boolean,required:!1}},setup(t){return(a,o)=>(e.openBlock(),e.createElementBlock("div",Pl,[e.createElementVNode("div",{class:e.normalizeClass({"headline__content--article-and-submenu":t.article&&t.subMenu,"headline__content--article":t.article&&!t.subMenu,"headline__content--default headline__content--submenu":!t.article&&t.subMenu,"headline__content--default":!t.article&&!t.subMenu})},[e.createElementVNode("h1",Ml,e.toDisplayString(t.headline),1)],2)]))}});const X=s(Fl,[["__scopeId","data-v-080238bd"]]),Ol=t=>(e.pushScopeId("data-v-de757e46"),t=t(),e.popScopeId(),t),Rl={class:"hero__wrapper"},Hl={class:"hero__content"},jl={class:"hero__top"},Kl={class:"hero__elements"},Ul={class:"hero__headline"},Gl={class:"hero__link"},Wl={class:"hero__video"},Ql=Ol(()=>e.createElementVNode("div",{class:"hero__gradient"},null,-1)),Yl=e.defineComponent({__name:"hero",props:{headline:{type:String,required:!0},video:{type:Object,required:!0}},setup(t){return(a,o)=>(e.openBlock(),e.createElementBlock("div",Rl,[e.createElementVNode("div",Hl,[e.createElementVNode("div",jl,[e.createElementVNode("div",Kl,[e.createElementVNode("div",Ul,[e.createElementVNode("h1",null,e.toDisplayString(t.headline),1)]),e.createElementVNode("div",Gl,[e.createVNode(f,{linkType:"regular-light",arrow:""},{default:e.withCtx(()=>[e.renderSlot(a.$slots,"hero-link",{},void 0,!0)]),_:3})])])]),e.createElementVNode("div",Wl,[Ql,e.createVNode(B,{src:t.video.src,localVideo:"",ariaLabel:t.video.alt,controls:!1,autoplay:!0,loop:!0,muted:!0,play:!0,poster:t.video.poster},null,8,["src","ariaLabel","poster"])])])]))}});const Z=s(Yl,[["__scopeId","data-v-de757e46"]]),Jl={class:"logo-wall__wrapper"},Xl={class:"logo-wall__content"},Zl={key:0,class:"logo-wall__text"},ea={key:0},ta={key:1},la={class:"logo-wall__logos"},aa={class:"logo-wall__logo"},oa={class:"logo-wall__link"},na=e.defineComponent({__name:"logo-wall",props:{headline:{type:String},body:{type:String},logos:{type:Array,required:!0,validator:t=>t.length<=5}},setup(t){return(a,o)=>(e.openBlock(),e.createElementBlock("div",Jl,[e.createElementVNode("div",Xl,[t.headline||t.body?(e.openBlock(),e.createElementBlock("div",Zl,[t.headline?(e.openBlock(),e.createElementBlock("h2",ea,e.toDisplayString(t.headline),1)):e.createCommentVNode("",!0),t.body?(e.openBlock(),e.createElementBlock("p",ta,e.toDisplayString(t.body),1)):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0),e.createElementVNode("div",la,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.logos,l=>(e.openBlock(),e.createElementBlock("div",aa,[e.createVNode(p,null,{default:e.withCtx(()=>[e.renderSlot(a.$slots,"logo-wall-logo",e.normalizeProps(e.guardReactiveProps({width:130,height:130,src:l.src,alt:l.alt})),void 0,!0)]),_:2},1024)]))),256))]),e.createElementVNode("div",oa,[e.createVNode(f,{linkType:"regular-light",arrow:!0},{default:e.withCtx(()=>[e.renderSlot(a.$slots,"logo-wall-link",{},void 0,!0)]),_:3})])])]))}});const ee=s(na,[["__scopeId","data-v-299e5b4b"]]),ra={class:"micro-stories__splide"},te=e.defineComponent({__name:"micro-stories",props:{stories:{type:Array,required:!0,validator(t){return t.length>=3&&t.length<=6?!0:(console.error("Micro Stories must have between 3 and 6 slides. You have provided "+t.length),!1)}},reverse:{type:Boolean,default:!1},bgColor:{type:String,default:"blue",validator(t){return["white","blue","dark"].includes(t)}}},setup(t){return(a,o)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["micro-stories__wrapper",t.bgColor=="white"?"micro-stories__wrapper--white":t.bgColor=="dark"?"micro-stories__wrapper--dark":(t.bgColor=="blue","micro-stories__wrapper--blue")])},[e.createElementVNode("div",ra,[e.renderSlot(a.$slots,"micro-stories-slides")]),e.renderSlot(a.$slots,"micro-stories-controls")],2))}});const ia={},sa={class:"policy__wrapper"},da={class:"policy__content"};function ca(t,a){return e.openBlock(),e.createElementBlock("div",sa,[e.createElementVNode("div",da,[e.renderSlot(t.$slots,"default",{},void 0,!0)])])}const le=s(ia,[["render",ca],["__scopeId","data-v-4ef880d9"]]),ua={class:"product-hero__wrapper"},ma={class:"product-hero__content"},_a={class:"product-hero__headline"},ha={class:"product-hero__video"},ga=e.defineComponent({__name:"product-hero",props:{headline:{type:String,default:"",required:!0},videoSrc:{type:String,default:"",required:!0},ariaLabel:{type:String,default:"",required:!0},imgSrc:{type:String,default:"",required:!0}},setup(t){return(a,o)=>(e.openBlock(),e.createElementBlock("div",ua,[e.createElementVNode("div",ma,[e.createElementVNode("div",_a,[e.createElementVNode("h1",null,e.toDisplayString(t.headline),1)]),e.createElementVNode("div",ha,[e.createVNode(B,{play:!0,localVideo:!0,src:t.videoSrc,ariaLabel:t.ariaLabel,controls:!1,poster:t.imgSrc,autoplay:!0,loop:!0,muted:!0},null,8,["src","ariaLabel","poster"])])])]))}});const ae=s(ga,[["__scopeId","data-v-2ca17b92"]]),va={class:"promo__content"},pa=e.defineComponent({__name:"promo",props:{label:{type:String},headline:{type:String,required:!0},linkText:{type:String},mediaType:{type:String,default:"image",validator:t=>["image","video"].includes(t)},src:{type:String,required:!0},alt:{type:String,required:!0},fallbackImage:{type:String,required:!0},reverse:{type:Boolean,default:!1},variant:{type:String,default:""},linkType:{type:String,default:"link",validator:t=>["link","button"].includes(t)},teaser:{type:Boolean}},setup(t){return(a,o)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["promo__wrapper",t.variant==="dark"?"promo__wrapper--dark":t.variant==="light"?"promo__wrapper--light":"promo__wrapper--default",t.teaser?"promo__wrapper--teaser":""])},[e.createElementVNode("div",va,[t.mediaType==="image"?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["promo__image",t.reverse?"promo__image--reverse":"promo__image--default"])},[e.createVNode(p,null,{default:e.withCtx(()=>[e.renderSlot(a.$slots,"promo-image",e.normalizeProps(e.guardReactiveProps({src:t.src,width:1920,alt:t.alt,height:1080})))]),_:3})],2)):e.createCommentVNode("",!0),t.mediaType==="video"?(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(["promo__video",t.reverse?"promo__video--reverse":"promo__video--default"])},[e.createVNode(B,{src:t.src,localVideo:"",ariaLabel:t.alt,controls:!1,autoplay:!0,loop:!0,muted:!0,play:!0,poster:t.fallbackImage},null,8,["src","ariaLabel","poster"])],2)):e.createCommentVNode("",!0),e.createElementVNode("div",{class:e.normalizeClass(["promo__text",t.reverse?"promo__text--reverse":"promo__text--default"])},[t.label?(e.openBlock(),e.createBlock(E,{key:0,text:t.label,labelDark:t.variant==="dark"},null,8,["text","labelDark"])):e.createCommentVNode("",!0),e.createElementVNode("div",{class:e.normalizeClass(["promo__title",t.variant==="dark"?"promo__title--dark":""])},e.toDisplayString(t.headline),3),t.linkType==="link"?(e.openBlock(),e.createBlock(f,{key:1,linkType:t.variant==="dark"?"regular-dark":(t.variant==="light","regular-light"),arrow:""},{default:e.withCtx(()=>[e.renderSlot(a.$slots,"promo-link")]),_:3},8,["linkType"])):e.createCommentVNode("",!0),t.linkType==="button"?(e.openBlock(),e.createBlock(f,{key:2,linkType:t.variant==="dark"?"secondary-dark":(t.variant==="light","secondary")},{default:e.withCtx(()=>[e.renderSlot(a.$slots,"promo-link")]),_:3},8,["linkType"])):e.createCommentVNode("",!0)],2)])],2))}});const oe=s(pa,[["__scopeId","data-v-dfe89e6c"]]),fa=t=>(e.pushScopeId("data-v-18440f83"),t=t(),e.popScopeId(),t),ya={class:"quote__wrapper"},ka={class:"quote__content"},ba=fa(()=>e.createElementVNode("p",{class:"quote__quote-mark"},"“",-1)),Ba={class:"quote__quote"},Sa={class:"quote__quote-text"},$a={class:"quote__author"},Va={key:0,class:"quote__image"},Ea={class:"quote__text"},wa={class:"quote__author-name"},Na={class:"quote__author-title"},xa=e.defineComponent({__name:"quote",props:{quote:{type:String,required:!0},author:{type:String,required:!0},authorTitle:{type:String,required:!0},authorImage:{type:String,required:!1}},setup(t){return(a,o)=>(e.openBlock(),e.createElementBlock("div",ya,[e.createElementVNode("div",ka,[ba,e.createElementVNode("div",Ba,[e.createElementVNode("p",Sa,e.toDisplayString(t.quote),1),e.createElementVNode("div",$a,[t.authorImage?(e.openBlock(),e.createElementBlock("div",Va,[e.createVNode(p,null,{default:e.withCtx(()=>[e.renderSlot(a.$slots,"author-image",e.normalizeProps(e.guardReactiveProps({src:t.authorImage+"/m/100x100",width:60,height:60})))]),_:3})])):e.createCommentVNode("",!0),e.createElementVNode("div",Ea,[e.createElementVNode("p",wa,e.toDisplayString(t.author),1),e.createElementVNode("p",Na,e.toDisplayString(t.authorTitle),1)])])])])]))}});const ne=s(xa,[["__scopeId","data-v-18440f83"]]),Ca={class:"rich-text__wrapper"},qa={key:0,class:"rich-text__links"},Da={key:0,class:"rich-text__bullet-list"},Ia=e.defineComponent({__name:"rich-text",props:{headline:{type:String},leftAligned:{type:Boolean,default:!1},links:{type:Boolean,default:!1},bulletList:{type:Boolean,default:!1},image:{type:Boolean,default:!1},imageClip:{type:Boolean,default:!0},bgColor:{type:String,default:"white"},label:{type:String}},setup(t){return(a,o)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["rich-text",t.bgColor==="blue"?"rich-text--blue":"rich-text--white"])},[e.createElementVNode("div",Ca,[t.label?(e.openBlock(),e.createBlock(E,{key:0,text:t.label,labelDark:!1},null,8,["text"])):e.createCommentVNode("",!0),t.headline?(e.openBlock(),e.createElementBlock("h2",{key:1,class:e.normalizeClass(["rich-text__headline",t.leftAligned||t.bulletList||t.image?"rich-text__headline--left-aligned":"rich-text__headline--centered"])},e.toDisplayString(t.headline),3)):e.createCommentVNode("",!0),e.createElementVNode("div",{class:e.normalizeClass(["rich-text__content",t.leftAligned||t.bulletList||t.image?"rich-text__content--left-aligned":"rich-text__content--centered"])},[e.createElementVNode("div",{class:e.normalizeClass(["rich-text__body",t.bulletList||t.image?"rich-text__body--content-right":""])},[e.renderSlot(a.$slots,"rich-text-content"),t.links?(e.openBlock(),e.createElementBlock("div",qa,[e.renderSlot(a.$slots,"rich-text-links")])):e.createCommentVNode("",!0)],2),t.bulletList?(e.openBlock(),e.createElementBlock("div",Da,[e.renderSlot(a.$slots,"rich-text-bullet-list")])):e.createCommentVNode("",!0),t.image?(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(["rich-text__image",t.imageClip?"rich-text__image--clip":""])},[e.createVNode(p,null,{default:e.withCtx(()=>[e.renderSlot(a.$slots,"rich-text-image",e.normalizeProps(e.guardReactiveProps({width:865,height:307})))]),_:3})],2)):e.createCommentVNode("",!0)],2)])],2))}});const re=s(Ia,[["__scopeId","data-v-7ecdc272"]]);const Ta={},La={class:"rich-text"},za={class:"rich-text__wrapper"},Aa={class:"rich-text__content rich-text__content--left-aligned"},Pa={class:"rich-text__body"};function Ma(t,a){return e.openBlock(),e.createElementBlock("div",La,[e.createElementVNode("div",za,[e.createElementVNode("div",Aa,[e.createElementVNode("div",Pa,[e.createElementVNode("div",null,[e.renderSlot(t.$slots,"rich-text-content-left",{},void 0,!0)]),e.createElementVNode("div",null,[e.renderSlot(t.$slots,"rich-text-content-right",{},void 0,!0)])])])])])}const ie=s(Ta,[["render",Ma],["__scopeId","data-v-86986bf2"]]),Fa=t=>(e.pushScopeId("data-v-df182fbb"),t=t(),e.popScopeId(),t),Oa={class:"timeline__wrapper"},Ra={class:"timeline__content"},Ha={class:"timeline__items"},ja={class:"timeline__item faded"},Ka={class:"item__left"},Ua=Fa(()=>e.createElementVNode("div",{class:"item__elements"},[e.createElementVNode("div",{class:"circle"}),e.createElementVNode("div",{class:"line"})],-1)),Ga={class:"item__right"},Wa=["innerHTML"],Qa=e.defineComponent({__name:"timeline",props:{timelineItems:{type:Array,required:!0}},setup(t){return e.onMounted(()=>{const a=document.querySelectorAll(".timeline__item"),o=new IntersectionObserver(l=>{l.forEach(n=>{n.isIntersecting&&(n.target.classList.add("visible"),n.target.classList.remove("faded"),o.unobserve(n.target))})},{threshold:1});a.forEach(l=>{o.observe(l)})}),(a,o)=>(e.openBlock(),e.createElementBlock("div",Oa,[e.createElementVNode("div",Ra,[e.createElementVNode("div",Ha,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.timelineItems,l=>(e.openBlock(),e.createElementBlock("div",ja,[e.createElementVNode("div",Ka,e.toDisplayString(l.year),1),Ua,e.createElementVNode("div",Ga,[e.createVNode(p,null,{default:e.withCtx(()=>[l.media.type==="image"?e.renderSlot(a.$slots,"timeline-image",e.normalizeProps(e.mergeProps({key:0},{src:l.media.src,alt:l.media.alt})),void 0,!0):e.createCommentVNode("",!0)]),_:2},1024),e.createElementVNode("div",{style:e.normalizeStyle([l.media.type==="none"?"margin-top: 0px":""]),class:"rich-text",innerHTML:l.text},null,12,Wa)])]))),256))])])]))}});const se=s(Qa,[["__scopeId","data-v-df182fbb"]]),Ya={class:"triple-card-display__wrapper"},Ja={key:0,class:"triple-card__content"},Xa={key:0},Za={key:1},eo={class:"triple-card__cards"},to=e.defineComponent({__name:"triple-card-display",props:{headline:{type:String,default:""},paragraph:{type:String,default:""},bgColor:{type:String,default:"white"}},setup(t){return(a,o)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["triple-card-display",t.bgColor==="blue"?"triple-card-display--blue":"triple-card-display--white"])},[e.createElementVNode("div",Ya,[t.headline||t.paragraph?(e.openBlock(),e.createElementBlock("div",Ja,[t.headline?(e.openBlock(),e.createElementBlock("h2",Xa,e.toDisplayString(t.headline),1)):e.createCommentVNode("",!0),t.paragraph?(e.openBlock(),e.createElementBlock("p",Za,e.toDisplayString(t.paragraph),1)):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0),e.createElementVNode("div",eo,[e.renderSlot(a.$slots,"triple-card-display-cards",{},void 0,!0)])])],2))}});const de=s(to,[["__scopeId","data-v-e7b427f6"]]),lo={class:"vimeo"},ao={class:"vimeo__wrapper"},oo={key:0,class:"vimeo__headline"},no={key:1,class:"vimeo__description"},ro=e.defineComponent({__name:"vimeo",props:{headline:{type:String},description:{type:String}},setup(t){return(a,o)=>(e.openBlock(),e.createElementBlock("div",lo,[e.createElementVNode("div",ao,[t.headline?(e.openBlock(),e.createElementBlock("h2",oo,e.toDisplayString(t.headline),1)):e.createCommentVNode("",!0),e.renderSlot(a.$slots,"vimeo-content",{},void 0,!0),t.description?(e.openBlock(),e.createElementBlock("p",no,e.toDisplayString(t.description),1)):e.createCommentVNode("",!0)])]))}});const ce=s(ro,[["__scopeId","data-v-59fa125d"]]),io={class:"not-found__wrapper"},so={class:"not-found__content"},co={class:"not-found__headline"},uo={class:"not-found__body"},mo=e.defineComponent({__name:"404",props:{headline:{type:String,required:!0}},setup(t){return(a,o)=>(e.openBlock(),e.createElementBlock("div",io,[e.createElementVNode("div",so,[e.createElementVNode("h1",co,e.toDisplayString(t.headline),1),e.createElementVNode("div",uo,[e.renderSlot(a.$slots,"not-found-body",{},void 0,!0)])])]))}});const ue=s(mo,[["__scopeId","data-v-258957f0"]]),_o={class:"filter__wrapper"},ho={class:"filter__content"},go={class:"filter__dropdowns"},vo={class:"filter__chips"},po=e.defineComponent({__name:"filter",props:{hasChips:{type:Boolean,default:!1}},emits:["clearFilters"],setup(t){return(a,o)=>(e.openBlock(),e.createElementBlock("div",_o,[e.createElementVNode("div",ho,[e.createElementVNode("div",go,[e.renderSlot(a.$slots,"filter-dropdowns")]),e.createElementVNode("div",vo,[e.renderSlot(a.$slots,"filter-chips"),t.hasChips?(e.openBlock(),e.createElementBlock("button",{key:0,class:"filter__clear",onClick:o[0]||(o[0]=l=>a.$emit("clearFilters"))}," Remove all filters ")):e.createCommentVNode("",!0)])])]))}});const me=s(po,[["__scopeId","data-v-73ba9888"]]),S=t=>(e.pushScopeId("data-v-d2cab33d"),t=t(),e.popScopeId(),t),fo={class:"footer__wrapper"},yo={class:"footer__content"},ko={class:"footer__sections"},bo={class:"section"},Bo={class:"section__title"},So={class:"section__list"},$o={class:"section"},Vo=S(()=>e.createElementVNode("span",{class:"section__title"},"Mobile Industrial Robots A/S",-1)),Eo=S(()=>e.createElementVNode("span",null,"Emil Neckelmanns Vej 15F",-1)),wo=S(()=>e.createElementVNode("span",null,"DK-5220 Odense SØ",-1)),No=S(()=>e.createElementVNode("br",null,null,-1)),xo=S(()=>e.createElementVNode("a",{href:"mailto:mail@mir-robots.com"},"mail@mir-robots.com",-1)),Co=S(()=>e.createElementVNode("a",{href:"tel:+4520377577"},"+45 20 377 577",-1)),qo={class:"footer__bottom"},Do={class:"copyright"},Io={class:"footer__policy"},To=S(()=>e.createElementVNode("span",null,[e.createElementVNode("i",{class:"change-region"}),e.createTextVNode("Change region")],-1)),Lo=[To],zo={class:"footer__social"},Ao=["href","aria-label"],Po=e.defineComponent({__name:"footer",props:{footerSections:{type:Array,default:[]},privacyPolicy:{type:Object},cookiePolicy:{type:Object},socialMedia:{type:Array,default:[],validator:t=>{const a=["linkedin","facebook","instagram","twitter","youtube"];return t.every(o=>a.includes(o.title))}}},emits:["changeRegionClicked"],setup(t){return(a,o)=>(e.openBlock(),e.createElementBlock("div",fo,[e.createElementVNode("footer",yo,[e.createElementVNode("div",ko,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.footerSections,l=>(e.openBlock(),e.createElementBlock("div",bo,[e.createElementVNode("span",Bo,e.toDisplayString(l.title),1),e.createElementVNode("nav",null,[e.createElementVNode("ul",So,[e.renderSlot(a.$slots,"section-links",{links:l.links})])])]))),256)),e.createElementVNode("div",$o,[Vo,e.createElementVNode("address",null,[Eo,wo,No,e.createVNode(f,{class:"footer__contact",linkType:"regular-light",underline:"false"},{default:e.withCtx(()=>[xo]),_:1}),e.createVNode(f,{class:"footer__contact",linkType:"regular-light",underline:"false"},{default:e.withCtx(()=>[Co]),_:1})])])]),e.createElementVNode("div",qo,[e.createElementVNode("p",Do,"© MiR "+e.toDisplayString(new Date().getFullYear()),1),e.createElementVNode("div",Io,[e.createElementVNode("button",{class:"footer__language-switcher",onClick:o[0]||(o[0]=l=>a.$emit("changeRegionClicked"))},Lo),e.renderSlot(a.$slots,"footer-privacy-link"),e.renderSlot(a.$slots,"footer-cookie-link")]),e.createElementVNode("div",zo,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.socialMedia,l=>(e.openBlock(),e.createBlock(f,{underline:"false",linkType:"regular"},{default:e.withCtx(()=>[e.createElementVNode("a",{href:l.url,"aria-label":l.title},[e.createElementVNode("i",{width:"19",height:"14",class:e.normalizeClass(["footer__social--icon",[l.title==="linkedin"?"bg-linkedin":l.title==="facebook"?"bg-facebook":l.title==="instagram"?"bg-instagram":l.title==="twitter"?"bg-twitter":l.title==="youtube"?"bg-youtube":""]])},null,2)],8,Ao)]),_:2},1024))),256))])])])]))}});const _e=s(Po,[["__scopeId","data-v-d2cab33d"]]),Mo={class:"header__wrapper"},Fo={class:"nav-wrapper"},Oo={class:"mir-link-logo"},Ro={class:"main-nav-items"},Ho={id:"menu-dropdown",ref:"dropdownDiv"},jo={key:0,src:"https://a.storyblok.com/f/230581/9x6/8cecdca15f/arrow-down.svg?cv=1695125714195",alt:"dropdownarrow"},Ko={key:1,src:"https://a.storyblok.com/f/230581/9x6/8cecdca15f/arrow-down.svg?cv=1695125714195",alt:"dropdownarrow",style:{transform:"rotate(180deg)"}},Uo={class:"dropdown-content"},Go={class:"nav-search-wrapper"},Wo=["src"],Qo={class:"mobile-logo-search-burger-wrapper"},Yo={class:"mobile-mir-link-logo"},Jo={class:"mobile-search-wrapper"},Xo=["src"],Zo=["onClick"],en=["src"],tn={class:"mobile-menu-content-wrapper"},ln={class:"mobile-dropdown-content"},an=e.defineComponent({__name:"header",props:{burgerState:{type:Boolean,default:!1},showDropDown:{type:Boolean,default:!1}},emits:["update:burgerState","update:showDropDown","clickSearch"],setup(t,{expose:a,emit:o}){const l=t;e.ref("");let n=null,i=e.ref(l.burgerState),m=e.ref(l.showDropDown);e.watch(()=>l.burgerState,_=>i.value=_),e.watch(()=>l.showDropDown,_=>m.value=_),e.onMounted(()=>{n=_=>{_.target.closest("#menu-dropdown")||(m.value=!1)},window.addEventListener("click",n)}),e.onUnmounted(()=>{n!==null&&window.removeEventListener("click",n)});function y(){m.value=!m.value,o("update:showDropDown",m.value)}function g(){i.value=!i.value,o("update:burgerState",i.value)}let c=e.ref(null),v=e.ref(null);function q(){c.value&&c.value.blur()}return a({defocusSearchButton:q}),(_,$)=>(e.openBlock(),e.createElementBlock("div",Mo,[e.createElementVNode("nav",null,[e.createElementVNode("div",Fo,[e.createElementVNode("div",Oo,[e.renderSlot(_.$slots,"link-logo",{},void 0,!0)]),e.createElementVNode("ul",Ro,[e.renderSlot(_.$slots,"main-nav-items",{},void 0,!0)]),e.createElementVNode("div",Ho,[e.createElementVNode("button",{onClick:y,class:"nav-dropdown-btn"},[e.renderSlot(_.$slots,"dropdown-title",{},void 0,!0),e.unref(m)==!1?(e.openBlock(),e.createElementBlock("img",jo)):(e.openBlock(),e.createElementBlock("img",Ko))]),e.withDirectives(e.createElementVNode("div",Uo,[e.renderSlot(_.$slots,"dropdown-links",{},void 0,!0)],512),[[e.vShow,e.unref(m)]])],512),e.createElementVNode("div",Go,[e.createElementVNode("button",{class:"search-icon",onClick:$[0]||($[0]=x=>{var b;return _.$emit("clickSearch"),(b=e.unref(c))==null?void 0:b.blur()}),ref_key:"navSearchButton",ref:c},[e.createElementVNode("img",{src:e.unref(i)==!0?"https://a.storyblok.com/f/230581/21x21/13f4ac189d/search-icon-white.svg?cv=1695125826080":"https://a.storyblok.com/f/230581/21x21/ebbdca38d3/search-icon.svg?cv=1695125825901",alt:"search icon",width:"20",height:"20"},null,8,Wo)],512)])]),e.createElementVNode("div",{class:e.normalizeClass(["mobile-nav-wrapper",e.unref(i)==!0?"mirsaic-mobile-bg mirsaic--dark":""])},[e.createElementVNode("div",Qo,[e.createElementVNode("div",Yo,[e.renderSlot(_.$slots,"link-logo",{},void 0,!0)]),e.createElementVNode("div",Jo,[e.createElementVNode("button",{class:"search-icon",onClick:$[1]||($[1]=x=>{var b;return _.$emit("clickSearch"),(b=e.unref(v))==null?void 0:b.blur()}),ref_key:"mobileSearchButton",ref:v,"aria-label":"Toggle search"},[e.createElementVNode("img",{src:e.unref(i)==!0?"https://a.storyblok.com/f/230581/21x21/13f4ac189d/search-icon-white.svg?cv=1695125826080":"https://a.storyblok.com/f/230581/21x21/ebbdca38d3/search-icon.svg?cv=1695125825901",alt:"search icon",width:"20",height:"20"},null,8,Xo)],512)]),e.createElementVNode("button",{onClick:e.withModifiers(g,["prevent"]),class:"mobile-burger-wrapper","aria-label":"Toggle menu"},[e.createElementVNode("img",{width:"20",height:"20",alt:"burger menu line icon",src:e.unref(i)==!0?"https://a.storyblok.com/f/230581/17x18/20e9329e46/close-white.svg":"https://a.storyblok.com/f/230581/23x14/739e917bca/burger-menu-line.svg"},null,8,en)],8,Zo)]),e.withDirectives(e.createElementVNode("div",tn,[e.createElementVNode("ul",null,[e.renderSlot(_.$slots,"mobile-main-nav-items",{},void 0,!0)]),e.createElementVNode("ul",ln,[e.renderSlot(_.$slots,"mobile-dropdown-title",{},void 0,!0),e.renderSlot(_.$slots,"mobile-dropdown-links",{},void 0,!0)])],512),[[e.vShow,e.unref(i)]])],2)])]))}});const he=s(an,[["__scopeId","data-v-98560ea5"]]),on={class:"language__wrapper"},nn={class:"language__content"},rn={class:"language__headline"},sn={class:"language__paragraph"},dn=e.defineComponent({__name:"language-switcher",props:{headline:{type:String},paragraph:{type:String}},setup(t){return(a,o)=>(e.openBlock(),e.createElementBlock("div",on,[e.createElementVNode("div",nn,[e.createElementVNode("h2",rn,e.toDisplayString(t.headline),1),e.createElementVNode("p",sn,e.toDisplayString(t.paragraph),1),e.renderSlot(a.$slots,"language-links",{},void 0,!0)])]))}});const ge=s(dn,[["__scopeId","data-v-a76ba727"]]),cn={class:"pagination__wrapper"},un={class:"pagination__content"},mn=e.defineComponent({__name:"pagination",props:{isPreviousDisabled:{type:Boolean,required:!0},isNextDisabled:{type:Boolean,required:!0}},emits:["previous","next"],setup(t){return(a,o)=>(e.openBlock(),e.createElementBlock("div",cn,[e.createElementVNode("div",un,[e.createVNode(N,{onClick:o[0]||(o[0]=l=>a.$emit("previous")),disabled:t.isPreviousDisabled,variant:"previous",ariaLabel:"previous"},null,8,["disabled"]),e.renderSlot(a.$slots,"pagination-numbers"),e.createVNode(N,{onClick:o[1]||(o[1]=l=>a.$emit("next")),disabled:t.isNextDisabled,variant:"next",ariaLabel:"next"},null,8,["disabled"])])]))}});const ve=s(mn,[["__scopeId","data-v-9f08dcf6"]]);const _n={},hn={class:"search__wrapper"};function gn(t,a){return e.openBlock(),e.createElementBlock("div",hn,[e.renderSlot(t.$slots,"default",{class:"search__content"})])}const pe=s(_n,[["render",gn],["__scopeId","data-v-31f35da9"]]),vn={install:t=>{t.component("AtomButton",N),t.component("AtomCheckbox",L),t.component("AtomChip",z),t.component("AtomDropdown",A),t.component("AtomImage",p),t.component("AtomLabel",E),t.component("AtomLink",f),t.component("AtomRadioButton",P),t.component("AtomSelect",M),t.component("AtomSlider",F),t.component("AtomTextarea",O),t.component("AtomTextField",R),t.component("AtomVideo",B),t.component("MoleculeAddress",H),t.component("MoleculeBulletList",j),t.component("MoleculeCard",K),t.component("MoleculeEventCard",U),t.component("MoleculeModal",D),t.component("MoleculeTextCard",G),t.component("BlockFacts",W),t.component("BlockFeatures",Q),t.component("BlockHeadline",X),t.component("BlockHero",Z),t.component("BlockImage",Y),t.component("BlockImageGallery",J),t.component("BlockLogoWall",ee),t.component("BlockMicroStories",te),t.component("BlockPolicy",le),t.component("BlockProductHero",ae),t.component("BlockPromo",oe),t.component("BlockQuote",ne),t.component("BlockRichText",re),t.component("BlockRichTextColumns",ie),t.component("BlockTimeline",se),t.component("BlockTripleCardDisplay",de),t.component("BlockVimeo",ce),t.component("Organism404",ue),t.component("OrganismFilter",me),t.component("OrganismFooter",_e),t.component("OrganismHeader",he),t.component("OrganismLanguageSwitcher",ge),t.component("OrganismPagination",ve),t.component("OrganismSearch",pe)}};exports.AtomButton=N;exports.AtomCheckbox=L;exports.AtomChip=z;exports.AtomDropdown=A;exports.AtomImage=p;exports.AtomLabel=E;exports.AtomLink=f;exports.AtomRadioButton=P;exports.AtomSelect=M;exports.AtomSlider=F;exports.AtomTextField=R;exports.AtomTextarea=O;exports.AtomVideo=B;exports.BlockFacts=W;exports.BlockFeatures=Q;exports.BlockHeadline=X;exports.BlockHero=Z;exports.BlockImage=Y;exports.BlockImageGallery=J;exports.BlockLogoWall=ee;exports.BlockMicroStories=te;exports.BlockPolicy=le;exports.BlockProductHero=ae;exports.BlockPromo=oe;exports.BlockQuote=ne;exports.BlockRichText=re;exports.BlockRichTextColumns=ie;exports.BlockTimeline=se;exports.BlockTripleCardDisplay=de;exports.BlockVimeo=ce;exports.MoleculeAddress=H;exports.MoleculeBulletList=j;exports.MoleculeCard=K;exports.MoleculeEventCard=U;exports.MoleculeModal=D;exports.MoleculeTextCard=G;exports.Organism404=ue;exports.OrganismFilter=me;exports.OrganismFooter=_e;exports.OrganismHeader=he;exports.OrganismLanguageSwitcher=ge;exports.OrganismPagination=ve;exports.OrganismSearch=pe;exports.default=vn;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue");const Ve=["aria-label"],Ee=e.defineComponent({__name:"button",props:{variant:{type:String,required:!0,validator(t){return["primary","secondary","close","next","previous"].includes(t)}},ariaLabel:{type:String,required:!0},buttonText:{type:String,required:!1,validator:t=>(t.length>15&&console.error("Button text is too long - must be 15 characters or less"),!0)}},setup(t){return(a,o)=>(e.openBlock(),e.createElementBlock("button",{class:e.normalizeClass(["button","button--"+t.variant]),"aria-label":t.ariaLabel},e.toDisplayString(t.variant=="close"?"":t.buttonText),11,Ve))}});const s=(t,a)=>{const o=t.__vccOpts||t;for(const[l,n]of a)o[l]=n;return o},N=s(Ee,[["__scopeId","data-v-c2f14f04"]]),we=t=>(e.pushScopeId("data-v-c5f3542e"),t=t(),e.popScopeId(),t),Ne=["name","value","disabled","required","id"],xe=["for"],Ce=we(()=>e.createElementVNode("span",{class:"checkmark"},null,-1)),qe=e.defineComponent({__name:"checkbox",props:{name:String,value:{type:[String,Number,Boolean],default:"value",required:!1},disabled:{type:Boolean,default:!1,required:!1},id:{type:String,default:"checkbox",required:!0},required:{type:Boolean,default:!1,required:!0}},emits:["input"],setup(t,{emit:a}){const o=l=>{const n=l.target;a("input",n.checked)};return(l,n)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["checkbox__wrapper",t.disabled?"disabled":""])},[e.createElementVNode("input",{type:"checkbox",name:t.name,value:t.value,disabled:t.disabled,required:t.required,id:t.id,class:"checkbox__checkbox",onChange:o},null,40,Ne),e.createElementVNode("label",{for:t.id,class:e.normalizeClass(["checkbox__label",t.required?"required":""])},[Ce,e.renderSlot(l.$slots,"default",{},void 0,!0)],10,xe)],2))}});const L=s(qe,[["__scopeId","data-v-c5f3542e"]]),De=t=>(e.pushScopeId("data-v-b61be596"),t=t(),e.popScopeId(),t),Ie=["aria-label"],Te=De(()=>e.createElementVNode("img",{src:"https://a.storyblok.com/f/230581/9x9/e4fb715dc9/close.svg?cv=1695125714598",alt:"close",class:"close-icon"},null,-1)),Le=e.defineComponent({__name:"chip",props:{text:{type:String,required:!0}},emits:["remove-chip"],setup(t,{emit:a}){const o=t,l=e.computed(()=>`Chip: ${o.text}`);return(n,i)=>(e.openBlock(),e.createElementBlock("div",{class:"chip__wrapper",onClick:i[0]||(i[0]=m=>n.$emit("remove-chip"))},[e.createElementVNode("span",{class:"chip","aria-label":l.value},[e.createTextVNode(e.toDisplayString(t.text)+" ",1),Te],8,Ie)]))}});const z=s(Le,[["__scopeId","data-v-b61be596"]]),ze=["value"],Ae=["id"],Pe={class:"listbox__dropdown"},Me=["id","aria-labelledby","aria-disabled"],Fe=["aria-labelledby","aria-activedescendant"],Oe=["aria-selected","data-value"],Re=e.defineComponent({__name:"dropdown",props:{modelValue:{type:String,required:!0},label:{type:String,required:!0},options:{type:Array,required:!0,validator(t){return t.every(a=>typeof a.value<"u"&&typeof a.label<"u")}},name:{type:String,required:!0},placeholder:{type:String,default:"Choose a value"},showLabel:{type:Boolean,default:!1},required:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},variant:{type:String,default:"default",validator(t){return["primary","dark"].includes(t)}}},emits:["update:modelValue"],setup(t,{emit:a}){const o=t,l=e.ref(null),n=e.ref(null),i=e.ref([]),m=e.ref(0),y=e.ref(""),g=e.ref(!0),c=e.ref(0),v=e.computed(()=>{const r=o.options.find(d=>d.value===o.modelValue);return r&&r.label}),q={beforeMount(r,d){r.clickOutsideEvent=function(u){r===u.target||r.contains(u.target)||d.value(u)},document.body.addEventListener("click",r.clickOutsideEvent)},unmounted(r){document.body.removeEventListener("click",r.clickOutsideEvent)}};function _(r){a("update:modelValue",r)}function $(r){var u;const d=r.target;d.getAttribute("role")==="option"&&(w(d),C(),(u=l.value)==null||u.focus())}function x(r){var u;const d=r.key;switch(d){case"ArrowUp":case"ArrowDown":{r.preventDefault();const h=o.options.findIndex(V=>V.value===o.modelValue);let k=h?i.value[h]:i.value[0];d==="ArrowUp"?h-1>=0&&(k=i.value[h-1]):h+1<=o.options.length&&(k=i.value[h+1]),k&&w(k);break}case"Home":case"PageUp":r.preventDefault(),be();break;case"End":case"PageDown":r.preventDefault(),Be();break;case"Enter":case"Escape":r.preventDefault(),C(),(u=l.value)==null||u.focus();break;default:{const h=ke(d);h&&w(h);break}}}function b(r){if(!o.disabled)switch(r.key){case"ArrowUp":case"ArrowDown":r.preventDefault(),T(),x(r);break}}function fe(r){r&&r.removeAttribute("aria-selected")}function ye(){m&&(clearTimeout(m.value),m.value=0),m.value=setTimeout(()=>{y.value="",m.value=0},500)}function ke(r){let d="";(y.value===""||d!==r)&&(c.value=o.options.findIndex(h=>h.value===o.modelValue)),y.value=d===r?r:y.value+r,d=r,ye();let u=I(c.value+1,o.options.length);return!u&&y.value.length===1&&(u=I(0,c.value)),c.value=(c.value+1)%o.options.length,u}function I(r,d){for(let u=r;u<d;u++)if(o.options[u].label&&o.options[u].label.toUpperCase().indexOf(y.value.toUpperCase())===0)return i.value[u];return null}function be(){w(i.value[0])}function w(r){var u,h;const d=r.getAttribute("data-value");if(o.modelValue){const k=o.options.findIndex($e=>$e.value===o.modelValue),V=i.value[k];fe(V)}if(r.setAttribute("aria-selected","true"),(u=n.value)==null||u.setAttribute("aria-activedescendant",d||""),_(d||""),n.value&&n.value.scrollHeight>n.value.clientHeight){const k=n.value.clientHeight+n.value.scrollTop,V=r.offsetTop+r.offsetHeight;V>k?n.value.scrollTop=V-((h=n.value)==null?void 0:h.clientHeight):r.offsetTop<n.value.scrollTop&&(n.value.scrollTop=r.offsetTop)}}function Be(){var d;const r=(d=i.value)==null?void 0:d[o.options.length-1];w(r)}function C(){var r;g.value=!0,(r=l.value)==null||r.removeAttribute("aria-expanded")}function T(){var r,d;g.value=!1,(r=l.value)==null||r.setAttribute("aria-expanded","true"),(d=n.value)==null||d.focus()}function Se(){o.disabled||(g.value?T():C())}return(r,d)=>(e.openBlock(),e.createElementBlock("div",{class:"listbox__wrapper",value:t.modelValue,ref:"listbox"},[e.createElementVNode("label",{id:`${t.name}-label`,class:e.normalizeClass([{"listbox__label--visually-hidden":!t.showLabel,"is-disabled":t.disabled,"is-required":t.required},"listbox__label"])},e.toDisplayString(t.label),11,Ae),e.withDirectives((e.openBlock(),e.createElementBlock("div",Pe,[e.createElementVNode("button",{id:`${t.name}-button-label`,"aria-labelledby":`${t.name}-label ${t.name}-button-label`,type:"button","aria-haspopup":"listbox","aria-disabled":t.disabled,class:e.normalizeClass(["listbox__button",t.variant==="dark"?"dropdown-dark dropdown-dark-bg-dark":"dropdown-dark-bg-primary"]),onClick:Se,onKeydown:b,ref_key:"listboxButton",ref:l},e.toDisplayString(t.modelValue?v.value:t.placeholder),43,Me),e.withDirectives(e.createElementVNode("ul",{"aria-labelledby":`${t.name}-label`,"aria-activedescendant":t.modelValue,tabindex:"0",role:"listbox",class:"listbox__list",onKeydown:x,onClick:$,ref_key:"listboxNode",ref:n},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.options,(u,h)=>(e.openBlock(),e.createElementBlock("li",{key:`${t.name}-option-${h}`,"aria-selected":u.value===t.modelValue,"data-value":u.value,class:"listbox__option",role:"option",ref_for:!0,ref_key:"listboxOptions",ref:i},e.toDisplayString(u.label),9,Oe))),128))],40,Fe),[[e.vShow,!g.value]])])),[[q,C]])],8,ze))}});const A=s(Re,[["__scopeId","data-v-f69f328c"]]),He={class:"image__wrapper"},je=e.defineComponent({__name:"image",props:{src:{type:String,required:!1,default:void 0},srcset:{type:String,required:!1,default:void 0},sizes:{type:String,required:!1},alt:{type:String,required:!1,default:void 0},width:{type:[String,Number],required:!1},height:{type:[String,Number],required:!1,default:"auto"},loading:{type:String,required:!1,default:"auto"}},setup(t){return(a,o)=>(e.openBlock(),e.createElementBlock("div",He,[e.renderSlot(a.$slots,"default",e.normalizeProps(e.guardReactiveProps(a.$attrs)))]))}});const p=s(je,[["__scopeId","data-v-513b5384"]]),Ke={class:"label__wrapper"},Ue=["aria-label","label-dark"],Ge=e.defineComponent({__name:"label",props:{text:{type:String,required:!0},labelDark:{type:Boolean,default:!1,required:!1}},setup(t){const a=t,o=e.computed(()=>`Label: ${a.text}`);return(l,n)=>(e.openBlock(),e.createElementBlock("div",Ke,[e.createElementVNode("span",{"aria-label":o.value,"label-dark":t.labelDark,class:e.normalizeClass(t.labelDark?"label--dark":"label--light")},e.toDisplayString(t.text),11,Ue)]))}});const E=s(Ge,[["__scopeId","data-v-e7a44d10"]]),We={class:"link__wrapper"},f=e.defineComponent({__name:"link",props:{underline:{type:String,required:!1,validator:t=>["hover","true","false"].includes(t),default:"false"},linkType:{type:String,required:!1,validator:t=>["primary","secondary","secondary-dark","regular","regular-dark","regular-light","regular-blue"].includes(t),default:"regular"},disabled:{type:Boolean,required:!1,default:!1},arrow:{type:Boolean,required:!1,default:!1}},setup(t){const a=t,o=e.computed(()=>{const{...l}=a;return l});return(l,n)=>(e.openBlock(),e.createElementBlock("div",We,[e.createElementVNode("div",e.mergeProps(o.value,{class:["mir-link",[t.linkType==="primary"?"mir-link--btn button button--primary":t.linkType==="secondary"?"mir-link--btn button button--secondary":t.linkType==="secondary-dark"?"mir-link--btn button button--secondary-dark":t.linkType==="regular"?"regular-link":t.linkType==="regular-dark"?"regular-link-dark":t.linkType==="regular-light"?"regular-link-light":t.linkType==="regular-blue"?"regular-link-blue":"",t.disabled?"disabled":"",t.underline==="false"?"remove-underline":t.underline==="true"?"add-underline":t.underline==="hover"?"underline-hover":"",t.arrow?"link-arrow":""]]}),[e.renderSlot(l.$slots,"default")],16)]))}});const Qe=t=>(e.pushScopeId("data-v-69095414"),t=t(),e.popScopeId(),t),Ye=["name","value","checked","disabled","required","id"],Je=["for"],Xe=Qe(()=>e.createElementVNode("span",{class:"radiomark"},null,-1)),Ze=e.defineComponent({__name:"radio-button",props:{name:String,value:[String,Number,Boolean],checked:{type:Boolean,default:!1,required:!1},disabled:{type:Boolean,default:!1,required:!1},id:{type:String,default:"radio",required:!0},required:{type:Boolean,default:!1,required:!0}},emits:["input"],setup(t,{emit:a}){const o=l=>{const n=l.target;a("input",n.checked)};return(l,n)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["radio__wrapper",t.disabled?"disabled":""])},[e.createElementVNode("input",{type:"radio",name:t.name,value:t.value,checked:t.checked,disabled:t.disabled,required:t.required,id:t.id,class:"radio__radio",onChange:o},null,40,Ye),e.createElementVNode("label",{for:t.id,class:e.normalizeClass(["radio__label",t.required?"required":""])},[Xe,e.renderSlot(l.$slots,"default",{},void 0,!0)],10,Je)],2))}});const P=s(Ze,[["__scopeId","data-v-69095414"]]),et={class:"select__wrapper"},tt=["for"],lt=["disabled","id","name","value"],at=["value"],ot=e.defineComponent({__name:"select",props:{id:{type:String,required:!0},name:{type:String,required:!0},options:{type:Array,required:!0,validator(t){return t.every(a=>typeof a.value<"u"&&typeof a.text<"u")}},modelValue:{type:String,required:!0},label:{type:String,required:!0},required:{type:Boolean,required:!1,default:!1},disabled:{type:Boolean,required:!1,default:!1}},emits:["update:modelValue"],setup(t){return(a,o)=>(e.openBlock(),e.createElementBlock("div",et,[e.createElementVNode("label",{for:t.id,class:e.normalizeClass([t.required?"required":"",t.disabled?"disabled":""])},e.toDisplayString(t.label),11,tt),e.createElementVNode("select",{class:e.normalizeClass(t.disabled?"disabled":""),disabled:t.disabled,id:t.id,name:t.name,value:t.modelValue,onChange:o[0]||(o[0]=l=>{a.$emit("update:modelValue",l.target.value),l.target.blur()})},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.options,l=>(e.openBlock(),e.createElementBlock("option",{key:l.value,value:l.value},e.toDisplayString(l.text),9,at))),128))],42,lt)]))}});const M=s(ot,[["__scopeId","data-v-500637d5"]]),nt={class:"modal__wrapper"},rt=e.defineComponent({__name:"modal",props:{show:{type:Boolean,default:!1},searchBar:{type:Boolean,default:!1}},emits:["update:show"],setup(t,{emit:a}){const o=t;e.computed({get:()=>o.show,set:n=>a("update:show",n)});const l=()=>{a("update:show",!o.show)};return(n,i)=>(e.openBlock(),e.createElementBlock("div",nt,[e.createVNode(e.Transition,{duration:300,name:"nested"},{default:e.withCtx(()=>[n.show?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["overlay",n.searchBar?"overlay-search":"overlay-default"]),onClick:l,ariaLabel:"modal",role:"dialog"},[e.createElementVNode("div",{id:"modal",onClick:i[0]||(i[0]=e.withModifiers(()=>{},["stop"])),class:e.normalizeClass([n.searchBar?"search":""])},[e.createElementVNode("div",null,[n.searchBar?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(N,{key:0,ariaLabel:"close",variant:"close",onClick:l}))]),e.renderSlot(n.$slots,"default",{},void 0,!0)],2)],2)):e.createCommentVNode("",!0)]),_:3})]))}});const D=s(rt,[["__scopeId","data-v-e18c70fd"]]),it={class:"slider__wrapper"},st={class:"slider__label"},dt=["for"],ct=["aria-label"],ut={class:"slider__content"},mt=["id","name","value","min","step","max"],_t=e.defineComponent({__name:"slider",props:{label:{type:String,required:!0},id:{type:String,required:!0},name:{type:String,required:!0},modelValue:{type:Number,required:!0},min:{type:Number,required:!0},max:{type:Number,required:!0},step:{type:String,required:!1,default:"1"},variant:{type:String,required:!1,default:"light",validator(t){return["light","dark"].includes(t)}},information:{type:String,required:!1,default:""},informationLabel:{type:String,required:!1,default:"Additional information"}},emits:["update:modelValue"],setup(t,{emit:a}){const o=t,l=e.ref(o.modelValue),n=e.ref(),i=e.ref(!1),m=(g,c,v)=>(g-c)/(v-c)*100,y=g=>{var c;(c=n.value)==null||c.style.setProperty("--ProgressPercent",`${g}%`)};return e.watchEffect(()=>{if(n.value){a("update:modelValue",l.value);const g=m(l.value,o.min,o.max);let c=(50-g)/100;y(g+c)}}),(g,c)=>(e.openBlock(),e.createElementBlock("div",null,[e.createElementVNode("div",it,[e.createElementVNode("div",st,[e.createElementVNode("label",{for:t.id,class:e.normalizeClass([t.variant,""])},e.toDisplayString(t.label),11,dt),t.information?(e.openBlock(),e.createElementBlock("i",{key:0,role:"button",class:e.normalizeClass([t.variant,"slider__information"]),onClick:c[0]||(c[0]=v=>i.value=!i.value),onKeyup:c[1]||(c[1]=e.withKeys(v=>i.value=!i.value,["enter"])),"aria-label":t.informationLabel,tabindex:"0","aria-haspopup":"dialog"},null,42,ct)):e.createCommentVNode("",!0)]),e.createElementVNode("div",ut,[e.createElementVNode("span",{class:e.normalizeClass([t.variant,"slider__minmax"])},e.toDisplayString(t.min),3),e.createElementVNode("input",{type:"range",id:t.id,name:t.name,value:t.modelValue,min:t.min,step:t.step,max:t.max,class:e.normalizeClass(t.variant),ref_key:"slider",ref:n,onInput:c[2]||(c[2]=({target:v})=>l.value=parseFloat(v.value))},null,42,mt),e.createElementVNode("span",{class:e.normalizeClass([t.variant,"slider__minmax"])},e.toDisplayString(t.max),3)]),e.createElementVNode("span",{class:e.normalizeClass([t.variant,"slider__value"])},e.toDisplayString(t.modelValue),3)]),t.information?(e.openBlock(),e.createBlock(D,{key:0,show:i.value,"onUpdate:show":c[3]||(c[3]=v=>i.value=v)},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(t.information),1)]),_:1},8,["show"])):e.createCommentVNode("",!0)]))}});const F=s(_t,[["__scopeId","data-v-6dbb2648"]]),ht={id:"textarea-wrapper"},gt=["for"],vt=["id"],pt=["id","name","placeholder","required","disabled","maxlength","value"],ft={class:"textarea-info"},yt={key:0},kt=e.defineComponent({__name:"textarea",props:{id:{type:String,required:!1},name:{type:String,required:!1},placeholder:{type:String,required:!1},required:{type:Boolean,required:!1,default:!1},disabled:{type:Boolean,required:!1,default:!1},labelText:{type:String,required:!1},maxLength:{type:Number,required:!1},modelValue:{type:String,required:!1}},emits:["update:modelValue"],setup(t){return(a,o)=>(e.openBlock(),e.createElementBlock("div",ht,[e.createElementVNode("label",{for:t.id,class:e.normalizeClass({required:t.required})},e.toDisplayString(t.labelText)+e.toDisplayString(t.required?" *":""),11,gt),e.createElementVNode("div",{id:t.modelValue!==void 0&&t.modelValue.length==t.maxLength?"textarea-wrapper__inner":""},[e.createElementVNode("textarea",{rows:"10",cols:"50",id:t.id,name:t.name,placeholder:t.placeholder,required:t.required,disabled:t.disabled,maxlength:t.maxLength,value:t.modelValue,onInput:o[0]||(o[0]=l=>a.$emit("update:modelValue",l.target.value)),class:e.normalizeClass(t.modelValue!==void 0&&t.modelValue.length==t.maxLength?"reached-meter-limit":"border")},null,42,pt)],8,vt),e.createElementVNode("div",ft,[e.createElementVNode("div",null,[t.modelValue!==void 0&&t.modelValue.length==t.maxLength?(e.openBlock(),e.createElementBlock("p",yt," Too many characters. Please make it shorter ")):e.createCommentVNode("",!0)]),e.createElementVNode("p",{class:e.normalizeClass(t.modelValue!==void 0&&t.modelValue.length==t.maxLength?"reached-meter-limit-meter":"")},e.toDisplayString(t.maxLength!==void 0&&t.modelValue!==void 0&&t.maxLength-t.modelValue.length>=0?t.modelValue.length:0)+" / "+e.toDisplayString(t.maxLength),3)])]))}});const O=s(kt,[["__scopeId","data-v-626f208b"]]),bt={class:"text-field__wrapper"},Bt=["for"],St={key:0},$t=["id","type","value","placeholder","required","disabled","name"],Vt=["aria-expanded"],Et=["type","value","placeholder","id","required","disabled","name"],wt={key:2,class:"search"},Nt={key:3,class:"errorMessage"},xt={key:4,class:"helperText"},Ct=e.defineComponent({__name:"text-field",props:{type:{type:String,required:!0,validator(t){return["text","email","password","number","tel","url","search"].includes(t)}},fieldName:{type:String,required:!1,default:""},modelValue:{type:String,required:!0,default:""},placeholder:{type:String,required:!1,default:""},label:{type:String,required:!1,default:""},id:{type:String,required:!0},disabled:{type:Boolean,required:!1,default:!1},required:{type:Boolean,required:!1,default:!1},invalid:{type:Boolean,required:!1,default:!1},errorMessage:{type:String,required:!1},helperText:{type:String,required:!1},search:{type:Boolean,required:!1,default:!1},valid:{type:Boolean,required:!1,default:!1}},emits:["update:modelValue"],setup(t){const a=e.ref(!0),o=e.computed(()=>a.value?"showPassword":"hidePassword"),l=e.computed(()=>a.value?"password":"text");return(n,i)=>(e.openBlock(),e.createElementBlock("div",bt,[e.createElementVNode("label",{for:t.id,class:e.normalizeClass([t.required?"required":"",t.disabled?"disabled":"",t.search?"search":""])},e.toDisplayString(t.label),11,Bt),t.type==="password"?(e.openBlock(),e.createElementBlock("div",St,[e.createElementVNode("input",{id:t.id,type:l.value,value:t.modelValue,placeholder:t.placeholder,required:t.required,disabled:t.disabled,onInput:i[0]||(i[0]=m=>n.$emit("update:modelValue",m.target.value)),name:t.fieldName,ref:"passwordField"},null,40,$t),e.createElementVNode("i",{role:"button",class:e.normalizeClass([o.value]),onClick:i[1]||(i[1]=m=>a.value=!a.value),"aria-controls":"password","aria-expanded":!a.value},null,10,Vt)])):(e.openBlock(),e.createElementBlock("input",{key:1,type:t.type,value:t.modelValue,placeholder:t.placeholder,id:t.id,required:t.required,class:e.normalizeClass([t.invalid?"invalid":"",t.valid?"valid":"",t.search?"search":""]),disabled:t.disabled,onInput:i[2]||(i[2]=m=>n.$emit("update:modelValue",m.target.value)),name:t.fieldName,ref:"textField"},null,42,Et)),t.search?(e.openBlock(),e.createElementBlock("i",wt)):e.createCommentVNode("",!0),t.errorMessage?(e.openBlock(),e.createElementBlock("strong",Nt,e.toDisplayString(t.errorMessage),1)):e.createCommentVNode("",!0),t.helperText?(e.openBlock(),e.createElementBlock("span",xt,e.toDisplayString(t.helperText),1)):e.createCommentVNode("",!0)]))}});const R=s(Ct,[["__scopeId","data-v-f0ec9f97"]]),qt={class:"video__wrapper"},Dt=["aria-label","controls","poster","width","height","autoplay","loop","muted","src"],It=["src","aria-label","title","width","height"],Tt=e.defineComponent({__name:"video",props:{play:{type:Boolean,default:!1},src:{type:String,required:!0,default:void 0},localVideo:{type:Boolean,default:!1},ariaLabel:{type:String,default:"",required:!0},title:{type:String,default:""},controls:{type:Boolean,default:!0},poster:String,width:{type:[String,Number],default:"100%"},height:{type:[String,Number],default:"auto"},autoplay:{type:Boolean,default:!1},loop:{type:Boolean,default:!1},muted:{type:Boolean,default:!1}},setup(t,{expose:a}){const o=t;let l=e.ref(null);return e.watchEffect(()=>{o.play&&l.value?l.value.play():!o.play&&l.value&&l.value.pause()}),a({resetVideo:()=>{l.value&&(l.value.currentTime=0,l.value.play())}}),(i,m)=>(e.openBlock(),e.createElementBlock("div",qt,[t.localVideo?(e.openBlock(),e.createElementBlock("video",{key:0,ref_key:"videoRef",ref:l,"aria-label":t.ariaLabel,controls:t.controls,poster:t.poster,width:t.width,height:t.height,autoplay:t.autoplay,loop:t.loop,muted:t.muted,type:"video/mp4",playsinline:"",src:t.src},null,8,Dt)):(e.openBlock(),e.createElementBlock("iframe",{key:1,src:t.src,"aria-label":t.ariaLabel,title:t.title,width:t.width,height:t.height,frameborder:"0",allow:"autoplay; fullscreen",allowfullscreen:""},null,8,It))]))}});const B=s(Tt,[["__scopeId","data-v-cc1144b9"]]),Lt={class:"address__wrapper"},zt={class:"address__content"},At={class:"address__flag"},Pt={class:"address__address"},Mt={class:"address__name"},Ft={key:0},Ot={class:"address__contact"},Rt=["href"],Ht=["href"],jt=e.defineComponent({__name:"address",props:{name:{type:String,required:!0},company:{type:String,required:!0},addressLine_1:{type:String,required:!0},addressLine_2:{type:String,required:!0},addressLine_3:{type:String},phone_numbers:{type:Array},email:{type:String,required:!0}},setup(t){return(a,o)=>(e.openBlock(),e.createElementBlock("div",Lt,[e.createElementVNode("div",zt,[e.createElementVNode("div",At,[e.renderSlot(a.$slots,"address-flag",{},void 0,!0)]),e.createElementVNode("div",Pt,[e.createElementVNode("p",Mt,e.toDisplayString(t.name),1),e.createElementVNode("p",null,e.toDisplayString(t.company),1),e.createElementVNode("p",null,e.toDisplayString(t.addressLine_1),1),e.createElementVNode("p",null,e.toDisplayString(t.addressLine_2),1),t.addressLine_3?(e.openBlock(),e.createElementBlock("p",Ft,e.toDisplayString(t.addressLine_3),1)):e.createCommentVNode("",!0)]),e.createElementVNode("div",Ot,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.phone_numbers,l=>(e.openBlock(),e.createBlock(f,{underline:"false",linkType:"regular"},{default:e.withCtx(()=>[e.createElementVNode("a",{href:"tel:"+l,class:"address__phone"},e.toDisplayString(l),9,Rt)]),_:2},1024))),256)),e.createElementVNode("a",{href:"mailto:"+t.email,class:"address__email"},e.toDisplayString(t.email),9,Ht)])])]))}});const H=s(jt,[["__scopeId","data-v-22ea3b79"]]),Kt=t=>(e.pushScopeId("data-v-a335dd30"),t=t(),e.popScopeId(),t),Ut={class:"bullet-list__wrapper"},Gt=Kt(()=>e.createElementVNode("i",{class:"checkmark"},null,-1)),Wt=e.defineComponent({__name:"bullet-list",props:{list:{type:Array,required:!0,validator(t){return t.length<=5}},variant:{type:String,required:!1,default:"light",validator(t){return["light"].includes(t)}}},setup(t){return(a,o)=>(e.openBlock(),e.createElementBlock("div",Ut,[e.createElementVNode("div",{class:e.normalizeClass(["bullet-list",t.variant])},[e.createElementVNode("ul",null,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.list,l=>(e.openBlock(),e.createElementBlock("li",null,[Gt,e.createTextVNode(" "+e.toDisplayString(l),1)]))),256))])],2)]))}});const j=s(Wt,[["__scopeId","data-v-a335dd30"]]),Qt={class:"card__wrapper"},Yt={key:2,class:"card__label"},Jt={key:5},Xt=e.defineComponent({__name:"card",props:{variant:{type:String,default:"product",validator:t=>["product","article"].includes(t)},theme:{type:String,default:"light",validator:t=>["light","dark"].includes(t)},linkType:{type:String,default:"link",validator:t=>["link","button"].includes(t)},headline:{type:String,default:""},paragraph:{type:String,default:""},size:{type:String,default:"small",validator:t=>["small","medium","large"].includes(t)},mediaType:{type:String,default:"image",validator:t=>["image","video"].includes(t)},orientation:{type:String,default:"horizontal",validator:t=>["horizontal","vertical"].includes(t)},srcSet:{type:String,default:""},url:String,imgSrc:String,videoSrc:String,arialabel:String,poster:String,labelText:String,alt:String},emits:["clicked"],setup(t,{emit:a}){const o=e.useSlots();let l=e.ref(!1);return(n,i)=>(e.openBlock(),e.createElementBlock("div",Qt,[e.createElementVNode("div",{class:e.normalizeClass(["card",[t.theme=="dark"?"card--dark":"card--light",t.orientation=="vertical"?"vertical":"horizontal",t.size=="small"?"card--small":t.size=="medium"?"card--medium":t.size=="large"?"card--large":"",t.size=="large"&&t.variant=="article"?"card--large-article":"",t.variant=="product"?"card--product":"card--article"]]),style:e.normalizeStyle([t.variant=="product"?"font-weight: 700":"font-weight: 300"]),onMouseover:i[0]||(i[0]=m=>e.isRef(l)?l.value=!0:l=!0),onMouseout:i[1]||(i[1]=m=>e.isRef(l)?l.value=!1:l=!1)},[t.mediaType=="image"?(e.openBlock(),e.createBlock(p,{key:0},{default:e.withCtx(()=>[e.renderSlot(n.$slots,"card-image",e.mergeProps({src:t.imgSrc,height:t.size=="small"?"186":t.size=="medium"?"243":t.size=="large"?"335":"",width:t.size=="small"?"298":t.size=="medium"?"432":t.size=="large"?"596":"",alt:t.alt,loading:"auto",sizes:"(min-width: 581px) 582px, 100vw"},{srcset:t.srcSet}))]),_:3})):(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(["video-card__wrapper",e.unref(l)==!0?"vimeoPlaying":""])},[e.createVNode(B,{play:e.unref(l),localVideo:!0,src:t.videoSrc,"aria-label":t.arialabel,controls:!1,poster:t.imgSrc,width:t.size=="small"?"298":t.size=="medium"?"432":t.size=="large"?"596":"",height:t.size=="small"?"186":t.size=="medium"?"243":t.size=="large"?"335":"",autoplay:!0,loop:!0,muted:!0},null,8,["play","src","aria-label","poster","width","height"])],2)),e.unref(o)["card-label"]?(e.openBlock(),e.createElementBlock("div",Yt,[e.renderSlot(n.$slots,"card-label")])):e.createCommentVNode("",!0),t.variant==="product"?(e.openBlock(),e.createElementBlock("h3",{key:3,class:e.normalizeClass(t.theme=="dark"?"regular-dark":"regular-blue")},e.toDisplayString(t.headline),3)):(e.openBlock(),e.createElementBlock("h3",{key:4,class:e.normalizeClass(t.theme=="dark"?"regular-dark":"regular-dark-blue")},e.toDisplayString(t.headline),3)),t.variant=="product"?(e.openBlock(),e.createElementBlock("p",Jt,e.toDisplayString(t.paragraph),1)):e.createCommentVNode("",!0)],38)]))}});const K=s(Xt,[["__scopeId","data-v-ed5d7a87"]]),Zt=t=>(e.pushScopeId("data-v-b0f9972c"),t=t(),e.popScopeId(),t),el={class:"event__wrapper"},tl={class:"event__headline"},ll={class:"event__date-location"},al=Zt(()=>e.createElementVNode("br",null,null,-1)),ol={class:"event__exhibitor"},nl=e.defineComponent({__name:"event-card",props:{eventType:{type:String,required:!0},headline:{type:String,required:!0},dateTime:{type:String,required:!0},location:{type:String,required:!0},exhibitor:{type:String,required:!0}},setup(t){return(a,o)=>(e.openBlock(),e.createElementBlock("div",el,[e.createVNode(E,{"label-dark":!1,text:t.eventType?t.eventType:""},null,8,["text"]),e.createElementVNode("div",tl,e.toDisplayString(t.headline),1),e.createElementVNode("div",ll,[e.createTextVNode(e.toDisplayString(t.dateTime),1),al,e.createTextVNode(e.toDisplayString(t.location),1)]),e.createElementVNode("div",ol,"Exhibitor: "+e.toDisplayString(t.exhibitor),1)]))}});const U=s(nl,[["__scopeId","data-v-b0f9972c"]]),rl={class:"text__wrapper"},il={class:"text__headline"},sl={class:"text__paragraph"},dl=e.defineComponent({__name:"text-card",props:{label:{type:String,required:!0},headline:{type:String,required:!0},paragraph:{type:String,required:!0}},setup(t){return(a,o)=>(e.openBlock(),e.createElementBlock("div",rl,[e.createVNode(E,{"label-dark":!1,text:t.label?t.label:""},null,8,["text"]),e.createElementVNode("div",il,e.toDisplayString(t.headline),1),e.createElementVNode("div",sl,[e.createElementVNode("p",null,e.toDisplayString(t.paragraph),1)])]))}});const G=s(dl,[["__scopeId","data-v-b07d352b"]]),cl={class:"facts__wrapper"},ul={class:"facts__content"},ml={class:"facts__headline"},_l={class:"facts"},hl={class:"fact"},gl={class:"fact__value"},vl={class:"fact__metric"},pl={key:0,class:"facts__link"},fl=e.defineComponent({__name:"facts",props:{headline:{type:String},facts:{type:Array,required:!0,validator(t){return t.length===3}},link:{type:Object}},setup(t){return(a,o)=>(e.openBlock(),e.createElementBlock("div",cl,[e.createElementVNode("div",ul,[e.createElementVNode("h2",ml,e.toDisplayString(t.headline),1),e.createElementVNode("div",_l,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.facts,l=>(e.openBlock(),e.createElementBlock("div",hl,[e.createElementVNode("div",gl,[e.createElementVNode("span",null,e.toDisplayString(l.value),1)]),e.createElementVNode("div",vl,[e.createElementVNode("span",null,e.toDisplayString(l.metric),1)])]))),256))]),t.link?(e.openBlock(),e.createElementBlock("div",pl,[e.createVNode(f,{linkType:"regular-light",arrow:""},{default:e.withCtx(()=>[e.renderSlot(a.$slots,"facts-link",{},void 0,!0)]),_:3})])):e.createCommentVNode("",!0)])]))}});const W=s(fl,[["__scopeId","data-v-7db53845"]]),yl={class:"features__wrapper"},kl={class:"features__content"},bl={key:0,class:"features__headline"},Bl={key:1,class:"features__body"},Sl={class:"features__element"},$l={class:"element__headline"},Vl={class:"element__body"},El=e.defineComponent({__name:"features",props:{headline:{type:String},body:{type:String},elements:{type:Array,required:!0,validator(t){return t.length>=3&&t.length<=6}}},setup(t){return(a,o)=>(e.openBlock(),e.createElementBlock("div",yl,[e.createElementVNode("div",kl,[t.headline?(e.openBlock(),e.createElementBlock("div",bl,[e.createElementVNode("h2",null,e.toDisplayString(t.headline),1)])):e.createCommentVNode("",!0),t.body?(e.openBlock(),e.createElementBlock("div",Bl,[e.createElementVNode("p",null,e.toDisplayString(t.body),1)])):e.createCommentVNode("",!0),e.createElementVNode("div",{class:e.normalizeClass(["features__elements",[t.elements.length==6?"features__elements--grid-6":""]])},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.elements,l=>(e.openBlock(),e.createElementBlock("div",Sl,[e.createVNode(p,{class:"element__icon"},{default:e.withCtx(()=>[e.renderSlot(a.$slots,"features-icon",e.normalizeProps(e.guardReactiveProps({src:l.icon.src,height:30,width:30,alt:l.icon.alt})),void 0,!0)]),_:2},1024),e.createElementVNode("p",$l,e.toDisplayString(l.headline),1),e.createElementVNode("p",Vl,e.toDisplayString(l.body),1)]))),256))],2)])]))}});const Q=s(El,[["__scopeId","data-v-35a864e7"]]),wl={class:"image__wrapper"},Nl={class:"image__content"},xl={class:"image__image"},Cl={class:"image__caption"},ql=e.defineComponent({__name:"image",props:{caption:{type:String,required:!1},src:{type:String,required:!0},alt:{type:String,required:!0}},setup(t){return(a,o)=>(e.openBlock(),e.createElementBlock("div",wl,[e.createElementVNode("div",Nl,[e.createElementVNode("div",xl,[e.createVNode(p,null,{default:e.withCtx(()=>[e.renderSlot(a.$slots,"image",e.normalizeProps(e.guardReactiveProps({width:984,height:554,src:t.src,alt:t.alt})))]),_:3})]),e.createElementVNode("p",Cl,e.toDisplayString(t.caption),1)])]))}});const Y=s(ql,[["__scopeId","data-v-624f5b56"]]),Dl={class:"gallery__large"},Il={key:0,class:"image image--large"},Tl={key:1,class:"video"},Ll={class:"image image--small"},zl={key:0,class:"body"},Al=e.defineComponent({__name:"image-gallery",props:{mediaLarge:{type:Object,required:!0},mediaType:{type:String,default:"image",validator(t){return["image"].includes(t)}},mediaSmall:{type:Array,required:!0},body:{type:String,required:!1},flipHorizontal:{type:Boolean,default:!1},flipVertical:{type:Boolean,default:!1},bgColor:{type:String,default:"white",validator(t){return["white","light","dark"].includes(t)}}},setup(t){return(a,o)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["gallery__wrapper",t.bgColor==="light"?"gallery__wrapper--light":t.bgColor==="dark"?["gallery__wrapper--dark","mirsaic--dark"]:""])},[e.createElementVNode("div",{class:e.normalizeClass(["gallery__content",t.flipHorizontal?"gallery__content--reverse":"gallery__content--default"])},[e.createElementVNode("div",Dl,[t.mediaLarge&&t.mediaType==="image"?(e.openBlock(),e.createElementBlock("div",Il,[e.createVNode(p,null,{default:e.withCtx(()=>[e.renderSlot(a.$slots,"image-large",e.normalizeProps(e.guardReactiveProps({width:617,height:530,src:t.mediaLarge.src,alt:t.mediaLarge.alt})))]),_:3})])):e.createCommentVNode("",!0),t.mediaLarge&&t.mediaType==="video"?(e.openBlock(),e.createElementBlock("div",Tl,[e.createVNode(B,{src:t.mediaLarge.src,localVideo:"",ariaLabel:t.mediaLarge.alt,controls:!1,height:"530",width:"617",autoplay:!0,loop:!0,muted:!0,play:!0},null,8,["src","ariaLabel"])])):e.createCommentVNode("",!0)]),e.createElementVNode("div",{style:e.normalizeStyle([t.mediaSmall.length==2?"grid-gap: 38px;":""]),class:e.normalizeClass(["gallery__small",t.flipVertical?"gallery__small--reverse":"gallery__small--default"])},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.mediaSmall,l=>(e.openBlock(),e.createElementBlock("div",Ll,[e.createVNode(p,null,{default:e.withCtx(()=>[e.renderSlot(a.$slots,"image-small",e.normalizeProps(e.guardReactiveProps({width:328,height:246,src:l.src,alt:l.alt})))]),_:2},1024)]))),256)),t.mediaSmall.length<2?(e.openBlock(),e.createElementBlock("div",zl,[e.createElementVNode("p",null,e.toDisplayString(t.body),1)])):e.createCommentVNode("",!0)],6)],2)],2))}});const J=s(Al,[["__scopeId","data-v-55b17073"]]),Pl={class:"headline__wrapper"},Ml={class:"headline__h1"},Fl=e.defineComponent({__name:"headline",props:{headline:{type:String,required:!0},article:{type:Boolean,required:!1},subMenu:{type:Boolean,required:!1}},setup(t){return(a,o)=>(e.openBlock(),e.createElementBlock("div",Pl,[e.createElementVNode("div",{class:e.normalizeClass({"headline__content--article-and-submenu":t.article&&t.subMenu,"headline__content--article":t.article&&!t.subMenu,"headline__content--default headline__content--submenu":!t.article&&t.subMenu,"headline__content--default":!t.article&&!t.subMenu})},[e.createElementVNode("h1",Ml,e.toDisplayString(t.headline),1)],2)]))}});const X=s(Fl,[["__scopeId","data-v-080238bd"]]),Ol=t=>(e.pushScopeId("data-v-de757e46"),t=t(),e.popScopeId(),t),Rl={class:"hero__wrapper"},Hl={class:"hero__content"},jl={class:"hero__top"},Kl={class:"hero__elements"},Ul={class:"hero__headline"},Gl={class:"hero__link"},Wl={class:"hero__video"},Ql=Ol(()=>e.createElementVNode("div",{class:"hero__gradient"},null,-1)),Yl=e.defineComponent({__name:"hero",props:{headline:{type:String,required:!0},video:{type:Object,required:!0}},setup(t){return(a,o)=>(e.openBlock(),e.createElementBlock("div",Rl,[e.createElementVNode("div",Hl,[e.createElementVNode("div",jl,[e.createElementVNode("div",Kl,[e.createElementVNode("div",Ul,[e.createElementVNode("h1",null,e.toDisplayString(t.headline),1)]),e.createElementVNode("div",Gl,[e.createVNode(f,{linkType:"regular-light",arrow:""},{default:e.withCtx(()=>[e.renderSlot(a.$slots,"hero-link",{},void 0,!0)]),_:3})])])]),e.createElementVNode("div",Wl,[Ql,e.createVNode(B,{src:t.video.src,localVideo:"",ariaLabel:t.video.alt,controls:!1,autoplay:!0,loop:!0,muted:!0,play:!0,poster:t.video.poster},null,8,["src","ariaLabel","poster"])])])]))}});const Z=s(Yl,[["__scopeId","data-v-de757e46"]]),Jl={class:"logo-wall__wrapper"},Xl={class:"logo-wall__content"},Zl={key:0,class:"logo-wall__text"},ea={key:0},ta={key:1},la={class:"logo-wall__logos"},aa={class:"logo-wall__logo"},oa={class:"logo-wall__link"},na=e.defineComponent({__name:"logo-wall",props:{headline:{type:String},body:{type:String},logos:{type:Array,required:!0,validator:t=>t.length<=5}},setup(t){return(a,o)=>(e.openBlock(),e.createElementBlock("div",Jl,[e.createElementVNode("div",Xl,[t.headline||t.body?(e.openBlock(),e.createElementBlock("div",Zl,[t.headline?(e.openBlock(),e.createElementBlock("h2",ea,e.toDisplayString(t.headline),1)):e.createCommentVNode("",!0),t.body?(e.openBlock(),e.createElementBlock("p",ta,e.toDisplayString(t.body),1)):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0),e.createElementVNode("div",la,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.logos,l=>(e.openBlock(),e.createElementBlock("div",aa,[e.createVNode(p,null,{default:e.withCtx(()=>[e.renderSlot(a.$slots,"logo-wall-logo",e.normalizeProps(e.guardReactiveProps({width:130,height:130,src:l.src,alt:l.alt})),void 0,!0)]),_:2},1024)]))),256))]),e.createElementVNode("div",oa,[e.createVNode(f,{linkType:"regular-light",arrow:!0},{default:e.withCtx(()=>[e.renderSlot(a.$slots,"logo-wall-link",{},void 0,!0)]),_:3})])])]))}});const ee=s(na,[["__scopeId","data-v-299e5b4b"]]),ra={class:"micro-stories__splide"},te=e.defineComponent({__name:"micro-stories",props:{stories:{type:Array,required:!0,validator(t){return t.length>=3&&t.length<=6?!0:(console.error("Micro Stories must have between 3 and 6 slides. You have provided "+t.length),!1)}},reverse:{type:Boolean,default:!1},bgColor:{type:String,default:"blue",validator(t){return["white","blue","dark"].includes(t)}}},setup(t){return(a,o)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["micro-stories__wrapper",t.bgColor=="white"?"micro-stories__wrapper--white":t.bgColor=="dark"?"micro-stories__wrapper--dark":(t.bgColor=="blue","micro-stories__wrapper--blue")])},[e.createElementVNode("div",ra,[e.renderSlot(a.$slots,"micro-stories-slides")]),e.renderSlot(a.$slots,"micro-stories-controls")],2))}});const ia={},sa={class:"policy__wrapper"},da={class:"policy__content"};function ca(t,a){return e.openBlock(),e.createElementBlock("div",sa,[e.createElementVNode("div",da,[e.renderSlot(t.$slots,"default",{},void 0,!0)])])}const le=s(ia,[["render",ca],["__scopeId","data-v-4ef880d9"]]),ua={class:"product-hero__wrapper"},ma={class:"product-hero__content"},_a={class:"product-hero__headline"},ha={class:"product-hero__video"},ga=e.defineComponent({__name:"product-hero",props:{headline:{type:String,default:"",required:!0},videoSrc:{type:String,default:"",required:!0},ariaLabel:{type:String,default:"",required:!0},imgSrc:{type:String,default:"",required:!0}},setup(t){return(a,o)=>(e.openBlock(),e.createElementBlock("div",ua,[e.createElementVNode("div",ma,[e.createElementVNode("div",_a,[e.createElementVNode("h1",null,e.toDisplayString(t.headline),1)]),e.createElementVNode("div",ha,[e.createVNode(B,{play:!0,localVideo:!0,src:t.videoSrc,ariaLabel:t.ariaLabel,controls:!1,poster:t.imgSrc,autoplay:!0,loop:!0,muted:!0},null,8,["src","ariaLabel","poster"])])])]))}});const ae=s(ga,[["__scopeId","data-v-2ca17b92"]]),va={class:"promo__content"},pa=e.defineComponent({__name:"promo",props:{label:{type:String},headline:{type:String,required:!0},linkText:{type:String},mediaType:{type:String,default:"image",validator:t=>["image","video"].includes(t)},src:{type:String,required:!0},alt:{type:String,required:!0},fallbackImage:{type:String,required:!0},reverse:{type:Boolean,default:!1},variant:{type:String,default:""},linkType:{type:String,default:"link",validator:t=>["link","button"].includes(t)},teaser:{type:Boolean}},setup(t){return(a,o)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["promo__wrapper",t.variant==="dark"?"promo__wrapper--dark":t.variant==="light"?"promo__wrapper--light":"promo__wrapper--default",t.teaser?"promo__wrapper--teaser":""])},[e.createElementVNode("div",va,[t.mediaType==="image"?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["promo__image",t.reverse?"promo__image--reverse":"promo__image--default"])},[e.createVNode(p,null,{default:e.withCtx(()=>[e.renderSlot(a.$slots,"promo-image",e.normalizeProps(e.guardReactiveProps({src:t.src,width:1920,alt:t.alt,height:1080})))]),_:3})],2)):e.createCommentVNode("",!0),t.mediaType==="video"?(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(["promo__video",t.reverse?"promo__video--reverse":"promo__video--default"])},[e.createVNode(B,{src:t.src,localVideo:"",ariaLabel:t.alt,controls:!1,autoplay:!0,loop:!0,muted:!0,play:!0,poster:t.fallbackImage},null,8,["src","ariaLabel","poster"])],2)):e.createCommentVNode("",!0),e.createElementVNode("div",{class:e.normalizeClass(["promo__text",t.reverse?"promo__text--reverse":"promo__text--default"])},[t.label?(e.openBlock(),e.createBlock(E,{key:0,text:t.label,labelDark:t.variant==="dark"},null,8,["text","labelDark"])):e.createCommentVNode("",!0),e.createElementVNode("div",{class:e.normalizeClass(["promo__title",t.variant==="dark"?"promo__title--dark":""])},e.toDisplayString(t.headline),3),t.linkType==="link"?(e.openBlock(),e.createBlock(f,{key:1,linkType:t.variant==="dark"?"regular-dark":(t.variant==="light","regular-light"),arrow:""},{default:e.withCtx(()=>[e.renderSlot(a.$slots,"promo-link")]),_:3},8,["linkType"])):e.createCommentVNode("",!0),t.linkType==="button"?(e.openBlock(),e.createBlock(f,{key:2,linkType:t.variant==="dark"?"secondary-dark":(t.variant==="light","secondary")},{default:e.withCtx(()=>[e.renderSlot(a.$slots,"promo-link")]),_:3},8,["linkType"])):e.createCommentVNode("",!0)],2)])],2))}});const oe=s(pa,[["__scopeId","data-v-dfe89e6c"]]),fa=t=>(e.pushScopeId("data-v-18440f83"),t=t(),e.popScopeId(),t),ya={class:"quote__wrapper"},ka={class:"quote__content"},ba=fa(()=>e.createElementVNode("p",{class:"quote__quote-mark"},"“",-1)),Ba={class:"quote__quote"},Sa={class:"quote__quote-text"},$a={class:"quote__author"},Va={key:0,class:"quote__image"},Ea={class:"quote__text"},wa={class:"quote__author-name"},Na={class:"quote__author-title"},xa=e.defineComponent({__name:"quote",props:{quote:{type:String,required:!0},author:{type:String,required:!0},authorTitle:{type:String,required:!0},authorImage:{type:String,required:!1}},setup(t){return(a,o)=>(e.openBlock(),e.createElementBlock("div",ya,[e.createElementVNode("div",ka,[ba,e.createElementVNode("div",Ba,[e.createElementVNode("p",Sa,e.toDisplayString(t.quote),1),e.createElementVNode("div",$a,[t.authorImage?(e.openBlock(),e.createElementBlock("div",Va,[e.createVNode(p,null,{default:e.withCtx(()=>[e.renderSlot(a.$slots,"author-image",e.normalizeProps(e.guardReactiveProps({src:t.authorImage+"/m/100x100",width:60,height:60})))]),_:3})])):e.createCommentVNode("",!0),e.createElementVNode("div",Ea,[e.createElementVNode("p",wa,e.toDisplayString(t.author),1),e.createElementVNode("p",Na,e.toDisplayString(t.authorTitle),1)])])])])]))}});const ne=s(xa,[["__scopeId","data-v-18440f83"]]),Ca={class:"rich-text__wrapper"},qa={key:0,class:"rich-text__links"},Da={key:0,class:"rich-text__bullet-list"},Ia=e.defineComponent({__name:"rich-text",props:{headline:{type:String},leftAligned:{type:Boolean,default:!1},links:{type:Boolean,default:!1},bulletList:{type:Boolean,default:!1},image:{type:Boolean,default:!1},imageClip:{type:Boolean,default:!0},bgColor:{type:String,default:"white"},label:{type:String}},setup(t){return(a,o)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["rich-text",t.bgColor==="blue"?"rich-text--blue":"rich-text--white"])},[e.createElementVNode("div",Ca,[t.label?(e.openBlock(),e.createBlock(E,{key:0,text:t.label,labelDark:!1},null,8,["text"])):e.createCommentVNode("",!0),t.headline?(e.openBlock(),e.createElementBlock("h2",{key:1,class:e.normalizeClass(["rich-text__headline",t.leftAligned||t.bulletList||t.image?"rich-text__headline--left-aligned":"rich-text__headline--centered"])},e.toDisplayString(t.headline),3)):e.createCommentVNode("",!0),e.createElementVNode("div",{class:e.normalizeClass(["rich-text__content",t.leftAligned||t.bulletList||t.image?"rich-text__content--left-aligned":"rich-text__content--centered"])},[e.createElementVNode("div",{class:e.normalizeClass(["rich-text__body",t.bulletList||t.image?"rich-text__body--content-right":""])},[e.renderSlot(a.$slots,"rich-text-content"),t.links?(e.openBlock(),e.createElementBlock("div",qa,[e.renderSlot(a.$slots,"rich-text-links")])):e.createCommentVNode("",!0)],2),t.bulletList?(e.openBlock(),e.createElementBlock("div",Da,[e.renderSlot(a.$slots,"rich-text-bullet-list")])):e.createCommentVNode("",!0),t.image?(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(["rich-text__image",t.imageClip?"rich-text__image--clip":""])},[e.createVNode(p,null,{default:e.withCtx(()=>[e.renderSlot(a.$slots,"rich-text-image",e.normalizeProps(e.guardReactiveProps({width:865,height:307})))]),_:3})],2)):e.createCommentVNode("",!0)],2)])],2))}});const re=s(Ia,[["__scopeId","data-v-7ecdc272"]]);const Ta={},La={class:"rich-text"},za={class:"rich-text__wrapper"},Aa={class:"rich-text__content rich-text__content--left-aligned"},Pa={class:"rich-text__body"};function Ma(t,a){return e.openBlock(),e.createElementBlock("div",La,[e.createElementVNode("div",za,[e.createElementVNode("div",Aa,[e.createElementVNode("div",Pa,[e.createElementVNode("div",null,[e.renderSlot(t.$slots,"rich-text-content-left",{},void 0,!0)]),e.createElementVNode("div",null,[e.renderSlot(t.$slots,"rich-text-content-right",{},void 0,!0)])])])])])}const ie=s(Ta,[["render",Ma],["__scopeId","data-v-86986bf2"]]),Fa=t=>(e.pushScopeId("data-v-df182fbb"),t=t(),e.popScopeId(),t),Oa={class:"timeline__wrapper"},Ra={class:"timeline__content"},Ha={class:"timeline__items"},ja={class:"timeline__item faded"},Ka={class:"item__left"},Ua=Fa(()=>e.createElementVNode("div",{class:"item__elements"},[e.createElementVNode("div",{class:"circle"}),e.createElementVNode("div",{class:"line"})],-1)),Ga={class:"item__right"},Wa=["innerHTML"],Qa=e.defineComponent({__name:"timeline",props:{timelineItems:{type:Array,required:!0}},setup(t){return e.onMounted(()=>{const a=document.querySelectorAll(".timeline__item"),o=new IntersectionObserver(l=>{l.forEach(n=>{n.isIntersecting&&(n.target.classList.add("visible"),n.target.classList.remove("faded"),o.unobserve(n.target))})},{threshold:1});a.forEach(l=>{o.observe(l)})}),(a,o)=>(e.openBlock(),e.createElementBlock("div",Oa,[e.createElementVNode("div",Ra,[e.createElementVNode("div",Ha,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.timelineItems,l=>(e.openBlock(),e.createElementBlock("div",ja,[e.createElementVNode("div",Ka,e.toDisplayString(l.year),1),Ua,e.createElementVNode("div",Ga,[e.createVNode(p,null,{default:e.withCtx(()=>[l.media.type==="image"?e.renderSlot(a.$slots,"timeline-image",e.normalizeProps(e.mergeProps({key:0},{src:l.media.src,alt:l.media.alt})),void 0,!0):e.createCommentVNode("",!0)]),_:2},1024),e.createElementVNode("div",{style:e.normalizeStyle([l.media.type==="none"?"margin-top: 0px":""]),class:"rich-text",innerHTML:l.text},null,12,Wa)])]))),256))])])]))}});const se=s(Qa,[["__scopeId","data-v-df182fbb"]]),Ya={class:"triple-card-display__wrapper"},Ja={key:0,class:"triple-card__content"},Xa={key:0},Za={key:1},eo={class:"triple-card__cards"},to=e.defineComponent({__name:"triple-card-display",props:{headline:{type:String,default:""},paragraph:{type:String,default:""},bgColor:{type:String,default:"white"}},setup(t){return(a,o)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["triple-card-display",t.bgColor==="blue"?"triple-card-display--blue":"triple-card-display--white"])},[e.createElementVNode("div",Ya,[t.headline||t.paragraph?(e.openBlock(),e.createElementBlock("div",Ja,[t.headline?(e.openBlock(),e.createElementBlock("h2",Xa,e.toDisplayString(t.headline),1)):e.createCommentVNode("",!0),t.paragraph?(e.openBlock(),e.createElementBlock("p",Za,e.toDisplayString(t.paragraph),1)):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0),e.createElementVNode("div",eo,[e.renderSlot(a.$slots,"triple-card-display-cards",{},void 0,!0)])])],2))}});const de=s(to,[["__scopeId","data-v-e7b427f6"]]),lo={class:"vimeo"},ao={class:"vimeo__wrapper"},oo={key:0,class:"vimeo__headline"},no={key:1,class:"vimeo__description"},ro=e.defineComponent({__name:"vimeo",props:{headline:{type:String},description:{type:String}},setup(t){return(a,o)=>(e.openBlock(),e.createElementBlock("div",lo,[e.createElementVNode("div",ao,[t.headline?(e.openBlock(),e.createElementBlock("h2",oo,e.toDisplayString(t.headline),1)):e.createCommentVNode("",!0),e.renderSlot(a.$slots,"vimeo-content",{},void 0,!0),t.description?(e.openBlock(),e.createElementBlock("p",no,e.toDisplayString(t.description),1)):e.createCommentVNode("",!0)])]))}});const ce=s(ro,[["__scopeId","data-v-59fa125d"]]),io={class:"not-found__wrapper"},so={class:"not-found__content"},co={class:"not-found__headline"},uo={class:"not-found__body"},mo=e.defineComponent({__name:"404",props:{headline:{type:String,required:!0}},setup(t){return(a,o)=>(e.openBlock(),e.createElementBlock("div",io,[e.createElementVNode("div",so,[e.createElementVNode("h1",co,e.toDisplayString(t.headline),1),e.createElementVNode("div",uo,[e.renderSlot(a.$slots,"not-found-body",{},void 0,!0)])])]))}});const ue=s(mo,[["__scopeId","data-v-22f85495"]]),_o={class:"filter__wrapper"},ho={class:"filter__content"},go={class:"filter__dropdowns"},vo={class:"filter__chips"},po=e.defineComponent({__name:"filter",props:{hasChips:{type:Boolean,default:!1}},emits:["clearFilters"],setup(t){return(a,o)=>(e.openBlock(),e.createElementBlock("div",_o,[e.createElementVNode("div",ho,[e.createElementVNode("div",go,[e.renderSlot(a.$slots,"filter-dropdowns")]),e.createElementVNode("div",vo,[e.renderSlot(a.$slots,"filter-chips"),t.hasChips?(e.openBlock(),e.createElementBlock("button",{key:0,class:"filter__clear",onClick:o[0]||(o[0]=l=>a.$emit("clearFilters"))}," Remove all filters ")):e.createCommentVNode("",!0)])])]))}});const me=s(po,[["__scopeId","data-v-73ba9888"]]),S=t=>(e.pushScopeId("data-v-d2cab33d"),t=t(),e.popScopeId(),t),fo={class:"footer__wrapper"},yo={class:"footer__content"},ko={class:"footer__sections"},bo={class:"section"},Bo={class:"section__title"},So={class:"section__list"},$o={class:"section"},Vo=S(()=>e.createElementVNode("span",{class:"section__title"},"Mobile Industrial Robots A/S",-1)),Eo=S(()=>e.createElementVNode("span",null,"Emil Neckelmanns Vej 15F",-1)),wo=S(()=>e.createElementVNode("span",null,"DK-5220 Odense SØ",-1)),No=S(()=>e.createElementVNode("br",null,null,-1)),xo=S(()=>e.createElementVNode("a",{href:"mailto:mail@mir-robots.com"},"mail@mir-robots.com",-1)),Co=S(()=>e.createElementVNode("a",{href:"tel:+4520377577"},"+45 20 377 577",-1)),qo={class:"footer__bottom"},Do={class:"copyright"},Io={class:"footer__policy"},To=S(()=>e.createElementVNode("span",null,[e.createElementVNode("i",{class:"change-region"}),e.createTextVNode("Change region")],-1)),Lo=[To],zo={class:"footer__social"},Ao=["href","aria-label"],Po=e.defineComponent({__name:"footer",props:{footerSections:{type:Array,default:[]},privacyPolicy:{type:Object},cookiePolicy:{type:Object},socialMedia:{type:Array,default:[],validator:t=>{const a=["linkedin","facebook","instagram","twitter","youtube"];return t.every(o=>a.includes(o.title))}}},emits:["changeRegionClicked"],setup(t){return(a,o)=>(e.openBlock(),e.createElementBlock("div",fo,[e.createElementVNode("footer",yo,[e.createElementVNode("div",ko,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.footerSections,l=>(e.openBlock(),e.createElementBlock("div",bo,[e.createElementVNode("span",Bo,e.toDisplayString(l.title),1),e.createElementVNode("nav",null,[e.createElementVNode("ul",So,[e.renderSlot(a.$slots,"section-links",{links:l.links})])])]))),256)),e.createElementVNode("div",$o,[Vo,e.createElementVNode("address",null,[Eo,wo,No,e.createVNode(f,{class:"footer__contact",linkType:"regular-light",underline:"false"},{default:e.withCtx(()=>[xo]),_:1}),e.createVNode(f,{class:"footer__contact",linkType:"regular-light",underline:"false"},{default:e.withCtx(()=>[Co]),_:1})])])]),e.createElementVNode("div",qo,[e.createElementVNode("p",Do,"© MiR "+e.toDisplayString(new Date().getFullYear()),1),e.createElementVNode("div",Io,[e.createElementVNode("button",{class:"footer__language-switcher",onClick:o[0]||(o[0]=l=>a.$emit("changeRegionClicked"))},Lo),e.renderSlot(a.$slots,"footer-privacy-link"),e.renderSlot(a.$slots,"footer-cookie-link")]),e.createElementVNode("div",zo,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.socialMedia,l=>(e.openBlock(),e.createBlock(f,{underline:"false",linkType:"regular"},{default:e.withCtx(()=>[e.createElementVNode("a",{href:l.url,"aria-label":l.title},[e.createElementVNode("i",{width:"19",height:"14",class:e.normalizeClass(["footer__social--icon",[l.title==="linkedin"?"bg-linkedin":l.title==="facebook"?"bg-facebook":l.title==="instagram"?"bg-instagram":l.title==="twitter"?"bg-twitter":l.title==="youtube"?"bg-youtube":""]])},null,2)],8,Ao)]),_:2},1024))),256))])])])]))}});const _e=s(Po,[["__scopeId","data-v-d2cab33d"]]),Mo={class:"header__wrapper"},Fo={class:"nav-wrapper"},Oo={class:"mir-link-logo"},Ro={class:"main-nav-items"},Ho={id:"menu-dropdown",ref:"dropdownDiv"},jo={key:0,src:"https://a.storyblok.com/f/230581/9x6/8cecdca15f/arrow-down.svg?cv=1695125714195",alt:"dropdownarrow"},Ko={key:1,src:"https://a.storyblok.com/f/230581/9x6/8cecdca15f/arrow-down.svg?cv=1695125714195",alt:"dropdownarrow",style:{transform:"rotate(180deg)"}},Uo={class:"dropdown-content"},Go={class:"nav-search-wrapper"},Wo=["src"],Qo={class:"mobile-logo-search-burger-wrapper"},Yo={class:"mobile-mir-link-logo"},Jo={class:"mobile-search-wrapper"},Xo=["src"],Zo=["onClick"],en=["src"],tn={class:"mobile-menu-content-wrapper"},ln={class:"mobile-dropdown-content"},an=e.defineComponent({__name:"header",props:{burgerState:{type:Boolean,default:!1},showDropDown:{type:Boolean,default:!1}},emits:["update:burgerState","update:showDropDown","clickSearch"],setup(t,{expose:a,emit:o}){const l=t;e.ref("");let n=null,i=e.ref(l.burgerState),m=e.ref(l.showDropDown);e.watch(()=>l.burgerState,_=>i.value=_),e.watch(()=>l.showDropDown,_=>m.value=_),e.onMounted(()=>{n=_=>{_.target.closest("#menu-dropdown")||(m.value=!1)},window.addEventListener("click",n)}),e.onUnmounted(()=>{n!==null&&window.removeEventListener("click",n)});function y(){m.value=!m.value,o("update:showDropDown",m.value)}function g(){i.value=!i.value,o("update:burgerState",i.value)}let c=e.ref(null),v=e.ref(null);function q(){c.value&&c.value.blur()}return a({defocusSearchButton:q}),(_,$)=>(e.openBlock(),e.createElementBlock("div",Mo,[e.createElementVNode("nav",null,[e.createElementVNode("div",Fo,[e.createElementVNode("div",Oo,[e.renderSlot(_.$slots,"link-logo",{},void 0,!0)]),e.createElementVNode("ul",Ro,[e.renderSlot(_.$slots,"main-nav-items",{},void 0,!0)]),e.createElementVNode("div",Ho,[e.createElementVNode("button",{onClick:y,class:"nav-dropdown-btn"},[e.renderSlot(_.$slots,"dropdown-title",{},void 0,!0),e.unref(m)==!1?(e.openBlock(),e.createElementBlock("img",jo)):(e.openBlock(),e.createElementBlock("img",Ko))]),e.withDirectives(e.createElementVNode("div",Uo,[e.renderSlot(_.$slots,"dropdown-links",{},void 0,!0)],512),[[e.vShow,e.unref(m)]])],512),e.createElementVNode("div",Go,[e.createElementVNode("button",{class:"search-icon",onClick:$[0]||($[0]=x=>{var b;return _.$emit("clickSearch"),(b=e.unref(c))==null?void 0:b.blur()}),ref_key:"navSearchButton",ref:c},[e.createElementVNode("img",{src:e.unref(i)==!0?"https://a.storyblok.com/f/230581/21x21/13f4ac189d/search-icon-white.svg?cv=1695125826080":"https://a.storyblok.com/f/230581/21x21/ebbdca38d3/search-icon.svg?cv=1695125825901",alt:"search icon",width:"20",height:"20"},null,8,Wo)],512)])]),e.createElementVNode("div",{class:e.normalizeClass(["mobile-nav-wrapper",e.unref(i)==!0?"mirsaic-mobile-bg mirsaic--dark":""])},[e.createElementVNode("div",Qo,[e.createElementVNode("div",Yo,[e.renderSlot(_.$slots,"link-logo",{},void 0,!0)]),e.createElementVNode("div",Jo,[e.createElementVNode("button",{class:"search-icon",onClick:$[1]||($[1]=x=>{var b;return _.$emit("clickSearch"),(b=e.unref(v))==null?void 0:b.blur()}),ref_key:"mobileSearchButton",ref:v,"aria-label":"Toggle search"},[e.createElementVNode("img",{src:e.unref(i)==!0?"https://a.storyblok.com/f/230581/21x21/13f4ac189d/search-icon-white.svg?cv=1695125826080":"https://a.storyblok.com/f/230581/21x21/ebbdca38d3/search-icon.svg?cv=1695125825901",alt:"search icon",width:"20",height:"20"},null,8,Xo)],512)]),e.createElementVNode("button",{onClick:e.withModifiers(g,["prevent"]),class:"mobile-burger-wrapper","aria-label":"Toggle menu"},[e.createElementVNode("img",{width:"20",height:"20",alt:"burger menu line icon",src:e.unref(i)==!0?"https://a.storyblok.com/f/230581/17x18/20e9329e46/close-white.svg":"https://a.storyblok.com/f/230581/23x14/739e917bca/burger-menu-line.svg"},null,8,en)],8,Zo)]),e.withDirectives(e.createElementVNode("div",tn,[e.createElementVNode("ul",null,[e.renderSlot(_.$slots,"mobile-main-nav-items",{},void 0,!0)]),e.createElementVNode("ul",ln,[e.renderSlot(_.$slots,"mobile-dropdown-title",{},void 0,!0),e.renderSlot(_.$slots,"mobile-dropdown-links",{},void 0,!0)])],512),[[e.vShow,e.unref(i)]])],2)])]))}});const he=s(an,[["__scopeId","data-v-98560ea5"]]),on={class:"language__wrapper"},nn={class:"language__content"},rn={class:"language__headline"},sn={class:"language__paragraph"},dn=e.defineComponent({__name:"language-switcher",props:{headline:{type:String},paragraph:{type:String}},setup(t){return(a,o)=>(e.openBlock(),e.createElementBlock("div",on,[e.createElementVNode("div",nn,[e.createElementVNode("h2",rn,e.toDisplayString(t.headline),1),e.createElementVNode("p",sn,e.toDisplayString(t.paragraph),1),e.renderSlot(a.$slots,"language-links",{},void 0,!0)])]))}});const ge=s(dn,[["__scopeId","data-v-a76ba727"]]),cn={class:"pagination__wrapper"},un={class:"pagination__content"},mn=e.defineComponent({__name:"pagination",props:{isPreviousDisabled:{type:Boolean,required:!0},isNextDisabled:{type:Boolean,required:!0}},emits:["previous","next"],setup(t){return(a,o)=>(e.openBlock(),e.createElementBlock("div",cn,[e.createElementVNode("div",un,[e.createVNode(N,{onClick:o[0]||(o[0]=l=>a.$emit("previous")),disabled:t.isPreviousDisabled,variant:"previous",ariaLabel:"previous"},null,8,["disabled"]),e.renderSlot(a.$slots,"pagination-numbers"),e.createVNode(N,{onClick:o[1]||(o[1]=l=>a.$emit("next")),disabled:t.isNextDisabled,variant:"next",ariaLabel:"next"},null,8,["disabled"])])]))}});const ve=s(mn,[["__scopeId","data-v-9f08dcf6"]]);const _n={},hn={class:"search__wrapper"};function gn(t,a){return e.openBlock(),e.createElementBlock("div",hn,[e.renderSlot(t.$slots,"default",{class:"search__content"})])}const pe=s(_n,[["render",gn],["__scopeId","data-v-31f35da9"]]),vn={install:t=>{t.component("AtomButton",N),t.component("AtomCheckbox",L),t.component("AtomChip",z),t.component("AtomDropdown",A),t.component("AtomImage",p),t.component("AtomLabel",E),t.component("AtomLink",f),t.component("AtomRadioButton",P),t.component("AtomSelect",M),t.component("AtomSlider",F),t.component("AtomTextarea",O),t.component("AtomTextField",R),t.component("AtomVideo",B),t.component("MoleculeAddress",H),t.component("MoleculeBulletList",j),t.component("MoleculeCard",K),t.component("MoleculeEventCard",U),t.component("MoleculeModal",D),t.component("MoleculeTextCard",G),t.component("BlockFacts",W),t.component("BlockFeatures",Q),t.component("BlockHeadline",X),t.component("BlockHero",Z),t.component("BlockImage",Y),t.component("BlockImageGallery",J),t.component("BlockLogoWall",ee),t.component("BlockMicroStories",te),t.component("BlockPolicy",le),t.component("BlockProductHero",ae),t.component("BlockPromo",oe),t.component("BlockQuote",ne),t.component("BlockRichText",re),t.component("BlockRichTextColumns",ie),t.component("BlockTimeline",se),t.component("BlockTripleCardDisplay",de),t.component("BlockVimeo",ce),t.component("Organism404",ue),t.component("OrganismFilter",me),t.component("OrganismFooter",_e),t.component("OrganismHeader",he),t.component("OrganismLanguageSwitcher",ge),t.component("OrganismPagination",ve),t.component("OrganismSearch",pe)}};exports.AtomButton=N;exports.AtomCheckbox=L;exports.AtomChip=z;exports.AtomDropdown=A;exports.AtomImage=p;exports.AtomLabel=E;exports.AtomLink=f;exports.AtomRadioButton=P;exports.AtomSelect=M;exports.AtomSlider=F;exports.AtomTextField=R;exports.AtomTextarea=O;exports.AtomVideo=B;exports.BlockFacts=W;exports.BlockFeatures=Q;exports.BlockHeadline=X;exports.BlockHero=Z;exports.BlockImage=Y;exports.BlockImageGallery=J;exports.BlockLogoWall=ee;exports.BlockMicroStories=te;exports.BlockPolicy=le;exports.BlockProductHero=ae;exports.BlockPromo=oe;exports.BlockQuote=ne;exports.BlockRichText=re;exports.BlockRichTextColumns=ie;exports.BlockTimeline=se;exports.BlockTripleCardDisplay=de;exports.BlockVimeo=ce;exports.MoleculeAddress=H;exports.MoleculeBulletList=j;exports.MoleculeCard=K;exports.MoleculeEventCard=U;exports.MoleculeModal=D;exports.MoleculeTextCard=G;exports.Organism404=ue;exports.OrganismFilter=me;exports.OrganismFooter=_e;exports.OrganismHeader=he;exports.OrganismLanguageSwitcher=ge;exports.OrganismPagination=ve;exports.OrganismSearch=pe;exports.default=vn;