@useblu/ocean-core 1.62.0 → 1.62.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 CHANGED
@@ -3,6 +3,10 @@
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.62.2](https://github.com/ocean-ds/ocean-web/compare/v1.62.1...v1.62.2) (2024-06-18)
7
+
8
+ **Note:** Version bump only for package @useblu/ocean-core
9
+
6
10
  # [1.62.0](https://github.com/ocean-ds/ocean-web/compare/v1.61.0...v1.62.0) (2024-06-14)
7
11
 
8
12
  ### Features
package/ocean.css CHANGED
@@ -4627,6 +4627,7 @@
4627
4627
  display: flex;
4628
4628
  gap: 8px;
4629
4629
  list-style-type: none;
4630
+ padding: 4px 0;
4630
4631
  }
4631
4632
  .ods-unordered-list-item__icon {
4632
4633
  height: 24px;
@@ -4685,6 +4686,7 @@
4685
4686
  justify-content: space-between;
4686
4687
  margin: 0;
4687
4688
  padding: 0;
4689
+ text-align: start;
4688
4690
  width: 100%;
4689
4691
  }
4690
4692
  .ods-accordion__header:hover {