@openui5/themelib_sap_horizon 1.100.0 → 1.101.0

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 (194) hide show
  1. package/THIRDPARTY.txt +5 -5
  2. package/package.json +18 -18
  3. package/src/sap/f/themes/sap_horizon/Card.less +4 -0
  4. package/src/sap/f/themes/sap_horizon/DynamicPage.less +12 -12
  5. package/src/sap/f/themes/sap_horizon/DynamicPageHeader.less +1 -30
  6. package/src/sap/f/themes/sap_horizon/DynamicPageTitle.less +5 -9
  7. package/src/sap/f/themes/sap_horizon/GridList.less +9 -0
  8. package/src/sap/f/themes/sap_horizon/GridListItem.less +5 -2
  9. package/src/sap/f/themes/sap_horizon/library.source.less +1 -0
  10. package/src/sap/f/themes/sap_horizon_dark/Card.less +4 -0
  11. package/src/sap/f/themes/sap_horizon_dark/DynamicPage.less +12 -12
  12. package/src/sap/f/themes/sap_horizon_dark/DynamicPageHeader.less +1 -30
  13. package/src/sap/f/themes/sap_horizon_dark/DynamicPageTitle.less +1 -5
  14. package/src/sap/f/themes/sap_horizon_dark/GridList.less +9 -0
  15. package/src/sap/f/themes/sap_horizon_dark/GridListItem.less +5 -2
  16. package/src/sap/f/themes/sap_horizon_dark/library.source.less +1 -0
  17. package/src/sap/f/themes/sap_horizon_hcb/Card.less +4 -0
  18. package/src/sap/f/themes/sap_horizon_hcb/DynamicPage.less +38 -2
  19. package/src/sap/f/themes/sap_horizon_hcb/DynamicPageHeader.less +10 -5
  20. package/src/sap/f/themes/sap_horizon_hcb/DynamicPageTitle.less +9 -8
  21. package/src/sap/f/themes/sap_horizon_hcb/GridList.less +6 -0
  22. package/src/sap/f/themes/sap_horizon_hcb/GridListItem.less +2 -4
  23. package/src/sap/f/themes/sap_horizon_hcb/library.source.less +1 -0
  24. package/src/sap/f/themes/sap_horizon_hcw/Card.less +4 -0
  25. package/src/sap/f/themes/sap_horizon_hcw/DynamicPage.less +38 -2
  26. package/src/sap/f/themes/sap_horizon_hcw/DynamicPageHeader.less +9 -4
  27. package/src/sap/f/themes/sap_horizon_hcw/DynamicPageTitle.less +9 -8
  28. package/src/sap/f/themes/sap_horizon_hcw/GridList.less +6 -0
  29. package/src/sap/f/themes/sap_horizon_hcw/GridListItem.less +2 -4
  30. package/src/sap/f/themes/sap_horizon_hcw/library.source.less +1 -0
  31. package/src/sap/m/themes/sap_horizon/Avatar.less +34 -105
  32. package/src/sap/m/themes/sap_horizon/Button.less +5 -10
  33. package/src/sap/m/themes/sap_horizon/CheckBox.less +140 -197
  34. package/src/sap/m/themes/sap_horizon/Dialog.less +36 -21
  35. package/src/sap/m/themes/sap_horizon/IconTabBar.less +132 -45
  36. package/src/sap/m/themes/sap_horizon/InputBase.less +59 -137
  37. package/src/sap/m/themes/sap_horizon/Link.less +17 -13
  38. package/src/sap/m/themes/sap_horizon/MessageStrip.less +7 -8
  39. package/src/sap/m/themes/sap_horizon/ObjectAttribute.less +14 -21
  40. package/src/sap/m/themes/sap_horizon/OverflowToolbarAssociativePopover.less +19 -0
  41. package/src/sap/m/themes/sap_horizon/Popover.less +22 -8
  42. package/src/sap/m/themes/sap_horizon/SegmentedButton.less +1 -1
  43. package/src/sap/m/themes/sap_horizon/Select.less +125 -53
  44. package/src/sap/m/themes/sap_horizon/SelectList.less +19 -2
  45. package/src/sap/m/themes/sap_horizon/SuggestionsPopover.less +0 -4
  46. package/src/sap/m/themes/sap_horizon/Switch.less +180 -137
  47. package/src/sap/m/themes/sap_horizon/Token.less +28 -40
  48. package/src/sap/m/themes/sap_horizon/Tokenizer.less +5 -2
  49. package/src/sap/m/themes/sap_horizon/Toolbar.less +24 -20
  50. package/src/sap/m/themes/sap_horizon/ValueStateHeader.less +15 -14
  51. package/src/sap/m/themes/sap_horizon/ValueStateMessage.less +13 -11
  52. package/src/sap/m/themes/sap_horizon_dark/Avatar.less +34 -103
  53. package/src/sap/m/themes/sap_horizon_dark/Button.less +5 -10
  54. package/src/sap/m/themes/sap_horizon_dark/CheckBox.less +140 -197
  55. package/src/sap/m/themes/sap_horizon_dark/Dialog.less +36 -22
  56. package/src/sap/m/themes/sap_horizon_dark/GenericTile.less +0 -4
  57. package/src/sap/m/themes/sap_horizon_dark/IconTabBar.less +195 -107
  58. package/src/sap/m/themes/sap_horizon_dark/InputBase.less +59 -136
  59. package/src/sap/m/themes/sap_horizon_dark/Link.less +17 -13
  60. package/src/sap/m/themes/sap_horizon_dark/MessageStrip.less +7 -9
  61. package/src/sap/m/themes/sap_horizon_dark/ObjectAttribute.less +14 -21
  62. package/src/sap/m/themes/sap_horizon_dark/OverflowToolbarAssociativePopover.less +19 -0
  63. package/src/sap/m/themes/sap_horizon_dark/Popover.less +22 -7
  64. package/src/sap/m/themes/sap_horizon_dark/SegmentedButton.less +1 -1
  65. package/src/sap/m/themes/sap_horizon_dark/Select.less +125 -53
  66. package/src/sap/m/themes/sap_horizon_dark/SelectList.less +19 -2
  67. package/src/sap/m/themes/sap_horizon_dark/SuggestionsPopover.less +0 -4
  68. package/src/sap/m/themes/sap_horizon_dark/Switch.less +180 -137
  69. package/src/sap/m/themes/sap_horizon_dark/Token.less +26 -38
  70. package/src/sap/m/themes/sap_horizon_dark/Tokenizer.less +5 -2
  71. package/src/sap/m/themes/sap_horizon_dark/Toolbar.less +24 -20
  72. package/src/sap/m/themes/sap_horizon_dark/ValueStateHeader.less +15 -14
  73. package/src/sap/m/themes/sap_horizon_dark/ValueStateMessage.less +12 -11
  74. package/src/sap/m/themes/sap_horizon_hcb/Avatar.less +35 -41
  75. package/src/sap/m/themes/sap_horizon_hcb/Carousel.less +0 -1
  76. package/src/sap/m/themes/sap_horizon_hcb/CheckBox.less +153 -125
  77. package/src/sap/m/themes/sap_horizon_hcb/Dialog.less +27 -11
  78. package/src/sap/m/themes/sap_horizon_hcb/IconTabBar.less +5 -0
  79. package/src/sap/m/themes/sap_horizon_hcb/InputBase.less +23 -37
  80. package/src/sap/m/themes/sap_horizon_hcb/Link.less +21 -11
  81. package/src/sap/m/themes/sap_horizon_hcb/MessageStrip.less +5 -10
  82. package/src/sap/m/themes/sap_horizon_hcb/ObjectAttribute.less +8 -9
  83. package/src/sap/m/themes/sap_horizon_hcb/ObjectNumber.less +1 -1
  84. package/src/sap/m/themes/sap_horizon_hcb/OverflowToolbarAssociativePopover.less +19 -0
  85. package/src/sap/m/themes/sap_horizon_hcb/Page.less +1 -1
  86. package/src/sap/m/themes/sap_horizon_hcb/Popover.less +54 -3
  87. package/src/sap/m/themes/sap_horizon_hcb/RadioButton.less +6 -7
  88. package/src/sap/m/themes/sap_horizon_hcb/Select.less +25 -23
  89. package/src/sap/m/themes/sap_horizon_hcb/SelectList.less +5 -0
  90. package/src/sap/m/themes/sap_horizon_hcb/Switch.less +232 -120
  91. package/src/sap/m/themes/sap_horizon_hcb/Table.less +0 -4
  92. package/src/sap/m/themes/sap_horizon_hcb/Token.less +3 -33
  93. package/src/sap/m/themes/sap_horizon_hcb/Tokenizer.less +3 -0
  94. package/src/sap/m/themes/sap_horizon_hcb/Toolbar.less +72 -0
  95. package/src/sap/m/themes/sap_horizon_hcb/ValueStateHeader.less +58 -0
  96. package/src/sap/m/themes/sap_horizon_hcb/ValueStateMessage.less +41 -10
  97. package/src/sap/m/themes/sap_horizon_hcb/library.source.less +0 -1
  98. package/src/sap/m/themes/sap_horizon_hcw/Avatar.less +35 -41
  99. package/src/sap/m/themes/sap_horizon_hcw/Carousel.less +0 -1
  100. package/src/sap/m/themes/sap_horizon_hcw/CheckBox.less +153 -125
  101. package/src/sap/m/themes/sap_horizon_hcw/Dialog.less +27 -11
  102. package/src/sap/m/themes/sap_horizon_hcw/IconTabBar.less +5 -0
  103. package/src/sap/m/themes/sap_horizon_hcw/InputBase.less +23 -37
  104. package/src/sap/m/themes/sap_horizon_hcw/Link.less +21 -11
  105. package/src/sap/m/themes/sap_horizon_hcw/MessageStrip.less +5 -10
  106. package/src/sap/m/themes/sap_horizon_hcw/ObjectAttribute.less +8 -9
  107. package/src/sap/m/themes/sap_horizon_hcw/OverflowToolbarAssociativePopover.less +19 -0
  108. package/src/sap/m/themes/sap_horizon_hcw/Page.less +1 -1
  109. package/src/sap/m/themes/sap_horizon_hcw/Popover.less +54 -3
  110. package/src/sap/m/themes/sap_horizon_hcw/RadioButton.less +6 -7
  111. package/src/sap/m/themes/sap_horizon_hcw/Select.less +25 -22
  112. package/src/sap/m/themes/sap_horizon_hcw/SelectList.less +5 -0
  113. package/src/sap/m/themes/sap_horizon_hcw/Switch.less +232 -120
  114. package/src/sap/m/themes/sap_horizon_hcw/Table.less +0 -4
  115. package/src/sap/m/themes/sap_horizon_hcw/Token.less +3 -32
  116. package/src/sap/m/themes/sap_horizon_hcw/Tokenizer.less +23 -20
  117. package/src/sap/m/themes/sap_horizon_hcw/Toolbar.less +72 -0
  118. package/src/sap/m/themes/sap_horizon_hcw/ValueStateHeader.less +58 -0
  119. package/src/sap/m/themes/sap_horizon_hcw/ValueStateMessage.less +41 -10
  120. package/src/sap/m/themes/sap_horizon_hcw/library.source.less +0 -1
  121. package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
  122. package/src/sap/ui/core/themes/sap_horizon/base.less +427 -41
  123. package/src/sap/ui/core/themes/sap_horizon/fonts/72-Black.woff2 +0 -0
  124. package/src/sap/ui/core/themes/sap_horizon/fonts/72-Bold-full.woff2 +0 -0
  125. package/src/sap/ui/core/themes/sap_horizon/fonts/72-Bold.woff2 +0 -0
  126. package/src/sap/ui/core/themes/sap_horizon/fonts/72-Light-full.woff2 +0 -0
  127. package/src/sap/ui/core/themes/sap_horizon/fonts/72-Light.woff2 +0 -0
  128. package/src/sap/ui/core/themes/sap_horizon/fonts/72-Regular-full.woff2 +0 -0
  129. package/src/sap/ui/core/themes/sap_horizon/fonts/72-Regular.woff2 +0 -0
  130. package/src/sap/ui/core/themes/sap_horizon/fonts/72Mono-Bold-full.woff2 +0 -0
  131. package/src/sap/ui/core/themes/sap_horizon/fonts/72Mono-Bold.woff2 +0 -0
  132. package/src/sap/ui/core/themes/sap_horizon/fonts/72Mono-Regular-full.woff2 +0 -0
  133. package/src/sap/ui/core/themes/sap_horizon/fonts/72Mono-Regular.woff2 +0 -0
  134. package/src/sap/ui/core/themes/sap_horizon/global.less +8 -6
  135. package/src/sap/ui/core/themes/sap_horizon/shared.less +0 -1
  136. package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
  137. package/src/sap/ui/core/themes/sap_horizon_dark/base.less +417 -31
  138. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Black.woff2 +0 -0
  139. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Bold-full.woff2 +0 -0
  140. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Bold.woff2 +0 -0
  141. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Light-full.woff2 +0 -0
  142. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Light.woff2 +0 -0
  143. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Regular-full.woff2 +0 -0
  144. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Regular.woff2 +0 -0
  145. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72Mono-Bold-full.woff2 +0 -0
  146. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72Mono-Bold.woff2 +0 -0
  147. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72Mono-Regular-full.woff2 +0 -0
  148. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72Mono-Regular.woff2 +0 -0
  149. package/src/sap/ui/core/themes/sap_horizon_dark/global.less +8 -6
  150. package/src/sap/ui/core/themes/sap_horizon_dark/shared.less +0 -1
  151. package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
  152. package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +399 -13
  153. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Black.woff2 +0 -0
  154. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Bold-full.woff2 +0 -0
  155. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Bold.woff2 +0 -0
  156. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Light-full.woff2 +0 -0
  157. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Light.woff2 +0 -0
  158. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Regular-full.woff2 +0 -0
  159. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Regular.woff2 +0 -0
  160. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72Mono-Bold-full.woff2 +0 -0
  161. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72Mono-Bold.woff2 +0 -0
  162. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72Mono-Regular-full.woff2 +0 -0
  163. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72Mono-Regular.woff2 +0 -0
  164. package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +13 -5
  165. package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
  166. package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +397 -11
  167. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Black.woff2 +0 -0
  168. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Bold-full.woff2 +0 -0
  169. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Bold.woff2 +0 -0
  170. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Light-full.woff2 +0 -0
  171. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Light.woff2 +0 -0
  172. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Regular-full.woff2 +0 -0
  173. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Regular.woff2 +0 -0
  174. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72Mono-Bold-full.woff2 +0 -0
  175. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72Mono-Bold.woff2 +0 -0
  176. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72Mono-Regular-full.woff2 +0 -0
  177. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72Mono-Regular.woff2 +0 -0
  178. package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +13 -5
  179. package/src/sap/ui/integration/themes/sap_horizon_dark/Paginator.less +5 -0
  180. package/src/sap/ui/integration/themes/sap_horizon_dark/library.source.less +3 -1
  181. package/src/sap/ui/integration/themes/sap_horizon_hcb/Paginator.less +11 -0
  182. package/src/sap/ui/integration/themes/sap_horizon_hcb/library.source.less +2 -1
  183. package/src/sap/ui/integration/themes/sap_horizon_hcw/Paginator.less +11 -0
  184. package/src/sap/ui/integration/themes/sap_horizon_hcw/library.source.less +2 -1
  185. package/src/sap/ui/unified/themes/sap_horizon/Calendar.less +172 -61
  186. package/src/sap/ui/unified/themes/sap_horizon/FileUploader.less +7 -0
  187. package/src/sap/ui/unified/themes/sap_horizon_dark/Calendar.less +174 -63
  188. package/src/sap/ui/unified/themes/sap_horizon_dark/FileUploader.less +7 -0
  189. package/src/sap/ui/unified/themes/sap_horizon_hcb/Calendar.less +275 -93
  190. package/src/sap/ui/unified/themes/sap_horizon_hcb/FileUploader.less +7 -0
  191. package/src/sap/ui/unified/themes/sap_horizon_hcw/Calendar.less +310 -127
  192. package/src/sap/ui/unified/themes/sap_horizon_hcw/FileUploader.less +7 -0
  193. package/src/sap/m/themes/sap_horizon_hcb/SuggestionsPopover.less +0 -15
  194. package/src/sap/m/themes/sap_horizon_hcw/SuggestionsPopover.less +0 -15
