{"version":3,"file":"js/65.0b12ecb9.js","mappings":"iLACOA,MAAM,aAAaC,GAAG,iBAAiB,mBAAiB,SAAS,mBAAiB,QAAQC,SAAS,KAAK,kBAAgB,sBAAsB,cAAY,Q,GACxJF,MAAM,sC,GACJA,MAAM,iB,GACJA,MAAM,2D,GACNA,MAAM,2EAA2EC,GAAG,uB,GAEpFD,MAAM,kB,GACNA,MAAM,e,GAGJA,MAAM,8B,mBAMRA,MAAM,oD,2FAhBjB,QAqBM,MArBN,EAqBM,EApBJ,OAmBM,MAnBN,EAmBM,EAlBJ,OAiBM,MAjBN,EAiBM,EAhBJ,OAEM,MAFN,EAEM,EADJ,OAAmJ,IAAnJ,GAAmJ,QAAnC,EAAAG,QAAQC,eAAeC,OAAK,MAE9I,OASM,MATN,EASM,EARJ,OAEI,IAFJ,GAEI,QADC,EAAAF,QAAQC,eAAeE,aAAW,IAEvC,OAIM,MAJN,EAIM,G,aAHJ,QAEO,mBAFuC,EAAAH,QAAQC,eAAeG,OAA/BC,K,WAAtC,QAEO,GAFAC,KAAMD,EAAKE,YAA2DC,IAAKH,EAAKP,I,mBACrF,IAA6F,EAA7F,OAA6F,OAAvFW,IAAKJ,EAAKK,QAAUC,IAAKN,EAAKO,QAASf,MAAM,mBAAmBgB,MAAM,KAAKC,OAAO,M,+CAI9F,OAEM,MAFN,EAEM,EADJ,QAA+E,GAAnEC,KAAM,EAAAf,QAAQC,eAAee,YAAa,kBAAgB,S,iDAUhF,GACEC,WAAY,CAACC,KAAI,IAAEC,UAAS,KAC5BC,MAAO,CACLpB,QAAS,CACPE,MAAOmB,OACHhB,KAAM,CACRK,QAASW,OACLT,QAASS,QAEfC,WAAY,CACVZ,QAASW,OACLT,QAASS,QAEfpB,eAAgB,CACdC,MAAOmB,OACHlB,YAAakB,OACbjB,MAAOmB,U,UCvCnB,MAAMC,GAA2B,OAAgB,EAAQ,CAAC,CAAC,SAASC,KAEpE,O","sources":["webpack://main/./src/components/common/modals/CompaniesModal.vue","webpack://main/./src/components/common/modals/CompaniesModal.vue?1bb1"],"sourcesContent":["<template>\r\n  <div class=\"modal fade\" id=\"companiesModal\" data-bs-backdrop=\"static\" data-bs-keyboard=\"false\" tabindex=\"-1\" aria-labelledby=\"companiesModalLabel\" aria-hidden=\"true\">\r\n    <div class=\"modal-dialog modal-dialog-centered\">\r\n      <div class=\"modal-content\">\r\n        <div class=\"modal-header border-0 d-flex justify-content-center p-0\">\r\n          <p class=\"companies-modal-header h3 modal-title text-primary fw-bold ubuntu-italic\" id=\"companiesModalLabel\">{{ company.sublogoContent.title }}</p>\r\n        </div>\r\n        <div class=\"modal-body p-0\">\r\n          <p class=\"text-center\">\r\n            {{ company.sublogoContent.description }}\r\n          </p>\r\n          <div class=\"companies-container d-grid\">\r\n            <Link :href=\"logo.webSiteLink\" v-for=\"logo in company.sublogoContent.logos\" :key=\"logo.id\">\r\n              <img :src=\"logo.imgLink\" :alt=\"logo.altText\" class=\"mw-100 fit-cover\" width=\"76\" height=\"38\">\r\n            </Link>\r\n          </div>\r\n        </div>\r\n        <div class=\"modal-footer border-0 justify-content-center p-0\">\r\n          <ButtonRed :text=\"company.sublogoContent.buttonTitle\" data-bs-dismiss=\"modal\"/>\r\n        </div>\r\n      </div>\r\n    </div>\r\n  </div>\r\n</template>\r\n\r\n<script>\r\nimport ButtonRed from \"@/components/common/ButtonRed\";\r\nimport Link from \"@/components/common/Link\";\r\nexport default {\r\n  components: {Link, ButtonRed},\r\n  props: {\r\n    company: {\r\n      title: String,\r\n          logo: {\r\n        imgLink: String,\r\n            altText: String\r\n      },\r\n      sublogoImg: {\r\n        imgLink: String,\r\n            altText: String\r\n      },\r\n      sublogoContent: {\r\n        title: String,\r\n            description: String,\r\n            logos: Array\r\n      }\r\n    }\r\n  }\r\n}\r\n</script>\r\n","import { render } from \"./CompaniesModal.vue?vue&type=template&id=157f80ca\"\nimport script from \"./CompaniesModal.vue?vue&type=script&lang=js\"\nexport * from \"./CompaniesModal.vue?vue&type=script&lang=js\"\n\nimport exportComponent from \"D:\\\\a\\\\1\\\\s\\\\Host\\\\front-end\\\\node_modules\\\\vue-loader\\\\dist\\\\exportHelper.js\"\nconst __exports__ = /*#__PURE__*/exportComponent(script, [['render',render]])\n\nexport default __exports__"],"names":["class","id","tabindex","company","sublogoContent","title","description","logos","logo","href","webSiteLink","key","src","imgLink","alt","altText","width","height","text","buttonTitle","components","Link","ButtonRed","props","String","sublogoImg","Array","__exports__","render"],"sourceRoot":""}