@openui5/sap.tnt 1.117.1 → 1.118.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 (286) hide show
  1. package/package.json +3 -3
  2. package/src/sap/tnt/.library +1 -1
  3. package/src/sap/tnt/InfoLabel.js +1 -1
  4. package/src/sap/tnt/NavigationList.js +1 -1
  5. package/src/sap/tnt/NavigationListItem.js +1 -1
  6. package/src/sap/tnt/SideNavigation.js +1 -1
  7. package/src/sap/tnt/ToolHeader.js +1 -1
  8. package/src/sap/tnt/ToolHeaderUtilitySeparator.js +1 -1
  9. package/src/sap/tnt/ToolPage.js +1 -1
  10. package/src/sap/tnt/ToolPageRenderer.js +1 -1
  11. package/src/sap/tnt/library.js +2 -2
  12. package/src/sap/tnt/themes/base/NavigationList.less +92 -74
  13. package/src/sap/tnt/themes/base/SideNavigation.less +2 -1
  14. package/src/sap/tnt/themes/base/illustrations/metadata.json +78 -1
  15. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Dialog-ChartArea-alternate.svg +14 -0
  16. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Dialog-ChartArea2-alternate.svg +13 -0
  17. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Dialog-ChartBPMNFlow-alternate.svg +21 -0
  18. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Dialog-ChartBar-alternate.svg +13 -0
  19. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Dialog-ChartBullet-alternate.svg +18 -0
  20. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Dialog-ChartDoughnut-alternate.svg +17 -0
  21. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Dialog-ChartFlow-alternate.svg +18 -0
  22. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Dialog-ChartGantt-alternate.svg +18 -0
  23. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Dialog-ChartOrg-alternate.svg +29 -0
  24. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Dialog-ChartPie-alternate.svg +19 -0
  25. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Dialog-CodePlaceholder-alternate.svg +9 -0
  26. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Dialog-Company-alternate.svg +22 -0
  27. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Dialog-Components-alternate.svg +21 -0
  28. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Dialog-EmptyContentPane-alternate.svg +22 -0
  29. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Dialog-ExternalLink-alternate.svg +17 -0
  30. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Dialog-FaceID-alternate.svg +17 -0
  31. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Dialog-Fingerprint-alternate.svg +12 -0
  32. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Dialog-Lock-alternate.svg +21 -0
  33. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Dialog-Mission-alternate.svg +14 -0
  34. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Dialog-NoApplications-alternate.svg +18 -0
  35. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Dialog-NoFlows-alternate.svg +21 -0
  36. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Dialog-NoUsers-alternate.svg +18 -0
  37. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Dialog-Radar-alternate.svg +13 -0
  38. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Dialog-Secrets-alternate.svg +12 -0
  39. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Dialog-Services-alternate.svg +15 -0
  40. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Dialog-SessionExpired-alternate.svg +13 -0
  41. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Dialog-SessionExpiring-alternate.svg +11 -0
  42. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Dialog-Success-alternate.svg +19 -0
  43. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Dialog-SuccessfulAuth-alternate.svg +26 -0
  44. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Dialog-Systems-alternate.svg +24 -0
  45. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Dialog-Teams-alternate.svg +26 -0
  46. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Dialog-Tools-alternate.svg +21 -0
  47. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Dialog-UnSuccessfulAuth-alternate.svg +26 -0
  48. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Dialog-Unlock-alternate.svg +17 -0
  49. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Dot-ChartArea-alternate.svg +7 -0
  50. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Dot-ChartArea2-alternate.svg +6 -0
  51. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Dot-ChartBPMNFlow-alternate.svg +13 -0
  52. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Dot-ChartBar-alternate.svg +6 -0
  53. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Dot-ChartBullet-alternate.svg +9 -0
  54. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Dot-ChartDoughnut-alternate.svg +7 -0
  55. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Dot-ChartFlow-alternate.svg +11 -0
  56. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Dot-ChartGantt-alternate.svg +10 -0
  57. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Dot-ChartOrg-alternate.svg +13 -0
  58. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Dot-ChartPie-alternate.svg +8 -0
  59. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Dot-CodePlaceholder-alternate.svg +6 -0
  60. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Dot-Company-alternate.svg +11 -0
  61. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Dot-Components-alternate.svg +10 -0
  62. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Dot-EmptyContentPane-alternate.svg +10 -0
  63. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Dot-ExternalLink-alternate.svg +10 -0
  64. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Dot-FaceID-alternate.svg +18 -0
  65. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Dot-Fingerprint-alternate.svg +8 -0
  66. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Dot-Lock-alternate.svg +13 -0
  67. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Dot-Mission-alternate.svg +9 -0
  68. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Dot-NoApplications-alternate.svg +15 -0
  69. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Dot-NoFlows-alternate.svg +1 -0
  70. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Dot-NoUsers-alternate.svg +12 -0
  71. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Dot-Radar-alternate.svg +11 -0
  72. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Dot-Secrets-alternate.svg +6 -0
  73. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Dot-Services-alternate.svg +11 -0
  74. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Dot-SessionExpired-alternate.svg +7 -0
  75. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Dot-SessionExpiring-alternate.svg +8 -0
  76. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Dot-Success-alternate.svg +8 -0
  77. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Dot-SuccessfulAuth-alternate.svg +11 -0
  78. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Dot-Systems-alternate.svg +14 -0
  79. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Dot-Teams-alternate.svg +15 -0
  80. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Dot-Tools-alternate.svg +17 -0
  81. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Dot-UnSuccessfulAuth-alternate.svg +11 -0
  82. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Dot-Unlock-alternate.svg +19 -0
  83. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Scene-ChartArea-alternate.svg +20 -0
  84. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Scene-ChartArea2-alternate.svg +19 -0
  85. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Scene-ChartBPMNFlow-alternate.svg +27 -0
  86. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Scene-ChartBar-alternate.svg +19 -0
  87. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Scene-ChartBullet-alternate.svg +24 -0
  88. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Scene-ChartDoughnut-alternate.svg +23 -0
  89. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Scene-ChartFlow-alternate.svg +24 -0
  90. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Scene-ChartGantt-alternate.svg +24 -0
  91. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Scene-ChartOrg-alternate.svg +35 -0
  92. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Scene-ChartPie-alternate.svg +24 -0
  93. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Scene-CodePlaceholder-alternate.svg +13 -0
  94. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Scene-Company-alternate.svg +29 -0
  95. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Scene-Components-alternate.svg +25 -0
  96. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Scene-EmptyContentPane-alternate.svg +26 -0
  97. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Scene-ExternalLink-alternate.svg +21 -0
  98. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Scene-FaceID-alternate.svg +27 -0
  99. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Scene-Fingerprint-alternate.svg +16 -0
  100. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Scene-Lock-alternate.svg +25 -0
  101. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Scene-Mission-alternate.svg +20 -0
  102. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Scene-NoApplications-alternate.svg +22 -0
  103. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Scene-NoFlows-alternate.svg +25 -0
  104. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Scene-NoUsers-alternate.svg +22 -0
  105. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Scene-Radar-alternate.svg +18 -0
  106. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Scene-Secrets-alternate.svg +20 -0
  107. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Scene-Services-alternate.svg +19 -0
  108. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Scene-SessionExpired-alternate.svg +17 -0
  109. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Scene-SessionExpiring-alternate.svg +15 -0
  110. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Scene-Success-alternate.svg +26 -0
  111. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Scene-SuccessfulAuth-alternate.svg +33 -0
  112. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Scene-Systems-alternate.svg +30 -0
  113. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Scene-Teams-alternate.svg +30 -0
  114. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Scene-Tools-alternate.svg +25 -0
  115. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Scene-UnSuccessfulAuth-alternate.svg +33 -0
  116. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Scene-Unlock-alternate.svg +21 -0
  117. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Spot-ChartArea-alternate.svg +14 -0
  118. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Spot-ChartArea2-alternate.svg +13 -0
  119. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Spot-ChartBPMNFlow-alternate.svg +20 -0
  120. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Spot-ChartBar-alternate.svg +13 -0
  121. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Spot-ChartBullet-alternate.svg +18 -0
  122. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Spot-ChartDoughnut-alternate.svg +17 -0
  123. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Spot-ChartFlow-alternate.svg +18 -0
  124. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Spot-ChartGantt-alternate.svg +18 -0
  125. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Spot-ChartOrg-alternate.svg +29 -0
  126. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Spot-ChartPie-alternate.svg +18 -0
  127. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Spot-CodePlaceholder-alternate.svg +9 -0
  128. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Spot-Company-alternate.svg +22 -0
  129. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Spot-Components-alternate.svg +19 -0
  130. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Spot-EmptyContentPane-alternate.svg +22 -0
  131. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Spot-ExternalLink-alternate.svg +17 -0
  132. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Spot-FaceID-alternate.svg +17 -0
  133. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Spot-Fingerprint-alternate.svg +8 -0
  134. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Spot-Lock-alternate.svg +21 -0
  135. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Spot-Mission-alternate.svg +10 -0
  136. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Spot-NoApplications-alternate.svg +18 -0
  137. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Spot-NoFlows-alternate.svg +21 -0
  138. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Spot-NoUsers-alternate.svg +18 -0
  139. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Spot-Radar-alternate.svg +11 -0
  140. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Spot-Secrets-alternate.svg +12 -0
  141. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Spot-Services-alternate.svg +15 -0
  142. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Spot-SessionExpired-alternate.svg +13 -0
  143. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Spot-SessionExpiring-alternate.svg +11 -0
  144. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Spot-Success-alternate.svg +12 -0
  145. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Spot-SuccessfulAuth-alternate.svg +26 -0
  146. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Spot-Systems-alternate.svg +24 -0
  147. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Spot-Teams-alternate.svg +26 -0
  148. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Spot-Tools-alternate.svg +21 -0
  149. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Spot-UnSuccessfulAuth-alternate.svg +26 -0
  150. package/src/sap/tnt/themes/base/illustrations/v5/hc/tnt-Spot-Unlock-alternate.svg +17 -0
  151. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Dialog-ChartArea.svg +28 -0
  152. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Dialog-ChartArea2.svg +27 -0
  153. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Dialog-ChartBPMNFlow.svg +34 -0
  154. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Dialog-ChartBar.svg +27 -0
  155. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Dialog-ChartBullet.svg +31 -0
  156. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Dialog-ChartDoughnut.svg +27 -0
  157. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Dialog-ChartFlow.svg +31 -0
  158. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Dialog-ChartGantt.svg +30 -0
  159. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Dialog-ChartOrg.svg +42 -0
  160. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Dialog-ChartPie.svg +27 -0
  161. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Dialog-CodePlaceholder.svg +11 -0
  162. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Dialog-Company.svg +33 -0
  163. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Dialog-Components.svg +56 -0
  164. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Dialog-EmptyContentPane.svg +43 -0
  165. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Dialog-ExternalLink.svg +30 -0
  166. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Dialog-FaceID.svg +27 -0
  167. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Dialog-Fingerprint.svg +32 -0
  168. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Dialog-Lock.svg +53 -0
  169. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Dialog-Mission.svg +34 -0
  170. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Dialog-NoApplications.svg +49 -0
  171. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Dialog-NoFlows.svg +38 -0
  172. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Dialog-NoUsers.svg +28 -0
  173. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Dialog-Radar.svg +30 -0
  174. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Dialog-Secrets.svg +25 -0
  175. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Dialog-Services.svg +30 -0
  176. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Dialog-SessionExpired.svg +39 -0
  177. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Dialog-SessionExpiring.svg +39 -0
  178. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Dialog-Success.svg +26 -0
  179. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Dialog-SuccessfulAuth.svg +52 -0
  180. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Dialog-Systems.svg +66 -0
  181. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Dialog-Teams.svg +58 -0
  182. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Dialog-Tools.svg +42 -0
  183. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Dialog-UnSuccessfulAuth.svg +52 -0
  184. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Dialog-Unlock.svg +28 -0
  185. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Dot-ChartArea.svg +7 -0
  186. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Dot-ChartArea2.svg +5 -0
  187. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Dot-ChartBPMNFlow.svg +12 -0
  188. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Dot-ChartBar.svg +5 -0
  189. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Dot-ChartBullet.svg +8 -0
  190. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Dot-ChartDoughnut.svg +7 -0
  191. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Dot-ChartFlow.svg +10 -0
  192. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Dot-ChartGantt.svg +9 -0
  193. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Dot-ChartOrg.svg +13 -0
  194. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Dot-ChartPie.svg +7 -0
  195. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Dot-CodePlaceholder.svg +6 -0
  196. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Dot-Company.svg +11 -0
  197. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Dot-Components.svg +7 -0
  198. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Dot-EmptyContentPane.svg +10 -0
  199. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Dot-ExternalLink.svg +10 -0
  200. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Dot-FaceID.svg +14 -0
  201. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Dot-Fingerprint.svg +7 -0
  202. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Dot-Lock.svg +13 -0
  203. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Dot-Mission.svg +9 -0
  204. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Dot-NoApplications.svg +15 -0
  205. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Dot-NoFlows.svg +17 -0
  206. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Dot-NoUsers.svg +12 -0
  207. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Dot-Radar.svg +11 -0
  208. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Dot-Secrets.svg +7 -0
  209. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Dot-Services.svg +11 -0
  210. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Dot-SessionExpired.svg +7 -0
  211. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Dot-SessionExpiring.svg +8 -0
  212. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Dot-Success.svg +6 -0
  213. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Dot-SuccessfulAuth.svg +11 -0
  214. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Dot-Systems.svg +14 -0
  215. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Dot-Teams.svg +15 -0
  216. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Dot-Tools.svg +17 -0
  217. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Dot-UnSuccessfulAuth.svg +11 -0
  218. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Dot-Unlock.svg +19 -0
  219. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Scene-ChartArea.svg +34 -0
  220. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Scene-ChartArea2.svg +33 -0
  221. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Scene-ChartBPMNFlow.svg +40 -0
  222. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Scene-ChartBar.svg +33 -0
  223. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Scene-ChartBullet.svg +37 -0
  224. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Scene-ChartDoughnut.svg +33 -0
  225. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Scene-ChartFlow.svg +37 -0
  226. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Scene-ChartGantt.svg +36 -0
  227. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Scene-ChartOrg.svg +48 -0
  228. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Scene-ChartPie.svg +33 -0
  229. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Scene-CodePlaceholder.svg +12 -0
  230. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Scene-Company.svg +42 -0
  231. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Scene-Components.svg +57 -0
  232. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Scene-EmptyContentPane.svg +45 -0
  233. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Scene-ExternalLink.svg +30 -0
  234. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Scene-FaceID.svg +30 -0
  235. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Scene-Fingerprint.svg +34 -0
  236. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Scene-Lock.svg +53 -0
  237. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Scene-Mission.svg +43 -0
  238. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Scene-NoApplications.svg +49 -0
  239. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Scene-NoFlows.svg +38 -0
  240. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Scene-NoUsers.svg +45 -0
  241. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Scene-Radar.svg +42 -0
  242. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Scene-Secrets.svg +26 -0
  243. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Scene-Services.svg +37 -0
  244. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Scene-SessionExpired.svg +41 -0
  245. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Scene-SessionExpiring.svg +39 -0
  246. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Scene-Success.svg +37 -0
  247. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Scene-SuccessfulAuth.svg +54 -0
  248. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Scene-Systems.svg +67 -0
  249. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Scene-Teams.svg +63 -0
  250. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Scene-Tools.svg +42 -0
  251. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Scene-UnSuccessfulAuth.svg +54 -0
  252. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Scene-Unlock.svg +28 -0
  253. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Spot-ChartArea.svg +22 -0
  254. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Spot-ChartArea2.svg +21 -0
  255. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Spot-ChartBPMNFlow.svg +28 -0
  256. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Spot-ChartBar.svg +21 -0
  257. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Spot-ChartBullet.svg +25 -0
  258. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Spot-ChartDoughnut.svg +21 -0
  259. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Spot-ChartFlow.svg +25 -0
  260. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Spot-ChartGantt.svg +24 -0
  261. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Spot-ChartOrg.svg +36 -0
  262. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Spot-ChartPie.svg +21 -0
  263. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Spot-CodePlaceholder.svg +9 -0
  264. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Spot-Company.svg +31 -0
  265. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Spot-Components.svg +53 -0
  266. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Spot-EmptyContentPane.svg +25 -0
  267. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Spot-ExternalLink.svg +29 -0
  268. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Spot-FaceID.svg +27 -0
  269. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Spot-Fingerprint.svg +19 -0
  270. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Spot-Lock.svg +53 -0
  271. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Spot-Mission.svg +31 -0
  272. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Spot-NoApplications.svg +49 -0
  273. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Spot-NoFlows.svg +43 -0
  274. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Spot-NoUsers.svg +33 -0
  275. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Spot-Radar.svg +27 -0
  276. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Spot-Secrets.svg +23 -0
  277. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Spot-Services.svg +30 -0
  278. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Spot-SessionExpired.svg +34 -0
  279. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Spot-SessionExpiring.svg +34 -0
  280. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Spot-Success.svg +27 -0
  281. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Spot-SuccessfulAuth.svg +28 -0
  282. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Spot-Systems.svg +66 -0
  283. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Spot-Teams.svg +53 -0
  284. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Spot-Tools.svg +39 -0
  285. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Spot-UnSuccessfulAuth.svg +28 -0
  286. package/src/sap/tnt/themes/base/illustrations/v5/tnt-Spot-Unlock.svg +28 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/sap.tnt",
