@nimbus-ds/textarea 2.4.1 → 2.5.0-rc.1
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 +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -33,7 +33,7 @@ export interface TextareaProperties {
|
|
|
33
33
|
* Change the visual style of the textarea.
|
|
34
34
|
* @default neutral
|
|
35
35
|
*/
|
|
36
|
-
appearance?: "neutral" | "success" | "warning" | "danger" | "ai-generative";
|
|
36
|
+
appearance?: "neutral" | "success" | "warning" | "danger" | "ai-generative" | "transparent";
|
|
37
37
|
/**
|
|
38
38
|
* Number of lines to be rendered for the user to input text
|
|
39
39
|
* @default 2
|