@@ -1,11 +1,11 @@
1
1
  // /**
2
2
  // * Copyright (c) 2012-2020 SAP SE or an SAP affiliate company. All rights reserved.
3
- // * Theming Engine 1.68.3
4
- // * data:{"sModified":"2022-02-23T11:37:26Z"}
3
+ // * Theming Engine 1.69.2
4
+ // * data:{"sModified":"2022-04-05T12:29:16Z"}
5
5
  // */
6
6
 
7
7
 
8
- /******************* FILE /Base/baseLib/sap_horizon_hcw/base.less (Version 11.1.36-SNAPSHOT) *******************/
8
+ /******************* FILE /Base/baseLib/sap_horizon_hcw/base.less (Version 11.1.38) *******************/
9
9
 
10
10
 
11
11
  // [Tags "SapInternal", "Base", "Dimension", "Protected"]
@@ -268,7 +268,11 @@
268
268
 
269
269
  // [Tags "!Protected"]
270
270
  @sapContent_MarkerTextColor: @sapTextColor;
271
+
272
+ // [Tags "!Protected"]
271
273
  @sapContent_MeasureIndicatorColor: @sapField_BorderColor;
274
+
275
+ // [Tags "!Protected"]
272
276
  @sapContent_Selected_MeasureIndicatorColor: @sapField_BorderColor;
