@useblu/ocean-core 1.129.0 → 1.130.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.130.0](https://github.com/ocean-ds/ocean-web/compare/v1.129.0...v1.130.0) (2026-02-12)
7
+
8
+ ### Features
9
+
10
+ - add action badge color on cardgroup ([#1226](https://github.com/ocean-ds/ocean-web/issues/1226)) ([527aaa4](https://github.com/ocean-ds/ocean-web/commit/527aaa494be3914d60b3046c63b0763f88909cc2))
11
+
6
12
  # [1.129.0](https://github.com/ocean-ds/ocean-web/compare/v1.128.1...v1.129.0) (2026-02-05)
7
13
 
8
14
  ### Features
package/ocean.css CHANGED
@@ -2178,6 +2178,9 @@
2178
2178
  .ods-badge--neutral .ods-badge__content {
2179
2179
  background-color: #aaadc0;
2180
2180
  }
2181
+ .ods-badge--highlight .ods-badge__content {
2182
+ background-color: #ff726e;
2183
+ }
2181
2184
 
2182
2185
  .ods-btn {
2183
2186
  border: 0;