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