@wcardinal/wcardinal-ui 0.306.0 → 0.307.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.
@@ -1,5 +1,5 @@
1
1
  /*
2
- Winter Cardinal UI v0.306.0
2
+ Winter Cardinal UI v0.307.0
3
3
  Copyright (C) 2019 Toshiba Corporation
4
4
  SPDX-License-Identifier: Apache-2.0
5
5
 
@@ -7639,7 +7639,7 @@
7639
7639
  return null;
7640
7640
  };
7641
7641
  DThemeWhiteTableBody.prototype.getRowHeight = function () {
7642
- return 40;
7642
+ return 35;
7643
7643
  };
7644
7644
  DThemeWhiteTableBody.prototype.getInteractive = function () {
7645
7645
  return DBaseInteractive.BOTH;
@@ -8778,7 +8778,7 @@
8778
8778
  return "100%";
8779
8779
  };
8780
8780
  DThemeWhiteTableHeader.prototype.getHeight = function () {
8781
- return 40;
8781
+ return 35;
8782
8782
  };
8783
8783
  return DThemeWhiteTableHeader;
8784
8784
  }(DThemeWhiteTableRow));