@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,497 +2,161 @@
2
2
 
3
3
  @theme: dark;
4
4
  // color palettes
5
- @blue-1: mix(
6
- color(~`colorPalette('@{blue-base}', 8) `),
7
- @component-background,
8
- 15%
9
- );
10
- @blue-2: mix(
11
- color(~`colorPalette('@{blue-base}', 7) `),
12
- @component-background,
13
- 25%
14
- );
5
+ @blue-1: mix(color(~`colorPalette('@{blue-base}', 8) `), @component-background, 15%);
6
+ @blue-2: mix(color(~`colorPalette('@{blue-base}', 7) `), @component-background, 25%);
15
7
  @blue-3: mix(@blue-base, @component-background, 30%);
16
8
  @blue-4: mix(@blue-base, @component-background, 45%);
17
9
  @blue-5: mix(@blue-base, @component-background, 65%);
18
10
  @blue-6: mix(@blue-base, @component-background, 85%);
19
- @blue-7: mix(
20
- color(~`colorPalette('@{blue-base}', 5) `),
21
- @component-background,
22
- 90%
23
- );
24
- @blue-8: mix(
25
- color(~`colorPalette('@{blue-base}', 4) `),
26
- @component-background,
27
- 95%
28
- );
29
- @blue-9: mix(
30
- color(~`colorPalette('@{blue-base}', 3) `),
31
- @component-background,
32
- 97%
33
- );
34
- @blue-10: mix(
35
- color(~`colorPalette('@{blue-base}', 2) `),
36
- @component-background,
37
- 98%
38
- );
39
-
40
- @purple-1: mix(
41
- color(~`colorPalette('@{purple-base}', 8) `),
42
- @component-background,
43
- 15%
44
- );
45
- @purple-2: mix(
46
- color(~`colorPalette('@{purple-base}', 7) `),
47
- @component-background,
48
- 25%
49
- );
11
+ @blue-7: mix(color(~`colorPalette('@{blue-base}', 5) `), @component-background, 90%);
12
+ @blue-8: mix(color(~`colorPalette('@{blue-base}', 4) `), @component-background, 95%);
13
+ @blue-9: mix(color(~`colorPalette('@{blue-base}', 3) `), @component-background, 97%);
14
+ @blue-10: mix(color(~`colorPalette('@{blue-base}', 2) `), @component-background, 98%);
15
+
16
+ @purple-1: mix(color(~`colorPalette('@{purple-base}', 8) `), @component-background, 15%);
17
+ @purple-2: mix(color(~`colorPalette('@{purple-base}', 7) `), @component-background, 25%);
50
18
  @purple-3: mix(@purple-base, @component-background, 30%);
51
19
  @purple-4: mix(@purple-base, @component-background, 45%);
52
20
  @purple-5: mix(@purple-base, @component-background, 65%);
53
21
  @purple-6: mix(@purple-base, @component-background, 85%);
54
- @purple-7: mix(
55
- color(~`colorPalette('@{purple-base}', 5) `),
56
- @component-background,
57
- 90%
58
- );
59
- @purple-8: mix(
60
- color(~`colorPalette('@{purple-base}', 4) `),
61
- @component-background,
62
- 95%
63
- );
64
- @purple-9: mix(
65
- color(~`colorPalette('@{purple-base}', 3) `),
66
- @component-background,
67
- 97%
68
- );
69
- @purple-10: mix(
70
- color(~`colorPalette('@{purple-base}', 2) `),
71
- @component-background,
72
- 98%
73
- );
74
-
75
- @cyan-1: mix(
76
- color(~`colorPalette('@{cyan-base}', 8) `),
77
- @component-background,
78
- 15%
79
- );
80
- @cyan-2: mix(
81
- color(~`colorPalette('@{cyan-base}', 7) `),
82
- @component-background,
83
- 25%
84
- );
22
+ @purple-7: mix(color(~`colorPalette('@{purple-base}', 5) `), @component-background, 90%);
23
+ @purple-8: mix(color(~`colorPalette('@{purple-base}', 4) `), @component-background, 95%);
24
+ @purple-9: mix(color(~`colorPalette('@{purple-base}', 3) `), @component-background, 97%);
25
+ @purple-10: mix(color(~`colorPalette('@{purple-base}', 2) `), @component-background, 98%);
26
+
27
+ @cyan-1: mix(color(~`colorPalette('@{cyan-base}', 8) `), @component-background, 15%);
28
+ @cyan-2: mix(color(~`colorPalette('@{cyan-base}', 7) `), @component-background, 25%);
85
29
  @cyan-3: mix(@cyan-base, @component-background, 30%);
