@kdcloudjs/kdesign 1.8.39-stable.1 → 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.
@@ -112,3 +112,7 @@
112
112
  -webkit-animation: rtlloadingcircle 2s infinite linear;
113
113
  animation: rtlloadingcircle 2s infinite linear;
114
114
  }
115
+ .kd-icon-rtl.kdicon-tips {
116
+ -webkit-transform: scaleX(-1);
117
+ transform: scaleX(-1);
118
+ }
@@ -17,4 +17,7 @@
17
17
  &.icon-spin::before {
18
18
  animation: rtlloadingcircle 2s infinite linear;
19
19
  }
20
+ &.@{icon-prefix-cls}-tips {
21
+ transform: scaleX(-1);
22
+ }
20
23
  }
@@ -112,3 +112,7 @@
112
112
  -webkit-animation: rtlloadingcircle 2s infinite linear;
113
113
  animation: rtlloadingcircle 2s infinite linear;
114
114
  }
115
+ .kd-icon-rtl.kdicon-tips {
116
+ -webkit-transform: scaleX(-1);
117
+ transform: scaleX(-1);
118
+ }
@@ -17,4 +17,7 @@
17
17
  &.icon-spin::before {
18
18
  animation: rtlloadingcircle 2s infinite linear;
19
19
  }
20
+ &.@{icon-prefix-cls}-tips {
21
+ transform: scaleX(-1);
22
+ }
20
23
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kdcloudjs/kdesign",
3
- "version": "1.8.39-stable.1",
3
+ "version": "1.8.39-stable.3",
4
4
  "description": "KDesign 金蝶前端react 组件库",
5
5
  "title": "kdesign",
6
6
  "keywords": [
@@ -78,7 +78,7 @@
78
78
  "@babel/runtime-corejs3": "^7.11.2",
79
79
  "@babel/standalone": "^7.14.3",
80
80
  "@kdcloudjs/kdesign-icons": "^1.0.5",
81
- "@kdcloudjs/table": "1.2.2-canary.3",
81
+ "@kdcloudjs/table": "1.2.2-canary.12",
82
82
  "@popperjs/core": "^2.11.8",
83
83
  "@types/js-cookie": "^3.0.3",
84
84
  "async-validator": "^3.5.1",