@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
@@ -1,6 +1,6 @@
1
1
  // Default using variable as entry to support site variable version
2
2
  // This will be replaced in webpack bundle
3
- @root-entry-name: default;
3
+ @root-entry-name: variable;
4
4
 
5
5
  // @import './default.less';
6
6
  // @import './variable.less';
@@ -14,8 +14,12 @@
14
14
 
15
15
  // ========= Primary Color =========
16
16
  --@{ant-prefix}-primary-color: @base-primary;
17
- --@{ant-prefix}-primary-color-hover: color(~`colorPalette('@{base-primary}', 5) `);
18
- --@{ant-prefix}-primary-color-active: color(~`colorPalette('@{base-primary}', 7) `);
17
+ --@{ant-prefix}-primary-color-hover: color(
18
+ ~`colorPalette('@{base-primary}', 5) `
19
+ );
20
+ --@{ant-prefix}-primary-color-active: color(
21
+ ~`colorPalette('@{base-primary}', 7) `
22
+ );
19
23
  --@{ant-prefix}-primary-color-outline: fade(@base-primary, @outline-fade);
20
24
 
21
25
  // Legacy
@@ -36,16 +40,28 @@
36
40
  --@{ant-prefix}-primary-color-deprecated-t-20: tint(@base-primary, 20%);
37
41
  --@{ant-prefix}-primary-color-deprecated-t-50: tint(@base-primary, 50%);
38
42
  --@{ant-prefix}-primary-color-deprecated-f-12: fade(@base-primary, 12%);
39
- --@{ant-prefix}-primary-color-active-deprecated-f-30: fade(@legacy-primary-1, 30%);
40
- --@{ant-prefix}-primary-color-active-deprecated-d-02: darken(@legacy-primary-1, 2%);
43
+ --@{ant-prefix}-primary-color-active-deprecated-f-30: fade(
44
+ @legacy-primary-1,
45
+ 30%
46
+ );
47
+ --@{ant-prefix}-primary-color-active-deprecated-d-02: darken(
48
+ @legacy-primary-1,
49
+ 2%
50
+ );
41
51
 
42
52
  // ========= Success Color =========
43
53
  --@{ant-prefix}-success-color: @green-6;
44
54
  --@{ant-prefix}-success-color-hover: color(~`colorPalette('@{green-6}', 5) `);
45
- --@{ant-prefix}-success-color-active: color(~`colorPalette('@{green-6}', 7) `);
55
+ --@{ant-prefix}-success-color-active: color(
56
+ ~`colorPalette('@{green-6}', 7) `
57
+ );
46
58
  --@{ant-prefix}-success-color-outline: fade(@green-6, @outline-fade);
47
59
  --@{ant-prefix}-success-color-deprecated-bg: ~`colorPalette('@{green-6}', 1) `;
48
- --@{ant-prefix}-success-color-deprecated-border: ~`colorPalette('@{green-6}', 3) `;
60
+ --@{ant-prefix}-success-color-deprecated-border: ~`colorPalette(
61
+ '@{green-6}',
62
+ 3
63
+ )
64
+ `;
49
65
 
50
66
  // ========== Error Color ==========
51
67
  --@{ant-prefix}-error-color: @red-5;
@@ -61,12 +77,21 @@
61
77
  --@{ant-prefix}-warning-color-active: color(~`colorPalette('@{gold-6}', 7) `);
62
78
  --@{ant-prefix}-warning-color-outline: fade(@gold-6, @outline-fade);
63
79
  --@{ant-prefix}-warning-color-deprecated-bg: ~`colorPalette('@{gold-6}', 1) `;
64
- --@{ant-prefix}-warning-color-deprecated-border: ~`colorPalette('@{gold-6}', 3) `;
80
+ --@{ant-prefix}-warning-color-deprecated-border: ~`colorPalette(
81
+ '@{gold-6}',
82
+ 3
83
+ )
84
+ `;
65
85
 
66
86
  // ========== Info Color ===========
67
87
  --@{ant-prefix}-info-color: @base-primary;
68
- --@{ant-prefix}-info-color-deprecated-bg: ~`colorPalette('@{base-primary}', 1) `;
69
- --@{ant-prefix}-info-color-deprecated-border: ~`colorPalette('@{base-primary}', 3) `;
88
+ --@{ant-prefix}-info-color-deprecated-bg: ~`colorPalette('@{base-primary}', 1)
89
+ `;
90
+ --@{ant-prefix}-info-color-deprecated-border: ~`colorPalette(
91
+ '@{base-primary}',
92
+ 3
93
+ )
94
+ `;
70
95
  }
