@kdcloudjs/kdesign 1.8.39-stable.2 → 1.8.39-stable.3

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.
@@ -7045,6 +7045,9 @@
7045
7045
  &.icon-spin::before {
7046
7046
  animation: rtlloadingcircle 2s infinite linear;
7047
7047
  }
7048
+ &.@{icon-prefix-cls}-tips {
7049
+ transform: scaleX(-1);
7050
+ }
7048
7051
  }
7049
7052
 
7050
7053
  /*! rtl:begin:ignore */
package/dist/kdesign.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @kdcloudjs/kdesign v1.8.39-stable.1
3
+ * @kdcloudjs/kdesign v1.8.39-stable.2
4
4
  *
5
5
  * Copyright 2020-present, Kingdee, Inc.
6
6
  * All rights reserved.
@@ -11436,6 +11436,10 @@ template {
11436
11436
  -webkit-animation: rtlloadingcircle 2s infinite linear;
11437
11437
  animation: rtlloadingcircle 2s infinite linear;
11438
11438
  }
11439
+ .kd-icon-rtl.kdicon-tips {
11440
+ -webkit-transform: scaleX(-1);
11441
+ transform: scaleX(-1);
11442
+ }
11439
11443
 
11440
11444
  /* ----------- color ——————---- start */
11441
11445
  /* ----------- color ——————---- end */