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

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 (288) hide show
  1. package/dist/@fle-ui/next.css +1859 -5161
  2. package/dist/@fle-ui/next.css.map +1 -1
  3. package/dist/@fle-ui/next.js +6349 -6355
  4. package/dist/@fle-ui/next.js.map +1 -1
  5. package/dist/@fle-ui/next.min.css +2 -2
  6. package/dist/@fle-ui/next.min.css.map +1 -1
  7. package/dist/@fle-ui/next.min.js +4 -4
  8. package/dist/@fle-ui/next.min.js.map +1 -1
  9. package/es/affix/style/index.css +0 -42
  10. package/es/alert/style/index.css +17 -59
  11. package/es/anchor/Anchor.d.ts +1 -1
  12. package/es/anchor/style/index.css +5 -47
  13. package/es/auto-complete/style/index.css +1 -43
  14. package/es/avatar/avatar.js +8 -4
  15. package/es/avatar/style/index.css +1 -43
  16. package/es/back-top/style/index.css +3 -45
  17. package/es/badge/style/index.css +23 -65
  18. package/es/breadcrumb/style/index.css +7 -49
  19. package/es/button/button.d.ts +1 -1
  20. package/es/button/button.js +11 -7
  21. package/es/button/style/index.css +156 -206
  22. package/es/calendar/style/index.css +8 -50
  23. package/es/card/style/index.css +17 -59
  24. package/es/carousel/style/index.css +1 -43
  25. package/es/cascader/index.d.ts +1 -1
  26. package/es/cascader/index.js +13 -9
  27. package/es/cascader/style/index.css +24 -66
  28. package/es/checkbox/Checkbox.js +8 -4
  29. package/es/checkbox/style/index.css +17 -59
  30. package/es/collapse/style/index.css +8 -50
  31. package/es/comment/style/index.css +5 -47
  32. package/es/config-provider/context.js +5 -1
  33. package/es/config-provider/style/index.css +0 -42
  34. package/es/date-picker/style/index.css +84 -126
  35. package/es/descriptions/style/index.css +8 -50
  36. package/es/divider/style/index.css +7 -49
  37. package/es/drawer/index.js +5 -1
  38. package/es/drawer/style/index.css +5 -47
  39. package/es/dropdown/style/index.css +17 -59
  40. package/es/empty/style/index.css +2 -44
  41. package/es/form/style/index.css +18 -60
  42. package/es/grid/col.js +5 -1
  43. package/es/grid/row.js +5 -1
  44. package/es/grid/style/index.css +0 -42
  45. package/es/icon/style/index.css +0 -42
  46. package/es/image/style/index.css +1 -43
  47. package/es/index.d.ts +1 -2
  48. package/es/index.js +1 -2
  49. package/es/input/Password.d.ts +1 -1
  50. package/es/input/Password.js +9 -5
  51. package/es/input/Search.js +9 -5
  52. package/es/input/style/index.css +65 -107
  53. package/es/input-number/index.js +1 -1
  54. package/es/input-number/style/index.css +68 -110
  55. package/es/layout/Sider.js +11 -7
  56. package/es/layout/layout.js +6 -2
  57. package/es/layout/style/index.css +4 -46
  58. package/es/list/style/index.css +17 -59
  59. package/es/locale-provider/index.d.ts +2 -2
  60. package/es/locale-provider/style/index.css +0 -42
  61. package/es/mentions/index.d.ts +1 -1
  62. package/es/mentions/index.js +8 -4
  63. package/es/mentions/style/index.css +32 -74
  64. package/es/menu/style/index.css +46 -88
  65. package/es/message/style/index.css +5 -47
  66. package/es/modal/style/confirm.less +2 -2
  67. package/es/modal/style/css.js +2 -1
  68. package/es/modal/style/index.css +3 -45
  69. package/es/modal/style/index.js +2 -1
  70. package/es/modal/style/index.less +0 -1
  71. package/es/modal/style/modal.less +1 -1
  72. package/es/modal/style/rtl.less +2 -1
  73. package/es/notification/style/index.css +8 -50
  74. package/es/page-header/style/index.css +6 -48
  75. package/es/pagination/style/index.css +99 -118
  76. package/es/pagination/style/index.less +63 -22
  77. package/es/popconfirm/style/index.css +0 -42
  78. package/es/popover/index.js +5 -1
  79. package/es/popover/style/index.css +17 -59
  80. package/es/progress/style/index.css +17 -59
  81. package/es/radio/radio.js +9 -5
  82. package/es/radio/style/index.css +49 -91
  83. package/es/rate/index.js +5 -1
  84. package/es/rate/style/index.css +2 -44
  85. package/es/result/style/index.css +6 -48
  86. package/es/segmented/index.d.ts +1 -1
  87. package/es/segmented/index.js +6 -2
  88. package/es/segmented/style/index.css +3 -45
  89. package/es/select/style/index.css +32 -74
  90. package/es/skeleton/style/index.css +10 -52
  91. package/es/skeleton/style/index.less +3 -3
  92. package/es/slider/index.d.ts +1 -1
  93. package/es/slider/index.js +8 -4
  94. package/es/slider/style/index.css +22 -56
  95. package/es/slider/style/index.less +9 -0
  96. package/es/space/style/index.css +0 -42
  97. package/es/spin/style/index.css +4 -46
  98. package/es/statistic/style/index.css +3 -45
  99. package/es/steps/style/index.css +44 -86
  100. package/es/style/color/colors.less +6 -6
  101. package/es/style/index.css +13 -55
  102. package/es/style/themes/compact.less +6 -12
  103. package/es/style/themes/dark.less +106 -445
  104. package/es/style/themes/default.less +35 -61
  105. package/es/style/themes/index.less +2 -3
  106. package/es/style/themes/variable.less +39 -80
  107. package/es/switch/index.js +10 -6
  108. package/es/switch/style/index.css +6 -48
  109. package/es/table/hooks/useFilter/FilterDropdown.js +2 -16
  110. package/es/table/style/index.css +35 -77
  111. package/es/table/util.d.ts +1 -1
  112. package/es/tabs/style/index.css +22 -64
  113. package/es/tag/index.d.ts +1 -1
  114. package/es/tag/index.js +8 -4
  115. package/es/tag/style/index.css +39 -81
  116. package/es/time-picker/index.js +5 -1
  117. package/es/time-picker/style/index.css +0 -42
  118. package/es/timeline/index.d.ts +2 -2
  119. package/es/timeline/style/index.css +15 -57
  120. package/es/tooltip/index.d.ts +3 -3
  121. package/es/tooltip/index.js +9 -5
  122. package/es/tooltip/style/index.css +12 -54
  123. package/es/transfer/index.d.ts +3 -3
  124. package/es/transfer/style/index.css +28 -70
  125. package/es/tree/DirectoryTree.js +5 -1
  126. package/es/tree/index.d.ts +2 -2
  127. package/es/tree/style/index.css +29 -71
  128. package/es/tree-select/style/index.css +27 -69
  129. package/es/typography/Typography.js +6 -2
  130. package/es/typography/style/index.css +24 -66
  131. package/es/upload/Dragger.js +5 -1
  132. package/es/upload/Upload.js +10 -6
  133. package/es/upload/UploadList/index.js +13 -9
  134. package/es/upload/index.d.ts +1 -1
  135. package/es/upload/style/index.css +23 -65
  136. package/lib/affix/style/index.css +0 -42
  137. package/lib/alert/style/index.css +17 -59
  138. package/lib/anchor/Anchor.d.ts +1 -1
  139. package/lib/anchor/style/index.css +5 -47
  140. package/lib/auto-complete/style/index.css +1 -43
  141. package/lib/avatar/avatar.js +9 -5
  142. package/lib/avatar/style/index.css +1 -43
  143. package/lib/back-top/style/index.css +3 -45
  144. package/lib/badge/style/index.css +23 -65
  145. package/lib/breadcrumb/style/index.css +7 -49
  146. package/lib/button/button.d.ts +1 -1
  147. package/lib/button/button.js +13 -9
  148. package/lib/button/style/index.css +156 -206
  149. package/lib/calendar/style/index.css +8 -50
  150. package/lib/card/style/index.css +17 -59
  151. package/lib/carousel/style/index.css +1 -43
  152. package/lib/cascader/index.d.ts +1 -1
  153. package/lib/cascader/index.js +16 -12
  154. package/lib/cascader/style/index.css +24 -66
  155. package/lib/checkbox/Checkbox.js +10 -6
  156. package/lib/checkbox/style/index.css +17 -59
  157. package/lib/collapse/style/index.css +8 -50
  158. package/lib/comment/style/index.css +5 -47
  159. package/lib/config-provider/context.js +5 -1
  160. package/lib/config-provider/style/index.css +0 -42
  161. package/lib/date-picker/style/index.css +84 -126
  162. package/lib/descriptions/style/index.css +8 -50
  163. package/lib/divider/style/index.css +7 -49
  164. package/lib/drawer/index.js +5 -1
  165. package/lib/drawer/style/index.css +5 -47
  166. package/lib/dropdown/style/index.css +17 -59
  167. package/lib/empty/style/index.css +2 -44
  168. package/lib/form/style/index.css +18 -60
  169. package/lib/grid/col.js +5 -1
  170. package/lib/grid/row.js +5 -1
  171. package/lib/grid/style/index.css +0 -42
  172. package/lib/icon/style/index.css +0 -42
  173. package/lib/image/style/index.css +1 -43
  174. package/lib/index.d.ts +1 -2
  175. package/lib/index.js +0 -8
  176. package/lib/input/Password.d.ts +1 -1
  177. package/lib/input/Password.js +10 -6
  178. package/lib/input/Search.js +11 -7
  179. package/lib/input/style/index.css +65 -107
  180. package/lib/input-number/index.js +1 -1
  181. package/lib/input-number/style/index.css +68 -110
  182. package/lib/layout/Sider.js +13 -9
  183. package/lib/layout/layout.js +7 -3
  184. package/lib/layout/style/index.css +4 -46
  185. package/lib/list/style/index.css +17 -59
  186. package/lib/locale-provider/index.d.ts +2 -2
  187. package/lib/locale-provider/style/index.css +0 -42
  188. package/lib/mentions/index.d.ts +1 -1
  189. package/lib/mentions/index.js +10 -6
  190. package/lib/mentions/style/index.css +32 -74
  191. package/lib/menu/style/index.css +46 -88
  192. package/lib/message/style/index.css +5 -47
  193. package/lib/modal/style/confirm.less +2 -2
  194. package/lib/modal/style/index.css +3 -45
  195. package/lib/modal/style/index.less +0 -1
  196. package/lib/modal/style/modal.less +1 -1
  197. package/lib/modal/style/rtl.less +2 -1
  198. package/lib/notification/style/index.css +8 -50
  199. package/lib/page-header/style/index.css +6 -48
  200. package/lib/pagination/style/index.css +99 -118
  201. package/lib/pagination/style/index.less +63 -22
  202. package/lib/popconfirm/style/index.css +0 -42
  203. package/lib/popover/index.js +5 -1
  204. package/lib/popover/style/index.css +17 -59
  205. package/lib/progress/style/index.css +17 -59
  206. package/lib/radio/radio.js +11 -7
  207. package/lib/radio/style/index.css +49 -91
  208. package/lib/rate/index.js +5 -1
  209. package/lib/rate/style/index.css +2 -44
  210. package/lib/result/style/index.css +6 -48
  211. package/lib/segmented/index.d.ts +1 -1
  212. package/lib/segmented/index.js +7 -3
  213. package/lib/segmented/style/index.css +3 -45
  214. package/lib/select/style/index.css +32 -74
  215. package/lib/skeleton/style/index.css +10 -52
  216. package/lib/skeleton/style/index.less +3 -3
  217. package/lib/slider/index.d.ts +1 -1
  218. package/lib/slider/index.js +9 -5
  219. package/lib/slider/style/index.css +22 -56
  220. package/lib/slider/style/index.less +9 -0
  221. package/lib/space/style/index.css +0 -42
  222. package/lib/spin/style/index.css +4 -46
  223. package/lib/statistic/style/index.css +3 -45
  224. package/lib/steps/style/index.css +44 -86
  225. package/lib/style/color/colors.less +6 -6
  226. package/lib/style/index.css +13 -55
  227. package/lib/style/themes/compact.less +6 -12
  228. package/lib/style/themes/dark.less +106 -445
  229. package/lib/style/themes/default.less +35 -61
  230. package/lib/style/themes/index.less +2 -3
  231. package/lib/style/themes/variable.less +39 -80
  232. package/lib/switch/index.js +12 -8
  233. package/lib/switch/style/index.css +6 -48
  234. package/lib/table/hooks/useFilter/FilterDropdown.js +2 -16
  235. package/lib/table/style/index.css +35 -77
  236. package/lib/table/util.d.ts +1 -1
  237. package/lib/tabs/style/index.css +22 -64
  238. package/lib/tag/index.d.ts +1 -1
  239. package/lib/tag/index.js +9 -5
  240. package/lib/tag/style/index.css +39 -81
  241. package/lib/time-picker/index.js +5 -1
  242. package/lib/time-picker/style/index.css +0 -42
  243. package/lib/timeline/index.d.ts +2 -2
  244. package/lib/timeline/style/index.css +15 -57
  245. package/lib/tooltip/index.d.ts +3 -3
  246. package/lib/tooltip/index.js +11 -7
  247. package/lib/tooltip/style/index.css +12 -54
  248. package/lib/transfer/index.d.ts +3 -3
  249. package/lib/transfer/style/index.css +28 -70
  250. package/lib/tree/DirectoryTree.js +5 -1
  251. package/lib/tree/index.d.ts +2 -2
  252. package/lib/tree/style/index.css +29 -71
  253. package/lib/tree-select/style/index.css +27 -69
  254. package/lib/typography/Typography.js +7 -3
  255. package/lib/typography/style/index.css +24 -66
  256. package/lib/upload/Dragger.js +5 -1
  257. package/lib/upload/Upload.js +12 -8
  258. package/lib/upload/UploadList/index.js +16 -12
  259. package/lib/upload/index.d.ts +1 -1
  260. package/lib/upload/style/index.css +23 -65
  261. package/package.json +2 -2
  262. package/report.html +2 -2
  263. package/es/config-provider/renderEmpty.d.ts +0 -4
  264. package/es/config-provider/renderEmpty.js +0 -41
  265. package/es/pagination/MiniSelect.d.ts +0 -7
  266. package/es/pagination/MiniSelect.js +0 -12
  267. package/es/typography/util.d.ts +0 -11
  268. package/es/typography/util.js +0 -234
  269. package/es/version/index.d.ts +0 -2
  270. package/es/version/index.js +0 -4
  271. package/es/version/style/css.js +0 -2
  272. package/es/version/style/index.d.ts +0 -1
  273. package/es/version/style/index.js +0 -2
  274. package/es/version/version.d.ts +0 -2
  275. package/es/version/version.js +0 -1
  276. package/lib/config-provider/renderEmpty.d.ts +0 -4
  277. package/lib/config-provider/renderEmpty.js +0 -59
  278. package/lib/pagination/MiniSelect.d.ts +0 -7
  279. package/lib/pagination/MiniSelect.js +0 -30
  280. package/lib/typography/util.d.ts +0 -11
  281. package/lib/typography/util.js +0 -254
  282. package/lib/version/index.d.ts +0 -2
  283. package/lib/version/index.js +0 -15
  284. package/lib/version/style/css.js +0 -3
  285. package/lib/version/style/index.d.ts +0 -1
  286. package/lib/version/style/index.js +0 -3
  287. package/lib/version/version.d.ts +0 -2
  288. package/lib/version/version.js +0 -8