71
96
 
72
97
  // -------- Colors -----------
@@ -135,10 +160,11 @@
135
160
  // Popover background color
136
161
  @popover-background: @component-background;
137
162
  @popover-customize-border-color: @border-color-split;
138
- @font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial,
139
- 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
140
- 'Noto Color Emoji';
141
- @code-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
163
+ @font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
164
+ 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji',
165
+ 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
166
+ @code-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier,
167
+ monospace;
142
168
  @text-color: fade(@black, 85%);
143
169
  @text-color-secondary: fade(@black, 45%);
144
170
  @text-color-inverse: @white;
@@ -160,7 +186,7 @@
160
186
  @heading-5-size: ceil(@font-size-base * 1.14);
161
187
  // https://github.com/ant-design/ant-design/issues/20210
162
188
  @line-height-base: 1.5715;
163
- @border-radius-base: 2px;
189
+ @border-radius-base: 4px;
164
190
  @border-radius-sm: @border-radius-base;
165
191
 
166
192
  // control border
@@ -238,7 +264,11 @@
238
264
  @outline-color: @primary-color; // No use anymore
239
265
  @outline-fade: 20%;
240
266
 
241
- @background-color-light: hsv(0, 0, 98%); // background of header and selected item
267
+ @background-color-light: hsv(
268
+ 0,
269
+ 0,
270
+ 98%
271
+ ); // background of header and selected item
242
272
  @background-color-base: hsv(0, 0, 96%); // Default grey background color
243
273
 
244
274
  // Disabled states
@@ -251,14 +281,14 @@
251
281
  @shadow-color: rgba(0, 0, 0, 0.15);
252
282
  @shadow-color-inverse: @component-background;
253
283
  @box-shadow-base: @shadow-2;
254
- @shadow-1-up: 0 -6px 16px -8px rgba(0, 0, 0, 0.08), 0 -9px 28px 0 rgba(0, 0, 0, 0.05),
255
- 0 -12px 48px 16px rgba(0, 0, 0, 0.03);
256
- @shadow-1-down: 0 6px 16px -8px rgba(0, 0, 0, 0.08), 0 9px 28px 0 rgba(0, 0, 0, 0.05),
257
- 0 12px 48px 16px rgba(0, 0, 0, 0.03);
258
- @shadow-1-left: -6px 0 16px -8px rgba(0, 0, 0, 0.08), -9px 0 28px 0 rgba(0, 0, 0, 0.05),
259
- -12px 0 48px 16px rgba(0, 0, 0, 0.03);
260
- @shadow-1-right: 6px 0 16px -8px rgba(0, 0, 0, 0.08), 9px 0 28px 0 rgba(0, 0, 0, 0.05),
261
- 12px 0 48px 16px rgba(0, 0, 0, 0.03);
284
+ @shadow-1-up: 0 -6px 16px -8px rgba(0, 0, 0, 0.08),
285
+ 0 -9px 28px 0 rgba(0, 0, 0, 0.05), 0 -12px 48px 16px rgba(0, 0, 0, 0.03);
286
+ @shadow-1-down: 0 6px 16px -8px rgba(0, 0, 0, 0.08),
287
+ 0 9px 28px 0 rgba(0, 0, 0, 0.05), 0 12px 48px 16px rgba(0, 0, 0, 0.03);
288
+ @shadow-1-left: -6px 0 16px -8px rgba(0, 0, 0, 0.08),
289
+ -9px 0 28px 0 rgba(0, 0, 0, 0.05), -12px 0 48px 16px rgba(0, 0, 0, 0.03);
290
+ @shadow-1-right: 6px 0 16px -8px rgba(0, 0, 0, 0.08),
291
+ 9px 0 28px 0 rgba(0, 0, 0, 0.05), 12px 0 48px 16px rgba(0, 0, 0, 0.03);
262
292
  @shadow-2: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08),
263
293
  0 9px 28px 8px rgba(0, 0, 0, 0.05);
264
294
 
@@ -488,13 +518,18 @@
488
518
  @input-padding-horizontal-sm: @control-padding-horizontal-sm - 1px;
489
519
  @input-padding-horizontal-lg: @input-padding-horizontal;
