@openui5/themelib_sap_belize 1.95.0 → 1.96.3
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/.reuse/dep5 +10 -5
- package/THIRDPARTY.txt +17 -8
- package/package.json +18 -18
- package/src/sap/m/themes/sap_belize/InputBase.less +25 -0
- package/src/sap/m/themes/sap_belize/NewsContent.less +1 -1
- package/src/sap/m/themes/sap_belize_hcb/InputBase.less +25 -0
- package/src/sap/m/themes/sap_belize_hcw/InputBase.less +25 -0
- package/src/sap/ui/core/themes/sap_belize/.theme +1 -1
- package/src/sap/ui/core/themes/sap_belize/base.less +150 -203
- package/src/sap/ui/core/themes/sap_belize/global.less +34 -0
- package/src/sap/ui/core/themes/sap_belize_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_belize_hcb/base.less +99 -212
- package/src/sap/ui/core/themes/sap_belize_hcb/global.less +34 -0
- package/src/sap/ui/core/themes/sap_belize_hcw/.theme +1 -1
- package/src/sap/ui/core/themes/sap_belize_hcw/base.less +99 -212
- package/src/sap/ui/core/themes/sap_belize_hcw/global.less +34 -0
- package/src/sap/ui/core/themes/sap_belize_plus/.theme +1 -1
- package/src/sap/ui/core/themes/sap_belize_plus/base.less +7 -120
- package/src/sap/uxap/themes/sap_belize/ObjectPageSection.less +4 -0
- package/src/sap/uxap/themes/sap_belize_hcb/ObjectPageSection.less +4 -0
- package/src/sap/uxap/themes/sap_belize_hcw/ObjectPageSection.less +4 -0
- package/ui5.yaml +1 -1
|
@@ -1,11 +1,11 @@
|
|
|
1
|
+
// /**
|
|
2
|
+
// * Copyright (c) 2012-2020 SAP SE or an SAP affiliate company and Theming Base Content contributors. Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
3
|
+
// * Theming Engine 1.51.0
|
|
4
|
+
// * data:{"sModified":"2021-10-12T13:35:50Z"}
|
|
5
|
+
// */
|
|
1
6
|
|
|
2
|
-
/******************* FILE /Base/baseLib/sap_belize_plus/base.less *******************/
|
|
3
7
|
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
// =====================================
|
|
7
|
-
// Quick
|
|
8
|
-
// =====================================
|
|
8
|
+
/******************* FILE /Base/baseLib/sap_belize_plus/base.less (Version 11.1.34) *******************/
|
|
9
9
|
|
|
10
10
|
@sapHighlightColor: lighten(saturate(@sapBrandColor, 40), 30);
|
|
11
11
|
@sapBaseColor: @sapPrimary1;
|
|
@@ -13,14 +13,6 @@
|
|
|
13
13
|
@sapTextColor: @sapPrimary5;
|
|
14
14
|
@sapLinkColor: #7ed0ff;
|
|
15
15
|
@sapTitleColor: @sapTextColor;
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
// =====================================
|
|
21
|
-
// Error Semantics
|
|
22
|
-
// =====================================
|
|
23
|
-
|
|
24
16
|
@sapNegativeColor: #ff8888;
|
|
25
17
|
@sapCriticalColor: #fabd64;
|
|
26
18
|
@sapPositiveColor: #abe2ab;
|
|
@@ -35,14 +27,6 @@
|
|
|
35
27
|
@sapSuccessBackground: darken(@sapPositiveColor, 60);
|
|
36
28
|
@sapInformationBackground: darken(@sapInformativeColor, 60);
|
|
37
29
|
@sapNeutralBackground: darken(@sapNeutralColor, 60);
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
// =====================================
|
|
43
|
-
// Content
|
|
44
|
-
// =====================================
|
|
45
|
-
|
|
46
30
|
@sapContent_IconColor: lighten(@sapHighlightColor, 12);
|
|
47
31
|
@sapContent_ContrastIconColor: darken(@sapPrimary1, 8);
|
|
48
32
|
@sapContent_NonInteractiveIconColor: lighten(@sapBaseColor, 35);
|
|
@@ -68,37 +52,13 @@
|
|
|
68
52
|
@sapContent_BadgeBackground: @sapAccentColor3;
|
|
69
53
|
@sapContent_BadgeTextColor: contrast(@sapContent_BadgeBackground, lighten(@sapTextColor, 2), @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
70
54
|
@sapContent_Selected_Hover_Background: darken(@sapContent_Selected_Background, 3);
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
// =====================================
|
|
76
|
-
// Link
|
|
77
|
-
// =====================================
|
|
78
|
-
|
|
79
55
|
@sapLink_InvertedColor: #0070b1;
|
|
80
56
|
@sapLink_SubtleColor: lighten(@sapLinkColor, 10);
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
// =====================================
|
|
86
|
-
// Shell
|
|
87
|
-
// =====================================
|
|
88
|
-
|
|
89
57
|
@sapShell_Background: lighten(saturate(@sapBaseColor, 4), 20.3);
|
|
90
58
|
@sapShell_BackgroundImage: linear-gradient(to bottom, darken(saturate(@sapShell_Background, 15), 24), lighten(saturate(@sapShell_Background, 24), 22.7));
|
|
91
59
|
@sapShell_TextColor: lighten(@sapTextColor, 2);
|
|
92
60
|
@sapShell_InteractiveTextColor: @sapShell_TextColor;
|
|
93
61
|
@sapShell_Hover_Background: lighten(@sapBrandColor, 10);
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
// =====================================
|
|
99
|
-
// Button
|
|
100
|
-
// =====================================
|
|
101
|
-
|
|
102
62
|
@sapButton_Background: lighten(@sapBaseColor, 2);
|
|
103
63
|
@sapButton_BorderColor: lighten(@sapButton_Background, 36);
|
|
104
64
|
@sapButton_TextColor: lighten(@sapHighlightColor, 12);
|
|
@@ -129,14 +89,6 @@
|
|
|
129
89
|
@sapButton_Track_Background: darken(@sapButton_Background, 2);
|
|
130
90
|
@sapButton_TokenBackground: @sapButton_Background;
|
|
131
91
|
@sapButton_TokenBorderColor: lighten(@sapButton_Background, 15);
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
// =====================================
|
|
137
|
-
// Field
|
|
138
|
-
// =====================================
|
|
139
|
-
|
|
140
92
|
@sapField_Background: lighten(@sapBaseColor, 5);
|
|
141
93
|
@sapField_TextColor: lighten(@sapTextColor, 2);
|
|
142
94
|
@sapField_PlaceholderTextColor: lighten(saturate(@sapBaseColor, 24), 52.5);
|
|
@@ -148,14 +100,6 @@
|
|
|
148
100
|
@sapGroup_ContentBackground: @sapBaseColor;
|
|
149
101
|
@sapGroup_ContentBorderColor: lighten(@sapGroup_ContentBackground, 8);
|
|
150
102
|
@sapToolbar_SeparatorColor: fade(@sapPrimary3, 20);
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
// =====================================
|
|
156
|
-
// List
|
|
157
|
-
// =====================================
|
|
158
|
-
|
|
159
103
|
@sapList_HeaderBackground: darken(@sapBaseColor, 1.5);
|
|
160
104
|
@sapList_BorderColor: lighten(@sapList_Background, 7);
|
|
161
105
|
@sapList_SelectionBackgroundColor: lighten(saturate(@sapList_Background, 10), 10);
|
|
@@ -169,37 +113,13 @@
|
|
|
169
113
|
@sapList_FooterBackground: darken(@sapBaseColor, 8);
|
|
170
114
|
@sapList_TableFooterBorder: lighten(@sapList_BorderColor, 13.1);
|
|
171
115
|
@sapList_TableFixedBorderColor: lighten(@sapList_BorderColor, 30);
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
// =====================================
|
|
177
|
-
// Scrollbar
|
|
178
|
-
// =====================================
|
|
179
|
-
|
|
180
116
|
@sapScrollBar_FaceColor: lighten(@sapAccentColor6, 2);
|
|
181
117
|
@sapScrollBar_TrackColor: @sapBaseColor;
|
|
182
118
|
@sapScrollBar_Hover_FaceColor: lighten(@sapScrollBar_FaceColor, 3);
|
|
183
119
|
@sapPageHeader_BorderColor: lighten(@sapPageHeader_Background, 8);
|
|
184
120
|
@sapPageHeader_TextColor: @sapTextColor;
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
// =====================================
|
|
190
|
-
// Page Footer
|
|
191
|
-
// =====================================
|
|
192
|
-
|
|
193
121
|
@sapPageFooter_Background: darken(@sapBaseColor, 8);
|
|
194
122
|
@sapPageFooter_TextColor: @sapTextColor;
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
// =====================================
|
|
200
|
-
// Tile
|
|
201
|
-
// =====================================
|
|
202
|
-
|
|
203
123
|
@sapTile_Background: @sapBaseColor;
|
|
204
124
|
@sapTile_BorderColor: transparent;
|
|
205
125
|
@sapTile_TitleTextColor: @sapTextColor;
|
|
@@ -207,14 +127,6 @@
|
|
|
207
127
|
@sapTile_IconColor: darken(@sapContent_IconColor, 15);
|
|
208
128
|
@sapTile_SeparatorColor: lighten(@sapTile_Background, 12);
|
|
209
129
|
@sapTile_Interactive_BorderColor: lighten(@sapTile_Background, 30);
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
// =====================================
|
|
215
|
-
// Indication Colors
|
|
216
|
-
// =====================================
|
|
217
|
-
|
|
218
130
|
@sapIndicationColor_1: #ff8888;
|
|
219
131
|
@sapIndicationColor_1_Hover_Background: lighten(@sapIndicationColor_1, 5);
|
|
220
132
|
@sapIndicationColor_1_Active_Background: lighten(@sapIndicationColor_1, 10);
|
|
@@ -247,14 +159,6 @@
|
|
|
247
159
|
@sapIndicationColor_8_Hover_Background: lighten(@sapIndicationColor_8, 5);
|
|
248
160
|
@sapIndicationColor_8_Active_Background: lighten(@sapIndicationColor_8, 10);
|
|
249
161
|
@sapIndicationColor_8_TextColor: contrast(@sapIndicationColor_8, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
// =====================================
|
|
255
|
-
// Legend Colors
|
|
256
|
-
// =====================================
|
|
257
|
-
|
|
258
162
|
@sapLegend_WorkingBackground: lighten(@sapList_Background, 8);
|
|
259
163
|
@sapLegend_NonWorkingBackground: lighten(@sapList_Background, 2);
|
|
260
164
|
@sapLegendColor1: #ffb914;
|
|
@@ -297,26 +201,9 @@
|
|
|
297
201
|
@sapLegendBackgroundColor18: #576432;
|
|
298
202
|
@sapLegendBackgroundColor19: #36677d;
|
|
299
203
|
@sapLegendBackgroundColor20: #003895;
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
// =====================================
|
|
305
|
-
// Chart Colors
|
|
306
|
-
// =====================================
|
|
307
|
-
|
|
308
204
|
@sapChart_Bad: #f55556;
|
|
309
205
|
@sapChart_Critical: #f4ac44;
|
|
310
206
|
@sapChart_Good: #69c683;
|
|
311
207
|
@sapChart_Neutral: #9ea8ad;
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
// =====================================
|
|
317
|
-
// Deprecated
|
|
318
|
-
// =====================================
|
|
319
|
-
|
|
320
208
|
@sapBackgroundColorDefault: @sapPrimary1;
|
|
321
|
-
|
|
322
|
-
@sapList_HighlightColor: darken(desaturate(@sapHighlightColor, 40), 30);
|
|
209
|
+
@sapList_HighlightColor: darken(desaturate(@sapHighlightColor, 40), 30);
|
|
@@ -10,6 +10,10 @@
|
|
|
10
10
|
border-top: 0.125rem solid @_sap_uxap_ObjectPageSection_HeaderBorderColor;
|
|
11
11
|
}
|
|
12
12
|
|
|
13
|
+
.sapUxAPObjectPageLayoutNoAnchorBar .sapUxAPObjectPageSection:first-of-type > .sapUxAPObjectPageSectionHeader {
|
|
14
|
+
border-top: 0;
|
|
15
|
+
}
|
|
16
|
+
|
|
13
17
|
.sapUxAPObjectPageSectionTitle {
|
|
14
18
|
color: @sapUiGroupTitleTextColor;
|
|
15
19
|
font-size: @sapMFontHeader2Size;
|
package/ui5.yaml
CHANGED