@plumile/ui 0.1.185 → 0.1.188

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 (214) hide show
  1. package/lib/esm/admin/organisms/admin_sidebar/AdminSidebar.js +1 -1
  2. package/lib/esm/admin/organisms/admin_sidebar/adminSidebar.css.js +4 -2
  3. package/lib/esm/admin/organisms/admin_topbar/adminTopbar.css.js +1 -3
  4. package/lib/esm/atomic/atoms/badge/badge.css.js +7 -7
  5. package/lib/esm/atomic/atoms/button/button.css.js +38 -38
  6. package/lib/esm/atomic/atoms/checkbox/checkbox.css.js +6 -6
  7. package/lib/esm/atomic/atoms/error_message/errorMessage.css.js +1 -1
  8. package/lib/esm/atomic/atoms/input/input.css.js +9 -9
  9. package/lib/esm/atomic/atoms/label/label.css.js +3 -3
  10. package/lib/esm/atomic/atoms/modal/Modal.js +1 -1
  11. package/lib/esm/atomic/atoms/modal/modal.css.js +1 -1
  12. package/lib/esm/atomic/atoms/overlay/overlay.css.js +1 -1
  13. package/lib/esm/atomic/atoms/textarea/textarea.css.js +8 -8
  14. package/lib/esm/atomic/molecules/breadcrumb_navigation/BreadcrumbMenuPopover.js +1 -1
  15. package/lib/esm/atomic/molecules/breadcrumb_navigation/breadcrumbNavigation.css.js +1 -1
  16. package/lib/esm/atomic/molecules/checkbox_field/checkboxField.css.js +1 -1
  17. package/lib/esm/atomic/molecules/dropdown/Dropdown.js +75 -95
  18. package/lib/esm/atomic/molecules/dropdown/Dropdown.js.map +1 -1
  19. package/lib/esm/atomic/molecules/dropdown/dropdown.css.js +1 -1
  20. package/lib/esm/atomic/molecules/empty-state/EmptyState.css.js +17 -17
  21. package/lib/esm/atomic/molecules/form/formStyles.css.js +1 -1
  22. package/lib/esm/atomic/molecules/form_error/formError.css.js +1 -1
  23. package/lib/esm/atomic/molecules/form_field/formField.css.js +1 -1
  24. package/lib/esm/atomic/molecules/form_field_layout/FormFieldLayout.js +55 -0
  25. package/lib/esm/atomic/molecules/form_field_layout/FormFieldLayout.js.map +1 -0
  26. package/lib/esm/atomic/molecules/form_field_layout/formFieldLayout.css.js +8 -0
  27. package/lib/esm/atomic/molecules/form_field_layout/formFieldLayout.css.js.map +1 -0
  28. package/lib/esm/atomic/molecules/form_grid/FormGrid.css.js +11 -2
  29. package/lib/esm/atomic/molecules/form_grid/FormGrid.css.js.map +1 -1
  30. package/lib/esm/atomic/molecules/form_grid/FormGrid.js +10 -6
  31. package/lib/esm/atomic/molecules/form_grid/FormGrid.js.map +1 -1
  32. package/lib/esm/atomic/molecules/highlight/HighlightCode.css.js +1 -1
  33. package/lib/esm/atomic/molecules/highlight/highlightStyles.css.js +1 -1
  34. package/lib/esm/atomic/molecules/markdown/LazyMarkdownRenderer.css.js +1 -1
  35. package/lib/esm/atomic/molecules/markdown/LazyMarkdownRenderer.css.js.map +1 -1
  36. package/lib/esm/atomic/molecules/markdown/components/MarkdownArticleContainer.css.js +1 -0
  37. package/lib/esm/atomic/molecules/markdown/components/MarkdownBlockquote.css.js +1 -1
  38. package/lib/esm/atomic/molecules/markdown/components/MarkdownCodeCopyButton.css.js +1 -1
  39. package/lib/esm/atomic/molecules/markdown/components/MarkdownFootnoteDefinition.css.js +1 -1
  40. package/lib/esm/atomic/molecules/markdown/components/MarkdownFootnotesSection.css.js +1 -1
  41. package/lib/esm/atomic/molecules/markdown/components/MarkdownHeading.css.js +1 -1
  42. package/lib/esm/atomic/molecules/markdown/components/MarkdownHtmlFallback.css.js +1 -1
  43. package/lib/esm/atomic/molecules/markdown/components/MarkdownImage.css.js +1 -1
  44. package/lib/esm/atomic/molecules/markdown/components/MarkdownInlineCode.css.js +1 -2
  45. package/lib/esm/atomic/molecules/markdown/components/MarkdownInlineCode.css.js.map +1 -1
  46. package/lib/esm/atomic/molecules/markdown/components/MarkdownLink.css.js +1 -1
  47. package/lib/esm/atomic/molecules/markdown/components/MarkdownList.css.js +1 -1
  48. package/lib/esm/atomic/molecules/markdown/components/MarkdownMark.css.js +1 -1
  49. package/lib/esm/atomic/molecules/markdown/components/MarkdownMermaidBlock.css.js +1 -1
  50. package/lib/esm/atomic/molecules/markdown/components/MarkdownTable.css.js +1 -1
  51. package/lib/esm/atomic/molecules/markdown/components/MarkdownTableCaption.css.js +1 -1
  52. package/lib/esm/atomic/molecules/markdown/components/MarkdownTableCell.css.js +1 -1
  53. package/lib/esm/atomic/molecules/markdown/components/MarkdownTableHead.css.js +1 -1
  54. package/lib/esm/atomic/molecules/markdown/components/MarkdownTableHeaderCell.css.js +1 -1
  55. package/lib/esm/atomic/molecules/markdown/components/MarkdownTaskListItem.css.js +1 -1
  56. package/lib/esm/atomic/molecules/markdown/components/MarkdownText.css.js +1 -1
  57. package/lib/esm/atomic/molecules/markdown/components/MarkdownThematicBreak.css.js +1 -1
  58. package/lib/esm/atomic/molecules/tabs/tabs.css.js +14 -14
  59. package/lib/esm/atomic/molecules/toast/ToastViewport.js +3 -1
  60. package/lib/esm/atomic/molecules/toast/ToastViewport.js.map +1 -1
  61. package/lib/esm/atomic/molecules/toast/toast.css.js +2 -2
  62. package/lib/esm/atomic/organisms/login_form/loginForm.css.js +1 -1
  63. package/lib/esm/atomic/organisms/sidebar/SidebarContainer.js +1 -1
  64. package/lib/esm/atomic/organisms/sidebar/navigationSidebar.css.js +7 -7
  65. package/lib/esm/atomic/organisms/sidebar/sidebar.css.js +2 -2
  66. package/lib/esm/atomic/templates/auth_layout/authLayout.css.js +1 -1
  67. package/lib/esm/atomic/templates/page-container/pageContainer.css.js +1 -1
  68. package/lib/esm/backoffice/atoms/copyable_text/copyableText.css.js +1 -1
  69. package/lib/esm/backoffice/atoms/shortcut_hint/shortcutHint.css.js +1 -1
  70. package/lib/esm/backoffice/atoms/status_badge/statusBadge.css.js +1 -1
  71. package/lib/esm/backoffice/atoms/tag/tag.css.js +7 -7
  72. package/lib/esm/backoffice/molecules/backoffice_detail_field/backofficeDetailField.css.js +1 -1
  73. package/lib/esm/backoffice/molecules/backoffice_detail_section/backofficeDetailSection.css.js +1 -1
  74. package/lib/esm/backoffice/molecules/backoffice_filter_drawer/BackofficeFilterDrawer.js +3 -3
  75. package/lib/esm/backoffice/molecules/backoffice_filter_drawer/backofficeFilterDrawer.css.js +1 -1
  76. package/lib/esm/backoffice/molecules/backoffice_filter_field/backofficeFilterField.css.js +1 -1
  77. package/lib/esm/backoffice/molecules/backoffice_json_viewer/LazyBackofficeJsonViewer.css.js +1 -1
  78. package/lib/esm/backoffice/molecules/backoffice_json_viewer/LazyBackofficeJsonViewer.js +1 -1
  79. package/lib/esm/backoffice/molecules/backoffice_json_viewer/backofficeJsonViewer.css.js +1 -1
  80. package/lib/esm/backoffice/molecules/backoffice_key_value_list/backofficeKeyValueList.css.js +1 -1
  81. package/lib/esm/backoffice/molecules/backoffice_key_value_section/backofficeKeyValueSection.css.js +1 -1
  82. package/lib/esm/backoffice/molecules/backoffice_list_footer/BackofficeListFooter.js +2 -2
  83. package/lib/esm/backoffice/molecules/backoffice_list_footer/backofficeListFooter.css.js +1 -1
  84. package/lib/esm/backoffice/molecules/backoffice_page_header/BackofficePageHeader.js +1 -1
  85. package/lib/esm/backoffice/molecules/backoffice_page_header/backofficePageHeader.css.js +1 -1
  86. package/lib/esm/backoffice/molecules/backoffice_payload_section/backofficePayloadSection.css.js +1 -1
  87. package/lib/esm/backoffice/molecules/backoffice_payload_viewer/BackofficePayloadViewer.js +1 -1
  88. package/lib/esm/backoffice/molecules/backoffice_payload_viewer/backofficePayloadViewer.css.js +1 -1
  89. package/lib/esm/backoffice/molecules/backoffice_picker/backofficePicker.css.js +1 -1
  90. package/lib/esm/backoffice/molecules/backoffice_relations_menu/BackofficeRelationsMenu.js +3 -3
  91. package/lib/esm/backoffice/molecules/backoffice_relations_menu/backofficeRelationsMenu.css.js +1 -1
  92. package/lib/esm/backoffice/molecules/backoffice_status_meta_badge/backofficeStatusMetaBadge.css.js +1 -1
  93. package/lib/esm/backoffice/molecules/backoffice_sticky_disclosure/BackofficeStickyDisclosure.js +1 -1
  94. package/lib/esm/backoffice/molecules/backoffice_sticky_disclosure/backofficeStickyDisclosure.css.js +4 -4
  95. package/lib/esm/backoffice/molecules/backoffice_table_skeleton/backofficeTableSkeleton.css.js +2 -2
  96. package/lib/esm/backoffice/molecules/backoffice_tool_call_frame/BackofficeToolCallFrame.js +2 -2
  97. package/lib/esm/backoffice/molecules/backoffice_tool_call_frame/backofficeToolCallFrame.css.js +1 -1
  98. package/lib/esm/backoffice/molecules/backoffice_toolbar/BackofficeToolbar.js +6 -6
  99. package/lib/esm/backoffice/molecules/backoffice_toolbar/backofficeToolbar.css.js +2 -2
  100. package/lib/esm/backoffice/molecules/bulk_actions_bar/bulkActionsBar.css.js +1 -1
  101. package/lib/esm/backoffice/molecules/filter_chip_row/filterChipRow.css.js +1 -1
  102. package/lib/esm/backoffice/molecules/global_search_input/globalSearchInput.css.js +1 -1
  103. package/lib/esm/backoffice/molecules/sidebar_collapse_toggle/sidebarCollapseToggle.css.js +1 -1
  104. package/lib/esm/backoffice/molecules/sidebar_nav_item/sidebarNavItem.css.js +1 -1
  105. package/lib/esm/backoffice/molecules/sidebar_nav_section/SidebarNavSection.js +2 -2
  106. package/lib/esm/backoffice/molecules/sidebar_nav_section/sidebarNavSection.css.js +1 -1
  107. package/lib/esm/backoffice/molecules/sidebar_profile_menu/BackofficeSidebarProfileMenu.js +2 -2
  108. package/lib/esm/backoffice/molecules/sidebar_profile_menu/sidebarProfileMenu.css.js +5 -5
  109. package/lib/esm/backoffice/organisms/audit_timeline/auditTimeline.css.js +3 -3
  110. package/lib/esm/backoffice/organisms/entity_header/entityHeader.css.js +1 -1
  111. package/lib/esm/backoffice/templates/detail_page_template/DetailPageTemplate.js +1 -1
  112. package/lib/esm/backoffice/templates/detail_page_template/detailPageTemplate.css.js +4 -4
  113. package/lib/esm/backoffice/templates/list_page_template/listPageTemplate.css.js +1 -1
  114. package/lib/esm/components/agent/AgentMarkdownCard.css.js +1 -1
  115. package/lib/esm/components/charts/metricHistoryChart.css.js +1 -1
  116. package/lib/esm/components/charts/timeSeriesLineChart.css.js +1 -1
  117. package/lib/esm/components/dashboard/activity_card/ActivityCard.css.js +1 -1
  118. package/lib/esm/components/dashboard/activity_card/ActivityCard.js +2 -2
  119. package/lib/esm/components/dashboard/dashboard_grid/DashboardGrid.css.js +1 -1
  120. package/lib/esm/components/dashboard/dashboard_metric_group/DashboardMetricGroup.css.js +1 -1
  121. package/lib/esm/components/dashboard/dashboard_operational/DashboardEntitySpotlight.css.js +1 -1
  122. package/lib/esm/components/dashboard/dashboard_operational/DashboardEntitySpotlight.js +2 -2
  123. package/lib/esm/components/dashboard/dashboard_operational/DashboardHealthMatrix.css.js +1 -1
  124. package/lib/esm/components/dashboard/dashboard_operational/DashboardItemList.css.js +1 -1
  125. package/lib/esm/components/dashboard/dashboard_operational/DashboardItemList.js +1 -1
  126. package/lib/esm/components/dashboard/dashboard_operational/DashboardLinkedSurface.css.js +1 -1
  127. package/lib/esm/components/dashboard/dashboard_operational/DashboardProgressBar.css.js +1 -1
  128. package/lib/esm/components/dashboard/dashboard_operational/DashboardSlaGauge.css.js +1 -1
  129. package/lib/esm/components/dashboard/dashboard_operational/DashboardToneBadge.css.js +1 -1
  130. package/lib/esm/components/dashboard/dashboard_operational/DashboardTrendMetric.css.js +1 -1
  131. package/lib/esm/components/dashboard/dashboard_operational/DashboardTrendMetric.js +1 -1
  132. package/lib/esm/components/dashboard/dashboard_operational/DashboardWindowControl.css.js +1 -1
  133. package/lib/esm/components/dashboard/dashboard_panel/DashboardPanel.css.js +1 -1
  134. package/lib/esm/components/dashboard/dashboard_quick_actions/DashboardQuickActions.css.js +1 -1
  135. package/lib/esm/components/dashboard/dashboard_status_list/DashboardStatusList.css.js +1 -1
  136. package/lib/esm/components/dashboard/metadata_strip/MetadataStrip.css.js +1 -1
  137. package/lib/esm/components/dashboard/metric_card/MetricCard.css.js +2 -2
  138. package/lib/esm/components/dashboard/metric_card/MetricCard.js +2 -2
  139. package/lib/esm/components/dashboard/metric_tile_group/MetricTileGroup.css.js +1 -1
  140. package/lib/esm/components/dashboard/page_hero/PageHero.css.js +1 -1
  141. package/lib/esm/components/dashboard/page_hero/PageHero.js +2 -2
  142. package/lib/esm/components/dashboard/selectable_card/SelectableCard.css.js +1 -1
  143. package/lib/esm/components/dashboard/selectable_card/SelectableCard.js +1 -1
  144. package/lib/esm/components/dashboard/status_summary_panel/StatusSummaryPanel.css.js +1 -1
  145. package/lib/esm/components/dashboard/status_summary_panel/StatusSummaryPanel.js +1 -1
  146. package/lib/esm/components/dashboard/timeline_event_row/TimelineEventRow.css.js +2 -2
  147. package/lib/esm/components/dashboard/timeline_event_row/TimelineEventRow.js +7 -7
  148. package/lib/esm/components/data-table/DataTable.css.js +23 -23
  149. package/lib/esm/components/data-table/DataTable.js +1 -1
  150. package/lib/esm/components/data-table/ResponsiveRecordList.css.js +5 -5
  151. package/lib/esm/components/data-table/TableCell.css.js +2 -2
  152. package/lib/esm/components/data-table/VirtualizedConnectionTable.css.js +1 -1
  153. package/lib/esm/components/feedback/OperationFeedback.css.js +1 -1
  154. package/lib/esm/components/feedback/inlineBanner.css.js +6 -6
  155. package/lib/esm/components/infinite/InfiniteScrollTrigger.js +1 -1
  156. package/lib/esm/components/infinite/infiniteScrollTrigger.css.js +1 -1
  157. package/lib/esm/components/layout/ActionPanel.css.js +1 -1
  158. package/lib/esm/components/layout/ActionPanel.js +1 -1
  159. package/lib/esm/components/layout/AppHeader.css.js +1 -1
  160. package/lib/esm/components/layout/AppHeader.js +2 -2
  161. package/lib/esm/components/layout/ContentLayout.css.js +1 -1
  162. package/lib/esm/components/layout/DetailSummaryHeader.css.js +1 -1
  163. package/lib/esm/components/layout/DetailSummaryHeader.js +2 -2
  164. package/lib/esm/components/layout/PageShell.css.js +1 -1
  165. package/lib/esm/components/layout/PageShell.js +4 -4
  166. package/lib/esm/components/layout/ResizableSplitView.css.js +1 -1
  167. package/lib/esm/components/layout/ResizableSplitView.js +1 -1
  168. package/lib/esm/components/layout/SettingsLayout.css.js +1 -1
  169. package/lib/esm/components/layout/Surface.css.js +9 -9
  170. package/lib/esm/components/layout/Surface.js +2 -2
  171. package/lib/esm/components/layout/toolbar/Toolbar.css.js +3 -3
  172. package/lib/esm/components/layout/top_navigation_shell/TopNavigationShell.css.js +3 -3
  173. package/lib/esm/components/media/imagePreviewModal.css.js +5 -5
  174. package/lib/esm/components/navigation/sidebar/SidebarNavigation.js +1 -1
  175. package/lib/esm/components/navigation/sidebar/sidebarNavigation.css.js +1 -1
  176. package/lib/esm/components/responsive/ResponsiveCollectionRenderer.css.js +1 -1
  177. package/lib/esm/components/routing/routeFallback.css.js +1 -1
  178. package/lib/esm/components/routing/routePendingBar.css.js +1 -1
  179. package/lib/esm/components/select/SimpleSelect.css.js +13 -13
  180. package/lib/esm/components/select/SimpleSelect.css.js.map +1 -1
  181. package/lib/esm/components/select/SimpleSelect.js +141 -96
  182. package/lib/esm/components/select/SimpleSelect.js.map +1 -1
  183. package/lib/esm/components/tile/InfoTile.css.js +1 -1
  184. package/lib/esm/components/tile/InfoTile.js +1 -1
  185. package/lib/esm/index.js +245 -244
  186. package/lib/esm/node_modules/dompurify/dist/purify.es.js +127 -125
  187. package/lib/esm/node_modules/dompurify/dist/purify.es.js.map +1 -1
  188. package/lib/esm/shared/anchoredFloatingPosition.js +27 -0
  189. package/lib/esm/shared/anchoredFloatingPosition.js.map +1 -0
  190. package/lib/esm/style.css +1 -1
  191. package/lib/esm/theme/accessibility.css.js +1 -1
  192. package/lib/esm/theme/sprinkles.css.js +8252 -8216
  193. package/lib/esm/theme/sprinkles.css.js.map +1 -1
  194. package/lib/esm/theme/styleRecipes.css.js +7 -7
  195. package/lib/types/atomic/molecules/dropdown/Dropdown.d.ts +2 -1
  196. package/lib/types/atomic/molecules/dropdown/Dropdown.d.ts.map +1 -1
  197. package/lib/types/atomic/molecules/form_field_layout/FormFieldLayout.d.ts +20 -0
  198. package/lib/types/atomic/molecules/form_field_layout/FormFieldLayout.d.ts.map +1 -0
  199. package/lib/types/atomic/molecules/form_field_layout/formFieldLayout.css.d.ts +8 -0
  200. package/lib/types/atomic/molecules/form_field_layout/formFieldLayout.css.d.ts.map +1 -0
  201. package/lib/types/atomic/molecules/form_grid/FormGrid.css.d.ts +6 -1
  202. package/lib/types/atomic/molecules/form_grid/FormGrid.css.d.ts.map +1 -1
  203. package/lib/types/atomic/molecules/form_grid/FormGrid.d.ts +2 -1
  204. package/lib/types/atomic/molecules/form_grid/FormGrid.d.ts.map +1 -1
  205. package/lib/types/atomic/molecules/toast/ToastViewport.d.ts +1 -0
  206. package/lib/types/atomic/molecules/toast/ToastViewport.d.ts.map +1 -1
  207. package/lib/types/components/select/SimpleSelect.css.d.ts.map +1 -1
  208. package/lib/types/components/select/SimpleSelect.d.ts.map +1 -1
  209. package/lib/types/index.d.ts +1 -0
  210. package/lib/types/index.d.ts.map +1 -1
  211. package/lib/types/shared/anchoredFloatingPosition.d.ts +23 -0
  212. package/lib/types/shared/anchoredFloatingPosition.d.ts.map +1 -0
  213. package/lib/types/theme/sprinkles.css.d.ts +28 -28
  214. package/package.json +3 -3
