@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
  @-webkit-keyframes antCheckboxEffect {
48
6
  0% {
49
7
  transform: scale(1);
@@ -82,7 +40,7 @@ html {
82
40
  background: #fafafa;
83
41
  }
84
42
  .ant-transfer-customize-list .ant-table-wrapper .ant-table-small > .ant-table-content .ant-table-row:last-child td {
85
- border-bottom: 1px solid rgba(0, 0, 0, 0.06);
43
+ border-bottom: 1px solid #eeeeee;
86
44
  }
87
45
  .ant-transfer-customize-list .ant-table-wrapper .ant-table-small .ant-table-body {
88
46
  margin: 0;
@@ -94,34 +52,34 @@ html {
94
52
  background-color: transparent;
95
53
  }
96
54
  .ant-transfer-status-error .ant-transfer-list {
97
- border-color: var(--ant-error-color);
55
+ border-color: #f42d2d;
98
56
  }
99
57
  .ant-transfer-status-error .ant-transfer-list-search:not([disabled]) {
100
- border-color: #d9d9d9;
58
+ border-color: #d2d2d2;
101
59
  }
102
60
  .ant-transfer-status-error .ant-transfer-list-search:not([disabled]):hover {
103
- border-color: var(--ant-primary-5);
61
+ border-color: #548aff;
104
62
  border-right-width: 1px;
105
63
  }
106
64
  .ant-transfer-status-error .ant-transfer-list-search:not([disabled]):focus {
107
- border-color: var(--ant-primary-color-hover);
108
- box-shadow: 0 0 0 2px var(--ant-primary-color-outline);
65
+ border-color: #548aff;
66
+ box-shadow: 0 0 0 2px rgba(44, 104, 255, 0.2);
109
67
  border-right-width: 1px;
110
68
  outline: 0;
111
69
  }
112
70
  .ant-transfer-status-warning .ant-transfer-list {
113
- border-color: var(--ant-warning-color);
71
+ border-color: #ffab00;
114
72
  }
115
73
  .ant-transfer-status-warning .ant-transfer-list-search:not([disabled]) {
116
- border-color: #d9d9d9;
74
+ border-color: #d2d2d2;
117
75
  }
118
76
  .ant-transfer-status-warning .ant-transfer-list-search:not([disabled]):hover {
119
- border-color: var(--ant-primary-5);
77
+ border-color: #548aff;
120
78
  border-right-width: 1px;
121
79
  }
122
80
  .ant-transfer-status-warning .ant-transfer-list-search:not([disabled]):focus {
123
- border-color: var(--ant-primary-color-hover);
124
- box-shadow: 0 0 0 2px var(--ant-primary-color-outline);
81
+ border-color: #548aff;
82
+ box-shadow: 0 0 0 2px rgba(44, 104, 255, 0.2);
125
83
  border-right-width: 1px;
126
84
  outline: 0;
127
85
  }
@@ -129,7 +87,7 @@ html {
129
87
  box-sizing: border-box;
130
88
  margin: 0;
131
89
  padding: 0;
132
- color: rgba(0, 0, 0, 0.85);
90
+ color: #4c4c4c;
133
91
  font-size: 14px;
134
92
  font-variant: tabular-nums;
135
93
  line-height: 1.5715;
@@ -140,14 +98,14 @@ html {
140
98
  align-items: stretch;
141
99
  }
142
100
  .ant-transfer-disabled .ant-transfer-list {
143
- background: #f5f5f5;
101
+ background: #f1f1f1;
144
102
  }
145
103
  .ant-transfer-list {
146
104
  display: flex;
147
105
  flex-direction: column;
148
106
  width: 180px;
149
107
  height: 200px;
150
- border: 1px solid #d9d9d9;
108
+ border: 1px solid #d2d2d2;
151
109
  border-radius: 4px;
152
110
  }
153
111
  .ant-transfer-list-with-pagination {
@@ -155,7 +113,7 @@ html {
155
113
  height: auto;
156
114
  }
157
115
  .ant-transfer-list-search .anticon-search {
158
- color: rgba(0, 0, 0, 0.25);
116
+ color: #a9a9a9;
159
117
  }
160
118
  .ant-transfer-list-header {
161
119
  display: flex;
@@ -163,9 +121,9 @@ html {
163
121
  align-items: center;
164
122
  height: 40px;
165
123
  padding: 8px 12px 9px;
166
- color: rgba(0, 0, 0, 0.85);
124
+ color: #4c4c4c;
167
125
  background: #fff;
168
- border-bottom: 1px solid rgba(0, 0, 0, 0.06);
126
+ border-bottom: 1px solid #eeeeee;
169
127
  border-radius: 4px 4px 0 0;
170
128
  }
171
129
  .ant-transfer-list-header > *:not(:last-child) {
@@ -229,20 +187,20 @@ html {
229
187
  text-overflow: ellipsis;
230
188
  }
231
189
  .ant-transfer-list-content-item-remove {
232
- color: var(--ant-primary-color);
190
+ color: #2c68ff;
233
191
  text-decoration: none;
234
192
  outline: none;
235
193
  cursor: pointer;
236
194
  transition: color 0.3s;
237
195
  position: relative;
238
- color: #d9d9d9;
196
+ color: #d2d2d2;
239
197
  }
240
198
  .ant-transfer-list-content-item-remove:focus,
241
199
  .ant-transfer-list-content-item-remove:hover {
242
- color: var(--ant-primary-color-hover);
200
+ color: #548aff;
243
201
  }
244
202
  .ant-transfer-list-content-item-remove:active {
245
- color: var(--ant-primary-color-active);
203
+ color: #1a4ad9;
246
204
  }
247
205
  .ant-transfer-list-content-item-remove::after {
248
206
  position: absolute;
@@ -253,40 +211,40 @@ html {
253
211
  content: '';
254
212
  }
255
213
  .ant-transfer-list-content-item-remove:hover {
256
- color: var(--ant-primary-color-hover);
214
+ color: #548aff;
257
215
  }
258
216
  .ant-transfer-list-content-item:not(.ant-transfer-list-content-item-disabled):hover {
259
217
  background-color: #f5f5f5;
260
218
  cursor: pointer;
261
219
  }
262
220
  .ant-transfer-list-content-item:not(.ant-transfer-list-content-item-disabled).ant-transfer-list-content-item-checked:hover {
263
- background-color: var(--ant-primary-color-active-deprecated-d-02);
221
+ background-color: #e6f2ff;
264
222
  }
265
223
  .ant-transfer-list-content-show-remove .ant-transfer-list-content-item:not(.ant-transfer-list-content-item-disabled):hover {
266
224
  background: transparent;
267
225
  cursor: default;
268
226
  }
269
227
  .ant-transfer-list-content-item-checked {
270
- background-color: var(--ant-primary-1);
228
+ background-color: #f0f7ff;
271
229
  }
272
230
  .ant-transfer-list-content-item-disabled {
273
- color: rgba(0, 0, 0, 0.25);
231
+ color: #a9a9a9;
274
232
  cursor: not-allowed;
275
233
  }
276
234
  .ant-transfer-list-pagination {
277
235
  padding: 8px 0;
278
236
  text-align: right;
279
- border-top: 1px solid rgba(0, 0, 0, 0.06);
237
+ border-top: 1px solid #eeeeee;
280
238
  }
281
239
  .ant-transfer-list-body-not-found {
282
240
  flex: none;
283
241
  width: 100%;
284
242
  margin: auto 0;
285
- color: rgba(0, 0, 0, 0.25);
243
+ color: #a9a9a9;
286
244
  text-align: center;
287
245
  }
288
246
  .ant-transfer-list-footer {
289
- border-top: 1px solid rgba(0, 0, 0, 0.06);
247
+ border-top: 1px solid #eeeeee;
290
248
  }
291
249
  .ant-transfer-operation {
292
250
  display: flex;
@@ -196,7 +196,11 @@ var DirectoryTree = function DirectoryTree(_a, ref) {
196
196
  };
197
197
 
198
198
  var ForwardDirectoryTree = /*#__PURE__*/React.forwardRef(DirectoryTree);
199
- ForwardDirectoryTree.displayName = 'DirectoryTree';
199
+
200
+ if (process.env.NODE_ENV !== 'production') {
201
+ ForwardDirectoryTree.displayName = 'DirectoryTree';
202
+ }
203
+
200
204
  ForwardDirectoryTree.defaultProps = {
201
205
  showIcon: true,
202
206
  expandAction: 'click'
@@ -1,5 +1,5 @@
1
1
  import Tree from './Tree';
2
- export { EventDataNode, DataNode } from 'rc-tree/lib/interface';
3
- export { TreeProps, AntTreeNode, AntTreeNodeMouseEvent, AntTreeNodeExpandedEvent, AntTreeNodeCheckedEvent, AntTreeNodeSelectedEvent, AntdTreeNodeAttribute, AntTreeNodeProps, } from './Tree';
2
+ export type { EventDataNode, DataNode } from 'rc-tree/lib/interface';
3
+ export type { TreeProps, AntTreeNode, AntTreeNodeMouseEvent, AntTreeNodeExpandedEvent, AntTreeNodeCheckedEvent, AntTreeNodeSelectedEvent, AntdTreeNodeAttribute, AntTreeNodeProps, } from './Tree';
4
4
  export { ExpandAction as DirectoryTreeExpandAction, DirectoryTreeProps } from './DirectoryTree';
5
5
  export default Tree;
@@ -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
  @-webkit-keyframes antCheckboxEffect {
48
6
  0% {
49
7
  transform: scale(1);
@@ -118,7 +76,7 @@ html {
118
76
  }
119
77
  .ant-tree.ant-tree-directory .ant-tree-treenode-selected:hover::before,
120
78
  .ant-tree.ant-tree-directory .ant-tree-treenode-selected::before {
121
- background: var(--ant-primary-color);
79
+ background: #2c68ff;
122
80
  }
123
81
  .ant-tree.ant-tree-directory .ant-tree-treenode-selected .ant-tree-switcher {
124
82
  color: #fff;
@@ -131,7 +89,7 @@ html {
131
89
  box-sizing: border-box;
132
90
  margin: 0;
133
91
  padding: 0;
134
- color: rgba(0, 0, 0, 0.85);
92
+ color: #4c4c4c;
135
93
  font-size: 14px;
136
94
  font-variant: tabular-nums;
137
95
  line-height: 1.5715;
@@ -147,7 +105,7 @@ html {
147
105
  .ant-tree-checkbox-wrapper:hover .ant-tree-checkbox-inner,
148
106
  .ant-tree-checkbox:hover .ant-tree-checkbox-inner,
149
107
  .ant-tree-checkbox-input:focus + .ant-tree-checkbox-inner {
150
- border-color: var(--ant-primary-color);
108
+ border-color: #2c68ff;
151
109
  }
152
110
  .ant-tree-checkbox-checked::after {
153
111
  position: absolute;
@@ -155,7 +113,7 @@ html {
155
113
  left: 0;
156
114
  width: 100%;
157
115
  height: 100%;
158
- border: 1px solid var(--ant-primary-color);
116
+ border: 1px solid #2c68ff;
159
117
  border-radius: 4px;
160
118
  visibility: hidden;
161
119
  -webkit-animation: antCheckboxEffect 0.36s ease-in-out;
@@ -177,7 +135,7 @@ html {
177
135
  height: 16px;
178
136
  direction: ltr;
179
137
  background-color: #fff;
180
- border: 1px solid #d9d9d9;
138
+ border: 1px solid #d2d2d2;
181
139
  border-radius: 4px;
182
140
  border-collapse: separate;
183
141
  transition: all 0.3s;
@@ -221,14 +179,14 @@ html {
221
179
  content: ' ';
222
180
  }
223
181
  .ant-tree-checkbox-checked .ant-tree-checkbox-inner {
224
- background-color: var(--ant-primary-color);
225
- border-color: var(--ant-primary-color);
182
+ background-color: #2c68ff;
183
+ border-color: #2c68ff;
226
184
  }
227
185
  .ant-tree-checkbox-disabled {
228
186
  cursor: not-allowed;
229
187
  }
230
188
  .ant-tree-checkbox-disabled.ant-tree-checkbox-checked .ant-tree-checkbox-inner::after {
231
- border-color: rgba(0, 0, 0, 0.25);
189
+ border-color: #a9a9a9;
232
190
  -webkit-animation-name: none;
233
191
  animation-name: none;
234
192
  }
@@ -237,17 +195,17 @@ html {
237
195
  pointer-events: none;
238
196
  }
239
197
  .ant-tree-checkbox-disabled .ant-tree-checkbox-inner {
240
- background-color: #f5f5f5;
241
- border-color: #d9d9d9 !important;
198
+ background-color: #f1f1f1;
199
+ border-color: #d2d2d2 !important;
242
200
  }
243
201
  .ant-tree-checkbox-disabled .ant-tree-checkbox-inner::after {
244
- border-color: #f5f5f5;
202
+ border-color: #f1f1f1;
245
203
  border-collapse: separate;
246
204
  -webkit-animation-name: none;
247
205
  animation-name: none;
248
206
  }
249
207
  .ant-tree-checkbox-disabled + span {
250
- color: rgba(0, 0, 0, 0.25);
208
+ color: #a9a9a9;
251
209
  cursor: not-allowed;
252
210
  }
253
211
  .ant-tree-checkbox-disabled:hover::after,
@@ -258,7 +216,7 @@ html {
258
216
  box-sizing: border-box;
259
217
  margin: 0;
260
218
  padding: 0;
261
- color: rgba(0, 0, 0, 0.85);
219
+ color: #4c4c4c;
262
220
  font-size: 14px;
263
221
  font-variant: tabular-nums;
264
222
  line-height: 1.5715;
@@ -293,7 +251,7 @@ html {
293
251
  box-sizing: border-box;
294
252
  margin: 0;
295
253
  padding: 0;
296
- color: rgba(0, 0, 0, 0.85);
254
+ color: #4c4c4c;
297
255
  font-size: 14px;
298
256
  font-variant: tabular-nums;
299
257
  line-height: 1.5715;
@@ -312,28 +270,28 @@ html {
312
270
  }
313
271
  .ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner {
314
272
  background-color: #fff;
315
- border-color: #d9d9d9;
273
+ border-color: #d2d2d2;
316
274
  }
317
275
  .ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner::after {
318
276
  top: 50%;
319
277
  left: 50%;
320
278
  width: 8px;
321
279
  height: 8px;
322
- background-color: var(--ant-primary-color);
280
+ background-color: #2c68ff;
323
281
  border: 0;
324
282
  transform: translate(-50%, -50%) scale(1);
325
283
  opacity: 1;
326
284
  content: ' ';
327
285
  }
328
286
  .ant-tree-checkbox-indeterminate.ant-tree-checkbox-disabled .ant-tree-checkbox-inner::after {
329
- background-color: rgba(0, 0, 0, 0.25);
330
- border-color: rgba(0, 0, 0, 0.25);
287
+ background-color: #a9a9a9;
288
+ border-color: #a9a9a9;
331
289
  }
332
290
  .ant-tree {
333
291
  box-sizing: border-box;
334
292
  margin: 0;
335
293
  padding: 0;
336
- color: rgba(0, 0, 0, 0.85);
294
+ color: #4c4c4c;
337
295
  font-size: 14px;
338
296
  font-variant: tabular-nums;
339
297
  line-height: 1.5715;
@@ -344,7 +302,7 @@ html {
344
302
  transition: background-color 0.3s;
345
303
  }
346
304
  .ant-tree-focused:not(:hover):not(.ant-tree-active-focused) {
347
- background: var(--ant-primary-1);
305
+ background: #f0f7ff;
348
306
  }
349
307
  .ant-tree-list-holder-inner {
350
308
  align-items: flex-start;
@@ -364,7 +322,7 @@ html {
364
322
  right: 0;
365
323
  bottom: 4px;
366
324
  left: 0;
367
- border: 1px solid var(--ant-primary-color);
325
+ border: 1px solid #2c68ff;
368
326
  opacity: 0;
369
327
  -webkit-animation: ant-tree-node-fx-do-not-use 0.3s;
370
328
  animation: ant-tree-node-fx-do-not-use 0.3s;
@@ -382,7 +340,7 @@ html {
382
340
  outline: none;
383
341
  }
384
342
  .ant-tree .ant-tree-treenode-disabled .ant-tree-node-content-wrapper {
385
- color: rgba(0, 0, 0, 0.25);
343
+ color: #a9a9a9;
386
344
  cursor: not-allowed;
387
345
  }
388
346
  .ant-tree .ant-tree-treenode-disabled .ant-tree-node-content-wrapper:hover {
@@ -448,7 +406,7 @@ html {
448
406
  transform: rotate(-90deg);
449
407
  }
450
408
  .ant-tree-switcher-loading-icon {
451
- color: var(--ant-primary-color);
409
+ color: #2c68ff;
452
410
  }
453
411
  .ant-tree-switcher-leaf-line {
454
412
  position: relative;
@@ -494,7 +452,7 @@ html {
494
452
  background-color: #f5f5f5;
495
453
  }
496
454
  .ant-tree .ant-tree-node-content-wrapper.ant-tree-node-selected {
497
- background-color: var(--ant-primary-2);
455
+ background-color: #cfe3ff;
498
456
  }
499
457
  .ant-tree .ant-tree-node-content-wrapper .ant-tree-iconEle {
500
458
  display: inline-block;
@@ -521,7 +479,7 @@ html {
521
479
  position: absolute;
522
480
  z-index: 1;
523
481
  height: 2px;
524
- background-color: var(--ant-primary-color);
482
+ background-color: #2c68ff;
525
483
  border-radius: 1px;
526
484
  pointer-events: none;
527
485
  }
@@ -532,12 +490,12 @@ html {
532
490
  width: 8px;
533
491
  height: 8px;
534
492
  background-color: transparent;
535
- border: 2px solid var(--ant-primary-color);
493
+ border: 2px solid #2c68ff;
536
494
  border-radius: 50%;
537
495
  content: '';
538
496
  }
539
497
  .ant-tree .ant-tree-treenode.drop-container > [draggable] {
540
- box-shadow: 0 0 0 2px var(--ant-primary-color);
498
+ box-shadow: 0 0 0 2px #2c68ff;
541
499
  }
542
500
  .ant-tree-show-line .ant-tree-indent-unit {
543
501
  position: relative;
@@ -548,7 +506,7 @@ html {
548
506
  top: 0;
549
507
  right: 12px;
550
508
  bottom: -4px;
551
- border-right: 1px solid #d9d9d9;
509
+ border-right: 1px solid #d2d2d2;
552
510
  content: '';
553
511
  }
554
512
  .ant-tree-show-line .ant-tree-indent-unit-end::before {
@@ -582,7 +540,7 @@ html {
582
540
  right: auto;
583
541
  left: -13px;
584
542
  border-right: none;
585
- border-left: 1px solid #d9d9d9;
543
+ border-left: 1px solid #d2d2d2;
586
544
  }
587
545
  .ant-tree-rtl .ant-tree-checkbox {
588
546
  margin: 4px 0 0 8px;