@fle-ui/next 1.0.5-alpha.5 → 1.0.5-alpha.6

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 (155) hide show
  1. package/dist/@fle-ui/next.css +3102 -322
  2. package/dist/@fle-ui/next.css.map +1 -1
  3. package/dist/@fle-ui/next.js +1 -1
  4. package/dist/@fle-ui/next.min.css +3 -3
  5. package/dist/@fle-ui/next.min.css.map +1 -1
  6. package/dist/@fle-ui/next.min.js +1 -1
  7. package/es/affix/style/index.css +42 -0
  8. package/es/alert/style/index.css +50 -8
  9. package/es/anchor/style/index.css +42 -0
  10. package/es/auto-complete/style/index.css +42 -0
  11. package/es/avatar/style/index.css +42 -0
  12. package/es/back-top/style/index.css +42 -0
  13. package/es/badge/style/index.css +55 -13
  14. package/es/breadcrumb/style/index.css +42 -0
  15. package/es/button/style/index.css +122 -72
  16. package/es/calendar/style/index.css +43 -1
  17. package/es/card/style/index.css +42 -0
  18. package/es/carousel/style/index.css +42 -0
  19. package/es/cascader/style/index.css +44 -2
  20. package/es/checkbox/style/index.css +42 -0
  21. package/es/collapse/style/index.css +42 -0
  22. package/es/comment/style/index.css +42 -0
  23. package/es/config-provider/style/index.css +42 -0
  24. package/es/date-picker/style/index.css +77 -35
  25. package/es/descriptions/style/index.css +42 -0
  26. package/es/divider/style/index.css +42 -0
  27. package/es/drawer/style/index.css +42 -0
  28. package/es/dropdown/style/index.css +46 -4
  29. package/es/empty/style/index.css +42 -0
  30. package/es/form/style/index.css +43 -1
  31. package/es/grid/style/index.css +42 -0
  32. package/es/icon/style/index.css +42 -0
  33. package/es/image/style/index.css +42 -0
  34. package/es/input/style/index.css +61 -19
  35. package/es/input-number/style/index.css +61 -19
  36. package/es/layout/style/index.css +42 -0
  37. package/es/list/style/index.css +42 -0
  38. package/es/locale-provider/style/index.css +42 -0
  39. package/es/mentions/style/index.css +51 -9
  40. package/es/menu/style/index.css +50 -8
  41. package/es/message/style/index.css +42 -0
  42. package/es/modal/style/index.css +43 -1
  43. package/es/modal/style/modal.less +1 -1
  44. package/es/notification/style/index.css +42 -0
  45. package/es/page-header/style/index.css +44 -2
  46. package/es/pagination/style/index.css +53 -11
  47. package/es/pagination/style/index.less +5 -3
  48. package/es/popconfirm/style/index.css +42 -0
  49. package/es/popover/style/index.css +51 -9
  50. package/es/progress/style/index.css +47 -5
  51. package/es/radio/style/index.css +57 -15
  52. package/es/rate/style/index.css +42 -0
  53. package/es/result/style/index.css +42 -0
  54. package/es/segmented/style/index.css +42 -0
  55. package/es/select/style/index.css +50 -8
  56. package/es/skeleton/style/index.css +42 -0
  57. package/es/slider/style/index.css +49 -7
  58. package/es/space/style/index.css +42 -0
  59. package/es/spin/style/index.css +42 -0
  60. package/es/statistic/style/index.css +42 -0
  61. package/es/steps/style/index.css +42 -0
  62. package/es/style/color/colors.less +3 -3
  63. package/es/style/index.css +44 -2
  64. package/es/style/themes/compact.less +12 -6
  65. package/es/style/themes/dark.less +445 -106
  66. package/es/style/themes/default.less +6 -6
  67. package/es/style/themes/index.less +1 -1
  68. package/es/style/themes/variable.less +76 -38
  69. package/es/switch/style/index.css +43 -1
  70. package/es/table/style/index.css +47 -5
  71. package/es/tabs/style/index.css +47 -5
  72. package/es/tag/style/index.css +66 -24
  73. package/es/time-picker/style/index.css +42 -0
  74. package/es/timeline/style/index.css +42 -0
  75. package/es/tooltip/style/index.css +51 -9
  76. package/es/transfer/style/index.css +53 -11
  77. package/es/tree/style/index.css +44 -2
  78. package/es/tree-select/style/index.css +44 -2
  79. package/es/typography/style/index.css +49 -7
  80. package/es/upload/style/index.css +46 -4
  81. package/lib/affix/style/index.css +42 -0
  82. package/lib/alert/style/index.css +50 -8
  83. package/lib/anchor/style/index.css +42 -0
  84. package/lib/auto-complete/style/index.css +42 -0
  85. package/lib/avatar/style/index.css +42 -0
  86. package/lib/back-top/style/index.css +42 -0
  87. package/lib/badge/style/index.css +55 -13
  88. package/lib/breadcrumb/style/index.css +42 -0
  89. package/lib/button/style/index.css +122 -72
  90. package/lib/calendar/style/index.css +43 -1
  91. package/lib/card/style/index.css +42 -0
  92. package/lib/carousel/style/index.css +42 -0
  93. package/lib/cascader/style/index.css +44 -2
  94. package/lib/checkbox/style/index.css +42 -0
  95. package/lib/collapse/style/index.css +42 -0
  96. package/lib/comment/style/index.css +42 -0
  97. package/lib/config-provider/style/index.css +42 -0
  98. package/lib/date-picker/style/index.css +77 -35
  99. package/lib/descriptions/style/index.css +42 -0
  100. package/lib/divider/style/index.css +42 -0
  101. package/lib/drawer/style/index.css +42 -0
  102. package/lib/dropdown/style/index.css +46 -4
  103. package/lib/empty/style/index.css +42 -0
  104. package/lib/form/style/index.css +43 -1
  105. package/lib/grid/style/index.css +42 -0
  106. package/lib/icon/style/index.css +42 -0
  107. package/lib/image/style/index.css +42 -0
  108. package/lib/input/style/index.css +61 -19
  109. package/lib/input-number/style/index.css +61 -19
  110. package/lib/layout/style/index.css +42 -0
  111. package/lib/list/style/index.css +42 -0
  112. package/lib/locale-provider/style/index.css +42 -0
  113. package/lib/mentions/style/index.css +51 -9
  114. package/lib/menu/style/index.css +50 -8
  115. package/lib/message/style/index.css +42 -0
  116. package/lib/modal/style/index.css +43 -1
  117. package/lib/modal/style/modal.less +1 -1
  118. package/lib/notification/style/index.css +42 -0
  119. package/lib/page-header/style/index.css +44 -2
  120. package/lib/pagination/style/index.css +53 -11
  121. package/lib/pagination/style/index.less +5 -3
  122. package/lib/popconfirm/style/index.css +42 -0
  123. package/lib/popover/style/index.css +51 -9
  124. package/lib/progress/style/index.css +47 -5
  125. package/lib/radio/style/index.css +57 -15
  126. package/lib/rate/style/index.css +42 -0
  127. package/lib/result/style/index.css +42 -0
  128. package/lib/segmented/style/index.css +42 -0
  129. package/lib/select/style/index.css +50 -8
  130. package/lib/skeleton/style/index.css +42 -0
  131. package/lib/slider/style/index.css +49 -7
  132. package/lib/space/style/index.css +42 -0
  133. package/lib/spin/style/index.css +42 -0
  134. package/lib/statistic/style/index.css +42 -0
  135. package/lib/steps/style/index.css +42 -0
  136. package/lib/style/color/colors.less +3 -3
  137. package/lib/style/index.css +44 -2
  138. package/lib/style/themes/compact.less +12 -6
  139. package/lib/style/themes/dark.less +445 -106
  140. package/lib/style/themes/default.less +6 -6
  141. package/lib/style/themes/index.less +1 -1
  142. package/lib/style/themes/variable.less +76 -38
  143. package/lib/switch/style/index.css +43 -1
  144. package/lib/table/style/index.css +47 -5
  145. package/lib/tabs/style/index.css +47 -5
  146. package/lib/tag/style/index.css +66 -24
  147. package/lib/time-picker/style/index.css +42 -0
  148. package/lib/timeline/style/index.css +42 -0
  149. package/lib/tooltip/style/index.css +51 -9
  150. package/lib/transfer/style/index.css +53 -11
  151. package/lib/tree/style/index.css +44 -2
  152. package/lib/tree-select/style/index.css +44 -2
  153. package/lib/typography/style/index.css +49 -7
  154. package/lib/upload/style/index.css +46 -4
  155. package/package.json +1 -1
