@nimbus-ds/styles 9.32.0 → 9.34.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 +14 -2
- package/dist/CHANGELOG.md +14 -2
- package/dist/index.css +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.js +1 -1
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -2945,6 +2945,7 @@ export declare const box: {
|
|
|
2945
2945
|
export declare const button: {
|
|
2946
2946
|
classnames: {
|
|
2947
2947
|
fullWidth: string;
|
|
2948
|
+
size: Record<"medium" | "small", string>;
|
|
2948
2949
|
appearance: Record<"primary" | "danger" | "neutral" | "transparent" | "ai-primary" | "ai-secondary", string>;
|
|
2949
2950
|
};
|
|
2950
2951
|
};
|
|
@@ -4462,6 +4463,7 @@ export declare const textarea: {
|
|
|
4462
4463
|
appearance: Record<"success" | "warning" | "danger" | "neutral" | "transparent" | "ai-generative", string>;
|
|
4463
4464
|
fieldSizing: string;
|
|
4464
4465
|
resize: Record<"disabled" | "enabled", string>;
|
|
4466
|
+
aiGenerated: string;
|
|
4465
4467
|
};
|
|
4466
4468
|
};
|
|
4467
4469
|
export declare const progressBar: {
|