@openui5/themelib_sap_horizon 1.145.1 → 1.147.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 (320) hide show
  1. package/REUSE.toml +0 -51
  2. package/THIRDPARTY.txt +6 -50
  3. package/package.json +18 -18
  4. package/src/sap/f/themes/sap_horizon/AvatarGroup.less +44 -15
  5. package/src/sap/f/themes/sap_horizon_dark/AvatarGroup.less +52 -15
  6. package/src/sap/m/themes/sap_horizon/Breadcrumbs.less +6 -1
  7. package/src/sap/m/themes/sap_horizon/Button.less +1 -1
  8. package/src/sap/m/themes/sap_horizon/MessageView.less +0 -4
  9. package/src/sap/m/themes/sap_horizon/ObjectMarker.less +7 -0
  10. package/src/sap/m/themes/sap_horizon/PlanningCalendar.less +2 -2
  11. package/src/sap/m/themes/sap_horizon/RadioButton.less +10 -5
  12. package/src/sap/m/themes/sap_horizon/RadioButtonGroup.less +1 -3
  13. package/src/sap/m/themes/sap_horizon/Switch.less +29 -3
  14. package/src/sap/m/themes/sap_horizon/Token.less +17 -11
  15. package/src/sap/m/themes/sap_horizon/Tokenizer.less +0 -13
  16. package/src/sap/m/themes/sap_horizon_dark/Breadcrumbs.less +6 -1
  17. package/src/sap/m/themes/sap_horizon_dark/Button.less +1 -1
  18. package/src/sap/m/themes/sap_horizon_dark/GenericTile.less +11 -0
  19. package/src/sap/m/themes/sap_horizon_dark/MessageView.less +0 -4
  20. package/src/sap/m/themes/sap_horizon_dark/ObjectMarker.less +8 -1
  21. package/src/sap/m/themes/sap_horizon_dark/PlanningCalendar.less +2 -2
  22. package/src/sap/m/themes/sap_horizon_dark/RadioButton.less +10 -5
  23. package/src/sap/m/themes/sap_horizon_dark/RadioButtonGroup.less +1 -3
  24. package/src/sap/m/themes/sap_horizon_dark/Switch.less +29 -3
  25. package/src/sap/m/themes/sap_horizon_dark/Token.less +16 -10
  26. package/src/sap/m/themes/sap_horizon_dark/Tokenizer.less +0 -13
  27. package/src/sap/m/themes/sap_horizon_hcb/Breadcrumbs.less +12 -4
  28. package/src/sap/m/themes/sap_horizon_hcb/GenericTile.less +11 -0
  29. package/src/sap/m/themes/sap_horizon_hcb/MessageView.less +0 -4
  30. package/src/sap/m/themes/sap_horizon_hcb/ObjectMarker.less +5 -1
  31. package/src/sap/m/themes/sap_horizon_hcb/ObjectStatus.less +2 -2
  32. package/src/sap/m/themes/sap_horizon_hcb/PlanningCalendar.less +1 -1
  33. package/src/sap/m/themes/sap_horizon_hcb/RadioButton.less +2 -1
  34. package/src/sap/m/themes/sap_horizon_hcb/RadioButtonGroup.less +1 -3
  35. package/src/sap/m/themes/sap_horizon_hcb/Switch.less +25 -3
  36. package/src/sap/m/themes/sap_horizon_hcb/Token.less +14 -18
  37. package/src/sap/m/themes/sap_horizon_hcb/Tokenizer.less +0 -20
  38. package/src/sap/m/themes/sap_horizon_hcw/Breadcrumbs.less +12 -4
  39. package/src/sap/m/themes/sap_horizon_hcw/GenericTile.less +11 -0
  40. package/src/sap/m/themes/sap_horizon_hcw/MessageView.less +0 -4
  41. package/src/sap/m/themes/sap_horizon_hcw/ObjectMarker.less +5 -1
  42. package/src/sap/m/themes/sap_horizon_hcw/ObjectStatus.less +2 -2
  43. package/src/sap/m/themes/sap_horizon_hcw/PlanningCalendar.less +1 -1
  44. package/src/sap/m/themes/sap_horizon_hcw/RadioButton.less +2 -1
  45. package/src/sap/m/themes/sap_horizon_hcw/RadioButtonGroup.less +1 -3
  46. package/src/sap/m/themes/sap_horizon_hcw/Switch.less +25 -3
  47. package/src/sap/m/themes/sap_horizon_hcw/Token.less +14 -18
  48. package/src/sap/m/themes/sap_horizon_hcw/Tokenizer.less +0 -20
  49. package/src/sap/ui/commons/themes/sap_horizon/ApplicationHeader.less +15 -19
  50. package/src/sap/ui/commons/themes/sap_horizon/CheckBox.less +7 -13
  51. package/src/sap/ui/commons/themes/sap_horizon/ComboBox.less +7 -7
  52. package/src/sap/ui/commons/themes/sap_horizon/DatePicker.less +7 -12
  53. package/src/sap/ui/commons/themes/sap_horizon/Image.less +2 -2
  54. package/src/sap/ui/commons/themes/sap_horizon/InPlaceEdit.less +15 -33
  55. package/src/sap/ui/commons/themes/sap_horizon/Label.less +10 -10
  56. package/src/sap/ui/commons/themes/sap_horizon/Link.less +5 -5
  57. package/src/sap/ui/commons/themes/sap_horizon/ListBox.less +10 -23
  58. package/src/sap/ui/commons/themes/sap_horizon/MenuBar.less +17 -17
  59. package/src/sap/ui/commons/themes/sap_horizon/MenuButton.less +12 -45
  60. package/src/sap/ui/commons/themes/sap_horizon/Message.less +2 -2
  61. package/src/sap/ui/commons/themes/sap_horizon/MessageBar.less +9 -9
  62. package/src/sap/ui/commons/themes/sap_horizon/MessageBox.less +18 -15
  63. package/src/sap/ui/commons/themes/sap_horizon/MessageList.less +4 -4
  64. package/src/sap/ui/commons/themes/sap_horizon/MessageToast.less +17 -15
  65. package/src/sap/ui/commons/themes/sap_horizon/Paginator.less +18 -18
  66. package/src/sap/ui/commons/themes/sap_horizon/Panel.less +15 -36
  67. package/src/sap/ui/commons/themes/sap_horizon/ProgressIndicator.less +2 -7
  68. package/src/sap/ui/commons/themes/sap_horizon/RadioButton.less +6 -10
  69. package/src/sap/ui/commons/themes/sap_horizon/RadioButtonGroup.less +3 -3
  70. package/src/sap/ui/commons/themes/sap_horizon/RatingIndicator.less +7 -7
  71. package/src/sap/ui/commons/themes/sap_horizon/RichTooltip.less +6 -6
  72. package/src/sap/ui/commons/themes/sap_horizon/RoadMap.less +65 -65
  73. package/src/sap/ui/commons/themes/sap_horizon/RowRepeater.less +8 -12
  74. package/src/sap/ui/commons/themes/sap_horizon/SearchField.less +15 -15
  75. package/src/sap/ui/commons/themes/sap_horizon/SegmentedButton.less +16 -16
  76. package/src/sap/ui/commons/themes/sap_horizon/Slider.less +53 -54
  77. package/src/sap/ui/commons/themes/sap_horizon/Splitter.less +17 -17
  78. package/src/sap/ui/commons/themes/sap_horizon/TabStrip.less +25 -30
  79. package/src/sap/ui/commons/themes/sap_horizon/TextArea.less +3 -3
  80. package/src/sap/ui/commons/themes/sap_horizon/TextField.less +24 -37
  81. package/src/sap/ui/commons/themes/sap_horizon/TextView.less +8 -10
  82. package/src/sap/ui/commons/themes/sap_horizon/ToggleButton.less +73 -142
  83. package/src/sap/ui/commons/themes/sap_horizon/Toolbar.less +22 -20
  84. package/src/sap/ui/commons/themes/sap_horizon/Tree.less +33 -31
  85. package/src/sap/ui/commons/themes/sap_horizon/TriStateCheckBox.less +2 -2
  86. package/src/sap/ui/commons/themes/sap_horizon/ValueHelpField.less +5 -5
  87. package/src/sap/ui/commons/themes/sap_horizon/layout.less +2 -2
  88. package/src/sap/ui/commons/themes/sap_horizon_dark/ApplicationHeader.less +14 -18
  89. package/src/sap/ui/commons/themes/sap_horizon_dark/CheckBox.less +6 -12
  90. package/src/sap/ui/commons/themes/sap_horizon_dark/ComboBox.less +6 -6
  91. package/src/sap/ui/commons/themes/sap_horizon_dark/DatePicker.less +6 -11
  92. package/src/sap/ui/commons/themes/sap_horizon_dark/Image.less +1 -1
  93. package/src/sap/ui/commons/themes/sap_horizon_dark/InPlaceEdit.less +14 -32
  94. package/src/sap/ui/commons/themes/sap_horizon_dark/Label.less +9 -9
  95. package/src/sap/ui/commons/themes/sap_horizon_dark/Link.less +4 -4
  96. package/src/sap/ui/commons/themes/sap_horizon_dark/ListBox.less +8 -21
  97. package/src/sap/ui/commons/themes/sap_horizon_dark/MenuBar.less +15 -15
  98. package/src/sap/ui/commons/themes/sap_horizon_dark/MenuButton.less +8 -41
  99. package/src/sap/ui/commons/themes/sap_horizon_dark/Message.less +1 -1
  100. package/src/sap/ui/commons/themes/sap_horizon_dark/MessageBar.less +7 -7
  101. package/src/sap/ui/commons/themes/sap_horizon_dark/MessageBox.less +17 -14
  102. package/src/sap/ui/commons/themes/sap_horizon_dark/MessageList.less +3 -3
  103. package/src/sap/ui/commons/themes/sap_horizon_dark/MessageToast.less +15 -13
  104. package/src/sap/ui/commons/themes/sap_horizon_dark/Paginator.less +16 -16
  105. package/src/sap/ui/commons/themes/sap_horizon_dark/Panel.less +14 -35
  106. package/src/sap/ui/commons/themes/sap_horizon_dark/ProgressIndicator.less +1 -6
  107. package/src/sap/ui/commons/themes/sap_horizon_dark/RadioButton.less +5 -9
  108. package/src/sap/ui/commons/themes/sap_horizon_dark/RadioButtonGroup.less +2 -2
  109. package/src/sap/ui/commons/themes/sap_horizon_dark/RatingIndicator.less +6 -6
  110. package/src/sap/ui/commons/themes/sap_horizon_dark/RichTooltip.less +5 -5
  111. package/src/sap/ui/commons/themes/sap_horizon_dark/RoadMap.less +65 -65
  112. package/src/sap/ui/commons/themes/sap_horizon_dark/RowRepeater.less +7 -11
  113. package/src/sap/ui/commons/themes/sap_horizon_dark/SearchField.less +13 -13
  114. package/src/sap/ui/commons/themes/sap_horizon_dark/SegmentedButton.less +15 -15
  115. package/src/sap/ui/commons/themes/sap_horizon_dark/Slider.less +52 -53
  116. package/src/sap/ui/commons/themes/sap_horizon_dark/Splitter.less +13 -13
  117. package/src/sap/ui/commons/themes/sap_horizon_dark/TabStrip.less +24 -29
  118. package/src/sap/ui/commons/themes/sap_horizon_dark/TextArea.less +2 -2
  119. package/src/sap/ui/commons/themes/sap_horizon_dark/TextField.less +23 -36
  120. package/src/sap/ui/commons/themes/sap_horizon_dark/TextView.less +7 -9
  121. package/src/sap/ui/commons/themes/sap_horizon_dark/ToggleButton.less +71 -140
  122. package/src/sap/ui/commons/themes/sap_horizon_dark/Toolbar.less +21 -19
  123. package/src/sap/ui/commons/themes/sap_horizon_dark/Tree.less +31 -29
  124. package/src/sap/ui/commons/themes/sap_horizon_dark/TriStateCheckBox.less +1 -1
  125. package/src/sap/ui/commons/themes/sap_horizon_dark/ValueHelpField.less +4 -4
  126. package/src/sap/ui/commons/themes/sap_horizon_dark/layout.less +1 -1
  127. package/src/sap/ui/commons/themes/sap_horizon_hcb/CheckBox.less +2 -7
  128. package/src/sap/ui/commons/themes/sap_horizon_hcb/ComboBox.less +7 -7
  129. package/src/sap/ui/commons/themes/sap_horizon_hcb/DatePicker.less +4 -4
  130. package/src/sap/ui/commons/themes/sap_horizon_hcb/InPlaceEdit.less +18 -20
  131. package/src/sap/ui/commons/themes/sap_horizon_hcb/Label.less +2 -2
  132. package/src/sap/ui/commons/themes/sap_horizon_hcb/Link.less +0 -5
  133. package/src/sap/ui/commons/themes/sap_horizon_hcb/ListBox.less +3 -3
  134. package/src/sap/ui/commons/themes/sap_horizon_hcb/MenuBar.less +11 -19
  135. package/src/sap/ui/commons/themes/sap_horizon_hcb/MenuButton.less +5 -13
  136. package/src/sap/ui/commons/themes/sap_horizon_hcb/MessageBar.less +11 -11
  137. package/src/sap/ui/commons/themes/sap_horizon_hcb/MessageBox.less +5 -5
  138. package/src/sap/ui/commons/themes/sap_horizon_hcb/MessageList.less +1 -1
  139. package/src/sap/ui/commons/themes/sap_horizon_hcb/MessageToast.less +3 -3
  140. package/src/sap/ui/commons/themes/sap_horizon_hcb/Pagniator.less +2 -2
  141. package/src/sap/ui/commons/themes/sap_horizon_hcb/Panel.less +4 -3
  142. package/src/sap/ui/commons/themes/sap_horizon_hcb/ProgressIndicator.less +12 -12
  143. package/src/sap/ui/commons/themes/sap_horizon_hcb/RadioButton.less +2 -12
  144. package/src/sap/ui/commons/themes/sap_horizon_hcb/RadioButtonGroup.less +1 -1
  145. package/src/sap/ui/commons/themes/sap_horizon_hcb/RatingIndicator.less +5 -5
  146. package/src/sap/ui/commons/themes/sap_horizon_hcb/RichTooltip.less +1 -1
  147. package/src/sap/ui/commons/themes/sap_horizon_hcb/RoadMap.less +25 -25
  148. package/src/sap/ui/commons/themes/sap_horizon_hcb/RowRepeater.less +3 -12
  149. package/src/sap/ui/commons/themes/sap_horizon_hcb/SearchField.less +3 -3
  150. package/src/sap/ui/commons/themes/sap_horizon_hcb/SegmentedButton.less +1 -1
  151. package/src/sap/ui/commons/themes/sap_horizon_hcb/Slider.less +43 -43
  152. package/src/sap/ui/commons/themes/sap_horizon_hcb/Splitter.less +5 -15
  153. package/src/sap/ui/commons/themes/sap_horizon_hcb/TabStrip.less +29 -28
  154. package/src/sap/ui/commons/themes/sap_horizon_hcb/TextArea.less +2 -2
  155. package/src/sap/ui/commons/themes/sap_horizon_hcb/TextField.less +7 -7
  156. package/src/sap/ui/commons/themes/sap_horizon_hcb/TextView.less +4 -4
  157. package/src/sap/ui/commons/themes/sap_horizon_hcb/ToggleButton.less +48 -97
  158. package/src/sap/ui/commons/themes/sap_horizon_hcb/Toolbar.less +12 -11
  159. package/src/sap/ui/commons/themes/sap_horizon_hcb/Tree.less +12 -12
  160. package/src/sap/ui/commons/themes/sap_horizon_hcb/TriStateCheckBox.less +2 -2
  161. package/src/sap/ui/commons/themes/sap_horizon_hcb/ValueHelpField.less +4 -6
  162. package/src/sap/ui/commons/themes/sap_horizon_hcb/layout.less +1 -1
  163. package/src/sap/ui/commons/themes/sap_horizon_hcb/shared.less +1 -1
  164. package/src/sap/ui/commons/themes/sap_horizon_hcw/CheckBox.less +2 -7
  165. package/src/sap/ui/commons/themes/sap_horizon_hcw/ComboBox.less +7 -7
  166. package/src/sap/ui/commons/themes/sap_horizon_hcw/DatePicker.less +4 -4
  167. package/src/sap/ui/commons/themes/sap_horizon_hcw/InPlaceEdit.less +18 -20
  168. package/src/sap/ui/commons/themes/sap_horizon_hcw/Label.less +2 -2
  169. package/src/sap/ui/commons/themes/sap_horizon_hcw/Link.less +0 -5
  170. package/src/sap/ui/commons/themes/sap_horizon_hcw/ListBox.less +3 -3
  171. package/src/sap/ui/commons/themes/sap_horizon_hcw/MenuBar.less +11 -19
  172. package/src/sap/ui/commons/themes/sap_horizon_hcw/MenuButton.less +5 -13
  173. package/src/sap/ui/commons/themes/sap_horizon_hcw/MessageBar.less +11 -11
  174. package/src/sap/ui/commons/themes/sap_horizon_hcw/MessageBox.less +5 -5
  175. package/src/sap/ui/commons/themes/sap_horizon_hcw/MessageList.less +1 -1
  176. package/src/sap/ui/commons/themes/sap_horizon_hcw/MessageToast.less +3 -3
  177. package/src/sap/ui/commons/themes/sap_horizon_hcw/Pagniator.less +2 -2
  178. package/src/sap/ui/commons/themes/sap_horizon_hcw/Panel.less +4 -3
  179. package/src/sap/ui/commons/themes/sap_horizon_hcw/ProgressIndicator.less +12 -12
  180. package/src/sap/ui/commons/themes/sap_horizon_hcw/RadioButton.less +2 -12
  181. package/src/sap/ui/commons/themes/sap_horizon_hcw/RadioButtonGroup.less +1 -1
  182. package/src/sap/ui/commons/themes/sap_horizon_hcw/RatingIndicator.less +5 -5
  183. package/src/sap/ui/commons/themes/sap_horizon_hcw/RichTooltip.less +1 -1
  184. package/src/sap/ui/commons/themes/sap_horizon_hcw/RoadMap.less +25 -25
  185. package/src/sap/ui/commons/themes/sap_horizon_hcw/RowRepeater.less +3 -12
  186. package/src/sap/ui/commons/themes/sap_horizon_hcw/SearchField.less +3 -3
  187. package/src/sap/ui/commons/themes/sap_horizon_hcw/SegmentedButton.less +1 -1
  188. package/src/sap/ui/commons/themes/sap_horizon_hcw/Slider.less +43 -43
  189. package/src/sap/ui/commons/themes/sap_horizon_hcw/Splitter.less +5 -15
  190. package/src/sap/ui/commons/themes/sap_horizon_hcw/TabStrip.less +29 -28
  191. package/src/sap/ui/commons/themes/sap_horizon_hcw/TextArea.less +2 -2
  192. package/src/sap/ui/commons/themes/sap_horizon_hcw/TextField.less +7 -7
  193. package/src/sap/ui/commons/themes/sap_horizon_hcw/TextView.less +4 -4
  194. package/src/sap/ui/commons/themes/sap_horizon_hcw/ToggleButton.less +47 -96
  195. package/src/sap/ui/commons/themes/sap_horizon_hcw/Toolbar.less +12 -11
  196. package/src/sap/ui/commons/themes/sap_horizon_hcw/Tree.less +12 -12
  197. package/src/sap/ui/commons/themes/sap_horizon_hcw/TriStateCheckBox.less +2 -2
  198. package/src/sap/ui/commons/themes/sap_horizon_hcw/ValueHelpField.less +4 -6
  199. package/src/sap/ui/commons/themes/sap_horizon_hcw/layout.less +1 -1
  200. package/src/sap/ui/commons/themes/sap_horizon_hcw/shared.less +1 -1
  201. package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
  202. package/src/sap/ui/core/themes/sap_horizon/base.less +30 -26
  203. package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
  204. package/src/sap/ui/core/themes/sap_horizon_dark/base.less +27 -26
  205. package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
  206. package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +23 -25
  207. package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
  208. package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +20 -25
  209. package/src/sap/ui/dt/themes/sap_horizon/Overlay.less +8 -0
  210. package/src/sap/ui/dt/themes/sap_horizon_dark/Overlay.less +8 -0
  211. package/src/sap/ui/dt/themes/sap_horizon_hcb/Overlay.less +1 -0
  212. package/src/sap/ui/dt/themes/sap_horizon_hcw/Overlay.less +1 -0
  213. package/src/sap/ui/integration/themes/sap_horizon/AnalyticalContent.less +8 -0
  214. package/src/sap/ui/integration/themes/sap_horizon/ObjectContent.less +4 -0
  215. package/src/sap/ui/integration/themes/sap_horizon/library.source.less +1 -0
  216. package/src/sap/ui/integration/themes/sap_horizon_dark/AnalyticalContent.less +8 -0
  217. package/src/sap/ui/integration/themes/sap_horizon_dark/ObjectContent.less +4 -0
  218. package/src/sap/ui/integration/themes/sap_horizon_dark/library.source.less +1 -0
  219. package/src/sap/ui/mdc/themes/sap_horizon/Table.less +1 -1
  220. package/src/sap/ui/mdc/themes/sap_horizon_dark/Table.less +1 -1
  221. package/src/sap/ui/mdc/themes/sap_horizon_hcb/Table.less +1 -1
  222. package/src/sap/ui/mdc/themes/sap_horizon_hcw/Table.less +1 -1
  223. package/src/sap/ui/ux3/themes/sap_horizon/ActionBar.less +46 -51
  224. package/src/sap/ui/ux3/themes/sap_horizon/CollectionInspector.less +34 -30
  225. package/src/sap/ui/ux3/themes/sap_horizon/DataSet.less +3 -3
  226. package/src/sap/ui/ux3/themes/sap_horizon/DataSetSimpleView.less +2 -2
  227. package/src/sap/ui/ux3/themes/sap_horizon/Exact.less +2 -2
  228. package/src/sap/ui/ux3/themes/sap_horizon/ExactArea.less +3 -3
  229. package/src/sap/ui/ux3/themes/sap_horizon/ExactBrowser.less +2 -2
  230. package/src/sap/ui/ux3/themes/sap_horizon/ExactList.less +51 -52
  231. package/src/sap/ui/ux3/themes/sap_horizon/FacetFilter.less +2 -2
  232. package/src/sap/ui/ux3/themes/sap_horizon/FacetFilterList.less +10 -10
  233. package/src/sap/ui/ux3/themes/sap_horizon/Feed.less +6 -6
  234. package/src/sap/ui/ux3/themes/sap_horizon/Feeder.less +8 -8
  235. package/src/sap/ui/ux3/themes/sap_horizon/NavigationBar.less +42 -49
  236. package/src/sap/ui/ux3/themes/sap_horizon/NotificationBar.less +6 -9
  237. package/src/sap/ui/ux3/themes/sap_horizon/Overlay.less +8 -8
  238. package/src/sap/ui/ux3/themes/sap_horizon/OverlayContainer.less +4 -7
  239. package/src/sap/ui/ux3/themes/sap_horizon/OverlayDialog.less +3 -9
  240. package/src/sap/ui/ux3/themes/sap_horizon/QuickView.less +10 -11
  241. package/src/sap/ui/ux3/themes/sap_horizon/Shell.less +165 -167
  242. package/src/sap/ui/ux3/themes/sap_horizon/ShellColorPicker.less +2 -2
  243. package/src/sap/ui/ux3/themes/sap_horizon/ShellPersonalization.less +2 -2
  244. package/src/sap/ui/ux3/themes/sap_horizon/ThingInspector.less +71 -83
  245. package/src/sap/ui/ux3/themes/sap_horizon/ThingViewer.less +30 -30
  246. package/src/sap/ui/ux3/themes/sap_horizon/ToolPopup.less +17 -20
  247. package/src/sap/ui/ux3/themes/sap_horizon_dark/ActionBar.less +46 -50
  248. package/src/sap/ui/ux3/themes/sap_horizon_dark/CollectionInspector.less +33 -29
  249. package/src/sap/ui/ux3/themes/sap_horizon_dark/DataSet.less +2 -2
  250. package/src/sap/ui/ux3/themes/sap_horizon_dark/DataSetSimpleView.less +1 -1
  251. package/src/sap/ui/ux3/themes/sap_horizon_dark/Exact.less +1 -1
  252. package/src/sap/ui/ux3/themes/sap_horizon_dark/ExactArea.less +2 -2
  253. package/src/sap/ui/ux3/themes/sap_horizon_dark/ExactBrowser.less +1 -1
  254. package/src/sap/ui/ux3/themes/sap_horizon_dark/ExactList.less +48 -49
  255. package/src/sap/ui/ux3/themes/sap_horizon_dark/FacetFilter.less +1 -1
  256. package/src/sap/ui/ux3/themes/sap_horizon_dark/FacetFilterList.less +8 -8
  257. package/src/sap/ui/ux3/themes/sap_horizon_dark/Feed.less +4 -4
  258. package/src/sap/ui/ux3/themes/sap_horizon_dark/Feeder.less +7 -7
  259. package/src/sap/ui/ux3/themes/sap_horizon_dark/NavigationBar.less +40 -46
  260. package/src/sap/ui/ux3/themes/sap_horizon_dark/NotificationBar.less +5 -8
  261. package/src/sap/ui/ux3/themes/sap_horizon_dark/Overlay.less +6 -6
  262. package/src/sap/ui/ux3/themes/sap_horizon_dark/OverlayContainer.less +3 -6
  263. package/src/sap/ui/ux3/themes/sap_horizon_dark/OverlayDialog.less +2 -8
  264. package/src/sap/ui/ux3/themes/sap_horizon_dark/QuickView.less +8 -8
  265. package/src/sap/ui/ux3/themes/sap_horizon_dark/Shell.less +163 -162
  266. package/src/sap/ui/ux3/themes/sap_horizon_dark/ShellColorPicker.less +1 -1
  267. package/src/sap/ui/ux3/themes/sap_horizon_dark/ShellPersonalization.less +1 -1
  268. package/src/sap/ui/ux3/themes/sap_horizon_dark/ThingInspector.less +70 -82
  269. package/src/sap/ui/ux3/themes/sap_horizon_dark/ThingViewer.less +29 -29
  270. package/src/sap/ui/ux3/themes/sap_horizon_dark/ToolPopup.less +15 -18
  271. package/src/sap/ui/ux3/themes/sap_horizon_hcb/ActionBar.less +41 -43
  272. package/src/sap/ui/ux3/themes/sap_horizon_hcb/DataSetSimpleView.less +2 -2
  273. package/src/sap/ui/ux3/themes/sap_horizon_hcb/ExactList.less +13 -37
  274. package/src/sap/ui/ux3/themes/sap_horizon_hcb/Feed.less +1 -1
  275. package/src/sap/ui/ux3/themes/sap_horizon_hcb/Feeder.less +1 -1
  276. package/src/sap/ui/ux3/themes/sap_horizon_hcb/NavigationBar.less +8 -8
  277. package/src/sap/ui/ux3/themes/sap_horizon_hcb/NotificationBar.less +11 -11
  278. package/src/sap/ui/ux3/themes/sap_horizon_hcb/Shell.less +19 -20
  279. package/src/sap/ui/ux3/themes/sap_horizon_hcb/ThingInspector.less +1 -1
  280. package/src/sap/ui/ux3/themes/sap_horizon_hcb/ToolPopup.less +6 -6
  281. package/src/sap/ui/ux3/themes/sap_horizon_hcb/library.source.less +0 -1
  282. package/src/sap/ui/ux3/themes/sap_horizon_hcw/ActionBar.less +42 -44
  283. package/src/sap/ui/ux3/themes/sap_horizon_hcw/DataSetSimpleView.less +2 -2
  284. package/src/sap/ui/ux3/themes/sap_horizon_hcw/ExactList.less +13 -37
  285. package/src/sap/ui/ux3/themes/sap_horizon_hcw/Feed.less +1 -1
  286. package/src/sap/ui/ux3/themes/sap_horizon_hcw/Feeder.less +1 -1
  287. package/src/sap/ui/ux3/themes/sap_horizon_hcw/NavigationBar.less +8 -8
  288. package/src/sap/ui/ux3/themes/sap_horizon_hcw/NotificationBar.less +11 -11
  289. package/src/sap/ui/ux3/themes/sap_horizon_hcw/Shell.less +19 -20
  290. package/src/sap/ui/ux3/themes/sap_horizon_hcw/ThingInspector.less +1 -1
  291. package/src/sap/ui/ux3/themes/sap_horizon_hcw/ToolPopup.less +6 -6
  292. package/src/sap/ui/ux3/themes/sap_horizon_hcw/library.source.less +0 -1
  293. package/src/sap/uxap/themes/sap_horizon/AnchorBar.less +107 -112
  294. package/src/sap/uxap/themes/sap_horizon/HierarchicalSelect.less +44 -66
  295. package/src/sap/uxap/themes/sap_horizon/IconTabBar.less +3 -1
  296. package/src/sap/uxap/themes/sap_horizon/ObjectPageHeader.less +25 -24
  297. package/src/sap/uxap/themes/sap_horizon/ObjectPageLayout.less +46 -42
  298. package/src/sap/uxap/themes/sap_horizon/ObjectPageSection.less +23 -19
  299. package/src/sap/uxap/themes/sap_horizon_dark/AnchorBar.less +96 -101
  300. package/src/sap/uxap/themes/sap_horizon_dark/HierarchicalSelect.less +42 -64
  301. package/src/sap/uxap/themes/sap_horizon_dark/IconTabBar.less +2 -0
  302. package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageHeader.less +24 -23
  303. package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageLayout.less +45 -41
  304. package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSection.less +23 -19
  305. package/src/sap/uxap/themes/sap_horizon_hcb/AnchorBar.less +39 -72
  306. package/src/sap/uxap/themes/sap_horizon_hcb/BreadCrumbs.less +6 -5
  307. package/src/sap/uxap/themes/sap_horizon_hcb/HierarchicalSelect.less +10 -44
  308. package/src/sap/uxap/themes/sap_horizon_hcb/IconTabBar.less +3 -1
  309. package/src/sap/uxap/themes/sap_horizon_hcb/ObjectPageHeader.less +19 -17
  310. package/src/sap/uxap/themes/sap_horizon_hcb/ObjectPageLayout.less +28 -22
  311. package/src/sap/uxap/themes/sap_horizon_hcb/ObjectPageSection.less +7 -4
  312. package/src/sap/uxap/themes/sap_horizon_hcw/AnchorBar.less +39 -72
  313. package/src/sap/uxap/themes/sap_horizon_hcw/BreadCrumbs.less +6 -5
  314. package/src/sap/uxap/themes/sap_horizon_hcw/HierarchicalSelect.less +11 -44
  315. package/src/sap/uxap/themes/sap_horizon_hcw/IconTabBar.less +3 -1
  316. package/src/sap/uxap/themes/sap_horizon_hcw/ObjectPageHeader.less +19 -17
  317. package/src/sap/uxap/themes/sap_horizon_hcw/ObjectPageLayout.less +28 -22
  318. package/src/sap/uxap/themes/sap_horizon_hcw/ObjectPageSection.less +7 -4
  319. package/src/sap/ui/ux3/themes/sap_horizon_hcb/shared.less +0 -3
  320. package/src/sap/ui/ux3/themes/sap_horizon_hcw/shared.less +0 -3