@@ -2,6 +2,48 @@
2
2
  /* stylelint-disable no-duplicate-selectors */
3
3
  /* stylelint-disable */
4
4
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
5
+ html {
6
+ --ant-primary-color: #1890ff;
7
+ --ant-primary-color-hover: #40a9ff;
8
+ --ant-primary-color-active: #096dd9;
9
+ --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
10
+ --ant-primary-1: #e6f7ff;
11
+ --ant-primary-2: #bae7ff;
12
+ --ant-primary-3: #91d5ff;
13
+ --ant-primary-4: #69c0ff;
14
+ --ant-primary-5: #40a9ff;
15
+ --ant-primary-6: #1890ff;
16
+ --ant-primary-7: #096dd9;
17
+ --ant-primary-color-deprecated-pure: ;
18
+ --ant-primary-color-deprecated-l-35: #cbe6ff;
19
+ --ant-primary-color-deprecated-l-20: #7ec1ff;
20
+ --ant-primary-color-deprecated-t-20: #46a6ff;
21
+ --ant-primary-color-deprecated-t-50: #8cc8ff;
22
+ --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
23
+ --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
24
+ --ant-primary-color-active-deprecated-d-02: #dcf4ff;
25
+ --ant-success-color: #36c626;
26
+ --ant-success-color-hover: #5cd44a;
27
+ --ant-success-color-active: #20a116;
28
+ --ant-success-color-outline: rgba(54, 198, 38, 0.2);
29
+ --ant-success-color-deprecated-bg: #f4fff0;
30
+ --ant-success-color-deprecated-border: #afed9f;
31
+ --ant-error-color: #ff5c57;
32
+ --ant-error-color-hover: #ff8880;
33
+ --ant-error-color-active: #d93f3f;
34
+ --ant-error-color-outline: rgba(255, 92, 87, 0.2);
35
+ --ant-error-color-deprecated-bg: #fff3f0;
36
+ --ant-error-color-deprecated-border: #ffd7d1;
37
+ --ant-warning-color: #ffab00;
38
+ --ant-warning-color-hover: #ffbf29;
39
+ --ant-warning-color-active: #d98900;
40
+ --ant-warning-color-outline: rgba(255, 171, 0, 0.2);
41
+ --ant-warning-color-deprecated-bg: #fffbe6;
42
+ --ant-warning-color-deprecated-border: #ffe07a;
43
+ --ant-info-color: #1890ff;
44
+ --ant-info-color-deprecated-bg: #e6f7ff;
45
+ --ant-info-color-deprecated-border: #91d5ff;
46
+ }
5
47
  .ant-btn {
6
48
  line-height: 1.5715;
7
49
  position: relative;
@@ -74,8 +116,8 @@
74
116
  }
