@nimbus-ds/styles 9.48.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 +6 -0
- package/dist/CHANGELOG.md +6 -0
- package/dist/index.css +1 -1
- package/dist/index.d.ts +3 -0
- package/dist/index.js +1 -1
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -5380,6 +5380,9 @@ export declare const table: {
|
|
|
5380
5380
|
container__body: string;
|
|
5381
5381
|
container__row: string;
|
|
5382
5382
|
container__cell: string;
|
|
5383
|
+
container__cell_fixed: string;
|
|
5384
|
+
container__cell_fixed_left: string;
|
|
5385
|
+
container__cell_fixed_right: string;
|
|
5383
5386
|
};
|
|
5384
5387
|
};
|
|
5385
5388
|
export declare const segmentedControl: {
|