@@ -2,69 +2,27 @@
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: #2c68ff;
7
- --ant-primary-color-hover: #548aff;
8
- --ant-primary-color-active: #1a4ad9;
9
- --ant-primary-color-outline: rgba(44, 104, 255, 0.2);
10
- --ant-primary-1: #f0f7ff;
11
- --ant-primary-2: #cfe3ff;
12
- --ant-primary-3: #a6c8ff;
13
- --ant-primary-4: #7daaff;
14
- --ant-primary-5: #548aff;
15
- --ant-primary-6: #2c68ff;
16
- --ant-primary-7: #1a4ad9;
17
- --ant-primary-color-deprecated-pure: ;
18
- --ant-primary-color-deprecated-l-35: #dfe8ff;
19
- --ant-primary-color-deprecated-l-20: #92b1ff;
20
- --ant-primary-color-deprecated-t-20: #5686ff;
21
- --ant-primary-color-deprecated-t-50: #96b4ff;
22
- --ant-primary-color-deprecated-f-12: rgba(44, 104, 255, 0.12);
23
- --ant-primary-color-active-deprecated-f-30: rgba(240, 247, 255, 0.3);
24
- --ant-primary-color-active-deprecated-d-02: #e6f2ff;
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: #2c68ff;
44
- --ant-info-color-deprecated-bg: #f0f7ff;
45
- --ant-info-color-deprecated-border: #a6c8ff;
46
- }
47
5
  .ant-picker-status-error.ant-picker,