package/lib/esm/index.js CHANGED
@@ -33,200 +33,201 @@ import { ChevronDownSvg as gt } from "./icons/ChevronDownSvg.js";
33
33
  import { BreadcrumbNavigation as _t } from "./atomic/molecules/breadcrumb_navigation/BreadcrumbNavigation.js";
34
34
  import { FormActions as vt } from "./atomic/molecules/form-actions/FormActions.js";
35
35
  import { FormGrid as yt } from "./atomic/molecules/form_grid/FormGrid.js";
36
- import { CheckboxField as bt } from "./atomic/molecules/checkbox_field/CheckboxField.js";
37
- import { FormErrorAlertSvg as xt } from "./icons/FormErrorAlertSvg.js";
38
- import { FormError as St } from "./atomic/molecules/form_error/FormError.js";
39
- import { FormField as Ct } from "./atomic/molecules/form_field/FormField.js";
40
- import { Form as wt } from "./atomic/molecules/form/Form.js";
41
- import { FormGroup as Tt } from "./atomic/molecules/form/FormGroup.js";
42
- import { copyRichClipboard as Et, copyTextToClipboard as Dt, copyWithExecCommand as Ot } from "./shared/clipboard.js";
43
- import kt from "./hooks/useClipboardCopy.js";
44
- import { HighlightCode as At } from "./atomic/molecules/highlight/HighlightCode.js";
45
- import { LazyMarkdownCodeBlock as jt } from "./atomic/molecules/markdown/components/LazyMarkdownCodeBlock.js";
46
- import { LazyMarkdownRenderer as Mt } from "./atomic/molecules/markdown/LazyMarkdownRenderer.js";
47
- import { MarkdownExternalLinkSvg as Nt } from "./icons/markdown/MarkdownExternalLinkSvg.js";
48
- import { MarkdownRenderer as Pt } from "./atomic/molecules/markdown/MarkdownRenderer.js";
49
- import { markdownFontSizeVar as Ft, markdownLinkColorVar as It, markdownLinkDisabledColorVar as Lt, markdownLinkHoverColorVar as Rt, markdownLinkIconColorVar as zt, markdownTextColorVar as Bt } from "./atomic/molecules/markdown/markdownVars.css.js";
50
- import { EmptyState as Vt } from "./atomic/molecules/empty-state/EmptyState.js";
51
- import { Tabs as Ht } from "./atomic/molecules/tabs/Tabs.js";
52
- import { ToastViewport as Ut } from "./atomic/molecules/toast/ToastViewport.js";
53
- import { ToastProvider as Wt, useToast as Gt } from "./atomic/molecules/toast/ToastProvider.js";
54
- import { useLoginForm as Kt } from "./atomic/organisms/login_form/useLoginForm.js";
55
- import { LoginForm as qt } from "./atomic/organisms/login_form/LoginForm.js";
56
- import { AuthLayout as Jt } from "./atomic/templates/auth_layout/AuthLayout.js";
57
- import { BackofficePageHeader as Yt } from "./backoffice/molecules/backoffice_page_header/BackofficePageHeader.js";
58
- import { PageContainer as Xt } from "./atomic/templates/page-container/PageContainer.js";
59
- import { MetricHistoryChart as Zt } from "./components/charts/MetricHistoryChart.js";
60
- import { TimeSeriesLineChart as Qt } from "./components/charts/TimeSeriesLineChart.js";
61
- import { DataTable as $t, DataTableBody as en, DataTableEmptyRow as tn, DataTableHeader as nn, DataTableRoot as rn, DataTableRow as an } from "./components/data-table/DataTable.js";
62
- import { ResponsiveRecordList as on } from "./components/data-table/ResponsiveRecordList.js";
63
- import { InfiniteScrollTrigger as sn } from "./components/infinite/InfiniteScrollTrigger.js";
64
- import { InlineBanner as cn } from "./components/feedback/InlineBanner.js";
65
- import { MutationFeedback as ln, OperationFeedback as un } from "./components/feedback/OperationFeedback.js";
66
- import { RouteFallback as dn } from "./components/routing/RouteFallback.js";
67
- import { RoutePendingBar as fn } from "./components/routing/RoutePendingBar.js";
68
- import { ResponsiveCollectionRenderer as pn } from "./components/responsive/ResponsiveCollectionRenderer.js";
69
- import { TableCell as mn } from "./components/data-table/TableCell.js";
70
- import { ActionPanel as hn } from "./components/layout/ActionPanel.js";
71
- import { AppHeader as gn } from "./components/layout/AppHeader.js";
72
- import { TopNavigationShell as _n } from "./components/layout/top_navigation_shell/TopNavigationShell.js";
73
- import { ContentLayout as vn } from "./components/layout/ContentLayout.js";
74
- import { DetailSummaryHeader as yn } from "./components/layout/DetailSummaryHeader.js";
75
- import { StatusBadge as bn } from "./backoffice/atoms/status_badge/StatusBadge.js";
76
- import { PanelShell as xn } from "./components/layout/PanelShell.js";
77
- import { ActivityCard as Sn } from "./components/dashboard/activity_card/ActivityCard.js";
78
- import { ActivityFeed as Cn } from "./components/dashboard/activity_feed/ActivityFeed.js";
79
- import { DashboardGrid as wn, DashboardGridColumn as Tn, DashboardGridItem as En } from "./components/dashboard/dashboard_grid/DashboardGrid.js";
80
- import { CopyableText as Dn } from "./backoffice/atoms/copyable_text/CopyableText.js";
81
- import { MetricCard as On } from "./components/dashboard/metric_card/MetricCard.js";
82
- import { MetricTileGroup as kn } from "./components/dashboard/metric_tile_group/MetricTileGroup.js";
83
- import { DashboardMetricGroup as An } from "./components/dashboard/dashboard_metric_group/DashboardMetricGroup.js";
84
- import { InfoTile as jn } from "./components/tile/InfoTile.js";
85
- import { DashboardPanel as Mn } from "./components/dashboard/dashboard_panel/DashboardPanel.js";
86
- import { DashboardQuickActions as Nn } from "./components/dashboard/dashboard_quick_actions/DashboardQuickActions.js";
87
- import { DashboardStatusList as Pn } from "./components/dashboard/dashboard_status_list/DashboardStatusList.js";
88
- import { DashboardBreakdownList as Fn } from "./components/dashboard/dashboard_operational/DashboardBreakdownList.js";
89
- import { DashboardEntitySpotlight as In } from "./components/dashboard/dashboard_operational/DashboardEntitySpotlight.js";
90
- import { DashboardHealthMatrix as Ln } from "./components/dashboard/dashboard_operational/DashboardHealthMatrix.js";
91
- import { DashboardRiskQueue as Rn } from "./components/dashboard/dashboard_operational/DashboardRiskQueue.js";
92
- import { DashboardSlaGauge as zn } from "./components/dashboard/dashboard_operational/DashboardSlaGauge.js";
93
- import { DashboardTimelineChart as Bn } from "./components/dashboard/dashboard_operational/DashboardTimelineChart.js";
94
- import { DashboardTrendMetric as Vn } from "./components/dashboard/dashboard_operational/DashboardTrendMetric.js";
95
- import { DashboardWindowControl as Hn } from "./components/dashboard/dashboard_operational/DashboardWindowControl.js";
96
- import { MetadataStrip as Un } from "./components/dashboard/metadata_strip/MetadataStrip.js";
97
- import { PageHero as Wn } from "./components/dashboard/page_hero/PageHero.js";
98
- import { ResizableSplitView as Gn } from "./components/layout/ResizableSplitView.js";
99
- import { PageShell as Kn } from "./components/layout/PageShell.js";
100
- import { PageShellRuntimeProvider as qn, usePageShellContentClassName as Jn, usePageShellRuntime as Yn, usePageShellSidePanel as Xn } from "./components/layout/PageShellRuntime.js";
101
- import { SelectableCard as Zn } from "./components/dashboard/selectable_card/SelectableCard.js";
102
- import { ChevronLeftSvg as Qn } from "./icons/ChevronLeftSvg.js";
103
- import { ShortcutHint as $n } from "./backoffice/atoms/shortcut_hint/ShortcutHint.js";
104
- import { SidebarCollapseToggle as er } from "./backoffice/molecules/sidebar_collapse_toggle/SidebarCollapseToggle.js";
105
- import { SidebarNavItem as tr } from "./backoffice/molecules/sidebar_nav_item/SidebarNavItem.js";
106
- import { SidebarNavSection as nr } from "./backoffice/molecules/sidebar_nav_section/SidebarNavSection.js";
107
- import { SidebarNavigation as rr } from "./components/navigation/sidebar/SidebarNavigation.js";
36
+ import { FormFieldLayout as bt } from "./atomic/molecules/form_field_layout/FormFieldLayout.js";
37
+ import { CheckboxField as xt } from "./atomic/molecules/checkbox_field/CheckboxField.js";
38
+ import { FormErrorAlertSvg as St } from "./icons/FormErrorAlertSvg.js";
39
+ import { FormError as Ct } from "./atomic/molecules/form_error/FormError.js";
40
+ import { FormField as wt } from "./atomic/molecules/form_field/FormField.js";
41
+ import { Form as Tt } from "./atomic/molecules/form/Form.js";
42
+ import { FormGroup as Et } from "./atomic/molecules/form/FormGroup.js";
43
+ import { copyRichClipboard as Dt, copyTextToClipboard as Ot, copyWithExecCommand as kt } from "./shared/clipboard.js";
44
+ import At from "./hooks/useClipboardCopy.js";
45
+ import { HighlightCode as jt } from "./atomic/molecules/highlight/HighlightCode.js";
46
+ import { LazyMarkdownCodeBlock as Mt } from "./atomic/molecules/markdown/components/LazyMarkdownCodeBlock.js";
47
+ import { LazyMarkdownRenderer as Nt } from "./atomic/molecules/markdown/LazyMarkdownRenderer.js";
48
+ import { MarkdownExternalLinkSvg as Pt } from "./icons/markdown/MarkdownExternalLinkSvg.js";
49
+ import { MarkdownRenderer as Ft } from "./atomic/molecules/markdown/MarkdownRenderer.js";
50
+ import { markdownFontSizeVar as It, markdownLinkColorVar as Lt, markdownLinkDisabledColorVar as Rt, markdownLinkHoverColorVar as zt, markdownLinkIconColorVar as Bt, markdownTextColorVar as Vt } from "./atomic/molecules/markdown/markdownVars.css.js";
51
+ import { EmptyState as Ht } from "./atomic/molecules/empty-state/EmptyState.js";
52
+ import { Tabs as Ut } from "./atomic/molecules/tabs/Tabs.js";
53
+ import { ToastViewport as Wt } from "./atomic/molecules/toast/ToastViewport.js";
54
+ import { ToastProvider as Gt, useToast as Kt } from "./atomic/molecules/toast/ToastProvider.js";
55
+ import { useLoginForm as qt } from "./atomic/organisms/login_form/useLoginForm.js";
56
+ import { LoginForm as Jt } from "./atomic/organisms/login_form/LoginForm.js";
57
+ import { AuthLayout as Yt } from "./atomic/templates/auth_layout/AuthLayout.js";
58
+ import { BackofficePageHeader as Xt } from "./backoffice/molecules/backoffice_page_header/BackofficePageHeader.js";
59
+ import { PageContainer as Zt } from "./atomic/templates/page-container/PageContainer.js";
60
+ import { MetricHistoryChart as Qt } from "./components/charts/MetricHistoryChart.js";
61
+ import { TimeSeriesLineChart as $t } from "./components/charts/TimeSeriesLineChart.js";
62
+ import { DataTable as en, DataTableBody as tn, DataTableEmptyRow as nn, DataTableHeader as rn, DataTableRoot as an, DataTableRow as on } from "./components/data-table/DataTable.js";
63
+ import { ResponsiveRecordList as sn } from "./components/data-table/ResponsiveRecordList.js";
64
+ import { InfiniteScrollTrigger as cn } from "./components/infinite/InfiniteScrollTrigger.js";
65
+ import { InlineBanner as ln } from "./components/feedback/InlineBanner.js";
66
+ import { MutationFeedback as un, OperationFeedback as dn } from "./components/feedback/OperationFeedback.js";
67
+ import { RouteFallback as fn } from "./components/routing/RouteFallback.js";
68
+ import { RoutePendingBar as pn } from "./components/routing/RoutePendingBar.js";
69
+ import { ResponsiveCollectionRenderer as mn } from "./components/responsive/ResponsiveCollectionRenderer.js";
70
+ import { TableCell as hn } from "./components/data-table/TableCell.js";
71
+ import { ActionPanel as gn } from "./components/layout/ActionPanel.js";
72
+ import { AppHeader as _n } from "./components/layout/AppHeader.js";
73
+ import { TopNavigationShell as vn } from "./components/layout/top_navigation_shell/TopNavigationShell.js";
74
+ import { ContentLayout as yn } from "./components/layout/ContentLayout.js";
75
+ import { DetailSummaryHeader as bn } from "./components/layout/DetailSummaryHeader.js";
76
+ import { StatusBadge as xn } from "./backoffice/atoms/status_badge/StatusBadge.js";
77
+ import { PanelShell as Sn } from "./components/layout/PanelShell.js";
78
+ import { ActivityCard as Cn } from "./components/dashboard/activity_card/ActivityCard.js";
79
+ import { ActivityFeed as wn } from "./components/dashboard/activity_feed/ActivityFeed.js";
80
+ import { DashboardGrid as Tn, DashboardGridColumn as En, DashboardGridItem as Dn } from "./components/dashboard/dashboard_grid/DashboardGrid.js";
81
+ import { CopyableText as On } from "./backoffice/atoms/copyable_text/CopyableText.js";
82
+ import { MetricCard as kn } from "./components/dashboard/metric_card/MetricCard.js";
83
+ import { MetricTileGroup as An } from "./components/dashboard/metric_tile_group/MetricTileGroup.js";
84
+ import { DashboardMetricGroup as jn } from "./components/dashboard/dashboard_metric_group/DashboardMetricGroup.js";
85
+ import { InfoTile as Mn } from "./components/tile/InfoTile.js";
86
+ import { DashboardPanel as Nn } from "./components/dashboard/dashboard_panel/DashboardPanel.js";
87
+ import { DashboardQuickActions as Pn } from "./components/dashboard/dashboard_quick_actions/DashboardQuickActions.js";
88
+ import { DashboardStatusList as Fn } from "./components/dashboard/dashboard_status_list/DashboardStatusList.js";
89
+ import { DashboardBreakdownList as In } from "./components/dashboard/dashboard_operational/DashboardBreakdownList.js";
90
+ import { DashboardEntitySpotlight as Ln } from "./components/dashboard/dashboard_operational/DashboardEntitySpotlight.js";
91
+ import { DashboardHealthMatrix as Rn } from "./components/dashboard/dashboard_operational/DashboardHealthMatrix.js";
92
+ import { DashboardRiskQueue as zn } from "./components/dashboard/dashboard_operational/DashboardRiskQueue.js";
93
+ import { DashboardSlaGauge as Bn } from "./components/dashboard/dashboard_operational/DashboardSlaGauge.js";
94
+ import { DashboardTimelineChart as Vn } from "./components/dashboard/dashboard_operational/DashboardTimelineChart.js";
95
+ import { DashboardTrendMetric as Hn } from "./components/dashboard/dashboard_operational/DashboardTrendMetric.js";
96
+ import { DashboardWindowControl as Un } from "./components/dashboard/dashboard_operational/DashboardWindowControl.js";
97
+ import { MetadataStrip as Wn } from "./components/dashboard/metadata_strip/MetadataStrip.js";
98
+ import { PageHero as Gn } from "./components/dashboard/page_hero/PageHero.js";
99
+ import { ResizableSplitView as Kn } from "./components/layout/ResizableSplitView.js";
100
+ import { PageShell as qn } from "./components/layout/PageShell.js";
101
+ import { PageShellRuntimeProvider as Jn, usePageShellContentClassName as Yn, usePageShellRuntime as Xn, usePageShellSidePanel as Zn } from "./components/layout/PageShellRuntime.js";
102
+ import { SelectableCard as Qn } from "./components/dashboard/selectable_card/SelectableCard.js";
103
+ import { ChevronLeftSvg as $n } from "./icons/ChevronLeftSvg.js";
104
+ import { ShortcutHint as er } from "./backoffice/atoms/shortcut_hint/ShortcutHint.js";
105
+ import { SidebarCollapseToggle as tr } from "./backoffice/molecules/sidebar_collapse_toggle/SidebarCollapseToggle.js";
106
+ import { SidebarNavItem as nr } from "./backoffice/molecules/sidebar_nav_item/SidebarNavItem.js";
107
+ import { SidebarNavSection as rr } from "./backoffice/molecules/sidebar_nav_section/SidebarNavSection.js";
108
+ import { SidebarNavigation as ir } from "./components/navigation/sidebar/SidebarNavigation.js";
108
109
  import "./components/navigation/sidebar/SidebarNavigationItem.js";
