@odx/ui 5.0.6 → 5.0.8

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,18 +1,18 @@
1
1
  {
2
2
  "name": "@odx/ui",
3
- "version": "5.0.6",
3
+ "version": "5.0.8",
4
4
  "author": "Drägerwerk AG & Co.KGaA",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "peerDependencies": {
7
7
  "@odx/icons": "*"
8
8
  },
9
9
  "devDependencies": {
10
- "autoprefixer": "10.4.20",
10
+ "autoprefixer": "10.4.21",
11
11
  "cssnano": "7.0.6",
12
12
  "postcss-hover-media-feature": "1.0.2",
13
- "sass": "1.85.0",
14
- "vite": "6.1.0",
15
- "vite-plugin-static-copy": "2.2.0"
13
+ "sass": "1.86.0",
14
+ "vite": "6.2.4",
15
+ "vite-plugin-static-copy": "2.3.0"
16
16
  },
17
17
  "files": [
18
18
  "*.css",
@@ -36,8 +36,6 @@
36
36
 
37
37
  --odx-c-primary-text-disabled: var(--gray-100);
38
38
 
39
- --odx-c-secondary-text-disabled: var(--gray-100);
40
-
41
39
  --odx-c-highlight-hover: var(--cyan-400);
42
40
  --odx-c-highlight-active: var(--cyan-300);
43
41
  --odx-c-highlight-text-disabled: var(--gray-100);
@@ -61,10 +61,10 @@
61
61
  &__subtitle {
62
62
  @include typography.prevent-text-overflow();
63
63
  @extend .odx-text;
64
- @include dimensions.line-height(math.div(12, 24));
64
+ @include typography.font-size(-1);
65
+ @include dimensions.line-height(math.div(14, 24));
65
66
 
66
67
  color: var(--odx-area-header-subtitle-color);
67
- font-size: dimensions.get-size(math.div(10, 24));
68
68
  }
69
69
 
70
70
  .odx-avatar,
@@ -109,9 +109,8 @@
109
109
  }
110
110
 
111
111
  .odx-area-header__subtitle {
112
+ @include typography.font-size(-1);
112
113
  @include dimensions.line-height(math.div(20, 24));
113
-
114
- font-size: dimensions.get-size(math.div(13, 24));
115
114
  }
116
115
  }
117
116
 
@@ -128,7 +127,7 @@
128
127
 
129
128
  .odx-area-header__subtitle {
130
129
  @include typography.font-size(0);
131
- @include dimensions.line-height(math.div(21, 24));
130
+ @include dimensions.line-height(1);
132
131
  }
133
132
 
134
133
  .odx-avatar {
@@ -155,7 +154,7 @@
155
154
 
156
155
  .odx-area-header__subtitle {
157
156
  @extend .odx-heading-5;
158
- @include dimensions.line-height(math.div(26, 24));
157
+ @include dimensions.line-height(1);
159
158
  }
160
159
 
161
160
  .odx-avatar {
@@ -61,10 +61,10 @@
61
61
  &__subtitle {
62
62
  @include typography.prevent-text-overflow();
63
63
  @extend .odx-text;
64
- @include dimensions.line-height(math.div(12, 24));
64
+ @include typography.font-size(-1);
65
+ @include dimensions.line-height(math.div(14, 24));
65
66
 
66
67
  color: var(--odx-area-header-subtitle-color);
67
- font-size: dimensions.get-size(math.div(10, 24));
68
68
  }
69
69
 
70
70
  .odx-avatar,
@@ -109,9 +109,8 @@
109
109
  }
110
110
 
111
111
  .odx-area-header__subtitle {
112
+ @include typography.font-size(-1);
112
113
  @include dimensions.line-height(math.div(20, 24));
113
-
114
- font-size: dimensions.get-size(math.div(13, 24));
115
114
  }
116
115
  }
117
116
 
@@ -128,7 +127,7 @@
128
127
 
129
128
  .odx-area-header__subtitle {
130
129
  @include typography.font-size(0);
131
- @include dimensions.line-height(math.div(21, 24));
130
+ @include dimensions.line-height(1);
132
131
  }
133
132
 
134
133
  .odx-avatar {
@@ -155,7 +154,7 @@
155
154
 
156
155
  .odx-area-header__subtitle {
157
156
  @extend .odx-heading-5;
158
- @include dimensions.line-height(math.div(26, 24));
157
+ @include dimensions.line-height(1);
159
158
  }
160
159
 
161
160
  .odx-avatar {
@@ -36,8 +36,6 @@
36
36
 
37
37
  --odx-c-primary-text-disabled: var(--gray-100);
38
38
 
39
- --odx-c-secondary-text-disabled: var(--gray-100);
40
-
41
39
  --odx-c-highlight-hover: var(--cyan-400);
42
40
  --odx-c-highlight-active: var(--cyan-300);
43
41
  --odx-c-highlight-text-disabled: var(--gray-100);