@plumile/ui 0.1.120 → 0.1.122
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.
- package/README.md +12 -0
- package/lib/esm/admin/organisms/admin_sidebar/AdminSidebar.js +1 -1
- package/lib/esm/admin/organisms/admin_sidebar/adminSidebar.css.js +3 -2
- package/lib/esm/admin/organisms/admin_topbar/adminTopbar.css.js +1 -1
- package/lib/esm/admin/theme/adminDensity.css.js.map +1 -1
- package/lib/esm/admin/theme/adminSurface.css.js.map +1 -1
- package/lib/esm/atomic/atoms/badge/badge.css.js +7 -7
- package/lib/esm/atomic/atoms/badge/badge.css.js.map +1 -1
- package/lib/esm/atomic/atoms/button/button.css.js +38 -38
- package/lib/esm/atomic/atoms/button/button.css.js.map +1 -1
- package/lib/esm/atomic/atoms/checkbox/checkbox.css.js +8 -8
- package/lib/esm/atomic/atoms/checkbox/checkbox.css.js.map +1 -1
- package/lib/esm/atomic/atoms/error_message/errorMessage.css.js +1 -1
- package/lib/esm/atomic/atoms/input/input.css.js +9 -9
- package/lib/esm/atomic/atoms/input/input.css.js.map +1 -1
- package/lib/esm/atomic/atoms/label/label.css.js +7 -7
- package/lib/esm/atomic/atoms/modal/Modal.js +1 -1
- package/lib/esm/atomic/atoms/modal/modal.css.js +1 -1
- package/lib/esm/atomic/atoms/modal/modal.css.js.map +1 -1
- package/lib/esm/atomic/atoms/overlay/overlay.css.js +1 -1
- package/lib/esm/atomic/atoms/textarea/textarea.css.js +8 -8
- package/lib/esm/atomic/atoms/textarea/textarea.css.js.map +1 -1
- package/lib/esm/atomic/molecules/breadcrumb_navigation/BreadcrumbMenuPopover.js +1 -1
- package/lib/esm/atomic/molecules/breadcrumb_navigation/breadcrumbNavigation.css.js +1 -1
- package/lib/esm/atomic/molecules/breadcrumb_navigation/breadcrumbNavigation.css.js.map +1 -1
- package/lib/esm/atomic/molecules/card/Card.css.js +1 -1
- package/lib/esm/atomic/molecules/checkbox_field/checkboxField.css.js +1 -1
- package/lib/esm/atomic/molecules/checkbox_field/checkboxField.css.js.map +1 -1
- package/lib/esm/atomic/molecules/dropdown/dropdown.css.js +1 -1
- package/lib/esm/atomic/molecules/empty-state/EmptyState.css.js +1 -1
- package/lib/esm/atomic/molecules/form/FormErrorBanner.css.js +1 -1
- package/lib/esm/atomic/molecules/form/formStyles.css.js +1 -1
- package/lib/esm/atomic/molecules/form_error/formError.css.js +1 -1
- package/lib/esm/atomic/molecules/form_field/formField.css.js +1 -1
- package/lib/esm/atomic/molecules/highlight/HighlightCode.css.js +1 -1
- package/lib/esm/atomic/molecules/highlight/highlightStyles.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/LazyMarkdownRenderer.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownArticleContainer.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownArticleContainer.css.js.map +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownBlockquote.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownCodeCopyButton.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownCodeCopyButton.css.js.map +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownDelete.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownDelete.css.js.map +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownEmphasis.css.js.map +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownFootnoteDefinition.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownFootnoteReference.css.js +1 -2
- package/lib/esm/atomic/molecules/markdown/components/MarkdownFootnoteReference.css.js.map +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownFootnotesSection.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownHeading.css.js +7 -7
- package/lib/esm/atomic/molecules/markdown/components/MarkdownHeading.css.js.map +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownHtmlFallback.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownImage.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownInlineCode.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownInlineCode.css.js.map +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownLink.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownLink.css.js.map +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownList.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownList.css.js.map +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownListItem.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownListItem.css.js.map +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownMark.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownMark.css.js.map +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownMermaidBlock.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownParagraph.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownParagraph.css.js.map +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownStrong.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownStrong.css.js.map +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownSubscript.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownSubscript.css.js.map +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownSuperscript.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownSuperscript.css.js.map +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownTable.css.js +2 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownTable.css.js.map +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownTableCaption.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownTableCell.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownTableCell.css.js.map +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownTableHead.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownTableHeaderCell.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownTaskListItem.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownTaskListItem.css.js.map +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownText.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownText.css.js.map +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownThematicBreak.css.js +1 -1
- package/lib/esm/atomic/molecules/tabs/tabs.css.js +4 -4
- package/lib/esm/atomic/molecules/toast/toast.css.js +2 -2
- package/lib/esm/atomic/molecules/toast/toast.css.js.map +1 -1
- package/lib/esm/atomic/organisms/login_form/loginForm.css.js +1 -1
- package/lib/esm/atomic/organisms/sidebar/SidebarContainer.js +2 -2
- package/lib/esm/atomic/organisms/sidebar/navigationSidebar.css.js +13 -13
- package/lib/esm/atomic/organisms/sidebar/sidebar.css.js +2 -2
- package/lib/esm/atomic/templates/auth_layout/authLayout.css.js +1 -1
- package/lib/esm/atomic/templates/detail-page/DetailPage.js +4 -4
- package/lib/esm/atomic/templates/detail-page/detailPage.css.js +1 -1
- package/lib/esm/atomic/templates/page-container/PageContainer.js +3 -3
- package/lib/esm/atomic/templates/page-container/pageContainer.css.js +1 -1
- package/lib/esm/backoffice/atoms/backoffice_id_badge/backofficeIdBadge.css.js +1 -1
- package/lib/esm/backoffice/atoms/copyable_text/copyableText.css.js +1 -1
- package/lib/esm/backoffice/atoms/environment_badge/environmentBadge.css.js +1 -1
- package/lib/esm/backoffice/atoms/shortcut_hint/shortcutHint.css.js +1 -1
- package/lib/esm/backoffice/atoms/skeleton/skeleton.css.js +5 -5
- package/lib/esm/backoffice/atoms/skeleton/skeleton.css.js.map +1 -1
- package/lib/esm/backoffice/atoms/spinner/spinner.css.js +1 -1
- package/lib/esm/backoffice/atoms/spinner/spinner.css.js.map +1 -1
- package/lib/esm/backoffice/atoms/status_badge/statusBadge.css.js +1 -1
- package/lib/esm/backoffice/atoms/tag/tag.css.js +7 -7
- package/lib/esm/backoffice/atoms/tag/tag.css.js.map +1 -1
- package/lib/esm/backoffice/molecules/backoffice_detail_layout/backofficeDetailLayout.css.js +1 -1
- package/lib/esm/backoffice/molecules/backoffice_empty_state/backofficeEmptyState.css.js +1 -1
- package/lib/esm/backoffice/molecules/backoffice_filter_drawer/BackofficeFilterDrawer.js +7 -7
- package/lib/esm/backoffice/molecules/backoffice_filter_drawer/backofficeFilterDrawer.css.js +1 -1
- package/lib/esm/backoffice/molecules/backoffice_filter_drawer/backofficeFilterDrawer.css.js.map +1 -1
- package/lib/esm/backoffice/molecules/backoffice_filter_field/backofficeFilterField.css.js +1 -1
- package/lib/esm/backoffice/molecules/backoffice_filters_bar/backofficeFiltersBar.css.js +1 -1
- package/lib/esm/backoffice/molecules/backoffice_form_section/BackofficeFormSection.js +3 -3
- package/lib/esm/backoffice/molecules/backoffice_form_section/backofficeFormSection.css.js +1 -1
- package/lib/esm/backoffice/molecules/backoffice_infinite_list_status/BackofficeInfiniteListStatus.js +2 -2
- package/lib/esm/backoffice/molecules/backoffice_infinite_list_status/backofficeInfiniteListStatus.css.js +1 -1
- package/lib/esm/backoffice/molecules/backoffice_json_viewer/LazyBackofficeJsonViewer.css.js +1 -1
- package/lib/esm/backoffice/molecules/backoffice_json_viewer/LazyBackofficeJsonViewer.js +1 -1
- package/lib/esm/backoffice/molecules/backoffice_json_viewer/backofficeJsonViewer.css.js +1 -1
- package/lib/esm/backoffice/molecules/backoffice_key_value_list/backofficeKeyValueList.css.js +1 -1
- package/lib/esm/backoffice/molecules/backoffice_load_more/backofficeLoadMore.css.js +1 -1
- package/lib/esm/backoffice/molecules/backoffice_load_more/backofficeLoadMore.css.js.map +1 -1
- package/lib/esm/backoffice/molecules/backoffice_page_header/BackofficePageHeader.js +4 -4
- package/lib/esm/backoffice/molecules/backoffice_page_header/backofficePageHeader.css.js +1 -1
- package/lib/esm/backoffice/molecules/backoffice_relations_menu/BackofficeRelationsMenu.js +4 -4
- package/lib/esm/backoffice/molecules/backoffice_relations_menu/backofficeRelationsMenu.css.js +1 -1
- package/lib/esm/backoffice/molecules/backoffice_relations_menu/backofficeRelationsMenu.css.js.map +1 -1
- package/lib/esm/backoffice/molecules/backoffice_table_skeleton/backofficeTableSkeleton.css.js +4 -4
- package/lib/esm/backoffice/molecules/backoffice_table_toolbar/BackofficeTableToolbar.js +8 -8
- package/lib/esm/backoffice/molecules/backoffice_table_toolbar/backofficeTableToolbar.css.js +1 -1
- package/lib/esm/backoffice/molecules/backoffice_table_toolbar/backofficeTableToolbar.css.js.map +1 -1
- package/lib/esm/backoffice/molecules/backoffice_tabs/backofficeTabs.css.js +8 -8
- package/lib/esm/backoffice/molecules/backoffice_tabs/backofficeTabs.css.js.map +1 -1
- package/lib/esm/backoffice/molecules/bulk_actions_bar/bulkActionsBar.css.js +1 -1
- package/lib/esm/backoffice/molecules/confirm_dialog/confirmDialog.css.js +1 -1
- package/lib/esm/backoffice/molecules/filter_chip_row/filterChipRow.css.js +1 -1
- package/lib/esm/backoffice/molecules/filter_chip_row/filterChipRow.css.js.map +1 -1
- package/lib/esm/backoffice/molecules/global_search_input/globalSearchInput.css.js +1 -1
- package/lib/esm/backoffice/molecules/global_search_input/globalSearchInput.css.js.map +1 -1
- package/lib/esm/backoffice/molecules/inline_banner/inlineBanner.css.js +6 -6
- package/lib/esm/backoffice/molecules/inline_banner/inlineBanner.css.js.map +1 -1
- package/lib/esm/backoffice/molecules/sidebar_collapse_toggle/sidebarCollapseToggle.css.js +1 -1
- package/lib/esm/backoffice/molecules/sidebar_collapse_toggle/sidebarCollapseToggle.css.js.map +1 -1
- package/lib/esm/backoffice/molecules/sidebar_nav_item/sidebarNavItem.css.js +1 -1
- package/lib/esm/backoffice/molecules/sidebar_nav_item/sidebarNavItem.css.js.map +1 -1
- package/lib/esm/backoffice/molecules/sidebar_nav_section/SidebarNavSection.js +5 -5
- package/lib/esm/backoffice/molecules/sidebar_nav_section/sidebarNavSection.css.js +1 -1
- package/lib/esm/backoffice/molecules/sidebar_nav_section/sidebarNavSection.css.js.map +1 -1
- package/lib/esm/backoffice/molecules/sidebar_profile_menu/BackofficeSidebarProfileMenu.js +4 -4
- package/lib/esm/backoffice/molecules/sidebar_profile_menu/BackofficeSidebarProfileMenu.js.map +1 -1
- package/lib/esm/backoffice/molecules/sidebar_profile_menu/sidebarProfileMenu.css.js +5 -5
- package/lib/esm/backoffice/molecules/table_toolbar/tableToolbar.css.js +1 -1
- package/lib/esm/backoffice/organisms/audit_timeline/auditTimeline.css.js +1 -1
- package/lib/esm/backoffice/organisms/backoffice_data_table/backofficeDataTable.css.js +1 -1
- package/lib/esm/backoffice/organisms/backoffice_virtualized_connection_table/backofficeVirtualizedConnectionTable.css.js +1 -1
- package/lib/esm/backoffice/organisms/entity_header/entityHeader.css.js +1 -1
- package/lib/esm/backoffice/templates/detail_page_template/DetailPageTemplate.js +2 -2
- package/lib/esm/backoffice/templates/detail_page_template/detailPageTemplate.css.js +2 -2
- package/lib/esm/backoffice/templates/detail_page_template/detailPageTemplate.css.js.map +1 -1
- package/lib/esm/backoffice/templates/list_page_template/ListPageTemplate.js +1 -1
- package/lib/esm/backoffice/templates/list_page_template/ListPageTemplate.js.map +1 -1
- package/lib/esm/backoffice/templates/list_page_template/listPageTemplate.css.js +10 -10
- package/lib/esm/backoffice/templates/list_page_template/listPageTemplate.css.js.map +1 -1
- package/lib/esm/components/agent/AgentMarkdownCard.css.js +1 -1
- package/lib/esm/components/charts/metricHistoryChart.css.js +1 -1
- package/lib/esm/components/charts/timeSeriesLineChart.css.js +1 -1
- package/lib/esm/components/dashboard/activity_card/ActivityCard.css.js +1 -1
- package/lib/esm/components/dashboard/activity_card/ActivityCard.js +2 -2
- package/lib/esm/components/dashboard/activity_feed/ActivityFeed.css.js +1 -1
- package/lib/esm/components/dashboard/dashboard_grid/DashboardGrid.css.js +21 -21
- package/lib/esm/components/dashboard/dashboard_grid/DashboardGrid.css.js.map +1 -1
- package/lib/esm/components/dashboard/metadata_strip/MetadataStrip.css.js +1 -1
- package/lib/esm/components/dashboard/metric_card/MetricCard.css.js +1 -1
- package/lib/esm/components/dashboard/metric_card/MetricCard.js +2 -2
- package/lib/esm/components/dashboard/metric_tile_group/MetricTileGroup.css.js +1 -1
- package/lib/esm/components/dashboard/page_hero/PageHero.css.js +1 -1
- package/lib/esm/components/dashboard/page_hero/PageHero.js +3 -3
- package/lib/esm/components/dashboard/section_nav/SectionNav.css.js +1 -1
- package/lib/esm/components/dashboard/section_nav/SectionNav.css.js.map +1 -1
- package/lib/esm/components/dashboard/segmented_nav/SegmentedNav.css.js +1 -1
- package/lib/esm/components/dashboard/segmented_nav/SegmentedNav.css.js.map +1 -1
- package/lib/esm/components/dashboard/selectable_card/SelectableCard.css.js +1 -1
- package/lib/esm/components/dashboard/selectable_card/SelectableCard.css.js.map +1 -1
- package/lib/esm/components/dashboard/selectable_card/SelectableCard.js +2 -2
- package/lib/esm/components/dashboard/status_summary_panel/StatusSummaryPanel.css.js +1 -1
- package/lib/esm/components/dashboard/status_summary_panel/StatusSummaryPanel.js +1 -1
- package/lib/esm/components/dashboard/timeline_event_row/TimelineEventRow.css.js +1 -1
- package/lib/esm/components/dashboard/timeline_event_row/TimelineEventRow.js +2 -2
- package/lib/esm/components/data-table/DataTable.css.js +28 -28
- package/lib/esm/components/data-table/DataTable.css.js.map +1 -1
- package/lib/esm/components/data-table/ResponsiveRecordList.css.js +6 -6
- package/lib/esm/components/data-table/TableCell.css.js +2 -2
- package/lib/esm/components/data-table/VirtualizedConnectionTable.css.js +1 -1
- package/lib/esm/components/data-table/VirtualizedConnectionTable.js +1 -1
- package/lib/esm/components/data-table/VirtualizedConnectionTable.js.map +1 -1
- package/lib/esm/components/feedback/OperationFeedback.css.js +1 -1
- package/lib/esm/components/feedback/OperationFeedback.js +1 -1
- package/lib/esm/components/infinite/InfiniteScrollTrigger.js +1 -1
- package/lib/esm/components/infinite/infiniteScrollTrigger.css.js +1 -1
- package/lib/esm/components/layout/ActionPanel.css.js +1 -1
- package/lib/esm/components/layout/ActionPanel.js +3 -3
- package/lib/esm/components/layout/ActionPanel.js.map +1 -1
- package/lib/esm/components/layout/AppHeader.css.js +1 -1
- package/lib/esm/components/layout/AppHeader.js +4 -4
- package/lib/esm/components/layout/ContentLayout.css.js +1 -1
- package/lib/esm/components/layout/ContentLayout.js +2 -2
- package/lib/esm/components/layout/DetailSummaryHeader.css.js +1 -1
- package/lib/esm/components/layout/DetailSummaryHeader.js +3 -3
- package/lib/esm/components/layout/PageShell.css.js +4 -4
- package/lib/esm/components/layout/PageShell.js +5 -5
- package/lib/esm/components/layout/PageShell.js.map +1 -1
- package/lib/esm/components/layout/SettingsLayout.css.js +1 -1
- package/lib/esm/components/layout/SplitViewLayout.css.js +1 -1
- package/lib/esm/components/layout/TabsContentLayout.css.js +1 -1
- package/lib/esm/components/layout/ToolbarRow.css.js +1 -1
- package/lib/esm/components/media/imagePreviewModal.css.js +5 -5
- package/lib/esm/components/responsive/ResponsiveCollectionRenderer.css.js +1 -1
- package/lib/esm/components/responsive/ResponsiveCollectionRenderer.css.js.map +1 -1
- package/lib/esm/components/routing/routeFallback.css.js +1 -1
- package/lib/esm/components/routing/routeFallback.css.js.map +1 -1
- package/lib/esm/components/routing/routePendingBar.css.js +1 -1
- package/lib/esm/components/routing/routePendingBar.css.js.map +1 -1
- package/lib/esm/components/select/SimpleSelect.css.js +14 -14
- package/lib/esm/components/select/SimpleSelect.css.js.map +1 -1
- package/lib/esm/components/subscriptions/RefetchNeededBanner.css.js +1 -1
- package/lib/esm/components/tile/InfoTile.css.js +1 -1
- package/lib/esm/components/tile/InfoTile.css.js.map +1 -1
- package/lib/esm/components/tile/InfoTile.js +3 -3
- package/lib/esm/index.js +257 -255
- package/lib/esm/shared/backofficeTableDensity.css.js.map +1 -1
- package/lib/esm/style.css +1 -1
- package/lib/esm/theme/accessibility.css.js +1 -1
- package/lib/esm/theme/accessibility.css.js.map +1 -1
- package/lib/esm/theme/index.js +12 -10
- package/lib/esm/theme/sprinkles.css.js +73323 -51658
- package/lib/esm/theme/sprinkles.css.js.map +1 -1
- package/lib/esm/theme/styleRecipes.css.js +19 -0
- package/lib/esm/theme/styleRecipes.css.js.map +1 -0
- package/lib/esm/theme/theme-dark.css.js.map +1 -1
- package/lib/esm/theme/theme-light.css.js +23 -2
- package/lib/esm/theme/theme-light.css.js.map +1 -1
- package/lib/esm/theme/theme.css.js +23 -2
- package/lib/esm/theme/themeContract.js +23 -2
- package/lib/esm/theme/themeContract.js.map +1 -1
- package/lib/types/atomic/atoms/button/button.css.d.ts.map +1 -1
- package/lib/types/atomic/atoms/checkbox/checkbox.css.d.ts.map +1 -1
- package/lib/types/atomic/atoms/input/input.css.d.ts.map +1 -1
- package/lib/types/atomic/atoms/modal/modal.css.d.ts.map +1 -1
- package/lib/types/atomic/atoms/textarea/textarea.css.d.ts.map +1 -1
- package/lib/types/atomic/molecules/markdown/components/MarkdownCodeCopyButton.css.d.ts.map +1 -1
- package/lib/types/atomic/molecules/toast/toast.css.d.ts.map +1 -1
- package/lib/types/backoffice/atoms/tag/tag.css.d.ts.map +1 -1
- package/lib/types/backoffice/molecules/backoffice_filter_drawer/backofficeFilterDrawer.css.d.ts.map +1 -1
- package/lib/types/backoffice/molecules/backoffice_load_more/backofficeLoadMore.css.d.ts.map +1 -1
- package/lib/types/backoffice/molecules/backoffice_relations_menu/backofficeRelationsMenu.css.d.ts.map +1 -1
- package/lib/types/backoffice/molecules/backoffice_table_toolbar/backofficeTableToolbar.css.d.ts.map +1 -1
- package/lib/types/backoffice/molecules/backoffice_tabs/backofficeTabs.css.d.ts.map +1 -1
- package/lib/types/backoffice/molecules/filter_chip_row/filterChipRow.css.d.ts.map +1 -1
- package/lib/types/backoffice/molecules/global_search_input/globalSearchInput.css.d.ts.map +1 -1
- package/lib/types/backoffice/molecules/inline_banner/inlineBanner.css.d.ts.map +1 -1
- package/lib/types/backoffice/molecules/sidebar_collapse_toggle/sidebarCollapseToggle.css.d.ts.map +1 -1
- package/lib/types/backoffice/molecules/sidebar_nav_item/sidebarNavItem.css.d.ts.map +1 -1
- package/lib/types/backoffice/molecules/sidebar_nav_section/sidebarNavSection.css.d.ts.map +1 -1
- package/lib/types/backoffice/templates/detail_page_template/detailPageTemplate.css.d.ts.map +1 -1
- package/lib/types/backoffice/templates/list_page_template/listPageTemplate.css.d.ts.map +1 -1
- package/lib/types/components/dashboard/dashboard_grid/DashboardGrid.css.d.ts.map +1 -1
- package/lib/types/components/dashboard/section_nav/SectionNav.css.d.ts.map +1 -1
- package/lib/types/components/dashboard/segmented_nav/SegmentedNav.css.d.ts.map +1 -1
- package/lib/types/components/dashboard/selectable_card/SelectableCard.css.d.ts.map +1 -1
- package/lib/types/components/select/SimpleSelect.css.d.ts.map +1 -1
- package/lib/types/components/tile/InfoTile.css.d.ts.map +1 -1
- package/lib/types/shared/backofficeTableDensity.css.d.ts.map +1 -1
- package/lib/types/theme/index.d.ts +2 -0
- package/lib/types/theme/index.d.ts.map +1 -1
- package/lib/types/theme/sprinkles.css.d.ts +684 -60
- package/lib/types/theme/sprinkles.css.d.ts.map +1 -1
- package/lib/types/theme/styleRecipes.css.d.ts +29 -0
- package/lib/types/theme/styleRecipes.css.d.ts.map +1 -0
- package/lib/types/theme/theme-dark.css.d.ts.map +1 -1
- package/lib/types/theme/theme-light.css.d.ts +21 -0
- package/lib/types/theme/theme-light.css.d.ts.map +1 -1
- package/lib/types/theme/themeContract.d.ts +21 -0
- package/lib/types/theme/themeContract.d.ts.map +1 -1
- package/package.json +2 -2
package/lib/esm/index.js
CHANGED
|
@@ -1,208 +1,210 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
1
|
+
import { spin as ee, spinAnimation as te, visuallyHidden as ne } from "./theme/accessibility.css.js";
|
|
2
|
+
import { darkThemeClass as re, lightThemeClass as ie, lightThemeValues as ae } from "./theme/theme.css.js";
|
|
3
|
+
import { THEME_MODE_KEY as oe, ThemeProvider as se, __test as ce, useTheme as le } from "./theme/ThemeProvider.js";
|
|
4
|
+
import { cx as ue, onlyDefinedStyles as de } from "./theme/tools.js";
|
|
5
|
+
import { VisuallyHidden as fe } from "./theme/VisuallyHidden.js";
|
|
6
|
+
import { containerQueries as pe } from "./theme/containerQueries.js";
|
|
7
|
+
import { colors as me, spacing as he, vars as ge } from "./theme/themeContract.js";
|
|
8
|
+
import { brandFocusRing as _e, controlFocusRing as ve, disabledControl as ye, entityReferenceLink as be, errorControlFocusRing as xe, focusRing as Se, ghostIconButton as Ce, iconBox as we, iconBoxCompact as Te, insetFocusRing as Ee, interactiveControlSurface as De, interactiveLinkSurface as Oe, liftOnHover as ke, loadingShimmer as Ae, pillLink as je, pressInteraction as Me, surfaceInteractive as Ne, truncate as Pe } from "./theme/styleRecipes.css.js";
|
|
9
|
+
import { firstChildSprinkles as Fe, hoverSprinkles as Ie, sprinkles as Le, stateSprinkles as Re } from "./theme/sprinkles.css.js";
|
|
10
|
+
import { opacity as ze, screens as Be, spacing as Ve } from "./theme/common.js";
|
|
11
|
+
import { colors as He } from "./theme/colors.js";
|
|
10
12
|
import "./theme/index.js";
|
|
11
|
-
import { findFirstFocusable as
|
|
12
|
-
import { uiI18nResources as
|
|
13
|
-
import { Badge as
|
|
14
|
-
import { ButtonLoadingSpinnerSvg as
|
|
15
|
-
import { Button as
|
|
16
|
-
import { LinkButton as
|
|
17
|
-
import { Input as
|
|
18
|
-
import { Label as
|
|
19
|
-
import { Checkbox as
|
|
20
|
-
import { ErrorMessage as
|
|
21
|
-
import { FormattedDate as
|
|
22
|
-
import { RelativeTimeText as
|
|
23
|
-
import { IconMenuButton as
|
|
24
|
-
import { Overlay as
|
|
25
|
-
import { Modal as
|
|
26
|
-
import { Textarea as
|
|
27
|
-
import { Card as
|
|
28
|
-
import { SidebarHomeSvg as
|
|
29
|
-
import { ChevronDownSvg as
|
|
30
|
-
import { BreadcrumbNavigation as
|
|
31
|
-
import { FormActions as
|
|
32
|
-
import { CheckboxField as
|
|
33
|
-
import { FormErrorAlertSvg as
|
|
34
|
-
import { FormError as
|
|
35
|
-
import { FormField as
|
|
36
|
-
import { Form as
|
|
37
|
-
import { FormErrorBanner as
|
|
38
|
-
import { FormGroup as
|
|
39
|
-
import { HighlightCode as
|
|
40
|
-
import { LazyMarkdownCodeBlock as
|
|
41
|
-
import { LazyMarkdownRenderer as
|
|
42
|
-
import { MarkdownExternalLinkSvg as
|
|
43
|
-
import { MarkdownRenderer as
|
|
44
|
-
import { markdownFontSizeVar as
|
|
45
|
-
import { EmptyState as
|
|
46
|
-
import { Tabs as
|
|
47
|
-
import { ToastViewport as
|
|
48
|
-
import { ToastProvider as
|
|
49
|
-
import { useLoginForm as
|
|
50
|
-
import { LoginForm as
|
|
13
|
+
import { findFirstFocusable as Ue, findFirstFormControl as We, focusElement as Ge, getFocusableElements as Ke, isFocusableElement as qe, resolveFormInitialFocusTarget as Je, resolveInitialFocusTarget as Ye } from "./focus/focusable.js";
|
|
14
|
+
import { uiI18nResources as Xe, withUiI18nResources as e } from "./i18n/resources.js";
|
|
15
|
+
import { Badge as t } from "./atomic/atoms/badge/Badge.js";
|
|
16
|
+
import { ButtonLoadingSpinnerSvg as n } from "./icons/ButtonLoadingSpinnerSvg.js";
|
|
17
|
+
import { Button as r } from "./atomic/atoms/button/Button.js";
|
|
18
|
+
import { LinkButton as Ze } from "./atomic/atoms/button/LinkButton.js";
|
|
19
|
+
import { Input as Qe } from "./atomic/atoms/input/Input.js";
|
|
20
|
+
import { Label as $e } from "./atomic/atoms/label/Label.js";
|
|
21
|
+
import { Checkbox as et } from "./atomic/atoms/checkbox/Checkbox.js";
|
|
22
|
+
import { ErrorMessage as tt } from "./atomic/atoms/error_message/ErrorMessage.js";
|
|
23
|
+
import { FormattedDate as nt } from "./atomic/atoms/formatted-date/FormattedDate.js";
|
|
24
|
+
import { RelativeTimeText as rt } from "./atomic/atoms/relative-time-text/RelativeTimeText.js";
|
|
25
|
+
import { IconMenuButton as it } from "./atomic/atoms/icon-button/IconMenuButton.js";
|
|
26
|
+
import { Overlay as at } from "./atomic/atoms/overlay/Overlay.js";
|
|
27
|
+
import { Modal as ot } from "./atomic/atoms/modal/Modal.js";
|
|
28
|
+
import { Textarea as st } from "./atomic/atoms/textarea/Textarea.js";
|
|
29
|
+
import { Card as ct } from "./atomic/molecules/card/Card.js";
|
|
30
|
+
import { SidebarHomeSvg as lt } from "./icons/SidebarHomeSvg.js";
|
|
31
|
+
import { ChevronDownSvg as ut } from "./icons/ChevronDownSvg.js";
|
|
32
|
+
import { BreadcrumbNavigation as dt } from "./atomic/molecules/breadcrumb_navigation/BreadcrumbNavigation.js";
|
|
33
|
+
import { FormActions as ft } from "./atomic/molecules/form-actions/FormActions.js";
|
|
34
|
+
import { CheckboxField as pt } from "./atomic/molecules/checkbox_field/CheckboxField.js";
|
|
35
|
+
import { FormErrorAlertSvg as mt } from "./icons/FormErrorAlertSvg.js";
|
|
36
|
+
import { FormError as ht } from "./atomic/molecules/form_error/FormError.js";
|
|
37
|
+
import { FormField as gt } from "./atomic/molecules/form_field/FormField.js";
|
|
38
|
+
import { Form as _t } from "./atomic/molecules/form/Form.js";
|
|
39
|
+
import { FormErrorBanner as vt } from "./atomic/molecules/form/FormErrorBanner.js";
|
|
40
|
+
import { FormGroup as yt } from "./atomic/molecules/form/FormGroup.js";
|
|
41
|
+
import { HighlightCode as bt } from "./atomic/molecules/highlight/HighlightCode.js";
|
|
42
|
+
import { LazyMarkdownCodeBlock as xt } from "./atomic/molecules/markdown/components/LazyMarkdownCodeBlock.js";
|
|
43
|
+
import { LazyMarkdownRenderer as St } from "./atomic/molecules/markdown/LazyMarkdownRenderer.js";
|
|
44
|
+
import { MarkdownExternalLinkSvg as Ct } from "./icons/markdown/MarkdownExternalLinkSvg.js";
|
|
45
|
+
import { MarkdownRenderer as wt } from "./atomic/molecules/markdown/MarkdownRenderer.js";
|
|
46
|
+
import { markdownFontSizeVar as Tt, markdownLinkColorVar as Et, markdownLinkDisabledColorVar as Dt, markdownLinkHoverColorVar as Ot, markdownLinkIconColorVar as kt, markdownTextColorVar as At } from "./atomic/molecules/markdown/markdownVars.css.js";
|
|
47
|
+
import { EmptyState as jt } from "./atomic/molecules/empty-state/EmptyState.js";
|
|
48
|
+
import { Tabs as Mt } from "./atomic/molecules/tabs/Tabs.js";
|
|
49
|
+
import { ToastViewport as Nt } from "./atomic/molecules/toast/ToastViewport.js";
|
|
50
|
+
import { ToastProvider as Pt, useToast as Ft } from "./atomic/molecules/toast/ToastProvider.js";
|
|
51
|
+
import { useLoginForm as It } from "./atomic/organisms/login_form/useLoginForm.js";
|
|
52
|
+
import { LoginForm as Lt } from "./atomic/organisms/login_form/LoginForm.js";
|
|
51
53
|
import { SidebarContainer as i } from "./atomic/organisms/sidebar/SidebarContainer.js";
|
|
52
54
|
import "./atomic/organisms/sidebar/Sidebar.js";
|
|
53
|
-
import { ChevronLeftSvg as
|
|
54
|
-
import { GlobeSvg as
|
|
55
|
-
import { ProjectsFolderSvg as
|
|
56
|
-
import { SidebarPlusSvg as
|
|
57
|
-
import { SidebarSearchSvg as
|
|
58
|
-
import { SidebarSettingsSvg as
|
|
59
|
-
import { SidebarTasksSvg as
|
|
60
|
-
import { SidebarTeamSvg as
|
|
61
|
-
import { ChevronLeftIcon as
|
|
62
|
-
import { NavigationSidebar as
|
|
63
|
-
import { AuthLayout as
|
|
64
|
-
import { BackofficePageHeader as
|
|
65
|
-
import { PageContainer as
|
|
66
|
-
import { DetailPage as
|
|
67
|
-
import { MetricHistoryChart as
|
|
68
|
-
import { TimeSeriesLineChart as
|
|
69
|
-
import { DataTable as
|
|
70
|
-
import { ResponsiveRecordList as
|
|
71
|
-
import { InfiniteScrollTrigger as
|
|
72
|
-
import { InfoTile as
|
|
73
|
-
import { MutationFeedback as
|
|
74
|
-
import { RouteFallback as
|
|
75
|
-
import { RoutePendingBar as
|
|
76
|
-
import { ResponsiveCollectionRenderer as
|
|
77
|
-
import { TableCell as
|
|
78
|
-
import { PanelShell as
|
|
79
|
-
import { ActionPanel as
|
|
80
|
-
import { AppHeader as
|
|
81
|
-
import { ContentLayout as
|
|
82
|
-
import { DetailSummaryHeader as
|
|
83
|
-
import { PageShell as
|
|
84
|
-
import { AppShell as
|
|
85
|
-
import { StatusBadge as
|
|
86
|
-
import { ActivityCard as
|
|
87
|
-
import { ActivityFeed as
|
|
88
|
-
import { DashboardGrid as
|
|
89
|
-
import { MetadataStrip as
|
|
90
|
-
import { MetricCard as
|
|
91
|
-
import { MetricTileGroup as
|
|
92
|
-
import { PageHero as
|
|
93
|
-
import { SegmentedNav as
|
|
94
|
-
import { SectionNav as
|
|
95
|
-
import { SelectableCard as
|
|
96
|
-
import { SidebarPageLayout as
|
|
97
|
-
import { SettingsLayout as
|
|
98
|
-
import { BackofficeKeyValueList as
|
|
99
|
-
import { StatusSummaryPanel as
|
|
100
|
-
import { TimelineEventRow as
|
|
101
|
-
import { SplitViewLayout as
|
|
102
|
-
import { ToolbarRow as
|
|
103
|
-
import { sanitizeAgentAnswer as
|
|
104
|
-
import { AgentMarkdownCard as
|
|
105
|
-
import { SimpleSelect as
|
|
106
|
-
import { RefetchNeededBanner as
|
|
107
|
-
import { TabsContentLayout as
|
|
108
|
-
import { ImagePreviewModal as
|
|
109
|
-
import { VirtualizedConnectionTable as
|
|
110
|
-
import { CopyableText as
|
|
111
|
-
import { BackofficeIdBadge as
|
|
112
|
-
import { EnvironmentBadge as
|
|
113
|
-
import { ShortcutHint as
|
|
114
|
-
import { Skeleton as
|
|
115
|
-
import { Spinner as
|
|
116
|
-
import { Tag as
|
|
117
|
-
import { BackofficeDetailLayout as
|
|
118
|
-
import { BackofficeEmptyState as
|
|
119
|
-
import { BackofficeFilterDrawer as
|
|
120
|
-
import { BackofficeFilterField as
|
|
121
|
-
import { BackofficeFiltersBar as
|
|
122
|
-
import { BackofficeFormSection as
|
|
123
|
-
import { ConfirmDialog as
|
|
124
|
-
import { BackofficeJsonViewer as
|
|
125
|
-
import { LazyBackofficeJsonViewer as
|
|
126
|
-
import { BackofficeInfiniteListStatus as
|
|
127
|
-
import { BackofficeLoadMore as
|
|
128
|
-
import { BackofficeRelationsMenu as
|
|
129
|
-
import { BackofficeTableSkeleton as
|
|
130
|
-
import { BackofficeTableToolbar as
|
|
131
|
-
import { BackofficeTabs as
|
|
132
|
-
import { BulkActionsBar as
|
|
133
|
-
import { FilterChipRow as
|
|
134
|
-
import { GlobalSearchInput as
|
|
135
|
-
import { InlineBanner as
|
|
136
|
-
import { SidebarNavItem as
|
|
137
|
-
import { SidebarNavSection as
|
|
138
|
-
import { ProfileDropdownLogoutSvg as
|
|
139
|
-
import { BackofficeSidebarProfileMenu as
|
|
140
|
-
import { SidebarCollapseToggle as
|
|
141
|
-
import { TableToolbar as
|
|
142
|
-
import { AuditTimeline as
|
|
143
|
-
import { BackofficeDataTable as
|
|
144
|
-
import { BackofficeVirtualizedConnectionTable as
|
|
145
|
-
import { EntityHeader as
|
|
146
|
-
import { DetailPageTemplate as
|
|
147
|
-
import { ListPageTemplate as
|
|
148
|
-
import { AdminSidebar as
|
|
149
|
-
import { AdminTopbar as
|
|
150
|
-
import { AdminShellLayout as
|
|
151
|
-
import { adminControlHeightVar as
|
|
152
|
-
import { adminThemeClass as
|
|
153
|
-
import { AdminThemeProvider as
|
|
154
|
-
import { FALLBACK_REFERENCE as
|
|
155
|
-
import { denseTableClass as
|
|
156
|
-
import { MoneyAmount as
|
|
157
|
-
import { normalizeProgress as
|
|
158
|
-
import { aggregateValuesByDayAndCategory as
|
|
159
|
-
import { useStickToBottom as
|
|
160
|
-
import { useSubmitOnEnter as
|
|
161
|
-
import { WrapperPage as
|
|
162
|
-
import { BanSvg as
|
|
163
|
-
import { ChatSizeLargeSvg as
|
|
164
|
-
import { ChatSizeMediumSvg as
|
|
165
|
-
import { ChatSizeSmallSvg as
|
|
166
|
-
import { ChatCheckSvg as
|
|
167
|
-
import { ChatXSvg as
|
|
168
|
-
import { CheckSvg as
|
|
169
|
-
import { CoinOffSvg as
|
|
170
|
-
import { ClockSvg as
|
|
171
|
-
import { DatabaseCheckSvg as
|
|
172
|
-
import { DatabaseXSvg as
|
|
173
|
-
import { DevModeSvg as
|
|
174
|
-
import { EyeSvg as
|
|
175
|
-
import { GripDotsSvg as
|
|
176
|
-
import { HomeActivityAssignUserSvg as
|
|
177
|
-
import { HomeStatsCheckBadgeSvg as
|
|
178
|
-
import { HomeStatsClipboardSvg as
|
|
179
|
-
import { HomeStatsClockSvg as
|
|
180
|
-
import { KeyOffSvg as
|
|
181
|
-
import { KeySvg as
|
|
182
|
-
import { LinkCheckSvg as
|
|
183
|
-
import { LinkXSvg as
|
|
184
|
-
import { BackofficeSidebarActivitySvg as
|
|
185
|
-
import { BackofficeSidebarArchiveSvg as
|
|
186
|
-
import { BackofficeSidebarBadgeCheckSvg as
|
|
187
|
-
import { BackofficeSidebarBotSvg as
|
|
55
|
+
import { ChevronLeftSvg as Rt } from "./icons/ChevronLeftSvg.js";
|
|
56
|
+
import { GlobeSvg as zt } from "./icons/GlobeSvg.js";
|
|
57
|
+
import { ProjectsFolderSvg as Bt } from "./icons/ProjectsFolderSvg.js";
|
|
58
|
+
import { SidebarPlusSvg as Vt } from "./icons/SidebarPlusSvg.js";
|
|
59
|
+
import { SidebarSearchSvg as Ht } from "./icons/SidebarSearchSvg.js";
|
|
60
|
+
import { SidebarSettingsSvg as Ut } from "./icons/SidebarSettingsSvg.js";
|
|
61
|
+
import { SidebarTasksSvg as Wt } from "./icons/SidebarTasksSvg.js";
|
|
62
|
+
import { SidebarTeamSvg as Gt } from "./icons/SidebarTeamSvg.js";
|
|
63
|
+
import { ChevronLeftIcon as Kt, ChevronRightIcon as qt, DocumentationIcon as Jt, HomeIcon as Yt, InitiativesIcon as Xt, PlusIcon as Zt, ProjectsIcon as Qt, SearchIcon as $t, SettingsIcon as en, TasksIcon as tn, TeamIcon as nn } from "./atomic/organisms/sidebar/icons.js";
|
|
64
|
+
import { NavigationSidebar as rn } from "./atomic/organisms/sidebar/NavigationSidebar.js";
|
|
65
|
+
import { AuthLayout as an } from "./atomic/templates/auth_layout/AuthLayout.js";
|
|
66
|
+
import { BackofficePageHeader as on } from "./backoffice/molecules/backoffice_page_header/BackofficePageHeader.js";
|
|
67
|
+
import { PageContainer as sn } from "./atomic/templates/page-container/PageContainer.js";
|
|
68
|
+
import { DetailPage as cn, DetailPageContent as ln } from "./atomic/templates/detail-page/DetailPage.js";
|
|
69
|
+
import { MetricHistoryChart as un } from "./components/charts/MetricHistoryChart.js";
|
|
70
|
+
import { TimeSeriesLineChart as dn } from "./components/charts/TimeSeriesLineChart.js";
|
|
71
|
+
import { DataTable as fn } from "./components/data-table/DataTable.js";
|
|
72
|
+
import { ResponsiveRecordList as pn } from "./components/data-table/ResponsiveRecordList.js";
|
|
73
|
+
import { InfiniteScrollTrigger as mn } from "./components/infinite/InfiniteScrollTrigger.js";
|
|
74
|
+
import { InfoTile as hn } from "./components/tile/InfoTile.js";
|
|
75
|
+
import { MutationFeedback as gn, OperationFeedback as _n } from "./components/feedback/OperationFeedback.js";
|
|
76
|
+
import { RouteFallback as vn } from "./components/routing/RouteFallback.js";
|
|
77
|
+
import { RoutePendingBar as yn } from "./components/routing/RoutePendingBar.js";
|
|
78
|
+
import { ResponsiveCollectionRenderer as bn } from "./components/responsive/ResponsiveCollectionRenderer.js";
|
|
79
|
+
import { TableCell as xn } from "./components/data-table/TableCell.js";
|
|
80
|
+
import { PanelShell as Sn } from "./components/layout/PanelShell.js";
|
|
81
|
+
import { ActionPanel as Cn } from "./components/layout/ActionPanel.js";
|
|
82
|
+
import { AppHeader as wn } from "./components/layout/AppHeader.js";
|
|
83
|
+
import { ContentLayout as Tn } from "./components/layout/ContentLayout.js";
|
|
84
|
+
import { DetailSummaryHeader as En } from "./components/layout/DetailSummaryHeader.js";
|
|
85
|
+
import { PageShell as Dn } from "./components/layout/PageShell.js";
|
|
86
|
+
import { AppShell as On } from "./components/layout/AppShell.js";
|
|
87
|
+
import { StatusBadge as kn } from "./backoffice/atoms/status_badge/StatusBadge.js";
|
|
88
|
+
import { ActivityCard as An } from "./components/dashboard/activity_card/ActivityCard.js";
|
|
89
|
+
import { ActivityFeed as jn } from "./components/dashboard/activity_feed/ActivityFeed.js";
|
|
90
|
+
import { DashboardGrid as Mn, DashboardGridColumn as Nn, DashboardGridItem as Pn } from "./components/dashboard/dashboard_grid/DashboardGrid.js";
|
|
91
|
+
import { MetadataStrip as Fn } from "./components/dashboard/metadata_strip/MetadataStrip.js";
|
|
92
|
+
import { MetricCard as In } from "./components/dashboard/metric_card/MetricCard.js";
|
|
93
|
+
import { MetricTileGroup as Ln } from "./components/dashboard/metric_tile_group/MetricTileGroup.js";
|
|
94
|
+
import { PageHero as Rn } from "./components/dashboard/page_hero/PageHero.js";
|
|
95
|
+
import { SegmentedNav as zn } from "./components/dashboard/segmented_nav/SegmentedNav.js";
|
|
96
|
+
import { SectionNav as Bn } from "./components/dashboard/section_nav/SectionNav.js";
|
|
97
|
+
import { SelectableCard as Vn } from "./components/dashboard/selectable_card/SelectableCard.js";
|
|
98
|
+
import { SidebarPageLayout as Hn } from "./components/layout/SidebarPageLayout.js";
|
|
99
|
+
import { SettingsLayout as Un } from "./components/layout/SettingsLayout.js";
|
|
100
|
+
import { BackofficeKeyValueList as Wn } from "./backoffice/molecules/backoffice_key_value_list/BackofficeKeyValueList.js";
|
|
101
|
+
import { StatusSummaryPanel as Gn } from "./components/dashboard/status_summary_panel/StatusSummaryPanel.js";
|
|
102
|
+
import { TimelineEventRow as Kn } from "./components/dashboard/timeline_event_row/TimelineEventRow.js";
|
|
103
|
+
import { SplitViewLayout as qn } from "./components/layout/SplitViewLayout.js";
|
|
104
|
+
import { ToolbarRow as Jn } from "./components/layout/ToolbarRow.js";
|
|
105
|
+
import { sanitizeAgentAnswer as Yn, sanitizeAgentMarkdown as Xn } from "./shared/agentText.js";
|
|
106
|
+
import { AgentMarkdownCard as Zn } from "./components/agent/AgentMarkdownCard.js";
|
|
107
|
+
import { SimpleSelect as Qn } from "./components/select/SimpleSelect.js";
|
|
108
|
+
import { RefetchNeededBanner as $n } from "./components/subscriptions/RefetchNeededBanner.js";
|
|
109
|
+
import { TabsContentLayout as er } from "./components/layout/TabsContentLayout.js";
|
|
110
|
+
import { ImagePreviewModal as tr } from "./components/media/ImagePreviewModal.js";
|
|
111
|
+
import { VirtualizedConnectionTable as nr } from "./components/data-table/VirtualizedConnectionTable.js";
|
|
112
|
+
import { CopyableText as rr } from "./backoffice/atoms/copyable_text/CopyableText.js";
|
|
113
|
+
import { BackofficeIdBadge as ir } from "./backoffice/atoms/backoffice_id_badge/BackofficeIdBadge.js";
|
|
114
|
+
import { EnvironmentBadge as ar } from "./backoffice/atoms/environment_badge/EnvironmentBadge.js";
|
|
115
|
+
import { ShortcutHint as or } from "./backoffice/atoms/shortcut_hint/ShortcutHint.js";
|
|
116
|
+
import { Skeleton as sr } from "./backoffice/atoms/skeleton/Skeleton.js";
|
|
117
|
+
import { Spinner as cr } from "./backoffice/atoms/spinner/Spinner.js";
|
|
118
|
+
import { Tag as lr } from "./backoffice/atoms/tag/Tag.js";
|
|
119
|
+
import { BackofficeDetailLayout as ur } from "./backoffice/molecules/backoffice_detail_layout/BackofficeDetailLayout.js";
|
|
120
|
+
import { BackofficeEmptyState as dr } from "./backoffice/molecules/backoffice_empty_state/BackofficeEmptyState.js";
|
|
121
|
+
import { BackofficeFilterDrawer as fr } from "./backoffice/molecules/backoffice_filter_drawer/BackofficeFilterDrawer.js";
|
|
122
|
+
import { BackofficeFilterField as pr } from "./backoffice/molecules/backoffice_filter_field/BackofficeFilterField.js";
|
|
123
|
+
import { BackofficeFiltersBar as mr } from "./backoffice/molecules/backoffice_filters_bar/BackofficeFiltersBar.js";
|
|
124
|
+
import { BackofficeFormSection as hr } from "./backoffice/molecules/backoffice_form_section/BackofficeFormSection.js";
|
|
125
|
+
import { ConfirmDialog as gr } from "./backoffice/molecules/confirm_dialog/ConfirmDialog.js";
|
|
126
|
+
import { BackofficeJsonViewer as _r } from "./backoffice/molecules/backoffice_json_viewer/BackofficeJsonViewer.js";
|
|
127
|
+
import { LazyBackofficeJsonViewer as vr, __testLazyBackofficeJsonViewer as yr } from "./backoffice/molecules/backoffice_json_viewer/LazyBackofficeJsonViewer.js";
|
|
128
|
+
import { BackofficeInfiniteListStatus as br } from "./backoffice/molecules/backoffice_infinite_list_status/BackofficeInfiniteListStatus.js";
|
|
129
|
+
import { BackofficeLoadMore as xr } from "./backoffice/molecules/backoffice_load_more/BackofficeLoadMore.js";
|
|
130
|
+
import { BackofficeRelationsMenu as Sr } from "./backoffice/molecules/backoffice_relations_menu/BackofficeRelationsMenu.js";
|
|
131
|
+
import { BackofficeTableSkeleton as Cr } from "./backoffice/molecules/backoffice_table_skeleton/BackofficeTableSkeleton.js";
|
|
132
|
+
import { BackofficeTableToolbar as wr } from "./backoffice/molecules/backoffice_table_toolbar/BackofficeTableToolbar.js";
|
|
133
|
+
import { BackofficeTabs as Tr } from "./backoffice/molecules/backoffice_tabs/BackofficeTabs.js";
|
|
134
|
+
import { BulkActionsBar as Er } from "./backoffice/molecules/bulk_actions_bar/BulkActionsBar.js";
|
|
135
|
+
import { FilterChipRow as Dr } from "./backoffice/molecules/filter_chip_row/FilterChipRow.js";
|
|
136
|
+
import { GlobalSearchInput as Or } from "./backoffice/molecules/global_search_input/GlobalSearchInput.js";
|
|
137
|
+
import { InlineBanner as kr } from "./backoffice/molecules/inline_banner/InlineBanner.js";
|
|
138
|
+
import { SidebarNavItem as Ar } from "./backoffice/molecules/sidebar_nav_item/SidebarNavItem.js";
|
|
139
|
+
import { SidebarNavSection as jr } from "./backoffice/molecules/sidebar_nav_section/SidebarNavSection.js";
|
|
140
|
+
import { ProfileDropdownLogoutSvg as Mr } from "./icons/ProfileDropdownLogoutSvg.js";
|
|
141
|
+
import { BackofficeSidebarProfileMenu as Nr } from "./backoffice/molecules/sidebar_profile_menu/BackofficeSidebarProfileMenu.js";
|
|
142
|
+
import { SidebarCollapseToggle as Pr } from "./backoffice/molecules/sidebar_collapse_toggle/SidebarCollapseToggle.js";
|
|
143
|
+
import { TableToolbar as Fr } from "./backoffice/molecules/table_toolbar/TableToolbar.js";
|
|
144
|
+
import { AuditTimeline as Ir } from "./backoffice/organisms/audit_timeline/AuditTimeline.js";
|
|
145
|
+
import { BackofficeDataTable as Lr } from "./backoffice/organisms/backoffice_data_table/BackofficeDataTable.js";
|
|
146
|
+
import { BackofficeVirtualizedConnectionTable as Rr } from "./backoffice/organisms/backoffice_virtualized_connection_table/BackofficeVirtualizedConnectionTable.js";
|
|
147
|
+
import { EntityHeader as zr } from "./backoffice/organisms/entity_header/EntityHeader.js";
|
|
148
|
+
import { DetailPageTemplate as Br } from "./backoffice/templates/detail_page_template/DetailPageTemplate.js";
|
|
149
|
+
import { ListPageTemplate as Vr } from "./backoffice/templates/list_page_template/ListPageTemplate.js";
|
|
150
|
+
import { AdminSidebar as a } from "./admin/organisms/admin_sidebar/AdminSidebar.js";
|
|
151
|
+
import { AdminTopbar as Hr } from "./admin/organisms/admin_topbar/AdminTopbar.js";
|
|
152
|
+
import { AdminShellLayout as Ur } from "./admin/templates/admin_shell_layout/AdminShellLayout.js";
|
|
153
|
+
import { adminControlHeightVar as Wr, adminDensityComfortableClass as Gr, adminDensityCompactClass as Kr, adminDensityDefaultClass as qr, adminPanelPaddingVar as Jr, adminTableCellPaddingXVar as Yr, adminTableCellPaddingYVar as Xr, adminTableFontSizeVar as Zr, adminTableRowMinHeightVar as Qr, adminToolbarGapVar as $r } from "./admin/theme/adminDensity.css.js";
|
|
154
|
+
import { adminThemeClass as ei } from "./admin/theme/adminTheme.css.js";
|
|
155
|
+
import { AdminThemeProvider as ti } from "./admin/theme/AdminThemeProvider.js";
|
|
156
|
+
import { FALLBACK_REFERENCE as ni, formatNullableCurrency as ri, formatNullableNumber as ii, formatNullableString as ai, formatStringList as oi } from "./shared/agentJobRequestFormatting.js";
|
|
157
|
+
import { denseTableClass as si } from "./shared/backofficeTableDensity.css.js";
|
|
158
|
+
import { MoneyAmount as ci, formatCurrencyAmount as li } from "./shared/currencyAmount.js";
|
|
159
|
+
import { normalizeProgress as ui } from "./shared/progress.js";
|
|
160
|
+
import { aggregateValuesByDayAndCategory as di, buildUtcDayRange as fi, toUtcDailyCategorySeries as pi, toUtcDayKey as mi } from "./shared/timeSeries.js";
|
|
161
|
+
import { useStickToBottom as hi } from "./hooks/useStickToBottom.js";
|
|
162
|
+
import { useSubmitOnEnter as gi } from "./hooks/useSubmitOnEnter.js";
|
|
163
|
+
import { WrapperPage as _i } from "./pages/WrapperPage.js";
|
|
164
|
+
import { BanSvg as vi } from "./icons/BanSvg.js";
|
|
165
|
+
import { ChatSizeLargeSvg as yi } from "./icons/ChatSizeLargeSvg.js";
|
|
166
|
+
import { ChatSizeMediumSvg as bi } from "./icons/ChatSizeMediumSvg.js";
|
|
167
|
+
import { ChatSizeSmallSvg as xi } from "./icons/ChatSizeSmallSvg.js";
|
|
168
|
+
import { ChatCheckSvg as Si } from "./icons/ChatCheckSvg.js";
|
|
169
|
+
import { ChatXSvg as Ci } from "./icons/ChatXSvg.js";
|
|
170
|
+
import { CheckSvg as wi } from "./icons/CheckSvg.js";
|
|
171
|
+
import { CoinOffSvg as Ti } from "./icons/CoinOffSvg.js";
|
|
172
|
+
import { ClockSvg as Ei } from "./icons/ClockSvg.js";
|
|
173
|
+
import { DatabaseCheckSvg as Di } from "./icons/DatabaseCheckSvg.js";
|
|
174
|
+
import { DatabaseXSvg as Oi } from "./icons/DatabaseXSvg.js";
|
|
175
|
+
import { DevModeSvg as ki } from "./icons/DevModeSvg.js";
|
|
176
|
+
import { EyeSvg as Ai } from "./icons/EyeSvg.js";
|
|
177
|
+
import { GripDotsSvg as ji } from "./icons/GripDotsSvg.js";
|
|
178
|
+
import { HomeActivityAssignUserSvg as Mi } from "./icons/HomeActivityAssignUserSvg.js";
|
|
179
|
+
import { HomeStatsCheckBadgeSvg as Ni } from "./icons/HomeStatsCheckBadgeSvg.js";
|
|
180
|
+
import { HomeStatsClipboardSvg as Pi } from "./icons/HomeStatsClipboardSvg.js";
|
|
181
|
+
import { HomeStatsClockSvg as Fi } from "./icons/HomeStatsClockSvg.js";
|
|
182
|
+
import { KeyOffSvg as Ii } from "./icons/KeyOffSvg.js";
|
|
183
|
+
import { KeySvg as Li } from "./icons/KeySvg.js";
|
|
184
|
+
import { LinkCheckSvg as Ri } from "./icons/LinkCheckSvg.js";
|
|
185
|
+
import { LinkXSvg as zi } from "./icons/LinkXSvg.js";
|
|
186
|
+
import { BackofficeSidebarActivitySvg as Bi } from "./icons/backoffice/BackofficeSidebarActivitySvg.js";
|
|
187
|
+
import { BackofficeSidebarArchiveSvg as Vi } from "./icons/backoffice/BackofficeSidebarArchiveSvg.js";
|
|
188
|
+
import { BackofficeSidebarBadgeCheckSvg as Hi } from "./icons/backoffice/BackofficeSidebarBadgeCheckSvg.js";
|
|
189
|
+
import { BackofficeSidebarBotSvg as Ui } from "./icons/backoffice/BackofficeSidebarBotSvg.js";
|
|
188
190
|
import { BackofficeSidebarBracesSvg as o } from "./icons/backoffice/BackofficeSidebarBracesSvg.js";
|
|
189
|
-
import { BackofficeSidebarBrainCircuitSvg as
|
|
190
|
-
import { BackofficeSidebarBriefcaseSvg as
|
|
191
|
-
import { BackofficeSidebarBuildingSvg as
|
|
192
|
-
import { BackofficeSidebarCableSvg as
|
|
193
|
-
import { BackofficeSidebarCalendarSvg as
|
|
191
|
+
import { BackofficeSidebarBrainCircuitSvg as Wi } from "./icons/backoffice/BackofficeSidebarBrainCircuitSvg.js";
|
|
192
|
+
import { BackofficeSidebarBriefcaseSvg as Gi } from "./icons/backoffice/BackofficeSidebarBriefcaseSvg.js";
|
|
193
|
+
import { BackofficeSidebarBuildingSvg as Ki } from "./icons/backoffice/BackofficeSidebarBuildingSvg.js";
|
|
194
|
+
import { BackofficeSidebarCableSvg as qi } from "./icons/backoffice/BackofficeSidebarCableSvg.js";
|
|
195
|
+
import { BackofficeSidebarCalendarSvg as Ji } from "./icons/backoffice/BackofficeSidebarCalendarSvg.js";
|
|
194
196
|
import { BackofficeSidebarChartBarSvg as s } from "./icons/backoffice/BackofficeSidebarChartBarSvg.js";
|
|
195
|
-
import { BackofficeSidebarChartLineSvg as
|
|
196
|
-
import { BackofficeSidebarChartPieSvg as
|
|
197
|
+
import { BackofficeSidebarChartLineSvg as Yi } from "./icons/backoffice/BackofficeSidebarChartLineSvg.js";
|
|
198
|
+
import { BackofficeSidebarChartPieSvg as Xi } from "./icons/backoffice/BackofficeSidebarChartPieSvg.js";
|
|
197
199
|
import { BackofficeSidebarClipboardCheckSvg as c } from "./icons/backoffice/BackofficeSidebarClipboardCheckSvg.js";
|
|
198
|
-
import { BackofficeSidebarClipboardListSvg as
|
|
200
|
+
import { BackofficeSidebarClipboardListSvg as Zi } from "./icons/backoffice/BackofficeSidebarClipboardListSvg.js";
|
|
199
201
|
import { BackofficeSidebarClockSvg as l } from "./icons/backoffice/BackofficeSidebarClockSvg.js";
|
|
200
202
|
import { BackofficeSidebarCodeSvg as u } from "./icons/backoffice/BackofficeSidebarCodeSvg.js";
|
|
201
203
|
import { BackofficeSidebarCopyCheckSvg as d } from "./icons/backoffice/BackofficeSidebarCopyCheckSvg.js";
|
|
202
204
|
import { BackofficeSidebarCopySvg as f } from "./icons/backoffice/BackofficeSidebarCopySvg.js";
|
|
203
205
|
import { BackofficeSidebarCopyXSvg as p } from "./icons/backoffice/BackofficeSidebarCopyXSvg.js";
|
|
204
206
|
import { BackofficeSidebarCrosshairSvg as m } from "./icons/backoffice/BackofficeSidebarCrosshairSvg.js";
|
|
205
|
-
import { BackofficeSidebarDatabaseSvg as
|
|
207
|
+
import { BackofficeSidebarDatabaseSvg as Qi } from "./icons/backoffice/BackofficeSidebarDatabaseSvg.js";
|
|
206
208
|
import { BackofficeSidebarDiffSvg as h } from "./icons/backoffice/BackofficeSidebarDiffSvg.js";
|
|
207
209
|
import { BackofficeSidebarFileCodeSvg as g } from "./icons/backoffice/BackofficeSidebarFileCodeSvg.js";
|
|
208
210
|
import { BackofficeSidebarFileCogSvg as _ } from "./icons/backoffice/BackofficeSidebarFileCogSvg.js";
|
|
@@ -215,64 +217,64 @@ import { BackofficeSidebarFlameSvg as C } from "./icons/backoffice/BackofficeSid
|
|
|
215
217
|
import { BackofficeSidebarFolderGitSvg as w } from "./icons/backoffice/BackofficeSidebarFolderGitSvg.js";
|
|
216
218
|
import { BackofficeSidebarFolderKanbanSvg as T } from "./icons/backoffice/BackofficeSidebarFolderKanbanSvg.js";
|
|
217
219
|
import { BackofficeSidebarFolderTreeSvg as E } from "./icons/backoffice/BackofficeSidebarFolderTreeSvg.js";
|
|
218
|
-
import { BackofficeSidebarGaugeSvg as
|
|
219
|
-
import { BackofficeSidebarGitBranchPlusSvg as
|
|
220
|
-
import { BackofficeSidebarGitBranchSvg as
|
|
220
|
+
import { BackofficeSidebarGaugeSvg as $i } from "./icons/backoffice/BackofficeSidebarGaugeSvg.js";
|
|
221
|
+
import { BackofficeSidebarGitBranchPlusSvg as ea } from "./icons/backoffice/BackofficeSidebarGitBranchPlusSvg.js";
|
|
222
|
+
import { BackofficeSidebarGitBranchSvg as ta } from "./icons/backoffice/BackofficeSidebarGitBranchSvg.js";
|
|
221
223
|
import { BackofficeSidebarGitCommitSvg as D } from "./icons/backoffice/BackofficeSidebarGitCommitSvg.js";
|
|
222
|
-
import { BackofficeSidebarGitCompareSvg as
|
|
224
|
+
import { BackofficeSidebarGitCompareSvg as na } from "./icons/backoffice/BackofficeSidebarGitCompareSvg.js";
|
|
223
225
|
import { BackofficeSidebarGitForkSvg as O } from "./icons/backoffice/BackofficeSidebarGitForkSvg.js";
|
|
224
|
-
import { BackofficeSidebarGitMergeSvg as
|
|
225
|
-
import { BackofficeSidebarGitPullRequestSvg as
|
|
226
|
+
import { BackofficeSidebarGitMergeSvg as ra } from "./icons/backoffice/BackofficeSidebarGitMergeSvg.js";
|
|
227
|
+
import { BackofficeSidebarGitPullRequestSvg as ia } from "./icons/backoffice/BackofficeSidebarGitPullRequestSvg.js";
|
|
226
228
|
import { BackofficeSidebarGlobeSvg as k } from "./icons/backoffice/BackofficeSidebarGlobeSvg.js";
|
|
227
229
|
import { BackofficeSidebarHistorySvg as A } from "./icons/backoffice/BackofficeSidebarHistorySvg.js";
|
|
228
230
|
import { BackofficeSidebarInfoSvg as j } from "./icons/backoffice/BackofficeSidebarInfoSvg.js";
|
|
229
|
-
import { BackofficeSidebarKeySquareSvg as
|
|
230
|
-
import { BackofficeSidebarKeySvg as
|
|
231
|
-
import { BackofficeSidebarLandmarkSvg as
|
|
232
|
-
import { BackofficeSidebarLayoutDashboardSvg as
|
|
231
|
+
import { BackofficeSidebarKeySquareSvg as aa } from "./icons/backoffice/BackofficeSidebarKeySquareSvg.js";
|
|
232
|
+
import { BackofficeSidebarKeySvg as oa } from "./icons/backoffice/BackofficeSidebarKeySvg.js";
|
|
233
|
+
import { BackofficeSidebarLandmarkSvg as sa } from "./icons/backoffice/BackofficeSidebarLandmarkSvg.js";
|
|
234
|
+
import { BackofficeSidebarLayoutDashboardSvg as ca } from "./icons/backoffice/BackofficeSidebarLayoutDashboardSvg.js";
|
|
233
235
|
import { BackofficeSidebarLinkSvg as M } from "./icons/backoffice/BackofficeSidebarLinkSvg.js";
|
|
234
236
|
import { BackofficeSidebarListChecksSvg as N } from "./icons/backoffice/BackofficeSidebarListChecksSvg.js";
|
|
235
237
|
import { BackofficeSidebarListTodoSvg as P } from "./icons/backoffice/BackofficeSidebarListTodoSvg.js";
|
|
236
|
-
import { BackofficeSidebarListTreeSvg as
|
|
238
|
+
import { BackofficeSidebarListTreeSvg as la } from "./icons/backoffice/BackofficeSidebarListTreeSvg.js";
|
|
237
239
|
import { BackofficeSidebarLocateSvg as F } from "./icons/backoffice/BackofficeSidebarLocateSvg.js";
|
|
238
|
-
import { BackofficeSidebarLockKeyholeSvg as
|
|
239
|
-
import { BackofficeSidebarLockSvg as
|
|
240
|
-
import { BackofficeSidebarMailPlusSvg as
|
|
241
|
-
import { BackofficeSidebarMapPinSvg as
|
|
240
|
+
import { BackofficeSidebarLockKeyholeSvg as ua } from "./icons/backoffice/BackofficeSidebarLockKeyholeSvg.js";
|
|
241
|
+
import { BackofficeSidebarLockSvg as da } from "./icons/backoffice/BackofficeSidebarLockSvg.js";
|
|
242
|
+
import { BackofficeSidebarMailPlusSvg as fa } from "./icons/backoffice/BackofficeSidebarMailPlusSvg.js";
|
|
243
|
+
import { BackofficeSidebarMapPinSvg as pa } from "./icons/backoffice/BackofficeSidebarMapPinSvg.js";
|
|
242
244
|
import { BackofficeSidebarMapSvg as I } from "./icons/backoffice/BackofficeSidebarMapSvg.js";
|
|
243
|
-
import { BackofficeSidebarMessagePlusSvg as
|
|
244
|
-
import { BackofficeSidebarMessageTextSvg as
|
|
245
|
-
import { BackofficeSidebarMessagesSvg as
|
|
245
|
+
import { BackofficeSidebarMessagePlusSvg as ma } from "./icons/backoffice/BackofficeSidebarMessagePlusSvg.js";
|
|
246
|
+
import { BackofficeSidebarMessageTextSvg as ha } from "./icons/backoffice/BackofficeSidebarMessageTextSvg.js";
|
|
247
|
+
import { BackofficeSidebarMessagesSvg as ga } from "./icons/backoffice/BackofficeSidebarMessagesSvg.js";
|
|
246
248
|
import { BackofficeSidebarMonitorCheckSvg as L } from "./icons/backoffice/BackofficeSidebarMonitorCheckSvg.js";
|
|
247
249
|
import { BackofficeSidebarMouseClickSvg as R } from "./icons/backoffice/BackofficeSidebarMouseClickSvg.js";
|
|
248
250
|
import { BackofficeSidebarNetworkSvg as z } from "./icons/backoffice/BackofficeSidebarNetworkSvg.js";
|
|
249
251
|
import { BackofficeSidebarPanelsSvg as B } from "./icons/backoffice/BackofficeSidebarPanelsSvg.js";
|
|
250
252
|
import { BackofficeSidebarPenToolSvg as V } from "./icons/backoffice/BackofficeSidebarPenToolSvg.js";
|
|
251
|
-
import { BackofficeSidebarPinSvg as
|
|
252
|
-
import { BackofficeSidebarPlayCircleSvg as
|
|
253
|
+
import { BackofficeSidebarPinSvg as _a } from "./icons/backoffice/BackofficeSidebarPinSvg.js";
|
|
254
|
+
import { BackofficeSidebarPlayCircleSvg as va } from "./icons/backoffice/BackofficeSidebarPlayCircleSvg.js";
|
|
253
255
|
import { BackofficeSidebarRadarSvg as H } from "./icons/backoffice/BackofficeSidebarRadarSvg.js";
|
|
254
|
-
import { BackofficeSidebarReceiptSvg as
|
|
255
|
-
import { BackofficeSidebarRocketSvg as
|
|
256
|
+
import { BackofficeSidebarReceiptSvg as ya } from "./icons/backoffice/BackofficeSidebarReceiptSvg.js";
|
|
257
|
+
import { BackofficeSidebarRocketSvg as ba } from "./icons/backoffice/BackofficeSidebarRocketSvg.js";
|
|
256
258
|
import { BackofficeSidebarRouteSvg as U } from "./icons/backoffice/BackofficeSidebarRouteSvg.js";
|
|
257
259
|
import { BackofficeSidebarScrollTextSvg as W } from "./icons/backoffice/BackofficeSidebarScrollTextSvg.js";
|
|
258
260
|
import { BackofficeSidebarSearchCodeSvg as G } from "./icons/backoffice/BackofficeSidebarSearchCodeSvg.js";
|
|
259
261
|
import { BackofficeSidebarSearchSvg as K } from "./icons/backoffice/BackofficeSidebarSearchSvg.js";
|
|
260
|
-
import { BackofficeSidebarSendSvg as
|
|
261
|
-
import { BackofficeSidebarShieldAlertSvg as
|
|
262
|
-
import { BackofficeSidebarShieldCheckSvg as
|
|
263
|
-
import { BackofficeSidebarShieldUserSvg as
|
|
264
|
-
import { BackofficeSidebarStepForwardSvg as
|
|
262
|
+
import { BackofficeSidebarSendSvg as xa } from "./icons/backoffice/BackofficeSidebarSendSvg.js";
|
|
263
|
+
import { BackofficeSidebarShieldAlertSvg as Sa } from "./icons/backoffice/BackofficeSidebarShieldAlertSvg.js";
|
|
264
|
+
import { BackofficeSidebarShieldCheckSvg as Ca } from "./icons/backoffice/BackofficeSidebarShieldCheckSvg.js";
|
|
265
|
+
import { BackofficeSidebarShieldUserSvg as wa } from "./icons/backoffice/BackofficeSidebarShieldUserSvg.js";
|
|
266
|
+
import { BackofficeSidebarStepForwardSvg as Ta } from "./icons/backoffice/BackofficeSidebarStepForwardSvg.js";
|
|
265
267
|
import { BackofficeSidebarStethoscopeSvg as q } from "./icons/backoffice/BackofficeSidebarStethoscopeSvg.js";
|
|
266
268
|
import { BackofficeSidebarTerminalSquareSvg as J } from "./icons/backoffice/BackofficeSidebarTerminalSquareSvg.js";
|
|
267
269
|
import { BackofficeSidebarTestTubeSvg as Y } from "./icons/backoffice/BackofficeSidebarTestTubeSvg.js";
|
|
268
270
|
import { BackofficeSidebarTrashSvg as X } from "./icons/backoffice/BackofficeSidebarTrashSvg.js";
|
|
269
|
-
import { BackofficeSidebarUploadCloudSvg as
|
|
270
|
-
import { BackofficeSidebarUserCheckSvg as
|
|
271
|
-
import { BackofficeSidebarUserCogSvg as
|
|
272
|
-
import { BackofficeSidebarUserSearchSvg as
|
|
273
|
-
import { BackofficeSidebarUserSvg as
|
|
274
|
-
import { BackofficeSidebarUsersSvg as
|
|
275
|
-
import { BackofficeSidebarWalletSvg as
|
|
271
|
+
import { BackofficeSidebarUploadCloudSvg as Ea } from "./icons/backoffice/BackofficeSidebarUploadCloudSvg.js";
|
|
272
|
+
import { BackofficeSidebarUserCheckSvg as Da } from "./icons/backoffice/BackofficeSidebarUserCheckSvg.js";
|
|
273
|
+
import { BackofficeSidebarUserCogSvg as Oa } from "./icons/backoffice/BackofficeSidebarUserCogSvg.js";
|
|
274
|
+
import { BackofficeSidebarUserSearchSvg as ka } from "./icons/backoffice/BackofficeSidebarUserSearchSvg.js";
|
|
275
|
+
import { BackofficeSidebarUserSvg as Aa } from "./icons/backoffice/BackofficeSidebarUserSvg.js";
|
|
276
|
+
import { BackofficeSidebarUsersSvg as ja } from "./icons/backoffice/BackofficeSidebarUsersSvg.js";
|
|
277
|
+
import { BackofficeSidebarWalletSvg as Ma } from "./icons/backoffice/BackofficeSidebarWalletSvg.js";
|
|
276
278
|
import { BackofficeSidebarWandSvg as Z } from "./icons/backoffice/BackofficeSidebarWandSvg.js";
|
|
277
279
|
import { BackofficeSidebarWorkflowSvg as Q } from "./icons/backoffice/BackofficeSidebarWorkflowSvg.js";
|
|
278
280
|
import { BackofficeSidebarWrenchSvg as $ } from "./icons/backoffice/BackofficeSidebarWrenchSvg.js";
|
|
@@ -329,31 +331,31 @@ import "./icons/backoffice/tools/BackofficeToolTestsSvg.js";
|
|
|
329
331
|
import "./icons/backoffice/tools/BackofficeToolTodosSvg.js";
|
|
330
332
|
import "./icons/backoffice/tools/BackofficeToolTreeListSvg.js";
|
|
331
333
|
import "./icons/backoffice/tools/BackofficeToolTreeStatsSvg.js";
|
|
332
|
-
import { LockOpenSvg as
|
|
333
|
-
import { LockSvg as
|
|
334
|
-
import { MailCheckSvg as
|
|
335
|
-
import { MailXSvg as
|
|
336
|
-
import { PencilSvg as
|
|
337
|
-
import { PinFilledSvg as
|
|
338
|
-
import { PinSvg as
|
|
339
|
-
import { ProfileDropdownOrganizationSvg as
|
|
340
|
-
import { RobotCheckSvg as
|
|
341
|
-
import { RobotSvg as
|
|
342
|
-
import { RobotXSvg as
|
|
343
|
-
import { RocketOffSvg as
|
|
344
|
-
import { RocketSvg as
|
|
345
|
-
import { SendCheckSvg as
|
|
346
|
-
import { SendMessageSvg as
|
|
347
|
-
import { SendXSvg as
|
|
348
|
-
import { SettingsCheckSvg as
|
|
349
|
-
import { SettingsXSvg as
|
|
350
|
-
import { ShieldLockSvg as
|
|
351
|
-
import { ShieldOffSvg as
|
|
352
|
-
import { TaskAttachmentSvg as
|
|
353
|
-
import { TaskCommentBubbleSvg as
|
|
354
|
-
import { TaskDependencyBlockedSvg as
|
|
355
|
-
import { TaskDependencyReadySvg as
|
|
356
|
-
import { WrenchSvg as
|
|
357
|
-
import { XBadgeSvg as
|
|
358
|
-
import { ChevronDownIcon as
|
|
359
|
-
export { tn as ActionPanel, ln as ActivityCard, un as ActivityFeed, Cr as AdminShellLayout, xr as AdminSidebar, Pr as AdminThemeProvider, Sr as AdminTopbar, An as AgentMarkdownCard, nn as AppHeader, sn as AppShell, hr as AuditTimeline, Lt as AuthLayout, gr as BackofficeDataTable, Un as BackofficeDetailLayout, Wn as BackofficeEmptyState, Gn as BackofficeFilterDrawer, Kn as BackofficeFilterField, qn as BackofficeFiltersBar, Jn as BackofficeFormSection, Ln as BackofficeIdBadge, $n as BackofficeInfiniteListStatus, Xn as BackofficeJsonViewer, Cn as BackofficeKeyValueList, er as BackofficeLoadMore, Rt as BackofficePageHeader, tr as BackofficeRelationsMenu, yi as BackofficeSidebarActivitySvg, bi as BackofficeSidebarArchiveSvg, xi as BackofficeSidebarBadgeCheckSvg, Si as BackofficeSidebarBotSvg, o as BackofficeSidebarBracesSvg, Ci as BackofficeSidebarBrainCircuitSvg, wi as BackofficeSidebarBriefcaseSvg, Ti as BackofficeSidebarBuildingSvg, Ei as BackofficeSidebarCableSvg, Di as BackofficeSidebarCalendarSvg, s as BackofficeSidebarChartBarSvg, Oi as BackofficeSidebarChartLineSvg, ki as BackofficeSidebarChartPieSvg, c as BackofficeSidebarClipboardCheckSvg, Ai as BackofficeSidebarClipboardListSvg, l as BackofficeSidebarClockSvg, u as BackofficeSidebarCodeSvg, d as BackofficeSidebarCopyCheckSvg, f as BackofficeSidebarCopySvg, p as BackofficeSidebarCopyXSvg, m as BackofficeSidebarCrosshairSvg, ji 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, Mi as BackofficeSidebarGaugeSvg, Ni as BackofficeSidebarGitBranchPlusSvg, Pi as BackofficeSidebarGitBranchSvg, D as BackofficeSidebarGitCommitSvg, Fi as BackofficeSidebarGitCompareSvg, O as BackofficeSidebarGitForkSvg, Ii as BackofficeSidebarGitMergeSvg, Li as BackofficeSidebarGitPullRequestSvg, k as BackofficeSidebarGlobeSvg, A as BackofficeSidebarHistorySvg, j as BackofficeSidebarInfoSvg, Ri as BackofficeSidebarKeySquareSvg, zi as BackofficeSidebarKeySvg, Bi as BackofficeSidebarLandmarkSvg, Vi as BackofficeSidebarLayoutDashboardSvg, M as BackofficeSidebarLinkSvg, N as BackofficeSidebarListChecksSvg, P as BackofficeSidebarListTodoSvg, Hi as BackofficeSidebarListTreeSvg, F as BackofficeSidebarLocateSvg, Ui as BackofficeSidebarLockKeyholeSvg, Wi as BackofficeSidebarLockSvg, Gi as BackofficeSidebarMailPlusSvg, Ki as BackofficeSidebarMapPinSvg, I as BackofficeSidebarMapSvg, qi as BackofficeSidebarMessagePlusSvg, Ji as BackofficeSidebarMessageTextSvg, Yi as BackofficeSidebarMessagesSvg, L as BackofficeSidebarMonitorCheckSvg, R as BackofficeSidebarMouseClickSvg, z as BackofficeSidebarNetworkSvg, B as BackofficeSidebarPanelsSvg, V as BackofficeSidebarPenToolSvg, Xi as BackofficeSidebarPinSvg, Zi as BackofficeSidebarPlayCircleSvg, fr as BackofficeSidebarProfileMenu, H as BackofficeSidebarRadarSvg, Qi as BackofficeSidebarReceiptSvg, $i as BackofficeSidebarRocketSvg, U as BackofficeSidebarRouteSvg, W as BackofficeSidebarScrollTextSvg, G as BackofficeSidebarSearchCodeSvg, K as BackofficeSidebarSearchSvg, ea as BackofficeSidebarSendSvg, ta as BackofficeSidebarShieldAlertSvg, na as BackofficeSidebarShieldCheckSvg, ra as BackofficeSidebarShieldUserSvg, ia as BackofficeSidebarStepForwardSvg, q as BackofficeSidebarStethoscopeSvg, J as BackofficeSidebarTerminalSquareSvg, Y as BackofficeSidebarTestTubeSvg, X as BackofficeSidebarTrashSvg, aa as BackofficeSidebarUploadCloudSvg, oa as BackofficeSidebarUserCheckSvg, sa as BackofficeSidebarUserCogSvg, ca as BackofficeSidebarUserSearchSvg, la as BackofficeSidebarUserSvg, ua as BackofficeSidebarUsersSvg, da as BackofficeSidebarWalletSvg, Z as BackofficeSidebarWandSvg, Q as BackofficeSidebarWorkflowSvg, $ as BackofficeSidebarWrenchSvg, nr as BackofficeTableSkeleton, rr as BackofficeTableToolbar, ir as BackofficeTabs, B as BackofficeToolArchitectureSvg, 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, _r as BackofficeVirtualizedConnectionTable, je as Badge, Zr as BanSvg, Je as BreadcrumbNavigation, ar as BulkActionsBar, Ne as Button, Me as ButtonLoadingSpinnerSvg, Ge as Card, ti as ChatCheckSvg, Qr as ChatSizeLargeSvg, $r as ChatSizeMediumSvg, ei as ChatSizeSmallSvg, ni as ChatXSvg, ri as CheckSvg, Le as Checkbox, Xe as CheckboxField, Ra as ChevronDownIcon, qe as ChevronDownSvg, Tt as ChevronLeftIcon, _t as ChevronLeftSvg, Et as ChevronRightIcon, ai as ClockSvg, ii as CoinOffSvg, Yn as ConfirmDialog, rn as ContentLayout, In as CopyableText, dn as DashboardGrid, fn as DashboardGridColumn, pn as DashboardGridItem, Wt as DataTable, oi as DatabaseCheckSvg, si as DatabaseXSvg, Bt as DetailPage, Vt as DetailPageContent, yr as DetailPageTemplate, an as DetailSummaryHeader, ci as DevModeSvg, Dt as DocumentationIcon, ut as EmptyState, vr as EntityHeader, Rn as EnvironmentBadge, Re as ErrorMessage, nt as ExternalLinkSvg, li as EyeSvg, Fr as FALLBACK_REFERENCE, or as FilterChipRow, r as Form, Ye as FormActions, t as FormError, e as FormErrorAlertSvg, Ze as FormErrorBanner, n as FormField, Qe as FormGroup, ze as FormattedDate, sr as GlobalSearchInput, vt as GlobeSvg, ui as GripDotsSvg, $e as HighlightCode, di as HomeActivityAssignUserSvg, Ot as HomeIcon, fi as HomeStatsCheckBadgeSvg, pi as HomeStatsClipboardSvg, mi as HomeStatsClockSvg, Ve as IconMenuButton, Pn as ImagePreviewModal, Kt as InfiniteScrollTrigger, qt as InfoTile, kt as InitiativesIcon, cr as InlineBanner, Fe as Input, hi as KeyOffSvg, gi as KeySvg, Ie as Label, Zn as LazyBackofficeJsonViewer, et as LazyMarkdownCodeBlock, tt as LazyMarkdownRenderer, Pe as LinkButton, _i as LinkCheckSvg, vi as LinkXSvg, br as ListPageTemplate, fa as LockOpenSvg, pa as LockSvg, gt as LoginForm, ma as MailCheckSvg, ha as MailXSvg, rt as MarkdownRenderer, mn as MetadataStrip, hn as MetricCard, Ht as MetricHistoryChart, gn as MetricTileGroup, Ue as Modal, Vr as MoneyAmount, Jt as MutationFeedback, It as NavigationSidebar, Yt as OperationFeedback, He as Overlay, zt as PageContainer, _n as PageHero, on as PageShell, en as PanelShell, ga as PencilSvg, _a as PinFilledSvg, va as PinSvg, At as PlusIcon, dr as ProfileDropdownLogoutSvg, ya as ProfileDropdownOrganizationSvg, yt as ProjectsFolderSvg, jt as ProjectsIcon, Mn as RefetchNeededBanner, Be as RelativeTimeText, Qt as ResponsiveCollectionRenderer, Gt as ResponsiveRecordList, ba as RobotCheckSvg, xa as RobotSvg, Sa as RobotXSvg, Ca as RocketOffSvg, wa as RocketSvg, Xt as RouteFallback, Zt as RoutePendingBar, Mt as SearchIcon, yn as SectionNav, vn as SegmentedNav, bn as SelectableCard, Ta as SendCheckSvg, Ea as SendMessageSvg, Da as SendXSvg, Oa as SettingsCheckSvg, Nt as SettingsIcon, Sn as SettingsLayout, ka as SettingsXSvg, Aa as ShieldLockSvg, ja as ShieldOffSvg, zn as ShortcutHint, i as Sidebar, pr as SidebarCollapseToggle, i as SidebarContainer, Ke as SidebarHomeSvg, lr as SidebarNavItem, ur as SidebarNavSection, xn as SidebarPageLayout, bt as SidebarPlusSvg, xt as SidebarSearchSvg, St as SidebarSettingsSvg, Ct as SidebarTasksSvg, wt as SidebarTeamSvg, jn as SimpleSelect, Bn as Skeleton, Vn as Spinner, En as SplitViewLayout, cn as StatusBadge, wn as StatusSummaryPanel, re as THEME_MODE_KEY, $t as TableCell, mr as TableToolbar, dt as Tabs, Nn as TabsContentLayout, Hn as Tag, Ma as TaskAttachmentSvg, Na as TaskCommentBubbleSvg, Pa as TaskDependencyBlockedSvg, Fa as TaskDependencyReadySvg, Pt as TasksIcon, Ft as TeamIcon, We as Textarea, ie as ThemeProvider, Ut as TimeSeriesLineChart, Tn as TimelineEventRow, pt as ToastProvider, ft as ToastViewport, Dn as ToolbarRow, Fn as VirtualizedConnectionTable, le as VisuallyHidden, Xr as WrapperPage, Ia as WrenchSvg, La as XBadgeSvg, ae as __test, Qn as __testLazyBackofficeJsonViewer, wr as adminControlHeightVar, Tr as adminDensityComfortableClass, Er as adminDensityCompactClass, Dr as adminDensityDefaultClass, Or as adminPanelPaddingVar, kr as adminTableCellPaddingXVar, Ar as adminTableCellPaddingYVar, jr as adminTableFontSizeVar, Mr as adminTableRowMinHeightVar, a as adminThemeClass, Nr as adminToolbarGapVar, Wr as aggregateValuesByDayAndCategory, Gr as buildUtcDayRange, de as colors, ue as containerQueries, se as cx, ee as darkThemeClass, Br as denseTableClass, Se as findFirstFocusable, Ce as findFirstFormControl, me as firstChildSprinkles, we as focusElement, Hr as formatCurrencyAmount, Ir as formatNullableCurrency, Lr as formatNullableNumber, Rr as formatNullableString, zr as formatStringList, Te as getFocusableElements, he as hoverSprinkles, Ee as isFocusableElement, te as lightThemeClass, ne as lightThemeValues, it as markdownFontSizeVar, at as markdownLinkColorVar, ot as markdownLinkDisabledColorVar, st as markdownLinkHoverColorVar, ct as markdownLinkIconColorVar, lt as markdownTextColorVar, Ur as normalizeProgress, ce as onlyDefinedStyles, ve as opacity, De as resolveFormInitialFocusTarget, Oe as resolveInitialFocusTarget, On as sanitizeAgentAnswer, kn as sanitizeAgentMarkdown, ye as screens, fe as spacing, ge as sprinkles, _e as stateSprinkles, xe as themeColorValues, be as themeSpacingValues, Kr as toUtcDailyCategorySeries, qr as toUtcDayKey, ke as uiI18nResources, ht as useLoginForm, Jr as useStickToBottom, Yr as useSubmitOnEnter, oe as useTheme, mt as useToast, pe as vars, Ae as withUiI18nResources };
|
|
334
|
+
import { LockOpenSvg as Na } from "./icons/LockOpenSvg.js";
|
|
335
|
+
import { LockSvg as Pa } from "./icons/LockSvg.js";
|
|
336
|
+
import { MailCheckSvg as Fa } from "./icons/MailCheckSvg.js";
|
|
337
|
+
import { MailXSvg as Ia } from "./icons/MailXSvg.js";
|
|
338
|
+
import { PencilSvg as La } from "./icons/PencilSvg.js";
|
|
339
|
+
import { PinFilledSvg as Ra } from "./icons/PinFilledSvg.js";
|
|
340
|
+
import { PinSvg as za } from "./icons/PinSvg.js";
|
|
341
|
+
import { ProfileDropdownOrganizationSvg as Ba } from "./icons/ProfileDropdownOrganizationSvg.js";
|
|
342
|
+
import { RobotCheckSvg as Va } from "./icons/RobotCheckSvg.js";
|
|
343
|
+
import { RobotSvg as Ha } from "./icons/RobotSvg.js";
|
|
344
|
+
import { RobotXSvg as Ua } from "./icons/RobotXSvg.js";
|
|
345
|
+
import { RocketOffSvg as Wa } from "./icons/RocketOffSvg.js";
|
|
346
|
+
import { RocketSvg as Ga } from "./icons/RocketSvg.js";
|
|
347
|
+
import { SendCheckSvg as Ka } from "./icons/SendCheckSvg.js";
|
|
348
|
+
import { SendMessageSvg as qa } from "./icons/SendMessageSvg.js";
|
|
349
|
+
import { SendXSvg as Ja } from "./icons/SendXSvg.js";
|
|
350
|
+
import { SettingsCheckSvg as Ya } from "./icons/SettingsCheckSvg.js";
|
|
351
|
+
import { SettingsXSvg as Xa } from "./icons/SettingsXSvg.js";
|
|
352
|
+
import { ShieldLockSvg as Za } from "./icons/ShieldLockSvg.js";
|
|
353
|
+
import { ShieldOffSvg as Qa } from "./icons/ShieldOffSvg.js";
|
|
354
|
+
import { TaskAttachmentSvg as $a } from "./icons/TaskAttachmentSvg.js";
|
|
355
|
+
import { TaskCommentBubbleSvg as eo } from "./icons/TaskCommentBubbleSvg.js";
|
|
356
|
+
import { TaskDependencyBlockedSvg as to } from "./icons/TaskDependencyBlockedSvg.js";
|
|
357
|
+
import { TaskDependencyReadySvg as no } from "./icons/TaskDependencyReadySvg.js";
|
|
358
|
+
import { WrenchSvg as ro } from "./icons/WrenchSvg.js";
|
|
359
|
+
import { XBadgeSvg as io } from "./icons/XBadgeSvg.js";
|
|
360
|
+
import { ChevronDownIcon as ao } from "./svg/ChevronDownIcon.js";
|
|
361
|
+
export { Cn as ActionPanel, An as ActivityCard, jn as ActivityFeed, Ur as AdminShellLayout, a as AdminSidebar, ti as AdminThemeProvider, Hr as AdminTopbar, Zn as AgentMarkdownCard, wn as AppHeader, On as AppShell, Ir as AuditTimeline, an as AuthLayout, Lr as BackofficeDataTable, ur as BackofficeDetailLayout, dr as BackofficeEmptyState, fr as BackofficeFilterDrawer, pr as BackofficeFilterField, mr as BackofficeFiltersBar, hr as BackofficeFormSection, ir as BackofficeIdBadge, br as BackofficeInfiniteListStatus, _r as BackofficeJsonViewer, Wn as BackofficeKeyValueList, xr as BackofficeLoadMore, on as BackofficePageHeader, Sr as BackofficeRelationsMenu, Bi as BackofficeSidebarActivitySvg, Vi as BackofficeSidebarArchiveSvg, Hi as BackofficeSidebarBadgeCheckSvg, Ui as BackofficeSidebarBotSvg, o as BackofficeSidebarBracesSvg, Wi as BackofficeSidebarBrainCircuitSvg, Gi as BackofficeSidebarBriefcaseSvg, Ki as BackofficeSidebarBuildingSvg, qi as BackofficeSidebarCableSvg, Ji as BackofficeSidebarCalendarSvg, s as BackofficeSidebarChartBarSvg, Yi as BackofficeSidebarChartLineSvg, Xi as BackofficeSidebarChartPieSvg, c as BackofficeSidebarClipboardCheckSvg, Zi as BackofficeSidebarClipboardListSvg, l as BackofficeSidebarClockSvg, u as BackofficeSidebarCodeSvg, d as BackofficeSidebarCopyCheckSvg, f as BackofficeSidebarCopySvg, p as BackofficeSidebarCopyXSvg, m as BackofficeSidebarCrosshairSvg, Qi 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, $i as BackofficeSidebarGaugeSvg, ea as BackofficeSidebarGitBranchPlusSvg, ta as BackofficeSidebarGitBranchSvg, D as BackofficeSidebarGitCommitSvg, na as BackofficeSidebarGitCompareSvg, O as BackofficeSidebarGitForkSvg, ra as BackofficeSidebarGitMergeSvg, ia as BackofficeSidebarGitPullRequestSvg, k as BackofficeSidebarGlobeSvg, A as BackofficeSidebarHistorySvg, j as BackofficeSidebarInfoSvg, aa as BackofficeSidebarKeySquareSvg, oa as BackofficeSidebarKeySvg, sa as BackofficeSidebarLandmarkSvg, ca as BackofficeSidebarLayoutDashboardSvg, M as BackofficeSidebarLinkSvg, N as BackofficeSidebarListChecksSvg, P as BackofficeSidebarListTodoSvg, la as BackofficeSidebarListTreeSvg, F as BackofficeSidebarLocateSvg, ua as BackofficeSidebarLockKeyholeSvg, da as BackofficeSidebarLockSvg, fa as BackofficeSidebarMailPlusSvg, pa as BackofficeSidebarMapPinSvg, I as BackofficeSidebarMapSvg, ma as BackofficeSidebarMessagePlusSvg, ha as BackofficeSidebarMessageTextSvg, ga as BackofficeSidebarMessagesSvg, L as BackofficeSidebarMonitorCheckSvg, R as BackofficeSidebarMouseClickSvg, z as BackofficeSidebarNetworkSvg, B as BackofficeSidebarPanelsSvg, V as BackofficeSidebarPenToolSvg, _a as BackofficeSidebarPinSvg, va as BackofficeSidebarPlayCircleSvg, Nr as BackofficeSidebarProfileMenu, H as BackofficeSidebarRadarSvg, ya as BackofficeSidebarReceiptSvg, ba as BackofficeSidebarRocketSvg, U as BackofficeSidebarRouteSvg, W as BackofficeSidebarScrollTextSvg, G as BackofficeSidebarSearchCodeSvg, K as BackofficeSidebarSearchSvg, xa as BackofficeSidebarSendSvg, Sa as BackofficeSidebarShieldAlertSvg, Ca as BackofficeSidebarShieldCheckSvg, wa as BackofficeSidebarShieldUserSvg, Ta as BackofficeSidebarStepForwardSvg, q as BackofficeSidebarStethoscopeSvg, J as BackofficeSidebarTerminalSquareSvg, Y as BackofficeSidebarTestTubeSvg, X as BackofficeSidebarTrashSvg, Ea as BackofficeSidebarUploadCloudSvg, Da as BackofficeSidebarUserCheckSvg, Oa as BackofficeSidebarUserCogSvg, ka as BackofficeSidebarUserSearchSvg, Aa as BackofficeSidebarUserSvg, ja as BackofficeSidebarUsersSvg, Ma as BackofficeSidebarWalletSvg, Z as BackofficeSidebarWandSvg, Q as BackofficeSidebarWorkflowSvg, $ as BackofficeSidebarWrenchSvg, Cr as BackofficeTableSkeleton, wr as BackofficeTableToolbar, Tr as BackofficeTabs, B as BackofficeToolArchitectureSvg, 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, Rr as BackofficeVirtualizedConnectionTable, t as Badge, vi as BanSvg, dt as BreadcrumbNavigation, Er as BulkActionsBar, r as Button, n as ButtonLoadingSpinnerSvg, ct as Card, Si as ChatCheckSvg, yi as ChatSizeLargeSvg, bi as ChatSizeMediumSvg, xi as ChatSizeSmallSvg, Ci as ChatXSvg, wi as CheckSvg, et as Checkbox, pt as CheckboxField, ao as ChevronDownIcon, ut as ChevronDownSvg, Kt as ChevronLeftIcon, Rt as ChevronLeftSvg, qt as ChevronRightIcon, Ei as ClockSvg, Ti as CoinOffSvg, gr as ConfirmDialog, Tn as ContentLayout, rr as CopyableText, Mn as DashboardGrid, Nn as DashboardGridColumn, Pn as DashboardGridItem, fn as DataTable, Di as DatabaseCheckSvg, Oi as DatabaseXSvg, cn as DetailPage, ln as DetailPageContent, Br as DetailPageTemplate, En as DetailSummaryHeader, ki as DevModeSvg, Jt as DocumentationIcon, jt as EmptyState, zr as EntityHeader, ar as EnvironmentBadge, tt as ErrorMessage, Ct as ExternalLinkSvg, Ai as EyeSvg, ni as FALLBACK_REFERENCE, Dr as FilterChipRow, _t as Form, ft as FormActions, ht as FormError, mt as FormErrorAlertSvg, vt as FormErrorBanner, gt as FormField, yt as FormGroup, nt as FormattedDate, Or as GlobalSearchInput, zt as GlobeSvg, ji as GripDotsSvg, bt as HighlightCode, Mi as HomeActivityAssignUserSvg, Yt as HomeIcon, Ni as HomeStatsCheckBadgeSvg, Pi as HomeStatsClipboardSvg, Fi as HomeStatsClockSvg, it as IconMenuButton, tr as ImagePreviewModal, mn as InfiniteScrollTrigger, hn as InfoTile, Xt as InitiativesIcon, kr as InlineBanner, Qe as Input, Ii as KeyOffSvg, Li as KeySvg, $e as Label, vr as LazyBackofficeJsonViewer, xt as LazyMarkdownCodeBlock, St as LazyMarkdownRenderer, Ze as LinkButton, Ri as LinkCheckSvg, zi as LinkXSvg, Vr as ListPageTemplate, Na as LockOpenSvg, Pa as LockSvg, Lt as LoginForm, Fa as MailCheckSvg, Ia as MailXSvg, wt as MarkdownRenderer, Fn as MetadataStrip, In as MetricCard, un as MetricHistoryChart, Ln as MetricTileGroup, ot as Modal, ci as MoneyAmount, gn as MutationFeedback, rn as NavigationSidebar, _n as OperationFeedback, at as Overlay, sn as PageContainer, Rn as PageHero, Dn as PageShell, Sn as PanelShell, La as PencilSvg, Ra as PinFilledSvg, za as PinSvg, Zt as PlusIcon, Mr as ProfileDropdownLogoutSvg, Ba as ProfileDropdownOrganizationSvg, Bt as ProjectsFolderSvg, Qt as ProjectsIcon, $n as RefetchNeededBanner, rt as RelativeTimeText, bn as ResponsiveCollectionRenderer, pn as ResponsiveRecordList, Va as RobotCheckSvg, Ha as RobotSvg, Ua as RobotXSvg, Wa as RocketOffSvg, Ga as RocketSvg, vn as RouteFallback, yn as RoutePendingBar, $t as SearchIcon, Bn as SectionNav, zn as SegmentedNav, Vn as SelectableCard, Ka as SendCheckSvg, qa as SendMessageSvg, Ja as SendXSvg, Ya as SettingsCheckSvg, en as SettingsIcon, Un as SettingsLayout, Xa as SettingsXSvg, Za as ShieldLockSvg, Qa as ShieldOffSvg, or as ShortcutHint, i as Sidebar, Pr as SidebarCollapseToggle, i as SidebarContainer, lt as SidebarHomeSvg, Ar as SidebarNavItem, jr as SidebarNavSection, Hn as SidebarPageLayout, Vt as SidebarPlusSvg, Ht as SidebarSearchSvg, Ut as SidebarSettingsSvg, Wt as SidebarTasksSvg, Gt as SidebarTeamSvg, Qn as SimpleSelect, sr as Skeleton, cr as Spinner, qn as SplitViewLayout, kn as StatusBadge, Gn as StatusSummaryPanel, oe as THEME_MODE_KEY, xn as TableCell, Fr as TableToolbar, Mt as Tabs, er as TabsContentLayout, lr as Tag, $a as TaskAttachmentSvg, eo as TaskCommentBubbleSvg, to as TaskDependencyBlockedSvg, no as TaskDependencyReadySvg, tn as TasksIcon, nn as TeamIcon, st as Textarea, se as ThemeProvider, dn as TimeSeriesLineChart, Kn as TimelineEventRow, Pt as ToastProvider, Nt as ToastViewport, Jn as ToolbarRow, nr as VirtualizedConnectionTable, fe as VisuallyHidden, _i as WrapperPage, ro as WrenchSvg, io as XBadgeSvg, ce as __test, yr as __testLazyBackofficeJsonViewer, Wr as adminControlHeightVar, Gr as adminDensityComfortableClass, Kr as adminDensityCompactClass, qr as adminDensityDefaultClass, Jr as adminPanelPaddingVar, Yr as adminTableCellPaddingXVar, Xr as adminTableCellPaddingYVar, Zr as adminTableFontSizeVar, Qr as adminTableRowMinHeightVar, ei as adminThemeClass, $r as adminToolbarGapVar, di as aggregateValuesByDayAndCategory, _e as brandFocusRing, fi as buildUtcDayRange, me as colors, pe as containerQueries, ve as controlFocusRing, ue as cx, re as darkThemeClass, si as denseTableClass, ye as disabledControl, be as entityReferenceLink, xe as errorControlFocusRing, Ue as findFirstFocusable, We as findFirstFormControl, Fe as firstChildSprinkles, Ge as focusElement, Se as focusRing, li as formatCurrencyAmount, ri as formatNullableCurrency, ii as formatNullableNumber, ai as formatNullableString, oi as formatStringList, Ke as getFocusableElements, Ce as ghostIconButton, Ie as hoverSprinkles, we as iconBox, Te as iconBoxCompact, Ee as insetFocusRing, De as interactiveControlSurface, Oe as interactiveLinkSurface, qe as isFocusableElement, ke as liftOnHover, ie as lightThemeClass, ae as lightThemeValues, Ae as loadingShimmer, Tt as markdownFontSizeVar, Et as markdownLinkColorVar, Dt as markdownLinkDisabledColorVar, Ot as markdownLinkHoverColorVar, kt as markdownLinkIconColorVar, At as markdownTextColorVar, ui as normalizeProgress, de as onlyDefinedStyles, ze as opacity, je as pillLink, Me as pressInteraction, Je as resolveFormInitialFocusTarget, Ye as resolveInitialFocusTarget, Yn as sanitizeAgentAnswer, Xn as sanitizeAgentMarkdown, Be as screens, he as spacing, ee as spin, te as spinAnimation, Le as sprinkles, Re as stateSprinkles, Ne as surfaceInteractive, He as themeColorValues, Ve as themeSpacingValues, pi as toUtcDailyCategorySeries, mi as toUtcDayKey, Pe as truncate, Xe as uiI18nResources, It as useLoginForm, hi as useStickToBottom, gi as useSubmitOnEnter, le as useTheme, Ft as useToast, ge as vars, ne as visuallyHidden, e as withUiI18nResources };
|