@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.
- package/dist/@fle-ui/next.css +1859 -5161
- package/dist/@fle-ui/next.css.map +1 -1
- package/dist/@fle-ui/next.js +6349 -6355
- package/dist/@fle-ui/next.js.map +1 -1
- package/dist/@fle-ui/next.min.css +2 -2
- package/dist/@fle-ui/next.min.css.map +1 -1
- package/dist/@fle-ui/next.min.js +4 -4
- package/dist/@fle-ui/next.min.js.map +1 -1
- package/es/affix/style/index.css +0 -42
- package/es/alert/style/index.css +17 -59
- package/es/anchor/Anchor.d.ts +1 -1
- package/es/anchor/style/index.css +5 -47
- package/es/auto-complete/style/index.css +1 -43
- package/es/avatar/avatar.js +8 -4
- package/es/avatar/style/index.css +1 -43
- package/es/back-top/style/index.css +3 -45
- package/es/badge/style/index.css +23 -65
- package/es/breadcrumb/style/index.css +7 -49
- package/es/button/button.d.ts +1 -1
- package/es/button/button.js +11 -7
- package/es/button/style/index.css +156 -206
- package/es/calendar/style/index.css +8 -50
- package/es/card/style/index.css +17 -59
- package/es/carousel/style/index.css +1 -43
- package/es/cascader/index.d.ts +1 -1
- package/es/cascader/index.js +13 -9
- package/es/cascader/style/index.css +24 -66
- package/es/checkbox/Checkbox.js +8 -4
- package/es/checkbox/style/index.css +17 -59
- package/es/collapse/style/index.css +8 -50
- package/es/comment/style/index.css +5 -47
- package/es/config-provider/context.js +5 -1
- package/es/config-provider/style/index.css +0 -42
- package/es/date-picker/style/index.css +84 -126
- package/es/descriptions/style/index.css +8 -50
- package/es/divider/style/index.css +7 -49
- package/es/drawer/index.js +5 -1
- package/es/drawer/style/index.css +5 -47
- package/es/dropdown/style/index.css +17 -59
- package/es/empty/style/index.css +2 -44
- package/es/form/style/index.css +18 -60
- package/es/grid/col.js +5 -1
- package/es/grid/row.js +5 -1
- package/es/grid/style/index.css +0 -42
- package/es/icon/style/index.css +0 -42
- package/es/image/style/index.css +1 -43
- package/es/index.d.ts +1 -2
- package/es/index.js +1 -2
- package/es/input/Password.d.ts +1 -1
- package/es/input/Password.js +9 -5
- package/es/input/Search.js +9 -5
- package/es/input/style/index.css +65 -107
- package/es/input-number/index.js +1 -1
- package/es/input-number/style/index.css +68 -110
- package/es/layout/Sider.js +11 -7
- package/es/layout/layout.js +6 -2
- package/es/layout/style/index.css +4 -46
- package/es/list/style/index.css +17 -59
- package/es/locale-provider/index.d.ts +2 -2
- package/es/locale-provider/style/index.css +0 -42
- package/es/mentions/index.d.ts +1 -1
- package/es/mentions/index.js +8 -4
- package/es/mentions/style/index.css +32 -74
- package/es/menu/style/index.css +46 -88
- package/es/message/style/index.css +5 -47
- package/es/modal/style/confirm.less +2 -2
- package/es/modal/style/css.js +2 -1
- package/es/modal/style/index.css +3 -45
- package/es/modal/style/index.js +2 -1
- package/es/modal/style/index.less +0 -1
- package/es/modal/style/modal.less +1 -1
- package/es/modal/style/rtl.less +2 -1
- package/es/notification/style/index.css +8 -50
- package/es/page-header/style/index.css +6 -48
- package/es/pagination/style/index.css +99 -118
- package/es/pagination/style/index.less +63 -22
- package/es/popconfirm/style/index.css +0 -42
- package/es/popover/index.js +5 -1
- package/es/popover/style/index.css +17 -59
- package/es/progress/style/index.css +17 -59
- package/es/radio/radio.js +9 -5
- package/es/radio/style/index.css +49 -91
- package/es/rate/index.js +5 -1
- package/es/rate/style/index.css +2 -44
- package/es/result/style/index.css +6 -48
- package/es/segmented/index.d.ts +1 -1
- package/es/segmented/index.js +6 -2
- package/es/segmented/style/index.css +3 -45
- package/es/select/style/index.css +32 -74
- package/es/skeleton/style/index.css +10 -52
- package/es/skeleton/style/index.less +3 -3
- package/es/slider/index.d.ts +1 -1
- package/es/slider/index.js +8 -4
- package/es/slider/style/index.css +22 -56
- package/es/slider/style/index.less +9 -0
- package/es/space/style/index.css +0 -42
- package/es/spin/style/index.css +4 -46
- package/es/statistic/style/index.css +3 -45
- package/es/steps/style/index.css +44 -86
- package/es/style/color/colors.less +6 -6
- package/es/style/index.css +13 -55
- package/es/style/themes/compact.less +6 -12
- package/es/style/themes/dark.less +106 -445
- package/es/style/themes/default.less +35 -61
- package/es/style/themes/index.less +2 -3
- package/es/style/themes/variable.less +39 -80
- package/es/switch/index.js +10 -6
- package/es/switch/style/index.css +6 -48
- package/es/table/hooks/useFilter/FilterDropdown.js +2 -16
- package/es/table/style/index.css +35 -77
- package/es/table/util.d.ts +1 -1
- package/es/tabs/style/index.css +22 -64
- package/es/tag/index.d.ts +1 -1
- package/es/tag/index.js +8 -4
- package/es/tag/style/index.css +39 -81
- package/es/time-picker/index.js +5 -1
- package/es/time-picker/style/index.css +0 -42
- package/es/timeline/index.d.ts +2 -2
- package/es/timeline/style/index.css +15 -57
- package/es/tooltip/index.d.ts +3 -3
- package/es/tooltip/index.js +9 -5
- package/es/tooltip/style/index.css +12 -54
- package/es/transfer/index.d.ts +3 -3
- package/es/transfer/style/index.css +28 -70
- package/es/tree/DirectoryTree.js +5 -1
- package/es/tree/index.d.ts +2 -2
- package/es/tree/style/index.css +29 -71
- package/es/tree-select/style/index.css +27 -69
- package/es/typography/Typography.js +6 -2
- package/es/typography/style/index.css +24 -66
- package/es/upload/Dragger.js +5 -1
- package/es/upload/Upload.js +10 -6
- package/es/upload/UploadList/index.js +13 -9
- package/es/upload/index.d.ts +1 -1
- package/es/upload/style/index.css +23 -65
- package/lib/affix/style/index.css +0 -42
- package/lib/alert/style/index.css +17 -59
- package/lib/anchor/Anchor.d.ts +1 -1
- package/lib/anchor/style/index.css +5 -47
- package/lib/auto-complete/style/index.css +1 -43
- package/lib/avatar/avatar.js +9 -5
- package/lib/avatar/style/index.css +1 -43
- package/lib/back-top/style/index.css +3 -45
- package/lib/badge/style/index.css +23 -65
- package/lib/breadcrumb/style/index.css +7 -49
- package/lib/button/button.d.ts +1 -1
- package/lib/button/button.js +13 -9
- package/lib/button/style/index.css +156 -206
- package/lib/calendar/style/index.css +8 -50
- package/lib/card/style/index.css +17 -59
- package/lib/carousel/style/index.css +1 -43
- package/lib/cascader/index.d.ts +1 -1
- package/lib/cascader/index.js +16 -12
- package/lib/cascader/style/index.css +24 -66
- package/lib/checkbox/Checkbox.js +10 -6
- package/lib/checkbox/style/index.css +17 -59
- package/lib/collapse/style/index.css +8 -50
- package/lib/comment/style/index.css +5 -47
- package/lib/config-provider/context.js +5 -1
- package/lib/config-provider/style/index.css +0 -42
- package/lib/date-picker/style/index.css +84 -126
- package/lib/descriptions/style/index.css +8 -50
- package/lib/divider/style/index.css +7 -49
- package/lib/drawer/index.js +5 -1
- package/lib/drawer/style/index.css +5 -47
- package/lib/dropdown/style/index.css +17 -59
- package/lib/empty/style/index.css +2 -44
- package/lib/form/style/index.css +18 -60
- package/lib/grid/col.js +5 -1
- package/lib/grid/row.js +5 -1
- package/lib/grid/style/index.css +0 -42
- package/lib/icon/style/index.css +0 -42
- package/lib/image/style/index.css +1 -43
- package/lib/index.d.ts +1 -2
- package/lib/index.js +0 -8
- package/lib/input/Password.d.ts +1 -1
- package/lib/input/Password.js +10 -6
- package/lib/input/Search.js +11 -7
- package/lib/input/style/index.css +65 -107
- package/lib/input-number/index.js +1 -1
- package/lib/input-number/style/index.css +68 -110
- package/lib/layout/Sider.js +13 -9
- package/lib/layout/layout.js +7 -3
- package/lib/layout/style/index.css +4 -46
- package/lib/list/style/index.css +17 -59
- package/lib/locale-provider/index.d.ts +2 -2
- package/lib/locale-provider/style/index.css +0 -42
- package/lib/mentions/index.d.ts +1 -1
- package/lib/mentions/index.js +10 -6
- package/lib/mentions/style/index.css +32 -74
- package/lib/menu/style/index.css +46 -88
- package/lib/message/style/index.css +5 -47
- package/lib/modal/style/confirm.less +2 -2
- package/lib/modal/style/index.css +3 -45
- package/lib/modal/style/index.less +0 -1
- package/lib/modal/style/modal.less +1 -1
- package/lib/modal/style/rtl.less +2 -1
- package/lib/notification/style/index.css +8 -50
- package/lib/page-header/style/index.css +6 -48
- package/lib/pagination/style/index.css +99 -118
- package/lib/pagination/style/index.less +63 -22
- package/lib/popconfirm/style/index.css +0 -42
- package/lib/popover/index.js +5 -1
- package/lib/popover/style/index.css +17 -59
- package/lib/progress/style/index.css +17 -59
- package/lib/radio/radio.js +11 -7
- package/lib/radio/style/index.css +49 -91
- package/lib/rate/index.js +5 -1
- package/lib/rate/style/index.css +2 -44
- package/lib/result/style/index.css +6 -48
- package/lib/segmented/index.d.ts +1 -1
- package/lib/segmented/index.js +7 -3
- package/lib/segmented/style/index.css +3 -45
- package/lib/select/style/index.css +32 -74
- package/lib/skeleton/style/index.css +10 -52
- package/lib/skeleton/style/index.less +3 -3
- package/lib/slider/index.d.ts +1 -1
- package/lib/slider/index.js +9 -5
- package/lib/slider/style/index.css +22 -56
- package/lib/slider/style/index.less +9 -0
- package/lib/space/style/index.css +0 -42
- package/lib/spin/style/index.css +4 -46
- package/lib/statistic/style/index.css +3 -45
- package/lib/steps/style/index.css +44 -86
- package/lib/style/color/colors.less +6 -6
- package/lib/style/index.css +13 -55
- package/lib/style/themes/compact.less +6 -12
- package/lib/style/themes/dark.less +106 -445
- package/lib/style/themes/default.less +35 -61
- package/lib/style/themes/index.less +2 -3
- package/lib/style/themes/variable.less +39 -80
- package/lib/switch/index.js +12 -8
- package/lib/switch/style/index.css +6 -48
- package/lib/table/hooks/useFilter/FilterDropdown.js +2 -16
- package/lib/table/style/index.css +35 -77
- package/lib/table/util.d.ts +1 -1
- package/lib/tabs/style/index.css +22 -64
- package/lib/tag/index.d.ts +1 -1
- package/lib/tag/index.js +9 -5
- package/lib/tag/style/index.css +39 -81
- package/lib/time-picker/index.js +5 -1
- package/lib/time-picker/style/index.css +0 -42
- package/lib/timeline/index.d.ts +2 -2
- package/lib/timeline/style/index.css +15 -57
- package/lib/tooltip/index.d.ts +3 -3
- package/lib/tooltip/index.js +11 -7
- package/lib/tooltip/style/index.css +12 -54
- package/lib/transfer/index.d.ts +3 -3
- package/lib/transfer/style/index.css +28 -70
- package/lib/tree/DirectoryTree.js +5 -1
- package/lib/tree/index.d.ts +2 -2
- package/lib/tree/style/index.css +29 -71
- package/lib/tree-select/style/index.css +27 -69
- package/lib/typography/Typography.js +7 -3
- package/lib/typography/style/index.css +24 -66
- package/lib/upload/Dragger.js +5 -1
- package/lib/upload/Upload.js +12 -8
- package/lib/upload/UploadList/index.js +16 -12
- package/lib/upload/index.d.ts +1 -1
- package/lib/upload/style/index.css +23 -65
- package/package.json +2 -2
- package/report.html +2 -2
- package/es/config-provider/renderEmpty.d.ts +0 -4
- package/es/config-provider/renderEmpty.js +0 -41
- package/es/pagination/MiniSelect.d.ts +0 -7
- package/es/pagination/MiniSelect.js +0 -12
- package/es/typography/util.d.ts +0 -11
- package/es/typography/util.js +0 -234
- package/es/version/index.d.ts +0 -2
- package/es/version/index.js +0 -4
- package/es/version/style/css.js +0 -2
- package/es/version/style/index.d.ts +0 -1
- package/es/version/style/index.js +0 -2
- package/es/version/version.d.ts +0 -2
- package/es/version/version.js +0 -1
- package/lib/config-provider/renderEmpty.d.ts +0 -4
- package/lib/config-provider/renderEmpty.js +0 -59
- package/lib/pagination/MiniSelect.d.ts +0 -7
- package/lib/pagination/MiniSelect.js +0 -30
- package/lib/typography/util.d.ts +0 -11
- package/lib/typography/util.js +0 -254
- package/lib/version/index.d.ts +0 -2
- package/lib/version/index.js +0 -15
- package/lib/version/style/css.js +0 -3
- package/lib/version/style/index.d.ts +0 -1
- package/lib/version/style/index.js +0 -3
- package/lib/version/version.d.ts +0 -2
- 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
|
-
|
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
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
@
|
25
|
-
|
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
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
@
|
60
|
-
|
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
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
@
|
95
|
-
|
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
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
@
|
130
|
-
|
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
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
@
|
165
|
-
|
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
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
@
|
200
|
-
|
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
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
@
|
235
|
-
|
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
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
@
|
270
|
-
|
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
|
-
|
301
|
-
|
302
|
-
|
303
|
-
|
304
|
-
@
|
305
|
-
|
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
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
@
|
340
|
-
|
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
|
-
|
371
|
-
|
372
|
-
|
373
|
-
|
374
|
-
@
|
375
|
-
|
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
|
-
|
406
|
-
|
407
|
-
|
408
|
-
|
409
|
-
@
|
410
|
-
|
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
|
-
|
441
|
-
|
442
|
-
|
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
|
-
|
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
|
-
|
478
|
-
|
479
|
-
|
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 -
|
544
|
-
@shadow-1-down: 0 6px 16px -8px rgba(0, 0, 0, 0.32),
|
545
|
-
0
|
546
|
-
@shadow-1-right: 6px 0 16px -8px rgba(0, 0, 0, 0.32),
|
547
|
-
|
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
|
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:
|
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;
|