@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/CHANGELOG.md +6 -0
- package/dist/Accordion/index.js +1 -1
- package/dist/Alert/index.js +1 -1
- package/dist/CHANGELOG.md +6 -0
- package/dist/Chip/index.js +1 -1
- package/dist/FileUploader/index.js +1 -1
- package/dist/Input/index.js +1 -1
- package/dist/Modal/index.js +1 -1
- package/dist/MultiSelect/index.js +1 -1
- package/dist/Pagination/index.js +1 -1
- package/dist/Select/index.js +1 -1
- package/dist/Stepper/index.js +1 -1
- package/dist/Tag/index.d.ts +1 -1
- package/dist/Thumbnail/index.js +1 -1
- package/dist/Toast/index.js +1 -1
- package/dist/components-props.json +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
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;
|