@openui5/themelib_sap_belize 1.91.0 → 1.93.2

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.
Files changed (38) hide show
  1. package/.reuse/dep5 +46 -0
  2. package/THIRDPARTY.txt +59 -1
  3. package/package.json +18 -18
  4. package/src/sap/m/themes/sap_belize/Button.less +0 -5
  5. package/src/sap/m/themes/sap_belize/IconTabBar.less +19 -16
  6. package/src/sap/m/themes/sap_belize/InputBase.less +25 -0
  7. package/src/sap/m/themes/sap_belize/ProgressIndicator.less +1 -4
  8. package/src/sap/m/themes/sap_belize/QuickView.less +7 -6
  9. package/src/sap/m/themes/sap_belize/SelectList.less +0 -5
  10. package/src/sap/m/themes/sap_belize_hcb/Avatar.less +19 -11
  11. package/src/sap/m/themes/sap_belize_hcb/IconTabBar.less +4 -4
  12. package/src/sap/m/themes/sap_belize_hcb/InputBase.less +25 -0
  13. package/src/sap/m/themes/sap_belize_hcb/QuickView.less +3 -2
  14. package/src/sap/m/themes/sap_belize_hcb/SelectList.less +0 -5
  15. package/src/sap/m/themes/sap_belize_hcb/SinglePlanningCalendarMonthGrid.less +2 -1
  16. package/src/sap/m/themes/sap_belize_hcw/Avatar.less +19 -11
  17. package/src/sap/m/themes/sap_belize_hcw/IconTabBar.less +4 -4
  18. package/src/sap/m/themes/sap_belize_hcw/InputBase.less +25 -0
  19. package/src/sap/m/themes/sap_belize_hcw/QuickView.less +3 -2
  20. package/src/sap/m/themes/sap_belize_hcw/SelectList.less +0 -5
  21. package/src/sap/m/themes/sap_belize_hcw/SinglePlanningCalendarMonthGrid.less +2 -1
  22. package/src/sap/tnt/themes/sap_belize/ToolHeader.less +33 -1
  23. package/src/sap/tnt/themes/sap_belize_hcb/ToolHeader.less +4 -0
  24. package/src/sap/tnt/themes/sap_belize_hcw/ToolHeader.less +5 -1
  25. package/src/sap/ui/core/themes/sap_belize/.theme +1 -1
  26. package/src/sap/ui/core/themes/sap_belize/base.less +204 -206
  27. package/src/sap/ui/core/themes/sap_belize/global.less +34 -0
  28. package/src/sap/ui/core/themes/sap_belize/shared.less +0 -3
  29. package/src/sap/ui/core/themes/sap_belize_hcb/.theme +1 -1
  30. package/src/sap/ui/core/themes/sap_belize_hcb/base.less +120 -236
  31. package/src/sap/ui/core/themes/sap_belize_hcb/global.less +34 -0
  32. package/src/sap/ui/core/themes/sap_belize_hcw/.theme +1 -1
  33. package/src/sap/ui/core/themes/sap_belize_hcw/base.less +120 -236
  34. package/src/sap/ui/core/themes/sap_belize_hcw/global.less +34 -0
  35. package/src/sap/ui/core/themes/sap_belize_plus/.theme +1 -1
  36. package/src/sap/ui/core/themes/sap_belize_plus/base.less +8 -128
  37. package/src/sap/ui/rta/themes/sap_belize/ContextMenu.less +1 -2
  38. package/src/sap/ui/unified/themes/sap_belize/Calendar.less +4 -0
@@ -4,4 +4,8 @@
4
4
  /* =================================== */
5
5
 
6
6
  @_sap_tnt_ToolHeader_AvatarBackground: @sapUiAccent6;
7
- @_sap_tnt_ToolHeader_AvatarColor: @sapUiBaseColor;
7
+ @_sap_tnt_ToolHeader_AvatarColor: @sapUiBaseColor;
8
+
9
+ .sapTntToolHeader .sapMITH.sapMITBTextOnly .sapMITHEndOverflow {
10
+ margin-top: 0;
11
+ }
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.91.0</version>
9
+ <version>1.93.2</version>
10
10
 
