@nimbus-ds/components 5.21.3 → 5.22.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
@@ -2864,7 +2864,7 @@ export interface TextareaProperties {
2864
2864
  * Change the visual style of the textarea.
2865
2865
  * @default neutral
2866
2866
  */
2867
- appearance?: "neutral" | "success" | "warning" | "danger";
2867
+ appearance?: "neutral" | "success" | "warning" | "danger" | "ai-generative";
2868
2868
  /**
2869
2869
  * Number of lines to be rendered for the user to input text
2870
2870
  * @default 2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nimbus-ds/components",
3
- "version": "5.21.3",
3
+ "version": "5.22.0",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "files": [