@openui5/themelib_sap_horizon 1.100.0 → 1.102.1

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 (450) hide show
  1. package/THIRDPARTY.txt +5 -5
  2. package/package.json +18 -18
  3. package/src/sap/f/themes/sap_horizon/Card.less +43 -8
  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 +6 -10
  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/ListContentItem.less +6 -0
  10. package/src/sap/f/themes/sap_horizon/ShellBar.less +313 -25
  11. package/src/sap/f/themes/sap_horizon/library.source.less +1 -0
  12. package/src/sap/f/themes/sap_horizon_dark/Card.less +35 -8
  13. package/src/sap/f/themes/sap_horizon_dark/DynamicPage.less +12 -12
  14. package/src/sap/f/themes/sap_horizon_dark/DynamicPageHeader.less +1 -30
  15. package/src/sap/f/themes/sap_horizon_dark/DynamicPageTitle.less +1 -5
  16. package/src/sap/f/themes/sap_horizon_dark/GridList.less +9 -0
  17. package/src/sap/f/themes/sap_horizon_dark/GridListItem.less +5 -2
  18. package/src/sap/f/themes/sap_horizon_dark/ListContentItem.less +6 -0
  19. package/src/sap/f/themes/sap_horizon_dark/ShellBar.less +313 -25
  20. package/src/sap/f/themes/sap_horizon_dark/library.source.less +1 -0
  21. package/src/sap/f/themes/sap_horizon_hcb/Card.less +13 -0
  22. package/src/sap/f/themes/sap_horizon_hcb/DynamicPage.less +38 -2
  23. package/src/sap/f/themes/sap_horizon_hcb/DynamicPageHeader.less +10 -5
  24. package/src/sap/f/themes/sap_horizon_hcb/DynamicPageTitle.less +9 -8
  25. package/src/sap/f/themes/sap_horizon_hcb/GridList.less +6 -0
  26. package/src/sap/f/themes/sap_horizon_hcb/GridListItem.less +2 -4
  27. package/src/sap/f/themes/sap_horizon_hcb/ShellBar.less +405 -10
  28. package/src/sap/f/themes/sap_horizon_hcb/library.source.less +1 -0
  29. package/src/sap/f/themes/sap_horizon_hcw/Card.less +13 -0
  30. package/src/sap/f/themes/sap_horizon_hcw/DynamicPage.less +38 -2
  31. package/src/sap/f/themes/sap_horizon_hcw/DynamicPageHeader.less +9 -4
  32. package/src/sap/f/themes/sap_horizon_hcw/DynamicPageTitle.less +9 -8
  33. package/src/sap/f/themes/sap_horizon_hcw/GridList.less +6 -0
  34. package/src/sap/f/themes/sap_horizon_hcw/GridListItem.less +2 -4
  35. package/src/sap/f/themes/sap_horizon_hcw/ShellBar.less +405 -11
  36. package/src/sap/f/themes/sap_horizon_hcw/library.source.less +1 -0
  37. package/src/sap/m/themes/sap_horizon/ActionListItem.less +2 -2
  38. package/src/sap/m/themes/sap_horizon/ActionSelect.less +6 -7
  39. package/src/sap/m/themes/sap_horizon/ActionSheet.less +37 -2
  40. package/src/sap/m/themes/sap_horizon/Avatar.less +34 -105
  41. package/src/sap/m/themes/sap_horizon/Bar.less +16 -11
  42. package/src/sap/m/themes/sap_horizon/Button.less +39 -12
  43. package/src/sap/m/themes/sap_horizon/Carousel.less +5 -27
  44. package/src/sap/m/themes/sap_horizon/CheckBox.less +140 -197
  45. package/src/sap/m/themes/sap_horizon/ColorPalette.less +89 -25
  46. package/src/sap/m/themes/sap_horizon/Dialog.less +34 -26
  47. package/src/sap/m/themes/sap_horizon/DynamicDateRange.less +12 -0
  48. package/src/sap/m/themes/sap_horizon/GenericTile.less +45 -2
  49. package/src/sap/m/themes/sap_horizon/IconTabBar.less +132 -45
  50. package/src/sap/m/themes/sap_horizon/IconTabBarSelectList.less +1 -1
  51. package/src/sap/m/themes/sap_horizon/InputBase.less +58 -144
  52. package/src/sap/m/themes/sap_horizon/Label.less +8 -0
  53. package/src/sap/m/themes/sap_horizon/LightBox.less +2 -1
  54. package/src/sap/m/themes/sap_horizon/Link.less +17 -13
  55. package/src/sap/m/themes/sap_horizon/ListBase.less +4 -0
  56. package/src/sap/m/themes/sap_horizon/ListItemBase.less +5 -4
  57. package/src/sap/m/themes/sap_horizon/MenuButton.less +14 -0
  58. package/src/sap/m/themes/sap_horizon/MessageBox.less +7 -5
  59. package/src/sap/m/themes/sap_horizon/MessageStrip.less +7 -8
  60. package/src/sap/m/themes/sap_horizon/MessageView.less +5 -4
  61. package/src/sap/m/themes/sap_horizon/MultiComboBox.less +14 -23
  62. package/src/sap/m/themes/sap_horizon/MultiInput.less +13 -0
  63. package/src/sap/m/themes/sap_horizon/NewsContent.less +16 -0
  64. package/src/sap/m/themes/sap_horizon/NotificationListGroup.less +6 -0
  65. package/src/sap/m/themes/sap_horizon/ObjectAttribute.less +14 -21
  66. package/src/sap/m/themes/sap_horizon/ObjectHeader.less +28 -1
  67. package/src/sap/m/themes/sap_horizon/ObjectListItem.less +17 -0
  68. package/src/sap/m/themes/sap_horizon/ObjectStatus.less +89 -23
  69. package/src/sap/m/themes/sap_horizon/OverflowToolbarAssociativePopover.less +19 -0
  70. package/src/sap/m/themes/sap_horizon/Panel.less +27 -17
  71. package/src/sap/m/themes/sap_horizon/Popover.less +22 -8
  72. package/src/sap/m/themes/sap_horizon/ProgressIndicator.less +163 -68
  73. package/src/sap/m/themes/sap_horizon/QuickView.less +8 -3
  74. package/src/sap/m/themes/sap_horizon/RangeSlider.less +79 -46
  75. package/src/sap/m/themes/sap_horizon/RatingIndicator.less +7 -0
  76. package/src/sap/m/themes/sap_horizon/SegmentedButton.less +3 -6
  77. package/src/sap/m/themes/sap_horizon/Select.less +125 -53
  78. package/src/sap/m/themes/sap_horizon/SelectList.less +20 -14
  79. package/src/sap/m/themes/sap_horizon/SinglePlanningCalendarGrid.less +14 -16
  80. package/src/sap/m/themes/sap_horizon/SlideTile.less +3 -1
  81. package/src/sap/m/themes/sap_horizon/Slider.less +71 -49
  82. package/src/sap/m/themes/sap_horizon/SplitButton.less +16 -8
  83. package/src/sap/m/themes/sap_horizon/StandardListItem.less +4 -4
  84. package/src/sap/m/themes/sap_horizon/SuggestionsPopover.less +1 -19
  85. package/src/sap/m/themes/sap_horizon/Switch.less +180 -137
  86. package/src/sap/m/themes/sap_horizon/TabStrip.less +12 -6
  87. package/src/sap/m/themes/sap_horizon/Table.less +14 -5
  88. package/src/sap/m/themes/sap_horizon/Text.less +4 -0
  89. package/src/sap/m/themes/sap_horizon/ToggleButton.less +2 -2
  90. package/src/sap/m/themes/sap_horizon/Token.less +43 -40
  91. package/src/sap/m/themes/sap_horizon/Tokenizer.less +11 -15
  92. package/src/sap/m/themes/sap_horizon/Toolbar.less +28 -20
  93. package/src/sap/m/themes/sap_horizon/ValueStateHeader.less +15 -14
  94. package/src/sap/m/themes/sap_horizon/ValueStateMessage.less +13 -11
  95. package/src/sap/m/themes/sap_horizon/Wizard.less +9 -4
  96. package/src/sap/m/themes/sap_horizon/WizardProgressNavigator.less +18 -6
  97. package/src/sap/m/themes/sap_horizon/WizardStep.less +7 -0
  98. package/src/sap/m/themes/sap_horizon/library.source.less +4 -2
  99. package/src/sap/m/themes/sap_horizon_dark/ActionSelect.less +6 -7
  100. package/src/sap/m/themes/sap_horizon_dark/ActionSheet.less +37 -2
  101. package/src/sap/m/themes/sap_horizon_dark/Avatar.less +34 -103
  102. package/src/sap/m/themes/sap_horizon_dark/Bar.less +15 -7
  103. package/src/sap/m/themes/sap_horizon_dark/Button.less +39 -12
  104. package/src/sap/m/themes/sap_horizon_dark/Carousel.less +5 -27
  105. package/src/sap/m/themes/sap_horizon_dark/CheckBox.less +140 -197
  106. package/src/sap/m/themes/sap_horizon_dark/ColorPalette.less +89 -25
  107. package/src/sap/m/themes/sap_horizon_dark/Dialog.less +34 -25
  108. package/src/sap/m/themes/sap_horizon_dark/DynamicDateRange.less +12 -0
  109. package/src/sap/m/themes/sap_horizon_dark/GenericTile.less +6 -6
  110. package/src/sap/m/themes/sap_horizon_dark/IconTabBar.less +195 -107
  111. package/src/sap/m/themes/sap_horizon_dark/IconTabBarSelectList.less +1 -1
  112. package/src/sap/m/themes/sap_horizon_dark/InputBase.less +58 -143
  113. package/src/sap/m/themes/sap_horizon_dark/Label.less +8 -0
  114. package/src/sap/m/themes/sap_horizon_dark/LightBox.less +2 -1
  115. package/src/sap/m/themes/sap_horizon_dark/Link.less +17 -13
  116. package/src/sap/m/themes/sap_horizon_dark/ListBase.less +4 -0
  117. package/src/sap/m/themes/sap_horizon_dark/ListItemBase.less +0 -4
  118. package/src/sap/m/themes/sap_horizon_dark/MenuButton.less +14 -0
  119. package/src/sap/m/themes/sap_horizon_dark/MessageBox.less +7 -5
  120. package/src/sap/m/themes/sap_horizon_dark/MessageStrip.less +7 -9
  121. package/src/sap/m/themes/sap_horizon_dark/MessageView.less +5 -1
  122. package/src/sap/m/themes/sap_horizon_dark/MultiComboBox.less +14 -23
  123. package/src/sap/m/themes/sap_horizon_dark/MultiInput.less +13 -0
  124. package/src/sap/m/themes/sap_horizon_dark/NotificationListGroup.less +6 -0
  125. package/src/sap/m/themes/sap_horizon_dark/ObjectAttribute.less +14 -21
  126. package/src/sap/m/themes/sap_horizon_dark/ObjectHeader.less +28 -1
  127. package/src/sap/m/themes/sap_horizon_dark/ObjectListItem.less +17 -0
  128. package/src/sap/m/themes/sap_horizon_dark/ObjectStatus.less +89 -23
  129. package/src/sap/m/themes/sap_horizon_dark/OverflowToolbarAssociativePopover.less +19 -0
  130. package/src/sap/m/themes/sap_horizon_dark/Panel.less +25 -15
  131. package/src/sap/m/themes/sap_horizon_dark/Popover.less +22 -7
  132. package/src/sap/m/themes/sap_horizon_dark/ProgressIndicator.less +163 -69
  133. package/src/sap/m/themes/sap_horizon_dark/QuickView.less +8 -3
  134. package/src/sap/m/themes/sap_horizon_dark/RangeSlider.less +78 -46
  135. package/src/sap/m/themes/sap_horizon_dark/RatingIndicator.less +8 -0
  136. package/src/sap/m/themes/sap_horizon_dark/SegmentedButton.less +3 -6
  137. package/src/sap/m/themes/sap_horizon_dark/Select.less +125 -53
  138. package/src/sap/m/themes/sap_horizon_dark/SelectList.less +20 -14
  139. package/src/sap/m/themes/sap_horizon_dark/SinglePlanningCalendarGrid.less +14 -16
  140. package/src/sap/m/themes/sap_horizon_dark/Slider.less +71 -49
  141. package/src/sap/m/themes/sap_horizon_dark/SliderTooltip.less +1 -0
  142. package/src/sap/m/themes/sap_horizon_dark/SplitButton.less +16 -8
  143. package/src/sap/m/themes/sap_horizon_dark/StandardListItem.less +4 -4
  144. package/src/sap/m/themes/sap_horizon_dark/SuggestionsPopover.less +1 -19
  145. package/src/sap/m/themes/sap_horizon_dark/Switch.less +180 -137
  146. package/src/sap/m/themes/sap_horizon_dark/TabStrip.less +15 -6
  147. package/src/sap/m/themes/sap_horizon_dark/Table.less +13 -5
  148. package/src/sap/m/themes/sap_horizon_dark/Text.less +4 -0
  149. package/src/sap/m/themes/sap_horizon_dark/ToggleButton.less +2 -2
  150. package/src/sap/m/themes/sap_horizon_dark/Token.less +41 -38
  151. package/src/sap/m/themes/sap_horizon_dark/Tokenizer.less +11 -15
  152. package/src/sap/m/themes/sap_horizon_dark/Toolbar.less +24 -20
  153. package/src/sap/m/themes/sap_horizon_dark/ValueStateHeader.less +15 -14
  154. package/src/sap/m/themes/sap_horizon_dark/ValueStateMessage.less +12 -11
  155. package/src/sap/m/themes/sap_horizon_dark/Wizard.less +9 -1
  156. package/src/sap/m/themes/sap_horizon_dark/WizardProgressNavigator.less +17 -6
  157. package/src/sap/m/themes/sap_horizon_dark/WizardStep.less +7 -0
  158. package/src/sap/m/themes/sap_horizon_dark/library.source.less +4 -2
  159. package/src/sap/m/themes/sap_horizon_hcb/ActionSheet.less +37 -2
  160. package/src/sap/m/themes/sap_horizon_hcb/Avatar.less +35 -41
  161. package/src/sap/m/themes/sap_horizon_hcb/Bar.less +15 -7
  162. package/src/sap/m/themes/sap_horizon_hcb/Button.less +9 -5
  163. package/src/sap/m/themes/sap_horizon_hcb/Carousel.less +6 -55
  164. package/src/sap/m/themes/sap_horizon_hcb/CheckBox.less +153 -125
  165. package/src/sap/m/themes/sap_horizon_hcb/ColorPalette.less +3 -2
  166. package/src/sap/m/themes/sap_horizon_hcb/Dialog.less +27 -11
  167. package/src/sap/m/themes/sap_horizon_hcb/DynamicDateRange.less +12 -0
  168. package/src/sap/m/themes/sap_horizon_hcb/GenericTile.less +7 -0
  169. package/src/sap/m/themes/sap_horizon_hcb/IconTabBar.less +5 -0
  170. package/src/sap/m/themes/sap_horizon_hcb/InputBase.less +33 -44
  171. package/src/sap/m/themes/sap_horizon_hcb/Label.less +8 -0
  172. package/src/sap/m/themes/sap_horizon_hcb/LightBox.less +2 -1
  173. package/src/sap/m/themes/sap_horizon_hcb/Link.less +21 -11
  174. package/src/sap/m/themes/sap_horizon_hcb/ListBase.less +4 -0
  175. package/src/sap/m/themes/sap_horizon_hcb/ListItemBase.less +4 -0
  176. package/src/sap/m/themes/sap_horizon_hcb/MessageBox.less +0 -7
  177. package/src/sap/m/themes/sap_horizon_hcb/MessageStrip.less +5 -10
  178. package/src/sap/m/themes/sap_horizon_hcb/MessageView.less +5 -1
  179. package/src/sap/m/themes/sap_horizon_hcb/NotificationListGroup.less +1 -1
  180. package/src/sap/m/themes/sap_horizon_hcb/ObjectAttribute.less +8 -9
  181. package/src/sap/m/themes/sap_horizon_hcb/ObjectHeader.less +27 -1
  182. package/src/sap/m/themes/sap_horizon_hcb/ObjectListItem.less +13 -0
  183. package/src/sap/m/themes/sap_horizon_hcb/ObjectNumber.less +1 -1
  184. package/src/sap/m/themes/sap_horizon_hcb/OverflowToolbarAssociativePopover.less +19 -0
  185. package/src/sap/m/themes/sap_horizon_hcb/Page.less +1 -1
  186. package/src/sap/m/themes/sap_horizon_hcb/Panel.less +16 -9
  187. package/src/sap/m/themes/sap_horizon_hcb/PlanningCalendar.less +4 -0
  188. package/src/sap/m/themes/sap_horizon_hcb/Popover.less +54 -3
  189. package/src/sap/m/themes/sap_horizon_hcb/ProgressIndicator.less +167 -71
  190. package/src/sap/m/themes/sap_horizon_hcb/QuickView.less +14 -3
  191. package/src/sap/m/themes/sap_horizon_hcb/RadioButton.less +6 -7
  192. package/src/sap/m/themes/sap_horizon_hcb/RangeSlider.less +83 -12
  193. package/src/sap/m/themes/sap_horizon_hcb/RatingIndicator.less +8 -0
  194. package/src/sap/m/themes/sap_horizon_hcb/SegmentedButton.less +0 -1
  195. package/src/sap/m/themes/sap_horizon_hcb/Select.less +25 -23
  196. package/src/sap/m/themes/sap_horizon_hcb/SelectList.less +5 -0
  197. package/src/sap/m/themes/sap_horizon_hcb/SinglePlanningCalendarGrid.less +14 -11
  198. package/src/sap/m/themes/sap_horizon_hcb/Slider.less +125 -23
  199. package/src/sap/m/themes/sap_horizon_hcb/StandardListItem.less +8 -0
  200. package/src/sap/m/themes/sap_horizon_hcb/Switch.less +185 -118
  201. package/src/sap/m/themes/sap_horizon_hcb/TabStrip.less +6 -3
  202. package/src/sap/m/themes/sap_horizon_hcb/Table.less +10 -15
  203. package/src/sap/m/themes/sap_horizon_hcb/Text.less +4 -0
  204. package/src/sap/m/themes/sap_horizon_hcb/ToggleButton.less +4 -0
  205. package/src/sap/m/themes/sap_horizon_hcb/Token.less +16 -38
  206. package/src/sap/m/themes/sap_horizon_hcb/Tokenizer.less +15 -1
  207. package/src/sap/m/themes/sap_horizon_hcb/Toolbar.less +72 -0
  208. package/src/sap/m/themes/sap_horizon_hcb/ValueStateHeader.less +58 -0
  209. package/src/sap/m/themes/sap_horizon_hcb/ValueStateMessage.less +41 -10
  210. package/src/sap/m/themes/sap_horizon_hcb/Wizard.less +9 -1
  211. package/src/sap/m/themes/sap_horizon_hcb/WizardProgressNavigator.less +9 -8
  212. package/src/sap/m/themes/sap_horizon_hcb/WizardStep.less +6 -0
  213. package/src/sap/m/themes/sap_horizon_hcb/library.source.less +5 -4
  214. package/src/sap/m/themes/sap_horizon_hcw/ActionSheet.less +37 -2
  215. package/src/sap/m/themes/sap_horizon_hcw/Avatar.less +35 -41
  216. package/src/sap/m/themes/sap_horizon_hcw/Bar.less +15 -7
  217. package/src/sap/m/themes/sap_horizon_hcw/Button.less +9 -5
  218. package/src/sap/m/themes/sap_horizon_hcw/Carousel.less +6 -53
  219. package/src/sap/m/themes/sap_horizon_hcw/CheckBox.less +153 -125
  220. package/src/sap/m/themes/sap_horizon_hcw/ColorPalette.less +3 -2
  221. package/src/sap/m/themes/sap_horizon_hcw/Dialog.less +27 -11
  222. package/src/sap/m/themes/sap_horizon_hcw/DynamicDateRange.less +12 -0
  223. package/src/sap/m/themes/sap_horizon_hcw/GenericTile.less +7 -0
  224. package/src/sap/m/themes/sap_horizon_hcw/IconTabBar.less +5 -0
  225. package/src/sap/m/themes/sap_horizon_hcw/InputBase.less +33 -44
  226. package/src/sap/m/themes/sap_horizon_hcw/Label.less +8 -0
  227. package/src/sap/m/themes/sap_horizon_hcw/LightBox.less +3 -2
  228. package/src/sap/m/themes/sap_horizon_hcw/Link.less +21 -11
  229. package/src/sap/m/themes/sap_horizon_hcw/ListBase.less +4 -0
  230. package/src/sap/m/themes/sap_horizon_hcw/ListItemBase.less +4 -0
  231. package/src/sap/m/themes/sap_horizon_hcw/MessageBox.less +0 -7
  232. package/src/sap/m/themes/sap_horizon_hcw/MessageStrip.less +5 -10
  233. package/src/sap/m/themes/sap_horizon_hcw/MessageView.less +5 -1
  234. package/src/sap/m/themes/sap_horizon_hcw/NotificationListGroup.less +1 -1
  235. package/src/sap/m/themes/sap_horizon_hcw/ObjectAttribute.less +8 -9
  236. package/src/sap/m/themes/sap_horizon_hcw/ObjectHeader.less +27 -1
  237. package/src/sap/m/themes/sap_horizon_hcw/ObjectListItem.less +13 -0
  238. package/src/sap/m/themes/sap_horizon_hcw/OverflowToolbarAssociativePopover.less +19 -0
  239. package/src/sap/m/themes/sap_horizon_hcw/Page.less +1 -1
  240. package/src/sap/m/themes/sap_horizon_hcw/Panel.less +16 -9
  241. package/src/sap/m/themes/sap_horizon_hcw/PlanningCalendar.less +4 -0
  242. package/src/sap/m/themes/sap_horizon_hcw/Popover.less +54 -3
  243. package/src/sap/m/themes/sap_horizon_hcw/ProgressIndicator.less +168 -71
  244. package/src/sap/m/themes/sap_horizon_hcw/QuickView.less +14 -3
  245. package/src/sap/m/themes/sap_horizon_hcw/RadioButton.less +6 -7
  246. package/src/sap/m/themes/sap_horizon_hcw/RangeSlider.less +84 -12
  247. package/src/sap/m/themes/sap_horizon_hcw/RatingIndicator.less +8 -0
  248. package/src/sap/m/themes/sap_horizon_hcw/SegmentedButton.less +0 -1
  249. package/src/sap/m/themes/sap_horizon_hcw/Select.less +25 -22
  250. package/src/sap/m/themes/sap_horizon_hcw/SelectList.less +5 -0
  251. package/src/sap/m/themes/sap_horizon_hcw/SinglePlanningCalendarGrid.less +14 -11
  252. package/src/sap/m/themes/sap_horizon_hcw/Slider.less +125 -23
  253. package/src/sap/m/themes/sap_horizon_hcw/StandardListItem.less +8 -0
  254. package/src/sap/m/themes/sap_horizon_hcw/Switch.less +185 -118
  255. package/src/sap/m/themes/sap_horizon_hcw/TabStrip.less +6 -3
  256. package/src/sap/m/themes/sap_horizon_hcw/Table.less +10 -15
  257. package/src/sap/m/themes/sap_horizon_hcw/Text.less +4 -0
  258. package/src/sap/m/themes/sap_horizon_hcw/ToggleButton.less +6 -2
  259. package/src/sap/m/themes/sap_horizon_hcw/Token.less +16 -38
  260. package/src/sap/m/themes/sap_horizon_hcw/Tokenizer.less +35 -21
  261. package/src/sap/m/themes/sap_horizon_hcw/Toolbar.less +72 -0
  262. package/src/sap/m/themes/sap_horizon_hcw/ValueStateHeader.less +58 -0
  263. package/src/sap/m/themes/sap_horizon_hcw/ValueStateMessage.less +41 -10
  264. package/src/sap/m/themes/sap_horizon_hcw/Wizard.less +9 -1
  265. package/src/sap/m/themes/sap_horizon_hcw/WizardProgressNavigator.less +9 -9
  266. package/src/sap/m/themes/sap_horizon_hcw/WizardStep.less +6 -0
  267. package/src/sap/m/themes/sap_horizon_hcw/library.source.less +5 -4
  268. package/src/sap/tnt/themes/sap_horizon/InfoLabel.less +17 -12
  269. package/src/sap/tnt/themes/sap_horizon/NavigationList.less +5 -10
  270. package/src/sap/tnt/themes/sap_horizon/SideNavigation.less +4 -2
  271. package/src/sap/tnt/themes/sap_horizon/ToolHeader.less +7 -3
  272. package/src/sap/tnt/themes/sap_horizon/ToolPage.less +2 -2
  273. package/src/sap/tnt/themes/sap_horizon_dark/InfoLabel.less +17 -11
  274. package/src/sap/tnt/themes/sap_horizon_dark/NavigationList.less +5 -10
  275. package/src/sap/tnt/themes/sap_horizon_dark/SideNavigation.less +4 -2
  276. package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +6 -3
  277. package/src/sap/tnt/themes/sap_horizon_dark/ToolPage.less +2 -2
  278. package/src/sap/tnt/themes/sap_horizon_hcb/InfoLabel.less +32 -16
  279. package/src/sap/tnt/themes/sap_horizon_hcb/NavigationList.less +4 -4
  280. package/src/sap/tnt/themes/sap_horizon_hcb/SideNavigation.less +2 -2
  281. package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +4 -1
  282. package/src/sap/tnt/themes/sap_horizon_hcb/ToolPage.less +2 -2
  283. package/src/sap/tnt/themes/sap_horizon_hcw/InfoLabel.less +31 -15
  284. package/src/sap/tnt/themes/sap_horizon_hcw/NavigationList.less +4 -4
  285. package/src/sap/tnt/themes/sap_horizon_hcw/SideNavigation.less +2 -2
  286. package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +4 -1
  287. package/src/sap/tnt/themes/sap_horizon_hcw/ToolPage.less +2 -2
  288. package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
  289. package/src/sap/ui/core/themes/sap_horizon/BrowserScrollbar.less +1 -0
  290. package/src/sap/ui/core/themes/sap_horizon/LocalBusyIndicator.less +1 -7
  291. package/src/sap/ui/core/themes/sap_horizon/base.less +428 -42
  292. package/src/sap/ui/core/themes/sap_horizon/fonts/72-Black.woff2 +0 -0
  293. package/src/sap/ui/core/themes/sap_horizon/fonts/72-Bold-full.woff2 +0 -0
  294. package/src/sap/ui/core/themes/sap_horizon/fonts/72-Bold.woff2 +0 -0
  295. package/src/sap/ui/core/themes/sap_horizon/fonts/72-Regular-full.woff2 +0 -0
  296. package/src/sap/ui/core/themes/sap_horizon/fonts/72-Regular.woff2 +0 -0
  297. package/src/sap/ui/core/themes/sap_horizon/global.less +17 -6
  298. package/src/sap/ui/core/themes/sap_horizon/shared.less +0 -1
  299. package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
  300. package/src/sap/ui/core/themes/sap_horizon_dark/BrowserScrollbar.less +1 -0
  301. package/src/sap/ui/core/themes/sap_horizon_dark/LocalBusyIndicator.less +1 -7
  302. package/src/sap/ui/core/themes/sap_horizon_dark/base.less +419 -33
  303. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Black.woff2 +0 -0
  304. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Bold-full.woff2 +0 -0
  305. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Bold.woff2 +0 -0
  306. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Regular-full.woff2 +0 -0
  307. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Regular.woff2 +0 -0
  308. package/src/sap/ui/core/themes/sap_horizon_dark/global.less +18 -6
  309. package/src/sap/ui/core/themes/sap_horizon_dark/shared.less +0 -1
  310. package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
  311. package/src/sap/ui/core/themes/sap_horizon_hcb/BrowserScrollbar.less +1 -5
  312. package/src/sap/ui/core/themes/sap_horizon_hcb/LocalBusyIndicator.less +1 -5
  313. package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +399 -13
  314. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Black.woff2 +0 -0
  315. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Bold-full.woff2 +0 -0
  316. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Bold.woff2 +0 -0
  317. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Regular-full.woff2 +0 -0
  318. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Regular.woff2 +0 -0
  319. package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +15 -5
  320. package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
  321. package/src/sap/ui/core/themes/sap_horizon_hcw/BrowserScrollbar.less +1 -5
  322. package/src/sap/ui/core/themes/sap_horizon_hcw/LocalBusyIndicator.less +1 -5
  323. package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +397 -11
  324. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Black.woff2 +0 -0
  325. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Bold-full.woff2 +0 -0
  326. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Bold.woff2 +0 -0
  327. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Regular-full.woff2 +0 -0
  328. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Regular.woff2 +0 -0
  329. package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +15 -5
  330. package/src/sap/ui/dt/themes/sap_horizon/ContextMenu.less +61 -0
  331. package/src/sap/ui/dt/themes/sap_horizon/Overlay.less +44 -0
  332. package/src/sap/ui/dt/themes/sap_horizon/library.source.less +4 -1
  333. package/src/sap/ui/dt/themes/sap_horizon_dark/ContextMenu.less +64 -0
  334. package/src/sap/ui/dt/themes/sap_horizon_dark/Overlay.less +45 -0
  335. package/src/sap/ui/dt/themes/sap_horizon_dark/library.source.less +4 -1
  336. package/src/sap/ui/dt/themes/sap_horizon_hcb/ContextMenu.less +56 -5
  337. package/src/sap/ui/dt/themes/sap_horizon_hcb/Overlay.less +42 -9
  338. package/src/sap/ui/dt/themes/sap_horizon_hcw/ContextMenu.less +52 -5
  339. package/src/sap/ui/dt/themes/sap_horizon_hcw/Overlay.less +40 -0
  340. package/src/sap/ui/dt/themes/sap_horizon_hcw/library.source.less +2 -1
  341. package/src/sap/ui/integration/themes/sap_horizon_dark/Paginator.less +5 -0
  342. package/src/sap/ui/integration/themes/sap_horizon_dark/library.source.less +3 -1
  343. package/src/sap/ui/integration/themes/sap_horizon_hcb/Paginator.less +11 -0
  344. package/src/sap/ui/integration/themes/sap_horizon_hcb/library.source.less +2 -1
  345. package/src/sap/ui/integration/themes/sap_horizon_hcw/Paginator.less +11 -0
  346. package/src/sap/ui/integration/themes/sap_horizon_hcw/library.source.less +2 -1
  347. package/src/sap/ui/layout/themes/sap_horizon/ResponsiveSplitter.less +4 -1
  348. package/src/sap/ui/layout/themes/sap_horizon/Splitter.less +7 -0
  349. package/src/sap/ui/layout/themes/sap_horizon/library.source.less +2 -1
  350. package/src/sap/ui/layout/themes/sap_horizon_dark/ResponsiveSplitter.less +4 -1
  351. package/src/sap/ui/layout/themes/sap_horizon_dark/Splitter.less +7 -0
  352. package/src/sap/ui/layout/themes/sap_horizon_dark/library.source.less +2 -1
  353. package/src/sap/ui/layout/themes/sap_horizon_hcb/Splitter.less +0 -4
  354. package/src/sap/ui/layout/themes/sap_horizon_hcw/Splitter.less +0 -4
  355. package/src/sap/ui/rta/themes/sap_horizon/AddIFrame.less +65 -0
  356. package/src/sap/ui/rta/themes/sap_horizon/ChangeVisualization.less +13 -7
  357. package/src/sap/ui/rta/themes/sap_horizon/ContextMenu.less +7 -31
  358. package/src/sap/ui/rta/themes/sap_horizon/Dialogs.less +14 -31
  359. package/src/sap/ui/rta/themes/sap_horizon/FieldRepository.less +17 -24
  360. package/src/sap/ui/rta/themes/sap_horizon/Overlay.less +12 -31
  361. package/src/sap/ui/rta/themes/sap_horizon/Toolbar.adaptation.less +95 -21
  362. package/src/sap/ui/rta/themes/sap_horizon/Toolbar.base.less +9 -78
  363. package/src/sap/ui/rta/themes/sap_horizon/Toolbar.personalization.less +5 -17
  364. package/src/sap/ui/rta/themes/sap_horizon/library.source.less +1 -1
  365. package/src/sap/ui/rta/themes/sap_horizon_dark/AddIFrame.less +76 -0
  366. package/src/sap/ui/rta/themes/sap_horizon_dark/ChangeVisualization.less +19 -0
  367. package/src/sap/ui/rta/themes/sap_horizon_dark/ContextMenu.less +7 -23
  368. package/src/sap/ui/rta/themes/sap_horizon_dark/Dialogs.less +14 -31
  369. package/src/sap/ui/rta/themes/sap_horizon_dark/FieldRepository.less +17 -24
  370. package/src/sap/ui/rta/themes/sap_horizon_dark/Overlay.less +12 -13
  371. package/src/sap/ui/rta/themes/sap_horizon_dark/Toolbar.adaptation.less +103 -20
  372. package/src/sap/ui/rta/themes/sap_horizon_dark/Toolbar.base.less +9 -75
  373. package/src/sap/ui/rta/themes/sap_horizon_dark/Toolbar.personalization.less +4 -17
  374. package/src/sap/ui/rta/themes/sap_horizon_dark/library.source.less +3 -2
  375. package/src/sap/ui/rta/themes/sap_horizon_hcb/AddIFrame.less +75 -6
  376. package/src/sap/ui/rta/themes/sap_horizon_hcb/ChangeVisualization.less +17 -17
  377. package/src/sap/ui/rta/themes/sap_horizon_hcb/ContextMenu.less +11 -11
  378. package/src/sap/ui/rta/themes/sap_horizon_hcb/Dialogs.less +29 -11
  379. package/src/sap/ui/rta/themes/sap_horizon_hcb/FieldRepository.less +23 -16
  380. package/src/sap/ui/rta/themes/sap_horizon_hcb/Overlay.less +33 -35
  381. package/src/sap/ui/rta/themes/sap_horizon_hcb/Toolbar.adaptation.less +38 -9
  382. package/src/sap/ui/rta/themes/sap_horizon_hcb/Toolbar.base.less +13 -81
  383. package/src/sap/ui/rta/themes/sap_horizon_hcb/Toolbar.personalization.less +5 -8
  384. package/src/sap/ui/rta/themes/sap_horizon_hcb/library.source.less +0 -1
  385. package/src/sap/ui/rta/themes/sap_horizon_hcw/AddIFrame.less +77 -0
  386. package/src/sap/ui/rta/themes/sap_horizon_hcw/ChangeVisualization.less +17 -17
  387. package/src/sap/ui/rta/themes/sap_horizon_hcw/ContextMenu.less +11 -12
  388. package/src/sap/ui/rta/themes/sap_horizon_hcw/Dialogs.less +29 -11
  389. package/src/sap/ui/rta/themes/sap_horizon_hcw/FieldRepository.less +6 -14
  390. package/src/sap/ui/rta/themes/sap_horizon_hcw/Overlay.less +20 -27
  391. package/src/sap/ui/rta/themes/sap_horizon_hcw/Toolbar.adaptation.less +39 -10
  392. package/src/sap/ui/rta/themes/sap_horizon_hcw/Toolbar.base.less +13 -81
  393. package/src/sap/ui/rta/themes/sap_horizon_hcw/Toolbar.personalization.less +6 -8
  394. package/src/sap/ui/rta/themes/sap_horizon_hcw/library.source.less +2 -2
  395. package/src/sap/ui/table/themes/sap_horizon/Cell.less +14 -0
  396. package/src/sap/ui/table/themes/sap_horizon/RowSelection.less +1 -1
  397. package/src/sap/ui/table/themes/sap_horizon/Table.less +7 -0
  398. package/src/sap/ui/table/themes/sap_horizon_dark/Cell.less +14 -0
  399. package/src/sap/ui/table/themes/sap_horizon_dark/RowSelection.less +1 -1
  400. package/src/sap/ui/table/themes/sap_horizon_dark/Table.less +7 -0
  401. package/src/sap/ui/table/themes/sap_horizon_hcb/Cell.less +15 -1
  402. package/src/sap/ui/table/themes/sap_horizon_hcb/Table.less +7 -2
  403. package/src/sap/ui/table/themes/sap_horizon_hcw/Cell.less +15 -1
  404. package/src/sap/ui/table/themes/sap_horizon_hcw/Table.less +7 -2
  405. package/src/sap/ui/unified/themes/sap_horizon/Calendar.less +184 -68
  406. package/src/sap/ui/unified/themes/sap_horizon/CalendarRow.less +36 -15
  407. package/src/sap/ui/unified/themes/sap_horizon/ColorPicker.less +8 -1
  408. package/src/sap/ui/unified/themes/sap_horizon/FileUploader.less +7 -0
  409. package/src/sap/ui/unified/themes/sap_horizon/Menu.less +9 -1
  410. package/src/sap/ui/unified/themes/sap_horizon_dark/Calendar.less +187 -70
  411. package/src/sap/ui/unified/themes/sap_horizon_dark/CalendarRow.less +36 -15
  412. package/src/sap/ui/unified/themes/sap_horizon_dark/ColorPicker.less +8 -1
  413. package/src/sap/ui/unified/themes/sap_horizon_dark/FileUploader.less +7 -0
  414. package/src/sap/ui/unified/themes/sap_horizon_dark/Menu.less +9 -1
  415. package/src/sap/ui/unified/themes/sap_horizon_hcb/Calendar.less +286 -98
  416. package/src/sap/ui/unified/themes/sap_horizon_hcb/CalendarRow.less +21 -2
  417. package/src/sap/ui/unified/themes/sap_horizon_hcb/ColorPicker.less +11 -5
  418. package/src/sap/ui/unified/themes/sap_horizon_hcb/FileUploader.less +7 -0
  419. package/src/sap/ui/unified/themes/sap_horizon_hcb/Menu.less +9 -1
  420. package/src/sap/ui/unified/themes/sap_horizon_hcw/Calendar.less +321 -132
  421. package/src/sap/ui/unified/themes/sap_horizon_hcw/CalendarRow.less +21 -2
  422. package/src/sap/ui/unified/themes/sap_horizon_hcw/ColorPicker.less +11 -5
  423. package/src/sap/ui/unified/themes/sap_horizon_hcw/FileUploader.less +7 -0
  424. package/src/sap/ui/unified/themes/sap_horizon_hcw/Menu.less +9 -1
  425. package/src/sap/uxap/themes/sap_horizon/AnchorBar.less +8 -8
  426. package/src/sap/uxap/themes/sap_horizon/HierarchicalSelect.less +3 -3
  427. package/src/sap/uxap/themes/sap_horizon/ObjectPageLayout.less +6 -9
  428. package/src/sap/uxap/themes/sap_horizon/ObjectPageSection.less +3 -3
  429. package/src/sap/uxap/themes/sap_horizon/ObjectPageSubSection.less +4 -11
  430. package/src/sap/uxap/themes/sap_horizon_dark/AnchorBar.less +9 -9
  431. package/src/sap/uxap/themes/sap_horizon_dark/HierarchicalSelect.less +3 -3
  432. package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageLayout.less +6 -9
  433. package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSection.less +3 -3
  434. package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSubSection.less +1 -1
  435. package/src/sap/uxap/themes/sap_horizon_hcb/ObjectPageLayout.less +2 -1
  436. package/src/sap/uxap/themes/sap_horizon_hcw/ObjectPageLayout.less +2 -1
  437. package/src/sap/m/themes/sap_horizon/NotificationListItem.less +0 -27
  438. package/src/sap/m/themes/sap_horizon/ScrollContainer.less +0 -19
  439. package/src/sap/m/themes/sap_horizon_dark/NotificationListItem.less +0 -27
  440. package/src/sap/m/themes/sap_horizon_dark/ScrollContainer.less +0 -19
  441. package/src/sap/m/themes/sap_horizon_hcb/BrowserScrollbar.less +0 -35
  442. package/src/sap/m/themes/sap_horizon_hcb/NotificationListBase.less +0 -8
  443. package/src/sap/m/themes/sap_horizon_hcb/SuggestionsPopover.less +0 -15
  444. package/src/sap/m/themes/sap_horizon_hcw/BrowserScrollbar.less +0 -35
  445. package/src/sap/m/themes/sap_horizon_hcw/NotificationListBase.less +0 -8
  446. package/src/sap/m/themes/sap_horizon_hcw/SuggestionsPopover.less +0 -15
  447. package/src/sap/ui/rta/themes/sap_horizon/Toolbar.standalone.less +0 -7
  448. package/src/sap/ui/rta/themes/sap_horizon_dark/Toolbar.standalone.less +0 -7
  449. package/src/sap/ui/rta/themes/sap_horizon_hcb/Toolbar.standalone.less +0 -14
  450. package/src/sap/ui/rta/themes/sap_horizon_hcw/Toolbar.standalone.less +0 -14
