{"version":3,"file":"index37.cjs","sources":["../src/components/badge/BadgeNotification/index.tsx"],"sourcesContent":["import { FunctionComponent } from \"react\";\nimport Badge from \"../../badge/BadgeDefault\";\n\nexport type BadgeNotificationType = {\n  className?: string;\n  label?: string;\n  showLabel?: boolean;\n\n  /** Variant props */\n  size?: \"sm\" | \"md\" | \"lg\";\n};\n\nexport const BadgeNotification: FunctionComponent<BadgeNotificationType> = ({\n  className = \"\",\n  size = \"sm\",\n  label = \"1\",\n  showLabel = true,\n}) => {\n  return (\n    <Badge\n      className={className}\n      size={size}\n      label={label}\n      showLabel={showLabel}\n      style=\"notification\"\n    />\n  );\n};\n\nBadgeNotification.displayName = \"BadgeNotification\";\nexport default BadgeNotification;\n"],"names":["jsx","Badge"],"mappings":";;;;AAYO,MAAM,oBAA8D,CAAC;AAAA,EAC1E,YAAY;AAAA,EACZ,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,YAAY;AACd,MAAM;AAEF,SAAAA,2BAAA;AAAA,IAACC;AAAAA,IAAA;AAAA,MACC;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA,OAAM;AAAA,IAAA;AAAA,EACR;AAEJ;AAEA,kBAAkB,cAAc;;;"}