273
277
 
274
278
  // [Tags "!Protected"]
@@ -288,6 +292,8 @@
288
292
 
289
293
  // [Tags "!Protected"]
290
294
  @sapContent_UnratedColor: @sapHC_ReducedAltForeground;
295
+
296
+ // [Tags "!Protected"]
291
297
  @sapContent_BusyColor: @sapContent_IconColor;
292
298
 
293
299
  // [Tags "!Protected"]
@@ -409,26 +415,68 @@
409
415
 
410
416
  // [Tags "!Protected"]
411
417
  @sapContent_Selected_ForegroundColor: @sapHC_StandardForeground;
418
+
419
+ // [Tags "!Protected"]
412
420
  @sapContent_ForcedColorAdjust: none;
421
+
422
+ // [Tags "!Protected"]
413
423
  @sapContent_Illustrative_Color1: #212628;
424
+
425
+ // [Tags "!Protected"]
414
426
  @sapContent_Illustrative_Color2: #434e56;
427
+
428
+ // [Tags "!Protected"]
415
429
  @sapContent_Illustrative_Color3: #62737c;
430
+
431
+ // [Tags "!Protected"]
416
432
  @sapContent_Illustrative_Color4: #030303;
433
+
434
+ // [Tags "!Protected"]
417
435
  @sapContent_Illustrative_Color5: #9da4aa;
436
+
437
+ // [Tags "!Protected"]
418
438
  @sapContent_Illustrative_Color6: #c6cace;
439
+
440
+ // [Tags "!Protected"]
419
441
  @sapContent_Illustrative_Color7: #e7e9ea;
442
+
443
+ // [Tags "!Protected"]
420
444
  @sapContent_Illustrative_Color8: #fff;
445
+
446
+ // [Tags "!Protected"]
421
447
  @sapContent_Illustrative_Color9: #62737c;
448
+
449
+ // [Tags "!Protected"]
422
450
  @sapContent_Illustrative_Color10: #d5dadd;
451
+
452
+ // [Tags "!Protected"]
423
453
  @sapContent_Illustrative_Color11: #88979e;
454
+
455
+ // [Tags "!Protected"]
424
456
  @sapContent_Illustrative_Color12: #88979e;
