@openui5/themelib_sap_horizon 1.135.0 → 1.136.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (233) hide show
  1. package/REUSE.toml +649 -0
  2. package/THIRDPARTY.txt +22 -22
  3. package/package.json +18 -18
  4. package/src/sap/f/themes/sap_horizon/AvatarGroup.less +24 -18
  5. package/src/sap/f/themes/sap_horizon/DynamicPageTitle.less +41 -38
  6. package/src/sap/f/themes/sap_horizon/FlexibleColumnLayout.less +15 -13
  7. package/src/sap/f/themes/sap_horizon/GridList.less +5 -5
  8. package/src/sap/f/themes/sap_horizon/SidePanel.less +16 -7
  9. package/src/sap/f/themes/sap_horizon/library.source.less +1 -1
  10. package/src/sap/f/themes/sap_horizon_dark/AvatarGroup.less +24 -18
  11. package/src/sap/f/themes/sap_horizon_dark/DynamicPageTitle.less +34 -30
  12. package/src/sap/f/themes/sap_horizon_dark/FlexibleColumnLayout.less +15 -13
  13. package/src/sap/f/themes/sap_horizon_dark/GridList.less +1 -1
  14. package/src/sap/f/themes/sap_horizon_dark/SidePanel.less +16 -7
  15. package/src/sap/f/themes/sap_horizon_dark/library.source.less +1 -1
  16. package/src/sap/f/themes/sap_horizon_hcb/AvatarGroup.less +2 -2
  17. package/src/sap/f/themes/sap_horizon_hcb/DynamicPageTitle.less +17 -32
  18. package/src/sap/f/themes/sap_horizon_hcb/FlexibleColumnLayout.less +20 -15
  19. package/src/sap/f/themes/sap_horizon_hcb/GridList.less +4 -4
  20. package/src/sap/f/themes/sap_horizon_hcb/SidePanel.less +18 -10
  21. package/src/sap/f/themes/sap_horizon_hcb/library.source.less +1 -1
  22. package/src/sap/f/themes/sap_horizon_hcw/AvatarGroup.less +2 -2
  23. package/src/sap/f/themes/sap_horizon_hcw/DynamicPageTitle.less +18 -32
  24. package/src/sap/f/themes/sap_horizon_hcw/FlexibleColumnLayout.less +21 -16
  25. package/src/sap/f/themes/sap_horizon_hcw/GridList.less +4 -4
  26. package/src/sap/f/themes/sap_horizon_hcw/SidePanel.less +18 -10
  27. package/src/sap/f/themes/sap_horizon_hcw/library.source.less +1 -1
  28. package/src/sap/m/themes/sap_horizon/Label.less +9 -1
  29. package/src/sap/m/themes/sap_horizon/SlideTile.less +0 -1
  30. package/src/sap/m/themes/sap_horizon/TileContent.less +2 -1
  31. package/src/sap/m/themes/sap_horizon/Token.less +13 -13
  32. package/src/sap/m/themes/sap_horizon/Tokenizer.less +16 -15
  33. package/src/sap/m/themes/sap_horizon/Toolbar.less +17 -19
  34. package/src/sap/m/themes/sap_horizon/UploadCollection.less +1 -1
  35. package/src/sap/m/themes/sap_horizon/ValueStateHeader.less +25 -20
  36. package/src/sap/m/themes/sap_horizon/ValueStateMessage.less +17 -17
  37. package/src/sap/m/themes/sap_horizon/Wizard.less +2 -2
  38. package/src/sap/m/themes/sap_horizon/WizardProgressNavigator.less +37 -34
  39. package/src/sap/m/themes/sap_horizon/WizardStep.less +7 -2
  40. package/src/sap/m/themes/sap_horizon/library.source.less +1 -1
  41. package/src/sap/m/themes/sap_horizon_dark/Label.less +9 -1
  42. package/src/sap/m/themes/sap_horizon_dark/SlideTile.less +0 -1
  43. package/src/sap/m/themes/sap_horizon_dark/TileContent.less +2 -1
  44. package/src/sap/m/themes/sap_horizon_dark/Token.less +14 -14
  45. package/src/sap/m/themes/sap_horizon_dark/Tokenizer.less +16 -15
  46. package/src/sap/m/themes/sap_horizon_dark/Toolbar.less +17 -19
  47. package/src/sap/m/themes/sap_horizon_dark/UploadCollection.less +1 -1
  48. package/src/sap/m/themes/sap_horizon_dark/ValueStateHeader.less +20 -20
  49. package/src/sap/m/themes/sap_horizon_dark/ValueStateMessage.less +17 -17
  50. package/src/sap/m/themes/sap_horizon_dark/Wizard.less +3 -2
  51. package/src/sap/m/themes/sap_horizon_dark/WizardProgressNavigator.less +38 -34
  52. package/src/sap/m/themes/sap_horizon_dark/WizardStep.less +2 -2
  53. package/src/sap/m/themes/sap_horizon_dark/library.source.less +1 -1
  54. package/src/sap/m/themes/sap_horizon_hcb/Label.less +9 -1
  55. package/src/sap/m/themes/sap_horizon_hcb/SegmentedButton.less +4 -4
  56. package/src/sap/m/themes/sap_horizon_hcb/SlideTile.less +0 -1
  57. package/src/sap/m/themes/sap_horizon_hcb/TileContent.less +2 -2
  58. package/src/sap/m/themes/sap_horizon_hcb/Token.less +12 -12
  59. package/src/sap/m/themes/sap_horizon_hcb/Tokenizer.less +18 -14
  60. package/src/sap/m/themes/sap_horizon_hcb/Toolbar.less +16 -18
  61. package/src/sap/m/themes/sap_horizon_hcb/UploadCollection.less +4 -6
  62. package/src/sap/m/themes/sap_horizon_hcb/ValueStateHeader.less +21 -21
  63. package/src/sap/m/themes/sap_horizon_hcb/ValueStateMessage.less +17 -17
  64. package/src/sap/m/themes/sap_horizon_hcb/Wizard.less +4 -4
  65. package/src/sap/m/themes/sap_horizon_hcb/WizardProgressNavigator.less +34 -31
  66. package/src/sap/m/themes/sap_horizon_hcb/WizardStep.less +7 -2
  67. package/src/sap/m/themes/sap_horizon_hcb/library.source.less +1 -1
  68. package/src/sap/m/themes/sap_horizon_hcw/Label.less +9 -1
  69. package/src/sap/m/themes/sap_horizon_hcw/SegmentedButton.less +4 -4
  70. package/src/sap/m/themes/sap_horizon_hcw/SlideTile.less +0 -1
  71. package/src/sap/m/themes/sap_horizon_hcw/TileContent.less +2 -2
  72. package/src/sap/m/themes/sap_horizon_hcw/Token.less +12 -12
  73. package/src/sap/m/themes/sap_horizon_hcw/Tokenizer.less +17 -13
  74. package/src/sap/m/themes/sap_horizon_hcw/Toolbar.less +16 -18
  75. package/src/sap/m/themes/sap_horizon_hcw/UploadCollection.less +4 -6
  76. package/src/sap/m/themes/sap_horizon_hcw/ValueStateHeader.less +21 -21
  77. package/src/sap/m/themes/sap_horizon_hcw/ValueStateMessage.less +17 -17
  78. package/src/sap/m/themes/sap_horizon_hcw/Wizard.less +4 -4
  79. package/src/sap/m/themes/sap_horizon_hcw/WizardProgressNavigator.less +34 -31
  80. package/src/sap/m/themes/sap_horizon_hcw/WizardStep.less +7 -2
  81. package/src/sap/m/themes/sap_horizon_hcw/library.source.less +1 -1
  82. package/src/sap/tnt/themes/sap_horizon/NavigationList.less +2 -0
  83. package/src/sap/tnt/themes/sap_horizon/ToolHeader.less +3 -3
  84. package/src/sap/tnt/themes/sap_horizon/library.source.less +1 -1
  85. package/src/sap/tnt/themes/sap_horizon_dark/NavigationList.less +2 -0
  86. package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +3 -3
  87. package/src/sap/tnt/themes/sap_horizon_dark/library.source.less +1 -1
  88. package/src/sap/tnt/themes/sap_horizon_hcb/NavigationList.less +2 -0
  89. package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +3 -3
  90. package/src/sap/tnt/themes/sap_horizon_hcb/library.source.less +1 -1
  91. package/src/sap/tnt/themes/sap_horizon_hcw/NavigationList.less +2 -0
  92. package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +3 -3
  93. package/src/sap/tnt/themes/sap_horizon_hcw/library.source.less +1 -1
  94. package/src/sap/ui/codeeditor/themes/sap_horizon/library.source.less +1 -1
  95. package/src/sap/ui/codeeditor/themes/sap_horizon_dark/library.source.less +1 -1
  96. package/src/sap/ui/codeeditor/themes/sap_horizon_hcb/library.source.less +1 -1
  97. package/src/sap/ui/codeeditor/themes/sap_horizon_hcw/library.source.less +1 -1
  98. package/src/sap/ui/commons/themes/sap_horizon/library.source.less +1 -1
  99. package/src/sap/ui/commons/themes/sap_horizon_dark/library.source.less +1 -1
  100. package/src/sap/ui/commons/themes/sap_horizon_hcb/library.source.less +1 -1
  101. package/src/sap/ui/commons/themes/sap_horizon_hcw/library.source.less +1 -1
  102. package/src/sap/ui/core/themes/sap_horizon/.theme +2 -2
  103. package/src/sap/ui/core/themes/sap_horizon/base.less +4 -4
  104. package/src/sap/ui/core/themes/sap_horizon/library.source.less +1 -1
  105. package/src/sap/ui/core/themes/sap_horizon_dark/.theme +2 -2
  106. package/src/sap/ui/core/themes/sap_horizon_dark/base.less +4 -4
  107. package/src/sap/ui/core/themes/sap_horizon_dark/library.source.less +1 -1
  108. package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +2 -2
  109. package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +4 -4
  110. package/src/sap/ui/core/themes/sap_horizon_hcb/library.source.less +1 -1
  111. package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +2 -2
  112. package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +4 -4
  113. package/src/sap/ui/core/themes/sap_horizon_hcw/library.source.less +1 -1
  114. package/src/sap/ui/dt/themes/sap_horizon/library.source.less +1 -1
  115. package/src/sap/ui/dt/themes/sap_horizon_dark/library.source.less +1 -1
  116. package/src/sap/ui/dt/themes/sap_horizon_hcb/library.source.less +1 -1
  117. package/src/sap/ui/dt/themes/sap_horizon_hcw/library.source.less +1 -1
  118. package/src/sap/ui/fl/themes/sap_horizon/library.source.less +1 -1
  119. package/src/sap/ui/fl/themes/sap_horizon_dark/library.source.less +1 -1
  120. package/src/sap/ui/fl/themes/sap_horizon_hcb/library.source.less +1 -1
  121. package/src/sap/ui/fl/themes/sap_horizon_hcw/library.source.less +1 -1
  122. package/src/sap/ui/integration/themes/sap_horizon/ActionsStrip.less +5 -0
  123. package/src/sap/ui/integration/themes/sap_horizon/ListContent.less +10 -7
  124. package/src/sap/ui/integration/themes/sap_horizon/ObjectContent.less +6 -6
  125. package/src/sap/ui/integration/themes/sap_horizon/TableContent.less +12 -7
  126. package/src/sap/ui/integration/themes/sap_horizon/library.source.less +1 -1
  127. package/src/sap/ui/integration/themes/sap_horizon_dark/ActionsStrip.less +5 -0
  128. package/src/sap/ui/integration/themes/sap_horizon_dark/ListContent.less +11 -8
  129. package/src/sap/ui/integration/themes/sap_horizon_dark/ObjectContent.less +6 -6
  130. package/src/sap/ui/integration/themes/sap_horizon_dark/TableContent.less +13 -8
  131. package/src/sap/ui/integration/themes/sap_horizon_dark/library.source.less +1 -1
  132. package/src/sap/ui/integration/themes/sap_horizon_hcb/ListContentItem.less +5 -5
  133. package/src/sap/ui/integration/themes/sap_horizon_hcb/Paginator.less +5 -5
  134. package/src/sap/ui/integration/themes/sap_horizon_hcb/library.source.less +1 -1
  135. package/src/sap/ui/integration/themes/sap_horizon_hcw/ListContentItem.less +5 -5
  136. package/src/sap/ui/integration/themes/sap_horizon_hcw/Paginator.less +5 -5
  137. package/src/sap/ui/integration/themes/sap_horizon_hcw/library.source.less +1 -1
  138. package/src/sap/ui/layout/themes/sap_horizon/BlockLayout.less +114 -110
  139. package/src/sap/ui/layout/themes/sap_horizon/ColumnLayout.less +4 -4
  140. package/src/sap/ui/layout/themes/sap_horizon/FormLayout.less +16 -16
  141. package/src/sap/ui/layout/themes/sap_horizon/GridLayout.less +4 -4
  142. package/src/sap/ui/layout/themes/sap_horizon/ResponsiveGridLayout.less +5 -6
  143. package/src/sap/ui/layout/themes/sap_horizon/ResponsiveLayout.less +6 -6
  144. package/src/sap/ui/layout/themes/sap_horizon/ResponsiveSplitter.less +4 -4
  145. package/src/sap/ui/layout/themes/sap_horizon/Splitter.less +5 -5
  146. package/src/sap/ui/layout/themes/sap_horizon/library.source.less +1 -1
  147. package/src/sap/ui/layout/themes/sap_horizon_dark/BlockLayout.less +111 -108
  148. package/src/sap/ui/layout/themes/sap_horizon_dark/ColumnLayout.less +3 -3
  149. package/src/sap/ui/layout/themes/sap_horizon_dark/FormLayout.less +14 -14
  150. package/src/sap/ui/layout/themes/sap_horizon_dark/GridLayout.less +2 -2
  151. package/src/sap/ui/layout/themes/sap_horizon_dark/ResponsiveGridLayout.less +3 -3
  152. package/src/sap/ui/layout/themes/sap_horizon_dark/ResponsiveLayout.less +4 -4
  153. package/src/sap/ui/layout/themes/sap_horizon_dark/ResponsiveSplitter.less +3 -3
  154. package/src/sap/ui/layout/themes/sap_horizon_dark/Splitter.less +6 -6
  155. package/src/sap/ui/layout/themes/sap_horizon_dark/library.source.less +1 -1
  156. package/src/sap/ui/layout/themes/sap_horizon_hcb/BlockLayout.less +98 -95
  157. package/src/sap/ui/layout/themes/sap_horizon_hcb/BlockLayoutCell.less +1 -1
  158. package/src/sap/ui/layout/themes/sap_horizon_hcb/ColumnLayout.less +1 -1
  159. package/src/sap/ui/layout/themes/sap_horizon_hcb/FormLayout.less +10 -10
  160. package/src/sap/ui/layout/themes/sap_horizon_hcb/ResponsiveGridLayout.less +1 -1
  161. package/src/sap/ui/layout/themes/sap_horizon_hcb/ResponsiveLayout.less +2 -2
  162. package/src/sap/ui/layout/themes/sap_horizon_hcb/Splitter.less +5 -4
  163. package/src/sap/ui/layout/themes/sap_horizon_hcb/library.source.less +1 -1
  164. package/src/sap/ui/layout/themes/sap_horizon_hcw/BlockLayout.less +98 -95
  165. package/src/sap/ui/layout/themes/sap_horizon_hcw/BlockLayoutCell.less +1 -1
  166. package/src/sap/ui/layout/themes/sap_horizon_hcw/ColumnLayout.less +1 -1
  167. package/src/sap/ui/layout/themes/sap_horizon_hcw/FormLayout.less +10 -10
  168. package/src/sap/ui/layout/themes/sap_horizon_hcw/ResponsiveGridLayout.less +1 -1
  169. package/src/sap/ui/layout/themes/sap_horizon_hcw/ResponsiveLayout.less +2 -2
  170. package/src/sap/ui/layout/themes/sap_horizon_hcw/Splitter.less +5 -4
  171. package/src/sap/ui/layout/themes/sap_horizon_hcw/library.source.less +1 -1
  172. package/src/sap/ui/mdc/themes/sap_horizon/FieldBase.less +6 -1
  173. package/src/sap/ui/mdc/themes/sap_horizon/Table.less +5 -5
  174. package/src/sap/ui/mdc/themes/sap_horizon/TokenDisplay.less +8 -10
  175. package/src/sap/ui/mdc/themes/sap_horizon/TokenizerDisplay.less +7 -8
  176. package/src/sap/ui/mdc/themes/sap_horizon/ValueHelpDialog.less +3 -3
  177. package/src/sap/ui/mdc/themes/sap_horizon/library.source.less +1 -1
  178. package/src/sap/ui/mdc/themes/sap_horizon_dark/FieldBase.less +6 -1
  179. package/src/sap/ui/mdc/themes/sap_horizon_dark/Table.less +2 -2
  180. package/src/sap/ui/mdc/themes/sap_horizon_dark/TokenDisplay.less +6 -7
  181. package/src/sap/ui/mdc/themes/sap_horizon_dark/TokenizerDisplay.less +2 -2
  182. package/src/sap/ui/mdc/themes/sap_horizon_dark/ValueHelpDialog.less +2 -2
  183. package/src/sap/ui/mdc/themes/sap_horizon_dark/library.source.less +1 -1
  184. package/src/sap/ui/mdc/themes/sap_horizon_hcb/Table.less +4 -4
  185. package/src/sap/ui/mdc/themes/sap_horizon_hcb/TokenDisplay.less +1 -1
  186. package/src/sap/ui/mdc/themes/sap_horizon_hcb/ValueHelpDialog.less +1 -1
  187. package/src/sap/ui/mdc/themes/sap_horizon_hcb/library.source.less +1 -1
  188. package/src/sap/ui/mdc/themes/sap_horizon_hcw/Table.less +4 -4
  189. package/src/sap/ui/mdc/themes/sap_horizon_hcw/TokenDisplay.less +1 -1
  190. package/src/sap/ui/mdc/themes/sap_horizon_hcw/ValueHelpDialog.less +1 -1
  191. package/src/sap/ui/mdc/themes/sap_horizon_hcw/library.source.less +1 -1
  192. package/src/sap/ui/rta/themes/sap_horizon/library.source.less +1 -1
  193. package/src/sap/ui/rta/themes/sap_horizon_dark/library.source.less +1 -1
  194. package/src/sap/ui/rta/themes/sap_horizon_hcb/library.source.less +1 -1
  195. package/src/sap/ui/rta/themes/sap_horizon_hcw/library.source.less +1 -1
  196. package/src/sap/ui/suite/themes/sap_horizon/library.source.less +1 -1
  197. package/src/sap/ui/suite/themes/sap_horizon_dark/library.source.less +1 -1
  198. package/src/sap/ui/suite/themes/sap_horizon_hcb/library.source.less +1 -1
  199. package/src/sap/ui/suite/themes/sap_horizon_hcw/library.source.less +1 -1
  200. package/src/sap/ui/table/themes/sap_horizon/library.source.less +1 -1
  201. package/src/sap/ui/table/themes/sap_horizon_dark/library.source.less +1 -1
  202. package/src/sap/ui/table/themes/sap_horizon_hcb/library.source.less +1 -1
  203. package/src/sap/ui/table/themes/sap_horizon_hcw/library.source.less +1 -1
  204. package/src/sap/ui/unified/themes/sap_horizon/Calendar.less +6 -6
  205. package/src/sap/ui/unified/themes/sap_horizon/CalendarLegend.less +25 -12
  206. package/src/sap/ui/unified/themes/sap_horizon/library.source.less +1 -1
  207. package/src/sap/ui/unified/themes/sap_horizon_dark/Calendar.less +6 -6
  208. package/src/sap/ui/unified/themes/sap_horizon_dark/CalendarLegend.less +27 -18
  209. package/src/sap/ui/unified/themes/sap_horizon_dark/library.source.less +1 -1
  210. package/src/sap/ui/unified/themes/sap_horizon_hcb/Calendar.less +4 -3
  211. package/src/sap/ui/unified/themes/sap_horizon_hcb/CalendarLegend.less +8 -16
  212. package/src/sap/ui/unified/themes/sap_horizon_hcb/library.source.less +1 -1
  213. package/src/sap/ui/unified/themes/sap_horizon_hcw/Calendar.less +4 -3
  214. package/src/sap/ui/unified/themes/sap_horizon_hcw/CalendarLegend.less +8 -16
  215. package/src/sap/ui/unified/themes/sap_horizon_hcw/library.source.less +1 -1
  216. package/src/sap/ui/ux3/themes/sap_horizon/library.source.less +1 -1
  217. package/src/sap/ui/ux3/themes/sap_horizon_dark/library.source.less +1 -1
  218. package/src/sap/ui/ux3/themes/sap_horizon_hcb/library.source.less +1 -1
  219. package/src/sap/ui/ux3/themes/sap_horizon_hcw/library.source.less +1 -1
  220. package/src/sap/uxap/themes/sap_horizon/ObjectPageSection.less +13 -20
  221. package/src/sap/uxap/themes/sap_horizon/ObjectPageSubSection.less +6 -17
  222. package/src/sap/uxap/themes/sap_horizon/library.source.less +1 -1
  223. package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSection.less +13 -10
  224. package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSubSection.less +6 -13
  225. package/src/sap/uxap/themes/sap_horizon_dark/library.source.less +1 -1
  226. package/src/sap/uxap/themes/sap_horizon_hcb/ObjectPageSection.less +17 -5
  227. package/src/sap/uxap/themes/sap_horizon_hcb/ObjectPageSubSection.less +6 -8
  228. package/src/sap/uxap/themes/sap_horizon_hcb/library.source.less +1 -1
  229. package/src/sap/uxap/themes/sap_horizon_hcw/ObjectPageSection.less +17 -11
  230. package/src/sap/uxap/themes/sap_horizon_hcw/ObjectPageSubSection.less +6 -8
  231. package/src/sap/uxap/themes/sap_horizon_hcw/library.source.less +1 -1
  232. package/ui5.yaml +1 -1
  233. package/.reuse/dep5 +0 -471
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -2,6 +2,17 @@
2
2
  /* CSS for control sap.uxap/ObjectPageSection */
