@befe/brick-comp-suggest 0.2.113 → 0.2.114
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 +10 -10
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.114](https://icode.baidu.com/repos/baidu/be-fe/brick/merge/%40befe%2Fbrick-comp-suggest%400.2.113...%40befe%2Fbrick-comp-suggest%400.2.114) (2026-03-19)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @befe/brick-comp-suggest
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [0.2.113](https://icode.baidu.com/repos/baidu/be-fe/brick/merge/%40befe%2Fbrick-comp-suggest%400.2.112...%40befe%2Fbrick-comp-suggest%400.2.113) (2026-01-30)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @befe/brick-comp-suggest
|
package/es/index.css
CHANGED
|
@@ -863,7 +863,7 @@
|
|
|
863
863
|
.brick-button-type-plain.brick-button-icon-only.brick-button-disabled .brick-icon {
|
|
864
864
|
color: rgb(204, 204, 204);
|
|
865
865
|
}
|
|
866
|
-
.brick-button-color-
|
|
866
|
+
.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 {
|
|
867
867
|
color: rgb(255, 255, 255);
|
|
868
868
|
}
|
|
869
869
|
.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 {
|
|
@@ -875,77 +875,77 @@
|
|
|
875
875
|
.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 {
|
|
876
876
|
color: rgb(255, 255, 255);
|
|
877
877
|
}
|
|
878
|
-
.brick-button-color-
|
|
878
|
+
.brick-button-color-brand:focus-visible:not([tabindex^="-"]):not(:active) {
|
|
879
879
|
border-color: #4c84ff;
|
|
880
880
|
box-shadow: 0 0 0 2px rgb(219.3, 228.225, 255);
|
|
881
881
|
outline: none;
|
|
882
882
|
}
|
|
883
|
-
.brick-button-color-
|
|
883
|
+
.brick-button-color-brand.brick-button-type-intensive {
|
|
884
884
|
border-color: #4c84ff;
|
|
885
885
|
}
|
|
886
|
-
.brick-button-color-
|
|
886
|
+
.brick-button-color-brand.brick-button-type-intensive, .brick-button-color-brand.brick-button-type-intensive .brick-icon {
|
|
887
887
|
color: #4c84ff;
|
|
888
888
|
}
|
|
889
|
-
.brick-button-color-
|
|
889
|
+
.brick-button-color-brand.brick-button-type-intensive.brick-button-loading, .brick-button-color-brand.brick-button-type-intensive:hover {
|
|
890
890
|
background-color: rgb(112.2, 155.04, 255);
|
|
891
891
|
}
|
|
892
|
-
.brick-button-color-
|
|
892
|
+
.brick-button-color-brand.brick-button-type-intensive.brick-button-loading, .brick-button-color-brand.brick-button-type-intensive:hover {
|
|
893
893
|
border-color: rgb(112.2, 155.04, 255);
|
|
894
894
|
}
|
|
895
|
-
.brick-button-color-
|
|
895
|
+
.brick-button-color-brand.brick-button-type-intensive.brick-button-loading.brick-button-disabled, .brick-button-color-brand.brick-button-type-intensive:active {
|
|
896
896
|
border-color: rgb(54.1875, 108.375, 216.75);
|
|
897
897
|
background-color: rgb(54.1875, 108.375, 216.75);
|
|
898
898
|
}
|
|
899
|
-
.brick-button-color-
|
|
899
|
+
.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 {
|
|
900
900
|
color: rgb(255, 255, 255);
|
|
901
901
|
}
|
|
902
|
-
.brick-button-color-
|
|
902
|
+
.brick-button-color-brand.brick-button-type-intensive:focus-visible:not([tabindex^="-"]):not(:active) {
|
|
903
903
|
background-color: rgb(112.2, 155.04, 255);
|
|
904
904
|
}
|
|
905
|
-
.brick-button-color-
|
|
905
|
+
.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 {
|
|
906
906
|
color: rgb(255, 255, 255);
|
|
907
907
|
}
|
|
908
|
-
.brick-button-color-
|
|
908
|
+
.brick-button-color-brand.brick-button-type-intensive.brick-button-disabled:not(.brick-button-loading) {
|
|
909
909
|
background-color: rgb(242.25, 245.225, 255);
|
|
910
910
|
border-color: rgb(219.3, 228.225, 255);
|
|
911
911
|
}
|
|
912
|
-
.brick-button-color-
|
|
912
|
+
.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 {
|
|
913
913
|
color: rgb(183.6, 202.64, 255);
|
|
914
914
|
}
|
|
915
|
-
.brick-button-color-
|
|
915
|
+
.brick-button-color-brand.brick-button-type-important {
|
|
916
916
|
background-color: #4c84ff;
|
|
917
917
|
}
|
|
918
|
-
.brick-button-color-
|
|
918
|
+
.brick-button-color-brand.brick-button-type-important:hover, .brick-button-color-brand.brick-button-type-important.brick-button-loading {
|
|
919
919
|
background-color: rgb(112.2, 155.04, 255);
|
|
920
920
|
}
|
|
921
|
-
.brick-button-color-
|
|
921
|
+
.brick-button-color-brand.brick-button-type-important.brick-button-loading.brick-button-disabled, .brick-button-color-brand.brick-button-type-important:active {
|
|
922
922
|
background-color: rgb(54.1875, 108.375, 216.75);
|
|
923
923
|
}
|
|
924
|
-
.brick-button-color-
|
|
924
|
+
.brick-button-color-brand.brick-button-type-important:focus-visible:not([tabindex^="-"]):not(:active) {
|
|
925
925
|
background-color: rgb(112.2, 155.04, 255);
|
|
926
926
|
}
|
|
927
|
-
.brick-button-color-
|
|
927
|
+
.brick-button-color-brand.brick-button-type-important.brick-button-disabled:not(.brick-button-loading) {
|
|
928
928
|
background-color: rgb(219.3, 228.225, 255);
|
|
929
929
|
}
|
|
930
|
-
.brick-button-color-
|
|
930
|
+
.brick-button-color-brand.brick-button-type-plain {
|
|
931
931
|
background: none;
|
|
932
932
|
}
|
|
933
|
-
.brick-button-color-
|
|
933
|
+
.brick-button-color-brand.brick-button-type-plain, .brick-button-color-brand.brick-button-type-plain .brick-icon {
|
|
934
934
|
color: #4c84ff;
|
|
935
935
|
}
|
|
936
|
-
.brick-button-color-
|
|
936
|
+
.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 {
|
|
937
937
|
color: rgb(112.2, 155.04, 255);
|
|
938
938
|
}
|
|
939
|
-
.brick-button-color-
|
|
939
|
+
.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 {
|
|
940
940
|
color: rgb(112.2, 155.04, 255);
|
|
941
941
|
}
|
|
942
|
-
.brick-button-color-
|
|
942
|
+
.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 {
|
|
943
943
|
color: rgb(54.1875, 108.375, 216.75);
|
|
944
944
|
}
|
|
945
|
-
.brick-button-color-
|
|
945
|
+
.brick-button-color-brand.brick-button-type-plain.brick-button-disabled:not(.brick-button-loading) {
|
|
946
946
|
background: none;
|
|
947
947
|
}
|
|
948
|
-
.brick-button-color-
|
|
948
|
+
.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 {
|
|
949
949
|
color: rgb(183.6, 202.64, 255);
|
|
950
950
|
}
|
|
951
951
|
.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-suggest",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.114",
|
|
4
4
|
"description": "@befe/brick component Suggest",
|
|
5
5
|
"main": "es",
|
|
6
6
|
"module": "es",
|
|
@@ -20,14 +20,14 @@
|
|
|
20
20
|
"author": "wujun07",
|
|
21
21
|
"license": "ISC",
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@befe/brick-comp-button": "^0.2.
|
|
24
|
-
"@befe/brick-comp-icon": "^0.2.
|
|
25
|
-
"@befe/brick-comp-input": "^0.2.
|
|
26
|
-
"@befe/brick-comp-menu": "^0.2.
|
|
27
|
-
"@befe/brick-comp-popper": "^0.2.
|
|
28
|
-
"@befe/brick-core": "^0.2.
|
|
29
|
-
"@befe/brick-icon": "^0.2.
|
|
30
|
-
"@befe/brick-style": "^0.2.
|
|
23
|
+
"@befe/brick-comp-button": "^0.2.91",
|
|
24
|
+
"@befe/brick-comp-icon": "^0.2.88",
|
|
25
|
+
"@befe/brick-comp-input": "^0.2.94",
|
|
26
|
+
"@befe/brick-comp-menu": "^0.2.104",
|
|
27
|
+
"@befe/brick-comp-popper": "^0.2.92",
|
|
28
|
+
"@befe/brick-core": "^0.2.50",
|
|
29
|
+
"@befe/brick-icon": "^0.2.25",
|
|
30
|
+
"@befe/brick-style": "^0.2.60",
|
|
31
31
|
"@befe/brick-utils": "^0.2.22"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
@@ -36,5 +36,5 @@
|
|
|
36
36
|
"react": "^16.9.0 || ^17.0.0",
|
|
37
37
|
"react-dom": "^16.9.0 || ^17.0.0"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "cb94b3d72ab576f12d8abba8baf8fb259c3ecf93"
|
|
40
40
|
}
|