@befe/brick-comp-toast 0.2.91 → 0.2.92
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 +7 -7
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.92](https://icode.baidu.com/repos/baidu/be-fe/brick/merge/%40befe%2Fbrick-comp-toast%400.2.91...%40befe%2Fbrick-comp-toast%400.2.92) (2026-03-19)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @befe/brick-comp-toast
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [0.2.91](https://icode.baidu.com/repos/baidu/be-fe/brick/merge/%40befe%2Fbrick-comp-toast%400.2.90...%40befe%2Fbrick-comp-toast%400.2.91) (2026-01-30)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @befe/brick-comp-toast
|
package/es/index.css
CHANGED
|
@@ -729,7 +729,7 @@
|
|
|
729
729
|
.brick-button-type-plain.brick-button-icon-only.brick-button-disabled .brick-icon {
|
|
730
730
|
color: rgb(204, 204, 204);
|
|
731
731
|
}
|
|
732
|
-
.brick-button-color-
|
|
732
|
+
.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 {
|
|
733
733
|
color: rgb(255, 255, 255);
|
|
734
734
|
}
|
|
735
735
|
.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 {
|
|
@@ -741,77 +741,77 @@
|
|
|
741
741
|
.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 {
|
|
742
742
|
color: rgb(255, 255, 255);
|
|
743
743
|
}
|
|
744
|
-
.brick-button-color-
|
|
744
|
+
.brick-button-color-brand:focus-visible:not([tabindex^="-"]):not(:active) {
|
|
745
745
|
border-color: #4c84ff;
|
|
746
746
|
box-shadow: 0 0 0 2px rgb(219.3, 228.225, 255);
|
|
747
747
|
outline: none;
|
|
748
748
|
}
|
|
749
|
-
.brick-button-color-
|
|
749
|
+
.brick-button-color-brand.brick-button-type-intensive {
|
|
750
750
|
border-color: #4c84ff;
|
|
751
751
|
}
|
|
752
|
-
.brick-button-color-
|
|
752
|
+
.brick-button-color-brand.brick-button-type-intensive, .brick-button-color-brand.brick-button-type-intensive .brick-icon {
|
|
753
753
|
color: #4c84ff;
|
|
754
754
|
}
|
|
755
|
-
.brick-button-color-
|
|
755
|
+
.brick-button-color-brand.brick-button-type-intensive.brick-button-loading, .brick-button-color-brand.brick-button-type-intensive:hover {
|
|
756
756
|
background-color: rgb(112.2, 155.04, 255);
|
|
757
757
|
}
|
|
758
|
-
.brick-button-color-
|
|
758
|
+
.brick-button-color-brand.brick-button-type-intensive.brick-button-loading, .brick-button-color-brand.brick-button-type-intensive:hover {
|
|
759
759
|
border-color: rgb(112.2, 155.04, 255);
|
|
760
760
|
}
|
|
761
|
-
.brick-button-color-
|
|
761
|
+
.brick-button-color-brand.brick-button-type-intensive.brick-button-loading.brick-button-disabled, .brick-button-color-brand.brick-button-type-intensive:active {
|
|
762
762
|
border-color: rgb(54.1875, 108.375, 216.75);
|
|
763
763
|
background-color: rgb(54.1875, 108.375, 216.75);
|
|
764
764
|
}
|
|
765
|
-
.brick-button-color-
|
|
765
|
+
.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 {
|
|
766
766
|
color: rgb(255, 255, 255);
|
|
767
767
|
}
|
|
768
|
-
.brick-button-color-
|
|
768
|
+
.brick-button-color-brand.brick-button-type-intensive:focus-visible:not([tabindex^="-"]):not(:active) {
|
|
769
769
|
background-color: rgb(112.2, 155.04, 255);
|
|
770
770
|
}
|
|
771
|
-
.brick-button-color-
|
|
771
|
+
.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 {
|
|
772
772
|
color: rgb(255, 255, 255);
|
|
773
773
|
}
|
|
774
|
-
.brick-button-color-
|
|
774
|
+
.brick-button-color-brand.brick-button-type-intensive.brick-button-disabled:not(.brick-button-loading) {
|
|
775
775
|
background-color: rgb(242.25, 245.225, 255);
|
|
776
776
|
border-color: rgb(219.3, 228.225, 255);
|
|
777
777
|
}
|
|
778
|
-
.brick-button-color-
|
|
778
|
+
.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 {
|
|
779
779
|
color: rgb(183.6, 202.64, 255);
|
|
780
780
|
}
|
|
781
|
-
.brick-button-color-
|
|
781
|
+
.brick-button-color-brand.brick-button-type-important {
|
|
782
782
|
background-color: #4c84ff;
|
|
783
783
|
}
|
|
784
|
-
.brick-button-color-
|
|
784
|
+
.brick-button-color-brand.brick-button-type-important:hover, .brick-button-color-brand.brick-button-type-important.brick-button-loading {
|
|
785
785
|
background-color: rgb(112.2, 155.04, 255);
|
|
786
786
|
}
|
|
787
|
-
.brick-button-color-
|
|
787
|
+
.brick-button-color-brand.brick-button-type-important.brick-button-loading.brick-button-disabled, .brick-button-color-brand.brick-button-type-important:active {
|
|
788
788
|
background-color: rgb(54.1875, 108.375, 216.75);
|
|
789
789
|
}
|
|
790
|
-
.brick-button-color-
|
|
790
|
+
.brick-button-color-brand.brick-button-type-important:focus-visible:not([tabindex^="-"]):not(:active) {
|
|
791
791
|
background-color: rgb(112.2, 155.04, 255);
|
|
792
792
|
}
|
|
793
|
-
.brick-button-color-
|
|
793
|
+
.brick-button-color-brand.brick-button-type-important.brick-button-disabled:not(.brick-button-loading) {
|
|
794
794
|
background-color: rgb(219.3, 228.225, 255);
|
|
795
795
|
}
|
|
796
|
-
.brick-button-color-
|
|
796
|
+
.brick-button-color-brand.brick-button-type-plain {
|
|
797
797
|
background: none;
|
|
798
798
|
}
|
|
799
|
-
.brick-button-color-
|
|
799
|
+
.brick-button-color-brand.brick-button-type-plain, .brick-button-color-brand.brick-button-type-plain .brick-icon {
|
|
800
800
|
color: #4c84ff;
|
|
801
801
|
}
|
|
802
|
-
.brick-button-color-
|
|
802
|
+
.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 {
|
|
803
803
|
color: rgb(112.2, 155.04, 255);
|
|
804
804
|
}
|
|
805
|
-
.brick-button-color-
|
|
805
|
+
.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 {
|
|
806
806
|
color: rgb(112.2, 155.04, 255);
|
|
807
807
|
}
|
|
808
|
-
.brick-button-color-
|
|
808
|
+
.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 {
|
|
809
809
|
color: rgb(54.1875, 108.375, 216.75);
|
|
810
810
|
}
|
|
811
|
-
.brick-button-color-
|
|
811
|
+
.brick-button-color-brand.brick-button-type-plain.brick-button-disabled:not(.brick-button-loading) {
|
|
812
812
|
background: none;
|
|
813
813
|
}
|
|
814
|
-
.brick-button-color-
|
|
814
|
+
.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 {
|
|
815
815
|
color: rgb(183.6, 202.64, 255);
|
|
816
816
|
}
|
|
817
817
|
.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-toast",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.92",
|
|
4
4
|
"description": "@befe/brick component Toast",
|
|
5
5
|
"main": "es",
|
|
6
6
|
"module": "es",
|
|
@@ -20,11 +20,11 @@
|
|
|
20
20
|
"author": "wujun07",
|
|
21
21
|
"license": "ISC",
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@befe/brick-comp-alert": "^0.2.
|
|
24
|
-
"@befe/brick-comp-config-provider": "^0.2.
|
|
25
|
-
"@befe/brick-core": "^0.2.
|
|
26
|
-
"@befe/brick-icon": "^0.2.
|
|
27
|
-
"@befe/brick-style": "^0.2.
|
|
23
|
+
"@befe/brick-comp-alert": "^0.2.91",
|
|
24
|
+
"@befe/brick-comp-config-provider": "^0.2.87",
|
|
25
|
+
"@befe/brick-core": "^0.2.50",
|
|
26
|
+
"@befe/brick-icon": "^0.2.25",
|
|
27
|
+
"@befe/brick-style": "^0.2.60",
|
|
28
28
|
"@befe/brick-utils": "^0.2.22"
|
|
29
29
|
},
|
|
30
30
|
"peerDependencies": {
|
|
@@ -33,5 +33,5 @@
|
|
|
33
33
|
"react": "^16.9.0 || ^17.0.0",
|
|
34
34
|
"react-dom": "^16.9.0 || ^17.0.0"
|
|
35
35
|
},
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "cb94b3d72ab576f12d8abba8baf8fb259c3ecf93"
|
|
37
37
|
}
|