@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
  /*!
2
2
  *
3
- * @fle-ui/next v1.0.5-alpha.3
3
+ * @fle-ui/next v1.0.5-alpha.5
4
4
  *
5
5
  * Copyright 2015-present, Alipay, Inc.
6
6
  * All rights reserved.
@@ -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-affix {
6
48
  position: fixed;
7
49
  z-index: 10;
@@ -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-alert {
6
48
  box-sizing: border-box;
7
49
  margin: 0;
@@ -32,29 +74,29 @@
32
74
  line-height: 22px;
33
75
  }
34
76
  .ant-alert-success {
35
- background-color: #f4fff0;
36
- border: 1px solid #afed9f;
77
+ background-color: var(--ant-success-color-deprecated-bg);
78
+ border: 1px solid var(--ant-success-color-deprecated-border);
37
79
  }
38
80
  .ant-alert-success .ant-alert-icon {
39
81
  color: #36c626;
40
82
  }
41
83
  .ant-alert-info {
42
- background-color: #f0f7ff;
43
- border: 1px solid #a6c8ff;
84
+ background-color: var(--ant-info-color-deprecated-bg);
85
+ border: 1px solid var(--ant-info-color-deprecated-border);
44
86
  }
45
87
  .ant-alert-info .ant-alert-icon {
46
88
  color: #2c68ff;
47
89
  }
48
90
  .ant-alert-warning {
49
- background-color: #fffbe6;
50
- border: 1px solid #ffe07a;
91
+ background-color: var(--ant-warning-color-deprecated-bg);
92
+ border: 1px solid var(--ant-warning-color-deprecated-border);
51
93
  }
52
94
  .ant-alert-warning .ant-alert-icon {
53
95
  color: #ffab00;
54
96
  }
55
97
  .ant-alert-error {
56
- background-color: #fff2f0;
57
- border: 1px solid #ffb1a8;
98
+ background-color: var(--ant-error-color-deprecated-bg);
99
+ border: 1px solid var(--ant-error-color-deprecated-border);
58
100
  }
59
101
  .ant-alert-error .ant-alert-icon {
60
102
  color: #f42d2d;
@@ -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-anchor {
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-select-auto-complete {
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-avatar {
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-back-top {
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-badge {
6
48
  box-sizing: border-box;
7
49
  margin: 0;
@@ -27,7 +69,7 @@
27
69
  line-height: 20px;
28
70
  white-space: nowrap;
29
71
  text-align: center;
30
- background: #ff4d4f;
72
+ background: #ff5c57;
31
73
  border-radius: 10px;
32
74
  box-shadow: 0 0 0 1px #fff;
33
75
  }
@@ -51,7 +93,7 @@
51
93
  width: 6px;
52
94
  min-width: 6px;
53
95
  height: 6px;
54
- background: #ff4d4f;
96
+ background: #ff5c57;
55
97
  border-radius: 100%;
56
98
  box-shadow: 0 0 0 1px #fff;
57
99
  }
@@ -91,7 +133,7 @@
91
133
  }
92
134
  .ant-badge-status-processing {
93
135
  position: relative;
94
- background-color: #1890ff;
136
+ background-color: #2c68ff;
95
137
  }
96
138
  .ant-badge-status-processing::after {
97
139
  position: absolute;
@@ -99,7 +141,7 @@
99
141
  left: 0;
100
142
  width: 100%;
101
143
  height: 100%;
102
- border: 1px solid #1890ff;
144
+ border: 1px solid #2c68ff;
103
145
  border-radius: 50%;
104
146
  -webkit-animation: antStatusProcessing 1.2s infinite ease-in-out;
105
147
  animation: antStatusProcessing 1.2s infinite ease-in-out;
@@ -121,7 +163,7 @@
121
163
  background: #eb2f96;
122
164
  }
123
165
  .ant-badge-status-red {
124
- background: #f5222d;
166
+ background: #f42d2d;
125
167
  }
126
168
  .ant-badge-status-volcano {
127
169
  background: #fa541c;
@@ -133,7 +175,7 @@
133
175
  background: #fadb14;
134
176
  }
135
177
  .ant-badge-status-gold {
136
- background: #faad14;
178
+ background: #ffab00;
137
179
  }
138
180
  .ant-badge-status-cyan {
139
181
  background: #13c2c2;
@@ -142,7 +184,7 @@
142
184
  background: #a0d911;
143
185
  }
144
186
  .ant-badge-status-green {
145
- background: #52c41a;
187
+ background: #36c626;
146
188
  }
147
189
  .ant-badge-status-blue {
148
190
  background: #1890ff;
@@ -384,8 +426,8 @@
384
426
  background: #eb2f96;
385
427
  }
386
428
  .ant-ribbon-color-red {
387
- color: #f5222d;
388
- background: #f5222d;
429
+ color: #f42d2d;
430
+ background: #f42d2d;
389
431
  }
390
432
  .ant-ribbon-color-volcano {
391
433
  color: #fa541c;
@@ -400,8 +442,8 @@
400
442
  background: #fadb14;
401
443
  }
402
444
  .ant-ribbon-color-gold {
403
- color: #faad14;
404
- background: #faad14;
445
+ color: #ffab00;
446
+ background: #ffab00;
405
447
  }
406
448
  .ant-ribbon-color-cyan {
407
449
  color: #13c2c2;
@@ -412,8 +454,8 @@
412
454
  background: #a0d911;
413
455
  }
414
456
  .ant-ribbon-color-green {
415
- color: #52c41a;
416
- background: #52c41a;
457
+ color: #36c626;
458
+ background: #36c626;
417
459
  }
418
460
  .ant-ribbon-color-blue {
419
461
  color: #1890ff;
@@ -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-breadcrumb {
6
48
  box-sizing: border-box;
7
49
  margin: 0;