3
3
  /* Horizon theme */
4
4
  /* =========================================== */
5
+ .sapUxAPObjectPageSection:not(.sapUxAPObjectPageSectionFirstVisible) {
6
+ padding-top: 1.5rem;
7
+ }
8
+
9
+ .sapUxAPObjectPageSection.sapUxAPObjectPageSectionFirstVisible {
10
+ padding-top: 1rem;
11
+
12
+ .sapUxAPObjectPageSectionContainer > .sapUiRespGrid > div[class^="sapUiRespGrid"]:first-child > .sapUxAPObjectPageSubSection {
13
+ padding-top: 0;
14
+ }
15
+ }
5
16
 
6
17
  .sapUxAPObjectPageLayout-Std-Desktop .sapUxAPObjectPageSubSectionHeader {
7
18
  padding-left: 2rem;
@@ -14,17 +25,9 @@
14
25
  line-height: 2.25rem;
15
26
  }
16
27
 
17
- .sapUiSizeCompact .sapUxAPObjectPageSectionTitle,
18
- .sapUxAPObjectPageSectionTitle {
19
- height: 2.75rem;
20
- line-height: 2.25rem;
21
- color: @sapUiGroupTitleTextColor;
22
- font-size: @sapMFontHeader4Size;
23
- }
24
-
25
28
  .sapUxAPObjectPageSectionHeader,