490
520
  @input-padding-vertical-base: max(
491
- (round(((@input-height-base - @font-size-base * @line-height-base) / 2) * 10) / 10) -
492
- @border-width-base,
521
+ (
522
+ round(
523
+ ((@input-height-base - @font-size-base * @line-height-base) / 2) * 10
524
+ ) / 10
525
+ ) - @border-width-base,
493
526
  3px
494
527
  );
495
528
  @input-padding-vertical-sm: max(
496
- (round(((@input-height-sm - @font-size-base * @line-height-base) / 2) * 10) / 10) -
497
- @border-width-base,
529
+ (
530
+ round(((@input-height-sm - @font-size-base * @line-height-base) / 2) * 10) /
531
+ 10
532
+ ) - @border-width-base,
498
533
  0
499
534
  );
500
535
  @input-padding-vertical-lg: (
@@ -539,7 +574,8 @@
539
574
  @select-selection-item-bg: @background-color-base;
540
575
  @select-selection-item-border-color: @border-color-split;
541
576
  @select-single-item-height-lg: 40px;
542
- @select-multiple-item-height: @input-height-base - @input-padding-vertical-base * 2; // Normal 24px
577
+ @select-multiple-item-height: @input-height-base - @input-padding-vertical-base *
578
+ 2; // Normal 24px
543
579
  @select-multiple-item-height-lg: 32px;
544
580
  @select-multiple-item-spacing-half: ceil((@input-padding-vertical-base / 2));
545
581
  @select-multiple-disabled-background: @input-disabled-bg;
@@ -610,21 +646,21 @@
610
646
  @modal-header-padding-horizontal: @padding-lg;
611
647
  @modal-body-padding: @padding-lg;
612
648
  @modal-header-bg: @component-background;
613
- @modal-header-padding: @modal-header-padding-vertical @modal-header-padding-horizontal;
649
+ @modal-header-padding: 20px 20px;
614
650
  @modal-header-border-width: @border-width-base;
615
651
  @modal-header-border-style: @border-style-base;
616
652
  @modal-header-title-line-height: 22px;
617
653
  @modal-header-title-font-size: @font-size-lg;
618
654
  @modal-header-border-color-split: @border-color-split;
619
- @modal-header-close-size: 56px;
655
+ @modal-header-close-size: 63px;
620
656
  @modal-content-bg: @component-background;
621
657
  @modal-heading-color: @heading-color;
622
658
  @modal-close-color: @text-color-secondary;
623
659
  @modal-footer-bg: transparent;
624
660
  @modal-footer-border-color-split: @border-color-split;
625
661
  @modal-footer-border-style: @border-style-base;
626
- @modal-footer-padding-vertical: 10px;
627
- @modal-footer-padding-horizontal: 16px;
662
+ @modal-footer-padding-vertical: 16px;
663
+ @modal-footer-padding-horizontal: 24px;
628
664
  @modal-footer-border-width: @border-width-base;
629
665
  @modal-mask-bg: fade(@black, 45%);
630
666
  @modal-confirm-body-padding: 32px 32px 24px;
@@ -806,8 +842,8 @@
806
842
  @card-actions-li-margin: 12px 0;
807
843
  @card-skeleton-bg: #cfd8dc;
808
844
  @card-background: @component-background;
809
- @card-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.12),
810
- 0 5px 12px 4px rgba(0, 0, 0, 0.09);
845
+ @card-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16),
846
+ 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 5px 12px 4px rgba(0, 0, 0, 0.09);
811
847
  @card-radius: @border-radius-base;
812
848
  @card-head-tabs-margin-bottom: -17px;
813
849
  @card-head-extra-color: @text-color;
@@ -900,8 +936,8 @@
900
936
  @pagination-item-size: @height-base;
901
937
  @pagination-item-size-sm: 24px;
902
938
  @pagination-font-family: @font-family;
903
- @pagination-font-weight-active: 500;
904
- @pagination-item-bg-active: @component-background;
939
+ @pagination-font-weight-active: 400;
940
+ @pagination-item-bg-active: @primary-color;
905
941
  @pagination-item-link-bg: @component-background;
906
942
  @pagination-item-disabled-color-active: @disabled-color;
907
943
  @pagination-item-disabled-bg-active: @disabled-active-bg;
@@ -1023,8 +1059,10 @@
1023
1059
  @alert-with-description-no-icon-padding-vertical: @padding-md - 1px;
1024
1060
  @alert-with-description-padding-vertical: @padding-md - 1px;
