@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,48 +2,6 @@
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-select-single .ant-select-selector {
48
6
  display: flex;
49
7
  }
@@ -190,7 +148,7 @@ html {
190
148
  cursor: text;
191
149
  }
192
150
  .ant-select-disabled.ant-select-multiple .ant-select-selector {
193
- background: #f5f5f5;
151
+ background: #f1f1f1;
194
152
  cursor: not-allowed;
195
153
  }
196
154
  .ant-select-multiple .ant-select-selector::after {
@@ -215,7 +173,7 @@ html {
215
173
  margin-bottom: 2px;
216
174
  line-height: 22px;
217
175
  background: #f5f5f5;
218
- border: 1px solid rgba(0, 0, 0, 0.06);
176
+ border: 1px solid #eeeeee;
219
177
  border-radius: 4px;
220
178
  cursor: default;
221
179
  transition: font-size 0.3s, line-height 0.3s, height 0.3s;
@@ -232,7 +190,7 @@ html {
232
190
  }
233
191
  .ant-select-disabled.ant-select-multiple .ant-select-selection-item {
234
192
  color: #bfbfbf;
235
- border-color: #d9d9d9;
193
+ border-color: #d2d2d2;
236
194
  cursor: not-allowed;
237
195
  }
238
196
  .ant-select-multiple .ant-select-selection-item-content {
@@ -253,7 +211,7 @@ html {
253
211
  -webkit-font-smoothing: antialiased;
254
212
  -moz-osx-font-smoothing: grayscale;
255
213
  display: inline-block;
256
- color: rgba(0, 0, 0, 0.45);
214
+ color: #a9a9a9;
257
215
  font-weight: bold;
258
216
  font-size: 10px;
259
217
  line-height: inherit;
@@ -362,23 +320,23 @@ html {
362
320
  }
363
321
  .ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input) .ant-select-selector {
364
322
  background-color: #fff;
365
- border-color: var(--ant-error-color) !important;
323
+ border-color: #f42d2d !important;
366
324
  }
367
325
  .ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-open .ant-select-selector,
368
326
  .ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-focused .ant-select-selector {
369
- border-color: var(--ant-error-color-hover);
370
- box-shadow: 0 0 0 2px var(--ant-error-color-outline);
327
+ border-color: #ff5c57;
328
+ box-shadow: 0 0 0 2px rgba(244, 45, 45, 0.2);
371
329
  border-right-width: 1px;
372
330
  outline: 0;
373
331
  }
374
332
  .ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input) .ant-select-selector {
375
333
  background-color: #fff;
376
- border-color: var(--ant-warning-color) !important;
334
+ border-color: #ffab00 !important;
377
335
  }
378
336
  .ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-open .ant-select-selector,
379
337
  .ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-focused .ant-select-selector {
380
- border-color: var(--ant-warning-color-hover);
381
- box-shadow: 0 0 0 2px var(--ant-warning-color-outline);
338
+ border-color: #ffbf29;
339
+ box-shadow: 0 0 0 2px rgba(255, 171, 0, 0.2);
382
340
  border-right-width: 1px;
383
341
  outline: 0;
384
342
  }
@@ -399,7 +357,7 @@ html {
399
357
  box-sizing: border-box;
400
358
  margin: 0;
401
359
  padding: 0;
402
- color: rgba(0, 0, 0, 0.85);
360
+ color: #4c4c4c;
403
361
  font-size: 14px;
404
362
  font-variant: tabular-nums;
405
363
  line-height: 1.5715;
@@ -412,7 +370,7 @@ html {
412
370
  .ant-select:not(.ant-select-customize-input) .ant-select-selector {
413
371
  position: relative;
414
372
  background-color: #fff;
415
- border: 1px solid #d9d9d9;
373
+ border: 1px solid #d2d2d2;
416
374
  border-radius: 4px;
417
375
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
418
376
  }
@@ -426,18 +384,18 @@ html {
426
384
  cursor: auto;
427
385
  }
428
386
  .ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
429
- border-color: var(--ant-primary-color-hover);
430
- box-shadow: 0 0 0 2px var(--ant-primary-color-outline);
387
+ border-color: #548aff;
388
+ box-shadow: 0 0 0 2px rgba(44, 104, 255, 0.2);
431
389
  border-right-width: 1px;
432
390
  outline: 0;
433
391
  }
434
392
  .ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {
435
- color: rgba(0, 0, 0, 0.25);
436
- background: #f5f5f5;
393
+ color: #a9a9a9;
394
+ background: #f1f1f1;
437
395
  cursor: not-allowed;
438
396
  }
439
397
  .ant-select-multiple.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {
440
- background: #f5f5f5;
398
+ background: #f1f1f1;
441
399
  }
442
400
  .ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector input {
443
401
  cursor: not-allowed;
@@ -458,7 +416,7 @@ html {
458
416
  -webkit-appearance: none;
459
417
  }
460
418
  .ant-select:not(.ant-select-disabled):hover .ant-select-selector {
461
- border-color: var(--ant-primary-5);
419
+ border-color: #548aff;
462
420
  border-right-width: 1px;
463
421
  }
464
422
  .ant-select-selection-item {
@@ -505,7 +463,7 @@ html {
505
463
  align-items: center;
506
464
  height: 12px;
507
465
  margin-top: -6px;
508
- color: rgba(0, 0, 0, 0.25);
466
+ color: #a9a9a9;
509
467
  font-size: 12px;
510
468
  line-height: 1;
511
469
  text-align: center;
@@ -549,7 +507,7 @@ html {
549
507
  width: 12px;
550
508
  height: 12px;
551
509
  margin-top: -6px;
552
- color: rgba(0, 0, 0, 0.25);
510
+ color: #a9a9a9;
553
511
  font-size: 12px;
554
512
  font-style: normal;
555
513
  line-height: 1;
@@ -565,7 +523,7 @@ html {
565
523
  display: block;
566
524
  }
567
525
  .ant-select-clear:hover {
568
- color: rgba(0, 0, 0, 0.45);
526
+ color: #a9a9a9;
569
527
  }
570
528
  .ant-select:hover .ant-select-clear {
571
529
  opacity: 1;
@@ -573,7 +531,7 @@ html {
573
531
  .ant-select-dropdown {
574
532
  margin: 0;
575
533
  padding: 0;
576
- color: rgba(0, 0, 0, 0.85);
534
+ color: #4c4c4c;
577
535
  font-variant: tabular-nums;
578
536
  line-height: 1.5715;
579
537
  list-style: none;
@@ -614,25 +572,25 @@ html {
614
572
  display: none;
615
573
  }
616
574
  .ant-select-dropdown-empty {
617
- color: rgba(0, 0, 0, 0.25);
575
+ color: #a9a9a9;
618
576
  }
619
577
  .ant-select-item-empty {
620
578
  position: relative;
621
579
  display: block;
622
580
  min-height: 32px;
623
581
  padding: 5px 12px;
624
- color: rgba(0, 0, 0, 0.85);
582
+ color: #4c4c4c;
625
583
  font-weight: normal;
626
584
  font-size: 14px;
627
585
  line-height: 22px;
628
- color: rgba(0, 0, 0, 0.25);
586
+ color: #a9a9a9;
629
587
  }
630
588
  .ant-select-item {
631
589
  position: relative;
632
590
  display: block;
633
591
  min-height: 32px;
634
592
  padding: 5px 12px;
635
- color: rgba(0, 0, 0, 0.85);
593
+ color: #4c4c4c;
636
594
  font-weight: normal;
637
595
  font-size: 14px;
638
596
  line-height: 22px;
@@ -640,7 +598,7 @@ html {
640
598
  transition: background 0.3s ease;
641
599
  }
642
600
  .ant-select-item-group {
643
- color: rgba(0, 0, 0, 0.45);
601
+ color: #a9a9a9;
644
602
  font-size: 12px;
645
603
  cursor: default;
646
604
  }
@@ -660,19 +618,19 @@ html {
660
618
  background-color: #f5f5f5;
661
619
  }
662
620
  .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
663
- color: rgba(0, 0, 0, 0.85);
621
+ color: #4c4c4c;
664
622
  font-weight: 600;
665
- background-color: var(--ant-primary-1);
623
+ background-color: #f0f7ff;
666
624
  }
667
625
  .ant-select-item-option-selected:not(.ant-select-item-option-disabled) .ant-select-item-option-state {
668
- color: var(--ant-primary-color);
626
+ color: #2c68ff;
669
627
  }
670
628
  .ant-select-item-option-disabled {
671
- color: rgba(0, 0, 0, 0.25);
629
+ color: #a9a9a9;
672
630
  cursor: not-allowed;
673
631
  }
674
632
  .ant-select-item-option-disabled.ant-select-item-option-selected {
675
- background-color: #f5f5f5;
633
+ background-color: #f1f1f1;
676
634
  }
677
635
  .ant-select-item-option-grouped {
678
636
  padding-left: 24px;
@@ -2,48 +2,6 @@
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-skeleton {
48
6
  display: table;
49
7
  width: 100%;
@@ -124,7 +82,7 @@ html {
124
82
  .ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-paragraph > li {
125
83
  position: relative;
126
84
  overflow: hidden;
127
- background: #fff;
85
+ background: transparent;
128
86
  }
129
87
  .ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-title::after,
130
88
  .ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-paragraph > li::after {
@@ -136,12 +94,12 @@ html {
136
94
  background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
137
95
  -webkit-animation: ant-skeleton-loading 1.4s ease infinite;
138
96
  animation: ant-skeleton-loading 1.4s ease infinite;
139
- content: "";
97
+ content: '';
140
98
  }
141
99
  .ant-skeleton.ant-skeleton-active .ant-skeleton-avatar {
142
100
  position: relative;
143
101
  overflow: hidden;
144
- background: #fff;
102
+ background: transparent;
145
103
  }
146
104
  .ant-skeleton.ant-skeleton-active .ant-skeleton-avatar::after {
147
105
  position: absolute;
@@ -152,12 +110,12 @@ html {
152
110
  background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
153
111
  -webkit-animation: ant-skeleton-loading 1.4s ease infinite;
154
112
  animation: ant-skeleton-loading 1.4s ease infinite;
155
- content: "";
113
+ content: '';
156
114
  }
157
115
  .ant-skeleton.ant-skeleton-active .ant-skeleton-button {
158
116
  position: relative;
159
117
  overflow: hidden;
160
- background: #fff;
118
+ background: transparent;
161
119
  }
162
120
  .ant-skeleton.ant-skeleton-active .ant-skeleton-button::after {
163
121
  position: absolute;
@@ -168,12 +126,12 @@ html {
168
126
  background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
169
127
  -webkit-animation: ant-skeleton-loading 1.4s ease infinite;
170
128
  animation: ant-skeleton-loading 1.4s ease infinite;
171
- content: "";
129
+ content: '';
172
130
  }
173
131
  .ant-skeleton.ant-skeleton-active .ant-skeleton-input {
174
132
  position: relative;
175
133
  overflow: hidden;
176
- background: #fff;
134
+ background: transparent;
177
135
  }
178
136
  .ant-skeleton.ant-skeleton-active .ant-skeleton-input::after {
179
137
  position: absolute;
@@ -184,12 +142,12 @@ html {
184
142
  background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
185
143
  -webkit-animation: ant-skeleton-loading 1.4s ease infinite;
186
144
  animation: ant-skeleton-loading 1.4s ease infinite;
187
- content: "";
145
+ content: '';
188
146
  }
189
147
  .ant-skeleton.ant-skeleton-active .ant-skeleton-image {
190
148
  position: relative;
191
149
  overflow: hidden;
192
- background: #fff;
150
+ background: transparent;
193
151
  }
194
152
  .ant-skeleton.ant-skeleton-active .ant-skeleton-image::after {
195
153
  position: absolute;
@@ -200,7 +158,7 @@ html {
200
158
  background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
201
159
  -webkit-animation: ant-skeleton-loading 1.4s ease infinite;
202
160
  animation: ant-skeleton-loading 1.4s ease infinite;
203
- content: "";
161
+ content: '';
204
162
  }
205
163
  .ant-skeleton.ant-skeleton-block {
206
164
  width: 100%;
@@ -263,7 +263,7 @@
263
263
  .skeleton-color() {
264
264
  position: relative;
265
265
  overflow: hidden;
266
- background: #fff;
266
+ background: transparent;
267
267
 
268
268
  &::after {
269
269
  position: absolute;
@@ -276,9 +276,9 @@
276
276
  @skeleton-color 25%,
277
277
  @skeleton-to-color 37%,
278
278
  @skeleton-color 63%
279
- );
279
+ );
280
280
  animation: ~'@{skeleton-prefix-cls}-loading' 1.4s ease infinite;
281
- content: "";
281
+ content: '';
282
282
  }
283
283
  }
284
284
 
@@ -1,5 +1,5 @@
1
- import * as React from 'react';
2
1
  import type { SliderProps as RcSliderProps } from 'rc-slider';
2
+ import * as React from 'react';
3
3
  import type { TooltipPlacement } from '../tooltip';
4
4
  export declare type SliderMarks = RcSliderProps['marks'];
5
5
  interface HandleGeneratorInfo {
@@ -19,16 +19,16 @@ var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/sli
19
19
 
20
20
  var _tslib = require("tslib");
21
21
 
22
- var React = _interopRequireWildcard(require("react"));
22
+ var _classnames = _interopRequireDefault(require("classnames"));
23
23
 
24
24
  var _rcSlider = _interopRequireDefault(require("rc-slider"));
25
25
 
26
- var _classnames = _interopRequireDefault(require("classnames"));
27
-
28
- var _SliderTooltip = _interopRequireDefault(require("./SliderTooltip"));
26
+ var React = _interopRequireWildcard(require("react"));
29
27
 
30
28
  var _configProvider = require("../config-provider");
31
29
 
30
+ var _SliderTooltip = _interopRequireDefault(require("./SliderTooltip"));
31
+
32
32
  function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
33
33
 
34
34
  function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof3(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
@@ -128,7 +128,11 @@ var Slider = /*#__PURE__*/React.forwardRef(function (props, ref) {
128
128
  handleRender: handleRender
129
129
  }));
130
130
  });
131
- Slider.displayName = 'Slider';
131
+
132
+ if (process.env.NODE_ENV !== 'production') {
133
+ Slider.displayName = 'Slider';
134
+ }
135
+
132
136
  Slider.defaultProps = {
133
137
  tipFormatter: function tipFormatter(value) {
134
138
  return typeof value === 'number' ? value.toString() : '';
@@ -2,53 +2,11 @@
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-slider {
48
6
  box-sizing: border-box;
49
7
  margin: 0;
50
8
  padding: 0;
51
- color: rgba(0, 0, 0, 0.85);
9
+ color: #4c4c4c;
52
10
  font-size: 14px;
53
11
  font-variant: tabular-nums;
54
12
  line-height: 1.5715;
@@ -129,7 +87,7 @@ html {
129
87
  .ant-slider-track {
130
88
  position: absolute;
131
89
  height: 4px;
132
- background-color: var(--ant-primary-3);
90
+ background-color: #a6c8ff;
133
91
  border-radius: 4px;
134
92
  transition: background-color 0.3s;
135
93
  }
@@ -139,7 +97,7 @@ html {
139
97
  height: 14px;
140
98
  margin-top: -5px;
141
99
  background-color: #fff;
142
- border: solid 2px var(--ant-primary-3);
100
+ border: solid 2px #a6c8ff;
143
101
  border-radius: 50%;
144
102
  box-shadow: 0;
145
103
  cursor: pointer;
@@ -149,21 +107,29 @@ html {
149
107
  z-index: 1;
150
108
  }
151
109
  .ant-slider-handle:focus {
152
- border-color: var(--ant-primary-color-deprecated-t-20);
110
+ border-color: #5686ff;
153
111
  outline: none;
154
- box-shadow: 0 0 0 5px var(--ant-primary-color-deprecated-f-12);
112
+ box-shadow: 0 0 0 5px rgba(44, 104, 255, 0.12);
155
113
  }
156
114
  .ant-slider-handle.ant-tooltip-open {
157
- border-color: var(--ant-primary-color);
115
+ border-color: #2c68ff;
116
+ }
117
+ .ant-slider-handle::after {
118
+ position: absolute;
119
+ top: -6px;
120
+ right: -6px;
121
+ bottom: -6px;
122
+ left: -6px;
123
+ content: "";
158
124
  }
159
125
  .ant-slider:hover .ant-slider-rail {
160
126
  background-color: #e1e1e1;
161
127
  }
162
128
  .ant-slider:hover .ant-slider-track {
163
- background-color: var(--ant-primary-4);
129
+ background-color: #7daaff;
164
130
  }
165
131
  .ant-slider:hover .ant-slider-handle:not(.ant-tooltip-open) {
166
- border-color: var(--ant-primary-4);
132
+ border-color: #7daaff;
167
133
  }
168
134
  .ant-slider-mark {
169
135
  position: absolute;
@@ -175,7 +141,7 @@ html {
175
141
  .ant-slider-mark-text {
176
142
  position: absolute;
177
143
  display: inline-block;
178
- color: rgba(0, 0, 0, 0.45);
144
+ color: #a9a9a9;
179
145
  text-align: center;
180
146
  word-break: keep-all;
181
147
  cursor: pointer;
@@ -185,7 +151,7 @@ html {
185
151
  user-select: none;
186
152
  }
187
153
  .ant-slider-mark-text-active {
188
- color: rgba(0, 0, 0, 0.85);
154
+ color: #4c4c4c;
189
155
  }
190
156
  .ant-slider-step {
191
157
  position: absolute;
@@ -200,12 +166,12 @@ html {
200
166
  width: 8px;
201
167
  height: 8px;
202
168
  background-color: #fff;
203
- border: 2px solid rgba(0, 0, 0, 0.06);
169
+ border: 2px solid #eeeeee;
204
170
  border-radius: 50%;
205
171
  cursor: pointer;
206
172
  }
207
173
  .ant-slider-dot-active {
208
- border-color: var(--ant-primary-color-deprecated-t-50);
174
+ border-color: #96b4ff;
209
175
  }
210
176
  .ant-slider-disabled {
211
177
  cursor: not-allowed;
@@ -214,12 +180,12 @@ html {
214
180
  background-color: #f5f5f5 !important;
215
181
  }
216
182
  .ant-slider-disabled .ant-slider-track {
217
- background-color: rgba(0, 0, 0, 0.25) !important;
183
+ background-color: #a9a9a9 !important;
218
184
  }
219
185
  .ant-slider-disabled .ant-slider-handle,
220
186
  .ant-slider-disabled .ant-slider-dot {
221
187
  background-color: #fff;
222
- border-color: rgba(0, 0, 0, 0.25) !important;
188
+ border-color: #a9a9a9 !important;
223
189
  box-shadow: none;
224
190
  cursor: not-allowed;
225
191
  }
@@ -66,6 +66,15 @@
66
66
  &.@{ant-prefix}-tooltip-open {
67
67
  border-color: @slider-handle-color-tooltip-open;
68
68
  }
69
+
70
+ &::after {
71
+ position: absolute;
72
+ top: -6px;
73
+ right: -6px;
74
+ bottom: -6px;
75
+ left: -6px;
76
+ content: "";
77
+ }
69
78
  }
70
79
 
71
80
  &:hover {
@@ -2,48 +2,6 @@
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-space {
48
6
  display: inline-flex;
49
7
  }