@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.
- package/dist/kdesign-complete.less +3 -0
- package/dist/kdesign.css +5 -1
- package/dist/kdesign.css.map +1 -1
- package/dist/kdesign.js +1 -1
- package/dist/kdesign.min.css +2 -2
- package/dist/kdesign.min.js +1 -1
- package/es/icon/style/index.css +4 -0
- package/es/icon/style/index.less +3 -0
- package/lib/icon/style/index.css +4 -0
- package/lib/icon/style/index.less +3 -0
- package/package.json +1 -1
package/dist/kdesign.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
*
|
|
3
|
-
* @kdcloudjs/kdesign v1.8.39-stable.
|
|
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 */
|