@openui5/themelib_sap_horizon 1.101.0 → 1.103.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 (419) hide show
  1. package/THIRDPARTY.txt +1 -1
  2. package/package.json +18 -18
  3. package/src/sap/f/themes/sap_horizon/AvatarGroup.less +1 -1
  4. package/src/sap/f/themes/sap_horizon/Card.less +41 -10
  5. package/src/sap/f/themes/sap_horizon/DynamicPageTitle.less +1 -1
  6. package/src/sap/f/themes/sap_horizon/FlexibleColumnLayout.less +17 -9
  7. package/src/sap/f/themes/sap_horizon/GridList.less +4 -0
  8. package/src/sap/f/themes/sap_horizon/ListContentItem.less +6 -0
  9. package/src/sap/f/themes/sap_horizon/ShellBar.less +313 -25
  10. package/src/sap/f/themes/sap_horizon_dark/AvatarGroup.less +1 -1
  11. package/src/sap/f/themes/sap_horizon_dark/Card.less +33 -10
  12. package/src/sap/f/themes/sap_horizon_dark/FlexibleColumnLayout.less +8 -0
  13. package/src/sap/f/themes/sap_horizon_dark/GridList.less +4 -0
  14. package/src/sap/f/themes/sap_horizon_dark/ListContentItem.less +6 -0
  15. package/src/sap/f/themes/sap_horizon_dark/ShellBar.less +313 -25
  16. package/src/sap/f/themes/sap_horizon_hcb/Card.less +11 -2
  17. package/src/sap/f/themes/sap_horizon_hcb/FlexibleColumnLayout.less +13 -13
  18. package/src/sap/f/themes/sap_horizon_hcb/ShellBar.less +405 -10
  19. package/src/sap/f/themes/sap_horizon_hcw/Card.less +11 -2
  20. package/src/sap/f/themes/sap_horizon_hcw/FlexibleColumnLayout.less +12 -12
  21. package/src/sap/f/themes/sap_horizon_hcw/ShellBar.less +405 -11
  22. package/src/sap/m/themes/sap_horizon/ActionListItem.less +2 -2
  23. package/src/sap/m/themes/sap_horizon/ActionSelect.less +27 -15
  24. package/src/sap/m/themes/sap_horizon/ActionSheet.less +37 -2
  25. package/src/sap/m/themes/sap_horizon/Bar.less +16 -11
  26. package/src/sap/m/themes/sap_horizon/Button.less +36 -3
  27. package/src/sap/m/themes/sap_horizon/Carousel.less +5 -27
  28. package/src/sap/m/themes/sap_horizon/ColorPalette.less +89 -25
  29. package/src/sap/m/themes/sap_horizon/Dialog.less +0 -7
  30. package/src/sap/m/themes/sap_horizon/DynamicDateRange.less +12 -0
  31. package/src/sap/m/themes/sap_horizon/GenericTag.less +75 -57
  32. package/src/sap/m/themes/sap_horizon/GenericTile.less +45 -2
  33. package/src/sap/m/themes/sap_horizon/IconTabBarSelectList.less +1 -1
  34. package/src/sap/m/themes/sap_horizon/InputBase.less +1 -9
  35. package/src/sap/m/themes/sap_horizon/Label.less +12 -0
  36. package/src/sap/m/themes/sap_horizon/LightBox.less +2 -1
  37. package/src/sap/m/themes/sap_horizon/ListBase.less +4 -0
  38. package/src/sap/m/themes/sap_horizon/ListItemBase.less +0 -6
  39. package/src/sap/m/themes/sap_horizon/MenuButton.less +14 -0
  40. package/src/sap/m/themes/sap_horizon/MessageBox.less +7 -5
  41. package/src/sap/m/themes/sap_horizon/MessageView.less +5 -4
  42. package/src/sap/m/themes/sap_horizon/MultiComboBox.less +14 -23
  43. package/src/sap/m/themes/sap_horizon/MultiInput.less +13 -0
  44. package/src/sap/m/themes/sap_horizon/NewsContent.less +16 -0
  45. package/src/sap/m/themes/sap_horizon/NotificationListGroup.less +6 -0
  46. package/src/sap/m/themes/sap_horizon/ObjectHeader.less +28 -1
  47. package/src/sap/m/themes/sap_horizon/ObjectListItem.less +17 -0
  48. package/src/sap/m/themes/sap_horizon/ObjectNumber.less +0 -5
  49. package/src/sap/m/themes/sap_horizon/ObjectStatus.less +89 -23
  50. package/src/sap/m/themes/sap_horizon/Panel.less +27 -17
  51. package/src/sap/m/themes/sap_horizon/ProgressIndicator.less +163 -68
  52. package/src/sap/m/themes/sap_horizon/QuickView.less +8 -3
  53. package/src/sap/m/themes/sap_horizon/RangeSlider.less +79 -46
  54. package/src/sap/m/themes/sap_horizon/RatingIndicator.less +7 -0
  55. package/src/sap/m/themes/sap_horizon/SegmentedButton.less +4 -7
  56. package/src/sap/m/themes/sap_horizon/SelectList.less +3 -14
  57. package/src/sap/m/themes/sap_horizon/SinglePlanningCalendarGrid.less +14 -16
  58. package/src/sap/m/themes/sap_horizon/SlideTile.less +3 -1
  59. package/src/sap/m/themes/sap_horizon/Slider.less +92 -51
  60. package/src/sap/m/themes/sap_horizon/SplitButton.less +22 -8
  61. package/src/sap/m/themes/sap_horizon/StandardListItem.less +4 -4
  62. package/src/sap/m/themes/sap_horizon/SuggestionsPopover.less +1 -15
  63. package/src/sap/m/themes/sap_horizon/TabStrip.less +12 -6
  64. package/src/sap/m/themes/sap_horizon/Table.less +14 -5
  65. package/src/sap/m/themes/sap_horizon/Text.less +5 -0
  66. package/src/sap/m/themes/sap_horizon/ToggleButton.less +2 -2
  67. package/src/sap/m/themes/sap_horizon/Token.less +26 -11
  68. package/src/sap/m/themes/sap_horizon/Tokenizer.less +6 -13
  69. package/src/sap/m/themes/sap_horizon/Toolbar.less +4 -0
  70. package/src/sap/m/themes/sap_horizon/Wizard.less +9 -4
  71. package/src/sap/m/themes/sap_horizon/WizardProgressNavigator.less +18 -6
  72. package/src/sap/m/themes/sap_horizon/WizardStep.less +7 -0
  73. package/src/sap/m/themes/sap_horizon/library.source.less +4 -2
  74. package/src/sap/m/themes/sap_horizon_dark/ActionSelect.less +29 -17
  75. package/src/sap/m/themes/sap_horizon_dark/ActionSheet.less +37 -2
  76. package/src/sap/m/themes/sap_horizon_dark/Bar.less +15 -7
  77. package/src/sap/m/themes/sap_horizon_dark/Button.less +36 -3
  78. package/src/sap/m/themes/sap_horizon_dark/Carousel.less +5 -27
  79. package/src/sap/m/themes/sap_horizon_dark/ColorPalette.less +89 -25
  80. package/src/sap/m/themes/sap_horizon_dark/Dialog.less +1 -6
  81. package/src/sap/m/themes/sap_horizon_dark/DynamicDateRange.less +12 -0
  82. package/src/sap/m/themes/sap_horizon_dark/GenericTag.less +74 -56
  83. package/src/sap/m/themes/sap_horizon_dark/GenericTile.less +6 -2
  84. package/src/sap/m/themes/sap_horizon_dark/IconTabBarSelectList.less +1 -1
  85. package/src/sap/m/themes/sap_horizon_dark/InputBase.less +1 -9
  86. package/src/sap/m/themes/sap_horizon_dark/Label.less +12 -0
  87. package/src/sap/m/themes/sap_horizon_dark/LightBox.less +2 -1
  88. package/src/sap/m/themes/sap_horizon_dark/ListBase.less +4 -0
  89. package/src/sap/m/themes/sap_horizon_dark/ListItemBase.less +0 -6
  90. package/src/sap/m/themes/sap_horizon_dark/MenuButton.less +14 -0
  91. package/src/sap/m/themes/sap_horizon_dark/MessageBox.less +7 -5
  92. package/src/sap/m/themes/sap_horizon_dark/MessageView.less +5 -1
  93. package/src/sap/m/themes/sap_horizon_dark/MultiComboBox.less +14 -23
  94. package/src/sap/m/themes/sap_horizon_dark/MultiInput.less +13 -0
  95. package/src/sap/m/themes/sap_horizon_dark/NotificationListGroup.less +6 -0
  96. package/src/sap/m/themes/sap_horizon_dark/ObjectHeader.less +28 -1
  97. package/src/sap/m/themes/sap_horizon_dark/ObjectListItem.less +17 -0
  98. package/src/sap/m/themes/sap_horizon_dark/ObjectNumber.less +0 -5
  99. package/src/sap/m/themes/sap_horizon_dark/ObjectStatus.less +89 -23
  100. package/src/sap/m/themes/sap_horizon_dark/Panel.less +25 -15
  101. package/src/sap/m/themes/sap_horizon_dark/ProgressIndicator.less +163 -69
  102. package/src/sap/m/themes/sap_horizon_dark/QuickView.less +8 -3
  103. package/src/sap/m/themes/sap_horizon_dark/RangeSlider.less +78 -46
  104. package/src/sap/m/themes/sap_horizon_dark/RatingIndicator.less +8 -0
  105. package/src/sap/m/themes/sap_horizon_dark/SegmentedButton.less +4 -7
  106. package/src/sap/m/themes/sap_horizon_dark/SelectList.less +3 -14
  107. package/src/sap/m/themes/sap_horizon_dark/SinglePlanningCalendarGrid.less +14 -16
  108. package/src/sap/m/themes/sap_horizon_dark/Slider.less +86 -51
  109. package/src/sap/m/themes/sap_horizon_dark/SliderTooltip.less +1 -0
  110. package/src/sap/m/themes/sap_horizon_dark/SplitButton.less +22 -8
  111. package/src/sap/m/themes/sap_horizon_dark/StandardListItem.less +4 -4
  112. package/src/sap/m/themes/sap_horizon_dark/SuggestionsPopover.less +1 -15
  113. package/src/sap/m/themes/sap_horizon_dark/TabStrip.less +15 -6
  114. package/src/sap/m/themes/sap_horizon_dark/Table.less +13 -5
  115. package/src/sap/m/themes/sap_horizon_dark/Text.less +5 -0
  116. package/src/sap/m/themes/sap_horizon_dark/ToggleButton.less +2 -2
  117. package/src/sap/m/themes/sap_horizon_dark/Token.less +26 -11
  118. package/src/sap/m/themes/sap_horizon_dark/Tokenizer.less +6 -13
  119. package/src/sap/m/themes/sap_horizon_dark/Wizard.less +9 -1
  120. package/src/sap/m/themes/sap_horizon_dark/WizardProgressNavigator.less +17 -6
  121. package/src/sap/m/themes/sap_horizon_dark/WizardStep.less +7 -0
  122. package/src/sap/m/themes/sap_horizon_dark/library.source.less +4 -2
  123. package/src/sap/m/themes/sap_horizon_hcb/ActionSelect.less +11 -6
  124. package/src/sap/m/themes/sap_horizon_hcb/ActionSheet.less +37 -2
  125. package/src/sap/m/themes/sap_horizon_hcb/Bar.less +15 -7
  126. package/src/sap/m/themes/sap_horizon_hcb/Button.less +9 -5
  127. package/src/sap/m/themes/sap_horizon_hcb/Carousel.less +6 -54
  128. package/src/sap/m/themes/sap_horizon_hcb/ColorPalette.less +3 -2
  129. package/src/sap/m/themes/sap_horizon_hcb/DynamicDateRange.less +12 -0
  130. package/src/sap/m/themes/sap_horizon_hcb/GenericTag.less +117 -13
  131. package/src/sap/m/themes/sap_horizon_hcb/GenericTile.less +7 -0
  132. package/src/sap/m/themes/sap_horizon_hcb/InputBase.less +12 -9
  133. package/src/sap/m/themes/sap_horizon_hcb/Label.less +12 -0
  134. package/src/sap/m/themes/sap_horizon_hcb/LightBox.less +2 -1
  135. package/src/sap/m/themes/sap_horizon_hcb/ListBase.less +4 -0
  136. package/src/sap/m/themes/sap_horizon_hcb/ListItemBase.less +4 -0
  137. package/src/sap/m/themes/sap_horizon_hcb/MessageBox.less +0 -7
  138. package/src/sap/m/themes/sap_horizon_hcb/MessageView.less +5 -1
  139. package/src/sap/m/themes/sap_horizon_hcb/NotificationListGroup.less +1 -1
  140. package/src/sap/m/themes/sap_horizon_hcb/ObjectHeader.less +27 -1
  141. package/src/sap/m/themes/sap_horizon_hcb/ObjectListItem.less +13 -0
  142. package/src/sap/m/themes/sap_horizon_hcb/ObjectNumber.less +0 -5
  143. package/src/sap/m/themes/sap_horizon_hcb/Panel.less +16 -9
  144. package/src/sap/m/themes/sap_horizon_hcb/PlanningCalendar.less +4 -0
  145. package/src/sap/m/themes/sap_horizon_hcb/ProgressIndicator.less +167 -71
  146. package/src/sap/m/themes/sap_horizon_hcb/QuickView.less +14 -3
  147. package/src/sap/m/themes/sap_horizon_hcb/RangeSlider.less +83 -12
  148. package/src/sap/m/themes/sap_horizon_hcb/RatingIndicator.less +8 -0
  149. package/src/sap/m/themes/sap_horizon_hcb/SegmentedButton.less +0 -1
  150. package/src/sap/m/themes/sap_horizon_hcb/SinglePlanningCalendarGrid.less +14 -11
  151. package/src/sap/m/themes/sap_horizon_hcb/Slider.less +151 -25
  152. package/src/sap/m/themes/sap_horizon_hcb/StandardListItem.less +8 -0
  153. package/src/sap/m/themes/sap_horizon_hcb/Switch.less +2 -47
  154. package/src/sap/m/themes/sap_horizon_hcb/TabStrip.less +6 -3
  155. package/src/sap/m/themes/sap_horizon_hcb/Table.less +10 -11
  156. package/src/sap/m/themes/sap_horizon_hcb/Text.less +5 -0
  157. package/src/sap/m/themes/sap_horizon_hcb/ToggleButton.less +4 -0
  158. package/src/sap/m/themes/sap_horizon_hcb/Token.less +15 -7
  159. package/src/sap/m/themes/sap_horizon_hcb/Tokenizer.less +12 -1
  160. package/src/sap/m/themes/sap_horizon_hcb/Toolbar.less +1 -2
  161. package/src/sap/m/themes/sap_horizon_hcb/Wizard.less +9 -1
  162. package/src/sap/m/themes/sap_horizon_hcb/WizardProgressNavigator.less +9 -8
  163. package/src/sap/m/themes/sap_horizon_hcb/WizardStep.less +6 -0
  164. package/src/sap/m/themes/sap_horizon_hcb/library.source.less +5 -3
  165. package/src/sap/m/themes/sap_horizon_hcw/ActionSelect.less +14 -9
  166. package/src/sap/m/themes/sap_horizon_hcw/ActionSheet.less +37 -2
  167. package/src/sap/m/themes/sap_horizon_hcw/Bar.less +15 -7
  168. package/src/sap/m/themes/sap_horizon_hcw/Button.less +9 -5
  169. package/src/sap/m/themes/sap_horizon_hcw/Carousel.less +6 -52
  170. package/src/sap/m/themes/sap_horizon_hcw/ColorPalette.less +3 -2
  171. package/src/sap/m/themes/sap_horizon_hcw/DynamicDateRange.less +12 -0
  172. package/src/sap/m/themes/sap_horizon_hcw/GenericTag.less +119 -13
  173. package/src/sap/m/themes/sap_horizon_hcw/GenericTile.less +7 -0
  174. package/src/sap/m/themes/sap_horizon_hcw/InputBase.less +12 -9
  175. package/src/sap/m/themes/sap_horizon_hcw/Label.less +12 -0
  176. package/src/sap/m/themes/sap_horizon_hcw/LightBox.less +3 -2
  177. package/src/sap/m/themes/sap_horizon_hcw/ListBase.less +4 -0
  178. package/src/sap/m/themes/sap_horizon_hcw/ListItemBase.less +4 -0
  179. package/src/sap/m/themes/sap_horizon_hcw/MessageBox.less +0 -7
  180. package/src/sap/m/themes/sap_horizon_hcw/MessageView.less +5 -1
  181. package/src/sap/m/themes/sap_horizon_hcw/NotificationListGroup.less +1 -1
  182. package/src/sap/m/themes/sap_horizon_hcw/ObjectHeader.less +27 -1
  183. package/src/sap/m/themes/sap_horizon_hcw/ObjectListItem.less +13 -0
  184. package/src/sap/m/themes/sap_horizon_hcw/ObjectNumber.less +0 -6
  185. package/src/sap/m/themes/sap_horizon_hcw/Panel.less +16 -9
  186. package/src/sap/m/themes/sap_horizon_hcw/PlanningCalendar.less +4 -0
  187. package/src/sap/m/themes/sap_horizon_hcw/ProgressIndicator.less +168 -71
  188. package/src/sap/m/themes/sap_horizon_hcw/QuickView.less +14 -3
  189. package/src/sap/m/themes/sap_horizon_hcw/RangeSlider.less +84 -12
  190. package/src/sap/m/themes/sap_horizon_hcw/RatingIndicator.less +8 -0
  191. package/src/sap/m/themes/sap_horizon_hcw/SegmentedButton.less +0 -1
  192. package/src/sap/m/themes/sap_horizon_hcw/SinglePlanningCalendarGrid.less +14 -11
  193. package/src/sap/m/themes/sap_horizon_hcw/Slider.less +155 -25
  194. package/src/sap/m/themes/sap_horizon_hcw/StandardListItem.less +8 -0
  195. package/src/sap/m/themes/sap_horizon_hcw/Switch.less +2 -47
  196. package/src/sap/m/themes/sap_horizon_hcw/TabStrip.less +6 -3
  197. package/src/sap/m/themes/sap_horizon_hcw/Table.less +10 -11
  198. package/src/sap/m/themes/sap_horizon_hcw/Text.less +5 -0
  199. package/src/sap/m/themes/sap_horizon_hcw/ToggleButton.less +6 -2
  200. package/src/sap/m/themes/sap_horizon_hcw/Token.less +15 -8
  201. package/src/sap/m/themes/sap_horizon_hcw/Tokenizer.less +12 -1
  202. package/src/sap/m/themes/sap_horizon_hcw/Toolbar.less +1 -2
  203. package/src/sap/m/themes/sap_horizon_hcw/Wizard.less +9 -1
  204. package/src/sap/m/themes/sap_horizon_hcw/WizardProgressNavigator.less +9 -9
  205. package/src/sap/m/themes/sap_horizon_hcw/WizardStep.less +6 -0
  206. package/src/sap/m/themes/sap_horizon_hcw/library.source.less +5 -3
  207. package/src/sap/tnt/themes/sap_horizon/InfoLabel.less +17 -12
  208. package/src/sap/tnt/themes/sap_horizon/NavigationList.less +5 -10
  209. package/src/sap/tnt/themes/sap_horizon/SideNavigation.less +4 -2
  210. package/src/sap/tnt/themes/sap_horizon/ToolHeader.less +16 -184
  211. package/src/sap/tnt/themes/sap_horizon/ToolPage.less +3 -2
  212. package/src/sap/tnt/themes/sap_horizon_dark/InfoLabel.less +17 -11
  213. package/src/sap/tnt/themes/sap_horizon_dark/NavigationList.less +5 -10
  214. package/src/sap/tnt/themes/sap_horizon_dark/SideNavigation.less +4 -2
  215. package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +16 -184
  216. package/src/sap/tnt/themes/sap_horizon_dark/ToolPage.less +3 -2
  217. package/src/sap/tnt/themes/sap_horizon_hcb/InfoLabel.less +32 -16
  218. package/src/sap/tnt/themes/sap_horizon_hcb/NavigationList.less +4 -4
  219. package/src/sap/tnt/themes/sap_horizon_hcb/SideNavigation.less +2 -2
  220. package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +6 -2
  221. package/src/sap/tnt/themes/sap_horizon_hcb/ToolPage.less +3 -2
  222. package/src/sap/tnt/themes/sap_horizon_hcw/InfoLabel.less +31 -15
  223. package/src/sap/tnt/themes/sap_horizon_hcw/NavigationList.less +4 -4
  224. package/src/sap/tnt/themes/sap_horizon_hcw/SideNavigation.less +2 -2
  225. package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +6 -2
  226. package/src/sap/tnt/themes/sap_horizon_hcw/ToolPage.less +3 -2
  227. package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
  228. package/src/sap/ui/core/themes/sap_horizon/BrowserScrollbar.less +1 -0
  229. package/src/sap/ui/core/themes/sap_horizon/LocalBusyIndicator.less +1 -7
  230. package/src/sap/ui/core/themes/sap_horizon/base.less +3 -3
  231. package/src/sap/ui/core/themes/sap_horizon/fonts/72-Black.woff2 +0 -0
  232. package/src/sap/ui/core/themes/sap_horizon/fonts/72-Bold-full.woff2 +0 -0
  233. package/src/sap/ui/core/themes/sap_horizon/fonts/72-Bold.woff2 +0 -0
  234. package/src/sap/ui/core/themes/sap_horizon/fonts/72-Light-full.woff2 +0 -0
  235. package/src/sap/ui/core/themes/sap_horizon/fonts/72-Light.woff2 +0 -0
  236. package/src/sap/ui/core/themes/sap_horizon/fonts/72-Regular-full.woff2 +0 -0
  237. package/src/sap/ui/core/themes/sap_horizon/fonts/72-Regular.woff2 +0 -0
  238. package/src/sap/ui/core/themes/sap_horizon/fonts/72Mono-Bold-full.woff2 +0 -0
  239. package/src/sap/ui/core/themes/sap_horizon/fonts/72Mono-Bold.woff2 +0 -0
  240. package/src/sap/ui/core/themes/sap_horizon/fonts/72Mono-Regular-full.woff2 +0 -0
  241. package/src/sap/ui/core/themes/sap_horizon/fonts/72Mono-Regular.woff2 +0 -0
  242. package/src/sap/ui/core/themes/sap_horizon/global.less +9 -0
  243. package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
  244. package/src/sap/ui/core/themes/sap_horizon_dark/BrowserScrollbar.less +1 -0
  245. package/src/sap/ui/core/themes/sap_horizon_dark/LocalBusyIndicator.less +1 -7
  246. package/src/sap/ui/core/themes/sap_horizon_dark/base.less +4 -4
  247. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Black.woff2 +0 -0
  248. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Bold-full.woff2 +0 -0
  249. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Bold.woff2 +0 -0
  250. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Light-full.woff2 +0 -0
  251. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Light.woff2 +0 -0
  252. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Regular-full.woff2 +0 -0
  253. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Regular.woff2 +0 -0
  254. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72Mono-Bold-full.woff2 +0 -0
  255. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72Mono-Bold.woff2 +0 -0
  256. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72Mono-Regular-full.woff2 +0 -0
  257. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72Mono-Regular.woff2 +0 -0
  258. package/src/sap/ui/core/themes/sap_horizon_dark/global.less +10 -0
  259. package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
  260. package/src/sap/ui/core/themes/sap_horizon_hcb/BrowserScrollbar.less +1 -5
  261. package/src/sap/ui/core/themes/sap_horizon_hcb/LocalBusyIndicator.less +1 -5
  262. package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +2 -2
  263. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Black.woff2 +0 -0
  264. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Bold-full.woff2 +0 -0
  265. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Bold.woff2 +0 -0
  266. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Light-full.woff2 +0 -0
  267. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Light.woff2 +0 -0
  268. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Regular-full.woff2 +0 -0
  269. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Regular.woff2 +0 -0
  270. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72Mono-Bold-full.woff2 +0 -0
  271. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72Mono-Bold.woff2 +0 -0
  272. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72Mono-Regular-full.woff2 +0 -0
  273. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72Mono-Regular.woff2 +0 -0
  274. package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +2 -0
  275. package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
  276. package/src/sap/ui/core/themes/sap_horizon_hcw/BrowserScrollbar.less +1 -5
  277. package/src/sap/ui/core/themes/sap_horizon_hcw/LocalBusyIndicator.less +1 -5
  278. package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +2 -2
  279. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Black.woff2 +0 -0
  280. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Bold-full.woff2 +0 -0
  281. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Bold.woff2 +0 -0
  282. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Light-full.woff2 +0 -0
  283. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Light.woff2 +0 -0
  284. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Regular-full.woff2 +0 -0
  285. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Regular.woff2 +0 -0
  286. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72Mono-Bold-full.woff2 +0 -0
  287. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72Mono-Bold.woff2 +0 -0
  288. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72Mono-Regular-full.woff2 +0 -0
  289. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72Mono-Regular.woff2 +0 -0
  290. package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +2 -0
  291. package/src/sap/ui/dt/themes/sap_horizon/ContextMenu.less +61 -0
  292. package/src/sap/ui/dt/themes/sap_horizon/Overlay.less +44 -0
  293. package/src/sap/ui/dt/themes/sap_horizon/library.source.less +4 -1
  294. package/src/sap/ui/dt/themes/sap_horizon_dark/ContextMenu.less +64 -0
  295. package/src/sap/ui/dt/themes/sap_horizon_dark/Overlay.less +45 -0
  296. package/src/sap/ui/dt/themes/sap_horizon_dark/library.source.less +4 -1
  297. package/src/sap/ui/dt/themes/sap_horizon_hcb/ContextMenu.less +56 -5
  298. package/src/sap/ui/dt/themes/sap_horizon_hcb/Overlay.less +42 -9
  299. package/src/sap/ui/dt/themes/sap_horizon_hcw/ContextMenu.less +52 -5
  300. package/src/sap/ui/dt/themes/sap_horizon_hcw/Overlay.less +40 -0
  301. package/src/sap/ui/dt/themes/sap_horizon_hcw/library.source.less +2 -1
  302. package/src/sap/ui/layout/themes/sap_horizon/BlockLayout.less +226 -190
  303. package/src/sap/ui/layout/themes/sap_horizon/ColumnLayout.less +1 -1
  304. package/src/sap/ui/layout/themes/sap_horizon/ResponsiveSplitter.less +4 -1
  305. package/src/sap/ui/layout/themes/sap_horizon/Splitter.less +7 -0
  306. package/src/sap/ui/layout/themes/sap_horizon/library.source.less +2 -1
  307. package/src/sap/ui/layout/themes/sap_horizon_dark/BlockLayout.less +226 -190
  308. package/src/sap/ui/layout/themes/sap_horizon_dark/ColumnLayout.less +1 -1
  309. package/src/sap/ui/layout/themes/sap_horizon_dark/ResponsiveSplitter.less +4 -1
  310. package/src/sap/ui/layout/themes/sap_horizon_dark/Splitter.less +7 -0
  311. package/src/sap/ui/layout/themes/sap_horizon_dark/library.source.less +2 -1
  312. package/src/sap/ui/layout/themes/sap_horizon_hcb/BlockLayout.less +220 -3
  313. package/src/sap/ui/layout/themes/sap_horizon_hcb/BlockLayoutCell.less +1 -1
  314. package/src/sap/ui/layout/themes/sap_horizon_hcb/ColumnLayout.less +1 -1
  315. package/src/sap/ui/layout/themes/sap_horizon_hcb/Splitter.less +0 -4
  316. package/src/sap/ui/layout/themes/sap_horizon_hcw/BlockLayout.less +220 -3
  317. package/src/sap/ui/layout/themes/sap_horizon_hcw/BlockLayoutCell.less +1 -1
  318. package/src/sap/ui/layout/themes/sap_horizon_hcw/ColumnLayout.less +1 -1
  319. package/src/sap/ui/layout/themes/sap_horizon_hcw/Splitter.less +0 -4
  320. package/src/sap/ui/mdc/themes/sap_horizon/FieldBase.less +3 -0
  321. package/src/sap/ui/mdc/themes/sap_horizon/library.source.less +2 -1
  322. package/src/sap/ui/mdc/themes/sap_horizon_dark/FieldBase.less +3 -0
  323. package/src/sap/ui/mdc/themes/sap_horizon_dark/library.source.less +2 -1
  324. package/src/sap/ui/rta/themes/sap_horizon/AddIFrame.less +65 -0
  325. package/src/sap/ui/rta/themes/sap_horizon/ChangeVisualization.less +13 -7
  326. package/src/sap/ui/rta/themes/sap_horizon/ContextMenu.less +7 -31
  327. package/src/sap/ui/rta/themes/sap_horizon/Dialogs.less +14 -31
  328. package/src/sap/ui/rta/themes/sap_horizon/FieldRepository.less +17 -24
  329. package/src/sap/ui/rta/themes/sap_horizon/Overlay.less +12 -31
  330. package/src/sap/ui/rta/themes/sap_horizon/Toolbar.adaptation.less +95 -21
  331. package/src/sap/ui/rta/themes/sap_horizon/Toolbar.base.less +9 -78
  332. package/src/sap/ui/rta/themes/sap_horizon/Toolbar.personalization.less +5 -17
  333. package/src/sap/ui/rta/themes/sap_horizon/library.source.less +1 -1
  334. package/src/sap/ui/rta/themes/sap_horizon_dark/AddIFrame.less +76 -0
  335. package/src/sap/ui/rta/themes/sap_horizon_dark/ChangeVisualization.less +19 -0
  336. package/src/sap/ui/rta/themes/sap_horizon_dark/ContextMenu.less +7 -23
  337. package/src/sap/ui/rta/themes/sap_horizon_dark/Dialogs.less +14 -31
  338. package/src/sap/ui/rta/themes/sap_horizon_dark/FieldRepository.less +17 -24
  339. package/src/sap/ui/rta/themes/sap_horizon_dark/Overlay.less +12 -13
  340. package/src/sap/ui/rta/themes/sap_horizon_dark/Toolbar.adaptation.less +103 -20
  341. package/src/sap/ui/rta/themes/sap_horizon_dark/Toolbar.base.less +9 -75
  342. package/src/sap/ui/rta/themes/sap_horizon_dark/Toolbar.personalization.less +4 -17
  343. package/src/sap/ui/rta/themes/sap_horizon_dark/library.source.less +3 -2
  344. package/src/sap/ui/rta/themes/sap_horizon_hcb/AddIFrame.less +75 -6
  345. package/src/sap/ui/rta/themes/sap_horizon_hcb/ChangeVisualization.less +17 -17
  346. package/src/sap/ui/rta/themes/sap_horizon_hcb/ContextMenu.less +11 -11
  347. package/src/sap/ui/rta/themes/sap_horizon_hcb/Dialogs.less +29 -11
  348. package/src/sap/ui/rta/themes/sap_horizon_hcb/FieldRepository.less +23 -16
  349. package/src/sap/ui/rta/themes/sap_horizon_hcb/Overlay.less +33 -35
  350. package/src/sap/ui/rta/themes/sap_horizon_hcb/Toolbar.adaptation.less +38 -9
  351. package/src/sap/ui/rta/themes/sap_horizon_hcb/Toolbar.base.less +13 -81
  352. package/src/sap/ui/rta/themes/sap_horizon_hcb/Toolbar.personalization.less +5 -8
  353. package/src/sap/ui/rta/themes/sap_horizon_hcb/library.source.less +0 -1
  354. package/src/sap/ui/rta/themes/sap_horizon_hcw/AddIFrame.less +77 -0
  355. package/src/sap/ui/rta/themes/sap_horizon_hcw/ChangeVisualization.less +17 -17
  356. package/src/sap/ui/rta/themes/sap_horizon_hcw/ContextMenu.less +11 -12
  357. package/src/sap/ui/rta/themes/sap_horizon_hcw/Dialogs.less +29 -11
  358. package/src/sap/ui/rta/themes/sap_horizon_hcw/FieldRepository.less +6 -14
  359. package/src/sap/ui/rta/themes/sap_horizon_hcw/Overlay.less +20 -27
  360. package/src/sap/ui/rta/themes/sap_horizon_hcw/Toolbar.adaptation.less +39 -10
  361. package/src/sap/ui/rta/themes/sap_horizon_hcw/Toolbar.base.less +13 -81
  362. package/src/sap/ui/rta/themes/sap_horizon_hcw/Toolbar.personalization.less +6 -8
  363. package/src/sap/ui/rta/themes/sap_horizon_hcw/library.source.less +2 -2
  364. package/src/sap/ui/table/themes/sap_horizon/Cell.less +15 -0
  365. package/src/sap/ui/table/themes/sap_horizon/RowSelection.less +1 -1
  366. package/src/sap/ui/table/themes/sap_horizon/Scrolling.less +16 -0
  367. package/src/sap/ui/table/themes/sap_horizon/Table.less +7 -0
  368. package/src/sap/ui/table/themes/sap_horizon/library.source.less +1 -0
  369. package/src/sap/ui/table/themes/sap_horizon_dark/Cell.less +15 -0
  370. package/src/sap/ui/table/themes/sap_horizon_dark/RowSelection.less +1 -1
  371. package/src/sap/ui/table/themes/sap_horizon_dark/Scrolling.less +16 -0
  372. package/src/sap/ui/table/themes/sap_horizon_dark/Table.less +7 -0
  373. package/src/sap/ui/table/themes/sap_horizon_dark/library.source.less +1 -0
  374. package/src/sap/ui/table/themes/sap_horizon_hcb/Cell.less +16 -1
  375. package/src/sap/ui/table/themes/sap_horizon_hcb/Scrolling.less +6 -5
  376. package/src/sap/ui/table/themes/sap_horizon_hcb/Table.less +7 -2
  377. package/src/sap/ui/table/themes/sap_horizon_hcw/Cell.less +16 -1
  378. package/src/sap/ui/table/themes/sap_horizon_hcw/Scrolling.less +6 -5
  379. package/src/sap/ui/table/themes/sap_horizon_hcw/Table.less +7 -2
  380. package/src/sap/ui/unified/themes/sap_horizon/Calendar.less +16 -11
  381. package/src/sap/ui/unified/themes/sap_horizon/CalendarRow.less +36 -15
  382. package/src/sap/ui/unified/themes/sap_horizon/ColorPicker.less +8 -1
  383. package/src/sap/ui/unified/themes/sap_horizon/Menu.less +20 -23
  384. package/src/sap/ui/unified/themes/sap_horizon_dark/Calendar.less +17 -11
  385. package/src/sap/ui/unified/themes/sap_horizon_dark/CalendarRow.less +36 -15
  386. package/src/sap/ui/unified/themes/sap_horizon_dark/ColorPicker.less +8 -1
  387. package/src/sap/ui/unified/themes/sap_horizon_dark/Menu.less +20 -23
  388. package/src/sap/ui/unified/themes/sap_horizon_hcb/Calendar.less +17 -11
  389. package/src/sap/ui/unified/themes/sap_horizon_hcb/CalendarRow.less +21 -2
  390. package/src/sap/ui/unified/themes/sap_horizon_hcb/ColorPicker.less +11 -5
  391. package/src/sap/ui/unified/themes/sap_horizon_hcb/Menu.less +11 -22
  392. package/src/sap/ui/unified/themes/sap_horizon_hcw/Calendar.less +17 -11
  393. package/src/sap/ui/unified/themes/sap_horizon_hcw/CalendarRow.less +21 -2
  394. package/src/sap/ui/unified/themes/sap_horizon_hcw/ColorPicker.less +11 -5
  395. package/src/sap/ui/unified/themes/sap_horizon_hcw/Menu.less +11 -22
  396. package/src/sap/uxap/themes/sap_horizon/AnchorBar.less +9 -10
  397. package/src/sap/uxap/themes/sap_horizon/HierarchicalSelect.less +3 -3
  398. package/src/sap/uxap/themes/sap_horizon/ObjectPageLayout.less +6 -9
  399. package/src/sap/uxap/themes/sap_horizon/ObjectPageSection.less +3 -3
  400. package/src/sap/uxap/themes/sap_horizon/ObjectPageSubSection.less +4 -11
  401. package/src/sap/uxap/themes/sap_horizon_dark/AnchorBar.less +10 -11
  402. package/src/sap/uxap/themes/sap_horizon_dark/HierarchicalSelect.less +3 -3
  403. package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageLayout.less +6 -9
  404. package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSection.less +3 -3
  405. package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSubSection.less +1 -1
  406. package/src/sap/uxap/themes/sap_horizon_hcb/ObjectPageLayout.less +2 -1
  407. package/src/sap/uxap/themes/sap_horizon_hcw/ObjectPageLayout.less +2 -1
  408. package/src/sap/m/themes/sap_horizon/NotificationListItem.less +0 -27
  409. package/src/sap/m/themes/sap_horizon/ScrollContainer.less +0 -19
  410. package/src/sap/m/themes/sap_horizon_dark/NotificationListItem.less +0 -27
  411. package/src/sap/m/themes/sap_horizon_dark/ScrollContainer.less +0 -19
  412. package/src/sap/m/themes/sap_horizon_hcb/BrowserScrollbar.less +0 -35
  413. package/src/sap/m/themes/sap_horizon_hcb/NotificationListBase.less +0 -8
  414. package/src/sap/m/themes/sap_horizon_hcw/BrowserScrollbar.less +0 -35
  415. package/src/sap/m/themes/sap_horizon_hcw/NotificationListBase.less +0 -8
  416. package/src/sap/ui/rta/themes/sap_horizon/Toolbar.standalone.less +0 -7
  417. package/src/sap/ui/rta/themes/sap_horizon_dark/Toolbar.standalone.less +0 -7
  418. package/src/sap/ui/rta/themes/sap_horizon_hcb/Toolbar.standalone.less +0 -14
  419. package/src/sap/ui/rta/themes/sap_horizon_hcw/Toolbar.standalone.less +0 -14