@@ -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-26T06:31:06Z"}
5
5
  // */
6
6
 
7
7
 
8
- /******************* FILE /Base/baseLib/sap_horizon_dark/base.less (Version 11.1.36-SNAPSHOT) *******************/
8
+ /******************* FILE /Base/baseLib/sap_horizon_dark/base.less (Version 11.1.39) *******************/
9
9
 
10
10
 
11
11
  // [Tags "SapInternal", "Base", "Dimension", "Protected"]
@@ -101,7 +101,7 @@
101
101
  @sapInformativeColor: #4db1ff;
102
102
 
103
103
  // [Tags "!Protected"]
104
- @sapNeutralColor: #eaecee;
104
+ @sapNeutralColor: #a9b4be;
105
105
 
106
106
  // [Tags "!Protected"]
107
107
  @sapNegativeElementColor: @sapNegativeColor;
@@ -116,7 +116,7 @@
116
116
  @sapInformativeElementColor: @sapInformativeColor;
117
117
 
118
118
  // [Tags "!Protected"]
119
- @sapNeutralElementColor: #a9b4be;
119
+ @sapNeutralElementColor: @sapNeutralColor;
120
120
 
121
121
  // [Tags "!Protected"]
122
122
  @sapNegativeTextColor: @sapNegativeColor;