86
30
  @cyan-4: mix(@cyan-base, @component-background, 45%);
87
31
  @cyan-5: mix(@cyan-base, @component-background, 65%);
88
32
  @cyan-6: mix(@cyan-base, @component-background, 85%);
89
- @cyan-7: mix(
90
- color(~`colorPalette('@{cyan-base}', 5) `),
91
- @component-background,
92
- 90%
93
- );
94
- @cyan-8: mix(
95
- color(~`colorPalette('@{cyan-base}', 4) `),
96
- @component-background,
97
- 95%
98
- );
99
- @cyan-9: mix(
100
- color(~`colorPalette('@{cyan-base}', 3) `),
101
- @component-background,
102
- 97%
103
- );
104
- @cyan-10: mix(
105
- color(~`colorPalette('@{cyan-base}', 2) `),
106
- @component-background,
107
- 98%
108
- );
109
-
110
- @green-1: mix(
111
- color(~`colorPalette('@{green-base}', 8) `),
112
- @component-background,
113
- 15%
114
- );
115
- @green-2: mix(
116
- color(~`colorPalette('@{green-base}', 7) `),
117
- @component-background,
118
- 25%
119
- );
33
+ @cyan-7: mix(color(~`colorPalette('@{cyan-base}', 5) `), @component-background, 90%);
34
+ @cyan-8: mix(color(~`colorPalette('@{cyan-base}', 4) `), @component-background, 95%);
35
+ @cyan-9: mix(color(~`colorPalette('@{cyan-base}', 3) `), @component-background, 97%);
36
+ @cyan-10: mix(color(~`colorPalette('@{cyan-base}', 2) `), @component-background, 98%);
37
+
38
+ @green-1: mix(color(~`colorPalette('@{green-base}', 8) `), @component-background, 15%);
39
+ @green-2: mix(color(~`colorPalette('@{green-base}', 7) `), @component-background, 25%);
120
40
  @green-3: mix(@green-base, @component-background, 30%);
121
41
  @green-4: mix(@green-base, @component-background, 45%);
122
42
  @green-5: mix(@green-base, @component-background, 65%);
123
43
  @green-6: mix(@green-base, @component-background, 85%);
124
- @green-7: mix(
125
- color(~`colorPalette('@{green-base}', 5) `),
126
- @component-background,
127
- 90%
128
- );
129
- @green-8: mix(
130
- color(~`colorPalette('@{green-base}', 4) `),
131
- @component-background,
132
- 95%
133
- );
134
- @green-9: mix(
135
- color(~`colorPalette('@{green-base}', 3) `),
136
- @component-background,
137
- 97%
138
- );
139
- @green-10: mix(
140
- color(~`colorPalette('@{green-base}', 2) `),
141
- @component-background,
142
- 98%
143
- );
144
-
145
- @magenta-1: mix(
146
- color(~`colorPalette('@{magenta-base}', 8) `),
147
- @component-background,
148
- 15%
149
- );
150
- @magenta-2: mix(
151
- color(~`colorPalette('@{magenta-base}', 7) `),
152
- @component-background,
153
- 25%
154
- );
44
+ @green-7: mix(color(~`colorPalette('@{green-base}', 5) `), @component-background, 90%);
45
+ @green-8: mix(color(~`colorPalette('@{green-base}', 4) `), @component-background, 95%);
46
+ @green-9: mix(color(~`colorPalette('@{green-base}', 3) `), @component-background, 97%);
47
+ @green-10: mix(color(~`colorPalette('@{green-base}', 2) `), @component-background, 98%);
48
+
49
+ @magenta-1: mix(color(~`colorPalette('@{magenta-base}', 8) `), @component-background, 15%);
50
+ @magenta-2: mix(color(~`colorPalette('@{magenta-base}', 7) `), @component-background, 25%);
155
51
  @magenta-3: mix(@magenta-base, @component-background, 30%);
