@nimbus-ds/styles 9.11.5-rc.5 → 9.11.5
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/index.css +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/styles.css +1 -1
- package/dist/themes/dark.js +1 -1
- package/dist/themes/next-dark.js +1 -1
- package/dist/themes/next.js +1 -1
- package/package.json +2 -3
package/dist/index.d.ts
CHANGED
|
@@ -2893,6 +2893,7 @@ export declare const checkbox: {
|
|
|
2893
2893
|
export declare const chip: {
|
|
2894
2894
|
classnames: {
|
|
2895
2895
|
base: string;
|
|
2896
|
+
chip_close_icon_container: string;
|
|
2896
2897
|
};
|
|
2897
2898
|
};
|
|
2898
2899
|
export declare const fileUploader: {
|
|
@@ -4787,7 +4788,6 @@ export declare const sidebar: {
|
|
|
4787
4788
|
container__footer: string;
|
|
4788
4789
|
position: Record<"left" | "right", string>;
|
|
4789
4790
|
isVisible: string;
|
|
4790
|
-
container_scrollable: string;
|
|
4791
4791
|
};
|
|
4792
4792
|
};
|
|
4793
4793
|
export declare const tabs: {
|