{"version":3,"file":"UdpChip.mjs","names":["React","UdpChip","UdpFluentChipWebComponent","JSX","UdpChipProps","Partial","children","ReactNode","FC","props","$","_c","t0"],"sources":["../../../src/UI/fluent-web-components/UdpChip.tsx"],"sourcesContent":["import React from 'react';\nimport { UdpChip as UdpFluentChipWebComponent } from '@univerus/udp-react-stencil-component-library';\nimport { type JSX } from '@univerus/udp-react-stencil-component-library';\n\ninterface UdpChipProps extends Partial<JSX.UdpChip> {\n  children?: React.ReactNode;\n}\n\n/**\n * @deprecated This component is deprecated and will be removed in a future version.\n * Use `UdpBadge` instead.\n */\nexport const UdpChip: React.FC<UdpChipProps> = (props) => {\n  return <UdpFluentChipWebComponent {...props} />;\n};\n"],"mappings":";;;;;;;;AAYA,MAAaC,aAAkCQ,UAAA;CAAA,MAAAC,IAAAC,EAAA,EAAA;CAAA,IAAAC;AAAA,KAAAF,EAAA,OAAAD,OAAA;AACtCG,OAAA,sBAAA,cAAC,SAA8BH,MAAS;AAAAC,IAAA,KAAAD;AAAAC,IAAA,KAAAE;OAAAA,MAAAF,EAAA;AAAA,QAAxCE"}