@openui5/themelib_sap_horizon 1.135.0 → 1.136.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 (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
package/THIRDPARTY.txt CHANGED
@@ -26,7 +26,7 @@ Component: Ace (Ajax.org Cloud9 Editor), version: 1.36.5
26
26
  Copyright: 2010, Ajax.org B.V.
27
27
  License: BSD-3-Clause
28
28
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/BSD-3-Clause.txt
29
- Contained in: src/sap.ui.codeeditor/src/sap/ui/codeeditor/js/ace/*
29
+ Contained in: src/sap.ui.codeeditor/src/sap/ui/codeeditor/js/ace/**
30
30
 
31
31
 
32
32
  Library: sap.ui.commons:
@@ -71,7 +71,7 @@ Component: jQuery UI 1.10, version: 1.10.4
71
71
  Copyright: 2014 jQuery Foundation and other contributors
72
72
  License: MIT
73
73
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
74
- Contained in: src/sap.ui.core/src/sap/ui/thirdparty/jqueryui/*
74
+ Contained in: src/sap.ui.core/src/sap/ui/thirdparty/jqueryui/**
75
75
  src/sap.ui.core/src/jquery.sap.dom.js
76
76
 
77
77
  Component: jQuery UI 1.11, version: 1.11.1
@@ -191,13 +191,13 @@ Component: Unicode Common Locale Data Repository, version: 46.1.0
191
191
  Copyright: 1991-2024 Unicode, Inc.
192
192
  License: LicenseRef-Unicode-3.0
193
193
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/LicenseRef-Unicode-3.0.txt
194
- Contained in: src/sap.ui.core/src/sap/ui/core/cldr/*
194
+ Contained in: src/sap.ui.core/src/sap/ui/core/cldr/**
195
195
 
196
196
  Component: MobiScroll, version: 2.9.0
197
197
  Copyright: 2010-2013, Acid Media
198
198
  License: MIT
199
199
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
200
- Contained in: src/sap.ui.core/src/sap/ui/thirdparty/mobiscroll/*
200
+ Contained in: src/sap.ui.core/src/sap/ui/thirdparty/mobiscroll/**
201
201
 
202
202
  Component: SinonJS, version: 1.14.1
203
203
  Copyright: 2010-2014, Christian Johansen, christian@cjohansen.no
@@ -310,7 +310,7 @@ Component: Hyphenopoly, version: 3.4.0
310
310
  Copyright: 2021 Mathias Nater
311
311
  License: MIT
312
312
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
313
- Contained in: src/sap.ui.core/src/sap/ui/thirdparty/hyphenopoly/*
313
+ Contained in: src/sap.ui.core/src/sap/ui/thirdparty/hyphenopoly/**
314
314
 
315
315
  Component: p-cancelable, version: 2.0.0
316
316
  Copyright: Sindre Sorhus <sindresorhus@gmail.com>
@@ -349,7 +349,7 @@ Component: highlight.js, version: 11.9.0
349
349
  Copyright: 2006-2020, Ivan Sagalaev
350
350
  License: BSD-3-Clause
351
351
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/BSD-3-Clause.txt
352
- Contained in: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/highlight.js/*
352
+ Contained in: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/highlight.js/**
353
353
 
354
354
  Component: Elasticlunr, version: 0.9.5
355
355
  Copyright: 2017 Wei Song and Oliver Nightingale
@@ -361,13 +361,13 @@ Component: DataTables, version: 2.0.1
361
361
  Copyright: SpryMedia Ltd
362
362
  License: MIT
363
363
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
364
- Contained in: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/DataTables/DataTables-2.0.1/*
364
+ Contained in: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/DataTables/DataTables-2.0.1/**
365
365
 
366
366
  Component: Buttons extension for DataTables, version: 3.0.0
367
367
  Copyright: SpryMedia Ltd
368
368
  License: MIT
369
369
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
370
- Contained in: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/DataTables/Buttons-3.0.0/*
370
+ Contained in: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/DataTables/Buttons-3.0.0/**
371
371
 
372
372
 
373
373
  Library: sap.ui.integration:
@@ -376,7 +376,7 @@ Component: UI5 Web Components, version: 1.7.0
376
376
  Copyright: SAP
377
377
  License: Apache-2.0
378
378
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
379
- Contained in: src/sap.ui.integration/src/sap/ui/integration/thirdparty/webcomponents/*
379
+ Contained in: src/sap.ui.integration/src/sap/ui/integration/thirdparty/webcomponents/**
380
380
 
381
381
  Component: Adaptive Cards, version: 2.9.0
382
382
  Copyright: 2017 Microsoft
@@ -416,18 +416,18 @@ Component: UI5 Web Components, version: 1.18.0
416
416
  Copyright: SAP
417
417
  License: Apache-2.0
418
418
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
419
- Contained in: src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/base/*.*
420
- src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/theming/*.*
421
- src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/localization/*.*
422
- src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons/*.*
423
- src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons-tnt/*.*
424
- src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons-business-suite/*.*
419
+ Contained in: src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/base/**
420
+ src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/theming/**
421
+ src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/localization/**
422
+ src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons/**
423
+ src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons-tnt/**
424
+ src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons-business-suite/**
425
425
 
426
426
  Component: lit-html, version: 2.2.2
427
427
  Copyright: Google LLC
428
428
  License: BSD-3-Clause
429
429
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/BSD-3-Clause.txt
430
- Contained in: src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/lit-html/*.*
430
+ Contained in: src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/lit-html/**
431
431
 
432
432
 
433
433
  Library: sap.ui.webc.fiori:
@@ -436,7 +436,7 @@ Component: UI5 Web Components, version: 1.18.0
436
436
  Copyright: SAP
437
437
  License: Apache-2.0
438
438
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
439
- Contained in: src/sap.ui.webc.fiori/src/sap/ui/webc/fiori/thirdparty/*.*
439
+ Contained in: src/sap.ui.webc.fiori/src/sap/ui/webc/fiori/thirdparty/**
440
440
 
441
441
  Component: ZXing, version: 0.17.1
442
442
  Copyright: 2005 Sun Microsystems, Inc.; 2010-2014 University of Manchester; 2010-2015 Stian Soiland-Reyes; 2015 Peter Hull
@@ -451,7 +451,7 @@ Component: UI5 Web Components, version: 1.18.0
451
451
  Copyright: SAP
452
452
  License: Apache-2.0
453
453
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
454
- Contained in: src/sap.ui.webc.main/src/sap/ui/webc/main/thirdparty/*.*
454
+ Contained in: src/sap.ui.webc.main/src/sap/ui/webc/main/thirdparty/**
455
455
 
456
456
 
457
457
  Outside of Libraries:
@@ -462,14 +462,14 @@ License: Apache-2.0
462
462
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
463
463
  Contained in: lib/jsdoc/ui5/plugin.js
464
464
 
465
- Component: SAP Theming Base Content, version: 11.28.2
465
+ Component: SAP Theming Base Content, version: 11.29.1
466
466
  Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
467
467
  License: Apache-2.0
468
468
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
469
469
  Contained in: src/sap.ui.core/src/sap/ui/core/themes/base/base.less
470
- src/themelib_sap_belize/src/sap/ui/core/themes/*/base.less
471
- src/themelib_sap_fiori_3/src/sap/ui/core/themes/*/base.less
472
- src/themelib_sap_horizon/src/sap/ui/core/themes/*/base.less
470
+ src/themelib_sap_belize/src/sap/ui/core/themes/**/base.less
471
+ src/themelib_sap_fiori_3/src/sap/ui/core/themes/**/base.less
472
+ src/themelib_sap_horizon/src/sap/ui/core/themes/**/base.less
473
473
 
474
474
 
475
475
  ALL LICENSE TEXTS:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/themelib_sap_horizon",
3
- "version": "1.135.0",
3
+ "version": "1.136.0",
4
4
  "description": "OpenUI5 Theme Library sap_horizon",
5
5
  "author": "SAP SE (https://www.sap.com)",
6
6
  "license": "Apache-2.0",
@@ -14,22 +14,22 @@
14
14
  "url": "https://github.com/SAP/openui5.git"
15
15
  },
