@useblu/ocean-core 1.48.1 → 1.49.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 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.49.0](https://github.com/ocean-ds/ocean-web/compare/v1.48.1...v1.49.0) (2023-09-01)
7
+
8
+ ### Features
9
+
10
+ - center chevron with content ([#1081](https://github.com/ocean-ds/ocean-web/issues/1081)) ([0f1370b](https://github.com/ocean-ds/ocean-web/commit/0f1370b3de8cc6dff7b9499620428c0685771827))
11
+
6
12
  ## [1.48.1](https://github.com/ocean-ds/ocean-web/compare/v1.48.0...v1.48.1) (2023-08-30)
7
13
 
8
14
  ### Bug Fixes
package/ocean.css CHANGED
@@ -3712,7 +3712,7 @@
3712
3712
  .ods-breadcrumb svg {
3713
3713
  color: #b6b9cc;
3714
3714
  }
3715
- .ods-breadcrumb div {
3715
+ .ods-breadcrumb__item {
3716
3716
  align-items: center;
3717
3717
  display: flex;
3718
3718
  gap: 4px;