@ui5/webcomponents-fiori 0.0.0-037d08c67

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 (3113) hide show
  1. package/.env.production +1 -0
  2. package/.env.testing +4 -0
  3. package/.npsrc.json +3 -0
  4. package/CHANGELOG.md +4053 -0
  5. package/LICENSE.txt +201 -0
  6. package/README.md +77 -0
  7. package/cypress.config.js +3 -0
  8. package/dist/.tsbuildinfo +1 -0
  9. package/dist/Assets-fetch.d.ts +3 -0
  10. package/dist/Assets-fetch.js +6 -0
  11. package/dist/Assets-fetch.js.map +1 -0
  12. package/dist/Assets-node.d.ts +14 -0
  13. package/dist/Assets-node.js +17 -0
  14. package/dist/Assets-node.js.map +1 -0
  15. package/dist/Assets.d.ts +3 -0
  16. package/dist/Assets.js +6 -0
  17. package/dist/Assets.js.map +1 -0
  18. package/dist/BarcodeScannerDialog.d.ts +137 -0
  19. package/dist/BarcodeScannerDialog.js +366 -0
  20. package/dist/BarcodeScannerDialog.js.map +1 -0
  21. package/dist/BarcodeScannerDialogTemplate.d.ts +2 -0
  22. package/dist/BarcodeScannerDialogTemplate.js +8 -0
  23. package/dist/BarcodeScannerDialogTemplate.js.map +1 -0
  24. package/dist/DynamicPage.d.ts +165 -0
  25. package/dist/DynamicPage.js +398 -0
  26. package/dist/DynamicPage.js.map +1 -0
  27. package/dist/DynamicPageHeader.d.ts +57 -0
  28. package/dist/DynamicPageHeader.js +93 -0
  29. package/dist/DynamicPageHeader.js.map +1 -0
  30. package/dist/DynamicPageHeaderActions.d.ts +77 -0
  31. package/dist/DynamicPageHeaderActions.js +181 -0
  32. package/dist/DynamicPageHeaderActions.js.map +1 -0
  33. package/dist/DynamicPageHeaderActionsTemplate.d.ts +2 -0
  34. package/dist/DynamicPageHeaderActionsTemplate.js +8 -0
  35. package/dist/DynamicPageHeaderActionsTemplate.js.map +1 -0
  36. package/dist/DynamicPageHeaderTemplate.d.ts +2 -0
  37. package/dist/DynamicPageHeaderTemplate.js +5 -0
  38. package/dist/DynamicPageHeaderTemplate.js.map +1 -0
  39. package/dist/DynamicPageTemplate.d.ts +2 -0
  40. package/dist/DynamicPageTemplate.js +14 -0
  41. package/dist/DynamicPageTemplate.js.map +1 -0
  42. package/dist/DynamicPageTitle.d.ts +172 -0
  43. package/dist/DynamicPageTitle.js +246 -0
  44. package/dist/DynamicPageTitle.js.map +1 -0
  45. package/dist/DynamicPageTitleTemplate.d.ts +2 -0
  46. package/dist/DynamicPageTitleTemplate.js +16 -0
  47. package/dist/DynamicPageTitleTemplate.js.map +1 -0
  48. package/dist/DynamicSideContent.d.ts +234 -0
  49. package/dist/DynamicSideContent.js +413 -0
  50. package/dist/DynamicSideContent.js.map +1 -0
  51. package/dist/DynamicSideContentTemplate.d.ts +2 -0
  52. package/dist/DynamicSideContentTemplate.js +14 -0
  53. package/dist/DynamicSideContentTemplate.js.map +1 -0
  54. package/dist/FilterItem.d.ts +45 -0
  55. package/dist/FilterItem.js +48 -0
  56. package/dist/FilterItem.js.map +1 -0
  57. package/dist/FilterItemOption.d.ts +38 -0
  58. package/dist/FilterItemOption.js +54 -0
  59. package/dist/FilterItemOption.js.map +1 -0
  60. package/dist/FlexibleColumnLayout.d.ts +432 -0
  61. package/dist/FlexibleColumnLayout.js +1177 -0
  62. package/dist/FlexibleColumnLayout.js.map +1 -0
  63. package/dist/FlexibleColumnLayoutTemplate.d.ts +2 -0
  64. package/dist/FlexibleColumnLayoutTemplate.js +40 -0
  65. package/dist/FlexibleColumnLayoutTemplate.js.map +1 -0
  66. package/dist/GroupItem.d.ts +38 -0
  67. package/dist/GroupItem.js +54 -0
  68. package/dist/GroupItem.js.map +1 -0
  69. package/dist/IllustratedMessage.d.ts +252 -0
  70. package/dist/IllustratedMessage.js +426 -0
  71. package/dist/IllustratedMessage.js.map +1 -0
  72. package/dist/IllustratedMessageTemplate.d.ts +2 -0
  73. package/dist/IllustratedMessageTemplate.js +27 -0
  74. package/dist/IllustratedMessageTemplate.js.map +1 -0
  75. package/dist/MediaGallery.d.ts +178 -0
  76. package/dist/MediaGallery.js +441 -0
  77. package/dist/MediaGallery.js.map +1 -0
  78. package/dist/MediaGalleryItem.d.ts +117 -0
  79. package/dist/MediaGalleryItem.js +238 -0
  80. package/dist/MediaGalleryItem.js.map +1 -0
  81. package/dist/MediaGalleryItemTemplate.d.ts +2 -0
  82. package/dist/MediaGalleryItemTemplate.js +7 -0
  83. package/dist/MediaGalleryItemTemplate.js.map +1 -0
  84. package/dist/MediaGalleryTemplate.d.ts +2 -0
  85. package/dist/MediaGalleryTemplate.js +10 -0
  86. package/dist/MediaGalleryTemplate.js.map +1 -0
  87. package/dist/NavigationLayout.d.ts +74 -0
  88. package/dist/NavigationLayout.js +127 -0
  89. package/dist/NavigationLayout.js.map +1 -0
  90. package/dist/NavigationLayoutTemplate.d.ts +2 -0
  91. package/dist/NavigationLayoutTemplate.js +5 -0
  92. package/dist/NavigationLayoutTemplate.js.map +1 -0
  93. package/dist/NavigationMenu.d.ts +37 -0
  94. package/dist/NavigationMenu.js +68 -0
  95. package/dist/NavigationMenu.js.map +1 -0
  96. package/dist/NavigationMenuItem.d.ts +86 -0
  97. package/dist/NavigationMenuItem.js +159 -0
  98. package/dist/NavigationMenuItem.js.map +1 -0
  99. package/dist/NavigationMenuItemTemplate.d.ts +3 -0
  100. package/dist/NavigationMenuItemTemplate.js +34 -0
  101. package/dist/NavigationMenuItemTemplate.js.map +1 -0
  102. package/dist/NavigationMenuTemplate.d.ts +2 -0
  103. package/dist/NavigationMenuTemplate.js +12 -0
  104. package/dist/NavigationMenuTemplate.js.map +1 -0
  105. package/dist/NotificationList.d.ts +73 -0
  106. package/dist/NotificationList.js +135 -0
  107. package/dist/NotificationList.js.map +1 -0
  108. package/dist/NotificationListGroupItem.d.ts +93 -0
  109. package/dist/NotificationListGroupItem.js +224 -0
  110. package/dist/NotificationListGroupItem.js.map +1 -0
  111. package/dist/NotificationListGroupItemTemplate.d.ts +2 -0
  112. package/dist/NotificationListGroupItemTemplate.js +10 -0
  113. package/dist/NotificationListGroupItemTemplate.js.map +1 -0
  114. package/dist/NotificationListGroupList.d.ts +23 -0
  115. package/dist/NotificationListGroupList.js +52 -0
  116. package/dist/NotificationListGroupList.js.map +1 -0
  117. package/dist/NotificationListInternal.d.ts +21 -0
  118. package/dist/NotificationListInternal.js +161 -0
  119. package/dist/NotificationListInternal.js.map +1 -0
  120. package/dist/NotificationListItem.d.ts +200 -0
  121. package/dist/NotificationListItem.js +454 -0
  122. package/dist/NotificationListItem.js.map +1 -0
  123. package/dist/NotificationListItemBase.d.ts +52 -0
  124. package/dist/NotificationListItemBase.js +103 -0
  125. package/dist/NotificationListItemBase.js.map +1 -0
  126. package/dist/NotificationListItemTemplate.d.ts +2 -0
  127. package/dist/NotificationListItemTemplate.js +19 -0
  128. package/dist/NotificationListItemTemplate.js.map +1 -0
  129. package/dist/NotificationListTemplate.d.ts +2 -0
  130. package/dist/NotificationListTemplate.js +6 -0
  131. package/dist/NotificationListTemplate.js.map +1 -0
  132. package/dist/Page.d.ts +84 -0
  133. package/dist/Page.js +127 -0
  134. package/dist/Page.js.map +1 -0
  135. package/dist/PageTemplate.d.ts +2 -0
  136. package/dist/PageTemplate.js +11 -0
  137. package/dist/PageTemplate.js.map +1 -0
  138. package/dist/ProductSwitch.d.ts +79 -0
  139. package/dist/ProductSwitch.js +142 -0
  140. package/dist/ProductSwitch.js.map +1 -0
  141. package/dist/ProductSwitchItem.d.ts +117 -0
  142. package/dist/ProductSwitchItem.js +156 -0
  143. package/dist/ProductSwitchItem.js.map +1 -0
  144. package/dist/ProductSwitchItemTemplate.d.ts +2 -0
  145. package/dist/ProductSwitchItemTemplate.js +15 -0
  146. package/dist/ProductSwitchItemTemplate.js.map +1 -0
  147. package/dist/ProductSwitchTemplate.d.ts +2 -0
  148. package/dist/ProductSwitchTemplate.js +5 -0
  149. package/dist/ProductSwitchTemplate.js.map +1 -0
  150. package/dist/Search.d.ts +186 -0
  151. package/dist/Search.js +446 -0
  152. package/dist/Search.js.map +1 -0
  153. package/dist/SearchField.d.ts +155 -0
  154. package/dist/SearchField.js +233 -0
  155. package/dist/SearchField.js.map +1 -0
  156. package/dist/SearchFieldTemplate.d.ts +8 -0
  157. package/dist/SearchFieldTemplate.js +17 -0
  158. package/dist/SearchFieldTemplate.js.map +1 -0
  159. package/dist/SearchItem.d.ts +99 -0
  160. package/dist/SearchItem.js +216 -0
  161. package/dist/SearchItem.js.map +1 -0
  162. package/dist/SearchItemGroup.d.ts +17 -0
  163. package/dist/SearchItemGroup.js +42 -0
  164. package/dist/SearchItemGroup.js.map +1 -0
  165. package/dist/SearchItemShowMore.d.ts +49 -0
  166. package/dist/SearchItemShowMore.js +112 -0
  167. package/dist/SearchItemShowMore.js.map +1 -0
  168. package/dist/SearchItemShowMoreTemplate.d.ts +2 -0
  169. package/dist/SearchItemShowMoreTemplate.js +5 -0
  170. package/dist/SearchItemShowMoreTemplate.js.map +1 -0
  171. package/dist/SearchItemTemplate.d.ts +2 -0
  172. package/dist/SearchItemTemplate.js +16 -0
  173. package/dist/SearchItemTemplate.js.map +1 -0
  174. package/dist/SearchMessageArea.d.ts +27 -0
  175. package/dist/SearchMessageArea.js +41 -0
  176. package/dist/SearchMessageArea.js.map +1 -0
  177. package/dist/SearchMessageAreaTemplate.d.ts +2 -0
  178. package/dist/SearchMessageAreaTemplate.js +8 -0
  179. package/dist/SearchMessageAreaTemplate.js.map +1 -0
  180. package/dist/SearchPopoverTemplate.d.ts +3 -0
  181. package/dist/SearchPopoverTemplate.js +25 -0
  182. package/dist/SearchPopoverTemplate.js.map +1 -0
  183. package/dist/SearchScope.d.ts +30 -0
  184. package/dist/SearchScope.js +37 -0
  185. package/dist/SearchScope.js.map +1 -0
  186. package/dist/SearchTemplate.d.ts +2 -0
  187. package/dist/SearchTemplate.js +7 -0
  188. package/dist/SearchTemplate.js.map +1 -0
  189. package/dist/ShellBar.d.ts +556 -0
  190. package/dist/ShellBar.js +1390 -0
  191. package/dist/ShellBar.js.map +1 -0
  192. package/dist/ShellBarBranding.d.ts +79 -0
  193. package/dist/ShellBarBranding.js +116 -0
  194. package/dist/ShellBarBranding.js.map +1 -0
  195. package/dist/ShellBarBrandingTemplate.d.ts +2 -0
  196. package/dist/ShellBarBrandingTemplate.js +5 -0
  197. package/dist/ShellBarBrandingTemplate.js.map +1 -0
  198. package/dist/ShellBarItem.d.ts +75 -0
  199. package/dist/ShellBarItem.js +88 -0
  200. package/dist/ShellBarItem.js.map +1 -0
  201. package/dist/ShellBarPopoverTemplate.d.ts +2 -0
  202. package/dist/ShellBarPopoverTemplate.js +9 -0
  203. package/dist/ShellBarPopoverTemplate.js.map +1 -0
  204. package/dist/ShellBarSearch.d.ts +26 -0
  205. package/dist/ShellBarSearch.js +97 -0
  206. package/dist/ShellBarSearch.js.map +1 -0
  207. package/dist/ShellBarSearchPopoverTemplate.d.ts +2 -0
  208. package/dist/ShellBarSearchPopoverTemplate.js +12 -0
  209. package/dist/ShellBarSearchPopoverTemplate.js.map +1 -0
  210. package/dist/ShellBarSearchTemplate.d.ts +2 -0
  211. package/dist/ShellBarSearchTemplate.js +7 -0
  212. package/dist/ShellBarSearchTemplate.js.map +1 -0
  213. package/dist/ShellBarSpacer.d.ts +17 -0
  214. package/dist/ShellBarSpacer.js +38 -0
  215. package/dist/ShellBarSpacer.js.map +1 -0
  216. package/dist/ShellBarTemplate.d.ts +2 -0
  217. package/dist/ShellBarTemplate.js +62 -0
  218. package/dist/ShellBarTemplate.js.map +1 -0
  219. package/dist/SideNavigation.d.ts +178 -0
  220. package/dist/SideNavigation.js +543 -0
  221. package/dist/SideNavigation.js.map +1 -0
  222. package/dist/SideNavigationGroup.d.ts +56 -0
  223. package/dist/SideNavigationGroup.js +166 -0
  224. package/dist/SideNavigationGroup.js.map +1 -0
  225. package/dist/SideNavigationGroupTemplate.d.ts +2 -0
  226. package/dist/SideNavigationGroupTemplate.js +16 -0
  227. package/dist/SideNavigationGroupTemplate.js.map +1 -0
  228. package/dist/SideNavigationItem.d.ts +77 -0
  229. package/dist/SideNavigationItem.js +278 -0
  230. package/dist/SideNavigationItem.js.map +1 -0
  231. package/dist/SideNavigationItemBase.d.ts +81 -0
  232. package/dist/SideNavigationItemBase.js +122 -0
  233. package/dist/SideNavigationItemBase.js.map +1 -0
  234. package/dist/SideNavigationItemTemplate.d.ts +2 -0
  235. package/dist/SideNavigationItemTemplate.js +26 -0
  236. package/dist/SideNavigationItemTemplate.js.map +1 -0
  237. package/dist/SideNavigationPopoverTemplate.d.ts +2 -0
  238. package/dist/SideNavigationPopoverTemplate.js +13 -0
  239. package/dist/SideNavigationPopoverTemplate.js.map +1 -0
  240. package/dist/SideNavigationSelectableItemBase.d.ts +150 -0
  241. package/dist/SideNavigationSelectableItemBase.js +256 -0
  242. package/dist/SideNavigationSelectableItemBase.js.map +1 -0
  243. package/dist/SideNavigationSubItem.d.ts +26 -0
  244. package/dist/SideNavigationSubItem.js +64 -0
  245. package/dist/SideNavigationSubItem.js.map +1 -0
  246. package/dist/SideNavigationSubItemTemplate.d.ts +2 -0
  247. package/dist/SideNavigationSubItemTemplate.js +10 -0
  248. package/dist/SideNavigationSubItemTemplate.js.map +1 -0
  249. package/dist/SideNavigationTemplate.d.ts +2 -0
  250. package/dist/SideNavigationTemplate.js +20 -0
  251. package/dist/SideNavigationTemplate.js.map +1 -0
  252. package/dist/SortItem.d.ts +38 -0
  253. package/dist/SortItem.js +54 -0
  254. package/dist/SortItem.js.map +1 -0
  255. package/dist/Timeline.d.ts +146 -0
  256. package/dist/Timeline.js +380 -0
  257. package/dist/Timeline.js.map +1 -0
  258. package/dist/TimelineGroupItem.d.ts +71 -0
  259. package/dist/TimelineGroupItem.js +164 -0
  260. package/dist/TimelineGroupItem.js.map +1 -0
  261. package/dist/TimelineGroupItemTemplate.d.ts +2 -0
  262. package/dist/TimelineGroupItemTemplate.js +17 -0
  263. package/dist/TimelineGroupItemTemplate.js.map +1 -0
  264. package/dist/TimelineItem.d.ts +123 -0
  265. package/dist/TimelineItem.js +194 -0
  266. package/dist/TimelineItem.js.map +1 -0
  267. package/dist/TimelineItemTemplate.d.ts +2 -0
  268. package/dist/TimelineItemTemplate.js +29 -0
  269. package/dist/TimelineItemTemplate.js.map +1 -0
  270. package/dist/TimelineTemplate.d.ts +2 -0
  271. package/dist/TimelineTemplate.js +18 -0
  272. package/dist/TimelineTemplate.js.map +1 -0
  273. package/dist/UploadCollection.d.ts +124 -0
  274. package/dist/UploadCollection.js +221 -0
  275. package/dist/UploadCollection.js.map +1 -0
  276. package/dist/UploadCollectionItem.d.ts +169 -0
  277. package/dist/UploadCollectionItem.js +400 -0
  278. package/dist/UploadCollectionItem.js.map +1 -0
  279. package/dist/UploadCollectionItemTemplate.d.ts +3 -0
  280. package/dist/UploadCollectionItemTemplate.js +22 -0
  281. package/dist/UploadCollectionItemTemplate.js.map +1 -0
  282. package/dist/UploadCollectionTemplate.d.ts +2 -0
  283. package/dist/UploadCollectionTemplate.js +24 -0
  284. package/dist/UploadCollectionTemplate.js.map +1 -0
  285. package/dist/UserMenu.d.ts +169 -0
  286. package/dist/UserMenu.js +366 -0
  287. package/dist/UserMenu.js.map +1 -0
  288. package/dist/UserMenuAccount.d.ts +61 -0
  289. package/dist/UserMenuAccount.js +121 -0
  290. package/dist/UserMenuAccount.js.map +1 -0
  291. package/dist/UserMenuItem.d.ts +36 -0
  292. package/dist/UserMenuItem.js +52 -0
  293. package/dist/UserMenuItem.js.map +1 -0
  294. package/dist/UserMenuItemGroup.d.ts +35 -0
  295. package/dist/UserMenuItemGroup.js +52 -0
  296. package/dist/UserMenuItemGroup.js.map +1 -0
  297. package/dist/UserMenuItemGroupTemplate.d.ts +2 -0
  298. package/dist/UserMenuItemGroupTemplate.js +5 -0
  299. package/dist/UserMenuItemGroupTemplate.js.map +1 -0
  300. package/dist/UserMenuItemTemplate.d.ts +2 -0
  301. package/dist/UserMenuItemTemplate.js +5 -0
  302. package/dist/UserMenuItemTemplate.js.map +1 -0
  303. package/dist/UserMenuTemplate.d.ts +2 -0
  304. package/dist/UserMenuTemplate.js +57 -0
  305. package/dist/UserMenuTemplate.js.map +1 -0
  306. package/dist/UserSettingsAccountView.d.ts +30 -0
  307. package/dist/UserSettingsAccountView.js +108 -0
  308. package/dist/UserSettingsAccountView.js.map +1 -0
  309. package/dist/UserSettingsAccountViewTemplate.d.ts +2 -0
  310. package/dist/UserSettingsAccountViewTemplate.js +18 -0
  311. package/dist/UserSettingsAccountViewTemplate.js.map +1 -0
  312. package/dist/UserSettingsAppearanceView.d.ts +29 -0
  313. package/dist/UserSettingsAppearanceView.js +108 -0
  314. package/dist/UserSettingsAppearanceView.js.map +1 -0
  315. package/dist/UserSettingsAppearanceViewGroup.d.ts +30 -0
  316. package/dist/UserSettingsAppearanceViewGroup.js +48 -0
  317. package/dist/UserSettingsAppearanceViewGroup.js.map +1 -0
  318. package/dist/UserSettingsAppearanceViewItem.d.ts +31 -0
  319. package/dist/UserSettingsAppearanceViewItem.js +108 -0
  320. package/dist/UserSettingsAppearanceViewItem.js.map +1 -0
  321. package/dist/UserSettingsAppearanceViewItemTemplate.d.ts +2 -0
  322. package/dist/UserSettingsAppearanceViewItemTemplate.js +13 -0
  323. package/dist/UserSettingsAppearanceViewItemTemplate.js.map +1 -0
  324. package/dist/UserSettingsAppearanceViewTemplate.d.ts +2 -0
  325. package/dist/UserSettingsAppearanceViewTemplate.js +6 -0
  326. package/dist/UserSettingsAppearanceViewTemplate.js.map +1 -0
  327. package/dist/UserSettingsDialog.d.ts +119 -0
  328. package/dist/UserSettingsDialog.js +262 -0
  329. package/dist/UserSettingsDialog.js.map +1 -0
  330. package/dist/UserSettingsDialogTemplate.d.ts +2 -0
  331. package/dist/UserSettingsDialogTemplate.js +23 -0
  332. package/dist/UserSettingsDialogTemplate.js.map +1 -0
  333. package/dist/UserSettingsItem.d.ts +137 -0
  334. package/dist/UserSettingsItem.js +215 -0
  335. package/dist/UserSettingsItem.js.map +1 -0
  336. package/dist/UserSettingsItemTemplate.d.ts +4 -0
  337. package/dist/UserSettingsItemTemplate.js +20 -0
  338. package/dist/UserSettingsItemTemplate.js.map +1 -0
  339. package/dist/UserSettingsView.d.ts +44 -0
  340. package/dist/UserSettingsView.js +68 -0
  341. package/dist/UserSettingsView.js.map +1 -0
  342. package/dist/UserSettingsViewTemplate.d.ts +2 -0
  343. package/dist/UserSettingsViewTemplate.js +5 -0
  344. package/dist/UserSettingsViewTemplate.js.map +1 -0
  345. package/dist/ViewSettingsDialog.d.ts +315 -0
  346. package/dist/ViewSettingsDialog.js +743 -0
  347. package/dist/ViewSettingsDialog.js.map +1 -0
  348. package/dist/ViewSettingsDialogTemplate.d.ts +2 -0
  349. package/dist/ViewSettingsDialogTemplate.js +53 -0
  350. package/dist/ViewSettingsDialogTemplate.js.map +1 -0
  351. package/dist/Wizard.d.ts +361 -0
  352. package/dist/Wizard.js +827 -0
  353. package/dist/Wizard.js.map +1 -0
  354. package/dist/WizardPopoverTemplate.d.ts +2 -0
  355. package/dist/WizardPopoverTemplate.js +12 -0
  356. package/dist/WizardPopoverTemplate.js.map +1 -0
  357. package/dist/WizardStep.d.ts +89 -0
  358. package/dist/WizardStep.js +92 -0
  359. package/dist/WizardStep.js.map +1 -0
  360. package/dist/WizardTab.d.ts +99 -0
  361. package/dist/WizardTab.js +162 -0
  362. package/dist/WizardTab.js.map +1 -0
  363. package/dist/WizardTabTemplate.d.ts +2 -0
  364. package/dist/WizardTabTemplate.js +7 -0
  365. package/dist/WizardTabTemplate.js.map +1 -0
  366. package/dist/WizardTemplate.d.ts +2 -0
  367. package/dist/WizardTemplate.js +11 -0
  368. package/dist/WizardTemplate.js.map +1 -0
  369. package/dist/bundle.esm.d.ts +4 -0
  370. package/dist/bundle.esm.js +67 -0
  371. package/dist/bundle.esm.js.map +1 -0
  372. package/dist/bundle.scoped.esm.d.ts +3 -0
  373. package/dist/bundle.scoped.esm.js +5 -0
  374. package/dist/bundle.scoped.esm.js.map +1 -0
  375. package/dist/css/themes/BarcodeScannerDialog.css +1 -0
  376. package/dist/css/themes/DynamicPage.css +1 -0
  377. package/dist/css/themes/DynamicPageHeader.css +1 -0
  378. package/dist/css/themes/DynamicPageHeaderActions.css +1 -0
  379. package/dist/css/themes/DynamicPageTitle.css +1 -0
  380. package/dist/css/themes/DynamicSideContent.css +1 -0
  381. package/dist/css/themes/FlexibleColumnLayout.css +1 -0
  382. package/dist/css/themes/IllustratedMessage.css +1 -0
  383. package/dist/css/themes/InvisibleTextStyles.css +1 -0
  384. package/dist/css/themes/MediaGallery.css +1 -0
  385. package/dist/css/themes/MediaGalleryItem.css +1 -0
  386. package/dist/css/themes/NavigationLayout.css +1 -0
  387. package/dist/css/themes/NavigationMenu.css +1 -0
  388. package/dist/css/themes/NavigationMenuItem.css +1 -0
  389. package/dist/css/themes/NotificationList.css +1 -0
  390. package/dist/css/themes/NotificationListGroupItem.css +1 -0
  391. package/dist/css/themes/NotificationListItem.css +1 -0
  392. package/dist/css/themes/NotificationListItemBase.css +1 -0
  393. package/dist/css/themes/NotificationStateIcon.css +1 -0
  394. package/dist/css/themes/Page.css +1 -0
  395. package/dist/css/themes/ProductSwitch.css +1 -0
  396. package/dist/css/themes/ProductSwitchItem.css +1 -0
  397. package/dist/css/themes/Search.css +1 -0
  398. package/dist/css/themes/SearchField.css +1 -0
  399. package/dist/css/themes/SearchItem.css +1 -0
  400. package/dist/css/themes/SearchItemGroup.css +1 -0
  401. package/dist/css/themes/SearchItemShowMore.css +1 -0
  402. package/dist/css/themes/SearchMessageArea.css +1 -0
  403. package/dist/css/themes/ShellBar.css +1 -0
  404. package/dist/css/themes/ShellBarBranding.css +1 -0
  405. package/dist/css/themes/ShellBarPopover.css +1 -0
  406. package/dist/css/themes/ShellBarSearch.css +1 -0
  407. package/dist/css/themes/SideNavigation.css +1 -0
  408. package/dist/css/themes/SideNavigationGroup.css +1 -0
  409. package/dist/css/themes/SideNavigationItem.css +1 -0
  410. package/dist/css/themes/SideNavigationItemBase.css +1 -0
  411. package/dist/css/themes/SideNavigationPopover.css +1 -0
  412. package/dist/css/themes/SideNavigationSubItem.css +1 -0
  413. package/dist/css/themes/Timeline.css +1 -0
  414. package/dist/css/themes/TimelineGroupItem.css +1 -0
  415. package/dist/css/themes/TimelineItem.css +1 -0
  416. package/dist/css/themes/UploadCollection.css +1 -0
  417. package/dist/css/themes/UploadCollectionItem.css +1 -0
  418. package/dist/css/themes/UserMenu.css +1 -0
  419. package/dist/css/themes/UserMenuItem.css +1 -0
  420. package/dist/css/themes/UserSettingsAccountView.css +1 -0
  421. package/dist/css/themes/UserSettingsAppearanceViewItem.css +1 -0
  422. package/dist/css/themes/UserSettingsDialog.css +1 -0
  423. package/dist/css/themes/UserSettingsItem.css +1 -0
  424. package/dist/css/themes/UserSettingsView.css +1 -0
  425. package/dist/css/themes/ViewSettingsDialog.css +1 -0
  426. package/dist/css/themes/Wizard.css +1 -0
  427. package/dist/css/themes/WizardPopover.css +1 -0
  428. package/dist/css/themes/WizardTab.css +1 -0
  429. package/dist/css/themes/sap_fiori_3/parameters-bundle.css +2 -0
  430. package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +2 -0
  431. package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +2 -0
  432. package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +2 -0
  433. package/dist/css/themes/sap_horizon/parameters-bundle.css +2 -0
  434. package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +278 -0
  435. package/dist/css/themes/sap_horizon_dark_exp/parameters-bundle.css +210 -0
  436. package/dist/css/themes/sap_horizon_exp/parameters-bundle.css +216 -0
  437. package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +279 -0
  438. package/dist/css/themes/sap_horizon_hcb_exp/parameters-bundle.css +216 -0
  439. package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +279 -0
  440. package/dist/css/themes/sap_horizon_hcw_exp/parameters-bundle.css +218 -0
  441. package/dist/custom-elements-internal.json +13552 -0
  442. package/dist/custom-elements.json +9456 -0
  443. package/dist/fcl-utils/FCLLayout.d.ts +24 -0
  444. package/dist/fcl-utils/FCLLayout.js +271 -0
  445. package/dist/fcl-utils/FCLLayout.js.map +1 -0
  446. package/dist/generated/assets/i18n/messagebundle_ar.json +1 -0
  447. package/dist/generated/assets/i18n/messagebundle_bg.json +1 -0
  448. package/dist/generated/assets/i18n/messagebundle_ca.json +1 -0
  449. package/dist/generated/assets/i18n/messagebundle_cnr.json +1 -0
  450. package/dist/generated/assets/i18n/messagebundle_cs.json +1 -0
  451. package/dist/generated/assets/i18n/messagebundle_cy.json +1 -0
  452. package/dist/generated/assets/i18n/messagebundle_da.json +1 -0
  453. package/dist/generated/assets/i18n/messagebundle_de.json +1 -0
  454. package/dist/generated/assets/i18n/messagebundle_el.json +1 -0
  455. package/dist/generated/assets/i18n/messagebundle_en.json +1 -0
  456. package/dist/generated/assets/i18n/messagebundle_en_GB.json +1 -0
  457. package/dist/generated/assets/i18n/messagebundle_en_US_sappsd.json +1 -0
  458. package/dist/generated/assets/i18n/messagebundle_en_US_saprigi.json +1 -0
  459. package/dist/generated/assets/i18n/messagebundle_en_US_saptrc.json +1 -0
  460. package/dist/generated/assets/i18n/messagebundle_es.json +1 -0
  461. package/dist/generated/assets/i18n/messagebundle_es_MX.json +1 -0
  462. package/dist/generated/assets/i18n/messagebundle_et.json +1 -0
  463. package/dist/generated/assets/i18n/messagebundle_fi.json +1 -0
  464. package/dist/generated/assets/i18n/messagebundle_fr.json +1 -0
  465. package/dist/generated/assets/i18n/messagebundle_fr_CA.json +1 -0
  466. package/dist/generated/assets/i18n/messagebundle_hi.json +1 -0
  467. package/dist/generated/assets/i18n/messagebundle_hr.json +1 -0
  468. package/dist/generated/assets/i18n/messagebundle_hu.json +1 -0
  469. package/dist/generated/assets/i18n/messagebundle_id.json +1 -0
  470. package/dist/generated/assets/i18n/messagebundle_it.json +1 -0
  471. package/dist/generated/assets/i18n/messagebundle_iw.json +1 -0
  472. package/dist/generated/assets/i18n/messagebundle_ja.json +1 -0
  473. package/dist/generated/assets/i18n/messagebundle_kk.json +1 -0
  474. package/dist/generated/assets/i18n/messagebundle_ko.json +1 -0
  475. package/dist/generated/assets/i18n/messagebundle_lt.json +1 -0
  476. package/dist/generated/assets/i18n/messagebundle_lv.json +1 -0
  477. package/dist/generated/assets/i18n/messagebundle_mk.json +1 -0
  478. package/dist/generated/assets/i18n/messagebundle_ms.json +1 -0
  479. package/dist/generated/assets/i18n/messagebundle_nl.json +1 -0
  480. package/dist/generated/assets/i18n/messagebundle_no.json +1 -0
  481. package/dist/generated/assets/i18n/messagebundle_pl.json +1 -0
  482. package/dist/generated/assets/i18n/messagebundle_pt.json +1 -0
  483. package/dist/generated/assets/i18n/messagebundle_pt_PT.json +1 -0
  484. package/dist/generated/assets/i18n/messagebundle_ro.json +1 -0
  485. package/dist/generated/assets/i18n/messagebundle_ru.json +1 -0
  486. package/dist/generated/assets/i18n/messagebundle_sh.json +1 -0
  487. package/dist/generated/assets/i18n/messagebundle_sk.json +1 -0
  488. package/dist/generated/assets/i18n/messagebundle_sl.json +1 -0
  489. package/dist/generated/assets/i18n/messagebundle_sr.json +1 -0
  490. package/dist/generated/assets/i18n/messagebundle_sv.json +1 -0
  491. package/dist/generated/assets/i18n/messagebundle_th.json +1 -0
  492. package/dist/generated/assets/i18n/messagebundle_tr.json +1 -0
  493. package/dist/generated/assets/i18n/messagebundle_uk.json +1 -0
  494. package/dist/generated/assets/i18n/messagebundle_vi.json +1 -0
  495. package/dist/generated/assets/i18n/messagebundle_zh_CN.json +1 -0
  496. package/dist/generated/assets/i18n/messagebundle_zh_TW.json +1 -0
  497. package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -0
  498. package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -0
  499. package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -0
  500. package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -0
  501. package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -0
  502. package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -0
  503. package/dist/generated/assets/themes/sap_horizon_dark_exp/parameters-bundle.css.json +1 -0
  504. package/dist/generated/assets/themes/sap_horizon_exp/parameters-bundle.css.json +1 -0
  505. package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -0
  506. package/dist/generated/assets/themes/sap_horizon_hcb_exp/parameters-bundle.css.json +1 -0
  507. package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -0
  508. package/dist/generated/assets/themes/sap_horizon_hcw_exp/parameters-bundle.css.json +1 -0
  509. package/dist/generated/i18n/i18n-defaults.d.ts +209 -0
  510. package/dist/generated/i18n/i18n-defaults.js +209 -0
  511. package/dist/generated/i18n/i18n-defaults.js.map +1 -0
  512. package/dist/generated/js-imports/Illustrations.d.ts +1 -0
  513. package/dist/generated/js-imports/Illustrations.js +88 -0
  514. package/dist/generated/js-imports/Illustrations.js.map +1 -0
  515. package/dist/generated/js-imports/IllustrationsTNT.d.ts +1 -0
  516. package/dist/generated/js-imports/IllustrationsTNT.js +62 -0
  517. package/dist/generated/js-imports/IllustrationsTNT.js.map +1 -0
  518. package/dist/generated/js-imports/IllustrationsV5TNT.d.ts +1 -0
  519. package/dist/generated/js-imports/IllustrationsV5TNT.js +59 -0
  520. package/dist/generated/js-imports/IllustrationsV5TNT.js.map +1 -0
  521. package/dist/generated/js-imports/IllustrationsV5TNTHC.d.ts +1 -0
  522. package/dist/generated/js-imports/IllustrationsV5TNTHC.js +60 -0
  523. package/dist/generated/js-imports/IllustrationsV5TNTHC.js.map +1 -0
  524. package/dist/generated/json-imports/Themes-fetch.d.ts +1 -0
  525. package/dist/generated/json-imports/Themes-fetch.js +25 -0
  526. package/dist/generated/json-imports/Themes-fetch.js.map +1 -0
  527. package/dist/generated/json-imports/Themes-node.d.ts +1 -0
  528. package/dist/generated/json-imports/Themes-node.js +25 -0
  529. package/dist/generated/json-imports/Themes-node.js.map +1 -0
  530. package/dist/generated/json-imports/Themes.d.ts +1 -0
  531. package/dist/generated/json-imports/Themes.js +25 -0
  532. package/dist/generated/json-imports/Themes.js.map +1 -0
  533. package/dist/generated/json-imports/i18n-fetch.d.ts +1 -0
  534. package/dist/generated/json-imports/i18n-fetch.js +120 -0
  535. package/dist/generated/json-imports/i18n-fetch.js.map +1 -0
  536. package/dist/generated/json-imports/i18n-node.d.ts +1 -0
  537. package/dist/generated/json-imports/i18n-node.js +120 -0
  538. package/dist/generated/json-imports/i18n-node.js.map +1 -0
  539. package/dist/generated/json-imports/i18n.d.ts +1 -0
  540. package/dist/generated/json-imports/i18n.js +120 -0
  541. package/dist/generated/json-imports/i18n.js.map +1 -0
  542. package/dist/generated/themes/BarcodeScannerDialog.css.d.ts +2 -0
  543. package/dist/generated/themes/BarcodeScannerDialog.css.js +8 -0
  544. package/dist/generated/themes/BarcodeScannerDialog.css.js.map +1 -0
  545. package/dist/generated/themes/DynamicPage.css.d.ts +2 -0
  546. package/dist/generated/themes/DynamicPage.css.js +8 -0
  547. package/dist/generated/themes/DynamicPage.css.js.map +1 -0
  548. package/dist/generated/themes/DynamicPageHeader.css.d.ts +2 -0
  549. package/dist/generated/themes/DynamicPageHeader.css.js +8 -0
  550. package/dist/generated/themes/DynamicPageHeader.css.js.map +1 -0
  551. package/dist/generated/themes/DynamicPageHeaderActions.css.d.ts +2 -0
  552. package/dist/generated/themes/DynamicPageHeaderActions.css.js +8 -0
  553. package/dist/generated/themes/DynamicPageHeaderActions.css.js.map +1 -0
  554. package/dist/generated/themes/DynamicPageTitle.css.d.ts +2 -0
  555. package/dist/generated/themes/DynamicPageTitle.css.js +8 -0
  556. package/dist/generated/themes/DynamicPageTitle.css.js.map +1 -0
  557. package/dist/generated/themes/DynamicSideContent.css.d.ts +2 -0
  558. package/dist/generated/themes/DynamicSideContent.css.js +8 -0
  559. package/dist/generated/themes/DynamicSideContent.css.js.map +1 -0
  560. package/dist/generated/themes/FlexibleColumnLayout.css.d.ts +2 -0
  561. package/dist/generated/themes/FlexibleColumnLayout.css.js +8 -0
  562. package/dist/generated/themes/FlexibleColumnLayout.css.js.map +1 -0
  563. package/dist/generated/themes/IllustratedMessage.css.d.ts +2 -0
  564. package/dist/generated/themes/IllustratedMessage.css.js +8 -0
  565. package/dist/generated/themes/IllustratedMessage.css.js.map +1 -0
  566. package/dist/generated/themes/InvisibleTextStyles.css.d.ts +2 -0
  567. package/dist/generated/themes/InvisibleTextStyles.css.js +8 -0
  568. package/dist/generated/themes/InvisibleTextStyles.css.js.map +1 -0
  569. package/dist/generated/themes/MediaGallery.css.d.ts +2 -0
  570. package/dist/generated/themes/MediaGallery.css.js +8 -0
  571. package/dist/generated/themes/MediaGallery.css.js.map +1 -0
  572. package/dist/generated/themes/MediaGalleryItem.css.d.ts +2 -0
  573. package/dist/generated/themes/MediaGalleryItem.css.js +8 -0
  574. package/dist/generated/themes/MediaGalleryItem.css.js.map +1 -0
  575. package/dist/generated/themes/NavigationLayout.css.d.ts +2 -0
  576. package/dist/generated/themes/NavigationLayout.css.js +8 -0
  577. package/dist/generated/themes/NavigationLayout.css.js.map +1 -0
  578. package/dist/generated/themes/NavigationMenu.css.d.ts +2 -0
  579. package/dist/generated/themes/NavigationMenu.css.js +8 -0
  580. package/dist/generated/themes/NavigationMenu.css.js.map +1 -0
  581. package/dist/generated/themes/NavigationMenuItem.css.d.ts +2 -0
  582. package/dist/generated/themes/NavigationMenuItem.css.js +8 -0
  583. package/dist/generated/themes/NavigationMenuItem.css.js.map +1 -0
  584. package/dist/generated/themes/NotificationList.css.d.ts +2 -0
  585. package/dist/generated/themes/NotificationList.css.js +8 -0
  586. package/dist/generated/themes/NotificationList.css.js.map +1 -0
  587. package/dist/generated/themes/NotificationListGroupItem.css.d.ts +2 -0
  588. package/dist/generated/themes/NotificationListGroupItem.css.js +8 -0
  589. package/dist/generated/themes/NotificationListGroupItem.css.js.map +1 -0
  590. package/dist/generated/themes/NotificationListItem.css.d.ts +2 -0
  591. package/dist/generated/themes/NotificationListItem.css.js +8 -0
  592. package/dist/generated/themes/NotificationListItem.css.js.map +1 -0
  593. package/dist/generated/themes/NotificationListItemBase.css.d.ts +2 -0
  594. package/dist/generated/themes/NotificationListItemBase.css.js +8 -0
  595. package/dist/generated/themes/NotificationListItemBase.css.js.map +1 -0
  596. package/dist/generated/themes/NotificationStateIcon.css.d.ts +2 -0
  597. package/dist/generated/themes/NotificationStateIcon.css.js +8 -0
  598. package/dist/generated/themes/NotificationStateIcon.css.js.map +1 -0
  599. package/dist/generated/themes/Page.css.d.ts +2 -0
  600. package/dist/generated/themes/Page.css.js +8 -0
  601. package/dist/generated/themes/Page.css.js.map +1 -0
  602. package/dist/generated/themes/ProductSwitch.css.d.ts +2 -0
  603. package/dist/generated/themes/ProductSwitch.css.js +8 -0
  604. package/dist/generated/themes/ProductSwitch.css.js.map +1 -0
  605. package/dist/generated/themes/ProductSwitchItem.css.d.ts +2 -0
  606. package/dist/generated/themes/ProductSwitchItem.css.js +8 -0
  607. package/dist/generated/themes/ProductSwitchItem.css.js.map +1 -0
  608. package/dist/generated/themes/Search.css.d.ts +2 -0
  609. package/dist/generated/themes/Search.css.js +8 -0
  610. package/dist/generated/themes/Search.css.js.map +1 -0
  611. package/dist/generated/themes/SearchField.css.d.ts +2 -0
  612. package/dist/generated/themes/SearchField.css.js +8 -0
  613. package/dist/generated/themes/SearchField.css.js.map +1 -0
  614. package/dist/generated/themes/SearchItem.css.d.ts +2 -0
  615. package/dist/generated/themes/SearchItem.css.js +8 -0
  616. package/dist/generated/themes/SearchItem.css.js.map +1 -0
  617. package/dist/generated/themes/SearchItemGroup.css.d.ts +2 -0
  618. package/dist/generated/themes/SearchItemGroup.css.js +8 -0
  619. package/dist/generated/themes/SearchItemGroup.css.js.map +1 -0
  620. package/dist/generated/themes/SearchItemShowMore.css.d.ts +2 -0
  621. package/dist/generated/themes/SearchItemShowMore.css.js +8 -0
  622. package/dist/generated/themes/SearchItemShowMore.css.js.map +1 -0
  623. package/dist/generated/themes/SearchMessageArea.css.d.ts +2 -0
  624. package/dist/generated/themes/SearchMessageArea.css.js +8 -0
  625. package/dist/generated/themes/SearchMessageArea.css.js.map +1 -0
  626. package/dist/generated/themes/ShellBar.css.d.ts +2 -0
  627. package/dist/generated/themes/ShellBar.css.js +8 -0
  628. package/dist/generated/themes/ShellBar.css.js.map +1 -0
  629. package/dist/generated/themes/ShellBarBranding.css.d.ts +2 -0
  630. package/dist/generated/themes/ShellBarBranding.css.js +8 -0
  631. package/dist/generated/themes/ShellBarBranding.css.js.map +1 -0
  632. package/dist/generated/themes/ShellBarPopover.css.d.ts +2 -0
  633. package/dist/generated/themes/ShellBarPopover.css.js +8 -0
  634. package/dist/generated/themes/ShellBarPopover.css.js.map +1 -0
  635. package/dist/generated/themes/ShellBarSearch.css.d.ts +2 -0
  636. package/dist/generated/themes/ShellBarSearch.css.js +8 -0
  637. package/dist/generated/themes/ShellBarSearch.css.js.map +1 -0
  638. package/dist/generated/themes/SideNavigation.css.d.ts +2 -0
  639. package/dist/generated/themes/SideNavigation.css.js +8 -0
  640. package/dist/generated/themes/SideNavigation.css.js.map +1 -0
  641. package/dist/generated/themes/SideNavigationGroup.css.d.ts +2 -0
  642. package/dist/generated/themes/SideNavigationGroup.css.js +8 -0
  643. package/dist/generated/themes/SideNavigationGroup.css.js.map +1 -0
  644. package/dist/generated/themes/SideNavigationItem.css.d.ts +2 -0
  645. package/dist/generated/themes/SideNavigationItem.css.js +8 -0
  646. package/dist/generated/themes/SideNavigationItem.css.js.map +1 -0
  647. package/dist/generated/themes/SideNavigationItemBase.css.d.ts +2 -0
  648. package/dist/generated/themes/SideNavigationItemBase.css.js +8 -0
  649. package/dist/generated/themes/SideNavigationItemBase.css.js.map +1 -0
  650. package/dist/generated/themes/SideNavigationPopover.css.d.ts +2 -0
  651. package/dist/generated/themes/SideNavigationPopover.css.js +8 -0
  652. package/dist/generated/themes/SideNavigationPopover.css.js.map +1 -0
  653. package/dist/generated/themes/SideNavigationSubItem.css.d.ts +2 -0
  654. package/dist/generated/themes/SideNavigationSubItem.css.js +8 -0
  655. package/dist/generated/themes/SideNavigationSubItem.css.js.map +1 -0
  656. package/dist/generated/themes/Timeline.css.d.ts +2 -0
  657. package/dist/generated/themes/Timeline.css.js +8 -0
  658. package/dist/generated/themes/Timeline.css.js.map +1 -0
  659. package/dist/generated/themes/TimelineGroupItem.css.d.ts +2 -0
  660. package/dist/generated/themes/TimelineGroupItem.css.js +8 -0
  661. package/dist/generated/themes/TimelineGroupItem.css.js.map +1 -0
  662. package/dist/generated/themes/TimelineItem.css.d.ts +2 -0
  663. package/dist/generated/themes/TimelineItem.css.js +8 -0
  664. package/dist/generated/themes/TimelineItem.css.js.map +1 -0
  665. package/dist/generated/themes/UploadCollection.css.d.ts +2 -0
  666. package/dist/generated/themes/UploadCollection.css.js +8 -0
  667. package/dist/generated/themes/UploadCollection.css.js.map +1 -0
  668. package/dist/generated/themes/UploadCollectionItem.css.d.ts +2 -0
  669. package/dist/generated/themes/UploadCollectionItem.css.js +8 -0
  670. package/dist/generated/themes/UploadCollectionItem.css.js.map +1 -0
  671. package/dist/generated/themes/UserMenu.css.d.ts +2 -0
  672. package/dist/generated/themes/UserMenu.css.js +8 -0
  673. package/dist/generated/themes/UserMenu.css.js.map +1 -0
  674. package/dist/generated/themes/UserMenuItem.css.d.ts +2 -0
  675. package/dist/generated/themes/UserMenuItem.css.js +8 -0
  676. package/dist/generated/themes/UserMenuItem.css.js.map +1 -0
  677. package/dist/generated/themes/UserSettingsAccountView.css.d.ts +2 -0
  678. package/dist/generated/themes/UserSettingsAccountView.css.js +8 -0
  679. package/dist/generated/themes/UserSettingsAccountView.css.js.map +1 -0
  680. package/dist/generated/themes/UserSettingsAppearanceViewItem.css.d.ts +2 -0
  681. package/dist/generated/themes/UserSettingsAppearanceViewItem.css.js +8 -0
  682. package/dist/generated/themes/UserSettingsAppearanceViewItem.css.js.map +1 -0
  683. package/dist/generated/themes/UserSettingsDialog.css.d.ts +2 -0
  684. package/dist/generated/themes/UserSettingsDialog.css.js +8 -0
  685. package/dist/generated/themes/UserSettingsDialog.css.js.map +1 -0
  686. package/dist/generated/themes/UserSettingsItem.css.d.ts +2 -0
  687. package/dist/generated/themes/UserSettingsItem.css.js +8 -0
  688. package/dist/generated/themes/UserSettingsItem.css.js.map +1 -0
  689. package/dist/generated/themes/UserSettingsView.css.d.ts +2 -0
  690. package/dist/generated/themes/UserSettingsView.css.js +8 -0
  691. package/dist/generated/themes/UserSettingsView.css.js.map +1 -0
  692. package/dist/generated/themes/ViewSettingsDialog.css.d.ts +2 -0
  693. package/dist/generated/themes/ViewSettingsDialog.css.js +8 -0
  694. package/dist/generated/themes/ViewSettingsDialog.css.js.map +1 -0
  695. package/dist/generated/themes/Wizard.css.d.ts +2 -0
  696. package/dist/generated/themes/Wizard.css.js +8 -0
  697. package/dist/generated/themes/Wizard.css.js.map +1 -0
  698. package/dist/generated/themes/WizardPopover.css.d.ts +2 -0
  699. package/dist/generated/themes/WizardPopover.css.js +8 -0
  700. package/dist/generated/themes/WizardPopover.css.js.map +1 -0
  701. package/dist/generated/themes/WizardTab.css.d.ts +2 -0
  702. package/dist/generated/themes/WizardTab.css.js +8 -0
  703. package/dist/generated/themes/WizardTab.css.js.map +1 -0
  704. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.d.ts +2 -0
  705. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +4 -0
  706. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -0
  707. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.d.ts +2 -0
  708. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +4 -0
  709. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -0
  710. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.d.ts +2 -0
  711. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +4 -0
  712. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -0
  713. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.d.ts +2 -0
  714. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +4 -0
  715. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -0
  716. package/dist/generated/themes/sap_horizon/parameters-bundle.css.d.ts +2 -0
  717. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +4 -0
  718. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -0
  719. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.d.ts +2 -0
  720. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +280 -0
  721. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -0
  722. package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.d.ts +2 -0
  723. package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js +212 -0
  724. package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js.map +1 -0
  725. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.d.ts +2 -0
  726. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js +218 -0
  727. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js.map +1 -0
  728. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.d.ts +2 -0
  729. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +281 -0
  730. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -0
  731. package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.d.ts +2 -0
  732. package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js +218 -0
  733. package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js.map +1 -0
  734. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.d.ts +2 -0
  735. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +281 -0
  736. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -0
  737. package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.d.ts +2 -0
  738. package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js +220 -0
  739. package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js.map +1 -0
  740. package/dist/illustrations/Achievement.d.ts +8 -0
  741. package/dist/illustrations/Achievement.js +33 -0
  742. package/dist/illustrations/AddColumn.d.ts +8 -0
  743. package/dist/illustrations/AddColumn.js +33 -0
  744. package/dist/illustrations/AddDimensions.d.ts +8 -0
  745. package/dist/illustrations/AddDimensions.js +33 -0
  746. package/dist/illustrations/AddPeople.d.ts +8 -0
  747. package/dist/illustrations/AddPeople.js +33 -0
  748. package/dist/illustrations/AddPeopleToCalendar.d.ts +8 -0
  749. package/dist/illustrations/AddPeopleToCalendar.js +33 -0
  750. package/dist/illustrations/AddingColumns.d.ts +8 -0
  751. package/dist/illustrations/AddingColumns.js +33 -0
  752. package/dist/illustrations/AllIllustrations.d.ts +4 -0
  753. package/dist/illustrations/AllIllustrations.js +5 -0
  754. package/dist/illustrations/AllIllustrations.js.map +1 -0
  755. package/dist/illustrations/BalloonSky.d.ts +8 -0
  756. package/dist/illustrations/BalloonSky.js +33 -0
  757. package/dist/illustrations/BeforeSearch.d.ts +8 -0
  758. package/dist/illustrations/BeforeSearch.js +33 -0
  759. package/dist/illustrations/Connection.d.ts +8 -0
  760. package/dist/illustrations/Connection.js +33 -0
  761. package/dist/illustrations/DragFilesToUpload.d.ts +8 -0
  762. package/dist/illustrations/DragFilesToUpload.js +33 -0
  763. package/dist/illustrations/EmptyCalendar.d.ts +8 -0
  764. package/dist/illustrations/EmptyCalendar.js +33 -0
  765. package/dist/illustrations/EmptyList.d.ts +8 -0
  766. package/dist/illustrations/EmptyList.js +33 -0
  767. package/dist/illustrations/EmptyPlanningCalendar.d.ts +8 -0
  768. package/dist/illustrations/EmptyPlanningCalendar.js +33 -0
  769. package/dist/illustrations/ErrorScreen.d.ts +8 -0
  770. package/dist/illustrations/ErrorScreen.js +33 -0
  771. package/dist/illustrations/FilterTable.d.ts +8 -0
  772. package/dist/illustrations/FilterTable.js +33 -0
  773. package/dist/illustrations/FilteringColumns.d.ts +8 -0
  774. package/dist/illustrations/FilteringColumns.js +33 -0
  775. package/dist/illustrations/GroupTable.d.ts +8 -0
  776. package/dist/illustrations/GroupTable.js +33 -0
  777. package/dist/illustrations/GroupingColumns.d.ts +8 -0
  778. package/dist/illustrations/GroupingColumns.js +33 -0
  779. package/dist/illustrations/KeyTask.d.ts +8 -0
  780. package/dist/illustrations/KeyTask.js +33 -0
  781. package/dist/illustrations/NewMail.d.ts +8 -0
  782. package/dist/illustrations/NewMail.js +33 -0
  783. package/dist/illustrations/NoActivities.d.ts +8 -0
  784. package/dist/illustrations/NoActivities.js +33 -0
  785. package/dist/illustrations/NoChartData.d.ts +8 -0
  786. package/dist/illustrations/NoChartData.js +33 -0
  787. package/dist/illustrations/NoColumnsSet.d.ts +8 -0
  788. package/dist/illustrations/NoColumnsSet.js +33 -0
  789. package/dist/illustrations/NoData.d.ts +8 -0
  790. package/dist/illustrations/NoData.js +33 -0
  791. package/dist/illustrations/NoDimensionsSet.d.ts +8 -0
  792. package/dist/illustrations/NoDimensionsSet.js +33 -0
  793. package/dist/illustrations/NoEntries.d.ts +8 -0
  794. package/dist/illustrations/NoEntries.js +33 -0
  795. package/dist/illustrations/NoFilterResults.d.ts +8 -0
  796. package/dist/illustrations/NoFilterResults.js +33 -0
  797. package/dist/illustrations/NoMail.d.ts +8 -0
  798. package/dist/illustrations/NoMail.js +33 -0
  799. package/dist/illustrations/NoMail_v1.d.ts +8 -0
  800. package/dist/illustrations/NoMail_v1.js +33 -0
  801. package/dist/illustrations/NoNotifications.d.ts +8 -0
  802. package/dist/illustrations/NoNotifications.js +33 -0
  803. package/dist/illustrations/NoSavedItems.d.ts +8 -0
  804. package/dist/illustrations/NoSavedItems.js +33 -0
  805. package/dist/illustrations/NoSavedItems_v1.d.ts +8 -0
  806. package/dist/illustrations/NoSavedItems_v1.js +33 -0
  807. package/dist/illustrations/NoSearchResults.d.ts +8 -0
  808. package/dist/illustrations/NoSearchResults.js +33 -0
  809. package/dist/illustrations/NoTasks.d.ts +8 -0
  810. package/dist/illustrations/NoTasks.js +33 -0
  811. package/dist/illustrations/NoTasks_v1.d.ts +8 -0
  812. package/dist/illustrations/NoTasks_v1.js +33 -0
  813. package/dist/illustrations/PageNotFound.d.ts +8 -0
  814. package/dist/illustrations/PageNotFound.js +33 -0
  815. package/dist/illustrations/ReceiveAppreciation.d.ts +8 -0
  816. package/dist/illustrations/ReceiveAppreciation.js +33 -0
  817. package/dist/illustrations/ReloadScreen.d.ts +8 -0
  818. package/dist/illustrations/ReloadScreen.js +33 -0
  819. package/dist/illustrations/ResizeColumn.d.ts +8 -0
  820. package/dist/illustrations/ResizeColumn.js +33 -0
  821. package/dist/illustrations/ResizingColumns.d.ts +8 -0
  822. package/dist/illustrations/ResizingColumns.js +33 -0
  823. package/dist/illustrations/SearchEarth.d.ts +8 -0
  824. package/dist/illustrations/SearchEarth.js +33 -0
  825. package/dist/illustrations/SearchFolder.d.ts +8 -0
  826. package/dist/illustrations/SearchFolder.js +33 -0
  827. package/dist/illustrations/SignOut.d.ts +8 -0
  828. package/dist/illustrations/SignOut.js +33 -0
  829. package/dist/illustrations/SimpleBalloon.d.ts +8 -0
  830. package/dist/illustrations/SimpleBalloon.js +33 -0
  831. package/dist/illustrations/SimpleBell.d.ts +8 -0
  832. package/dist/illustrations/SimpleBell.js +33 -0
  833. package/dist/illustrations/SimpleCalendar.d.ts +8 -0
  834. package/dist/illustrations/SimpleCalendar.js +33 -0
  835. package/dist/illustrations/SimpleCheckMark.d.ts +8 -0
  836. package/dist/illustrations/SimpleCheckMark.js +33 -0
  837. package/dist/illustrations/SimpleConnection.d.ts +8 -0
  838. package/dist/illustrations/SimpleConnection.js +33 -0
  839. package/dist/illustrations/SimpleEmptyDoc.d.ts +8 -0
  840. package/dist/illustrations/SimpleEmptyDoc.js +33 -0
  841. package/dist/illustrations/SimpleEmptyList.d.ts +8 -0
  842. package/dist/illustrations/SimpleEmptyList.js +33 -0
  843. package/dist/illustrations/SimpleError.d.ts +8 -0
  844. package/dist/illustrations/SimpleError.js +33 -0
  845. package/dist/illustrations/SimpleMagnifier.d.ts +8 -0
  846. package/dist/illustrations/SimpleMagnifier.js +33 -0
  847. package/dist/illustrations/SimpleMail.d.ts +8 -0
  848. package/dist/illustrations/SimpleMail.js +33 -0
  849. package/dist/illustrations/SimpleNoSavedItems.d.ts +8 -0
  850. package/dist/illustrations/SimpleNoSavedItems.js +33 -0
  851. package/dist/illustrations/SimpleNotFoundMagnifier.d.ts +8 -0
  852. package/dist/illustrations/SimpleNotFoundMagnifier.js +33 -0
  853. package/dist/illustrations/SimpleReload.d.ts +8 -0
  854. package/dist/illustrations/SimpleReload.js +33 -0
  855. package/dist/illustrations/SimpleTask.d.ts +8 -0
  856. package/dist/illustrations/SimpleTask.js +33 -0
  857. package/dist/illustrations/SleepingBell.d.ts +8 -0
  858. package/dist/illustrations/SleepingBell.js +33 -0
  859. package/dist/illustrations/SortColumn.d.ts +8 -0
  860. package/dist/illustrations/SortColumn.js +33 -0
  861. package/dist/illustrations/SortingColumns.d.ts +8 -0
  862. package/dist/illustrations/SortingColumns.js +33 -0
  863. package/dist/illustrations/SuccessBalloon.d.ts +8 -0
  864. package/dist/illustrations/SuccessBalloon.js +33 -0
  865. package/dist/illustrations/SuccessCheckMark.d.ts +8 -0
  866. package/dist/illustrations/SuccessCheckMark.js +33 -0
  867. package/dist/illustrations/SuccessHighFive.d.ts +8 -0
  868. package/dist/illustrations/SuccessHighFive.js +33 -0
  869. package/dist/illustrations/SuccessScreen.d.ts +8 -0
  870. package/dist/illustrations/SuccessScreen.js +33 -0
  871. package/dist/illustrations/Survey.d.ts +8 -0
  872. package/dist/illustrations/Survey.js +33 -0
  873. package/dist/illustrations/Tent.d.ts +8 -0
  874. package/dist/illustrations/Tent.js +33 -0
  875. package/dist/illustrations/UnableToLoad.d.ts +8 -0
  876. package/dist/illustrations/UnableToLoad.js +33 -0
  877. package/dist/illustrations/UnableToLoadImage.d.ts +8 -0
  878. package/dist/illustrations/UnableToLoadImage.js +33 -0
  879. package/dist/illustrations/UnableToUpload.d.ts +8 -0
  880. package/dist/illustrations/UnableToUpload.js +33 -0
  881. package/dist/illustrations/UploadCollection.d.ts +8 -0
  882. package/dist/illustrations/UploadCollection.js +33 -0
  883. package/dist/illustrations/UploadToCloud.d.ts +8 -0
  884. package/dist/illustrations/UploadToCloud.js +33 -0
  885. package/dist/illustrations/UserHasSignedUp.d.ts +8 -0
  886. package/dist/illustrations/UserHasSignedUp.js +33 -0
  887. package/dist/illustrations/sapIllus-Dialog-Achievement.js +29 -0
  888. package/dist/illustrations/sapIllus-Dialog-AddColumn.js +38 -0
  889. package/dist/illustrations/sapIllus-Dialog-AddDimensions.js +18 -0
  890. package/dist/illustrations/sapIllus-Dialog-AddPeople.js +32 -0
  891. package/dist/illustrations/sapIllus-Dialog-AddPeopleToCalendar.js +52 -0
  892. package/dist/illustrations/sapIllus-Dialog-AddingColumns.js +38 -0
  893. package/dist/illustrations/sapIllus-Dialog-BalloonSky.js +46 -0
  894. package/dist/illustrations/sapIllus-Dialog-BeforeSearch.js +42 -0
  895. package/dist/illustrations/sapIllus-Dialog-Connection.js +19 -0
  896. package/dist/illustrations/sapIllus-Dialog-DragFilesToUpload.js +20 -0
  897. package/dist/illustrations/sapIllus-Dialog-EmptyCalendar.js +78 -0
  898. package/dist/illustrations/sapIllus-Dialog-EmptyList.js +37 -0
  899. package/dist/illustrations/sapIllus-Dialog-EmptyPlanningCalendar.js +19 -0
  900. package/dist/illustrations/sapIllus-Dialog-ErrorScreen.js +35 -0
  901. package/dist/illustrations/sapIllus-Dialog-FilterTable.js +66 -0
  902. package/dist/illustrations/sapIllus-Dialog-FilteringColumns.js +39 -0
  903. package/dist/illustrations/sapIllus-Dialog-GroupTable.js +68 -0
  904. package/dist/illustrations/sapIllus-Dialog-GroupingColumns.js +35 -0
  905. package/dist/illustrations/sapIllus-Dialog-KeyTask.js +120 -0
  906. package/dist/illustrations/sapIllus-Dialog-NewMail.js +38 -0
  907. package/dist/illustrations/sapIllus-Dialog-NoActivities.js +34 -0
  908. package/dist/illustrations/sapIllus-Dialog-NoChartData.js +45 -0
  909. package/dist/illustrations/sapIllus-Dialog-NoColumnsSet.js +29 -0
  910. package/dist/illustrations/sapIllus-Dialog-NoData.js +12 -0
  911. package/dist/illustrations/sapIllus-Dialog-NoDimensionsSet.js +40 -0
  912. package/dist/illustrations/sapIllus-Dialog-NoEntries.js +42 -0
  913. package/dist/illustrations/sapIllus-Dialog-NoFilterResults.js +20 -0
  914. package/dist/illustrations/sapIllus-Dialog-NoMail.js +16 -0
  915. package/dist/illustrations/sapIllus-Dialog-NoMail_v1.js +23 -0
  916. package/dist/illustrations/sapIllus-Dialog-NoNotifications.js +28 -0
  917. package/dist/illustrations/sapIllus-Dialog-NoSavedItems.js +54 -0
  918. package/dist/illustrations/sapIllus-Dialog-NoSavedItems_v1.js +37 -0
  919. package/dist/illustrations/sapIllus-Dialog-NoSearchResults.js +73 -0
  920. package/dist/illustrations/sapIllus-Dialog-NoTasks.js +60 -0
  921. package/dist/illustrations/sapIllus-Dialog-NoTasks_v1.js +63 -0
  922. package/dist/illustrations/sapIllus-Dialog-PageNotFound.js +13 -0
  923. package/dist/illustrations/sapIllus-Dialog-ReceiveAppreciation.js +25 -0
  924. package/dist/illustrations/sapIllus-Dialog-ReloadScreen.js +49 -0
  925. package/dist/illustrations/sapIllus-Dialog-ResizeColumn.js +42 -0
  926. package/dist/illustrations/sapIllus-Dialog-ResizingColumns.js +55 -0
  927. package/dist/illustrations/sapIllus-Dialog-SearchEarth.js +19 -0
  928. package/dist/illustrations/sapIllus-Dialog-SearchFolder.js +38 -0
  929. package/dist/illustrations/sapIllus-Dialog-SignOut.js +21 -0
  930. package/dist/illustrations/sapIllus-Dialog-SimpleBalloon.js +18 -0
  931. package/dist/illustrations/sapIllus-Dialog-SimpleBell.js +14 -0
  932. package/dist/illustrations/sapIllus-Dialog-SimpleCalendar.js +49 -0
  933. package/dist/illustrations/sapIllus-Dialog-SimpleCheckMark.js +7 -0
  934. package/dist/illustrations/sapIllus-Dialog-SimpleConnection.js +19 -0
  935. package/dist/illustrations/sapIllus-Dialog-SimpleEmptyDoc.js +18 -0
  936. package/dist/illustrations/sapIllus-Dialog-SimpleEmptyList.js +11 -0
  937. package/dist/illustrations/sapIllus-Dialog-SimpleError.js +11 -0
  938. package/dist/illustrations/sapIllus-Dialog-SimpleMagnifier.js +11 -0
  939. package/dist/illustrations/sapIllus-Dialog-SimpleMail.js +14 -0
  940. package/dist/illustrations/sapIllus-Dialog-SimpleNoSavedItems.js +18 -0
  941. package/dist/illustrations/sapIllus-Dialog-SimpleNotFoundMagnifier.js +22 -0
  942. package/dist/illustrations/sapIllus-Dialog-SimpleReload.js +12 -0
  943. package/dist/illustrations/sapIllus-Dialog-SimpleTask.js +24 -0
  944. package/dist/illustrations/sapIllus-Dialog-SleepingBell.js +31 -0
  945. package/dist/illustrations/sapIllus-Dialog-SortColumn.js +40 -0
  946. package/dist/illustrations/sapIllus-Dialog-SortingColumns.js +50 -0
  947. package/dist/illustrations/sapIllus-Dialog-SuccessBalloon.js +16 -0
  948. package/dist/illustrations/sapIllus-Dialog-SuccessCheckMark.js +9 -0
  949. package/dist/illustrations/sapIllus-Dialog-SuccessHighFive.js +25 -0
  950. package/dist/illustrations/sapIllus-Dialog-SuccessScreen.js +48 -0
  951. package/dist/illustrations/sapIllus-Dialog-Survey.js +23 -0
  952. package/dist/illustrations/sapIllus-Dialog-Tent.js +32 -0
  953. package/dist/illustrations/sapIllus-Dialog-UnableToLoad.js +119 -0
  954. package/dist/illustrations/sapIllus-Dialog-UnableToLoadImage.js +28 -0
  955. package/dist/illustrations/sapIllus-Dialog-UnableToUpload.js +26 -0
  956. package/dist/illustrations/sapIllus-Dialog-UploadCollection.js +31 -0
  957. package/dist/illustrations/sapIllus-Dialog-UploadToCloud.js +21 -0
  958. package/dist/illustrations/sapIllus-Dialog-UserHasSignedUp.js +34 -0
  959. package/dist/illustrations/sapIllus-Dot-Achievement.js +19 -0
  960. package/dist/illustrations/sapIllus-Dot-AddColumn.js +27 -0
  961. package/dist/illustrations/sapIllus-Dot-AddDimensions.js +10 -0
  962. package/dist/illustrations/sapIllus-Dot-AddPeople.js +9 -0
  963. package/dist/illustrations/sapIllus-Dot-AddPeopleToCalendar.js +15 -0
  964. package/dist/illustrations/sapIllus-Dot-AddingColumns.js +14 -0
  965. package/dist/illustrations/sapIllus-Dot-BalloonSky.js +7 -0
  966. package/dist/illustrations/sapIllus-Dot-BeforeSearch.js +41 -0
  967. package/dist/illustrations/sapIllus-Dot-Connection.js +10 -0
  968. package/dist/illustrations/sapIllus-Dot-DragFilesToUpload.js +8 -0
  969. package/dist/illustrations/sapIllus-Dot-EmptyCalendar.js +37 -0
  970. package/dist/illustrations/sapIllus-Dot-EmptyList.js +7 -0
  971. package/dist/illustrations/sapIllus-Dot-EmptyPlanningCalendar.js +18 -0
  972. package/dist/illustrations/sapIllus-Dot-ErrorScreen.js +9 -0
  973. package/dist/illustrations/sapIllus-Dot-FilterTable.js +8 -0
  974. package/dist/illustrations/sapIllus-Dot-FilteringColumns.js +22 -0
  975. package/dist/illustrations/sapIllus-Dot-GroupTable.js +36 -0
  976. package/dist/illustrations/sapIllus-Dot-GroupingColumns.js +23 -0
  977. package/dist/illustrations/sapIllus-Dot-KeyTask.js +119 -0
  978. package/dist/illustrations/sapIllus-Dot-NewMail.js +11 -0
  979. package/dist/illustrations/sapIllus-Dot-NoActivities.js +11 -0
  980. package/dist/illustrations/sapIllus-Dot-NoChartData.js +35 -0
  981. package/dist/illustrations/sapIllus-Dot-NoColumnsSet.js +26 -0
  982. package/dist/illustrations/sapIllus-Dot-NoData.js +11 -0
  983. package/dist/illustrations/sapIllus-Dot-NoDimensionsSet.js +7 -0
  984. package/dist/illustrations/sapIllus-Dot-NoEntries.js +25 -0
  985. package/dist/illustrations/sapIllus-Dot-NoFilterResults.js +14 -0
  986. package/dist/illustrations/sapIllus-Dot-NoMail.js +14 -0
  987. package/dist/illustrations/sapIllus-Dot-NoMail_v1.js +10 -0
  988. package/dist/illustrations/sapIllus-Dot-NoNotifications.js +23 -0
  989. package/dist/illustrations/sapIllus-Dot-NoSavedItems.js +55 -0
  990. package/dist/illustrations/sapIllus-Dot-NoSavedItems_v1.js +13 -0
  991. package/dist/illustrations/sapIllus-Dot-NoSearchResults.js +35 -0
  992. package/dist/illustrations/sapIllus-Dot-NoTasks.js +22 -0
  993. package/dist/illustrations/sapIllus-Dot-NoTasks_v1.js +13 -0
  994. package/dist/illustrations/sapIllus-Dot-PageNotFound.js +14 -0
  995. package/dist/illustrations/sapIllus-Dot-ReceiveAppreciation.js +19 -0
  996. package/dist/illustrations/sapIllus-Dot-ReloadScreen.js +9 -0
  997. package/dist/illustrations/sapIllus-Dot-ResizeColumn.js +27 -0
  998. package/dist/illustrations/sapIllus-Dot-ResizingColumns.js +19 -0
  999. package/dist/illustrations/sapIllus-Dot-SearchEarth.js +7 -0
  1000. package/dist/illustrations/sapIllus-Dot-SearchFolder.js +11 -0
  1001. package/dist/illustrations/sapIllus-Dot-SignOut.js +11 -0
  1002. package/dist/illustrations/sapIllus-Dot-SimpleBalloon.js +7 -0
  1003. package/dist/illustrations/sapIllus-Dot-SimpleBell.js +8 -0
  1004. package/dist/illustrations/sapIllus-Dot-SimpleCalendar.js +37 -0
  1005. package/dist/illustrations/sapIllus-Dot-SimpleCheckMark.js +5 -0
  1006. package/dist/illustrations/sapIllus-Dot-SimpleConnection.js +10 -0
  1007. package/dist/illustrations/sapIllus-Dot-SimpleEmptyDoc.js +8 -0
  1008. package/dist/illustrations/sapIllus-Dot-SimpleEmptyList.js +7 -0
  1009. package/dist/illustrations/sapIllus-Dot-SimpleError.js +9 -0
  1010. package/dist/illustrations/sapIllus-Dot-SimpleMagnifier.js +7 -0
  1011. package/dist/illustrations/sapIllus-Dot-SimpleMail.js +10 -0
  1012. package/dist/illustrations/sapIllus-Dot-SimpleNoSavedItems.js +13 -0
  1013. package/dist/illustrations/sapIllus-Dot-SimpleNotFoundMagnifier.js +11 -0
  1014. package/dist/illustrations/sapIllus-Dot-SimpleReload.js +9 -0
  1015. package/dist/illustrations/sapIllus-Dot-SimpleTask.js +13 -0
  1016. package/dist/illustrations/sapIllus-Dot-SleepingBell.js +8 -0
  1017. package/dist/illustrations/sapIllus-Dot-SortColumn.js +29 -0
  1018. package/dist/illustrations/sapIllus-Dot-SortingColumns.js +15 -0
  1019. package/dist/illustrations/sapIllus-Dot-SuccessHighFive.js +7 -0
  1020. package/dist/illustrations/sapIllus-Dot-SuccessScreen.js +5 -0
  1021. package/dist/illustrations/sapIllus-Dot-Survey.js +8 -0
  1022. package/dist/illustrations/sapIllus-Dot-Tent.js +8 -0
  1023. package/dist/illustrations/sapIllus-Dot-UnableToLoad.js +118 -0
  1024. package/dist/illustrations/sapIllus-Dot-UnableToLoadImage.js +24 -0
  1025. package/dist/illustrations/sapIllus-Dot-UnableToUpload.js +10 -0
  1026. package/dist/illustrations/sapIllus-Dot-UploadCollection.js +7 -0
  1027. package/dist/illustrations/sapIllus-Dot-UploadToCloud.js +9 -0
  1028. package/dist/illustrations/sapIllus-Dot-UserHasSignedUp.js +8 -0
  1029. package/dist/illustrations/sapIllus-Scene-Achievement.js +29 -0
  1030. package/dist/illustrations/sapIllus-Scene-AddColumn.js +49 -0
  1031. package/dist/illustrations/sapIllus-Scene-AddDimensions.js +18 -0
  1032. package/dist/illustrations/sapIllus-Scene-AddPeople.js +31 -0
  1033. package/dist/illustrations/sapIllus-Scene-AddPeopleToCalendar.js +47 -0
  1034. package/dist/illustrations/sapIllus-Scene-AddingColumns.js +38 -0
  1035. package/dist/illustrations/sapIllus-Scene-BalloonSky.js +54 -0
  1036. package/dist/illustrations/sapIllus-Scene-BeforeSearch.js +42 -0
  1037. package/dist/illustrations/sapIllus-Scene-Connection.js +32 -0
  1038. package/dist/illustrations/sapIllus-Scene-DragFilesToUpload.js +20 -0
  1039. package/dist/illustrations/sapIllus-Scene-EmptyCalendar.js +91 -0
  1040. package/dist/illustrations/sapIllus-Scene-EmptyList.js +44 -0
  1041. package/dist/illustrations/sapIllus-Scene-EmptyPlanningCalendar.js +19 -0
  1042. package/dist/illustrations/sapIllus-Scene-ErrorScreen.js +79 -0
  1043. package/dist/illustrations/sapIllus-Scene-FilterTable.js +63 -0
  1044. package/dist/illustrations/sapIllus-Scene-FilteringColumns.js +39 -0
  1045. package/dist/illustrations/sapIllus-Scene-GroupTable.js +77 -0
  1046. package/dist/illustrations/sapIllus-Scene-GroupingColumns.js +40 -0
  1047. package/dist/illustrations/sapIllus-Scene-KeyTask.js +120 -0
  1048. package/dist/illustrations/sapIllus-Scene-NewMail.js +38 -0
  1049. package/dist/illustrations/sapIllus-Scene-NoActivities.js +34 -0
  1050. package/dist/illustrations/sapIllus-Scene-NoChartData.js +45 -0
  1051. package/dist/illustrations/sapIllus-Scene-NoColumnsSet.js +26 -0
  1052. package/dist/illustrations/sapIllus-Scene-NoData.js +12 -0
  1053. package/dist/illustrations/sapIllus-Scene-NoDimensionsSet.js +39 -0
  1054. package/dist/illustrations/sapIllus-Scene-NoEntries.js +42 -0
  1055. package/dist/illustrations/sapIllus-Scene-NoFilterResults.js +16 -0
  1056. package/dist/illustrations/sapIllus-Scene-NoMail.js +16 -0
  1057. package/dist/illustrations/sapIllus-Scene-NoMail_v1.js +56 -0
  1058. package/dist/illustrations/sapIllus-Scene-NoNotifications.js +28 -0
  1059. package/dist/illustrations/sapIllus-Scene-NoSavedItems.js +54 -0
  1060. package/dist/illustrations/sapIllus-Scene-NoSavedItems_v1.js +40 -0
  1061. package/dist/illustrations/sapIllus-Scene-NoSearchResults.js +73 -0
  1062. package/dist/illustrations/sapIllus-Scene-NoTasks.js +60 -0
  1063. package/dist/illustrations/sapIllus-Scene-NoTasks_v1.js +87 -0
  1064. package/dist/illustrations/sapIllus-Scene-PageNotFound.js +13 -0
  1065. package/dist/illustrations/sapIllus-Scene-ReceiveAppreciation.js +25 -0
  1066. package/dist/illustrations/sapIllus-Scene-ReloadScreen.js +63 -0
  1067. package/dist/illustrations/sapIllus-Scene-ResizeColumn.js +53 -0
  1068. package/dist/illustrations/sapIllus-Scene-ResizingColumns.js +57 -0
  1069. package/dist/illustrations/sapIllus-Scene-SearchEarth.js +31 -0
  1070. package/dist/illustrations/sapIllus-Scene-SearchFolder.js +45 -0
  1071. package/dist/illustrations/sapIllus-Scene-SignOut.js +21 -0
  1072. package/dist/illustrations/sapIllus-Scene-SimpleBalloon.js +21 -0
  1073. package/dist/illustrations/sapIllus-Scene-SimpleBell.js +17 -0
  1074. package/dist/illustrations/sapIllus-Scene-SimpleCalendar.js +45 -0
  1075. package/dist/illustrations/sapIllus-Scene-SimpleCheckMark.js +10 -0
  1076. package/dist/illustrations/sapIllus-Scene-SimpleConnection.js +23 -0
  1077. package/dist/illustrations/sapIllus-Scene-SimpleEmptyDoc.js +21 -0
  1078. package/dist/illustrations/sapIllus-Scene-SimpleEmptyList.js +14 -0
  1079. package/dist/illustrations/sapIllus-Scene-SimpleError.js +14 -0
  1080. package/dist/illustrations/sapIllus-Scene-SimpleMagnifier.js +14 -0
  1081. package/dist/illustrations/sapIllus-Scene-SimpleMail.js +17 -0
  1082. package/dist/illustrations/sapIllus-Scene-SimpleNoSavedItems.js +28 -0
  1083. package/dist/illustrations/sapIllus-Scene-SimpleNotFoundMagnifier.js +25 -0
  1084. package/dist/illustrations/sapIllus-Scene-SimpleReload.js +15 -0
  1085. package/dist/illustrations/sapIllus-Scene-SimpleTask.js +20 -0
  1086. package/dist/illustrations/sapIllus-Scene-SleepingBell.js +51 -0
  1087. package/dist/illustrations/sapIllus-Scene-SortColumn.js +51 -0
  1088. package/dist/illustrations/sapIllus-Scene-SortingColumns.js +50 -0
  1089. package/dist/illustrations/sapIllus-Scene-SuccessBalloon.js +34 -0
  1090. package/dist/illustrations/sapIllus-Scene-SuccessCheckMark.js +44 -0
  1091. package/dist/illustrations/sapIllus-Scene-SuccessHighFive.js +26 -0
  1092. package/dist/illustrations/sapIllus-Scene-SuccessScreen.js +62 -0
  1093. package/dist/illustrations/sapIllus-Scene-Survey.js +22 -0
  1094. package/dist/illustrations/sapIllus-Scene-Tent.js +60 -0
  1095. package/dist/illustrations/sapIllus-Scene-UnableToLoad.js +119 -0
  1096. package/dist/illustrations/sapIllus-Scene-UnableToLoadImage.js +28 -0
  1097. package/dist/illustrations/sapIllus-Scene-UnableToUpload.js +26 -0
  1098. package/dist/illustrations/sapIllus-Scene-UploadCollection.js +30 -0
  1099. package/dist/illustrations/sapIllus-Scene-UploadToCloud.js +22 -0
  1100. package/dist/illustrations/sapIllus-Scene-UserHasSignedUp.js +29 -0
  1101. package/dist/illustrations/sapIllus-Spot-Achievement.js +28 -0
  1102. package/dist/illustrations/sapIllus-Spot-AddColumn.js +38 -0
  1103. package/dist/illustrations/sapIllus-Spot-AddDimensions.js +17 -0
  1104. package/dist/illustrations/sapIllus-Spot-AddPeople.js +32 -0
  1105. package/dist/illustrations/sapIllus-Spot-AddPeopleToCalendar.js +43 -0
  1106. package/dist/illustrations/sapIllus-Spot-AddingColumns.js +38 -0
  1107. package/dist/illustrations/sapIllus-Spot-BalloonSky.js +44 -0
  1108. package/dist/illustrations/sapIllus-Spot-BeforeSearch.js +42 -0
  1109. package/dist/illustrations/sapIllus-Spot-Connection.js +23 -0
  1110. package/dist/illustrations/sapIllus-Spot-DragFilesToUpload.js +18 -0
  1111. package/dist/illustrations/sapIllus-Spot-EmptyCalendar.js +47 -0
  1112. package/dist/illustrations/sapIllus-Spot-EmptyList.js +30 -0
  1113. package/dist/illustrations/sapIllus-Spot-EmptyPlanningCalendar.js +19 -0
  1114. package/dist/illustrations/sapIllus-Spot-ErrorScreen.js +33 -0
  1115. package/dist/illustrations/sapIllus-Spot-FilterTable.js +61 -0
  1116. package/dist/illustrations/sapIllus-Spot-FilteringColumns.js +33 -0
  1117. package/dist/illustrations/sapIllus-Spot-GroupTable.js +87 -0
  1118. package/dist/illustrations/sapIllus-Spot-GroupingColumns.js +35 -0
  1119. package/dist/illustrations/sapIllus-Spot-KeyTask.js +120 -0
  1120. package/dist/illustrations/sapIllus-Spot-NewMail.js +34 -0
  1121. package/dist/illustrations/sapIllus-Spot-NoActivities.js +34 -0
  1122. package/dist/illustrations/sapIllus-Spot-NoChartData.js +42 -0
  1123. package/dist/illustrations/sapIllus-Spot-NoColumnsSet.js +29 -0
  1124. package/dist/illustrations/sapIllus-Spot-NoData.js +12 -0
  1125. package/dist/illustrations/sapIllus-Spot-NoDimensionsSet.js +43 -0
  1126. package/dist/illustrations/sapIllus-Spot-NoEntries.js +42 -0
  1127. package/dist/illustrations/sapIllus-Spot-NoFilterResults.js +16 -0
  1128. package/dist/illustrations/sapIllus-Spot-NoMail.js +15 -0
  1129. package/dist/illustrations/sapIllus-Spot-NoMail_v1.js +17 -0
  1130. package/dist/illustrations/sapIllus-Spot-NoNotifications.js +25 -0
  1131. package/dist/illustrations/sapIllus-Spot-NoSavedItems.js +51 -0
  1132. package/dist/illustrations/sapIllus-Spot-NoSavedItems_v1.js +34 -0
  1133. package/dist/illustrations/sapIllus-Spot-NoSearchResults.js +73 -0
  1134. package/dist/illustrations/sapIllus-Spot-NoTasks.js +32 -0
  1135. package/dist/illustrations/sapIllus-Spot-NoTasks_v1.js +23 -0
  1136. package/dist/illustrations/sapIllus-Spot-PageNotFound.js +10 -0
  1137. package/dist/illustrations/sapIllus-Spot-ReceiveAppreciation.js +20 -0
  1138. package/dist/illustrations/sapIllus-Spot-ReloadScreen.js +37 -0
  1139. package/dist/illustrations/sapIllus-Spot-ResizeColumn.js +50 -0
  1140. package/dist/illustrations/sapIllus-Spot-ResizingColumns.js +37 -0
  1141. package/dist/illustrations/sapIllus-Spot-SearchEarth.js +56 -0
  1142. package/dist/illustrations/sapIllus-Spot-SearchFolder.js +38 -0
  1143. package/dist/illustrations/sapIllus-Spot-SignOut.js +21 -0
  1144. package/dist/illustrations/sapIllus-Spot-SimpleBalloon.js +8 -0
  1145. package/dist/illustrations/sapIllus-Spot-SimpleBell.js +13 -0
  1146. package/dist/illustrations/sapIllus-Spot-SimpleCalendar.js +45 -0
  1147. package/dist/illustrations/sapIllus-Spot-SimpleCheckMark.js +6 -0
  1148. package/dist/illustrations/sapIllus-Spot-SimpleConnection.js +11 -0
  1149. package/dist/illustrations/sapIllus-Spot-SimpleEmptyDoc.js +7 -0
  1150. package/dist/illustrations/sapIllus-Spot-SimpleEmptyList.js +7 -0
  1151. package/dist/illustrations/sapIllus-Spot-SimpleError.js +10 -0
  1152. package/dist/illustrations/sapIllus-Spot-SimpleMagnifier.js +9 -0
  1153. package/dist/illustrations/sapIllus-Spot-SimpleMail.js +13 -0
  1154. package/dist/illustrations/sapIllus-Spot-SimpleNoSavedItems.js +24 -0
  1155. package/dist/illustrations/sapIllus-Spot-SimpleNotFoundMagnifier.js +11 -0
  1156. package/dist/illustrations/sapIllus-Spot-SimpleReload.js +8 -0
  1157. package/dist/illustrations/sapIllus-Spot-SimpleTask.js +23 -0
  1158. package/dist/illustrations/sapIllus-Spot-SleepingBell.js +39 -0
  1159. package/dist/illustrations/sapIllus-Spot-SortColumn.js +40 -0
  1160. package/dist/illustrations/sapIllus-Spot-SortingColumns.js +49 -0
  1161. package/dist/illustrations/sapIllus-Spot-SuccessBalloon.js +20 -0
  1162. package/dist/illustrations/sapIllus-Spot-SuccessCheckMark.js +8 -0
  1163. package/dist/illustrations/sapIllus-Spot-SuccessHighFive.js +25 -0
  1164. package/dist/illustrations/sapIllus-Spot-SuccessScreen.js +36 -0
  1165. package/dist/illustrations/sapIllus-Spot-Survey.js +33 -0
  1166. package/dist/illustrations/sapIllus-Spot-Tent.js +30 -0
  1167. package/dist/illustrations/sapIllus-Spot-UnableToLoad.js +119 -0
  1168. package/dist/illustrations/sapIllus-Spot-UnableToLoadImage.js +28 -0
  1169. package/dist/illustrations/sapIllus-Spot-UnableToUpload.js +28 -0
  1170. package/dist/illustrations/sapIllus-Spot-UploadCollection.js +34 -0
  1171. package/dist/illustrations/sapIllus-Spot-UploadToCloud.js +21 -0
  1172. package/dist/illustrations/sapIllus-Spot-UserHasSignedUp.js +34 -0
  1173. package/dist/illustrations/tnt/Avatar.d.ts +8 -0
  1174. package/dist/illustrations/tnt/Avatar.js +26 -0
  1175. package/dist/illustrations/tnt/Calculator.d.ts +8 -0
  1176. package/dist/illustrations/tnt/Calculator.js +26 -0
  1177. package/dist/illustrations/tnt/ChartArea.d.ts +8 -0
  1178. package/dist/illustrations/tnt/ChartArea.js +26 -0
  1179. package/dist/illustrations/tnt/ChartArea2.d.ts +8 -0
  1180. package/dist/illustrations/tnt/ChartArea2.js +26 -0
  1181. package/dist/illustrations/tnt/ChartBPMNFlow.d.ts +8 -0
  1182. package/dist/illustrations/tnt/ChartBPMNFlow.js +26 -0
  1183. package/dist/illustrations/tnt/ChartBar.d.ts +8 -0
  1184. package/dist/illustrations/tnt/ChartBar.js +26 -0
  1185. package/dist/illustrations/tnt/ChartBullet.d.ts +8 -0
  1186. package/dist/illustrations/tnt/ChartBullet.js +26 -0
  1187. package/dist/illustrations/tnt/ChartDoughnut.d.ts +8 -0
  1188. package/dist/illustrations/tnt/ChartDoughnut.js +26 -0
  1189. package/dist/illustrations/tnt/ChartFlow.d.ts +8 -0
  1190. package/dist/illustrations/tnt/ChartFlow.js +26 -0
  1191. package/dist/illustrations/tnt/ChartGantt.d.ts +8 -0
  1192. package/dist/illustrations/tnt/ChartGantt.js +26 -0
  1193. package/dist/illustrations/tnt/ChartOrg.d.ts +8 -0
  1194. package/dist/illustrations/tnt/ChartOrg.js +26 -0
  1195. package/dist/illustrations/tnt/ChartPie.d.ts +8 -0
  1196. package/dist/illustrations/tnt/ChartPie.js +26 -0
  1197. package/dist/illustrations/tnt/CodePlaceholder.d.ts +8 -0
  1198. package/dist/illustrations/tnt/CodePlaceholder.js +26 -0
  1199. package/dist/illustrations/tnt/Company.d.ts +8 -0
  1200. package/dist/illustrations/tnt/Company.js +26 -0
  1201. package/dist/illustrations/tnt/Compass.d.ts +8 -0
  1202. package/dist/illustrations/tnt/Compass.js +26 -0
  1203. package/dist/illustrations/tnt/Components.d.ts +8 -0
  1204. package/dist/illustrations/tnt/Components.js +26 -0
  1205. package/dist/illustrations/tnt/Dialog.d.ts +8 -0
  1206. package/dist/illustrations/tnt/Dialog.js +26 -0
  1207. package/dist/illustrations/tnt/EmptyContentPane.d.ts +8 -0
  1208. package/dist/illustrations/tnt/EmptyContentPane.js +26 -0
  1209. package/dist/illustrations/tnt/ExternalLink.d.ts +8 -0
  1210. package/dist/illustrations/tnt/ExternalLink.js +26 -0
  1211. package/dist/illustrations/tnt/FaceID.d.ts +8 -0
  1212. package/dist/illustrations/tnt/FaceID.js +26 -0
  1213. package/dist/illustrations/tnt/Fingerprint.d.ts +8 -0
  1214. package/dist/illustrations/tnt/Fingerprint.js +26 -0
  1215. package/dist/illustrations/tnt/Handshake.d.ts +8 -0
  1216. package/dist/illustrations/tnt/Handshake.js +26 -0
  1217. package/dist/illustrations/tnt/Help.d.ts +8 -0
  1218. package/dist/illustrations/tnt/Help.js +26 -0
  1219. package/dist/illustrations/tnt/Lock.d.ts +8 -0
  1220. package/dist/illustrations/tnt/Lock.js +26 -0
  1221. package/dist/illustrations/tnt/Mission.d.ts +8 -0
  1222. package/dist/illustrations/tnt/Mission.js +26 -0
  1223. package/dist/illustrations/tnt/MissionFailed.d.ts +8 -0
  1224. package/dist/illustrations/tnt/MissionFailed.js +26 -0
  1225. package/dist/illustrations/tnt/NoApplications.d.ts +8 -0
  1226. package/dist/illustrations/tnt/NoApplications.js +26 -0
  1227. package/dist/illustrations/tnt/NoFlows.d.ts +8 -0
  1228. package/dist/illustrations/tnt/NoFlows.js +26 -0
  1229. package/dist/illustrations/tnt/NoUsers.d.ts +8 -0
  1230. package/dist/illustrations/tnt/NoUsers.js +26 -0
  1231. package/dist/illustrations/tnt/Radar.d.ts +8 -0
  1232. package/dist/illustrations/tnt/Radar.js +26 -0
  1233. package/dist/illustrations/tnt/RoadMap.d.ts +8 -0
  1234. package/dist/illustrations/tnt/RoadMap.js +26 -0
  1235. package/dist/illustrations/tnt/Secrets.d.ts +8 -0
  1236. package/dist/illustrations/tnt/Secrets.js +26 -0
  1237. package/dist/illustrations/tnt/Services.d.ts +8 -0
  1238. package/dist/illustrations/tnt/Services.js +26 -0
  1239. package/dist/illustrations/tnt/SessionExpired.d.ts +8 -0
  1240. package/dist/illustrations/tnt/SessionExpired.js +26 -0
  1241. package/dist/illustrations/tnt/SessionExpiring.d.ts +8 -0
  1242. package/dist/illustrations/tnt/SessionExpiring.js +26 -0
  1243. package/dist/illustrations/tnt/Settings.d.ts +8 -0
  1244. package/dist/illustrations/tnt/Settings.js +26 -0
  1245. package/dist/illustrations/tnt/Success.d.ts +8 -0
  1246. package/dist/illustrations/tnt/Success.js +26 -0
  1247. package/dist/illustrations/tnt/SuccessfulAuth.d.ts +8 -0
  1248. package/dist/illustrations/tnt/SuccessfulAuth.js +26 -0
  1249. package/dist/illustrations/tnt/Systems.d.ts +8 -0
  1250. package/dist/illustrations/tnt/Systems.js +26 -0
  1251. package/dist/illustrations/tnt/Teams.d.ts +8 -0
  1252. package/dist/illustrations/tnt/Teams.js +26 -0
  1253. package/dist/illustrations/tnt/Tools.d.ts +8 -0
  1254. package/dist/illustrations/tnt/Tools.js +26 -0
  1255. package/dist/illustrations/tnt/Tutorials.d.ts +8 -0
  1256. package/dist/illustrations/tnt/Tutorials.js +26 -0
  1257. package/dist/illustrations/tnt/UnableToLoad.d.ts +8 -0
  1258. package/dist/illustrations/tnt/UnableToLoad.js +26 -0
  1259. package/dist/illustrations/tnt/Unlock.d.ts +8 -0
  1260. package/dist/illustrations/tnt/Unlock.js +26 -0
  1261. package/dist/illustrations/tnt/UnsuccessfulAuth.d.ts +8 -0
  1262. package/dist/illustrations/tnt/UnsuccessfulAuth.js +26 -0
  1263. package/dist/illustrations/tnt/User2.d.ts +8 -0
  1264. package/dist/illustrations/tnt/User2.js +26 -0
  1265. package/dist/illustrations/tnt/tnt-Dialog-Avatar.js +125 -0
  1266. package/dist/illustrations/tnt/tnt-Dialog-Calculator.js +81 -0
  1267. package/dist/illustrations/tnt/tnt-Dialog-ChartArea.js +14 -0
  1268. package/dist/illustrations/tnt/tnt-Dialog-ChartArea2.js +12 -0
  1269. package/dist/illustrations/tnt/tnt-Dialog-ChartBPMNFlow.js +13 -0
  1270. package/dist/illustrations/tnt/tnt-Dialog-ChartBar.js +12 -0
  1271. package/dist/illustrations/tnt/tnt-Dialog-ChartBullet.js +14 -0
  1272. package/dist/illustrations/tnt/tnt-Dialog-ChartDoughnut.js +13 -0
  1273. package/dist/illustrations/tnt/tnt-Dialog-ChartFlow.js +13 -0
  1274. package/dist/illustrations/tnt/tnt-Dialog-ChartGantt.js +17 -0
  1275. package/dist/illustrations/tnt/tnt-Dialog-ChartOrg.js +15 -0
  1276. package/dist/illustrations/tnt/tnt-Dialog-ChartPie.js +12 -0
  1277. package/dist/illustrations/tnt/tnt-Dialog-CodePlaceholder.js +6 -0
  1278. package/dist/illustrations/tnt/tnt-Dialog-Company.js +13 -0
  1279. package/dist/illustrations/tnt/tnt-Dialog-Compass.js +35 -0
  1280. package/dist/illustrations/tnt/tnt-Dialog-Components.js +9 -0
  1281. package/dist/illustrations/tnt/tnt-Dialog-Dialog.js +33 -0
  1282. package/dist/illustrations/tnt/tnt-Dialog-EmptyContentPane.js +19 -0
  1283. package/dist/illustrations/tnt/tnt-Dialog-ExternalLink.js +11 -0
  1284. package/dist/illustrations/tnt/tnt-Dialog-FaceID.js +17 -0
  1285. package/dist/illustrations/tnt/tnt-Dialog-Fingerprint.js +16 -0
  1286. package/dist/illustrations/tnt/tnt-Dialog-Handshake.js +33 -0
  1287. package/dist/illustrations/tnt/tnt-Dialog-Help.js +28 -0
  1288. package/dist/illustrations/tnt/tnt-Dialog-Lock.js +12 -0
  1289. package/dist/illustrations/tnt/tnt-Dialog-Mission.js +18 -0
  1290. package/dist/illustrations/tnt/tnt-Dialog-MissionFailed.js +42 -0
  1291. package/dist/illustrations/tnt/tnt-Dialog-NoApplications.js +15 -0
  1292. package/dist/illustrations/tnt/tnt-Dialog-NoFlows.js +11 -0
  1293. package/dist/illustrations/tnt/tnt-Dialog-NoUsers.js +15 -0
  1294. package/dist/illustrations/tnt/tnt-Dialog-Radar.js +15 -0
  1295. package/dist/illustrations/tnt/tnt-Dialog-RoadMap.js +42 -0
  1296. package/dist/illustrations/tnt/tnt-Dialog-Secrets.js +12 -0
  1297. package/dist/illustrations/tnt/tnt-Dialog-Services.js +16 -0
  1298. package/dist/illustrations/tnt/tnt-Dialog-SessionExpired.js +11 -0
  1299. package/dist/illustrations/tnt/tnt-Dialog-SessionExpiring.js +10 -0
  1300. package/dist/illustrations/tnt/tnt-Dialog-Settings.js +38 -0
  1301. package/dist/illustrations/tnt/tnt-Dialog-Success.js +10 -0
  1302. package/dist/illustrations/tnt/tnt-Dialog-SuccessfulAuth.js +10 -0
  1303. package/dist/illustrations/tnt/tnt-Dialog-Systems.js +12 -0
  1304. package/dist/illustrations/tnt/tnt-Dialog-Teams.js +17 -0
  1305. package/dist/illustrations/tnt/tnt-Dialog-Tools.js +12 -0
  1306. package/dist/illustrations/tnt/tnt-Dialog-Tutorials.js +79 -0
  1307. package/dist/illustrations/tnt/tnt-Dialog-UnableToLoad.js +10 -0
  1308. package/dist/illustrations/tnt/tnt-Dialog-Unlock.js +12 -0
  1309. package/dist/illustrations/tnt/tnt-Dialog-UnsuccessfulAuth.js +11 -0
  1310. package/dist/illustrations/tnt/tnt-Dialog-User2.js +13 -0
  1311. package/dist/illustrations/tnt/tnt-Dot-Avatar.js +13 -0
  1312. package/dist/illustrations/tnt/tnt-Dot-Calculator.js +12 -0
  1313. package/dist/illustrations/tnt/tnt-Dot-Compass.js +10 -0
  1314. package/dist/illustrations/tnt/tnt-Dot-Dialog.js +20 -0
  1315. package/dist/illustrations/tnt/tnt-Dot-EmptyContentPane.js +16 -0
  1316. package/dist/illustrations/tnt/tnt-Dot-Handshake.js +19 -0
  1317. package/dist/illustrations/tnt/tnt-Dot-Help.js +9 -0
  1318. package/dist/illustrations/tnt/tnt-Dot-MissionFailed.js +10 -0
  1319. package/dist/illustrations/tnt/tnt-Dot-RoadMap.js +6 -0
  1320. package/dist/illustrations/tnt/tnt-Dot-Settings.js +7 -0
  1321. package/dist/illustrations/tnt/tnt-Dot-Tutorials.js +8 -0
  1322. package/dist/illustrations/tnt/tnt-Scene-Avatar.js +131 -0
  1323. package/dist/illustrations/tnt/tnt-Scene-Calculator.js +84 -0
  1324. package/dist/illustrations/tnt/tnt-Scene-ChartArea.js +22 -0
  1325. package/dist/illustrations/tnt/tnt-Scene-ChartArea2.js +19 -0
  1326. package/dist/illustrations/tnt/tnt-Scene-ChartBPMNFlow.js +21 -0
  1327. package/dist/illustrations/tnt/tnt-Scene-ChartBar.js +19 -0
  1328. package/dist/illustrations/tnt/tnt-Scene-ChartBullet.js +20 -0
  1329. package/dist/illustrations/tnt/tnt-Scene-ChartDoughnut.js +19 -0
  1330. package/dist/illustrations/tnt/tnt-Scene-ChartFlow.js +20 -0
  1331. package/dist/illustrations/tnt/tnt-Scene-ChartGantt.js +26 -0
  1332. package/dist/illustrations/tnt/tnt-Scene-ChartOrg.js +27 -0
  1333. package/dist/illustrations/tnt/tnt-Scene-ChartPie.js +18 -0
  1334. package/dist/illustrations/tnt/tnt-Scene-CodePlaceholder.js +9 -0
  1335. package/dist/illustrations/tnt/tnt-Scene-Company.js +30 -0
  1336. package/dist/illustrations/tnt/tnt-Scene-Compass.js +35 -0
  1337. package/dist/illustrations/tnt/tnt-Scene-Components.js +16 -0
  1338. package/dist/illustrations/tnt/tnt-Scene-Dialog.js +36 -0
  1339. package/dist/illustrations/tnt/tnt-Scene-EmptyContentPane.js +16 -0
  1340. package/dist/illustrations/tnt/tnt-Scene-ExternalLink.js +14 -0
  1341. package/dist/illustrations/tnt/tnt-Scene-FaceID.js +21 -0
  1342. package/dist/illustrations/tnt/tnt-Scene-Fingerprint.js +35 -0
  1343. package/dist/illustrations/tnt/tnt-Scene-Handshake.js +33 -0
  1344. package/dist/illustrations/tnt/tnt-Scene-Help.js +30 -0
  1345. package/dist/illustrations/tnt/tnt-Scene-Lock.js +22 -0
  1346. package/dist/illustrations/tnt/tnt-Scene-Mission.js +19 -0
  1347. package/dist/illustrations/tnt/tnt-Scene-MissionFailed.js +50 -0
  1348. package/dist/illustrations/tnt/tnt-Scene-NoApplications.js +18 -0
  1349. package/dist/illustrations/tnt/tnt-Scene-NoFlows.js +20 -0
  1350. package/dist/illustrations/tnt/tnt-Scene-NoUsers.js +16 -0
  1351. package/dist/illustrations/tnt/tnt-Scene-Radar.js +20 -0
  1352. package/dist/illustrations/tnt/tnt-Scene-RoadMap.js +46 -0
  1353. package/dist/illustrations/tnt/tnt-Scene-Secrets.js +15 -0
  1354. package/dist/illustrations/tnt/tnt-Scene-Services.js +17 -0
  1355. package/dist/illustrations/tnt/tnt-Scene-SessionExpired.js +18 -0
  1356. package/dist/illustrations/tnt/tnt-Scene-SessionExpiring.js +17 -0
  1357. package/dist/illustrations/tnt/tnt-Scene-Settings.js +39 -0
  1358. package/dist/illustrations/tnt/tnt-Scene-Success.js +18 -0
  1359. package/dist/illustrations/tnt/tnt-Scene-SuccessfulAuth.js +20 -0
  1360. package/dist/illustrations/tnt/tnt-Scene-Systems.js +13 -0
  1361. package/dist/illustrations/tnt/tnt-Scene-Teams.js +20 -0
  1362. package/dist/illustrations/tnt/tnt-Scene-Tools.js +19 -0
  1363. package/dist/illustrations/tnt/tnt-Scene-Tutorials.js +85 -0
  1364. package/dist/illustrations/tnt/tnt-Scene-UnableToLoad.js +21 -0
  1365. package/dist/illustrations/tnt/tnt-Scene-Unlock.js +15 -0
  1366. package/dist/illustrations/tnt/tnt-Scene-UnsuccessfulAuth.js +22 -0
  1367. package/dist/illustrations/tnt/tnt-Scene-User2.js +22 -0
  1368. package/dist/illustrations/tnt/tnt-Spot-Avatar.js +106 -0
  1369. package/dist/illustrations/tnt/tnt-Spot-Calculator.js +131 -0
  1370. package/dist/illustrations/tnt/tnt-Spot-ChartArea.js +13 -0
  1371. package/dist/illustrations/tnt/tnt-Spot-ChartArea2.js +7 -0
  1372. package/dist/illustrations/tnt/tnt-Spot-ChartBPMNFlow.js +9 -0
  1373. package/dist/illustrations/tnt/tnt-Spot-ChartBar.js +8 -0
  1374. package/dist/illustrations/tnt/tnt-Spot-ChartBullet.js +10 -0
  1375. package/dist/illustrations/tnt/tnt-Spot-ChartDoughnut.js +9 -0
  1376. package/dist/illustrations/tnt/tnt-Spot-ChartFlow.js +8 -0
  1377. package/dist/illustrations/tnt/tnt-Spot-ChartGantt.js +12 -0
  1378. package/dist/illustrations/tnt/tnt-Spot-ChartOrg.js +6 -0
  1379. package/dist/illustrations/tnt/tnt-Spot-ChartPie.js +8 -0
  1380. package/dist/illustrations/tnt/tnt-Spot-CodePlaceholder.js +6 -0
  1381. package/dist/illustrations/tnt/tnt-Spot-Company.js +13 -0
  1382. package/dist/illustrations/tnt/tnt-Spot-Compass.js +35 -0
  1383. package/dist/illustrations/tnt/tnt-Spot-Components.js +5 -0
  1384. package/dist/illustrations/tnt/tnt-Spot-Dialog.js +33 -0
  1385. package/dist/illustrations/tnt/tnt-Spot-EmptyContentPane.js +17 -0
  1386. package/dist/illustrations/tnt/tnt-Spot-ExternalLink.js +9 -0
  1387. package/dist/illustrations/tnt/tnt-Spot-FaceID.js +16 -0
  1388. package/dist/illustrations/tnt/tnt-Spot-Fingerprint.js +10 -0
  1389. package/dist/illustrations/tnt/tnt-Spot-Handshake.js +65 -0
  1390. package/dist/illustrations/tnt/tnt-Spot-Help.js +24 -0
  1391. package/dist/illustrations/tnt/tnt-Spot-Lock.js +13 -0
  1392. package/dist/illustrations/tnt/tnt-Spot-Mission.js +17 -0
  1393. package/dist/illustrations/tnt/tnt-Spot-MissionFailed.js +114 -0
  1394. package/dist/illustrations/tnt/tnt-Spot-NoApplications.js +11 -0
  1395. package/dist/illustrations/tnt/tnt-Spot-NoFlows.js +8 -0
  1396. package/dist/illustrations/tnt/tnt-Spot-NoUsers.js +11 -0
  1397. package/dist/illustrations/tnt/tnt-Spot-Radar.js +14 -0
  1398. package/dist/illustrations/tnt/tnt-Spot-RoadMap.js +166 -0
  1399. package/dist/illustrations/tnt/tnt-Spot-Secrets.js +9 -0
  1400. package/dist/illustrations/tnt/tnt-Spot-Services.js +14 -0
  1401. package/dist/illustrations/tnt/tnt-Spot-SessionExpired.js +9 -0
  1402. package/dist/illustrations/tnt/tnt-Spot-SessionExpiring.js +9 -0
  1403. package/dist/illustrations/tnt/tnt-Spot-Settings.js +37 -0
  1404. package/dist/illustrations/tnt/tnt-Spot-Success.js +9 -0
  1405. package/dist/illustrations/tnt/tnt-Spot-SuccessfulAuth.js +9 -0
  1406. package/dist/illustrations/tnt/tnt-Spot-Systems.js +10 -0
  1407. package/dist/illustrations/tnt/tnt-Spot-Teams.js +13 -0
  1408. package/dist/illustrations/tnt/tnt-Spot-Tools.js +7 -0
  1409. package/dist/illustrations/tnt/tnt-Spot-Tutorials.js +92 -0
  1410. package/dist/illustrations/tnt/tnt-Spot-UnableToLoad.js +9 -0
  1411. package/dist/illustrations/tnt/tnt-Spot-Unlock.js +11 -0
  1412. package/dist/illustrations/tnt/tnt-Spot-UnsuccessfulAuth.js +10 -0
  1413. package/dist/illustrations/tnt/tnt-Spot-User2.js +10 -0
  1414. package/dist/illustrations-v5/tnt/Avatar.d.ts +8 -0
  1415. package/dist/illustrations-v5/tnt/Avatar.js +26 -0
  1416. package/dist/illustrations-v5/tnt/Calculator.d.ts +8 -0
  1417. package/dist/illustrations-v5/tnt/Calculator.js +26 -0
  1418. package/dist/illustrations-v5/tnt/ChartArea.d.ts +8 -0
  1419. package/dist/illustrations-v5/tnt/ChartArea.js +26 -0
  1420. package/dist/illustrations-v5/tnt/ChartArea2.d.ts +8 -0
  1421. package/dist/illustrations-v5/tnt/ChartArea2.js +26 -0
  1422. package/dist/illustrations-v5/tnt/ChartBPMNFlow.d.ts +8 -0
  1423. package/dist/illustrations-v5/tnt/ChartBPMNFlow.js +26 -0
  1424. package/dist/illustrations-v5/tnt/ChartBar.d.ts +8 -0
  1425. package/dist/illustrations-v5/tnt/ChartBar.js +26 -0
  1426. package/dist/illustrations-v5/tnt/ChartBullet.d.ts +8 -0
  1427. package/dist/illustrations-v5/tnt/ChartBullet.js +26 -0
  1428. package/dist/illustrations-v5/tnt/ChartDoughnut.d.ts +8 -0
  1429. package/dist/illustrations-v5/tnt/ChartDoughnut.js +26 -0
  1430. package/dist/illustrations-v5/tnt/ChartFlow.d.ts +8 -0
  1431. package/dist/illustrations-v5/tnt/ChartFlow.js +26 -0
  1432. package/dist/illustrations-v5/tnt/ChartGantt.d.ts +8 -0
  1433. package/dist/illustrations-v5/tnt/ChartGantt.js +26 -0
  1434. package/dist/illustrations-v5/tnt/ChartOrg.d.ts +8 -0
  1435. package/dist/illustrations-v5/tnt/ChartOrg.js +26 -0
  1436. package/dist/illustrations-v5/tnt/ChartPie.d.ts +8 -0
  1437. package/dist/illustrations-v5/tnt/ChartPie.js +26 -0
  1438. package/dist/illustrations-v5/tnt/CodePlaceholder.d.ts +8 -0
  1439. package/dist/illustrations-v5/tnt/CodePlaceholder.js +26 -0
  1440. package/dist/illustrations-v5/tnt/Company.d.ts +8 -0
  1441. package/dist/illustrations-v5/tnt/Company.js +26 -0
  1442. package/dist/illustrations-v5/tnt/Compass.d.ts +8 -0
  1443. package/dist/illustrations-v5/tnt/Compass.js +26 -0
  1444. package/dist/illustrations-v5/tnt/Components.d.ts +8 -0
  1445. package/dist/illustrations-v5/tnt/Components.js +26 -0
  1446. package/dist/illustrations-v5/tnt/Dialog.d.ts +8 -0
  1447. package/dist/illustrations-v5/tnt/Dialog.js +26 -0
  1448. package/dist/illustrations-v5/tnt/ExternalLink.d.ts +8 -0
  1449. package/dist/illustrations-v5/tnt/ExternalLink.js +26 -0
  1450. package/dist/illustrations-v5/tnt/FaceID.d.ts +8 -0
  1451. package/dist/illustrations-v5/tnt/FaceID.js +26 -0
  1452. package/dist/illustrations-v5/tnt/Fingerprint.d.ts +8 -0
  1453. package/dist/illustrations-v5/tnt/Fingerprint.js +26 -0
  1454. package/dist/illustrations-v5/tnt/Handshake.d.ts +8 -0
  1455. package/dist/illustrations-v5/tnt/Handshake.js +26 -0
  1456. package/dist/illustrations-v5/tnt/Help.d.ts +8 -0
  1457. package/dist/illustrations-v5/tnt/Help.js +26 -0
  1458. package/dist/illustrations-v5/tnt/Lock.d.ts +8 -0
  1459. package/dist/illustrations-v5/tnt/Lock.js +26 -0
  1460. package/dist/illustrations-v5/tnt/Mission.d.ts +8 -0
  1461. package/dist/illustrations-v5/tnt/Mission.js +26 -0
  1462. package/dist/illustrations-v5/tnt/MissionFailed.d.ts +8 -0
  1463. package/dist/illustrations-v5/tnt/MissionFailed.js +26 -0
  1464. package/dist/illustrations-v5/tnt/NoApplications.d.ts +8 -0
  1465. package/dist/illustrations-v5/tnt/NoApplications.js +26 -0
  1466. package/dist/illustrations-v5/tnt/NoFlows.d.ts +8 -0
  1467. package/dist/illustrations-v5/tnt/NoFlows.js +26 -0
  1468. package/dist/illustrations-v5/tnt/NoUsers.d.ts +8 -0
  1469. package/dist/illustrations-v5/tnt/NoUsers.js +26 -0
  1470. package/dist/illustrations-v5/tnt/Radar.d.ts +8 -0
  1471. package/dist/illustrations-v5/tnt/Radar.js +26 -0
  1472. package/dist/illustrations-v5/tnt/RoadMap.d.ts +8 -0
  1473. package/dist/illustrations-v5/tnt/RoadMap.js +26 -0
  1474. package/dist/illustrations-v5/tnt/Secrets.d.ts +8 -0
  1475. package/dist/illustrations-v5/tnt/Secrets.js +26 -0
  1476. package/dist/illustrations-v5/tnt/Services.d.ts +8 -0
  1477. package/dist/illustrations-v5/tnt/Services.js +26 -0
  1478. package/dist/illustrations-v5/tnt/SessionExpired.d.ts +8 -0
  1479. package/dist/illustrations-v5/tnt/SessionExpired.js +26 -0
  1480. package/dist/illustrations-v5/tnt/SessionExpiring.d.ts +8 -0
  1481. package/dist/illustrations-v5/tnt/SessionExpiring.js +26 -0
  1482. package/dist/illustrations-v5/tnt/Settings.d.ts +8 -0
  1483. package/dist/illustrations-v5/tnt/Settings.js +26 -0
  1484. package/dist/illustrations-v5/tnt/Success.d.ts +8 -0
  1485. package/dist/illustrations-v5/tnt/Success.js +26 -0
  1486. package/dist/illustrations-v5/tnt/SuccessfulAuth.d.ts +8 -0
  1487. package/dist/illustrations-v5/tnt/SuccessfulAuth.js +26 -0
  1488. package/dist/illustrations-v5/tnt/Systems.d.ts +8 -0
  1489. package/dist/illustrations-v5/tnt/Systems.js +26 -0
  1490. package/dist/illustrations-v5/tnt/Teams.d.ts +8 -0
  1491. package/dist/illustrations-v5/tnt/Teams.js +26 -0
  1492. package/dist/illustrations-v5/tnt/Tools.d.ts +8 -0
  1493. package/dist/illustrations-v5/tnt/Tools.js +26 -0
  1494. package/dist/illustrations-v5/tnt/Tutorials.d.ts +8 -0
  1495. package/dist/illustrations-v5/tnt/Tutorials.js +26 -0
  1496. package/dist/illustrations-v5/tnt/Unlock.d.ts +8 -0
  1497. package/dist/illustrations-v5/tnt/Unlock.js +26 -0
  1498. package/dist/illustrations-v5/tnt/UnsuccessfulAuth.d.ts +8 -0
  1499. package/dist/illustrations-v5/tnt/UnsuccessfulAuth.js +26 -0
  1500. package/dist/illustrations-v5/tnt/hc/Avatar.d.ts +8 -0
  1501. package/dist/illustrations-v5/tnt/hc/Avatar.js +26 -0
  1502. package/dist/illustrations-v5/tnt/hc/Calculator.d.ts +8 -0
  1503. package/dist/illustrations-v5/tnt/hc/Calculator.js +26 -0
  1504. package/dist/illustrations-v5/tnt/hc/ChartArea.d.ts +8 -0
  1505. package/dist/illustrations-v5/tnt/hc/ChartArea.js +26 -0
  1506. package/dist/illustrations-v5/tnt/hc/ChartArea2.d.ts +8 -0
  1507. package/dist/illustrations-v5/tnt/hc/ChartArea2.js +26 -0
  1508. package/dist/illustrations-v5/tnt/hc/ChartBPMNFlow.d.ts +8 -0
  1509. package/dist/illustrations-v5/tnt/hc/ChartBPMNFlow.js +26 -0
  1510. package/dist/illustrations-v5/tnt/hc/ChartBar.d.ts +8 -0
  1511. package/dist/illustrations-v5/tnt/hc/ChartBar.js +26 -0
  1512. package/dist/illustrations-v5/tnt/hc/ChartBullet.d.ts +8 -0
  1513. package/dist/illustrations-v5/tnt/hc/ChartBullet.js +26 -0
  1514. package/dist/illustrations-v5/tnt/hc/ChartDoughnut.d.ts +8 -0
  1515. package/dist/illustrations-v5/tnt/hc/ChartDoughnut.js +26 -0
  1516. package/dist/illustrations-v5/tnt/hc/ChartFlow.d.ts +8 -0
  1517. package/dist/illustrations-v5/tnt/hc/ChartFlow.js +26 -0
  1518. package/dist/illustrations-v5/tnt/hc/ChartGantt.d.ts +8 -0
  1519. package/dist/illustrations-v5/tnt/hc/ChartGantt.js +26 -0
  1520. package/dist/illustrations-v5/tnt/hc/ChartOrg.d.ts +8 -0
  1521. package/dist/illustrations-v5/tnt/hc/ChartOrg.js +26 -0
  1522. package/dist/illustrations-v5/tnt/hc/ChartPie.d.ts +8 -0
  1523. package/dist/illustrations-v5/tnt/hc/ChartPie.js +26 -0
  1524. package/dist/illustrations-v5/tnt/hc/CodePlaceholder.d.ts +8 -0
  1525. package/dist/illustrations-v5/tnt/hc/CodePlaceholder.js +26 -0
  1526. package/dist/illustrations-v5/tnt/hc/Company.d.ts +8 -0
  1527. package/dist/illustrations-v5/tnt/hc/Company.js +26 -0
  1528. package/dist/illustrations-v5/tnt/hc/Compass.d.ts +8 -0
  1529. package/dist/illustrations-v5/tnt/hc/Compass.js +26 -0
  1530. package/dist/illustrations-v5/tnt/hc/Components.d.ts +8 -0
  1531. package/dist/illustrations-v5/tnt/hc/Components.js +26 -0
  1532. package/dist/illustrations-v5/tnt/hc/Dialog.d.ts +8 -0
  1533. package/dist/illustrations-v5/tnt/hc/Dialog.js +26 -0
  1534. package/dist/illustrations-v5/tnt/hc/EmptyContentPane.d.ts +8 -0
  1535. package/dist/illustrations-v5/tnt/hc/EmptyContentPane.js +26 -0
  1536. package/dist/illustrations-v5/tnt/hc/ExternalLink.d.ts +8 -0
  1537. package/dist/illustrations-v5/tnt/hc/ExternalLink.js +26 -0
  1538. package/dist/illustrations-v5/tnt/hc/FaceID.d.ts +8 -0
  1539. package/dist/illustrations-v5/tnt/hc/FaceID.js +26 -0
  1540. package/dist/illustrations-v5/tnt/hc/Fingerprint.d.ts +8 -0
  1541. package/dist/illustrations-v5/tnt/hc/Fingerprint.js +26 -0
  1542. package/dist/illustrations-v5/tnt/hc/Handshake.d.ts +8 -0
  1543. package/dist/illustrations-v5/tnt/hc/Handshake.js +26 -0
  1544. package/dist/illustrations-v5/tnt/hc/Help.d.ts +8 -0
  1545. package/dist/illustrations-v5/tnt/hc/Help.js +26 -0
  1546. package/dist/illustrations-v5/tnt/hc/Lock.d.ts +8 -0
  1547. package/dist/illustrations-v5/tnt/hc/Lock.js +26 -0
  1548. package/dist/illustrations-v5/tnt/hc/Mission.d.ts +8 -0
  1549. package/dist/illustrations-v5/tnt/hc/Mission.js +26 -0
  1550. package/dist/illustrations-v5/tnt/hc/MissionFailed.d.ts +8 -0
  1551. package/dist/illustrations-v5/tnt/hc/MissionFailed.js +26 -0
  1552. package/dist/illustrations-v5/tnt/hc/NoApplications.d.ts +8 -0
  1553. package/dist/illustrations-v5/tnt/hc/NoApplications.js +26 -0
  1554. package/dist/illustrations-v5/tnt/hc/NoFlows.d.ts +8 -0
  1555. package/dist/illustrations-v5/tnt/hc/NoFlows.js +26 -0
  1556. package/dist/illustrations-v5/tnt/hc/NoUsers.d.ts +8 -0
  1557. package/dist/illustrations-v5/tnt/hc/NoUsers.js +26 -0
  1558. package/dist/illustrations-v5/tnt/hc/Radar.d.ts +8 -0
  1559. package/dist/illustrations-v5/tnt/hc/Radar.js +26 -0
  1560. package/dist/illustrations-v5/tnt/hc/RoadMap.d.ts +8 -0
  1561. package/dist/illustrations-v5/tnt/hc/RoadMap.js +26 -0
  1562. package/dist/illustrations-v5/tnt/hc/Secrets.d.ts +8 -0
  1563. package/dist/illustrations-v5/tnt/hc/Secrets.js +26 -0
  1564. package/dist/illustrations-v5/tnt/hc/Services.d.ts +8 -0
  1565. package/dist/illustrations-v5/tnt/hc/Services.js +26 -0
  1566. package/dist/illustrations-v5/tnt/hc/SessionExpired.d.ts +8 -0
  1567. package/dist/illustrations-v5/tnt/hc/SessionExpired.js +26 -0
  1568. package/dist/illustrations-v5/tnt/hc/SessionExpiring.d.ts +8 -0
  1569. package/dist/illustrations-v5/tnt/hc/SessionExpiring.js +26 -0
  1570. package/dist/illustrations-v5/tnt/hc/Settings.d.ts +8 -0
  1571. package/dist/illustrations-v5/tnt/hc/Settings.js +26 -0
  1572. package/dist/illustrations-v5/tnt/hc/Success.d.ts +8 -0
  1573. package/dist/illustrations-v5/tnt/hc/Success.js +26 -0
  1574. package/dist/illustrations-v5/tnt/hc/SuccessfulAuth.d.ts +8 -0
  1575. package/dist/illustrations-v5/tnt/hc/SuccessfulAuth.js +26 -0
  1576. package/dist/illustrations-v5/tnt/hc/Systems.d.ts +8 -0
  1577. package/dist/illustrations-v5/tnt/hc/Systems.js +26 -0
  1578. package/dist/illustrations-v5/tnt/hc/Teams.d.ts +8 -0
  1579. package/dist/illustrations-v5/tnt/hc/Teams.js +26 -0
  1580. package/dist/illustrations-v5/tnt/hc/Tools.d.ts +8 -0
  1581. package/dist/illustrations-v5/tnt/hc/Tools.js +26 -0
  1582. package/dist/illustrations-v5/tnt/hc/Tutorials.d.ts +8 -0
  1583. package/dist/illustrations-v5/tnt/hc/Tutorials.js +26 -0
  1584. package/dist/illustrations-v5/tnt/hc/Unlock.d.ts +8 -0
  1585. package/dist/illustrations-v5/tnt/hc/Unlock.js +26 -0
  1586. package/dist/illustrations-v5/tnt/hc/UnsuccessfulAuth.d.ts +8 -0
  1587. package/dist/illustrations-v5/tnt/hc/UnsuccessfulAuth.js +26 -0
  1588. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Avatar.js +16 -0
  1589. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Calculator.js +24 -0
  1590. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartArea.js +15 -0
  1591. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartArea2.js +14 -0
  1592. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartBPMNFlow.js +22 -0
  1593. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartBar.js +14 -0
  1594. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartBullet.js +19 -0
  1595. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartDoughnut.js +18 -0
  1596. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartFlow.js +19 -0
  1597. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartGantt.js +19 -0
  1598. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartOrg.js +30 -0
  1599. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartPie.js +20 -0
  1600. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-CodePlaceholder.js +10 -0
  1601. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Company.js +23 -0
  1602. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Compass.js +17 -0
  1603. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Components.js +22 -0
  1604. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Dialog.js +23 -0
  1605. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-EmptyContentPane.js +23 -0
  1606. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ExternalLink.js +18 -0
  1607. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-FaceID.js +17 -0
  1608. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Fingerprint.js +13 -0
  1609. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Handshake.js +22 -0
  1610. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Help.js +12 -0
  1611. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Lock.js +22 -0
  1612. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Mission.js +15 -0
  1613. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-MissionFailed.js +12 -0
  1614. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-NoApplications.js +19 -0
  1615. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-NoFlows.js +22 -0
  1616. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-NoUsers.js +19 -0
  1617. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Radar.js +14 -0
  1618. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-RoadMap.js +92 -0
  1619. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Secrets.js +13 -0
  1620. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Services.js +16 -0
  1621. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-SessionExpired.js +14 -0
  1622. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-SessionExpiring.js +12 -0
  1623. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Settings.js +9 -0
  1624. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Success.js +20 -0
  1625. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-SuccessfulAuth.js +27 -0
  1626. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Systems.js +25 -0
  1627. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Teams.js +27 -0
  1628. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Tools.js +22 -0
  1629. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Tutorials.js +18 -0
  1630. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Unlock.js +18 -0
  1631. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-UnsuccessfulAuth.js +27 -0
  1632. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Avatar.js +13 -0
  1633. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Calculator.js +13 -0
  1634. package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartArea.js +8 -0
  1635. package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartArea2.js +7 -0
  1636. package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartBPMNFlow.js +14 -0
  1637. package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartBar.js +7 -0
  1638. package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartBullet.js +10 -0
  1639. package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartDoughnut.js +8 -0
  1640. package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartFlow.js +12 -0
  1641. package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartGantt.js +11 -0
  1642. package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartOrg.js +14 -0
  1643. package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartPie.js +9 -0
  1644. package/dist/illustrations-v5/tnt/hc/tnt-Dot-CodePlaceholder.js +6 -0
  1645. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Company.js +11 -0
  1646. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Compass.js +10 -0
  1647. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Components.js +11 -0
  1648. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Dialog.js +23 -0
  1649. package/dist/illustrations-v5/tnt/hc/tnt-Dot-EmptyContentPane.js +11 -0
  1650. package/dist/illustrations-v5/tnt/hc/tnt-Dot-ExternalLink.js +10 -0
  1651. package/dist/illustrations-v5/tnt/hc/tnt-Dot-FaceID.js +19 -0
  1652. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Fingerprint.js +8 -0
  1653. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Handshake.js +19 -0
  1654. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Help.js +9 -0
  1655. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Lock.js +13 -0
  1656. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Mission.js +10 -0
  1657. package/dist/illustrations-v5/tnt/hc/tnt-Dot-MissionFailed.js +10 -0
  1658. package/dist/illustrations-v5/tnt/hc/tnt-Dot-NoApplications.js +15 -0
  1659. package/dist/illustrations-v5/tnt/hc/tnt-Dot-NoFlows.js +41 -0
  1660. package/dist/illustrations-v5/tnt/hc/tnt-Dot-NoUsers.js +12 -0
  1661. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Radar.js +12 -0
  1662. package/dist/illustrations-v5/tnt/hc/tnt-Dot-RoadMap.js +8 -0
  1663. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Secrets.js +6 -0
  1664. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Services.js +11 -0
  1665. package/dist/illustrations-v5/tnt/hc/tnt-Dot-SessionExpired.js +8 -0
  1666. package/dist/illustrations-v5/tnt/hc/tnt-Dot-SessionExpiring.js +9 -0
  1667. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Settings.js +7 -0
  1668. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Success.js +8 -0
  1669. package/dist/illustrations-v5/tnt/hc/tnt-Dot-SuccessfulAuth.js +12 -0
  1670. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Systems.js +15 -0
  1671. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Teams.js +16 -0
  1672. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Tools.js +18 -0
  1673. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Tutorials.js +8 -0
  1674. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Unlock.js +20 -0
  1675. package/dist/illustrations-v5/tnt/hc/tnt-Dot-UnsuccessfulAuth.js +12 -0
  1676. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Avatar.js +23 -0
  1677. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Calculator.js +32 -0
  1678. package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartArea.js +21 -0
  1679. package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartArea2.js +20 -0
  1680. package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartBPMNFlow.js +28 -0
  1681. package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartBar.js +20 -0
  1682. package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartBullet.js +25 -0
  1683. package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartDoughnut.js +24 -0
  1684. package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartFlow.js +25 -0
  1685. package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartGantt.js +25 -0
  1686. package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartOrg.js +36 -0
  1687. package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartPie.js +25 -0
  1688. package/dist/illustrations-v5/tnt/hc/tnt-Scene-CodePlaceholder.js +14 -0
  1689. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Company.js +30 -0
  1690. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Compass.js +24 -0
  1691. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Components.js +26 -0
  1692. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Dialog.js +17 -0
  1693. package/dist/illustrations-v5/tnt/hc/tnt-Scene-EmptyContentPane.js +27 -0
  1694. package/dist/illustrations-v5/tnt/hc/tnt-Scene-ExternalLink.js +22 -0
  1695. package/dist/illustrations-v5/tnt/hc/tnt-Scene-FaceID.js +28 -0
  1696. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Fingerprint.js +17 -0
  1697. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Handshake.js +26 -0
  1698. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Help.js +21 -0
  1699. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Lock.js +26 -0
  1700. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Mission.js +21 -0
  1701. package/dist/illustrations-v5/tnt/hc/tnt-Scene-MissionFailed.js +18 -0
  1702. package/dist/illustrations-v5/tnt/hc/tnt-Scene-NoApplications.js +23 -0
  1703. package/dist/illustrations-v5/tnt/hc/tnt-Scene-NoFlows.js +26 -0
  1704. package/dist/illustrations-v5/tnt/hc/tnt-Scene-NoUsers.js +23 -0
  1705. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Radar.js +19 -0
  1706. package/dist/illustrations-v5/tnt/hc/tnt-Scene-RoadMap.js +30 -0
  1707. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Secrets.js +21 -0
  1708. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Services.js +20 -0
  1709. package/dist/illustrations-v5/tnt/hc/tnt-Scene-SessionExpired.js +18 -0
  1710. package/dist/illustrations-v5/tnt/hc/tnt-Scene-SessionExpiring.js +16 -0
  1711. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Settings.js +13 -0
  1712. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Success.js +27 -0
  1713. package/dist/illustrations-v5/tnt/hc/tnt-Scene-SuccessfulAuth.js +34 -0
  1714. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Systems.js +31 -0
  1715. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Teams.js +31 -0
  1716. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Tools.js +26 -0
  1717. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Tutorials.js +27 -0
  1718. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Unlock.js +22 -0
  1719. package/dist/illustrations-v5/tnt/hc/tnt-Scene-UnsuccessfulAuth.js +34 -0
  1720. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Avatar.js +17 -0
  1721. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Calculator.js +24 -0
  1722. package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartArea.js +15 -0
  1723. package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartArea2.js +14 -0
  1724. package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartBPMNFlow.js +21 -0
  1725. package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartBar.js +14 -0
  1726. package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartBullet.js +19 -0
  1727. package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartDoughnut.js +18 -0
  1728. package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartFlow.js +19 -0
  1729. package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartGantt.js +19 -0
  1730. package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartOrg.js +30 -0
  1731. package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartPie.js +19 -0
  1732. package/dist/illustrations-v5/tnt/hc/tnt-Spot-CodePlaceholder.js +10 -0
  1733. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Company.js +23 -0
  1734. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Compass.js +17 -0
  1735. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Components.js +20 -0
  1736. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Dialog.js +23 -0
  1737. package/dist/illustrations-v5/tnt/hc/tnt-Spot-EmptyContentPane.js +23 -0
  1738. package/dist/illustrations-v5/tnt/hc/tnt-Spot-ExternalLink.js +18 -0
  1739. package/dist/illustrations-v5/tnt/hc/tnt-Spot-FaceID.js +17 -0
  1740. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Fingerprint.js +9 -0
  1741. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Handshake.js +27 -0
  1742. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Help.js +12 -0
  1743. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Lock.js +22 -0
  1744. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Mission.js +11 -0
  1745. package/dist/illustrations-v5/tnt/hc/tnt-Spot-MissionFailed.js +11 -0
  1746. package/dist/illustrations-v5/tnt/hc/tnt-Spot-NoApplications.js +19 -0
  1747. package/dist/illustrations-v5/tnt/hc/tnt-Spot-NoFlows.js +22 -0
  1748. package/dist/illustrations-v5/tnt/hc/tnt-Spot-NoUsers.js +19 -0
  1749. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Radar.js +12 -0
  1750. package/dist/illustrations-v5/tnt/hc/tnt-Spot-RoadMap.js +78 -0
  1751. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Secrets.js +13 -0
  1752. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Services.js +16 -0
  1753. package/dist/illustrations-v5/tnt/hc/tnt-Spot-SessionExpired.js +14 -0
  1754. package/dist/illustrations-v5/tnt/hc/tnt-Spot-SessionExpiring.js +12 -0
  1755. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Settings.js +9 -0
  1756. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Success.js +13 -0
  1757. package/dist/illustrations-v5/tnt/hc/tnt-Spot-SuccessfulAuth.js +27 -0
  1758. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Systems.js +25 -0
  1759. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Teams.js +27 -0
  1760. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Tools.js +22 -0
  1761. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Tutorials.js +18 -0
  1762. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Unlock.js +18 -0
  1763. package/dist/illustrations-v5/tnt/hc/tnt-Spot-UnsuccessfulAuth.js +27 -0
  1764. package/dist/illustrations-v5/tnt/tnt-Dialog-Avatar.js +49 -0
  1765. package/dist/illustrations-v5/tnt/tnt-Dialog-Calculator.js +27 -0
  1766. package/dist/illustrations-v5/tnt/tnt-Dialog-ChartArea.js +11 -0
  1767. package/dist/illustrations-v5/tnt/tnt-Dialog-ChartArea2.js +12 -0
  1768. package/dist/illustrations-v5/tnt/tnt-Dialog-ChartBPMNFlow.js +18 -0
  1769. package/dist/illustrations-v5/tnt/tnt-Dialog-ChartBar.js +13 -0
  1770. package/dist/illustrations-v5/tnt/tnt-Dialog-ChartBullet.js +14 -0
  1771. package/dist/illustrations-v5/tnt/tnt-Dialog-ChartDoughnut.js +13 -0
  1772. package/dist/illustrations-v5/tnt/tnt-Dialog-ChartFlow.js +17 -0
  1773. package/dist/illustrations-v5/tnt/tnt-Dialog-ChartGantt.js +13 -0
  1774. package/dist/illustrations-v5/tnt/tnt-Dialog-ChartOrg.js +20 -0
  1775. package/dist/illustrations-v5/tnt/tnt-Dialog-ChartPie.js +13 -0
  1776. package/dist/illustrations-v5/tnt/tnt-Dialog-CodePlaceholder.js +7 -0
  1777. package/dist/illustrations-v5/tnt/tnt-Dialog-Company.js +14 -0
  1778. package/dist/illustrations-v5/tnt/tnt-Dialog-Compass.js +19 -0
  1779. package/dist/illustrations-v5/tnt/tnt-Dialog-Components.js +17 -0
  1780. package/dist/illustrations-v5/tnt/tnt-Dialog-Dialog.js +11 -0
  1781. package/dist/illustrations-v5/tnt/tnt-Dialog-ExternalLink.js +15 -0
  1782. package/dist/illustrations-v5/tnt/tnt-Dialog-FaceID.js +23 -0
  1783. package/dist/illustrations-v5/tnt/tnt-Dialog-Fingerprint.js +32 -0
  1784. package/dist/illustrations-v5/tnt/tnt-Dialog-Handshake.js +39 -0
  1785. package/dist/illustrations-v5/tnt/tnt-Dialog-Help.js +11 -0
  1786. package/dist/illustrations-v5/tnt/tnt-Dialog-Lock.js +44 -0
  1787. package/dist/illustrations-v5/tnt/tnt-Dialog-Mission.js +26 -0
  1788. package/dist/illustrations-v5/tnt/tnt-Dialog-MissionFailed.js +24 -0
  1789. package/dist/illustrations-v5/tnt/tnt-Dialog-NoApplications.js +13 -0
  1790. package/dist/illustrations-v5/tnt/tnt-Dialog-NoFlows.js +13 -0
  1791. package/dist/illustrations-v5/tnt/tnt-Dialog-NoUsers.js +13 -0
  1792. package/dist/illustrations-v5/tnt/tnt-Dialog-Radar.js +28 -0
  1793. package/dist/illustrations-v5/tnt/tnt-Dialog-RoadMap.js +32 -0
  1794. package/dist/illustrations-v5/tnt/tnt-Dialog-Secrets.js +18 -0
  1795. package/dist/illustrations-v5/tnt/tnt-Dialog-Services.js +30 -0
  1796. package/dist/illustrations-v5/tnt/tnt-Dialog-SessionExpired.js +23 -0
  1797. package/dist/illustrations-v5/tnt/tnt-Dialog-SessionExpiring.js +22 -0
  1798. package/dist/illustrations-v5/tnt/tnt-Dialog-Settings.js +19 -0
  1799. package/dist/illustrations-v5/tnt/tnt-Dialog-Success.js +21 -0
  1800. package/dist/illustrations-v5/tnt/tnt-Dialog-SuccessfulAuth.js +14 -0
  1801. package/dist/illustrations-v5/tnt/tnt-Dialog-Systems.js +19 -0
  1802. package/dist/illustrations-v5/tnt/tnt-Dialog-Teams.js +79 -0
  1803. package/dist/illustrations-v5/tnt/tnt-Dialog-Tools.js +26 -0
  1804. package/dist/illustrations-v5/tnt/tnt-Dialog-Tutorials.js +18 -0
  1805. package/dist/illustrations-v5/tnt/tnt-Dialog-Unlock.js +45 -0
  1806. package/dist/illustrations-v5/tnt/tnt-Dialog-UnsuccessfulAuth.js +14 -0
  1807. package/dist/illustrations-v5/tnt/tnt-Dot-Avatar.js +21 -0
  1808. package/dist/illustrations-v5/tnt/tnt-Dot-Calculator.js +8 -0
  1809. package/dist/illustrations-v5/tnt/tnt-Dot-ChartArea.js +9 -0
  1810. package/dist/illustrations-v5/tnt/tnt-Dot-ChartArea2.js +17 -0
  1811. package/dist/illustrations-v5/tnt/tnt-Dot-ChartBPMNFlow.js +17 -0
  1812. package/dist/illustrations-v5/tnt/tnt-Dot-ChartBar.js +18 -0
  1813. package/dist/illustrations-v5/tnt/tnt-Dot-ChartBullet.js +21 -0
  1814. package/dist/illustrations-v5/tnt/tnt-Dot-ChartDoughnut.js +11 -0
  1815. package/dist/illustrations-v5/tnt/tnt-Dot-ChartFlow.js +15 -0
  1816. package/dist/illustrations-v5/tnt/tnt-Dot-ChartGantt.js +12 -0
  1817. package/dist/illustrations-v5/tnt/tnt-Dot-ChartOrg.js +25 -0
  1818. package/dist/illustrations-v5/tnt/tnt-Dot-ChartPie.js +11 -0
  1819. package/dist/illustrations-v5/tnt/tnt-Dot-CodePlaceholder.js +5 -0
  1820. package/dist/illustrations-v5/tnt/tnt-Dot-Company.js +15 -0
  1821. package/dist/illustrations-v5/tnt/tnt-Dot-Compass.js +18 -0
  1822. package/dist/illustrations-v5/tnt/tnt-Dot-Components.js +22 -0
  1823. package/dist/illustrations-v5/tnt/tnt-Dot-Dialog.js +9 -0
  1824. package/dist/illustrations-v5/tnt/tnt-Dot-ExternalLink.js +10 -0
  1825. package/dist/illustrations-v5/tnt/tnt-Dot-FaceID.js +21 -0
  1826. package/dist/illustrations-v5/tnt/tnt-Dot-Fingerprint.js +13 -0
  1827. package/dist/illustrations-v5/tnt/tnt-Dot-Handshake.js +36 -0
  1828. package/dist/illustrations-v5/tnt/tnt-Dot-Help.js +16 -0
  1829. package/dist/illustrations-v5/tnt/tnt-Dot-Lock.js +26 -0
  1830. package/dist/illustrations-v5/tnt/tnt-Dot-Mission.js +21 -0
  1831. package/dist/illustrations-v5/tnt/tnt-Dot-MissionFailed.js +20 -0
  1832. package/dist/illustrations-v5/tnt/tnt-Dot-NoApplications.js +11 -0
  1833. package/dist/illustrations-v5/tnt/tnt-Dot-NoFlows.js +11 -0
  1834. package/dist/illustrations-v5/tnt/tnt-Dot-NoUsers.js +18 -0
  1835. package/dist/illustrations-v5/tnt/tnt-Dot-Radar.js +28 -0
  1836. package/dist/illustrations-v5/tnt/tnt-Dot-RoadMap.js +11 -0
  1837. package/dist/illustrations-v5/tnt/tnt-Dot-Secrets.js +16 -0
  1838. package/dist/illustrations-v5/tnt/tnt-Dot-Services.js +14 -0
  1839. package/dist/illustrations-v5/tnt/tnt-Dot-SessionExpired.js +13 -0
  1840. package/dist/illustrations-v5/tnt/tnt-Dot-SessionExpiring.js +20 -0
  1841. package/dist/illustrations-v5/tnt/tnt-Dot-Settings.js +8 -0
  1842. package/dist/illustrations-v5/tnt/tnt-Dot-Success.js +15 -0
  1843. package/dist/illustrations-v5/tnt/tnt-Dot-SuccessfulAuth.js +10 -0
  1844. package/dist/illustrations-v5/tnt/tnt-Dot-Systems.js +15 -0
  1845. package/dist/illustrations-v5/tnt/tnt-Dot-Teams.js +32 -0
  1846. package/dist/illustrations-v5/tnt/tnt-Dot-Tools.js +26 -0
  1847. package/dist/illustrations-v5/tnt/tnt-Dot-Tutorials.js +16 -0
  1848. package/dist/illustrations-v5/tnt/tnt-Dot-Unlock.js +28 -0
  1849. package/dist/illustrations-v5/tnt/tnt-Dot-UnsuccessfulAuth.js +10 -0
  1850. package/dist/illustrations-v5/tnt/tnt-Scene-Avatar.js +49 -0
  1851. package/dist/illustrations-v5/tnt/tnt-Scene-Calculator.js +22 -0
  1852. package/dist/illustrations-v5/tnt/tnt-Scene-ChartArea.js +11 -0
  1853. package/dist/illustrations-v5/tnt/tnt-Scene-ChartArea2.js +12 -0
  1854. package/dist/illustrations-v5/tnt/tnt-Scene-ChartBPMNFlow.js +18 -0
  1855. package/dist/illustrations-v5/tnt/tnt-Scene-ChartBar.js +13 -0
  1856. package/dist/illustrations-v5/tnt/tnt-Scene-ChartBullet.js +18 -0
  1857. package/dist/illustrations-v5/tnt/tnt-Scene-ChartDoughnut.js +13 -0
  1858. package/dist/illustrations-v5/tnt/tnt-Scene-ChartFlow.js +17 -0
  1859. package/dist/illustrations-v5/tnt/tnt-Scene-ChartGantt.js +13 -0
  1860. package/dist/illustrations-v5/tnt/tnt-Scene-ChartOrg.js +19 -0
  1861. package/dist/illustrations-v5/tnt/tnt-Scene-ChartPie.js +13 -0
  1862. package/dist/illustrations-v5/tnt/tnt-Scene-CodePlaceholder.js +7 -0
  1863. package/dist/illustrations-v5/tnt/tnt-Scene-Company.js +14 -0
  1864. package/dist/illustrations-v5/tnt/tnt-Scene-Compass.js +19 -0
  1865. package/dist/illustrations-v5/tnt/tnt-Scene-Components.js +19 -0
  1866. package/dist/illustrations-v5/tnt/tnt-Scene-Dialog.js +11 -0
  1867. package/dist/illustrations-v5/tnt/tnt-Scene-ExternalLink.js +15 -0
  1868. package/dist/illustrations-v5/tnt/tnt-Scene-FaceID.js +22 -0
  1869. package/dist/illustrations-v5/tnt/tnt-Scene-Fingerprint.js +32 -0
  1870. package/dist/illustrations-v5/tnt/tnt-Scene-Handshake.js +39 -0
  1871. package/dist/illustrations-v5/tnt/tnt-Scene-Help.js +18 -0
  1872. package/dist/illustrations-v5/tnt/tnt-Scene-Lock.js +44 -0
  1873. package/dist/illustrations-v5/tnt/tnt-Scene-Mission.js +33 -0
  1874. package/dist/illustrations-v5/tnt/tnt-Scene-MissionFailed.js +24 -0
  1875. package/dist/illustrations-v5/tnt/tnt-Scene-NoApplications.js +13 -0
  1876. package/dist/illustrations-v5/tnt/tnt-Scene-NoFlows.js +13 -0
  1877. package/dist/illustrations-v5/tnt/tnt-Scene-NoUsers.js +20 -0
  1878. package/dist/illustrations-v5/tnt/tnt-Scene-Radar.js +30 -0
  1879. package/dist/illustrations-v5/tnt/tnt-Scene-RoadMap.js +32 -0
  1880. package/dist/illustrations-v5/tnt/tnt-Scene-Secrets.js +18 -0
  1881. package/dist/illustrations-v5/tnt/tnt-Scene-Services.js +30 -0
  1882. package/dist/illustrations-v5/tnt/tnt-Scene-SessionExpired.js +24 -0
  1883. package/dist/illustrations-v5/tnt/tnt-Scene-SessionExpiring.js +22 -0
  1884. package/dist/illustrations-v5/tnt/tnt-Scene-Settings.js +19 -0
  1885. package/dist/illustrations-v5/tnt/tnt-Scene-Success.js +21 -0
  1886. package/dist/illustrations-v5/tnt/tnt-Scene-SuccessfulAuth.js +19 -0
  1887. package/dist/illustrations-v5/tnt/tnt-Scene-Systems.js +28 -0
  1888. package/dist/illustrations-v5/tnt/tnt-Scene-Teams.js +85 -0
  1889. package/dist/illustrations-v5/tnt/tnt-Scene-Tools.js +47 -0
  1890. package/dist/illustrations-v5/tnt/tnt-Scene-Tutorials.js +18 -0
  1891. package/dist/illustrations-v5/tnt/tnt-Scene-Unlock.js +45 -0
  1892. package/dist/illustrations-v5/tnt/tnt-Scene-UnsuccessfulAuth.js +19 -0
  1893. package/dist/illustrations-v5/tnt/tnt-Spot-Avatar.js +49 -0
  1894. package/dist/illustrations-v5/tnt/tnt-Spot-Calculator.js +26 -0
  1895. package/dist/illustrations-v5/tnt/tnt-Spot-ChartArea.js +10 -0
  1896. package/dist/illustrations-v5/tnt/tnt-Spot-ChartArea2.js +11 -0
  1897. package/dist/illustrations-v5/tnt/tnt-Spot-ChartBPMNFlow.js +18 -0
  1898. package/dist/illustrations-v5/tnt/tnt-Spot-ChartBar.js +12 -0
  1899. package/dist/illustrations-v5/tnt/tnt-Spot-ChartBullet.js +13 -0
  1900. package/dist/illustrations-v5/tnt/tnt-Spot-ChartDoughnut.js +12 -0
  1901. package/dist/illustrations-v5/tnt/tnt-Spot-ChartFlow.js +14 -0
  1902. package/dist/illustrations-v5/tnt/tnt-Spot-ChartGantt.js +12 -0
  1903. package/dist/illustrations-v5/tnt/tnt-Spot-ChartOrg.js +19 -0
  1904. package/dist/illustrations-v5/tnt/tnt-Spot-ChartPie.js +12 -0
  1905. package/dist/illustrations-v5/tnt/tnt-Spot-CodePlaceholder.js +7 -0
  1906. package/dist/illustrations-v5/tnt/tnt-Spot-Company.js +14 -0
  1907. package/dist/illustrations-v5/tnt/tnt-Spot-Compass.js +19 -0
  1908. package/dist/illustrations-v5/tnt/tnt-Spot-Components.js +19 -0
  1909. package/dist/illustrations-v5/tnt/tnt-Spot-Dialog.js +11 -0
  1910. package/dist/illustrations-v5/tnt/tnt-Spot-ExternalLink.js +14 -0
  1911. package/dist/illustrations-v5/tnt/tnt-Spot-FaceID.js +22 -0
  1912. package/dist/illustrations-v5/tnt/tnt-Spot-Fingerprint.js +32 -0
  1913. package/dist/illustrations-v5/tnt/tnt-Spot-Handshake.js +39 -0
  1914. package/dist/illustrations-v5/tnt/tnt-Spot-Help.js +10 -0
  1915. package/dist/illustrations-v5/tnt/tnt-Spot-Lock.js +44 -0
  1916. package/dist/illustrations-v5/tnt/tnt-Spot-Mission.js +26 -0
  1917. package/dist/illustrations-v5/tnt/tnt-Spot-MissionFailed.js +24 -0
  1918. package/dist/illustrations-v5/tnt/tnt-Spot-NoApplications.js +12 -0
  1919. package/dist/illustrations-v5/tnt/tnt-Spot-NoFlows.js +12 -0
  1920. package/dist/illustrations-v5/tnt/tnt-Spot-NoUsers.js +13 -0
  1921. package/dist/illustrations-v5/tnt/tnt-Spot-Radar.js +28 -0
  1922. package/dist/illustrations-v5/tnt/tnt-Spot-RoadMap.js +32 -0
  1923. package/dist/illustrations-v5/tnt/tnt-Spot-Secrets.js +18 -0
  1924. package/dist/illustrations-v5/tnt/tnt-Spot-Services.js +30 -0
  1925. package/dist/illustrations-v5/tnt/tnt-Spot-SessionExpired.js +23 -0
  1926. package/dist/illustrations-v5/tnt/tnt-Spot-SessionExpiring.js +20 -0
  1927. package/dist/illustrations-v5/tnt/tnt-Spot-Settings.js +15 -0
  1928. package/dist/illustrations-v5/tnt/tnt-Spot-Success.js +21 -0
  1929. package/dist/illustrations-v5/tnt/tnt-Spot-SuccessfulAuth.js +15 -0
  1930. package/dist/illustrations-v5/tnt/tnt-Spot-Systems.js +19 -0
  1931. package/dist/illustrations-v5/tnt/tnt-Spot-Teams.js +79 -0
  1932. package/dist/illustrations-v5/tnt/tnt-Spot-Tools.js +26 -0
  1933. package/dist/illustrations-v5/tnt/tnt-Spot-Tutorials.js +17 -0
  1934. package/dist/illustrations-v5/tnt/tnt-Spot-Unlock.js +45 -0
  1935. package/dist/illustrations-v5/tnt/tnt-Spot-UnsuccessfulAuth.js +15 -0
  1936. package/dist/ssr-zxing-shim.d.ts +2 -0
  1937. package/dist/ssr-zxing-shim.js +3 -0
  1938. package/dist/ssr-zxing-shim.js.map +1 -0
  1939. package/dist/ssr-zxing.d.ts +2 -0
  1940. package/dist/ssr-zxing.js +3 -0
  1941. package/dist/ssr-zxing.js.map +1 -0
  1942. package/dist/types/FCLLayout.d.ts +105 -0
  1943. package/dist/types/FCLLayout.js +107 -0
  1944. package/dist/types/FCLLayout.js.map +1 -0
  1945. package/dist/types/IllustrationMessageDesign.d.ts +69 -0
  1946. package/dist/types/IllustrationMessageDesign.js +71 -0
  1947. package/dist/types/IllustrationMessageDesign.js.map +1 -0
  1948. package/dist/types/IllustrationMessageType.d.ts +636 -0
  1949. package/dist/types/IllustrationMessageType.js +638 -0
  1950. package/dist/types/IllustrationMessageType.js.map +1 -0
  1951. package/dist/types/MediaGalleryItemLayout.d.ts +22 -0
  1952. package/dist/types/MediaGalleryItemLayout.js +24 -0
  1953. package/dist/types/MediaGalleryItemLayout.js.map +1 -0
  1954. package/dist/types/MediaGalleryLayout.d.ts +22 -0
  1955. package/dist/types/MediaGalleryLayout.js +24 -0
  1956. package/dist/types/MediaGalleryLayout.js.map +1 -0
  1957. package/dist/types/MediaGalleryMenuHorizontalAlign.d.ts +17 -0
  1958. package/dist/types/MediaGalleryMenuHorizontalAlign.js +19 -0
  1959. package/dist/types/MediaGalleryMenuHorizontalAlign.js.map +1 -0
  1960. package/dist/types/MediaGalleryMenuVerticalAlign.d.ts +17 -0
  1961. package/dist/types/MediaGalleryMenuVerticalAlign.js +19 -0
  1962. package/dist/types/MediaGalleryMenuVerticalAlign.js.map +1 -0
  1963. package/dist/types/NavigationLayoutMode.d.ts +23 -0
  1964. package/dist/types/NavigationLayoutMode.js +25 -0
  1965. package/dist/types/NavigationLayoutMode.js.map +1 -0
  1966. package/dist/types/NotificationListItemImportance.d.ts +16 -0
  1967. package/dist/types/NotificationListItemImportance.js +18 -0
  1968. package/dist/types/NotificationListItemImportance.js.map +1 -0
  1969. package/dist/types/PageBackgroundDesign.d.ts +22 -0
  1970. package/dist/types/PageBackgroundDesign.js +24 -0
  1971. package/dist/types/PageBackgroundDesign.js.map +1 -0
  1972. package/dist/types/SearchMode.d.ts +17 -0
  1973. package/dist/types/SearchMode.js +19 -0
  1974. package/dist/types/SearchMode.js.map +1 -0
  1975. package/dist/types/SideContentFallDown.d.ts +27 -0
  1976. package/dist/types/SideContentFallDown.js +29 -0
  1977. package/dist/types/SideContentFallDown.js.map +1 -0
  1978. package/dist/types/SideContentPosition.d.ts +19 -0
  1979. package/dist/types/SideContentPosition.js +21 -0
  1980. package/dist/types/SideContentPosition.js.map +1 -0
  1981. package/dist/types/SideContentVisibility.d.ts +32 -0
  1982. package/dist/types/SideContentVisibility.js +34 -0
  1983. package/dist/types/SideContentVisibility.js.map +1 -0
  1984. package/dist/types/SideNavigationItemDesign.d.ts +24 -0
  1985. package/dist/types/SideNavigationItemDesign.js +26 -0
  1986. package/dist/types/SideNavigationItemDesign.js.map +1 -0
  1987. package/dist/types/TimelineGrowingMode.d.ts +24 -0
  1988. package/dist/types/TimelineGrowingMode.js +26 -0
  1989. package/dist/types/TimelineGrowingMode.js.map +1 -0
  1990. package/dist/types/TimelineLayout.d.ts +18 -0
  1991. package/dist/types/TimelineLayout.js +20 -0
  1992. package/dist/types/TimelineLayout.js.map +1 -0
  1993. package/dist/types/UploadCollectionDnDMode.d.ts +22 -0
  1994. package/dist/types/UploadCollectionDnDMode.js +24 -0
  1995. package/dist/types/UploadCollectionDnDMode.js.map +1 -0
  1996. package/dist/types/UploadCollectionSelectionMode.d.ts +39 -0
  1997. package/dist/types/UploadCollectionSelectionMode.js +41 -0
  1998. package/dist/types/UploadCollectionSelectionMode.js.map +1 -0
  1999. package/dist/types/UploadState.d.ts +27 -0
  2000. package/dist/types/UploadState.js +29 -0
  2001. package/dist/types/UploadState.js.map +1 -0
  2002. package/dist/types/ViewSettingsDialogMode.d.ts +25 -0
  2003. package/dist/types/ViewSettingsDialogMode.js +27 -0
  2004. package/dist/types/ViewSettingsDialogMode.js.map +1 -0
  2005. package/dist/types/WizardContentLayout.d.ts +17 -0
  2006. package/dist/types/WizardContentLayout.js +19 -0
  2007. package/dist/types/WizardContentLayout.js.map +1 -0
  2008. package/dist/upload-utils/UploadCollectionBodyDnD.d.ts +15 -0
  2009. package/dist/upload-utils/UploadCollectionBodyDnD.js +60 -0
  2010. package/dist/upload-utils/UploadCollectionBodyDnD.js.map +1 -0
  2011. package/dist/vscode.html-custom-data.json +1626 -0
  2012. package/dist/web-types.json +4122 -0
  2013. package/global.d.ts +12 -0
  2014. package/jsconfig.json +12 -0
  2015. package/package-scripts.cjs +84 -0
  2016. package/package.json +71 -0
  2017. package/src/BarcodeScannerDialogTemplate.tsx +38 -0
  2018. package/src/DynamicPageHeaderActionsTemplate.tsx +33 -0
  2019. package/src/DynamicPageHeaderTemplate.tsx +9 -0
  2020. package/src/DynamicPageTemplate.tsx +72 -0
  2021. package/src/DynamicPageTitleTemplate.tsx +77 -0
  2022. package/src/DynamicSideContentTemplate.tsx +48 -0
  2023. package/src/FlexibleColumnLayoutTemplate.tsx +134 -0
  2024. package/src/IllustratedMessageTemplate.tsx +92 -0
  2025. package/src/MediaGalleryItemTemplate.tsx +22 -0
  2026. package/src/MediaGalleryTemplate.tsx +50 -0
  2027. package/src/NavigationLayoutTemplate.tsx +19 -0
  2028. package/src/NavigationMenuItemTemplate.tsx +64 -0
  2029. package/src/NavigationMenuTemplate.tsx +51 -0
  2030. package/src/NotificationListGroupItemTemplate.tsx +66 -0
  2031. package/src/NotificationListItemTemplate.tsx +154 -0
  2032. package/src/NotificationListTemplate.tsx +17 -0
  2033. package/src/PageTemplate.tsx +30 -0
  2034. package/src/ProductSwitchItemTemplate.tsx +66 -0
  2035. package/src/ProductSwitchTemplate.tsx +16 -0
  2036. package/src/SearchFieldTemplate.tsx +106 -0
  2037. package/src/SearchItemShowMoreTemplate.tsx +19 -0
  2038. package/src/SearchItemTemplate.tsx +67 -0
  2039. package/src/SearchMessageAreaTemplate.tsx +15 -0
  2040. package/src/SearchPopoverTemplate.tsx +80 -0
  2041. package/src/SearchTemplate.tsx +12 -0
  2042. package/src/ShellBarBrandingTemplate.tsx +27 -0
  2043. package/src/ShellBarPopoverTemplate.tsx +50 -0
  2044. package/src/ShellBarSearchPopoverTemplate.tsx +24 -0
  2045. package/src/ShellBarSearchTemplate.tsx +12 -0
  2046. package/src/ShellBarTemplate.tsx +337 -0
  2047. package/src/SideNavigationGroupTemplate.tsx +58 -0
  2048. package/src/SideNavigationItemTemplate.tsx +86 -0
  2049. package/src/SideNavigationPopoverTemplate.tsx +103 -0
  2050. package/src/SideNavigationSubItemTemplate.tsx +39 -0
  2051. package/src/SideNavigationTemplate.tsx +75 -0
  2052. package/src/TimelineGroupItemTemplate.tsx +48 -0
  2053. package/src/TimelineItemTemplate.tsx +77 -0
  2054. package/src/TimelineTemplate.tsx +79 -0
  2055. package/src/UploadCollectionItemTemplate.tsx +146 -0
  2056. package/src/UploadCollectionTemplate.tsx +63 -0
  2057. package/src/UserMenuItemGroupTemplate.tsx +6 -0
  2058. package/src/UserMenuItemTemplate.tsx +6 -0
  2059. package/src/UserMenuTemplate.tsx +193 -0
  2060. package/src/UserSettingsAccountViewTemplate.tsx +46 -0
  2061. package/src/UserSettingsAppearanceViewItemTemplate.tsx +25 -0
  2062. package/src/UserSettingsAppearanceViewTemplate.tsx +15 -0
  2063. package/src/UserSettingsDialogTemplate.tsx +80 -0
  2064. package/src/UserSettingsItemTemplate.tsx +52 -0
  2065. package/src/UserSettingsViewTemplate.tsx +11 -0
  2066. package/src/ViewSettingsDialogTemplate.tsx +230 -0
  2067. package/src/WizardPopoverTemplate.tsx +42 -0
  2068. package/src/WizardTabTemplate.tsx +39 -0
  2069. package/src/WizardTemplate.tsx +75 -0
  2070. package/src/i18n/messagebundle.properties +612 -0
  2071. package/src/i18n/messagebundle_ar.properties +407 -0
  2072. package/src/i18n/messagebundle_bg.properties +407 -0
  2073. package/src/i18n/messagebundle_ca.properties +407 -0
  2074. package/src/i18n/messagebundle_cnr.properties +407 -0
  2075. package/src/i18n/messagebundle_cs.properties +407 -0
  2076. package/src/i18n/messagebundle_cy.properties +407 -0
  2077. package/src/i18n/messagebundle_da.properties +407 -0
  2078. package/src/i18n/messagebundle_de.properties +407 -0
  2079. package/src/i18n/messagebundle_el.properties +407 -0
  2080. package/src/i18n/messagebundle_en.properties +407 -0
  2081. package/src/i18n/messagebundle_en_GB.properties +407 -0
  2082. package/src/i18n/messagebundle_en_US_sappsd.properties +407 -0
  2083. package/src/i18n/messagebundle_en_US_saprigi.properties +407 -0
  2084. package/src/i18n/messagebundle_en_US_saptrc.properties +407 -0
  2085. package/src/i18n/messagebundle_es.properties +407 -0
  2086. package/src/i18n/messagebundle_es_MX.properties +407 -0
  2087. package/src/i18n/messagebundle_et.properties +407 -0
  2088. package/src/i18n/messagebundle_fi.properties +407 -0
  2089. package/src/i18n/messagebundle_fr.properties +407 -0
  2090. package/src/i18n/messagebundle_fr_CA.properties +407 -0
  2091. package/src/i18n/messagebundle_hi.properties +407 -0
  2092. package/src/i18n/messagebundle_hr.properties +407 -0
  2093. package/src/i18n/messagebundle_hu.properties +407 -0
  2094. package/src/i18n/messagebundle_id.properties +407 -0
  2095. package/src/i18n/messagebundle_it.properties +407 -0
  2096. package/src/i18n/messagebundle_iw.properties +407 -0
  2097. package/src/i18n/messagebundle_ja.properties +407 -0
  2098. package/src/i18n/messagebundle_kk.properties +407 -0
  2099. package/src/i18n/messagebundle_ko.properties +407 -0
  2100. package/src/i18n/messagebundle_lt.properties +407 -0
  2101. package/src/i18n/messagebundle_lv.properties +407 -0
  2102. package/src/i18n/messagebundle_mk.properties +407 -0
  2103. package/src/i18n/messagebundle_ms.properties +407 -0
  2104. package/src/i18n/messagebundle_nl.properties +407 -0
  2105. package/src/i18n/messagebundle_no.properties +407 -0
  2106. package/src/i18n/messagebundle_pl.properties +407 -0
  2107. package/src/i18n/messagebundle_pt.properties +407 -0
  2108. package/src/i18n/messagebundle_pt_PT.properties +407 -0
  2109. package/src/i18n/messagebundle_ro.properties +407 -0
  2110. package/src/i18n/messagebundle_ru.properties +407 -0
  2111. package/src/i18n/messagebundle_sh.properties +407 -0
  2112. package/src/i18n/messagebundle_sk.properties +407 -0
  2113. package/src/i18n/messagebundle_sl.properties +407 -0
  2114. package/src/i18n/messagebundle_sr.properties +407 -0
  2115. package/src/i18n/messagebundle_sv.properties +407 -0
  2116. package/src/i18n/messagebundle_th.properties +407 -0
  2117. package/src/i18n/messagebundle_tr.properties +407 -0
  2118. package/src/i18n/messagebundle_uk.properties +407 -0
  2119. package/src/i18n/messagebundle_vi.properties +407 -0
  2120. package/src/i18n/messagebundle_zh_CN.properties +407 -0
  2121. package/src/i18n/messagebundle_zh_TW.properties +407 -0
  2122. package/src/illustrations/sapIllus-Dialog-Achievement.svg +28 -0
  2123. package/src/illustrations/sapIllus-Dialog-AddColumn.svg +37 -0
  2124. package/src/illustrations/sapIllus-Dialog-AddDimensions.svg +17 -0
  2125. package/src/illustrations/sapIllus-Dialog-AddPeople.svg +31 -0
  2126. package/src/illustrations/sapIllus-Dialog-AddPeopleToCalendar.svg +51 -0
  2127. package/src/illustrations/sapIllus-Dialog-AddingColumns.svg +37 -0
  2128. package/src/illustrations/sapIllus-Dialog-BalloonSky.svg +45 -0
  2129. package/src/illustrations/sapIllus-Dialog-BeforeSearch.svg +41 -0
  2130. package/src/illustrations/sapIllus-Dialog-Connection.svg +18 -0
  2131. package/src/illustrations/sapIllus-Dialog-DragFilesToUpload.svg +20 -0
  2132. package/src/illustrations/sapIllus-Dialog-EmptyCalendar.svg +77 -0
  2133. package/src/illustrations/sapIllus-Dialog-EmptyList.svg +36 -0
  2134. package/src/illustrations/sapIllus-Dialog-EmptyPlanningCalendar.svg +19 -0
  2135. package/src/illustrations/sapIllus-Dialog-ErrorScreen.svg +34 -0
  2136. package/src/illustrations/sapIllus-Dialog-FilterTable.svg +65 -0
  2137. package/src/illustrations/sapIllus-Dialog-FilteringColumns.svg +39 -0
  2138. package/src/illustrations/sapIllus-Dialog-GroupTable.svg +67 -0
  2139. package/src/illustrations/sapIllus-Dialog-GroupingColumns.svg +35 -0
  2140. package/src/illustrations/sapIllus-Dialog-KeyTask.svg +119 -0
  2141. package/src/illustrations/sapIllus-Dialog-NewMail.svg +38 -0
  2142. package/src/illustrations/sapIllus-Dialog-NoActivities.svg +34 -0
  2143. package/src/illustrations/sapIllus-Dialog-NoChartData.svg +45 -0
  2144. package/src/illustrations/sapIllus-Dialog-NoColumnsSet.svg +29 -0
  2145. package/src/illustrations/sapIllus-Dialog-NoData.svg +12 -0
  2146. package/src/illustrations/sapIllus-Dialog-NoDimensionsSet.svg +39 -0
  2147. package/src/illustrations/sapIllus-Dialog-NoEntries.svg +42 -0
  2148. package/src/illustrations/sapIllus-Dialog-NoFilterResults.svg +20 -0
  2149. package/src/illustrations/sapIllus-Dialog-NoMail.svg +16 -0
  2150. package/src/illustrations/sapIllus-Dialog-NoMail_v1.svg +22 -0
  2151. package/src/illustrations/sapIllus-Dialog-NoNotifications.svg +28 -0
  2152. package/src/illustrations/sapIllus-Dialog-NoSavedItems.svg +54 -0
  2153. package/src/illustrations/sapIllus-Dialog-NoSavedItems_v1.svg +36 -0
  2154. package/src/illustrations/sapIllus-Dialog-NoSearchResults.svg +73 -0
  2155. package/src/illustrations/sapIllus-Dialog-NoTasks.svg +60 -0
  2156. package/src/illustrations/sapIllus-Dialog-NoTasks_v1.svg +62 -0
  2157. package/src/illustrations/sapIllus-Dialog-PageNotFound.svg +13 -0
  2158. package/src/illustrations/sapIllus-Dialog-ReceiveAppreciation.svg +25 -0
  2159. package/src/illustrations/sapIllus-Dialog-ReloadScreen.svg +48 -0
  2160. package/src/illustrations/sapIllus-Dialog-ResizeColumn.svg +41 -0
  2161. package/src/illustrations/sapIllus-Dialog-ResizingColumns.svg +55 -0
  2162. package/src/illustrations/sapIllus-Dialog-SearchEarth.svg +18 -0
  2163. package/src/illustrations/sapIllus-Dialog-SearchFolder.svg +37 -0
  2164. package/src/illustrations/sapIllus-Dialog-SignOut.svg +21 -0
  2165. package/src/illustrations/sapIllus-Dialog-SimpleBalloon.svg +17 -0
  2166. package/src/illustrations/sapIllus-Dialog-SimpleBell.svg +13 -0
  2167. package/src/illustrations/sapIllus-Dialog-SimpleCalendar.svg +48 -0
  2168. package/src/illustrations/sapIllus-Dialog-SimpleCheckMark.svg +6 -0
  2169. package/src/illustrations/sapIllus-Dialog-SimpleConnection.svg +18 -0
  2170. package/src/illustrations/sapIllus-Dialog-SimpleEmptyDoc.svg +17 -0
  2171. package/src/illustrations/sapIllus-Dialog-SimpleEmptyList.svg +10 -0
  2172. package/src/illustrations/sapIllus-Dialog-SimpleError.svg +10 -0
  2173. package/src/illustrations/sapIllus-Dialog-SimpleMagnifier.svg +10 -0
  2174. package/src/illustrations/sapIllus-Dialog-SimpleMail.svg +13 -0
  2175. package/src/illustrations/sapIllus-Dialog-SimpleNoSavedItems.svg +17 -0
  2176. package/src/illustrations/sapIllus-Dialog-SimpleNotFoundMagnifier.svg +21 -0
  2177. package/src/illustrations/sapIllus-Dialog-SimpleReload.svg +11 -0
  2178. package/src/illustrations/sapIllus-Dialog-SimpleTask.svg +23 -0
  2179. package/src/illustrations/sapIllus-Dialog-SleepingBell.svg +30 -0
  2180. package/src/illustrations/sapIllus-Dialog-SortColumn.svg +39 -0
  2181. package/src/illustrations/sapIllus-Dialog-SortingColumns.svg +50 -0
  2182. package/src/illustrations/sapIllus-Dialog-SuccessBalloon.svg +16 -0
  2183. package/src/illustrations/sapIllus-Dialog-SuccessCheckMark.svg +8 -0
  2184. package/src/illustrations/sapIllus-Dialog-SuccessHighFive.svg +24 -0
  2185. package/src/illustrations/sapIllus-Dialog-SuccessScreen.svg +47 -0
  2186. package/src/illustrations/sapIllus-Dialog-Survey.svg +22 -0
  2187. package/src/illustrations/sapIllus-Dialog-Tent.svg +31 -0
  2188. package/src/illustrations/sapIllus-Dialog-UnableToLoad.svg +119 -0
  2189. package/src/illustrations/sapIllus-Dialog-UnableToLoadImage.svg +28 -0
  2190. package/src/illustrations/sapIllus-Dialog-UnableToUpload.svg +26 -0
  2191. package/src/illustrations/sapIllus-Dialog-UploadCollection.svg +30 -0
  2192. package/src/illustrations/sapIllus-Dialog-UploadToCloud.svg +21 -0
  2193. package/src/illustrations/sapIllus-Dialog-UserHasSignedUp.svg +34 -0
  2194. package/src/illustrations/sapIllus-Dot-Achievement.svg +18 -0
  2195. package/src/illustrations/sapIllus-Dot-AddColumn.svg +26 -0
  2196. package/src/illustrations/sapIllus-Dot-AddDimensions.svg +9 -0
  2197. package/src/illustrations/sapIllus-Dot-AddPeople.svg +8 -0
  2198. package/src/illustrations/sapIllus-Dot-AddPeopleToCalendar.svg +14 -0
  2199. package/src/illustrations/sapIllus-Dot-AddingColumns.svg +13 -0
  2200. package/src/illustrations/sapIllus-Dot-BalloonSky.svg +6 -0
  2201. package/src/illustrations/sapIllus-Dot-BeforeSearch.svg +40 -0
  2202. package/src/illustrations/sapIllus-Dot-Connection.svg +9 -0
  2203. package/src/illustrations/sapIllus-Dot-DragFilesToUpload.svg +8 -0
  2204. package/src/illustrations/sapIllus-Dot-EmptyCalendar.svg +36 -0
  2205. package/src/illustrations/sapIllus-Dot-EmptyList.svg +6 -0
  2206. package/src/illustrations/sapIllus-Dot-EmptyPlanningCalendar.svg +18 -0
  2207. package/src/illustrations/sapIllus-Dot-ErrorScreen.svg +8 -0
  2208. package/src/illustrations/sapIllus-Dot-FilterTable.svg +7 -0
  2209. package/src/illustrations/sapIllus-Dot-FilteringColumns.svg +22 -0
  2210. package/src/illustrations/sapIllus-Dot-GroupTable.svg +35 -0
  2211. package/src/illustrations/sapIllus-Dot-GroupingColumns.svg +23 -0
  2212. package/src/illustrations/sapIllus-Dot-KeyTask.svg +118 -0
  2213. package/src/illustrations/sapIllus-Dot-NewMail.svg +11 -0
  2214. package/src/illustrations/sapIllus-Dot-NoActivities.svg +11 -0
  2215. package/src/illustrations/sapIllus-Dot-NoChartData.svg +35 -0
  2216. package/src/illustrations/sapIllus-Dot-NoColumnsSet.svg +26 -0
  2217. package/src/illustrations/sapIllus-Dot-NoData.svg +11 -0
  2218. package/src/illustrations/sapIllus-Dot-NoDimensionsSet.svg +6 -0
  2219. package/src/illustrations/sapIllus-Dot-NoEntries.svg +25 -0
  2220. package/src/illustrations/sapIllus-Dot-NoFilterResults.svg +14 -0
  2221. package/src/illustrations/sapIllus-Dot-NoMail.svg +14 -0
  2222. package/src/illustrations/sapIllus-Dot-NoMail_v1.svg +9 -0
  2223. package/src/illustrations/sapIllus-Dot-NoNotifications.svg +23 -0
  2224. package/src/illustrations/sapIllus-Dot-NoSavedItems.svg +55 -0
  2225. package/src/illustrations/sapIllus-Dot-NoSavedItems_v1.svg +12 -0
  2226. package/src/illustrations/sapIllus-Dot-NoSearchResults.svg +35 -0
  2227. package/src/illustrations/sapIllus-Dot-NoTasks.svg +22 -0
  2228. package/src/illustrations/sapIllus-Dot-NoTasks_v1.svg +12 -0
  2229. package/src/illustrations/sapIllus-Dot-PageNotFound.svg +14 -0
  2230. package/src/illustrations/sapIllus-Dot-ReceiveAppreciation.svg +19 -0
  2231. package/src/illustrations/sapIllus-Dot-ReloadScreen.svg +8 -0
  2232. package/src/illustrations/sapIllus-Dot-ResizeColumn.svg +26 -0
  2233. package/src/illustrations/sapIllus-Dot-ResizingColumns.svg +19 -0
  2234. package/src/illustrations/sapIllus-Dot-SearchEarth.svg +6 -0
  2235. package/src/illustrations/sapIllus-Dot-SearchFolder.svg +10 -0
  2236. package/src/illustrations/sapIllus-Dot-SignOut.svg +11 -0
  2237. package/src/illustrations/sapIllus-Dot-SimpleBalloon.svg +6 -0
  2238. package/src/illustrations/sapIllus-Dot-SimpleBell.svg +7 -0
  2239. package/src/illustrations/sapIllus-Dot-SimpleCalendar.svg +36 -0
  2240. package/src/illustrations/sapIllus-Dot-SimpleCheckMark.svg +4 -0
  2241. package/src/illustrations/sapIllus-Dot-SimpleConnection.svg +9 -0
  2242. package/src/illustrations/sapIllus-Dot-SimpleEmptyDoc.svg +7 -0
  2243. package/src/illustrations/sapIllus-Dot-SimpleEmptyList.svg +6 -0
  2244. package/src/illustrations/sapIllus-Dot-SimpleError.svg +8 -0
  2245. package/src/illustrations/sapIllus-Dot-SimpleMagnifier.svg +6 -0
  2246. package/src/illustrations/sapIllus-Dot-SimpleMail.svg +9 -0
  2247. package/src/illustrations/sapIllus-Dot-SimpleNoSavedItems.svg +12 -0
  2248. package/src/illustrations/sapIllus-Dot-SimpleNotFoundMagnifier.svg +10 -0
  2249. package/src/illustrations/sapIllus-Dot-SimpleReload.svg +8 -0
  2250. package/src/illustrations/sapIllus-Dot-SimpleTask.svg +12 -0
  2251. package/src/illustrations/sapIllus-Dot-SleepingBell.svg +7 -0
  2252. package/src/illustrations/sapIllus-Dot-SortColumn.svg +28 -0
  2253. package/src/illustrations/sapIllus-Dot-SortingColumns.svg +15 -0
  2254. package/src/illustrations/sapIllus-Dot-SuccessHighFive.svg +6 -0
  2255. package/src/illustrations/sapIllus-Dot-SuccessScreen.svg +4 -0
  2256. package/src/illustrations/sapIllus-Dot-Survey.svg +7 -0
  2257. package/src/illustrations/sapIllus-Dot-Tent.svg +7 -0
  2258. package/src/illustrations/sapIllus-Dot-UnableToLoad.svg +118 -0
  2259. package/src/illustrations/sapIllus-Dot-UnableToLoadImage.svg +24 -0
  2260. package/src/illustrations/sapIllus-Dot-UnableToUpload.svg +10 -0
  2261. package/src/illustrations/sapIllus-Dot-UploadCollection.svg +6 -0
  2262. package/src/illustrations/sapIllus-Dot-UploadToCloud.svg +9 -0
  2263. package/src/illustrations/sapIllus-Dot-UserHasSignedUp.svg +8 -0
  2264. package/src/illustrations/sapIllus-Patterns.svg +20 -0
  2265. package/src/illustrations/sapIllus-Scene-Achievement.svg +28 -0
  2266. package/src/illustrations/sapIllus-Scene-AddColumn.svg +48 -0
  2267. package/src/illustrations/sapIllus-Scene-AddDimensions.svg +17 -0
  2268. package/src/illustrations/sapIllus-Scene-AddPeople.svg +30 -0
  2269. package/src/illustrations/sapIllus-Scene-AddPeopleToCalendar.svg +46 -0
  2270. package/src/illustrations/sapIllus-Scene-AddingColumns.svg +37 -0
  2271. package/src/illustrations/sapIllus-Scene-BalloonSky.svg +53 -0
  2272. package/src/illustrations/sapIllus-Scene-BeforeSearch.svg +41 -0
  2273. package/src/illustrations/sapIllus-Scene-Connection.svg +31 -0
  2274. package/src/illustrations/sapIllus-Scene-DragFilesToUpload.svg +20 -0
  2275. package/src/illustrations/sapIllus-Scene-EmptyCalendar.svg +90 -0
  2276. package/src/illustrations/sapIllus-Scene-EmptyList.svg +43 -0
  2277. package/src/illustrations/sapIllus-Scene-EmptyPlanningCalendar.svg +19 -0
  2278. package/src/illustrations/sapIllus-Scene-ErrorScreen.svg +78 -0
  2279. package/src/illustrations/sapIllus-Scene-FilterTable.svg +62 -0
  2280. package/src/illustrations/sapIllus-Scene-FilteringColumns.svg +39 -0
  2281. package/src/illustrations/sapIllus-Scene-GroupTable.svg +76 -0
  2282. package/src/illustrations/sapIllus-Scene-GroupingColumns.svg +40 -0
  2283. package/src/illustrations/sapIllus-Scene-KeyTask.svg +119 -0
  2284. package/src/illustrations/sapIllus-Scene-NewMail.svg +38 -0
  2285. package/src/illustrations/sapIllus-Scene-NoActivities.svg +34 -0
  2286. package/src/illustrations/sapIllus-Scene-NoChartData.svg +45 -0
  2287. package/src/illustrations/sapIllus-Scene-NoColumnsSet.svg +26 -0
  2288. package/src/illustrations/sapIllus-Scene-NoData.svg +12 -0
  2289. package/src/illustrations/sapIllus-Scene-NoDimensionsSet.svg +38 -0
  2290. package/src/illustrations/sapIllus-Scene-NoEntries.svg +42 -0
  2291. package/src/illustrations/sapIllus-Scene-NoFilterResults.svg +16 -0
  2292. package/src/illustrations/sapIllus-Scene-NoMail.svg +16 -0
  2293. package/src/illustrations/sapIllus-Scene-NoMail_v1.svg +55 -0
  2294. package/src/illustrations/sapIllus-Scene-NoNotifications.svg +28 -0
  2295. package/src/illustrations/sapIllus-Scene-NoSavedItems.svg +54 -0
  2296. package/src/illustrations/sapIllus-Scene-NoSavedItems_v1.svg +39 -0
  2297. package/src/illustrations/sapIllus-Scene-NoSearchResults.svg +73 -0
  2298. package/src/illustrations/sapIllus-Scene-NoTasks.svg +60 -0
  2299. package/src/illustrations/sapIllus-Scene-NoTasks_v1.svg +86 -0
  2300. package/src/illustrations/sapIllus-Scene-PageNotFound.svg +13 -0
  2301. package/src/illustrations/sapIllus-Scene-ReceiveAppreciation.svg +25 -0
  2302. package/src/illustrations/sapIllus-Scene-ReloadScreen.svg +62 -0
  2303. package/src/illustrations/sapIllus-Scene-ResizeColumn.svg +52 -0
  2304. package/src/illustrations/sapIllus-Scene-ResizingColumns.svg +57 -0
  2305. package/src/illustrations/sapIllus-Scene-SearchEarth.svg +30 -0
  2306. package/src/illustrations/sapIllus-Scene-SearchFolder.svg +44 -0
  2307. package/src/illustrations/sapIllus-Scene-SignOut.svg +21 -0
  2308. package/src/illustrations/sapIllus-Scene-SimpleBalloon.svg +20 -0
  2309. package/src/illustrations/sapIllus-Scene-SimpleBell.svg +16 -0
  2310. package/src/illustrations/sapIllus-Scene-SimpleCalendar.svg +44 -0
  2311. package/src/illustrations/sapIllus-Scene-SimpleCheckMark.svg +9 -0
  2312. package/src/illustrations/sapIllus-Scene-SimpleConnection.svg +22 -0
  2313. package/src/illustrations/sapIllus-Scene-SimpleEmptyDoc.svg +20 -0
  2314. package/src/illustrations/sapIllus-Scene-SimpleEmptyList.svg +13 -0
  2315. package/src/illustrations/sapIllus-Scene-SimpleError.svg +13 -0
  2316. package/src/illustrations/sapIllus-Scene-SimpleMagnifier.svg +13 -0
  2317. package/src/illustrations/sapIllus-Scene-SimpleMail.svg +16 -0
  2318. package/src/illustrations/sapIllus-Scene-SimpleNoSavedItems.svg +27 -0
  2319. package/src/illustrations/sapIllus-Scene-SimpleNotFoundMagnifier.svg +24 -0
  2320. package/src/illustrations/sapIllus-Scene-SimpleReload.svg +14 -0
  2321. package/src/illustrations/sapIllus-Scene-SimpleTask.svg +19 -0
  2322. package/src/illustrations/sapIllus-Scene-SleepingBell.svg +50 -0
  2323. package/src/illustrations/sapIllus-Scene-SortColumn.svg +50 -0
  2324. package/src/illustrations/sapIllus-Scene-SortingColumns.svg +50 -0
  2325. package/src/illustrations/sapIllus-Scene-SuccessBalloon.svg +33 -0
  2326. package/src/illustrations/sapIllus-Scene-SuccessCheckMark.svg +43 -0
  2327. package/src/illustrations/sapIllus-Scene-SuccessHighFive.svg +25 -0
  2328. package/src/illustrations/sapIllus-Scene-SuccessScreen.svg +61 -0
  2329. package/src/illustrations/sapIllus-Scene-Survey.svg +21 -0
  2330. package/src/illustrations/sapIllus-Scene-Tent.svg +59 -0
  2331. package/src/illustrations/sapIllus-Scene-UnableToLoad.svg +119 -0
  2332. package/src/illustrations/sapIllus-Scene-UnableToLoadImage.svg +28 -0
  2333. package/src/illustrations/sapIllus-Scene-UnableToUpload.svg +26 -0
  2334. package/src/illustrations/sapIllus-Scene-UploadCollection.svg +29 -0
  2335. package/src/illustrations/sapIllus-Scene-UploadToCloud.svg +22 -0
  2336. package/src/illustrations/sapIllus-Scene-UserHasSignedUp.svg +29 -0
  2337. package/src/illustrations/sapIllus-Spot-Achievement.svg +27 -0
  2338. package/src/illustrations/sapIllus-Spot-AddColumn.svg +37 -0
  2339. package/src/illustrations/sapIllus-Spot-AddDimensions.svg +16 -0
  2340. package/src/illustrations/sapIllus-Spot-AddPeople.svg +31 -0
  2341. package/src/illustrations/sapIllus-Spot-AddPeopleToCalendar.svg +42 -0
  2342. package/src/illustrations/sapIllus-Spot-AddingColumns.svg +37 -0
  2343. package/src/illustrations/sapIllus-Spot-BalloonSky.svg +43 -0
  2344. package/src/illustrations/sapIllus-Spot-BeforeSearch.svg +41 -0
  2345. package/src/illustrations/sapIllus-Spot-Connection.svg +22 -0
  2346. package/src/illustrations/sapIllus-Spot-DragFilesToUpload.svg +18 -0
  2347. package/src/illustrations/sapIllus-Spot-EmptyCalendar.svg +46 -0
  2348. package/src/illustrations/sapIllus-Spot-EmptyList.svg +29 -0
  2349. package/src/illustrations/sapIllus-Spot-EmptyPlanningCalendar.svg +19 -0
  2350. package/src/illustrations/sapIllus-Spot-ErrorScreen.svg +32 -0
  2351. package/src/illustrations/sapIllus-Spot-FilterTable.svg +60 -0
  2352. package/src/illustrations/sapIllus-Spot-FilteringColumns.svg +33 -0
  2353. package/src/illustrations/sapIllus-Spot-GroupTable.svg +86 -0
  2354. package/src/illustrations/sapIllus-Spot-GroupingColumns.svg +35 -0
  2355. package/src/illustrations/sapIllus-Spot-KeyTask.svg +119 -0
  2356. package/src/illustrations/sapIllus-Spot-NewMail.svg +34 -0
  2357. package/src/illustrations/sapIllus-Spot-NoActivities.svg +34 -0
  2358. package/src/illustrations/sapIllus-Spot-NoChartData.svg +42 -0
  2359. package/src/illustrations/sapIllus-Spot-NoColumnsSet.svg +29 -0
  2360. package/src/illustrations/sapIllus-Spot-NoData.svg +12 -0
  2361. package/src/illustrations/sapIllus-Spot-NoDimensionsSet.svg +42 -0
  2362. package/src/illustrations/sapIllus-Spot-NoEntries.svg +42 -0
  2363. package/src/illustrations/sapIllus-Spot-NoFilterResults.svg +16 -0
  2364. package/src/illustrations/sapIllus-Spot-NoMail.svg +15 -0
  2365. package/src/illustrations/sapIllus-Spot-NoMail_v1.svg +16 -0
  2366. package/src/illustrations/sapIllus-Spot-NoNotifications.svg +25 -0
  2367. package/src/illustrations/sapIllus-Spot-NoSavedItems.svg +51 -0
  2368. package/src/illustrations/sapIllus-Spot-NoSavedItems_v1.svg +33 -0
  2369. package/src/illustrations/sapIllus-Spot-NoSearchResults.svg +73 -0
  2370. package/src/illustrations/sapIllus-Spot-NoTasks.svg +32 -0
  2371. package/src/illustrations/sapIllus-Spot-NoTasks_v1.svg +22 -0
  2372. package/src/illustrations/sapIllus-Spot-PageNotFound.svg +10 -0
  2373. package/src/illustrations/sapIllus-Spot-ReceiveAppreciation.svg +20 -0
  2374. package/src/illustrations/sapIllus-Spot-ReloadScreen.svg +36 -0
  2375. package/src/illustrations/sapIllus-Spot-ResizeColumn.svg +49 -0
  2376. package/src/illustrations/sapIllus-Spot-ResizingColumns.svg +37 -0
  2377. package/src/illustrations/sapIllus-Spot-SearchEarth.svg +55 -0
  2378. package/src/illustrations/sapIllus-Spot-SearchFolder.svg +37 -0
  2379. package/src/illustrations/sapIllus-Spot-SignOut.svg +21 -0
  2380. package/src/illustrations/sapIllus-Spot-SimpleBalloon.svg +7 -0
  2381. package/src/illustrations/sapIllus-Spot-SimpleBell.svg +12 -0
  2382. package/src/illustrations/sapIllus-Spot-SimpleCalendar.svg +44 -0
  2383. package/src/illustrations/sapIllus-Spot-SimpleCheckMark.svg +5 -0
  2384. package/src/illustrations/sapIllus-Spot-SimpleConnection.svg +10 -0
  2385. package/src/illustrations/sapIllus-Spot-SimpleEmptyDoc.svg +6 -0
  2386. package/src/illustrations/sapIllus-Spot-SimpleEmptyList.svg +6 -0
  2387. package/src/illustrations/sapIllus-Spot-SimpleError.svg +9 -0
  2388. package/src/illustrations/sapIllus-Spot-SimpleMagnifier.svg +9 -0
  2389. package/src/illustrations/sapIllus-Spot-SimpleMail.svg +12 -0
  2390. package/src/illustrations/sapIllus-Spot-SimpleNoSavedItems.svg +23 -0
  2391. package/src/illustrations/sapIllus-Spot-SimpleNotFoundMagnifier.svg +10 -0
  2392. package/src/illustrations/sapIllus-Spot-SimpleReload.svg +7 -0
  2393. package/src/illustrations/sapIllus-Spot-SimpleTask.svg +22 -0
  2394. package/src/illustrations/sapIllus-Spot-SleepingBell.svg +38 -0
  2395. package/src/illustrations/sapIllus-Spot-SortColumn.svg +39 -0
  2396. package/src/illustrations/sapIllus-Spot-SortingColumns.svg +49 -0
  2397. package/src/illustrations/sapIllus-Spot-SuccessBalloon.svg +19 -0
  2398. package/src/illustrations/sapIllus-Spot-SuccessCheckMark.svg +7 -0
  2399. package/src/illustrations/sapIllus-Spot-SuccessHighFive.svg +24 -0
  2400. package/src/illustrations/sapIllus-Spot-SuccessScreen.svg +35 -0
  2401. package/src/illustrations/sapIllus-Spot-Survey.svg +32 -0
  2402. package/src/illustrations/sapIllus-Spot-Tent.svg +29 -0
  2403. package/src/illustrations/sapIllus-Spot-UnableToLoad.svg +119 -0
  2404. package/src/illustrations/sapIllus-Spot-UnableToLoadImage.svg +28 -0
  2405. package/src/illustrations/sapIllus-Spot-UnableToUpload.svg +28 -0
  2406. package/src/illustrations/sapIllus-Spot-UploadCollection.svg +33 -0
  2407. package/src/illustrations/sapIllus-Spot-UploadToCloud.svg +21 -0
  2408. package/src/illustrations/sapIllus-Spot-UserHasSignedUp.svg +34 -0
  2409. package/src/illustrations/tnt/tnt-Dialog-Avatar.svg +124 -0
  2410. package/src/illustrations/tnt/tnt-Dialog-Calculator.svg +80 -0
  2411. package/src/illustrations/tnt/tnt-Dialog-ChartArea.svg +14 -0
  2412. package/src/illustrations/tnt/tnt-Dialog-ChartArea2.svg +12 -0
  2413. package/src/illustrations/tnt/tnt-Dialog-ChartBPMNFlow.svg +13 -0
  2414. package/src/illustrations/tnt/tnt-Dialog-ChartBar.svg +12 -0
  2415. package/src/illustrations/tnt/tnt-Dialog-ChartBullet.svg +14 -0
  2416. package/src/illustrations/tnt/tnt-Dialog-ChartDoughnut.svg +13 -0
  2417. package/src/illustrations/tnt/tnt-Dialog-ChartFlow.svg +13 -0
  2418. package/src/illustrations/tnt/tnt-Dialog-ChartGantt.svg +17 -0
  2419. package/src/illustrations/tnt/tnt-Dialog-ChartOrg.svg +15 -0
  2420. package/src/illustrations/tnt/tnt-Dialog-ChartPie.svg +12 -0
  2421. package/src/illustrations/tnt/tnt-Dialog-CodePlaceholder.svg +6 -0
  2422. package/src/illustrations/tnt/tnt-Dialog-Company.svg +13 -0
  2423. package/src/illustrations/tnt/tnt-Dialog-Compass.svg +34 -0
  2424. package/src/illustrations/tnt/tnt-Dialog-Components.svg +9 -0
  2425. package/src/illustrations/tnt/tnt-Dialog-Dialog.svg +32 -0
  2426. package/src/illustrations/tnt/tnt-Dialog-EmptyContentPane.svg +18 -0
  2427. package/src/illustrations/tnt/tnt-Dialog-ExternalLink.svg +11 -0
  2428. package/src/illustrations/tnt/tnt-Dialog-FaceID.svg +17 -0
  2429. package/src/illustrations/tnt/tnt-Dialog-Fingerprint.svg +16 -0
  2430. package/src/illustrations/tnt/tnt-Dialog-Handshake.svg +32 -0
  2431. package/src/illustrations/tnt/tnt-Dialog-Help.svg +27 -0
  2432. package/src/illustrations/tnt/tnt-Dialog-Lock.svg +12 -0
  2433. package/src/illustrations/tnt/tnt-Dialog-Mission.svg +18 -0
  2434. package/src/illustrations/tnt/tnt-Dialog-MissionFailed.svg +41 -0
  2435. package/src/illustrations/tnt/tnt-Dialog-NoApplications.svg +15 -0
  2436. package/src/illustrations/tnt/tnt-Dialog-NoFlows.svg +11 -0
  2437. package/src/illustrations/tnt/tnt-Dialog-NoUsers.svg +15 -0
  2438. package/src/illustrations/tnt/tnt-Dialog-Radar.svg +15 -0
  2439. package/src/illustrations/tnt/tnt-Dialog-RoadMap.svg +41 -0
  2440. package/src/illustrations/tnt/tnt-Dialog-Secrets.svg +11 -0
  2441. package/src/illustrations/tnt/tnt-Dialog-Services.svg +16 -0
  2442. package/src/illustrations/tnt/tnt-Dialog-SessionExpired.svg +11 -0
  2443. package/src/illustrations/tnt/tnt-Dialog-SessionExpiring.svg +10 -0
  2444. package/src/illustrations/tnt/tnt-Dialog-Settings.svg +37 -0
  2445. package/src/illustrations/tnt/tnt-Dialog-Success.svg +10 -0
  2446. package/src/illustrations/tnt/tnt-Dialog-SuccessfulAuth.svg +10 -0
  2447. package/src/illustrations/tnt/tnt-Dialog-Systems.svg +11 -0
  2448. package/src/illustrations/tnt/tnt-Dialog-Teams.svg +17 -0
  2449. package/src/illustrations/tnt/tnt-Dialog-Tools.svg +12 -0
  2450. package/src/illustrations/tnt/tnt-Dialog-Tutorials.svg +78 -0
  2451. package/src/illustrations/tnt/tnt-Dialog-UnableToLoad.svg +9 -0
  2452. package/src/illustrations/tnt/tnt-Dialog-Unlock.svg +12 -0
  2453. package/src/illustrations/tnt/tnt-Dialog-UnsuccessfulAuth.svg +11 -0
  2454. package/src/illustrations/tnt/tnt-Dialog-User2.svg +13 -0
  2455. package/src/illustrations/tnt/tnt-Dot-Avatar.svg +12 -0
  2456. package/src/illustrations/tnt/tnt-Dot-Calculator.svg +11 -0
  2457. package/src/illustrations/tnt/tnt-Dot-Compass.svg +9 -0
  2458. package/src/illustrations/tnt/tnt-Dot-Dialog.svg +19 -0
  2459. package/src/illustrations/tnt/tnt-Dot-EmptyContentPane.svg +15 -0
  2460. package/src/illustrations/tnt/tnt-Dot-Handshake.svg +18 -0
  2461. package/src/illustrations/tnt/tnt-Dot-Help.svg +8 -0
  2462. package/src/illustrations/tnt/tnt-Dot-MissionFailed.svg +9 -0
  2463. package/src/illustrations/tnt/tnt-Dot-RoadMap.svg +5 -0
  2464. package/src/illustrations/tnt/tnt-Dot-Settings.svg +6 -0
  2465. package/src/illustrations/tnt/tnt-Dot-Tutorials.svg +7 -0
  2466. package/src/illustrations/tnt/tnt-Scene-Avatar.svg +130 -0
  2467. package/src/illustrations/tnt/tnt-Scene-Calculator.svg +83 -0
  2468. package/src/illustrations/tnt/tnt-Scene-ChartArea.svg +22 -0
  2469. package/src/illustrations/tnt/tnt-Scene-ChartArea2.svg +19 -0
  2470. package/src/illustrations/tnt/tnt-Scene-ChartBPMNFlow.svg +21 -0
  2471. package/src/illustrations/tnt/tnt-Scene-ChartBar.svg +19 -0
  2472. package/src/illustrations/tnt/tnt-Scene-ChartBullet.svg +20 -0
  2473. package/src/illustrations/tnt/tnt-Scene-ChartDoughnut.svg +19 -0
  2474. package/src/illustrations/tnt/tnt-Scene-ChartFlow.svg +20 -0
  2475. package/src/illustrations/tnt/tnt-Scene-ChartGantt.svg +26 -0
  2476. package/src/illustrations/tnt/tnt-Scene-ChartOrg.svg +26 -0
  2477. package/src/illustrations/tnt/tnt-Scene-ChartPie.svg +18 -0
  2478. package/src/illustrations/tnt/tnt-Scene-CodePlaceholder.svg +9 -0
  2479. package/src/illustrations/tnt/tnt-Scene-Company.svg +30 -0
  2480. package/src/illustrations/tnt/tnt-Scene-Compass.svg +34 -0
  2481. package/src/illustrations/tnt/tnt-Scene-Components.svg +16 -0
  2482. package/src/illustrations/tnt/tnt-Scene-Dialog.svg +35 -0
  2483. package/src/illustrations/tnt/tnt-Scene-EmptyContentPane.svg +15 -0
  2484. package/src/illustrations/tnt/tnt-Scene-ExternalLink.svg +14 -0
  2485. package/src/illustrations/tnt/tnt-Scene-FaceID.svg +21 -0
  2486. package/src/illustrations/tnt/tnt-Scene-Fingerprint.svg +35 -0
  2487. package/src/illustrations/tnt/tnt-Scene-Handshake.svg +32 -0
  2488. package/src/illustrations/tnt/tnt-Scene-Help.svg +29 -0
  2489. package/src/illustrations/tnt/tnt-Scene-Lock.svg +22 -0
  2490. package/src/illustrations/tnt/tnt-Scene-Mission.svg +19 -0
  2491. package/src/illustrations/tnt/tnt-Scene-MissionFailed.svg +49 -0
  2492. package/src/illustrations/tnt/tnt-Scene-NoApplications.svg +17 -0
  2493. package/src/illustrations/tnt/tnt-Scene-NoFlows.svg +20 -0
  2494. package/src/illustrations/tnt/tnt-Scene-NoUsers.svg +16 -0
  2495. package/src/illustrations/tnt/tnt-Scene-Radar.svg +20 -0
  2496. package/src/illustrations/tnt/tnt-Scene-RoadMap.svg +45 -0
  2497. package/src/illustrations/tnt/tnt-Scene-Secrets.svg +14 -0
  2498. package/src/illustrations/tnt/tnt-Scene-Services.svg +17 -0
  2499. package/src/illustrations/tnt/tnt-Scene-SessionExpired.svg +18 -0
  2500. package/src/illustrations/tnt/tnt-Scene-SessionExpiring.svg +17 -0
  2501. package/src/illustrations/tnt/tnt-Scene-Settings.svg +38 -0
  2502. package/src/illustrations/tnt/tnt-Scene-Success.svg +18 -0
  2503. package/src/illustrations/tnt/tnt-Scene-SuccessfulAuth.svg +20 -0
  2504. package/src/illustrations/tnt/tnt-Scene-Systems.svg +12 -0
  2505. package/src/illustrations/tnt/tnt-Scene-Teams.svg +20 -0
  2506. package/src/illustrations/tnt/tnt-Scene-Tools.svg +18 -0
  2507. package/src/illustrations/tnt/tnt-Scene-Tutorials.svg +84 -0
  2508. package/src/illustrations/tnt/tnt-Scene-UnableToLoad.svg +20 -0
  2509. package/src/illustrations/tnt/tnt-Scene-Unlock.svg +15 -0
  2510. package/src/illustrations/tnt/tnt-Scene-UnsuccessfulAuth.svg +22 -0
  2511. package/src/illustrations/tnt/tnt-Scene-User2.svg +22 -0
  2512. package/src/illustrations/tnt/tnt-Spot-Avatar.svg +105 -0
  2513. package/src/illustrations/tnt/tnt-Spot-Calculator.svg +130 -0
  2514. package/src/illustrations/tnt/tnt-Spot-ChartArea.svg +13 -0
  2515. package/src/illustrations/tnt/tnt-Spot-ChartArea2.svg +7 -0
  2516. package/src/illustrations/tnt/tnt-Spot-ChartBPMNFlow.svg +9 -0
  2517. package/src/illustrations/tnt/tnt-Spot-ChartBar.svg +8 -0
  2518. package/src/illustrations/tnt/tnt-Spot-ChartBullet.svg +10 -0
  2519. package/src/illustrations/tnt/tnt-Spot-ChartDoughnut.svg +9 -0
  2520. package/src/illustrations/tnt/tnt-Spot-ChartFlow.svg +8 -0
  2521. package/src/illustrations/tnt/tnt-Spot-ChartGantt.svg +12 -0
  2522. package/src/illustrations/tnt/tnt-Spot-ChartOrg.svg +6 -0
  2523. package/src/illustrations/tnt/tnt-Spot-ChartPie.svg +8 -0
  2524. package/src/illustrations/tnt/tnt-Spot-CodePlaceholder.svg +6 -0
  2525. package/src/illustrations/tnt/tnt-Spot-Company.svg +13 -0
  2526. package/src/illustrations/tnt/tnt-Spot-Compass.svg +34 -0
  2527. package/src/illustrations/tnt/tnt-Spot-Components.svg +5 -0
  2528. package/src/illustrations/tnt/tnt-Spot-Dialog.svg +32 -0
  2529. package/src/illustrations/tnt/tnt-Spot-EmptyContentPane.svg +16 -0
  2530. package/src/illustrations/tnt/tnt-Spot-ExternalLink.svg +9 -0
  2531. package/src/illustrations/tnt/tnt-Spot-FaceID.svg +16 -0
  2532. package/src/illustrations/tnt/tnt-Spot-Fingerprint.svg +10 -0
  2533. package/src/illustrations/tnt/tnt-Spot-Handshake.svg +64 -0
  2534. package/src/illustrations/tnt/tnt-Spot-Help.svg +23 -0
  2535. package/src/illustrations/tnt/tnt-Spot-Lock.svg +13 -0
  2536. package/src/illustrations/tnt/tnt-Spot-Mission.svg +17 -0
  2537. package/src/illustrations/tnt/tnt-Spot-MissionFailed.svg +113 -0
  2538. package/src/illustrations/tnt/tnt-Spot-NoApplications.svg +11 -0
  2539. package/src/illustrations/tnt/tnt-Spot-NoFlows.svg +8 -0
  2540. package/src/illustrations/tnt/tnt-Spot-NoUsers.svg +11 -0
  2541. package/src/illustrations/tnt/tnt-Spot-Radar.svg +14 -0
  2542. package/src/illustrations/tnt/tnt-Spot-RoadMap.svg +165 -0
  2543. package/src/illustrations/tnt/tnt-Spot-Secrets.svg +9 -0
  2544. package/src/illustrations/tnt/tnt-Spot-Services.svg +14 -0
  2545. package/src/illustrations/tnt/tnt-Spot-SessionExpired.svg +9 -0
  2546. package/src/illustrations/tnt/tnt-Spot-SessionExpiring.svg +9 -0
  2547. package/src/illustrations/tnt/tnt-Spot-Settings.svg +37 -0
  2548. package/src/illustrations/tnt/tnt-Spot-Success.svg +9 -0
  2549. package/src/illustrations/tnt/tnt-Spot-SuccessfulAuth.svg +9 -0
  2550. package/src/illustrations/tnt/tnt-Spot-Systems.svg +10 -0
  2551. package/src/illustrations/tnt/tnt-Spot-Teams.svg +13 -0
  2552. package/src/illustrations/tnt/tnt-Spot-Tools.svg +7 -0
  2553. package/src/illustrations/tnt/tnt-Spot-Tutorials.svg +91 -0
  2554. package/src/illustrations/tnt/tnt-Spot-UnableToLoad.svg +8 -0
  2555. package/src/illustrations/tnt/tnt-Spot-Unlock.svg +11 -0
  2556. package/src/illustrations/tnt/tnt-Spot-UnsuccessfulAuth.svg +10 -0
  2557. package/src/illustrations/tnt/tnt-Spot-User2.svg +10 -0
  2558. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Avatar.svg +15 -0
  2559. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Calculator.svg +23 -0
  2560. package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartArea.svg +14 -0
  2561. package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartArea2.svg +13 -0
  2562. package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartBPMNFlow.svg +21 -0
  2563. package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartBar.svg +13 -0
  2564. package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartBullet.svg +18 -0
  2565. package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartDoughnut.svg +17 -0
  2566. package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartFlow.svg +18 -0
  2567. package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartGantt.svg +18 -0
  2568. package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartOrg.svg +29 -0
  2569. package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartPie.svg +19 -0
  2570. package/src/illustrations-v5/tnt/hc/tnt-Dialog-CodePlaceholder.svg +9 -0
  2571. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Company.svg +22 -0
  2572. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Compass.svg +16 -0
  2573. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Components.svg +21 -0
  2574. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Dialog.svg +22 -0
  2575. package/src/illustrations-v5/tnt/hc/tnt-Dialog-EmptyContentPane.svg +22 -0
  2576. package/src/illustrations-v5/tnt/hc/tnt-Dialog-ExternalLink.svg +17 -0
  2577. package/src/illustrations-v5/tnt/hc/tnt-Dialog-FaceID.svg +17 -0
  2578. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Fingerprint.svg +12 -0
  2579. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Handshake.svg +21 -0
  2580. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Help.svg +11 -0
  2581. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Lock.svg +21 -0
  2582. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Mission.svg +14 -0
  2583. package/src/illustrations-v5/tnt/hc/tnt-Dialog-MissionFailed.svg +11 -0
  2584. package/src/illustrations-v5/tnt/hc/tnt-Dialog-NoApplications.svg +18 -0
  2585. package/src/illustrations-v5/tnt/hc/tnt-Dialog-NoFlows.svg +21 -0
  2586. package/src/illustrations-v5/tnt/hc/tnt-Dialog-NoUsers.svg +18 -0
  2587. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Radar.svg +13 -0
  2588. package/src/illustrations-v5/tnt/hc/tnt-Dialog-RoadMap.svg +91 -0
  2589. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Secrets.svg +12 -0
  2590. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Services.svg +15 -0
  2591. package/src/illustrations-v5/tnt/hc/tnt-Dialog-SessionExpired.svg +13 -0
  2592. package/src/illustrations-v5/tnt/hc/tnt-Dialog-SessionExpiring.svg +11 -0
  2593. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Settings.svg +8 -0
  2594. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Success.svg +19 -0
  2595. package/src/illustrations-v5/tnt/hc/tnt-Dialog-SuccessfulAuth.svg +26 -0
  2596. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Systems.svg +24 -0
  2597. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Teams.svg +26 -0
  2598. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Tools.svg +21 -0
  2599. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Tutorials.svg +17 -0
  2600. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Unlock.svg +17 -0
  2601. package/src/illustrations-v5/tnt/hc/tnt-Dialog-UnsuccessfulAuth.svg +26 -0
  2602. package/src/illustrations-v5/tnt/hc/tnt-Dot-Avatar.svg +12 -0
  2603. package/src/illustrations-v5/tnt/hc/tnt-Dot-Calculator.svg +12 -0
  2604. package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartArea.svg +7 -0
  2605. package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartArea2.svg +6 -0
  2606. package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartBPMNFlow.svg +13 -0
  2607. package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartBar.svg +6 -0
  2608. package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartBullet.svg +9 -0
  2609. package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartDoughnut.svg +7 -0
  2610. package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartFlow.svg +11 -0
  2611. package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartGantt.svg +10 -0
  2612. package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartOrg.svg +13 -0
  2613. package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartPie.svg +8 -0
  2614. package/src/illustrations-v5/tnt/hc/tnt-Dot-CodePlaceholder.svg +6 -0
  2615. package/src/illustrations-v5/tnt/hc/tnt-Dot-Company.svg +11 -0
  2616. package/src/illustrations-v5/tnt/hc/tnt-Dot-Compass.svg +9 -0
  2617. package/src/illustrations-v5/tnt/hc/tnt-Dot-Components.svg +10 -0
  2618. package/src/illustrations-v5/tnt/hc/tnt-Dot-Dialog.svg +22 -0
  2619. package/src/illustrations-v5/tnt/hc/tnt-Dot-EmptyContentPane.svg +10 -0
  2620. package/src/illustrations-v5/tnt/hc/tnt-Dot-ExternalLink.svg +10 -0
  2621. package/src/illustrations-v5/tnt/hc/tnt-Dot-FaceID.svg +18 -0
  2622. package/src/illustrations-v5/tnt/hc/tnt-Dot-Fingerprint.svg +8 -0
  2623. package/src/illustrations-v5/tnt/hc/tnt-Dot-Handshake.svg +18 -0
  2624. package/src/illustrations-v5/tnt/hc/tnt-Dot-Help.svg +8 -0
  2625. package/src/illustrations-v5/tnt/hc/tnt-Dot-Lock.svg +13 -0
  2626. package/src/illustrations-v5/tnt/hc/tnt-Dot-Mission.svg +9 -0
  2627. package/src/illustrations-v5/tnt/hc/tnt-Dot-MissionFailed.svg +9 -0
  2628. package/src/illustrations-v5/tnt/hc/tnt-Dot-NoApplications.svg +15 -0
  2629. package/src/illustrations-v5/tnt/hc/tnt-Dot-NoFlows.svg +41 -0
  2630. package/src/illustrations-v5/tnt/hc/tnt-Dot-NoUsers.svg +12 -0
  2631. package/src/illustrations-v5/tnt/hc/tnt-Dot-Radar.svg +11 -0
  2632. package/src/illustrations-v5/tnt/hc/tnt-Dot-RoadMap.svg +7 -0
  2633. package/src/illustrations-v5/tnt/hc/tnt-Dot-Secrets.svg +6 -0
  2634. package/src/illustrations-v5/tnt/hc/tnt-Dot-Services.svg +11 -0
  2635. package/src/illustrations-v5/tnt/hc/tnt-Dot-SessionExpired.svg +7 -0
  2636. package/src/illustrations-v5/tnt/hc/tnt-Dot-SessionExpiring.svg +8 -0
  2637. package/src/illustrations-v5/tnt/hc/tnt-Dot-Settings.svg +6 -0
  2638. package/src/illustrations-v5/tnt/hc/tnt-Dot-Success.svg +8 -0
  2639. package/src/illustrations-v5/tnt/hc/tnt-Dot-SuccessfulAuth.svg +11 -0
  2640. package/src/illustrations-v5/tnt/hc/tnt-Dot-Systems.svg +14 -0
  2641. package/src/illustrations-v5/tnt/hc/tnt-Dot-Teams.svg +15 -0
  2642. package/src/illustrations-v5/tnt/hc/tnt-Dot-Tools.svg +17 -0
  2643. package/src/illustrations-v5/tnt/hc/tnt-Dot-Tutorials.svg +7 -0
  2644. package/src/illustrations-v5/tnt/hc/tnt-Dot-Unlock.svg +19 -0
  2645. package/src/illustrations-v5/tnt/hc/tnt-Dot-UnsuccessfulAuth.svg +11 -0
  2646. package/src/illustrations-v5/tnt/hc/tnt-Scene-Avatar.svg +22 -0
  2647. package/src/illustrations-v5/tnt/hc/tnt-Scene-Calculator.svg +31 -0
  2648. package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartArea.svg +20 -0
  2649. package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartArea2.svg +19 -0
  2650. package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartBPMNFlow.svg +27 -0
  2651. package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartBar.svg +19 -0
  2652. package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartBullet.svg +24 -0
  2653. package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartDoughnut.svg +23 -0
  2654. package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartFlow.svg +24 -0
  2655. package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartGantt.svg +24 -0
  2656. package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartOrg.svg +35 -0
  2657. package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartPie.svg +24 -0
  2658. package/src/illustrations-v5/tnt/hc/tnt-Scene-CodePlaceholder.svg +13 -0
  2659. package/src/illustrations-v5/tnt/hc/tnt-Scene-Company.svg +29 -0
  2660. package/src/illustrations-v5/tnt/hc/tnt-Scene-Compass.svg +23 -0
  2661. package/src/illustrations-v5/tnt/hc/tnt-Scene-Components.svg +25 -0
  2662. package/src/illustrations-v5/tnt/hc/tnt-Scene-Dialog.svg +16 -0
  2663. package/src/illustrations-v5/tnt/hc/tnt-Scene-EmptyContentPane.svg +26 -0
  2664. package/src/illustrations-v5/tnt/hc/tnt-Scene-ExternalLink.svg +21 -0
  2665. package/src/illustrations-v5/tnt/hc/tnt-Scene-FaceID.svg +27 -0
  2666. package/src/illustrations-v5/tnt/hc/tnt-Scene-Fingerprint.svg +16 -0
  2667. package/src/illustrations-v5/tnt/hc/tnt-Scene-Handshake.svg +25 -0
  2668. package/src/illustrations-v5/tnt/hc/tnt-Scene-Help.svg +20 -0
  2669. package/src/illustrations-v5/tnt/hc/tnt-Scene-Lock.svg +25 -0
  2670. package/src/illustrations-v5/tnt/hc/tnt-Scene-Mission.svg +20 -0
  2671. package/src/illustrations-v5/tnt/hc/tnt-Scene-MissionFailed.svg +17 -0
  2672. package/src/illustrations-v5/tnt/hc/tnt-Scene-NoApplications.svg +22 -0
  2673. package/src/illustrations-v5/tnt/hc/tnt-Scene-NoFlows.svg +25 -0
  2674. package/src/illustrations-v5/tnt/hc/tnt-Scene-NoUsers.svg +22 -0
  2675. package/src/illustrations-v5/tnt/hc/tnt-Scene-Radar.svg +18 -0
  2676. package/src/illustrations-v5/tnt/hc/tnt-Scene-RoadMap.svg +29 -0
  2677. package/src/illustrations-v5/tnt/hc/tnt-Scene-Secrets.svg +20 -0
  2678. package/src/illustrations-v5/tnt/hc/tnt-Scene-Services.svg +19 -0
  2679. package/src/illustrations-v5/tnt/hc/tnt-Scene-SessionExpired.svg +17 -0
  2680. package/src/illustrations-v5/tnt/hc/tnt-Scene-SessionExpiring.svg +15 -0
  2681. package/src/illustrations-v5/tnt/hc/tnt-Scene-Settings.svg +12 -0
  2682. package/src/illustrations-v5/tnt/hc/tnt-Scene-Success.svg +26 -0
  2683. package/src/illustrations-v5/tnt/hc/tnt-Scene-SuccessfulAuth.svg +33 -0
  2684. package/src/illustrations-v5/tnt/hc/tnt-Scene-Systems.svg +30 -0
  2685. package/src/illustrations-v5/tnt/hc/tnt-Scene-Teams.svg +30 -0
  2686. package/src/illustrations-v5/tnt/hc/tnt-Scene-Tools.svg +25 -0
  2687. package/src/illustrations-v5/tnt/hc/tnt-Scene-Tutorials.svg +26 -0
  2688. package/src/illustrations-v5/tnt/hc/tnt-Scene-Unlock.svg +21 -0
  2689. package/src/illustrations-v5/tnt/hc/tnt-Scene-UnsuccessfulAuth.svg +33 -0
  2690. package/src/illustrations-v5/tnt/hc/tnt-Spot-Avatar.svg +16 -0
  2691. package/src/illustrations-v5/tnt/hc/tnt-Spot-Calculator.svg +23 -0
  2692. package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartArea.svg +14 -0
  2693. package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartArea2.svg +13 -0
  2694. package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartBPMNFlow.svg +20 -0
  2695. package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartBar.svg +13 -0
  2696. package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartBullet.svg +18 -0
  2697. package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartDoughnut.svg +17 -0
  2698. package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartFlow.svg +18 -0
  2699. package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartGantt.svg +18 -0
  2700. package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartOrg.svg +29 -0
  2701. package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartPie.svg +18 -0
  2702. package/src/illustrations-v5/tnt/hc/tnt-Spot-CodePlaceholder.svg +9 -0
  2703. package/src/illustrations-v5/tnt/hc/tnt-Spot-Company.svg +22 -0
  2704. package/src/illustrations-v5/tnt/hc/tnt-Spot-Compass.svg +16 -0
  2705. package/src/illustrations-v5/tnt/hc/tnt-Spot-Components.svg +19 -0
  2706. package/src/illustrations-v5/tnt/hc/tnt-Spot-Dialog.svg +22 -0
  2707. package/src/illustrations-v5/tnt/hc/tnt-Spot-EmptyContentPane.svg +22 -0
  2708. package/src/illustrations-v5/tnt/hc/tnt-Spot-ExternalLink.svg +17 -0
  2709. package/src/illustrations-v5/tnt/hc/tnt-Spot-FaceID.svg +17 -0
  2710. package/src/illustrations-v5/tnt/hc/tnt-Spot-Fingerprint.svg +8 -0
  2711. package/src/illustrations-v5/tnt/hc/tnt-Spot-Handshake.svg +26 -0
  2712. package/src/illustrations-v5/tnt/hc/tnt-Spot-Help.svg +11 -0
  2713. package/src/illustrations-v5/tnt/hc/tnt-Spot-Lock.svg +21 -0
  2714. package/src/illustrations-v5/tnt/hc/tnt-Spot-Mission.svg +10 -0
  2715. package/src/illustrations-v5/tnt/hc/tnt-Spot-MissionFailed.svg +10 -0
  2716. package/src/illustrations-v5/tnt/hc/tnt-Spot-NoApplications.svg +18 -0
  2717. package/src/illustrations-v5/tnt/hc/tnt-Spot-NoFlows.svg +21 -0
  2718. package/src/illustrations-v5/tnt/hc/tnt-Spot-NoUsers.svg +18 -0
  2719. package/src/illustrations-v5/tnt/hc/tnt-Spot-Radar.svg +11 -0
  2720. package/src/illustrations-v5/tnt/hc/tnt-Spot-RoadMap.svg +77 -0
  2721. package/src/illustrations-v5/tnt/hc/tnt-Spot-Secrets.svg +12 -0
  2722. package/src/illustrations-v5/tnt/hc/tnt-Spot-Services.svg +15 -0
  2723. package/src/illustrations-v5/tnt/hc/tnt-Spot-SessionExpired.svg +13 -0
  2724. package/src/illustrations-v5/tnt/hc/tnt-Spot-SessionExpiring.svg +11 -0
  2725. package/src/illustrations-v5/tnt/hc/tnt-Spot-Settings.svg +8 -0
  2726. package/src/illustrations-v5/tnt/hc/tnt-Spot-Success.svg +12 -0
  2727. package/src/illustrations-v5/tnt/hc/tnt-Spot-SuccessfulAuth.svg +26 -0
  2728. package/src/illustrations-v5/tnt/hc/tnt-Spot-Systems.svg +24 -0
  2729. package/src/illustrations-v5/tnt/hc/tnt-Spot-Teams.svg +26 -0
  2730. package/src/illustrations-v5/tnt/hc/tnt-Spot-Tools.svg +21 -0
  2731. package/src/illustrations-v5/tnt/hc/tnt-Spot-Tutorials.svg +17 -0
  2732. package/src/illustrations-v5/tnt/hc/tnt-Spot-Unlock.svg +17 -0
  2733. package/src/illustrations-v5/tnt/hc/tnt-Spot-UnsuccessfulAuth.svg +26 -0
  2734. package/src/illustrations-v5/tnt/tnt-Dialog-Avatar.svg +48 -0
  2735. package/src/illustrations-v5/tnt/tnt-Dialog-Calculator.svg +26 -0
  2736. package/src/illustrations-v5/tnt/tnt-Dialog-ChartArea.svg +10 -0
  2737. package/src/illustrations-v5/tnt/tnt-Dialog-ChartArea2.svg +11 -0
  2738. package/src/illustrations-v5/tnt/tnt-Dialog-ChartBPMNFlow.svg +17 -0
  2739. package/src/illustrations-v5/tnt/tnt-Dialog-ChartBar.svg +12 -0
  2740. package/src/illustrations-v5/tnt/tnt-Dialog-ChartBullet.svg +13 -0
  2741. package/src/illustrations-v5/tnt/tnt-Dialog-ChartDoughnut.svg +12 -0
  2742. package/src/illustrations-v5/tnt/tnt-Dialog-ChartFlow.svg +16 -0
  2743. package/src/illustrations-v5/tnt/tnt-Dialog-ChartGantt.svg +12 -0
  2744. package/src/illustrations-v5/tnt/tnt-Dialog-ChartOrg.svg +19 -0
  2745. package/src/illustrations-v5/tnt/tnt-Dialog-ChartPie.svg +12 -0
  2746. package/src/illustrations-v5/tnt/tnt-Dialog-CodePlaceholder.svg +6 -0
  2747. package/src/illustrations-v5/tnt/tnt-Dialog-Company.svg +13 -0
  2748. package/src/illustrations-v5/tnt/tnt-Dialog-Compass.svg +18 -0
  2749. package/src/illustrations-v5/tnt/tnt-Dialog-Components.svg +16 -0
  2750. package/src/illustrations-v5/tnt/tnt-Dialog-Dialog.svg +10 -0
  2751. package/src/illustrations-v5/tnt/tnt-Dialog-ExternalLink.svg +14 -0
  2752. package/src/illustrations-v5/tnt/tnt-Dialog-FaceID.svg +22 -0
  2753. package/src/illustrations-v5/tnt/tnt-Dialog-Fingerprint.svg +31 -0
  2754. package/src/illustrations-v5/tnt/tnt-Dialog-Handshake.svg +38 -0
  2755. package/src/illustrations-v5/tnt/tnt-Dialog-Help.svg +10 -0
  2756. package/src/illustrations-v5/tnt/tnt-Dialog-Lock.svg +43 -0
  2757. package/src/illustrations-v5/tnt/tnt-Dialog-Mission.svg +25 -0
  2758. package/src/illustrations-v5/tnt/tnt-Dialog-MissionFailed.svg +23 -0
  2759. package/src/illustrations-v5/tnt/tnt-Dialog-NoApplications.svg +12 -0
  2760. package/src/illustrations-v5/tnt/tnt-Dialog-NoFlows.svg +12 -0
  2761. package/src/illustrations-v5/tnt/tnt-Dialog-NoUsers.svg +12 -0
  2762. package/src/illustrations-v5/tnt/tnt-Dialog-Radar.svg +27 -0
  2763. package/src/illustrations-v5/tnt/tnt-Dialog-RoadMap.svg +31 -0
  2764. package/src/illustrations-v5/tnt/tnt-Dialog-Secrets.svg +17 -0
  2765. package/src/illustrations-v5/tnt/tnt-Dialog-Services.svg +29 -0
  2766. package/src/illustrations-v5/tnt/tnt-Dialog-SessionExpired.svg +22 -0
  2767. package/src/illustrations-v5/tnt/tnt-Dialog-SessionExpiring.svg +21 -0
  2768. package/src/illustrations-v5/tnt/tnt-Dialog-Settings.svg +18 -0
  2769. package/src/illustrations-v5/tnt/tnt-Dialog-Success.svg +20 -0
  2770. package/src/illustrations-v5/tnt/tnt-Dialog-SuccessfulAuth.svg +13 -0
  2771. package/src/illustrations-v5/tnt/tnt-Dialog-Systems.svg +18 -0
  2772. package/src/illustrations-v5/tnt/tnt-Dialog-Teams.svg +78 -0
  2773. package/src/illustrations-v5/tnt/tnt-Dialog-Tools.svg +25 -0
  2774. package/src/illustrations-v5/tnt/tnt-Dialog-Tutorials.svg +17 -0
  2775. package/src/illustrations-v5/tnt/tnt-Dialog-Unlock.svg +44 -0
  2776. package/src/illustrations-v5/tnt/tnt-Dialog-UnsuccessfulAuth.svg +13 -0
  2777. package/src/illustrations-v5/tnt/tnt-Dot-Avatar.svg +20 -0
  2778. package/src/illustrations-v5/tnt/tnt-Dot-Calculator.svg +7 -0
  2779. package/src/illustrations-v5/tnt/tnt-Dot-ChartArea.svg +8 -0
  2780. package/src/illustrations-v5/tnt/tnt-Dot-ChartArea2.svg +16 -0
  2781. package/src/illustrations-v5/tnt/tnt-Dot-ChartBPMNFlow.svg +16 -0
  2782. package/src/illustrations-v5/tnt/tnt-Dot-ChartBar.svg +17 -0
  2783. package/src/illustrations-v5/tnt/tnt-Dot-ChartBullet.svg +20 -0
  2784. package/src/illustrations-v5/tnt/tnt-Dot-ChartDoughnut.svg +10 -0
  2785. package/src/illustrations-v5/tnt/tnt-Dot-ChartFlow.svg +14 -0
  2786. package/src/illustrations-v5/tnt/tnt-Dot-ChartGantt.svg +11 -0
  2787. package/src/illustrations-v5/tnt/tnt-Dot-ChartOrg.svg +24 -0
  2788. package/src/illustrations-v5/tnt/tnt-Dot-ChartPie.svg +10 -0
  2789. package/src/illustrations-v5/tnt/tnt-Dot-CodePlaceholder.svg +4 -0
  2790. package/src/illustrations-v5/tnt/tnt-Dot-Company.svg +14 -0
  2791. package/src/illustrations-v5/tnt/tnt-Dot-Compass.svg +17 -0
  2792. package/src/illustrations-v5/tnt/tnt-Dot-Components.svg +21 -0
  2793. package/src/illustrations-v5/tnt/tnt-Dot-Dialog.svg +8 -0
  2794. package/src/illustrations-v5/tnt/tnt-Dot-ExternalLink.svg +9 -0
  2795. package/src/illustrations-v5/tnt/tnt-Dot-FaceID.svg +20 -0
  2796. package/src/illustrations-v5/tnt/tnt-Dot-Fingerprint.svg +12 -0
  2797. package/src/illustrations-v5/tnt/tnt-Dot-Handshake.svg +35 -0
  2798. package/src/illustrations-v5/tnt/tnt-Dot-Help.svg +15 -0
  2799. package/src/illustrations-v5/tnt/tnt-Dot-Lock.svg +25 -0
  2800. package/src/illustrations-v5/tnt/tnt-Dot-Mission.svg +20 -0
  2801. package/src/illustrations-v5/tnt/tnt-Dot-MissionFailed.svg +19 -0
  2802. package/src/illustrations-v5/tnt/tnt-Dot-NoApplications.svg +10 -0
  2803. package/src/illustrations-v5/tnt/tnt-Dot-NoFlows.svg +10 -0
  2804. package/src/illustrations-v5/tnt/tnt-Dot-NoUsers.svg +17 -0
  2805. package/src/illustrations-v5/tnt/tnt-Dot-Radar.svg +27 -0
  2806. package/src/illustrations-v5/tnt/tnt-Dot-RoadMap.svg +10 -0
  2807. package/src/illustrations-v5/tnt/tnt-Dot-Secrets.svg +15 -0
  2808. package/src/illustrations-v5/tnt/tnt-Dot-Services.svg +13 -0
  2809. package/src/illustrations-v5/tnt/tnt-Dot-SessionExpired.svg +12 -0
  2810. package/src/illustrations-v5/tnt/tnt-Dot-SessionExpiring.svg +19 -0
  2811. package/src/illustrations-v5/tnt/tnt-Dot-Settings.svg +7 -0
  2812. package/src/illustrations-v5/tnt/tnt-Dot-Success.svg +14 -0
  2813. package/src/illustrations-v5/tnt/tnt-Dot-SuccessfulAuth.svg +9 -0
  2814. package/src/illustrations-v5/tnt/tnt-Dot-Systems.svg +14 -0
  2815. package/src/illustrations-v5/tnt/tnt-Dot-Teams.svg +31 -0
  2816. package/src/illustrations-v5/tnt/tnt-Dot-Tools.svg +25 -0
  2817. package/src/illustrations-v5/tnt/tnt-Dot-Tutorials.svg +15 -0
  2818. package/src/illustrations-v5/tnt/tnt-Dot-Unlock.svg +27 -0
  2819. package/src/illustrations-v5/tnt/tnt-Dot-UnsuccessfulAuth.svg +9 -0
  2820. package/src/illustrations-v5/tnt/tnt-Scene-Avatar.svg +48 -0
  2821. package/src/illustrations-v5/tnt/tnt-Scene-Calculator.svg +21 -0
  2822. package/src/illustrations-v5/tnt/tnt-Scene-ChartArea.svg +10 -0
  2823. package/src/illustrations-v5/tnt/tnt-Scene-ChartArea2.svg +11 -0
  2824. package/src/illustrations-v5/tnt/tnt-Scene-ChartBPMNFlow.svg +17 -0
  2825. package/src/illustrations-v5/tnt/tnt-Scene-ChartBar.svg +12 -0
  2826. package/src/illustrations-v5/tnt/tnt-Scene-ChartBullet.svg +17 -0
  2827. package/src/illustrations-v5/tnt/tnt-Scene-ChartDoughnut.svg +12 -0
  2828. package/src/illustrations-v5/tnt/tnt-Scene-ChartFlow.svg +16 -0
  2829. package/src/illustrations-v5/tnt/tnt-Scene-ChartGantt.svg +12 -0
  2830. package/src/illustrations-v5/tnt/tnt-Scene-ChartOrg.svg +18 -0
  2831. package/src/illustrations-v5/tnt/tnt-Scene-ChartPie.svg +12 -0
  2832. package/src/illustrations-v5/tnt/tnt-Scene-CodePlaceholder.svg +6 -0
  2833. package/src/illustrations-v5/tnt/tnt-Scene-Company.svg +13 -0
  2834. package/src/illustrations-v5/tnt/tnt-Scene-Compass.svg +18 -0
  2835. package/src/illustrations-v5/tnt/tnt-Scene-Components.svg +18 -0
  2836. package/src/illustrations-v5/tnt/tnt-Scene-Dialog.svg +10 -0
  2837. package/src/illustrations-v5/tnt/tnt-Scene-ExternalLink.svg +14 -0
  2838. package/src/illustrations-v5/tnt/tnt-Scene-FaceID.svg +21 -0
  2839. package/src/illustrations-v5/tnt/tnt-Scene-Fingerprint.svg +31 -0
  2840. package/src/illustrations-v5/tnt/tnt-Scene-Handshake.svg +38 -0
  2841. package/src/illustrations-v5/tnt/tnt-Scene-Help.svg +17 -0
  2842. package/src/illustrations-v5/tnt/tnt-Scene-Lock.svg +43 -0
  2843. package/src/illustrations-v5/tnt/tnt-Scene-Mission.svg +32 -0
  2844. package/src/illustrations-v5/tnt/tnt-Scene-MissionFailed.svg +23 -0
  2845. package/src/illustrations-v5/tnt/tnt-Scene-NoApplications.svg +12 -0
  2846. package/src/illustrations-v5/tnt/tnt-Scene-NoFlows.svg +12 -0
  2847. package/src/illustrations-v5/tnt/tnt-Scene-NoUsers.svg +19 -0
  2848. package/src/illustrations-v5/tnt/tnt-Scene-Radar.svg +29 -0
  2849. package/src/illustrations-v5/tnt/tnt-Scene-RoadMap.svg +31 -0
  2850. package/src/illustrations-v5/tnt/tnt-Scene-Secrets.svg +17 -0
  2851. package/src/illustrations-v5/tnt/tnt-Scene-Services.svg +29 -0
  2852. package/src/illustrations-v5/tnt/tnt-Scene-SessionExpired.svg +23 -0
  2853. package/src/illustrations-v5/tnt/tnt-Scene-SessionExpiring.svg +21 -0
  2854. package/src/illustrations-v5/tnt/tnt-Scene-Settings.svg +18 -0
  2855. package/src/illustrations-v5/tnt/tnt-Scene-Success.svg +20 -0
  2856. package/src/illustrations-v5/tnt/tnt-Scene-SuccessfulAuth.svg +18 -0
  2857. package/src/illustrations-v5/tnt/tnt-Scene-Systems.svg +27 -0
  2858. package/src/illustrations-v5/tnt/tnt-Scene-Teams.svg +84 -0
  2859. package/src/illustrations-v5/tnt/tnt-Scene-Tools.svg +46 -0
  2860. package/src/illustrations-v5/tnt/tnt-Scene-Tutorials.svg +17 -0
  2861. package/src/illustrations-v5/tnt/tnt-Scene-Unlock.svg +44 -0
  2862. package/src/illustrations-v5/tnt/tnt-Scene-UnsuccessfulAuth.svg +18 -0
  2863. package/src/illustrations-v5/tnt/tnt-Spot-Avatar.svg +48 -0
  2864. package/src/illustrations-v5/tnt/tnt-Spot-Calculator.svg +25 -0
  2865. package/src/illustrations-v5/tnt/tnt-Spot-ChartArea.svg +9 -0
  2866. package/src/illustrations-v5/tnt/tnt-Spot-ChartArea2.svg +10 -0
  2867. package/src/illustrations-v5/tnt/tnt-Spot-ChartBPMNFlow.svg +17 -0
  2868. package/src/illustrations-v5/tnt/tnt-Spot-ChartBar.svg +11 -0
  2869. package/src/illustrations-v5/tnt/tnt-Spot-ChartBullet.svg +12 -0
  2870. package/src/illustrations-v5/tnt/tnt-Spot-ChartDoughnut.svg +11 -0
  2871. package/src/illustrations-v5/tnt/tnt-Spot-ChartFlow.svg +13 -0
  2872. package/src/illustrations-v5/tnt/tnt-Spot-ChartGantt.svg +11 -0
  2873. package/src/illustrations-v5/tnt/tnt-Spot-ChartOrg.svg +18 -0
  2874. package/src/illustrations-v5/tnt/tnt-Spot-ChartPie.svg +11 -0
  2875. package/src/illustrations-v5/tnt/tnt-Spot-CodePlaceholder.svg +6 -0
  2876. package/src/illustrations-v5/tnt/tnt-Spot-Company.svg +13 -0
  2877. package/src/illustrations-v5/tnt/tnt-Spot-Compass.svg +18 -0
  2878. package/src/illustrations-v5/tnt/tnt-Spot-Components.svg +18 -0
  2879. package/src/illustrations-v5/tnt/tnt-Spot-Dialog.svg +10 -0
  2880. package/src/illustrations-v5/tnt/tnt-Spot-ExternalLink.svg +13 -0
  2881. package/src/illustrations-v5/tnt/tnt-Spot-FaceID.svg +21 -0
  2882. package/src/illustrations-v5/tnt/tnt-Spot-Fingerprint.svg +31 -0
  2883. package/src/illustrations-v5/tnt/tnt-Spot-Handshake.svg +38 -0
  2884. package/src/illustrations-v5/tnt/tnt-Spot-Help.svg +9 -0
  2885. package/src/illustrations-v5/tnt/tnt-Spot-Lock.svg +43 -0
  2886. package/src/illustrations-v5/tnt/tnt-Spot-Mission.svg +25 -0
  2887. package/src/illustrations-v5/tnt/tnt-Spot-MissionFailed.svg +23 -0
  2888. package/src/illustrations-v5/tnt/tnt-Spot-NoApplications.svg +11 -0
  2889. package/src/illustrations-v5/tnt/tnt-Spot-NoFlows.svg +11 -0
  2890. package/src/illustrations-v5/tnt/tnt-Spot-NoUsers.svg +12 -0
  2891. package/src/illustrations-v5/tnt/tnt-Spot-Radar.svg +27 -0
  2892. package/src/illustrations-v5/tnt/tnt-Spot-RoadMap.svg +31 -0
  2893. package/src/illustrations-v5/tnt/tnt-Spot-Secrets.svg +17 -0
  2894. package/src/illustrations-v5/tnt/tnt-Spot-Services.svg +29 -0
  2895. package/src/illustrations-v5/tnt/tnt-Spot-SessionExpired.svg +22 -0
  2896. package/src/illustrations-v5/tnt/tnt-Spot-SessionExpiring.svg +19 -0
  2897. package/src/illustrations-v5/tnt/tnt-Spot-Settings.svg +14 -0
  2898. package/src/illustrations-v5/tnt/tnt-Spot-Success.svg +20 -0
  2899. package/src/illustrations-v5/tnt/tnt-Spot-SuccessfulAuth.svg +14 -0
  2900. package/src/illustrations-v5/tnt/tnt-Spot-Systems.svg +18 -0
  2901. package/src/illustrations-v5/tnt/tnt-Spot-Teams.svg +78 -0
  2902. package/src/illustrations-v5/tnt/tnt-Spot-Tools.svg +25 -0
  2903. package/src/illustrations-v5/tnt/tnt-Spot-Tutorials.svg +16 -0
  2904. package/src/illustrations-v5/tnt/tnt-Spot-Unlock.svg +44 -0
  2905. package/src/illustrations-v5/tnt/tnt-Spot-UnsuccessfulAuth.svg +14 -0
  2906. package/src/themes/BarcodeScannerDialog.css +49 -0
  2907. package/src/themes/DynamicPage.css +135 -0
  2908. package/src/themes/DynamicPageHeader.css +9 -0
  2909. package/src/themes/DynamicPageHeaderActions.css +51 -0
  2910. package/src/themes/DynamicPageTitle.css +173 -0
  2911. package/src/themes/DynamicSideContent.css +268 -0
  2912. package/src/themes/FlexibleColumnLayout.css +125 -0
  2913. package/src/themes/IllustratedMessage.css +238 -0
  2914. package/src/themes/InvisibleTextStyles.css +9 -0
  2915. package/src/themes/MediaGallery.css +153 -0
  2916. package/src/themes/MediaGalleryItem.css +130 -0
  2917. package/src/themes/NavigationLayout.css +91 -0
  2918. package/src/themes/NavigationMenu.css +15 -0
  2919. package/src/themes/NavigationMenuItem.css +93 -0
  2920. package/src/themes/NotificationList.css +7 -0
  2921. package/src/themes/NotificationListGroupItem.css +122 -0
  2922. package/src/themes/NotificationListItem.css +207 -0
  2923. package/src/themes/NotificationListItemBase.css +25 -0
  2924. package/src/themes/NotificationStateIcon.css +5 -0
  2925. package/src/themes/Page.css +176 -0
  2926. package/src/themes/ProductSwitch.css +32 -0
  2927. package/src/themes/ProductSwitchItem.css +164 -0
  2928. package/src/themes/Search.css +110 -0
  2929. package/src/themes/SearchField.css +301 -0
  2930. package/src/themes/SearchItem.css +109 -0
  2931. package/src/themes/SearchItemGroup.css +24 -0
  2932. package/src/themes/SearchItemShowMore.css +7 -0
  2933. package/src/themes/SearchMessageArea.css +17 -0
  2934. package/src/themes/ShellBar.css +538 -0
  2935. package/src/themes/ShellBarBranding.css +76 -0
  2936. package/src/themes/ShellBarPopover.css +38 -0
  2937. package/src/themes/ShellBarSearch.css +3 -0
  2938. package/src/themes/SideNavigation.css +78 -0
  2939. package/src/themes/SideNavigationGroup.css +37 -0
  2940. package/src/themes/SideNavigationItem.css +29 -0
  2941. package/src/themes/SideNavigationItemBase.css +376 -0
  2942. package/src/themes/SideNavigationPopover.css +19 -0
  2943. package/src/themes/SideNavigationSubItem.css +25 -0
  2944. package/src/themes/Timeline.css +88 -0
  2945. package/src/themes/TimelineGroupItem.css +184 -0
  2946. package/src/themes/TimelineItem.css +445 -0
  2947. package/src/themes/UploadCollection.css +97 -0
  2948. package/src/themes/UploadCollectionItem.css +181 -0
  2949. package/src/themes/UserMenu.css +174 -0
  2950. package/src/themes/UserMenuItem.css +11 -0
  2951. package/src/themes/UserSettingsAccountView.css +57 -0
  2952. package/src/themes/UserSettingsAppearanceViewItem.css +46 -0
  2953. package/src/themes/UserSettingsDialog.css +114 -0
  2954. package/src/themes/UserSettingsItem.css +77 -0
  2955. package/src/themes/UserSettingsView.css +13 -0
  2956. package/src/themes/ViewSettingsDialog.css +84 -0
  2957. package/src/themes/Wizard.css +139 -0
  2958. package/src/themes/WizardPopover.css +25 -0
  2959. package/src/themes/WizardTab.css +189 -0
  2960. package/src/themes/base/DynamicPage-parameters.css +18 -0
  2961. package/src/themes/base/DynamicPageHeader-parameters.css +5 -0
  2962. package/src/themes/base/DynamicPageHeaderActions-parameters.css +7 -0
  2963. package/src/themes/base/DynamicPageTitle-parameters.css +19 -0
  2964. package/src/themes/base/FlexibleColumnLayout-parameters.css +6 -0
  2965. package/src/themes/base/IllustratedMessage-parameters.css +13 -0
  2966. package/src/themes/base/MediaGallery-parameters.css +5 -0
  2967. package/src/themes/base/MediaGalleryItem-parameters.css +6 -0
  2968. package/src/themes/base/NotificationListItem-parameters.css +33 -0
  2969. package/src/themes/base/Page-parameters.css +4 -0
  2970. package/src/themes/base/ProductSwitchItem-parameters.css +6 -0
  2971. package/src/themes/base/Search-parameters.css +10 -0
  2972. package/src/themes/base/SearchField-parameters.css +32 -0
  2973. package/src/themes/base/ShellBar-parameters.css +26 -0
  2974. package/src/themes/base/SideNavigation-parameters.css +77 -0
  2975. package/src/themes/base/TimelineGroupItem-parameters.css +14 -0
  2976. package/src/themes/base/TimelineItem-parameters.css +70 -0
  2977. package/src/themes/base/UploadCollection-parameters.css +13 -0
  2978. package/src/themes/base/UserSettingsAppearanceViewItem-parameters.css +13 -0
  2979. package/src/themes/base/ViewSettingsDialog-parameters.css +15 -0
  2980. package/src/themes/base/Wizard-parameters.css +4 -0
  2981. package/src/themes/base/WizardTab-parameters.css +11 -0
  2982. package/src/themes/base/rtl-parameters.css +13 -0
  2983. package/src/themes/sap_belize/DynamicPage-parameters.css +16 -0
  2984. package/src/themes/sap_belize_hcb/DynamicPageTitle-parameters.css +6 -0
  2985. package/src/themes/sap_belize_hcw/DynamicPageTitle-parameters.css +6 -0
  2986. package/src/themes/sap_fiori_3/DynamicPageHeaderActions-parameters.css +5 -0
  2987. package/src/themes/sap_fiori_3/DynamicPageTitle-parameters.css +4 -0
  2988. package/src/themes/sap_fiori_3/SearchField-parameters.css +29 -0
  2989. package/src/themes/sap_fiori_3/ShellBar-parameters.css +5 -0
  2990. package/src/themes/sap_fiori_3/TimelineGroupItem-parameters.css +12 -0
  2991. package/src/themes/sap_fiori_3/TimelineItem-parameters.css +11 -0
  2992. package/src/themes/sap_fiori_3/parameters-bundle.css +23 -0
  2993. package/src/themes/sap_fiori_3_dark/SearchField-parameters.css +28 -0
  2994. package/src/themes/sap_fiori_3_dark/ShellBar-parameters.css +5 -0
  2995. package/src/themes/sap_fiori_3_dark/TimelineItem-parameters.css +9 -0
  2996. package/src/themes/sap_fiori_3_dark/parameters-bundle.css +23 -0
  2997. package/src/themes/sap_fiori_3_hcb/DynamicPageTitle-parameters.css +6 -0
  2998. package/src/themes/sap_fiori_3_hcb/FlexibleColumnLayout-parameters.css +6 -0
  2999. package/src/themes/sap_fiori_3_hcb/MediaGallery-parameters.css +5 -0
  3000. package/src/themes/sap_fiori_3_hcb/Page-parameters.css +4 -0
  3001. package/src/themes/sap_fiori_3_hcb/ProductSwitchItem-parameters.css +6 -0
  3002. package/src/themes/sap_fiori_3_hcb/SearchField-parameters.css +30 -0
  3003. package/src/themes/sap_fiori_3_hcb/ShellBar-parameters.css +5 -0
  3004. package/src/themes/sap_fiori_3_hcb/TimelineItem-parameters.css +14 -0
  3005. package/src/themes/sap_fiori_3_hcb/UploadCollection-parameters.css +7 -0
  3006. package/src/themes/sap_fiori_3_hcb/WizardTab-parameters.css +9 -0
  3007. package/src/themes/sap_fiori_3_hcb/parameters-bundle.css +24 -0
  3008. package/src/themes/sap_fiori_3_hcw/DynamicPageTitle-parameters.css +6 -0
  3009. package/src/themes/sap_fiori_3_hcw/FlexibleColumnLayout-parameters.css +6 -0
  3010. package/src/themes/sap_fiori_3_hcw/MediaGallery-parameters.css +5 -0
  3011. package/src/themes/sap_fiori_3_hcw/Page-parameters.css +4 -0
  3012. package/src/themes/sap_fiori_3_hcw/ProductSwitchItem-parameters.css +6 -0
  3013. package/src/themes/sap_fiori_3_hcw/SearchField-parameters.css +29 -0
  3014. package/src/themes/sap_fiori_3_hcw/ShellBar-parameters.css +5 -0
  3015. package/src/themes/sap_fiori_3_hcw/TimelineItem-parameters.css +14 -0
  3016. package/src/themes/sap_fiori_3_hcw/UploadCollection-parameters.css +6 -0
  3017. package/src/themes/sap_fiori_3_hcw/WizardTab-parameters.css +8 -0
  3018. package/src/themes/sap_fiori_3_hcw/parameters-bundle.css +24 -0
  3019. package/src/themes/sap_horizon/DynamicPageHeaderActions-parameters.css +6 -0
  3020. package/src/themes/sap_horizon/DynamicPageTitle-parameters.css +5 -0
  3021. package/src/themes/sap_horizon/FlexibleColumnLayout-parameters.css +3 -0
  3022. package/src/themes/sap_horizon/MediaGallery-parameters.css +5 -0
  3023. package/src/themes/sap_horizon/NotificationListItem-parameters.css +20 -0
  3024. package/src/themes/sap_horizon/ProductSwitchItem-parameters.css +5 -0
  3025. package/src/themes/sap_horizon/ShellBar-parameters.css +30 -0
  3026. package/src/themes/sap_horizon/SideNavigation-parameters.css +55 -0
  3027. package/src/themes/sap_horizon/TimelineItem-parameters.css +21 -0
  3028. package/src/themes/sap_horizon/UploadCollection-parameters.css +11 -0
  3029. package/src/themes/sap_horizon/Wizard-parameters.css +6 -0
  3030. package/src/themes/sap_horizon/WizardTab-parameters.css +11 -0
  3031. package/src/themes/sap_horizon/parameters-bundle.css +27 -0
  3032. package/src/themes/sap_horizon_dark/FlexibleColumnLayout-parameters.css +3 -0
  3033. package/src/themes/sap_horizon_dark/MediaGallery-parameters.css +5 -0
  3034. package/src/themes/sap_horizon_dark/NotificationListItem-parameters.css +20 -0
  3035. package/src/themes/sap_horizon_dark/ProductSwitchItem-parameters.css +5 -0
  3036. package/src/themes/sap_horizon_dark/ShellBar-parameters.css +30 -0
  3037. package/src/themes/sap_horizon_dark/SideNavigation-parameters.css +55 -0
  3038. package/src/themes/sap_horizon_dark/TimelineItem-parameters.css +21 -0
  3039. package/src/themes/sap_horizon_dark/UploadCollection-parameters.css +11 -0
  3040. package/src/themes/sap_horizon_dark/Wizard-parameters.css +6 -0
  3041. package/src/themes/sap_horizon_dark/WizardTab-parameters.css +10 -0
  3042. package/src/themes/sap_horizon_dark/parameters-bundle.css +26 -0
  3043. package/src/themes/sap_horizon_dark_exp/FlexibleColumnLayout-parameters.css +3 -0
  3044. package/src/themes/sap_horizon_dark_exp/NotificationListItem-parameters.css +3 -0
  3045. package/src/themes/sap_horizon_dark_exp/ProductSwitchItem-parameters.css +5 -0
  3046. package/src/themes/sap_horizon_dark_exp/ShellBar-parameters.css +22 -0
  3047. package/src/themes/sap_horizon_dark_exp/SideNavigation-parameters.css +17 -0
  3048. package/src/themes/sap_horizon_dark_exp/TimelineItem-parameters.css +21 -0
  3049. package/src/themes/sap_horizon_dark_exp/UploadCollection-parameters.css +5 -0
  3050. package/src/themes/sap_horizon_dark_exp/Wizard-parameters.css +6 -0
  3051. package/src/themes/sap_horizon_dark_exp/WizardTab-parameters.css +10 -0
  3052. package/src/themes/sap_horizon_dark_exp/parameters-bundle.css +20 -0
  3053. package/src/themes/sap_horizon_exp/FlexibleColumnLayout-parameters.css +3 -0
  3054. package/src/themes/sap_horizon_exp/NotificationListItem-parameters.css +3 -0
  3055. package/src/themes/sap_horizon_exp/ProductSwitchItem-parameters.css +5 -0
  3056. package/src/themes/sap_horizon_exp/ShellBar-parameters.css +28 -0
  3057. package/src/themes/sap_horizon_exp/SideNavigation-parameters.css +17 -0
  3058. package/src/themes/sap_horizon_exp/TimelineItem-parameters.css +21 -0
  3059. package/src/themes/sap_horizon_exp/UploadCollection-parameters.css +5 -0
  3060. package/src/themes/sap_horizon_exp/Wizard-parameters.css +6 -0
  3061. package/src/themes/sap_horizon_exp/WizardTab-parameters.css +11 -0
  3062. package/src/themes/sap_horizon_exp/parameters-bundle.css +21 -0
  3063. package/src/themes/sap_horizon_hcb/DynamicPageTitle-parameters.css +11 -0
  3064. package/src/themes/sap_horizon_hcb/FlexibleColumnLayout-parameters.css +6 -0
  3065. package/src/themes/sap_horizon_hcb/MediaGallery-parameters.css +5 -0
  3066. package/src/themes/sap_horizon_hcb/NotificationListItem-parameters.css +22 -0
  3067. package/src/themes/sap_horizon_hcb/Page-parameters.css +4 -0
  3068. package/src/themes/sap_horizon_hcb/ProductSwitchItem-parameters.css +6 -0
  3069. package/src/themes/sap_horizon_hcb/SearchField-parameters.css +29 -0
  3070. package/src/themes/sap_horizon_hcb/ShellBar-parameters.css +14 -0
  3071. package/src/themes/sap_horizon_hcb/SideNavigation-parameters.css +53 -0
  3072. package/src/themes/sap_horizon_hcb/TimelineItem-parameters.css +6 -0
  3073. package/src/themes/sap_horizon_hcb/UploadCollection-parameters.css +11 -0
  3074. package/src/themes/sap_horizon_hcb/Wizard-parameters.css +6 -0
  3075. package/src/themes/sap_horizon_hcb/WizardTab-parameters.css +11 -0
  3076. package/src/themes/sap_horizon_hcb/parameters-bundle.css +24 -0
  3077. package/src/themes/sap_horizon_hcb_exp/FlexibleColumnLayout-parameters.css +6 -0
  3078. package/src/themes/sap_horizon_hcb_exp/MediaGallery-parameters.css +5 -0
  3079. package/src/themes/sap_horizon_hcb_exp/Page-parameters.css +4 -0
  3080. package/src/themes/sap_horizon_hcb_exp/ProductSwitchItem-parameters.css +6 -0
  3081. package/src/themes/sap_horizon_hcb_exp/ShellBar-parameters.css +11 -0
  3082. package/src/themes/sap_horizon_hcb_exp/SideNavigation-parameters.css +16 -0
  3083. package/src/themes/sap_horizon_hcb_exp/TimelineItem-parameters.css +6 -0
  3084. package/src/themes/sap_horizon_hcb_exp/UploadCollection-parameters.css +8 -0
  3085. package/src/themes/sap_horizon_hcb_exp/Wizard-parameters.css +6 -0
  3086. package/src/themes/sap_horizon_hcb_exp/WizardTab-parameters.css +11 -0
  3087. package/src/themes/sap_horizon_hcb_exp/parameters-bundle.css +18 -0
  3088. package/src/themes/sap_horizon_hcw/DynamicPageTitle-parameters.css +11 -0
  3089. package/src/themes/sap_horizon_hcw/FlexibleColumnLayout-parameters.css +6 -0
  3090. package/src/themes/sap_horizon_hcw/MediaGallery-parameters.css +5 -0
  3091. package/src/themes/sap_horizon_hcw/NotificationListItem-parameters.css +22 -0
  3092. package/src/themes/sap_horizon_hcw/Page-parameters.css +4 -0
  3093. package/src/themes/sap_horizon_hcw/ProductSwitchItem-parameters.css +6 -0
  3094. package/src/themes/sap_horizon_hcw/SearchField-parameters.css +29 -0
  3095. package/src/themes/sap_horizon_hcw/ShellBar-parameters.css +14 -0
  3096. package/src/themes/sap_horizon_hcw/SideNavigation-parameters.css +53 -0
  3097. package/src/themes/sap_horizon_hcw/TimelineItem-parameters.css +6 -0
  3098. package/src/themes/sap_horizon_hcw/UploadCollection-parameters.css +11 -0
  3099. package/src/themes/sap_horizon_hcw/Wizard-parameters.css +6 -0
  3100. package/src/themes/sap_horizon_hcw/WizardTab-parameters.css +11 -0
  3101. package/src/themes/sap_horizon_hcw/parameters-bundle.css +25 -0
  3102. package/src/themes/sap_horizon_hcw_exp/FlexibleColumnLayout-parameters.css +6 -0
  3103. package/src/themes/sap_horizon_hcw_exp/MediaGallery-parameters.css +5 -0
  3104. package/src/themes/sap_horizon_hcw_exp/Page-parameters.css +4 -0
  3105. package/src/themes/sap_horizon_hcw_exp/ProductSwitchItem-parameters.css +6 -0
  3106. package/src/themes/sap_horizon_hcw_exp/ShellBar-parameters.css +5 -0
  3107. package/src/themes/sap_horizon_hcw_exp/SideNavigation-parameters.css +16 -0
  3108. package/src/themes/sap_horizon_hcw_exp/TimelineItem-parameters.css +6 -0
  3109. package/src/themes/sap_horizon_hcw_exp/UploadCollection-parameters.css +7 -0
  3110. package/src/themes/sap_horizon_hcw_exp/Wizard-parameters.css +6 -0
  3111. package/src/themes/sap_horizon_hcw_exp/WizardTab-parameters.css +11 -0
  3112. package/src/themes/sap_horizon_hcw_exp/parameters-bundle.css +19 -0
  3113. package/tsconfig.json +43 -0
@@ -0,0 +1,84 @@
1
+ <svg width="320" height="240" version="1.1" id="tnt-Scene-Tutorials" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
2
+ viewBox="0 0 320 240" enable-background="new 0 0 320 240" xml:space="preserve">
3
+ <g>
4
+ <path fill="var(--sapContent_Illustrative_Color7)" d="M305.5,19.8h-291c-1.9,0-3.8,0.4-5.5,1.1c-1.8,0.7-3.3,1.8-4.7,3.1c-1.3,1.3-2.4,2.9-3.1,4.7S0,32.3,0,34.2
5
+ v171.1c0,3.8,1.5,7.5,4.2,10.2s6.4,4.2,10.2,4.2h291.1c3.8,0,7.5-1.5,10.2-4.2s4.2-6.4,4.2-10.2V34.2c0-1.9-0.4-3.8-1.1-5.5
6
+ c-0.7-1.8-1.8-3.3-3.1-4.7c-1.3-1.3-2.9-2.4-4.7-3.1C309.3,20.1,307.4,19.8,305.5,19.8z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color18)" d="M53.3,204.5l79.2-3.2l-48-86.5c-0.4-0.7-1-1.3-1.8-1.7c-0.8-0.3-1.6-0.5-2.4-0.3l-60.6,12.4L53.3,204.5
8
+ L53.3,204.5z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color19)" d="M126.4,201.1c0.1-0.2,0.1-0.3,0.1-0.5s-0.1-0.3-0.1-0.5l-46.8-85.9c0,0-0.2-0.2-0.3-0.3s-0.2-0.2-0.4-0.2
10
+ c-0.2-0.1-0.3-0.1-0.4,0c-0.1,0-0.3,0.1-0.4,0.1c-0.1,0.1-0.2,0.2-0.3,0.3c-0.1,0.1-0.2,0.3-0.2,0.4c-0.1,0.2-0.1,0.3,0,0.4
11
+ c0,0.1,0.1,0.3,0.1,0.4l46.8,85.9c0.1,0.2,0.3,0.4,0.5,0.5s0.4,0.1,0.6,0.1s0.4-0.1,0.6-0.2C126.2,201.4,126.3,201.3,126.4,201.1
12
+ L126.4,201.1z"/>
13
+ <path fill="var(--sapContent_Illustrative_Color7)" d="M52.9,205.6l-11.7,29.1l-27.6-87.1l6.5-21.7L52.9,205.6l76-5.1c3-0.2,4.2,3.9,1.5,5.3l-89.1,28.9"/>
14
+ <path fill="var(--sapContent_Illustrative_Color19)" d="M132.8,204.7c0.3-0.8,0.3-1.7,0.1-2.5c-0.2-0.9-0.8-1.7-1.5-2.2s-1.7-0.8-2.5-0.7l-75.1,5.1l-32.4-79
15
+ c-0.1-0.2-0.2-0.4-0.4-0.5c-0.2-0.1-0.4-0.2-0.6-0.2s-0.5,0.1-0.6,0.2c-0.2,0.2-0.3,0.3-0.4,0.6l-6.5,21.7c-0.1,0.2-0.1,0.5,0,0.7
16
+ L40.2,235c0.1,0.3,0.3,0.5,0.5,0.6c0.1,0,0.2,0.1,0.2,0.1c0.2,0.1,0.4,0.1,0.6,0h0.1l89.1-28.9c0,0,0.1,0,0.2-0.1
17
+ C131.8,206.3,132.4,205.5,132.8,204.7L132.8,204.7z M53.7,206.7l75.3-5.1c0.4,0,0.7,0.1,1.1,0.3c0.3,0.2,0.6,0.5,0.6,0.9
18
+ c0.1,0.4,0.1,0.8,0,1.1c-0.1,0.4-0.4,0.7-0.7,0.9L43.3,233L53.7,206.7z M20.3,129.3l31.3,76.3l-10.3,25.7l-26.5-83.8L20.3,129.3
19
+ L20.3,129.3z"/>
20
+ <path fill="var(--sapContent_Illustrative_Color20)" d="M130.7,203c0-0.2-0.1-0.4-0.3-0.6c-0.1-0.2-0.3-0.4-0.5-0.5s-0.4-0.2-0.6-0.3c-0.2-0.1-0.5-0.1-0.7,0
21
+ l-4,0.3l0.9,4.3l3.7-1.1c0.2,0,0.4-0.1,0.7-0.2c0.2-0.1,0.4-0.3,0.5-0.5s0.2-0.4,0.3-0.6C130.8,203.5,130.8,203.2,130.7,203
22
+ L130.7,203z"/>
23
+ <path fill="var(--sapContent_Illustrative_Color19)" d="M114.6,205.4c0,0,0.1-0.2,0-0.4c0-0.1,0-0.2-0.1-0.3c0-0.1-0.1-0.2-0.2-0.2c-0.1-0.1-0.2-0.1-0.3-0.1
24
+ c-0.1,0-0.2,0-0.3,0l-51.4,5.8c-0.2,0-0.4,0.1-0.5,0.3s-0.2,0.4-0.2,0.6c0,0.1,0,0.2,0.1,0.3c0,0.1,0.1,0.2,0.2,0.2
25
+ c0.1,0.1,0.2,0.1,0.3,0.1s0.2,0,0.3,0l51.4-5.8c0,0,0.3-0.1,0.4-0.2C114.5,205.6,114.6,205.5,114.6,205.4L114.6,205.4z"/>
26
+ <path fill="var(--sapContent_Illustrative_Color19)" d="M104.1,210.4c0,0,0-0.2,0-0.3s0-0.2-0.1-0.3s-0.1-0.2-0.2-0.2s-0.2-0.1-0.3-0.1c-0.1,0-0.2,0-0.3,0
27
+ l-50.5,11.1c-0.2,0-0.4,0.2-0.5,0.3c-0.1,0.2-0.1,0.4-0.1,0.6c0,0.1,0,0.2,0.1,0.3s0.1,0.2,0.2,0.2c0.1,0,0.2,0.1,0.3,0.1
28
+ s0.2,0,0.3,0l50.5-11.1c0,0,0.3-0.1,0.4-0.2C104,210.7,104,210.5,104.1,210.4L104.1,210.4z"/>
29
+ <path fill="var(--sapContent_Illustrative_Color19)" d="M42.5,191.7c0.1-0.2,0.1-0.5,0-0.7l-20.8-50.4c-0.1-0.2-0.3-0.4-0.5-0.5s-0.5-0.1-0.7,0
30
+ c-0.1,0-0.2,0.1-0.3,0.2c-0.1,0.1-0.2,0.2-0.2,0.3s-0.1,0.2-0.1,0.3s0,0.2,0.1,0.4l20.8,50.5c0,0,0.1,0.2,0.2,0.3
31
+ c0.1,0.1,0.2,0.2,0.3,0.2s0.2,0.1,0.3,0.1s0.2,0,0.4-0.1c0.1,0,0.2-0.1,0.3-0.2C42.4,191.9,42.4,191.8,42.5,191.7L42.5,191.7z"/>
32
+ <path fill="var(--sapContent_Illustrative_Color19)" d="M44.4,214.4c0.1-0.2,0.1-0.4,0-0.6l-18.2-48.9c0,0-0.1-0.2-0.2-0.3s-0.2-0.1-0.3-0.2
33
+ c-0.1,0-0.2-0.1-0.3-0.1c-0.1,0-0.2,0-0.3,0c-0.1,0-0.2,0.1-0.3,0.2c-0.1,0.1-0.2,0.2-0.2,0.3s-0.1,0.2-0.1,0.3s0,0.2,0,0.3
34
+ l18.2,48.9c0,0,0.1,0.2,0.2,0.3c0.1,0.1,0.2,0.1,0.3,0.2c0.1,0,0.2,0.1,0.3,0.1s0.2,0,0.3-0.1c0.1,0,0.2-0.1,0.3-0.2
35
+ C44.3,214.6,44.4,214.5,44.4,214.4L44.4,214.4z"/>
36
+ <path fill="var(--sapContent_Illustrative_Color18)" d="M293,50c2.6-8.8-1.7-18.2-10.1-22L230.1,4.2c3.3,4.5,4.3,10.5,2.2,16.1l-22,58.6c-0.3,0.8-0.5,1.5-0.7,2.3
37
+ c-1.8,8.1,2.7,16.5,10.7,19.5c3.6,1.4,7.4,1.4,10.8,0.4l53.7,1.9l-1.6-4c-3.1-7.9-3.1-16.6,0-24.5L293,50L293,50z"/>
38
+ <path fill="var(--sapContent_Illustrative_Color19)" d="M245.4,84.9l66.6,12c-12.4,6.7-26.6,9.7-40.6,8.6l-45.6-3.7c-0.3,0-0.3-0.4,0-0.5l4.4-0.6
39
+ c6.2-1.1,11.2-6,12.9-12.1l0.8-2.9C244.1,85.1,244.7,84.7,245.4,84.9L245.4,84.9z"/>
40
+ <path fill="var(--sapContent_Illustrative_Color19)" d="M277.6,61.8l-40.8-11.1c-1.4-0.4-2.8,0.4-3.2,1.8c-0.4,1.4,0.4,2.8,1.8,3.1l40.8,11.1
41
+ c1.4,0.4,2.8-0.4,3.2-1.8C279.7,63.6,278.9,62.2,277.6,61.8z"/>
42
+ <path fill="var(--sapContent_Illustrative_Color19)" d="M272.7,74.2l-41.3-9.4c-1.4-0.3-2.8,0.6-3.1,1.9c-0.3,1.4,0.6,2.8,1.9,3.1l41.3,9.4
43
+ c1.4,0.3,2.8-0.6,3.1-1.9C274.9,75.9,274.1,74.5,272.7,74.2z"/>
44
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M44.9,91.5c-1.9-5.8,1.7-11.9,7.7-13L217.4,49c4.9-0.9,9.7,2,11.2,6.7l31.9,95.4c1.9,5.8-1.7,11.9-7.7,13
45
+ L88.1,193.6c-4.9,0.9-9.7-2-11.2-6.7L44.9,91.5z"/>
46
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M48.8,77.2L45.5,84l7.6-1.7L48.8,77.2z"/>
47
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M260,153.2l-0.1,5.4l2.5-5.4H260z"/>
48
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M48.1,85.2c-1.9-5.8,1.7-11.9,7.7-13l164.7-29.6c4.9-0.9,9.7,2,11.2,6.7l31.9,95.4c1.9,5.8-1.7,11.9-7.7,13
49
+ L91.3,187.2c-4.9,0.9-9.7-2-11.2-6.7L48.1,85.2z"/>
50
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M48.1,85.2c-1.9-5.8,1.7-12,7.7-13l164.8-29.3c4.9-0.9,9.7,2,11.2,6.7l5.2,15.6L52.4,98L48.1,85.2z"/>
51
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M69.2,109.5c-0.8-2.3,0.7-4.8,3.1-5.2l152-27.3c2-0.4,3.9,0.8,4.5,2.7l21,62.8c0.8,2.3-0.7,4.8-3.1,5.2
52
+ L94.7,175c-2,0.4-3.9-0.8-4.5-2.7L69.2,109.5z"/>
53
+ <path fill="var(--sapContent_Illustrative_Color18)" d="M72,105.4c-0.8-2.3,0.7-4.8,3.1-5.2l152-27.3c2-0.4,3.9,0.8,4.5,2.7l21,62.8c0.8,2.3-0.7,4.8-3.1,5.2
54
+ l-152,27.3c-2,0.4-3.9-0.8-4.5-2.7L72,105.4z"/>
55
+ <circle fill="var(--sapContent_Illustrative_Color20)" cx="63.9" cy="83" r="4.5"/>
56
+ <circle fill="var(--sapContent_Illustrative_Color20)" cx="81" cy="80.1" r="4.5"/>
57
+ <circle fill="var(--sapContent_Illustrative_Color20)" cx="98" cy="77" r="4.5"/>
58
+ <path fill="var(--sapContent_Illustrative_Color3)" d="M160.2,138c-2,1.5-5.4,0.4-6.2-2.2l-5.2-15.1l-5.2-15.1c-0.9-2.5,1.3-4.7,4.1-3.9l36.8,9.8
59
+ c3.1,0.8,4.3,4.4,2.1,6.1L160.2,138z"/>
60
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M89.6,180.5l181.9-30.8c2.6-0.4,4.1-2.9,3.2-5.4l-7.2-20.8c-0.9-2.5-3.7-4.2-6.4-3.8L79.3,150.5
61
+ c-2.6,0.4-4.1,2.9-3.2,5.4l7.2,20.8C84.2,179.3,87,181,89.6,180.5z"/>
62
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M92.6,176.5l181.9-30.8c2.6-0.4,4.1-2.9,3.2-5.4l-7.2-20.8c-0.9-2.5-3.7-4.2-6.4-3.8L82.3,146.5
63
+ c-2.6,0.4-4.1,2.9-3.2,5.4l7.2,20.8C87.2,175.3,90,177,92.6,176.5z"/>
64
+ <path fill="var(--sapContent_Illustrative_Color6)" d="M117.4,154.6l141-23.9c1.7-0.3,3.4,0.8,4,2.4l0,0c0.5,1.6-0.3,3.1-2,3.4l-141,23.9c-1.7,0.3-3.4-0.8-4-2.4
65
+ l0,0C114.8,156.4,115.7,154.9,117.4,154.6z"/>
66
+ <path fill="var(--sapContent_Illustrative_Color15)" d="M117.4,154.6l50.2-8.5c1.7-0.3,3.4,0.8,4,2.4l0,0c0.5,1.6-0.3,3.1-2,3.4l-50.2,8.5c-1.7,0.3-3.4-0.8-4-2.4
67
+ l0,0C114.8,156.4,115.7,154.9,117.4,154.6z"/>
68
+ <path fill="var(--sapContent_Illustrative_Color3)" d="M176.3,147.1c1.3,3.9-0.9,7.6-4.9,8.3c-4.1,0.7-8.4-1.9-9.8-5.8c-1.3-3.9,0.9-7.6,4.9-8.3
69
+ C170.6,140.6,175,143.2,176.3,147.1z"/>
70
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color8)" d="M167,142.7c-3.2,0.5-5,3.5-3.9,6.6s4.6,5.2,7.8,4.6
71
+ c3.2-0.5,5-3.5,3.9-6.6C173.8,144.2,170.3,142.2,167,142.7z M160.1,149.8c-1.6-4.7,1-9.1,5.9-10c4.9-0.8,10.1,2.3,11.8,7
72
+ c1.6,4.7-1,9.1-5.9,10C167,157.6,161.8,154.5,160.1,149.8z"/>
73
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color4)" d="M97.3,156.2c-0.1-0.4,0.1-0.7,0.5-0.8l0.7-0.1
74
+ c0.4-0.1,0.8,0.2,0.9,0.6l2.8,8c0.1,0.4-0.1,0.7-0.5,0.8l-0.7,0.1c-0.4,0.1-0.8-0.2-0.9-0.6L97.3,156.2z"/>
75
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color4)" d="M92.4,157.1c-0.1-0.4,0.1-0.7,0.5-0.8l0.7-0.1
76
+ c0.4-0.1,0.8,0.2,0.9,0.6l2.8,8c0.1,0.4-0.1,0.7-0.5,0.8l-0.7,0.1c-0.4,0.1-0.8-0.2-0.9-0.6L92.4,157.1z"/>
77
+ <path fill="var(--sapContent_Illustrative_Color18)" d="M277.9,188.8c0-1.4-3.9-2.4-9.2-2.7c-0.3-5.3-1.5-9.2-2.8-9.2c-1.4,0-2.5,3.9-2.8,9.2
78
+ c-5.3,0.4-9.2,1.5-9.2,2.9s3.9,2.4,9.2,2.7c0.3,5.3,1.5,9.2,2.8,9.2c1.4,0,2.5-3.9,2.8-9.2C274,191.4,277.9,190.2,277.9,188.8z"/>
79
+ <path fill="var(--sapContent_Illustrative_Color18)" d="M74.6,39.9c0-1.1-3.3-2-7.7-2.3c-0.3-4.4-1.2-7.7-2.4-7.7c-1.1,0-2.1,3.3-2.3,7.7c-4.4,0.3-7.7,1.3-7.7,2.4
80
+ c0,1.1,3.3,2,7.7,2.3c0.3,4.4,1.2,7.7,2.4,7.7c1.1,0,2.1-3.3,2.3-7.7C71.3,42.1,74.6,41.1,74.6,39.9z"/>
81
+ <path fill="var(--sapContent_Illustrative_Color18)" d="M31.2,85.2c0-0.9-2.6-1.6-6.1-1.8c-0.2-3.5-1-6.1-1.9-6.1s-1.7,2.6-1.9,6.2c-3.5,0.2-6.1,1-6.1,1.9
82
+ s2.6,1.6,6.1,1.8c0.2,3.5,1,6.1,1.9,6.1s1.7-2.6,1.9-6.2C28.6,86.9,31.2,86.1,31.2,85.2z"/>
83
+ </g>
84
+ </svg>
@@ -0,0 +1,20 @@
1
+ <svg width="320" height="240" viewBox="0 0 320 240" id="tnt-Scene-UnableToLoad">
2
+ <path fill="var(--sapIllus_BackgroundColor)" d="M299.490129,55.1639 L190.131129,38.7349 C187.437129,38.3299 184.927129,40.1849 184.521129,42.8789 L181.350129,63.9869 L181.350129,54.9899 L137.065129,54.9899 L134.945129,42.7719 C134.479129,40.0889 131.927129,38.2909 129.243129,38.7559 L20.2981292,57.6569 C17.5681292,58.0879 15.6801292,60.6169 16.0451292,63.3559 L39.2501292,195.8249 C39.7161292,198.5159 42.2751292,200.3179 44.9661292,199.8509 L44.9671292,199.8509 L153.685129,180.9899 L167.286129,180.9899 C167.732129,181.2169 168.211129,181.3729 168.704129,181.4539 L278.051129,197.8809 C280.744129,198.2859 283.256129,196.4309 283.661129,193.7369 L303.635129,60.7729 C304.039129,58.0799 302.183129,55.5679 299.490129,55.1639" class="sapIllus_BackgroundColor"/>
3
+ <path fill="var(--sapIllus_Layering1)" d="M238.926629,107.5682 L232.384629,106.5852 C232.118629,106.5452 231.870629,106.7282 231.830629,106.9942 L229.070629,125.3712 L236.575629,126.4992 L239.336629,108.1222 C239.376629,107.8552 239.193629,107.6072 238.926629,107.5682" class="sapIllus_Layering1"/>
4
+ <path fill="var(--sapIllus_AccentColor)" d="M258.749929,103.1063 L252.207929,102.1243 C251.941929,102.0843 251.693929,102.2673 251.653929,102.5333 L247.757929,128.4703 L255.263929,129.5973 L259.159929,103.6613 C259.199929,103.3943 259.016929,103.1463 258.750929,103.1063 L258.749929,103.1063 Z" class="sapIllus_AccentColor"/>
5
+ <path fill="var(--sapIllus_BrandColorSecondary)" d="M279.873929,87.9627 L273.331929,86.9797 C273.065929,86.9407 272.817929,87.1227 272.777929,87.3887 L266.179929,131.3117 L273.685929,132.4397 L280.283929,88.5167 C280.322929,88.2507 280.140929,88.0027 279.873929,87.9627" class="sapIllus_BrandColorSecondary"/>
6
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M282.930529,134.328 C282.905529,134.328 282.880529,134.326 282.855529,134.323 L195.750529,121.237 C195.478529,121.196 195.289529,120.941 195.330529,120.668 L203.813529,64.208 C203.844529,63.933 204.092529,63.737 204.367529,63.768 C204.641529,63.8 204.838529,64.048 204.806529,64.322 C204.805529,64.334 204.803529,64.345 204.801529,64.356 L196.393529,120.322 L283.003529,133.334 C283.276529,133.374 283.465529,133.629 283.424529,133.901 C283.388529,134.146 283.178529,134.328 282.930529,134.328" class="sapIllus_StrokeDetailColor"/>
7
+ <path fill="var(--sapIllus_Layering2)" d="M190.468629 146.6278L191.864629 137.3318C191.917629 136.9838 192.241629 136.7438 192.589629 136.7968L257.513629 146.5498C257.861629 146.6028 258.100629 146.9268 258.048629 147.2738L256.652629 156.5708C256.599629 156.9188 256.275629 157.1578 255.927629 157.1068L191.003629 147.3528C190.655629 147.3008 190.416629 146.9758 190.468629 146.6278M261.932529 157.3631L263.328529 148.0671C263.381529 147.7191 263.705529 147.4791 264.053529 147.5321L279.325529 149.8261C279.672529 149.8791 279.911529 150.2031 279.860529 150.5511L278.463529 159.8471C278.411529 160.1951 278.086529 160.4341 277.739529 160.3821L262.467529 158.0881C262.119529 158.0361 261.880529 157.7121 261.932529 157.3631M83.9501292 127.0614L139.639129 117.5294C139.858129 117.4924 140.065129 117.6384 140.103129 117.8574L141.400129 125.4334C141.437129 125.6514 141.290129 125.8594 141.072129 125.8964L85.3831292 135.4294C85.1641292 135.4664 84.9561292 135.3194 84.9191292 135.1014L83.6221292 127.5254C83.5851292 127.3064 83.7311292 127.0994 83.9501292 127.0614M86.7196292 143.242L142.408629 133.709C142.627629 133.672 142.834629 133.818 142.872629 134.037L144.169629 141.613C144.206629 141.832 144.059629 142.039 143.841629 142.077L88.1526292 151.609C87.9336292 151.646 87.7256292 151.5 87.6886292 151.281L86.3916292 143.705C86.3546292 143.486 86.5006292 143.279 86.7196292 143.242M76.0292292 81.1922L131.718229 71.6602C131.937229 71.6222 132.145229 71.7692 132.182229 71.9872L133.479229 79.5632C133.516229 79.7822 133.370229 79.9892 133.151229 80.0272L77.4622292 89.5592C77.2432292 89.5962 77.0362292 89.4502 76.9982292 89.2312L75.7012292 81.6562C75.6642292 81.4372 75.8112292 81.2292 76.0292292 81.1922M78.7987292 97.3719L134.487729 87.8399C134.706729 87.8019 134.914729 87.9489 134.951729 88.1679L136.248729 95.7429C136.285729 95.9619 136.139729 96.1699 135.920729 96.2069L80.2317292 105.7389C80.0127292 105.7769 79.8057292 105.6299 79.7677292 105.4109L78.4707292 97.8359C78.4337292 97.6169 78.5807292 97.4089 78.7987292 97.3719M38.6815292 87.8953L59.1405292 84.3933C59.3595292 84.3563 59.5675292 84.5023 59.6045292 84.7213L60.9015292 92.2963C60.9385292 92.5153 60.7915292 92.7233 60.5735292 92.7603L40.1135292 96.2623C39.8945292 96.3003 39.6875292 96.1533 39.6495292 95.9343L38.3535292 88.3593C38.3155292 88.1403 38.4625292 87.9323 38.6815292 87.8953M41.4510292 104.075L61.9100292 100.573C62.1290292 100.536 62.3370292 100.682 62.3740292 100.901L63.6710292 108.477C63.7080292 108.695 63.5610292 108.903 63.3430292 108.94L42.8830292 112.442C42.6640292 112.48 42.4570292 112.333 42.4190292 112.114L41.1230292 104.539C41.0850292 104.32 41.2320292 104.112 41.4510292 104.075" class="sapIllus_Layering2"/>
8
+ <path fill="var(--sapIllus_PatternShadow)" d="M127.401229,35.5252 L198.422229,36.3552 C198.954229,36.3552 234.967229,66.0792 234.967229,66.0792 C235.312229,66.4412 235.505229,66.9212 235.505229,67.4212 L235.496229,175.1792 C235.499229,175.5062 235.472229,175.8322 235.418229,176.1542 C235.183229,177.4672 234.623229,178.7022 233.786229,179.7422 L233.757229,179.7762 C232.621229,181.1172 230.945229,181.8802 229.187229,181.8572 L121.856229,181.9172 C121.600229,181.9202 121.345229,181.9352 121.091229,181.9662 C118.324229,182.3902 115.737229,180.4922 115.312229,177.7252 C115.222229,177.1392 115.236229,176.5422 115.352229,175.9612 C115.400229,175.6482 115.422229,175.3322 115.419229,175.0162 L115.390229,47.3982 L127.401229,35.5252 Z" class="sapIllus_PatternShadow"/>
9
+ <path fill="var(--sapIllus_ObjectFillColor)" d="M221.834829,172.3953 L105.284829,172.3953 C103.939829,172.3953 102.848829,171.3043 102.848829,169.9583 L102.848829,27.9363 C102.848829,26.5903 103.939829,25.5003 105.284829,25.5003 L186.814829,25.5003 C187.508829,25.5003 188.179829,25.7403 188.715829,26.1783 L223.774829,54.8933 C224.089829,55.1503 224.271829,55.5343 224.271829,55.9403 L224.271829,169.9583 C224.271829,171.3043 223.180829,172.3953 221.834829,172.3953" class="sapIllus_ObjectFillColor"/>
10
+ <path fill="var(--sapIllus_Layering2)" d="M188.698129,26.1639 C187.913129,25.4989 186.738129,25.5959 186.073129,26.3799 C186.069129,26.3849 186.065129,26.3889 186.062129,26.3929 C185.746129,26.7979 185.575129,27.2969 185.576125,27.8099 L185.576125,55.0789 C185.576125,56.4769 186.709129,57.6099 188.107129,57.6099 L221.961129,57.6099 L221.999129,57.6099 C223.028129,57.5379 223.803129,56.6439 223.731129,55.6149 C223.695129,55.0949 223.442129,54.6129 223.035129,54.2869 L188.698129,26.1639 Z" class="sapIllus_Layering2"/>
11
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M221.319229,171.993 L105.382229,171.993 C104.240229,171.947 103.341229,171.005 103.348189,169.862 L103.348189,28.032 C103.348189,26.91 104.258229,25.9999821 105.382229,25.9999821 L185.821229,25.9999821 C185.872229,25.9999821 185.913229,26.04 185.914229,26.091 C185.914229,26.111 185.907229,26.133 185.893229,26.149 C185.535229,26.63 185.341229,27.212 185.340229,27.81 L185.340229,55.203 C185.340229,56.808 186.641229,58.11 188.247229,58.11 L188.268229,58.112 L223.350229,66.108 C223.350229,66.108 223.35227,66.236 223.35227,66.281 L223.35227,169.862 C223.359229,171.005 222.461229,171.947 221.319229,171.993 L221.319229,171.993 Z M188.215229,57.11 C187.163229,57.11 186.309227,56.257 186.309227,55.204 L186.309227,27.81 C186.308229,27.21 186.607229,26.647 187.105229,26.31 C187.276229,26.194 187.246229,26.137 187.453229,26.137 C187.555229,26.141 187.656229,26.159 187.754229,26.19 C187.986229,26.282 188.204229,26.408 188.399229,26.565 L222.902229,55.32 C223.165229,55.538 223.326229,55.855 223.345229,56.196 C223.359229,56.514 223.205229,56.814 222.939229,56.988 L209.149229,57.11 L188.215229,57.11 Z M224.056229,54.477 L223.704229,54.188 L188.848229,25.641 C188.768229,25.588 188.685229,25.539 188.598229,25.495 C188.561229,25.473 188.525229,25.451 188.488229,25.431 C188.370229,25.362 188.245229,25.306 188.116229,25.261 C187.703229,25.092 187.262229,25.003 186.816229,25 L105.382229,25 C103.707229,25 102.348202,26.357 102.348202,28.032 L102.348202,169.862 C102.341229,171.556 103.688229,172.946 105.382229,172.992 L221.319229,172.992 C223.012229,172.946 224.359229,171.556 224.351841,169.862 L224.351841,55.987 C224.351841,55.402 224.379229,54.742 224.056229,54.477 L224.056229,54.477 Z" class="sapIllus_StrokeDetailColor"/>
12
+ <path fill="var(--sapIllus_BackgroundColor)" d="M162.850529,202.9901 C196.263529,202.9901 223.350529,205.6771 223.350529,208.9901 C223.350529,212.3031 196.263529,214.9901 162.850529,214.9901 C129.437529,214.9901 102.350529,212.3031 102.350529,208.9901 C102.350529,205.6771 129.437529,202.9901 162.850529,202.9901" class="sapIllus_BackgroundColor"/>
13
+ <path fill="var(--sapIllus_Layering1)" d="M58.2577292,128.5653 C51.0087292,130.0453 46.3317292,137.1233 47.8137292,144.3723 C49.2937292,151.6213 56.3707292,156.2973 63.6197292,154.8173 C70.6877292,153.3743 75.3427292,146.5943 74.1527292,139.4803 C74.1297292,139.3503 74.0057292,139.2643 73.8767292,139.2883 L61.0127292,141.6763 C60.9727292,141.6843 60.9327292,141.6583 60.9247292,141.6173 L58.5357292,128.7533 C58.5117292,128.6253 58.3867292,128.5403 58.2577292,128.5653" class="sapIllus_Layering1"/>
14
+ <path fill="var(--sapIllus_AccentColor)" d="M61.1542292,126.201 L63.3612292,138.08 C63.3842292,138.208 63.5082292,138.292 63.6342292,138.268 L75.5142292,136.062 C75.5942292,136.047 75.6462292,135.97 75.6322292,135.889 C74.3162292,129.25 67.9432292,124.873 61.2732292,126.03 C61.1932292,126.044 61.1402292,126.121 61.1542292,126.201" class="sapIllus_AccentColor"/>
15
+ <path fill="var(--sapIllus_ObjectFillColor)" d="M163.560429,67.952 C181.573429,67.952 196.175429,82.555 196.175429,100.567 C196.175429,118.58 181.573429,133.182 163.560429,133.182 C145.546429,133.182 130.944429,118.58 130.944429,100.567 C130.944429,82.555 145.546429,67.952 163.560429,67.952" class="sapIllus_ObjectFillColor"/>
16
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M163.559429,68.452 C145.851429,68.452 131.444429,82.859 131.444429,100.567 C131.444429,118.276 145.851429,132.683 163.559429,132.683 C181.268429,132.683 195.675429,118.276 195.675429,100.567 C195.675429,82.859 181.268429,68.452 163.559429,68.452 M163.559429,133.683 C145.299429,133.683 130.444429,118.828 130.444429,100.567 C130.444429,82.307 145.299429,67.452 163.559429,67.452 C181.820429,67.452 196.675429,82.307 196.675429,100.567 C196.675429,118.828 181.820429,133.683 163.559429,133.683" class="sapIllus_StrokeDetailColor"/>
17
+ <path fill="var(--sapIllus_BrandColorSecondary)" d="M163.548729,75.9188 C177.112729,75.9188 188.109729,86.9148 188.109729,100.4798 C188.109729,114.0438 177.112729,125.0398 163.548729,125.0398 C149.985729,125.0398 138.988729,114.0438 138.988729,100.4798 C138.988729,86.9148 149.985729,75.9188 163.548729,75.9188" class="sapIllus_BrandColorSecondary"/>
18
+ <path fill="var(--sapIllus_PatternHighlight)" d="M177.871029,80.6112 C166.850029,72.7062 151.507029,75.2322 143.601029,86.2532 C137.648029,94.5522 137.454029,105.6702 143.112029,114.1732 L177.871029,80.6112 Z" class="sapIllus_PatternHighlight"/>
19
+ <path fill="var(--sapIllus_ObjectFillColor)" d="M166.861229,101.1746 L174.565229,93.4706 C174.938229,93.0986 174.938229,92.4936 174.565229,92.1216 L174.565229,92.1206 L172.613229,90.1686 C172.240229,89.7956 171.636229,89.7956 171.263229,90.1686 L163.559229,97.8726 L155.855229,90.1686 C155.482229,89.7956 154.879229,89.7956 154.506229,90.1686 L152.553229,92.1206 C152.180229,92.4936 152.180229,93.0986 152.552229,93.4706 L152.553229,93.4706 L160.257229,101.1746 L152.553229,108.8786 C152.180229,109.2516 152.180229,109.8556 152.552229,110.2286 L152.553229,110.2286 L154.506229,112.1816 C154.879229,112.5536 155.482229,112.5536 155.855229,112.1816 L163.559229,104.4776 L171.263229,112.1816 C171.635229,112.5536 172.240229,112.5536 172.613229,112.1816 L174.565229,110.2286 C174.938229,109.8566 174.938229,109.2516 174.565229,108.8786 L166.861229,101.1746 Z" class="sapIllus_ObjectFillColor"/>
20
+ </svg>
@@ -0,0 +1,15 @@
1
+ <svg width="320" height="240" viewBox="0 0 320 240" id="tnt-Scene-Unlock">
2
+ <path fill="var(--sapIllus_BackgroundColor)" d="M49.4662,32.8152 L248.3342,32.8152 C272.2232,32.8152 295.9042,58.1252 295.9042,82.0972 L295.9042,85.0392 C295.9042,109.0112 275.2232,134.5112 251.3342,134.5112 C243.1472,134.9782 239.1992,139.6962 239.1992,145.7832 L239.1892,145.9572 C239.1892,152.7592 246.4192,158.4342 254.2172,158.4342 L285.3732,158.4342 C303.4962,158.4672 318.1612,173.1842 318.130252,191.3072 L318.130252,192.2072 C318.1622,210.3302 303.4962,225.0472 285.3732,225.080215 L60.3562,225.080215 C42.1152,225.0972 27.2502,210.4492 27.0002,192.2112 L27.0002,191.4752 C27.2622,176.9692 36.8772,164.2992 50.7782,160.1432 L50.7692,160.1432 L50.7942,160.1392 C52.0312,159.7672 53.2902,159.4692 54.5632,159.2472 C60.7672,157.1272 65.4612,152.0712 65.4612,146.3932 L65.4672,146.2012 C65.4672,139.4022 58.7372,134.5112 50.9382,134.5112 L49.4662,134.5112 C25.4182,134.4682 0.9572,109.9392 1.00014339,85.8912 L1.00014339,82.4352 C0.9572,58.3872 25.4182,32.8582 49.4662,32.8152" class="sapIllus_BackgroundColor"/>
3
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M105.2988,198.2961 L50.4048,198.2961 C50.1268,198.3161 49.8838,198.1061 49.8638,197.8271 C49.8438,197.5481 50.0538,197.3061 50.3328,197.2851 C50.3578,197.2841 50.3808,197.2841 50.4048,197.2851 L105.2988,197.2851 C105.5778,197.2661 105.8198,197.4761 105.8408,197.7541 C105.8608,198.0331 105.6508,198.2751 105.3718,198.2961 C105.3478,198.2971 105.3228,198.2971 105.2988,198.2961" class="sapIllus_StrokeDetailColor"/>
4
+ <path fill="var(--sapIllus_BrandColorSecondary)" d="M265.538,176.339 C265.538,177.439 264.647,178.33 263.547,178.33 L153.827,178.33 C152.727,178.33 151.836,177.439 151.836,176.339 L151.836,77.241 C151.836,76.142 152.727,75.25 153.827,75.25 L263.547,75.25 C264.647,75.25 265.538,76.142 265.538,77.241 L265.538,176.339 Z M272.727,62 L144.646,62 C141.184,62 138.378,64.807 138.378,68.269 L138.378,185.311 C138.378,188.773 141.184,191.58 144.646,191.58 L272.727,191.58 C276.19,191.58 278.997,188.773 278.997,185.311 L278.997,68.269 C278.997,64.807 276.19,62 272.727,62 L272.727,62 Z" class="sapIllus_BrandColorSecondary"/>
5
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M282.8496,197.6857 C282.7916,197.4137 282.5236,197.2387 282.2506,197.2957 L259.1006,197.2957 C260.6466,196.7897 261.7716,195.3527 261.7716,193.6367 L261.7716,191.5807 L237.0956,191.5807 L237.0956,193.6367 C237.0956,195.3527 238.2196,196.7897 239.7656,197.2957 L177.8936,197.2957 C179.4396,196.7897 180.5636,195.3527 180.5636,193.6367 L180.5636,191.5807 L155.8876,191.5807 L155.8876,193.6367 C155.8876,195.3527 157.0126,196.7897 158.5586,197.2957 L111.4646,197.2957 C111.3966,197.2817 111.3256,197.2817 111.2566,197.2957 C110.9846,197.3537 110.8096,197.6217 110.8676,197.8937 C110.9246,198.1667 111.1926,198.3407 111.4646,198.2837 L282.2506,198.2837 C282.3206,198.2977 282.3906,198.2977 282.4596,198.2837 C282.7326,198.2257 282.9076,197.9577 282.8496,197.6857" class="sapIllus_StrokeDetailColor"/>
6
+ <path fill="var(--sapIllus_PatternShadow)" d="M272.7392,191.5802 L144.3832,191.5802 C142.4422,191.5802 140.1742,190.3582 139.0242,188.0842 C138.6762,187.3942 138.9272,186.5232 139.6992,186.4622 L262.8232,176.6562 C263.4282,176.6082 263.9112,176.1302 263.9652,175.5242 L273.8692,64.2942 C273.9362,63.5282 274.3832,62.1692 275.0932,62.4622 C277.3842,63.4052 278.8952,65.5952 278.9972,67.9982 L278.9972,185.3222 C278.9972,188.7782 276.1952,191.5802 272.7392,191.5802" class="sapIllus_PatternShadow"/>
7
+ <path fill="var(--sapIllus_ObjectFillColor)" d="M40.4912,178.3302 L150.0932,178.3302 C151.1922,178.3302 152.0842,177.4382 152.0842,176.3392 L152.0842,77.3492 C152.0842,76.2492 151.1922,75.3572 150.0932,75.3572 L40.4912,75.3572 C39.3912,75.3572 38.5002,76.2492 38.5002,77.3492 L38.5002,176.3392 C38.5002,177.4382 39.3912,178.3302 40.4912,178.3302" class="sapIllus_ObjectFillColor"/>
8
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M151.584,176.339 C151.584,177.161 150.915,177.83 150.093,177.83 L40.491,177.83 C39.669,177.83 39,177.161 39,176.339 L39,77.349 C39,76.526 39.669,75.858 40.491,75.858 L150.093,75.858 C150.915,75.858 151.584,76.526 151.584,77.349 L151.584,93.163 C150.64,93.486 149.954,94.373 149.954,95.426 L149.954,115.993 C149.954,117.046 150.64,117.934 151.584,118.257 L151.584,136.714 C150.64,137.037 149.954,137.924 149.954,138.977 L149.954,159.544 C149.954,160.597 150.64,161.485 151.584,161.808 L151.584,176.339 Z M263.547,75.25 L153.827,75.25 C153.166,75.25 152.583,75.576 152.222,76.073 C151.785,75.349 150.999,74.858 150.093,74.858 L40.491,74.858 C39.117,74.858 38,75.975 38,77.349 L38,176.339 C38,177.713 39.117,178.83 40.491,178.83 L150.093,178.83 C151.025,178.83 151.83,178.31 152.257,177.55 C152.621,178.021 153.186,178.33 153.827,178.33 L263.547,178.33 C264.647,178.33 265.538,177.439 265.538,176.339 L265.538,77.241 C265.538,76.142 264.647,75.25 263.547,75.25 L263.547,75.25 Z" class="sapIllus_StrokeDetailColor"/>
9
+ <path fill="var(--sapIllus_ObjectFillColor)" d="M152.3554 94.0246C151.5834 94.0246 150.9544 94.6536 150.9544 95.4256L150.9544 115.9936C150.9544 116.7666 151.5834 117.3956 152.3554 117.3956 153.1284 117.3956 153.7574 116.7666 153.7574 115.9936L153.7574 95.4256C153.7574 94.6536 153.1284 94.0246 152.3554 94.0246M152.3554 137.5753C151.5834 137.5753 150.9544 138.2043 150.9544 138.9763L150.9544 159.5443C150.9544 160.3173 151.5834 160.9463 152.3554 160.9463 153.1284 160.9463 153.7574 160.3173 153.7574 159.5443L153.7574 138.9763C153.7574 138.2043 153.1284 137.5753 152.3554 137.5753" class="sapIllus_ObjectFillColor"/>
10
+ <path fill="var(--sapIllus_BackgroundColor)" d="M139.5029,167.881 L51.0809,167.881 C49.8449,167.881 48.8429,166.879 48.8429,165.643 L48.8429,88.399 C48.8429,87.162 49.8449,86.16 51.0809,86.16 L139.5029,86.16 C140.7389,86.16 141.7419,87.162 141.7419,88.399 L141.7419,165.643 C141.7419,166.879 140.7389,167.881 139.5029,167.881" class="sapIllus_BackgroundColor"/>
11
+ <path fill="var(--sapIllus_PatternHighlight)" d="M263.539,178.3302 L153.827,178.3302 C152.727,178.3302 151.836,177.4372 151.836,176.3382 L166.279,160.4262 L249.434,160.4262 L265.53,176.3402 C265.53,177.4382 264.639,178.3302 263.539,178.3302" class="sapIllus_PatternHighlight"/>
12
+ <path fill="var(--sapIllus_Layering2)" d="M106.7676,104.5207 C94.2656,103.3207 83.1576,112.4837 81.9576,124.9857 C80.7576,137.4887 89.9206,148.5957 102.4226,149.7957 C114.9256,150.9957 126.0336,141.8337 127.2336,129.3317 C128.4326,116.8287 119.2706,105.7207 106.7676,104.5207" class="sapIllus_Layering2"/>
13
+ <path fill="var(--sapIllus_AccentColor)" d="M56.8554 110.2443C56.8554 111.7803 58.1004 113.0263 59.6374 113.0263 61.1744 113.0263 62.4194 111.7803 62.4194 110.2443 62.4194 108.7073 61.1744 107.4623 59.6374 107.4623 58.1004 107.4623 56.8554 108.7073 56.8554 110.2443M56.8554 144.0724C56.8554 145.6084 58.1004 146.8544 59.6374 146.8544 61.1744 146.8544 62.4194 145.6084 62.4194 144.0724 62.4194 142.5354 61.1744 141.2904 59.6374 141.2904 58.1004 141.2904 56.8554 142.5354 56.8554 144.0724" class="sapIllus_AccentColor"/>
14
+ <path fill="var(--sapIllus_Layering1)" d="M49.8871 62.4001C49.5851 62.4001 49.3411 62.1641 49.3411 61.8721L49.3411 57.4701C49.3411 57.1781 49.5851 56.9431 49.8871 56.9431 50.1891 56.9431 50.4331 57.1781 50.4331 57.4701L50.4331 61.8721C50.4331 62.1641 50.1891 62.4001 49.8871 62.4001M49.8871 53.4665C49.5851 53.4665 49.3411 53.2305 49.3411 52.9385L49.3411 48.5395C49.3411 48.2465 49.5851 48.0105 49.8871 48.0105 50.1891 48.0105 50.4331 48.2465 50.4331 48.5395L50.4331 52.9385C50.4331 53.2305 50.1891 53.4665 49.8871 53.4665M47.3197 55.7048L42.9107 55.7048C42.6187 55.7048 42.3827 55.4608 42.3827 55.1588 42.3827 54.8578 42.6187 54.6138 42.9107 54.6138L47.3197 54.6138C47.6117 54.6138 47.8487 54.8578 47.8487 55.1588 47.8487 55.4608 47.6117 55.7048 47.3197 55.7048M57.0277 55.7048L52.6247 55.7048C52.3317 55.7048 52.0947 55.4608 52.0947 55.1588 52.0947 54.8578 52.3317 54.6138 52.6247 54.6138L57.0277 54.6138C57.3197 54.6138 57.5567 54.8578 57.5567 55.1588 57.5567 55.4608 57.3197 55.7048 57.0277 55.7048M294.4173 187.3679C294.1413 187.3679 293.9173 187.1509 293.9173 186.8839L293.9173 182.8519C293.9173 182.5859 294.1413 182.3689 294.4173 182.3689 294.6933 182.3689 294.9173 182.5859 294.9173 182.8519L294.9173 186.8839C294.9173 187.1509 294.6933 187.3679 294.4173 187.3679M294.4193 175.3679C294.1433 175.3679 293.9193 175.1509 293.9193 174.8839L293.9193 170.8539C293.9193 170.5869 294.1433 170.3699 294.4193 170.3699 294.6953 170.3699 294.9193 170.5869 294.9193 170.8539L294.9193 174.8839C294.9193 175.1509 294.6953 175.3679 294.4193 175.3679M290.4359 179.3679L286.3979 179.3679C286.1289 179.3679 285.9139 179.1439 285.9139 178.8679 285.9139 178.5919 286.1289 178.3679 286.3979 178.3679L290.4359 178.3679C290.7039 178.3679 290.9199 178.5919 290.9199 178.8679 290.9199 179.1439 290.7039 179.3679 290.4359 179.3679M302.433 179.3679L298.399 179.3679C298.131 179.3679 297.914 179.1439 297.914 178.8679 297.914 178.5919 298.131 178.3679 298.399 178.3679L302.433 178.3679C302.701 178.3679 302.917 178.5919 302.917 178.8679 302.917 179.1439 302.701 179.3679 302.433 179.3679M269.5755 9.0095C269.2955 8.9715 269.0215 9.0445 268.8015 9.2135 268.5765 9.3825 268.4325 9.6285 268.3945 9.9055L266.5735 23.1795C266.5615 23.2435 266.5575 23.3125 266.5615 23.3805 266.5835 23.8865 266.9645 24.3045 267.4695 24.3735 267.5305 24.3815 267.5935 24.3845 267.6535 24.3815 268.1505 24.3605 268.5785 23.9855 268.6485 23.4765L270.4715 10.1975C270.5125 9.9235 270.4425 9.6485 270.2735 9.4225 270.1035 9.1955 269.8555 9.0485 269.5755 9.0095M295.3548 17.1267C294.9228 16.7417 294.2578 16.7817 293.8738 17.2147L284.9718 27.2467C284.7728 27.4747 284.6808 27.7757 284.7188 28.0747 284.7508 28.3267 284.8738 28.5587 285.0628 28.7277 285.2978 28.9357 285.6028 29.0197 285.8928 28.9817 286.1348 28.9507 286.3688 28.8357 286.5438 28.6387L295.4458 18.6057C295.8278 18.1707 295.7858 17.5077 295.3548 17.1267M308.2162 38.695C308.1222 38.43 307.9302 38.219 307.6752 38.1 307.4222 37.981 307.1382 37.966 306.8752 38.062L294.2552 42.594C293.8202 42.75 293.5412 43.166 293.5622 43.628 293.5662 43.731 293.5862 43.835 293.6212 43.937 293.7812 44.38 294.2102 44.649 294.6552 44.63 294.7592 44.626 294.8622 44.605 294.9642 44.569L307.5842 40.037C308.1332 39.839 308.4112 39.251 308.2162 38.695" class="sapIllus_Layering1"/>
15
+ </svg>
@@ -0,0 +1,22 @@
1
+ <svg width="320" height="240" viewBox="0 0 320 240" id="tnt-Scene-UnsuccessfulAuth">
2
+ <path fill="var(--sapIllus_BackgroundColor)" d="M82.27,58.8838 C50.493,84.7688 41.246,136.0458 65.729,170.3448 C78.841,188.7128 99.643,200.1688 121.184,206.0308 C142.938,211.9508 169.502,215.6128 191.987,213.0238 C229.411,208.7138 259.814,182.5138 267.793,144.5108 C277.967,96.0588 246.197,49.8328 201.414,35.2588 C161.769,22.3578 115.721,31.8778 83.256,58.0808 C82.928,58.3488 82.599,58.6158 82.27,58.8838" class="sapIllus_BackgroundColor"/>
3
+ <path fill="var(--sapIllus_PatternShadow)" d="M246.8471,68.2734 L246.7661,68.2704 L245.0041,68.2054 L240.7381,181.8794 C240.6241,184.9084 238.0771,187.2714 235.0491,187.1574 L82.9681,181.4494 L82.8331,185.1124 C82.7191,188.1504 85.0881,190.7064 88.1241,190.8204 L242.0311,196.5964 C245.0681,196.7104 247.6221,194.3404 247.7371,191.3034 L252.1401,73.9794 C252.2541,70.9424 249.8841,68.3874 246.8471,68.2734" class="sapIllus_PatternShadow"/>
4
+ <path fill="var(--sapIllus_ObjectFillColor)" d="M272.1421,174.4141 L225.6781,172.2611 C225.2111,172.2391 224.8511,171.8431 224.8721,171.3771 L226.0231,146.5571 C226.0441,146.0901 226.4401,145.7281 226.9071,145.7501 L273.3711,147.9031 C273.8371,147.9261 274.1981,148.3211 274.1761,148.7881 L273.0261,173.6081 C273.0041,174.0751 272.6091,174.4351 272.1421,174.4141" class="sapIllus_ObjectFillColor"/>
5
+ <path fill="var(--sapIllus_Layering1)" d="M272.5268,173.585 C272.5168,173.775 272.3588,173.938 272.1648,173.914 L225.7018,171.761 C225.6088,171.757 225.5238,171.717 225.4618,171.648 C225.3998,171.58 225.3678,171.492 225.3728,171.399 L226.5218,146.579 C226.5308,146.39 226.6988,146.229 226.8838,146.25 L273.3468,148.403 C273.4398,148.407 273.5248,148.447 273.5868,148.516 C273.6488,148.584 273.6808,148.672 273.6758,148.765 L272.5268,173.585 Z M274.3258,147.842 C274.0838,147.576 273.7528,147.421 273.3928,147.404 L226.9298,145.251 C226.1728,145.209 225.5578,145.792 225.5228,146.533 L224.3738,171.354 C224.3558,171.712 224.4798,172.057 224.7218,172.322 C224.9638,172.588 225.2968,172.743 225.6558,172.76 L272.1188,174.913 C272.1398,174.914 272.1608,174.915 272.1808,174.915 C272.8948,174.915 273.4918,174.352 273.5258,173.631 L274.6748,148.812 C274.6918,148.452 274.5678,148.107 274.3258,147.842 L274.3258,147.842 Z" class="sapIllus_Layering1"/>
6
+ <path fill="var(--sapIllus_BackgroundColor)" d="M266.2661,154.2588 C264.5571,152.3838 262.2201,151.2858 259.6851,151.1688 C257.1551,151.0558 254.7221,151.9278 252.8461,153.6378 C250.9711,155.3468 249.8731,157.6838 249.7551,160.2188 C249.6381,162.7538 250.5151,165.1828 252.2241,167.0578 C253.9341,168.9328 256.2711,170.0298 258.8061,170.1488 C258.9561,170.1548 259.1061,170.1578 259.2561,170.1578 C261.6261,170.1578 263.8801,169.2868 265.6451,167.6798 C267.5201,165.9698 268.6181,163.6328 268.7351,161.0978 C268.8521,158.5638 267.9761,156.1348 266.2661,154.2588" class="sapIllus_BackgroundColor"/>
7
+ <path fill="var(--sapIllus_ObjectFillColor)" d="M261.7426 158.7744C261.6786 160.1534 260.5096 161.2194 259.1296 161.1564 257.7506 161.0914 256.6836 159.9214 256.7486 158.5434 256.8116 157.1644 257.9816 156.0974 259.3606 156.1614 260.7406 156.2254 261.8056 157.3954 261.7426 158.7744M259.5932 161.4971L259.2252 161.4791C256.7212 161.3641 254.5682 163.1201 254.1122 165.5131 254.0472 165.8501 254.1512 166.2061 254.4102 166.4301 255.6762 167.5171 257.2972 168.2101 259.0932 168.2931 260.8902 168.3761 262.5682 167.8361 263.9292 166.8701 264.2082 166.6721 264.3442 166.3261 264.3112 165.9851 264.0772 163.5601 262.0972 161.6131 259.5932 161.4971M234.758875 186.607681L80.7628748 180.827681C77.7218748 180.712681 75.3488748 178.155681 75.4628748 175.113681L79.8698748 57.6946813C79.9818748 54.7136813 82.4878748 52.3886813 85.4688748 52.5006813L239.712875 58.2906813C242.664875 58.4006813 244.968875 60.8836813 244.858875 63.8366813L240.447875 181.330681C240.333875 184.358681 237.786875 186.720681 234.758875 186.607681" class="sapIllus_ObjectFillColor"/>
8
+ <path fill="var(--sapIllus_BrandColorSecondary)" d="M244.164075,82.3214813 L79.1780748,76.1294813 L79.8660748,57.7864813 C79.9800748,54.7554813 82.5290748,52.3894813 85.5600748,52.5044813 L239.570075,58.2844813 C242.602075,58.3984813 244.967075,60.9474813 244.852075,63.9784813 L244.164075,82.3214813 Z" class="sapIllus_BrandColorSecondary"/>
9
+ <path fill="var(--sapIllus_ObjectFillColor)" d="M97.1006748 64.8693813C97.0276748 66.8383813 95.3716748 68.3753813 93.4016748 68.3013813 91.4326748 68.2263813 89.8966748 66.5703813 89.9706748 64.6013813 90.0436748 62.6333813 91.7006748 61.0973813 93.6696748 61.1703813 95.6386748 61.2443813 97.1746748 62.9003813 97.1006748 64.8693813M108.065475 65.2814813C107.992475 67.2504813 106.336475 68.7864813 104.366475 68.7124813 102.397475 68.6384813 100.861475 66.9824813 100.935475 65.0124813 101.008475 63.0444813 102.665475 61.5084813 104.633475 61.5824813 106.603475 61.6554813 108.139475 63.3114813 108.065475 65.2814813M119.030375 65.6925813C118.956375 67.6615813 117.301375 69.1975813 115.331375 69.1245813 113.362375 69.0495813 111.826375 67.3935813 111.899375 65.4245813 111.973375 63.4565813 113.630375 61.9195813 115.598375 61.9935813 117.568375 62.0675813 119.104375 63.7235813 119.030375 65.6925813" class="sapIllus_ObjectFillColor"/>
10
+ <path fill="var(--sapIllus_Layering1)" d="M115.340675,125.331181 C115.726675,115.072181 124.354675,107.068181 134.612675,107.454181 C143.368675,107.783181 150.460675,114.123181 152.118675,122.350181 L152.118675,122.350181 L200.395675,124.161181 L200.395675,124.178181 C200.451675,124.178181 200.503675,124.166181 200.559675,124.168181 C202.871675,124.254181 204.674675,126.198181 204.587675,128.510181 C204.500675,130.821181 202.556675,132.625181 200.246675,132.538181 C200.189675,132.535181 200.137675,132.520181 200.081675,132.516181 L200.081675,132.516181 L200.081675,132.525181 L198.734675,132.475181 L198.385675,141.770181 C198.371675,142.161181 198.040675,142.467181 197.649675,142.452181 L197.649675,142.452181 L192.408675,142.256181 C192.016675,142.240181 191.710675,141.911181 191.725675,141.520181 L191.725675,141.520181 L191.815675,139.121181 C191.830675,138.729181 191.524675,138.398181 191.132675,138.385181 L191.132675,138.385181 L185.814675,138.185181 C185.419675,138.170181 185.088675,138.481181 185.078675,138.876181 L185.078675,138.876181 L184.995675,141.258181 C184.985675,141.653181 184.654675,141.965181 184.258675,141.949181 L184.258675,141.949181 L178.887675,141.748181 C178.495675,141.733181 178.189675,141.403181 178.204675,141.012181 L178.204675,141.012181 L178.552675,131.717181 L151.893675,130.717181 C149.746675,138.978181 142.099675,144.936181 133.218675,144.603181 C122.959675,144.218181 114.955675,135.590181 115.340675,125.331181 Z M125.243175,125.563681 C125.060175,130.432681 128.859175,134.528681 133.729175,134.710681 C138.598175,134.893681 142.694175,131.094681 142.877175,126.224681 C143.059175,121.355681 139.261175,117.259681 134.390175,117.077681 C129.521175,116.894681 125.426175,120.694681 125.243175,125.563681 Z" class="sapIllus_Layering1"/>
11
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M239.907275,181.295181 C239.803275,184.051181 237.478275,186.220181 234.720275,186.107181 L80.8132748,180.330181 C78.0572748,180.227181 75.8992748,177.899181 76.0042748,175.141181 L79.6392748,76.4181813 L243.609275,82.6671813 L239.907275,181.295181 Z M81.9212748,54.3361813 C82.8502748,53.4731813 84.0462748,53.0031813 85.3782748,53.0031813 C85.4492748,53.0031813 85.5202748,53.0041813 85.5932748,53.0071813 L239.499275,58.7841813 C240.834275,58.8341813 242.070275,59.4001813 242.979275,60.3811813 C243.888275,61.3601813 244.361275,62.6361813 244.310275,63.9721813 L243.646275,81.6671813 L79.6762748,75.4181813 L80.3242748,57.8171813 C80.3742748,56.4821813 80.9412748,55.2451813 81.9212748,54.3361813 L81.9212748,54.3361813 Z M244.629275,82.1601813 L245.310275,64.0091813 C245.370275,62.4061813 244.803275,60.8761813 243.712275,59.7001813 C242.622275,58.5241813 241.138275,57.8451813 239.455275,57.7811813 L85.5472748,52.0041813 C83.9292748,51.9451813 82.4152748,52.5121813 81.2402748,53.6031813 C80.0652748,54.6931813 79.3852748,56.1771813 79.3242748,57.7801813 L75.0042748,175.104181 C74.8802748,178.412181 77.4692748,181.205181 80.7762748,181.330181 L234.682275,187.107181 C234.759275,187.110181 234.835275,187.110181 234.911275,187.110181 C238.118275,187.110181 240.785275,184.564181 240.907275,181.332181 L244.626275,82.2521813 C244.628275,82.2351813 244.636275,82.2231813 244.636275,82.2061813 C244.637275,82.1911813 244.630275,82.1761813 244.629275,82.1601813 L244.629275,82.1601813 Z" class="sapIllus_StrokeDetailColor"/>
12
+ <path fill="var(--sapIllus_ObjectFillColor)" d="M168.0258,49.5918 L142.8868,42.9878 C142.5208,42.8918 142.3018,42.5168 142.3988,42.1508 L149.0028,17.0118 C149.0988,16.6458 149.4728,16.4268 149.8388,16.5238 L174.9778,23.1268 C175.3438,23.2238 175.5628,23.5978 175.4668,23.9638 L168.8628,49.1028 C168.7668,49.4688 168.3918,49.6878 168.0258,49.5918" class="sapIllus_ObjectFillColor"/>
13
+ <path fill="var(--sapIllus_Layering1)" d="M168.1528,49.1074 C168.2518,49.1344 168.3538,49.0744 168.3798,48.9754 L174.9838,23.8364 C175.0088,23.7384 174.9498,23.6364 174.8508,23.6104 L149.7128,17.0064 C149.6138,16.9844 149.5118,17.0414 149.4858,17.1384 L142.8818,42.2774 C142.8558,42.3764 142.9158,42.4774 143.0138,42.5034 L168.1528,49.1074 Z M168.2018,50.1144 C168.1008,50.1144 167.9988,50.1004 167.8988,50.0744 L142.7598,43.4704 C142.4538,43.3904 142.1978,43.1954 142.0378,42.9214 C141.8788,42.6484 141.8348,42.3294 141.9158,42.0234 L148.5188,16.8844 C148.6848,16.2534 149.3308,15.8724 149.9658,16.0404 L175.1048,22.6434 C175.7368,22.8094 176.1168,23.4594 175.9508,24.0904 L169.3458,49.2294 C169.2658,49.5364 169.0708,49.7924 168.7978,49.9524 C168.6138,50.0594 168.4098,50.1144 168.2018,50.1144 L168.2018,50.1144 Z" class="sapIllus_Layering1"/>
14
+ <path fill="var(--sapIllus_BackgroundColor)" d="M167.9809 45.1621L164.7239 35.9021C164.5769 35.4851 164.0539 35.3481 163.7209 35.6401L159.7499 39.1141 156.7709 28.7221C156.6309 28.2341 156.0209 28.0741 155.6599 28.4311L144.8729 39.0581C144.5029 39.4211 144.6699 40.0481 145.1709 40.1801L156.5869 43.1791 157.8429 43.5081 160.1299 44.1091 167.2319 45.9741C167.7169 46.1021 168.1479 45.6351 167.9809 45.1621M170.6626 27.794C170.3116 29.129 168.9456 29.927 167.6096 29.576 166.2746 29.226 165.4766 27.858 165.8276 26.523 166.1786 25.189 167.5456 24.391 168.8806 24.741 170.2156 25.092 171.0136 26.459 170.6626 27.794" class="sapIllus_BackgroundColor"/>
15
+ <path fill="var(--sapIllus_BrandColorSecondary)" d="M182.7153 204.0645L169.4053 210.6035C168.7523 210.9235 168.6923 211.8325 169.2963 212.2375L181.6133 220.4945C182.2183 220.8995 183.0343 220.4995 183.0833 219.7725L184.0753 204.9765C184.1243 204.2515 183.3683 203.7445 182.7153 204.0645M132.3471 36.8975C131.3861 38.8855 128.9951 39.7195 127.0061 38.7595 125.0181 37.7995 124.1841 35.4095 125.1441 33.4195 126.1041 31.4305 128.4941 30.5965 130.4841 31.5575 132.4731 32.5175 133.3071 34.9085 132.3471 36.8975" class="sapIllus_BrandColorSecondary"/>
16
+ <path fill="var(--sapIllus_Layering1)" d="M248.2807,44.1885 C236.0767,44.1885 226.1477,54.1175 226.1477,66.3215 C226.1477,78.5255 236.0767,88.4545 248.2807,88.4545 C260.4837,88.4545 270.4127,78.5255 270.4127,66.3215 C270.4127,54.1175 260.4837,44.1885 248.2807,44.1885" class="sapIllus_Layering1"/>
17
+ <path fill="var(--sapIllus_ObjectFillColor)" d="M251.5874,66.3213 L259.6214,58.2843 C260.0634,57.8423 260.3074,57.2553 260.3074,56.6303 C260.3074,56.0053 260.0634,55.4173 259.6214,54.9753 C258.7394,54.0913 257.1954,54.0903 256.3144,54.9753 L248.2794,63.0123 L240.2464,54.9753 C239.3674,54.0913 237.8224,54.0903 236.9404,54.9743 C236.4974,55.4173 236.2544,56.0053 236.2544,56.6303 C236.2544,57.2553 236.4974,57.8423 236.9404,58.2833 L244.9744,66.3213 L236.9404,74.3583 C236.0274,75.2703 236.0274,76.7553 236.9404,77.6693 C237.8254,78.5513 239.3644,78.5503 240.2464,77.6683 L248.2794,69.6313 L256.3144,77.6693 C256.7564,78.1093 257.3424,78.3523 257.9674,78.3523 C258.5934,78.3523 259.1794,78.1093 259.6214,77.6683 C260.5334,76.7553 260.5334,75.2703 259.6214,74.3593 L251.5874,66.3213 Z" class="sapIllus_ObjectFillColor"/>
18
+ <path fill="var(--sapIllus_ObjectFillColor)" d="M270.4126 66.3213C270.4126 78.5253 260.4836 88.4543 248.2806 88.4543 236.0766 88.4543 226.1476 78.5253 226.1476 66.3213 226.1476 54.1173 236.0766 44.1883 248.2806 44.1883 260.4836 44.1883 270.4126 54.1173 270.4126 66.3213M248.2816 39.6753C233.5886 39.6753 221.6346 51.6293 221.6346 66.3213 221.6346 81.0143 233.5886 92.9683 248.2816 92.9683 262.9746 92.9683 274.9276 81.0143 274.9276 66.3213 274.9276 51.6293 262.9746 39.6753 248.2816 39.6753M73.8774 78.1963L91.4974 122.3493C91.7314 122.9333 91.4454 123.5963 90.8614 123.8303L49.6834 140.2633C49.0994 140.4973 48.4364 140.2123 48.2024 139.6283L30.5824 95.4743C30.3494 94.8893 30.6334 94.2263 31.2184 93.9933L72.3964 77.5603C72.9814 77.3273 73.6444 77.6113 73.8774 78.1963" class="sapIllus_ObjectFillColor"/>
19
+ <path fill="var(--sapIllus_Layering1)" d="M72.8188,77.9785 C72.7388,77.9785 72.6588,77.9945 72.5818,78.0245 L31.4038,94.4575 C31.2448,94.5215 31.1208,94.6425 31.0528,94.7985 C30.9858,94.9565 30.9828,95.1295 31.0468,95.2885 L48.6678,139.4415 C48.7308,139.6005 48.8518,139.7255 49.0078,139.7925 C49.1658,139.8595 49.3398,139.8625 49.4978,139.7985 L90.6758,123.3665 C91.0038,123.2355 91.1638,122.8625 91.0338,122.5345 L73.4128,78.3815 C73.3488,78.2225 73.2278,78.0985 73.0708,78.0315 C72.9898,77.9965 72.9048,77.9785 72.8188,77.9785 M49.2598,140.8455 C49.0408,140.8455 48.8218,140.8005 48.6138,140.7115 C48.2118,140.5385 47.8998,140.2185 47.7388,139.8125 L30.1178,95.6595 C29.9558,95.2525 29.9618,94.8065 30.1338,94.4045 C30.3068,94.0015 30.6258,93.6915 31.0328,93.5295 L72.2108,77.0955 C72.6168,76.9335 73.0628,76.9395 73.4648,77.1125 C73.8678,77.2855 74.1788,77.6035 74.3408,78.0105 L91.9628,122.1645 C92.2968,123.0035 91.8858,123.9595 91.0478,124.2945 L49.8688,140.7275 C49.6728,140.8065 49.4658,140.8455 49.2598,140.8455" class="sapIllus_Layering1"/>
20
+ <path fill="var(--sapIllus_BackgroundColor)" d="M51.729 114.0733L56.943 127.1393C57.077 127.4733 56.914 127.8523 56.58 127.9863L53.618 129.1683C53.284 129.3023 52.905 129.1383 52.772 128.8043L47.557 115.7373C47.424 115.4033 47.586 115.0243 47.92 114.8913L50.882 113.7103C51.216 113.5763 51.595 113.7393 51.729 114.0733M70.7622 94.5781L79.9962 117.7181C80.1712 118.1581 79.9572 118.6561 79.5182 118.8321L76.9392 119.8611C76.4992 120.0371 76.0002 119.8221 75.8242 119.3831L66.5902 96.2431C66.4152 95.8041 66.6292 95.3051 67.0692 95.1301L69.6482 94.1001C70.0872 93.9251 70.5862 94.1391 70.7622 94.5781" class="sapIllus_BackgroundColor"/>
21
+ <path fill="var(--sapIllus_BackgroundColor)" d="M83.52,117.2344 C83.417,116.9784 83.125,116.8534 82.87,116.9564 L68.374,122.7404 C68.371,122.6604 68.362,122.5784 68.33,122.4984 L61.481,105.3374 C61.33,104.9564 60.898,104.7714 60.517,104.9224 L57.724,106.0374 C57.343,106.1894 57.159,106.6214 57.31,107.0024 L64.159,124.1624 C64.19,124.2424 64.241,124.3074 64.293,124.3694 L49.997,130.0744 C49.741,130.1764 49.616,130.4674 49.718,130.7244 C49.796,130.9204 49.984,131.0394 50.182,131.0394 C50.245,131.0394 50.307,131.0274 50.368,131.0034 L83.241,117.8844 C83.498,117.7824 83.623,117.4914 83.52,117.2344" class="sapIllus_BackgroundColor"/>
22
+ </svg>
@@ -0,0 +1,22 @@
1
+ <svg width="320" height="240" viewBox="0 0 320 240" id="tnt-Scene-User2">
2
+ <path fill="var(--sapIllus_BackgroundColor)" d="M235.4701,150.2231 C235.5731,141.6661 242.8351,135.6121 252.6051,135.4081 C282.9331,134.7751 307.4301,110.0841 304.3981,80.3071 C301.7581,54.3931 278.0551,35.1811 251.0131,35.1791 C207.0801,35.17685 135.2011,35.17685 91.2681,35.1791 C64.2261,35.1811 40.5231,54.3931 37.8831,80.3071 C34.8511,110.0841 59.3411,135.4081 89.6761,135.4081 L89.8361,135.4081 C95.9901,135.4081 101.0101,140.2571 100.9911,146.1821 L100.9901,146.3031 L100.9911,146.4241 C101.0101,152.3491 95.9901,157.1971 89.8361,157.1971 L45.4021,157.1971 C31.5231,157.1971 18.7961,166.0271 15.7531,179.0651 C11.4701,197.4181 26.0471,213.8491 44.4181,213.8491 L73.9811,213.8491 L206.2311,213.8491 L224.4171,213.8491 C238.7261,213.8491 251.7121,204.4471 254.3441,190.9051 C256.8161,178.1891 248.7571,168.6281 239.8701,160.8921 C237.3331,158.6831 235.4161,154.7181 235.4701,150.2231" class="sapIllus_BackgroundColor"/>
3
+ <path fill="var(--sapIllus_Layering2)" d="M279.1257,93.7659 C277.9357,93.7659 276.9757,92.8059 276.9757,91.6159 C276.9757,90.4259 277.9357,89.4659 279.1257,89.4659 C280.3157,89.4659 281.2757,90.4259 281.2757,91.6159 C281.2757,92.8059 280.3157,93.7659 279.1257,93.7659 M273.6657,111.3459 C272.6457,111.3459 271.8257,110.5259 271.8257,109.5059 C271.8257,108.4959 272.6457,107.6759 273.6657,107.6759 C274.6757,107.6759 275.5057,108.4959 275.5057,109.5059 C275.5057,110.5259 274.6757,111.3459 273.6657,111.3459 M266.7757,95.7759 C266.7757,93.6659 268.4857,91.9459 270.5957,91.9459 C272.7157,91.9459 274.4257,93.6659 274.4257,95.7759 C274.4257,97.8959 272.7157,99.6059 270.5957,99.6059 C268.4857,99.6059 266.7757,97.8959 266.7757,95.7759 M260.7657,89.9959 C259.4957,89.9959 258.4557,88.9559 258.4557,87.6859 C258.4557,86.4059 259.4957,85.3759 260.7657,85.3759 C262.0457,85.3759 263.0857,86.4059 263.0857,87.6859 C263.0857,88.9559 262.0457,89.9959 260.7657,89.9959 M249.0657,95.5059 C246.5357,95.5059 244.4757,93.4459 244.4757,90.9159 C244.4757,88.3759 246.5357,86.3259 249.0657,86.3259 C251.6057,86.3259 253.6557,88.3759 253.6557,90.9159 C253.6557,93.4459 251.6057,95.5059 249.0657,95.5059 M262.1257,75.6059 C249.7157,75.6059 239.6657,85.6559 239.6657,98.0659 C239.6657,110.4659 249.7157,120.5259 262.1257,120.5259 C274.5257,120.5259 284.5857,110.4659 284.5857,98.0659 C284.5857,85.6559 274.5257,75.6059 262.1257,75.6059" class="sapIllus_Layering2"/>
4
+ <path fill="var(--sapIllus_AccentColor)" d="M56.2544 162.4764C51.2414 160.6204 48.7894 156.0524 46.8844 151.3924 46.7954 151.1774 46.5854 151.0364 46.3514 151.0364 46.1264 151.0574 45.9254 151.1894 45.8164 151.3884 43.3394 157.3194 40.0924 159.8834 35.4204 163.1174 35.1624 163.2954 35.0974 163.6484 35.2754 163.9064 35.3484 164.0134 35.4564 164.0914 35.5814 164.1284 39.5124 165.3264 45.4124 172.7044 45.4454 176.4644 45.4494 176.7494 45.6624 176.9874 45.9454 177.0244 45.9724 177.0274 46.0004 177.0294 46.0274 177.0284 46.2824 177.0274 46.5054 176.8594 46.5774 176.6154 47.5354 173.2874 50.6274 166.3454 55.4764 163.8914 55.7334 163.7614 55.9954 163.6444 56.2624 163.5404 56.5554 163.4304 56.7034 163.1024 56.5924 162.8094 56.5344 162.6544 56.4104 162.5324 56.2544 162.4764zM230.1547 33.705C223.2727 31.156 219.9057 24.885 217.2917 18.489 217.1687 18.193 216.8807 18 216.5597 18 216.2497 18.029 215.9747 18.21 215.8247 18.483 212.4247 26.625 207.9667 30.145 201.5527 34.585 201.1987 34.829 201.1087 35.314 201.3527 35.668 201.4547 35.815 201.6027 35.923 201.7737 35.973 207.1697 37.618 215.2707 47.746 215.3157 52.908 215.3217 53.299 215.6137 53.627 216.0017 53.677 216.0387 53.682 216.0767 53.684 216.1147 53.68325 216.4637 53.682 216.7707 53.451 216.8697 53.115 218.1847 48.547 222.4297 39.017 229.0857 35.648 229.4387 35.469 229.7987 35.308 230.1647 35.166 230.5677 35.014 230.7707 34.565 230.6187 34.162 230.5387 33.95 230.3697 33.782 230.1557 33.705L230.1547 33.705z" class="sapIllus_AccentColor"/>
5
+ <path fill="var(--sapIllus_BrandColorPrimary)" d="M106.5513 213.7593L103.7293 211.5293C103.3293 211.2143 103.2613 210.6353 103.5773 210.2363L105.8063 207.4133C106.1223 207.0143 106.7013 206.9463 107.1003 207.2613L109.9233 209.4913C110.3223 209.8063 110.3903 210.3863 110.0743 210.7853L107.8453 213.6073C107.5303 214.0063 106.9503 214.0743 106.5513 213.7593M211.5004 77.1492C211.4384 77.1492 211.3754 77.1632 211.3164 77.1912L208.7014 78.4572C208.6004 78.5052 208.5244 78.5912 208.4874 78.6982 208.4504 78.8042 208.4574 78.9192 208.5064 79.0202L209.7724 81.6342C209.8734 81.8432 210.1274 81.9302 210.3354 81.8302L212.9494 80.5642C213.0514 80.5152 213.1264 80.4292 213.1634 80.3232 213.2004 80.2162 213.1934 80.1022 213.1454 80.0012L211.8794 77.3862C211.8304 77.2852 211.7444 77.2092 211.6394 77.1722 211.5934 77.1572 211.5464 77.1492 211.5004 77.1492M210.1534 82.8722C209.6254 82.8722 209.1174 82.5772 208.8724 82.0702L207.6054 79.4562C207.2644 78.7502 207.5604 77.8982 208.2664 77.5562L210.8814 76.2912C211.5854 75.9512 212.4374 76.2452 212.7794 76.9512L214.0454 79.5652C214.3874 80.2712 214.0914 81.1232 213.3854 81.4642L210.7714 82.7302C210.5714 82.8262 210.3614 82.8722 210.1534 82.8722M68.5004 113.2517C68.4384 113.2517 68.3754 113.2657 68.3164 113.2937L65.7014 114.5597C65.6004 114.6077 65.5244 114.6937 65.4874 114.8007 65.4504 114.9057 65.4574 115.0207 65.5064 115.1217L66.7724 117.7367C66.8734 117.9457 67.1274 118.0327 67.3354 117.9327L69.9494 116.6657C70.1584 116.5647 70.2464 116.3127 70.1454 116.1037L68.8794 113.4887C68.8304 113.3877 68.7444 113.3117 68.6394 113.2747 68.5934 113.2597 68.5464 113.2517 68.5004 113.2517M67.1534 118.9747C66.6254 118.9747 66.1174 118.6797 65.8724 118.1727L64.6054 115.5577C64.4404 115.2167 64.4184 114.8307 64.5424 114.4727 64.6674 114.1127 64.9244 113.8247 65.2664 113.6587L67.8814 112.3937C68.5864 112.0537 69.4374 112.3467 69.7794 113.0537L71.0454 115.6677C71.3864 116.3727 71.0904 117.2247 70.3854 117.5657L67.7714 118.8327C67.5714 118.9287 67.3614 118.9747 67.1534 118.9747" class="sapIllus_BrandColorPrimary"/>
6
+ <path fill="var(--sapIllus_Layering1)" d="M48.4421 79.5578C47.7041 79.5758 47.0921 78.9918 47.0741 78.2538 47.0741 78.2538 47.0741 78.2538 47.0741 78.2538L47.0141 70.0368C47.0351 69.2868 47.6591 68.6948 48.4091 68.7148 49.1231 68.7348 49.7001 69.3028 49.7301 70.0168L49.7901 78.2328C49.7841 78.9708 49.1811 79.5638 48.4431 79.5578 48.4431 79.5578 48.4421 79.5578 48.4421 79.5578M48.2233 49.7328C47.4853 49.7498 46.8733 49.1658 46.8563 48.4278 46.8563 48.4278 46.8563 48.4268 46.8563 48.4268L46.7963 40.1978C46.8113 39.4478 47.4323 38.8528 48.1823 38.8678 48.9023 38.8828 49.4853 39.4578 49.5103 40.1778L49.5713 48.4068C49.5653 49.1448 48.9623 49.7388 48.2243 49.7328 48.2243 49.7328 48.2233 49.7328 48.2233 49.7328M37.4995 60.6446L29.2785 60.7046C28.5295 60.7106 27.9185 60.1076 27.9124691 59.3586 27.9075 58.6096 28.5095 57.9986 29.2585 57.9926L37.4795 57.9326C38.2285 57.9266 38.8405 58.5296 38.8455444 59.2786 38.8515 60.0276 38.2485 60.6386 37.4995 60.6446M67.3376 60.4289L59.1266 60.4889C58.3786 60.4709 57.7876 59.8499 57.8056 59.1019 57.8236 58.3879 58.3926 57.8099 59.1066 57.7819L67.3176 57.7209C68.0656 57.7399 68.6566 58.3609 68.6386 59.1079 68.6216 59.8229 68.0516 60.4009 67.3376 60.4289M279.1024 178.5104C278.5834 178.5194 278.1564 178.1054 278.1474 177.5864L278.1474 177.5864 278.1474 171.8074C278.1654 171.2794 278.6084 170.8674 279.1354 170.8854 279.6374 170.9024 280.0404 171.3054 280.0574 171.8074L280.0574 177.5854C280.0494 178.1044 279.6224 178.5184 279.1034 178.5104 279.1034 178.5104 279.1024 178.5104 279.1024 178.5104M279.1024 157.5348C278.5834 157.5428 278.1564 157.1288 278.1474 156.6098 278.1474 156.6098 278.1474 156.6098 278.1474 156.6088L278.1474 150.8218C278.1624 150.2948 278.6024 149.8788 279.1294 149.8938 279.6354 149.9078 280.0424 150.3158 280.0574 150.8218L280.0574 156.6088C280.0494 157.1278 279.6224 157.5428 279.1034 157.5348 279.1024 157.5348 279.1024 157.5348 279.1024 157.5348M271.5046 165.1532L265.7226 165.1532C265.1966 165.1532 264.7696 164.7262 264.7696 164.1992 264.7696 163.6732 265.1966 163.2462 265.7226 163.2462L271.5046 163.2462C272.0316 163.2462 272.4586 163.6732 272.4586 164.1992 272.4586 164.7262 272.0316 165.1532 271.5046 165.1532M292.4894 165.1555L286.7144 165.1555C286.1894 165.1385 285.7764 164.6995 285.7934 164.1735 285.8084 163.6705 286.2124 163.2675 286.7144 163.2515L292.4894 163.2515C293.0154 163.2675 293.4284 163.7075 293.4114 164.2335 293.3954 164.7355 292.9914 165.1395 292.4894 165.1555" class="sapIllus_Layering1"/>
7
+ <path fill="var(--sapIllus_BrandColorSecondary)" d="M159.9028 201.9686C159.9028 201.9686 160.8048 205.3496 164.1438 211.7226 167.4838 218.0956 173.5088 223.2236 178.5618 220.0766 181.6078 218.1796 180.9748 210.8026 177.4318 204.0156 174.8978 199.1596 171.4208 195.8956 171.4208 195.8956L159.9028 201.9686zM207.5856 188.4612C207.5856 188.4612 210.1276 191.3492 213.9196 198.2932 217.7126 205.2362 218.7276 213.8772 212.7656 216.5792 209.1706 218.2082 202.8086 213.1282 198.7616 205.7462 195.8666 200.4642 195.0016 195.2922 195.0016 195.2922L207.5856 188.4612z" class="sapIllus_BrandColorSecondary"/>
8
+ <path fill="var(--sapIllus_Layering1)" d="M183.2558,121.2477 L181.5588,117.0257 C182.9348,115.8447 183.4898,113.8897 182.7758,112.1137 L166.9028,72.6157 C166.1888,70.8397 164.4348,69.8117 162.6248,69.9107 L160.0268,63.4457 C159.1788,61.3367 156.8678,60.2767 154.7328,60.9237 L154.5648,60.5067 C153.3628,57.5147 149.9628,56.0637 146.9708,57.2657 L111.5898,71.4847 C108.5988,72.6867 107.1478,76.0877 108.3498,79.0797 L108.5178,79.4967 C106.5288,80.5077 105.5938,82.8717 106.4418,84.9807 L109.0398,91.4457 C107.6638,92.6267 107.1098,94.5817 107.8238,96.3577 L123.6968,135.8567 C124.4108,137.6327 126.1638,138.6597 127.9748,138.5607 L129.6708,142.7827 C130.5678,145.0127 133.1028,146.0947 135.3328,145.1977 L180.8398,126.9097 C183.0708,126.0127 184.1518,123.4787 183.2558,121.2477" class="sapIllus_Layering1"/>
9
+ <path fill="var(--sapIllus_ObjectFillColor)" d="M198.8041,148.5765 C195.1351,142.4975 183.8691,126.4105 177.2251,117.6475 C169.8761,107.9545 163.6651,91.5195 162.0701,86.0085 C166.2671,87.6855 174.1061,91.2615 178.6261,93.7745 C183.3181,96.3825 187.8321,107.8385 187.8321,107.8385 L190.1031,107.9405 C190.1031,107.9405 197.9831,107.3395 197.9221,104.6345 C197.8621,101.9295 192.4601,88.8475 191.1011,86.6235 C188.7641,83.2395 184.2791,78.7515 180.9491,76.4905 C175.9941,73.2845 157.5151,67.4005 153.5581,66.6345 C153.4901,66.6665 153.4341,66.7025 153.3691,66.7365 C153.2381,66.7145 153.1101,66.7085 152.9841,66.7375 C149.9411,67.4365 135.5531,70.3565 129.5911,74.1175 C129.5911,74.1175 112.0501,83.3165 111.0991,87.0145 C106.6651,92.2025 98.4721,103.8585 97.5831,105.7195 C95.7391,109.2965 94.1031,115.2165 93.6681,119.3065 C93.5371,121.9085 95.4111,135.8915 96.6511,138.2955 C97.8901,140.7005 102.3521,137.9485 102.3521,137.9485 L106.9891,136.3465 C106.9891,136.3465 105.5111,126.3085 107.2281,121.0405 C108.8911,115.9365 114.2581,110.2245 117.0661,106.8925 C118.0631,105.7085 119.4141,104.6355 120.6431,103.7865 C121.6241,105.4495 122.4661,107.0625 123.0271,108.5345 C125.7731,115.7445 132.1721,131.5085 133.2331,136.1975 C134.2941,140.8875 134.4711,168.5675 137.4311,177.0835 C140.3921,185.5995 155.8471,195.7635 158.8411,201.2965 C162.4041,207.8795 172.2641,199.0255 172.6351,197.5695 C173.0061,196.1135 159.0281,176.7075 157.8861,168.5335 C157.3871,163.6445 159.5101,141.3395 161.1771,140.2385 C162.8441,139.1375 175.5581,153.7705 178.9061,158.8875 C182.2531,164.0035 193.9141,195.8115 195.2261,197.1455 C196.5381,198.4795 208.1301,196.5405 210.0551,190.8425 C210.8631,188.4515 201.0821,152.3515 198.8041,148.5765" class="sapIllus_ObjectFillColor"/>
10
+ <path fill="var(--sapIllus_Layering2)" d="M151.0252,145.9524 C152.9542,144.4434 152.2212,145.0594 155.0312,143.5094 C156.8002,142.5334 159.2242,142.4134 159.2242,142.4134 C159.2242,142.4134 155.5042,158.1554 155.5432,160.7614 C155.5822,163.3684 157.7752,164.2474 156.5362,166.3044 C155.1622,168.5844 152.8532,170.2744 152.8532,170.2744 C152.8532,170.2744 154.2752,170.9814 156.0252,168.9264 C157.2952,171.2284 159.1262,178.5264 162.8202,186.1514 C165.0562,190.7684 170.4712,197.2774 171.3102,199.4884 C172.4242,199.0564 172.3932,196.8854 172.3932,196.8854 C172.3932,196.8854 169.8762,193.0864 165.1292,184.9614 C157.3232,171.5994 157.6432,170.5724 158.0032,162.5544 C158.2772,156.4544 159.5272,140.9834 161.3352,140.2154 C163.1432,139.4474 177.5482,156.9684 177.5482,156.9684 C181.0402,162.0974 195.1382,197.7764 195.2752,197.0674 C195.2982,196.9484 195.5812,197.7854 198.3222,197.4024 C197.2882,195.1254 192.6682,177.8224 190.5682,174.3574 C186.1762,167.1114 182.4032,160.5564 181.6272,158.0444 C184.3212,158.2104 187.3062,155.6304 187.3062,155.6304 C187.3062,155.6304 183.2332,156.6534 180.6382,156.0594 C178.2972,155.5244 176.4132,153.7744 174.5632,151.9374 C172.7142,150.1004 164.9712,140.7104 164.9712,140.7104 C164.9712,140.7104 168.5632,138.0174 170.5502,137.6534 C172.5372,137.2884 176.0762,135.3044 176.0762,135.3044 C176.0762,135.3044 173.1182,134.3324 169.4932,136.0924 C165.8692,137.8514 165.2342,137.9024 165.2342,137.9024 C165.2342,137.9024 167.0402,134.9484 168.4082,131.5034 C169.7752,128.0584 169.2502,128.111353 169.2502,128.111353 C169.2502,128.111353 167.8682,130.6104 166.3672,133.1944 C165.1092,135.3604 162.0922,138.6084 160.8472,139.1204 C159.6862,139.5974 155.5422,139.4264 153.1092,138.8294 C150.2072,138.1164 147.4502,137.3774 147.4502,137.3774 C147.4502,137.3774 147.0472,137.7194 150.4762,139.1254 C153.9062,140.5314 157.2852,141.2814 157.2852,141.2814 C157.2852,141.2814 151.5452,144.6644 151.0252,145.9524" class="sapIllus_Layering2"/>
11
+ <path fill="var(--sapIllus_Layering1)" d="M149.0361,98.2621 L139.0301,102.5151 C136.9621,103.3941 134.8881,103.2851 133.6721,100.3531 L131.6071,95.4971 C130.0841,92.6621 131.7011,91.0171 133.7691,90.1381 L143.7751,85.8851 C145.8431,85.0061 147.6821,84.6311 148.8671,87.4201 L151.1981,92.9041 C152.6131,96.2331 151.1041,97.3831 149.0361,98.2621" class="sapIllus_Layering1"/>
12
+ <path fill="var(--sapIllus_Layering2)" d="M107.0647,123.9273 C107.0647,123.9273 104.6437,134.5063 102.0567,136.0713 C99.4687,137.6353 106.2277,136.7763 106.2277,136.7763 L106.5727,135.7333 C106.5727,135.7333 106.5467,124.4433 107.0647,123.9273" class="sapIllus_Layering2"/>
13
+ <path fill="var(--sapIllus_Layering2)" d="M115.1951,90.1118 L114.3141,88.0938 L113.7221,86.5248 C113.7221,86.5248 113.4161,84.7948 112.2551,85.7218 C111.0941,86.6488 99.5471,102.7928 98.4891,105.0068 C96.6451,108.5838 94.8491,114.6688 94.4141,118.7588 C94.2831,121.3608 95.2801,135.5428 96.5191,137.9478 C97.7591,140.3518 99.7561,139.4388 99.7561,139.4388 L100.5581,138.7508 C100.5581,138.7508 95.3591,120.8018 102.1871,108.3128 C103.8861,105.2038 108.2101,98.9558 111.5221,93.6798 C114.0441,89.6628 115.1951,90.1118 115.1951,90.1118" class="sapIllus_Layering2"/>
14
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M111.7619,95.7365 C112.2269,96.8275 103.1489,109.1705 101.5859,109.8355 C100.0219,110.5005 94.9249,108.4315 94.9589,106.7755 C94.9929,105.1185 104.7179,92.9615 105.7919,92.7435 C106.8669,92.5265 111.2969,94.6455 111.7619,95.7365" class="sapIllus_StrokeDetailColor"/>
15
+ <path fill="var(--sapIllus_Layering2)" d="M183.7336,99.5878 C183.7336,99.5878 189.1156,102.6768 191.4006,102.3248 C193.6856,101.9738 191.0546,104.2448 191.0546,104.2448 L187.4506,106.9188 C187.4506,106.9188 184.8336,99.9228 183.7336,99.5878" class="sapIllus_Layering2"/>
16
+ <path fill="var(--sapIllus_Layering2)" d="M157.6604,73.1522 L156.7334,71.1712 L155.7654,69.0362 C155.7654,69.0362 153.6964,66.7342 155.1484,67.0492 C165.5954,69.3212 178.9494,75.0522 180.9364,76.4922 C184.2654,78.7532 188.7514,83.2402 191.0884,86.6252 C192.4464,88.8482 197.8484,101.9312 197.9094,104.6352 C197.9694,107.3402 196.2774,107.3442 196.2774,107.3442 L195.2434,107.1232 C195.2434,107.1232 190.7514,88.4712 180.5874,81.3082 C177.6914,79.2662 167.0304,73.0082 160.9064,71.8662 C156.4804,71.0412 157.6604,73.1522 157.6604,73.1522" class="sapIllus_Layering2"/>
17
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M163.3308,74.1335 C163.9788,75.0945 176.6698,81.7475 178.2788,81.5915 C179.8888,81.4365 183.2708,78.2325 182.4848,76.8125 C181.6978,75.3925 168.4238,69.0975 167.3928,68.9195 C166.0038,68.6805 162.3048,72.6125 163.3308,74.1335" class="sapIllus_StrokeDetailColor"/>
18
+ <path fill="var(--sapIllus_ObjectFillColor)" d="M141.4165,50.3179 C137.5335,45.9359 131.5245,43.5089 124.9355,45.3669 C124.2655,45.5559 123.5895,45.7909 122.9075,46.0669 C122.2365,46.3589 121.5945,46.6789 120.9935,47.0279 C114.9855,50.4719 112.5265,56.5649 113.0085,62.4699 C111.5365,63.7379 111.0065,65.9519 111.8495,67.9579 L113.1575,71.0739 C114.0465,73.1919 116.1735,74.3779 118.2125,74.0429 C121.6505,77.7239 125.8025,79.0769 128.4765,78.4649 C132.2985,77.5899 139.4085,74.7249 142.1335,72.7239 C144.0445,71.3209 146.1525,67.3599 146.0565,62.2829 C147.9235,61.1279 148.6865,58.6409 147.7495,56.4079 L146.4405,53.2939 C145.5555,51.1869 143.4435,49.9999 141.4165,50.3179" class="sapIllus_ObjectFillColor"/>
19
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M209.5818,190.6821 C208.5398,193.7651 204.2838,195.7551 200.6488,196.5901 C197.6488,197.2791 195.8438,197.0591 195.5838,196.7971 C195.0498,196.2041 192.2918,189.2821 189.6248,182.5891 C185.6948,172.7231 181.2408,161.5421 179.3238,158.6121 C176.3528,154.0721 164.6698,140.3301 161.6608,139.7081 C161.3628,139.6481 161.1078,139.6851 160.9018,139.8211 C159.9888,140.4241 159.0868,144.8291 158.2218,152.9121 C157.6038,158.6951 157.1188,165.9351 157.3908,168.6021 C158.1308,173.9011 163.9588,183.4951 168.2128,190.5001 C170.1278,193.6531 172.1088,196.9121 172.1508,197.4461 C171.9538,198.1551 167.3168,202.7141 163.3158,203.1671 C161.4858,203.3781 160.1628,202.6851 159.2808,201.0581 C158.0158,198.7191 154.7408,195.7151 150.9508,192.2361 C145.6358,187.3591 139.6108,181.8301 137.9038,176.9191 C136.0358,171.5491 135.2698,158.1001 134.7098,148.2811 C134.3768,142.4381 134.1138,137.8231 133.7208,136.0871 C133.6698,135.8611 133.6068,135.6111 133.5328,135.3391 C134.7308,134.7011 140.6468,131.5571 142.9038,130.4741 C145.4198,129.2671 149.0658,128.1301 151.5468,127.4891 C154.0278,126.8471 159.9918,124.0371 161.5748,123.2261 C163.0678,122.4621 174.2268,118.0781 175.6478,116.3211 C176.0378,116.8811 176.4308,117.4271 176.8268,117.9501 C183.7598,127.0941 194.8368,142.9691 198.3758,148.8351 C200.6238,152.5591 210.2588,188.5401 209.5818,190.6821 M130.1168,125.4701 C128.7828,121.9281 127.2738,118.0691 125.9108,114.5821 C124.9818,112.2061 124.1378,110.0461 123.4938,108.3571 C122.8918,106.7771 122.0818,104.9051 121.2028,102.9481 C121.0518,102.6111 120.8978,102.2711 120.7438,101.9301 C120.3288,101.0161 119.9058,100.0911 119.4858,99.1751 C116.9118,93.5541 113.9918,87.1851 114.1188,85.0401 C114.1228,84.9771 114.1428,84.9101 114.1598,84.8431 C114.2338,84.5481 114.4328,84.2141 114.7388,83.8491 C116.0038,82.3381 119.0618,80.3091 122.4138,78.3991 C122.8568,78.6121 123.3018,78.8101 123.7488,78.9681 C125.5858,80.6191 127.8278,81.3491 131.1188,81.3461 C132.6448,81.3431 135.4258,80.6741 137.2138,79.9141 C139.0018,79.1541 141.2108,77.7421 142.2808,76.6511 C144.7158,74.1711 145.7538,71.9561 145.7568,69.3061 C145.8138,69.1721 145.8588,69.0191 145.9128,68.8791 C148.0038,68.3621 149.8738,67.9411 151.2608,67.6341 C151.4968,67.5811 151.7228,67.5311 151.9288,67.4861 C152.4098,67.3791 152.8048,67.2921 153.0948,67.2251 C153.1528,67.2116917 153.2128,67.2081 153.2768,67.2151 C153.3598,67.2231 153.4488,67.2521 153.5418,67.2951 C155.0048,67.9721 157.7688,73.0321 161.4488,85.6771 C161.4938,85.8301 161.5368,85.9681 161.5808,86.1231 C161.6528,86.3731 161.7338,86.6431 161.8218,86.9271 C163.1908,91.3661 166.4338,99.9301 170.5898,107.8581 C168.6678,108.8691 158.7048,114.0731 152.7608,116.4761 C147.0068,118.8021 133.4868,124.1411 130.1168,125.4701 M119.0108,104.0221 C116.3538,107.1761 110.8098,114.4751 107.8128,119.2001 C105.1068,123.4671 106.1118,133.9421 106.3358,135.9601 L104.7188,136.9401 C102.5058,137.9331 97.6888,139.4951 96.9178,138.0001 C95.7618,135.7581 94.2268,121.7971 94.3568,119.2011 C94.7908,115.1211 96.5578,109.1581 98.3868,105.6111 C99.3298,103.6361 109.1188,89.9341 113.1498,85.6661 C113.4438,88.3821 115.9408,93.8361 118.5768,99.5901 C119.0658,100.6571 119.5578,101.7341 120.0358,102.7921 C119.7168,103.1781 119.3808,103.5831 119.0108,104.0221 M118.2118,74.0431 C117.8348,74.1051 117.4538,74.1151 117.0778,74.0761 C115.4278,73.9061 113.8818,72.7991 113.1578,71.0741 L111.8498,67.9581 C111.0068,65.9521 111.5358,63.7371 113.0078,62.4701 C112.5258,56.5651 114.9858,50.4721 120.9938,47.0281 C121.5938,46.6781 122.2368,46.3591 122.9078,46.0671 C123.5888,45.7901 124.2648,45.5551 124.9348,45.3671 C127.0258,44.7781 129.0568,44.6191 130.9808,44.8181 C135.1228,45.2461 138.7658,47.3261 141.4168,50.3181 C141.7838,50.2601 142.1538,50.2521 142.5188,50.2901 C144.1688,50.4601 145.7158,51.5681 146.4408,53.2941 L147.7498,56.4081 C148.6868,58.6411 147.9228,61.1281 146.0558,62.2831 C146.0898,64.0351 145.8558,65.6491 145.4628,67.0761 C145.3718,67.4071 145.2718,67.7271 145.1638,68.0361 C145.0238,68.4401 144.8678,68.8191 144.7048,69.1841 C143.9698,70.8281 143.0328,72.0641 142.1338,72.7241 C139.4088,74.7251 132.2988,77.5901 128.4768,78.4651 C127.8458,78.6091 127.1328,78.6441 126.3658,78.5651 C125.4658,78.4721 124.4898,78.2131 123.4878,77.7941 C123.1808,77.6661 122.8718,77.5261 122.5608,77.3671 C122.4998,77.3361 122.4388,77.2951 122.3778,77.2631 C120.9658,76.5161 119.5368,75.4611 118.2118,74.0431 M180.7418,77.4141 C185.8018,80.8501 189.0688,84.1041 190.7478,87.3941 C192.1178,89.6371 197.4398,102.6351 197.496005,105.1561 C197.5328,106.8401 192.5548,107.7671 190.1988,107.9511 L188.2378,107.8631 C187.4448,106.0811 183.2178,96.9071 178.9898,93.8781 C174.8708,90.9271 166.9768,87.8581 162.7348,86.2101 L162.6398,86.1731 C162.6068,86.0631 162.5728,85.9491 162.5428,85.8451 C159.7368,76.1261 157.2688,70.0121 155.1798,67.5181 C166.5088,69.4761 178.9348,76.1051 180.7418,77.4141 M199.2328,148.3191 C195.6788,142.4311 184.5718,126.5101 177.6238,117.3451 C170.9538,108.5491 165.2028,94.1811 163.0188,87.3931 C167.3328,89.0731 174.5868,91.9531 178.4078,94.6921 C182.7738,97.8181 187.3998,108.4401 187.4458,108.5471 L187.5708,108.8351 L190.2148,108.9501 C191.0698,108.8841 198.5648,108.2231 198.4958,105.1331 C198.4308,102.2251 192.9398,89.0661 191.6198,86.9071 C189.8818,83.4961 186.5078,80.1211 181.3158,76.5961 C179.3148,75.1461 165.7058,67.8321 153.5668,66.2581 L153.4198,66.2391 L153.4058,66.2461 C153.2248,66.2151 153.0458,66.2111 152.8718,66.2501 C152.5828,66.3161 152.1908,66.4041 151.7118,66.5091 C150.4128,66.7961 148.4988,67.2211 146.3108,67.7531 C146.7568,66.2861 147.0418,64.6221 147.0588,62.8001 C148.9978,61.2721 149.6968,58.4641 148.6718,56.0211 L147.3618,52.9061 C146.5178,50.8941 144.7008,49.5101 142.6218,49.2951 C142.3538,49.2671 142.0848,49.2601 141.8168,49.2731 C138.9108,46.1691 135.1178,44.2401 131.0838,43.8231 C128.9668,43.6041 126.8068,43.8001 124.6638,44.4051 C123.9738,44.5981 123.2568,44.8461 122.5318,45.1401 C121.7818,45.4671 121.1028,45.8081 120.4908,46.1641 C114.7568,49.4501 111.5978,55.3711 111.9788,62.0701 C110.4298,63.6861 110.0018,66.1421 110.9278,68.3451 L112.2358,71.4611 C113.0808,73.4731 114.8968,74.8561 116.9758,75.0711 C117.2608,75.1001 117.5468,75.1071 117.8308,75.0901 C118.9288,76.2041 120.1338,77.1101 121.3748,77.8331 C117.9758,79.8001 114.5748,82.1051 113.4848,83.9561 L113.4768,83.9631 C110.3188,86.5671 98.5308,102.9891 97.4908,105.1661 C95.6208,108.7931 93.8068,114.9111 93.3608,119.1221 C93.2318,121.6871 94.6958,135.8711 96.0288,138.4571 C96.3898,139.1581 97.1098,139.4851 97.9938,139.5761 C100.5738,139.8421 104.5588,138.1071 105.1808,137.8241 L107.4048,136.4821 L107.3648,136.1601 C107.3498,136.0401 105.9098,124.0681 108.6568,119.7351 C111.6308,115.0471 117.1368,107.7981 119.7748,104.6661 C120.0278,104.3661 120.2628,104.0841 120.4918,103.8081 C121.2858,105.5851 122.0128,107.2761 122.5598,108.7121 C123.2038,110.4051 124.0488,112.5661 124.9798,114.9461 C126.3508,118.4521 127.9548,122.5571 129.3608,126.3061 C129.4968,128.0601 130.5648,130.4771 131.5588,132.3911 C132.1178,134.0331 132.5388,135.3951 132.7458,136.3081 C133.1198,137.9631 133.3948,142.7701 133.7118,148.3371 C134.3058,158.7671 135.0458,171.7451 136.9588,177.2481 C138.7498,182.3971 144.8718,188.0151 150.2748,192.9731 C153.8438,196.2491 157.2158,199.3431 158.4018,201.5341 C159.2548,203.1111 160.5368,204.0071 162.1538,204.1741 C162.5788,204.2181 163.0288,204.2101 163.4998,204.1531 C167.8408,203.6151 172.7998,198.9481 173.1188,197.6931 C173.2878,197.0311 172.4488,195.5461 169.0678,189.9801 C165.0958,183.4411 159.0928,173.5581 158.3828,168.4831 C157.8148,162.9021 160.1448,141.8311 161.3948,140.6791 C161.4198,140.6781 161.4448,140.6781 161.4728,140.6811 C163.4288,140.8821 174.7078,153.3841 178.4878,159.1601 C180.3488,162.0051 184.9768,173.6231 188.6958,182.9581 C192.2278,191.8261 194.2568,196.8741 194.8698,197.4971 C195.7278,198.3651 198.6388,198.0781 200.8728,197.5651 C202.7648,197.1311 209.0528,195.3731 210.5288,191.0021 C211.2118,188.9831 202.2688,153.3501 199.2328,148.3191" class="sapIllus_StrokeDetailColor"/>
20
+ <path fill="var(--sapIllus_BrandColorSecondary)" d="M193.8575 118.4665C192.6095 119.8605 191.5175 120.9485 189.3255 121.1705 187.2395 121.3715 187.8915 119.0395 188.4845 118.1555 189.2965 116.9615 190.4815 115.9565 191.3435 114.7775 192.0285 113.8485 192.2705 113.0165 192.3805 112.4415 192.4905 111.8685 191.7425 110.9055 190.9415 111.1315 190.3985 111.2665 190.2905 111.3115 189.9285 111.9465 189.4825 112.7285 189.9795 115.4765 188.1515 115.5975 187.2195 115.6605 186.6885 114.7065 186.4695 114.0635 185.8125 112.1885 186.3355 109.9615 187.1265 108.1265 187.5345 107.1895 187.8855 106.0215 189.2295 105.1475 190.5735 104.2745 193.6965 103.1505 196.8205 104.7655 198.2985 105.5275 199.8015 106.4425 200.7875 107.6815 202.3905 109.6965 203.0215 111.2425 203.3085 112.9905 203.6155 114.8935 203.1695 116.3305 202.5605 118.2245 202.2045 119.3435 201.5675 120.3925 200.8245 121.3625 200.3345 122.0005 199.5075 123.3355 198.4655 123.2965 197.9895 123.2835 197.8605 122.9285 197.7945 122.5465 197.5575 122.7845 197.2285 123.0745 196.9765 123.2745 196.1885 123.9075 194.8765 124.2145 194.5415 123.3095 194.3205 122.7125 195.1035 122.3165 195.0935 122.1105 194.6555 122.5365 193.6635 123.1155 193.3535 123.2135 191.9185 123.6895 191.0125 122.8565 191.4425 121.6735 191.9245 120.3795 192.9935 119.5455 193.8685 118.4435M103.0309 145.6196C103.9679 147.2386 104.8139 148.5276 106.9149 149.1916 108.9159 149.8146 108.7539 147.3996 108.3539 146.4126 107.8029 145.0776 106.8479 143.8516 106.2449 142.5226 105.7639 141.4726 105.6979 140.6086 105.7069 140.0226 105.7159 139.4396 106.6449 138.6496 107.3829 139.0346 107.8879 139.2776 107.9839 139.3436 108.2089 140.0396 108.4849 140.8966 107.4369 143.4846 109.2029 143.9766 110.1019 144.2276 110.8169 143.4036 111.1629 142.8176 112.1889 141.1166 112.1319 138.8296 111.7319 136.8726 111.5239 135.8716 111.4179 134.6556 110.2809 133.5266 109.1439 132.3976 106.3159 130.6586 102.9289 131.6026 101.3259 132.0456 99.6679 132.6356 98.4499 133.6466 96.4689 135.2916 95.5349 136.6766 94.8979 138.3296 94.2079 140.1286 94.3519 141.6266 94.5609 143.6056 94.6809 144.7736 95.0899 145.9296 95.6189 147.0316 95.9689 147.7566 96.5059 149.2326 97.5339 149.4066 98.0019 149.4916 98.2009 149.1696 98.3439 148.8096 98.5269 149.0906 98.7899 149.4416 98.9949 149.6896 99.6379 150.4696 100.8599 151.0386 101.3719 150.2206 101.7099 149.6816 101.0249 149.1336 101.0769 148.9346 101.4189 149.4416 102.2719 150.2106 102.5549 150.3696 103.8629 151.1286 104.9199 150.4976 104.7399 149.2516 104.5319 147.8866 103.6559 146.8526 103.0239 145.5946M163.5067 73.0743C163.6127 74.1823 176.8227 80.2693 178.4337 80.1143 180.0457 79.9583 183.4467 76.8883 182.6657 75.5393 181.8847 74.1893 168.5957 67.7813 167.5967 68.0853 166.5977 68.3893 163.4007 71.9663 163.5067 73.0743M110.445 94.8701C110.881 95.8941 102.186 107.5541 100.696 108.1871 99.206 108.8201 94.752 107.7491 94.793 106.1901 94.834 104.6311 103.445 92.6521 104.468 92.4421 105.491 92.2321 110.009 93.8461 110.445 94.8701M139.7666 70.217C142.0736 68.61 144.8966 63.049 142.3256 56.922 140.0576 51.522 133.8396 47.864 126.5216 50.036 125.9636 50.2 125.4006 50.401 124.8306 50.633 124.2686 50.877 123.7306 51.14 123.2246 51.425 116.5536 55.133 114.8046 62.139 117.0716 67.538 119.6426 73.666 125.1736 75.809 128.3456 75.02 131.5176 74.23 137.4596 71.824 139.7666 70.217M151.4312 66.5404L161.6002 86.5234C161.6002 86.5234 161.9502 67.7094 160.1742 65.4324 160.1742 65.4324 155.0522 64.7364 151.4312 66.5404M115.2972 82.0691L121.4942 103.6171C121.4942 103.6171 108.4042 90.1001 108.1482 87.2231 108.1482 87.2231 111.4182 83.2201 115.2972 82.0691" class="sapIllus_BrandColorSecondary"/>
21
+ <path fill="var(--sapIllus_PatternHighlight)" d="M136.3085,51.4735 C136.2295,52.4305 131.0205,52.1325 130.4035,52.3695 C127.0415,53.6715 124.2705,55.2955 122.3935,58.4805 C119.5575,63.2645 121.6265,68.5445 122.2885,73.5285 C122.2395,73.5135 122.1725,73.4865 122.0845,73.4575 C120.2215,72.2195 118.4815,70.2805 117.3375,67.5385 C115.0685,62.1475 116.8175,55.1395 123.4935,51.4255 C123.9955,51.1455 124.5355,50.8795 125.0935,50.6355 C125.6705,50.4035 126.2325,50.2105 126.7835,50.0365 C128.1425,49.6335 129.4705,49.4285 130.7295,49.4075 L130.7385,49.4085 C132.8535,49.5645 136.4145,50.1575 136.3085,51.4735" class="sapIllus_PatternHighlight"/>
22
+ </svg>
@@ -0,0 +1,105 @@
1
+ <svg width="128" height="128" version="1.1" id="tnt-Spot-Avatar" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
2
+ viewBox="0 0 128 128" enable-background="new 0 0 128 128" xml:space="preserve">
3
+ <circle fill="var(--sapContent_Illustrative_Color7)" cx="64" cy="64" r="64"/>
4
+ <path fill="var(--sapContent_Illustrative_Color3)" d="M114.1,52.1c-0.1-2.4-0.7-4.2-1.3-4.2c-0.6,0-1.1,1.8-1.3,4.2c-2.4,0.2-4.2,0.7-4.2,1.3s1.8,1.1,4.2,1.2
5
+ c0.1,2.4,0.7,4.2,1.3,4.2c0.6,0,1.1-1.8,1.3-4.2c2.4-0.2,4.2-0.7,4.2-1.3C118.3,52.7,116.5,52.2,114.1,52.1z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color3)" d="M64.5,9.9c-0.1-1.3-0.4-2.4-0.7-2.4s-0.6,1-0.7,2.4c-1.4,0.1-2.4,0.4-2.4,0.7s1,0.6,2.4,0.7
7
+ c0.1,1.3,0.4,2.4,0.7,2.4s0.6-1,0.7-2.4c1.4-0.1,2.4-0.4,2.4-0.7C66.8,10.3,65.8,10,64.5,9.9z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color18)" d="M101.3,59.5c0.5-0.5,0.5-1.3,0-1.8s-1.3-0.5-1.8,0s-0.5,1.3,0,1.8C100,60.1,100.8,60.1,101.3,59.5z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color18)" d="M79.7,45.9c0.5-0.5,0.5-1.3,0-1.8s-1.3-0.5-1.8,0s-0.5,1.3,0,1.8C78.4,46.4,79.2,46.4,79.7,45.9z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color18)" d="M6.4,53.8c0.6-0.6,0.6-1.7,0-2.3s-1.7-0.6-2.3,0s-0.6,1.7,0,2.3C4.7,54.4,5.8,54.4,6.4,53.8z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color20)" d="M58.8,16.5c0.5-0.5,0.5-1.3,0-1.8s-1.3-0.5-1.8,0s-0.5,1.3,0,1.8S58.3,17,58.8,16.5z"/>
12
+ <path fill="var(--sapContent_Illustrative_Color19)" d="M92.4,115.2c0.6-0.6,0.6-1.7,0-2.3c-0.6-0.6-1.7-0.6-2.3,0c-0.6,0.6-0.6,1.7,0,2.3S91.7,115.8,92.4,115.2z"
13
+ />
14
+ <path fill="var(--sapContent_Illustrative_Color19)" d="M72.7,28.4c-0.4-2,1.8-4.3,5.6-6.6c0-0.6,0.1-1.1,0.2-1.7c-6,3-9.6,6.4-9,9.1c0.5,2.7,5,4.1,11.6,4.2
15
+ c-0.3-0.5-0.5-1-0.8-1.5C76,31.6,73.1,30.4,72.7,28.4z"/>
16
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color19)" d="M116,26.7c-2.3,10.8-12.5,17.7-22.7,15.6
17
+ C83,40.1,76.5,29.6,78.8,18.7c1.3-6.1,5.1-11,10-13.7C99.7,9.6,109.1,17.2,116,26.7z"/>
18
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color7)" d="M111.3,20.9l-5.1-1.1c-0.2,0-0.4,0-0.6,0.1s-0.3,0.3-0.3,0.5
19
+ c0,0.1-0.1,0.2-0.1,0.3c-0.1,0.1-0.1,0.2-0.2,0.2c-0.1,0.1-0.2,0.1-0.3,0.1c-0.1,0-0.2,0-0.3,0L98,19.8c-0.7-0.1-1.3-0.6-1.7-1.2
20
+ s-0.5-1.4-0.4-2.1l0.2-0.7c0-0.1,0-0.2,0-0.3S96,15.3,96,15.2c-0.1-0.1-0.1-0.2-0.2-0.2c-0.1-0.1-0.2-0.1-0.3-0.1l-11.9-2.5l0,0
21
+ l-2-0.4l-0.1,0.1c-0.1,0.1-0.2,0.3-0.2,0.4l0,0c0,0,0,0.1-0.1,0.1c-0.1,0.1-0.1,0.2-0.2,0.3l0,0c0,0.1-0.1,0.2-0.1,0.2s0,0,0,0.1
22
+ l0,0l0,0l0,0c-0.1,0.2-0.2,0.3-0.2,0.5l-0.1,0.1c-0.1,0.2-0.2,0.4-0.3,0.6l0,0c-0.1,0.2-0.2,0.4-0.2,0.5H80
23
+ c-0.2,0.4-0.3,0.8-0.5,1.2v0.1c-0.1,0.2-0.1,0.4-0.2,0.6l0,0l0,0l15,3.1l16.7,3.6l3.2,0.7C113.2,23,112.3,21.9,111.3,20.9z
24
+ M114.4,24.6c0.3,0.3,0.5,0.7,0.8,1c-4.4,2.1-10,4.1-16.2,5.6c-3.8,0.9-7.4,1.5-10.8,1.8l0,0c-1.8,0.2-3.6,0.3-5.4,0.3
25
+ c-0.2,0-0.3,0-0.5,0c-0.4,0-0.8,0-1.3,0c-0.1-0.2-0.3-0.5-0.4-0.7l0,0c-0.1-0.2-0.2-0.5-0.4-0.7l0,0l0,0c0.1,0,0.3,0,0.4,0
26
+ C81.4,32,82.2,32,83,32c4.4,0,9.9-0.6,15.8-2C104.9,28.7,110.4,26.7,114.4,24.6z M93.2,21.7l1.2,0.2c0.2,0,0.3,0.1,0.4,0.3
27
+ c0.1,0.1,0.1,0.3,0.1,0.5s-0.1,0.3-0.3,0.4s-0.3,0.1-0.5,0.1L93,23c-0.2,0-0.3-0.1-0.4-0.3s-0.1-0.3-0.1-0.5s0.1-0.3,0.3-0.4
28
+ C92.9,21.7,93.1,21.7,93.2,21.7z M107.2,32.8c0.3-0.1,0.5-0.3,0.7-0.5s0.4-0.3,0.6-0.4s0.5-0.1,0.7-0.1l4.4,0.9
29
+ c-0.6,1-1.2,1.9-1.9,2.8l-6.9-1.4c-0.1,0-0.2-0.1-0.2-0.1c-0.1-0.1-0.1-0.1-0.2-0.2c0-0.1-0.1-0.2-0.1-0.3s0-0.2,0.1-0.3
30
+ s0.2-0.3,0.3-0.3c0.1-0.1,0.3-0.1,0.4-0.1l1.2,0.1C106.6,33,106.9,33,107.2,32.8z M78.8,18.7L78.8,18.7L78.8,18.7l3.7,0.8l0,0
31
+ l7.9,1.7c0.2,0,0.3,0.1,0.4,0.3c0.1,0.1,0.1,0.3,0.1,0.5s-0.1,0.3-0.3,0.4c-0.1,0.1-0.3,0.1-0.5,0.1L78.5,20
32
+ C78.6,19.5,78.7,19.1,78.8,18.7L78.8,18.7z"/>
33
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color20)" d="M111.4,21c1.6,1.8,3.2,3.7,4.6,5.7c-2.3,10.8-12.5,17.7-22.7,15.6
34
+ c-2.7-0.6-5.2-1.7-7.3-3.3c-0.1-0.1-0.2-0.2-0.4-0.3c-5-4-7.8-10.6-7.2-17.5c1.3,6.5,6.2,11.9,12.9,13.3
35
+ C100.3,36.3,109.2,30.3,111.4,21z"/>
36
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color19)" d="M111.4,21c-0.2,0.9-0.5,1.7-0.8,2.5l0.3,0.1l3.2,0.7
37
+ C113.2,23.1,112.3,22,111.4,21z M114.4,24.6c0.3,0.3,0.5,0.7,0.8,1c-2.3,1.1-5,2.2-7.8,3.2c0.5-0.5,0.9-1.1,1.3-1.7
38
+ C110.8,26.3,112.7,25.5,114.4,24.6z M113.7,32.8c-0.1,0.2-0.2,0.4-0.3,0.5c-0.5,0.8-1,1.5-1.6,2.2l-6.9-1.4c-0.1,0-0.2-0.1-0.2-0.1
39
+ c-0.1-0.1-0.1-0.1-0.2-0.2c0-0.1-0.1-0.2-0.1-0.3s0-0.2,0.1-0.3s0.2-0.3,0.3-0.3c0.1-0.1,0.3-0.1,0.4-0.1l1.2,0.1
40
+ c0.3,0,0.6,0,0.9-0.1s0.5-0.3,0.7-0.5s0.4-0.3,0.6-0.4s0.5-0.1,0.7-0.1L113.7,32.8z M82.4,33.4c-0.4,0-0.8,0-1.3,0
41
+ c-0.3-0.5-0.5-1-0.8-1.4l0,0l0,0c0.1,0,0.3,0,0.4,0c0.8,0.1,1.6,0.1,2.4,0.1s1.6,0,2.5,0c0.6,0.4,1.2,0.8,1.9,1.1
42
+ c-1.5,0.1-3.1,0.2-4.6,0.3C82.7,33.4,82.5,33.4,82.4,33.4z"/>
43
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color19)" d="M5.8,90.6c2.2-4,4.3-7.6,6.1-10.2c0.4-0.6,1.3-0.4,1.3,0.3
44
+ c0.2,2.2-2.3,6.4-4.3,9.8c-0.6,1.1-1.2,2.1-1.7,2.9C6.7,92.5,6.2,91.6,5.8,90.6z M47.7,125.9c12.7-7.2,23.6-17.8,32.8-29.3
45
+ c1-1.3,2.2-2.9,3.4-4.6l0,0c6.5-9,16-22.1,26.7-18.5c3.1,1.1-0.1,7.5-1.4,10l0,0c-0.1,0.3-0.3,0.5-0.4,0.7c-0.4,0.9-1,2-1.6,3.2l0,0
46
+ c-4.1,8.2-10.8,21.4-1.4,24.9c1-0.9,2-1.7,2.9-2.7c-7.7-1.5-3.3-10,1.4-18.9c5.5-10.5,11.3-21.5-2-22.5C95.8,67.5,86.5,79.7,79,89.5
47
+ c-1.7,2.2-3.2,4.2-4.7,6c-8.9,10.6-20.6,21.4-33.8,28C42.8,124.5,45.3,125.3,47.7,125.9z"/>
48
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color20)" d="M5.8,90.6c2.2-4,4.3-7.6,6.1-10.2c0.4-0.6,1.3-0.4,1.3,0.3
49
+ c0.1,0.7-0.1,1.7-0.6,2.7c-0.3-0.1-0.6,0-0.8,0.3C10.3,86,8.5,89,6.6,92.4C6.3,91.8,6.1,91.2,5.8,90.6z M40.5,123.5
50
+ c13.3-6.6,25-17.5,33.8-28c1.5-1.8,3.1-3.8,4.7-6c7.5-9.8,16.8-22,29.1-21.1c7,0.5,8.7,3.8,8,8.3c-0.6-2.7-2.9-4.6-8-4.9
51
+ C95.8,70.9,86.5,83.1,79,92.9c-1.7,2.2-3.2,4.2-4.7,6c-8,9.5-18.4,19.3-30.1,26C42.9,124.5,41.7,124,40.5,123.5z M108.8,109.7
52
+ c-0.8,0.8-1.7,1.6-2.5,2.4c-1.6-1.2-1.9-3.1-1.5-5.4C105.2,108.2,106.4,109.3,108.8,109.7z M107.2,90.8c-2.3,4.6-5.4,10.8-6.1,15.9
53
+ c-0.8-5.6,3.2-13.6,6.1-19.3l0,0l0,0c0.6-1.2,1.1-2.3,1.6-3.2c0.1-0.2,0.2-0.4,0.3-0.7l0,0l0,0l0,0c0.7-1.3,1.9-3.7,2.4-5.8
54
+ c1.1,2.1-1.3,7-2.4,9.2l0,0c-0.1,0.3-0.3,0.5-0.4,0.7C108.4,88.6,107.8,89.6,107.2,90.8L107.2,90.8z"/>
55
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M19.2,64l-9.8,9.8h13l8.7-8.6L19.2,64z"/>
56
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M10.8,72.7c5-2,13-1.7,15.7-1.9l17,29.8c-1.3,2.2-7.7,3.9-12.3,5.1c-1.5,0.4-3.1,0.2-4.2-0.9
57
+ C22.4,100,13.6,86.6,9.3,77.9C8.3,75.9,8.7,73.5,10.8,72.7z"/>
58
+ <path fill="var(--sapContent_Illustrative_Color6)" d="M83.6,63.5c-6.4,6.7-20.3-1.3-27.7-5.9l-6.6,6.6c3.6,5.3,14,14.3,28.8,12.2C96.7,73.7,90.7,56,83.6,63.5z"/>
59
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color5)" d="M52.2,61.2C56.6,66.7,65,73.1,77,72.7c8.8-0.3,12.6-4.4,13.3-8.1
60
+ c1,3.8-1.6,10.2-12.1,11.7C63.3,78.5,53,69.5,49.3,64.1L52.2,61.2z"/>
61
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color8)" d="M28,79.9c2.9,14.6,11.6,29.7,30.4,24.4c1.9-0.5,3.9,0.4,4.9,2.1
62
+ c3.3,6.3,9.7,13.1,17.9,8c6.5-4.1,3.7-11.9-4-12.7c0.7-1.5,1.3-5.3-2.2-9c2.5,2.2,8.7,6.5,13.1,6.5c5.4,0,12.6-10.8,8.2-16.8
63
+ c-2.4-3.3-6.5-1.7-8.9,1c-1.6-2.6-7.9-8.1-17.4-4.8c-0.7-1.5-1.4-2.9-2.1-4.2c-3.1-6.3-5.5-11.3-9.8-15.2c-6.9-6.3-29,0.8-31.2,7.5
64
+ c-7.3,4.4-16.8,13.2-14.6,24.2c3.2,16.1,15.3,10.8,12.2,0C23.1,86.4,25.3,82.6,28,79.9z"/>
65
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color6)" d="M17.2,100.4c4.4,3,9.5-1.8,7.4-9.3C23,85.8,25.9,81.7,29,79
66
+ c1-0.8,1.7-1.7,2.3-2.8c-4.5,2.2-12.4,7-10.4,14.1C22.4,95.7,20.2,99.7,17.2,100.4z M31.5,68.9c-0.3-1.2-0.6-2.4-1.1-3.9
67
+ c-0.1,0-0.1,0.1-0.2,0.1L31.5,68.9z"/>
68
+ <path fill="var(--sapContent_Illustrative_Color6)" d="M60.8,101.4c-18.9,5.3-27.5-9.8-30.4-24.4c-0.9,0.9-1.7,1.9-2.4,3c2.9,14.6,11.6,29.7,30.4,24.4
69
+ c1.9-0.5,3.9,0.4,4.9,2.1c3.3,6.3,9.7,13.1,17.9,8c1.6-1,2.7-2.2,3.2-3.5c-0.3,0.2-0.5,0.4-0.8,0.6c-8.1,5-14.5-1.7-17.9-8
70
+ C64.8,101.8,62.7,100.9,60.8,101.4z"/>
71
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color5)" d="M27.5,65.9c-0.2,0.4-0.4,0.7-0.5,1.1c-2,1.2-4.1,2.7-6.1,4.5
72
+ c8.6,3.6,25.6,5.7,36.4-10.3c0.4-0.5,0.7-1.1,1-1.5l-0.1-0.1c-1.6-3.1-6.1-3.8-11.1-3C41.1,58.7,34,62.3,27.5,65.9z"/>
73
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color6)" d="M95.6,93.6c-5.8-1.4-10.1-3.4-13.7-5.1c-8-3.7-12.7-5.9-24.3,2.8
74
+ c0.2-0.1,0.4-0.2,0.6-0.3c4.1-1.8,12.3-5.4,17.9,2.8c3,2.3,8.1,5.6,11.9,5.6C90.6,99.4,93.7,96.9,95.6,93.6z"/>
75
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color5)" d="M64.4,88.3c7-1.4,11.1,3,12.3,5.4c0.1,0.3,0,0.6-0.3,0.8
76
+ c-0.3,0.1-0.6,0-0.8-0.3c-1-2.1-4.7-6.1-11-4.8c-2.8,0.6-4.7,1.4-6.1,2.4c-0.3,0.2-0.6,0.1-0.8-0.2c-0.2-0.3-0.1-0.6,0.2-0.8
77
+ C59.4,89.9,61.5,88.9,64.4,88.3z"/>
78
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color5)" d="M88.1,82.9c0.2,0.2,0.3,0.6,0,0.8c-0.3,0.3-0.7,0.8-1,1.4
79
+ c-0.4,0.6-0.6,1.3-0.7,1.9c0,0.3-0.3,0.6-0.6,0.5c-0.3,0-0.6-0.3-0.5-0.6c0.1-0.8,0.5-1.6,0.9-2.3c0.4-0.7,0.8-1.3,1.1-1.6
80
+ C87.5,82.7,87.9,82.7,88.1,82.9z"/>
81
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color5)" d="M95.6,81.8c-2.6,0.1-5.8,3.5-7.7,8.3c-1.4,3.4-1.7,6.8-1.2,9.1
82
+ c0.5,0.1,0.9,0.1,1.3,0.1c5.4,0,12.6-10.8,8.2-16.8C96,82.3,95.8,82,95.6,81.8z"/>
83
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color5)" d="M77.6,101.4c0.3,0,0.6,0.3,0.6,0.6c-0.1,1-0.9,3.1-3.4,4.5
84
+ c-0.3,0.1-0.6,0-0.8-0.2c-0.1-0.3,0-0.6,0.2-0.8c2.2-1.2,2.8-2.9,2.8-3.5C77,101.6,77.3,101.4,77.6,101.4z"/>
85
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M60.8,39.7c7.4,18.8-13.4,27.4-22.3,30.1c-3.7,1-12.7,1.4-18.7-5.4C12.3,56,4.4,36.7,26.1,24.5
86
+ C45,13.9,57.4,30.8,60.8,39.7z"/>
87
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color6)" d="M40.9,69c9.7-3.4,26.7-12,19.9-29.3C57.4,30.8,45,13.9,26.1,24.5
88
+ c-0.7,0.4-1.3,0.8-2,1.2c15-6,24.9,9.1,27.9,17.3C56.9,56.3,48.9,64.4,40.9,69z"/>
89
+ <path fill="var(--sapContent_Illustrative_Color4)" d="M60.4,36.3c6.8,13.7-3.3,18.1-8.6,21.6c-6.6,4.5-16.3,8.9-23.3,0.3c-8.8-10.8-8-22.7,2.1-29.5
90
+ C40.6,21.9,51.9,19.1,60.4,36.3z"/>
91
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M57.2,36.9c1.4,2.8,1.9,6.5,1.7,9.8c-0.1,0.8-0.6,1.6-1.3,2L56,49.6c-1,0.6-2.2-0.3-2-1.4
92
+ c0.5-2.9,0.9-7.2,0.1-10.2c-0.2-0.8,0.2-1.7,1-2C55.9,35.7,56.8,36.1,57.2,36.9z"/>
93
+ <path fill="var(--sapContent_Illustrative_Color5)" d="M40.6,35.4c0.6-0.5,0.7-1.4,0.2-2s-1.4-0.7-2-0.2s-0.7,1.4-0.2,2S40,35.9,40.6,35.4z"/>
94
+ <path fill="var(--sapContent_Illustrative_Color6)" d="M48.3,35.8c0.5-0.4,0.6-1.1,0.2-1.6c-0.4-0.5-1.1-0.6-1.6-0.2c-0.5,0.4-0.6,1.1-0.2,1.6S47.8,36.2,48.3,35.8
95
+ z"/>
96
+ <ellipse transform="matrix(0.9119 -0.4105 0.4105 0.9119 -20.9445 12.8653)" fill="var(--sapContent_Illustrative_Color5)" cx="19.49" cy="55.21" rx="5.5" ry="6.7"/>
97
+ <ellipse transform="matrix(0.9119 -0.4105 0.4105 0.9119 -21.583 12.1105)" fill="var(--sapContent_Illustrative_Color6)" cx="17.41" cy="56.32" rx="5.5" ry="6.7"/>
98
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color5)" d="M22.9,47.8c2.4-3.7,6.6-6.1,11.3-6.1c7.5,0,13.6,6.1,13.6,13.6
99
+ c0,2-0.4,3.9-1.2,5.6c-5.9,2.9-12.8,3.9-18.3-2.7C25.6,54.7,23.8,51.2,22.9,47.8z"/>
100
+ <path fill="var(--sapContent_Illustrative_Color17)" d="M51.7,88.9c4-3.2,9-5.9,12.2-7.5c0.7-0.3,1.1-1.2,0.8-1.9c-1.2-2.9-3.2-6.6-5.2-8.6c-0.8-0.8-2-1.2-3.1-1
101
+ c-3.5,0.8-9.2,4.4-12.8,7.4c-1.1,1-1.3,2.6-0.4,3.9l5,7.2C48.9,89.6,50.6,89.8,51.7,88.9z"/>
102
+ <path fill="var(--sapContent_Illustrative_Color9)" d="M52.3,87.1c4-3.2,9-5.9,12.2-7.5c0.7-0.3,1.1-1.2,0.8-1.9c-1.3-3-3.3-6.6-5.3-8.6c-0.8-0.8-2-1.2-3.1-1
103
+ c-3.5,0.8-9.2,4.4-12.8,7.4c-1.1,1-1.3,2.6-0.4,3.9l5,7.2C49.4,87.8,51.1,88,52.3,87.1z"/>
104
+ <path fill="var(--sapContent_Illustrative_Color18)" d="M41.3,111.4c0.5-0.5,0.5-1.3,0-1.8s-1.3-0.5-1.8,0s-0.5,1.3,0,1.8S40.8,111.9,41.3,111.4z"/>
105
+ </svg>
@@ -0,0 +1,130 @@
1
+ <svg width="128" height="128" version="1.1" id="tnt-Spot-Calculator" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
2
+ viewBox="0 0 128 128" enable-background="new 0 0 128 128" xml:space="preserve">
3
+ <circle fill="var(--sapContent_Illustrative_Color7)" cx="64" cy="64" r="64"/>
4
+ <path fill="var(--sapContent_Illustrative_Color18)" d="M39.2,107.5c0-0.8-2.3-1.4-5.3-1.6c-0.2-3-0.8-5.3-1.6-5.3s-1.4,2.3-1.6,5.3c-3,0.2-5.3,0.9-5.3,1.7
5
+ c0,0.8,2.3,1.4,5.3,1.6c0.2,3,0.8,5.3,1.6,5.3s1.4-2.3,1.6-5.3C37,108.9,39.3,108.3,39.2,107.5z"/>
6
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color13)" d="M18.6,22.2l-3.3,7.2l0,0c-0.8,1.4-0.9,3.1-0.2,4.9l32.5,77.3
7
+ c1.4,3.3,5.4,5.3,8.8,4.5l55.4-12.6c1.9-0.4,3.2-1.6,3.9-3l0,0l3.7-8.2l-4.7,1.4L83.2,18.8c-1.4-3.3-5.4-5.3-8.8-4.5L20.2,26.6
8
+ L18.6,22.2z"/>
9
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color14)" d="M110.2,82.9L68.3,71.3l-12.4,45c0.2,0,0.4-0.1,0.7-0.1l55.4-12.6
10
+ c1.9-0.4,3.2-1.6,3.9-3l0,0l3.7-8.2l-4.7,1.4L110.2,82.9z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M22.5,19.1L77.9,6.4c3.5-0.8,7.5,1.2,8.8,4.5l32.5,77.3c1.4,3.3-0.3,6.6-3.8,7.4L60,108.2
12
+ c-3.5,0.8-7.5-1.2-8.8-4.5L18.7,26.5C17.3,23.2,19,19.9,22.5,19.1z"/>
13
+ <path fill="var(--sapContent_Illustrative_Color6)" d="M55.4,53.4l-0.5,1.3L54,54.1L55.4,53.4z"/>
14
+ <path fill="var(--sapContent_Illustrative_Color6)" d="M38.8,48.7l9.7-2.2c1.6-0.4,3.4,0.6,4.1,2.1l2,4.8c0.6,1.5-0.1,3.1-1.8,3.4L43.2,59
15
+ c-1.6,0.4-3.4-0.6-4.1-2.1l-2-4.8C36.4,50.6,37.2,49,38.8,48.7z"/>
16
+ <path fill="var(--sapContent_Illustrative_Color6)" d="M37.5,48.6L37,50.3h1.5L37.5,48.6z"/>
17
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M39.4,47l9.7-2.2c1.6-0.4,3.4,0.6,4.1,2.1l2,4.8c0.6,1.5-0.1,3.1-1.8,3.4l-9.7,2.2c-1.6,0.4-3.4-0.6-4.1-2.1
18
+ l-2-4.8C37,48.9,37.8,47.4,39.4,47z"/>
19
+ <path fill="var(--sapContent_Illustrative_Color6)" d="M61.1,67.5l-0.5,1.3l-0.9-0.6L61.1,67.5z"/>
20
+ <path fill="var(--sapContent_Illustrative_Color6)" d="M44.6,62.8l9.7-2.2c1.6-0.4,3.4,0.6,4.1,2.1l2,4.8c0.6,1.5-0.1,3.1-1.8,3.4l-9.7,2.2
21
+ c-1.6,0.4-3.4-0.6-4.1-2.1l-2-4.8C42.2,64.7,43,63.1,44.6,62.8z"/>
22
+ <path fill="var(--sapContent_Illustrative_Color6)" d="M43.3,62.7l-0.5,1.7h1.5L43.3,62.7z"/>
23
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M45.1,61.1l9.7-2.2c1.6-0.4,3.4,0.6,4.1,2.1l2,4.8c0.6,1.5-0.1,3.1-1.8,3.4l-9.7,2.2
24
+ c-1.6,0.4-3.4-0.6-4.1-2.1l-2-4.8C42.7,63,43.5,61.4,45.1,61.1z"/>
25
+ <path fill="var(--sapContent_Illustrative_Color6)" d="M67.3,81.6l-0.5,1.3L66,82.3L67.3,81.6z"/>
26
+ <path fill="var(--sapContent_Illustrative_Color6)" d="M50.8,76.8l9.7-2.2c1.6-0.4,3.4,0.6,4.1,2.1l2,4.8c0.6,1.5-0.1,3.1-1.8,3.4l-9.7,2.2
27
+ c-1.6,0.4-3.4-0.6-4.1-2.1l-2-4.8C48.4,78.7,49.1,77.2,50.8,76.8z"/>
28
+ <path fill="var(--sapContent_Illustrative_Color6)" d="M49.5,76.7L49,78.4h1.5L49.5,76.7z"/>
29
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M51.3,75.2L61,73c1.6-0.4,3.4,0.6,4.1,2.1l2,4.8c0.6,1.5-0.1,3.1-1.8,3.4l-9.7,2.2c-1.6,0.4-3.4-0.6-4.1-2.1
30
+ l-2-4.8C48.9,77.1,49.7,75.5,51.3,75.2z"/>
31
+ <path fill="var(--sapContent_Illustrative_Color17)" d="M73.1,95.7L72.7,97l-0.9-0.6L73.1,95.7z"/>
32
+ <path fill="var(--sapContent_Illustrative_Color17)" d="M56.6,91l9.7-2.2c1.6-0.4,3.4,0.6,4.1,2.1l2,4.8c0.6,1.5-0.1,3.1-1.8,3.4l-9.7,2.2c-1.6,0.4-3.4-0.6-4.1-2.1
33
+ l-2-4.8C54.2,92.9,55,91.4,56.6,91z"/>
34
+ <path fill="var(--sapContent_Illustrative_Color17)" d="M55.3,90.9l-0.5,1.7h1.5L55.3,90.9z"/>
35
+ <path fill="var(--sapContent_Illustrative_Color9)" d="M57.2,89.3l9.7-2.2c1.6-0.4,3.4,0.6,4.1,2.1l2,4.8c0.6,1.5-0.1,3.1-1.8,3.4l-9.7,2.2
36
+ c-1.6,0.4-3.4-0.6-4.1-2.1l-2-4.8C54.8,91.2,55.6,89.7,57.2,89.3z"/>
37
+ <path fill="var(--sapContent_Illustrative_Color6)" d="M93.2,91.2l-0.5,1.3l-0.9-0.6L93.2,91.2z"/>
38
+ <path fill="var(--sapContent_Illustrative_Color6)" d="M76.7,86.5l9.7-2.2c1.6-0.4,3.4,0.6,4.1,2.1l2,4.8c0.6,1.5-0.1,3.1-1.8,3.4L81,96.8
39
+ c-1.6,0.4-3.4-0.6-4.1-2.1l-2-4.8C74.3,88.4,75.1,86.9,76.7,86.5z"/>
40
+ <path fill="var(--sapContent_Illustrative_Color6)" d="M75.4,86.4l-0.5,1.7h1.5L75.4,86.4z"/>
41
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M77.2,84.8l9.7-2.2c1.6-0.4,3.4,0.6,4.1,2.1l2,4.8c0.6,1.5-0.1,3.1-1.8,3.4l-9.7,2.2
42
+ c-1.6,0.4-3.4-0.6-4.1-2.1l-2-4.8C74.8,86.7,75.6,85.2,77.2,84.8z"/>
43
+ <path fill="var(--sapContent_Illustrative_Color17)" d="M112.8,86.5l-0.5,1.3l-0.9-0.6L112.8,86.5z"/>
44
+ <path fill="var(--sapContent_Illustrative_Color17)" d="M96.2,81.8l9.7-2.2c1.6-0.4,3.4,0.6,4.1,2.1l2,4.8c0.6,1.5-0.1,3.1-1.8,3.4l-9.7,2.2
45
+ c-1.6,0.4-3.4-0.6-4.1-2.1l-2-4.8C93.8,83.7,94.6,82.2,96.2,81.8z"/>
46
+ <path fill="var(--sapContent_Illustrative_Color17)" d="M94.9,81.7l-0.5,1.7h1.5L94.9,81.7z"/>
47
+ <path fill="var(--sapContent_Illustrative_Color9)" d="M96.8,80.1l9.7-2.2c1.6-0.4,3.4,0.6,4.1,2.1l2,4.8c0.6,1.5-0.1,3.1-1.8,3.4l-9.7,2.2
48
+ c-1.6,0.4-3.4-0.6-4.1-2.1l-2-4.8C94.4,82,95.2,80.5,96.8,80.1z"/>
49
+ <path fill="var(--sapContent_Illustrative_Color6)" d="M87.1,77l-0.5,1.3l-0.9-0.6L87.1,77z"/>
50
+ <path fill="var(--sapContent_Illustrative_Color6)" d="M70.5,72.3l9.7-2.2c1.6-0.4,3.4,0.6,4.1,2.1l2,4.8c0.6,1.5-0.1,3.1-1.8,3.4l-9.7,2.2
51
+ c-1.6,0.4-3.4-0.6-4.1-2.1l-2-4.8C68.1,74.2,68.9,72.6,70.5,72.3z"/>
52
+ <path fill="var(--sapContent_Illustrative_Color6)" d="M69.2,72.2l-0.5,1.7h1.5L69.2,72.2z"/>
53
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M71.1,70.6l9.7-2.2c1.6-0.4,3.4,0.6,4.1,2.1l2,4.8c0.6,1.5-0.1,3.1-1.8,3.4l-9.7,2.2
54
+ c-1.6,0.4-3.4-0.6-4.1-2.1l-2-4.8C68.7,72.5,69.5,71,71.1,70.6z"/>
55
+ <path fill="var(--sapContent_Illustrative_Color6)" d="M107.1,72.6l-0.5,1.3l-0.9-0.6L107.1,72.6z"/>
56
+ <path fill="var(--sapContent_Illustrative_Color6)" d="M90.6,67.9l9.7-2.2c1.6-0.4,3.4,0.6,4.1,2.1l2,4.8c0.6,1.5-0.1,3.1-1.8,3.4l-9.7,2.2
57
+ c-1.6,0.4-3.4-0.6-4.1-2.1l-2-4.8C88.2,69.8,89,68.2,90.6,67.9z"/>
58
+ <path fill="var(--sapContent_Illustrative_Color6)" d="M89.3,67.8l-0.5,1.7h1.5L89.3,67.8z"/>
59
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M91.2,66.2l9.7-2.2c1.6-0.4,3.4,0.6,4.1,2.1l2,4.8c0.6,1.5-0.1,3.1-1.8,3.4l-9.7,2.2
60
+ c-1.6,0.4-3.4-0.6-4.1-2.1l-2-4.8C88.8,68.1,89.5,66.5,91.2,66.2z"/>
61
+ <path fill="var(--sapContent_Illustrative_Color6)" d="M81.2,62.9l-0.5,1.3l-0.9-0.6L81.2,62.9z"/>
62
+ <path fill="var(--sapContent_Illustrative_Color6)" d="M64.6,58.2l9.7-2.2c1.6-0.4,3.4,0.6,4.1,2.1l2,4.8c0.6,1.5-0.1,3.1-1.8,3.4L69,68.5
63
+ c-1.6,0.4-3.4-0.6-4.1-2.1l-2-4.8C62.2,60.1,63,58.6,64.6,58.2z"/>
64
+ <path fill="var(--sapContent_Illustrative_Color6)" d="M63.3,58.1l-0.5,1.7h1.5L63.3,58.1z"/>
65
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M65.2,56.5l9.7-2.2c1.6-0.4,3.4,0.6,4.1,2.1l2,4.8c0.6,1.5-0.1,3.1-1.8,3.4l-9.7,2.2
66
+ c-1.6,0.4-3.4-0.6-4.1-2.1l-2-4.8C62.8,58.4,63.6,56.9,65.2,56.5z"/>
67
+ <path fill="var(--sapContent_Illustrative_Color6)" d="M101.2,58.7l-0.5,1.3l-0.9-0.6L101.2,58.7z"/>
68
+ <path fill="var(--sapContent_Illustrative_Color6)" d="M84.7,54l9.7-2.2c1.6-0.4,3.4,0.6,4.1,2.1l2,4.8c0.6,1.5-0.1,3.1-1.8,3.4L89,64.3c-1.6,0.4-3.4-0.6-4.1-2.1
69
+ l-2-4.8C82.3,55.9,83.1,54.4,84.7,54z"/>
70
+ <path fill="var(--sapContent_Illustrative_Color6)" d="M83.4,53.9l-0.5,1.7h1.5L83.4,53.9z"/>
71
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M85.2,52.3l9.7-2.2c1.6-0.4,3.4,0.6,4.1,2.1l2,4.8c0.6,1.5-0.1,3.1-1.8,3.4l-9.7,2.2
72
+ c-1.6,0.4-3.4-0.6-4.1-2.1l-2-4.8C82.8,54.2,83.6,52.7,85.2,52.3z"/>
73
+ <path fill="var(--sapContent_Illustrative_Color6)" d="M75.4,48.8l-0.5,1.3L74,49.5L75.4,48.8z"/>
74
+ <path fill="var(--sapContent_Illustrative_Color6)" d="M58.9,44.1l9.7-2.2c1.6-0.4,3.4,0.6,4.1,2.1l2,4.8c0.6,1.5-0.1,3.1-1.8,3.4l-9.7,2.2
75
+ c-1.6,0.4-3.4-0.6-4.1-2.1l-2-4.8C56.5,46,57.3,44.5,58.9,44.1z"/>
76
+ <path fill="var(--sapContent_Illustrative_Color6)" d="M57.6,44l-0.5,1.7h1.5L57.6,44z"/>
77
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M59.5,42.4l9.7-2.2c1.6-0.4,3.4,0.6,4.1,2.1l2,4.8c0.6,1.5-0.1,3.1-1.8,3.4l-9.7,2.2
78
+ c-1.6,0.4-3.4-0.6-4.1-2.1l-2-4.8C57,44.3,57.8,42.8,59.5,42.4z"/>
79
+ <path fill="var(--sapContent_Illustrative_Color6)" d="M95.5,44.3L95,45.6L94.1,45L95.5,44.3z"/>
80
+ <path fill="var(--sapContent_Illustrative_Color6)" d="M78.9,39.6l9.7-2.2c1.6-0.4,3.4,0.6,4.1,2.1l2,4.8c0.6,1.5-0.1,3.1-1.8,3.4l-9.7,2.2
81
+ c-1.6,0.4-3.4-0.6-4.1-2.1l-2-4.8C76.5,41.5,77.3,39.9,78.9,39.6z"/>
82
+ <path fill="var(--sapContent_Illustrative_Color6)" d="M77.7,39.5l-0.5,1.7h1.5L77.7,39.5z"/>
83
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M79.5,37.9l9.7-2.2c1.6-0.4,3.4,0.6,4.1,2.1l2,4.8c0.6,1.5-0.1,3.1-1.8,3.4l-9.7,2.2
84
+ c-1.6,0.4-3.4-0.6-4.1-2.1l-2-4.8C77.1,39.8,77.9,38.2,79.5,37.9z"/>
85
+ <path fill="var(--sapContent_Illustrative_Color4)" d="M29.4,23.2l48.4-11c2.2-0.5,4.6,0.8,5.4,2.8l5,11.9c0.9,2-0.2,4.1-2.3,4.6l-48.4,11
86
+ c-2.2,0.5-4.6-0.8-5.4-2.8l-5-11.9C26.2,25.8,27.2,23.7,29.4,23.2z"/>
87
+ <path fill="var(--sapContent_Illustrative_Color9)" d="M29.4,24.2l47.8-10.9c2.2-0.5,4.6,0.8,5.4,2.8L87.1,27c0.9,2-0.2,4.1-2.3,4.6L37,42.5
88
+ c-2.2,0.5-4.6-0.8-5.4-2.8L27,28.8C26.2,26.8,27.2,24.7,29.4,24.2z"/>
89
+ <path fill="var(--sapContent_Illustrative_Color4)" d="M63.2,32.2l-1.7-0.8l-1.1-2.6l0.8-1.3L63.2,32.2z M57,28.9c-0.3-0.1-0.7-0.3-1-0.4l0.6-0.7l3-0.7l1,0.4
90
+ l-0.5,0.8L57,28.9z M55.4,28.4l-2-4.7l1.6,0.7l1.1,2.6L55.4,28.4z M59.1,22.4l2,4.7l-1.6-0.7l-1.1-2.6L59.1,22.4z"/>
91
+ <path fill="var(--sapContent_Illustrative_Color4)" d="M72.2,30.1l-1.6-0.8l-1.1-2.6l0.8-1.3L72.2,30.1z M62.5,21.1l5-1.1l-0.6,1.4L64.2,22L62.5,21.1z M68.1,20.4
92
+ l2,4.7l-1.6-0.8l-1.1-2.6L68.1,20.4z"/>
93
+ <path fill="var(--sapContent_Illustrative_Color4)" d="M75.9,29.8l0.7-1.4l2.8-0.6l1.6,0.9L75.9,29.8z M73.4,24.7l1.7,0.8l1.1,2.6l-0.8,1.3L73.4,24.7z M74.9,24.8
94
+ c-0.3-0.1-0.7-0.3-1-0.4l0.6-0.7l3-0.7l1,0.4L78,24.2L74.9,24.8z M71.4,19.1l5-1.1l-0.6,1.4L73,20L71.4,19.1z M76.9,18.3l2,4.7
95
+ l-1.6-0.7l-1.1-2.6L76.9,18.3z"/>
96
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color7)" d="M50.4,39.4l6-21.4l6.4-1.5l-6,21.4L50.4,39.4z"/>
97
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color7)" d="M37,42.5l6-21.4l10.5-2.4l-6,21.4L37,42.5L37,42.5z"/>
98
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color9)" d="M60.3,25.4l-1.2-3l-0.7,1.4l1.1,2.6l0.6,0.3L60.3,25.4z M59.8,27.1
99
+ L59.6,27l-3,0.7L56,28.5c0.3,0.1,0.7,0.3,1,0.4l2.5-0.6L59.8,27.1z M54.3,25.8l1.1,2.6l0.8-1.4L55,24.4l-0.4-0.2L54.3,25.8z"/>
100
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color3)" d="M120.3,33.5c0.1,0.1,0.1,0.3,0.2,0.4l-3.2,4.3l0,0
101
+ c-2.9,3.3-11.5,1.6-19.5-4c-8.3-5.8-12.9-13.5-10.3-17.3c0.1-0.1,0.2-0.2,0.3-0.4l0,0l3.5-4.5l1.1,2.8c4,0,9.5,2,14.9,5.7
102
+ c6.1,4.2,10.2,9.5,10.9,13.5L120.3,33.5z"/>
103
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color15)" d="M105.6,19.4L94.9,31.9c-6.5-5.4-9.8-11.8-7.4-15.1
104
+ c0.1-0.1,0.2-0.2,0.3-0.4l0,0l3.5-4.5l1.1,2.8C96,14.8,100.8,16.4,105.6,19.4z"/>
105
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color3)" d="M99.4,10.7c8.8,5.9,16.1,13.9,21.1,23.2
106
+ c-3.2,2.9-11.4,1.1-19.2-4.3C93,23.8,88.4,16.1,91,12.3C92.4,10.3,95.5,9.8,99.4,10.7z"/>
107
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color15)" d="M118,29.7c-0.1,0.3-0.2,0.5-0.3,0.7c-1.6,2.3-8.1,0.6-14.6-3.9
108
+ c-6.4-4.5-10.4-10-8.8-12.3c1.5-2.2,7.4-0.8,13.4,3.1C111.7,21,115.1,25.1,118,29.7z"/>
109
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color3)" d="M111.7,21.3c2.1,2.3,4,4.8,5.7,7.4c0.3,0.9,0.2,1.7-0.2,2.3
110
+ c-1.6,2.3-8,0.5-14.3-3.8c-6.3-4.4-10.2-9.8-8.6-12c1.6-2.3,8-0.5,14.3,3.8C109.7,19.7,110.8,20.5,111.7,21.3z"/>
111
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color8)" d="M111.7,21.4c2.1,2.3,4,4.8,5.7,7.4c0.3,0.9,0.2,1.7-0.2,2.3
112
+ c-1,1.4-3.9,1.3-7.5-0.1l-4.2-14c1,0.6,2.1,1.2,3.1,1.9C109.7,19.7,110.8,20.5,111.7,21.4z"/>
113
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color15)" d="M3.2,84.1c1.8-3.4,5.4-7,10.1-9.9c6.4-4,13.2-5.7,17.6-4.7l0.3-2.9
114
+ l3.7,5.5l0,0c2.3,4.2-2.4,11.7-10.9,17c-5.9,3.7-12.1,5.4-16.4,4.9C5.8,90.9,4.4,87.6,3.2,84.1z"/>
115
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color3)" d="M7.5,94.1c-1.7-3.2-3.1-6.5-4.3-9.9c0.8-1.5,2-3.1,3.5-4.7l8,13.8
116
+ C12.1,94,9.6,94.3,7.5,94.1z"/>
117
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color3)" d="M9.4,77l8.8,15.1c1.9-0.8,3.8-1.8,5.7-2.9c0.1-0.1,0.3-0.2,0.4-0.3
118
+ l-8.9-15.4l-4.2,2.1C10.6,76.1,10,76.6,9.4,77z"/>
119
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color3)" d="M1,75.6c1.9-2.7,4.8-5.4,8.4-7.7c8.8-5.5,18.5-6.3,21.7-1.7
120
+ S29.7,79,21,84.6c-5.5,3.5-11.4,5.1-15.8,4.6C3.3,84.9,1.9,80.3,1,75.6z"/>
121
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color15)" d="M2.1,80.5c0.9-2.9,4.3-6.6,9-9.6c6.8-4.3,13.9-5.5,15.9-2.7
122
+ s-2,8.6-8.8,12.9c-5.9,3.7-12,5.1-14.8,3.6C2.9,83.3,2.5,81.9,2.1,80.5z"/>
123
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color3)" d="M2.6,82.2c0.3-3,3.8-7.2,9.2-10.5c6.7-4.2,13.8-5.3,15.7-2.6
124
+ c1.9,2.7-1.9,8.3-8.7,12.5c-6.5,4-13.3,5.2-15.5,2.9C3.1,83.7,2.8,82.9,2.6,82.2z"/>
125
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color8)" d="M12,71.6c-0.1,0-0.1,0.1-0.2,0.1c-1.3,0.8-2.4,1.6-3.5,2.4
126
+ L6.6,85.6c1,0,2.1-0.1,3.3-0.3L12,71.6z M22.1,79.3c-1,0.8-2.1,1.6-3.3,2.3c-2.5,1.5-5,2.7-7.3,3.3l2.1-14.3c3.8-2,7.5-3.1,10.2-3
127
+ L22.1,79.3z"/>
128
+ <path fill="var(--sapContent_Illustrative_Color18)" d="M122.2,53.3c0-0.5-1.5-0.9-3.5-1c-0.1-2-0.6-3.5-1.1-3.5s-1,1.5-1.1,3.6c-2,0.1-3.5,0.6-3.5,1.1
129
+ s1.5,0.9,3.5,1c0.1,2,0.6,3.5,1.1,3.5s1-1.5,1.1-3.6C120.7,54.2,122.2,53.8,122.2,53.3z"/>
130
+ </svg>
@@ -0,0 +1,13 @@
1
+ <svg width="128" height="128" viewBox="0 0 128 128" id="tnt-Spot-ChartArea">
2
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M101.096371 94.9346L22.6863714 94.8806 22.6863714 87.8896 21.6863714 88.2396 21.6863714 95.3796C21.6863714 95.6596 21.9163714 95.8796 22.1863714 95.8796 22.1883714 95.8796 22.1903714 95.8786 22.1933714 95.8786 22.1953714 95.8786 22.1973714 95.8796 22.2003714 95.8796L101.096371 95.9346C101.372371 95.9346 101.596371 95.7106 101.596371 95.4346 101.596371 95.1596 101.372371 94.9346 101.096371 94.9346M22.6860714 36.5C22.6860714 36.23 22.4660714 36 22.1860714 36 21.9060714 36 21.6860714 36.23 21.6860714 36.5L21.6860714 75.18 22.6860714 74.76 22.6860714 36.5z" class="sapIllus_StrokeDetailColor"/>
3
+ <polygon fill="var(--sapIllus_StrokeDetailColor)" points="22.686 80.06 21.686 80.46 21.686 84.08 22.686 83.72" class="sapIllus_StrokeDetailColor"/>
4
+ <path fill="var(--sapIllus_ObjectFillColor)" d="M101.093471 95.9375L21.6864714 95.8835 21.6864714 88.2395 20.6864714 88.5795 20.6864714 96.3695C20.6864714 96.5875 20.8214714 96.7655 21.0124714 96.8355 21.0754714 96.8645 21.1444714 96.8825 21.2184714 96.8825L101.093471 96.9375C101.369471 96.9375 101.593471 96.7135 101.593471 96.4375 101.593471 96.1625 101.369471 95.9375 101.093471 95.9375M21.6860714 36.5C21.6860714 36.23 21.4560714 36 21.1860714 36 20.9060714 36 20.6860714 36.23 20.6860714 36.5L20.6860714 75.59 21.6860714 75.18 21.6860714 36.5zM21.6860714 80.46L20.8860714 80.79C20.8260714 80.82 20.7560714 80.84 20.6860714 80.86L20.6860714 84.45 21.6860714 84.08 21.6860714 80.46z" class="sapIllus_ObjectFillColor"/>
5
+ <path fill="var(--sapIllus_BackgroundColor)" d="M100.389771,38.0457 L100.389771,51.9757 L93.1097714,54.7657 L27.0497714,54.7657 L27.0497714,38.0457 C27.0497714,37.3657 27.5997714,36.8057 28.2797714,36.8057 L99.1597714,36.8057 C99.8397714,36.8057 100.389771,37.3657 100.389771,38.0457" class="sapIllus_BackgroundColor"/>
6
+ <polygon fill="var(--sapIllus_Layering2)" points="56.91 60.336 27.48 72.636 27.29 72.716 27.05 72.716 27.05 54.766 88.17 54.766 83.79 56.446 57.03 60.316" class="sapIllus_Layering2"/>
7
+ <polygon fill="var(--sapIllus_Layering2)" points="100.39 55.686 100.39 64.416 87.7 71.506 58.65 70.476 52.73 72.636 52.51 72.716 40.43 72.716 40.62 72.636 58.36 65.416 85.06 61.546" class="sapIllus_Layering2"/>
8
+ <polygon fill="var(--sapIllus_Layering2)" points="95.17 72.636 100.39 69.716 100.39 72.716 95.03 72.716" class="sapIllus_Layering2"/>
9
+ <polygon fill="var(--sapIllus_Layering1)" points="52.51 72.716 27.05 82.006 27.05 78.166 40.43 72.716 40.62 72.636 52.73 72.636" class="sapIllus_Layering1"/>
10
+ <path fill="var(--sapIllus_Layering1)" d="M100.389771,72.6357 L100.389771,89.3657 C100.389771,90.0457 99.8397714,90.5957 99.1597714,90.5957 L28.2797714,90.5957 C27.5997714,90.5957 27.0497714,90.0457 27.0497714,89.3657 L27.0497714,86.2757 L59.3897714,75.1157 L88.8497714,76.1657 L95.0297714,72.7157 L95.1697714,72.6357 L100.389771,72.6357 Z" class="sapIllus_Layering1"/>
11
+ <path fill="var(--sapIllus_AccentColor)" d="M19.0334714,86.4779 C18.6964714,86.4779 18.3794714,86.2789 18.2534714,85.9559 C18.0904714,85.5389 18.3064714,85.0719 18.7374714,84.9139 L58.1664714,70.2969 L87.4324714,71.4459 L110.478471,58.5059 C110.877471,58.2829 111.387471,58.4159 111.617471,58.8029 C111.847471,59.1899 111.709471,59.6839 111.310471,59.9069 L87.8504714,73.0779 L58.4424714,71.9239 L19.3284714,86.4249 C19.2314714,86.4609 19.1314714,86.4779 19.0334714,86.4779" class="sapIllus_AccentColor"/>
12
+ <path fill="var(--sapIllus_BrandColorSecondary)" d="M108.709771,48.7857 L100.389771,51.9757 L93.1097714,54.7657 L83.8297714,58.3257 L57.0197714,62.2157 L20.3297714,77.5557 C20.1097714,77.6457 19.8897714,77.6857 19.6697714,77.6857 C19.0197714,77.6857 18.4097714,77.3157 18.1397714,76.7057 C17.7697714,75.8857 18.1597714,74.9357 19.0097714,74.5857 L56.0897714,59.0757 L82.9597714,55.1857 L84.0597714,54.7657 L100.389771,48.5057 L107.479771,45.7857 C108.339771,45.4557 109.309771,45.8657 109.639771,46.6957 C109.979771,47.5257 109.559771,48.4657 108.709771,48.7857" class="sapIllus_BrandColorSecondary"/>
13
+ </svg>