@befe/brick-comp-popover 0.2.96 → 0.2.97
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.97](https://icode.baidu.com/repos/baidu/be-fe/brick/merge/%40befe%2Fbrick-comp-popover%400.2.96...%40befe%2Fbrick-comp-popover%400.2.97) (2026-03-19)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @befe/brick-comp-popover
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [0.2.96](https://icode.baidu.com/repos/baidu/be-fe/brick/merge/%40befe%2Fbrick-comp-popover%400.2.95...%40befe%2Fbrick-comp-popover%400.2.96) (2026-01-30)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @befe/brick-comp-popover
|
package/es/index.css
CHANGED
|
@@ -521,7 +521,7 @@
|
|
|
521
521
|
.brick-button-type-plain.brick-button-icon-only.brick-button-disabled .brick-icon {
|
|
522
522
|
color: rgb(204, 204, 204);
|
|
523
523
|
}
|
|
524
|
-
.brick-button-color-
|
|
524
|
+
.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 {
|
|
525
525
|
color: rgb(255, 255, 255);
|
|
526
526
|
}
|
|
527
527
|
.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 {
|
|
@@ -533,77 +533,77 @@
|
|
|
533
533
|
.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 {
|
|
534
534
|
color: rgb(255, 255, 255);
|
|
535
535
|
}
|
|
536
|
-
.brick-button-color-
|
|
536
|
+
.brick-button-color-brand:focus-visible:not([tabindex^="-"]):not(:active) {
|
|
537
537
|
border-color: #4c84ff;
|
|
538
538
|
box-shadow: 0 0 0 2px rgb(219.3, 228.225, 255);
|
|
539
539
|
outline: none;
|
|
540
540
|
}
|
|
541
|
-
.brick-button-color-
|
|
541
|
+
.brick-button-color-brand.brick-button-type-intensive {
|
|
542
542
|
border-color: #4c84ff;
|
|
543
543
|
}
|
|
544
|
-
.brick-button-color-
|
|
544
|
+
.brick-button-color-brand.brick-button-type-intensive, .brick-button-color-brand.brick-button-type-intensive .brick-icon {
|
|
545
545
|
color: #4c84ff;
|
|
546
546
|
}
|
|
547
|
-
.brick-button-color-
|
|
547
|
+
.brick-button-color-brand.brick-button-type-intensive.brick-button-loading, .brick-button-color-brand.brick-button-type-intensive:hover {
|
|
548
548
|
background-color: rgb(112.2, 155.04, 255);
|
|
549
549
|
}
|
|
550
|
-
.brick-button-color-
|
|
550
|
+
.brick-button-color-brand.brick-button-type-intensive.brick-button-loading, .brick-button-color-brand.brick-button-type-intensive:hover {
|
|
551
551
|
border-color: rgb(112.2, 155.04, 255);
|
|
552
552
|
}
|
|
553
|
-
.brick-button-color-
|
|
553
|
+
.brick-button-color-brand.brick-button-type-intensive.brick-button-loading.brick-button-disabled, .brick-button-color-brand.brick-button-type-intensive:active {
|
|
554
554
|
border-color: rgb(54.1875, 108.375, 216.75);
|
|
555
555
|
background-color: rgb(54.1875, 108.375, 216.75);
|
|
556
556
|
}
|
|
557
|
-
.brick-button-color-
|
|
557
|
+
.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 {
|
|
558
558
|
color: rgb(255, 255, 255);
|
|
559
559
|
}
|
|
560
|
-
.brick-button-color-
|
|
560
|
+
.brick-button-color-brand.brick-button-type-intensive:focus-visible:not([tabindex^="-"]):not(:active) {
|
|
561
561
|
background-color: rgb(112.2, 155.04, 255);
|
|
562
562
|
}
|
|
563
|
-
.brick-button-color-
|
|
563
|
+
.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 {
|
|
564
564
|
color: rgb(255, 255, 255);
|
|
565
565
|
}
|
|
566
|
-
.brick-button-color-
|
|
566
|
+
.brick-button-color-brand.brick-button-type-intensive.brick-button-disabled:not(.brick-button-loading) {
|
|
567
567
|
background-color: rgb(242.25, 245.225, 255);
|
|
568
568
|
border-color: rgb(219.3, 228.225, 255);
|
|
569
569
|
}
|
|
570
|
-
.brick-button-color-
|
|
570
|
+
.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 {
|
|
571
571
|
color: rgb(183.6, 202.64, 255);
|
|
572
572
|
}
|
|
573
|
-
.brick-button-color-
|
|
573
|
+
.brick-button-color-brand.brick-button-type-important {
|
|
574
574
|
background-color: #4c84ff;
|
|
575
575
|
}
|
|
576
|
-
.brick-button-color-
|
|
576
|
+
.brick-button-color-brand.brick-button-type-important:hover, .brick-button-color-brand.brick-button-type-important.brick-button-loading {
|
|
577
577
|
background-color: rgb(112.2, 155.04, 255);
|
|
578
578
|
}
|
|
579
|
-
.brick-button-color-
|
|
579
|
+
.brick-button-color-brand.brick-button-type-important.brick-button-loading.brick-button-disabled, .brick-button-color-brand.brick-button-type-important:active {
|
|
580
580
|
background-color: rgb(54.1875, 108.375, 216.75);
|
|
581
581
|
}
|
|
582
|
-
.brick-button-color-
|
|
582
|
+
.brick-button-color-brand.brick-button-type-important:focus-visible:not([tabindex^="-"]):not(:active) {
|
|
583
583
|
background-color: rgb(112.2, 155.04, 255);
|
|
584
584
|
}
|
|
585
|
-
.brick-button-color-
|
|
585
|
+
.brick-button-color-brand.brick-button-type-important.brick-button-disabled:not(.brick-button-loading) {
|
|
586
586
|
background-color: rgb(219.3, 228.225, 255);
|
|
587
587
|
}
|
|
588
|
-
.brick-button-color-
|
|
588
|
+
.brick-button-color-brand.brick-button-type-plain {
|
|
589
589
|
background: none;
|
|
590
590
|
}
|
|
591
|
-
.brick-button-color-
|
|
591
|
+
.brick-button-color-brand.brick-button-type-plain, .brick-button-color-brand.brick-button-type-plain .brick-icon {
|
|
592
592
|
color: #4c84ff;
|
|
593
593
|
}
|
|
594
|
-
.brick-button-color-
|
|
594
|
+
.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 {
|
|
595
595
|
color: rgb(112.2, 155.04, 255);
|
|
596
596
|
}
|
|
597
|
-
.brick-button-color-
|
|
597
|
+
.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 {
|
|
598
598
|
color: rgb(112.2, 155.04, 255);
|
|
599
599
|
}
|
|
600
|
-
.brick-button-color-
|
|
600
|
+
.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 {
|
|
601
601
|
color: rgb(54.1875, 108.375, 216.75);
|
|
602
602
|
}
|
|
603
|
-
.brick-button-color-
|
|
603
|
+
.brick-button-color-brand.brick-button-type-plain.brick-button-disabled:not(.brick-button-loading) {
|
|
604
604
|
background: none;
|
|
605
605
|
}
|
|
606
|
-
.brick-button-color-
|
|
606
|
+
.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 {
|
|
607
607
|
color: rgb(183.6, 202.64, 255);
|
|
608
608
|
}
|
|
609
609
|
.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-popover",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.97",
|
|
4
4
|
"description": "@befe/brick component Popover",
|
|
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-close-x": "^0.2.
|
|
25
|
-
"@befe/brick-comp-icon": "^0.2.
|
|
26
|
-
"@befe/brick-comp-popper": "^0.2.
|
|
27
|
-
"@befe/brick-core": "^0.2.
|
|
28
|
-
"@befe/brick-style": "^0.2.
|
|
23
|
+
"@befe/brick-comp-button": "^0.2.91",
|
|
24
|
+
"@befe/brick-comp-close-x": "^0.2.91",
|
|
25
|
+
"@befe/brick-comp-icon": "^0.2.88",
|
|
26
|
+
"@befe/brick-comp-popper": "^0.2.92",
|
|
27
|
+
"@befe/brick-core": "^0.2.50",
|
|
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
|
}
|