11
11
  <documentation>SAPUI5 belize theme library.</documentation>
12
12
 
@@ -1,15 +1,13 @@
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/base.less *******************/
3
7
 
8
+ /******************* FILE /Base/baseLib/sap_belize/base.less (Version 11.1.34) *******************/
4
9
 
5
10
 
6
- // =====================================
7
- // Theme Specifics/Internals
8
- // =====================================
9
-
10
- // [Tags "ThemeSpecific", "Base", "Content", "Color", "Protected"]
11
- @sapBackgroundColorDefault: @sapPrimary5;
12
-
13
11
  // [Tags "SapInternal", "Base", "Dimension", "Protected"]
14
12
  @sapContent_GridSize: 1rem;
15
13
 
@@ -39,13 +37,6 @@
39
37
  // [Tags "ThemeSpecific", "Base", "Shell", "Color", "!Protected"]
40
38
  @sapShell_BackgroundPatternColor: fade(@sapPrimary4, 8);
41
39
 
42
-
43
-
44
-
45
- // =====================================
46
- // Quick
47
- // =====================================
48
-
49
40
  // [Tags "!Protected"]
50
41
  @sapBrandColor: @sapPrimary2;
51
42
 
@@ -97,13 +88,6 @@
97
88
  // [Tags "!Protected"]
98
89
  @sapTitleColor: @sapTextColor;
99
90
 
100
-
101
-
102
-
103
- // =====================================
104
- // Error Semantics
105
- // =====================================
106
-
107
91
  // [Tags "!Protected"]
108
92
  @sapNegativeColor: #bb0000;
109
93
 
@@ -191,13 +175,6 @@
191
175
  // [Tags "!Protected"]
192
176
  @sapNeutralBorderColor: @sapNeutralColor;
193
177
 
194
-
195
-
196
-
197
- // =====================================
198
- // Element Metrics
199
- // =====================================
200
-
201
178
  // [Tags "Protected"]
202
179
  @sapElement_LineHeight: 3 * @sapContent_GridSize;
203
180
 
@@ -222,13 +199,6 @@
222
199
  // [Tags "Protected"]
223
200
  @sapElement_Condensed_Height: 1.375 * @sapContent_GridSize;
224
201
 
225
-
226
-
227
-
228
- // =====================================
229
- // Content
230
- // =====================================
231
-
232
202
  // [Tags "!Protected"]
233
203
  @sapContent_LineHeight: 1.4;
234
204
 
@@ -307,6 +277,27 @@
307
277
  // [Tags "!Protected"]
308
278
  @sapContent_HeaderShadow: 0 0.125rem 0 0 @sapObjectHeader_Background, inset 0 -0.125rem 0 0 @sapObjectHeader_BorderColor;
309
279
 
280
+ // [Tags "!Protected"]
281
+ @sapContent_Interaction_Shadow: none;
282
+
283
+ // [Tags "!Protected"]
284
+ @sapContent_Selected_Shadow: none;
285
+
286
+ // [Tags "!Protected"]
287
+ @sapContent_Negative_Shadow: none;
288
+
289
+ // [Tags "!Protected"]
290
+ @sapContent_Critical_Shadow: none;
291
+
292
+ // [Tags "!Protected"]
293
+ @sapContent_Positive_Shadow: none;
294
+
295
+ // [Tags "!Protected"]
296
+ @sapContent_Informative_Shadow: none;
297
+
298
+ // [Tags "!Protected"]
299
+ @sapContent_Neutral_Shadow: none;
300
+
310
301
  // [Tags "!Protected"]
311
302
  @sapContent_SearchHighlightColor: #d4f7db;
312
303
 
@@ -366,36 +357,26 @@
366
357
 
367
358
  // [Tags "!Protected"]
368
359
  @sapContent_Selected_ForegroundColor: @sapSelectedColor;
369
-
370
-
371
-
372
-
373
- // =====================================
374
- // Content Illustrative Colors
375
- // =====================================
376
-
377
360
  @sapContent_Illustrative_Color1: #427cac;
