@odx/ui 5.0.10 → 5.0.12

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odx/ui",
3
- "version": "5.0.10",
3
+ "version": "5.0.12",
4
4
  "author": "Drägerwerk AG & Co.KGaA",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "peerDependencies": {
@@ -59,10 +59,10 @@
59
59
  }
60
60
 
61
61
  &__subtitle {
62
- @include typography.prevent-text-overflow();
63
62
  @extend .odx-text;
63
+ @include typography.prevent-text-overflow();
64
64
  @include typography.font-size(-1);
65
- @include dimensions.line-height(math.div(14, 24));
65
+ @include dimensions.line-height(math.div(16, 24));
66
66
 
67
67
  color: var(--odx-area-header-subtitle-color);
68
68
  }
@@ -80,6 +80,12 @@
80
80
  min-height: dimensions.get-size(2);
81
81
  }
82
82
 
83
+ &--small {
84
+ .odx-area-header__container {
85
+ column-gap: dimensions.get-size(math.div(16, 24));
86
+ }
87
+ }
88
+
83
89
  &--small,
84
90
  &--medium {
85
91
  .odx-avatar {
@@ -59,10 +59,10 @@
59
59
  }
60
60
 
61
61
  &__subtitle {
62
- @include typography.prevent-text-overflow();
63
62
  @extend .odx-text;
63
+ @include typography.prevent-text-overflow();
64
64
  @include typography.font-size(-1);
65
- @include dimensions.line-height(math.div(14, 24));
65
+ @include dimensions.line-height(math.div(16, 24));
66
66
 
67
67
  color: var(--odx-area-header-subtitle-color);
68
68
  }
@@ -80,6 +80,12 @@
80
80
  min-height: dimensions.get-size(2);
81
81
  }
82
82
 
83
+ &--small {
84
+ .odx-area-header__container {
85
+ column-gap: dimensions.get-size(math.div(16, 24));
86
+ }
87
+ }
88
+
83
89
  &--small,
84
90
  &--medium {
85
91
  .odx-avatar {
@@ -107,7 +107,7 @@
107
107
  }
108
108
 
109
109
  .odx-tab-bar__indicator {
110
- @include dimensions.margin(math.div(8, 24), left);
110
+ @include dimensions.margin(math.div(4, 24), left);
111
111
 
112
112
  background-color: var(--odx-c-highlight);
113
113
  bottom: 0;
@@ -107,7 +107,7 @@
107
107
  }
108
108
 
109
109
  .odx-tab-bar__indicator {
110
- @include dimensions.margin(math.div(8, 24), left);
110
+ @include dimensions.margin(math.div(4, 24), left);
111
111
 
112
112
  background-color: var(--odx-c-highlight);
113
113
  bottom: 0;