{"version":3,"file":"ContentDoubleCardWithImageBlock.chunk.d8e1f9c49435c3af8d62.js","mappings":"ybAYO,MAAMA,EAAwEC,IACjF,MAAM,MAAEC,EAAK,MAAEC,GAAUF,EAEzB,GAAIC,EAAME,OAAS,EACf,MAAM,IAAIC,MAAM,8BAGpB,OACIC,EAAAA,cAAA,OAAKC,UCnBgC,wBDoBjCD,EAAAA,cAAA,MAAIC,UAAU,kBAAkBJ,GAChCG,EAAAA,cAACE,EAAAA,EAAI,CACDN,MAAOA,EACPO,WAAYC,GACRJ,EAAAA,cAAA,MAAIK,IAAKD,EAAKE,qBAAqBT,OAC/BG,EAAAA,cAACO,EAAAA,qBAAoBC,EAAA,GAAKJ,EAAI,CAAEK,WAAS,MAGjDR,UAAWS,IC5BiD,0BD8B9D,EE3BDC,EAAsFhB,GAC/FK,EAAAA,cAACN,EAA+BC,E","sources":["webpack://Kristiania.Web/./Features/Partials/ContentDoubleCardWithImage/ContentDoubleCardWithImage.tsx","webpack://Kristiania.Web/./Features/Partials/ContentDoubleCardWithImage/ContentDoubleCardWithImage.module.css?bf01","webpack://Kristiania.Web/./Features/Blocks/ContentDoubleCardWithImageBlock/View/ContentDoubleCardWithImageBlock.tsx"],"sourcesContent":["import classNames from 'classnames';\nimport React from 'react';\nimport { ContentCardWithImage } from '../ContentCardWithImage/ContentCardWithImage';\nimport type { ContentCardWithImageViewModel } from '../ContentCardWithImage/ContentCardWithImageViewModel.csharp';\nimport { List } from '../List/List';\nimport styles from './ContentDoubleCardWithImage.module.css';\n\ninterface ContentDoubleCardWithImageProps {\n title: string;\n items: ContentCardWithImageViewModel[];\n}\n\nexport const ContentDoubleCardWithImage: React.FC = props => {\n const { items, title } = props;\n\n if (items.length > 2) {\n throw new Error('Only 2 items are supported');\n }\n\n return (\n
\n

{title}

\n (\n
  • \n \n
  • \n )}\n className={classNames(styles.Items)}\n />\n
    \n );\n};\n","// extracted by mini-css-extract-plugin\nexport default {\"ContentDoubleCardWithImage\":\"HVEFaX3Xhdad0zHYPsqr\",\"Items\":\"BHOhHAvbNpiTc98k3PWM\"};","import React from 'react';\nimport { ContentDoubleCardWithImage } from '../../../Partials/ContentDoubleCardWithImage/ContentDoubleCardWithImage';\nimport type { ContentDoubleCardWithImageBlockViewModel } from '../ViewModel/ContentDoubleCardWithImageBlockViewModel.csharp';\n\nexport const ContentDoubleCardWithImageBlock: React.FC = props => (\n \n);\n"],"names":["ContentDoubleCardWithImage","props","items","title","length","Error","React","className","List","renderItem","item","key","contentCardViewModel","ContentCardWithImage","_extends","stretched","classNames","ContentDoubleCardWithImageBlock"],"sourceRoot":""}