@wcardinal/wcardinal-ui 0.381.0 → 0.382.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.381.0
2
+ Winter Cardinal UI v0.382.0
3
3
  Copyright (C) 2019 Toshiba Corporation
4
4
  SPDX-License-Identifier: Apache-2.0
5
5
 
@@ -46722,7 +46722,7 @@ var DThemeWhiteFont = /** @class */ (function () {
46722
46722
  function DThemeWhiteFont() {
46723
46723
  }
46724
46724
  DThemeWhiteFont.prototype.getFontFamilly = function () {
46725
- return "ProximaNova,-apple-system,Meiryo,BlinkMacSystemFont,\"Segoe UI\",Roboto,\"Helvetica Neue\",Arial,sans-serif";
46725
+ return "\"Helvetica Neue\",Arial,\"Hiragino Sans\",\"Hiragino Kaku Gothic ProN\",\"BIZ UDPGothic\",Meiryo,sans-serif";
46726
46726
  };
46727
46727
  DThemeWhiteFont.prototype.getFontSize = function () {
46728
46728
  return 14;
@@ -56622,7 +56622,7 @@ var DThemeDarkFont = /** @class */ (function () {
56622
56622
  function DThemeDarkFont() {
56623
56623
  }
56624
56624
  DThemeDarkFont.prototype.getFontFamilly = function () {
56625
- return "ProximaNova,-apple-system,Meiryo,BlinkMacSystemFont,\"Segoe UI\",Roboto,\"Helvetica Neue\",Arial,sans-serif";
56625
+ return "\"Helvetica Neue\",Arial,\"Hiragino Sans\",\"Hiragino Kaku Gothic ProN\",\"BIZ UDPGothic\",Meiryo,sans-serif";
56626
56626
  };
56627
56627
  DThemeDarkFont.prototype.getFontSize = function () {
56628
56628
  return 14;
@@ -59112,16 +59112,16 @@ var DThemeDarkCanvasContainer = /** @class */ (function (_super) {
59112
59112
  return null;
59113
59113
  };
59114
59114
  DThemeDarkCanvasContainer.prototype.getPaddingLeft = function () {
59115
- return 50;
59115
+ return 32;
59116
59116
  };
59117
59117
  DThemeDarkCanvasContainer.prototype.getPaddingTop = function () {
59118
- return 50;
59118
+ return 32;
59119
59119
  };
59120
59120
  DThemeDarkCanvasContainer.prototype.getPaddingRight = function () {
59121
- return 50;
59121
+ return 32;
59122
59122
  };
59123
59123
  DThemeDarkCanvasContainer.prototype.getPaddingBottom = function () {
59124
- return 50;
59124
+ return 32;
59125
59125
  };
59126
59126
  DThemeDarkCanvasContainer.prototype.isOverflowMaskEnabled = function () {
59127
59127
  return false;
@@ -1,5 +1,5 @@
1
1
  /*
2
- Winter Cardinal UI v0.381.0
2
+ Winter Cardinal UI v0.382.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.381.0
2
+ Winter Cardinal UI v0.382.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.381.0",
3
+ "version": "0.382.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",