@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/CHANGELOG.md +6 -0
- package/dist/CHANGELOG.md +6 -0
- package/dist/index.css +1 -1
- package/dist/index.d.ts +6 -0
- package/dist/index.js +1 -1
- package/dist/styles.css +1 -1
- package/package.json +2 -2
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;
|