@useblu/ocean-core 1.135.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 +6 -0
- package/ocean.css +2 -0
- package/ocean.css.map +1 -1
- package/ocean.min.css +1 -1
- package/ocean.min.css.map +1 -1
- package/package.json +1 -1
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.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
|
+
|
|
6
12
|
# [1.135.0](https://github.com/ocean-ds/ocean-web/compare/v1.134.1...v1.135.0) (2026-04-14)
|
|
7
13
|
|
|
8
14
|
### Features
|
package/ocean.css
CHANGED
|
@@ -3344,9 +3344,11 @@
|
|
|
3344
3344
|
}
|
|
3345
3345
|
|
|
3346
3346
|
.ods-transaction-list-item--inverted .ods-transaction-list-item__level1 {
|
|
3347
|
+
color: #67697a;
|
|
3347
3348
|
font-size: 14px;
|
|
3348
3349
|
}
|
|
3349
3350
|
.ods-transaction-list-item--inverted .ods-transaction-list-item__level2 {
|
|
3351
|
+
color: #393b47;
|
|
3350
3352
|
font-size: 16px;
|
|
3351
3353
|
}
|
|
3352
3354
|
|