1025
1061
  @alert-with-description-padding: @alert-with-description-padding-vertical 15px
1026
- @alert-with-description-no-icon-padding-vertical @alert-with-description-icon-size;
1027
- @alert-icon-top: 8px + @font-size-base * (@line-height-base / 2) - (@font-size-base / 2);
1062
+ @alert-with-description-no-icon-padding-vertical
1063
+ @alert-with-description-icon-size;
1064
+ @alert-icon-top: 8px + @font-size-base * (@line-height-base / 2) -
1065
+ (@font-size-base / 2);
1028
1066
  @alert-with-description-icon-size: 24px;
1029
1067
 
1030
1068
  // List
@@ -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-switch {
6
48
  margin: 0;
7
49
  padding: 0;
@@ -33,7 +75,7 @@
33
75
  box-shadow: 0 0 0 2px rgba(169, 169, 169, 0.1);
34
76
  }
35
77
  .ant-switch-checked:focus {
36
- box-shadow: 0 0 0 2px #f0f7ff;
78
+ box-shadow: 0 0 0 2px var(--ant-primary-1);
37
79
  }
38
80
  .ant-switch:focus:hover {
39
81
  box-shadow: none;
@@ -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-table.ant-table-middle {
6
48
  font-size: 14px;
7
49
  }
@@ -264,11 +306,11 @@
264
306
  background: #fafafa;
265
307
  }
266
308
  .ant-table-tbody > tr.ant-table-row-selected > td {
267
- background: #f0f7ff;
309
+ background: var(--ant-primary-1);
268
310
  border-color: rgba(0, 0, 0, 0.03);
269
311
  }
270
312
  .ant-table-tbody > tr.ant-table-row-selected:hover > td {
271
- background: #e6f2ff;
313
+ background: var(--ant-primary-color-active-deprecated-d-02);
272
314
  }
