@nimbus-ds/styles 9.29.0 → 9.31.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 +5 -2
- package/dist/index.js +1 -1
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -4299,7 +4299,8 @@ export declare const select: {
|
|
|
4299
4299
|
classnames: {
|
|
4300
4300
|
container: string;
|
|
4301
4301
|
container__icon: string;
|
|
4302
|
-
appearance: Record<"success" | "warning" | "danger" | "neutral", string>;
|
|
4302
|
+
appearance: Record<"success" | "warning" | "danger" | "neutral" | "ai-generative", string>;
|
|
4303
|
+
aiGenerated: string;
|
|
4303
4304
|
};
|
|
4304
4305
|
};
|
|
4305
4306
|
export declare const skeleton: {
|
|
@@ -4445,7 +4446,9 @@ export declare const thumbnail: {
|
|
|
4445
4446
|
};
|
|
4446
4447
|
export declare const textarea: {
|
|
4447
4448
|
classnames: {
|
|
4448
|
-
appearance: Record<"success" | "warning" | "danger" | "neutral" | "ai-generative", string>;
|
|
4449
|
+
appearance: Record<"success" | "warning" | "danger" | "neutral" | "transparent" | "ai-generative", string>;
|
|
4450
|
+
fieldSizing: string;
|
|
4451
|
+
resize: Record<"disabled" | "enabled", string>;
|
|
4449
4452
|
};
|
|
4450
4453
|
};
|
|
4451
4454
|
export declare const progressBar: {
|