@fle-ui/next 1.0.5-alpha.5 → 1.0.5-alpha.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/@fle-ui/next.css +3102 -322
- package/dist/@fle-ui/next.css.map +1 -1
- package/dist/@fle-ui/next.js +1 -1
- package/dist/@fle-ui/next.min.css +3 -3
- package/dist/@fle-ui/next.min.css.map +1 -1
- package/dist/@fle-ui/next.min.js +1 -1
- package/es/affix/style/index.css +42 -0
- package/es/alert/style/index.css +50 -8
- package/es/anchor/style/index.css +42 -0
- package/es/auto-complete/style/index.css +42 -0
- package/es/avatar/style/index.css +42 -0
- package/es/back-top/style/index.css +42 -0
- package/es/badge/style/index.css +55 -13
- package/es/breadcrumb/style/index.css +42 -0
- package/es/button/style/index.css +122 -72
- package/es/calendar/style/index.css +43 -1
- package/es/card/style/index.css +42 -0
- package/es/carousel/style/index.css +42 -0
- package/es/cascader/style/index.css +44 -2
- package/es/checkbox/style/index.css +42 -0
- package/es/collapse/style/index.css +42 -0
- package/es/comment/style/index.css +42 -0
- package/es/config-provider/style/index.css +42 -0
- package/es/date-picker/style/index.css +77 -35
- package/es/descriptions/style/index.css +42 -0
- package/es/divider/style/index.css +42 -0
- package/es/drawer/style/index.css +42 -0
- package/es/dropdown/style/index.css +46 -4
- package/es/empty/style/index.css +42 -0
- package/es/form/style/index.css +43 -1
- package/es/grid/style/index.css +42 -0
- package/es/icon/style/index.css +42 -0
- package/es/image/style/index.css +42 -0
- package/es/input/style/index.css +61 -19
- package/es/input-number/style/index.css +61 -19
- package/es/layout/style/index.css +42 -0
- package/es/list/style/index.css +42 -0
- package/es/locale-provider/style/index.css +42 -0
- package/es/mentions/style/index.css +51 -9
- package/es/menu/style/index.css +50 -8
- package/es/message/style/index.css +42 -0
- package/es/modal/style/index.css +43 -1
- package/es/modal/style/modal.less +1 -1
- package/es/notification/style/index.css +42 -0
- package/es/page-header/style/index.css +44 -2
- package/es/pagination/style/index.css +53 -11
- package/es/pagination/style/index.less +5 -3
- package/es/popconfirm/style/index.css +42 -0
- package/es/popover/style/index.css +51 -9
- package/es/progress/style/index.css +47 -5
- package/es/radio/style/index.css +57 -15
- package/es/rate/style/index.css +42 -0
- package/es/result/style/index.css +42 -0
- package/es/segmented/style/index.css +42 -0
- package/es/select/style/index.css +50 -8
- package/es/skeleton/style/index.css +42 -0
- package/es/slider/style/index.css +49 -7
- package/es/space/style/index.css +42 -0
- package/es/spin/style/index.css +42 -0
- package/es/statistic/style/index.css +42 -0
- package/es/steps/style/index.css +42 -0
- package/es/style/color/colors.less +3 -3
- package/es/style/index.css +44 -2
- package/es/style/themes/compact.less +12 -6
- package/es/style/themes/dark.less +445 -106
- package/es/style/themes/default.less +6 -6
- package/es/style/themes/index.less +1 -1
- package/es/style/themes/variable.less +76 -38
- package/es/switch/style/index.css +43 -1
- package/es/table/style/index.css +47 -5
- package/es/tabs/style/index.css +47 -5
- package/es/tag/style/index.css +66 -24
- package/es/time-picker/style/index.css +42 -0
- package/es/timeline/style/index.css +42 -0
- package/es/tooltip/style/index.css +51 -9
- package/es/transfer/style/index.css +53 -11
- package/es/tree/style/index.css +44 -2
- package/es/tree-select/style/index.css +44 -2
- package/es/typography/style/index.css +49 -7
- package/es/upload/style/index.css +46 -4
- package/lib/affix/style/index.css +42 -0
- package/lib/alert/style/index.css +50 -8
- package/lib/anchor/style/index.css +42 -0
- package/lib/auto-complete/style/index.css +42 -0
- package/lib/avatar/style/index.css +42 -0
- package/lib/back-top/style/index.css +42 -0
- package/lib/badge/style/index.css +55 -13
- package/lib/breadcrumb/style/index.css +42 -0
- package/lib/button/style/index.css +122 -72
- package/lib/calendar/style/index.css +43 -1
- package/lib/card/style/index.css +42 -0
- package/lib/carousel/style/index.css +42 -0
- package/lib/cascader/style/index.css +44 -2
- package/lib/checkbox/style/index.css +42 -0
- package/lib/collapse/style/index.css +42 -0
- package/lib/comment/style/index.css +42 -0
- package/lib/config-provider/style/index.css +42 -0
- package/lib/date-picker/style/index.css +77 -35
- package/lib/descriptions/style/index.css +42 -0
- package/lib/divider/style/index.css +42 -0
- package/lib/drawer/style/index.css +42 -0
- package/lib/dropdown/style/index.css +46 -4
- package/lib/empty/style/index.css +42 -0
- package/lib/form/style/index.css +43 -1
- package/lib/grid/style/index.css +42 -0
- package/lib/icon/style/index.css +42 -0
- package/lib/image/style/index.css +42 -0
- package/lib/input/style/index.css +61 -19
- package/lib/input-number/style/index.css +61 -19
- package/lib/layout/style/index.css +42 -0
- package/lib/list/style/index.css +42 -0
- package/lib/locale-provider/style/index.css +42 -0
- package/lib/mentions/style/index.css +51 -9
- package/lib/menu/style/index.css +50 -8
- package/lib/message/style/index.css +42 -0
- package/lib/modal/style/index.css +43 -1
- package/lib/modal/style/modal.less +1 -1
- package/lib/notification/style/index.css +42 -0
- package/lib/page-header/style/index.css +44 -2
- package/lib/pagination/style/index.css +53 -11
- package/lib/pagination/style/index.less +5 -3
- package/lib/popconfirm/style/index.css +42 -0
- package/lib/popover/style/index.css +51 -9
- package/lib/progress/style/index.css +47 -5
- package/lib/radio/style/index.css +57 -15
- package/lib/rate/style/index.css +42 -0
- package/lib/result/style/index.css +42 -0
- package/lib/segmented/style/index.css +42 -0
- package/lib/select/style/index.css +50 -8
- package/lib/skeleton/style/index.css +42 -0
- package/lib/slider/style/index.css +49 -7
- package/lib/space/style/index.css +42 -0
- package/lib/spin/style/index.css +42 -0
- package/lib/statistic/style/index.css +42 -0
- package/lib/steps/style/index.css +42 -0
- package/lib/style/color/colors.less +3 -3
- package/lib/style/index.css +44 -2
- package/lib/style/themes/compact.less +12 -6
- package/lib/style/themes/dark.less +445 -106
- package/lib/style/themes/default.less +6 -6
- package/lib/style/themes/index.less +1 -1
- package/lib/style/themes/variable.less +76 -38
- package/lib/switch/style/index.css +43 -1
- package/lib/table/style/index.css +47 -5
- package/lib/tabs/style/index.css +47 -5
- package/lib/tag/style/index.css +66 -24
- package/lib/time-picker/style/index.css +42 -0
- package/lib/timeline/style/index.css +42 -0
- package/lib/tooltip/style/index.css +51 -9
- package/lib/transfer/style/index.css +53 -11
- package/lib/tree/style/index.css +44 -2
- package/lib/tree-select/style/index.css +44 -2
- package/lib/typography/style/index.css +49 -7
- package/lib/upload/style/index.css +46 -4
- package/package.json +1 -1
@@ -2,6 +2,48 @@
|
|
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: #1890ff;
|
7
|
+
--ant-primary-color-hover: #40a9ff;
|
8
|
+
--ant-primary-color-active: #096dd9;
|
9
|
+
--ant-primary-color-outline: rgba(24, 144, 255, 0.2);
|
10
|
+
--ant-primary-1: #e6f7ff;
|
11
|
+
--ant-primary-2: #bae7ff;
|
12
|
+
--ant-primary-3: #91d5ff;
|
13
|
+
--ant-primary-4: #69c0ff;
|
14
|
+
--ant-primary-5: #40a9ff;
|
15
|
+
--ant-primary-6: #1890ff;
|
16
|
+
--ant-primary-7: #096dd9;
|
17
|
+
--ant-primary-color-deprecated-pure: ;
|
18
|
+
--ant-primary-color-deprecated-l-35: #cbe6ff;
|
19
|
+
--ant-primary-color-deprecated-l-20: #7ec1ff;
|
20
|
+
--ant-primary-color-deprecated-t-20: #46a6ff;
|
21
|
+
--ant-primary-color-deprecated-t-50: #8cc8ff;
|
22
|
+
--ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
|
23
|
+
--ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
|
24
|
+
--ant-primary-color-active-deprecated-d-02: #dcf4ff;
|
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: #1890ff;
|
44
|
+
--ant-info-color-deprecated-bg: #e6f7ff;
|
45
|
+
--ant-info-color-deprecated-border: #91d5ff;
|
46
|
+
}
|
5
47
|
.ant-btn {
|
6
48
|
line-height: 1.5715;
|
7
49
|
position: relative;
|
@@ -74,8 +116,8 @@
|
|
74
116
|
}
|
75
117
|
.ant-btn:hover,
|
76
118
|
.ant-btn:focus {
|
77
|
-
color:
|
78
|
-
border-color:
|
119
|
+
color: var(--ant-primary-color-hover);
|
120
|
+
border-color: var(--ant-primary-color-hover);
|
79
121
|
background: #fff;
|
80
122
|
}
|
81
123
|
.ant-btn:hover > a:only-child,
|
@@ -93,8 +135,8 @@
|
|
93
135
|
content: '';
|
94
136
|
}
|
95
137
|
.ant-btn:active {
|
96
|
-
color:
|
97
|
-
border-color:
|
138
|
+
color: var(--ant-primary-color-active);
|
139
|
+
border-color: var(--ant-primary-color-active);
|
98
140
|
background: #fff;
|
99
141
|
}
|
100
142
|
.ant-btn:active > a:only-child {
|
@@ -168,8 +210,8 @@
|
|
168
210
|
.ant-btn-primary:hover,
|
169
211
|
.ant-btn-primary:focus {
|
170
212
|
color: #fff;
|
171
|
-
border-color:
|
172
|
-
background:
|
213
|
+
border-color: var(--ant-primary-color-hover);
|
214
|
+
background: var(--ant-primary-color-hover);
|
173
215
|
}
|
174
216
|
.ant-btn-primary:hover > a:only-child,
|
175
217
|
.ant-btn-primary:focus > a:only-child {
|
@@ -187,8 +229,8 @@
|
|
187
229
|
}
|
188
230
|
.ant-btn-primary:active {
|
189
231
|
color: #fff;
|
190
|
-
border-color:
|
191
|
-
background:
|
232
|
+
border-color: var(--ant-primary-color-active);
|
233
|
+
background: var(--ant-primary-color-active);
|
192
234
|
}
|
193
235
|
.ant-btn-primary:active > a:only-child {
|
194
236
|
color: currentcolor;
|
@@ -231,21 +273,21 @@
|
|
231
273
|
content: '';
|
232
274
|
}
|
233
275
|
.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child) {
|
234
|
-
border-right-color:
|
235
|
-
border-left-color:
|
276
|
+
border-right-color: var(--ant-primary-5);
|
277
|
+
border-left-color: var(--ant-primary-5);
|
236
278
|
}
|
237
279
|
.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child):disabled {
|
238
280
|
border-color: #d2d2d2;
|
239
281
|
}
|
240
282
|
.ant-btn-group .ant-btn-primary:first-child:not(:last-child) {
|
241
|
-
border-right-color:
|
283
|
+
border-right-color: var(--ant-primary-5);
|
242
284
|
}
|
243
285
|
.ant-btn-group .ant-btn-primary:first-child:not(:last-child)[disabled] {
|
244
286
|
border-right-color: #d2d2d2;
|
245
287
|
}
|
246
288
|
.ant-btn-group .ant-btn-primary:last-child:not(:first-child),
|
247
289
|
.ant-btn-group .ant-btn-primary + .ant-btn-primary {
|
248
|
-
border-left-color:
|
290
|
+
border-left-color: var(--ant-primary-5);
|
249
291
|
}
|
250
292
|
.ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled],
|
251
293
|
.ant-btn-group .ant-btn-primary + .ant-btn-primary[disabled] {
|
@@ -270,8 +312,8 @@
|
|
270
312
|
}
|
271
313
|
.ant-btn-ghost:hover,
|
272
314
|
.ant-btn-ghost:focus {
|
273
|
-
color:
|
274
|
-
border-color:
|
315
|
+
color: var(--ant-primary-color-hover);
|
316
|
+
border-color: var(--ant-primary-color-hover);
|
275
317
|
background: transparent;
|
276
318
|
}
|
277
319
|
.ant-btn-ghost:hover > a:only-child,
|
@@ -289,8 +331,8 @@
|
|
289
331
|
content: '';
|
290
332
|
}
|
291
333
|
.ant-btn-ghost:active {
|
292
|
-
color:
|
293
|
-
border-color:
|
334
|
+
color: var(--ant-primary-color-active);
|
335
|
+
border-color: var(--ant-primary-color-active);
|
294
336
|
background: transparent;
|
295
337
|
}
|
296
338
|
.ant-btn-ghost:active > a:only-child {
|
@@ -353,8 +395,8 @@
|
|
353
395
|
}
|
354
396
|
.ant-btn-dashed:hover,
|
355
397
|
.ant-btn-dashed:focus {
|
356
|
-
color:
|
357
|
-
border-color:
|
398
|
+
color: var(--ant-primary-color-hover);
|
399
|
+
border-color: var(--ant-primary-color-hover);
|
358
400
|
background: #fff;
|
359
401
|
}
|
360
402
|
.ant-btn-dashed:hover > a:only-child,
|
@@ -372,8 +414,8 @@
|
|
372
414
|
content: '';
|
373
415
|
}
|
374
416
|
.ant-btn-dashed:active {
|
375
|
-
color:
|
376
|
-
border-color:
|
417
|
+
color: var(--ant-primary-color-active);
|
418
|
+
border-color: var(--ant-primary-color-active);
|
377
419
|
background: #fff;
|
378
420
|
}
|
379
421
|
.ant-btn-dashed:active > a:only-child {
|
@@ -438,8 +480,8 @@
|
|
438
480
|
.ant-btn-danger:hover,
|
439
481
|
.ant-btn-danger:focus {
|
440
482
|
color: #fff;
|
441
|
-
border-color:
|
442
|
-
background:
|
483
|
+
border-color: var(--ant-error-color-hover);
|
484
|
+
background: var(--ant-error-color-hover);
|
443
485
|
}
|
444
486
|
.ant-btn-danger:hover > a:only-child,
|
445
487
|
.ant-btn-danger:focus > a:only-child {
|
@@ -457,8 +499,8 @@
|
|
457
499
|
}
|
458
500
|
.ant-btn-danger:active {
|
459
501
|
color: #fff;
|
460
|
-
border-color:
|
461
|
-
background:
|
502
|
+
border-color: var(--ant-error-color-active);
|
503
|
+
background: var(--ant-error-color-active);
|
462
504
|
}
|
463
505
|
.ant-btn-danger:active > a:only-child {
|
464
506
|
color: currentcolor;
|
@@ -520,8 +562,8 @@
|
|
520
562
|
}
|
521
563
|
.ant-btn-link:hover,
|
522
564
|
.ant-btn-link:focus {
|
523
|
-
color:
|
524
|
-
border-color:
|
565
|
+
color: var(--ant-primary-color-hover);
|
566
|
+
border-color: var(--ant-primary-color-hover);
|
525
567
|
background: transparent;
|
526
568
|
}
|
527
569
|
.ant-btn-link:hover > a:only-child,
|
@@ -539,8 +581,8 @@
|
|
539
581
|
content: '';
|
540
582
|
}
|
541
583
|
.ant-btn-link:active {
|
542
|
-
color:
|
543
|
-
border-color:
|
584
|
+
color: var(--ant-primary-color-active);
|
585
|
+
border-color: var(--ant-primary-color-active);
|
544
586
|
background: transparent;
|
545
587
|
}
|
546
588
|
.ant-btn-link:active > a:only-child {
|
@@ -639,8 +681,8 @@
|
|
639
681
|
}
|
640
682
|
.ant-btn-text:hover,
|
641
683
|
.ant-btn-text:focus {
|
642
|
-
color:
|
643
|
-
border-color:
|
684
|
+
color: var(--ant-primary-color-hover);
|
685
|
+
border-color: var(--ant-primary-color-hover);
|
644
686
|
background: transparent;
|
645
687
|
}
|
646
688
|
.ant-btn-text:hover > a:only-child,
|
@@ -658,8 +700,8 @@
|
|
658
700
|
content: '';
|
659
701
|
}
|
660
702
|
.ant-btn-text:active {
|
661
|
-
color:
|
662
|
-
border-color:
|
703
|
+
color: var(--ant-primary-color-active);
|
704
|
+
border-color: var(--ant-primary-color-active);
|
663
705
|
background: transparent;
|
664
706
|
}
|
665
707
|
.ant-btn-text:active > a:only-child {
|
@@ -760,8 +802,8 @@
|
|
760
802
|
}
|
761
803
|
.ant-btn-dangerous:hover,
|
762
804
|
.ant-btn-dangerous:focus {
|
763
|
-
color:
|
764
|
-
border-color:
|
805
|
+
color: var(--ant-error-color-hover);
|
806
|
+
border-color: var(--ant-error-color-hover);
|
765
807
|
background: #fff;
|
766
808
|
}
|
767
809
|
.ant-btn-dangerous:hover > a:only-child,
|
@@ -779,8 +821,8 @@
|
|
779
821
|
content: '';
|
780
822
|
}
|
781
823
|
.ant-btn-dangerous:active {
|
782
|
-
color:
|
783
|
-
border-color:
|
824
|
+
color: var(--ant-error-color-active);
|
825
|
+
border-color: var(--ant-error-color-active);
|
784
826
|
background: #fff;
|
785
827
|
}
|
786
828
|
.ant-btn-dangerous:active > a:only-child {
|
@@ -845,8 +887,8 @@
|
|
845
887
|
.ant-btn-dangerous.ant-btn-primary:hover,
|
846
888
|
.ant-btn-dangerous.ant-btn-primary:focus {
|
847
889
|
color: #fff;
|
848
|
-
border-color:
|
849
|
-
background:
|
890
|
+
border-color: var(--ant-error-color-hover);
|
891
|
+
background: var(--ant-error-color-hover);
|
850
892
|
}
|
851
893
|
.ant-btn-dangerous.ant-btn-primary:hover > a:only-child,
|
852
894
|
.ant-btn-dangerous.ant-btn-primary:focus > a:only-child {
|
@@ -864,8 +906,8 @@
|
|
864
906
|
}
|
865
907
|
.ant-btn-dangerous.ant-btn-primary:active {
|
866
908
|
color: #fff;
|
867
|
-
border-color:
|
868
|
-
background:
|
909
|
+
border-color: var(--ant-error-color-active);
|
910
|
+
background: var(--ant-error-color-active);
|
869
911
|
}
|
870
912
|
.ant-btn-dangerous.ant-btn-primary:active > a:only-child {
|
871
913
|
color: currentcolor;
|
@@ -927,8 +969,8 @@
|
|
927
969
|
}
|
928
970
|
.ant-btn-dangerous.ant-btn-link:hover,
|
929
971
|
.ant-btn-dangerous.ant-btn-link:focus {
|
930
|
-
color:
|
931
|
-
border-color:
|
972
|
+
color: var(--ant-primary-color-hover);
|
973
|
+
border-color: var(--ant-primary-color-hover);
|
932
974
|
background: transparent;
|
933
975
|
}
|
934
976
|
.ant-btn-dangerous.ant-btn-link:hover > a:only-child,
|
@@ -946,8 +988,8 @@
|
|
946
988
|
content: '';
|
947
989
|
}
|
948
990
|
.ant-btn-dangerous.ant-btn-link:active {
|
949
|
-
color:
|
950
|
-
border-color:
|
991
|
+
color: var(--ant-primary-color-active);
|
992
|
+
border-color: var(--ant-primary-color-active);
|
951
993
|
background: transparent;
|
952
994
|
}
|
953
995
|
.ant-btn-dangerous.ant-btn-link:active > a:only-child {
|
@@ -992,7 +1034,7 @@
|
|
992
1034
|
}
|
993
1035
|
.ant-btn-dangerous.ant-btn-link:hover,
|
994
1036
|
.ant-btn-dangerous.ant-btn-link:focus {
|
995
|
-
color:
|
1037
|
+
color: var(--ant-error-color-hover);
|
996
1038
|
border-color: transparent;
|
997
1039
|
background: transparent;
|
998
1040
|
}
|
@@ -1011,7 +1053,7 @@
|
|
1011
1053
|
content: '';
|
1012
1054
|
}
|
1013
1055
|
.ant-btn-dangerous.ant-btn-link:active {
|
1014
|
-
color:
|
1056
|
+
color: var(--ant-error-color-active);
|
1015
1057
|
border-color: transparent;
|
1016
1058
|
background: transparent;
|
1017
1059
|
}
|
@@ -1075,8 +1117,8 @@
|
|
1075
1117
|
}
|
1076
1118
|
.ant-btn-dangerous.ant-btn-text:hover,
|
1077
1119
|
.ant-btn-dangerous.ant-btn-text:focus {
|
1078
|
-
color:
|
1079
|
-
border-color:
|
1120
|
+
color: var(--ant-primary-color-hover);
|
1121
|
+
border-color: var(--ant-primary-color-hover);
|
1080
1122
|
background: transparent;
|
1081
1123
|
}
|
1082
1124
|
.ant-btn-dangerous.ant-btn-text:hover > a:only-child,
|
@@ -1094,8 +1136,8 @@
|
|
1094
1136
|
content: '';
|
1095
1137
|
}
|
1096
1138
|
.ant-btn-dangerous.ant-btn-text:active {
|
1097
|
-
color:
|
1098
|
-
border-color:
|
1139
|
+
color: var(--ant-primary-color-active);
|
1140
|
+
border-color: var(--ant-primary-color-active);
|
1099
1141
|
background: transparent;
|
1100
1142
|
}
|
1101
1143
|
.ant-btn-dangerous.ant-btn-text:active > a:only-child {
|
@@ -1140,7 +1182,7 @@
|
|
1140
1182
|
}
|
1141
1183
|
.ant-btn-dangerous.ant-btn-text:hover,
|
1142
1184
|
.ant-btn-dangerous.ant-btn-text:focus {
|
1143
|
-
color:
|
1185
|
+
color: var(--ant-error-color-hover);
|
1144
1186
|
border-color: transparent;
|
1145
1187
|
background: rgba(0, 0, 0, 0.018);
|
1146
1188
|
}
|
@@ -1159,7 +1201,7 @@
|
|
1159
1201
|
content: '';
|
1160
1202
|
}
|
1161
1203
|
.ant-btn-dangerous.ant-btn-text:active {
|
1162
|
-
color:
|
1204
|
+
color: var(--ant-error-color-active);
|
1163
1205
|
border-color: transparent;
|
1164
1206
|
background: rgba(0, 0, 0, 0.028);
|
1165
1207
|
}
|
@@ -1470,12 +1512,12 @@ a.ant-btn-icon-only > .anticon {
|
|
1470
1512
|
}
|
1471
1513
|
.ant-btn.ant-btn-background-ghost:hover,
|
1472
1514
|
.ant-btn.ant-btn-background-ghost:focus {
|
1473
|
-
color:
|
1474
|
-
border-color:
|
1515
|
+
color: var(--ant-primary-color-hover);
|
1516
|
+
border-color: var(--ant-primary-color-hover);
|
1475
1517
|
}
|
1476
1518
|
.ant-btn.ant-btn-background-ghost:active {
|
1477
|
-
color:
|
1478
|
-
border-color:
|
1519
|
+
color: var(--ant-primary-color-active);
|
1520
|
+
border-color: var(--ant-primary-color-active);
|
1479
1521
|
}
|
1480
1522
|
.ant-btn.ant-btn-background-ghost[disabled] {
|
1481
1523
|
color: #a9a9a9;
|
@@ -1501,8 +1543,9 @@ a.ant-btn-icon-only > .anticon {
|
|
1501
1543
|
}
|
1502
1544
|
.ant-btn-background-ghost.ant-btn-primary:hover,
|
1503
1545
|
.ant-btn-background-ghost.ant-btn-primary:focus {
|
1504
|
-
color:
|
1505
|
-
border-color:
|
1546
|
+
color: var(--ant-primary-color-hover);
|
1547
|
+
border-color: var(--ant-primary-color-hover);
|
1548
|
+
background: transparent;
|
1506
1549
|
}
|
1507
1550
|
.ant-btn-background-ghost.ant-btn-primary:hover > a:only-child,
|
1508
1551
|
.ant-btn-background-ghost.ant-btn-primary:focus > a:only-child {
|
@@ -1519,8 +1562,9 @@ a.ant-btn-icon-only > .anticon {
|
|
1519
1562
|
content: '';
|
1520
1563
|
}
|
1521
1564
|
.ant-btn-background-ghost.ant-btn-primary:active {
|
1522
|
-
color:
|
1523
|
-
border-color:
|
1565
|
+
color: var(--ant-primary-color-active);
|
1566
|
+
border-color: var(--ant-primary-color-active);
|
1567
|
+
background: transparent;
|
1524
1568
|
}
|
1525
1569
|
.ant-btn-background-ghost.ant-btn-primary:active > a:only-child {
|
1526
1570
|
color: currentcolor;
|
@@ -1581,8 +1625,9 @@ a.ant-btn-icon-only > .anticon {
|
|
1581
1625
|
}
|
1582
1626
|
.ant-btn-background-ghost.ant-btn-danger:hover,
|
1583
1627
|
.ant-btn-background-ghost.ant-btn-danger:focus {
|
1584
|
-
color:
|
1585
|
-
border-color:
|
1628
|
+
color: var(--ant-error-color-hover);
|
1629
|
+
border-color: var(--ant-error-color-hover);
|
1630
|
+
background: transparent;
|
1586
1631
|
}
|
1587
1632
|
.ant-btn-background-ghost.ant-btn-danger:hover > a:only-child,
|
1588
1633
|
.ant-btn-background-ghost.ant-btn-danger:focus > a:only-child {
|
@@ -1599,8 +1644,9 @@ a.ant-btn-icon-only > .anticon {
|
|
1599
1644
|
content: '';
|
1600
1645
|
}
|
1601
1646
|
.ant-btn-background-ghost.ant-btn-danger:active {
|
1602
|
-
color:
|
1603
|
-
border-color:
|
1647
|
+
color: var(--ant-error-color-active);
|
1648
|
+
border-color: var(--ant-error-color-active);
|
1649
|
+
background: transparent;
|
1604
1650
|
}
|
1605
1651
|
.ant-btn-background-ghost.ant-btn-danger:active > a:only-child {
|
1606
1652
|
color: currentcolor;
|
@@ -1661,8 +1707,9 @@ a.ant-btn-icon-only > .anticon {
|
|
1661
1707
|
}
|
1662
1708
|
.ant-btn-background-ghost.ant-btn-dangerous:hover,
|
1663
1709
|
.ant-btn-background-ghost.ant-btn-dangerous:focus {
|
1664
|
-
color:
|
1665
|
-
border-color:
|
1710
|
+
color: var(--ant-error-color-hover);
|
1711
|
+
border-color: var(--ant-error-color-hover);
|
1712
|
+
background: transparent;
|
1666
1713
|
}
|
1667
1714
|
.ant-btn-background-ghost.ant-btn-dangerous:hover > a:only-child,
|
1668
1715
|
.ant-btn-background-ghost.ant-btn-dangerous:focus > a:only-child {
|
@@ -1679,8 +1726,9 @@ a.ant-btn-icon-only > .anticon {
|
|
1679
1726
|
content: '';
|
1680
1727
|
}
|
1681
1728
|
.ant-btn-background-ghost.ant-btn-dangerous:active {
|
1682
|
-
color:
|
1683
|
-
border-color:
|
1729
|
+
color: var(--ant-error-color-active);
|
1730
|
+
border-color: var(--ant-error-color-active);
|
1731
|
+
background: transparent;
|
1684
1732
|
}
|
1685
1733
|
.ant-btn-background-ghost.ant-btn-dangerous:active > a:only-child {
|
1686
1734
|
color: currentcolor;
|
@@ -1741,8 +1789,9 @@ a.ant-btn-icon-only > .anticon {
|
|
1741
1789
|
}
|
1742
1790
|
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover,
|
1743
1791
|
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus {
|
1744
|
-
color:
|
1792
|
+
color: var(--ant-error-color-active);
|
1745
1793
|
border-color: transparent;
|
1794
|
+
background: transparent;
|
1746
1795
|
}
|
1747
1796
|
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover > a:only-child,
|
1748
1797
|
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus > a:only-child {
|
@@ -1759,8 +1808,9 @@ a.ant-btn-icon-only > .anticon {
|
|
1759
1808
|
content: '';
|
1760
1809
|
}
|
1761
1810
|
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active {
|
1762
|
-
color:
|
1811
|
+
color: var(--ant-error-color-active);
|
1763
1812
|
border-color: transparent;
|
1813
|
+
background: transparent;
|
1764
1814
|
}
|
1765
1815
|
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active > a:only-child {
|
1766
1816
|
color: currentcolor;
|
@@ -1867,13 +1917,13 @@ a.ant-btn-sm {
|
|
1867
1917
|
}
|
1868
1918
|
.ant-btn-group-rtl.ant-btn-group .ant-btn-primary:last-child:not(:first-child),
|
1869
1919
|
.ant-btn-group-rtl.ant-btn-group .ant-btn-primary + .ant-btn-primary {
|
1870
|
-
border-right-color:
|
1920
|
+
border-right-color: var(--ant-primary-5);
|
1871
1921
|
border-left-color: #d2d2d2;
|
1872
1922
|
}
|
1873
1923
|
.ant-btn-group-rtl.ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled],
|
1874
1924
|
.ant-btn-group-rtl.ant-btn-group .ant-btn-primary + .ant-btn-primary[disabled] {
|
1875
1925
|
border-right-color: #d2d2d2;
|
1876
|
-
border-left-color:
|
1926
|
+
border-left-color: var(--ant-primary-5);
|
1877
1927
|
}
|
1878
1928
|
.ant-btn-rtl.ant-btn > .ant-btn-loading-icon .anticon {
|
1879
1929
|
padding-right: 0;
|
@@ -2,6 +2,48 @@
|
|
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: #1890ff;
|
7
|
+
--ant-primary-color-hover: #40a9ff;
|
8
|
+
--ant-primary-color-active: #096dd9;
|
9
|
+
--ant-primary-color-outline: rgba(24, 144, 255, 0.2);
|
10
|
+
--ant-primary-1: #e6f7ff;
|
11
|
+
--ant-primary-2: #bae7ff;
|
12
|
+
--ant-primary-3: #91d5ff;
|
13
|
+
--ant-primary-4: #69c0ff;
|
14
|
+
--ant-primary-5: #40a9ff;
|
15
|
+
--ant-primary-6: #1890ff;
|
16
|
+
--ant-primary-7: #096dd9;
|
17
|
+
--ant-primary-color-deprecated-pure: ;
|
18
|
+
--ant-primary-color-deprecated-l-35: #cbe6ff;
|
19
|
+
--ant-primary-color-deprecated-l-20: #7ec1ff;
|
20
|
+
--ant-primary-color-deprecated-t-20: #46a6ff;
|
21
|
+
--ant-primary-color-deprecated-t-50: #8cc8ff;
|
22
|
+
--ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
|
23
|
+
--ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
|
24
|
+
--ant-primary-color-active-deprecated-d-02: #dcf4ff;
|
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: #1890ff;
|
44
|
+
--ant-info-color-deprecated-bg: #e6f7ff;
|
45
|
+
--ant-info-color-deprecated-border: #91d5ff;
|
46
|
+
}
|
5
47
|
.ant-picker-calendar {
|
6
48
|
box-sizing: border-box;
|
7
49
|
margin: 0;
|
@@ -95,7 +137,7 @@
|
|
95
137
|
.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected:hover .ant-picker-calendar-date,
|
96
138
|
.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected .ant-picker-calendar-date-today,
|
97
139
|
.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected:hover .ant-picker-calendar-date-today {
|
98
|
-
background:
|
140
|
+
background: var(--ant-primary-1);
|
99
141
|
}
|
100
142
|
.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected .ant-picker-calendar-date .ant-picker-calendar-date-value,
|
101
143
|
.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected:hover .ant-picker-calendar-date .ant-picker-calendar-date-value,
|
package/es/card/style/index.css
CHANGED
@@ -2,6 +2,48 @@
|
|
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: #1890ff;
|
7
|
+
--ant-primary-color-hover: #40a9ff;
|
8
|
+
--ant-primary-color-active: #096dd9;
|
9
|
+
--ant-primary-color-outline: rgba(24, 144, 255, 0.2);
|
10
|
+
--ant-primary-1: #e6f7ff;
|
11
|
+
--ant-primary-2: #bae7ff;
|
12
|
+
--ant-primary-3: #91d5ff;
|
13
|
+
--ant-primary-4: #69c0ff;
|
14
|
+
--ant-primary-5: #40a9ff;
|
15
|
+
--ant-primary-6: #1890ff;
|
16
|
+
--ant-primary-7: #096dd9;
|
17
|
+
--ant-primary-color-deprecated-pure: ;
|
18
|
+
--ant-primary-color-deprecated-l-35: #cbe6ff;
|
19
|
+
--ant-primary-color-deprecated-l-20: #7ec1ff;
|
20
|
+
--ant-primary-color-deprecated-t-20: #46a6ff;
|
21
|
+
--ant-primary-color-deprecated-t-50: #8cc8ff;
|
22
|
+
--ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
|
23
|
+
--ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
|
24
|
+
--ant-primary-color-active-deprecated-d-02: #dcf4ff;
|
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: #1890ff;
|
44
|
+
--ant-info-color-deprecated-bg: #e6f7ff;
|
45
|
+
--ant-info-color-deprecated-border: #91d5ff;
|
46
|
+
}
|
5
47
|
.ant-card {
|
6
48
|
box-sizing: border-box;
|
7
49
|
margin: 0;
|
@@ -2,6 +2,48 @@
|
|
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: #1890ff;
|
7
|
+
--ant-primary-color-hover: #40a9ff;
|
8
|
+
--ant-primary-color-active: #096dd9;
|
9
|
+
--ant-primary-color-outline: rgba(24, 144, 255, 0.2);
|
10
|
+
--ant-primary-1: #e6f7ff;
|
11
|
+
--ant-primary-2: #bae7ff;
|
12
|
+
--ant-primary-3: #91d5ff;
|
13
|
+
--ant-primary-4: #69c0ff;
|
14
|
+
--ant-primary-5: #40a9ff;
|
15
|
+
--ant-primary-6: #1890ff;
|
16
|
+
--ant-primary-7: #096dd9;
|
17
|
+
--ant-primary-color-deprecated-pure: ;
|
18
|
+
--ant-primary-color-deprecated-l-35: #cbe6ff;
|
19
|
+
--ant-primary-color-deprecated-l-20: #7ec1ff;
|
20
|
+
--ant-primary-color-deprecated-t-20: #46a6ff;
|
21
|
+
--ant-primary-color-deprecated-t-50: #8cc8ff;
|
22
|
+
--ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
|
23
|
+
--ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
|
24
|
+
--ant-primary-color-active-deprecated-d-02: #dcf4ff;
|
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: #1890ff;
|
44
|
+
--ant-info-color-deprecated-bg: #e6f7ff;
|
45
|
+
--ant-info-color-deprecated-border: #91d5ff;
|
46
|
+
}
|
5
47
|
.ant-carousel {
|
6
48
|
box-sizing: border-box;
|
7
49
|
margin: 0;
|
@@ -2,6 +2,48 @@
|
|
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: #1890ff;
|
7
|
+
--ant-primary-color-hover: #40a9ff;
|
8
|
+
--ant-primary-color-active: #096dd9;
|
9
|
+
--ant-primary-color-outline: rgba(24, 144, 255, 0.2);
|
10
|
+
--ant-primary-1: #e6f7ff;
|
11
|
+
--ant-primary-2: #bae7ff;
|
12
|
+
--ant-primary-3: #91d5ff;
|
13
|
+
--ant-primary-4: #69c0ff;
|
14
|
+
--ant-primary-5: #40a9ff;
|
15
|
+
--ant-primary-6: #1890ff;
|
16
|
+
--ant-primary-7: #096dd9;
|
17
|
+
--ant-primary-color-deprecated-pure: ;
|
18
|
+
--ant-primary-color-deprecated-l-35: #cbe6ff;
|
19
|
+
--ant-primary-color-deprecated-l-20: #7ec1ff;
|
20
|
+
--ant-primary-color-deprecated-t-20: #46a6ff;
|
21
|
+
--ant-primary-color-deprecated-t-50: #8cc8ff;
|
22
|
+
--ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
|
23
|
+
--ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
|
24
|
+
--ant-primary-color-active-deprecated-d-02: #dcf4ff;
|
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: #1890ff;
|
44
|
+
--ant-info-color-deprecated-bg: #e6f7ff;
|
45
|
+
--ant-info-color-deprecated-border: #91d5ff;
|
46
|
+
}
|
5
47
|
@-webkit-keyframes antCheckboxEffect {
|
6
48
|
0% {
|
7
49
|
transform: scale(1);
|
@@ -283,7 +325,7 @@
|
|
283
325
|
.ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled),
|
284
326
|
.ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled):hover {
|
285
327
|
font-weight: 600;
|
286
|
-
background-color:
|
328
|
+
background-color: var(--ant-primary-1);
|
287
329
|
}
|
288
330
|
.ant-cascader-menu-item-content {
|
289
331
|
flex: auto;
|
@@ -299,7 +341,7 @@
|
|
299
341
|
color: #a9a9a9;
|
300
342
|
}
|
301
343
|
.ant-cascader-menu-item-keyword {
|
302
|
-
color: #
|
344
|
+
color: #ff5c57;
|
303
345
|
}
|
304
346
|
.ant-cascader-rtl .ant-cascader-menu-item-expand-icon,
|
305
347
|
.ant-cascader-rtl .ant-cascader-menu-item-loading-icon {
|