@plumile/ui 0.1.134 → 0.1.142
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 +129 -15
- package/lib/esm/admin/organisms/admin_sidebar/AdminSidebar.js +4 -4
- package/lib/esm/admin/organisms/admin_sidebar/adminSidebar.css.js +0 -2
- package/lib/esm/admin/organisms/admin_topbar/adminTopbar.css.js +1 -0
- package/lib/esm/admin/templates/admin_shell_layout/AdminShellLayout.js +2 -2
- package/lib/esm/admin/templates/admin_shell_layout/AdminShellLayout.js.map +1 -1
- package/lib/esm/atomic/atoms/badge/Badge.js.map +1 -1
- package/lib/esm/atomic/atoms/error_message/ErrorMessage.js +9 -8
- package/lib/esm/atomic/atoms/error_message/ErrorMessage.js.map +1 -1
- package/lib/esm/atomic/atoms/error_message/errorMessage.css.js +1 -0
- package/lib/esm/atomic/molecules/card/Card.js +17 -19
- package/lib/esm/atomic/molecules/card/Card.js.map +1 -1
- package/lib/esm/atomic/molecules/empty-state/EmptyState.css.js +80 -2
- package/lib/esm/atomic/molecules/empty-state/EmptyState.css.js.map +1 -1
- package/lib/esm/atomic/molecules/empty-state/EmptyState.js +50 -28
- package/lib/esm/atomic/molecules/empty-state/EmptyState.js.map +1 -1
- package/lib/esm/atomic/molecules/form_error/FormError.js +29 -19
- package/lib/esm/atomic/molecules/form_error/FormError.js.map +1 -1
- package/lib/esm/atomic/molecules/form_error/formError.css.js +1 -1
- package/lib/esm/atomic/molecules/form_error/formError.css.js.map +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownDelete.css.js +0 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownHeading.css.js +1 -0
- package/lib/esm/atomic/molecules/tabs/Tabs.js +82 -28
- package/lib/esm/atomic/molecules/tabs/Tabs.js.map +1 -1
- package/lib/esm/atomic/molecules/tabs/tabs.css.js +50 -8
- package/lib/esm/atomic/molecules/tabs/tabs.css.js.map +1 -1
- package/lib/esm/atomic/organisms/sidebar/NavigationSidebar.js +48 -48
- package/lib/esm/atomic/organisms/sidebar/NavigationSidebar.js.map +1 -1
- package/lib/esm/backoffice/atoms/status_badge/StatusBadge.js.map +1 -1
- package/lib/esm/backoffice/molecules/backoffice_audit_metadata_panel/BackofficeAuditMetadataPanel.js +38 -0
- package/lib/esm/backoffice/molecules/backoffice_audit_metadata_panel/BackofficeAuditMetadataPanel.js.map +1 -0
- package/lib/esm/backoffice/molecules/backoffice_detail_field/BackofficeDetailField.js +35 -0
- package/lib/esm/backoffice/molecules/backoffice_detail_field/BackofficeDetailField.js.map +1 -0
- package/lib/esm/backoffice/molecules/backoffice_detail_field/backofficeDetailField.css.js +16 -0
- package/lib/esm/backoffice/molecules/backoffice_detail_field/backofficeDetailField.css.js.map +1 -0
- package/lib/esm/backoffice/molecules/backoffice_detail_flag_tag/BackofficeDetailFlagTag.js +25 -0
- package/lib/esm/backoffice/molecules/backoffice_detail_flag_tag/BackofficeDetailFlagTag.js.map +1 -0
- package/lib/esm/backoffice/molecules/backoffice_detail_flag_tag/backofficeDetailFlagTag.css.js +8 -0
- package/lib/esm/backoffice/molecules/backoffice_detail_flag_tag/backofficeDetailFlagTag.css.js.map +1 -0
- package/lib/esm/backoffice/molecules/backoffice_detail_section/BackofficeDetailSection.js +37 -0
- package/lib/esm/backoffice/molecules/backoffice_detail_section/BackofficeDetailSection.js.map +1 -0
- package/lib/esm/backoffice/molecules/backoffice_detail_section/backofficeDetailSection.css.js +8 -0
- package/lib/esm/backoffice/molecules/backoffice_detail_section/backofficeDetailSection.css.js.map +1 -0
- package/lib/esm/backoffice/molecules/backoffice_detail_tagged_value/BackofficeDetailTaggedValue.js +19 -0
- package/lib/esm/backoffice/molecules/backoffice_detail_tagged_value/BackofficeDetailTaggedValue.js.map +1 -0
- package/lib/esm/backoffice/molecules/backoffice_detail_tagged_value/backofficeDetailTaggedValue.css.js +8 -0
- package/lib/esm/backoffice/molecules/backoffice_detail_tagged_value/backofficeDetailTaggedValue.css.js.map +1 -0
- package/lib/esm/backoffice/molecules/backoffice_empty_state/BackofficeEmptyState.js +15 -32
- package/lib/esm/backoffice/molecules/backoffice_empty_state/BackofficeEmptyState.js.map +1 -1
- package/lib/esm/backoffice/molecules/backoffice_enum_label/BackofficeEnumLabel.js +11 -0
- package/lib/esm/backoffice/molecules/backoffice_enum_label/BackofficeEnumLabel.js.map +1 -0
- package/lib/esm/backoffice/molecules/backoffice_form_section/BackofficeFormSection.js +17 -18
- package/lib/esm/backoffice/molecules/backoffice_form_section/BackofficeFormSection.js.map +1 -1
- package/lib/esm/backoffice/molecules/backoffice_json_viewer/LazyBackofficeJsonViewer.helpers.js +12 -0
- package/lib/esm/backoffice/molecules/backoffice_json_viewer/LazyBackofficeJsonViewer.helpers.js.map +1 -0
- package/lib/esm/backoffice/molecules/backoffice_json_viewer/LazyBackofficeJsonViewer.js +15 -20
- package/lib/esm/backoffice/molecules/backoffice_json_viewer/LazyBackofficeJsonViewer.js.map +1 -1
- package/lib/esm/backoffice/molecules/backoffice_key_value_list/BackofficeKeyValueList.js +23 -16
- package/lib/esm/backoffice/molecules/backoffice_key_value_list/BackofficeKeyValueList.js.map +1 -1
- package/lib/esm/backoffice/molecules/backoffice_key_value_list/backofficeKeyValueList.css.js +2 -2
- package/lib/esm/backoffice/molecules/backoffice_key_value_list/backofficeKeyValueList.css.js.map +1 -1
- package/lib/esm/backoffice/molecules/backoffice_list_footer/BackofficeListFooter.helpers.js +11 -0
- package/lib/esm/backoffice/molecules/backoffice_list_footer/BackofficeListFooter.helpers.js.map +1 -0
- package/lib/esm/backoffice/molecules/backoffice_list_footer/BackofficeListFooter.js +55 -0
- package/lib/esm/backoffice/molecules/backoffice_list_footer/BackofficeListFooter.js.map +1 -0
- package/lib/esm/backoffice/molecules/backoffice_list_footer/backofficeListFooter.css.js +8 -0
- package/lib/esm/backoffice/molecules/backoffice_list_footer/backofficeListFooter.css.js.map +1 -0
- package/lib/esm/backoffice/molecules/backoffice_payload_viewer/BackofficePayloadViewer.helpers.js +15 -0
- package/lib/esm/backoffice/molecules/backoffice_payload_viewer/BackofficePayloadViewer.helpers.js.map +1 -0
- package/lib/esm/backoffice/molecules/backoffice_payload_viewer/BackofficePayloadViewer.js +63 -0
- package/lib/esm/backoffice/molecules/backoffice_payload_viewer/BackofficePayloadViewer.js.map +1 -0
- package/lib/esm/backoffice/molecules/backoffice_payload_viewer/backofficePayloadViewer.css.js +8 -0
- package/lib/esm/backoffice/molecules/backoffice_payload_viewer/backofficePayloadViewer.css.js.map +1 -0
- package/lib/esm/backoffice/molecules/backoffice_picker/BackofficePicker.js +76 -0
- package/lib/esm/backoffice/molecules/backoffice_picker/BackofficePicker.js.map +1 -0
- package/lib/esm/backoffice/molecules/backoffice_picker/backofficePicker.css.js +8 -0
- package/lib/esm/backoffice/molecules/backoffice_picker/backofficePicker.css.js.map +1 -0
- package/lib/esm/backoffice/molecules/backoffice_reference_value/BackofficeReferenceValue.js +23 -0
- package/lib/esm/backoffice/molecules/backoffice_reference_value/BackofficeReferenceValue.js.map +1 -0
- package/lib/esm/backoffice/molecules/backoffice_reference_value/backofficeReferenceValue.css.js +8 -0
- package/lib/esm/backoffice/molecules/backoffice_reference_value/backofficeReferenceValue.css.js.map +1 -0
- package/lib/esm/backoffice/molecules/backoffice_scope_stack/BackofficeScopeStack.js +18 -0
- package/lib/esm/backoffice/molecules/backoffice_scope_stack/BackofficeScopeStack.js.map +1 -0
- package/lib/esm/backoffice/molecules/backoffice_status_group/BackofficeStatusGroup.js +8 -0
- package/lib/esm/backoffice/molecules/backoffice_status_group/BackofficeStatusGroup.js.map +1 -0
- package/lib/esm/backoffice/molecules/backoffice_status_meta_badge/BackofficeStatusMetaBadge.js +28 -0
- package/lib/esm/backoffice/molecules/backoffice_status_meta_badge/BackofficeStatusMetaBadge.js.map +1 -0
- package/lib/esm/backoffice/molecules/backoffice_status_meta_badge/backofficeStatusMetaBadge.css.js +8 -0
- package/lib/esm/backoffice/molecules/backoffice_status_meta_badge/backofficeStatusMetaBadge.css.js.map +1 -0
- package/lib/esm/backoffice/molecules/backoffice_toolbar/BackofficeToolbar.js +60 -0
- package/lib/esm/backoffice/molecules/backoffice_toolbar/BackofficeToolbar.js.map +1 -0
- package/lib/esm/backoffice/molecules/backoffice_toolbar/backofficeToolbar.css.js +14 -0
- package/lib/esm/backoffice/molecules/backoffice_toolbar/backofficeToolbar.css.js.map +1 -0
- package/lib/esm/backoffice/molecules/bulk_actions_bar/bulkActionsBar.css.js +1 -1
- package/lib/esm/backoffice/molecules/bulk_actions_bar/bulkActionsBar.css.js.map +1 -1
- package/lib/esm/backoffice/molecules/confirm_dialog/ConfirmDialog.js +3 -3
- package/lib/esm/backoffice/molecules/confirm_dialog/ConfirmDialog.js.map +1 -1
- package/lib/esm/backoffice/molecules/global_search_input/GlobalSearchInput.js +4 -4
- 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.js +60 -60
- package/lib/esm/backoffice/molecules/sidebar_nav_item/SidebarNavItem.js.map +1 -1
- package/lib/esm/backoffice/molecules/sidebar_nav_item/sidebarNavItem.css.js +2 -2
- package/lib/esm/backoffice/molecules/sidebar_nav_item/sidebarNavItem.css.js.map +1 -1
- package/lib/esm/backoffice/molecules/sidebar_nav_section/SidebarNavSection.js +96 -96
- package/lib/esm/backoffice/molecules/sidebar_nav_section/SidebarNavSection.js.map +1 -1
- package/lib/esm/backoffice/molecules/sidebar_nav_section/sidebarNavSection.css.js +2 -2
- package/lib/esm/backoffice/molecules/sidebar_nav_section/sidebarNavSection.css.js.map +1 -1
- package/lib/esm/backoffice/molecules/sidebar_profile_menu/BackofficeSidebarProfileMenu.js +52 -52
- package/lib/esm/backoffice/molecules/sidebar_profile_menu/BackofficeSidebarProfileMenu.js.map +1 -1
- package/lib/esm/backoffice/molecules/sidebar_profile_menu/sidebarProfileMenu.css.js +6 -6
- package/lib/esm/backoffice/molecules/sidebar_profile_menu/sidebarProfileMenu.css.js.map +1 -1
- package/lib/esm/backoffice/organisms/audit_timeline/AuditTimeline.js +69 -34
- package/lib/esm/backoffice/organisms/audit_timeline/AuditTimeline.js.map +1 -1
- package/lib/esm/backoffice/organisms/audit_timeline/auditTimeline.css.js +22 -2
- package/lib/esm/backoffice/organisms/audit_timeline/auditTimeline.css.js.map +1 -1
- package/lib/esm/backoffice/organisms/backoffice_data_table/BackofficeDataTable.js +4 -4
- package/lib/esm/backoffice/organisms/backoffice_data_table/BackofficeDataTable.js.map +1 -1
- package/lib/esm/backoffice/templates/detail_page_template/DetailPageTemplate.js +70 -40
- package/lib/esm/backoffice/templates/detail_page_template/DetailPageTemplate.js.map +1 -1
- package/lib/esm/backoffice/templates/detail_page_template/detailPageTemplate.css.js +66 -3
- package/lib/esm/backoffice/templates/detail_page_template/detailPageTemplate.css.js.map +1 -1
- package/lib/esm/components/dashboard/activity_card/ActivityCard.js +4 -4
- package/lib/esm/components/dashboard/dashboard_metric_group/DashboardMetricGroup.css.js +9 -0
- package/lib/esm/components/dashboard/dashboard_metric_group/DashboardMetricGroup.css.js.map +1 -0
- package/lib/esm/components/dashboard/dashboard_metric_group/DashboardMetricGroup.js +30 -0
- package/lib/esm/components/dashboard/dashboard_metric_group/DashboardMetricGroup.js.map +1 -0
- package/lib/esm/components/dashboard/dashboard_panel/DashboardPanel.css.js +8 -0
- package/lib/esm/components/dashboard/dashboard_panel/DashboardPanel.css.js.map +1 -0
- package/lib/esm/components/dashboard/dashboard_panel/DashboardPanel.js +16 -0
- package/lib/esm/components/dashboard/dashboard_panel/DashboardPanel.js.map +1 -0
- package/lib/esm/components/dashboard/dashboard_quick_actions/DashboardQuickActions.css.js +8 -0
- package/lib/esm/components/dashboard/dashboard_quick_actions/DashboardQuickActions.css.js.map +1 -0
- package/lib/esm/components/dashboard/dashboard_quick_actions/DashboardQuickActions.js +27 -0
- package/lib/esm/components/dashboard/dashboard_quick_actions/DashboardQuickActions.js.map +1 -0
- package/lib/esm/components/dashboard/dashboard_status_list/DashboardStatusList.css.js +8 -0
- package/lib/esm/components/dashboard/dashboard_status_list/DashboardStatusList.css.js.map +1 -0
- package/lib/esm/components/dashboard/dashboard_status_list/DashboardStatusList.js +28 -0
- package/lib/esm/components/dashboard/dashboard_status_list/DashboardStatusList.js.map +1 -0
- package/lib/esm/components/dashboard/metric_card/MetricCard.css.js +30 -2
- package/lib/esm/components/dashboard/metric_card/MetricCard.css.js.map +1 -1
- package/lib/esm/components/dashboard/metric_card/MetricCard.js +40 -26
- package/lib/esm/components/dashboard/metric_card/MetricCard.js.map +1 -1
- package/lib/esm/components/dashboard/metric_tile_group/MetricTileGroup.css.js +23 -2
- package/lib/esm/components/dashboard/metric_tile_group/MetricTileGroup.css.js.map +1 -1
- package/lib/esm/components/dashboard/metric_tile_group/MetricTileGroup.js +16 -4
- package/lib/esm/components/dashboard/metric_tile_group/MetricTileGroup.js.map +1 -1
- package/lib/esm/components/dashboard/status_summary_panel/StatusSummaryPanel.js +4 -4
- package/lib/esm/components/dashboard/timeline_event_row/TimelineEventRow.css.js +14 -2
- package/lib/esm/components/dashboard/timeline_event_row/TimelineEventRow.css.js.map +1 -1
- package/lib/esm/components/dashboard/timeline_event_row/TimelineEventRow.js +46 -25
- package/lib/esm/components/dashboard/timeline_event_row/TimelineEventRow.js.map +1 -1
- package/lib/esm/components/data-table/DataTable.css.js +19 -19
- package/lib/esm/components/data-table/DataTable.css.js.map +1 -1
- package/lib/esm/components/data-table/DataTable.js +142 -76
- package/lib/esm/components/data-table/DataTable.js.map +1 -1
- package/lib/esm/components/data-table/ResponsiveRecordList.js.map +1 -1
- package/lib/esm/components/data-table/VirtualizedConnectionTable.css.js +2 -2
- package/lib/esm/components/data-table/VirtualizedConnectionTable.css.js.map +1 -1
- package/lib/esm/components/data-table/VirtualizedConnectionTable.js +177 -170
- package/lib/esm/components/data-table/VirtualizedConnectionTable.js.map +1 -1
- package/lib/esm/components/feedback/InlineBanner.js +49 -0
- package/lib/esm/components/feedback/InlineBanner.js.map +1 -0
- package/lib/esm/components/feedback/OperationFeedback.css.js +2 -2
- package/lib/esm/components/feedback/OperationFeedback.css.js.map +1 -1
- package/lib/esm/components/feedback/OperationFeedback.js +20 -24
- package/lib/esm/components/feedback/OperationFeedback.js.map +1 -1
- package/lib/esm/components/feedback/inlineBanner.css.js +19 -0
- package/lib/esm/components/feedback/inlineBanner.css.js.map +1 -0
- package/lib/esm/components/infinite/InfiniteScrollTrigger.js +31 -23
- package/lib/esm/components/infinite/InfiniteScrollTrigger.js.map +1 -1
- package/lib/esm/components/layout/ActionPanel.css.js +2 -2
- package/lib/esm/components/layout/ActionPanel.css.js.map +1 -1
- package/lib/esm/components/layout/ActionPanel.js +29 -35
- package/lib/esm/components/layout/ActionPanel.js.map +1 -1
- package/lib/esm/components/layout/PageShell.css.js +2 -20
- package/lib/esm/components/layout/PageShell.css.js.map +1 -1
- package/lib/esm/components/layout/PageShell.js +155 -279
- package/lib/esm/components/layout/PageShell.js.map +1 -1
- package/lib/esm/components/layout/ResizableSplitView.css.js +8 -0
- package/lib/esm/components/layout/ResizableSplitView.css.js.map +1 -0
- package/lib/esm/components/layout/ResizableSplitView.js +176 -0
- package/lib/esm/components/layout/ResizableSplitView.js.map +1 -0
- package/lib/esm/components/layout/Surface.css.js +41 -0
- package/lib/esm/components/layout/Surface.css.js.map +1 -0
- package/lib/esm/components/layout/Surface.js +61 -0
- package/lib/esm/components/layout/Surface.js.map +1 -0
- package/lib/esm/components/layout/toolbar/Toolbar.css.js +64 -0
- package/lib/esm/components/layout/toolbar/Toolbar.css.js.map +1 -0
- package/lib/esm/components/layout/toolbar/Toolbar.js +36 -0
- package/lib/esm/components/layout/toolbar/Toolbar.js.map +1 -0
- package/lib/esm/components/navigation/sidebar/SidebarNavigation.js +89 -0
- package/lib/esm/components/navigation/sidebar/SidebarNavigation.js.map +1 -0
- package/lib/esm/components/navigation/sidebar/SidebarNavigationItem.js +2 -0
- package/lib/esm/components/navigation/sidebar/SidebarNavigationSection.js +2 -0
- package/lib/esm/components/navigation/sidebar/SidebarProfileMenu.js +2 -0
- package/lib/esm/components/navigation/sidebar/sidebarNavigation.css.js +48 -0
- package/lib/esm/components/navigation/sidebar/sidebarNavigation.css.js.map +1 -0
- package/lib/esm/components/subscriptions/RefetchNeededBanner.js +16 -23
- package/lib/esm/components/subscriptions/RefetchNeededBanner.js.map +1 -1
- package/lib/esm/i18n/locales/en/ui.js +16 -5
- package/lib/esm/i18n/locales/en/ui.js.map +1 -1
- package/lib/esm/i18n/locales/fr/ui.js +16 -5
- package/lib/esm/i18n/locales/fr/ui.js.map +1 -1
- package/lib/esm/index.js +237 -233
- package/lib/esm/internal/data-table/virtualization.js +1 -1
- package/lib/esm/internal/data-table/virtualization.js.map +1 -1
- package/lib/esm/internal/infinite/infiniteLoad.js +23 -0
- package/lib/esm/internal/infinite/infiniteLoad.js.map +1 -0
- package/lib/esm/node_modules/dompurify/dist/purify.es.js +290 -246
- package/lib/esm/node_modules/dompurify/dist/purify.es.js.map +1 -1
- package/lib/esm/node_modules/katex/dist/katex.js +1561 -1599
- package/lib/esm/node_modules/katex/dist/katex.js.map +1 -1
- package/lib/esm/style.css +1 -1
- package/lib/esm/theme/backofficeTheme.css.js +100 -0
- package/lib/esm/theme/backofficeTheme.css.js.map +1 -1
- package/lib/esm/theme/publicTheme.css.js +100 -0
- package/lib/esm/theme/publicTheme.css.js.map +1 -1
- package/lib/esm/theme/theme.css.js +200 -0
- package/lib/esm/theme/themeContract.css.js +359 -309
- package/lib/esm/theme/themeContract.css.js.map +1 -1
- package/lib/types/admin/templates/admin_shell_layout/AdminShellLayout.d.ts +4 -4
- package/lib/types/admin/templates/admin_shell_layout/AdminShellLayout.d.ts.map +1 -1
- package/lib/types/atomic/atoms/badge/Badge.d.ts +3 -3
- package/lib/types/atomic/atoms/badge/Badge.d.ts.map +1 -1
- package/lib/types/atomic/atoms/error_message/ErrorMessage.d.ts +1 -1
- package/lib/types/atomic/atoms/error_message/ErrorMessage.d.ts.map +1 -1
- package/lib/types/atomic/molecules/card/Card.d.ts.map +1 -1
- package/lib/types/atomic/molecules/empty-state/EmptyState.css.d.ts +56 -5
- package/lib/types/atomic/molecules/empty-state/EmptyState.css.d.ts.map +1 -1
- package/lib/types/atomic/molecules/empty-state/EmptyState.d.ts +14 -4
- package/lib/types/atomic/molecules/empty-state/EmptyState.d.ts.map +1 -1
- package/lib/types/atomic/molecules/form_error/FormError.d.ts +5 -2
- package/lib/types/atomic/molecules/form_error/FormError.d.ts.map +1 -1
- package/lib/types/atomic/molecules/form_error/formError.css.d.ts.map +1 -1
- package/lib/types/atomic/molecules/tabs/Tabs.d.ts +16 -7
- package/lib/types/atomic/molecules/tabs/Tabs.d.ts.map +1 -1
- package/lib/types/atomic/molecules/tabs/tabs.css.d.ts +21 -2
- package/lib/types/atomic/molecules/tabs/tabs.css.d.ts.map +1 -1
- package/lib/types/backoffice/atoms/status_badge/StatusBadge.d.ts.map +1 -1
- package/lib/types/backoffice/molecules/backoffice_audit_metadata_panel/BackofficeAuditMetadataPanel.d.ts +21 -0
- package/lib/types/backoffice/molecules/backoffice_audit_metadata_panel/BackofficeAuditMetadataPanel.d.ts.map +1 -0
- package/lib/types/backoffice/molecules/backoffice_detail_field/BackofficeDetailField.d.ts +17 -0
- package/lib/types/backoffice/molecules/backoffice_detail_field/BackofficeDetailField.d.ts.map +1 -0
- package/lib/types/backoffice/molecules/backoffice_detail_field/backofficeDetailField.css.d.ts +14 -0
- package/lib/types/backoffice/molecules/backoffice_detail_field/backofficeDetailField.css.d.ts.map +1 -0
- package/lib/types/backoffice/molecules/backoffice_detail_flag_tag/BackofficeDetailFlagTag.d.ts +11 -0
- package/lib/types/backoffice/molecules/backoffice_detail_flag_tag/BackofficeDetailFlagTag.d.ts.map +1 -0
- package/lib/types/backoffice/molecules/backoffice_detail_flag_tag/backofficeDetailFlagTag.css.d.ts +4 -0
- package/lib/types/backoffice/molecules/backoffice_detail_flag_tag/backofficeDetailFlagTag.css.d.ts.map +1 -0
- package/lib/types/backoffice/molecules/backoffice_detail_section/BackofficeDetailSection.d.ts +12 -0
- package/lib/types/backoffice/molecules/backoffice_detail_section/BackofficeDetailSection.d.ts.map +1 -0
- package/lib/types/backoffice/molecules/backoffice_detail_section/backofficeDetailSection.css.d.ts +6 -0
- package/lib/types/backoffice/molecules/backoffice_detail_section/backofficeDetailSection.css.d.ts.map +1 -0
- package/lib/types/backoffice/molecules/backoffice_detail_tagged_value/BackofficeDetailTaggedValue.d.ts +13 -0
- package/lib/types/backoffice/molecules/backoffice_detail_tagged_value/BackofficeDetailTaggedValue.d.ts.map +1 -0
- package/lib/types/backoffice/molecules/backoffice_detail_tagged_value/backofficeDetailTaggedValue.css.d.ts +3 -0
- package/lib/types/backoffice/molecules/backoffice_detail_tagged_value/backofficeDetailTaggedValue.css.d.ts.map +1 -0
- package/lib/types/backoffice/molecules/backoffice_empty_state/BackofficeEmptyState.d.ts.map +1 -1
- package/lib/types/backoffice/molecules/backoffice_enum_label/BackofficeEnumLabel.d.ts +9 -0
- package/lib/types/backoffice/molecules/backoffice_enum_label/BackofficeEnumLabel.d.ts.map +1 -0
- package/lib/types/backoffice/molecules/backoffice_form_section/BackofficeFormSection.d.ts.map +1 -1
- package/lib/types/backoffice/molecules/backoffice_json_viewer/LazyBackofficeJsonViewer.d.ts +0 -3
- package/lib/types/backoffice/molecules/backoffice_json_viewer/LazyBackofficeJsonViewer.d.ts.map +1 -1
- package/lib/types/backoffice/molecules/backoffice_json_viewer/LazyBackofficeJsonViewer.helpers.d.ts +5 -0
- package/lib/types/backoffice/molecules/backoffice_json_viewer/LazyBackofficeJsonViewer.helpers.d.ts.map +1 -0
- package/lib/types/backoffice/molecules/backoffice_key_value_list/BackofficeKeyValueList.d.ts +8 -2
- package/lib/types/backoffice/molecules/backoffice_key_value_list/BackofficeKeyValueList.d.ts.map +1 -1
- package/lib/types/backoffice/molecules/backoffice_key_value_list/backofficeKeyValueList.css.d.ts +3 -0
- package/lib/types/backoffice/molecules/backoffice_key_value_list/backofficeKeyValueList.css.d.ts.map +1 -1
- package/lib/types/backoffice/molecules/backoffice_list_footer/BackofficeListFooter.d.ts +23 -0
- package/lib/types/backoffice/molecules/backoffice_list_footer/BackofficeListFooter.d.ts.map +1 -0
- package/lib/types/backoffice/molecules/backoffice_list_footer/BackofficeListFooter.helpers.d.ts +25 -0
- package/lib/types/backoffice/molecules/backoffice_list_footer/BackofficeListFooter.helpers.d.ts.map +1 -0
- package/lib/types/backoffice/molecules/{backoffice_infinite_list_status/backofficeInfiniteListStatus.css.d.ts → backoffice_list_footer/backofficeListFooter.css.d.ts} +3 -2
- package/lib/types/backoffice/molecules/backoffice_list_footer/backofficeListFooter.css.d.ts.map +1 -0
- package/lib/types/backoffice/molecules/backoffice_payload_viewer/BackofficePayloadViewer.d.ts +26 -0
- package/lib/types/backoffice/molecules/backoffice_payload_viewer/BackofficePayloadViewer.d.ts.map +1 -0
- package/lib/types/backoffice/molecules/backoffice_payload_viewer/BackofficePayloadViewer.helpers.d.ts +7 -0
- package/lib/types/backoffice/molecules/backoffice_payload_viewer/BackofficePayloadViewer.helpers.d.ts.map +1 -0
- package/lib/types/backoffice/molecules/backoffice_payload_viewer/backofficePayloadViewer.css.d.ts +6 -0
- package/lib/types/backoffice/molecules/backoffice_payload_viewer/backofficePayloadViewer.css.d.ts.map +1 -0
- package/lib/types/backoffice/molecules/backoffice_picker/BackofficePicker.d.ts +35 -0
- package/lib/types/backoffice/molecules/backoffice_picker/BackofficePicker.d.ts.map +1 -0
- package/lib/types/backoffice/molecules/backoffice_picker/backofficePicker.css.d.ts +9 -0
- package/lib/types/backoffice/molecules/backoffice_picker/backofficePicker.css.d.ts.map +1 -0
- package/lib/types/backoffice/molecules/backoffice_reference_value/BackofficeReferenceValue.d.ts +10 -0
- package/lib/types/backoffice/molecules/backoffice_reference_value/BackofficeReferenceValue.d.ts.map +1 -0
- package/lib/types/backoffice/molecules/backoffice_reference_value/backofficeReferenceValue.css.d.ts +3 -0
- package/lib/types/backoffice/molecules/backoffice_reference_value/backofficeReferenceValue.css.d.ts.map +1 -0
- package/lib/types/backoffice/molecules/backoffice_scope_stack/BackofficeScopeStack.d.ts +15 -0
- package/lib/types/backoffice/molecules/backoffice_scope_stack/BackofficeScopeStack.d.ts.map +1 -0
- package/lib/types/backoffice/molecules/backoffice_status_group/BackofficeStatusGroup.d.ts +8 -0
- package/lib/types/backoffice/molecules/backoffice_status_group/BackofficeStatusGroup.d.ts.map +1 -0
- package/lib/types/backoffice/molecules/backoffice_status_meta_badge/BackofficeStatusMetaBadge.d.ts +14 -0
- package/lib/types/backoffice/molecules/backoffice_status_meta_badge/BackofficeStatusMetaBadge.d.ts.map +1 -0
- package/lib/types/backoffice/molecules/backoffice_status_meta_badge/backofficeStatusMetaBadge.css.d.ts +2 -0
- package/lib/types/backoffice/molecules/backoffice_status_meta_badge/backofficeStatusMetaBadge.css.d.ts.map +1 -0
- package/lib/types/backoffice/molecules/backoffice_toolbar/BackofficeToolbar.d.ts +22 -0
- package/lib/types/backoffice/molecules/backoffice_toolbar/BackofficeToolbar.d.ts.map +1 -0
- package/lib/types/backoffice/molecules/backoffice_toolbar/backofficeToolbar.css.d.ts +18 -0
- package/lib/types/backoffice/molecules/backoffice_toolbar/backofficeToolbar.css.d.ts.map +1 -0
- package/lib/types/backoffice/molecules/bulk_actions_bar/bulkActionsBar.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.d.ts.map +1 -1
- package/lib/types/backoffice/molecules/sidebar_nav_item/sidebarNavItem.css.d.ts +1 -0
- package/lib/types/backoffice/molecules/sidebar_nav_item/sidebarNavItem.css.d.ts.map +1 -1
- package/lib/types/backoffice/molecules/sidebar_nav_section/SidebarNavSection.d.ts.map +1 -1
- package/lib/types/backoffice/molecules/sidebar_nav_section/sidebarNavSection.css.d.ts +2 -0
- package/lib/types/backoffice/molecules/sidebar_nav_section/sidebarNavSection.css.d.ts.map +1 -1
- package/lib/types/backoffice/molecules/sidebar_profile_menu/BackofficeSidebarProfileMenu.d.ts.map +1 -1
- package/lib/types/backoffice/molecules/sidebar_profile_menu/sidebarProfileMenu.css.d.ts +8 -0
- package/lib/types/backoffice/molecules/sidebar_profile_menu/sidebarProfileMenu.css.d.ts.map +1 -1
- package/lib/types/backoffice/organisms/audit_timeline/AuditTimeline.d.ts +20 -2
- package/lib/types/backoffice/organisms/audit_timeline/AuditTimeline.d.ts.map +1 -1
- package/lib/types/backoffice/organisms/audit_timeline/auditTimeline.css.d.ts +32 -2
- package/lib/types/backoffice/organisms/audit_timeline/auditTimeline.css.d.ts.map +1 -1
- package/lib/types/backoffice/organisms/backoffice_data_table/BackofficeDataTable.d.ts +2 -2
- package/lib/types/backoffice/organisms/backoffice_data_table/BackofficeDataTable.d.ts.map +1 -1
- package/lib/types/backoffice/templates/detail_page_template/DetailPageTemplate.d.ts +12 -1
- package/lib/types/backoffice/templates/detail_page_template/DetailPageTemplate.d.ts.map +1 -1
- package/lib/types/backoffice/templates/detail_page_template/detailPageTemplate.css.d.ts +25 -4
- package/lib/types/backoffice/templates/detail_page_template/detailPageTemplate.css.d.ts.map +1 -1
- package/lib/types/components/dashboard/dashboard_metric_group/DashboardMetricGroup.css.d.ts +4 -0
- package/lib/types/components/dashboard/dashboard_metric_group/DashboardMetricGroup.css.d.ts.map +1 -0
- package/lib/types/components/dashboard/dashboard_metric_group/DashboardMetricGroup.d.ts +19 -0
- package/lib/types/components/dashboard/dashboard_metric_group/DashboardMetricGroup.d.ts.map +1 -0
- package/lib/types/components/dashboard/dashboard_panel/DashboardPanel.css.d.ts +2 -0
- package/lib/types/components/dashboard/dashboard_panel/DashboardPanel.css.d.ts.map +1 -0
- package/lib/types/components/dashboard/dashboard_panel/DashboardPanel.d.ts +11 -0
- package/lib/types/components/dashboard/dashboard_panel/DashboardPanel.d.ts.map +1 -0
- package/lib/types/components/dashboard/dashboard_quick_actions/DashboardQuickActions.css.d.ts +5 -0
- package/lib/types/components/dashboard/dashboard_quick_actions/DashboardQuickActions.css.d.ts.map +1 -0
- package/lib/types/components/dashboard/dashboard_quick_actions/DashboardQuickActions.d.ts +14 -0
- package/lib/types/components/dashboard/dashboard_quick_actions/DashboardQuickActions.d.ts.map +1 -0
- package/lib/types/components/dashboard/dashboard_status_list/DashboardStatusList.css.d.ts +6 -0
- package/lib/types/components/dashboard/dashboard_status_list/DashboardStatusList.css.d.ts.map +1 -0
- package/lib/types/components/dashboard/dashboard_status_list/DashboardStatusList.d.ts +14 -0
- package/lib/types/components/dashboard/dashboard_status_list/DashboardStatusList.d.ts.map +1 -0
- package/lib/types/components/dashboard/metric_card/MetricCard.css.d.ts +38 -1
- package/lib/types/components/dashboard/metric_card/MetricCard.css.d.ts.map +1 -1
- package/lib/types/components/dashboard/metric_card/MetricCard.d.ts +7 -1
- package/lib/types/components/dashboard/metric_card/MetricCard.d.ts.map +1 -1
- package/lib/types/components/dashboard/metric_tile_group/MetricTileGroup.css.d.ts +17 -1
- package/lib/types/components/dashboard/metric_tile_group/MetricTileGroup.css.d.ts.map +1 -1
- package/lib/types/components/dashboard/metric_tile_group/MetricTileGroup.d.ts +4 -1
- package/lib/types/components/dashboard/metric_tile_group/MetricTileGroup.d.ts.map +1 -1
- package/lib/types/components/dashboard/timeline_event_row/TimelineEventRow.css.d.ts +31 -2
- package/lib/types/components/dashboard/timeline_event_row/TimelineEventRow.css.d.ts.map +1 -1
- package/lib/types/components/dashboard/timeline_event_row/TimelineEventRow.d.ts +8 -3
- package/lib/types/components/dashboard/timeline_event_row/TimelineEventRow.d.ts.map +1 -1
- package/lib/types/components/data-table/DataTable.css.d.ts +1 -0
- package/lib/types/components/data-table/DataTable.css.d.ts.map +1 -1
- package/lib/types/components/data-table/DataTable.d.ts +54 -3
- package/lib/types/components/data-table/DataTable.d.ts.map +1 -1
- package/lib/types/components/data-table/ResponsiveRecordList.d.ts +1 -4
- package/lib/types/components/data-table/ResponsiveRecordList.d.ts.map +1 -1
- package/lib/types/components/data-table/VirtualizedConnectionTable.css.d.ts +0 -1
- package/lib/types/components/data-table/VirtualizedConnectionTable.css.d.ts.map +1 -1
- package/lib/types/components/data-table/VirtualizedConnectionTable.d.ts +11 -5
- package/lib/types/components/data-table/VirtualizedConnectionTable.d.ts.map +1 -1
- package/lib/types/{backoffice/molecules/inline_banner → components/feedback}/InlineBanner.d.ts +4 -2
- package/lib/types/components/feedback/InlineBanner.d.ts.map +1 -0
- package/lib/types/components/feedback/OperationFeedback.css.d.ts +0 -1
- package/lib/types/components/feedback/OperationFeedback.css.d.ts.map +1 -1
- package/lib/types/components/feedback/OperationFeedback.d.ts.map +1 -1
- package/lib/types/components/feedback/inlineBanner.css.d.ts.map +1 -0
- package/lib/types/components/infinite/InfiniteScrollTrigger.d.ts.map +1 -1
- package/lib/types/components/layout/ActionPanel.css.d.ts +1 -0
- package/lib/types/components/layout/ActionPanel.css.d.ts.map +1 -1
- package/lib/types/components/layout/ActionPanel.d.ts.map +1 -1
- package/lib/types/components/layout/PageShell.css.d.ts +1 -14
- package/lib/types/components/layout/PageShell.css.d.ts.map +1 -1
- package/lib/types/components/layout/PageShell.d.ts +1 -3
- package/lib/types/components/layout/PageShell.d.ts.map +1 -1
- package/lib/types/components/layout/ResizableSplitView.css.d.ts +8 -0
- package/lib/types/components/layout/ResizableSplitView.css.d.ts.map +1 -0
- package/lib/types/components/layout/ResizableSplitView.d.ts +27 -0
- package/lib/types/components/layout/ResizableSplitView.d.ts.map +1 -0
- package/lib/types/components/layout/Surface.css.d.ts +31 -0
- package/lib/types/components/layout/Surface.css.d.ts.map +1 -0
- package/lib/types/components/layout/Surface.d.ts +30 -0
- package/lib/types/components/layout/Surface.d.ts.map +1 -0
- package/lib/types/components/layout/toolbar/Toolbar.css.d.ts +40 -0
- package/lib/types/components/layout/toolbar/Toolbar.css.d.ts.map +1 -0
- package/lib/types/components/layout/toolbar/Toolbar.d.ts +35 -0
- package/lib/types/components/layout/toolbar/Toolbar.d.ts.map +1 -0
- package/lib/types/components/navigation/sidebar/SidebarNavigation.d.ts +57 -0
- package/lib/types/components/navigation/sidebar/SidebarNavigation.d.ts.map +1 -0
- package/lib/types/components/navigation/sidebar/SidebarNavigationItem.d.ts +2 -0
- package/lib/types/components/navigation/sidebar/SidebarNavigationItem.d.ts.map +1 -0
- package/lib/types/components/navigation/sidebar/SidebarNavigationSection.d.ts +2 -0
- package/lib/types/components/navigation/sidebar/SidebarNavigationSection.d.ts.map +1 -0
- package/lib/types/components/navigation/sidebar/SidebarProfileMenu.d.ts +2 -0
- package/lib/types/components/navigation/sidebar/SidebarProfileMenu.d.ts.map +1 -0
- package/lib/types/components/navigation/sidebar/sidebarNavigation.css.d.ts +19 -0
- package/lib/types/components/navigation/sidebar/sidebarNavigation.css.d.ts.map +1 -0
- package/lib/types/components/subscriptions/RefetchNeededBanner.d.ts.map +1 -1
- package/lib/types/i18n/resources.d.ts +32 -14
- package/lib/types/i18n/resources.d.ts.map +1 -1
- package/lib/types/index.d.ts +33 -33
- package/lib/types/index.d.ts.map +1 -1
- package/lib/types/internal/data-table/virtualization.d.ts +2 -2
- package/lib/types/internal/data-table/virtualization.d.ts.map +1 -1
- package/lib/types/internal/infinite/infiniteLoad.d.ts +27 -0
- package/lib/types/internal/infinite/infiniteLoad.d.ts.map +1 -0
- package/lib/types/theme/backofficeTheme.css.d.ts +100 -0
- package/lib/types/theme/backofficeTheme.css.d.ts.map +1 -1
- package/lib/types/theme/publicTheme.css.d.ts +100 -0
- package/lib/types/theme/publicTheme.css.d.ts.map +1 -1
- package/lib/types/theme/sprinkles.css.d.ts +2 -2
- package/lib/types/theme/themeContract.css.d.ts +50 -0
- package/lib/types/theme/themeContract.css.d.ts.map +1 -1
- package/package.json +3 -3
- package/src/i18n/locales/en/ui.json +16 -7
- package/src/i18n/locales/fr/ui.json +16 -7
- package/lib/esm/atomic/molecules/card/Card.css.js +0 -8
- package/lib/esm/atomic/molecules/card/Card.css.js.map +0 -1
- package/lib/esm/atomic/molecules/form/FormErrorBanner.css.js +0 -8
- package/lib/esm/atomic/molecules/form/FormErrorBanner.css.js.map +0 -1
- package/lib/esm/atomic/molecules/form/FormErrorBanner.js +0 -17
- package/lib/esm/atomic/molecules/form/FormErrorBanner.js.map +0 -1
- package/lib/esm/atomic/templates/detail-page/DetailPage.js +0 -49
- package/lib/esm/atomic/templates/detail-page/DetailPage.js.map +0 -1
- package/lib/esm/atomic/templates/detail-page/detailPage.css.js +0 -8
- package/lib/esm/atomic/templates/detail-page/detailPage.css.js.map +0 -1
- package/lib/esm/backoffice/molecules/backoffice_detail_layout/BackofficeDetailLayout.js +0 -33
- package/lib/esm/backoffice/molecules/backoffice_detail_layout/BackofficeDetailLayout.js.map +0 -1
- package/lib/esm/backoffice/molecules/backoffice_detail_layout/backofficeDetailLayout.css.js +0 -8
- package/lib/esm/backoffice/molecules/backoffice_detail_layout/backofficeDetailLayout.css.js.map +0 -1
- package/lib/esm/backoffice/molecules/backoffice_empty_state/backofficeEmptyState.css.js +0 -8
- package/lib/esm/backoffice/molecules/backoffice_empty_state/backofficeEmptyState.css.js.map +0 -1
- package/lib/esm/backoffice/molecules/backoffice_filters_bar/BackofficeFiltersBar.js +0 -36
- package/lib/esm/backoffice/molecules/backoffice_filters_bar/BackofficeFiltersBar.js.map +0 -1
- package/lib/esm/backoffice/molecules/backoffice_filters_bar/backofficeFiltersBar.css.js +0 -8
- package/lib/esm/backoffice/molecules/backoffice_filters_bar/backofficeFiltersBar.css.js.map +0 -1
- package/lib/esm/backoffice/molecules/backoffice_form_section/backofficeFormSection.css.js +0 -8
- package/lib/esm/backoffice/molecules/backoffice_form_section/backofficeFormSection.css.js.map +0 -1
- package/lib/esm/backoffice/molecules/backoffice_infinite_list_status/BackofficeInfiniteListStatus.js +0 -37
- package/lib/esm/backoffice/molecules/backoffice_infinite_list_status/BackofficeInfiniteListStatus.js.map +0 -1
- package/lib/esm/backoffice/molecules/backoffice_infinite_list_status/backofficeInfiniteListStatus.css.js +0 -8
- package/lib/esm/backoffice/molecules/backoffice_infinite_list_status/backofficeInfiniteListStatus.css.js.map +0 -1
- package/lib/esm/backoffice/molecules/backoffice_load_more/BackofficeLoadMore.js +0 -35
- package/lib/esm/backoffice/molecules/backoffice_load_more/BackofficeLoadMore.js.map +0 -1
- package/lib/esm/backoffice/molecules/backoffice_load_more/backofficeLoadMore.css.js +0 -8
- package/lib/esm/backoffice/molecules/backoffice_load_more/backofficeLoadMore.css.js.map +0 -1
- package/lib/esm/backoffice/molecules/backoffice_table_toolbar/BackofficeTableToolbar.js +0 -41
- package/lib/esm/backoffice/molecules/backoffice_table_toolbar/BackofficeTableToolbar.js.map +0 -1
- package/lib/esm/backoffice/molecules/backoffice_table_toolbar/backofficeTableToolbar.css.js +0 -8
- package/lib/esm/backoffice/molecules/backoffice_table_toolbar/backofficeTableToolbar.css.js.map +0 -1
- package/lib/esm/backoffice/molecules/backoffice_tabs/BackofficeTabs.js +0 -46
- package/lib/esm/backoffice/molecules/backoffice_tabs/BackofficeTabs.js.map +0 -1
- package/lib/esm/backoffice/molecules/backoffice_tabs/backofficeTabs.css.js +0 -17
- package/lib/esm/backoffice/molecules/backoffice_tabs/backofficeTabs.css.js.map +0 -1
- package/lib/esm/backoffice/molecules/inline_banner/InlineBanner.js +0 -46
- package/lib/esm/backoffice/molecules/inline_banner/InlineBanner.js.map +0 -1
- package/lib/esm/backoffice/molecules/inline_banner/inlineBanner.css.js +0 -19
- package/lib/esm/backoffice/molecules/inline_banner/inlineBanner.css.js.map +0 -1
- package/lib/esm/backoffice/molecules/table_toolbar/TableToolbar.js +0 -41
- package/lib/esm/backoffice/molecules/table_toolbar/TableToolbar.js.map +0 -1
- package/lib/esm/backoffice/molecules/table_toolbar/tableToolbar.css.js +0 -8
- package/lib/esm/backoffice/molecules/table_toolbar/tableToolbar.css.js.map +0 -1
- package/lib/esm/backoffice/organisms/backoffice_virtualized_connection_table/BackofficeVirtualizedConnectionTable.js +0 -26
- package/lib/esm/backoffice/organisms/backoffice_virtualized_connection_table/BackofficeVirtualizedConnectionTable.js.map +0 -1
- package/lib/esm/backoffice/organisms/backoffice_virtualized_connection_table/backofficeVirtualizedConnectionTable.css.js +0 -8
- package/lib/esm/backoffice/organisms/backoffice_virtualized_connection_table/backofficeVirtualizedConnectionTable.css.js.map +0 -1
- package/lib/esm/backoffice/organisms/backoffice_virtualized_connection_table/helpers.js +0 -18
- package/lib/esm/backoffice/organisms/backoffice_virtualized_connection_table/helpers.js.map +0 -1
- package/lib/esm/components/dashboard/section_nav/SectionNav.css.js +0 -8
- package/lib/esm/components/dashboard/section_nav/SectionNav.css.js.map +0 -1
- package/lib/esm/components/dashboard/section_nav/SectionNav.js +0 -25
- package/lib/esm/components/dashboard/section_nav/SectionNav.js.map +0 -1
- package/lib/esm/components/dashboard/segmented_nav/SegmentedNav.css.js +0 -8
- package/lib/esm/components/dashboard/segmented_nav/SegmentedNav.css.js.map +0 -1
- package/lib/esm/components/dashboard/segmented_nav/SegmentedNav.js +0 -24
- package/lib/esm/components/dashboard/segmented_nav/SegmentedNav.js.map +0 -1
- package/lib/esm/components/layout/AppShell.js +0 -19
- package/lib/esm/components/layout/AppShell.js.map +0 -1
- package/lib/esm/components/layout/SidebarPageLayout.js +0 -16
- package/lib/esm/components/layout/SidebarPageLayout.js.map +0 -1
- package/lib/esm/components/layout/SplitViewLayout.css.js +0 -8
- package/lib/esm/components/layout/SplitViewLayout.css.js.map +0 -1
- package/lib/esm/components/layout/SplitViewLayout.js +0 -18
- package/lib/esm/components/layout/SplitViewLayout.js.map +0 -1
- package/lib/esm/components/layout/TabsContentLayout.css.js +0 -8
- package/lib/esm/components/layout/TabsContentLayout.css.js.map +0 -1
- package/lib/esm/components/layout/TabsContentLayout.js +0 -31
- package/lib/esm/components/layout/TabsContentLayout.js.map +0 -1
- package/lib/esm/components/layout/ToolbarRow.css.js +0 -8
- package/lib/esm/components/layout/ToolbarRow.css.js.map +0 -1
- package/lib/esm/components/layout/ToolbarRow.js +0 -12
- package/lib/esm/components/layout/ToolbarRow.js.map +0 -1
- package/lib/esm/components/subscriptions/RefetchNeededBanner.css.js +0 -8
- package/lib/esm/components/subscriptions/RefetchNeededBanner.css.js.map +0 -1
- package/lib/types/atomic/molecules/card/Card.css.d.ts +0 -5
- package/lib/types/atomic/molecules/card/Card.css.d.ts.map +0 -1
- package/lib/types/atomic/molecules/form/FormErrorBanner.css.d.ts +0 -2
- package/lib/types/atomic/molecules/form/FormErrorBanner.css.d.ts.map +0 -1
- package/lib/types/atomic/molecules/form/FormErrorBanner.d.ts +0 -7
- package/lib/types/atomic/molecules/form/FormErrorBanner.d.ts.map +0 -1
- package/lib/types/atomic/templates/detail-page/DetailPage.d.ts +0 -19
- package/lib/types/atomic/templates/detail-page/DetailPage.d.ts.map +0 -1
- package/lib/types/atomic/templates/detail-page/detailPage.css.d.ts +0 -9
- package/lib/types/atomic/templates/detail-page/detailPage.css.d.ts.map +0 -1
- package/lib/types/backoffice/molecules/backoffice_detail_layout/BackofficeDetailLayout.d.ts +0 -10
- package/lib/types/backoffice/molecules/backoffice_detail_layout/BackofficeDetailLayout.d.ts.map +0 -1
- package/lib/types/backoffice/molecules/backoffice_detail_layout/backofficeDetailLayout.css.d.ts +0 -7
- package/lib/types/backoffice/molecules/backoffice_detail_layout/backofficeDetailLayout.css.d.ts.map +0 -1
- package/lib/types/backoffice/molecules/backoffice_empty_state/backofficeEmptyState.css.d.ts +0 -6
- package/lib/types/backoffice/molecules/backoffice_empty_state/backofficeEmptyState.css.d.ts.map +0 -1
- package/lib/types/backoffice/molecules/backoffice_filters_bar/BackofficeFiltersBar.d.ts +0 -13
- package/lib/types/backoffice/molecules/backoffice_filters_bar/BackofficeFiltersBar.d.ts.map +0 -1
- package/lib/types/backoffice/molecules/backoffice_filters_bar/backofficeFiltersBar.css.d.ts +0 -6
- package/lib/types/backoffice/molecules/backoffice_filters_bar/backofficeFiltersBar.css.d.ts.map +0 -1
- package/lib/types/backoffice/molecules/backoffice_form_section/backofficeFormSection.css.d.ts +0 -5
- package/lib/types/backoffice/molecules/backoffice_form_section/backofficeFormSection.css.d.ts.map +0 -1
- package/lib/types/backoffice/molecules/backoffice_infinite_list_status/BackofficeInfiniteListStatus.d.ts +0 -16
- package/lib/types/backoffice/molecules/backoffice_infinite_list_status/BackofficeInfiniteListStatus.d.ts.map +0 -1
- package/lib/types/backoffice/molecules/backoffice_infinite_list_status/backofficeInfiniteListStatus.css.d.ts.map +0 -1
- package/lib/types/backoffice/molecules/backoffice_load_more/BackofficeLoadMore.d.ts +0 -13
- package/lib/types/backoffice/molecules/backoffice_load_more/BackofficeLoadMore.d.ts.map +0 -1
- package/lib/types/backoffice/molecules/backoffice_load_more/backofficeLoadMore.css.d.ts +0 -5
- package/lib/types/backoffice/molecules/backoffice_load_more/backofficeLoadMore.css.d.ts.map +0 -1
- package/lib/types/backoffice/molecules/backoffice_table_toolbar/BackofficeTableToolbar.d.ts +0 -16
- package/lib/types/backoffice/molecules/backoffice_table_toolbar/BackofficeTableToolbar.d.ts.map +0 -1
- package/lib/types/backoffice/molecules/backoffice_table_toolbar/backofficeTableToolbar.css.d.ts +0 -10
- package/lib/types/backoffice/molecules/backoffice_table_toolbar/backofficeTableToolbar.css.d.ts.map +0 -1
- package/lib/types/backoffice/molecules/backoffice_tabs/BackofficeTabs.d.ts +0 -19
- package/lib/types/backoffice/molecules/backoffice_tabs/BackofficeTabs.d.ts.map +0 -1
- package/lib/types/backoffice/molecules/backoffice_tabs/backofficeTabs.css.d.ts +0 -15
- package/lib/types/backoffice/molecules/backoffice_tabs/backofficeTabs.css.d.ts.map +0 -1
- package/lib/types/backoffice/molecules/inline_banner/InlineBanner.d.ts.map +0 -1
- package/lib/types/backoffice/molecules/inline_banner/inlineBanner.css.d.ts.map +0 -1
- package/lib/types/backoffice/molecules/table_toolbar/TableToolbar.d.ts +0 -13
- package/lib/types/backoffice/molecules/table_toolbar/TableToolbar.d.ts.map +0 -1
- package/lib/types/backoffice/molecules/table_toolbar/tableToolbar.css.d.ts +0 -6
- package/lib/types/backoffice/molecules/table_toolbar/tableToolbar.css.d.ts.map +0 -1
- package/lib/types/backoffice/organisms/backoffice_virtualized_connection_table/BackofficeVirtualizedConnectionTable.d.ts +0 -31
- package/lib/types/backoffice/organisms/backoffice_virtualized_connection_table/BackofficeVirtualizedConnectionTable.d.ts.map +0 -1
- package/lib/types/backoffice/organisms/backoffice_virtualized_connection_table/backofficeVirtualizedConnectionTable.css.d.ts +0 -5
- package/lib/types/backoffice/organisms/backoffice_virtualized_connection_table/backofficeVirtualizedConnectionTable.css.d.ts.map +0 -1
- package/lib/types/backoffice/organisms/backoffice_virtualized_connection_table/helpers.d.ts +0 -5
- package/lib/types/backoffice/organisms/backoffice_virtualized_connection_table/helpers.d.ts.map +0 -1
- package/lib/types/components/dashboard/section_nav/SectionNav.css.d.ts +0 -4
- package/lib/types/components/dashboard/section_nav/SectionNav.css.d.ts.map +0 -1
- package/lib/types/components/dashboard/section_nav/SectionNav.d.ts +0 -15
- package/lib/types/components/dashboard/section_nav/SectionNav.d.ts.map +0 -1
- package/lib/types/components/dashboard/segmented_nav/SegmentedNav.css.d.ts +0 -4
- package/lib/types/components/dashboard/segmented_nav/SegmentedNav.css.d.ts.map +0 -1
- package/lib/types/components/dashboard/segmented_nav/SegmentedNav.d.ts +0 -15
- package/lib/types/components/dashboard/segmented_nav/SegmentedNav.d.ts.map +0 -1
- package/lib/types/components/layout/AppShell.d.ts +0 -17
- package/lib/types/components/layout/AppShell.d.ts.map +0 -1
- package/lib/types/components/layout/SidebarPageLayout.d.ts +0 -15
- package/lib/types/components/layout/SidebarPageLayout.d.ts.map +0 -1
- package/lib/types/components/layout/SplitViewLayout.css.d.ts +0 -3
- package/lib/types/components/layout/SplitViewLayout.css.d.ts.map +0 -1
- package/lib/types/components/layout/SplitViewLayout.d.ts +0 -11
- package/lib/types/components/layout/SplitViewLayout.d.ts.map +0 -1
- package/lib/types/components/layout/TabsContentLayout.css.d.ts +0 -6
- package/lib/types/components/layout/TabsContentLayout.css.d.ts.map +0 -1
- package/lib/types/components/layout/TabsContentLayout.d.ts +0 -9
- package/lib/types/components/layout/TabsContentLayout.d.ts.map +0 -1
- package/lib/types/components/layout/ToolbarRow.css.d.ts +0 -2
- package/lib/types/components/layout/ToolbarRow.css.d.ts.map +0 -1
- package/lib/types/components/layout/ToolbarRow.d.ts +0 -8
- package/lib/types/components/layout/ToolbarRow.d.ts.map +0 -1
- package/lib/types/components/subscriptions/RefetchNeededBanner.css.d.ts +0 -5
- package/lib/types/components/subscriptions/RefetchNeededBanner.css.d.ts.map +0 -1
- /package/lib/types/{backoffice/molecules/inline_banner → components/feedback}/inlineBanner.css.d.ts +0 -0
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { RelativeTimeText as e } from "../../../atomic/atoms/relative-time-text/RelativeTimeText.js";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
2
|
+
import { StatusBadge as t } from "../../../backoffice/atoms/status_badge/StatusBadge.js";
|
|
3
|
+
import { PanelShell as n } from "../../layout/PanelShell.js";
|
|
4
4
|
import { root as r, title as i, top as a } from "./ActivityCard.css.js";
|
|
5
5
|
import { jsx as o, jsxs as s } from "react/jsx-runtime";
|
|
6
6
|
//#region src/components/dashboard/activity_card/ActivityCard.tsx
|
|
7
7
|
var c = ({ className: c, details: l, status: u, statusTone: d, summary: f, timestamp: p, title: m }) => {
|
|
8
8
|
let h = null;
|
|
9
|
-
return u != null && d != null && (h = /* @__PURE__ */ o(
|
|
9
|
+
return u != null && d != null && (h = /* @__PURE__ */ o(t, {
|
|
10
10
|
tone: d,
|
|
11
11
|
children: u
|
|
12
|
-
})), /* @__PURE__ */ o(
|
|
12
|
+
})), /* @__PURE__ */ o(n, {
|
|
13
13
|
className: c,
|
|
14
14
|
children: /* @__PURE__ */ s("div", {
|
|
15
15
|
className: r,
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/* empty css */
|
|
2
|
+
/* empty css */
|
|
3
|
+
/* empty css */
|
|
4
|
+
//#region src/components/dashboard/dashboard_metric_group/DashboardMetricGroup.css.ts
|
|
5
|
+
var e = "_10ljcs10 txvbqbi1f txvbqbe8", t = "_10ljcs12 _1izwgn61 _1izwgn60 txvbqb196b txvbqb17u txvbqb2gm txvbqb2et txvbqb1uy _10ljcs11 txvbqbi1f txvbqb7g txvbqb76 txvbqb7t", n = "_10ljcs15 _10ljcs13 txvbqb198h txvbqbdr8 txvbqb3f txvbqb17w0 txvbqb7p txvbqb76 txvbqb7t qbwcue6 txvbqb1d2y txvbqb1d37 qbwcue0 txvbqb1cb0 txvbqb1cws _10ljcs14 txvbqb2gm";
|
|
6
|
+
//#endregion
|
|
7
|
+
export { t as card, e as group, n as link };
|
|
8
|
+
|
|
9
|
+
//# sourceMappingURL=DashboardMetricGroup.css.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DashboardMetricGroup.css.js","names":[],"sources":["../../../../../src/components/dashboard/dashboard_metric_group/DashboardMetricGroup.css.ts"],"sourcesContent":["import { style } from '@vanilla-extract/css';\n\nimport { sprinkles } from '../../../theme/sprinkles.css.js';\nimport { focusRing, liftOnHover } from '../../../theme/styleRecipes.css.js';\nimport { panel } from '../dashboard_panel/DashboardPanel.css.js';\n\nexport const group = sprinkles({\n height: 'full',\n alignItems: 'stretch',\n});\n\nexport const card = style([\n panel,\n sprinkles({\n height: 'full',\n transitionProperty: 'default',\n transitionDuration: 150,\n transitionTimingFunction: 'ease',\n }),\n]);\n\nexport const link = style([\n sprinkles({\n color: 'inherit',\n display: 'flex',\n textDecoration: 'none',\n width: 'full',\n transitionProperty: 'transform',\n transitionDuration: 150,\n transitionTimingFunction: 'ease',\n }),\n liftOnHover,\n focusRing,\n sprinkles({ borderRadius: 'lg' }),\n]);\n"],"mappings":""}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { MetricCard as e } from "../metric_card/MetricCard.js";
|
|
2
|
+
import { MetricTileGroup as t } from "../metric_tile_group/MetricTileGroup.js";
|
|
3
|
+
import { card as n, group as r, link as i } from "./DashboardMetricGroup.css.js";
|
|
4
|
+
import { Fragment as a, jsx as o } from "react/jsx-runtime";
|
|
5
|
+
import s from "@plumile/router/routing/Link.js";
|
|
6
|
+
//#region src/components/dashboard/dashboard_metric_group/DashboardMetricGroup.tsx
|
|
7
|
+
var c = ({ density: c = "comfortable", emptyState: l = null, metrics: u }) => u.length === 0 ? /* @__PURE__ */ o(a, { children: l }) : /* @__PURE__ */ o(t, {
|
|
8
|
+
className: r,
|
|
9
|
+
density: c,
|
|
10
|
+
children: u.map((t, r) => {
|
|
11
|
+
let a = `${t.id}-${r}`, l = /* @__PURE__ */ o(e, {
|
|
12
|
+
className: n,
|
|
13
|
+
label: t.label,
|
|
14
|
+
value: t.value,
|
|
15
|
+
hint: t.hint,
|
|
16
|
+
tone: t.tone,
|
|
17
|
+
density: c,
|
|
18
|
+
copyValue: t.copyValue
|
|
19
|
+
}, a);
|
|
20
|
+
return t.href == null ? l : /* @__PURE__ */ o(s, {
|
|
21
|
+
to: t.href,
|
|
22
|
+
className: i,
|
|
23
|
+
children: l
|
|
24
|
+
}, a);
|
|
25
|
+
})
|
|
26
|
+
});
|
|
27
|
+
//#endregion
|
|
28
|
+
export { c as DashboardMetricGroup, c as default };
|
|
29
|
+
|
|
30
|
+
//# sourceMappingURL=DashboardMetricGroup.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DashboardMetricGroup.js","names":[],"sources":["../../../../../src/components/dashboard/dashboard_metric_group/DashboardMetricGroup.tsx"],"sourcesContent":["import { type JSX, type ReactNode } from 'react';\nimport Link from '@plumile/router/routing/Link.js';\n\nimport { MetricCard, type MetricTone } from '../metric_card/MetricCard.js';\nimport { MetricTileGroup } from '../metric_tile_group/MetricTileGroup.js';\nimport * as styles from './DashboardMetricGroup.css.js';\n\nexport type DashboardMetricItem = {\n id: string;\n label: ReactNode;\n value: ReactNode;\n hint?: ReactNode;\n href?: string;\n tone?: MetricTone;\n copyValue?: string;\n};\n\nexport type DashboardMetricGroupProps = {\n metrics: readonly DashboardMetricItem[];\n emptyState?: ReactNode;\n density?: 'compact' | 'comfortable';\n};\n\nexport const DashboardMetricGroup = ({\n density = 'comfortable',\n emptyState = null,\n metrics,\n}: DashboardMetricGroupProps): JSX.Element => {\n if (metrics.length === 0) {\n return <>{emptyState}</>;\n }\n\n return (\n <MetricTileGroup className={styles.group} density={density}>\n {metrics.map((metric, index) => {\n const key = `${metric.id}-${index}`;\n const card = (\n <MetricCard\n key={key}\n className={styles.card}\n label={metric.label}\n value={metric.value}\n hint={metric.hint}\n tone={metric.tone}\n density={density}\n copyValue={metric.copyValue}\n />\n );\n\n if (metric.href == null) {\n return card;\n }\n\n return (\n <Link key={key} to={metric.href} className={styles.link}>\n {card}\n </Link>\n );\n })}\n </MetricTileGroup>\n );\n};\n\nexport default DashboardMetricGroup;\n"],"mappings":";;;;;;AAuBA,IAAa,KAAwB,EACnC,aAAU,eACV,gBAAa,MACb,iBAEI,EAAQ,WAAW,IACd,kBAAA,GAAA,EAAA,UAAG,GAAc,CAAA,GAIxB,kBAAC,GAAD;CAAiB,WAAW;CAAuB;WAChD,EAAQ,KAAK,GAAQ,MAAU;EAC9B,IAAM,IAAM,GAAG,EAAO,GAAG,GAAG,KACtB,IACJ,kBAAC,GAAD;GAEE,WAAW;GACX,OAAO,EAAO;GACd,OAAO,EAAO;GACd,MAAM,EAAO;GACb,MAAM,EAAO;GACJ;GACT,WAAW,EAAO;GAClB,EARK,EAQL;EAOJ,OAJI,EAAO,QAAQ,OACV,IAIP,kBAAC,GAAD;GAAgB,IAAI,EAAO;GAAM,WAAW;aACzC;GACI,EAFI,EAEJ;GAET;CACc,CAAA"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/* empty css */
|
|
2
|
+
/* empty css */
|
|
3
|
+
//#region src/components/dashboard/dashboard_panel/DashboardPanel.css.ts
|
|
4
|
+
var e = "_1izwgn61 _1izwgn60 txvbqb196b txvbqb17u txvbqb2gm txvbqb2et txvbqb1uy";
|
|
5
|
+
//#endregion
|
|
6
|
+
export { e as panel };
|
|
7
|
+
|
|
8
|
+
//# sourceMappingURL=DashboardPanel.css.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DashboardPanel.css.js","names":[],"sources":["../../../../../src/components/dashboard/dashboard_panel/DashboardPanel.css.ts"],"sourcesContent":["import { style } from '@vanilla-extract/css';\n\nimport { sprinkles } from '../../../theme/sprinkles.css.js';\nimport { vars } from '../../../theme/themeContract.css.js';\n\nexport const panel = style([\n sprinkles({\n backgroundColor: 'surface',\n borderColor: 'borderSubtle',\n borderRadius: 'lg',\n borderStyle: 'solid',\n borderWidth: 'default',\n }),\n {\n minHeight: '100%',\n boxShadow: `0 1px 0 ${vars.colors.borderLight}`,\n selectors: {\n '&&': {\n backgroundColor: vars.colors.surface,\n },\n },\n },\n]);\n"],"mappings":""}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { cx as e } from "../../../theme/tools.js";
|
|
2
|
+
import { InfoTile as t } from "../../tile/InfoTile.js";
|
|
3
|
+
import { panel as n } from "./DashboardPanel.css.js";
|
|
4
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
5
|
+
//#region src/components/dashboard/dashboard_panel/DashboardPanel.tsx
|
|
6
|
+
var i = ({ actions: i, children: a, className: o, subtitle: s, title: c }) => /* @__PURE__ */ r(t, {
|
|
7
|
+
title: c,
|
|
8
|
+
subtitle: s,
|
|
9
|
+
actions: i,
|
|
10
|
+
className: e(n, o),
|
|
11
|
+
children: a
|
|
12
|
+
});
|
|
13
|
+
//#endregion
|
|
14
|
+
export { i as DashboardPanel, i as default };
|
|
15
|
+
|
|
16
|
+
//# sourceMappingURL=DashboardPanel.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DashboardPanel.js","names":[],"sources":["../../../../../src/components/dashboard/dashboard_panel/DashboardPanel.tsx"],"sourcesContent":["import { type JSX, type ReactNode } from 'react';\n\nimport { InfoTile } from '../../tile/InfoTile.js';\nimport { cx } from '../../../theme/tools.js';\nimport * as styles from './DashboardPanel.css.js';\n\nexport type DashboardPanelProps = {\n title?: ReactNode;\n subtitle?: ReactNode;\n actions?: ReactNode;\n children?: ReactNode;\n className?: string;\n};\n\nexport const DashboardPanel = ({\n actions,\n children,\n className,\n subtitle,\n title,\n}: DashboardPanelProps): JSX.Element => {\n return (\n <InfoTile\n title={title}\n subtitle={subtitle}\n actions={actions}\n className={cx(styles.panel, className)}\n >\n {children}\n </InfoTile>\n );\n};\n\nexport default DashboardPanel;\n"],"mappings":";;;;;AAcA,IAAa,KAAkB,EAC7B,YACA,aACA,cACA,aACA,eAGE,kBAAC,GAAD;CACS;CACG;CACD;CACT,WAAW,EAAG,GAAc,EAAU;CAErC;CACQ,CAAA"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/* empty css */
|
|
2
|
+
/* empty css */
|
|
3
|
+
//#region src/components/dashboard/dashboard_quick_actions/DashboardQuickActions.css.ts
|
|
4
|
+
var e = "_1r54rox0 txvbqbdrl txvbqbff6 txvbqbh34 txvbqbh2s", t = "_1r54rox1 txvbqbh2r", n = "_1r54rox2 txvbqbh2r", r = "_1r54rox5 qbwcued qbwcueb txvbqb1uy txvbqb2et txvbqb17u txvbqb2g9 txvbqb196b txvbqb19c9 txvbqbv txvbqb7g txvbqb76 txvbqb7t qbwcuec txvbqb1aey txvbqb1ayi txvbqb1bsa txvbqb1b7e qbwcue4 txvbqb1c2w txvbqb1c9c qbwcue0 txvbqb1cb0 txvbqb1cws _1r54rox3 txvbqbyoi txvbqbzm3 txvbqb10jb txvbqbvve txvbqbdr8 txvbqbsdd txvbqb196d txvbqb19bj txvbqbfd0 txvbqb3f _1r54rox4 txvbqb1adm";
|
|
5
|
+
//#endregion
|
|
6
|
+
export { r as action, e as grid, t as gridSingle, n as gridStack };
|
|
7
|
+
|
|
8
|
+
//# sourceMappingURL=DashboardQuickActions.css.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DashboardQuickActions.css.js","names":[],"sources":["../../../../../src/components/dashboard/dashboard_quick_actions/DashboardQuickActions.css.ts"],"sourcesContent":["import { style } from '@vanilla-extract/css';\n\nimport { sprinkles, stateSprinkles } from '../../../theme/sprinkles.css.js';\nimport { interactiveControlSurface } from '../../../theme/styleRecipes.css.js';\n\nexport const grid = sprinkles({\n display: 'grid',\n gap: 2,\n gridTemplateColumns: {\n base: 2,\n sm: 1,\n },\n});\n\nexport const gridSingle = sprinkles({\n gridTemplateColumns: 1,\n});\n\nexport const gridStack = sprinkles({\n gridTemplateColumns: 1,\n});\n\nexport const action = style([\n interactiveControlSurface,\n sprinkles({\n display: 'flex',\n minHeight: 10,\n paddingX: 3,\n paddingY: 2,\n backgroundColor: 'surfaceSecondary',\n color: 'primary',\n fontWeight: 'semibold',\n textDecoration: 'none',\n }),\n stateSprinkles({\n backgroundColor: { hoverNotDisabled: 'primaryLight' },\n }),\n]);\n"],"mappings":""}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { cx as e } from "../../../theme/tools.js";
|
|
2
|
+
import { action as t, grid as n, gridSingle as r, gridStack as i } from "./DashboardQuickActions.css.js";
|
|
3
|
+
import { Fragment as a, jsx as o } from "react/jsx-runtime";
|
|
4
|
+
import s from "@plumile/router/routing/Link.js";
|
|
5
|
+
//#region src/components/dashboard/dashboard_quick_actions/DashboardQuickActions.tsx
|
|
6
|
+
var c = ({ actions: c, emptyState: l = null, layout: u = "grid" }) => {
|
|
7
|
+
if (c.length === 0) return /* @__PURE__ */ o(a, { children: l });
|
|
8
|
+
let d = c.length === 1;
|
|
9
|
+
return /* @__PURE__ */ o("div", {
|
|
10
|
+
className: e(n, {
|
|
11
|
+
[i]: u === "stack",
|
|
12
|
+
[r]: d
|
|
13
|
+
}),
|
|
14
|
+
children: c.map((e, n) => {
|
|
15
|
+
let r = `${e.id}-${n}`;
|
|
16
|
+
return /* @__PURE__ */ o(s, {
|
|
17
|
+
to: e.href,
|
|
18
|
+
className: t,
|
|
19
|
+
children: e.label
|
|
20
|
+
}, r);
|
|
21
|
+
})
|
|
22
|
+
});
|
|
23
|
+
};
|
|
24
|
+
//#endregion
|
|
25
|
+
export { c as DashboardQuickActions, c as default };
|
|
26
|
+
|
|
27
|
+
//# sourceMappingURL=DashboardQuickActions.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DashboardQuickActions.js","names":[],"sources":["../../../../../src/components/dashboard/dashboard_quick_actions/DashboardQuickActions.tsx"],"sourcesContent":["import { type JSX, type ReactNode } from 'react';\nimport Link from '@plumile/router/routing/Link.js';\n\nimport { cx } from '../../../theme/tools.js';\nimport * as styles from './DashboardQuickActions.css.js';\n\nexport type DashboardQuickAction = {\n id: string;\n label: ReactNode;\n href: string;\n};\n\nexport type DashboardQuickActionsProps = {\n actions: readonly DashboardQuickAction[];\n emptyState?: ReactNode;\n layout?: 'grid' | 'stack';\n};\n\nexport const DashboardQuickActions = ({\n actions,\n emptyState = null,\n layout = 'grid',\n}: DashboardQuickActionsProps): JSX.Element => {\n if (actions.length === 0) {\n return <>{emptyState}</>;\n }\n\n const isSingleAction = actions.length === 1;\n\n return (\n <div\n className={cx(styles.grid, {\n [styles.gridStack]: layout === 'stack',\n [styles.gridSingle]: isSingleAction,\n })}\n >\n {actions.map((action, index) => {\n const key = `${action.id}-${index}`;\n return (\n <Link key={key} to={action.href} className={styles.action}>\n {action.label}\n </Link>\n );\n })}\n </div>\n );\n};\n\nexport default DashboardQuickActions;\n"],"mappings":";;;;;AAkBA,IAAa,KAAyB,EACpC,YACA,gBAAa,MACb,YAAS,aACoC;CAC7C,IAAI,EAAQ,WAAW,GACrB,OAAO,kBAAA,GAAA,EAAA,UAAG,GAAc,CAAA;CAG1B,IAAM,IAAiB,EAAQ,WAAW;CAE1C,OACE,kBAAC,OAAD;EACE,WAAW,EAAG,GAAa;IACxB,IAAmB,MAAW;IAC9B,IAAoB;GACtB,CAAC;YAED,EAAQ,KAAK,GAAQ,MAAU;GAC9B,IAAM,IAAM,GAAG,EAAO,GAAG,GAAG;GAC5B,OACE,kBAAC,GAAD;IAAgB,IAAI,EAAO;IAAM,WAAW;cACzC,EAAO;IACH,EAFI,EAEJ;IAET;EACE,CAAA"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/* empty css */
|
|
2
|
+
/* empty css */
|
|
3
|
+
//#region src/components/dashboard/dashboard_status_list/DashboardStatusList.css.ts
|
|
4
|
+
var e = "_1275m880 txvbqbdr8 txvbqbf6i txvbqbfet", t = "_1275m881 txvbqbyo5 txvbqbzlq txvbqb10jb txvbqbvve txvbqbdr8 txvbqbey txvbqbjus txvbqbffj txvbqb2g9 txvbqb19c9", n = "_1275m883 qbwcueg qbwcuee txvbqb2g9 txvbqb19c9 txvbqb3f txvbqb7g txvbqb76 txvbqb7t qbwcuef txvbqb1aep txvbqb1b29 qbwcue0 txvbqb1cb0 txvbqb1cws _1275m881 txvbqbyo5 txvbqbzlq txvbqb10jb txvbqbvve txvbqbdr8 txvbqbey txvbqbjus txvbqbffj _1275m882 txvbqb1bpd", r = "_1275m884 txvbqbt9i txvbqb19cb txvbqbutu", i = "_1275m885 txvbqbf7y txvbqbfd0 txvbqb19c9 txvbqbf9r txvbqb18xk";
|
|
5
|
+
//#endregion
|
|
6
|
+
export { t as item, n as itemLink, r as label, e as list, i as value };
|
|
7
|
+
|
|
8
|
+
//# sourceMappingURL=DashboardStatusList.css.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DashboardStatusList.css.js","names":[],"sources":["../../../../../src/components/dashboard/dashboard_status_list/DashboardStatusList.css.ts"],"sourcesContent":["import { style } from '@vanilla-extract/css';\n\nimport { sprinkles, stateSprinkles } from '../../../theme/sprinkles.css.js';\nimport { interactiveLinkSurface } from '../../../theme/styleRecipes.css.js';\n\nexport const list = sprinkles({\n display: 'flex',\n flexDirection: 'column',\n gap: 1,\n});\n\nconst rowBase = sprinkles({\n display: 'flex',\n alignItems: 'center',\n justifyContent: 'space-between',\n gap: 3,\n paddingY: 2,\n paddingX: 2,\n borderRadius: 'md',\n color: 'text',\n});\n\nexport const item = rowBase;\n\nexport const itemLink = style([\n interactiveLinkSurface,\n rowBase,\n stateSprinkles({\n color: { hover: 'primary' },\n }),\n]);\n\nexport const label = sprinkles({\n minWidth: 0,\n color: 'textSecondary',\n overflowWrap: 'anywhere',\n});\n\nexport const value = sprinkles({\n flexShrink: 0,\n fontWeight: 'semibold',\n color: 'text',\n fontVariantNumeric: 'tabular-nums',\n whiteSpace: 'nowrap',\n});\n"],"mappings":""}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { item as e, itemLink as t, label as n, list as r, value as i } from "./DashboardStatusList.css.js";
|
|
2
|
+
import { Fragment as a, jsx as o, jsxs as s } from "react/jsx-runtime";
|
|
3
|
+
import c from "@plumile/router/routing/Link.js";
|
|
4
|
+
//#region src/components/dashboard/dashboard_status_list/DashboardStatusList.tsx
|
|
5
|
+
var l = ({ emptyState: l = null, items: u }) => u.length === 0 ? /* @__PURE__ */ o(a, { children: l }) : /* @__PURE__ */ o("div", {
|
|
6
|
+
className: r,
|
|
7
|
+
children: u.map((r, l) => {
|
|
8
|
+
let u = `${r.id}-${l}`, d = /* @__PURE__ */ s(a, { children: [/* @__PURE__ */ o("span", {
|
|
9
|
+
className: n,
|
|
10
|
+
children: r.label
|
|
11
|
+
}), /* @__PURE__ */ o("span", {
|
|
12
|
+
className: i,
|
|
13
|
+
children: r.value
|
|
14
|
+
})] });
|
|
15
|
+
return r.href == null ? /* @__PURE__ */ o("div", {
|
|
16
|
+
className: e,
|
|
17
|
+
children: d
|
|
18
|
+
}, u) : /* @__PURE__ */ o(c, {
|
|
19
|
+
to: r.href,
|
|
20
|
+
className: t,
|
|
21
|
+
children: d
|
|
22
|
+
}, u);
|
|
23
|
+
})
|
|
24
|
+
});
|
|
25
|
+
//#endregion
|
|
26
|
+
export { l as DashboardStatusList, l as default };
|
|
27
|
+
|
|
28
|
+
//# sourceMappingURL=DashboardStatusList.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DashboardStatusList.js","names":[],"sources":["../../../../../src/components/dashboard/dashboard_status_list/DashboardStatusList.tsx"],"sourcesContent":["import { type JSX, type ReactNode } from 'react';\nimport Link from '@plumile/router/routing/Link.js';\n\nimport * as styles from './DashboardStatusList.css.js';\n\nexport type DashboardStatusItem = {\n id: string;\n label: ReactNode;\n value: ReactNode;\n href?: string;\n};\n\nexport type DashboardStatusListProps = {\n items: readonly DashboardStatusItem[];\n emptyState?: ReactNode;\n};\n\nexport const DashboardStatusList = ({\n emptyState = null,\n items,\n}: DashboardStatusListProps): JSX.Element => {\n if (items.length === 0) {\n return <>{emptyState}</>;\n }\n\n return (\n <div className={styles.list}>\n {items.map((item, index) => {\n const key = `${item.id}-${index}`;\n const content = (\n <>\n <span className={styles.label}>{item.label}</span>\n <span className={styles.value}>{item.value}</span>\n </>\n );\n\n if (item.href == null) {\n return (\n <div key={key} className={styles.item}>\n {content}\n </div>\n );\n }\n\n return (\n <Link key={key} to={item.href} className={styles.itemLink}>\n {content}\n </Link>\n );\n })}\n </div>\n );\n};\n\nexport default DashboardStatusList;\n"],"mappings":";;;;AAiBA,IAAa,KAAuB,EAClC,gBAAa,MACb,eAEI,EAAM,WAAW,IACZ,kBAAA,GAAA,EAAA,UAAG,GAAc,CAAA,GAIxB,kBAAC,OAAD;CAAK,WAAW;WACb,EAAM,KAAK,GAAM,MAAU;EAC1B,IAAM,IAAM,GAAG,EAAK,GAAG,GAAG,KACpB,IACJ,kBAAA,GAAA,EAAA,UAAA,CACE,kBAAC,QAAD;GAAM,WAAW;aAAe,EAAK;GAAa,CAAA,EAClD,kBAAC,QAAD;GAAM,WAAW;aAAe,EAAK;GAAa,CAAA,CACjD,EAAA,CAAA;EAWL,OARI,EAAK,QAAQ,OAEb,kBAAC,OAAD;GAAe,WAAW;aACvB;GACG,EAFI,EAEJ,GAKR,kBAAC,GAAD;GAAgB,IAAI,EAAK;GAAM,WAAW;aACvC;GACI,EAFI,EAEJ;GAET;CACE,CAAA"}
|
|
@@ -1,8 +1,36 @@
|
|
|
1
1
|
/* empty css */
|
|
2
2
|
/* empty css */
|
|
3
|
+
import { createRuntimeFn as e } from "@vanilla-extract/recipes/createRuntimeFn";
|
|
3
4
|
//#region src/components/dashboard/metric_card/MetricCard.css.ts
|
|
4
|
-
var
|
|
5
|
+
var t = e({
|
|
6
|
+
defaultClassName: "_177uje61 _177uje60 txvbqbt9i",
|
|
7
|
+
variantClassNames: { tone: {
|
|
8
|
+
neutral: "_177uje62",
|
|
9
|
+
info: "_177uje63",
|
|
10
|
+
success: "_177uje64",
|
|
11
|
+
warning: "_177uje65",
|
|
12
|
+
danger: "_177uje66"
|
|
13
|
+
} },
|
|
14
|
+
defaultVariants: {},
|
|
15
|
+
compoundVariants: []
|
|
16
|
+
}), n = e({
|
|
17
|
+
defaultClassName: "_177uje6a _177uje67 txvbqbdr8 txvbqbf6i",
|
|
18
|
+
variantClassNames: { density: {
|
|
19
|
+
comfortable: "_177uje6b _177uje68 txvbqbffj",
|
|
20
|
+
compact: "_177uje6c _177uje69 txvbqbff6"
|
|
21
|
+
} },
|
|
22
|
+
defaultVariants: {},
|
|
23
|
+
compoundVariants: []
|
|
24
|
+
}), r = "_177uje6d txvbqbdr8 txvbqbel txvbqbjus txvbqbffj", i = "_177uje6e txvbqbm9g txvbqb9j txvbqb19cb", a = "_177uje6f txvbqbm9g txvbqbfdd txvbqb19c9", o = e({
|
|
25
|
+
defaultClassName: "_177uje6i",
|
|
26
|
+
variantClassNames: { density: {
|
|
27
|
+
comfortable: "_177uje6j _177uje6g txvbqbaz txvbqbbe",
|
|
28
|
+
compact: "_177uje6k _177uje6h txvbqbam txvbqbb1"
|
|
29
|
+
} },
|
|
30
|
+
defaultVariants: {},
|
|
31
|
+
compoundVariants: []
|
|
32
|
+
}), s = "_177uje6l txvbqbdr8 txvbqbey txvbqbff6", c = "_177uje6m _177uje6l txvbqbdr8 txvbqbey txvbqbff6", l = "_177uje6n txvbqbm9g txvbqb9j txvbqb19cb", u = "_177uje6o txvbqbdsb txvbqbey txvbqbjtp txvbqb19cb";
|
|
5
33
|
//#endregion
|
|
6
|
-
export {
|
|
34
|
+
export { t as card, l as hint, u as icon, i as label, n as root, r as top, a as value, s as valueContent, c as valueContentInline, o as valueDensity };
|
|
7
35
|
|
|
8
36
|
//# sourceMappingURL=MetricCard.css.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MetricCard.css.js","names":[],"sources":["../../../../../src/components/dashboard/metric_card/MetricCard.css.ts"],"sourcesContent":["import { sprinkles } from '../../../theme/sprinkles.css.js';\n\nexport const
|
|
1
|
+
{"version":3,"file":"MetricCard.css.js","names":[],"sources":["../../../../../src/components/dashboard/metric_card/MetricCard.css.ts"],"sourcesContent":["import { style } from '@vanilla-extract/css';\nimport { recipe } from '@vanilla-extract/recipes';\n\nimport { sprinkles } from '../../../theme/sprinkles.css.js';\nimport { vars } from '../../../theme/themeContract.css.js';\n\nexport const card = recipe({\n base: sprinkles({\n minWidth: 0,\n }),\n variants: {\n tone: {\n neutral: {\n backgroundImage: `linear-gradient(135deg, color-mix(in srgb, ${vars.colors.primaryLight} 26%, transparent), transparent 58%)`,\n boxShadow: `inset 3px 0 0 color-mix(in srgb, ${vars.colors.primary} 42%, transparent)`,\n },\n info: {\n backgroundImage: `linear-gradient(135deg, ${vars.colors.infoLight}, transparent 58%)`,\n boxShadow: `inset 3px 0 0 ${vars.colors.info}`,\n },\n success: {\n backgroundImage: `linear-gradient(135deg, ${vars.colors.successLight}, transparent 58%)`,\n boxShadow: `inset 3px 0 0 ${vars.colors.success}`,\n },\n warning: {\n backgroundImage: `linear-gradient(135deg, ${vars.colors.warningLight}, transparent 58%)`,\n boxShadow: `inset 3px 0 0 ${vars.colors.warning}`,\n },\n danger: {\n backgroundImage: `linear-gradient(135deg, ${vars.colors['error-8']}, transparent 58%)`,\n boxShadow: `inset 3px 0 0 ${vars.colors.error}`,\n },\n },\n },\n});\n\nconst rootBase = sprinkles({\n display: 'flex',\n flexDirection: 'column',\n});\n\nexport const root = recipe({\n base: rootBase,\n variants: {\n density: {\n comfortable: sprinkles({\n gap: 3,\n }),\n compact: sprinkles({\n gap: 2,\n }),\n },\n },\n});\n\nexport const top = sprinkles({\n display: 'flex',\n alignItems: 'flex-start',\n justifyContent: 'space-between',\n gap: 3,\n});\n\nexport const label = sprinkles({\n margin: 0,\n fontSize: 'sm',\n color: 'textSecondary',\n});\n\nexport const value = sprinkles({\n margin: 0,\n fontWeight: 'bold',\n color: 'text',\n});\n\nexport const valueDensity = recipe({\n variants: {\n density: {\n comfortable: sprinkles({\n fontSize: { base: '2xl', md: '3xl' },\n }),\n compact: sprinkles({\n fontSize: { base: 'xl', md: '2xl' },\n }),\n },\n },\n});\n\nexport const valueContent = sprinkles({\n display: 'flex',\n alignItems: 'center',\n gap: 2,\n});\n\nexport const valueContentInline = style([\n valueContent,\n {\n minWidth: 0,\n },\n]);\n\nexport const hint = sprinkles({\n margin: 0,\n fontSize: 'sm',\n color: 'textSecondary',\n});\n\nexport const icon = sprinkles({\n display: 'inline-flex',\n alignItems: 'center',\n justifyContent: 'center',\n color: 'textSecondary',\n});\n"],"mappings":""}
|
|
@@ -1,31 +1,45 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
1
|
+
import { cx as e } from "../../../theme/tools.js";
|
|
2
|
+
import { PanelShell as t } from "../../layout/PanelShell.js";
|
|
3
|
+
import { CopyableText as n } from "../../../backoffice/atoms/copyable_text/CopyableText.js";
|
|
4
|
+
import { card as r, label as i, root as a, top as o, value as s, valueContentInline as c, valueDensity as l } from "./MetricCard.css.js";
|
|
5
|
+
import { jsx as u, jsxs as d } from "react/jsx-runtime";
|
|
4
6
|
//#region src/components/dashboard/metric_card/MetricCard.tsx
|
|
5
|
-
var
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
className:
|
|
20
|
-
children: u
|
|
7
|
+
var f = ({ actions: f, className: p, copiedLabel: m, copyLabel: h, copyValue: g, density: _ = "comfortable", hint: v, icon: y, label: b, tone: x, value: S }) => {
|
|
8
|
+
let C = S;
|
|
9
|
+
return g != null && g !== "" && (C = /* @__PURE__ */ u(n, {
|
|
10
|
+
value: g,
|
|
11
|
+
copyValue: g,
|
|
12
|
+
truncate: !1,
|
|
13
|
+
copyLabel: h,
|
|
14
|
+
copiedLabel: m
|
|
15
|
+
})), /* @__PURE__ */ u(t, {
|
|
16
|
+
actions: f,
|
|
17
|
+
className: e(r({ tone: x }), p),
|
|
18
|
+
children: /* @__PURE__ */ d("div", {
|
|
19
|
+
className: a({ density: _ }),
|
|
20
|
+
children: [/* @__PURE__ */ d("div", {
|
|
21
|
+
className: o,
|
|
22
|
+
children: [/* @__PURE__ */ d("div", { children: [/* @__PURE__ */ u("p", {
|
|
23
|
+
className: i,
|
|
24
|
+
children: b
|
|
25
|
+
}), /* @__PURE__ */ u("p", {
|
|
26
|
+
className: e(s, l({ density: _ })),
|
|
27
|
+
children: /* @__PURE__ */ u("span", {
|
|
28
|
+
className: c,
|
|
29
|
+
children: C
|
|
30
|
+
})
|
|
31
|
+
})] }), y != null && /* @__PURE__ */ u("div", {
|
|
32
|
+
className: "_177uje6o txvbqbdsb txvbqbey txvbqbjtp txvbqb19cb",
|
|
33
|
+
children: y
|
|
34
|
+
})]
|
|
35
|
+
}), v != null && /* @__PURE__ */ u("p", {
|
|
36
|
+
className: "_177uje6n txvbqbm9g txvbqb9j txvbqb19cb",
|
|
37
|
+
children: v
|
|
21
38
|
})]
|
|
22
|
-
})
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
})]
|
|
26
|
-
})
|
|
27
|
-
});
|
|
39
|
+
})
|
|
40
|
+
});
|
|
41
|
+
};
|
|
28
42
|
//#endregion
|
|
29
|
-
export {
|
|
43
|
+
export { f as MetricCard, f as default };
|
|
30
44
|
|
|
31
45
|
//# sourceMappingURL=MetricCard.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MetricCard.js","names":[],"sources":["../../../../../src/components/dashboard/metric_card/MetricCard.tsx"],"sourcesContent":["import { type JSX, type ReactNode } from 'react';\n\nimport { PanelShell } from '../../layout/PanelShell.js';\nimport * as styles from './MetricCard.css.js';\n\nexport type MetricCardProps = {\n label: ReactNode;\n value: ReactNode;\n hint?: ReactNode;\n icon?: ReactNode;\n actions?: ReactNode;\n className?: string;\n};\n\nexport const MetricCard = ({\n actions,\n className,\n hint,\n icon,\n label,\n value,\n}: MetricCardProps): JSX.Element => {\n return (\n <PanelShell
|
|
1
|
+
{"version":3,"file":"MetricCard.js","names":[],"sources":["../../../../../src/components/dashboard/metric_card/MetricCard.tsx"],"sourcesContent":["import { type JSX, type ReactNode } from 'react';\n\nimport { CopyableText } from '../../../backoffice/atoms/copyable_text/CopyableText.js';\nimport { PanelShell } from '../../layout/PanelShell.js';\nimport { cx } from '../../../theme/tools.js';\nimport * as styles from './MetricCard.css.js';\n\nexport type MetricTone = 'neutral' | 'info' | 'success' | 'warning' | 'danger';\n\nexport type MetricCardProps = {\n label: ReactNode;\n value: ReactNode;\n hint?: ReactNode;\n icon?: ReactNode;\n actions?: ReactNode;\n className?: string;\n tone?: MetricTone;\n density?: 'compact' | 'comfortable';\n copyValue?: string;\n copyLabel?: string;\n copiedLabel?: string;\n};\n\nexport const MetricCard = ({\n actions,\n className,\n copiedLabel,\n copyLabel,\n copyValue,\n density = 'comfortable',\n hint,\n icon,\n label,\n tone,\n value,\n}: MetricCardProps): JSX.Element => {\n let valueNode = value;\n if (copyValue != null && copyValue !== '') {\n valueNode = (\n <CopyableText\n value={copyValue}\n copyValue={copyValue}\n truncate={false}\n copyLabel={copyLabel}\n copiedLabel={copiedLabel}\n />\n );\n }\n\n return (\n <PanelShell\n actions={actions}\n className={cx(styles.card({ tone }), className)}\n >\n <div className={styles.root({ density })}>\n <div className={styles.top}>\n <div>\n <p className={styles.label}>{label}</p>\n <p className={cx(styles.value, styles.valueDensity({ density }))}>\n <span className={styles.valueContentInline}>{valueNode}</span>\n </p>\n </div>\n {icon != null && <div className={styles.icon}>{icon}</div>}\n </div>\n {hint != null && <p className={styles.hint}>{hint}</p>}\n </div>\n </PanelShell>\n );\n};\n\nexport default MetricCard;\n"],"mappings":";;;;;;AAuBA,IAAa,KAAc,EACzB,YACA,cACA,gBACA,cACA,cACA,aAAU,eACV,MAAA,GACA,MAAA,GACA,OAAA,GACA,SACA,OAAA,QACkC;CAClC,IAAI,IAAY;CAahB,OAZI,KAAa,QAAQ,MAAc,OACrC,IACE,kBAAC,GAAD;EACE,OAAO;EACI;EACX,UAAU;EACC;EACE;EACb,CAAA,GAKJ,kBAAC,GAAD;EACW;EACT,WAAW,EAAG,EAAY,EAAE,SAAM,CAAC,EAAE,EAAU;YAE/C,kBAAC,OAAD;GAAK,WAAW,EAAY,EAAE,YAAS,CAAC;aAAxC,CACE,kBAAC,OAAD;IAAK,WAAW;cAAhB,CACE,kBAAC,OAAD,EAAA,UAAA,CACE,kBAAC,KAAD;KAAG,WAAW;eAAe;KAAU,CAAA,EACvC,kBAAC,KAAD;KAAG,WAAW,EAAG,GAAc,EAAoB,EAAE,YAAS,CAAC,CAAC;eAC9D,kBAAC,QAAD;MAAM,WAAW;gBAA4B;MAAiB,CAAA;KAC5D,CAAA,CACA,EAAA,CAAA,EACL,KAAQ,QAAQ,kBAAC,OAAD;KAAK,WAAW;eAAc;KAAW,CAAA,CACtD;OACL,KAAQ,QAAQ,kBAAC,KAAD;IAAG,WAAW;cAAc;IAAS,CAAA,CAClD;;EACK,CAAA"}
|
|
@@ -1,8 +1,29 @@
|
|
|
1
1
|
/* empty css */
|
|
2
2
|
/* empty css */
|
|
3
|
+
import { createRuntimeFn as e } from "@vanilla-extract/recipes/createRuntimeFn";
|
|
3
4
|
//#region src/components/dashboard/metric_tile_group/MetricTileGroup.css.ts
|
|
4
|
-
var
|
|
5
|
+
var t = e({
|
|
6
|
+
defaultClassName: "_1p0u7xjb _1p0u7xj0 txvbqbdrl txvbqb17w0",
|
|
7
|
+
variantClassNames: {
|
|
8
|
+
density: {
|
|
9
|
+
comfortable: "_1p0u7xjc _1p0u7xj1 txvbqbffj",
|
|
10
|
+
compact: "_1p0u7xjd _1p0u7xj2 txvbqbff6"
|
|
11
|
+
},
|
|
12
|
+
minColumn: {
|
|
13
|
+
min160: "_1p0u7xje _1p0u7xj3 txvbqbhdy",
|
|
14
|
+
min180: "_1p0u7xjf _1p0u7xj4 txvbqbheb",
|
|
15
|
+
min200: "_1p0u7xjg _1p0u7xj5 txvbqbheo",
|
|
16
|
+
min220: "_1p0u7xjh _1p0u7xj6 txvbqbhf1",
|
|
17
|
+
min240: "_1p0u7xji _1p0u7xj7 txvbqbhfe",
|
|
18
|
+
min260: "_1p0u7xjj _1p0u7xj8 txvbqbhfr",
|
|
19
|
+
min280: "_1p0u7xjk _1p0u7xj9 txvbqbhg4",
|
|
20
|
+
min320: "_1p0u7xjl _1p0u7xja txvbqbhgh"
|
|
21
|
+
}
|
|
22
|
+
},
|
|
23
|
+
defaultVariants: {},
|
|
24
|
+
compoundVariants: []
|
|
25
|
+
});
|
|
5
26
|
//#endregion
|
|
6
|
-
export {
|
|
27
|
+
export { t as root };
|
|
7
28
|
|
|
8
29
|
//# sourceMappingURL=MetricTileGroup.css.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MetricTileGroup.css.js","names":[],"sources":["../../../../../src/components/dashboard/metric_tile_group/MetricTileGroup.css.ts"],"sourcesContent":["import { sprinkles } from '../../../theme/sprinkles.css.js';\n\nexport const root = sprinkles({\n
|
|
1
|
+
{"version":3,"file":"MetricTileGroup.css.js","names":[],"sources":["../../../../../src/components/dashboard/metric_tile_group/MetricTileGroup.css.ts"],"sourcesContent":["import { recipe } from '@vanilla-extract/recipes';\n\nimport { sprinkles } from '../../../theme/sprinkles.css.js';\n\nexport type MetricTileGroupMinColumn =\n | '160'\n | '180'\n | '200'\n | '220'\n | '240'\n | '260'\n | '280'\n | '320';\n\nexport const root = recipe({\n base: sprinkles({\n display: 'grid',\n width: 'full',\n }),\n variants: {\n density: {\n comfortable: sprinkles({\n gap: 3,\n }),\n compact: sprinkles({\n gap: 2,\n }),\n },\n minColumn: {\n min160: sprinkles({\n gridTemplateColumns: 'autoFitMinmax160',\n }),\n min180: sprinkles({\n gridTemplateColumns: 'autoFitMinmax180',\n }),\n min200: sprinkles({\n gridTemplateColumns: 'autoFitMinmax200',\n }),\n min220: sprinkles({\n gridTemplateColumns: 'autoFitMinmax220',\n }),\n min240: sprinkles({\n gridTemplateColumns: 'autoFitMinmax240',\n }),\n min260: sprinkles({\n gridTemplateColumns: 'autoFitMinmax260',\n }),\n min280: sprinkles({\n gridTemplateColumns: 'autoFitMinmax280',\n }),\n min320: sprinkles({\n gridTemplateColumns: 'autoFitMinmax320',\n }),\n },\n },\n});\n"],"mappings":""}
|
|
@@ -2,11 +2,23 @@ import { cx as e } from "../../../theme/tools.js";
|
|
|
2
2
|
import { root as t } from "./MetricTileGroup.css.js";
|
|
3
3
|
import { jsx as n } from "react/jsx-runtime";
|
|
4
4
|
//#region src/components/dashboard/metric_tile_group/MetricTileGroup.tsx
|
|
5
|
-
var r =
|
|
6
|
-
|
|
7
|
-
|
|
5
|
+
var r = {
|
|
6
|
+
160: "min160",
|
|
7
|
+
180: "min180",
|
|
8
|
+
200: "min200",
|
|
9
|
+
220: "min220",
|
|
10
|
+
240: "min240",
|
|
11
|
+
260: "min260",
|
|
12
|
+
280: "min280",
|
|
13
|
+
320: "min320"
|
|
14
|
+
}, i = ({ children: i, className: a, density: o = "comfortable", minColumn: s = "220" }) => /* @__PURE__ */ n("div", {
|
|
15
|
+
className: e(t({
|
|
16
|
+
density: o,
|
|
17
|
+
minColumn: r[s]
|
|
18
|
+
}), a),
|
|
19
|
+
children: i
|
|
8
20
|
});
|
|
9
21
|
//#endregion
|
|
10
|
-
export {
|
|
22
|
+
export { i as MetricTileGroup, i as default };
|
|
11
23
|
|
|
12
24
|
//# sourceMappingURL=MetricTileGroup.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MetricTileGroup.js","names":[],"sources":["../../../../../src/components/dashboard/metric_tile_group/MetricTileGroup.tsx"],"sourcesContent":["import { type JSX, type ReactNode } from 'react';\n\nimport { cx } from '../../../theme/tools.js';\nimport * as styles from './MetricTileGroup.css.js';\n\nexport type MetricTileGroupProps = {\n children: ReactNode;\n className?: string;\n};\n\nexport const MetricTileGroup = ({\n children,\n className,\n}: MetricTileGroupProps): JSX.Element => {\n return <div
|
|
1
|
+
{"version":3,"file":"MetricTileGroup.js","names":[],"sources":["../../../../../src/components/dashboard/metric_tile_group/MetricTileGroup.tsx"],"sourcesContent":["import { type JSX, type ReactNode } from 'react';\n\nimport { cx } from '../../../theme/tools.js';\nimport * as styles from './MetricTileGroup.css.js';\nimport type { MetricTileGroupMinColumn } from './MetricTileGroup.css.js';\n\nexport type MetricTileGroupProps = {\n children: ReactNode;\n className?: string;\n density?: 'compact' | 'comfortable';\n minColumn?: MetricTileGroupMinColumn;\n};\n\nconst minColumnVariants: Record<\n MetricTileGroupMinColumn,\n `min${MetricTileGroupMinColumn}`\n> = {\n 160: 'min160',\n 180: 'min180',\n 200: 'min200',\n 220: 'min220',\n 240: 'min240',\n 260: 'min260',\n 280: 'min280',\n 320: 'min320',\n};\n\nexport const MetricTileGroup = ({\n children,\n className,\n density = 'comfortable',\n minColumn = '220',\n}: MetricTileGroupProps): JSX.Element => {\n return (\n <div\n className={cx(\n styles.root({ density, minColumn: minColumnVariants[minColumn] }),\n className,\n )}\n >\n {children}\n </div>\n );\n};\n\nexport default MetricTileGroup;\n"],"mappings":";;;;AAaA,IAAM,IAGF;CACF,KAAK;CACL,KAAK;CACL,KAAK;CACL,KAAK;CACL,KAAK;CACL,KAAK;CACL,KAAK;CACL,KAAK;CACN,EAEY,KAAmB,EAC9B,aACA,cACA,aAAU,eACV,eAAY,YAGV,kBAAC,OAAD;CACE,WAAW,EACT,EAAY;EAAE;EAAS,WAAW,EAAkB;EAAY,CAAC,EACjE,EACD;CAEA;CACG,CAAA"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { RelativeTimeText as e } from "../../../atomic/atoms/relative-time-text/RelativeTimeText.js";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
2
|
+
import { StatusBadge as t } from "../../../backoffice/atoms/status_badge/StatusBadge.js";
|
|
3
|
+
import { PanelShell as n } from "../../layout/PanelShell.js";
|
|
4
4
|
import { BackofficeKeyValueList as r } from "../../../backoffice/molecules/backoffice_key_value_list/BackofficeKeyValueList.js";
|
|
5
5
|
import { root as i, row as a } from "./StatusSummaryPanel.css.js";
|
|
6
6
|
import { jsx as o, jsxs as s } from "react/jsx-runtime";
|
|
7
7
|
//#region src/components/dashboard/status_summary_panel/StatusSummaryPanel.tsx
|
|
8
|
-
var c = ({ className: c, help: l, items: u = [], status: d, statusLabel: f, statusTone: p, title: m, updatedAt: h }) => /* @__PURE__ */ o(
|
|
8
|
+
var c = ({ className: c, help: l, items: u = [], status: d, statusLabel: f, statusTone: p, title: m, updatedAt: h }) => /* @__PURE__ */ o(n, {
|
|
9
9
|
title: m,
|
|
10
10
|
className: c,
|
|
11
11
|
children: /* @__PURE__ */ s("div", {
|
|
@@ -13,7 +13,7 @@ var c = ({ className: c, help: l, items: u = [], status: d, statusLabel: f, stat
|
|
|
13
13
|
children: [
|
|
14
14
|
/* @__PURE__ */ s("div", {
|
|
15
15
|
className: a,
|
|
16
|
-
children: [/* @__PURE__ */ o("span", { children: f ?? d }), /* @__PURE__ */ o(
|
|
16
|
+
children: [/* @__PURE__ */ o("span", { children: f ?? d }), /* @__PURE__ */ o(t, {
|
|
17
17
|
tone: p,
|
|
18
18
|
children: d
|
|
19
19
|
})]
|
|
@@ -1,8 +1,20 @@
|
|
|
1
1
|
/* empty css */
|
|
2
2
|
/* empty css */
|
|
3
|
+
import { createRuntimeFn as e } from "@vanilla-extract/recipes/createRuntimeFn";
|
|
3
4
|
//#region src/components/dashboard/timeline_event_row/TimelineEventRow.css.ts
|
|
4
|
-
var
|
|
5
|
+
var t = e({
|
|
6
|
+
defaultClassName: "_1664kmj1 _1664kmj0 txvbqb1uy txvbqb2et txvbqb2g9 txvbqbuy6 txvbqbdr8 txvbqbf6i txvbqbff6 txvbqb196l txvbqbt9i",
|
|
7
|
+
variantClassNames: { tone: {
|
|
8
|
+
neutral: "_1664kmj2",
|
|
9
|
+
info: "_1664kmj3",
|
|
10
|
+
success: "_1664kmj4",
|
|
11
|
+
warning: "_1664kmj5",
|
|
12
|
+
danger: "_1664kmj6"
|
|
13
|
+
} },
|
|
14
|
+
defaultVariants: { tone: "neutral" },
|
|
15
|
+
compoundVariants: []
|
|
16
|
+
}), n = "_1664kmj7 txvbqbdr8 txvbqbjus txvbqbfo txvbqbff6 txvbqbf91", r = "_1664kmj8 txvbqb96 txvbqb19cb txvbqbf9r", i = "_1664kmj9 txvbqb9j txvbqbfd0 txvbqb19c9", a = "_1664kmja txvbqb9j txvbqb19cb", o = "_1664kmjb txvbqb96 txvbqb19cb", s = "_1664kmjc txvbqbdr8 txvbqbf91 txvbqbff6", c = "_1664kmjd txvbqbyo5 txvbqbzlq txvbqb10iy txvbqbvv1 txvbqbdsb txvbqbfo txvbqbfet txvbqb96 txvbqb1uy txvbqb2et txvbqb17u txvbqb2g9", l = "_1664kmje txvbqb19cb", u = "_1664kmjf txvbqb19c9 txvbqbfd0", d = "_1664kmjh _1664kmjg txvbqb1uy txvbqb2et txvbqb17u txvbqb2g9 txvbqbuxt txvbqb196j txvbqb96 txvbqb19cb txvbqbuvn";
|
|
5
17
|
//#endregion
|
|
6
|
-
export {
|
|
18
|
+
export { a as description, d as details, n as header, o as meta, c as metric, l as metricLabel, u as metricValue, s as metrics, t as root, r as timestamp, i as title };
|
|
7
19
|
|
|
8
20
|
//# sourceMappingURL=TimelineEventRow.css.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TimelineEventRow.css.js","names":[],"sources":["../../../../../src/components/dashboard/timeline_event_row/TimelineEventRow.css.ts"],"sourcesContent":["import { sprinkles } from '../../../theme/sprinkles.css.js';\n\
|
|
1
|
+
{"version":3,"file":"TimelineEventRow.css.js","names":[],"sources":["../../../../../src/components/dashboard/timeline_event_row/TimelineEventRow.css.ts"],"sourcesContent":["import { style } from '@vanilla-extract/css';\nimport { recipe } from '@vanilla-extract/recipes';\n\nimport { sprinkles } from '../../../theme/sprinkles.css.js';\nimport { vars } from '../../../theme/themeContract.css.js';\n\nconst rootBase = sprinkles({\n borderWidth: 'default',\n borderStyle: 'solid',\n borderRadius: 'md',\n padding: 3,\n display: 'flex',\n flexDirection: 'column',\n gap: 2,\n backgroundColor: 'backgroundSecondary',\n minWidth: 0,\n});\n\nexport const root = recipe({\n base: rootBase,\n variants: {\n tone: {\n neutral: { borderColor: vars.colors.borderSubtle },\n info: {\n borderColor: vars.colors.info,\n boxShadow: `inset 3px 0 0 ${vars.colors.info}`,\n },\n success: {\n borderColor: vars.colors.success,\n boxShadow: `inset 3px 0 0 ${vars.colors.success}`,\n },\n warning: {\n borderColor: vars.colors.warning,\n boxShadow: `inset 3px 0 0 ${vars.colors.warning}`,\n },\n danger: {\n borderColor: vars.colors.error,\n boxShadow: `inset 3px 0 0 ${vars.colors.error}`,\n },\n },\n },\n defaultVariants: {\n tone: 'neutral',\n },\n});\n\nexport const header = sprinkles({\n display: 'flex',\n justifyContent: 'space-between',\n alignItems: 'baseline',\n gap: 2,\n flexWrap: 'wrap',\n});\n\nexport const timestamp = sprinkles({\n fontSize: 'xs',\n color: 'textSecondary',\n fontVariantNumeric: 'tabular-nums',\n});\n\nexport const title = sprinkles({\n fontSize: 'sm',\n fontWeight: 'semibold',\n color: 'text',\n});\n\nexport const description = sprinkles({\n fontSize: 'sm',\n color: 'textSecondary',\n});\n\nexport const meta = sprinkles({\n fontSize: 'xs',\n color: 'textSecondary',\n});\n\nexport const metrics = sprinkles({\n display: 'flex',\n flexWrap: 'wrap',\n gap: 2,\n});\n\nexport const metric = sprinkles({\n display: 'inline-flex',\n alignItems: 'baseline',\n gap: 1,\n fontSize: 'xs',\n borderWidth: 'default',\n borderStyle: 'solid',\n borderColor: 'borderSubtle',\n borderRadius: 'md',\n paddingY: 1,\n paddingX: 2,\n});\n\nexport const metricLabel = sprinkles({\n color: 'textSecondary',\n});\n\nexport const metricValue = sprinkles({\n color: 'text',\n fontWeight: 'semibold',\n});\n\nexport const details = style([\n sprinkles({\n borderWidth: 'default',\n borderStyle: 'solid',\n borderColor: 'borderSubtle',\n borderRadius: 'md',\n padding: 2,\n backgroundColor: 'background',\n fontSize: 'xs',\n color: 'textSecondary',\n overflowX: 'auto',\n }),\n {\n overflowWrap: 'anywhere',\n },\n]);\n"],"mappings":""}
|
|
@@ -1,31 +1,52 @@
|
|
|
1
1
|
import { cx as e } from "../../../theme/tools.js";
|
|
2
2
|
import { RelativeTimeText as t } from "../../../atomic/atoms/relative-time-text/RelativeTimeText.js";
|
|
3
|
-
import {
|
|
4
|
-
import { jsx as
|
|
3
|
+
import { header as n, root as r, title as i } from "./TimelineEventRow.css.js";
|
|
4
|
+
import { jsx as a, jsxs as o } from "react/jsx-runtime";
|
|
5
5
|
//#region src/components/dashboard/timeline_event_row/TimelineEventRow.tsx
|
|
6
|
-
var
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
6
|
+
var s = ({ className: s, description: c, details: l, meta: u, metrics: d = [], time: f, title: p, timestamp: m, tone: h = "neutral" }) => {
|
|
7
|
+
let g = f ?? null;
|
|
8
|
+
return g == null && m != null && (g = /* @__PURE__ */ a(t, { value: m })), /* @__PURE__ */ o("article", {
|
|
9
|
+
className: e(r({ tone: h }), s),
|
|
10
|
+
children: [
|
|
11
|
+
/* @__PURE__ */ o("div", {
|
|
12
|
+
className: n,
|
|
13
|
+
children: [/* @__PURE__ */ a("div", {
|
|
14
|
+
className: i,
|
|
15
|
+
children: p
|
|
16
|
+
}), g != null && /* @__PURE__ */ a("span", {
|
|
17
|
+
className: "_1664kmj8 txvbqb96 txvbqb19cb txvbqbf9r",
|
|
18
|
+
children: g
|
|
19
|
+
})]
|
|
20
|
+
}),
|
|
21
|
+
c != null && /* @__PURE__ */ a("div", {
|
|
22
|
+
className: "_1664kmja txvbqb9j txvbqb19cb",
|
|
23
|
+
children: c
|
|
24
|
+
}),
|
|
25
|
+
u != null && /* @__PURE__ */ a("div", {
|
|
26
|
+
className: "_1664kmjb txvbqb96 txvbqb19cb",
|
|
27
|
+
children: u
|
|
28
|
+
}),
|
|
29
|
+
d.length > 0 && /* @__PURE__ */ a("div", {
|
|
30
|
+
className: "_1664kmjc txvbqbdr8 txvbqbf91 txvbqbff6",
|
|
31
|
+
children: d.map((e) => /* @__PURE__ */ o("span", {
|
|
32
|
+
className: "_1664kmjd txvbqbyo5 txvbqbzlq txvbqb10iy txvbqbvv1 txvbqbdsb txvbqbfo txvbqbfet txvbqb96 txvbqb1uy txvbqb2et txvbqb17u txvbqb2g9",
|
|
33
|
+
children: [/* @__PURE__ */ a("span", {
|
|
34
|
+
className: "_1664kmje txvbqb19cb",
|
|
35
|
+
children: e.label
|
|
36
|
+
}), /* @__PURE__ */ a("span", {
|
|
37
|
+
className: "_1664kmjf txvbqb19c9 txvbqbfd0",
|
|
38
|
+
children: e.value
|
|
39
|
+
})]
|
|
40
|
+
}, e.id))
|
|
41
|
+
}),
|
|
42
|
+
l != null && /* @__PURE__ */ a("div", {
|
|
43
|
+
className: "_1664kmjh _1664kmjg txvbqb1uy txvbqb2et txvbqb17u txvbqb2g9 txvbqbuxt txvbqb196j txvbqb96 txvbqb19cb txvbqbuvn",
|
|
44
|
+
children: l
|
|
45
|
+
})
|
|
46
|
+
]
|
|
47
|
+
});
|
|
48
|
+
};
|
|
28
49
|
//#endregion
|
|
29
|
-
export {
|
|
50
|
+
export { s as TimelineEventRow, s as default };
|
|
30
51
|
|
|
31
52
|
//# sourceMappingURL=TimelineEventRow.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TimelineEventRow.js","names":[],"sources":["../../../../../src/components/dashboard/timeline_event_row/TimelineEventRow.tsx"],"sourcesContent":["import { type JSX, type ReactNode } from 'react';\n\nimport { RelativeTimeText } from '../../../atomic/atoms/relative-time-text/RelativeTimeText.js';\nimport { cx } from '../../../theme/tools.js';\nimport * as styles from './TimelineEventRow.css.js';\n\nexport type TimelineEventRowMetric = {\n id: string;\n label: ReactNode;\n value: ReactNode;\n};\n\nexport type TimelineEventRowProps = {\n
|
|
1
|
+
{"version":3,"file":"TimelineEventRow.js","names":[],"sources":["../../../../../src/components/dashboard/timeline_event_row/TimelineEventRow.tsx"],"sourcesContent":["import { type JSX, type ReactNode } from 'react';\n\nimport { RelativeTimeText } from '../../../atomic/atoms/relative-time-text/RelativeTimeText.js';\nimport { cx } from '../../../theme/tools.js';\nimport * as styles from './TimelineEventRow.css.js';\n\nexport type TimelineEventRowMetric = {\n id: string;\n label: ReactNode;\n value: ReactNode;\n};\n\nexport type TimelineEventRowTone =\n | 'neutral'\n | 'info'\n | 'success'\n | 'warning'\n | 'danger';\n\nexport type TimelineEventRowProps = {\n title: ReactNode;\n timestamp?: string | Date;\n time?: ReactNode;\n description?: ReactNode;\n meta?: ReactNode;\n metrics?: readonly TimelineEventRowMetric[];\n details?: ReactNode;\n tone?: TimelineEventRowTone;\n className?: string;\n};\n\nexport const TimelineEventRow = ({\n className,\n description,\n details,\n meta,\n metrics = [],\n time,\n title,\n timestamp,\n tone = 'neutral',\n}: TimelineEventRowProps): JSX.Element => {\n let timeNode = time ?? null;\n if (timeNode == null && timestamp != null) {\n timeNode = <RelativeTimeText value={timestamp} />;\n }\n\n return (\n <article className={cx(styles.root({ tone }), className)}>\n <div className={styles.header}>\n <div className={styles.title}>{title}</div>\n {timeNode != null && (\n <span className={styles.timestamp}>{timeNode}</span>\n )}\n </div>\n {description != null && (\n <div className={styles.description}>{description}</div>\n )}\n {meta != null && <div className={styles.meta}>{meta}</div>}\n {metrics.length > 0 && (\n <div className={styles.metrics}>\n {metrics.map((metric) => {\n return (\n <span key={metric.id} className={styles.metric}>\n <span className={styles.metricLabel}>{metric.label}</span>\n <span className={styles.metricValue}>{metric.value}</span>\n </span>\n );\n })}\n </div>\n )}\n {details != null && <div className={styles.details}>{details}</div>}\n </article>\n );\n};\n\nexport default TimelineEventRow;\n"],"mappings":";;;;;AA+BA,IAAa,KAAoB,EAC/B,cACA,aAAA,GACA,SAAA,GACA,MAAA,GACA,SAAA,IAAU,EAAE,EACZ,SACA,OAAA,GACA,WAAA,GACA,UAAO,gBACiC;CACxC,IAAI,IAAW,KAAQ;CAKvB,OAJI,KAAY,QAAQ,KAAa,SACnC,IAAW,kBAAC,GAAD,EAAkB,OAAO,GAAa,CAAA,GAIjD,kBAAC,WAAD;EAAS,WAAW,EAAG,EAAY,EAAE,SAAM,CAAC,EAAE,EAAU;YAAxD;GACE,kBAAC,OAAD;IAAK,WAAW;cAAhB,CACE,kBAAC,OAAD;KAAK,WAAW;eAAe;KAAY,CAAA,EAC1C,KAAY,QACX,kBAAC,QAAD;KAAM,WAAW;eAAmB;KAAgB,CAAA,CAElD;;GACL,KAAe,QACd,kBAAC,OAAD;IAAK,WAAW;cAAqB;IAAkB,CAAA;GAExD,KAAQ,QAAQ,kBAAC,OAAD;IAAK,WAAW;cAAc;IAAW,CAAA;GACzD,EAAQ,SAAS,KAChB,kBAAC,OAAD;IAAK,WAAW;cACb,EAAQ,KAAK,MAEV,kBAAC,QAAD;KAAsB,WAAW;eAAjC,CACE,kBAAC,QAAD;MAAM,WAAW;gBAAqB,EAAO;MAAa,CAAA,EAC1D,kBAAC,QAAD;MAAM,WAAW;gBAAqB,EAAO;MAAa,CAAA,CACrD;OAHI,EAAO,GAGX,CAET;IACE,CAAA;GAEP,KAAW,QAAQ,kBAAC,OAAD;IAAK,WAAW;cAAiB;IAAc,CAAA;GAC3D"}
|