@@ -131,7 +131,7 @@
131
131
  @sapInformativeTextColor: @sapInformativeColor;
132
132
 
133
133
  // [Tags "!Protected"]
134
- @sapNeutralTextColor: @sapNeutralColor;
134
+ @sapNeutralTextColor: @sapTextColor;
135
135
 
136
136
  // [Tags "!Protected"]
137
137
  @sapErrorColor: @sapNegativeColor;
@@ -173,7 +173,7 @@
173
173
  @sapInformationBorderColor: @sapInformationColor;
174
174
 
175
175
  // [Tags "!Protected"]
176
- @sapNeutralBorderColor: @sapNeutralElementColor;
176
+ @sapNeutralBorderColor: @sapNeutralColor;
177
177
 
178
178
  // [Tags "Protected"]
179
179
  @sapElement_LineHeight: 2.75 * @sapContent_GridSize;
@@ -212,14 +212,18 @@
212
212
  @sapContent_ContrastIconColor: @sapContent_ContrastTextColor;
213
213
 
214
214
  // [Tags "!Protected"]
215
- @sapContent_NonInteractiveIconColor: @sapPrimary6;
215
+ @sapContent_NonInteractiveIconColor: @sapPrimary5;
216
216
 
217
217
  // [Tags "!Protected"]