48
6
  .ant-picker-status-error.ant-picker:not([disabled]):hover {
49
7
  background-color: #fff;
50
- border-color: var(--ant-error-color);
8
+ border-color: #f42d2d;
51
9
  }
52
10
  .ant-picker-status-error.ant-picker-focused,
53
11
  .ant-picker-status-error.ant-picker:focus {
54
- border-color: var(--ant-error-color-hover);
55
- box-shadow: 0 0 0 2px var(--ant-error-color-outline);
12
+ border-color: #ff5c57;
13
+ box-shadow: 0 0 0 2px rgba(244, 45, 45, 0.2);
56
14
  border-right-width: 1px;
57
15
  outline: 0;
58
16
  }
59
17
  .ant-picker-status-warning.ant-picker,
60
18
  .ant-picker-status-warning.ant-picker:not([disabled]):hover {
61
19
  background-color: #fff;
62
- border-color: var(--ant-warning-color);
20
+ border-color: #ffab00;
63
21
  }
64
22
  .ant-picker-status-warning.ant-picker-focused,
65
23
  .ant-picker-status-warning.ant-picker:focus {
66
- border-color: var(--ant-warning-color-hover);
67
- box-shadow: 0 0 0 2px var(--ant-warning-color-outline);
24
+ border-color: #ffbf29;
25
+ box-shadow: 0 0 0 2px rgba(255, 171, 0, 0.2);
68
26
  border-right-width: 1px;
69
27
  outline: 0;
70
28
  }