156
52
  @magenta-4: mix(@magenta-base, @component-background, 45%);
157
53
  @magenta-5: mix(@magenta-base, @component-background, 65%);
158
54
  @magenta-6: mix(@magenta-base, @component-background, 85%);
159
- @magenta-7: mix(
160
- color(~`colorPalette('@{magenta-base}', 5) `),
161
- @component-background,
162
- 90%
163
- );
164
- @magenta-8: mix(
165
- color(~`colorPalette('@{magenta-base}', 4) `),
166
- @component-background,
167
- 95%
168
- );
169
- @magenta-9: mix(
170
- color(~`colorPalette('@{magenta-base}', 3) `),
171
- @component-background,
172
- 97%
173
- );
174
- @magenta-10: mix(
175
- color(~`colorPalette('@{magenta-base}', 2) `),
176
- @component-background,
177
- 98%
178
- );
179
-
180
- @pink-1: mix(
181
- color(~`colorPalette('@{pink-base}', 8) `),
182
- @component-background,
183
- 15%
184
- );
185
- @pink-2: mix(
186
- color(~`colorPalette('@{pink-base}', 7) `),
187
- @component-background,
188
- 25%
189
- );
55
+ @magenta-7: mix(color(~`colorPalette('@{magenta-base}', 5) `), @component-background, 90%);
56
+ @magenta-8: mix(color(~`colorPalette('@{magenta-base}', 4) `), @component-background, 95%);
57
+ @magenta-9: mix(color(~`colorPalette('@{magenta-base}', 3) `), @component-background, 97%);
58
+ @magenta-10: mix(color(~`colorPalette('@{magenta-base}', 2) `), @component-background, 98%);
59
+
60
+ @pink-1: mix(color(~`colorPalette('@{pink-base}', 8) `), @component-background, 15%);
61
+ @pink-2: mix(color(~`colorPalette('@{pink-base}', 7) `), @component-background, 25%);
190
62
  @pink-3: mix(@pink-base, @component-background, 30%);
191
63
  @pink-4: mix(@pink-base, @component-background, 45%);
192
64
  @pink-5: mix(@pink-base, @component-background, 65%);
193
65
  @pink-6: mix(@pink-base, @component-background, 85%);
194
- @pink-7: mix(
195
- color(~`colorPalette('@{pink-base}', 5) `),
196
- @component-background,
197
- 90%
198
- );
199
- @pink-8: mix(
200
- color(~`colorPalette('@{pink-base}', 4) `),
201
- @component-background,
202
- 95%
203
- );
204
- @pink-9: mix(
205
- color(~`colorPalette('@{pink-base}', 3) `),
206
- @component-background,
207
- 97%
208
- );
209
- @pink-10: mix(
210
- color(~`colorPalette('@{pink-base}', 2) `),
211
- @component-background,
212
- 98%
213
- );
214
-
215
- @red-1: mix(
216
- color(~`colorPalette('@{red-base}', 8) `),
217
- @component-background,
218
- 15%
219
- );
220
- @red-2: mix(
221
- color(~`colorPalette('@{red-base}', 7) `),
222
- @component-background,
223
- 25%
224
- );
66
+ @pink-7: mix(color(~`colorPalette('@{pink-base}', 5) `), @component-background, 90%);
67
+ @pink-8: mix(color(~`colorPalette('@{pink-base}', 4) `), @component-background, 95%);
68
+ @pink-9: mix(color(~`colorPalette('@{pink-base}', 3) `), @component-background, 97%);
69
+ @pink-10: mix(color(~`colorPalette('@{pink-base}', 2) `), @component-background, 98%);
70
+
71
+ @red-1: mix(color(~`colorPalette('@{red-base}', 8) `), @component-background, 15%);
72
+ @red-2: mix(color(~`colorPalette('@{red-base}', 7) `), @component-background, 25%);
225
73
  @red-3: mix(@red-base, @component-background, 30%);