26
29
  .sapUxAPObjectPageSubSectionWithSeeMore .sapUxAPSubSectionSeeMoreContainer {
27
- padding-right: 3rem;
30
+ padding-right: 2.25rem;
28
31
  }
29
32
 
30
33
  .sapUxAPObjectPageLayout-Std-Desktop,
@@ -32,7 +35,7 @@
32
35
  .sapUxAPObjectPageSectionHeader,
33
36
  html .sapUiContainer-Medium .sapUxAPObjectPageSectionHeader,
34
37
  .sapUxAPObjectPageSubSectionWithSeeMore .sapUxAPSubSectionSeeMoreContainer {
35
- padding-right: 2rem;
38
+ padding-right: 1.25rem;
36
39
  padding-left: 2rem;
37
40
  }
38
41
  }
@@ -74,16 +77,6 @@
74
77
  outline-offset: -0.1875rem;
75
78
  }
76
79
 
77
- .sapUiSizeCompact .sapUxAPObjectPageSectionTitle {
78
- padding-bottom: 0;
79
- }
80
-
81
- .sapUiSizeCompact .sapUxAPObjectPageSectionTitle,
82
- .sapUxAPObjectPageSectionTitle {
83
- font-weight: bold;
84
- line-height: 4rem;
85
- }
86
-
87
80
  // Styles suporting Table inside ObjectPageSubSection scenario
