@useblu/ocean-core 1.59.1 → 1.59.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 +6 -0
- package/ocean.css +5 -1
- 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.59.2](https://github.com/ocean-ds/ocean-web/compare/v1.59.1...v1.59.2) (2024-06-05)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- transaction list item ([#1102](https://github.com/ocean-ds/ocean-web/issues/1102)) ([94768d5](https://github.com/ocean-ds/ocean-web/commit/94768d5f50d45ca5f3779c92b6496f87952c20b2))
|
|
11
|
+
|
|
6
12
|
## [1.59.1](https://github.com/ocean-ds/ocean-web/compare/v1.59.0...v1.59.1) (2024-05-29)
|
|
7
13
|
|
|
8
14
|
### Bug Fixes
|
package/ocean.css
CHANGED
|
@@ -2518,7 +2518,7 @@
|
|
|
2518
2518
|
}
|
|
2519
2519
|
|
|
2520
2520
|
.ods-transaction-list-item__information {
|
|
2521
|
-
margin: 0 16px 0
|
|
2521
|
+
margin: 0 16px 0 0;
|
|
2522
2522
|
overflow: hidden;
|
|
2523
2523
|
width: 100%;
|
|
2524
2524
|
}
|
|
@@ -2528,6 +2528,10 @@
|
|
|
2528
2528
|
}
|
|
2529
2529
|
}
|
|
2530
2530
|
|
|
2531
|
+
.ods-transaction-list-item__information--with-icon {
|
|
2532
|
+
margin: 0 16px 0 12px;
|
|
2533
|
+
}
|
|
2534
|
+
|
|
2531
2535
|
.ods-transaction-list-item__sub-information {
|
|
2532
2536
|
text-align: right;
|
|
2533
2537
|
}
|