@mailstep/design-system 0.7.16-beta.11 → 0.7.16-beta.12

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mailstep/design-system",
3
- "version": "0.7.16-beta.11",
3
+ "version": "0.7.16-beta.12",
4
4
  "license": "ISC",
5
5
  "type": "module",
6
6
  "main": "./ui/index.js",
@@ -3,7 +3,7 @@ export declare const rowsPerPageOptions: {
3
3
  label: number;
4
4
  }[];
5
5
  export declare const gridButtonStripHeight = 75;
6
- export declare const gridHeadHeight = 91;
6
+ export declare const gridHeadHeight = 79;
7
7
  export declare const gridHeaderHeight: number;
8
8
  export declare const gridFooterHeight = 60;
9
9
  export declare const gridRowHeight = 40;
@@ -5,7 +5,7 @@ export var rowsPerPageOptions = [
5
5
  { value: 100, label: 100 }
6
6
  ];
7
7
  export var gridButtonStripHeight = 75;
8
- export var gridHeadHeight = 91;
8
+ export var gridHeadHeight = 79;
9
9
  export var gridHeaderHeight = gridButtonStripHeight + gridHeadHeight;
10
10
  export var gridFooterHeight = 60;
11
11
  export var gridRowHeight = 40;