88
81
  .sapUiTableOnObjectPageAdjustmentsForSection.sapUxAPObjectPageSection .sapUxAPObjectPageSectionContainer .sapUxAPObjectPageSubSection:not(.sapUiAdjustedSectionSubsectionWithoutTable) .sapUxAPBlockContainer {
89
82
  background: transparent;
@@ -3,14 +3,7 @@
3
3
  /* Horizon theme */
4
4
  /* ============================================== */
5
5
 
6
- .sapUxAPObjectPageSubSectionHeaderTitle {
7
- font-size: @sapMFontHeader5Size;
8
- color: @sapUiGroupTitleTextColor;
9
- padding-bottom: 0.5rem;
10
- line-height: normal;
11
- }
12
-
13
- .sapUxAPObjectPageSubSectionHeaderTitleUppercase {
6
+ .sapUxAPObjectPageSubSectionTitleUppercase {
14
7
  text-transform: uppercase;
15
8
  }
16
9
 
@@ -18,6 +11,11 @@
18
11
  padding: 0 1rem;
19
12
  }
20
13
 
14
+ .sapUiSizeCompact .sapMTB.sapUxAPObjectPageSubSectionHeaderToolbar,
15
+ .sapMTB.sapUxAPObjectPageSubSectionHeaderToolbar {
16
+ height: 2.75rem;
17
+ }
18
+
21
19
  /* responsive paddings */
22
20
  .sapUxAPObjectPageLayout.sapUiResponsiveContentPadding {
23
21
  &.sapUxAPObjectPageLayout-Std-Tablet .sapUxAPBlockContainer,
@@ -31,15 +29,6 @@
31
29
  }
32
30
  }