226
74
  @red-4: mix(@red-base, @component-background, 45%);
227
75
  @red-5: mix(@red-base, @component-background, 65%);
228
76
  @red-6: mix(@red-base, @component-background, 85%);
229
- @red-7: mix(
230
- color(~`colorPalette('@{red-base}', 5) `),
231
- @component-background,
232
- 90%
233
- );
234
- @red-8: mix(
235
- color(~`colorPalette('@{red-base}', 4) `),
236
- @component-background,
237
- 95%
238
- );
239
- @red-9: mix(
240
- color(~`colorPalette('@{red-base}', 3) `),
241
- @component-background,
242
- 97%
243
- );
244
- @red-10: mix(
245
- color(~`colorPalette('@{red-base}', 2) `),
246
- @component-background,
247
- 98%
248
- );
249
-
250
- @orange-1: mix(
251
- color(~`colorPalette('@{orange-base}', 8) `),
252
- @component-background,
253
- 15%
254
- );
255
- @orange-2: mix(
256
- color(~`colorPalette('@{orange-base}', 7) `),
257
- @component-background,
258
- 25%
259
- );
77
+ @red-7: mix(color(~`colorPalette('@{red-base}', 5) `), @component-background, 90%);
78
+ @red-8: mix(color(~`colorPalette('@{red-base}', 4) `), @component-background, 95%);
79
+ @red-9: mix(color(~`colorPalette('@{red-base}', 3) `), @component-background, 97%);
80
+ @red-10: mix(color(~`colorPalette('@{red-base}', 2) `), @component-background, 98%);
81
+
82
+ @orange-1: mix(color(~`colorPalette('@{orange-base}', 8) `), @component-background, 15%);
83
+ @orange-2: mix(color(~`colorPalette('@{orange-base}', 7) `), @component-background, 25%);
260
84
  @orange-3: mix(@orange-base, @component-background, 30%);
261
85
  @orange-4: mix(@orange-base, @component-background, 45%);
262
86
  @orange-5: mix(@orange-base, @component-background, 65%);
263
87
  @orange-6: mix(@orange-base, @component-background, 85%);
264
- @orange-7: mix(
265
- color(~`colorPalette('@{orange-base}', 5) `),
266
- @component-background,
267
- 90%
268
- );
269
- @orange-8: mix(
270
- color(~`colorPalette('@{orange-base}', 4) `),
271
- @component-background,
272
- 95%
273
- );
274
- @orange-9: mix(
275
- color(~`colorPalette('@{orange-base}', 3) `),
276
- @component-background,
277
- 97%
278
- );
279
- @orange-10: mix(
280
- color(~`colorPalette('@{orange-base}', 2) `),
281
- @component-background,
282
- 98%
283
- );
284
-
285
- @yellow-1: mix(
286
- color(~`colorPalette('@{yellow-base}', 8) `),
287
- @component-background,
288
- 15%
289
- );
290
- @yellow-2: mix(
291
- color(~`colorPalette('@{yellow-base}', 7) `),
292
- @component-background,
293
- 25%
294
- );
88
+ @orange-7: mix(color(~`colorPalette('@{orange-base}', 5) `), @component-background, 90%);
89
+ @orange-8: mix(color(~`colorPalette('@{orange-base}', 4) `), @component-background, 95%);
90
+ @orange-9: mix(color(~`colorPalette('@{orange-base}', 3) `), @component-background, 97%);
91
+ @orange-10: mix(color(~`colorPalette('@{orange-base}', 2) `), @component-background, 98%);
92
+
93
+ @yellow-1: mix(color(~`colorPalette('@{yellow-base}', 8) `), @component-background, 15%);
94
+ @yellow-2: mix(color(~`colorPalette('@{yellow-base}', 7) `), @component-background, 25%);
295
95
  @yellow-3: mix(@yellow-base, @component-background, 30%);
