@useblu/ocean-core 1.137.0 → 1.137.1
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 +6 -0
- package/ocean.css +34 -20
- package/ocean.css.map +1 -1
- package/ocean.min.css +1 -1
- package/ocean.min.css.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,12 @@
|
|
|
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
|
+
## [1.137.1](https://github.com/ocean-ds/ocean-web/compare/v1.137.0...v1.137.1) (2026-09-11)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- **core:** MR-748 hover das famílias de lista compõe com o fundo do container ([#1254](https://github.com/ocean-ds/ocean-web/issues/1254)) ([516eef0](https://github.com/ocean-ds/ocean-web/commit/516eef02ed0f1a89b1536520c9f01ab33b779ac0))
|
|
11
|
+
|
|
6
12
|
# [1.137.0](https://github.com/ocean-ds/ocean-web/compare/v1.136.0...v1.137.0) (2026-07-27)
|
|
7
13
|
|
|
8
14
|
### Features
|
package/ocean.css
CHANGED
|
@@ -2747,6 +2747,8 @@
|
|
|
2747
2747
|
}
|
|
2748
2748
|
|
|
2749
2749
|
.ods-divider {
|
|
2750
|
+
border-color: #e0e2ee;
|
|
2751
|
+
mix-blend-mode: multiply;
|
|
2750
2752
|
border: 0;
|
|
2751
2753
|
border-top: 1px solid #e0e2ee;
|
|
2752
2754
|
margin: 0;
|
|
@@ -3200,13 +3202,14 @@
|
|
|
3200
3202
|
}
|
|
3201
3203
|
|
|
3202
3204
|
.ods-list {
|
|
3203
|
-
background: white;
|
|
3204
3205
|
border: 1px solid #e0e2ee;
|
|
3205
3206
|
border-radius: 8px;
|
|
3206
3207
|
box-sizing: border-box;
|
|
3207
3208
|
overflow: hidden;
|
|
3208
3209
|
}
|
|
3209
3210
|
.ods-list .ods-transaction-list-item:not(:last-of-type) {
|
|
3211
|
+
border-color: #e0e2ee;
|
|
3212
|
+
mix-blend-mode: multiply;
|
|
3210
3213
|
border-bottom: 1px solid #e0e2ee;
|
|
3211
3214
|
}
|
|
3212
3215
|
.ods-list .ods-transaction-list-item__sub-itens .ods-transaction-list-item {
|
|
@@ -3217,6 +3220,8 @@
|
|
|
3217
3220
|
border-radius: 0;
|
|
3218
3221
|
}
|
|
3219
3222
|
.ods-list .ods-card-list-item:not(:last-of-type) {
|
|
3223
|
+
border-color: #e0e2ee;
|
|
3224
|
+
mix-blend-mode: multiply;
|
|
3220
3225
|
border-bottom: 1px solid #e0e2ee;
|
|
3221
3226
|
}
|
|
3222
3227
|
.ods-list .ods-list-container__content--card {
|
|
@@ -3224,6 +3229,8 @@
|
|
|
3224
3229
|
border-radius: 0;
|
|
3225
3230
|
}
|
|
3226
3231
|
.ods-list .ods-list-container:not(:last-of-type) > .ods-list-container__content--card {
|
|
3232
|
+
border-color: #e0e2ee;
|
|
3233
|
+
mix-blend-mode: multiply;
|
|
3227
3234
|
border-bottom: 1px solid #e0e2ee;
|
|
3228
3235
|
}
|
|
3229
3236
|
.ods-list .ods-list-container:last-of-type > .ods-list-container__content__divider {
|
|
@@ -3243,7 +3250,6 @@
|
|
|
3243
3250
|
}
|
|
3244
3251
|
|
|
3245
3252
|
.ods-transaction-list-item {
|
|
3246
|
-
background-color: white;
|
|
3247
3253
|
cursor: pointer;
|
|
3248
3254
|
display: flex;
|
|
3249
3255
|
flex-direction: column;
|
|
@@ -3251,9 +3257,11 @@
|
|
|
3251
3257
|
}
|
|
3252
3258
|
.ods-transaction-list-item:hover, .ods-transaction-list-item:focus {
|
|
3253
3259
|
background-color: #f3f5fe;
|
|
3260
|
+
mix-blend-mode: multiply;
|
|
3254
3261
|
}
|
|
3255
3262
|
.ods-transaction-list-item:active {
|
|
3256
3263
|
background-color: #ced1e1;
|
|
3264
|
+
mix-blend-mode: multiply;
|
|
3257
3265
|
}
|
|
3258
3266
|
.ods-transaction-list-item.ods-transaction-list-item--readonly {
|
|
3259
3267
|
pointer-events: none;
|
|
@@ -3271,7 +3279,8 @@
|
|
|
3271
3279
|
pointer-events: none;
|
|
3272
3280
|
}
|
|
3273
3281
|
.ods-transaction-list-item--isloading .ods-transaction-list-item__content:hover, .ods-transaction-list-item--isloading .ods-transaction-list-item__content:focus {
|
|
3274
|
-
background-color:
|
|
3282
|
+
background-color: transparent;
|
|
3283
|
+
mix-blend-mode: normal;
|
|
3275
3284
|
}
|
|
3276
3285
|
.ods-transaction-list-item .ods-transaction-list-item__sub-itens .ods-transaction-list-item {
|
|
3277
3286
|
background-color: transparent;
|
|
@@ -3847,7 +3856,6 @@
|
|
|
3847
3856
|
.ods-text-list-item-selectable .ods-checkbox__root,
|
|
3848
3857
|
.ods-text-list-item-selectable .ods-radio__root {
|
|
3849
3858
|
align-items: center;
|
|
3850
|
-
background-color: white;
|
|
3851
3859
|
padding: 16px;
|
|
3852
3860
|
width: 100%;
|
|
3853
3861
|
}
|
|
@@ -3855,6 +3863,7 @@
|
|
|
3855
3863
|
.ods-text-list-item-selectable .ods-radio__root:hover,
|
|
3856
3864
|
.ods-text-list-item-selectable .ods-radio__root:focus {
|
|
3857
3865
|
background-color: #f3f5fe;
|
|
3866
|
+
mix-blend-mode: multiply;
|
|
3858
3867
|
cursor: pointer;
|
|
3859
3868
|
}
|
|
3860
3869
|
.ods-text-list-item-selectable .ods-checkbox__label,
|
|
@@ -3877,7 +3886,6 @@
|
|
|
3877
3886
|
.ods-text-list-item {
|
|
3878
3887
|
align-items: center;
|
|
3879
3888
|
align-items: flex-start;
|
|
3880
|
-
background-color: white;
|
|
3881
3889
|
display: flex;
|
|
3882
3890
|
flex-direction: column;
|
|
3883
3891
|
padding: 16px;
|
|
@@ -3896,6 +3904,7 @@
|
|
|
3896
3904
|
}
|
|
3897
3905
|
.ods-text-list-item--with-action:hover, .ods-text-list-item--with-action:focus {
|
|
3898
3906
|
background-color: #f3f5fe;
|
|
3907
|
+
mix-blend-mode: multiply;
|
|
3899
3908
|
cursor: pointer;
|
|
3900
3909
|
}
|
|
3901
3910
|
.ods-text-list-item--selectable {
|
|
@@ -5494,6 +5503,7 @@
|
|
|
5494
5503
|
}
|
|
5495
5504
|
.ods-card-list-item:hover:not(.ods-card-list-item--disabled, .ods-card-list-item--loading) {
|
|
5496
5505
|
background-color: #f3f5fe;
|
|
5506
|
+
mix-blend-mode: multiply;
|
|
5497
5507
|
}
|
|
5498
5508
|
.ods-card-list-item--disabled {
|
|
5499
5509
|
cursor: not-allowed;
|
|
@@ -6341,8 +6351,6 @@
|
|
|
6341
6351
|
}
|
|
6342
6352
|
.ods-list-container__content {
|
|
6343
6353
|
overflow: hidden;
|
|
6344
|
-
position: relative;
|
|
6345
|
-
z-index: 1;
|
|
6346
6354
|
}
|
|
6347
6355
|
.ods-list-container__content--card {
|
|
6348
6356
|
border: 1px solid #e0e2ee;
|
|
@@ -6352,8 +6360,12 @@
|
|
|
6352
6360
|
border-color: #f5456e;
|
|
6353
6361
|
}
|
|
6354
6362
|
.ods-list-container__content__divider {
|
|
6363
|
+
border-color: #e0e2ee;
|
|
6364
|
+
mix-blend-mode: multiply;
|
|
6355
6365
|
border-bottom: 1px solid #e0e2ee;
|
|
6356
|
-
margin:
|
|
6366
|
+
margin: -1px 16px 0;
|
|
6367
|
+
pointer-events: none;
|
|
6368
|
+
position: relative;
|
|
6357
6369
|
}
|
|
6358
6370
|
.ods-list-container__highlight {
|
|
6359
6371
|
border-radius: 0 0 8px 8px;
|
|
@@ -6363,7 +6375,7 @@
|
|
|
6363
6375
|
|
|
6364
6376
|
.ods-list-action {
|
|
6365
6377
|
align-items: center;
|
|
6366
|
-
background-color:
|
|
6378
|
+
background-color: transparent;
|
|
6367
6379
|
border: 0;
|
|
6368
6380
|
cursor: pointer;
|
|
6369
6381
|
display: flex;
|
|
@@ -6383,8 +6395,9 @@
|
|
|
6383
6395
|
min-width: 0;
|
|
6384
6396
|
transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
|
|
6385
6397
|
}
|
|
6386
|
-
.ods-list-action:hover:not(.ods-list-action--disabled):not(.ods-list-action--loading):not(.ods-list-action--swipe-open) {
|
|
6398
|
+
.ods-list-action:hover:not(.ods-list-action--disabled):not(.ods-list-action--loading):not(.ods-list-action--swipe-open), .ods-list-action:focus-visible:not(.ods-list-action--disabled):not(.ods-list-action--loading):not(.ods-list-action--swipe-open) {
|
|
6387
6399
|
background-color: #f3f5fe;
|
|
6400
|
+
mix-blend-mode: multiply;
|
|
6388
6401
|
}
|
|
6389
6402
|
.ods-list-action:focus-visible {
|
|
6390
6403
|
outline: 2px solid #0025e0;
|
|
@@ -6392,6 +6405,7 @@
|
|
|
6392
6405
|
}
|
|
6393
6406
|
.ods-list-action:active:not(.ods-list-action--disabled):not(.ods-list-action--loading):not(.ods-list-action--swipe-open) {
|
|
6394
6407
|
background-color: #ced1e1;
|
|
6408
|
+
mix-blend-mode: multiply;
|
|
6395
6409
|
}
|
|
6396
6410
|
.ods-list-action__position {
|
|
6397
6411
|
align-items: center;
|
|
@@ -6465,7 +6479,6 @@
|
|
|
6465
6479
|
|
|
6466
6480
|
.ods-list-readonly {
|
|
6467
6481
|
align-items: center;
|
|
6468
|
-
background-color: white;
|
|
6469
6482
|
box-sizing: border-box;
|
|
6470
6483
|
display: flex;
|
|
6471
6484
|
gap: 12px;
|
|
@@ -6509,7 +6522,6 @@
|
|
|
6509
6522
|
|
|
6510
6523
|
.ods-list-settings {
|
|
6511
6524
|
align-items: center;
|
|
6512
|
-
background-color: white;
|
|
6513
6525
|
box-sizing: border-box;
|
|
6514
6526
|
display: flex;
|
|
6515
6527
|
gap: 12px;
|
|
@@ -6556,7 +6568,6 @@
|
|
|
6556
6568
|
}
|
|
6557
6569
|
|
|
6558
6570
|
.ods-list-expandable {
|
|
6559
|
-
background-color: white;
|
|
6560
6571
|
display: flex;
|
|
6561
6572
|
flex-direction: column;
|
|
6562
6573
|
min-width: 0;
|
|
@@ -6569,8 +6580,12 @@
|
|
|
6569
6580
|
opacity: 0.6;
|
|
6570
6581
|
}
|
|
6571
6582
|
.ods-list-expandable__divider {
|
|
6583
|
+
border-color: #e0e2ee;
|
|
6584
|
+
mix-blend-mode: multiply;
|
|
6572
6585
|
border-bottom: 1px solid #e0e2ee;
|
|
6573
|
-
margin:
|
|
6586
|
+
margin: -1px 16px 0;
|
|
6587
|
+
pointer-events: none;
|
|
6588
|
+
position: relative;
|
|
6574
6589
|
}
|
|
6575
6590
|
.ods-list-expandable--transaction .ods-list-expandable__icon {
|
|
6576
6591
|
color: #aaadc0;
|
|
@@ -6645,8 +6660,9 @@
|
|
|
6645
6660
|
transition: background-color 0.2s ease;
|
|
6646
6661
|
width: 100%;
|
|
6647
6662
|
}
|
|
6648
|
-
.ods-list-expandable__main:hover:not(.ods-list-expandable--loading .ods-list-expandable__main) {
|
|
6663
|
+
.ods-list-expandable__main:hover:not(.ods-list-expandable--loading .ods-list-expandable__main), .ods-list-expandable__main:focus-visible:not(.ods-list-expandable--loading .ods-list-expandable__main) {
|
|
6649
6664
|
background-color: #f3f5fe;
|
|
6665
|
+
mix-blend-mode: multiply;
|
|
6650
6666
|
}
|
|
6651
6667
|
.ods-list-expandable__main:focus-visible {
|
|
6652
6668
|
outline: 2px solid #0025e0;
|
|
@@ -6723,9 +6739,11 @@
|
|
|
6723
6739
|
}
|
|
6724
6740
|
.ods-list-expandable--expanded .ods-list-expandable__main:hover {
|
|
6725
6741
|
background-color: #f3f5fe;
|
|
6742
|
+
mix-blend-mode: multiply;
|
|
6726
6743
|
}
|
|
6727
6744
|
.ods-list-expandable--show-hover .ods-list-expandable__main {
|
|
6728
6745
|
background-color: #f3f5fe;
|
|
6746
|
+
mix-blend-mode: multiply;
|
|
6729
6747
|
}
|
|
6730
6748
|
|
|
6731
6749
|
.ods-list-selectable__indicator {
|
|
@@ -6737,13 +6755,13 @@
|
|
|
6737
6755
|
.ods-list-selectable .ods-checkbox__root,
|
|
6738
6756
|
.ods-list-selectable .ods-radio__root {
|
|
6739
6757
|
align-items: center;
|
|
6740
|
-
background-color: white;
|
|
6741
6758
|
padding: 16px;
|
|
6742
6759
|
}
|
|
6743
6760
|
.ods-list-selectable .ods-checkbox__root:hover, .ods-list-selectable .ods-checkbox__root:focus,
|
|
6744
6761
|
.ods-list-selectable .ods-radio__root:hover,
|
|
6745
6762
|
.ods-list-selectable .ods-radio__root:focus {
|
|
6746
6763
|
background-color: #f3f5fe;
|
|
6764
|
+
mix-blend-mode: multiply;
|
|
6747
6765
|
cursor: pointer;
|
|
6748
6766
|
}
|
|
6749
6767
|
.ods-list-selectable .ods-checkbox__label,
|
|
@@ -6946,10 +6964,6 @@
|
|
|
6946
6964
|
padding: 8px;
|
|
6947
6965
|
}
|
|
6948
6966
|
}
|
|
6949
|
-
.ods-internal-contextual-hero__list > div > button,
|
|
6950
|
-
.ods-internal-contextual-hero__list > div > div {
|
|
6951
|
-
background-color: transparent;
|
|
6952
|
-
}
|
|
6953
6967
|
.ods-internal-contextual-hero__list-item {
|
|
6954
6968
|
display: flex;
|
|
6955
6969
|
gap: 8px;
|