16
16
  "devDependencies": {
17
- "@openui5/sap.f": "1.135.0",
18
- "@openui5/sap.m": "1.135.0",
19
- "@openui5/sap.tnt": "1.135.0",
20
- "@openui5/sap.ui.codeeditor": "1.135.0",
21
- "@openui5/sap.ui.commons": "1.135.0",
22
- "@openui5/sap.ui.core": "1.135.0",
23
- "@openui5/sap.ui.dt": "1.135.0",
24
- "@openui5/sap.ui.fl": "1.135.0",
25
- "@openui5/sap.ui.mdc": "1.135.0",
26
- "@openui5/sap.ui.integration": "1.135.0",
27
- "@openui5/sap.ui.layout": "1.135.0",
28
- "@openui5/sap.ui.rta": "1.135.0",
29
- "@openui5/sap.ui.suite": "1.135.0",
30
- "@openui5/sap.ui.table": "1.135.0",
31
- "@openui5/sap.ui.unified": "1.135.0",
32
- "@openui5/sap.ui.ux3": "1.135.0",
33
- "@openui5/sap.uxap": "1.135.0"
17
+ "@openui5/sap.f": "1.136.0",
18
+ "@openui5/sap.m": "1.136.0",
19
+ "@openui5/sap.tnt": "1.136.0",
20
+ "@openui5/sap.ui.codeeditor": "1.136.0",
21
+ "@openui5/sap.ui.commons": "1.136.0",
22
+ "@openui5/sap.ui.core": "1.136.0",
23
+ "@openui5/sap.ui.dt": "1.136.0",
24
+ "@openui5/sap.ui.fl": "1.136.0",
25
+ "@openui5/sap.ui.mdc": "1.136.0",
26
+ "@openui5/sap.ui.integration": "1.136.0",
27
+ "@openui5/sap.ui.layout": "1.136.0",
28
+ "@openui5/sap.ui.rta": "1.136.0",
29
+ "@openui5/sap.ui.suite": "1.136.0",
30
+ "@openui5/sap.ui.table": "1.136.0",
31
+ "@openui5/sap.ui.unified": "1.136.0",
32
+ "@openui5/sap.ui.ux3": "1.136.0",
33
+ "@openui5/sap.uxap": "1.136.0"
34
34
  }
