@wcardinal/wcardinal-ui 0.166.0 → 0.167.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.166.0
2
+ Winter Cardinal UI v0.167.0
3
3
  Copyright (C) 2019 Toshiba Corporation
4
4
  SPDX-License-Identifier: Apache-2.0
5
5
 
@@ -878,13 +878,7 @@
878
878
  return 5;
879
879
  };
880
880
  DThemeWhiteDialog.prototype.getAlign = function (mode) {
881
- switch (mode) {
882
- case DDialogMode.MODAL:
883
- return DDialogAlign.OVER;
884
- case DDialogMode.MODELESS:
885
- case DDialogMode.MENU:
886
- return DDialogAlign.BOTTOM;
887
- }
881
+ return DDialogAlign.BOTTOM;
888
882
  };
889
883
  DThemeWhiteDialog.prototype.newAnimation = function (mode) {
890
884
  switch (mode) {