@nimbus-ds/styles 9.48.0 → 9.49.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/CHANGELOG.md +6 -0
- package/dist/CHANGELOG.md +6 -0
- 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
|
@@ -5376,10 +5376,14 @@ export declare const table: {
|
|
|
5376
5376
|
classnames: {
|
|
5377
5377
|
container__wrapper: string;
|
|
5378
5378
|
container: string;
|
|
5379
|
+
container__grid: string;
|
|
5379
5380
|
container__head: string;
|
|
5380
5381
|
container__body: string;
|
|
5381
5382
|
container__row: string;
|
|
5382
5383
|
container__cell: string;
|
|
5384
|
+
container__cell_fixed: string;
|
|
5385
|
+
container__cell_fixed_left: string;
|
|
5386
|
+
container__cell_fixed_right: string;
|
|
5383
5387
|
};
|
|
5384
5388
|
};
|
|
5385
5389
|
export declare const segmentedControl: {
|