457
+
458
+ // [Tags "!Protected"]
425
459
  @sapContent_Illustrative_Color13: #bec6cb;
460
+
461
+ // [Tags "!Protected"]
426
462
  @sapContent_Illustrative_Color14: #8f9ca4;
463
+
464
+ // [Tags "!Protected"]
427
465
  @sapContent_Illustrative_Color15: #31393f;
466
+
467
+ // [Tags "!Protected"]
428
468
  @sapContent_Illustrative_Color16: #505e65;
469
+
470
+ // [Tags "!Protected"]
429
471
  @sapContent_Illustrative_Color17: #505e65;
472
+
473
+ // [Tags "!Protected"]
430
474
  @sapContent_Illustrative_Color18: #2d3336;
475
+
476
+ // [Tags "!Protected"]
431
477
  @sapContent_Illustrative_Color19: #384144;
478
+
479
+ // [Tags "!Protected"]
432
480
  @sapContent_Illustrative_Color20: #444e52;
433
481
 
434
482
  // [Tags "!Protected"]
@@ -436,7 +484,11 @@
436
484
 
437
485
  // [Tags "!Protected"]
438
486
  @sapFontBoldFamily: "72-Bold", "72-Boldfull", "72", "72full", Arial, Helvetica, sans-serif;
487
+
488
+ // [Tags "!Protected"]
439
489
  @sapFontSemiboldFamily: "72-Semibold", "72-Semiboldfull", "72", "72full", Arial, Helvetica, sans-serif;
490
+
491
+ // [Tags "!Protected"]
440
492
  @sapFontSemiboldDuplexFamily: "72-SemiboldDuplex", "72-SemiboldDuplexfull", "72", "72full", Arial, Helvetica, sans-serif;
441
493
 
442
494
  // [Tags "!Protected"]
@@ -576,35 +628,95 @@
576
628
 
577
629
  // [Tags "!Protected"]
578
630
  @sapShell_NeutralColor: @sapNeutralColor;
631
+
632
+ // [Tags "!Protected"]
579
633
  @sapAvatar_1_Background: @sapBackgroundColor;
634
+
635
+ // [Tags "!Protected"]
580
636
  @sapAvatar_1_BorderColor: @sapGroup_ContentBorderColor;
