@befe/brick-comp-tour 0.2.40 → 0.2.42
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 +24 -24
- package/package.json +10 -10
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.42](https://icode.baidu.com/repos/baidu/be-fe/brick/merge/%40befe%2Fbrick-comp-tour%400.2.41...%40befe%2Fbrick-comp-tour%400.2.42) (2026-03-19)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @befe/brick-comp-tour
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [0.2.41](https://icode.baidu.com/repos/baidu/be-fe/brick/merge/%40befe%2Fbrick-comp-tour%400.2.40...%40befe%2Fbrick-comp-tour%400.2.41) (2026-01-30)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @befe/brick-comp-tour
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
## [0.2.40](https://icode.baidu.com/repos/baidu/be-fe/brick/merge/%40befe%2Fbrick-comp-tour%400.2.39...%40befe%2Fbrick-comp-tour%400.2.40) (2025-12-30)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @befe/brick-comp-tour
|
package/es/index.css
CHANGED
|
@@ -614,7 +614,7 @@ body > .brick-popper .brick-popper-wrap {
|
|
|
614
614
|
.brick-button-type-plain.brick-button-icon-only.brick-button-disabled .brick-icon {
|
|
615
615
|
color: rgb(204, 204, 204);
|
|
616
616
|
}
|
|
617
|
-
.brick-button-color-
|
|
617
|
+
.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 {
|
|
618
618
|
color: rgb(255, 255, 255);
|
|
619
619
|
}
|
|
620
620
|
.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 {
|
|
@@ -626,77 +626,77 @@ body > .brick-popper .brick-popper-wrap {
|
|
|
626
626
|
.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 {
|
|
627
627
|
color: rgb(255, 255, 255);
|
|
628
628
|
}
|
|
629
|
-
.brick-button-color-
|
|
629
|
+
.brick-button-color-brand:focus-visible:not([tabindex^="-"]):not(:active) {
|
|
630
630
|
border-color: #4c84ff;
|
|
631
631
|
box-shadow: 0 0 0 2px rgb(219.3, 228.225, 255);
|
|
632
632
|
outline: none;
|
|
633
633
|
}
|
|
634
|
-
.brick-button-color-
|
|
634
|
+
.brick-button-color-brand.brick-button-type-intensive {
|
|
635
635
|
border-color: #4c84ff;
|
|
636
636
|
}
|
|
637
|
-
.brick-button-color-
|
|
637
|
+
.brick-button-color-brand.brick-button-type-intensive, .brick-button-color-brand.brick-button-type-intensive .brick-icon {
|
|
638
638
|
color: #4c84ff;
|
|
639
639
|
}
|
|
640
|
-
.brick-button-color-
|
|
640
|
+
.brick-button-color-brand.brick-button-type-intensive.brick-button-loading, .brick-button-color-brand.brick-button-type-intensive:hover {
|
|
641
641
|
background-color: rgb(112.2, 155.04, 255);
|
|
642
642
|
}
|
|
643
|
-
.brick-button-color-
|
|
643
|
+
.brick-button-color-brand.brick-button-type-intensive.brick-button-loading, .brick-button-color-brand.brick-button-type-intensive:hover {
|
|
644
644
|
border-color: rgb(112.2, 155.04, 255);
|
|
645
645
|
}
|
|
646
|
-
.brick-button-color-
|
|
646
|
+
.brick-button-color-brand.brick-button-type-intensive.brick-button-loading.brick-button-disabled, .brick-button-color-brand.brick-button-type-intensive:active {
|
|
647
647
|
border-color: rgb(54.1875, 108.375, 216.75);
|
|
648
648
|
background-color: rgb(54.1875, 108.375, 216.75);
|
|
649
649
|
}
|
|
650
|
-
.brick-button-color-
|
|
650
|
+
.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 {
|
|
651
651
|
color: rgb(255, 255, 255);
|
|
652
652
|
}
|
|
653
|
-
.brick-button-color-
|
|
653
|
+
.brick-button-color-brand.brick-button-type-intensive:focus-visible:not([tabindex^="-"]):not(:active) {
|
|
654
654
|
background-color: rgb(112.2, 155.04, 255);
|
|
655
655
|
}
|
|
656
|
-
.brick-button-color-
|
|
656
|
+
.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 {
|
|
657
657
|
color: rgb(255, 255, 255);
|
|
658
658
|
}
|
|
659
|
-
.brick-button-color-
|
|
659
|
+
.brick-button-color-brand.brick-button-type-intensive.brick-button-disabled:not(.brick-button-loading) {
|
|
660
660
|
background-color: rgb(242.25, 245.225, 255);
|
|
661
661
|
border-color: rgb(219.3, 228.225, 255);
|
|
662
662
|
}
|
|
663
|
-
.brick-button-color-
|
|
663
|
+
.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 {
|
|
664
664
|
color: rgb(183.6, 202.64, 255);
|
|
665
665
|
}
|
|
666
|
-
.brick-button-color-
|
|
666
|
+
.brick-button-color-brand.brick-button-type-important {
|
|
667
667
|
background-color: #4c84ff;
|
|
668
668
|
}
|
|
669
|
-
.brick-button-color-
|
|
669
|
+
.brick-button-color-brand.brick-button-type-important:hover, .brick-button-color-brand.brick-button-type-important.brick-button-loading {
|
|
670
670
|
background-color: rgb(112.2, 155.04, 255);
|
|
671
671
|
}
|
|
672
|
-
.brick-button-color-
|
|
672
|
+
.brick-button-color-brand.brick-button-type-important.brick-button-loading.brick-button-disabled, .brick-button-color-brand.brick-button-type-important:active {
|
|
673
673
|
background-color: rgb(54.1875, 108.375, 216.75);
|
|
674
674
|
}
|
|
675
|
-
.brick-button-color-
|
|
675
|
+
.brick-button-color-brand.brick-button-type-important:focus-visible:not([tabindex^="-"]):not(:active) {
|
|
676
676
|
background-color: rgb(112.2, 155.04, 255);
|
|
677
677
|
}
|
|
678
|
-
.brick-button-color-
|
|
678
|
+
.brick-button-color-brand.brick-button-type-important.brick-button-disabled:not(.brick-button-loading) {
|
|
679
679
|
background-color: rgb(219.3, 228.225, 255);
|
|
680
680
|
}
|
|
681
|
-
.brick-button-color-
|
|
681
|
+
.brick-button-color-brand.brick-button-type-plain {
|
|
682
682
|
background: none;
|
|
683
683
|
}
|
|
684
|
-
.brick-button-color-
|
|
684
|
+
.brick-button-color-brand.brick-button-type-plain, .brick-button-color-brand.brick-button-type-plain .brick-icon {
|
|
685
685
|
color: #4c84ff;
|
|
686
686
|
}
|
|
687
|
-
.brick-button-color-
|
|
687
|
+
.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 {
|
|
688
688
|
color: rgb(112.2, 155.04, 255);
|
|
689
689
|
}
|
|
690
|
-
.brick-button-color-
|
|
690
|
+
.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 {
|
|
691
691
|
color: rgb(112.2, 155.04, 255);
|
|
692
692
|
}
|
|
693
|
-
.brick-button-color-
|
|
693
|
+
.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 {
|
|
694
694
|
color: rgb(54.1875, 108.375, 216.75);
|
|
695
695
|
}
|
|
696
|
-
.brick-button-color-
|
|
696
|
+
.brick-button-color-brand.brick-button-type-plain.brick-button-disabled:not(.brick-button-loading) {
|
|
697
697
|
background: none;
|
|
698
698
|
}
|
|
699
|
-
.brick-button-color-
|
|
699
|
+
.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 {
|
|
700
700
|
color: rgb(183.6, 202.64, 255);
|
|
701
701
|
}
|
|
702
702
|
.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-tour",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.42",
|
|
4
4
|
"description": "@befe/brick component Tour",
|
|
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-close-x": "^0.2.
|
|
25
|
-
"@befe/brick-comp-modal": "^0.2.
|
|
26
|
-
"@befe/brick-comp-popper": "^0.2.
|
|
27
|
-
"@befe/brick-comp-popup": "^0.2.
|
|
28
|
-
"@befe/brick-core": "^0.2.
|
|
29
|
-
"@befe/brick-style": "^0.2.
|
|
30
|
-
"@befe/brick-utils": "^0.2.
|
|
23
|
+
"@befe/brick-comp-button": "^0.2.91",
|
|
24
|
+
"@befe/brick-comp-close-x": "^0.2.91",
|
|
25
|
+
"@befe/brick-comp-modal": "^0.2.89",
|
|
26
|
+
"@befe/brick-comp-popper": "^0.2.92",
|
|
27
|
+
"@befe/brick-comp-popup": "^0.2.88",
|
|
28
|
+
"@befe/brick-core": "^0.2.50",
|
|
29
|
+
"@befe/brick-style": "^0.2.60",
|
|
30
|
+
"@befe/brick-utils": "^0.2.22"
|
|
31
31
|
},
|
|
32
32
|
"peerDependencies": {
|
|
33
33
|
"classnames": "^2.0.0",
|
|
@@ -35,5 +35,5 @@
|
|
|
35
35
|
"react": "^16.9.0 || ^17.0.0",
|
|
36
36
|
"react-dom": "^16.9.0 || ^17.0.0"
|
|
37
37
|
},
|
|
38
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "cb94b3d72ab576f12d8abba8baf8fb259c3ecf93"
|
|
39
39
|
}
|