@nimbus-ds/styles 9.53.0 → 9.54.0-rc.1
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/dist/index.css +1 -1
- package/dist/index.d.ts +5 -0
- package/dist/index.js +1 -1
- package/dist/styles.css +1 -1
- package/dist/themes/dark/index.js +1 -1
- package/dist/themes/next/index.js +1 -1
- package/dist/themes/next-dark/index.js +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -5414,6 +5414,8 @@ export declare const table: {
|
|
|
5414
5414
|
};
|
|
5415
5415
|
classnames: {
|
|
5416
5416
|
container__wrapper: string;
|
|
5417
|
+
container__outer: string;
|
|
5418
|
+
container__wrapper_hidden_scrollbar: string;
|
|
5417
5419
|
container: string;
|
|
5418
5420
|
container__head: string;
|
|
5419
5421
|
container__body: string;
|
|
@@ -5422,6 +5424,9 @@ export declare const table: {
|
|
|
5422
5424
|
container__cell_fixed: string;
|
|
5423
5425
|
container__cell_fixed_left: string;
|
|
5424
5426
|
container__cell_fixed_right: string;
|
|
5427
|
+
sticky_scrollbar_footer: string;
|
|
5428
|
+
sticky_scrollbar_track: string;
|
|
5429
|
+
sticky_scrollbar_inner: string;
|
|
5425
5430
|
};
|
|
5426
5431
|
};
|
|
5427
5432
|
export declare const segmentedControl: {
|