@befe/brick-comp-close-x 0.2.90 → 0.2.91
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 +6 -6
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.91](https://icode.baidu.com/repos/baidu/be-fe/brick/merge/%40befe%2Fbrick-comp-close-x%400.2.90...%40befe%2Fbrick-comp-close-x%400.2.91) (2026-03-19)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @befe/brick-comp-close-x
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [0.2.90](https://icode.baidu.com/repos/baidu/be-fe/brick/merge/%40befe%2Fbrick-comp-close-x%400.2.89...%40befe%2Fbrick-comp-close-x%400.2.90) (2026-01-30)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @befe/brick-comp-close-x
|
package/es/index.css
CHANGED
|
@@ -363,7 +363,7 @@
|
|
|
363
363
|
.brick-button-type-plain.brick-button-icon-only.brick-button-disabled .brick-icon {
|
|
364
364
|
color: rgb(204, 204, 204);
|
|
365
365
|
}
|
|
366
|
-
.brick-button-color-
|
|
366
|
+
.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 {
|
|
367
367
|
color: rgb(255, 255, 255);
|
|
368
368
|
}
|
|
369
369
|
.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 {
|
|
@@ -375,77 +375,77 @@
|
|
|
375
375
|
.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 {
|
|
376
376
|
color: rgb(255, 255, 255);
|
|
377
377
|
}
|
|
378
|
-
.brick-button-color-
|
|
378
|
+
.brick-button-color-brand:focus-visible:not([tabindex^="-"]):not(:active) {
|
|
379
379
|
border-color: #4c84ff;
|
|
380
380
|
box-shadow: 0 0 0 2px rgb(219.3, 228.225, 255);
|
|
381
381
|
outline: none;
|
|
382
382
|
}
|
|
383
|
-
.brick-button-color-
|
|
383
|
+
.brick-button-color-brand.brick-button-type-intensive {
|
|
384
384
|
border-color: #4c84ff;
|
|
385
385
|
}
|
|
386
|
-
.brick-button-color-
|
|
386
|
+
.brick-button-color-brand.brick-button-type-intensive, .brick-button-color-brand.brick-button-type-intensive .brick-icon {
|
|
387
387
|
color: #4c84ff;
|
|
388
388
|
}
|
|
389
|
-
.brick-button-color-
|
|
389
|
+
.brick-button-color-brand.brick-button-type-intensive.brick-button-loading, .brick-button-color-brand.brick-button-type-intensive:hover {
|
|
390
390
|
background-color: rgb(112.2, 155.04, 255);
|
|
391
391
|
}
|
|
392
|
-
.brick-button-color-
|
|
392
|
+
.brick-button-color-brand.brick-button-type-intensive.brick-button-loading, .brick-button-color-brand.brick-button-type-intensive:hover {
|
|
393
393
|
border-color: rgb(112.2, 155.04, 255);
|
|
394
394
|
}
|
|
395
|
-
.brick-button-color-
|
|
395
|
+
.brick-button-color-brand.brick-button-type-intensive.brick-button-loading.brick-button-disabled, .brick-button-color-brand.brick-button-type-intensive:active {
|
|
396
396
|
border-color: rgb(54.1875, 108.375, 216.75);
|
|
397
397
|
background-color: rgb(54.1875, 108.375, 216.75);
|
|
398
398
|
}
|
|
399
|
-
.brick-button-color-
|
|
399
|
+
.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 {
|
|
400
400
|
color: rgb(255, 255, 255);
|
|
401
401
|
}
|
|
402
|
-
.brick-button-color-
|
|
402
|
+
.brick-button-color-brand.brick-button-type-intensive:focus-visible:not([tabindex^="-"]):not(:active) {
|
|
403
403
|
background-color: rgb(112.2, 155.04, 255);
|
|
404
404
|
}
|
|
405
|
-
.brick-button-color-
|
|
405
|
+
.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 {
|
|
406
406
|
color: rgb(255, 255, 255);
|
|
407
407
|
}
|
|
408
|
-
.brick-button-color-
|
|
408
|
+
.brick-button-color-brand.brick-button-type-intensive.brick-button-disabled:not(.brick-button-loading) {
|
|
409
409
|
background-color: rgb(242.25, 245.225, 255);
|
|
410
410
|
border-color: rgb(219.3, 228.225, 255);
|
|
411
411
|
}
|
|
412
|
-
.brick-button-color-
|
|
412
|
+
.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 {
|
|
413
413
|
color: rgb(183.6, 202.64, 255);
|
|
414
414
|
}
|
|
415
|
-
.brick-button-color-
|
|
415
|
+
.brick-button-color-brand.brick-button-type-important {
|
|
416
416
|
background-color: #4c84ff;
|
|
417
417
|
}
|
|
418
|
-
.brick-button-color-
|
|
418
|
+
.brick-button-color-brand.brick-button-type-important:hover, .brick-button-color-brand.brick-button-type-important.brick-button-loading {
|
|
419
419
|
background-color: rgb(112.2, 155.04, 255);
|
|
420
420
|
}
|
|
421
|
-
.brick-button-color-
|
|
421
|
+
.brick-button-color-brand.brick-button-type-important.brick-button-loading.brick-button-disabled, .brick-button-color-brand.brick-button-type-important:active {
|
|
422
422
|
background-color: rgb(54.1875, 108.375, 216.75);
|
|
423
423
|
}
|
|
424
|
-
.brick-button-color-
|
|
424
|
+
.brick-button-color-brand.brick-button-type-important:focus-visible:not([tabindex^="-"]):not(:active) {
|
|
425
425
|
background-color: rgb(112.2, 155.04, 255);
|
|
426
426
|
}
|
|
427
|
-
.brick-button-color-
|
|
427
|
+
.brick-button-color-brand.brick-button-type-important.brick-button-disabled:not(.brick-button-loading) {
|
|
428
428
|
background-color: rgb(219.3, 228.225, 255);
|
|
429
429
|
}
|
|
430
|
-
.brick-button-color-
|
|
430
|
+
.brick-button-color-brand.brick-button-type-plain {
|
|
431
431
|
background: none;
|
|
432
432
|
}
|
|
433
|
-
.brick-button-color-
|
|
433
|
+
.brick-button-color-brand.brick-button-type-plain, .brick-button-color-brand.brick-button-type-plain .brick-icon {
|
|
434
434
|
color: #4c84ff;
|
|
435
435
|
}
|
|
436
|
-
.brick-button-color-
|
|
436
|
+
.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 {
|
|
437
437
|
color: rgb(112.2, 155.04, 255);
|
|
438
438
|
}
|
|
439
|
-
.brick-button-color-
|
|
439
|
+
.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 {
|
|
440
440
|
color: rgb(112.2, 155.04, 255);
|
|
441
441
|
}
|
|
442
|
-
.brick-button-color-
|
|
442
|
+
.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 {
|
|
443
443
|
color: rgb(54.1875, 108.375, 216.75);
|
|
444
444
|
}
|
|
445
|
-
.brick-button-color-
|
|
445
|
+
.brick-button-color-brand.brick-button-type-plain.brick-button-disabled:not(.brick-button-loading) {
|
|
446
446
|
background: none;
|
|
447
447
|
}
|
|
448
|
-
.brick-button-color-
|
|
448
|
+
.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 {
|
|
449
449
|
color: rgb(183.6, 202.64, 255);
|
|
450
450
|
}
|
|
451
451
|
.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-close-x",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.91",
|
|
4
4
|
"description": "@befe/brick component CloseX",
|
|
5
5
|
"main": "es",
|
|
6
6
|
"module": "es",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"author": "wujun07",
|
|
21
21
|
"license": "ISC",
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@befe/brick-comp-button": "^0.2.
|
|
24
|
-
"@befe/brick-core": "^0.2.
|
|
25
|
-
"@befe/brick-icon": "^0.2.
|
|
26
|
-
"@befe/brick-style": "^0.2.
|
|
23
|
+
"@befe/brick-comp-button": "^0.2.91",
|
|
24
|
+
"@befe/brick-core": "^0.2.50",
|
|
25
|
+
"@befe/brick-icon": "^0.2.25",
|
|
26
|
+
"@befe/brick-style": "^0.2.60",
|
|
27
27
|
"@befe/brick-utils": "^0.2.22"
|
|
28
28
|
},
|
|
29
29
|
"peerDependencies": {
|
|
@@ -32,5 +32,5 @@
|
|
|
32
32
|
"react": "^16.9.0 || ^17.0.0",
|
|
33
33
|
"react-dom": "^16.9.0 || ^17.0.0"
|
|
34
34
|
},
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "cb94b3d72ab576f12d8abba8baf8fb259c3ecf93"
|
|
36
36
|
}
|