import clsx from 'clsx'; import { CstClass, IConstituenta } from '@/models/rsform'; import { colorFgCstStatus, IColorTheme } from '@/styling/color'; import { CProps } from '../props'; import TooltipConstituenta from './TooltipConstituenta'; interface BadgeConstituentaProps extends CProps.Styling { prefixID?: string; value: IConstituenta; theme: IColorTheme; } function BadgeConstituenta({ value, prefixID, className, style, theme }: BadgeConstituentaProps) { return (