@useblu/ocean-core 1.59.1 → 1.59.3

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.59.3](https://github.com/ocean-ds/ocean-web/compare/v1.59.2...v1.59.3) (2024-06-06)
7
+
8
+ ### Bug Fixes
9
+
10
+ - adjust alert content ([#1103](https://github.com/ocean-ds/ocean-web/issues/1103)) ([af0acce](https://github.com/ocean-ds/ocean-web/commit/af0acce751bfd2980665fe2530a8d6b8f4ac25db))
11
+
12
+ ## [1.59.2](https://github.com/ocean-ds/ocean-web/compare/v1.59.1...v1.59.2) (2024-06-05)
13
+
14
+ ### Bug Fixes
15
+
16
+ - transaction list item ([#1102](https://github.com/ocean-ds/ocean-web/issues/1102)) ([94768d5](https://github.com/ocean-ds/ocean-web/commit/94768d5f50d45ca5f3779c92b6496f87952c20b2))
17
+
6
18
  ## [1.59.1](https://github.com/ocean-ds/ocean-web/compare/v1.59.0...v1.59.1) (2024-05-29)
7
19
 
8
20
  ### Bug Fixes
package/ocean.css CHANGED
@@ -1851,6 +1851,7 @@
1851
1851
  }
1852
1852
  .ods-alert__text {
1853
1853
  display: flex;
1854
+ flex: 1;
1854
1855
  flex-direction: column;
1855
1856
  }
1856
1857
  .ods-alert__icon {
@@ -2518,7 +2519,7 @@
2518
2519
  }
2519
2520
 
2520
2521
  .ods-transaction-list-item__information {
2521
- margin: 0 16px 0 12px;
2522
+ margin: 0 16px 0 0;
2522
2523
  overflow: hidden;
2523
2524
  width: 100%;
2524
2525
  }
@@ -2528,6 +2529,10 @@
2528
2529
  }
2529
2530
  }
2530
2531
 
2532
+ .ods-transaction-list-item__information--with-icon {
2533
+ margin: 0 16px 0 12px;
2534
+ }
2535
+
2531
2536
  .ods-transaction-list-item__sub-information {
2532
2537
  text-align: right;
2533
2538
  }