@kdcloudjs/kdesign 1.8.24 → 1.8.26

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.
@@ -3417,6 +3417,9 @@
3417
3417
 
3418
3418
  &.bottomLeft.hidden,
3419
3419
  &.bottomRight.hidden {
3420
+ opacity: 0;
3421
+ visibility: hidden;
3422
+ transition: all calc(0.3s - 0.1s) cubic-bezier(0.4, 0, 0.6, 1);
3420
3423
  animation-name: kdSlideUpOut;
3421
3424
  }
3422
3425
 
package/dist/kdesign.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @kdcloudjs/kdesign v1.8.24
3
+ * @kdcloudjs/kdesign v1.8.26
4
4
  *
5
5
  * Copyright 2020-present, Kingdee, Inc.
6
6
  * All rights reserved.
@@ -7025,6 +7025,10 @@ template {
7025
7025
  }
7026
7026
  .kd-color-picker-pop.bottomLeft.hidden,
7027
7027
  .kd-color-picker-pop.bottomRight.hidden {
7028
+ opacity: 0;
7029
+ visibility: hidden;
7030
+ -webkit-transition: all calc(0.3s - 0.1s) cubic-bezier(0.4, 0, 0.6, 1);
7031
+ transition: all calc(0.3s - 0.1s) cubic-bezier(0.4, 0, 0.6, 1);
7028
7032
  -webkit-animation-name: kdSlideUpOut;
7029
7033
  animation-name: kdSlideUpOut;
7030
7034
  }