@plumile/ui 0.1.120 → 0.1.122
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +12 -0
- package/lib/esm/admin/organisms/admin_sidebar/AdminSidebar.js +1 -1
- package/lib/esm/admin/organisms/admin_sidebar/adminSidebar.css.js +3 -2
- package/lib/esm/admin/organisms/admin_topbar/adminTopbar.css.js +1 -1
- package/lib/esm/admin/theme/adminDensity.css.js.map +1 -1
- package/lib/esm/admin/theme/adminSurface.css.js.map +1 -1
- package/lib/esm/atomic/atoms/badge/badge.css.js +7 -7
- package/lib/esm/atomic/atoms/badge/badge.css.js.map +1 -1
- package/lib/esm/atomic/atoms/button/button.css.js +38 -38
- package/lib/esm/atomic/atoms/button/button.css.js.map +1 -1
- package/lib/esm/atomic/atoms/checkbox/checkbox.css.js +8 -8
- package/lib/esm/atomic/atoms/checkbox/checkbox.css.js.map +1 -1
- package/lib/esm/atomic/atoms/error_message/errorMessage.css.js +1 -1
- package/lib/esm/atomic/atoms/input/input.css.js +9 -9
- package/lib/esm/atomic/atoms/input/input.css.js.map +1 -1
- package/lib/esm/atomic/atoms/label/label.css.js +7 -7
- package/lib/esm/atomic/atoms/modal/Modal.js +1 -1
- package/lib/esm/atomic/atoms/modal/modal.css.js +1 -1
- package/lib/esm/atomic/atoms/modal/modal.css.js.map +1 -1
- package/lib/esm/atomic/atoms/overlay/overlay.css.js +1 -1
- package/lib/esm/atomic/atoms/textarea/textarea.css.js +8 -8
- package/lib/esm/atomic/atoms/textarea/textarea.css.js.map +1 -1
- package/lib/esm/atomic/molecules/breadcrumb_navigation/BreadcrumbMenuPopover.js +1 -1
- package/lib/esm/atomic/molecules/breadcrumb_navigation/breadcrumbNavigation.css.js +1 -1
- package/lib/esm/atomic/molecules/breadcrumb_navigation/breadcrumbNavigation.css.js.map +1 -1
- package/lib/esm/atomic/molecules/card/Card.css.js +1 -1
- package/lib/esm/atomic/molecules/checkbox_field/checkboxField.css.js +1 -1
- package/lib/esm/atomic/molecules/checkbox_field/checkboxField.css.js.map +1 -1
- package/lib/esm/atomic/molecules/dropdown/dropdown.css.js +1 -1
- package/lib/esm/atomic/molecules/empty-state/EmptyState.css.js +1 -1
- package/lib/esm/atomic/molecules/form/FormErrorBanner.css.js +1 -1
- package/lib/esm/atomic/molecules/form/formStyles.css.js +1 -1
- package/lib/esm/atomic/molecules/form_error/formError.css.js +1 -1
- package/lib/esm/atomic/molecules/form_field/formField.css.js +1 -1
- package/lib/esm/atomic/molecules/highlight/HighlightCode.css.js +1 -1
- package/lib/esm/atomic/molecules/highlight/highlightStyles.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/LazyMarkdownRenderer.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownArticleContainer.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownArticleContainer.css.js.map +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownBlockquote.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownCodeCopyButton.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownCodeCopyButton.css.js.map +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownDelete.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownDelete.css.js.map +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownEmphasis.css.js.map +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownFootnoteDefinition.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownFootnoteReference.css.js +1 -2
- package/lib/esm/atomic/molecules/markdown/components/MarkdownFootnoteReference.css.js.map +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownFootnotesSection.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownHeading.css.js +7 -7
- package/lib/esm/atomic/molecules/markdown/components/MarkdownHeading.css.js.map +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownHtmlFallback.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownImage.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownInlineCode.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownInlineCode.css.js.map +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownLink.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownLink.css.js.map +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownList.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownList.css.js.map +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownListItem.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownListItem.css.js.map +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownMark.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownMark.css.js.map +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownMermaidBlock.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownParagraph.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownParagraph.css.js.map +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownStrong.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownStrong.css.js.map +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownSubscript.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownSubscript.css.js.map +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownSuperscript.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownSuperscript.css.js.map +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownTable.css.js +2 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownTable.css.js.map +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownTableCaption.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownTableCell.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownTableCell.css.js.map +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownTableHead.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownTableHeaderCell.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownTaskListItem.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownTaskListItem.css.js.map +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownText.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownText.css.js.map +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownThematicBreak.css.js +1 -1
- package/lib/esm/atomic/molecules/tabs/tabs.css.js +4 -4
- package/lib/esm/atomic/molecules/toast/toast.css.js +2 -2
- package/lib/esm/atomic/molecules/toast/toast.css.js.map +1 -1
- package/lib/esm/atomic/organisms/login_form/loginForm.css.js +1 -1
- package/lib/esm/atomic/organisms/sidebar/SidebarContainer.js +2 -2
- package/lib/esm/atomic/organisms/sidebar/navigationSidebar.css.js +13 -13
- package/lib/esm/atomic/organisms/sidebar/sidebar.css.js +2 -2
- package/lib/esm/atomic/templates/auth_layout/authLayout.css.js +1 -1
- package/lib/esm/atomic/templates/detail-page/DetailPage.js +4 -4
- package/lib/esm/atomic/templates/detail-page/detailPage.css.js +1 -1
- package/lib/esm/atomic/templates/page-container/PageContainer.js +3 -3
- package/lib/esm/atomic/templates/page-container/pageContainer.css.js +1 -1
- package/lib/esm/backoffice/atoms/backoffice_id_badge/backofficeIdBadge.css.js +1 -1
- package/lib/esm/backoffice/atoms/copyable_text/copyableText.css.js +1 -1
- package/lib/esm/backoffice/atoms/environment_badge/environmentBadge.css.js +1 -1
- package/lib/esm/backoffice/atoms/shortcut_hint/shortcutHint.css.js +1 -1
- package/lib/esm/backoffice/atoms/skeleton/skeleton.css.js +5 -5
- package/lib/esm/backoffice/atoms/skeleton/skeleton.css.js.map +1 -1
- package/lib/esm/backoffice/atoms/spinner/spinner.css.js +1 -1
- package/lib/esm/backoffice/atoms/spinner/spinner.css.js.map +1 -1
- package/lib/esm/backoffice/atoms/status_badge/statusBadge.css.js +1 -1
- package/lib/esm/backoffice/atoms/tag/tag.css.js +7 -7
- package/lib/esm/backoffice/atoms/tag/tag.css.js.map +1 -1
- package/lib/esm/backoffice/molecules/backoffice_detail_layout/backofficeDetailLayout.css.js +1 -1
- package/lib/esm/backoffice/molecules/backoffice_empty_state/backofficeEmptyState.css.js +1 -1
- package/lib/esm/backoffice/molecules/backoffice_filter_drawer/BackofficeFilterDrawer.js +7 -7
- package/lib/esm/backoffice/molecules/backoffice_filter_drawer/backofficeFilterDrawer.css.js +1 -1
- package/lib/esm/backoffice/molecules/backoffice_filter_drawer/backofficeFilterDrawer.css.js.map +1 -1
- package/lib/esm/backoffice/molecules/backoffice_filter_field/backofficeFilterField.css.js +1 -1
- package/lib/esm/backoffice/molecules/backoffice_filters_bar/backofficeFiltersBar.css.js +1 -1
- package/lib/esm/backoffice/molecules/backoffice_form_section/BackofficeFormSection.js +3 -3
- package/lib/esm/backoffice/molecules/backoffice_form_section/backofficeFormSection.css.js +1 -1
- package/lib/esm/backoffice/molecules/backoffice_infinite_list_status/BackofficeInfiniteListStatus.js +2 -2
- package/lib/esm/backoffice/molecules/backoffice_infinite_list_status/backofficeInfiniteListStatus.css.js +1 -1
- package/lib/esm/backoffice/molecules/backoffice_json_viewer/LazyBackofficeJsonViewer.css.js +1 -1
- package/lib/esm/backoffice/molecules/backoffice_json_viewer/LazyBackofficeJsonViewer.js +1 -1
- package/lib/esm/backoffice/molecules/backoffice_json_viewer/backofficeJsonViewer.css.js +1 -1
- package/lib/esm/backoffice/molecules/backoffice_key_value_list/backofficeKeyValueList.css.js +1 -1
- package/lib/esm/backoffice/molecules/backoffice_load_more/backofficeLoadMore.css.js +1 -1
- package/lib/esm/backoffice/molecules/backoffice_load_more/backofficeLoadMore.css.js.map +1 -1
- package/lib/esm/backoffice/molecules/backoffice_page_header/BackofficePageHeader.js +4 -4
- package/lib/esm/backoffice/molecules/backoffice_page_header/backofficePageHeader.css.js +1 -1
- package/lib/esm/backoffice/molecules/backoffice_relations_menu/BackofficeRelationsMenu.js +4 -4
- package/lib/esm/backoffice/molecules/backoffice_relations_menu/backofficeRelationsMenu.css.js +1 -1
- package/lib/esm/backoffice/molecules/backoffice_relations_menu/backofficeRelationsMenu.css.js.map +1 -1
- package/lib/esm/backoffice/molecules/backoffice_table_skeleton/backofficeTableSkeleton.css.js +4 -4
- package/lib/esm/backoffice/molecules/backoffice_table_toolbar/BackofficeTableToolbar.js +8 -8
- package/lib/esm/backoffice/molecules/backoffice_table_toolbar/backofficeTableToolbar.css.js +1 -1
- package/lib/esm/backoffice/molecules/backoffice_table_toolbar/backofficeTableToolbar.css.js.map +1 -1
- package/lib/esm/backoffice/molecules/backoffice_tabs/backofficeTabs.css.js +8 -8
- package/lib/esm/backoffice/molecules/backoffice_tabs/backofficeTabs.css.js.map +1 -1
- package/lib/esm/backoffice/molecules/bulk_actions_bar/bulkActionsBar.css.js +1 -1
- package/lib/esm/backoffice/molecules/confirm_dialog/confirmDialog.css.js +1 -1
- package/lib/esm/backoffice/molecules/filter_chip_row/filterChipRow.css.js +1 -1
- package/lib/esm/backoffice/molecules/filter_chip_row/filterChipRow.css.js.map +1 -1
- package/lib/esm/backoffice/molecules/global_search_input/globalSearchInput.css.js +1 -1
- package/lib/esm/backoffice/molecules/global_search_input/globalSearchInput.css.js.map +1 -1
- package/lib/esm/backoffice/molecules/inline_banner/inlineBanner.css.js +6 -6
- package/lib/esm/backoffice/molecules/inline_banner/inlineBanner.css.js.map +1 -1
- package/lib/esm/backoffice/molecules/sidebar_collapse_toggle/sidebarCollapseToggle.css.js +1 -1
- package/lib/esm/backoffice/molecules/sidebar_collapse_toggle/sidebarCollapseToggle.css.js.map +1 -1
- package/lib/esm/backoffice/molecules/sidebar_nav_item/sidebarNavItem.css.js +1 -1
- package/lib/esm/backoffice/molecules/sidebar_nav_item/sidebarNavItem.css.js.map +1 -1
- package/lib/esm/backoffice/molecules/sidebar_nav_section/SidebarNavSection.js +5 -5
- package/lib/esm/backoffice/molecules/sidebar_nav_section/sidebarNavSection.css.js +1 -1
- package/lib/esm/backoffice/molecules/sidebar_nav_section/sidebarNavSection.css.js.map +1 -1
- package/lib/esm/backoffice/molecules/sidebar_profile_menu/BackofficeSidebarProfileMenu.js +4 -4
- package/lib/esm/backoffice/molecules/sidebar_profile_menu/BackofficeSidebarProfileMenu.js.map +1 -1
- package/lib/esm/backoffice/molecules/sidebar_profile_menu/sidebarProfileMenu.css.js +5 -5
- package/lib/esm/backoffice/molecules/table_toolbar/tableToolbar.css.js +1 -1
- package/lib/esm/backoffice/organisms/audit_timeline/auditTimeline.css.js +1 -1
- package/lib/esm/backoffice/organisms/backoffice_data_table/backofficeDataTable.css.js +1 -1
- package/lib/esm/backoffice/organisms/backoffice_virtualized_connection_table/backofficeVirtualizedConnectionTable.css.js +1 -1
- package/lib/esm/backoffice/organisms/entity_header/entityHeader.css.js +1 -1
- package/lib/esm/backoffice/templates/detail_page_template/DetailPageTemplate.js +2 -2
- package/lib/esm/backoffice/templates/detail_page_template/detailPageTemplate.css.js +2 -2
- package/lib/esm/backoffice/templates/detail_page_template/detailPageTemplate.css.js.map +1 -1
- package/lib/esm/backoffice/templates/list_page_template/ListPageTemplate.js +1 -1
- package/lib/esm/backoffice/templates/list_page_template/ListPageTemplate.js.map +1 -1
- package/lib/esm/backoffice/templates/list_page_template/listPageTemplate.css.js +10 -10
- package/lib/esm/backoffice/templates/list_page_template/listPageTemplate.css.js.map +1 -1
- package/lib/esm/components/agent/AgentMarkdownCard.css.js +1 -1
- package/lib/esm/components/charts/metricHistoryChart.css.js +1 -1
- package/lib/esm/components/charts/timeSeriesLineChart.css.js +1 -1
- package/lib/esm/components/dashboard/activity_card/ActivityCard.css.js +1 -1
- package/lib/esm/components/dashboard/activity_card/ActivityCard.js +2 -2
- package/lib/esm/components/dashboard/activity_feed/ActivityFeed.css.js +1 -1
- package/lib/esm/components/dashboard/dashboard_grid/DashboardGrid.css.js +21 -21
- package/lib/esm/components/dashboard/dashboard_grid/DashboardGrid.css.js.map +1 -1
- package/lib/esm/components/dashboard/metadata_strip/MetadataStrip.css.js +1 -1
- package/lib/esm/components/dashboard/metric_card/MetricCard.css.js +1 -1
- package/lib/esm/components/dashboard/metric_card/MetricCard.js +2 -2
- package/lib/esm/components/dashboard/metric_tile_group/MetricTileGroup.css.js +1 -1
- package/lib/esm/components/dashboard/page_hero/PageHero.css.js +1 -1
- package/lib/esm/components/dashboard/page_hero/PageHero.js +3 -3
- package/lib/esm/components/dashboard/section_nav/SectionNav.css.js +1 -1
- package/lib/esm/components/dashboard/section_nav/SectionNav.css.js.map +1 -1
- package/lib/esm/components/dashboard/segmented_nav/SegmentedNav.css.js +1 -1
- package/lib/esm/components/dashboard/segmented_nav/SegmentedNav.css.js.map +1 -1
- package/lib/esm/components/dashboard/selectable_card/SelectableCard.css.js +1 -1
- package/lib/esm/components/dashboard/selectable_card/SelectableCard.css.js.map +1 -1
- package/lib/esm/components/dashboard/selectable_card/SelectableCard.js +2 -2
- package/lib/esm/components/dashboard/status_summary_panel/StatusSummaryPanel.css.js +1 -1
- package/lib/esm/components/dashboard/status_summary_panel/StatusSummaryPanel.js +1 -1
- package/lib/esm/components/dashboard/timeline_event_row/TimelineEventRow.css.js +1 -1
- package/lib/esm/components/dashboard/timeline_event_row/TimelineEventRow.js +2 -2
- package/lib/esm/components/data-table/DataTable.css.js +28 -28
- package/lib/esm/components/data-table/DataTable.css.js.map +1 -1
- package/lib/esm/components/data-table/ResponsiveRecordList.css.js +6 -6
- package/lib/esm/components/data-table/TableCell.css.js +2 -2
- package/lib/esm/components/data-table/VirtualizedConnectionTable.css.js +1 -1
- package/lib/esm/components/data-table/VirtualizedConnectionTable.js +1 -1
- package/lib/esm/components/data-table/VirtualizedConnectionTable.js.map +1 -1
- package/lib/esm/components/feedback/OperationFeedback.css.js +1 -1
- package/lib/esm/components/feedback/OperationFeedback.js +1 -1
- package/lib/esm/components/infinite/InfiniteScrollTrigger.js +1 -1
- package/lib/esm/components/infinite/infiniteScrollTrigger.css.js +1 -1
- package/lib/esm/components/layout/ActionPanel.css.js +1 -1
- package/lib/esm/components/layout/ActionPanel.js +3 -3
- package/lib/esm/components/layout/ActionPanel.js.map +1 -1
- package/lib/esm/components/layout/AppHeader.css.js +1 -1
- package/lib/esm/components/layout/AppHeader.js +4 -4
- package/lib/esm/components/layout/ContentLayout.css.js +1 -1
- package/lib/esm/components/layout/ContentLayout.js +2 -2
- package/lib/esm/components/layout/DetailSummaryHeader.css.js +1 -1
- package/lib/esm/components/layout/DetailSummaryHeader.js +3 -3
- package/lib/esm/components/layout/PageShell.css.js +4 -4
- package/lib/esm/components/layout/PageShell.js +5 -5
- package/lib/esm/components/layout/PageShell.js.map +1 -1
- package/lib/esm/components/layout/SettingsLayout.css.js +1 -1
- package/lib/esm/components/layout/SplitViewLayout.css.js +1 -1
- package/lib/esm/components/layout/TabsContentLayout.css.js +1 -1
- package/lib/esm/components/layout/ToolbarRow.css.js +1 -1
- package/lib/esm/components/media/imagePreviewModal.css.js +5 -5
- package/lib/esm/components/responsive/ResponsiveCollectionRenderer.css.js +1 -1
- package/lib/esm/components/responsive/ResponsiveCollectionRenderer.css.js.map +1 -1
- package/lib/esm/components/routing/routeFallback.css.js +1 -1
- package/lib/esm/components/routing/routeFallback.css.js.map +1 -1
- package/lib/esm/components/routing/routePendingBar.css.js +1 -1
- package/lib/esm/components/routing/routePendingBar.css.js.map +1 -1
- package/lib/esm/components/select/SimpleSelect.css.js +14 -14
- package/lib/esm/components/select/SimpleSelect.css.js.map +1 -1
- package/lib/esm/components/subscriptions/RefetchNeededBanner.css.js +1 -1
- package/lib/esm/components/tile/InfoTile.css.js +1 -1
- package/lib/esm/components/tile/InfoTile.css.js.map +1 -1
- package/lib/esm/components/tile/InfoTile.js +3 -3
- package/lib/esm/index.js +257 -255
- package/lib/esm/shared/backofficeTableDensity.css.js.map +1 -1
- package/lib/esm/style.css +1 -1
- package/lib/esm/theme/accessibility.css.js +1 -1
- package/lib/esm/theme/accessibility.css.js.map +1 -1
- package/lib/esm/theme/index.js +12 -10
- package/lib/esm/theme/sprinkles.css.js +73323 -51658
- package/lib/esm/theme/sprinkles.css.js.map +1 -1
- package/lib/esm/theme/styleRecipes.css.js +19 -0
- package/lib/esm/theme/styleRecipes.css.js.map +1 -0
- package/lib/esm/theme/theme-dark.css.js.map +1 -1
- package/lib/esm/theme/theme-light.css.js +23 -2
- package/lib/esm/theme/theme-light.css.js.map +1 -1
- package/lib/esm/theme/theme.css.js +23 -2
- package/lib/esm/theme/themeContract.js +23 -2
- package/lib/esm/theme/themeContract.js.map +1 -1
- package/lib/types/atomic/atoms/button/button.css.d.ts.map +1 -1
- package/lib/types/atomic/atoms/checkbox/checkbox.css.d.ts.map +1 -1
- package/lib/types/atomic/atoms/input/input.css.d.ts.map +1 -1
- package/lib/types/atomic/atoms/modal/modal.css.d.ts.map +1 -1
- package/lib/types/atomic/atoms/textarea/textarea.css.d.ts.map +1 -1
- package/lib/types/atomic/molecules/markdown/components/MarkdownCodeCopyButton.css.d.ts.map +1 -1
- package/lib/types/atomic/molecules/toast/toast.css.d.ts.map +1 -1
- package/lib/types/backoffice/atoms/tag/tag.css.d.ts.map +1 -1
- package/lib/types/backoffice/molecules/backoffice_filter_drawer/backofficeFilterDrawer.css.d.ts.map +1 -1
- package/lib/types/backoffice/molecules/backoffice_load_more/backofficeLoadMore.css.d.ts.map +1 -1
- package/lib/types/backoffice/molecules/backoffice_relations_menu/backofficeRelationsMenu.css.d.ts.map +1 -1
- package/lib/types/backoffice/molecules/backoffice_table_toolbar/backofficeTableToolbar.css.d.ts.map +1 -1
- package/lib/types/backoffice/molecules/backoffice_tabs/backofficeTabs.css.d.ts.map +1 -1
- package/lib/types/backoffice/molecules/filter_chip_row/filterChipRow.css.d.ts.map +1 -1
- package/lib/types/backoffice/molecules/global_search_input/globalSearchInput.css.d.ts.map +1 -1
- package/lib/types/backoffice/molecules/inline_banner/inlineBanner.css.d.ts.map +1 -1
- package/lib/types/backoffice/molecules/sidebar_collapse_toggle/sidebarCollapseToggle.css.d.ts.map +1 -1
- package/lib/types/backoffice/molecules/sidebar_nav_item/sidebarNavItem.css.d.ts.map +1 -1
- package/lib/types/backoffice/molecules/sidebar_nav_section/sidebarNavSection.css.d.ts.map +1 -1
- package/lib/types/backoffice/templates/detail_page_template/detailPageTemplate.css.d.ts.map +1 -1
- package/lib/types/backoffice/templates/list_page_template/listPageTemplate.css.d.ts.map +1 -1
- package/lib/types/components/dashboard/dashboard_grid/DashboardGrid.css.d.ts.map +1 -1
- package/lib/types/components/dashboard/section_nav/SectionNav.css.d.ts.map +1 -1
- package/lib/types/components/dashboard/segmented_nav/SegmentedNav.css.d.ts.map +1 -1
- package/lib/types/components/dashboard/selectable_card/SelectableCard.css.d.ts.map +1 -1
- package/lib/types/components/select/SimpleSelect.css.d.ts.map +1 -1
- package/lib/types/components/tile/InfoTile.css.d.ts.map +1 -1
- package/lib/types/shared/backofficeTableDensity.css.d.ts.map +1 -1
- package/lib/types/theme/index.d.ts +2 -0
- package/lib/types/theme/index.d.ts.map +1 -1
- package/lib/types/theme/sprinkles.css.d.ts +684 -60
- package/lib/types/theme/sprinkles.css.d.ts.map +1 -1
- package/lib/types/theme/styleRecipes.css.d.ts +29 -0
- package/lib/types/theme/styleRecipes.css.d.ts.map +1 -0
- package/lib/types/theme/theme-dark.css.d.ts.map +1 -1
- package/lib/types/theme/theme-light.css.d.ts +21 -0
- package/lib/types/theme/theme-light.css.d.ts.map +1 -1
- package/lib/types/theme/themeContract.d.ts +21 -0
- package/lib/types/theme/themeContract.d.ts.map +1 -1
- package/package.json +2 -2
package/lib/esm/backoffice/molecules/backoffice_filter_drawer/backofficeFilterDrawer.css.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"backofficeFilterDrawer.css.js","names":[],"sources":["../../../../../src/backoffice/molecules/backoffice_filter_drawer/backofficeFilterDrawer.css.ts"],"sourcesContent":["import { style } from '@vanilla-extract/css';\
|
|
1
|
+
{"version":3,"file":"backofficeFilterDrawer.css.js","names":[],"sources":["../../../../../src/backoffice/molecules/backoffice_filter_drawer/backofficeFilterDrawer.css.ts"],"sourcesContent":["import { style } from '@vanilla-extract/css';\nimport { sprinkles, stateSprinkles } from '../../../theme/sprinkles.css.js';\nimport { ghostIconButton } from '../../../theme/styleRecipes.css.js';\nimport { vars } from '../../../theme/themeContract.js';\n\nexport const backdrop = style({\n position: 'fixed',\n inset: 0,\n backgroundColor: 'rgb(15 23 42 / 0.35)',\n zIndex: vars.zIndex.modal,\n});\n\nexport const drawerContainer = sprinkles({\n position: 'fixed',\n inset: 0,\n display: 'flex',\n justifyContent: 'flex-end',\n zIndex: 'modal',\n});\n\nexport const drawer = sprinkles({\n backgroundColor: 'surface',\n borderLeftColor: 'borderSubtle',\n borderLeftWidth: 'default',\n borderStyle: 'solid',\n boxShadow: 'xl',\n display: 'flex',\n flexDirection: 'column',\n gap: 4,\n height: 'full',\n maxWidth: '26rem',\n overflowY: 'auto',\n padding: 5,\n width: 'full',\n});\n\nexport const header = sprinkles({\n display: 'flex',\n alignItems: 'center',\n justifyContent: 'space-between',\n gap: 3,\n});\n\nexport const titleBlock = sprinkles({\n display: 'flex',\n flexDirection: 'column',\n gap: 1,\n});\n\nexport const title = sprinkles({\n fontSize: 'xl',\n fontWeight: 'semibold',\n color: 'text',\n});\n\nexport const subtitle = sprinkles({\n fontSize: 'sm',\n color: 'textSecondary',\n});\n\nexport const closeButton = style([\n ghostIconButton,\n sprinkles({\n backgroundColor: 'surfaceMuted',\n borderRadius: 'full',\n height: 8,\n width: 8,\n }),\n stateSprinkles({\n backgroundColor: { hoverNotDisabled: 'surfaceSecondary' },\n }),\n]);\n\nexport const searchRow = sprinkles({\n display: 'flex',\n alignItems: 'center',\n flexWrap: 'wrap',\n gap: 2,\n});\n\nexport const sections = sprinkles({\n display: 'flex',\n flexDirection: 'column',\n gap: 4,\n});\n\nexport const section = sprinkles({\n display: 'flex',\n flexDirection: 'column',\n gap: 2,\n});\n\nexport const sectionHeader = sprinkles({\n display: 'flex',\n flexDirection: 'column',\n gap: 1,\n});\n\nexport const sectionTitle = sprinkles({\n fontSize: 'xs',\n textTransform: 'uppercase',\n letterSpacing: 'caps',\n color: 'textMuted',\n fontWeight: 'semibold',\n});\n\nexport const sectionDescription = sprinkles({\n fontSize: 'sm',\n color: 'textSecondary',\n});\n\nexport const sectionItems = sprinkles({\n display: 'flex',\n flexDirection: 'column',\n gap: 2,\n});\n\nexport const sectionItem = sprinkles({\n display: 'flex',\n flexDirection: 'column',\n});\n\nexport const emptyState = sprinkles({\n padding: 4,\n borderRadius: 'md',\n borderWidth: 'default',\n borderStyle: 'solid',\n borderColor: 'borderSubtle',\n backgroundColor: 'surfaceSecondary',\n color: 'textSecondary',\n fontSize: 'sm',\n textAlign: 'center',\n});\n"],"mappings":""}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* empty css */
|
|
2
2
|
/* empty css */
|
|
3
3
|
//#region src/backoffice/molecules/backoffice_filter_field/backofficeFilterField.css.ts
|
|
4
|
-
var e = "_9aix0m0
|
|
4
|
+
var e = "_9aix0m0 txvbqbdr8 txvbqbf6i txvbqbff6 txvbqbuy6 txvbqb2gm txvbqb1uy txvbqb2et txvbqb17u txvbqb196b", t = "_9aix0m1 txvbqbdr8 txvbqbf6i txvbqbfet", n = "_9aix0m2 txvbqb96 txvbqb6a txvbqbkxf txvbqb19cd txvbqbfd0", r = "_9aix0m3 txvbqb9j txvbqb19cb", i = "_9aix0m4 txvbqbdr8 txvbqbf6i txvbqbff6";
|
|
5
5
|
//#endregion
|
|
6
6
|
export { i as control, r as description, e as field, t as header, n as label };
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* empty css */
|
|
2
2
|
/* empty css */
|
|
3
3
|
//#region src/backoffice/molecules/backoffice_filters_bar/backofficeFiltersBar.css.ts
|
|
4
|
-
var e = "yyzbjt0
|
|
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
5
|
//#endregion
|
|
6
6
|
export { i as chipsRow, e as container, n as left, r as right, t as topRow };
|
|
7
7
|
|
|
@@ -7,12 +7,12 @@ var i = ({ title: i, description: a, children: o, className: s }) => {
|
|
|
7
7
|
return /* @__PURE__ */ r("section", {
|
|
8
8
|
className: e(t, s),
|
|
9
9
|
children: [c && /* @__PURE__ */ r("div", {
|
|
10
|
-
className: "m31wvj1
|
|
10
|
+
className: "m31wvj1 txvbqbdr8 txvbqbf6i txvbqbfet",
|
|
11
11
|
children: [i != null && i.trim() !== "" && /* @__PURE__ */ n("h3", {
|
|
12
|
-
className: "m31wvj2
|
|
12
|
+
className: "m31wvj2 txvbqb9w txvbqbfd0 txvbqb19c9 txvbqbm9g",
|
|
13
13
|
children: i
|
|
14
14
|
}), a != null && a.trim() !== "" && /* @__PURE__ */ n("p", {
|
|
15
|
-
className: "m31wvj3
|
|
15
|
+
className: "m31wvj3 txvbqb9j txvbqb19cb txvbqbm9g",
|
|
16
16
|
children: a
|
|
17
17
|
})]
|
|
18
18
|
}), o]
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* empty css */
|
|
2
2
|
/* empty css */
|
|
3
3
|
//#region src/backoffice/molecules/backoffice_form_section/backofficeFormSection.css.ts
|
|
4
|
-
var e = "m31wvj0
|
|
4
|
+
var e = "m31wvj0 txvbqbdr8 txvbqbf6i txvbqbffj txvbqbuyj txvbqb2gm txvbqb1uy txvbqb2et txvbqb17u txvbqb196b", t = "m31wvj1 txvbqbdr8 txvbqbf6i txvbqbfet", n = "m31wvj2 txvbqb9w txvbqbfd0 txvbqb19c9 txvbqbm9g", r = "m31wvj3 txvbqb9j txvbqb19cb txvbqbm9g";
|
|
5
5
|
//#endregion
|
|
6
6
|
export { e as container, r as description, t as header, n as title };
|
|
7
7
|
|
package/lib/esm/backoffice/molecules/backoffice_infinite_list_status/BackofficeInfiniteListStatus.js
CHANGED
|
@@ -17,7 +17,7 @@ var s = ({ className: s, endLabel: c, hasNextPage: l, isLoading: u, loadedLabel:
|
|
|
17
17
|
"aria-live": "polite",
|
|
18
18
|
"aria-atomic": "true",
|
|
19
19
|
children: g && /* @__PURE__ */ a("span", {
|
|
20
|
-
className: "_10bqk743
|
|
20
|
+
className: "_10bqk743 txvbqb9j txvbqb19cb txvbqbusr txvbqb16g0 txvbqb18xk",
|
|
21
21
|
children: d
|
|
22
22
|
})
|
|
23
23
|
}), /* @__PURE__ */ o("div", {
|
|
@@ -25,7 +25,7 @@ var s = ({ className: s, endLabel: c, hasNextPage: l, isLoading: u, loadedLabel:
|
|
|
25
25
|
"aria-live": "polite",
|
|
26
26
|
"aria-atomic": "true",
|
|
27
27
|
children: [u && /* @__PURE__ */ a(t, { size: 16 }), _ && /* @__PURE__ */ a("span", {
|
|
28
|
-
className: "_10bqk744
|
|
28
|
+
className: "_10bqk744 txvbqb9j txvbqb19cd",
|
|
29
29
|
children: h
|
|
30
30
|
})]
|
|
31
31
|
})]
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* empty css */
|
|
2
2
|
/* empty css */
|
|
3
3
|
//#region src/backoffice/molecules/backoffice_infinite_list_status/backofficeInfiniteListStatus.css.ts
|
|
4
|
-
var e = "_10bqk740
|
|
4
|
+
var e = "_10bqk740 txvbqbyoi txvbqbzm3 txvbqb10jb txvbqbvve txvbqbdr8 txvbqbey txvbqbjus txvbqbffj txvbqbse3 txvbqb1g5 txvbqb6sm txvbqb2et txvbqb3bb txvbqb196b", t = "_10bqk741 txvbqbdsb txvbqbey txvbqbff6 txvbqbt9i", n = "_10bqk742 txvbqbdsb txvbqbey txvbqbju2 txvbqbff6 txvbqbf7y txvbqbt9i", r = "_10bqk743 txvbqb9j txvbqb19cb txvbqbusr txvbqb16g0 txvbqb18xk", i = "_10bqk744 txvbqb9j txvbqb19cd";
|
|
5
5
|
//#endregion
|
|
6
6
|
export { e as container, t as loaded, i as meta, n as progress, r as status };
|
|
7
7
|
|
|
@@ -12,7 +12,7 @@ var i = t(async () => import("./BackofficeJsonViewerAsync.js")), a = (e, t = "Fa
|
|
|
12
12
|
}, o = { buildFallbackText: a }, s = ({ value: e, className: t }) => {
|
|
13
13
|
let { t: i } = r("ui", { useSuspense: !1 });
|
|
14
14
|
return /* @__PURE__ */ n("pre", {
|
|
15
|
-
className: t ?? "_13lprza0
|
|
15
|
+
className: t ?? "_13lprza0 txvbqbuse txvbqb18yn",
|
|
16
16
|
children: a(e, i("backoffice.jsonViewer.serializationError"))
|
|
17
17
|
});
|
|
18
18
|
}, c = (t) => /* @__PURE__ */ n(e, {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* empty css */
|
|
2
2
|
/* empty css */
|
|
3
3
|
//#region src/backoffice/molecules/backoffice_json_viewer/backofficeJsonViewer.css.ts
|
|
4
|
-
var e = "_1d30zcn0
|
|
4
|
+
var e = "_1d30zcn0 txvbqbdr8 txvbqbf6i txvbqbff6 txvbqb17w0", t = "_1d30zcn1 txvbqbdr8 txvbqbey txvbqbjus txvbqbffj", n = "_1d30zcn2 txvbqb9j txvbqbfcn txvbqb19cb", r = "_1d30zcn3 txvbqbdsb txvbqbey txvbqbff6", i = "_1d30zcn4 txvbqbm9g txvbqbuyj txvbqb1uy txvbqb2et txvbqb17h txvbqb2gm txvbqb19c9 txvbqbfau txvbqb96 txvbqblzc txvbqbuse txvbqbrad txvbqb18ya", a = "_1d30zcn5 txvbqbr7h";
|
|
5
5
|
//#endregion
|
|
6
6
|
export { r as actions, e as container, t as header, i as pre, n as title, a as truncated };
|
|
7
7
|
|
package/lib/esm/backoffice/molecules/backoffice_key_value_list/backofficeKeyValueList.css.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* empty css */
|
|
2
2
|
/* empty css */
|
|
3
3
|
//#region src/backoffice/molecules/backoffice_key_value_list/backofficeKeyValueList.css.ts
|
|
4
|
-
var e = "tx0dqq0
|
|
4
|
+
var e = "tx0dqq0 txvbqbdrl txvbqbff6", t = "tx0dqq1 txvbqbyoi txvbqbzm3 txvbqb10jb txvbqbvve txvbqbdrl txvbqbhap txvbqbh2t txvbqbff6 txvbqbey txvbqb2gm txvbqb196f", n = "tx0dqq2 txvbqb1uy txvbqb2et txvbqb17u", r = "tx0dqq3 txvbqb19cd txvbqb6a txvbqbkxf txvbqbfd0 txvbqbt9i txvbqbutu", i = "tx0dqq4 txvbqb96", a = "tx0dqq5 txvbqb9w txvbqb19c9 txvbqbm9g txvbqbt9i txvbqbutu";
|
|
5
5
|
//#endregion
|
|
6
6
|
export { t as item, n as itemSurface, r as label, i as labelSize, e as list, a as value };
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* empty css */
|
|
2
2
|
/* empty css */
|
|
3
3
|
//#region src/backoffice/molecules/backoffice_load_more/backofficeLoadMore.css.ts
|
|
4
|
-
var e = "_1pc2pbg0
|
|
4
|
+
var e = "_1pc2pbg0 txvbqbyov txvbqbzmg txvbqb10jo txvbqbvvr txvbqbdr8 txvbqbey txvbqbjus txvbqbffj txvbqb1g5 txvbqb6sm txvbqb2et txvbqb3bb txvbqb1937", t = "_1pc2pbg1 txvbqbdsb txvbqbey txvbqbff6 txvbqbt9i", n = "_1pc2pbg3 qbwcueq txvbqbt9i txvbqbusr txvbqb16g0 txvbqb18xk _1pc2pbg2 txvbqb9j txvbqb19cb", r = "_1pc2pbg5 qbwcued qbwcueb txvbqb1uy txvbqb2et txvbqb17u txvbqb2g9 txvbqb196b txvbqb19c9 txvbqbv txvbqb7g txvbqb76 txvbqb7t qbwcuec txvbqb1aey txvbqb1ayi txvbqb1bsa txvbqb1b7e qbwcue4 txvbqb1c2w txvbqb1c9c qbwcue0 txvbqb1cb0 txvbqb1cws _1pc2pbg4 txvbqbyoi txvbqbzm3 txvbqb11ed txvbqbwqg txvbqbey txvbqbdsb txvbqb9j txvbqbfd0 txvbqbjtp";
|
|
5
5
|
//#endregion
|
|
6
6
|
export { r as button, e as container, t as left, n as meta };
|
|
7
7
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"backofficeLoadMore.css.js","names":[],"sources":["../../../../../src/backoffice/molecules/backoffice_load_more/backofficeLoadMore.css.ts"],"sourcesContent":["import { style } from '@vanilla-extract/css';\
|
|
1
|
+
{"version":3,"file":"backofficeLoadMore.css.js","names":[],"sources":["../../../../../src/backoffice/molecules/backoffice_load_more/backofficeLoadMore.css.ts"],"sourcesContent":["import { style } from '@vanilla-extract/css';\nimport { sprinkles } from '../../../theme/sprinkles.css.js';\nimport {\n interactiveControlSurface,\n truncate,\n} from '../../../theme/styleRecipes.css.js';\n\nexport const container = sprinkles({\n display: 'flex',\n alignItems: 'center',\n justifyContent: 'space-between',\n gap: 3,\n paddingY: 3,\n paddingX: 4,\n borderWidth: 0,\n borderTopWidth: 'default',\n borderStyle: 'solid',\n borderTopColor: 'borderLight',\n backgroundColor: 'white',\n});\n\nexport const left = sprinkles({\n display: 'inline-flex',\n alignItems: 'center',\n gap: 2,\n minWidth: 0,\n});\n\nexport const meta = style([\n truncate,\n sprinkles({\n fontSize: 'sm',\n color: 'textSecondary',\n }),\n]);\n\nexport const button = style([\n interactiveControlSurface,\n sprinkles({\n alignItems: 'center',\n display: 'inline-flex',\n fontSize: 'sm',\n fontWeight: 'semibold',\n justifyContent: 'center',\n paddingX: 3,\n paddingY: 1.5,\n }),\n]);\n"],"mappings":""}
|
|
@@ -9,7 +9,7 @@ var c = ({ title: c, subtitle: l, actions: u, meta: d, leftActions: f, className
|
|
|
9
9
|
children: [/* @__PURE__ */ s("div", {
|
|
10
10
|
className: n,
|
|
11
11
|
children: [f != null && /* @__PURE__ */ o("div", {
|
|
12
|
-
className: "_1puq2a83
|
|
12
|
+
className: "_1puq2a83 txvbqbdr8 txvbqbey txvbqbff6 txvbqbf91 txvbqbf7y",
|
|
13
13
|
children: f
|
|
14
14
|
}), /* @__PURE__ */ s("div", {
|
|
15
15
|
className: a,
|
|
@@ -17,16 +17,16 @@ var c = ({ title: c, subtitle: l, actions: u, meta: d, leftActions: f, className
|
|
|
17
17
|
className: i,
|
|
18
18
|
children: c
|
|
19
19
|
}), d != null && /* @__PURE__ */ o("div", {
|
|
20
|
-
className: "_1puq2a87
|
|
20
|
+
className: "_1puq2a87 txvbqbdr8 txvbqbey txvbqbff6 txvbqbf91",
|
|
21
21
|
children: d
|
|
22
22
|
})]
|
|
23
23
|
})]
|
|
24
24
|
}), l != null && (typeof l != "string" || l.trim() !== "") && /* @__PURE__ */ o("p", {
|
|
25
|
-
className: "_1puq2a86
|
|
25
|
+
className: "_1puq2a86 txvbqbm9g txvbqb9w txvbqb19cb",
|
|
26
26
|
children: l
|
|
27
27
|
})]
|
|
28
28
|
}), u != null && /* @__PURE__ */ o("div", {
|
|
29
|
-
className: "_1puq2a88
|
|
29
|
+
className: "_1puq2a88 txvbqbdr8 txvbqbey txvbqbff6 txvbqbf91",
|
|
30
30
|
children: u
|
|
31
31
|
})]
|
|
32
32
|
});
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* empty css */
|
|
2
2
|
/* empty css */
|
|
3
3
|
//#region src/backoffice/molecules/backoffice_page_header/backofficePageHeader.css.ts
|
|
4
|
-
var e = "_1puq2a80
|
|
4
|
+
var e = "_1puq2a80 txvbqbdr8 txvbqbel txvbqbjus txvbqbffw txvbqbf91", t = "_1puq2a81 txvbqbdr8 txvbqbf6i txvbqbff6 txvbqbt9i txvbqbdxd", n = "_1puq2a82 txvbqbdr8 txvbqbey txvbqbffj txvbqbf91 txvbqbt9i", r = "_1puq2a83 txvbqbdr8 txvbqbey txvbqbff6 txvbqbf91 txvbqbf7y", i = "_1puq2a84 txvbqbdr8 txvbqbey txvbqbff6 txvbqbf91 txvbqbt9i", a = "_1puq2a85 txvbqbaz txvbqbfd0 txvbqb19c9 txvbqbm9g", o = "_1puq2a86 txvbqbm9g txvbqb9w txvbqb19cb", s = "_1puq2a87 txvbqbdr8 txvbqbey txvbqbff6 txvbqbf91", c = "_1puq2a88 txvbqbdr8 txvbqbey txvbqbff6 txvbqbf91";
|
|
5
5
|
//#endregion
|
|
6
6
|
export { c as actions, e as container, n as headerRow, t as left, r as leftActions, s as metaRow, o as subtitle, a as title, i as titleRow };
|
|
7
7
|
|
|
@@ -54,7 +54,7 @@ var m = ({ label: m, items: h }) => {
|
|
|
54
54
|
className: e(i, { [a]: v })
|
|
55
55
|
})]
|
|
56
56
|
}), v && /* @__PURE__ */ u("nav", {
|
|
57
|
-
className: "_16f61fj3
|
|
57
|
+
className: "_16f61fj3 txvbqb11jf txvbqb11l8 txvbqb16vw txvbqbq0i txvbqbtl2 txvbqb196b txvbqb1uy txvbqb2et txvbqb17u txvbqb2gm txvbqbcjw txvbqbuxt txvbqbdr8 txvbqbf6i txvbqbfet txvbqb18ve",
|
|
58
58
|
id: C,
|
|
59
59
|
"aria-label": _,
|
|
60
60
|
children: h.map((e, t) => {
|
|
@@ -64,15 +64,15 @@ var m = ({ label: m, items: h }) => {
|
|
|
64
64
|
return t === 0 && (r = S), /* @__PURE__ */ d(p, {
|
|
65
65
|
ref: r,
|
|
66
66
|
to: e.href,
|
|
67
|
-
className: "_16f61fj6 _16f61fj4
|
|
67
|
+
className: "_16f61fj6 _16f61fj4 txvbqbyoi txvbqbzm3 txvbqb10jb txvbqbvve txvbqbdr8 txvbqbey txvbqbjus txvbqbff6 txvbqb2g9 txvbqb19c9 txvbqb3f txvbqb9j txvbqbunc _16f61fj5 txvbqb1aep",
|
|
68
68
|
onClick: (t) => {
|
|
69
69
|
y(!1), (e.onClick?.(t))?.catch(() => {});
|
|
70
70
|
},
|
|
71
71
|
children: [/* @__PURE__ */ u("span", {
|
|
72
|
-
className: "_16f61fj7
|
|
72
|
+
className: "_16f61fj7 txvbqbdr8 txvbqbey txvbqbff6 txvbqbt9i txvbqbutu",
|
|
73
73
|
children: e.label
|
|
74
74
|
}), n != null && /* @__PURE__ */ u("span", {
|
|
75
|
-
className: "_16f61fj8
|
|
75
|
+
className: "_16f61fj8 txvbqb96 txvbqb19cd txvbqbf7y",
|
|
76
76
|
children: n
|
|
77
77
|
})]
|
|
78
78
|
}, e.id);
|
package/lib/esm/backoffice/molecules/backoffice_relations_menu/backofficeRelationsMenu.css.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* empty css */
|
|
2
2
|
/* empty css */
|
|
3
3
|
//#region src/backoffice/molecules/backoffice_relations_menu/backofficeRelationsMenu.css.ts
|
|
4
|
-
var e = "_16f61fj0
|
|
4
|
+
var e = "_16f61fj0 txvbqb11js txvbqbdsb", t = "_16f61fj1 txvbqb7p txvbqb76 txvbqb7t", n = "_16f61fj2 txvbqb30", r = "_16f61fj3 txvbqb11jf txvbqb11l8 txvbqb16vw txvbqbq0i txvbqbtl2 txvbqb196b txvbqb1uy txvbqb2et txvbqb17u txvbqb2gm txvbqbcjw txvbqbuxt txvbqbdr8 txvbqbf6i txvbqbfet txvbqb18ve", i = "_16f61fj6 _16f61fj4 txvbqbyoi txvbqbzm3 txvbqb10jb txvbqbvve txvbqbdr8 txvbqbey txvbqbjus txvbqbff6 txvbqb2g9 txvbqb19c9 txvbqb3f txvbqb9j txvbqbunc _16f61fj5 txvbqb1aep", a = "_16f61fj7 txvbqbdr8 txvbqbey txvbqbff6 txvbqbt9i txvbqbutu", o = "_16f61fj8 txvbqb96 txvbqb19cd txvbqbf7y";
|
|
5
5
|
//#endregion
|
|
6
6
|
export { e as container, o as count, a as itemLabel, r as menu, i as menuItem, t as triggerIcon, n as triggerIconOpen };
|
|
7
7
|
|
package/lib/esm/backoffice/molecules/backoffice_relations_menu/backofficeRelationsMenu.css.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"backofficeRelationsMenu.css.js","names":[],"sources":["../../../../../src/backoffice/molecules/backoffice_relations_menu/backofficeRelationsMenu.css.ts"],"sourcesContent":["import { style } from '@vanilla-extract/css';\
|
|
1
|
+
{"version":3,"file":"backofficeRelationsMenu.css.js","names":[],"sources":["../../../../../src/backoffice/molecules/backoffice_relations_menu/backofficeRelationsMenu.css.ts"],"sourcesContent":["import { style } from '@vanilla-extract/css';\nimport { sprinkles, stateSprinkles } from '../../../theme/sprinkles.css.js';\nimport { vars } from '../../../theme/themeContract.js';\n\nexport const container = sprinkles({\n position: 'relative',\n display: 'inline-flex',\n});\n\nexport const triggerIcon = sprinkles({\n transitionProperty: 'transform',\n transitionDuration: 150,\n transitionTimingFunction: 'ease',\n});\n\nexport const triggerIconOpen = sprinkles({\n rotate: 180,\n});\n\nexport const menu = sprinkles({\n position: 'absolute',\n right: 0,\n top: 'full',\n marginTop: 2,\n minWidth: 64,\n backgroundColor: 'surface',\n borderWidth: 'default',\n borderStyle: 'solid',\n borderColor: 'borderSubtle',\n borderRadius: 'lg',\n boxShadow: 'md',\n padding: 2,\n display: 'flex',\n flexDirection: 'column',\n gap: 1,\n zIndex: 20,\n});\n\nexport const menuItem = style([\n sprinkles({\n display: 'flex',\n alignItems: 'center',\n justifyContent: 'space-between',\n gap: 2,\n paddingY: 2,\n paddingX: 3,\n borderRadius: 'md',\n color: 'text',\n textDecoration: 'none',\n fontSize: 'sm',\n outline: 'none',\n }),\n stateSprinkles({\n backgroundColor: {\n hover: 'surfaceSecondary',\n },\n }),\n {\n selectors: {\n '&:focus-visible': {\n backgroundColor: vars.colors.surfaceSecondary,\n outline: `2px solid ${vars.colors.primary}`,\n outlineOffset: '2px',\n },\n },\n },\n]);\n\nexport const itemLabel = sprinkles({\n display: 'flex',\n alignItems: 'center',\n gap: 2,\n minWidth: 0,\n overflowWrap: 'anywhere',\n});\n\nexport const count = sprinkles({\n fontSize: 'xs',\n color: 'textMuted',\n flexShrink: 0,\n});\n"],"mappings":""}
|
package/lib/esm/backoffice/molecules/backoffice_table_skeleton/backofficeTableSkeleton.css.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/* empty css */
|
|
2
2
|
/* empty css */
|
|
3
3
|
//#region src/backoffice/molecules/backoffice_table_skeleton/backofficeTableSkeleton.css.ts
|
|
4
|
-
var e = "_597for0
|
|
5
|
-
framed: "_597for1
|
|
6
|
-
embedded: "_597for2
|
|
7
|
-
}, n = "_597for3
|
|
4
|
+
var e = "_597for0 txvbqbdr8 txvbqbf6i txvbqbusr", t = {
|
|
5
|
+
framed: "_597for1 txvbqb2gm txvbqb1uy txvbqb2et txvbqb17u",
|
|
6
|
+
embedded: "_597for2 txvbqb2g9 txvbqb1g5 txvbqb2e3 txvbqbik"
|
|
7
|
+
}, n = "_597for3 txvbqbdrl txvbqbhcv txvbqbff6 txvbqbuy6 txvbqb196d txvbqb1g5 txvbqb2et txvbqb8oi txvbqb577", r = "_597for4 txvbqbdr8 txvbqbey", i = "_597for5 txvbqbdr8 txvbqbf6i txvbqbff6 txvbqbuy6", a = "_597for6 txvbqbdrl txvbqbhcv txvbqbff6", o = "_597for7 txvbqbdr8 txvbqbey";
|
|
8
8
|
//#endregion
|
|
9
9
|
export { i as body, o as cell, e as container, t as containerVariant, n as header, r as headerCell, a as row };
|
|
10
10
|
|
|
@@ -9,28 +9,28 @@ var a = ({ allFiltersSlot: a, searchSlot: o, promotedFiltersSlot: s, filtersSlot
|
|
|
9
9
|
return !_ && !v ? null : /* @__PURE__ */ i("div", {
|
|
10
10
|
className: e(t, m),
|
|
11
11
|
children: [_ && /* @__PURE__ */ i("div", {
|
|
12
|
-
className: "p4hwvs2 p4hwvs1
|
|
12
|
+
className: "p4hwvs2 p4hwvs1 txvbqbdrl txvbqbffj txvbqbel",
|
|
13
13
|
children: [/* @__PURE__ */ i("div", {
|
|
14
|
-
className: "p4hwvs4 p4hwvs3
|
|
14
|
+
className: "p4hwvs4 p4hwvs3 txvbqbdrl txvbqbel txvbqbff6 txvbqbt9i",
|
|
15
15
|
children: [o != null && /* @__PURE__ */ r("div", {
|
|
16
|
-
className: "p4hwvs6 p4hwvs5
|
|
16
|
+
className: "p4hwvs6 p4hwvs5 txvbqbt9i",
|
|
17
17
|
children: o
|
|
18
18
|
}), h != null && /* @__PURE__ */ r("div", {
|
|
19
|
-
className: "p4hwvs8 p4hwvs7
|
|
19
|
+
className: "p4hwvs8 p4hwvs7 txvbqbdr8 txvbqbey txvbqbff6 txvbqbf91 txvbqbt9i txvbqbf7y",
|
|
20
20
|
children: h
|
|
21
21
|
})]
|
|
22
22
|
}), (l != null || u != null || g != null) && /* @__PURE__ */ i("div", {
|
|
23
|
-
className: "p4hwvsa p4hwvs9
|
|
23
|
+
className: "p4hwvsa p4hwvs9 txvbqbdrl txvbqbel txvbqbff6 txvbqbju2",
|
|
24
24
|
children: [l != null && /* @__PURE__ */ r("div", {
|
|
25
|
-
className: "p4hwvsc p4hwvsb
|
|
25
|
+
className: "p4hwvsc p4hwvsb txvbqbtqh",
|
|
26
26
|
children: l
|
|
27
27
|
}), (u != null || g != null) && /* @__PURE__ */ i("div", {
|
|
28
|
-
className: "p4hwvse p4hwvsd
|
|
28
|
+
className: "p4hwvse p4hwvsd txvbqbdr8 txvbqbey txvbqbju2 txvbqbff6 txvbqbf91",
|
|
29
29
|
children: [u, g]
|
|
30
30
|
})]
|
|
31
31
|
})]
|
|
32
32
|
}), v && /* @__PURE__ */ r("div", {
|
|
33
|
-
className: "p4hwvsf
|
|
33
|
+
className: "p4hwvsf txvbqbdr8 txvbqbey txvbqbf91 txvbqbff6 txvbqb10jb txvbqb6tp txvbqb2et txvbqb3al",
|
|
34
34
|
children: p
|
|
35
35
|
})]
|
|
36
36
|
});
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* empty css */
|
|
2
2
|
/* empty css */
|
|
3
3
|
//#region src/backoffice/molecules/backoffice_table_toolbar/backofficeTableToolbar.css.ts
|
|
4
|
-
var e = "p4hwvs0
|
|
4
|
+
var e = "p4hwvs0 txvbqbdr8 txvbqbf6i txvbqbff6 txvbqb17w0", t = "p4hwvs2 p4hwvs1 txvbqbdrl txvbqbffj txvbqbel", n = "p4hwvs4 p4hwvs3 txvbqbdrl txvbqbel txvbqbff6 txvbqbt9i", r = "p4hwvs6 p4hwvs5 txvbqbt9i", i = "p4hwvs8 p4hwvs7 txvbqbdr8 txvbqbey txvbqbff6 txvbqbf91 txvbqbt9i txvbqbf7y", a = "p4hwvsa p4hwvs9 txvbqbdrl txvbqbel txvbqbff6 txvbqbju2", o = "p4hwvsc p4hwvsb txvbqbtqh", s = "p4hwvse p4hwvsd txvbqbdr8 txvbqbey txvbqbju2 txvbqbff6 txvbqbf91", c = "p4hwvsf txvbqbdr8 txvbqbey txvbqbf91 txvbqbff6 txvbqb10jb txvbqb6tp txvbqb2et txvbqb3al";
|
|
5
5
|
//#endregion
|
|
6
6
|
export { s as actionGroup, c as chipsRow, e as container, i as filtersGroup, n as left, a as right, r as searchSlot, o as sortSlot, t as topRow };
|
|
7
7
|
|
package/lib/esm/backoffice/molecules/backoffice_table_toolbar/backofficeTableToolbar.css.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"backofficeTableToolbar.css.js","names":[],"sources":["../../../../../src/backoffice/molecules/backoffice_table_toolbar/backofficeTableToolbar.css.ts"],"sourcesContent":["import { style } from '@vanilla-extract/css';\
|
|
1
|
+
{"version":3,"file":"backofficeTableToolbar.css.js","names":[],"sources":["../../../../../src/backoffice/molecules/backoffice_table_toolbar/backofficeTableToolbar.css.ts"],"sourcesContent":["import { style } from '@vanilla-extract/css';\nimport { sprinkles } from '../../../theme/sprinkles.css.js';\n\nconst MOBILE_MEDIA_QUERY = 'screen and (max-width: 767px)';\nconst COMPACT_MEDIA_QUERY = 'screen and (max-width: 1199px)';\n\nexport const container = sprinkles({\n display: 'flex',\n flexDirection: 'column',\n gap: 2,\n width: 'full',\n});\n\nexport const topRow = style([\n sprinkles({\n display: 'grid',\n gap: 3,\n alignItems: 'flex-start',\n }),\n {\n gridTemplateColumns: 'minmax(0, 1fr) auto',\n '@media': {\n [COMPACT_MEDIA_QUERY]: {\n gridTemplateColumns: 'minmax(0, 1fr)',\n },\n [MOBILE_MEDIA_QUERY]: {\n alignItems: 'stretch',\n },\n },\n },\n]);\n\nexport const left = style([\n sprinkles({\n display: 'grid',\n alignItems: 'flex-start',\n gap: 2,\n minWidth: 0,\n }),\n {\n gridTemplateColumns: 'minmax(260px, 1fr) auto',\n '@media': {\n [COMPACT_MEDIA_QUERY]: {\n gridTemplateColumns: 'minmax(0, 1fr)',\n },\n [MOBILE_MEDIA_QUERY]: {\n alignItems: 'stretch',\n width: '100%',\n },\n },\n },\n]);\n\nexport const searchSlot = style([\n sprinkles({\n minWidth: 0,\n }),\n {\n '@media': {\n [MOBILE_MEDIA_QUERY]: {\n width: '100%',\n },\n },\n },\n]);\n\nexport const filtersGroup = style([\n sprinkles({\n display: 'flex',\n alignItems: 'center',\n gap: 2,\n flexWrap: 'wrap',\n minWidth: 0,\n flexShrink: 0,\n }),\n {\n '@media': {\n [MOBILE_MEDIA_QUERY]: {\n alignItems: 'stretch',\n flexDirection: 'column',\n width: '100%',\n },\n },\n },\n]);\n\nexport const right = style([\n sprinkles({\n display: 'grid',\n alignItems: 'flex-start',\n gap: 2,\n justifyContent: 'flex-end',\n }),\n {\n gridTemplateColumns: 'auto auto',\n },\n {\n '@media': {\n [COMPACT_MEDIA_QUERY]: {\n gridTemplateColumns: 'minmax(0, 1fr)',\n justifyContent: 'stretch',\n },\n [MOBILE_MEDIA_QUERY]: {\n alignItems: 'stretch',\n width: '100%',\n },\n },\n },\n]);\n\nexport const sortSlot = style([\n sprinkles({\n minWidth: 'full',\n }),\n {\n '@media': {\n 'screen and (min-width: 768px)': {\n minWidth: '140px',\n },\n [MOBILE_MEDIA_QUERY]: {\n width: '100%',\n },\n },\n },\n]);\n\nexport const actionGroup = style([\n sprinkles({\n display: 'flex',\n alignItems: 'center',\n justifyContent: 'flex-end',\n gap: 2,\n flexWrap: 'wrap',\n }),\n {\n '@media': {\n [MOBILE_MEDIA_QUERY]: {\n alignItems: 'stretch',\n flexDirection: 'column',\n width: '100%',\n },\n },\n },\n]);\n\nexport const chipsRow = sprinkles({\n display: 'flex',\n alignItems: 'center',\n flexWrap: 'wrap',\n gap: 2,\n paddingTop: 2,\n borderTopWidth: 'px',\n borderStyle: 'solid',\n borderTopColor: 'borderSubtle',\n});\n"],"mappings":""}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
/* empty css */
|
|
2
2
|
/* empty css */
|
|
3
3
|
//#region src/backoffice/molecules/backoffice_tabs/backofficeTabs.css.ts
|
|
4
|
-
var e = "_4p4jiq0
|
|
5
|
-
pill: "_4p4jiq1
|
|
6
|
-
underline: "_4p4jiq2
|
|
4
|
+
var e = "_4p4jiq0 txvbqbdsb txvbqbf8o txvbqbfet txvbqbs65 txvbqbuvn", t = {
|
|
5
|
+
pill: "_4p4jiq1 txvbqbuxg txvbqb2is txvbqb196f txvbqb1uy txvbqb2et txvbqb17u",
|
|
6
|
+
underline: "_4p4jiq2 txvbqbynf txvbqbzl0 txvbqb10il txvbqbvuo txvbqbffj txvbqb1g5 txvbqb2e3 txvbqb1933"
|
|
7
7
|
}, n = {
|
|
8
|
-
pill: "_4p4jiq4
|
|
9
|
-
underline: "_4p4jiq5
|
|
8
|
+
pill: "_4p4jiq4 txvbqbyoi txvbqbzm3 txvbqb11ed txvbqbwqg txvbqb2is txvbqb9j txvbqbik",
|
|
9
|
+
underline: "_4p4jiq5 txvbqbynf txvbqbzl0 txvbqb10jb txvbqbvve txvbqb2f6 txvbqb1g5 txvbqb8oi txvbqbik txvbqb9j"
|
|
10
10
|
}, r = {
|
|
11
|
-
pill: "_4p4jiq6
|
|
12
|
-
underline: "_4p4jiq7
|
|
13
|
-
}, i = "_4p4jiq9 _4p4jiq3
|
|
11
|
+
pill: "_4p4jiq6 txvbqb196b txvbqb17u txvbqb19c9 txvbqbcj6",
|
|
12
|
+
underline: "_4p4jiq7 txvbqb19c9 txvbqb512"
|
|
13
|
+
}, i = "_4p4jiq9 _4p4jiq3 txvbqbdsb txvbqbf7y txvbqbey txvbqb1uy txvbqb2et txvbqb1933 txvbqb19cb txvbqbv txvbqbfcn _4p4jiq8 txvbqb1bs9 txvbqb1aeh";
|
|
14
14
|
//#endregion
|
|
15
15
|
export { r as activeVariant, i as tab, n as tabVariant, e as tabs, t as tabsVariant };
|
|
16
16
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"backofficeTabs.css.js","names":[],"sources":["../../../../../src/backoffice/molecules/backoffice_tabs/backofficeTabs.css.ts"],"sourcesContent":["import { style } from '@vanilla-extract/css';\
|
|
1
|
+
{"version":3,"file":"backofficeTabs.css.js","names":[],"sources":["../../../../../src/backoffice/molecules/backoffice_tabs/backofficeTabs.css.ts"],"sourcesContent":["import { style } from '@vanilla-extract/css';\nimport { sprinkles, stateSprinkles } from '../../../theme/sprinkles.css.js';\nimport { vars } from '../../../theme/themeContract.js';\n\nexport const tabs = sprinkles({\n display: 'inline-flex',\n flexWrap: 'nowrap',\n gap: 1,\n maxWidth: 'full',\n overflowX: 'auto',\n});\n\nexport const tabsVariant = {\n pill: sprinkles({\n padding: 1,\n borderRadius: 'full',\n backgroundColor: 'surfaceMuted',\n borderWidth: 'default',\n borderStyle: 'solid',\n borderColor: 'borderSubtle',\n }),\n underline: sprinkles({\n gap: 3,\n paddingX: 0,\n paddingY: 0,\n borderWidth: 0,\n borderStyle: 'none',\n backgroundColor: 'transparent',\n }),\n};\n\nconst tabBase = sprinkles({\n display: 'inline-flex',\n flexShrink: 0,\n alignItems: 'center',\n borderWidth: 'default',\n borderStyle: 'solid',\n backgroundColor: 'transparent',\n color: 'textSecondary',\n cursor: 'pointer',\n fontWeight: 'medium',\n});\n\nexport const tabVariant = {\n pill: sprinkles({\n paddingX: 3,\n paddingY: 1.5,\n borderRadius: 'full',\n fontSize: 'sm',\n borderColor: 'transparent',\n }),\n underline: sprinkles({\n paddingX: 0,\n paddingY: 2,\n borderRadius: 'none',\n borderWidth: 0,\n borderBottomWidth: 'default',\n borderColor: 'transparent',\n fontSize: 'sm',\n }),\n};\n\nexport const activeVariant = {\n pill: sprinkles({\n backgroundColor: 'surface',\n borderColor: 'borderSubtle',\n color: 'text',\n boxShadow: 'sm',\n }),\n underline: sprinkles({\n color: 'text',\n borderBottomColor: 'primary',\n }),\n};\n\nexport const tab = style([\n tabBase,\n stateSprinkles({\n color: {\n hover: 'text',\n },\n backgroundColor: {\n hover: 'surface',\n },\n }),\n {\n ':focus-visible': {\n outline: `2px solid ${vars.colors.primary}`,\n outlineOffset: 2,\n },\n },\n]);\n"],"mappings":""}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* empty css */
|
|
2
2
|
/* empty css */
|
|
3
3
|
//#region src/backoffice/molecules/bulk_actions_bar/bulkActionsBar.css.ts
|
|
4
|
-
var e = "ndiqkc0
|
|
4
|
+
var e = "ndiqkc0 txvbqbyov txvbqbzmg txvbqb10jo txvbqbvvr txvbqbdr8 txvbqbey txvbqbjus txvbqbffj txvbqb2gm txvbqb1uy txvbqb2et txvbqb17h", t = "ndiqkc1 txvbqbdsb txvbqbey txvbqbff6 txvbqb9j", n = "ndiqkc2 txvbqbdsb txvbqbey txvbqbff6";
|
|
5
5
|
//#endregion
|
|
6
6
|
export { e as bar, t as left, n as right };
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* empty css */
|
|
2
2
|
/* empty css */
|
|
3
3
|
//#region src/backoffice/molecules/confirm_dialog/confirmDialog.css.ts
|
|
4
|
-
var e = "_1lxq4iv0
|
|
4
|
+
var e = "_1lxq4iv0 txvbqbdr8 txvbqbf6i txvbqbffj", t = "_1lxq4iv1 txvbqbdr8 txvbqbju2 txvbqbf91 txvbqbffj";
|
|
5
5
|
//#endregion
|
|
6
6
|
export { e as body, t as footer };
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* empty css */
|
|
2
2
|
/* empty css */
|
|
3
3
|
//#region src/backoffice/molecules/filter_chip_row/filterChipRow.css.ts
|
|
4
|
-
var e = "_1ylnrkl1 _1ylnrkl0
|
|
4
|
+
var e = "_1ylnrkl1 _1ylnrkl0 txvbqbdr8 txvbqbey txvbqbff6 txvbqbvv1 txvbqbuvn", t = "_1ylnrkl2 txvbqbf7y";
|
|
5
5
|
//#endregion
|
|
6
6
|
export { t as chip, e as row };
|
|
7
7
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"filterChipRow.css.js","names":[],"sources":["../../../../../src/backoffice/molecules/filter_chip_row/filterChipRow.css.ts"],"sourcesContent":["import { style } from '@vanilla-extract/css';\
|
|
1
|
+
{"version":3,"file":"filterChipRow.css.js","names":[],"sources":["../../../../../src/backoffice/molecules/filter_chip_row/filterChipRow.css.ts"],"sourcesContent":["import { style } from '@vanilla-extract/css';\nimport { sprinkles } from '../../../theme/sprinkles.css.js';\nimport { vars } from '../../../theme/themeContract.js';\n\nexport const row = style([\n sprinkles({\n display: 'flex',\n alignItems: 'center',\n gap: 2,\n paddingBottom: 1,\n overflowX: 'auto',\n }),\n {\n scrollbarWidth: 'thin',\n scrollbarColor: `${vars.colors.border} transparent`,\n },\n]);\n\nexport const chip = sprinkles({\n flexShrink: 0,\n});\n"],"mappings":""}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* empty css */
|
|
2
2
|
/* empty css */
|
|
3
3
|
//#region src/backoffice/molecules/global_search_input/globalSearchInput.css.ts
|
|
4
|
-
var e = "zmrwn80
|
|
4
|
+
var e = "zmrwn80 txvbqbdr8 txvbqbey txvbqbff6 txvbqbt9i", t = "zmrwn81 txvbqb17w0", n = "zmrwn83 qbwcuej qbwcueh txvbqbdsb txvbqbey txvbqbjtp txvbqb1g5 txvbqb2e3 txvbqb2g9 txvbqb1933 txvbqb19cb txvbqbv txvbqbux3 txvbqb7h txvbqb76 txvbqb7t qbwcuei txvbqb1aey txvbqb1bsa qbwcue4 txvbqb1c2w txvbqb1c9c qbwcue0 txvbqb1cb0 txvbqb1cws zmrwn82";
|
|
5
5
|
//#endregion
|
|
6
6
|
export { n as clearButton, e as container, t as input };
|
|
7
7
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"globalSearchInput.css.js","names":[],"sources":["../../../../../src/backoffice/molecules/global_search_input/globalSearchInput.css.ts"],"sourcesContent":["import { style } from '@vanilla-extract/css';\
|
|
1
|
+
{"version":3,"file":"globalSearchInput.css.js","names":[],"sources":["../../../../../src/backoffice/molecules/global_search_input/globalSearchInput.css.ts"],"sourcesContent":["import { style } from '@vanilla-extract/css';\nimport { sprinkles } from '../../../theme/sprinkles.css.js';\nimport { ghostIconButton } from '../../../theme/styleRecipes.css.js';\n\nexport const container = sprinkles({\n display: 'flex',\n alignItems: 'center',\n gap: 2,\n minWidth: 0,\n});\n\nexport const input = sprinkles({\n width: 'full',\n});\n\nexport const clearButton = style([\n ghostIconButton,\n sprinkles({\n color: 'textSecondary',\n }),\n]);\n"],"mappings":""}
|
|
@@ -2,17 +2,17 @@
|
|
|
2
2
|
/* empty css */
|
|
3
3
|
import { createRuntimeFn as e } from "@vanilla-extract/recipes/createRuntimeFn";
|
|
4
4
|
//#region src/backoffice/molecules/inline_banner/inlineBanner.css.ts
|
|
5
|
-
var t = "_1mdg64u0
|
|
5
|
+
var t = "_1mdg64u0 txvbqbyov txvbqbzmg txvbqb10jo txvbqbvvr txvbqbdr8 txvbqbel txvbqbjus txvbqbf91 txvbqbffj txvbqb2g9 txvbqb9j txvbqb1uy txvbqb2et txvbqb17h", n = e({
|
|
6
6
|
defaultClassName: "_1mdg64u5",
|
|
7
7
|
variantClassNames: { tone: {
|
|
8
|
-
info: "_1mdg64u6 _1mdg64u1
|
|
9
|
-
success: "_1mdg64u7 _1mdg64u2
|
|
10
|
-
warning: "_1mdg64u8 _1mdg64u3
|
|
11
|
-
danger: "_1mdg64u9 _1mdg64u4
|
|
8
|
+
info: "_1mdg64u6 _1mdg64u1 txvbqb1983 txvbqb19c9",
|
|
9
|
+
success: "_1mdg64u7 _1mdg64u2 txvbqb194d txvbqb19ab",
|
|
10
|
+
warning: "_1mdg64u8 _1mdg64u3 txvbqb193t txvbqb199t",
|
|
11
|
+
danger: "_1mdg64u9 _1mdg64u4 txvbqb1939 txvbqb1997"
|
|
12
12
|
} },
|
|
13
13
|
defaultVariants: { tone: "info" },
|
|
14
14
|
compoundVariants: []
|
|
15
|
-
}), r = "_1mdg64ua
|
|
15
|
+
}), r = "_1mdg64ua txvbqbdr8 txvbqbf6i txvbqbfet txvbqbdxd txvbqbt9i", i = "_1mdg64ub txvbqbfd0", a = "_1mdg64uc ", o = "_1mdg64ud txvbqbdsb txvbqbey txvbqbff6 txvbqbf91 txvbqbf7y", s = "_1mdg64uf qbwcuej qbwcueh txvbqbdsb txvbqbey txvbqbjtp txvbqb1g5 txvbqb2e3 txvbqb2g9 txvbqb1933 txvbqb19cb txvbqbv txvbqbux3 txvbqb7h txvbqb76 txvbqb7t qbwcuei txvbqb1aey txvbqb1bsa qbwcue4 txvbqb1c2w txvbqb1c9c qbwcue0 txvbqb1cb0 txvbqb1cws _1mdg64ue txvbqb17in txvbqbho2 txvbqb198h";
|
|
16
16
|
//#endregion
|
|
17
17
|
export { o as actions, s as closeButton, t as container, r as content, a as description, i as title, n as toneRecipe };
|
|
18
18
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inlineBanner.css.js","names":[],"sources":["../../../../../src/backoffice/molecules/inline_banner/inlineBanner.css.ts"],"sourcesContent":["import { style } from '@vanilla-extract/css';\nimport { recipe, type RecipeVariants } from '@vanilla-extract/recipes';\n\nimport { sprinkles } from '../../../theme/sprinkles.css.js';\nimport {
|
|
1
|
+
{"version":3,"file":"inlineBanner.css.js","names":[],"sources":["../../../../../src/backoffice/molecules/inline_banner/inlineBanner.css.ts"],"sourcesContent":["import { style } from '@vanilla-extract/css';\nimport { recipe, type RecipeVariants } from '@vanilla-extract/recipes';\n\nimport { sprinkles } from '../../../theme/sprinkles.css.js';\nimport { ghostIconButton } from '../../../theme/styleRecipes.css.js';\n\nexport const container = sprinkles({\n display: 'flex',\n alignItems: 'flex-start',\n justifyContent: 'space-between',\n flexWrap: 'wrap',\n gap: 3,\n paddingX: 4,\n paddingY: 3,\n borderRadius: 'md',\n fontSize: 'sm',\n borderWidth: 'default',\n borderStyle: 'solid',\n borderColor: 'border',\n});\n\nconst toneInfo = sprinkles({\n backgroundColor: 'brandLightGray',\n color: 'text',\n});\nconst toneSuccess = sprinkles({\n backgroundColor: 'green-50',\n color: 'green-800',\n});\nconst toneWarning = sprinkles({\n backgroundColor: 'amber-50',\n color: 'amber-900',\n});\nconst toneDanger = sprinkles({\n backgroundColor: 'red-50',\n color: 'red-800',\n});\n\nexport const toneRecipe = recipe({\n variants: {\n tone: {\n info: toneInfo,\n success: toneSuccess,\n warning: toneWarning,\n danger: toneDanger,\n },\n },\n defaultVariants: {\n tone: 'info',\n },\n});\n\nexport type ToneRecipeVariants = RecipeVariants<typeof toneRecipe>;\n\nexport const content = sprinkles({\n display: 'flex',\n flexDirection: 'column',\n gap: 1,\n flex: 1,\n minWidth: 0,\n});\n\nexport const title = sprinkles({\n fontWeight: 'semibold',\n});\n\nexport const description = sprinkles({});\n\nexport const actions = sprinkles({\n display: 'inline-flex',\n alignItems: 'center',\n gap: 2,\n flexWrap: 'wrap',\n flexShrink: 0,\n});\n\nexport const closeButton = style([\n ghostIconButton,\n sprinkles({\n width: 8,\n height: 8,\n color: 'inherit',\n }),\n]);\n"],"mappings":""}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* empty css */
|
|
2
2
|
/* empty css */
|
|
3
3
|
//#region src/backoffice/molecules/sidebar_collapse_toggle/sidebarCollapseToggle.css.ts
|
|
4
|
-
var e = "
|
|
4
|
+
var e = "_1x7c0k51 qbwcuej qbwcueh txvbqbdsb txvbqbey txvbqbjtp txvbqb1g5 txvbqb2e3 txvbqb2g9 txvbqb1933 txvbqb19cb txvbqbv txvbqbux3 txvbqb7h txvbqb76 txvbqb7t qbwcuei txvbqb1aey txvbqb1bsa qbwcue4 txvbqb1c2w txvbqb1c9c qbwcue0 txvbqb1cb0 txvbqb1cws _1x7c0k50 txvbqbyoi txvbqbzm3 txvbqb10jb txvbqbvve txvbqbff6 txvbqb9j", t = "_1x7c0k52 txvbqbyo5 txvbqbzlq txvbqbjtp", n = "_1x7c0k53 txvbqbdsb txvbqbey txvbqbjtp txvbqb17hx txvbqbhnc", r = "_1x7c0k54 txvbqbdxd", i = "_1x7c0k55 txvbqbdq5";
|
|
5
5
|
//#endregion
|
|
6
6
|
export { e as button, t as buttonCollapsed, n as icon, r as label, i as labelCollapsed };
|
|
7
7
|
|
package/lib/esm/backoffice/molecules/sidebar_collapse_toggle/sidebarCollapseToggle.css.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sidebarCollapseToggle.css.js","names":[],"sources":["../../../../../src/backoffice/molecules/sidebar_collapse_toggle/sidebarCollapseToggle.css.ts"],"sourcesContent":["import { style } from '@vanilla-extract/css';\
|
|
1
|
+
{"version":3,"file":"sidebarCollapseToggle.css.js","names":[],"sources":["../../../../../src/backoffice/molecules/sidebar_collapse_toggle/sidebarCollapseToggle.css.ts"],"sourcesContent":["import { style } from '@vanilla-extract/css';\nimport { sprinkles } from '../../../theme/sprinkles.css.js';\nimport { ghostIconButton } from '../../../theme/styleRecipes.css.js';\n\nexport const button = style([\n ghostIconButton,\n sprinkles({\n gap: 2,\n paddingX: 3,\n paddingY: 2,\n fontSize: 'sm',\n }),\n]);\n\nexport const buttonCollapsed = sprinkles({\n justifyContent: 'center',\n paddingX: 2,\n});\n\nexport const icon = sprinkles({\n display: 'inline-flex',\n alignItems: 'center',\n justifyContent: 'center',\n width: 6,\n height: 6,\n});\n\nexport const label = sprinkles({ flex: 1 });\n\nexport const labelCollapsed = sprinkles({\n display: 'none',\n});\n"],"mappings":""}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* empty css */
|
|
2
2
|
/* empty css */
|
|
3
3
|
//#region src/backoffice/molecules/sidebar_nav_item/sidebarNavItem.css.ts
|
|
4
|
-
var e = "_1nm2b9q0
|
|
4
|
+
var e = "_1nm2b9q0 txvbqbdsb txvbqbey txvbqbfet txvbqb7m txvbqb76 txvbqb7t txvbqbf7y txvbqb19dv txvbqb17f1 txvbqb2o", t = "_1nm2b9q1 txvbqb19ep txvbqb17fe txvbqb2p", n = "_1nm2b9q4 _1nm2b9q2 txvbqbyoi txvbqbzm3 txvbqb11ed txvbqbwqg txvbqbdr8 txvbqbey txvbqbff6 txvbqb2gm txvbqb9j txvbqb7g txvbqb76 txvbqb7t txvbqbv txvbqb19cb _1nm2b9q3 txvbqb1aex txvbqb1bs9", r = "_1nm2b9q5 txvbqbyo5 txvbqbzlq txvbqbjtp", i = "_1nm2b9q6 txvbqbyo5 txvbqbzlq txvbqb11ed txvbqbwqg txvbqb2g9", a = "_1nm2b9q7 txvbqbfd0 txvbqb1963 txvbqb19c9 txvbqbcol", o = "_1nm2b9q9 _1nm2b9q8 txvbqb19cd txvbqbr", s = "_1nm2b9qa txvbqb19eb txvbqbj", c = "_1nm2b9qb txvbqbdr8 txvbqbey txvbqbff6 txvbqbdxd txvbqbt9i txvbqb3f txvbqb1933 txvbqb1g5 txvbqb2e3 txvbqbux3 txvbqb16ex txvbqb198h txvbqb1p", l = "_1nm2b9qc txvbqbdsb txvbqbey", u = "_1nm2b9qf _1nm2b9qd txvbqbdsb txvbqbey txvbqbjtp txvbqb17hx txvbqbhnc txvbqb2g9 txvbqb1g5 txvbqb2e3 txvbqbux3 txvbqb1933 txvbqb19cb txvbqbi _1nm2b9qe txvbqb1aex txvbqb1bs9", d = "_1nm2b9qg txvbqbdsb txvbqbey txvbqbjtp txvbqb17hx txvbqbhnc txvbqbf7y txvbqb198h", f = "_1nm2b9qh txvbqb17hk txvbqbhmz", p = "_1nm2b9qi txvbqbdxd txvbqbt9i", m = "_1nm2b9qj txvbqbdq5", h = "_1nm2b9qk txvbqbdsb txvbqbey txvbqbjtp txvbqbf7y", g = "_1nm2b9ql txvbqbdq5";
|
|
5
5
|
//#endregion
|
|
6
6
|
export { l as actionSlot, e as actions, t as actionsVisible, h as badge, g as badgeCollapsed, u as dragHandle, d as icon, f as iconNested, n as item, a as itemActive, r as itemCollapsed, o as itemDisabled, s as itemDragging, i as itemNested, p as label, m as labelCollapsed, c as link };
|
|
7
7
|
|