@nimbus-ds/styles 9.19.0 → 9.21.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 +7 -0
- package/dist/index.js +1 -1
- package/dist/styles.css +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -2902,6 +2902,7 @@ export declare const box: {
|
|
|
2902
2902
|
};
|
|
2903
2903
|
export declare const button: {
|
|
2904
2904
|
classnames: {
|
|
2905
|
+
fullWidth: string;
|
|
2905
2906
|
appearance: Record<"primary" | "danger" | "neutral" | "transparent", string>;
|
|
2906
2907
|
};
|
|
2907
2908
|
};
|
|
@@ -4396,6 +4397,12 @@ export declare const textarea: {
|
|
|
4396
4397
|
appearance: Record<"success" | "warning" | "danger" | "neutral", string>;
|
|
4397
4398
|
};
|
|
4398
4399
|
};
|
|
4400
|
+
export declare const progressBar: {
|
|
4401
|
+
classnames: {
|
|
4402
|
+
container: string;
|
|
4403
|
+
appearance: Record<"primary" | "success" | "warning" | "danger" | "neutral" | "ai-generative", string>;
|
|
4404
|
+
};
|
|
4405
|
+
};
|
|
4399
4406
|
export declare const accordion: {
|
|
4400
4407
|
sprinkle: ((props: {
|
|
4401
4408
|
borderTop?: "base" | "none" | undefined;
|