218
218
  @sapContent_MarkerIconColor: @sapAccentColor5;
219
219
 
220
220
  // [Tags "!Protected"]
221
221
  @sapContent_MarkerTextColor: @sapAccentColor7;
222
+
223
+ // [Tags "!Protected"]
222
224
  @sapContent_MeasureIndicatorColor: @sapField_BorderColor;
225
+
226
+ // [Tags "!Protected"]
223
227
  @sapContent_Selected_MeasureIndicatorColor: @sapHighlightColor;
224
228
 
225
229
  // [Tags "!Protected"]
@@ -239,7 +243,9 @@
239
243
 
240
244
  // [Tags "!Protected"]
241
245
  @sapContent_UnratedColor: @sapPrimary5;
242
- @sapContent_BusyColor: @sapContent_IconColor;
246
+
247
+ // [Tags "!Protected"]
248
+ @sapContent_BusyColor: @sapHighlightColor;
243
249
 
244
250
  // [Tags "!Protected"]
245
251
  @sapContent_FocusColor: @sapPrimary2;
@@ -251,7 +257,7 @@
251
257
  @sapContent_FocusWidth: 0.125 * @sapContent_GridSize;
252
258
 
253
259
  // [Tags "!Protected"]
254
- @sapContent_ContrastFocusColor: #fff;
260
+ @sapContent_ContrastFocusColor: #000;
255
261
 