package/REUSE.toml CHANGED
@@ -613,57 +613,6 @@ SPDX-License-Identifier = "MIT"
613
613
  SPDX-FileComment = "these files belong to: hammer.js"
614
614
 
615
615
 
616
- # Library: sap.ui.webc.common:
617
-
618
- [[annotations]]
619
- path = [
620
- "src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/base/**",
621
- "src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/theming/**",
622
- "src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/localization/**",
623
- "src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons/**",
624
- "src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons-tnt/**",
625
- "src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons-business-suite/**"
626
- ]
627
- precedence = "aggregate"
628
- SPDX-FileCopyrightText = "SAP"
629
- SPDX-License-Identifier = "Apache-2.0"
630
- SPDX-FileComment = "these files belong to: UI5 Web Components"
631
-
632
- [[annotations]]
633
- path = "src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/lit-html/**"
634
- precedence = "aggregate"
635
- SPDX-FileCopyrightText = "Google LLC"
636
- SPDX-License-Identifier = "BSD-3-Clause"
637
- SPDX-FileComment = "these files belong to: lit-html"
638
-
639
-
640
- # Library: sap.ui.webc.fiori:
641
-
642
- [[annotations]]
643
- path = "src/sap.ui.webc.fiori/src/sap/ui/webc/fiori/thirdparty/**"
644
- precedence = "aggregate"
645
- SPDX-FileCopyrightText = "SAP"
646
- SPDX-License-Identifier = "Apache-2.0"
647
- SPDX-FileComment = "these files belong to: UI5 Web Components"
648
-
649
- [[annotations]]
650
- path = "src/sap.ui.webc.fiori/src/sap/ui/webc/fiori/lib/zxing.js"
651
- precedence = "aggregate"
652
- SPDX-FileCopyrightText = "2005 Sun Microsystems, Inc.; 2010-2014 University of Manchester; 2010-2015 Stian Soiland-Reyes; 2015 Peter Hull"
653
- SPDX-License-Identifier = "Apache-2.0"
654
- SPDX-FileComment = "these files belong to: ZXing"
655
-
656
-
657
- # Library: sap.ui.webc.main:
658
-
659
- [[annotations]]
660
- path = "src/sap.ui.webc.main/src/sap/ui/webc/main/thirdparty/**"
661
- precedence = "aggregate"
662
- SPDX-FileCopyrightText = "SAP"
663
- SPDX-License-Identifier = "Apache-2.0"
664
- SPDX-FileComment = "these files belong to: UI5 Web Components"
665
-
666
-
667
616
  # Outside of Libraries:
668
617
 
669
618
  [[annotations]]
package/THIRDPARTY.txt CHANGED
@@ -6,31 +6,31 @@ The full text of all referenced licenses is appended at the end of this file.
6
6
 
7
7
  Library: sap.f:
8
8
 
9
- Component: UI5 Web Components, version: 2.15.0
9
+ Component: UI5 Web Components, version: 2.19.2
10
10
  Copyright: SAP
11
11
  License: Apache-2.0
12
12
  License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
13
13
  Contained in: src/sap.f/src/sap/f/thirdparty/**
14
14
 
15
- Component: UI5 Web Components Fiori, version: 2.15.0
15
+ Component: UI5 Web Components Fiori, version: 2.19.2
16
16
  Copyright: SAP
17
17
  License: Apache-2.0
18
18
  License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
19
19
  Contained in: src/sap.f/src/sap/f/thirdparty/**
20
20
 
21
- Component: UI5 Web Components Icons, version: 2.15.0
21
+ Component: UI5 Web Components Icons, version: 2.19.2
22
22
  Copyright: SAP
23
23
  License: Apache-2.0
24
24
  License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
25
25
  Contained in: src/sap.f/src/sap/f/thirdparty/**
26
26
 
27
- Component: UI5 Web Components Icons Business Suite, version: 2.15.0
27
+ Component: UI5 Web Components Icons Business Suite, version: 2.19.2
28
28
  Copyright: SAP
29
29
  License: Apache-2.0
30
30
  License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
31
31
  Contained in: src/sap.f/src/sap/f/thirdparty/**
32
32
 
33
- Component: UI5 Web Components Icons TNT, version: 2.15.0
33
+ Component: UI5 Web Components Icons TNT, version: 2.19.2
34
34
  Copyright: SAP
35
35
  License: Apache-2.0
36
36
  License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
@@ -446,50 +446,6 @@ License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
446
446
  Contained in: src/sap.ui.mdc/test/sap/ui/mdc/demokit/sample/Chart/ChartJS/control/hammerjs.js
447
447
 
448
448
 
449
- Library: sap.ui.webc.common:
450
-
451
- Component: UI5 Web Components, version: 1.18.0
452
- Copyright: SAP
453
- License: Apache-2.0
454
- License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
455
- Contained in: src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/base/**
456
- src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/theming/**
457
- src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/localization/**
458
- src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons/**
459
- src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons-tnt/**
460
- src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons-business-suite/**
461
-
462
- Component: lit-html, version: 2.2.2
463
- Copyright: Google LLC
464
- License: BSD-3-Clause
465
- License Text: https://github.com/UI5/openui5/blob/master/LICENSES/BSD-3-Clause.txt
466
- Contained in: src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/lit-html/**
467
-
468
-
469
- Library: sap.ui.webc.fiori:
470
-
471
- Component: UI5 Web Components, version: 1.18.0
472
- Copyright: SAP
473
- License: Apache-2.0
474
- License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
475
- Contained in: src/sap.ui.webc.fiori/src/sap/ui/webc/fiori/thirdparty/**
476
-
477
- Component: ZXing, version: 0.17.1
478
- Copyright: 2005 Sun Microsystems, Inc.; 2010-2014 University of Manchester; 2010-2015 Stian Soiland-Reyes; 2015 Peter Hull
479
- License: Apache-2.0
480
- License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
481
- Contained in: src/sap.ui.webc.fiori/src/sap/ui/webc/fiori/lib/zxing.js
482
-
483
-
484
- Library: sap.ui.webc.main:
485
-
486
- Component: UI5 Web Components, version: 1.18.0
487
- Copyright: SAP
488
- License: Apache-2.0
489
- License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
490
- Contained in: src/sap.ui.webc.main/src/sap/ui/webc/main/thirdparty/**
491
-
492
-
493
449
  Outside of Libraries:
494
450
 
495
451
  Component: JSDoc 3, version: 3.6.7
@@ -498,7 +454,7 @@ License: Apache-2.0
498
454
  License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
499
455
  Contained in: lib/jsdoc/ui5/plugin.js
500
456
 
501
- Component: SAP Theming Base Content, version: 11.32.2-20250827135846+79bb30d311678435d61b21db26ecbe07d6b05079
457
+ Component: SAP Theming Base Content, version: 11.34.0
502
458
  Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
503
459
  License: Apache-2.0
504
460
  License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/themelib_sap_horizon",
3
- "version": "1.145.1",
3
+ "version": "1.147.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/UI5/openui5.git"
15
15
  },
16
16
  "devDependencies": {
17
- "@openui5/sap.f": "1.145.1",
18
- "@openui5/sap.m": "1.145.1",
19
- "@openui5/sap.tnt": "1.145.1",
20
- "@openui5/sap.ui.codeeditor": "1.145.1",
21
- "@openui5/sap.ui.commons": "1.145.1",
22
- "@openui5/sap.ui.core": "1.145.1",
23
- "@openui5/sap.ui.dt": "1.145.1",
24
- "@openui5/sap.ui.fl": "1.145.1",
25
- "@openui5/sap.ui.mdc": "1.145.1",
26
- "@openui5/sap.ui.integration": "1.145.1",
27
- "@openui5/sap.ui.layout": "1.145.1",
28
- "@openui5/sap.ui.rta": "1.145.1",
29
- "@openui5/sap.ui.suite": "1.145.1",
30
- "@openui5/sap.ui.table": "1.145.1",
31
- "@openui5/sap.ui.unified": "1.145.1",
32
- "@openui5/sap.ui.ux3": "1.145.1",
33
- "@openui5/sap.uxap": "1.145.1"
17
+ "@openui5/sap.f": "1.147.0",
18
+ "@openui5/sap.m": "1.147.0",
19
+ "@openui5/sap.tnt": "1.147.0",
20
+ "@openui5/sap.ui.codeeditor": "1.147.0",
21
+ "@openui5/sap.ui.commons": "1.147.0",
22
+ "@openui5/sap.ui.core": "1.147.0",
23
+ "@openui5/sap.ui.dt": "1.147.0",
24
+ "@openui5/sap.ui.fl": "1.147.0",
25
+ "@openui5/sap.ui.mdc": "1.147.0",
26
+ "@openui5/sap.ui.integration": "1.147.0",
27
+ "@openui5/sap.ui.layout": "1.147.0",
28
+ "@openui5/sap.ui.rta": "1.147.0",
29
+ "@openui5/sap.ui.suite": "1.147.0",
30
+ "@openui5/sap.ui.table": "1.147.0",
31
+ "@openui5/sap.ui.unified": "1.147.0",
32
+ "@openui5/sap.ui.ux3": "1.147.0",
33
+ "@openui5/sap.uxap": "1.147.0"
34
34
  }
35
35
  }
@@ -3,14 +3,6 @@
3
3
  /* Morning Horizon theme */