296
96
  @yellow-4: mix(@yellow-base, @component-background, 45%);
297
97
  @yellow-5: mix(@yellow-base, @component-background, 65%);
298
98
  @yellow-6: mix(@yellow-base, @component-background, 85%);
299
- @yellow-7: mix(
300
- color(~`colorPalette('@{yellow-base}', 5) `),
301
- @component-background,
302
- 90%
303
- );
304
- @yellow-8: mix(
305
- color(~`colorPalette('@{yellow-base}', 4) `),
306
- @component-background,
307
- 95%
308
- );
309
- @yellow-9: mix(
310
- color(~`colorPalette('@{yellow-base}', 3) `),
311
- @component-background,
312
- 97%
313
- );
314
- @yellow-10: mix(
315
- color(~`colorPalette('@{yellow-base}', 2) `),
316
- @component-background,
317
- 98%
318
- );
319
-
320
- @volcano-1: mix(
321
- color(~`colorPalette('@{volcano-base}', 8) `),
322
- @component-background,
323
- 15%
324
- );
325
- @volcano-2: mix(
326
- color(~`colorPalette('@{volcano-base}', 7) `),
327
- @component-background,
328
- 25%
329
- );
99
+ @yellow-7: mix(color(~`colorPalette('@{yellow-base}', 5) `), @component-background, 90%);
100
+ @yellow-8: mix(color(~`colorPalette('@{yellow-base}', 4) `), @component-background, 95%);
101
+ @yellow-9: mix(color(~`colorPalette('@{yellow-base}', 3) `), @component-background, 97%);
102
+ @yellow-10: mix(color(~`colorPalette('@{yellow-base}', 2) `), @component-background, 98%);
103
+
104
+ @volcano-1: mix(color(~`colorPalette('@{volcano-base}', 8) `), @component-background, 15%);
105
+ @volcano-2: mix(color(~`colorPalette('@{volcano-base}', 7) `), @component-background, 25%);
330
106
  @volcano-3: mix(@volcano-base, @component-background, 30%);
331
107
  @volcano-4: mix(@volcano-base, @component-background, 45%);
332
108
  @volcano-5: mix(@volcano-base, @component-background, 65%);
333
109
  @volcano-6: mix(@volcano-base, @component-background, 85%);
334
- @volcano-7: mix(
335
- color(~`colorPalette('@{volcano-base}', 5) `),
336
- @component-background,
337
- 90%
338
- );
339
- @volcano-8: mix(
340
- color(~`colorPalette('@{volcano-base}', 4) `),
341
- @component-background,
342
- 95%
343
- );
344
- @volcano-9: mix(
345
- color(~`colorPalette('@{volcano-base}', 3) `),
346
- @component-background,
347
- 97%
348
- );
349
- @volcano-10: mix(
350
- color(~`colorPalette('@{volcano-base}', 2) `),
351
- @component-background,
352
- 98%
353
- );
354
-
355
- @geekblue-1: mix(
356
- color(~`colorPalette('@{geekblue-base}', 8) `),
357
- @component-background,
358
- 15%
359
- );
360
- @geekblue-2: mix(
361
- color(~`colorPalette('@{geekblue-base}', 7) `),
362
- @component-background,
363
- 25%
364
- );
110
+ @volcano-7: mix(color(~`colorPalette('@{volcano-base}', 5) `), @component-background, 90%);
111
+ @volcano-8: mix(color(~`colorPalette('@{volcano-base}', 4) `), @component-background, 95%);
112
+ @volcano-9: mix(color(~`colorPalette('@{volcano-base}', 3) `), @component-background, 97%);
113
+ @volcano-10: mix(color(~`colorPalette('@{volcano-base}', 2) `), @component-background, 98%);
114
+
115
+ @geekblue-1: mix(color(~`colorPalette('@{geekblue-base}', 8) `), @component-background, 15%);
116
+ @geekblue-2: mix(color(~`colorPalette('@{geekblue-base}', 7) `), @component-background, 25%);
365
117
  @geekblue-3: mix(@geekblue-base, @component-background, 30%);
