@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
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
import { createRuntimeFn as e } from "@vanilla-extract/recipes/createRuntimeFn";
|
|
4
4
|
//#region src/components/dashboard/metric_card/MetricCard.css.ts
|
|
5
5
|
var t = e({
|
|
6
|
-
defaultClassName: "_177uje61 _177uje60
|
|
6
|
+
defaultClassName: "_177uje61 _177uje60 txvbqbv7x",
|
|
7
7
|
variantClassNames: { tone: {
|
|
8
8
|
neutral: "_177uje62",
|
|
9
9
|
info: "_177uje63",
|
|
@@ -14,14 +14,14 @@ var t = e({
|
|
|
14
14
|
defaultVariants: {},
|
|
15
15
|
compoundVariants: []
|
|
16
16
|
}), n = e({
|
|
17
|
-
defaultClassName: "_177uje6a _177uje67
|
|
17
|
+
defaultClassName: "_177uje6a _177uje67 txvbqbfpn txvbqbh4x",
|
|
18
18
|
variantClassNames: { density: {
|
|
19
|
-
comfortable: "_177uje6b _177uje68
|
|
20
|
-
compact: "_177uje6c _177uje69
|
|
19
|
+
comfortable: "_177uje6b _177uje68 txvbqbhdy",
|
|
20
|
+
compact: "_177uje6c _177uje69 txvbqbhdl"
|
|
21
21
|
} },
|
|
22
22
|
defaultVariants: {},
|
|
23
23
|
compoundVariants: []
|
|
24
|
-
}), r = "_177uje6d
|
|
24
|
+
}), r = "_177uje6d txvbqbfpn txvbqbel txvbqblt7 txvbqbhdy", i = "_177uje6e txvbqbo7v txvbqb9j txvbqb1bg3", a = "_177uje6f txvbqbo7v txvbqbhbs txvbqb1bg1", o = e({
|
|
25
25
|
defaultClassName: "_177uje6i",
|
|
26
26
|
variantClassNames: { density: {
|
|
27
27
|
comfortable: "_177uje6j _177uje6g txvbqbaz txvbqbbe",
|
|
@@ -29,7 +29,7 @@ var t = e({
|
|
|
29
29
|
} },
|
|
30
30
|
defaultVariants: {},
|
|
31
31
|
compoundVariants: []
|
|
32
|
-
}), s = "_177uje6l
|
|
32
|
+
}), s = "_177uje6l txvbqbfpn txvbqbey txvbqbhdl", c = "_177uje6m _177uje6l txvbqbfpn txvbqbey txvbqbhdl", l = "_177uje6n txvbqbo7v txvbqb9j txvbqb1bg3", u = "_177uje6o txvbqbfqq txvbqbey txvbqbls4 txvbqb1bg3";
|
|
33
33
|
//#endregion
|
|
34
34
|
export { t as card, l as hint, u as icon, i as label, n as root, r as top, a as value, s as valueContent, c as valueContentInline, o as valueDensity };
|
|
35
35
|
|
|
@@ -29,11 +29,11 @@ var f = ({ actions: f, className: p, copiedLabel: m, copyLabel: h, copyValue: g,
|
|
|
29
29
|
children: C
|
|
30
30
|
})
|
|
31
31
|
})] }), y != null && /* @__PURE__ */ u("div", {
|
|
32
|
-
className: "_177uje6o
|
|
32
|
+
className: "_177uje6o txvbqbfqq txvbqbey txvbqbls4 txvbqb1bg3",
|
|
33
33
|
children: y
|
|
34
34
|
})]
|
|
35
35
|
}), v != null && /* @__PURE__ */ u("p", {
|
|
36
|
-
className: "_177uje6n
|
|
36
|
+
className: "_177uje6n txvbqbo7v txvbqb9j txvbqb1bg3",
|
|
37
37
|
children: v
|
|
38
38
|
})]
|
|
39
39
|
})
|
|
@@ -3,21 +3,21 @@
|
|
|
3
3
|
import { createRuntimeFn as e } from "@vanilla-extract/recipes/createRuntimeFn";
|
|
4
4
|
//#region src/components/dashboard/metric_tile_group/MetricTileGroup.css.ts
|
|
5
5
|
var t = e({
|
|
6
|
-
defaultClassName: "_1p0u7xjb _1p0u7xj0
|
|
6
|
+
defaultClassName: "_1p0u7xjb _1p0u7xj0 txvbqbfq0 txvbqb19uf",
|
|
7
7
|
variantClassNames: {
|
|
8
8
|
density: {
|
|
9
|
-
comfortable: "_1p0u7xjc _1p0u7xj1
|
|
10
|
-
compact: "_1p0u7xjd _1p0u7xj2
|
|
9
|
+
comfortable: "_1p0u7xjc _1p0u7xj1 txvbqbhdy",
|
|
10
|
+
compact: "_1p0u7xjd _1p0u7xj2 txvbqbhdl"
|
|
11
11
|
},
|
|
12
12
|
minColumn: {
|
|
13
|
-
min160: "_1p0u7xje _1p0u7xj3
|
|
14
|
-
min180: "_1p0u7xjf _1p0u7xj4
|
|
15
|
-
min200: "_1p0u7xjg _1p0u7xj5
|
|
16
|
-
min220: "_1p0u7xjh _1p0u7xj6
|
|
17
|
-
min240: "_1p0u7xji _1p0u7xj7
|
|
18
|
-
min260: "_1p0u7xjj _1p0u7xj8
|
|
19
|
-
min280: "_1p0u7xjk _1p0u7xj9
|
|
20
|
-
min320: "_1p0u7xjl _1p0u7xja
|
|
13
|
+
min160: "_1p0u7xje _1p0u7xj3 txvbqbjcd",
|
|
14
|
+
min180: "_1p0u7xjf _1p0u7xj4 txvbqbjcq",
|
|
15
|
+
min200: "_1p0u7xjg _1p0u7xj5 txvbqbjd3",
|
|
16
|
+
min220: "_1p0u7xjh _1p0u7xj6 txvbqbjdg",
|
|
17
|
+
min240: "_1p0u7xji _1p0u7xj7 txvbqbjdt",
|
|
18
|
+
min260: "_1p0u7xjj _1p0u7xj8 txvbqbje6",
|
|
19
|
+
min280: "_1p0u7xjk _1p0u7xj9 txvbqbjej",
|
|
20
|
+
min320: "_1p0u7xjl _1p0u7xja txvbqbjew"
|
|
21
21
|
}
|
|
22
22
|
},
|
|
23
23
|
defaultVariants: {},
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* empty css */
|
|
2
2
|
/* empty css */
|
|
3
3
|
//#region src/components/dashboard/page_hero/PageHero.css.ts
|
|
4
|
-
var e = "_1oey25i0
|
|
4
|
+
var e = "_1oey25i0 txvbqb10o0 txvbqb11ll txvbqb12ig txvbqbxuj txvbqbfpn txvbqbh4x txvbqbh4m txvbqbel txvbqbf0 txvbqblt7 txvbqbheb txvbqb19uf", t = "_1oey25i1 txvbqbfpn txvbqbh4x txvbqbi8n txvbqbv7x", n = "_1oey25i2 txvbqbo7v txvbqbaz txvbqbbe txvbqbhbs txvbqb1bg1", r = "_1oey25i3 txvbqbo7v txvbqb9j txvbqb1bg3 txvbqbtxc", i = "_1oey25i4 txvbqbfpn txvbqbey txvbqbh7g txvbqbhdl txvbqb1bg3 txvbqb9j", a = "_1oey25i5 txvbqbfpn txvbqbey txvbqbh7g 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,16 +12,16 @@ 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: "_1oey25i3
|
|
15
|
+
className: "_1oey25i3 txvbqbo7v txvbqb9j txvbqb1bg3 txvbqbtxc",
|
|
16
16
|
children: l
|
|
17
17
|
}),
|
|
18
18
|
c != null && /* @__PURE__ */ i("div", {
|
|
19
|
-
className: "_1oey25i4
|
|
19
|
+
className: "_1oey25i4 txvbqbfpn txvbqbey txvbqbh7g txvbqbhdl txvbqb1bg3 txvbqb9j",
|
|
20
20
|
children: c
|
|
21
21
|
})
|
|
22
22
|
]
|
|
23
23
|
}), o != null && /* @__PURE__ */ i("div", {
|
|
24
|
-
className: "_1oey25i5
|
|
24
|
+
className: "_1oey25i5 txvbqbfpn txvbqbey txvbqbh7g txvbqbhdl",
|
|
25
25
|
children: o
|
|
26
26
|
})]
|
|
27
27
|
});
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* empty css */
|
|
2
2
|
/* empty css */
|
|
3
3
|
//#region src/components/dashboard/selectable_card/SelectableCard.css.ts
|
|
4
|
-
var e = "_1ev8s9e2 _1ev8s9e0 txvbqb4
|
|
4
|
+
var e = "_1ev8s9e2 _1ev8s9e0 txvbqb4 txvbqb19uf txvbqbfpn txvbqbh4x txvbqbhdl txvbqbwwl txvbqb28o txvbqb2sj txvbqb1d9 txvbqb2tz txvbqb1b87 txvbqbv txvbqb7g txvbqb77 txvbqb7t _1ev8s9e1 txvbqb1e2l qbwcue6 txvbqb1gg6 txvbqb1ggf qbwcue0 txvbqb1ffs txvbqb1ga0", t = "_1ev8s9e3 txvbqb11p txvbqb1b83", n = "_1ev8s9e4 txvbqbfpn txvbqblt7 txvbqbey txvbqbhdl", r = "_1ev8s9e5 txvbqbhbf txvbqb1bg1 txvbqb9j", i = "_1ev8s9e6 txvbqb1bg3 txvbqb96", a = "_1ev8s9e7 txvbqbfpn txvbqbh4x txvbqbhdl";
|
|
5
5
|
//#endregion
|
|
6
6
|
export { a as body, e as button, i as meta, t as selected, r as title, n as top };
|
|
7
7
|
|
|
@@ -15,11 +15,11 @@ var s = ({ children: s, className: c, meta: l, onSelect: u, selected: d = !1, ti
|
|
|
15
15
|
}), p]
|
|
16
16
|
}),
|
|
17
17
|
l != null && /* @__PURE__ */ a("div", {
|
|
18
|
-
className: "_1ev8s9e6
|
|
18
|
+
className: "_1ev8s9e6 txvbqb1bg3 txvbqb96",
|
|
19
19
|
children: l
|
|
20
20
|
}),
|
|
21
21
|
s != null && /* @__PURE__ */ a("div", {
|
|
22
|
-
className: "_1ev8s9e7
|
|
22
|
+
className: "_1ev8s9e7 txvbqbfpn txvbqbh4x txvbqbhdl",
|
|
23
23
|
children: s
|
|
24
24
|
})
|
|
25
25
|
]
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* empty css */
|
|
2
2
|
/* empty css */
|
|
3
3
|
//#region src/components/dashboard/status_summary_panel/StatusSummaryPanel.css.ts
|
|
4
|
-
var e = "_1geqsra0
|
|
4
|
+
var e = "_1geqsra0 txvbqbfpn txvbqbh4x txvbqbhdy", t = "_1geqsra1 txvbqbfpn txvbqblt7 txvbqbey txvbqbhdl", n = "_1geqsra2 txvbqb9j txvbqb1bg3";
|
|
5
5
|
//#endregion
|
|
6
6
|
export { n as help, e as root, t as row };
|
|
7
7
|
|
|
@@ -21,7 +21,7 @@ var c = ({ className: c, help: l, items: u = [], status: d, statusLabel: f, stat
|
|
|
21
21
|
h != null && /* @__PURE__ */ o(e, { value: h }),
|
|
22
22
|
u.length > 0 && /* @__PURE__ */ o(r, { items: u }),
|
|
23
23
|
l != null && /* @__PURE__ */ o("div", {
|
|
24
|
-
className: "_1geqsra2 txvbqb9j
|
|
24
|
+
className: "_1geqsra2 txvbqb9j txvbqb1bg3",
|
|
25
25
|
children: l
|
|
26
26
|
})
|
|
27
27
|
]
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
import { createRuntimeFn as e } from "@vanilla-extract/recipes/createRuntimeFn";
|
|
4
4
|
//#region src/components/dashboard/timeline_event_row/TimelineEventRow.css.ts
|
|
5
5
|
var t = e({
|
|
6
|
-
defaultClassName: "_1664kmj1 _1664kmj0
|
|
6
|
+
defaultClassName: "_1664kmj1 _1664kmj0 txvbqb28o txvbqb2sj txvbqb2tz txvbqbwwl txvbqbfpn txvbqbh4x txvbqbhdl txvbqb1b89 txvbqbv7x",
|
|
7
7
|
variantClassNames: { tone: {
|
|
8
8
|
neutral: "_1664kmj2",
|
|
9
9
|
info: "_1664kmj3",
|
|
@@ -13,7 +13,7 @@ var t = e({
|
|
|
13
13
|
} },
|
|
14
14
|
defaultVariants: { tone: "neutral" },
|
|
15
15
|
compoundVariants: []
|
|
16
|
-
}), n = "_1664kmj7
|
|
16
|
+
}), n = "_1664kmj7 txvbqbfpn txvbqblt7 txvbqbfo txvbqbhdl txvbqbh7g", r = "_1664kmj8 txvbqb96 txvbqb1bg3 txvbqbh86", i = "_1664kmj9 txvbqb9j txvbqbhbf txvbqb1bg1", a = "_1664kmja txvbqb9j txvbqb1bg3", o = "_1664kmjb txvbqb96 txvbqb1bg3", s = "_1664kmjc txvbqbfpn txvbqbh7g txvbqbhdl", c = "_1664kmjd txvbqb10mk txvbqb11k5 txvbqb12hd txvbqbxtg txvbqbfqq txvbqbfo txvbqbhd8 txvbqb96 txvbqb28o txvbqb2sj txvbqb1d9 txvbqb2tz", l = "_1664kmje txvbqb1bg3", u = "_1664kmjf txvbqb1bg1 txvbqbhbf", d = "_1664kmjh _1664kmjg txvbqb28o txvbqb2sj txvbqb1d9 txvbqb2tz txvbqbww8 txvbqb1b87 txvbqb96 txvbqb1bg3 txvbqbwu2";
|
|
17
17
|
//#endregion
|
|
18
18
|
export { a as description, d as details, n as header, o as meta, c as metric, l as metricLabel, u as metricValue, s as metrics, t as root, r as timestamp, i as title };
|
|
19
19
|
|
|
@@ -14,33 +14,33 @@ var s = ({ className: s, description: c, details: l, meta: u, metrics: d = [], t
|
|
|
14
14
|
className: i,
|
|
15
15
|
children: p
|
|
16
16
|
}), g != null && /* @__PURE__ */ a("span", {
|
|
17
|
-
className: "_1664kmj8 txvbqb96
|
|
17
|
+
className: "_1664kmj8 txvbqb96 txvbqb1bg3 txvbqbh86",
|
|
18
18
|
children: g
|
|
19
19
|
})]
|
|
20
20
|
}),
|
|
21
21
|
c != null && /* @__PURE__ */ a("div", {
|
|
22
|
-
className: "_1664kmja txvbqb9j
|
|
22
|
+
className: "_1664kmja txvbqb9j txvbqb1bg3",
|
|
23
23
|
children: c
|
|
24
24
|
}),
|
|
25
25
|
u != null && /* @__PURE__ */ a("div", {
|
|
26
|
-
className: "_1664kmjb txvbqb96
|
|
26
|
+
className: "_1664kmjb txvbqb96 txvbqb1bg3",
|
|
27
27
|
children: u
|
|
28
28
|
}),
|
|
29
29
|
d.length > 0 && /* @__PURE__ */ a("div", {
|
|
30
|
-
className: "_1664kmjc
|
|
30
|
+
className: "_1664kmjc txvbqbfpn txvbqbh7g txvbqbhdl",
|
|
31
31
|
children: d.map((e) => /* @__PURE__ */ o("span", {
|
|
32
|
-
className: "_1664kmjd
|
|
32
|
+
className: "_1664kmjd txvbqb10mk txvbqb11k5 txvbqb12hd txvbqbxtg txvbqbfqq txvbqbfo txvbqbhd8 txvbqb96 txvbqb28o txvbqb2sj txvbqb1d9 txvbqb2tz",
|
|
33
33
|
children: [/* @__PURE__ */ a("span", {
|
|
34
|
-
className: "_1664kmje
|
|
34
|
+
className: "_1664kmje txvbqb1bg3",
|
|
35
35
|
children: e.label
|
|
36
36
|
}), /* @__PURE__ */ a("span", {
|
|
37
|
-
className: "_1664kmjf
|
|
37
|
+
className: "_1664kmjf txvbqb1bg1 txvbqbhbf",
|
|
38
38
|
children: e.value
|
|
39
39
|
})]
|
|
40
40
|
}, e.id))
|
|
41
41
|
}),
|
|
42
42
|
l != null && /* @__PURE__ */ a("div", {
|
|
43
|
-
className: "_1664kmjh _1664kmjg
|
|
43
|
+
className: "_1664kmjh _1664kmjg txvbqb28o txvbqb2sj txvbqb1d9 txvbqb2tz txvbqbww8 txvbqb1b87 txvbqb96 txvbqb1bg3 txvbqbwu2",
|
|
44
44
|
children: l
|
|
45
45
|
})
|
|
46
46
|
]
|
|
@@ -3,22 +3,22 @@
|
|
|
3
3
|
import { createRuntimeFn as e } from "@vanilla-extract/recipes/createRuntimeFn";
|
|
4
4
|
//#region src/components/data-table/DataTable.css.ts
|
|
5
5
|
var t = e({
|
|
6
|
-
defaultClassName: "ysn8464 ysn8461 ysn8460
|
|
6
|
+
defaultClassName: "ysn8464 ysn8461 ysn8460 txvbqbfpn txvbqbh4x txvbqb19uf txvbqb1k",
|
|
7
7
|
variantClassNames: { kind: {
|
|
8
|
-
default: "ysn8465 ysn8462
|
|
9
|
-
brandTable: "ysn8466 ysn8463
|
|
8
|
+
default: "ysn8465 ysn8462 txvbqb1b7z txvbqb1cw txvbqb2uc txvbqb2sj txvbqb28o txvbqbwu2 txvbqbwtc",
|
|
9
|
+
brandTable: "ysn8466 ysn8463 txvbqb1b4r txvbqb2sw txvbqb2rt txvbqb1tv txvbqbwrw"
|
|
10
10
|
} },
|
|
11
11
|
defaultVariants: { kind: "default" },
|
|
12
12
|
compoundVariants: []
|
|
13
|
-
}), n = "ysn8467
|
|
13
|
+
}), n = "ysn8467 txvbqbjzu txvbqbu86 txvbqbwr6", r = e({
|
|
14
14
|
defaultClassName: "ysn846b",
|
|
15
15
|
variantClassNames: { kind: {
|
|
16
|
-
default: "ysn846c ysn8469 ysn8468
|
|
17
|
-
brandTable: "ysn846d ysn846a
|
|
16
|
+
default: "ysn846c ysn8469 ysn8468 txvbqb1tv txvbqb2sj txvbqbal4 txvbqb6hs txvbqb1b83 txvbqb1b1e",
|
|
17
|
+
brandTable: "ysn846d ysn846a txvbqb1b4r txvbqb1tv txvbqb2sj txvbqbal4 txvbqb6pq"
|
|
18
18
|
} },
|
|
19
19
|
defaultVariants: { kind: "default" },
|
|
20
20
|
compoundVariants: []
|
|
21
|
-
}), i = "ysn846f ysn846e
|
|
21
|
+
}), i = "ysn846f ysn846e txvbqbfq0 txvbqb19uf txvbqbe8", a = "var(--ysn846g)", o = "var(--ysn846h)", s = "var(--ysn846i)", c = "var(--ysn846j)", l = e({
|
|
22
22
|
defaultClassName: "ysn846k",
|
|
23
23
|
variantClassNames: { density: {
|
|
24
24
|
compact: "ysn846l",
|
|
@@ -28,59 +28,59 @@ var t = e({
|
|
|
28
28
|
defaultVariants: { density: "default" },
|
|
29
29
|
compoundVariants: []
|
|
30
30
|
}), u = e({
|
|
31
|
-
defaultClassName: "ysn846s ysn846o txvbqbey
|
|
31
|
+
defaultClassName: "ysn846s ysn846o txvbqbey txvbqbfpn txvbqbh6d txvbqbhdl txvbqbwr6 txvbqb18ef txvbqb1avz",
|
|
32
32
|
variantClassNames: { kind: {
|
|
33
|
-
default: "ysn846t ysn846q ysn846p
|
|
34
|
-
brandTable: "ysn846u ysn846r
|
|
33
|
+
default: "ysn846t ysn846q ysn846p txvbqb1bg3 txvbqbhbf txvbqbmwk txvbqb6a",
|
|
34
|
+
brandTable: "ysn846u ysn846r txvbqb10lu txvbqb11jf txvbqb12ig txvbqbxuj txvbqb1bg5 txvbqbhbs txvbqb96 txvbqbmvu txvbqb6a txvbqb98d"
|
|
35
35
|
} },
|
|
36
36
|
defaultVariants: { kind: "default" },
|
|
37
37
|
compoundVariants: []
|
|
38
38
|
}), d = e({
|
|
39
|
-
defaultClassName: "ysn846x ysn846v
|
|
39
|
+
defaultClassName: "ysn846x ysn846v txvbqbfpn txvbqbh4x",
|
|
40
40
|
variantClassNames: { kind: {
|
|
41
41
|
default: "ysn846y",
|
|
42
|
-
brandTable: "ysn846z ysn846w
|
|
42
|
+
brandTable: "ysn846z ysn846w txvbqb1b4r"
|
|
43
43
|
} },
|
|
44
44
|
defaultVariants: { kind: "default" },
|
|
45
45
|
compoundVariants: []
|
|
46
|
-
}), f = "ysn84611 ysn84610
|
|
47
|
-
defaultClassName: "ysn84618 ysn84613 ysn84612 txvbqbe8
|
|
46
|
+
}), f = "ysn84611 ysn84610 txvbqbfvs txvbqbu86", p = e({
|
|
47
|
+
defaultClassName: "ysn84618 ysn84613 ysn84612 txvbqbe8 txvbqb2sj txvbqb1tv txvbqbfq0 txvbqb7h txvbqb76 txvbqb7t",
|
|
48
48
|
variantClassNames: { kind: {
|
|
49
|
-
default: "ysn84619 ysn84615 ysn84614
|
|
50
|
-
brandTable: "ysn8461a ysn84617 ysn84616
|
|
49
|
+
default: "ysn84619 ysn84615 ysn84614 txvbqb1b7z txvbqb6ii txvbqbal4",
|
|
50
|
+
brandTable: "ysn8461a ysn84617 ysn84616 txvbqb1b4r txvbqb6pq txvbqbal4"
|
|
51
51
|
} },
|
|
52
52
|
defaultVariants: { kind: "default" },
|
|
53
53
|
compoundVariants: []
|
|
54
54
|
}), m = e({
|
|
55
55
|
defaultClassName: "ysn8461d",
|
|
56
56
|
variantClassNames: { kind: {
|
|
57
|
-
default: "ysn8461e ysn8461b
|
|
58
|
-
brandTable: "ysn8461f ysn8461c
|
|
57
|
+
default: "ysn8461e ysn8461b txvbqb1b81",
|
|
58
|
+
brandTable: "ysn8461f ysn8461c txvbqb1b4r"
|
|
59
59
|
} },
|
|
60
60
|
defaultVariants: { kind: "default" },
|
|
61
61
|
compoundVariants: []
|
|
62
62
|
}), h = e({
|
|
63
63
|
defaultClassName: "ysn8461i",
|
|
64
64
|
variantClassNames: { kind: {
|
|
65
|
-
default: "ysn8461j ysn8461g
|
|
66
|
-
brandTable: "ysn8461k ysn8461h
|
|
65
|
+
default: "ysn8461j ysn8461g txvbqb1b7z",
|
|
66
|
+
brandTable: "ysn8461k ysn8461h txvbqb1b4r"
|
|
67
67
|
} },
|
|
68
68
|
defaultVariants: { kind: "default" },
|
|
69
69
|
compoundVariants: []
|
|
70
70
|
}), g = e({
|
|
71
|
-
defaultClassName: "ysn8461p ysn8461l txvbqbey
|
|
71
|
+
defaultClassName: "ysn8461p ysn8461l txvbqbey txvbqbfpn txvbqbhdl txvbqbv7x txvbqbwr6",
|
|
72
72
|
variantClassNames: { kind: {
|
|
73
|
-
default: "ysn8461q ysn8461n ysn8461m
|
|
74
|
-
brandTable: "ysn8461r ysn8461o
|
|
73
|
+
default: "ysn8461q ysn8461n ysn8461m txvbqb1bg3",
|
|
74
|
+
brandTable: "ysn8461r ysn8461o txvbqb10lu txvbqb11jf txvbqb12ig txvbqbxuj txvbqb1bg1 txvbqbhbf txvbqb9j txvbqb98d"
|
|
75
75
|
} },
|
|
76
76
|
defaultVariants: { kind: "default" },
|
|
77
77
|
compoundVariants: []
|
|
78
|
-
}), _ = "ysn8461s
|
|
78
|
+
}), _ = "ysn8461s txvbqbhbf txvbqb1bg1", v = "ysn8461t txvbqb1bg1", y = "ysn8461u txvbqb1avz txvbqbwr6 txvbqb18ef txvbqbv7x", b = "ysn8461v", x = e({
|
|
79
79
|
defaultClassName: "ysn8461z",
|
|
80
80
|
variantClassNames: { align: {
|
|
81
|
-
left: "ysn84620 ysn8461w
|
|
82
|
-
center: "ysn84621 ysn8461x
|
|
83
|
-
right: "ysn84622 ysn8461y
|
|
81
|
+
left: "ysn84620 ysn8461w txvbqblsu txvbqb18dc",
|
|
82
|
+
center: "ysn84621 ysn8461x txvbqbls4 txvbqb18dp",
|
|
83
|
+
right: "ysn84622 ysn8461y txvbqblsh txvbqb18e2"
|
|
84
84
|
} },
|
|
85
85
|
defaultVariants: {},
|
|
86
86
|
compoundVariants: []
|
|
@@ -94,7 +94,7 @@ var t = e({
|
|
|
94
94
|
} },
|
|
95
95
|
defaultVariants: {},
|
|
96
96
|
compoundVariants: []
|
|
97
|
-
}), C = "ysn84628", w = "ysn84629 txvbqb9w
|
|
97
|
+
}), C = "ysn84628", w = "ysn84629 txvbqb9w txvbqb1bg3 txvbqb18dp", T = e({
|
|
98
98
|
defaultClassName: "ysn8462a",
|
|
99
99
|
variantClassNames: { minVisibleAt: {
|
|
100
100
|
sm: "ysn8462b",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DataTable.css.js","names":[],"sources":["../../../../src/components/data-table/DataTable.css.ts"],"sourcesContent":["import {\n style,\n createVar,\n fallbackVar,\n type StyleRule,\n} from '@vanilla-extract/css';\nimport { recipe } from '@vanilla-extract/recipes';\n\nimport { vars } from '../../theme/themeContract.css.js';\n\nimport {\n DATA_TABLE_BREAKPOINT_ENTRIES,\n type DataTableBreakpoint,\n} from './tableBreakpoints.js';\nimport { sprinkles } from '../../theme/sprinkles.css.js';\n\nexport const container = recipe({\n base: style([\n sprinkles({\n display: 'flex',\n flexDirection: 'column',\n width: 'full',\n containerType: 'inline-size',\n }),\n {\n scrollbarGutter: 'stable',\n },\n ]),\n variants: {\n kind: {\n default: sprinkles({\n backgroundColor: 'surface',\n borderColor: 'border',\n borderRadius: 'lg',\n borderStyle: 'solid',\n borderWidth: 'default',\n overflowX: 'auto',\n overflowY: 'hidden',\n }),\n brandTable: sprinkles({\n backgroundColor: 'transparent',\n borderRadius: 'none',\n borderStyle: 'none',\n borderWidth: 0,\n overflow: 'visible',\n }),\n },\n },\n defaultVariants: {\n kind: 'default',\n },\n});\n\nexport const containerWithContainedBody = sprinkles({\n height: 'full',\n minHeight: 0,\n overflow: 'hidden',\n});\n\nexport const header = recipe({\n variants: {\n kind: {\n default: style([\n sprinkles({\n borderWidth: 0,\n borderStyle: 'solid',\n borderBottomWidth: 'default',\n borderBottomColor: 'borderSubtle',\n backgroundColor: 'surfaceMuted',\n backgroundImage: 'tableHeaderAccent',\n }),\n ]),\n brandTable: sprinkles({\n backgroundColor: 'transparent',\n borderWidth: 0,\n borderStyle: 'solid',\n borderBottomWidth: 'default',\n borderBottomColor: 'brandSecondaryOrange-20',\n }),\n },\n },\n defaultVariants: {\n kind: 'default',\n },\n});\n\nexport const headerRow = style([\n sprinkles({\n display: 'grid',\n width: 'full',\n alignItems: 'stretch',\n }),\n {\n '@media': {\n 'screen and (max-width: 767px)': {\n minWidth: '38rem',\n },\n },\n },\n]);\n\nexport const tableCellPaddingVar = createVar();\nexport const tableCellFontSizeVar = createVar();\nexport const tableEmptyRowPaddingVar = createVar();\nexport const tableRowMinHeightVar = createVar();\n\nexport const densityRecipe = recipe({\n variants: {\n density: {\n compact: {\n vars: {\n [tableCellPaddingVar]: `${vars.spacing[2]} ${vars.spacing[3]}`,\n [tableCellFontSizeVar]: vars.fontSize.sm,\n [tableEmptyRowPaddingVar]: `${vars.spacing[4]} ${vars.spacing[3]}`,\n [tableRowMinHeightVar]: vars.spacing[9],\n },\n },\n default: {\n vars: {\n [tableCellPaddingVar]: `${vars.spacing[3]} ${vars.spacing[4]}`,\n [tableCellFontSizeVar]: vars.fontSize.sm,\n [tableEmptyRowPaddingVar]: `${vars.spacing[6]} ${vars.spacing[4]}`,\n [tableRowMinHeightVar]: vars.spacing[10],\n },\n },\n comfortable: {\n vars: {\n [tableCellPaddingVar]: `${vars.spacing[3]} ${vars.spacing[5]}`,\n [tableCellFontSizeVar]: vars.fontSize.base,\n [tableEmptyRowPaddingVar]: `${vars.spacing[7]} ${vars.spacing[5]}`,\n [tableRowMinHeightVar]: vars.spacing[12],\n },\n },\n },\n },\n defaultVariants: {\n density: 'default',\n },\n});\n\nexport const headerCell = recipe({\n base: sprinkles({\n alignItems: 'center',\n display: 'flex',\n flexShrink: 0,\n gap: 2,\n overflow: 'hidden',\n textOverflow: 'ellipsis',\n whiteSpace: 'nowrap',\n }),\n variants: {\n kind: {\n default: style([\n sprinkles({\n color: 'textSecondary',\n fontWeight: 'semibold',\n letterSpacing: 'capsNarrow',\n textTransform: 'uppercase',\n }),\n {\n padding: fallbackVar(\n tableCellPaddingVar,\n `${vars.spacing[3]} ${vars.spacing[4]}`,\n ),\n fontSize: fallbackVar(tableCellFontSizeVar, vars.fontSize.sm),\n minHeight: fallbackVar(tableRowMinHeightVar, vars.spacing[10]),\n selectors: {\n '&:last-child': {\n borderRight: 'none',\n },\n },\n },\n ]),\n brandTable: sprinkles({\n color: 'black-300',\n fontWeight: 'bold',\n fontSize: 'xs',\n letterSpacing: 'caps',\n textTransform: 'uppercase',\n paddingY: 4,\n paddingX: 0,\n borderRightWidth: 0,\n }),\n },\n },\n defaultVariants: {\n kind: 'default',\n },\n});\n\nexport const body = recipe({\n base: sprinkles({\n display: 'flex',\n flexDirection: 'column',\n }),\n variants: {\n kind: {\n default: {},\n brandTable: sprinkles({\n backgroundColor: 'transparent',\n }),\n },\n },\n defaultVariants: {\n kind: 'default',\n },\n});\n\nexport const bodyContained = style([\n sprinkles({\n flex: 1,\n minHeight: 0,\n }),\n {\n overflowY: 'auto',\n scrollbarWidth: 'thin',\n scrollbarColor: `${vars.colors.border} transparent`,\n },\n]);\n\nexport const row = recipe({\n base: style([\n sprinkles({\n alignItems: 'stretch',\n borderStyle: 'solid',\n borderWidth: 0,\n display: 'grid',\n transitionProperty: 'colors',\n transitionDuration: 150,\n transitionTimingFunction: 'ease',\n }),\n {\n '@media': {\n 'screen and (max-width: 767px)': {\n minWidth: '38rem',\n },\n },\n },\n ]),\n variants: {\n kind: {\n default: style([\n sprinkles({\n backgroundColor: 'surface',\n borderBottomColor: 'borderLight',\n borderBottomWidth: 'default',\n }),\n {\n selectors: {\n '&:last-child': {\n borderBottomWidth: 0,\n },\n '&:hover': {\n backgroundColor: vars.colors.tableRowHoverSurface,\n },\n },\n },\n ]),\n brandTable: style([\n sprinkles({\n backgroundColor: 'transparent',\n borderBottomColor: 'brandSecondaryOrange-20',\n borderBottomWidth: 'default',\n }),\n {\n selectors: {\n '&:last-child': {\n borderBottomWidth: 0,\n },\n '&:hover': {\n backgroundColor: 'transparent',\n },\n },\n },\n ]),\n },\n },\n defaultVariants: {\n kind: 'default',\n },\n});\n\nexport const rowEven = recipe({\n variants: {\n kind: {\n default: sprinkles({\n backgroundColor: 'surfaceSecondary',\n }),\n brandTable: sprinkles({\n backgroundColor: 'transparent',\n }),\n },\n },\n defaultVariants: {\n kind: 'default',\n },\n});\n\nexport const rowOdd = recipe({\n variants: {\n kind: {\n default: sprinkles({\n backgroundColor: 'surface',\n }),\n brandTable: sprinkles({\n backgroundColor: 'transparent',\n }),\n },\n },\n defaultVariants: {\n kind: 'default',\n },\n});\n\nexport const cell = recipe({\n base: sprinkles({\n alignItems: 'center',\n display: 'flex',\n gap: 2,\n minWidth: 0,\n overflow: 'hidden',\n }),\n variants: {\n kind: {\n default: style([\n sprinkles({\n color: 'textSecondary',\n }),\n {\n padding: fallbackVar(\n tableCellPaddingVar,\n `${vars.spacing[3]} ${vars.spacing[4]}`,\n ),\n fontSize: fallbackVar(tableCellFontSizeVar, vars.fontSize.sm),\n minHeight: fallbackVar(tableRowMinHeightVar, vars.spacing[10]),\n selectors: {\n '&:last-child': {\n borderRight: 'none',\n },\n },\n },\n ]),\n brandTable: sprinkles({\n color: 'text',\n fontWeight: 'semibold',\n fontSize: 'sm',\n paddingY: 4,\n paddingX: 0,\n borderRightWidth: 0,\n }),\n },\n },\n defaultVariants: {\n kind: 'default',\n },\n});\n\nexport const primaryCell = sprinkles({\n fontWeight: 'semibold',\n color: 'text',\n});\n\nexport const primaryHeaderCell = sprinkles({\n color: 'text',\n});\n\nexport const singleLineCell = sprinkles({\n whiteSpace: 'nowrap',\n overflow: 'hidden',\n textOverflow: 'ellipsis',\n minWidth: 0,\n});\n\nexport const stickyHeader = style({\n position: 'sticky',\n top: 0,\n zIndex: vars.zIndex[10],\n});\n\nexport const alignRecipe = recipe({\n variants: {\n align: {\n left: sprinkles({\n justifyContent: 'flex-start',\n textAlign: 'left',\n }),\n center: sprinkles({\n justifyContent: 'center',\n textAlign: 'center',\n }),\n right: sprinkles({\n justifyContent: 'flex-end',\n textAlign: 'end',\n }),\n },\n },\n});\n\nexport const rowStateRecipe = recipe({\n variants: {\n state: {\n default: {},\n selected: {\n backgroundColor: vars.colors.tableRowSelectedSurface,\n },\n muted: {\n opacity: 0.72,\n },\n danger: {\n backgroundColor: vars.colors.tableRowDangerSurface,\n },\n },\n },\n});\n\nexport const emptyRow = style({\n padding: fallbackVar(\n tableEmptyRowPaddingVar,\n `${vars.spacing[6]} ${vars.spacing[4]}`,\n ),\n});\n\nexport const emptyCell = sprinkles({\n fontSize: 'base',\n color: 'textSecondary',\n textAlign: 'center',\n});\n\nconst hideBelowMap: Record<DataTableBreakpoint, StyleRule> = {} as Record<\n DataTableBreakpoint,\n StyleRule\n>;\n\nDATA_TABLE_BREAKPOINT_ENTRIES.forEach(([breakpoint, width]) => {\n hideBelowMap[breakpoint] = {\n '@container': {\n [`(max-width: ${width - 0.5}px)`]: {\n visibility: 'hidden',\n opacity: 0,\n pointerEvents: 'none',\n paddingInline: 0,\n paddingBlock: 0,\n borderRight: 'none',\n overflow: 'hidden',\n },\n },\n };\n});\n\nexport const hideBelowRecipe = recipe({\n variants: {\n minVisibleAt: hideBelowMap,\n },\n});\n"],"mappings":""}
|
|
1
|
+
{"version":3,"file":"DataTable.css.js","names":[],"sources":["../../../../src/components/data-table/DataTable.css.ts"],"sourcesContent":["import {\n style,\n createVar,\n fallbackVar,\n type StyleRule,\n} from '@vanilla-extract/css';\nimport { recipe } from '@vanilla-extract/recipes';\n\nimport { vars } from '../../theme/themeContract.css.js';\n\nimport {\n DATA_TABLE_BREAKPOINT_ENTRIES,\n type DataTableBreakpoint,\n} from './tableBreakpoints.js';\nimport { sprinkles } from '../../theme/sprinkles.css.js';\n\nexport const container = recipe({\n base: style([\n sprinkles({\n display: 'flex',\n flexDirection: 'column',\n width: 'full',\n containerType: 'inline-size',\n }),\n {\n scrollbarGutter: 'stable',\n },\n ]),\n variants: {\n kind: {\n default: sprinkles({\n backgroundColor: 'surface',\n borderColor: 'border',\n borderRadius: 'lg',\n borderStyle: 'solid',\n borderWidth: 'default',\n overflowX: 'auto',\n overflowY: 'hidden',\n }),\n brandTable: sprinkles({\n backgroundColor: 'transparent',\n borderRadius: 'none',\n borderStyle: 'none',\n borderWidth: 0,\n overflow: 'visible',\n }),\n },\n },\n defaultVariants: {\n kind: 'default',\n },\n});\n\nexport const containerWithContainedBody = sprinkles({\n height: 'full',\n minHeight: 0,\n overflow: 'hidden',\n});\n\nexport const header = recipe({\n variants: {\n kind: {\n default: style([\n sprinkles({\n borderWidth: 0,\n borderStyle: 'solid',\n borderBottomWidth: 'default',\n borderBottomColor: 'borderSubtle',\n backgroundColor: 'surfaceMuted',\n backgroundImage: 'tableHeaderAccent',\n }),\n ]),\n brandTable: sprinkles({\n backgroundColor: 'transparent',\n borderWidth: 0,\n borderStyle: 'solid',\n borderBottomWidth: 'default',\n borderBottomColor: 'brandSubtleBorder',\n }),\n },\n },\n defaultVariants: {\n kind: 'default',\n },\n});\n\nexport const headerRow = style([\n sprinkles({\n display: 'grid',\n width: 'full',\n alignItems: 'stretch',\n }),\n {\n '@media': {\n 'screen and (max-width: 767px)': {\n minWidth: '38rem',\n },\n },\n },\n]);\n\nexport const tableCellPaddingVar = createVar();\nexport const tableCellFontSizeVar = createVar();\nexport const tableEmptyRowPaddingVar = createVar();\nexport const tableRowMinHeightVar = createVar();\n\nexport const densityRecipe = recipe({\n variants: {\n density: {\n compact: {\n vars: {\n [tableCellPaddingVar]: `${vars.spacing[2]} ${vars.spacing[3]}`,\n [tableCellFontSizeVar]: vars.fontSize.sm,\n [tableEmptyRowPaddingVar]: `${vars.spacing[4]} ${vars.spacing[3]}`,\n [tableRowMinHeightVar]: vars.spacing[9],\n },\n },\n default: {\n vars: {\n [tableCellPaddingVar]: `${vars.spacing[3]} ${vars.spacing[4]}`,\n [tableCellFontSizeVar]: vars.fontSize.sm,\n [tableEmptyRowPaddingVar]: `${vars.spacing[6]} ${vars.spacing[4]}`,\n [tableRowMinHeightVar]: vars.spacing[10],\n },\n },\n comfortable: {\n vars: {\n [tableCellPaddingVar]: `${vars.spacing[3]} ${vars.spacing[5]}`,\n [tableCellFontSizeVar]: vars.fontSize.base,\n [tableEmptyRowPaddingVar]: `${vars.spacing[7]} ${vars.spacing[5]}`,\n [tableRowMinHeightVar]: vars.spacing[12],\n },\n },\n },\n },\n defaultVariants: {\n density: 'default',\n },\n});\n\nexport const headerCell = recipe({\n base: sprinkles({\n alignItems: 'center',\n display: 'flex',\n flexShrink: 0,\n gap: 2,\n overflow: 'hidden',\n textOverflow: 'ellipsis',\n whiteSpace: 'nowrap',\n }),\n variants: {\n kind: {\n default: style([\n sprinkles({\n color: 'textSecondary',\n fontWeight: 'semibold',\n letterSpacing: 'capsNarrow',\n textTransform: 'uppercase',\n }),\n {\n padding: fallbackVar(\n tableCellPaddingVar,\n `${vars.spacing[3]} ${vars.spacing[4]}`,\n ),\n fontSize: fallbackVar(tableCellFontSizeVar, vars.fontSize.sm),\n minHeight: fallbackVar(tableRowMinHeightVar, vars.spacing[10]),\n selectors: {\n '&:last-child': {\n borderRight: 'none',\n },\n },\n },\n ]),\n brandTable: sprinkles({\n color: 'textMuted',\n fontWeight: 'bold',\n fontSize: 'xs',\n letterSpacing: 'caps',\n textTransform: 'uppercase',\n paddingY: 4,\n paddingX: 0,\n borderRightWidth: 0,\n }),\n },\n },\n defaultVariants: {\n kind: 'default',\n },\n});\n\nexport const body = recipe({\n base: sprinkles({\n display: 'flex',\n flexDirection: 'column',\n }),\n variants: {\n kind: {\n default: {},\n brandTable: sprinkles({\n backgroundColor: 'transparent',\n }),\n },\n },\n defaultVariants: {\n kind: 'default',\n },\n});\n\nexport const bodyContained = style([\n sprinkles({\n flex: 1,\n minHeight: 0,\n }),\n {\n overflowY: 'auto',\n scrollbarWidth: 'thin',\n scrollbarColor: `${vars.colors.border} transparent`,\n },\n]);\n\nexport const row = recipe({\n base: style([\n sprinkles({\n alignItems: 'stretch',\n borderStyle: 'solid',\n borderWidth: 0,\n display: 'grid',\n transitionProperty: 'colors',\n transitionDuration: 150,\n transitionTimingFunction: 'ease',\n }),\n {\n '@media': {\n 'screen and (max-width: 767px)': {\n minWidth: '38rem',\n },\n },\n },\n ]),\n variants: {\n kind: {\n default: style([\n sprinkles({\n backgroundColor: 'surface',\n borderBottomColor: 'borderLight',\n borderBottomWidth: 'default',\n }),\n {\n selectors: {\n '&:last-child': {\n borderBottomWidth: 0,\n },\n '&:hover': {\n backgroundColor: vars.colors.tableRowHoverSurface,\n },\n },\n },\n ]),\n brandTable: style([\n sprinkles({\n backgroundColor: 'transparent',\n borderBottomColor: 'brandSubtleBorder',\n borderBottomWidth: 'default',\n }),\n {\n selectors: {\n '&:last-child': {\n borderBottomWidth: 0,\n },\n '&:hover': {\n backgroundColor: 'transparent',\n },\n },\n },\n ]),\n },\n },\n defaultVariants: {\n kind: 'default',\n },\n});\n\nexport const rowEven = recipe({\n variants: {\n kind: {\n default: sprinkles({\n backgroundColor: 'surfaceSecondary',\n }),\n brandTable: sprinkles({\n backgroundColor: 'transparent',\n }),\n },\n },\n defaultVariants: {\n kind: 'default',\n },\n});\n\nexport const rowOdd = recipe({\n variants: {\n kind: {\n default: sprinkles({\n backgroundColor: 'surface',\n }),\n brandTable: sprinkles({\n backgroundColor: 'transparent',\n }),\n },\n },\n defaultVariants: {\n kind: 'default',\n },\n});\n\nexport const cell = recipe({\n base: sprinkles({\n alignItems: 'center',\n display: 'flex',\n gap: 2,\n minWidth: 0,\n overflow: 'hidden',\n }),\n variants: {\n kind: {\n default: style([\n sprinkles({\n color: 'textSecondary',\n }),\n {\n padding: fallbackVar(\n tableCellPaddingVar,\n `${vars.spacing[3]} ${vars.spacing[4]}`,\n ),\n fontSize: fallbackVar(tableCellFontSizeVar, vars.fontSize.sm),\n minHeight: fallbackVar(tableRowMinHeightVar, vars.spacing[10]),\n selectors: {\n '&:last-child': {\n borderRight: 'none',\n },\n },\n },\n ]),\n brandTable: sprinkles({\n color: 'text',\n fontWeight: 'semibold',\n fontSize: 'sm',\n paddingY: 4,\n paddingX: 0,\n borderRightWidth: 0,\n }),\n },\n },\n defaultVariants: {\n kind: 'default',\n },\n});\n\nexport const primaryCell = sprinkles({\n fontWeight: 'semibold',\n color: 'text',\n});\n\nexport const primaryHeaderCell = sprinkles({\n color: 'text',\n});\n\nexport const singleLineCell = sprinkles({\n whiteSpace: 'nowrap',\n overflow: 'hidden',\n textOverflow: 'ellipsis',\n minWidth: 0,\n});\n\nexport const stickyHeader = style({\n position: 'sticky',\n top: 0,\n zIndex: vars.zIndex[10],\n});\n\nexport const alignRecipe = recipe({\n variants: {\n align: {\n left: sprinkles({\n justifyContent: 'flex-start',\n textAlign: 'left',\n }),\n center: sprinkles({\n justifyContent: 'center',\n textAlign: 'center',\n }),\n right: sprinkles({\n justifyContent: 'flex-end',\n textAlign: 'end',\n }),\n },\n },\n});\n\nexport const rowStateRecipe = recipe({\n variants: {\n state: {\n default: {},\n selected: {\n backgroundColor: vars.colors.tableRowSelectedSurface,\n },\n muted: {\n opacity: 0.72,\n },\n danger: {\n backgroundColor: vars.colors.tableRowDangerSurface,\n },\n },\n },\n});\n\nexport const emptyRow = style({\n padding: fallbackVar(\n tableEmptyRowPaddingVar,\n `${vars.spacing[6]} ${vars.spacing[4]}`,\n ),\n});\n\nexport const emptyCell = sprinkles({\n fontSize: 'base',\n color: 'textSecondary',\n textAlign: 'center',\n});\n\nconst hideBelowMap: Record<DataTableBreakpoint, StyleRule> = {} as Record<\n DataTableBreakpoint,\n StyleRule\n>;\n\nDATA_TABLE_BREAKPOINT_ENTRIES.forEach(([breakpoint, width]) => {\n hideBelowMap[breakpoint] = {\n '@container': {\n [`(max-width: ${width - 0.5}px)`]: {\n visibility: 'hidden',\n opacity: 0,\n pointerEvents: 'none',\n paddingInline: 0,\n paddingBlock: 0,\n borderRight: 'none',\n overflow: 'hidden',\n },\n },\n };\n});\n\nexport const hideBelowRecipe = recipe({\n variants: {\n minVisibleAt: hideBelowMap,\n },\n});\n"],"mappings":""}
|
|
@@ -94,7 +94,7 @@ var P = ({ row: t, index: r, columns: i, getRowId: o, kind: s, density: c, rowCl
|
|
|
94
94
|
}, o(t, r));
|
|
95
95
|
}, F = ({ emptyState: n, density: r, classes: i }) => {
|
|
96
96
|
let { t: a } = t(), o = n ?? /* @__PURE__ */ w("div", {
|
|
97
|
-
className: e("ysn84629 txvbqb9w
|
|
97
|
+
className: e("ysn84629 txvbqb9w txvbqb1bg3 txvbqb18dp", i?.emptyCell),
|
|
98
98
|
children: a("common.table.empty")
|
|
99
99
|
});
|
|
100
100
|
return /* @__PURE__ */ w("div", {
|
|
@@ -9,16 +9,16 @@
|
|
|
9
9
|
/* empty css */
|
|
10
10
|
import { createRuntimeFn as e } from "@vanilla-extract/recipes/createRuntimeFn";
|
|
11
11
|
//#region src/components/data-table/ResponsiveRecordList.css.ts
|
|
12
|
-
var t = "r17fa50", n = "r17fa52 r17fa51
|
|
13
|
-
defaultClassName: "r17fa5d r17fa59 r17fa58
|
|
12
|
+
var t = "r17fa50", n = "r17fa52 r17fa51 txvbqbfok", r = "r17fa53 txvbqbfpn txvbqbh4x txvbqbjzu txvbqbu86", i = "r17fa55 r17fa54 txvbqbfvs txvbqbu86 txvbqb19uf", a = "r17fa56 txvbqbfok", o = "r17fa57 txvbqbfpn txvbqbh4x txvbqbhdl txvbqb19uf", s = e({
|
|
13
|
+
defaultClassName: "r17fa5d r17fa59 r17fa58 txvbqbfpn txvbqbh4x txvbqbhdy txvbqbv7x _1995g4r1 _1995g4r0 _1995g4r2 _1995g4ra _1995g4rd _1995g4rh _1995g4rl",
|
|
14
14
|
variantClassNames: { density: {
|
|
15
|
-
compact: "r17fa5e r17fa5a
|
|
16
|
-
default: "r17fa5f r17fa5b
|
|
17
|
-
comfortable: "r17fa5g r17fa5c
|
|
15
|
+
compact: "r17fa5e r17fa5a txvbqbhdl txvbqbwwl",
|
|
16
|
+
default: "r17fa5f r17fa5b txvbqbhdy txvbqbwwy",
|
|
17
|
+
comfortable: "r17fa5g r17fa5c txvbqbhdy txvbqbwwy"
|
|
18
18
|
} },
|
|
19
19
|
defaultVariants: { density: "compact" },
|
|
20
20
|
compoundVariants: []
|
|
21
|
-
}), c = "r17fa5i r17fa5h txvbqbel
|
|
21
|
+
}), c = "r17fa5i r17fa5h txvbqbel txvbqbfq0 txvbqbhdy txvbqbv7x txvbqb19uf", l = "r17fa5j txvbqbfpn txvbqbh4x txvbqbhd8 txvbqbv7x", u = "r17fa5k txvbqb1bg1 txvbqb9j txvbqbhbf txvbqbo4z txvbqbv7x txvbqbwsm", d = "r17fa5l txvbqb1bg3 txvbqb96 txvbqbo4z txvbqbv7x txvbqbws9", f = "r17fa5m txvbqbfq0 txvbqbhdl txvbqbj1j txvbqbj17", p = "r17fa5n txvbqbfpn txvbqbh4x txvbqbi8a txvbqbv7x", m = "r17fa5o txvbqb1bg5 txvbqb96 txvbqbhbf txvbqbmvu txvbqb6a", h = "r17fa5p txvbqb1bg1 txvbqb9j txvbqbv7x txvbqbws9", g = "r17fa5q txvbqbey txvbqbfpn txvbqbh7g txvbqbhdl", _ = "r17fa5s r17fa5r txvbqbey txvbqbfpn txvbqbh6d txvbqblsh txvbqblt0 txvbqbv7x", v = "r17fa5t txvbqbfpn txvbqbu4k txvbqbv7x txvbqbwr6";
|
|
22
22
|
//#endregion
|
|
23
23
|
export { s as card, v as cardActionContent, _ as cardActions, g as cardBadges, c as cardHeader, f as cardMetaGrid, p as cardMetaItem, m as cardMetaLabel, h as cardMetaValue, d as cardSubtitle, u as cardTitle, l as cardTitleGroup, o as cards, n as cardsOnly, i as cardsViewport, r as containedRoot, a as forceHidden, t as tableOnly };
|
|
24
24
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* empty css */
|
|
3
3
|
import { createRuntimeFn as e } from "@vanilla-extract/recipes/createRuntimeFn";
|
|
4
4
|
//#region src/components/data-table/TableCell.css.ts
|
|
5
|
-
var t = "x6ceqz0
|
|
5
|
+
var t = "x6ceqz0 txvbqb19uf txvbqbfpn txvbqbey txvbqbhdl txvbqb1bg1", n = e({
|
|
6
6
|
defaultClassName: "x6ceqz1",
|
|
7
7
|
variantClassNames: { align: {
|
|
8
8
|
start: "x6ceqz2",
|
|
@@ -11,7 +11,7 @@ var t = "x6ceqz0 txvbqb19fz txvbqbfb7 txvbqbey txvbqbgz5 txvbqb1b15", n = e({
|
|
|
11
11
|
} },
|
|
12
12
|
defaultVariants: { align: "start" },
|
|
13
13
|
compoundVariants: []
|
|
14
|
-
}), r = "x6ceqz5
|
|
14
|
+
}), r = "x6ceqz5 txvbqb1bg1", i = "x6ceqz6 txvbqb1bg1 txvbqb1avz", a = "x6ceqz7 txvbqb1bg1 txvbqb1avz", o = "x6ceqz8 txvbqb1bg3 txvbqb96", s = "x6ceqz9 txvbqbwr6 txvbqb18ef txvbqb1avz", c = "x6ceqza txvbqb1ax2";
|
|
15
15
|
//#endregion
|
|
16
16
|
export { n as alignRecipe, t as base, a as date, s as ellipsis, o as muted, i as number, c as summary, r as text };
|
|
17
17
|
|
|
@@ -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 txvbqb13i7", t = "_1ifyzte1 txvbqb19uf", n = "_1ifyzte2 txvbqb19uf 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 txvbqb10na txvbqb11kv txvbqb12i3 txvbqbxu6 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 txvbqb1b9t txvbqb1bhh txvbqb1g5",
|
|
9
|
+
success: "j0pjq97 j0pjq92 txvbqb1b9z txvbqb1bhn txvbqb1h8",
|
|
10
|
+
warning: "j0pjq98 j0pjq93 txvbqb1ba5 txvbqb1bht txvbqb1ib",
|
|
11
|
+
danger: "j0pjq99 j0pjq94 txvbqb1bab txvbqb1bhz txvbqb1je"
|
|
12
12
|
} },
|
|
13
13
|
defaultVariants: { tone: "info" },
|
|
14
14
|
compoundVariants: []
|
|
15
|
-
}), r = "j0pjq9a
|
|
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 txvbqb1b4r txvbqb1bg3 txvbqbv txvbqbwvi txvbqb7h txvbqb76 txvbqb7t qbwcuei txvbqb1cta txvbqb1eom qbwcue4 txvbqb1f7o txvbqb1fe4 qbwcue0 txvbqb1ffs txvbqb1ga0 j0pjq9e txvbqb19h2 txvbqbjmh txvbqb1bc9";
|
|
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 txvbqb1bg3",
|
|
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 txvbqb12hq txvbqbxtt txvbqb19uf txvbqbfpn txvbqbls4", t = "_14q3b2q1 txvbqb9j txvbqb1bg3";
|
|
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
|
|
4
|
+
var e = "_13wai4x0 txvbqbfpn txvbqbh4x txvbqbhdy", t = "_13wai4x1 txvbqbfpn txvbqbh4x txvbqbhd8", n = "_13wai4x2 txvbqbo7v txvbqb9j txvbqbhbf txvbqb1bg1", r = "_13wai4x3 txvbqbo7v txvbqb9j txvbqb1bg3", i = "_13wai4x4 txvbqbfpn txvbqbh4x txvbqbhdy", a = "_13wai4x5 txvbqbfpn txvbqbh4x txvbqbhdy", o = "_13wai4x6 txvbqbfpn txvbqbh7g txvbqbhdl", s = "_13wai4x7 txvbqb9j txvbqb1bg3";
|
|
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
|
|
|
@@ -7,10 +7,10 @@ var a = ({ actions: a, children: o, className: s, description: c, feedback: l, t
|
|
|
7
7
|
return (a != null || l != null) && (d = /* @__PURE__ */ i("div", {
|
|
8
8
|
className: n,
|
|
9
9
|
children: [a != null && /* @__PURE__ */ r("div", {
|
|
10
|
-
className: "_13wai4x6
|
|
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 txvbqb1bg3",
|
|
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 txvbqb10o0 txvbqb11ll txvbqb12ig txvbqbxuj txvbqbfpn txvbqbh4x txvbqbhdy txvbqb19uf", t = "_1e6xs5y1 txvbqbfpn txvbqbh4x txvbqbh4m txvbqbel txvbqbf0 txvbqblt7 txvbqbheb", n = "_1e6xs5y2 txvbqbfpn txvbqbh4x txvbqbi8n txvbqbv7x", r = "_1e6xs5y3 txvbqbo7v txvbqbaz txvbqbbe txvbqbhbs txvbqb1bg1", i = "_1e6xs5y4 txvbqbo7v txvbqb9j txvbqb1bg3 txvbqbtxc", a = "_1e6xs5y5 txvbqbfpn txvbqbey txvbqbh7g txvbqbhdl txvbqb1bg3 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,20 +14,20 @@ 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
|
|
17
|
+
className: "_1e6xs5y4 txvbqbo7v txvbqb9j txvbqb1bg3 txvbqbtxc",
|
|
18
18
|
children: f
|
|
19
19
|
}),
|
|
20
20
|
l != null && /* @__PURE__ */ a("div", {
|
|
21
|
-
className: "_1e6xs5y5
|
|
21
|
+
className: "_1e6xs5y5 txvbqbfpn txvbqbey txvbqbh7g txvbqbhdl txvbqb1bg3 txvbqb9j",
|
|
22
22
|
children: l
|
|
23
23
|
})
|
|
24
24
|
]
|
|
25
25
|
}), s != null && /* @__PURE__ */ a("div", {
|
|
26
|
-
className: "_1e6xs5y6
|
|
26
|
+
className: "_1e6xs5y6 txvbqbfpn txvbqbey txvbqbh7g txvbqbhdl",
|
|
27
27
|
children: s
|
|
28
28
|
})]
|
|
29
29
|
}), (u != null || d != null) && /* @__PURE__ */ o("div", {
|
|
30
|
-
className: "_1e6xs5y7
|
|
30
|
+
className: "_1e6xs5y7 txvbqbfpn txvbqbh4x txvbqbhdl",
|
|
31
31
|
children: [u, d]
|
|
32
32
|
})]
|
|
33
33
|
});
|