@useblu/ocean-core 1.133.0 → 1.134.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,16 @@
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.134.0](https://github.com/ocean-ds/ocean-web/compare/v1.133.1...v1.134.0) (2026-03-18)
7
+
8
+ ### Features
9
+
10
+ - adjust list components ([#1232](https://github.com/ocean-ds/ocean-web/issues/1232)) ([1888076](https://github.com/ocean-ds/ocean-web/commit/1888076b0d5f7c443f9863497e150ee431791e17))
11
+
12
+ ## [1.133.1](https://github.com/ocean-ds/ocean-web/compare/v1.133.0...v1.133.1) (2026-03-06)
13
+
14
+ **Note:** Version bump only for package @useblu/ocean-core
15
+
6
16
  # [1.133.0](https://github.com/ocean-ds/ocean-web/compare/v1.132.0...v1.133.0) (2026-03-05)
7
17
 
8
18
  ### Features
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 {
3166
- border-bottom: 1px solid #e0e2ee;
3167
- }
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) {
3142
+ .ods-list .ods-list-container:not(:last-of-type) > .ods-list-container__content--card {
3173
3143
  border-bottom: 1px solid #e0e2ee;
3174
3144
  }
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
 
@@ -6263,11 +6233,35 @@
6263
6233
  padding: 4px 8px;
6264
6234
  }
6265
6235
 
6236
+ .ods-list-container {
6237
+ width: 100%;
6238
+ }
6239
+ .ods-list-container__content {
6240
+ overflow: hidden;
6241
+ position: relative;
6242
+ z-index: 1;
6243
+ }
6244
+ .ods-list-container__content--card {
6245
+ border: 1px solid #ced1e1;
6246
+ border-radius: 8px;
6247
+ }
6248
+ .ods-list-container__content--card--error {
6249
+ border-color: #f5456e;
6250
+ }
6251
+ .ods-list-container__content__divider {
6252
+ border-bottom: 1px solid #e0e2ee;
6253
+ margin: 0 16px;
6254
+ }
6255
+ .ods-list-container__highlight {
6256
+ border-radius: 0 0 8px 8px;
6257
+ margin-top: -8px;
6258
+ padding: 18px 16px 10px;
6259
+ }
6260
+
6266
6261
  .ods-list-action {
6267
6262
  align-items: center;
6268
6263
  background-color: white;
6269
- border: 1px solid #ced1e1;
6270
- border-radius: 8px;
6264
+ border: 0;
6271
6265
  cursor: pointer;
6272
6266
  display: flex;
6273
6267
  gap: 12px;
@@ -6278,9 +6272,6 @@
6278
6272
  transition: background-color 0.2s ease;
6279
6273
  width: 100%;
6280
6274
  }
6281
- .ods-list-action__container {
6282
- width: 100%;
6283
- }
6284
6275
  .ods-list-action__content {
6285
6276
  align-items: center;
6286
6277
  display: flex;
@@ -6289,16 +6280,6 @@
6289
6280
  min-width: 0;
6290
6281
  transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
6291
6282
  }
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
6283
  .ods-list-action:hover:not(.ods-list-action--disabled):not(.ods-list-action--loading):not(.ods-list-action--swipe-open) {
6303
6284
  background-color: #f3f5fe;
6304
6285
  }
@@ -6382,8 +6363,6 @@
6382
6363
  .ods-list-readonly {
6383
6364
  align-items: center;
6384
6365
  background-color: white;
6385
- border: 1px solid #ced1e1;
6386
- border-radius: 8px;
6387
6366
  box-sizing: border-box;
6388
6367
  display: flex;
6389
6368
  gap: 12px;
@@ -6392,20 +6371,6 @@
6392
6371
  text-align: left;
6393
6372
  width: 100%;
6394
6373
  }
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
6374
  .ods-list-readonly__icon {
6410
6375
  align-items: center;
6411
6376
  color: #5872f5;
@@ -6442,8 +6407,6 @@
6442
6407
  .ods-list-settings {
6443
6408
  align-items: center;
6444
6409
  background-color: white;
6445
- border: 1px solid #e0e2ee;
6446
- border-radius: 8px;
6447
6410
  box-sizing: border-box;
6448
6411
  display: flex;
6449
6412
  gap: 12px;
@@ -6451,20 +6414,6 @@
6451
6414
  position: relative;
6452
6415
  width: 100%;
6453
6416
  }
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
6417
  .ods-list-settings__icon {
6469
6418
  align-items: center;
6470
6419
  color: #5872f5;
@@ -6520,14 +6469,6 @@
6520
6469
  border-bottom: 1px solid #e0e2ee;
6521
6470
  margin: 0 16px;
6522
6471
  }
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
6472
  .ods-list-expandable--transaction .ods-list-expandable__icon {
6532
6473
  color: #aaadc0;
6533
6474
  }
@@ -6564,6 +6505,7 @@
6564
6505
  }
6565
6506
  .ods-list-expandable--transaction .ods-list-expandable__content--transaction .ods-typography__description {
6566
6507
  font-size: 12px;
6508
+ font-weight: 600;
6567
6509
  }
6568
6510
  .ods-list-expandable--transaction .ods-list-expandable__skeleton.ods-list-expandable__transaction-content {
6569
6511
  flex-direction: row;
@@ -6738,22 +6680,6 @@
6738
6680
  cursor: not-allowed;
6739
6681
  }
6740
6682
 
6741
- .ods-list-selectable__root {
6742
- overflow: hidden;
6743
- }
6744
- .ods-list-selectable__root--card {
6745
- border: 1px solid #e0e2ee;
6746
- border-radius: 8px;
6747
- }
6748
- .ods-list-selectable__root--card--error {
6749
- border-color: #f5456e;
6750
- }
6751
- .ods-list-selectable__root--text--divider {
6752
- background-color: #e0e2ee;
6753
- height: 1px;
6754
- margin: 0 16px;
6755
- }
6756
-
6757
6683
  .ods-internal-contextual-hero {
6758
6684
  border-radius: 8px;
6759
6685
  display: grid;