75
117
  .ant-btn:hover,
76
118
  .ant-btn:focus {
77
- color: #548aff;
78
- border-color: #548aff;
119
+ color: var(--ant-primary-color-hover);
120
+ border-color: var(--ant-primary-color-hover);
79
121
  background: #fff;
80
122
  }
81
123
  .ant-btn:hover > a:only-child,
@@ -93,8 +135,8 @@
93
135
  content: '';
94
136
  }
95
137
  .ant-btn:active {
96
- color: #1a4ad9;
97
- border-color: #1a4ad9;
138
+ color: var(--ant-primary-color-active);
139
+ border-color: var(--ant-primary-color-active);
98
140
  background: #fff;
99
141
  }
100
142
  .ant-btn:active > a:only-child {
@@ -168,8 +210,8 @@
168
210
  .ant-btn-primary:hover,
169
211
  .ant-btn-primary:focus {
170
212
  color: #fff;
171
- border-color: #548aff;
172
- background: #548aff;
213
+ border-color: var(--ant-primary-color-hover);
214
+ background: var(--ant-primary-color-hover);
173
215
  }
174
216
  .ant-btn-primary:hover > a:only-child,
175
217
  .ant-btn-primary:focus > a:only-child {
@@ -187,8 +229,8 @@
187
229
  }
188
230
  .ant-btn-primary:active {
189
231
  color: #fff;
190
- border-color: #1a4ad9;
191
- background: #1a4ad9;
232
+ border-color: var(--ant-primary-color-active);
233
+ background: var(--ant-primary-color-active);
192
234
  }
193
235
  .ant-btn-primary:active > a:only-child {
194
236
  color: currentcolor;
@@ -231,21 +273,21 @@
231
273
  content: '';
232
274
  }
233
275
  .ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child) {
234
- border-right-color: #548aff;
235
- border-left-color: #548aff;
276
+ border-right-color: var(--ant-primary-5);
277
+ border-left-color: var(--ant-primary-5);
236
278
  }
237
279
  .ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child):disabled {
238
280
  border-color: #d2d2d2;
239
281
  }
240
282
  .ant-btn-group .ant-btn-primary:first-child:not(:last-child) {
241
- border-right-color: #548aff;
283
+ border-right-color: var(--ant-primary-5);
242
284
  }
243
285
  .ant-btn-group .ant-btn-primary:first-child:not(:last-child)[disabled] {
244
286
  border-right-color: #d2d2d2;
245
287
  }
246
288
  .ant-btn-group .ant-btn-primary:last-child:not(:first-child),
247
289
  .ant-btn-group .ant-btn-primary + .ant-btn-primary {
248
- border-left-color: #548aff;
290
+ border-left-color: var(--ant-primary-5);
249
291
  }
250
292
  .ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled],
251
293
  .ant-btn-group .ant-btn-primary + .ant-btn-primary[disabled] {
@@ -270,8 +312,8 @@
270
312
  }
271
313
  .ant-btn-ghost:hover,
272
314
  .ant-btn-ghost:focus {
273
- color: #548aff;
274
- border-color: #548aff;
315
+ color: var(--ant-primary-color-hover);
316
+ border-color: var(--ant-primary-color-hover);
275
317
  background: transparent;
276
318
  }
277
319
  .ant-btn-ghost:hover > a:only-child,
@@ -289,8 +331,8 @@
289
331
  content: '';
290
332
  }
291
333
  .ant-btn-ghost:active {
292
- color: #1a4ad9;
293
- border-color: #1a4ad9;
334
+ color: var(--ant-primary-color-active);
335
+ border-color: var(--ant-primary-color-active);
294
336
  background: transparent;
295
337
  }
296
338
  .ant-btn-ghost:active > a:only-child {
@@ -353,8 +395,8 @@
353
395
  }
354
396
  .ant-btn-dashed:hover,
355
397
  .ant-btn-dashed:focus {
356
- color: #548aff;
357
- border-color: #548aff;
398
+ color: var(--ant-primary-color-hover);
399
+ border-color: var(--ant-primary-color-hover);
358
400
  background: #fff;
359
401
  }
360
402
  .ant-btn-dashed:hover > a:only-child,
@@ -372,8 +414,8 @@
372
414
  content: '';
373
415
  }
374
416
  .ant-btn-dashed:active {
375
- color: #1a4ad9;
376
- border-color: #1a4ad9;
417
+ color: var(--ant-primary-color-active);
418
+ border-color: var(--ant-primary-color-active);
377
419
  background: #fff;
378
420
  }
