@florid-kit/components 0.10.34 → 0.10.36

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4,7 +4,8 @@ type BadgeVariant = "cart" | "filter";
4
4
  export declare const badgeVariantValues: readonly ["cart", "filter"];
5
5
  export declare class OccitaneBadge extends LitElement {
6
6
  variant: BadgeVariant;
7
- text: string;
7
+ text: number;
8
+ srlabel: string;
8
9
  static styles: import('lit').CSSResult;
9
10
  protected render(): import('lit').TemplateResult<1>;
10
11
  }