{"version":3,"file":"Pill.cjs","names":[],"sources":["../../../src/components/ActivityMarker/Pill.tsx"],"sourcesContent":["/*\n * Copyright 2025 New Vector Ltd\n *\n * SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial\n * Please see LICENSE files in the repository root for full details.\n */\n\nimport React, { type HTMLProps, type JSX } from \"react\";\nimport styles from \"./Pill.module.css\";\n\nexport function Pill({\n  children,\n  ...props\n}: HTMLProps<HTMLSpanElement>): JSX.Element {\n  return (\n    <span {...props} className={styles.pill}>\n      {children}\n    </span>\n  );\n}\n"],"mappings":";;;;;;AAUA,SAAgB,KAAK,EACnB,UACA,GAAG,SACuC;AAC1C,QACE,iBAAA,GAAA,kBAAA,KAAC,QAAD;EAAM,GAAI;EAAO,WAAW,oBAAA,QAAO;EAChC;EACI,CAAA"}