379
421
  .ant-btn-dashed:active > a:only-child {
@@ -438,8 +480,8 @@
438
480
  .ant-btn-danger:hover,
439
481
  .ant-btn-danger:focus {
440
482
  color: #fff;
441
- border-color: #ff5c57;
442
- background: #ff5c57;
483
+ border-color: var(--ant-error-color-hover);
484
+ background: var(--ant-error-color-hover);
443
485
  }
444
486
  .ant-btn-danger:hover > a:only-child,
445
487
  .ant-btn-danger:focus > a:only-child {
@@ -457,8 +499,8 @@
457
499
  }
458
500
  .ant-btn-danger:active {
459
501
  color: #fff;
460
- border-color: #cf1b21;
461
- background: #cf1b21;
502
+ border-color: var(--ant-error-color-active);
503
+ background: var(--ant-error-color-active);
462
504
  }
463
505
  .ant-btn-danger:active > a:only-child {
464
506
  color: currentcolor;
@@ -520,8 +562,8 @@
520
562
  }
521
563
  .ant-btn-link:hover,
522
564
  .ant-btn-link:focus {
523
- color: #548aff;
524
- border-color: #548aff;
565
+ color: var(--ant-primary-color-hover);
566
+ border-color: var(--ant-primary-color-hover);
525
567
  background: transparent;
526
568
  }
527
569
  .ant-btn-link:hover > a:only-child,
@@ -539,8 +581,8 @@
539
581
  content: '';
540
582
  }
541
583
  .ant-btn-link:active {
542
- color: #1a4ad9;
543
- border-color: #1a4ad9;
584
+ color: var(--ant-primary-color-active);
585
+ border-color: var(--ant-primary-color-active);
544
586
  background: transparent;
545
587
  }
546
588
  .ant-btn-link:active > a:only-child {
@@ -639,8 +681,8 @@
639
681
  }
640
682
  .ant-btn-text:hover,
641
683
  .ant-btn-text:focus {
642
- color: #548aff;
643
- border-color: #548aff;
684
+ color: var(--ant-primary-color-hover);
685
+ border-color: var(--ant-primary-color-hover);
644
686
  background: transparent;
645
687
  }
646
688
  .ant-btn-text:hover > a:only-child,
@@ -658,8 +700,8 @@
658
700
  content: '';
659
701
  }
660
702
  .ant-btn-text:active {
661
- color: #1a4ad9;
662
- border-color: #1a4ad9;
703
+ color: var(--ant-primary-color-active);
704
+ border-color: var(--ant-primary-color-active);
663
705
  background: transparent;
664
706
  }
665
707
  .ant-btn-text:active > a:only-child {
@@ -760,8 +802,8 @@
760
802
  }
761
803
  .ant-btn-dangerous:hover,
762
804
  .ant-btn-dangerous:focus {
763
- color: #ff5c57;
764
- border-color: #ff5c57;
805
+ color: var(--ant-error-color-hover);
806
+ border-color: var(--ant-error-color-hover);
765
807
  background: #fff;
766
808
  }
767
809
  .ant-btn-dangerous:hover > a:only-child,
@@ -779,8 +821,8 @@
779
821
  content: '';
780
822
  }
781
823
  .ant-btn-dangerous:active {
782
- color: #cf1b21;
783
- border-color: #cf1b21;
824
+ color: var(--ant-error-color-active);
825
+ border-color: var(--ant-error-color-active);
784
826
  background: #fff;
785
827
  }
786
828
  .ant-btn-dangerous:active > a:only-child {
@@ -845,8 +887,8 @@
845
887
  .ant-btn-dangerous.ant-btn-primary:hover,
846
888
  .ant-btn-dangerous.ant-btn-primary:focus {
847
889
  color: #fff;
848
- border-color: #ff5c57;
849
- background: #ff5c57;
890
+ border-color: var(--ant-error-color-hover);
891
+ background: var(--ant-error-color-hover);
850
892
  }
851
893
  .ant-btn-dangerous.ant-btn-primary:hover > a:only-child,
852
894
  .ant-btn-dangerous.ant-btn-primary:focus > a:only-child {
@@ -864,8 +906,8 @@
864
906
  }
865
907
  .ant-btn-dangerous.ant-btn-primary:active {
866
908
  color: #fff;
867
- border-color: #cf1b21;
868
- background: #cf1b21;
909
+ border-color: var(--ant-error-color-active);
910
+ background: var(--ant-error-color-active);
869
911
  }
870
912
  .ant-btn-dangerous.ant-btn-primary:active > a:only-child {
871
913
  color: currentcolor;
@@ -927,8 +969,8 @@
927
969
  }
928
970
  .ant-btn-dangerous.ant-btn-link:hover,
929
971
  .ant-btn-dangerous.ant-btn-link:focus {
930
- color: #548aff;
931
- border-color: #548aff;
972
+ color: var(--ant-primary-color-hover);
973
+ border-color: var(--ant-primary-color-hover);
932
974
  background: transparent;
933
975
  }
934
976
  .ant-btn-dangerous.ant-btn-link:hover > a:only-child,
@@ -946,8 +988,8 @@
946
988
  content: '';
947
989
  }
948
990
  .ant-btn-dangerous.ant-btn-link:active {
949
- color: #1a4ad9;
950
- border-color: #1a4ad9;
991
+ color: var(--ant-primary-color-active);
992
+ border-color: var(--ant-primary-color-active);
951
993
  background: transparent;
952
994
  }
