@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
@@ -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-select-single .ant-select-selector {
|
48
6
|
display: flex;
|
49
7
|
}
|
@@ -190,7 +148,7 @@ html {
|
|
190
148
|
cursor: text;
|
191
149
|
}
|
192
150
|
.ant-select-disabled.ant-select-multiple .ant-select-selector {
|
193
|
-
background: #
|
151
|
+
background: #f1f1f1;
|
194
152
|
cursor: not-allowed;
|
195
153
|
}
|
196
154
|
.ant-select-multiple .ant-select-selector::after {
|
@@ -215,7 +173,7 @@ html {
|
|
215
173
|
margin-bottom: 2px;
|
216
174
|
line-height: 22px;
|
217
175
|
background: #f5f5f5;
|
218
|
-
border: 1px solid
|
176
|
+
border: 1px solid #eeeeee;
|
219
177
|
border-radius: 4px;
|
220
178
|
cursor: default;
|
221
179
|
transition: font-size 0.3s, line-height 0.3s, height 0.3s;
|
@@ -232,7 +190,7 @@ html {
|
|
232
190
|
}
|
233
191
|
.ant-select-disabled.ant-select-multiple .ant-select-selection-item {
|
234
192
|
color: #bfbfbf;
|
235
|
-
border-color: #
|
193
|
+
border-color: #d2d2d2;
|
236
194
|
cursor: not-allowed;
|
237
195
|
}
|
238
196
|
.ant-select-multiple .ant-select-selection-item-content {
|
@@ -253,7 +211,7 @@ html {
|
|
253
211
|
-webkit-font-smoothing: antialiased;
|
254
212
|
-moz-osx-font-smoothing: grayscale;
|
255
213
|
display: inline-block;
|
256
|
-
color:
|
214
|
+
color: #a9a9a9;
|
257
215
|
font-weight: bold;
|
258
216
|
font-size: 10px;
|
259
217
|
line-height: inherit;
|
@@ -362,23 +320,23 @@ html {
|
|
362
320
|
}
|
363
321
|
.ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input) .ant-select-selector {
|
364
322
|
background-color: #fff;
|
365
|
-
border-color:
|
323
|
+
border-color: #f42d2d !important;
|
366
324
|
}
|
367
325
|
.ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-open .ant-select-selector,
|
368
326
|
.ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-focused .ant-select-selector {
|
369
|
-
border-color:
|
370
|
-
box-shadow: 0 0 0 2px
|
327
|
+
border-color: #ff5c57;
|
328
|
+
box-shadow: 0 0 0 2px rgba(244, 45, 45, 0.2);
|
371
329
|
border-right-width: 1px;
|
372
330
|
outline: 0;
|
373
331
|
}
|
374
332
|
.ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input) .ant-select-selector {
|
375
333
|
background-color: #fff;
|
376
|
-
border-color:
|
334
|
+
border-color: #ffab00 !important;
|
377
335
|
}
|
378
336
|
.ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-open .ant-select-selector,
|
379
337
|
.ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-focused .ant-select-selector {
|
380
|
-
border-color:
|
381
|
-
box-shadow: 0 0 0 2px
|
338
|
+
border-color: #ffbf29;
|
339
|
+
box-shadow: 0 0 0 2px rgba(255, 171, 0, 0.2);
|
382
340
|
border-right-width: 1px;
|
383
341
|
outline: 0;
|
384
342
|
}
|
@@ -399,7 +357,7 @@ html {
|
|
399
357
|
box-sizing: border-box;
|
400
358
|
margin: 0;
|
401
359
|
padding: 0;
|
402
|
-
color:
|
360
|
+
color: #4c4c4c;
|
403
361
|
font-size: 14px;
|
404
362
|
font-variant: tabular-nums;
|
405
363
|
line-height: 1.5715;
|
@@ -412,7 +370,7 @@ html {
|
|
412
370
|
.ant-select:not(.ant-select-customize-input) .ant-select-selector {
|
413
371
|
position: relative;
|
414
372
|
background-color: #fff;
|
415
|
-
border: 1px solid #
|
373
|
+
border: 1px solid #d2d2d2;
|
416
374
|
border-radius: 4px;
|
417
375
|
transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
418
376
|
}
|
@@ -426,18 +384,18 @@ html {
|
|
426
384
|
cursor: auto;
|
427
385
|
}
|
428
386
|
.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
|
429
|
-
border-color:
|
430
|
-
box-shadow: 0 0 0 2px
|
387
|
+
border-color: #548aff;
|
388
|
+
box-shadow: 0 0 0 2px rgba(44, 104, 255, 0.2);
|
431
389
|
border-right-width: 1px;
|
432
390
|
outline: 0;
|
433
391
|
}
|
434
392
|
.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {
|
435
|
-
color:
|
436
|
-
background: #
|
393
|
+
color: #a9a9a9;
|
394
|
+
background: #f1f1f1;
|
437
395
|
cursor: not-allowed;
|
438
396
|
}
|
439
397
|
.ant-select-multiple.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {
|
440
|
-
background: #
|
398
|
+
background: #f1f1f1;
|
441
399
|
}
|
442
400
|
.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector input {
|
443
401
|
cursor: not-allowed;
|
@@ -458,7 +416,7 @@ html {
|
|
458
416
|
-webkit-appearance: none;
|
459
417
|
}
|
460
418
|
.ant-select:not(.ant-select-disabled):hover .ant-select-selector {
|
461
|
-
border-color:
|
419
|
+
border-color: #548aff;
|
462
420
|
border-right-width: 1px;
|
463
421
|
}
|
464
422
|
.ant-select-selection-item {
|
@@ -505,7 +463,7 @@ html {
|
|
505
463
|
align-items: center;
|
506
464
|
height: 12px;
|
507
465
|
margin-top: -6px;
|
508
|
-
color:
|
466
|
+
color: #a9a9a9;
|
509
467
|
font-size: 12px;
|
510
468
|
line-height: 1;
|
511
469
|
text-align: center;
|
@@ -549,7 +507,7 @@ html {
|
|
549
507
|
width: 12px;
|
550
508
|
height: 12px;
|
551
509
|
margin-top: -6px;
|
552
|
-
color:
|
510
|
+
color: #a9a9a9;
|
553
511
|
font-size: 12px;
|
554
512
|
font-style: normal;
|
555
513
|
line-height: 1;
|
@@ -565,7 +523,7 @@ html {
|
|
565
523
|
display: block;
|
566
524
|
}
|
567
525
|
.ant-select-clear:hover {
|
568
|
-
color:
|
526
|
+
color: #a9a9a9;
|
569
527
|
}
|
570
528
|
.ant-select:hover .ant-select-clear {
|
571
529
|
opacity: 1;
|
@@ -573,7 +531,7 @@ html {
|
|
573
531
|
.ant-select-dropdown {
|
574
532
|
margin: 0;
|
575
533
|
padding: 0;
|
576
|
-
color:
|
534
|
+
color: #4c4c4c;
|
577
535
|
font-variant: tabular-nums;
|
578
536
|
line-height: 1.5715;
|
579
537
|
list-style: none;
|
@@ -614,25 +572,25 @@ html {
|
|
614
572
|
display: none;
|
615
573
|
}
|
616
574
|
.ant-select-dropdown-empty {
|
617
|
-
color:
|
575
|
+
color: #a9a9a9;
|
618
576
|
}
|
619
577
|
.ant-select-item-empty {
|
620
578
|
position: relative;
|
621
579
|
display: block;
|
622
580
|
min-height: 32px;
|
623
581
|
padding: 5px 12px;
|
624
|
-
color:
|
582
|
+
color: #4c4c4c;
|
625
583
|
font-weight: normal;
|
626
584
|
font-size: 14px;
|
627
585
|
line-height: 22px;
|
628
|
-
color:
|
586
|
+
color: #a9a9a9;
|
629
587
|
}
|
630
588
|
.ant-select-item {
|
631
589
|
position: relative;
|
632
590
|
display: block;
|
633
591
|
min-height: 32px;
|
634
592
|
padding: 5px 12px;
|
635
|
-
color:
|
593
|
+
color: #4c4c4c;
|
636
594
|
font-weight: normal;
|
637
595
|
font-size: 14px;
|
638
596
|
line-height: 22px;
|
@@ -640,7 +598,7 @@ html {
|
|
640
598
|
transition: background 0.3s ease;
|
641
599
|
}
|
642
600
|
.ant-select-item-group {
|
643
|
-
color:
|
601
|
+
color: #a9a9a9;
|
644
602
|
font-size: 12px;
|
645
603
|
cursor: default;
|
646
604
|
}
|
@@ -660,19 +618,19 @@ html {
|
|
660
618
|
background-color: #f5f5f5;
|
661
619
|
}
|
662
620
|
.ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
|
663
|
-
color:
|
621
|
+
color: #4c4c4c;
|
664
622
|
font-weight: 600;
|
665
|
-
background-color:
|
623
|
+
background-color: #f0f7ff;
|
666
624
|
}
|
667
625
|
.ant-select-item-option-selected:not(.ant-select-item-option-disabled) .ant-select-item-option-state {
|
668
|
-
color:
|
626
|
+
color: #2c68ff;
|
669
627
|
}
|
670
628
|
.ant-select-item-option-disabled {
|
671
|
-
color:
|
629
|
+
color: #a9a9a9;
|
672
630
|
cursor: not-allowed;
|
673
631
|
}
|
674
632
|
.ant-select-item-option-disabled.ant-select-item-option-selected {
|
675
|
-
background-color: #
|
633
|
+
background-color: #f1f1f1;
|
676
634
|
}
|
677
635
|
.ant-select-item-option-grouped {
|
678
636
|
padding-left: 24px;
|
@@ -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-skeleton {
|
48
6
|
display: table;
|
49
7
|
width: 100%;
|
@@ -124,7 +82,7 @@ html {
|
|
124
82
|
.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-paragraph > li {
|
125
83
|
position: relative;
|
126
84
|
overflow: hidden;
|
127
|
-
background:
|
85
|
+
background: transparent;
|
128
86
|
}
|
129
87
|
.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-title::after,
|
130
88
|
.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-paragraph > li::after {
|
@@ -136,12 +94,12 @@ html {
|
|
136
94
|
background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
|
137
95
|
-webkit-animation: ant-skeleton-loading 1.4s ease infinite;
|
138
96
|
animation: ant-skeleton-loading 1.4s ease infinite;
|
139
|
-
content:
|
97
|
+
content: '';
|
140
98
|
}
|
141
99
|
.ant-skeleton.ant-skeleton-active .ant-skeleton-avatar {
|
142
100
|
position: relative;
|
143
101
|
overflow: hidden;
|
144
|
-
background:
|
102
|
+
background: transparent;
|
145
103
|
}
|
146
104
|
.ant-skeleton.ant-skeleton-active .ant-skeleton-avatar::after {
|
147
105
|
position: absolute;
|
@@ -152,12 +110,12 @@ html {
|
|
152
110
|
background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
|
153
111
|
-webkit-animation: ant-skeleton-loading 1.4s ease infinite;
|
154
112
|
animation: ant-skeleton-loading 1.4s ease infinite;
|
155
|
-
content:
|
113
|
+
content: '';
|
156
114
|
}
|
157
115
|
.ant-skeleton.ant-skeleton-active .ant-skeleton-button {
|
158
116
|
position: relative;
|
159
117
|
overflow: hidden;
|
160
|
-
background:
|
118
|
+
background: transparent;
|
161
119
|
}
|
162
120
|
.ant-skeleton.ant-skeleton-active .ant-skeleton-button::after {
|
163
121
|
position: absolute;
|
@@ -168,12 +126,12 @@ html {
|
|
168
126
|
background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
|
169
127
|
-webkit-animation: ant-skeleton-loading 1.4s ease infinite;
|
170
128
|
animation: ant-skeleton-loading 1.4s ease infinite;
|
171
|
-
content:
|
129
|
+
content: '';
|
172
130
|
}
|
173
131
|
.ant-skeleton.ant-skeleton-active .ant-skeleton-input {
|
174
132
|
position: relative;
|
175
133
|
overflow: hidden;
|
176
|
-
background:
|
134
|
+
background: transparent;
|
177
135
|
}
|
178
136
|
.ant-skeleton.ant-skeleton-active .ant-skeleton-input::after {
|
179
137
|
position: absolute;
|
@@ -184,12 +142,12 @@ html {
|
|
184
142
|
background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
|
185
143
|
-webkit-animation: ant-skeleton-loading 1.4s ease infinite;
|
186
144
|
animation: ant-skeleton-loading 1.4s ease infinite;
|
187
|
-
content:
|
145
|
+
content: '';
|
188
146
|
}
|
189
147
|
.ant-skeleton.ant-skeleton-active .ant-skeleton-image {
|
190
148
|
position: relative;
|
191
149
|
overflow: hidden;
|
192
|
-
background:
|
150
|
+
background: transparent;
|
193
151
|
}
|
194
152
|
.ant-skeleton.ant-skeleton-active .ant-skeleton-image::after {
|
195
153
|
position: absolute;
|
@@ -200,7 +158,7 @@ html {
|
|
200
158
|
background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
|
201
159
|
-webkit-animation: ant-skeleton-loading 1.4s ease infinite;
|
202
160
|
animation: ant-skeleton-loading 1.4s ease infinite;
|
203
|
-
content:
|
161
|
+
content: '';
|
204
162
|
}
|
205
163
|
.ant-skeleton.ant-skeleton-block {
|
206
164
|
width: 100%;
|
@@ -263,7 +263,7 @@
|
|
263
263
|
.skeleton-color() {
|
264
264
|
position: relative;
|
265
265
|
overflow: hidden;
|
266
|
-
background:
|
266
|
+
background: transparent;
|
267
267
|
|
268
268
|
&::after {
|
269
269
|
position: absolute;
|
@@ -276,9 +276,9 @@
|
|
276
276
|
@skeleton-color 25%,
|
277
277
|
@skeleton-to-color 37%,
|
278
278
|
@skeleton-color 63%
|
279
|
-
|
279
|
+
);
|
280
280
|
animation: ~'@{skeleton-prefix-cls}-loading' 1.4s ease infinite;
|
281
|
-
content:
|
281
|
+
content: '';
|
282
282
|
}
|
283
283
|
}
|
284
284
|
|
package/es/slider/index.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
|
-
import * as React from 'react';
|
2
1
|
import type { SliderProps as RcSliderProps } from 'rc-slider';
|
2
|
+
import * as React from 'react';
|
3
3
|
import type { TooltipPlacement } from '../tooltip';
|
4
4
|
export declare type SliderMarks = RcSliderProps['marks'];
|
5
5
|
interface HandleGeneratorInfo {
|
package/es/slider/index.js
CHANGED
@@ -3,11 +3,11 @@ import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
|
|
3
3
|
import _extends from "@babel/runtime/helpers/esm/extends";
|
4
4
|
import _slicedToArray from "@babel/runtime/helpers/esm/slicedToArray";
|
5
5
|
import { __rest } from "tslib";
|
6
|
-
import * as React from 'react';
|
7
|
-
import RcSlider from 'rc-slider';
|
8
6
|
import classNames from 'classnames';
|
9
|
-
import
|
7
|
+
import RcSlider from 'rc-slider';
|
8
|
+
import * as React from 'react';
|
10
9
|
import { ConfigContext } from '../config-provider';
|
10
|
+
import SliderTooltip from './SliderTooltip';
|
11
11
|
var Slider = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
12
12
|
var _React$useContext = React.useContext(ConfigContext),
|
13
13
|
getPrefixCls = _React$useContext.getPrefixCls,
|
@@ -106,7 +106,11 @@ var Slider = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
106
106
|
handleRender: handleRender
|
107
107
|
}));
|
108
108
|
});
|
109
|
-
|
109
|
+
|
110
|
+
if (process.env.NODE_ENV !== 'production') {
|
111
|
+
Slider.displayName = 'Slider';
|
112
|
+
}
|
113
|
+
|
110
114
|
Slider.defaultProps = {
|
111
115
|
tipFormatter: function tipFormatter(value) {
|
112
116
|
return typeof value === 'number' ? value.toString() : '';
|
@@ -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-slider {
|
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;
|
@@ -129,7 +87,7 @@ html {
|
|
129
87
|
.ant-slider-track {
|
130
88
|
position: absolute;
|
131
89
|
height: 4px;
|
132
|
-
background-color:
|
90
|
+
background-color: #a6c8ff;
|
133
91
|
border-radius: 4px;
|
134
92
|
transition: background-color 0.3s;
|
135
93
|
}
|
@@ -139,7 +97,7 @@ html {
|
|
139
97
|
height: 14px;
|
140
98
|
margin-top: -5px;
|
141
99
|
background-color: #fff;
|
142
|
-
border: solid 2px
|
100
|
+
border: solid 2px #a6c8ff;
|
143
101
|
border-radius: 50%;
|
144
102
|
box-shadow: 0;
|
145
103
|
cursor: pointer;
|
@@ -149,21 +107,29 @@ html {
|
|
149
107
|
z-index: 1;
|
150
108
|
}
|
151
109
|
.ant-slider-handle:focus {
|
152
|
-
border-color:
|
110
|
+
border-color: #5686ff;
|
153
111
|
outline: none;
|
154
|
-
box-shadow: 0 0 0 5px
|
112
|
+
box-shadow: 0 0 0 5px rgba(44, 104, 255, 0.12);
|
155
113
|
}
|
156
114
|
.ant-slider-handle.ant-tooltip-open {
|
157
|
-
border-color:
|
115
|
+
border-color: #2c68ff;
|
116
|
+
}
|
117
|
+
.ant-slider-handle::after {
|
118
|
+
position: absolute;
|
119
|
+
top: -6px;
|
120
|
+
right: -6px;
|
121
|
+
bottom: -6px;
|
122
|
+
left: -6px;
|
123
|
+
content: "";
|
158
124
|
}
|
159
125
|
.ant-slider:hover .ant-slider-rail {
|
160
126
|
background-color: #e1e1e1;
|
161
127
|
}
|
162
128
|
.ant-slider:hover .ant-slider-track {
|
163
|
-
background-color:
|
129
|
+
background-color: #7daaff;
|
164
130
|
}
|
165
131
|
.ant-slider:hover .ant-slider-handle:not(.ant-tooltip-open) {
|
166
|
-
border-color:
|
132
|
+
border-color: #7daaff;
|
167
133
|
}
|
168
134
|
.ant-slider-mark {
|
169
135
|
position: absolute;
|
@@ -175,7 +141,7 @@ html {
|
|
175
141
|
.ant-slider-mark-text {
|
176
142
|
position: absolute;
|
177
143
|
display: inline-block;
|
178
|
-
color:
|
144
|
+
color: #a9a9a9;
|
179
145
|
text-align: center;
|
180
146
|
word-break: keep-all;
|
181
147
|
cursor: pointer;
|
@@ -185,7 +151,7 @@ html {
|
|
185
151
|
user-select: none;
|
186
152
|
}
|
187
153
|
.ant-slider-mark-text-active {
|
188
|
-
color:
|
154
|
+
color: #4c4c4c;
|
189
155
|
}
|
190
156
|
.ant-slider-step {
|
191
157
|
position: absolute;
|
@@ -200,12 +166,12 @@ html {
|
|
200
166
|
width: 8px;
|
201
167
|
height: 8px;
|
202
168
|
background-color: #fff;
|
203
|
-
border: 2px solid
|
169
|
+
border: 2px solid #eeeeee;
|
204
170
|
border-radius: 50%;
|
205
171
|
cursor: pointer;
|
206
172
|
}
|
207
173
|
.ant-slider-dot-active {
|
208
|
-
border-color:
|
174
|
+
border-color: #96b4ff;
|
209
175
|
}
|
210
176
|
.ant-slider-disabled {
|
211
177
|
cursor: not-allowed;
|
@@ -214,12 +180,12 @@ html {
|
|
214
180
|
background-color: #f5f5f5 !important;
|
215
181
|
}
|
216
182
|
.ant-slider-disabled .ant-slider-track {
|
217
|
-
background-color:
|
183
|
+
background-color: #a9a9a9 !important;
|
218
184
|
}
|
219
185
|
.ant-slider-disabled .ant-slider-handle,
|
220
186
|
.ant-slider-disabled .ant-slider-dot {
|
221
187
|
background-color: #fff;
|
222
|
-
border-color:
|
188
|
+
border-color: #a9a9a9 !important;
|
223
189
|
box-shadow: none;
|
224
190
|
cursor: not-allowed;
|
225
191
|
}
|
package/es/space/style/index.css
CHANGED
@@ -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-space {
|
48
6
|
display: inline-flex;
|
49
7
|
}
|