@@ -24,6 +24,22 @@
24
24
  }
25
25
  }
26
26
 
27
+ .Stretch{
28
+ .sapMTileCnt.News .sapMNwC{
29
+ .sapMNwCCTxt .sapMText {
30
+ font-size: @sapMFontLargeSize;
31
+ color: @sapUiText;
32
+ }
33
+ .sapMNwCCTxt .sapMFT {
34
+ font-size: 0.938rem;
35
+ color: @sapUiText;
36
+ }
37
+ .sapMNwCSbh{
38
+ color: @sapUiText;
39
+ }
40
+ }
41
+ }
42
+
27
43
  .sapMNwC:focus {
28
44
  outline: 1px dotted @sapUiContentFocusColor;
29
45
  }
@@ -0,0 +1,6 @@
1
+ /* =========================================== */
2
+ /* CSS for control sap.m/NotificationListGroup */
3
+ /* Horizon theme */
4
+ /* =========================================== */
5
+
6
+ @_sap_m_NotificationListGroup_Background: @sapList_GroupHeaderBackground;
@@ -12,12 +12,13 @@
12
12
 
13
13
  .sapMOHC.sapMOHBgTranslucent,
14
14
  .sapMOHC.sapMOHBgSolid {
15
- border: none;
15
+ border-bottom: 0.0625rem solid @sapUiObjectHeaderBorderColor;
16
16
  box-shadow: none;
17
17
  }