378
-
379
361
  @sapContent_Illustrative_Color2: #93b7d6;
380
-
381
362
  @sapContent_Illustrative_Color3: #ffba10;
382
-
383
363
  @sapContent_Illustrative_Color4: #4a5055;
384
-
385
364
  @sapContent_Illustrative_Color5: #9da4aa;
386
-
387
365
  @sapContent_Illustrative_Color6: #c6cace;
388
-
389
366
  @sapContent_Illustrative_Color7: #e7e9ea;
390
-
391
367
  @sapContent_Illustrative_Color8: #fff;
392
-
393
-
394
-
395
-
396
- // =====================================
397
- // Font
398
- // =====================================
368
+ @sapContent_Illustrative_Color9: #64edd2;
369
+ @sapContent_Illustrative_Color10: #ebf8ff;
370
+ @sapContent_Illustrative_Color11: #f31ded;
371
+ @sapContent_Illustrative_Color12: #5dc122;
372
+ @sapContent_Illustrative_Color13: #005dc9;
373
+ @sapContent_Illustrative_Color14: #004da5;
374
+ @sapContent_Illustrative_Color15: #cc7400;
375
+ @sapContent_Illustrative_Color16: #3b0ac6;
376
+ @sapContent_Illustrative_Color17: #00a58a;
377
+ @sapContent_Illustrative_Color18: #d1efff;
378
+ @sapContent_Illustrative_Color19: #b8e6ff;
379
+ @sapContent_Illustrative_Color20: #9eddff;
399
380
 
400
381
  // [Tags "!Protected"]
401
382
  @sapFontLightFamily: "72-Light", "72-Lightfull", "72", "72full", Arial, Helvetica, sans-serif;
@@ -403,6 +384,9 @@
403
384
  // [Tags "!Protected"]
404
385
  @sapFontBoldFamily: "72-Bold", "72-Boldfull", "72", "72full", Arial, Helvetica, sans-serif;
405
386
 
387
+ // [Tags "!Protected"]
388
+ @sapFontBlackFamily: "72Black", "72", "72full", Arial, Helvetica, sans-serif;
389
+
406
390
  // [Tags "!Protected"]
407
391
  @sapFontHeaderFamily: @sapFontFamily;
408
392
 
@@ -430,13 +414,6 @@
430
414
  // [Tags "!Protected"]
431
415
  @sapFontHeader6Size: 0.875 * @sapContent_GridSize;
432
416
 
433
-
434
-
435
-
436
- // =====================================
437
- // Link
438
- // =====================================
439
-
440
417
  // [Tags "!Protected"]
441
418
  @sapLink_Hover_Color: @sapLinkColor;
442
419
 
@@ -452,13 +429,6 @@
452
429
  // [Tags "!Protected"]
453
430
  @sapLink_SubtleColor: darken(@sapLinkColor, 15);
454
431
 
455
-
456
-
457
-
458
- // =====================================
459
- // Shell
460
- // =====================================
461
-
462
432
  // [Tags "!Protected"]
463
433
  @sapShell_Background: darken(desaturate(@sapBaseColor, 6), 11);
464
434
 
@@ -477,6 +447,9 @@
477
447
  // [Tags "!Protected"]
478
448
  @sapShell_TextColor: darken(@sapBrandColor, 10);
479
449
 
450
+ // [Tags "!Protected"]
451
+ @sapShell_InteractiveBackground: @sapShellColor;
452
+
480
453
  // [Tags "!Protected"]
481
454
  @sapShell_InteractiveTextColor: @sapShell_TextColor;
482
455
 
@@ -549,13 +522,6 @@
549
522
  // [Tags "!Protected"]
550
523
  @sapShell_NeutralColor: @sapNeutralColor;
551
524
 
552
-
553
-
554
-
555
- // =====================================
556
- // Button
557
- // =====================================
558
-
559
525
  // [Tags "!Protected"]
560
526
  @sapButton_Background: darken(@sapPrimary4, 3);
561
527
 
@@ -940,13 +906,6 @@
940
906
  // [Tags "!Protected"]