366
118
  @geekblue-4: mix(@geekblue-base, @component-background, 45%);
367
119
  @geekblue-5: mix(@geekblue-base, @component-background, 65%);
368
120
  @geekblue-6: mix(@geekblue-base, @component-background, 85%);
369
- @geekblue-7: mix(
370
- color(~`colorPalette('@{geekblue-base}', 5) `),
371
- @component-background,
372
- 90%
373
- );
374
- @geekblue-8: mix(
375
- color(~`colorPalette('@{geekblue-base}', 4) `),
376
- @component-background,
377
- 95%
378
- );
379
- @geekblue-9: mix(
380
- color(~`colorPalette('@{geekblue-base}', 3) `),
381
- @component-background,
382
- 97%
383
- );
384
- @geekblue-10: mix(
385
- color(~`colorPalette('@{geekblue-base}', 2) `),
386
- @component-background,
387
- 98%
388
- );
389
-
390
- @lime-1: mix(
391
- color(~`colorPalette('@{lime-base}', 8) `),
392
- @component-background,
393
- 15%
394
- );
395
- @lime-2: mix(
396
- color(~`colorPalette('@{lime-base}', 7) `),
397
- @component-background,
398
- 25%
399
- );
121
+ @geekblue-7: mix(color(~`colorPalette('@{geekblue-base}', 5) `), @component-background, 90%);
122
+ @geekblue-8: mix(color(~`colorPalette('@{geekblue-base}', 4) `), @component-background, 95%);
123
+ @geekblue-9: mix(color(~`colorPalette('@{geekblue-base}', 3) `), @component-background, 97%);
124
+ @geekblue-10: mix(color(~`colorPalette('@{geekblue-base}', 2) `), @component-background, 98%);
125
+
126
+ @lime-1: mix(color(~`colorPalette('@{lime-base}', 8) `), @component-background, 15%);
127
+ @lime-2: mix(color(~`colorPalette('@{lime-base}', 7) `), @component-background, 25%);
400
128
  @lime-3: mix(@lime-base, @component-background, 30%);
401
129
  @lime-4: mix(@lime-base, @component-background, 45%);
402
130
  @lime-5: mix(@lime-base, @component-background, 65%);
403
131
  @lime-6: mix(@lime-base, @component-background, 85%);
404
- @lime-7: mix(
405
- color(~`colorPalette('@{lime-base}', 5) `),
406
- @component-background,
407
- 90%
408
- );
409
- @lime-8: mix(
410
- color(~`colorPalette('@{lime-base}', 4) `),
411
- @component-background,
412
- 95%
413
- );
414
- @lime-9: mix(
415
- color(~`colorPalette('@{lime-base}', 3) `),
416
- @component-background,
417
- 97%
418
- );
419
- @lime-10: mix(
420
- color(~`colorPalette('@{lime-base}', 2) `),
421
- @component-background,
422
- 98%
423
- );
424
-
425
- @gold-1: mix(
426
- color(~`colorPalette('@{gold-base}', 8) `),
427
- @component-background,
428
- 15%
429
- );
430
- @gold-2: mix(
431
- color(~`colorPalette('@{gold-base}', 7) `),
432
- @component-background,
433
- 25%
434
- );
132
+ @lime-7: mix(color(~`colorPalette('@{lime-base}', 5) `), @component-background, 90%);
133
+ @lime-8: mix(color(~`colorPalette('@{lime-base}', 4) `), @component-background, 95%);
134
+ @lime-9: mix(color(~`colorPalette('@{lime-base}', 3) `), @component-background, 97%);
135
+ @lime-10: mix(color(~`colorPalette('@{lime-base}', 2) `), @component-background, 98%);
136
+
137
+ @gold-1: mix(color(~`colorPalette('@{gold-base}', 8) `), @component-background, 15%);
138
+ @gold-2: mix(color(~`colorPalette('@{gold-base}', 7) `), @component-background, 25%);
435
139
  @gold-3: mix(@gold-base, @component-background, 30%);
