@plumile/ui 0.1.144 → 0.1.145
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/lib/esm/admin/organisms/admin_sidebar/AdminSidebar.js +1 -1
- package/lib/esm/admin/organisms/admin_sidebar/adminSidebar.css.js +2 -2
- package/lib/esm/admin/organisms/admin_topbar/adminTopbar.css.js +1 -1
- package/lib/esm/atomic/atoms/badge/badge.css.js +7 -7
- 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 +6 -6
- 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/label/label.css.js +4 -4
- 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/overlay/overlay.css.js +1 -1
- package/lib/esm/atomic/atoms/overlay/overlay.css.js.map +1 -1
- package/lib/esm/atomic/atoms/textarea/textarea.css.js +8 -8
- 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/checkbox_field/checkboxField.css.js +1 -1
- package/lib/esm/atomic/molecules/dropdown/dropdown.css.js +1 -1
- package/lib/esm/atomic/molecules/empty-state/EmptyState.css.js +28 -28
- package/lib/esm/atomic/molecules/form/formStyles.css.js +1 -1
- package/lib/esm/atomic/molecules/form/formStyles.css.js.map +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/MarkdownBlockquote.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownCodeCopyButton.css.js +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 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownFootnotesSection.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownHeading.css.js +7 -8
- 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/MarkdownLink.css.js +2 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownList.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownListItem.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownMark.css.js +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/MarkdownStrong.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownTable.css.js +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/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/MarkdownText.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownThematicBreak.css.js +1 -1
- package/lib/esm/atomic/molecules/tabs/tabs.css.js +16 -16
- package/lib/esm/atomic/molecules/toast/toast.css.js +2 -2
- package/lib/esm/atomic/organisms/login_form/loginForm.css.js +1 -1
- package/lib/esm/atomic/organisms/sidebar/NavigationSidebar.js +85 -85
- package/lib/esm/atomic/organisms/sidebar/NavigationSidebar.js.map +1 -1
- package/lib/esm/atomic/organisms/sidebar/SidebarContainer.js +19 -19
- package/lib/esm/atomic/organisms/sidebar/SidebarContainer.js.map +1 -1
- package/lib/esm/atomic/organisms/sidebar/navigationSidebar.css.js +16 -16
- package/lib/esm/atomic/organisms/sidebar/navigationSidebar.css.js.map +1 -1
- package/lib/esm/atomic/organisms/sidebar/sidebar.css.js +6 -6
- package/lib/esm/atomic/organisms/sidebar/sidebar.css.js.map +1 -1
- package/lib/esm/atomic/templates/auth_layout/authLayout.css.js +1 -1
- package/lib/esm/atomic/templates/auth_layout/authLayout.css.js.map +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/shortcut_hint/shortcutHint.css.js +1 -1
- package/lib/esm/backoffice/atoms/skeleton/skeleton.css.js +5 -5
- package/lib/esm/backoffice/atoms/spinner/spinner.css.js +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/molecules/backoffice_detail_field/backofficeDetailField.css.js +8 -8
- package/lib/esm/backoffice/molecules/backoffice_detail_flag_tag/backofficeDetailFlagTag.css.js +1 -1
- package/lib/esm/backoffice/molecules/backoffice_detail_section/backofficeDetailSection.css.js +1 -1
- package/lib/esm/backoffice/molecules/backoffice_detail_tagged_value/backofficeDetailTaggedValue.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_field/backofficeFilterField.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_list_footer/BackofficeListFooter.js +2 -2
- package/lib/esm/backoffice/molecules/backoffice_list_footer/backofficeListFooter.css.js +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_payload_viewer/BackofficePayloadViewer.js +1 -1
- package/lib/esm/backoffice/molecules/backoffice_payload_viewer/backofficePayloadViewer.css.js +1 -1
- package/lib/esm/backoffice/molecules/backoffice_picker/backofficePicker.css.js +1 -1
- package/lib/esm/backoffice/molecules/backoffice_reference_value/backofficeReferenceValue.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_status_meta_badge/backofficeStatusMetaBadge.css.js +1 -1
- package/lib/esm/backoffice/molecules/backoffice_table_skeleton/backofficeTableSkeleton.css.js +4 -4
- package/lib/esm/backoffice/molecules/backoffice_toolbar/BackofficeToolbar.js +8 -8
- package/lib/esm/backoffice/molecules/backoffice_toolbar/backofficeToolbar.css.js +4 -4
- 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/global_search_input/globalSearchInput.css.js +1 -1
- package/lib/esm/backoffice/molecules/sidebar_collapse_toggle/SidebarCollapseToggle.js +0 -1
- package/lib/esm/backoffice/molecules/sidebar_collapse_toggle/SidebarCollapseToggle.js.map +1 -1
- package/lib/esm/backoffice/molecules/sidebar_collapse_toggle/sidebarCollapseToggle.css.js +1 -1
- package/lib/esm/backoffice/molecules/sidebar_nav_item/sidebarNavItem.css.js +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_profile_menu/BackofficeSidebarProfileMenu.js +3 -3
- package/lib/esm/backoffice/molecules/sidebar_profile_menu/sidebarProfileMenu.css.js +5 -5
- package/lib/esm/backoffice/organisms/audit_timeline/auditTimeline.css.js +6 -6
- package/lib/esm/backoffice/organisms/backoffice_data_table/backofficeDataTable.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 +4 -4
- package/lib/esm/backoffice/templates/detail_page_template/detailPageTemplate.css.js +5 -5
- package/lib/esm/backoffice/templates/list_page_template/ListPageTemplate.js +1 -1
- package/lib/esm/backoffice/templates/list_page_template/listPageTemplate.css.js +8 -8
- 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 +14 -14
- package/lib/esm/components/dashboard/dashboard_metric_group/DashboardMetricGroup.css.js +1 -1
- package/lib/esm/components/dashboard/dashboard_panel/DashboardPanel.css.js +1 -1
- package/lib/esm/components/dashboard/dashboard_quick_actions/DashboardQuickActions.css.js +1 -1
- package/lib/esm/components/dashboard/dashboard_status_list/DashboardStatusList.css.js +1 -1
- package/lib/esm/components/dashboard/metadata_strip/MetadataStrip.css.js +1 -1
- package/lib/esm/components/dashboard/metric_card/MetricCard.css.js +6 -6
- package/lib/esm/components/dashboard/metric_card/MetricCard.js +2 -2
- package/lib/esm/components/dashboard/metric_tile_group/MetricTileGroup.css.js +11 -11
- 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/selectable_card/SelectableCard.css.js +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 +2 -2
- package/lib/esm/components/dashboard/timeline_event_row/TimelineEventRow.js +8 -8
- 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/DataTable.js +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/feedback/OperationFeedback.css.js +1 -1
- package/lib/esm/components/feedback/inlineBanner.css.js +6 -6
- 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 +2 -2
- 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 +1 -1
- package/lib/esm/components/layout/PageShell.js +5 -5
- package/lib/esm/components/layout/ResizableSplitView.css.js +1 -1
- package/lib/esm/components/layout/ResizableSplitView.js +1 -1
- package/lib/esm/components/layout/SettingsLayout.css.js +1 -1
- package/lib/esm/components/layout/Surface.css.js +15 -15
- package/lib/esm/components/layout/Surface.css.js.map +1 -1
- package/lib/esm/components/layout/Surface.js +6 -6
- package/lib/esm/components/layout/toolbar/Toolbar.css.js +16 -16
- package/lib/esm/components/media/imagePreviewModal.css.js +5 -5
- package/lib/esm/components/navigation/sidebar/SidebarNavigation.js +1 -1
- package/lib/esm/components/navigation/sidebar/sidebarNavigation.css.js +2 -2
- package/lib/esm/components/responsive/ResponsiveCollectionRenderer.css.js +1 -1
- package/lib/esm/components/routing/routeFallback.css.js +1 -1
- package/lib/esm/components/routing/routePendingBar.css.js +1 -1
- package/lib/esm/components/select/SimpleSelect.css.js +13 -13
- package/lib/esm/components/select/SimpleSelect.css.js.map +1 -1
- package/lib/esm/components/tile/InfoTile.css.js +1 -1
- package/lib/esm/components/tile/InfoTile.js +3 -3
- package/lib/esm/style.css +1 -1
- package/lib/esm/theme/accessibility.css.js +1 -1
- package/lib/esm/theme/backofficeTheme.css.js +112 -80
- package/lib/esm/theme/backofficeTheme.css.js.map +1 -1
- package/lib/esm/theme/colors.js +8 -0
- package/lib/esm/theme/colors.js.map +1 -1
- package/lib/esm/theme/publicTheme.css.js +123 -91
- package/lib/esm/theme/publicTheme.css.js.map +1 -1
- package/lib/esm/theme/sprinkles.css.js +12988 -11500
- package/lib/esm/theme/sprinkles.css.js.map +1 -1
- package/lib/esm/theme/styleRecipes.css.js +8 -8
- package/lib/esm/theme/theme.css.js +235 -171
- package/lib/esm/theme/themeContract.css.js +1922 -1898
- package/lib/esm/theme/themeContract.css.js.map +1 -1
- package/lib/types/atomic/organisms/sidebar/NavigationSidebar.d.ts.map +1 -1
- package/lib/types/atomic/organisms/sidebar/SidebarContainer.d.ts.map +1 -1
- package/lib/types/atomic/organisms/sidebar/navigationSidebar.css.d.ts +2 -0
- package/lib/types/atomic/organisms/sidebar/navigationSidebar.css.d.ts.map +1 -1
- package/lib/types/atomic/organisms/sidebar/sidebar.css.d.ts +1 -0
- package/lib/types/atomic/organisms/sidebar/sidebar.css.d.ts.map +1 -1
- package/lib/types/backoffice/molecules/sidebar_collapse_toggle/SidebarCollapseToggle.d.ts.map +1 -1
- package/lib/types/theme/backofficeTheme.css.d.ts +112 -80
- package/lib/types/theme/backofficeTheme.css.d.ts.map +1 -1
- package/lib/types/theme/colors.d.ts +8 -0
- package/lib/types/theme/colors.d.ts.map +1 -1
- package/lib/types/theme/publicTheme.css.d.ts +123 -91
- package/lib/types/theme/publicTheme.css.d.ts.map +1 -1
- package/lib/types/theme/sprinkles.css.d.ts +129 -129
- package/lib/types/theme/themeContract.css.d.ts +24 -0
- package/lib/types/theme/themeContract.css.d.ts.map +1 -1
- package/package.json +3 -3
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sidebar.css.js","names":[],"sources":["../../../../../src/atomic/organisms/sidebar/sidebar.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 { vars } from '../../../theme/themeContract.css.js';\n\nconst EASE_IN_OUT = 'ease-in-out';\n\nexport const sidebar = sprinkles({\n display: 'flex',\n height: 'screen',\n flexDirection: 'column',\n overflow: 'hidden',\n padding: 3,\n transitionProperty: 'width',\n transitionDuration: 300,\n transitionTimingFunction: EASE_IN_OUT,\n});\n\nexport const sidebarWidthRecipe = recipe({\n variants: {\n state: {\n collapsed: { width: vars.width[16] },\n expanded: { width: vars.width[60] },\n },\n },\n defaultVariants: {\n state: 'expanded',\n },\n});\n\nexport type SidebarWidthVariants = RecipeVariants<typeof sidebarWidthRecipe>;\n\nexport const content = sprinkles({\n display: 'flex',\n flex: 1,\n flexDirection: 'column',\n});\n\nexport const headerRow = sprinkles({\n display: 'flex',\n alignItems: 'center',\n justifyContent: 'flex-start',\n gap: 2,\n marginBottom: 3,\n marginTop: 0,\n padding: 2,\n borderRadius: 'xl',\n backgroundImage: 'brandDiagonal',\n borderWidth: 'default',\n borderStyle: 'solid',\n borderColor: 'brandPrimaryRed',\n transitionProperty: 'opacity',\n transitionDuration: 300,\n transitionTimingFunction: EASE_IN_OUT,\n});\n\nexport const headerActions = sprinkles({\n display: 'flex',\n width: 'full',\n justifyContent: 'flex-start',\n gap: 2,\n marginBottom: 3,\n});\n\nexport const nav = sprinkles({\n display: 'flex',\n flex: 1,\n flexDirection: 'column',\n gap: 2,\n transitionProperty: 'gap',\n transitionDuration: 300,\n transitionTimingFunction: EASE_IN_OUT,\n paddingTop: 4,\n});\n\nexport const navCollapsed = sprinkles({\n gap: 1,\n});\n\nexport const footer = sprinkles({\n marginTop: 4,\n});\n\nexport const footerCollapsed = sprinkles({\n display: 'flex',\n justifyContent: 'center',\n});\n\nexport const defaultHeaderButton = style([\n sprinkles({\n borderRadius: 'md',\n paddingY: 2,\n paddingX: 3,\n fontSize: 'sm',\n fontWeight: 'medium',\n color: '
|
|
1
|
+
{"version":3,"file":"sidebar.css.js","names":[],"sources":["../../../../../src/atomic/organisms/sidebar/sidebar.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 { vars } from '../../../theme/themeContract.css.js';\n\nconst EASE_IN_OUT = 'ease-in-out';\n\nexport const sidebar = sprinkles({\n display: 'flex',\n height: 'screen',\n flexDirection: 'column',\n overflow: 'hidden',\n padding: 3,\n borderWidth: 0,\n borderStyle: 'solid',\n borderRightWidth: 'px',\n transitionProperty: 'width',\n transitionDuration: 300,\n transitionTimingFunction: EASE_IN_OUT,\n});\n\nexport const sidebarTheme = style({\n backgroundColor: vars.sidebar.background,\n borderRightColor: vars.sidebar.borderColor,\n});\n\nexport const sidebarWidthRecipe = recipe({\n variants: {\n state: {\n collapsed: { width: vars.width[16] },\n expanded: { width: vars.width[60] },\n },\n },\n defaultVariants: {\n state: 'expanded',\n },\n});\n\nexport type SidebarWidthVariants = RecipeVariants<typeof sidebarWidthRecipe>;\n\nexport const content = sprinkles({\n display: 'flex',\n flex: 1,\n flexDirection: 'column',\n});\n\nexport const headerRow = sprinkles({\n display: 'flex',\n alignItems: 'center',\n justifyContent: 'flex-start',\n gap: 2,\n marginBottom: 3,\n marginTop: 0,\n padding: 2,\n borderRadius: 'xl',\n backgroundImage: 'brandDiagonal',\n borderWidth: 'default',\n borderStyle: 'solid',\n borderColor: 'brandPrimaryRed',\n transitionProperty: 'opacity',\n transitionDuration: 300,\n transitionTimingFunction: EASE_IN_OUT,\n});\n\nexport const headerActions = sprinkles({\n display: 'flex',\n width: 'full',\n justifyContent: 'flex-start',\n gap: 2,\n marginBottom: 3,\n});\n\nexport const nav = sprinkles({\n display: 'flex',\n flex: 1,\n flexDirection: 'column',\n gap: 2,\n transitionProperty: 'gap',\n transitionDuration: 300,\n transitionTimingFunction: EASE_IN_OUT,\n paddingTop: 4,\n});\n\nexport const navCollapsed = sprinkles({\n gap: 1,\n});\n\nexport const footer = sprinkles({\n marginTop: 4,\n});\n\nexport const footerCollapsed = sprinkles({\n display: 'flex',\n justifyContent: 'center',\n});\n\nexport const defaultHeaderButton = style([\n sprinkles({\n borderRadius: 'md',\n paddingY: 2,\n paddingX: 3,\n fontSize: 'sm',\n fontWeight: 'medium',\n color: 'onBrand',\n backgroundImage: 'brandDiagonal',\n borderWidth: 'default',\n borderStyle: 'solid',\n borderColor: 'brandPrimaryRed',\n transitionProperty: 'default',\n transitionDuration: 150,\n transitionTimingFunction: 'ease',\n }),\n {\n boxShadow: vars.boxShadow.brandGlow,\n selectors: {\n '&:hover': {\n boxShadow: vars.boxShadow.interactiveHover,\n transform: 'translateY(-1px)',\n },\n '&:focus-visible': {\n outline: 'none',\n boxShadow: `0 0 0 2px ${vars.colors.brandSecondaryOrange}`,\n },\n },\n },\n]);\n\nconst navigationLinkBase = sprinkles({\n display: 'flex',\n alignItems: 'center',\n gap: 3,\n borderRadius: 'lg',\n paddingY: 2,\n paddingX: 3,\n fontSize: 'sm',\n lineHeight: 1.2,\n textDecoration: 'none',\n backgroundColor: 'transparent',\n color: 'text',\n transitionProperty: 'default',\n transitionDuration: 150,\n transitionTimingFunction: 'ease',\n});\n\nexport const organizationLink = style([\n navigationLinkBase,\n sprinkles({ fontWeight: 'semibold' }),\n {\n selectors: {\n '&:hover': {\n backgroundColor: vars.sidebar.itemHoverBackground,\n color: vars.sidebar.itemHoverColor,\n },\n },\n },\n]);\n\nexport const organizationLinkActive = style({\n backgroundColor: vars.sidebar.itemActiveBackground,\n backgroundImage: vars.sidebar.itemActiveBackgroundImage,\n color: vars.sidebar.itemActiveColor,\n borderColor: vars.sidebar.itemActiveBorderColor,\n boxShadow: vars.sidebar.itemActiveShadow,\n});\n\nexport const organizationIcon = sprinkles({\n display: 'flex',\n alignItems: 'center',\n justifyContent: 'center',\n width: 5,\n height: 5,\n color: 'inherit',\n fontWeight: 'semibold',\n transitionProperty: 'colors',\n transitionDuration: 150,\n transitionTimingFunction: 'ease',\n});\n\nexport const linkLabel = sprinkles({\n flex: 1,\n minWidth: 0,\n whiteSpace: 'nowrap',\n overflow: 'hidden',\n textOverflow: 'ellipsis',\n});\n"],"mappings":""}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* empty css */
|
|
2
2
|
/* empty css */
|
|
3
3
|
//#region src/atomic/templates/auth_layout/authLayout.css.ts
|
|
4
|
-
var e = "_3p7zn00
|
|
4
|
+
var e = "_3p7zn00 txvbqbfpn txvbqbls4 txvbqbey txvbqbko1 txvbqb19uf txvbqb1ban", t = "_3p7zn01 txvbqb19uf txvbqbu4x txvbqb2up txvbqbwr6 txvbqbeje", n = "_3p7zn02 txvbqbfpn txvbqbh4x txvbqbey txvbqbls4 txvbqbhdy txvbqbwye txvbqb18dp txvbqb1azl", r = "_3p7zn03 txvbqbbc txvbqbhbs txvbqbnwo txvbqb1bi7", i = "_3p7zn04 txvbqb9j txvbqb1bi7 txvbqbhap txvbqb1bkb", a = "_3p7zn05 txvbqb9w txvbqbhap txvbqb1bg3", o = "_3p7zn06 txvbqb1bhb txvbqb3f txvbqbhb2 txvbqb7h txvbqb76 txvbqb7t";
|
|
5
5
|
//#endregion
|
|
6
6
|
export { a as brandSubtitle, t as formCardStyle, n as headerStyle, o as link, e as mainStyle, i as subtitleStyle, r as titleStyle };
|
|
7
7
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"authLayout.css.js","names":[],"sources":["../../../../../src/atomic/templates/auth_layout/authLayout.css.ts"],"sourcesContent":["import { sprinkles } from '../../../theme/sprinkles.css.js';\n\nexport const mainStyle = sprinkles({\n display: 'flex',\n justifyContent: 'center',\n alignItems: 'center',\n height: 'screen',\n width: 'full',\n backgroundColor: '
|
|
1
|
+
{"version":3,"file":"authLayout.css.js","names":[],"sources":["../../../../../src/atomic/templates/auth_layout/authLayout.css.ts"],"sourcesContent":["import { sprinkles } from '../../../theme/sprinkles.css.js';\n\nexport const mainStyle = sprinkles({\n display: 'flex',\n justifyContent: 'center',\n alignItems: 'center',\n height: 'screen',\n width: 'full',\n backgroundColor: 'brandSubtleSurface',\n});\n\nexport const formCardStyle = sprinkles({\n width: 'full',\n maxWidth: 'lg',\n borderRadius: 'xl',\n overflow: 'hidden',\n boxShadow: 'authCardGlow',\n});\n\nexport const headerStyle = sprinkles({\n display: 'flex',\n flexDirection: 'column',\n alignItems: 'center',\n justifyContent: 'center',\n gap: 3,\n padding: 8,\n textAlign: 'center',\n backgroundImage: 'brandBackgroundGradient',\n});\n\nexport const titleStyle = sprinkles({\n fontSize: '3xl',\n fontWeight: 'bold',\n lineHeight: 1.2,\n color: 'onBrand',\n});\n\nexport const subtitleStyle = sprinkles({\n fontSize: 'sm',\n color: 'onBrand',\n fontWeight: 'normal',\n opacity: 70,\n});\n\nexport const brandSubtitle = sprinkles({\n fontSize: 'base',\n fontWeight: 'normal',\n color: 'textSecondary',\n});\n\nexport const link = sprinkles({\n color: 'tonePrimaryText',\n textDecoration: 'none',\n fontWeight: 'medium',\n transitionProperty: 'colors',\n transitionDuration: 150,\n transitionTimingFunction: 'ease',\n});\n"],"mappings":""}
|
|
@@ -8,13 +8,13 @@ var s = ({ title: s, subtitle: c, primaryAction: l, secondaryActions: u, leftAct
|
|
|
8
8
|
return (g || _) && (v = /* @__PURE__ */ o("div", {
|
|
9
9
|
className: n,
|
|
10
10
|
children: [_ && /* @__PURE__ */ a("div", {
|
|
11
|
-
className: "_1u2lre42
|
|
11
|
+
className: "_1u2lre42 txvbqbfpn txvbqbey txvbqbhdl txvbqbh7g",
|
|
12
12
|
children: h.map((e, t) => /* @__PURE__ */ a("div", {
|
|
13
|
-
className: "_1u2lre43
|
|
13
|
+
className: "_1u2lre43 txvbqbfpn txvbqbey",
|
|
14
14
|
children: e
|
|
15
15
|
}, t))
|
|
16
16
|
}), g && /* @__PURE__ */ a("div", {
|
|
17
|
-
className: "_1u2lre44
|
|
17
|
+
className: "_1u2lre44 txvbqbfpn txvbqbey",
|
|
18
18
|
children: l
|
|
19
19
|
})]
|
|
20
20
|
})), /* @__PURE__ */ o("div", {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* empty css */
|
|
2
2
|
/* empty css */
|
|
3
3
|
//#region src/atomic/templates/page-container/pageContainer.css.ts
|
|
4
|
-
var e = "_1u2lre40
|
|
4
|
+
var e = "_1u2lre40 txvbqb10nn txvbqb11l8 txvbqbfpn txvbqbh4x txvbqbhf1 txvbqbel txvbqb19uf txvbqbhh txvbqb12it txvbqbfvs txvbqbu86", t = "_1u2lre41 txvbqbfpn txvbqbey txvbqblsh txvbqbhdl txvbqbh7g", n = "_1u2lre42 txvbqbfpn txvbqbey txvbqbhdl txvbqbh7g", r = "_1u2lre43 txvbqbfpn txvbqbey", i = "_1u2lre44 txvbqbfpn txvbqbey", a = "_1u2lre45 txvbqb19uf txvbqbfpn txvbqbel txvbqbh4x";
|
|
5
5
|
//#endregion
|
|
6
6
|
export { r as actionItem, t as actions, e as container, a as content, i as primaryAction, n as secondaryActions };
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* empty css */
|
|
2
2
|
/* empty css */
|
|
3
3
|
//#region src/backoffice/atoms/copyable_text/copyableText.css.ts
|
|
4
|
-
var e = "_1bsx9gw0
|
|
4
|
+
var e = "_1bsx9gw0 txvbqbfqq txvbqbey txvbqbh7g txvbqbhdl txvbqbv7x", t = "_1bsx9gw1 txvbqbwr6 txvbqb9j txvbqb18ef txvbqb1avz txvbqbu5n txvbqbv7x", n = "_1bsx9gw2 txvbqbu6d txvbqb1awc txvbqbwrw txvbqb18es", r = "_1bsx9gw3 txvbqb96 txvbqb1bg5";
|
|
5
5
|
//#endregion
|
|
6
6
|
export { r as feedback, e as root, t as value, n as valueNoTruncate };
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* empty css */
|
|
2
2
|
/* empty css */
|
|
3
3
|
//#region src/backoffice/atoms/shortcut_hint/shortcutHint.css.ts
|
|
4
|
-
var e = "uhyyl0
|
|
4
|
+
var e = "uhyyl0 txvbqbfqq txvbqbey txvbqbhd8", t = "uhyyl1 txvbqb11hm txvbqb12f7 txvbqb13cf txvbqbyoi txvbqbfqq txvbqbey txvbqbls4 txvbqb2t9 txvbqb8t txvbqbhb2 txvbqbo4m";
|
|
5
5
|
//#endregion
|
|
6
6
|
export { e as container, t as key };
|
|
7
7
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/* empty css */
|
|
2
2
|
/* empty css */
|
|
3
3
|
//#region src/backoffice/atoms/skeleton/skeleton.css.ts
|
|
4
|
-
var e = "apytea2 apytea1
|
|
5
|
-
text: "apytea3
|
|
6
|
-
block: "apytea4
|
|
7
|
-
circle: "apytea5
|
|
8
|
-
}, n = "apytea6
|
|
4
|
+
var e = "apytea2 apytea1 txvbqbfox txvbqb2tz txvbqb1g txvbqb83", t = {
|
|
5
|
+
text: "apytea3 txvbqb2t9",
|
|
6
|
+
block: "apytea4 txvbqb2tz",
|
|
7
|
+
circle: "apytea5 txvbqb2wi"
|
|
8
|
+
}, n = "apytea6 txvbqbfpn txvbqbh4x txvbqbhdl";
|
|
9
9
|
//#endregion
|
|
10
10
|
export { e as base, n as linesContainer, t as variant };
|
|
11
11
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* empty css */
|
|
2
2
|
/* empty css */
|
|
3
3
|
//#region src/backoffice/atoms/spinner/spinner.css.ts
|
|
4
|
-
var e = "k421yr1
|
|
4
|
+
var e = "k421yr1 txvbqbfqq txvbqbey txvbqbls4", t = "k421yr2";
|
|
5
5
|
//#endregion
|
|
6
6
|
export { t as icon, e as root };
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* empty css */
|
|
2
2
|
/* empty css */
|
|
3
3
|
//#region src/backoffice/atoms/status_badge/statusBadge.css.ts
|
|
4
|
-
var e = "f2f8uw0
|
|
4
|
+
var e = "f2f8uw0 txvbqbfqq txvbqbey txvbqbhd8", t = "f2f8uw1 txvbqb19ew txvbqbjkb txvbqb2wi txvbqb1b4p";
|
|
5
5
|
//#endregion
|
|
6
6
|
export { e as content, t as dot };
|
|
7
7
|
|
|
@@ -3,17 +3,17 @@
|
|
|
3
3
|
import { createRuntimeFn as e } from "@vanilla-extract/recipes/createRuntimeFn";
|
|
4
4
|
//#region src/backoffice/atoms/tag/tag.css.ts
|
|
5
5
|
var t = e({
|
|
6
|
-
defaultClassName: "_6yn5376 _6yn5370
|
|
6
|
+
defaultClassName: "_6yn5376 _6yn5370 txvbqb10mk txvbqb11k5 txvbqb12hd txvbqbxtg txvbqbfqq txvbqbey txvbqbhd8 txvbqb2wi txvbqb96 txvbqbhb2",
|
|
7
7
|
variantClassNames: { tone: {
|
|
8
|
-
neutral: "_6yn5377 _6yn5371
|
|
9
|
-
info: "_6yn5378 _6yn5372
|
|
10
|
-
success: "_6yn5379 _6yn5373
|
|
11
|
-
warning: "_6yn537a _6yn5374
|
|
12
|
-
danger: "_6yn537b _6yn5375
|
|
8
|
+
neutral: "_6yn5377 _6yn5371 txvbqb1b83 txvbqb1bg1",
|
|
9
|
+
info: "_6yn5378 _6yn5372 txvbqb1b9t txvbqb1bhh",
|
|
10
|
+
success: "_6yn5379 _6yn5373 txvbqb1b9z txvbqb1bhn",
|
|
11
|
+
warning: "_6yn537a _6yn5374 txvbqb1ba5 txvbqb1bht",
|
|
12
|
+
danger: "_6yn537b _6yn5375 txvbqb1bab txvbqb1bhz"
|
|
13
13
|
} },
|
|
14
14
|
defaultVariants: { tone: "neutral" },
|
|
15
15
|
compoundVariants: []
|
|
16
|
-
}), n = "_6yn537d qbwcuej qbwcueh
|
|
16
|
+
}), n = "_6yn537d qbwcuej qbwcueh txvbqbfqq txvbqbey txvbqbls4 txvbqb1tv txvbqb2rt txvbqb2tz txvbqb1b4r txvbqb1bg3 txvbqbv txvbqbwvi txvbqb7h txvbqb76 txvbqb7t qbwcuei txvbqb1cta txvbqb1eom qbwcue4 txvbqb1f7o txvbqb1fe4 qbwcue0 txvbqb1ffs txvbqb1ga0 _6yn537c txvbqb2wi txvbqb1bc9";
|
|
17
17
|
//#endregion
|
|
18
18
|
export { n as removeButton, t as rootRecipe };
|
|
19
19
|
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
/* empty css */
|
|
2
2
|
/* empty css */
|
|
3
3
|
//#region src/backoffice/molecules/backoffice_detail_field/backofficeDetailField.css.ts
|
|
4
|
-
var e = "_1pfim3l0
|
|
5
|
-
xs: "_1pfim3l4
|
|
6
|
-
s: "_1pfim3l5
|
|
7
|
-
statusAction: "_1pfim3l6
|
|
8
|
-
m: "_1pfim3l7
|
|
9
|
-
l: "_1pfim3l8
|
|
10
|
-
xl: "_1pfim3l9
|
|
11
|
-
fluid: "_1pfim3la
|
|
4
|
+
var e = "_1pfim3l0 txvbqbfpn txvbqbh4x txvbqbhd8 txvbqbv7x", t = "_1pfim3l1 txvbqb96 txvbqb6a txvbqbmw7 txvbqb1bg3", n = "_1pfim3l2 txvbqb9j txvbqb1bg1 txvbqbws9 txvbqb1ara", r = "_1pfim3l3 txvbqbii1", i = {
|
|
5
|
+
xs: "_1pfim3l4 txvbqbu1o",
|
|
6
|
+
s: "_1pfim3l5 txvbqbu21",
|
|
7
|
+
statusAction: "_1pfim3l6 txvbqbu2e",
|
|
8
|
+
m: "_1pfim3l7 txvbqbu2e",
|
|
9
|
+
l: "_1pfim3l8 txvbqbu2r",
|
|
10
|
+
xl: "_1pfim3l9 txvbqbu34",
|
|
11
|
+
fluid: "_1pfim3la txvbqbu4k"
|
|
12
12
|
};
|
|
13
13
|
//#endregion
|
|
14
14
|
export { e as field, r as fullWidth, t as label, i as size, n as value };
|
package/lib/esm/backoffice/molecules/backoffice_detail_flag_tag/backofficeDetailFlagTag.css.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* empty css */
|
|
2
2
|
/* empty css */
|
|
3
3
|
//#region src/backoffice/molecules/backoffice_detail_flag_tag/backofficeDetailFlagTag.css.ts
|
|
4
|
-
var e = "ibgj30
|
|
4
|
+
var e = "ibgj30 txvbqbfpn txvbqbey txvbqbhdl", t = "ibgj31 txvbqbfpn txvbqbey txvbqbfwv", n = "ibgj32 txvbqbfwi";
|
|
5
5
|
//#endregion
|
|
6
6
|
export { e as content, t as icon, n as label };
|
|
7
7
|
|
package/lib/esm/backoffice/molecules/backoffice_detail_section/backofficeDetailSection.css.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* empty css */
|
|
2
2
|
/* empty css */
|
|
3
3
|
//#region src/backoffice/molecules/backoffice_detail_section/backofficeDetailSection.css.ts
|
|
4
|
-
var e = "_1d3cpob0
|
|
4
|
+
var e = "_1d3cpob0 txvbqbfpn txvbqbh4x txvbqbhdy txvbqbwwl txvbqb2tz txvbqb1b81 txvbqb28o txvbqb2sj txvbqb1dz txvbqbeqm", t = "_1d3cpob1 txvbqbfpn txvbqbh4x txvbqbhd8", n = "_1d3cpob2 txvbqb9w txvbqbhbf txvbqb1bg1", r = "_1d3cpob3 txvbqb9j txvbqb1bg3", i = "_1d3cpob4 txvbqbfq0 txvbqbhdy txvbqbjdg";
|
|
5
5
|
//#endregion
|
|
6
6
|
export { r as description, i as grid, t as header, e as section, n as title };
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* empty css */
|
|
2
2
|
/* empty css */
|
|
3
3
|
//#region src/backoffice/molecules/backoffice_detail_tagged_value/backofficeDetailTaggedValue.css.ts
|
|
4
|
-
var e = "y7jmie0
|
|
4
|
+
var e = "y7jmie0 txvbqbfqq txvbqbey txvbqbhdl txvbqbh7g", t = "y7jmie1 txvbqbfqq txvbqbey txvbqbhd8";
|
|
5
5
|
//#endregion
|
|
6
6
|
export { e as container, t as value };
|
|
7
7
|
|
|
@@ -117,25 +117,25 @@ var x = ({ isOpen: x, title: S, sections: C, searchValue: w, emptyLabel: T, onSe
|
|
|
117
117
|
/* @__PURE__ */ v("div", {
|
|
118
118
|
className: l,
|
|
119
119
|
children: [C.length === 0 && /* @__PURE__ */ _("div", {
|
|
120
|
-
className: "ck62y2i
|
|
120
|
+
className: "ck62y2i txvbqbwwy txvbqb2tz txvbqb28o txvbqb2sj txvbqb1d9 txvbqb1b81 txvbqb1bg3 txvbqb9j txvbqb18dp",
|
|
121
121
|
children: T ?? k("backoffice.filterDrawer.empty")
|
|
122
122
|
}), C.length > 0 && C.map((e) => {
|
|
123
123
|
let t = null;
|
|
124
124
|
return e.description != null && (t = /* @__PURE__ */ _("div", {
|
|
125
|
-
className: "ck62y2f txvbqb9j
|
|
125
|
+
className: "ck62y2f txvbqb9j txvbqb1bg3",
|
|
126
126
|
children: e.description
|
|
127
127
|
})), /* @__PURE__ */ v("section", {
|
|
128
|
-
className: "ck62y2c
|
|
128
|
+
className: "ck62y2c txvbqbfpn txvbqbh4x txvbqbhdl",
|
|
129
129
|
children: [/* @__PURE__ */ v("div", {
|
|
130
|
-
className: "ck62y2d
|
|
130
|
+
className: "ck62y2d txvbqbfpn txvbqbh4x txvbqbhd8",
|
|
131
131
|
children: [/* @__PURE__ */ _("div", {
|
|
132
|
-
className: "ck62y2e txvbqb96 txvbqb6a
|
|
132
|
+
className: "ck62y2e txvbqb96 txvbqb6a txvbqbmvu txvbqb1bg5 txvbqbhbf",
|
|
133
133
|
children: e.title
|
|
134
134
|
}), t]
|
|
135
135
|
}), /* @__PURE__ */ _("div", {
|
|
136
|
-
className: "ck62y2g
|
|
136
|
+
className: "ck62y2g txvbqbfpn txvbqbh4x txvbqbhdl",
|
|
137
137
|
children: e.items.map((e) => /* @__PURE__ */ _("div", {
|
|
138
|
-
className: "ck62y2h
|
|
138
|
+
className: "ck62y2h txvbqbfpn txvbqbh4x",
|
|
139
139
|
children: e.node
|
|
140
140
|
}, e.id))
|
|
141
141
|
})]
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* empty css */
|
|
2
2
|
/* empty css */
|
|
3
3
|
//#region src/backoffice/molecules/backoffice_filter_drawer/backofficeFilterDrawer.css.ts
|
|
4
|
-
var e = "ck62y20", t = "ck62y21
|
|
4
|
+
var e = "ck62y20", t = "ck62y21 txvbqb13ik txvbqbkrn txvbqbfpn txvbqblsh txvbqb1avm", n = "ck62y22 txvbqb1b7z txvbqb7tt txvbqbbj2 txvbqb2sj txvbqbeh8 txvbqbfpn txvbqbh4x txvbqbheb txvbqbjzu txvbqbu0y txvbqbwsz txvbqbwxb txvbqb19uf", r = "ck62y23 txvbqbfpn txvbqbey txvbqblt7 txvbqbhdy", i = "ck62y24 txvbqbfpn txvbqbh4x txvbqbhd8", a = "ck62y25 txvbqbam txvbqbhbf txvbqb1bg1", o = "ck62y26 txvbqb9j txvbqb1bg3", s = "ck62y29 qbwcuej qbwcueh txvbqbfqq txvbqbey txvbqbls4 txvbqb1tv txvbqb2rt txvbqb2tz txvbqb1b4r txvbqb1bg3 txvbqbv txvbqbwvi txvbqb7h txvbqb76 txvbqb7t qbwcuei txvbqb1cta txvbqb1eom qbwcue4 txvbqb1f7o txvbqb1fe4 qbwcue0 txvbqb1ffs txvbqb1ga0 ck62y27 txvbqb1b83 txvbqb2wi txvbqbjmh txvbqb19h2 ck62y28 txvbqb1ct2", c = "ck62y2a txvbqbfpn txvbqbey txvbqbh7g txvbqbhdl", l = "ck62y2b txvbqbfpn txvbqbh4x txvbqbheb", u = "ck62y2c txvbqbfpn txvbqbh4x txvbqbhdl", d = "ck62y2d txvbqbfpn txvbqbh4x txvbqbhd8", f = "ck62y2e txvbqb96 txvbqb6a txvbqbmvu txvbqb1bg5 txvbqbhbf", p = "ck62y2f txvbqb9j txvbqb1bg3", m = "ck62y2g txvbqbfpn txvbqbh4x txvbqbhdl", h = "ck62y2h txvbqbfpn txvbqbh4x", g = "ck62y2i txvbqbwwy txvbqb2tz txvbqb28o txvbqb2sj txvbqb1d9 txvbqb1b81 txvbqb1bg3 txvbqb9j txvbqb18dp";
|
|
5
5
|
//#endregion
|
|
6
6
|
export { e as backdrop, s as closeButton, n as drawer, t as drawerContainer, g as emptyState, r as header, c as searchRow, u as section, p as sectionDescription, d as sectionHeader, h as sectionItem, m as sectionItems, f as sectionTitle, l as sections, o as subtitle, a as title, i as titleBlock };
|
|
7
7
|
|
|
@@ -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 txvbqbfpn txvbqbh4x txvbqbhdl txvbqbwwl txvbqb2uc txvbqb28o txvbqb2sj txvbqb1d9 txvbqb1b7z", t = "_9aix0m1 txvbqbfpn txvbqbh4x txvbqbhd8", n = "_9aix0m2 txvbqb96 txvbqb6a txvbqbmvu txvbqb1bg5 txvbqbhbf", r = "_9aix0m3 txvbqb9j txvbqb1bg3", i = "_9aix0m4 txvbqbfpn txvbqbh4x txvbqbhdl";
|
|
5
5
|
//#endregion
|
|
6
6
|
export { i as control, r as description, e as field, t as header, n as label };
|
|
7
7
|
|
|
@@ -7,7 +7,7 @@ import { useTranslation as i } from "react-i18next";
|
|
|
7
7
|
var a = n(async () => import("./BackofficeJsonViewerAsync.js")), o = ({ value: t, className: n }) => {
|
|
8
8
|
let { t: a } = i("ui", { useSuspense: !1 });
|
|
9
9
|
return /* @__PURE__ */ r("pre", {
|
|
10
|
-
className: n ?? "_13lprza0
|
|
10
|
+
className: n ?? "_13lprza0 txvbqbwqt txvbqb1ax2",
|
|
11
11
|
children: e(t, a("backoffice.jsonViewer.serializationError"))
|
|
12
12
|
});
|
|
13
13
|
}, s = (e) => /* @__PURE__ */ r(t, {
|
|
@@ -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 txvbqbfpn txvbqbh4x txvbqbhdl txvbqb19uf", t = "_1d30zcn1 txvbqbfpn txvbqbey txvbqblt7 txvbqbhdy", n = "_1d30zcn2 txvbqb9j txvbqbhb2 txvbqb1bg3", r = "_1d30zcn3 txvbqbfqq txvbqbey txvbqbhdl", i = "_1d30zcn4 txvbqbo7v txvbqbwwy txvbqb28o txvbqb2sj txvbqb1cw txvbqb2uc txvbqb1bg1 txvbqbh99 txvbqb96 txvbqbnxr txvbqbwqt txvbqbt8s txvbqb1awp", a = "_1d30zcn5 txvbqbt5w";
|
|
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 txvbqbfq0 txvbqbhdl", t = "tx0dqq1 txvbqbjdg", n = "tx0dqq2 txvbqbfq0 txvbqbhdl txvbqbey txvbqbv7x", r = "tx0dqq3 txvbqbj94 txvbqbj18", i = "tx0dqq4 txvbqbj16 txvbqbel", a = "tx0dqq5 txvbqb10mx txvbqb11ki txvbqb12hq txvbqbxtt txvbqb2uc txvbqb1b83 txvbqb28o txvbqb2sj txvbqb1d9", o = "tx0dqq6 txvbqb1bg5 txvbqb6a txvbqbmvu txvbqbhbf txvbqbv7x txvbqbws9", s = "tx0dqq7 txvbqb96", c = "tx0dqq8 txvbqb9w txvbqb1bg1 txvbqbo7v txvbqbv7x txvbqbws9";
|
|
5
5
|
//#endregion
|
|
6
6
|
export { n as item, r as itemSplit, i as itemStack, a as itemSurface, o as label, s as labelSize, e as list, t as listGrid, c as value };
|
|
7
7
|
|
|
@@ -31,7 +31,7 @@ var d = ({ className: d, hasNextPage: f, isLoading: p, labels: m, loadedCount: h
|
|
|
31
31
|
"aria-live": "polite",
|
|
32
32
|
"aria-atomic": "true",
|
|
33
33
|
children: x.loaded != null && /* @__PURE__ */ l("span", {
|
|
34
|
-
className: "_6wqadl4 qbwcueq
|
|
34
|
+
className: "_6wqadl4 qbwcueq txvbqbv7x txvbqbwr6 txvbqb18ef txvbqb1avz _6wqadl3 txvbqb9j txvbqb1bg3",
|
|
35
35
|
children: x.loaded
|
|
36
36
|
})
|
|
37
37
|
}), /* @__PURE__ */ u("div", {
|
|
@@ -41,7 +41,7 @@ var d = ({ className: d, hasNextPage: f, isLoading: p, labels: m, loadedCount: h
|
|
|
41
41
|
children: [
|
|
42
42
|
p && /* @__PURE__ */ l(t, { size: 16 }),
|
|
43
43
|
S != null && /* @__PURE__ */ l("span", {
|
|
44
|
-
className: "_6wqadl5 txvbqb9j
|
|
44
|
+
className: "_6wqadl5 txvbqb9j txvbqb1bg5",
|
|
45
45
|
children: S
|
|
46
46
|
}),
|
|
47
47
|
C
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* empty css */
|
|
2
2
|
/* empty css */
|
|
3
3
|
//#region src/backoffice/molecules/backoffice_list_footer/backofficeListFooter.css.ts
|
|
4
|
-
var e = "_6wqadl0
|
|
4
|
+
var e = "_6wqadl0 txvbqb10mx txvbqb11ki txvbqb12hq txvbqbxtt txvbqbfpn txvbqbey txvbqblt7 txvbqbhdy txvbqbuci txvbqb1tv txvbqb8p8 txvbqb2sj txvbqb3ug txvbqb1b7z", t = "_6wqadl1 txvbqbfqq txvbqbey txvbqbhdl txvbqbv7x", n = "_6wqadl2 txvbqbfqq txvbqbey txvbqblsh txvbqbhdl txvbqbh6d txvbqbv7x", r = "_6wqadl4 qbwcueq txvbqbv7x txvbqbwr6 txvbqb18ef txvbqb1avz _6wqadl3 txvbqb9j txvbqb1bg3", i = "_6wqadl5 txvbqb9j txvbqb1bg5", a = "_6wqadl7 qbwcued qbwcueb txvbqb28o txvbqb2sj txvbqb1d9 txvbqb2tz txvbqb1b7z txvbqb1bg1 txvbqbv txvbqb7g txvbqb76 txvbqb7t qbwcuec txvbqb1cta txvbqb1dla txvbqb1eom txvbqb1e2m qbwcue4 txvbqb1f7o txvbqb1fe4 qbwcue0 txvbqb1ffs txvbqb1ga0 _6wqadl6 txvbqb10mx txvbqb11ki txvbqb13cs txvbqbyov txvbqbey txvbqbfqq txvbqb9j txvbqbhbf txvbqbls4";
|
|
5
5
|
//#endregion
|
|
6
6
|
export { a as button, e as container, i as meta, n as progress, r as status, t as statusGroup };
|
|
7
7
|
|
|
@@ -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 txvbqbfpn txvbqbey txvbqbhdl txvbqbh7g txvbqbh6d",
|
|
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 txvbqbfpn txvbqbey txvbqbhdl txvbqbh7g",
|
|
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 txvbqbo7v txvbqb9w txvbqb1bg3",
|
|
26
26
|
children: l
|
|
27
27
|
})]
|
|
28
28
|
}), u != null && /* @__PURE__ */ o("div", {
|
|
29
|
-
className: "_1puq2a88
|
|
29
|
+
className: "_1puq2a88 txvbqbfpn txvbqbey txvbqbhdl txvbqbh7g",
|
|
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 txvbqbfpn txvbqbel txvbqblt7 txvbqbheb txvbqbh7g", t = "_1puq2a81 txvbqbfpn txvbqbh4x txvbqbhdl txvbqbv7x txvbqbfvs", n = "_1puq2a82 txvbqbfpn txvbqbey txvbqbhdy txvbqbh7g txvbqbv7x", r = "_1puq2a83 txvbqbfpn txvbqbey txvbqbhdl txvbqbh7g txvbqbh6d", i = "_1puq2a84 txvbqbfpn txvbqbey txvbqbhdl txvbqbh7g txvbqbv7x", a = "_1puq2a85 txvbqbaz txvbqbhbf txvbqb1bg1 txvbqbo7v", o = "_1puq2a86 txvbqbo7v txvbqb9w txvbqb1bg3", s = "_1puq2a87 txvbqbfpn txvbqbey txvbqbhdl txvbqbh7g", c = "_1puq2a88 txvbqbfpn txvbqbey txvbqbhdl txvbqbh7g";
|
|
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
|
|
|
@@ -52,7 +52,7 @@ var p = ({ content: p, format: m, summary: h, mode: g = "inline", initiallyExpan
|
|
|
52
52
|
})), /* @__PURE__ */ d("div", {
|
|
53
53
|
className: e(a, b),
|
|
54
54
|
children: [h != null && /* @__PURE__ */ u("div", {
|
|
55
|
-
className: "wrqh461
|
|
55
|
+
className: "wrqh461 txvbqb1bg3 txvbqb9j",
|
|
56
56
|
children: h
|
|
57
57
|
}), O]
|
|
58
58
|
});
|
package/lib/esm/backoffice/molecules/backoffice_payload_viewer/backofficePayloadViewer.css.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* empty css */
|
|
2
2
|
/* empty css */
|
|
3
3
|
//#region src/backoffice/molecules/backoffice_payload_viewer/backofficePayloadViewer.css.ts
|
|
4
|
-
var e = "wrqh460
|
|
4
|
+
var e = "wrqh460 txvbqbfpn txvbqbh4x txvbqbhdy txvbqb19uf", t = "wrqh461 txvbqb1bg3 txvbqb9j", n = "wrqh462 txvbqbfpn txvbqbh4x txvbqbhdy", r = "wrqh463 txvbqb1bg3 txvbqbv txvbqb9j txvbqbhb2", i = "wrqh464 txvbqb1bg3 txvbqb9j";
|
|
5
5
|
//#endregion
|
|
6
6
|
export { e as container, n as details, r as detailsSummary, i as empty, t as summary };
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* empty css */
|
|
2
2
|
/* empty css */
|
|
3
3
|
//#region src/backoffice/molecules/backoffice_picker/backofficePicker.css.ts
|
|
4
|
-
var e = "_16pv6gb0
|
|
4
|
+
var e = "_16pv6gb0 txvbqbfpn txvbqbh4x txvbqbhdy", t = "_16pv6gb2 _16pv6gb1 txvbqbfpn txvbqbh4x txvbqbwr6 txvbqb2uc txvbqb28o txvbqb2sj txvbqb1d9 txvbqb1b7z", n = "_16pv6gb5 _16pv6gb3 txvbqb10mx txvbqb11ki txvbqb13d5 txvbqbyp8 txvbqb6 txvbqbfox txvbqb19uf txvbqb1tv txvbqb1b7z txvbqb1bg1 txvbqbv txvbqb18dc txvbqb7h txvbqb75 txvbqb7t _16pv6gb4 txvbqb1cta", r = "_16pv6gb6 txvbqbfpn txvbqbhdl txvbqbey txvbqbv7x", i = "_16pv6gb7 txvbqbfvs txvbqbv7x txvbqbfpn txvbqbh4x txvbqb18dc", a = "_16pv6gb8 txvbqb1bg1 txvbqbhb2 txvbqb9w txvbqbnwo txvbqbwr6 txvbqb18ef txvbqb1avz", o = "_16pv6gb9 txvbqb1bg3 txvbqb9j txvbqbnwo txvbqbwr6 txvbqb18ef txvbqb1avz", s = "_16pv6gba txvbqb1bg5 txvbqb96 txvbqbnwo txvbqb1avz";
|
|
5
5
|
//#endregion
|
|
6
6
|
export { e as layout, t as list, n as listItem, r as row, s as rowMeta, o as rowSubtitle, i as rowText, a as rowTitle };
|
|
7
7
|
|
package/lib/esm/backoffice/molecules/backoffice_reference_value/backofficeReferenceValue.css.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* empty css */
|
|
2
2
|
/* empty css */
|
|
3
3
|
//#region src/backoffice/molecules/backoffice_reference_value/backofficeReferenceValue.css.ts
|
|
4
|
-
var e = "zmw50y0
|
|
4
|
+
var e = "zmw50y0 txvbqbfqq txvbqbey txvbqbhdl txvbqbv7x", t = "zmw50y1 txvbqbv7x txvbqbws9";
|
|
5
5
|
//#endregion
|
|
6
6
|
export { e as root, t as value };
|
|
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 txvbqb13hu txvbqb13jn txvbqb18ub txvbqbryx txvbqbvjh txvbqb1b7z txvbqb28o txvbqb2sj txvbqb1d9 txvbqb2uc txvbqbegi txvbqbww8 txvbqbfpn txvbqbh4x txvbqbhd8 txvbqb1att",
|
|
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 txvbqb10mx txvbqb11ki txvbqb12hq txvbqbxtt txvbqbfpn txvbqbey txvbqblt7 txvbqbhdl txvbqb2tz txvbqb1bg1 txvbqb3f txvbqb9j txvbqbwlr _16f61fj5 txvbqb1ct1",
|
|
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 txvbqbfpn txvbqbey txvbqbhdl txvbqbv7x txvbqbws9",
|
|
73
73
|
children: e.label
|
|
74
74
|
}), n != null && /* @__PURE__ */ u("span", {
|
|
75
|
-
className: "_16f61fj8 txvbqb96
|
|
75
|
+
className: "_16f61fj8 txvbqb96 txvbqb1bg5 txvbqbh6d",
|
|
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 txvbqb13i7 txvbqbfqq", t = "_16f61fj1 txvbqb7p txvbqb76 txvbqb7t", n = "_16f61fj2 txvbqb30", r = "_16f61fj3 txvbqb13hu txvbqb13jn txvbqb18ub txvbqbryx txvbqbvjh txvbqb1b7z txvbqb28o txvbqb2sj txvbqb1d9 txvbqb2uc txvbqbegi txvbqbww8 txvbqbfpn txvbqbh4x txvbqbhd8 txvbqb1att", i = "_16f61fj6 _16f61fj4 txvbqb10mx txvbqb11ki txvbqb12hq txvbqbxtt txvbqbfpn txvbqbey txvbqblt7 txvbqbhdl txvbqb2tz txvbqb1bg1 txvbqb3f txvbqb9j txvbqbwlr _16f61fj5 txvbqb1ct1", a = "_16f61fj7 txvbqbfpn txvbqbey txvbqbhdl txvbqbv7x txvbqbws9", o = "_16f61fj8 txvbqb96 txvbqb1bg5 txvbqbh6d";
|
|
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_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 txvbqbfpn txvbqbh4x txvbqb1b7z txvbqbwr6", t = {
|
|
5
|
+
framed: "_597for1 txvbqb2uc txvbqb28o txvbqb2sj txvbqb1d9",
|
|
6
|
+
embedded: "_597for2 txvbqb2tz txvbqb1tv txvbqb2rt txvbqbik"
|
|
7
|
+
}, n = "_597for3 txvbqbfq0 txvbqbjba txvbqbhdl txvbqbwwl txvbqb1b81 txvbqb1tv txvbqb2sj txvbqbal4 txvbqb6hs", r = "_597for4 txvbqbfpn txvbqbey", i = "_597for5 txvbqbfpn txvbqbh4x txvbqbhcv txvbqbwwl", a = "_597for6 txvbqb12hq txvbqbxtt txvbqbfq0 txvbqbjba txvbqbhdl txvbqbubs txvbqb1tv txvbqb2sj txvbqbam7 txvbqb6hs", o = "_597for7 txvbqbfpn 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
|
|
|
@@ -12,19 +12,19 @@ var c = ({ ariaLabel: c, chips: l, className: u, density: d = "compact", filterD
|
|
|
12
12
|
justify: "start",
|
|
13
13
|
wrap: "nowrap",
|
|
14
14
|
children: [T && /* @__PURE__ */ s("div", {
|
|
15
|
-
className: "chwove6 chwove5
|
|
15
|
+
className: "chwove6 chwove5 txvbqbfq0 txvbqbey txvbqbhdl txvbqb19uf",
|
|
16
16
|
children: [C && /* @__PURE__ */ s(n, {
|
|
17
|
-
className: "chwove7 txvbqbey txvbqbee
|
|
17
|
+
className: "chwove7 txvbqbey txvbqbee txvbqb19ul",
|
|
18
18
|
grow: !0,
|
|
19
19
|
wrap: !0,
|
|
20
20
|
children: [
|
|
21
21
|
p,
|
|
22
22
|
_ != null && /* @__PURE__ */ o("div", {
|
|
23
|
-
className: "chwove9 chwove8
|
|
23
|
+
className: "chwove9 chwove8 txvbqbv7x",
|
|
24
24
|
children: _
|
|
25
25
|
}),
|
|
26
26
|
S && /* @__PURE__ */ s("div", {
|
|
27
|
-
className: "chwovea
|
|
27
|
+
className: "chwovea txvbqbfpn txvbqbey txvbqbee txvbqbh7g txvbqbhdl txvbqbv7x txvbqb19ul",
|
|
28
28
|
children: [
|
|
29
29
|
h,
|
|
30
30
|
v,
|
|
@@ -33,14 +33,14 @@ var c = ({ ariaLabel: c, chips: l, className: u, density: d = "compact", filterD
|
|
|
33
33
|
})
|
|
34
34
|
]
|
|
35
35
|
}), w && /* @__PURE__ */ s(n, {
|
|
36
|
-
className: "chwoveb txvbqbey txvbqbee
|
|
36
|
+
className: "chwoveb txvbqbey txvbqbee txvbqblsh txvbqblt4 txvbqb19ul",
|
|
37
37
|
justify: "end",
|
|
38
38
|
wrap: !0,
|
|
39
39
|
children: [y != null && /* @__PURE__ */ o("div", {
|
|
40
|
-
className: "chwoved chwovec
|
|
40
|
+
className: "chwoved chwovec txvbqbfpn txvbqbey txvbqbv7x",
|
|
41
41
|
children: y
|
|
42
42
|
}), (x != null || m != null || b != null) && /* @__PURE__ */ s("div", {
|
|
43
|
-
className: "chwovee
|
|
43
|
+
className: "chwovee txvbqbfpn txvbqbey txvbqbee txvbqblsh txvbqblt4 txvbqbh7g txvbqbhdl txvbqb19ul",
|
|
44
44
|
children: [
|
|
45
45
|
x,
|
|
46
46
|
m,
|
|
@@ -49,7 +49,7 @@ var c = ({ ariaLabel: c, chips: l, className: u, density: d = "compact", filterD
|
|
|
49
49
|
})]
|
|
50
50
|
})]
|
|
51
51
|
}), E && /* @__PURE__ */ o("div", {
|
|
52
|
-
className: "chwovef
|
|
52
|
+
className: "chwovef txvbqbfpn txvbqbey txvbqbh7g txvbqbhdl txvbqblsu txvbqb19uf txvbqb12hq txvbqb8qb txvbqb2sj txvbqb3tq",
|
|
53
53
|
children: l
|
|
54
54
|
})]
|
|
55
55
|
});
|