@wallarm-org/design-system 0.4.1-rc-fix-table-width.7 → 0.4.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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export declare const TABLE_SKELETON_ROWS = 12;
|
|
2
|
-
export declare const TABLE_VIRTUALIZATION_OVERSCAN =
|
|
2
|
+
export declare const TABLE_VIRTUALIZATION_OVERSCAN = 6;
|
|
3
3
|
export declare const TABLE_MIN_COLUMN_WIDTH = 96;
|
|
4
4
|
export declare const TABLE_SELECT_COLUMN_ID = "_selection";
|
|
5
5
|
export declare const TABLE_SELECT_COLUMN_WIDTH = 33;
|
package/package.json
CHANGED