@nimbus-ds/styles 9.46.0-rc.4 → 9.46.0-rc.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/dist/index.css +1 -1
- package/dist/index.d.ts +4 -0
- package/dist/index.js +1 -1
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -5341,11 +5341,15 @@ export declare const table: {
|
|
|
5341
5341
|
};
|
|
5342
5342
|
};
|
|
5343
5343
|
classnames: {
|
|
5344
|
+
container__wrapper: string;
|
|
5344
5345
|
container: string;
|
|
5345
5346
|
container__head: string;
|
|
5346
5347
|
container__body: string;
|
|
5347
5348
|
container__row: string;
|
|
5348
5349
|
container__cell: string;
|
|
5350
|
+
container__cell_fixed: string;
|
|
5351
|
+
container__cell_fixed_left: string;
|
|
5352
|
+
container__cell_fixed_right: string;
|
|
5349
5353
|
};
|
|
5350
5354
|
};
|
|
5351
5355
|
export declare const segmentedControl: {
|