637
+
638
+ // [Tags "!Protected"]
581
639
  @sapAvatar_1_TextColor: contrast(@sapAvatar_1_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
640
+
641
+ // [Tags "!Protected"]
582
642
  @sapAvatar_2_Background: @sapBackgroundColor;
643
+
644
+ // [Tags "!Protected"]
583
645
  @sapAvatar_2_BorderColor: @sapGroup_ContentBorderColor;
646
+
647
+ // [Tags "!Protected"]
584
648
  @sapAvatar_2_TextColor: contrast(@sapAvatar_2_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
649
+
650
+ // [Tags "!Protected"]
585
651
  @sapAvatar_3_Background: @sapBackgroundColor;
652
+
653
+ // [Tags "!Protected"]
586
654
  @sapAvatar_3_BorderColor: @sapGroup_ContentBorderColor;
655
+
656
+ // [Tags "!Protected"]
587
657
  @sapAvatar_3_TextColor: contrast(@sapAvatar_3_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
658
+
659
+ // [Tags "!Protected"]
588
660
  @sapAvatar_4_Background: @sapBackgroundColor;
661
+
662
+ // [Tags "!Protected"]
589
663
  @sapAvatar_4_BorderColor: @sapGroup_ContentBorderColor;
664
+
665
+ // [Tags "!Protected"]
590
666
  @sapAvatar_4_TextColor: contrast(@sapAvatar_4_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
667
+
668
+ // [Tags "!Protected"]
591
669
  @sapAvatar_5_Background: @sapBackgroundColor;
670
+
671
+ // [Tags "!Protected"]
592
672
  @sapAvatar_5_BorderColor: @sapGroup_ContentBorderColor;
673
+
674
+ // [Tags "!Protected"]
593
675
  @sapAvatar_5_TextColor: contrast(@sapAvatar_5_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
676
+
677
+ // [Tags "!Protected"]
594
678
  @sapAvatar_6_Background: @sapBackgroundColor;
679
+
680
+ // [Tags "!Protected"]
595
681
  @sapAvatar_6_BorderColor: @sapGroup_ContentBorderColor;
682
+
683
+ // [Tags "!Protected"]
596
684
  @sapAvatar_6_TextColor: contrast(@sapAvatar_6_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
685
+
686
+ // [Tags "!Protected"]
597
687
  @sapAvatar_7_Background: @sapBackgroundColor;
688
+
689
+ // [Tags "!Protected"]
598
690
  @sapAvatar_7_BorderColor: @sapGroup_ContentBorderColor;
691
+
692
+ // [Tags "!Protected"]
599
693
  @sapAvatar_7_TextColor: contrast(@sapAvatar_7_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
694
+
695
+ // [Tags "!Protected"]
600
696
  @sapAvatar_8_Background: @sapBackgroundColor;
697
+
698
+ // [Tags "!Protected"]
601
699
  @sapAvatar_8_BorderColor: @sapGroup_ContentBorderColor;
700
+
701
+ // [Tags "!Protected"]
602
702
  @sapAvatar_8_TextColor: contrast(@sapAvatar_8_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
703
+
704
+ // [Tags "!Protected"]
603
705
  @sapAvatar_9_Background: @sapBackgroundColor;
706
+
707
+ // [Tags "!Protected"]
604
708
  @sapAvatar_9_BorderColor: @sapGroup_ContentBorderColor;
709
+
710
+ // [Tags "!Protected"]
605
711
  @sapAvatar_9_TextColor: contrast(@sapAvatar_9_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
712
+
713
+ // [Tags "!Protected"]
606
714
  @sapAvatar_10_Background: @sapBackgroundColor;
715
+
716
+ // [Tags "!Protected"]
607
717
  @sapAvatar_10_BorderColor: @sapGroup_ContentBorderColor;
718
+
719
+ // [Tags "!Protected"]
608
720
  @sapAvatar_10_TextColor: contrast(@sapAvatar_10_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
609
721
 
610
722
  // [Tags "!Protected"]
@@ -978,50 +1090,122 @@
978
1090
 
979
1091
  // [Tags "!Protected"]
980
1092
  @sapButton_Track_Background: @sapButton_Background;
1093
+
1094
+ // [Tags "!Protected"]
981
1095
  @sapButton_Track_BorderColor: @sapContent_ForegroundBorderColor;
982
1096
 
983
1097
  // [Tags "!Protected"]
984
1098
  @sapButton_Track_TextColor: contrast(@sapButton_Track_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1099
+
1100
+ // [Tags "!Protected"]
985
1101
  @sapButton_Track_Hover_Background: @sapButton_Hover_Background;
1102
+
1103
+ // [Tags "!Protected"]
986
1104
  @sapButton_Track_Hover_BorderColor: @sapButton_Track_BorderColor;
987
1105
 
988
1106
  // [Tags "!Protected"]
989
1107
  @sapButton_Track_Selected_Background: @sapButton_Selected_Background;
1108
+
1109
+ // [Tags "!Protected"]
990
1110
  @sapButton_Track_Selected_BorderColor: @sapButton_Selected_BorderColor;
991
1111
 
992
1112
  // [Tags "!Protected"]
993
1113
  @sapButton_Track_Selected_TextColor: contrast(@sapButton_Track_Selected_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1114
+
1115
+ // [Tags "!Protected"]
994
1116
  @sapButton_Track_Selected_Hover_Background: @sapButton_Selected_Hover_Background;
1117
+
1118
+ // [Tags "!Protected"]
995
1119
  @sapButton_Track_Selected_Hover_BorderColor: @sapButton_Selected_Hover_BorderColor;
1120
+
1121
+ // [Tags "!Protected"]
996
1122
  @sapButton_Handle_Background: @sapButton_Background;
1123
+
1124
+ // [Tags "!Protected"]
997
1125
  @sapButton_Handle_BorderColor: @sapButton_BorderColor;
1126
+
1127
+ // [Tags "!Protected"]
998
1128
  @sapButton_Handle_TextColor: contrast(@sapButton_Handle_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1129
+
1130
+ // [Tags "!Protected"]
999
1131
  @sapButton_Handle_Hover_Background: @sapButton_Hover_Background;
1132
+
1133
+ // [Tags "!Protected"]
1000
1134
  @sapButton_Handle_Hover_BorderColor: @sapButton_Hover_BorderColor;
1135
+
1136
+ // [Tags "!Protected"]
1001
1137
  @sapButton_Handle_Selected_Background: @sapButton_Selected_Background;
1138
+
1139
+ // [Tags "!Protected"]
1002
1140
  @sapButton_Handle_Selected_BorderColor: @sapButton_Selected_BorderColor;
1003
- @sapButton_Handle_Selected_TextColor: contrast(@sapButton_Track_Selected_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1141
+
1142
+ // [Tags "!Protected"]
1143
+ @sapButton_Handle_Selected_TextColor: contrast(@sapButton_Handle_Selected_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1144
+
1145
+ // [Tags "!Protected"]
1004
1146
  @sapButton_Handle_Selected_Hover_Background: @sapButton_Selected_Hover_Background;
1147
+
1148
+ // [Tags "!Protected"]
1005
1149
  @sapButton_Handle_Selected_Hover_BorderColor: @sapButton_Selected_Hover_BorderColor;
1150
+
1151
+ // [Tags "!Protected"]
1006
1152
  @sapButton_Track_Negative_Background: @sapButton_Background;
1153
+
1154
+ // [Tags "!Protected"]
1007
1155
  @sapButton_Track_Negative_BorderColor: @sapNegativeElementColor;
1156
+
1157
+ // [Tags "!Protected"]
1008
1158
  @sapButton_Track_Negative_TextColor: contrast(@sapButton_Track_Negative_Background, @sapNegativeElementColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1159
+
1160
+ // [Tags "!Protected"]
1009
1161
  @sapButton_Track_Negative_Hover_Background: @sapButton_Hover_Background;
1162
+
1163
+ // [Tags "!Protected"]
1010
1164
  @sapButton_Track_Negative_Hover_BorderColor: @sapButton_Track_Negative_BorderColor;
1165
+
1166
+ // [Tags "!Protected"]
1011
1167
  @sapButton_Handle_Negative_Background: @sapButton_Handle_Background;
1168
+
1169
+ // [Tags "!Protected"]
1012
1170
  @sapButton_Handle_Negative_BorderColor: @sapNegativeElementColor;
1171
+
1172
+ // [Tags "!Protected"]
1013
1173
  @sapButton_Handle_Negative_TextColor: contrast(@sapButton_Handle_Negative_Background, @sapNegativeElementColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1174
+
1175
+ // [Tags "!Protected"]
1014
1176
  @sapButton_Handle_Negative_Hover_Background: @sapButton_Handle_Hover_Background;
1177
+
1178
+ // [Tags "!Protected"]
1015
1179
  @sapButton_Handle_Negative_Hover_BorderColor: @sapButton_Handle_Negative_BorderColor;
1180
+
1181
+ // [Tags "!Protected"]
1016
1182
  @sapButton_Track_Positive_Background: @sapButton_Background;
1183
+
1184
+ // [Tags "!Protected"]
1017
1185
  @sapButton_Track_Positive_BorderColor: @sapPositiveElementColor;
1186
+
1187
+ // [Tags "!Protected"]
1018
1188
  @sapButton_Track_Positive_TextColor: contrast(@sapButton_Track_Positive_Background, @sapPositiveElementColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1189
+
1190
+ // [Tags "!Protected"]
1019
1191
  @sapButton_Track_Positive_Hover_Background: @sapButton_Hover_Background;
1192
+
1193
+ // [Tags "!Protected"]
1020
1194
  @sapButton_Track_Positive_Hover_BorderColor: @sapButton_Track_BorderColor;
1195
+
1196
+ // [Tags "!Protected"]
1021
1197
  @sapButton_Handle_Positive_Background: @sapButton_Handle_Background;
1198
+
1199
+ // [Tags "!Protected"]
1022
1200
  @sapButton_Handle_Positive_BorderColor: @sapPositiveElementColor;
1201
+
1202
+ // [Tags "!Protected"]
1023
1203
  @sapButton_Handle_Positive_TextColor: contrast(@sapButton_Handle_Positive_Background, @sapPositiveTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1204
+
1205
+ // [Tags "!Protected"]
1024
1206
  @sapButton_Handle_Positive_Hover_Background: @sapButton_Handle_Hover_Background;
1207
+
1208
+ // [Tags "!Protected"]
1025
1209
  @sapButton_Handle_Positive_Hover_BorderColor: @sapButton_Handle_Positive_BorderColor;
1026
1210
 
1027
1211
  // [Tags "!Protected"]
@@ -1032,6 +1216,8 @@
1032
1216
 
1033
1217
  // [Tags "!Protected"]
1034
1218
  @sapField_Background: @sapBackgroundColor;
1219
+
1220
+ // [Tags "!Protected"]
1035
1221
  @sapField_BackgroundStyle: none;
1036
1222
 
1037
1223
  // [Tags "!Protected"]
@@ -1047,7 +1233,9 @@
1047
1233
  @sapField_HelpBackground: @sapField_Background;
1048
1234
 
1049
1235
  // [Tags "!Protected"]
1050
- @sapField_BorderWidth: @sapElement_BorderWidth;
1236
+ @sapField_BorderWidth: 0.125 * @sapContent_GridSize;
1237
+
1238
+ // [Tags "!Protected"]
1051
1239
  @sapField_BorderStyle: solid;
1052
1240
 
1053
1241
  // [Tags "!Protected"]
@@ -1055,6 +1243,8 @@
1055
1243
 
1056
1244
  // [Tags "!Protected"]
1057
1245
  @sapField_Hover_Background: @sapField_Background;
1246
+
1247
+ // [Tags "!Protected"]
1058
1248
  @sapField_Hover_BackgroundStyle: none;
1059
1249
 
1060
1250
  // [Tags "!Protected"]
@@ -1079,7 +1269,13 @@
1079
1269
  @sapField_ReadOnly_Background: @sapHC_ReducedBackground;
1080
1270
 
1081
1271
  // [Tags "!Protected"]
1082
- @sapField_ReadOnly_BorderColor: @sapHC_ReducedAltForeground;
1272
+ @sapField_ReadOnly_BackgroundStyle: none;
1273
+
1274
+ // [Tags "!Protected"]
1275
+ @sapField_ReadOnly_BorderColor: @sapField_BorderColor;
1276
+
1277
+ // [Tags "!Protected"]
1278
+ @sapField_ReadOnly_BorderStyle: @sapField_BorderStyle;
1083
1279
 
1084
1280
  // [Tags "!Protected"]
1085
1281
  @sapField_ReadOnly_HelpBackground: @sapField_ReadOnly_Background;
@@ -1092,6 +1288,8 @@
1092
1288
 
1093
1289
  // [Tags "!Protected"]
1094
1290
  @sapField_InvalidBackground: @sapHighlightColor;
1291
+
1292
+ // [Tags "!Protected"]
1095
1293
  @sapField_InvalidBackgroundStyle: none;
1096
1294
 
1097
1295
  // [Tags "!Protected"]
@@ -1105,6 +1303,8 @@
1105
1303
 
1106
1304
  // [Tags "!Protected"]
1107
1305
  @sapField_WarningBackground: @sapField_Background;
1306
+
1307
+ // [Tags "!Protected"]
1108
1308
  @sapField_WarningBackgroundStyle: none;
1109
1309
 
1110
1310
  // [Tags "!Protected"]
@@ -1118,10 +1318,12 @@
1118
1318
 
1119
1319
  // [Tags "!Protected"]
1120
1320
  @sapField_SuccessBackground: @sapField_Background;
1321
+
1322
+ // [Tags "!Protected"]
1121
1323
  @sapField_SuccessBackgroundStyle: none;
1122
1324
 
1123
1325
  // [Tags "!Protected"]
1124
- @sapField_SuccessBorderWidth: 0.0625 * @sapContent_GridSize;
1326
+ @sapField_SuccessBorderWidth: 0.125 * @sapContent_GridSize;
1125
1327
 
1126
1328
  // [Tags "!Protected"]
1127
1329
  @sapField_SuccessBorderStyle: solid;
@@ -1131,6 +1333,8 @@
1131
1333
 
1132
1334
  // [Tags "!Protected"]
1133
1335
  @sapField_InformationBackground: @sapField_Background;
1336
+
1337
+ // [Tags "!Protected"]
1134
1338
  @sapField_InformationBackgroundStyle: none;
1135
1339
 
1136
1340
  // [Tags "!Protected"]
@@ -1243,41 +1447,113 @@
1243
1447
 
1244
1448
  // [Tags "!Protected"]
1245
1449
  @sapList_TableFixedBorderColor: @sapHC_StandardForeground;
1450
+
1451
+ // [Tags "!Protected"]
1246
1452
  @sapMessage_ErrorBorderColor: @sapErrorBorderColor;
1453
+
1454
+ // [Tags "!Protected"]
1247
1455
  @sapMessage_WarningBorderColor: @sapWarningBorderColor;
1456
+
1457
+ // [Tags "!Protected"]
1248
1458
  @sapMessage_SuccessBorderColor: @sapSuccessBorderColor;
1459
+
1460
+ // [Tags "!Protected"]
1249
1461
  @sapMessage_InformationBorderColor: @sapInformationBorderColor;
1462
+
1463
+ // [Tags "!Protected"]
1250
1464
  @sapPopover_BorderCornerRadius: @sapElement_BorderCornerRadius;
1465
+
1466
+ // [Tags "!Protected"]
1251
1467
  @sapProgress_Background: @sapField_Background;
1468
+
1469
+ // [Tags "!Protected"]
1252
1470
  @sapProgress_BorderColor: @sapField_BorderColor;
1471
+
1472
+ // [Tags "!Protected"]
1253
1473
  @sapProgress_TextColor: @sapTextColor;
1474
+
1475
+ // [Tags "!Protected"]
1254
1476
  @sapProgress_FontSize: @sapFontSize;
1477
+
1478
+ // [Tags "!Protected"]
1255
1479
  @sapProgress_NegativeBackground: @sapProgress_Background;
1256
- @sapProgress_NegativeBorderColor: @sapField_BorderColor;
1480
+
1481
+ // [Tags "!Protected"]
1482
+ @sapProgress_NegativeBorderColor: @sapProgress_BorderColor;
1483
+
1484
+ // [Tags "!Protected"]
1257
1485
  @sapProgress_NegativeTextColor: @sapProgress_TextColor;
1486
+
1487
+ // [Tags "!Protected"]
1258
1488
  @sapProgress_CriticalBackground: @sapProgress_Background;
1259
- @sapProgress_CriticalBorderColor: @sapField_BorderColor;
1489
+
1490
+ // [Tags "!Protected"]
1491
+ @sapProgress_CriticalBorderColor: @sapProgress_BorderColor;
1492
+
1493
+ // [Tags "!Protected"]
1260
1494
  @sapProgress_CriticalTextColor: @sapProgress_TextColor;
1495
+
1496
+ // [Tags "!Protected"]
1261
1497
  @sapProgress_PositiveBackground: @sapProgress_Background;
1262
- @sapProgress_PositiveBorderColor: @sapField_BorderColor;
1498
+
1499
+ // [Tags "!Protected"]
1500
+ @sapProgress_PositiveBorderColor: @sapProgress_BorderColor;
1501
+
1502
+ // [Tags "!Protected"]
1263
1503
  @sapProgress_PositiveTextColor: @sapProgress_TextColor;
1504
+
1505
+ // [Tags "!Protected"]
1264
1506
  @sapProgress_InformationBackground: @sapProgress_Background;
1265
- @sapProgress_InformationBorderColor: @sapField_BorderColor;
1507
+
1508
+ // [Tags "!Protected"]
1509
+ @sapProgress_InformationBorderColor: @sapProgress_BorderColor;
1510
+
1511
+ // [Tags "!Protected"]
1266
1512
  @sapProgress_InformationTextColor: @sapProgress_TextColor;
1513
+
1514
+ // [Tags "!Protected"]
1267
1515
  @sapProgress_Value_Background: @sapHighlightColor;
1516
+
1517
+ // [Tags "!Protected"]
1268
1518
  @sapProgress_Value_BorderColor: @sapProgress_BorderColor;
1519
+
1520
+ // [Tags "!Protected"]
1269
1521
  @sapProgress_Value_TextColor: @sapTextColor;
1522
+
1523
+ // [Tags "!Protected"]
1270
1524
  @sapProgress_Value_NegativeBackground: @sapHighlightColor;
1525
+
1526
+ // [Tags "!Protected"]
1271
1527
  @sapProgress_Value_NegativeBorderColor: @sapProgress_BorderColor;
1528
+
1529
+ // [Tags "!Protected"]
1272
1530
  @sapProgress_Value_NegativeTextColor: @sapProgress_TextColor;
1531
+
1532
+ // [Tags "!Protected"]
1273
1533
  @sapProgress_Value_CriticalBackground: @sapHighlightColor;
1534
+
1535
+ // [Tags "!Protected"]
1274
1536
  @sapProgress_Value_CriticalBorderColor: @sapProgress_BorderColor;
1537
+
1538
+ // [Tags "!Protected"]
1275
1539
  @sapProgress_Value_CriticalTextColor: @sapProgress_TextColor;
1540
+
1541
+ // [Tags "!Protected"]
1276
1542
  @sapProgress_Value_PositiveBackground: @sapHighlightColor;
1543
+
1544
+ // [Tags "!Protected"]
1277
1545
  @sapProgress_Value_PositiveBorderColor: @sapProgress_BorderColor;
1546
+
1547
+ // [Tags "!Protected"]
1278
1548
  @sapProgress_Value_PositiveTextColor: @sapProgress_TextColor;
1549
+
1550
+ // [Tags "!Protected"]
1279
1551
  @sapProgress_Value_InformationBackground: @sapHighlightColor;
1552
+
1553
+ // [Tags "!Protected"]
1280
1554
  @sapProgress_Value_InformationBorderColor: @sapProgress_BorderColor;
1555
+
1556
+ // [Tags "!Protected"]
1281
1557
  @sapProgress_Value_InformationTextColor: @sapProgress_TextColor;
1282
1558
 
1283
1559
  // [Tags "!Protected"]
@@ -1297,18 +1573,44 @@
1297
1573
 
1298
1574
  // [Tags "!Protected"]
1299
1575
  @sapScrollBar_Hover_FaceColor: @sapHC_StandardForeground;
1576
+
1577
+ // [Tags "!Protected"]
1300
1578
  @sapSlider_Background: @sapNeutralBackground;
1579
+
1580
+ // [Tags "!Protected"]
1301
1581
  @sapSlider_BorderColor: @sapField_BorderColor;
1582
+
1583
+ // [Tags "!Protected"]
1302
1584
  @sapSlider_Selected_Background: @sapSelectedColor;
1585
+
1586
+ // [Tags "!Protected"]
1303
1587
  @sapSlider_Selected_BorderColor: @sapField_BorderColor;
1588
+
1589
+ // [Tags "!Protected"]
1304
1590
  @sapSlider_HandleBackground: @sapButton_Background;
1591
+
1592
+ // [Tags "!Protected"]
1305
1593
  @sapSlider_HandleBorderColor: @sapField_BorderColor;
1594
+
1595
+ // [Tags "!Protected"]
1306
1596
  @sapSlider_RangeHandleBackground: @sapSlider_HandleBackground;
1597
+
1598
+ // [Tags "!Protected"]
1307
1599
  @sapSlider_Hover_HandleBackground: @sapButton_Hover_Background;
1600
+
1601
+ // [Tags "!Protected"]
1308
1602
  @sapSlider_Hover_HandleBorderColor: @sapField_BorderColor;
1603
+
1604
+ // [Tags "!Protected"]
1309
1605
  @sapSlider_Hover_RangeHandleBackground: transparent;
1606
+
1607
+ // [Tags "!Protected"]
1310
1608
  @sapSlider_Active_HandleBackground: @sapButton_Active_Background;
1609
+
1610
+ // [Tags "!Protected"]
1311
1611
  @sapSlider_Active_HandleBorderColor: @sapField_BorderColor;
1612
+
1613
+ // [Tags "!Protected"]
1312
1614
  @sapSlider_Active_RangeHandleBackground: transparent;
1313
1615
 
1314
1616
  // [Tags "!Protected"]
@@ -1352,10 +1654,20 @@
1352
1654
 
1353
1655
  // [Tags "!Protected"]
1354
1656
  @sapObjectHeader_BorderColor: @sapHC_StandardForeground;
1657
+
1658
+ // [Tags "!Protected"]
1355
1659
  @sapObjectHeader_Title_TextColor: contrast(@sapObjectHeader_Background, @sapTitleColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1660
+
1661
+ // [Tags "!Protected"]
1356
1662
  @sapObjectHeader_Title_FontSize: @sapFontHeader2Size;
1663
+
1664
+ // [Tags "!Protected"]
1357
1665
  @sapObjectHeader_Title_SnappedFontSize: @sapFontHeader4Size;
1666
+
1667
+ // [Tags "!Protected"]
1358
1668
  @sapObjectHeader_Title_FontFamily: @sapFontBoldFamily;
1669
+
1670
+ // [Tags "!Protected"]
1359
1671
  @sapObjectHeader_Subtitle_TextColor: contrast(@sapObjectHeader_Background, @sapContent_LabelColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1360
1672
 
1361
1673
  // [Tags "!Protected"]
@@ -1372,6 +1684,8 @@
1372
1684
 
1373
1685
  // [Tags "!Protected"]
1374
1686
  @sapTile_BorderColor: @sapHC_StandardForeground;
1687
+
1688
+ // [Tags "!Protected"]
1375
1689
  @sapTile_BorderCornerRadius: 0.25rem;
1376
1690
 
1377
1691
  // [Tags "!Protected"]
@@ -1394,30 +1708,74 @@
1394
1708
 
1395
1709
  // [Tags "!Protected"]
1396
1710
  @sapTile_OverlayForegroundColor: contrast(@sapTile_OverlayBackground, @sapTitleColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1711
+
1712
+ // [Tags "!Protected"]
1397
1713
  @sapAccentColor1: #5f5800;
1714
+
1715
+ // [Tags "!Protected"]
1398
1716
  @sapAccentColor2: #5e4101;
1717
+
1718
+ // [Tags "!Protected"]
1399
1719
  @sapAccentColor3: #973333;
1720
+
1721
+ // [Tags "!Protected"]
1400
1722
  @sapAccentColor4: #961d7c;
1723
+
1724
+ // [Tags "!Protected"]
1401
1725
  @sapAccentColor5: #365892;
1726
+
1727
+ // [Tags "!Protected"]
1402
1728
  @sapAccentColor6: #004ccb;
1729
+
1730
+ // [Tags "!Protected"]
1403
1731
  @sapAccentColor7: #105b5b;
1732
+
1733
+ // [Tags "!Protected"]
1404
1734
  @sapAccentColor8: #26340b;
1735
+
1736
+ // [Tags "!Protected"]
1405
1737
  @sapAccentColor9: #6c32a9;
1738
+
1739
+ // [Tags "!Protected"]
1406
1740
  @sapAccentColor10: #4a5964;
1741
+
1742
+ // [Tags "!Protected"]
1407
1743
  @sapAccentBackgroundColor1: @sapHC_StandardBackground;
1744
+
1745
+ // [Tags "!Protected"]
1408
1746
  @sapAccentBackgroundColor2: @sapHC_StandardBackground;
1747
+
1748
+ // [Tags "!Protected"]
1409
1749
  @sapAccentBackgroundColor3: @sapHC_StandardBackground;
1750
+
1751
+ // [Tags "!Protected"]
1410
1752
  @sapAccentBackgroundColor4: @sapHC_StandardBackground;
1753
+
1754
+ // [Tags "!Protected"]
1411
1755
  @sapAccentBackgroundColor5: @sapHC_StandardBackground;
1756
+
1757
+ // [Tags "!Protected"]
1412
1758
  @sapAccentBackgroundColor6: @sapHC_StandardBackground;
1759
+
1760
+ // [Tags "!Protected"]
1413
1761
  @sapAccentBackgroundColor7: @sapHC_StandardBackground;
1762
+
1763
+ // [Tags "!Protected"]
1414
1764
  @sapAccentBackgroundColor8: @sapHC_StandardBackground;
1765
+
1766
+ // [Tags "!Protected"]
1415
1767
  @sapAccentBackgroundColor9: @sapHC_StandardBackground;
1768
+
1769
+ // [Tags "!Protected"]
1416
1770
  @sapAccentBackgroundColor10: @sapHC_StandardBackground;
1417
1771
 
1418
1772
  // [Tags "!Protected"]
1419
1773
  @sapIndicationColor_1: #780000;
1774
+
1775
+ // [Tags "!Protected"]
1420
1776
  @sapIndicationColor_1_Background: @sapBackgroundColor;
1777
+
1778
+ // [Tags "!Protected"]
1421
1779
  @sapIndicationColor_1_BorderColor: @sapContent_ForegroundBorderColor;
1422
1780
 
1423
1781
  // [Tags "!Protected"]
@@ -1431,7 +1789,11 @@
1431
1789
 
1432
1790
  // [Tags "!Protected"]
1433
1791
  @sapIndicationColor_2: #ab0000;
1792
+
1793
+ // [Tags "!Protected"]
1434
1794
  @sapIndicationColor_2_Background: @sapBackgroundColor;
1795
+
1796
+ // [Tags "!Protected"]
1435
1797
  @sapIndicationColor_2_BorderColor: @sapContent_ForegroundBorderColor;
1436
1798
 
1437
1799
  // [Tags "!Protected"]
@@ -1445,7 +1807,11 @@
1445
1807
 
1446
1808
  // [Tags "!Protected"]
1447
1809
  @sapIndicationColor_3: #5c5c00;
1810
+
1811
+ // [Tags "!Protected"]
1448
1812
  @sapIndicationColor_3_Background: @sapBackgroundColor;
1813
+
1814
+ // [Tags "!Protected"]
1449
1815
  @sapIndicationColor_3_BorderColor: @sapContent_ForegroundBorderColor;
1450
1816
 
1451
1817
  // [Tags "!Protected"]
@@ -1459,7 +1825,11 @@
1459
1825
 
1460
1826
  // [Tags "!Protected"]
1461
1827
  @sapIndicationColor_4: #006362;
1828
+
1829
+ // [Tags "!Protected"]
1462
1830
  @sapIndicationColor_4_Background: @sapBackgroundColor;
1831
+
1832
+ // [Tags "!Protected"]
1463
1833
  @sapIndicationColor_4_BorderColor: @sapContent_ForegroundBorderColor;
1464
1834
 
1465
1835
  // [Tags "!Protected"]
@@ -1473,7 +1843,11 @@
1473
1843
 
1474
1844
  // [Tags "!Protected"]
1475
1845
  @sapIndicationColor_5: #004ccb;
1846
+
1847
+ // [Tags "!Protected"]
1476
1848
  @sapIndicationColor_5_Background: @sapBackgroundColor;
1849
+
1850
+ // [Tags "!Protected"]
1477
1851
  @sapIndicationColor_5_BorderColor: @sapContent_ForegroundBorderColor;
1478
1852
 
1479
1853
  // [Tags "!Protected"]
@@ -1487,7 +1861,11 @@
1487
1861
 
1488
1862
  // [Tags "!Protected"]
1489
1863
  @sapIndicationColor_6: #105b5b;
1864
+
1865
+ // [Tags "!Protected"]
1490
1866
  @sapIndicationColor_6_Background: @sapBackgroundColor;
1867
+
1868
+ // [Tags "!Protected"]
1491
1869
  @sapIndicationColor_6_BorderColor: @sapContent_ForegroundBorderColor;
1492
1870
 
1493
1871
  // [Tags "!Protected"]
@@ -1501,7 +1879,11 @@
1501
1879
 
1502
1880
  // [Tags "!Protected"]
1503
1881
  @sapIndicationColor_7: #6c32a9;
1882
+
1883
+ // [Tags "!Protected"]
1504
1884
  @sapIndicationColor_7_Background: @sapBackgroundColor;
1885
+
1886
+ // [Tags "!Protected"]
1505
1887
  @sapIndicationColor_7_BorderColor: @sapContent_ForegroundBorderColor;
1506
1888
 
1507
1889
  // [Tags "!Protected"]
@@ -1515,7 +1897,11 @@
1515
1897
 
1516
1898
  // [Tags "!Protected"]
1517
1899
  @sapIndicationColor_8: #961d7c;
1900
+
1901
+ // [Tags "!Protected"]
1518
1902
  @sapIndicationColor_8_Background: @sapBackgroundColor;
1903
+
1904
+ // [Tags "!Protected"]
1519
1905
  @sapIndicationColor_8_BorderColor: @sapContent_ForegroundBorderColor;
1520
1906
 
1521
1907
  // [Tags "!Protected"]