273
315
  .ant-table-summary {
274
316
  position: relative;
@@ -435,7 +477,7 @@ td.ant-table-column-sort {
435
477
  }
436
478
  .ant-table-filter-dropdown-tree .ant-tree-treenode-checkbox-checked .ant-tree-node-content-wrapper,
437
479
  .ant-table-filter-dropdown-tree .ant-tree-treenode-checkbox-checked .ant-tree-node-content-wrapper:hover {
438
- background-color: #cfe3ff;
480
+ background-color: var(--ant-primary-2);
439
481
  }
440
482
  .ant-table-filter-dropdown-search {
441
483
  padding: 8px;
@@ -551,10 +593,10 @@ table tr th.ant-table-selection-column::after {
551
593
  }
552
594
  .ant-table-row-expand-icon:focus,
553
595
  .ant-table-row-expand-icon:hover {
554
- color: #548aff;
596
+ color: var(--ant-primary-color-hover);
555
597
  }
556
598
  .ant-table-row-expand-icon:active {
557
- color: #1a4ad9;
599
+ color: var(--ant-primary-color-active);
558
600
  }
559
601
  .ant-table-row-expand-icon:focus,
560
602
  .ant-table-row-expand-icon:hover,
@@ -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-tabs-small > .ant-tabs-nav .ant-tabs-tab {
6
48
  padding: 8px 0;
7
49
  font-size: 14px;
@@ -345,7 +387,7 @@
345
387
  cursor: pointer;
346
388
  }
347
389
  .ant-tabs-dropdown-menu-item-remove:hover {
348
- color: #548aff;
390
+ color: var(--ant-primary-5);
349
391
  }
350
392
  .ant-tabs-dropdown-menu-item:hover {
351
393
  background: #f5f5f5;
@@ -506,13 +548,13 @@
506
548
  }
507
549
  .ant-tabs > .ant-tabs-nav .ant-tabs-nav-add:hover,
508
550
  .ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add:hover {
509
- color: #548aff;
551
+ color: var(--ant-primary-5);
510
552
  }
511
553
  .ant-tabs > .ant-tabs-nav .ant-tabs-nav-add:active,
512
554
  .ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add:active,
513
555
  .ant-tabs > .ant-tabs-nav .ant-tabs-nav-add:focus,
514
556
  .ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add:focus {
515
- color: #1a4ad9;
557
+ color: var(--ant-primary-7);
516
558
  }
517
559
  .ant-tabs-extra-content {
518
560
  flex: none;
@@ -541,7 +583,7 @@
541
583
  .ant-tabs-tab-remove:focus,
542
584
  .ant-tabs-tab-btn:active,
543
585
  .ant-tabs-tab-remove:active {
544
- color: #1a4ad9;
586
+ color: var(--ant-primary-7);
545
587
  }
546
588
  .ant-tabs-tab-btn {
547
589
  outline: none;
@@ -563,7 +605,7 @@
563
605
  color: #262626;
564
606
  }
565
607
  .ant-tabs-tab:hover {
566
- color: #548aff;
608
+ color: var(--ant-primary-5);
567
609
  }
568
610
  .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
569
611
  color: #2c68ff;
@@ -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-tag {
6
48
  box-sizing: border-box;
7
49
  margin: 0;
@@ -68,10 +110,10 @@
68
110
  color: #fff;
69
111
  }
70
112
  .ant-tag-checkable-checked {
71
- background-color: #2c68ff;
113
+ background-color: var(--ant-primary-6);
72
114
  }
73
115
  .ant-tag-checkable:active {
74
- background-color: #1a4ad9;
116
+ background-color: var(--ant-primary-7);
75
117
  }
76
118
  .ant-tag-hidden {
77
119
  display: none;
@@ -97,14 +139,14 @@
97
139
  border-color: #eb2f96;
98
140
  }
99
141
  .ant-tag-red {
100
- color: #cf1322;
101
- background: #fff1f0;
102
- border-color: #ffa39e;
142
+ color: #cf1b21;
143
+ background: #fff2f0;
144
+ border-color: #ffb1a8;
103
145
  }
104
146
  .ant-tag-red-inverse {
105
147
  color: #fff;
106
- background: #f5222d;
107
- border-color: #f5222d;
148
+ background: #f42d2d;
149
+ border-color: #f42d2d;
108
150
  }
109
151
  .ant-tag-volcano {
110
152
  color: #d4380d;
@@ -137,14 +179,14 @@
137
179
  border-color: #fadb14;
138
180
  }
139
181
  .ant-tag-gold {
140
- color: #d48806;
182
+ color: #d98900;
141
183
  background: #fffbe6;
142
- border-color: #ffe58f;
184
+ border-color: #ffe07a;
143
185
  }
144
186
  .ant-tag-gold-inverse {
145
187
  color: #fff;
146
- background: #faad14;
147
- border-color: #faad14;
188
+ background: #ffab00;
189
+ border-color: #ffab00;
148
190
  }
149
191
  .ant-tag-cyan {
150
192
  color: #08979c;
@@ -167,14 +209,14 @@
167
209
  border-color: #a0d911;
168
210
  }
169
211
  .ant-tag-green {
170
- color: #389e0d;
171
- background: #f6ffed;
172
- border-color: #b7eb8f;
212
+ color: #20a116;
213
+ background: #f4fff0;
214
+ border-color: #afed9f;
173
215
  }
174
216
  .ant-tag-green-inverse {
175
217
  color: #fff;
176
- background: #52c41a;
177
- border-color: #52c41a;
218
+ background: #36c626;
219
+ border-color: #36c626;
178
220
  }
179
221
  .ant-tag-blue {
180
222
  color: #096dd9;
@@ -208,23 +250,23 @@
208
250
  }
209
251
  .ant-tag-success {
210
252
  color: #36c626;
211
- background: #f4fff0;
212
- border-color: #afed9f;
253
+ background: var(--ant-success-color-deprecated-bg);
254
+ border-color: var(--ant-success-color-deprecated-border);
213
255
  }
214
256
  .ant-tag-processing {
215
257
  color: #2c68ff;
216
- background: #f0f7ff;
217
- border-color: #a6c8ff;
258
+ background: var(--ant-info-color-deprecated-bg);
259
+ border-color: var(--ant-info-color-deprecated-border);
218
260
  }
219
261
  .ant-tag-error {
220
262
  color: #f42d2d;
221
- background: #fff2f0;
222
- border-color: #ffb1a8;
263
+ background: var(--ant-error-color-deprecated-bg);
264
+ border-color: var(--ant-error-color-deprecated-border);
223
265
  }
224
266
  .ant-tag-warning {
225
267
  color: #ffab00;
226
- background: #fffbe6;
227
- border-color: #ffe07a;
268
+ background: var(--ant-warning-color-deprecated-bg);
269
+ border-color: var(--ant-warning-color-deprecated-border);
228
270
  }
229
271
  .ant-tag > .anticon + span,
230
272
  .ant-tag > span + .anticon {
@@ -2,3 +2,45 @@
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
+ }