@openui5/themelib_sap_horizon 1.120.32 → 1.120.33
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 +18 -18
- package/src/sap/f/themes/sap_horizon/DynamicPageTitle.less +1 -1
- package/src/sap/f/themes/sap_horizon_dark/DynamicPageTitle.less +1 -1
- package/src/sap/m/themes/sap_horizon/ObjectStatus.less +4 -0
- package/src/sap/m/themes/sap_horizon_dark/ObjectStatus.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcb/ObjectStatus.less +6 -1
- package/src/sap/m/themes/sap_horizon_hcw/ObjectStatus.less +5 -0
- package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/themelib_sap_horizon",
|
|
3
|
-
"version": "1.120.
|
|
3
|
+
"version": "1.120.33",
|
|
4
4
|
"description": "OpenUI5 Theme Library sap_horizon",
|
|
5
5
|
"author": "SAP SE (https://www.sap.com)",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -14,22 +14,22 @@
|
|
|
14
14
|
"url": "https://github.com/SAP/openui5.git"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@openui5/sap.f": "1.120.
|
|
18
|
-
"@openui5/sap.m": "1.120.
|
|
19
|
-
"@openui5/sap.tnt": "1.120.
|
|
20
|
-
"@openui5/sap.ui.codeeditor": "1.120.
|
|
21
|
-
"@openui5/sap.ui.commons": "1.120.
|
|
22
|
-
"@openui5/sap.ui.core": "1.120.
|
|
23
|
-
"@openui5/sap.ui.dt": "1.120.
|
|
24
|
-
"@openui5/sap.ui.fl": "1.120.
|
|
25
|
-
"@openui5/sap.ui.mdc": "1.120.
|
|
26
|
-
"@openui5/sap.ui.integration": "1.120.
|
|
27
|
-
"@openui5/sap.ui.layout": "1.120.
|
|
28
|
-
"@openui5/sap.ui.rta": "1.120.
|
|
29
|
-
"@openui5/sap.ui.suite": "1.120.
|
|
30
|
-
"@openui5/sap.ui.table": "1.120.
|
|
31
|
-
"@openui5/sap.ui.unified": "1.120.
|
|
32
|
-
"@openui5/sap.ui.ux3": "1.120.
|
|
33
|
-
"@openui5/sap.uxap": "1.120.
|
|
17
|
+
"@openui5/sap.f": "1.120.33",
|
|
18
|
+
"@openui5/sap.m": "1.120.33",
|
|
19
|
+
"@openui5/sap.tnt": "1.120.33",
|
|
20
|
+
"@openui5/sap.ui.codeeditor": "1.120.33",
|
|
21
|
+
"@openui5/sap.ui.commons": "1.120.33",
|
|
22
|
+
"@openui5/sap.ui.core": "1.120.33",
|
|
23
|
+
"@openui5/sap.ui.dt": "1.120.33",
|
|
24
|
+
"@openui5/sap.ui.fl": "1.120.33",
|
|
25
|
+
"@openui5/sap.ui.mdc": "1.120.33",
|
|
26
|
+
"@openui5/sap.ui.integration": "1.120.33",
|
|
27
|
+
"@openui5/sap.ui.layout": "1.120.33",
|
|
28
|
+
"@openui5/sap.ui.rta": "1.120.33",
|
|
29
|
+
"@openui5/sap.ui.suite": "1.120.33",
|
|
30
|
+
"@openui5/sap.ui.table": "1.120.33",
|
|
31
|
+
"@openui5/sap.ui.unified": "1.120.33",
|
|
32
|
+
"@openui5/sap.ui.ux3": "1.120.33",
|
|
33
|
+
"@openui5/sap.uxap": "1.120.33"
|
|
34
34
|
}
|
|
35
35
|
}
|
|
@@ -163,6 +163,10 @@ html.sap-desktop .sapMObjStatusActive.sapMObjStatusInverted {
|
|
|
163
163
|
&.sapMObjectStatusLarge:focus {
|
|
164
164
|
min-height: 2rem;
|
|
165
165
|
}
|
|
166
|
+
.sapMObjStatusTitle,
|
|
167
|
+
.sapMObjStatusLink {
|
|
168
|
+
vertical-align: middle;
|
|
169
|
+
}
|
|
166
170
|
}
|
|
167
171
|
|
|
168
172
|
.sapMObjStatus.sapMObjStatusInverted,
|
|
@@ -163,6 +163,10 @@ html.sap-desktop .sapMObjStatusActive.sapMObjStatusInverted {
|
|
|
163
163
|
&.sapMObjectStatusLarge:focus {
|
|
164
164
|
min-height: 2rem;
|
|
165
165
|
}
|
|
166
|
+
.sapMObjStatusTitle,
|
|
167
|
+
.sapMObjStatusLink {
|
|
168
|
+
vertical-align: middle;
|
|
169
|
+
}
|
|
166
170
|
}
|
|
167
171
|
|
|
168
172
|
.sapMObjStatus.sapMObjStatusInverted,
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
& .sapMObjStatusLink .sapMObjStatusText {
|
|
105
105
|
border-radius: @sapUiButtonBorderCornerRadius;
|
|
106
106
|
}
|
|
107
|
-
|
|
107
|
+
c .sapMObjStatusIcon {
|
|
108
108
|
border-radius: @sapUiButtonBorderCornerRadius 0 0 @sapUiButtonBorderCornerRadius;
|
|
109
109
|
}
|
|
110
110
|
& .sapMObjStatusIcon + .sapMObjStatusText {
|
|
@@ -228,6 +228,11 @@
|
|
|
228
228
|
.sapMObjStatusIcon + .sapMObjStatusText {
|
|
229
229
|
border-left: none;
|
|
230
230
|
}
|
|
231
|
+
.sapMObjStatusText,
|
|
232
|
+
.sapMObjStatusTitle,
|
|
233
|
+
.sapMObjStatusLink {
|
|
234
|
+
vertical-align: middle;
|
|
235
|
+
}
|
|
231
236
|
}
|
|
232
237
|
|
|
233
238
|
.sapMObjStatusInverted.sapMObjStatusIndication01 .sapMObjStatusText,
|
|
@@ -228,6 +228,11 @@
|
|
|
228
228
|
.sapMObjStatusIcon + .sapMObjStatusText {
|
|
229
229
|
border-left: none;
|
|
230
230
|
}
|
|
231
|
+
.sapMObjStatusText,
|
|
232
|
+
.sapMObjStatusTitle,
|
|
233
|
+
.sapMObjStatusLink {
|
|
234
|
+
vertical-align: middle;
|
|
235
|
+
}
|
|
231
236
|
}
|
|
232
237
|
|
|
233
238
|
.sapMObjStatusInverted.sapMObjStatusIndication01 .sapMObjStatusText,
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.120.
|
|
9
|
+
<version>1.120.33</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 Horizon theme library.</documentation>
|
|
12
12
|
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.120.
|
|
9
|
+
<version>1.120.33</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 Evening Horizon theme library.</documentation>
|
|
12
12
|
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.120.
|
|
9
|
+
<version>1.120.33</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 horizon high contrast black theme library.</documentation>
|
|
12
12
|
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.120.
|
|
9
|
+
<version>1.120.33</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 horizon high contrast white theme library.</documentation>
|
|
12
12
|
|