941
907
  @sapButton_TokenBorderColor: darken(@sapButton_Background, 10);
942
908
 
943
-
944
-
945
-
946
- // =====================================
947
- // Field
948
- // =====================================
949
-
950
909
  // [Tags "!Protected"]
951
910
  @sapField_Background: @sapPrimary4;
952
911
 
@@ -1049,13 +1008,6 @@
1049
1008
  // [Tags "!Protected"]
1050
1009
  @sapField_InformationBorderStyle: solid;
1051
1010
 
1052
-
1053
-
1054
-
1055
- // =====================================
1056
- // Group
1057
- // =====================================
1058
-
1059
1011
  // [Tags "!Protected"]
1060
1012
  @sapGroup_TitleBackground: transparent;
1061
1013
 
@@ -1080,26 +1032,12 @@
1080
1032
  // [Tags "!Protected"]
1081
1033
  @sapGroup_FooterBackground: transparent;
1082
1034
 
1083
-
1084
-
1085
-
1086
- // =====================================
1087
- // Toolbar
1088
- // =====================================
1089
-
1090
1035
  // [Tags "!Protected"]
1091
1036
  @sapToolbar_Background: transparent;
1092
1037
 
1093
1038
  // [Tags "!Protected"]
1094
1039
  @sapToolbar_SeparatorColor: fade(@sapPrimary1, 20);
1095
1040
 
1096
-
1097
-
1098
-
1099
- // =====================================
1100
- // List
1101
- // =====================================
1102
-
1103
1041
  // [Tags "!Protected"]
1104
1042
  @sapList_HeaderBackground: darken(@sapPrimary4, 3);
1105
1043
 
