@fle-ui/next 1.0.5-alpha.5 → 1.0.5-alpha.6
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.
- package/dist/@fle-ui/next.css +3102 -322
- package/dist/@fle-ui/next.css.map +1 -1
- package/dist/@fle-ui/next.js +1 -1
- package/dist/@fle-ui/next.min.css +3 -3
- package/dist/@fle-ui/next.min.css.map +1 -1
- package/dist/@fle-ui/next.min.js +1 -1
- package/es/affix/style/index.css +42 -0
- package/es/alert/style/index.css +50 -8
- package/es/anchor/style/index.css +42 -0
- package/es/auto-complete/style/index.css +42 -0
- package/es/avatar/style/index.css +42 -0
- package/es/back-top/style/index.css +42 -0
- package/es/badge/style/index.css +55 -13
- package/es/breadcrumb/style/index.css +42 -0
- package/es/button/style/index.css +122 -72
- package/es/calendar/style/index.css +43 -1
- package/es/card/style/index.css +42 -0
- package/es/carousel/style/index.css +42 -0
- package/es/cascader/style/index.css +44 -2
- package/es/checkbox/style/index.css +42 -0
- package/es/collapse/style/index.css +42 -0
- package/es/comment/style/index.css +42 -0
- package/es/config-provider/style/index.css +42 -0
- package/es/date-picker/style/index.css +77 -35
- package/es/descriptions/style/index.css +42 -0
- package/es/divider/style/index.css +42 -0
- package/es/drawer/style/index.css +42 -0
- package/es/dropdown/style/index.css +46 -4
- package/es/empty/style/index.css +42 -0
- package/es/form/style/index.css +43 -1
- package/es/grid/style/index.css +42 -0
- package/es/icon/style/index.css +42 -0
- package/es/image/style/index.css +42 -0
- package/es/input/style/index.css +61 -19
- package/es/input-number/style/index.css +61 -19
- package/es/layout/style/index.css +42 -0
- package/es/list/style/index.css +42 -0
- package/es/locale-provider/style/index.css +42 -0
- package/es/mentions/style/index.css +51 -9
- package/es/menu/style/index.css +50 -8
- package/es/message/style/index.css +42 -0
- package/es/modal/style/index.css +43 -1
- package/es/modal/style/modal.less +1 -1
- package/es/notification/style/index.css +42 -0
- package/es/page-header/style/index.css +44 -2
- package/es/pagination/style/index.css +53 -11
- package/es/pagination/style/index.less +5 -3
- package/es/popconfirm/style/index.css +42 -0
- package/es/popover/style/index.css +51 -9
- package/es/progress/style/index.css +47 -5
- package/es/radio/style/index.css +57 -15
- package/es/rate/style/index.css +42 -0
- package/es/result/style/index.css +42 -0
- package/es/segmented/style/index.css +42 -0
- package/es/select/style/index.css +50 -8
- package/es/skeleton/style/index.css +42 -0
- package/es/slider/style/index.css +49 -7
- package/es/space/style/index.css +42 -0
- package/es/spin/style/index.css +42 -0
- package/es/statistic/style/index.css +42 -0
- package/es/steps/style/index.css +42 -0
- package/es/style/color/colors.less +3 -3
- package/es/style/index.css +44 -2
- package/es/style/themes/compact.less +12 -6
- package/es/style/themes/dark.less +445 -106
- package/es/style/themes/default.less +6 -6
- package/es/style/themes/index.less +1 -1
- package/es/style/themes/variable.less +76 -38
- package/es/switch/style/index.css +43 -1
- package/es/table/style/index.css +47 -5
- package/es/tabs/style/index.css +47 -5
- package/es/tag/style/index.css +66 -24
- package/es/time-picker/style/index.css +42 -0
- package/es/timeline/style/index.css +42 -0
- package/es/tooltip/style/index.css +51 -9
- package/es/transfer/style/index.css +53 -11
- package/es/tree/style/index.css +44 -2
- package/es/tree-select/style/index.css +44 -2
- package/es/typography/style/index.css +49 -7
- package/es/upload/style/index.css +46 -4
- package/lib/affix/style/index.css +42 -0
- package/lib/alert/style/index.css +50 -8
- package/lib/anchor/style/index.css +42 -0
- package/lib/auto-complete/style/index.css +42 -0
- package/lib/avatar/style/index.css +42 -0
- package/lib/back-top/style/index.css +42 -0
- package/lib/badge/style/index.css +55 -13
- package/lib/breadcrumb/style/index.css +42 -0
- package/lib/button/style/index.css +122 -72
- package/lib/calendar/style/index.css +43 -1
- package/lib/card/style/index.css +42 -0
- package/lib/carousel/style/index.css +42 -0
- package/lib/cascader/style/index.css +44 -2
- package/lib/checkbox/style/index.css +42 -0
- package/lib/collapse/style/index.css +42 -0
- package/lib/comment/style/index.css +42 -0
- package/lib/config-provider/style/index.css +42 -0
- package/lib/date-picker/style/index.css +77 -35
- package/lib/descriptions/style/index.css +42 -0
- package/lib/divider/style/index.css +42 -0
- package/lib/drawer/style/index.css +42 -0
- package/lib/dropdown/style/index.css +46 -4
- package/lib/empty/style/index.css +42 -0
- package/lib/form/style/index.css +43 -1
- package/lib/grid/style/index.css +42 -0
- package/lib/icon/style/index.css +42 -0
- package/lib/image/style/index.css +42 -0
- package/lib/input/style/index.css +61 -19
- package/lib/input-number/style/index.css +61 -19
- package/lib/layout/style/index.css +42 -0
- package/lib/list/style/index.css +42 -0
- package/lib/locale-provider/style/index.css +42 -0
- package/lib/mentions/style/index.css +51 -9
- package/lib/menu/style/index.css +50 -8
- package/lib/message/style/index.css +42 -0
- package/lib/modal/style/index.css +43 -1
- package/lib/modal/style/modal.less +1 -1
- package/lib/notification/style/index.css +42 -0
- package/lib/page-header/style/index.css +44 -2
- package/lib/pagination/style/index.css +53 -11
- package/lib/pagination/style/index.less +5 -3
- package/lib/popconfirm/style/index.css +42 -0
- package/lib/popover/style/index.css +51 -9
- package/lib/progress/style/index.css +47 -5
- package/lib/radio/style/index.css +57 -15
- package/lib/rate/style/index.css +42 -0
- package/lib/result/style/index.css +42 -0
- package/lib/segmented/style/index.css +42 -0
- package/lib/select/style/index.css +50 -8
- package/lib/skeleton/style/index.css +42 -0
- package/lib/slider/style/index.css +49 -7
- package/lib/space/style/index.css +42 -0
- package/lib/spin/style/index.css +42 -0
- package/lib/statistic/style/index.css +42 -0
- package/lib/steps/style/index.css +42 -0
- package/lib/style/color/colors.less +3 -3
- package/lib/style/index.css +44 -2
- package/lib/style/themes/compact.less +12 -6
- package/lib/style/themes/dark.less +445 -106
- package/lib/style/themes/default.less +6 -6
- package/lib/style/themes/index.less +1 -1
- package/lib/style/themes/variable.less +76 -38
- package/lib/switch/style/index.css +43 -1
- package/lib/table/style/index.css +47 -5
- package/lib/tabs/style/index.css +47 -5
- package/lib/tag/style/index.css +66 -24
- package/lib/time-picker/style/index.css +42 -0
- package/lib/timeline/style/index.css +42 -0
- package/lib/tooltip/style/index.css +51 -9
- package/lib/transfer/style/index.css +53 -11
- package/lib/tree/style/index.css +44 -2
- package/lib/tree-select/style/index.css +44 -2
- package/lib/typography/style/index.css +49 -7
- package/lib/upload/style/index.css +46 -4
- package/package.json +1 -1
@@ -2,161 +2,497 @@
|
|
2
2
|
|
3
3
|
@theme: dark;
|
4
4
|
// color palettes
|
5
|
-
@blue-1: mix(
|
6
|
-
|
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
|
+
);
|
7
15
|
@blue-3: mix(@blue-base, @component-background, 30%);
|
8
16
|
@blue-4: mix(@blue-base, @component-background, 45%);
|
9
17
|
@blue-5: mix(@blue-base, @component-background, 65%);
|
10
18
|
@blue-6: mix(@blue-base, @component-background, 85%);
|
11
|
-
@blue-7: mix(
|
12
|
-
|
13
|
-
@
|
14
|
-
|
15
|
-
|
16
|
-
@
|
17
|
-
|
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
|
+
);
|
18
50
|
@purple-3: mix(@purple-base, @component-background, 30%);
|
19
51
|
@purple-4: mix(@purple-base, @component-background, 45%);
|
20
52
|
@purple-5: mix(@purple-base, @component-background, 65%);
|
21
53
|
@purple-6: mix(@purple-base, @component-background, 85%);
|
22
|
-
@purple-7: mix(
|
23
|
-
|
24
|
-
@
|
25
|
-
|
26
|
-
|
27
|
-
@
|
28
|
-
|
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
|
+
);
|
29
85
|
@cyan-3: mix(@cyan-base, @component-background, 30%);
|
30
86
|
@cyan-4: mix(@cyan-base, @component-background, 45%);
|
31
87
|
@cyan-5: mix(@cyan-base, @component-background, 65%);
|
32
88
|
@cyan-6: mix(@cyan-base, @component-background, 85%);
|
33
|
-
@cyan-7: mix(
|
34
|
-
|
35
|
-
@
|
36
|
-
|
37
|
-
|
38
|
-
@
|
39
|
-
|
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
|
+
);
|
40
120
|
@green-3: mix(@green-base, @component-background, 30%);
|
41
121
|
@green-4: mix(@green-base, @component-background, 45%);
|
42
122
|
@green-5: mix(@green-base, @component-background, 65%);
|
43
123
|
@green-6: mix(@green-base, @component-background, 85%);
|
44
|
-
@green-7: mix(
|
45
|
-
|
46
|
-
@
|
47
|
-
|
48
|
-
|
49
|
-
@
|
50
|
-
|
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
|
+
);
|
51
155
|
@magenta-3: mix(@magenta-base, @component-background, 30%);
|
52
156
|
@magenta-4: mix(@magenta-base, @component-background, 45%);
|
53
157
|
@magenta-5: mix(@magenta-base, @component-background, 65%);
|
54
158
|
@magenta-6: mix(@magenta-base, @component-background, 85%);
|
55
|
-
@magenta-7: mix(
|
56
|
-
|
57
|
-
@
|
58
|
-
|
59
|
-
|
60
|
-
@
|
61
|
-
|
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
|
+
);
|
62
190
|
@pink-3: mix(@pink-base, @component-background, 30%);
|
63
191
|
@pink-4: mix(@pink-base, @component-background, 45%);
|
64
192
|
@pink-5: mix(@pink-base, @component-background, 65%);
|
65
193
|
@pink-6: mix(@pink-base, @component-background, 85%);
|
66
|
-
@pink-7: mix(
|
67
|
-
|
68
|
-
@
|
69
|
-
|
70
|
-
|
71
|
-
@
|
72
|
-
|
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
|
+
);
|
73
225
|
@red-3: mix(@red-base, @component-background, 30%);
|
74
226
|
@red-4: mix(@red-base, @component-background, 45%);
|
75
227
|
@red-5: mix(@red-base, @component-background, 65%);
|
76
228
|
@red-6: mix(@red-base, @component-background, 85%);
|
77
|
-
@red-7: mix(
|
78
|
-
|
79
|
-
@
|
80
|
-
|
81
|
-
|
82
|
-
@
|
83
|
-
|
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
|
+
);
|
84
260
|
@orange-3: mix(@orange-base, @component-background, 30%);
|
85
261
|
@orange-4: mix(@orange-base, @component-background, 45%);
|
86
262
|
@orange-5: mix(@orange-base, @component-background, 65%);
|
87
263
|
@orange-6: mix(@orange-base, @component-background, 85%);
|
88
|
-
@orange-7: mix(
|
89
|
-
|
90
|
-
@
|
91
|
-
|
92
|
-
|
93
|
-
@
|
94
|
-
|
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
|
+
);
|
95
295
|
@yellow-3: mix(@yellow-base, @component-background, 30%);
|
96
296
|
@yellow-4: mix(@yellow-base, @component-background, 45%);
|
97
297
|
@yellow-5: mix(@yellow-base, @component-background, 65%);
|
98
298
|
@yellow-6: mix(@yellow-base, @component-background, 85%);
|
99
|
-
@yellow-7: mix(
|
100
|
-
|
101
|
-
@
|
102
|
-
|
103
|
-
|
104
|
-
@
|
105
|
-
|
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
|
+
);
|
106
330
|
@volcano-3: mix(@volcano-base, @component-background, 30%);
|
107
331
|
@volcano-4: mix(@volcano-base, @component-background, 45%);
|
108
332
|
@volcano-5: mix(@volcano-base, @component-background, 65%);
|
109
333
|
@volcano-6: mix(@volcano-base, @component-background, 85%);
|
110
|
-
@volcano-7: mix(
|
111
|
-
|
112
|
-
@
|
113
|
-
|
114
|
-
|
115
|
-
@
|
116
|
-
|
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
|
+
);
|
117
365
|
@geekblue-3: mix(@geekblue-base, @component-background, 30%);
|
118
366
|
@geekblue-4: mix(@geekblue-base, @component-background, 45%);
|
119
367
|
@geekblue-5: mix(@geekblue-base, @component-background, 65%);
|
120
368
|
@geekblue-6: mix(@geekblue-base, @component-background, 85%);
|
121
|
-
@geekblue-7: mix(
|
122
|
-
|
123
|
-
@
|
124
|
-
|
125
|
-
|
126
|
-
@
|
127
|
-
|
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
|
+
);
|
128
400
|
@lime-3: mix(@lime-base, @component-background, 30%);
|
129
401
|
@lime-4: mix(@lime-base, @component-background, 45%);
|
130
402
|
@lime-5: mix(@lime-base, @component-background, 65%);
|
131
403
|
@lime-6: mix(@lime-base, @component-background, 85%);
|
132
|
-
@lime-7: mix(
|
133
|
-
|
134
|
-
@
|
135
|
-
|
136
|
-
|
137
|
-
@
|
138
|
-
|
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
|
+
);
|
139
435
|
@gold-3: mix(@gold-base, @component-background, 30%);
|
140
436
|
@gold-4: mix(@gold-base, @component-background, 45%);
|
141
437
|
@gold-5: mix(@gold-base, @component-background, 65%);
|
142
438
|
@gold-6: mix(@gold-base, @component-background, 85%);
|
143
|
-
@gold-7: mix(
|
144
|
-
|
145
|
-
@
|
146
|
-
|
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
|
+
);
|
147
459
|
|
148
460
|
// Color used by default to control hover and active backgrounds and for
|
149
461
|
// alert info backgrounds.
|
150
|
-
@primary-1: mix(
|
151
|
-
|
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
|
+
);
|
152
472
|
@primary-3: mix(@primary-color, @component-background, 30%);
|
153
473
|
@primary-4: mix(@primary-color, @component-background, 45%);
|
154
474
|
@primary-5: mix(@primary-color, @component-background, 65%);
|
155
475
|
@primary-6: @primary-color;
|
156
|
-
@primary-7: mix(
|
157
|
-
|
158
|
-
@
|
159
|
-
|
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
|
+
);
|
160
496
|
|
161
497
|
// Layer background
|
162
498
|
@popover-background: #1f1f1f;
|
@@ -179,7 +515,10 @@
|
|
179
515
|
@border-color-base: #434343; // base border outline a component
|
180
516
|
@border-color-split: #303030; // split border inside a component
|
181
517
|
|
182
|
-
@background-color-light: fade(
|
518
|
+
@background-color-light: fade(
|
519
|
+
@white,
|
520
|
+
4%
|
521
|
+
); // background of header and selected item
|
183
522
|
@background-color-base: fade(@white, 8%); // Default grey background color
|
184
523
|
|
185
524
|
// Disabled states
|
@@ -200,12 +539,12 @@
|
|
200
539
|
@shadow-color: rgba(0, 0, 0, 0.45);
|
201
540
|
@shadow-color-inverse: @component-background;
|
202
541
|
@box-shadow-base: @shadow-2;
|
203
|
-
@shadow-1-up: 0 -6px 16px -8px rgba(0, 0, 0, 0.32),
|
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),
|
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),
|
208
|
-
12px 0 48px 16px rgba(0, 0, 0, 0.12);
|
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);
|
209
548
|
@shadow-2: 0 3px 6px -4px rgba(0, 0, 0, 0.48), 0 6px 16px 0 rgba(0, 0, 0, 0.32),
|
210
549
|
0 9px 28px 8px rgba(0, 0, 0, 0.2);
|
211
550
|
|
@@ -378,8 +717,8 @@
|
|
378
717
|
// ---
|
379
718
|
@card-actions-background: @component-background;
|
380
719
|
@card-skeleton-bg: #303030;
|
381
|
-
@card-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.64),
|
382
|
-
0 5px 12px 4px rgba(0, 0, 0, 0.36);
|
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);
|
383
722
|
|
384
723
|
// Transfer
|
385
724
|
// ---
|
@@ -402,7 +741,7 @@
|
|
402
741
|
// Pagination
|
403
742
|
// ---
|
404
743
|
@pagination-item-bg: transparent;
|
405
|
-
@pagination-item-bg-active:
|
744
|
+
@pagination-item-bg-active: @primary-color;
|
406
745
|
@pagination-item-link-bg: transparent;
|
407
746
|
@pagination-item-disabled-bg-active: fade(@white, 25%);
|
408
747
|
@pagination-item-disabled-color-active: @black;
|
@@ -105,7 +105,7 @@
|
|
105
105
|
@heading-5-size: ceil(@font-size-base * 1.14);
|
106
106
|
// https://github.com/ant-design/ant-design/issues/20210
|
107
107
|
@line-height-base: 1.5715;
|
108
|
-
@border-radius-base:
|
108
|
+
@border-radius-base: 4px;
|
109
109
|
@border-radius-sm: @border-radius-base;
|
110
110
|
|
111
111
|
// control border
|
@@ -561,15 +561,15 @@
|
|
561
561
|
@modal-header-title-line-height: 22px;
|
562
562
|
@modal-header-title-font-size: @font-size-lg;
|
563
563
|
@modal-header-border-color-split: @border-color-split;
|
564
|
-
@modal-header-close-size:
|
564
|
+
@modal-header-close-size: 63px;
|
565
565
|
@modal-content-bg: @component-background;
|
566
566
|
@modal-heading-color: @heading-color;
|
567
567
|
@modal-close-color: @text-color-secondary;
|
568
568
|
@modal-footer-bg: transparent;
|
569
569
|
@modal-footer-border-color-split: @border-color-split;
|
570
570
|
@modal-footer-border-style: @border-style-base;
|
571
|
-
@modal-footer-padding-vertical:
|
572
|
-
@modal-footer-padding-horizontal:
|
571
|
+
@modal-footer-padding-vertical: 16px;
|
572
|
+
@modal-footer-padding-horizontal: 24px;
|
573
573
|
@modal-footer-border-width: @border-width-base;
|
574
574
|
@modal-mask-bg: fade(@black, 45%);
|
575
575
|
@modal-confirm-body-padding: 32px 32px 24px;
|
@@ -845,8 +845,8 @@
|
|
845
845
|
@pagination-item-size: @height-base;
|
846
846
|
@pagination-item-size-sm: 24px;
|
847
847
|
@pagination-font-family: @font-family;
|
848
|
-
@pagination-font-weight-active:
|
849
|
-
@pagination-item-bg-active: @
|
848
|
+
@pagination-font-weight-active: 400;
|
849
|
+
@pagination-item-bg-active: @primary-color;
|
850
850
|
@pagination-item-link-bg: @component-background;
|
851
851
|
@pagination-item-disabled-color-active: @disabled-color;
|
852
852
|
@pagination-item-disabled-bg-active: @disabled-active-bg;
|