@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
|
@@ -1810,6 +1810,56 @@ export declare const publicLightThemeValues: {
|
|
|
1810
1810
|
readonly 6: "6deg";
|
|
1811
1811
|
readonly 12: "12deg";
|
|
1812
1812
|
};
|
|
1813
|
+
readonly sidebar: {
|
|
1814
|
+
readonly background: string;
|
|
1815
|
+
readonly borderColor: string;
|
|
1816
|
+
readonly scrollbarColor: string;
|
|
1817
|
+
readonly itemColor: string;
|
|
1818
|
+
readonly itemHoverBackground: string;
|
|
1819
|
+
readonly itemHoverColor: string;
|
|
1820
|
+
readonly itemActiveBackground: string;
|
|
1821
|
+
readonly itemActiveBackgroundImage: `linear-gradient(135deg, ${string}, ${string})`;
|
|
1822
|
+
readonly itemActiveColor: string;
|
|
1823
|
+
readonly itemActiveBorderColor: string;
|
|
1824
|
+
readonly itemActiveShadow: "none";
|
|
1825
|
+
readonly itemDisabledColor: string;
|
|
1826
|
+
readonly itemFocusRing: `0 0 0 2px ${string}`;
|
|
1827
|
+
readonly nestedBorderColor: string;
|
|
1828
|
+
readonly sectionHeaderColor: string;
|
|
1829
|
+
readonly sectionHeaderIconColor: string;
|
|
1830
|
+
readonly sectionHeaderHoverBackground: string;
|
|
1831
|
+
readonly sectionToggleColor: string;
|
|
1832
|
+
readonly actionColor: string;
|
|
1833
|
+
readonly actionHoverBackground: string;
|
|
1834
|
+
readonly actionHoverColor: string;
|
|
1835
|
+
readonly actionFocusRing: `0 0 0 2px ${string}`;
|
|
1836
|
+
readonly dragHandleColor: string;
|
|
1837
|
+
readonly dragHandleHoverBackground: string;
|
|
1838
|
+
readonly dragHandleHoverColor: string;
|
|
1839
|
+
readonly dragOverlayBackground: string;
|
|
1840
|
+
readonly dragOverlayColor: string;
|
|
1841
|
+
readonly dragOverlayBorderColor: string;
|
|
1842
|
+
readonly insertionIndicatorColor: string;
|
|
1843
|
+
readonly collapseButtonBackground: string;
|
|
1844
|
+
readonly collapseButtonColor: string;
|
|
1845
|
+
readonly collapseButtonBorderColor: string;
|
|
1846
|
+
readonly collapseButtonHoverBackground: string;
|
|
1847
|
+
readonly collapseButtonHoverColor: string;
|
|
1848
|
+
readonly collapseButtonHoverShadow: "0 10px 24px rgb(252 106 81 / 0.25)";
|
|
1849
|
+
readonly collapseButtonFocusRing: `0 0 0 2px ${string}`;
|
|
1850
|
+
readonly profileTitleColor: string;
|
|
1851
|
+
readonly profileTriggerBackground: string;
|
|
1852
|
+
readonly profileTriggerBorderColor: string;
|
|
1853
|
+
readonly profileTriggerHoverBackground: string;
|
|
1854
|
+
readonly profileTriggerHoverBorderColor: string;
|
|
1855
|
+
readonly profileTriggerFocusRing: `0 0 0 2px ${string}`;
|
|
1856
|
+
readonly profileAvatarBackgroundImage: `linear-gradient(135deg, ${string}, ${string})`;
|
|
1857
|
+
readonly profileAvatarColor: string;
|
|
1858
|
+
readonly profileTextColor: string;
|
|
1859
|
+
readonly profileSubtextColor: string;
|
|
1860
|
+
readonly profileMenuHoverBackground: string;
|
|
1861
|
+
readonly profileMenuBorderColor: string;
|
|
1862
|
+
};
|
|
1813
1863
|
readonly stroke: {
|
|
1814
1864
|
readonly none: "none";
|
|
1815
1865
|
readonly inherit: string;
|
|
@@ -2281,6 +2331,56 @@ export declare const publicDarkThemeValues: {
|
|
|
2281
2331
|
readonly brandGlow: "0 10px 24px rgb(252 106 81 / 0.25)";
|
|
2282
2332
|
readonly none: "none";
|
|
2283
2333
|
};
|
|
2334
|
+
readonly sidebar: {
|
|
2335
|
+
readonly background: "#11161d";
|
|
2336
|
+
readonly borderColor: "#263040";
|
|
2337
|
+
readonly scrollbarColor: "#364357";
|
|
2338
|
+
readonly itemColor: "#c5ccda";
|
|
2339
|
+
readonly itemHoverBackground: "rgba(143, 103, 113, 0.10)";
|
|
2340
|
+
readonly itemHoverColor: "#f5f7fb";
|
|
2341
|
+
readonly itemActiveBackground: string;
|
|
2342
|
+
readonly itemActiveBackgroundImage: `linear-gradient(135deg, ${string}, #8f6771)`;
|
|
2343
|
+
readonly itemActiveColor: string;
|
|
2344
|
+
readonly itemActiveBorderColor: string;
|
|
2345
|
+
readonly itemActiveShadow: "0 0 0 2px rgba(143, 103, 113, 0.20)";
|
|
2346
|
+
readonly itemDisabledColor: "#98a3b7";
|
|
2347
|
+
readonly itemFocusRing: "0 0 0 2px #8f6771";
|
|
2348
|
+
readonly nestedBorderColor: string;
|
|
2349
|
+
readonly sectionHeaderColor: "#98a3b7";
|
|
2350
|
+
readonly sectionHeaderIconColor: "#98a3b7";
|
|
2351
|
+
readonly sectionHeaderHoverBackground: "rgba(143, 103, 113, 0.10)";
|
|
2352
|
+
readonly sectionToggleColor: "#98a3b7";
|
|
2353
|
+
readonly actionColor: "#8f6771";
|
|
2354
|
+
readonly actionHoverBackground: string;
|
|
2355
|
+
readonly actionHoverColor: string;
|
|
2356
|
+
readonly actionFocusRing: "0 0 0 2px #8f6771";
|
|
2357
|
+
readonly dragHandleColor: "#8f6771";
|
|
2358
|
+
readonly dragHandleHoverBackground: "rgba(143, 103, 113, 0.10)";
|
|
2359
|
+
readonly dragHandleHoverColor: string;
|
|
2360
|
+
readonly dragOverlayBackground: "#202938";
|
|
2361
|
+
readonly dragOverlayColor: "#f5f7fb";
|
|
2362
|
+
readonly dragOverlayBorderColor: string;
|
|
2363
|
+
readonly insertionIndicatorColor: string;
|
|
2364
|
+
readonly collapseButtonBackground: "#11161d";
|
|
2365
|
+
readonly collapseButtonColor: "#8f6771";
|
|
2366
|
+
readonly collapseButtonBorderColor: string;
|
|
2367
|
+
readonly collapseButtonHoverBackground: string;
|
|
2368
|
+
readonly collapseButtonHoverColor: string;
|
|
2369
|
+
readonly collapseButtonHoverShadow: "0 10px 24px rgba(143, 103, 113, 0.20)";
|
|
2370
|
+
readonly collapseButtonFocusRing: "0 0 0 2px #8f6771";
|
|
2371
|
+
readonly profileTitleColor: "#c5ccda";
|
|
2372
|
+
readonly profileTriggerBackground: "#171d26";
|
|
2373
|
+
readonly profileTriggerBorderColor: "rgba(143, 103, 113, 0.20)";
|
|
2374
|
+
readonly profileTriggerHoverBackground: "#202938";
|
|
2375
|
+
readonly profileTriggerHoverBorderColor: "#8f6771";
|
|
2376
|
+
readonly profileTriggerFocusRing: "0 0 0 2px #8f6771";
|
|
2377
|
+
readonly profileAvatarBackgroundImage: `linear-gradient(135deg, ${string}, #8f6771)`;
|
|
2378
|
+
readonly profileAvatarColor: string;
|
|
2379
|
+
readonly profileTextColor: "#f5f7fb";
|
|
2380
|
+
readonly profileSubtextColor: "#c5ccda";
|
|
2381
|
+
readonly profileMenuHoverBackground: "rgba(143, 103, 113, 0.10)";
|
|
2382
|
+
readonly profileMenuBorderColor: "rgba(143, 103, 113, 0.20)";
|
|
2383
|
+
};
|
|
2284
2384
|
readonly stroke: {
|
|
2285
2385
|
readonly none: "none";
|
|
2286
2386
|
readonly primaryLight: "rgba(165, 2, 70, 0.22)";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"publicTheme.css.d.ts","sourceRoot":"","sources":["../../../src/theme/publicTheme.css.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,sBAAsB
|
|
1
|
+
{"version":3,"file":"publicTheme.css.d.ts","sourceRoot":"","sources":["../../../src/theme/publicTheme.css.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAq0BzB,CAAC;AAEX,KAAK,cAAc,CAAC,CAAC,IAAI,CAAC,SAAS,MAAM,GACrC,MAAM,GACN;IACE,QAAQ,EAAE,GAAG,IAAI,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC;CAClD,CAAC;AAEN,MAAM,MAAM,WAAW,GAAG,cAAc,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAgCxE,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsFF,CAAC;AAKjC,eAAO,MAAM,qBAAqB,QAKhC,CAAC;AAEH,eAAO,MAAM,oBAAoB,QAK/B,CAAC"}
|
|
@@ -1767,7 +1767,7 @@ export declare const sprinkles: ((props: {
|
|
|
1767
1767
|
min1200?: 0 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1768
1768
|
} | undefined;
|
|
1769
1769
|
}) => string) & {
|
|
1770
|
-
properties: Set<"animation" | "background" | "border" | "backgroundImage" | "borderRadius" | "borderSpacing" | "borderWidth" | "boxShadow" | "dropShadow" | "grayscale" | "hueRotate" | "invert" | "flex" | "flexBasis" | "flexGrow" | "flexShrink" | "fontFamily" | "fontSize" | "fontWeight" | "gridAutoColumns" | "gridAutoRows" | "gridColumn" | "gridColumnEnd" | "gridColumnStart" | "gridRow" | "gridRowStart" | "gridRowEnd" | "gridTemplateColumns" | "gridTemplateRows" | "left" | "top" | "height" | "inset" | "transform" | "opacity" | "letterSpacing" | "wordSpacing" | "lineHeight" | "listStyleType" | "margin" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "objectPosition" | "bottom" | "right" | "order" | "outlineOffset" | "outlineWidth" | "rotate" | "scale" | "sepia" | "skew" | "stroke" | "strokeWidth" | "textDecorationThickness" | "textUnderlineOffset" | "transitionDelay" | "transitionDuration" | "transitionProperty" | "all" | "gap" | "width" | "transitionTimingFunction" | "zIndex" | "alignItems" | "alignSelf" | "appearance" | "aspectRatio" | "backgroundColor" | "backgroundSize" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomWidth" | "borderCollapse" | "borderLeftColor" | "borderLeftWidth" | "borderRightColor" | "borderRightWidth" | "borderTopColor" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopWidth" | "color" | "columnGap" | "containerType" | "cursor" | "display" | "filter" | "flexDirection" | "flexWrap" | "fontStyle" | "fontVariantNumeric" | "justifyContent" | "justifyItems" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "objectFit" | "outlineColor" | "outlineStyle" | "overflowWrap" | "overflowX" | "overflowY" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "pointerEvents" | "position" | "resize" | "rowGap" | "scrollMarginTop" | "
|
|
1770
|
+
properties: Set<"animation" | "background" | "border" | "backgroundImage" | "borderRadius" | "borderSpacing" | "borderWidth" | "boxShadow" | "dropShadow" | "grayscale" | "hueRotate" | "invert" | "flex" | "flexBasis" | "flexGrow" | "flexShrink" | "fontFamily" | "fontSize" | "fontWeight" | "gridAutoColumns" | "gridAutoRows" | "gridColumn" | "gridColumnEnd" | "gridColumnStart" | "gridRow" | "gridRowStart" | "gridRowEnd" | "gridTemplateColumns" | "gridTemplateRows" | "left" | "top" | "height" | "inset" | "transform" | "opacity" | "letterSpacing" | "wordSpacing" | "lineHeight" | "listStyleType" | "margin" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "objectPosition" | "bottom" | "right" | "order" | "outlineOffset" | "outlineWidth" | "rotate" | "scale" | "sepia" | "skew" | "borderColor" | "scrollbarColor" | "stroke" | "strokeWidth" | "textDecorationThickness" | "textUnderlineOffset" | "transitionDelay" | "transitionDuration" | "transitionProperty" | "all" | "gap" | "width" | "transitionTimingFunction" | "zIndex" | "alignItems" | "alignSelf" | "appearance" | "aspectRatio" | "backgroundColor" | "backgroundSize" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomWidth" | "borderCollapse" | "borderLeftColor" | "borderLeftWidth" | "borderRightColor" | "borderRightWidth" | "borderTopColor" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopWidth" | "color" | "columnGap" | "containerType" | "cursor" | "display" | "filter" | "flexDirection" | "flexWrap" | "fontStyle" | "fontVariantNumeric" | "justifyContent" | "justifyItems" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "objectFit" | "outlineColor" | "outlineStyle" | "overflowWrap" | "overflowX" | "overflowY" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "pointerEvents" | "position" | "resize" | "rowGap" | "scrollMarginTop" | "scrollbarGutter" | "scrollbarWidth" | "textAlign" | "textDecorationColor" | "textIndent" | "textOverflow" | "textTransform" | "transformOrigin" | "userSelect" | "verticalAlign" | "visibility" | "whiteSpace" | "willChange" | "wordBreak" | "borderBottom" | "borderLeft" | "borderRight" | "borderStyle" | "borderTop" | "font" | "outline" | "overflow" | "padding" | "paddingBlock" | "paddingInline" | "placeContent" | "placeItems" | "scrollMargin" | "scrollPadding" | "textDecoration" | "msOverflowStyle" | "clip" | "arrows" | "placeHolder" | "scrollBar" | "marginX" | "marginY" | "paddingX" | "paddingY" | "textColor" | "textOpacity">;
|
|
1771
1771
|
};
|
|
1772
1772
|
export declare const hoverSprinkles: ((props: {
|
|
1773
1773
|
backgroundColor?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | {
|
|
@@ -1953,6 +1953,6 @@ export declare const stateSprinkles: ((props: {
|
|
|
1953
1953
|
disabled?: 0 | "none" | "left" | "center" | "right" | "press" | "lift" | "y0" | "centerY" | 100 | 200 | undefined;
|
|
1954
1954
|
} | undefined;
|
|
1955
1955
|
}) => string) & {
|
|
1956
|
-
properties: Set<"boxShadow" | "transform" | "opacity" | "outlineOffset" | "outlineWidth" | "textUnderlineOffset" | "backgroundColor" | "color" | "cursor" | "filter" | "outlineColor" | "outlineStyle" | "
|
|
1956
|
+
properties: Set<"boxShadow" | "transform" | "opacity" | "outlineOffset" | "outlineWidth" | "borderColor" | "textUnderlineOffset" | "backgroundColor" | "color" | "cursor" | "filter" | "outlineColor" | "outlineStyle" | "outline" | "textDecoration">;
|
|
1957
1957
|
};
|
|
1958
1958
|
//# sourceMappingURL=sprinkles.css.d.ts.map
|
|
@@ -2002,6 +2002,56 @@ export declare const vars: {
|
|
|
2002
2002
|
6: `var(--${string})`;
|
|
2003
2003
|
12: `var(--${string})`;
|
|
2004
2004
|
};
|
|
2005
|
+
sidebar: {
|
|
2006
|
+
background: `var(--${string})`;
|
|
2007
|
+
borderColor: `var(--${string})`;
|
|
2008
|
+
scrollbarColor: `var(--${string})`;
|
|
2009
|
+
itemColor: `var(--${string})`;
|
|
2010
|
+
itemHoverBackground: `var(--${string})`;
|
|
2011
|
+
itemHoverColor: `var(--${string})`;
|
|
2012
|
+
itemActiveBackground: `var(--${string})`;
|
|
2013
|
+
itemActiveBackgroundImage: `var(--${string})`;
|
|
2014
|
+
itemActiveColor: `var(--${string})`;
|
|
2015
|
+
itemActiveBorderColor: `var(--${string})`;
|
|
2016
|
+
itemActiveShadow: `var(--${string})`;
|
|
2017
|
+
itemDisabledColor: `var(--${string})`;
|
|
2018
|
+
itemFocusRing: `var(--${string})`;
|
|
2019
|
+
nestedBorderColor: `var(--${string})`;
|
|
2020
|
+
sectionHeaderColor: `var(--${string})`;
|
|
2021
|
+
sectionHeaderIconColor: `var(--${string})`;
|
|
2022
|
+
sectionHeaderHoverBackground: `var(--${string})`;
|
|
2023
|
+
sectionToggleColor: `var(--${string})`;
|
|
2024
|
+
actionColor: `var(--${string})`;
|
|
2025
|
+
actionHoverBackground: `var(--${string})`;
|
|
2026
|
+
actionHoverColor: `var(--${string})`;
|
|
2027
|
+
actionFocusRing: `var(--${string})`;
|
|
2028
|
+
dragHandleColor: `var(--${string})`;
|
|
2029
|
+
dragHandleHoverBackground: `var(--${string})`;
|
|
2030
|
+
dragHandleHoverColor: `var(--${string})`;
|
|
2031
|
+
dragOverlayBackground: `var(--${string})`;
|
|
2032
|
+
dragOverlayColor: `var(--${string})`;
|
|
2033
|
+
dragOverlayBorderColor: `var(--${string})`;
|
|
2034
|
+
insertionIndicatorColor: `var(--${string})`;
|
|
2035
|
+
collapseButtonBackground: `var(--${string})`;
|
|
2036
|
+
collapseButtonColor: `var(--${string})`;
|
|
2037
|
+
collapseButtonBorderColor: `var(--${string})`;
|
|
2038
|
+
collapseButtonHoverBackground: `var(--${string})`;
|
|
2039
|
+
collapseButtonHoverColor: `var(--${string})`;
|
|
2040
|
+
collapseButtonHoverShadow: `var(--${string})`;
|
|
2041
|
+
collapseButtonFocusRing: `var(--${string})`;
|
|
2042
|
+
profileTitleColor: `var(--${string})`;
|
|
2043
|
+
profileTriggerBackground: `var(--${string})`;
|
|
2044
|
+
profileTriggerBorderColor: `var(--${string})`;
|
|
2045
|
+
profileTriggerHoverBackground: `var(--${string})`;
|
|
2046
|
+
profileTriggerHoverBorderColor: `var(--${string})`;
|
|
2047
|
+
profileTriggerFocusRing: `var(--${string})`;
|
|
2048
|
+
profileAvatarBackgroundImage: `var(--${string})`;
|
|
2049
|
+
profileAvatarColor: `var(--${string})`;
|
|
2050
|
+
profileTextColor: `var(--${string})`;
|
|
2051
|
+
profileSubtextColor: `var(--${string})`;
|
|
2052
|
+
profileMenuHoverBackground: `var(--${string})`;
|
|
2053
|
+
profileMenuBorderColor: `var(--${string})`;
|
|
2054
|
+
};
|
|
2005
2055
|
stroke: {
|
|
2006
2056
|
none: `var(--${string})`;
|
|
2007
2057
|
inherit: `var(--${string})`;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"themeContract.css.d.ts","sourceRoot":"","sources":["../../../src/theme/themeContract.css.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgGlB,CAAC;AAEF,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8FnB,CAAC;AAEF,eAAO,MAAM,IAAI
|
|
1
|
+
{"version":3,"file":"themeContract.css.d.ts","sourceRoot":"","sources":["../../../src/theme/themeContract.css.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgGlB,CAAC;AAEF,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8FnB,CAAC;AAEF,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA84Bf,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plumile/ui",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.142",
|
|
4
4
|
"description": "Shared React UI primitives and theme for Kronex applications",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -165,7 +165,7 @@
|
|
|
165
165
|
"tslib": "^2.8.1"
|
|
166
166
|
},
|
|
167
167
|
"devDependencies": {
|
|
168
|
-
"@plumile/router": "^0.1.
|
|
168
|
+
"@plumile/router": "^0.1.142",
|
|
169
169
|
"@types/react": "19.2.14",
|
|
170
170
|
"@types/react-dom": "19.2.3",
|
|
171
171
|
"i18next": "26.1.0",
|
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
"typescript": "6.0.3"
|
|
177
177
|
},
|
|
178
178
|
"peerDependencies": {
|
|
179
|
-
"@plumile/router": "^0.1.
|
|
179
|
+
"@plumile/router": "^0.1.134",
|
|
180
180
|
"i18next": "^26.1.0",
|
|
181
181
|
"react": "^19.2.6",
|
|
182
182
|
"react-dom": "^19.2.6",
|
|
@@ -69,17 +69,24 @@
|
|
|
69
69
|
"serializationError": "Failed to serialize JSON",
|
|
70
70
|
"title": "Raw JSON"
|
|
71
71
|
},
|
|
72
|
-
"
|
|
73
|
-
"
|
|
74
|
-
"
|
|
75
|
-
"
|
|
72
|
+
"payloadViewer": {
|
|
73
|
+
"code": "Code",
|
|
74
|
+
"details": "View details",
|
|
75
|
+
"emptyState": "N/A",
|
|
76
|
+
"text": "Text"
|
|
77
|
+
},
|
|
78
|
+
"picker": {
|
|
79
|
+
"empty": {
|
|
80
|
+
"description": "Try another search term.",
|
|
81
|
+
"title": "No result"
|
|
82
|
+
},
|
|
83
|
+
"listAriaLabel": "Picker results",
|
|
84
|
+
"searchAriaLabel": "Search",
|
|
85
|
+
"searchPlaceholder": "Search..."
|
|
76
86
|
},
|
|
77
87
|
"relationsMenu": {
|
|
78
88
|
"label": "Relations"
|
|
79
89
|
},
|
|
80
|
-
"tabs": {
|
|
81
|
-
"label": "Tabs"
|
|
82
|
-
},
|
|
83
90
|
"tag": {
|
|
84
91
|
"remove": "Remove"
|
|
85
92
|
}
|
|
@@ -89,6 +96,8 @@
|
|
|
89
96
|
"cancel": "Cancel",
|
|
90
97
|
"close": "Close",
|
|
91
98
|
"confirm": "Confirm",
|
|
99
|
+
"copied": "Copied",
|
|
100
|
+
"copy": "Copy",
|
|
92
101
|
"save": "Save",
|
|
93
102
|
"saving": "Saving..."
|
|
94
103
|
},
|
|
@@ -71,17 +71,24 @@
|
|
|
71
71
|
"serializationError": "Impossible de sérialiser le JSON",
|
|
72
72
|
"title": "JSON brut"
|
|
73
73
|
},
|
|
74
|
-
"
|
|
75
|
-
"
|
|
76
|
-
"
|
|
77
|
-
"
|
|
74
|
+
"payloadViewer": {
|
|
75
|
+
"code": "Code",
|
|
76
|
+
"details": "Voir le détail",
|
|
77
|
+
"emptyState": "N/A",
|
|
78
|
+
"text": "Texte"
|
|
79
|
+
},
|
|
80
|
+
"picker": {
|
|
81
|
+
"empty": {
|
|
82
|
+
"description": "Essayez un autre terme de recherche.",
|
|
83
|
+
"title": "Aucun résultat"
|
|
84
|
+
},
|
|
85
|
+
"listAriaLabel": "Résultats du sélecteur",
|
|
86
|
+
"searchAriaLabel": "Rechercher",
|
|
87
|
+
"searchPlaceholder": "Rechercher..."
|
|
78
88
|
},
|
|
79
89
|
"relationsMenu": {
|
|
80
90
|
"label": "Relations"
|
|
81
91
|
},
|
|
82
|
-
"tabs": {
|
|
83
|
-
"label": "Onglets"
|
|
84
|
-
},
|
|
85
92
|
"tag": {
|
|
86
93
|
"remove": "Retirer"
|
|
87
94
|
}
|
|
@@ -91,6 +98,8 @@
|
|
|
91
98
|
"cancel": "Annuler",
|
|
92
99
|
"close": "Fermer",
|
|
93
100
|
"confirm": "Confirmer",
|
|
101
|
+
"copied": "Copié",
|
|
102
|
+
"copy": "Copier",
|
|
94
103
|
"save": "Enregistrer",
|
|
95
104
|
"saving": "Enregistrement..."
|
|
96
105
|
},
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/* empty css */
|
|
2
|
-
/* empty css */
|
|
3
|
-
//#region src/atomic/molecules/card/Card.css.ts
|
|
4
|
-
var e = "_1hz8mkr0 txvbqb17w0 txvbqb2gz txvbqb197x", t = "_1hz8mkr1 txvbqbdr8 txvbqbey txvbqbjus txvbqbuyj", n = "_1hz8mkr2 txvbqb9w txvbqbfd0 txvbqb19c9", r = "_1hz8mkr3 txvbqbuz9";
|
|
5
|
-
//#endregion
|
|
6
|
-
export { e as card, r as content, t as header, n as title };
|
|
7
|
-
|
|
8
|
-
//# sourceMappingURL=Card.css.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Card.css.js","names":[],"sources":["../../../../../src/atomic/molecules/card/Card.css.ts"],"sourcesContent":["import { sprinkles } from '../../../theme/sprinkles.css.js';\n\nexport const card = sprinkles({\n width: 'full',\n borderRadius: 'xl',\n backgroundColor: 'brandSecondaryOrange-20',\n});\n\nexport const header = sprinkles({\n display: 'flex',\n alignItems: 'center',\n justifyContent: 'space-between',\n padding: 4,\n});\n\nexport const title = sprinkles({\n fontSize: 'base',\n fontWeight: 'semibold',\n color: 'text',\n});\n\nexport const content = sprinkles({\n padding: 6,\n});\n"],"mappings":""}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/* empty css */
|
|
2
|
-
/* empty css */
|
|
3
|
-
//#region src/atomic/molecules/form/FormErrorBanner.css.ts
|
|
4
|
-
var e = "_1l6nmfd0 txvbqbyov txvbqbzmg txvbqb10jo txvbqbvvr txvbqb2fj txvbqb19cn txvbqb9j txvbqblyz txvbqbn8h txvbqb1977 txvbqb1w1 txvbqb2et txvbqb1ad";
|
|
5
|
-
//#endregion
|
|
6
|
-
export { e as root };
|
|
7
|
-
|
|
8
|
-
//# sourceMappingURL=FormErrorBanner.css.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"FormErrorBanner.css.js","names":[],"sources":["../../../../../src/atomic/molecules/form/FormErrorBanner.css.ts"],"sourcesContent":["import { sprinkles } from '../../../theme/sprinkles.css.js';\n\nexport const root = sprinkles({\n borderRadius: 'sm',\n color: 'error',\n fontSize: 'sm',\n lineHeight: 1.4,\n marginBottom: 4,\n paddingY: 3,\n paddingX: 4,\n backgroundColor: 'error-8',\n borderWidth: 'px',\n borderStyle: 'solid',\n borderColor: 'error-35',\n});\n"],"mappings":""}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { root as e } from "./FormErrorBanner.css.js";
|
|
2
|
-
import { jsx as t } from "react/jsx-runtime";
|
|
3
|
-
//#region src/atomic/molecules/form/FormErrorBanner.tsx
|
|
4
|
-
var n = ({ message: n, className: r, ...i }) => {
|
|
5
|
-
let a = n?.trim();
|
|
6
|
-
return a == null || a === "" ? null : /* @__PURE__ */ t("div", {
|
|
7
|
-
className: [e, r].filter((e) => e != null && e !== "").join(" "),
|
|
8
|
-
role: "alert",
|
|
9
|
-
"aria-live": "assertive",
|
|
10
|
-
...i,
|
|
11
|
-
children: a
|
|
12
|
-
});
|
|
13
|
-
};
|
|
14
|
-
//#endregion
|
|
15
|
-
export { n as FormErrorBanner, n as default };
|
|
16
|
-
|
|
17
|
-
//# sourceMappingURL=FormErrorBanner.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"FormErrorBanner.js","names":[],"sources":["../../../../../src/atomic/molecules/form/FormErrorBanner.tsx"],"sourcesContent":["import { type HTMLAttributes, type JSX } from 'react';\n\nimport * as styles from './FormErrorBanner.css.js';\n\ntype Props = HTMLAttributes<HTMLDivElement> & {\n message?: string | null;\n};\n\nexport const FormErrorBanner = ({\n message,\n className,\n ...rest\n}: Props): JSX.Element | null => {\n const content = message?.trim();\n\n if (content == null || content === '') {\n return null;\n }\n\n const classNames = [styles.root, className]\n .filter((value) => {\n return value != null && value !== '';\n })\n .join(' ');\n\n return (\n <div className={classNames} role=\"alert\" aria-live=\"assertive\" {...rest}>\n {content}\n </div>\n );\n};\n\nexport default FormErrorBanner;\n"],"mappings":";;;AAQA,IAAa,KAAmB,EAC9B,YACA,cACA,GAAG,QAC4B;CAC/B,IAAM,IAAU,GAAS,MAAM;CAY/B,OAVI,KAAW,QAAQ,MAAY,KAC1B,OAUP,kBAAC,OAAD;EAAK,WAPY,CAAC,GAAa,EAAU,CACxC,QAAQ,MACA,KAAS,QAAQ,MAAU,GAClC,CACD,KAAK,IAGU;EAAY,MAAK;EAAQ,aAAU;EAAY,GAAI;YAChE;EACG,CAAA"}
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
import { cx as e } from "../../../theme/tools.js";
|
|
2
|
-
import { BackofficePageHeader as t } from "../../../backoffice/molecules/backoffice_page_header/BackofficePageHeader.js";
|
|
3
|
-
import { actions as n, container as r, content as i, contentSection as a } from "./detailPage.css.js";
|
|
4
|
-
import { jsx as o, jsxs as s } from "react/jsx-runtime";
|
|
5
|
-
//#region src/atomic/templates/detail-page/DetailPage.tsx
|
|
6
|
-
var c = (e, t) => {
|
|
7
|
-
let r = t ?? [], i = r.length > 0, a = e != null;
|
|
8
|
-
return !a && !i ? null : /* @__PURE__ */ s("div", {
|
|
9
|
-
className: n,
|
|
10
|
-
children: [i && /* @__PURE__ */ o("div", {
|
|
11
|
-
className: "_8ct8xq3 txvbqbdr8 txvbqbey txvbqbff6 txvbqbf91",
|
|
12
|
-
children: r.map((e, t) => /* @__PURE__ */ o("div", {
|
|
13
|
-
className: "_8ct8xq4 txvbqbdr8 txvbqbey",
|
|
14
|
-
children: e
|
|
15
|
-
}, t))
|
|
16
|
-
}), a && /* @__PURE__ */ o("div", {
|
|
17
|
-
className: "_8ct8xq5 txvbqbdr8 txvbqbey",
|
|
18
|
-
children: e
|
|
19
|
-
})]
|
|
20
|
-
});
|
|
21
|
-
}, l = ({ title: n, subtitle: a, primaryAction: l, secondaryActions: u, headerSupplement: d, children: f, className: p, contentClassName: m }) => /* @__PURE__ */ s("div", {
|
|
22
|
-
className: e(r, p),
|
|
23
|
-
children: [
|
|
24
|
-
/* @__PURE__ */ o(t, {
|
|
25
|
-
title: n,
|
|
26
|
-
subtitle: a,
|
|
27
|
-
actions: c(l, u)
|
|
28
|
-
}),
|
|
29
|
-
d != null && /* @__PURE__ */ o("div", {
|
|
30
|
-
className: "_8ct8xq1 txvbqbdr8 txvbqbf6i txvbqbffw",
|
|
31
|
-
children: d
|
|
32
|
-
}),
|
|
33
|
-
/* @__PURE__ */ o("div", {
|
|
34
|
-
className: e(i, m),
|
|
35
|
-
children: f
|
|
36
|
-
})
|
|
37
|
-
]
|
|
38
|
-
}), u = ({ children: t, className: n, withBaseStyles: r = !0, ...i }) => {
|
|
39
|
-
let s;
|
|
40
|
-
return r ? s = e(a, n) : n != null && (s = n), /* @__PURE__ */ o("div", {
|
|
41
|
-
...i,
|
|
42
|
-
className: s,
|
|
43
|
-
children: t
|
|
44
|
-
});
|
|
45
|
-
};
|
|
46
|
-
//#endregion
|
|
47
|
-
export { l as DetailPage, l as default, u as DetailPageContent };
|
|
48
|
-
|
|
49
|
-
//# sourceMappingURL=DetailPage.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DetailPage.js","names":[],"sources":["../../../../../src/atomic/templates/detail-page/DetailPage.tsx"],"sourcesContent":["import { type ComponentPropsWithoutRef, type JSX, type ReactNode } from 'react';\n\nimport { BackofficePageHeader } from '../../../backoffice/molecules/backoffice_page_header/BackofficePageHeader.js';\nimport { cx } from '../../../theme/tools.js';\nimport * as styles from './detailPage.css.js';\n\nexport type DetailPageProps = {\n title: string;\n subtitle?: ReactNode;\n primaryAction?: ReactNode;\n secondaryActions?: readonly ReactNode[];\n headerSupplement?: ReactNode;\n children: ReactNode;\n className?: string;\n contentClassName?: string;\n};\n\nexport type DetailPageContentProps = ComponentPropsWithoutRef<'div'> & {\n children: ReactNode;\n withBaseStyles?: boolean;\n};\n\nconst renderActions = (\n primaryAction?: ReactNode,\n secondaryActions?: readonly ReactNode[],\n): ReactNode | null => {\n const secondaryList = secondaryActions ?? [];\n const hasSecondary = secondaryList.length > 0;\n const hasPrimary = primaryAction != null;\n\n if (!hasPrimary && !hasSecondary) {\n return null;\n }\n\n return (\n <div className={styles.actions}>\n {hasSecondary && (\n <div className={styles.secondaryActions}>\n {secondaryList.map((action, index) => {\n return (\n <div key={index} className={styles.actionItem}>\n {action}\n </div>\n );\n })}\n </div>\n )}\n {hasPrimary && (\n <div className={styles.primaryAction}>{primaryAction}</div>\n )}\n </div>\n );\n};\n\nexport const DetailPage = ({\n title,\n subtitle,\n primaryAction,\n secondaryActions,\n headerSupplement,\n children,\n className,\n contentClassName,\n}: DetailPageProps): JSX.Element => {\n return (\n <div className={cx(styles.container, className)}>\n <BackofficePageHeader\n title={title}\n subtitle={subtitle}\n actions={renderActions(primaryAction, secondaryActions)}\n />\n {headerSupplement != null && (\n <div className={styles.headerSupplement}>{headerSupplement}</div>\n )}\n <div className={cx(styles.content, contentClassName)}>{children}</div>\n </div>\n );\n};\n\nexport const DetailPageContent = ({\n children,\n className,\n withBaseStyles = true,\n ...rest\n}: DetailPageContentProps): JSX.Element => {\n let contentClassName: string | undefined;\n if (withBaseStyles) {\n contentClassName = cx(styles.contentSection, className);\n } else if (className != null) {\n contentClassName = className;\n }\n\n return (\n <div {...rest} className={contentClassName}>\n {children}\n </div>\n );\n};\n\nexport default DetailPage;\n"],"mappings":";;;;;AAsBA,IAAM,KACJ,GACA,MACqB;CACrB,IAAM,IAAgB,KAAoB,EAAE,EACtC,IAAe,EAAc,SAAS,GACtC,IAAa,KAAiB;CAMpC,OAJI,CAAC,KAAc,CAAC,IACX,OAIP,kBAAC,OAAD;EAAK,WAAW;YAAhB,CACG,KACC,kBAAC,OAAD;GAAK,WAAW;aACb,EAAc,KAAK,GAAQ,MAExB,kBAAC,OAAD;IAAiB,WAAW;cACzB;IACG,EAFI,EAEJ,CAER;GACE,CAAA,EAEP,KACC,kBAAC,OAAD;GAAK,WAAW;aAAuB;GAAoB,CAAA,CAEzD;;GAIG,KAAc,EACzB,UACA,aACA,kBACA,qBACA,kBAAA,GACA,aACA,cACA,0BAGE,kBAAC,OAAD;CAAK,WAAW,EAAG,GAAkB,EAAU;WAA/C;EACE,kBAAC,GAAD;GACS;GACG;GACV,SAAS,EAAc,GAAe,EAAiB;GACvD,CAAA;EACD,KAAoB,QACnB,kBAAC,OAAD;GAAK,WAAW;aAA0B;GAAuB,CAAA;EAEnE,kBAAC,OAAD;GAAK,WAAW,EAAG,GAAgB,EAAiB;GAAG;GAAe,CAAA;EAClE;IAIG,KAAqB,EAChC,aACA,cACA,oBAAiB,IACjB,GAAG,QACsC;CACzC,IAAI;CAOJ,OANI,IACF,IAAmB,EAAG,GAAuB,EAAU,GAC9C,KAAa,SACtB,IAAmB,IAInB,kBAAC,OAAD;EAAK,GAAI;EAAM,WAAW;EACvB;EACG,CAAA"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/* empty css */
|
|
2
|
-
/* empty css */
|
|
3
|
-
//#region src/atomic/templates/detail-page/detailPage.css.ts
|
|
4
|
-
var e = "_8ct8xq0 txvbqbdr8 txvbqbf6i txvbqbfgm txvbqbyov txvbqb10k1", t = "_8ct8xq1 txvbqbdr8 txvbqbf6i txvbqbffw", n = "_8ct8xq2 txvbqbdr8 txvbqbey txvbqbju2 txvbqbff6 txvbqbf91", r = "_8ct8xq3 txvbqbdr8 txvbqbey txvbqbff6 txvbqbf91", i = "_8ct8xq4 txvbqbdr8 txvbqbey", a = "_8ct8xq5 txvbqbdr8 txvbqbey", o = "_8ct8xq6 txvbqbdr8 txvbqbf6i txvbqbfgm", s = "_8ct8xq7 txvbqbdr8 txvbqbf6i txvbqbffw";
|
|
5
|
-
//#endregion
|
|
6
|
-
export { i as actionItem, n as actions, e as container, o as content, s as contentSection, t as headerSupplement, a as primaryAction, r as secondaryActions };
|
|
7
|
-
|
|
8
|
-
//# sourceMappingURL=detailPage.css.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"detailPage.css.js","names":[],"sources":["../../../../../src/atomic/templates/detail-page/detailPage.css.ts"],"sourcesContent":["import { sprinkles } from '../../../theme/sprinkles.css.js';\n\nexport const container = sprinkles({\n display: 'flex',\n flexDirection: 'column',\n gap: 6,\n paddingLeft: 4,\n paddingTop: 4,\n});\n\nexport const headerSupplement = sprinkles({\n display: 'flex',\n flexDirection: 'column',\n gap: 4,\n});\n\nexport const actions = sprinkles({\n display: 'flex',\n alignItems: 'center',\n justifyContent: 'flex-end',\n gap: 2,\n flexWrap: 'wrap',\n});\n\nexport const secondaryActions = sprinkles({\n display: 'flex',\n alignItems: 'center',\n gap: 2,\n flexWrap: 'wrap',\n});\n\nexport const actionItem = sprinkles({\n display: 'flex',\n alignItems: 'center',\n});\n\nexport const primaryAction = sprinkles({\n display: 'flex',\n alignItems: 'center',\n});\n\nexport const content = sprinkles({\n display: 'flex',\n flexDirection: 'column',\n gap: 6,\n});\n\nexport const contentSection = sprinkles({\n display: 'flex',\n flexDirection: 'column',\n gap: 4,\n});\n"],"mappings":""}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { cx as e } from "../../../theme/tools.js";
|
|
2
|
-
import { container as t, header as n, layout as r, primary as i, secondary as a, stacked as o } from "./backofficeDetailLayout.css.js";
|
|
3
|
-
import { jsx as s, jsxs as c } from "react/jsx-runtime";
|
|
4
|
-
//#region src/backoffice/molecules/backoffice_detail_layout/BackofficeDetailLayout.tsx
|
|
5
|
-
var l = ({ header: l, content: u, aside: d, className: f }) => {
|
|
6
|
-
let p = null;
|
|
7
|
-
return l != null && (p = /* @__PURE__ */ s("div", {
|
|
8
|
-
className: n,
|
|
9
|
-
children: l
|
|
10
|
-
})), d == null ? /* @__PURE__ */ c("div", {
|
|
11
|
-
className: e(t, f),
|
|
12
|
-
children: [p, /* @__PURE__ */ s("div", {
|
|
13
|
-
className: o,
|
|
14
|
-
children: u
|
|
15
|
-
})]
|
|
16
|
-
}) : /* @__PURE__ */ c("div", {
|
|
17
|
-
className: e(t, f),
|
|
18
|
-
children: [p, /* @__PURE__ */ c("div", {
|
|
19
|
-
className: r,
|
|
20
|
-
children: [/* @__PURE__ */ s("div", {
|
|
21
|
-
className: i,
|
|
22
|
-
children: u
|
|
23
|
-
}), /* @__PURE__ */ s("aside", {
|
|
24
|
-
className: a,
|
|
25
|
-
children: d
|
|
26
|
-
})]
|
|
27
|
-
})]
|
|
28
|
-
});
|
|
29
|
-
};
|
|
30
|
-
//#endregion
|
|
31
|
-
export { l as BackofficeDetailLayout, l as default };
|
|
32
|
-
|
|
33
|
-
//# sourceMappingURL=BackofficeDetailLayout.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BackofficeDetailLayout.js","names":[],"sources":["../../../../../src/backoffice/molecules/backoffice_detail_layout/BackofficeDetailLayout.tsx"],"sourcesContent":["import { type JSX, type ReactNode } from 'react';\nimport { cx } from '../../../theme/tools.js';\n\nimport * as styles from './backofficeDetailLayout.css.js';\n\nexport type BackofficeDetailLayoutProps = {\n header: ReactNode;\n content: ReactNode;\n aside?: ReactNode;\n className?: string;\n};\n\nexport const BackofficeDetailLayout = ({\n header,\n content,\n aside,\n className,\n}: BackofficeDetailLayoutProps): JSX.Element => {\n let headerNode: JSX.Element | null = null;\n if (header != null) {\n headerNode = <div className={styles.header}>{header}</div>;\n }\n\n if (aside == null) {\n return (\n <div className={cx(styles.container, className)}>\n {headerNode}\n <div className={styles.stacked}>{content}</div>\n </div>\n );\n }\n\n return (\n <div className={cx(styles.container, className)}>\n {headerNode}\n <div className={styles.layout}>\n <div className={styles.primary}>{content}</div>\n <aside className={styles.secondary}>{aside}</aside>\n </div>\n </div>\n );\n};\n\nexport default BackofficeDetailLayout;\n"],"mappings":";;;;AAYA,IAAa,KAA0B,EACrC,QAAA,GACA,YACA,UACA,mBAC8C;CAC9C,IAAI,IAAiC;CAcrC,OAbI,KAAU,SACZ,IAAa,kBAAC,OAAD;EAAK,WAAW;YAAgB;EAAa,CAAA,GAGxD,KAAS,OAET,kBAAC,OAAD;EAAK,WAAW,EAAG,GAAkB,EAAU;YAA/C,CACG,GACD,kBAAC,OAAD;GAAK,WAAW;aAAiB;GAAc,CAAA,CAC3C;MAKR,kBAAC,OAAD;EAAK,WAAW,EAAG,GAAkB,EAAU;YAA/C,CACG,GACD,kBAAC,OAAD;GAAK,WAAW;aAAhB,CACE,kBAAC,OAAD;IAAK,WAAW;cAAiB;IAAc,CAAA,EAC/C,kBAAC,SAAD;IAAO,WAAW;cAAmB;IAAc,CAAA,CAC/C;KACF"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/* empty css */
|
|
2
|
-
/* empty css */
|
|
3
|
-
//#region src/backoffice/molecules/backoffice_detail_layout/backofficeDetailLayout.css.ts
|
|
4
|
-
var e = "_1k4y7360 txvbqbdr8 txvbqbf6i txvbqbffw", t = "_1k4y7361 txvbqbdr8 txvbqbf6i txvbqbff6", n = "_1k4y7362 txvbqbdrl txvbqbh86 txvbqbh7j txvbqbel txvbqbffw", r = "_1k4y7363 txvbqbdr8 txvbqbf6i txvbqbffw txvbqbt9i", i = "_1k4y7364 txvbqbdr8 txvbqbf6i txvbqbffj", a = "_1k4y7365 txvbqbdr8 txvbqbf6i txvbqbffw";
|
|
5
|
-
//#endregion
|
|
6
|
-
export { e as container, t as header, n as layout, r as primary, i as secondary, a as stacked };
|
|
7
|
-
|
|
8
|
-
//# sourceMappingURL=backofficeDetailLayout.css.js.map
|
package/lib/esm/backoffice/molecules/backoffice_detail_layout/backofficeDetailLayout.css.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"backofficeDetailLayout.css.js","names":[],"sources":["../../../../../src/backoffice/molecules/backoffice_detail_layout/backofficeDetailLayout.css.ts"],"sourcesContent":["import { sprinkles } from '../../../theme/sprinkles.css.js';\n\nexport const container = sprinkles({\n display: 'flex',\n flexDirection: 'column',\n gap: 4,\n});\n\nexport const header = sprinkles({\n display: 'flex',\n flexDirection: 'column',\n gap: 2,\n});\n\nexport const layout = sprinkles({\n display: 'grid',\n gridTemplateColumns: {\n base: 'detailAside320',\n lg: 'detailSingle',\n },\n alignItems: 'flex-start',\n gap: 4,\n});\n\nexport const primary = sprinkles({\n display: 'flex',\n flexDirection: 'column',\n gap: 4,\n minWidth: 0,\n});\n\nexport const secondary = sprinkles({\n display: 'flex',\n flexDirection: 'column',\n gap: 3,\n});\n\nexport const stacked = sprinkles({\n display: 'flex',\n flexDirection: 'column',\n gap: 4,\n});\n"],"mappings":""}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/* empty css */
|
|
2
|
-
/* empty css */
|
|
3
|
-
//#region src/backoffice/molecules/backoffice_empty_state/backofficeEmptyState.css.ts
|
|
4
|
-
var e = "_1iwouol0 txvbqbyov txvbqbzmg txvbqb10m7 txvbqbvya txvbqbdr8 txvbqbf6i txvbqbey txvbqbjtp txvbqb16fa txvbqbffj txvbqb19cb", t = "_1iwouol1 txvbqbdr8 txvbqbey txvbqbjtp txvbqb19cb", n = "_1iwouol2 txvbqba9 txvbqbfd0 txvbqb19c9", r = "_1iwouol3 txvbqb9j txvbqb19cb txvbqbs6i", i = "_1iwouol4 txvbqbq0i txvbqbdr8 txvbqbey txvbqbff6 txvbqbf91 txvbqbjtp";
|
|
5
|
-
//#endregion
|
|
6
|
-
export { i as actions, e as container, r as description, t as icon, n as title };
|
|
7
|
-
|
|
8
|
-
//# sourceMappingURL=backofficeEmptyState.css.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"backofficeEmptyState.css.js","names":[],"sources":["../../../../../src/backoffice/molecules/backoffice_empty_state/backofficeEmptyState.css.ts"],"sourcesContent":["import { sprinkles } from '../../../theme/sprinkles.css.js';\n\nexport const container = sprinkles({\n display: 'flex',\n flexDirection: 'column',\n alignItems: 'center',\n justifyContent: 'center',\n textAlign: 'center',\n paddingY: 10,\n paddingX: 4,\n gap: 3,\n color: 'textSecondary',\n});\n\nexport const icon = sprinkles({\n display: 'flex',\n alignItems: 'center',\n justifyContent: 'center',\n color: 'textSecondary',\n});\n\nexport const title = sprinkles({\n fontSize: 'lg',\n fontWeight: 'semibold',\n color: 'text',\n});\n\nexport const description = sprinkles({\n fontSize: 'sm',\n color: 'textSecondary',\n maxWidth: 'lg',\n});\n\nexport const actions = sprinkles({\n marginTop: 2,\n display: 'flex',\n alignItems: 'center',\n gap: 2,\n flexWrap: 'wrap',\n justifyContent: 'center',\n});\n"],"mappings":""}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { cx as e } from "../../../theme/tools.js";
|
|
2
|
-
import { chipsRow as t, container as n, left as r, right as i, topRow as a } from "./backofficeFiltersBar.css.js";
|
|
3
|
-
import { jsx as o, jsxs as s } from "react/jsx-runtime";
|
|
4
|
-
//#region src/backoffice/molecules/backoffice_filters_bar/BackofficeFiltersBar.tsx
|
|
5
|
-
var c = ({ leftSlot: c, searchSlot: l, quickFiltersSlot: u, allFiltersSlot: d, rightActions: f, chipsSlot: p, className: m }) => {
|
|
6
|
-
let h = c != null || l != null || u != null || d != null || f != null, g = p != null;
|
|
7
|
-
if (!h && !g) return null;
|
|
8
|
-
let _ = null;
|
|
9
|
-
g && (_ = /* @__PURE__ */ o("div", {
|
|
10
|
-
className: t,
|
|
11
|
-
children: p
|
|
12
|
-
}));
|
|
13
|
-
let v = null;
|
|
14
|
-
return h && (v = /* @__PURE__ */ s("div", {
|
|
15
|
-
className: a,
|
|
16
|
-
children: [/* @__PURE__ */ s("div", {
|
|
17
|
-
className: r,
|
|
18
|
-
children: [
|
|
19
|
-
c,
|
|
20
|
-
l,
|
|
21
|
-
u,
|
|
22
|
-
d
|
|
23
|
-
]
|
|
24
|
-
}), /* @__PURE__ */ o("div", {
|
|
25
|
-
className: i,
|
|
26
|
-
children: f
|
|
27
|
-
})]
|
|
28
|
-
})), /* @__PURE__ */ s("div", {
|
|
29
|
-
className: e(n, m),
|
|
30
|
-
children: [v, _]
|
|
31
|
-
});
|
|
32
|
-
};
|
|
33
|
-
//#endregion
|
|
34
|
-
export { c as BackofficeFiltersBar, c as default };
|
|
35
|
-
|
|
36
|
-
//# sourceMappingURL=BackofficeFiltersBar.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BackofficeFiltersBar.js","names":[],"sources":["../../../../../src/backoffice/molecules/backoffice_filters_bar/BackofficeFiltersBar.tsx"],"sourcesContent":["import { type JSX, type ReactNode } from 'react';\n\nimport { cx } from '../../../theme/tools.js';\n\nimport * as styles from './backofficeFiltersBar.css.js';\n\nexport type BackofficeFiltersBarProps = {\n leftSlot?: ReactNode;\n searchSlot?: ReactNode;\n quickFiltersSlot?: ReactNode;\n allFiltersSlot?: ReactNode;\n rightActions?: ReactNode;\n chipsSlot?: ReactNode;\n className?: string;\n};\n\nexport const BackofficeFiltersBar = ({\n leftSlot,\n searchSlot,\n quickFiltersSlot,\n allFiltersSlot,\n rightActions,\n chipsSlot,\n className,\n}: BackofficeFiltersBarProps): JSX.Element | null => {\n const showTop =\n leftSlot != null ||\n searchSlot != null ||\n quickFiltersSlot != null ||\n allFiltersSlot != null ||\n rightActions != null;\n\n const showChips = chipsSlot != null;\n\n if (!showTop && !showChips) {\n return null;\n }\n\n let chipsNode: JSX.Element | null = null;\n if (showChips) {\n chipsNode = <div className={styles.chipsRow}>{chipsSlot}</div>;\n }\n\n let topNode: JSX.Element | null = null;\n if (showTop) {\n topNode = (\n <div className={styles.topRow}>\n <div className={styles.left}>\n {leftSlot}\n {searchSlot}\n {quickFiltersSlot}\n {allFiltersSlot}\n </div>\n <div className={styles.right}>{rightActions}</div>\n </div>\n );\n }\n\n return (\n <div className={cx(styles.container, className)}>\n {topNode}\n {chipsNode}\n </div>\n );\n};\n\nexport default BackofficeFiltersBar;\n"],"mappings":";;;;AAgBA,IAAa,KAAwB,EACnC,aACA,eACA,qBACA,mBACA,iBACA,cACA,mBACmD;CACnD,IAAM,IACJ,KAAY,QACZ,KAAc,QACd,KAAoB,QACpB,KAAkB,QAClB,KAAgB,MAEZ,IAAY,KAAa;CAE/B,IAAI,CAAC,KAAW,CAAC,GACf,OAAO;CAGT,IAAI,IAAgC;CACpC,AAAI,MACF,IAAY,kBAAC,OAAD;EAAK,WAAW;YAAkB;EAAgB,CAAA;CAGhE,IAAI,IAA8B;CAelC,OAdI,MACF,IACE,kBAAC,OAAD;EAAK,WAAW;YAAhB,CACE,kBAAC,OAAD;GAAK,WAAW;aAAhB;IACG;IACA;IACA;IACA;IACG;MACN,kBAAC,OAAD;GAAK,WAAW;aAAe;GAAmB,CAAA,CAC9C;MAKR,kBAAC,OAAD;EAAK,WAAW,EAAG,GAAkB,EAAU;YAA/C,CACG,GACA,EACG"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/* empty css */
|
|
2
|
-
/* empty css */
|
|
3
|
-
//#region src/backoffice/molecules/backoffice_filters_bar/backofficeFiltersBar.css.ts
|
|
4
|
-
var e = "yyzbjt0 txvbqbdr8 txvbqbf6i txvbqbff6 txvbqb17w0", t = "yyzbjt1 txvbqbdr8 txvbqbf91 txvbqbey txvbqbe9 txvbqbjus txvbqbffj txvbqbf65 txvbqbf6j", n = "yyzbjt2 txvbqbdr8 txvbqbf91 txvbqbey txvbqbff6 txvbqbt9i txvbqbdxd", r = "yyzbjt3 txvbqbdr8 txvbqbey txvbqbff6 txvbqbf91", i = "yyzbjt4 txvbqbdr8 txvbqbey txvbqbt9i txvbqbf91 txvbqbff6 txvbqb10jb txvbqb6sm txvbqb2et txvbqb3bb";
|
|
5
|
-
//#endregion
|
|
6
|
-
export { i as chipsRow, e as container, n as left, r as right, t as topRow };
|
|
7
|
-
|
|
8
|
-
//# sourceMappingURL=backofficeFiltersBar.css.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"backofficeFiltersBar.css.js","names":[],"sources":["../../../../../src/backoffice/molecules/backoffice_filters_bar/backofficeFiltersBar.css.ts"],"sourcesContent":["import { sprinkles } from '../../../theme/sprinkles.css.js';\n\nexport const container = sprinkles({\n display: 'flex',\n flexDirection: 'column',\n gap: 2,\n width: 'full',\n});\n\nexport const topRow = sprinkles({\n display: 'flex',\n flexWrap: 'wrap',\n alignItems: {\n base: 'center',\n sm: 'stretch',\n },\n justifyContent: 'space-between',\n gap: 3,\n flexDirection: {\n base: 'row',\n sm: 'column',\n },\n});\n\nexport const left = sprinkles({\n display: 'flex',\n flexWrap: 'wrap',\n alignItems: 'center',\n gap: 2,\n minWidth: 0,\n flex: 1,\n});\n\nexport const right = sprinkles({\n display: 'flex',\n alignItems: 'center',\n gap: 2,\n flexWrap: 'wrap',\n});\n\nexport const chipsRow = sprinkles({\n display: 'flex',\n alignItems: 'center',\n minWidth: 0,\n flexWrap: 'wrap',\n gap: 2,\n paddingTop: 2,\n borderTopWidth: 'default',\n borderStyle: 'solid',\n borderTopColor: 'borderLight',\n});\n"],"mappings":""}
|