@nimbus-ds/styles 9.19.0-rc.4 → 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
@@ -2930,7 +2930,7 @@ export declare const checkbox: {
2930
2930
  };
2931
2931
  export declare const chip: {
2932
2932
  classnames: {
2933
- appearance: Record<"neutral", string>;
2933
+ base: string;
2934
2934
  chip_close_icon_container: string;
2935
2935
  };
2936
2936
  };
@@ -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;