@nimbus-ds/styles 9.42.0 → 9.43.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 +18 -0
- package/dist/CHANGELOG.md +18 -0
- package/dist/index.css +1 -1
- package/dist/index.d.ts +3 -0
- package/dist/index.js +1 -1
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -2984,11 +2984,13 @@ export declare const checkbox: {
|
|
|
2984
2984
|
cursor: Cursor[];
|
|
2985
2985
|
};
|
|
2986
2986
|
classnames: {
|
|
2987
|
+
aiGenerated: string;
|
|
2987
2988
|
container: string;
|
|
2988
2989
|
container__input: string;
|
|
2989
2990
|
container__checkmark: string;
|
|
2990
2991
|
container__checkmark_checkicon: string;
|
|
2991
2992
|
container__checkmark_checkindeterminate: string;
|
|
2993
|
+
container__checkmark_aiGenerated: string;
|
|
2992
2994
|
};
|
|
2993
2995
|
};
|
|
2994
2996
|
export declare const chip: {
|
|
@@ -5310,6 +5312,7 @@ export declare const scrollPane: {
|
|
|
5310
5312
|
gradientVariants: Record<"horizontal-left" | "horizontal-right" | "vertical-top" | "vertical-bottom", string>;
|
|
5311
5313
|
arrow: string;
|
|
5312
5314
|
arrowVariants: Record<"horizontal-left" | "horizontal-right" | "vertical-top" | "vertical-bottom", string>;
|
|
5315
|
+
item: string;
|
|
5313
5316
|
};
|
|
5314
5317
|
};
|
|
5315
5318
|
export declare const splitButton: {
|