@befe/brick-comp-dialog 0.2.99 → 0.2.101
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 +16 -0
- package/es/index.css +75 -75
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
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.101](https://icode.baidu.com/repos/baidu/be-fe/brick/merge/%40befe%2Fbrick-comp-dialog%400.2.100...%40befe%2Fbrick-comp-dialog%400.2.101) (2026-04-09)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @befe/brick-comp-dialog
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [0.2.100](https://icode.baidu.com:8235/baidu/be-fe/brick//%40befe%2Fbrick-comp-dialog%400.2.99...%40befe%2Fbrick-comp-dialog%400.2.100) (2026-03-19)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @befe/brick-comp-dialog
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
## [0.2.99](https://icode.baidu.com/repos/baidu/be-fe/brick/merge/%40befe%2Fbrick-comp-dialog%400.2.98...%40befe%2Fbrick-comp-dialog%400.2.99) (2026-03-19)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @befe/brick-comp-dialog
|
package/es/index.css
CHANGED
|
@@ -574,10 +574,10 @@
|
|
|
574
574
|
.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 {
|
|
575
575
|
color: rgb(255, 255, 255);
|
|
576
576
|
}
|
|
577
|
-
.brick-button-color-
|
|
577
|
+
.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 {
|
|
578
578
|
color: rgb(255, 255, 255);
|
|
579
579
|
}
|
|
580
|
-
.brick-button-color-
|
|
580
|
+
.brick-button-color-danger.brick-button-type-important, .brick-button-color-danger.brick-button-type-important .brick-icon, .brick-button-color-danger.brick-button-type-important.brick-button-disabled, .brick-button-color-danger.brick-button-type-important.brick-button-disabled .brick-icon {
|
|
581
581
|
color: rgb(255, 255, 255);
|
|
582
582
|
}
|
|
583
583
|
.brick-button-color-brand:focus-visible:not([tabindex^="-"]):not(:active) {
|
|
@@ -726,79 +726,6 @@
|
|
|
726
726
|
.brick-button-color-success.brick-button-type-plain.brick-button-disabled:not(.brick-button-loading), .brick-button-color-success.brick-button-type-plain.brick-button-disabled:not(.brick-button-loading) .brick-icon {
|
|
727
727
|
color: rgb(165.24, 229.5, 173.808);
|
|
728
728
|
}
|
|
729
|
-
.brick-button-color-danger:focus-visible:not([tabindex^="-"]):not(:active) {
|
|
730
|
-
border-color: #e64552;
|
|
731
|
-
box-shadow: 0 0 0 2px rgb(255, 219.3, 219.895);
|
|
732
|
-
outline: none;
|
|
733
|
-
}
|
|
734
|
-
.brick-button-color-danger.brick-button-type-intensive {
|
|
735
|
-
border-color: #e64552;
|
|
736
|
-
}
|
|
737
|
-
.brick-button-color-danger.brick-button-type-intensive, .brick-button-color-danger.brick-button-type-intensive .brick-icon {
|
|
738
|
-
color: #e64552;
|
|
739
|
-
}
|
|
740
|
-
.brick-button-color-danger.brick-button-type-intensive.brick-button-loading, .brick-button-color-danger.brick-button-type-intensive:hover {
|
|
741
|
-
background-color: rgb(242.25, 106.59, 115.634);
|
|
742
|
-
}
|
|
743
|
-
.brick-button-color-danger.brick-button-type-intensive.brick-button-loading, .brick-button-color-danger.brick-button-type-intensive:hover {
|
|
744
|
-
border-color: rgb(242.25, 106.59, 115.634);
|
|
745
|
-
}
|
|
746
|
-
.brick-button-color-danger.brick-button-type-intensive.brick-button-loading.brick-button-disabled, .brick-button-color-danger.brick-button-type-intensive:active {
|
|
747
|
-
border-color: rgb(191.25, 47.8125, 62.15625);
|
|
748
|
-
background-color: rgb(191.25, 47.8125, 62.15625);
|
|
749
|
-
}
|
|
750
|
-
.brick-button-color-danger.brick-button-type-intensive.brick-button-loading, .brick-button-color-danger.brick-button-type-intensive.brick-button-loading .brick-icon, .brick-button-color-danger.brick-button-type-intensive:hover, .brick-button-color-danger.brick-button-type-intensive:hover .brick-icon, .brick-button-color-danger.brick-button-type-intensive:active, .brick-button-color-danger.brick-button-type-intensive:active .brick-icon {
|
|
751
|
-
color: rgb(255, 255, 255);
|
|
752
|
-
}
|
|
753
|
-
.brick-button-color-danger.brick-button-type-intensive:focus-visible:not([tabindex^="-"]):not(:active) {
|
|
754
|
-
background-color: rgb(242.25, 106.59, 115.634);
|
|
755
|
-
}
|
|
756
|
-
.brick-button-color-danger.brick-button-type-intensive:focus-visible:not([tabindex^="-"]):not(:active), .brick-button-color-danger.brick-button-type-intensive:focus-visible:not([tabindex^="-"]):not(:active) .brick-icon {
|
|
757
|
-
color: rgb(255, 255, 255);
|
|
758
|
-
}
|
|
759
|
-
.brick-button-color-danger.brick-button-type-intensive.brick-button-disabled:not(.brick-button-loading) {
|
|
760
|
-
background-color: rgb(255, 242.25, 242.25);
|
|
761
|
-
border-color: rgb(255, 219.3, 219.895);
|
|
762
|
-
}
|
|
763
|
-
.brick-button-color-danger.brick-button-type-intensive.brick-button-disabled:not(.brick-button-loading), .brick-button-color-danger.brick-button-type-intensive.brick-button-disabled:not(.brick-button-loading) .brick-icon {
|
|
764
|
-
color: rgb(255, 183.6, 185.98);
|
|
765
|
-
}
|
|
766
|
-
.brick-button-color-danger.brick-button-type-important {
|
|
767
|
-
background-color: #e64552;
|
|
768
|
-
}
|
|
769
|
-
.brick-button-color-danger.brick-button-type-important:hover, .brick-button-color-danger.brick-button-type-important.brick-button-loading {
|
|
770
|
-
background-color: rgb(242.25, 106.59, 115.634);
|
|
771
|
-
}
|
|
772
|
-
.brick-button-color-danger.brick-button-type-important.brick-button-loading.brick-button-disabled, .brick-button-color-danger.brick-button-type-important:active {
|
|
773
|
-
background-color: rgb(191.25, 47.8125, 62.15625);
|
|
774
|
-
}
|
|
775
|
-
.brick-button-color-danger.brick-button-type-important:focus-visible:not([tabindex^="-"]):not(:active) {
|
|
776
|
-
background-color: rgb(242.25, 106.59, 115.634);
|
|
777
|
-
}
|
|
778
|
-
.brick-button-color-danger.brick-button-type-important.brick-button-disabled:not(.brick-button-loading) {
|
|
779
|
-
background-color: rgb(255, 219.3, 219.895);
|
|
780
|
-
}
|
|
781
|
-
.brick-button-color-danger.brick-button-type-plain {
|
|
782
|
-
background: none;
|
|
783
|
-
}
|
|
784
|
-
.brick-button-color-danger.brick-button-type-plain, .brick-button-color-danger.brick-button-type-plain .brick-icon {
|
|
785
|
-
color: #e64552;
|
|
786
|
-
}
|
|
787
|
-
.brick-button-color-danger.brick-button-type-plain:hover, .brick-button-color-danger.brick-button-type-plain:hover .brick-icon, .brick-button-color-danger.brick-button-type-plain.brick-button-loading, .brick-button-color-danger.brick-button-type-plain.brick-button-loading .brick-icon {
|
|
788
|
-
color: rgb(242.25, 106.59, 115.634);
|
|
789
|
-
}
|
|
790
|
-
.brick-button-color-danger.brick-button-type-plain:focus-visible:not([tabindex^="-"]):not(:active), .brick-button-color-danger.brick-button-type-plain:focus-visible:not([tabindex^="-"]):not(:active) .brick-icon {
|
|
791
|
-
color: rgb(242.25, 106.59, 115.634);
|
|
792
|
-
}
|
|
793
|
-
.brick-button-color-danger.brick-button-type-plain.brick-button-loading.brick-button-disabled, .brick-button-color-danger.brick-button-type-plain.brick-button-loading.brick-button-disabled .brick-icon, .brick-button-color-danger.brick-button-type-plain:active, .brick-button-color-danger.brick-button-type-plain:active .brick-icon {
|
|
794
|
-
color: rgb(191.25, 47.8125, 62.15625);
|
|
795
|
-
}
|
|
796
|
-
.brick-button-color-danger.brick-button-type-plain.brick-button-disabled:not(.brick-button-loading) {
|
|
797
|
-
background: none;
|
|
798
|
-
}
|
|
799
|
-
.brick-button-color-danger.brick-button-type-plain.brick-button-disabled:not(.brick-button-loading), .brick-button-color-danger.brick-button-type-plain.brick-button-disabled:not(.brick-button-loading) .brick-icon {
|
|
800
|
-
color: rgb(255, 183.6, 185.98);
|
|
801
|
-
}
|
|
802
729
|
.brick-button-color-warning:focus-visible:not([tabindex^="-"]):not(:active) {
|
|
803
730
|
border-color: #f27c49;
|
|
804
731
|
box-shadow: 0 0 0 2px rgb(255, 232.39, 219.3);
|
|
@@ -872,6 +799,79 @@
|
|
|
872
799
|
.brick-button-color-warning.brick-button-type-plain.brick-button-disabled:not(.brick-button-loading), .brick-button-color-warning.brick-button-type-plain.brick-button-disabled:not(.brick-button-loading) .brick-icon {
|
|
873
800
|
color: rgb(255, 208.59, 183.6);
|
|
874
801
|
}
|
|
802
|
+
.brick-button-color-danger:focus-visible:not([tabindex^="-"]):not(:active) {
|
|
803
|
+
border-color: #e64552;
|
|
804
|
+
box-shadow: 0 0 0 2px rgb(255, 219.3, 219.895);
|
|
805
|
+
outline: none;
|
|
806
|
+
}
|
|
807
|
+
.brick-button-color-danger.brick-button-type-intensive {
|
|
808
|
+
border-color: #e64552;
|
|
809
|
+
}
|
|
810
|
+
.brick-button-color-danger.brick-button-type-intensive, .brick-button-color-danger.brick-button-type-intensive .brick-icon {
|
|
811
|
+
color: #e64552;
|
|
812
|
+
}
|
|
813
|
+
.brick-button-color-danger.brick-button-type-intensive.brick-button-loading, .brick-button-color-danger.brick-button-type-intensive:hover {
|
|
814
|
+
background-color: rgb(242.25, 106.59, 115.634);
|
|
815
|
+
}
|
|
816
|
+
.brick-button-color-danger.brick-button-type-intensive.brick-button-loading, .brick-button-color-danger.brick-button-type-intensive:hover {
|
|
817
|
+
border-color: rgb(242.25, 106.59, 115.634);
|
|
818
|
+
}
|
|
819
|
+
.brick-button-color-danger.brick-button-type-intensive.brick-button-loading.brick-button-disabled, .brick-button-color-danger.brick-button-type-intensive:active {
|
|
820
|
+
border-color: rgb(191.25, 47.8125, 62.15625);
|
|
821
|
+
background-color: rgb(191.25, 47.8125, 62.15625);
|
|
822
|
+
}
|
|
823
|
+
.brick-button-color-danger.brick-button-type-intensive.brick-button-loading, .brick-button-color-danger.brick-button-type-intensive.brick-button-loading .brick-icon, .brick-button-color-danger.brick-button-type-intensive:hover, .brick-button-color-danger.brick-button-type-intensive:hover .brick-icon, .brick-button-color-danger.brick-button-type-intensive:active, .brick-button-color-danger.brick-button-type-intensive:active .brick-icon {
|
|
824
|
+
color: rgb(255, 255, 255);
|
|
825
|
+
}
|
|
826
|
+
.brick-button-color-danger.brick-button-type-intensive:focus-visible:not([tabindex^="-"]):not(:active) {
|
|
827
|
+
background-color: rgb(242.25, 106.59, 115.634);
|
|
828
|
+
}
|
|
829
|
+
.brick-button-color-danger.brick-button-type-intensive:focus-visible:not([tabindex^="-"]):not(:active), .brick-button-color-danger.brick-button-type-intensive:focus-visible:not([tabindex^="-"]):not(:active) .brick-icon {
|
|
830
|
+
color: rgb(255, 255, 255);
|
|
831
|
+
}
|
|
832
|
+
.brick-button-color-danger.brick-button-type-intensive.brick-button-disabled:not(.brick-button-loading) {
|
|
833
|
+
background-color: rgb(255, 242.25, 242.25);
|
|
834
|
+
border-color: rgb(255, 219.3, 219.895);
|
|
835
|
+
}
|
|
836
|
+
.brick-button-color-danger.brick-button-type-intensive.brick-button-disabled:not(.brick-button-loading), .brick-button-color-danger.brick-button-type-intensive.brick-button-disabled:not(.brick-button-loading) .brick-icon {
|
|
837
|
+
color: rgb(255, 183.6, 185.98);
|
|
838
|
+
}
|
|
839
|
+
.brick-button-color-danger.brick-button-type-important {
|
|
840
|
+
background-color: #e64552;
|
|
841
|
+
}
|
|
842
|
+
.brick-button-color-danger.brick-button-type-important:hover, .brick-button-color-danger.brick-button-type-important.brick-button-loading {
|
|
843
|
+
background-color: rgb(242.25, 106.59, 115.634);
|
|
844
|
+
}
|
|
845
|
+
.brick-button-color-danger.brick-button-type-important.brick-button-loading.brick-button-disabled, .brick-button-color-danger.brick-button-type-important:active {
|
|
846
|
+
background-color: rgb(191.25, 47.8125, 62.15625);
|
|
847
|
+
}
|
|
848
|
+
.brick-button-color-danger.brick-button-type-important:focus-visible:not([tabindex^="-"]):not(:active) {
|
|
849
|
+
background-color: rgb(242.25, 106.59, 115.634);
|
|
850
|
+
}
|
|
851
|
+
.brick-button-color-danger.brick-button-type-important.brick-button-disabled:not(.brick-button-loading) {
|
|
852
|
+
background-color: rgb(255, 219.3, 219.895);
|
|
853
|
+
}
|
|
854
|
+
.brick-button-color-danger.brick-button-type-plain {
|
|
855
|
+
background: none;
|
|
856
|
+
}
|
|
857
|
+
.brick-button-color-danger.brick-button-type-plain, .brick-button-color-danger.brick-button-type-plain .brick-icon {
|
|
858
|
+
color: #e64552;
|
|
859
|
+
}
|
|
860
|
+
.brick-button-color-danger.brick-button-type-plain:hover, .brick-button-color-danger.brick-button-type-plain:hover .brick-icon, .brick-button-color-danger.brick-button-type-plain.brick-button-loading, .brick-button-color-danger.brick-button-type-plain.brick-button-loading .brick-icon {
|
|
861
|
+
color: rgb(242.25, 106.59, 115.634);
|
|
862
|
+
}
|
|
863
|
+
.brick-button-color-danger.brick-button-type-plain:focus-visible:not([tabindex^="-"]):not(:active), .brick-button-color-danger.brick-button-type-plain:focus-visible:not([tabindex^="-"]):not(:active) .brick-icon {
|
|
864
|
+
color: rgb(242.25, 106.59, 115.634);
|
|
865
|
+
}
|
|
866
|
+
.brick-button-color-danger.brick-button-type-plain.brick-button-loading.brick-button-disabled, .brick-button-color-danger.brick-button-type-plain.brick-button-loading.brick-button-disabled .brick-icon, .brick-button-color-danger.brick-button-type-plain:active, .brick-button-color-danger.brick-button-type-plain:active .brick-icon {
|
|
867
|
+
color: rgb(191.25, 47.8125, 62.15625);
|
|
868
|
+
}
|
|
869
|
+
.brick-button-color-danger.brick-button-type-plain.brick-button-disabled:not(.brick-button-loading) {
|
|
870
|
+
background: none;
|
|
871
|
+
}
|
|
872
|
+
.brick-button-color-danger.brick-button-type-plain.brick-button-disabled:not(.brick-button-loading), .brick-button-color-danger.brick-button-type-plain.brick-button-disabled:not(.brick-button-loading) .brick-icon {
|
|
873
|
+
color: rgb(255, 183.6, 185.98);
|
|
874
|
+
}
|
|
875
875
|
.brick-button-loading-type-icon-only .brick-button-loading-icon {
|
|
876
876
|
position: absolute;
|
|
877
877
|
left: 50%;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@befe/brick-comp-dialog",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.101",
|
|
4
4
|
"description": "@befe/brick component Dialog",
|
|
5
5
|
"main": "es",
|
|
6
6
|
"module": "es",
|
|
@@ -20,15 +20,15 @@
|
|
|
20
20
|
"author": "wujun07",
|
|
21
21
|
"license": "ISC",
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@befe/brick-comp-alert": "^0.2.
|
|
24
|
-
"@befe/brick-comp-button": "^0.2.
|
|
25
|
-
"@befe/brick-comp-close-x": "^0.2.
|
|
26
|
-
"@befe/brick-comp-config-provider": "^0.2.
|
|
27
|
-
"@befe/brick-comp-icon": "^0.2.
|
|
28
|
-
"@befe/brick-comp-modal": "^0.2.
|
|
23
|
+
"@befe/brick-comp-alert": "^0.2.93",
|
|
24
|
+
"@befe/brick-comp-button": "^0.2.92",
|
|
25
|
+
"@befe/brick-comp-close-x": "^0.2.93",
|
|
26
|
+
"@befe/brick-comp-config-provider": "^0.2.88",
|
|
27
|
+
"@befe/brick-comp-icon": "^0.2.89",
|
|
28
|
+
"@befe/brick-comp-modal": "^0.2.90",
|
|
29
29
|
"@befe/brick-core": "^0.2.50",
|
|
30
30
|
"@befe/brick-icon": "^0.2.25",
|
|
31
|
-
"@befe/brick-style": "^0.2.
|
|
31
|
+
"@befe/brick-style": "^0.2.61",
|
|
32
32
|
"@befe/brick-utils": "^0.2.22"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
@@ -37,5 +37,5 @@
|
|
|
37
37
|
"react": "^16.9.0 || ^17.0.0",
|
|
38
38
|
"react-dom": "^16.9.0 || ^17.0.0"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "60b826bf256915c351184a690d3a87368dcfa291"
|
|
41
41
|
}
|