@useblu/ocean-core 1.135.1 → 1.135.2

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.135.2](https://github.com/ocean-ds/ocean-web/compare/v1.135.1...v1.135.2) (2026-04-30)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **list-container:** card border color should match Figma spec ([#1245](https://github.com/ocean-ds/ocean-web/issues/1245)) não ([fabf3ba](https://github.com/ocean-ds/ocean-web/commit/fabf3baa989c4fe270cd9292d6e47d074eac5807)), closes [#CED1E1](https://github.com/ocean-ds/ocean-web/issues/CED1E1) [#E0E2](https://github.com/ocean-ds/ocean-web/issues/E0E2)
11
+
6
12
  ## [1.135.1](https://github.com/ocean-ds/ocean-web/compare/v1.135.0...v1.135.1) (2026-04-14)
7
13
 
8
14
  ### Bug Fixes
package/ocean.css CHANGED
@@ -6251,7 +6251,7 @@
6251
6251
  z-index: 1;
6252
6252
  }
6253
6253
  .ods-list-container__content--card {
6254
- border: 1px solid #ced1e1;
6254
+ border: 1px solid #e0e2ee;
6255
6255
  border-radius: 8px;
6256
6256
  }
6257
6257
  .ods-list-container__content--card--error {