@useblu/ocean-core 1.47.1 → 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,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.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
+
12
+ # [1.48.0](https://github.com/ocean-ds/ocean-web/compare/v1.47.1...v1.48.0) (2023-07-31)
13
+
14
+ ### Features
15
+
16
+ - remove unused margin an add condicional render in input label ([#1079](https://github.com/ocean-ds/ocean-web/issues/1079)) ([561d8a7](https://github.com/ocean-ds/ocean-web/commit/561d8a73f8699848d0e2f0679a618471bcb088f7))
17
+
6
18
  ## [1.47.1](https://github.com/ocean-ds/ocean-web/compare/v1.47.0...v1.47.1) (2023-07-03)
7
19
 
8
20
  ### Bug Fixes
package/ocean.css CHANGED
@@ -1360,7 +1360,6 @@
1360
1360
  .ods-input:hover, .ods-input:focus, .ods-input:active, .ods-input:focus-within {
1361
1361
  border-color: #5872f5;
1362
1362
  border-width: 2px;
1363
- margin: -1px;
1364
1363
  }
1365
1364
  .ods-input--filled {
1366
1365
  border: 1px solid #b8c3ff;
@@ -1458,7 +1457,6 @@
1458
1457
  }
1459
1458
  .ods-textarea:hover, .ods-textarea:focus, .ods-textarea:active, .ods-textarea:focus-within {
1460
1459
  border: 2px solid #5872f5;
1461
- margin: -1px;
1462
1460
  }
1463
1461
  .ods-textarea:disabled {
1464
1462
  background-color: #ebecf5;
@@ -2724,7 +2722,6 @@
2724
2722
  }
2725
2723
  .ods-search:hover, .ods-search:focus, .ods-search:active, .ods-search:focus-within {
2726
2724
  border: 2px solid #5872f5;
2727
- margin: -1px;
2728
2725
  }
2729
2726
  .ods-search--filled {
2730
2727
  border: 1px solid #b8c3ff;
@@ -3715,6 +3712,11 @@
3715
3712
  .ods-breadcrumb svg {
3716
3713
  color: #b6b9cc;
3717
3714
  }
3715
+ .ods-breadcrumb div {
3716
+ align-items: center;
3717
+ display: flex;
3718
+ gap: 4px;
3719
+ }
3718
3720
  .ods-breadcrumb span,
3719
3721
  .ods-breadcrumb a {
3720
3722
  color: #b6b9cc;