@wcardinal/wcardinal-ui 0.376.3 → 0.378.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.376.3
2
+ Winter Cardinal UI v0.378.0
3
3
  Copyright (C) 2019 Toshiba Corporation
4
4
  SPDX-License-Identifier: Apache-2.0
5
5
 
@@ -9390,10 +9390,10 @@
9390
9390
  return 333;
9391
9391
  };
9392
9392
  DThemeWhiteView.prototype.getZoomMin = function () {
9393
- return 0.05;
9393
+ return 0.01;
9394
9394
  };
9395
9395
  DThemeWhiteView.prototype.getZoomMax = function () {
9396
- return 20;
9396
+ return 100;
9397
9397
  };
9398
9398
  DThemeWhiteView.prototype.getZoomKeepRatio = function () {
9399
9399
  return true;