@openui5/themelib_sap_horizon 1.99.1 → 1.102.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 (1437) hide show
  1. package/THIRDPARTY.txt +5 -5
  2. package/package.json +18 -18
  3. package/src/sap/f/themes/sap_horizon/AvatarGroup.less +6 -2
  4. package/src/sap/f/themes/sap_horizon/Card.less +43 -8
  5. package/src/sap/f/themes/sap_horizon/DynamicPage.less +12 -12
  6. package/src/sap/f/themes/sap_horizon/DynamicPageHeader.less +1 -30
  7. package/src/sap/f/themes/sap_horizon/DynamicPageTitle.less +6 -10
  8. package/src/sap/f/themes/sap_horizon/GridList.less +9 -0
  9. package/src/sap/f/themes/sap_horizon/GridListItem.less +5 -2
  10. package/src/sap/f/themes/sap_horizon/ListContentItem.less +6 -0
  11. package/src/sap/f/themes/sap_horizon/ShellBar.less +313 -25
  12. package/src/sap/f/themes/sap_horizon/library.source.less +1 -0
  13. package/src/sap/f/themes/sap_horizon_dark/AvatarGroup.less +42 -0
  14. package/src/sap/f/themes/sap_horizon_dark/Card.less +56 -0
  15. package/src/sap/f/themes/sap_horizon_dark/DynamicPage.less +185 -0
  16. package/src/sap/f/themes/sap_horizon_dark/DynamicPageHeader.less +21 -0
  17. package/src/sap/f/themes/sap_horizon_dark/DynamicPageTitle.less +148 -0
  18. package/src/sap/f/themes/sap_horizon_dark/FlexibleColumnLayout.less +19 -0
  19. package/src/sap/f/themes/sap_horizon_dark/GridList.less +9 -0
  20. package/src/sap/f/themes/sap_horizon_dark/GridListItem.less +11 -0
  21. package/src/sap/f/themes/sap_horizon_dark/ListContentItem.less +24 -0
  22. package/src/sap/f/themes/sap_horizon_dark/ProductSwitchItem.less +4 -0
  23. package/src/sap/f/themes/sap_horizon_dark/ShellBar.less +626 -0
  24. package/src/sap/f/themes/sap_horizon_dark/library.source.less +20 -0
  25. package/src/sap/f/themes/sap_horizon_hcb/AvatarGroup.less +8 -0
  26. package/src/sap/f/themes/sap_horizon_hcb/Card.less +46 -0
  27. package/src/sap/f/themes/sap_horizon_hcb/CardLoading.less +7 -0
  28. package/src/sap/f/themes/sap_horizon_hcb/DynamicPage.less +181 -0
  29. package/src/sap/f/themes/sap_horizon_hcb/DynamicPageHeader.less +20 -0
  30. package/src/sap/f/themes/sap_horizon_hcb/DynamicPageTitle.less +114 -0
  31. package/src/sap/f/themes/sap_horizon_hcb/FlexibleColumnLayout.less +55 -0
  32. package/src/sap/f/themes/sap_horizon_hcb/GridContainer.less +6 -0
  33. package/src/sap/f/themes/sap_horizon_hcb/GridList.less +6 -0
  34. package/src/sap/f/themes/sap_horizon_hcb/GridListItem.less +8 -0
  35. package/src/sap/f/themes/sap_horizon_hcb/ProductSwitchItem.less +8 -0
  36. package/src/sap/f/themes/sap_horizon_hcb/ShellBar.less +436 -0
  37. package/src/sap/f/themes/sap_horizon_hcb/library.source.less +21 -0
  38. package/src/sap/f/themes/sap_horizon_hcw/AvatarGroup.less +8 -0
  39. package/src/sap/f/themes/sap_horizon_hcw/Card.less +46 -0
  40. package/src/sap/f/themes/sap_horizon_hcw/CardLoading.less +7 -0
  41. package/src/sap/f/themes/sap_horizon_hcw/DynamicPage.less +182 -0
  42. package/src/sap/f/themes/sap_horizon_hcw/DynamicPageHeader.less +20 -0
  43. package/src/sap/f/themes/sap_horizon_hcw/DynamicPageTitle.less +114 -0
  44. package/src/sap/f/themes/sap_horizon_hcw/FlexibleColumnLayout.less +55 -0
  45. package/src/sap/f/themes/sap_horizon_hcw/GridContainer.less +6 -0
  46. package/src/sap/f/themes/sap_horizon_hcw/GridList.less +6 -0
  47. package/src/sap/f/themes/sap_horizon_hcw/GridListItem.less +8 -0
  48. package/src/sap/f/themes/sap_horizon_hcw/ProductSwitchItem.less +8 -0
  49. package/src/sap/f/themes/sap_horizon_hcw/ShellBar.less +436 -0
  50. package/src/sap/f/themes/sap_horizon_hcw/library.source.less +21 -0
  51. package/src/sap/m/themes/sap_horizon/ActionListItem.less +2 -2
  52. package/src/sap/m/themes/sap_horizon/ActionSelect.less +6 -7
  53. package/src/sap/m/themes/sap_horizon/ActionSheet.less +37 -2
  54. package/src/sap/m/themes/sap_horizon/Avatar.less +34 -105
  55. package/src/sap/m/themes/sap_horizon/Bar.less +16 -11
  56. package/src/sap/m/themes/sap_horizon/Button.less +72 -71
  57. package/src/sap/m/themes/sap_horizon/Carousel.less +5 -27
  58. package/src/sap/m/themes/sap_horizon/CheckBox.less +140 -197
  59. package/src/sap/m/themes/sap_horizon/ColorPalette.less +90 -26
  60. package/src/sap/m/themes/sap_horizon/Dialog.less +34 -26
  61. package/src/sap/m/themes/sap_horizon/DynamicDateRange.less +12 -0
  62. package/src/sap/m/themes/sap_horizon/GenericTile.less +43 -5
  63. package/src/sap/m/themes/sap_horizon/IconTabBar.less +132 -45
  64. package/src/sap/m/themes/sap_horizon/IconTabBarSelectList.less +1 -1
  65. package/src/sap/m/themes/sap_horizon/InputBase.less +58 -144
  66. package/src/sap/m/themes/sap_horizon/Label.less +6 -6
  67. package/src/sap/m/themes/sap_horizon/LightBox.less +2 -1
  68. package/src/sap/m/themes/sap_horizon/Link.less +17 -13
  69. package/src/sap/m/themes/sap_horizon/ListBase.less +4 -0
  70. package/src/sap/m/themes/sap_horizon/ListItemBase.less +5 -4
  71. package/src/sap/m/themes/sap_horizon/MenuButton.less +14 -4
  72. package/src/sap/m/themes/sap_horizon/MessageBox.less +7 -5
  73. package/src/sap/m/themes/sap_horizon/MessageStrip.less +7 -8
  74. package/src/sap/m/themes/sap_horizon/MessageView.less +5 -4
  75. package/src/sap/m/themes/sap_horizon/MultiComboBox.less +14 -23
  76. package/src/sap/m/themes/sap_horizon/MultiInput.less +13 -0
  77. package/src/sap/m/themes/sap_horizon/NewsContent.less +16 -0
  78. package/src/sap/m/themes/sap_horizon/NotificationListGroup.less +6 -0
  79. package/src/sap/m/themes/sap_horizon/ObjectAttribute.less +14 -21
  80. package/src/sap/m/themes/sap_horizon/ObjectHeader.less +28 -1
  81. package/src/sap/m/themes/sap_horizon/ObjectListItem.less +17 -0
  82. package/src/sap/m/themes/sap_horizon/ObjectStatus.less +89 -23
  83. package/src/sap/m/themes/sap_horizon/OverflowToolbarAssociativePopover.less +19 -0
  84. package/src/sap/m/themes/sap_horizon/Panel.less +27 -17
  85. package/src/sap/m/themes/sap_horizon/Popover.less +22 -8
  86. package/src/sap/m/themes/sap_horizon/ProgressIndicator.less +163 -68
  87. package/src/sap/m/themes/sap_horizon/QuickView.less +8 -3
  88. package/src/sap/m/themes/sap_horizon/RadioButton.less +65 -8
  89. package/src/sap/m/themes/sap_horizon/RangeSlider.less +79 -46
  90. package/src/sap/m/themes/sap_horizon/RatingIndicator.less +7 -0
  91. package/src/sap/m/themes/sap_horizon/SearchField.less +35 -69
  92. package/src/sap/m/themes/sap_horizon/SegmentedButton.less +12 -11
  93. package/src/sap/m/themes/sap_horizon/Select.less +125 -53
  94. package/src/sap/m/themes/sap_horizon/SelectList.less +20 -14
  95. package/src/sap/m/themes/sap_horizon/SinglePlanningCalendarGrid.less +14 -16
  96. package/src/sap/m/themes/sap_horizon/SlideTile.less +3 -1
  97. package/src/sap/m/themes/sap_horizon/Slider.less +71 -49
  98. package/src/sap/m/themes/sap_horizon/SplitButton.less +36 -18
  99. package/src/sap/m/themes/sap_horizon/StandardListItem.less +4 -4
  100. package/src/sap/m/themes/sap_horizon/SuggestionsPopover.less +1 -19
  101. package/src/sap/m/themes/sap_horizon/Switch.less +180 -137
  102. package/src/sap/m/themes/sap_horizon/TabStrip.less +12 -6
  103. package/src/sap/m/themes/sap_horizon/Table.less +14 -5
  104. package/src/sap/m/themes/sap_horizon/Text.less +4 -0
  105. package/src/sap/m/themes/sap_horizon/ToggleButton.less +2 -2
  106. package/src/sap/m/themes/sap_horizon/Token.less +43 -40
  107. package/src/sap/m/themes/sap_horizon/Tokenizer.less +11 -15
  108. package/src/sap/m/themes/sap_horizon/Toolbar.less +28 -20
  109. package/src/sap/m/themes/sap_horizon/ValueStateHeader.less +15 -14
  110. package/src/sap/m/themes/sap_horizon/ValueStateMessage.less +13 -11
  111. package/src/sap/m/themes/sap_horizon/Wizard.less +9 -4
  112. package/src/sap/m/themes/sap_horizon/WizardProgressNavigator.less +18 -6
  113. package/src/sap/m/themes/sap_horizon/WizardStep.less +7 -0
  114. package/src/sap/m/themes/sap_horizon/library.source.less +3 -2
  115. package/src/sap/m/themes/sap_horizon_dark/ActionListItem.less +16 -0
  116. package/src/sap/m/themes/sap_horizon_dark/ActionSelect.less +82 -0
  117. package/src/sap/m/themes/sap_horizon_dark/ActionSheet.less +44 -0
  118. package/src/sap/m/themes/sap_horizon_dark/Avatar.less +61 -0
  119. package/src/sap/m/themes/sap_horizon_dark/Bar.less +86 -0
  120. package/src/sap/m/themes/sap_horizon_dark/Breadcrumbs.less +17 -0
  121. package/src/sap/m/themes/sap_horizon_dark/BusyDialog.less +7 -0
  122. package/src/sap/m/themes/sap_horizon_dark/BusyIndicator.less +15 -0
  123. package/src/sap/m/themes/sap_horizon_dark/Button.less +318 -0
  124. package/src/sap/m/themes/sap_horizon_dark/Carousel.less +25 -0
  125. package/src/sap/m/themes/sap_horizon_dark/CheckBox.less +216 -0
  126. package/src/sap/m/themes/sap_horizon_dark/ColorPalette.less +137 -0
  127. package/src/sap/m/themes/sap_horizon_dark/ColumnListItem.less +28 -0
  128. package/src/sap/m/themes/sap_horizon_dark/ComboBoxBase.less +19 -0
  129. package/src/sap/m/themes/sap_horizon_dark/CustomTile.less +8 -0
  130. package/src/sap/m/themes/sap_horizon_dark/Dialog.less +131 -0
  131. package/src/sap/m/themes/sap_horizon_dark/DraftIndicator.less +10 -0
  132. package/src/sap/m/themes/sap_horizon_dark/DynamicDateRange.less +12 -0
  133. package/src/sap/m/themes/sap_horizon_dark/FeedInput.less +14 -0
  134. package/src/sap/m/themes/sap_horizon_dark/GenericTag.less +112 -0
  135. package/src/sap/m/themes/sap_horizon_dark/GenericTile.less +370 -0
  136. package/src/sap/m/themes/sap_horizon_dark/GroupHeaderListItem.less +8 -0
  137. package/src/sap/m/themes/sap_horizon_dark/HeaderContainer.less +18 -0
  138. package/src/sap/m/themes/sap_horizon_dark/IconTabBar.less +696 -0
  139. package/src/sap/m/themes/sap_horizon_dark/IconTabBarSelectList.less +6 -0
  140. package/src/sap/m/themes/sap_horizon_dark/Image.less +10 -0
  141. package/src/sap/m/themes/sap_horizon_dark/InputBase.less +129 -0
  142. package/src/sap/m/themes/sap_horizon_dark/Label.less +8 -0
  143. package/src/sap/m/themes/sap_horizon_dark/LightBox.less +44 -0
  144. package/src/sap/m/themes/sap_horizon_dark/Link.less +59 -0
  145. package/src/sap/m/themes/sap_horizon_dark/ListBase.less +32 -0
  146. package/src/sap/m/themes/sap_horizon_dark/ListItemBase.less +24 -0
  147. package/src/sap/m/themes/sap_horizon_dark/MenuButton.less +60 -0
  148. package/src/sap/m/themes/sap_horizon_dark/MessageBox.less +21 -0
  149. package/src/sap/m/themes/sap_horizon_dark/MessagePage.less +34 -0
  150. package/src/sap/m/themes/sap_horizon_dark/MessageStrip.less +66 -0
  151. package/src/sap/m/themes/sap_horizon_dark/MessageView.less +99 -0
  152. package/src/sap/m/themes/sap_horizon_dark/MultiComboBox.less +39 -0
  153. package/src/sap/m/themes/sap_horizon_dark/MultiInput.less +29 -0
  154. package/src/sap/m/themes/sap_horizon_dark/NewsContent.less +29 -0
  155. package/src/sap/m/themes/sap_horizon_dark/NotificationListGroup.less +6 -0
  156. package/src/sap/m/themes/sap_horizon_dark/ObjectAttribute.less +52 -0
  157. package/src/sap/m/themes/sap_horizon_dark/ObjectHeader.less +106 -0
  158. package/src/sap/m/themes/sap_horizon_dark/ObjectListItem.less +17 -0
  159. package/src/sap/m/themes/sap_horizon_dark/ObjectMarker.less +10 -0
  160. package/src/sap/m/themes/sap_horizon_dark/ObjectNumber.less +85 -0
  161. package/src/sap/m/themes/sap_horizon_dark/ObjectStatus.less +168 -0
  162. package/src/sap/m/themes/sap_horizon_dark/OverflowToolbarAssociativePopover.less +34 -0
  163. package/src/sap/m/themes/sap_horizon_dark/Page.less +226 -0
  164. package/src/sap/m/themes/sap_horizon_dark/Panel.less +97 -0
  165. package/src/sap/m/themes/sap_horizon_dark/PlanningCalendar.less +106 -0
  166. package/src/sap/m/themes/sap_horizon_dark/PlanningCalendarHeader.less +11 -0
  167. package/src/sap/m/themes/sap_horizon_dark/Popover.less +140 -0
  168. package/src/sap/m/themes/sap_horizon_dark/ProgressIndicator.less +206 -0
  169. package/src/sap/m/themes/sap_horizon_dark/PullToRefresh.less +15 -0
  170. package/src/sap/m/themes/sap_horizon_dark/QuickView.less +21 -0
  171. package/src/sap/m/themes/sap_horizon_dark/RadioButton.less +229 -0
  172. package/src/sap/m/themes/sap_horizon_dark/RadioButtonGroup.less +8 -0
  173. package/src/sap/m/themes/sap_horizon_dark/RangeSlider.less +108 -0
  174. package/src/sap/m/themes/sap_horizon_dark/RatingIndicator.less +57 -0
  175. package/src/sap/m/themes/sap_horizon_dark/ResponsivePopover.less +12 -0
  176. package/src/sap/m/themes/sap_horizon_dark/SearchField.less +73 -0
  177. package/src/sap/m/themes/sap_horizon_dark/SegmentedButton.less +259 -0
  178. package/src/sap/m/themes/sap_horizon_dark/Select.less +349 -0
  179. package/src/sap/m/themes/sap_horizon_dark/SelectDialog.less +23 -0
  180. package/src/sap/m/themes/sap_horizon_dark/SelectList.less +70 -0
  181. package/src/sap/m/themes/sap_horizon_dark/Shell.less +36 -0
  182. package/src/sap/m/themes/sap_horizon_dark/SinglePlanningCalendarGrid.less +223 -0
  183. package/src/sap/m/themes/sap_horizon_dark/SinglePlanningCalendarMonthGrid.less +42 -0
  184. package/src/sap/m/themes/sap_horizon_dark/SlideTile.less +85 -0
  185. package/src/sap/m/themes/sap_horizon_dark/Slider.less +170 -0
  186. package/src/sap/m/themes/sap_horizon_dark/SliderTooltip.less +33 -0
  187. package/src/sap/m/themes/sap_horizon_dark/SplitButton.less +225 -0
  188. package/src/sap/m/themes/sap_horizon_dark/StandardListItem.less +35 -0
  189. package/src/sap/m/themes/sap_horizon_dark/StandardTile.less +28 -0
  190. package/src/sap/m/themes/sap_horizon_dark/SuggestionsPopover.less +10 -0
  191. package/src/sap/m/themes/sap_horizon_dark/Switch.less +335 -0
  192. package/src/sap/m/themes/sap_horizon_dark/TabContainer.less +21 -0
  193. package/src/sap/m/themes/sap_horizon_dark/TabStrip.less +178 -0
  194. package/src/sap/m/themes/sap_horizon_dark/Table.less +54 -0
  195. package/src/sap/m/themes/sap_horizon_dark/TableSelectDialog.less +23 -0
  196. package/src/sap/m/themes/sap_horizon_dark/Text.less +15 -0
  197. package/src/sap/m/themes/sap_horizon_dark/TextArea.less +33 -0
  198. package/src/sap/m/themes/sap_horizon_dark/TileContainer.less +17 -0
  199. package/src/sap/m/themes/sap_horizon_dark/TileContent.less +15 -0
  200. package/src/sap/m/themes/sap_horizon_dark/TimePicker.less +8 -0
  201. package/src/sap/m/themes/sap_horizon_dark/TimePickerSliders.less +147 -0
  202. package/src/sap/m/themes/sap_horizon_dark/ToggleButton.less +106 -0
  203. package/src/sap/m/themes/sap_horizon_dark/Token.less +77 -0
  204. package/src/sap/m/themes/sap_horizon_dark/Tokenizer.less +86 -0
  205. package/src/sap/m/themes/sap_horizon_dark/Toolbar.less +85 -0
  206. package/src/sap/m/themes/sap_horizon_dark/UploadCollection.less +11 -0
  207. package/src/sap/m/themes/sap_horizon_dark/ValueStateHeader.less +61 -0
  208. package/src/sap/m/themes/sap_horizon_dark/ValueStateMessage.less +50 -0
  209. package/src/sap/m/themes/sap_horizon_dark/ViewSettingsDialog.less +44 -0
  210. package/src/sap/m/themes/sap_horizon_dark/WheelSlider.less +110 -0
  211. package/src/sap/m/themes/sap_horizon_dark/Wizard.less +36 -0
  212. package/src/sap/m/themes/sap_horizon_dark/WizardProgressNavigator.less +114 -0
  213. package/src/sap/m/themes/sap_horizon_dark/WizardStep.less +15 -0
  214. package/src/sap/m/themes/sap_horizon_dark/library.source.less +111 -0
  215. package/src/sap/m/themes/sap_horizon_hcb/ActionListItem.less +54 -0
  216. package/src/sap/m/themes/sap_horizon_hcb/ActionSelect.less +70 -0
  217. package/src/sap/m/themes/sap_horizon_hcb/ActionSheet.less +44 -0
  218. package/src/sap/m/themes/sap_horizon_hcb/Avatar.less +67 -0
  219. package/src/sap/m/themes/sap_horizon_hcb/Bar.less +86 -0
  220. package/src/sap/m/themes/sap_horizon_hcb/Breadcrumbs.less +19 -0
  221. package/src/sap/m/themes/sap_horizon_hcb/BusyDialog.less +7 -0
  222. package/src/sap/m/themes/sap_horizon_hcb/BusyIndicator.less +15 -0
  223. package/src/sap/m/themes/sap_horizon_hcb/Button.less +259 -0
  224. package/src/sap/m/themes/sap_horizon_hcb/Carousel.less +28 -0
  225. package/src/sap/m/themes/sap_horizon_hcb/CheckBox.less +219 -0
  226. package/src/sap/m/themes/sap_horizon_hcb/ColorPalette.less +74 -0
  227. package/src/sap/m/themes/sap_horizon_hcb/ColumnListItem.less +28 -0
  228. package/src/sap/m/themes/sap_horizon_hcb/ComboBox.less +9 -0
  229. package/src/sap/m/themes/sap_horizon_hcb/ComboBoxBase.less +29 -0
  230. package/src/sap/m/themes/sap_horizon_hcb/CustomTile.less +8 -0
  231. package/src/sap/m/themes/sap_horizon_hcb/DateTimePicker.less +8 -0
  232. package/src/sap/m/themes/sap_horizon_hcb/Dialog.less +117 -0
  233. package/src/sap/m/themes/sap_horizon_hcb/DynamicDateRange.less +12 -0
  234. package/src/sap/m/themes/sap_horizon_hcb/FeedContent.less +8 -0
  235. package/src/sap/m/themes/sap_horizon_hcb/FeedInput.less +12 -0
  236. package/src/sap/m/themes/sap_horizon_hcb/FeedListItem.less +14 -0
  237. package/src/sap/m/themes/sap_horizon_hcb/GenericTag.less +29 -0
  238. package/src/sap/m/themes/sap_horizon_hcb/GenericTile.less +151 -0
  239. package/src/sap/m/themes/sap_horizon_hcb/HeaderContainer.less +34 -0
  240. package/src/sap/m/themes/sap_horizon_hcb/IconTabBar.less +491 -0
  241. package/src/sap/m/themes/sap_horizon_hcb/IconTabBarSelectList.less +6 -0
  242. package/src/sap/m/themes/sap_horizon_hcb/Image.less +8 -0
  243. package/src/sap/m/themes/sap_horizon_hcb/ImageContent.less +8 -0
  244. package/src/sap/m/themes/sap_horizon_hcb/Input.less +8 -0
  245. package/src/sap/m/themes/sap_horizon_hcb/InputBase.less +121 -0
  246. package/src/sap/m/themes/sap_horizon_hcb/Label.less +8 -0
  247. package/src/sap/m/themes/sap_horizon_hcb/LightBox.less +42 -0
  248. package/src/sap/m/themes/sap_horizon_hcb/Link.less +54 -0
  249. package/src/sap/m/themes/sap_horizon_hcb/ListBase.less +44 -0
  250. package/src/sap/m/themes/sap_horizon_hcb/ListItemBase.less +24 -0
  251. package/src/sap/m/themes/sap_horizon_hcb/Menu.less +10 -0
  252. package/src/sap/m/themes/sap_horizon_hcb/MenuButton.less +41 -0
  253. package/src/sap/m/themes/sap_horizon_hcb/MenuListItem.less +8 -0
  254. package/src/sap/m/themes/sap_horizon_hcb/MessageBox.less +12 -0
  255. package/src/sap/m/themes/sap_horizon_hcb/MessagePage.less +34 -0
  256. package/src/sap/m/themes/sap_horizon_hcb/MessageStrip.less +22 -0
  257. package/src/sap/m/themes/sap_horizon_hcb/MessageView.less +96 -0
  258. package/src/sap/m/themes/sap_horizon_hcb/MultiComboBox.less +12 -0
  259. package/src/sap/m/themes/sap_horizon_hcb/NewsContent.less +9 -0
  260. package/src/sap/m/themes/sap_horizon_hcb/NotificationListGroup.less +6 -0
  261. package/src/sap/m/themes/sap_horizon_hcb/NumericContent.less +8 -0
  262. package/src/sap/m/themes/sap_horizon_hcb/ObjectAttribute.less +63 -0
  263. package/src/sap/m/themes/sap_horizon_hcb/ObjectHeader.less +108 -0
  264. package/src/sap/m/themes/sap_horizon_hcb/ObjectListItem.less +24 -0
  265. package/src/sap/m/themes/sap_horizon_hcb/ObjectMarker.less +10 -0
  266. package/src/sap/m/themes/sap_horizon_hcb/ObjectNumber.less +68 -0
  267. package/src/sap/m/themes/sap_horizon_hcb/ObjectStatus.less +307 -0
  268. package/src/sap/m/themes/sap_horizon_hcb/OverflowToolbarAssociativePopover.less +34 -0
  269. package/src/sap/m/themes/sap_horizon_hcb/Page.less +229 -0
  270. package/src/sap/m/themes/sap_horizon_hcb/Panel.less +59 -0
  271. package/src/sap/m/themes/sap_horizon_hcb/PlanningCalendar.less +82 -0
  272. package/src/sap/m/themes/sap_horizon_hcb/Popover.less +160 -0
  273. package/src/sap/m/themes/sap_horizon_hcb/ProgressIndicator.less +206 -0
  274. package/src/sap/m/themes/sap_horizon_hcb/PullToRefresh.less +8 -0
  275. package/src/sap/m/themes/sap_horizon_hcb/QuickView.less +29 -0
  276. package/src/sap/m/themes/sap_horizon_hcb/RadioButton.less +197 -0
  277. package/src/sap/m/themes/sap_horizon_hcb/RadioButtonGroup.less +8 -0
  278. package/src/sap/m/themes/sap_horizon_hcb/RangeSlider.less +118 -0
  279. package/src/sap/m/themes/sap_horizon_hcb/RatingIndicator.less +46 -0
  280. package/src/sap/m/themes/sap_horizon_hcb/ResponsivePopover.less +12 -0
  281. package/src/sap/m/themes/sap_horizon_hcb/SearchField.less +72 -0
  282. package/src/sap/m/themes/sap_horizon_hcb/SegmentedButton.less +234 -0
  283. package/src/sap/m/themes/sap_horizon_hcb/Select.less +169 -0
  284. package/src/sap/m/themes/sap_horizon_hcb/SelectDialog.less +23 -0
  285. package/src/sap/m/themes/sap_horizon_hcb/SelectList.less +44 -0
  286. package/src/sap/m/themes/sap_horizon_hcb/Shell.less +31 -0
  287. package/src/sap/m/themes/sap_horizon_hcb/SinglePlanningCalendarGrid.less +164 -0
  288. package/src/sap/m/themes/sap_horizon_hcb/SinglePlanningCalendarMonthGrid.less +38 -0
  289. package/src/sap/m/themes/sap_horizon_hcb/SlideTile.less +47 -0
  290. package/src/sap/m/themes/sap_horizon_hcb/Slider.less +197 -0
  291. package/src/sap/m/themes/sap_horizon_hcb/SliderTooltip.less +42 -0
  292. package/src/sap/m/themes/sap_horizon_hcb/SplitButton.less +36 -0
  293. package/src/sap/m/themes/sap_horizon_hcb/SplitContainer.less +44 -0
  294. package/src/sap/m/themes/sap_horizon_hcb/StandardListItem.less +8 -0
  295. package/src/sap/m/themes/sap_horizon_hcb/StepInput.less +12 -0
  296. package/src/sap/m/themes/sap_horizon_hcb/Switch.less +335 -0
  297. package/src/sap/m/themes/sap_horizon_hcb/TabContainer.less +24 -0
  298. package/src/sap/m/themes/sap_horizon_hcb/TabStrip.less +183 -0
  299. package/src/sap/m/themes/sap_horizon_hcb/Table.less +57 -0
  300. package/src/sap/m/themes/sap_horizon_hcb/TableSelectDialog.less +23 -0
  301. package/src/sap/m/themes/sap_horizon_hcb/Text.less +15 -0
  302. package/src/sap/m/themes/sap_horizon_hcb/TextArea.less +12 -0
  303. package/src/sap/m/themes/sap_horizon_hcb/Tile.less +74 -0
  304. package/src/sap/m/themes/sap_horizon_hcb/TileContainer.less +21 -0
  305. package/src/sap/m/themes/sap_horizon_hcb/TileContent.less +14 -0
  306. package/src/sap/m/themes/sap_horizon_hcb/TimePicker.less +8 -0
  307. package/src/sap/m/themes/sap_horizon_hcb/TimePickerSliders.less +146 -0
  308. package/src/sap/m/themes/sap_horizon_hcb/ToggleButton.less +35 -0
  309. package/src/sap/m/themes/sap_horizon_hcb/Token.less +53 -0
  310. package/src/sap/m/themes/sap_horizon_hcb/Tokenizer.less +87 -0
  311. package/src/sap/m/themes/sap_horizon_hcb/Toolbar.less +85 -0
  312. package/src/sap/m/themes/sap_horizon_hcb/UploadCollection.less +35 -0
  313. package/src/sap/m/themes/sap_horizon_hcb/ValueStateHeader.less +66 -0
  314. package/src/sap/m/themes/sap_horizon_hcb/ValueStateMessage.less +55 -0
  315. package/src/sap/m/themes/sap_horizon_hcb/ViewSettingsDialog.less +45 -0
  316. package/src/sap/m/themes/sap_horizon_hcb/WheelSlider.less +52 -0
  317. package/src/sap/m/themes/sap_horizon_hcb/Wizard.less +45 -0
  318. package/src/sap/m/themes/sap_horizon_hcb/WizardProgressNavigator.less +104 -0
  319. package/src/sap/m/themes/sap_horizon_hcb/WizardStep.less +6 -0
  320. package/src/sap/m/themes/sap_horizon_hcb/library.source.less +119 -0
  321. package/src/sap/m/themes/sap_horizon_hcb/shared.less +13 -0
  322. package/src/sap/m/themes/sap_horizon_hcw/ActionListItem.less +54 -0
  323. package/src/sap/m/themes/sap_horizon_hcw/ActionSelect.less +70 -0
  324. package/src/sap/m/themes/sap_horizon_hcw/ActionSheet.less +44 -0
  325. package/src/sap/m/themes/sap_horizon_hcw/Avatar.less +67 -0
  326. package/src/sap/m/themes/sap_horizon_hcw/Bar.less +86 -0
  327. package/src/sap/m/themes/sap_horizon_hcw/Breadcrumbs.less +19 -0
  328. package/src/sap/m/themes/sap_horizon_hcw/BusyDialog.less +7 -0
  329. package/src/sap/m/themes/sap_horizon_hcw/BusyIndicator.less +15 -0
  330. package/src/sap/m/themes/sap_horizon_hcw/Button.less +259 -0
  331. package/src/sap/m/themes/sap_horizon_hcw/Carousel.less +28 -0
  332. package/src/sap/m/themes/sap_horizon_hcw/CheckBox.less +219 -0
  333. package/src/sap/m/themes/sap_horizon_hcw/ColorPalette.less +74 -0
  334. package/src/sap/m/themes/sap_horizon_hcw/ColumnListItem.less +29 -0
  335. package/src/sap/m/themes/sap_horizon_hcw/ComboBox.less +9 -0
  336. package/src/sap/m/themes/sap_horizon_hcw/ComboBoxBase.less +28 -0
  337. package/src/sap/m/themes/sap_horizon_hcw/CustomTile.less +8 -0
  338. package/src/sap/m/themes/sap_horizon_hcw/DateTimePicker.less +8 -0
  339. package/src/sap/m/themes/sap_horizon_hcw/Dialog.less +117 -0
  340. package/src/sap/m/themes/sap_horizon_hcw/DynamicDateRange.less +12 -0
  341. package/src/sap/m/themes/sap_horizon_hcw/FeedContent.less +8 -0
  342. package/src/sap/m/themes/sap_horizon_hcw/FeedInput.less +12 -0
  343. package/src/sap/m/themes/sap_horizon_hcw/FeedListItem.less +14 -0
  344. package/src/sap/m/themes/sap_horizon_hcw/GenericTag.less +29 -0
  345. package/src/sap/m/themes/sap_horizon_hcw/GenericTile.less +153 -0
  346. package/src/sap/m/themes/sap_horizon_hcw/HeaderContainer.less +34 -0
  347. package/src/sap/m/themes/sap_horizon_hcw/IconTabBar.less +490 -0
  348. package/src/sap/m/themes/sap_horizon_hcw/IconTabBarSelectList.less +6 -0
  349. package/src/sap/m/themes/sap_horizon_hcw/Image.less +8 -0
  350. package/src/sap/m/themes/sap_horizon_hcw/ImageContent.less +8 -0
  351. package/src/sap/m/themes/sap_horizon_hcw/Input.less +8 -0
  352. package/src/sap/m/themes/sap_horizon_hcw/InputBase.less +121 -0
  353. package/src/sap/m/themes/sap_horizon_hcw/Label.less +8 -0
  354. package/src/sap/m/themes/sap_horizon_hcw/LightBox.less +44 -0
  355. package/src/sap/m/themes/sap_horizon_hcw/Link.less +54 -0
  356. package/src/sap/m/themes/sap_horizon_hcw/ListBase.less +44 -0
  357. package/src/sap/m/themes/sap_horizon_hcw/ListItemBase.less +24 -0
  358. package/src/sap/m/themes/sap_horizon_hcw/Menu.less +10 -0
  359. package/src/sap/m/themes/sap_horizon_hcw/MenuButton.less +41 -0
  360. package/src/sap/m/themes/sap_horizon_hcw/MenuListItem.less +8 -0
  361. package/src/sap/m/themes/sap_horizon_hcw/MessageBox.less +12 -0
  362. package/src/sap/m/themes/sap_horizon_hcw/MessagePage.less +34 -0
  363. package/src/sap/m/themes/sap_horizon_hcw/MessageStrip.less +22 -0
  364. package/src/sap/m/themes/sap_horizon_hcw/MessageView.less +96 -0
  365. package/src/sap/m/themes/sap_horizon_hcw/MultiComboBox.less +12 -0
  366. package/src/sap/m/themes/sap_horizon_hcw/NewsContent.less +9 -0
  367. package/src/sap/m/themes/sap_horizon_hcw/NotificationListGroup.less +6 -0
  368. package/src/sap/m/themes/sap_horizon_hcw/NumericContent.less +8 -0
  369. package/src/sap/m/themes/sap_horizon_hcw/ObjectAttribute.less +63 -0
  370. package/src/sap/m/themes/sap_horizon_hcw/ObjectHeader.less +108 -0
  371. package/src/sap/m/themes/sap_horizon_hcw/ObjectListItem.less +24 -0
  372. package/src/sap/m/themes/sap_horizon_hcw/ObjectMarker.less +10 -0
  373. package/src/sap/m/themes/sap_horizon_hcw/ObjectNumber.less +69 -0
  374. package/src/sap/m/themes/sap_horizon_hcw/ObjectStatus.less +307 -0
  375. package/src/sap/m/themes/sap_horizon_hcw/OverflowToolbarAssociativePopover.less +34 -0
  376. package/src/sap/m/themes/sap_horizon_hcw/Page.less +229 -0
  377. package/src/sap/m/themes/sap_horizon_hcw/Panel.less +61 -0
  378. package/src/sap/m/themes/sap_horizon_hcw/PlanningCalendar.less +82 -0
  379. package/src/sap/m/themes/sap_horizon_hcw/Popover.less +160 -0
  380. package/src/sap/m/themes/sap_horizon_hcw/ProgressIndicator.less +206 -0
  381. package/src/sap/m/themes/sap_horizon_hcw/PullToRefresh.less +8 -0
  382. package/src/sap/m/themes/sap_horizon_hcw/QuickView.less +29 -0
  383. package/src/sap/m/themes/sap_horizon_hcw/RadioButton.less +197 -0
  384. package/src/sap/m/themes/sap_horizon_hcw/RadioButtonGroup.less +8 -0
  385. package/src/sap/m/themes/sap_horizon_hcw/RangeSlider.less +118 -0
  386. package/src/sap/m/themes/sap_horizon_hcw/RatingIndicator.less +46 -0
  387. package/src/sap/m/themes/sap_horizon_hcw/ResponsivePopover.less +12 -0
  388. package/src/sap/m/themes/sap_horizon_hcw/SearchField.less +72 -0
  389. package/src/sap/m/themes/sap_horizon_hcw/SegmentedButton.less +234 -0
  390. package/src/sap/m/themes/sap_horizon_hcw/Select.less +169 -0
  391. package/src/sap/m/themes/sap_horizon_hcw/SelectDialog.less +23 -0
  392. package/src/sap/m/themes/sap_horizon_hcw/SelectList.less +44 -0
  393. package/src/sap/m/themes/sap_horizon_hcw/Shell.less +31 -0
  394. package/src/sap/m/themes/sap_horizon_hcw/SinglePlanningCalendarGrid.less +165 -0
  395. package/src/sap/m/themes/sap_horizon_hcw/SinglePlanningCalendarMonthGrid.less +37 -0
  396. package/src/sap/m/themes/sap_horizon_hcw/SlideTile.less +47 -0
  397. package/src/sap/m/themes/sap_horizon_hcw/Slider.less +197 -0
  398. package/src/sap/m/themes/sap_horizon_hcw/SliderTooltip.less +42 -0
  399. package/src/sap/m/themes/sap_horizon_hcw/SplitButton.less +36 -0
  400. package/src/sap/m/themes/sap_horizon_hcw/SplitContainer.less +44 -0
  401. package/src/sap/m/themes/sap_horizon_hcw/StandardListItem.less +8 -0
  402. package/src/sap/m/themes/sap_horizon_hcw/StepInput.less +12 -0
  403. package/src/sap/m/themes/sap_horizon_hcw/Switch.less +335 -0
  404. package/src/sap/m/themes/sap_horizon_hcw/TabContainer.less +24 -0
  405. package/src/sap/m/themes/sap_horizon_hcw/TabStrip.less +183 -0
  406. package/src/sap/m/themes/sap_horizon_hcw/Table.less +57 -0
  407. package/src/sap/m/themes/sap_horizon_hcw/TableSelectDialog.less +23 -0
  408. package/src/sap/m/themes/sap_horizon_hcw/Text.less +15 -0
  409. package/src/sap/m/themes/sap_horizon_hcw/TextArea.less +12 -0
  410. package/src/sap/m/themes/sap_horizon_hcw/Tile.less +74 -0
  411. package/src/sap/m/themes/sap_horizon_hcw/TileContainer.less +21 -0
  412. package/src/sap/m/themes/sap_horizon_hcw/TileContent.less +14 -0
  413. package/src/sap/m/themes/sap_horizon_hcw/TimePicker.less +8 -0
  414. package/src/sap/m/themes/sap_horizon_hcw/TimePickerSliders.less +147 -0
  415. package/src/sap/m/themes/sap_horizon_hcw/ToggleButton.less +38 -0
  416. package/src/sap/m/themes/sap_horizon_hcw/Token.less +52 -0
  417. package/src/sap/m/themes/sap_horizon_hcw/Tokenizer.less +87 -0
  418. package/src/sap/m/themes/sap_horizon_hcw/Toolbar.less +85 -0
  419. package/src/sap/m/themes/sap_horizon_hcw/UploadCollection.less +35 -0
  420. package/src/sap/m/themes/sap_horizon_hcw/ValueStateHeader.less +66 -0
  421. package/src/sap/m/themes/sap_horizon_hcw/ValueStateMessage.less +55 -0
  422. package/src/sap/m/themes/sap_horizon_hcw/ViewSettingsDialog.less +44 -0
  423. package/src/sap/m/themes/sap_horizon_hcw/WheelSlider.less +52 -0
  424. package/src/sap/m/themes/sap_horizon_hcw/Wizard.less +45 -0
  425. package/src/sap/m/themes/sap_horizon_hcw/WizardProgressNavigator.less +99 -0
  426. package/src/sap/m/themes/sap_horizon_hcw/WizardStep.less +6 -0
  427. package/src/sap/m/themes/sap_horizon_hcw/library.source.less +119 -0
  428. package/src/sap/m/themes/sap_horizon_hcw/shared.less +13 -0
  429. package/src/sap/tnt/themes/sap_horizon/InfoLabel.less +17 -12
  430. package/src/sap/tnt/themes/sap_horizon/NavigationList.less +5 -10
  431. package/src/sap/tnt/themes/sap_horizon/SideNavigation.less +4 -2
  432. package/src/sap/tnt/themes/sap_horizon/ToolHeader.less +7 -3
  433. package/src/sap/tnt/themes/sap_horizon/ToolPage.less +2 -2
  434. package/src/sap/tnt/themes/sap_horizon_dark/InfoLabel.less +50 -0
  435. package/src/sap/tnt/themes/sap_horizon_dark/NavigationList.less +11 -0
  436. package/src/sap/tnt/themes/sap_horizon_dark/SideNavigation.less +9 -0
  437. package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +652 -0
  438. package/src/sap/tnt/themes/sap_horizon_dark/ToolPage.less +7 -0
  439. package/src/sap/tnt/themes/sap_horizon_dark/library.source.less +15 -0
  440. package/src/sap/tnt/themes/sap_horizon_hcb/InfoLabel.less +49 -0
  441. package/src/sap/tnt/themes/sap_horizon_hcb/NavigationList.less +10 -0
  442. package/src/sap/tnt/themes/sap_horizon_hcb/SideNavigation.less +7 -0
  443. package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +10 -0
  444. package/src/sap/tnt/themes/sap_horizon_hcb/ToolPage.less +7 -0
  445. package/src/sap/tnt/themes/sap_horizon_hcb/library.source.less +15 -0
  446. package/src/sap/tnt/themes/sap_horizon_hcw/InfoLabel.less +49 -0
  447. package/src/sap/tnt/themes/sap_horizon_hcw/NavigationList.less +10 -0
  448. package/src/sap/tnt/themes/sap_horizon_hcw/SideNavigation.less +7 -0
  449. package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +10 -0
  450. package/src/sap/tnt/themes/sap_horizon_hcw/ToolPage.less +7 -0
  451. package/src/sap/tnt/themes/sap_horizon_hcw/library.source.less +15 -0
  452. package/src/sap/ui/codeeditor/themes/sap_horizon_dark/library.source.less +9 -0
  453. package/src/sap/ui/codeeditor/themes/sap_horizon_hcb/library.source.less +9 -0
  454. package/src/sap/ui/codeeditor/themes/sap_horizon_hcw/library.source.less +9 -0
  455. package/src/sap/ui/commons/themes/sap_horizon_dark/AbsoluteLayout.less +9 -0
  456. package/src/sap/ui/commons/themes/sap_horizon_dark/Accordion.less +12 -0
  457. package/src/sap/ui/commons/themes/sap_horizon_dark/AccordionSection.less +79 -0
  458. package/src/sap/ui/commons/themes/sap_horizon_dark/ApplicationHeader.less +49 -0
  459. package/src/sap/ui/commons/themes/sap_horizon_dark/AutoComplete.less +8 -0
  460. package/src/sap/ui/commons/themes/sap_horizon_dark/BorderLayout.less +9 -0
  461. package/src/sap/ui/commons/themes/sap_horizon_dark/Button.less +508 -0
  462. package/src/sap/ui/commons/themes/sap_horizon_dark/Callout.less +13 -0
  463. package/src/sap/ui/commons/themes/sap_horizon_dark/CalloutBase.less +31 -0
  464. package/src/sap/ui/commons/themes/sap_horizon_dark/Carousel.less +63 -0
  465. package/src/sap/ui/commons/themes/sap_horizon_dark/CheckBox.less +140 -0
  466. package/src/sap/ui/commons/themes/sap_horizon_dark/ComboBox.less +33 -0
  467. package/src/sap/ui/commons/themes/sap_horizon_dark/DatePicker.less +35 -0
  468. package/src/sap/ui/commons/themes/sap_horizon_dark/Dialog.less +114 -0
  469. package/src/sap/ui/commons/themes/sap_horizon_dark/DropdownBox.less +9 -0
  470. package/src/sap/ui/commons/themes/sap_horizon_dark/FileUploader.less +8 -0
  471. package/src/sap/ui/commons/themes/sap_horizon_dark/FormattedTextView.less +9 -0
  472. package/src/sap/ui/commons/themes/sap_horizon_dark/HorizontalDivider.less +19 -0
  473. package/src/sap/ui/commons/themes/sap_horizon_dark/Image.less +9 -0
  474. package/src/sap/ui/commons/themes/sap_horizon_dark/InPlaceEdit.less +74 -0
  475. package/src/sap/ui/commons/themes/sap_horizon_dark/Label.less +66 -0
  476. package/src/sap/ui/commons/themes/sap_horizon_dark/Link.less +40 -0
  477. package/src/sap/ui/commons/themes/sap_horizon_dark/ListBox.less +97 -0
  478. package/src/sap/ui/commons/themes/sap_horizon_dark/MenuBar.less +74 -0
  479. package/src/sap/ui/commons/themes/sap_horizon_dark/MenuButton.less +69 -0
  480. package/src/sap/ui/commons/themes/sap_horizon_dark/Message.less +9 -0
  481. package/src/sap/ui/commons/themes/sap_horizon_dark/MessageBar.less +27 -0
  482. package/src/sap/ui/commons/themes/sap_horizon_dark/MessageBox.less +47 -0
  483. package/src/sap/ui/commons/themes/sap_horizon_dark/MessageList.less +11 -0
  484. package/src/sap/ui/commons/themes/sap_horizon_dark/MessageToast.less +42 -0
  485. package/src/sap/ui/commons/themes/sap_horizon_dark/Paginator.less +156 -0
  486. package/src/sap/ui/commons/themes/sap_horizon_dark/Panel.less +89 -0
  487. package/src/sap/ui/commons/themes/sap_horizon_dark/ProgressIndicator.less +14 -0
  488. package/src/sap/ui/commons/themes/sap_horizon_dark/RadioButton.less +128 -0
  489. package/src/sap/ui/commons/themes/sap_horizon_dark/RadioButtonGroup.less +9 -0
  490. package/src/sap/ui/commons/themes/sap_horizon_dark/RatingIndicator.less +15 -0
  491. package/src/sap/ui/commons/themes/sap_horizon_dark/RichTooltip.less +16 -0
  492. package/src/sap/ui/commons/themes/sap_horizon_dark/RoadMap.less +170 -0
  493. package/src/sap/ui/commons/themes/sap_horizon_dark/RowRepeater.less +44 -0
  494. package/src/sap/ui/commons/themes/sap_horizon_dark/SearchField.less +115 -0
  495. package/src/sap/ui/commons/themes/sap_horizon_dark/SegmentedButton.less +111 -0
  496. package/src/sap/ui/commons/themes/sap_horizon_dark/Slider.less +219 -0
  497. package/src/sap/ui/commons/themes/sap_horizon_dark/Splitter.less +47 -0
  498. package/src/sap/ui/commons/themes/sap_horizon_dark/TabStrip.less +127 -0
  499. package/src/sap/ui/commons/themes/sap_horizon_dark/TextArea.less +9 -0
  500. package/src/sap/ui/commons/themes/sap_horizon_dark/TextField.less +89 -0
  501. package/src/sap/ui/commons/themes/sap_horizon_dark/TextView.less +94 -0
  502. package/src/sap/ui/commons/themes/sap_horizon_dark/ToggleButton.less +363 -0
  503. package/src/sap/ui/commons/themes/sap_horizon_dark/Toolbar.less +116 -0
  504. package/src/sap/ui/commons/themes/sap_horizon_dark/Tree.less +117 -0
  505. package/src/sap/ui/commons/themes/sap_horizon_dark/TriStateCheckBox.less +9 -0
  506. package/src/sap/ui/commons/themes/sap_horizon_dark/ValueHelpField.less +32 -0
  507. package/src/sap/ui/commons/themes/sap_horizon_dark/img/applicationheader/Header_bg.png +0 -0
  508. package/src/sap/ui/commons/themes/sap_horizon_dark/img/applicationheader/SAPLogo.png +0 -0
  509. package/src/sap/ui/commons/themes/sap_horizon_dark/img/arrow_down.png +0 -0
  510. package/src/sap/ui/commons/themes/sap_horizon_dark/img/arrow_down_hover.png +0 -0
  511. package/src/sap/ui/commons/themes/sap_horizon_dark/img/arrow_left.png +0 -0
  512. package/src/sap/ui/commons/themes/sap_horizon_dark/img/arrow_left_hover.png +0 -0
  513. package/src/sap/ui/commons/themes/sap_horizon_dark/img/arrow_right.png +0 -0
  514. package/src/sap/ui/commons/themes/sap_horizon_dark/img/arrow_right_hover.png +0 -0
  515. package/src/sap/ui/commons/themes/sap_horizon_dark/img/arrow_up.png +0 -0
  516. package/src/sap/ui/commons/themes/sap_horizon_dark/img/arrow_up_hover.png +0 -0
  517. package/src/sap/ui/commons/themes/sap_horizon_dark/img/button/EmphButton_accept_BG.png +0 -0
  518. package/src/sap/ui/commons/themes/sap_horizon_dark/img/button/EmphButton_regular_BG.png +0 -0
  519. package/src/sap/ui/commons/themes/sap_horizon_dark/img/button/EmphButton_reject_BG.png +0 -0
  520. package/src/sap/ui/commons/themes/sap_horizon_dark/img/checkbox.png +0 -0
  521. package/src/sap/ui/commons/themes/sap_horizon_dark/img/combobox/ComboBoxArrow_dsbl.png +0 -0
  522. package/src/sap/ui/commons/themes/sap_horizon_dark/img/combobox/ComboBoxArrow_hover.png +0 -0
  523. package/src/sap/ui/commons/themes/sap_horizon_dark/img/combobox/ComboBoxArrow_regular.png +0 -0
  524. package/src/sap/ui/commons/themes/sap_horizon_dark/img/datepicker/Calendar_dsbl.png +0 -0
  525. package/src/sap/ui/commons/themes/sap_horizon_dark/img/datepicker/Calendar_hover.png +0 -0
  526. package/src/sap/ui/commons/themes/sap_horizon_dark/img/datepicker/Calendar_regular.png +0 -0
  527. package/src/sap/ui/commons/themes/sap_horizon_dark/img/dlg-close-act.png +0 -0
  528. package/src/sap/ui/commons/themes/sap_horizon_dark/img/dlg-close-hov.png +0 -0
  529. package/src/sap/ui/commons/themes/sap_horizon_dark/img/dlg-close.png +0 -0
  530. package/src/sap/ui/commons/themes/sap_horizon_dark/img/menu/bar-overflow.png +0 -0
  531. package/src/sap/ui/commons/themes/sap_horizon_dark/img/menubutton/Menu_Disabled.png +0 -0
  532. package/src/sap/ui/commons/themes/sap_horizon_dark/img/menubutton/Menu_Hover.png +0 -0
  533. package/src/sap/ui/commons/themes/sap_horizon_dark/img/menubutton/Menu_Regular.png +0 -0
  534. package/src/sap/ui/commons/themes/sap_horizon_dark/img/messagebar/toastarrow_Error.gif +0 -0
  535. package/src/sap/ui/commons/themes/sap_horizon_dark/img/messagebar/toastarrow_Success.gif +0 -0
  536. package/src/sap/ui/commons/themes/sap_horizon_dark/img/messagebar/toastarrow_Warning.gif +0 -0
  537. package/src/sap/ui/commons/themes/sap_horizon_dark/img/messagebar/toastarrow_multi.gif +0 -0
  538. package/src/sap/ui/commons/themes/sap_horizon_dark/img/messagebox/32x32/error.png +0 -0
  539. package/src/sap/ui/commons/themes/sap_horizon_dark/img/messagebox/32x32/information.png +0 -0
  540. package/src/sap/ui/commons/themes/sap_horizon_dark/img/messagebox/32x32/question.png +0 -0
  541. package/src/sap/ui/commons/themes/sap_horizon_dark/img/messagebox/32x32/success.png +0 -0
  542. package/src/sap/ui/commons/themes/sap_horizon_dark/img/messagebox/32x32/warning.png +0 -0
  543. package/src/sap/ui/commons/themes/sap_horizon_dark/img/paginator/paginator.png +0 -0
  544. package/src/sap/ui/commons/themes/sap_horizon_dark/img/panel_container/Maximize.png +0 -0
  545. package/src/sap/ui/commons/themes/sap_horizon_dark/img/panel_container/Maximize_hover.png +0 -0
  546. package/src/sap/ui/commons/themes/sap_horizon_dark/img/panel_container/Minimize.png +0 -0
  547. package/src/sap/ui/commons/themes/sap_horizon_dark/img/panel_container/Minimize_hover.png +0 -0
  548. package/src/sap/ui/commons/themes/sap_horizon_dark/img/radiobutton.png +0 -0
  549. package/src/sap/ui/commons/themes/sap_horizon_dark/img/rating/star_hover.png +0 -0
  550. package/src/sap/ui/commons/themes/sap_horizon_dark/img/rating/star_selected.png +0 -0
  551. package/src/sap/ui/commons/themes/sap_horizon_dark/img/rating/star_unselected.png +0 -0
  552. package/src/sap/ui/commons/themes/sap_horizon_dark/img/rating/star_unselected2.png +0 -0
  553. package/src/sap/ui/commons/themes/sap_horizon_dark/img/roadmap/roundtrip.gif +0 -0
  554. package/src/sap/ui/commons/themes/sap_horizon_dark/img/roadmap/roundtrip_dsbl.gif +0 -0
  555. package/src/sap/ui/commons/themes/sap_horizon_dark/img/roadmap/roundtrip_end.gif +0 -0
  556. package/src/sap/ui/commons/themes/sap_horizon_dark/img/roadmap/roundtrip_end_dsbl.gif +0 -0
  557. package/src/sap/ui/commons/themes/sap_horizon_dark/img/roadmap/roundtrip_end_hov.gif +0 -0
  558. package/src/sap/ui/commons/themes/sap_horizon_dark/img/roadmap/roundtrip_hov.gif +0 -0
  559. package/src/sap/ui/commons/themes/sap_horizon_dark/img/roadmap/roundtrip_start.gif +0 -0
  560. package/src/sap/ui/commons/themes/sap_horizon_dark/img/roadmap/roundtrip_start_dsbl.gif +0 -0
  561. package/src/sap/ui/commons/themes/sap_horizon_dark/img/roadmap/roundtrip_start_hov.gif +0 -0
  562. package/src/sap/ui/commons/themes/sap_horizon_dark/img/search/clear.png +0 -0
  563. package/src/sap/ui/commons/themes/sap_horizon_dark/img/search/clear_hover.png +0 -0
  564. package/src/sap/ui/commons/themes/sap_horizon_dark/img/search/search.png +0 -0
  565. package/src/sap/ui/commons/themes/sap_horizon_dark/img/search/search_dsbl.png +0 -0
  566. package/src/sap/ui/commons/themes/sap_horizon_dark/img/search/search_hover.png +0 -0
  567. package/src/sap/ui/commons/themes/sap_horizon_dark/img/search/search_unclickable.png +0 -0
  568. package/src/sap/ui/commons/themes/sap_horizon_dark/img/splitter/splitter_horiz_grip.gif +0 -0
  569. package/src/sap/ui/commons/themes/sap_horizon_dark/img/splitter/splitter_vert_grip.gif +0 -0
  570. package/src/sap/ui/commons/themes/sap_horizon_dark/img/tab-close-sel.png +0 -0
  571. package/src/sap/ui/commons/themes/sap_horizon_dark/img/tab-close.png +0 -0
  572. package/src/sap/ui/commons/themes/sap_horizon_dark/img/tree/CollapseAll.png +0 -0
  573. package/src/sap/ui/commons/themes/sap_horizon_dark/img/tree/CollapseAll_pressed.png +0 -0
  574. package/src/sap/ui/commons/themes/sap_horizon_dark/img/tree/ExpandAll.png +0 -0
  575. package/src/sap/ui/commons/themes/sap_horizon_dark/img/tree/ExpandAll_pressed.png +0 -0
  576. package/src/sap/ui/commons/themes/sap_horizon_dark/img/tree/TreeNode-inverted.gif +0 -0
  577. package/src/sap/ui/commons/themes/sap_horizon_dark/img/tree/TreeNode.gif +0 -0
  578. package/src/sap/ui/commons/themes/sap_horizon_dark/img/tree/TreeNode_Coll-inverted.gif +0 -0
  579. package/src/sap/ui/commons/themes/sap_horizon_dark/img/tree/TreeNode_Coll.gif +0 -0
  580. package/src/sap/ui/commons/themes/sap_horizon_dark/img/tree/TreeNode_Exp-inverted.gif +0 -0
  581. package/src/sap/ui/commons/themes/sap_horizon_dark/img/tree/TreeNode_Exp.gif +0 -0
  582. package/src/sap/ui/commons/themes/sap_horizon_dark/img-RTL/TriStateCheckBox.png +0 -0
  583. package/src/sap/ui/commons/themes/sap_horizon_dark/img-RTL/arrow_up.png +0 -0
  584. package/src/sap/ui/commons/themes/sap_horizon_dark/img-RTL/checkbox.png +0 -0
  585. package/src/sap/ui/commons/themes/sap_horizon_dark/img-RTL/menu/bar-overflow.png +0 -0
  586. package/src/sap/ui/commons/themes/sap_horizon_dark/img-RTL/messagebox/32x32/information.png +0 -0
  587. package/src/sap/ui/commons/themes/sap_horizon_dark/img-RTL/messagebox/32x32/question.png +0 -0
  588. package/src/sap/ui/commons/themes/sap_horizon_dark/img-RTL/messagebox/32x32/success.png +0 -0
  589. package/src/sap/ui/commons/themes/sap_horizon_dark/img-RTL/paginator/paginator.png +0 -0
  590. package/src/sap/ui/commons/themes/sap_horizon_dark/img-RTL/tree/TreeNode_Coll-inverted.gif +0 -0
  591. package/src/sap/ui/commons/themes/sap_horizon_dark/img-RTL/tree/TreeNode_Coll.gif +0 -0
  592. package/src/sap/ui/commons/themes/sap_horizon_dark/layout.less +10 -0
  593. package/src/sap/ui/commons/themes/sap_horizon_dark/library.source.less +63 -0
  594. package/src/sap/ui/commons/themes/sap_horizon_hcb/AbsoluteLayout.less +8 -0
  595. package/src/sap/ui/commons/themes/sap_horizon_hcb/Accordion.less +9 -0
  596. package/src/sap/ui/commons/themes/sap_horizon_hcb/AccordionSection.less +76 -0
  597. package/src/sap/ui/commons/themes/sap_horizon_hcb/ApplicationHeader.less +8 -0
  598. package/src/sap/ui/commons/themes/sap_horizon_hcb/AutoComplete.less +8 -0
  599. package/src/sap/ui/commons/themes/sap_horizon_hcb/BorderLayout.less +8 -0
  600. package/src/sap/ui/commons/themes/sap_horizon_hcb/Button.less +126 -0
  601. package/src/sap/ui/commons/themes/sap_horizon_hcb/Callout.less +8 -0
  602. package/src/sap/ui/commons/themes/sap_horizon_hcb/CalloutBase.less +8 -0
  603. package/src/sap/ui/commons/themes/sap_horizon_hcb/Carousel.less +8 -0
  604. package/src/sap/ui/commons/themes/sap_horizon_hcb/CheckBox.less +27 -0
  605. package/src/sap/ui/commons/themes/sap_horizon_hcb/ComboBox.less +37 -0
  606. package/src/sap/ui/commons/themes/sap_horizon_hcb/DatePicker.less +26 -0
  607. package/src/sap/ui/commons/themes/sap_horizon_hcb/Dialog.less +91 -0
  608. package/src/sap/ui/commons/themes/sap_horizon_hcb/DropdownBox.less +8 -0
  609. package/src/sap/ui/commons/themes/sap_horizon_hcb/FormattedTextView.less +12 -0
  610. package/src/sap/ui/commons/themes/sap_horizon_hcb/HorizontalDivider.less +16 -0
  611. package/src/sap/ui/commons/themes/sap_horizon_hcb/Image.less +8 -0
  612. package/src/sap/ui/commons/themes/sap_horizon_hcb/InPlaceEdit.less +63 -0
  613. package/src/sap/ui/commons/themes/sap_horizon_hcb/Label.less +20 -0
  614. package/src/sap/ui/commons/themes/sap_horizon_hcb/Link.less +18 -0
  615. package/src/sap/ui/commons/themes/sap_horizon_hcb/ListBox.less +62 -0
  616. package/src/sap/ui/commons/themes/sap_horizon_hcb/MenuBar.less +77 -0
  617. package/src/sap/ui/commons/themes/sap_horizon_hcb/MenuButton.less +39 -0
  618. package/src/sap/ui/commons/themes/sap_horizon_hcb/Message.less +8 -0
  619. package/src/sap/ui/commons/themes/sap_horizon_hcb/MessageBar.less +57 -0
  620. package/src/sap/ui/commons/themes/sap_horizon_hcb/MessageBox.less +42 -0
  621. package/src/sap/ui/commons/themes/sap_horizon_hcb/MessageList.less +10 -0
  622. package/src/sap/ui/commons/themes/sap_horizon_hcb/MessageToast.less +14 -0
  623. package/src/sap/ui/commons/themes/sap_horizon_hcb/Pagniator.less +20 -0
  624. package/src/sap/ui/commons/themes/sap_horizon_hcb/Panel.less +40 -0
  625. package/src/sap/ui/commons/themes/sap_horizon_hcb/ProgressIndicator.less +111 -0
  626. package/src/sap/ui/commons/themes/sap_horizon_hcb/RadioButton.less +32 -0
  627. package/src/sap/ui/commons/themes/sap_horizon_hcb/RadioButtonGroup.less +8 -0
  628. package/src/sap/ui/commons/themes/sap_horizon_hcb/RatingIndicator.less +19 -0
  629. package/src/sap/ui/commons/themes/sap_horizon_hcb/RichTooltip.less +23 -0
  630. package/src/sap/ui/commons/themes/sap_horizon_hcb/RoadMap.less +106 -0
  631. package/src/sap/ui/commons/themes/sap_horizon_hcb/RowRepeater.less +26 -0
  632. package/src/sap/ui/commons/themes/sap_horizon_hcb/SearchField.less +53 -0
  633. package/src/sap/ui/commons/themes/sap_horizon_hcb/SegmentedButton.less +26 -0
  634. package/src/sap/ui/commons/themes/sap_horizon_hcb/Slider.less +252 -0
  635. package/src/sap/ui/commons/themes/sap_horizon_hcb/Splitter.less +39 -0
  636. package/src/sap/ui/commons/themes/sap_horizon_hcb/TabStrip.less +135 -0
  637. package/src/sap/ui/commons/themes/sap_horizon_hcb/TextArea.less +12 -0
  638. package/src/sap/ui/commons/themes/sap_horizon_hcb/TextField.less +51 -0
  639. package/src/sap/ui/commons/themes/sap_horizon_hcb/TextView.less +66 -0
  640. package/src/sap/ui/commons/themes/sap_horizon_hcb/ToggleButton.less +215 -0
  641. package/src/sap/ui/commons/themes/sap_horizon_hcb/Toolbar.less +72 -0
  642. package/src/sap/ui/commons/themes/sap_horizon_hcb/Tree.less +49 -0
  643. package/src/sap/ui/commons/themes/sap_horizon_hcb/TriStateCheckBox.less +17 -0
  644. package/src/sap/ui/commons/themes/sap_horizon_hcb/ValueHelpField.less +47 -0
  645. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/TriStateCheckBox.png +0 -0
  646. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/accordion/collapsed.gif +0 -0
  647. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/accordion/expanded.gif +0 -0
  648. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/applicationheader/SAPLogo.png +0 -0
  649. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/checkbox.png +0 -0
  650. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/datepicker/arrow_left.png +0 -0
  651. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/datepicker/arrow_right.png +0 -0
  652. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/formattedTextView/close-hcb-hover.png +0 -0
  653. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/formattedTextView/close-hcb.png +0 -0
  654. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/menu/bar-overflow.gif +0 -0
  655. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/menu/trg-dis.png +0 -0
  656. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/menu/trg.png +0 -0
  657. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/menubutton/Menu_Disabled.png +0 -0
  658. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/menubutton/Menu_Regular.png +0 -0
  659. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/messagebar/collapsed.gif +0 -0
  660. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/messagebar/collapsedRTL.gif +0 -0
  661. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/messagebar/expanded.gif +0 -0
  662. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/messagebar/toastarrow.gif +0 -0
  663. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/messagebox/32x32/error.png +0 -0
  664. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/messagebox/32x32/information.png +0 -0
  665. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/messagebox/32x32/question.png +0 -0
  666. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/messagebox/32x32/success.png +0 -0
  667. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/messagebox/32x32/warning.png +0 -0
  668. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/paginator/arrow_first.gif +0 -0
  669. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/paginator/arrow_last.gif +0 -0
  670. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/paginator/arrow_next.gif +0 -0
  671. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/paginator/arrow_previous.gif +0 -0
  672. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/panel/collapsed.gif +0 -0
  673. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/panel/expanded.gif +0 -0
  674. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/panel/maximize.png +0 -0
  675. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/panel/minimize.png +0 -0
  676. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/radio.png +0 -0
  677. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/rating/star_hover.png +0 -0
  678. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/rating/star_selected.png +0 -0
  679. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/rating/star_unselected.png +0 -0
  680. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/roadmap/endpoint.gif +0 -0
  681. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/roadmap/moreafter.gif +0 -0
  682. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/roadmap/morebefore.gif +0 -0
  683. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/roadmap/roundtrip.gif +0 -0
  684. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/roadmap/roundtrip_dsbl.gif +0 -0
  685. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/roadmap/roundtrip_end.gif +0 -0
  686. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/roadmap/roundtrip_end_dsbl.gif +0 -0
  687. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/roadmap/roundtrip_start.gif +0 -0
  688. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/roadmap/roundtrip_start_dsbl.gif +0 -0
  689. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/roadmap/startpoint.gif +0 -0
  690. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/search/clear.gif +0 -0
  691. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/search/search.png +0 -0
  692. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/splitter/resize_horizontal.png +0 -0
  693. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/splitter/resize_vertical.png +0 -0
  694. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/splitter/splitter_horiz_grip.png +0 -0
  695. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/splitter/splitter_vert_grip.png +0 -0
  696. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/tabstrip/tab-bar.png +0 -0
  697. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/tabstrip/tab-close-hov.gif +0 -0
  698. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/tabstrip/tab-close.gif +0 -0
  699. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/tabstrip/tab-first-ie.png +0 -0
  700. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/tabstrip/tab-first-sel-ie.png +0 -0
  701. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/tabstrip/tab-ie.png +0 -0
  702. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/tabstrip/tab-left-first-sel.png +0 -0
  703. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/tabstrip/tab-left-first.png +0 -0
  704. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/tabstrip/tab-left-sel.png +0 -0
  705. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/tabstrip/tab-left.png +0 -0
  706. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/tabstrip/tab-menu.png +0 -0
  707. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/tabstrip/tab-right-beforeSel.png +0 -0
  708. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/tabstrip/tab-right-sel.png +0 -0
  709. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/tabstrip/tab-right.png +0 -0
  710. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/tabstrip/tab-sel.png +0 -0
  711. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/tabstrip/tab.png +0 -0
  712. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/toggleButton/arrow_down_hover.png +0 -0
  713. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/toggleButton/arrow_left_hover.png +0 -0
  714. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/toggleButton/arrow_right_hover.png +0 -0
  715. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/toolbar/arrow.gif +0 -0
  716. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/tree/CollapseAll.png +0 -0
  717. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/tree/ExpandAll.png +0 -0
  718. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/tree/TreeNode.gif +0 -0
  719. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/tree/TreeNode_Coll.gif +0 -0
  720. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/tree/TreeNode_Exp.gif +0 -0
  721. package/src/sap/ui/commons/themes/sap_horizon_hcb/img-RTL/TriStateCheckBox.png +0 -0
  722. package/src/sap/ui/commons/themes/sap_horizon_hcb/img-RTL/accordion/collapsed.gif +0 -0
  723. package/src/sap/ui/commons/themes/sap_horizon_hcb/img-RTL/accordion/expanded.gif +0 -0
  724. package/src/sap/ui/commons/themes/sap_horizon_hcb/img-RTL/datepicker/arrow_left.png +0 -0
  725. package/src/sap/ui/commons/themes/sap_horizon_hcb/img-RTL/datepicker/arrow_right.png +0 -0
  726. package/src/sap/ui/commons/themes/sap_horizon_hcb/img-RTL/menu/bar-overflow.gif +0 -0
  727. package/src/sap/ui/commons/themes/sap_horizon_hcb/img-RTL/menu/trg-dis.png +0 -0
  728. package/src/sap/ui/commons/themes/sap_horizon_hcb/img-RTL/menu/trg.png +0 -0
  729. package/src/sap/ui/commons/themes/sap_horizon_hcb/img-RTL/messagebox/32x32/information.png +0 -0
  730. package/src/sap/ui/commons/themes/sap_horizon_hcb/img-RTL/messagebox/32x32/question.png +0 -0
  731. package/src/sap/ui/commons/themes/sap_horizon_hcb/img-RTL/messagebox/32x32/success.png +0 -0
  732. package/src/sap/ui/commons/themes/sap_horizon_hcb/img-RTL/paginator/arrow_first.gif +0 -0
  733. package/src/sap/ui/commons/themes/sap_horizon_hcb/img-RTL/paginator/arrow_last.gif +0 -0
  734. package/src/sap/ui/commons/themes/sap_horizon_hcb/img-RTL/paginator/arrow_next.gif +0 -0
  735. package/src/sap/ui/commons/themes/sap_horizon_hcb/img-RTL/paginator/arrow_previous.gif +0 -0
  736. package/src/sap/ui/commons/themes/sap_horizon_hcb/img-RTL/toggleButton/arrow_left_hover.png +0 -0
  737. package/src/sap/ui/commons/themes/sap_horizon_hcb/img-RTL/toggleButton/arrow_right_hover.png +0 -0
  738. package/src/sap/ui/commons/themes/sap_horizon_hcb/img-RTL/tree/CollapseAll.png +0 -0
  739. package/src/sap/ui/commons/themes/sap_horizon_hcb/img-RTL/tree/ExpandAll.png +0 -0
  740. package/src/sap/ui/commons/themes/sap_horizon_hcb/img-RTL/tree/TreeNode_Coll.gif +0 -0
  741. package/src/sap/ui/commons/themes/sap_horizon_hcb/layout.less +18 -0
  742. package/src/sap/ui/commons/themes/sap_horizon_hcb/library.source.less +63 -0
  743. package/src/sap/ui/commons/themes/sap_horizon_hcb/shared.less +9 -0
  744. package/src/sap/ui/commons/themes/sap_horizon_hcw/AbsoluteLayout.less +8 -0
  745. package/src/sap/ui/commons/themes/sap_horizon_hcw/Accordion.less +9 -0
  746. package/src/sap/ui/commons/themes/sap_horizon_hcw/AccordionSection.less +76 -0
  747. package/src/sap/ui/commons/themes/sap_horizon_hcw/ApplicationHeader.less +8 -0
  748. package/src/sap/ui/commons/themes/sap_horizon_hcw/AutoComplete.less +8 -0
  749. package/src/sap/ui/commons/themes/sap_horizon_hcw/BorderLayout.less +8 -0
  750. package/src/sap/ui/commons/themes/sap_horizon_hcw/Button.less +126 -0
  751. package/src/sap/ui/commons/themes/sap_horizon_hcw/Callout.less +8 -0
  752. package/src/sap/ui/commons/themes/sap_horizon_hcw/CalloutBase.less +8 -0
  753. package/src/sap/ui/commons/themes/sap_horizon_hcw/Carousel.less +8 -0
  754. package/src/sap/ui/commons/themes/sap_horizon_hcw/CheckBox.less +27 -0
  755. package/src/sap/ui/commons/themes/sap_horizon_hcw/ComboBox.less +37 -0
  756. package/src/sap/ui/commons/themes/sap_horizon_hcw/DatePicker.less +26 -0
  757. package/src/sap/ui/commons/themes/sap_horizon_hcw/Dialog.less +91 -0
  758. package/src/sap/ui/commons/themes/sap_horizon_hcw/DropdownBox.less +8 -0
  759. package/src/sap/ui/commons/themes/sap_horizon_hcw/FormattedTextView.less +12 -0
  760. package/src/sap/ui/commons/themes/sap_horizon_hcw/HorizontalDivider.less +16 -0
  761. package/src/sap/ui/commons/themes/sap_horizon_hcw/Image.less +8 -0
  762. package/src/sap/ui/commons/themes/sap_horizon_hcw/InPlaceEdit.less +63 -0
  763. package/src/sap/ui/commons/themes/sap_horizon_hcw/Label.less +20 -0
  764. package/src/sap/ui/commons/themes/sap_horizon_hcw/Link.less +18 -0
  765. package/src/sap/ui/commons/themes/sap_horizon_hcw/ListBox.less +62 -0
  766. package/src/sap/ui/commons/themes/sap_horizon_hcw/MenuBar.less +77 -0
  767. package/src/sap/ui/commons/themes/sap_horizon_hcw/MenuButton.less +39 -0
  768. package/src/sap/ui/commons/themes/sap_horizon_hcw/Message.less +8 -0
  769. package/src/sap/ui/commons/themes/sap_horizon_hcw/MessageBar.less +57 -0
  770. package/src/sap/ui/commons/themes/sap_horizon_hcw/MessageBox.less +42 -0
  771. package/src/sap/ui/commons/themes/sap_horizon_hcw/MessageList.less +10 -0
  772. package/src/sap/ui/commons/themes/sap_horizon_hcw/MessageToast.less +14 -0
  773. package/src/sap/ui/commons/themes/sap_horizon_hcw/Pagniator.less +20 -0
  774. package/src/sap/ui/commons/themes/sap_horizon_hcw/Panel.less +40 -0
  775. package/src/sap/ui/commons/themes/sap_horizon_hcw/ProgressIndicator.less +111 -0
  776. package/src/sap/ui/commons/themes/sap_horizon_hcw/RadioButton.less +32 -0
  777. package/src/sap/ui/commons/themes/sap_horizon_hcw/RadioButtonGroup.less +8 -0
  778. package/src/sap/ui/commons/themes/sap_horizon_hcw/RatingIndicator.less +19 -0
  779. package/src/sap/ui/commons/themes/sap_horizon_hcw/RichTooltip.less +23 -0
  780. package/src/sap/ui/commons/themes/sap_horizon_hcw/RoadMap.less +106 -0
  781. package/src/sap/ui/commons/themes/sap_horizon_hcw/RowRepeater.less +26 -0
  782. package/src/sap/ui/commons/themes/sap_horizon_hcw/SearchField.less +53 -0
  783. package/src/sap/ui/commons/themes/sap_horizon_hcw/SegmentedButton.less +26 -0
  784. package/src/sap/ui/commons/themes/sap_horizon_hcw/Slider.less +252 -0
  785. package/src/sap/ui/commons/themes/sap_horizon_hcw/Splitter.less +39 -0
  786. package/src/sap/ui/commons/themes/sap_horizon_hcw/TabStrip.less +135 -0
  787. package/src/sap/ui/commons/themes/sap_horizon_hcw/TextArea.less +12 -0
  788. package/src/sap/ui/commons/themes/sap_horizon_hcw/TextField.less +51 -0
  789. package/src/sap/ui/commons/themes/sap_horizon_hcw/TextView.less +66 -0
  790. package/src/sap/ui/commons/themes/sap_horizon_hcw/ToggleButton.less +215 -0
  791. package/src/sap/ui/commons/themes/sap_horizon_hcw/Toolbar.less +72 -0
  792. package/src/sap/ui/commons/themes/sap_horizon_hcw/Tree.less +49 -0
  793. package/src/sap/ui/commons/themes/sap_horizon_hcw/TriStateCheckBox.less +17 -0
  794. package/src/sap/ui/commons/themes/sap_horizon_hcw/ValueHelpField.less +47 -0
  795. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/TriStateCheckBox.png +0 -0
  796. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/accordion/collapsed.gif +0 -0
  797. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/accordion/expanded.gif +0 -0
  798. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/applicationheader/SAPLogo.png +0 -0
  799. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/checkbox.png +0 -0
  800. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/datepicker/arrow_left.png +0 -0
  801. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/datepicker/arrow_right.png +0 -0
  802. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/formattedTextView/close-hcw-hover.png +0 -0
  803. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/formattedTextView/close-hcw.png +0 -0
  804. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/menu/bar-overflow.gif +0 -0
  805. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/menu/trg-dis.png +0 -0
  806. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/menu/trg.png +0 -0
  807. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/menubutton/Menu_Disabled.png +0 -0
  808. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/menubutton/Menu_Regular.png +0 -0
  809. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/messagebar/collapsed.gif +0 -0
  810. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/messagebar/collapsedRTL.gif +0 -0
  811. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/messagebar/expanded.gif +0 -0
  812. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/messagebar/toastarrow.gif +0 -0
  813. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/messagebox/32x32/error.png +0 -0
  814. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/messagebox/32x32/information.png +0 -0
  815. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/messagebox/32x32/question.png +0 -0
  816. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/messagebox/32x32/success.png +0 -0
  817. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/messagebox/32x32/warning.png +0 -0
  818. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/paginator/arrow_first.gif +0 -0
  819. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/paginator/arrow_last.gif +0 -0
  820. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/paginator/arrow_next.gif +0 -0
  821. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/paginator/arrow_previous.gif +0 -0
  822. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/panel/collapsed.gif +0 -0
  823. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/panel/expanded.gif +0 -0
  824. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/panel/maximize.png +0 -0
  825. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/panel/minimize.png +0 -0
  826. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/radio.png +0 -0
  827. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/rating/star_hover.png +0 -0
  828. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/rating/star_selected.png +0 -0
  829. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/rating/star_unselected.png +0 -0
  830. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/roadmap/endpoint.gif +0 -0
  831. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/roadmap/moreafter.gif +0 -0
  832. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/roadmap/morebefore.gif +0 -0
  833. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/roadmap/roundtrip.gif +0 -0
  834. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/roadmap/roundtrip_dsbl.gif +0 -0
  835. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/roadmap/roundtrip_end.gif +0 -0
  836. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/roadmap/roundtrip_end_dsbl.gif +0 -0
  837. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/roadmap/roundtrip_start.gif +0 -0
  838. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/roadmap/roundtrip_start_dsbl.gif +0 -0
  839. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/roadmap/startpoint.gif +0 -0
  840. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/search/clear.gif +0 -0
  841. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/search/search.png +0 -0
  842. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/splitter/resize_horizontal.png +0 -0
  843. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/splitter/resize_vertical.png +0 -0
  844. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/splitter/splitter_horiz_grip.png +0 -0
  845. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/splitter/splitter_vert_grip.png +0 -0
  846. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/tabstrip/tab-bar.png +0 -0
  847. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/tabstrip/tab-close-hov.gif +0 -0
  848. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/tabstrip/tab-close.gif +0 -0
  849. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/tabstrip/tab-first-ie.png +0 -0
  850. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/tabstrip/tab-first-sel-ie.png +0 -0
  851. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/tabstrip/tab-ie.png +0 -0
  852. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/tabstrip/tab-left-first-sel.png +0 -0
  853. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/tabstrip/tab-left-first.png +0 -0
  854. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/tabstrip/tab-left-sel.png +0 -0
  855. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/tabstrip/tab-left.png +0 -0
  856. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/tabstrip/tab-menu.png +0 -0
  857. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/tabstrip/tab-right-beforeSel.png +0 -0
  858. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/tabstrip/tab-right-sel.png +0 -0
  859. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/tabstrip/tab-right.png +0 -0
  860. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/tabstrip/tab-sel.png +0 -0
  861. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/tabstrip/tab.png +0 -0
  862. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/toggleButton/arrow_down_hover.png +0 -0
  863. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/toggleButton/arrow_left_hover.png +0 -0
  864. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/toggleButton/arrow_right_hover.png +0 -0
  865. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/toolbar/arrow.gif +0 -0
  866. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/tree/CollapseAll.png +0 -0
  867. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/tree/ExpandAll.png +0 -0
  868. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/tree/TreeNode.gif +0 -0
  869. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/tree/TreeNode_Coll.gif +0 -0
  870. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/tree/TreeNode_Exp.gif +0 -0
  871. package/src/sap/ui/commons/themes/sap_horizon_hcw/img-RTL/TriStateCheckBox.png +0 -0
  872. package/src/sap/ui/commons/themes/sap_horizon_hcw/img-RTL/accordion/collapsed.gif +0 -0
  873. package/src/sap/ui/commons/themes/sap_horizon_hcw/img-RTL/accordion/expanded.gif +0 -0
  874. package/src/sap/ui/commons/themes/sap_horizon_hcw/img-RTL/datepicker/arrow_left.png +0 -0
  875. package/src/sap/ui/commons/themes/sap_horizon_hcw/img-RTL/datepicker/arrow_right.png +0 -0
  876. package/src/sap/ui/commons/themes/sap_horizon_hcw/img-RTL/menu/bar-overflow.gif +0 -0
  877. package/src/sap/ui/commons/themes/sap_horizon_hcw/img-RTL/menu/trg-dis.png +0 -0
  878. package/src/sap/ui/commons/themes/sap_horizon_hcw/img-RTL/menu/trg.png +0 -0
  879. package/src/sap/ui/commons/themes/sap_horizon_hcw/img-RTL/messagebox/32x32/information.png +0 -0
  880. package/src/sap/ui/commons/themes/sap_horizon_hcw/img-RTL/messagebox/32x32/question.png +0 -0
  881. package/src/sap/ui/commons/themes/sap_horizon_hcw/img-RTL/messagebox/32x32/success.png +0 -0
  882. package/src/sap/ui/commons/themes/sap_horizon_hcw/img-RTL/paginator/arrow_first.gif +0 -0
  883. package/src/sap/ui/commons/themes/sap_horizon_hcw/img-RTL/paginator/arrow_last.gif +0 -0
  884. package/src/sap/ui/commons/themes/sap_horizon_hcw/img-RTL/paginator/arrow_next.gif +0 -0
  885. package/src/sap/ui/commons/themes/sap_horizon_hcw/img-RTL/paginator/arrow_previous.gif +0 -0
  886. package/src/sap/ui/commons/themes/sap_horizon_hcw/img-RTL/toggleButton/arrow_left_hover.png +0 -0
  887. package/src/sap/ui/commons/themes/sap_horizon_hcw/img-RTL/toggleButton/arrow_right_hover.png +0 -0
  888. package/src/sap/ui/commons/themes/sap_horizon_hcw/img-RTL/tree/CollapseAll.png +0 -0
  889. package/src/sap/ui/commons/themes/sap_horizon_hcw/img-RTL/tree/ExpandAll.png +0 -0
  890. package/src/sap/ui/commons/themes/sap_horizon_hcw/img-RTL/tree/TreeNode_Coll.gif +0 -0
  891. package/src/sap/ui/commons/themes/sap_horizon_hcw/layout.less +18 -0
  892. package/src/sap/ui/commons/themes/sap_horizon_hcw/library.source.less +63 -0
  893. package/src/sap/ui/commons/themes/sap_horizon_hcw/shared.less +9 -0
  894. package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
  895. package/src/sap/ui/core/themes/sap_horizon/BrowserScrollbar.less +1 -0
  896. package/src/sap/ui/core/themes/sap_horizon/LocalBusyIndicator.less +1 -7
  897. package/src/sap/ui/core/themes/sap_horizon/base.less +680 -191
  898. package/src/sap/ui/core/themes/sap_horizon/fonts/72-Black.woff2 +0 -0
  899. package/src/sap/ui/core/themes/sap_horizon/fonts/72-Bold-full.woff2 +0 -0
  900. package/src/sap/ui/core/themes/sap_horizon/fonts/72-Bold.woff2 +0 -0
  901. package/src/sap/ui/core/themes/sap_horizon/fonts/72-Light-full.woff2 +0 -0
  902. package/src/sap/ui/core/themes/sap_horizon/fonts/72-Light.woff2 +0 -0
  903. package/src/sap/ui/core/themes/sap_horizon/fonts/72-Regular-full.woff2 +0 -0
  904. package/src/sap/ui/core/themes/sap_horizon/fonts/72-Regular.woff2 +0 -0
  905. package/src/sap/ui/core/themes/sap_horizon/fonts/72Mono-Bold-full.woff2 +0 -0
  906. package/src/sap/ui/core/themes/sap_horizon/fonts/72Mono-Bold.woff2 +0 -0
  907. package/src/sap/ui/core/themes/sap_horizon/fonts/72Mono-Regular-full.woff2 +0 -0
  908. package/src/sap/ui/core/themes/sap_horizon/fonts/72Mono-Regular.woff2 +0 -0
  909. package/src/sap/ui/core/themes/sap_horizon/global.less +177 -12
  910. package/src/sap/ui/core/themes/sap_horizon/shared.less +1 -2
  911. package/src/sap/ui/core/themes/sap_horizon_dark/.theme +19 -0
  912. package/src/sap/ui/core/themes/sap_horizon_dark/.theming +6 -0
  913. package/src/sap/ui/core/themes/sap_horizon_dark/BrowserScrollbar.less +11 -0
  914. package/src/sap/ui/core/themes/sap_horizon_dark/DatePicker.less +12 -0
  915. package/src/sap/ui/core/themes/sap_horizon_dark/LocalBusyIndicator.less +6 -0
  916. package/src/sap/ui/core/themes/sap_horizon_dark/base.less +2128 -0
  917. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Black.woff2 +0 -0
  918. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Bold-full.woff2 +0 -0
  919. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Bold.woff2 +0 -0
  920. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Light-full.woff2 +0 -0
  921. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Light.woff2 +0 -0
  922. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Regular-full.woff2 +0 -0
  923. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Regular.woff2 +0 -0
  924. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72Mono-Bold-full.woff2 +0 -0
  925. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72Mono-Bold.woff2 +0 -0
  926. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72Mono-Regular-full.woff2 +0 -0
  927. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72Mono-Regular.woff2 +0 -0
  928. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/SAP-icons.woff2 +0 -0
  929. package/src/sap/ui/core/themes/sap_horizon_dark/global.less +1187 -0
  930. package/src/sap/ui/core/themes/sap_horizon_dark/library.source.less +14 -0
  931. package/src/sap/ui/core/themes/sap_horizon_dark/shared.less +442 -0
  932. package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +19 -0
  933. package/src/sap/ui/core/themes/sap_horizon_hcb/.theming +6 -0
  934. package/src/sap/ui/core/themes/sap_horizon_hcb/BrowserScrollbar.less +11 -0
  935. package/src/sap/ui/core/themes/sap_horizon_hcb/LocalBusyIndicator.less +7 -0
  936. package/src/sap/ui/core/themes/sap_horizon_hcb/Shadow.less +8 -0
  937. package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +2176 -0
  938. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Black.woff2 +0 -0
  939. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Bold-full.woff2 +0 -0
  940. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Bold.woff2 +0 -0
  941. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Light-full.woff2 +0 -0
  942. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Light.woff2 +0 -0
  943. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Regular-full.woff2 +0 -0
  944. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Regular.woff2 +0 -0
  945. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72Mono-Bold-full.woff2 +0 -0
  946. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72Mono-Bold.woff2 +0 -0
  947. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72Mono-Regular-full.woff2 +0 -0
  948. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72Mono-Regular.woff2 +0 -0
  949. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/SAP-icons.woff2 +0 -0
  950. package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +1203 -0
  951. package/src/sap/ui/core/themes/sap_horizon_hcb/library.source.less +14 -0
  952. package/src/sap/ui/core/themes/sap_horizon_hcb/shared.less +296 -0
  953. package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +19 -0
  954. package/src/sap/ui/core/themes/sap_horizon_hcw/.theming +6 -0
  955. package/src/sap/ui/core/themes/sap_horizon_hcw/BrowserScrollbar.less +11 -0
  956. package/src/sap/ui/core/themes/sap_horizon_hcw/LocalBusyIndicator.less +7 -0
  957. package/src/sap/ui/core/themes/sap_horizon_hcw/Shadow.less +8 -0
  958. package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +2176 -0
  959. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Black.woff2 +0 -0
  960. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Bold-full.woff2 +0 -0
  961. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Bold.woff2 +0 -0
  962. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Light-full.woff2 +0 -0
  963. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Light.woff2 +0 -0
  964. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Regular-full.woff2 +0 -0
  965. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Regular.woff2 +0 -0
  966. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72Mono-Bold-full.woff2 +0 -0
  967. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72Mono-Bold.woff2 +0 -0
  968. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72Mono-Regular-full.woff2 +0 -0
  969. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72Mono-Regular.woff2 +0 -0
  970. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/SAP-icons.woff2 +0 -0
  971. package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +1203 -0
  972. package/src/sap/ui/core/themes/sap_horizon_hcw/library.source.less +14 -0
  973. package/src/sap/ui/core/themes/sap_horizon_hcw/shared.less +296 -0
  974. package/src/sap/ui/dt/themes/sap_horizon/ContextMenu.less +61 -0
  975. package/src/sap/ui/dt/themes/sap_horizon/Overlay.less +44 -0
  976. package/src/sap/ui/dt/themes/sap_horizon/library.source.less +4 -1
  977. package/src/sap/ui/dt/themes/sap_horizon_dark/ContextMenu.less +64 -0
  978. package/src/sap/ui/dt/themes/sap_horizon_dark/Overlay.less +45 -0
  979. package/src/sap/ui/dt/themes/sap_horizon_dark/library.source.less +12 -0
  980. package/src/sap/ui/dt/themes/sap_horizon_hcb/ContextMenu.less +57 -0
  981. package/src/sap/ui/dt/themes/sap_horizon_hcb/Overlay.less +42 -0
  982. package/src/sap/ui/dt/themes/sap_horizon_hcb/library.source.less +12 -0
  983. package/src/sap/ui/dt/themes/sap_horizon_hcw/ContextMenu.less +53 -0
  984. package/src/sap/ui/dt/themes/sap_horizon_hcw/Overlay.less +40 -0
  985. package/src/sap/ui/dt/themes/sap_horizon_hcw/library.source.less +12 -0
  986. package/src/sap/ui/fl/themes/sap_horizon_dark/library.source.less +9 -0
  987. package/src/sap/ui/fl/themes/sap_horizon_hcb/library.source.less +9 -0
  988. package/src/sap/ui/fl/themes/sap_horizon_hcw/library.source.less +9 -0
  989. package/src/sap/ui/integration/themes/sap_horizon/Paginator.less +5 -0
  990. package/src/sap/ui/integration/themes/sap_horizon/library.source.less +3 -1
  991. package/src/sap/ui/integration/themes/sap_horizon_dark/Paginator.less +5 -0
  992. package/src/sap/ui/integration/themes/sap_horizon_dark/library.source.less +11 -0
  993. package/src/sap/ui/integration/themes/sap_horizon_hcb/AnalyticsCloudContent.less +6 -0
  994. package/src/sap/ui/integration/themes/sap_horizon_hcb/Paginator.less +11 -0
  995. package/src/sap/ui/integration/themes/sap_horizon_hcb/library.source.less +12 -0
  996. package/src/sap/ui/integration/themes/sap_horizon_hcw/AnalyticsCloudContent.less +6 -0
  997. package/src/sap/ui/integration/themes/sap_horizon_hcw/Paginator.less +11 -0
  998. package/src/sap/ui/integration/themes/sap_horizon_hcw/library.source.less +12 -0
  999. package/src/sap/ui/layout/themes/sap_horizon/ResponsiveSplitter.less +4 -1
  1000. package/src/sap/ui/layout/themes/sap_horizon/Splitter.less +7 -0
  1001. package/src/sap/ui/layout/themes/sap_horizon/library.source.less +2 -1
  1002. package/src/sap/ui/layout/themes/sap_horizon_dark/BlockLayout.less +278 -0
  1003. package/src/sap/ui/layout/themes/sap_horizon_dark/ColumnLayout.less +24 -0
  1004. package/src/sap/ui/layout/themes/sap_horizon_dark/FormLayout.less +72 -0
  1005. package/src/sap/ui/layout/themes/sap_horizon_dark/GridLayout.less +47 -0
  1006. package/src/sap/ui/layout/themes/sap_horizon_dark/ResponsiveGridLayout.less +26 -0
  1007. package/src/sap/ui/layout/themes/sap_horizon_dark/ResponsiveLayout.less +34 -0
  1008. package/src/sap/ui/layout/themes/sap_horizon_dark/ResponsiveSplitter.less +12 -0
  1009. package/src/sap/ui/layout/themes/sap_horizon_dark/Splitter.less +7 -0
  1010. package/src/sap/ui/layout/themes/sap_horizon_dark/library.source.less +18 -0
  1011. package/src/sap/ui/layout/themes/sap_horizon_hcb/BlockLayout.less +13 -0
  1012. package/src/sap/ui/layout/themes/sap_horizon_hcb/BlockLayoutCell.less +8 -0
  1013. package/src/sap/ui/layout/themes/sap_horizon_hcb/ColumnLayout.less +18 -0
  1014. package/src/sap/ui/layout/themes/sap_horizon_hcb/FormLayout.less +57 -0
  1015. package/src/sap/ui/layout/themes/sap_horizon_hcb/GridLayout.less +32 -0
  1016. package/src/sap/ui/layout/themes/sap_horizon_hcb/ResponsiveGridLayout.less +25 -0
  1017. package/src/sap/ui/layout/themes/sap_horizon_hcb/ResponsiveLayout.less +28 -0
  1018. package/src/sap/ui/layout/themes/sap_horizon_hcb/ResponsiveSplitter.less +8 -0
  1019. package/src/sap/ui/layout/themes/sap_horizon_hcb/Splitter.less +23 -0
  1020. package/src/sap/ui/layout/themes/sap_horizon_hcb/library.source.less +19 -0
  1021. package/src/sap/ui/layout/themes/sap_horizon_hcw/BlockLayout.less +13 -0
  1022. package/src/sap/ui/layout/themes/sap_horizon_hcw/BlockLayoutCell.less +8 -0
  1023. package/src/sap/ui/layout/themes/sap_horizon_hcw/ColumnLayout.less +18 -0
  1024. package/src/sap/ui/layout/themes/sap_horizon_hcw/FormLayout.less +57 -0
  1025. package/src/sap/ui/layout/themes/sap_horizon_hcw/GridLayout.less +32 -0
  1026. package/src/sap/ui/layout/themes/sap_horizon_hcw/ResponsiveGridLayout.less +25 -0
  1027. package/src/sap/ui/layout/themes/sap_horizon_hcw/ResponsiveLayout.less +28 -0
  1028. package/src/sap/ui/layout/themes/sap_horizon_hcw/ResponsiveSplitter.less +8 -0
  1029. package/src/sap/ui/layout/themes/sap_horizon_hcw/Splitter.less +23 -0
  1030. package/src/sap/ui/layout/themes/sap_horizon_hcw/library.source.less +19 -0
  1031. package/src/sap/ui/mdc/themes/sap_horizon_dark/CollectiveSearchSelect.less +8 -0
  1032. package/src/sap/ui/mdc/themes/sap_horizon_dark/Table.less +9 -0
  1033. package/src/sap/ui/mdc/themes/sap_horizon_dark/TokenDisplay.less +34 -0
  1034. package/src/sap/ui/mdc/themes/sap_horizon_dark/TokenizerDisplay.less +9 -0
  1035. package/src/sap/ui/mdc/themes/sap_horizon_dark/ValueHelpDialog.less +18 -0
  1036. package/src/sap/ui/mdc/themes/sap_horizon_dark/library.source.less +15 -0
  1037. package/src/sap/ui/mdc/themes/sap_horizon_hcb/CollectiveSearchSelect.less +8 -0
  1038. package/src/sap/ui/mdc/themes/sap_horizon_hcb/TokenDisplay.less +11 -0
  1039. package/src/sap/ui/mdc/themes/sap_horizon_hcb/TokenizerDisplay.less +16 -0
  1040. package/src/sap/ui/mdc/themes/sap_horizon_hcb/ValueHelpDialog.less +9 -0
  1041. package/src/sap/ui/mdc/themes/sap_horizon_hcb/library.source.less +13 -0
  1042. package/src/sap/ui/mdc/themes/sap_horizon_hcw/CollectiveSearchSelect.less +8 -0
  1043. package/src/sap/ui/mdc/themes/sap_horizon_hcw/TokenDisplay.less +11 -0
  1044. package/src/sap/ui/mdc/themes/sap_horizon_hcw/TokenizerDisplay.less +16 -0
  1045. package/src/sap/ui/mdc/themes/sap_horizon_hcw/ValueHelpDialog.less +9 -0
  1046. package/src/sap/ui/mdc/themes/sap_horizon_hcw/library.source.less +13 -0
  1047. package/src/sap/ui/rta/themes/sap_horizon/AddIFrame.less +65 -0
  1048. package/src/sap/ui/rta/themes/sap_horizon/ChangeVisualization.less +16 -0
  1049. package/src/sap/ui/rta/themes/sap_horizon/ContextMenu.less +7 -23
  1050. package/src/sap/ui/rta/themes/sap_horizon/Dialogs.less +14 -31
  1051. package/src/sap/ui/rta/themes/sap_horizon/FieldRepository.less +17 -24
  1052. package/src/sap/ui/rta/themes/sap_horizon/Overlay.less +15 -13
  1053. package/src/sap/ui/rta/themes/sap_horizon/Toolbar.adaptation.less +95 -21
  1054. package/src/sap/ui/rta/themes/sap_horizon/Toolbar.base.less +9 -75
  1055. package/src/sap/ui/rta/themes/sap_horizon/Toolbar.personalization.less +5 -17
  1056. package/src/sap/ui/rta/themes/sap_horizon/library.source.less +3 -2
  1057. package/src/sap/ui/rta/themes/sap_horizon_dark/AddIFrame.less +76 -0
  1058. package/src/sap/ui/rta/themes/sap_horizon_dark/ChangeVisualization.less +19 -0
  1059. package/src/sap/ui/rta/themes/sap_horizon_dark/ContextMenu.less +15 -0
  1060. package/src/sap/ui/rta/themes/sap_horizon_dark/Dialogs.less +29 -0
  1061. package/src/sap/ui/rta/themes/sap_horizon_dark/FieldRepository.less +31 -0
  1062. package/src/sap/ui/rta/themes/sap_horizon_dark/Overlay.less +17 -0
  1063. package/src/sap/ui/rta/themes/sap_horizon_dark/Toolbar.adaptation.less +111 -0
  1064. package/src/sap/ui/rta/themes/sap_horizon_dark/Toolbar.base.less +14 -0
  1065. package/src/sap/ui/rta/themes/sap_horizon_dark/Toolbar.personalization.less +4 -0
  1066. package/src/sap/ui/rta/themes/sap_horizon_dark/library.source.less +18 -0
  1067. package/src/sap/ui/rta/themes/sap_horizon_hcb/AddIFrame.less +77 -0
  1068. package/src/sap/ui/rta/themes/sap_horizon_hcb/ChangeVisualization.less +20 -0
  1069. package/src/sap/ui/rta/themes/sap_horizon_hcb/ContextMenu.less +18 -0
  1070. package/src/sap/ui/rta/themes/sap_horizon_hcb/Dialogs.less +32 -0
  1071. package/src/sap/ui/rta/themes/sap_horizon_hcb/FieldRepository.less +31 -0
  1072. package/src/sap/ui/rta/themes/sap_horizon_hcb/Overlay.less +74 -0
  1073. package/src/sap/ui/rta/themes/sap_horizon_hcb/Toolbar.adaptation.less +43 -0
  1074. package/src/sap/ui/rta/themes/sap_horizon_hcb/Toolbar.base.less +19 -0
  1075. package/src/sap/ui/rta/themes/sap_horizon_hcb/Toolbar.personalization.less +8 -0
  1076. package/src/sap/ui/rta/themes/sap_horizon_hcb/library.source.less +19 -0
  1077. package/src/sap/ui/rta/themes/sap_horizon_hcw/AddIFrame.less +77 -0
  1078. package/src/sap/ui/rta/themes/sap_horizon_hcw/ChangeVisualization.less +20 -0
  1079. package/src/sap/ui/rta/themes/sap_horizon_hcw/ContextMenu.less +18 -0
  1080. package/src/sap/ui/rta/themes/sap_horizon_hcw/Dialogs.less +32 -0
  1081. package/src/sap/ui/rta/themes/sap_horizon_hcw/FieldRepository.less +15 -0
  1082. package/src/sap/ui/rta/themes/sap_horizon_hcw/Overlay.less +74 -0
  1083. package/src/sap/ui/rta/themes/sap_horizon_hcw/Toolbar.adaptation.less +44 -0
  1084. package/src/sap/ui/rta/themes/sap_horizon_hcw/Toolbar.base.less +18 -0
  1085. package/src/sap/ui/rta/themes/sap_horizon_hcw/Toolbar.personalization.less +9 -0
  1086. package/src/sap/ui/rta/themes/sap_horizon_hcw/library.source.less +18 -0
  1087. package/src/sap/ui/suite/themes/sap_horizon_dark/TaskCircle.less +28 -0
  1088. package/src/sap/ui/suite/themes/sap_horizon_dark/VerticalProgressIndicator.less +8 -0
  1089. package/src/sap/ui/suite/themes/sap_horizon_dark/library.source.less +12 -0
  1090. package/src/sap/ui/suite/themes/sap_horizon_hcb/TaskCircle.less +8 -0
  1091. package/src/sap/ui/suite/themes/sap_horizon_hcb/VerticalProgressIndicator.less +13 -0
  1092. package/src/sap/ui/suite/themes/sap_horizon_hcb/library.source.less +12 -0
  1093. package/src/sap/ui/suite/themes/sap_horizon_hcw/TaskCircle.less +8 -0
  1094. package/src/sap/ui/suite/themes/sap_horizon_hcw/VerticalProgressIndicator.less +13 -0
  1095. package/src/sap/ui/suite/themes/sap_horizon_hcw/library.source.less +12 -0
  1096. package/src/sap/ui/table/themes/sap_horizon/Cell.less +14 -0
  1097. package/src/sap/ui/table/themes/sap_horizon/RowSelection.less +1 -1
  1098. package/src/sap/ui/table/themes/sap_horizon/Table.less +7 -0
  1099. package/src/sap/ui/table/themes/sap_horizon_dark/Cell.less +29 -0
  1100. package/src/sap/ui/table/themes/sap_horizon_dark/Grouping.less +34 -0
  1101. package/src/sap/ui/table/themes/sap_horizon_dark/RowAction.less +33 -0
  1102. package/src/sap/ui/table/themes/sap_horizon_dark/RowSelection.less +19 -0
  1103. package/src/sap/ui/table/themes/sap_horizon_dark/Table.less +23 -0
  1104. package/src/sap/ui/table/themes/sap_horizon_dark/library.source.less +20 -0
  1105. package/src/sap/ui/table/themes/sap_horizon_hcb/Cell.less +21 -0
  1106. package/src/sap/ui/table/themes/sap_horizon_hcb/DragDrop.less +6 -0
  1107. package/src/sap/ui/table/themes/sap_horizon_hcb/Grouping.less +6 -0
  1108. package/src/sap/ui/table/themes/sap_horizon_hcb/Row.less +7 -0
  1109. package/src/sap/ui/table/themes/sap_horizon_hcb/RowHighlight.less +6 -0
  1110. package/src/sap/ui/table/themes/sap_horizon_hcb/RowSelection.less +9 -0
  1111. package/src/sap/ui/table/themes/sap_horizon_hcb/Scrolling.less +15 -0
  1112. package/src/sap/ui/table/themes/sap_horizon_hcb/Table.less +25 -0
  1113. package/src/sap/ui/table/themes/sap_horizon_hcb/library.source.less +21 -0
  1114. package/src/sap/ui/table/themes/sap_horizon_hcw/Cell.less +21 -0
  1115. package/src/sap/ui/table/themes/sap_horizon_hcw/DragDrop.less +6 -0
  1116. package/src/sap/ui/table/themes/sap_horizon_hcw/Grouping.less +6 -0
  1117. package/src/sap/ui/table/themes/sap_horizon_hcw/Row.less +7 -0
  1118. package/src/sap/ui/table/themes/sap_horizon_hcw/RowHighlight.less +6 -0
  1119. package/src/sap/ui/table/themes/sap_horizon_hcw/RowSelection.less +9 -0
  1120. package/src/sap/ui/table/themes/sap_horizon_hcw/Scrolling.less +15 -0
  1121. package/src/sap/ui/table/themes/sap_horizon_hcw/Table.less +25 -0
  1122. package/src/sap/ui/table/themes/sap_horizon_hcw/library.source.less +21 -0
  1123. package/src/sap/ui/unified/themes/sap_horizon/Calendar.less +201 -68
  1124. package/src/sap/ui/unified/themes/sap_horizon/CalendarRow.less +36 -15
  1125. package/src/sap/ui/unified/themes/sap_horizon/ColorPicker.less +8 -1
  1126. package/src/sap/ui/unified/themes/sap_horizon/FileUploader.less +7 -0
  1127. package/src/sap/ui/unified/themes/sap_horizon/Menu.less +9 -1
  1128. package/src/sap/ui/unified/themes/sap_horizon_dark/Calendar.less +778 -0
  1129. package/src/sap/ui/unified/themes/sap_horizon_dark/CalendarLegend.less +8 -0
  1130. package/src/sap/ui/unified/themes/sap_horizon_dark/CalendarRow.less +171 -0
  1131. package/src/sap/ui/unified/themes/sap_horizon_dark/ColorPicker/Alphaslider_BG.png +0 -0
  1132. package/src/sap/ui/unified/themes/sap_horizon_dark/ColorPicker/Swatch_BG.png +0 -0
  1133. package/src/sap/ui/unified/themes/sap_horizon_dark/ColorPicker.less +143 -0
  1134. package/src/sap/ui/unified/themes/sap_horizon_dark/FileUploader.less +73 -0
  1135. package/src/sap/ui/unified/themes/sap_horizon_dark/Menu.less +159 -0
  1136. package/src/sap/ui/unified/themes/sap_horizon_dark/ShellHeader.less +19 -0
  1137. package/src/sap/ui/unified/themes/sap_horizon_dark/ShellLayout.less +35 -0
  1138. package/src/sap/ui/unified/themes/sap_horizon_dark/ShellOverlay.less +22 -0
  1139. package/src/sap/ui/unified/themes/sap_horizon_dark/library.source.less +19 -0
  1140. package/src/sap/ui/unified/themes/sap_horizon_hcb/Calendar.less +778 -0
  1141. package/src/sap/ui/unified/themes/sap_horizon_hcb/CalendarRow.less +175 -0
  1142. package/src/sap/ui/unified/themes/sap_horizon_hcb/ColorPicker.less +150 -0
  1143. package/src/sap/ui/unified/themes/sap_horizon_hcb/FileUploader.less +73 -0
  1144. package/src/sap/ui/unified/themes/sap_horizon_hcb/Menu.less +154 -0
  1145. package/src/sap/ui/unified/themes/sap_horizon_hcb/ShellHeader.less +121 -0
  1146. package/src/sap/ui/unified/themes/sap_horizon_hcb/ShellLayout.less +13 -0
  1147. package/src/sap/ui/unified/themes/sap_horizon_hcb/ShellOverlay.less +57 -0
  1148. package/src/sap/ui/unified/themes/sap_horizon_hcb/img/PickingCursor-HCB.png +0 -0
  1149. package/src/sap/ui/unified/themes/sap_horizon_hcb/library.source.less +18 -0
  1150. package/src/sap/ui/unified/themes/sap_horizon_hcw/Calendar.less +778 -0
  1151. package/src/sap/ui/unified/themes/sap_horizon_hcw/CalendarRow.less +175 -0
  1152. package/src/sap/ui/unified/themes/sap_horizon_hcw/ColorPicker.less +145 -0
  1153. package/src/sap/ui/unified/themes/sap_horizon_hcw/FileUploader.less +73 -0
  1154. package/src/sap/ui/unified/themes/sap_horizon_hcw/Menu.less +154 -0
  1155. package/src/sap/ui/unified/themes/sap_horizon_hcw/ShellHeader.less +121 -0
  1156. package/src/sap/ui/unified/themes/sap_horizon_hcw/ShellLayout.less +13 -0
  1157. package/src/sap/ui/unified/themes/sap_horizon_hcw/ShellOverlay.less +57 -0
  1158. package/src/sap/ui/unified/themes/sap_horizon_hcw/img/PickingCursor-HCW.png +0 -0
  1159. package/src/sap/ui/unified/themes/sap_horizon_hcw/library.source.less +18 -0
  1160. package/src/sap/ui/ux3/themes/sap_horizon_dark/ActionBar.less +264 -0
  1161. package/src/sap/ui/ux3/themes/sap_horizon_dark/CollectionInspector.less +112 -0
  1162. package/src/sap/ui/ux3/themes/sap_horizon_dark/DataSet.less +13 -0
  1163. package/src/sap/ui/ux3/themes/sap_horizon_dark/DataSetSimpleView.less +9 -0
  1164. package/src/sap/ui/ux3/themes/sap_horizon_dark/Exact.less +9 -0
  1165. package/src/sap/ui/ux3/themes/sap_horizon_dark/ExactArea.less +17 -0
  1166. package/src/sap/ui/ux3/themes/sap_horizon_dark/ExactBrowser.less +14 -0
  1167. package/src/sap/ui/ux3/themes/sap_horizon_dark/ExactList.less +191 -0
  1168. package/src/sap/ui/ux3/themes/sap_horizon_dark/FacetFilter.less +9 -0
  1169. package/src/sap/ui/ux3/themes/sap_horizon_dark/FacetFilterList.less +31 -0
  1170. package/src/sap/ui/ux3/themes/sap_horizon_dark/Feed.less +44 -0
  1171. package/src/sap/ui/ux3/themes/sap_horizon_dark/FeedChunk.less +286 -0
  1172. package/src/sap/ui/ux3/themes/sap_horizon_dark/Feeder.less +102 -0
  1173. package/src/sap/ui/ux3/themes/sap_horizon_dark/NavigationBar.less +230 -0
  1174. package/src/sap/ui/ux3/themes/sap_horizon_dark/NotificationBar.less +53 -0
  1175. package/src/sap/ui/ux3/themes/sap_horizon_dark/Overlay.less +31 -0
  1176. package/src/sap/ui/ux3/themes/sap_horizon_dark/OverlayContainer.less +27 -0
  1177. package/src/sap/ui/ux3/themes/sap_horizon_dark/OverlayDialog.less +18 -0
  1178. package/src/sap/ui/ux3/themes/sap_horizon_dark/QuickView.less +36 -0
  1179. package/src/sap/ui/ux3/themes/sap_horizon_dark/Shell.less +542 -0
  1180. package/src/sap/ui/ux3/themes/sap_horizon_dark/ShellColorPicker.less +9 -0
  1181. package/src/sap/ui/ux3/themes/sap_horizon_dark/ShellPersonalization.less +9 -0
  1182. package/src/sap/ui/ux3/themes/sap_horizon_dark/ThingInspector.less +283 -0
  1183. package/src/sap/ui/ux3/themes/sap_horizon_dark/ThingViewer.less +101 -0
  1184. package/src/sap/ui/ux3/themes/sap_horizon_dark/ToolPopup.less +103 -0
  1185. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/Settings_hover.png +0 -0
  1186. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/Settings_regular.png +0 -0
  1187. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/bg_white_transparent.png +0 -0
  1188. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/close_hover.png +0 -0
  1189. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/collection_inspector/facet_down_grey.png +0 -0
  1190. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/collection_inspector/facet_down_white.png +0 -0
  1191. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/collection_inspector/facet_right_grey.png +0 -0
  1192. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/collection_inspector/facet_right_white.png +0 -0
  1193. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/exact/Action_Menu_hover.png +0 -0
  1194. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/exact/Action_Menu_regular.png +0 -0
  1195. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/exact/close_down.png +0 -0
  1196. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/exact/close_hover.png +0 -0
  1197. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/exact/close_regular.png +0 -0
  1198. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/exact/collapse_list_hover.png +0 -0
  1199. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/exact/collapse_list_regular.png +0 -0
  1200. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/exact/expand_2_down.png +0 -0
  1201. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/exact/expand_2_hover.png +0 -0
  1202. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/exact/expand_2_regular.png +0 -0
  1203. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/exact/expand_down.png +0 -0
  1204. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/exact/expand_hover.png +0 -0
  1205. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/exact/expand_item_regular.png +0 -0
  1206. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/exact/expand_list_hover.png +0 -0
  1207. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/exact/expand_list_regular.png +0 -0
  1208. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/exact/expand_regular.png +0 -0
  1209. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/exact/resize.gif +0 -0
  1210. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/exact/tophead_hover.png +0 -0
  1211. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/exact/tophead_regular.png +0 -0
  1212. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/feed/Action_Comment_hover.png +0 -0
  1213. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/feed/Action_Comment_regular.png +0 -0
  1214. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/feed/Action_Favorite_hover.png +0 -0
  1215. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/feed/Action_Favorite_regular.png +0 -0
  1216. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/feed/Action_Flag_hover.png +0 -0
  1217. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/feed/Action_Flag_regular.png +0 -0
  1218. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/feed/Action_Inspect_hover.png +0 -0
  1219. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/feed/Action_Inspect_regular.png +0 -0
  1220. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/feed/Action_Menu_hover.png +0 -0
  1221. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/feed/Action_Menu_regular.png +0 -0
  1222. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/feed/Collapse_button.png +0 -0
  1223. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/feed/Collapse_button_hover.png +0 -0
  1224. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/feed/Delete_button.png +0 -0
  1225. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/feed/Delete_button_down.png +0 -0
  1226. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/feed/Delete_button_hover.png +0 -0
  1227. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/feed/Expand_button.png +0 -0
  1228. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/feed/Expand_button_hover.png +0 -0
  1229. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/feed/Line_Comments.png +0 -0
  1230. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/feed/Share.png +0 -0
  1231. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/feed/Share_hover.png +0 -0
  1232. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/feed/Triangle_Comments.png +0 -0
  1233. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/feed/ico12_click.png +0 -0
  1234. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/feed/relevantHovered.png +0 -0
  1235. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/feed/relevantSelected.png +0 -0
  1236. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/feed/relevantUnselected.png +0 -0
  1237. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/menubutton/Menu_Disabled.png +0 -0
  1238. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/menubutton/Menu_Hover.png +0 -0
  1239. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/menubutton/Menu_Regular.png +0 -0
  1240. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/navigationbar/WS_overflow.png +0 -0
  1241. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/navigationbar/WS_scroll_next.png +0 -0
  1242. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/navigationbar/WS_scroll_prev.png +0 -0
  1243. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/navigationbar/facetNext.png +0 -0
  1244. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/navigationbar/facetOverflow.png +0 -0
  1245. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/navigationbar/facetPrev.png +0 -0
  1246. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/navigationbar/light_WS_overflow.png +0 -0
  1247. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/navigationbar/light_WS_scroll_next.png +0 -0
  1248. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/navigationbar/light_WS_scroll_prev.png +0 -0
  1249. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/notification_bar/alert_white_24.png +0 -0
  1250. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/notification_bar/arrows/ArrowBar_down.png +0 -0
  1251. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/notification_bar/arrows/ArrowBar_down_hover.png +0 -0
  1252. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/notification_bar/arrows/ArrowBar_up.png +0 -0
  1253. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/notification_bar/arrows/ArrowBar_up_hover.png +0 -0
  1254. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/notification_bar/arrows/DoubleArrow_down.png +0 -0
  1255. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/notification_bar/arrows/DoubleArrow_down_hover.png +0 -0
  1256. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/notification_bar/arrows/DoubleArrow_up.png +0 -0
  1257. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/notification_bar/arrows/DoubleArrow_up_hover.png +0 -0
  1258. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/notification_bar/notification_24.png +0 -0
  1259. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/open_in_new_window.png +0 -0
  1260. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/shell/LogOut_icon.png +0 -0
  1261. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/shell/LogOut_icon_hover.png +0 -0
  1262. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/shell/Workset_bg.png +0 -0
  1263. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/shell/tools.png +0 -0
  1264. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/status_ico_favorite.png +0 -0
  1265. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/status_ico_flag.png +0 -0
  1266. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/status_ico_shared.png +0 -0
  1267. package/src/sap/ui/ux3/themes/sap_horizon_dark/img-RTL/flag_regular.png +0 -0
  1268. package/src/sap/ui/ux3/themes/sap_horizon_dark/img-RTL/following_regular_bw.png +0 -0
  1269. package/src/sap/ui/ux3/themes/sap_horizon_dark/img-RTL/hold_regular_bw.png +0 -0
  1270. package/src/sap/ui/ux3/themes/sap_horizon_dark/img-RTL/navigationbar/WS_scroll_next.png +0 -0
  1271. package/src/sap/ui/ux3/themes/sap_horizon_dark/img-RTL/navigationbar/WS_scroll_prev.png +0 -0
  1272. package/src/sap/ui/ux3/themes/sap_horizon_dark/img-RTL/navigationbar/facetNext.png +0 -0
  1273. package/src/sap/ui/ux3/themes/sap_horizon_dark/img-RTL/navigationbar/facetPrev.png +0 -0
  1274. package/src/sap/ui/ux3/themes/sap_horizon_dark/img-RTL/notification_bar/alert_white_24.png +0 -0
  1275. package/src/sap/ui/ux3/themes/sap_horizon_dark/img-RTL/notification_bar/arrows/ArrowBar_down.png +0 -0
  1276. package/src/sap/ui/ux3/themes/sap_horizon_dark/img-RTL/notification_bar/arrows/ArrowBar_down_hover.png +0 -0
  1277. package/src/sap/ui/ux3/themes/sap_horizon_dark/img-RTL/notification_bar/arrows/ArrowBar_up.png +0 -0
  1278. package/src/sap/ui/ux3/themes/sap_horizon_dark/img-RTL/notification_bar/arrows/ArrowBar_up_hover.png +0 -0
  1279. package/src/sap/ui/ux3/themes/sap_horizon_dark/img-RTL/notification_bar/arrows/DoubleArrow_down.png +0 -0
  1280. package/src/sap/ui/ux3/themes/sap_horizon_dark/img-RTL/notification_bar/arrows/DoubleArrow_down_hover.png +0 -0
  1281. package/src/sap/ui/ux3/themes/sap_horizon_dark/img-RTL/notification_bar/arrows/DoubleArrow_up.png +0 -0
  1282. package/src/sap/ui/ux3/themes/sap_horizon_dark/img-RTL/notification_bar/arrows/DoubleArrow_up_hover.png +0 -0
  1283. package/src/sap/ui/ux3/themes/sap_horizon_dark/img-RTL/notification_bar/notification_24.png +0 -0
  1284. package/src/sap/ui/ux3/themes/sap_horizon_dark/library.source.less +35 -0
  1285. package/src/sap/ui/ux3/themes/sap_horizon_hcb/ActionBar.less +204 -0
  1286. package/src/sap/ui/ux3/themes/sap_horizon_hcb/CollectionInspector.less +8 -0
  1287. package/src/sap/ui/ux3/themes/sap_horizon_hcb/DataSet.less +8 -0
  1288. package/src/sap/ui/ux3/themes/sap_horizon_hcb/DataSetSimpleView.less +17 -0
  1289. package/src/sap/ui/ux3/themes/sap_horizon_hcb/Exact.less +8 -0
  1290. package/src/sap/ui/ux3/themes/sap_horizon_hcb/ExactArea.less +12 -0
  1291. package/src/sap/ui/ux3/themes/sap_horizon_hcb/ExactBrowser.less +8 -0
  1292. package/src/sap/ui/ux3/themes/sap_horizon_hcb/ExactList.less +97 -0
  1293. package/src/sap/ui/ux3/themes/sap_horizon_hcb/FacetFilter.less +8 -0
  1294. package/src/sap/ui/ux3/themes/sap_horizon_hcb/FacetFilterList.less +18 -0
  1295. package/src/sap/ui/ux3/themes/sap_horizon_hcb/Feed.less +27 -0
  1296. package/src/sap/ui/ux3/themes/sap_horizon_hcb/FeedChunk.less +150 -0
  1297. package/src/sap/ui/ux3/themes/sap_horizon_hcb/Feeder.less +87 -0
  1298. package/src/sap/ui/ux3/themes/sap_horizon_hcb/NavigationBar.less +36 -0
  1299. package/src/sap/ui/ux3/themes/sap_horizon_hcb/NotificationBar.less +40 -0
  1300. package/src/sap/ui/ux3/themes/sap_horizon_hcb/Overlay.less +8 -0
  1301. package/src/sap/ui/ux3/themes/sap_horizon_hcb/OverlayContainer.less +8 -0
  1302. package/src/sap/ui/ux3/themes/sap_horizon_hcb/QuickView.less +8 -0
  1303. package/src/sap/ui/ux3/themes/sap_horizon_hcb/Shell.less +130 -0
  1304. package/src/sap/ui/ux3/themes/sap_horizon_hcb/ShellColorPicker.less +8 -0
  1305. package/src/sap/ui/ux3/themes/sap_horizon_hcb/ShellPersonalization.less +8 -0
  1306. package/src/sap/ui/ux3/themes/sap_horizon_hcb/ThingInspector.less +12 -0
  1307. package/src/sap/ui/ux3/themes/sap_horizon_hcb/ThingViewer.less +8 -0
  1308. package/src/sap/ui/ux3/themes/sap_horizon_hcb/ToolPopup.less +32 -0
  1309. package/src/sap/ui/ux3/themes/sap_horizon_hcb/img/exact/tophead.gif +0 -0
  1310. package/src/sap/ui/ux3/themes/sap_horizon_hcb/img/feed/ico12_click.png +0 -0
  1311. package/src/sap/ui/ux3/themes/sap_horizon_hcb/img/menu_follow.png +0 -0
  1312. package/src/sap/ui/ux3/themes/sap_horizon_hcb/img/menu_hold.png +0 -0
  1313. package/src/sap/ui/ux3/themes/sap_horizon_hcb/img/menu_unlisten.png +0 -0
  1314. package/src/sap/ui/ux3/themes/sap_horizon_hcb/img/navigationbar/facetNext.png +0 -0
  1315. package/src/sap/ui/ux3/themes/sap_horizon_hcb/img/navigationbar/facetPrev.png +0 -0
  1316. package/src/sap/ui/ux3/themes/sap_horizon_hcb/img/notification_bar/alert_white_24.png +0 -0
  1317. package/src/sap/ui/ux3/themes/sap_horizon_hcb/img/notification_bar/arrows/ArrowBar_down.png +0 -0
  1318. package/src/sap/ui/ux3/themes/sap_horizon_hcb/img/notification_bar/arrows/ArrowBar_down_hover.png +0 -0
  1319. package/src/sap/ui/ux3/themes/sap_horizon_hcb/img/notification_bar/arrows/ArrowBar_up.png +0 -0
  1320. package/src/sap/ui/ux3/themes/sap_horizon_hcb/img/notification_bar/arrows/ArrowBar_up_hover.png +0 -0
  1321. package/src/sap/ui/ux3/themes/sap_horizon_hcb/img/notification_bar/arrows/DoubleArrow_down.png +0 -0
  1322. package/src/sap/ui/ux3/themes/sap_horizon_hcb/img/notification_bar/arrows/DoubleArrow_down_hover.png +0 -0
  1323. package/src/sap/ui/ux3/themes/sap_horizon_hcb/img/notification_bar/arrows/DoubleArrow_up.png +0 -0
  1324. package/src/sap/ui/ux3/themes/sap_horizon_hcb/img/notification_bar/arrows/DoubleArrow_up_hover.png +0 -0
  1325. package/src/sap/ui/ux3/themes/sap_horizon_hcb/img/notification_bar/notification_24.png +0 -0
  1326. package/src/sap/ui/ux3/themes/sap_horizon_hcb/img/shell/LogOut_icon.png +0 -0
  1327. package/src/sap/ui/ux3/themes/sap_horizon_hcb/img/shell/tools/Feed_hover.png +0 -0
  1328. package/src/sap/ui/ux3/themes/sap_horizon_hcb/img/shell/tools/Inspector_hover.png +0 -0
  1329. package/src/sap/ui/ux3/themes/sap_horizon_hcb/img/shell/tools/Inspector_selected.png +0 -0
  1330. package/src/sap/ui/ux3/themes/sap_horizon_hcb/img/shell/tools/Search_hover.png +0 -0
  1331. package/src/sap/ui/ux3/themes/sap_horizon_hcb/img/toolpopup/arrow_down.png +0 -0
  1332. package/src/sap/ui/ux3/themes/sap_horizon_hcb/img/toolpopup/arrow_left.png +0 -0
  1333. package/src/sap/ui/ux3/themes/sap_horizon_hcb/img/toolpopup/arrow_right.png +0 -0
  1334. package/src/sap/ui/ux3/themes/sap_horizon_hcb/img/toolpopup/arrow_up.png +0 -0
  1335. package/src/sap/ui/ux3/themes/sap_horizon_hcb/img-RTL/notification_bar/arrows/ArrowBar_up_hover.png +0 -0
  1336. package/src/sap/ui/ux3/themes/sap_horizon_hcb/img-RTL/notification_bar/arrows/DoubleArrow_up_hover.png +0 -0
  1337. package/src/sap/ui/ux3/themes/sap_horizon_hcb/img-RTL/shell/tools/Feed_hover.png +0 -0
  1338. package/src/sap/ui/ux3/themes/sap_horizon_hcb/img-RTL/shell/tools/Inspector_hover.png +0 -0
  1339. package/src/sap/ui/ux3/themes/sap_horizon_hcb/img-RTL/shell/tools/Inspector_selected.png +0 -0
  1340. package/src/sap/ui/ux3/themes/sap_horizon_hcb/img-RTL/shell/tools/Search_hover.png +0 -0
  1341. package/src/sap/ui/ux3/themes/sap_horizon_hcb/library.source.less +35 -0
  1342. package/src/sap/ui/ux3/themes/sap_horizon_hcb/shared.less +3 -0
  1343. package/src/sap/ui/ux3/themes/sap_horizon_hcw/ActionBar.less +204 -0
  1344. package/src/sap/ui/ux3/themes/sap_horizon_hcw/CollectionInspector.less +8 -0
  1345. package/src/sap/ui/ux3/themes/sap_horizon_hcw/DataSet.less +8 -0
  1346. package/src/sap/ui/ux3/themes/sap_horizon_hcw/DataSetSimpleView.less +17 -0
  1347. package/src/sap/ui/ux3/themes/sap_horizon_hcw/Exact.less +8 -0
  1348. package/src/sap/ui/ux3/themes/sap_horizon_hcw/ExactArea.less +12 -0
  1349. package/src/sap/ui/ux3/themes/sap_horizon_hcw/ExactBrowser.less +8 -0
  1350. package/src/sap/ui/ux3/themes/sap_horizon_hcw/ExactList.less +97 -0
  1351. package/src/sap/ui/ux3/themes/sap_horizon_hcw/FacetFilter.less +8 -0
  1352. package/src/sap/ui/ux3/themes/sap_horizon_hcw/FacetFilterList.less +18 -0
  1353. package/src/sap/ui/ux3/themes/sap_horizon_hcw/Feed.less +27 -0
  1354. package/src/sap/ui/ux3/themes/sap_horizon_hcw/FeedChunk.less +150 -0
  1355. package/src/sap/ui/ux3/themes/sap_horizon_hcw/Feeder.less +87 -0
  1356. package/src/sap/ui/ux3/themes/sap_horizon_hcw/NavigationBar.less +36 -0
  1357. package/src/sap/ui/ux3/themes/sap_horizon_hcw/NotificationBar.less +40 -0
  1358. package/src/sap/ui/ux3/themes/sap_horizon_hcw/Overlay.less +8 -0
  1359. package/src/sap/ui/ux3/themes/sap_horizon_hcw/OverlayContainer.less +8 -0
  1360. package/src/sap/ui/ux3/themes/sap_horizon_hcw/QuickView.less +8 -0
  1361. package/src/sap/ui/ux3/themes/sap_horizon_hcw/Shell.less +130 -0
  1362. package/src/sap/ui/ux3/themes/sap_horizon_hcw/ShellColorPicker.less +8 -0
  1363. package/src/sap/ui/ux3/themes/sap_horizon_hcw/ShellPersonalization.less +8 -0
  1364. package/src/sap/ui/ux3/themes/sap_horizon_hcw/ThingInspector.less +12 -0
  1365. package/src/sap/ui/ux3/themes/sap_horizon_hcw/ThingViewer.less +8 -0
  1366. package/src/sap/ui/ux3/themes/sap_horizon_hcw/ToolPopup.less +32 -0
  1367. package/src/sap/ui/ux3/themes/sap_horizon_hcw/img/exact/tophead.gif +0 -0
  1368. package/src/sap/ui/ux3/themes/sap_horizon_hcw/img/feed/ico12_click.png +0 -0
  1369. package/src/sap/ui/ux3/themes/sap_horizon_hcw/img/menu_follow.png +0 -0
  1370. package/src/sap/ui/ux3/themes/sap_horizon_hcw/img/menu_hold.png +0 -0
  1371. package/src/sap/ui/ux3/themes/sap_horizon_hcw/img/menu_unlisten.png +0 -0
  1372. package/src/sap/ui/ux3/themes/sap_horizon_hcw/img/navigationbar/facetNext.png +0 -0
  1373. package/src/sap/ui/ux3/themes/sap_horizon_hcw/img/navigationbar/facetPrev.png +0 -0
  1374. package/src/sap/ui/ux3/themes/sap_horizon_hcw/img/notification_bar/alert_white_24.png +0 -0
  1375. package/src/sap/ui/ux3/themes/sap_horizon_hcw/img/notification_bar/arrows/ArrowBar_down.png +0 -0
  1376. package/src/sap/ui/ux3/themes/sap_horizon_hcw/img/notification_bar/arrows/ArrowBar_down_hover.png +0 -0
  1377. package/src/sap/ui/ux3/themes/sap_horizon_hcw/img/notification_bar/arrows/ArrowBar_up.png +0 -0
  1378. package/src/sap/ui/ux3/themes/sap_horizon_hcw/img/notification_bar/arrows/ArrowBar_up_hover.png +0 -0
  1379. package/src/sap/ui/ux3/themes/sap_horizon_hcw/img/notification_bar/arrows/DoubleArrow_down.png +0 -0
  1380. package/src/sap/ui/ux3/themes/sap_horizon_hcw/img/notification_bar/arrows/DoubleArrow_down_hover.png +0 -0
  1381. package/src/sap/ui/ux3/themes/sap_horizon_hcw/img/notification_bar/arrows/DoubleArrow_up.png +0 -0
  1382. package/src/sap/ui/ux3/themes/sap_horizon_hcw/img/notification_bar/arrows/DoubleArrow_up_hover.png +0 -0
  1383. package/src/sap/ui/ux3/themes/sap_horizon_hcw/img/notification_bar/notification_24.png +0 -0
  1384. package/src/sap/ui/ux3/themes/sap_horizon_hcw/img/shell/LogOut_icon.png +0 -0
  1385. package/src/sap/ui/ux3/themes/sap_horizon_hcw/img/shell/tools/Feed_hover.png +0 -0
  1386. package/src/sap/ui/ux3/themes/sap_horizon_hcw/img/shell/tools/Inspector_hover.png +0 -0
  1387. package/src/sap/ui/ux3/themes/sap_horizon_hcw/img/shell/tools/Inspector_selected.png +0 -0
  1388. package/src/sap/ui/ux3/themes/sap_horizon_hcw/img/shell/tools/Search_hover.png +0 -0
  1389. package/src/sap/ui/ux3/themes/sap_horizon_hcw/img/toolpopup/arrow_down.png +0 -0
  1390. package/src/sap/ui/ux3/themes/sap_horizon_hcw/img/toolpopup/arrow_left.png +0 -0
  1391. package/src/sap/ui/ux3/themes/sap_horizon_hcw/img/toolpopup/arrow_right.png +0 -0
  1392. package/src/sap/ui/ux3/themes/sap_horizon_hcw/img/toolpopup/arrow_up.png +0 -0
  1393. package/src/sap/ui/ux3/themes/sap_horizon_hcw/img-RTL/notification_bar/arrows/ArrowBar_up_hover.png +0 -0
  1394. package/src/sap/ui/ux3/themes/sap_horizon_hcw/img-RTL/notification_bar/arrows/DoubleArrow_up_hover.png +0 -0
  1395. package/src/sap/ui/ux3/themes/sap_horizon_hcw/img-RTL/shell/tools/Feed_hover.png +0 -0
  1396. package/src/sap/ui/ux3/themes/sap_horizon_hcw/img-RTL/shell/tools/Inspector_hover.png +0 -0
  1397. package/src/sap/ui/ux3/themes/sap_horizon_hcw/img-RTL/shell/tools/Inspector_selected.png +0 -0
  1398. package/src/sap/ui/ux3/themes/sap_horizon_hcw/img-RTL/shell/tools/Search_hover.png +0 -0
  1399. package/src/sap/ui/ux3/themes/sap_horizon_hcw/library.source.less +35 -0
  1400. package/src/sap/ui/ux3/themes/sap_horizon_hcw/shared.less +3 -0
  1401. package/src/sap/uxap/themes/sap_horizon/AnchorBar.less +11 -9
  1402. package/src/sap/uxap/themes/sap_horizon/HierarchicalSelect.less +3 -3
  1403. package/src/sap/uxap/themes/sap_horizon/ObjectPageLayout.less +6 -9
  1404. package/src/sap/uxap/themes/sap_horizon/ObjectPageSection.less +3 -3
  1405. package/src/sap/uxap/themes/sap_horizon/ObjectPageSubSection.less +4 -11
  1406. package/src/sap/uxap/themes/sap_horizon_dark/AnchorBar.less +324 -0
  1407. package/src/sap/uxap/themes/sap_horizon_dark/HierarchicalSelect.less +201 -0
  1408. package/src/sap/uxap/themes/sap_horizon_dark/IconTabBar.less +21 -0
  1409. package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageHeader.less +133 -0
  1410. package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageHeaderContent.less +120 -0
  1411. package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageLayout.less +107 -0
  1412. package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSection.less +84 -0
  1413. package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSubSection.less +96 -0
  1414. package/src/sap/uxap/themes/sap_horizon_dark/library.source.less +18 -0
  1415. package/src/sap/uxap/themes/sap_horizon_hcb/AnchorBar.less +162 -0
  1416. package/src/sap/uxap/themes/sap_horizon_hcb/BreadCrumbs.less +27 -0
  1417. package/src/sap/uxap/themes/sap_horizon_hcb/HierarchicalSelect.less +159 -0
  1418. package/src/sap/uxap/themes/sap_horizon_hcb/IconTabBar.less +21 -0
  1419. package/src/sap/uxap/themes/sap_horizon_hcb/ObjectPageHeader.less +119 -0
  1420. package/src/sap/uxap/themes/sap_horizon_hcb/ObjectPageHeaderContent.less +99 -0
  1421. package/src/sap/uxap/themes/sap_horizon_hcb/ObjectPageLayout.less +76 -0
  1422. package/src/sap/uxap/themes/sap_horizon_hcb/ObjectPageSection.less +55 -0
  1423. package/src/sap/uxap/themes/sap_horizon_hcb/ObjectPageSubSection.less +52 -0
  1424. package/src/sap/uxap/themes/sap_horizon_hcb/library.source.less +19 -0
  1425. package/src/sap/uxap/themes/sap_horizon_hcw/AnchorBar.less +172 -0
  1426. package/src/sap/uxap/themes/sap_horizon_hcw/BreadCrumbs.less +27 -0
  1427. package/src/sap/uxap/themes/sap_horizon_hcw/HierarchicalSelect.less +159 -0
  1428. package/src/sap/uxap/themes/sap_horizon_hcw/IconTabBar.less +21 -0
  1429. package/src/sap/uxap/themes/sap_horizon_hcw/ObjectPageHeader.less +119 -0
  1430. package/src/sap/uxap/themes/sap_horizon_hcw/ObjectPageHeaderContent.less +99 -0
  1431. package/src/sap/uxap/themes/sap_horizon_hcw/ObjectPageLayout.less +76 -0
  1432. package/src/sap/uxap/themes/sap_horizon_hcw/ObjectPageSection.less +55 -0
  1433. package/src/sap/uxap/themes/sap_horizon_hcw/ObjectPageSubSection.less +52 -0
  1434. package/src/sap/uxap/themes/sap_horizon_hcw/library.source.less +19 -0
  1435. package/src/sap/m/themes/sap_horizon/NotificationListItem.less +0 -27
  1436. package/src/sap/m/themes/sap_horizon/ScrollContainer.less +0 -19
  1437. package/src/sap/ui/rta/themes/sap_horizon/Toolbar.standalone.less +0 -7
