@kdcloudjs/kdesign 1.2.0 → 1.2.1

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.
Files changed (56) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/dist/kdesign-complete.less +476 -464
  3. package/dist/kdesign.css +135 -209
  4. package/dist/kdesign.css.map +1 -1
  5. package/dist/kdesign.js +234 -215
  6. package/dist/kdesign.js.map +1 -1
  7. package/dist/kdesign.min.css +3 -3
  8. package/dist/kdesign.min.js +8 -8
  9. package/dist/kdesign.min.js.map +1 -1
  10. package/es/_utils/usePopper.js +33 -11
  11. package/es/collapse/panel.d.ts +1 -0
  12. package/es/collapse/panel.js +17 -5
  13. package/es/collapse/style/index.css +32 -6
  14. package/es/collapse/style/index.less +24 -1
  15. package/es/collapse/style/token.less +12 -10
  16. package/es/drawer/drawer.d.ts +1 -0
  17. package/es/drawer/drawer.js +56 -21
  18. package/es/radio/radio.js +3 -1
  19. package/es/radio/style/index.css +46 -18
  20. package/es/radio/style/index.less +27 -1
  21. package/es/radio/style/token.less +4 -4
  22. package/es/select/option.js +1 -1
  23. package/es/select/style/index.css +14 -5
  24. package/es/select/style/index.less +374 -368
  25. package/es/select/style/token.less +2 -2
  26. package/es/steps/style/index.css +40 -32
  27. package/es/steps/style/index.less +23 -33
  28. package/es/steps/style/token.less +6 -9
  29. package/es/tag/style/index.css +2 -147
  30. package/es/tag/style/index.less +4 -24
  31. package/es/tag/style/mixin.less +0 -13
  32. package/es/tag/style/token.less +1 -1
  33. package/lib/_utils/usePopper.js +34 -11
  34. package/lib/collapse/panel.d.ts +1 -0
  35. package/lib/collapse/panel.js +17 -5
  36. package/lib/collapse/style/index.css +32 -6
  37. package/lib/collapse/style/index.less +24 -1
  38. package/lib/collapse/style/token.less +12 -10
  39. package/lib/drawer/drawer.d.ts +1 -0
  40. package/lib/drawer/drawer.js +61 -27
  41. package/lib/radio/radio.js +3 -1
  42. package/lib/radio/style/index.css +46 -18
  43. package/lib/radio/style/index.less +27 -1
  44. package/lib/radio/style/token.less +4 -4
  45. package/lib/select/option.js +1 -1
  46. package/lib/select/style/index.css +14 -5
  47. package/lib/select/style/index.less +374 -368
  48. package/lib/select/style/token.less +2 -2
  49. package/lib/steps/style/index.css +40 -32
  50. package/lib/steps/style/index.less +23 -33
  51. package/lib/steps/style/token.less +6 -9
  52. package/lib/tag/style/index.css +2 -147
  53. package/lib/tag/style/index.less +4 -24
  54. package/lib/tag/style/mixin.less +0 -13
  55. package/lib/tag/style/token.less +1 -1
  56. package/package.json +1 -1
@@ -6,7 +6,7 @@
6
6
  // color
7
7
  @select-dropdown-bg: var(~'@{select-custom-prefix}-dropdown-color-background', @color-background);
8
8
  @select-disabled-option-bg: var(~'@{select-custom-prefix}-item-color-background-disabled', @color-background-contain-disabled);
