{"version":3,"file":"TabcordionPage-Ddsj40sk-chunk.js","sources":["../../../src/components/page/campaign/tabcordion/TabcordionTabs.jsx","../../../src/components/page/campaign/tabcordion/TabcordionContentOneColumn.jsx","../../../src/components/page/campaign/tabcordion/TabcordionMediaCard.jsx","../../../src/components/page/campaign/tabcordion/TabcordionLinks.jsx","../../../src/components/page/campaign/tabcordion/TabCordionContentTwoColumn.jsx","../../../src/components/page/campaign/tabcordion/TabcordionTabContent.jsx","../../../src/components/page/campaign/tabcordion/TabcordionTabsMobile.jsx","../../../src/components/page/campaign/tabcordion/TabcordionContent.jsx","../../../src/components/page/campaign/tabcordion/TabcordionPage.jsx"],"sourcesContent":["import React, { useState } from \"react\";\nimport { sanitizeHtml } from \"utils/sanitizeHtml\";\n\nconst TabcordionTabs = (props) => {\n\tconst {\n\t\ttoggleState,\n\t\tonClick,\n\t\ttabs,\n\t\tindicatorHeight,\n\t\tlinksRef,\n\t\tanimation,\n\t\tcomponentTitle,\n\t\ttoggle\n\t} = props;\n\tconst [btnSize, setBtnSize] = useState(\"reg\");\n\tlet buttonText = tabs.map((txt) => {\n\t\treturn txt.label.length;\n\t});\n\n\tconst btnSizer = (txt) => {\n\t\tlet maxTxt = Math.max(...txt);\n\t\tif (maxTxt > 47 && maxTxt <= 55) {\n\t\t\tsetBtnSize(\"large\");\n\t\t} else if (maxTxt >= 56) {\n\t\t\tsetBtnSize(\"x-large\");\n\t\t}\n\t};\n\n\twindow.addEventListener(\"load\", () => {\n\t\tbtnSizer(buttonText);\n\t});\n\n\treturn (\n\t\t
{link.linkLabel}
\n\t\t\t\t\t\t\t