@nimbus-ds/styles 9.42.1 → 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 +7 -0
- package/dist/CHANGELOG.md +7 -0
- package/dist/index.css +1 -1
- package/dist/index.d.ts +2 -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: {
|