4
4
  /* ================================== */
5
5
 
6
- .applyBorderColorAccent(@counter) when (@counter > 0) {
7
- .applyBorderColorAccent(@counter - 1);
8
-
9
- .sapFAvatar.sapFAvatarColorAccent@{counter} {
10
- border: 0.0625rem solid~"@{sapUiAccent@{counter}}";
11
- }
12
- }
13
-
14
6
  .sapFAvatarGroup {
15
7
  padding: 0.125rem;
16
8
 
@@ -21,20 +13,29 @@
21
13
  &:focus {
22
14
  box-shadow: 0 0 0 0.125rem var(--sapContent_FocusColor);
23
15
  outline: none;
24
- border-radius: 0.35rem;
16
+ }
17
+
18
+ &.sapFAvatarGroupGroup:focus {
19
+ border-radius: ~"calc(var(--sapUiAvatarGroupButtonInnerHeight) / 2)";
25
20
  }
26
21
 
27
22
  &.sapFAvatarGroupIndividual {
23
+ overflow: visible;
28
24
 
29
25
  .sapFAvatarGroupItem {
26
+ padding: 0.125rem;
27
+ margin: 0.125rem;
30
28
 
31
- &:hover:not(:active):not(:focus) {
32
- .applyBorderColorAccent(10)
29
+ &:hover:not(:active) {
30
+ .sapFAvatar {
31
+ border: 0.0625rem solid var(--sapAvatar_Hover_BorderColor);
32
+ }
33
33
  }
34
34
 
35
35
  &:active {
36
36
 
37
37
  .sapFAvatar {
38
+ border: 0.0625rem solid var(--sapButton_Active_BorderColor);
38
39
  background-color: var(--sapButton_Active_Background);
39
40
 
40
41
  .sapFAvatarInitialsHolder,
@@ -46,10 +47,24 @@
46
47
 
47
48
  &:focus {
48
49
  outline: none;
50
+ box-shadow: 0 0 0 0.125rem var(--sapContent_FocusColor);
51
+ border-radius: 50%;
52
+ }
53
+ }
49
54
 
50
- .sapFAvatar {
51
- outline: none;
52
- box-shadow: 0 0 0 0.125rem var(--sapContent_FocusColor);
55
+ .sapFAvatarGroupMoreButton {
56
+ --button-padding: 0.125rem;
57
+ padding: var(--button-padding);
58
+ margin: 0.125rem;
59
+ height: ~"calc(var(--sapUiAvatarGroupButtonInnerHeight) + 2 * var(--button-padding))";
60
+
61
+ &:focus {
62
+ outline: none;
63
+ box-shadow: 0 0 0 0.125rem var(--sapContent_FocusColor);
64
+ border-radius: 50%;
65
+
66
+ > .sapMFocusable:not(.sapMBadgeIndicator)::before {
67
+ display: none;
53
68
  }
54
69
  }
55
70
  }
@@ -60,7 +75,21 @@
60
75
  &:hover:not(:active) {
61
76
 
62
77
  .sapFAvatarGroupItem {
63
- .applyBorderColorAccent(10);
78
+ .sapFAvatar {
79
+ border: 0.0625rem solid var(--sapAvatar_Hover_BorderColor);
80
+ }
81
+ }
82
+
83
+ .sapFAvatarGroupMoreButton {
84
+
85
+ .sapMBtnInner {
86
+ background-color: var(--sapButton_Hover_Background);
87
+ border: 0.0625rem solid var(--sapButton_Hover_BorderColor);
88
+
89
+ .sapMBtnContent {
90
+ color: var(--sapButton_Hover_TextColor);
91
+ }
92
+ }
64
93
  }
65
94
  }
66
95
 
@@ -3,14 +3,6 @@
3
3
  /* Evening Horizon theme */
4
4
  /* ================================== */
5
5
 
6
- .applyBorderColorAccent(@counter) when (@counter > 0) {
7
- .applyBorderColorAccent(@counter - 1);
8
-
9
- .sapFAvatar.sapFAvatarColorAccent@{counter} {
10
- border: 0.0625rem solid~"@{sapUiAccent@{counter}}";
11
- }
12
- }
13
-
14
6
  .sapFAvatarGroup {
15
7
  padding: 0.125rem;
16
8
 
@@ -21,34 +13,61 @@
21
13
  &:focus {
22
14
  box-shadow: 0 0 0 0.125rem var(--sapContent_FocusColor);
23
15
  outline: none;
24
- border-radius: 0.35rem;
16
+ }
17
+
18
+ &.sapFAvatarGroupGroup:focus {
19
+ border-radius: ~"calc(var(--sapUiAvatarGroupButtonInnerHeight) / 2)";
25
20
  }
26
21
 
27
22
  &.sapFAvatarGroupIndividual {
23
+ overflow: visible;
28
24
 
29
25
  .sapFAvatarGroupItem {
26
+ padding: 0.125rem;
27
+ margin: 0.125rem;
30
28
 
31
- &:hover:not(:active):not(:focus) {
32
- .applyBorderColorAccent(10)
29
+ &:hover:not(:active) {
30
+ .sapFAvatar {
31
+ border: 0.0625rem solid var(--sapAvatar_Hover_BorderColor);
32
+ }
33
33
  }
34
34
 
35
35
  &:active {
36
36
 
37
37
  .sapFAvatar {
38
+ border: 0.0625rem solid var(--sapButton_Active_BorderColor);
38
39
  background-color: var(--sapButton_Active_Background);
39
40
 
40
41
  .sapFAvatarInitialsHolder {
41
42
  color: var(--sapButton_Active_TextColor);
42
43
  }
44
+
45
+ &.sapFAvatarIcon {
46
+ color: var(--sapButton_Active_TextColor);
47
+ }
43
48
  }
44
49
  }
45
50
 
46
51
  &:focus {
47
52
  outline: none;
53
+ box-shadow: 0 0 0 0.125rem var(--sapContent_FocusColor);
54
+ border-radius: 50%;
55
+ }
56
+ }
48
57
 
49
- .sapFAvatar {
50
- outline: none;
51
- box-shadow: 0 0 0 0.125rem var(--sapContent_FocusColor);
58
+ .sapFAvatarGroupMoreButton {
59
+ --button-padding: 0.125rem;
60
+ padding: var(--button-padding);
61
+ margin: 0.125rem;
62
+ height: ~"calc(var(--sapUiAvatarGroupButtonInnerHeight) + 2 * var(--button-padding))";
63
+
64
+ &:focus {
65
+ outline: none;
66
+ box-shadow: 0 0 0 0.125rem var(--sapContent_FocusColor);
67
+ border-radius: 50%;
68
+
69
+ > .sapMFocusable:not(.sapMBadgeIndicator)::before {
70
+ display: none;
52
71
  }
53
72
  }
54
73
  }
@@ -59,7 +78,21 @@
59
78
  &:hover:not(:active) {
60
79
 
61
80
  .sapFAvatarGroupItem {
62
- .applyBorderColorAccent(10);
81
+ .sapFAvatar {
82
+ border: 0.0625rem solid var(--sapAvatar_Hover_BorderColor);
83
+ }
84
+ }
85
+
86
+ .sapFAvatarGroupMoreButton {
87
+
88
+ .sapMBtnInner {
89
+ background-color: var(--sapButton_Hover_Background);
90
+ border: 0.0625rem solid var(--sapButton_Hover_BorderColor);
91
+
92
+ .sapMBtnContent {
93
+ color: var(--sapButton_Hover_TextColor);
94
+ }
95
+ }
63
96
  }
64
97
  }
65
98
 
@@ -74,6 +107,10 @@
74
107
  .sapFAvatarInitialsHolder {
75
108
  color: var(--sapButton_Active_TextColor);
76
109
  }
110
+
111
+ &.sapFAvatarIcon {
112
+ color: var(--sapButton_Active_TextColor);
113
+ }
77
114
  }
78
115
  }
79
116
 
@@ -6,6 +6,7 @@
6
6
  .sapMBreadcrumbs {
7
7
 
8
8
  .sapMBreadcrumbsCurrentLocation {
9
+ color: var(--sapTextColor);
9
10
 
10
11
  &:focus {
11
12
  outline: none;
@@ -23,6 +24,10 @@
23
24
  padding: .125rem; // avoid focus clip
24
25
  }
25
26
 
27
+ .sapMBreadcrumbsSeparator {
28
+ color: var(--sapTextColor);
29
+ }
30
+
26
31
  .sapMBreadcrumbsItem.sapMBreadcrumbsSelectItem {
27
32
 
28
33
  & > .sapMSlt.sapMSltWithIcon.sapMSltIconOnly.sapMSltWithArrow.sapMSltHoverable {
@@ -102,4 +107,4 @@
102
107
  }
103
108
  }
104
109
  }
105
- }
110
+ }
@@ -9,7 +9,7 @@
9
9
  height: 2.75rem;
10
10
  }
11
11
 
12
- .sapMBtnEmphasized {
12
+ .sapMBtnEmphasized.sapMBtnInner.sapMBtnText {
13
13
  font-family: var(--sapButton_Emphasized_FontFamily);
14
14
  }
15
15
 
@@ -20,10 +20,6 @@
20
20
  }
21
21
  }
22
22
 
23
- .sapMLIBActive .sapMLIBImgNav {
24
- background: none;
25
- }
26
-
27
23
  .sapMSLITitleOnly {
28
24
  padding-top: 0.5rem;
29
25
  padding-bottom: 0.5rem;
@@ -21,4 +21,11 @@
21
21
 
22
22
  .sapMObjectMarker.sapMLnkLargeReactiveArea > .sapUiIcon {
23
23
  line-height: 1.5rem;
24
+ }
25
+
26
+ .sapMObjectMarkerActiveIconOnly:focus {
27
+ border-radius: 0.125rem;
28
+ background-color: var(--sapContent_FocusColor);
29
+ color: var(--sapContent_ContrastTextColor);
30
+ text-shadow: none;
24
31
  }
@@ -61,7 +61,7 @@ html.sap-desktop .sapMPlanCal .sapUiCalItemOtherMonth:not(.sapUiCalItemSel):hove
61
61
  line-height: 3rem;
62
62
  }
63
63
 
64
- .sapMPlanCal .sapMListTbl .sapMSLIImgIcon.sapUiIcon:not(.sapMLIBImgNav):not(.sapMBtnIcon) {
64
+ .sapMPlanCal .sapMListTbl .sapMSLIImgIcon.sapUiIcon:not(.sapMBtnIcon) {
65
65
  border-radius: 0.25rem;
66
66
  background-color: var(--sapAccentColor7);
67
67
  color: var(--sapContent_ContrastTextColor);
@@ -110,7 +110,7 @@ html.sap-desktop .sapMPlanCal .sapUiCalItemOtherMonth:not(.sapUiCalItemSel):hove
110
110
 
111
111
  .sapMPlanCal .sapMListTbl {
112
112
 
113
- .sapMSLIImgIcon.sapUiIcon:not(.sapMLIBImgNav):not(.sapMBtnIcon) {
113
+ .sapMSLIImgIcon.sapUiIcon:not(.sapMBtnIcon) {
114
114
  border-radius: var(--sapGroup_BorderCornerRadius);
115
115
  background-color: var(--sapAccentBackgroundColor5);
116
116
  color: var(--sapAccentColor5);
@@ -85,7 +85,8 @@
85
85
  }
86
86
  }
87
87
 
88
- .sapMRb:not(.sapMRbErr):not(.sapMRbWarn):not(.sapMRbInfo):not(.sapMRbSucc):not(.sapMRbDis) .sapMRbHoverable:hover .sapMRbBOut {
88
+ .sapMRb:not(.sapMRbErr):not(.sapMRbWarn):not(.sapMRbInfo):not(.sapMRbSucc):not(.sapMRbDis) .sapMRbHoverable:hover .sapMRbBOut,
89
+ .sapMRb:not(.sapMRbErr):not(.sapMRbWarn):not(.sapMRbInfo):not(.sapMRbSucc):not(.sapMRbDis):hover .sapMRbHoverable .sapMRbBOut {
89
90
  stroke: var(--sapField_Hover_BorderColor);
90
91
  fill: var(--sapField_Selector_Hover_Background);
91
92
  }
@@ -140,7 +141,8 @@
140
141
  }
141
142
  }
142
143
 
143
- .sapMRb.sapMRbErr .sapMRbHoverable:hover .sapMRbBOut {
144
+ .sapMRb.sapMRbErr .sapMRbHoverable:hover .sapMRbBOut,
145
+ .sapMRb.sapMRbErr:hover .sapMRbHoverable .sapMRbBOut {
144
146
  fill: var(--sapField_Selector_Hover_InvalidBackground);
145
147
  }
146
148
 
@@ -163,7 +165,8 @@
163
165
  }
164
166
  }
165
167
 
166
- .sapMRb.sapMRbWarn .sapMRbHoverable:hover .sapMRbBOut {
168
+ .sapMRb.sapMRbWarn .sapMRbHoverable:hover .sapMRbBOut,
169
+ .sapMRb.sapMRbWarn:hover .sapMRbHoverable .sapMRbBOut {
167
170
  fill: var(--sapField_Selector_Hover_WarningBackground);
168
171
  }
169
172
 
@@ -186,7 +189,8 @@
186
189
  }
187
190
  }
188
191
 
189
- .sapMRb.sapMRbSucc .sapMRbHoverable:hover .sapMRbBOut {
192
+ .sapMRb.sapMRbSucc .sapMRbHoverable:hover .sapMRbBOut,
193
+ .sapMRb.sapMRbSucc:hover .sapMRbHoverable .sapMRbBOut {
190
194
  fill: var(--sapField_Selector_Hover_SuccessBackground);
191
195
  }
192
196
 
@@ -209,7 +213,8 @@
209
213
  }
210
214
  }
211
215
 
212
- .sapMRb.sapMRbInfo .sapMRbHoverable:hover .sapMRbBOut {
216
+ .sapMRb.sapMRbInfo .sapMRbHoverable:hover .sapMRbBOut,
217
+ .sapMRb.sapMRbInfo:hover .sapMRbHoverable .sapMRbBOut {
213
218
  fill: var( --sapField_Selector_Hover_InformationBackground);
214
219
  }
215
220
 
@@ -3,6 +3,4 @@
3
3
  /* Horizon theme */
4
4
  /* ================================== */
5
5
 
6
- @_sap_m_RadioButtonGroup_WidthWithLabel: 2.75rem;
7
- @_sap_m_RadioButtonGroup_PaddingLeftLabel: 2.75rem;
8
- @_sap_m_RadioButtonGroup_PaddingLeftLabel_Form: 2.1875rem;
6
+ @_sap_m_RadioButtonGroup_WidthWithLabel: 2.75rem;
@@ -93,7 +93,7 @@ html.sap-desktop {
93
93
  height: 1.5rem;
94
94
  line-height: 1.375rem;
95
95
  padding: 0;
96
- font-family: '72-Condensed-Bold', '72', '72full', Arial, Helvetica, sans-serif;
96
+ font-family: var(--sapFontSemiboldDuplexFamily);
97
97
  }
98
98
  }
99
99
 
@@ -250,15 +250,20 @@ html.sap-desktop {
250
250
  color: var(--sapButton_Handle_TextColor);
251
251
  }
252
252
 
253
- .sapMSwtOn.sapMSwtAcceptReject .sapMSwtLabelOn::before,
254
- .sapMSwtOff.sapMSwtAcceptReject .sapMSwtLabelOff::before {
253
+ .sapMSwtOn.sapMSwtAcceptReject .sapMSwtLabelOn::before {
255
254
  position: absolute;
256
255
  right: 0.375rem;
257
256
  font-size: var(--sapFontLargeSize);
257
+ content: '\e05b';
258
+ color: var(--sapPositiveElementColor);
258
259
  }
259
260
 
260
261
  .sapMSwtOff.sapMSwtAcceptReject .sapMSwtLabelOff::before {
262
+ position: absolute;
261
263
  right: 0.625rem;
264
+ font-size: var(--sapFontLargeSize);
265
+ content: '\e03e';
266
+ color: var(--sapNegativeElementColor);
262
267
  }
263
268
 
264
269
  .sapMSwtOn > .sapMSwtInner {
@@ -353,4 +358,25 @@ html.sap-desktop {
353
358
  .sapMSwtOff.sapMSwtAcceptReject .sapMSwtLabelOff::before {
354
359
  right: 0.4375rem;
355
360
  }
361
+ }
362
+
363
+ /* Read only - extended selectors for Horizon specificity */
364
+ .sapMSwt.sapMSwtReadOnly {
365
+ &.sapMSwtOn:not(.sapMSwtAcceptReject),
366
+ &.sapMSwtOff:not(.sapMSwtAcceptReject),
367
+ &.sapMSwtAcceptReject.sapMSwtOn,
368
+ &.sapMSwtAcceptReject.sapMSwtOff {
369
+ background: var(--sapField_ReadOnly_Background);
370
+ border: 0.0625rem dashed var(--sapField_ReadOnly_BorderColor);
371
+
372
+ .sapMSwtHandle {
373
+ background: var(--sapField_ReadOnly_Background);
374
+ border: 0.0625rem solid var(--sapField_ReadOnly_BorderColor);
375
+ box-shadow: none;
376
+ }
377
+ }
378
+
379
+ &.sapMSwtOn.sapMSwtNoLabel .sapMSwtLabelOn::before {
380
+ color: var(--sapButton_Handle_TextColor);
381
+ }
356
382
  }
@@ -22,8 +22,7 @@
22
22
  overflow: visible;
23
23
  }
24
24
 
25
- .sapMTokenSelected,
26
- .sapMToken.sapMTokenReadOnly.sapMTokenSelected {
25
+ .sapMTokenSelected {
27
26
  background: var(--sapButton_Selected_Background);
28
27
  border: var(--sapButton_BorderWidth) solid var(--sapButton_Selected_BorderColor);
29
28
  border-radius: 0.375rem;
@@ -84,25 +83,24 @@ html.sap-desktop .sapMToken:not(.sapMTokenSelected):not(.sapMTokenReadOnly):not(
84
83
 
85
84
  .sapMToken.sapMTokenReadOnly {
86
85
  padding: 0.25rem 0.3125rem;
87
- color: @sapUiContentLabelColor;
86
+ color: var(--sapContent_LabelColor);
87
+ border-color: var(--sapField_ReadOnly_BorderColor);
88
+ background: var(--sapButton_ReadOnly_TokenBackground);
88
89
 
89
90
  .sapMTokenText {
90
91
  line-height: 1rem;
91
92
  }
93
+
94
+ &.sapMTokenSelected .sapMTokenText {
95
+ background: var(--sapSelectedColor);
96
+ color: var(--sapContent_ContrastTextColor);
97
+ }
92
98
  }
93
99
 
94
100
  html.sap-desktop .sapMToken:not(.sapMTokenSelected):not(.sapMTokenReadOnly):focus:hover {
95
101
  border: var(--sapButton_BorderWidth) solid var(--sapButton_TokenBorderColor);
96
102
  }
97
103
 
98
- .sapUiSizeCompact .sapMToken.sapMTokenReadOnly {
99
- padding: 0.125rem 0.25rem;
100
-
101
- .sapMTokenText {
102
- line-height: 0.875rem;
103
- }
104
- }
105
-
106
104
  .sapMTokenIcon {
107
105
  box-sizing: border-box;
108
106
  top: ~"calc((@{_sap_m_Token_TokenHeight} / 2) - (@{_sap_m_Token_DeleteIconHeight} / 2) - @{sapUiButtonBorderWidth})";
@@ -118,4 +116,12 @@ html.sap-desktop .sapMToken:not(.sapMTokenSelected):not(.sapMTokenReadOnly):focu
118
116
  top: ~"calc((@{_sap_m_Token_TokenCompactHeight} / 2) - (@{_sap_m_Token_DeleteIconCompactHeight} / 2) - @{sapUiButtonBorderWidth})";
119
117
  width: @_sap_m_Token_CompactIconWidth;
120
118
  height: @_sap_m_Token_DeleteIconCompactHeight;
119
+ }
120
+
121
+ .sapUiSizeCompact .sapMToken.sapMTokenReadOnly {
122
+ padding: 0.0625rem 0.25rem;
123
+
124
+ .sapMTokenText {
125
+ line-height: 1rem;
126
+ }
121
127
  }