@@ -1110,7 +1048,7 @@
1110
1048
  @sapList_HeaderTextColor: contrast(@sapList_HeaderBackground, @sapTitleColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1111
1049
 
1112
1050
  // [Tags "!Protected"]
1113
- @sapList_BorderColor: darken(@sapList_Background, 10.15);
1051
+ @sapList_BorderColor: darken(@sapList_Background, 10.2);
1114
1052
 
1115
1053
  // [Tags "!Protected"]
1116
1054
  @sapList_BorderWidth: @sapElement_BorderWidth;
@@ -1172,13 +1110,6 @@
1172
1110
  // [Tags "!Protected"]
1173
1111
  @sapList_TableFixedBorderColor: darken(@sapList_BorderColor, 30);
1174
1112
 
1175
-
1176
-
1177
-
1178
- // =====================================
1179
- // Scrollbar
1180
- // =====================================
1181
-
1182
1113
  // [Tags "!Protected"]
1183
1114
  @sapScrollBar_FaceColor: darken(@sapPrimary6, 5);
1184
1115
 
@@ -1192,18 +1123,11 @@
1192
1123
  @sapScrollBar_SymbolColor: @sapContent_IconColor;
1193
1124
 
1194
1125
  // [Tags "!Protected"]
1195
- @sapScrollBar_Dimension: 0.7 * @sapContent_GridSize;
1126
+ @sapScrollBar_Dimension: 0.75 * @sapContent_GridSize;
1196
1127
 
1197
1128
  // [Tags "!Protected"]
1198
1129
  @sapScrollBar_Hover_FaceColor: darken(@sapScrollBar_FaceColor, 3);
1199
1130
 
1200
-
1201
-
1202
-
1203
- // =====================================
1204
- // Page Header
1205
- // =====================================
1206
-
1207
1131
  // [Tags "!Protected"]
1208
1132
  @sapPageHeader_Background: @sapBaseColor;
1209
1133
 
@@ -1213,13 +1137,6 @@
1213
1137
  // [Tags "!Protected"]
1214
1138
  @sapPageHeader_TextColor: contrast(@sapPageHeader_Background, lighten(@sapTextColor, 20), @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1215
1139
 
1216
-
1217
-
1218
-
1219
- // =====================================
1220
- // Page Footer
1221
- // =====================================
1222
-
1223
1140
  // [Tags "!Protected"]
1224
1141
  @sapPageFooter_Background: @sapPrimary4;
1225
1142
 
@@ -1229,13 +1146,6 @@
1229
1146
  // [Tags "!Protected"]
1230
1147
  @sapPageFooter_TextColor: contrast(@sapPageFooter_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1231
1148
 
1232
-
1233
-
1234
-
1235
- // =====================================
1236
- // Infobar
1237
- // =====================================
1238
-
1239
1149
  // [Tags "!Protected"]
1240
1150
  @sapInfobar_Background: darken(@sapAccentColor7, 5);
1241
1151
 
@@ -1251,13 +1161,6 @@
1251
1161
  // [Tags "!Protected"]
1252
1162
  @sapInfobar_TextColor: contrast(@sapInfobar_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1253
1163
 
1254
-
1255
-
1256
-
1257
- // =====================================
1258
- // Object Header
1259
- // =====================================
1260
-
1261
1164
  // [Tags "!Protected"]
1262
1165
  @sapObjectHeader_Background: @sapBaseColor;
1263
1166
 
@@ -1267,23 +1170,9 @@
1267
1170
  // [Tags "!Protected"]
1268
1171
  @sapObjectHeader_BorderColor: contrast(@sapObjectHeader_Background, darken(@sapObjectHeader_Background, 8), lighten(@sapObjectHeader_Background, 8), @sapContent_ContrastTextThreshold);
1269
1172
 
1270
-
1271
-
1272
-
1273
- // =====================================
1274
- // Block Layer
1275
- // =====================================
1276
-
1277
1173
  // [Tags "!Protected"]
1278
1174
  @sapBlockLayer_Background: #000;
1279
1175
 
1280
-
1281
-
1282
-
1283
- // =====================================
1284
- // Tile
1285
- // =====================================
1286
-
1287
1176
  // [Tags "!Protected"]
1288
1177
  @sapTile_Background: @sapPrimary4;
1289
1178
 
@@ -1316,39 +1205,26 @@
1316
1205
 
1317
1206
  // [Tags "!Protected"]
1318
1207
  @sapTile_OverlayForegroundColor: contrast(@sapTile_OverlayBackground, @sapTitleColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1319
-
1320
-
1321
-
1322
- // =====================================
1323
- // Accent Colors
1324
- // =====================================
1325
-
1326
1208
  @sapAccentColor1: #e09d00;
1327
-
1328
1209
  @sapAccentColor2: #e6600d;
1329
-
1330
1210
  @sapAccentColor3: #c14646;
1331
-
1332
1211
  @sapAccentColor4: #ab218e;
1333
-
1334
1212
  @sapAccentColor5: #678bc7;
1335
-
1336
1213
  @sapAccentColor6: #0092d1;
1337
-
1338
1214
  @sapAccentColor7: #1a9898;
1339
-
1340
1215
  @sapAccentColor8: #759421;
1341
-
1342
1216
  @sapAccentColor9: #925ace;
1343
-
1344
1217
  @sapAccentColor10: #647987;
1345
-
1346
-
1347
-
1348
-
1349
- // =====================================
1350
- // Indication Colors
1351
- // =====================================
1218
+ @sapAccentBackgroundColor1: #fff3b8;
1219
+ @sapAccentBackgroundColor2: #ffd0e7;
1220
+ @sapAccentBackgroundColor3: #fff0fa;
1221
+ @sapAccentBackgroundColor4: #ffdcf3;
1222
+ @sapAccentBackgroundColor5: #ded3ff;
1223
+ @sapAccentBackgroundColor6: #d1efff;
1224
+ @sapAccentBackgroundColor7: #c2fcee;
1225
+ @sapAccentBackgroundColor8: #ebf5cb;
1226
+ @sapAccentBackgroundColor9: #dafdf5;
1227
+ @sapAccentBackgroundColor10: #eaecee;
1352
1228
 
1353
1229
  // [Tags "!Protected"]
1354
1230
  @sapIndicationColor_1: #880000;
@@ -1446,13 +1322,6 @@
1446
1322
  // [Tags "!Protected"]
1447
1323
  @sapIndicationColor_8_TextColor: contrast(@sapIndicationColor_8, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1448
1324
 
1449
-
1450
-
1451
-
1452
- // =====================================
1453
- // Legend Colors
1454
- // =====================================
1455
-
1456
1325
  // [Tags "!Protected"]
1457
1326
  @sapLegend_WorkingBackground: darken(@sapList_Background, 3);
1458
1327
 
@@ -1582,13 +1451,6 @@
1582
1451
  // [Tags "!Protected"]
1583
1452
  @sapLegendBackgroundColor20: #f0f7fa;
1584
1453
 
1585
-
1586
-
1587
-
1588
- // =====================================
1589
- // Chart Colors
1590
- // =====================================
1591
-
1592
1454
  // [Tags "!Protected"]
1593
1455
  @sapChart_OrderedColor_1: #5899da;
1594
1456
 
@@ -1669,23 +1531,159 @@
1669
1531
 
1670
1532
  // [Tags "!Protected"]
1671
1533
  @sapChart_Sequence_Neutral: @sapChart_Neutral;
1534
+ // @sapFontUrl_SAP-icons_ttf: url(./../baseTheme/fonts/SAP-icons.ttf);
1535
+ // @sapFontUrl_SAP-icons_woff: url(./../baseTheme/fonts/SAP-icons.woff);
1536
+ // @sapFontUrl_SAP-icons_woff2: url(./../baseTheme/fonts/SAP-icons.woff2);
1537
+ // @sapFontUrl_SAP-icons-TNT_ttf: url(./../baseTheme/fonts/SAP-icons-TNT.ttf);
1538
+ // @sapFontUrl_SAP-icons-TNT_woff: url(./../baseTheme/fonts/SAP-icons-TNT.woff);
1539
+ // @sapFontUrl_SAP-icons-TNT_woff2: url(./../baseTheme/fonts/SAP-icons-TNT.woff2);
1540
+ // @sapFontUrl_SAP-icons-Business-Suite_ttf: url(./../baseTheme/fonts/BusinessSuiteInAppSymbols.ttf);
1541
+ // @sapFontUrl_SAP-icons-Business-Suite_woff: url(./../baseTheme/fonts/BusinessSuiteInAppSymbols.woff);
1542
+ // @sapFontUrl_SAP-icons-Business-Suite_woff2: url(./../baseTheme/fonts/BusinessSuiteInAppSymbols.woff2);
1672
1543
 
1544
+ // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
1545
+ // @sapFontUrl_72_Regular_woff2: url(./../baseTheme/fonts/72-Regular.woff2);
1673
1546
 
1547
+ // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
1548
+ // @sapFontUrl_72_Regular_woff: url(./../baseTheme/fonts/72-Regular.woff);
1674
1549
 
1550
+ // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
1551
+ // @sapFontUrl_72_Bold_woff2: url(./../baseTheme/fonts/72-Bold.woff2);
1675
1552
 
1676
- // =====================================
1677
- // Deprecated
1678
- // =====================================
1553
+ // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
1554
+ // @sapFontUrl_72_Bold_woff: url(./../baseTheme/fonts/72-Bold.woff);
1679
1555
 
1680
- // [Tags "!Protected"]
1681
- @sapGroup_Title_FontSize: @sapFontSize;
1556
+ // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
1557
+ // @sapFontUrl_72_Light_woff2: url(./../baseTheme/fonts/72-Light.woff2);
1682
1558
 
1683
- // [Tags "!Protected"]
1684
- @sapList_HighlightColor: @sapHighlightColor;
1559
+ // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
1560
+ // @sapFontUrl_72_Light_woff: url(./../baseTheme/fonts/72-Light.woff);
1685
1561
 
1686
- @sapContent_ElementHeight: 1.37em;
1562
+ // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
1563
+ // @sapFontUrl_72_Regular_full_woff2: url(./../baseTheme/fonts/72-Regular-full.woff2);
1687
1564
 
1688
- @sapContent_ElementHeight_PX: 22px;
1565
+ // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
1566
+ // @sapFontUrl_72_Regular_full_woff: url(./../baseTheme/fonts/72-Regular-full.woff);
1567
+
1568
+ // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
1569
+ // @sapFontUrl_72_Bold_full_woff2: url(./../baseTheme/fonts/72-Bold-full.woff2);
1570
+
1571
+ // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
1572
+ // @sapFontUrl_72_Bold_full_woff: url(./../baseTheme/fonts/72-Bold-full.woff);
1573
+
1574
+ // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
1575
+ // @sapFontUrl_72_Light_full_woff2: url(./../baseTheme/fonts/72-Light-full.woff2);
1576
+
1577
+ // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
1578
+ // @sapFontUrl_72_Light_full_woff: url(./../baseTheme/fonts/72-Light-full.woff);
1579
+
1580
+ // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
1581
+ // @sapFontUrl_72_Black_woff2: url(./../baseTheme/fonts/72-Black.woff2);
1582
+
1583
+ // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
1584
+ // @sapFontUrl_72_Black_woff: url(./../baseTheme/fonts/72-Black.woff);
1689
1585
 
1690
- // [Tags "Protected", "Deprecated"]
1691
- @sapField_Disabled_TextColor: fade(@sapField_TextColor, (100 - (@sapContent_DisabledOpacity * 100)));
1586
+ // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
1587
+ // @sapFontUrl_72_BoldItalic_woff2: url(./../baseTheme/fonts/72-BoldItalic.woff2);
1588
+
1589
+ // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
1590
+ // @sapFontUrl_72_BoldItalic_woff: url(./../baseTheme/fonts/72-BoldItalic.woff);
1591
+
1592
+ // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
1593
+ // @sapFontUrl_72_Condensed_woff2: url(./../baseTheme/fonts/72-Condensed.woff2);
1594
+
1595
+ // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
1596
+ // @sapFontUrl_72_Condensed_woff: url(./../baseTheme/fonts/72-Condensed.woff);
1597
+
1598
+ // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
1599
+ // @sapFontUrl_72_CondensedBold_woff2: url(./../baseTheme/fonts/72-CondensedBold.woff2);
1600
+
1601
+ // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
1602
+ // @sapFontUrl_72_CondensedBold_woff: url(./../baseTheme/fonts/72-CondensedBold.woff);
1603
+
1604
+ // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
1605
+ // @sapFontUrl_72_Italic_woff2: url(./../baseTheme/fonts/72-Italic.woff2);
1606
+
1607
+ // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
1608
+ // @sapFontUrl_72_Italic_woff: url(./../baseTheme/fonts/72-Italic.woff);
1609
+
1610
+ // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
1611
+ // @sapFontUrl_72Mono_Regular_woff2: url(./../baseTheme/fonts/72Mono-Regular.woff2);
1612
+
1613
+ // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
1614
+ // @sapFontUrl_72Mono_Regular_woff: url(./../baseTheme/fonts/72Mono-Regular.woff);
1615
+
1616
+ // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
1617
+ // @sapFontUrl_72Mono_Regular_full_woff2: url(./../baseTheme/fonts/72Mono-Regular-full.woff2);
1618
+
1619
+ // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
1620
+ // @sapFontUrl_72Mono_Regular_full_woff: url(./../baseTheme/fonts/72Mono-Regular-full.woff);
1621
+
1622
+ // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
1623
+ // @sapFontUrl_72Mono_Bold_woff2: url(./../baseTheme/fonts/72Mono-Bold.woff2);
1624
+
1625
+ // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
1626
+ // @sapFontUrl_72Mono_Bold_woff: url(./../baseTheme/fonts/72Mono-Bold.woff);
1627
+
1628
+ // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
1629
+ // @sapFontUrl_72Mono_Bold_full_woff2: url(./../baseTheme/fonts/72Mono-Bold-full.woff2);
1630
+
1631
+ // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
1632
+ // @sapFontUrl_72Mono_Bold_full_woff: url(./../baseTheme/fonts/72Mono-Bold-full.woff);
1633
+ // @sapSvgLib_SAP-icons: none;
1634
+ // @sapSvgLib_SAPGUI-icons: url(./svg/libs/SAPGUI-icons.svg);
1635
+ // @sapSvgLib_SAPWeb-icons: url(./svg/libs/SAPWeb-icons.svg);
1636
+ @sapBackgroundColorDefault: @sapPrimary5;
1637
+ @sapList_HighlightColor: @sapHighlightColor;
1638
+ @sapGroup_Title_FontSize: @sapFontSize;
1639
+ @sapContent_ElementHeight: 1.37em;
1640
+ @sapContent_ElementHeight_PX: 22px;
1641
+ @sapField_Disabled_TextColor: fade(@sapField_TextColor, (100 - (@sapContent_DisabledOpacity * 100)));
1642
+
1643
+ // [Tags "ThemeSpecific", "Protected", "Deprecated"]
1644
+ @sapBackgroundGradientBaseColor: @sapDeprecated_Color;
1645
+
1646
+ // [Tags "ThemeSpecific", "Protected", "Deprecated"]
1647
+ @sapContent_BackgroundGradientStartColor: @sapDeprecated_Color;
1648
+
1649
+ // [Tags "ThemeSpecific", "Protected", "Deprecated"]
1650
+ @sapContent_BackgroundGradientMiddleColor: @sapDeprecated_Color;
1651
+
1652
+ // [Tags "ThemeSpecific", "Protected", "Deprecated"]
1653
+ @sapContent_BackgroundGradientEndColor: @sapDeprecated_Color;
1654
+
1655
+ // [Tags "ThemeSpecific", "Protected", "Deprecated"]
1656
+ @sapContent_BackgroundGradientMixedStartColor: @sapDeprecated_Color;
1657
+
1658
+ // [Tags "ThemeSpecific", "Protected", "Deprecated"]
1659
+ @sapContent_BackgroundGradientMixedMiddleColor: @sapDeprecated_Color;
1660
+
1661
+ // [Tags "ThemeSpecific", "Protected", "Deprecated"]
1662
+ @sapContent_BackgroundGradientMixedEndColor: @sapDeprecated_Color;
1663
+ @sapDarkShadowColor: @sapDeprecated_Color;
1664
+ @sapLightShadowColor: @sapDeprecated_Color;
1665
+ @sapDarkFocusColor: @sapDeprecated_Color;
1666
+ @sapLightFocusColor: @sapDeprecated_Color;
1667
+ @sapSearchHighlightColor: @sapDeprecated_Color;
1668
+ @sapHelpHighlightColor: @sapDeprecated_Color;
1669
+ @sapBaseBackground: @sapDeprecated_Color;
1670
+ @sapLightestBackground: @sapDeprecated_Color;
1671
+ @sapExtraLightBackground: @sapDeprecated_Color;
1672
+ @sapLightBackground: @sapDeprecated_Color;
1673
+ @sapMediumBackground: @sapDeprecated_Color;
1674
+ @sapDarkBackground: @sapDeprecated_Color;
1675
+ @sapExtraDarkBackground: @sapDeprecated_Color;
1676
+ @sapDarkestBackground: @sapDeprecated_Color;
1677
+ @sapBaseBorderColor: @sapDeprecated_Color;
1678
+ @sapLightestBorderColor: @sapDeprecated_Color;
1679
+ @sapExtraLightBorderColor: @sapDeprecated_Color;
1680
+ @sapLightBorderColor: @sapDeprecated_Color;
1681
+ @sapMediumBorderColor: @sapDeprecated_Color;
1682
+ @sapDarkBorderColor: @sapDeprecated_Color;
1683
+ @sapExtraDarkBorderColor: @sapDeprecated_Color;
1684
+ @sapDarkestBorderColor: @sapDeprecated_Color;
1685
+ @sapExtraLightTextColor: @sapDeprecated_Color;
1686
+ @sapLightTextColor: @sapDeprecated_Color;
1687
+ @sapMediumTextColor: @sapDeprecated_Color;
1688
+ @sapDarkTextColor: @sapDeprecated_Color;
1689
+ @sapExtraDarkTextColor: @sapDeprecated_Color;