@odx/ui 5.0.5 → 5.0.7
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 +13 -0
- package/core-theme.css +1 -1
- package/package.json +5 -5
- package/scss/_application.scss +2 -0
- package/scss/area-header.component.scss +5 -6
- package/scss/components/area-header.component.scss +5 -6
- package/scss/components/table.component.scss +8 -0
- package/scss/layout/_application.scss +2 -0
- package/scss/table.component.scss +8 -0
package/package.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@odx/ui",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.7",
|
|
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.
|
|
10
|
+
"autoprefixer": "10.4.21",
|
|
11
11
|
"cssnano": "7.0.6",
|
|
12
12
|
"postcss-hover-media-feature": "1.0.2",
|
|
13
|
-
"sass": "1.
|
|
14
|
-
"vite": "6.
|
|
15
|
-
"vite-plugin-static-copy": "2.
|
|
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",
|
package/scss/_application.scss
CHANGED
|
@@ -61,10 +61,10 @@
|
|
|
61
61
|
&__subtitle {
|
|
62
62
|
@include typography.prevent-text-overflow();
|
|
63
63
|
@extend .odx-text;
|
|
64
|
-
@include
|
|
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(
|
|
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(
|
|
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
|
|
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(
|
|
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(
|
|
157
|
+
@include dimensions.line-height(1);
|
|
159
158
|
}
|
|
160
159
|
|
|
161
160
|
.odx-avatar {
|