{"version":3,"file":"static/js/blocks47.cb2b813a.chunk.js","mappings":"qPAEO,MCDP,GAAgB,QAAU,0BAA0B,MAAQ,wBAAwB,OAAS,yBAAyB,cAAgB,gCAAgC,QAAU,0BAA0B,MAAQ,yB,cCclN,MA8CA,EA9CkBA,IAA0B,IAADC,EACvC,MAAM,qBAAEC,EAAoB,mBAAEC,EAAkB,uBAAEC,IAA2BC,EAAAA,EAAAA,GACzEL,EAAMM,kBAEJ,aAAEC,IAAiBC,EAAAA,EAAAA,GAAWR,EAAMS,UAAWN,IAE/C,eAAEO,IFnBiBC,EEmBeX,EAAMW,UFnBFC,EEmBaA,EFXlD,CACHF,gBARmBG,EAAAA,EAAAA,UAAQ,KAC3B,GACS,mBADDF,EAEA,OAAOC,EAAEE,aACjB,GACD,CAACH,EAAWC,MANSG,IAACJ,EAAmBC,EEqB5C,OACII,EAAAA,EAAAA,KAAA,OAAKC,WAAWC,EAAAA,EAAAA,IAAGN,EAAEO,QAASZ,EAAcL,EAAsBQ,GAAgBU,UAC9EJ,EAAAA,EAAAA,KAACK,EAAAA,EAAY,CAACC,mBAAiB,EAAAF,UAC3BG,EAAAA,EAAAA,MAAA,OAAKN,UAAWL,EAAEY,MAAMJ,SAAA,EAEpBG,EAAAA,EAAAA,MAAA,OAAKN,UAAWL,EAAEa,OAAOL,SAAA,CAEpBpB,EAAM0B,SAAUV,EAAAA,EAAAA,KAAA,QAAMC,UAAWL,EAAEc,QAAQN,SAAEpB,EAAM0B,UAAkB,KAGrE1B,EAAM2B,UACHX,EAAAA,EAAAA,KAACY,EAAAA,GAAQ,CAACC,IAAE,EAACC,IAAKC,EAAAA,GAAYC,GAAIC,UAAQ,EAACC,WAAS,EAAAd,SAC/CpB,EAAM2B,WAEX,KAGH3B,EAAMmC,MAAOnB,EAAAA,EAAAA,KAACoB,EAAAA,EAAO,CAACC,KAAMrC,EAAMmC,KAAMG,WAAS,IAAM,SAI5DtB,EAAAA,EAAAA,KAAA,OAAKC,UAAWL,EAAE2B,MAAMnB,SACR,QADQnB,EACnBD,EAAMuC,aAAK,IAAAtC,OAAA,EAAXA,EAAauC,KAAI,CAACC,EAAMC,KACrB1B,EAAAA,EAAAA,KAAC2B,EAAAA,QAAI,CAEDR,KAAMM,EAAKN,KACXS,QAASH,EAAKG,QACdC,YAAazC,EACbuB,SAAUc,EAAKd,UAJVe,aAUvB,C,yFCxDd,QAA0B,sB,cCS1B,MAmBA,EAnBc1C,IAENuB,EAAAA,EAAAA,MAAA,OAAKN,UAAWL,EAAUQ,SAAA,CAErBpB,EAAM2B,UACHX,EAAAA,EAAAA,KAACY,EAAAA,GAAQ,CAACkB,IAAE,EAAChB,IAAKC,EAAAA,GAAYgB,GAAId,UAAQ,EAACC,WAAS,EAAAd,SAC/CpB,EAAM2B,WAEX,KAGH3B,EAAMmC,MAAOnB,EAAAA,EAAAA,KAACoB,EAAAA,EAAO,CAACC,KAAMrC,EAAMmC,KAAMG,WAAS,IAAM,MAGxDtB,EAAAA,EAAAA,KAACgC,EAAAA,EAAO,CAACJ,QAAS5C,EAAM4C,QAASK,MAAOjD,EAAM6C,gB","sources":["blocks/components/TextText/hooks/useAlignment.hook.ts","webpack://@danishagro/cms/./src/blocks/components/TextText/TextText.module.scss?7abf","blocks/components/TextText/TextText.component.tsx","webpack://@danishagro/cms/./src/blocks/components/TextText/components/Text/Text.module.scss?cb8a","blocks/components/TextText/components/Text/Text.component.tsx"],"sourcesContent":["import { useMemo } from \"react\";\n\nexport const useAlignment = (alignment: string, S: { [key: string]: string }) => {\n const alignmentClass = useMemo(() => {\n switch (alignment) {\n case \"ALIGNMENT_LEFT\":\n return S.alignmentLeft;\n }\n }, [alignment, S]);\n\n return {\n alignmentClass,\n };\n};\n","// extracted by mini-css-extract-plugin\nexport default {\"wrapper\":\"TextText_wrapper__3Cpnf\",\"inner\":\"TextText_inner__IJaQ+\",\"header\":\"TextText_header__e7K-d\",\"alignmentLeft\":\"TextText_alignmentLeft__dEH4E\",\"tagline\":\"TextText_tagline__+6ZHN\",\"items\":\"TextText_items__09Fuy\"};","import React from \"react\";\nimport { cn } from \"@danishagro/shared/src/helpers/classNames.helper\";\nimport { DA_Container } from \"@danishagro/shared/src/components/atoms/Container/Container.component\";\nimport { DA_Text } from \"@danishagro/shared/src/components/atoms/Text/Text.component\";\nimport {\n DA_Title,\n DA_TitleTag,\n} from \"@danishagro/shared/src/components/atoms/Title/Title.component\";\nimport { useBackgroundColor } from \"@danishagro/cms/src/blocks/hooks/useBackgroundColor/useBackgroundColor.hook\";\nimport { usePadding } from \"@danishagro/cms/src/blocks/hooks/usePadding/usePadding.hook\";\nimport { TextTextProps } from \"./TextText.interface\";\nimport Text from \"./components/Text/Text.component\";\nimport { useAlignment } from \"./hooks/useAlignment.hook\";\nimport S from \"./TextText.module.scss\";\n\nconst TextText = (props: TextTextProps) => {\n const { backgroundColorClass, hasBackgroundColor, alternativeButtonTheme } = useBackgroundColor(\n props.backgroundColor\n );\n const { paddingClass } = usePadding(props.isCompact, hasBackgroundColor);\n\n const { alignmentClass } = useAlignment(props.alignment, S);\n\n return (\n
\n \n
\n {/** Header */}\n
\n {/** Tagline */}\n {props.tagline ? {props.tagline} : null}\n\n {/** Title */}\n {props.headline ? (\n \n {props.headline}\n \n ) : null}\n\n {/** Text */}\n {props.text ? : null}\n
\n\n {/** Items */}\n
\n {props.items?.map((item, index) => (\n \n ))}\n
\n
\n
\n
\n );\n};\n\nexport default TextText;\n","// extracted by mini-css-extract-plugin\nexport default {\"wrapper\":\"Text_wrapper__cPV87\"};","import React from \"react\";\nimport { Buttons } from \"@danishagro/cms/src/components/Buttons/Buttons.component\";\nimport { DA_Text } from \"@danishagro/shared/src/components/atoms/Text/Text.component\";\nimport {\n DA_Title,\n DA_TitleTag,\n} from \"@danishagro/shared/src/components/atoms/Title/Title.component\";\nimport { TextProps } from \"./Text.interface\";\nimport S from \"./Text.module.scss\";\n\nconst Text = (props: TextProps) => {\n return (\n
\n {/** Headline */}\n {props.headline ? (\n \n {props.headline}\n \n ) : null}\n\n {/** Text */}\n {props.text ? : null}\n\n {/** Buttons */}\n \n
\n );\n};\n\nexport default Text;\n"],"names":["props","_props$items","backgroundColorClass","hasBackgroundColor","alternativeButtonTheme","useBackgroundColor","backgroundColor","paddingClass","usePadding","isCompact","alignmentClass","alignment","S","useMemo","alignmentLeft","useAlignment","_jsx","className","cn","wrapper","children","DA_Container","noVerticalPadding","_jsxs","inner","header","tagline","headline","DA_Title","h2","tag","DA_TitleTag","H2","noMargin","fullWidth","text","DA_Text","html","noPadding","items","map","item","index","Text","buttons","buttonTheme","h3","H3","Buttons","theme"],"sourceRoot":""}