33
31
 
34
- /* compact size */
35
- .sapUiSizeCompact {
36
- .sapUxAPObjectPageSubSectionHeaderTitle {
37
- height: 1.125rem;
38
- line-height: normal;
39
- font-weight: bold;
40
- }
41
- }
42
-
43
32
  // =====================================
44
33
  // =====================================
45
34
  // Delta Styles for Horizon
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -2,6 +2,17 @@
2
2
  /* CSS for control sap.uxap/ObjectPageSection */
3
3
  /* Evening Horizon theme */
4
4
  /* =========================================== */
5
+ .sapUxAPObjectPageSection:not(.sapUxAPObjectPageSectionFirstVisible) {
6
+ padding-top: 1.5rem;
7
+ }
8
+
9
+ .sapUxAPObjectPageSection.sapUxAPObjectPageSectionFirstVisible {
10
+ padding-top: 1rem;
11
+
12
+ .sapUxAPObjectPageSectionContainer > .sapUiRespGrid > div[class^="sapUiRespGrid"]:first-child > .sapUxAPObjectPageSubSection {
13
+ padding-top: 0;
14
+ }
15
+ }
5
16
 
6
17
  .sapUxAPObjectPageLayout-Std-Desktop .sapUxAPObjectPageSubSectionHeader {
7
18
  padding-left: 2rem;
@@ -18,13 +29,11 @@
18
29
  .sapUxAPObjectPageSectionTitle {
19
30
  height: 2.75rem;
20
31
  line-height: 2.25rem;
21
- color: @sapUiGroupTitleTextColor;
22
- font-size: @sapMFontHeader4Size;
23
32
  }
24
33
 
25
34
  .sapUxAPObjectPageSectionHeader,
26
35
  .sapUxAPObjectPageSubSectionWithSeeMore .sapUxAPSubSectionSeeMoreContainer {
27
- padding-right: 3rem;
36
+ padding-right: 2.25rem;
28
37
  }
29
38
 
30
39
  .sapUxAPObjectPageLayout-Std-Desktop,
@@ -32,7 +41,7 @@
32
41
  .sapUxAPObjectPageSectionHeader,
33
42
  html .sapUiContainer-Medium .sapUxAPObjectPageSectionHeader,
34
43
  .sapUxAPObjectPageSubSectionWithSeeMore .sapUxAPSubSectionSeeMoreContainer {
35
- padding-right: 2rem;
44
+ padding-right: 1.25rem;
36
45
  padding-left: 2rem;
37
46
  }
38
47
  }
