@nimbus-ds/components 5.24.0 → 5.25.0

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.
@@ -43,7 +43,7 @@ export interface TagProperties {
43
43
  * Change the visual style of the tag.
44
44
  * @default neutral
45
45
  */
46
- appearance?: "primary" | "success" | "warning" | "danger" | "neutral";
46
+ appearance?: "primary" | "success" | "warning" | "danger" | "neutral" | "ai-generative";
47
47
  }
48
48
  export type TagProps = TagProperties & HTMLAttributes<HTMLDivElement>;
49
49
  export declare const Tag: React.FC<TagProps> & TagComponents;