35
35
  }
@@ -1,14 +1,14 @@
1
- /* ===================================== */
2
- /* CSS for control sap.f/AvatarGroup */
3
- /* Horizon theme */
4
- /* ===================================== */
1
+ /* ================================== */
2
+ /* CSS for control sap.f/AvatarGroup */
3
+ /* Morning Horizon theme */
4
+ /* ================================== */
5
5
 
6
6
  .applyBorderColorAccent(@counter) when (@counter > 0) {
7
+ .applyBorderColorAccent(@counter - 1);
8
+
7
9
  .sapFAvatar.sapFAvatarColorAccent@{counter} {
8
10
  border: 0.0625rem solid~"@{sapUiAccent@{counter}}";
9
11
  }
10
-
11
- .applyBorderColorAccent(@counter - 1);
12
12
  }
13
13
 
14
14
  .sapFAvatarGroup {
@@ -19,12 +19,13 @@
19
19
  }
20
20
 
21
21
  &:focus {
22
- box-shadow: 0px 0px 0px 0.125rem @sapUiContentFocusColor;
22
+ box-shadow: 0 0 0 0.125rem var(--sapContent_FocusColor);
23
23
  outline: none;
24
24
  border-radius: 0.35rem;
25
25
  }
26
26
 
27
27
  &.sapFAvatarGroupIndividual {
28
+
28
29
  .sapFAvatarGroupItem {
29
30
 
30
31
  &:hover:not(:active):not(:focus) {
@@ -32,12 +33,13 @@
32
33
  }
33
34
 
34
35
  &:active {
36
+
35
37
  .sapFAvatar {
36
- background-color: @sapUiButtonActiveBackground;
38
+ background-color: var(--sapButton_Active_Background);
37
39
 
38
40
  .sapFAvatarInitialsHolder,
39
41
  &.sapFAvatarIcon {
40
- color: @sapUiButtonActiveTextColor;
42
+ color: var(--sapButton_Active_TextColor);
41
43
  }
42
44
  }
43
45
  }
@@ -47,40 +49,44 @@
47
49
 
48
50
  .sapFAvatar {
49
51
  outline: none;
50
- box-shadow: 0px 0px 0px 0.125rem @sapUiContentFocusColor;
52
+ box-shadow: 0 0 0 0.125rem var(--sapContent_FocusColor);
51
53
  }
52
54
  }
53
-
54
55
  }