109
110
  import "./components/navigation/sidebar/SidebarNavigationSection.js";
110
- import { ProfileDropdownLogoutSvg as ir } from "./icons/ProfileDropdownLogoutSvg.js";
111
- import { BackofficeSidebarProfileMenu as ar } from "./backoffice/molecules/sidebar_profile_menu/BackofficeSidebarProfileMenu.js";
111
+ import { ProfileDropdownLogoutSvg as ar } from "./icons/ProfileDropdownLogoutSvg.js";
112
+ import { BackofficeSidebarProfileMenu as or } from "./backoffice/molecules/sidebar_profile_menu/BackofficeSidebarProfileMenu.js";
112
113
  import "./components/navigation/sidebar/SidebarProfileMenu.js";
113
- import { SettingsLayout as or } from "./components/layout/SettingsLayout.js";
114
- import { BackofficeKeyValueList as sr } from "./backoffice/molecules/backoffice_key_value_list/BackofficeKeyValueList.js";
115
- import { StatusSummaryPanel as cr } from "./components/dashboard/status_summary_panel/StatusSummaryPanel.js";
116
- import { TimelineEventRow as lr } from "./components/dashboard/timeline_event_row/TimelineEventRow.js";
117
- import { Toolbar as ur, ToolbarGroup as dr, ToolbarSeparator as fr, ToolbarSpacer as pr } from "./components/layout/toolbar/Toolbar.js";
118
- import { sanitizeAgentAnswer as mr, sanitizeAgentMarkdown as hr } from "./shared/agentText.js";
119
- import { AgentMarkdownCard as gr } from "./components/agent/AgentMarkdownCard.js";
120
- import { SimpleSelect as _r } from "./components/select/SimpleSelect.js";
121
- import { RefetchNeededBanner as vr } from "./components/subscriptions/RefetchNeededBanner.js";
122
- import { ImagePreviewModal as yr } from "./components/media/ImagePreviewModal.js";
123
- import { VirtualizedConnectionTable as br } from "./components/data-table/VirtualizedConnectionTable.js";
124
- import { BackofficeIdBadge as xr } from "./backoffice/atoms/backoffice_id_badge/BackofficeIdBadge.js";
125
- import { EnvironmentBadge as Sr } from "./backoffice/atoms/environment_badge/EnvironmentBadge.js";
126
- import { Skeleton as Cr } from "./backoffice/atoms/skeleton/Skeleton.js";
127
- import { Spinner as wr } from "./backoffice/atoms/spinner/Spinner.js";
128
- import { Tag as Tr } from "./backoffice/atoms/tag/Tag.js";
129
- import { BackofficeEmptyState as Er } from "./backoffice/molecules/backoffice_empty_state/BackofficeEmptyState.js";
130
- import { BackofficeDetailField as Dr } from "./backoffice/molecules/backoffice_detail_field/BackofficeDetailField.js";
131
- import { BackofficeDetailSection as Or } from "./backoffice/molecules/backoffice_detail_section/BackofficeDetailSection.js";
132
- import { BackofficeReferenceValue as kr } from "./backoffice/molecules/backoffice_reference_value/BackofficeReferenceValue.js";
133
- import { BackofficeAuditMetadataPanel as Ar } from "./backoffice/molecules/backoffice_audit_metadata_panel/BackofficeAuditMetadataPanel.js";
134
- import { BackofficeFilterDrawer as jr } from "./backoffice/molecules/backoffice_filter_drawer/BackofficeFilterDrawer.js";
135
- import { BackofficeFilterField as Mr } from "./backoffice/molecules/backoffice_filter_field/BackofficeFilterField.js";
136
- import { BackofficeFormSection as Nr } from "./backoffice/molecules/backoffice_form_section/BackofficeFormSection.js";
137
- import { BackofficePickerList as Pr, BackofficePickerRow as Fr, BackofficePickerShell as Ir } from "./backoffice/molecules/backoffice_picker/BackofficePicker.js";
138
- import { BackofficeDetailFlagTag as Lr } from "./backoffice/molecules/backoffice_detail_flag_tag/BackofficeDetailFlagTag.js";
139
- import { BackofficeDetailTaggedValue as Rr } from "./backoffice/molecules/backoffice_detail_tagged_value/BackofficeDetailTaggedValue.js";
140
- import { BackofficeEnumLabel as zr } from "./backoffice/molecules/backoffice_enum_label/BackofficeEnumLabel.js";
141
- import { ConfirmDialog as Br } from "./backoffice/molecules/confirm_dialog/ConfirmDialog.js";
142
- import { BackofficeJsonViewer as Vr } from "./backoffice/molecules/backoffice_json_viewer/BackofficeJsonViewer.js";
143
- import { LazyBackofficeJsonViewer as Hr } from "./backoffice/molecules/backoffice_json_viewer/LazyBackofficeJsonViewer.js";
144
- import { BackofficePayloadViewer as Ur } from "./backoffice/molecules/backoffice_payload_viewer/BackofficePayloadViewer.js";
145
- import { BackofficePayloadSection as Wr } from "./backoffice/molecules/backoffice_payload_section/BackofficePayloadSection.js";
146
- import { BackofficeKeyValueSection as Gr } from "./backoffice/molecules/backoffice_key_value_section/BackofficeKeyValueSection.js";
147
- import { BackofficeToolCallFrame as Kr } from "./backoffice/molecules/backoffice_tool_call_frame/BackofficeToolCallFrame.js";
148
- import { compactBackofficeValueLine as qr, createBackofficeKeyValueItem as Jr, formatBackofficeBoolean as Yr, formatBackofficeNullableBoolean as Xr, formatOptionalBackofficeValue as Zr, mapBackofficeTextItems as Qr } from "./backoffice/molecules/backoffice_tool_call_frame/format.js";
149
- import { BackofficeListFooter as $r } from "./backoffice/molecules/backoffice_list_footer/BackofficeListFooter.js";
150
- import { GlobeSvg as ei } from "./icons/GlobeSvg.js";
151
- import { ProjectsFolderSvg as ti } from "./icons/ProjectsFolderSvg.js";
152
- import { SidebarInitiativesSvg as ni } from "./icons/SidebarInitiativesSvg.js";
153
- import { SidebarPlusSvg as ri } from "./icons/SidebarPlusSvg.js";
154
- import { SidebarSearchSvg as ii } from "./icons/SidebarSearchSvg.js";
155
- import { SidebarSettingsSvg as ai } from "./icons/SidebarSettingsSvg.js";
156
- import { SidebarTasksSvg as oi } from "./icons/SidebarTasksSvg.js";
157
- import { SidebarTeamSvg as si } from "./icons/SidebarTeamSvg.js";
158
- import { BackofficeRelationsMenu as ci } from "./backoffice/molecules/backoffice_relations_menu/BackofficeRelationsMenu.js";
159
- import { BackofficeScopeStack as li } from "./backoffice/molecules/backoffice_scope_stack/BackofficeScopeStack.js";
160
- import { BackofficeStatusMetaBadge as ui } from "./backoffice/molecules/backoffice_status_meta_badge/BackofficeStatusMetaBadge.js";
161
- import { BackofficeStatusGroup as di } from "./backoffice/molecules/backoffice_status_group/BackofficeStatusGroup.js";
162
- import { BackofficeStickyDisclosure as fi } from "./backoffice/molecules/backoffice_sticky_disclosure/BackofficeStickyDisclosure.js";
163
- import { BackofficeTableSkeleton as pi } from "./backoffice/molecules/backoffice_table_skeleton/BackofficeTableSkeleton.js";
164
- import { BackofficeToolbar as mi } from "./backoffice/molecules/backoffice_toolbar/BackofficeToolbar.js";
165
- import { BulkActionsBar as hi } from "./backoffice/molecules/bulk_actions_bar/BulkActionsBar.js";
166
- import { FilterChipRow as a } from "./backoffice/molecules/filter_chip_row/FilterChipRow.js";
167
- import { GlobalSearchInput as gi } from "./backoffice/molecules/global_search_input/GlobalSearchInput.js";
168
- import { AuditTimeline as _i } from "./backoffice/organisms/audit_timeline/AuditTimeline.js";
169
- import { BackofficeDataTable as vi } from "./backoffice/organisms/backoffice_data_table/BackofficeDataTable.js";
170
- import { EntityHeader as yi } from "./backoffice/organisms/entity_header/EntityHeader.js";
171
- import { DetailPageTemplate as bi, DetailPageTemplateContent as xi } from "./backoffice/templates/detail_page_template/DetailPageTemplate.js";
172
- import { ListPageTemplate as Si } from "./backoffice/templates/list_page_template/ListPageTemplate.js";
173
- import { AdminTopbar as Ci } from "./admin/organisms/admin_topbar/AdminTopbar.js";
174
- import { AdminShellLayout as wi } from "./admin/templates/admin_shell_layout/AdminShellLayout.js";
175
- import { adminControlHeightVar as Ti, adminDensityComfortableClass as Ei, adminDensityCompactClass as Di, adminDensityDefaultClass as Oi, adminPanelPaddingVar as ki, adminTableCellPaddingXVar as Ai, adminTableCellPaddingYVar as ji, adminTableFontSizeVar as Mi, adminTableRowMinHeightVar as Ni, adminToolbarGapVar as Pi } from "./admin/theme/adminDensity.css.js";
176
- import { BACKOFFICE_THEME_MODE_KEY as Fi, BackofficeThemeProvider as Ii, __backofficeThemeTest as Li } from "./admin/theme/BackofficeThemeProvider.js";
177
- import { FALLBACK_REFERENCE as Ri, formatNullableCurrency as zi, formatNullableNumber as Bi, formatNullableString as Vi, formatStringList as Hi } from "./shared/agentJobRequestFormatting.js";
178
- import { denseTableClass as Ui } from "./shared/backofficeTableDensity.css.js";
179
- import { MoneyAmount as Wi, formatCurrencyAmount as Gi, formatCurrencyAmountTitle as Ki } from "./shared/currencyAmount.js";
180
- import { normalizeProgress as qi } from "./shared/progress.js";
181
- import { aggregateMappedValuesByDayAndCategory as Ji, aggregateValuesByDayAndCategory as Yi, buildUtcDayRange as Xi, mapTimeSeriesBuckets as Zi, toMappedUtcDailyCategorySeries as Qi, toUtcDailyCategorySeries as $i, toUtcDayKey as ea } from "./shared/timeSeries.js";
182
- import { readPersistentBooleanState as ta, usePersistentBooleanState as na } from "./hooks/usePersistentBooleanState.js";
183
- import { useStickToBottom as ra } from "./hooks/useStickToBottom.js";
184
- import { useSubmitOnEnter as ia } from "./hooks/useSubmitOnEnter.js";
185
- import { WrapperPage as aa } from "./pages/WrapperPage.js";
186
- import { BanSvg as oa } from "./icons/BanSvg.js";
187
- import { ChatSizeLargeSvg as sa } from "./icons/ChatSizeLargeSvg.js";
188
- import { ChatSizeMediumSvg as ca } from "./icons/ChatSizeMediumSvg.js";
189
- import { ChatSizeSmallSvg as la } from "./icons/ChatSizeSmallSvg.js";
190
- import { ChatCheckSvg as ua } from "./icons/ChatCheckSvg.js";
191
- import { ChatXSvg as da } from "./icons/ChatXSvg.js";
192
- import { CheckSvg as fa } from "./icons/CheckSvg.js";
193
- import { CoinOffSvg as pa } from "./icons/CoinOffSvg.js";
194
- import { ClockSvg as ma } from "./icons/ClockSvg.js";
195
- import { DatabaseCheckSvg as ha } from "./icons/DatabaseCheckSvg.js";
196
- import { DatabaseXSvg as ga } from "./icons/DatabaseXSvg.js";
197
- import { DevModeSvg as _a } from "./icons/DevModeSvg.js";
198
- import { EyeSvg as va } from "./icons/EyeSvg.js";
199
- import { GripDotsSvg as ya } from "./icons/GripDotsSvg.js";
200
- import { HomeActivityAssignUserSvg as ba } from "./icons/HomeActivityAssignUserSvg.js";
201
- import { HomeStatsCheckBadgeSvg as xa } from "./icons/HomeStatsCheckBadgeSvg.js";
202
- import { HomeStatsClipboardSvg as Sa } from "./icons/HomeStatsClipboardSvg.js";
203
- import { HomeStatsClockSvg as Ca } from "./icons/HomeStatsClockSvg.js";
204
- import { KeyOffSvg as wa } from "./icons/KeyOffSvg.js";
205
- import { KeySvg as Ta } from "./icons/KeySvg.js";
206
- import { LinkCheckSvg as Ea } from "./icons/LinkCheckSvg.js";
207
- import { LinkXSvg as Da } from "./icons/LinkXSvg.js";
208
- import { BackofficeSidebarActivitySvg as Oa } from "./icons/backoffice/BackofficeSidebarActivitySvg.js";
209
- import { BackofficeSidebarArchiveSvg as ka } from "./icons/backoffice/BackofficeSidebarArchiveSvg.js";
210
- import { BackofficeSidebarBadgeCheckSvg as Aa } from "./icons/backoffice/BackofficeSidebarBadgeCheckSvg.js";
211
- import { BackofficeSidebarBotSvg as ja } from "./icons/backoffice/BackofficeSidebarBotSvg.js";
114
+ import { SettingsLayout as sr } from "./components/layout/SettingsLayout.js";
115
+ import { BackofficeKeyValueList as cr } from "./backoffice/molecules/backoffice_key_value_list/BackofficeKeyValueList.js";
116
+ import { StatusSummaryPanel as lr } from "./components/dashboard/status_summary_panel/StatusSummaryPanel.js";
117
+ import { TimelineEventRow as ur } from "./components/dashboard/timeline_event_row/TimelineEventRow.js";
118
+ import { Toolbar as dr, ToolbarGroup as fr, ToolbarSeparator as pr, ToolbarSpacer as mr } from "./components/layout/toolbar/Toolbar.js";
119
+ import { sanitizeAgentAnswer as hr, sanitizeAgentMarkdown as gr } from "./shared/agentText.js";
120
+ import { AgentMarkdownCard as _r } from "./components/agent/AgentMarkdownCard.js";
121
+ import { SimpleSelect as vr } from "./components/select/SimpleSelect.js";
122
+ import { RefetchNeededBanner as yr } from "./components/subscriptions/RefetchNeededBanner.js";
123
+ import { ImagePreviewModal as br } from "./components/media/ImagePreviewModal.js";
124
+ import { VirtualizedConnectionTable as xr } from "./components/data-table/VirtualizedConnectionTable.js";
125
+ import { BackofficeIdBadge as Sr } from "./backoffice/atoms/backoffice_id_badge/BackofficeIdBadge.js";
126
+ import { EnvironmentBadge as Cr } from "./backoffice/atoms/environment_badge/EnvironmentBadge.js";
127
+ import { Skeleton as wr } from "./backoffice/atoms/skeleton/Skeleton.js";
128
+ import { Spinner as Tr } from "./backoffice/atoms/spinner/Spinner.js";
129
+ import { Tag as Er } from "./backoffice/atoms/tag/Tag.js";
130
+ import { BackofficeEmptyState as Dr } from "./backoffice/molecules/backoffice_empty_state/BackofficeEmptyState.js";
131
+ import { BackofficeDetailField as Or } from "./backoffice/molecules/backoffice_detail_field/BackofficeDetailField.js";
132
+ import { BackofficeDetailSection as kr } from "./backoffice/molecules/backoffice_detail_section/BackofficeDetailSection.js";
133
+ import { BackofficeReferenceValue as Ar } from "./backoffice/molecules/backoffice_reference_value/BackofficeReferenceValue.js";
134
+ import { BackofficeAuditMetadataPanel as jr } from "./backoffice/molecules/backoffice_audit_metadata_panel/BackofficeAuditMetadataPanel.js";
135
+ import { BackofficeFilterDrawer as Mr } from "./backoffice/molecules/backoffice_filter_drawer/BackofficeFilterDrawer.js";
136
+ import { BackofficeFilterField as Nr } from "./backoffice/molecules/backoffice_filter_field/BackofficeFilterField.js";
137
+ import { BackofficeFormSection as Pr } from "./backoffice/molecules/backoffice_form_section/BackofficeFormSection.js";
138
+ import { BackofficePickerList as Fr, BackofficePickerRow as Ir, BackofficePickerShell as Lr } from "./backoffice/molecules/backoffice_picker/BackofficePicker.js";
139
+ import { BackofficeDetailFlagTag as Rr } from "./backoffice/molecules/backoffice_detail_flag_tag/BackofficeDetailFlagTag.js";
140
+ import { BackofficeDetailTaggedValue as zr } from "./backoffice/molecules/backoffice_detail_tagged_value/BackofficeDetailTaggedValue.js";
141
+ import { BackofficeEnumLabel as Br } from "./backoffice/molecules/backoffice_enum_label/BackofficeEnumLabel.js";
142
+ import { ConfirmDialog as Vr } from "./backoffice/molecules/confirm_dialog/ConfirmDialog.js";
143
+ import { BackofficeJsonViewer as Hr } from "./backoffice/molecules/backoffice_json_viewer/BackofficeJsonViewer.js";
144
+ import { LazyBackofficeJsonViewer as Ur } from "./backoffice/molecules/backoffice_json_viewer/LazyBackofficeJsonViewer.js";
145
+ import { BackofficePayloadViewer as Wr } from "./backoffice/molecules/backoffice_payload_viewer/BackofficePayloadViewer.js";
146
+ import { BackofficePayloadSection as Gr } from "./backoffice/molecules/backoffice_payload_section/BackofficePayloadSection.js";
147
+ import { BackofficeKeyValueSection as Kr } from "./backoffice/molecules/backoffice_key_value_section/BackofficeKeyValueSection.js";
148
+ import { BackofficeToolCallFrame as qr } from "./backoffice/molecules/backoffice_tool_call_frame/BackofficeToolCallFrame.js";
149
+ import { compactBackofficeValueLine as Jr, createBackofficeKeyValueItem as Yr, formatBackofficeBoolean as Xr, formatBackofficeNullableBoolean as Zr, formatOptionalBackofficeValue as Qr, mapBackofficeTextItems as $r } from "./backoffice/molecules/backoffice_tool_call_frame/format.js";
150
+ import { BackofficeListFooter as ei } from "./backoffice/molecules/backoffice_list_footer/BackofficeListFooter.js";
151
+ import { GlobeSvg as ti } from "./icons/GlobeSvg.js";
152
+ import { ProjectsFolderSvg as ni } from "./icons/ProjectsFolderSvg.js";
153
+ import { SidebarInitiativesSvg as ri } from "./icons/SidebarInitiativesSvg.js";
154
+ import { SidebarPlusSvg as ii } from "./icons/SidebarPlusSvg.js";
155
+ import { SidebarSearchSvg as ai } from "./icons/SidebarSearchSvg.js";
156
+ import { SidebarSettingsSvg as oi } from "./icons/SidebarSettingsSvg.js";
157
+ import { SidebarTasksSvg as si } from "./icons/SidebarTasksSvg.js";
158
+ import { SidebarTeamSvg as ci } from "./icons/SidebarTeamSvg.js";
159
+ import { BackofficeRelationsMenu as li } from "./backoffice/molecules/backoffice_relations_menu/BackofficeRelationsMenu.js";
160
+ import { BackofficeScopeStack as ui } from "./backoffice/molecules/backoffice_scope_stack/BackofficeScopeStack.js";
161
+ import { BackofficeStatusMetaBadge as di } from "./backoffice/molecules/backoffice_status_meta_badge/BackofficeStatusMetaBadge.js";
162
+ import { BackofficeStatusGroup as fi } from "./backoffice/molecules/backoffice_status_group/BackofficeStatusGroup.js";
163
+ import { BackofficeStickyDisclosure as pi } from "./backoffice/molecules/backoffice_sticky_disclosure/BackofficeStickyDisclosure.js";
164
+ import { BackofficeTableSkeleton as mi } from "./backoffice/molecules/backoffice_table_skeleton/BackofficeTableSkeleton.js";
165
+ import { BackofficeToolbar as hi } from "./backoffice/molecules/backoffice_toolbar/BackofficeToolbar.js";
166
+ import { BulkActionsBar as a } from "./backoffice/molecules/bulk_actions_bar/BulkActionsBar.js";
167
+ import { FilterChipRow as gi } from "./backoffice/molecules/filter_chip_row/FilterChipRow.js";
168
+ import { GlobalSearchInput as _i } from "./backoffice/molecules/global_search_input/GlobalSearchInput.js";
169
+ import { AuditTimeline as vi } from "./backoffice/organisms/audit_timeline/AuditTimeline.js";
170
+ import { BackofficeDataTable as yi } from "./backoffice/organisms/backoffice_data_table/BackofficeDataTable.js";
171
+ import { EntityHeader as bi } from "./backoffice/organisms/entity_header/EntityHeader.js";
172
+ import { DetailPageTemplate as xi, DetailPageTemplateContent as Si } from "./backoffice/templates/detail_page_template/DetailPageTemplate.js";
173
+ import { ListPageTemplate as Ci } from "./backoffice/templates/list_page_template/ListPageTemplate.js";
174
+ import { AdminTopbar as wi } from "./admin/organisms/admin_topbar/AdminTopbar.js";
175
+ import { AdminShellLayout as Ti } from "./admin/templates/admin_shell_layout/AdminShellLayout.js";
176
+ import { adminControlHeightVar as Ei, adminDensityComfortableClass as Di, adminDensityCompactClass as Oi, adminDensityDefaultClass as ki, adminPanelPaddingVar as Ai, adminTableCellPaddingXVar as ji, adminTableCellPaddingYVar as Mi, adminTableFontSizeVar as Ni, adminTableRowMinHeightVar as Pi, adminToolbarGapVar as Fi } from "./admin/theme/adminDensity.css.js";
177
+ import { BACKOFFICE_THEME_MODE_KEY as Ii, BackofficeThemeProvider as Li, __backofficeThemeTest as Ri } from "./admin/theme/BackofficeThemeProvider.js";
178
+ import { FALLBACK_REFERENCE as zi, formatNullableCurrency as Bi, formatNullableNumber as Vi, formatNullableString as Hi, formatStringList as Ui } from "./shared/agentJobRequestFormatting.js";
179
+ import { denseTableClass as Wi } from "./shared/backofficeTableDensity.css.js";
180
+ import { MoneyAmount as Gi, formatCurrencyAmount as Ki, formatCurrencyAmountTitle as qi } from "./shared/currencyAmount.js";
181
+ import { normalizeProgress as Ji } from "./shared/progress.js";
182
+ import { aggregateMappedValuesByDayAndCategory as Yi, aggregateValuesByDayAndCategory as Xi, buildUtcDayRange as Zi, mapTimeSeriesBuckets as Qi, toMappedUtcDailyCategorySeries as $i, toUtcDailyCategorySeries as ea, toUtcDayKey as ta } from "./shared/timeSeries.js";
183
+ import { readPersistentBooleanState as na, usePersistentBooleanState as ra } from "./hooks/usePersistentBooleanState.js";
184
+ import { useStickToBottom as ia } from "./hooks/useStickToBottom.js";
185
+ import { useSubmitOnEnter as aa } from "./hooks/useSubmitOnEnter.js";
186
+ import { WrapperPage as oa } from "./pages/WrapperPage.js";
187
+ import { BanSvg as sa } from "./icons/BanSvg.js";
188
+ import { ChatSizeLargeSvg as ca } from "./icons/ChatSizeLargeSvg.js";
189
+ import { ChatSizeMediumSvg as la } from "./icons/ChatSizeMediumSvg.js";
190
+ import { ChatSizeSmallSvg as ua } from "./icons/ChatSizeSmallSvg.js";
191
+ import { ChatCheckSvg as da } from "./icons/ChatCheckSvg.js";
192
+ import { ChatXSvg as fa } from "./icons/ChatXSvg.js";
193
+ import { CheckSvg as pa } from "./icons/CheckSvg.js";
194
+ import { CoinOffSvg as ma } from "./icons/CoinOffSvg.js";
195
+ import { ClockSvg as ha } from "./icons/ClockSvg.js";
196
+ import { DatabaseCheckSvg as ga } from "./icons/DatabaseCheckSvg.js";
197
+ import { DatabaseXSvg as _a } from "./icons/DatabaseXSvg.js";
198
+ import { DevModeSvg as va } from "./icons/DevModeSvg.js";
199
+ import { EyeSvg as ya } from "./icons/EyeSvg.js";
200
+ import { GripDotsSvg as ba } from "./icons/GripDotsSvg.js";
201
+ import { HomeActivityAssignUserSvg as xa } from "./icons/HomeActivityAssignUserSvg.js";
202
+ import { HomeStatsCheckBadgeSvg as Sa } from "./icons/HomeStatsCheckBadgeSvg.js";
203
+ import { HomeStatsClipboardSvg as Ca } from "./icons/HomeStatsClipboardSvg.js";
204
+ import { HomeStatsClockSvg as wa } from "./icons/HomeStatsClockSvg.js";
205
+ import { KeyOffSvg as Ta } from "./icons/KeyOffSvg.js";
206
+ import { KeySvg as Ea } from "./icons/KeySvg.js";
207
+ import { LinkCheckSvg as Da } from "./icons/LinkCheckSvg.js";
208
+ import { LinkXSvg as Oa } from "./icons/LinkXSvg.js";
209
+ import { BackofficeSidebarActivitySvg as ka } from "./icons/backoffice/BackofficeSidebarActivitySvg.js";
210
+ import { BackofficeSidebarArchiveSvg as Aa } from "./icons/backoffice/BackofficeSidebarArchiveSvg.js";
211
+ import { BackofficeSidebarBadgeCheckSvg as ja } from "./icons/backoffice/BackofficeSidebarBadgeCheckSvg.js";
212
+ import { BackofficeSidebarBotSvg as Ma } from "./icons/backoffice/BackofficeSidebarBotSvg.js";
212
213
  import { BackofficeSidebarBracesSvg as o } from "./icons/backoffice/BackofficeSidebarBracesSvg.js";
