import { badge_styles_default } from "./chunk.IJRTLEWO.js"; import { e } from "./chunk.UZVKBFXH.js"; import { ShoelaceElement, n } from "./chunk.SEXBCYCU.js"; import { x } from "./chunk.CXZZ2LVK.js"; import { __decorateClass } from "./chunk.KIILAQWQ.js"; // src/components/badge/badge.component.ts var SlBadge = class extends ShoelaceElement { constructor() { super(...arguments); this.variant = "primary"; this.pill = false; this.pulse = false; } render() { return x` `; } }; SlBadge.styles = badge_styles_default; __decorateClass([ n({ reflect: true }) ], SlBadge.prototype, "variant", 2); __decorateClass([ n({ type: Boolean, reflect: true }) ], SlBadge.prototype, "pill", 2); __decorateClass([ n({ type: Boolean, reflect: true }) ], SlBadge.prototype, "pulse", 2); export { SlBadge };