953
995
  .ant-btn-dangerous.ant-btn-link:active > a:only-child {
@@ -992,7 +1034,7 @@
992
1034
  }
993
1035
  .ant-btn-dangerous.ant-btn-link:hover,
994
1036
  .ant-btn-dangerous.ant-btn-link:focus {
995
- color: #ff5c57;
1037
+ color: var(--ant-error-color-hover);
996
1038
  border-color: transparent;
997
1039
  background: transparent;
998
1040
  }
@@ -1011,7 +1053,7 @@
1011
1053
  content: '';
1012
1054
  }
1013
1055
  .ant-btn-dangerous.ant-btn-link:active {
1014
- color: #cf1b21;
1056
+ color: var(--ant-error-color-active);
1015
1057
  border-color: transparent;
1016
1058
  background: transparent;
1017
1059
  }
@@ -1075,8 +1117,8 @@
1075
1117
  }
1076
1118
  .ant-btn-dangerous.ant-btn-text:hover,
1077
1119
  .ant-btn-dangerous.ant-btn-text:focus {
1078
- color: #548aff;
1079
- border-color: #548aff;
1120
+ color: var(--ant-primary-color-hover);
1121
+ border-color: var(--ant-primary-color-hover);
1080
1122
  background: transparent;
1081
1123
  }
1082
1124
  .ant-btn-dangerous.ant-btn-text:hover > a:only-child,
@@ -1094,8 +1136,8 @@
1094
1136
  content: '';
1095
1137
  }
1096
1138
  .ant-btn-dangerous.ant-btn-text:active {
1097
- color: #1a4ad9;
1098
- border-color: #1a4ad9;
1139
+ color: var(--ant-primary-color-active);
1140
+ border-color: var(--ant-primary-color-active);
1099
1141
  background: transparent;
1100
1142
  }
1101
1143
  .ant-btn-dangerous.ant-btn-text:active > a:only-child {
@@ -1140,7 +1182,7 @@
1140
1182
  }
1141
1183
  .ant-btn-dangerous.ant-btn-text:hover,
1142
1184
  .ant-btn-dangerous.ant-btn-text:focus {
1143
- color: #ff5c57;
1185
+ color: var(--ant-error-color-hover);
1144
1186
  border-color: transparent;
1145
1187
  background: rgba(0, 0, 0, 0.018);
1146
1188
  }
@@ -1159,7 +1201,7 @@
1159
1201
  content: '';
1160
1202
  }
1161
1203
  .ant-btn-dangerous.ant-btn-text:active {
1162
- color: #cf1b21;
1204
+ color: var(--ant-error-color-active);
1163
1205
  border-color: transparent;
1164
1206
  background: rgba(0, 0, 0, 0.028);
1165
1207
  }
@@ -1470,12 +1512,12 @@ a.ant-btn-icon-only > .anticon {
1470
1512
  }
1471
1513
  .ant-btn.ant-btn-background-ghost:hover,
1472
1514
  .ant-btn.ant-btn-background-ghost:focus {
1473
- color: #548aff;
1474
- border-color: #548aff;
1515
+ color: var(--ant-primary-color-hover);
1516
+ border-color: var(--ant-primary-color-hover);
1475
1517
  }
1476
1518
  .ant-btn.ant-btn-background-ghost:active {
1477
- color: #1a4ad9;
1478
- border-color: #1a4ad9;
1519
+ color: var(--ant-primary-color-active);
1520
+ border-color: var(--ant-primary-color-active);
1479
1521
  }
