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