@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.
package/dist/index.d.ts CHANGED
@@ -2845,7 +2845,7 @@ export interface TagProperties {
2845
2845
  * Change the visual style of the tag.
2846
2846
  * @default neutral
2847
2847
  */
2848
- appearance?: "primary" | "success" | "warning" | "danger" | "neutral";
2848
+ appearance?: "primary" | "success" | "warning" | "danger" | "neutral" | "ai-generative";
2849
2849
  }
2850
2850
  export type TagProps = TagProperties & HTMLAttributes<HTMLDivElement>;
2851
2851
  export declare const Tag: React.FC<TagProps> & TagComponents;