@@ -0,0 +1,2128 @@
1
+ // /**
2
+ // * Copyright (c) 2012-2020 SAP SE or an SAP affiliate company. All rights reserved.
3
+ // * Theming Engine 1.69.2
4
+ // * data:{"sModified":"2022-04-26T06:31:06Z"}
5
+ // */
6
+
7
+
8
+ /******************* FILE /Base/baseLib/sap_horizon_dark/base.less (Version 11.1.39) *******************/
9
+
10
+
11
+ // [Tags "SapInternal", "Base", "Dimension", "Protected"]
12
+ @sapContent_GridSize: 1rem;
13
+
14
+ // [Tags "SapInternal", "Base", "Palette", "Color", "Protected"]
15
+ @sapPrimary1: #1d2d3e;
16
+
17
+ // [Tags "SapInternal", "Base", "Palette", "Color", "Protected"]
18
+ @sapPrimary2: #4db1ff;
19
+
20
+ // [Tags "SapInternal", "Base", "Palette", "Color", "Protected"]
21
+ @sapPrimary3: #1d232a;
22
+
23
+ // [Tags "SapInternal", "Base", "Palette", "Color", "Protected"]
24
+ @sapPrimary4: #12171c;
25
+
26
+ // [Tags "SapInternal", "Base", "Palette", "Color", "Protected"]
27
+ @sapPrimary5: #a9b4be;
28
+
29
+ // [Tags "SapInternal", "Base", "Palette", "Color", "Protected"]
30
+ @sapPrimary6: #eaecee;
31
+
32
+ // [Tags "SapInternal", "Base", "Palette", "Color", "Protected"]
33
+ @sapPrimary7: #8396A8;
34
+
35
+ // [Label "Shell Background Pattern Color"]
36
+ // [Description "The background pattern color of the shell. To turn off the pattern set the value to 'transparent'."]
37
+ // [Tags "ThemeSpecific", "Base", "Shell", "Color", "!Protected"]
38
+ @sapShell_BackgroundPatternColor: transparent;
39
+
40
+ // [Tags "!Protected"]
41
+ @sapBrandColor: #0070f2;
42
+
43
+ // [Tags "!Protected"]
44
+ @sapHighlightColor: @sapPrimary2;
45
+
46
+ // [Tags "!Protected"]
47
+ @sapBaseColor: @sapPrimary3;
48
+
49
+ // [Tags "!Protected"]
50
+ @sapShellColor: @sapBaseColor;
51
+
52
+ // [Tags "!Protected"]
53
+ @sapBackgroundColor: @sapPrimary4;
54
+
55
+ // [Tags "!Protected"]
56
+ @sapFontFamily: "72", "72full", Arial, Helvetica, sans-serif;
57
+
58
+ // [Tags "!Protected"]
59
+ @sapFontSize: 0.875 * @sapContent_GridSize;
60
+
61
+ // [Tags "!Protected"]
62
+ @sapTextColor: @sapPrimary6;
63
+
64
+ // [Tags "!Protected"]
65
+ @sapLinkColor: @sapPrimary2;
66
+
67
+ // [Tags "!Protected"]
68
+ @sapCompanyLogo: none;
69
+
70
+ // [Tags "!Protected"]
71
+ @sapBackgroundImage: none;
72
+
73
+ // [Tags "!Protected"]
74
+ @sapBackgroundImageOpacity: 1.0;
75
+
76
+ // [Tags "!Protected"]
77
+ @sapBackgroundImageRepeat: false;
78
+
79
+ // [Tags "!Protected"]
80
+ @sapSelectedColor: @sapHighlightColor;
81
+
82
+ // [Tags "!Protected"]
83
+ @sapActiveColor: darken(@sapPrimary4, 8);
84
+
85
+ // [Tags "!Protected"]
86
+ @sapHighlightTextColor: contrast(@sapHighlightColor, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
87
+
88
+ // [Tags "!Protected"]
89
+ @sapTitleColor: @sapTextColor;
90
+
91
+ // [Tags "!Protected"]
92
+ @sapNegativeColor: #fa6161;
93
+
94
+ // [Tags "!Protected"]
95
+ @sapCriticalColor: #ffdf72;
96
+
97
+ // [Tags "!Protected"]
98
+ @sapPositiveColor: #97dd40;
99
+
100
+ // [Tags "!Protected"]
101
+ @sapInformativeColor: #4db1ff;
102
+
103
+ // [Tags "!Protected"]
104
+ @sapNeutralColor: #a9b4be;
105
+
106
+ // [Tags "!Protected"]
107
+ @sapNegativeElementColor: @sapNegativeColor;
108
+
109
+ // [Tags "!Protected"]
110
+ @sapCriticalElementColor: darken(@sapCriticalColor, 24);
111
+
112
+ // [Tags "!Protected"]
113
+ @sapPositiveElementColor: darken(@sapPositiveColor, 16);
114
+
115
+ // [Tags "!Protected"]
116
+ @sapInformativeElementColor: @sapInformativeColor;
117
+
118
+ // [Tags "!Protected"]
119
+ @sapNeutralElementColor: @sapNeutralColor;
120
+
121
+ // [Tags "!Protected"]
122
+ @sapNegativeTextColor: @sapNegativeColor;
123
+
124
+ // [Tags "!Protected"]
125
+ @sapCriticalTextColor: @sapCriticalColor;
126
+
127
+ // [Tags "!Protected"]
128
+ @sapPositiveTextColor: @sapPositiveColor;
129
+
130
+ // [Tags "!Protected"]
131
+ @sapInformativeTextColor: @sapInformativeColor;
132
+
133
+ // [Tags "!Protected"]
134
+ @sapNeutralTextColor: @sapTextColor;
135
+
136
+ // [Tags "!Protected"]
137
+ @sapErrorColor: @sapNegativeColor;
138
+
139
+ // [Tags "!Protected"]
140
+ @sapWarningColor: @sapCriticalColor;
141
+
142
+ // [Tags "!Protected"]
143
+ @sapSuccessColor: @sapPositiveColor;
144
+
145
+ // [Tags "!Protected"]
146
+ @sapInformationColor: @sapInformativeColor;
147
+
148
+ // [Tags "!Protected"]
149
+ @sapErrorBackground: #350000;
150
+
151
+ // [Tags "!Protected"]
152
+ @sapWarningBackground: #382700;
153
+
154
+ // [Tags "!Protected"]
155
+ @sapSuccessBackground: #11331a;
156
+
157
+ // [Tags "!Protected"]
158
+ @sapInformationBackground: #00144a;
159
+
160
+ // [Tags "!Protected"]
161
+ @sapNeutralBackground: #242e38;
162
+
163
+ // [Tags "!Protected"]
164
+ @sapErrorBorderColor: @sapErrorColor;
165
+
166
+ // [Tags "!Protected"]
167
+ @sapWarningBorderColor: darken(@sapWarningColor, 24);
168
+
169
+ // [Tags "!Protected"]
170
+ @sapSuccessBorderColor: darken(@sapSuccessColor, 16);
171
+
172
+ // [Tags "!Protected"]
173
+ @sapInformationBorderColor: @sapInformationColor;
174
+
175
+ // [Tags "!Protected"]
176
+ @sapNeutralBorderColor: @sapNeutralColor;
177
+
178
+ // [Tags "Protected"]
179
+ @sapElement_LineHeight: 2.75 * @sapContent_GridSize;
180
+
181
+ // [Tags "Protected"]
182
+ @sapElement_Height: 2.25 * @sapContent_GridSize;
183
+
184
+ // [Tags "Protected"]
185
+ @sapElement_BorderWidth: 0.0625 * @sapContent_GridSize;
186
+
187
+ // [Tags "!Protected"]
188
+ @sapElement_BorderCornerRadius: 0.75 * @sapContent_GridSize;
189
+
190
+ // [Tags "Protected"]
191
+ @sapElement_Compact_LineHeight: 2 * @sapContent_GridSize;
192
+
193
+ // [Tags "Protected"]
194
+ @sapElement_Compact_Height: 1.625 * @sapContent_GridSize;
195
+
196
+ // [Tags "Protected"]
197
+ @sapElement_Condensed_LineHeight: 1.5 * @sapContent_GridSize;
198
+
199
+ // [Tags "Protected"]
200
+ @sapElement_Condensed_Height: 1.375 * @sapContent_GridSize;
201
+
202
+ // [Tags "!Protected"]
203
+ @sapContent_LineHeight: 1.5;
204
+
205
+ // [Tags "!Protected"]
206
+ @sapContent_IconHeight: @sapContent_GridSize;
207
+
208
+ // [Tags "!Protected"]
209
+ @sapContent_IconColor: @sapTextColor;
210
+
211
+ // [Tags "!Protected"]
212
+ @sapContent_ContrastIconColor: @sapContent_ContrastTextColor;
213
+
214
+ // [Tags "!Protected"]
215
+ @sapContent_NonInteractiveIconColor: @sapPrimary5;
216
+
217
+ // [Tags "!Protected"]
218
+ @sapContent_MarkerIconColor: @sapAccentColor5;
219
+
220
+ // [Tags "!Protected"]
221
+ @sapContent_MarkerTextColor: @sapAccentColor7;
222
+
223
+ // [Tags "!Protected"]
224
+ @sapContent_MeasureIndicatorColor: @sapField_BorderColor;
225
+
226
+ // [Tags "!Protected"]
227
+ @sapContent_Selected_MeasureIndicatorColor: @sapHighlightColor;
228
+
229
+ // [Tags "!Protected"]
230
+ @sapContent_Placeholderloading_Background: lighten(@sapBaseColor, 20);
231
+
232
+ // [Tags "!Protected"]
233
+ @sapContent_Placeholderloading_Gradient: linear-gradient(to right, @sapContent_Placeholderloading_Background 0%, @sapContent_Placeholderloading_Background 20%, lighten(@sapContent_Placeholderloading_Background, 20) 50%, @sapContent_Placeholderloading_Background 80%, @sapContent_Placeholderloading_Background 100%);
234
+
235
+ // [Tags "!Protected"]
236
+ @sapContent_ImagePlaceholderBackground: @sapAccentBackgroundColor10;
237
+
238
+ // [Tags "!Protected"]
239
+ @sapContent_ImagePlaceholderForegroundColor: @sapAccentColor10;
240
+
241
+ // [Tags "!Protected"]
242
+ @sapContent_RatedColor: @sapAccentColor1;
243
+
244
+ // [Tags "!Protected"]
245
+ @sapContent_UnratedColor: @sapPrimary5;
246
+
247
+ // [Tags "!Protected"]
248
+ @sapContent_BusyColor: @sapHighlightColor;
249
+
250
+ // [Tags "!Protected"]
251
+ @sapContent_FocusColor: @sapPrimary2;
252
+
253
+ // [Tags "!Protected"]
254
+ @sapContent_FocusStyle: solid;
255
+
256
+ // [Tags "!Protected"]
257
+ @sapContent_FocusWidth: 0.125 * @sapContent_GridSize;
258
+
259
+ // [Tags "!Protected"]
260
+ @sapContent_ContrastFocusColor: #000;
261
+
262
+ // [Tags "!Protected"]
263
+ @sapContent_ShadowColor: #000;
264
+
265
+ // [Tags "!Protected"]
266
+ @sapContent_ContrastShadowColor: #fff;
267
+
268
+ // [Tags "!Protected"]
269
+ @sapContent_Shadow0: 0 0 0.125rem 0 fade(@sapContent_ContrastShadowColor, 20), 0 0.125rem 0.5rem 0 fade(@sapContent_ShadowColor, 30);
270
+
271
+ // [Tags "!Protected"]
272
+ @sapContent_Shadow1: 0 0 0 0.0625rem fade(@sapContent_ContrastShadowColor, 35), 0 0.125rem 0.5rem 0 fade(@sapContent_ShadowColor, 60);
273
+
274
+ // [Tags "!Protected"]
275
+ @sapContent_Shadow2: 0 0 0 0.0625rem fade(@sapContent_ContrastShadowColor, 35), 0 0.625rem 1.875rem 0 fade(@sapContent_ShadowColor, 60);
276
+
277
+ // [Tags "!Protected"]
278
+ @sapContent_Shadow3: 0 0 0 0.0625rem fade(@sapContent_ContrastShadowColor, 35), 0 1.25rem 5rem 0 fade(@sapContent_ShadowColor, 60);
279
+
280
+ // [Tags "!Protected"]
281
+ @sapContent_TextShadow: 0 0 0.125rem @sapContent_ShadowColor;
282
+
283
+ // [Tags "!Protected"]
284
+ @sapContent_ContrastTextShadow: none;
285
+
286
+ // [Tags "!Protected"]
287
+ @sapContent_HeaderShadow: 0 0.125rem 0.125rem 0 fade(@sapContent_ShadowColor, 20), inset 0 -0.0625rem 0 0 @sapObjectHeader_BorderColor;
288
+
289
+ // [Tags "!Protected"]
290
+ @sapContent_Interaction_Shadow: 0 0 0.125rem 0 fade(@sapNeutralColor, 72);
291
+
292
+ // [Tags "!Protected"]
293
+ @sapContent_Selected_Shadow: 0 0 0.125rem 0 fade(@sapSelectedColor, 72);
294
+
295
+ // [Tags "!Protected"]
296
+ @sapContent_Negative_Shadow: 0 0 0.125rem 0 fade(@sapNegativeColor, 72);
297
+
298
+ // [Tags "!Protected"]
299
+ @sapContent_Critical_Shadow: 0 0 0.125rem 0 fade(@sapCriticalColor, 72);
300
+
301
+ // [Tags "!Protected"]
302
+ @sapContent_Positive_Shadow: 0 0 0.125rem 0 fade(@sapPositiveColor, 72);
303
+
304
+ // [Tags "!Protected"]
305
+ @sapContent_Informative_Shadow: 0 0 0.125rem 0 fade(@sapInformativeColor, 72);
306
+
307
+ // [Tags "!Protected"]
308
+ @sapContent_Neutral_Shadow: 0 0 0.125rem 0 fade(@sapNeutralColor, 72);
309
+
310
+ // [Tags "!Protected"]
311
+ @sapContent_SearchHighlightColor: #046c7a;
312
+
313
+ // [Tags "!Protected"]
314
+ @sapContent_HelpColor: #5dc122;
315
+
316
+ // [Tags "!Protected"]
317
+ @sapContent_LabelColor: @sapPrimary7;
318
+
319
+ // [Tags "!Protected"]
320
+ @sapContent_MonospaceFontFamily: "72Mono", "72Monofull", lucida console, monospace;
321
+
322
+ // [Tags "!Protected"]
323
+ @sapContent_MonospaceBoldFontFamily: "72Mono-Bold", "72Mono-Boldfull", lucida console, monospace;
324
+
325
+ // [Tags "!Protected"]
326
+ @sapContent_IconFontFamily: "SAP-icons";
327
+
328
+ // [Tags "!Protected"]
329
+ @sapContent_DisabledTextColor: fade(@sapTextColor, (100 - (@sapContent_DisabledOpacity * 100)));
330
+
331
+ // [Tags "!Protected"]
332
+ @sapContent_DisabledOpacity: 0.4;
333
+
334
+ // [Tags "!Protected"]
335
+ @sapContent_ContrastTextThreshold: 0.5;
336
+
337
+ // [Tags "!Protected"]
338
+ @sapContent_ContrastTextColor: @sapPrimary3;
339
+
340
+ // [Tags "!Protected"]
341
+ @sapContent_ForegroundColor: darken(@sapBaseColor, 6.1);
342
+
343
+ // [Tags "!Protected"]
344
+ @sapContent_ForegroundBorderColor: @sapPrimary5;
345
+
346
+ // [Tags "!Protected"]
347
+ @sapContent_ForegroundTextColor: contrast(@sapContent_ForegroundColor, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
348
+
349
+ // [Tags "!Protected"]
350
+ @sapContent_BadgeBackground: @sapAccentColor2;
351
+
352
+ // [Tags "!Protected"]
353
+ @sapContent_BadgeTextColor: contrast(@sapContent_BadgeBackground, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
354
+
355
+ // [Tags "!Protected"]
356
+ @sapContent_DragAndDropActiveColor: @sapHighlightColor;
357
+
358
+ // [Tags "!Protected"]
359
+ @sapContent_Selected_TextColor: contrast(@sapContent_Selected_Background, @sapSelectedColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
360
+
361
+ // [Tags "!Protected"]
362
+ @sapContent_Selected_Background: @sapPrimary3;
363
+
364
+ // [Tags "!Protected"]
365
+ @sapContent_Selected_Hover_Background: @sapContent_Selected_Background;
366
+
367
+ // [Tags "!Protected"]
368
+ @sapContent_Selected_ForegroundColor: @sapSelectedColor;
369
+
370
+ // [Tags "!Protected"]
371
+ @sapContent_ForcedColorAdjust: none;
372
+
373
+ // [Tags "!Protected"]
374
+ @sapContent_Illustrative_Color1: #5d36ff;
375
+
376
+ // [Tags "!Protected"]
377
+ @sapContent_Illustrative_Color2: #4098ff;
378
+
379
+ // [Tags "!Protected"]
380
+ @sapContent_Illustrative_Color3: #f58b00;
381
+
382
+ // [Tags "!Protected"]
383
+ @sapContent_Illustrative_Color4: #5581ae;
384
+
385
+ // [Tags "!Protected"]
386
+ @sapContent_Illustrative_Color5: #fff;
387
+
388
+ // [Tags "!Protected"]
389
+ @sapContent_Illustrative_Color6: #b9c1c6;
390
+
391
+ // [Tags "!Protected"]
392
+ @sapContent_Illustrative_Color7: #223548;
393
+
394
+ // [Tags "!Protected"]
395
+ @sapContent_Illustrative_Color8: #fff;
396
+
397
+ // [Tags "!Protected"]
398
+ @sapContent_Illustrative_Color9: #64edd2;
399
+
400
+ // [Tags "!Protected"]
401
+ @sapContent_Illustrative_Color10: #ebf8ff;
402
+
403
+ // [Tags "!Protected"]
404
+ @sapContent_Illustrative_Color11: #f31ded;
405
+
406
+ // [Tags "!Protected"]
407
+ @sapContent_Illustrative_Color12: #00a800;
408
+
409
+ // [Tags "!Protected"]
410
+ @sapContent_Illustrative_Color13: #1782ff;
411
+
412
+ // [Tags "!Protected"]
413
+ @sapContent_Illustrative_Color14: #0070f3;
414
+
415
+ // [Tags "!Protected"]
416
+ @sapContent_Illustrative_Color15: #cc7400;
417
+
418
+ // [Tags "!Protected"]
419
+ @sapContent_Illustrative_Color16: #3b0ac6;
420
+
421
+ // [Tags "!Protected"]
422
+ @sapContent_Illustrative_Color17: #00a58a;
423
+
424
+ // [Tags "!Protected"]
425
+ @sapContent_Illustrative_Color18: #2a4259;
426
+
427
+ // [Tags "!Protected"]
428
+ @sapContent_Illustrative_Color19: #324e6b;
429
+
430
+ // [Tags "!Protected"]
431
+ @sapContent_Illustrative_Color20: #3b5b7c;
432
+
433
+ // [Tags "!Protected"]
434
+ @sapFontLightFamily: "72-Light", "72-Lightfull", "72", "72full", Arial, Helvetica, sans-serif;
435
+
436
+ // [Tags "!Protected"]
437
+ @sapFontBoldFamily: "72-Bold", "72-Boldfull", "72", "72full", Arial, Helvetica, sans-serif;
438
+
439
+ // [Tags "!Protected"]
440
+ @sapFontSemiboldFamily: "72-Semibold", "72-Semiboldfull", "72", "72full", Arial, Helvetica, sans-serif;
441
+
442
+ // [Tags "!Protected"]
443
+ @sapFontSemiboldDuplexFamily: "72-SemiboldDuplex", "72-SemiboldDuplexfull", "72", "72full", Arial, Helvetica, sans-serif;
444
+
445
+ // [Tags "!Protected"]
446
+ @sapFontBlackFamily: "72Black", "72", "72full", Arial, Helvetica, sans-serif;
447
+
448
+ // [Tags "!Protected"]
449
+ @sapFontHeaderFamily: @sapFontBoldFamily;
450
+
451
+ // [Tags "!Protected"]
452
+ @sapFontSmallSize: 0.75 * @sapContent_GridSize;
453
+
454
+ // [Tags "!Protected"]
455
+ @sapFontLargeSize: 1.0 * @sapContent_GridSize;
456
+
457
+ // [Tags "!Protected"]
458
+ @sapFontHeader1Size: 3.0 * @sapContent_GridSize;
459
+
460
+ // [Tags "!Protected"]
461
+ @sapFontHeader2Size: 2.0 * @sapContent_GridSize;
462
+
463
+ // [Tags "!Protected"]
464
+ @sapFontHeader3Size: 1.5 * @sapContent_GridSize;
465
+
466
+ // [Tags "!Protected"]
467
+ @sapFontHeader4Size: 1.25 * @sapContent_GridSize;
468
+
469
+ // [Tags "!Protected"]
470
+ @sapFontHeader5Size: 1.0 * @sapContent_GridSize;
471
+
472
+ // [Tags "!Protected"]
473
+ @sapFontHeader6Size: 0.875 * @sapContent_GridSize;
474
+
475
+ // [Tags "!Protected"]
476
+ @sapLink_Hover_Color: darken(@sapPrimary2, 7);
477
+
478
+ // [Tags "!Protected"]
479
+ @sapLink_Active_Color: @sapLinkColor;
480
+
481
+ // [Tags "!Protected"]
482
+ @sapLink_Visited_Color: @sapLinkColor;
483
+
484
+ // [Tags "!Protected"]
485
+ @sapLink_InvertedColor: lighten(@sapLinkColor, 22);
486
+
487
+ // [Tags "!Protected"]
488
+ @sapLink_SubtleColor: @sapTextColor;
489
+
490
+ // [Tags "!Protected"]
491
+ @sapShell_Background: @sapBackgroundColor;
492
+
493
+ // [Tags "!Protected"]
494
+ @sapShell_BackgroundImage: linear-gradient(to bottom, @sapShell_Background, @sapShell_Background);
495
+
496
+ // [Tags "!Protected"]
497
+ @sapShell_BackgroundImageOpacity: 1.0;
498
+
499
+ // [Tags "!Protected"]
500
+ @sapShell_BackgroundImageRepeat: false;
501
+
502
+ // [Tags "!Protected"]
503
+ @sapShell_BorderColor: @sapShellColor;
504
+
505
+ // [Tags "!Protected"]
506
+ @sapShell_TextColor: contrast(@sapShellColor, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
507
+
508
+ // [Tags "!Protected"]
509
+ @sapShell_InteractiveBackground: @sapField_Background;
510
+
511
+ // [Tags "!Protected"]
512
+ @sapShell_InteractiveTextColor: @sapShell_TextColor;
513
+
514
+ // [Tags "!Protected"]
515
+ @sapShell_InteractiveBorderColor: @sapField_BorderColor;
516
+
517
+ // [Tags "!Protected"]
518
+ @sapShell_GroupTitleTextColor: @sapTitleColor;
519
+
520
+ // [Tags "!Protected"]
521
+ @sapShell_GroupTitleTextShadow: 0 0 0.125 * @sapContent_GridSize contrast(@sapShell_GroupTitleTextColor, @sapContent_ShadowColor, @sapContent_ContrastShadowColor, @sapContent_ContrastTextThreshold);
522
+
523
+ // [Tags "!Protected"]
524
+ @sapShell_Hover_Background: @sapShellColor;
525
+
526
+ // [Tags "!Protected"]
527
+ @sapShell_Active_Background: @sapShellColor;
528
+
529
+ // [Tags "!Protected"]
530
+ @sapShell_Active_TextColor: contrast(@sapShell_Active_Background, @sapPrimary2, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
531
+
532
+ // [Tags "!Protected"]
533
+ @sapShell_Selected_Background: @sapShellColor;
534
+
535
+ // [Tags "!Protected"]
536
+ @sapShell_Selected_TextColor: contrast(@sapShell_Selected_Background, @sapPrimary2, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
537
+
538
+ // [Tags "!Protected"]
539
+ @sapShell_Selected_Hover_Background: @sapShellColor;
540
+
541
+ // [Tags "!Protected"]
542
+ @sapShell_Favicon: none;
543
+
544
+ // [Tags "!Protected"]
545
+ @sapShell_Navigation_Background: @sapShellColor;
546
+
547
+ // [Tags "!Protected"]
548
+ @sapShell_Navigation_Hover_Background: @sapShell_Hover_Background;
549
+
550
+ // [Tags "!Protected"]
551
+ @sapShell_Navigation_SelectedColor: @sapShell_Navigation_Selected_TextColor;
552
+
553
+ // [Tags "!Protected"]
554
+ @sapShell_Navigation_Selected_TextColor: contrast(@sapShell_Navigation_Background, @sapHighlightColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
555
+
556
+ // [Tags "!Protected"]
557
+ @sapShell_Navigation_TextColor: contrast(@sapShell_Navigation_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
558
+
559
+ // [Tags "!Protected"]
560
+ @sapShell_Navigation_Active_TextColor: contrast(@sapShell_Navigation_Active_Background, @sapHighlightColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
561
+
562
+ // [Tags "!Protected"]
563
+ @sapShell_Navigation_Active_Background: @sapShell_Active_Background;
564
+
565
+ // [Tags "!Protected"]
566
+ @sapShell_Shadow: 0 0.125rem 0.125rem 0 fade(@sapContent_ShadowColor, 80), inset 0 -0.0625rem 0 0 fade(@sapContent_ContrastShadowColor, 20);
567
+
568
+ // [Tags "!Protected"]
569
+ @sapShell_NegativeColor: @sapNegativeTextColor;
570
+
571
+ // [Tags "!Protected"]
572
+ @sapShell_CriticalColor: @sapCriticalTextColor;
573
+
574
+ // [Tags "!Protected"]
575
+ @sapShell_PositiveColor: @sapPositiveTextColor;
576
+
577
+ // [Tags "!Protected"]
578
+ @sapShell_InformativeColor: @sapInformativeTextColor;
579
+
580
+ // [Tags "!Protected"]
581
+ @sapShell_NeutralColor: @sapNeutralTextColor;
582
+
583
+ // [Tags "!Protected"]
584
+ @sapAvatar_1_Background: @sapAccentBackgroundColor1;
585
+
586
+ // [Tags "!Protected"]
587
+ @sapAvatar_1_BorderColor: @sapAvatar_1_Background;
588
+
589
+ // [Tags "!Protected"]
590
+ @sapAvatar_1_TextColor: contrast(@sapAvatar_1_Background, @sapAccentColor1, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
591
+
592
+ // [Tags "!Protected"]
593
+ @sapAvatar_2_Background: @sapAccentBackgroundColor2;
594
+
595
+ // [Tags "!Protected"]
596
+ @sapAvatar_2_BorderColor: @sapAvatar_2_Background;
597
+
598
+ // [Tags "!Protected"]
599
+ @sapAvatar_2_TextColor: contrast(@sapAvatar_2_Background, @sapAccentColor2, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
600
+
601
+ // [Tags "!Protected"]
602
+ @sapAvatar_3_Background: @sapAccentBackgroundColor3;
603
+
604
+ // [Tags "!Protected"]
605
+ @sapAvatar_3_BorderColor: @sapAvatar_3_Background;
606
+
607
+ // [Tags "!Protected"]
608
+ @sapAvatar_3_TextColor: contrast(@sapAvatar_3_Background, @sapAccentColor3, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
609
+
610
+ // [Tags "!Protected"]
611
+ @sapAvatar_4_Background: @sapAccentBackgroundColor4;
612
+
613
+ // [Tags "!Protected"]
614
+ @sapAvatar_4_BorderColor: @sapAvatar_4_Background;
615
+
616
+ // [Tags "!Protected"]
617
+ @sapAvatar_4_TextColor: contrast(@sapAvatar_4_Background, @sapAccentColor4, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
618
+
619
+ // [Tags "!Protected"]
620
+ @sapAvatar_5_Background: @sapAccentBackgroundColor5;
621
+
622
+ // [Tags "!Protected"]
623
+ @sapAvatar_5_BorderColor: @sapAvatar_5_Background;
624
+
625
+ // [Tags "!Protected"]
626
+ @sapAvatar_5_TextColor: contrast(@sapAvatar_5_Background, @sapAccentColor5, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
627
+
628
+ // [Tags "!Protected"]
629
+ @sapAvatar_6_Background: @sapAccentBackgroundColor6;
630
+
631
+ // [Tags "!Protected"]
632
+ @sapAvatar_6_BorderColor: @sapAvatar_6_Background;
633
+
634
+ // [Tags "!Protected"]
635
+ @sapAvatar_6_TextColor: contrast(@sapAvatar_6_Background, @sapAccentColor6, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
636
+
637
+ // [Tags "!Protected"]
638
+ @sapAvatar_7_Background: @sapAccentBackgroundColor7;
639
+
640
+ // [Tags "!Protected"]
641
+ @sapAvatar_7_BorderColor: @sapAvatar_7_Background;
642
+
643
+ // [Tags "!Protected"]
644
+ @sapAvatar_7_TextColor: contrast(@sapAvatar_7_Background, @sapAccentColor7, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
645
+
646
+ // [Tags "!Protected"]
647
+ @sapAvatar_8_Background: @sapAccentBackgroundColor8;
648
+
649
+ // [Tags "!Protected"]
650
+ @sapAvatar_8_BorderColor: @sapAvatar_8_Background;
651
+
652
+ // [Tags "!Protected"]
653
+ @sapAvatar_8_TextColor: contrast(@sapAvatar_8_Background, @sapAccentColor8, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
654
+
655
+ // [Tags "!Protected"]
656
+ @sapAvatar_9_Background: @sapAccentBackgroundColor9;
657
+
658
+ // [Tags "!Protected"]
659
+ @sapAvatar_9_BorderColor: @sapAvatar_9_Background;
660
+
661
+ // [Tags "!Protected"]
662
+ @sapAvatar_9_TextColor: contrast(@sapAvatar_9_Background, @sapAccentColor9, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
663
+
664
+ // [Tags "!Protected"]
665
+ @sapAvatar_10_Background: @sapAccentBackgroundColor10;
666
+
667
+ // [Tags "!Protected"]
668
+ @sapAvatar_10_BorderColor: @sapAvatar_10_Background;
669
+
670
+ // [Tags "!Protected"]
671
+ @sapAvatar_10_TextColor: contrast(@sapAvatar_10_Background, @sapAccentColor10, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
672
+
673
+ // [Tags "!Protected"]
674
+ @sapButton_Background: lighten(@sapBackgroundColor, 14);
675
+
676
+ // [Tags "!Protected"]
677
+ @sapButton_BorderColor: lighten(@sapBackgroundColor, 14);
678
+
679
+ // [Tags "!Protected"]
680
+ @sapButton_BorderWidth: @sapElement_BorderWidth;
681
+
682
+ // [Tags "!Protected"]
683
+ @sapButton_BorderCornerRadius: 0.5 * @sapContent_GridSize;
684
+
685
+ // [Tags "!Protected"]
686
+ @sapButton_TextColor: contrast(@sapButton_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
687
+
688
+ // [Tags "!Protected"]
689
+ @sapButton_Hover_Background: @sapPrimary3;
690
+
691
+ // [Tags "!Protected"]
692
+ @sapButton_Hover_BorderColor: @sapButton_Hover_Background;
693
+
694
+ // [Tags "!Protected"]
695
+ @sapButton_Hover_TextColor: contrast(@sapButton_Hover_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
696
+
697
+ // [Tags "!Protected"]
698
+ @sapButton_IconColor: contrast(@sapButton_Background, @sapContent_IconColor, @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);
699
+
700
+ // [Tags "!Protected"]
701
+ @sapButton_Active_Background: lighten(@sapActiveColor, 15);
702
+
703
+ // [Tags "!Protected"]
704
+ @sapButton_Active_BorderColor: @sapHighlightColor;
705
+
706
+ // [Tags "!Protected"]
707
+ @sapButton_Active_TextColor: contrast(@sapButton_Active_Background, @sapHighlightColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
708
+
709
+ // [Tags "!Protected"]
710
+ @sapButton_Emphasized_Background: @sapBrandColor;
711
+
712
+ // [Tags "!Protected"]
713
+ @sapButton_Emphasized_BorderColor: @sapButton_Emphasized_Background;
714
+
715
+ // [Tags "!Protected"]
716
+ @sapButton_Emphasized_TextColor: contrast(@sapButton_Emphasized_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
717
+
718
+ // [Tags "!Protected"]
719
+ @sapButton_Emphasized_Hover_Background: darken(@sapButton_Emphasized_Background, 5);
720
+
721
+ // [Tags "!Protected"]
722
+ @sapButton_Emphasized_Hover_BorderColor: darken(@sapButton_Emphasized_Background, 5);
723
+
724
+ // [Tags "!Protected"]
725
+ @sapButton_Emphasized_Hover_TextColor: contrast(@sapButton_Emphasized_Hover_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
726
+
727
+ // [Tags "!Protected"]
728
+ @sapButton_Emphasized_Active_Background: @sapButton_Active_Background;
729
+
730
+ // [Tags "!Protected"]
731
+ @sapButton_Emphasized_Active_BorderColor: @sapButton_Active_BorderColor;
732
+
733
+ // [Tags "!Protected"]
734
+ @sapButton_Emphasized_Active_TextColor: contrast(@sapButton_Emphasized_Active_Background, @sapHighlightColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
735
+
736
+ // [Tags "!Protected"]
737
+ @sapButton_Emphasized_TextShadow: transparent;
738
+
739
+ // [Tags "!Protected"]
740
+ @sapButton_Emphasized_FontWeight: bold;
741
+
742
+ // [Tags "!Protected"]
743
+ @sapButton_Reject_Background: lighten(@sapErrorBackground, 4);
744
+
745
+ // [Tags "!Protected"]
746
+ @sapButton_Reject_BorderColor: @sapButton_Reject_Background;
747
+
748
+ // [Tags "!Protected"]
749
+ @sapButton_Reject_TextColor: contrast(@sapButton_Reject_Background, @sapNegativeTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
750
+
751
+ // [Tags "!Protected"]
752
+ @sapButton_Reject_Hover_Background: @sapButton_Hover_Background;
753
+
754
+ // [Tags "!Protected"]
755
+ @sapButton_Reject_Hover_BorderColor: @sapButton_Hover_BorderColor;
756
+
757
+ // [Tags "!Protected"]
758
+ @sapButton_Reject_Hover_TextColor: contrast(@sapButton_Reject_Hover_Background, @sapNegativeTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
759
+
760
+ // [Tags "!Protected"]
761
+ @sapButton_Reject_Active_Background: @sapButton_Active_Background;
762
+
763
+ // [Tags "!Protected"]
764
+ @sapButton_Reject_Active_BorderColor: @sapErrorBorderColor;
765
+
766
+ // [Tags "!Protected"]
767
+ @sapButton_Reject_Active_TextColor: contrast(@sapButton_Reject_Active_Background, @sapNegativeTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
768
+
769
+ // [Tags "!Protected"]
770
+ @sapButton_Reject_Selected_Background: @sapButton_Reject_Active_Background;
771
+
772
+ // [Tags "!Protected"]
773
+ @sapButton_Reject_Selected_BorderColor: @sapButton_Reject_Active_BorderColor;
774
+
775
+ // [Tags "!Protected"]
776
+ @sapButton_Reject_Selected_TextColor: contrast(@sapButton_Reject_Selected_Background, @sapNegativeTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
777
+
778
+ // [Tags "!Protected"]
779
+ @sapButton_Reject_Selected_Hover_Background: @sapButton_Reject_Selected_Background;
780
+
781
+ // [Tags "!Protected"]
782
+ @sapButton_Reject_Selected_Hover_BorderColor: @sapButton_Reject_Selected_BorderColor;
783
+
784
+ // [Tags "!Protected"]
785
+ @sapButton_Accept_Background: lighten(@sapSuccessBackground, 3);
786
+
787
+ // [Tags "!Protected"]
788
+ @sapButton_Accept_BorderColor: @sapButton_Accept_Background;
789
+
790
+ // [Tags "!Protected"]
791
+ @sapButton_Accept_TextColor: contrast(@sapButton_Accept_Background, @sapPositiveTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
792
+
793
+ // [Tags "!Protected"]
794
+ @sapButton_Accept_Hover_Background: @sapButton_Hover_Background;
795
+
796
+ // [Tags "!Protected"]
797
+ @sapButton_Accept_Hover_BorderColor: @sapButton_Hover_BorderColor;
798
+
799
+ // [Tags "!Protected"]
800
+ @sapButton_Accept_Hover_TextColor: contrast(@sapButton_Accept_Hover_Background, @sapPositiveTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
801
+
802
+ // [Tags "!Protected"]
803
+ @sapButton_Accept_Active_Background: @sapButton_Active_Background;
804
+
805
+ // [Tags "!Protected"]
806
+ @sapButton_Accept_Active_BorderColor: @sapSuccessBorderColor;
807
+
808
+ // [Tags "!Protected"]
809
+ @sapButton_Accept_Active_TextColor: contrast(@sapButton_Accept_Active_Background, @sapPositiveTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
810
+
811
+ // [Tags "!Protected"]
812
+ @sapButton_Accept_Selected_Background: @sapButton_Accept_Active_Background;
813
+
814
+ // [Tags "!Protected"]
815
+ @sapButton_Accept_Selected_BorderColor: @sapButton_Accept_Active_BorderColor;
816
+
817
+ // [Tags "!Protected"]
818
+ @sapButton_Accept_Selected_TextColor: contrast(@sapButton_Accept_Selected_Background, @sapPositiveTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
819
+
820
+ // [Tags "!Protected"]
821
+ @sapButton_Accept_Selected_Hover_Background: @sapButton_Accept_Hover_Background;
822
+
823
+ // [Tags "!Protected"]
824
+ @sapButton_Accept_Selected_Hover_BorderColor: @sapButton_Accept_Selected_BorderColor;
825
+
826
+ // [Tags "!Protected"]
827
+ @sapButton_Lite_Background: transparent;
828
+
829
+ // [Tags "!Protected"]
830
+ @sapButton_Lite_BorderColor: transparent;
831
+
832
+ // [Tags "!Protected"]
833
+ @sapButton_Lite_TextColor: @sapHighlightColor;
834
+
835
+ // [Tags "!Protected"]
836
+ @sapButton_Lite_Hover_Background: @sapButton_Hover_Background;
837
+
838
+ // [Tags "!Protected"]
839
+ @sapButton_Lite_Hover_BorderColor: @sapButton_Hover_BorderColor;
840
+
841
+ // [Tags "!Protected"]
842
+ @sapButton_Lite_Hover_TextColor: @sapButton_Lite_TextColor;
843
+
844
+ // [Tags "!Protected"]
845
+ @sapButton_Lite_Active_Background: @sapButton_Active_Background;
846
+
847
+ // [Tags "!Protected"]
848
+ @sapButton_Lite_Active_BorderColor: @sapButton_Active_BorderColor;
849
+
850
+ // [Tags "!Protected"]
851
+ @sapButton_Selected_Background: @sapContent_Selected_Background;
852
+
853
+ // [Tags "!Protected"]
854
+ @sapButton_Selected_BorderColor: @sapSelectedColor;
855
+
856
+ // [Tags "!Protected"]
857
+ @sapButton_Selected_TextColor: contrast(@sapButton_Selected_Background, @sapSelectedColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
858
+
859
+ // [Tags "!Protected"]
860
+ @sapButton_Selected_Hover_Background: @sapButton_Selected_Background;
861
+
862
+ // [Tags "!Protected"]
863
+ @sapButton_Selected_Hover_BorderColor: @sapButton_Selected_BorderColor;
864
+
865
+ // [Tags "!Protected"]
866
+ @sapButton_Attention_Background: @sapWarningBackground;
867
+
868
+ // [Tags "!Protected"]
869
+ @sapButton_Attention_BorderColor: @sapButton_Attention_Background;
870
+
871
+ // [Tags "!Protected"]
872
+ @sapButton_Attention_TextColor: contrast(@sapButton_Attention_Background, @sapCriticalTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
873
+
874
+ // [Tags "!Protected"]
875
+ @sapButton_Attention_Hover_Background: @sapButton_Hover_Background;
876
+
877
+ // [Tags "!Protected"]
878
+ @sapButton_Attention_Hover_BorderColor: @sapButton_Hover_BorderColor;
879
+
880
+ // [Tags "!Protected"]
881
+ @sapButton_Attention_Hover_TextColor: contrast(@sapButton_Attention_Hover_Background, @sapCriticalTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
882
+
883
+ // [Tags "!Protected"]
884
+ @sapButton_Attention_Active_Background: @sapButton_Active_Background;
885
+
886
+ // [Tags "!Protected"]
887
+ @sapButton_Attention_Active_BorderColor: @sapWarningBorderColor;
888
+
889
+ // [Tags "!Protected"]
890
+ @sapButton_Attention_Active_TextColor: contrast(@sapButton_Attention_Active_Background, @sapCriticalTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
891
+
892
+ // [Tags "!Protected"]
893
+ @sapButton_Attention_Selected_Background: @sapButton_Attention_Active_Background;
894
+
895
+ // [Tags "!Protected"]
896
+ @sapButton_Attention_Selected_BorderColor: @sapButton_Attention_Active_BorderColor;
897
+
898
+ // [Tags "!Protected"]
899
+ @sapButton_Attention_Selected_TextColor: contrast(@sapButton_Attention_Selected_Background, @sapCriticalTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
900
+
901
+ // [Tags "!Protected"]
902
+ @sapButton_Attention_Selected_Hover_Background: @sapButton_Attention_Selected_Background;
903
+
904
+ // [Tags "!Protected"]
905
+ @sapButton_Attention_Selected_Hover_BorderColor: @sapButton_Attention_Selected_BorderColor;
906
+
907
+ // [Tags "!Protected"]
908
+ @sapButton_Negative_Background: @sapNegativeElementColor;
909
+
910
+ // [Tags "!Protected"]
911
+ @sapButton_Negative_BorderColor: @sapButton_Negative_Background;
912
+
913
+ // [Tags "!Protected"]
914
+ @sapButton_Negative_TextColor: contrast(@sapButton_Negative_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
915
+
916
+ // [Tags "!Protected"]
917
+ @sapButton_Negative_Hover_Background: lighten(@sapButton_Negative_Background, 5);
918
+
919
+ // [Tags "!Protected"]
920
+ @sapButton_Negative_Hover_BorderColor: @sapButton_Negative_Hover_Background;
921
+
922
+ // [Tags "!Protected"]
923
+ @sapButton_Negative_Hover_TextColor: contrast(@sapButton_Negative_Hover_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
924
+
925
+ // [Tags "!Protected"]
926
+ @sapButton_Negative_Active_Background: lighten(@sapButton_Negative_Background, 10);
927
+
928
+ // [Tags "!Protected"]
929
+ @sapButton_Negative_Active_BorderColor: @sapButton_Negative_Active_Background;
930
+
931
+ // [Tags "!Protected"]
932
+ @sapButton_Negative_Active_TextColor: contrast(@sapButton_Negative_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
933
+
934
+ // [Tags "!Protected"]
935
+ @sapButton_Critical_Background: @sapCriticalElementColor;
936
+
937
+ // [Tags "!Protected"]
938
+ @sapButton_Critical_BorderColor: @sapButton_Critical_Background;
939
+
940
+ // [Tags "!Protected"]
941
+ @sapButton_Critical_TextColor: contrast(@sapButton_Critical_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
942
+
943
+ // [Tags "!Protected"]
944
+ @sapButton_Critical_Hover_Background: lighten(@sapButton_Critical_Background, 10);
945
+
946
+ // [Tags "!Protected"]
947
+ @sapButton_Critical_Hover_BorderColor: @sapButton_Critical_Hover_Background;
948
+
949
+ // [Tags "!Protected"]
950
+ @sapButton_Critical_Hover_TextColor: contrast(@sapButton_Critical_Hover_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
951
+
952
+ // [Tags "!Protected"]
953
+ @sapButton_Critical_Active_Background: lighten(@sapButton_Critical_Background, 14);
954
+
955
+ // [Tags "!Protected"]
956
+ @sapButton_Critical_Active_BorderColor: @sapButton_Critical_Active_Background;
957
+
958
+ // [Tags "!Protected"]
959
+ @sapButton_Critical_Active_TextColor: contrast(@sapButton_Critical_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
960
+
961
+ // [Tags "!Protected"]
962
+ @sapButton_Success_Background: @sapPositiveElementColor;
963
+
964
+ // [Tags "!Protected"]
965
+ @sapButton_Success_BorderColor: @sapButton_Success_Background;
966
+
967
+ // [Tags "!Protected"]
968
+ @sapButton_Success_TextColor: contrast(@sapButton_Success_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
969
+
970
+ // [Tags "!Protected"]
971
+ @sapButton_Success_Hover_Background: lighten(@sapButton_Success_Background, 5);
972
+
973
+ // [Tags "!Protected"]
974
+ @sapButton_Success_Hover_BorderColor: @sapButton_Success_Hover_Background;
975
+
976
+ // [Tags "!Protected"]
977
+ @sapButton_Success_Hover_TextColor: contrast(@sapButton_Success_Hover_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
978
+
979
+ // [Tags "!Protected"]
980
+ @sapButton_Success_Active_Background: lighten(@sapButton_Success_Background, 10);
981
+
982
+ // [Tags "!Protected"]
983
+ @sapButton_Success_Active_BorderColor: @sapButton_Success_Active_Background;
984
+
985
+ // [Tags "!Protected"]
986
+ @sapButton_Success_Active_TextColor: contrast(@sapButton_Success_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
987
+
988
+ // [Tags "!Protected"]
989
+ @sapButton_Information_Background: @sapInformativeElementColor;
990
+
991
+ // [Tags "!Protected"]
992
+ @sapButton_Information_BorderColor: @sapButton_Information_Background;
993
+
994
+ // [Tags "!Protected"]
995
+ @sapButton_Information_TextColor: contrast(@sapButton_Information_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
996
+
997
+ // [Tags "!Protected"]
998
+ @sapButton_Information_Hover_Background: lighten(@sapButton_Information_Background, 5);
999
+
1000
+ // [Tags "!Protected"]
1001
+ @sapButton_Information_Hover_BorderColor: @sapButton_Information_Hover_Background;
1002
+
1003
+ // [Tags "!Protected"]
1004
+ @sapButton_Information_Hover_TextColor: contrast(@sapButton_Information_Hover_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1005
+
1006
+ // [Tags "!Protected"]
1007
+ @sapButton_Information_Active_Background: lighten(@sapButton_Information_Background, 10);
1008
+
1009
+ // [Tags "!Protected"]
1010
+ @sapButton_Information_Active_BorderColor: @sapButton_Information_Active_Background;
1011
+
1012
+ // [Tags "!Protected"]
1013
+ @sapButton_Information_Active_TextColor: contrast(@sapButton_Information_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1014
+
1015
+ // [Tags "!Protected"]
1016
+ @sapButton_Neutral_Background: @sapNeutralElementColor;
1017
+
1018
+ // [Tags "!Protected"]
1019
+ @sapButton_Neutral_BorderColor: @sapButton_Neutral_Background;
1020
+
1021
+ // [Tags "!Protected"]
1022
+ @sapButton_Neutral_TextColor: contrast(@sapButton_Neutral_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1023
+
1024
+ // [Tags "!Protected"]
1025
+ @sapButton_Neutral_Hover_Background: lighten(@sapButton_Neutral_Background, 5);
1026
+
1027
+ // [Tags "!Protected"]
1028
+ @sapButton_Neutral_Hover_BorderColor: @sapButton_Neutral_Hover_Background;
1029
+
1030
+ // [Tags "!Protected"]
1031
+ @sapButton_Neutral_Hover_TextColor: contrast(@sapButton_Neutral_Hover_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1032
+
1033
+ // [Tags "!Protected"]
1034
+ @sapButton_Neutral_Active_Background: lighten(@sapButton_Neutral_Background, 10);
1035
+
1036
+ // [Tags "!Protected"]
1037
+ @sapButton_Neutral_Active_BorderColor: @sapButton_Neutral_Active_Background;
1038
+
1039
+ // [Tags "!Protected"]
1040
+ @sapButton_Neutral_Active_TextColor: contrast(@sapButton_Neutral_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1041
+
1042
+ // [Tags "!Protected"]
1043
+ @sapButton_Track_Background: @sapNeutralElementColor;
1044
+
1045
+ // [Tags "!Protected"]
1046
+ @sapButton_Track_BorderColor: @sapButton_Track_Background;
1047
+
1048
+ // [Tags "!Protected"]
1049
+ @sapButton_Track_TextColor: contrast(@sapButton_Track_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1050
+
1051
+ // [Tags "!Protected"]
1052
+ @sapButton_Track_Hover_Background: lighten(@sapButton_Track_Background, 5);
1053
+
1054
+ // [Tags "!Protected"]
1055
+ @sapButton_Track_Hover_BorderColor: @sapButton_Track_Hover_Background;
1056
+
1057
+ // [Tags "!Protected"]
1058
+ @sapButton_Track_Selected_Background: @sapSelectedColor;
1059
+
1060
+ // [Tags "!Protected"]
1061
+ @sapButton_Track_Selected_BorderColor: @sapButton_Track_Selected_Background;
1062
+
1063
+ // [Tags "!Protected"]
1064
+ @sapButton_Track_Selected_TextColor: contrast(@sapButton_Track_Selected_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1065
+
1066
+ // [Tags "!Protected"]
1067
+ @sapButton_Track_Selected_Hover_Background: lighten(@sapButton_Track_Selected_Background, 5);
1068
+
1069
+ // [Tags "!Protected"]
1070
+ @sapButton_Track_Selected_Hover_BorderColor: @sapButton_Track_Selected_Hover_Background;
1071
+
1072
+ // [Tags "!Protected"]
1073
+ @sapButton_Handle_Background: @sapPrimary3;
1074
+
1075
+ // [Tags "!Protected"]
1076
+ @sapButton_Handle_BorderColor: @sapButton_Handle_Background;
1077
+
1078
+ // [Tags "!Protected"]
1079
+ @sapButton_Handle_TextColor: contrast(@sapButton_Handle_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1080
+
1081
+ // [Tags "!Protected"]
1082
+ @sapButton_Handle_Hover_Background: @sapButton_Handle_Background;
1083
+
1084
+ // [Tags "!Protected"]
1085
+ @sapButton_Handle_Hover_BorderColor: fade(@sapButton_Handle_Background, 50);
1086
+
1087
+ // [Tags "!Protected"]
1088
+ @sapButton_Handle_Selected_Background: @sapButton_Selected_Background;
1089
+
1090
+ // [Tags "!Protected"]
1091
+ @sapButton_Handle_Selected_BorderColor: @sapButton_Handle_Selected_Background;
1092
+
1093
+ // [Tags "!Protected"]
1094
+ @sapButton_Handle_Selected_TextColor: @sapButton_Selected_TextColor;
1095
+
1096
+ // [Tags "!Protected"]
1097
+ @sapButton_Handle_Selected_Hover_Background: @sapButton_Handle_Selected_Background;
1098
+
1099
+ // [Tags "!Protected"]
1100
+ @sapButton_Handle_Selected_Hover_BorderColor: fade(@sapButton_Handle_Selected_Background, 50);
1101
+
1102
+ // [Tags "!Protected"]
1103
+ @sapButton_Track_Negative_Background: @sapNegativeElementColor;
1104
+
1105
+ // [Tags "!Protected"]
1106
+ @sapButton_Track_Negative_BorderColor: @sapButton_Track_Negative_Background;
1107
+
1108
+ // [Tags "!Protected"]
1109
+ @sapButton_Track_Negative_TextColor: contrast(@sapButton_Track_Negative_Background, @sapNegativeElementColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1110
+
1111
+ // [Tags "!Protected"]
1112
+ @sapButton_Track_Negative_Hover_Background: lighten(@sapButton_Track_Negative_Background, 5);
1113
+
1114
+ // [Tags "!Protected"]
1115
+ @sapButton_Track_Negative_Hover_BorderColor: @sapButton_Track_Negative_Hover_Background;
1116
+
1117
+ // [Tags "!Protected"]
1118
+ @sapButton_Handle_Negative_Background: @sapButton_Handle_Background;
1119
+
1120
+ // [Tags "!Protected"]
1121
+ @sapButton_Handle_Negative_BorderColor: @sapButton_Handle_Negative_Background;
1122
+
1123
+ // [Tags "!Protected"]
1124
+ @sapButton_Handle_Negative_TextColor: contrast(@sapButton_Handle_Negative_Background, @sapNegativeTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1125
+
1126
+ // [Tags "!Protected"]
1127
+ @sapButton_Handle_Negative_Hover_Background: @sapButton_Handle_Negative_Background;
1128
+
1129
+ // [Tags "!Protected"]
1130
+ @sapButton_Handle_Negative_Hover_BorderColor: fade(@sapButton_Handle_Negative_Background, 50);
1131
+
1132
+ // [Tags "!Protected"]
1133
+ @sapButton_Track_Positive_Background: @sapPositiveElementColor;
1134
+
1135
+ // [Tags "!Protected"]
1136
+ @sapButton_Track_Positive_BorderColor: @sapButton_Track_Positive_Background;
1137
+
1138
+ // [Tags "!Protected"]
1139
+ @sapButton_Track_Positive_TextColor: contrast(@sapButton_Track_Positive_Background, @sapPositiveElementColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1140
+
1141
+ // [Tags "!Protected"]
1142
+ @sapButton_Track_Positive_Hover_Background: lighten(@sapButton_Track_Positive_Background, 5);
1143
+
1144
+ // [Tags "!Protected"]
1145
+ @sapButton_Track_Positive_Hover_BorderColor: @sapButton_Track_Positive_Hover_Background;
1146
+
1147
+ // [Tags "!Protected"]
1148
+ @sapButton_Handle_Positive_Background: @sapPrimary3;
1149
+
1150
+ // [Tags "!Protected"]
1151
+ @sapButton_Handle_Positive_BorderColor: @sapButton_Handle_Positive_Background;
1152
+
1153
+ // [Tags "!Protected"]
1154
+ @sapButton_Handle_Positive_TextColor: contrast(@sapButton_Handle_Positive_Background, @sapPositiveTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1155
+
1156
+ // [Tags "!Protected"]
1157
+ @sapButton_Handle_Positive_Hover_Background: @sapButton_Handle_Positive_Background;
1158
+
1159
+ // [Tags "!Protected"]
1160
+ @sapButton_Handle_Positive_Hover_BorderColor: fade(@sapButton_Handle_Positive_Background, 50);
1161
+
1162
+ // [Tags "!Protected"]
1163
+ @sapButton_TokenBackground: @sapPrimary3;
1164
+
1165
+ // [Tags "!Protected"]
1166
+ @sapButton_TokenBorderColor: @sapPrimary5;
1167
+
1168
+ // [Tags "!Protected"]
1169
+ @sapField_Background: lighten(@sapPrimary4, 9);
1170
+
1171
+ // [Tags "!Protected"]
1172
+ @sapField_BackgroundStyle: ~"0 100% / 100% @{sapField_BorderWidth} no-repeat linear-gradient(0deg, @{sapField_BorderColor}, @{sapField_BorderColor}) border-box";
1173
+
1174
+ // [Tags "!Protected"]
1175
+ @sapField_TextColor: lighten(@sapTextColor, 8);
1176
+
1177
+ // [Tags "!Protected"]
1178
+ @sapField_PlaceholderTextColor: @sapContent_LabelColor;
1179
+
1180
+ // [Tags "!Protected"]
1181
+ @sapField_BorderColor: @sapPrimary5;
1182
+
1183
+ // [Tags "!Protected"]
1184
+ @sapField_HelpBackground: @sapField_Background;
1185
+
1186
+ // [Tags "!Protected"]
1187
+ @sapField_BorderWidth: @sapElement_BorderWidth;
1188
+
1189
+ // [Tags "!Protected"]
1190
+ @sapField_BorderStyle: none;
1191
+
1192
+ // [Tags "!Protected"]
1193
+ @sapField_BorderCornerRadius: 0.25 * @sapContent_GridSize;
1194
+
1195
+ // [Tags "!Protected"]
1196
+ @sapField_Hover_Background: @sapBaseColor;
1197
+
1198
+ // [Tags "!Protected"]
1199
+ @sapField_Hover_BackgroundStyle: ~"0 100% / 100% @{sapField_BorderWidth} no-repeat linear-gradient(0deg, @{sapField_Hover_BorderColor}, @{sapField_Hover_BorderColor}) border-box";
1200
+
1201
+ // [Tags "!Protected"]
1202
+ @sapField_Hover_BorderColor: @sapField_BorderColor;
1203
+
1204
+ // [Tags "!Protected"]
1205
+ @sapField_Hover_HelpBackground: @sapField_Hover_Background;
1206
+
1207
+ // [Tags "!Protected"]
1208
+ @sapField_Active_BorderColor: @sapHighlightColor;
1209
+
1210
+ // [Tags "!Protected"]
1211
+ @sapField_Focus_Background: @sapBaseColor;
1212
+
1213
+ // [Tags "!Protected"]
1214
+ @sapField_Focus_BorderColor: @sapContent_FocusColor;
1215
+
1216
+ // [Tags "!Protected"]
1217
+ @sapField_Focus_HelpBackground: @sapField_Focus_Background;
1218
+
1219
+ // [Tags "!Protected"]
1220
+ @sapField_ReadOnly_Background: transparent;
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
+
1225
+ // [Tags "!Protected"]
1226
+ @sapField_ReadOnly_BorderColor: @sapField_BorderColor;
1227
+
1228
+ // [Tags "!Protected"]
1229
+ @sapField_ReadOnly_BorderStyle: @sapField_BorderStyle;
1230
+
1231
+ // [Tags "!Protected"]
1232
+ @sapField_ReadOnly_HelpBackground: @sapField_ReadOnly_Background;
1233
+
1234
+ // [Tags "!Protected"]
1235
+ @sapField_RequiredColor: darken(@sapAccentColor2, 4);
1236
+
1237
+ // [Tags "!Protected"]
1238
+ @sapField_InvalidColor: @sapErrorBorderColor;
1239
+
1240
+ // [Tags "!Protected"]
1241
+ @sapField_InvalidBackground: @sapErrorBackground;
1242
+
1243
+ // [Tags "!Protected"]
1244
+ @sapField_InvalidBackgroundStyle: ~"0 100% / 100% @{sapField_InvalidBorderWidth} no-repeat linear-gradient(0deg, @{sapField_InvalidColor}, @{sapField_InvalidColor}) border-box";
1245
+
1246
+ // [Tags "!Protected"]
1247
+ @sapField_InvalidBorderWidth: 0.125 * @sapContent_GridSize;
1248
+
1249
+ // [Tags "!Protected"]
1250
+ @sapField_InvalidBorderStyle: none;
1251
+
1252
+ // [Tags "!Protected"]
1253
+ @sapField_WarningColor: @sapWarningBorderColor;
1254
+
1255
+ // [Tags "!Protected"]
1256
+ @sapField_WarningBackground: @sapWarningBackground;
1257
+
1258
+ // [Tags "!Protected"]
1259
+ @sapField_WarningBackgroundStyle: ~"0 100% / 100% @{sapField_WarningBorderWidth} no-repeat linear-gradient(0deg, @{sapField_WarningColor}, @{sapField_WarningColor}) border-box";
1260
+
1261
+ // [Tags "!Protected"]
1262
+ @sapField_WarningBorderWidth: 0.125 * @sapContent_GridSize;
1263
+
1264
+ // [Tags "!Protected"]
1265
+ @sapField_WarningBorderStyle: none;
1266
+
1267
+ // [Tags "!Protected"]
1268
+ @sapField_SuccessColor: @sapSuccessBorderColor;
1269
+
1270
+ // [Tags "!Protected"]
1271
+ @sapField_SuccessBackground: @sapSuccessBackground;
1272
+
1273
+ // [Tags "!Protected"]
1274
+ @sapField_SuccessBackgroundStyle: ~"0 100% / 100% @{sapField_SuccessBorderWidth} no-repeat linear-gradient(0deg, @{sapField_SuccessColor}, @{sapField_SuccessColor}) border-box";
1275
+
1276
+ // [Tags "!Protected"]
1277
+ @sapField_SuccessBorderWidth: 0.0625 * @sapContent_GridSize;
1278
+
1279
+ // [Tags "!Protected"]
1280
+ @sapField_SuccessBorderStyle: none;
1281
+
1282
+ // [Tags "!Protected"]
1283
+ @sapField_InformationColor: @sapInformationBorderColor;
1284
+
1285
+ // [Tags "!Protected"]
1286
+ @sapField_InformationBackground: @sapInformationBackground;
1287
+
1288
+ // [Tags "!Protected"]
1289
+ @sapField_InformationBackgroundStyle: ~"0 100% / 100% @{sapField_InformationBorderWidth} no-repeat linear-gradient(0deg, @{sapField_InformationColor}, @{sapField_InformationColor}) border-box";
1290
+
1291
+ // [Tags "!Protected"]
1292
+ @sapField_InformationBorderWidth: 0.125 * @sapContent_GridSize;
1293
+
1294
+ // [Tags "!Protected"]
1295
+ @sapField_InformationBorderStyle: none;
1296
+
1297
+ // [Tags "!Protected"]
1298
+ @sapGroup_TitleBackground: @sapGroup_ContentBackground;
1299
+
1300
+ // [Tags "!Protected"]
1301
+ @sapGroup_TitleBorderColor: darken(saturate(@sapPrimary5, 7), 15);
1302
+
1303
+ // [Tags "!Protected"]
1304
+ @sapGroup_TitleTextColor: contrast(@sapGroup_TitleBackground, @sapTitleColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1305
+
1306
+ // [Tags "!Protected"]
1307
+ @sapGroup_Title_FontSize: @sapFontHeader5Size;
1308
+
1309
+ // [Tags "!Protected"]
1310
+ @sapGroup_ContentBackground: @sapBaseColor;
1311
+
1312
+ // [Tags "!Protected"]
1313
+ @sapGroup_ContentBorderColor: lighten(@sapGroup_ContentBackground, 10);
1314
+
1315
+ // [Tags "!Protected"]
1316
+ @sapGroup_BorderWidth: @sapElement_BorderWidth;
1317
+
1318
+ // [Tags "!Protected"]
1319
+ @sapGroup_BorderCornerRadius: 0.5 * @sapContent_GridSize;
1320
+
1321
+ // [Tags "!Protected"]
1322
+ @sapGroup_FooterBackground: transparent;
1323
+
1324
+ // [Tags "!Protected"]
1325
+ @sapToolbar_Background: @sapGroup_ContentBackground;
1326
+
1327
+ // [Tags "!Protected"]
1328
+ @sapToolbar_SeparatorColor: lighten(@sapBaseColor, 15);
1329
+
1330
+ // [Tags "!Protected"]
1331
+ @sapList_HeaderBackground: @sapList_Background;
1332
+
1333
+ // [Tags "!Protected"]
1334
+ @sapList_HeaderBorderColor: @sapGroup_TitleBorderColor;
1335
+
1336
+ // [Tags "!Protected"]
1337
+ @sapList_HeaderTextColor: contrast(@sapList_HeaderBackground, @sapTitleColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1338
+
1339
+ // [Tags "!Protected"]
1340
+ @sapList_BorderColor: lighten(@sapList_Background, 8);
1341
+
1342
+ // [Tags "!Protected"]
1343
+ @sapList_BorderWidth: @sapElement_BorderWidth;
1344
+
1345
+ // [Tags "!Protected"]
1346
+ @sapList_TextColor: contrast(@sapList_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1347
+
1348
+ // [Tags "!Protected"]
1349
+ @sapList_Active_TextColor: contrast(@sapList_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1350
+
1351
+ // [Tags "!Protected"]
1352
+ @sapList_Active_Background: @sapActiveColor;
1353
+
1354
+ // [Tags "!Protected"]
1355
+ @sapList_SelectionBackgroundColor: @sapPrimary1;
1356
+
1357
+ // [Tags "!Protected"]
1358
+ @sapList_SelectionBorderColor: @sapSelectedColor;
1359
+
1360
+ // [Tags "!Protected"]
1361
+ @sapList_Hover_SelectionBackground: contrast(@sapList_SelectionBackgroundColor, darken(@sapList_SelectionBackgroundColor, 3), lighten(@sapList_SelectionBackgroundColor, 3));
1362
+
1363
+ // [Tags "!Protected"]
1364
+ @sapList_Background: @sapBaseColor;
1365
+
1366
+ // [Tags "!Protected"]
1367
+ @sapList_Hover_Background: contrast(@sapList_Background, darken(@sapPrimary4, 2), lighten(@sapList_Background, 3));
1368
+
1369
+ // [Tags "!Protected"]
1370
+ @sapList_AlternatingBackground: @sapPrimary4;
1371
+
1372
+ // [Tags "!Protected"]
1373
+ @sapList_GroupHeaderBackground: @sapList_Background;
1374
+
1375
+ // [Tags "!Protected"]
1376
+ @sapList_GroupHeaderBorderColor: @sapList_HeaderBorderColor;
1377
+
1378
+ // [Tags "!Protected"]
1379
+ @sapList_GroupHeaderTextColor: contrast(@sapList_GroupHeaderBackground, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1380
+
1381
+ // [Tags "!Protected"]
1382
+ @sapList_TableGroupHeaderBackground: darken(@sapPrimary4, 3);
1383
+
1384
+ // [Tags "!Protected"]
1385
+ @sapList_TableGroupHeaderBorderColor: @sapList_GroupHeaderBorderColor;
1386
+
1387
+ // [Tags "!Protected"]
1388
+ @sapList_TableGroupHeaderTextColor: contrast(@sapList_TableGroupHeaderBackground, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1389
+
1390
+ // [Tags "!Protected"]
1391
+ @sapList_FooterBackground: @sapList_Background;
1392
+
1393
+ // [Tags "!Protected"]
1394
+ @sapList_FooterTextColor: contrast(@sapList_FooterBackground, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1395
+
1396
+ // [Tags "!Protected"]
1397
+ @sapList_TableFooterBorder: @sapList_HeaderBorderColor;
1398
+
1399
+ // [Tags "!Protected"]
1400
+ @sapList_TableFixedBorderColor: lighten(@sapList_BorderColor, 30);
1401
+
1402
+ // [Tags "!Protected"]
1403
+ @sapMessage_ErrorBorderColor: lighten(@sapErrorBackground, 18);
1404
+
1405
+ // [Tags "!Protected"]
1406
+ @sapMessage_WarningBorderColor: lighten(@sapWarningBackground, 15);
1407
+
1408
+ // [Tags "!Protected"]
1409
+ @sapMessage_SuccessBorderColor: lighten(@sapSuccessBackground, 15);
1410
+
1411
+ // [Tags "!Protected"]
1412
+ @sapMessage_InformationBorderColor: lighten(@sapInformationBackground, 23);
1413
+
1414
+ // [Tags "!Protected"]
1415
+ @sapPopover_BorderCornerRadius: 0.5 * @sapContent_GridSize;
1416
+
1417
+ // [Tags "!Protected"]
1418
+ @sapProgress_Background: lighten(@sapNeutralBackground, 5);
1419
+
1420
+ // [Tags "!Protected"]
1421
+ @sapProgress_BorderColor: @sapProgress_Background;
1422
+
1423
+ // [Tags "!Protected"]
1424
+ @sapProgress_TextColor: @sapTextColor;
1425
+
1426
+ // [Tags "!Protected"]
1427
+ @sapProgress_FontSize: @sapFontSize;
1428
+
1429
+ // [Tags "!Protected"]
1430
+ @sapProgress_NegativeBackground: lighten(@sapErrorBackground, 10);
1431
+
1432
+ // [Tags "!Protected"]
1433
+ @sapProgress_NegativeBorderColor: @sapProgress_NegativeBackground;
1434
+
1435
+ // [Tags "!Protected"]
1436
+ @sapProgress_NegativeTextColor: @sapProgress_TextColor;
1437
+
1438
+ // [Tags "!Protected"]
1439
+ @sapProgress_CriticalBackground: lighten(@sapWarningBackground, 10);
1440
+
1441
+ // [Tags "!Protected"]
1442
+ @sapProgress_CriticalBorderColor: @sapProgress_CriticalBackground;
1443
+
1444
+ // [Tags "!Protected"]
1445
+ @sapProgress_CriticalTextColor: @sapProgress_TextColor;
1446
+
1447
+ // [Tags "!Protected"]
1448
+ @sapProgress_PositiveBackground: lighten(@sapSuccessBackground, 5);
1449
+
1450
+ // [Tags "!Protected"]
1451
+ @sapProgress_PositiveBorderColor: @sapProgress_PositiveBackground;
1452
+
1453
+ // [Tags "!Protected"]
1454
+ @sapProgress_PositiveTextColor: @sapProgress_TextColor;
1455
+
1456
+ // [Tags "!Protected"]
1457
+ @sapProgress_InformationBackground: lighten(@sapInformationBackground, 5);
1458
+
1459
+ // [Tags "!Protected"]
1460
+ @sapProgress_InformationBorderColor: @sapProgress_InformationBackground;
1461
+
1462
+ // [Tags "!Protected"]
1463
+ @sapProgress_InformationTextColor: @sapProgress_TextColor;
1464
+
1465
+ // [Tags "!Protected"]
1466
+ @sapProgress_Value_Background: @sapNeutralElementColor;
1467
+
1468
+ // [Tags "!Protected"]
1469
+ @sapProgress_Value_BorderColor: @sapProgress_Background;
1470
+
1471
+ // [Tags "!Protected"]
1472
+ @sapProgress_Value_TextColor: @sapNeutralElementColor;
1473
+
1474
+ // [Tags "!Protected"]
1475
+ @sapProgress_Value_NegativeBackground: @sapNegativeElementColor;
1476
+
1477
+ // [Tags "!Protected"]
1478
+ @sapProgress_Value_NegativeBorderColor: @sapProgress_Value_NegativeBackground;
1479
+
1480
+ // [Tags "!Protected"]
1481
+ @sapProgress_Value_NegativeTextColor: @sapNegativeElementColor;
1482
+
1483
+ // [Tags "!Protected"]
1484
+ @sapProgress_Value_CriticalBackground: @sapCriticalElementColor;
1485
+
1486
+ // [Tags "!Protected"]
1487
+ @sapProgress_Value_CriticalBorderColor: @sapProgress_Value_CriticalBackground;
1488
+
1489
+ // [Tags "!Protected"]
1490
+ @sapProgress_Value_CriticalTextColor: @sapCriticalElementColor;
1491
+
1492
+ // [Tags "!Protected"]
1493
+ @sapProgress_Value_PositiveBackground: @sapPositiveElementColor;
1494
+
1495
+ // [Tags "!Protected"]
1496
+ @sapProgress_Value_PositiveBorderColor: @sapProgress_Value_PositiveBackground;
1497
+
1498
+ // [Tags "!Protected"]
1499
+ @sapProgress_Value_PositiveTextColor: @sapPositiveElementColor;
1500
+
1501
+ // [Tags "!Protected"]
1502
+ @sapProgress_Value_InformationBackground: @sapInformativeElementColor;
1503
+
1504
+ // [Tags "!Protected"]
1505
+ @sapProgress_Value_InformationBorderColor: @sapProgress_Value_InformationBackground;
1506
+
1507
+ // [Tags "!Protected"]
1508
+ @sapProgress_Value_InformationTextColor: @sapInformativeElementColor;
1509
+
1510
+ // [Tags "!Protected"]
1511
+ @sapScrollBar_FaceColor: lighten(@sapScrollBar_TrackColor, 34);
1512
+
1513
+ // [Tags "!Protected"]
1514
+ @sapScrollBar_TrackColor: @sapBaseColor;
1515
+
1516
+ // [Tags "!Protected"]
1517
+ @sapScrollBar_BorderColor: @sapScrollBar_FaceColor;
1518
+
1519
+ // [Tags "!Protected"]
1520
+ @sapScrollBar_SymbolColor: @sapContent_IconColor;
1521
+
1522
+ // [Tags "!Protected"]
1523
+ @sapScrollBar_Dimension: 0.75 * @sapContent_GridSize;
1524
+
1525
+ // [Tags "!Protected"]
1526
+ @sapScrollBar_Hover_FaceColor: darken(@sapScrollBar_FaceColor, 4);
1527
+
1528
+ // [Tags "!Protected"]
1529
+ @sapSlider_Background: lighten(@sapNeutralBackground, 5);
1530
+
1531
+ // [Tags "!Protected"]
1532
+ @sapSlider_BorderColor: @sapSlider_Background;
1533
+
1534
+ // [Tags "!Protected"]
1535
+ @sapSlider_Selected_Background: @sapSelectedColor;
1536
+
1537
+ // [Tags "!Protected"]
1538
+ @sapSlider_Selected_BorderColor: @sapSlider_Selected_Background;
1539
+
1540
+ // [Tags "!Protected"]
1541
+ @sapSlider_HandleBackground: @sapPrimary3;
1542
+
1543
+ // [Tags "!Protected"]
1544
+ @sapSlider_HandleBorderColor: @sapSlider_HandleBackground;
1545
+
1546
+ // [Tags "!Protected"]
1547
+ @sapSlider_RangeHandleBackground: @sapSlider_HandleBackground;
1548
+
1549
+ // [Tags "!Protected"]
1550
+ @sapSlider_Hover_HandleBackground: @sapSlider_HandleBackground;
1551
+
1552
+ // [Tags "!Protected"]
1553
+ @sapSlider_Hover_HandleBorderColor: @sapHighlightColor;
1554
+
1555
+ // [Tags "!Protected"]
1556
+ @sapSlider_Hover_RangeHandleBackground: transparent;
1557
+
1558
+ // [Tags "!Protected"]
1559
+ @sapSlider_Active_HandleBackground: @sapButton_Active_Background;
1560
+
1561
+ // [Tags "!Protected"]
1562
+ @sapSlider_Active_HandleBorderColor: @sapSlider_Active_HandleBackground;
1563
+
1564
+ // [Tags "!Protected"]
1565
+ @sapSlider_Active_RangeHandleBackground: transparent;
1566
+
1567
+ // [Tags "!Protected"]
1568
+ @sapPageHeader_Background: @sapBaseColor;
1569
+
1570
+ // [Tags "!Protected"]
1571
+ @sapPageHeader_BorderColor: lighten(@sapPageHeader_Background, 8);
1572
+
1573
+ // [Tags "!Protected"]
1574
+ @sapPageHeader_TextColor: contrast(@sapPageHeader_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1575
+
1576
+ // [Tags "!Protected"]
1577
+ @sapPageFooter_Background: @sapBaseColor;
1578
+
1579
+ // [Tags "!Protected"]
1580
+ @sapPageFooter_BorderColor: lighten(@sapPageFooter_Background, 8);
1581
+
1582
+ // [Tags "!Protected"]
1583
+ @sapPageFooter_TextColor: contrast(@sapPageFooter_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1584
+
1585
+ // [Tags "!Protected"]
1586
+ @sapInfobar_Background: @sapAccentBackgroundColor7;
1587
+
1588
+ // [Tags "!Protected"]
1589
+ @sapInfobar_Hover_Background: @sapBaseColor;
1590
+
1591
+ // [Tags "!Protected"]
1592
+ @sapInfobar_Active_Background: @sapBaseColor;
1593
+
1594
+ // [Tags "!Protected"]
1595
+ @sapInfobar_NonInteractive_Background: @sapPrimary4;
1596
+
1597
+ // [Tags "!Protected"]
1598
+ @sapInfobar_TextColor: contrast(@sapInfobar_Background, @sapAccentColor7, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1599
+
1600
+ // [Tags "!Protected"]
1601
+ @sapObjectHeader_Background: @sapBaseColor;
1602
+
1603
+ // [Tags "!Protected"]
1604
+ @sapObjectHeader_Hover_Background: contrast(@sapObjectHeader_Background, darken(@sapPrimary4, 4), lighten(@sapObjectHeader_Background, 3));
1605
+
1606
+ // [Tags "!Protected"]
1607
+ @sapObjectHeader_BorderColor: lighten(@sapObjectHeader_Background, 8);
1608
+
1609
+ // [Tags "!Protected"]
1610
+ @sapObjectHeader_Title_TextColor: contrast(@sapObjectHeader_Background, @sapTitleColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1611
+
1612
+ // [Tags "!Protected"]
1613
+ @sapObjectHeader_Title_FontSize: @sapFontHeader2Size;
1614
+
1615
+ // [Tags "!Protected"]
1616
+ @sapObjectHeader_Title_SnappedFontSize: @sapFontHeader4Size;
1617
+
1618
+ // [Tags "!Protected"]
1619
+ @sapObjectHeader_Title_FontFamily: @sapFontBlackFamily;
1620
+
1621
+ // [Tags "!Protected"]
1622
+ @sapObjectHeader_Subtitle_TextColor: contrast(@sapObjectHeader_Background, @sapContent_LabelColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1623
+
1624
+ // [Tags "!Protected"]
1625
+ @sapBlockLayer_Background: #000;
1626
+
1627
+ // [Tags "!Protected"]
1628
+ @sapTile_Background: @sapBaseColor;
1629
+
1630
+ // [Tags "!Protected"]
1631
+ @sapTile_Hover_Background: @sapTile_Background;
1632
+
1633
+ // [Tags "!Protected"]
1634
+ @sapTile_Active_Background: darken(@sapTile_Background, 4);
1635
+
1636
+ // [Tags "!Protected"]
1637
+ @sapTile_BorderColor: transparent;
1638
+
1639
+ // [Tags "!Protected"]
1640
+ @sapTile_BorderCornerRadius: 1 * @sapContent_GridSize;
1641
+
1642
+ // [Tags "!Protected"]
1643
+ @sapTile_TitleTextColor: contrast(@sapTile_Background, @sapTitleColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1644
+
1645
+ // [Tags "!Protected"]
1646
+ @sapTile_TextColor: contrast(@sapTile_Background, @sapContent_LabelColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1647
+
1648
+ // [Tags "!Protected"]
1649
+ @sapTile_IconColor: contrast(@sapTile_Background, @sapPrimary7, @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);
1650
+
1651
+ // [Tags "!Protected"]
1652
+ @sapTile_SeparatorColor: lighten(@sapTile_Background, 20);
1653
+
1654
+ // [Tags "!Protected"]
1655
+ @sapTile_Interactive_BorderColor: lighten(@sapTile_Background, 30);
1656
+
1657
+ // [Tags "!Protected"]
1658
+ @sapTile_OverlayBackground: fade(@sapTile_Background, 96);
1659
+
1660
+ // [Tags "!Protected"]
1661
+ @sapTile_OverlayForegroundColor: contrast(@sapTile_OverlayBackground, @sapTitleColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1662
+
1663
+ // [Tags "!Protected"]
1664
+ @sapAccentColor1: #ffdf72;
1665
+
1666
+ // [Tags "!Protected"]
1667
+ @sapAccentColor2: #ff8cb2;
1668
+
1669
+ // [Tags "!Protected"]
1670
+ @sapAccentColor3: #fecbda;
1671
+
1672
+ // [Tags "!Protected"]
1673
+ @sapAccentColor4: #ffafed;
1674
+
1675
+ // [Tags "!Protected"]
1676
+ @sapAccentColor5: #d3b6ff;
1677
+
1678
+ // [Tags "!Protected"]
1679
+ @sapAccentColor6: #a6e0ff;
1680
+
1681
+ // [Tags "!Protected"]
1682
+ @sapAccentColor7: #64edd2;
1683
+
1684
+ // [Tags "!Protected"]
1685
+ @sapAccentColor8: #bde986;
1686
+
1687
+ // [Tags "!Protected"]
1688
+ @sapAccentColor9: #b995e0;
1689
+
1690
+ // [Tags "!Protected"]
1691
+ @sapAccentColor10: #d5dadd;
1692
+
1693
+ // [Tags "!Protected"]
1694
+ @sapAccentBackgroundColor1: #ae4000;
1695
+
1696
+ // [Tags "!Protected"]
1697
+ @sapAccentBackgroundColor2: #890506;
1698
+
1699
+ // [Tags "!Protected"]
1700
+ @sapAccentBackgroundColor3: #b40569;
1701
+
1702
+ // [Tags "!Protected"]
1703
+ @sapAccentBackgroundColor4: #8700b8;
1704
+
1705
+ // [Tags "!Protected"]
1706
+ @sapAccentBackgroundColor5: #470cf1;
1707
+
1708
+ // [Tags "!Protected"]
1709
+ @sapAccentBackgroundColor6: #0054cc;
1710
+
1711
+ // [Tags "!Protected"]
1712
+ @sapAccentBackgroundColor7: #036573;
1713
+
1714
+ // [Tags "!Protected"]
1715
+ @sapAccentBackgroundColor8: #236c39;
1716
+
1717
+ // [Tags "!Protected"]
1718
+ @sapAccentBackgroundColor9: #4e247a;
1719
+
1720
+ // [Tags "!Protected"]
1721
+ @sapAccentBackgroundColor10: #45617c;
1722
+
1723
+ // [Tags "!Protected"]
1724
+ @sapIndicationColor_1: #fd3535;
1725
+
1726
+ // [Tags "!Protected"]
1727
+ @sapIndicationColor_1_Background: @sapIndicationColor_1;
1728
+
1729
+ // [Tags "!Protected"]
1730
+ @sapIndicationColor_1_BorderColor: @sapIndicationColor_1;
1731
+
1732
+ // [Tags "!Protected"]
1733
+ @sapIndicationColor_1_Hover_Background: lighten(@sapIndicationColor_1, 5);
1734
+
1735
+ // [Tags "!Protected"]
1736
+ @sapIndicationColor_1_Active_Background: lighten(@sapIndicationColor_1, 10);
1737
+
1738
+ // [Tags "!Protected"]
1739
+ @sapIndicationColor_1_TextColor: contrast(@sapIndicationColor_1_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1740
+
1741
+ // [Tags "!Protected"]
1742
+ @sapIndicationColor_2: #ff8f8f;
1743
+
1744
+ // [Tags "!Protected"]
1745
+ @sapIndicationColor_2_Background: @sapIndicationColor_2;
1746
+
1747
+ // [Tags "!Protected"]
1748
+ @sapIndicationColor_2_BorderColor: @sapIndicationColor_2;
1749
+
1750
+ // [Tags "!Protected"]
1751
+ @sapIndicationColor_2_Hover_Background: lighten(@sapIndicationColor_2, 5);
1752
+
1753
+ // [Tags "!Protected"]
1754
+ @sapIndicationColor_2_Active_Background: lighten(@sapIndicationColor_2, 10);
1755
+
1756
+ // [Tags "!Protected"]
1757
+ @sapIndicationColor_2_TextColor: contrast(@sapIndicationColor_2_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1758
+
1759
+ // [Tags "!Protected"]
1760
+ @sapIndicationColor_3: #ffc933;
1761
+
1762
+ // [Tags "!Protected"]
1763
+ @sapIndicationColor_3_Background: @sapIndicationColor_3;
1764
+
1765
+ // [Tags "!Protected"]
1766
+ @sapIndicationColor_3_BorderColor: @sapIndicationColor_3_Background;
1767
+
1768
+ // [Tags "!Protected"]
1769
+ @sapIndicationColor_3_Hover_Background: lighten(@sapIndicationColor_3_Background, 3);
1770
+
1771
+ // [Tags "!Protected"]
1772
+ @sapIndicationColor_3_Active_Background: lighten(@sapIndicationColor_3_Background, 6);
1773
+
1774
+ // [Tags "!Protected"]
1775
+ @sapIndicationColor_3_TextColor: contrast(@sapIndicationColor_3_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1776
+
1777
+ // [Tags "!Protected"]
1778
+ @sapIndicationColor_4: #bde986;
1779
+
1780
+ // [Tags "!Protected"]
1781
+ @sapIndicationColor_4_Background: @sapIndicationColor_4;
1782
+
1783
+ // [Tags "!Protected"]
1784
+ @sapIndicationColor_4_BorderColor: @sapIndicationColor_4;
1785
+
1786
+ // [Tags "!Protected"]
1787
+ @sapIndicationColor_4_Hover_Background: lighten(@sapIndicationColor_4, 5);
1788
+
1789
+ // [Tags "!Protected"]
1790
+ @sapIndicationColor_4_Active_Background: lighten(@sapIndicationColor_4, 10);
1791
+
1792
+ // [Tags "!Protected"]
1793
+ @sapIndicationColor_4_TextColor: contrast(@sapIndicationColor_4_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1794
+
1795
+ // [Tags "!Protected"]
1796
+ @sapIndicationColor_5: #a6e0ff;
1797
+
1798
+ // [Tags "!Protected"]
1799
+ @sapIndicationColor_5_Background: @sapIndicationColor_5;
1800
+
1801
+ // [Tags "!Protected"]
1802
+ @sapIndicationColor_5_BorderColor: @sapIndicationColor_5;
1803
+
1804
+ // [Tags "!Protected"]
1805
+ @sapIndicationColor_5_Hover_Background: lighten(@sapIndicationColor_5, 5);
1806
+
1807
+ // [Tags "!Protected"]
1808
+ @sapIndicationColor_5_Active_Background: lighten(@sapIndicationColor_5, 10);
1809
+
1810
+ // [Tags "!Protected"]
1811
+ @sapIndicationColor_5_TextColor: contrast(@sapIndicationColor_5_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1812
+
1813
+ // [Tags "!Protected"]
1814
+ @sapIndicationColor_6: #64edd2;
1815
+
1816
+ // [Tags "!Protected"]
1817
+ @sapIndicationColor_6_Background: @sapIndicationColor_6;
1818
+
1819
+ // [Tags "!Protected"]
1820
+ @sapIndicationColor_6_BorderColor: @sapIndicationColor_6;
1821
+
1822
+ // [Tags "!Protected"]
1823
+ @sapIndicationColor_6_Hover_Background: lighten(@sapIndicationColor_6, 5);
1824
+
1825
+ // [Tags "!Protected"]
1826
+ @sapIndicationColor_6_Active_Background: lighten(@sapIndicationColor_6, 10);
1827
+
1828
+ // [Tags "!Protected"]
1829
+ @sapIndicationColor_6_TextColor: contrast(@sapIndicationColor_6_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1830
+
1831
+ // [Tags "!Protected"]
1832
+ @sapIndicationColor_7: #d3b6ff;
1833
+
1834
+ // [Tags "!Protected"]
1835
+ @sapIndicationColor_7_Background: @sapIndicationColor_7;
1836
+
1837
+ // [Tags "!Protected"]
1838
+ @sapIndicationColor_7_BorderColor: @sapIndicationColor_7;
1839
+
1840
+ // [Tags "!Protected"]
1841
+ @sapIndicationColor_7_Hover_Background: lighten(@sapIndicationColor_7, 5);
1842
+
1843
+ // [Tags "!Protected"]
1844
+ @sapIndicationColor_7_Active_Background: lighten(@sapIndicationColor_7, 10);
1845
+
1846
+ // [Tags "!Protected"]
1847
+ @sapIndicationColor_7_TextColor: contrast(@sapIndicationColor_7_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1848
+
1849
+ // [Tags "!Protected"]
1850
+ @sapIndicationColor_8: #ff8af0;
1851
+
1852
+ // [Tags "!Protected"]
1853
+ @sapIndicationColor_8_Background: @sapIndicationColor_8;
1854
+
1855
+ // [Tags "!Protected"]
1856
+ @sapIndicationColor_8_BorderColor: @sapIndicationColor_8;
1857
+
1858
+ // [Tags "!Protected"]
1859
+ @sapIndicationColor_8_Hover_Background: lighten(@sapIndicationColor_8, 5);
1860
+
1861
+ // [Tags "!Protected"]
1862
+ @sapIndicationColor_8_Active_Background: lighten(@sapIndicationColor_8, 10);
1863
+
1864
+ // [Tags "!Protected"]
1865
+ @sapIndicationColor_8_TextColor: contrast(@sapIndicationColor_8_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1866
+
1867
+ // [Tags "!Protected"]
1868
+ @sapLegend_WorkingBackground: @sapList_Background;
1869
+
1870
+ // [Tags "!Protected"]
1871
+ @sapLegend_NonWorkingBackground: darken(@sapList_Background, 8);
1872
+
1873
+ // [Tags "!Protected"]
1874
+ @sapLegend_CurrentDateTime: @sapAccentColor4;
1875
+
1876
+ // [Tags "!Protected"]
1877
+ @sapLegendColor1: #ffb300;
1878
+
1879
+ // [Tags "!Protected"]
1880
+ @sapLegendColor2: #f5734b;
1881
+
1882
+ // [Tags "!Protected"]
1883
+ @sapLegendColor3: #feabc8;
1884
+
1885
+ // [Tags "!Protected"]
1886
+ @sapLegendColor4: #db7070;
1887
+
1888
+ // [Tags "!Protected"]
1889
+ @sapLegendColor5: #ff8af0;
1890
+
1891
+ // [Tags "!Protected"]
1892
+ @sapLegendColor6: #89d1ff;
1893
+
1894
+ // [Tags "!Protected"]
1895
+ @sapLegendColor7: #2ce0bf;
1896
+
1897
+ // [Tags "!Protected"]
1898
+ @sapLegendColor8: #97dd40;
1899
+
1900
+ // [Tags "!Protected"]
1901
+ @sapLegendColor9: #a9b4be;
1902
+
1903
+ // [Tags "!Protected"]
1904
+ @sapLegendColor10: #aa7dd9;
1905
+
1906
+ // [Tags "!Protected"]
1907
+ @sapLegendColor11: #f58b00;
1908
+
1909
+ // [Tags "!Protected"]
1910
+ @sapLegendColor12: #fbbfac;
1911
+
1912
+ // [Tags "!Protected"]
1913
+ @sapLegendColor13: #ffa1a1;
1914
+
1915
+ // [Tags "!Protected"]
1916
+ @sapLegendColor14: #ff9e74;
1917
+
1918
+ // [Tags "!Protected"]
1919
+ @sapLegendColor15: #af9cc3;
1920
+
1921
+ // [Tags "!Protected"]
1922
+ @sapLegendColor16: #aabce3;
1923
+
1924
+ // [Tags "!Protected"]
1925
+ @sapLegendColor17: #dafdf5;
1926
+
1927
+ // [Tags "!Protected"]
1928
+ @sapLegendColor18: #d5f1b1;
1929
+
1930
+ // [Tags "!Protected"]
1931
+ @sapLegendColor19: #d1efff;
1932
+
1933
+ // [Tags "!Protected"]
1934
+ @sapLegendColor20: #e2d8ff;
1935
+
1936
+ // [Tags "!Protected"]
1937
+ @sapLegendBackgroundColor1: #382700;
1938
+
1939
+ // [Tags "!Protected"]
1940
+ @sapLegendBackgroundColor2: #501605;
1941
+
1942
+ // [Tags "!Protected"]
1943
+ @sapLegendBackgroundColor3: #510136;
1944
+
1945
+ // [Tags "!Protected"]
1946
+ @sapLegendBackgroundColor4: #411c1c;
1947
+
1948
+ // [Tags "!Protected"]
1949
+ @sapLegendBackgroundColor5: #28004a;
1950
+
1951
+ // [Tags "!Protected"]
1952
+ @sapLegendBackgroundColor6: #00144a;
1953
+
1954
+ // [Tags "!Protected"]
1955
+ @sapLegendBackgroundColor7: #012931;
1956
+
1957
+ // [Tags "!Protected"]
1958
+ @sapLegendBackgroundColor8: #1f2519;
1959
+
1960
+ // [Tags "!Protected"]
1961
+ @sapLegendBackgroundColor9: #182430;
1962
+
1963
+ // [Tags "!Protected"]
1964
+ @sapLegendBackgroundColor10: #30164b;
1965
+
1966
+ // [Tags "!Protected"]
1967
+ @sapLegendBackgroundColor11: #571400;
1968
+
1969
+ // [Tags "!Protected"]
1970
+ @sapLegendBackgroundColor12: #360c03;
1971
+
1972
+ // [Tags "!Protected"]
1973
+ @sapLegendBackgroundColor13: #3d0000;
1974
+
1975
+ // [Tags "!Protected"]
1976
+ @sapLegendBackgroundColor14: #421502;
1977
+
1978
+ // [Tags "!Protected"]
1979
+ @sapLegendBackgroundColor15: #332640;
1980
+
1981
+ // [Tags "!Protected"]
1982
+ @sapLegendBackgroundColor16: #121d35;
1983
+
1984
+ // [Tags "!Protected"]
1985
+ @sapLegendBackgroundColor17: #013131;
1986
+
1987
+ // [Tags "!Protected"]
1988
+ @sapLegendBackgroundColor18: #1e3009;
1989
+
1990
+ // [Tags "!Protected"]
1991
+ @sapLegendBackgroundColor19: #0a285c;
1992
+
1993
+ // [Tags "!Protected"]
1994
+ @sapLegendBackgroundColor20: #1c0c6e;
1995
+
1996
+ // [Tags "!Protected"]
1997
+ @sapChart_OrderedColor_1: #1b90ff;
1998
+
1999
+ // [Tags "!Protected"]
2000
+ @sapChart_OrderedColor_2: #f26018;
2001
+
2002
+ // [Tags "!Protected"]
2003
+ @sapChart_OrderedColor_3: #179c6f;
2004
+
2005
+ // [Tags "!Protected"]
2006
+ @sapChart_OrderedColor_4: #f62866;
2007
+
2008
+ // [Tags "!Protected"]
2009
+ @sapChart_OrderedColor_5: #863fd5;
2010
+
2011
+ // [Tags "!Protected"]
2012
+ @sapChart_OrderedColor_6: #04a29d;
2013
+
2014
+ // [Tags "!Protected"]
2015
+ @sapChart_OrderedColor_7: #0070f2;
2016
+
2017
+ // [Tags "!Protected"]
2018
+ @sapChart_OrderedColor_8: #cc00dc;
2019
+
2020
+ // [Tags "!Protected"]
2021
+ @sapChart_OrderedColor_9: #8396a8;
2022
+
2023
+ // [Tags "!Protected"]
2024
+ @sapChart_OrderedColor_10: #f54747;
2025
+
2026
+ // [Tags "!Protected"]
2027
+ @sapChart_OrderedColor_11: #20578c;
2028
+
2029
+ // [Tags "!Protected"]
2030
+ @sapChart_Bad: #f53232;
2031
+
2032
+ // [Tags "!Protected"]
2033
+ @sapChart_Critical: #e76500;
2034
+
2035
+ // [Tags "!Protected"]
2036
+ @sapChart_Good: #30914c;
2037
+
2038
+ // [Tags "!Protected"]
2039
+ @sapChart_Neutral: #788fa6;
2040
+
2041
+ // [Tags "!Protected"]
2042
+ @sapChart_Sequence_1: @sapChart_OrderedColor_1;
2043
+
2044
+ // [Tags "!Protected"]
2045
+ @sapChart_Sequence_2: @sapChart_OrderedColor_2;
2046
+
2047
+ // [Tags "!Protected"]
2048
+ @sapChart_Sequence_3: @sapChart_OrderedColor_3;
2049
+
2050
+ // [Tags "!Protected"]
2051
+ @sapChart_Sequence_4: @sapChart_OrderedColor_4;
2052
+
2053
+ // [Tags "!Protected"]
2054
+ @sapChart_Sequence_5: @sapChart_OrderedColor_5;
2055
+
2056
+ // [Tags "!Protected"]
2057
+ @sapChart_Sequence_6: @sapChart_OrderedColor_6;
2058
+
2059
+ // [Tags "!Protected"]
2060
+ @sapChart_Sequence_7: @sapChart_OrderedColor_7;
2061
+
2062
+ // [Tags "!Protected"]
2063
+ @sapChart_Sequence_8: @sapChart_OrderedColor_8;
2064
+
2065
+ // [Tags "!Protected"]
2066
+ @sapChart_Sequence_9: @sapChart_OrderedColor_9;
2067
+
2068
+ // [Tags "!Protected"]
2069
+ @sapChart_Sequence_10: @sapChart_OrderedColor_10;
2070
+
2071
+ // [Tags "!Protected"]
2072
+ @sapChart_Sequence_11: @sapChart_OrderedColor_11;
2073
+
2074
+ // [Tags "!Protected"]
2075
+ @sapChart_Sequence_Neutral: @sapChart_Neutral;
2076
+ // @sapFontUrl_SAP-icons_ttf: url(./../sap_horizon/fonts/SAP-icons.ttf);
2077
+ // @sapFontUrl_SAP-icons_woff: url(./../sap_horizon/fonts/SAP-icons.woff);
2078
+ // @sapFontUrl_SAP-icons_woff2: url(./../sap_horizon/fonts/SAP-icons.woff2);
2079
+ // @sapFontUrl_SAP-icons-TNT_ttf: url(./../baseTheme/fonts/SAP-icons-TNT.ttf);
2080
+ // @sapFontUrl_SAP-icons-TNT_woff: url(./../baseTheme/fonts/SAP-icons-TNT.woff);
2081
+ // @sapFontUrl_SAP-icons-TNT_woff2: url(./../baseTheme/fonts/SAP-icons-TNT.woff2);
2082
+ // @sapFontUrl_SAP-icons-Business-Suite_ttf: url(./../baseTheme/fonts/BusinessSuiteInAppSymbols.ttf);
2083
+ // @sapFontUrl_SAP-icons-Business-Suite_woff: url(./../baseTheme/fonts/BusinessSuiteInAppSymbols.woff);
2084
+ // @sapFontUrl_SAP-icons-Business-Suite_woff2: url(./../baseTheme/fonts/BusinessSuiteInAppSymbols.woff2);
2085
+ // @sapFontUrl_72_Regular_woff2: url(./../baseTheme/fonts/72-Regular.woff2);
2086
+ // @sapFontUrl_72_Regular_woff: url(./../baseTheme/fonts/72-Regular.woff);
2087
+ // @sapFontUrl_72_Bold_woff2: url(./../baseTheme/fonts/72-Bold.woff2);
2088
+ // @sapFontUrl_72_Bold_woff: url(./../baseTheme/fonts/72-Bold.woff);
2089
+ // @sapFontUrl_72_Semibold_woff2: url(./../baseTheme/fonts/72-Semibold.woff2);
2090
+ // @sapFontUrl_72_Semibold_woff: url(./../baseTheme/fonts/72-Semibold.woff);
2091
+ // @sapFontUrl_72_SemiboldDuplex_woff2: url(./../baseTheme/fonts/72-SemiboldDuplex.woff2);
2092
+ // @sapFontUrl_72_SemiboldDuplex_woff: url(./../baseTheme/fonts/72-SemiboldDuplex.woff);
2093
+ // @sapFontUrl_72_Light_woff2: url(./../baseTheme/fonts/72-Light.woff2);
2094
+ // @sapFontUrl_72_Light_woff: url(./../baseTheme/fonts/72-Light.woff);
2095
+ // @sapFontUrl_72_Regular_full_woff2: url(./../baseTheme/fonts/72-Regular-full.woff2);
2096
+ // @sapFontUrl_72_Regular_full_woff: url(./../baseTheme/fonts/72-Regular-full.woff);
2097
+ // @sapFontUrl_72_Bold_full_woff2: url(./../baseTheme/fonts/72-Bold-full.woff2);
2098
+ // @sapFontUrl_72_Bold_full_woff: url(./../baseTheme/fonts/72-Bold-full.woff);
2099
+ // @sapFontUrl_72_Semibold_full_woff2: url(./../baseTheme/fonts/72-Semibold-full.woff2);
2100
+ // @sapFontUrl_72_Semibold_full_woff: url(./../baseTheme/fonts/72-Semibold-full.woff);
2101
+ // @sapFontUrl_72_SemiboldDuplex_full_woff2: url(./../baseTheme/fonts/72-SemiboldDuplex-full.woff2);
2102
+ // @sapFontUrl_72_SemiboldDuplex_full_woff: url(./../baseTheme/fonts/72-SemiboldDuplex-full.woff);
2103
+ // @sapFontUrl_72_Light_full_woff2: url(./../baseTheme/fonts/72-Light-full.woff2);
2104
+ // @sapFontUrl_72_Light_full_woff: url(./../baseTheme/fonts/72-Light-full.woff);
2105
+ // @sapFontUrl_72_Black_woff2: url(./../baseTheme/fonts/72-Black.woff2);
2106
+ // @sapFontUrl_72_Black_woff: url(./../baseTheme/fonts/72-Black.woff);
2107
+ // @sapFontUrl_72_BoldItalic_woff2: url(./../baseTheme/fonts/72-BoldItalic.woff2);
2108
+ // @sapFontUrl_72_BoldItalic_woff: url(./../baseTheme/fonts/72-BoldItalic.woff);
2109
+ // @sapFontUrl_72_Condensed_woff2: url(./../baseTheme/fonts/72-Condensed.woff2);
2110
+ // @sapFontUrl_72_Condensed_woff: url(./../baseTheme/fonts/72-Condensed.woff);
2111
+ // @sapFontUrl_72_CondensedBold_woff2: url(./../baseTheme/fonts/72-CondensedBold.woff2);
2112
+ // @sapFontUrl_72_CondensedBold_woff: url(./../baseTheme/fonts/72-CondensedBold.woff);
2113
+ // @sapFontUrl_72_Italic_woff2: url(./../baseTheme/fonts/72-Italic.woff2);
2114
+ // @sapFontUrl_72_Italic_woff: url(./../baseTheme/fonts/72-Italic.woff);
2115
+ // @sapFontUrl_72Mono_Regular_woff2: url(./../baseTheme/fonts/72Mono-Regular.woff2);
2116
+ // @sapFontUrl_72Mono_Regular_woff: url(./../baseTheme/fonts/72Mono-Regular.woff);
2117
+ // @sapFontUrl_72Mono_Regular_full_woff2: url(./../baseTheme/fonts/72Mono-Regular-full.woff2);
2118
+ // @sapFontUrl_72Mono_Regular_full_woff: url(./../baseTheme/fonts/72Mono-Regular-full.woff);
2119
+ // @sapFontUrl_72Mono_Bold_woff2: url(./../baseTheme/fonts/72Mono-Bold.woff2);
2120
+ // @sapFontUrl_72Mono_Bold_woff: url(./../baseTheme/fonts/72Mono-Bold.woff);
2121
+ // @sapFontUrl_72Mono_Bold_full_woff2: url(./../baseTheme/fonts/72Mono-Bold-full.woff2);
2122
+ // @sapFontUrl_72Mono_Bold_full_woff: url(./../baseTheme/fonts/72Mono-Bold-full.woff);
2123
+ // @sapSvgLib_SAP-icons: none;
2124
+ // @sapSvgLib_SAPGUI-icons: url(./../sap_horizon/svg/libs/SAPGUI-icons.svg);
2125
+ // @sapSvgLib_SAPWeb-icons: url(./../sap_horizon/svg/libs/SAPWeb-icons.svg);
2126
+ @sapBackgroundColorDefault: darken(@sapPrimary3, 3);
2127
+ @sapList_HighlightColor: @sapHighlightColor;
2128
+ @sapShell_BackgroundGradient: linear-gradient(to bottom, @sapShell_Background, @sapShell_Background);