213
- import { BackofficeSidebarBrainCircuitSvg as Ma } from "./icons/backoffice/BackofficeSidebarBrainCircuitSvg.js";
214
- import { BackofficeSidebarBriefcaseSvg as Na } from "./icons/backoffice/BackofficeSidebarBriefcaseSvg.js";
215
- import { BackofficeSidebarBuildingSvg as Pa } from "./icons/backoffice/BackofficeSidebarBuildingSvg.js";
216
- import { BackofficeSidebarCableSvg as Fa } from "./icons/backoffice/BackofficeSidebarCableSvg.js";
217
- import { BackofficeSidebarCalendarSvg as Ia } from "./icons/backoffice/BackofficeSidebarCalendarSvg.js";
214
+ import { BackofficeSidebarBrainCircuitSvg as Na } from "./icons/backoffice/BackofficeSidebarBrainCircuitSvg.js";
215
+ import { BackofficeSidebarBriefcaseSvg as Pa } from "./icons/backoffice/BackofficeSidebarBriefcaseSvg.js";
216
+ import { BackofficeSidebarBuildingSvg as Fa } from "./icons/backoffice/BackofficeSidebarBuildingSvg.js";
217
+ import { BackofficeSidebarCableSvg as Ia } from "./icons/backoffice/BackofficeSidebarCableSvg.js";
218
+ import { BackofficeSidebarCalendarSvg as La } from "./icons/backoffice/BackofficeSidebarCalendarSvg.js";
218
219
  import { BackofficeSidebarChartBarSvg as s } from "./icons/backoffice/BackofficeSidebarChartBarSvg.js";
