@plumile/ui 0.1.185 → 0.1.188
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 +4 -2
- package/lib/esm/admin/organisms/admin_topbar/adminTopbar.css.js +1 -3
- 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/checkbox/checkbox.css.js +6 -6
- 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 +3 -3
- 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/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.js +75 -95
- package/lib/esm/atomic/molecules/dropdown/Dropdown.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 +17 -17
- 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/form_field_layout/FormFieldLayout.js +55 -0
- package/lib/esm/atomic/molecules/form_field_layout/FormFieldLayout.js.map +1 -0
- package/lib/esm/atomic/molecules/form_field_layout/formFieldLayout.css.js +8 -0
- package/lib/esm/atomic/molecules/form_field_layout/formFieldLayout.css.js.map +1 -0
- package/lib/esm/atomic/molecules/form_grid/FormGrid.css.js +11 -2
- package/lib/esm/atomic/molecules/form_grid/FormGrid.css.js.map +1 -1
- package/lib/esm/atomic/molecules/form_grid/FormGrid.js +10 -6
- package/lib/esm/atomic/molecules/form_grid/FormGrid.js.map +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/LazyMarkdownRenderer.css.js.map +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownArticleContainer.css.js +1 -0
- 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/MarkdownFootnotesSection.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownHeading.css.js +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 -2
- 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/MarkdownList.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/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 +14 -14
- package/lib/esm/atomic/molecules/toast/ToastViewport.js +3 -1
- package/lib/esm/atomic/molecules/toast/ToastViewport.js.map +1 -1
- 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/SidebarContainer.js +1 -1
- package/lib/esm/atomic/organisms/sidebar/navigationSidebar.css.js +7 -7
- 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/page-container/pageContainer.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/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 +1 -1
- package/lib/esm/backoffice/molecules/backoffice_detail_section/backofficeDetailSection.css.js +1 -1
- package/lib/esm/backoffice/molecules/backoffice_filter_drawer/BackofficeFilterDrawer.js +3 -3
- 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_key_value_section/backofficeKeyValueSection.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 +1 -1
- package/lib/esm/backoffice/molecules/backoffice_page_header/backofficePageHeader.css.js +1 -1
- package/lib/esm/backoffice/molecules/backoffice_payload_section/backofficePayloadSection.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_relations_menu/BackofficeRelationsMenu.js +3 -3
- 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_sticky_disclosure/BackofficeStickyDisclosure.js +1 -1
- package/lib/esm/backoffice/molecules/backoffice_sticky_disclosure/backofficeStickyDisclosure.css.js +4 -4
- package/lib/esm/backoffice/molecules/backoffice_table_skeleton/backofficeTableSkeleton.css.js +2 -2
- package/lib/esm/backoffice/molecules/backoffice_tool_call_frame/BackofficeToolCallFrame.js +2 -2
- package/lib/esm/backoffice/molecules/backoffice_tool_call_frame/backofficeToolCallFrame.css.js +1 -1
- package/lib/esm/backoffice/molecules/backoffice_toolbar/BackofficeToolbar.js +6 -6
- package/lib/esm/backoffice/molecules/backoffice_toolbar/backofficeToolbar.css.js +2 -2
- package/lib/esm/backoffice/molecules/bulk_actions_bar/bulkActionsBar.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.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 +2 -2
- package/lib/esm/backoffice/molecules/sidebar_nav_section/sidebarNavSection.css.js +1 -1
- package/lib/esm/backoffice/molecules/sidebar_profile_menu/BackofficeSidebarProfileMenu.js +2 -2
- package/lib/esm/backoffice/molecules/sidebar_profile_menu/sidebarProfileMenu.css.js +5 -5
- package/lib/esm/backoffice/organisms/audit_timeline/auditTimeline.css.js +3 -3
- package/lib/esm/backoffice/organisms/entity_header/entityHeader.css.js +1 -1
- package/lib/esm/backoffice/templates/detail_page_template/DetailPageTemplate.js +1 -1
- package/lib/esm/backoffice/templates/detail_page_template/detailPageTemplate.css.js +4 -4
- package/lib/esm/backoffice/templates/list_page_template/listPageTemplate.css.js +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/dashboard_grid/DashboardGrid.css.js +1 -1
- package/lib/esm/components/dashboard/dashboard_metric_group/DashboardMetricGroup.css.js +1 -1
- package/lib/esm/components/dashboard/dashboard_operational/DashboardEntitySpotlight.css.js +1 -1
- package/lib/esm/components/dashboard/dashboard_operational/DashboardEntitySpotlight.js +2 -2
- package/lib/esm/components/dashboard/dashboard_operational/DashboardHealthMatrix.css.js +1 -1
- package/lib/esm/components/dashboard/dashboard_operational/DashboardItemList.css.js +1 -1
- package/lib/esm/components/dashboard/dashboard_operational/DashboardItemList.js +1 -1
- package/lib/esm/components/dashboard/dashboard_operational/DashboardLinkedSurface.css.js +1 -1
- package/lib/esm/components/dashboard/dashboard_operational/DashboardProgressBar.css.js +1 -1
- package/lib/esm/components/dashboard/dashboard_operational/DashboardSlaGauge.css.js +1 -1
- package/lib/esm/components/dashboard/dashboard_operational/DashboardToneBadge.css.js +1 -1
- package/lib/esm/components/dashboard/dashboard_operational/DashboardTrendMetric.css.js +1 -1
- package/lib/esm/components/dashboard/dashboard_operational/DashboardTrendMetric.js +1 -1
- package/lib/esm/components/dashboard/dashboard_operational/DashboardWindowControl.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 +2 -2
- 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 +2 -2
- package/lib/esm/components/dashboard/selectable_card/SelectableCard.css.js +1 -1
- package/lib/esm/components/dashboard/selectable_card/SelectableCard.js +1 -1
- 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 +7 -7
- package/lib/esm/components/data-table/DataTable.css.js +23 -23
- package/lib/esm/components/data-table/DataTable.js +1 -1
- package/lib/esm/components/data-table/ResponsiveRecordList.css.js +5 -5
- 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 +1 -1
- package/lib/esm/components/layout/AppHeader.css.js +1 -1
- package/lib/esm/components/layout/AppHeader.js +2 -2
- package/lib/esm/components/layout/ContentLayout.css.js +1 -1
- package/lib/esm/components/layout/DetailSummaryHeader.css.js +1 -1
- package/lib/esm/components/layout/DetailSummaryHeader.js +2 -2
- package/lib/esm/components/layout/PageShell.css.js +1 -1
- package/lib/esm/components/layout/PageShell.js +4 -4
- 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 +9 -9
- package/lib/esm/components/layout/Surface.js +2 -2
- package/lib/esm/components/layout/toolbar/Toolbar.css.js +3 -3
- package/lib/esm/components/layout/top_navigation_shell/TopNavigationShell.css.js +3 -3
- 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 +1 -1
- 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/select/SimpleSelect.js +141 -96
- package/lib/esm/components/select/SimpleSelect.js.map +1 -1
- package/lib/esm/components/tile/InfoTile.css.js +1 -1
- package/lib/esm/components/tile/InfoTile.js +1 -1
- package/lib/esm/index.js +245 -244
- package/lib/esm/node_modules/dompurify/dist/purify.es.js +127 -125
- package/lib/esm/node_modules/dompurify/dist/purify.es.js.map +1 -1
- package/lib/esm/shared/anchoredFloatingPosition.js +27 -0
- package/lib/esm/shared/anchoredFloatingPosition.js.map +1 -0
- package/lib/esm/style.css +1 -1
- package/lib/esm/theme/accessibility.css.js +1 -1
- package/lib/esm/theme/sprinkles.css.js +8252 -8216
- package/lib/esm/theme/sprinkles.css.js.map +1 -1
- package/lib/esm/theme/styleRecipes.css.js +7 -7
- package/lib/types/atomic/molecules/dropdown/Dropdown.d.ts +2 -1
- package/lib/types/atomic/molecules/dropdown/Dropdown.d.ts.map +1 -1
- package/lib/types/atomic/molecules/form_field_layout/FormFieldLayout.d.ts +20 -0
- package/lib/types/atomic/molecules/form_field_layout/FormFieldLayout.d.ts.map +1 -0
- package/lib/types/atomic/molecules/form_field_layout/formFieldLayout.css.d.ts +8 -0
- package/lib/types/atomic/molecules/form_field_layout/formFieldLayout.css.d.ts.map +1 -0
- package/lib/types/atomic/molecules/form_grid/FormGrid.css.d.ts +6 -1
- package/lib/types/atomic/molecules/form_grid/FormGrid.css.d.ts.map +1 -1
- package/lib/types/atomic/molecules/form_grid/FormGrid.d.ts +2 -1
- package/lib/types/atomic/molecules/form_grid/FormGrid.d.ts.map +1 -1
- package/lib/types/atomic/molecules/toast/ToastViewport.d.ts +1 -0
- package/lib/types/atomic/molecules/toast/ToastViewport.d.ts.map +1 -1
- package/lib/types/components/select/SimpleSelect.css.d.ts.map +1 -1
- package/lib/types/components/select/SimpleSelect.d.ts.map +1 -1
- package/lib/types/index.d.ts +1 -0
- package/lib/types/index.d.ts.map +1 -1
- package/lib/types/shared/anchoredFloatingPosition.d.ts +23 -0
- package/lib/types/shared/anchoredFloatingPosition.d.ts.map +1 -0
- package/lib/types/theme/sprinkles.css.d.ts +28 -28
- package/package.json +3 -3
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* empty css */
|
|
2
2
|
/* empty css */
|
|
3
3
|
//#region src/components/data-table/VirtualizedConnectionTable.css.ts
|
|
4
|
-
var e = "_1ifyzte0
|
|
4
|
+
var e = "_1ifyzte0 txvbqb13ik", t = "_1ifyzte1 txvbqb19us", n = "_1ifyzte2 txvbqb19us txvbqbjjy";
|
|
5
5
|
//#endregion
|
|
6
6
|
export { e as bodyViewport, n as sentinel, t as spacer };
|
|
7
7
|
|
|
@@ -2,17 +2,17 @@
|
|
|
2
2
|
/* empty css */
|
|
3
3
|
import { createRuntimeFn as e } from "@vanilla-extract/recipes/createRuntimeFn";
|
|
4
4
|
//#region src/components/feedback/inlineBanner.css.ts
|
|
5
|
-
var t = "j0pjq90
|
|
5
|
+
var t = "j0pjq90 txvbqb10nn txvbqb11l8 txvbqb12ig txvbqbxuj txvbqbfpn txvbqbel txvbqblt7 txvbqbh7g txvbqbhdy txvbqb2tz txvbqb9j txvbqb28o txvbqb2sj txvbqb1cw", n = e({
|
|
6
6
|
defaultClassName: "j0pjq95",
|
|
7
7
|
variantClassNames: { tone: {
|
|
8
|
-
info: "j0pjq96 j0pjq91
|
|
9
|
-
success: "j0pjq97 j0pjq92
|
|
10
|
-
warning: "j0pjq98 j0pjq93
|
|
11
|
-
danger: "j0pjq99 j0pjq94
|
|
8
|
+
info: "j0pjq96 j0pjq91 txvbqb1baj txvbqb1bi7 txvbqb1g5",
|
|
9
|
+
success: "j0pjq97 j0pjq92 txvbqb1bap txvbqb1bid txvbqb1h8",
|
|
10
|
+
warning: "j0pjq98 j0pjq93 txvbqb1bav txvbqb1bij txvbqb1ib",
|
|
11
|
+
danger: "j0pjq99 j0pjq94 txvbqb1bb1 txvbqb1bip txvbqb1je"
|
|
12
12
|
} },
|
|
13
13
|
defaultVariants: { tone: "info" },
|
|
14
14
|
compoundVariants: []
|
|
15
|
-
}), r = "j0pjq9a txvbqbfpn txvbqbh4x txvbqbhd8 txvbqbfvs txvbqbv7x", i = "j0pjq9b txvbqbhbf", a = "j0pjq9c ", o = "j0pjq9d txvbqbfqq txvbqbey txvbqbhdl txvbqbh7g txvbqbh6d", s = "j0pjq9f qbwcuej qbwcueh txvbqbfqq txvbqbey txvbqbls4 txvbqb1tv txvbqb2rt txvbqb2tz
|
|
15
|
+
}), r = "j0pjq9a txvbqbfpn txvbqbh4x txvbqbhd8 txvbqbfvs txvbqbv7x", i = "j0pjq9b txvbqbhbf", a = "j0pjq9c ", o = "j0pjq9d txvbqbfqq txvbqbey txvbqbhdl txvbqbh7g txvbqbh6d", s = "j0pjq9f qbwcuej qbwcueh txvbqbfqq txvbqbey txvbqbls4 txvbqb1tv txvbqb2rt txvbqb2tz txvbqb1b5h txvbqb1bgt txvbqbv txvbqbwvv txvbqb7h txvbqb76 txvbqb7t qbwcuei txvbqb1cu0 txvbqb1epc qbwcue4 txvbqb1f8e txvbqb1feu qbwcue0 txvbqb1fgi txvbqb1gaq j0pjq9e txvbqb19hf txvbqbjmh txvbqb1bcz";
|
|
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
|
|
|
@@ -36,7 +36,7 @@ var o = ({ enabled: o, hasNext: s, isLoading: c, onTrigger: l, thresholdPx: u =
|
|
|
36
36
|
className: n,
|
|
37
37
|
"aria-hidden": "true",
|
|
38
38
|
children: c && /* @__PURE__ */ a("span", {
|
|
39
|
-
className: "_14q3b2q1 txvbqb9j
|
|
39
|
+
className: "_14q3b2q1 txvbqb9j txvbqb1bgt",
|
|
40
40
|
children: d
|
|
41
41
|
})
|
|
42
42
|
});
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* empty css */
|
|
2
2
|
/* empty css */
|
|
3
3
|
//#region src/components/infinite/infiniteScrollTrigger.css.ts
|
|
4
|
-
var e = "_14q3b2q0
|
|
4
|
+
var e = "_14q3b2q0 txvbqb12i3 txvbqbxu6 txvbqb19us txvbqbfpn txvbqbls4", t = "_14q3b2q1 txvbqb9j txvbqb1bgt";
|
|
5
5
|
//#endregion
|
|
6
6
|
export { t as loadingText, e as trigger };
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* empty css */
|
|
2
2
|
/* empty css */
|
|
3
3
|
//#region src/components/layout/ActionPanel.css.ts
|
|
4
|
-
var e = "_13wai4x0 txvbqbfpn txvbqbh4x txvbqbhdy", t = "_13wai4x1 txvbqbfpn txvbqbh4x txvbqbhd8", n = "_13wai4x2 txvbqbo7v txvbqb9j txvbqbhbf
|
|
4
|
+
var e = "_13wai4x0 txvbqbfpn txvbqbh4x txvbqbhdy", t = "_13wai4x1 txvbqbfpn txvbqbh4x txvbqbhd8", n = "_13wai4x2 txvbqbo7v txvbqb9j txvbqbhbf txvbqb1bgr", r = "_13wai4x3 txvbqbo7v txvbqb9j txvbqb1bgt", i = "_13wai4x4 txvbqbfpn txvbqbh4x txvbqbhdy", a = "_13wai4x5 txvbqbfpn txvbqbh4x txvbqbhdy", o = "_13wai4x6 txvbqbfpn txvbqbh7g txvbqbhdl", s = "_13wai4x7 txvbqb9j txvbqb1bgt";
|
|
5
5
|
//#endregion
|
|
6
6
|
export { o as actions, i as content, r as description, s as feedback, a as footer, t as header, e as root, n as title };
|
|
7
7
|
|
|
@@ -10,7 +10,7 @@ var a = ({ actions: a, children: o, className: s, description: c, feedback: l, t
|
|
|
10
10
|
className: "_13wai4x6 txvbqbfpn txvbqbh7g txvbqbhdl",
|
|
11
11
|
children: a
|
|
12
12
|
}), l != null && /* @__PURE__ */ r("div", {
|
|
13
|
-
className: "_13wai4x7 txvbqb9j
|
|
13
|
+
className: "_13wai4x7 txvbqb9j txvbqb1bgt",
|
|
14
14
|
children: l
|
|
15
15
|
})]
|
|
16
16
|
})), /* @__PURE__ */ r(e, {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* empty css */
|
|
2
2
|
/* empty css */
|
|
3
3
|
//#region src/components/layout/AppHeader.css.ts
|
|
4
|
-
var e = "_1e6xs5y0
|
|
4
|
+
var e = "_1e6xs5y0 txvbqb10od txvbqb11ly txvbqb12it txvbqbxuw txvbqbfpn txvbqbh4x txvbqbhdy txvbqb19us", t = "_1e6xs5y1 txvbqbfpn txvbqbh4x txvbqbh4m txvbqbel txvbqbf0 txvbqblt7 txvbqbheb", n = "_1e6xs5y2 txvbqbfpn txvbqbh4x txvbqbi8n txvbqbv7x", r = "_1e6xs5y3 txvbqbo7v txvbqbaz txvbqbbe txvbqbhbs txvbqb1bgr", i = "_1e6xs5y4 txvbqbo7v txvbqb9j txvbqb1bgt txvbqbtxc", a = "_1e6xs5y5 txvbqbfpn txvbqbey txvbqbh7g txvbqbhdl txvbqb1bgt txvbqb9j", o = "_1e6xs5y6 txvbqbfpn txvbqbey txvbqbh7g txvbqbhdl", s = "_1e6xs5y7 txvbqbfpn txvbqbh4x txvbqbhdl";
|
|
5
5
|
//#endregion
|
|
6
6
|
export { o as actions, n as body, a as meta, s as navStack, e as root, i as subtitle, r as title, t as top };
|
|
7
7
|
|
|
@@ -14,11 +14,11 @@ var s = ({ actions: s, className: c, meta: l, primaryNav: u, secondaryNav: d, su
|
|
|
14
14
|
children: p
|
|
15
15
|
}),
|
|
16
16
|
f != null && /* @__PURE__ */ a("div", {
|
|
17
|
-
className: "_1e6xs5y4 txvbqbo7v txvbqb9j
|
|
17
|
+
className: "_1e6xs5y4 txvbqbo7v txvbqb9j txvbqb1bgt txvbqbtxc",
|
|
18
18
|
children: f
|
|
19
19
|
}),
|
|
20
20
|
l != null && /* @__PURE__ */ a("div", {
|
|
21
|
-
className: "_1e6xs5y5 txvbqbfpn txvbqbey txvbqbh7g txvbqbhdl
|
|
21
|
+
className: "_1e6xs5y5 txvbqbfpn txvbqbey txvbqbh7g txvbqbhdl txvbqb1bgt txvbqb9j",
|
|
22
22
|
children: l
|
|
23
23
|
})
|
|
24
24
|
]
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* empty css */
|
|
2
2
|
/* empty css */
|
|
3
3
|
//#region src/components/layout/ContentLayout.css.ts
|
|
4
|
-
var e = "_17ichq70
|
|
4
|
+
var e = "_17ichq70 txvbqb19us txvbqbfpn txvbqblsu", t = "_17ichq71 txvbqb19us txvbqbfpn txvbqbh4x txvbqbhf1", n = "_17ichq72 txvbqbfpn txvbqbh7g txvbqbheb txvbqbel txvbqblt7", r = "_17ichq73 txvbqbfpn txvbqbh4x txvbqbhd8 txvbqbv7x", i = "_17ichq74 txvbqbaz txvbqbo1d txvbqbhbf txvbqb1bgr txvbqbo7v", a = "_17ichq75 txvbqb9w txvbqb1bgt txvbqbo7v", o = "_17ichq76 txvbqbfpn txvbqbey txvbqbh7g txvbqbhdl", s = "_17ichq77 txvbqbfpn txvbqbh7g txvbqbhdl txvbqblsh", c = "_17ichq78 txvbqbfqq", l = "_17ichq79 txvbqbfpn txvbqbh4x txvbqbhf1", u = "_17ichq7a txvbqb13ix txvbqblvq txvbqbdkd txvbqb19us txvbqbfpn txvbqbls4 txvbqb2o txvbqbzq2", d = "_17ichq7b txvbqb2p";
|
|
5
5
|
//#endregion
|
|
6
6
|
export { s as actionCluster, c as actionClusterItem, l as body, u as bottomFloatArea, d as bottomFloatContent, n as header, r as headingGroup, t as inner, o as metaRow, e as section, a as subheader, i as title };
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* empty css */
|
|
2
2
|
/* empty css */
|
|
3
3
|
//#region src/components/layout/DetailSummaryHeader.css.ts
|
|
4
|
-
var e = "_1baunl10 txvbqbfpn txvbqbh4x txvbqbh4m txvbqblt7 txvbqbel txvbqbf0 txvbqbhdy", t = "_1baunl11 txvbqbfpn txvbqbh4x txvbqbhd8 txvbqbv7x", n = "_1baunl12 txvbqbo7v txvbqba9 txvbqbhbf
|
|
4
|
+
var e = "_1baunl10 txvbqbfpn txvbqbh4x txvbqbh4m txvbqblt7 txvbqbel txvbqbf0 txvbqbhdy", t = "_1baunl11 txvbqbfpn txvbqbh4x txvbqbhd8 txvbqbv7x", n = "_1baunl12 txvbqbo7v txvbqba9 txvbqbhbf txvbqb1bgr", r = "_1baunl13 txvbqbo7v txvbqb9j txvbqb1bgt", i = "_1baunl14 txvbqbfpn txvbqbh7g txvbqbey txvbqbhdl txvbqb9j txvbqb1bgt", a = "_1baunl15 txvbqbfpn txvbqbh7g txvbqbey txvbqbhdl";
|
|
5
5
|
//#endregion
|
|
6
6
|
export { a as actions, t as body, i as meta, e as root, r as subtitle, n as title };
|
|
7
7
|
|
|
@@ -12,11 +12,11 @@ var o = ({ actions: o, className: s, meta: c, subtitle: l, title: u }) => /* @__
|
|
|
12
12
|
children: u
|
|
13
13
|
}),
|
|
14
14
|
l != null && /* @__PURE__ */ i("div", {
|
|
15
|
-
className: "_1baunl13 txvbqbo7v txvbqb9j
|
|
15
|
+
className: "_1baunl13 txvbqbo7v txvbqb9j txvbqb1bgt",
|
|
16
16
|
children: l
|
|
17
17
|
}),
|
|
18
18
|
c != null && /* @__PURE__ */ i("div", {
|
|
19
|
-
className: "_1baunl14 txvbqbfpn txvbqbh7g txvbqbey txvbqbhdl txvbqb9j
|
|
19
|
+
className: "_1baunl14 txvbqbfpn txvbqbh7g txvbqbey txvbqbhdl txvbqb9j txvbqb1bgt",
|
|
20
20
|
children: c
|
|
21
21
|
})
|
|
22
22
|
]
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* empty css */
|
|
2
2
|
/* empty css */
|
|
3
3
|
//#region src/components/layout/PageShell.css.ts
|
|
4
|
-
var e = "_1kley2d0 txvbqbfpn
|
|
4
|
+
var e = "_1kley2d0 txvbqbfpn txvbqb19us txvbqb1b8x txvbqb1b0o", t = "_1kley2d1 txvbqb10mx txvbqb11ki txvbqb12i3 txvbqbxu6 txvbqbko1 txvbqbjzr txvbqbfvs txvbqbv7x", n = "_1kley2d2 txvbqbko1 txvbqbjzr txvbqbu86 txvbqbwr6 txvbqbws6", r = "_1kley2d3 txvbqbfpn txvbqbe8 txvbqbhcv txvbqbhe8 txvbqbv7x txvbqbh4k txvbqbh57 txvbqbjzu txvbqbjzr", i = "_1kley2d4 txvbqbjzu txvbqbjzr", a = "_1kley2d5 txvbqb13ja txvbqb18fi txvbqbko1 txvbqbh6d txvbqbfpn txvbqbwr6", o = "_1kley2d6", s = "_1kley2d7", c = "_1kley2d9 _1kley2d8 txvbqbfpn txvbqbjzu", l = "_1kley2da", u = "_1kley2db", d = "_1kley2dc txvbqbfok txvbqbfr0 txvbqbey txvbqbls4 txvbqb19i5 txvbqbjn7 txvbqb2uc txvbqb2sj txvbqb28o txvbqb1cw txvbqb1b8p txvbqb1bgr txvbqbv txvbqbh6d", f = "_1kley2de _1kley2dd txvbqbfqq txvbqbfou txvbqbey txvbqbls4 txvbqb19i5 txvbqbjn7 txvbqb2uc txvbqb2sj txvbqb28o txvbqb1cw txvbqb1b8p txvbqb1bgr txvbqbv txvbqbh6d txvbqb7g txvbqb76 txvbqb7t", p = "_1kley2df txvbqbfok txvbqbfr0 txvbqb13jn txvbqb13ih txvbqb13k0 txvbqb13ld txvbqb18fi txvbqb18gv txvbqb1av9 txvbqbey txvbqbls4 txvbqb19i5 txvbqbjn7 txvbqb2uc txvbqb2sj txvbqb28o txvbqb1cw txvbqb1b8p txvbqb1bgr txvbqbv", m = "_1kley2dg txvbqbfvs txvbqbjzu txvbqbv7x txvbqbu86 txvbqbfpn txvbqbh4x txvbqb1b8p txvbqbwr6 txvbqb2uc txvbqb28o txvbqb2sj txvbqb1d9 txvbqbehy", h = "_1kley2dh txvbqbu86 txvbqbwr6", g = "_1kley2di txvbqbjzu txvbqbjzr", _ = "_1kley2dj txvbqbfpn txvbqbh4x txvbqbu86 txvbqbjzu txvbqbjzr", v = "_1kley2dk txvbqbfwv txvbqb1b8p txvbqb2up txvbqb28o txvbqb2sj txvbqb1d9", y = "_1kley2dl txvbqb13ja txvbqb18fi txvbqb1au6 txvbqbfpn txvbqbh4x txvbqbhdy txvbqbhdv txvbqb1b8p txvbqb1tv txvbqb2sj txvbqbal4 txvbqb6hs txvbqb10o0 txvbqb10nk txvbqb11ll txvbqb11l5 txvbqbxu6 txvbqb12ig txvbqb12id", b = "_1kley2dn _1kley2dm txvbqbfq0 txvbqbel txvbqbheb txvbqb19us", x = "_1kley2do txvbqbfpn txvbqbey txvbqbhdy txvbqbfvs txvbqbv7x txvbqb19us", S = "_1kley2dp txvbqbfpn txvbqbh4x txvbqbhdl txvbqbv7x", C = "_1kley2dq txvbqbfpn txvbqbh7g txvbqbey txvbqberp txvbqb14hy txvbqbo6s txvbqbo7v txvbqbwvv txvbqb1bgt txvbqb96", w = "_1kley2dr txvbqbfpn txvbqbey txvbqbhd8 txvbqbu0l", T = "_1kley2dt _1kley2ds txvbqb1bgr txvbqb3f txvbqbhb2 txvbqbwr6 txvbqb18es txvbqb1awp", E = "_1kley2du txvbqb1bgr txvbqbhbf txvbqbwr6 txvbqb18es txvbqb1awp", D = "_1kley2dv txvbqb1bhx txvbqb96", O = "_1kley2dw txvbqbfpn txvbqbh7g txvbqbhdl txvbqblsh txvbqblt4 txvbqb19v2", k = "_1kley2dx txvbqbfqq", A = "_1kley2dy txvbqbfvs txvbqbu86 txvbqbfpn txvbqbh4x txvbqbwqt txvbqbwxb txvbqbwx8", j = "_1kley2dz txvbqbwus txvbqbwtc txvbqbu86";
|
|
5
5
|
//#endregion
|
|
6
6
|
export { O as actionGroup, E as breadcrumbCurrent, w as breadcrumbItem, T as breadcrumbLink, C as breadcrumbList, S as breadcrumbNav, D as breadcrumbSeparator, A as content, j as contentContained, f as desktopSidebarToggle, y as header, x as headerLeading, b as headerRow, m as mainColumn, h as mainColumnContained, g as mainColumnWithSidePanel, l as mobileSidebarBackdrop, u as mobileSidebarBackdropOpen, p as mobileSidebarClose, d as mobileSidebarToggle, t as page, n as pageContained, i as pageSplitView, r as pageWithSidePanel, k as secondaryAction, e as shell, _ as sidePanel, v as sidePanelSurface, a as sidebarColumn, o as sidebarColumnMobile, s as sidebarColumnMobileOpen, c as sidebarInner };
|
|
7
7
|
|
|
@@ -139,7 +139,7 @@ var ge = 520, _e = 360, ve = .5, ye = 480, S = 1024, C = "plumile:page-shell:sid
|
|
|
139
139
|
children: [
|
|
140
140
|
B && !q && !j && /* @__PURE__ */ b("button", {
|
|
141
141
|
type: "button",
|
|
142
|
-
className: "_1kley2de _1kley2dd txvbqbfqq txvbqbfou txvbqbey txvbqbls4
|
|
142
|
+
className: "_1kley2de _1kley2dd txvbqbfqq txvbqbfou txvbqbey txvbqbls4 txvbqb19i5 txvbqbjn7 txvbqb2uc txvbqb2sj txvbqb28o txvbqb1cw txvbqb1b8p txvbqb1bgr txvbqbv txvbqbh6d txvbqb7g txvbqb76 txvbqb7t",
|
|
143
143
|
onClick: N,
|
|
144
144
|
"aria-label": $,
|
|
145
145
|
title: $,
|
|
@@ -152,7 +152,7 @@ var ge = 520, _e = 360, ve = .5, ye = 480, S = 1024, C = "plumile:page-shell:sid
|
|
|
152
152
|
B && q && /* @__PURE__ */ b("button", {
|
|
153
153
|
ref: W,
|
|
154
154
|
type: "button",
|
|
155
|
-
className: "_1kley2dc txvbqbfok txvbqbfr0 txvbqbey txvbqbls4
|
|
155
|
+
className: "_1kley2dc txvbqbfok txvbqbfr0 txvbqbey txvbqbls4 txvbqb19i5 txvbqbjn7 txvbqb2uc txvbqb2sj txvbqb28o txvbqb1cw txvbqb1b8p txvbqb1bgr txvbqbv txvbqbh6d",
|
|
156
156
|
onClick: Z,
|
|
157
157
|
"aria-expanded": J,
|
|
158
158
|
"aria-label": R("navigation.pageShell.openNavigation"),
|
|
@@ -181,13 +181,13 @@ var ge = 520, _e = 360, ve = .5, ye = 480, S = 1024, C = "plumile:page-shell:sid
|
|
|
181
181
|
}),
|
|
182
182
|
Te && /* @__PURE__ */ x("div", {
|
|
183
183
|
ref: U,
|
|
184
|
-
className: e("_1kley2d5
|
|
184
|
+
className: e("_1kley2d5 txvbqb13ja txvbqb18fi txvbqbko1 txvbqbh6d txvbqbfpn txvbqbwr6", "_1kley2d6", { _1kley2d7: q && J }),
|
|
185
185
|
"aria-hidden": q && !J,
|
|
186
186
|
inert: q && !J,
|
|
187
187
|
children: [/* @__PURE__ */ b("button", {
|
|
188
188
|
ref: G,
|
|
189
189
|
type: "button",
|
|
190
|
-
className: "_1kley2df txvbqbfok txvbqbfr0
|
|
190
|
+
className: "_1kley2df txvbqbfok txvbqbfr0 txvbqb13jn txvbqb13ih txvbqb13k0 txvbqb13ld txvbqb18fi txvbqb18gv txvbqb1av9 txvbqbey txvbqbls4 txvbqb19i5 txvbqbjn7 txvbqb2uc txvbqb2sj txvbqb28o txvbqb1cw txvbqb1b8p txvbqb1bgr txvbqbv",
|
|
191
191
|
onClick: X,
|
|
192
192
|
"aria-label": R("navigation.pageShell.closeNavigation"),
|
|
193
193
|
children: /* @__PURE__ */ b(n, {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* empty css */
|
|
2
2
|
/* empty css */
|
|
3
3
|
//#region src/components/layout/ResizableSplitView.css.ts
|
|
4
|
-
var e = "_1sh6osj1 _1sh6osj0 txvbqbfpn txvbqbe8 txvbqbhcv txvbqbv7x
|
|
4
|
+
var e = "_1sh6osj1 _1sh6osj0 txvbqbfpn txvbqbe8 txvbqbhcv txvbqbv7x txvbqb19us", t = "_1sh6osj2 txvbqbh4x txvbqbhdy", n = "_1sh6osj3 txvbqbh4k", r = "_1sh6osj5 _1sh6osj4 txvbqbfvs txvbqbv7x", i = "_1sh6osj6 txvbqbfwv txvbqbv7x", a = "_1sh6osj7 txvbqb19us", o = "_1sh6osj9 _1sh6osj8 txvbqbhh txvbqb1b5h txvbqbb txvbqbfwv txvbqbv9d txvbqb13ik txvbqb19fz";
|
|
5
5
|
//#endregion
|
|
6
6
|
export { r as main, o as resizer, e as root, n as rootSplit, t as rootStacked, i as sidePanel, a as sidePanelStacked };
|
|
7
7
|
|
|
@@ -144,7 +144,7 @@ function v({ className: v, defaultSidePanelWidth: y = te, main: b, mainClassName
|
|
|
144
144
|
children: b
|
|
145
145
|
}),
|
|
146
146
|
H && /* @__PURE__ */ f("div", {
|
|
147
|
-
className: "_1sh6osj9 _1sh6osj8 txvbqbhh
|
|
147
|
+
className: "_1sh6osj9 _1sh6osj8 txvbqbhh txvbqb1b5h txvbqbb txvbqbfwv txvbqbv9d txvbqb13ik txvbqb19fz",
|
|
148
148
|
role: "separator",
|
|
149
149
|
"aria-orientation": "vertical",
|
|
150
150
|
"aria-label": ge,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* empty css */
|
|
2
2
|
/* empty css */
|
|
3
3
|
//#region src/components/layout/SettingsLayout.css.ts
|
|
4
|
-
var e = "j42upe0 txvbqbfq0 txvbqbheb
|
|
4
|
+
var e = "j42upe0 txvbqbfq0 txvbqbheb txvbqbwy1 txvbqbj8e txvbqbj5y", t = "j42upe1 txvbqb2uc txvbqb1b8x txvbqb28o txvbqb2sj txvbqb1cw txvbqbwr6", n = "j42upe2 txvbqb2uc txvbqb1b8x txvbqb28o txvbqb2sj txvbqb1cw txvbqbwr6";
|
|
5
5
|
//#endregion
|
|
6
6
|
export { e as container, n as content, t as sidebar };
|
|
7
7
|
|
|
@@ -3,18 +3,18 @@
|
|
|
3
3
|
import { createRuntimeFn as e } from "@vanilla-extract/recipes/createRuntimeFn";
|
|
4
4
|
//#region src/components/layout/Surface.css.ts
|
|
5
5
|
var t = e({
|
|
6
|
-
defaultClassName: "_1e1g2cpe _1e1g2cp0 txvbqbfpn txvbqbh4x txvbqbv7x
|
|
6
|
+
defaultClassName: "_1e1g2cpe _1e1g2cp0 txvbqbfpn txvbqbh4x txvbqbv7x txvbqb19us txvbqbeqm",
|
|
7
7
|
variantClassNames: {
|
|
8
8
|
variant: {
|
|
9
|
-
brand: "_1e1g2cpf _1e1g2cp1
|
|
10
|
-
neutral: "_1e1g2cpg _1e1g2cp2
|
|
11
|
-
muted: "_1e1g2cph _1e1g2cp3
|
|
12
|
-
plain: "_1e1g2cpi _1e1g2cp4
|
|
9
|
+
brand: "_1e1g2cpf _1e1g2cp1 txvbqb1bbd",
|
|
10
|
+
neutral: "_1e1g2cpg _1e1g2cp2 txvbqb1b8p",
|
|
11
|
+
muted: "_1e1g2cph _1e1g2cp3 txvbqb1b8r",
|
|
12
|
+
plain: "_1e1g2cpi _1e1g2cp4 txvbqb1b5h"
|
|
13
13
|
},
|
|
14
14
|
density: {
|
|
15
|
-
compact: "_1e1g2cpj _1e1g2cp5 txvbqbhdy
|
|
16
|
-
default: "_1e1g2cpk _1e1g2cp6 txvbqbhdy
|
|
17
|
-
spacious: "_1e1g2cpl _1e1g2cp7 txvbqbheb
|
|
15
|
+
compact: "_1e1g2cpj _1e1g2cp5 txvbqbhdy txvbqbwxb",
|
|
16
|
+
default: "_1e1g2cpk _1e1g2cp6 txvbqbhdy txvbqbwxb",
|
|
17
|
+
spacious: "_1e1g2cpl _1e1g2cp7 txvbqbheb txvbqbwy1"
|
|
18
18
|
},
|
|
19
19
|
border: {
|
|
20
20
|
none: "_1e1g2cpm _1e1g2cp8 txvbqb1tv txvbqb2rt",
|
|
@@ -34,7 +34,7 @@ var t = e({
|
|
|
34
34
|
radius: "lg"
|
|
35
35
|
},
|
|
36
36
|
compoundVariants: []
|
|
37
|
-
}), n = "_1e1g2cps txvbqbfpn txvbqbel txvbqblt7 txvbqbhdy", r = "_1e1g2cpt txvbqbfpn txvbqbh4x txvbqbhd8 txvbqbv7x", i = "_1e1g2cpu txvbqbo7v txvbqb9w txvbqbhbf
|
|
37
|
+
}), n = "_1e1g2cps txvbqbfpn txvbqbel txvbqblt7 txvbqbhdy", r = "_1e1g2cpt txvbqbfpn txvbqbh4x txvbqbhd8 txvbqbv7x", i = "_1e1g2cpu txvbqbo7v txvbqb9w txvbqbhbf txvbqb1bgr", a = "_1e1g2cpv txvbqbo7v txvbqb9j txvbqb1bgt", o = "_1e1g2cpw txvbqbfpn txvbqbey txvbqblsh txvbqbh7g txvbqbhdl", s = "_1e1g2cpx txvbqbv7x", c = "_1e1g2cpy txvbqbfpn txvbqbh7g txvbqbhdl";
|
|
38
38
|
//#endregion
|
|
39
39
|
export { o as actions, s as content, a as description, c as footer, n as header, r as heading, t as surface, i as title };
|
|
40
40
|
|
|
@@ -19,11 +19,11 @@ var o = ({ actions: r, ariaLabelledBy: o, as: s = "div", border: c = "subtle", c
|
|
|
19
19
|
children: [(g != null || p != null) && /* @__PURE__ */ a("div", {
|
|
20
20
|
className: "_1e1g2cpt txvbqbfpn txvbqbh4x txvbqbhd8 txvbqbv7x",
|
|
21
21
|
children: [g != null && /* @__PURE__ */ i(_, {
|
|
22
|
-
className: "_1e1g2cpu txvbqbo7v txvbqb9w txvbqbhbf
|
|
22
|
+
className: "_1e1g2cpu txvbqbo7v txvbqb9w txvbqbhbf txvbqb1bgr",
|
|
23
23
|
id: o,
|
|
24
24
|
children: g
|
|
25
25
|
}), p != null && /* @__PURE__ */ i("div", {
|
|
26
|
-
className: "_1e1g2cpv txvbqbo7v txvbqb9j
|
|
26
|
+
className: "_1e1g2cpv txvbqbo7v txvbqb9j txvbqb1bgt",
|
|
27
27
|
children: p
|
|
28
28
|
})]
|
|
29
29
|
}), r != null && /* @__PURE__ */ i("div", {
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
import { createRuntimeFn as e } from "@vanilla-extract/recipes/createRuntimeFn";
|
|
4
4
|
//#region src/components/layout/toolbar/Toolbar.css.ts
|
|
5
5
|
var t = e({
|
|
6
|
-
defaultClassName: "_8tcb289 _8tcb280 txvbqbfpn txvbqbey
|
|
6
|
+
defaultClassName: "_8tcb289 _8tcb280 txvbqbfpn txvbqbey txvbqb19us",
|
|
7
7
|
variantClassNames: {
|
|
8
8
|
density: {
|
|
9
9
|
compact: "_8tcb28a _8tcb281 txvbqbhdl",
|
|
@@ -20,7 +20,7 @@ var t = e({
|
|
|
20
20
|
},
|
|
21
21
|
surface: {
|
|
22
22
|
plain: "_8tcb28h",
|
|
23
|
-
bar: "_8tcb28i _8tcb288
|
|
23
|
+
bar: "_8tcb28i _8tcb288 txvbqb10nn txvbqb11l8 txvbqb12ig txvbqbxuj txvbqb2uc txvbqb28o txvbqb2sj txvbqb1cw txvbqb1b8p"
|
|
24
24
|
}
|
|
25
25
|
},
|
|
26
26
|
defaultVariants: {
|
|
@@ -57,7 +57,7 @@ var t = e({
|
|
|
57
57
|
wrap: !1
|
|
58
58
|
},
|
|
59
59
|
compoundVariants: []
|
|
60
|
-
}), r = "_8tcb2810 txvbqbfw5 txvbqbv7x", i = "_8tcb2811 txvbqbhh
|
|
60
|
+
}), r = "_8tcb2810 txvbqbfw5 txvbqbv7x", i = "_8tcb2811 txvbqbhh txvbqb19v5 txvbqbvqc txvbqb1ba7";
|
|
61
61
|
//#endregion
|
|
62
62
|
export { n as group, i as separator, r as spacer, t as toolbar };
|
|
63
63
|
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
import { createRuntimeFn as e } from "@vanilla-extract/recipes/createRuntimeFn";
|
|
4
4
|
//#region src/components/layout/top_navigation_shell/TopNavigationShell.css.ts
|
|
5
5
|
var t = e({
|
|
6
|
-
defaultClassName: "_1xrtzaa3 _1xrtzaa0 txvbqbfpn txvbqbh4x txvbqbv7k
|
|
6
|
+
defaultClassName: "_1xrtzaa3 _1xrtzaa0 txvbqbfpn txvbqbh4x txvbqbv7k txvbqb1bgr",
|
|
7
7
|
variantClassNames: { variant: {
|
|
8
|
-
default: "_1xrtzaa4 _1xrtzaa1
|
|
9
|
-
muted: "_1xrtzaa5 _1xrtzaa2
|
|
8
|
+
default: "_1xrtzaa4 _1xrtzaa1 txvbqb1b8x",
|
|
9
|
+
muted: "_1xrtzaa5 _1xrtzaa2 txvbqb1b8z"
|
|
10
10
|
} },
|
|
11
11
|
defaultVariants: { variant: "default" },
|
|
12
12
|
compoundVariants: []
|
|
@@ -3,15 +3,15 @@
|
|
|
3
3
|
import { createRuntimeFn as e } from "@vanilla-extract/recipes/createRuntimeFn";
|
|
4
4
|
//#region src/components/media/imagePreviewModal.css.ts
|
|
5
5
|
var t = e({
|
|
6
|
-
defaultClassName: "_1xsy8p94 _1xsy8p90 txvbqbfqq txvbqbey txvbqbls4 txvbqb2uc txvbqbwr6 txvbqb28o txvbqb2sj txvbqb1cw
|
|
6
|
+
defaultClassName: "_1xsy8p94 _1xsy8p90 txvbqbfqq txvbqbey txvbqbls4 txvbqb2uc txvbqbwr6 txvbqb28o txvbqb2sj txvbqb1cw txvbqb1b8v txvbqbv txvbqbwvv",
|
|
7
7
|
variantClassNames: { size: {
|
|
8
|
-
sm: "_1xsy8p95 _1xsy8p91
|
|
9
|
-
md: "_1xsy8p96 _1xsy8p92
|
|
10
|
-
lg: "_1xsy8p97 _1xsy8p93
|
|
8
|
+
sm: "_1xsy8p95 _1xsy8p91 txvbqb19lr txvbqbjqt",
|
|
9
|
+
md: "_1xsy8p96 _1xsy8p92 txvbqb19mu txvbqbjrw",
|
|
10
|
+
lg: "_1xsy8p97 _1xsy8p93 txvbqb19nx txvbqbjsz"
|
|
11
11
|
} },
|
|
12
12
|
defaultVariants: { size: "md" },
|
|
13
13
|
compoundVariants: []
|
|
14
|
-
}), n = "_1xsy8p98 txvbqbfox
|
|
14
|
+
}), n = "_1xsy8p98 txvbqbfox txvbqb19us txvbqbjzu txvbqb24", r = "_1xsy8p99 txvbqbfpn txvbqbey txvbqbls4", i = "_1xsy8p9a txvbqbfox txvbqbu4k txvbqbttq txvbqb23";
|
|
15
15
|
//#endregion
|
|
16
16
|
export { r as modalBody, i as modalImage, t as previewButton, n as previewImage };
|
|
17
17
|
|
|
@@ -60,7 +60,7 @@ var m = (e, t, n) => t == null ? !1 : n === !0 ? e === t : e === t || e.startsWi
|
|
|
60
60
|
})]
|
|
61
61
|
}),
|
|
62
62
|
h != null && !j && /* @__PURE__ */ d("div", {
|
|
63
|
-
className: "_6jdbjof
|
|
63
|
+
className: "_6jdbjof txvbqb10mk txvbqb11k5 txvbqbfpn txvbqbh4x txvbqbhdl",
|
|
64
64
|
children: h
|
|
65
65
|
}),
|
|
66
66
|
/* @__PURE__ */ d("nav", {
|
|
@@ -41,7 +41,7 @@ var t = "_6jdbjo1 _6jdbjo0 txvbqbfpn txvbqbh4x txvbqbjzu txvbqb1tv txvbqb2sj txv
|
|
|
41
41
|
state: "collapsed"
|
|
42
42
|
}, "_6jdbjoa"]
|
|
43
43
|
]
|
|
44
|
-
}), r = "_6jdbjob txvbqbfpn txvbqbh4x txvbqbhdy
|
|
44
|
+
}), r = "_6jdbjob txvbqbfpn txvbqbh4x txvbqbhdy txvbqbwwy txvbqbjzu txvbqbu86", i = "_6jdbjoc txvbqb10mk txvbqb11k5 txvbqbfpn txvbqbey txvbqblt7 txvbqbhdl", a = "_6jdbjoe _6jdbjod txvbqbfpn txvbqbh4x txvbqbhdy txvbqbfvs txvbqbu86 txvbqbwtc txvbqb38", o = "_6jdbjof txvbqb10mk txvbqb11k5 txvbqbfpn txvbqbh4x txvbqbhdl", s = "_6jdbjog txvbqb10mk txvbqb11k5 txvbqbfpn txvbqbh4x txvbqbhdl";
|
|
45
45
|
//#endregion
|
|
46
46
|
export { t as container, n as containerRecipe, s as footer, i as header, r as inner, o as search, a as sections };
|
|
47
47
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* empty css */
|
|
2
2
|
/* empty css */
|
|
3
3
|
//#region src/components/responsive/ResponsiveCollectionRenderer.css.ts
|
|
4
|
-
var e = "vaohr92 vaohr91
|
|
4
|
+
var e = "vaohr92 vaohr91 txvbqb19us txvbqbv7x", t = "vaohr93", n = "vaohr95 vaohr94 txvbqbfok";
|
|
5
5
|
//#endregion
|
|
6
6
|
export { n as cardsMode, e as root, t as tableMode };
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* empty css */
|
|
2
2
|
/* empty css */
|
|
3
3
|
//#region src/components/routing/routeFallback.css.ts
|
|
4
|
-
var e = "_16yu4q33 _16yu4q31 txvbqbfpn txvbqbh4x txvbqbey txvbqbls4
|
|
4
|
+
var e = "_16yu4q33 _16yu4q31 txvbqbfpn txvbqbh4x txvbqbey txvbqbls4 txvbqb19us _16yu4q32 txvbqbhdy txvbqb12kz txvbqbxx2 txvbqb2v2 txvbqb1b8t", t = "_16yu4q35 _16yu4q31 txvbqbfpn txvbqbh4x txvbqbey txvbqbls4 txvbqb19us _16yu4q34 txvbqbv7k txvbqbheb txvbqb1b8r", n = "_16yu4q37 _16yu4q36 txvbqb1bab txvbqb2wi", r = "_16yu4q39 _16yu4q38 txvbqb1b8t txvbqb2wi", i = "_16yu4q3a txvbqb1bgt txvbqb9j txvbqbo7v";
|
|
5
5
|
//#endregion
|
|
6
6
|
export { n as contentPulse, e as contentRoot, i as label, r as pagePulse, t as pageRoot };
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* empty css */
|
|
2
2
|
/* empty css */
|
|
3
3
|
//#region src/components/routing/routePendingBar.css.ts
|
|
4
|
-
var e = "_1cjlm662 _1cjlm661
|
|
4
|
+
var e = "_1cjlm662 _1cjlm661 txvbqb1b8t txvbqb13ix txvbqb18fi txvbqblvq txvbqbwr6 txvbqb2o txvbqb19us txvbqb1avm", t = "_1cjlm664 _1cjlm663 txvbqbjzu txvbqb1ajc";
|
|
5
5
|
//#endregion
|
|
6
6
|
export { t as bar, e as root };
|
|
7
7
|
|
|
@@ -3,28 +3,28 @@
|
|
|
3
3
|
import { createRuntimeFn as e } from "@vanilla-extract/recipes/createRuntimeFn";
|
|
4
4
|
//#region src/components/select/SimpleSelect.css.ts
|
|
5
5
|
var t = e({
|
|
6
|
-
defaultClassName: "_11ypmks3 _11ypmks0
|
|
6
|
+
defaultClassName: "_11ypmks3 _11ypmks0 txvbqb13ik",
|
|
7
7
|
variantClassNames: { fullWidth: {
|
|
8
|
-
true: "_11ypmks4 _11ypmks1
|
|
9
|
-
false: "_11ypmks5 _11ypmks2
|
|
8
|
+
true: "_11ypmks4 _11ypmks1 txvbqb19us",
|
|
9
|
+
false: "_11ypmks5 _11ypmks2 txvbqb19uf"
|
|
10
10
|
} },
|
|
11
11
|
defaultVariants: { fullWidth: !0 },
|
|
12
12
|
compoundVariants: []
|
|
13
|
-
}), n = "_11ypmks6 txvbqbfox txvbqbp66 txvbqb96 txvbqbhbf txvbqbmv4 txvbqb6a
|
|
14
|
-
defaultClassName: "_11ypmksk _11ypmks8 _11ypmks7
|
|
13
|
+
}), n = "_11ypmks6 txvbqbfox txvbqbp66 txvbqb96 txvbqbhbf txvbqbmv4 txvbqb6a txvbqb1bgv", r = e({
|
|
14
|
+
defaultClassName: "_11ypmksk _11ypmks8 _11ypmks7 txvbqb10na txvbqb11kv txvbqb12i3 txvbqbxu6 txvbqb19us txvbqbfpn txvbqbey txvbqblt7 txvbqbhdl txvbqb2up txvbqb9j txvbqbhbf txvbqb18dp txvbqbv txvbqb7h txvbqb76 txvbqb7t qbwcue4 txvbqb1f8e txvbqb1feu",
|
|
15
15
|
variantClassNames: {
|
|
16
16
|
variant: {
|
|
17
|
-
default: "_11ypmksl _11ypmksb _11ypmks9 txvbqb29r txvbqb2sj txvbqb18k
|
|
18
|
-
brand: "_11ypmksm _11ypmksg _11ypmkse
|
|
17
|
+
default: "_11ypmksl _11ypmksb _11ypmks9 txvbqb29r txvbqb2sj txvbqb18k txvbqb1b9b txvbqb1bh5 _11ypmksa txvbqb1fga qbwcue1 txvbqb1dm3 txvbqb1e77",
|
|
18
|
+
brand: "_11ypmksm _11ypmksg _11ypmkse txvbqb1bix txvbqb28o txvbqb2sj txvbqb1qm txvbqb1azl _11ypmksf txvbqb1fcf qbwcue3 txvbqb1fga txvbqb1e7m"
|
|
19
19
|
},
|
|
20
20
|
state: {
|
|
21
21
|
default: "_11ypmksn",
|
|
22
|
-
error: "_11ypmkso _11ypmksd _11ypmksc txvbqb29r txvbqb2sj txvbqb1je
|
|
22
|
+
error: "_11ypmkso _11ypmksd _11ypmksc txvbqb29r txvbqb2sj txvbqb1je txvbqb1b9b txvbqb1bh5 qbwcue2 txvbqb1e7f"
|
|
23
23
|
},
|
|
24
24
|
size: {
|
|
25
|
-
small: "_11ypmksp _11ypmksh
|
|
26
|
-
medium: "_11ypmksq _11ypmksi
|
|
27
|
-
large: "_11ypmksr _11ypmksj
|
|
25
|
+
small: "_11ypmksp _11ypmksh txvbqb10mx txvbqb11ki txvbqb12hq txvbqbxtt txvbqb9j",
|
|
26
|
+
medium: "_11ypmksq _11ypmksi txvbqb10na txvbqb11kv txvbqb12i3 txvbqbxu6 txvbqb9j",
|
|
27
|
+
large: "_11ypmksr _11ypmksj txvbqb10nn txvbqb11l8 txvbqb12ig txvbqbxuj txvbqb9w"
|
|
28
28
|
}
|
|
29
29
|
},
|
|
30
30
|
defaultVariants: {
|
|
@@ -35,8 +35,8 @@ var t = e({
|
|
|
35
35
|
compoundVariants: [[{
|
|
36
36
|
variant: "brand",
|
|
37
37
|
state: "error"
|
|
38
|
-
}, "_11ypmksg _11ypmkse
|
|
39
|
-
}), i = "_11ypmkss txvbqbcfx txvbqbcby", a = "_11ypmkst txvbqbfvs txvbqbv7x
|
|
38
|
+
}, "_11ypmksg _11ypmkse txvbqb1bix txvbqb28o txvbqb2sj txvbqb1qm txvbqb1azl _11ypmksf txvbqb1fcf qbwcue3 txvbqb1fga txvbqb1e7m"]]
|
|
39
|
+
}), i = "_11ypmkss txvbqbcfx txvbqbcby", a = "_11ypmkst txvbqbfvs txvbqbv7x txvbqb1awp txvbqbwr6 txvbqb18es", o = "_11ypmksu txvbqbfq0 txvbqbey txvbqbls4 txvbqb19fz txvbqbjl1 txvbqb1bgv txvbqb7g txvbqb76 txvbqb7t", s = "_11ypmksv txvbqb30 txvbqb1bgr", c = "_11ypmksw txvbqb1bix", l = "_11ypmksx txvbqb13ix txvbqb18fi txvbqblvq txvbqb1awc txvbqbfpn txvbqbh4x txvbqbhd8 txvbqbww8 txvbqb2up txvbqb28o txvbqb2sj txvbqb1cw txvbqb1b8v txvbqbegv txvbqbwtc", u = "_11ypmksy txvbqbc7z txvbqbc27 txvbqbse3", d = "_11ypmks10 _11ypmksz txvbqb10na txvbqb11kv txvbqb12i3 txvbqbxu6 txvbqbfpn txvbqbh4x txvbqbel txvbqbhd8 txvbqb19us txvbqb1tv txvbqb2rt txvbqb2uc txvbqb1b5h txvbqb9j txvbqbhb2 txvbqb1bgr txvbqb18dp txvbqbv txvbqb7h txvbqb75 txvbqb7t", f = "_11ypmks11 txvbqb1bi1 txvbqb1bad", p = "_11ypmks12 txvbqb96 txvbqb1bgv", m = "_11ypmks13 txvbqbq3r txvbqbr1c txvbqbryk txvbqbp5t txvbqbk07 txvbqb1ba5", h = "_11ypmks14 txvbqb10mx txvbqb11ki txvbqb12hq txvbqbxtt";
|
|
40
40
|
//#endregion
|
|
41
41
|
export { h as actionsContainer, t as container, n as label, l as menu, u as menuOpen, m as menuSeparator, d as optionButton, p as optionDescription, f as optionSelected, r as trigger, o as triggerIcon, c as triggerIconBrand, s as triggerIconOpen, i as triggerOpen, a as valueText };
|
|
42
42
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SimpleSelect.css.js","names":[],"sources":["../../../../src/components/select/SimpleSelect.css.ts"],"sourcesContent":["import { style } from '@vanilla-extract/css';\nimport { recipe, type RecipeVariants } from '@vanilla-extract/recipes';\n\nimport { sprinkles, stateSprinkles } from '../../theme/sprinkles.css.js';\nimport {\n brandFocusRing,\n controlFocusRing,\n disabledControl,\n errorControlFocusRing,\n} from '../../theme/styleRecipes.css.js';\nimport { vars } from '../../theme/themeContract.css.js';\n\nexport const container = recipe({\n base: sprinkles({\n position: 'relative',\n }),\n variants: {\n fullWidth: {\n true: sprinkles({ width: 'full' }),\n false: sprinkles({ width: 'auto' }),\n },\n },\n defaultVariants: {\n fullWidth: true,\n },\n});\n\nexport const label = sprinkles({\n display: 'block',\n marginBottom: 2,\n fontSize: 'xs',\n fontWeight: 'semibold',\n letterSpacing: 'wider',\n textTransform: 'uppercase',\n color: 'textMuted',\n});\n\nconst triggerBase = style([\n sprinkles({\n width: 'full',\n display: 'flex',\n alignItems: 'center',\n justifyContent: 'space-between',\n gap: 2,\n paddingY: 2,\n paddingX: 3,\n borderRadius: 'xl',\n fontSize: 'sm',\n fontWeight: 'semibold',\n textAlign: 'left',\n cursor: 'pointer',\n transitionProperty: 'colors',\n transitionDuration: 150,\n transitionTimingFunction: 'ease',\n }),\n disabledControl,\n]);\n\nconst defaultTrigger = style([\n sprinkles({\n borderWidth: 'px',\n borderStyle: 'solid',\n borderColor: 'controlBorder',\n backgroundColor: 'controlSurface',\n color: 'controlText',\n }),\n stateSprinkles({ outline: { focusVisible: 'none' } }),\n controlFocusRing,\n]);\n\nconst errorTrigger = style([\n sprinkles({\n borderWidth: 'px',\n borderStyle: 'solid',\n borderColor: 'toneDangerBorder',\n backgroundColor: 'controlSurface',\n color: 'controlText',\n }),\n errorControlFocusRing,\n]);\n\nconst brandTrigger = style([\n sprinkles({\n color: 'onBrand',\n borderWidth: 'default',\n borderStyle: 'solid',\n borderColor: 'brandPrimaryRed',\n backgroundImage: 'brandDiagonal',\n }),\n stateSprinkles({ filter: { hover: 'brightness98' } }),\n brandFocusRing,\n]);\n\nexport const trigger = recipe({\n base: triggerBase,\n variants: {\n variant: {\n default: defaultTrigger,\n brand: brandTrigger,\n },\n state: {\n default: {},\n error: errorTrigger,\n },\n size: {\n small: sprinkles({\n paddingY: 1,\n paddingX: 2,\n fontSize: 'sm',\n }),\n medium: sprinkles({\n paddingY: 2,\n paddingX: 3,\n fontSize: 'sm',\n }),\n large: sprinkles({\n paddingY: 3,\n paddingX: 4,\n fontSize: 'base',\n }),\n },\n },\n defaultVariants: {\n variant: 'default',\n state: 'default',\n size: 'medium',\n },\n compoundVariants: [\n {\n variants: {\n variant: 'brand',\n state: 'error',\n },\n style: brandTrigger,\n },\n ],\n});\n\nexport const triggerOpen = sprinkles({\n borderBottomLeftRadius: 'none',\n borderBottomRightRadius: 'none',\n});\n\nexport const valueText = sprinkles({\n flex: 1,\n minWidth: 0,\n whiteSpace: 'nowrap',\n overflow: 'hidden',\n textOverflow: 'ellipsis',\n});\n\nexport const triggerIcon = sprinkles({\n display: 'grid',\n alignItems: 'center',\n justifyContent: 'center',\n width: 4,\n height: 4,\n color: 'textMuted',\n transitionProperty: 'default',\n transitionDuration: 150,\n transitionTimingFunction: 'ease',\n});\n\nexport const triggerIconOpen = sprinkles({\n rotate: 180,\n color: 'text',\n});\n\nexport const triggerIconBrand = sprinkles({\n color: 'onBrand',\n});\n\nexport const menu = sprinkles({\n position: '
|
|
1
|
+
{"version":3,"file":"SimpleSelect.css.js","names":[],"sources":["../../../../src/components/select/SimpleSelect.css.ts"],"sourcesContent":["import { style } from '@vanilla-extract/css';\nimport { recipe, type RecipeVariants } from '@vanilla-extract/recipes';\n\nimport { sprinkles, stateSprinkles } from '../../theme/sprinkles.css.js';\nimport {\n brandFocusRing,\n controlFocusRing,\n disabledControl,\n errorControlFocusRing,\n} from '../../theme/styleRecipes.css.js';\nimport { vars } from '../../theme/themeContract.css.js';\n\nexport const container = recipe({\n base: sprinkles({\n position: 'relative',\n }),\n variants: {\n fullWidth: {\n true: sprinkles({ width: 'full' }),\n false: sprinkles({ width: 'auto' }),\n },\n },\n defaultVariants: {\n fullWidth: true,\n },\n});\n\nexport const label = sprinkles({\n display: 'block',\n marginBottom: 2,\n fontSize: 'xs',\n fontWeight: 'semibold',\n letterSpacing: 'wider',\n textTransform: 'uppercase',\n color: 'textMuted',\n});\n\nconst triggerBase = style([\n sprinkles({\n width: 'full',\n display: 'flex',\n alignItems: 'center',\n justifyContent: 'space-between',\n gap: 2,\n paddingY: 2,\n paddingX: 3,\n borderRadius: 'xl',\n fontSize: 'sm',\n fontWeight: 'semibold',\n textAlign: 'left',\n cursor: 'pointer',\n transitionProperty: 'colors',\n transitionDuration: 150,\n transitionTimingFunction: 'ease',\n }),\n disabledControl,\n]);\n\nconst defaultTrigger = style([\n sprinkles({\n borderWidth: 'px',\n borderStyle: 'solid',\n borderColor: 'controlBorder',\n backgroundColor: 'controlSurface',\n color: 'controlText',\n }),\n stateSprinkles({ outline: { focusVisible: 'none' } }),\n controlFocusRing,\n]);\n\nconst errorTrigger = style([\n sprinkles({\n borderWidth: 'px',\n borderStyle: 'solid',\n borderColor: 'toneDangerBorder',\n backgroundColor: 'controlSurface',\n color: 'controlText',\n }),\n errorControlFocusRing,\n]);\n\nconst brandTrigger = style([\n sprinkles({\n color: 'onBrand',\n borderWidth: 'default',\n borderStyle: 'solid',\n borderColor: 'brandPrimaryRed',\n backgroundImage: 'brandDiagonal',\n }),\n stateSprinkles({ filter: { hover: 'brightness98' } }),\n brandFocusRing,\n]);\n\nexport const trigger = recipe({\n base: triggerBase,\n variants: {\n variant: {\n default: defaultTrigger,\n brand: brandTrigger,\n },\n state: {\n default: {},\n error: errorTrigger,\n },\n size: {\n small: sprinkles({\n paddingY: 1,\n paddingX: 2,\n fontSize: 'sm',\n }),\n medium: sprinkles({\n paddingY: 2,\n paddingX: 3,\n fontSize: 'sm',\n }),\n large: sprinkles({\n paddingY: 3,\n paddingX: 4,\n fontSize: 'base',\n }),\n },\n },\n defaultVariants: {\n variant: 'default',\n state: 'default',\n size: 'medium',\n },\n compoundVariants: [\n {\n variants: {\n variant: 'brand',\n state: 'error',\n },\n style: brandTrigger,\n },\n ],\n});\n\nexport const triggerOpen = sprinkles({\n borderBottomLeftRadius: 'none',\n borderBottomRightRadius: 'none',\n});\n\nexport const valueText = sprinkles({\n flex: 1,\n minWidth: 0,\n whiteSpace: 'nowrap',\n overflow: 'hidden',\n textOverflow: 'ellipsis',\n});\n\nexport const triggerIcon = sprinkles({\n display: 'grid',\n alignItems: 'center',\n justifyContent: 'center',\n width: 4,\n height: 4,\n color: 'textMuted',\n transitionProperty: 'default',\n transitionDuration: 150,\n transitionTimingFunction: 'ease',\n});\n\nexport const triggerIconOpen = sprinkles({\n rotate: 180,\n color: 'text',\n});\n\nexport const triggerIconBrand = sprinkles({\n color: 'onBrand',\n});\n\nexport const menu = sprinkles({\n position: 'fixed',\n top: 0,\n left: 0,\n zIndex: 'modal',\n display: 'flex',\n flexDirection: 'column',\n gap: 1,\n padding: 1,\n borderRadius: 'xl',\n borderWidth: 'default',\n borderStyle: 'solid',\n borderColor: 'border',\n backgroundColor: 'surfaceElevated',\n boxShadow: 'lg',\n overflowY: 'auto',\n});\n\nexport const menuOpen = sprinkles({\n borderTopLeftRadius: 'none',\n borderTopRightRadius: 'none',\n marginTop: '-px',\n});\n\nexport const optionButton = style([\n sprinkles({\n display: 'flex',\n flexDirection: 'column',\n alignItems: 'flex-start',\n gap: 1,\n width: 'full',\n borderWidth: 0,\n borderStyle: 'none',\n borderRadius: 'lg',\n backgroundColor: 'transparent',\n paddingY: 2,\n paddingX: 3,\n fontSize: 'sm',\n fontWeight: 'medium',\n color: 'text',\n textAlign: 'left',\n cursor: 'pointer',\n transitionProperty: 'colors',\n transitionDuration: 120,\n transitionTimingFunction: 'ease',\n }),\n {\n selectors: {\n '&:hover': {\n backgroundColor: vars.colors.controlSurfaceHover,\n },\n '&:focus-visible': {\n outline: 'none',\n backgroundColor: vars.colors.controlSurfaceHover,\n boxShadow: vars.boxShadow.primaryLightRingStrong,\n },\n },\n },\n]);\n\nexport const optionSelected = sprinkles({\n color: 'tonePrimaryText',\n backgroundColor: 'tonePrimarySurface',\n});\n\nexport const optionDescription = sprinkles({\n fontSize: 'xs',\n color: 'textMuted',\n});\n\nexport const menuSeparator = sprinkles({\n height: 'px',\n marginY: 1,\n marginX: 2,\n backgroundColor: 'border',\n});\n\nexport const actionsContainer = sprinkles({\n paddingY: 1,\n paddingX: 2,\n});\n\nexport type SimpleSelectVariants = RecipeVariants<typeof trigger>;\n"],"mappings":""}
|