18
18
  .sapMOH.sapMOHBgTransparent,
19
19
  .sapMOHC.sapMOHBgTransparent {
20
20
  background: transparent;
21
+ border-bottom: 0.0625rem solid transparent;
21
22
  }
22
23
 
23
24
  a.sapMOHTitle.sapMOHTitleActive:hover > h1 .sapMText {
@@ -76,4 +77,30 @@ a.sapMOHTitle.sapMOHTitleActive:hover > h1 .sapMText {
76
77
  .sapMOHRTitleActive .sapMOHRTitleText:focus {
77
78
  outline: 1px dotted @sapUiContentFocusColor;
78
79
  outline-offset: -1px;
80
+ }
81
+
82
+ .sapMOHTitle h6 .sapMText,
83
+ .sapMOHTitle h5 .sapMText,
84
+ .sapMOHTitle h4 .sapMText,
85
+ .sapMOHTitle h3 .sapMText,
86
+ .sapMOHTitle h2 .sapMText,
87
+ .sapMOHTitle h1 .sapMText {
88
+ font-family: @sapUiObjectHeaderTitleFontFamily;
89
+ font-size: @sapUiObjectHeaderTitleFontSize;
90
+ color: @sapUiObjectHeaderTitleTextColor;
91
+ }
92
+
93
+ html.sap-phone {
94
+ .sapMOHTitle h6 .sapMText,
95
+ .sapMOHTitle h5 .sapMText,
96
+ .sapMOHTitle h4 .sapMText,
97
+ .sapMOHTitle h3 .sapMText,
98
+ .sapMOHTitle h2 .sapMText,
99
+ .sapMOHTitle h1 .sapMText {
100
+ font-size: @sapUiObjectHeaderTitleSnappedFontSize;
101
+ }
102
+ }
103
+
104
+ .sapMOHIntro .sapMText {
105
+ color: @sapUiObjectHeaderSubtitleTextColor;
79
106
  }
@@ -0,0 +1,17 @@
1
+ /* ===================================== */
2
+ /* CSS for control sap.m/ObjectListItem */
3
+ /* Horizon theme */
4
+ /* ===================================== */
5
+
6
+ .sapMText.sapMObjLTitle {
7
+ font-size: @sapMFontHeader5Size;
8
+ font-family: @sapUiFontSemiboldFamily;
9
+ }
10
+
11
+ .sapMObjLNumberDiv .sapMObjectNumber .sapMObjectNumberText {
12
+ font-size: 1.25rem;
13
+ }
14
+
15
+ .sapMObjLItem.sapMLIBActive .sapMObjLIcon {
16
+ color: @sapUiContentIconColor;
17
+ }
@@ -3,11 +3,6 @@
3
3
  /* Horizon theme */
4
4
  /* =================================== */
5
5
 
6
- .sapMObjectNumberLarge .sapMObjectNumberText,
7
- .sapMObjectNumberLarge .sapMObjectNumberUnit {
8
- font-size: 1.5rem;
9
- }
10
-
11
6
  .sapMObjectNumberInverted .sapMObjectNumberText,
12
7
  .sapMObjectNumberInverted .sapMObjectNumberUnit {
13
8
  text-shadow: @sapUiContentContrastTextShadow;
@@ -3,10 +3,18 @@
3
3
  /* Horizon theme */
4
4
  /* =================================== */
5
5
 
6
- .sapMObjStatusInverted .sapMObjStatusText,
7
- .sapMObjStatusInverted .sapMObjStatusIcon {
8
- min-height: 1rem;
9
- text-shadow: @sapUiContentContrastTextShadow;
6
+ .sapMObjStatus .sapMObjStatusLink {
7
+ padding: 0 0.0625rem;
8
+ display: inline-block;
9
+ }
10
+
11
+ .sapMObjStatusInverted:not(.sapMObjectStatusLarge) {
12
+ .sapMObjStatusText,
13
+ .sapMObjStatusIcon {
14
+ min-height: 1rem;
15
+ text-shadow: @sapUiContentContrastTextShadow;
16
+ height: 100%;
17
+ }
10
18
  }
11
19
 
12
20
  .sapMObjectStatusLarge {
@@ -56,35 +64,93 @@
56
64
  color: @sapUiContentContrastTextColor;
57
65
  }
58
66
 
59
- html.sap-desktop .sapMObjStatusActive:focus {
60
- .sapMObjStatusLink::after {
61
- outline: none;
62
- border-radius: 0.25rem;
63
- content: "";
64
- position: absolute;
65
- box-sizing: border-box;
66
- left: -0.0625rem;
67
- top: -0.0625rem;
68
- right: -0.0625rem;
69
- bottom: -0.0625rem;
70
- pointer-events: none;
71
- border: 0.125rem solid @sapUiContentFocusColor;
67
+ .sapMObjStatusInverted .sapMObjStatusText,
68
+ .sapMObjStatusInverted .sapMObjStatusIcon.sapMObjStatusIconOnly {
69
+ padding: 0.0625rem 0.25rem;
70
+ }
71
+
72
+ .sapMObjStatusInverted .sapMObjStatusIcon {
73
+ padding: 0.0625rem 0 0.0625rem 0.25rem;
74
+ vertical-align: middle;
75
+ }
76
+
77
+ html.sap-desktop .sapMObjStatusActive:not(.sapMObjStatusInverted) {
78
+ .sapMObjStatusText {
79
+ text-decoration: underline;
80
+ text-shadow: @sapUiContentTextShadow;
72
81
  }
73
- &.sapMObjectStatusLarge {
74
- &.sapMObjStatusInverted .sapMObjStatusLink::after {
82
+ &:focus {
83
+ .sapMObjStatusLink::after {
75
84
  outline: none;
76
- border-radius: 0.25rem;
85
+ border-radius: 0.125rem;
77
86
  content: "";
78
87
  position: absolute;
79
88
  box-sizing: border-box;
80
- left: -0.0625rem;
89
+ left: 0;
81
90
  top: -0.0625rem;
82
- height: auto;
83
- right: -0.0625rem;
91
+ right: 0;
84
92
  bottom: -0.0625rem;
85
93
  pointer-events: none;
86
94
  border: 0.125rem solid @sapUiContentFocusColor;
95
+ z-index: -1;
87
96
  }
97
+ .sapMObjStatusLink {
98
+ background: @sapUiContentFocusColor;
99
+ border-radius: 0.125rem;
100
+ .sapMObjStatusIcon > .sapUiIcon,
101
+ .sapMObjStatusText {
102
+ color: @sapUiContentContrastTextColor;
103
+ text-shadow: @sapUiContentContrastTextShadow;
104
+ }
105
+ .sapMObjStatusText {
106
+ text-decoration: underline;
107
+ }
108
+ .sapMObjStatusIcon > .sapUiIcon {
109
+ text-decoration: none;
110
+ }
111
+ }
112
+ }
113
+ &:hover,
114
+ &:active,
115
+ &:focus:hover,
116
+ &:focus:active {
117
+ .sapMObjStatusIcon > .sapUiIcon,
118
+ .sapMObjStatusText {
119
+ text-decoration: none;
120
+ }
121
+ }
122
+ &.sapMObjectStatusLarge:focus {
123
+ .sapMObjStatusLink::after {
124
+ top: 0;
125
+ bottom: 0;
126
+ }
127
+ }
128
+ }
129
+
130
+ html.sap-desktop .sapMObjStatusActive.sapMObjStatusInverted {
131
+ .sapMObjStatusLink {
132
+ height: auto;
133
+ }
134
+ &:focus,
135
+ &.sapMObjectStatusLarge:focus {
136
+ .sapMObjStatusLink::after {
137
+ outline: none;
138
+ content: "";
139
+ position: absolute;
140
+ box-sizing: border-box;
141
+ left: 0;
142
+ top: 0;
143
+ right: 0;
144
+ bottom: 0;
145
+ pointer-events: none;
146
+ z-index: 1;
147
+ box-shadow: inset 0 0 0 0.125em @sapUiContentFocusColor, inset 0 0 0 0.1875em @sapUiContentContrastFocusColor;
148
+ border-radius: 0.25rem;
149
+ height: 100%;
150
+ }
151
+ }
152
+ &.sapMObjectStatusLarge:focus {
153
+ min-height: 2rem;
88
154
  }
89
155
  }
90
156
 
@@ -19,9 +19,7 @@
19
19
  }
20
20
 
21
21
  .sapMPanelBGTranslucent {
22
- /* In order to avoid over-styling, we need to change the default behavior to transparent for belize.
23
- We cannot change it via the design property, because this change will be backward incompatible.*/
24
- background-color: transparent;
22
+ background-color: @sapUiGroupContentBackground;
25
23
  }
26
24
 
27
25
  .sapMPanelBGTransparent {
@@ -38,6 +36,15 @@
38
36
  background: @sapGroup_ContentBackground;
39
37
  }
40
38
 
39
+ .sapMPanelWrappingDiv.sapMPanelWrappingDivExpanded,
40
+ .sapMPanelWrappingDivTb.sapMPanelWrappingDivTbExpanded {
41
+ border-bottom: 0.0625rem solid @sapUiGroupTitleBorderColor;
42
+ }
43
+
44
+ .sapMPanelWrappingDivTb .sapMTB.sapMTBStandard {
45
+ border: none;
46
+ }
47
+
41
48
  .sapMPanelExpandable .sapMPanelWrappingDiv {
42
49
  &.sapMPanelWrappingDivExpanded:focus {
43
50
  border-top-left-radius: @sapElement_BorderCornerRadius;
@@ -51,10 +58,6 @@
51
58
  }
52
59
  }
53
60
 
54
- .sapMPanelContent {
55
- background: @sapGroup_ContentBackground;
56
- }
57
-
58
61
  .sapMPanelContent:not(.sapMPanelBGTransparent) {
59
62
  border-bottom: none;
60
63
  }
@@ -62,10 +65,6 @@
62
65
  .sapMPanel .sapMPanelHdr {
63
66
  line-height: 2.75rem;
64
67
  height: 2.75rem;
65
- font-family: @sapUiFontHeaderFamily;
66
- font-size: @sapMFontHeader4Size;
67
- font-weight: @sapUiFontHeaderWeight;
68
- color: @sapUiGroupTitleTextColor;
69
68
  }
70
69
 
71
70
  .sapMPanelWrappingDiv .sapUiIcon {
@@ -75,13 +74,24 @@
75
74
  .sapUiSizeCompact .sapMPanelWrappingDiv .sapUiIcon {
76
75
  width: 2rem;
77
76
  }
77
+ .sapMPanel.sapMPanelExpandable .sapMPanelWrappingDivTb {
78
+ & .sapMPanelHeaderTB {
79
+ border-top-left-radius: 0;
80
+ margin-left: 2.25rem;
81
+ padding-left: 0.25rem;
82
+ }
83
+
84
+ &:not(.sapMPanelWrappingDivTbExpanded) .sapMPanelHeaderTB {
85
+ border-bottom-right-radius: @sapElement_BorderCornerRadius;
86
+ border-top-right-radius: @sapElement_BorderCornerRadius;
87
+ }
88
+
89
+ &.sapMPanelWrappingDivTbExpanded .sapMPanelHeaderTB {
90
+ border-top-right-radius: @sapElement_BorderCornerRadius;
91
+ }
78
92
 
79
- .sapMPanel.sapMPanelExpandable .sapMPanelWrappingDivTb .sapMTB.sapMPanelHeaderTB {
80
- border-top-left-radius: 0;
81
- margin-left: 2.25rem;
82
- padding-left: 0.25rem;
83
93
  }
84
94
 
85
- .sapMPanel.sapMPanelExpandable .sapMPanelWrappingDivTb:not(.sapMPanelWrappingDivTbExpanded) .sapMPanelHeaderTB {
86
- border-bottom-right-radius: @sapElement_BorderCornerRadius;
95
+ .sapMPanelWrappingDiv .sapUiIcon {
96
+ color: @sapButton_Lite_TextColor;
87
97
  }
@@ -1,111 +1,206 @@
1
1
  /* ======================================== */
2
2
  /* CSS for control sap.m/ProgressIndicator */
3
- /* Horizon theme */
3
+ /* Horizon theme */
4
4
  /* ======================================== */
5
- @sapMPITextLeftTextThreshold: 0.5;
6
-
7
- .sapMPITextLeft,
8
- .sapMPITextRight {
9
- padding: 0;
10
- margin-left: 0.375rem;
11
- margin-right: 0.375rem;
12
- }
13
5
 
14
6
  .sapMPI {
15
- height: 1rem;
7
+ position: relative;
8
+ padding: 1.25rem 1.25rem 0.75rem 0;
9
+ margin: 0;
10
+ height: 0.375rem;
11
+ min-height: 0.375rem;
12
+ width: 100%;
16
13
  min-width: 4rem;
14
+ overflow: initial;
15
+ border-radius: 0;
16
+ background-color: transparent;
17
+
18
+ .sapMPIBarRemaining {
19
+ height: 0.375rem;
20
+ border-radius: 0.25rem;
21
+ box-sizing: border-box;
22
+ }
17
23
 
24
+ .sapMPIBar {
25
+ box-sizing: border-box;
26
+ height: 0.625rem;
27
+ border-radius: 0.5rem;
28
+ margin-top: -0.125rem;
29
+ }
18
30
  }
19
31
 
20
- .sapMPI:not(.sapMPIDisplayOnly) {
21
- margin: 0.875rem 0;
32
+ .sapMPIBarRemaining {
33
+ position: absolute;
34
+ width: ~'calc(100% - 1.25rem)';
35
+ border: 0.0625rem solid @sapUiProgressBorderColor;
22
36
  }
23
37
 
24
- .sapUiSizeCompact .sapMPI:not(.sapMPIDisplayOnly) {
25
- margin: 0.5rem 0;
38
+ .sapMPIBar {
39
+ z-index: 1;
40
+ border: 0.0625rem solid @sapUiProgressValueTextColor;
26
41
  }
27
42
 
28
- // Neutral and display only - bar
29
- .sapMPIBar.sapMPIBarNeutral,
30
- .sapMPIDisplayOnly:not(.sapMPIBarDisabled) .sapMPIBarNeutral {
31
- background: @sapNeutralElementColor;
43
+ .sapMPIValueMin .sapMPIBar {
44
+ border: none;
32
45
  }
33
46
 
34
- .sapMPIText.sapMPITextRight {
35
- color: @sapField_TextColor;
36
- background: @sapNeutralBackground;
37
- border-color: @sapNeutralBorderColor;
47
+ .sapMPIBar::before {
48
+ font-family: 'SAP-icons';
49
+ font-size: 1rem;
50
+ margin-left: 0.25rem;
51
+ position: absolute;
52
+ right: 0;
38
53
  }
39
54
 
40
- .sapMPIBarNeutral .sapMPIText.sapMPITextLeft,
41
- .sapMPIBarPositive .sapMPIText.sapMPITextLeft,
42
- .sapMPIBarNegative .sapMPIText.sapMPITextLeft,
43
- .sapMPIBarCritical .sapMPIText.sapMPITextLeft,
44
- .sapMPIBarInformation .sapMPIText.sapMPITextLeft {
45
- color:@sapContent_ContrastTextColor;
55
+ .sapMPIValueMin .sapMPIBarRemaining::before,
56
+ .sapMPIBarRemaining::after {
57
+ content: '';
58
+ display: block;
59
+ width: 0.25rem;
60
+ height: 0.25rem;
61
+ position: absolute;
62
+ border-radius: 50%;
46
63
  }
47
64
 
48
- .sapMPIBarRemaining {
49
- background: @sapNeutralBackground;
50
- border-color: @sapNeutralBorderColor;
65
+ .sapMPIValueMin .sapMPIBarRemaining::before {
66
+ left: 0.0625rem;
51
67
  }
52
68
 
53
- // Positive - Success
54
- .sapMPIBarPositive + .sapMPIBarRemaining {
55
- background: @sapSuccessBackground;
56
- border-color: @sapSuccessBorderColor;
69
+ .sapMPIBarRemaining::after {
70
+ right: 0.0625rem;
71
+ }
57
72
 
73
+ .sapMPIBarPositive {
74
+ background-color: @sapUiProgressValuePositiveBackground;
75
+ border-color: @sapUiProgressValuePositiveBorderColor;
76
+ .sapMPIText.sapMPITextLeft,
58
77
  .sapMPIText.sapMPITextRight {
59
- background: @sapSuccessBackground;
78
+ color: @sapUiProgressPositiveTextColor;
60
79
  }
61
- }
62
80
 
63
- .sapMPIBar.sapMPIBarPositive {
64
- background: @sapPositiveElementColor;
65
- border-color: @sapSuccessBorderColor;
66
- }
81
+ &::before {
82
+ content: '\e1c1';
83
+ color: @sapUiProgressValuePositiveTextColor;
84
+ }
67
85
 
68
- // Negative - Error
69
- .sapMPIBarNegative + .sapMPIBarRemaining {
70
- background: @sapErrorBackground;
71
- border-color: @sapErrorBorderColor;
86
+ + .sapMPIBarRemaining {
87
+ background-color: @sapUiProgressPositiveBackground;
88
+ border-color: @sapUiProgressPositiveBorderColor;
72
89
 
73
- .sapMPIText.sapMPITextRight {
74
- background: @sapErrorBackground;
90
+ &::after,
91
+ &::before {
92
+ background-color: @sapUiProgressValuePositiveBackground;
93
+ }
75
94
  }
76
95
  }
77
96
 
78
- .sapMPIBar.sapMPIBarNegative {
79
- background: @sapNegativeElementColor;
80
- border-color: @sapErrorBorderColor;
81
- }
97
+ .sapMPIBarNegative {
98
+ background-color: @sapUiProgressValueNegativeBackground;
99
+ border-color: @sapUiProgressValueNegativeBorderColor;
100
+ .sapMPIText.sapMPITextLeft,
101
+ .sapMPIText.sapMPITextRight {
102
+ color: @sapUiProgressNegativeTextColor;
103
+ }
82
104
 
83
- // Critical - Warning
84
- .sapMPIBarCritical + .sapMPIBarRemaining {
85
- background: @sapWarningBackground;
86
- border-color: @sapWarningBorderColor;
105
+ &::before {
106
+ content: '\e1ec';
107
+ color: @sapUiProgressValueNegativeTextColor;
108
+ }
87
109
 
88
- .sapMPIText.sapMPITextRight {
89
- background: @sapWarningBackground;
110
+ + .sapMPIBarRemaining {
111
+ background-color: @sapUiProgressNegativeBackground;
112
+ border-color: @sapUiProgressNegativeBorderColor;
113
+
114
+ &::after,
115
+ &::before {
116
+ background: @sapUiProgressValueNegativeBackground;
117
+ }
90
118
  }
91
119
  }
92
120
 
93
- .sapMPIBar.sapMPIBarCritical {
94
- background: @sapCriticalElementColor;
95
- border-color: @sapWarningBorderColor;
121
+ .sapMPIBarCritical {
122
+ background-color: @sapUiProgressValueCriticalBackground;
123
+ border-color: @sapUiProgressValueCriticalBorderColor;
124
+ .sapMPIText.sapMPITextLeft,
125
+ .sapMPIText.sapMPITextRight {
126
+ color: @sapUiProgressCriticalTextColor;
127
+ }
128
+
129
+ &::before {
130
+ content: '\e053';
131
+ color: @sapUiProgressValueCriticalTextColor;
132
+ }
133
+
134
+ + .sapMPIBarRemaining {
135
+ background-color: @sapUiProgressCriticalBackground;
136
+ border-color: @sapUiProgressCriticalBorderColor;
137
+
138
+ &::after,
139
+ &::before {
140
+ background: @sapUiProgressValueCriticalBackground;
141
+ }
142
+ }
96
143
  }
97
144
 
98
- // Information
99
- .sapMPIBarInformation + .sapMPIBarRemaining {
100
- background: @sapInformationBackground;
101
- border-color: @sapInformationBorderColor;
145
+ .sapMPIBarInformation {
146
+ background-color: @sapUiProgressValueInformationBackground;
147
+ border-color: @sapUiProgressValueInformationBorderColor;
148
+ .sapMPIText.sapMPITextLeft,
149
+ .sapMPIText.sapMPITextRight {
150
+ color: @sapUiProgressInformationTextColor;
151
+ }
152
+
153
+ &::before {
154
+ content: '\e289';
155
+ color: @sapUiProgressValueInformationTextColor;
156
+ }
102
157
 
158
+ + .sapMPIBarRemaining {
159
+ background-color: @sapUiProgressInformationBackground;
160
+ border-color: @sapUiProgressInformationBorderColor;
161
+
162
+ &::after,
163
+ &::before {
164
+ background: @sapUiProgressValueInformationBackground;
165
+ }
166
+ }
167
+ }
168
+
169
+ .sapMPIDisplayOnly:not(.sapMPIBarDisabled) .sapMPIBarNeutral,
170
+ .sapMPIBarNeutral {
171
+ background-color: @sapUiProgressValueBackground;
172
+ .sapMPIText.sapMPITextLeft,
103
173
  .sapMPIText.sapMPITextRight {
104
- background: @sapInformationBackground;
174
+ color: @sapUiProgressTextColor;
175
+ }
176
+
177
+ + .sapMPIBarRemaining {
178
+ background-color: @sapUiProgressBackground;
179
+ border-color: @sapUiProgressBorderColor;
180
+
181
+ &::after,
182
+ &::before {
183
+ background: @sapUiProgressValueBackground;
184
+ }
105
185
  }
106
186
  }
107
187
 
108
- .sapMPIBar.sapMPIBarInformation {
109
- background: @sapInformativeElementColor;
110
- border-color: @sapInformationBorderColor;
188
+ .sapMPIDisplayOnly .sapMPIText,
189
+ .sapMPIText {
190
+ padding: 0;
191
+ position: absolute;
192
+ top: 0;
193
+ left: 0;
194
+ margin-bottom: 0.1875rem;
195
+ font-size: @sapUiProgressFontSize;
196
+ color: @sapUiProgressTextColor;
197
+ white-space: nowrap;
198
+ overflow: hidden;
199
+ text-overflow: ellipsis;
200
+ max-width: 100%;
201
+
202
+ &.sapMPITextRight {
203
+ top: -1.3125rem;
204
+ right: -0.0675rem;
205
+ }
111
206
  }
@@ -3,14 +3,19 @@
3
3
  /* Horizon theme */
4
4
  /* ================================ */
5
5
 
6
- @_sap_m_QuickView_HorizontalLayoutMarginBottom: 1rem;
6
+ @_sap_m_QuickView_HorizontalLayoutMarginBottom: 0.75rem;
7
7
  @_sap_m_QuickView_HorizontalLayoutIconFontSize: 1.5rem;
8
8
  @_sap_m_QuickView_PagePaddingTop: 2.75rem;
9
9
 
10
10
  @_sap_m_QuickViewCard_PagePadding: 1rem;
11
+ @_sap_m_QuickView_TitleMarginBottom: 0.25rem;
12
+ @_sap_m_QuickView_TitleFontSize: @sapMFontHeader6Size;
13
+ @_sap_m_QuickView_FormTitleFontSize: @sapMFontHeader6Size;
14
+ @_sap_m_QuickView_TitleMaxHeight: 2.125rem;
11
15
 
12
16
  .sapMQuickViewCard {
13
17
  background: @sapUiGroupContentBackground;
14
18
  box-shadow: @sapUiShadowLevel0;
15
- border-radius: @sapUiElementBorderCornerRadius;
16
- }
19
+ border-radius: 1rem;
20
+ }
21
+