219
- import { BackofficeSidebarChartLineSvg as La } from "./icons/backoffice/BackofficeSidebarChartLineSvg.js";
220
- import { BackofficeSidebarChartPieSvg as Ra } from "./icons/backoffice/BackofficeSidebarChartPieSvg.js";
220
+ import { BackofficeSidebarChartLineSvg as Ra } from "./icons/backoffice/BackofficeSidebarChartLineSvg.js";
221
+ import { BackofficeSidebarChartPieSvg as za } from "./icons/backoffice/BackofficeSidebarChartPieSvg.js";
221
222
  import { BackofficeSidebarClipboardCheckSvg as c } from "./icons/backoffice/BackofficeSidebarClipboardCheckSvg.js";
222
- import { BackofficeSidebarClipboardListSvg as za } from "./icons/backoffice/BackofficeSidebarClipboardListSvg.js";
223
+ import { BackofficeSidebarClipboardListSvg as Ba } from "./icons/backoffice/BackofficeSidebarClipboardListSvg.js";
223
224
  import { BackofficeSidebarClockSvg as l } from "./icons/backoffice/BackofficeSidebarClockSvg.js";
224
225
  import { BackofficeSidebarCodeSvg as u } from "./icons/backoffice/BackofficeSidebarCodeSvg.js";
225
226
  import { BackofficeSidebarCopyCheckSvg as d } from "./icons/backoffice/BackofficeSidebarCopyCheckSvg.js";
226
227
  import { BackofficeSidebarCopySvg as f } from "./icons/backoffice/BackofficeSidebarCopySvg.js";
227
228
  import { BackofficeSidebarCopyXSvg as p } from "./icons/backoffice/BackofficeSidebarCopyXSvg.js";
228
229
  import { BackofficeSidebarCrosshairSvg as m } from "./icons/backoffice/BackofficeSidebarCrosshairSvg.js";
229
- import { BackofficeSidebarDatabaseSvg as Ba } from "./icons/backoffice/BackofficeSidebarDatabaseSvg.js";
230
+ import { BackofficeSidebarDatabaseSvg as Va } from "./icons/backoffice/BackofficeSidebarDatabaseSvg.js";
230
231
  import { BackofficeSidebarDiffSvg as h } from "./icons/backoffice/BackofficeSidebarDiffSvg.js";
231
232
  import { BackofficeSidebarFileCodeSvg as g } from "./icons/backoffice/BackofficeSidebarFileCodeSvg.js";
232
233
  import { BackofficeSidebarFileCogSvg as _ } from "./icons/backoffice/BackofficeSidebarFileCogSvg.js";
@@ -239,64 +240,64 @@ import { BackofficeSidebarFlameSvg as C } from "./icons/backoffice/BackofficeSid
239
240
  import { BackofficeSidebarFolderGitSvg as w } from "./icons/backoffice/BackofficeSidebarFolderGitSvg.js";
240
241
  import { BackofficeSidebarFolderKanbanSvg as T } from "./icons/backoffice/BackofficeSidebarFolderKanbanSvg.js";
241
242
  import { BackofficeSidebarFolderTreeSvg as E } from "./icons/backoffice/BackofficeSidebarFolderTreeSvg.js";
242
- import { BackofficeSidebarGaugeSvg as Va } from "./icons/backoffice/BackofficeSidebarGaugeSvg.js";
243
- import { BackofficeSidebarGitBranchPlusSvg as Ha } from "./icons/backoffice/BackofficeSidebarGitBranchPlusSvg.js";
244
- import { BackofficeSidebarGitBranchSvg as Ua } from "./icons/backoffice/BackofficeSidebarGitBranchSvg.js";
243
+ import { BackofficeSidebarGaugeSvg as Ha } from "./icons/backoffice/BackofficeSidebarGaugeSvg.js";
244
+ import { BackofficeSidebarGitBranchPlusSvg as Ua } from "./icons/backoffice/BackofficeSidebarGitBranchPlusSvg.js";
245
+ import { BackofficeSidebarGitBranchSvg as Wa } from "./icons/backoffice/BackofficeSidebarGitBranchSvg.js";
245
246
  import { BackofficeSidebarGitCommitSvg as D } from "./icons/backoffice/BackofficeSidebarGitCommitSvg.js";
246
- import { BackofficeSidebarGitCompareSvg as Wa } from "./icons/backoffice/BackofficeSidebarGitCompareSvg.js";
247
+ import { BackofficeSidebarGitCompareSvg as Ga } from "./icons/backoffice/BackofficeSidebarGitCompareSvg.js";
247
248
  import { BackofficeSidebarGitForkSvg as O } from "./icons/backoffice/BackofficeSidebarGitForkSvg.js";
248
- import { BackofficeSidebarGitMergeSvg as Ga } from "./icons/backoffice/BackofficeSidebarGitMergeSvg.js";
249
- import { BackofficeSidebarGitPullRequestSvg as Ka } from "./icons/backoffice/BackofficeSidebarGitPullRequestSvg.js";
249
+ import { BackofficeSidebarGitMergeSvg as Ka } from "./icons/backoffice/BackofficeSidebarGitMergeSvg.js";
250
+ import { BackofficeSidebarGitPullRequestSvg as qa } from "./icons/backoffice/BackofficeSidebarGitPullRequestSvg.js";
250
251
  import { BackofficeSidebarGlobeSvg as k } from "./icons/backoffice/BackofficeSidebarGlobeSvg.js";
251
252
  import { BackofficeSidebarHistorySvg as A } from "./icons/backoffice/BackofficeSidebarHistorySvg.js";
252
253
  import { BackofficeSidebarInfoSvg as j } from "./icons/backoffice/BackofficeSidebarInfoSvg.js";
253
- import { BackofficeSidebarKeySquareSvg as qa } from "./icons/backoffice/BackofficeSidebarKeySquareSvg.js";
254
- import { BackofficeSidebarKeySvg as Ja } from "./icons/backoffice/BackofficeSidebarKeySvg.js";
255
- import { BackofficeSidebarLandmarkSvg as Ya } from "./icons/backoffice/BackofficeSidebarLandmarkSvg.js";
256
- import { BackofficeSidebarLayoutDashboardSvg as Xa } from "./icons/backoffice/BackofficeSidebarLayoutDashboardSvg.js";
254
+ import { BackofficeSidebarKeySquareSvg as Ja } from "./icons/backoffice/BackofficeSidebarKeySquareSvg.js";
255
+ import { BackofficeSidebarKeySvg as Ya } from "./icons/backoffice/BackofficeSidebarKeySvg.js";
256
+ import { BackofficeSidebarLandmarkSvg as Xa } from "./icons/backoffice/BackofficeSidebarLandmarkSvg.js";
257
+ import { BackofficeSidebarLayoutDashboardSvg as Za } from "./icons/backoffice/BackofficeSidebarLayoutDashboardSvg.js";
257
258
  import { BackofficeSidebarLinkSvg as M } from "./icons/backoffice/BackofficeSidebarLinkSvg.js";
258
259
  import { BackofficeSidebarListChecksSvg as N } from "./icons/backoffice/BackofficeSidebarListChecksSvg.js";
259
260
  import { BackofficeSidebarListTodoSvg as P } from "./icons/backoffice/BackofficeSidebarListTodoSvg.js";
260
- import { BackofficeSidebarListTreeSvg as Za } from "./icons/backoffice/BackofficeSidebarListTreeSvg.js";
261
+ import { BackofficeSidebarListTreeSvg as Qa } from "./icons/backoffice/BackofficeSidebarListTreeSvg.js";
261
262
  import { BackofficeSidebarLocateSvg as F } from "./icons/backoffice/BackofficeSidebarLocateSvg.js";
262
- import { BackofficeSidebarLockKeyholeSvg as Qa } from "./icons/backoffice/BackofficeSidebarLockKeyholeSvg.js";
263
- import { BackofficeSidebarLockSvg as $a } from "./icons/backoffice/BackofficeSidebarLockSvg.js";
264
- import { BackofficeSidebarMailPlusSvg as eo } from "./icons/backoffice/BackofficeSidebarMailPlusSvg.js";
265
- import { BackofficeSidebarMapPinSvg as to } from "./icons/backoffice/BackofficeSidebarMapPinSvg.js";
263
+ import { BackofficeSidebarLockKeyholeSvg as $a } from "./icons/backoffice/BackofficeSidebarLockKeyholeSvg.js";
264
+ import { BackofficeSidebarLockSvg as eo } from "./icons/backoffice/BackofficeSidebarLockSvg.js";
265
+ import { BackofficeSidebarMailPlusSvg as to } from "./icons/backoffice/BackofficeSidebarMailPlusSvg.js";
266
+ import { BackofficeSidebarMapPinSvg as no } from "./icons/backoffice/BackofficeSidebarMapPinSvg.js";
266
267
  import { BackofficeSidebarMapSvg as I } from "./icons/backoffice/BackofficeSidebarMapSvg.js";
267
- import { BackofficeSidebarMessagePlusSvg as no } from "./icons/backoffice/BackofficeSidebarMessagePlusSvg.js";
268
- import { BackofficeSidebarMessageTextSvg as ro } from "./icons/backoffice/BackofficeSidebarMessageTextSvg.js";
269
- import { BackofficeSidebarMessagesSvg as io } from "./icons/backoffice/BackofficeSidebarMessagesSvg.js";
268
+ import { BackofficeSidebarMessagePlusSvg as ro } from "./icons/backoffice/BackofficeSidebarMessagePlusSvg.js";
269
+ import { BackofficeSidebarMessageTextSvg as io } from "./icons/backoffice/BackofficeSidebarMessageTextSvg.js";
270
+ import { BackofficeSidebarMessagesSvg as ao } from "./icons/backoffice/BackofficeSidebarMessagesSvg.js";
270
271
  import { BackofficeSidebarMonitorCheckSvg as L } from "./icons/backoffice/BackofficeSidebarMonitorCheckSvg.js";
271
272
  import { BackofficeSidebarMouseClickSvg as R } from "./icons/backoffice/BackofficeSidebarMouseClickSvg.js";
272
273
  import { BackofficeSidebarNetworkSvg as z } from "./icons/backoffice/BackofficeSidebarNetworkSvg.js";
273
274
  import { BackofficeSidebarPanelsSvg as B } from "./icons/backoffice/BackofficeSidebarPanelsSvg.js";
274
275
  import { BackofficeSidebarPenToolSvg as V } from "./icons/backoffice/BackofficeSidebarPenToolSvg.js";