3
- "version": "1.117.1",
3
+ "version": "1.118.0",
4
4
  "description": "OpenUI5 UI Library sap.tnt",
5
5
  "author": "SAP SE (https://www.sap.com)",
6
6
  "license": "Apache-2.0",
@@ -14,7 +14,7 @@
14
14
  "url": "https://github.com/SAP/openui5.git"
15
15
  },
16
16
  "dependencies": {
17
- "@openui5/sap.m": "1.117.1",
18
- "@openui5/sap.ui.core": "1.117.1"
17
+ "@openui5/sap.m": "1.118.0",
18
+ "@openui5/sap.ui.core": "1.118.0"
19
19
  }
20
20
  }
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.117.1</version>
9
+ <version>1.118.0</version>
10
10
 
11
11
  <documentation>SAPUI5 library with responsive controls.</documentation>
12
12
 
@@ -47,7 +47,7 @@ sap.ui.define([
47
47
  * @extends sap.ui.core.Control
48
48
  *
49
49
  * @author SAP SE
50
- * @version 1.117.1
50
+ * @version 1.118.0
51
51
  *
52
52
  * @constructor
53
53
  * @public
@@ -53,7 +53,7 @@ sap.ui.define([
53
53
  * @extends sap.ui.core.Control
54
54
  *
55
55
  * @author SAP SE
56
- * @version 1.117.1
56
+ * @version 1.118.0
57
57
  *
58
58
  * @constructor
59
59
  * @public
@@ -32,7 +32,7 @@ sap.ui.define(["sap/ui/thirdparty/jquery", "./library", 'sap/ui/core/Core', "sap
32
32
  * @extends sap.ui.core.Item
33
33
  *
34
34
  * @author SAP SE
35
- * @version 1.117.1
35
+ * @version 1.118.0
36
36
  *
37
37
  * @constructor
38
38
  * @public
@@ -38,7 +38,7 @@ sap.ui.define([
38
38
  * @extends sap.ui.core.Control
39
39
  *
40
40
  * @author SAP SE
41
- * @version 1.117.1
41
+ * @version 1.118.0
42
42
  *
43
43
  * @constructor
44
44
  * @public
@@ -123,7 +123,7 @@ sap.ui.define([
123
123
  * @implements sap.tnt.IToolHeader
124
124
  *
125
125
  * @author SAP SE
126
- * @version 1.117.1
126
+ * @version 1.118.0
127
127
  *
128
128
  * @constructor
129
129
  * @public
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * @extends sap.ui.core.Control
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.117.1
27
+ * @version 1.118.0
28
28
  *
29
29
  * @constructor
30
30
  * @public
@@ -41,7 +41,7 @@ sap.ui.define([
41
41
  * @extends sap.ui.core.Control
42
42
  *
43
43
  * @author SAP SE
44
- * @version 1.117.1
44
+ * @version 1.118.0
45
45
  *
46
46
  * @constructor
47
47
  * @public
@@ -43,7 +43,7 @@ sap.ui.define([
43
43
  oRM.openStart("div")
44
44
  .class("sapTntToolPageHeaderWrapper");
45
45
 
46
- if (oHeader && oSubHeader) {
46
+ if (oHeader && oSubHeader && oSubHeader.getVisible()) {
47
47
  oRM.class("sapTntToolPageHeaderWithSubHeaderWrapper");
48
48
  }
49
49
 
@@ -17,13 +17,13 @@ sap.ui.define(["sap/ui/core/library", "sap/m/library"],
17
17
  * @namespace
18
18
  * @alias sap.tnt
19
19
  * @author SAP SE
20
- * @version 1.117.1
20
+ * @version 1.118.0
21
21
  * @since 1.36
22
22
  * @public
23
23
  */
24
24
  var thisLib = sap.ui.getCore().initLibrary({
25
25
  name : "sap.tnt",
26
- version: "1.117.1",
26
+ version: "1.118.0",
27
27
  dependencies : ["sap.ui.core", "sap.m"],
28
28
  designtime: "sap/tnt/designtime/library.designtime",
29
29
  types: [
@@ -7,10 +7,14 @@
7
7
  @_sap_tnt_NavigationList_IconColor: @sapUiContentIconColor;
8
8
  @_sap_tnt_NavigationList_IconFontSize: 1rem;
9
9
  @_sap_tnt_NavigationList_ExpandIconColor: @sapUiContentIconColor;
10
+ @_sap_tnt_NavigationList_HoverBorderStyleColor: none;
11
+ @_sap_tnt_NavigationList_HoverBorderWidth: 0;
12
+ @_sap_tnt_NavigationList_GroupBorderStyleColor: solid @sapUiListBorderColor;
13
+ @_sap_tnt_NavigationList_GroupBorderWidth: 0 0 0.0625rem 0;
14
+ @_sap_tnt_NavigationList_ItemBorderStyleColor: none;
15
+ @_sap_tnt_NavigationList_ItemBorderWidth: 0;
10
16
  @_sap_tnt_NavigationList_ItemHeight: 3rem;
11
- @_sap_tnt_NavigationList_ItemBorder: none;
12
- @_sap_tnt_NavigationList_LastItemBorder: none;
13
- @_sap_tnt_NavigationList_HoverItemBorder: none;
17
+ @_sap_tnt_NavigationList_LastItemBorderStyleColor: none;
14
18
  @_sap_tnt_NavigationList_ItemBorderRadius: 0;
15
19
  @_sap_tnt_NavigationList_ItemBottomMargin: 0;
16
20
  @_sap_tnt_NavigationList_ItemBottomMarginCompact: 0;
@@ -18,13 +22,16 @@
18
22
  @_sap_tnt_NavigationList_NoIconsGroupPadding: 1rem;
19
23
  @_sap_tnt_NavigationList_NoIconsNestedItemPadding: 1rem;
20
24
  @_sap_tnt_NavigationList_ItemFocusBorderOffset: 1px;
25
+ @_sap_tnt_NavigationList_ItemFocusBorderRadius: @_sap_tnt_NavigationList_ItemBorderRadius;
26
+ @_sap_tnt_NavigationList_Collapsed_SelectedItemBackground: ~"0 100% / 100% 0.125rem" no-repeat linear-gradient(0deg, @sapUiListSelectionBorderColor, @sapUiListSelectionBorderColor), @sapUiListSelectionBackgroundColor;
21
27
  @_sap_tnt_NavigationList_SelectedItemBorderColor: @sapUiListSelectionBorderColor;
22
- @_sap_tnt_NavigationList_SelectedItemBorder: 1px solid @_sap_tnt_NavigationList_SelectedItemBorderColor;
23
- @_sap_tnt_NavigationList_Collapsed_SelectedItemBorder: 1px solid @_sap_tnt_NavigationList_SelectedItemBorderColor;
28
+ @_sap_tnt_NavigationList_SelectedBorderStyleColor: solid @_sap_tnt_NavigationList_SelectedItemBorderColor;
29
+ @_sap_tnt_NavigationList_SelectedBorderWidth: 0 0 0.0625rem 0;
30
+ @_sap_tnt_NavigationList_Collapsed_SelectedItemBorderStyleColor: solid @_sap_tnt_NavigationList_SelectedItemBorderColor;
24
31
  @_sap_tnt_NavigationList_Collapsed_SelectedGroupBorderColor: @_sap_tnt_NavigationList_SelectedItemBorderColor;
25
- @_sap_tnt_NavigationList_Collapsed_GroupBorderColor: @sapUiListBorderColor;
32
+ @_sap_tnt_NavigationList_Collapsed_GroupBorderWidth: @sapUiListBorderColor;
33
+ @_sap_tnt_NavigationList_GroupExpandedBorderWidth: @_sap_tnt_NavigationList_GroupBorderWidth;
26
34
  @_sap_tnt_NavigationList_GroupIconWidth: @_sap_tnt_NavigationList_CollapsedWidth;
27
- @_sap_tnt_NavigationList_GroupBorder: 1px solid @sapUiListBorderColor;
28
35
  @_sap_tnt_NavigationList_GroupBottomBorderColor: @sapUiListBorderColor;
29
36
  @_sap_tnt_NavigationList_GroupTextWeight: unset;
30
37
  @_sap_tnt_NavigationList_GroupBottomMarginInPopup: 0;
@@ -68,7 +75,7 @@
68
75
  }
69
76
 
70
77
  .sapTntNavLIItem {
71
- width : 100%;
78
+ width: 100%;
72
79
  height: @_sap_tnt_NavigationList_ItemHeight;
73
80
  box-sizing: border-box;
74
81
  cursor: pointer;
@@ -76,13 +83,22 @@
76
83
  border-radius: @_sap_tnt_NavigationList_ItemBorderRadius;
77
84
  transition: @_sap_tnt_NavigationList_ItemTransition;
78
85
 
86
+ // borders are drawn using a pseudo element.
87
+ // in some themes, the border is drawn only on the bottom.
88
+ // in high contrast themes the border is on all sides and there is extra border on hover
89
+ &::before {
90
+ content: "";
91
+ position: absolute;
92
+ inset: 0;
93
+ }
94
+
79
95
  span {
80
96
  cursor: pointer;
81
97
  }
82
98
 
83
99
  &.sapTntNavLIItemDisabled {
84
100
  cursor: auto;
85
- opacity: @sapContent_DisabledOpacity;
101
+ opacity: @sapContent_DisabledOpacity;
86
102
 
87
103
  span {
88
104
  cursor: auto;
@@ -103,7 +119,7 @@
103
119
  }
104
120
 
105
121
  a {
106
- width : 100%;
122
+ width: 100%;
107
123
  height: 100%;
108
124
  text-decoration: none;
109
125
  outline: none;
@@ -113,19 +129,54 @@
113
129
  }
114
130
  }
115
131
 
116
- .sapTntNavLIGroupItem {
117
- border-bottom: @_sap_tnt_NavigationList_ItemBorder;
132
+ // defines the styles for border when selected, border when hovering (hover used in high contrast themes)
133
+ .sapTntNavLI li .sapTntNavLIItem:not(.sapTntNavLIItemDisabled) {
134
+ &.sapTntNavLIItemSelected::before {
135
+ border: @_sap_tnt_NavigationList_SelectedBorderStyleColor;
136
+ border-width: @_sap_tnt_NavigationList_SelectedBorderWidth;
137
+ }
118
138
 
119
139
  &:hover,
120
140
  &:active,
121
141
  .sapTntNavLIPopover &:last-child:hover,
122
142
  .sapTntNavLIPopover &:last-child:active {
123
- border-bottom: @_sap_tnt_NavigationList_HoverItemBorder;
143
+ &:not(.sapTntNavLIItemSelected)::before {
144
+ border: @_sap_tnt_NavigationList_HoverBorderStyleColor;
145
+ border-width: @_sap_tnt_NavigationList_HoverBorderWidth;
146
+ }
124
147
  }
125
148
  }
126
149
 
127
- .sapTntNavLIPopover .sapTntNavLIGroupItem:last-child {
128
- border-bottom: @_sap_tnt_NavigationList_LastItemBorder;
150
+ .sapTntNavLIGroupItem {
151
+ &::before {
152
+ border: @_sap_tnt_NavigationList_ItemBorderStyleColor;
153
+ border-width: @_sap_tnt_NavigationList_ItemBorderWidth;
154
+ }
155
+ }
156
+
157
+ .sapTntNavLIGroup::before {
158
+ border: @_sap_tnt_NavigationList_GroupBorderStyleColor;
159
+ border-width: @_sap_tnt_NavigationList_GroupBorderWidth;
160
+
161
+ .sapTntNavLICollapsed & {
162
+ border-width: @_sap_tnt_NavigationList_Collapsed_GroupBorderWidth;
163
+ }
164
+ }
165
+
166
+ // When a group is expanded, defines the border of the group and of its last item
167
+ .sapTntNavLI:not(.sapTntNavLIPopup) {
168
+ .sapTntNavLIGroup[aria-expanded="true"]::before {
169
+ border-width: @_sap_tnt_NavigationList_GroupExpandedBorderWidth;
170
+ }
171
+
172
+ .sapTntNavLIGroupItem:last-child::before {
173
+ border: @_sap_tnt_NavigationList_GroupBorderStyleColor;
174
+ border-width: @_sap_tnt_NavigationList_GroupBorderWidth;
175
+ }
176
+ }
177
+
178
+ .sapTntNavLIPopover .sapTntNavLIGroupItem:last-child::before {
179
+ border: @_sap_tnt_NavigationList_LastItemBorderStyleColor;
129
180
  }
130
181
 
131
182
  .sapTntNavLIText {
@@ -187,7 +238,6 @@
187
238
 
188
239
  .sapTntNavLI .sapTntNavLIExpandIcon {
189
240
  min-width: 2rem;
190
- // padding: 0.75rem 0;
191
241
  font-size: 0.875rem;
192
242
 
193
243
  pointer-events: all;
@@ -211,20 +261,8 @@
211
261
  position: relative;
212
262
  }
213
263
 
214
- .sapTntNavLIGroup {
215
- border-bottom: @_sap_tnt_NavigationList_GroupBorder;
216
-
217
- .sapTntNavLIText {
218
- font-weight: @_sap_tnt_NavigationList_GroupTextWeight;
219
- }
220
- }
221
-
222
- .sapTntNavLI:not(.sapTntNavLIPopup) .sapTntNavLIGroup[aria-expanded="true"] {
223
- border-color: @_sap_tnt_NavigationList_GroupBottomBorderColor;
224
- }
225
-
226
- .sapTntNavLICollapsed .sapTntNavLIGroup {
227
- border-color: @_sap_tnt_NavigationList_Collapsed_GroupBorderColor;
264
+ .sapTntNavLIGroup .sapTntNavLIText {
265
+ font-weight: @_sap_tnt_NavigationList_GroupTextWeight;
228
266
  }
229
267
 
230
268
  .sapTntNavLIItem:not(.sapTntNavLIItemDisabled):hover {
@@ -232,9 +270,15 @@
232
270
  }
233
271
 
234
272
  .sapTntNavLIItem:not(.sapTntNavLIItemDisabled).sapTntNavLIActive,
273
+ .sapTntNavLICollapsed.sapTntNavLIGroup.sapTntNavLIItemSelected,
235
274
  .sapTntNavLI .sapTntNavLIGroup.sapTntNavLIItem:not(.sapTntNavLIItemDisabled):active,
236
- .sapTntNavLI .sapTntNavLIGroupItem.sapTntNavLIItem:not(.sapTntNavLIItemDisabled):active{
237
- background-color: @sapUiListActiveBackground;
275
+ .sapTntNavLI .sapTntNavLIGroupItem.sapTntNavLIItem:not(.sapTntNavLIItemDisabled):active {
276
+ background: @sapUiListActiveBackground;
277
+
278
+ &::before {
279
+ border: @_sap_tnt_NavigationList_SelectedBorderStyleColor;
280
+ border-width: @_sap_tnt_NavigationList_SelectedBorderWidth;
281
+ }
238
282
 
239
283
  .sapMText {
240
284
  color: @sapUiListActiveTextColor;
@@ -286,42 +330,13 @@
286
330
  }
287
331
 
288
332
  .sapTntNavLI:not(.sapTntNavLIPopup) {
289
- .sapTntNavLIGroupItem.sapTntNavLIItem:last-child {
290
- border-bottom: @_sap_tnt_NavigationList_GroupBorder;
291
-
292
- &.sapTntNavLIItemSelected {
293
- border-color: @sapUiListSelectionBorderColor;
294
- }
295
- }
296
-
297
333
  li:not(:last-of-type) .sapTntNavLIItem {
298
334
  margin-bottom: @_sap_tnt_NavigationList_ItemBottomMargin;
299
335
  }
300
336
  }
301
337
 
302
- .sapTntNavLI:not(.sapTntNavLICollapsed) .sapTntNavLIItemSelected:not(.sapTntNavLIItemDisabled) {
303
- border-bottom: @_sap_tnt_NavigationList_SelectedItemBorder;
304
- }
305
-
306
- .sapTntNavLICollapsed .sapTntNavLIItemSelected:not(.sapTntNavLIItemDisabled) {
307
- border-bottom: none;
308
-
309
- // create the selection indicator with pseudo element, in order to avoid it having border-radius
310
- &::after {
311
- content: "";
312
- position: absolute;
313
- bottom: 0;
314
- left: 0;
315
- right: 0;
316
- border-bottom: @_sap_tnt_NavigationList_Collapsed_SelectedItemBorder;
317
- }
318
- }
319
-
320
- .sapTntNavLICollapsed,
321
- .sapTntNavLIPopup {
322
- .sapTntNavLIGroup.sapTntNavLIItemSelected {
323
- border-color: @_sap_tnt_NavigationList_Collapsed_SelectedGroupBorderColor;
324
- }
338
+ .sapTntNavLICollapsed .sapTntNavLIItemSelected:not(.sapTntNavLIItemDisabled):not(.sapTntNavLIActive) {
339
+ background: @_sap_tnt_NavigationList_Collapsed_SelectedItemBackground;
325
340
  }
326
341
 
327
342
  .sapTntNavLI li:focus,
@@ -329,18 +344,15 @@
329
344
  outline: none;
330
345
  }
331
346
 
332
- .sapTntNavLI li:focus .sapTntNavLIItem::before,
333
- .sapTntNavLIItem:focus::before {
347
+ .sapTntNavLI li:focus .sapTntNavLIItem::after,
348
+ .sapTntNavLIItem:focus::after {
334
349
  border: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
335
350
  position: absolute;
336
- content: " ";
337
- top: @_sap_tnt_NavigationList_ItemFocusBorderOffset;
338
- right: @_sap_tnt_NavigationList_ItemFocusBorderOffset;
339
- bottom: @_sap_tnt_NavigationList_ItemFocusBorderOffset;
340
- left: @_sap_tnt_NavigationList_ItemFocusBorderOffset;
351
+ content: "";
352
+ inset: @_sap_tnt_NavigationList_ItemFocusBorderOffset;
341
353
  z-index: 2;
342
354
  pointer-events: none;
343
- border-radius: @_sap_tnt_NavigationList_ItemBorderRadius;
355
+ border-radius: @_sap_tnt_NavigationList_ItemFocusBorderRadius;
344
356
  }
345
357
 
346
358
  // NavigationList with icons
@@ -397,7 +409,6 @@
397
409
 
398
410
  .sapUiMnuLst {
399
411
  li.sapUiMnuItm {
400
- border-bottom: @_sap_tnt_NavigationList_LastItemBorder;
401
412
  display: flex;
402
413
  align-items: center;
403
414
  height: @_sap_tnt_NavigationList_ItemHeight;
@@ -427,7 +438,8 @@
427
438
 
428
439
  &:not(:last-child) {
429
440
  margin-bottom: 0.1875rem;
430
- border-bottom: @_sap_tnt_NavigationList_ItemBorder;
441
+ border: @_sap_tnt_NavigationList_ItemBorderStyleColor;
442
+ border-width: @_sap_tnt_NavigationList_ItemBorderWidth;
431
443
  }
432
444
  }
433
445
 
@@ -470,7 +482,13 @@
470
482
 
471
483
  &.sapUiMnuItmSubMnuOpen,
472
484
  &.sapUiMnuItmSubMnuOpen.sapUiMnuItmHov {
473
- border-bottom: @_sap_tnt_NavigationList_SelectedItemBorder;
485
+ &::before {
486
+ position: absolute;
487
+ content: "";
488
+ inset: 0;
489
+ border: @_sap_tnt_NavigationList_SelectedBorderStyleColor;
490
+ border-width: @_sap_tnt_NavigationList_SelectedBorderWidth;
491
+ }
474
492
  }
475
493
  }
476
494
  }
@@ -11,6 +11,7 @@
11
11
  @_sap_tnt_SideNavigation_NavigationSeparatorRadius: unset;
12
12
  @_sap_tnt_SideNavigation_NavigationSeparatorHeight: 1px;
13
13
  @_sap_tnt_SideNavigation_TriangleColor: @sapUiContentIconColor;
14
+ @_sap_tnt_SideNavigation_BorderRight: 1px solid @sapUiGroupContentBorderColor;
14
15
  @_sap_tnt_SideNavigation_BorderRadius: 0;
15
16
  @_sap_tnt_SideNavigation_PhoneBorderRadius: 0;
16
17
  @_sap_tnt_SideNavigation_BoxShadow: none;
@@ -24,7 +25,7 @@
24
25
  box-sizing: border-box;
25
26
  overflow: hidden;
26
27
  background: @sapUiListBackground;
27
- border-right: 1px solid @sapUiGroupContentBorderColor;
28
+ border-right: @_sap_tnt_SideNavigation_BorderRight;
28
29
  box-shadow: @_sap_tnt_SideNavigation_BoxShadow;
29
30
  border-radius: @_sap_tnt_SideNavigation_BorderRadius;
30
31
  width: @_sap_tnt_SideNavigation_Width;
@@ -35,5 +35,82 @@
35
35
  "Unlock",
36
36
  "UnsuccessfulAuth",
37
37
  "User2"
38
- ]
38
+ ],
39
+ "collections": [{
40
+ "prefix": "v5/hc/",
41
+ "mappings": {
42
+ "ChartArea": "ChartArea-alternate",
43
+ "ChartArea2": "ChartArea2-alternate",
44
+ "ChartBPMNFlow": "ChartBPMNFlow-alternate",
45
+ "ChartBar": "ChartBar-alternate",
46
+ "ChartBullet": "ChartBullet-alternate",
47
+ "ChartDoughnut": "ChartDoughnut-alternate",
48
+ "ChartFlow": "ChartFlow-alternate",
49
+ "ChartGantt": "ChartGantt-alternate",
50
+ "ChartOrg": "ChartOrg-alternate",
51
+ "ChartPie": "ChartPie-alternate",
52
+ "CodePlaceholder": "CodePlaceholder-alternate",
53
+ "Company": "Company-alternate",
54
+ "Components": "Components-alternate",
55
+ "EmptyContentPane": "EmptyContentPane-alternate",
56
+ "ExternalLink": "ExternalLink-alternate",
57
+ "FaceID": "FaceID-alternate",
58
+ "Fingerprint": "Fingerprint-alternate",
59
+ "Lock": "Lock-alternate",
60
+ "Mission": "Mission-alternate",
61
+ "NoApplications": "NoApplications-alternate",
62
+ "NoFlows": "NoFlows-alternate",
63
+ "NoUsers": "NoUsers-alternate",
64
+ "Radar": "Radar-alternate",
65
+ "Secrets": "Secrets-alternate",
66
+ "Services": "Services-alternate",
67
+ "SessionExpired": "SessionExpired-alternate",
68
+ "SessionExpiring": "SessionExpiring-alternate",
69
+ "Success": "Success-alternate",
70
+ "SuccessfulAuth": "SuccessfulAuth-alternate",
71
+ "Systems": "Systems-alternate",
72
+ "Teams": "Teams-alternate",
73
+ "Tools": "Tools-alternate",
74
+ "UnSuccessfulAuth": "UnSuccessfulAuth-alternate",
75
+ "Unlock": "Unlock-alternate"
76
+ }
77
+ },{
78
+ "prefix": "v5/",
79
+ "mappings": {
80
+ "ChartArea": "ChartArea",
81
+ "ChartArea2": "ChartArea2",
82
+ "ChartBPMNFlow": "ChartBPMNFlow",
83
+ "ChartBar": "ChartBar",
84
+ "ChartBullet": "ChartBullet",
85
+ "ChartDoughnut": "ChartDoughnut",
86
+ "ChartFlow": "ChartFlow",
87
+ "ChartGantt": "ChartGantt",
88
+ "ChartOrg": "ChartOrg",
89
+ "ChartPie": "ChartPie",
90
+ "CodePlaceholder": "CodePlaceholder",
91
+ "Company": "Company",
92
+ "Components": "Components",
93
+ "EmptyContentPane": "EmptyContentPane",
94
+ "ExternalLink": "ExternalLink",
95
+ "FaceID": "FaceID",
96
+ "Fingerprint": "Fingerprint",
97
+ "Lock": "Lock",
98
+ "Mission": "Mission",
99
+ "NoApplications": "NoApplications",
100
+ "NoFlows": "NoFlows",
101
+ "NoUsers": "NoUsers",
102
+ "Radar": "Radar",
103
+ "Secrets": "Secrets",
104
+ "Services": "Services",
105
+ "SessionExpired": "SessionExpired",
106
+ "SessionExpiring": "SessionExpiring",
107
+ "Success": "Success",
108
+ "SuccessfulAuth": "SuccessfulAuth",
109
+ "Systems": "Systems",
110
+ "Teams": "Teams",
111
+ "Tools": "Tools",
112
+ "UnSuccessfulAuth": "UnSuccessfulAuth",
113
+ "Unlock": "Unlock"
114
+ }
115
+ }]
39
116
  }
@@ -0,0 +1,14 @@
1
+ <svg width="161" height="160" viewBox="0 0 161 160" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dialog-ChartArea-alternate">
2
+ <rect x="-1.47461" y="59.9194" width="141.756" height="94.6754" rx="8.41815" transform="rotate(-16.24 -1.47461 59.9194)" style="fill:var(--sapContent_Illustrative_Color6)"/>
3
+ <path d="M6.21577 63.1493C5.13226 59.4295 7.26937 55.5357 10.9891 54.4522L127.396 20.5446C131.116 19.4611 135.01 21.5982 136.093 25.318L157.508 98.8374C158.592 102.557 156.455 106.451 152.735 107.534L36.3279 141.442C32.6081 142.526 28.7143 140.388 27.6308 136.669L6.21577 63.1493Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M10.2898 52.0519L126.697 18.1443C131.742 16.6747 137.024 19.5734 138.493 24.6187L159.909 98.1381C161.378 103.184 158.479 108.465 153.434 109.935L37.0268 143.842C31.9814 145.312 26.7 142.413 25.2303 137.368L3.81531 63.8484C2.34568 58.803 5.24438 53.5215 10.2898 52.0519ZM10.9889 54.4521C7.26916 55.5356 5.13206 59.4295 6.21556 63.1492L27.6306 136.669C28.7141 140.388 32.6079 142.525 36.3277 141.442L152.735 107.534C156.455 106.451 158.592 102.557 157.508 98.8373L136.093 25.3179C135.01 21.5981 131.116 19.461 127.396 20.5445L10.9889 54.4521Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
5
+ <path d="M6.21577 63.1493C5.13226 59.4295 7.26937 55.5357 10.9891 54.4522L127.396 20.5446C131.116 19.4611 135.01 21.5982 136.093 25.318L138.903 34.9626L9.02508 72.7939L6.21577 63.1493Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
6
+ <circle cx="17.8004" cy="61.6041" r="3.15681" transform="rotate(-16.24 17.8004 61.6041)" style="fill:var(--sapContent_Illustrative_Color8)"/>
7
+ <circle cx="29.2501" cy="58.2691" r="3.15681" transform="rotate(-16.24 29.2501 58.2691)" style="fill:var(--sapContent_Illustrative_Color8)"/>
8
+ <circle cx="40.7003" cy="54.9341" r="3.15681" transform="rotate(-16.24 40.7003 54.9341)" style="fill:var(--sapContent_Illustrative_Color8)"/>
9
+ <rect x="30.7183" y="77.4512" width="96.6607" height="50.2387" rx="3.19604" transform="rotate(-16.24 30.7183 77.4512)" style="fill:var(--sapContent_Illustrative_Color7)"/>
10
+ <rect x="35.5576" y="94.0649" width="96.6607" height="32.9345" rx="3.19604" transform="rotate(-16.24 35.5576 94.0649)" style="fill:var(--sapContent_Illustrative_Color18)"/>
11
+ <rect x="40.27" y="110.243" width="96.6607" height="16.0843" rx="3.19604" transform="rotate(-16.24 40.27 110.243)" style="fill:var(--sapContent_Illustrative_Color19)"/>
12
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M128.751 50.6742C129.498 51.5398 129.401 52.8466 128.535 53.5932L109.752 69.7935C109.359 70.1327 108.92 70.4147 108.448 70.6311L67.7263 89.3003C67.6226 89.3478 67.5252 89.408 67.4363 89.4796L37.3225 113.711C36.432 114.427 35.1292 114.286 34.4126 113.396C33.6961 112.505 33.8371 111.203 34.7276 110.486L64.8414 86.2547C65.1969 85.9686 65.5864 85.7277 66.0012 85.5376L106.723 66.8684C106.841 66.8143 106.951 66.7438 107.049 66.659L125.832 50.4587C126.698 49.7122 128.004 49.8086 128.751 50.6742Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
13
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M132.54 59.1855C133.477 59.8395 133.707 61.1297 133.053 62.0671L113.598 89.9519C112.877 90.985 111.824 91.7404 110.615 92.0927L69.9429 103.94C69.7691 103.99 69.6069 104.075 69.4657 104.188L42.7815 125.582C41.8897 126.297 40.5871 126.154 39.8721 125.262C39.1571 124.37 39.3004 123.068 40.1922 122.353L66.8764 100.959C67.4414 100.506 68.09 100.168 68.7853 99.9657L109.457 88.1186C109.76 88.0305 110.023 87.8416 110.203 87.5834L129.658 59.6986C130.312 58.7612 131.603 58.5315 132.54 59.1855Z" style="fill:var(--sapContent_Illustrative_Color14)"/>
14
+ </svg>
@@ -0,0 +1,13 @@
1
+ <svg width="161" height="160" viewBox="0 0 161 160" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dialog-ChartArea2-alternate">
2
+ <rect x="-1.47461" y="59.9194" width="141.756" height="94.6754" rx="8.41815" transform="rotate(-16.24 -1.47461 59.9194)" style="fill:var(--sapContent_Illustrative_Color6)"/>
3
+ <path d="M6.21577 63.1493C5.13226 59.4295 7.26937 55.5357 10.9891 54.4522L127.396 20.5446C131.116 19.4611 135.01 21.5982 136.093 25.318L157.508 98.8374C158.592 102.557 156.455 106.451 152.735 107.534L36.3279 141.442C32.6081 142.526 28.7143 140.388 27.6308 136.669L6.21577 63.1493Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M10.2898 52.0519L126.697 18.1443C131.742 16.6747 137.024 19.5734 138.493 24.6187L159.909 98.1381C161.378 103.184 158.479 108.465 153.434 109.935L37.0268 143.842C31.9814 145.312 26.7 142.413 25.2303 137.368L3.81531 63.8484C2.34568 58.803 5.24438 53.5215 10.2898 52.0519ZM10.9889 54.4521C7.26916 55.5356 5.13206 59.4295 6.21556 63.1492L27.6306 136.669C28.7141 140.388 32.6079 142.525 36.3277 141.442L152.735 107.534C156.455 106.451 158.592 102.557 157.508 98.8373L136.093 25.3179C135.01 21.5981 131.116 19.461 127.396 20.5445L10.9889 54.4521Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
5
+ <path d="M6.21577 63.1493C5.13226 59.4295 7.26937 55.5357 10.9891 54.4522L127.396 20.5446C131.116 19.4611 135.01 21.5982 136.093 25.318L138.903 34.9626L9.02508 72.7939L6.21577 63.1493Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
6
+ <circle cx="17.8004" cy="61.6041" r="3.15681" transform="rotate(-16.24 17.8004 61.6041)" style="fill:var(--sapContent_Illustrative_Color8)"/>
7
+ <circle cx="29.2501" cy="58.2691" r="3.15681" transform="rotate(-16.24 29.2501 58.2691)" style="fill:var(--sapContent_Illustrative_Color8)"/>
8
+ <circle cx="40.7003" cy="54.9341" r="3.15681" transform="rotate(-16.24 40.7003 54.9341)" style="fill:var(--sapContent_Illustrative_Color8)"/>
9
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M127.238 56.123C128.415 56.4543 129.251 57.4566 129.593 58.6309L140.046 94.516C140.472 95.9792 139.631 97.5109 138.168 97.9372L43.881 125.401C42.4177 125.828 40.886 124.987 40.4598 123.524L34.7078 103.777C34.3113 102.415 34.6278 100.936 35.6201 99.9228C40.5079 94.9337 47.5487 90.2208 57.2814 88.985C74.4144 86.8096 87.109 80.1336 96.9185 72.7497C99.735 70.6297 102.342 68.4633 104.806 66.4165C113.083 59.5397 119.736 54.012 127.238 56.123Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
10
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M131.21 64.1832L140.045 94.5152C140.472 95.9784 139.631 97.5101 138.168 97.9363L43.8808 125.401C42.4175 125.827 40.8858 124.986 40.4596 123.523L36.025 108.299C44.9004 106.965 58.2888 103.614 71.4956 96.5055C77.8385 93.0913 83.8376 88.7984 89.9151 84.4494C102.198 75.6602 114.801 66.6416 131.21 64.1832Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
11
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M133.186 61.0975L142.695 93.744C143.548 96.6705 141.866 99.7339 138.94 100.586L44.6529 128.051C41.7264 128.903 38.663 127.222 37.8106 124.295L32.493 106.039L35.6154 105.57C44.2583 104.272 57.3257 100.999 70.1881 94.0762C76.3492 90.7599 82.205 86.5743 88.3097 82.2059L88.5151 82.0589C100.667 73.363 113.734 64.0117 130.802 61.4547L133.186 61.0975ZM38.7677 107.846C47.5298 106.271 59.5868 102.916 71.496 96.506C77.8389 93.0919 83.838 88.799 89.9155 84.45C102.198 75.6607 114.801 66.6421 131.211 64.1837L140.046 94.5157C140.472 95.979 139.631 97.5107 138.168 97.9369L43.8812 125.401C42.4179 125.827 40.8862 124.987 40.46 123.524L36.0254 108.299C36.8974 108.168 37.813 108.018 38.7677 107.846Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
12
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M135.646 79.4126L140.045 94.515C140.472 95.9782 139.631 97.5099 138.168 97.9361L43.8808 125.4C42.4175 125.827 40.8858 124.986 40.4596 123.523L39.596 120.558C47.5421 112.691 62.3109 102.955 84.354 99.977C105.997 97.053 124.301 87.3967 135.646 79.4126Z" style="fill:var(--sapContent_Illustrative_Color2)"/>
13
+ </svg>
@@ -0,0 +1,21 @@
1
+ <svg width="161" height="160" viewBox="0 0 161 160" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dialog-ChartBPMNFlow-alternate">
2
+ <rect x="-1.47461" y="59.9193" width="141.756" height="94.6754" rx="8.41815" transform="rotate(-16.24 -1.47461 59.9193)" style="fill:var(--sapContent_Illustrative_Color6)"/>
3
+ <path d="M6.21577 63.1495C5.13226 59.4298 7.26937 55.536 10.9891 54.4524L127.396 20.5449C131.116 19.4614 135.01 21.5985 136.093 25.3182L157.508 98.8376C158.592 102.557 156.455 106.451 152.735 107.535L36.3279 141.442C32.6081 142.526 28.7143 140.389 27.6308 136.669L6.21577 63.1495Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M10.2898 52.0522L126.697 18.1446C131.742 16.675 137.024 19.5737 138.493 24.6191L159.909 98.1385C161.378 103.184 158.479 108.465 153.434 109.935L37.0268 143.843C31.9814 145.312 26.7 142.413 25.2303 137.368L3.81531 63.8487C2.34568 58.8033 5.24438 53.5218 10.2898 52.0522ZM10.9889 54.4524C7.26916 55.5359 5.13206 59.4298 6.21556 63.1495L27.6306 136.669C28.7141 140.389 32.6079 142.526 36.3277 141.442L152.735 107.535C156.455 106.451 158.592 102.557 157.508 98.8376L136.093 25.3182C135.01 21.5985 131.116 19.4614 127.396 20.5449L10.9889 54.4524Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
5
+ <path d="M6.21577 63.1495C5.13226 59.4298 7.26937 55.536 10.9891 54.4524L127.396 20.5449C131.116 19.4614 135.01 21.5985 136.093 25.3182L138.903 34.9628L9.02508 72.7941L6.21577 63.1495Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
6
+ <circle cx="17.8004" cy="61.604" r="3.15681" transform="rotate(-16.24 17.8004 61.604)" style="fill:var(--sapContent_Illustrative_Color8)"/>
7
+ <circle cx="29.2501" cy="58.269" r="3.15681" transform="rotate(-16.24 29.2501 58.269)" style="fill:var(--sapContent_Illustrative_Color8)"/>
8
+ <circle cx="40.7003" cy="54.9339" r="3.15681" transform="rotate(-16.24 40.7003 54.9339)" style="fill:var(--sapContent_Illustrative_Color8)"/>
9
+ <rect x="21.7139" y="78" width="114.258" height="54.2213" rx="3.4494" transform="rotate(-16.24 21.7139 78)" style="fill:var(--sapContent_Illustrative_Color7)"/>
10
+ <rect x="28.3433" y="81.5266" width="103.482" height="22.0762" rx="3.19604" transform="rotate(-16.24 28.3433 81.5266)" style="fill:var(--sapContent_Illustrative_Color18)"/>
11
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M44.1869 113.558L115.246 92.8592L115.825 94.8463L44.7657 115.545L44.1869 113.558Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
12
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M118.5 70.3545L124.288 90.2251L122.301 90.8039L116.513 70.9333L118.5 70.3545Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
13
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M79.583 83.8462L84.7922 101.73L82.8052 102.309L77.596 84.425L79.583 83.8462Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
14
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M42.4005 87.8506L114.597 66.8209L115.176 68.808L42.9793 89.8377L42.4005 87.8506Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
15
+ <circle cx="48.5301" cy="113.828" r="6.20892" transform="rotate(-16.24 48.5301 113.828)" style="fill:var(--sapContent_Illustrative_Color2)"/>
16
+ <circle cx="41.3914" cy="89.3209" r="6.20892" transform="rotate(-16.24 41.3914 89.3209)" style="fill:var(--sapContent_Illustrative_Color13)"/>
17
+ <circle cx="115.738" cy="67.665" r="6.20892" transform="rotate(-16.24 115.738 67.665)" style="fill:var(--sapContent_Illustrative_Color3)"/>
18
+ <rect x="59.8677" y="76.6551" width="31.7195" height="13.7976" rx="1.37989" transform="rotate(-16.24 59.8677 76.6551)" style="fill:var(--sapContent_Illustrative_Color2)"/>
19
+ <rect x="104.566" y="90.2216" width="30.6622" height="13.7976" rx="1.37989" transform="rotate(-16.24 104.566 90.2216)" style="fill:var(--sapContent_Illustrative_Color13)"/>
20
+ <rect x="82.0938" y="94.6117" width="12.1954" height="12.1954" rx="1.37989" transform="rotate(28.76 82.0938 94.6117)" style="fill:var(--sapContent_Illustrative_Color14)"/>
21
+ </svg>
@@ -0,0 +1,13 @@
1
+ <svg width="161" height="160" viewBox="0 0 161 160" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dialog-ChartBar-alternate">
2
+ <rect x="-1.47461" y="59.9194" width="141.756" height="94.6754" rx="8.41815" transform="rotate(-16.24 -1.47461 59.9194)" style="fill:var(--sapContent_Illustrative_Color6)"/>
3
+ <path d="M6.21577 63.1493C5.13226 59.4295 7.26937 55.5357 10.9891 54.4522L127.396 20.5446C131.116 19.4611 135.01 21.5982 136.093 25.318L157.508 98.8374C158.592 102.557 156.455 106.451 152.735 107.534L36.3279 141.442C32.6081 142.526 28.7143 140.388 27.6308 136.669L6.21577 63.1493Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M10.2898 52.0519L126.697 18.1443C131.742 16.6747 137.024 19.5734 138.493 24.6187L159.909 98.1381C161.378 103.184 158.479 108.465 153.434 109.935L37.0268 143.842C31.9814 145.312 26.7 142.413 25.2303 137.368L3.81531 63.8484C2.34568 58.803 5.24438 53.5215 10.2898 52.0519ZM10.9889 54.4521C7.26916 55.5356 5.13206 59.4295 6.21556 63.1492L27.6306 136.669C28.7141 140.388 32.6079 142.525 36.3277 141.442L152.735 107.534C156.455 106.451 158.592 102.557 157.508 98.8373L136.093 25.3179C135.01 21.5981 131.116 19.461 127.396 20.5445L10.9889 54.4521Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
5
+ <path d="M6.21577 63.1493C5.13226 59.4295 7.26937 55.5357 10.9891 54.4522L127.396 20.5446C131.116 19.4611 135.01 21.5982 136.093 25.318L138.903 34.9626L9.02508 72.7939L6.21577 63.1493Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
6
+ <circle cx="17.8004" cy="61.6041" r="3.15681" transform="rotate(-16.24 17.8004 61.6041)" style="fill:var(--sapContent_Illustrative_Color8)"/>
7
+ <circle cx="29.2501" cy="58.2691" r="3.15681" transform="rotate(-16.24 29.2501 58.2691)" style="fill:var(--sapContent_Illustrative_Color8)"/>
8
+ <circle cx="40.7003" cy="54.9341" r="3.15681" transform="rotate(-16.24 40.7003 54.9341)" style="fill:var(--sapContent_Illustrative_Color8)"/>
9
+ <rect x="21.7139" y="78" width="114.258" height="54.2213" rx="3.4494" transform="rotate(-16.24 21.7139 78)" style="fill:var(--sapContent_Illustrative_Color7)"/>
10
+ <rect x="37.1841" y="84.0405" width="87.9308" height="8.39441" rx="1.37989" transform="rotate(-16.24 37.1841 84.0405)" style="fill:var(--sapContent_Illustrative_Color3)"/>
11
+ <rect x="40.7603" y="96.3174" width="63.5926" height="8.39441" rx="1.37976" transform="rotate(-16.24 40.7603 96.3174)" style="fill:var(--sapContent_Illustrative_Color14)"/>
12
+ <rect x="44.3364" y="108.595" width="50.0509" height="8.39441" rx="1.37989" transform="rotate(-16.24 44.3364 108.595)" style="fill:var(--sapContent_Illustrative_Color2)"/>
13
+ </svg>
@@ -0,0 +1,18 @@
1
+ <svg width="161" height="160" viewBox="0 0 161 160" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dialog-ChartBullet-alternate">
2
+ <rect x="-1.47461" y="59.9194" width="141.756" height="94.6754" rx="8.41815" transform="rotate(-16.24 -1.47461 59.9194)" style="fill:var(--sapContent_Illustrative_Color6)"/>
3
+ <path d="M6.21577 63.1493C5.13226 59.4295 7.26937 55.5357 10.9891 54.4522L127.396 20.5446C131.116 19.4611 135.01 21.5982 136.093 25.318L157.508 98.8374C158.592 102.557 156.455 106.451 152.735 107.534L36.3279 141.442C32.6081 142.526 28.7143 140.388 27.6308 136.669L6.21577 63.1493Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M10.2898 52.0519L126.697 18.1443C131.742 16.6747 137.024 19.5734 138.493 24.6187L159.909 98.1381C161.378 103.184 158.479 108.465 153.434 109.935L37.0268 143.842C31.9814 145.312 26.7 142.413 25.2303 137.368L3.81531 63.8484C2.34568 58.803 5.24438 53.5215 10.2898 52.0519ZM10.9889 54.4521C7.26916 55.5356 5.13206 59.4295 6.21556 63.1492L27.6306 136.669C28.7141 140.388 32.6079 142.525 36.3277 141.442L152.735 107.534C156.455 106.451 158.592 102.557 157.508 98.8373L136.093 25.3179C135.01 21.5981 131.116 19.461 127.396 20.5445L10.9889 54.4521Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
5
+ <path d="M6.21577 63.1493C5.13226 59.4295 7.26937 55.5357 10.9891 54.4522L127.396 20.5446C131.116 19.4611 135.01 21.5982 136.093 25.318L138.903 34.9626L9.02508 72.7939L6.21577 63.1493Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
6
+ <circle cx="17.8004" cy="61.6041" r="3.15681" transform="rotate(-16.24 17.8004 61.6041)" style="fill:var(--sapContent_Illustrative_Color8)"/>
7
+ <circle cx="29.2501" cy="58.2691" r="3.15681" transform="rotate(-16.24 29.2501 58.2691)" style="fill:var(--sapContent_Illustrative_Color8)"/>
8
+ <circle cx="40.7003" cy="54.9341" r="3.15681" transform="rotate(-16.24 40.7003 54.9341)" style="fill:var(--sapContent_Illustrative_Color8)"/>
9
+ <rect x="21.7139" y="78" width="114.258" height="54.2213" rx="3.4494" transform="rotate(-16.24 21.7139 78)" style="fill:var(--sapContent_Illustrative_Color7)"/>
10
+ <rect x="55.4121" y="118.675" width="19.3766" height="11.6259" rx="1.37989" transform="rotate(-106.24 55.4121 118.675)" style="fill:var(--sapContent_Illustrative_Color14)"/>
11
+ <rect x="74.8301" y="113.019" width="42.7318" height="11.6259" rx="1.37976" transform="rotate(-106.24 74.8301 113.019)" style="fill:var(--sapContent_Illustrative_Color3)"/>
12
+ <rect x="94.248" y="107.363" width="33.6323" height="11.6259" rx="1.37989" transform="rotate(-106.24 94.248 107.363)" style="fill:var(--sapContent_Illustrative_Color2)"/>
13
+ <rect x="113.666" y="101.707" width="24.3351" height="11.6259" rx="1.37976" transform="rotate(-106.24 113.666 101.707)" style="fill:var(--sapContent_Illustrative_Color13)"/>
14
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M44.5335 90.5634C44.3737 90.0146 44.689 89.4403 45.2377 89.2804L59.3724 85.1632C59.9211 85.0034 60.4955 85.3186 60.6553 85.8673C60.8151 86.4161 60.4999 86.9904 59.9512 87.1503L45.8165 91.2675C45.2678 91.4273 44.6934 91.1121 44.5335 90.5634Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
15
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M67.8421 98.264C67.6823 97.7153 67.9976 97.1409 68.5463 96.9811L82.681 92.8639C83.2297 92.7041 83.8041 93.0193 83.9639 93.568C84.1237 94.1167 83.8085 94.6911 83.2598 94.851L69.1251 98.9682C68.5764 99.128 68.002 98.8127 67.8421 98.264Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
16
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M84.6732 83.7274C84.5134 83.1787 84.8286 82.6043 85.3773 82.4445L99.512 78.3273C100.061 78.1674 100.635 78.4827 100.795 79.0314C100.955 79.5801 100.64 80.1545 100.091 80.3143L85.9561 84.4315C85.4074 84.5914 84.833 84.2761 84.6732 83.7274Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
17
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M101.952 70.725C101.792 70.1763 102.107 69.6019 102.656 69.442L116.79 65.3248C117.339 65.165 117.913 65.4802 118.073 66.029C118.233 66.5777 117.918 67.1521 117.369 67.3119L103.234 71.4291C102.686 71.5889 102.111 71.2737 101.952 70.725Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
18
+ </svg>