@@ -72,7 +30,7 @@ html {
72
30
  box-sizing: border-box;
73
31
  margin: 0;
74
32
  padding: 0;
75
- color: rgba(0, 0, 0, 0.85);
33
+ color: #4c4c4c;
76
34
  font-size: 14px;
77
35
  font-variant: tabular-nums;
78
36
  line-height: 1.5715;
@@ -83,28 +41,28 @@ html {
83
41
  display: inline-flex;
84
42
  align-items: center;
85
43
  background: #fff;
86
- border: 1px solid #d9d9d9;
44
+ border: 1px solid #d2d2d2;
87
45
  border-radius: 4px;
88
46
  transition: border 0.3s, box-shadow 0.3s;
89
47
  }
90
48
  .ant-picker:hover,
91
49
  .ant-picker-focused {
92
- border-color: var(--ant-primary-5);
50
+ border-color: #548aff;
93
51
  border-right-width: 1px;
94
52
  }
95
53
  .ant-picker-focused {
96
- border-color: var(--ant-primary-color-hover);
97
- box-shadow: 0 0 0 2px var(--ant-primary-color-outline);
54
+ border-color: #548aff;
55
+ box-shadow: 0 0 0 2px rgba(44, 104, 255, 0.2);
98
56
  border-right-width: 1px;
99
57
  outline: 0;
100
58
  }
101
59
  .ant-picker.ant-picker-disabled {
102
- background: #f5f5f5;
103
- border-color: #d9d9d9;
60
+ background: #f1f1f1;
61
+ border-color: #d2d2d2;
104
62
  cursor: not-allowed;
105
63
  }
106
64
  .ant-picker.ant-picker-disabled .ant-picker-suffix {
107
- color: rgba(0, 0, 0, 0.25);
65
+ color: #a9a9a9;
108
66
  }
109
67
  .ant-picker.ant-picker-borderless {
110
68
  background-color: transparent !important;
@@ -123,12 +81,12 @@ html {
123
81
  width: 100%;
124
82
  min-width: 0;
125
83
  padding: 4px 11px;
126
- color: rgba(0, 0, 0, 0.85);
84
+ color: #4c4c4c;
127
85
  font-size: 14px;
128
86
  line-height: 1.5715;
129
87
  background-color: #fff;
130
88
  background-image: none;
131
- border: 1px solid #d9d9d9;
89
+ border: 1px solid #d2d2d2;
132
90
  border-radius: 4px;
133
91
  transition: all 0.3s;
134
92
  /* stylelint-disable-next-line selector-no-vendor-prefix */
@@ -164,38 +122,38 @@ html {
164
122
  text-overflow: ellipsis;
165
123
  }
166
124
  .ant-picker-input > input:hover {
167
- border-color: var(--ant-primary-5);
125
+ border-color: #548aff;
168
126
  border-right-width: 1px;
169
127
  }
170
128
  .ant-picker-input > input:focus,
171
129
  .ant-picker-input > input-focused {
172
- border-color: var(--ant-primary-color-hover);
173
- box-shadow: 0 0 0 2px var(--ant-primary-color-outline);
130
+ border-color: #548aff;
131
+ box-shadow: 0 0 0 2px rgba(44, 104, 255, 0.2);
174
132
  border-right-width: 1px;
175
133
  outline: 0;
176
134
  }
177
135
  .ant-picker-input > input-disabled {
178
- color: rgba(0, 0, 0, 0.25);
179
- background-color: #f5f5f5;
180
- border-color: #d9d9d9;
136
+ color: #a9a9a9;
137
+ background-color: #f1f1f1;
138
+ border-color: #d2d2d2;
181
139
  box-shadow: none;
182
140
  cursor: not-allowed;
183
141
  opacity: 1;
184
142
  }
185
143
  .ant-picker-input > input-disabled:hover {
186
- border-color: #d9d9d9;
144
+ border-color: #d2d2d2;
187
145
  border-right-width: 1px;
188
146
  }
189
147
  .ant-picker-input > input[disabled] {
190
- color: rgba(0, 0, 0, 0.25);
191
- background-color: #f5f5f5;
192
- border-color: #d9d9d9;
148
+ color: #a9a9a9;
149
+ background-color: #f1f1f1;
150
+ border-color: #d2d2d2;
193
151
  box-shadow: none;
194
152
  cursor: not-allowed;
195
153
  opacity: 1;
196
154
  }
197
155
  .ant-picker-input > input[disabled]:hover {
198
- border-color: #d9d9d9;
156
+ border-color: #d2d2d2;
199
157
  border-right-width: 1px;
200
158
  }
201
159
  .ant-picker-input > input-borderless,
@@ -249,7 +207,7 @@ textarea.ant-picker-input > input {
249
207
  flex: none;
250
208
  align-self: center;
251
209
  margin-left: 4px;
252
- color: rgba(0, 0, 0, 0.25);
210
+ color: #a9a9a9;
253
211
  line-height: 1;
254
212
  pointer-events: none;
255
213
  }
@@ -263,7 +221,7 @@ textarea.ant-picker-input > input {
263
221
  position: absolute;
264
222
  top: 50%;
265
223
  right: 0;
266
- color: rgba(0, 0, 0, 0.25);
224
+ color: #a9a9a9;
267
225
  line-height: 1;
268
226
  background: #fff;
269
227
  transform: translateY(-50%);
@@ -275,20 +233,20 @@ textarea.ant-picker-input > input {
275
233
  vertical-align: top;
276
234
  }
277
235
  .ant-picker-clear:hover {
278
- color: rgba(0, 0, 0, 0.45);
236
+ color: #a9a9a9;
279
237
  }
280
238
  .ant-picker-separator {
281
239
  position: relative;
282
240
  display: inline-block;
283
241
  width: 1em;
284
242
  height: 16px;
285
- color: rgba(0, 0, 0, 0.25);
243
+ color: #a9a9a9;
286
244
  font-size: 16px;
287
245
  vertical-align: top;
288
246
  cursor: default;
289
247
  }
290
248
  .ant-picker-focused .ant-picker-separator {
291
- color: rgba(0, 0, 0, 0.45);
249
+ color: #a9a9a9;
292
250
  }
293
251
  .ant-picker-disabled .ant-picker-range-separator .ant-picker-separator {
294
252
  cursor: not-allowed;
@@ -307,7 +265,7 @@ textarea.ant-picker-input > input {
307
265
  bottom: -1px;
308
266
  height: 2px;
309
267
  margin-left: 11px;
310
- background: var(--ant-primary-color);
268
+ background: #2c68ff;
311
269
  opacity: 0;
312
270
  transition: all 0.3s ease-out;
313
271
  pointer-events: none;
@@ -330,7 +288,7 @@ textarea.ant-picker-input > input {
330
288
  box-sizing: border-box;
331
289
  margin: 0;
332
290
  padding: 0;
333
- color: rgba(0, 0, 0, 0.85);
291
+ color: #4c4c4c;
334
292
  font-size: 14px;
335
293
  font-variant: tabular-nums;
336
294
  line-height: 1.5715;
@@ -399,9 +357,9 @@ textarea.ant-picker-input > input {
399
357
  display: inline-block;
400
358
  }
401
359
  .ant-picker-ranges .ant-picker-preset > .ant-tag-blue {
402
- color: var(--ant-primary-color);
403
- background: var(--ant-primary-1);
404
- border-color: var(--ant-primary-3);
360
+ color: #2c68ff;
361
+ background: #f0f7ff;
362
+ border-color: #a6c8ff;
405
363
  cursor: pointer;
406
364
  }
407
365
  .ant-picker-ranges .ant-picker-ok {
@@ -421,7 +379,7 @@ textarea.ant-picker-input > input {
421
379
  background: linear-gradient(135deg, transparent 40%, #fff 40%);
422
380
  box-shadow: 2px 2px 6px -2px rgba(0, 0, 0, 0.1);
423
381
  transition: left 0.3s ease-out;
424
- border-radius: 0 0 4px;
382
+ border-radius: 0 0 2px;
425
383
  pointer-events: none;
426
384
  }
427
385
  .ant-picker-range-arrow::before {
@@ -434,8 +392,8 @@ textarea.ant-picker-input > input {
434
392
  background-repeat: no-repeat;
435
393
  background-position: -10px -10px;
436
394
  content: '';
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');
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');
439
397
  }
440
398
  .ant-picker-panel-container {
441
399
  overflow: hidden;
@@ -461,19 +419,19 @@ textarea.ant-picker-input > input {
461
419
  text-align: center;
462
420
  }
463
421
  .ant-picker-panel-container .ant-picker-panel-focused {
464
- border-color: rgba(0, 0, 0, 0.06);
422
+ border-color: #eeeeee;
465
423
  }
466
424
  .ant-picker-panel {
467
425
  display: inline-flex;
468
426
  flex-direction: column;
469
427
  text-align: center;
470
428
  background: #fff;
471
- border: 1px solid rgba(0, 0, 0, 0.06);
429
+ border: 1px solid #eeeeee;
472
430
  border-radius: 4px;
473
431
  outline: none;
474
432
  }
475
433
  .ant-picker-panel-focused {
476
- border-color: var(--ant-primary-color);
434
+ border-color: #2c68ff;
477
435
  }
478
436
  .ant-picker-decade-panel,
479
437
  .ant-picker-year-panel,
@@ -489,15 +447,15 @@ textarea.ant-picker-input > input {
489
447
  .ant-picker-header {
490
448
  display: flex;
491
449
  padding: 0 8px;
492
- color: rgba(0, 0, 0, 0.85);
493
- border-bottom: 1px solid rgba(0, 0, 0, 0.06);
450
+ color: #262626;
451
+ border-bottom: 1px solid #eeeeee;
494
452
  }
495
453
  .ant-picker-header > * {
496
454
  flex: none;
497
455
  }
498
456
  .ant-picker-header button {
499
457
  padding: 0;
500
- color: rgba(0, 0, 0, 0.25);
458
+ color: #a9a9a9;
501
459
  line-height: 40px;
502
460
  background: transparent;
503
461
  border: 0;
@@ -509,7 +467,7 @@ textarea.ant-picker-input > input {
509
467
  font-size: 14px;
510
468
  }
511
469
  .ant-picker-header > button:hover {
512
- color: rgba(0, 0, 0, 0.85);
470
+ color: #4c4c4c;
513
471
  }
514
472
  .ant-picker-header-view {
515
473
  flex: auto;
@@ -524,7 +482,7 @@ textarea.ant-picker-input > input {
524
482
  margin-left: 8px;
525
483
  }
526
484
  .ant-picker-header-view button:hover {
527
- color: var(--ant-primary-color);
485
+ color: #2c68ff;
528
486
  }
529
487
  .ant-picker-prev-icon,
530
488
  .ant-picker-next-icon,
@@ -582,16 +540,16 @@ textarea.ant-picker-input > input {
582
540
  }
583
541
  .ant-picker-content th {
584
542
  height: 30px;
585
- color: rgba(0, 0, 0, 0.85);
543
+ color: #4c4c4c;
586
544
  line-height: 30px;
587
545
  }
588
546
  .ant-picker-cell {
589
547
  padding: 3px 0;
590
- color: rgba(0, 0, 0, 0.25);
548
+ color: #a9a9a9;
591
549
  cursor: pointer;
592
550
  }
593
551
  .ant-picker-cell-in-view {
594
- color: rgba(0, 0, 0, 0.85);
552
+ color: #4c4c4c;
595
553
  }
596
554
  .ant-picker-cell::before {
597
555
  position: absolute;
@@ -625,7 +583,7 @@ textarea.ant-picker-input > input {
625
583
  bottom: 0;
626
584
  left: 0;
627
585
  z-index: 1;
628
- border: 1px solid var(--ant-primary-color);
586
+ border: 1px solid #2c68ff;
629
587
  border-radius: 4px;
630
588
  content: '';
631
589
  }
@@ -633,17 +591,17 @@ textarea.ant-picker-input > input {
633
591
  position: relative;
634
592
  }
635
593
  .ant-picker-cell-in-view.ant-picker-cell-in-range::before {
636
- background: var(--ant-primary-1);
594
+ background: #f0f7ff;
637
595
  }
638
596
  .ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner,
639
597
  .ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner,
640
598
  .ant-picker-cell-in-view.ant-picker-cell-range-end .ant-picker-cell-inner {
641
599
  color: #fff;
642
- background: var(--ant-primary-color);
600
+ background: #2c68ff;
643
601
  }
644
602
  .ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single)::before,
645
603
  .ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single)::before {
646
- background: var(--ant-primary-1);
604
+ background: #f0f7ff;
647
605
  }
648
606
  .ant-picker-cell-in-view.ant-picker-cell-range-start::before {
649
607
  left: 50%;
@@ -662,8 +620,8 @@ textarea.ant-picker-input > input {
662
620
  top: 50%;
663
621
  z-index: 0;
664
622
  height: 24px;
665
- border-top: 1px dashed var(--ant-primary-color-deprecated-l-20);
666
- border-bottom: 1px dashed var(--ant-primary-color-deprecated-l-20);
623
+ border-top: 1px dashed #92b1ff;
624
+ border-bottom: 1px dashed #92b1ff;
667
625
  transform: translateY(-50%);
668
626
  transition: all 0.3s;
669
627
  content: '';
@@ -681,7 +639,7 @@ textarea.ant-picker-input > input {
681
639
  .ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single).ant-picker-cell-range-hover-end::before,
682
640
  .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,
683
641
  .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 {
684
- background: var(--ant-primary-color-deprecated-l-35);
642
+ background: #dfe8ff;
685
643
  }
686
644
  .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 {
687
645
  border-radius: 4px 0 0 4px;
@@ -695,7 +653,7 @@ textarea.ant-picker-input > input {
695
653
  top: 0;
696
654
  bottom: 0;
697
655
  z-index: -1;
698
- background: var(--ant-primary-color-deprecated-l-35);
656
+ background: #dfe8ff;
699
657
  transition: all 0.3s;
700
658
  content: '';
701
659
  }
@@ -719,7 +677,7 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-end:first-child::after
719
677
  .ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover-edge-start-near-range)::after,
720
678
  .ant-picker-cell-in-view.ant-picker-cell-range-hover-start::after {
721
679
  left: 6px;
722
- border-left: 1px dashed var(--ant-primary-color-deprecated-l-20);
680
+ border-left: 1px dashed #92b1ff;
723
681
  border-top-left-radius: 4px;
724
682
  border-bottom-left-radius: 4px;
725
683
  }
@@ -729,12 +687,12 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
729
687
  .ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-end:not(.ant-picker-cell-range-hover-edge-end-near-range)::after,
730
688
  .ant-picker-cell-in-view.ant-picker-cell-range-hover-end::after {
731
689
  right: 6px;
732
- border-right: 1px dashed var(--ant-primary-color-deprecated-l-20);
690
+ border-right: 1px dashed #92b1ff;
733
691
  border-top-right-radius: 4px;
734
692
  border-bottom-right-radius: 4px;
735
693
  }
736
694
  .ant-picker-cell-disabled {
737
- color: rgba(0, 0, 0, 0.25);
695
+ color: #a9a9a9;
738
696
  pointer-events: none;
739
697
  }
740
698
  .ant-picker-cell-disabled .ant-picker-cell-inner {
@@ -744,7 +702,7 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
744
702
  background: rgba(0, 0, 0, 0.04);
745
703
  }
746
704
  .ant-picker-cell-disabled.ant-picker-cell-today .ant-picker-cell-inner::before {
747
- border-color: rgba(0, 0, 0, 0.25);
705
+ border-color: #a9a9a9;
748
706
  }
749
707
  .ant-picker-decade-panel .ant-picker-content,
750
708
  .ant-picker-year-panel .ant-picker-content,
@@ -771,7 +729,7 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
771
729
  border-bottom: 1px solid transparent;
772
730
  }
773
731
  .ant-picker-panel .ant-picker-footer {
774
- border-top: 1px solid rgba(0, 0, 0, 0.06);
732
+ border-top: 1px solid #eeeeee;
775
733
  }
776
734
  .ant-picker-footer-extra {
777
735
  padding: 0 12px;
@@ -779,22 +737,22 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
779
737
  text-align: left;
780
738
  }
781
739
  .ant-picker-footer-extra:not(:last-child) {
782
- border-bottom: 1px solid rgba(0, 0, 0, 0.06);
740
+ border-bottom: 1px solid #eeeeee;
783
741
  }
784
742
  .ant-picker-now {
785
743
  text-align: left;
786
744
  }
787
745
  .ant-picker-today-btn {
788
- color: var(--ant-primary-color);
746
+ color: #2c68ff;
789
747
  }
790
748
  .ant-picker-today-btn:hover {
791
- color: var(--ant-primary-color-hover);
749
+ color: #548aff;
792
750
  }
793
751
  .ant-picker-today-btn:active {
794
- color: var(--ant-primary-color-active);
752
+ color: #1a4ad9;
795
753
  }
796
754
  .ant-picker-today-btn.ant-picker-today-btn-disabled {
797
- color: rgba(0, 0, 0, 0.25);
755
+ color: #a9a9a9;
798
756
  cursor: not-allowed;
799
757
  }
800
758
  .ant-picker-decade-panel .ant-picker-cell-inner {
@@ -817,28 +775,28 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
817
775
  .ant-picker-quarter-panel .ant-picker-cell-range-hover-start::after,
818
776
  .ant-picker-month-panel .ant-picker-cell-range-hover-start::after {
819
777
  left: 14px;
820
- border-left: 1px dashed var(--ant-primary-color-deprecated-l-20);
778
+ border-left: 1px dashed #92b1ff;
821
779
  border-radius: 4px 0 0 4px;
822
780
  }
823
781
  .ant-picker-panel-rtl .ant-picker-year-panel .ant-picker-cell-range-hover-start::after,
824
782
  .ant-picker-panel-rtl .ant-picker-quarter-panel .ant-picker-cell-range-hover-start::after,
825
783
  .ant-picker-panel-rtl .ant-picker-month-panel .ant-picker-cell-range-hover-start::after {
826
784
  right: 14px;
827
- border-right: 1px dashed var(--ant-primary-color-deprecated-l-20);
785
+ border-right: 1px dashed #92b1ff;
828
786
  border-radius: 0 4px 4px 0;
829
787
  }
830
788
  .ant-picker-year-panel .ant-picker-cell-range-hover-end::after,
831
789
  .ant-picker-quarter-panel .ant-picker-cell-range-hover-end::after,
832
790
  .ant-picker-month-panel .ant-picker-cell-range-hover-end::after {
833
791
  right: 14px;
834
- border-right: 1px dashed var(--ant-primary-color-deprecated-l-20);
792
+ border-right: 1px dashed #92b1ff;
835
793
  border-radius: 0 4px 4px 0;
836
794
  }
837
795
  .ant-picker-panel-rtl .ant-picker-year-panel .ant-picker-cell-range-hover-end::after,
838
796
  .ant-picker-panel-rtl .ant-picker-quarter-panel .ant-picker-cell-range-hover-end::after,
839
797
  .ant-picker-panel-rtl .ant-picker-month-panel .ant-picker-cell-range-hover-end::after {
840
798
  left: 14px;
841
- border-left: 1px dashed var(--ant-primary-color-deprecated-l-20);
799
+ border-left: 1px dashed #92b1ff;
842
800
  border-radius: 4px 0 0 4px;
843
801
  }
844
802
  .ant-picker-week-panel .ant-picker-body {
@@ -857,7 +815,7 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
857
815
  }
858
816
  .ant-picker-week-panel-row-selected td,
859
817
  .ant-picker-week-panel-row-selected:hover td {
860
- background: var(--ant-primary-color);
818
+ background: #2c68ff;
861
819
  }
862
820
  .ant-picker-week-panel-row-selected td.ant-picker-cell-week,
863
821
  .ant-picker-week-panel-row-selected:hover td.ant-picker-cell-week {
@@ -884,7 +842,7 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
884
842
  display: flex;
885
843
  }
886
844
  .ant-picker-datetime-panel .ant-picker-time-panel {
887
- border-left: 1px solid rgba(0, 0, 0, 0.06);
845
+ border-left: 1px solid #eeeeee;
888
846
  }
889
847
  .ant-picker-datetime-panel .ant-picker-date-panel,
890
848
  .ant-picker-datetime-panel .ant-picker-time-panel {
@@ -926,10 +884,10 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
926
884
  height: 198px;
927
885
  }
928
886
  .ant-picker-time-panel-column:not(:first-child) {
929
- border-left: 1px solid rgba(0, 0, 0, 0.06);
887
+ border-left: 1px solid #eeeeee;
930
888
  }
931
889
  .ant-picker-time-panel-column-active {
932
- background: var(--ant-primary-color-active-deprecated-f-30);
890
+ background: rgba(240, 247, 255, 0.2);
933
891
  }
934
892
  .ant-picker-time-panel-column:hover {
935
893
  overflow-y: auto;
@@ -944,7 +902,7 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
944
902
  height: 28px;
945
903
  margin: 0;
946
904
  padding: 0 0 0 14px;
947
- color: rgba(0, 0, 0, 0.85);
905
+ color: #4c4c4c;
948
906
  line-height: 28px;
949
907
  border-radius: 0;
950
908
  cursor: pointer;
@@ -954,10 +912,10 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
954
912
  background: #f5f5f5;
955
913
  }
956
914
  .ant-picker-time-panel-column > li.ant-picker-time-panel-cell-selected .ant-picker-time-panel-cell-inner {
957
- background: var(--ant-primary-1);
915
+ background: #f0f7ff;
958
916
  }
959
917
  .ant-picker-time-panel-column > li.ant-picker-time-panel-cell-disabled .ant-picker-time-panel-cell-inner {
960
- color: rgba(0, 0, 0, 0.25);
918
+ color: #a9a9a9;
961
919
  background: transparent;
962
920
  cursor: not-allowed;
963
921
  }
@@ -1066,7 +1024,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
1066
1024
  .ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-start::after {
1067
1025
  right: 6px;
1068
1026
  left: 0;
1069
- border-right: 1px dashed var(--ant-primary-color-deprecated-l-20);
1027
+ border-right: 1px dashed #92b1ff;
1070
1028
  border-left: none;
1071
1029
  border-radius: 0 4px 4px 0;
1072
1030
  }
@@ -1077,7 +1035,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
1077
1035
  right: 0;
1078
1036
  left: 6px;
1079
1037
  border-right: none;
1080
- border-left: 1px dashed var(--ant-primary-color-deprecated-l-20);
1038
+ border-left: 1px dashed #92b1ff;
1081
1039
  border-radius: 4px 0 0 4px;
1082
1040
  }
1083
1041
  .ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::after,
@@ -1089,8 +1047,8 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
1089
1047
  .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 {
1090
1048
  right: 6px;
1091
1049
  left: 6px;
1092
- border-right: 1px dashed var(--ant-primary-color-deprecated-l-20);
1093
- border-left: 1px dashed var(--ant-primary-color-deprecated-l-20);
1050
+ border-right: 1px dashed #92b1ff;
1051
+ border-left: 1px dashed #92b1ff;
1094
1052
  border-radius: 4px;
1095
1053
  }
1096
1054
  .ant-picker-dropdown-rtl .ant-picker-footer-extra {