{"version":3,"file":"Chip-mVjG7tqi.js","sources":["../../../frontend/src/Components/DesignSystem/Chip/Chip.tsx"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\nimport { Chip as MuiChip, Typography } from '@mui/material';\n\nconst Chip = React.forwardRef(\n ({ label, typographyComponent = 'span', ...props }: any, ref: any) => {\n return (\n \n {label}\n \n }\n {...props}\n />\n );\n },\n);\n\nChip.propTypes = {\n label: PropTypes.oneOfType([PropTypes.string, PropTypes.node]).isRequired,\n typographyComponent: PropTypes.string,\n};\n\nChip.displayName = 'Chip';\n\nexport default Chip;\n"],"names":["Chip","React","forwardRef","_ref","ref","label","_ref$typographyCompon","typographyComponent","props","_objectWithoutProperties","_excluded","createElement","MuiChip","_extends","Typography","variant","component","sx","fontWeight","propTypes","PropTypes","oneOfType","string","node","isRequired","displayName"],"mappings":"otBAIA,IAAMA,EAAOC,EAAMC,WACjB,SAAAC,EAAyDC,EAAa,CAAA,IAAnEC,EAAKF,EAALE,MAAKC,EAAAH,EAAEI,oBAAAA,EAAmBD,IAAG,OAAA,OAAMA,EAAKE,EAAKC,EAAAN,EAAAO,CAAA,EAE5CT,OAAAA,EAAAU,cAACC,EAAOC,EAAA,CACNT,IAAAA,EACAC,MACEM,EAAAA,cAACG,EAAU,CAACC,QAAQ,QAAQC,UAAWT,EAAqBU,GAAI,CAAEC,WAAY,KAAA,CAAM,EACjFb,CACS,CACb,EACGG,CAAK,CACV,CAEL,CACF,EAEAR,EAAKmB,UAAY,CACfd,MAAOe,EAAUC,UAAU,CAACD,EAAUE,OAAQF,EAAUG,IAAI,CAAC,EAAEC,WAC/DjB,oBAAqBa,EAAUE,MACjC,EAEAtB,EAAKyB,YAAc"}