436
140
  @gold-4: mix(@gold-base, @component-background, 45%);
437
141
  @gold-5: mix(@gold-base, @component-background, 65%);
438
142
  @gold-6: mix(@gold-base, @component-background, 85%);
439
- @gold-7: mix(
440
- color(~`colorPalette('@{gold-base}', 5) `),
441
- @component-background,
442
- 90%
443
- );
444
- @gold-8: mix(
445
- color(~`colorPalette('@{gold-base}', 4) `),
446
- @component-background,
447
- 95%
448
- );
449
- @gold-9: mix(
450
- color(~`colorPalette('@{gold-base}', 3) `),
451
- @component-background,
452
- 97%
453
- );
454
- @gold-10: mix(
455
- color(~`colorPalette('@{gold-base}', 2) `),
456
- @component-background,
457
- 98%
458
- );
143
+ @gold-7: mix(color(~`colorPalette('@{gold-base}', 5) `), @component-background, 90%);
144
+ @gold-8: mix(color(~`colorPalette('@{gold-base}', 4) `), @component-background, 95%);
145
+ @gold-9: mix(color(~`colorPalette('@{gold-base}', 3) `), @component-background, 97%);
146
+ @gold-10: mix(color(~`colorPalette('@{gold-base}', 2) `), @component-background, 98%);
459
147
 
460
148
  // Color used by default to control hover and active backgrounds and for
461
149
  // alert info backgrounds.
462
- @primary-1: mix(
463
- color(~`colorPalette('@{primary-color}', 8) `),
464
- @component-background,
465
- 15%
466
- );
467
- @primary-2: mix(
468
- color(~`colorPalette('@{primary-color}', 7) `),
469
- @component-background,
470
- 25%
471
- );
150
+ @primary-1: mix(color(~`colorPalette('@{primary-color}', 8) `), @component-background, 15%);
151
+ @primary-2: mix(color(~`colorPalette('@{primary-color}', 7) `), @component-background, 25%);
472
152
  @primary-3: mix(@primary-color, @component-background, 30%);
473
153
  @primary-4: mix(@primary-color, @component-background, 45%);
474
154
  @primary-5: mix(@primary-color, @component-background, 65%);
475
155
  @primary-6: @primary-color;
476
- @primary-7: mix(
477
- color(~`colorPalette('@{primary-color}', 5) `),
478
- @component-background,
479
- 90%
480
- );
481
- @primary-8: mix(
482
- color(~`colorPalette('@{primary-color}', 4) `),
483
- @component-background,
484
- 95%
485
- );
486
- @primary-9: mix(
487
- color(~`colorPalette('@{primary-color}', 3) `),
488
- @component-background,
489
- 97%
490
- );
491
- @primary-10: mix(
492
- color(~`colorPalette('@{primary-color}', 2) `),
493
- @component-background,
494
- 98%
495
- );
156
+ @primary-7: mix(color(~`colorPalette('@{primary-color}', 5) `), @component-background, 90%);
157
+ @primary-8: mix(color(~`colorPalette('@{primary-color}', 4) `), @component-background, 95%);
158
+ @primary-9: mix(color(~`colorPalette('@{primary-color}', 3) `), @component-background, 97%);
159
+ @primary-10: mix(color(~`colorPalette('@{primary-color}', 2) `), @component-background, 98%);
496
160
 
