@useblu/ocean-core 1.133.1 → 1.135.0

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 CHANGED
@@ -3,6 +3,18 @@
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.135.0](https://github.com/ocean-ds/ocean-web/compare/v1.134.1...v1.135.0) (2026-04-14)
7
+
8
+ ### Features
9
+
10
+ - add isInverted prop for typography hierarchy (BAN-52). ([#1236](https://github.com/ocean-ds/ocean-web/issues/1236)) ([6b628d0](https://github.com/ocean-ds/ocean-web/commit/6b628d0ffe0714f6f6b39f3ad5d4a14fae5998ad))
11
+
12
+ # [1.134.0](https://github.com/ocean-ds/ocean-web/compare/v1.133.1...v1.134.0) (2026-03-18)
13
+
14
+ ### Features
15
+
16
+ - adjust list components ([#1232](https://github.com/ocean-ds/ocean-web/issues/1232)) ([1888076](https://github.com/ocean-ds/ocean-web/commit/1888076b0d5f7c443f9863497e150ee431791e17))
17
+
6
18
  ## [1.133.1](https://github.com/ocean-ds/ocean-web/compare/v1.133.0...v1.133.1) (2026-03-06)
7
19
 
8
20
  **Note:** Version bump only for package @useblu/ocean-core
package/ocean.css CHANGED
@@ -3135,44 +3135,14 @@
3135
3135
  .ods-list .ods-card-list-item:not(:last-of-type) {
3136
3136
  border-bottom: 1px solid #e0e2ee;
3137
3137
  }
3138
- .ods-list .ods-list-action__container .ods-list-action,
3139
- .ods-list .ods-list-action__container .ods-list-settings,
3140
- .ods-list .ods-list-action__container .ods-list-readonly,
3141
- .ods-list .ods-list-settings__container .ods-list-action,
3142
- .ods-list .ods-list-settings__container .ods-list-settings,
3143
- .ods-list .ods-list-settings__container .ods-list-readonly,
3144
- .ods-list .ods-list-readonly__container .ods-list-action,
3145
- .ods-list .ods-list-readonly__container .ods-list-settings,
3146
- .ods-list .ods-list-readonly__container .ods-list-readonly {
3138
+ .ods-list .ods-list-container__content--card {
3147
3139
  border: 0;
3148
3140
  border-radius: 0;
3149
3141
  }
3150
- .ods-list .ods-list-action__container:last-of-type > .ods-list-action__divider, .ods-list .ods-list-action__container:last-of-type > .ods-list-readonly__divider, .ods-list .ods-list-action__container:last-of-type > .ods-list-settings__divider,
3151
- .ods-list .ods-list-settings__container:last-of-type > .ods-list-action__divider,
3152
- .ods-list .ods-list-settings__container:last-of-type > .ods-list-readonly__divider,
3153
- .ods-list .ods-list-settings__container:last-of-type > .ods-list-settings__divider,
3154
- .ods-list .ods-list-readonly__container:last-of-type > .ods-list-action__divider,
3155
- .ods-list .ods-list-readonly__container:last-of-type > .ods-list-readonly__divider,
3156
- .ods-list .ods-list-readonly__container:last-of-type > .ods-list-settings__divider {
3157
- border: 0;
3158
- }
3159
- .ods-list .ods-list-action__container:not(:last-of-type) > .ods-list-action--card, .ods-list .ods-list-action__container:not(:last-of-type) > .ods-list-readonly--card, .ods-list .ods-list-action__container:not(:last-of-type) > .ods-list-settings--card,
3160
- .ods-list .ods-list-settings__container:not(:last-of-type) > .ods-list-action--card,
3161
- .ods-list .ods-list-settings__container:not(:last-of-type) > .ods-list-readonly--card,
3162
- .ods-list .ods-list-settings__container:not(:last-of-type) > .ods-list-settings--card,
3163
- .ods-list .ods-list-readonly__container:not(:last-of-type) > .ods-list-action--card,
3164
- .ods-list .ods-list-readonly__container:not(:last-of-type) > .ods-list-readonly--card,
3165
- .ods-list .ods-list-readonly__container:not(:last-of-type) > .ods-list-settings--card {
3142
+ .ods-list .ods-list-container:not(:last-of-type) > .ods-list-container__content--card {
3166
3143
  border-bottom: 1px solid #e0e2ee;
3167
3144
  }
3168
- .ods-list .ods-list-expandable--card {
3169
- border: 0;
3170
- border-radius: 0;
3171
- }
3172
- .ods-list .ods-list-expandable--card:not(:last-of-type) {
3173
- border-bottom: 1px solid #e0e2ee;
3174
- }
3175
- .ods-list .ods-list-selectable__root:last-of-type .ods-list-selectable__root--text--divider {
3145
+ .ods-list .ods-list-container:last-of-type > .ods-list-container__content__divider {
3176
3146
  display: none;
3177
3147
  }
3178
3148
 
@@ -3373,6 +3343,13 @@
3373
3343
  }
3374
3344
  }
3375
3345
 
3346
+ .ods-transaction-list-item--inverted .ods-transaction-list-item__level1 {
3347
+ font-size: 14px;
3348
+ }
3349
+ .ods-transaction-list-item--inverted .ods-transaction-list-item__level2 {
3350
+ font-size: 16px;
3351
+ }
3352
+
3376
3353
  .ods-modal__overlay {
3377
3354
  background: rgba(57, 59, 71, 0.4);
3378
3355
  bottom: 0;
@@ -6263,11 +6240,35 @@
6263
6240
  padding: 4px 8px;
6264
6241
  }
6265
6242
 
6243
+ .ods-list-container {
6244
+ width: 100%;
6245
+ }
6246
+ .ods-list-container__content {
6247
+ overflow: hidden;
6248
+ position: relative;
6249
+ z-index: 1;
6250
+ }
6251
+ .ods-list-container__content--card {
6252
+ border: 1px solid #ced1e1;
6253
+ border-radius: 8px;
6254
+ }
6255
+ .ods-list-container__content--card--error {
6256
+ border-color: #f5456e;
6257
+ }
6258
+ .ods-list-container__content__divider {
6259
+ border-bottom: 1px solid #e0e2ee;
6260
+ margin: 0 16px;
6261
+ }
6262
+ .ods-list-container__highlight {
6263
+ border-radius: 0 0 8px 8px;
6264
+ margin-top: -8px;
6265
+ padding: 18px 16px 10px;
6266
+ }
6267
+
6266
6268
  .ods-list-action {
6267
6269
  align-items: center;
6268
6270
  background-color: white;
6269
- border: 1px solid #ced1e1;
6270
- border-radius: 8px;
6271
+ border: 0;
6271
6272
  cursor: pointer;
6272
6273
  display: flex;
6273
6274
  gap: 12px;
@@ -6278,9 +6279,6 @@
6278
6279
  transition: background-color 0.2s ease;
6279
6280
  width: 100%;
6280
6281
  }
6281
- .ods-list-action__container {
6282
- width: 100%;
6283
- }
6284
6282
  .ods-list-action__content {
6285
6283
  align-items: center;
6286
6284
  display: flex;
@@ -6289,16 +6287,6 @@
6289
6287
  min-width: 0;
6290
6288
  transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
6291
6289
  }
6292
- .ods-list-action--card {
6293
- border-color: #ced1e1;
6294
- }
6295
- .ods-list-action--text {
6296
- border: 0;
6297
- border-radius: 0;
6298
- }
6299
- .ods-list-action__divider {
6300
- margin: 0 16px;
6301
- }
6302
6290
  .ods-list-action:hover:not(.ods-list-action--disabled):not(.ods-list-action--loading):not(.ods-list-action--swipe-open) {
6303
6291
  background-color: #f3f5fe;
6304
6292
  }
@@ -6382,8 +6370,6 @@
6382
6370
  .ods-list-readonly {
6383
6371
  align-items: center;
6384
6372
  background-color: white;
6385
- border: 1px solid #ced1e1;
6386
- border-radius: 8px;
6387
6373
  box-sizing: border-box;
6388
6374
  display: flex;
6389
6375
  gap: 12px;
@@ -6392,20 +6378,6 @@
6392
6378
  text-align: left;
6393
6379
  width: 100%;
6394
6380
  }
6395
- .ods-list-readonly__container {
6396
- width: 100%;
6397
- }
6398
- .ods-list-readonly--card {
6399
- border-color: #ced1e1;
6400
- }
6401
- .ods-list-readonly--text {
6402
- border: 0;
6403
- border-radius: 0;
6404
- }
6405
- .ods-list-readonly__divider {
6406
- border-bottom: 1px solid #e0e2ee;
6407
- margin: 0 16px;
6408
- }
6409
6381
  .ods-list-readonly__icon {
6410
6382
  align-items: center;
6411
6383
  color: #5872f5;
@@ -6442,8 +6414,6 @@
6442
6414
  .ods-list-settings {
6443
6415
  align-items: center;
6444
6416
  background-color: white;
6445
- border: 1px solid #e0e2ee;
6446
- border-radius: 8px;
6447
6417
  box-sizing: border-box;
6448
6418
  display: flex;
6449
6419
  gap: 12px;
@@ -6451,20 +6421,6 @@
6451
6421
  position: relative;
6452
6422
  width: 100%;
6453
6423
  }
6454
- .ods-list-settings__container {
6455
- width: 100%;
6456
- }
6457
- .ods-list-settings--card {
6458
- border-color: #ced1e1;
6459
- }
6460
- .ods-list-settings--text {
6461
- border: 0;
6462
- border-radius: 0;
6463
- }
6464
- .ods-list-settings__divider {
6465
- border-bottom: 1px solid #e0e2ee;
6466
- margin: 0 16px;
6467
- }
6468
6424
  .ods-list-settings__icon {
6469
6425
  align-items: center;
6470
6426
  color: #5872f5;
@@ -6520,14 +6476,6 @@
6520
6476
  border-bottom: 1px solid #e0e2ee;
6521
6477
  margin: 0 16px;
6522
6478
  }
6523
- .ods-list-expandable--card {
6524
- border: 1px solid #e0e2ee;
6525
- border-radius: 8px;
6526
- }
6527
- .ods-list-expandable--text {
6528
- border: 0;
6529
- border-radius: 0;
6530
- }
6531
6479
  .ods-list-expandable--transaction .ods-list-expandable__icon {
6532
6480
  color: #aaadc0;
6533
6481
  }
@@ -6739,22 +6687,6 @@
6739
6687
  cursor: not-allowed;
6740
6688
  }
6741
6689
 
6742
- .ods-list-selectable__root {
6743
- overflow: hidden;
6744
- }
6745
- .ods-list-selectable__root--card {
6746
- border: 1px solid #e0e2ee;
6747
- border-radius: 8px;
6748
- }
6749
- .ods-list-selectable__root--card--error {
6750
- border-color: #f5456e;
6751
- }
6752
- .ods-list-selectable__root--text--divider {
6753
- background-color: #e0e2ee;
6754
- height: 1px;
6755
- margin: 0 16px;
6756
- }
6757
-
6758
6690
  .ods-internal-contextual-hero {
6759
6691
  border-radius: 8px;
6760
6692
  display: grid;