@plumile/ui 0.1.61 → 0.1.63

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 (401) hide show
  1. package/lib/esm/atomic/molecules/markdown/components/MarkdownEmphasis.css.js +0 -1
  2. package/lib/esm/atomic/molecules/markdown/components/MarkdownFootnoteReference.css.js +1 -0
  3. package/lib/esm/atomic/organisms/sidebar/Sidebar.js +2 -0
  4. package/lib/esm/atomic/organisms/sidebar/SidebarContainer.js +29 -0
  5. package/lib/esm/atomic/organisms/sidebar/SidebarContainer.js.map +1 -0
  6. package/lib/esm/atomic/organisms/sidebar/icons.js +67 -0
  7. package/lib/esm/atomic/organisms/sidebar/icons.js.map +1 -0
  8. package/lib/esm/atomic/organisms/sidebar/sidebar.css.js +17 -0
  9. package/lib/esm/atomic/organisms/sidebar/sidebar.css.js.map +1 -0
  10. package/lib/esm/atomic/organisms/sidebar/useSidebarShell.js +0 -0
  11. package/lib/esm/backoffice/atoms/backoffice_id_badge/BackofficeIdBadge.js +18 -0
  12. package/lib/esm/backoffice/atoms/backoffice_id_badge/BackofficeIdBadge.js.map +1 -0
  13. package/lib/esm/backoffice/atoms/backoffice_id_badge/backofficeIdBadge.css.js +8 -0
  14. package/lib/esm/backoffice/atoms/backoffice_id_badge/backofficeIdBadge.css.js.map +1 -0
  15. package/lib/esm/backoffice/atoms/copyable_text/CopyableText.js +71 -0
  16. package/lib/esm/backoffice/atoms/copyable_text/CopyableText.js.map +1 -0
  17. package/lib/esm/backoffice/atoms/copyable_text/copyableText.css.js +8 -0
  18. package/lib/esm/backoffice/atoms/copyable_text/copyableText.css.js.map +1 -0
  19. package/lib/esm/backoffice/atoms/environment_badge/EnvironmentBadge.js +28 -0
  20. package/lib/esm/backoffice/atoms/environment_badge/EnvironmentBadge.js.map +1 -0
  21. package/lib/esm/backoffice/atoms/environment_badge/environmentBadge.css.js +8 -0
  22. package/lib/esm/backoffice/atoms/environment_badge/environmentBadge.css.js.map +1 -0
  23. package/lib/esm/backoffice/atoms/shortcut_hint/ShortcutHint.js +20 -0
  24. package/lib/esm/backoffice/atoms/shortcut_hint/ShortcutHint.js.map +1 -0
  25. package/lib/esm/backoffice/atoms/shortcut_hint/shortcutHint.css.js +8 -0
  26. package/lib/esm/backoffice/atoms/shortcut_hint/shortcutHint.css.js.map +1 -0
  27. package/lib/esm/backoffice/atoms/skeleton/Skeleton.js +39 -0
  28. package/lib/esm/backoffice/atoms/skeleton/Skeleton.js.map +1 -0
  29. package/lib/esm/backoffice/atoms/skeleton/skeleton.css.js +12 -0
  30. package/lib/esm/backoffice/atoms/skeleton/skeleton.css.js.map +1 -0
  31. package/lib/esm/backoffice/atoms/spinner/Spinner.js +20 -0
  32. package/lib/esm/backoffice/atoms/spinner/Spinner.js.map +1 -0
  33. package/lib/esm/backoffice/atoms/spinner/spinner.css.js +8 -0
  34. package/lib/esm/backoffice/atoms/spinner/spinner.css.js.map +1 -0
  35. package/lib/esm/backoffice/atoms/status_badge/StatusBadge.js +31 -0
  36. package/lib/esm/backoffice/atoms/status_badge/StatusBadge.js.map +1 -0
  37. package/lib/esm/backoffice/atoms/status_badge/statusBadge.css.js +8 -0
  38. package/lib/esm/backoffice/atoms/status_badge/statusBadge.css.js.map +1 -0
  39. package/lib/esm/backoffice/atoms/tag/Tag.js +32 -0
  40. package/lib/esm/backoffice/atoms/tag/Tag.js.map +1 -0
  41. package/lib/esm/backoffice/atoms/tag/tag.css.js +20 -0
  42. package/lib/esm/backoffice/atoms/tag/tag.css.js.map +1 -0
  43. package/lib/esm/backoffice/layout/backofficeLayoutTokens.js +15 -0
  44. package/lib/esm/backoffice/layout/backofficeLayoutTokens.js.map +1 -0
  45. package/lib/esm/backoffice/molecules/backoffice_detail_layout/BackofficeDetailLayout.js +34 -0
  46. package/lib/esm/backoffice/molecules/backoffice_detail_layout/BackofficeDetailLayout.js.map +1 -0
  47. package/lib/esm/backoffice/molecules/backoffice_detail_layout/backofficeDetailLayout.css.js +7 -0
  48. package/lib/esm/backoffice/molecules/backoffice_detail_layout/backofficeDetailLayout.css.js.map +1 -0
  49. package/lib/esm/backoffice/molecules/backoffice_empty_state/BackofficeEmptyState.js +37 -0
  50. package/lib/esm/backoffice/molecules/backoffice_empty_state/BackofficeEmptyState.js.map +1 -0
  51. package/lib/esm/backoffice/molecules/backoffice_empty_state/backofficeEmptyState.css.js +7 -0
  52. package/lib/esm/backoffice/molecules/backoffice_empty_state/backofficeEmptyState.css.js.map +1 -0
  53. package/lib/esm/backoffice/molecules/backoffice_filter_drawer/BackofficeFilterDrawer.js +116 -0
  54. package/lib/esm/backoffice/molecules/backoffice_filter_drawer/BackofficeFilterDrawer.js.map +1 -0
  55. package/lib/esm/backoffice/molecules/backoffice_filter_drawer/backofficeFilterDrawer.css.js +7 -0
  56. package/lib/esm/backoffice/molecules/backoffice_filter_drawer/backofficeFilterDrawer.css.js.map +1 -0
  57. package/lib/esm/backoffice/molecules/backoffice_filter_field/BackofficeFilterField.js +28 -0
  58. package/lib/esm/backoffice/molecules/backoffice_filter_field/BackofficeFilterField.js.map +1 -0
  59. package/lib/esm/backoffice/molecules/backoffice_filter_field/backofficeFilterField.css.js +7 -0
  60. package/lib/esm/backoffice/molecules/backoffice_filter_field/backofficeFilterField.css.js.map +1 -0
  61. package/lib/esm/backoffice/molecules/backoffice_filters_bar/BackofficeFiltersBar.js +37 -0
  62. package/lib/esm/backoffice/molecules/backoffice_filters_bar/BackofficeFiltersBar.js.map +1 -0
  63. package/lib/esm/backoffice/molecules/backoffice_filters_bar/backofficeFiltersBar.css.js +7 -0
  64. package/lib/esm/backoffice/molecules/backoffice_filters_bar/backofficeFiltersBar.css.js.map +1 -0
  65. package/lib/esm/backoffice/molecules/backoffice_form_section/BackofficeFormSection.js +25 -0
  66. package/lib/esm/backoffice/molecules/backoffice_form_section/BackofficeFormSection.js.map +1 -0
  67. package/lib/esm/backoffice/molecules/backoffice_form_section/backofficeFormSection.css.js +7 -0
  68. package/lib/esm/backoffice/molecules/backoffice_form_section/backofficeFormSection.css.js.map +1 -0
  69. package/lib/esm/backoffice/molecules/backoffice_json_viewer/BackofficeJsonViewer.js +80 -0
  70. package/lib/esm/backoffice/molecules/backoffice_json_viewer/BackofficeJsonViewer.js.map +1 -0
  71. package/lib/esm/backoffice/molecules/backoffice_json_viewer/LazyBackofficeJsonViewer.css.js +7 -0
  72. package/lib/esm/backoffice/molecules/backoffice_json_viewer/LazyBackofficeJsonViewer.css.js.map +1 -0
  73. package/lib/esm/backoffice/molecules/backoffice_json_viewer/LazyBackofficeJsonViewer.js +28 -0
  74. package/lib/esm/backoffice/molecules/backoffice_json_viewer/LazyBackofficeJsonViewer.js.map +1 -0
  75. package/lib/esm/backoffice/molecules/backoffice_json_viewer/backofficeJsonViewer.css.js +8 -0
  76. package/lib/esm/backoffice/molecules/backoffice_json_viewer/backofficeJsonViewer.css.js.map +1 -0
  77. package/lib/esm/backoffice/molecules/backoffice_key_value_list/BackofficeKeyValueList.js +22 -0
  78. package/lib/esm/backoffice/molecules/backoffice_key_value_list/BackofficeKeyValueList.js.map +1 -0
  79. package/lib/esm/backoffice/molecules/backoffice_key_value_list/backofficeKeyValueList.css.js +7 -0
  80. package/lib/esm/backoffice/molecules/backoffice_key_value_list/backofficeKeyValueList.css.js.map +1 -0
  81. package/lib/esm/backoffice/molecules/backoffice_load_more/BackofficeLoadMore.js +27 -0
  82. package/lib/esm/backoffice/molecules/backoffice_load_more/BackofficeLoadMore.js.map +1 -0
  83. package/lib/esm/backoffice/molecules/backoffice_load_more/backofficeLoadMore.css.js +8 -0
  84. package/lib/esm/backoffice/molecules/backoffice_load_more/backofficeLoadMore.css.js.map +1 -0
  85. package/lib/esm/backoffice/molecules/backoffice_page_header/BackofficePageHeader.js +31 -0
  86. package/lib/esm/backoffice/molecules/backoffice_page_header/BackofficePageHeader.js.map +1 -0
  87. package/lib/esm/backoffice/molecules/backoffice_page_header/backofficePageHeader.css.js +7 -0
  88. package/lib/esm/backoffice/molecules/backoffice_page_header/backofficePageHeader.css.js.map +1 -0
  89. package/lib/esm/backoffice/molecules/backoffice_relations_menu/BackofficeRelationsMenu.js +68 -0
  90. package/lib/esm/backoffice/molecules/backoffice_relations_menu/BackofficeRelationsMenu.js.map +1 -0
  91. package/lib/esm/backoffice/molecules/backoffice_relations_menu/backofficeRelationsMenu.css.js +7 -0
  92. package/lib/esm/backoffice/molecules/backoffice_relations_menu/backofficeRelationsMenu.css.js.map +1 -0
  93. package/lib/esm/backoffice/molecules/backoffice_table_skeleton/BackofficeTableSkeleton.js +37 -0
  94. package/lib/esm/backoffice/molecules/backoffice_table_skeleton/BackofficeTableSkeleton.js.map +1 -0
  95. package/lib/esm/backoffice/molecules/backoffice_table_skeleton/backofficeTableSkeleton.css.js +8 -0
  96. package/lib/esm/backoffice/molecules/backoffice_table_skeleton/backofficeTableSkeleton.css.js.map +1 -0
  97. package/lib/esm/backoffice/molecules/backoffice_table_toolbar/BackofficeTableToolbar.js +32 -0
  98. package/lib/esm/backoffice/molecules/backoffice_table_toolbar/BackofficeTableToolbar.js.map +1 -0
  99. package/lib/esm/backoffice/molecules/backoffice_table_toolbar/backofficeTableToolbar.css.js +7 -0
  100. package/lib/esm/backoffice/molecules/backoffice_table_toolbar/backofficeTableToolbar.css.js.map +1 -0
  101. package/lib/esm/backoffice/molecules/backoffice_tabs/BackofficeTabs.js +31 -0
  102. package/lib/esm/backoffice/molecules/backoffice_tabs/BackofficeTabs.js.map +1 -0
  103. package/lib/esm/backoffice/molecules/backoffice_tabs/backofficeTabs.css.js +8 -0
  104. package/lib/esm/backoffice/molecules/backoffice_tabs/backofficeTabs.css.js.map +1 -0
  105. package/lib/esm/backoffice/molecules/bulk_actions_bar/BulkActionsBar.js +31 -0
  106. package/lib/esm/backoffice/molecules/bulk_actions_bar/BulkActionsBar.js.map +1 -0
  107. package/lib/esm/backoffice/molecules/bulk_actions_bar/bulkActionsBar.css.js +8 -0
  108. package/lib/esm/backoffice/molecules/bulk_actions_bar/bulkActionsBar.css.js.map +1 -0
  109. package/lib/esm/backoffice/molecules/confirm_dialog/ConfirmDialog.js +62 -0
  110. package/lib/esm/backoffice/molecules/confirm_dialog/ConfirmDialog.js.map +1 -0
  111. package/lib/esm/backoffice/molecules/confirm_dialog/confirmDialog.css.js +8 -0
  112. package/lib/esm/backoffice/molecules/confirm_dialog/confirmDialog.css.js.map +1 -0
  113. package/lib/esm/backoffice/molecules/filter_chip_row/FilterChipRow.js +30 -0
  114. package/lib/esm/backoffice/molecules/filter_chip_row/FilterChipRow.js.map +1 -0
  115. package/lib/esm/backoffice/molecules/filter_chip_row/filterChipRow.css.js +8 -0
  116. package/lib/esm/backoffice/molecules/filter_chip_row/filterChipRow.css.js.map +1 -0
  117. package/lib/esm/backoffice/molecules/global_search_input/GlobalSearchInput.js +55 -0
  118. package/lib/esm/backoffice/molecules/global_search_input/GlobalSearchInput.js.map +1 -0
  119. package/lib/esm/backoffice/molecules/global_search_input/globalSearchInput.css.js +8 -0
  120. package/lib/esm/backoffice/molecules/global_search_input/globalSearchInput.css.js.map +1 -0
  121. package/lib/esm/backoffice/molecules/inline_banner/InlineBanner.js +44 -0
  122. package/lib/esm/backoffice/molecules/inline_banner/InlineBanner.js.map +1 -0
  123. package/lib/esm/backoffice/molecules/inline_banner/inlineBanner.css.js +19 -0
  124. package/lib/esm/backoffice/molecules/inline_banner/inlineBanner.css.js.map +1 -0
  125. package/lib/esm/backoffice/molecules/sidebar_collapse_toggle/SidebarCollapseToggle.js +38 -0
  126. package/lib/esm/backoffice/molecules/sidebar_collapse_toggle/SidebarCollapseToggle.js.map +1 -0
  127. package/lib/esm/backoffice/molecules/sidebar_collapse_toggle/sidebarCollapseToggle.css.js +8 -0
  128. package/lib/esm/backoffice/molecules/sidebar_collapse_toggle/sidebarCollapseToggle.css.js.map +1 -0
  129. package/lib/esm/backoffice/molecules/sidebar_nav_item/SidebarNavItem.js +123 -0
  130. package/lib/esm/backoffice/molecules/sidebar_nav_item/SidebarNavItem.js.map +1 -0
  131. package/lib/esm/backoffice/molecules/sidebar_nav_item/sidebarNavItem.css.js +8 -0
  132. package/lib/esm/backoffice/molecules/sidebar_nav_item/sidebarNavItem.css.js.map +1 -0
  133. package/lib/esm/backoffice/molecules/sidebar_nav_section/SidebarNavSection.js +64 -0
  134. package/lib/esm/backoffice/molecules/sidebar_nav_section/SidebarNavSection.js.map +1 -0
  135. package/lib/esm/backoffice/molecules/sidebar_nav_section/sidebarNavSection.css.js +8 -0
  136. package/lib/esm/backoffice/molecules/sidebar_nav_section/sidebarNavSection.css.js.map +1 -0
  137. package/lib/esm/backoffice/molecules/sidebar_profile_menu/BackofficeSidebarProfileMenu.js +69 -0
  138. package/lib/esm/backoffice/molecules/sidebar_profile_menu/BackofficeSidebarProfileMenu.js.map +1 -0
  139. package/lib/esm/backoffice/molecules/sidebar_profile_menu/sidebarProfileMenu.css.js +17 -0
  140. package/lib/esm/backoffice/molecules/sidebar_profile_menu/sidebarProfileMenu.css.js.map +1 -0
  141. package/lib/esm/backoffice/molecules/table_toolbar/TableToolbar.js +42 -0
  142. package/lib/esm/backoffice/molecules/table_toolbar/TableToolbar.js.map +1 -0
  143. package/lib/esm/backoffice/molecules/table_toolbar/tableToolbar.css.js +8 -0
  144. package/lib/esm/backoffice/molecules/table_toolbar/tableToolbar.css.js.map +1 -0
  145. package/lib/esm/backoffice/organisms/audit_timeline/AuditTimeline.js +52 -0
  146. package/lib/esm/backoffice/organisms/audit_timeline/AuditTimeline.js.map +1 -0
  147. package/lib/esm/backoffice/organisms/audit_timeline/auditTimeline.css.js +8 -0
  148. package/lib/esm/backoffice/organisms/audit_timeline/auditTimeline.css.js.map +1 -0
  149. package/lib/esm/backoffice/organisms/backoffice_app_shell/BackofficeAppShell.js +14 -0
  150. package/lib/esm/backoffice/organisms/backoffice_app_shell/BackofficeAppShell.js.map +1 -0
  151. package/lib/esm/backoffice/organisms/backoffice_data_table/BackofficeDataTable.js +114 -0
  152. package/lib/esm/backoffice/organisms/backoffice_data_table/BackofficeDataTable.js.map +1 -0
  153. package/lib/esm/backoffice/organisms/backoffice_data_table/backofficeDataTable.css.js +8 -0
  154. package/lib/esm/backoffice/organisms/backoffice_data_table/backofficeDataTable.css.js.map +1 -0
  155. package/lib/esm/backoffice/organisms/backoffice_sidebar/BackofficeSidebar.js +62 -0
  156. package/lib/esm/backoffice/organisms/backoffice_sidebar/BackofficeSidebar.js.map +1 -0
  157. package/lib/esm/backoffice/organisms/backoffice_sidebar/backofficeSidebar.css.js +17 -0
  158. package/lib/esm/backoffice/organisms/backoffice_sidebar/backofficeSidebar.css.js.map +1 -0
  159. package/lib/esm/backoffice/organisms/backoffice_topbar/BackofficeTopbar.js +22 -0
  160. package/lib/esm/backoffice/organisms/backoffice_topbar/BackofficeTopbar.js.map +1 -0
  161. package/lib/esm/backoffice/organisms/backoffice_topbar/backofficeTopbar.css.js +8 -0
  162. package/lib/esm/backoffice/organisms/backoffice_topbar/backofficeTopbar.css.js.map +1 -0
  163. package/lib/esm/backoffice/organisms/backoffice_virtualized_connection_table/BackofficeVirtualizedConnectionTable.js +34 -0
  164. package/lib/esm/backoffice/organisms/backoffice_virtualized_connection_table/BackofficeVirtualizedConnectionTable.js.map +1 -0
  165. package/lib/esm/backoffice/organisms/backoffice_virtualized_connection_table/backofficeVirtualizedConnectionTable.css.js +8 -0
  166. package/lib/esm/backoffice/organisms/backoffice_virtualized_connection_table/backofficeVirtualizedConnectionTable.css.js.map +1 -0
  167. package/lib/esm/backoffice/organisms/entity_header/EntityHeader.js +59 -0
  168. package/lib/esm/backoffice/organisms/entity_header/EntityHeader.js.map +1 -0
  169. package/lib/esm/backoffice/organisms/entity_header/entityHeader.css.js +8 -0
  170. package/lib/esm/backoffice/organisms/entity_header/entityHeader.css.js.map +1 -0
  171. package/lib/esm/backoffice/templates/backoffice_shell_template/BackofficeShellTemplate.js +19 -0
  172. package/lib/esm/backoffice/templates/backoffice_shell_template/BackofficeShellTemplate.js.map +1 -0
  173. package/lib/esm/backoffice/templates/detail_page_template/DetailPageTemplate.js +55 -0
  174. package/lib/esm/backoffice/templates/detail_page_template/DetailPageTemplate.js.map +1 -0
  175. package/lib/esm/backoffice/templates/detail_page_template/detailPageTemplate.css.js +8 -0
  176. package/lib/esm/backoffice/templates/detail_page_template/detailPageTemplate.css.js.map +1 -0
  177. package/lib/esm/backoffice/templates/list_page_template/ListPageTemplate.js +43 -0
  178. package/lib/esm/backoffice/templates/list_page_template/ListPageTemplate.js.map +1 -0
  179. package/lib/esm/backoffice/templates/list_page_template/listPageTemplate.css.js +8 -0
  180. package/lib/esm/backoffice/templates/list_page_template/listPageTemplate.css.js.map +1 -0
  181. package/lib/esm/backoffice/templates/settings_template/SettingsTemplate.js +18 -0
  182. package/lib/esm/backoffice/templates/settings_template/SettingsTemplate.js.map +1 -0
  183. package/lib/esm/backoffice/templates/settings_template/settingsTemplate.css.js +8 -0
  184. package/lib/esm/backoffice/templates/settings_template/settingsTemplate.css.js.map +1 -0
  185. package/lib/esm/backoffice/templates/split_view_template/SplitViewTemplate.js +18 -0
  186. package/lib/esm/backoffice/templates/split_view_template/SplitViewTemplate.js.map +1 -0
  187. package/lib/esm/backoffice/templates/split_view_template/splitViewTemplate.css.js +8 -0
  188. package/lib/esm/backoffice/templates/split_view_template/splitViewTemplate.css.js.map +1 -0
  189. package/lib/esm/backoffice/theme/BackofficeThemeProvider.js +11 -0
  190. package/lib/esm/backoffice/theme/BackofficeThemeProvider.js.map +1 -0
  191. package/lib/esm/backoffice/theme/backofficeTheme.css.js +7 -0
  192. package/lib/esm/backoffice/theme/backofficeTheme.css.js.map +1 -0
  193. package/lib/esm/index.js +101 -49
  194. package/lib/esm/shared/agentJobRequestFormatting.js +31 -0
  195. package/lib/esm/shared/agentJobRequestFormatting.js.map +1 -0
  196. package/lib/esm/shared/agentText.js +13 -0
  197. package/lib/esm/shared/agentText.js.map +1 -0
  198. package/lib/esm/shared/backofficeTableDensity.css.js +9 -0
  199. package/lib/esm/shared/backofficeTableDensity.css.js.map +1 -0
  200. package/lib/esm/style.css +1 -1
  201. package/lib/types/atomic/organisms/sidebar/Sidebar.d.ts +3 -0
  202. package/lib/types/atomic/organisms/sidebar/Sidebar.d.ts.map +1 -0
  203. package/lib/types/atomic/organisms/sidebar/SidebarContainer.d.ts +11 -0
  204. package/lib/types/atomic/organisms/sidebar/SidebarContainer.d.ts.map +1 -0
  205. package/lib/types/atomic/organisms/sidebar/icons.d.ts +19 -0
  206. package/lib/types/atomic/organisms/sidebar/icons.d.ts.map +1 -0
  207. package/lib/types/atomic/organisms/sidebar/sidebar.css.d.ts +26 -0
  208. package/lib/types/atomic/organisms/sidebar/sidebar.css.d.ts.map +1 -0
  209. package/lib/types/atomic/organisms/sidebar/useSidebarShell.d.ts +2 -0
  210. package/lib/types/atomic/organisms/sidebar/useSidebarShell.d.ts.map +1 -0
  211. package/lib/types/backoffice/atoms/backoffice_id_badge/BackofficeIdBadge.d.ts +11 -0
  212. package/lib/types/backoffice/atoms/backoffice_id_badge/BackofficeIdBadge.d.ts.map +1 -0
  213. package/lib/types/backoffice/atoms/backoffice_id_badge/backofficeIdBadge.css.d.ts +2 -0
  214. package/lib/types/backoffice/atoms/backoffice_id_badge/backofficeIdBadge.css.d.ts.map +1 -0
  215. package/lib/types/backoffice/atoms/copyable_text/CopyableText.d.ts +12 -0
  216. package/lib/types/backoffice/atoms/copyable_text/CopyableText.d.ts.map +1 -0
  217. package/lib/types/backoffice/atoms/copyable_text/copyableText.css.d.ts +5 -0
  218. package/lib/types/backoffice/atoms/copyable_text/copyableText.css.d.ts.map +1 -0
  219. package/lib/types/backoffice/atoms/environment_badge/EnvironmentBadge.d.ts +10 -0
  220. package/lib/types/backoffice/atoms/environment_badge/EnvironmentBadge.d.ts.map +1 -0
  221. package/lib/types/backoffice/atoms/environment_badge/environmentBadge.css.d.ts +2 -0
  222. package/lib/types/backoffice/atoms/environment_badge/environmentBadge.css.d.ts.map +1 -0
  223. package/lib/types/backoffice/atoms/shortcut_hint/ShortcutHint.d.ts +8 -0
  224. package/lib/types/backoffice/atoms/shortcut_hint/ShortcutHint.d.ts.map +1 -0
  225. package/lib/types/backoffice/atoms/shortcut_hint/shortcutHint.css.d.ts +3 -0
  226. package/lib/types/backoffice/atoms/shortcut_hint/shortcutHint.css.d.ts.map +1 -0
  227. package/lib/types/backoffice/atoms/skeleton/Skeleton.d.ts +13 -0
  228. package/lib/types/backoffice/atoms/skeleton/Skeleton.d.ts.map +1 -0
  229. package/lib/types/backoffice/atoms/skeleton/skeleton.css.d.ts +8 -0
  230. package/lib/types/backoffice/atoms/skeleton/skeleton.css.d.ts.map +1 -0
  231. package/lib/types/backoffice/atoms/spinner/Spinner.d.ts +9 -0
  232. package/lib/types/backoffice/atoms/spinner/Spinner.d.ts.map +1 -0
  233. package/lib/types/backoffice/atoms/spinner/spinner.css.d.ts +3 -0
  234. package/lib/types/backoffice/atoms/spinner/spinner.css.d.ts.map +1 -0
  235. package/lib/types/backoffice/atoms/status_badge/StatusBadge.d.ts +12 -0
  236. package/lib/types/backoffice/atoms/status_badge/StatusBadge.d.ts.map +1 -0
  237. package/lib/types/backoffice/atoms/status_badge/statusBadge.css.d.ts +3 -0
  238. package/lib/types/backoffice/atoms/status_badge/statusBadge.css.d.ts.map +1 -0
  239. package/lib/types/backoffice/atoms/tag/Tag.d.ts +14 -0
  240. package/lib/types/backoffice/atoms/tag/Tag.d.ts.map +1 -0
  241. package/lib/types/backoffice/atoms/tag/tag.css.d.ts +13 -0
  242. package/lib/types/backoffice/atoms/tag/tag.css.d.ts.map +1 -0
  243. package/lib/types/backoffice/layout/backofficeLayoutTokens.d.ts +12 -0
  244. package/lib/types/backoffice/layout/backofficeLayoutTokens.d.ts.map +1 -0
  245. package/lib/types/backoffice/molecules/backoffice_detail_layout/BackofficeDetailLayout.d.ts +10 -0
  246. package/lib/types/backoffice/molecules/backoffice_detail_layout/BackofficeDetailLayout.d.ts.map +1 -0
  247. package/lib/types/backoffice/molecules/backoffice_detail_layout/backofficeDetailLayout.css.d.ts +7 -0
  248. package/lib/types/backoffice/molecules/backoffice_detail_layout/backofficeDetailLayout.css.d.ts.map +1 -0
  249. package/lib/types/backoffice/molecules/backoffice_empty_state/BackofficeEmptyState.d.ts +11 -0
  250. package/lib/types/backoffice/molecules/backoffice_empty_state/BackofficeEmptyState.d.ts.map +1 -0
  251. package/lib/types/backoffice/molecules/backoffice_empty_state/backofficeEmptyState.css.d.ts +6 -0
  252. package/lib/types/backoffice/molecules/backoffice_empty_state/backofficeEmptyState.css.d.ts.map +1 -0
  253. package/lib/types/backoffice/molecules/backoffice_filter_drawer/BackofficeFilterDrawer.d.ts +23 -0
  254. package/lib/types/backoffice/molecules/backoffice_filter_drawer/BackofficeFilterDrawer.d.ts.map +1 -0
  255. package/lib/types/backoffice/molecules/backoffice_filter_drawer/backofficeFilterDrawer.css.d.ts +17 -0
  256. package/lib/types/backoffice/molecules/backoffice_filter_drawer/backofficeFilterDrawer.css.d.ts.map +1 -0
  257. package/lib/types/backoffice/molecules/backoffice_filter_field/BackofficeFilterField.d.ts +10 -0
  258. package/lib/types/backoffice/molecules/backoffice_filter_field/BackofficeFilterField.d.ts.map +1 -0
  259. package/lib/types/backoffice/molecules/backoffice_filter_field/backofficeFilterField.css.d.ts +6 -0
  260. package/lib/types/backoffice/molecules/backoffice_filter_field/backofficeFilterField.css.d.ts.map +1 -0
  261. package/lib/types/backoffice/molecules/backoffice_filters_bar/BackofficeFiltersBar.d.ts +13 -0
  262. package/lib/types/backoffice/molecules/backoffice_filters_bar/BackofficeFiltersBar.d.ts.map +1 -0
  263. package/lib/types/backoffice/molecules/backoffice_filters_bar/backofficeFiltersBar.css.d.ts +6 -0
  264. package/lib/types/backoffice/molecules/backoffice_filters_bar/backofficeFiltersBar.css.d.ts.map +1 -0
  265. package/lib/types/backoffice/molecules/backoffice_form_section/BackofficeFormSection.d.ts +10 -0
  266. package/lib/types/backoffice/molecules/backoffice_form_section/BackofficeFormSection.d.ts.map +1 -0
  267. package/lib/types/backoffice/molecules/backoffice_form_section/backofficeFormSection.css.d.ts +5 -0
  268. package/lib/types/backoffice/molecules/backoffice_form_section/backofficeFormSection.css.d.ts.map +1 -0
  269. package/lib/types/backoffice/molecules/backoffice_json_viewer/BackofficeJsonViewer.d.ts +15 -0
  270. package/lib/types/backoffice/molecules/backoffice_json_viewer/BackofficeJsonViewer.d.ts.map +1 -0
  271. package/lib/types/backoffice/molecules/backoffice_json_viewer/LazyBackofficeJsonViewer.css.d.ts +2 -0
  272. package/lib/types/backoffice/molecules/backoffice_json_viewer/LazyBackofficeJsonViewer.css.d.ts.map +1 -0
  273. package/lib/types/backoffice/molecules/backoffice_json_viewer/LazyBackofficeJsonViewer.d.ts +5 -0
  274. package/lib/types/backoffice/molecules/backoffice_json_viewer/LazyBackofficeJsonViewer.d.ts.map +1 -0
  275. package/lib/types/backoffice/molecules/backoffice_json_viewer/backofficeJsonViewer.css.d.ts +7 -0
  276. package/lib/types/backoffice/molecules/backoffice_json_viewer/backofficeJsonViewer.css.d.ts.map +1 -0
  277. package/lib/types/backoffice/molecules/backoffice_key_value_list/BackofficeKeyValueList.d.ts +12 -0
  278. package/lib/types/backoffice/molecules/backoffice_key_value_list/BackofficeKeyValueList.d.ts.map +1 -0
  279. package/lib/types/backoffice/molecules/backoffice_key_value_list/backofficeKeyValueList.css.d.ts +7 -0
  280. package/lib/types/backoffice/molecules/backoffice_key_value_list/backofficeKeyValueList.css.d.ts.map +1 -0
  281. package/lib/types/backoffice/molecules/backoffice_load_more/BackofficeLoadMore.d.ts +12 -0
  282. package/lib/types/backoffice/molecules/backoffice_load_more/BackofficeLoadMore.d.ts.map +1 -0
  283. package/lib/types/backoffice/molecules/backoffice_load_more/backofficeLoadMore.css.d.ts +4 -0
  284. package/lib/types/backoffice/molecules/backoffice_load_more/backofficeLoadMore.css.d.ts.map +1 -0
  285. package/lib/types/backoffice/molecules/backoffice_page_header/BackofficePageHeader.d.ts +11 -0
  286. package/lib/types/backoffice/molecules/backoffice_page_header/BackofficePageHeader.d.ts.map +1 -0
  287. package/lib/types/backoffice/molecules/backoffice_page_header/backofficePageHeader.css.d.ts +8 -0
  288. package/lib/types/backoffice/molecules/backoffice_page_header/backofficePageHeader.css.d.ts.map +1 -0
  289. package/lib/types/backoffice/molecules/backoffice_relations_menu/BackofficeRelationsMenu.d.ts +15 -0
  290. package/lib/types/backoffice/molecules/backoffice_relations_menu/BackofficeRelationsMenu.d.ts.map +1 -0
  291. package/lib/types/backoffice/molecules/backoffice_relations_menu/backofficeRelationsMenu.css.d.ts +8 -0
  292. package/lib/types/backoffice/molecules/backoffice_relations_menu/backofficeRelationsMenu.css.d.ts.map +1 -0
  293. package/lib/types/backoffice/molecules/backoffice_table_skeleton/BackofficeTableSkeleton.d.ts +8 -0
  294. package/lib/types/backoffice/molecules/backoffice_table_skeleton/BackofficeTableSkeleton.d.ts.map +1 -0
  295. package/lib/types/backoffice/molecules/backoffice_table_skeleton/backofficeTableSkeleton.css.d.ts +7 -0
  296. package/lib/types/backoffice/molecules/backoffice_table_skeleton/backofficeTableSkeleton.css.d.ts.map +1 -0
  297. package/lib/types/backoffice/molecules/backoffice_table_toolbar/BackofficeTableToolbar.d.ts +13 -0
  298. package/lib/types/backoffice/molecules/backoffice_table_toolbar/BackofficeTableToolbar.d.ts.map +1 -0
  299. package/lib/types/backoffice/molecules/backoffice_table_toolbar/backofficeTableToolbar.css.d.ts +6 -0
  300. package/lib/types/backoffice/molecules/backoffice_table_toolbar/backofficeTableToolbar.css.d.ts.map +1 -0
  301. package/lib/types/backoffice/molecules/backoffice_tabs/BackofficeTabs.d.ts +16 -0
  302. package/lib/types/backoffice/molecules/backoffice_tabs/BackofficeTabs.d.ts.map +1 -0
  303. package/lib/types/backoffice/molecules/backoffice_tabs/backofficeTabs.css.d.ts +4 -0
  304. package/lib/types/backoffice/molecules/backoffice_tabs/backofficeTabs.css.d.ts.map +1 -0
  305. package/lib/types/backoffice/molecules/bulk_actions_bar/BulkActionsBar.d.ts +12 -0
  306. package/lib/types/backoffice/molecules/bulk_actions_bar/BulkActionsBar.d.ts.map +1 -0
  307. package/lib/types/backoffice/molecules/bulk_actions_bar/bulkActionsBar.css.d.ts +4 -0
  308. package/lib/types/backoffice/molecules/bulk_actions_bar/bulkActionsBar.css.d.ts.map +1 -0
  309. package/lib/types/backoffice/molecules/confirm_dialog/ConfirmDialog.d.ts +15 -0
  310. package/lib/types/backoffice/molecules/confirm_dialog/ConfirmDialog.d.ts.map +1 -0
  311. package/lib/types/backoffice/molecules/confirm_dialog/confirmDialog.css.d.ts +3 -0
  312. package/lib/types/backoffice/molecules/confirm_dialog/confirmDialog.css.d.ts.map +1 -0
  313. package/lib/types/backoffice/molecules/filter_chip_row/FilterChipRow.d.ts +15 -0
  314. package/lib/types/backoffice/molecules/filter_chip_row/FilterChipRow.d.ts.map +1 -0
  315. package/lib/types/backoffice/molecules/filter_chip_row/filterChipRow.css.d.ts +2 -0
  316. package/lib/types/backoffice/molecules/filter_chip_row/filterChipRow.css.d.ts.map +1 -0
  317. package/lib/types/backoffice/molecules/global_search_input/GlobalSearchInput.d.ts +14 -0
  318. package/lib/types/backoffice/molecules/global_search_input/GlobalSearchInput.d.ts.map +1 -0
  319. package/lib/types/backoffice/molecules/global_search_input/globalSearchInput.css.d.ts +4 -0
  320. package/lib/types/backoffice/molecules/global_search_input/globalSearchInput.css.d.ts.map +1 -0
  321. package/lib/types/backoffice/molecules/inline_banner/InlineBanner.d.ts +16 -0
  322. package/lib/types/backoffice/molecules/inline_banner/InlineBanner.d.ts.map +1 -0
  323. package/lib/types/backoffice/molecules/inline_banner/inlineBanner.css.d.ts +17 -0
  324. package/lib/types/backoffice/molecules/inline_banner/inlineBanner.css.d.ts.map +1 -0
  325. package/lib/types/backoffice/molecules/sidebar_collapse_toggle/SidebarCollapseToggle.d.ts +11 -0
  326. package/lib/types/backoffice/molecules/sidebar_collapse_toggle/SidebarCollapseToggle.d.ts.map +1 -0
  327. package/lib/types/backoffice/molecules/sidebar_collapse_toggle/sidebarCollapseToggle.css.d.ts +4 -0
  328. package/lib/types/backoffice/molecules/sidebar_collapse_toggle/sidebarCollapseToggle.css.d.ts.map +1 -0
  329. package/lib/types/backoffice/molecules/sidebar_nav_item/SidebarNavItem.d.ts +24 -0
  330. package/lib/types/backoffice/molecules/sidebar_nav_item/SidebarNavItem.d.ts.map +1 -0
  331. package/lib/types/backoffice/molecules/sidebar_nav_item/sidebarNavItem.css.d.ts +15 -0
  332. package/lib/types/backoffice/molecules/sidebar_nav_item/sidebarNavItem.css.d.ts.map +1 -0
  333. package/lib/types/backoffice/molecules/sidebar_nav_section/SidebarNavSection.d.ts +24 -0
  334. package/lib/types/backoffice/molecules/sidebar_nav_section/SidebarNavSection.d.ts.map +1 -0
  335. package/lib/types/backoffice/molecules/sidebar_nav_section/sidebarNavSection.css.d.ts +6 -0
  336. package/lib/types/backoffice/molecules/sidebar_nav_section/sidebarNavSection.css.d.ts.map +1 -0
  337. package/lib/types/backoffice/molecules/sidebar_profile_menu/BackofficeSidebarProfileMenu.d.ts +23 -0
  338. package/lib/types/backoffice/molecules/sidebar_profile_menu/BackofficeSidebarProfileMenu.d.ts.map +1 -0
  339. package/lib/types/backoffice/molecules/sidebar_profile_menu/sidebarProfileMenu.css.d.ts +20 -0
  340. package/lib/types/backoffice/molecules/sidebar_profile_menu/sidebarProfileMenu.css.d.ts.map +1 -0
  341. package/lib/types/backoffice/molecules/table_toolbar/TableToolbar.d.ts +13 -0
  342. package/lib/types/backoffice/molecules/table_toolbar/TableToolbar.d.ts.map +1 -0
  343. package/lib/types/backoffice/molecules/table_toolbar/tableToolbar.css.d.ts +6 -0
  344. package/lib/types/backoffice/molecules/table_toolbar/tableToolbar.css.d.ts.map +1 -0
  345. package/lib/types/backoffice/organisms/audit_timeline/AuditTimeline.d.ts +17 -0
  346. package/lib/types/backoffice/organisms/audit_timeline/AuditTimeline.d.ts.map +1 -0
  347. package/lib/types/backoffice/organisms/audit_timeline/auditTimeline.css.d.ts +12 -0
  348. package/lib/types/backoffice/organisms/audit_timeline/auditTimeline.css.d.ts.map +1 -0
  349. package/lib/types/backoffice/organisms/backoffice_app_shell/BackofficeAppShell.d.ts +12 -0
  350. package/lib/types/backoffice/organisms/backoffice_app_shell/BackofficeAppShell.d.ts.map +1 -0
  351. package/lib/types/backoffice/organisms/backoffice_data_table/BackofficeDataTable.d.ts +21 -0
  352. package/lib/types/backoffice/organisms/backoffice_data_table/BackofficeDataTable.d.ts.map +1 -0
  353. package/lib/types/backoffice/organisms/backoffice_data_table/backofficeDataTable.css.d.ts +3 -0
  354. package/lib/types/backoffice/organisms/backoffice_data_table/backofficeDataTable.css.d.ts.map +1 -0
  355. package/lib/types/backoffice/organisms/backoffice_sidebar/BackofficeSidebar.d.ts +26 -0
  356. package/lib/types/backoffice/organisms/backoffice_sidebar/BackofficeSidebar.d.ts.map +1 -0
  357. package/lib/types/backoffice/organisms/backoffice_sidebar/backofficeSidebar.css.d.ts +19 -0
  358. package/lib/types/backoffice/organisms/backoffice_sidebar/backofficeSidebar.css.d.ts.map +1 -0
  359. package/lib/types/backoffice/organisms/backoffice_topbar/BackofficeTopbar.d.ts +10 -0
  360. package/lib/types/backoffice/organisms/backoffice_topbar/BackofficeTopbar.d.ts.map +1 -0
  361. package/lib/types/backoffice/organisms/backoffice_topbar/backofficeTopbar.css.d.ts +6 -0
  362. package/lib/types/backoffice/organisms/backoffice_topbar/backofficeTopbar.css.d.ts.map +1 -0
  363. package/lib/types/backoffice/organisms/backoffice_virtualized_connection_table/BackofficeVirtualizedConnectionTable.d.ts +28 -0
  364. package/lib/types/backoffice/organisms/backoffice_virtualized_connection_table/BackofficeVirtualizedConnectionTable.d.ts.map +1 -0
  365. package/lib/types/backoffice/organisms/backoffice_virtualized_connection_table/backofficeVirtualizedConnectionTable.css.d.ts +5 -0
  366. package/lib/types/backoffice/organisms/backoffice_virtualized_connection_table/backofficeVirtualizedConnectionTable.css.d.ts.map +1 -0
  367. package/lib/types/backoffice/organisms/entity_header/EntityHeader.d.ts +19 -0
  368. package/lib/types/backoffice/organisms/entity_header/EntityHeader.d.ts.map +1 -0
  369. package/lib/types/backoffice/organisms/entity_header/entityHeader.css.d.ts +13 -0
  370. package/lib/types/backoffice/organisms/entity_header/entityHeader.css.d.ts.map +1 -0
  371. package/lib/types/backoffice/templates/backoffice_shell_template/BackofficeShellTemplate.d.ts +14 -0
  372. package/lib/types/backoffice/templates/backoffice_shell_template/BackofficeShellTemplate.d.ts.map +1 -0
  373. package/lib/types/backoffice/templates/detail_page_template/DetailPageTemplate.d.ts +25 -0
  374. package/lib/types/backoffice/templates/detail_page_template/DetailPageTemplate.d.ts.map +1 -0
  375. package/lib/types/backoffice/templates/detail_page_template/detailPageTemplate.css.d.ts +12 -0
  376. package/lib/types/backoffice/templates/detail_page_template/detailPageTemplate.css.d.ts.map +1 -0
  377. package/lib/types/backoffice/templates/list_page_template/ListPageTemplate.d.ts +35 -0
  378. package/lib/types/backoffice/templates/list_page_template/ListPageTemplate.d.ts.map +1 -0
  379. package/lib/types/backoffice/templates/list_page_template/listPageTemplate.css.d.ts +9 -0
  380. package/lib/types/backoffice/templates/list_page_template/listPageTemplate.css.d.ts.map +1 -0
  381. package/lib/types/backoffice/templates/settings_template/SettingsTemplate.d.ts +11 -0
  382. package/lib/types/backoffice/templates/settings_template/SettingsTemplate.d.ts.map +1 -0
  383. package/lib/types/backoffice/templates/settings_template/settingsTemplate.css.d.ts +4 -0
  384. package/lib/types/backoffice/templates/settings_template/settingsTemplate.css.d.ts.map +1 -0
  385. package/lib/types/backoffice/templates/split_view_template/SplitViewTemplate.d.ts +11 -0
  386. package/lib/types/backoffice/templates/split_view_template/SplitViewTemplate.d.ts.map +1 -0
  387. package/lib/types/backoffice/templates/split_view_template/splitViewTemplate.css.d.ts +3 -0
  388. package/lib/types/backoffice/templates/split_view_template/splitViewTemplate.css.d.ts.map +1 -0
  389. package/lib/types/backoffice/theme/BackofficeThemeProvider.d.ts +7 -0
  390. package/lib/types/backoffice/theme/BackofficeThemeProvider.d.ts.map +1 -0
  391. package/lib/types/backoffice/theme/backofficeTheme.css.d.ts +2 -0
  392. package/lib/types/backoffice/theme/backofficeTheme.css.d.ts.map +1 -0
  393. package/lib/types/index.d.ts +52 -0
  394. package/lib/types/index.d.ts.map +1 -1
  395. package/lib/types/shared/agentJobRequestFormatting.d.ts +6 -0
  396. package/lib/types/shared/agentJobRequestFormatting.d.ts.map +1 -0
  397. package/lib/types/shared/agentText.d.ts +3 -0
  398. package/lib/types/shared/agentText.d.ts.map +1 -0
  399. package/lib/types/shared/backofficeTableDensity.css.d.ts +2 -0
  400. package/lib/types/shared/backofficeTableDensity.css.d.ts.map +1 -0
  401. package/package.json +22 -2
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BackofficeKeyValueList.d.ts","sourceRoot":"","sources":["../../../../../src/backoffice/molecules/backoffice_key_value_list/BackofficeKeyValueList.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,GAAG,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAKjD,MAAM,MAAM,sBAAsB,GAAG;IACnC,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,SAAS,CAAC;IACjB,KAAK,EAAE,SAAS,CAAC;CAClB,CAAC;AAEF,MAAM,MAAM,2BAA2B,GAAG;IACxC,KAAK,EAAE,SAAS,sBAAsB,EAAE,CAAC;CAC1C,CAAC;AAEF,eAAO,MAAM,sBAAsB,GAAI,YAEpC,2BAA2B,KAAG,GAAG,CAAC,OAapC,CAAC;AAEF,eAAe,sBAAsB,CAAC"}
@@ -0,0 +1,7 @@
1
+ export declare const list: string;
2
+ export declare const item: string;
3
+ export declare const itemSurface: string;
4
+ export declare const label: string;
5
+ export declare const labelSize: string;
6
+ export declare const value: string;
7
+ //# sourceMappingURL=backofficeKeyValueList.css.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"backofficeKeyValueList.css.d.ts","sourceRoot":"","sources":["../../../../../src/backoffice/molecules/backoffice_key_value_list/backofficeKeyValueList.css.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,IAAI,QAGf,CAAC;AAEH,eAAO,MAAM,IAAI,QAWf,CAAC;AAEH,eAAO,MAAM,WAAW,QAItB,CAAC;AAEH,eAAO,MAAM,KAAK,QAKhB,CAAC;AAEH,eAAO,MAAM,SAAS,QAGpB,CAAC;AAEH,eAAO,MAAM,KAAK,QAKhB,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { type JSX, type ReactNode } from 'react';
2
+ export type BackofficeLoadMoreProps = {
3
+ hasNextPage: boolean;
4
+ isLoading: boolean;
5
+ loadMoreLabel?: string;
6
+ endLabel?: string;
7
+ loadingLabel?: string;
8
+ meta?: ReactNode;
9
+ };
10
+ export declare const BackofficeLoadMore: ({ hasNextPage, isLoading, loadMoreLabel, endLabel, loadingLabel, meta, }: BackofficeLoadMoreProps) => JSX.Element;
11
+ export default BackofficeLoadMore;
12
+ //# sourceMappingURL=BackofficeLoadMore.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BackofficeLoadMore.d.ts","sourceRoot":"","sources":["../../../../../src/backoffice/molecules/backoffice_load_more/BackofficeLoadMore.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,GAAG,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAKjD,MAAM,MAAM,uBAAuB,GAAG;IACpC,WAAW,EAAE,OAAO,CAAC;IACrB,SAAS,EAAE,OAAO,CAAC;IACnB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,IAAI,CAAC,EAAE,SAAS,CAAC;CAClB,CAAC;AAEF,eAAO,MAAM,kBAAkB,GAAI,0EAOhC,uBAAuB,KAAG,GAAG,CAAC,OAuBhC,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
@@ -0,0 +1,4 @@
1
+ export declare const container: string;
2
+ export declare const left: string;
3
+ export declare const meta: string;
4
+ //# sourceMappingURL=backofficeLoadMore.css.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"backofficeLoadMore.css.d.ts","sourceRoot":"","sources":["../../../../../src/backoffice/molecules/backoffice_load_more/backofficeLoadMore.css.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS,QAYpB,CAAC;AAEH,eAAO,MAAM,IAAI,QAKf,CAAC;AAEH,eAAO,MAAM,IAAI,QAMf,CAAC"}
@@ -0,0 +1,11 @@
1
+ import { type JSX, type ReactNode } from 'react';
2
+ export type BackofficePageHeaderProps = {
3
+ title: string;
4
+ subtitle?: ReactNode;
5
+ actions?: ReactNode;
6
+ meta?: ReactNode;
7
+ className?: string;
8
+ };
9
+ export declare const BackofficePageHeader: ({ title, subtitle, actions, meta, className, }: BackofficePageHeaderProps) => JSX.Element;
10
+ export default BackofficePageHeader;
11
+ //# sourceMappingURL=BackofficePageHeader.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BackofficePageHeader.d.ts","sourceRoot":"","sources":["../../../../../src/backoffice/molecules/backoffice_page_header/BackofficePageHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,GAAG,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAMjD,MAAM,MAAM,yBAAyB,GAAG;IACtC,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,OAAO,CAAC,EAAE,SAAS,CAAC;IACpB,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,eAAO,MAAM,oBAAoB,GAAI,gDAMlC,yBAAyB,KAAG,GAAG,CAAC,OAgBlC,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
@@ -0,0 +1,8 @@
1
+ export declare const container: string;
2
+ export declare const left: string;
3
+ export declare const titleRow: string;
4
+ export declare const title: string;
5
+ export declare const subtitle: string;
6
+ export declare const metaRow: string;
7
+ export declare const actions: string;
8
+ //# sourceMappingURL=backofficePageHeader.css.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"backofficePageHeader.css.d.ts","sourceRoot":"","sources":["../../../../../src/backoffice/molecules/backoffice_page_header/backofficePageHeader.css.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,SAAS,QAMpB,CAAC;AAEH,eAAO,MAAM,IAAI,QAMf,CAAC;AAEH,eAAO,MAAM,QAAQ,QAKnB,CAAC;AAEH,eAAO,MAAM,KAAK,QAMhB,CAAC;AAEH,eAAO,MAAM,QAAQ,QAKnB,CAAC;AAEH,eAAO,MAAM,OAAO,QAKlB,CAAC;AAEH,eAAO,MAAM,OAAO,QAKlB,CAAC"}
@@ -0,0 +1,15 @@
1
+ import { type JSX, type MouseEvent as ReactMouseEvent } from 'react';
2
+ export type BackofficeRelationsMenuItem = {
3
+ id: string;
4
+ label: string;
5
+ count?: number | null;
6
+ href: string;
7
+ onClick?: (event: ReactMouseEvent<HTMLAnchorElement>) => void | Promise<void>;
8
+ };
9
+ export type BackofficeRelationsMenuProps = {
10
+ label?: string;
11
+ items: readonly BackofficeRelationsMenuItem[];
12
+ };
13
+ export declare const BackofficeRelationsMenu: ({ label, items, }: BackofficeRelationsMenuProps) => JSX.Element;
14
+ export default BackofficeRelationsMenu;
15
+ //# sourceMappingURL=BackofficeRelationsMenu.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BackofficeRelationsMenu.d.ts","sourceRoot":"","sources":["../../../../../src/backoffice/molecules/backoffice_relations_menu/BackofficeRelationsMenu.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,GAAG,EACR,KAAK,UAAU,IAAI,eAAe,EAInC,MAAM,OAAO,CAAC;AAOf,MAAM,MAAM,2BAA2B,GAAG;IACxC,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,eAAe,CAAC,iBAAiB,CAAC,KAAK,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;CAC/E,CAAC;AAEF,MAAM,MAAM,4BAA4B,GAAG;IACzC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,SAAS,2BAA2B,EAAE,CAAC;CAC/C,CAAC;AAEF,eAAO,MAAM,uBAAuB,GAAI,mBAGrC,4BAA4B,KAAG,GAAG,CAAC,OAuFrC,CAAC;AAEF,eAAe,uBAAuB,CAAC"}
@@ -0,0 +1,8 @@
1
+ export declare const container: string;
2
+ export declare const triggerIcon: string;
3
+ export declare const triggerIconOpen: string;
4
+ export declare const menu: string;
5
+ export declare const menuItem: string;
6
+ export declare const itemLabel: string;
7
+ export declare const count: string;
8
+ //# sourceMappingURL=backofficeRelationsMenu.css.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"backofficeRelationsMenu.css.d.ts","sourceRoot":"","sources":["../../../../../src/backoffice/molecules/backoffice_relations_menu/backofficeRelationsMenu.css.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,SAAS,QAGpB,CAAC;AAEH,eAAO,MAAM,WAAW,QAItB,CAAC;AAEH,eAAO,MAAM,eAAe,QAE1B,CAAC;AAEH,eAAO,MAAM,IAAI,QAiBf,CAAC;AAEH,eAAO,MAAM,QAAQ,QAuBnB,CAAC;AAEH,eAAO,MAAM,SAAS,QAIpB,CAAC;AAEH,eAAO,MAAM,KAAK,QAIhB,CAAC"}
@@ -0,0 +1,8 @@
1
+ import { type JSX } from 'react';
2
+ export type BackofficeTableSkeletonProps = {
3
+ rows?: number;
4
+ columns?: number;
5
+ };
6
+ export declare const BackofficeTableSkeleton: ({ rows, columns, }: BackofficeTableSkeletonProps) => JSX.Element;
7
+ export default BackofficeTableSkeleton;
8
+ //# sourceMappingURL=BackofficeTableSkeleton.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BackofficeTableSkeleton.d.ts","sourceRoot":"","sources":["../../../../../src/backoffice/molecules/backoffice_table_skeleton/BackofficeTableSkeleton.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,GAAG,EAAE,MAAM,OAAO,CAAC;AAKjC,MAAM,MAAM,4BAA4B,GAAG;IACzC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,eAAO,MAAM,uBAAuB,GAAI,oBAGrC,4BAA4B,KAAG,GAAG,CAAC,OA6BrC,CAAC;AAEF,eAAe,uBAAuB,CAAC"}
@@ -0,0 +1,7 @@
1
+ export declare const container: string;
2
+ export declare const header: string;
3
+ export declare const headerCell: string;
4
+ export declare const body: string;
5
+ export declare const row: string;
6
+ export declare const cell: string;
7
+ //# sourceMappingURL=backofficeTableSkeleton.css.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"backofficeTableSkeleton.css.d.ts","sourceRoot":"","sources":["../../../../../src/backoffice/molecules/backoffice_table_skeleton/backofficeTableSkeleton.css.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS,QAQpB,CAAC;AAEH,eAAO,MAAM,MAAM,QAUjB,CAAC;AAEH,eAAO,MAAM,UAAU,QAGrB,CAAC;AAEH,eAAO,MAAM,IAAI,QAKf,CAAC;AAEH,eAAO,MAAM,GAAG,QAId,CAAC;AAEH,eAAO,MAAM,IAAI,QAGf,CAAC"}
@@ -0,0 +1,13 @@
1
+ import { type JSX, type ReactNode } from 'react';
2
+ export type BackofficeTableToolbarProps = {
3
+ searchSlot?: ReactNode;
4
+ filtersSlot?: ReactNode;
5
+ sortSlot?: ReactNode;
6
+ refreshSlot?: ReactNode;
7
+ ctaSlot?: ReactNode;
8
+ chipsSlot?: ReactNode;
9
+ className?: string;
10
+ };
11
+ export declare const BackofficeTableToolbar: ({ searchSlot, filtersSlot, sortSlot, refreshSlot, ctaSlot, chipsSlot, className, }: BackofficeTableToolbarProps) => JSX.Element | null;
12
+ export default BackofficeTableToolbar;
13
+ //# sourceMappingURL=BackofficeTableToolbar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BackofficeTableToolbar.d.ts","sourceRoot":"","sources":["../../../../../src/backoffice/molecules/backoffice_table_toolbar/BackofficeTableToolbar.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,GAAG,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAMjD,MAAM,MAAM,2BAA2B,GAAG;IACxC,UAAU,CAAC,EAAE,SAAS,CAAC;IACvB,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB,OAAO,CAAC,EAAE,SAAS,CAAC;IACpB,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,eAAO,MAAM,sBAAsB,GAAI,oFAQpC,2BAA2B,KAAG,GAAG,CAAC,OAAO,GAAG,IAgC9C,CAAC;AAEF,eAAe,sBAAsB,CAAC"}
@@ -0,0 +1,6 @@
1
+ export declare const container: string;
2
+ export declare const topRow: string;
3
+ export declare const left: string;
4
+ export declare const right: string;
5
+ export declare const chipsRow: string;
6
+ //# sourceMappingURL=backofficeTableToolbar.css.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"backofficeTableToolbar.css.d.ts","sourceRoot":"","sources":["../../../../../src/backoffice/molecules/backoffice_table_toolbar/backofficeTableToolbar.css.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,SAAS,QAKpB,CAAC;AAEH,eAAO,MAAM,MAAM,QAYjB,CAAC;AAEH,eAAO,MAAM,IAAI,QAOf,CAAC;AAEH,eAAO,MAAM,KAAK,QAKhB,CAAC;AAEH,eAAO,MAAM,QAAQ,QASnB,CAAC"}
@@ -0,0 +1,16 @@
1
+ import { Link } from '@plumile/router';
2
+ import { type ComponentPropsWithoutRef, type JSX, type ReactNode } from 'react';
3
+ export type BackofficeTabItem = {
4
+ id: string;
5
+ label: ReactNode;
6
+ to?: ComponentPropsWithoutRef<typeof Link>['to'];
7
+ };
8
+ export type BackofficeTabsProps = {
9
+ items: readonly BackofficeTabItem[];
10
+ activeId: string;
11
+ onChange: (id: string) => void;
12
+ className?: string;
13
+ };
14
+ export declare const BackofficeTabs: ({ items, activeId, onChange, className, }: BackofficeTabsProps) => JSX.Element | null;
15
+ export default BackofficeTabs;
16
+ //# sourceMappingURL=BackofficeTabs.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BackofficeTabs.d.ts","sourceRoot":"","sources":["../../../../../src/backoffice/molecules/backoffice_tabs/BackofficeTabs.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,iBAAiB,CAAC;AACvC,OAAO,EAAE,KAAK,wBAAwB,EAAE,KAAK,GAAG,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAKhF,MAAM,MAAM,iBAAiB,GAAG;IAC9B,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,SAAS,CAAC;IACjB,EAAE,CAAC,EAAE,wBAAwB,CAAC,OAAO,IAAI,CAAC,CAAC,IAAI,CAAC,CAAC;CAClD,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAAG;IAChC,KAAK,EAAE,SAAS,iBAAiB,EAAE,CAAC;IACpC,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IAC/B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,eAAO,MAAM,cAAc,GAAI,2CAK5B,mBAAmB,KAAG,GAAG,CAAC,OAAO,GAAG,IAkCtC,CAAC;AAEF,eAAe,cAAc,CAAC"}
@@ -0,0 +1,4 @@
1
+ export declare const tabs: string;
2
+ export declare const tab: string;
3
+ export declare const active: string;
4
+ //# sourceMappingURL=backofficeTabs.css.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"backofficeTabs.css.d.ts","sourceRoot":"","sources":["../../../../../src/backoffice/molecules/backoffice_tabs/backofficeTabs.css.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,IAAI,QAUf,CAAC;AAEH,eAAO,MAAM,GAAG,QA4Bd,CAAC;AAEH,eAAO,MAAM,MAAM,QAKjB,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { type JSX, type ReactNode } from 'react';
2
+ export type BulkActionsBarProps = {
3
+ selectedCount: number;
4
+ label?: (count: number) => ReactNode;
5
+ actions?: ReactNode;
6
+ onClearSelection?: () => void;
7
+ clearLabel?: string;
8
+ className?: string;
9
+ };
10
+ export declare const BulkActionsBar: ({ selectedCount, label, actions, onClearSelection, clearLabel, className, }: BulkActionsBarProps) => JSX.Element | null;
11
+ export default BulkActionsBar;
12
+ //# sourceMappingURL=BulkActionsBar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BulkActionsBar.d.ts","sourceRoot":"","sources":["../../../../../src/backoffice/molecules/bulk_actions_bar/BulkActionsBar.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,GAAG,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAMjD,MAAM,MAAM,mBAAmB,GAAG;IAChC,aAAa,EAAE,MAAM,CAAC;IACtB,KAAK,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,SAAS,CAAC;IACrC,OAAO,CAAC,EAAE,SAAS,CAAC;IACpB,gBAAgB,CAAC,EAAE,MAAM,IAAI,CAAC;IAC9B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,eAAO,MAAM,cAAc,GAAI,6EAS5B,mBAAmB,KAAG,GAAG,CAAC,OAAO,GAAG,IA4BtC,CAAC;AAEF,eAAe,cAAc,CAAC"}
@@ -0,0 +1,4 @@
1
+ export declare const bar: string;
2
+ export declare const left: string;
3
+ export declare const right: string;
4
+ //# sourceMappingURL=bulkActionsBar.css.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bulkActionsBar.css.d.ts","sourceRoot":"","sources":["../../../../../src/backoffice/molecules/bulk_actions_bar/bulkActionsBar.css.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,GAAG,QAWd,CAAC;AAEH,eAAO,MAAM,IAAI,QAKf,CAAC;AAEH,eAAO,MAAM,KAAK,QAIhB,CAAC"}
@@ -0,0 +1,15 @@
1
+ import { type JSX, type ReactNode } from 'react';
2
+ export type ConfirmDialogProps = {
3
+ isOpen: boolean;
4
+ title: string;
5
+ children: ReactNode;
6
+ confirmLabel?: string;
7
+ cancelLabel?: string;
8
+ confirmTone?: 'default' | 'danger';
9
+ onClose: () => void;
10
+ onConfirm: () => Promise<void> | void;
11
+ closeOnConfirm?: boolean;
12
+ };
13
+ export declare const ConfirmDialog: ({ isOpen, title, children, confirmLabel, cancelLabel, confirmTone, onClose, onConfirm, closeOnConfirm, }: ConfirmDialogProps) => JSX.Element | null;
14
+ export default ConfirmDialog;
15
+ //# sourceMappingURL=ConfirmDialog.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ConfirmDialog.d.ts","sourceRoot":"","sources":["../../../../../src/backoffice/molecules/confirm_dialog/ConfirmDialog.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAyB,KAAK,GAAG,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAQxE,MAAM,MAAM,kBAAkB,GAAG;IAC/B,MAAM,EAAE,OAAO,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,SAAS,CAAC;IACpB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,SAAS,GAAG,QAAQ,CAAC;IACnC,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,SAAS,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC;IACtC,cAAc,CAAC,EAAE,OAAO,CAAC;CAC1B,CAAC;AAEF,eAAO,MAAM,aAAa,GAAI,0GAU3B,kBAAkB,KAAG,GAAG,CAAC,OAAO,GAAG,IA6ErC,CAAC;AAEF,eAAe,aAAa,CAAC"}
@@ -0,0 +1,3 @@
1
+ export declare const body: string;
2
+ export declare const footer: string;
3
+ //# sourceMappingURL=confirmDialog.css.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"confirmDialog.css.d.ts","sourceRoot":"","sources":["../../../../../src/backoffice/molecules/confirm_dialog/confirmDialog.css.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,IAAI,QAIf,CAAC;AAEH,eAAO,MAAM,MAAM,QAIjB,CAAC"}
@@ -0,0 +1,15 @@
1
+ import { type JSX, type ReactNode } from 'react';
2
+ export type FilterChip = {
3
+ id: string;
4
+ label: ReactNode;
5
+ onRemove?: () => void;
6
+ };
7
+ export type FilterChipRowProps = {
8
+ chips: readonly FilterChip[];
9
+ onClearAll?: () => void;
10
+ clearAllLabel?: string;
11
+ className?: string;
12
+ };
13
+ export declare const FilterChipRow: ({ chips, onClearAll, clearAllLabel, className, }: FilterChipRowProps) => JSX.Element | null;
14
+ export default FilterChipRow;
15
+ //# sourceMappingURL=FilterChipRow.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FilterChipRow.d.ts","sourceRoot":"","sources":["../../../../../src/backoffice/molecules/filter_chip_row/FilterChipRow.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,GAAG,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAOjD,MAAM,MAAM,UAAU,GAAG;IACvB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,SAAS,CAAC;IACjB,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;CACvB,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAAG;IAC/B,KAAK,EAAE,SAAS,UAAU,EAAE,CAAC;IAC7B,UAAU,CAAC,EAAE,MAAM,IAAI,CAAC;IACxB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,eAAO,MAAM,aAAa,GAAI,kDAK3B,kBAAkB,KAAG,GAAG,CAAC,OAAO,GAAG,IA+BrC,CAAC;AAEF,eAAe,aAAa,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const row: string;
2
+ //# sourceMappingURL=filterChipRow.css.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"filterChipRow.css.d.ts","sourceRoot":"","sources":["../../../../../src/backoffice/molecules/filter_chip_row/filterChipRow.css.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,GAAG,QAKd,CAAC"}
@@ -0,0 +1,14 @@
1
+ import { type JSX, type ReactNode } from 'react';
2
+ export type GlobalSearchInputProps = {
3
+ value: string;
4
+ onChange: (value: string) => void;
5
+ placeholder?: string;
6
+ ariaLabel?: string;
7
+ className?: string;
8
+ shortcut?: readonly string[] | string;
9
+ rightSlot?: ReactNode;
10
+ clearLabel?: string;
11
+ };
12
+ export declare const GlobalSearchInput: ({ value, onChange, placeholder, ariaLabel, className, shortcut, rightSlot, clearLabel, }: GlobalSearchInputProps) => JSX.Element;
13
+ export default GlobalSearchInput;
14
+ //# sourceMappingURL=GlobalSearchInput.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GlobalSearchInput.d.ts","sourceRoot":"","sources":["../../../../../src/backoffice/molecules/global_search_input/GlobalSearchInput.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAoB,KAAK,GAAG,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AASnE,MAAM,MAAM,sBAAsB,GAAG;IACnC,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,SAAS,MAAM,EAAE,GAAG,MAAM,CAAC;IACtC,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,CAAC;AAEF,eAAO,MAAM,iBAAiB,GAAI,0FAS/B,sBAAsB,KAAG,GAAG,CAAC,OAgD/B,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
@@ -0,0 +1,4 @@
1
+ export declare const container: string;
2
+ export declare const input: string;
3
+ export declare const clearButton: string;
4
+ //# sourceMappingURL=globalSearchInput.css.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"globalSearchInput.css.d.ts","sourceRoot":"","sources":["../../../../../src/backoffice/molecules/global_search_input/globalSearchInput.css.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS,QAKpB,CAAC;AAEH,eAAO,MAAM,KAAK,QAEhB,CAAC;AAEH,eAAO,MAAM,WAAW,QAStB,CAAC"}
@@ -0,0 +1,16 @@
1
+ import { type JSX, type ReactNode } from 'react';
2
+ import type { RecipeVariants } from '@vanilla-extract/recipes';
3
+ import * as styles from './inlineBanner.css.js';
4
+ export type InlineBannerTone = NonNullable<NonNullable<RecipeVariants<typeof styles.toneRecipe>>['tone']>;
5
+ export type InlineBannerProps = {
6
+ tone?: InlineBannerTone;
7
+ title?: ReactNode;
8
+ children?: ReactNode;
9
+ actions?: ReactNode;
10
+ onDismiss?: () => void;
11
+ dismissLabel?: string;
12
+ className?: string;
13
+ };
14
+ export declare const InlineBanner: ({ tone, title, children, actions, onDismiss, dismissLabel, className, }: InlineBannerProps) => JSX.Element;
15
+ export default InlineBanner;
16
+ //# sourceMappingURL=InlineBanner.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InlineBanner.d.ts","sourceRoot":"","sources":["../../../../../src/backoffice/molecules/inline_banner/InlineBanner.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,GAAG,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AACjD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAI/D,OAAO,KAAK,MAAM,MAAM,uBAAuB,CAAC;AAGhD,MAAM,MAAM,gBAAgB,GAAG,WAAW,CACxC,WAAW,CAAC,cAAc,CAAC,OAAO,MAAM,CAAC,UAAU,CAAC,CAAC,CAAC,MAAM,CAAC,CAC9D,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG;IAC9B,IAAI,CAAC,EAAE,gBAAgB,CAAC;IACxB,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,OAAO,CAAC,EAAE,SAAS,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,IAAI,CAAC;IACvB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,eAAO,MAAM,YAAY,GAAI,yEAQ1B,iBAAiB,KAAG,GAAG,CAAC,OA2C1B,CAAC;AAEF,eAAe,YAAY,CAAC"}
@@ -0,0 +1,17 @@
1
+ import { type RecipeVariants } from '@vanilla-extract/recipes';
2
+ export declare const container: string;
3
+ export declare const toneRecipe: import("@vanilla-extract/recipes").RuntimeFn<{
4
+ tone: {
5
+ info: string;
6
+ success: string;
7
+ warning: string;
8
+ danger: string;
9
+ };
10
+ }>;
11
+ export type ToneRecipeVariants = RecipeVariants<typeof toneRecipe>;
12
+ export declare const content: string;
13
+ export declare const title: string;
14
+ export declare const description: string;
15
+ export declare const actions: string;
16
+ export declare const closeButton: string;
17
+ //# sourceMappingURL=inlineBanner.css.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"inlineBanner.css.d.ts","sourceRoot":"","sources":["../../../../../src/backoffice/molecules/inline_banner/inlineBanner.css.ts"],"names":[],"mappings":"AAAA,OAAO,EAAU,KAAK,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAIvE,eAAO,MAAM,SAAS,QAYpB,CAAC;AAmBH,eAAO,MAAM,UAAU;;;;;;;EAYrB,CAAC;AAEH,MAAM,MAAM,kBAAkB,GAAG,cAAc,CAAC,OAAO,UAAU,CAAC,CAAC;AAEnE,eAAO,MAAM,OAAO,QAMlB,CAAC;AAEH,eAAO,MAAM,KAAK,QAEhB,CAAC;AAEH,eAAO,MAAM,WAAW,QAEtB,CAAC;AAEH,eAAO,MAAM,OAAO,QAKlB,CAAC;AAEH,eAAO,MAAM,WAAW,QAYtB,CAAC"}
@@ -0,0 +1,11 @@
1
+ import { type JSX, type ReactNode } from 'react';
2
+ export type SidebarCollapseToggleProps = {
3
+ isCollapsed: boolean;
4
+ onToggle: () => void;
5
+ label?: ReactNode;
6
+ shortcut?: readonly string[] | string;
7
+ className?: string;
8
+ };
9
+ export declare const SidebarCollapseToggle: ({ isCollapsed, onToggle, label, shortcut, className, }: SidebarCollapseToggleProps) => JSX.Element;
10
+ export default SidebarCollapseToggle;
11
+ //# sourceMappingURL=SidebarCollapseToggle.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SidebarCollapseToggle.d.ts","sourceRoot":"","sources":["../../../../../src/backoffice/molecules/sidebar_collapse_toggle/SidebarCollapseToggle.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,GAAG,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AASjD,MAAM,MAAM,0BAA0B,GAAG;IACvC,WAAW,EAAE,OAAO,CAAC;IACrB,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,QAAQ,CAAC,EAAE,SAAS,MAAM,EAAE,GAAG,MAAM,CAAC;IACtC,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,eAAO,MAAM,qBAAqB,GAAI,wDAMnC,0BAA0B,KAAG,GAAG,CAAC,OA2BnC,CAAC;AAEF,eAAe,qBAAqB,CAAC"}
@@ -0,0 +1,4 @@
1
+ export declare const button: string;
2
+ export declare const icon: string;
3
+ export declare const label: string;
4
+ //# sourceMappingURL=sidebarCollapseToggle.css.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sidebarCollapseToggle.css.d.ts","sourceRoot":"","sources":["../../../../../src/backoffice/molecules/sidebar_collapse_toggle/sidebarCollapseToggle.css.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,MAAM,QA0BjB,CAAC;AAEH,eAAO,MAAM,IAAI,QAMf,CAAC;AAEH,eAAO,MAAM,KAAK,QAAyB,CAAC"}
@@ -0,0 +1,24 @@
1
+ import { type DragEvent, type JSX, type ReactNode } from 'react';
2
+ export type SidebarNavItemProps = {
3
+ label: ReactNode;
4
+ href?: string;
5
+ icon?: ReactNode;
6
+ badge?: ReactNode;
7
+ isActive?: boolean;
8
+ disabled?: boolean;
9
+ onClick?: () => void;
10
+ onDragStart?: (event: DragEvent) => void;
11
+ onDragOver?: (event: DragEvent) => void;
12
+ onDrop?: (event: DragEvent) => void;
13
+ onDragEnd?: (event: DragEvent) => void;
14
+ collapsed?: boolean;
15
+ ariaLabel?: string;
16
+ className?: string;
17
+ actionSlot?: ReactNode;
18
+ dragHandleSlot?: ReactNode;
19
+ dragHandleLabel?: string;
20
+ draggable?: boolean;
21
+ };
22
+ export declare const SidebarNavItem: ({ label, href, icon, badge, isActive, disabled, onClick, onDragStart, onDragOver, onDrop, onDragEnd, collapsed, ariaLabel, className, actionSlot, dragHandleSlot, dragHandleLabel, draggable, }: SidebarNavItemProps) => JSX.Element;
23
+ export default SidebarNavItem;
24
+ //# sourceMappingURL=SidebarNavItem.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SidebarNavItem.d.ts","sourceRoot":"","sources":["../../../../../src/backoffice/molecules/sidebar_nav_item/SidebarNavItem.tsx"],"names":[],"mappings":"AACA,OAAO,EAGL,KAAK,SAAS,EAEd,KAAK,GAAG,EACR,KAAK,SAAS,EAKf,MAAM,OAAO,CAAC;AASf,MAAM,MAAM,mBAAmB,GAAG;IAChC,KAAK,EAAE,SAAS,CAAC;IACjB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,SAAS,KAAK,IAAI,CAAC;IACzC,UAAU,CAAC,EAAE,CAAC,KAAK,EAAE,SAAS,KAAK,IAAI,CAAC;IACxC,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,SAAS,KAAK,IAAI,CAAC;IACpC,SAAS,CAAC,EAAE,CAAC,KAAK,EAAE,SAAS,KAAK,IAAI,CAAC;IACvC,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,SAAS,CAAC;IACvB,cAAc,CAAC,EAAE,SAAS,CAAC;IAC3B,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC;AAEF,eAAO,MAAM,cAAc,GAAI,iMAmB5B,mBAAmB,KAAG,GAAG,CAAC,OAiO5B,CAAC;AAEF,eAAe,cAAc,CAAC"}
@@ -0,0 +1,15 @@
1
+ export declare const actions: string;
2
+ export declare const actionsVisible: string;
3
+ export declare const item: string;
4
+ export declare const itemCollapsed: string;
5
+ export declare const itemActive: string;
6
+ export declare const itemDisabled: string;
7
+ export declare const link: string;
8
+ export declare const actionSlot: string;
9
+ export declare const dragHandle: string;
10
+ export declare const icon: string;
11
+ export declare const label: string;
12
+ export declare const labelCollapsed: string;
13
+ export declare const badge: string;
14
+ export declare const badgeCollapsed: string;
15
+ //# sourceMappingURL=sidebarNavItem.css.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sidebarNavItem.css.d.ts","sourceRoot":"","sources":["../../../../../src/backoffice/molecules/sidebar_nav_item/sidebarNavItem.css.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,OAAO,QAWlB,CAAC;AAEH,eAAO,MAAM,cAAc,QAIzB,CAAC;AAEH,eAAO,MAAM,IAAI,QAuBf,CAAC;AAEH,eAAO,MAAM,aAAa,QAGxB,CAAC;AAEH,eAAO,MAAM,UAAU,QAKrB,CAAC;AAEH,eAAO,MAAM,YAAY,QAYvB,CAAC;AAEH,eAAO,MAAM,IAAI,QAcf,CAAC;AAEH,eAAO,MAAM,UAAU,QAGrB,CAAC;AAEH,eAAO,MAAM,UAAU,QA0BrB,CAAC;AAEH,eAAO,MAAM,IAAI,QAQf,CAAC;AAEH,eAAO,MAAM,KAAK,QAGhB,CAAC;AAEH,eAAO,MAAM,cAAc,QAEzB,CAAC;AAEH,eAAO,MAAM,KAAK,QAKhB,CAAC;AAEH,eAAO,MAAM,cAAc,QAEzB,CAAC"}
@@ -0,0 +1,24 @@
1
+ import { type JSX, type ReactNode } from 'react';
2
+ import { type SidebarNavItemProps } from '../sidebar_nav_item/SidebarNavItem.js';
3
+ export type SidebarNavSectionItemData = {
4
+ kind: 'dashboard' | 'entity' | 'tool';
5
+ id: string;
6
+ groupId?: string;
7
+ };
8
+ export type SidebarNavSectionItem = SidebarNavItemProps & {
9
+ id: string;
10
+ data?: SidebarNavSectionItemData;
11
+ };
12
+ export type SidebarNavSectionProps = {
13
+ title?: ReactNode;
14
+ items: readonly SidebarNavSectionItem[];
15
+ collapsible?: boolean;
16
+ isCollapsed?: boolean;
17
+ defaultCollapsed?: boolean;
18
+ onCollapsedChange?: (collapsed: boolean) => void;
19
+ collapsed?: boolean;
20
+ className?: string;
21
+ };
22
+ export declare const SidebarNavSection: ({ title, items, collapsible, isCollapsed, defaultCollapsed, onCollapsedChange, collapsed: sidebarCollapsed, className, }: SidebarNavSectionProps) => JSX.Element;
23
+ export default SidebarNavSection;
24
+ //# sourceMappingURL=SidebarNavSection.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SidebarNavSection.d.ts","sourceRoot":"","sources":["../../../../../src/backoffice/molecules/sidebar_nav_section/SidebarNavSection.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,GAAG,EACR,KAAK,SAAS,EAIf,MAAM,OAAO,CAAC;AAIf,OAAO,EAEL,KAAK,mBAAmB,EACzB,MAAM,uCAAuC,CAAC;AAI/C,MAAM,MAAM,yBAAyB,GAAG;IACtC,IAAI,EAAE,WAAW,GAAG,QAAQ,GAAG,MAAM,CAAC;IACtC,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG,mBAAmB,GAAG;IACxD,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,CAAC,EAAE,yBAAyB,CAAC;CAClC,CAAC;AAEF,MAAM,MAAM,sBAAsB,GAAG;IACnC,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,KAAK,EAAE,SAAS,qBAAqB,EAAE,CAAC;IACxC,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,iBAAiB,CAAC,EAAE,CAAC,SAAS,EAAE,OAAO,KAAK,IAAI,CAAC;IACjD,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,eAAO,MAAM,iBAAiB,GAAI,0HAS/B,sBAAsB,KAAG,GAAG,CAAC,OAuE/B,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
@@ -0,0 +1,6 @@
1
+ export declare const section: string;
2
+ export declare const header: string;
3
+ export declare const title: string;
4
+ export declare const toggle: string;
5
+ export declare const items: string;
6
+ //# sourceMappingURL=sidebarNavSection.css.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sidebarNavSection.css.d.ts","sourceRoot":"","sources":["../../../../../src/backoffice/molecules/sidebar_nav_section/sidebarNavSection.css.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,OAAO,QAIlB,CAAC;AAEH,eAAO,MAAM,MAAM,QAOjB,CAAC;AAEH,eAAO,MAAM,KAAK,QAMhB,CAAC;AAEH,eAAO,MAAM,MAAM,QAsBjB,CAAC;AAEH,eAAO,MAAM,KAAK,QAIhB,CAAC"}
@@ -0,0 +1,23 @@
1
+ import { type JSX } from 'react';
2
+ export type BackofficeSidebarProfileViewer = {
3
+ displayName: string;
4
+ email: string;
5
+ initials: string;
6
+ ariaLabel: string;
7
+ };
8
+ export type BackofficeSidebarProfileMenuLabels = {
9
+ sectionTitle: string;
10
+ menuAriaLabel: string;
11
+ signOut: string;
12
+ };
13
+ export type BackofficeSidebarProfileMenuProps = {
14
+ viewer: BackofficeSidebarProfileViewer;
15
+ collapsed: boolean;
16
+ labels: BackofficeSidebarProfileMenuLabels;
17
+ onSignOut: () => void;
18
+ isSigningOut?: boolean;
19
+ className?: string;
20
+ };
21
+ export declare const BackofficeSidebarProfileMenu: ({ viewer, collapsed, labels, onSignOut, isSigningOut, className, }: BackofficeSidebarProfileMenuProps) => JSX.Element;
22
+ export default BackofficeSidebarProfileMenu;
23
+ //# sourceMappingURL=BackofficeSidebarProfileMenu.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BackofficeSidebarProfileMenu.d.ts","sourceRoot":"","sources":["../../../../../src/backoffice/molecules/sidebar_profile_menu/BackofficeSidebarProfileMenu.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,GAAG,EAAE,MAAM,OAAO,CAAC;AASjC,MAAM,MAAM,8BAA8B,GAAG;IAC3C,WAAW,EAAE,MAAM,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,MAAM,MAAM,kCAAkC,GAAG;IAC/C,YAAY,EAAE,MAAM,CAAC;IACrB,aAAa,EAAE,MAAM,CAAC;IACtB,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,MAAM,MAAM,iCAAiC,GAAG;IAC9C,MAAM,EAAE,8BAA8B,CAAC;IACvC,SAAS,EAAE,OAAO,CAAC;IACnB,MAAM,EAAE,kCAAkC,CAAC;IAC3C,SAAS,EAAE,MAAM,IAAI,CAAC;IACtB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,eAAO,MAAM,4BAA4B,GAAI,oEAO1C,iCAAiC,KAAG,GAAG,CAAC,OA8D1C,CAAC;AAEF,eAAe,4BAA4B,CAAC"}
@@ -0,0 +1,20 @@
1
+ export declare const container: string;
2
+ export declare const title: string;
3
+ export declare const hidden: string;
4
+ export declare const trigger: import("@vanilla-extract/recipes").RuntimeFn<{
5
+ collapsed: {
6
+ true: string;
7
+ false: string;
8
+ };
9
+ }>;
10
+ export declare const triggerMain: string;
11
+ export declare const avatar: string;
12
+ export declare const identity: string;
13
+ export declare const displayName: string;
14
+ export declare const email: string;
15
+ export declare const chevron: string;
16
+ export declare const chevronOpen: string;
17
+ export declare const menu: string;
18
+ export declare const menuItem: string;
19
+ export declare const menuIcon: string;
20
+ //# sourceMappingURL=sidebarProfileMenu.css.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sidebarProfileMenu.css.d.ts","sourceRoot":"","sources":["../../../../../src/backoffice/molecules/sidebar_profile_menu/sidebarProfileMenu.css.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,SAAS,QAKpB,CAAC;AAEH,eAAO,MAAM,KAAK,QAKhB,CAAC;AAEH,eAAO,MAAM,MAAM,QAEjB,CAAC;AAEH,eAAO,MAAM,OAAO;;;;;EA8ClB,CAAC;AAEH,eAAO,MAAM,WAAW,QAMtB,CAAC;AAEH,eAAO,MAAM,MAAM,QAcjB,CAAC;AAEH,eAAO,MAAM,QAAQ,QAInB,CAAC;AAEH,eAAO,MAAM,WAAW,QAOtB,CAAC;AAEH,eAAO,MAAM,KAAK,QAMhB,CAAC;AAEH,eAAO,MAAM,OAAO,QAKlB,CAAC;AAEH,eAAO,MAAM,WAAW,QAEtB,CAAC;AAEH,eAAO,MAAM,IAAI,QAMf,CAAC;AAEH,eAAO,MAAM,QAAQ,QAoCnB,CAAC;AAEH,eAAO,MAAM,QAAQ,QAInB,CAAC"}
@@ -0,0 +1,13 @@
1
+ import { type JSX, type ReactNode } from 'react';
2
+ export type TableToolbarProps = {
3
+ search?: ReactNode;
4
+ filters?: ReactNode;
5
+ leftActions?: ReactNode;
6
+ rightActions?: ReactNode;
7
+ bottomLeft?: ReactNode;
8
+ bottomRight?: ReactNode;
9
+ className?: string;
10
+ };
11
+ export declare const TableToolbar: ({ search, filters, leftActions, rightActions, bottomLeft, bottomRight, className, }: TableToolbarProps) => JSX.Element | null;
12
+ export default TableToolbar;
13
+ //# sourceMappingURL=TableToolbar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TableToolbar.d.ts","sourceRoot":"","sources":["../../../../../src/backoffice/molecules/table_toolbar/TableToolbar.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,GAAG,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAKjD,MAAM,MAAM,iBAAiB,GAAG;IAC9B,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB,OAAO,CAAC,EAAE,SAAS,CAAC;IACpB,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB,YAAY,CAAC,EAAE,SAAS,CAAC;IACzB,UAAU,CAAC,EAAE,SAAS,CAAC;IACvB,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,eAAO,MAAM,YAAY,GAAI,qFAQ1B,iBAAiB,KAAG,GAAG,CAAC,OAAO,GAAG,IA0CpC,CAAC;AAEF,eAAe,YAAY,CAAC"}
@@ -0,0 +1,6 @@
1
+ export declare const container: string;
2
+ export declare const topRow: string;
3
+ export declare const left: string;
4
+ export declare const right: string;
5
+ export declare const bottomRow: string;
6
+ //# sourceMappingURL=tableToolbar.css.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tableToolbar.css.d.ts","sourceRoot":"","sources":["../../../../../src/backoffice/molecules/table_toolbar/tableToolbar.css.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS,QAUpB,CAAC;AAEH,eAAO,MAAM,MAAM,QAMjB,CAAC;AAEH,eAAO,MAAM,IAAI,QAMf,CAAC;AAEH,eAAO,MAAM,KAAK,QAMhB,CAAC;AAEH,eAAO,MAAM,SAAS,QAMpB,CAAC"}
@@ -0,0 +1,17 @@
1
+ import { type JSX, type ReactNode } from 'react';
2
+ export type AuditTimelineEvent<T = unknown> = {
3
+ id: string;
4
+ title: ReactNode;
5
+ time?: ReactNode;
6
+ description?: ReactNode;
7
+ meta?: ReactNode;
8
+ raw?: T;
9
+ };
10
+ export type AuditTimelineProps<T = unknown> = {
11
+ events: readonly AuditTimelineEvent<T>[];
12
+ className?: string;
13
+ renderEvent?: (event: AuditTimelineEvent<T>) => ReactNode;
14
+ };
15
+ export declare const AuditTimeline: <T>({ events, className, renderEvent, }: AuditTimelineProps<T>) => JSX.Element | null;
16
+ export default AuditTimeline;
17
+ //# sourceMappingURL=AuditTimeline.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AuditTimeline.d.ts","sourceRoot":"","sources":["../../../../../src/backoffice/organisms/audit_timeline/AuditTimeline.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,GAAG,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAKjD,MAAM,MAAM,kBAAkB,CAAC,CAAC,GAAG,OAAO,IAAI;IAC5C,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,SAAS,CAAC;IACjB,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,GAAG,CAAC,EAAE,CAAC,CAAC;CACT,CAAC;AAEF,MAAM,MAAM,kBAAkB,CAAC,CAAC,GAAG,OAAO,IAAI;IAC5C,MAAM,EAAE,SAAS,kBAAkB,CAAC,CAAC,CAAC,EAAE,CAAC;IACzC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,kBAAkB,CAAC,CAAC,CAAC,KAAK,SAAS,CAAC;CAC3D,CAAC;AAEF,eAAO,MAAM,aAAa,GAAI,CAAC,EAAG,qCAI/B,kBAAkB,CAAC,CAAC,CAAC,KAAG,GAAG,CAAC,OAAO,GAAG,IAuDxC,CAAC;AAEF,eAAe,aAAa,CAAC"}