@nimbus-ds/styles 9.32.0 → 9.33.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 +8 -2
- package/dist/CHANGELOG.md +8 -2
- package/dist/index.css +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -1
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -4462,6 +4462,7 @@ export declare const textarea: {
|
|
|
4462
4462
|
appearance: Record<"success" | "warning" | "danger" | "neutral" | "transparent" | "ai-generative", string>;
|
|
4463
4463
|
fieldSizing: string;
|
|
4464
4464
|
resize: Record<"disabled" | "enabled", string>;
|
|
4465
|
+
aiGenerated: string;
|
|
4465
4466
|
};
|
|
4466
4467
|
};
|
|
4467
4468
|
export declare const progressBar: {
|