1480
1522
  .ant-btn.ant-btn-background-ghost[disabled] {
1481
1523
  color: #a9a9a9;
@@ -1501,8 +1543,9 @@ a.ant-btn-icon-only > .anticon {
1501
1543
  }
1502
1544
  .ant-btn-background-ghost.ant-btn-primary:hover,
1503
1545
  .ant-btn-background-ghost.ant-btn-primary:focus {
1504
- color: #548aff;
1505
- border-color: #548aff;
1546
+ color: var(--ant-primary-color-hover);
1547
+ border-color: var(--ant-primary-color-hover);
1548
+ background: transparent;
1506
1549
  }
1507
1550
  .ant-btn-background-ghost.ant-btn-primary:hover > a:only-child,
1508
1551
  .ant-btn-background-ghost.ant-btn-primary:focus > a:only-child {
@@ -1519,8 +1562,9 @@ a.ant-btn-icon-only > .anticon {
1519
1562
  content: '';
1520
1563
  }
1521
1564
  .ant-btn-background-ghost.ant-btn-primary:active {
1522
- color: #1a4ad9;
1523
- border-color: #1a4ad9;
1565
+ color: var(--ant-primary-color-active);
1566
+ border-color: var(--ant-primary-color-active);
1567
+ background: transparent;
1524
1568
  }
1525
1569
  .ant-btn-background-ghost.ant-btn-primary:active > a:only-child {
1526
1570
  color: currentcolor;
@@ -1581,8 +1625,9 @@ a.ant-btn-icon-only > .anticon {
1581
1625
  }
1582
1626
  .ant-btn-background-ghost.ant-btn-danger:hover,
1583
1627
  .ant-btn-background-ghost.ant-btn-danger:focus {
1584
- color: #ff5c57;
1585
- border-color: #ff5c57;
1628
+ color: var(--ant-error-color-hover);
1629
+ border-color: var(--ant-error-color-hover);
1630
+ background: transparent;
1586
1631
  }
1587
1632
  .ant-btn-background-ghost.ant-btn-danger:hover > a:only-child,
1588
1633
  .ant-btn-background-ghost.ant-btn-danger:focus > a:only-child {
@@ -1599,8 +1644,9 @@ a.ant-btn-icon-only > .anticon {
1599
1644
  content: '';
1600
1645
  }
1601
1646
  .ant-btn-background-ghost.ant-btn-danger:active {
1602
- color: #cf1b21;
1603
- border-color: #cf1b21;
1647
+ color: var(--ant-error-color-active);
1648
+ border-color: var(--ant-error-color-active);
1649
+ background: transparent;
1604
1650
  }
1605
1651
  .ant-btn-background-ghost.ant-btn-danger:active > a:only-child {
1606
1652
  color: currentcolor;
@@ -1661,8 +1707,9 @@ a.ant-btn-icon-only > .anticon {
1661
1707
  }
1662
1708
  .ant-btn-background-ghost.ant-btn-dangerous:hover,
1663
1709
  .ant-btn-background-ghost.ant-btn-dangerous:focus {
1664
- color: #ff5c57;
1665
- border-color: #ff5c57;
1710
+ color: var(--ant-error-color-hover);
1711
+ border-color: var(--ant-error-color-hover);
1712
+ background: transparent;
1666
1713
  }
1667
1714
  .ant-btn-background-ghost.ant-btn-dangerous:hover > a:only-child,
1668
1715
  .ant-btn-background-ghost.ant-btn-dangerous:focus > a:only-child {
@@ -1679,8 +1726,9 @@ a.ant-btn-icon-only > .anticon {
1679
1726
  content: '';
1680
1727
  }
1681
1728
  .ant-btn-background-ghost.ant-btn-dangerous:active {
1682
- color: #cf1b21;
1683
- border-color: #cf1b21;
1729
+ color: var(--ant-error-color-active);
1730
+ border-color: var(--ant-error-color-active);
1731
+ background: transparent;
1684
1732
  }
1685
1733
  .ant-btn-background-ghost.ant-btn-dangerous:active > a:only-child {
1686
1734
  color: currentcolor;
@@ -1741,8 +1789,9 @@ a.ant-btn-icon-only > .anticon {
1741
1789
  }
1742
1790
  .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover,
1743
1791
  .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus {
1744
- color: #ff5c57;
1792
+ color: var(--ant-error-color-active);
1745
1793
  border-color: transparent;
1794
+ background: transparent;
1746
1795
  }
1747
1796
  .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover > a:only-child,
1748
1797
  .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus > a:only-child {
@@ -1759,8 +1808,9 @@ a.ant-btn-icon-only > .anticon {
1759
1808
  content: '';
1760
1809
  }
1761
1810
  .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active {
1762
- color: #cf1b21;
1811
+ color: var(--ant-error-color-active);
1763
1812
  border-color: transparent;
1813
+ background: transparent;
1764
1814
  }
1765
1815
  .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active > a:only-child {
1766
1816
  color: currentcolor;
@@ -1867,13 +1917,13 @@ a.ant-btn-sm {
1867
1917
  }
1868
1918
  .ant-btn-group-rtl.ant-btn-group .ant-btn-primary:last-child:not(:first-child),
1869
1919
  .ant-btn-group-rtl.ant-btn-group .ant-btn-primary + .ant-btn-primary {
1870
- border-right-color: #548aff;
1920
+ border-right-color: var(--ant-primary-5);
1871
1921
  border-left-color: #d2d2d2;
1872
1922
  }
1873
1923
  .ant-btn-group-rtl.ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled],
1874
1924
  .ant-btn-group-rtl.ant-btn-group .ant-btn-primary + .ant-btn-primary[disabled] {
1875
1925
  border-right-color: #d2d2d2;
1876
- border-left-color: #548aff;
1926
+ border-left-color: var(--ant-primary-5);
1877
1927
  }
1878
1928
  .ant-btn-rtl.ant-btn > .ant-btn-loading-icon .anticon {
1879
1929
  padding-right: 0;
@@ -2,6 +2,48 @@
2
2
  /* stylelint-disable no-duplicate-selectors */
3
3
  /* stylelint-disable */
4
4
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
5
+ html {
6
+ --ant-primary-color: #1890ff;
7
+ --ant-primary-color-hover: #40a9ff;
8
+ --ant-primary-color-active: #096dd9;
9
+ --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
10
+ --ant-primary-1: #e6f7ff;
11
+ --ant-primary-2: #bae7ff;
12
+ --ant-primary-3: #91d5ff;
13
+ --ant-primary-4: #69c0ff;
14
+ --ant-primary-5: #40a9ff;
15
+ --ant-primary-6: #1890ff;
16
+ --ant-primary-7: #096dd9;
17
+ --ant-primary-color-deprecated-pure: ;
18
+ --ant-primary-color-deprecated-l-35: #cbe6ff;
19
+ --ant-primary-color-deprecated-l-20: #7ec1ff;
20
+ --ant-primary-color-deprecated-t-20: #46a6ff;
21
+ --ant-primary-color-deprecated-t-50: #8cc8ff;
22
+ --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
23
+ --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
24
+ --ant-primary-color-active-deprecated-d-02: #dcf4ff;
25
+ --ant-success-color: #36c626;
26
+ --ant-success-color-hover: #5cd44a;
27
+ --ant-success-color-active: #20a116;
28
+ --ant-success-color-outline: rgba(54, 198, 38, 0.2);
29
+ --ant-success-color-deprecated-bg: #f4fff0;
30
+ --ant-success-color-deprecated-border: #afed9f;
31
+ --ant-error-color: #ff5c57;
32
+ --ant-error-color-hover: #ff8880;
33
+ --ant-error-color-active: #d93f3f;
34
+ --ant-error-color-outline: rgba(255, 92, 87, 0.2);
35
+ --ant-error-color-deprecated-bg: #fff3f0;
36
+ --ant-error-color-deprecated-border: #ffd7d1;
37
+ --ant-warning-color: #ffab00;
38
+ --ant-warning-color-hover: #ffbf29;
39
+ --ant-warning-color-active: #d98900;
40
+ --ant-warning-color-outline: rgba(255, 171, 0, 0.2);
41
+ --ant-warning-color-deprecated-bg: #fffbe6;
42
+ --ant-warning-color-deprecated-border: #ffe07a;
43
+ --ant-info-color: #1890ff;
44
+ --ant-info-color-deprecated-bg: #e6f7ff;
45
+ --ant-info-color-deprecated-border: #91d5ff;
46
+ }
5
47
  .ant-picker-calendar {
6
48
  box-sizing: border-box;
7
49
  margin: 0;
@@ -95,7 +137,7 @@
95
137
  .ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected:hover .ant-picker-calendar-date,
96
138
  .ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected .ant-picker-calendar-date-today,
97
139
  .ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected:hover .ant-picker-calendar-date-today {
98
- background: #f0f7ff;
140
+ background: var(--ant-primary-1);
99
141
  }
100
142
  .ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected .ant-picker-calendar-date .ant-picker-calendar-date-value,
101
143
  .ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected:hover .ant-picker-calendar-date .ant-picker-calendar-date-value,
@@ -2,6 +2,48 @@
2
2
  /* stylelint-disable no-duplicate-selectors */
3
3
  /* stylelint-disable */
4
4
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
5
+ html {
6
+ --ant-primary-color: #1890ff;
7
+ --ant-primary-color-hover: #40a9ff;
8
+ --ant-primary-color-active: #096dd9;
9
+ --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
10
+ --ant-primary-1: #e6f7ff;
11
+ --ant-primary-2: #bae7ff;
12
+ --ant-primary-3: #91d5ff;
13
+ --ant-primary-4: #69c0ff;
14
+ --ant-primary-5: #40a9ff;
15
+ --ant-primary-6: #1890ff;
16
+ --ant-primary-7: #096dd9;
17
+ --ant-primary-color-deprecated-pure: ;
18
+ --ant-primary-color-deprecated-l-35: #cbe6ff;
19
+ --ant-primary-color-deprecated-l-20: #7ec1ff;
20
+ --ant-primary-color-deprecated-t-20: #46a6ff;
21
+ --ant-primary-color-deprecated-t-50: #8cc8ff;
22
+ --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
23
+ --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
24
+ --ant-primary-color-active-deprecated-d-02: #dcf4ff;
25
+ --ant-success-color: #36c626;
26
+ --ant-success-color-hover: #5cd44a;
27
+ --ant-success-color-active: #20a116;
28
+ --ant-success-color-outline: rgba(54, 198, 38, 0.2);
29
+ --ant-success-color-deprecated-bg: #f4fff0;
30
+ --ant-success-color-deprecated-border: #afed9f;
31
+ --ant-error-color: #ff5c57;
32
+ --ant-error-color-hover: #ff8880;
33
+ --ant-error-color-active: #d93f3f;
34
+ --ant-error-color-outline: rgba(255, 92, 87, 0.2);
35
+ --ant-error-color-deprecated-bg: #fff3f0;
36
+ --ant-error-color-deprecated-border: #ffd7d1;
37
+ --ant-warning-color: #ffab00;
38
+ --ant-warning-color-hover: #ffbf29;
39
+ --ant-warning-color-active: #d98900;
40
+ --ant-warning-color-outline: rgba(255, 171, 0, 0.2);
41
+ --ant-warning-color-deprecated-bg: #fffbe6;
42
+ --ant-warning-color-deprecated-border: #ffe07a;
43
+ --ant-info-color: #1890ff;
44
+ --ant-info-color-deprecated-bg: #e6f7ff;
45
+ --ant-info-color-deprecated-border: #91d5ff;
46
+ }
5
47
  .ant-card {
6
48
  box-sizing: border-box;
7
49
  margin: 0;
@@ -2,6 +2,48 @@
2
2
  /* stylelint-disable no-duplicate-selectors */
3
3
  /* stylelint-disable */
4
4
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
5
+ html {
6
+ --ant-primary-color: #1890ff;
7
+ --ant-primary-color-hover: #40a9ff;
8
+ --ant-primary-color-active: #096dd9;
9
+ --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
10
+ --ant-primary-1: #e6f7ff;
11
+ --ant-primary-2: #bae7ff;
12
+ --ant-primary-3: #91d5ff;
13
+ --ant-primary-4: #69c0ff;
14
+ --ant-primary-5: #40a9ff;
15
+ --ant-primary-6: #1890ff;
16
+ --ant-primary-7: #096dd9;
17
+ --ant-primary-color-deprecated-pure: ;
18
+ --ant-primary-color-deprecated-l-35: #cbe6ff;
19
+ --ant-primary-color-deprecated-l-20: #7ec1ff;
20
+ --ant-primary-color-deprecated-t-20: #46a6ff;
21
+ --ant-primary-color-deprecated-t-50: #8cc8ff;
22
+ --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
23
+ --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
24
+ --ant-primary-color-active-deprecated-d-02: #dcf4ff;
25
+ --ant-success-color: #36c626;
26
+ --ant-success-color-hover: #5cd44a;
27
+ --ant-success-color-active: #20a116;
28
+ --ant-success-color-outline: rgba(54, 198, 38, 0.2);
29
+ --ant-success-color-deprecated-bg: #f4fff0;
30
+ --ant-success-color-deprecated-border: #afed9f;
31
+ --ant-error-color: #ff5c57;
32
+ --ant-error-color-hover: #ff8880;
33
+ --ant-error-color-active: #d93f3f;
34
+ --ant-error-color-outline: rgba(255, 92, 87, 0.2);
35
+ --ant-error-color-deprecated-bg: #fff3f0;
36
+ --ant-error-color-deprecated-border: #ffd7d1;
37
+ --ant-warning-color: #ffab00;
38
+ --ant-warning-color-hover: #ffbf29;
39
+ --ant-warning-color-active: #d98900;
40
+ --ant-warning-color-outline: rgba(255, 171, 0, 0.2);
41
+ --ant-warning-color-deprecated-bg: #fffbe6;
42
+ --ant-warning-color-deprecated-border: #ffe07a;
43
+ --ant-info-color: #1890ff;
44
+ --ant-info-color-deprecated-bg: #e6f7ff;
45
+ --ant-info-color-deprecated-border: #91d5ff;
46
+ }
5
47
  .ant-carousel {
6
48
  box-sizing: border-box;
7
49
  margin: 0;
@@ -2,6 +2,48 @@
2
2
  /* stylelint-disable no-duplicate-selectors */
3
3
  /* stylelint-disable */
4
4
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
5
+ html {
6
+ --ant-primary-color: #1890ff;
7
+ --ant-primary-color-hover: #40a9ff;
8
+ --ant-primary-color-active: #096dd9;
9
+ --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
10
+ --ant-primary-1: #e6f7ff;
11
+ --ant-primary-2: #bae7ff;
12
+ --ant-primary-3: #91d5ff;
13
+ --ant-primary-4: #69c0ff;
14
+ --ant-primary-5: #40a9ff;
15
+ --ant-primary-6: #1890ff;
16
+ --ant-primary-7: #096dd9;
17
+ --ant-primary-color-deprecated-pure: ;
18
+ --ant-primary-color-deprecated-l-35: #cbe6ff;
19
+ --ant-primary-color-deprecated-l-20: #7ec1ff;
20
+ --ant-primary-color-deprecated-t-20: #46a6ff;
21
+ --ant-primary-color-deprecated-t-50: #8cc8ff;
22
+ --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
23
+ --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
24
+ --ant-primary-color-active-deprecated-d-02: #dcf4ff;
25
+ --ant-success-color: #36c626;
26
+ --ant-success-color-hover: #5cd44a;
27
+ --ant-success-color-active: #20a116;
28
+ --ant-success-color-outline: rgba(54, 198, 38, 0.2);
29
+ --ant-success-color-deprecated-bg: #f4fff0;
30
+ --ant-success-color-deprecated-border: #afed9f;
31
+ --ant-error-color: #ff5c57;
32
+ --ant-error-color-hover: #ff8880;
33
+ --ant-error-color-active: #d93f3f;
34
+ --ant-error-color-outline: rgba(255, 92, 87, 0.2);
35
+ --ant-error-color-deprecated-bg: #fff3f0;
36
+ --ant-error-color-deprecated-border: #ffd7d1;
37
+ --ant-warning-color: #ffab00;
38
+ --ant-warning-color-hover: #ffbf29;
39
+ --ant-warning-color-active: #d98900;
40
+ --ant-warning-color-outline: rgba(255, 171, 0, 0.2);
41
+ --ant-warning-color-deprecated-bg: #fffbe6;
42
+ --ant-warning-color-deprecated-border: #ffe07a;
43
+ --ant-info-color: #1890ff;
44
+ --ant-info-color-deprecated-bg: #e6f7ff;
45
+ --ant-info-color-deprecated-border: #91d5ff;
46
+ }
5
47
  @-webkit-keyframes antCheckboxEffect {
6
48
  0% {
7
49
  transform: scale(1);
@@ -283,7 +325,7 @@
283
325
  .ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled),
284
326
  .ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled):hover {
285
327
  font-weight: 600;
286
- background-color: #f0f7ff;
328
+ background-color: var(--ant-primary-1);
287
329
  }
288
330
  .ant-cascader-menu-item-content {
289
331
  flex: auto;
@@ -299,7 +341,7 @@
299
341
  color: #a9a9a9;
300
342
  }
301
343
  .ant-cascader-menu-item-keyword {
302
- color: #ff4d4f;
344
+ color: #ff5c57;
303
345
  }
304
346
  .ant-cascader-rtl .ant-cascader-menu-item-expand-icon,
305
347
  .ant-cascader-rtl .ant-cascader-menu-item-loading-icon {