275
- import { BackofficeSidebarPinSvg as ao } from "./icons/backoffice/BackofficeSidebarPinSvg.js";
276
- import { BackofficeSidebarPlayCircleSvg as oo } from "./icons/backoffice/BackofficeSidebarPlayCircleSvg.js";
276
+ import { BackofficeSidebarPinSvg as oo } from "./icons/backoffice/BackofficeSidebarPinSvg.js";
277
+ import { BackofficeSidebarPlayCircleSvg as so } from "./icons/backoffice/BackofficeSidebarPlayCircleSvg.js";
277
278
  import { BackofficeSidebarRadarSvg as H } from "./icons/backoffice/BackofficeSidebarRadarSvg.js";
278
- import { BackofficeSidebarReceiptSvg as so } from "./icons/backoffice/BackofficeSidebarReceiptSvg.js";
279
- import { BackofficeSidebarRocketSvg as co } from "./icons/backoffice/BackofficeSidebarRocketSvg.js";
279
+ import { BackofficeSidebarReceiptSvg as co } from "./icons/backoffice/BackofficeSidebarReceiptSvg.js";
280
+ import { BackofficeSidebarRocketSvg as lo } from "./icons/backoffice/BackofficeSidebarRocketSvg.js";
280
281
  import { BackofficeSidebarRouteSvg as U } from "./icons/backoffice/BackofficeSidebarRouteSvg.js";
281
282
  import { BackofficeSidebarScrollTextSvg as W } from "./icons/backoffice/BackofficeSidebarScrollTextSvg.js";
282
283
  import { BackofficeSidebarSearchCodeSvg as G } from "./icons/backoffice/BackofficeSidebarSearchCodeSvg.js";
283
284
  import { BackofficeSidebarSearchSvg as K } from "./icons/backoffice/BackofficeSidebarSearchSvg.js";
284
- import { BackofficeSidebarSendSvg as lo } from "./icons/backoffice/BackofficeSidebarSendSvg.js";
285
- import { BackofficeSidebarShieldAlertSvg as uo } from "./icons/backoffice/BackofficeSidebarShieldAlertSvg.js";
286
- import { BackofficeSidebarShieldCheckSvg as fo } from "./icons/backoffice/BackofficeSidebarShieldCheckSvg.js";
287
- import { BackofficeSidebarShieldUserSvg as po } from "./icons/backoffice/BackofficeSidebarShieldUserSvg.js";
288
- import { BackofficeSidebarStepForwardSvg as mo } from "./icons/backoffice/BackofficeSidebarStepForwardSvg.js";
285
+ import { BackofficeSidebarSendSvg as uo } from "./icons/backoffice/BackofficeSidebarSendSvg.js";
286
+ import { BackofficeSidebarShieldAlertSvg as fo } from "./icons/backoffice/BackofficeSidebarShieldAlertSvg.js";
287
+ import { BackofficeSidebarShieldCheckSvg as po } from "./icons/backoffice/BackofficeSidebarShieldCheckSvg.js";
288
+ import { BackofficeSidebarShieldUserSvg as mo } from "./icons/backoffice/BackofficeSidebarShieldUserSvg.js";
289
+ import { BackofficeSidebarStepForwardSvg as ho } from "./icons/backoffice/BackofficeSidebarStepForwardSvg.js";
289
290
  import { BackofficeSidebarStethoscopeSvg as q } from "./icons/backoffice/BackofficeSidebarStethoscopeSvg.js";
290
291
  import { BackofficeSidebarTerminalSquareSvg as J } from "./icons/backoffice/BackofficeSidebarTerminalSquareSvg.js";
291
292
  import { BackofficeSidebarTestTubeSvg as Y } from "./icons/backoffice/BackofficeSidebarTestTubeSvg.js";
292
293
  import { BackofficeSidebarTrashSvg as X } from "./icons/backoffice/BackofficeSidebarTrashSvg.js";
293
- import { BackofficeSidebarUploadCloudSvg as ho } from "./icons/backoffice/BackofficeSidebarUploadCloudSvg.js";
294
- import { BackofficeSidebarUserCheckSvg as go } from "./icons/backoffice/BackofficeSidebarUserCheckSvg.js";
295
- import { BackofficeSidebarUserCogSvg as _o } from "./icons/backoffice/BackofficeSidebarUserCogSvg.js";
296
- import { BackofficeSidebarUserSearchSvg as vo } from "./icons/backoffice/BackofficeSidebarUserSearchSvg.js";
297
- import { BackofficeSidebarUserSvg as yo } from "./icons/backoffice/BackofficeSidebarUserSvg.js";
298
- import { BackofficeSidebarUsersSvg as bo } from "./icons/backoffice/BackofficeSidebarUsersSvg.js";
299
- import { BackofficeSidebarWalletSvg as xo } from "./icons/backoffice/BackofficeSidebarWalletSvg.js";
294
+ import { BackofficeSidebarUploadCloudSvg as go } from "./icons/backoffice/BackofficeSidebarUploadCloudSvg.js";
295
+ import { BackofficeSidebarUserCheckSvg as _o } from "./icons/backoffice/BackofficeSidebarUserCheckSvg.js";
296
+ import { BackofficeSidebarUserCogSvg as vo } from "./icons/backoffice/BackofficeSidebarUserCogSvg.js";
297
+ import { BackofficeSidebarUserSearchSvg as yo } from "./icons/backoffice/BackofficeSidebarUserSearchSvg.js";
298
+ import { BackofficeSidebarUserSvg as bo } from "./icons/backoffice/BackofficeSidebarUserSvg.js";
299
+ import { BackofficeSidebarUsersSvg as xo } from "./icons/backoffice/BackofficeSidebarUsersSvg.js";
300
+ import { BackofficeSidebarWalletSvg as So } from "./icons/backoffice/BackofficeSidebarWalletSvg.js";
300
301
  import { BackofficeSidebarWandSvg as Z } from "./icons/backoffice/BackofficeSidebarWandSvg.js";
301
302
  import { BackofficeSidebarWorkflowSvg as Q } from "./icons/backoffice/BackofficeSidebarWorkflowSvg.js";
302
303
  import { BackofficeSidebarWrenchSvg as $ } from "./icons/backoffice/BackofficeSidebarWrenchSvg.js";
@@ -353,31 +354,31 @@ import "./icons/backoffice/tools/BackofficeToolTestsSvg.js";
353
354
  import "./icons/backoffice/tools/BackofficeToolTodosSvg.js";
354
355
  import "./icons/backoffice/tools/BackofficeToolTreeListSvg.js";
355
356
  import "./icons/backoffice/tools/BackofficeToolTreeStatsSvg.js";
