@useblu/ocean-core 1.134.0 → 1.135.1

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,18 @@
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.1](https://github.com/ocean-ds/ocean-web/compare/v1.135.0...v1.135.1) (2026-04-14)
7
+
8
+ ### Bug Fixes
9
+
10
+ - swap colors in isInverted mode (BAN-52) ([#1239](https://github.com/ocean-ds/ocean-web/issues/1239)) ([99382da](https://github.com/ocean-ds/ocean-web/commit/99382da8ceedb0d219a6562855bd47670634f56a))
11
+
12
+ # [1.135.0](https://github.com/ocean-ds/ocean-web/compare/v1.134.1...v1.135.0) (2026-04-14)
13
+
14
+ ### Features
15
+
16
+ - add isInverted prop for typography hierarchy (BAN-52). ([#1236](https://github.com/ocean-ds/ocean-web/issues/1236)) ([6b628d0](https://github.com/ocean-ds/ocean-web/commit/6b628d0ffe0714f6f6b39f3ad5d4a14fae5998ad))
17
+
6
18
  # [1.134.0](https://github.com/ocean-ds/ocean-web/compare/v1.133.1...v1.134.0) (2026-03-18)
7
19
 
8
20
  ### Features
package/ocean.css CHANGED
@@ -3343,6 +3343,15 @@
3343
3343
  }
3344
3344
  }
3345
3345
 
3346
+ .ods-transaction-list-item--inverted .ods-transaction-list-item__level1 {
3347
+ color: #67697a;
3348
+ font-size: 14px;
3349
+ }
3350
+ .ods-transaction-list-item--inverted .ods-transaction-list-item__level2 {
3351
+ color: #393b47;
3352
+ font-size: 16px;
3353
+ }
3354
+
3346
3355
  .ods-modal__overlay {
3347
3356
  background: rgba(57, 59, 71, 0.4);
3348
3357
  bottom: 0;