@@ -78,12 +87,6 @@
78
87
  padding-bottom: 0;
79
88
  }
80
89
 
81
- .sapUiSizeCompact .sapUxAPObjectPageSectionTitle,
82
- .sapUxAPObjectPageSectionTitle {
83
- font-weight: bold;
84
- line-height: 4rem;
85
- }
86
-
87
90
  // Styles suporting Table inside ObjectPageSubSection scenario
88
91
  .sapUiTableOnObjectPageAdjustmentsForSection.sapUxAPObjectPageSection .sapUxAPObjectPageSectionContainer .sapUxAPObjectPageSubSection .sapUxAPBlockContainer {
89
92
  background: transparent;
@@ -3,14 +3,7 @@
3
3
  /* Evening Horizon theme */
4
4
  /* ============================================== */
5
5
 
6
- .sapUxAPObjectPageSubSectionHeaderTitle {
7
- font-size: @sapMFontHeader5Size;
8
- color: @sapUiGroupTitleTextColor;
9
- padding-bottom: 0.5rem;
10
- line-height: normal;
11
- }
12
-
13
- .sapUxAPObjectPageSubSectionHeaderTitleUppercase {
6
+ .sapUxAPObjectPageSubSectionTitleUppercase {
14
7
  text-transform: uppercase;
15
8
  }
16
9
 
@@ -18,6 +11,11 @@
18
11
  padding: 1rem 1rem 2rem 1rem;
19
12
  }
20
13
 
14
+ .sapUiSizeCompact .sapMTB.sapUxAPObjectPageSubSectionHeaderToolbar,
15
+ .sapMTB.sapUxAPObjectPageSubSectionHeaderToolbar {
16
+ height: 2.75rem;
17
+ }
18
+
21
19
  .sapUxAPObjectPageLayout-Std-Tablet .sapUxAPBlockContainer {
22
20
  padding-bottom: 1rem;
23
21
  }
@@ -40,11 +38,6 @@
40
38
  .sapUxAPObjectPageLayout-Std-Tablet .sapUxAPBlockContainerr{
41
39
  padding-bottom: 1rem;
42
40
  }
43
- .sapUxAPObjectPageSubSectionHeaderTitle {
44
- height: 1.125rem;
45
- line-height: normal;
46
- font-weight: bold;
47
- }
48
41
  }
