@fle-ui/next 1.0.5-alpha.5 → 1.0.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 +47 -47
- package/dist/@fle-ui/next.css.map +1 -1
- package/dist/@fle-ui/next.js +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 +1 -1
- package/es/badge/style/index.css +11 -11
- package/es/cascader/style/index.css +1 -1
- package/es/form/style/index.css +1 -1
- package/es/menu/style/index.css +2 -2
- package/es/modal/style/index.css +1 -1
- package/es/modal/style/modal.less +1 -1
- package/es/pagination/style/index.css +3 -3
- package/es/pagination/style/index.less +5 -3
- package/es/popover/style/index.css +6 -6
- package/es/style/color/colors.less +3 -3
- 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/variable.less +76 -38
- package/es/tag/style/index.css +14 -14
- package/es/tooltip/style/index.css +6 -6
- package/es/typography/style/index.css +1 -1
- package/lib/badge/style/index.css +11 -11
- package/lib/cascader/style/index.css +1 -1
- package/lib/form/style/index.css +1 -1
- package/lib/menu/style/index.css +2 -2
- package/lib/modal/style/index.css +1 -1
- package/lib/modal/style/modal.less +1 -1
- package/lib/pagination/style/index.css +3 -3
- package/lib/pagination/style/index.less +5 -3
- package/lib/popover/style/index.css +6 -6
- package/lib/style/color/colors.less +3 -3
- 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/variable.less +76 -38
- package/lib/tag/style/index.css +14 -14
- package/lib/tooltip/style/index.css +6 -6
- package/lib/typography/style/index.css +1 -1
- package/package.json +1 -1
- package/report.html +2 -2
package/dist/@fle-ui/next.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
*
|
|
3
|
-
* @fle-ui/next v1.0.
|
|
3
|
+
* @fle-ui/next v1.0.6
|
|
4
4
|
*
|
|
5
5
|
* Copyright 2015-present, Alipay, Inc.
|
|
6
6
|
* All rights reserved.
|
|
@@ -3224,10 +3224,10 @@ html {
|
|
|
3224
3224
|
background-color: #eb2f96;
|
|
3225
3225
|
}
|
|
3226
3226
|
.ant-popover-red .ant-popover-inner {
|
|
3227
|
-
background-color: #
|
|
3227
|
+
background-color: #f42d2d;
|
|
3228
3228
|
}
|
|
3229
3229
|
.ant-popover-red .ant-popover-arrow-content {
|
|
3230
|
-
background-color: #
|
|
3230
|
+
background-color: #f42d2d;
|
|
3231
3231
|
}
|
|
3232
3232
|
.ant-popover-volcano .ant-popover-inner {
|
|
3233
3233
|
background-color: #fa541c;
|
|
@@ -3248,10 +3248,10 @@ html {
|
|
|
3248
3248
|
background-color: #fadb14;
|
|
3249
3249
|
}
|
|
3250
3250
|
.ant-popover-gold .ant-popover-inner {
|
|
3251
|
-
background-color: #
|
|
3251
|
+
background-color: #ffab00;
|
|
3252
3252
|
}
|
|
3253
3253
|
.ant-popover-gold .ant-popover-arrow-content {
|
|
3254
|
-
background-color: #
|
|
3254
|
+
background-color: #ffab00;
|
|
3255
3255
|
}
|
|
3256
3256
|
.ant-popover-cyan .ant-popover-inner {
|
|
3257
3257
|
background-color: #13c2c2;
|
|
@@ -3266,10 +3266,10 @@ html {
|
|
|
3266
3266
|
background-color: #a0d911;
|
|
3267
3267
|
}
|
|
3268
3268
|
.ant-popover-green .ant-popover-inner {
|
|
3269
|
-
background-color: #
|
|
3269
|
+
background-color: #36c626;
|
|
3270
3270
|
}
|
|
3271
3271
|
.ant-popover-green .ant-popover-arrow-content {
|
|
3272
|
-
background-color: #
|
|
3272
|
+
background-color: #36c626;
|
|
3273
3273
|
}
|
|
3274
3274
|
.ant-popover-blue .ant-popover-inner {
|
|
3275
3275
|
background-color: #1890ff;
|
|
@@ -3401,7 +3401,7 @@ html {
|
|
|
3401
3401
|
line-height: 20px;
|
|
3402
3402
|
white-space: nowrap;
|
|
3403
3403
|
text-align: center;
|
|
3404
|
-
background: #
|
|
3404
|
+
background: #ff5c57;
|
|
3405
3405
|
border-radius: 10px;
|
|
3406
3406
|
box-shadow: 0 0 0 1px #fff;
|
|
3407
3407
|
}
|
|
@@ -3425,7 +3425,7 @@ html {
|
|
|
3425
3425
|
width: 6px;
|
|
3426
3426
|
min-width: 6px;
|
|
3427
3427
|
height: 6px;
|
|
3428
|
-
background: #
|
|
3428
|
+
background: #ff5c57;
|
|
3429
3429
|
border-radius: 100%;
|
|
3430
3430
|
box-shadow: 0 0 0 1px #fff;
|
|
3431
3431
|
}
|
|
@@ -3495,7 +3495,7 @@ html {
|
|
|
3495
3495
|
background: #eb2f96;
|
|
3496
3496
|
}
|
|
3497
3497
|
.ant-badge-status-red {
|
|
3498
|
-
background: #
|
|
3498
|
+
background: #f42d2d;
|
|
3499
3499
|
}
|
|
3500
3500
|
.ant-badge-status-volcano {
|
|
3501
3501
|
background: #fa541c;
|
|
@@ -3507,7 +3507,7 @@ html {
|
|
|
3507
3507
|
background: #fadb14;
|
|
3508
3508
|
}
|
|
3509
3509
|
.ant-badge-status-gold {
|
|
3510
|
-
background: #
|
|
3510
|
+
background: #ffab00;
|
|
3511
3511
|
}
|
|
3512
3512
|
.ant-badge-status-cyan {
|
|
3513
3513
|
background: #13c2c2;
|
|
@@ -3516,7 +3516,7 @@ html {
|
|
|
3516
3516
|
background: #a0d911;
|
|
3517
3517
|
}
|
|
3518
3518
|
.ant-badge-status-green {
|
|
3519
|
-
background: #
|
|
3519
|
+
background: #36c626;
|
|
3520
3520
|
}
|
|
3521
3521
|
.ant-badge-status-blue {
|
|
3522
3522
|
background: #1890ff;
|
|
@@ -3758,8 +3758,8 @@ html {
|
|
|
3758
3758
|
background: #eb2f96;
|
|
3759
3759
|
}
|
|
3760
3760
|
.ant-ribbon-color-red {
|
|
3761
|
-
color: #
|
|
3762
|
-
background: #
|
|
3761
|
+
color: #f42d2d;
|
|
3762
|
+
background: #f42d2d;
|
|
3763
3763
|
}
|
|
3764
3764
|
.ant-ribbon-color-volcano {
|
|
3765
3765
|
color: #fa541c;
|
|
@@ -3774,8 +3774,8 @@ html {
|
|
|
3774
3774
|
background: #fadb14;
|
|
3775
3775
|
}
|
|
3776
3776
|
.ant-ribbon-color-gold {
|
|
3777
|
-
color: #
|
|
3778
|
-
background: #
|
|
3777
|
+
color: #ffab00;
|
|
3778
|
+
background: #ffab00;
|
|
3779
3779
|
}
|
|
3780
3780
|
.ant-ribbon-color-cyan {
|
|
3781
3781
|
color: #13c2c2;
|
|
@@ -3786,8 +3786,8 @@ html {
|
|
|
3786
3786
|
background: #a0d911;
|
|
3787
3787
|
}
|
|
3788
3788
|
.ant-ribbon-color-green {
|
|
3789
|
-
color: #
|
|
3790
|
-
background: #
|
|
3789
|
+
color: #36c626;
|
|
3790
|
+
background: #36c626;
|
|
3791
3791
|
}
|
|
3792
3792
|
.ant-ribbon-color-blue {
|
|
3793
3793
|
color: #1890ff;
|
|
@@ -4006,7 +4006,7 @@ li:last-child .ant-breadcrumb-separator {
|
|
|
4006
4006
|
color: #f42d2d;
|
|
4007
4007
|
}
|
|
4008
4008
|
.ant-menu-item-danger.ant-menu-item:active {
|
|
4009
|
-
background: #
|
|
4009
|
+
background: #fff2f0;
|
|
4010
4010
|
}
|
|
4011
4011
|
.ant-menu-item-danger.ant-menu-item-selected {
|
|
4012
4012
|
color: #f42d2d;
|
|
@@ -4016,7 +4016,7 @@ li:last-child .ant-breadcrumb-separator {
|
|
|
4016
4016
|
color: #f42d2d;
|
|
4017
4017
|
}
|
|
4018
4018
|
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-danger.ant-menu-item-selected {
|
|
4019
|
-
background-color: #
|
|
4019
|
+
background-color: #fff2f0;
|
|
4020
4020
|
}
|
|
4021
4021
|
.ant-menu-inline .ant-menu-item-danger.ant-menu-item::after {
|
|
4022
4022
|
border-right-color: #f42d2d;
|
|
@@ -5118,10 +5118,10 @@ li:last-child .ant-breadcrumb-separator {
|
|
|
5118
5118
|
background: #eb2f96;
|
|
5119
5119
|
}
|
|
5120
5120
|
.ant-tooltip-red .ant-tooltip-inner {
|
|
5121
|
-
background-color: #
|
|
5121
|
+
background-color: #f42d2d;
|
|
5122
5122
|
}
|
|
5123
5123
|
.ant-tooltip-red .ant-tooltip-arrow-content::before {
|
|
5124
|
-
background: #
|
|
5124
|
+
background: #f42d2d;
|
|
5125
5125
|
}
|
|
5126
5126
|
.ant-tooltip-volcano .ant-tooltip-inner {
|
|
5127
5127
|
background-color: #fa541c;
|
|
@@ -5142,10 +5142,10 @@ li:last-child .ant-breadcrumb-separator {
|
|
|
5142
5142
|
background: #fadb14;
|
|
5143
5143
|
}
|
|
5144
5144
|
.ant-tooltip-gold .ant-tooltip-inner {
|
|
5145
|
-
background-color: #
|
|
5145
|
+
background-color: #ffab00;
|
|
5146
5146
|
}
|
|
5147
5147
|
.ant-tooltip-gold .ant-tooltip-arrow-content::before {
|
|
5148
|
-
background: #
|
|
5148
|
+
background: #ffab00;
|
|
5149
5149
|
}
|
|
5150
5150
|
.ant-tooltip-cyan .ant-tooltip-inner {
|
|
5151
5151
|
background-color: #13c2c2;
|
|
@@ -5160,10 +5160,10 @@ li:last-child .ant-breadcrumb-separator {
|
|
|
5160
5160
|
background: #a0d911;
|
|
5161
5161
|
}
|
|
5162
5162
|
.ant-tooltip-green .ant-tooltip-inner {
|
|
5163
|
-
background-color: #
|
|
5163
|
+
background-color: #36c626;
|
|
5164
5164
|
}
|
|
5165
5165
|
.ant-tooltip-green .ant-tooltip-arrow-content::before {
|
|
5166
|
-
background: #
|
|
5166
|
+
background: #36c626;
|
|
5167
5167
|
}
|
|
5168
5168
|
.ant-tooltip-blue .ant-tooltip-inner {
|
|
5169
5169
|
background-color: #1890ff;
|
|
@@ -9183,14 +9183,14 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
9183
9183
|
border-color: #eb2f96;
|
|
9184
9184
|
}
|
|
9185
9185
|
.ant-tag-red {
|
|
9186
|
-
color: #
|
|
9187
|
-
background: #
|
|
9188
|
-
border-color: #
|
|
9186
|
+
color: #cf1b21;
|
|
9187
|
+
background: #fff2f0;
|
|
9188
|
+
border-color: #ffb1a8;
|
|
9189
9189
|
}
|
|
9190
9190
|
.ant-tag-red-inverse {
|
|
9191
9191
|
color: #fff;
|
|
9192
|
-
background: #
|
|
9193
|
-
border-color: #
|
|
9192
|
+
background: #f42d2d;
|
|
9193
|
+
border-color: #f42d2d;
|
|
9194
9194
|
}
|
|
9195
9195
|
.ant-tag-volcano {
|
|
9196
9196
|
color: #d4380d;
|
|
@@ -9223,14 +9223,14 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
9223
9223
|
border-color: #fadb14;
|
|
9224
9224
|
}
|
|
9225
9225
|
.ant-tag-gold {
|
|
9226
|
-
color: #
|
|
9226
|
+
color: #d98900;
|
|
9227
9227
|
background: #fffbe6;
|
|
9228
|
-
border-color: #
|
|
9228
|
+
border-color: #ffe07a;
|
|
9229
9229
|
}
|
|
9230
9230
|
.ant-tag-gold-inverse {
|
|
9231
9231
|
color: #fff;
|
|
9232
|
-
background: #
|
|
9233
|
-
border-color: #
|
|
9232
|
+
background: #ffab00;
|
|
9233
|
+
border-color: #ffab00;
|
|
9234
9234
|
}
|
|
9235
9235
|
.ant-tag-cyan {
|
|
9236
9236
|
color: #08979c;
|
|
@@ -9253,14 +9253,14 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
9253
9253
|
border-color: #a0d911;
|
|
9254
9254
|
}
|
|
9255
9255
|
.ant-tag-green {
|
|
9256
|
-
color: #
|
|
9257
|
-
background: #
|
|
9258
|
-
border-color: #
|
|
9256
|
+
color: #20a116;
|
|
9257
|
+
background: #f4fff0;
|
|
9258
|
+
border-color: #afed9f;
|
|
9259
9259
|
}
|
|
9260
9260
|
.ant-tag-green-inverse {
|
|
9261
9261
|
color: #fff;
|
|
9262
|
-
background: #
|
|
9263
|
-
border-color: #
|
|
9262
|
+
background: #36c626;
|
|
9263
|
+
border-color: #36c626;
|
|
9264
9264
|
}
|
|
9265
9265
|
.ant-tag-blue {
|
|
9266
9266
|
color: #096dd9;
|
|
@@ -11140,7 +11140,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
11140
11140
|
color: #a9a9a9;
|
|
11141
11141
|
}
|
|
11142
11142
|
.ant-cascader-menu-item-keyword {
|
|
11143
|
-
color: #
|
|
11143
|
+
color: #ff5c57;
|
|
11144
11144
|
}
|
|
11145
11145
|
.ant-cascader-rtl .ant-cascader-menu-item-expand-icon,
|
|
11146
11146
|
.ant-cascader-rtl .ant-cascader-menu-item-loading-icon {
|
|
@@ -17673,7 +17673,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
17673
17673
|
.ant-form-item-label > label.ant-form-item-required:not(.ant-form-item-required-mark-optional)::before {
|
|
17674
17674
|
display: inline-block;
|
|
17675
17675
|
margin-right: 4px;
|
|
17676
|
-
color: #
|
|
17676
|
+
color: #ff5c57;
|
|
17677
17677
|
font-size: 14px;
|
|
17678
17678
|
font-family: SimSun, sans-serif;
|
|
17679
17679
|
line-height: 1;
|
|
@@ -20655,7 +20655,7 @@ textarea.ant-input {
|
|
|
20655
20655
|
border-color: #2c68ff;
|
|
20656
20656
|
}
|
|
20657
20657
|
.ant-pagination-item-active a {
|
|
20658
|
-
color: #
|
|
20658
|
+
color: #fff;
|
|
20659
20659
|
}
|
|
20660
20660
|
.ant-pagination-item-active:hover {
|
|
20661
20661
|
border-color: #548aff;
|
|
@@ -20664,10 +20664,10 @@ textarea.ant-input {
|
|
|
20664
20664
|
border-color: #548aff;
|
|
20665
20665
|
}
|
|
20666
20666
|
.ant-pagination-item-active:hover a {
|
|
20667
|
-
color: #
|
|
20667
|
+
color: #fff;
|
|
20668
20668
|
}
|
|
20669
20669
|
.ant-pagination-item-active:focus-visible a {
|
|
20670
|
-
color: #
|
|
20670
|
+
color: #fff;
|
|
20671
20671
|
}
|
|
20672
20672
|
.ant-pagination-jump-prev,
|
|
20673
20673
|
.ant-pagination-jump-next {
|
|
@@ -21639,7 +21639,7 @@ textarea.ant-mentions {
|
|
|
21639
21639
|
display: block;
|
|
21640
21640
|
width: 63px;
|
|
21641
21641
|
height: 63px;
|
|
21642
|
-
font-size:
|
|
21642
|
+
font-size: 20px;
|
|
21643
21643
|
font-style: normal;
|
|
21644
21644
|
line-height: 63px;
|
|
21645
21645
|
text-align: center;
|
|
@@ -26633,7 +26633,7 @@ a.ant-typography.ant-typography-disabled:active,
|
|
|
26633
26633
|
}
|
|
26634
26634
|
.ant-typography mark {
|
|
26635
26635
|
padding: 0;
|
|
26636
|
-
background-color: #
|
|
26636
|
+
background-color: #ffe07a;
|
|
26637
26637
|
}
|
|
26638
26638
|
.ant-typography u,
|
|
26639
26639
|
.ant-typography ins {
|