@nimbus-ds/components 5.29.1-rc.1 → 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
@@ -2167,7 +2167,6 @@ declare const sidebar: {
2167
2167
  container__footer: string;
2168
2168
  position: Record<"left" | "right", string>;
2169
2169
  isVisible: string;
2170
- removeScrollElement: string;
2171
2170
  };
2172
2171
  };
2173
2172
  declare const propertiesTable: {
@@ -2903,6 +2902,11 @@ export interface TextareaProperties {
2903
2902
  * @default neutral
2904
2903
  */
2905
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;
2906
2910
  /**
2907
2911
  * Number of lines to be rendered for the user to input text
2908
2912
  * @default 2