@useblu/ocean-core 1.123.0 → 1.124.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.124.0](https://github.com/ocean-ds/ocean-web/compare/v1.123.0...v1.124.0) (2026-01-08)
7
+
8
+ ### Features
9
+
10
+ - card list item ([#1213](https://github.com/ocean-ds/ocean-web/issues/1213)) ([1f6344b](https://github.com/ocean-ds/ocean-web/commit/1f6344bfd098f60bbc48e9c905ee406a674644fa))
11
+
6
12
  # [1.123.0](https://github.com/ocean-ds/ocean-web/compare/v1.122.0...v1.123.0) (2025-12-22)
7
13
 
8
14
  ### Features
package/ocean.css CHANGED
@@ -5216,7 +5216,7 @@
5216
5216
  width: 100%;
5217
5217
  }
5218
5218
  .ods-card-list-item__content__title {
5219
- color: #0c0d14;
5219
+ color: #393b47;
5220
5220
  font-family: "Nunito Sans";
5221
5221
  font-size: 16px;
5222
5222
  font-weight: 400;