256
262
  // [Tags "!Protected"]
257
263
  @sapContent_ShadowColor: #000;
@@ -360,26 +366,68 @@
360
366
 
361
367
  // [Tags "!Protected"]
362
368
  @sapContent_Selected_ForegroundColor: @sapSelectedColor;
369
+
370
+ // [Tags "!Protected"]
363
371
  @sapContent_ForcedColorAdjust: none;
372
+
373
+ // [Tags "!Protected"]
364
374
  @sapContent_Illustrative_Color1: #5d36ff;
375
+
376
+ // [Tags "!Protected"]
365
377
  @sapContent_Illustrative_Color2: #4098ff;
378
+
379
+ // [Tags "!Protected"]
366
380
  @sapContent_Illustrative_Color3: #f58b00;
381
+
382
+ // [Tags "!Protected"]
367
383
  @sapContent_Illustrative_Color4: #5581ae;
384
+
385
+ // [Tags "!Protected"]
368
386
  @sapContent_Illustrative_Color5: #fff;
387
+
388
+ // [Tags "!Protected"]
369
389
  @sapContent_Illustrative_Color6: #b9c1c6;
390
+
391
+ // [Tags "!Protected"]
370
392
  @sapContent_Illustrative_Color7: #223548;
393
+
394
+ // [Tags "!Protected"]
371
395
  @sapContent_Illustrative_Color8: #fff;
396
+
397
+ // [Tags "!Protected"]
372
398
  @sapContent_Illustrative_Color9: #64edd2;
399
+
400
+ // [Tags "!Protected"]
373
401
  @sapContent_Illustrative_Color10: #ebf8ff;
402
+
403
+ // [Tags "!Protected"]
374
404
  @sapContent_Illustrative_Color11: #f31ded;
405
+
406
+ // [Tags "!Protected"]
375
407
  @sapContent_Illustrative_Color12: #00a800;
408
+
409
+ // [Tags "!Protected"]
376
410
  @sapContent_Illustrative_Color13: #1782ff;
411
+
412
+ // [Tags "!Protected"]
377
413
  @sapContent_Illustrative_Color14: #0070f3;
414
+
415
+ // [Tags "!Protected"]
378
416
  @sapContent_Illustrative_Color15: #cc7400;
417
+
418
+ // [Tags "!Protected"]
379
419
  @sapContent_Illustrative_Color16: #3b0ac6;
420
+
421
+ // [Tags "!Protected"]
380
422
  @sapContent_Illustrative_Color17: #00a58a;
423
+
424
+ // [Tags "!Protected"]
381
425
  @sapContent_Illustrative_Color18: #2a4259;
426
+
427
+ // [Tags "!Protected"]
382
428
  @sapContent_Illustrative_Color19: #324e6b;
429
+
430
+ // [Tags "!Protected"]
383
431
  @sapContent_Illustrative_Color20: #3b5b7c;
384
432
 
385
433
  // [Tags "!Protected"]
@@ -387,7 +435,11 @@
387
435
 
388
436
  // [Tags "!Protected"]
389
437
  @sapFontBoldFamily: "72-Bold", "72-Boldfull", "72", "72full", Arial, Helvetica, sans-serif;
438
+
439
+ // [Tags "!Protected"]
390
440
  @sapFontSemiboldFamily: "72-Semibold", "72-Semiboldfull", "72", "72full", Arial, Helvetica, sans-serif;
441
+
442
+ // [Tags "!Protected"]
391
443
  @sapFontSemiboldDuplexFamily: "72-SemiboldDuplex", "72-SemiboldDuplexfull", "72", "72full", Arial, Helvetica, sans-serif;
392
444
 
393
445
  // [Tags "!Protected"]
@@ -499,7 +551,7 @@
499
551
  @sapShell_Navigation_SelectedColor: @sapShell_Navigation_Selected_TextColor;
500
552
 
501
553
  // [Tags "!Protected"]
