@openui5/themelib_sap_horizon 1.98.0 → 1.101.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1362) hide show
  1. package/THIRDPARTY.txt +6 -6
  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 +4 -0
  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 +5 -9
  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/library.source.less +1 -0
  11. package/src/sap/f/themes/sap_horizon_dark/AvatarGroup.less +42 -0
  12. package/src/sap/f/themes/sap_horizon_dark/Card.less +33 -0
  13. package/src/sap/f/themes/sap_horizon_dark/DynamicPage.less +185 -0
  14. package/src/sap/f/themes/sap_horizon_dark/DynamicPageHeader.less +21 -0
  15. package/src/sap/f/themes/sap_horizon_dark/DynamicPageTitle.less +148 -0
  16. package/src/sap/f/themes/sap_horizon_dark/FlexibleColumnLayout.less +19 -0
  17. package/src/sap/f/themes/sap_horizon_dark/GridList.less +9 -0
  18. package/src/sap/f/themes/sap_horizon_dark/GridListItem.less +11 -0
  19. package/src/sap/f/themes/sap_horizon_dark/ListContentItem.less +18 -0
  20. package/src/sap/f/themes/sap_horizon_dark/ProductSwitchItem.less +4 -0
  21. package/src/sap/f/themes/sap_horizon_dark/ShellBar.less +338 -0
  22. package/src/sap/f/themes/sap_horizon_dark/library.source.less +20 -0
  23. package/src/sap/f/themes/sap_horizon_hcb/AvatarGroup.less +8 -0
  24. package/src/sap/f/themes/sap_horizon_hcb/Card.less +37 -0
  25. package/src/sap/f/themes/sap_horizon_hcb/CardLoading.less +7 -0
  26. package/src/sap/f/themes/sap_horizon_hcb/DynamicPage.less +181 -0
  27. package/src/sap/f/themes/sap_horizon_hcb/DynamicPageHeader.less +20 -0
  28. package/src/sap/f/themes/sap_horizon_hcb/DynamicPageTitle.less +114 -0
  29. package/src/sap/f/themes/sap_horizon_hcb/FlexibleColumnLayout.less +55 -0
  30. package/src/sap/f/themes/sap_horizon_hcb/GridContainer.less +6 -0
  31. package/src/sap/f/themes/sap_horizon_hcb/GridList.less +6 -0
  32. package/src/sap/f/themes/sap_horizon_hcb/GridListItem.less +8 -0
  33. package/src/sap/f/themes/sap_horizon_hcb/ProductSwitchItem.less +8 -0
  34. package/src/sap/f/themes/sap_horizon_hcb/ShellBar.less +41 -0
  35. package/src/sap/f/themes/sap_horizon_hcb/library.source.less +21 -0
  36. package/src/sap/f/themes/sap_horizon_hcw/AvatarGroup.less +8 -0
  37. package/src/sap/f/themes/sap_horizon_hcw/Card.less +37 -0
  38. package/src/sap/f/themes/sap_horizon_hcw/CardLoading.less +7 -0
  39. package/src/sap/f/themes/sap_horizon_hcw/DynamicPage.less +182 -0
  40. package/src/sap/f/themes/sap_horizon_hcw/DynamicPageHeader.less +20 -0
  41. package/src/sap/f/themes/sap_horizon_hcw/DynamicPageTitle.less +114 -0
  42. package/src/sap/f/themes/sap_horizon_hcw/FlexibleColumnLayout.less +55 -0
  43. package/src/sap/f/themes/sap_horizon_hcw/GridContainer.less +6 -0
  44. package/src/sap/f/themes/sap_horizon_hcw/GridList.less +6 -0
  45. package/src/sap/f/themes/sap_horizon_hcw/GridListItem.less +8 -0
  46. package/src/sap/f/themes/sap_horizon_hcw/ProductSwitchItem.less +8 -0
  47. package/src/sap/f/themes/sap_horizon_hcw/ShellBar.less +42 -0
  48. package/src/sap/f/themes/sap_horizon_hcw/library.source.less +21 -0
  49. package/src/sap/m/themes/sap_horizon/Avatar.less +34 -105
  50. package/src/sap/m/themes/sap_horizon/Button.less +39 -70
  51. package/src/sap/m/themes/sap_horizon/CheckBox.less +140 -197
  52. package/src/sap/m/themes/sap_horizon/ColorPalette.less +1 -1
  53. package/src/sap/m/themes/sap_horizon/Dialog.less +36 -21
  54. package/src/sap/m/themes/sap_horizon/GenericTile.less +0 -6
  55. package/src/sap/m/themes/sap_horizon/IconTabBar.less +132 -45
  56. package/src/sap/m/themes/sap_horizon/InputBase.less +59 -137
  57. package/src/sap/m/themes/sap_horizon/Link.less +17 -13
  58. package/src/sap/m/themes/sap_horizon/MenuButton.less +4 -4
  59. package/src/sap/m/themes/sap_horizon/MessageBox.less +5 -5
  60. package/src/sap/m/themes/sap_horizon/MessageStrip.less +7 -8
  61. package/src/sap/m/themes/sap_horizon/ObjectAttribute.less +14 -21
  62. package/src/sap/m/themes/sap_horizon/OverflowToolbarAssociativePopover.less +19 -0
  63. package/src/sap/m/themes/sap_horizon/Page.less +5 -2
  64. package/src/sap/m/themes/sap_horizon/Popover.less +22 -8
  65. package/src/sap/m/themes/sap_horizon/RadioButton.less +65 -8
  66. package/src/sap/m/themes/sap_horizon/SearchField.less +35 -69
  67. package/src/sap/m/themes/sap_horizon/SegmentedButton.less +9 -5
  68. package/src/sap/m/themes/sap_horizon/Select.less +125 -53
  69. package/src/sap/m/themes/sap_horizon/SelectList.less +19 -2
  70. package/src/sap/m/themes/sap_horizon/SlideTile.less +10 -1
  71. package/src/sap/m/themes/sap_horizon/SplitButton.less +20 -10
  72. package/src/sap/m/themes/sap_horizon/SuggestionsPopover.less +0 -4
  73. package/src/sap/m/themes/sap_horizon/Switch.less +180 -137
  74. package/src/sap/m/themes/sap_horizon/Token.less +28 -40
  75. package/src/sap/m/themes/sap_horizon/Tokenizer.less +5 -2
  76. package/src/sap/m/themes/sap_horizon/Toolbar.less +24 -20
  77. package/src/sap/m/themes/sap_horizon/ValueStateHeader.less +15 -14
  78. package/src/sap/m/themes/sap_horizon/ValueStateMessage.less +13 -11
  79. package/src/sap/m/themes/sap_horizon/library.source.less +0 -1
  80. package/src/sap/m/themes/sap_horizon_dark/ActionListItem.less +16 -0
  81. package/src/sap/m/themes/sap_horizon_dark/ActionSelect.less +83 -0
  82. package/src/sap/m/themes/sap_horizon_dark/ActionSheet.less +9 -0
  83. package/src/sap/m/themes/sap_horizon_dark/Avatar.less +61 -0
  84. package/src/sap/m/themes/sap_horizon_dark/Bar.less +78 -0
  85. package/src/sap/m/themes/sap_horizon_dark/Breadcrumbs.less +17 -0
  86. package/src/sap/m/themes/sap_horizon_dark/BusyDialog.less +7 -0
  87. package/src/sap/m/themes/sap_horizon_dark/BusyIndicator.less +15 -0
  88. package/src/sap/m/themes/sap_horizon_dark/Button.less +286 -0
  89. package/src/sap/m/themes/sap_horizon_dark/Carousel.less +47 -0
  90. package/src/sap/m/themes/sap_horizon_dark/CheckBox.less +216 -0
  91. package/src/sap/m/themes/sap_horizon_dark/ColorPalette.less +73 -0
  92. package/src/sap/m/themes/sap_horizon_dark/ColumnListItem.less +28 -0
  93. package/src/sap/m/themes/sap_horizon_dark/ComboBoxBase.less +19 -0
  94. package/src/sap/m/themes/sap_horizon_dark/CustomTile.less +8 -0
  95. package/src/sap/m/themes/sap_horizon_dark/Dialog.less +136 -0
  96. package/src/sap/m/themes/sap_horizon_dark/DraftIndicator.less +10 -0
  97. package/src/sap/m/themes/sap_horizon_dark/FeedInput.less +14 -0
  98. package/src/sap/m/themes/sap_horizon_dark/GenericTag.less +112 -0
  99. package/src/sap/m/themes/sap_horizon_dark/GenericTile.less +366 -0
  100. package/src/sap/m/themes/sap_horizon_dark/GroupHeaderListItem.less +8 -0
  101. package/src/sap/m/themes/sap_horizon_dark/HeaderContainer.less +18 -0
  102. package/src/sap/m/themes/sap_horizon_dark/IconTabBar.less +696 -0
  103. package/src/sap/m/themes/sap_horizon_dark/IconTabBarSelectList.less +6 -0
  104. package/src/sap/m/themes/sap_horizon_dark/Image.less +10 -0
  105. package/src/sap/m/themes/sap_horizon_dark/InputBase.less +137 -0
  106. package/src/sap/m/themes/sap_horizon_dark/LightBox.less +43 -0
  107. package/src/sap/m/themes/sap_horizon_dark/Link.less +59 -0
  108. package/src/sap/m/themes/sap_horizon_dark/ListBase.less +28 -0
  109. package/src/sap/m/themes/sap_horizon_dark/ListItemBase.less +28 -0
  110. package/src/sap/m/themes/sap_horizon_dark/MenuButton.less +46 -0
  111. package/src/sap/m/themes/sap_horizon_dark/MessageBox.less +19 -0
  112. package/src/sap/m/themes/sap_horizon_dark/MessagePage.less +34 -0
  113. package/src/sap/m/themes/sap_horizon_dark/MessageStrip.less +66 -0
  114. package/src/sap/m/themes/sap_horizon_dark/MessageView.less +95 -0
  115. package/src/sap/m/themes/sap_horizon_dark/MultiComboBox.less +48 -0
  116. package/src/sap/m/themes/sap_horizon_dark/MultiInput.less +16 -0
  117. package/src/sap/m/themes/sap_horizon_dark/NewsContent.less +29 -0
  118. package/src/sap/m/themes/sap_horizon_dark/NotificationListItem.less +27 -0
  119. package/src/sap/m/themes/sap_horizon_dark/ObjectAttribute.less +52 -0
  120. package/src/sap/m/themes/sap_horizon_dark/ObjectHeader.less +79 -0
  121. package/src/sap/m/themes/sap_horizon_dark/ObjectMarker.less +10 -0
  122. package/src/sap/m/themes/sap_horizon_dark/ObjectNumber.less +85 -0
  123. package/src/sap/m/themes/sap_horizon_dark/ObjectStatus.less +102 -0
  124. package/src/sap/m/themes/sap_horizon_dark/OverflowToolbarAssociativePopover.less +34 -0
  125. package/src/sap/m/themes/sap_horizon_dark/Page.less +226 -0
  126. package/src/sap/m/themes/sap_horizon_dark/Panel.less +87 -0
  127. package/src/sap/m/themes/sap_horizon_dark/PlanningCalendar.less +106 -0
  128. package/src/sap/m/themes/sap_horizon_dark/PlanningCalendarHeader.less +11 -0
  129. package/src/sap/m/themes/sap_horizon_dark/Popover.less +140 -0
  130. package/src/sap/m/themes/sap_horizon_dark/ProgressIndicator.less +112 -0
  131. package/src/sap/m/themes/sap_horizon_dark/PullToRefresh.less +15 -0
  132. package/src/sap/m/themes/sap_horizon_dark/QuickView.less +16 -0
  133. package/src/sap/m/themes/sap_horizon_dark/RadioButton.less +229 -0
  134. package/src/sap/m/themes/sap_horizon_dark/RadioButtonGroup.less +8 -0
  135. package/src/sap/m/themes/sap_horizon_dark/RangeSlider.less +76 -0
  136. package/src/sap/m/themes/sap_horizon_dark/RatingIndicator.less +49 -0
  137. package/src/sap/m/themes/sap_horizon_dark/ResponsivePopover.less +12 -0
  138. package/src/sap/m/themes/sap_horizon_dark/ScrollContainer.less +19 -0
  139. package/src/sap/m/themes/sap_horizon_dark/SearchField.less +73 -0
  140. package/src/sap/m/themes/sap_horizon_dark/SegmentedButton.less +262 -0
  141. package/src/sap/m/themes/sap_horizon_dark/Select.less +349 -0
  142. package/src/sap/m/themes/sap_horizon_dark/SelectDialog.less +23 -0
  143. package/src/sap/m/themes/sap_horizon_dark/SelectList.less +81 -0
  144. package/src/sap/m/themes/sap_horizon_dark/Shell.less +36 -0
  145. package/src/sap/m/themes/sap_horizon_dark/SinglePlanningCalendarGrid.less +225 -0
  146. package/src/sap/m/themes/sap_horizon_dark/SinglePlanningCalendarMonthGrid.less +42 -0
  147. package/src/sap/m/themes/sap_horizon_dark/SlideTile.less +85 -0
  148. package/src/sap/m/themes/sap_horizon_dark/Slider.less +148 -0
  149. package/src/sap/m/themes/sap_horizon_dark/SliderTooltip.less +32 -0
  150. package/src/sap/m/themes/sap_horizon_dark/SplitButton.less +217 -0
  151. package/src/sap/m/themes/sap_horizon_dark/StandardListItem.less +35 -0
  152. package/src/sap/m/themes/sap_horizon_dark/StandardTile.less +28 -0
  153. package/src/sap/m/themes/sap_horizon_dark/SuggestionsPopover.less +24 -0
  154. package/src/sap/m/themes/sap_horizon_dark/Switch.less +335 -0
  155. package/src/sap/m/themes/sap_horizon_dark/TabContainer.less +21 -0
  156. package/src/sap/m/themes/sap_horizon_dark/TabStrip.less +169 -0
  157. package/src/sap/m/themes/sap_horizon_dark/Table.less +46 -0
  158. package/src/sap/m/themes/sap_horizon_dark/TableSelectDialog.less +23 -0
  159. package/src/sap/m/themes/sap_horizon_dark/Text.less +11 -0
  160. package/src/sap/m/themes/sap_horizon_dark/TextArea.less +33 -0
  161. package/src/sap/m/themes/sap_horizon_dark/TileContainer.less +17 -0
  162. package/src/sap/m/themes/sap_horizon_dark/TileContent.less +15 -0
  163. package/src/sap/m/themes/sap_horizon_dark/TimePicker.less +8 -0
  164. package/src/sap/m/themes/sap_horizon_dark/TimePickerSliders.less +147 -0
  165. package/src/sap/m/themes/sap_horizon_dark/ToggleButton.less +106 -0
  166. package/src/sap/m/themes/sap_horizon_dark/Token.less +62 -0
  167. package/src/sap/m/themes/sap_horizon_dark/Tokenizer.less +93 -0
  168. package/src/sap/m/themes/sap_horizon_dark/Toolbar.less +85 -0
  169. package/src/sap/m/themes/sap_horizon_dark/UploadCollection.less +11 -0
  170. package/src/sap/m/themes/sap_horizon_dark/ValueStateHeader.less +61 -0
  171. package/src/sap/m/themes/sap_horizon_dark/ValueStateMessage.less +50 -0
  172. package/src/sap/m/themes/sap_horizon_dark/ViewSettingsDialog.less +44 -0
  173. package/src/sap/m/themes/sap_horizon_dark/WheelSlider.less +110 -0
  174. package/src/sap/m/themes/sap_horizon_dark/Wizard.less +28 -0
  175. package/src/sap/m/themes/sap_horizon_dark/WizardProgressNavigator.less +103 -0
  176. package/src/sap/m/themes/sap_horizon_dark/WizardStep.less +8 -0
  177. package/src/sap/m/themes/sap_horizon_dark/library.source.less +109 -0
  178. package/src/sap/m/themes/sap_horizon_hcb/ActionListItem.less +54 -0
  179. package/src/sap/m/themes/sap_horizon_hcb/ActionSelect.less +70 -0
  180. package/src/sap/m/themes/sap_horizon_hcb/ActionSheet.less +9 -0
  181. package/src/sap/m/themes/sap_horizon_hcb/Avatar.less +67 -0
  182. package/src/sap/m/themes/sap_horizon_hcb/Bar.less +78 -0
  183. package/src/sap/m/themes/sap_horizon_hcb/Breadcrumbs.less +19 -0
  184. package/src/sap/m/themes/sap_horizon_hcb/BrowserScrollbar.less +35 -0
  185. package/src/sap/m/themes/sap_horizon_hcb/BusyDialog.less +7 -0
  186. package/src/sap/m/themes/sap_horizon_hcb/BusyIndicator.less +15 -0
  187. package/src/sap/m/themes/sap_horizon_hcb/Button.less +255 -0
  188. package/src/sap/m/themes/sap_horizon_hcb/Carousel.less +76 -0
  189. package/src/sap/m/themes/sap_horizon_hcb/CheckBox.less +219 -0
  190. package/src/sap/m/themes/sap_horizon_hcb/ColorPalette.less +73 -0
  191. package/src/sap/m/themes/sap_horizon_hcb/ColumnListItem.less +28 -0
  192. package/src/sap/m/themes/sap_horizon_hcb/ComboBox.less +9 -0
  193. package/src/sap/m/themes/sap_horizon_hcb/ComboBoxBase.less +29 -0
  194. package/src/sap/m/themes/sap_horizon_hcb/CustomTile.less +8 -0
  195. package/src/sap/m/themes/sap_horizon_hcb/DateTimePicker.less +8 -0
  196. package/src/sap/m/themes/sap_horizon_hcb/Dialog.less +117 -0
  197. package/src/sap/m/themes/sap_horizon_hcb/FeedContent.less +8 -0
  198. package/src/sap/m/themes/sap_horizon_hcb/FeedInput.less +12 -0
  199. package/src/sap/m/themes/sap_horizon_hcb/FeedListItem.less +14 -0
  200. package/src/sap/m/themes/sap_horizon_hcb/GenericTag.less +29 -0
  201. package/src/sap/m/themes/sap_horizon_hcb/GenericTile.less +151 -0
  202. package/src/sap/m/themes/sap_horizon_hcb/HeaderContainer.less +34 -0
  203. package/src/sap/m/themes/sap_horizon_hcb/IconTabBar.less +491 -0
  204. package/src/sap/m/themes/sap_horizon_hcb/IconTabBarSelectList.less +6 -0
  205. package/src/sap/m/themes/sap_horizon_hcb/Image.less +8 -0
  206. package/src/sap/m/themes/sap_horizon_hcb/ImageContent.less +8 -0
  207. package/src/sap/m/themes/sap_horizon_hcb/Input.less +8 -0
  208. package/src/sap/m/themes/sap_horizon_hcb/InputBase.less +118 -0
  209. package/src/sap/m/themes/sap_horizon_hcb/LightBox.less +41 -0
  210. package/src/sap/m/themes/sap_horizon_hcb/Link.less +54 -0
  211. package/src/sap/m/themes/sap_horizon_hcb/ListBase.less +40 -0
  212. package/src/sap/m/themes/sap_horizon_hcb/ListItemBase.less +20 -0
  213. package/src/sap/m/themes/sap_horizon_hcb/Menu.less +10 -0
  214. package/src/sap/m/themes/sap_horizon_hcb/MenuButton.less +41 -0
  215. package/src/sap/m/themes/sap_horizon_hcb/MenuListItem.less +8 -0
  216. package/src/sap/m/themes/sap_horizon_hcb/MessageBox.less +19 -0
  217. package/src/sap/m/themes/sap_horizon_hcb/MessagePage.less +34 -0
  218. package/src/sap/m/themes/sap_horizon_hcb/MessageStrip.less +22 -0
  219. package/src/sap/m/themes/sap_horizon_hcb/MessageView.less +92 -0
  220. package/src/sap/m/themes/sap_horizon_hcb/MultiComboBox.less +12 -0
  221. package/src/sap/m/themes/sap_horizon_hcb/NewsContent.less +9 -0
  222. package/src/sap/m/themes/sap_horizon_hcb/NotificationListBase.less +8 -0
  223. package/src/sap/m/themes/sap_horizon_hcb/NotificationListGroup.less +6 -0
  224. package/src/sap/m/themes/sap_horizon_hcb/NumericContent.less +8 -0
  225. package/src/sap/m/themes/sap_horizon_hcb/ObjectAttribute.less +63 -0
  226. package/src/sap/m/themes/sap_horizon_hcb/ObjectHeader.less +82 -0
  227. package/src/sap/m/themes/sap_horizon_hcb/ObjectListItem.less +11 -0
  228. package/src/sap/m/themes/sap_horizon_hcb/ObjectMarker.less +10 -0
  229. package/src/sap/m/themes/sap_horizon_hcb/ObjectNumber.less +68 -0
  230. package/src/sap/m/themes/sap_horizon_hcb/ObjectStatus.less +307 -0
  231. package/src/sap/m/themes/sap_horizon_hcb/OverflowToolbarAssociativePopover.less +34 -0
  232. package/src/sap/m/themes/sap_horizon_hcb/Page.less +229 -0
  233. package/src/sap/m/themes/sap_horizon_hcb/Panel.less +52 -0
  234. package/src/sap/m/themes/sap_horizon_hcb/PlanningCalendar.less +78 -0
  235. package/src/sap/m/themes/sap_horizon_hcb/Popover.less +160 -0
  236. package/src/sap/m/themes/sap_horizon_hcb/ProgressIndicator.less +110 -0
  237. package/src/sap/m/themes/sap_horizon_hcb/PullToRefresh.less +8 -0
  238. package/src/sap/m/themes/sap_horizon_hcb/QuickView.less +18 -0
  239. package/src/sap/m/themes/sap_horizon_hcb/RadioButton.less +197 -0
  240. package/src/sap/m/themes/sap_horizon_hcb/RadioButtonGroup.less +8 -0
  241. package/src/sap/m/themes/sap_horizon_hcb/RangeSlider.less +47 -0
  242. package/src/sap/m/themes/sap_horizon_hcb/RatingIndicator.less +38 -0
  243. package/src/sap/m/themes/sap_horizon_hcb/ResponsivePopover.less +12 -0
  244. package/src/sap/m/themes/sap_horizon_hcb/SearchField.less +72 -0
  245. package/src/sap/m/themes/sap_horizon_hcb/SegmentedButton.less +235 -0
  246. package/src/sap/m/themes/sap_horizon_hcb/Select.less +169 -0
  247. package/src/sap/m/themes/sap_horizon_hcb/SelectDialog.less +23 -0
  248. package/src/sap/m/themes/sap_horizon_hcb/SelectList.less +44 -0
  249. package/src/sap/m/themes/sap_horizon_hcb/Shell.less +31 -0
  250. package/src/sap/m/themes/sap_horizon_hcb/SinglePlanningCalendarGrid.less +161 -0
  251. package/src/sap/m/themes/sap_horizon_hcb/SinglePlanningCalendarMonthGrid.less +38 -0
  252. package/src/sap/m/themes/sap_horizon_hcb/SlideTile.less +47 -0
  253. package/src/sap/m/themes/sap_horizon_hcb/Slider.less +95 -0
  254. package/src/sap/m/themes/sap_horizon_hcb/SliderTooltip.less +42 -0
  255. package/src/sap/m/themes/sap_horizon_hcb/SplitButton.less +36 -0
  256. package/src/sap/m/themes/sap_horizon_hcb/SplitContainer.less +44 -0
  257. package/src/sap/m/themes/sap_horizon_hcb/StepInput.less +12 -0
  258. package/src/sap/m/themes/sap_horizon_hcb/Switch.less +380 -0
  259. package/src/sap/m/themes/sap_horizon_hcb/TabContainer.less +24 -0
  260. package/src/sap/m/themes/sap_horizon_hcb/TabStrip.less +180 -0
  261. package/src/sap/m/themes/sap_horizon_hcb/Table.less +58 -0
  262. package/src/sap/m/themes/sap_horizon_hcb/TableSelectDialog.less +23 -0
  263. package/src/sap/m/themes/sap_horizon_hcb/Text.less +11 -0
  264. package/src/sap/m/themes/sap_horizon_hcb/TextArea.less +12 -0
  265. package/src/sap/m/themes/sap_horizon_hcb/Tile.less +74 -0
  266. package/src/sap/m/themes/sap_horizon_hcb/TileContainer.less +21 -0
  267. package/src/sap/m/themes/sap_horizon_hcb/TileContent.less +14 -0
  268. package/src/sap/m/themes/sap_horizon_hcb/TimePicker.less +8 -0
  269. package/src/sap/m/themes/sap_horizon_hcb/TimePickerSliders.less +146 -0
  270. package/src/sap/m/themes/sap_horizon_hcb/ToggleButton.less +31 -0
  271. package/src/sap/m/themes/sap_horizon_hcb/Token.less +45 -0
  272. package/src/sap/m/themes/sap_horizon_hcb/Tokenizer.less +76 -0
  273. package/src/sap/m/themes/sap_horizon_hcb/Toolbar.less +85 -0
  274. package/src/sap/m/themes/sap_horizon_hcb/UploadCollection.less +35 -0
  275. package/src/sap/m/themes/sap_horizon_hcb/ValueStateHeader.less +66 -0
  276. package/src/sap/m/themes/sap_horizon_hcb/ValueStateMessage.less +55 -0
  277. package/src/sap/m/themes/sap_horizon_hcb/ViewSettingsDialog.less +45 -0
  278. package/src/sap/m/themes/sap_horizon_hcb/WheelSlider.less +52 -0
  279. package/src/sap/m/themes/sap_horizon_hcb/Wizard.less +37 -0
  280. package/src/sap/m/themes/sap_horizon_hcb/WizardProgressNavigator.less +103 -0
  281. package/src/sap/m/themes/sap_horizon_hcb/library.source.less +117 -0
  282. package/src/sap/m/themes/sap_horizon_hcb/shared.less +13 -0
  283. package/src/sap/m/themes/sap_horizon_hcw/ActionListItem.less +54 -0
  284. package/src/sap/m/themes/sap_horizon_hcw/ActionSelect.less +70 -0
  285. package/src/sap/m/themes/sap_horizon_hcw/ActionSheet.less +9 -0
  286. package/src/sap/m/themes/sap_horizon_hcw/Avatar.less +67 -0
  287. package/src/sap/m/themes/sap_horizon_hcw/Bar.less +78 -0
  288. package/src/sap/m/themes/sap_horizon_hcw/Breadcrumbs.less +19 -0
  289. package/src/sap/m/themes/sap_horizon_hcw/BrowserScrollbar.less +35 -0
  290. package/src/sap/m/themes/sap_horizon_hcw/BusyDialog.less +7 -0
  291. package/src/sap/m/themes/sap_horizon_hcw/BusyIndicator.less +15 -0
  292. package/src/sap/m/themes/sap_horizon_hcw/Button.less +255 -0
  293. package/src/sap/m/themes/sap_horizon_hcw/Carousel.less +74 -0
  294. package/src/sap/m/themes/sap_horizon_hcw/CheckBox.less +219 -0
  295. package/src/sap/m/themes/sap_horizon_hcw/ColorPalette.less +73 -0
  296. package/src/sap/m/themes/sap_horizon_hcw/ColumnListItem.less +29 -0
  297. package/src/sap/m/themes/sap_horizon_hcw/ComboBox.less +9 -0
  298. package/src/sap/m/themes/sap_horizon_hcw/ComboBoxBase.less +28 -0
  299. package/src/sap/m/themes/sap_horizon_hcw/CustomTile.less +8 -0
  300. package/src/sap/m/themes/sap_horizon_hcw/DateTimePicker.less +8 -0
  301. package/src/sap/m/themes/sap_horizon_hcw/Dialog.less +117 -0
  302. package/src/sap/m/themes/sap_horizon_hcw/FeedContent.less +8 -0
  303. package/src/sap/m/themes/sap_horizon_hcw/FeedInput.less +12 -0
  304. package/src/sap/m/themes/sap_horizon_hcw/FeedListItem.less +14 -0
  305. package/src/sap/m/themes/sap_horizon_hcw/GenericTag.less +29 -0
  306. package/src/sap/m/themes/sap_horizon_hcw/GenericTile.less +153 -0
  307. package/src/sap/m/themes/sap_horizon_hcw/HeaderContainer.less +34 -0
  308. package/src/sap/m/themes/sap_horizon_hcw/IconTabBar.less +490 -0
  309. package/src/sap/m/themes/sap_horizon_hcw/IconTabBarSelectList.less +6 -0
  310. package/src/sap/m/themes/sap_horizon_hcw/Image.less +8 -0
  311. package/src/sap/m/themes/sap_horizon_hcw/ImageContent.less +8 -0
  312. package/src/sap/m/themes/sap_horizon_hcw/Input.less +8 -0
  313. package/src/sap/m/themes/sap_horizon_hcw/InputBase.less +118 -0
  314. package/src/sap/m/themes/sap_horizon_hcw/LightBox.less +43 -0
  315. package/src/sap/m/themes/sap_horizon_hcw/Link.less +54 -0
  316. package/src/sap/m/themes/sap_horizon_hcw/ListBase.less +40 -0
  317. package/src/sap/m/themes/sap_horizon_hcw/ListItemBase.less +20 -0
  318. package/src/sap/m/themes/sap_horizon_hcw/Menu.less +10 -0
  319. package/src/sap/m/themes/sap_horizon_hcw/MenuButton.less +41 -0
  320. package/src/sap/m/themes/sap_horizon_hcw/MenuListItem.less +8 -0
  321. package/src/sap/m/themes/sap_horizon_hcw/MessageBox.less +19 -0
  322. package/src/sap/m/themes/sap_horizon_hcw/MessagePage.less +34 -0
  323. package/src/sap/m/themes/sap_horizon_hcw/MessageStrip.less +22 -0
  324. package/src/sap/m/themes/sap_horizon_hcw/MessageView.less +92 -0
  325. package/src/sap/m/themes/sap_horizon_hcw/MultiComboBox.less +12 -0
  326. package/src/sap/m/themes/sap_horizon_hcw/NewsContent.less +9 -0
  327. package/src/sap/m/themes/sap_horizon_hcw/NotificationListBase.less +8 -0
  328. package/src/sap/m/themes/sap_horizon_hcw/NotificationListGroup.less +6 -0
  329. package/src/sap/m/themes/sap_horizon_hcw/NumericContent.less +8 -0
  330. package/src/sap/m/themes/sap_horizon_hcw/ObjectAttribute.less +63 -0
  331. package/src/sap/m/themes/sap_horizon_hcw/ObjectHeader.less +82 -0
  332. package/src/sap/m/themes/sap_horizon_hcw/ObjectListItem.less +11 -0
  333. package/src/sap/m/themes/sap_horizon_hcw/ObjectMarker.less +10 -0
  334. package/src/sap/m/themes/sap_horizon_hcw/ObjectNumber.less +69 -0
  335. package/src/sap/m/themes/sap_horizon_hcw/ObjectStatus.less +307 -0
  336. package/src/sap/m/themes/sap_horizon_hcw/OverflowToolbarAssociativePopover.less +34 -0
  337. package/src/sap/m/themes/sap_horizon_hcw/Page.less +229 -0
  338. package/src/sap/m/themes/sap_horizon_hcw/Panel.less +54 -0
  339. package/src/sap/m/themes/sap_horizon_hcw/PlanningCalendar.less +78 -0
  340. package/src/sap/m/themes/sap_horizon_hcw/Popover.less +160 -0
  341. package/src/sap/m/themes/sap_horizon_hcw/ProgressIndicator.less +109 -0
  342. package/src/sap/m/themes/sap_horizon_hcw/PullToRefresh.less +8 -0
  343. package/src/sap/m/themes/sap_horizon_hcw/QuickView.less +18 -0
  344. package/src/sap/m/themes/sap_horizon_hcw/RadioButton.less +197 -0
  345. package/src/sap/m/themes/sap_horizon_hcw/RadioButtonGroup.less +8 -0
  346. package/src/sap/m/themes/sap_horizon_hcw/RangeSlider.less +46 -0
  347. package/src/sap/m/themes/sap_horizon_hcw/RatingIndicator.less +38 -0
  348. package/src/sap/m/themes/sap_horizon_hcw/ResponsivePopover.less +12 -0
  349. package/src/sap/m/themes/sap_horizon_hcw/SearchField.less +72 -0
  350. package/src/sap/m/themes/sap_horizon_hcw/SegmentedButton.less +235 -0
  351. package/src/sap/m/themes/sap_horizon_hcw/Select.less +169 -0
  352. package/src/sap/m/themes/sap_horizon_hcw/SelectDialog.less +23 -0
  353. package/src/sap/m/themes/sap_horizon_hcw/SelectList.less +44 -0
  354. package/src/sap/m/themes/sap_horizon_hcw/Shell.less +31 -0
  355. package/src/sap/m/themes/sap_horizon_hcw/SinglePlanningCalendarGrid.less +162 -0
  356. package/src/sap/m/themes/sap_horizon_hcw/SinglePlanningCalendarMonthGrid.less +37 -0
  357. package/src/sap/m/themes/sap_horizon_hcw/SlideTile.less +47 -0
  358. package/src/sap/m/themes/sap_horizon_hcw/Slider.less +95 -0
  359. package/src/sap/m/themes/sap_horizon_hcw/SliderTooltip.less +42 -0
  360. package/src/sap/m/themes/sap_horizon_hcw/SplitButton.less +36 -0
  361. package/src/sap/m/themes/sap_horizon_hcw/SplitContainer.less +44 -0
  362. package/src/sap/m/themes/sap_horizon_hcw/StepInput.less +12 -0
  363. package/src/sap/m/themes/sap_horizon_hcw/Switch.less +380 -0
  364. package/src/sap/m/themes/sap_horizon_hcw/TabContainer.less +24 -0
  365. package/src/sap/m/themes/sap_horizon_hcw/TabStrip.less +180 -0
  366. package/src/sap/m/themes/sap_horizon_hcw/Table.less +58 -0
  367. package/src/sap/m/themes/sap_horizon_hcw/TableSelectDialog.less +23 -0
  368. package/src/sap/m/themes/sap_horizon_hcw/Text.less +11 -0
  369. package/src/sap/m/themes/sap_horizon_hcw/TextArea.less +12 -0
  370. package/src/sap/m/themes/sap_horizon_hcw/Tile.less +74 -0
  371. package/src/sap/m/themes/sap_horizon_hcw/TileContainer.less +21 -0
  372. package/src/sap/m/themes/sap_horizon_hcw/TileContent.less +14 -0
  373. package/src/sap/m/themes/sap_horizon_hcw/TimePicker.less +8 -0
  374. package/src/sap/m/themes/sap_horizon_hcw/TimePickerSliders.less +147 -0
  375. package/src/sap/m/themes/sap_horizon_hcw/ToggleButton.less +34 -0
  376. package/src/sap/m/themes/sap_horizon_hcw/Token.less +45 -0
  377. package/src/sap/m/themes/sap_horizon_hcw/Tokenizer.less +76 -0
  378. package/src/sap/m/themes/sap_horizon_hcw/Toolbar.less +85 -0
  379. package/src/sap/m/themes/sap_horizon_hcw/UploadCollection.less +35 -0
  380. package/src/sap/m/themes/sap_horizon_hcw/ValueStateHeader.less +66 -0
  381. package/src/sap/m/themes/sap_horizon_hcw/ValueStateMessage.less +55 -0
  382. package/src/sap/m/themes/sap_horizon_hcw/ViewSettingsDialog.less +44 -0
  383. package/src/sap/m/themes/sap_horizon_hcw/WheelSlider.less +52 -0
  384. package/src/sap/m/themes/sap_horizon_hcw/Wizard.less +37 -0
  385. package/src/sap/m/themes/sap_horizon_hcw/WizardProgressNavigator.less +99 -0
  386. package/src/sap/m/themes/sap_horizon_hcw/library.source.less +117 -0
  387. package/src/sap/m/themes/sap_horizon_hcw/shared.less +13 -0
  388. package/src/sap/tnt/themes/sap_horizon/InfoLabel.less +1 -1
  389. package/src/sap/tnt/themes/sap_horizon_dark/InfoLabel.less +44 -0
  390. package/src/sap/tnt/themes/sap_horizon_dark/NavigationList.less +16 -0
  391. package/src/sap/tnt/themes/sap_horizon_dark/SideNavigation.less +7 -0
  392. package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +649 -0
  393. package/src/sap/tnt/themes/sap_horizon_dark/ToolPage.less +7 -0
  394. package/src/sap/tnt/themes/sap_horizon_dark/library.source.less +15 -0
  395. package/src/sap/tnt/themes/sap_horizon_hcb/InfoLabel.less +33 -0
  396. package/src/sap/tnt/themes/sap_horizon_hcb/NavigationList.less +10 -0
  397. package/src/sap/tnt/themes/sap_horizon_hcb/SideNavigation.less +7 -0
  398. package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +7 -0
  399. package/src/sap/tnt/themes/sap_horizon_hcb/ToolPage.less +7 -0
  400. package/src/sap/tnt/themes/sap_horizon_hcb/library.source.less +15 -0
  401. package/src/sap/tnt/themes/sap_horizon_hcw/InfoLabel.less +33 -0
  402. package/src/sap/tnt/themes/sap_horizon_hcw/NavigationList.less +10 -0
  403. package/src/sap/tnt/themes/sap_horizon_hcw/SideNavigation.less +7 -0
  404. package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +7 -0
  405. package/src/sap/tnt/themes/sap_horizon_hcw/ToolPage.less +7 -0
  406. package/src/sap/tnt/themes/sap_horizon_hcw/library.source.less +15 -0
  407. package/src/sap/ui/codeeditor/themes/sap_horizon_dark/library.source.less +9 -0
  408. package/src/sap/ui/codeeditor/themes/sap_horizon_hcb/library.source.less +9 -0
  409. package/src/sap/ui/codeeditor/themes/sap_horizon_hcw/library.source.less +9 -0
  410. package/src/sap/ui/commons/themes/sap_horizon_dark/AbsoluteLayout.less +9 -0
  411. package/src/sap/ui/commons/themes/sap_horizon_dark/Accordion.less +12 -0
  412. package/src/sap/ui/commons/themes/sap_horizon_dark/AccordionSection.less +79 -0
  413. package/src/sap/ui/commons/themes/sap_horizon_dark/ApplicationHeader.less +49 -0
  414. package/src/sap/ui/commons/themes/sap_horizon_dark/AutoComplete.less +8 -0
  415. package/src/sap/ui/commons/themes/sap_horizon_dark/BorderLayout.less +9 -0
  416. package/src/sap/ui/commons/themes/sap_horizon_dark/Button.less +508 -0
  417. package/src/sap/ui/commons/themes/sap_horizon_dark/Callout.less +13 -0
  418. package/src/sap/ui/commons/themes/sap_horizon_dark/CalloutBase.less +31 -0
  419. package/src/sap/ui/commons/themes/sap_horizon_dark/Carousel.less +63 -0
  420. package/src/sap/ui/commons/themes/sap_horizon_dark/CheckBox.less +140 -0
  421. package/src/sap/ui/commons/themes/sap_horizon_dark/ComboBox.less +33 -0
  422. package/src/sap/ui/commons/themes/sap_horizon_dark/DatePicker.less +35 -0
  423. package/src/sap/ui/commons/themes/sap_horizon_dark/Dialog.less +114 -0
  424. package/src/sap/ui/commons/themes/sap_horizon_dark/DropdownBox.less +9 -0
  425. package/src/sap/ui/commons/themes/sap_horizon_dark/FileUploader.less +8 -0
  426. package/src/sap/ui/commons/themes/sap_horizon_dark/FormattedTextView.less +9 -0
  427. package/src/sap/ui/commons/themes/sap_horizon_dark/HorizontalDivider.less +19 -0
  428. package/src/sap/ui/commons/themes/sap_horizon_dark/Image.less +9 -0
  429. package/src/sap/ui/commons/themes/sap_horizon_dark/InPlaceEdit.less +74 -0
  430. package/src/sap/ui/commons/themes/sap_horizon_dark/Label.less +66 -0
  431. package/src/sap/ui/commons/themes/sap_horizon_dark/Link.less +40 -0
  432. package/src/sap/ui/commons/themes/sap_horizon_dark/ListBox.less +97 -0
  433. package/src/sap/ui/commons/themes/sap_horizon_dark/MenuBar.less +74 -0
  434. package/src/sap/ui/commons/themes/sap_horizon_dark/MenuButton.less +69 -0
  435. package/src/sap/ui/commons/themes/sap_horizon_dark/Message.less +9 -0
  436. package/src/sap/ui/commons/themes/sap_horizon_dark/MessageBar.less +27 -0
  437. package/src/sap/ui/commons/themes/sap_horizon_dark/MessageBox.less +47 -0
  438. package/src/sap/ui/commons/themes/sap_horizon_dark/MessageList.less +11 -0
  439. package/src/sap/ui/commons/themes/sap_horizon_dark/MessageToast.less +42 -0
  440. package/src/sap/ui/commons/themes/sap_horizon_dark/Paginator.less +156 -0
  441. package/src/sap/ui/commons/themes/sap_horizon_dark/Panel.less +89 -0
  442. package/src/sap/ui/commons/themes/sap_horizon_dark/ProgressIndicator.less +14 -0
  443. package/src/sap/ui/commons/themes/sap_horizon_dark/RadioButton.less +128 -0
  444. package/src/sap/ui/commons/themes/sap_horizon_dark/RadioButtonGroup.less +9 -0
  445. package/src/sap/ui/commons/themes/sap_horizon_dark/RatingIndicator.less +15 -0
  446. package/src/sap/ui/commons/themes/sap_horizon_dark/RichTooltip.less +16 -0
  447. package/src/sap/ui/commons/themes/sap_horizon_dark/RoadMap.less +170 -0
  448. package/src/sap/ui/commons/themes/sap_horizon_dark/RowRepeater.less +44 -0
  449. package/src/sap/ui/commons/themes/sap_horizon_dark/SearchField.less +115 -0
  450. package/src/sap/ui/commons/themes/sap_horizon_dark/SegmentedButton.less +111 -0
  451. package/src/sap/ui/commons/themes/sap_horizon_dark/Slider.less +219 -0
  452. package/src/sap/ui/commons/themes/sap_horizon_dark/Splitter.less +47 -0
  453. package/src/sap/ui/commons/themes/sap_horizon_dark/TabStrip.less +127 -0
  454. package/src/sap/ui/commons/themes/sap_horizon_dark/TextArea.less +9 -0
  455. package/src/sap/ui/commons/themes/sap_horizon_dark/TextField.less +89 -0
  456. package/src/sap/ui/commons/themes/sap_horizon_dark/TextView.less +94 -0
  457. package/src/sap/ui/commons/themes/sap_horizon_dark/ToggleButton.less +363 -0
  458. package/src/sap/ui/commons/themes/sap_horizon_dark/Toolbar.less +116 -0
  459. package/src/sap/ui/commons/themes/sap_horizon_dark/Tree.less +117 -0
  460. package/src/sap/ui/commons/themes/sap_horizon_dark/TriStateCheckBox.less +9 -0
  461. package/src/sap/ui/commons/themes/sap_horizon_dark/ValueHelpField.less +32 -0
  462. package/src/sap/ui/commons/themes/sap_horizon_dark/img/applicationheader/Header_bg.png +0 -0
  463. package/src/sap/ui/commons/themes/sap_horizon_dark/img/applicationheader/SAPLogo.png +0 -0
  464. package/src/sap/ui/commons/themes/sap_horizon_dark/img/arrow_down.png +0 -0
  465. package/src/sap/ui/commons/themes/sap_horizon_dark/img/arrow_down_hover.png +0 -0
  466. package/src/sap/ui/commons/themes/sap_horizon_dark/img/arrow_left.png +0 -0
  467. package/src/sap/ui/commons/themes/sap_horizon_dark/img/arrow_left_hover.png +0 -0
  468. package/src/sap/ui/commons/themes/sap_horizon_dark/img/arrow_right.png +0 -0
  469. package/src/sap/ui/commons/themes/sap_horizon_dark/img/arrow_right_hover.png +0 -0
  470. package/src/sap/ui/commons/themes/sap_horizon_dark/img/arrow_up.png +0 -0
  471. package/src/sap/ui/commons/themes/sap_horizon_dark/img/arrow_up_hover.png +0 -0
  472. package/src/sap/ui/commons/themes/sap_horizon_dark/img/button/EmphButton_accept_BG.png +0 -0
  473. package/src/sap/ui/commons/themes/sap_horizon_dark/img/button/EmphButton_regular_BG.png +0 -0
  474. package/src/sap/ui/commons/themes/sap_horizon_dark/img/button/EmphButton_reject_BG.png +0 -0
  475. package/src/sap/ui/commons/themes/sap_horizon_dark/img/checkbox.png +0 -0
  476. package/src/sap/ui/commons/themes/sap_horizon_dark/img/combobox/ComboBoxArrow_dsbl.png +0 -0
  477. package/src/sap/ui/commons/themes/sap_horizon_dark/img/combobox/ComboBoxArrow_hover.png +0 -0
  478. package/src/sap/ui/commons/themes/sap_horizon_dark/img/combobox/ComboBoxArrow_regular.png +0 -0
  479. package/src/sap/ui/commons/themes/sap_horizon_dark/img/datepicker/Calendar_dsbl.png +0 -0
  480. package/src/sap/ui/commons/themes/sap_horizon_dark/img/datepicker/Calendar_hover.png +0 -0
  481. package/src/sap/ui/commons/themes/sap_horizon_dark/img/datepicker/Calendar_regular.png +0 -0
  482. package/src/sap/ui/commons/themes/sap_horizon_dark/img/dlg-close-act.png +0 -0
  483. package/src/sap/ui/commons/themes/sap_horizon_dark/img/dlg-close-hov.png +0 -0
  484. package/src/sap/ui/commons/themes/sap_horizon_dark/img/dlg-close.png +0 -0
  485. package/src/sap/ui/commons/themes/sap_horizon_dark/img/menu/bar-overflow.png +0 -0
  486. package/src/sap/ui/commons/themes/sap_horizon_dark/img/menubutton/Menu_Disabled.png +0 -0
  487. package/src/sap/ui/commons/themes/sap_horizon_dark/img/menubutton/Menu_Hover.png +0 -0
  488. package/src/sap/ui/commons/themes/sap_horizon_dark/img/menubutton/Menu_Regular.png +0 -0
  489. package/src/sap/ui/commons/themes/sap_horizon_dark/img/messagebar/toastarrow_Error.gif +0 -0
  490. package/src/sap/ui/commons/themes/sap_horizon_dark/img/messagebar/toastarrow_Success.gif +0 -0
  491. package/src/sap/ui/commons/themes/sap_horizon_dark/img/messagebar/toastarrow_Warning.gif +0 -0
  492. package/src/sap/ui/commons/themes/sap_horizon_dark/img/messagebar/toastarrow_multi.gif +0 -0
  493. package/src/sap/ui/commons/themes/sap_horizon_dark/img/messagebox/32x32/error.png +0 -0
  494. package/src/sap/ui/commons/themes/sap_horizon_dark/img/messagebox/32x32/information.png +0 -0
  495. package/src/sap/ui/commons/themes/sap_horizon_dark/img/messagebox/32x32/question.png +0 -0
  496. package/src/sap/ui/commons/themes/sap_horizon_dark/img/messagebox/32x32/success.png +0 -0
  497. package/src/sap/ui/commons/themes/sap_horizon_dark/img/messagebox/32x32/warning.png +0 -0
  498. package/src/sap/ui/commons/themes/sap_horizon_dark/img/paginator/paginator.png +0 -0
  499. package/src/sap/ui/commons/themes/sap_horizon_dark/img/panel_container/Maximize.png +0 -0
  500. package/src/sap/ui/commons/themes/sap_horizon_dark/img/panel_container/Maximize_hover.png +0 -0
  501. package/src/sap/ui/commons/themes/sap_horizon_dark/img/panel_container/Minimize.png +0 -0
  502. package/src/sap/ui/commons/themes/sap_horizon_dark/img/panel_container/Minimize_hover.png +0 -0
  503. package/src/sap/ui/commons/themes/sap_horizon_dark/img/radiobutton.png +0 -0
  504. package/src/sap/ui/commons/themes/sap_horizon_dark/img/rating/star_hover.png +0 -0
  505. package/src/sap/ui/commons/themes/sap_horizon_dark/img/rating/star_selected.png +0 -0
  506. package/src/sap/ui/commons/themes/sap_horizon_dark/img/rating/star_unselected.png +0 -0
  507. package/src/sap/ui/commons/themes/sap_horizon_dark/img/rating/star_unselected2.png +0 -0
  508. package/src/sap/ui/commons/themes/sap_horizon_dark/img/roadmap/roundtrip.gif +0 -0
  509. package/src/sap/ui/commons/themes/sap_horizon_dark/img/roadmap/roundtrip_dsbl.gif +0 -0
  510. package/src/sap/ui/commons/themes/sap_horizon_dark/img/roadmap/roundtrip_end.gif +0 -0
  511. package/src/sap/ui/commons/themes/sap_horizon_dark/img/roadmap/roundtrip_end_dsbl.gif +0 -0
  512. package/src/sap/ui/commons/themes/sap_horizon_dark/img/roadmap/roundtrip_end_hov.gif +0 -0
  513. package/src/sap/ui/commons/themes/sap_horizon_dark/img/roadmap/roundtrip_hov.gif +0 -0
  514. package/src/sap/ui/commons/themes/sap_horizon_dark/img/roadmap/roundtrip_start.gif +0 -0
  515. package/src/sap/ui/commons/themes/sap_horizon_dark/img/roadmap/roundtrip_start_dsbl.gif +0 -0
  516. package/src/sap/ui/commons/themes/sap_horizon_dark/img/roadmap/roundtrip_start_hov.gif +0 -0
  517. package/src/sap/ui/commons/themes/sap_horizon_dark/img/search/clear.png +0 -0
  518. package/src/sap/ui/commons/themes/sap_horizon_dark/img/search/clear_hover.png +0 -0
  519. package/src/sap/ui/commons/themes/sap_horizon_dark/img/search/search.png +0 -0
  520. package/src/sap/ui/commons/themes/sap_horizon_dark/img/search/search_dsbl.png +0 -0
  521. package/src/sap/ui/commons/themes/sap_horizon_dark/img/search/search_hover.png +0 -0
  522. package/src/sap/ui/commons/themes/sap_horizon_dark/img/search/search_unclickable.png +0 -0
  523. package/src/sap/ui/commons/themes/sap_horizon_dark/img/splitter/splitter_horiz_grip.gif +0 -0
  524. package/src/sap/ui/commons/themes/sap_horizon_dark/img/splitter/splitter_vert_grip.gif +0 -0
  525. package/src/sap/ui/commons/themes/sap_horizon_dark/img/tab-close-sel.png +0 -0
  526. package/src/sap/ui/commons/themes/sap_horizon_dark/img/tab-close.png +0 -0
  527. package/src/sap/ui/commons/themes/sap_horizon_dark/img/tree/CollapseAll.png +0 -0
  528. package/src/sap/ui/commons/themes/sap_horizon_dark/img/tree/CollapseAll_pressed.png +0 -0
  529. package/src/sap/ui/commons/themes/sap_horizon_dark/img/tree/ExpandAll.png +0 -0
  530. package/src/sap/ui/commons/themes/sap_horizon_dark/img/tree/ExpandAll_pressed.png +0 -0
  531. package/src/sap/ui/commons/themes/sap_horizon_dark/img/tree/TreeNode-inverted.gif +0 -0
  532. package/src/sap/ui/commons/themes/sap_horizon_dark/img/tree/TreeNode.gif +0 -0
  533. package/src/sap/ui/commons/themes/sap_horizon_dark/img/tree/TreeNode_Coll-inverted.gif +0 -0
  534. package/src/sap/ui/commons/themes/sap_horizon_dark/img/tree/TreeNode_Coll.gif +0 -0
  535. package/src/sap/ui/commons/themes/sap_horizon_dark/img/tree/TreeNode_Exp-inverted.gif +0 -0
  536. package/src/sap/ui/commons/themes/sap_horizon_dark/img/tree/TreeNode_Exp.gif +0 -0
  537. package/src/sap/ui/commons/themes/sap_horizon_dark/img-RTL/TriStateCheckBox.png +0 -0
  538. package/src/sap/ui/commons/themes/sap_horizon_dark/img-RTL/arrow_up.png +0 -0
  539. package/src/sap/ui/commons/themes/sap_horizon_dark/img-RTL/checkbox.png +0 -0
  540. package/src/sap/ui/commons/themes/sap_horizon_dark/img-RTL/menu/bar-overflow.png +0 -0
  541. package/src/sap/ui/commons/themes/sap_horizon_dark/img-RTL/messagebox/32x32/information.png +0 -0
  542. package/src/sap/ui/commons/themes/sap_horizon_dark/img-RTL/messagebox/32x32/question.png +0 -0
  543. package/src/sap/ui/commons/themes/sap_horizon_dark/img-RTL/messagebox/32x32/success.png +0 -0
  544. package/src/sap/ui/commons/themes/sap_horizon_dark/img-RTL/paginator/paginator.png +0 -0
  545. package/src/sap/ui/commons/themes/sap_horizon_dark/img-RTL/tree/TreeNode_Coll-inverted.gif +0 -0
  546. package/src/sap/ui/commons/themes/sap_horizon_dark/img-RTL/tree/TreeNode_Coll.gif +0 -0
  547. package/src/sap/ui/commons/themes/sap_horizon_dark/layout.less +10 -0
  548. package/src/sap/ui/commons/themes/sap_horizon_dark/library.source.less +63 -0
  549. package/src/sap/ui/commons/themes/sap_horizon_hcb/AbsoluteLayout.less +8 -0
  550. package/src/sap/ui/commons/themes/sap_horizon_hcb/Accordion.less +9 -0
  551. package/src/sap/ui/commons/themes/sap_horizon_hcb/AccordionSection.less +76 -0
  552. package/src/sap/ui/commons/themes/sap_horizon_hcb/ApplicationHeader.less +8 -0
  553. package/src/sap/ui/commons/themes/sap_horizon_hcb/AutoComplete.less +8 -0
  554. package/src/sap/ui/commons/themes/sap_horizon_hcb/BorderLayout.less +8 -0
  555. package/src/sap/ui/commons/themes/sap_horizon_hcb/Button.less +126 -0
  556. package/src/sap/ui/commons/themes/sap_horizon_hcb/Callout.less +8 -0
  557. package/src/sap/ui/commons/themes/sap_horizon_hcb/CalloutBase.less +8 -0
  558. package/src/sap/ui/commons/themes/sap_horizon_hcb/Carousel.less +8 -0
  559. package/src/sap/ui/commons/themes/sap_horizon_hcb/CheckBox.less +27 -0
  560. package/src/sap/ui/commons/themes/sap_horizon_hcb/ComboBox.less +37 -0
  561. package/src/sap/ui/commons/themes/sap_horizon_hcb/DatePicker.less +26 -0
  562. package/src/sap/ui/commons/themes/sap_horizon_hcb/Dialog.less +91 -0
  563. package/src/sap/ui/commons/themes/sap_horizon_hcb/DropdownBox.less +8 -0
  564. package/src/sap/ui/commons/themes/sap_horizon_hcb/FormattedTextView.less +12 -0
  565. package/src/sap/ui/commons/themes/sap_horizon_hcb/HorizontalDivider.less +16 -0
  566. package/src/sap/ui/commons/themes/sap_horizon_hcb/Image.less +8 -0
  567. package/src/sap/ui/commons/themes/sap_horizon_hcb/InPlaceEdit.less +63 -0
  568. package/src/sap/ui/commons/themes/sap_horizon_hcb/Label.less +20 -0
  569. package/src/sap/ui/commons/themes/sap_horizon_hcb/Link.less +18 -0
  570. package/src/sap/ui/commons/themes/sap_horizon_hcb/ListBox.less +62 -0
  571. package/src/sap/ui/commons/themes/sap_horizon_hcb/MenuBar.less +77 -0
  572. package/src/sap/ui/commons/themes/sap_horizon_hcb/MenuButton.less +39 -0
  573. package/src/sap/ui/commons/themes/sap_horizon_hcb/Message.less +8 -0
  574. package/src/sap/ui/commons/themes/sap_horizon_hcb/MessageBar.less +57 -0
  575. package/src/sap/ui/commons/themes/sap_horizon_hcb/MessageBox.less +42 -0
  576. package/src/sap/ui/commons/themes/sap_horizon_hcb/MessageList.less +10 -0
  577. package/src/sap/ui/commons/themes/sap_horizon_hcb/MessageToast.less +14 -0
  578. package/src/sap/ui/commons/themes/sap_horizon_hcb/Pagniator.less +20 -0
  579. package/src/sap/ui/commons/themes/sap_horizon_hcb/Panel.less +40 -0
  580. package/src/sap/ui/commons/themes/sap_horizon_hcb/ProgressIndicator.less +111 -0
  581. package/src/sap/ui/commons/themes/sap_horizon_hcb/RadioButton.less +32 -0
  582. package/src/sap/ui/commons/themes/sap_horizon_hcb/RadioButtonGroup.less +8 -0
  583. package/src/sap/ui/commons/themes/sap_horizon_hcb/RatingIndicator.less +19 -0
  584. package/src/sap/ui/commons/themes/sap_horizon_hcb/RichTooltip.less +23 -0
  585. package/src/sap/ui/commons/themes/sap_horizon_hcb/RoadMap.less +106 -0
  586. package/src/sap/ui/commons/themes/sap_horizon_hcb/RowRepeater.less +26 -0
  587. package/src/sap/ui/commons/themes/sap_horizon_hcb/SearchField.less +53 -0
  588. package/src/sap/ui/commons/themes/sap_horizon_hcb/SegmentedButton.less +26 -0
  589. package/src/sap/ui/commons/themes/sap_horizon_hcb/Slider.less +252 -0
  590. package/src/sap/ui/commons/themes/sap_horizon_hcb/Splitter.less +39 -0
  591. package/src/sap/ui/commons/themes/sap_horizon_hcb/TabStrip.less +135 -0
  592. package/src/sap/ui/commons/themes/sap_horizon_hcb/TextArea.less +12 -0
  593. package/src/sap/ui/commons/themes/sap_horizon_hcb/TextField.less +51 -0
  594. package/src/sap/ui/commons/themes/sap_horizon_hcb/TextView.less +66 -0
  595. package/src/sap/ui/commons/themes/sap_horizon_hcb/ToggleButton.less +215 -0
  596. package/src/sap/ui/commons/themes/sap_horizon_hcb/Toolbar.less +72 -0
  597. package/src/sap/ui/commons/themes/sap_horizon_hcb/Tree.less +49 -0
  598. package/src/sap/ui/commons/themes/sap_horizon_hcb/TriStateCheckBox.less +17 -0
  599. package/src/sap/ui/commons/themes/sap_horizon_hcb/ValueHelpField.less +47 -0
  600. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/TriStateCheckBox.png +0 -0
  601. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/accordion/collapsed.gif +0 -0
  602. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/accordion/expanded.gif +0 -0
  603. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/applicationheader/SAPLogo.png +0 -0
  604. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/checkbox.png +0 -0
  605. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/datepicker/arrow_left.png +0 -0
  606. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/datepicker/arrow_right.png +0 -0
  607. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/formattedTextView/close-hcb-hover.png +0 -0
  608. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/formattedTextView/close-hcb.png +0 -0
  609. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/menu/bar-overflow.gif +0 -0
  610. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/menu/trg-dis.png +0 -0
  611. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/menu/trg.png +0 -0
  612. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/menubutton/Menu_Disabled.png +0 -0
  613. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/menubutton/Menu_Regular.png +0 -0
  614. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/messagebar/collapsed.gif +0 -0
  615. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/messagebar/collapsedRTL.gif +0 -0
  616. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/messagebar/expanded.gif +0 -0
  617. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/messagebar/toastarrow.gif +0 -0
  618. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/messagebox/32x32/error.png +0 -0
  619. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/messagebox/32x32/information.png +0 -0
  620. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/messagebox/32x32/question.png +0 -0
  621. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/messagebox/32x32/success.png +0 -0
  622. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/messagebox/32x32/warning.png +0 -0
  623. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/paginator/arrow_first.gif +0 -0
  624. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/paginator/arrow_last.gif +0 -0
  625. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/paginator/arrow_next.gif +0 -0
  626. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/paginator/arrow_previous.gif +0 -0
  627. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/panel/collapsed.gif +0 -0
  628. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/panel/expanded.gif +0 -0
  629. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/panel/maximize.png +0 -0
  630. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/panel/minimize.png +0 -0
  631. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/radio.png +0 -0
  632. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/rating/star_hover.png +0 -0
  633. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/rating/star_selected.png +0 -0
  634. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/rating/star_unselected.png +0 -0
  635. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/roadmap/endpoint.gif +0 -0
  636. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/roadmap/moreafter.gif +0 -0
  637. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/roadmap/morebefore.gif +0 -0
  638. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/roadmap/roundtrip.gif +0 -0
  639. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/roadmap/roundtrip_dsbl.gif +0 -0
  640. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/roadmap/roundtrip_end.gif +0 -0
  641. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/roadmap/roundtrip_end_dsbl.gif +0 -0
  642. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/roadmap/roundtrip_start.gif +0 -0
  643. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/roadmap/roundtrip_start_dsbl.gif +0 -0
  644. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/roadmap/startpoint.gif +0 -0
  645. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/search/clear.gif +0 -0
  646. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/search/search.png +0 -0
  647. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/splitter/resize_horizontal.png +0 -0
  648. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/splitter/resize_vertical.png +0 -0
  649. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/splitter/splitter_horiz_grip.png +0 -0
  650. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/splitter/splitter_vert_grip.png +0 -0
  651. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/tabstrip/tab-bar.png +0 -0
  652. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/tabstrip/tab-close-hov.gif +0 -0
  653. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/tabstrip/tab-close.gif +0 -0
  654. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/tabstrip/tab-first-ie.png +0 -0
  655. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/tabstrip/tab-first-sel-ie.png +0 -0
  656. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/tabstrip/tab-ie.png +0 -0
  657. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/tabstrip/tab-left-first-sel.png +0 -0
  658. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/tabstrip/tab-left-first.png +0 -0
  659. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/tabstrip/tab-left-sel.png +0 -0
  660. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/tabstrip/tab-left.png +0 -0
  661. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/tabstrip/tab-menu.png +0 -0
  662. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/tabstrip/tab-right-beforeSel.png +0 -0
  663. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/tabstrip/tab-right-sel.png +0 -0
  664. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/tabstrip/tab-right.png +0 -0
  665. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/tabstrip/tab-sel.png +0 -0
  666. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/tabstrip/tab.png +0 -0
  667. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/toggleButton/arrow_down_hover.png +0 -0
  668. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/toggleButton/arrow_left_hover.png +0 -0
  669. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/toggleButton/arrow_right_hover.png +0 -0
  670. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/toolbar/arrow.gif +0 -0
  671. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/tree/CollapseAll.png +0 -0
  672. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/tree/ExpandAll.png +0 -0
  673. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/tree/TreeNode.gif +0 -0
  674. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/tree/TreeNode_Coll.gif +0 -0
  675. package/src/sap/ui/commons/themes/sap_horizon_hcb/img/tree/TreeNode_Exp.gif +0 -0
  676. package/src/sap/ui/commons/themes/sap_horizon_hcb/img-RTL/TriStateCheckBox.png +0 -0
  677. package/src/sap/ui/commons/themes/sap_horizon_hcb/img-RTL/accordion/collapsed.gif +0 -0
  678. package/src/sap/ui/commons/themes/sap_horizon_hcb/img-RTL/accordion/expanded.gif +0 -0
  679. package/src/sap/ui/commons/themes/sap_horizon_hcb/img-RTL/datepicker/arrow_left.png +0 -0
  680. package/src/sap/ui/commons/themes/sap_horizon_hcb/img-RTL/datepicker/arrow_right.png +0 -0
  681. package/src/sap/ui/commons/themes/sap_horizon_hcb/img-RTL/menu/bar-overflow.gif +0 -0
  682. package/src/sap/ui/commons/themes/sap_horizon_hcb/img-RTL/menu/trg-dis.png +0 -0
  683. package/src/sap/ui/commons/themes/sap_horizon_hcb/img-RTL/menu/trg.png +0 -0
  684. package/src/sap/ui/commons/themes/sap_horizon_hcb/img-RTL/messagebox/32x32/information.png +0 -0
  685. package/src/sap/ui/commons/themes/sap_horizon_hcb/img-RTL/messagebox/32x32/question.png +0 -0
  686. package/src/sap/ui/commons/themes/sap_horizon_hcb/img-RTL/messagebox/32x32/success.png +0 -0
  687. package/src/sap/ui/commons/themes/sap_horizon_hcb/img-RTL/paginator/arrow_first.gif +0 -0
  688. package/src/sap/ui/commons/themes/sap_horizon_hcb/img-RTL/paginator/arrow_last.gif +0 -0
  689. package/src/sap/ui/commons/themes/sap_horizon_hcb/img-RTL/paginator/arrow_next.gif +0 -0
  690. package/src/sap/ui/commons/themes/sap_horizon_hcb/img-RTL/paginator/arrow_previous.gif +0 -0
  691. package/src/sap/ui/commons/themes/sap_horizon_hcb/img-RTL/toggleButton/arrow_left_hover.png +0 -0
  692. package/src/sap/ui/commons/themes/sap_horizon_hcb/img-RTL/toggleButton/arrow_right_hover.png +0 -0
  693. package/src/sap/ui/commons/themes/sap_horizon_hcb/img-RTL/tree/CollapseAll.png +0 -0
  694. package/src/sap/ui/commons/themes/sap_horizon_hcb/img-RTL/tree/ExpandAll.png +0 -0
  695. package/src/sap/ui/commons/themes/sap_horizon_hcb/img-RTL/tree/TreeNode_Coll.gif +0 -0
  696. package/src/sap/ui/commons/themes/sap_horizon_hcb/layout.less +18 -0
  697. package/src/sap/ui/commons/themes/sap_horizon_hcb/library.source.less +63 -0
  698. package/src/sap/ui/commons/themes/sap_horizon_hcb/shared.less +9 -0
  699. package/src/sap/ui/commons/themes/sap_horizon_hcw/AbsoluteLayout.less +8 -0
  700. package/src/sap/ui/commons/themes/sap_horizon_hcw/Accordion.less +9 -0
  701. package/src/sap/ui/commons/themes/sap_horizon_hcw/AccordionSection.less +76 -0
  702. package/src/sap/ui/commons/themes/sap_horizon_hcw/ApplicationHeader.less +8 -0
  703. package/src/sap/ui/commons/themes/sap_horizon_hcw/AutoComplete.less +8 -0
  704. package/src/sap/ui/commons/themes/sap_horizon_hcw/BorderLayout.less +8 -0
  705. package/src/sap/ui/commons/themes/sap_horizon_hcw/Button.less +126 -0
  706. package/src/sap/ui/commons/themes/sap_horizon_hcw/Callout.less +8 -0
  707. package/src/sap/ui/commons/themes/sap_horizon_hcw/CalloutBase.less +8 -0
  708. package/src/sap/ui/commons/themes/sap_horizon_hcw/Carousel.less +8 -0
  709. package/src/sap/ui/commons/themes/sap_horizon_hcw/CheckBox.less +27 -0
  710. package/src/sap/ui/commons/themes/sap_horizon_hcw/ComboBox.less +37 -0
  711. package/src/sap/ui/commons/themes/sap_horizon_hcw/DatePicker.less +26 -0
  712. package/src/sap/ui/commons/themes/sap_horizon_hcw/Dialog.less +91 -0
  713. package/src/sap/ui/commons/themes/sap_horizon_hcw/DropdownBox.less +8 -0
  714. package/src/sap/ui/commons/themes/sap_horizon_hcw/FormattedTextView.less +12 -0
  715. package/src/sap/ui/commons/themes/sap_horizon_hcw/HorizontalDivider.less +16 -0
  716. package/src/sap/ui/commons/themes/sap_horizon_hcw/Image.less +8 -0
  717. package/src/sap/ui/commons/themes/sap_horizon_hcw/InPlaceEdit.less +63 -0
  718. package/src/sap/ui/commons/themes/sap_horizon_hcw/Label.less +20 -0
  719. package/src/sap/ui/commons/themes/sap_horizon_hcw/Link.less +18 -0
  720. package/src/sap/ui/commons/themes/sap_horizon_hcw/ListBox.less +62 -0
  721. package/src/sap/ui/commons/themes/sap_horizon_hcw/MenuBar.less +77 -0
  722. package/src/sap/ui/commons/themes/sap_horizon_hcw/MenuButton.less +39 -0
  723. package/src/sap/ui/commons/themes/sap_horizon_hcw/Message.less +8 -0
  724. package/src/sap/ui/commons/themes/sap_horizon_hcw/MessageBar.less +57 -0
  725. package/src/sap/ui/commons/themes/sap_horizon_hcw/MessageBox.less +42 -0
  726. package/src/sap/ui/commons/themes/sap_horizon_hcw/MessageList.less +10 -0
  727. package/src/sap/ui/commons/themes/sap_horizon_hcw/MessageToast.less +14 -0
  728. package/src/sap/ui/commons/themes/sap_horizon_hcw/Pagniator.less +20 -0
  729. package/src/sap/ui/commons/themes/sap_horizon_hcw/Panel.less +40 -0
  730. package/src/sap/ui/commons/themes/sap_horizon_hcw/ProgressIndicator.less +111 -0
  731. package/src/sap/ui/commons/themes/sap_horizon_hcw/RadioButton.less +32 -0
  732. package/src/sap/ui/commons/themes/sap_horizon_hcw/RadioButtonGroup.less +8 -0
  733. package/src/sap/ui/commons/themes/sap_horizon_hcw/RatingIndicator.less +19 -0
  734. package/src/sap/ui/commons/themes/sap_horizon_hcw/RichTooltip.less +23 -0
  735. package/src/sap/ui/commons/themes/sap_horizon_hcw/RoadMap.less +106 -0
  736. package/src/sap/ui/commons/themes/sap_horizon_hcw/RowRepeater.less +26 -0
  737. package/src/sap/ui/commons/themes/sap_horizon_hcw/SearchField.less +53 -0
  738. package/src/sap/ui/commons/themes/sap_horizon_hcw/SegmentedButton.less +26 -0
  739. package/src/sap/ui/commons/themes/sap_horizon_hcw/Slider.less +252 -0
  740. package/src/sap/ui/commons/themes/sap_horizon_hcw/Splitter.less +39 -0
  741. package/src/sap/ui/commons/themes/sap_horizon_hcw/TabStrip.less +135 -0
  742. package/src/sap/ui/commons/themes/sap_horizon_hcw/TextArea.less +12 -0
  743. package/src/sap/ui/commons/themes/sap_horizon_hcw/TextField.less +51 -0
  744. package/src/sap/ui/commons/themes/sap_horizon_hcw/TextView.less +66 -0
  745. package/src/sap/ui/commons/themes/sap_horizon_hcw/ToggleButton.less +215 -0
  746. package/src/sap/ui/commons/themes/sap_horizon_hcw/Toolbar.less +72 -0
  747. package/src/sap/ui/commons/themes/sap_horizon_hcw/Tree.less +49 -0
  748. package/src/sap/ui/commons/themes/sap_horizon_hcw/TriStateCheckBox.less +17 -0
  749. package/src/sap/ui/commons/themes/sap_horizon_hcw/ValueHelpField.less +47 -0
  750. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/TriStateCheckBox.png +0 -0
  751. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/accordion/collapsed.gif +0 -0
  752. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/accordion/expanded.gif +0 -0
  753. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/applicationheader/SAPLogo.png +0 -0
  754. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/checkbox.png +0 -0
  755. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/datepicker/arrow_left.png +0 -0
  756. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/datepicker/arrow_right.png +0 -0
  757. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/formattedTextView/close-hcw-hover.png +0 -0
  758. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/formattedTextView/close-hcw.png +0 -0
  759. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/menu/bar-overflow.gif +0 -0
  760. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/menu/trg-dis.png +0 -0
  761. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/menu/trg.png +0 -0
  762. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/menubutton/Menu_Disabled.png +0 -0
  763. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/menubutton/Menu_Regular.png +0 -0
  764. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/messagebar/collapsed.gif +0 -0
  765. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/messagebar/collapsedRTL.gif +0 -0
  766. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/messagebar/expanded.gif +0 -0
  767. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/messagebar/toastarrow.gif +0 -0
  768. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/messagebox/32x32/error.png +0 -0
  769. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/messagebox/32x32/information.png +0 -0
  770. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/messagebox/32x32/question.png +0 -0
  771. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/messagebox/32x32/success.png +0 -0
  772. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/messagebox/32x32/warning.png +0 -0
  773. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/paginator/arrow_first.gif +0 -0
  774. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/paginator/arrow_last.gif +0 -0
  775. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/paginator/arrow_next.gif +0 -0
  776. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/paginator/arrow_previous.gif +0 -0
  777. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/panel/collapsed.gif +0 -0
  778. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/panel/expanded.gif +0 -0
  779. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/panel/maximize.png +0 -0
  780. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/panel/minimize.png +0 -0
  781. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/radio.png +0 -0
  782. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/rating/star_hover.png +0 -0
  783. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/rating/star_selected.png +0 -0
  784. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/rating/star_unselected.png +0 -0
  785. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/roadmap/endpoint.gif +0 -0
  786. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/roadmap/moreafter.gif +0 -0
  787. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/roadmap/morebefore.gif +0 -0
  788. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/roadmap/roundtrip.gif +0 -0
  789. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/roadmap/roundtrip_dsbl.gif +0 -0
  790. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/roadmap/roundtrip_end.gif +0 -0
  791. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/roadmap/roundtrip_end_dsbl.gif +0 -0
  792. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/roadmap/roundtrip_start.gif +0 -0
  793. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/roadmap/roundtrip_start_dsbl.gif +0 -0
  794. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/roadmap/startpoint.gif +0 -0
  795. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/search/clear.gif +0 -0
  796. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/search/search.png +0 -0
  797. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/splitter/resize_horizontal.png +0 -0
  798. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/splitter/resize_vertical.png +0 -0
  799. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/splitter/splitter_horiz_grip.png +0 -0
  800. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/splitter/splitter_vert_grip.png +0 -0
  801. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/tabstrip/tab-bar.png +0 -0
  802. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/tabstrip/tab-close-hov.gif +0 -0
  803. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/tabstrip/tab-close.gif +0 -0
  804. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/tabstrip/tab-first-ie.png +0 -0
  805. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/tabstrip/tab-first-sel-ie.png +0 -0
  806. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/tabstrip/tab-ie.png +0 -0
  807. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/tabstrip/tab-left-first-sel.png +0 -0
  808. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/tabstrip/tab-left-first.png +0 -0
  809. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/tabstrip/tab-left-sel.png +0 -0
  810. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/tabstrip/tab-left.png +0 -0
  811. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/tabstrip/tab-menu.png +0 -0
  812. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/tabstrip/tab-right-beforeSel.png +0 -0
  813. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/tabstrip/tab-right-sel.png +0 -0
  814. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/tabstrip/tab-right.png +0 -0
  815. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/tabstrip/tab-sel.png +0 -0
  816. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/tabstrip/tab.png +0 -0
  817. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/toggleButton/arrow_down_hover.png +0 -0
  818. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/toggleButton/arrow_left_hover.png +0 -0
  819. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/toggleButton/arrow_right_hover.png +0 -0
  820. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/toolbar/arrow.gif +0 -0
  821. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/tree/CollapseAll.png +0 -0
  822. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/tree/ExpandAll.png +0 -0
  823. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/tree/TreeNode.gif +0 -0
  824. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/tree/TreeNode_Coll.gif +0 -0
  825. package/src/sap/ui/commons/themes/sap_horizon_hcw/img/tree/TreeNode_Exp.gif +0 -0
  826. package/src/sap/ui/commons/themes/sap_horizon_hcw/img-RTL/TriStateCheckBox.png +0 -0
  827. package/src/sap/ui/commons/themes/sap_horizon_hcw/img-RTL/accordion/collapsed.gif +0 -0
  828. package/src/sap/ui/commons/themes/sap_horizon_hcw/img-RTL/accordion/expanded.gif +0 -0
  829. package/src/sap/ui/commons/themes/sap_horizon_hcw/img-RTL/datepicker/arrow_left.png +0 -0
  830. package/src/sap/ui/commons/themes/sap_horizon_hcw/img-RTL/datepicker/arrow_right.png +0 -0
  831. package/src/sap/ui/commons/themes/sap_horizon_hcw/img-RTL/menu/bar-overflow.gif +0 -0
  832. package/src/sap/ui/commons/themes/sap_horizon_hcw/img-RTL/menu/trg-dis.png +0 -0
  833. package/src/sap/ui/commons/themes/sap_horizon_hcw/img-RTL/menu/trg.png +0 -0
  834. package/src/sap/ui/commons/themes/sap_horizon_hcw/img-RTL/messagebox/32x32/information.png +0 -0
  835. package/src/sap/ui/commons/themes/sap_horizon_hcw/img-RTL/messagebox/32x32/question.png +0 -0
  836. package/src/sap/ui/commons/themes/sap_horizon_hcw/img-RTL/messagebox/32x32/success.png +0 -0
  837. package/src/sap/ui/commons/themes/sap_horizon_hcw/img-RTL/paginator/arrow_first.gif +0 -0
  838. package/src/sap/ui/commons/themes/sap_horizon_hcw/img-RTL/paginator/arrow_last.gif +0 -0
  839. package/src/sap/ui/commons/themes/sap_horizon_hcw/img-RTL/paginator/arrow_next.gif +0 -0
  840. package/src/sap/ui/commons/themes/sap_horizon_hcw/img-RTL/paginator/arrow_previous.gif +0 -0
  841. package/src/sap/ui/commons/themes/sap_horizon_hcw/img-RTL/toggleButton/arrow_left_hover.png +0 -0
  842. package/src/sap/ui/commons/themes/sap_horizon_hcw/img-RTL/toggleButton/arrow_right_hover.png +0 -0
  843. package/src/sap/ui/commons/themes/sap_horizon_hcw/img-RTL/tree/CollapseAll.png +0 -0
  844. package/src/sap/ui/commons/themes/sap_horizon_hcw/img-RTL/tree/ExpandAll.png +0 -0
  845. package/src/sap/ui/commons/themes/sap_horizon_hcw/img-RTL/tree/TreeNode_Coll.gif +0 -0
  846. package/src/sap/ui/commons/themes/sap_horizon_hcw/layout.less +18 -0
  847. package/src/sap/ui/commons/themes/sap_horizon_hcw/library.source.less +63 -0
  848. package/src/sap/ui/commons/themes/sap_horizon_hcw/shared.less +9 -0
  849. package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
  850. package/src/sap/ui/core/themes/sap_horizon/base.less +680 -191
  851. package/src/sap/ui/core/themes/sap_horizon/fonts/SAP-icons.woff2 +0 -0
  852. package/src/sap/ui/core/themes/sap_horizon/global.less +168 -12
  853. package/src/sap/ui/core/themes/sap_horizon/shared.less +2 -3
  854. package/src/sap/ui/core/themes/sap_horizon_dark/.theme +19 -0
  855. package/src/sap/ui/core/themes/sap_horizon_dark/.theming +6 -0
  856. package/src/sap/ui/core/themes/sap_horizon_dark/BrowserScrollbar.less +10 -0
  857. package/src/sap/ui/core/themes/sap_horizon_dark/DatePicker.less +12 -0
  858. package/src/sap/ui/core/themes/sap_horizon_dark/LocalBusyIndicator.less +12 -0
  859. package/src/sap/ui/core/themes/sap_horizon_dark/base.less +2128 -0
  860. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Black.woff2 +0 -0
  861. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Bold-full.woff2 +0 -0
  862. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Bold.woff2 +0 -0
  863. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Light-full.woff2 +0 -0
  864. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Light.woff2 +0 -0
  865. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Regular-full.woff2 +0 -0
  866. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Regular.woff2 +0 -0
  867. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72Mono-Bold-full.woff2 +0 -0
  868. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72Mono-Bold.woff2 +0 -0
  869. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72Mono-Regular-full.woff2 +0 -0
  870. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72Mono-Regular.woff2 +0 -0
  871. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/SAP-icons.woff2 +0 -0
  872. package/src/sap/ui/core/themes/sap_horizon_dark/global.less +1177 -0
  873. package/src/sap/ui/core/themes/sap_horizon_dark/library.source.less +14 -0
  874. package/src/sap/ui/core/themes/sap_horizon_dark/shared.less +442 -0
  875. package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +19 -0
  876. package/src/sap/ui/core/themes/sap_horizon_hcb/.theming +6 -0
  877. package/src/sap/ui/core/themes/sap_horizon_hcb/BrowserScrollbar.less +15 -0
  878. package/src/sap/ui/core/themes/sap_horizon_hcb/LocalBusyIndicator.less +11 -0
  879. package/src/sap/ui/core/themes/sap_horizon_hcb/Shadow.less +8 -0
  880. package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +2176 -0
  881. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Black.woff2 +0 -0
  882. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Bold-full.woff2 +0 -0
  883. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Bold.woff2 +0 -0
  884. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Light-full.woff2 +0 -0
  885. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Light.woff2 +0 -0
  886. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Regular-full.woff2 +0 -0
  887. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Regular.woff2 +0 -0
  888. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72Mono-Bold-full.woff2 +0 -0
  889. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72Mono-Bold.woff2 +0 -0
  890. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72Mono-Regular-full.woff2 +0 -0
  891. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72Mono-Regular.woff2 +0 -0
  892. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/SAP-icons.woff2 +0 -0
  893. package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +1201 -0
  894. package/src/sap/ui/core/themes/sap_horizon_hcb/library.source.less +14 -0
  895. package/src/sap/ui/core/themes/sap_horizon_hcb/shared.less +296 -0
  896. package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +19 -0
  897. package/src/sap/ui/core/themes/sap_horizon_hcw/.theming +6 -0
  898. package/src/sap/ui/core/themes/sap_horizon_hcw/BrowserScrollbar.less +15 -0
  899. package/src/sap/ui/core/themes/sap_horizon_hcw/LocalBusyIndicator.less +11 -0
  900. package/src/sap/ui/core/themes/sap_horizon_hcw/Shadow.less +8 -0
  901. package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +2176 -0
  902. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Black.woff2 +0 -0
  903. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Bold-full.woff2 +0 -0
  904. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Bold.woff2 +0 -0
  905. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Light-full.woff2 +0 -0
  906. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Light.woff2 +0 -0
  907. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Regular-full.woff2 +0 -0
  908. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Regular.woff2 +0 -0
  909. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72Mono-Bold-full.woff2 +0 -0
  910. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72Mono-Bold.woff2 +0 -0
  911. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72Mono-Regular-full.woff2 +0 -0
  912. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72Mono-Regular.woff2 +0 -0
  913. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/SAP-icons.woff2 +0 -0
  914. package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +1201 -0
  915. package/src/sap/ui/core/themes/sap_horizon_hcw/library.source.less +14 -0
  916. package/src/sap/ui/core/themes/sap_horizon_hcw/shared.less +296 -0
  917. package/src/sap/ui/dt/themes/sap_horizon_dark/library.source.less +9 -0
  918. package/src/sap/ui/dt/themes/sap_horizon_hcb/ContextMenu.less +6 -0
  919. package/src/sap/ui/dt/themes/sap_horizon_hcb/Overlay.less +9 -0
  920. package/src/sap/ui/dt/themes/sap_horizon_hcb/library.source.less +12 -0
  921. package/src/sap/ui/dt/themes/sap_horizon_hcw/ContextMenu.less +6 -0
  922. package/src/sap/ui/dt/themes/sap_horizon_hcw/library.source.less +11 -0
  923. package/src/sap/ui/fl/themes/sap_horizon_dark/library.source.less +9 -0
  924. package/src/sap/ui/fl/themes/sap_horizon_hcb/library.source.less +9 -0
  925. package/src/sap/ui/fl/themes/sap_horizon_hcw/library.source.less +9 -0
  926. package/src/sap/ui/integration/themes/sap_horizon/Paginator.less +5 -0
  927. package/src/sap/ui/integration/themes/sap_horizon/library.source.less +3 -1
  928. package/src/sap/ui/integration/themes/sap_horizon_dark/Paginator.less +5 -0
  929. package/src/sap/ui/integration/themes/sap_horizon_dark/library.source.less +11 -0
  930. package/src/sap/ui/integration/themes/sap_horizon_hcb/AnalyticsCloudContent.less +6 -0
  931. package/src/sap/ui/integration/themes/sap_horizon_hcb/Paginator.less +11 -0
  932. package/src/sap/ui/integration/themes/sap_horizon_hcb/library.source.less +12 -0
  933. package/src/sap/ui/integration/themes/sap_horizon_hcw/AnalyticsCloudContent.less +6 -0
  934. package/src/sap/ui/integration/themes/sap_horizon_hcw/Paginator.less +11 -0
  935. package/src/sap/ui/integration/themes/sap_horizon_hcw/library.source.less +12 -0
  936. package/src/sap/ui/layout/themes/sap_horizon_dark/BlockLayout.less +278 -0
  937. package/src/sap/ui/layout/themes/sap_horizon_dark/ColumnLayout.less +24 -0
  938. package/src/sap/ui/layout/themes/sap_horizon_dark/FormLayout.less +72 -0
  939. package/src/sap/ui/layout/themes/sap_horizon_dark/GridLayout.less +47 -0
  940. package/src/sap/ui/layout/themes/sap_horizon_dark/ResponsiveGridLayout.less +26 -0
  941. package/src/sap/ui/layout/themes/sap_horizon_dark/ResponsiveLayout.less +34 -0
  942. package/src/sap/ui/layout/themes/sap_horizon_dark/ResponsiveSplitter.less +9 -0
  943. package/src/sap/ui/layout/themes/sap_horizon_dark/library.source.less +17 -0
  944. package/src/sap/ui/layout/themes/sap_horizon_hcb/BlockLayout.less +13 -0
  945. package/src/sap/ui/layout/themes/sap_horizon_hcb/BlockLayoutCell.less +8 -0
  946. package/src/sap/ui/layout/themes/sap_horizon_hcb/ColumnLayout.less +18 -0
  947. package/src/sap/ui/layout/themes/sap_horizon_hcb/FormLayout.less +57 -0
  948. package/src/sap/ui/layout/themes/sap_horizon_hcb/GridLayout.less +32 -0
  949. package/src/sap/ui/layout/themes/sap_horizon_hcb/ResponsiveGridLayout.less +25 -0
  950. package/src/sap/ui/layout/themes/sap_horizon_hcb/ResponsiveLayout.less +28 -0
  951. package/src/sap/ui/layout/themes/sap_horizon_hcb/ResponsiveSplitter.less +8 -0
  952. package/src/sap/ui/layout/themes/sap_horizon_hcb/Splitter.less +27 -0
  953. package/src/sap/ui/layout/themes/sap_horizon_hcb/library.source.less +19 -0
  954. package/src/sap/ui/layout/themes/sap_horizon_hcw/BlockLayout.less +13 -0
  955. package/src/sap/ui/layout/themes/sap_horizon_hcw/BlockLayoutCell.less +8 -0
  956. package/src/sap/ui/layout/themes/sap_horizon_hcw/ColumnLayout.less +18 -0
  957. package/src/sap/ui/layout/themes/sap_horizon_hcw/FormLayout.less +57 -0
  958. package/src/sap/ui/layout/themes/sap_horizon_hcw/GridLayout.less +32 -0
  959. package/src/sap/ui/layout/themes/sap_horizon_hcw/ResponsiveGridLayout.less +25 -0
  960. package/src/sap/ui/layout/themes/sap_horizon_hcw/ResponsiveLayout.less +28 -0
  961. package/src/sap/ui/layout/themes/sap_horizon_hcw/ResponsiveSplitter.less +8 -0
  962. package/src/sap/ui/layout/themes/sap_horizon_hcw/Splitter.less +27 -0
  963. package/src/sap/ui/layout/themes/sap_horizon_hcw/library.source.less +19 -0
  964. package/src/sap/ui/mdc/themes/sap_horizon/TokenDisplay.less +34 -0
  965. package/src/sap/ui/mdc/themes/sap_horizon/TokenizerDisplay.less +10 -0
  966. package/src/sap/ui/mdc/themes/sap_horizon/ValueHelpDialog.less +9 -0
  967. package/src/sap/ui/mdc/themes/sap_horizon/library.source.less +3 -1
  968. package/src/sap/ui/mdc/themes/sap_horizon_dark/CollectiveSearchSelect.less +8 -0
  969. package/src/sap/ui/mdc/themes/sap_horizon_dark/Table.less +9 -0
  970. package/src/sap/ui/mdc/themes/sap_horizon_dark/TokenDisplay.less +34 -0
  971. package/src/sap/ui/mdc/themes/sap_horizon_dark/TokenizerDisplay.less +9 -0
  972. package/src/sap/ui/mdc/themes/sap_horizon_dark/ValueHelpDialog.less +18 -0
  973. package/src/sap/ui/mdc/themes/sap_horizon_dark/library.source.less +15 -0
  974. package/src/sap/ui/mdc/themes/sap_horizon_hcb/CollectiveSearchSelect.less +8 -0
  975. package/src/sap/ui/mdc/themes/sap_horizon_hcb/TokenDisplay.less +11 -0
  976. package/src/sap/ui/mdc/themes/sap_horizon_hcb/TokenizerDisplay.less +16 -0
  977. package/src/sap/ui/mdc/themes/sap_horizon_hcb/ValueHelpDialog.less +9 -0
  978. package/src/sap/ui/mdc/themes/sap_horizon_hcb/library.source.less +13 -0
  979. package/src/sap/ui/mdc/themes/sap_horizon_hcw/CollectiveSearchSelect.less +8 -0
  980. package/src/sap/ui/mdc/themes/sap_horizon_hcw/TokenDisplay.less +11 -0
  981. package/src/sap/ui/mdc/themes/sap_horizon_hcw/TokenizerDisplay.less +16 -0
  982. package/src/sap/ui/mdc/themes/sap_horizon_hcw/ValueHelpDialog.less +9 -0
  983. package/src/sap/ui/mdc/themes/sap_horizon_hcw/library.source.less +13 -0
  984. package/src/sap/ui/rta/themes/sap_horizon/ChangeVisualization.less +10 -0
  985. package/src/sap/ui/rta/themes/sap_horizon/ContextMenu.less +25 -55
  986. package/src/sap/ui/rta/themes/sap_horizon/Dialogs.less +9 -8
  987. package/src/sap/ui/rta/themes/sap_horizon/FieldRepository.less +7 -27
  988. package/src/sap/ui/rta/themes/sap_horizon/Overlay.less +24 -3
  989. package/src/sap/ui/rta/themes/sap_horizon/Toolbar.adaptation.less +23 -2
  990. package/src/sap/ui/rta/themes/sap_horizon/Toolbar.base.less +65 -5
  991. package/src/sap/ui/rta/themes/sap_horizon/Toolbar.personalization.less +12 -1
  992. package/src/sap/ui/rta/themes/sap_horizon/Toolbar.standalone.less +2 -1
  993. package/src/sap/ui/rta/themes/sap_horizon/library.source.less +2 -1
  994. package/src/sap/ui/rta/themes/sap_horizon_dark/ContextMenu.less +31 -0
  995. package/src/sap/ui/rta/themes/sap_horizon_dark/Dialogs.less +46 -0
  996. package/src/sap/ui/rta/themes/sap_horizon_dark/FieldRepository.less +38 -0
  997. package/src/sap/ui/rta/themes/sap_horizon_dark/Overlay.less +18 -0
  998. package/src/sap/ui/rta/themes/sap_horizon_dark/Toolbar.adaptation.less +28 -0
  999. package/src/sap/ui/rta/themes/sap_horizon_dark/Toolbar.base.less +80 -0
  1000. package/src/sap/ui/rta/themes/sap_horizon_dark/Toolbar.personalization.less +17 -0
  1001. package/src/sap/ui/rta/themes/sap_horizon_dark/Toolbar.standalone.less +7 -0
  1002. package/src/sap/ui/rta/themes/sap_horizon_dark/library.source.less +17 -0
  1003. package/src/sap/ui/rta/themes/sap_horizon_hcb/AddIFrame.less +8 -0
  1004. package/src/sap/ui/rta/themes/sap_horizon_hcb/ChangeVisualization.less +20 -0
  1005. package/src/sap/ui/rta/themes/sap_horizon_hcb/ContextMenu.less +18 -0
  1006. package/src/sap/ui/rta/themes/sap_horizon_hcb/Dialogs.less +14 -0
  1007. package/src/sap/ui/rta/themes/sap_horizon_hcb/FieldRepository.less +24 -0
  1008. package/src/sap/ui/rta/themes/sap_horizon_hcb/Overlay.less +76 -0
  1009. package/src/sap/ui/rta/themes/sap_horizon_hcb/Toolbar.adaptation.less +14 -0
  1010. package/src/sap/ui/rta/themes/sap_horizon_hcb/Toolbar.base.less +87 -0
  1011. package/src/sap/ui/rta/themes/sap_horizon_hcb/Toolbar.personalization.less +11 -0
  1012. package/src/sap/ui/rta/themes/sap_horizon_hcb/Toolbar.standalone.less +14 -0
  1013. package/src/sap/ui/rta/themes/sap_horizon_hcb/library.source.less +20 -0
  1014. package/src/sap/ui/rta/themes/sap_horizon_hcw/ChangeVisualization.less +20 -0
  1015. package/src/sap/ui/rta/themes/sap_horizon_hcw/ContextMenu.less +19 -0
  1016. package/src/sap/ui/rta/themes/sap_horizon_hcw/Dialogs.less +14 -0
  1017. package/src/sap/ui/rta/themes/sap_horizon_hcw/FieldRepository.less +23 -0
  1018. package/src/sap/ui/rta/themes/sap_horizon_hcw/Overlay.less +81 -0
  1019. package/src/sap/ui/rta/themes/sap_horizon_hcw/Toolbar.adaptation.less +15 -0
  1020. package/src/sap/ui/rta/themes/sap_horizon_hcw/Toolbar.base.less +86 -0
  1021. package/src/sap/ui/rta/themes/sap_horizon_hcw/Toolbar.personalization.less +11 -0
  1022. package/src/sap/ui/rta/themes/sap_horizon_hcw/Toolbar.standalone.less +14 -0
  1023. package/src/sap/ui/rta/themes/sap_horizon_hcw/library.source.less +18 -0
  1024. package/src/sap/ui/suite/themes/sap_horizon_dark/TaskCircle.less +28 -0
  1025. package/src/sap/ui/suite/themes/sap_horizon_dark/VerticalProgressIndicator.less +8 -0
  1026. package/src/sap/ui/suite/themes/sap_horizon_dark/library.source.less +12 -0
  1027. package/src/sap/ui/suite/themes/sap_horizon_hcb/TaskCircle.less +8 -0
  1028. package/src/sap/ui/suite/themes/sap_horizon_hcb/VerticalProgressIndicator.less +13 -0
  1029. package/src/sap/ui/suite/themes/sap_horizon_hcb/library.source.less +12 -0
  1030. package/src/sap/ui/suite/themes/sap_horizon_hcw/TaskCircle.less +8 -0
  1031. package/src/sap/ui/suite/themes/sap_horizon_hcw/VerticalProgressIndicator.less +13 -0
  1032. package/src/sap/ui/suite/themes/sap_horizon_hcw/library.source.less +12 -0
  1033. package/src/sap/ui/table/themes/sap_horizon_dark/Cell.less +15 -0
  1034. package/src/sap/ui/table/themes/sap_horizon_dark/Grouping.less +34 -0
  1035. package/src/sap/ui/table/themes/sap_horizon_dark/RowAction.less +33 -0
  1036. package/src/sap/ui/table/themes/sap_horizon_dark/RowSelection.less +19 -0
  1037. package/src/sap/ui/table/themes/sap_horizon_dark/Table.less +16 -0
  1038. package/src/sap/ui/table/themes/sap_horizon_dark/library.source.less +20 -0
  1039. package/src/sap/ui/table/themes/sap_horizon_hcb/Cell.less +7 -0
  1040. package/src/sap/ui/table/themes/sap_horizon_hcb/DragDrop.less +6 -0
  1041. package/src/sap/ui/table/themes/sap_horizon_hcb/Grouping.less +6 -0
  1042. package/src/sap/ui/table/themes/sap_horizon_hcb/Row.less +7 -0
  1043. package/src/sap/ui/table/themes/sap_horizon_hcb/RowHighlight.less +6 -0
  1044. package/src/sap/ui/table/themes/sap_horizon_hcb/RowSelection.less +9 -0
  1045. package/src/sap/ui/table/themes/sap_horizon_hcb/Scrolling.less +15 -0
  1046. package/src/sap/ui/table/themes/sap_horizon_hcb/Table.less +20 -0
  1047. package/src/sap/ui/table/themes/sap_horizon_hcb/library.source.less +21 -0
  1048. package/src/sap/ui/table/themes/sap_horizon_hcw/Cell.less +7 -0
  1049. package/src/sap/ui/table/themes/sap_horizon_hcw/DragDrop.less +6 -0
  1050. package/src/sap/ui/table/themes/sap_horizon_hcw/Grouping.less +6 -0
  1051. package/src/sap/ui/table/themes/sap_horizon_hcw/Row.less +7 -0
  1052. package/src/sap/ui/table/themes/sap_horizon_hcw/RowHighlight.less +6 -0
  1053. package/src/sap/ui/table/themes/sap_horizon_hcw/RowSelection.less +9 -0
  1054. package/src/sap/ui/table/themes/sap_horizon_hcw/Scrolling.less +15 -0
  1055. package/src/sap/ui/table/themes/sap_horizon_hcw/Table.less +20 -0
  1056. package/src/sap/ui/table/themes/sap_horizon_hcw/library.source.less +21 -0
  1057. package/src/sap/ui/unified/themes/sap_horizon/Calendar.less +172 -61
  1058. package/src/sap/ui/unified/themes/sap_horizon/FileUploader.less +7 -0
  1059. package/src/sap/ui/unified/themes/sap_horizon_dark/Calendar.less +756 -0
  1060. package/src/sap/ui/unified/themes/sap_horizon_dark/CalendarLegend.less +8 -0
  1061. package/src/sap/ui/unified/themes/sap_horizon_dark/CalendarRow.less +150 -0
  1062. package/src/sap/ui/unified/themes/sap_horizon_dark/ColorPicker/Alphaslider_BG.png +0 -0
  1063. package/src/sap/ui/unified/themes/sap_horizon_dark/ColorPicker/Swatch_BG.png +0 -0
  1064. package/src/sap/ui/unified/themes/sap_horizon_dark/ColorPicker.less +136 -0
  1065. package/src/sap/ui/unified/themes/sap_horizon_dark/FileUploader.less +73 -0
  1066. package/src/sap/ui/unified/themes/sap_horizon_dark/Menu.less +151 -0
  1067. package/src/sap/ui/unified/themes/sap_horizon_dark/ShellHeader.less +19 -0
  1068. package/src/sap/ui/unified/themes/sap_horizon_dark/ShellLayout.less +35 -0
  1069. package/src/sap/ui/unified/themes/sap_horizon_dark/ShellOverlay.less +22 -0
  1070. package/src/sap/ui/unified/themes/sap_horizon_dark/library.source.less +19 -0
  1071. package/src/sap/ui/unified/themes/sap_horizon_hcb/Calendar.less +756 -0
  1072. package/src/sap/ui/unified/themes/sap_horizon_hcb/CalendarRow.less +156 -0
  1073. package/src/sap/ui/unified/themes/sap_horizon_hcb/ColorPicker.less +144 -0
  1074. package/src/sap/ui/unified/themes/sap_horizon_hcb/FileUploader.less +73 -0
  1075. package/src/sap/ui/unified/themes/sap_horizon_hcb/Menu.less +146 -0
  1076. package/src/sap/ui/unified/themes/sap_horizon_hcb/ShellHeader.less +121 -0
  1077. package/src/sap/ui/unified/themes/sap_horizon_hcb/ShellLayout.less +13 -0
  1078. package/src/sap/ui/unified/themes/sap_horizon_hcb/ShellOverlay.less +57 -0
  1079. package/src/sap/ui/unified/themes/sap_horizon_hcb/img/PickingCursor-HCB.png +0 -0
  1080. package/src/sap/ui/unified/themes/sap_horizon_hcb/library.source.less +18 -0
  1081. package/src/sap/ui/unified/themes/sap_horizon_hcw/Calendar.less +756 -0
  1082. package/src/sap/ui/unified/themes/sap_horizon_hcw/CalendarRow.less +156 -0
  1083. package/src/sap/ui/unified/themes/sap_horizon_hcw/ColorPicker.less +139 -0
  1084. package/src/sap/ui/unified/themes/sap_horizon_hcw/FileUploader.less +73 -0
  1085. package/src/sap/ui/unified/themes/sap_horizon_hcw/Menu.less +146 -0
  1086. package/src/sap/ui/unified/themes/sap_horizon_hcw/ShellHeader.less +121 -0
  1087. package/src/sap/ui/unified/themes/sap_horizon_hcw/ShellLayout.less +13 -0
  1088. package/src/sap/ui/unified/themes/sap_horizon_hcw/ShellOverlay.less +57 -0
  1089. package/src/sap/ui/unified/themes/sap_horizon_hcw/img/PickingCursor-HCW.png +0 -0
  1090. package/src/sap/ui/unified/themes/sap_horizon_hcw/library.source.less +18 -0
  1091. package/src/sap/ui/ux3/themes/sap_horizon_dark/ActionBar.less +264 -0
  1092. package/src/sap/ui/ux3/themes/sap_horizon_dark/CollectionInspector.less +112 -0
  1093. package/src/sap/ui/ux3/themes/sap_horizon_dark/DataSet.less +13 -0
  1094. package/src/sap/ui/ux3/themes/sap_horizon_dark/DataSetSimpleView.less +9 -0
  1095. package/src/sap/ui/ux3/themes/sap_horizon_dark/Exact.less +9 -0
  1096. package/src/sap/ui/ux3/themes/sap_horizon_dark/ExactArea.less +17 -0
  1097. package/src/sap/ui/ux3/themes/sap_horizon_dark/ExactBrowser.less +14 -0
  1098. package/src/sap/ui/ux3/themes/sap_horizon_dark/ExactList.less +191 -0
  1099. package/src/sap/ui/ux3/themes/sap_horizon_dark/FacetFilter.less +9 -0
  1100. package/src/sap/ui/ux3/themes/sap_horizon_dark/FacetFilterList.less +31 -0
  1101. package/src/sap/ui/ux3/themes/sap_horizon_dark/Feed.less +44 -0
  1102. package/src/sap/ui/ux3/themes/sap_horizon_dark/FeedChunk.less +286 -0
  1103. package/src/sap/ui/ux3/themes/sap_horizon_dark/Feeder.less +102 -0
  1104. package/src/sap/ui/ux3/themes/sap_horizon_dark/NavigationBar.less +230 -0
  1105. package/src/sap/ui/ux3/themes/sap_horizon_dark/NotificationBar.less +53 -0
  1106. package/src/sap/ui/ux3/themes/sap_horizon_dark/Overlay.less +31 -0
  1107. package/src/sap/ui/ux3/themes/sap_horizon_dark/OverlayContainer.less +27 -0
  1108. package/src/sap/ui/ux3/themes/sap_horizon_dark/OverlayDialog.less +18 -0
  1109. package/src/sap/ui/ux3/themes/sap_horizon_dark/QuickView.less +36 -0
  1110. package/src/sap/ui/ux3/themes/sap_horizon_dark/Shell.less +542 -0
  1111. package/src/sap/ui/ux3/themes/sap_horizon_dark/ShellColorPicker.less +9 -0
  1112. package/src/sap/ui/ux3/themes/sap_horizon_dark/ShellPersonalization.less +9 -0
  1113. package/src/sap/ui/ux3/themes/sap_horizon_dark/ThingInspector.less +283 -0
  1114. package/src/sap/ui/ux3/themes/sap_horizon_dark/ThingViewer.less +101 -0
  1115. package/src/sap/ui/ux3/themes/sap_horizon_dark/ToolPopup.less +103 -0
  1116. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/Settings_hover.png +0 -0
  1117. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/Settings_regular.png +0 -0
  1118. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/bg_white_transparent.png +0 -0
  1119. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/close_hover.png +0 -0
  1120. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/collection_inspector/facet_down_grey.png +0 -0
  1121. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/collection_inspector/facet_down_white.png +0 -0
  1122. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/collection_inspector/facet_right_grey.png +0 -0
  1123. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/collection_inspector/facet_right_white.png +0 -0
  1124. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/exact/Action_Menu_hover.png +0 -0
  1125. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/exact/Action_Menu_regular.png +0 -0
  1126. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/exact/close_down.png +0 -0
  1127. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/exact/close_hover.png +0 -0
  1128. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/exact/close_regular.png +0 -0
  1129. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/exact/collapse_list_hover.png +0 -0
  1130. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/exact/collapse_list_regular.png +0 -0
  1131. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/exact/expand_2_down.png +0 -0
  1132. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/exact/expand_2_hover.png +0 -0
  1133. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/exact/expand_2_regular.png +0 -0
  1134. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/exact/expand_down.png +0 -0
  1135. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/exact/expand_hover.png +0 -0
  1136. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/exact/expand_item_regular.png +0 -0
  1137. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/exact/expand_list_hover.png +0 -0
  1138. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/exact/expand_list_regular.png +0 -0
  1139. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/exact/expand_regular.png +0 -0
  1140. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/exact/resize.gif +0 -0
  1141. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/exact/tophead_hover.png +0 -0
  1142. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/exact/tophead_regular.png +0 -0
  1143. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/feed/Action_Comment_hover.png +0 -0
  1144. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/feed/Action_Comment_regular.png +0 -0
  1145. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/feed/Action_Favorite_hover.png +0 -0
  1146. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/feed/Action_Favorite_regular.png +0 -0
  1147. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/feed/Action_Flag_hover.png +0 -0
  1148. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/feed/Action_Flag_regular.png +0 -0
  1149. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/feed/Action_Inspect_hover.png +0 -0
  1150. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/feed/Action_Inspect_regular.png +0 -0
  1151. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/feed/Action_Menu_hover.png +0 -0
  1152. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/feed/Action_Menu_regular.png +0 -0
  1153. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/feed/Collapse_button.png +0 -0
  1154. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/feed/Collapse_button_hover.png +0 -0
  1155. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/feed/Delete_button.png +0 -0
  1156. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/feed/Delete_button_down.png +0 -0
  1157. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/feed/Delete_button_hover.png +0 -0
  1158. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/feed/Expand_button.png +0 -0
  1159. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/feed/Expand_button_hover.png +0 -0
  1160. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/feed/Line_Comments.png +0 -0
  1161. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/feed/Share.png +0 -0
  1162. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/feed/Share_hover.png +0 -0
  1163. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/feed/Triangle_Comments.png +0 -0
  1164. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/feed/ico12_click.png +0 -0
  1165. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/feed/relevantHovered.png +0 -0
  1166. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/feed/relevantSelected.png +0 -0
  1167. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/feed/relevantUnselected.png +0 -0
  1168. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/menubutton/Menu_Disabled.png +0 -0
  1169. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/menubutton/Menu_Hover.png +0 -0
  1170. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/menubutton/Menu_Regular.png +0 -0
  1171. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/navigationbar/WS_overflow.png +0 -0
  1172. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/navigationbar/WS_scroll_next.png +0 -0
  1173. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/navigationbar/WS_scroll_prev.png +0 -0
  1174. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/navigationbar/facetNext.png +0 -0
  1175. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/navigationbar/facetOverflow.png +0 -0
  1176. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/navigationbar/facetPrev.png +0 -0
  1177. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/navigationbar/light_WS_overflow.png +0 -0
  1178. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/navigationbar/light_WS_scroll_next.png +0 -0
  1179. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/navigationbar/light_WS_scroll_prev.png +0 -0
  1180. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/notification_bar/alert_white_24.png +0 -0
  1181. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/notification_bar/arrows/ArrowBar_down.png +0 -0
  1182. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/notification_bar/arrows/ArrowBar_down_hover.png +0 -0
  1183. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/notification_bar/arrows/ArrowBar_up.png +0 -0
  1184. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/notification_bar/arrows/ArrowBar_up_hover.png +0 -0
  1185. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/notification_bar/arrows/DoubleArrow_down.png +0 -0
  1186. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/notification_bar/arrows/DoubleArrow_down_hover.png +0 -0
  1187. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/notification_bar/arrows/DoubleArrow_up.png +0 -0
  1188. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/notification_bar/arrows/DoubleArrow_up_hover.png +0 -0
  1189. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/notification_bar/notification_24.png +0 -0
  1190. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/open_in_new_window.png +0 -0
  1191. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/shell/LogOut_icon.png +0 -0
  1192. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/shell/LogOut_icon_hover.png +0 -0
  1193. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/shell/Workset_bg.png +0 -0
  1194. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/shell/tools.png +0 -0
  1195. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/status_ico_favorite.png +0 -0
  1196. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/status_ico_flag.png +0 -0
  1197. package/src/sap/ui/ux3/themes/sap_horizon_dark/img/status_ico_shared.png +0 -0
  1198. package/src/sap/ui/ux3/themes/sap_horizon_dark/img-RTL/flag_regular.png +0 -0
  1199. package/src/sap/ui/ux3/themes/sap_horizon_dark/img-RTL/following_regular_bw.png +0 -0
  1200. package/src/sap/ui/ux3/themes/sap_horizon_dark/img-RTL/hold_regular_bw.png +0 -0
  1201. package/src/sap/ui/ux3/themes/sap_horizon_dark/img-RTL/navigationbar/WS_scroll_next.png +0 -0
  1202. package/src/sap/ui/ux3/themes/sap_horizon_dark/img-RTL/navigationbar/WS_scroll_prev.png +0 -0
  1203. package/src/sap/ui/ux3/themes/sap_horizon_dark/img-RTL/navigationbar/facetNext.png +0 -0
  1204. package/src/sap/ui/ux3/themes/sap_horizon_dark/img-RTL/navigationbar/facetPrev.png +0 -0
  1205. package/src/sap/ui/ux3/themes/sap_horizon_dark/img-RTL/notification_bar/alert_white_24.png +0 -0
  1206. package/src/sap/ui/ux3/themes/sap_horizon_dark/img-RTL/notification_bar/arrows/ArrowBar_down.png +0 -0
  1207. package/src/sap/ui/ux3/themes/sap_horizon_dark/img-RTL/notification_bar/arrows/ArrowBar_down_hover.png +0 -0
  1208. package/src/sap/ui/ux3/themes/sap_horizon_dark/img-RTL/notification_bar/arrows/ArrowBar_up.png +0 -0
  1209. package/src/sap/ui/ux3/themes/sap_horizon_dark/img-RTL/notification_bar/arrows/ArrowBar_up_hover.png +0 -0
  1210. package/src/sap/ui/ux3/themes/sap_horizon_dark/img-RTL/notification_bar/arrows/DoubleArrow_down.png +0 -0
  1211. package/src/sap/ui/ux3/themes/sap_horizon_dark/img-RTL/notification_bar/arrows/DoubleArrow_down_hover.png +0 -0
  1212. package/src/sap/ui/ux3/themes/sap_horizon_dark/img-RTL/notification_bar/arrows/DoubleArrow_up.png +0 -0
  1213. package/src/sap/ui/ux3/themes/sap_horizon_dark/img-RTL/notification_bar/arrows/DoubleArrow_up_hover.png +0 -0
  1214. package/src/sap/ui/ux3/themes/sap_horizon_dark/img-RTL/notification_bar/notification_24.png +0 -0
  1215. package/src/sap/ui/ux3/themes/sap_horizon_dark/library.source.less +35 -0
  1216. package/src/sap/ui/ux3/themes/sap_horizon_hcb/ActionBar.less +204 -0
  1217. package/src/sap/ui/ux3/themes/sap_horizon_hcb/CollectionInspector.less +8 -0
  1218. package/src/sap/ui/ux3/themes/sap_horizon_hcb/DataSet.less +8 -0
  1219. package/src/sap/ui/ux3/themes/sap_horizon_hcb/DataSetSimpleView.less +17 -0
  1220. package/src/sap/ui/ux3/themes/sap_horizon_hcb/Exact.less +8 -0
  1221. package/src/sap/ui/ux3/themes/sap_horizon_hcb/ExactArea.less +12 -0
  1222. package/src/sap/ui/ux3/themes/sap_horizon_hcb/ExactBrowser.less +8 -0
  1223. package/src/sap/ui/ux3/themes/sap_horizon_hcb/ExactList.less +97 -0
  1224. package/src/sap/ui/ux3/themes/sap_horizon_hcb/FacetFilter.less +8 -0
  1225. package/src/sap/ui/ux3/themes/sap_horizon_hcb/FacetFilterList.less +18 -0
  1226. package/src/sap/ui/ux3/themes/sap_horizon_hcb/Feed.less +27 -0
  1227. package/src/sap/ui/ux3/themes/sap_horizon_hcb/FeedChunk.less +150 -0
  1228. package/src/sap/ui/ux3/themes/sap_horizon_hcb/Feeder.less +87 -0
  1229. package/src/sap/ui/ux3/themes/sap_horizon_hcb/NavigationBar.less +36 -0
  1230. package/src/sap/ui/ux3/themes/sap_horizon_hcb/NotificationBar.less +40 -0
  1231. package/src/sap/ui/ux3/themes/sap_horizon_hcb/Overlay.less +8 -0
  1232. package/src/sap/ui/ux3/themes/sap_horizon_hcb/OverlayContainer.less +8 -0
  1233. package/src/sap/ui/ux3/themes/sap_horizon_hcb/QuickView.less +8 -0
  1234. package/src/sap/ui/ux3/themes/sap_horizon_hcb/Shell.less +130 -0
  1235. package/src/sap/ui/ux3/themes/sap_horizon_hcb/ShellColorPicker.less +8 -0
  1236. package/src/sap/ui/ux3/themes/sap_horizon_hcb/ShellPersonalization.less +8 -0
  1237. package/src/sap/ui/ux3/themes/sap_horizon_hcb/ThingInspector.less +12 -0
  1238. package/src/sap/ui/ux3/themes/sap_horizon_hcb/ThingViewer.less +8 -0
  1239. package/src/sap/ui/ux3/themes/sap_horizon_hcb/ToolPopup.less +32 -0
  1240. package/src/sap/ui/ux3/themes/sap_horizon_hcb/img/exact/tophead.gif +0 -0
  1241. package/src/sap/ui/ux3/themes/sap_horizon_hcb/img/feed/ico12_click.png +0 -0
  1242. package/src/sap/ui/ux3/themes/sap_horizon_hcb/img/menu_follow.png +0 -0
  1243. package/src/sap/ui/ux3/themes/sap_horizon_hcb/img/menu_hold.png +0 -0
  1244. package/src/sap/ui/ux3/themes/sap_horizon_hcb/img/menu_unlisten.png +0 -0
  1245. package/src/sap/ui/ux3/themes/sap_horizon_hcb/img/navigationbar/facetNext.png +0 -0
  1246. package/src/sap/ui/ux3/themes/sap_horizon_hcb/img/navigationbar/facetPrev.png +0 -0
  1247. package/src/sap/ui/ux3/themes/sap_horizon_hcb/img/notification_bar/alert_white_24.png +0 -0
  1248. package/src/sap/ui/ux3/themes/sap_horizon_hcb/img/notification_bar/arrows/ArrowBar_down.png +0 -0
  1249. package/src/sap/ui/ux3/themes/sap_horizon_hcb/img/notification_bar/arrows/ArrowBar_down_hover.png +0 -0
  1250. package/src/sap/ui/ux3/themes/sap_horizon_hcb/img/notification_bar/arrows/ArrowBar_up.png +0 -0
  1251. package/src/sap/ui/ux3/themes/sap_horizon_hcb/img/notification_bar/arrows/ArrowBar_up_hover.png +0 -0
  1252. package/src/sap/ui/ux3/themes/sap_horizon_hcb/img/notification_bar/arrows/DoubleArrow_down.png +0 -0
  1253. package/src/sap/ui/ux3/themes/sap_horizon_hcb/img/notification_bar/arrows/DoubleArrow_down_hover.png +0 -0
  1254. package/src/sap/ui/ux3/themes/sap_horizon_hcb/img/notification_bar/arrows/DoubleArrow_up.png +0 -0
  1255. package/src/sap/ui/ux3/themes/sap_horizon_hcb/img/notification_bar/arrows/DoubleArrow_up_hover.png +0 -0
  1256. package/src/sap/ui/ux3/themes/sap_horizon_hcb/img/notification_bar/notification_24.png +0 -0
  1257. package/src/sap/ui/ux3/themes/sap_horizon_hcb/img/shell/LogOut_icon.png +0 -0
  1258. package/src/sap/ui/ux3/themes/sap_horizon_hcb/img/shell/tools/Feed_hover.png +0 -0
  1259. package/src/sap/ui/ux3/themes/sap_horizon_hcb/img/shell/tools/Inspector_hover.png +0 -0
  1260. package/src/sap/ui/ux3/themes/sap_horizon_hcb/img/shell/tools/Inspector_selected.png +0 -0
  1261. package/src/sap/ui/ux3/themes/sap_horizon_hcb/img/shell/tools/Search_hover.png +0 -0
  1262. package/src/sap/ui/ux3/themes/sap_horizon_hcb/img/toolpopup/arrow_down.png +0 -0
  1263. package/src/sap/ui/ux3/themes/sap_horizon_hcb/img/toolpopup/arrow_left.png +0 -0
  1264. package/src/sap/ui/ux3/themes/sap_horizon_hcb/img/toolpopup/arrow_right.png +0 -0
  1265. package/src/sap/ui/ux3/themes/sap_horizon_hcb/img/toolpopup/arrow_up.png +0 -0
  1266. package/src/sap/ui/ux3/themes/sap_horizon_hcb/img-RTL/notification_bar/arrows/ArrowBar_up_hover.png +0 -0
  1267. package/src/sap/ui/ux3/themes/sap_horizon_hcb/img-RTL/notification_bar/arrows/DoubleArrow_up_hover.png +0 -0
  1268. package/src/sap/ui/ux3/themes/sap_horizon_hcb/img-RTL/shell/tools/Feed_hover.png +0 -0
  1269. package/src/sap/ui/ux3/themes/sap_horizon_hcb/img-RTL/shell/tools/Inspector_hover.png +0 -0
  1270. package/src/sap/ui/ux3/themes/sap_horizon_hcb/img-RTL/shell/tools/Inspector_selected.png +0 -0
  1271. package/src/sap/ui/ux3/themes/sap_horizon_hcb/img-RTL/shell/tools/Search_hover.png +0 -0
  1272. package/src/sap/ui/ux3/themes/sap_horizon_hcb/library.source.less +35 -0
  1273. package/src/sap/ui/ux3/themes/sap_horizon_hcb/shared.less +3 -0
  1274. package/src/sap/ui/ux3/themes/sap_horizon_hcw/ActionBar.less +204 -0
  1275. package/src/sap/ui/ux3/themes/sap_horizon_hcw/CollectionInspector.less +8 -0
  1276. package/src/sap/ui/ux3/themes/sap_horizon_hcw/DataSet.less +8 -0
  1277. package/src/sap/ui/ux3/themes/sap_horizon_hcw/DataSetSimpleView.less +17 -0
  1278. package/src/sap/ui/ux3/themes/sap_horizon_hcw/Exact.less +8 -0
  1279. package/src/sap/ui/ux3/themes/sap_horizon_hcw/ExactArea.less +12 -0
  1280. package/src/sap/ui/ux3/themes/sap_horizon_hcw/ExactBrowser.less +8 -0
  1281. package/src/sap/ui/ux3/themes/sap_horizon_hcw/ExactList.less +97 -0
  1282. package/src/sap/ui/ux3/themes/sap_horizon_hcw/FacetFilter.less +8 -0
  1283. package/src/sap/ui/ux3/themes/sap_horizon_hcw/FacetFilterList.less +18 -0
  1284. package/src/sap/ui/ux3/themes/sap_horizon_hcw/Feed.less +27 -0
  1285. package/src/sap/ui/ux3/themes/sap_horizon_hcw/FeedChunk.less +150 -0
  1286. package/src/sap/ui/ux3/themes/sap_horizon_hcw/Feeder.less +87 -0
  1287. package/src/sap/ui/ux3/themes/sap_horizon_hcw/NavigationBar.less +36 -0
  1288. package/src/sap/ui/ux3/themes/sap_horizon_hcw/NotificationBar.less +40 -0
  1289. package/src/sap/ui/ux3/themes/sap_horizon_hcw/Overlay.less +8 -0
  1290. package/src/sap/ui/ux3/themes/sap_horizon_hcw/OverlayContainer.less +8 -0
  1291. package/src/sap/ui/ux3/themes/sap_horizon_hcw/QuickView.less +8 -0
  1292. package/src/sap/ui/ux3/themes/sap_horizon_hcw/Shell.less +130 -0
  1293. package/src/sap/ui/ux3/themes/sap_horizon_hcw/ShellColorPicker.less +8 -0
  1294. package/src/sap/ui/ux3/themes/sap_horizon_hcw/ShellPersonalization.less +8 -0
  1295. package/src/sap/ui/ux3/themes/sap_horizon_hcw/ThingInspector.less +12 -0
  1296. package/src/sap/ui/ux3/themes/sap_horizon_hcw/ThingViewer.less +8 -0
  1297. package/src/sap/ui/ux3/themes/sap_horizon_hcw/ToolPopup.less +32 -0
  1298. package/src/sap/ui/ux3/themes/sap_horizon_hcw/img/exact/tophead.gif +0 -0
  1299. package/src/sap/ui/ux3/themes/sap_horizon_hcw/img/feed/ico12_click.png +0 -0
  1300. package/src/sap/ui/ux3/themes/sap_horizon_hcw/img/menu_follow.png +0 -0
  1301. package/src/sap/ui/ux3/themes/sap_horizon_hcw/img/menu_hold.png +0 -0
  1302. package/src/sap/ui/ux3/themes/sap_horizon_hcw/img/menu_unlisten.png +0 -0
  1303. package/src/sap/ui/ux3/themes/sap_horizon_hcw/img/navigationbar/facetNext.png +0 -0
  1304. package/src/sap/ui/ux3/themes/sap_horizon_hcw/img/navigationbar/facetPrev.png +0 -0
  1305. package/src/sap/ui/ux3/themes/sap_horizon_hcw/img/notification_bar/alert_white_24.png +0 -0
  1306. package/src/sap/ui/ux3/themes/sap_horizon_hcw/img/notification_bar/arrows/ArrowBar_down.png +0 -0
  1307. package/src/sap/ui/ux3/themes/sap_horizon_hcw/img/notification_bar/arrows/ArrowBar_down_hover.png +0 -0
  1308. package/src/sap/ui/ux3/themes/sap_horizon_hcw/img/notification_bar/arrows/ArrowBar_up.png +0 -0
  1309. package/src/sap/ui/ux3/themes/sap_horizon_hcw/img/notification_bar/arrows/ArrowBar_up_hover.png +0 -0
  1310. package/src/sap/ui/ux3/themes/sap_horizon_hcw/img/notification_bar/arrows/DoubleArrow_down.png +0 -0
  1311. package/src/sap/ui/ux3/themes/sap_horizon_hcw/img/notification_bar/arrows/DoubleArrow_down_hover.png +0 -0
  1312. package/src/sap/ui/ux3/themes/sap_horizon_hcw/img/notification_bar/arrows/DoubleArrow_up.png +0 -0
  1313. package/src/sap/ui/ux3/themes/sap_horizon_hcw/img/notification_bar/arrows/DoubleArrow_up_hover.png +0 -0
  1314. package/src/sap/ui/ux3/themes/sap_horizon_hcw/img/notification_bar/notification_24.png +0 -0
  1315. package/src/sap/ui/ux3/themes/sap_horizon_hcw/img/shell/LogOut_icon.png +0 -0
  1316. package/src/sap/ui/ux3/themes/sap_horizon_hcw/img/shell/tools/Feed_hover.png +0 -0
  1317. package/src/sap/ui/ux3/themes/sap_horizon_hcw/img/shell/tools/Inspector_hover.png +0 -0
  1318. package/src/sap/ui/ux3/themes/sap_horizon_hcw/img/shell/tools/Inspector_selected.png +0 -0
  1319. package/src/sap/ui/ux3/themes/sap_horizon_hcw/img/shell/tools/Search_hover.png +0 -0
  1320. package/src/sap/ui/ux3/themes/sap_horizon_hcw/img/toolpopup/arrow_down.png +0 -0
  1321. package/src/sap/ui/ux3/themes/sap_horizon_hcw/img/toolpopup/arrow_left.png +0 -0
  1322. package/src/sap/ui/ux3/themes/sap_horizon_hcw/img/toolpopup/arrow_right.png +0 -0
  1323. package/src/sap/ui/ux3/themes/sap_horizon_hcw/img/toolpopup/arrow_up.png +0 -0
  1324. package/src/sap/ui/ux3/themes/sap_horizon_hcw/img-RTL/notification_bar/arrows/ArrowBar_up_hover.png +0 -0
  1325. package/src/sap/ui/ux3/themes/sap_horizon_hcw/img-RTL/notification_bar/arrows/DoubleArrow_up_hover.png +0 -0
  1326. package/src/sap/ui/ux3/themes/sap_horizon_hcw/img-RTL/shell/tools/Feed_hover.png +0 -0
  1327. package/src/sap/ui/ux3/themes/sap_horizon_hcw/img-RTL/shell/tools/Inspector_hover.png +0 -0
  1328. package/src/sap/ui/ux3/themes/sap_horizon_hcw/img-RTL/shell/tools/Inspector_selected.png +0 -0
  1329. package/src/sap/ui/ux3/themes/sap_horizon_hcw/img-RTL/shell/tools/Search_hover.png +0 -0
  1330. package/src/sap/ui/ux3/themes/sap_horizon_hcw/library.source.less +35 -0
  1331. package/src/sap/ui/ux3/themes/sap_horizon_hcw/shared.less +3 -0
  1332. package/src/sap/uxap/themes/sap_horizon/AnchorBar.less +3 -1
  1333. package/src/sap/uxap/themes/sap_horizon_dark/AnchorBar.less +324 -0
  1334. package/src/sap/uxap/themes/sap_horizon_dark/HierarchicalSelect.less +201 -0
  1335. package/src/sap/uxap/themes/sap_horizon_dark/IconTabBar.less +21 -0
  1336. package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageHeader.less +133 -0
  1337. package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageHeaderContent.less +120 -0
  1338. package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageLayout.less +110 -0
  1339. package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSection.less +84 -0
  1340. package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSubSection.less +96 -0
  1341. package/src/sap/uxap/themes/sap_horizon_dark/library.source.less +18 -0
  1342. package/src/sap/uxap/themes/sap_horizon_hcb/AnchorBar.less +162 -0
  1343. package/src/sap/uxap/themes/sap_horizon_hcb/BreadCrumbs.less +27 -0
  1344. package/src/sap/uxap/themes/sap_horizon_hcb/HierarchicalSelect.less +159 -0
  1345. package/src/sap/uxap/themes/sap_horizon_hcb/IconTabBar.less +21 -0
  1346. package/src/sap/uxap/themes/sap_horizon_hcb/ObjectPageHeader.less +119 -0
  1347. package/src/sap/uxap/themes/sap_horizon_hcb/ObjectPageHeaderContent.less +99 -0
  1348. package/src/sap/uxap/themes/sap_horizon_hcb/ObjectPageLayout.less +75 -0
  1349. package/src/sap/uxap/themes/sap_horizon_hcb/ObjectPageSection.less +55 -0
  1350. package/src/sap/uxap/themes/sap_horizon_hcb/ObjectPageSubSection.less +52 -0
  1351. package/src/sap/uxap/themes/sap_horizon_hcb/library.source.less +19 -0
  1352. package/src/sap/uxap/themes/sap_horizon_hcw/AnchorBar.less +172 -0
  1353. package/src/sap/uxap/themes/sap_horizon_hcw/BreadCrumbs.less +27 -0
  1354. package/src/sap/uxap/themes/sap_horizon_hcw/HierarchicalSelect.less +159 -0
  1355. package/src/sap/uxap/themes/sap_horizon_hcw/IconTabBar.less +21 -0
  1356. package/src/sap/uxap/themes/sap_horizon_hcw/ObjectPageHeader.less +119 -0
  1357. package/src/sap/uxap/themes/sap_horizon_hcw/ObjectPageHeaderContent.less +99 -0
  1358. package/src/sap/uxap/themes/sap_horizon_hcw/ObjectPageLayout.less +75 -0
  1359. package/src/sap/uxap/themes/sap_horizon_hcw/ObjectPageSection.less +55 -0
  1360. package/src/sap/uxap/themes/sap_horizon_hcw/ObjectPageSubSection.less +52 -0
  1361. package/src/sap/uxap/themes/sap_horizon_hcw/library.source.less +19 -0
  1362. package/src/sap/m/themes/sap_horizon/Label.less +0 -8
