@plumile/ui 0.1.104 → 0.1.106

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 (493) hide show
  1. package/lib/esm/{BackofficeJsonViewerAsync-BmWDenXs.js → BackofficeJsonViewerAsync-Bw2ffU_4.js} +2 -2
  2. package/lib/esm/{BackofficeJsonViewerAsync-BmWDenXs.js.map → BackofficeJsonViewerAsync-Bw2ffU_4.js.map} +1 -1
  3. package/lib/esm/{HighlightCode-KpWSo7Zx.js → HighlightCode-DpXwrY5A.js} +45 -39
  4. package/lib/esm/HighlightCode-DpXwrY5A.js.map +1 -0
  5. package/lib/esm/{MarkdownCodeBlock-CLK5KJgU.js → MarkdownCodeBlock-CnI5nEfE.js} +93 -89
  6. package/lib/esm/{MarkdownCodeBlock-CLK5KJgU.js.map → MarkdownCodeBlock-CnI5nEfE.js.map} +1 -1
  7. package/lib/esm/MarkdownRenderer-D2PMxaXV.js +3818 -0
  8. package/lib/esm/MarkdownRenderer-D2PMxaXV.js.map +1 -0
  9. package/lib/esm/{MarkdownShikiCodeBlock-CbaOKfZO.js → MarkdownShikiCodeBlock-DjEM_vzJ.js} +2 -2
  10. package/lib/esm/{MarkdownShikiCodeBlock-CbaOKfZO.js.map → MarkdownShikiCodeBlock-DjEM_vzJ.js.map} +1 -1
  11. package/lib/esm/{src-PWZgeO3e.js → src-DJ_3P36n.js} +5087 -2881
  12. package/lib/esm/src-DJ_3P36n.js.map +1 -0
  13. package/lib/esm/style.css +1 -1
  14. package/lib/esm/ui.js +5 -5
  15. package/lib/types/admin/organisms/admin_sidebar/AdminSidebar.d.ts +5 -1
  16. package/lib/types/admin/organisms/admin_sidebar/AdminSidebar.d.ts.map +1 -1
  17. package/lib/types/admin/organisms/admin_sidebar/adminSidebar.css.d.ts.map +1 -1
  18. package/lib/types/admin/templates/admin_shell_layout/AdminShellLayout.d.ts +2 -1
  19. package/lib/types/admin/templates/admin_shell_layout/AdminShellLayout.d.ts.map +1 -1
  20. package/lib/types/admin/theme/adminSurface.css.d.ts +83 -0
  21. package/lib/types/admin/theme/adminSurface.css.d.ts.map +1 -0
  22. package/lib/types/admin/theme/adminTheme.css.d.ts.map +1 -1
  23. package/lib/types/atomic/atoms/button/Button.d.ts +2 -2
  24. package/lib/types/atomic/atoms/button/Button.d.ts.map +1 -1
  25. package/lib/types/atomic/atoms/button/button.css.d.ts.map +1 -1
  26. package/lib/types/atomic/atoms/checkbox/Checkbox.d.ts +2 -1
  27. package/lib/types/atomic/atoms/checkbox/Checkbox.d.ts.map +1 -1
  28. package/lib/types/atomic/atoms/checkbox/checkbox.css.d.ts +4 -0
  29. package/lib/types/atomic/atoms/checkbox/checkbox.css.d.ts.map +1 -1
  30. package/lib/types/atomic/atoms/input/Input.d.ts +1 -0
  31. package/lib/types/atomic/atoms/input/Input.d.ts.map +1 -1
  32. package/lib/types/atomic/atoms/input/input.css.d.ts +2 -0
  33. package/lib/types/atomic/atoms/input/input.css.d.ts.map +1 -1
  34. package/lib/types/atomic/atoms/modal/Modal.d.ts +1 -0
  35. package/lib/types/atomic/atoms/modal/Modal.d.ts.map +1 -1
  36. package/lib/types/atomic/molecules/breadcrumb_navigation/BreadcrumbMenuDropdown.d.ts.map +1 -1
  37. package/lib/types/atomic/molecules/breadcrumb_navigation/BreadcrumbNavigation.d.ts +1 -0
  38. package/lib/types/atomic/molecules/breadcrumb_navigation/BreadcrumbNavigation.d.ts.map +1 -1
  39. package/lib/types/atomic/molecules/breadcrumb_navigation/breadcrumbNavigation.css.d.ts.map +1 -1
  40. package/lib/types/atomic/molecules/dropdown/Dropdown.d.ts +4 -2
  41. package/lib/types/atomic/molecules/dropdown/Dropdown.d.ts.map +1 -1
  42. package/lib/types/atomic/molecules/form/FormErrorBanner.d.ts +3 -4
  43. package/lib/types/atomic/molecules/form/FormErrorBanner.d.ts.map +1 -1
  44. package/lib/types/atomic/molecules/markdown/MarkdownRenderer.d.ts.map +1 -1
  45. package/lib/types/atomic/molecules/markdown/components/LazyMarkdownCodeBlock.d.ts.map +1 -1
  46. package/lib/types/atomic/molecules/markdown/components/MarkdownCodeBlock.d.ts.map +1 -1
  47. package/lib/types/atomic/molecules/markdown/components/MarkdownCodeCopyButton.d.ts.map +1 -1
  48. package/lib/types/atomic/molecules/markdown/components/MarkdownFootnotesSection.d.ts.map +1 -1
  49. package/lib/types/atomic/molecules/markdown/components/MarkdownHtmlFallback.d.ts.map +1 -1
  50. package/lib/types/atomic/molecules/markdown/components/MarkdownImage.d.ts.map +1 -1
  51. package/lib/types/atomic/molecules/markdown/components/MarkdownMermaidBlock.d.ts.map +1 -1
  52. package/lib/types/atomic/molecules/tabs/Tabs.d.ts.map +1 -1
  53. package/lib/types/backoffice/atoms/backoffice_id_badge/BackofficeIdBadge.d.ts.map +1 -1
  54. package/lib/types/backoffice/atoms/copyable_text/CopyableText.d.ts.map +1 -1
  55. package/lib/types/backoffice/atoms/copyable_text/copyableText.css.d.ts.map +1 -1
  56. package/lib/types/backoffice/atoms/shortcut_hint/shortcutHint.css.d.ts.map +1 -1
  57. package/lib/types/backoffice/atoms/spinner/Spinner.d.ts.map +1 -1
  58. package/lib/types/backoffice/atoms/spinner/spinner.css.d.ts.map +1 -1
  59. package/lib/types/backoffice/atoms/tag/Tag.d.ts.map +1 -1
  60. package/lib/types/backoffice/atoms/tag/tag.css.d.ts.map +1 -1
  61. package/lib/types/backoffice/layout/backofficeLayoutTokens.d.ts.map +1 -1
  62. package/lib/types/backoffice/molecules/backoffice_empty_state/backofficeEmptyState.css.d.ts.map +1 -1
  63. package/lib/types/backoffice/molecules/backoffice_filter_drawer/BackofficeFilterDrawer.d.ts +2 -1
  64. package/lib/types/backoffice/molecules/backoffice_filter_drawer/BackofficeFilterDrawer.d.ts.map +1 -1
  65. package/lib/types/backoffice/molecules/backoffice_filter_drawer/backofficeFilterDrawer.css.d.ts +1 -0
  66. package/lib/types/backoffice/molecules/backoffice_filter_drawer/backofficeFilterDrawer.css.d.ts.map +1 -1
  67. package/lib/types/backoffice/molecules/backoffice_infinite_list_status/BackofficeInfiniteListStatus.d.ts.map +1 -1
  68. package/lib/types/backoffice/molecules/backoffice_infinite_list_status/backofficeInfiniteListStatus.css.d.ts +2 -1
  69. package/lib/types/backoffice/molecules/backoffice_infinite_list_status/backofficeInfiniteListStatus.css.d.ts.map +1 -1
  70. package/lib/types/backoffice/molecules/backoffice_json_viewer/BackofficeJsonViewer.d.ts.map +1 -1
  71. package/lib/types/backoffice/molecules/backoffice_json_viewer/LazyBackofficeJsonViewer.d.ts +1 -1
  72. package/lib/types/backoffice/molecules/backoffice_json_viewer/LazyBackofficeJsonViewer.d.ts.map +1 -1
  73. package/lib/types/backoffice/molecules/backoffice_key_value_list/backofficeKeyValueList.css.d.ts.map +1 -1
  74. package/lib/types/backoffice/molecules/backoffice_load_more/BackofficeLoadMore.d.ts.map +1 -1
  75. package/lib/types/backoffice/molecules/backoffice_load_more/backofficeLoadMore.css.d.ts.map +1 -1
  76. package/lib/types/backoffice/molecules/backoffice_relations_menu/BackofficeRelationsMenu.d.ts.map +1 -1
  77. package/lib/types/backoffice/molecules/backoffice_relations_menu/backofficeRelationsMenu.css.d.ts.map +1 -1
  78. package/lib/types/backoffice/molecules/backoffice_table_skeleton/BackofficeTableSkeleton.d.ts +3 -1
  79. package/lib/types/backoffice/molecules/backoffice_table_skeleton/BackofficeTableSkeleton.d.ts.map +1 -1
  80. package/lib/types/backoffice/molecules/backoffice_table_skeleton/backofficeTableSkeleton.css.d.ts +4 -0
  81. package/lib/types/backoffice/molecules/backoffice_table_skeleton/backofficeTableSkeleton.css.d.ts.map +1 -1
  82. package/lib/types/backoffice/molecules/backoffice_table_toolbar/BackofficeTableToolbar.d.ts.map +1 -1
  83. package/lib/types/backoffice/molecules/backoffice_table_toolbar/backofficeTableToolbar.css.d.ts +3 -0
  84. package/lib/types/backoffice/molecules/backoffice_table_toolbar/backofficeTableToolbar.css.d.ts.map +1 -1
  85. package/lib/types/backoffice/molecules/backoffice_tabs/BackofficeTabs.d.ts +4 -1
  86. package/lib/types/backoffice/molecules/backoffice_tabs/BackofficeTabs.d.ts.map +1 -1
  87. package/lib/types/backoffice/molecules/backoffice_tabs/backofficeTabs.css.d.ts +12 -1
  88. package/lib/types/backoffice/molecules/backoffice_tabs/backofficeTabs.css.d.ts.map +1 -1
  89. package/lib/types/backoffice/molecules/bulk_actions_bar/BulkActionsBar.d.ts.map +1 -1
  90. package/lib/types/backoffice/molecules/confirm_dialog/ConfirmDialog.d.ts +4 -1
  91. package/lib/types/backoffice/molecules/confirm_dialog/ConfirmDialog.d.ts.map +1 -1
  92. package/lib/types/backoffice/molecules/confirm_dialog/confirmDialog.css.d.ts.map +1 -1
  93. package/lib/types/backoffice/molecules/filter_chip_row/FilterChipRow.d.ts.map +1 -1
  94. package/lib/types/backoffice/molecules/filter_chip_row/filterChipRow.css.d.ts +1 -0
  95. package/lib/types/backoffice/molecules/filter_chip_row/filterChipRow.css.d.ts.map +1 -1
  96. package/lib/types/backoffice/molecules/global_search_input/GlobalSearchInput.d.ts +3 -1
  97. package/lib/types/backoffice/molecules/global_search_input/GlobalSearchInput.d.ts.map +1 -1
  98. package/lib/types/backoffice/molecules/global_search_input/globalSearchInput.css.d.ts.map +1 -1
  99. package/lib/types/backoffice/molecules/inline_banner/InlineBanner.d.ts.map +1 -1
  100. package/lib/types/backoffice/molecules/inline_banner/inlineBanner.css.d.ts.map +1 -1
  101. package/lib/types/backoffice/molecules/sidebar_collapse_toggle/SidebarCollapseToggle.d.ts +2 -1
  102. package/lib/types/backoffice/molecules/sidebar_collapse_toggle/SidebarCollapseToggle.d.ts.map +1 -1
  103. package/lib/types/backoffice/molecules/sidebar_collapse_toggle/sidebarCollapseToggle.css.d.ts +2 -0
  104. package/lib/types/backoffice/molecules/sidebar_collapse_toggle/sidebarCollapseToggle.css.d.ts.map +1 -1
  105. package/lib/types/backoffice/molecules/sidebar_nav_item/SidebarNavItem.d.ts +2 -1
  106. package/lib/types/backoffice/molecules/sidebar_nav_item/SidebarNavItem.d.ts.map +1 -1
  107. package/lib/types/backoffice/molecules/sidebar_nav_item/sidebarNavItem.css.d.ts +2 -0
  108. package/lib/types/backoffice/molecules/sidebar_nav_item/sidebarNavItem.css.d.ts.map +1 -1
  109. package/lib/types/backoffice/molecules/sidebar_nav_section/SidebarNavSection.d.ts +2 -1
  110. package/lib/types/backoffice/molecules/sidebar_nav_section/SidebarNavSection.d.ts.map +1 -1
  111. package/lib/types/backoffice/molecules/sidebar_nav_section/sidebarNavSection.css.d.ts +9 -1
  112. package/lib/types/backoffice/molecules/sidebar_nav_section/sidebarNavSection.css.d.ts.map +1 -1
  113. package/lib/types/backoffice/molecules/sidebar_profile_menu/BackofficeSidebarProfileMenu.d.ts.map +1 -1
  114. package/lib/types/backoffice/molecules/sidebar_profile_menu/sidebarProfileMenu.css.d.ts +3 -0
  115. package/lib/types/backoffice/molecules/sidebar_profile_menu/sidebarProfileMenu.css.d.ts.map +1 -1
  116. package/lib/types/backoffice/organisms/backoffice_data_table/BackofficeDataTable.d.ts +4 -1
  117. package/lib/types/backoffice/organisms/backoffice_data_table/BackofficeDataTable.d.ts.map +1 -1
  118. package/lib/types/backoffice/organisms/backoffice_virtualized_connection_table/BackofficeVirtualizedConnectionTable.d.ts +3 -1
  119. package/lib/types/backoffice/organisms/backoffice_virtualized_connection_table/BackofficeVirtualizedConnectionTable.d.ts.map +1 -1
  120. package/lib/types/backoffice/organisms/entity_header/entityHeader.css.d.ts.map +1 -1
  121. package/lib/types/backoffice/templates/detail_page_template/DetailPageTemplate.d.ts +2 -0
  122. package/lib/types/backoffice/templates/detail_page_template/DetailPageTemplate.d.ts.map +1 -1
  123. package/lib/types/backoffice/templates/detail_page_template/detailPageTemplate.css.d.ts +4 -0
  124. package/lib/types/backoffice/templates/detail_page_template/detailPageTemplate.css.d.ts.map +1 -1
  125. package/lib/types/backoffice/templates/list_page_template/ListPageTemplate.d.ts +2 -0
  126. package/lib/types/backoffice/templates/list_page_template/ListPageTemplate.d.ts.map +1 -1
  127. package/lib/types/backoffice/templates/list_page_template/listPageTemplate.css.d.ts +16 -0
  128. package/lib/types/backoffice/templates/list_page_template/listPageTemplate.css.d.ts.map +1 -1
  129. package/lib/types/components/dashboard/dashboard_grid/DashboardGrid.css.d.ts +21 -0
  130. package/lib/types/components/dashboard/dashboard_grid/DashboardGrid.css.d.ts.map +1 -1
  131. package/lib/types/components/dashboard/dashboard_grid/DashboardGrid.d.ts +12 -1
  132. package/lib/types/components/dashboard/dashboard_grid/DashboardGrid.d.ts.map +1 -1
  133. package/lib/types/components/data-table/DataTable.css.d.ts.map +1 -1
  134. package/lib/types/components/data-table/DataTable.d.ts +3 -1
  135. package/lib/types/components/data-table/DataTable.d.ts.map +1 -1
  136. package/lib/types/components/data-table/ResponsiveRecordList.css.d.ts.map +1 -1
  137. package/lib/types/components/data-table/VirtualizedConnectionTable.d.ts +3 -1
  138. package/lib/types/components/data-table/VirtualizedConnectionTable.d.ts.map +1 -1
  139. package/lib/types/components/feedback/OperationFeedback.css.d.ts +3 -0
  140. package/lib/types/components/feedback/OperationFeedback.css.d.ts.map +1 -0
  141. package/lib/types/components/feedback/OperationFeedback.d.ts +11 -0
  142. package/lib/types/components/feedback/OperationFeedback.d.ts.map +1 -0
  143. package/lib/types/components/infinite/InfiniteScrollTrigger.d.ts +12 -0
  144. package/lib/types/components/infinite/InfiniteScrollTrigger.d.ts.map +1 -0
  145. package/lib/types/components/infinite/infiniteScrollTrigger.css.d.ts +3 -0
  146. package/lib/types/components/infinite/infiniteScrollTrigger.css.d.ts.map +1 -0
  147. package/lib/types/components/layout/AppShell.d.ts +5 -1
  148. package/lib/types/components/layout/AppShell.d.ts.map +1 -1
  149. package/lib/types/components/layout/PageShell.css.d.ts +3 -0
  150. package/lib/types/components/layout/PageShell.css.d.ts.map +1 -1
  151. package/lib/types/components/layout/PageShell.d.ts +5 -1
  152. package/lib/types/components/layout/PageShell.d.ts.map +1 -1
  153. package/lib/types/components/media/ImagePreviewModal.d.ts +12 -0
  154. package/lib/types/components/media/ImagePreviewModal.d.ts.map +1 -0
  155. package/lib/types/components/media/imagePreviewModal.css.d.ts +14 -0
  156. package/lib/types/components/media/imagePreviewModal.css.d.ts.map +1 -0
  157. package/lib/types/components/responsive/ResponsiveCollectionRenderer.css.d.ts +4 -0
  158. package/lib/types/components/responsive/ResponsiveCollectionRenderer.css.d.ts.map +1 -0
  159. package/lib/types/components/responsive/ResponsiveCollectionRenderer.d.ts +8 -0
  160. package/lib/types/components/responsive/ResponsiveCollectionRenderer.d.ts.map +1 -0
  161. package/lib/types/components/routing/RouteFallback.d.ts +10 -0
  162. package/lib/types/components/routing/RouteFallback.d.ts.map +1 -0
  163. package/lib/types/components/routing/RoutePendingBar.d.ts +7 -0
  164. package/lib/types/components/routing/RoutePendingBar.d.ts.map +1 -0
  165. package/lib/types/components/routing/routeFallback.css.d.ts +6 -0
  166. package/lib/types/components/routing/routeFallback.css.d.ts.map +1 -0
  167. package/lib/types/components/routing/routePendingBar.css.d.ts +3 -0
  168. package/lib/types/components/routing/routePendingBar.css.d.ts.map +1 -0
  169. package/lib/types/components/select/SimpleSelect.css.d.ts +15 -1
  170. package/lib/types/components/select/SimpleSelect.css.d.ts.map +1 -1
  171. package/lib/types/components/select/SimpleSelect.d.ts +8 -1
  172. package/lib/types/components/select/SimpleSelect.d.ts.map +1 -1
  173. package/lib/types/components/tile/InfoTile.d.ts +1 -0
  174. package/lib/types/components/tile/InfoTile.d.ts.map +1 -1
  175. package/lib/types/hooks/useStickToBottom.d.ts +12 -0
  176. package/lib/types/hooks/useStickToBottom.d.ts.map +1 -0
  177. package/lib/types/hooks/useSubmitOnEnter.d.ts +7 -0
  178. package/lib/types/hooks/useSubmitOnEnter.d.ts.map +1 -0
  179. package/lib/types/i18n/resources.d.ts +183 -6
  180. package/lib/types/i18n/resources.d.ts.map +1 -1
  181. package/lib/types/icons/MenuSvg.d.ts +5 -0
  182. package/lib/types/icons/MenuSvg.d.ts.map +1 -0
  183. package/lib/types/icons/backoffice/BackofficeSidebarActivitySvg.d.ts +2 -0
  184. package/lib/types/icons/backoffice/BackofficeSidebarActivitySvg.d.ts.map +1 -0
  185. package/lib/types/icons/backoffice/BackofficeSidebarArchiveSvg.d.ts +2 -0
  186. package/lib/types/icons/backoffice/BackofficeSidebarArchiveSvg.d.ts.map +1 -0
  187. package/lib/types/icons/backoffice/BackofficeSidebarBadgeCheckSvg.d.ts +2 -0
  188. package/lib/types/icons/backoffice/BackofficeSidebarBadgeCheckSvg.d.ts.map +1 -0
  189. package/lib/types/icons/backoffice/BackofficeSidebarBotSvg.d.ts +2 -0
  190. package/lib/types/icons/backoffice/BackofficeSidebarBotSvg.d.ts.map +1 -0
  191. package/lib/types/icons/backoffice/BackofficeSidebarBracesSvg.d.ts +2 -0
  192. package/lib/types/icons/backoffice/BackofficeSidebarBracesSvg.d.ts.map +1 -0
  193. package/lib/types/icons/backoffice/BackofficeSidebarBrainCircuitSvg.d.ts +2 -0
  194. package/lib/types/icons/backoffice/BackofficeSidebarBrainCircuitSvg.d.ts.map +1 -0
  195. package/lib/types/icons/backoffice/BackofficeSidebarBriefcaseSvg.d.ts +2 -0
  196. package/lib/types/icons/backoffice/BackofficeSidebarBriefcaseSvg.d.ts.map +1 -0
  197. package/lib/types/icons/backoffice/BackofficeSidebarBuildingSvg.d.ts +2 -0
  198. package/lib/types/icons/backoffice/BackofficeSidebarBuildingSvg.d.ts.map +1 -0
  199. package/lib/types/icons/backoffice/BackofficeSidebarCableSvg.d.ts +2 -0
  200. package/lib/types/icons/backoffice/BackofficeSidebarCableSvg.d.ts.map +1 -0
  201. package/lib/types/icons/backoffice/BackofficeSidebarCalendarSvg.d.ts +2 -0
  202. package/lib/types/icons/backoffice/BackofficeSidebarCalendarSvg.d.ts.map +1 -0
  203. package/lib/types/icons/backoffice/BackofficeSidebarChartBarSvg.d.ts +2 -0
  204. package/lib/types/icons/backoffice/BackofficeSidebarChartBarSvg.d.ts.map +1 -0
  205. package/lib/types/icons/backoffice/BackofficeSidebarChartLineSvg.d.ts +2 -0
  206. package/lib/types/icons/backoffice/BackofficeSidebarChartLineSvg.d.ts.map +1 -0
  207. package/lib/types/icons/backoffice/BackofficeSidebarChartPieSvg.d.ts +2 -0
  208. package/lib/types/icons/backoffice/BackofficeSidebarChartPieSvg.d.ts.map +1 -0
  209. package/lib/types/icons/backoffice/BackofficeSidebarClipboardCheckSvg.d.ts +2 -0
  210. package/lib/types/icons/backoffice/BackofficeSidebarClipboardCheckSvg.d.ts.map +1 -0
  211. package/lib/types/icons/backoffice/BackofficeSidebarClipboardListSvg.d.ts +2 -0
  212. package/lib/types/icons/backoffice/BackofficeSidebarClipboardListSvg.d.ts.map +1 -0
  213. package/lib/types/icons/backoffice/BackofficeSidebarClockSvg.d.ts +2 -0
  214. package/lib/types/icons/backoffice/BackofficeSidebarClockSvg.d.ts.map +1 -0
  215. package/lib/types/icons/backoffice/BackofficeSidebarCodeSvg.d.ts +2 -0
  216. package/lib/types/icons/backoffice/BackofficeSidebarCodeSvg.d.ts.map +1 -0
  217. package/lib/types/icons/backoffice/BackofficeSidebarCopyCheckSvg.d.ts +2 -0
  218. package/lib/types/icons/backoffice/BackofficeSidebarCopyCheckSvg.d.ts.map +1 -0
  219. package/lib/types/icons/backoffice/BackofficeSidebarCopySvg.d.ts +2 -0
  220. package/lib/types/icons/backoffice/BackofficeSidebarCopySvg.d.ts.map +1 -0
  221. package/lib/types/icons/backoffice/BackofficeSidebarCopyXSvg.d.ts +2 -0
  222. package/lib/types/icons/backoffice/BackofficeSidebarCopyXSvg.d.ts.map +1 -0
  223. package/lib/types/icons/backoffice/BackofficeSidebarCrosshairSvg.d.ts +2 -0
  224. package/lib/types/icons/backoffice/BackofficeSidebarCrosshairSvg.d.ts.map +1 -0
  225. package/lib/types/icons/backoffice/BackofficeSidebarDatabaseSvg.d.ts +2 -0
  226. package/lib/types/icons/backoffice/BackofficeSidebarDatabaseSvg.d.ts.map +1 -0
  227. package/lib/types/icons/backoffice/BackofficeSidebarDiffSvg.d.ts +2 -0
  228. package/lib/types/icons/backoffice/BackofficeSidebarDiffSvg.d.ts.map +1 -0
  229. package/lib/types/icons/backoffice/BackofficeSidebarFileCodeSvg.d.ts +2 -0
  230. package/lib/types/icons/backoffice/BackofficeSidebarFileCodeSvg.d.ts.map +1 -0
  231. package/lib/types/icons/backoffice/BackofficeSidebarFileCogSvg.d.ts +2 -0
  232. package/lib/types/icons/backoffice/BackofficeSidebarFileCogSvg.d.ts.map +1 -0
  233. package/lib/types/icons/backoffice/BackofficeSidebarFileSearchSvg.d.ts +2 -0
  234. package/lib/types/icons/backoffice/BackofficeSidebarFileSearchSvg.d.ts.map +1 -0
  235. package/lib/types/icons/backoffice/BackofficeSidebarFileStackSvg.d.ts +2 -0
  236. package/lib/types/icons/backoffice/BackofficeSidebarFileStackSvg.d.ts.map +1 -0
  237. package/lib/types/icons/backoffice/BackofficeSidebarFileTextSvg.d.ts +2 -0
  238. package/lib/types/icons/backoffice/BackofficeSidebarFileTextSvg.d.ts.map +1 -0
  239. package/lib/types/icons/backoffice/BackofficeSidebarFilesSvg.d.ts +2 -0
  240. package/lib/types/icons/backoffice/BackofficeSidebarFilesSvg.d.ts.map +1 -0
  241. package/lib/types/icons/backoffice/BackofficeSidebarFingerprintSvg.d.ts +2 -0
  242. package/lib/types/icons/backoffice/BackofficeSidebarFingerprintSvg.d.ts.map +1 -0
  243. package/lib/types/icons/backoffice/BackofficeSidebarFlameSvg.d.ts +2 -0
  244. package/lib/types/icons/backoffice/BackofficeSidebarFlameSvg.d.ts.map +1 -0
  245. package/lib/types/icons/backoffice/BackofficeSidebarFolderGitSvg.d.ts +2 -0
  246. package/lib/types/icons/backoffice/BackofficeSidebarFolderGitSvg.d.ts.map +1 -0
  247. package/lib/types/icons/backoffice/BackofficeSidebarFolderKanbanSvg.d.ts +2 -0
  248. package/lib/types/icons/backoffice/BackofficeSidebarFolderKanbanSvg.d.ts.map +1 -0
  249. package/lib/types/icons/backoffice/BackofficeSidebarFolderTreeSvg.d.ts +2 -0
  250. package/lib/types/icons/backoffice/BackofficeSidebarFolderTreeSvg.d.ts.map +1 -0
  251. package/lib/types/icons/backoffice/BackofficeSidebarGaugeSvg.d.ts +2 -0
  252. package/lib/types/icons/backoffice/BackofficeSidebarGaugeSvg.d.ts.map +1 -0
  253. package/lib/types/icons/backoffice/BackofficeSidebarGitBranchPlusSvg.d.ts +2 -0
  254. package/lib/types/icons/backoffice/BackofficeSidebarGitBranchPlusSvg.d.ts.map +1 -0
  255. package/lib/types/icons/backoffice/BackofficeSidebarGitBranchSvg.d.ts +2 -0
  256. package/lib/types/icons/backoffice/BackofficeSidebarGitBranchSvg.d.ts.map +1 -0
  257. package/lib/types/icons/backoffice/BackofficeSidebarGitCommitSvg.d.ts +2 -0
  258. package/lib/types/icons/backoffice/BackofficeSidebarGitCommitSvg.d.ts.map +1 -0
  259. package/lib/types/icons/backoffice/BackofficeSidebarGitCompareSvg.d.ts +2 -0
  260. package/lib/types/icons/backoffice/BackofficeSidebarGitCompareSvg.d.ts.map +1 -0
  261. package/lib/types/icons/backoffice/BackofficeSidebarGitForkSvg.d.ts +2 -0
  262. package/lib/types/icons/backoffice/BackofficeSidebarGitForkSvg.d.ts.map +1 -0
  263. package/lib/types/icons/backoffice/BackofficeSidebarGitMergeSvg.d.ts +2 -0
  264. package/lib/types/icons/backoffice/BackofficeSidebarGitMergeSvg.d.ts.map +1 -0
  265. package/lib/types/icons/backoffice/BackofficeSidebarGitPullRequestSvg.d.ts +2 -0
  266. package/lib/types/icons/backoffice/BackofficeSidebarGitPullRequestSvg.d.ts.map +1 -0
  267. package/lib/types/icons/backoffice/BackofficeSidebarGlobeSvg.d.ts +2 -0
  268. package/lib/types/icons/backoffice/BackofficeSidebarGlobeSvg.d.ts.map +1 -0
  269. package/lib/types/icons/backoffice/BackofficeSidebarHistorySvg.d.ts +2 -0
  270. package/lib/types/icons/backoffice/BackofficeSidebarHistorySvg.d.ts.map +1 -0
  271. package/lib/types/icons/backoffice/BackofficeSidebarInfoSvg.d.ts +2 -0
  272. package/lib/types/icons/backoffice/BackofficeSidebarInfoSvg.d.ts.map +1 -0
  273. package/lib/types/icons/backoffice/BackofficeSidebarKeySquareSvg.d.ts +2 -0
  274. package/lib/types/icons/backoffice/BackofficeSidebarKeySquareSvg.d.ts.map +1 -0
  275. package/lib/types/icons/backoffice/BackofficeSidebarKeySvg.d.ts +2 -0
  276. package/lib/types/icons/backoffice/BackofficeSidebarKeySvg.d.ts.map +1 -0
  277. package/lib/types/icons/backoffice/BackofficeSidebarLandmarkSvg.d.ts +2 -0
  278. package/lib/types/icons/backoffice/BackofficeSidebarLandmarkSvg.d.ts.map +1 -0
  279. package/lib/types/icons/backoffice/BackofficeSidebarLayoutDashboardSvg.d.ts +2 -0
  280. package/lib/types/icons/backoffice/BackofficeSidebarLayoutDashboardSvg.d.ts.map +1 -0
  281. package/lib/types/icons/backoffice/BackofficeSidebarLinkSvg.d.ts +2 -0
  282. package/lib/types/icons/backoffice/BackofficeSidebarLinkSvg.d.ts.map +1 -0
  283. package/lib/types/icons/backoffice/BackofficeSidebarListChecksSvg.d.ts +2 -0
  284. package/lib/types/icons/backoffice/BackofficeSidebarListChecksSvg.d.ts.map +1 -0
  285. package/lib/types/icons/backoffice/BackofficeSidebarListTodoSvg.d.ts +2 -0
  286. package/lib/types/icons/backoffice/BackofficeSidebarListTodoSvg.d.ts.map +1 -0
  287. package/lib/types/icons/backoffice/BackofficeSidebarListTreeSvg.d.ts +2 -0
  288. package/lib/types/icons/backoffice/BackofficeSidebarListTreeSvg.d.ts.map +1 -0
  289. package/lib/types/icons/backoffice/BackofficeSidebarLocateSvg.d.ts +2 -0
  290. package/lib/types/icons/backoffice/BackofficeSidebarLocateSvg.d.ts.map +1 -0
  291. package/lib/types/icons/backoffice/BackofficeSidebarLockKeyholeSvg.d.ts +2 -0
  292. package/lib/types/icons/backoffice/BackofficeSidebarLockKeyholeSvg.d.ts.map +1 -0
  293. package/lib/types/icons/backoffice/BackofficeSidebarLockSvg.d.ts +2 -0
  294. package/lib/types/icons/backoffice/BackofficeSidebarLockSvg.d.ts.map +1 -0
  295. package/lib/types/icons/backoffice/BackofficeSidebarMailPlusSvg.d.ts +2 -0
  296. package/lib/types/icons/backoffice/BackofficeSidebarMailPlusSvg.d.ts.map +1 -0
  297. package/lib/types/icons/backoffice/BackofficeSidebarMapPinSvg.d.ts +2 -0
  298. package/lib/types/icons/backoffice/BackofficeSidebarMapPinSvg.d.ts.map +1 -0
  299. package/lib/types/icons/backoffice/BackofficeSidebarMapSvg.d.ts +2 -0
  300. package/lib/types/icons/backoffice/BackofficeSidebarMapSvg.d.ts.map +1 -0
  301. package/lib/types/icons/backoffice/BackofficeSidebarMessagePlusSvg.d.ts +2 -0
  302. package/lib/types/icons/backoffice/BackofficeSidebarMessagePlusSvg.d.ts.map +1 -0
  303. package/lib/types/icons/backoffice/BackofficeSidebarMessageTextSvg.d.ts +2 -0
  304. package/lib/types/icons/backoffice/BackofficeSidebarMessageTextSvg.d.ts.map +1 -0
  305. package/lib/types/icons/backoffice/BackofficeSidebarMessagesSvg.d.ts +2 -0
  306. package/lib/types/icons/backoffice/BackofficeSidebarMessagesSvg.d.ts.map +1 -0
  307. package/lib/types/icons/backoffice/BackofficeSidebarMonitorCheckSvg.d.ts +2 -0
  308. package/lib/types/icons/backoffice/BackofficeSidebarMonitorCheckSvg.d.ts.map +1 -0
  309. package/lib/types/icons/backoffice/BackofficeSidebarMouseClickSvg.d.ts +2 -0
  310. package/lib/types/icons/backoffice/BackofficeSidebarMouseClickSvg.d.ts.map +1 -0
  311. package/lib/types/icons/backoffice/BackofficeSidebarNetworkSvg.d.ts +2 -0
  312. package/lib/types/icons/backoffice/BackofficeSidebarNetworkSvg.d.ts.map +1 -0
  313. package/lib/types/icons/backoffice/BackofficeSidebarPanelsSvg.d.ts +2 -0
  314. package/lib/types/icons/backoffice/BackofficeSidebarPanelsSvg.d.ts.map +1 -0
  315. package/lib/types/icons/backoffice/BackofficeSidebarPenToolSvg.d.ts +2 -0
  316. package/lib/types/icons/backoffice/BackofficeSidebarPenToolSvg.d.ts.map +1 -0
  317. package/lib/types/icons/backoffice/BackofficeSidebarPinSvg.d.ts +2 -0
  318. package/lib/types/icons/backoffice/BackofficeSidebarPinSvg.d.ts.map +1 -0
  319. package/lib/types/icons/backoffice/BackofficeSidebarPlayCircleSvg.d.ts +2 -0
  320. package/lib/types/icons/backoffice/BackofficeSidebarPlayCircleSvg.d.ts.map +1 -0
  321. package/lib/types/icons/backoffice/BackofficeSidebarRadarSvg.d.ts +2 -0
  322. package/lib/types/icons/backoffice/BackofficeSidebarRadarSvg.d.ts.map +1 -0
  323. package/lib/types/icons/backoffice/BackofficeSidebarReceiptSvg.d.ts +2 -0
  324. package/lib/types/icons/backoffice/BackofficeSidebarReceiptSvg.d.ts.map +1 -0
  325. package/lib/types/icons/backoffice/BackofficeSidebarRocketSvg.d.ts +2 -0
  326. package/lib/types/icons/backoffice/BackofficeSidebarRocketSvg.d.ts.map +1 -0
  327. package/lib/types/icons/backoffice/BackofficeSidebarRouteSvg.d.ts +2 -0
  328. package/lib/types/icons/backoffice/BackofficeSidebarRouteSvg.d.ts.map +1 -0
  329. package/lib/types/icons/backoffice/BackofficeSidebarScrollTextSvg.d.ts +2 -0
  330. package/lib/types/icons/backoffice/BackofficeSidebarScrollTextSvg.d.ts.map +1 -0
  331. package/lib/types/icons/backoffice/BackofficeSidebarSearchCodeSvg.d.ts +2 -0
  332. package/lib/types/icons/backoffice/BackofficeSidebarSearchCodeSvg.d.ts.map +1 -0
  333. package/lib/types/icons/backoffice/BackofficeSidebarSearchSvg.d.ts +2 -0
  334. package/lib/types/icons/backoffice/BackofficeSidebarSearchSvg.d.ts.map +1 -0
  335. package/lib/types/icons/backoffice/BackofficeSidebarSendSvg.d.ts +2 -0
  336. package/lib/types/icons/backoffice/BackofficeSidebarSendSvg.d.ts.map +1 -0
  337. package/lib/types/icons/backoffice/BackofficeSidebarShieldAlertSvg.d.ts +2 -0
  338. package/lib/types/icons/backoffice/BackofficeSidebarShieldAlertSvg.d.ts.map +1 -0
  339. package/lib/types/icons/backoffice/BackofficeSidebarShieldCheckSvg.d.ts +2 -0
  340. package/lib/types/icons/backoffice/BackofficeSidebarShieldCheckSvg.d.ts.map +1 -0
  341. package/lib/types/icons/backoffice/BackofficeSidebarShieldUserSvg.d.ts +2 -0
  342. package/lib/types/icons/backoffice/BackofficeSidebarShieldUserSvg.d.ts.map +1 -0
  343. package/lib/types/icons/backoffice/BackofficeSidebarStepForwardSvg.d.ts +2 -0
  344. package/lib/types/icons/backoffice/BackofficeSidebarStepForwardSvg.d.ts.map +1 -0
  345. package/lib/types/icons/backoffice/BackofficeSidebarStethoscopeSvg.d.ts +2 -0
  346. package/lib/types/icons/backoffice/BackofficeSidebarStethoscopeSvg.d.ts.map +1 -0
  347. package/lib/types/icons/backoffice/BackofficeSidebarTerminalSquareSvg.d.ts +2 -0
  348. package/lib/types/icons/backoffice/BackofficeSidebarTerminalSquareSvg.d.ts.map +1 -0
  349. package/lib/types/icons/backoffice/BackofficeSidebarTestTubeSvg.d.ts +2 -0
  350. package/lib/types/icons/backoffice/BackofficeSidebarTestTubeSvg.d.ts.map +1 -0
  351. package/lib/types/icons/backoffice/BackofficeSidebarTrashSvg.d.ts +2 -0
  352. package/lib/types/icons/backoffice/BackofficeSidebarTrashSvg.d.ts.map +1 -0
  353. package/lib/types/icons/backoffice/BackofficeSidebarUploadCloudSvg.d.ts +2 -0
  354. package/lib/types/icons/backoffice/BackofficeSidebarUploadCloudSvg.d.ts.map +1 -0
  355. package/lib/types/icons/backoffice/BackofficeSidebarUserCheckSvg.d.ts +2 -0
  356. package/lib/types/icons/backoffice/BackofficeSidebarUserCheckSvg.d.ts.map +1 -0
  357. package/lib/types/icons/backoffice/BackofficeSidebarUserCogSvg.d.ts +2 -0
  358. package/lib/types/icons/backoffice/BackofficeSidebarUserCogSvg.d.ts.map +1 -0
  359. package/lib/types/icons/backoffice/BackofficeSidebarUserSearchSvg.d.ts +2 -0
  360. package/lib/types/icons/backoffice/BackofficeSidebarUserSearchSvg.d.ts.map +1 -0
  361. package/lib/types/icons/backoffice/BackofficeSidebarUserSvg.d.ts +2 -0
  362. package/lib/types/icons/backoffice/BackofficeSidebarUserSvg.d.ts.map +1 -0
  363. package/lib/types/icons/backoffice/BackofficeSidebarUsersSvg.d.ts +2 -0
  364. package/lib/types/icons/backoffice/BackofficeSidebarUsersSvg.d.ts.map +1 -0
  365. package/lib/types/icons/backoffice/BackofficeSidebarWalletSvg.d.ts +2 -0
  366. package/lib/types/icons/backoffice/BackofficeSidebarWalletSvg.d.ts.map +1 -0
  367. package/lib/types/icons/backoffice/BackofficeSidebarWandSvg.d.ts +2 -0
  368. package/lib/types/icons/backoffice/BackofficeSidebarWandSvg.d.ts.map +1 -0
  369. package/lib/types/icons/backoffice/BackofficeSidebarWorkflowSvg.d.ts +2 -0
  370. package/lib/types/icons/backoffice/BackofficeSidebarWorkflowSvg.d.ts.map +1 -0
  371. package/lib/types/icons/backoffice/BackofficeSidebarWrenchSvg.d.ts +2 -0
  372. package/lib/types/icons/backoffice/BackofficeSidebarWrenchSvg.d.ts.map +1 -0
  373. package/lib/types/icons/backoffice/createBackofficeSidebarIcon.d.ts +11 -0
  374. package/lib/types/icons/backoffice/createBackofficeSidebarIcon.d.ts.map +1 -0
  375. package/lib/types/icons/backoffice/tools/BackofficeToolArchitectureSvg.d.ts +2 -0
  376. package/lib/types/icons/backoffice/tools/BackofficeToolArchitectureSvg.d.ts.map +1 -0
  377. package/lib/types/icons/backoffice/tools/BackofficeToolCallgraphSvg.d.ts +2 -0
  378. package/lib/types/icons/backoffice/tools/BackofficeToolCallgraphSvg.d.ts.map +1 -0
  379. package/lib/types/icons/backoffice/tools/BackofficeToolCodePlacementSvg.d.ts +2 -0
  380. package/lib/types/icons/backoffice/tools/BackofficeToolCodePlacementSvg.d.ts.map +1 -0
  381. package/lib/types/icons/backoffice/tools/BackofficeToolCommitBlameSvg.d.ts +2 -0
  382. package/lib/types/icons/backoffice/tools/BackofficeToolCommitBlameSvg.d.ts.map +1 -0
  383. package/lib/types/icons/backoffice/tools/BackofficeToolCommitDetailSvg.d.ts +2 -0
  384. package/lib/types/icons/backoffice/tools/BackofficeToolCommitDetailSvg.d.ts.map +1 -0
  385. package/lib/types/icons/backoffice/tools/BackofficeToolCommitDiffSvg.d.ts +2 -0
  386. package/lib/types/icons/backoffice/tools/BackofficeToolCommitDiffSvg.d.ts.map +1 -0
  387. package/lib/types/icons/backoffice/tools/BackofficeToolCommitSearchSvg.d.ts +2 -0
  388. package/lib/types/icons/backoffice/tools/BackofficeToolCommitSearchSvg.d.ts.map +1 -0
  389. package/lib/types/icons/backoffice/tools/BackofficeToolCommitTouchesSvg.d.ts +2 -0
  390. package/lib/types/icons/backoffice/tools/BackofficeToolCommitTouchesSvg.d.ts.map +1 -0
  391. package/lib/types/icons/backoffice/tools/BackofficeToolCommitsLogSvg.d.ts +2 -0
  392. package/lib/types/icons/backoffice/tools/BackofficeToolCommitsLogSvg.d.ts.map +1 -0
  393. package/lib/types/icons/backoffice/tools/BackofficeToolCommitsSvg.d.ts +2 -0
  394. package/lib/types/icons/backoffice/tools/BackofficeToolCommitsSvg.d.ts.map +1 -0
  395. package/lib/types/icons/backoffice/tools/BackofficeToolComplexSymbolsSvg.d.ts +2 -0
  396. package/lib/types/icons/backoffice/tools/BackofficeToolComplexSymbolsSvg.d.ts.map +1 -0
  397. package/lib/types/icons/backoffice/tools/BackofficeToolDeadCodeSvg.d.ts +2 -0
  398. package/lib/types/icons/backoffice/tools/BackofficeToolDeadCodeSvg.d.ts.map +1 -0
  399. package/lib/types/icons/backoffice/tools/BackofficeToolDependenciesSvg.d.ts +2 -0
  400. package/lib/types/icons/backoffice/tools/BackofficeToolDependenciesSvg.d.ts.map +1 -0
  401. package/lib/types/icons/backoffice/tools/BackofficeToolDesignSvg.d.ts +2 -0
  402. package/lib/types/icons/backoffice/tools/BackofficeToolDesignSvg.d.ts.map +1 -0
  403. package/lib/types/icons/backoffice/tools/BackofficeToolDevSvg.d.ts +2 -0
  404. package/lib/types/icons/backoffice/tools/BackofficeToolDevSvg.d.ts.map +1 -0
  405. package/lib/types/icons/backoffice/tools/BackofficeToolDiagnosticsSvg.d.ts +2 -0
  406. package/lib/types/icons/backoffice/tools/BackofficeToolDiagnosticsSvg.d.ts.map +1 -0
  407. package/lib/types/icons/backoffice/tools/BackofficeToolDocsListSvg.d.ts +2 -0
  408. package/lib/types/icons/backoffice/tools/BackofficeToolDocsListSvg.d.ts.map +1 -0
  409. package/lib/types/icons/backoffice/tools/BackofficeToolDocsSvg.d.ts +2 -0
  410. package/lib/types/icons/backoffice/tools/BackofficeToolDocsSvg.d.ts.map +1 -0
  411. package/lib/types/icons/backoffice/tools/BackofficeToolDomainMapSvg.d.ts +2 -0
  412. package/lib/types/icons/backoffice/tools/BackofficeToolDomainMapSvg.d.ts.map +1 -0
  413. package/lib/types/icons/backoffice/tools/BackofficeToolDuplicateFilesSvg.d.ts +2 -0
  414. package/lib/types/icons/backoffice/tools/BackofficeToolDuplicateFilesSvg.d.ts.map +1 -0
  415. package/lib/types/icons/backoffice/tools/BackofficeToolDuplicateSymbolsSvg.d.ts +2 -0
  416. package/lib/types/icons/backoffice/tools/BackofficeToolDuplicateSymbolsSvg.d.ts.map +1 -0
  417. package/lib/types/icons/backoffice/tools/BackofficeToolDuplicationsSvg.d.ts +2 -0
  418. package/lib/types/icons/backoffice/tools/BackofficeToolDuplicationsSvg.d.ts.map +1 -0
  419. package/lib/types/icons/backoffice/tools/BackofficeToolFeatureImpactSvg.d.ts +2 -0
  420. package/lib/types/icons/backoffice/tools/BackofficeToolFeatureImpactSvg.d.ts.map +1 -0
  421. package/lib/types/icons/backoffice/tools/BackofficeToolFeaturePlanSvg.d.ts +2 -0
  422. package/lib/types/icons/backoffice/tools/BackofficeToolFeaturePlanSvg.d.ts.map +1 -0
  423. package/lib/types/icons/backoffice/tools/BackofficeToolFileFindSvg.d.ts +2 -0
  424. package/lib/types/icons/backoffice/tools/BackofficeToolFileFindSvg.d.ts.map +1 -0
  425. package/lib/types/icons/backoffice/tools/BackofficeToolFileHistorySvg.d.ts +2 -0
  426. package/lib/types/icons/backoffice/tools/BackofficeToolFileHistorySvg.d.ts.map +1 -0
  427. package/lib/types/icons/backoffice/tools/BackofficeToolFileMetadataSvg.d.ts +2 -0
  428. package/lib/types/icons/backoffice/tools/BackofficeToolFileMetadataSvg.d.ts.map +1 -0
  429. package/lib/types/icons/backoffice/tools/BackofficeToolFileReadSvg.d.ts +2 -0
  430. package/lib/types/icons/backoffice/tools/BackofficeToolFileReadSvg.d.ts.map +1 -0
  431. package/lib/types/icons/backoffice/tools/BackofficeToolFilesReadManySvg.d.ts +2 -0
  432. package/lib/types/icons/backoffice/tools/BackofficeToolFilesReadManySvg.d.ts.map +1 -0
  433. package/lib/types/icons/backoffice/tools/BackofficeToolFilesSvg.d.ts +2 -0
  434. package/lib/types/icons/backoffice/tools/BackofficeToolFilesSvg.d.ts.map +1 -0
  435. package/lib/types/icons/backoffice/tools/BackofficeToolFulltextSearchSvg.d.ts +2 -0
  436. package/lib/types/icons/backoffice/tools/BackofficeToolFulltextSearchSvg.d.ts.map +1 -0
  437. package/lib/types/icons/backoffice/tools/BackofficeToolGraphNeighborsSvg.d.ts +2 -0
  438. package/lib/types/icons/backoffice/tools/BackofficeToolGraphNeighborsSvg.d.ts.map +1 -0
  439. package/lib/types/icons/backoffice/tools/BackofficeToolGraphSvg.d.ts +2 -0
  440. package/lib/types/icons/backoffice/tools/BackofficeToolGraphSvg.d.ts.map +1 -0
  441. package/lib/types/icons/backoffice/tools/BackofficeToolHotspotsSvg.d.ts +2 -0
  442. package/lib/types/icons/backoffice/tools/BackofficeToolHotspotsSvg.d.ts.map +1 -0
  443. package/lib/types/icons/backoffice/tools/BackofficeToolHttpFetchSvg.d.ts +2 -0
  444. package/lib/types/icons/backoffice/tools/BackofficeToolHttpFetchSvg.d.ts.map +1 -0
  445. package/lib/types/icons/backoffice/tools/BackofficeToolImpactSvg.d.ts +2 -0
  446. package/lib/types/icons/backoffice/tools/BackofficeToolImpactSvg.d.ts.map +1 -0
  447. package/lib/types/icons/backoffice/tools/BackofficeToolPreflightCheckSvg.d.ts +2 -0
  448. package/lib/types/icons/backoffice/tools/BackofficeToolPreflightCheckSvg.d.ts.map +1 -0
  449. package/lib/types/icons/backoffice/tools/BackofficeToolProjectsListSvg.d.ts +2 -0
  450. package/lib/types/icons/backoffice/tools/BackofficeToolProjectsListSvg.d.ts.map +1 -0
  451. package/lib/types/icons/backoffice/tools/BackofficeToolRefactorSvg.d.ts +2 -0
  452. package/lib/types/icons/backoffice/tools/BackofficeToolRefactorSvg.d.ts.map +1 -0
  453. package/lib/types/icons/backoffice/tools/BackofficeToolRepoInfoSvg.d.ts +2 -0
  454. package/lib/types/icons/backoffice/tools/BackofficeToolRepoInfoSvg.d.ts.map +1 -0
  455. package/lib/types/icons/backoffice/tools/BackofficeToolRepoSvg.d.ts +2 -0
  456. package/lib/types/icons/backoffice/tools/BackofficeToolRepoSvg.d.ts.map +1 -0
  457. package/lib/types/icons/backoffice/tools/BackofficeToolRequestFlowSvg.d.ts +2 -0
  458. package/lib/types/icons/backoffice/tools/BackofficeToolRequestFlowSvg.d.ts.map +1 -0
  459. package/lib/types/icons/backoffice/tools/BackofficeToolScaffoldSvg.d.ts +2 -0
  460. package/lib/types/icons/backoffice/tools/BackofficeToolScaffoldSvg.d.ts.map +1 -0
  461. package/lib/types/icons/backoffice/tools/BackofficeToolSuggestTestsSvg.d.ts +2 -0
  462. package/lib/types/icons/backoffice/tools/BackofficeToolSuggestTestsSvg.d.ts.map +1 -0
  463. package/lib/types/icons/backoffice/tools/BackofficeToolSummarySvg.d.ts +2 -0
  464. package/lib/types/icons/backoffice/tools/BackofficeToolSummarySvg.d.ts.map +1 -0
  465. package/lib/types/icons/backoffice/tools/BackofficeToolSymbolDefinitionSvg.d.ts +2 -0
  466. package/lib/types/icons/backoffice/tools/BackofficeToolSymbolDefinitionSvg.d.ts.map +1 -0
  467. package/lib/types/icons/backoffice/tools/BackofficeToolSymbolReferencesSvg.d.ts +2 -0
  468. package/lib/types/icons/backoffice/tools/BackofficeToolSymbolReferencesSvg.d.ts.map +1 -0
  469. package/lib/types/icons/backoffice/tools/BackofficeToolSymbolsListSvg.d.ts +2 -0
  470. package/lib/types/icons/backoffice/tools/BackofficeToolSymbolsListSvg.d.ts.map +1 -0
  471. package/lib/types/icons/backoffice/tools/BackofficeToolTechDebtSvg.d.ts +2 -0
  472. package/lib/types/icons/backoffice/tools/BackofficeToolTechDebtSvg.d.ts.map +1 -0
  473. package/lib/types/icons/backoffice/tools/BackofficeToolTestsSvg.d.ts +2 -0
  474. package/lib/types/icons/backoffice/tools/BackofficeToolTestsSvg.d.ts.map +1 -0
  475. package/lib/types/icons/backoffice/tools/BackofficeToolTodosSvg.d.ts +2 -0
  476. package/lib/types/icons/backoffice/tools/BackofficeToolTodosSvg.d.ts.map +1 -0
  477. package/lib/types/icons/backoffice/tools/BackofficeToolTreeListSvg.d.ts +2 -0
  478. package/lib/types/icons/backoffice/tools/BackofficeToolTreeListSvg.d.ts.map +1 -0
  479. package/lib/types/icons/backoffice/tools/BackofficeToolTreeStatsSvg.d.ts +2 -0
  480. package/lib/types/icons/backoffice/tools/BackofficeToolTreeStatsSvg.d.ts.map +1 -0
  481. package/lib/types/index.d.ts +162 -2
  482. package/lib/types/index.d.ts.map +1 -1
  483. package/lib/types/shared/progress.d.ts +16 -0
  484. package/lib/types/shared/progress.d.ts.map +1 -0
  485. package/lib/types/shared/timeSeries.d.ts +23 -0
  486. package/lib/types/shared/timeSeries.d.ts.map +1 -0
  487. package/package.json +2 -2
  488. package/src/i18n/locales/en/ui.json +92 -4
  489. package/src/i18n/locales/fr/ui.json +93 -4
  490. package/lib/esm/HighlightCode-KpWSo7Zx.js.map +0 -1
  491. package/lib/esm/MarkdownRenderer-c_Ic29c2.js +0 -3821
  492. package/lib/esm/MarkdownRenderer-c_Ic29c2.js.map +0 -1
  493. package/lib/esm/src-PWZgeO3e.js.map +0 -1
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BackofficeSidebarGitForkSvg.d.ts","sourceRoot":"","sources":["../../../../src/icons/backoffice/BackofficeSidebarGitForkSvg.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,2BAA2B,sGAQvC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const BackofficeSidebarGitMergeSvg: ({ width, height, ...rest }: import("react").SVGProps<SVGSVGElement>) => import("react").JSX.Element;
2
+ //# sourceMappingURL=BackofficeSidebarGitMergeSvg.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BackofficeSidebarGitMergeSvg.d.ts","sourceRoot":"","sources":["../../../../src/icons/backoffice/BackofficeSidebarGitMergeSvg.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,4BAA4B,sGAQxC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const BackofficeSidebarGitPullRequestSvg: ({ width, height, ...rest }: import("react").SVGProps<SVGSVGElement>) => import("react").JSX.Element;
2
+ //# sourceMappingURL=BackofficeSidebarGitPullRequestSvg.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BackofficeSidebarGitPullRequestSvg.d.ts","sourceRoot":"","sources":["../../../../src/icons/backoffice/BackofficeSidebarGitPullRequestSvg.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,kCAAkC,sGAQ9C,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const BackofficeSidebarGlobeSvg: ({ width, height, ...rest }: import("react").SVGProps<SVGSVGElement>) => import("react").JSX.Element;
2
+ //# sourceMappingURL=BackofficeSidebarGlobeSvg.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BackofficeSidebarGlobeSvg.d.ts","sourceRoot":"","sources":["../../../../src/icons/backoffice/BackofficeSidebarGlobeSvg.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,yBAAyB,sGAOrC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const BackofficeSidebarHistorySvg: ({ width, height, ...rest }: import("react").SVGProps<SVGSVGElement>) => import("react").JSX.Element;
2
+ //# sourceMappingURL=BackofficeSidebarHistorySvg.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BackofficeSidebarHistorySvg.d.ts","sourceRoot":"","sources":["../../../../src/icons/backoffice/BackofficeSidebarHistorySvg.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,2BAA2B,sGAMvC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const BackofficeSidebarInfoSvg: ({ width, height, ...rest }: import("react").SVGProps<SVGSVGElement>) => import("react").JSX.Element;
2
+ //# sourceMappingURL=BackofficeSidebarInfoSvg.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BackofficeSidebarInfoSvg.d.ts","sourceRoot":"","sources":["../../../../src/icons/backoffice/BackofficeSidebarInfoSvg.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,wBAAwB,sGAMpC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const BackofficeSidebarKeySquareSvg: ({ width, height, ...rest }: import("react").SVGProps<SVGSVGElement>) => import("react").JSX.Element;
2
+ //# sourceMappingURL=BackofficeSidebarKeySquareSvg.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BackofficeSidebarKeySquareSvg.d.ts","sourceRoot":"","sources":["../../../../src/icons/backoffice/BackofficeSidebarKeySquareSvg.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,6BAA6B,sGAMzC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const BackofficeSidebarKeySvg: ({ width, height, ...rest }: import("react").SVGProps<SVGSVGElement>) => import("react").JSX.Element;
2
+ //# sourceMappingURL=BackofficeSidebarKeySvg.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BackofficeSidebarKeySvg.d.ts","sourceRoot":"","sources":["../../../../src/icons/backoffice/BackofficeSidebarKeySvg.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,uBAAuB,sGAOnC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const BackofficeSidebarLandmarkSvg: ({ width, height, ...rest }: import("react").SVGProps<SVGSVGElement>) => import("react").JSX.Element;
2
+ //# sourceMappingURL=BackofficeSidebarLandmarkSvg.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BackofficeSidebarLandmarkSvg.d.ts","sourceRoot":"","sources":["../../../../src/icons/backoffice/BackofficeSidebarLandmarkSvg.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,4BAA4B,sGAMxC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const BackofficeSidebarLayoutDashboardSvg: ({ width, height, ...rest }: import("react").SVGProps<SVGSVGElement>) => import("react").JSX.Element;
2
+ //# sourceMappingURL=BackofficeSidebarLayoutDashboardSvg.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BackofficeSidebarLayoutDashboardSvg.d.ts","sourceRoot":"","sources":["../../../../src/icons/backoffice/BackofficeSidebarLayoutDashboardSvg.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,mCAAmC,sGAO/C,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const BackofficeSidebarLinkSvg: ({ width, height, ...rest }: import("react").SVGProps<SVGSVGElement>) => import("react").JSX.Element;
2
+ //# sourceMappingURL=BackofficeSidebarLinkSvg.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BackofficeSidebarLinkSvg.d.ts","sourceRoot":"","sources":["../../../../src/icons/backoffice/BackofficeSidebarLinkSvg.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,wBAAwB,sGAWpC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const BackofficeSidebarListChecksSvg: ({ width, height, ...rest }: import("react").SVGProps<SVGSVGElement>) => import("react").JSX.Element;
2
+ //# sourceMappingURL=BackofficeSidebarListChecksSvg.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BackofficeSidebarListChecksSvg.d.ts","sourceRoot":"","sources":["../../../../src/icons/backoffice/BackofficeSidebarListChecksSvg.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,8BAA8B,sGAK1C,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const BackofficeSidebarListTodoSvg: ({ width, height, ...rest }: import("react").SVGProps<SVGSVGElement>) => import("react").JSX.Element;
2
+ //# sourceMappingURL=BackofficeSidebarListTodoSvg.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BackofficeSidebarListTodoSvg.d.ts","sourceRoot":"","sources":["../../../../src/icons/backoffice/BackofficeSidebarListTodoSvg.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,4BAA4B,sGAOxC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const BackofficeSidebarListTreeSvg: ({ width, height, ...rest }: import("react").SVGProps<SVGSVGElement>) => import("react").JSX.Element;
2
+ //# sourceMappingURL=BackofficeSidebarListTreeSvg.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BackofficeSidebarListTreeSvg.d.ts","sourceRoot":"","sources":["../../../../src/icons/backoffice/BackofficeSidebarListTreeSvg.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,4BAA4B,sGAMxC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const BackofficeSidebarLocateSvg: ({ width, height, ...rest }: import("react").SVGProps<SVGSVGElement>) => import("react").JSX.Element;
2
+ //# sourceMappingURL=BackofficeSidebarLocateSvg.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BackofficeSidebarLocateSvg.d.ts","sourceRoot":"","sources":["../../../../src/icons/backoffice/BackofficeSidebarLocateSvg.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,0BAA0B,sGAMtC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const BackofficeSidebarLockKeyholeSvg: ({ width, height, ...rest }: import("react").SVGProps<SVGSVGElement>) => import("react").JSX.Element;
2
+ //# sourceMappingURL=BackofficeSidebarLockKeyholeSvg.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BackofficeSidebarLockKeyholeSvg.d.ts","sourceRoot":"","sources":["../../../../src/icons/backoffice/BackofficeSidebarLockKeyholeSvg.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,+BAA+B,sGAM3C,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const BackofficeSidebarLockSvg: ({ width, height, ...rest }: import("react").SVGProps<SVGSVGElement>) => import("react").JSX.Element;
2
+ //# sourceMappingURL=BackofficeSidebarLockSvg.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BackofficeSidebarLockSvg.d.ts","sourceRoot":"","sources":["../../../../src/icons/backoffice/BackofficeSidebarLockSvg.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,wBAAwB,sGAKpC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const BackofficeSidebarMailPlusSvg: ({ width, height, ...rest }: import("react").SVGProps<SVGSVGElement>) => import("react").JSX.Element;
2
+ //# sourceMappingURL=BackofficeSidebarMailPlusSvg.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BackofficeSidebarMailPlusSvg.d.ts","sourceRoot":"","sources":["../../../../src/icons/backoffice/BackofficeSidebarMailPlusSvg.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,4BAA4B,sGAMxC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const BackofficeSidebarMapPinSvg: ({ width, height, ...rest }: import("react").SVGProps<SVGSVGElement>) => import("react").JSX.Element;
2
+ //# sourceMappingURL=BackofficeSidebarMapPinSvg.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BackofficeSidebarMapPinSvg.d.ts","sourceRoot":"","sources":["../../../../src/icons/backoffice/BackofficeSidebarMapPinSvg.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,0BAA0B,sGAQtC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const BackofficeSidebarMapSvg: ({ width, height, ...rest }: import("react").SVGProps<SVGSVGElement>) => import("react").JSX.Element;
2
+ //# sourceMappingURL=BackofficeSidebarMapSvg.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BackofficeSidebarMapSvg.d.ts","sourceRoot":"","sources":["../../../../src/icons/backoffice/BackofficeSidebarMapSvg.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,uBAAuB,sGAKnC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const BackofficeSidebarMessagePlusSvg: ({ width, height, ...rest }: import("react").SVGProps<SVGSVGElement>) => import("react").JSX.Element;
2
+ //# sourceMappingURL=BackofficeSidebarMessagePlusSvg.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BackofficeSidebarMessagePlusSvg.d.ts","sourceRoot":"","sources":["../../../../src/icons/backoffice/BackofficeSidebarMessagePlusSvg.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,+BAA+B,sGAQ3C,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const BackofficeSidebarMessageTextSvg: ({ width, height, ...rest }: import("react").SVGProps<SVGSVGElement>) => import("react").JSX.Element;
2
+ //# sourceMappingURL=BackofficeSidebarMessageTextSvg.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BackofficeSidebarMessageTextSvg.d.ts","sourceRoot":"","sources":["../../../../src/icons/backoffice/BackofficeSidebarMessageTextSvg.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,+BAA+B,sGAQ3C,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const BackofficeSidebarMessagesSvg: ({ width, height, ...rest }: import("react").SVGProps<SVGSVGElement>) => import("react").JSX.Element;
2
+ //# sourceMappingURL=BackofficeSidebarMessagesSvg.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BackofficeSidebarMessagesSvg.d.ts","sourceRoot":"","sources":["../../../../src/icons/backoffice/BackofficeSidebarMessagesSvg.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,4BAA4B,sGAQxC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const BackofficeSidebarMonitorCheckSvg: ({ width, height, ...rest }: import("react").SVGProps<SVGSVGElement>) => import("react").JSX.Element;
2
+ //# sourceMappingURL=BackofficeSidebarMonitorCheckSvg.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BackofficeSidebarMonitorCheckSvg.d.ts","sourceRoot":"","sources":["../../../../src/icons/backoffice/BackofficeSidebarMonitorCheckSvg.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,gCAAgC,sGAM5C,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const BackofficeSidebarMouseClickSvg: ({ width, height, ...rest }: import("react").SVGProps<SVGSVGElement>) => import("react").JSX.Element;
2
+ //# sourceMappingURL=BackofficeSidebarMouseClickSvg.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BackofficeSidebarMouseClickSvg.d.ts","sourceRoot":"","sources":["../../../../src/icons/backoffice/BackofficeSidebarMouseClickSvg.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,8BAA8B,sGAK1C,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const BackofficeSidebarNetworkSvg: ({ width, height, ...rest }: import("react").SVGProps<SVGSVGElement>) => import("react").JSX.Element;
2
+ //# sourceMappingURL=BackofficeSidebarNetworkSvg.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BackofficeSidebarNetworkSvg.d.ts","sourceRoot":"","sources":["../../../../src/icons/backoffice/BackofficeSidebarNetworkSvg.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,2BAA2B,sGAOvC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const BackofficeSidebarPanelsSvg: ({ width, height, ...rest }: import("react").SVGProps<SVGSVGElement>) => import("react").JSX.Element;
2
+ //# sourceMappingURL=BackofficeSidebarPanelsSvg.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BackofficeSidebarPanelsSvg.d.ts","sourceRoot":"","sources":["../../../../src/icons/backoffice/BackofficeSidebarPanelsSvg.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,0BAA0B,sGAKtC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const BackofficeSidebarPenToolSvg: ({ width, height, ...rest }: import("react").SVGProps<SVGSVGElement>) => import("react").JSX.Element;
2
+ //# sourceMappingURL=BackofficeSidebarPenToolSvg.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BackofficeSidebarPenToolSvg.d.ts","sourceRoot":"","sources":["../../../../src/icons/backoffice/BackofficeSidebarPenToolSvg.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,2BAA2B,sGAMvC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const BackofficeSidebarPinSvg: ({ width, height, ...rest }: import("react").SVGProps<SVGSVGElement>) => import("react").JSX.Element;
2
+ //# sourceMappingURL=BackofficeSidebarPinSvg.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BackofficeSidebarPinSvg.d.ts","sourceRoot":"","sources":["../../../../src/icons/backoffice/BackofficeSidebarPinSvg.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,uBAAuB,sGAInC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const BackofficeSidebarPlayCircleSvg: ({ width, height, ...rest }: import("react").SVGProps<SVGSVGElement>) => import("react").JSX.Element;
2
+ //# sourceMappingURL=BackofficeSidebarPlayCircleSvg.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BackofficeSidebarPlayCircleSvg.d.ts","sourceRoot":"","sources":["../../../../src/icons/backoffice/BackofficeSidebarPlayCircleSvg.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,8BAA8B,sGAK1C,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const BackofficeSidebarRadarSvg: ({ width, height, ...rest }: import("react").SVGProps<SVGSVGElement>) => import("react").JSX.Element;
2
+ //# sourceMappingURL=BackofficeSidebarRadarSvg.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BackofficeSidebarRadarSvg.d.ts","sourceRoot":"","sources":["../../../../src/icons/backoffice/BackofficeSidebarRadarSvg.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,yBAAyB,sGAOrC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const BackofficeSidebarReceiptSvg: ({ width, height, ...rest }: import("react").SVGProps<SVGSVGElement>) => import("react").JSX.Element;
2
+ //# sourceMappingURL=BackofficeSidebarReceiptSvg.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BackofficeSidebarReceiptSvg.d.ts","sourceRoot":"","sources":["../../../../src/icons/backoffice/BackofficeSidebarReceiptSvg.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,2BAA2B,sGAQvC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const BackofficeSidebarRocketSvg: ({ width, height, ...rest }: import("react").SVGProps<SVGSVGElement>) => import("react").JSX.Element;
2
+ //# sourceMappingURL=BackofficeSidebarRocketSvg.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BackofficeSidebarRocketSvg.d.ts","sourceRoot":"","sources":["../../../../src/icons/backoffice/BackofficeSidebarRocketSvg.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,0BAA0B,sGAMtC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const BackofficeSidebarRouteSvg: ({ width, height, ...rest }: import("react").SVGProps<SVGSVGElement>) => import("react").JSX.Element;
2
+ //# sourceMappingURL=BackofficeSidebarRouteSvg.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BackofficeSidebarRouteSvg.d.ts","sourceRoot":"","sources":["../../../../src/icons/backoffice/BackofficeSidebarRouteSvg.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,yBAAyB,sGAMrC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const BackofficeSidebarScrollTextSvg: ({ width, height, ...rest }: import("react").SVGProps<SVGSVGElement>) => import("react").JSX.Element;
2
+ //# sourceMappingURL=BackofficeSidebarScrollTextSvg.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BackofficeSidebarScrollTextSvg.d.ts","sourceRoot":"","sources":["../../../../src/icons/backoffice/BackofficeSidebarScrollTextSvg.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,8BAA8B,sGAQ1C,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const BackofficeSidebarSearchCodeSvg: ({ width, height, ...rest }: import("react").SVGProps<SVGSVGElement>) => import("react").JSX.Element;
2
+ //# sourceMappingURL=BackofficeSidebarSearchCodeSvg.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BackofficeSidebarSearchCodeSvg.d.ts","sourceRoot":"","sources":["../../../../src/icons/backoffice/BackofficeSidebarSearchCodeSvg.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,8BAA8B,sGAM1C,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const BackofficeSidebarSearchSvg: ({ width, height, ...rest }: import("react").SVGProps<SVGSVGElement>) => import("react").JSX.Element;
2
+ //# sourceMappingURL=BackofficeSidebarSearchSvg.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BackofficeSidebarSearchSvg.d.ts","sourceRoot":"","sources":["../../../../src/icons/backoffice/BackofficeSidebarSearchSvg.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,0BAA0B,sGAKtC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const BackofficeSidebarSendSvg: ({ width, height, ...rest }: import("react").SVGProps<SVGSVGElement>) => import("react").JSX.Element;
2
+ //# sourceMappingURL=BackofficeSidebarSendSvg.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BackofficeSidebarSendSvg.d.ts","sourceRoot":"","sources":["../../../../src/icons/backoffice/BackofficeSidebarSendSvg.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,wBAAwB,sGAKpC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const BackofficeSidebarShieldAlertSvg: ({ width, height, ...rest }: import("react").SVGProps<SVGSVGElement>) => import("react").JSX.Element;
2
+ //# sourceMappingURL=BackofficeSidebarShieldAlertSvg.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BackofficeSidebarShieldAlertSvg.d.ts","sourceRoot":"","sources":["../../../../src/icons/backoffice/BackofficeSidebarShieldAlertSvg.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,+BAA+B,sGAM3C,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const BackofficeSidebarShieldCheckSvg: ({ width, height, ...rest }: import("react").SVGProps<SVGSVGElement>) => import("react").JSX.Element;
2
+ //# sourceMappingURL=BackofficeSidebarShieldCheckSvg.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BackofficeSidebarShieldCheckSvg.d.ts","sourceRoot":"","sources":["../../../../src/icons/backoffice/BackofficeSidebarShieldCheckSvg.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,+BAA+B,sGAK3C,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const BackofficeSidebarShieldUserSvg: ({ width, height, ...rest }: import("react").SVGProps<SVGSVGElement>) => import("react").JSX.Element;
2
+ //# sourceMappingURL=BackofficeSidebarShieldUserSvg.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BackofficeSidebarShieldUserSvg.d.ts","sourceRoot":"","sources":["../../../../src/icons/backoffice/BackofficeSidebarShieldUserSvg.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,8BAA8B,sGAM1C,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const BackofficeSidebarStepForwardSvg: ({ width, height, ...rest }: import("react").SVGProps<SVGSVGElement>) => import("react").JSX.Element;
2
+ //# sourceMappingURL=BackofficeSidebarStepForwardSvg.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BackofficeSidebarStepForwardSvg.d.ts","sourceRoot":"","sources":["../../../../src/icons/backoffice/BackofficeSidebarStepForwardSvg.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,+BAA+B,sGAK3C,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const BackofficeSidebarStethoscopeSvg: ({ width, height, ...rest }: import("react").SVGProps<SVGSVGElement>) => import("react").JSX.Element;
2
+ //# sourceMappingURL=BackofficeSidebarStethoscopeSvg.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BackofficeSidebarStethoscopeSvg.d.ts","sourceRoot":"","sources":["../../../../src/icons/backoffice/BackofficeSidebarStethoscopeSvg.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,+BAA+B,sGAM3C,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const BackofficeSidebarTerminalSquareSvg: ({ width, height, ...rest }: import("react").SVGProps<SVGSVGElement>) => import("react").JSX.Element;
2
+ //# sourceMappingURL=BackofficeSidebarTerminalSquareSvg.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BackofficeSidebarTerminalSquareSvg.d.ts","sourceRoot":"","sources":["../../../../src/icons/backoffice/BackofficeSidebarTerminalSquareSvg.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,kCAAkC,sGAM9C,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const BackofficeSidebarTestTubeSvg: ({ width, height, ...rest }: import("react").SVGProps<SVGSVGElement>) => import("react").JSX.Element;
2
+ //# sourceMappingURL=BackofficeSidebarTestTubeSvg.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BackofficeSidebarTestTubeSvg.d.ts","sourceRoot":"","sources":["../../../../src/icons/backoffice/BackofficeSidebarTestTubeSvg.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,4BAA4B,sGASxC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const BackofficeSidebarTrashSvg: ({ width, height, ...rest }: import("react").SVGProps<SVGSVGElement>) => import("react").JSX.Element;
2
+ //# sourceMappingURL=BackofficeSidebarTrashSvg.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BackofficeSidebarTrashSvg.d.ts","sourceRoot":"","sources":["../../../../src/icons/backoffice/BackofficeSidebarTrashSvg.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,yBAAyB,sGAMrC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const BackofficeSidebarUploadCloudSvg: ({ width, height, ...rest }: import("react").SVGProps<SVGSVGElement>) => import("react").JSX.Element;
2
+ //# sourceMappingURL=BackofficeSidebarUploadCloudSvg.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BackofficeSidebarUploadCloudSvg.d.ts","sourceRoot":"","sources":["../../../../src/icons/backoffice/BackofficeSidebarUploadCloudSvg.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,+BAA+B,sGAS3C,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const BackofficeSidebarUserCheckSvg: ({ width, height, ...rest }: import("react").SVGProps<SVGSVGElement>) => import("react").JSX.Element;
2
+ //# sourceMappingURL=BackofficeSidebarUserCheckSvg.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BackofficeSidebarUserCheckSvg.d.ts","sourceRoot":"","sources":["../../../../src/icons/backoffice/BackofficeSidebarUserCheckSvg.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,6BAA6B,sGAMzC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const BackofficeSidebarUserCogSvg: ({ width, height, ...rest }: import("react").SVGProps<SVGSVGElement>) => import("react").JSX.Element;
2
+ //# sourceMappingURL=BackofficeSidebarUserCogSvg.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BackofficeSidebarUserCogSvg.d.ts","sourceRoot":"","sources":["../../../../src/icons/backoffice/BackofficeSidebarUserCogSvg.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,2BAA2B,sGAOvC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const BackofficeSidebarUserSearchSvg: ({ width, height, ...rest }: import("react").SVGProps<SVGSVGElement>) => import("react").JSX.Element;
2
+ //# sourceMappingURL=BackofficeSidebarUserSearchSvg.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BackofficeSidebarUserSearchSvg.d.ts","sourceRoot":"","sources":["../../../../src/icons/backoffice/BackofficeSidebarUserSearchSvg.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,8BAA8B,sGAO1C,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const BackofficeSidebarUserSvg: ({ width, height, ...rest }: import("react").SVGProps<SVGSVGElement>) => import("react").JSX.Element;
2
+ //# sourceMappingURL=BackofficeSidebarUserSvg.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BackofficeSidebarUserSvg.d.ts","sourceRoot":"","sources":["../../../../src/icons/backoffice/BackofficeSidebarUserSvg.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,wBAAwB,sGAKpC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const BackofficeSidebarUsersSvg: ({ width, height, ...rest }: import("react").SVGProps<SVGSVGElement>) => import("react").JSX.Element;
2
+ //# sourceMappingURL=BackofficeSidebarUsersSvg.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BackofficeSidebarUsersSvg.d.ts","sourceRoot":"","sources":["../../../../src/icons/backoffice/BackofficeSidebarUsersSvg.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,yBAAyB,sGAOrC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const BackofficeSidebarWalletSvg: ({ width, height, ...rest }: import("react").SVGProps<SVGSVGElement>) => import("react").JSX.Element;
2
+ //# sourceMappingURL=BackofficeSidebarWalletSvg.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BackofficeSidebarWalletSvg.d.ts","sourceRoot":"","sources":["../../../../src/icons/backoffice/BackofficeSidebarWalletSvg.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,0BAA0B,sGAQtC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const BackofficeSidebarWandSvg: ({ width, height, ...rest }: import("react").SVGProps<SVGSVGElement>) => import("react").JSX.Element;
2
+ //# sourceMappingURL=BackofficeSidebarWandSvg.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BackofficeSidebarWandSvg.d.ts","sourceRoot":"","sources":["../../../../src/icons/backoffice/BackofficeSidebarWandSvg.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,wBAAwB,sGAMpC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const BackofficeSidebarWorkflowSvg: ({ width, height, ...rest }: import("react").SVGProps<SVGSVGElement>) => import("react").JSX.Element;
2
+ //# sourceMappingURL=BackofficeSidebarWorkflowSvg.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BackofficeSidebarWorkflowSvg.d.ts","sourceRoot":"","sources":["../../../../src/icons/backoffice/BackofficeSidebarWorkflowSvg.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,4BAA4B,sGAQxC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const BackofficeSidebarWrenchSvg: ({ width, height, ...rest }: import("react").SVGProps<SVGSVGElement>) => import("react").JSX.Element;
2
+ //# sourceMappingURL=BackofficeSidebarWrenchSvg.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BackofficeSidebarWrenchSvg.d.ts","sourceRoot":"","sources":["../../../../src/icons/backoffice/BackofficeSidebarWrenchSvg.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,0BAA0B,sGAQtC,CAAC"}
@@ -0,0 +1,11 @@
1
+ import { type JSX, type ReactNode, type SVGProps } from 'react';
2
+ type IconProps = SVGProps<SVGSVGElement>;
3
+ export declare const createBackofficeSidebarIcon: (children: ReactNode) => ({ width, height, ...rest }: IconProps) => JSX.Element;
4
+ export declare const iconProps: {
5
+ readonly stroke: "currentColor";
6
+ readonly strokeWidth: 1.75;
7
+ readonly strokeLinecap: "round";
8
+ readonly strokeLinejoin: "round";
9
+ };
10
+ export {};
11
+ //# sourceMappingURL=createBackofficeSidebarIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"createBackofficeSidebarIcon.d.ts","sourceRoot":"","sources":["../../../../src/icons/backoffice/createBackofficeSidebarIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,GAAG,EAAE,KAAK,SAAS,EAAE,KAAK,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEhE,KAAK,SAAS,GAAG,QAAQ,CAAC,aAAa,CAAC,CAAC;AAEzC,eAAO,MAAM,2BAA2B,GAAI,UAAU,SAAS,MACrD,4BAAsC,SAAS,KAAG,GAAG,CAAC,OAc/D,CAAC;AAEF,eAAO,MAAM,SAAS;;;;;CAKZ,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { BackofficeSidebarPanelsSvg as BackofficeToolArchitectureSvg } from '../BackofficeSidebarPanelsSvg.js';
2
+ //# sourceMappingURL=BackofficeToolArchitectureSvg.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BackofficeToolArchitectureSvg.d.ts","sourceRoot":"","sources":["../../../../../src/icons/backoffice/tools/BackofficeToolArchitectureSvg.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,0BAA0B,IAAI,6BAA6B,EAAE,MAAM,kCAAkC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { BackofficeSidebarGitForkSvg as BackofficeToolCallgraphSvg } from '../BackofficeSidebarGitForkSvg.js';
2
+ //# sourceMappingURL=BackofficeToolCallgraphSvg.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BackofficeToolCallgraphSvg.d.ts","sourceRoot":"","sources":["../../../../../src/icons/backoffice/tools/BackofficeToolCallgraphSvg.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,2BAA2B,IAAI,0BAA0B,EAAE,MAAM,mCAAmC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { BackofficeSidebarCodeSvg as BackofficeToolCodePlacementSvg } from '../BackofficeSidebarCodeSvg.js';
2
+ //# sourceMappingURL=BackofficeToolCodePlacementSvg.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BackofficeToolCodePlacementSvg.d.ts","sourceRoot":"","sources":["../../../../../src/icons/backoffice/tools/BackofficeToolCodePlacementSvg.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,IAAI,8BAA8B,EAAE,MAAM,gCAAgC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { BackofficeSidebarFingerprintSvg as BackofficeToolCommitBlameSvg } from '../BackofficeSidebarFingerprintSvg.js';
2
+ //# sourceMappingURL=BackofficeToolCommitBlameSvg.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BackofficeToolCommitBlameSvg.d.ts","sourceRoot":"","sources":["../../../../../src/icons/backoffice/tools/BackofficeToolCommitBlameSvg.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,+BAA+B,IAAI,4BAA4B,EAAE,MAAM,uCAAuC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { BackofficeSidebarGitCommitSvg as BackofficeToolCommitDetailSvg } from '../BackofficeSidebarGitCommitSvg.js';
2
+ //# sourceMappingURL=BackofficeToolCommitDetailSvg.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BackofficeToolCommitDetailSvg.d.ts","sourceRoot":"","sources":["../../../../../src/icons/backoffice/tools/BackofficeToolCommitDetailSvg.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,6BAA6B,IAAI,6BAA6B,EAAE,MAAM,qCAAqC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { BackofficeSidebarDiffSvg as BackofficeToolCommitDiffSvg } from '../BackofficeSidebarDiffSvg.js';
2
+ //# sourceMappingURL=BackofficeToolCommitDiffSvg.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BackofficeToolCommitDiffSvg.d.ts","sourceRoot":"","sources":["../../../../../src/icons/backoffice/tools/BackofficeToolCommitDiffSvg.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,IAAI,2BAA2B,EAAE,MAAM,gCAAgC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { BackofficeSidebarSearchSvg as BackofficeToolCommitSearchSvg } from '../BackofficeSidebarSearchSvg.js';
2
+ //# sourceMappingURL=BackofficeToolCommitSearchSvg.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BackofficeToolCommitSearchSvg.d.ts","sourceRoot":"","sources":["../../../../../src/icons/backoffice/tools/BackofficeToolCommitSearchSvg.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,0BAA0B,IAAI,6BAA6B,EAAE,MAAM,kCAAkC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { BackofficeSidebarMouseClickSvg as BackofficeToolCommitTouchesSvg } from '../BackofficeSidebarMouseClickSvg.js';
2
+ //# sourceMappingURL=BackofficeToolCommitTouchesSvg.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BackofficeToolCommitTouchesSvg.d.ts","sourceRoot":"","sources":["../../../../../src/icons/backoffice/tools/BackofficeToolCommitTouchesSvg.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,8BAA8B,IAAI,8BAA8B,EAAE,MAAM,sCAAsC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { BackofficeSidebarHistorySvg as BackofficeToolCommitsLogSvg } from '../BackofficeSidebarHistorySvg.js';
2
+ //# sourceMappingURL=BackofficeToolCommitsLogSvg.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BackofficeToolCommitsLogSvg.d.ts","sourceRoot":"","sources":["../../../../../src/icons/backoffice/tools/BackofficeToolCommitsLogSvg.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,2BAA2B,IAAI,2BAA2B,EAAE,MAAM,mCAAmC,CAAC"}