@nimbus-ds/components 5.29.0 → 5.30.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
@@ -2902,6 +2902,11 @@ export interface TextareaProperties {
2902
2902
  * @default neutral
2903
2903
  */
2904
2904
  appearance?: "neutral" | "success" | "warning" | "danger" | "ai-generative" | "transparent";
2905
+ /**
2906
+ * Highlights the field to indicate its value was generated by AI.
2907
+ * Applies AI gradient border, white background and an AI focus ring.
2908
+ */
2909
+ aiGenerated?: boolean;
2905
2910
  /**
2906
2911
  * Number of lines to be rendered for the user to input text
2907
2912
  * @default 2