{"version":3,"file":"static/chunks/7959.2cba422bc3339622.js","mappings":"kMAEO,IAAMA,EAAsBC,SAAAA,OAAMA,CAACC,GAAG,iDAAG,ECGb,CACjCC,WAAY,gBACZC,QAAS,KAAM,EACfC,aAAc,GAAuC,OAApCC,eAAmC,CAAC,0CACvD,EAAE,EAG+DC,IAC/D,GAAM,OAAEC,CAAK,aAAEC,CAAW,YAAEC,CAAU,CAAE,CAAGH,EAAMI,KAAK,CAEtD,MACE,UAACC,EAAAA,iBAAiBA,CAAAA,CAACC,OAAQC,EAAsB,GAAGP,CAAK,UACvD,UAACL,MAAAA,CACCa,UAAW,mCAA8C,OAAXL,GAC9CM,cAAY,kBACZC,sBAAoB,oCAEpB,WAACjB,EAAmBA,CAACe,UAAU,MAAXf,qBAClB,UAACkB,KAAAA,CAAGH,UAAU,qBAAaP,IAC3B,UAACW,OAAAA,CAAKJ,UAAU,qBAAaN,UAKvC,EAAE","sources":["webpack://_N_E/../../libs/mi-groups-components/src/organisms/IntlRfpHeader/IntlRfpHeader.styles.tsx","webpack://_N_E/../../libs/mi-groups-components/src/organisms/IntlRfpHeader/IntlRfpHeader.tsx"],"sourcesContent":["import styled from 'styled-components';\n\nexport const StyledIntlRfpHeader = styled.div``;\n","import React, { FC } from 'react';\nimport { EditableComponent } from '@adobe/aem-react-editable-components';\nimport { IntlRfpHeaderProps } from './IntlRfpHeader.types';\nimport { StyledIntlRfpHeader } from './IntlRfpHeader.styles';\n\nexport const IntlRfpHeaderConfig = {\n emptyLabel: 'IntlRfpHeader',\n isEmpty: () => true,\n resourceType: `${process.env['NEXT_PUBLIC_AEM_SITE']}/components/content/rfp/eventinfoheader`,\n};\n\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\nexport const IntlRfpHeader: FC<{ model: IntlRfpHeaderProps }> = (props: any) => {\n const { title, description, styleclass } = props.model;\n\n return (\n <EditableComponent config={IntlRfpHeaderConfig} {...props}>\n <div\n className={`fullbleed m-container-fullbleed ${styleclass}`}\n data-testid=\"eventinfoheader\"\n data-component-name=\"o-groups-eventinfoheader\"\n >\n <StyledIntlRfpHeader className=\"container py-5\">\n <h1 className=\"t-title-s\">{title}</h1>\n <span className=\"t-font-xs\">{description}</span>\n </StyledIntlRfpHeader>\n </div>\n </EditableComponent>\n );\n};\n"],"names":["StyledIntlRfpHeader","styled","div","emptyLabel","isEmpty","resourceType","process","props","title","description","styleclass","model","EditableComponent","config","IntlRfpHeaderConfig","className","data-testid","data-component-name","h1","span"],"sourceRoot":"","ignoreList":[]}