@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
  @-webkit-keyframes antCheckboxEffect {
6
48
  0% {
7
49
  transform: scale(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-collapse {
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-comment {
6
48
  position: relative;
7
49
  background-color: inherit;
@@ -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
+ }
@@ -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-status-error.ant-picker,
6
48
  .ant-picker-status-error.ant-picker:not([disabled]):hover {
7
49
  background-color: #fff;
@@ -9,8 +51,8 @@
9
51
  }
10
52
  .ant-picker-status-error.ant-picker-focused,
11
53
  .ant-picker-status-error.ant-picker:focus {
12
- border-color: #ff5c57;
13
- box-shadow: 0 0 0 2px rgba(244, 45, 45, 0.2);
54
+ border-color: var(--ant-error-color-hover);
55
+ box-shadow: 0 0 0 2px var(--ant-error-color-outline);
14
56
  border-right-width: 1px;
15
57
  outline: 0;
16
58
  }
@@ -21,8 +63,8 @@
21
63
  }
22
64
  .ant-picker-status-warning.ant-picker-focused,
23
65
  .ant-picker-status-warning.ant-picker:focus {
24
- border-color: #ffbf29;
25
- box-shadow: 0 0 0 2px rgba(255, 171, 0, 0.2);
66
+ border-color: var(--ant-warning-color-hover);
67
+ box-shadow: 0 0 0 2px var(--ant-warning-color-outline);
26
68
  border-right-width: 1px;
27
69
  outline: 0;
28
70
  }
@@ -47,12 +89,12 @@
47
89
  }
48
90
  .ant-picker:hover,
49
91
  .ant-picker-focused {
50
- border-color: #548aff;
92
+ border-color: var(--ant-primary-5);
51
93
  border-right-width: 1px;
52
94
  }
53
95
  .ant-picker-focused {
54
- border-color: #548aff;
55
- box-shadow: 0 0 0 2px rgba(44, 104, 255, 0.2);
96
+ border-color: var(--ant-primary-color-hover);
97
+ box-shadow: 0 0 0 2px var(--ant-primary-color-outline);
56
98
  border-right-width: 1px;
57
99
  outline: 0;
58
100
  }
@@ -122,13 +164,13 @@
122
164
  text-overflow: ellipsis;
123
165
  }
124
166
  .ant-picker-input > input:hover {
125
- border-color: #548aff;
167
+ border-color: var(--ant-primary-5);
126
168
  border-right-width: 1px;
127
169
  }
128
170
  .ant-picker-input > input:focus,
129
171
  .ant-picker-input > input-focused {
130
- border-color: #548aff;
131
- box-shadow: 0 0 0 2px rgba(44, 104, 255, 0.2);
172
+ border-color: var(--ant-primary-color-hover);
173
+ box-shadow: 0 0 0 2px var(--ant-primary-color-outline);
132
174
  border-right-width: 1px;
133
175
  outline: 0;
134
176
  }
@@ -358,8 +400,8 @@ textarea.ant-picker-input > input {
358
400
  }
359
401
  .ant-picker-ranges .ant-picker-preset > .ant-tag-blue {
360
402
  color: #2c68ff;
361
- background: #f0f7ff;
362
- border-color: #a6c8ff;
403
+ background: var(--ant-primary-1);
404
+ border-color: var(--ant-primary-3);
363
405
  cursor: pointer;
364
406
  }
365
407
  .ant-picker-ranges .ant-picker-ok {
@@ -379,7 +421,7 @@ textarea.ant-picker-input > input {
379
421
  background: linear-gradient(135deg, transparent 40%, #fff 40%);
380
422
  box-shadow: 2px 2px 6px -2px rgba(0, 0, 0, 0.1);
381
423
  transition: left 0.3s ease-out;
382
- border-radius: 0 0 2px;
424
+ border-radius: 0 0 4px;
383
425
  pointer-events: none;
384
426
  }
385
427
  .ant-picker-range-arrow::before {
@@ -392,8 +434,8 @@ textarea.ant-picker-input > input {
392
434
  background-repeat: no-repeat;
393
435
  background-position: -10px -10px;
394
436
  content: '';
395
- -webkit-clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
396
- clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
437
+ -webkit-clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 18.627416997969522 22.627416997969522 A 4 4 0 0 0 22.627416997969522 18.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
438
+ clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 18.627416997969522 22.627416997969522 A 4 4 0 0 0 22.627416997969522 18.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
397
439
  }
398
440
  .ant-picker-panel-container {
399
441
  overflow: hidden;
@@ -591,7 +633,7 @@ textarea.ant-picker-input > input {
591
633
  position: relative;
592
634
  }
593
635
  .ant-picker-cell-in-view.ant-picker-cell-in-range::before {
594
- background: #f0f7ff;
636
+ background: var(--ant-primary-1);
595
637
  }
596
638
  .ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner,
597
639
  .ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner,
@@ -601,7 +643,7 @@ textarea.ant-picker-input > input {
601
643
  }
602
644
  .ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single)::before,
603
645
  .ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single)::before {
604
- background: #f0f7ff;
646
+ background: var(--ant-primary-1);
605
647
  }
606
648
  .ant-picker-cell-in-view.ant-picker-cell-range-start::before {
607
649
  left: 50%;
@@ -620,8 +662,8 @@ textarea.ant-picker-input > input {
620
662
  top: 50%;
621
663
  z-index: 0;
622
664
  height: 24px;
623
- border-top: 1px dashed #92b1ff;
624
- border-bottom: 1px dashed #92b1ff;
665
+ border-top: 1px dashed var(--ant-primary-color-deprecated-l-20);
666
+ border-bottom: 1px dashed var(--ant-primary-color-deprecated-l-20);
625
667
  transform: translateY(-50%);
626
668
  transition: all 0.3s;
627
669
  content: '';
@@ -639,7 +681,7 @@ textarea.ant-picker-input > input {
639
681
  .ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single).ant-picker-cell-range-hover-end::before,
640
682
  .ant-picker-panel > :not(.ant-picker-date-panel) .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start::before,
641
683
  .ant-picker-panel > :not(.ant-picker-date-panel) .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end::before {
642
- background: #dfe8ff;
684
+ background: var(--ant-primary-color-deprecated-l-35);
643
685
  }
644
686
  .ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single):not(.ant-picker-cell-range-end) .ant-picker-cell-inner {
645
687
  border-radius: 4px 0 0 4px;
@@ -653,7 +695,7 @@ textarea.ant-picker-input > input {
653
695
  top: 0;
654
696
  bottom: 0;
655
697
  z-index: -1;
656
- background: #dfe8ff;
698
+ background: var(--ant-primary-color-deprecated-l-35);
657
699
  transition: all 0.3s;
658
700
  content: '';
659
701
  }
@@ -677,7 +719,7 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-end:first-child::after
677
719
  .ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover-edge-start-near-range)::after,
678
720
  .ant-picker-cell-in-view.ant-picker-cell-range-hover-start::after {
679
721
  left: 6px;
680
- border-left: 1px dashed #92b1ff;
722
+ border-left: 1px dashed var(--ant-primary-color-deprecated-l-20);
681
723
  border-top-left-radius: 4px;
682
724
  border-bottom-left-radius: 4px;
683
725
  }
@@ -687,7 +729,7 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
687
729
  .ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-end:not(.ant-picker-cell-range-hover-edge-end-near-range)::after,
688
730
  .ant-picker-cell-in-view.ant-picker-cell-range-hover-end::after {
689
731
  right: 6px;
690
- border-right: 1px dashed #92b1ff;
732
+ border-right: 1px dashed var(--ant-primary-color-deprecated-l-20);
691
733
  border-top-right-radius: 4px;
692
734
  border-bottom-right-radius: 4px;
693
735
  }
@@ -746,10 +788,10 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
746
788
  color: #2c68ff;
747
789
  }
748
790
  .ant-picker-today-btn:hover {
749
- color: #548aff;
791
+ color: var(--ant-primary-color-hover);
750
792
  }
751
793
  .ant-picker-today-btn:active {
752
- color: #1a4ad9;
794
+ color: var(--ant-primary-color-active);
753
795
  }
754
796
  .ant-picker-today-btn.ant-picker-today-btn-disabled {
755
797
  color: #a9a9a9;
@@ -775,28 +817,28 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
775
817
  .ant-picker-quarter-panel .ant-picker-cell-range-hover-start::after,
776
818
  .ant-picker-month-panel .ant-picker-cell-range-hover-start::after {
777
819
  left: 14px;
778
- border-left: 1px dashed #92b1ff;
820
+ border-left: 1px dashed var(--ant-primary-color-deprecated-l-20);
779
821
  border-radius: 4px 0 0 4px;
780
822
  }
781
823
  .ant-picker-panel-rtl .ant-picker-year-panel .ant-picker-cell-range-hover-start::after,
782
824
  .ant-picker-panel-rtl .ant-picker-quarter-panel .ant-picker-cell-range-hover-start::after,
783
825
  .ant-picker-panel-rtl .ant-picker-month-panel .ant-picker-cell-range-hover-start::after {
784
826
  right: 14px;
785
- border-right: 1px dashed #92b1ff;
827
+ border-right: 1px dashed var(--ant-primary-color-deprecated-l-20);
786
828
  border-radius: 0 4px 4px 0;
787
829
  }
788
830
  .ant-picker-year-panel .ant-picker-cell-range-hover-end::after,
789
831
  .ant-picker-quarter-panel .ant-picker-cell-range-hover-end::after,
790
832
  .ant-picker-month-panel .ant-picker-cell-range-hover-end::after {
791
833
  right: 14px;
792
- border-right: 1px dashed #92b1ff;
834
+ border-right: 1px dashed var(--ant-primary-color-deprecated-l-20);
793
835
  border-radius: 0 4px 4px 0;
794
836
  }
795
837
  .ant-picker-panel-rtl .ant-picker-year-panel .ant-picker-cell-range-hover-end::after,
796
838
  .ant-picker-panel-rtl .ant-picker-quarter-panel .ant-picker-cell-range-hover-end::after,
797
839
  .ant-picker-panel-rtl .ant-picker-month-panel .ant-picker-cell-range-hover-end::after {
798
840
  left: 14px;
799
- border-left: 1px dashed #92b1ff;
841
+ border-left: 1px dashed var(--ant-primary-color-deprecated-l-20);
800
842
  border-radius: 4px 0 0 4px;
801
843
  }
802
844
  .ant-picker-week-panel .ant-picker-body {
@@ -887,7 +929,7 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
887
929
  border-left: 1px solid #eeeeee;
888
930
  }
889
931
  .ant-picker-time-panel-column-active {
890
- background: rgba(240, 247, 255, 0.2);
932
+ background: var(--ant-primary-color-active-deprecated-f-30);
891
933
  }
892
934
  .ant-picker-time-panel-column:hover {
893
935
  overflow-y: auto;
@@ -912,7 +954,7 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
912
954
  background: #f5f5f5;
913
955
  }
914
956
  .ant-picker-time-panel-column > li.ant-picker-time-panel-cell-selected .ant-picker-time-panel-cell-inner {
915
- background: #f0f7ff;
957
+ background: var(--ant-primary-1);
916
958
  }
917
959
  .ant-picker-time-panel-column > li.ant-picker-time-panel-cell-disabled .ant-picker-time-panel-cell-inner {
918
960
  color: #a9a9a9;
@@ -1024,7 +1066,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
1024
1066
  .ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-start::after {
1025
1067
  right: 6px;
1026
1068
  left: 0;
1027
- border-right: 1px dashed #92b1ff;
1069
+ border-right: 1px dashed var(--ant-primary-color-deprecated-l-20);
1028
1070
  border-left: none;
1029
1071
  border-radius: 0 4px 4px 0;
1030
1072
  }
@@ -1035,7 +1077,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
1035
1077
  right: 0;
1036
1078
  left: 6px;
1037
1079
  border-right: none;
1038
- border-left: 1px dashed #92b1ff;
1080
+ border-left: 1px dashed var(--ant-primary-color-deprecated-l-20);
1039
1081
  border-radius: 4px 0 0 4px;
1040
1082
  }
1041
1083
  .ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::after,
@@ -1047,8 +1089,8 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
1047
1089
  .ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover.ant-picker-cell-range-hover-edge-end:first-child::after {
1048
1090
  right: 6px;
1049
1091
  left: 6px;
1050
- border-right: 1px dashed #92b1ff;
1051
- border-left: 1px dashed #92b1ff;
1092
+ border-right: 1px dashed var(--ant-primary-color-deprecated-l-20);
1093
+ border-left: 1px dashed var(--ant-primary-color-deprecated-l-20);
1052
1094
  border-radius: 4px;
1053
1095
  }
1054
1096
  .ant-picker-dropdown-rtl .ant-picker-footer-extra {
@@ -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-descriptions-header {
6
48
  display: flex;
7
49
  align-items: center;
@@ -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-divider {
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-drawer {
6
48
  position: fixed;
7
49
  z-index: 1000;