@openui5/themelib_sap_horizon 1.108.22 → 1.108.23
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/tnt/themes/sap_horizon/ToolHeader.less +6 -16
- package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +6 -16
- package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +6 -16
- package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +6 -17
- 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.108.
|
|
3
|
+
"version": "1.108.23",
|
|
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.108.
|
|
18
|
-
"@openui5/sap.m": "1.108.
|
|
19
|
-
"@openui5/sap.tnt": "1.108.
|
|
20
|
-
"@openui5/sap.ui.codeeditor": "1.108.
|
|
21
|
-
"@openui5/sap.ui.commons": "1.108.
|
|
22
|
-
"@openui5/sap.ui.core": "1.108.
|
|
23
|
-
"@openui5/sap.ui.dt": "1.108.
|
|
24
|
-
"@openui5/sap.ui.fl": "1.108.
|
|
25
|
-
"@openui5/sap.ui.mdc": "1.108.
|
|
26
|
-
"@openui5/sap.ui.integration": "1.108.
|
|
27
|
-
"@openui5/sap.ui.layout": "1.108.
|
|
28
|
-
"@openui5/sap.ui.rta": "1.108.
|
|
29
|
-
"@openui5/sap.ui.suite": "1.108.
|
|
30
|
-
"@openui5/sap.ui.table": "1.108.
|
|
31
|
-
"@openui5/sap.ui.unified": "1.108.
|
|
32
|
-
"@openui5/sap.ui.ux3": "1.108.
|
|
33
|
-
"@openui5/sap.uxap": "1.108.
|
|
17
|
+
"@openui5/sap.f": "1.108.23",
|
|
18
|
+
"@openui5/sap.m": "1.108.23",
|
|
19
|
+
"@openui5/sap.tnt": "1.108.23",
|
|
20
|
+
"@openui5/sap.ui.codeeditor": "1.108.23",
|
|
21
|
+
"@openui5/sap.ui.commons": "1.108.23",
|
|
22
|
+
"@openui5/sap.ui.core": "1.108.23",
|
|
23
|
+
"@openui5/sap.ui.dt": "1.108.23",
|
|
24
|
+
"@openui5/sap.ui.fl": "1.108.23",
|
|
25
|
+
"@openui5/sap.ui.mdc": "1.108.23",
|
|
26
|
+
"@openui5/sap.ui.integration": "1.108.23",
|
|
27
|
+
"@openui5/sap.ui.layout": "1.108.23",
|
|
28
|
+
"@openui5/sap.ui.rta": "1.108.23",
|
|
29
|
+
"@openui5/sap.ui.suite": "1.108.23",
|
|
30
|
+
"@openui5/sap.ui.table": "1.108.23",
|
|
31
|
+
"@openui5/sap.ui.unified": "1.108.23",
|
|
32
|
+
"@openui5/sap.ui.ux3": "1.108.23",
|
|
33
|
+
"@openui5/sap.uxap": "1.108.23"
|
|
34
34
|
}
|
|
35
35
|
}
|
|
@@ -64,7 +64,8 @@
|
|
|
64
64
|
.sapTntToolHeader {
|
|
65
65
|
.sapMBarChild:not(.sapMMenuBtn) {
|
|
66
66
|
&.sapMBtn {
|
|
67
|
-
padding
|
|
67
|
+
padding: 0.125rem 0;
|
|
68
|
+
min-width: 2.5rem;
|
|
68
69
|
}
|
|
69
70
|
|
|
70
71
|
&.sapMBtn .sapMBtnTransparent,
|
|
@@ -72,19 +73,15 @@
|
|
|
72
73
|
&.sapMBtn .sapMBtnBack,
|
|
73
74
|
&.sapMBtn .sapMBtnUp {
|
|
74
75
|
color: @sapContent_IconColor;
|
|
75
|
-
border-radius: 0.375rem;
|
|
76
76
|
background-color: @sapButton_Lite_Background;
|
|
77
77
|
height: 2.5rem;
|
|
78
|
-
min-width: 2.5rem;
|
|
79
78
|
|
|
80
79
|
.sapUiIcon {
|
|
81
80
|
color: @sapContent_IconColor;
|
|
82
81
|
line-height: 2.5rem;
|
|
83
|
-
width: 2.5rem;
|
|
84
|
-
height: 2.5rem;
|
|
85
82
|
}
|
|
86
83
|
|
|
87
|
-
|
|
84
|
+
.sapMBtnContent {
|
|
88
85
|
line-height: 2.5rem;
|
|
89
86
|
}
|
|
90
87
|
}
|
|
@@ -128,7 +125,8 @@
|
|
|
128
125
|
.sapTntToolHeader {
|
|
129
126
|
.sapMBarChild:not(.sapMMenuBtn) {
|
|
130
127
|
&.sapMBtn {
|
|
131
|
-
padding
|
|
128
|
+
padding: 0;
|
|
129
|
+
min-width: 2rem;
|
|
132
130
|
}
|
|
133
131
|
|
|
134
132
|
&.sapMBtn .sapMBtnTransparent,
|
|
@@ -136,16 +134,12 @@
|
|
|
136
134
|
&.sapMBtn .sapMBtnBack,
|
|
137
135
|
&.sapMBtn .sapMBtnUp {
|
|
138
136
|
height: 2rem;
|
|
139
|
-
min-width: 2rem;
|
|
140
137
|
|
|
141
138
|
.sapUiIcon {
|
|
142
|
-
width: 2rem;
|
|
143
|
-
max-height: 2rem;
|
|
144
|
-
height: 2rem;
|
|
145
139
|
line-height: 2rem;
|
|
146
140
|
}
|
|
147
141
|
|
|
148
|
-
|
|
142
|
+
.sapMBtnContent {
|
|
149
143
|
line-height: 2rem;
|
|
150
144
|
}
|
|
151
145
|
}
|
|
@@ -350,10 +344,6 @@
|
|
|
350
344
|
height: 1.625rem;
|
|
351
345
|
}
|
|
352
346
|
|
|
353
|
-
&.sapMIBar.sapMTB .sapMBarChild.sapMImg {
|
|
354
|
-
margin-left: 0.75rem;
|
|
355
|
-
}
|
|
356
|
-
|
|
357
347
|
.sapMImgFocusable:focus {
|
|
358
348
|
outline: @sapContent_FocusStyle @sapContent_FocusWidth @sapContent_FocusColor;
|
|
359
349
|
outline-offset: 0.125rem;
|
|
@@ -64,7 +64,8 @@
|
|
|
64
64
|
.sapTntToolHeader {
|
|
65
65
|
.sapMBarChild:not(.sapMMenuBtn) {
|
|
66
66
|
&.sapMBtn {
|
|
67
|
-
padding
|
|
67
|
+
padding: 0.125rem 0;
|
|
68
|
+
min-width: 2.5rem;
|
|
68
69
|
}
|
|
69
70
|
|
|
70
71
|
&.sapMBtn .sapMBtnTransparent,
|
|
@@ -72,19 +73,15 @@
|
|
|
72
73
|
&.sapMBtn .sapMBtnBack,
|
|
73
74
|
&.sapMBtn .sapMBtnUp {
|
|
74
75
|
color: @sapContent_IconColor;
|
|
75
|
-
border-radius: 0.375rem;
|
|
76
76
|
background-color: @sapButton_Lite_Background;
|
|
77
77
|
height: 2.5rem;
|
|
78
|
-
min-width: 2.5rem;
|
|
79
78
|
|
|
80
79
|
.sapUiIcon {
|
|
81
80
|
color: @sapContent_IconColor;
|
|
82
81
|
line-height: 2.5rem;
|
|
83
|
-
width: 2.5rem;
|
|
84
|
-
height: 2.5rem;
|
|
85
82
|
}
|
|
86
83
|
|
|
87
|
-
|
|
84
|
+
.sapMBtnContent {
|
|
88
85
|
line-height: 2.5rem;
|
|
89
86
|
}
|
|
90
87
|
}
|
|
@@ -128,7 +125,8 @@
|
|
|
128
125
|
.sapTntToolHeader {
|
|
129
126
|
.sapMBarChild:not(.sapMMenuBtn) {
|
|
130
127
|
&.sapMBtn {
|
|
131
|
-
padding
|
|
128
|
+
padding: 0;
|
|
129
|
+
min-width: 2rem;
|
|
132
130
|
}
|
|
133
131
|
|
|
134
132
|
&.sapMBtn .sapMBtnTransparent,
|
|
@@ -136,16 +134,12 @@
|
|
|
136
134
|
&.sapMBtn .sapMBtnBack,
|
|
137
135
|
&.sapMBtn .sapMBtnUp {
|
|
138
136
|
height: 2rem;
|
|
139
|
-
min-width: 2rem;
|
|
140
137
|
|
|
141
138
|
.sapUiIcon {
|
|
142
|
-
width: 2rem;
|
|
143
|
-
max-height: 2rem;
|
|
144
|
-
height: 2rem;
|
|
145
139
|
line-height: 2rem;
|
|
146
140
|
}
|
|
147
141
|
|
|
148
|
-
|
|
142
|
+
.sapMBtnContent {
|
|
149
143
|
line-height: 2rem;
|
|
150
144
|
}
|
|
151
145
|
}
|
|
@@ -350,10 +344,6 @@
|
|
|
350
344
|
height: 1.625rem;
|
|
351
345
|
}
|
|
352
346
|
|
|
353
|
-
&.sapMIBar.sapMTB .sapMBarChild.sapMImg {
|
|
354
|
-
margin-left: 0.75rem;
|
|
355
|
-
}
|
|
356
|
-
|
|
357
347
|
.sapMImgFocusable:focus {
|
|
358
348
|
outline: @sapContent_FocusStyle @sapContent_FocusWidth @sapContent_FocusColor;
|
|
359
349
|
outline-offset: 0.125rem;
|
|
@@ -63,7 +63,8 @@
|
|
|
63
63
|
.sapTntToolHeader {
|
|
64
64
|
.sapMBarChild:not(.sapMMenuBtn) {
|
|
65
65
|
&.sapMBtn {
|
|
66
|
-
padding
|
|
66
|
+
padding: 0.125rem 0;
|
|
67
|
+
min-width: 2.5rem;
|
|
67
68
|
}
|
|
68
69
|
|
|
69
70
|
&.sapMBtn .sapMBtnTransparent,
|
|
@@ -71,19 +72,15 @@
|
|
|
71
72
|
&.sapMBtn .sapMBtnBack,
|
|
72
73
|
&.sapMBtn .sapMBtnUp {
|
|
73
74
|
color: @sapContent_IconColor;
|
|
74
|
-
border-radius: 0.375rem;
|
|
75
75
|
background-color: @sapButton_Lite_Background;
|
|
76
76
|
height: 2.5rem;
|
|
77
|
-
min-width: 2.5rem;
|
|
78
77
|
|
|
79
78
|
.sapUiIcon {
|
|
80
79
|
color: @sapContent_IconColor;
|
|
81
80
|
line-height: 2.5rem;
|
|
82
|
-
width: 2.5rem;
|
|
83
|
-
height: 2.5rem;
|
|
84
81
|
}
|
|
85
82
|
|
|
86
|
-
|
|
83
|
+
.sapMBtnContent {
|
|
87
84
|
line-height: 2.5rem;
|
|
88
85
|
}
|
|
89
86
|
}
|
|
@@ -127,7 +124,8 @@
|
|
|
127
124
|
.sapTntToolHeader {
|
|
128
125
|
.sapMBarChild:not(.sapMMenuBtn) {
|
|
129
126
|
&.sapMBtn {
|
|
130
|
-
padding
|
|
127
|
+
padding: 0;
|
|
128
|
+
min-width: 2rem;
|
|
131
129
|
}
|
|
132
130
|
|
|
133
131
|
&.sapMBtn .sapMBtnTransparent,
|
|
@@ -135,16 +133,12 @@
|
|
|
135
133
|
&.sapMBtn .sapMBtnBack,
|
|
136
134
|
&.sapMBtn .sapMBtnUp {
|
|
137
135
|
height: 2rem;
|
|
138
|
-
min-width: 2rem;
|
|
139
136
|
|
|
140
137
|
.sapUiIcon {
|
|
141
|
-
width: 2rem;
|
|
142
|
-
max-height: 2rem;
|
|
143
|
-
height: 2rem;
|
|
144
138
|
line-height: 2rem;
|
|
145
139
|
}
|
|
146
140
|
|
|
147
|
-
|
|
141
|
+
.sapMBtnContent {
|
|
148
142
|
line-height: 2rem;
|
|
149
143
|
}
|
|
150
144
|
}
|
|
@@ -359,10 +353,6 @@ html.sap-desktop .sapTntToolHeader .sapMSF:not(.sapMSFDisabled) {
|
|
|
359
353
|
height: 1.625rem;
|
|
360
354
|
}
|
|
361
355
|
|
|
362
|
-
&.sapMIBar.sapMTB .sapMBarChild.sapMImg {
|
|
363
|
-
margin-left: 0.75rem;
|
|
364
|
-
}
|
|
365
|
-
|
|
366
356
|
.sapMImgFocusable:focus {
|
|
367
357
|
outline: @sapContent_FocusStyle @sapContent_FocusWidth @sapContent_FocusColor;
|
|
368
358
|
outline-offset: 0.125rem;
|
|
@@ -63,7 +63,8 @@
|
|
|
63
63
|
.sapTntToolHeader {
|
|
64
64
|
.sapMBarChild:not(.sapMMenuBtn) {
|
|
65
65
|
&.sapMBtn {
|
|
66
|
-
padding
|
|
66
|
+
padding: 0.125rem 0;
|
|
67
|
+
min-width: 2.5rem;
|
|
67
68
|
}
|
|
68
69
|
|
|
69
70
|
&.sapMBtn .sapMBtnTransparent,
|
|
@@ -71,19 +72,15 @@
|
|
|
71
72
|
&.sapMBtn .sapMBtnBack,
|
|
72
73
|
&.sapMBtn .sapMBtnUp {
|
|
73
74
|
color: @sapContent_IconColor;
|
|
74
|
-
border-radius: 0.375rem;
|
|
75
75
|
background-color: @sapButton_Lite_Background;
|
|
76
76
|
height: 2.5rem;
|
|
77
|
-
min-width: 2.5rem;
|
|
78
77
|
|
|
79
78
|
.sapUiIcon {
|
|
80
79
|
color: @sapContent_IconColor;
|
|
81
80
|
line-height: 2.5rem;
|
|
82
|
-
width: 2.5rem;
|
|
83
|
-
height: 2.5rem;
|
|
84
81
|
}
|
|
85
82
|
|
|
86
|
-
|
|
83
|
+
.sapMBtnContent {
|
|
87
84
|
line-height: 2.5rem;
|
|
88
85
|
}
|
|
89
86
|
}
|
|
@@ -127,25 +124,21 @@
|
|
|
127
124
|
.sapTntToolHeader {
|
|
128
125
|
.sapMBarChild:not(.sapMMenuBtn) {
|
|
129
126
|
&.sapMBtn {
|
|
130
|
-
padding
|
|
127
|
+
padding: 0;
|
|
128
|
+
min-width: 2rem;
|
|
131
129
|
}
|
|
132
130
|
|
|
133
|
-
&.sapMBtn .sapMBtnTransparent,
|
|
134
131
|
&.sapMBtn .sapMBtnTransparent,
|
|
135
132
|
&.sapMBtn .sapMBtnDefault,
|
|
136
133
|
&.sapMBtn .sapMBtnBack,
|
|
137
134
|
&.sapMBtn .sapMBtnUp {
|
|
138
135
|
height: 2rem;
|
|
139
|
-
min-width: 2rem;
|
|
140
136
|
|
|
141
137
|
.sapUiIcon {
|
|
142
|
-
width: 2rem;
|
|
143
|
-
max-height: 2rem;
|
|
144
|
-
height: 2rem;
|
|
145
138
|
line-height: 2rem;
|
|
146
139
|
}
|
|
147
140
|
|
|
148
|
-
|
|
141
|
+
.sapMBtnContent {
|
|
149
142
|
line-height: 2rem;
|
|
150
143
|
}
|
|
151
144
|
}
|
|
@@ -359,10 +352,6 @@ html.sap-desktop .sapTntToolHeader .sapMSF:not(.sapMSFDisabled) {
|
|
|
359
352
|
height: 1.625rem;
|
|
360
353
|
}
|
|
361
354
|
|
|
362
|
-
&.sapMIBar.sapMTB .sapMBarChild.sapMImg {
|
|
363
|
-
margin-left: 0.75rem;
|
|
364
|
-
}
|
|
365
|
-
|
|
366
355
|
.sapMImgFocusable:focus {
|
|
367
356
|
outline: @sapContent_FocusStyle @sapContent_FocusWidth @sapContent_FocusColor;
|
|
368
357
|
outline-offset: 0.125rem;
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.108.
|
|
9
|
+
<version>1.108.23</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-2023 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.108.
|
|
9
|
+
<version>1.108.23</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-2023 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.108.
|
|
9
|
+
<version>1.108.23</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-2023 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.108.
|
|
9
|
+
<version>1.108.23</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 horizon high contrast white theme library.</documentation>
|
|
12
12
|
|