497
161
  // Layer background
498
162
  @popover-background: #1f1f1f;
@@ -515,10 +179,7 @@
515
179
  @border-color-base: #434343; // base border outline a component
516
180
  @border-color-split: #303030; // split border inside a component
517
181
 
518
- @background-color-light: fade(
519
- @white,
520
- 4%
521
- ); // background of header and selected item
182
+ @background-color-light: fade(@white, 4%); // background of header and selected item
522
183
  @background-color-base: fade(@white, 8%); // Default grey background color
523
184
 
524
185
  // Disabled states
@@ -539,12 +200,12 @@
539
200
  @shadow-color: rgba(0, 0, 0, 0.45);
540
201
  @shadow-color-inverse: @component-background;
541
202
  @box-shadow-base: @shadow-2;
542
- @shadow-1-up: 0 -6px 16px -8px rgba(0, 0, 0, 0.32),
543
- 0 -9px 28px 0 rgba(0, 0, 0, 0.2), 0 -12px 48px 16px rgba(0, 0, 0, 0.12);
544
- @shadow-1-down: 0 6px 16px -8px rgba(0, 0, 0, 0.32),
545
- 0 9px 28px 0 rgba(0, 0, 0, 0.2), 0 12px 48px 16px rgba(0, 0, 0, 0.12);
546
- @shadow-1-right: 6px 0 16px -8px rgba(0, 0, 0, 0.32),
547
- 9px 0 28px 0 rgba(0, 0, 0, 0.2), 12px 0 48px 16px rgba(0, 0, 0, 0.12);
203
+ @shadow-1-up: 0 -6px 16px -8px rgba(0, 0, 0, 0.32), 0 -9px 28px 0 rgba(0, 0, 0, 0.2),
204
+ 0 -12px 48px 16px rgba(0, 0, 0, 0.12);
205
+ @shadow-1-down: 0 6px 16px -8px rgba(0, 0, 0, 0.32), 0 9px 28px 0 rgba(0, 0, 0, 0.2),
206
+ 0 12px 48px 16px rgba(0, 0, 0, 0.12);
207
+ @shadow-1-right: 6px 0 16px -8px rgba(0, 0, 0, 0.32), 9px 0 28px 0 rgba(0, 0, 0, 0.2),
208
+ 12px 0 48px 16px rgba(0, 0, 0, 0.12);
548
209
  @shadow-2: 0 3px 6px -4px rgba(0, 0, 0, 0.48), 0 6px 16px 0 rgba(0, 0, 0, 0.32),
549
210
  0 9px 28px 8px rgba(0, 0, 0, 0.2);
550
211
 
@@ -717,8 +378,8 @@
717
378
  // ---
718
379
  @card-actions-background: @component-background;
719
380
  @card-skeleton-bg: #303030;
720
- @card-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.64),
721
- 0 3px 6px 0 rgba(0, 0, 0, 0.48), 0 5px 12px 4px rgba(0, 0, 0, 0.36);
381
+ @card-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.64), 0 3px 6px 0 rgba(0, 0, 0, 0.48),
382
+ 0 5px 12px 4px rgba(0, 0, 0, 0.36);
722
383
 
723
384
  // Transfer
724
385
  // ---
@@ -741,7 +402,7 @@
741
402
  // Pagination
742
403
  // ---
743
404
  @pagination-item-bg: transparent;
744
- @pagination-item-bg-active: @primary-color;
405
+ @pagination-item-bg-active: transparent;
745
406
  @pagination-item-link-bg: transparent;
746
407
  @pagination-item-disabled-bg-active: fade(@white, 25%);
747
408
  @pagination-item-disabled-color-active: @black;