49
42
 
50
43
  // =====================================
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -2,15 +2,29 @@
2
2
  /* CSS for control sap.uxap/ObjectPageSection */
3
3
  /* Horizon High Contrast Black theme */
4
4
  /* =========================================== */
5
+ .sapUxAPObjectPageSection:not(.sapUxAPObjectPageSectionFirstVisible) {
6
+ padding-top: 1.5rem;
7
+ }
8
+
9
+ .sapUxAPObjectPageSection.sapUxAPObjectPageSectionFirstVisible {
10
+ padding-top: 1rem;
11
+
12
+ .sapUxAPObjectPageSectionContainer > .sapUiRespGrid > div[class^="sapUiRespGrid"]:first-child > .sapUxAPObjectPageSubSection {
13
+ padding-top: 0;
14
+ }
15
+ }
5
16
 
6
17
  .sapUxAPObjectPageLayout-Std-Desktop .sapUxAPObjectPageSubSectionHeader {
7
18
  padding-left: 2rem;
8
19
  padding-right: 2rem;
9
20
  }
10
21
 
22
+ .sapUxAPObjectPageSection {
23
+ border-top: 0.0625rem solid @sapUiGroupTitleBorderColor;
24
+ }
25
+
11
26
  .sapUiSizeCompact .sapUxAPObjectPageSectionHeader,
12
27
  .sapUxAPObjectPageSectionHeader {
13
- border-top: 0.0625rem solid @sapUiGroupTitleBorderColor;
14
28
  height: 2.75rem;
15
29
  line-height: 2.25rem;
16
30
  }
@@ -23,8 +37,6 @@
23
37
  .sapUxAPObjectPageSectionTitle {
24
38
  height: 2.75rem;
25
39
  line-height: 2.25rem;
26
- color: @sapUiGroupTitleTextColor;
27
- font-size: @sapMFontHeader4Size;
28
40
  }
29
41
 
30
42
  .sapUxAPObjectPageSection:focus {
@@ -34,7 +46,7 @@
34
46
 
35
47
  .sapUxAPObjectPageSectionHeader,
36
48
  .sapUxAPObjectPageSubSectionWithSeeMore .sapUxAPSubSectionSeeMoreContainer {
37
- padding-right: 3rem;
49
+ padding-right: 2.25rem;
38
50
  }
39
51
 
40
52
  .sapUxAPObjectPageLayout-Std-Desktop,
@@ -42,7 +54,7 @@
42
54
  .sapUxAPObjectPageSectionHeader,
43
55
  html .sapUiContainer-Medium .sapUxAPObjectPageSectionHeader,
44
56
  .sapUxAPObjectPageSubSectionWithSeeMore .sapUxAPSubSectionSeeMoreContainer {
45
- padding-right: 2rem;
57
+ padding-right: 1.25rem;
46
58
  padding-left: 2rem;
47
59
  }
48
60
  }
@@ -3,14 +3,7 @@
3
3
  /* Horizon High Contrast Black theme */
4
4
  /* ============================================== */
5
5
 
6
- .sapUxAPObjectPageSubSectionHeaderTitle {
7
- font-size: @sapMFontHeader5Size;
8
- color: @sapUiGroupTitleTextColor;
9
- padding-bottom: 0.5rem;
10
- line-height: normal;
11
- }
12
-
13
- .sapUxAPObjectPageSubSectionHeaderTitleUppercase {
6
+ .sapUxAPObjectPageSubSectionTitleUppercase {
14
7
  text-transform: uppercase;
15
8
  }
16
9
 
@@ -19,6 +12,11 @@
19
12
  outline-offset: -0.1875rem;
20
13
  }
21
14
 