55
56
  }
56
57
 
57
58
  &.sapFAvatarGroupGroup {
59
+
58
60
  &:hover:not(:active) {
61
+
59
62
  .sapFAvatarGroupItem {
60
63
  .applyBorderColorAccent(10);
61
64
  }
62
65
  }
63
66
 
64
67
  &:active {
68
+
65
69
  .sapFAvatarGroupItem {
70
+
66
71
  .sapFAvatar {
67
- border: 0.0625rem solid @sapUiButtonActiveBorderColor;
68
- background-color: @sapUiButtonActiveBackground;
72
+ border: 0.0625rem solid var(--sapButton_Active_BorderColor);
73
+ background-color: var(--sapButton_Active_Background);
69
74
 
70
75
  .sapFAvatarInitialsHolder,
71
76
  &.sapFAvatarIcon {
72
- color: @sapUiButtonActiveTextColor;
77
+ color: var(--sapButton_Active_TextColor);
73
78
  }
74
79
  }
75
80
  }
76
81
 
77
82
  .sapFAvatarGroupMoreButton {
83
+
78
84
  .sapMBtnInner {
79
- background-color: @sapUiButtonActiveBackground;
80
- border: 0.0625rem solid @sapUiButtonActiveBorderColor;
85
+ background-color: var(--sapButton_Active_Background);
86
+ border: 0.0625rem solid var(--sapButton_Active_BorderColor);
81
87
 
82
88
  .sapMBtnContent {
83
- color: @sapUiButtonActiveTextColor;
89
+ color: var(--sapButton_Active_TextColor);
84
90
  }
85
91
  }
86
92
  }
@@ -92,7 +98,7 @@
92
98
  border-radius: 0;
93
99
  }
94
100
 
95
- html.sap-desktop .sapFAvatarGroupMoreButton.sapMBtn:focus>.sapMFocusable:not(.sapMBadgeIndicator):before {
101
+ html.sap-desktop .sapFAvatarGroupMoreButton.sapMBtn:focus > .sapMFocusable:not(.sapMBadgeIndicator)::before {
96
102
  border-radius: 50%;
97
103
  left: 0;
98
104
  right: 0;
@@ -1,9 +1,8 @@
1
1
  /* ======================================= */
2
2
  /* CSS for control sap.f/DynamicPageTitle */
3
- /* Horizon theme */
3
+ /* Morning Horizon theme */
4
4
  /* ======================================= */
5
5
 
6
-
7
6
  .sapFDynamicPageTitle {
8
7
  padding: 0.5rem 2rem;
9
8
  word-wrap: break-word;
@@ -14,19 +13,21 @@
14
13
  }
15
14
 
16
15
  .sapFDynamicPage-Std-Tablet {
16
+
17
17
  .sapFDynamicPageTitle,
18
18
  .sapFDynamicPageTitleWrapper.sapFDynamicPageTitleSnapped > .sapFDynamicPageTitle {
19
19
  padding: 0.5rem 2rem;
20
20
  }
21
21
 
22
- // Needed because on some high-end phones in landscape mode,
23
- // the width of the viewport is bigger than 600 (Tablet breakpoint).
22
+ /* Needed because on some high-end phones in landscape mode,
23
+ the width of the viewport is bigger than 600 (Tablet breakpoint). */
24
24
  .sapFDynamicPageTitleWrapper.sapFDynamicPageTitleSnappedTitleOnMobile > .sapFDynamicPageTitle {
25
25
  padding: 0 2rem;
26
26
  }
27
27
  }
28
28
 
29
29
  .sapFDynamicPage-Std-Phone {
30
+
30
31
  .sapFDynamicPageTitle,
31
32
  .sapFDynamicPageTitleWrapper.sapFDynamicPageTitleOnly > .sapFDynamicPageTitle,
32
33
  .sapFDynamicPageTitleWrapper.sapFDynamicPageTitleSnapped > .sapFDynamicPageTitle {
@@ -39,7 +40,7 @@
39
40
  }
40
41
 
41
42
  .sapFDynamicPageTitle.sapFDynamicPageTitleTranslucent {
42
- background: @sapUiObjectHeaderBackground;
43
+ background: var(--sapObjectHeader_Background);
43
44
  }
44
45
 
45
46
  .sapFDynamicPageTitle.sapFDynamicPageTitleTransparent {
@@ -51,8 +52,10 @@
51
52
  }
52
53
 
53
54
  .sapFDynamicPageNavigation .sapFDynamicPageTitleWrapper {
55
+
54
56
  &.sapFDynamicPageTitleSnapped,
55
57
  &.sapFDynamicPageTitleOnly {
58
+
56
59
  & > .sapFDynamicPageTitle {
57
60
  box-shadow: none;
58
61
  }
@@ -64,7 +67,7 @@
64
67
  padding: 0;
65
68
  }
66
69
 
67
- // General alignment styles for header text
70
+ /* General alignment styles for header text */
68
71
  .sapFDynamicPageTitleMain > .sapFDynamicPageTitleMainInner .sapFDynamicPageTitleMainHeading {
69
72
  align-self: center;
70
73
  }
@@ -77,58 +80,57 @@
77
80
  box-shadow: @sapUiShadowHeader;
78
81
  }
79
82
 
80
- // =====================================
81
- // =====================================
82
- // Delta Styles for Horizon
83
- // =====================================
83
+ /* ========================= */
84
+ /* Delta Styles for Horizon */
85
+ /* ========================= */
84
86
 
85
- .sapFDynamicPageTitleMain>.sapFDynamicPageTitleMainInner .sapFDynamicPageTitleMainHeading .sapFDynamicPageTitleMainHeadingInner .sapMTitle:not(.sapUICompVarMngmtTitle) {
86
- font-size: @sapObjectHeader_Title_FontSize;
87
- font-family: @sapObjectHeader_Title_FontFamily;
87
+ .sapFDynamicPageTitleMain > .sapFDynamicPageTitleMainInner .sapFDynamicPageTitleMainHeading .sapFDynamicPageTitleMainHeadingInner .sapMTitle:not(.sapUICompVarMngmtTitle) {
88
+ font-size: var(--sapObjectHeader_Title_FontSize);
89
+ font-family: var(--sapObjectHeader_Title_FontFamily);
88
90
  }
89
91
 
90
-
91
- // Expanded Header title is small on small screens
92
-
93
- .sapFDynamicPage-Std-Phone .sapFDynamicPageTitleMain>.sapFDynamicPageTitleMainInner .sapFDynamicPageTitleMainHeading .sapFDynamicPageTitleMainHeadingInner .sapMTitle:not(.sapUICompVarMngmtTitle) {
94
- font-size: @sapObjectHeader_Title_SnappedFontSize;
95
- font-family: @sapObjectHeader_Title_FontFamily;
92
+ /* Expanded Header title is small on small screens */
93
+ .sapFDynamicPage-Std-Phone .sapFDynamicPageTitleMain > .sapFDynamicPageTitleMainInner .sapFDynamicPageTitleMainHeading .sapFDynamicPageTitleMainHeadingInner .sapMTitle:not(.sapUICompVarMngmtTitle) {
94
+ font-size: var(--sapObjectHeader_Title_SnappedFontSize);
95
+ font-family: var(--sapObjectHeader_Title_FontFamily);
96
96
  }
97
97
 
98
98
 
99
- // Snapped Header title is small on all screen sizes
100
-
101
- .sapFDynamicPageTitleSnapped .sapFDynamicPageTitleMain>.sapFDynamicPageTitleMainInner .sapFDynamicPageTitleMainHeading .sapFDynamicPageTitleMainHeadingInner .sapMTitle:not(.sapUICompVarMngmtTitle) {
102
- font-size: @sapObjectHeader_Title_SnappedFontSize;
103
- font-family: @sapObjectHeader_Title_FontFamily;
99
+ /* Snapped Header title is small on all screen sizes */
100
+ .sapFDynamicPageTitleSnapped .sapFDynamicPageTitleMain > .sapFDynamicPageTitleMainInner .sapFDynamicPageTitleMainHeading .sapFDynamicPageTitleMainHeadingInner .sapMTitle:not(.sapUICompVarMngmtTitle) {
101
+ font-size: var(--sapObjectHeader_Title_SnappedFontSize);
102
+ font-family: var(--sapObjectHeader_Title_FontFamily);
104
103
  }
105
104
 
106
- // Overview Page using Dynamic page Header
107
- .ovpApplication .sapFDynamicPageTitleWrapper.sapFDynamicPageTitleSnapped>.sapFDynamicPageTitle,
108
- .ovpApplication .sapFDynamicPageTitleWrapper.sapFDynamicPageTitleOnly>.sapFDynamicPageTitle {
109
- box-shadow: @sapUiContentHeaderShadow;
105
+ /* Overview Page using Dynamic page Header */
106
+ .ovpApplication .sapFDynamicPageTitleWrapper.sapFDynamicPageTitleSnapped > .sapFDynamicPageTitle,
107
+ .ovpApplication .sapFDynamicPageTitleWrapper.sapFDynamicPageTitleOnly > .sapFDynamicPageTitle {
108
+ box-shadow: var(--sapContent_HeaderShadow);
110
109
  }
111
110
 
112
- // Dynamic page Title Focus - Experimental
111
+ /* Dynamic page Title Focus - Experimental */
113
112
  html.sap-desktop {
114
- .sapFDynamicPageTitle.sapFDynamicPageTitleFocus {
115
- outline: @sapContent_FocusWidth @sapContent_FocusStyle @sapUiContentFocusColor;
116
- outline-offset: -0.125rem;
117
- }
113
+
114
+ .sapFDynamicPageTitle.sapFDynamicPageTitleFocus {
115
+ outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
116
+ outline-offset: -0.125rem;
117
+ }
118
118
  }
119
119
 
120
- // =====================================
121
- // GenericTag
122
- // =====================================
120
+ /* =========== */
121
+ /* GenericTag */
122
+ /* =========== */
123
+
123
124
  .sapFDynamicPageTitleMain .sapMGenericTag.sapMBarChild {
124
- margin-top: 1rem;
125
+ margin-top: 1rem;
125
126
  }
126
127
 
127
128
  .sapFDynamicPageTitleSnapped .sapMGenericTag.sapMBarChild {
128
- margin-top: 0.3125rem;
129
+ margin-top: 0.3125rem;
129
130
  }
130
131
 
131
132
  .sapFDynamicPageTitleMain > .sapFDynamicPageTitleMainInner .sapFDynamicPageTitleMainContent {
133
+
132
134
  .sapMGenericTag.sapMBarChild {
133
135
  margin-top: 0.5625rem;
134
136
  margin-bottom: 0.5625rem;
@@ -136,6 +138,7 @@ html.sap-desktop {
136
138
  }
137
139
 
138
140
  .sapUiSizeCompact {
141
+
139
142
  .sapFDynamicPageTitle .sapMTB {
140
143
  height: 2.75rem;
141
144
  }
@@ -1,17 +1,18 @@
1
1
  /* =========================================== */
2
2
  /* CSS for control sap.f/FlexibleColumnLayout */
3
- /* Horizon theme */
3
+ /* Morning Horizon theme */
4
4
  /* =========================================== */
5
5
 
6
- @_sap_f_FCL_SeparatorButtonColor: @sapUiButtonLiteTextColor;
6
+ @_sap_f_FCL_SeparatorButtonColor: var(--sapButton_Lite_TextColor);
7
7
 
8
8
  .sapFFCL {
9
+
9
10
  &.sapFFCLBackgroundDesignSolid {
10
- background: @sapUiContentForegroundColor;
11
+ background: var(--sapContent_ForegroundColor);
11
12
  }
12
13
 
13
14
  &.sapFFCLBackgroundDesignTranslucent {
14
- background: @sapUiGroupContentBackground;
15
+ background: var(--sapGroup_ContentBackground);
15
16
  }
16
17
 
17
18
  &.sapFFCLBackgroundDesignTransparent {
@@ -19,17 +20,17 @@
19
20
  }
20
21
 
21
22
  & > .sapFFCLColumnMid.sapFFCLColumnActive {
22
- border-left: 0.0625rem solid @sapUiGroupContentBorderColor;
23
- border-right: 0.0625rem solid @sapUiGroupContentBorderColor;
23
+ border-left: 0.0625rem solid var(--sapGroup_ContentBorderColor);
24
+ border-right: 0.0625rem solid var(--sapGroup_ContentBorderColor);
24
25
  }
25
26
 
26
27
  & > .sapFFCLColumnActive.sapFFCLColumnLastActive {
27
28
  border-right: none;
28
- border-left: 0.0625rem solid @sapUiGroupContentBorderColor;
29
+ border-left: 0.0625rem solid var(--sapGroup_ContentBorderColor);
29
30
  }
30
31
 
31
32
  & > .sapFFCLColumnActive.sapFFCLColumnFirstActive {
32
- border-right: 0.0625rem solid @sapUiGroupContentBorderColor;
33
+ border-right: 0.0625rem solid var(--sapGroup_ContentBorderColor);
33
34
  border-left: none;
34
35
  }
35
36
 
@@ -41,16 +42,17 @@
41
42
 
42
43
  .sapFFCLNavigationButton,
43
44
  .sapUiSizeCompact .sapFFCLNavigationButton {
44
- // Reflection: styles overwritten
45
+
46
+ /* Reflection: styles overwritten */
45
47
  .sapMBtnInner {
46
48
  height: 1.625rem;
47
49
  }
48
50
 
49
- &:before {
50
- background-image: linear-gradient(to top, @sapUiGroupContentBorderColor, transparent);
51
+ &::before {
52
+ background-image: linear-gradient(to top, var(--sapGroup_ContentBorderColor), transparent);
51
53
  }
52
54
 
53
- &:after {
54
- background-image: linear-gradient(to bottom, @sapUiGroupContentBorderColor, transparent);
55
+ &::after {
56
+ background-image: linear-gradient(to bottom, var(--sapGroup_ContentBorderColor), transparent);
55
57
  }
56
58
  }
@@ -1,7 +1,7 @@
1
- /* ============================== */
2
- /* CSS for control sap.f/GridList */
3
- /* Horizon theme */
4
- /* ============================== */
1
+ /* =============================== */
2
+ /* CSS for control sap.f/GridList */
3
+ /* Morning Horizon them */
4
+ /* =============================== */
5
5
 
6
6
  @_sap_f_GridList_ItemFocusBorderRadius: 1rem;
7
7
  @_sap_f_GridList_ItemFocusedHighlightOffset: 0.5rem;
@@ -10,4 +10,4 @@
10
10
 
11
11
  .sapFGridList > .sapMGrowingList {
12
12
  background: none;
13
- }
13
+ }
@@ -1,33 +1,42 @@
1
- /* =============================== */
2
- /* CSS for control sap.f/SidePanel */
3
- /* Horizon theme */
4
- /* =============================== */
1
+ /* ================================ */
2
+ /* CSS for control sap.f/SidePanel */
3
+ /* Morning Horizon theme */
4
+ /* ================================ */
5
5
 
6
- @_sap_ui_layout_Splitter_BarDecorationColors: @sapUiGroupContentBorderColor, transparent;
6
+ @_sap_ui_layout_Splitter_BarDecorationColors: var(--sapGroup_ContentBorderColor), transparent;
7
7
 
8
8
  .sapFSP {
9
+
9
10
  .sapFSPSplitterBar {
11
+
10
12
  .sapFSPSplitterBarGripIcon {
11
- color: @sapUiButtonLiteTextColor;
13
+ color: var(--sapButton_Lite_TextColor);
12
14
  }
13
15
  }
16
+
14
17
  .sapFSPSide {
18
+
15
19
  .sapFSPSideInner {
20
+
16
21
  .sapFSPActionBar {
17
22
 
18
23
  .sapFSPItem {
24
+
19
25
  .sapUiIcon {
20
26
  border-width: 0.125rem;
21
27
  }
28
+
22
29
  &.sapFSPSelected {
30
+
23
31
  &::before {
24
32
  width: 0.25rem;
25
33
  }
26
34
  }
27
35
 
28
36
  &:focus {
37
+
29
38
  &::after {
30
- border: 0.125rem solid @sapUiContentSelectedForegroundColor;
39
+ border: 0.125rem solid var(--sapContent_Selected_ForegroundColor);
31
40
  }
32
41
  }
33
42
  }
@@ -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