@fle-ui/next 1.0.5-alpha.4 → 1.0.5-alpha.7
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 +1815 -5117
- package/dist/@fle-ui/next.css.map +1 -1
- package/dist/@fle-ui/next.js +6350 -6356
- package/dist/@fle-ui/next.js.map +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 +5 -5
- 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 +12 -54
- 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 +23 -65
- 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 +17 -59
- 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 +44 -86
- 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 +2 -44
- package/es/modal/style/index.js +2 -1
- package/es/modal/style/index.less +0 -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 +97 -116
- package/es/pagination/style/index.less +64 -21
- package/es/popconfirm/style/index.css +0 -42
- package/es/popover/index.js +5 -1
- package/es/popover/style/index.css +11 -53
- 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 +3 -3
- package/es/style/index.css +13 -55
- package/es/style/themes/default.less +29 -55
- package/es/style/themes/index.less +2 -3
- package/es/style/themes/variable.less +1 -4
- 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 +25 -67
- 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 +6 -48
- 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 +23 -65
- 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 +12 -54
- 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 +23 -65
- 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 +17 -59
- 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 +44 -86
- package/lib/message/style/index.css +5 -47
- package/lib/modal/style/confirm.less +2 -2
- package/lib/modal/style/index.css +2 -44
- package/lib/modal/style/index.less +0 -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 +97 -116
- package/lib/pagination/style/index.less +64 -21
- package/lib/popconfirm/style/index.css +0 -42
- package/lib/popover/index.js +5 -1
- package/lib/popover/style/index.css +11 -53
- 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 +3 -3
- package/lib/style/index.css +13 -55
- package/lib/style/themes/default.less +29 -55
- package/lib/style/themes/index.less +2 -3
- package/lib/style/themes/variable.less +1 -4
- 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 +25 -67
- 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 +6 -48
- 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 +23 -65
- 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
package/lib/menu/style/index.css
CHANGED
@@ -2,79 +2,37 @@
|
|
2
2
|
/* stylelint-disable no-duplicate-selectors */
|
3
3
|
/* stylelint-disable */
|
4
4
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
5
|
-
html {
|
6
|
-
--ant-primary-color: #2c68ff;
|
7
|
-
--ant-primary-color-hover: #548aff;
|
8
|
-
--ant-primary-color-active: #1a4ad9;
|
9
|
-
--ant-primary-color-outline: rgba(44, 104, 255, 0.2);
|
10
|
-
--ant-primary-1: #f0f7ff;
|
11
|
-
--ant-primary-2: #cfe3ff;
|
12
|
-
--ant-primary-3: #a6c8ff;
|
13
|
-
--ant-primary-4: #7daaff;
|
14
|
-
--ant-primary-5: #548aff;
|
15
|
-
--ant-primary-6: #2c68ff;
|
16
|
-
--ant-primary-7: #1a4ad9;
|
17
|
-
--ant-primary-color-deprecated-pure: ;
|
18
|
-
--ant-primary-color-deprecated-l-35: #dfe8ff;
|
19
|
-
--ant-primary-color-deprecated-l-20: #92b1ff;
|
20
|
-
--ant-primary-color-deprecated-t-20: #5686ff;
|
21
|
-
--ant-primary-color-deprecated-t-50: #96b4ff;
|
22
|
-
--ant-primary-color-deprecated-f-12: rgba(44, 104, 255, 0.12);
|
23
|
-
--ant-primary-color-active-deprecated-f-30: rgba(240, 247, 255, 0.3);
|
24
|
-
--ant-primary-color-active-deprecated-d-02: #e6f2ff;
|
25
|
-
--ant-success-color: #36c626;
|
26
|
-
--ant-success-color-hover: #5cd44a;
|
27
|
-
--ant-success-color-active: #20a116;
|
28
|
-
--ant-success-color-outline: rgba(54, 198, 38, 0.2);
|
29
|
-
--ant-success-color-deprecated-bg: #f4fff0;
|
30
|
-
--ant-success-color-deprecated-border: #afed9f;
|
31
|
-
--ant-error-color: #ff5c57;
|
32
|
-
--ant-error-color-hover: #ff8880;
|
33
|
-
--ant-error-color-active: #d93f3f;
|
34
|
-
--ant-error-color-outline: rgba(255, 92, 87, 0.2);
|
35
|
-
--ant-error-color-deprecated-bg: #fff3f0;
|
36
|
-
--ant-error-color-deprecated-border: #ffd7d1;
|
37
|
-
--ant-warning-color: #ffab00;
|
38
|
-
--ant-warning-color-hover: #ffbf29;
|
39
|
-
--ant-warning-color-active: #d98900;
|
40
|
-
--ant-warning-color-outline: rgba(255, 171, 0, 0.2);
|
41
|
-
--ant-warning-color-deprecated-bg: #fffbe6;
|
42
|
-
--ant-warning-color-deprecated-border: #ffe07a;
|
43
|
-
--ant-info-color: #2c68ff;
|
44
|
-
--ant-info-color-deprecated-bg: #f0f7ff;
|
45
|
-
--ant-info-color-deprecated-border: #a6c8ff;
|
46
|
-
}
|
47
5
|
.ant-menu-item-danger.ant-menu-item {
|
48
|
-
color:
|
6
|
+
color: #f42d2d;
|
49
7
|
}
|
50
8
|
.ant-menu-item-danger.ant-menu-item:hover,
|
51
9
|
.ant-menu-item-danger.ant-menu-item-active {
|
52
|
-
color:
|
10
|
+
color: #f42d2d;
|
53
11
|
}
|
54
12
|
.ant-menu-item-danger.ant-menu-item:active {
|
55
13
|
background: #fff2f0;
|
56
14
|
}
|
57
15
|
.ant-menu-item-danger.ant-menu-item-selected {
|
58
|
-
color:
|
16
|
+
color: #f42d2d;
|
59
17
|
}
|
60
18
|
.ant-menu-item-danger.ant-menu-item-selected > a,
|
61
19
|
.ant-menu-item-danger.ant-menu-item-selected > a:hover {
|
62
|
-
color:
|
20
|
+
color: #f42d2d;
|
63
21
|
}
|
64
22
|
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-danger.ant-menu-item-selected {
|
65
23
|
background-color: #fff2f0;
|
66
24
|
}
|
67
25
|
.ant-menu-inline .ant-menu-item-danger.ant-menu-item::after {
|
68
|
-
border-right-color:
|
26
|
+
border-right-color: #f42d2d;
|
69
27
|
}
|
70
28
|
.ant-menu-dark .ant-menu-item-danger.ant-menu-item,
|
71
29
|
.ant-menu-dark .ant-menu-item-danger.ant-menu-item:hover,
|
72
30
|
.ant-menu-dark .ant-menu-item-danger.ant-menu-item > a {
|
73
|
-
color:
|
31
|
+
color: #f42d2d;
|
74
32
|
}
|
75
33
|
.ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-danger.ant-menu-item-selected {
|
76
34
|
color: #fff;
|
77
|
-
background-color:
|
35
|
+
background-color: #f42d2d;
|
78
36
|
}
|
79
37
|
.ant-menu {
|
80
38
|
box-sizing: border-box;
|
@@ -85,7 +43,7 @@ html {
|
|
85
43
|
font-feature-settings: 'tnum';
|
86
44
|
margin-bottom: 0;
|
87
45
|
padding-left: 0;
|
88
|
-
color:
|
46
|
+
color: #4c4c4c;
|
89
47
|
font-size: 14px;
|
90
48
|
line-height: 0;
|
91
49
|
text-align: left;
|
@@ -105,7 +63,7 @@ html {
|
|
105
63
|
content: '';
|
106
64
|
}
|
107
65
|
.ant-menu.ant-menu-root:focus-visible {
|
108
|
-
box-shadow: 0 0 0 2px
|
66
|
+
box-shadow: 0 0 0 2px #cfe3ff;
|
109
67
|
}
|
110
68
|
.ant-menu ul,
|
111
69
|
.ant-menu ol {
|
@@ -126,7 +84,7 @@ html {
|
|
126
84
|
.ant-menu-item-group-title {
|
127
85
|
height: 1.5715;
|
128
86
|
padding: 8px 16px;
|
129
|
-
color:
|
87
|
+
color: #a9a9a9;
|
130
88
|
font-size: 14px;
|
131
89
|
line-height: 1.5715;
|
132
90
|
transition: all 0.3s;
|
@@ -139,11 +97,11 @@ html {
|
|
139
97
|
transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
|
140
98
|
}
|
141
99
|
.ant-menu-submenu-selected {
|
142
|
-
color:
|
100
|
+
color: #2c68ff;
|
143
101
|
}
|
144
102
|
.ant-menu-item:active,
|
145
103
|
.ant-menu-submenu-title:active {
|
146
|
-
background:
|
104
|
+
background: #f0f7ff;
|
147
105
|
}
|
148
106
|
.ant-menu-submenu .ant-menu-sub {
|
149
107
|
cursor: initial;
|
@@ -153,10 +111,10 @@ html {
|
|
153
111
|
transition: color 0.3s;
|
154
112
|
}
|
155
113
|
.ant-menu-item a {
|
156
|
-
color:
|
114
|
+
color: #4c4c4c;
|
157
115
|
}
|
158
116
|
.ant-menu-item a:hover {
|
159
|
-
color:
|
117
|
+
color: #2c68ff;
|
160
118
|
}
|
161
119
|
.ant-menu-item a::before {
|
162
120
|
position: absolute;
|
@@ -168,15 +126,15 @@ html {
|
|
168
126
|
content: '';
|
169
127
|
}
|
170
128
|
.ant-menu-item > .ant-badge a {
|
171
|
-
color:
|
129
|
+
color: #4c4c4c;
|
172
130
|
}
|
173
131
|
.ant-menu-item > .ant-badge a:hover {
|
174
|
-
color:
|
132
|
+
color: #2c68ff;
|
175
133
|
}
|
176
134
|
.ant-menu-item-divider {
|
177
135
|
overflow: hidden;
|
178
136
|
line-height: 0;
|
179
|
-
border-color:
|
137
|
+
border-color: #eeeeee;
|
180
138
|
border-style: solid;
|
181
139
|
border-width: 1px 0 0;
|
182
140
|
}
|
@@ -193,22 +151,22 @@ html {
|
|
193
151
|
background-color: transparent;
|
194
152
|
}
|
195
153
|
.ant-menu-item-selected {
|
196
|
-
color:
|
154
|
+
color: #2c68ff;
|
197
155
|
}
|
198
156
|
.ant-menu-item-selected a,
|
199
157
|
.ant-menu-item-selected a:hover {
|
200
|
-
color:
|
158
|
+
color: #2c68ff;
|
201
159
|
}
|
202
160
|
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
|
203
|
-
background-color:
|
161
|
+
background-color: #f0f7ff;
|
204
162
|
}
|
205
163
|
.ant-menu-inline,
|
206
164
|
.ant-menu-vertical,
|
207
165
|
.ant-menu-vertical-left {
|
208
|
-
border-right: 1px solid
|
166
|
+
border-right: 1px solid #eeeeee;
|
209
167
|
}
|
210
168
|
.ant-menu-vertical-right {
|
211
|
-
border-left: 1px solid
|
169
|
+
border-left: 1px solid #eeeeee;
|
212
170
|
}
|
213
171
|
.ant-menu-vertical.ant-menu-sub,
|
214
172
|
.ant-menu-vertical-left.ant-menu-sub,
|
@@ -290,7 +248,7 @@ html {
|
|
290
248
|
}
|
291
249
|
.ant-menu-item:focus-visible,
|
292
250
|
.ant-menu-submenu-title:focus-visible {
|
293
|
-
box-shadow: 0 0 0 2px
|
251
|
+
box-shadow: 0 0 0 2px #cfe3ff;
|
294
252
|
}
|
295
253
|
.ant-menu > .ant-menu-item-divider {
|
296
254
|
margin: 1px 0;
|
@@ -336,7 +294,7 @@ html {
|
|
336
294
|
top: 50%;
|
337
295
|
right: 16px;
|
338
296
|
width: 10px;
|
339
|
-
color:
|
297
|
+
color: #4c4c4c;
|
340
298
|
transform: translateY(-50%);
|
341
299
|
transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
342
300
|
}
|
@@ -358,7 +316,7 @@ html {
|
|
358
316
|
}
|
359
317
|
.ant-menu-submenu:hover > .ant-menu-submenu-title > .ant-menu-submenu-expand-icon,
|
360
318
|
.ant-menu-submenu:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow {
|
361
|
-
color:
|
319
|
+
color: #2c68ff;
|
362
320
|
}
|
363
321
|
.ant-menu-inline-collapsed .ant-menu-submenu-arrow::before,
|
364
322
|
.ant-menu-submenu-inline .ant-menu-submenu-arrow::before {
|
@@ -383,12 +341,12 @@ html {
|
|
383
341
|
.ant-menu-vertical .ant-menu-submenu-selected,
|
384
342
|
.ant-menu-vertical-left .ant-menu-submenu-selected,
|
385
343
|
.ant-menu-vertical-right .ant-menu-submenu-selected {
|
386
|
-
color:
|
344
|
+
color: #2c68ff;
|
387
345
|
}
|
388
346
|
.ant-menu-horizontal {
|
389
347
|
line-height: 46px;
|
390
348
|
border: 0;
|
391
|
-
border-bottom: 1px solid
|
349
|
+
border-bottom: 1px solid #eeeeee;
|
392
350
|
box-shadow: none;
|
393
351
|
}
|
394
352
|
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item,
|
@@ -405,7 +363,7 @@ html {
|
|
405
363
|
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-open,
|
406
364
|
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-selected,
|
407
365
|
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-selected {
|
408
|
-
color:
|
366
|
+
color: #2c68ff;
|
409
367
|
}
|
410
368
|
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item:hover::after,
|
411
369
|
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu:hover::after,
|
@@ -415,7 +373,7 @@ html {
|
|
415
373
|
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-open::after,
|
416
374
|
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-selected::after,
|
417
375
|
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-selected::after {
|
418
|
-
border-bottom: 2px solid
|
376
|
+
border-bottom: 2px solid #2c68ff;
|
419
377
|
}
|
420
378
|
.ant-menu-horizontal > .ant-menu-item,
|
421
379
|
.ant-menu-horizontal > .ant-menu-submenu {
|
@@ -438,16 +396,16 @@ html {
|
|
438
396
|
padding: 0;
|
439
397
|
}
|
440
398
|
.ant-menu-horizontal > .ant-menu-item a {
|
441
|
-
color:
|
399
|
+
color: #4c4c4c;
|
442
400
|
}
|
443
401
|
.ant-menu-horizontal > .ant-menu-item a:hover {
|
444
|
-
color:
|
402
|
+
color: #2c68ff;
|
445
403
|
}
|
446
404
|
.ant-menu-horizontal > .ant-menu-item a::before {
|
447
405
|
bottom: -2px;
|
448
406
|
}
|
449
407
|
.ant-menu-horizontal > .ant-menu-item-selected a {
|
450
|
-
color:
|
408
|
+
color: #2c68ff;
|
451
409
|
}
|
452
410
|
.ant-menu-horizontal::after {
|
453
411
|
display: block;
|
@@ -469,7 +427,7 @@ html {
|
|
469
427
|
top: 0;
|
470
428
|
right: 0;
|
471
429
|
bottom: 0;
|
472
|
-
border-right: 3px solid
|
430
|
+
border-right: 3px solid #2c68ff;
|
473
431
|
transform: scaleY(0.0001);
|
474
432
|
opacity: 0;
|
475
433
|
transition: transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
|
@@ -651,7 +609,7 @@ html {
|
|
651
609
|
}
|
652
610
|
.ant-menu-item-disabled,
|
653
611
|
.ant-menu-submenu-disabled {
|
654
|
-
color:
|
612
|
+
color: #a9a9a9 !important;
|
655
613
|
background: none;
|
656
614
|
cursor: not-allowed;
|
657
615
|
}
|
@@ -661,19 +619,19 @@ html {
|
|
661
619
|
}
|
662
620
|
.ant-menu-item-disabled a,
|
663
621
|
.ant-menu-submenu-disabled a {
|
664
|
-
color:
|
622
|
+
color: #a9a9a9 !important;
|
665
623
|
pointer-events: none;
|
666
624
|
}
|
667
625
|
.ant-menu-item-disabled > .ant-menu-submenu-title,
|
668
626
|
.ant-menu-submenu-disabled > .ant-menu-submenu-title {
|
669
|
-
color:
|
627
|
+
color: #a9a9a9 !important;
|
670
628
|
cursor: not-allowed;
|
671
629
|
}
|
672
630
|
.ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
|
673
631
|
.ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
|
674
632
|
.ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
|
675
633
|
.ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after {
|
676
|
-
background:
|
634
|
+
background: #a9a9a9 !important;
|
677
635
|
}
|
678
636
|
.ant-layout-header .ant-menu {
|
679
637
|
line-height: inherit;
|
@@ -687,14 +645,14 @@ html {
|
|
687
645
|
.ant-menu-light .ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open,
|
688
646
|
.ant-menu-light .ant-menu-submenu-active,
|
689
647
|
.ant-menu-light .ant-menu-submenu-title:hover {
|
690
|
-
color:
|
648
|
+
color: #2c68ff;
|
691
649
|
}
|
692
650
|
.ant-menu.ant-menu-root:focus-visible {
|
693
|
-
box-shadow: 0 0 0 2px
|
651
|
+
box-shadow: 0 0 0 2px #1a4ad9;
|
694
652
|
}
|
695
653
|
.ant-menu-dark .ant-menu-item:focus-visible,
|
696
654
|
.ant-menu-dark .ant-menu-submenu-title:focus-visible {
|
697
|
-
box-shadow: 0 0 0 2px
|
655
|
+
box-shadow: 0 0 0 2px #1a4ad9;
|
698
656
|
}
|
699
657
|
.ant-menu.ant-menu-dark,
|
700
658
|
.ant-menu-dark .ant-menu-sub,
|
@@ -734,7 +692,7 @@ html {
|
|
734
692
|
border-bottom: 0;
|
735
693
|
}
|
736
694
|
.ant-menu-dark.ant-menu-horizontal > .ant-menu-item:hover {
|
737
|
-
background-color:
|
695
|
+
background-color: #2c68ff;
|
738
696
|
}
|
739
697
|
.ant-menu-dark.ant-menu-horizontal > .ant-menu-item > a::before {
|
740
698
|
bottom: 0;
|
@@ -818,7 +776,7 @@ html {
|
|
818
776
|
background-color: transparent;
|
819
777
|
}
|
820
778
|
.ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-selected {
|
821
|
-
background-color:
|
779
|
+
background-color: #2c68ff;
|
822
780
|
}
|
823
781
|
.ant-menu-dark .ant-menu-item-selected {
|
824
782
|
color: #fff;
|
@@ -843,7 +801,7 @@ html {
|
|
843
801
|
}
|
844
802
|
.ant-menu.ant-menu-dark .ant-menu-item-selected,
|
845
803
|
.ant-menu-submenu-popup.ant-menu-dark .ant-menu-item-selected {
|
846
|
-
background-color:
|
804
|
+
background-color: #2c68ff;
|
847
805
|
}
|
848
806
|
.ant-menu-dark .ant-menu-item-disabled,
|
849
807
|
.ant-menu-dark .ant-menu-submenu-disabled,
|
@@ -874,7 +832,7 @@ html {
|
|
874
832
|
.ant-menu-rtl.ant-menu-inline,
|
875
833
|
.ant-menu-rtl.ant-menu-vertical {
|
876
834
|
border-right: none;
|
877
|
-
border-left: 1px solid
|
835
|
+
border-left: 1px solid #eeeeee;
|
878
836
|
}
|
879
837
|
.ant-menu-rtl.ant-menu-dark.ant-menu-inline,
|
880
838
|
.ant-menu-rtl.ant-menu-dark.ant-menu-vertical {
|
@@ -2,53 +2,11 @@
|
|
2
2
|
/* stylelint-disable no-duplicate-selectors */
|
3
3
|
/* stylelint-disable */
|
4
4
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
5
|
-
html {
|
6
|
-
--ant-primary-color: #2c68ff;
|
7
|
-
--ant-primary-color-hover: #548aff;
|
8
|
-
--ant-primary-color-active: #1a4ad9;
|
9
|
-
--ant-primary-color-outline: rgba(44, 104, 255, 0.2);
|
10
|
-
--ant-primary-1: #f0f7ff;
|
11
|
-
--ant-primary-2: #cfe3ff;
|
12
|
-
--ant-primary-3: #a6c8ff;
|
13
|
-
--ant-primary-4: #7daaff;
|
14
|
-
--ant-primary-5: #548aff;
|
15
|
-
--ant-primary-6: #2c68ff;
|
16
|
-
--ant-primary-7: #1a4ad9;
|
17
|
-
--ant-primary-color-deprecated-pure: ;
|
18
|
-
--ant-primary-color-deprecated-l-35: #dfe8ff;
|
19
|
-
--ant-primary-color-deprecated-l-20: #92b1ff;
|
20
|
-
--ant-primary-color-deprecated-t-20: #5686ff;
|
21
|
-
--ant-primary-color-deprecated-t-50: #96b4ff;
|
22
|
-
--ant-primary-color-deprecated-f-12: rgba(44, 104, 255, 0.12);
|
23
|
-
--ant-primary-color-active-deprecated-f-30: rgba(240, 247, 255, 0.3);
|
24
|
-
--ant-primary-color-active-deprecated-d-02: #e6f2ff;
|
25
|
-
--ant-success-color: #36c626;
|
26
|
-
--ant-success-color-hover: #5cd44a;
|
27
|
-
--ant-success-color-active: #20a116;
|
28
|
-
--ant-success-color-outline: rgba(54, 198, 38, 0.2);
|
29
|
-
--ant-success-color-deprecated-bg: #f4fff0;
|
30
|
-
--ant-success-color-deprecated-border: #afed9f;
|
31
|
-
--ant-error-color: #ff5c57;
|
32
|
-
--ant-error-color-hover: #ff8880;
|
33
|
-
--ant-error-color-active: #d93f3f;
|
34
|
-
--ant-error-color-outline: rgba(255, 92, 87, 0.2);
|
35
|
-
--ant-error-color-deprecated-bg: #fff3f0;
|
36
|
-
--ant-error-color-deprecated-border: #ffd7d1;
|
37
|
-
--ant-warning-color: #ffab00;
|
38
|
-
--ant-warning-color-hover: #ffbf29;
|
39
|
-
--ant-warning-color-active: #d98900;
|
40
|
-
--ant-warning-color-outline: rgba(255, 171, 0, 0.2);
|
41
|
-
--ant-warning-color-deprecated-bg: #fffbe6;
|
42
|
-
--ant-warning-color-deprecated-border: #ffe07a;
|
43
|
-
--ant-info-color: #2c68ff;
|
44
|
-
--ant-info-color-deprecated-bg: #f0f7ff;
|
45
|
-
--ant-info-color-deprecated-border: #a6c8ff;
|
46
|
-
}
|
47
5
|
.ant-message {
|
48
6
|
box-sizing: border-box;
|
49
7
|
margin: 0;
|
50
8
|
padding: 0;
|
51
|
-
color:
|
9
|
+
color: #4c4c4c;
|
52
10
|
font-size: 14px;
|
53
11
|
font-variant: tabular-nums;
|
54
12
|
line-height: 1.5715;
|
@@ -74,17 +32,17 @@ html {
|
|
74
32
|
pointer-events: all;
|
75
33
|
}
|
76
34
|
.ant-message-success .anticon {
|
77
|
-
color:
|
35
|
+
color: #36c626;
|
78
36
|
}
|
79
37
|
.ant-message-error .anticon {
|
80
|
-
color:
|
38
|
+
color: #f42d2d;
|
81
39
|
}
|
82
40
|
.ant-message-warning .anticon {
|
83
|
-
color:
|
41
|
+
color: #ffab00;
|
84
42
|
}
|
85
43
|
.ant-message-info .anticon,
|
86
44
|
.ant-message-loading .anticon {
|
87
|
-
color:
|
45
|
+
color: #2c68ff;
|
88
46
|
}
|
89
47
|
.ant-message .anticon {
|
90
48
|
position: relative;
|
@@ -23,7 +23,7 @@
|
|
23
23
|
overflow: hidden;
|
24
24
|
color: @heading-color;
|
25
25
|
font-weight: 500;
|
26
|
-
font-size: @font-size
|
26
|
+
font-size: @modal-confirm-title-font-size;
|
27
27
|
line-height: 1.4;
|
28
28
|
}
|
29
29
|
|
@@ -46,8 +46,8 @@
|
|
46
46
|
}
|
47
47
|
|
48
48
|
.@{confirm-prefix-cls}-btns {
|
49
|
-
float: right;
|
50
49
|
margin-top: 24px;
|
50
|
+
text-align: right;
|
51
51
|
|
52
52
|
.@{ant-prefix}-btn + .@{ant-prefix}-btn {
|
53
53
|
margin-bottom: 0;
|
@@ -2,48 +2,6 @@
|
|
2
2
|
/* stylelint-disable no-duplicate-selectors */
|
3
3
|
/* stylelint-disable */
|
4
4
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
5
|
-
html {
|
6
|
-
--ant-primary-color: #2c68ff;
|
7
|
-
--ant-primary-color-hover: #548aff;
|
8
|
-
--ant-primary-color-active: #1a4ad9;
|
9
|
-
--ant-primary-color-outline: rgba(44, 104, 255, 0.2);
|
10
|
-
--ant-primary-1: #f0f7ff;
|
11
|
-
--ant-primary-2: #cfe3ff;
|
12
|
-
--ant-primary-3: #a6c8ff;
|
13
|
-
--ant-primary-4: #7daaff;
|
14
|
-
--ant-primary-5: #548aff;
|
15
|
-
--ant-primary-6: #2c68ff;
|
16
|
-
--ant-primary-7: #1a4ad9;
|
17
|
-
--ant-primary-color-deprecated-pure: ;
|
18
|
-
--ant-primary-color-deprecated-l-35: #dfe8ff;
|
19
|
-
--ant-primary-color-deprecated-l-20: #92b1ff;
|
20
|
-
--ant-primary-color-deprecated-t-20: #5686ff;
|
21
|
-
--ant-primary-color-deprecated-t-50: #96b4ff;
|
22
|
-
--ant-primary-color-deprecated-f-12: rgba(44, 104, 255, 0.12);
|
23
|
-
--ant-primary-color-active-deprecated-f-30: rgba(240, 247, 255, 0.3);
|
24
|
-
--ant-primary-color-active-deprecated-d-02: #e6f2ff;
|
25
|
-
--ant-success-color: #36c626;
|
26
|
-
--ant-success-color-hover: #5cd44a;
|
27
|
-
--ant-success-color-active: #20a116;
|
28
|
-
--ant-success-color-outline: rgba(54, 198, 38, 0.2);
|
29
|
-
--ant-success-color-deprecated-bg: #f4fff0;
|
30
|
-
--ant-success-color-deprecated-border: #afed9f;
|
31
|
-
--ant-error-color: #ff5c57;
|
32
|
-
--ant-error-color-hover: #ff8880;
|
33
|
-
--ant-error-color-active: #d93f3f;
|
34
|
-
--ant-error-color-outline: rgba(255, 92, 87, 0.2);
|
35
|
-
--ant-error-color-deprecated-bg: #fff3f0;
|
36
|
-
--ant-error-color-deprecated-border: #ffd7d1;
|
37
|
-
--ant-warning-color: #ffab00;
|
38
|
-
--ant-warning-color-hover: #ffbf29;
|
39
|
-
--ant-warning-color-active: #d98900;
|
40
|
-
--ant-warning-color-outline: rgba(255, 171, 0, 0.2);
|
41
|
-
--ant-warning-color-deprecated-bg: #fffbe6;
|
42
|
-
--ant-warning-color-deprecated-border: #ffe07a;
|
43
|
-
--ant-info-color: #2c68ff;
|
44
|
-
--ant-info-color-deprecated-bg: #f0f7ff;
|
45
|
-
--ant-info-color-deprecated-border: #a6c8ff;
|
46
|
-
}
|
47
5
|
.ant-modal {
|
48
6
|
box-sizing: border-box;
|
49
7
|
margin: 0;
|
@@ -248,8 +206,8 @@ html {
|
|
248
206
|
margin-left: 38px;
|
249
207
|
}
|
250
208
|
.ant-modal-confirm .ant-modal-confirm-btns {
|
251
|
-
float: right;
|
252
209
|
margin-top: 24px;
|
210
|
+
text-align: right;
|
253
211
|
}
|
254
212
|
.ant-modal-confirm .ant-modal-confirm-btns .ant-btn + .ant-btn {
|
255
213
|
margin-bottom: 0;
|
@@ -295,7 +253,7 @@ html {
|
|
295
253
|
margin-left: 0;
|
296
254
|
}
|
297
255
|
.ant-modal-wrap-rtl .ant-modal-confirm-btns {
|
298
|
-
|
256
|
+
text-align: left;
|
299
257
|
}
|
300
258
|
.ant-modal-wrap-rtl .ant-modal-confirm-btns .ant-btn + .ant-btn {
|
301
259
|
margin-right: 8px;
|
package/lib/modal/style/rtl.less
CHANGED
@@ -2,53 +2,11 @@
|
|
2
2
|
/* stylelint-disable no-duplicate-selectors */
|
3
3
|
/* stylelint-disable */
|
4
4
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
5
|
-
html {
|
6
|
-
--ant-primary-color: #2c68ff;
|
7
|
-
--ant-primary-color-hover: #548aff;
|
8
|
-
--ant-primary-color-active: #1a4ad9;
|
9
|
-
--ant-primary-color-outline: rgba(44, 104, 255, 0.2);
|
10
|
-
--ant-primary-1: #f0f7ff;
|
11
|
-
--ant-primary-2: #cfe3ff;
|
12
|
-
--ant-primary-3: #a6c8ff;
|
13
|
-
--ant-primary-4: #7daaff;
|
14
|
-
--ant-primary-5: #548aff;
|
15
|
-
--ant-primary-6: #2c68ff;
|
16
|
-
--ant-primary-7: #1a4ad9;
|
17
|
-
--ant-primary-color-deprecated-pure: ;
|
18
|
-
--ant-primary-color-deprecated-l-35: #dfe8ff;
|
19
|
-
--ant-primary-color-deprecated-l-20: #92b1ff;
|
20
|
-
--ant-primary-color-deprecated-t-20: #5686ff;
|
21
|
-
--ant-primary-color-deprecated-t-50: #96b4ff;
|
22
|
-
--ant-primary-color-deprecated-f-12: rgba(44, 104, 255, 0.12);
|
23
|
-
--ant-primary-color-active-deprecated-f-30: rgba(240, 247, 255, 0.3);
|
24
|
-
--ant-primary-color-active-deprecated-d-02: #e6f2ff;
|
25
|
-
--ant-success-color: #36c626;
|
26
|
-
--ant-success-color-hover: #5cd44a;
|
27
|
-
--ant-success-color-active: #20a116;
|
28
|
-
--ant-success-color-outline: rgba(54, 198, 38, 0.2);
|
29
|
-
--ant-success-color-deprecated-bg: #f4fff0;
|
30
|
-
--ant-success-color-deprecated-border: #afed9f;
|
31
|
-
--ant-error-color: #ff5c57;
|
32
|
-
--ant-error-color-hover: #ff8880;
|
33
|
-
--ant-error-color-active: #d93f3f;
|
34
|
-
--ant-error-color-outline: rgba(255, 92, 87, 0.2);
|
35
|
-
--ant-error-color-deprecated-bg: #fff3f0;
|
36
|
-
--ant-error-color-deprecated-border: #ffd7d1;
|
37
|
-
--ant-warning-color: #ffab00;
|
38
|
-
--ant-warning-color-hover: #ffbf29;
|
39
|
-
--ant-warning-color-active: #d98900;
|
40
|
-
--ant-warning-color-outline: rgba(255, 171, 0, 0.2);
|
41
|
-
--ant-warning-color-deprecated-bg: #fffbe6;
|
42
|
-
--ant-warning-color-deprecated-border: #ffe07a;
|
43
|
-
--ant-info-color: #2c68ff;
|
44
|
-
--ant-info-color-deprecated-bg: #f0f7ff;
|
45
|
-
--ant-info-color-deprecated-border: #a6c8ff;
|
46
|
-
}
|
47
5
|
.ant-notification {
|
48
6
|
box-sizing: border-box;
|
49
7
|
margin: 0;
|
50
8
|
padding: 0;
|
51
|
-
color:
|
9
|
+
color: #4c4c4c;
|
52
10
|
font-size: 14px;
|
53
11
|
font-variant: tabular-nums;
|
54
12
|
line-height: 1.5715;
|
@@ -91,7 +49,7 @@ html {
|
|
91
49
|
}
|
92
50
|
.ant-notification-notice-message {
|
93
51
|
margin-bottom: 8px;
|
94
|
-
color:
|
52
|
+
color: #262626;
|
95
53
|
font-size: 16px;
|
96
54
|
line-height: 24px;
|
97
55
|
}
|
@@ -128,26 +86,26 @@ html {
|
|
128
86
|
line-height: 24px;
|
129
87
|
}
|
130
88
|
.anticon.ant-notification-notice-icon-success {
|
131
|
-
color:
|
89
|
+
color: #36c626;
|
132
90
|
}
|
133
91
|
.anticon.ant-notification-notice-icon-info {
|
134
|
-
color:
|
92
|
+
color: #2c68ff;
|
135
93
|
}
|
136
94
|
.anticon.ant-notification-notice-icon-warning {
|
137
|
-
color:
|
95
|
+
color: #ffab00;
|
138
96
|
}
|
139
97
|
.anticon.ant-notification-notice-icon-error {
|
140
|
-
color:
|
98
|
+
color: #f42d2d;
|
141
99
|
}
|
142
100
|
.ant-notification-notice-close {
|
143
101
|
position: absolute;
|
144
102
|
top: 16px;
|
145
103
|
right: 22px;
|
146
|
-
color:
|
104
|
+
color: #a9a9a9;
|
147
105
|
outline: none;
|
148
106
|
}
|
149
107
|
.ant-notification-notice-close:hover {
|
150
|
-
color:
|
108
|
+
color: #656565;
|
151
109
|
}
|
152
110
|
.ant-notification-notice-btn {
|
153
111
|
float: right;
|