9
- @select-item-active-bg: var(~'@{select-custom-prefix}-color-background', @color-hover);
9
+ @select-item-active-bg: var(~'@{select-custom-prefix}-color-background', #f5f5f5);
10
10
  @select-item-selected-bg: var(~'@{select-custom-prefix}-color-background-selected', @color-theme-3);
11
11
  @select-g-color-border: var(~'@{select-custom-prefix}-color-border', @color-input);
12
12
  @select-g-color-border-foucs: var(~'@{select-custom-prefix}-color-border-foucs', @color-theme);
@@ -15,7 +15,7 @@
15
15
  @select-placeholder-color: var(~'@{select-custom-prefix}-placeholder-color-text', @color-text-third);
16
16
  @select-item-selected-color: var(~'@{select-custom-prefix}-item-color-text-selected', @color-theme);
17
17
  @select-font-color: var(~'@{select-custom-prefix}-footer-color-text', @color-text-primary);
18
- @select-footer-g-text-color-selected: var(~'@{select-custom-prefix}-footer-color-text-selected', @color-text-link);
18
+ @select-footer-g-text-color-selected: var(~'@{select-custom-prefix}-footer-color-text-selected', #0e5fd8);
19
19
  @select-g-item-text-color-disabled: var(~'@{select-custom-prefix}-item-color-text-disabled', @color-disabled);
20
20
 
21
21
  // font
@@ -108,9 +108,13 @@
108
108
  -webkit-box-pack: justify;
109
109
  -ms-flex-pack: justify;
110
110
  justify-content: space-between;
111
- -webkit-box-align: baseline;
112
- -ms-flex-align: baseline;
113
- align-items: baseline;
111
+ }
112
+ .kd-steps .kd-steps-icon {
113
+ border: 2px solid;
114
+ padding-top: 1px;
115
+ }
116
+ .kd-steps .kdicon-exclamatory {
117
+ font-size: 30px;
114
118
  }
115
119
  .kd-steps-item {
116
120
  -webkit-box-flex: 1;
@@ -132,24 +136,24 @@
132
136
  }
133
137
  .kd-steps-item-clickable.kd-steps-item-wait .kd-steps-icon,
134
138
  .kd-steps-item-clickable.kd-steps-item-wait .kd-steps-item-title {
135
- -webkit-transition: all var(--kd-c-steps-duration-promptly, var(--kd-g-duration, 0.3s));
136
- transition: all var(--kd-c-steps-duration-promptly, var(--kd-g-duration, 0.3s));
139
+ -webkit-transition: all var(--kd-c-steps-motion-duration, var(--kd-g-duration, 0.3s));
140
+ transition: all var(--kd-c-steps-motion-duration, var(--kd-g-duration, 0.3s));
137
141
  }
138
142
  .kd-steps-item-clickable.kd-steps-item-wait:hover .kd-steps-icon {
139
143
  background-color: var(--kd-c-steps-color-white, var(--kd-g-color-white, #fff));
140
- color: var(--kd-c-steps-color-completed, var(--kd-g-color-theme, #5582f3));
141
- border: 2px solid var(--kd-c-steps-color-completed, var(--kd-g-color-theme, #5582f3));
144
+ color: var(--kd-c-steps-color-hover, var(--kd-g-color-theme, #5582f3));
145
+ border-color: var(--kd-c-steps-color-hover, var(--kd-g-color-theme, #5582f3));
142
146
  }
143
147
  .kd-steps-item-clickable.kd-steps-item-wait:hover .kd-steps-item-title,
144
148
  .kd-steps-item-clickable.kd-steps-item-wait:hover .kd-steps-item-description {
145
- color: var(--kd-c-steps-color-completed, var(--kd-g-color-theme, #5582f3));
149
+ color: var(--kd-c-steps-color-hover, var(--kd-g-color-theme, #5582f3));
146
150
  }
147
151
  .kd-steps-item-clickable.kd-steps-item-finish .kd-steps-item-title {
148
- -webkit-transition: all var(--kd-c-steps-duration-promptly, var(--kd-g-duration, 0.3s)) ease;
149
- transition: all var(--kd-c-steps-duration-promptly, var(--kd-g-duration, 0.3s)) ease;
152
+ -webkit-transition: all var(--kd-c-steps-motion-duration, var(--kd-g-duration, 0.3s)) ease;
153
+ transition: all var(--kd-c-steps-motion-duration, var(--kd-g-duration, 0.3s)) ease;
150
154
  }
151
155
  .kd-steps-item-clickable.kd-steps-item-finish:hover .kd-steps-item-title {
152
- color: var(--kd-c-steps-color-completed, var(--kd-g-color-theme, #5582f3));
156
+ color: var(--kd-c-steps-color-completed, var(--kd-g-color-success, #1ba854));
153
157
  }
154
158
  .kd-steps-item-container {
155
159
  width: 100%;
@@ -176,13 +180,14 @@
176
180
  .kd-steps-item-iconContainer::after {
177
181
  content: '';
178
182
  width: 100%;
179
- height: var(--kd-c-steps-line-sizing-height, 4px);
180
- background-color: var(--kd-c-steps-color-wait, var(--kd-g-color-text-secondary, #666));
183
+ height: var(--kd-c-steps-line-sizing-height, 1px);
184
+ border-bottom: 1px dashed var(--kd-c-steps-color-wait, #999);
185
+ border-left: 1px dashed var(--kd-c-steps-color-wait, #999);
181
186
  position: absolute;
182
187
  left: 50%;
183
- top: calc(50% - var(--kd-c-steps-line-sizing-height, 4px) / 2);
184
- -webkit-transition: width var(--kd-c-steps-duration-promptly, var(--kd-g-duration, 0.3s)) cubic-bezier(0.48, 0.04, 0.52, 0.96), background-color var(--kd-c-steps-duration-promptly, var(--kd-g-duration, 0.3s)) cubic-bezier(0.48, 0.04, 0.52, 0.96);
185
- transition: width var(--kd-c-steps-duration-promptly, var(--kd-g-duration, 0.3s)) cubic-bezier(0.48, 0.04, 0.52, 0.96), background-color var(--kd-c-steps-duration-promptly, var(--kd-g-duration, 0.3s)) cubic-bezier(0.48, 0.04, 0.52, 0.96);
188
+ top: calc(50% - var(--kd-c-steps-line-sizing-height, 1px) / 2);
189
+ -webkit-transition: width var(--kd-c-steps-motion-duration, var(--kd-g-duration, 0.3s)) cubic-bezier(0.48, 0.04, 0.52, 0.96), background-color var(--kd-c-steps-motion-duration, var(--kd-g-duration, 0.3s)) cubic-bezier(0.48, 0.04, 0.52, 0.96);
190
+ transition: width var(--kd-c-steps-motion-duration, var(--kd-g-duration, 0.3s)) cubic-bezier(0.48, 0.04, 0.52, 0.96), background-color var(--kd-c-steps-motion-duration, var(--kd-g-duration, 0.3s)) cubic-bezier(0.48, 0.04, 0.52, 0.96);
186
191
  }
187
192
  .kd-steps-item-iconContainer:last-child::after {
188
193
  display: none;
@@ -214,10 +219,10 @@
214
219
  -ms-flex-align: center;
215
220
  align-items: center;
216
221
  background-color: var(--kd-c-steps-color-white, var(--kd-g-color-white, #fff));
217
- color: var(--kd-c-steps-color-wait, var(--kd-g-color-text-secondary, #666));
222
+ color: var(--kd-c-steps-color-wait, #999);
218
223
  font-size: calc(var(--kd-c-steps-icon-sizing-width, 28px) - 13px);
219
224
  border-radius: 50%;
220
- border: 2px solid var(--kd-c-steps-color-wait, var(--kd-g-color-text-secondary, #666));
225
+ border-color: var(--kd-c-steps-color-wait, #999);
221
226
  -webkit-box-sizing: border-box;
222
227
  box-sizing: border-box;
223
228
  }
@@ -227,7 +232,7 @@
227
232
  .kd-steps-item-content .kd-steps-item-title {
228
233
  line-height: 20px;
229
234
  font-size: var(--kd-c-steps-font-size, var(--kd-g-font-size-small, 12px));
230
- color: var(--kd-c-steps-color-wait, var(--kd-g-color-text-secondary, #666));
235
+ color: var(--kd-c-steps-color-wait, #999);
231
236
  overflow: hidden;
232
237
  text-overflow: ellipsis;
233
238
  word-break: break-word;
@@ -237,7 +242,7 @@
237
242
  .kd-steps-item-content .kd-steps-item-description {
238
243
  line-height: 20px;
239
244
  font-size: var(--kd-c-steps-font-size, var(--kd-g-font-size-small, 12px));
240
- color: var(--kd-c-steps-color-wait, var(--kd-g-color-text-secondary, #666));
245
+ color: var(--kd-c-steps-color-wait, #999);
241
246
  overflow: hidden;
242
247
  text-overflow: ellipsis;
243
248
  word-break: break-word;
@@ -245,32 +250,35 @@
245
250
  -webkit-box-orient: vertical;
246
251
  width: var(--kd-c-steps-vertical-description-sizing-width, 200px);
247
252
  }
253
+ .kd-steps-item-process {
254
+ color: var(--kd-c-steps-color-hover, var(--kd-g-color-theme, #5582f3));
255
+ }
248
256
  .kd-steps-item-process .kd-steps-icon {
249
- background-color: var(--kd-c-steps-icon-color-background, var(--kd-g-color-theme, #5582f3));
257
+ background-color: var(--kd-c-steps-color-white, var(--kd-g-color-white, #fff));
258
+ color: var(--kd-c-steps-color-hover, var(--kd-g-color-theme, #5582f3));
259
+ border-color: var(--kd-c-steps-color-hover, var(--kd-g-color-theme, #5582f3));
250
260
  }
251
- .kd-steps-item-process .kd-steps-item-title {
252
- color: var(--kd-c-steps-color-wait, var(--kd-g-color-text-secondary, #666));
261
+ .kd-steps-item-process .kd-steps-item-title,
262
+ .kd-steps-item-process .kd-steps-item-description {
263
+ color: var(--kd-c-steps-color-hover, var(--kd-g-color-theme, #5582f3));
253
264
  }
254
265
  .kd-steps-item:last-child .kd-steps-item-iconContainer::after {
255
266
  display: none;
256
267
  }
257
268
  .kd-steps-item-finish .kd-steps-icon {
258
269
  background-color: var(--kd-c-steps-color-white, var(--kd-g-color-white, #fff));
259
- color: var(--kd-c-steps-color-completed, var(--kd-g-color-theme, #5582f3));
260
- border: 2px solid var(--kd-c-steps-color-completed, var(--kd-g-color-theme, #5582f3));
270
+ color: var(--kd-c-steps-color-completed, var(--kd-g-color-success, #1ba854));
271
+ border-color: var(--kd-c-steps-color-completed, var(--kd-g-color-success, #1ba854));
261
272
  -webkit-box-sizing: border-box;
262
273
  box-sizing: border-box;
263
274
  }
264
275
  .kd-steps-item-finish .kd-steps-item-content .kd-steps-item-title,
265
276
  .kd-steps-item-finish .kd-steps-item-content .kd-steps-item-description {
266
- color: var(--kd-c-steps-color-completed, var(--kd-g-color-theme, #5582f3));
267
- }
268
- .kd-steps-item-iconContainer-finish::after {
269
- background-color: var(--kd-c-steps-color-completed, var(--kd-g-color-theme, #5582f3));
277
+ color: var(--kd-c-steps-color-completed, var(--kd-g-color-success, #1ba854));
270
278
  }
271
279
  .kd-steps-item-error .kd-steps-icon {
272
280
  color: var(--kd-c-steps-color-error, var(--kd-g-color-error, #fb2323));
273
- border: 2px solid var(--kd-c-steps-color-error, var(--kd-g-color-error, #fb2323));
281
+ border-color: var(--kd-c-steps-color-error, var(--kd-g-color-error, #fb2323));
274
282
  }
275
283
  .kd-steps-item-error .kd-steps-item-content .kd-steps-item-title,
276
284
  .kd-steps-item-error .kd-steps-item-content .kd-steps-item-description {
@@ -331,10 +339,10 @@
331
339
  margin-right: 4px;
332
340
  }
333
341
  .kd-steps-vertical .kd-steps-item-iconContainer::after {
334
- width: var(--kd-c-steps-line-sizing-height, 4px);
342
+ width: var(--kd-c-steps-line-sizing-height, 1px);
335
343
  height: calc(100% + 44px);
336
344
  top: 2px;
337
- left: calc(50% - var(--kd-c-steps-line-sizing-height, 4px) / 2);
345
+ left: calc(50% - var(--kd-c-steps-line-sizing-height, 1px) / 2);
338
346
  }
339
347
  .kd-steps-vertical .kd-steps-item-content {
340
348
  text-align: left;
@@ -1,16 +1,19 @@
1
1
  @import '../../style/themes/index';
2
2
  @import './token.less';
3
3
 
4
-
5
4
  @steps-prefix-cls: ~'@{kd-prefix}-steps';
6
5
 
7
6
  .@{steps-prefix-cls} {
8
7
  display: flex;
9
8
  justify-content: space-between;
10
- align-items: baseline;
11
9
 
12
- &-iconSize {
13
- // font-size: @steps-font-size;
10
+ .@{steps-prefix-cls}-icon {
11
+ border: 2px solid;
12
+ padding-top: 1px;
13
+ }
14
+
15
+ .@{kd-prefix}icon-exclamatory {
16
+ font-size: 30px;
14
17
  }
15
18
 
16
19
  &-item {
@@ -31,25 +34,21 @@
31
34
  }
32
35
 
33
36
  &-clickable&-wait {
34
-
35
37
  .@{steps-prefix-cls}-icon,
36
38
  .@{steps-prefix-cls}-item-title {
37
39
  transition: all @steps-duration-promptly;
38
40
  }
39
41
 
40
-
41
42
  &:hover {
42
43
  .@{steps-prefix-cls}-icon {
43
- // background-color: @steps-color-background-wait-icon-hover;
44
-
45
44
  background-color: @steps-color-white;
46
- color: @steps-color-completed;
47
- border: 2px solid @steps-color-completed;
45
+ color: @steps-color-hover;
46
+ border-color: @steps-color-hover;
48
47
  }
49
48
 
50
49
  .@{steps-prefix-cls}-item-title,
51
50
  .@{steps-prefix-cls}-item-description {
52
- color: @steps-color-completed;
51
+ color: @steps-color-hover;
53
52
  }
54
53
  }
55
54
  }
@@ -82,11 +81,12 @@
82
81
  content: '';
83
82
  width: 100%;
84
83
  height: @steps-line-sizing-height;
85
- background-color: @steps-color-wait;
84
+ border-bottom: 1px dashed @steps-color-wait;
85
+ border-left: 1px dashed @steps-color-wait;
86
86
  position: absolute;
87
87
  left: 50%;
88
88
  top: calc(50% - @steps-line-sizing-height / 2);
89
- transition: width @steps-duration-promptly @steps-transition-fn, background-color @steps-duration-promptly @steps-transition-fn
89
+ transition: width @steps-duration-promptly cubic-bezier(0.48, 0.04, 0.52, 0.96), background-color @steps-duration-promptly cubic-bezier(0.48, 0.04, 0.52, 0.96)
90
90
  }
91
91
 
92
92
  &:last-child {
@@ -103,7 +103,6 @@
103
103
  justify-content: center;
104
104
  align-items: center;
105
105
 
106
- // background-color:@steps-color-white;
107
106
  .@{steps-prefix-cls}-icon {
108
107
  width: @steps-icon-sizing-width;
109
108
  height: @steps-icon-sizing-width;
@@ -114,7 +113,7 @@
114
113
  color: @steps-color-wait;
115
114
  font-size: calc(@steps-icon-sizing-width - 13px);
116
115
  border-radius: 50%;
117
- border: 2px solid @steps-color-wait;
116
+ border-color: @steps-color-wait;
118
117
  box-sizing: border-box;
119
118
  }
120
119
  }
@@ -135,7 +134,6 @@
135
134
  }
136
135
 
137
136
  .@{steps-prefix-cls}-item-description {
138
-
139
137
  line-height: 20px;
140
138
  font-size: @steps-font-size;
141
139
  color: @steps-color-wait;
@@ -144,19 +142,21 @@
144
142
  word-break: break-word;
145
143
  display: -webkit-box;
146
144
  -webkit-box-orient: vertical;
147
-
148
145
  width: @steps-vertical-description-sizing-width;
149
-
150
146
  }
151
147
  }
152
148
 
153
149
  &-process {
150
+ color: @steps-color-hover;
151
+
154
152
  .@{steps-prefix-cls}-icon {
155
- background-color: @steps-color-background-process-icon;
153
+ background-color: @steps-color-white;
154
+ color: @steps-color-hover;
155
+ border-color: @steps-color-hover;
156
156
  }
157
157
 
158
- .@{steps-prefix-cls}-item-title {
159
- color: @steps-color-wait;
158
+ .@{steps-prefix-cls}-item-title, .@{steps-prefix-cls}-item-description {
159
+ color: @steps-color-hover;
160
160
  }
161
161
  }
162
162
 
@@ -172,12 +172,11 @@
172
172
  .@{steps-prefix-cls}-icon {
173
173
  background-color: @steps-color-white;
174
174
  color: @steps-color-completed;
175
- border: 2px solid @steps-color-completed;
175
+ border-color: @steps-color-completed;
176
176
  box-sizing: border-box;
177
177
  }
178
178
 
179
179
  .@{steps-prefix-cls}-item-content {
180
-
181
180
  .@{steps-prefix-cls}-item-title,
182
181
  .@{steps-prefix-cls}-item-description {
183
182
  color: @steps-color-completed;
@@ -185,31 +184,22 @@
185
184
  }
186
185
  }
187
186
 
188
- &-iconContainer-finish {
189
- &::after {
190
- background-color: @steps-color-completed;
191
- }
192
- }
193
187
 
194
188
  &-error {
195
189
  .@{steps-prefix-cls}-icon {
196
190
  color: @steps-color-error;
197
- border: 2px solid @steps-color-error;
191
+ border-color: @steps-color-error;
198
192
  }
199
193
 
200
194
  .@{steps-prefix-cls}-item-content {
201
-
202
195
  .@{steps-prefix-cls}-item-title,
203
196
  .@{steps-prefix-cls}-item-description {
204
197
  color: @steps-color-error;
205
198
  }
206
199
  }
207
-
208
-
209
200
  }
210
201
  }
211
202
 
212
-
213
203
  &-bottomLable {
214
204
  .@{steps-prefix-cls}-item-iconContainer {
215
205
  margin-bottom: 4px;
@@ -2,26 +2,23 @@
2
2
 
3
3
  @steps-prefix: '--@{kd-prefix}-c-steps';
4
4
 
5
- @steps-duration-promptly: var(~'@{steps-prefix}-duration-promptly', @duration-promptly);
6
- @steps-transition-fn: cubic-bezier(0.48, 0.04, 0.52, 0.96);
7
-
8
-
9
-
10
5
  // color
11
- @steps-color-completed: var(~'@{steps-prefix}-color-completed', @color-theme);//已经完成
6
+ @steps-color-completed: var(~'@{steps-prefix}-color-completed', @color-success);//已经完成
7
+ @steps-color-hover: var(~'@{steps-prefix}-color-hover', @color-theme);
12
8
  @steps-color-error: var(~'@{steps-prefix}-color-error', @color-error);
13
- @steps-color-wait: var(~'@{steps-prefix}-color-wait', @color-text-secondary);//未开始 等待
9
+ @steps-color-wait: var(~'@{steps-prefix}-color-wait', #999);//未开始 等待
14
10
  @steps-color-white: var(~'@{steps-prefix}-color-white',@color-white);
15
11
  @steps-color-background-process-icon: var(~'@{steps-prefix}-icon-color-background', @color-theme);//图标的颜色
16
12
 
17
-
18
13
  // font
19
14
  @steps-font-size: var(~'@{steps-prefix}-font-size', @font-size-small); // 文字大小
20
15
 
16
+ // motion
17
+ @steps-duration-promptly: var(~'@{steps-prefix}-motion-duration', @duration-promptly);
21
18
 
22
19
  // sizing
23
20
  @steps-icon-sizing-width: var(~'@{steps-prefix}-icon-sizing-width', 28px);//图标的大小
24
- @steps-line-sizing-height: var(~'@{steps-prefix}-line-sizing-height', 4px);//连接线高度
21
+ @steps-line-sizing-height: var(~'@{steps-prefix}-line-sizing-height', 1px);//连接线高度
25
22
  @steps-horizontal-description-sizing-height: var(~'@{steps-prefix}-horizontal-description-sizing-height', 60px);//内容部分高度 横向
26
23
  @steps-vertical-description-sizing-width: var(~'@{steps-prefix}-vertical-description-sizing-width', 200px);//内容部分宽度 纵向
27
24
 
@@ -245,32 +245,6 @@
245
245
  padding: 0;
246
246
  border-radius: 0;
247
247
  }
248
- .kd-tag-shape-text::before {
249
- content: '';
250
- display: block;
251
- background-color: var(--kd-c-tag-color-process, var(--kd-g-color-ongoing, #276ff5));
252
- border-radius: 50%;
253
- }
254
- .kd-tag-shape-text::before {
255
- width: var(--kd-c-tag-spacing-padding-horizontal-small, 6px);
256
- height: var(--kd-c-tag-spacing-padding-horizontal-small, 6px);
257
- margin-right: var(--kd-c-tag-spacing-padding-horizontal-small, 6px);
258
- }
259
- .kd-tag-shape-text.kd-tag-size-small::before {
260
- width: var(--kd-c-tag-spacing-padding-horizontal-small, 6px);
261
- height: var(--kd-c-tag-spacing-padding-horizontal-small, 6px);
262
- margin-right: var(--kd-c-tag-spacing-padding-horizontal-small, 6px);
263
- }
264
- .kd-tag-shape-text.kd-tag-size-middle::before {
265
- width: var(--kd-c-tag-spacing-padding-horizontal-middle, 7px);
266
- height: var(--kd-c-tag-spacing-padding-horizontal-middle, 7px);
267
- margin-right: var(--kd-c-tag-spacing-padding-horizontal-middle, 7px);
268
- }
269
- .kd-tag-shape-text.kd-tag-size-large::before {
270
- width: var(--kd-c-tag-spacing-padding-horizontal-large, 8px);
271
- height: var(--kd-c-tag-spacing-padding-horizontal-large, 8px);
272
- margin-right: var(--kd-c-tag-spacing-padding-horizontal-large, 8px);
273
- }
274
248
  .kd-tag-shape-text.kd-tag-process {
275
249
  color: var(--kd-c-tag-color-process, var(--kd-g-color-ongoing, #276ff5));
276
250
  display: -webkit-inline-box;
@@ -282,12 +256,6 @@
282
256
  padding: 0;
283
257
  border-radius: 0;
284
258
  }
285
- .kd-tag-shape-text.kd-tag-process::before {
286
- content: '';
287
- display: block;
288
- background-color: var(--kd-c-tag-color-process, var(--kd-g-color-ongoing, #276ff5));
289
- border-radius: 50%;
290
- }
291
259
  .kd-tag-shape-text.kd-tag-process.kd-tag-size-middle {
292
260
  color: var(--kd-c-tag-color-process, var(--kd-g-color-ongoing, #276ff5));
293
261
  display: -webkit-inline-box;
@@ -299,12 +267,6 @@
299
267
  padding: 0;
300
268
  border-radius: 0;
301
269
  }
302
- .kd-tag-shape-text.kd-tag-process.kd-tag-size-middle::before {
303
- content: '';
304
- display: block;
305
- background-color: var(--kd-c-tag-color-process, var(--kd-g-color-ongoing, #276ff5));
306
- border-radius: 50%;
307
- }
308
270
  .kd-tag-shape-text.kd-tag-process.kd-tag-size-large {
309
271
  color: var(--kd-c-tag-color-process, var(--kd-g-color-ongoing, #276ff5));
310
272
  display: -webkit-inline-box;
@@ -316,12 +278,6 @@
316
278
  padding: 0;
317
279
  border-radius: 0;
318
280
  }
319
- .kd-tag-shape-text.kd-tag-process.kd-tag-size-large::before {
320
- content: '';
321
- display: block;
322
- background-color: var(--kd-c-tag-color-process, var(--kd-g-color-ongoing, #276ff5));
323
- border-radius: 50%;
324
- }
325
281
  .kd-tag-shape-text.kd-tag-success {
326
282
  color: var(--kd-c-tag-color-success, var(--kd-g-color-success, #1ba854));
327
283
  display: -webkit-inline-box;
@@ -333,12 +289,6 @@
333
289
  padding: 0;
334
290
  border-radius: 0;
335
291
  }
336
- .kd-tag-shape-text.kd-tag-success::before {
337
- content: '';
338
- display: block;
339
- background-color: var(--kd-c-tag-color-success, var(--kd-g-color-success, #1ba854));
340
- border-radius: 50%;
341
- }
342
292
  .kd-tag-shape-text.kd-tag-success.kd-tag-size-middle {
343
293
  color: var(--kd-c-tag-color-success, var(--kd-g-color-success, #1ba854));
344
294
  display: -webkit-inline-box;
@@ -350,12 +300,6 @@
350
300
  padding: 0;
351
301
  border-radius: 0;
352
302
  }
353
- .kd-tag-shape-text.kd-tag-success.kd-tag-size-middle::before {
354
- content: '';
355
- display: block;
356
- background-color: var(--kd-c-tag-color-success, var(--kd-g-color-success, #1ba854));
357
- border-radius: 50%;
358
- }
359
303
  .kd-tag-shape-text.kd-tag-success.kd-tag-size-large {
360
304
  color: var(--kd-c-tag-color-success, var(--kd-g-color-success, #1ba854));
361
305
  display: -webkit-inline-box;
@@ -367,12 +311,6 @@
367
311
  padding: 0;
368
312
  border-radius: 0;
369
313
  }
370
- .kd-tag-shape-text.kd-tag-success.kd-tag-size-large::before {
371
- content: '';
372
- display: block;
373
- background-color: var(--kd-c-tag-color-success, var(--kd-g-color-success, #1ba854));
374
- border-radius: 50%;
375
- }
376
314
  .kd-tag-shape-text.kd-tag-warning {
377
315
  color: var(--kd-c-tag-color-warning, var(--kd-g-color-warning, #ff991c));
378
316
  display: -webkit-inline-box;
@@ -384,12 +322,6 @@
384
322
  padding: 0;
385
323
  border-radius: 0;
386
324
  }
387
- .kd-tag-shape-text.kd-tag-warning::before {
388
- content: '';
389
- display: block;
390
- background-color: var(--kd-c-tag-color-warning, var(--kd-g-color-warning, #ff991c));
391
- border-radius: 50%;
392
- }
393
325
  .kd-tag-shape-text.kd-tag-warning.kd-tag-size-middle {
394
326
  color: var(--kd-c-tag-color-warning, var(--kd-g-color-warning, #ff991c));
395
327
  display: -webkit-inline-box;
@@ -401,12 +333,6 @@
401
333
  padding: 0;
402
334
  border-radius: 0;
403
335
  }
404
- .kd-tag-shape-text.kd-tag-warning.kd-tag-size-middle::before {
405
- content: '';
406
- display: block;
407
- background-color: var(--kd-c-tag-color-warning, var(--kd-g-color-warning, #ff991c));
408
- border-radius: 50%;
409
- }
410
336
  .kd-tag-shape-text.kd-tag-warning.kd-tag-size-large {
411
337
  color: var(--kd-c-tag-color-warning, var(--kd-g-color-warning, #ff991c));
412
338
  display: -webkit-inline-box;
@@ -418,12 +344,6 @@
418
344
  padding: 0;
419
345
  border-radius: 0;
420
346
  }
421
- .kd-tag-shape-text.kd-tag-warning.kd-tag-size-large::before {
422
- content: '';
423
- display: block;
424
- background-color: var(--kd-c-tag-color-warning, var(--kd-g-color-warning, #ff991c));
425
- border-radius: 50%;
426
- }
427
347
  .kd-tag-shape-text.kd-tag-error {
428
348
  color: var(--kd-c-tag-color-error, var(--kd-g-color-error, #fb2323));
429
349
  display: -webkit-inline-box;
@@ -435,12 +355,6 @@
435
355
  padding: 0;
436
356
  border-radius: 0;
437
357
  }
438
- .kd-tag-shape-text.kd-tag-error::before {
439
- content: '';
440
- display: block;
441
- background-color: var(--kd-c-tag-color-error, var(--kd-g-color-error, #fb2323));
442
- border-radius: 50%;
443
- }
444
358
  .kd-tag-shape-text.kd-tag-error.kd-tag-size-middle {
445
359
  color: var(--kd-c-tag-color-error, var(--kd-g-color-error, #fb2323));
446
360
  display: -webkit-inline-box;
@@ -452,12 +366,6 @@
452
366
  padding: 0;
453
367
  border-radius: 0;
454
368
  }
455
- .kd-tag-shape-text.kd-tag-error.kd-tag-size-middle::before {
456
- content: '';
457
- display: block;
458
- background-color: var(--kd-c-tag-color-error, var(--kd-g-color-error, #fb2323));
459
- border-radius: 50%;
460
- }
461
369
  .kd-tag-shape-text.kd-tag-error.kd-tag-size-large {
462
370
  color: var(--kd-c-tag-color-error, var(--kd-g-color-error, #fb2323));
463
371
  display: -webkit-inline-box;
@@ -469,12 +377,6 @@
469
377
  padding: 0;
470
378
  border-radius: 0;
471
379
  }
472
- .kd-tag-shape-text.kd-tag-error.kd-tag-size-large::before {
473
- content: '';
474
- display: block;
475
- background-color: var(--kd-c-tag-color-error, var(--kd-g-color-error, #fb2323));
476
- border-radius: 50%;
477
- }
478
380
  .kd-tag-shape-text.kd-tag-end {
479
381
  color: var(--kd-c-tag-color-end, var(--kd-g-color-end, #666));
480
382
  display: -webkit-inline-box;
@@ -486,12 +388,6 @@
486
388
  padding: 0;
487
389
  border-radius: 0;
488
390
  }
489
- .kd-tag-shape-text.kd-tag-end::before {
490
- content: '';
491
- display: block;
492
- background-color: var(--kd-c-tag-color-end, var(--kd-g-color-end, #666));
493
- border-radius: 50%;
494
- }
495
391
  .kd-tag-shape-text.kd-tag-end.kd-tag-size-middle {
496
392
  color: var(--kd-c-tag-color-end, var(--kd-g-color-end, #666));
497
393
  display: -webkit-inline-box;
@@ -503,12 +399,6 @@
503
399
  padding: 0;
504
400
  border-radius: 0;
505
401
  }
506
- .kd-tag-shape-text.kd-tag-end.kd-tag-size-middle::before {
507
- content: '';
508
- display: block;
509
- background-color: var(--kd-c-tag-color-end, var(--kd-g-color-end, #666));
510
- border-radius: 50%;
511
- }
512
402
  .kd-tag-shape-text.kd-tag-end.kd-tag-size-large {
513
403
  color: var(--kd-c-tag-color-end, var(--kd-g-color-end, #666));
514
404
  display: -webkit-inline-box;
@@ -520,12 +410,6 @@
520
410
  padding: 0;
521
411
  border-radius: 0;
522
412
  }
523
- .kd-tag-shape-text.kd-tag-end.kd-tag-size-large::before {
524
- content: '';
525
- display: block;
526
- background-color: var(--kd-c-tag-color-end, var(--kd-g-color-end, #666));
527
- border-radius: 50%;
528
- }
529
413
  .kd-tag-shape-text.kd-tag-expired {
530
414
  color: var(--kd-c-tag-color-expired, var(--kd-g-color-disabled, #b2b2b2));
531
415
  display: -webkit-inline-box;
@@ -537,12 +421,6 @@
537
421
  padding: 0;
538
422
  border-radius: 0;
539
423
  }
540
- .kd-tag-shape-text.kd-tag-expired::before {
541
- content: '';
542
- display: block;
543
- background-color: var(--kd-c-tag-color-expired, var(--kd-g-color-disabled, #b2b2b2));
544
- border-radius: 50%;
545
- }
546
424
  .kd-tag-shape-text.kd-tag-expired.kd-tag-size-middle {
547
425
  color: var(--kd-c-tag-color-expired, var(--kd-g-color-disabled, #b2b2b2));
548
426
  display: -webkit-inline-box;
@@ -554,12 +432,6 @@
554
432
  padding: 0;
555
433
  border-radius: 0;
556
434
  }
557
- .kd-tag-shape-text.kd-tag-expired.kd-tag-size-middle::before {
558
- content: '';
559
- display: block;
560
- background-color: var(--kd-c-tag-color-expired, var(--kd-g-color-disabled, #b2b2b2));
561
- border-radius: 50%;
562
- }
563
435
  .kd-tag-shape-text.kd-tag-expired.kd-tag-size-large {
564
436
  color: var(--kd-c-tag-color-expired, var(--kd-g-color-disabled, #b2b2b2));
565
437
  display: -webkit-inline-box;
@@ -571,12 +443,6 @@
571
443
  padding: 0;
572
444
  border-radius: 0;
573
445
  }
574
- .kd-tag-shape-text.kd-tag-expired.kd-tag-size-large::before {
575
- content: '';
576
- display: block;
577
- background-color: var(--kd-c-tag-color-expired, var(--kd-g-color-disabled, #b2b2b2));
578
- border-radius: 50%;
579
- }
580
446
  .kd-tag-shape-edit {
581
447
  border: 1px solid var(--kd-c-tag-edit-color-border, var(--kd-g-color-text-placeholder, #ccc));
582
448
  border-radius: 2px;
@@ -589,11 +455,10 @@
589
455
  border-color: var(--kd-c-tag-edit-color-border-hover, var(--kd-g-color-theme, #5582f3));
590
456
  }
591
457
  .kd-tag-shape-edit:not(.kd-tag-closable-disabled):hover .kd-tag-closeWrapper {
592
- background-color: var(--kd-c-tag-edit-cloesWrapper-color-background-hover, var(--kd-g-color-theme, #5582f3));
593
- color: var(--kd-c-tag-edit-cloesWrapper-color-text-hover, var(--kd-g-color-white, #fff));
458
+ color: var(--kd-c-tag-edit-cloesWrapper-color-text-hover, var(--kd-g-color-theme, #5582f3));
594
459
  }
595
460
  .kd-tag-shape-edit.kd-tag-closable {
596
- padding-right: 0;
461
+ padding-right: 8px;
597
462
  }
598
463
  .kd-tag-clickable {
599
464
  cursor: pointer;
@@ -613,24 +478,14 @@
613
478
  .kd-tag-closable.kd-tag-size-middle {
614
479
  line-height: var(--kd-c-tag-sizing-height-middle, 20px);
615
480
  }
616
- .kd-tag-closable.kd-tag-size-middle .kd-tag-closeWrapper {
617
- width: calc(var(--kd-c-tag-sizing-height-middle, 20px) - 2px);
618
- height: calc(var(--kd-c-tag-sizing-height-middle, 20px) - 2px);
619
- }
620
481
  .kd-tag-closable.kd-tag-size-large {
621
482
  line-height: var(--kd-c-tag-sizing-height-large, 24px);
622
483
  padding-left: var(--kd-c-tag-spacing-padding-horizontal-large, 8px);
623
484
  }
624
- .kd-tag-closable.kd-tag-size-large .kd-tag-closeWrapper {
625
- width: calc(var(--kd-c-tag-sizing-height-large, 24px) - 2px);
626
- height: calc(var(--kd-c-tag-sizing-height-large, 24px) - 2px);
627
- }
628
485
  .kd-tag-closable.kd-tag-size-large .kd-tag-closeWrapper .kd-tag-close-icon {
629
486
  font-size: 14px;
630
487
  }
631
488
  .kd-tag-closeWrapper {
632
- width: calc(var(--kd-c-tag-sizing-height-middle, 20px) - 2px);
633
- height: calc(var(--kd-c-tag-sizing-height-middle, 20px) - 2px);
634
489
  margin-left: 4px;
635
490
  display: -webkit-inline-box;
636
491
  display: -ms-inline-flexbox;