502
- @sapShell_Navigation_Selected_TextColor: @sapShell_InteractiveTextColor;
554
+ @sapShell_Navigation_Selected_TextColor: contrast(@sapShell_Navigation_Background, @sapHighlightColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
503
555
 
504
556
  // [Tags "!Protected"]
505
557
  @sapShell_Navigation_TextColor: contrast(@sapShell_Navigation_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
@@ -514,48 +566,108 @@
514
566
  @sapShell_Shadow: 0 0.125rem 0.125rem 0 fade(@sapContent_ShadowColor, 80), inset 0 -0.0625rem 0 0 fade(@sapContent_ContrastShadowColor, 20);
515
567
 
516
568
  // [Tags "!Protected"]
517
- @sapShell_NegativeColor: @sapNegativeColor;
569
+ @sapShell_NegativeColor: @sapNegativeTextColor;
570
+
571
+ // [Tags "!Protected"]
572
+ @sapShell_CriticalColor: @sapCriticalTextColor;
518
573
 
519
574
  // [Tags "!Protected"]
520
- @sapShell_CriticalColor: @sapCriticalColor;
575
+ @sapShell_PositiveColor: @sapPositiveTextColor;
521
576
 
522
577
  // [Tags "!Protected"]
523
- @sapShell_PositiveColor: @sapPositiveColor;
578
+ @sapShell_InformativeColor: @sapInformativeTextColor;
524
579
 
525
580
  // [Tags "!Protected"]
526
- @sapShell_InformativeColor: @sapInformativeColor;
581
+ @sapShell_NeutralColor: @sapNeutralTextColor;
527
582
 
528
583
  // [Tags "!Protected"]
529
- @sapShell_NeutralColor: @sapNeutralColor;
530
584
  @sapAvatar_1_Background: @sapAccentBackgroundColor1;
585
+
586
+ // [Tags "!Protected"]
531
587
  @sapAvatar_1_BorderColor: @sapAvatar_1_Background;
588
+
589
+ // [Tags "!Protected"]
532
590
  @sapAvatar_1_TextColor: contrast(@sapAvatar_1_Background, @sapAccentColor1, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
591
+
592
+ // [Tags "!Protected"]
533
593
  @sapAvatar_2_Background: @sapAccentBackgroundColor2;
594
+
595
+ // [Tags "!Protected"]
534
596
  @sapAvatar_2_BorderColor: @sapAvatar_2_Background;
597
+
598
+ // [Tags "!Protected"]
535
599
  @sapAvatar_2_TextColor: contrast(@sapAvatar_2_Background, @sapAccentColor2, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
600
+
601
+ // [Tags "!Protected"]
536
602
  @sapAvatar_3_Background: @sapAccentBackgroundColor3;
603
+
604
+ // [Tags "!Protected"]
537
605
  @sapAvatar_3_BorderColor: @sapAvatar_3_Background;
606
+
607
+ // [Tags "!Protected"]
538
608
  @sapAvatar_3_TextColor: contrast(@sapAvatar_3_Background, @sapAccentColor3, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
609
+
610
+ // [Tags "!Protected"]
539
611
  @sapAvatar_4_Background: @sapAccentBackgroundColor4;
612
+
613
+ // [Tags "!Protected"]
540
614
  @sapAvatar_4_BorderColor: @sapAvatar_4_Background;
615
+
616
+ // [Tags "!Protected"]
541
617
  @sapAvatar_4_TextColor: contrast(@sapAvatar_4_Background, @sapAccentColor4, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
618
+
619
+ // [Tags "!Protected"]
542
620
  @sapAvatar_5_Background: @sapAccentBackgroundColor5;
621
+
622
+ // [Tags "!Protected"]
543
623
  @sapAvatar_5_BorderColor: @sapAvatar_5_Background;
624
+
625
+ // [Tags "!Protected"]
544
626
  @sapAvatar_5_TextColor: contrast(@sapAvatar_5_Background, @sapAccentColor5, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
627
+
628
+ // [Tags "!Protected"]
545
629
  @sapAvatar_6_Background: @sapAccentBackgroundColor6;
630
+
631
+ // [Tags "!Protected"]
546
632
  @sapAvatar_6_BorderColor: @sapAvatar_6_Background;
633
+
634
+ // [Tags "!Protected"]
547
635
  @sapAvatar_6_TextColor: contrast(@sapAvatar_6_Background, @sapAccentColor6, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
636
+
637
+ // [Tags "!Protected"]
548
638
  @sapAvatar_7_Background: @sapAccentBackgroundColor7;
639
+
640
+ // [Tags "!Protected"]
549
641
  @sapAvatar_7_BorderColor: @sapAvatar_7_Background;
642
+
643
+ // [Tags "!Protected"]
550
644
  @sapAvatar_7_TextColor: contrast(@sapAvatar_7_Background, @sapAccentColor7, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
645
+
646
+ // [Tags "!Protected"]
551
647
  @sapAvatar_8_Background: @sapAccentBackgroundColor8;
648
+
649
+ // [Tags "!Protected"]
552
650
  @sapAvatar_8_BorderColor: @sapAvatar_8_Background;
651
+
652
+ // [Tags "!Protected"]
553
653
  @sapAvatar_8_TextColor: contrast(@sapAvatar_8_Background, @sapAccentColor8, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
654
+
655
+ // [Tags "!Protected"]
554
656
  @sapAvatar_9_Background: @sapAccentBackgroundColor9;
657
+
658
+ // [Tags "!Protected"]
555
659
  @sapAvatar_9_BorderColor: @sapAvatar_9_Background;
660
+
661
+ // [Tags "!Protected"]
556
662
  @sapAvatar_9_TextColor: contrast(@sapAvatar_9_Background, @sapAccentColor9, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
663
+
664
+ // [Tags "!Protected"]
557
665
  @sapAvatar_10_Background: @sapAccentBackgroundColor10;
666
+
667
+ // [Tags "!Protected"]
558
668
  @sapAvatar_10_BorderColor: @sapAvatar_10_Background;
669
+
670
+ // [Tags "!Protected"]
559
671
  @sapAvatar_10_TextColor: contrast(@sapAvatar_10_Background, @sapAccentColor10, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
560
672
 
561
673
  // [Tags "!Protected"]
@@ -929,50 +1041,122 @@
929
1041
 
930
1042
  // [Tags "!Protected"]
931
1043
  @sapButton_Track_Background: @sapNeutralElementColor;
1044
+
1045
+ // [Tags "!Protected"]
932
1046
  @sapButton_Track_BorderColor: @sapButton_Track_Background;
933
1047
 
934
1048
  // [Tags "!Protected"]
935
1049
  @sapButton_Track_TextColor: contrast(@sapButton_Track_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1050
+
1051
+ // [Tags "!Protected"]
936
1052
  @sapButton_Track_Hover_Background: lighten(@sapButton_Track_Background, 5);
1053
+
1054
+ // [Tags "!Protected"]
937
1055
  @sapButton_Track_Hover_BorderColor: @sapButton_Track_Hover_Background;
938
1056
 
939
1057
  // [Tags "!Protected"]
940
1058
  @sapButton_Track_Selected_Background: @sapSelectedColor;
1059
+
1060
+ // [Tags "!Protected"]
941
1061
  @sapButton_Track_Selected_BorderColor: @sapButton_Track_Selected_Background;
942
1062
 
943
1063
  // [Tags "!Protected"]
944
1064
  @sapButton_Track_Selected_TextColor: contrast(@sapButton_Track_Selected_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1065
+
1066
+ // [Tags "!Protected"]
945
1067
  @sapButton_Track_Selected_Hover_Background: lighten(@sapButton_Track_Selected_Background, 5);
1068
+
1069
+ // [Tags "!Protected"]
946
1070
  @sapButton_Track_Selected_Hover_BorderColor: @sapButton_Track_Selected_Hover_Background;
1071
+
1072
+ // [Tags "!Protected"]
947
1073
  @sapButton_Handle_Background: @sapPrimary3;
1074
+
1075
+ // [Tags "!Protected"]
948
1076
  @sapButton_Handle_BorderColor: @sapButton_Handle_Background;
1077
+
1078
+ // [Tags "!Protected"]
949
1079
  @sapButton_Handle_TextColor: contrast(@sapButton_Handle_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1080
+
1081
+ // [Tags "!Protected"]
950
1082
  @sapButton_Handle_Hover_Background: @sapButton_Handle_Background;
1083
+
1084
+ // [Tags "!Protected"]
951
1085
  @sapButton_Handle_Hover_BorderColor: fade(@sapButton_Handle_Background, 50);
1086
+
1087
+ // [Tags "!Protected"]
952
1088
  @sapButton_Handle_Selected_Background: @sapButton_Selected_Background;
1089
+
1090
+ // [Tags "!Protected"]
953
1091
  @sapButton_Handle_Selected_BorderColor: @sapButton_Handle_Selected_Background;
1092
+
1093
+ // [Tags "!Protected"]
954
1094
  @sapButton_Handle_Selected_TextColor: @sapButton_Selected_TextColor;
1095
+
1096
+ // [Tags "!Protected"]
955
1097
  @sapButton_Handle_Selected_Hover_Background: @sapButton_Handle_Selected_Background;
1098
+
1099
+ // [Tags "!Protected"]
956
1100
  @sapButton_Handle_Selected_Hover_BorderColor: fade(@sapButton_Handle_Selected_Background, 50);
1101
+
1102
+ // [Tags "!Protected"]
957
1103
  @sapButton_Track_Negative_Background: @sapNegativeElementColor;
1104
+
1105
+ // [Tags "!Protected"]
958
1106
  @sapButton_Track_Negative_BorderColor: @sapButton_Track_Negative_Background;
1107
+
1108
+ // [Tags "!Protected"]
959
1109
  @sapButton_Track_Negative_TextColor: contrast(@sapButton_Track_Negative_Background, @sapNegativeElementColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1110
+
1111
+ // [Tags "!Protected"]
960
1112
  @sapButton_Track_Negative_Hover_Background: lighten(@sapButton_Track_Negative_Background, 5);
1113
+
1114
+ // [Tags "!Protected"]
961
1115
  @sapButton_Track_Negative_Hover_BorderColor: @sapButton_Track_Negative_Hover_Background;
1116
+
1117
+ // [Tags "!Protected"]
962
1118
  @sapButton_Handle_Negative_Background: @sapButton_Handle_Background;
1119
+
1120
+ // [Tags "!Protected"]
963
1121
  @sapButton_Handle_Negative_BorderColor: @sapButton_Handle_Negative_Background;
1122
+
1123
+ // [Tags "!Protected"]
964
1124
  @sapButton_Handle_Negative_TextColor: contrast(@sapButton_Handle_Negative_Background, @sapNegativeTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1125
+
1126
+ // [Tags "!Protected"]
965
1127
  @sapButton_Handle_Negative_Hover_Background: @sapButton_Handle_Negative_Background;
1128
+
1129
+ // [Tags "!Protected"]
966
1130
  @sapButton_Handle_Negative_Hover_BorderColor: fade(@sapButton_Handle_Negative_Background, 50);
1131
+
1132
+ // [Tags "!Protected"]
967
1133
  @sapButton_Track_Positive_Background: @sapPositiveElementColor;
1134
+
1135
+ // [Tags "!Protected"]
968
1136
  @sapButton_Track_Positive_BorderColor: @sapButton_Track_Positive_Background;
1137
+
1138
+ // [Tags "!Protected"]
969
1139
  @sapButton_Track_Positive_TextColor: contrast(@sapButton_Track_Positive_Background, @sapPositiveElementColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1140
+
1141
+ // [Tags "!Protected"]
970
1142
  @sapButton_Track_Positive_Hover_Background: lighten(@sapButton_Track_Positive_Background, 5);
1143
+
1144
+ // [Tags "!Protected"]
971
1145
  @sapButton_Track_Positive_Hover_BorderColor: @sapButton_Track_Positive_Hover_Background;
1146
+
1147
+ // [Tags "!Protected"]
972
1148
  @sapButton_Handle_Positive_Background: @sapPrimary3;
1149
+
1150
+ // [Tags "!Protected"]
973
1151
  @sapButton_Handle_Positive_BorderColor: @sapButton_Handle_Positive_Background;
1152
+
1153
+ // [Tags "!Protected"]
974
1154
  @sapButton_Handle_Positive_TextColor: contrast(@sapButton_Handle_Positive_Background, @sapPositiveTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1155
+
1156
+ // [Tags "!Protected"]
975
1157
  @sapButton_Handle_Positive_Hover_Background: @sapButton_Handle_Positive_Background;
1158
+
1159
+ // [Tags "!Protected"]
976
1160
  @sapButton_Handle_Positive_Hover_BorderColor: fade(@sapButton_Handle_Positive_Background, 50);
977
1161
 
978
1162
  // [Tags "!Protected"]
@@ -983,6 +1167,8 @@
983
1167
 
984
1168
  // [Tags "!Protected"]
985
1169
  @sapField_Background: lighten(@sapPrimary4, 9);
1170
+
1171
+ // [Tags "!Protected"]
986
1172
  @sapField_BackgroundStyle: ~"0 100% / 100% @{sapField_BorderWidth} no-repeat linear-gradient(0deg, @{sapField_BorderColor}, @{sapField_BorderColor}) border-box";
987
1173
 
988
1174
  // [Tags "!Protected"]
@@ -999,13 +1185,17 @@
999
1185
 
1000
1186
  // [Tags "!Protected"]
1001
1187
  @sapField_BorderWidth: @sapElement_BorderWidth;
1002
- @sapField_BorderStyle: solid;
1188
+
1189
+ // [Tags "!Protected"]
1190
+ @sapField_BorderStyle: none;
1003
1191
 
1004
1192
  // [Tags "!Protected"]
1005
1193
  @sapField_BorderCornerRadius: 0.25 * @sapContent_GridSize;
1006
1194
 
1007
1195
  // [Tags "!Protected"]
1008
1196
  @sapField_Hover_Background: @sapBaseColor;
1197
+
1198
+ // [Tags "!Protected"]
1009
1199
  @sapField_Hover_BackgroundStyle: ~"0 100% / 100% @{sapField_BorderWidth} no-repeat linear-gradient(0deg, @{sapField_Hover_BorderColor}, @{sapField_Hover_BorderColor}) border-box";
1010
1200
 
1011
1201
  // [Tags "!Protected"]
@@ -1029,9 +1219,15 @@
1029
1219
  // [Tags "!Protected"]
1030
1220
  @sapField_ReadOnly_Background: transparent;
1031
1221
 
1222
+ // [Tags "!Protected"]
1223
+ @sapField_ReadOnly_BackgroundStyle: ~"0 100% / 0.375rem @{sapField_BorderWidth} repeat-x linear-gradient(90deg, @{sapField_ReadOnly_BorderColor} 0, @{sapField_ReadOnly_BorderColor} 0.25rem, transparent 0.25rem) border-box";
1224
+
1032
1225
  // [Tags "!Protected"]
1033
1226
  @sapField_ReadOnly_BorderColor: @sapField_BorderColor;
1034
1227
 
1228
+ // [Tags "!Protected"]
1229
+ @sapField_ReadOnly_BorderStyle: @sapField_BorderStyle;
1230
+
1035
1231
  // [Tags "!Protected"]
1036
1232
  @sapField_ReadOnly_HelpBackground: @sapField_ReadOnly_Background;
1037
1233
 
@@ -1043,58 +1239,66 @@
1043
1239
 
1044
1240
  // [Tags "!Protected"]
1045
1241
  @sapField_InvalidBackground: @sapErrorBackground;
1242
+
1243
+ // [Tags "!Protected"]
1046
1244
  @sapField_InvalidBackgroundStyle: ~"0 100% / 100% @{sapField_InvalidBorderWidth} no-repeat linear-gradient(0deg, @{sapField_InvalidColor}, @{sapField_InvalidColor}) border-box";
1047
1245
 
1048
1246
  // [Tags "!Protected"]
1049
1247
  @sapField_InvalidBorderWidth: 0.125 * @sapContent_GridSize;
1050
1248
 
1051
1249
  // [Tags "!Protected"]
1052
- @sapField_InvalidBorderStyle: solid;
1250
+ @sapField_InvalidBorderStyle: none;
1053
1251
 
1054
1252
  // [Tags "!Protected"]
1055
1253
  @sapField_WarningColor: @sapWarningBorderColor;
1056
1254
 
1057
1255
  // [Tags "!Protected"]
1058
1256
  @sapField_WarningBackground: @sapWarningBackground;
1257
+
1258
+ // [Tags "!Protected"]
1059
1259
  @sapField_WarningBackgroundStyle: ~"0 100% / 100% @{sapField_WarningBorderWidth} no-repeat linear-gradient(0deg, @{sapField_WarningColor}, @{sapField_WarningColor}) border-box";
1060
1260
 
1061
1261
  // [Tags "!Protected"]
1062
1262
  @sapField_WarningBorderWidth: 0.125 * @sapContent_GridSize;
1063
1263
 
1064
1264
  // [Tags "!Protected"]
1065
- @sapField_WarningBorderStyle: solid;
1265
+ @sapField_WarningBorderStyle: none;
1066
1266
 
1067
1267
  // [Tags "!Protected"]
1068
1268
  @sapField_SuccessColor: @sapSuccessBorderColor;
1069
1269
 
1070
1270
  // [Tags "!Protected"]
1071
1271
  @sapField_SuccessBackground: @sapSuccessBackground;
1272
+
1273
+ // [Tags "!Protected"]
1072
1274
  @sapField_SuccessBackgroundStyle: ~"0 100% / 100% @{sapField_SuccessBorderWidth} no-repeat linear-gradient(0deg, @{sapField_SuccessColor}, @{sapField_SuccessColor}) border-box";
1073
1275
 
1074
1276
  // [Tags "!Protected"]
1075
1277
  @sapField_SuccessBorderWidth: 0.0625 * @sapContent_GridSize;
1076
1278
 
1077
1279
  // [Tags "!Protected"]
1078
- @sapField_SuccessBorderStyle: solid;
1280
+ @sapField_SuccessBorderStyle: none;
1079
1281
 
1080
1282
  // [Tags "!Protected"]
1081
1283
  @sapField_InformationColor: @sapInformationBorderColor;
1082
1284
 
1083
1285
  // [Tags "!Protected"]
1084
1286
  @sapField_InformationBackground: @sapInformationBackground;
1287
+
1288
+ // [Tags "!Protected"]
1085
1289
  @sapField_InformationBackgroundStyle: ~"0 100% / 100% @{sapField_InformationBorderWidth} no-repeat linear-gradient(0deg, @{sapField_InformationColor}, @{sapField_InformationColor}) border-box";
1086
1290
 
1087
1291
  // [Tags "!Protected"]
1088
1292
  @sapField_InformationBorderWidth: 0.125 * @sapContent_GridSize;
1089
1293
 
1090
1294
  // [Tags "!Protected"]
1091
- @sapField_InformationBorderStyle: solid;
1295
+ @sapField_InformationBorderStyle: none;
1092
1296
 
1093
1297
  // [Tags "!Protected"]
1094
1298
  @sapGroup_TitleBackground: @sapGroup_ContentBackground;
1095
1299
 
1096
1300
  // [Tags "!Protected"]
1097
- @sapGroup_TitleBorderColor: lighten(@sapBaseColor, 15);
1301
+ @sapGroup_TitleBorderColor: darken(saturate(@sapPrimary5, 7), 15);
1098
1302
 
1099
1303
  // [Tags "!Protected"]
1100
1304
  @sapGroup_TitleTextColor: contrast(@sapGroup_TitleBackground, @sapTitleColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
@@ -1127,7 +1331,7 @@
1127
1331
  @sapList_HeaderBackground: @sapList_Background;
1128
1332
 
1129
1333
  // [Tags "!Protected"]
1130
- @sapList_HeaderBorderColor: @sapList_BorderColor;
1334
+ @sapList_HeaderBorderColor: @sapGroup_TitleBorderColor;
1131
1335
 
1132
1336
  // [Tags "!Protected"]
1133
1337
  @sapList_HeaderTextColor: contrast(@sapList_HeaderBackground, @sapTitleColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
@@ -1169,7 +1373,7 @@
1169
1373
  @sapList_GroupHeaderBackground: @sapList_Background;
1170
1374
 
1171
1375
  // [Tags "!Protected"]
1172
- @sapList_GroupHeaderBorderColor: lighten(@sapList_BorderColor, 14);
1376
+ @sapList_GroupHeaderBorderColor: @sapList_HeaderBorderColor;
1173
1377
 
1174
1378
  // [Tags "!Protected"]
1175
1379
  @sapList_GroupHeaderTextColor: contrast(@sapList_GroupHeaderBackground, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
@@ -1178,7 +1382,7 @@
1178
1382
  @sapList_TableGroupHeaderBackground: darken(@sapPrimary4, 3);
1179
1383
 
1180
1384
  // [Tags "!Protected"]
1181
- @sapList_TableGroupHeaderBorderColor: lighten(@sapList_BorderColor, 14);
1385
+ @sapList_TableGroupHeaderBorderColor: @sapList_GroupHeaderBorderColor;
1182
1386
 
1183
1387
  // [Tags "!Protected"]
1184
1388
  @sapList_TableGroupHeaderTextColor: contrast(@sapList_TableGroupHeaderBackground, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
@@ -1190,45 +1394,117 @@
1190
1394
  @sapList_FooterTextColor: contrast(@sapList_FooterBackground, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1191
1395
 
1192
1396
  // [Tags "!Protected"]
1193
- @sapList_TableFooterBorder: lighten(@sapList_BorderColor, 14);
1397
+ @sapList_TableFooterBorder: @sapList_HeaderBorderColor;
1194
1398
 
1195
1399
  // [Tags "!Protected"]
1196
1400
  @sapList_TableFixedBorderColor: lighten(@sapList_BorderColor, 30);
1401
+
1402
+ // [Tags "!Protected"]
1197
1403
  @sapMessage_ErrorBorderColor: lighten(@sapErrorBackground, 18);
1404
+
1405
+ // [Tags "!Protected"]
1198
1406
  @sapMessage_WarningBorderColor: lighten(@sapWarningBackground, 15);
1407
+
1408
+ // [Tags "!Protected"]
1199
1409
  @sapMessage_SuccessBorderColor: lighten(@sapSuccessBackground, 15);
1410
+
1411
+ // [Tags "!Protected"]
1200
1412
  @sapMessage_InformationBorderColor: lighten(@sapInformationBackground, 23);
1413
+
1414
+ // [Tags "!Protected"]
1201
1415
  @sapPopover_BorderCornerRadius: 0.5 * @sapContent_GridSize;
1416
+
1417
+ // [Tags "!Protected"]
1202
1418
  @sapProgress_Background: lighten(@sapNeutralBackground, 5);
1419
+
1420
+ // [Tags "!Protected"]
1203
1421
  @sapProgress_BorderColor: @sapProgress_Background;
1422
+
1423
+ // [Tags "!Protected"]
1204
1424
  @sapProgress_TextColor: @sapTextColor;
1425
+
1426
+ // [Tags "!Protected"]
1205
1427
  @sapProgress_FontSize: @sapFontSize;
1428
+
1429
+ // [Tags "!Protected"]
1206
1430
  @sapProgress_NegativeBackground: lighten(@sapErrorBackground, 10);
1431
+
1432
+ // [Tags "!Protected"]
1207
1433
  @sapProgress_NegativeBorderColor: @sapProgress_NegativeBackground;
1434
+
1435
+ // [Tags "!Protected"]
1208
1436
  @sapProgress_NegativeTextColor: @sapProgress_TextColor;
1437
+
1438
+ // [Tags "!Protected"]
1209
1439
  @sapProgress_CriticalBackground: lighten(@sapWarningBackground, 10);
1440
+
1441
+ // [Tags "!Protected"]
1210
1442
  @sapProgress_CriticalBorderColor: @sapProgress_CriticalBackground;
1443
+
1444
+ // [Tags "!Protected"]
1211
1445
  @sapProgress_CriticalTextColor: @sapProgress_TextColor;
1446
+
1447
+ // [Tags "!Protected"]
1212
1448
  @sapProgress_PositiveBackground: lighten(@sapSuccessBackground, 5);
1449
+
1450
+ // [Tags "!Protected"]
1213
1451
  @sapProgress_PositiveBorderColor: @sapProgress_PositiveBackground;
1452
+
1453
+ // [Tags "!Protected"]
1214
1454
  @sapProgress_PositiveTextColor: @sapProgress_TextColor;
1455
+
1456
+ // [Tags "!Protected"]
1215
1457
  @sapProgress_InformationBackground: lighten(@sapInformationBackground, 5);
1458
+
1459
+ // [Tags "!Protected"]
1216
1460
  @sapProgress_InformationBorderColor: @sapProgress_InformationBackground;
1461
+
1462
+ // [Tags "!Protected"]
1217
1463
  @sapProgress_InformationTextColor: @sapProgress_TextColor;
1464
+
1465
+ // [Tags "!Protected"]
1218
1466
  @sapProgress_Value_Background: @sapNeutralElementColor;
1467
+
1468
+ // [Tags "!Protected"]
1219
1469
  @sapProgress_Value_BorderColor: @sapProgress_Background;
1470
+
1471
+ // [Tags "!Protected"]
1220
1472
  @sapProgress_Value_TextColor: @sapNeutralElementColor;
1473
+
1474
+ // [Tags "!Protected"]
1221
1475
  @sapProgress_Value_NegativeBackground: @sapNegativeElementColor;
1222
- @sapProgress_Value_NegativeBorderColor: @sapProgress_NegativeBackground;
1476
+
1477
+ // [Tags "!Protected"]
1478
+ @sapProgress_Value_NegativeBorderColor: @sapProgress_Value_NegativeBackground;
1479
+
1480
+ // [Tags "!Protected"]
1223
1481
  @sapProgress_Value_NegativeTextColor: @sapNegativeElementColor;
1482
+
1483
+ // [Tags "!Protected"]
1224
1484
  @sapProgress_Value_CriticalBackground: @sapCriticalElementColor;
1225
- @sapProgress_Value_CriticalBorderColor: @sapProgress_CriticalBackground;
1485
+
1486
+ // [Tags "!Protected"]
1487
+ @sapProgress_Value_CriticalBorderColor: @sapProgress_Value_CriticalBackground;
1488
+
1489
+ // [Tags "!Protected"]
1226
1490
  @sapProgress_Value_CriticalTextColor: @sapCriticalElementColor;
1491
+
1492
+ // [Tags "!Protected"]
1227
1493
  @sapProgress_Value_PositiveBackground: @sapPositiveElementColor;
1228
- @sapProgress_Value_PositiveBorderColor: @sapProgress_PositiveBackground;
1494
+
1495
+ // [Tags "!Protected"]
1496
+ @sapProgress_Value_PositiveBorderColor: @sapProgress_Value_PositiveBackground;
1497
+
1498
+ // [Tags "!Protected"]
1229
1499
  @sapProgress_Value_PositiveTextColor: @sapPositiveElementColor;
1500
+
1501
+ // [Tags "!Protected"]
1230
1502
  @sapProgress_Value_InformationBackground: @sapInformativeElementColor;
1231
- @sapProgress_Value_InformationBorderColor: @sapProgress_InformationBackground;
1503
+
1504
+ // [Tags "!Protected"]
1505
+ @sapProgress_Value_InformationBorderColor: @sapProgress_Value_InformationBackground;
1506
+
1507
+ // [Tags "!Protected"]
1232
1508
  @sapProgress_Value_InformationTextColor: @sapInformativeElementColor;
1233
1509
 
1234
1510
  // [Tags "!Protected"]
@@ -1248,18 +1524,44 @@
1248
1524
 
1249
1525
  // [Tags "!Protected"]
1250
1526
  @sapScrollBar_Hover_FaceColor: darken(@sapScrollBar_FaceColor, 4);
1527
+
1528
+ // [Tags "!Protected"]
1251
1529
  @sapSlider_Background: lighten(@sapNeutralBackground, 5);
1530
+
1531
+ // [Tags "!Protected"]
1252
1532
  @sapSlider_BorderColor: @sapSlider_Background;
1533
+
1534
+ // [Tags "!Protected"]
1253
1535
  @sapSlider_Selected_Background: @sapSelectedColor;
1536
+
1537
+ // [Tags "!Protected"]
1254
1538
  @sapSlider_Selected_BorderColor: @sapSlider_Selected_Background;
1539
+
1540
+ // [Tags "!Protected"]
1255
1541
  @sapSlider_HandleBackground: @sapPrimary3;
1542
+
1543
+ // [Tags "!Protected"]
1256
1544
  @sapSlider_HandleBorderColor: @sapSlider_HandleBackground;
1545
+
1546
+ // [Tags "!Protected"]
1257
1547
  @sapSlider_RangeHandleBackground: @sapSlider_HandleBackground;
1548
+
1549
+ // [Tags "!Protected"]
1258
1550
  @sapSlider_Hover_HandleBackground: @sapSlider_HandleBackground;
1551
+
1552
+ // [Tags "!Protected"]
1259
1553
  @sapSlider_Hover_HandleBorderColor: @sapHighlightColor;
1554
+
1555
+ // [Tags "!Protected"]
1260
1556
  @sapSlider_Hover_RangeHandleBackground: transparent;
1557
+
1558
+ // [Tags "!Protected"]
1261
1559
  @sapSlider_Active_HandleBackground: @sapButton_Active_Background;
1560
+
1561
+ // [Tags "!Protected"]
1262
1562
  @sapSlider_Active_HandleBorderColor: @sapSlider_Active_HandleBackground;
1563
+
1564
+ // [Tags "!Protected"]
1263
1565
  @sapSlider_Active_RangeHandleBackground: transparent;
1264
1566
 
1265
1567
  // [Tags "!Protected"]
@@ -1303,10 +1605,20 @@
1303
1605
 
1304
1606
  // [Tags "!Protected"]
1305
1607
  @sapObjectHeader_BorderColor: lighten(@sapObjectHeader_Background, 8);
1608
+
1609
+ // [Tags "!Protected"]
1306
1610
  @sapObjectHeader_Title_TextColor: contrast(@sapObjectHeader_Background, @sapTitleColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1611
+
1612
+ // [Tags "!Protected"]
1307
1613
  @sapObjectHeader_Title_FontSize: @sapFontHeader2Size;
1614
+
1615
+ // [Tags "!Protected"]
1308
1616
  @sapObjectHeader_Title_SnappedFontSize: @sapFontHeader4Size;
1617
+
1618
+ // [Tags "!Protected"]
1309
1619
  @sapObjectHeader_Title_FontFamily: @sapFontBlackFamily;
1620
+
1621
+ // [Tags "!Protected"]
1310
1622
  @sapObjectHeader_Subtitle_TextColor: contrast(@sapObjectHeader_Background, @sapContent_LabelColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1311
1623
 
1312
1624
  // [Tags "!Protected"]
@@ -1323,6 +1635,8 @@
1323
1635
 
1324
1636
  // [Tags "!Protected"]
1325
1637
  @sapTile_BorderColor: transparent;
1638
+
1639
+ // [Tags "!Protected"]
1326
1640
  @sapTile_BorderCornerRadius: 1 * @sapContent_GridSize;
1327
1641
 
1328
1642
  // [Tags "!Protected"]
@@ -1345,30 +1659,74 @@
1345
1659
 
1346
1660
  // [Tags "!Protected"]
1347
1661
  @sapTile_OverlayForegroundColor: contrast(@sapTile_OverlayBackground, @sapTitleColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1662
+
1663
+ // [Tags "!Protected"]
1348
1664
  @sapAccentColor1: #ffdf72;
1665
+
1666
+ // [Tags "!Protected"]
1349
1667
  @sapAccentColor2: #ff8cb2;
1668
+
1669
+ // [Tags "!Protected"]
1350
1670
  @sapAccentColor3: #fecbda;
1671
+
1672
+ // [Tags "!Protected"]
1351
1673
  @sapAccentColor4: #ffafed;
1674
+
1675
+ // [Tags "!Protected"]
1352
1676
  @sapAccentColor5: #d3b6ff;
1677
+
1678
+ // [Tags "!Protected"]
1353
1679
  @sapAccentColor6: #a6e0ff;
1680
+
1681
+ // [Tags "!Protected"]
1354
1682
  @sapAccentColor7: #64edd2;
1683
+
1684
+ // [Tags "!Protected"]
1355
1685
  @sapAccentColor8: #bde986;
1686
+
1687
+ // [Tags "!Protected"]
1356
1688
  @sapAccentColor9: #b995e0;
1689
+
1690
+ // [Tags "!Protected"]
1357
1691
  @sapAccentColor10: #d5dadd;
1692
+
1693
+ // [Tags "!Protected"]
1358
1694
  @sapAccentBackgroundColor1: #ae4000;
1695
+
1696
+ // [Tags "!Protected"]
1359
1697
  @sapAccentBackgroundColor2: #890506;
1698
+
1699
+ // [Tags "!Protected"]
1360
1700
  @sapAccentBackgroundColor3: #b40569;
1701
+
1702
+ // [Tags "!Protected"]
1361
1703
  @sapAccentBackgroundColor4: #8700b8;
1704
+
1705
+ // [Tags "!Protected"]
1362
1706
  @sapAccentBackgroundColor5: #470cf1;
1707
+
1708
+ // [Tags "!Protected"]
1363
1709
  @sapAccentBackgroundColor6: #0054cc;
1710
+
1711
+ // [Tags "!Protected"]
1364
1712
  @sapAccentBackgroundColor7: #036573;
1713
+
1714
+ // [Tags "!Protected"]
1365
1715
  @sapAccentBackgroundColor8: #236c39;
1716
+
1717
+ // [Tags "!Protected"]
1366
1718
  @sapAccentBackgroundColor9: #4e247a;
1719
+
1720
+ // [Tags "!Protected"]
1367
1721
  @sapAccentBackgroundColor10: #45617c;
1368
1722
 
1369
1723
  // [Tags "!Protected"]
1370
1724
  @sapIndicationColor_1: #fd3535;
1725
+
1726
+ // [Tags "!Protected"]
1371
1727
  @sapIndicationColor_1_Background: @sapIndicationColor_1;
1728
+
1729
+ // [Tags "!Protected"]
1372
1730
  @sapIndicationColor_1_BorderColor: @sapIndicationColor_1;
1373
1731
 
1374
1732
  // [Tags "!Protected"]
@@ -1382,7 +1740,11 @@
1382
1740
 
1383
1741
  // [Tags "!Protected"]
1384
1742
  @sapIndicationColor_2: #ff8f8f;
1743
+
1744
+ // [Tags "!Protected"]
1385
1745
  @sapIndicationColor_2_Background: @sapIndicationColor_2;
1746
+
1747
+ // [Tags "!Protected"]
1386
1748
  @sapIndicationColor_2_BorderColor: @sapIndicationColor_2;
1387
1749
 
1388
1750
  // [Tags "!Protected"]
@@ -1396,21 +1758,29 @@
1396
1758
 
1397
1759
  // [Tags "!Protected"]
1398
1760
  @sapIndicationColor_3: #ffc933;
1761
+
1762
+ // [Tags "!Protected"]
1399
1763
  @sapIndicationColor_3_Background: @sapIndicationColor_3;
1400
- @sapIndicationColor_3_BorderColor: @sapIndicationColor_3;
1401
1764
 
1402
1765
  // [Tags "!Protected"]
1403
- @sapIndicationColor_3_Hover_Background: lighten(@sapIndicationColor_3, 3);
1766
+ @sapIndicationColor_3_BorderColor: @sapIndicationColor_3_Background;
1767
+
1768
+ // [Tags "!Protected"]
1769
+ @sapIndicationColor_3_Hover_Background: lighten(@sapIndicationColor_3_Background, 3);
1404
1770
 
1405
1771
  // [Tags "!Protected"]
1406
- @sapIndicationColor_3_Active_Background: lighten(@sapIndicationColor_3, 6);
1772
+ @sapIndicationColor_3_Active_Background: lighten(@sapIndicationColor_3_Background, 6);
1407
1773
 
1408
1774
  // [Tags "!Protected"]
1409
1775
  @sapIndicationColor_3_TextColor: contrast(@sapIndicationColor_3_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1410
1776
 
1411
1777
  // [Tags "!Protected"]
1412
1778
  @sapIndicationColor_4: #bde986;
1779
+
1780
+ // [Tags "!Protected"]
1413
1781
  @sapIndicationColor_4_Background: @sapIndicationColor_4;
1782
+
1783
+ // [Tags "!Protected"]
1414
1784
  @sapIndicationColor_4_BorderColor: @sapIndicationColor_4;
1415
1785
 
1416
1786
  // [Tags "!Protected"]
@@ -1424,7 +1794,11 @@
1424
1794
 
1425
1795
  // [Tags "!Protected"]
1426
1796
  @sapIndicationColor_5: #a6e0ff;
1797
+
1798
+ // [Tags "!Protected"]
1427
1799
  @sapIndicationColor_5_Background: @sapIndicationColor_5;
1800
+
1801
+ // [Tags "!Protected"]
1428
1802
  @sapIndicationColor_5_BorderColor: @sapIndicationColor_5;
1429
1803
 
1430
1804
  // [Tags "!Protected"]
@@ -1438,7 +1812,11 @@
1438
1812
 
1439
1813
  // [Tags "!Protected"]
1440
1814
  @sapIndicationColor_6: #64edd2;
1815
+
1816
+ // [Tags "!Protected"]
1441
1817
  @sapIndicationColor_6_Background: @sapIndicationColor_6;
1818
+
1819
+ // [Tags "!Protected"]
1442
1820
  @sapIndicationColor_6_BorderColor: @sapIndicationColor_6;
1443
1821
 
1444
1822
  // [Tags "!Protected"]
@@ -1452,7 +1830,11 @@
1452
1830
 
1453
1831
  // [Tags "!Protected"]
1454
1832
  @sapIndicationColor_7: #d3b6ff;
1833
+
1834
+ // [Tags "!Protected"]
1455
1835
  @sapIndicationColor_7_Background: @sapIndicationColor_7;
1836
+
1837
+ // [Tags "!Protected"]
1456
1838
  @sapIndicationColor_7_BorderColor: @sapIndicationColor_7;
1457
1839
 
1458
1840
  // [Tags "!Protected"]
@@ -1466,7 +1848,11 @@
1466
1848
 
1467
1849
  // [Tags "!Protected"]
1468
1850
  @sapIndicationColor_8: #ff8af0;
1851
+
1852
+ // [Tags "!Protected"]
1469
1853
  @sapIndicationColor_8_Background: @sapIndicationColor_8;
1854
+
1855
+ // [Tags "!Protected"]
1470
1856
  @sapIndicationColor_8_BorderColor: @sapIndicationColor_8;
1471
1857
 
1472
1858
  // [Tags "!Protected"]