{"version":3,"file":"8669.chunk.e4904eb3b0e905cb7a2e.js","mappings":"gLACA,GAAgB,YAAc,uBAAuB,KAAO,uBAAuB,mBAAmB,uBAAuB,iBAAiB,uBAAuB,mBAAmB,wBCajL,MAAMA,EAAiFC,IAC1F,MAAM,UAAEC,EAAS,qBAAEC,EAAoB,MAAEC,EAAQC,EAAAA,GAAkB,QAAEC,EAAU,WAAcL,GAEvF,mBAAEM,GAAuBH,EAE/B,OACII,EAAAA,cAAA,OACIN,UAAWO,IACPC,EAAO,YAADC,OAAaL,IACnBC,GAAsBG,EAAO,oBAC7BR,IAGJM,EAAAA,cAAA,OAAKN,UAAWO,IAAWC,EAAOE,YAAaT,IAC3CK,EAAAA,cAAA,OAAKN,UAAWQ,EAAOG,QAEzB,C","sources":["webpack://Kristiania.Web/./Features/Partials/Picture/Placeholder/PicturePlaceholder.module.css?0bc4","webpack://Kristiania.Web/./Features/Partials/Picture/Placeholder/PicturePlaceholder.tsx"],"sourcesContent":["// extracted by mini-css-extract-plugin\nexport default {\"LogoWrapper\":\"rLPb41_nB0G4MecZ4mE5\",\"Logo\":\"tZgaCxFP4U3Uwa4Sad4N\",\"Variant--default\":\"ZSbIyUzr6rSK_5dXtkvi\",\"Variant--light\":\"CEuKCgcYyO4PiyJodS9w\",\"Variant--rounded\":\"ubaUESvsjg4uza8S1zV9\"};","import classNames from 'classnames';\nimport * as React from 'react';\nimport type { Theme } from '~/Utils/Theme';\nimport { themeDefaultValues } from '~/Utils/Theme';\nimport styles from './PicturePlaceholder.module.css';\nimport type { PlaceholderVariant } from './PlaceholderVariant';\n\nexport interface PicturePlaceholderProps {\n variant?: PlaceholderVariant;\n className?: string;\n logoWrapperClassName?: string;\n theme?: Theme;\n}\n\nexport const PicturePlaceholder: React.FC> = props => {\n const { className, logoWrapperClassName, theme = themeDefaultValues, variant = 'default' } = props;\n\n const { withRoundedCorners } = theme;\n\n return (\n \n
\n
\n
\n
\n );\n};\n"],"names":["PicturePlaceholder","props","className","logoWrapperClassName","theme","themeDefaultValues","variant","withRoundedCorners","React","classNames","styles","concat","LogoWrapper","Logo"],"sourceRoot":""}