15
+ .sapUiSizeCompact .sapMTB.sapUxAPObjectPageSubSectionHeaderToolbar,
16
+ .sapMTB.sapUxAPObjectPageSubSectionHeaderToolbar {
17
+ height: 2.75rem;
18
+ }
19
+
22
20
  .sapUxAPObjectPageLayout-Std-Desktop .sapUxAPBlockContainer {
23
21
  padding: 1rem 1rem 2rem 1rem;
24
22
  }
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -2,15 +2,29 @@
2
2
  /* CSS for control sap.uxap/ObjectPageSection */
3
3
  /* Horizon High Contrast White theme */
4
4
  /* =========================================== */
5
+ .sapUxAPObjectPageSection:not(.sapUxAPObjectPageSectionFirstVisible) {
6
+ padding-top: 1.5rem;
7
+ }
8
+
9
+ .sapUxAPObjectPageSection.sapUxAPObjectPageSectionFirstVisible {
10
+ padding-top: 1rem;
11
+
12
+ .sapUxAPObjectPageSectionContainer > .sapUiRespGrid > div[class^="sapUiRespGrid"]:first-child > .sapUxAPObjectPageSubSection {
13
+ padding-top: 0;
14
+ }
15
+ }
5
16
 
6
17
  .sapUxAPObjectPageLayout-Std-Desktop .sapUxAPObjectPageSubSectionHeader {
7
18
  padding-left: 2rem;
8
19
  padding-right: 2rem;
9
20
  }
10
21
 
22
+ .sapUxAPObjectPageSection {
23
+ border-top: 0.0625rem solid @sapUiGroupTitleBorderColor;
24
+ }
25
+
11
26
  .sapUiSizeCompact .sapUxAPObjectPageSectionHeader,
12
27
  .sapUxAPObjectPageSectionHeader {
13
- border-top: 0.0625rem solid @sapUiGroupTitleBorderColor;
14
28
  height: 2.75rem;
15
29
  line-height: 2.25rem;
16
30
  }
@@ -19,14 +33,6 @@
19
33
  border-top: 0;
20
34
  }
21
35
 
22
- .sapUiSizeCompact .sapUxAPObjectPageSectionTitle,
23
- .sapUxAPObjectPageSectionTitle {
24
- height: 2.75rem;
25
- line-height: 2.25rem;
26
- color: @sapUiGroupTitleTextColor;
27
- font-size: @sapMFontHeader4Size;
28
- }
29
-
30
36
  .sapUxAPObjectPageSection:focus {
31
37
  outline: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
32
38
  outline-offset: -0.1875rem;
@@ -34,7 +40,7 @@
34
40
 
35
41
  .sapUxAPObjectPageSectionHeader,
36
42
  .sapUxAPObjectPageSubSectionWithSeeMore .sapUxAPSubSectionSeeMoreContainer {
37
- padding-right: 3rem;
43
+ padding-right: 2.25rem;
38
44
  }
39
45
 
40
46
  .sapUxAPObjectPageLayout-Std-Desktop,
@@ -42,7 +48,7 @@
42
48
  .sapUxAPObjectPageSectionHeader,
43
49
  html .sapUiContainer-Medium .sapUxAPObjectPageSectionHeader,
44
50
  .sapUxAPObjectPageSubSectionWithSeeMore .sapUxAPSubSectionSeeMoreContainer {
45
- padding-right: 2rem;
51
+ padding-right: 1.25rem;
46
52
  padding-left: 2rem;
47
53
  }
48
54
  }
@@ -3,14 +3,7 @@
3
3
  /* Horizon High Contrast White theme */
4
4
  /* ============================================== */
5
5
 
6
- .sapUxAPObjectPageSubSectionHeaderTitle {
7
- font-size: @sapMFontHeader5Size;
8
- color: @sapUiGroupTitleTextColor;
9
- padding-bottom: 0.5rem;
10
- line-height: normal;
11
- }
12
-
13
- .sapUxAPObjectPageSubSectionHeaderTitleUppercase {
6
+ .sapUxAPObjectPageSubSectionTitleUppercase {
14
7
  text-transform: uppercase;
15
8
  }
16
9
 
@@ -19,6 +12,11 @@
19
12
  outline-offset: -0.1875rem;
20
13
  }
21
14
 
15
+ .sapUiSizeCompact .sapMTB.sapUxAPObjectPageSubSectionHeaderToolbar,
16
+ .sapMTB.sapUxAPObjectPageSubSectionHeaderToolbar {
17
+ height: 2.75rem;
18
+ }
19
+
22
20
  .sapUxAPObjectPageLayout-Std-Desktop .sapUxAPBlockContainer {
23
21
  padding: 1rem 1rem 2rem 1rem;
24
22
  }
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
package/ui5.yaml CHANGED
@@ -5,5 +5,5 @@ metadata:
5
5
  name: themelib_sap_horizon
6
6
  copyright: |-
7
7
  OpenUI5
8
- * (c) Copyright 2009-${currentYear} SAP SE or an SAP affiliate company.
8
+ * (c) Copyright ${currentYear} SAP SE or an SAP affiliate company.
9
9
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.