@useblu/ocean-core 1.48.0 → 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,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.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
+
12
+ ## [1.48.1](https://github.com/ocean-ds/ocean-web/compare/v1.48.0...v1.48.1) (2023-08-30)
13
+
14
+ ### Bug Fixes
15
+
16
+ - breadcrumb map key prop ([#1080](https://github.com/ocean-ds/ocean-web/issues/1080)) ([156870d](https://github.com/ocean-ds/ocean-web/commit/156870dff234faa04263580c68631045274f904c))
17
+
6
18
  # [1.48.0](https://github.com/ocean-ds/ocean-web/compare/v1.47.1...v1.48.0) (2023-07-31)
7
19
 
8
20
  ### Features
package/ocean.css CHANGED
@@ -3712,6 +3712,11 @@
3712
3712
  .ods-breadcrumb svg {
3713
3713
  color: #b6b9cc;
3714
3714
  }
3715
+ .ods-breadcrumb__item {
3716
+ align-items: center;
3717
+ display: flex;
3718
+ gap: 4px;
3719
+ }
3715
3720
  .ods-breadcrumb span,
3716
3721
  .ods-breadcrumb a {
3717
3722
  color: #b6b9cc;