@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-table.ant-table-middle {
48
6
  font-size: 14px;
49
7
  }
@@ -93,11 +51,11 @@ html {
93
51
  padding-inline-start: 2px;
94
52
  }
95
53
  .ant-table.ant-table-bordered > .ant-table-title {
96
- border: 1px solid rgba(0, 0, 0, 0.06);
54
+ border: 1px solid #eeeeee;
97
55
  border-bottom: 0;
98
56
  }
99
57
  .ant-table.ant-table-bordered > .ant-table-container {
100
- border-left: 1px solid rgba(0, 0, 0, 0.06);
58
+ border-left: 1px solid #eeeeee;
101
59
  }
102
60
  .ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > thead > tr > th,
103
61
  .ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > thead > tr > th,
@@ -115,13 +73,13 @@ html {
115
73
  .ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tfoot > tr > td,
116
74
  .ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tfoot > tr > td,
117
75
  .ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tfoot > tr > td {
118
- border-right: 1px solid rgba(0, 0, 0, 0.06);
76
+ border-right: 1px solid #eeeeee;
119
77
  }
120
78
  .ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > thead > tr:not(:last-child) > th,
121
79
  .ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > thead > tr:not(:last-child) > th,
122
80
  .ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > thead > tr:not(:last-child) > th,
123
81
  .ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > thead > tr:not(:last-child) > th {
124
- border-bottom: 1px solid rgba(0, 0, 0, 0.06);
82
+ border-bottom: 1px solid #eeeeee;
125
83
  }
126
84
  .ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > thead > tr > th::before,
127
85
  .ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > thead > tr > th::before,
@@ -141,7 +99,7 @@ html {
141
99
  .ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tfoot > tr > .ant-table-cell-fix-right-first::after,
142
100
  .ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tfoot > tr > .ant-table-cell-fix-right-first::after,
143
101
  .ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tfoot > tr > .ant-table-cell-fix-right-first::after {
144
- border-right: 1px solid rgba(0, 0, 0, 0.06);
102
+ border-right: 1px solid #eeeeee;
145
103
  }
146
104
  .ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tbody > tr > td > .ant-table-expanded-row-fixed,
147
105
  .ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tbody > tr > td > .ant-table-expanded-row-fixed,
@@ -157,12 +115,12 @@ html {
157
115
  top: 0;
158
116
  right: 1px;
159
117
  bottom: 0;
160
- border-right: 1px solid rgba(0, 0, 0, 0.06);
118
+ border-right: 1px solid #eeeeee;
161
119
  content: '';
162
120
  }
163
121
  .ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table,
164
122
  .ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table {
165
- border-top: 1px solid rgba(0, 0, 0, 0.06);
123
+ border-top: 1px solid #eeeeee;
166
124
  }
167
125
  .ant-table.ant-table-bordered.ant-table-scroll-horizontal > .ant-table-container > .ant-table-body > table > tbody > tr.ant-table-expanded-row > td,
168
126
  .ant-table.ant-table-bordered.ant-table-scroll-horizontal > .ant-table-container > .ant-table-body > table > tbody > tr.ant-table-placeholder > td {
@@ -177,7 +135,7 @@ html {
177
135
  margin: -8px -9px;
178
136
  }
179
137
  .ant-table.ant-table-bordered > .ant-table-footer {
180
- border: 1px solid rgba(0, 0, 0, 0.06);
138
+ border: 1px solid #eeeeee;
181
139
  border-top: 0;
182
140
  }
183
141
  .ant-table-cell .ant-table-container:first-child {
@@ -203,7 +161,7 @@ html {
203
161
  box-sizing: border-box;
204
162
  margin: 0;
205
163
  padding: 0;
206
- color: rgba(0, 0, 0, 0.85);
164
+ color: #4c4c4c;
207
165
  font-variant: tabular-nums;
208
166
  line-height: 1.5715;
209
167
  list-style: none;
@@ -254,16 +212,16 @@ html {
254
212
  }
255
213
  .ant-table-footer {
256
214
  padding: 16px 16px;
257
- color: rgba(0, 0, 0, 0.85);
215
+ color: #262626;
258
216
  background: #fafafa;
259
217
  }
260
218
  .ant-table-thead > tr > th {
261
219
  position: relative;
262
- color: rgba(0, 0, 0, 0.85);
220
+ color: #262626;
263
221
  font-weight: 500;
264
222
  text-align: left;
265
223
  background: #fafafa;
266
- border-bottom: 1px solid rgba(0, 0, 0, 0.06);
224
+ border-bottom: 1px solid #eeeeee;
267
225
  transition: background 0.3s ease;
268
226
  }
269
227
  .ant-table-thead > tr > th[colspan]:not([colspan='1']) {
@@ -275,7 +233,7 @@ html {
275
233
  right: 0;
276
234
  width: 1px;
277
235
  height: 1.6em;
278
- background-color: rgba(0, 0, 0, 0.06);
236
+ background-color: #eeeeee;
279
237
  transform: translateY(-50%);
280
238
  transition: background-color 0.3s;
281
239
  content: '';
@@ -284,7 +242,7 @@ html {
284
242
  border-bottom: 0;
285
243
  }
286
244
  .ant-table-tbody > tr > td {
287
- border-bottom: 1px solid rgba(0, 0, 0, 0.06);
245
+ border-bottom: 1px solid #eeeeee;
288
246
  transition: background 0.3s;
289
247
  }
290
248
  .ant-table-tbody > tr > td > .ant-table-wrapper:only-child .ant-table,
@@ -306,11 +264,11 @@ html {
306
264
  background: #fafafa;
307
265
  }
308
266
  .ant-table-tbody > tr.ant-table-row-selected > td {
309
- background: var(--ant-primary-1);
267
+ background: #f0f7ff;
310
268
  border-color: rgba(0, 0, 0, 0.03);
311
269
  }
312
270
  .ant-table-tbody > tr.ant-table-row-selected:hover > td {
313
- background: var(--ant-primary-color-active-deprecated-d-02);
271
+ background: #e6f2ff;
314
272
  }
315
273
  .ant-table-summary {
316
274
  position: relative;
@@ -318,11 +276,11 @@ html {
318
276
  background: #fff;
319
277
  }
320
278
  div.ant-table-summary {
321
- box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.06);
279
+ box-shadow: 0 -1px 0 #eeeeee;
322
280
  }
323
281
  .ant-table-summary > tr > th,
324
282
  .ant-table-summary > tr > td {
325
- border-bottom: 1px solid rgba(0, 0, 0, 0.06);
283
+ border-bottom: 1px solid #eeeeee;
326
284
  }
327
285
  .ant-table-pagination.ant-pagination {
328
286
  margin: 16px 0;
@@ -356,7 +314,7 @@ div.ant-table-summary {
356
314
  background-color: transparent !important;
357
315
  }
358
316
  .ant-table-thead th.ant-table-column-has-sorters:focus-visible {
359
- color: var(--ant-primary-color);
317
+ color: #2c68ff;
360
318
  }
361
319
  .ant-table-thead th.ant-table-column-has-sorters.ant-table-cell-fix-left:hover,
362
320
  .ant-table-thead th.ant-table-column-has-sorters.ant-table-cell-fix-right:hover {
@@ -409,7 +367,7 @@ td.ant-table-column-sort {
409
367
  }
410
368
  .ant-table-column-sorter-up.active,
411
369
  .ant-table-column-sorter-down.active {
412
- color: var(--ant-primary-color);
370
+ color: #2c68ff;
413
371
  }
414
372
  .ant-table-column-sorter-up + .ant-table-column-sorter-down {
415
373
  margin-top: -0.3em;
@@ -434,17 +392,17 @@ td.ant-table-column-sort {
434
392
  transition: all 0.3s;
435
393
  }
436
394
  .ant-table-filter-trigger:hover {
437
- color: rgba(0, 0, 0, 0.45);
395
+ color: #a9a9a9;
438
396
  background: rgba(0, 0, 0, 0.04);
439
397
  }
440
398
  .ant-table-filter-trigger.active {
441
- color: var(--ant-primary-color);
399
+ color: #2c68ff;
442
400
  }
443
401
  .ant-table-filter-dropdown {
444
402
  box-sizing: border-box;
445
403
  margin: 0;
446
404
  padding: 0;
447
- color: rgba(0, 0, 0, 0.85);
405
+ color: #4c4c4c;
448
406
  font-size: 14px;
449
407
  font-variant: tabular-nums;
450
408
  line-height: 1.5715;
@@ -464,7 +422,7 @@ td.ant-table-column-sort {
464
422
  .ant-table-filter-dropdown .ant-dropdown-menu:empty::after {
465
423
  display: block;
466
424
  padding: 8px 0;
467
- color: rgba(0, 0, 0, 0.25);
425
+ color: #a9a9a9;
468
426
  font-size: 12px;
469
427
  text-align: center;
470
428
  content: 'Not Found';
@@ -477,17 +435,17 @@ td.ant-table-column-sort {
477
435
  }
478
436
  .ant-table-filter-dropdown-tree .ant-tree-treenode-checkbox-checked .ant-tree-node-content-wrapper,
479
437
  .ant-table-filter-dropdown-tree .ant-tree-treenode-checkbox-checked .ant-tree-node-content-wrapper:hover {
480
- background-color: var(--ant-primary-2);
438
+ background-color: #cfe3ff;
481
439
  }
482
440
  .ant-table-filter-dropdown-search {
483
441
  padding: 8px;
484
- border-bottom: 1px rgba(0, 0, 0, 0.06) solid;
442
+ border-bottom: 1px #eeeeee solid;
485
443
  }
486
444
  .ant-table-filter-dropdown-search-input input {
487
445
  min-width: 140px;
488
446
  }
489
447
  .ant-table-filter-dropdown-search-input .anticon {
490
- color: rgba(0, 0, 0, 0.25);
448
+ color: #a9a9a9;
491
449
  }
492
450
  .ant-table-filter-dropdown-checkall {
493
451
  width: 100%;
@@ -509,7 +467,7 @@ td.ant-table-column-sort {
509
467
  padding: 7px 8px;
510
468
  overflow: hidden;
511
469
  background-color: inherit;
512
- border-top: 1px solid rgba(0, 0, 0, 0.06);
470
+ border-top: 1px solid #eeeeee;
513
471
  }
514
472
  .ant-table-selection-col {
515
473
  width: 32px;
@@ -567,7 +525,7 @@ table tr th.ant-table-selection-column::after {
567
525
  height: 1px;
568
526
  }
569
527
  .ant-table-row-expand-icon {
570
- color: var(--ant-primary-color);
528
+ color: #2c68ff;
571
529
  text-decoration: none;
572
530
  cursor: pointer;
573
531
  transition: color 0.3s;
@@ -581,7 +539,7 @@ table tr th.ant-table-selection-column::after {
581
539
  color: inherit;
582
540
  line-height: 17px;
583
541
  background: #fff;
584
- border: 1px solid rgba(0, 0, 0, 0.06);
542
+ border: 1px solid #eeeeee;
585
543
  border-radius: 4px;
586
544
  outline: none;
587
545
  transform: scale(0.94117647);
@@ -593,10 +551,10 @@ table tr th.ant-table-selection-column::after {
593
551
  }
594
552
  .ant-table-row-expand-icon:focus,
595
553
  .ant-table-row-expand-icon:hover {
596
- color: var(--ant-primary-color-hover);
554
+ color: #548aff;
597
555
  }
598
556
  .ant-table-row-expand-icon:active {
599
- color: var(--ant-primary-color-active);
557
+ color: #1a4ad9;
600
558
  }
601
559
  .ant-table-row-expand-icon:focus,
602
560
  .ant-table-row-expand-icon:hover,
@@ -663,7 +621,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
663
621
  text-align: center;
664
622
  }
665
623
  .ant-table-empty .ant-table-tbody > tr.ant-table-placeholder {
666
- color: rgba(0, 0, 0, 0.25);
624
+ color: #a9a9a9;
667
625
  }
668
626
  .ant-table-tbody > tr.ant-table-placeholder:hover > td {
669
627
  background: #fff;
@@ -752,8 +710,8 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
752
710
  z-index: calc(2 + 1);
753
711
  display: flex;
754
712
  align-items: center;
755
- background: rgba(204, 204, 204, 0.06);
756
- border-top: 1px solid rgba(0, 0, 0, 0.06);
713
+ background: #ffffff;
714
+ border-top: 1px solid #eeeeee;
757
715
  opacity: 0.6;
758
716
  }
759
717
  .ant-table-sticky-scroll:hover {
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import { ColumnType, ColumnTitle, ColumnTitleProps, Key } from './interface';
2
+ import type { ColumnType, ColumnTitle, ColumnTitleProps, Key } from './interface';
3
3
  export declare function getColumnKey<RecordType>(column: ColumnType<RecordType>, defaultKey: string): Key;
4
4
  export declare function getColumnPos(index: number, pos?: string): string;
5
5
  export declare function renderColumnTitle<RecordType>(title: ColumnTitle<RecordType>, props: ColumnTitleProps<RecordType>): import("react").ReactNode;
@@ -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-tabs-small > .ant-tabs-nav .ant-tabs-tab {
48
6
  padding: 8px 0;
49
7
  font-size: 14px;
@@ -127,7 +85,7 @@ html {
127
85
  position: absolute;
128
86
  right: 0;
129
87
  left: 0;
130
- border-bottom: 1px solid rgba(0, 0, 0, 0.06);
88
+ border-bottom: 1px solid #eeeeee;
131
89
  content: '';
132
90
  }
133
91
  .ant-tabs-top > .ant-tabs-nav .ant-tabs-ink-bar,
@@ -300,7 +258,7 @@ html {
300
258
  .ant-tabs-left > .ant-tabs-content-holder,
301
259
  .ant-tabs-left > div > .ant-tabs-content-holder {
302
260
  margin-left: -1px;
303
- border-left: 1px solid rgba(0, 0, 0, 0.06);
261
+ border-left: 1px solid #eeeeee;
304
262
  }
305
263
  .ant-tabs-left > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane,
306
264
  .ant-tabs-left > div > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane {
@@ -318,7 +276,7 @@ html {
318
276
  .ant-tabs-right > div > .ant-tabs-content-holder {
319
277
  order: 0;
320
278
  margin-right: -1px;
321
- border-right: 1px solid rgba(0, 0, 0, 0.06);
279
+ border-right: 1px solid #eeeeee;
322
280
  }
323
281
  .ant-tabs-right > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane,
324
282
  .ant-tabs-right > div > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane {
@@ -328,7 +286,7 @@ html {
328
286
  box-sizing: border-box;
329
287
  margin: 0;
330
288
  padding: 0;
331
- color: rgba(0, 0, 0, 0.85);
289
+ color: #4c4c4c;
332
290
  font-size: 14px;
333
291
  font-variant: tabular-nums;
334
292
  line-height: 1.5715;
@@ -364,7 +322,7 @@ html {
364
322
  margin: 0;
365
323
  padding: 5px 12px;
366
324
  overflow: hidden;
367
- color: rgba(0, 0, 0, 0.85);
325
+ color: #4c4c4c;
368
326
  font-weight: normal;
369
327
  font-size: 14px;
370
328
  line-height: 22px;
@@ -380,21 +338,21 @@ html {
380
338
  .ant-tabs-dropdown-menu-item-remove {
381
339
  flex: none;
382
340
  margin-left: 12px;
383
- color: rgba(0, 0, 0, 0.45);
341
+ color: #a9a9a9;
384
342
  font-size: 12px;
385
343
  background: transparent;
386
344
  border: 0;
387
345
  cursor: pointer;
388
346
  }
389
347
  .ant-tabs-dropdown-menu-item-remove:hover {
390
- color: var(--ant-primary-5);
348
+ color: #548aff;
391
349
  }
392
350
  .ant-tabs-dropdown-menu-item:hover {
393
351
  background: #f5f5f5;
394
352
  }
395
353
  .ant-tabs-dropdown-menu-item-disabled,
396
354
  .ant-tabs-dropdown-menu-item-disabled:hover {
397
- color: rgba(0, 0, 0, 0.25);
355
+ color: #a9a9a9;
398
356
  background: transparent;
399
357
  cursor: not-allowed;
400
358
  }
@@ -403,12 +361,12 @@ html {
403
361
  margin: 0;
404
362
  padding: 8px 16px;
405
363
  background: #fafafa;
406
- border: 1px solid rgba(0, 0, 0, 0.06);
364
+ border: 1px solid #eeeeee;
407
365
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
408
366
  }
409
367
  .ant-tabs-card > .ant-tabs-nav .ant-tabs-tab-active,
410
368
  .ant-tabs-card > div > .ant-tabs-nav .ant-tabs-tab-active {
411
- color: var(--ant-primary-color);
369
+ color: #2c68ff;
412
370
  background: #fff;
413
371
  }
414
372
  .ant-tabs-card > .ant-tabs-nav .ant-tabs-ink-bar,
@@ -463,7 +421,7 @@ html {
463
421
  box-sizing: border-box;
464
422
  margin: 0;
465
423
  padding: 0;
466
- color: rgba(0, 0, 0, 0.85);
424
+ color: #4c4c4c;
467
425
  font-size: 14px;
468
426
  font-variant: tabular-nums;
469
427
  line-height: 1.5715;
@@ -540,7 +498,7 @@ html {
540
498
  margin-left: 2px;
541
499
  padding: 0 8px;
542
500
  background: #fafafa;
543
- border: 1px solid rgba(0, 0, 0, 0.06);
501
+ border: 1px solid #eeeeee;
544
502
  border-radius: 4px 4px 0 0;
545
503
  outline: none;
546
504
  cursor: pointer;
@@ -548,13 +506,13 @@ html {
548
506
  }
549
507
  .ant-tabs > .ant-tabs-nav .ant-tabs-nav-add:hover,
550
508
  .ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add:hover {
551
- color: var(--ant-primary-5);
509
+ color: #548aff;
552
510
  }
553
511
  .ant-tabs > .ant-tabs-nav .ant-tabs-nav-add:active,
554
512
  .ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add:active,
555
513
  .ant-tabs > .ant-tabs-nav .ant-tabs-nav-add:focus,
556
514
  .ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add:focus {
557
- color: var(--ant-primary-7);
515
+ color: #1a4ad9;
558
516
  }
559
517
  .ant-tabs-extra-content {
560
518
  flex: none;
@@ -565,7 +523,7 @@ html {
565
523
  }
566
524
  .ant-tabs-ink-bar {
567
525
  position: absolute;
568
- background: var(--ant-primary-color);
526
+ background: #2c68ff;
569
527
  pointer-events: none;
570
528
  }
571
529
  .ant-tabs-tab {
@@ -583,7 +541,7 @@ html {
583
541
  .ant-tabs-tab-remove:focus,
584
542
  .ant-tabs-tab-btn:active,
585
543
  .ant-tabs-tab-remove:active {
586
- color: var(--ant-primary-7);
544
+ color: #1a4ad9;
587
545
  }
588
546
  .ant-tabs-tab-btn {
589
547
  outline: none;
@@ -593,7 +551,7 @@ html {
593
551
  flex: none;
594
552
  margin-right: -4px;
595
553
  margin-left: 8px;
596
- color: rgba(0, 0, 0, 0.45);
554
+ color: #a9a9a9;
597
555
  font-size: 12px;
598
556
  background: transparent;
599
557
  border: none;
@@ -602,24 +560,24 @@ html {
602
560
  transition: all 0.3s;
603
561
  }
604
562
  .ant-tabs-tab-remove:hover {
605
- color: rgba(0, 0, 0, 0.85);
563
+ color: #262626;
606
564
  }
607
565
  .ant-tabs-tab:hover {
608
- color: var(--ant-primary-5);
566
+ color: #548aff;
609
567
  }
610
568
  .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
611
- color: var(--ant-primary-color);
569
+ color: #2c68ff;
612
570
  text-shadow: 0 0 0.25px currentcolor;
613
571
  }
614
572
  .ant-tabs-tab.ant-tabs-tab-disabled {
615
- color: rgba(0, 0, 0, 0.25);
573
+ color: #a9a9a9;
616
574
  cursor: not-allowed;
617
575
  }
618
576
  .ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-btn:focus,
619
577
  .ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-remove:focus,
620
578
  .ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-btn:active,
621
579
  .ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-remove:active {
622
- color: rgba(0, 0, 0, 0.25);
580
+ color: #a9a9a9;
623
581
  }
624
582
  .ant-tabs-tab .ant-tabs-tab-remove .anticon {
625
583
  margin: 0;
@@ -1,7 +1,7 @@
1
1
  import * as React from 'react';
2
- import CheckableTag from './CheckableTag';
3
2
  import type { PresetColorType, PresetStatusColorType } from '../_util/colors';
4
3
  import type { LiteralUnion } from '../_util/type';
4
+ import CheckableTag from './CheckableTag';
5
5
  export { CheckableTagProps } from './CheckableTag';
6
6
  export interface TagProps extends React.HTMLAttributes<HTMLSpanElement> {
7
7
  prefixCls?: string;
package/lib/tag/index.js CHANGED
@@ -17,15 +17,13 @@ var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/sli
17
17
 
18
18
  var _tslib = require("tslib");
19
19
 
20
- var React = _interopRequireWildcard(require("react"));
20
+ var _CloseOutlined = _interopRequireDefault(require("@ant-design/icons/CloseOutlined"));
21
21
 
22
22
  var _classnames = _interopRequireDefault(require("classnames"));
23
23
 
24
24
  var _omit = _interopRequireDefault(require("rc-util/lib/omit"));
25
25
 
26
- var _CloseOutlined = _interopRequireDefault(require("@ant-design/icons/CloseOutlined"));
27
-
28
- var _CheckableTag = _interopRequireDefault(require("./CheckableTag"));
26
+ var React = _interopRequireWildcard(require("react"));
29
27
 
30
28
  var _configProvider = require("../config-provider");
31
29
 
@@ -33,6 +31,8 @@ var _colors = require("../_util/colors");
33
31
 
34
32
  var _wave = _interopRequireDefault(require("../_util/wave"));
35
33
 
34
+ var _CheckableTag = _interopRequireDefault(require("./CheckableTag"));
35
+
36
36
  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); }
37
37
 
38
38
  function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(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; }
@@ -125,7 +125,11 @@ var InternalTag = function InternalTag(_a, ref) {
125
125
  };
126
126
 
127
127
  var Tag = /*#__PURE__*/React.forwardRef(InternalTag);
128
- Tag.displayName = 'Tag';
128
+
129
+ if (process.env.NODE_ENV !== 'production') {
130
+ Tag.displayName = 'Tag';
131
+ }
132
+
129
133
  Tag.CheckableTag = _CheckableTag["default"];
130
134
  var _default = Tag;
131
135
  exports["default"] = _default;