@useblu/ocean-core 1.125.1 → 1.126.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,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.126.0](https://github.com/ocean-ds/ocean-web/compare/v1.125.1...v1.126.0) (2026-01-14)
7
+
8
+ ### Features
9
+
10
+ - include icon prop on SubHeader ([#1218](https://github.com/ocean-ds/ocean-web/issues/1218)) ([793d4e6](https://github.com/ocean-ds/ocean-web/commit/793d4e61168d107b7361c344c0d9d4b252603464))
11
+
6
12
  ## [1.125.1](https://github.com/ocean-ds/ocean-web/compare/v1.125.0...v1.125.1) (2026-01-13)
7
13
 
8
14
  ### Bug Fixes
package/ocean.css CHANGED
@@ -3458,11 +3458,23 @@
3458
3458
  box-sizing: border-box;
3459
3459
  display: flex;
3460
3460
  justify-content: space-between;
3461
- min-height: 40px;
3462
3461
  padding: 8px 16px;
3463
3462
  width: 100%;
3464
3463
  }
3465
3464
 
3465
+ .ods-sub-header--small {
3466
+ height: 32px;
3467
+ }
3468
+
3469
+ .ods-sub-header--medium {
3470
+ height: 40px;
3471
+ }
3472
+
3473
+ .ods-sub-header__icon {
3474
+ align-items: center;
3475
+ display: flex;
3476
+ }
3477
+
3466
3478
  .ods-sub-header__subtitle,
3467
3479
  .ods-sub-header__title {
3468
3480
  color: #67697a;
@@ -3476,6 +3488,12 @@
3476
3488
  font-weight: 900;
3477
3489
  }
3478
3490
 
3491
+ .ods-sub-header__title {
3492
+ align-items: center;
3493
+ display: flex;
3494
+ gap: 8px;
3495
+ }
3496
+
3479
3497
  .ods-search {
3480
3498
  align-items: center;
3481
3499
  background-color: white;