@useblu/ocean-core 1.134.0 → 1.135.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 +6 -0
- package/ocean.css +7 -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.0](https://github.com/ocean-ds/ocean-web/compare/v1.134.1...v1.135.0) (2026-04-14)
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
- 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))
|
|
11
|
+
|
|
6
12
|
# [1.134.0](https://github.com/ocean-ds/ocean-web/compare/v1.133.1...v1.134.0) (2026-03-18)
|
|
7
13
|
|
|
8
14
|
### Features
|
package/ocean.css
CHANGED
|
@@ -3343,6 +3343,13 @@
|
|
|
3343
3343
|
}
|
|
3344
3344
|
}
|
|
3345
3345
|
|
|
3346
|
+
.ods-transaction-list-item--inverted .ods-transaction-list-item__level1 {
|
|
3347
|
+
font-size: 14px;
|
|
3348
|
+
}
|
|
3349
|
+
.ods-transaction-list-item--inverted .ods-transaction-list-item__level2 {
|
|
3350
|
+
font-size: 16px;
|
|
3351
|
+
}
|
|
3352
|
+
|
|
3346
3353
|
.ods-modal__overlay {
|
|
3347
3354
|
background: rgba(57, 59, 71, 0.4);
|
|
3348
3355
|
bottom: 0;
|