@@ -0,0 +1,756 @@
1
+ /* ======================================== */
2
+ /* CSS for control sap.ui.unified/Calendar */
3
+ /* Horizon High Contrast White theme */
4
+ /* ======================================== */
5
+
6
+ @_sap_ui_unified_Calendar_ItemColor: @sapUiLegendWorkingBackground;
7
+ @_sap_ui_unified_Calendar_ItemHoverColor: @sapUiListHoverBackground;
8
+ @_sap_ui_unified_Calendar_ItemBorderColor: @sapUiListBackground;
9
+ @_sap_ui_unified_Calendar_ItemWeekEndColor: @sapUiLegendNonWorkingBackground;
10
+ @_sap_ui_unified_Calendar_ItemWeekEndHoverColor: @sapUiListHoverBackground;
11
+ @_sap_ui_unified_Calendar_ItemOtherMonthColor: @sapUiContentLabelColor;
12
+
13
+ .sapUiCal {
14
+ border-radius: 0.5rem;
15
+ }
16
+
17
+ .sapUiCalItem,
18
+ .sapUiCalWeekNum {
19
+ height: 2.875rem;
20
+ }
21
+
22
+ .sapUiCalWeekNum:hover {
23
+ background-color: @sapUiListHoverBackground;
24
+ border-radius: 0.5rem;
25
+ }
26
+
27
+ /* calendar should have only a border if on popup */
28
+ .sapUiCal[data-sap-ui-popup] {
29
+ border-color: @sapUiContentForegroundBorderColor;
30
+ }
31
+
32
+ html[data-sap-ui-browser^="ff"].sap-desktop .sapUiCalHead > .sapUiCalHeadB:focus {
33
+ outline-offset: 0; /* to hide firefox bug with native outline always displayed */
34
+ }
35
+
36
+ html.sap-desktop .sapUiCalHead > .sapUiCalHeadB:focus::before {
37
+ content: "";
38
+ position: absolute;
39
+ box-sizing: border-box;
40
+ left: 0.125rem;
41
+ top: 0.125rem;
42
+ right: 0.125rem;
43
+ bottom: 0.125rem;
44
+ border: 0.125rem solid @sapUiContentFocusColor;
45
+ pointer-events: none;
46
+ border-radius: 0.375rem;
47
+ }
48
+
49
+ .sapUiCalHeadB {
50
+ position: relative;
51
+ }
52
+
53
+ html.sap-desktop .sapUiCalHead > .sapUiCalHeadB:focus:active {
54
+ border-color: @sapUiContentContrastFocusColor;
55
+ }
56
+
57
+ .sapUiCalHead > button,
58
+ .sapUiCalCancel {
59
+ font-family: @sapFontBoldFamily;
60
+ color: @sapUiButtonLiteTextColor;
61
+ }
62
+
63
+ html.sap-desktop .sapUiCalHead > button:hover,
64
+ html.sap-desktop .sapUiCalCancel:hover,
65
+ html.sap-desktop .sapUiCalHead > button:focus,
66
+ html.sap-desktop .sapUiCalCancel:focus {
67
+ color: @sapUiButtonLiteTextColor;
68
+ }
69
+
70
+ .sapUiCalWH,
71
+ .sapUiCalWeekNum {
72
+ color: @sapUiContentLabelColor;
73
+ font-size: @sapMFontSmallSize;
74
+ }
75
+
76
+ html[data-sap-ui-browser^="ie"].sap-desktop,
77
+ html[data-sap-ui-browser^="ed"].sap-desktop {
78
+ .sapUiCalHead > .sapUiCalHeadB{
79
+ position: relative;
80
+ outline: none;
81
+ }
82
+
83
+ .sapUiCalHead > .sapUiCalHeadB:focus:after {
84
+ position: absolute;
85
+ top: 0.125rem;
86
+ left: 0.125rem;
87
+ right: 0.125rem;
88
+ bottom: 0.125rem;
89
+ border: 0.0625rem dashed @sapUiContentFocusColor;
90
+ content: "";
91
+ }
92
+
93
+ .sapUiCalHead > .sapUiCalHeadB:focus:active:after {
94
+ border-color: @sapUiContentContrastFocusColor;
95
+ }
96
+ }
97
+
98
+ html.sap-desktop .sapUiCalHead > .sapUiCalHeadB:focus:not(:hover):not(:active) {
99
+ background-color: transparent;
100
+ }
101
+
102
+ .sapUiCalHead > .sapUiCalHeadB,
103
+ .sapUiCalCancel,
104
+ html.sap-desktop .sapUiCalHead > .sapUiCalHeadB:hover,
105
+ html.sap-desktop .sapUiCalHead > .sapUiCalHeadB:focus,
106
+ .sapUiCalHead .sapUiCalHeadPrev,
107
+ .sapUiCalHead .sapUiCalHeadNext,
108
+ .sapUiCalHead .sapUiCalHeadToday {
109
+ border-radius: 0.5rem;
110
+
111
+ }
112
+
113
+ .sapUiCalHead .sapUiCalHeadPrev:hover,
114
+ .sapUiCalHead .sapUiCalHeadNext:hover,
115
+ html.sap-desktop .sapUiCalHead > .sapUiCalHeadB:hover {
116
+ box-shadow: 0 0 0.125rem 0 fade(@sapContent_ShadowColor, 72);
117
+ }
118
+
119
+ html.sap-desktop .sapUiCalHead > .sapUiCalHeadB:active {
120
+ color: @sapUiButtonActiveTextColor;
121
+ border-color: @sapUiButtonLiteActiveBorderColor;
122
+ }
123
+
124
+ /*** days, months, years ***/
125
+ .sapUiCalWH,
126
+ .sapUiCalItem,
127
+ .sapUiCalItemSelBetween.sapUiCalItemSel {
128
+ border: 0.0625rem solid @_sap_ui_unified_Calendar_ItemBorderColor;
129
+ }
130
+
131
+ .sapUiCalItem {
132
+ background-color: @sapUiLegendWorkingBackground;
133
+ border-radius: 0.5rem;
134
+ }
135
+
136
+ .sapUiCalRowWeekNumber {
137
+ color: @sapUiBaseText;
138
+ background-color: @sapUiListBackground;
139
+ border-color: @sapUiListBorderColor;
140
+ }
141
+
142
+ .sapUiCalItemNow {
143
+ color: @sapUiBaseText;
144
+ }
145
+
146
+ /* make outline for days on number to prevent it around week number */
147
+ /* hide outline for all devices, but enable later for desktop */
148
+ .sapUiCalItem:focus {
149
+ outline: none;
150
+ overflow: visible;
151
+ }
152
+
153
+ html.sap-desktop .sapUiCalItem:not(.sapUiCalItemSel):not(.sapUiCalItemWeekEnd):focus {
154
+ background-color: @sapUiLegendWorkingBackground;
155
+ }
156
+
157
+ /* hover and focus makes only sense on desktops. On mobile devices it's not needed */
158
+ html.sap-desktop .sapUiCalDatesRow .sapUiCalItem:not(.sapUiCalItemSel):hover,
159
+ html.sap-desktop .sapUiCalMonthPicker .sapUiCalItem:not(.sapUiCalItemSel):not(.sapUiCalItemSelBetween):hover,
160
+ html.sap-desktop .sapUiCalYearPicker .sapUiCalItem:not(.sapUiCalItemSel):not(.sapUiCalItemSelBetween):hover,
161
+ html.sap-desktop .sapUiCal:not(.sapUiCalDateInt) .sapUiCalItem:not(.sapUiCalItemSel) :not(.sapUiCalWeekNum):hover {
162
+ background-color: @sapUiListHoverBackground;
163
+ }
164
+
165
+ html.sap-desktop .sapUiCalItem.sapUiCalItemNow:not(.sapUiCalItemSelBetween):not(.sapUiCalItemSelStart):not(.sapUiCalItemSelEnd):focus > .sapUiCalItemText{
166
+ outline-offset: -0.45rem;
167
+ }
168
+
169
+ html.sap-desktop .sapUiCalMonthPicker .sapUiCalItem:focus,
170
+ html.sap-desktop .sapUiCalYearPicker .sapUiCalItem:focus {
171
+ border: 0.125rem solid @sapUiContentFocusColor;
172
+ }
173
+
174
+ html.sap-desktop .sapUiCalItemSel:not(.sapUiCalItemNow):not(.sapUiCalItemSelBetween):focus > .sapUiCalItemText {
175
+ color: @sapUiContentSelectedTextColor;
176
+ }
177
+
178
+ html.sap-desktop .sapUiCalMonthPicker .sapUiCalItemSel:focus,
179
+ html.sap-desktop .sapUiCalYearPicker .sapUiCalItemSel:focus {
180
+ outline-color: @sapUiContentSelectedTextColor;
181
+ background-color: @sapUiContentSelectedBackground;
182
+ color: @sapUiContentSelectedTextColor;
183
+ }
184
+
185
+ html.sap-desktop .sapUiSizeCompact .sapUiCalItemSel:not(.sapUiCalItemNow):not(.sapUiCalItemSelBetween):focus > .sapUiCalDayName {
186
+ outline-color: @sapUiContentContrastFocusColor;
187
+ }
188
+
189
+ html[data-sap-ui-browser^="ie"].sap-desktop,
190
+ html[data-sap-ui-browser^="ed"].sap-desktop {
191
+ // do this only for the Planing Calendar
192
+ .sapMPlanCal :not(.sapUiCalFirstWDay).sapUiCalItem:focus {
193
+ overflow: hidden;
194
+ }
195
+
196
+ .sapUiCalItem:focus > .sapUiCalItemText,
197
+ .sapUiCalMonthPicker .sapUiCalItem:focus,
198
+ .sapUiCalYearPicker .sapUiCalItem:focus {
199
+ position: relative;
200
+ outline: none;
201
+ }
202
+
203
+ .sapUiCalItem:focus > .sapUiCalItemText:after,
204
+ .sapUiCalMonthPicker .sapUiCalItem:focus:after,
205
+ .sapUiCalYearPicker .sapUiCalItem:focus:after {
206
+ position: absolute;
207
+ top: 0.125rem;
208
+ left: 0.125rem;
209
+ right: 0.125rem;
210
+ bottom: 0.125rem;
211
+ border: 0.0625rem dashed @sapUiContentFocusColor;
212
+ content: "";
213
+ }
214
+
215
+ .sapUiCalItemSel:not(.sapUiCalItemNow):not(.sapUiCalItemSelBetween):focus > .sapUiCalItemText:after,
216
+ .sapUiCalMonthPicker .sapUiCalItemSel:focus:after,
217
+ .sapUiCalYearPicker .sapUiCalItemSel:focus:after {
218
+ border-color: @sapUiContentContrastFocusColor;
219
+ }
220
+ .sapUiCalItemSel.sapUiCalItem:focus > .sapUiCalItemText {
221
+ position: static;
222
+ }
223
+
224
+ .sapUiCalItem.sapUiCalItemNow:focus > .sapUiCalItemText:after {
225
+ top: 0;
226
+ left: 0;
227
+ right: 0;
228
+ bottom: 0;
229
+ }
230
+ }
231
+
232
+ .sapUiCalItemWeekEnd,
233
+ html.sap-desktop .sapUiCalItemWeekEnd:not(.sapUiCalItemSel):focus {
234
+ background-color: @sapUiLegendNonWorkingBackground;
235
+ }
236
+ .sapUiCalItemWeekEnd:hover {
237
+ background-color: @sapUiListHoverBackground;
238
+ }
239
+
240
+ html.sap-desktop .sapUiCalDatesRow .sapUiCalItemWeekEnd:not(.sapUiCalItemSel):hover,
241
+ html.sap-desktop .sapUiCal:not(.sapUiCalDateInt) .sapUiCalItemWeekEnd:not(.sapUiCalItemSel) :not(.sapUiCalWeekNum):hover {
242
+ background-color: @sapUiListHoverBackground;
243
+ border-radius: 0.5rem;
244
+ }
245
+
246
+ html.sap-desktop .sapUiCalDatesRow .sapUiCalItemWeekEnd:not(.sapUiCalItemSel):hover {
247
+ color: inherit;
248
+ }
249
+
250
+ html.sap-desktop .sapUiCalRow .sapUiCalItemSel:not(.sapUiCalItemNow):not(.sapUiCalItemSelBetween):focus > .sapUiCalItemText {
251
+ border-top-left-radius: 0.25rem;
252
+ border-bottom-left-radius: 0.25rem;
253
+ }
254
+
255
+ .sapUiCalItemNow:not(.sapUiCalItemSel):not(.sapUiCalItemSelBetween) > .sapUiCalItemText {
256
+ box-shadow: inset 0.125rem -0.125rem 0 0 @_sap_ui_unified_Calendar_ItemBorderColor, inset -0.125rem 0.125rem 0 0 @_sap_ui_unified_Calendar_ItemBorderColor;
257
+ }
258
+
259
+ html.sap-desktop .sapUiCalItemSel:not(.sapUiCalItemNow):not(.sapUiCalItemSelBetween):focus > .sapUiCalDayName {
260
+ border-top-left-radius: 0.25rem;
261
+ border-bottom-left-radius: 0.25rem;
262
+ border-top-right-radius: 0;
263
+ border-bottom-right-radius: 0;
264
+ }
265
+
266
+ .sapUiCalItem {
267
+ position: relative;
268
+ &:focus > .sapUiCalItemText {
269
+ position: static;
270
+ outline: none;
271
+ &:after {
272
+ position: absolute;
273
+ top: 0;
274
+ left: 0;
275
+ right: 0;
276
+ bottom: 0;
277
+ border: 0.125rem solid @sapUiContentFocusColor;
278
+ content: "";
279
+ border-radius: 0.5rem;
280
+ }
281
+ }
282
+ &.sapUiCalItemSelBetween .sapUiCalItemText {
283
+ position: relative;
284
+ }
285
+ &.sapUiCalItemNow {
286
+ border-radius: 0.5rem;
287
+ &:hover {
288
+ background: @sapUiListHoverBackground;
289
+ }
290
+ &.sapUiCalItemSelBetween {
291
+ line-height: normal;
292
+ & > .sapUiCalItemText {
293
+ border: 0.0625rem solid @sapUiListSelectionBorderColor;
294
+ border-radius: 0.3125rem;
295
+ margin: 0.125rem;
296
+ width: 1.5625rem;
297
+ height: 1.5rem;
298
+ line-height: 1.4375rem;
299
+ top: 0.0625rem;
300
+ }
301
+ }
302
+ .sapUiCalSpecialDate {
303
+ width: 88%;
304
+ bottom: 0.125rem;
305
+ left: 0.125rem;
306
+ }
307
+ &:focus .sapUiCalSpecialDate,
308
+ &.sapUiCalItemSel .sapUiCalSpecialDate {
309
+ width: 75%;
310
+ bottom: 0.25rem;
311
+ left: 0.25rem;
312
+ }
313
+ .sapUiCalItemText {
314
+ border: none;
315
+ }
316
+ &.sapUiCalItemSel {
317
+ box-shadow: inset 0 0 0 0.25rem @sapUiListBackground;
318
+ &:focus .sapUiCalSpecialDate {
319
+ bottom: 0.35rem
320
+ }
321
+ &.sapUiCalItemSelBetween:focus > .sapUiCalItemText:after {
322
+ top: 0;
323
+ left: 0;
324
+ right: 0;
325
+ bottom: 0;
326
+ border-radius: 0.25rem;
327
+ }
328
+ }
329
+ &:focus > .sapUiCalItemText:after {
330
+ top: 0.1875rem;
331
+ left: 0.1875rem;
332
+ right: 0.1875rem;
333
+ bottom: 0.1875rem;
334
+ border-radius: 0.3125rem;
335
+ }
336
+ &:before {
337
+ position: absolute;
338
+ top: 0;
339
+ left: 0;
340
+ right: 0;
341
+ bottom: 0;
342
+ border: 0.125rem solid @sapUiLegendCurrentDateTime;
343
+ content: "";
344
+ border-radius: 0.5rem;
345
+ }
346
+ }
347
+ .sapUiCalItemText:after {
348
+ outline: none;
349
+ }
350
+ .sapUiCalSpecialDate {
351
+ position: absolute;
352
+ width: 100%;
353
+ height: 0.3125rem;
354
+ bottom: -0.0625rem;
355
+ border-bottom-left-radius: 0.25rem;
356
+ border-bottom-right-radius: 0.25rem;
357
+ pointer-events: none;
358
+ z-index: 0;
359
+ }
360
+ &:focus .sapUiCalSpecialDate,
361
+ &.sapUiCalItemSel .sapUiCalSpecialDate {
362
+ bottom: 0.0625rem;
363
+ left: 0.0625rem;
364
+ width: 95%;
365
+ }
366
+ &.sapUiCalItemSel:focus .sapUiCalSpecialDate{
367
+ bottom: 0.125rem;
368
+ }
369
+ .sapUiCalItemText {
370
+ border-radius: 0.5rem;
371
+ }
372
+ }
373
+
374
+ .sapUiCalItemOtherMonth {
375
+ background-color: @sapUiListBackground;
376
+ color: @_sap_ui_unified_Calendar_ItemOtherMonthColor;
377
+ }
378
+
379
+ .sapUiCalItemSel {
380
+ color: @sapUiContentContrastTextColor;
381
+ &:focus > .sapUiCalItemText {
382
+ &:after {
383
+ top: -0.01rem;
384
+ left: 0.025rem;
385
+ right: 0.025rem;
386
+ bottom: 0;
387
+ border-radius: 0.5rem;
388
+ }
389
+ }
390
+ }
391
+
392
+ html.sap-desktop .sapUiCalItemOtherMonth:not(.sapUiCalItemSel) :not(.sapUiCalWeekNum):hover {
393
+ background-color: @sapUiListHoverBackground;
394
+ }
395
+
396
+ .sapUiCalItem.sapUiCalItemSel:not(.sapUiCalItemSelBetween){
397
+ background-color: @sapUiContentSelectedBackground;
398
+ color: @sapUiContentSelectedTextColor;
399
+ }
400
+
401
+ .sapUiCalItem.sapUiCalItemSel:not(.sapUiCalItemSelBetween):hover{
402
+ background-color: @sapUiContentSelectedHoverBackground;
403
+ }
404
+
405
+ .sapUiCalMonthPicker,
406
+ .sapUiCalYearPicker {
407
+ .sapUiCalItem {
408
+ color: @sapUiButtonLiteTextColor;
409
+ }
410
+ .sapUiCalItem.sapUiCalItemSel {
411
+ font-family: @sapFontBoldFamily;
412
+ }
413
+ .sapUiCalItem:focus {
414
+ line-height: 2.75rem;
415
+ }
416
+ }
417
+
418
+ .sapUiSizeCompact {
419
+ .sapUiCalMonthPicker,
420
+ .sapUiCalYearPicker {
421
+ .sapUiCalItem:focus {
422
+ line-height: 1.75rem;
423
+ }
424
+ }
425
+ }
426
+
427
+ .sapUiCalItemSel:not(.sapUiCalItemSelBetween) > .sapUiCalItemText {
428
+ color: @sapUiContentSelectedTextColor;
429
+ border-radius: 0.25rem;
430
+ font-weight: bold;
431
+ position: absolute;
432
+ left: 0;
433
+ }
434
+
435
+ .sapUiCalItemSel.sapUiCalItemNow:not(.sapUiCalItemSelBetween) > .sapUiCalItemText {
436
+ top: 0;
437
+ }
438
+
439
+ .sapUiCalItemSel {
440
+ color: @sapContent_Selected_TextColor;
441
+ }
442
+
443
+ .sapUiCalItem.sapUiCalItemSel:not(.sapUiCalItemSelBetween) > .sapUiCalItemText:after {
444
+ position: absolute;
445
+ top: 0;
446
+ left: 0;
447
+ right: 0;
448
+ bottom: 0;
449
+ border: 0.125rem solid @sapUiContentFocusColor;
450
+ content: "";
451
+ border-radius: 0.5rem;
452
+ }
453
+
454
+ .sapUiCalItem.sapUiCalItemSel.sapUiCalItemNow:not(.sapUiCalItemSelBetween) > .sapUiCalItemText:after {
455
+ top: 0.1875rem;
456
+ left: 0.1875rem;
457
+ right: 0.1875rem;
458
+ bottom: 0.1875rem;
459
+ border-radius: 0.3125rem;
460
+ }
461
+
462
+ .sapUiCalItem.sapUiCalItemSel:focus > .sapUiCalItemText:after {
463
+ border: 0.1875rem solid @sapUiContentFocusColor;
464
+ top: 0;
465
+ left: 0;
466
+ right: 0;
467
+ bottom: 0;
468
+ }
469
+
470
+ .sapUiCalItem.sapUiCalItemSel.sapUiCalItemSelBetween:focus > .sapUiCalItemText:after {
471
+ border-width: 0.125rem;
472
+ border-radius: 0.4375rem;
473
+ }
474
+
475
+ .sapUiCalNoNameLine .sapUiCalItem.sapUiCalItemSel:not(.sapUiCalItemSelBetween) > .sapUiCalDayName {
476
+ color: @sapUiContentSelectedTextColor
477
+ }
478
+
479
+ .sapUiCalItemSel.sapUiCalItemOtherMonth {
480
+ background-color: @sapUiSelected;
481
+ }
482
+
483
+ .sapUiCalItemSelBetween,
484
+ .sapUiCalItemSelBetween.sapUiCalItemOtherMonth {
485
+ background-color: @sapUiListSelectionBackgroundColor;
486
+ color: @sapTextColor;
487
+
488
+ .sapUiCalItemText {
489
+ line-height: 2.75rem;
490
+ border: 0.0625rem solid @sapUiListSelectionBorderColor;
491
+ }
492
+ }
493
+
494
+ .sapUiCalItemSel,
495
+ html.sap-desktop .sapUiCalItemSel:hover,
496
+ html.sap-desktop .sapUiCalItemSel:focus {
497
+ border-radius: 0.5rem;
498
+ }
499
+
500
+ html[data-sap-ui-browser^="ie"].sap-desktop .sapUiCalMonthPicker .sapUiCalItemSel:focus,
501
+ html[data-sap-ui-browser^="ie"].sap-desktop .sapUiCalYearPicker .sapUiCalItemSel:focus {
502
+ /* as IE don't support outline-offset */
503
+ border-color: @sapUiContentContrastFocusColor;
504
+ }
505
+
506
+ html.sap-desktop .sapUiCalItemSelBetween:hover {
507
+ background-color: @sapUiListSelectionHoverBackground;
508
+ }
509
+
510
+ html.sap-desktop .sapUiCalItemSelBetween:focus:not(:hover){
511
+ background-color: @sapUiListSelectionBackgroundColor;
512
+ }
513
+
514
+ .sapUiCalItemSel.sapUiCalItemNow:not(.sapUiCalItemSelBetween) > .sapUiCalItemText {
515
+ border-radius: 0.5rem;
516
+ }
517
+
518
+ .sapUiCalItemNow.sapUiCalItemSelBetween{
519
+ color: @sapUiBaseText;
520
+ }
521
+
522
+ .sapUiCalContentOver{
523
+ bottom: 0.5rem;
524
+ }
525
+
526
+ /* Day names inside day */
527
+ .sapUiCalItemNow > .sapUiCalItemText > .sapUiCalItemTextAmPm{
528
+ line-height: 2.5rem;
529
+ }
530
+
531
+ /* 2 calendar types */
532
+ .sapUiCalMonthSecType .sapUiCalItem.sapUiCalItemNow > .sapUiCalItemText{
533
+ line-height: 1.875rem;
534
+ }
535
+
536
+ .sapUiCalItemNow:not(.sapUiCalItemSelBetween) > .sapUiCalItemText {
537
+ line-height: 2.9rem;
538
+ }
539
+
540
+ .sapUiCalMonthSecType .sapUiCalItem.sapUiCalItemSel:not(.sapUiCalItemSelBetween) > .sapUiCalItemSecText {
541
+ color: @sapUiContentSelectedTextColor;
542
+ }
543
+
544
+ /*** compact mode (desktop size) ***/
545
+
546
+ .sapUiSizeCompact .sapUiCalItemNow:not(.sapUiCalItemSelBetween) > .sapUiCalItemText {
547
+ line-height: 1.95rem;
548
+ }
549
+
550
+ .sapUiCalHead > button {
551
+ height: 2.25rem;
552
+ }
553
+
554
+ .sapUiSizeCompact {
555
+ .sapUiCalContentOver{
556
+ bottom: 0.25rem;
557
+ }
558
+ /* Day names inside day */
559
+ .sapUiCalItemNow > .sapUiCalItemText > .sapUiCalItemTextAmPm {
560
+ line-height: 1.5rem;
561
+ }
562
+ .sapUiCalItemSelBetween .sapUiCalItemText,
563
+ .sapUiCalItemSel.sapUiCalItemSelBetween:not(.sapUiCalItemNow) > .sapUiCalItemText {
564
+ line-height: 1.75rem;
565
+ }
566
+
567
+ .sapUiCalHead > button {
568
+ margin: 0.1875rem 0;
569
+ height: 1.625rem;
570
+ }
571
+ }
572
+
573
+ @media only screen
574
+ and (orientation: portrait)
575
+ and (min-height: 380px) {
576
+ .sap-phone .sapUiCal[data-sap-ui-popup] > .sapUiCalCancel {
577
+ bottom: 1rem;
578
+ left: 25%;
579
+ width: 50%;
580
+ padding-left: 1rem;
581
+ padding-right: 1rem;
582
+ }
583
+ }
584
+
585
+ .sapUiCalendarLandscape() {
586
+ .sap-phone .sapUiCal[data-sap-ui-popup]{
587
+ overflow: auto;
588
+ }
589
+
590
+ .sap-phone .sapUiCal[data-sap-ui-popup] > .sapUiCalHead {
591
+ height: 1.875rem;
592
+ padding-right: 5rem;
593
+ box-sizing: border-box;
594
+ }
595
+
596
+ .sap-phone .sapUiCal[data-sap-ui-popup].sapUiCalSecType > .sapUiCalHead {
597
+ height: 2.875rem;
598
+ }
599
+
600
+ .sap-phone .sapUiCal[data-sap-ui-popup] > .sapUiCalContent {
601
+ position: absolute;
602
+ top: 2.875rem;
603
+ left: 0.5rem;
604
+ right: 0.5rem;
605
+ bottom: 1rem;
606
+ }
607
+
608
+ .sap-phone .sapUiCal[data-sap-ui-popup].sapUiCalSecType > .sapUiCalContent {
609
+ top: 3.875rem;
610
+ }
611
+
612
+ .sap-phone .sapUiCal[data-sap-ui-popup] .sapUiCalWH {
613
+ height: 1.25rem;
614
+ line-height: 1.25rem;
615
+ }
616
+
617
+ .sap-phone .sapUiCal[data-sap-ui-popup] .sapUiCalHead > button {
618
+ height: 100%;
619
+ }
620
+
621
+ .sap-phone .sapUiCal[data-sap-ui-popup] .sapUiCalHeadPrev,
622
+ .sap-phone .sapUiCal[data-sap-ui-popup] .sapUiCalHeadNext {
623
+ padding-bottom: 0.5rem;
624
+ box-sizing: border-box;
625
+ }
626
+
627
+ .sap-phone .sapUiCal[data-sap-ui-popup] .sapUiCalHeadNext {
628
+ right: 5.5rem;
629
+ }
630
+
631
+ .sap-phone .sapUiCal[data-sap-ui-popup] .sapUiCalContent {
632
+ .sapUiCalDatesRow,
633
+ .sapUiCalMonthView {
634
+ position: absolute;
635
+ top: 0.25rem;
636
+ left: 0;
637
+ right: 0;
638
+ bottom: 0;
639
+ width: auto;
640
+ margin: 1rem;
641
+ min-height: 11.25rem;
642
+ }
643
+ }
644
+
645
+ .sap-phone .sapUiCal[data-sap-ui-popup] > .sapUiCalContent > .sapUiCalMonthPicker,
646
+ .sap-phone .sapUiCal[data-sap-ui-popup] > .sapUiCalContent > .sapUiCalYearPicker {
647
+ padding: 1.25rem 0.5rem 0 0.5rem;
648
+ min-height: 11.25rem;
649
+ }
650
+
651
+ .sap-phone .sapUiCal[data-sap-ui-popup] {
652
+ .sapUiCalDatesRow > div[role=row] > div,
653
+ .sapUiCalMonthView > div[role=row] > div {
654
+ height: 16.66%;
655
+ min-height: 1.875rem;
656
+ }
657
+ }
658
+
659
+ .sap-phone .sapUiCal[data-sap-ui-popup] .sapUiCalItem {
660
+ height: 100%;
661
+ }
662
+
663
+ .sap-phone .sapUiCal[data-sap-ui-popup] .sapUiCalItem,
664
+ .sap-phone .sapUiCal[data-sap-ui-popup] .sapUiCalWeekNum {
665
+ line-height: 2.1875rem;
666
+ }
667
+
668
+ .sap-phone .sapUiCal[data-sap-ui-popup] .sapUiCalItemNow > .sapUiCalItemText {
669
+ line-height: 1.9375rem;
670
+ }
671
+
672
+ .sap-phone .sapUiCal[data-sap-ui-popup] .sapUiCalWeekNum {
673
+ height: 100%;
674
+ }
675
+
676
+ .sap-phone .sapUiCal[data-sap-ui-popup] > .sapUiCalCancel {
677
+ top: 1rem;
678
+ right: 1rem;
679
+ width: 5rem;
680
+ height: 1.875rem;
681
+ padding-top: 0.25rem;
682
+ padding-bottom: 0.5rem;
683
+ box-sizing: border-box;
684
+ }
685
+
686
+ .sap-phone .sapUiCal[data-sap-ui-popup].sapUiCalSecType > .sapUiCalCancel {
687
+ top: 1.5rem;
688
+ padding-top: 0.5rem;
689
+ }
690
+ }
691
+
692
+ @media only screen
693
+ and (min-width : 320px)
694
+ and (max-height: 379px) {
695
+ .sapUiCalendarLandscape();
696
+ }
697
+
698
+ @media only screen
699
+ and (min-width : 320px)
700
+ and (min-height: 380px)
701
+ and (orientation: landscape) {
702
+ .sapUiCalendarLandscape();
703
+ }
704
+
705
+ /* colors for special days */
706
+ .dayColorMixIn(@class, @color){
707
+ .@{class} > .sapUiCalSpecialDate {
708
+ background-color: @color;
709
+ border-bottom-left-radius: 0.5rem;
710
+ border-bottom-right-radius: 0.5rem;
711
+ }
712
+ .@{class}.sapUiCalItemNow > .sapUiCalSpecialDate {
713
+ box-sizing: border-box;
714
+ height: 0.3125rem;
715
+ border-bottom-left-radius: (@sapUiElementBorderCornerRadius / 2);
716
+ border-bottom-right-radius: (@sapUiElementBorderCornerRadius / 2);
717
+ }
718
+ .@{class}.sapUiCalItemSel.sapUiCalItemNow .sapUiCalItemText {
719
+ border-top-left-radius: (@sapUiElementBorderCornerRadius / 2);
720
+ border-top-right-radius: (@sapUiElementBorderCornerRadius / 2);
721
+ }
722
+ html.sap-desktop .sapUiCal:not(.sapUiCalDateInt) .sapUiCalItem:not(.sapUiCalItemSel) {
723
+ &.@{class} > .sapUiCalSpecialDate:hover {
724
+ background-color: @color;
725
+ border-bottom-right-radius: 0.25rem;
726
+ border-bottom-left-radius: 0.25rem;
727
+ border-top-left-radius: 0;
728
+ border-top-right-radius: 0;
729
+ }
730
+ &.@{class}.sapUiCalItemNow > .sapUiCalSpecialDate:hover {
731
+ border-bottom-right-radius: 0.125rem;
732
+ border-bottom-left-radius: 0.125rem;
733
+ }
734
+ }
735
+ }
736
+
737
+ .dayColorMixIn(sapUiCalItemType01, @_sap_ui_unified_Calendar_sapUiCalItemType01);
738
+ .dayColorMixIn(sapUiCalItemType02, @_sap_ui_unified_Calendar_sapUiCalItemType02);
739
+ .dayColorMixIn(sapUiCalItemType03, @_sap_ui_unified_Calendar_sapUiCalItemType03);
740
+ .dayColorMixIn(sapUiCalItemType04, @_sap_ui_unified_Calendar_sapUiCalItemType04);
741
+ .dayColorMixIn(sapUiCalItemType05, @_sap_ui_unified_Calendar_sapUiCalItemType05);
742
+ .dayColorMixIn(sapUiCalItemType06, @_sap_ui_unified_Calendar_sapUiCalItemType06);
743
+ .dayColorMixIn(sapUiCalItemType07, @_sap_ui_unified_Calendar_sapUiCalItemType07);
744
+ .dayColorMixIn(sapUiCalItemType08, @_sap_ui_unified_Calendar_sapUiCalItemType08);
745
+ .dayColorMixIn(sapUiCalItemType09, @_sap_ui_unified_Calendar_sapUiCalItemType09);
746
+ .dayColorMixIn(sapUiCalItemType10, @_sap_ui_unified_Calendar_sapUiCalItemType10);
747
+ .dayColorMixIn(sapUiCalItemType11, @_sap_ui_unified_Calendar_sapUiCalItemType11);
748
+ .dayColorMixIn(sapUiCalItemType12, @_sap_ui_unified_Calendar_sapUiCalItemType12);
749
+ .dayColorMixIn(sapUiCalItemType13, @_sap_ui_unified_Calendar_sapUiCalItemType13);
750
+ .dayColorMixIn(sapUiCalItemType14, @_sap_ui_unified_Calendar_sapUiCalItemType14);
751
+ .dayColorMixIn(sapUiCalItemType15, @_sap_ui_unified_Calendar_sapUiCalItemType15);
752
+ .dayColorMixIn(sapUiCalItemType16, @_sap_ui_unified_Calendar_sapUiCalItemType16);
753
+ .dayColorMixIn(sapUiCalItemType17, @_sap_ui_unified_Calendar_sapUiCalItemType17);
754
+ .dayColorMixIn(sapUiCalItemType18, @_sap_ui_unified_Calendar_sapUiCalItemType18);
755
+ .dayColorMixIn(sapUiCalItemType19, @_sap_ui_unified_Calendar_sapUiCalItemType19);
756
+ .dayColorMixIn(sapUiCalItemType20, @_sap_ui_unified_Calendar_sapUiCalItemType20);