@odx/ui 4.6.5 → 4.7.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
@@ -1,5 +1,11 @@
1
1
  # @odx/ui
2
2
 
3
+ ## 4.7.0
4
+
5
+ ### Minor Changes
6
+
7
+ - f28cb4c: Arrea header can now contain a back button
8
+
3
9
  ## 4.6.5
4
10
 
5
11
  ### Patch Changes
package/core-theme.css CHANGED
@@ -2793,7 +2793,8 @@ html body .odx-fs-italic {
2793
2793
  white-space: nowrap;
2794
2794
  color: var(--odx-area-header-subtitle-color);
2795
2795
  }
2796
- .odx-area-header .odx-avatar, .odx-area-header__content {
2796
+ .odx-area-header .odx-avatar,
2797
+ .odx-area-header [odxNavigationBack], .odx-area-header__content {
2797
2798
  align-self: center;
2798
2799
  }
2799
2800
  .odx-area-header__content {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odx/ui",
3
- "version": "4.6.5",
3
+ "version": "4.7.0",
4
4
  "author": "Drägerwerk AG & Co.KGaA",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "peerDependencies": {
@@ -67,6 +67,7 @@
67
67
  }
68
68
 
69
69
  .odx-avatar,
70
+ [odxNavigationBack],
70
71
  &__content {
71
72
  align-self: center;
72
73
  }