@nimbus-ds/styles 9.24.1 → 9.25.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 +12 -0
- package/dist/CHANGELOG.md +12 -0
- package/dist/index.css +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -4396,7 +4396,7 @@ export declare const thumbnail: {
|
|
|
4396
4396
|
};
|
|
4397
4397
|
export declare const textarea: {
|
|
4398
4398
|
classnames: {
|
|
4399
|
-
appearance: Record<"success" | "warning" | "danger" | "neutral", string>;
|
|
4399
|
+
appearance: Record<"success" | "warning" | "danger" | "neutral" | "ai-generative", string>;
|
|
4400
4400
|
};
|
|
4401
4401
|
};
|
|
4402
4402
|
export declare const progressBar: {
|