@nimbus-ds/styles 9.19.0 → 9.20.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/dist/index.d.ts CHANGED
@@ -4396,6 +4396,12 @@ export declare const textarea: {
4396
4396
  appearance: Record<"success" | "warning" | "danger" | "neutral", string>;
4397
4397
  };
4398
4398
  };
4399
+ export declare const progressBar: {
4400
+ classnames: {
4401
+ container: string;
4402
+ appearance: Record<"primary" | "success" | "warning" | "danger" | "neutral" | "ai-generative", string>;
4403
+ };
4404
+ };
4399
4405
  export declare const accordion: {
4400
4406
  sprinkle: ((props: {
4401
4407
  borderTop?: "base" | "none" | undefined;