356
- import { LockOpenSvg as So } from "./icons/LockOpenSvg.js";
357
- import { LockSvg as Co } from "./icons/LockSvg.js";
358
- import { MailCheckSvg as wo } from "./icons/MailCheckSvg.js";
359
- import { MailXSvg as To } from "./icons/MailXSvg.js";
360
- import { PencilSvg as Eo } from "./icons/PencilSvg.js";
361
- import { PinFilledSvg as Do } from "./icons/PinFilledSvg.js";
362
- import { PinSvg as Oo } from "./icons/PinSvg.js";
363
- import { ProfileDropdownOrganizationSvg as ko } from "./icons/ProfileDropdownOrganizationSvg.js";
364
- import { RobotCheckSvg as Ao } from "./icons/RobotCheckSvg.js";
365
- import { RobotSvg as jo } from "./icons/RobotSvg.js";
366
- import { RobotXSvg as Mo } from "./icons/RobotXSvg.js";
367
- import { RocketOffSvg as No } from "./icons/RocketOffSvg.js";
368
- import { RocketSvg as Po } from "./icons/RocketSvg.js";
369
- import { SendCheckSvg as Fo } from "./icons/SendCheckSvg.js";
370
- import { SendMessageSvg as Io } from "./icons/SendMessageSvg.js";
371
- import { SendXSvg as Lo } from "./icons/SendXSvg.js";
372
- import { SettingsCheckSvg as Ro } from "./icons/SettingsCheckSvg.js";
373
- import { SettingsXSvg as zo } from "./icons/SettingsXSvg.js";
374
- import { ShieldLockSvg as Bo } from "./icons/ShieldLockSvg.js";
375
- import { ShieldOffSvg as Vo } from "./icons/ShieldOffSvg.js";
376
- import { TaskAttachmentSvg as Ho } from "./icons/TaskAttachmentSvg.js";
377
- import { TaskCommentBubbleSvg as Uo } from "./icons/TaskCommentBubbleSvg.js";
378
- import { TaskDependencyBlockedSvg as Wo } from "./icons/TaskDependencyBlockedSvg.js";
379
- import { TaskDependencyReadySvg as Go } from "./icons/TaskDependencyReadySvg.js";
380
- import { WrenchSvg as Ko } from "./icons/WrenchSvg.js";
381
- import { XBadgeSvg as qo } from "./icons/XBadgeSvg.js";
382
- import { ChevronDownIcon as Jo } from "./svg/ChevronDownIcon.js";
383
- export { hn as ActionPanel, Sn as ActivityCard, Cn as ActivityFeed, wi as AdminShellLayout, Ci as AdminTopbar, gr as AgentMarkdownCard, gn as AppHeader, _i as AuditTimeline, Jt as AuthLayout, Fi as BACKOFFICE_THEME_MODE_KEY, Ar as BackofficeAuditMetadataPanel, vi as BackofficeDataTable, Dr as BackofficeDetailField, Lr as BackofficeDetailFlagTag, Or as BackofficeDetailSection, Rr as BackofficeDetailTaggedValue, Er as BackofficeEmptyState, zr as BackofficeEnumLabel, jr as BackofficeFilterDrawer, Mr as BackofficeFilterField, Nr as BackofficeFormSection, xr as BackofficeIdBadge, Vr as BackofficeJsonViewer, sr as BackofficeKeyValueList, Gr as BackofficeKeyValueSection, $r as BackofficeListFooter, Yt as BackofficePageHeader, Wr as BackofficePayloadSection, Ur as BackofficePayloadViewer, Pr as BackofficePickerList, Fr as BackofficePickerRow, Ir as BackofficePickerShell, kr as BackofficeReferenceValue, ci as BackofficeRelationsMenu, li as BackofficeScopeStack, Oa as BackofficeSidebarActivitySvg, ka as BackofficeSidebarArchiveSvg, Aa as BackofficeSidebarBadgeCheckSvg, ja as BackofficeSidebarBotSvg, o as BackofficeSidebarBracesSvg, Ma as BackofficeSidebarBrainCircuitSvg, Na as BackofficeSidebarBriefcaseSvg, Pa as BackofficeSidebarBuildingSvg, Fa as BackofficeSidebarCableSvg, Ia as BackofficeSidebarCalendarSvg, s as BackofficeSidebarChartBarSvg, La as BackofficeSidebarChartLineSvg, Ra as BackofficeSidebarChartPieSvg, c as BackofficeSidebarClipboardCheckSvg, za as BackofficeSidebarClipboardListSvg, l as BackofficeSidebarClockSvg, u as BackofficeSidebarCodeSvg, d as BackofficeSidebarCopyCheckSvg, f as BackofficeSidebarCopySvg, p as BackofficeSidebarCopyXSvg, m as BackofficeSidebarCrosshairSvg, Ba as BackofficeSidebarDatabaseSvg, h as BackofficeSidebarDiffSvg, g as BackofficeSidebarFileCodeSvg, _ as BackofficeSidebarFileCogSvg, v as BackofficeSidebarFileSearchSvg, y as BackofficeSidebarFileStackSvg, b as BackofficeSidebarFileTextSvg, x as BackofficeSidebarFilesSvg, S as BackofficeSidebarFingerprintSvg, C as BackofficeSidebarFlameSvg, w as BackofficeSidebarFolderGitSvg, T as BackofficeSidebarFolderKanbanSvg, E as BackofficeSidebarFolderTreeSvg, Va as BackofficeSidebarGaugeSvg, Ha as BackofficeSidebarGitBranchPlusSvg, Ua as BackofficeSidebarGitBranchSvg, D as BackofficeSidebarGitCommitSvg, Wa as BackofficeSidebarGitCompareSvg, O as BackofficeSidebarGitForkSvg, Ga as BackofficeSidebarGitMergeSvg, Ka as BackofficeSidebarGitPullRequestSvg, k as BackofficeSidebarGlobeSvg, A as BackofficeSidebarHistorySvg, j as BackofficeSidebarInfoSvg, qa as BackofficeSidebarKeySquareSvg, Ja as BackofficeSidebarKeySvg, Ya as BackofficeSidebarLandmarkSvg, Xa as BackofficeSidebarLayoutDashboardSvg, M as BackofficeSidebarLinkSvg, N as BackofficeSidebarListChecksSvg, P as BackofficeSidebarListTodoSvg, Za as BackofficeSidebarListTreeSvg, F as BackofficeSidebarLocateSvg, Qa as BackofficeSidebarLockKeyholeSvg, $a as BackofficeSidebarLockSvg, eo as BackofficeSidebarMailPlusSvg, to as BackofficeSidebarMapPinSvg, I as BackofficeSidebarMapSvg, no as BackofficeSidebarMessagePlusSvg, ro as BackofficeSidebarMessageTextSvg, io as BackofficeSidebarMessagesSvg, L as BackofficeSidebarMonitorCheckSvg, R as BackofficeSidebarMouseClickSvg, z as BackofficeSidebarNetworkSvg, B as BackofficeSidebarPanelsSvg, V as BackofficeSidebarPenToolSvg, ao as BackofficeSidebarPinSvg, oo as BackofficeSidebarPlayCircleSvg, H as BackofficeSidebarRadarSvg, so as BackofficeSidebarReceiptSvg, co as BackofficeSidebarRocketSvg, U as BackofficeSidebarRouteSvg, W as BackofficeSidebarScrollTextSvg, G as BackofficeSidebarSearchCodeSvg, K as BackofficeSidebarSearchSvg, lo as BackofficeSidebarSendSvg, uo as BackofficeSidebarShieldAlertSvg, fo as BackofficeSidebarShieldCheckSvg, po as BackofficeSidebarShieldUserSvg, mo as BackofficeSidebarStepForwardSvg, q as BackofficeSidebarStethoscopeSvg, J as BackofficeSidebarTerminalSquareSvg, Y as BackofficeSidebarTestTubeSvg, X as BackofficeSidebarTrashSvg, ho as BackofficeSidebarUploadCloudSvg, go as BackofficeSidebarUserCheckSvg, _o as BackofficeSidebarUserCogSvg, vo as BackofficeSidebarUserSearchSvg, yo as BackofficeSidebarUserSvg, bo as BackofficeSidebarUsersSvg, xo as BackofficeSidebarWalletSvg, Z as BackofficeSidebarWandSvg, Q as BackofficeSidebarWorkflowSvg, $ as BackofficeSidebarWrenchSvg, di as BackofficeStatusGroup, ui as BackofficeStatusMetaBadge, fi as BackofficeStickyDisclosure, pi as BackofficeTableSkeleton, Ii as BackofficeThemeProvider, B as BackofficeToolArchitectureSvg, Kr as BackofficeToolCallFrame, O as BackofficeToolCallgraphSvg, u as BackofficeToolCodePlacementSvg, S as BackofficeToolCommitBlameSvg, D as BackofficeToolCommitDetailSvg, h as BackofficeToolCommitDiffSvg, K as BackofficeToolCommitSearchSvg, R as BackofficeToolCommitTouchesSvg, A as BackofficeToolCommitsLogSvg, D as BackofficeToolCommitsSvg, o as BackofficeToolComplexSymbolsSvg, X as BackofficeToolDeadCodeSvg, Q as BackofficeToolDependenciesSvg, V as BackofficeToolDesignSvg, J as BackofficeToolDevSvg, q as BackofficeToolDiagnosticsSvg, W as BackofficeToolDocsListSvg, W as BackofficeToolDocsSvg, I as BackofficeToolDomainMapSvg, f as BackofficeToolDuplicateFilesSvg, d as BackofficeToolDuplicateSymbolsSvg, p as BackofficeToolDuplicationsSvg, F as BackofficeToolFeatureImpactSvg, P as BackofficeToolFeaturePlanSvg, v as BackofficeToolFileFindSvg, l as BackofficeToolFileHistorySvg, _ as BackofficeToolFileMetadataSvg, b as BackofficeToolFileReadSvg, y as BackofficeToolFilesReadManySvg, x as BackofficeToolFilesSvg, G as BackofficeToolFulltextSearchSvg, H as BackofficeToolGraphNeighborsSvg, z as BackofficeToolGraphSvg, C as BackofficeToolHotspotsSvg, k as BackofficeToolHttpFetchSvg, m as BackofficeToolImpactSvg, L as BackofficeToolPreflightCheckSvg, T as BackofficeToolProjectsListSvg, Z as BackofficeToolRefactorSvg, j as BackofficeToolRepoInfoSvg, w as BackofficeToolRepoSvg, U as BackofficeToolRequestFlowSvg, $ as BackofficeToolScaffoldSvg, Y as BackofficeToolSuggestTestsSvg, b as BackofficeToolSummarySvg, g as BackofficeToolSymbolDefinitionSvg, M as BackofficeToolSymbolReferencesSvg, o as BackofficeToolSymbolsListSvg, q as BackofficeToolTechDebtSvg, c as BackofficeToolTestsSvg, N as BackofficeToolTodosSvg, E as BackofficeToolTreeListSvg, s as BackofficeToolTreeStatsSvg, mi as BackofficeToolbar, Qe as Badge, oa as BanSvg, _t as BreadcrumbNavigation, hi as BulkActionsBar, et as Button, $e as ButtonLoadingSpinnerSvg, mt as Card, ua as ChatCheckSvg, sa as ChatSizeLargeSvg, ca as ChatSizeMediumSvg, la as ChatSizeSmallSvg, da as ChatXSvg, fa as CheckSvg, it as Checkbox, bt as CheckboxField, Jo as ChevronDownIcon, gt as ChevronDownSvg, Qn as ChevronLeftSvg, ma as ClockSvg, pa as CoinOffSvg, Br as ConfirmDialog, vn as ContentLayout, Dn as CopyableText, Fn as DashboardBreakdownList, In as DashboardEntitySpotlight, wn as DashboardGrid, Tn as DashboardGridColumn, En as DashboardGridItem, Ln as DashboardHealthMatrix, An as DashboardMetricGroup, Mn as DashboardPanel, Nn as DashboardQuickActions, Rn as DashboardRiskQueue, zn as DashboardSlaGauge, Pn as DashboardStatusList, Bn as DashboardTimelineChart, Vn as DashboardTrendMetric, Hn as DashboardWindowControl, $t as DataTable, en as DataTableBody, tn as DataTableEmptyRow, nn as DataTableHeader, rn as DataTableRoot, an as DataTableRow, ha as DatabaseCheckSvg, ga as DatabaseXSvg, bi as DetailPageTemplate, xi as DetailPageTemplateContent, yn as DetailSummaryHeader, _a as DevModeSvg, Vt as EmptyState, yi as EntityHeader, Sr as EnvironmentBadge, at as ErrorMessage, Nt as ExternalLinkSvg, va as EyeSvg, Ri as FALLBACK_REFERENCE, a as FilterChipRow, wt as Form, vt as FormActions, St as FormError, xt as FormErrorAlertSvg, Ct as FormField, yt as FormGrid, Tt as FormGroup, ot as FormattedDate, gi as GlobalSearchInput, ei as GlobeSvg, ya as GripDotsSvg, At as HighlightCode, ba as HomeActivityAssignUserSvg, xa as HomeStatsCheckBadgeSvg, Sa as HomeStatsClipboardSvg, Ca as HomeStatsClockSvg, ct as IconMenuButton, yr as ImagePreviewModal, sn as InfiniteScrollTrigger, jn as InfoTile, cn as InlineBanner, nt as Input, wa as KeyOffSvg, Ta as KeySvg, rt as Label, Hr as LazyBackofficeJsonViewer, jt as LazyMarkdownCodeBlock, Mt as LazyMarkdownRenderer, tt as LinkButton, Ea as LinkCheckSvg, Da as LinkXSvg, Si as ListPageTemplate, So as LockOpenSvg, Co as LockSvg, qt as LoginForm, wo as MailCheckSvg, To as MailXSvg, Pt as MarkdownRenderer, Un as MetadataStrip, On as MetricCard, Zt as MetricHistoryChart, kn as MetricTileGroup, ut as Modal, Wi as MoneyAmount, ln as MutationFeedback, un as OperationFeedback, lt as Overlay, Xt as PageContainer, Wn as PageHero, Kn as PageShell, qn as PageShellRuntimeProvider, xn as PanelShell, Eo as PencilSvg, Do as PinFilledSvg, Oo as PinSvg, ir as ProfileDropdownLogoutSvg, ko as ProfileDropdownOrganizationSvg, ti as ProjectsFolderSvg, vr as RefetchNeededBanner, st as RelativeTimeText, Gn as ResizableSplitView, pn as ResponsiveCollectionRenderer, on as ResponsiveRecordList, Ao as RobotCheckSvg, jo as RobotSvg, Mo as RobotXSvg, No as RocketOffSvg, Po as RocketSvg, dn as RouteFallback, fn as RoutePendingBar, Zn as SelectableCard, Fo as SendCheckSvg, Io as SendMessageSvg, Lo as SendXSvg, Ro as SettingsCheckSvg, or as SettingsLayout, zo as SettingsXSvg, Bo as ShieldLockSvg, Vo as ShieldOffSvg, $n as ShortcutHint, ht as SidebarHomeSvg, ni as SidebarInitiativesSvg, rr as SidebarNavigation, er as SidebarNavigationCollapseToggle, tr as SidebarNavigationItemComponent, nr as SidebarNavigationSectionComponent, ri as SidebarPlusSvg, ar as SidebarProfileMenu, ii as SidebarSearchSvg, ai as SidebarSettingsSvg, oi as SidebarTasksSvg, si as SidebarTeamSvg, _r as SimpleSelect, Cr as Skeleton, wr as Spinner, bn as StatusBadge, cr as StatusSummaryPanel, ft as Surface, pt as SurfaceSection, de as THEME_MODE_KEY, mn as TableCell, Ht as Tabs, Tr as Tag, Ho as TaskAttachmentSvg, Uo as TaskCommentBubbleSvg, Wo as TaskDependencyBlockedSvg, Go as TaskDependencyReadySvg, dt as Textarea, fe as ThemeProvider, Qt as TimeSeriesLineChart, lr as TimelineEventRow, Wt as ToastProvider, Ut as ToastViewport, ur as Toolbar, dr as ToolbarGroup, fr as ToolbarSeparator, pr as ToolbarSpacer, _n as TopNavigationShell, br as VirtualizedConnectionTable, _e as VisuallyHidden, aa as WrapperPage, Ko as WrenchSvg, qo as XBadgeSvg, Li as __backofficeThemeTest, pe as __test, Ti as adminControlHeightVar, Ei as adminDensityComfortableClass, Di as adminDensityCompactClass, Oi as adminDensityDefaultClass, ki as adminPanelPaddingVar, Ai as adminTableCellPaddingXVar, ji as adminTableCellPaddingYVar, Mi as adminTableFontSizeVar, Ni as adminTableRowMinHeightVar, Pi as adminToolbarGapVar, Ji as aggregateMappedValuesByDayAndCategory, Yi as aggregateValuesByDayAndCategory, re as backofficeDarkThemeClass, ie as backofficeDarkThemeValues, ae as backofficeLightThemeClass, oe as backofficeLightThemeValues, Se as brandFocusRing, Xi as buildUtcDayRange, ye as colors, qr as compactBackofficeValueLine, ve as containerQueries, Ce as controlFocusRing, Et as copyRichClipboard, Dt as copyTextToClipboard, Ot as copyWithExecCommand, Jr as createBackofficeKeyValueItem, he as cx, Ui as denseTableClass, we as disabledControl, Te as entityReferenceLink, Ee as errorControlFocusRing, Je as findFirstFocusable, Ye as findFirstFormControl, Be as firstChildSprinkles, e as focusElement, De as focusRing, Yr as formatBackofficeBoolean, Xr as formatBackofficeNullableBoolean, Gi as formatCurrencyAmount, Ki as formatCurrencyAmountTitle, zi as formatNullableCurrency, Bi as formatNullableNumber, Vi as formatNullableString, Zr as formatOptionalBackofficeValue, Hi as formatStringList, t as getFocusableElements, Oe as ghostIconButton, Ve as hoverSprinkles, ke as iconBox, Ae as iconBoxCompact, je as insetFocusRing, Me as interactiveControlSurface, Ne as interactiveLinkSurface, n as isFocusableElement, Pe as liftOnHover, Fe as loadingShimmer, Qr as mapBackofficeTextItems, Zi as mapTimeSeriesBuckets, Ft as markdownFontSizeVar, It as markdownLinkColorVar, Lt as markdownLinkDisabledColorVar, Rt as markdownLinkHoverColorVar, zt as markdownLinkIconColorVar, Bt as markdownTextColorVar, qi as normalizeProgress, ge as onlyDefinedStyles, We as opacity, Ie as pillLink, Le as pressInteraction, se as publicDarkThemeClass, ce as publicDarkThemeValues, le as publicLightThemeClass, ue as publicLightThemeValues, ta as readPersistentBooleanState, r as resolveFormInitialFocusTarget, i as resolveInitialFocusTarget, mr as sanitizeAgentAnswer, hr as sanitizeAgentMarkdown, Ge as screens, be as spacing, ee as spin, te as spinAnimation, He as sprinkles, Ue as stateSprinkles, Re as surfaceInteractive, qe as themeColorValues, Ke as themeSpacingValues, Qi as toMappedUtcDailyCategorySeries, $i as toUtcDailyCategorySeries, ea as toUtcDayKey, ze as truncate, Xe as uiI18nResources, kt as useClipboardCopy, Kt as useLoginForm, Jn as usePageShellContentClassName, Yn as usePageShellRuntime, Xn as usePageShellSidePanel, na as usePersistentBooleanState, ra as useStickToBottom, ia as useSubmitOnEnter, me as useTheme, Gt as useToast, xe as vars, ne as visuallyHidden, Ze as withUiI18nResources };
357
+ import { LockOpenSvg as Co } from "./icons/LockOpenSvg.js";
358
+ import { LockSvg as wo } from "./icons/LockSvg.js";
359
+ import { MailCheckSvg as To } from "./icons/MailCheckSvg.js";
360
+ import { MailXSvg as Eo } from "./icons/MailXSvg.js";
361
+ import { PencilSvg as Do } from "./icons/PencilSvg.js";
362
+ import { PinFilledSvg as Oo } from "./icons/PinFilledSvg.js";
363
+ import { PinSvg as ko } from "./icons/PinSvg.js";
364
+ import { ProfileDropdownOrganizationSvg as Ao } from "./icons/ProfileDropdownOrganizationSvg.js";
365
+ import { RobotCheckSvg as jo } from "./icons/RobotCheckSvg.js";
366
+ import { RobotSvg as Mo } from "./icons/RobotSvg.js";
367
+ import { RobotXSvg as No } from "./icons/RobotXSvg.js";
368
+ import { RocketOffSvg as Po } from "./icons/RocketOffSvg.js";
369
+ import { RocketSvg as Fo } from "./icons/RocketSvg.js";
370
+ import { SendCheckSvg as Io } from "./icons/SendCheckSvg.js";
371
+ import { SendMessageSvg as Lo } from "./icons/SendMessageSvg.js";
372
+ import { SendXSvg as Ro } from "./icons/SendXSvg.js";
373
+ import { SettingsCheckSvg as zo } from "./icons/SettingsCheckSvg.js";
374
+ import { SettingsXSvg as Bo } from "./icons/SettingsXSvg.js";
375
+ import { ShieldLockSvg as Vo } from "./icons/ShieldLockSvg.js";
376
+ import { ShieldOffSvg as Ho } from "./icons/ShieldOffSvg.js";
377
+ import { TaskAttachmentSvg as Uo } from "./icons/TaskAttachmentSvg.js";
378
+ import { TaskCommentBubbleSvg as Wo } from "./icons/TaskCommentBubbleSvg.js";
379
+ import { TaskDependencyBlockedSvg as Go } from "./icons/TaskDependencyBlockedSvg.js";
380
+ import { TaskDependencyReadySvg as Ko } from "./icons/TaskDependencyReadySvg.js";
381
+ import { WrenchSvg as qo } from "./icons/WrenchSvg.js";
382
+ import { XBadgeSvg as Jo } from "./icons/XBadgeSvg.js";
383
+ import { ChevronDownIcon as Yo } from "./svg/ChevronDownIcon.js";
384
+ export { gn as ActionPanel, Cn as ActivityCard, wn as ActivityFeed, Ti as AdminShellLayout, wi as AdminTopbar, _r as AgentMarkdownCard, _n as AppHeader, vi as AuditTimeline, Yt as AuthLayout, Ii as BACKOFFICE_THEME_MODE_KEY, jr as BackofficeAuditMetadataPanel, yi as BackofficeDataTable, Or as BackofficeDetailField, Rr as BackofficeDetailFlagTag, kr as BackofficeDetailSection, zr as BackofficeDetailTaggedValue, Dr as BackofficeEmptyState, Br as BackofficeEnumLabel, Mr as BackofficeFilterDrawer, Nr as BackofficeFilterField, Pr as BackofficeFormSection, Sr as BackofficeIdBadge, Hr as BackofficeJsonViewer, cr as BackofficeKeyValueList, Kr as BackofficeKeyValueSection, ei as BackofficeListFooter, Xt as BackofficePageHeader, Gr as BackofficePayloadSection, Wr as BackofficePayloadViewer, Fr as BackofficePickerList, Ir as BackofficePickerRow, Lr as BackofficePickerShell, Ar as BackofficeReferenceValue, li as BackofficeRelationsMenu, ui as BackofficeScopeStack, ka as BackofficeSidebarActivitySvg, Aa as BackofficeSidebarArchiveSvg, ja as BackofficeSidebarBadgeCheckSvg, Ma as BackofficeSidebarBotSvg, o as BackofficeSidebarBracesSvg, Na as BackofficeSidebarBrainCircuitSvg, Pa as BackofficeSidebarBriefcaseSvg, Fa as BackofficeSidebarBuildingSvg, Ia as BackofficeSidebarCableSvg, La as BackofficeSidebarCalendarSvg, s as BackofficeSidebarChartBarSvg, Ra as BackofficeSidebarChartLineSvg, za as BackofficeSidebarChartPieSvg, c as BackofficeSidebarClipboardCheckSvg, Ba as BackofficeSidebarClipboardListSvg, l as BackofficeSidebarClockSvg, u as BackofficeSidebarCodeSvg, d as BackofficeSidebarCopyCheckSvg, f as BackofficeSidebarCopySvg, p as BackofficeSidebarCopyXSvg, m as BackofficeSidebarCrosshairSvg, Va as BackofficeSidebarDatabaseSvg, h as BackofficeSidebarDiffSvg, g as BackofficeSidebarFileCodeSvg, _ as BackofficeSidebarFileCogSvg, v as BackofficeSidebarFileSearchSvg, y as BackofficeSidebarFileStackSvg, b as BackofficeSidebarFileTextSvg, x as BackofficeSidebarFilesSvg, S as BackofficeSidebarFingerprintSvg, C as BackofficeSidebarFlameSvg, w as BackofficeSidebarFolderGitSvg, T as BackofficeSidebarFolderKanbanSvg, E as BackofficeSidebarFolderTreeSvg, Ha as BackofficeSidebarGaugeSvg, Ua as BackofficeSidebarGitBranchPlusSvg, Wa as BackofficeSidebarGitBranchSvg, D as BackofficeSidebarGitCommitSvg, Ga as BackofficeSidebarGitCompareSvg, O as BackofficeSidebarGitForkSvg, Ka as BackofficeSidebarGitMergeSvg, qa as BackofficeSidebarGitPullRequestSvg, k as BackofficeSidebarGlobeSvg, A as BackofficeSidebarHistorySvg, j as BackofficeSidebarInfoSvg, Ja as BackofficeSidebarKeySquareSvg, Ya as BackofficeSidebarKeySvg, Xa as BackofficeSidebarLandmarkSvg, Za as BackofficeSidebarLayoutDashboardSvg, M as BackofficeSidebarLinkSvg, N as BackofficeSidebarListChecksSvg, P as BackofficeSidebarListTodoSvg, Qa as BackofficeSidebarListTreeSvg, F as BackofficeSidebarLocateSvg, $a as BackofficeSidebarLockKeyholeSvg, eo as BackofficeSidebarLockSvg, to as BackofficeSidebarMailPlusSvg, no as BackofficeSidebarMapPinSvg, I as BackofficeSidebarMapSvg, ro as BackofficeSidebarMessagePlusSvg, io as BackofficeSidebarMessageTextSvg, ao as BackofficeSidebarMessagesSvg, L as BackofficeSidebarMonitorCheckSvg, R as BackofficeSidebarMouseClickSvg, z as BackofficeSidebarNetworkSvg, B as BackofficeSidebarPanelsSvg, V as BackofficeSidebarPenToolSvg, oo as BackofficeSidebarPinSvg, so as BackofficeSidebarPlayCircleSvg, H as BackofficeSidebarRadarSvg, co as BackofficeSidebarReceiptSvg, lo as BackofficeSidebarRocketSvg, U as BackofficeSidebarRouteSvg, W as BackofficeSidebarScrollTextSvg, G as BackofficeSidebarSearchCodeSvg, K as BackofficeSidebarSearchSvg, uo as BackofficeSidebarSendSvg, fo as BackofficeSidebarShieldAlertSvg, po as BackofficeSidebarShieldCheckSvg, mo as BackofficeSidebarShieldUserSvg, ho as BackofficeSidebarStepForwardSvg, q as BackofficeSidebarStethoscopeSvg, J as BackofficeSidebarTerminalSquareSvg, Y as BackofficeSidebarTestTubeSvg, X as BackofficeSidebarTrashSvg, go as BackofficeSidebarUploadCloudSvg, _o as BackofficeSidebarUserCheckSvg, vo as BackofficeSidebarUserCogSvg, yo as BackofficeSidebarUserSearchSvg, bo as BackofficeSidebarUserSvg, xo as BackofficeSidebarUsersSvg, So as BackofficeSidebarWalletSvg, Z as BackofficeSidebarWandSvg, Q as BackofficeSidebarWorkflowSvg, $ as BackofficeSidebarWrenchSvg, fi as BackofficeStatusGroup, di as BackofficeStatusMetaBadge, pi as BackofficeStickyDisclosure, mi as BackofficeTableSkeleton, Li as BackofficeThemeProvider, B as BackofficeToolArchitectureSvg, qr as BackofficeToolCallFrame, O as BackofficeToolCallgraphSvg, u as BackofficeToolCodePlacementSvg, S as BackofficeToolCommitBlameSvg, D as BackofficeToolCommitDetailSvg, h as BackofficeToolCommitDiffSvg, K as BackofficeToolCommitSearchSvg, R as BackofficeToolCommitTouchesSvg, A as BackofficeToolCommitsLogSvg, D as BackofficeToolCommitsSvg, o as BackofficeToolComplexSymbolsSvg, X as BackofficeToolDeadCodeSvg, Q as BackofficeToolDependenciesSvg, V as BackofficeToolDesignSvg, J as BackofficeToolDevSvg, q as BackofficeToolDiagnosticsSvg, W as BackofficeToolDocsListSvg, W as BackofficeToolDocsSvg, I as BackofficeToolDomainMapSvg, f as BackofficeToolDuplicateFilesSvg, d as BackofficeToolDuplicateSymbolsSvg, p as BackofficeToolDuplicationsSvg, F as BackofficeToolFeatureImpactSvg, P as BackofficeToolFeaturePlanSvg, v as BackofficeToolFileFindSvg, l as BackofficeToolFileHistorySvg, _ as BackofficeToolFileMetadataSvg, b as BackofficeToolFileReadSvg, y as BackofficeToolFilesReadManySvg, x as BackofficeToolFilesSvg, G as BackofficeToolFulltextSearchSvg, H as BackofficeToolGraphNeighborsSvg, z as BackofficeToolGraphSvg, C as BackofficeToolHotspotsSvg, k as BackofficeToolHttpFetchSvg, m as BackofficeToolImpactSvg, L as BackofficeToolPreflightCheckSvg, T as BackofficeToolProjectsListSvg, Z as BackofficeToolRefactorSvg, j as BackofficeToolRepoInfoSvg, w as BackofficeToolRepoSvg, U as BackofficeToolRequestFlowSvg, $ as BackofficeToolScaffoldSvg, Y as BackofficeToolSuggestTestsSvg, b as BackofficeToolSummarySvg, g as BackofficeToolSymbolDefinitionSvg, M as BackofficeToolSymbolReferencesSvg, o as BackofficeToolSymbolsListSvg, q as BackofficeToolTechDebtSvg, c as BackofficeToolTestsSvg, N as BackofficeToolTodosSvg, E as BackofficeToolTreeListSvg, s as BackofficeToolTreeStatsSvg, hi as BackofficeToolbar, Qe as Badge, sa as BanSvg, _t as BreadcrumbNavigation, a as BulkActionsBar, et as Button, $e as ButtonLoadingSpinnerSvg, mt as Card, da as ChatCheckSvg, ca as ChatSizeLargeSvg, la as ChatSizeMediumSvg, ua as ChatSizeSmallSvg, fa as ChatXSvg, pa as CheckSvg, it as Checkbox, xt as CheckboxField, Yo as ChevronDownIcon, gt as ChevronDownSvg, $n as ChevronLeftSvg, ha as ClockSvg, ma as CoinOffSvg, Vr as ConfirmDialog, yn as ContentLayout, On as CopyableText, In as DashboardBreakdownList, Ln as DashboardEntitySpotlight, Tn as DashboardGrid, En as DashboardGridColumn, Dn as DashboardGridItem, Rn as DashboardHealthMatrix, jn as DashboardMetricGroup, Nn as DashboardPanel, Pn as DashboardQuickActions, zn as DashboardRiskQueue, Bn as DashboardSlaGauge, Fn as DashboardStatusList, Vn as DashboardTimelineChart, Hn as DashboardTrendMetric, Un as DashboardWindowControl, en as DataTable, tn as DataTableBody, nn as DataTableEmptyRow, rn as DataTableHeader, an as DataTableRoot, on as DataTableRow, ga as DatabaseCheckSvg, _a as DatabaseXSvg, xi as DetailPageTemplate, Si as DetailPageTemplateContent, bn as DetailSummaryHeader, va as DevModeSvg, Ht as EmptyState, bi as EntityHeader, Cr as EnvironmentBadge, at as ErrorMessage, Pt as ExternalLinkSvg, ya as EyeSvg, zi as FALLBACK_REFERENCE, gi as FilterChipRow, Tt as Form, vt as FormActions, Ct as FormError, St as FormErrorAlertSvg, wt as FormField, bt as FormFieldLayout, yt as FormGrid, Et as FormGroup, ot as FormattedDate, _i as GlobalSearchInput, ti as GlobeSvg, ba as GripDotsSvg, jt as HighlightCode, xa as HomeActivityAssignUserSvg, Sa as HomeStatsCheckBadgeSvg, Ca as HomeStatsClipboardSvg, wa as HomeStatsClockSvg, ct as IconMenuButton, br as ImagePreviewModal, cn as InfiniteScrollTrigger, Mn as InfoTile, ln as InlineBanner, nt as Input, Ta as KeyOffSvg, Ea as KeySvg, rt as Label, Ur as LazyBackofficeJsonViewer, Mt as LazyMarkdownCodeBlock, Nt as LazyMarkdownRenderer, tt as LinkButton, Da as LinkCheckSvg, Oa as LinkXSvg, Ci as ListPageTemplate, Co as LockOpenSvg, wo as LockSvg, Jt as LoginForm, To as MailCheckSvg, Eo as MailXSvg, Ft as MarkdownRenderer, Wn as MetadataStrip, kn as MetricCard, Qt as MetricHistoryChart, An as MetricTileGroup, ut as Modal, Gi as MoneyAmount, un as MutationFeedback, dn as OperationFeedback, lt as Overlay, Zt as PageContainer, Gn as PageHero, qn as PageShell, Jn as PageShellRuntimeProvider, Sn as PanelShell, Do as PencilSvg, Oo as PinFilledSvg, ko as PinSvg, ar as ProfileDropdownLogoutSvg, Ao as ProfileDropdownOrganizationSvg, ni as ProjectsFolderSvg, yr as RefetchNeededBanner, st as RelativeTimeText, Kn as ResizableSplitView, mn as ResponsiveCollectionRenderer, sn as ResponsiveRecordList, jo as RobotCheckSvg, Mo as RobotSvg, No as RobotXSvg, Po as RocketOffSvg, Fo as RocketSvg, fn as RouteFallback, pn as RoutePendingBar, Qn as SelectableCard, Io as SendCheckSvg, Lo as SendMessageSvg, Ro as SendXSvg, zo as SettingsCheckSvg, sr as SettingsLayout, Bo as SettingsXSvg, Vo as ShieldLockSvg, Ho as ShieldOffSvg, er as ShortcutHint, ht as SidebarHomeSvg, ri as SidebarInitiativesSvg, ir as SidebarNavigation, tr as SidebarNavigationCollapseToggle, nr as SidebarNavigationItemComponent, rr as SidebarNavigationSectionComponent, ii as SidebarPlusSvg, or as SidebarProfileMenu, ai as SidebarSearchSvg, oi as SidebarSettingsSvg, si as SidebarTasksSvg, ci as SidebarTeamSvg, vr as SimpleSelect, wr as Skeleton, Tr as Spinner, xn as StatusBadge, lr as StatusSummaryPanel, ft as Surface, pt as SurfaceSection, de as THEME_MODE_KEY, hn as TableCell, Ut as Tabs, Er as Tag, Uo as TaskAttachmentSvg, Wo as TaskCommentBubbleSvg, Go as TaskDependencyBlockedSvg, Ko as TaskDependencyReadySvg, dt as Textarea, fe as ThemeProvider, $t as TimeSeriesLineChart, ur as TimelineEventRow, Gt as ToastProvider, Wt as ToastViewport, dr as Toolbar, fr as ToolbarGroup, pr as ToolbarSeparator, mr as ToolbarSpacer, vn as TopNavigationShell, xr as VirtualizedConnectionTable, _e as VisuallyHidden, oa as WrapperPage, qo as WrenchSvg, Jo as XBadgeSvg, Ri as __backofficeThemeTest, pe as __test, Ei as adminControlHeightVar, Di as adminDensityComfortableClass, Oi as adminDensityCompactClass, ki as adminDensityDefaultClass, Ai as adminPanelPaddingVar, ji as adminTableCellPaddingXVar, Mi as adminTableCellPaddingYVar, Ni as adminTableFontSizeVar, Pi as adminTableRowMinHeightVar, Fi as adminToolbarGapVar, Yi as aggregateMappedValuesByDayAndCategory, Xi as aggregateValuesByDayAndCategory, re as backofficeDarkThemeClass, ie as backofficeDarkThemeValues, ae as backofficeLightThemeClass, oe as backofficeLightThemeValues, Se as brandFocusRing, Zi as buildUtcDayRange, ye as colors, Jr as compactBackofficeValueLine, ve as containerQueries, Ce as controlFocusRing, Dt as copyRichClipboard, Ot as copyTextToClipboard, kt as copyWithExecCommand, Yr as createBackofficeKeyValueItem, he as cx, Wi as denseTableClass, we as disabledControl, Te as entityReferenceLink, Ee as errorControlFocusRing, Je as findFirstFocusable, Ye as findFirstFormControl, Be as firstChildSprinkles, e as focusElement, De as focusRing, Xr as formatBackofficeBoolean, Zr as formatBackofficeNullableBoolean, Ki as formatCurrencyAmount, qi as formatCurrencyAmountTitle, Bi as formatNullableCurrency, Vi as formatNullableNumber, Hi as formatNullableString, Qr as formatOptionalBackofficeValue, Ui as formatStringList, t as getFocusableElements, Oe as ghostIconButton, Ve as hoverSprinkles, ke as iconBox, Ae as iconBoxCompact, je as insetFocusRing, Me as interactiveControlSurface, Ne as interactiveLinkSurface, n as isFocusableElement, Pe as liftOnHover, Fe as loadingShimmer, $r as mapBackofficeTextItems, Qi as mapTimeSeriesBuckets, It as markdownFontSizeVar, Lt as markdownLinkColorVar, Rt as markdownLinkDisabledColorVar, zt as markdownLinkHoverColorVar, Bt as markdownLinkIconColorVar, Vt as markdownTextColorVar, Ji as normalizeProgress, ge as onlyDefinedStyles, We as opacity, Ie as pillLink, Le as pressInteraction, se as publicDarkThemeClass, ce as publicDarkThemeValues, le as publicLightThemeClass, ue as publicLightThemeValues, na as readPersistentBooleanState, r as resolveFormInitialFocusTarget, i as resolveInitialFocusTarget, hr as sanitizeAgentAnswer, gr as sanitizeAgentMarkdown, Ge as screens, be as spacing, ee as spin, te as spinAnimation, He as sprinkles, Ue as stateSprinkles, Re as surfaceInteractive, qe as themeColorValues, Ke as themeSpacingValues, $i as toMappedUtcDailyCategorySeries, ea as toUtcDailyCategorySeries, ta as toUtcDayKey, ze as truncate, Xe as uiI18nResources, At as useClipboardCopy, qt as useLoginForm, Yn as usePageShellContentClassName, Xn as usePageShellRuntime, Zn as usePageShellSidePanel, ra as usePersistentBooleanState, ia as useStickToBottom, aa as useSubmitOnEnter, me as useTheme, Kt as useToast, xe as vars, ne as visuallyHidden, Ze as withUiI18nResources };