@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,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-descriptions-header {
|
48
6
|
display: flex;
|
49
7
|
align-items: center;
|
@@ -52,7 +10,7 @@ html {
|
|
52
10
|
.ant-descriptions-title {
|
53
11
|
flex: auto;
|
54
12
|
overflow: hidden;
|
55
|
-
color:
|
13
|
+
color: #262626;
|
56
14
|
font-weight: bold;
|
57
15
|
font-size: 16px;
|
58
16
|
line-height: 1.5715;
|
@@ -61,7 +19,7 @@ html {
|
|
61
19
|
}
|
62
20
|
.ant-descriptions-extra {
|
63
21
|
margin-left: auto;
|
64
|
-
color:
|
22
|
+
color: #4c4c4c;
|
65
23
|
font-size: 14px;
|
66
24
|
}
|
67
25
|
.ant-descriptions-view {
|
@@ -80,7 +38,7 @@ html {
|
|
80
38
|
border-bottom: none;
|
81
39
|
}
|
82
40
|
.ant-descriptions-item-label {
|
83
|
-
color:
|
41
|
+
color: #262626;
|
84
42
|
font-weight: normal;
|
85
43
|
font-size: 14px;
|
86
44
|
line-height: 1.5715;
|
@@ -102,7 +60,7 @@ html {
|
|
102
60
|
.ant-descriptions-item-content {
|
103
61
|
display: table-cell;
|
104
62
|
flex: 1;
|
105
|
-
color:
|
63
|
+
color: #4c4c4c;
|
106
64
|
font-size: 14px;
|
107
65
|
line-height: 1.5715;
|
108
66
|
word-break: break-word;
|
@@ -129,7 +87,7 @@ html {
|
|
129
87
|
padding-bottom: 8px;
|
130
88
|
}
|
131
89
|
.ant-descriptions-bordered .ant-descriptions-view {
|
132
|
-
border: 1px solid
|
90
|
+
border: 1px solid #eeeeee;
|
133
91
|
}
|
134
92
|
.ant-descriptions-bordered .ant-descriptions-view > table {
|
135
93
|
table-layout: auto;
|
@@ -138,7 +96,7 @@ html {
|
|
138
96
|
.ant-descriptions-bordered .ant-descriptions-item-label,
|
139
97
|
.ant-descriptions-bordered .ant-descriptions-item-content {
|
140
98
|
padding: 16px 24px;
|
141
|
-
border-right: 1px solid
|
99
|
+
border-right: 1px solid #eeeeee;
|
142
100
|
}
|
143
101
|
.ant-descriptions-bordered .ant-descriptions-item-label:last-child,
|
144
102
|
.ant-descriptions-bordered .ant-descriptions-item-content:last-child {
|
@@ -151,7 +109,7 @@ html {
|
|
151
109
|
display: none;
|
152
110
|
}
|
153
111
|
.ant-descriptions-bordered .ant-descriptions-row {
|
154
|
-
border-bottom: 1px solid
|
112
|
+
border-bottom: 1px solid #eeeeee;
|
155
113
|
}
|
156
114
|
.ant-descriptions-bordered .ant-descriptions-row:last-child {
|
157
115
|
border-bottom: none;
|
@@ -173,7 +131,7 @@ html {
|
|
173
131
|
.ant-descriptions-rtl.ant-descriptions-bordered .ant-descriptions-item-label,
|
174
132
|
.ant-descriptions-rtl.ant-descriptions-bordered .ant-descriptions-item-content {
|
175
133
|
border-right: none;
|
176
|
-
border-left: 1px solid
|
134
|
+
border-left: 1px solid #eeeeee;
|
177
135
|
}
|
178
136
|
.ant-descriptions-rtl.ant-descriptions-bordered .ant-descriptions-item-label:last-child,
|
179
137
|
.ant-descriptions-rtl.ant-descriptions-bordered .ant-descriptions-item-content:last-child {
|
@@ -2,59 +2,17 @@
|
|
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-divider {
|
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;
|
55
13
|
list-style: none;
|
56
14
|
font-feature-settings: 'tnum';
|
57
|
-
border-top: 1px solid
|
15
|
+
border-top: 1px solid #eeeeee;
|
58
16
|
}
|
59
17
|
.ant-divider-vertical {
|
60
18
|
position: relative;
|
@@ -64,7 +22,7 @@ html {
|
|
64
22
|
margin: 0 8px;
|
65
23
|
vertical-align: middle;
|
66
24
|
border-top: 0;
|
67
|
-
border-left: 1px solid
|
25
|
+
border-left: 1px solid #eeeeee;
|
68
26
|
}
|
69
27
|
.ant-divider-horizontal {
|
70
28
|
display: flex;
|
@@ -76,13 +34,13 @@ html {
|
|
76
34
|
.ant-divider-horizontal.ant-divider-with-text {
|
77
35
|
display: flex;
|
78
36
|
margin: 16px 0;
|
79
|
-
color:
|
37
|
+
color: #262626;
|
80
38
|
font-weight: 500;
|
81
39
|
font-size: 16px;
|
82
40
|
white-space: nowrap;
|
83
41
|
text-align: center;
|
84
42
|
border-top: 0;
|
85
|
-
border-top-color:
|
43
|
+
border-top-color: #eeeeee;
|
86
44
|
}
|
87
45
|
.ant-divider-horizontal.ant-divider-with-text::before,
|
88
46
|
.ant-divider-horizontal.ant-divider-with-text::after {
|
@@ -117,7 +75,7 @@ html {
|
|
117
75
|
}
|
118
76
|
.ant-divider-dashed {
|
119
77
|
background: none;
|
120
|
-
border-color:
|
78
|
+
border-color: #eeeeee;
|
121
79
|
border-style: dashed;
|
122
80
|
border-width: 1px 0 0;
|
123
81
|
}
|
@@ -129,7 +87,7 @@ html {
|
|
129
87
|
border-width: 0 0 0 1px;
|
130
88
|
}
|
131
89
|
.ant-divider-plain.ant-divider-with-text {
|
132
|
-
color:
|
90
|
+
color: #4c4c4c;
|
133
91
|
font-weight: normal;
|
134
92
|
font-size: 14px;
|
135
93
|
}
|
package/lib/drawer/index.js
CHANGED
@@ -303,6 +303,10 @@ var Drawer = /*#__PURE__*/React.forwardRef(function (_a, ref) {
|
|
303
303
|
}
|
304
304
|
}), renderBody())));
|
305
305
|
});
|
306
|
-
|
306
|
+
|
307
|
+
if (process.env.NODE_ENV !== 'production') {
|
308
|
+
Drawer.displayName = 'Drawer';
|
309
|
+
}
|
310
|
+
|
307
311
|
var _default = Drawer;
|
308
312
|
exports["default"] = _default;
|
@@ -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-drawer {
|
48
6
|
position: fixed;
|
49
7
|
z-index: 1000;
|
@@ -143,7 +101,7 @@ html {
|
|
143
101
|
.ant-drawer-title {
|
144
102
|
flex: 1;
|
145
103
|
margin: 0;
|
146
|
-
color:
|
104
|
+
color: #262626;
|
147
105
|
font-weight: 500;
|
148
106
|
font-size: 16px;
|
149
107
|
line-height: 22px;
|
@@ -159,7 +117,7 @@ html {
|
|
159
117
|
.ant-drawer-close {
|
160
118
|
display: inline-block;
|
161
119
|
margin-right: 12px;
|
162
|
-
color:
|
120
|
+
color: #a9a9a9;
|
163
121
|
font-weight: 700;
|
164
122
|
font-size: 16px;
|
165
123
|
font-style: normal;
|
@@ -185,9 +143,9 @@ html {
|
|
185
143
|
align-items: center;
|
186
144
|
justify-content: space-between;
|
187
145
|
padding: 16px 24px;
|
188
|
-
color:
|
146
|
+
color: #4c4c4c;
|
189
147
|
background: #fff;
|
190
|
-
border-bottom: 1px solid
|
148
|
+
border-bottom: 1px solid #eeeeee;
|
191
149
|
border-radius: 4px 4px 0 0;
|
192
150
|
}
|
193
151
|
.ant-drawer-header-title {
|
@@ -217,7 +175,7 @@ html {
|
|
217
175
|
.ant-drawer-footer {
|
218
176
|
flex-shrink: 0;
|
219
177
|
padding: 16px 24px;
|
220
|
-
border-top: 1px solid
|
178
|
+
border-top: 1px solid #eeeeee;
|
221
179
|
}
|
222
180
|
.ant-drawer-mask {
|
223
181
|
position: absolute;
|
@@ -2,60 +2,18 @@
|
|
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-dropdown-menu-item.ant-dropdown-menu-item-danger {
|
48
|
-
color:
|
6
|
+
color: #f42d2d;
|
49
7
|
}
|
50
8
|
.ant-dropdown-menu-item.ant-dropdown-menu-item-danger:hover {
|
51
9
|
color: #fff;
|
52
|
-
background-color:
|
10
|
+
background-color: #f42d2d;
|
53
11
|
}
|
54
12
|
.ant-dropdown {
|
55
13
|
box-sizing: border-box;
|
56
14
|
margin: 0;
|
57
15
|
padding: 0;
|
58
|
-
color:
|
16
|
+
color: #4c4c4c;
|
59
17
|
font-size: 14px;
|
60
18
|
font-variant: tabular-nums;
|
61
19
|
line-height: 1.5715;
|
@@ -111,7 +69,7 @@ html {
|
|
111
69
|
width: 11.3137085px;
|
112
70
|
height: 11.3137085px;
|
113
71
|
background: linear-gradient(135deg, transparent 40%, #fff 40%);
|
114
|
-
border-radius: 0 0
|
72
|
+
border-radius: 0 0 2px;
|
115
73
|
pointer-events: none;
|
116
74
|
}
|
117
75
|
.ant-dropdown-arrow::before {
|
@@ -124,8 +82,8 @@ html {
|
|
124
82
|
background-repeat: no-repeat;
|
125
83
|
background-position: -10px -10px;
|
126
84
|
content: '';
|
127
|
-
-webkit-clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L
|
128
|
-
clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L
|
85
|
+
-webkit-clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
|
86
|
+
clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
|
129
87
|
}
|
130
88
|
.ant-dropdown-placement-top > .ant-dropdown-arrow,
|
131
89
|
.ant-dropdown-placement-topLeft > .ant-dropdown-arrow,
|
@@ -175,7 +133,7 @@ html {
|
|
175
133
|
}
|
176
134
|
.ant-dropdown-menu-item-group-title {
|
177
135
|
padding: 5px 12px;
|
178
|
-
color:
|
136
|
+
color: #a9a9a9;
|
179
137
|
transition: all 0.3s;
|
180
138
|
}
|
181
139
|
.ant-dropdown-menu-submenu-popup {
|
@@ -226,7 +184,7 @@ html {
|
|
226
184
|
clear: both;
|
227
185
|
margin: 0;
|
228
186
|
padding: 5px 12px;
|
229
|
-
color:
|
187
|
+
color: #4c4c4c;
|
230
188
|
font-weight: normal;
|
231
189
|
font-size: 14px;
|
232
190
|
line-height: 22px;
|
@@ -235,8 +193,8 @@ html {
|
|
235
193
|
}
|
236
194
|
.ant-dropdown-menu-item-selected,
|
237
195
|
.ant-dropdown-menu-submenu-title-selected {
|
238
|
-
color:
|
239
|
-
background-color:
|
196
|
+
color: #2c68ff;
|
197
|
+
background-color: #f0f7ff;
|
240
198
|
}
|
241
199
|
.ant-dropdown-menu-item:hover,
|
242
200
|
.ant-dropdown-menu-submenu-title:hover,
|
@@ -248,12 +206,12 @@ html {
|
|
248
206
|
}
|
249
207
|
.ant-dropdown-menu-item-disabled,
|
250
208
|
.ant-dropdown-menu-submenu-title-disabled {
|
251
|
-
color:
|
209
|
+
color: #a9a9a9;
|
252
210
|
cursor: not-allowed;
|
253
211
|
}
|
254
212
|
.ant-dropdown-menu-item-disabled:hover,
|
255
213
|
.ant-dropdown-menu-submenu-title-disabled:hover {
|
256
|
-
color:
|
214
|
+
color: #a9a9a9;
|
257
215
|
background-color: #fff;
|
258
216
|
cursor: not-allowed;
|
259
217
|
}
|
@@ -267,7 +225,7 @@ html {
|
|
267
225
|
margin: 4px 0;
|
268
226
|
overflow: hidden;
|
269
227
|
line-height: 0;
|
270
|
-
background-color:
|
228
|
+
background-color: #eeeeee;
|
271
229
|
}
|
272
230
|
.ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon,
|
273
231
|
.ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon {
|
@@ -277,7 +235,7 @@ html {
|
|
277
235
|
.ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon,
|
278
236
|
.ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon {
|
279
237
|
margin-right: 0 !important;
|
280
|
-
color:
|
238
|
+
color: #a9a9a9;
|
281
239
|
font-size: 10px;
|
282
240
|
font-style: normal;
|
283
241
|
}
|
@@ -302,12 +260,12 @@ html {
|
|
302
260
|
}
|
303
261
|
.ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title,
|
304
262
|
.ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon {
|
305
|
-
color:
|
263
|
+
color: #a9a9a9;
|
306
264
|
background-color: #fff;
|
307
265
|
cursor: not-allowed;
|
308
266
|
}
|
309
267
|
.ant-dropdown-menu-submenu-selected .ant-dropdown-menu-submenu-title {
|
310
|
-
color:
|
268
|
+
color: #2c68ff;
|
311
269
|
}
|
312
270
|
.ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottomLeft,
|
313
271
|
.ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottomLeft,
|
@@ -387,7 +345,7 @@ html {
|
|
387
345
|
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected:hover,
|
388
346
|
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected > a {
|
389
347
|
color: #fff;
|
390
|
-
background:
|
348
|
+
background: #2c68ff;
|
391
349
|
}
|
392
350
|
.ant-dropdown-rtl {
|
393
351
|
direction: rtl;
|
@@ -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-empty {
|
48
6
|
margin: 0 8px;
|
49
7
|
font-size: 14px;
|
@@ -66,14 +24,14 @@ html {
|
|
66
24
|
}
|
67
25
|
.ant-empty-normal {
|
68
26
|
margin: 32px 0;
|
69
|
-
color:
|
27
|
+
color: #a9a9a9;
|
70
28
|
}
|
71
29
|
.ant-empty-normal .ant-empty-image {
|
72
30
|
height: 40px;
|
73
31
|
}
|
74
32
|
.ant-empty-small {
|
75
33
|
margin: 8px 0;
|
76
|
-
color:
|
34
|
+
color: #a9a9a9;
|
77
35
|
}
|
78
36
|
.ant-empty-small .ant-empty-image {
|
79
37
|
height: 35px;
|