@useblu/ocean-core 1.48.0 → 1.48.1

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.48.1](https://github.com/ocean-ds/ocean-web/compare/v1.48.0...v1.48.1) (2023-08-30)
7
+
8
+ ### Bug Fixes
9
+
10
+ - breadcrumb map key prop ([#1080](https://github.com/ocean-ds/ocean-web/issues/1080)) ([156870d](https://github.com/ocean-ds/ocean-web/commit/156870dff234faa04263580c68631045274f904c))
11
+
6
12
  # [1.48.0](https://github.com/ocean-ds/ocean-web/compare/v1.47.1...v1.48.0) (2023-07-31)
7
13
 
8
14
  ### Features
package/ocean.css CHANGED
@@ -3712,6 +3712,11 @@
3712
3712
  .ods-breadcrumb svg {
3713
3713
  color: #b6b9cc;
3714
3714
  }
3715
+ .ods-breadcrumb div {
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;