@befe/brick-comp-file-list 0.2.98 → 0.2.99
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/CHANGELOG.md +8 -0
- package/es/index.css +24 -24
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [0.2.99](https://icode.baidu.com/repos/baidu/be-fe/brick/merge/%40befe%2Fbrick-comp-file-list%400.2.98...%40befe%2Fbrick-comp-file-list%400.2.99) (2026-03-19)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @befe/brick-comp-file-list
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [0.2.98](https://icode.baidu.com/repos/baidu/be-fe/brick/merge/%40befe%2Fbrick-comp-file-list%400.2.97...%40befe%2Fbrick-comp-file-list%400.2.98) (2026-01-30)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @befe/brick-comp-file-list
|
package/es/index.css
CHANGED
|
@@ -493,7 +493,7 @@
|
|
|
493
493
|
.brick-button-type-plain.brick-button-icon-only.brick-button-disabled .brick-icon {
|
|
494
494
|
color: rgb(204, 204, 204);
|
|
495
495
|
}
|
|
496
|
-
.brick-button-color-
|
|
496
|
+
.brick-button-color-brand.brick-button-type-important, .brick-button-color-brand.brick-button-type-important .brick-icon, .brick-button-color-brand.brick-button-type-important.brick-button-disabled, .brick-button-color-brand.brick-button-type-important.brick-button-disabled .brick-icon {
|
|
497
497
|
color: rgb(255, 255, 255);
|
|
498
498
|
}
|
|
499
499
|
.brick-button-color-success.brick-button-type-important, .brick-button-color-success.brick-button-type-important .brick-icon, .brick-button-color-success.brick-button-type-important.brick-button-disabled, .brick-button-color-success.brick-button-type-important.brick-button-disabled .brick-icon {
|
|
@@ -505,77 +505,77 @@
|
|
|
505
505
|
.brick-button-color-warning.brick-button-type-important, .brick-button-color-warning.brick-button-type-important .brick-icon, .brick-button-color-warning.brick-button-type-important.brick-button-disabled, .brick-button-color-warning.brick-button-type-important.brick-button-disabled .brick-icon {
|
|
506
506
|
color: rgb(255, 255, 255);
|
|
507
507
|
}
|
|
508
|
-
.brick-button-color-
|
|
508
|
+
.brick-button-color-brand:focus-visible:not([tabindex^="-"]):not(:active) {
|
|
509
509
|
border-color: #4c84ff;
|
|
510
510
|
box-shadow: 0 0 0 2px rgb(219.3, 228.225, 255);
|
|
511
511
|
outline: none;
|
|
512
512
|
}
|
|
513
|
-
.brick-button-color-
|
|
513
|
+
.brick-button-color-brand.brick-button-type-intensive {
|
|
514
514
|
border-color: #4c84ff;
|
|
515
515
|
}
|
|
516
|
-
.brick-button-color-
|
|
516
|
+
.brick-button-color-brand.brick-button-type-intensive, .brick-button-color-brand.brick-button-type-intensive .brick-icon {
|
|
517
517
|
color: #4c84ff;
|
|
518
518
|
}
|
|
519
|
-
.brick-button-color-
|
|
519
|
+
.brick-button-color-brand.brick-button-type-intensive.brick-button-loading, .brick-button-color-brand.brick-button-type-intensive:hover {
|
|
520
520
|
background-color: rgb(112.2, 155.04, 255);
|
|
521
521
|
}
|
|
522
|
-
.brick-button-color-
|
|
522
|
+
.brick-button-color-brand.brick-button-type-intensive.brick-button-loading, .brick-button-color-brand.brick-button-type-intensive:hover {
|
|
523
523
|
border-color: rgb(112.2, 155.04, 255);
|
|
524
524
|
}
|
|
525
|
-
.brick-button-color-
|
|
525
|
+
.brick-button-color-brand.brick-button-type-intensive.brick-button-loading.brick-button-disabled, .brick-button-color-brand.brick-button-type-intensive:active {
|
|
526
526
|
border-color: rgb(54.1875, 108.375, 216.75);
|
|
527
527
|
background-color: rgb(54.1875, 108.375, 216.75);
|
|
528
528
|
}
|
|
529
|
-
.brick-button-color-
|
|
529
|
+
.brick-button-color-brand.brick-button-type-intensive.brick-button-loading, .brick-button-color-brand.brick-button-type-intensive.brick-button-loading .brick-icon, .brick-button-color-brand.brick-button-type-intensive:hover, .brick-button-color-brand.brick-button-type-intensive:hover .brick-icon, .brick-button-color-brand.brick-button-type-intensive:active, .brick-button-color-brand.brick-button-type-intensive:active .brick-icon {
|
|
530
530
|
color: rgb(255, 255, 255);
|
|
531
531
|
}
|
|
532
|
-
.brick-button-color-
|
|
532
|
+
.brick-button-color-brand.brick-button-type-intensive:focus-visible:not([tabindex^="-"]):not(:active) {
|
|
533
533
|
background-color: rgb(112.2, 155.04, 255);
|
|
534
534
|
}
|
|
535
|
-
.brick-button-color-
|
|
535
|
+
.brick-button-color-brand.brick-button-type-intensive:focus-visible:not([tabindex^="-"]):not(:active), .brick-button-color-brand.brick-button-type-intensive:focus-visible:not([tabindex^="-"]):not(:active) .brick-icon {
|
|
536
536
|
color: rgb(255, 255, 255);
|
|
537
537
|
}
|
|
538
|
-
.brick-button-color-
|
|
538
|
+
.brick-button-color-brand.brick-button-type-intensive.brick-button-disabled:not(.brick-button-loading) {
|
|
539
539
|
background-color: rgb(242.25, 245.225, 255);
|
|
540
540
|
border-color: rgb(219.3, 228.225, 255);
|
|
541
541
|
}
|
|
542
|
-
.brick-button-color-
|
|
542
|
+
.brick-button-color-brand.brick-button-type-intensive.brick-button-disabled:not(.brick-button-loading), .brick-button-color-brand.brick-button-type-intensive.brick-button-disabled:not(.brick-button-loading) .brick-icon {
|
|
543
543
|
color: rgb(183.6, 202.64, 255);
|
|
544
544
|
}
|
|
545
|
-
.brick-button-color-
|
|
545
|
+
.brick-button-color-brand.brick-button-type-important {
|
|
546
546
|
background-color: #4c84ff;
|
|
547
547
|
}
|
|
548
|
-
.brick-button-color-
|
|
548
|
+
.brick-button-color-brand.brick-button-type-important:hover, .brick-button-color-brand.brick-button-type-important.brick-button-loading {
|
|
549
549
|
background-color: rgb(112.2, 155.04, 255);
|
|
550
550
|
}
|
|
551
|
-
.brick-button-color-
|
|
551
|
+
.brick-button-color-brand.brick-button-type-important.brick-button-loading.brick-button-disabled, .brick-button-color-brand.brick-button-type-important:active {
|
|
552
552
|
background-color: rgb(54.1875, 108.375, 216.75);
|
|
553
553
|
}
|
|
554
|
-
.brick-button-color-
|
|
554
|
+
.brick-button-color-brand.brick-button-type-important:focus-visible:not([tabindex^="-"]):not(:active) {
|
|
555
555
|
background-color: rgb(112.2, 155.04, 255);
|
|
556
556
|
}
|
|
557
|
-
.brick-button-color-
|
|
557
|
+
.brick-button-color-brand.brick-button-type-important.brick-button-disabled:not(.brick-button-loading) {
|
|
558
558
|
background-color: rgb(219.3, 228.225, 255);
|
|
559
559
|
}
|
|
560
|
-
.brick-button-color-
|
|
560
|
+
.brick-button-color-brand.brick-button-type-plain {
|
|
561
561
|
background: none;
|
|
562
562
|
}
|
|
563
|
-
.brick-button-color-
|
|
563
|
+
.brick-button-color-brand.brick-button-type-plain, .brick-button-color-brand.brick-button-type-plain .brick-icon {
|
|
564
564
|
color: #4c84ff;
|
|
565
565
|
}
|
|
566
|
-
.brick-button-color-
|
|
566
|
+
.brick-button-color-brand.brick-button-type-plain:hover, .brick-button-color-brand.brick-button-type-plain:hover .brick-icon, .brick-button-color-brand.brick-button-type-plain.brick-button-loading, .brick-button-color-brand.brick-button-type-plain.brick-button-loading .brick-icon {
|
|
567
567
|
color: rgb(112.2, 155.04, 255);
|
|
568
568
|
}
|
|
569
|
-
.brick-button-color-
|
|
569
|
+
.brick-button-color-brand.brick-button-type-plain:focus-visible:not([tabindex^="-"]):not(:active), .brick-button-color-brand.brick-button-type-plain:focus-visible:not([tabindex^="-"]):not(:active) .brick-icon {
|
|
570
570
|
color: rgb(112.2, 155.04, 255);
|
|
571
571
|
}
|
|
572
|
-
.brick-button-color-
|
|
572
|
+
.brick-button-color-brand.brick-button-type-plain.brick-button-loading.brick-button-disabled, .brick-button-color-brand.brick-button-type-plain.brick-button-loading.brick-button-disabled .brick-icon, .brick-button-color-brand.brick-button-type-plain:active, .brick-button-color-brand.brick-button-type-plain:active .brick-icon {
|
|
573
573
|
color: rgb(54.1875, 108.375, 216.75);
|
|
574
574
|
}
|
|
575
|
-
.brick-button-color-
|
|
575
|
+
.brick-button-color-brand.brick-button-type-plain.brick-button-disabled:not(.brick-button-loading) {
|
|
576
576
|
background: none;
|
|
577
577
|
}
|
|
578
|
-
.brick-button-color-
|
|
578
|
+
.brick-button-color-brand.brick-button-type-plain.brick-button-disabled:not(.brick-button-loading), .brick-button-color-brand.brick-button-type-plain.brick-button-disabled:not(.brick-button-loading) .brick-icon {
|
|
579
579
|
color: rgb(183.6, 202.64, 255);
|
|
580
580
|
}
|
|
581
581
|
.brick-button-color-success:focus-visible:not([tabindex^="-"]):not(:active) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@befe/brick-comp-file-list",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.99",
|
|
4
4
|
"description": "@befe/brick component FileList",
|
|
5
5
|
"main": "es",
|
|
6
6
|
"module": "es",
|
|
@@ -20,12 +20,12 @@
|
|
|
20
20
|
"author": "wujun07",
|
|
21
21
|
"license": "ISC",
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@befe/brick-comp-button": "^0.2.
|
|
24
|
-
"@befe/brick-comp-down_load": "^0.2.
|
|
25
|
-
"@befe/brick-comp-icon": "^0.2.
|
|
26
|
-
"@befe/brick-core": "^0.2.
|
|
27
|
-
"@befe/brick-icon": "^0.2.
|
|
28
|
-
"@befe/brick-style": "^0.2.
|
|
23
|
+
"@befe/brick-comp-button": "^0.2.91",
|
|
24
|
+
"@befe/brick-comp-down_load": "^0.2.94",
|
|
25
|
+
"@befe/brick-comp-icon": "^0.2.88",
|
|
26
|
+
"@befe/brick-core": "^0.2.50",
|
|
27
|
+
"@befe/brick-icon": "^0.2.25",
|
|
28
|
+
"@befe/brick-style": "^0.2.60",
|
|
29
29
|
"@befe/brick-utils": "^0.2.22"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
@@ -34,5 +34,5 @@
|
|
|
34
34
|
"react": "^16.9.0 || ^17.0.0",
|
|
35
35
|
"react-dom": "^16.9.0 || ^17.0.0"
|
|
36
36
|
},
|
|
37
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "cb94b3d72ab576f12d8abba8baf8fb259c3ecf93"
|
|
38
38
|
}
|