@wcardinal/wcardinal-ui 0.307.0 → 0.308.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.307.0
2
+ Winter Cardinal UI v0.308.0
3
3
  Copyright (C) 2019 Toshiba Corporation
4
4
  SPDX-License-Identifier: Apache-2.0
5
5
 
@@ -48548,7 +48548,7 @@ var DThemeWhiteListItems = /** @class */ (function () {
48548
48548
  }
48549
48549
  };
48550
48550
  DThemeWhiteListItems.prototype.getHeight = function () {
48551
- return 40;
48551
+ return 30;
48552
48552
  };
48553
48553
  DThemeWhiteListItems.prototype.getCornerMask = function () {
48554
48554
  return DCornerMask.ALL;
@@ -53717,7 +53717,7 @@ var DThemeWhiteTableBody = /** @class */ (function (_super) {
53717
53717
  return null;
53718
53718
  };
53719
53719
  DThemeWhiteTableBody.prototype.getRowHeight = function () {
53720
- return 35;
53720
+ return 30;
53721
53721
  };
53722
53722
  DThemeWhiteTableBody.prototype.getInteractive = function () {
53723
53723
  return DBaseInteractive.BOTH;
@@ -54908,7 +54908,7 @@ var DThemeWhiteTableHeader = /** @class */ (function (_super) {
54908
54908
  return "100%";
54909
54909
  };
54910
54910
  DThemeWhiteTableHeader.prototype.getHeight = function () {
54911
- return 35;
54911
+ return 30;
54912
54912
  };
54913
54913
  return DThemeWhiteTableHeader;
54914
54914
  }(DThemeWhiteTableRow));
@@ -57733,7 +57733,7 @@ var DThemeDarkListItems = /** @class */ (function () {
57733
57733
  }
57734
57734
  };
57735
57735
  DThemeDarkListItems.prototype.getHeight = function () {
57736
- return 40;
57736
+ return 30;
57737
57737
  };
57738
57738
  DThemeDarkListItems.prototype.getCornerMask = function () {
57739
57739
  return DCornerMask.ALL;
@@ -62887,7 +62887,7 @@ var DThemeDarkTableBody = /** @class */ (function (_super) {
62887
62887
  return null;
62888
62888
  };
62889
62889
  DThemeDarkTableBody.prototype.getRowHeight = function () {
62890
- return 35;
62890
+ return 30;
62891
62891
  };
62892
62892
  DThemeDarkTableBody.prototype.getInteractive = function () {
62893
62893
  return DBaseInteractive.BOTH;
@@ -64021,7 +64021,7 @@ var DThemeDarkTableHeader = /** @class */ (function (_super) {
64021
64021
  return "100%";
64022
64022
  };
64023
64023
  DThemeDarkTableHeader.prototype.getHeight = function () {
64024
- return 35;
64024
+ return 30;
64025
64025
  };
64026
64026
  return DThemeDarkTableHeader;
64027
64027
  }(DThemeDarkTableRow));
@@ -1,5 +1,5 @@
1
1
  /*
2
- Winter Cardinal UI v0.307.0
2
+ Winter Cardinal UI v0.308.0
3
3
  Copyright (C) 2019 Toshiba Corporation
4
4
  SPDX-License-Identifier: Apache-2.0
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- Winter Cardinal UI v0.307.0
2
+ Winter Cardinal UI v0.308.0
3
3
  Copyright (C) 2019 Toshiba Corporation
4
4
  SPDX-License-Identifier: Apache-2.0
5
5
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wcardinal/wcardinal-ui",
3
- "version": "0.307.0",
3
+ "version": "0.308.0",
4
4
  "license": "Apache-2.0",
5
5
  "description": "A WebGL-based UI library",
6
6
  "homepage": "https://github.com/winter-cardinal/winter-cardinal-ui",