@plumile/ui 0.1.144 → 0.1.145
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/esm/admin/organisms/admin_sidebar/AdminSidebar.js +1 -1
- package/lib/esm/admin/organisms/admin_sidebar/adminSidebar.css.js +2 -2
- package/lib/esm/admin/organisms/admin_topbar/adminTopbar.css.js +1 -1
- package/lib/esm/atomic/atoms/badge/badge.css.js +7 -7
- package/lib/esm/atomic/atoms/button/button.css.js +38 -38
- package/lib/esm/atomic/atoms/button/button.css.js.map +1 -1
- package/lib/esm/atomic/atoms/checkbox/checkbox.css.js +6 -6
- package/lib/esm/atomic/atoms/checkbox/checkbox.css.js.map +1 -1
- package/lib/esm/atomic/atoms/error_message/errorMessage.css.js +1 -1
- package/lib/esm/atomic/atoms/input/input.css.js +9 -9
- package/lib/esm/atomic/atoms/label/label.css.js +4 -4
- package/lib/esm/atomic/atoms/modal/Modal.js +1 -1
- package/lib/esm/atomic/atoms/modal/modal.css.js +1 -1
- package/lib/esm/atomic/atoms/overlay/overlay.css.js +1 -1
- package/lib/esm/atomic/atoms/overlay/overlay.css.js.map +1 -1
- package/lib/esm/atomic/atoms/textarea/textarea.css.js +8 -8
- package/lib/esm/atomic/molecules/breadcrumb_navigation/BreadcrumbMenuPopover.js +1 -1
- package/lib/esm/atomic/molecules/breadcrumb_navigation/breadcrumbNavigation.css.js +1 -1
- package/lib/esm/atomic/molecules/checkbox_field/checkboxField.css.js +1 -1
- package/lib/esm/atomic/molecules/dropdown/dropdown.css.js +1 -1
- package/lib/esm/atomic/molecules/empty-state/EmptyState.css.js +28 -28
- package/lib/esm/atomic/molecules/form/formStyles.css.js +1 -1
- package/lib/esm/atomic/molecules/form/formStyles.css.js.map +1 -1
- package/lib/esm/atomic/molecules/form_error/formError.css.js +1 -1
- package/lib/esm/atomic/molecules/form_field/formField.css.js +1 -1
- package/lib/esm/atomic/molecules/highlight/HighlightCode.css.js +1 -1
- package/lib/esm/atomic/molecules/highlight/highlightStyles.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/LazyMarkdownRenderer.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownArticleContainer.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownBlockquote.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownCodeCopyButton.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownFootnoteDefinition.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownFootnoteReference.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownFootnotesSection.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownHeading.css.js +7 -8
- package/lib/esm/atomic/molecules/markdown/components/MarkdownHtmlFallback.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownImage.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownInlineCode.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownLink.css.js +2 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownList.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownListItem.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownMark.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownMermaidBlock.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownParagraph.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownStrong.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownTable.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownTableCaption.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownTableCell.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownTableHead.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownTableHeaderCell.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownTaskListItem.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownText.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownThematicBreak.css.js +1 -1
- package/lib/esm/atomic/molecules/tabs/tabs.css.js +16 -16
- package/lib/esm/atomic/molecules/toast/toast.css.js +2 -2
- package/lib/esm/atomic/organisms/login_form/loginForm.css.js +1 -1
- package/lib/esm/atomic/organisms/sidebar/NavigationSidebar.js +85 -85
- package/lib/esm/atomic/organisms/sidebar/NavigationSidebar.js.map +1 -1
- package/lib/esm/atomic/organisms/sidebar/SidebarContainer.js +19 -19
- package/lib/esm/atomic/organisms/sidebar/SidebarContainer.js.map +1 -1
- package/lib/esm/atomic/organisms/sidebar/navigationSidebar.css.js +16 -16
- package/lib/esm/atomic/organisms/sidebar/navigationSidebar.css.js.map +1 -1
- package/lib/esm/atomic/organisms/sidebar/sidebar.css.js +6 -6
- package/lib/esm/atomic/organisms/sidebar/sidebar.css.js.map +1 -1
- package/lib/esm/atomic/templates/auth_layout/authLayout.css.js +1 -1
- package/lib/esm/atomic/templates/auth_layout/authLayout.css.js.map +1 -1
- package/lib/esm/atomic/templates/page-container/PageContainer.js +3 -3
- package/lib/esm/atomic/templates/page-container/pageContainer.css.js +1 -1
- package/lib/esm/backoffice/atoms/backoffice_id_badge/backofficeIdBadge.css.js +1 -1
- package/lib/esm/backoffice/atoms/copyable_text/copyableText.css.js +1 -1
- package/lib/esm/backoffice/atoms/shortcut_hint/shortcutHint.css.js +1 -1
- package/lib/esm/backoffice/atoms/skeleton/skeleton.css.js +5 -5
- package/lib/esm/backoffice/atoms/spinner/spinner.css.js +1 -1
- package/lib/esm/backoffice/atoms/status_badge/statusBadge.css.js +1 -1
- package/lib/esm/backoffice/atoms/tag/tag.css.js +7 -7
- package/lib/esm/backoffice/molecules/backoffice_detail_field/backofficeDetailField.css.js +8 -8
- package/lib/esm/backoffice/molecules/backoffice_detail_flag_tag/backofficeDetailFlagTag.css.js +1 -1
- package/lib/esm/backoffice/molecules/backoffice_detail_section/backofficeDetailSection.css.js +1 -1
- package/lib/esm/backoffice/molecules/backoffice_detail_tagged_value/backofficeDetailTaggedValue.css.js +1 -1
- package/lib/esm/backoffice/molecules/backoffice_filter_drawer/BackofficeFilterDrawer.js +7 -7
- package/lib/esm/backoffice/molecules/backoffice_filter_drawer/backofficeFilterDrawer.css.js +1 -1
- package/lib/esm/backoffice/molecules/backoffice_filter_field/backofficeFilterField.css.js +1 -1
- package/lib/esm/backoffice/molecules/backoffice_json_viewer/LazyBackofficeJsonViewer.css.js +1 -1
- package/lib/esm/backoffice/molecules/backoffice_json_viewer/LazyBackofficeJsonViewer.js +1 -1
- package/lib/esm/backoffice/molecules/backoffice_json_viewer/backofficeJsonViewer.css.js +1 -1
- package/lib/esm/backoffice/molecules/backoffice_key_value_list/backofficeKeyValueList.css.js +1 -1
- package/lib/esm/backoffice/molecules/backoffice_list_footer/BackofficeListFooter.js +2 -2
- package/lib/esm/backoffice/molecules/backoffice_list_footer/backofficeListFooter.css.js +1 -1
- package/lib/esm/backoffice/molecules/backoffice_page_header/BackofficePageHeader.js +4 -4
- package/lib/esm/backoffice/molecules/backoffice_page_header/backofficePageHeader.css.js +1 -1
- package/lib/esm/backoffice/molecules/backoffice_payload_viewer/BackofficePayloadViewer.js +1 -1
- package/lib/esm/backoffice/molecules/backoffice_payload_viewer/backofficePayloadViewer.css.js +1 -1
- package/lib/esm/backoffice/molecules/backoffice_picker/backofficePicker.css.js +1 -1
- package/lib/esm/backoffice/molecules/backoffice_reference_value/backofficeReferenceValue.css.js +1 -1
- package/lib/esm/backoffice/molecules/backoffice_relations_menu/BackofficeRelationsMenu.js +4 -4
- package/lib/esm/backoffice/molecules/backoffice_relations_menu/backofficeRelationsMenu.css.js +1 -1
- package/lib/esm/backoffice/molecules/backoffice_status_meta_badge/backofficeStatusMetaBadge.css.js +1 -1
- package/lib/esm/backoffice/molecules/backoffice_table_skeleton/backofficeTableSkeleton.css.js +4 -4
- package/lib/esm/backoffice/molecules/backoffice_toolbar/BackofficeToolbar.js +8 -8
- package/lib/esm/backoffice/molecules/backoffice_toolbar/backofficeToolbar.css.js +4 -4
- package/lib/esm/backoffice/molecules/bulk_actions_bar/bulkActionsBar.css.js +1 -1
- package/lib/esm/backoffice/molecules/confirm_dialog/confirmDialog.css.js +1 -1
- package/lib/esm/backoffice/molecules/filter_chip_row/filterChipRow.css.js +1 -1
- package/lib/esm/backoffice/molecules/global_search_input/globalSearchInput.css.js +1 -1
- package/lib/esm/backoffice/molecules/sidebar_collapse_toggle/SidebarCollapseToggle.js +0 -1
- package/lib/esm/backoffice/molecules/sidebar_collapse_toggle/SidebarCollapseToggle.js.map +1 -1
- package/lib/esm/backoffice/molecules/sidebar_collapse_toggle/sidebarCollapseToggle.css.js +1 -1
- package/lib/esm/backoffice/molecules/sidebar_nav_item/sidebarNavItem.css.js +1 -1
- package/lib/esm/backoffice/molecules/sidebar_nav_section/SidebarNavSection.js +5 -5
- package/lib/esm/backoffice/molecules/sidebar_nav_section/sidebarNavSection.css.js +1 -1
- package/lib/esm/backoffice/molecules/sidebar_profile_menu/BackofficeSidebarProfileMenu.js +3 -3
- package/lib/esm/backoffice/molecules/sidebar_profile_menu/sidebarProfileMenu.css.js +5 -5
- package/lib/esm/backoffice/organisms/audit_timeline/auditTimeline.css.js +6 -6
- package/lib/esm/backoffice/organisms/backoffice_data_table/backofficeDataTable.css.js +1 -1
- package/lib/esm/backoffice/organisms/entity_header/entityHeader.css.js +1 -1
- package/lib/esm/backoffice/templates/detail_page_template/DetailPageTemplate.js +4 -4
- package/lib/esm/backoffice/templates/detail_page_template/detailPageTemplate.css.js +5 -5
- package/lib/esm/backoffice/templates/list_page_template/ListPageTemplate.js +1 -1
- package/lib/esm/backoffice/templates/list_page_template/listPageTemplate.css.js +8 -8
- package/lib/esm/components/agent/AgentMarkdownCard.css.js +1 -1
- package/lib/esm/components/charts/metricHistoryChart.css.js +1 -1
- package/lib/esm/components/charts/timeSeriesLineChart.css.js +1 -1
- package/lib/esm/components/dashboard/activity_card/ActivityCard.css.js +1 -1
- package/lib/esm/components/dashboard/activity_card/ActivityCard.js +2 -2
- package/lib/esm/components/dashboard/activity_feed/ActivityFeed.css.js +1 -1
- package/lib/esm/components/dashboard/dashboard_grid/DashboardGrid.css.js +14 -14
- package/lib/esm/components/dashboard/dashboard_metric_group/DashboardMetricGroup.css.js +1 -1
- package/lib/esm/components/dashboard/dashboard_panel/DashboardPanel.css.js +1 -1
- package/lib/esm/components/dashboard/dashboard_quick_actions/DashboardQuickActions.css.js +1 -1
- package/lib/esm/components/dashboard/dashboard_status_list/DashboardStatusList.css.js +1 -1
- package/lib/esm/components/dashboard/metadata_strip/MetadataStrip.css.js +1 -1
- package/lib/esm/components/dashboard/metric_card/MetricCard.css.js +6 -6
- package/lib/esm/components/dashboard/metric_card/MetricCard.js +2 -2
- package/lib/esm/components/dashboard/metric_tile_group/MetricTileGroup.css.js +11 -11
- package/lib/esm/components/dashboard/page_hero/PageHero.css.js +1 -1
- package/lib/esm/components/dashboard/page_hero/PageHero.js +3 -3
- package/lib/esm/components/dashboard/selectable_card/SelectableCard.css.js +1 -1
- package/lib/esm/components/dashboard/selectable_card/SelectableCard.js +2 -2
- package/lib/esm/components/dashboard/status_summary_panel/StatusSummaryPanel.css.js +1 -1
- package/lib/esm/components/dashboard/status_summary_panel/StatusSummaryPanel.js +1 -1
- package/lib/esm/components/dashboard/timeline_event_row/TimelineEventRow.css.js +2 -2
- package/lib/esm/components/dashboard/timeline_event_row/TimelineEventRow.js +8 -8
- package/lib/esm/components/data-table/DataTable.css.js +28 -28
- package/lib/esm/components/data-table/DataTable.css.js.map +1 -1
- package/lib/esm/components/data-table/DataTable.js +1 -1
- package/lib/esm/components/data-table/ResponsiveRecordList.css.js +6 -6
- package/lib/esm/components/data-table/TableCell.css.js +2 -2
- package/lib/esm/components/data-table/VirtualizedConnectionTable.css.js +1 -1
- package/lib/esm/components/feedback/OperationFeedback.css.js +1 -1
- package/lib/esm/components/feedback/inlineBanner.css.js +6 -6
- package/lib/esm/components/infinite/InfiniteScrollTrigger.js +1 -1
- package/lib/esm/components/infinite/infiniteScrollTrigger.css.js +1 -1
- package/lib/esm/components/layout/ActionPanel.css.js +1 -1
- package/lib/esm/components/layout/ActionPanel.js +2 -2
- package/lib/esm/components/layout/AppHeader.css.js +1 -1
- package/lib/esm/components/layout/AppHeader.js +4 -4
- package/lib/esm/components/layout/ContentLayout.css.js +1 -1
- package/lib/esm/components/layout/ContentLayout.js +2 -2
- package/lib/esm/components/layout/DetailSummaryHeader.css.js +1 -1
- package/lib/esm/components/layout/DetailSummaryHeader.js +3 -3
- package/lib/esm/components/layout/PageShell.css.js +1 -1
- package/lib/esm/components/layout/PageShell.js +5 -5
- package/lib/esm/components/layout/ResizableSplitView.css.js +1 -1
- package/lib/esm/components/layout/ResizableSplitView.js +1 -1
- package/lib/esm/components/layout/SettingsLayout.css.js +1 -1
- package/lib/esm/components/layout/Surface.css.js +15 -15
- package/lib/esm/components/layout/Surface.css.js.map +1 -1
- package/lib/esm/components/layout/Surface.js +6 -6
- package/lib/esm/components/layout/toolbar/Toolbar.css.js +16 -16
- package/lib/esm/components/media/imagePreviewModal.css.js +5 -5
- package/lib/esm/components/navigation/sidebar/SidebarNavigation.js +1 -1
- package/lib/esm/components/navigation/sidebar/sidebarNavigation.css.js +2 -2
- package/lib/esm/components/responsive/ResponsiveCollectionRenderer.css.js +1 -1
- package/lib/esm/components/routing/routeFallback.css.js +1 -1
- package/lib/esm/components/routing/routePendingBar.css.js +1 -1
- package/lib/esm/components/select/SimpleSelect.css.js +13 -13
- package/lib/esm/components/select/SimpleSelect.css.js.map +1 -1
- package/lib/esm/components/tile/InfoTile.css.js +1 -1
- package/lib/esm/components/tile/InfoTile.js +3 -3
- package/lib/esm/style.css +1 -1
- package/lib/esm/theme/accessibility.css.js +1 -1
- package/lib/esm/theme/backofficeTheme.css.js +112 -80
- package/lib/esm/theme/backofficeTheme.css.js.map +1 -1
- package/lib/esm/theme/colors.js +8 -0
- package/lib/esm/theme/colors.js.map +1 -1
- package/lib/esm/theme/publicTheme.css.js +123 -91
- package/lib/esm/theme/publicTheme.css.js.map +1 -1
- package/lib/esm/theme/sprinkles.css.js +12988 -11500
- package/lib/esm/theme/sprinkles.css.js.map +1 -1
- package/lib/esm/theme/styleRecipes.css.js +8 -8
- package/lib/esm/theme/theme.css.js +235 -171
- package/lib/esm/theme/themeContract.css.js +1922 -1898
- package/lib/esm/theme/themeContract.css.js.map +1 -1
- package/lib/types/atomic/organisms/sidebar/NavigationSidebar.d.ts.map +1 -1
- package/lib/types/atomic/organisms/sidebar/SidebarContainer.d.ts.map +1 -1
- package/lib/types/atomic/organisms/sidebar/navigationSidebar.css.d.ts +2 -0
- package/lib/types/atomic/organisms/sidebar/navigationSidebar.css.d.ts.map +1 -1
- package/lib/types/atomic/organisms/sidebar/sidebar.css.d.ts +1 -0
- package/lib/types/atomic/organisms/sidebar/sidebar.css.d.ts.map +1 -1
- package/lib/types/backoffice/molecules/sidebar_collapse_toggle/SidebarCollapseToggle.d.ts.map +1 -1
- package/lib/types/theme/backofficeTheme.css.d.ts +112 -80
- package/lib/types/theme/backofficeTheme.css.d.ts.map +1 -1
- package/lib/types/theme/colors.d.ts +8 -0
- package/lib/types/theme/colors.d.ts.map +1 -1
- package/lib/types/theme/publicTheme.css.d.ts +123 -91
- package/lib/types/theme/publicTheme.css.d.ts.map +1 -1
- package/lib/types/theme/sprinkles.css.d.ts +129 -129
- package/lib/types/theme/themeContract.css.d.ts +24 -0
- package/lib/types/theme/themeContract.css.d.ts.map +1 -1
- package/package.json +3 -3
|
@@ -1,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 txvbqb19uf txvbqbfpn txvbqblsu", t = "_17ichq71 txvbqb19uf txvbqbfpn txvbqbh4x txvbqbhf1", n = "_17ichq72 txvbqbfpn txvbqbh7g txvbqbheb txvbqbel txvbqblt7", r = "_17ichq73 txvbqbfpn txvbqbh4x txvbqbhd8 txvbqbv7x", i = "_17ichq74 txvbqbaz txvbqbo1d txvbqbhbf txvbqb1bg1 txvbqbo7v", a = "_17ichq75 txvbqb9w txvbqb1bg3 txvbqbo7v", o = "_17ichq76 txvbqbfpn txvbqbey txvbqbh7g txvbqbhdl", s = "_17ichq77 txvbqbfpn txvbqbh7g txvbqbhdl txvbqblsh", c = "_17ichq78 txvbqbfqq", l = "_17ichq79 txvbqbfpn txvbqbh4x txvbqbhf1", u = "_17ichq7a txvbqb13ik txvbqblvq txvbqbdkd txvbqb19uf txvbqbfpn txvbqbls4 txvbqb2o txvbqbzpp", 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
|
|
|
@@ -47,9 +47,9 @@ var p = 320, m = 48, h = (e, t) => e == null ? null : d(typeof e == "string" ||
|
|
|
47
47
|
children: [/* @__PURE__ */ f("div", {
|
|
48
48
|
className: e(o, y?.inner, S),
|
|
49
49
|
children: [(D != null || E != null || w != null || A) && /* @__PURE__ */ f("div", {
|
|
50
|
-
className: e("_17ichq72
|
|
50
|
+
className: e("_17ichq72 txvbqbfpn txvbqbh7g txvbqbheb txvbqbel txvbqblt7", y?.header),
|
|
51
51
|
children: [/* @__PURE__ */ f("div", {
|
|
52
|
-
className: e("_17ichq73
|
|
52
|
+
className: e("_17ichq73 txvbqbfpn txvbqbh4x txvbqbhd8 txvbqbv7x", y?.headingGroup),
|
|
53
53
|
children: [
|
|
54
54
|
h(D, P),
|
|
55
55
|
g(E, F),
|
|
@@ -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
|
|
4
|
+
var e = "_1baunl10 txvbqbfpn txvbqbh4x txvbqbh4m txvbqblt7 txvbqbel txvbqbf0 txvbqbhdy", t = "_1baunl11 txvbqbfpn txvbqbh4x txvbqbhd8 txvbqbv7x", n = "_1baunl12 txvbqbo7v txvbqba9 txvbqbhbf txvbqb1bg1", r = "_1baunl13 txvbqbo7v txvbqb9j txvbqb1bg3", i = "_1baunl14 txvbqbfpn txvbqbh7g txvbqbey txvbqbhdl txvbqb9j txvbqb1bg3", 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,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: "_1baunl13
|
|
15
|
+
className: "_1baunl13 txvbqbo7v txvbqb9j txvbqb1bg3",
|
|
16
16
|
children: l
|
|
17
17
|
}),
|
|
18
18
|
c != null && /* @__PURE__ */ i("div", {
|
|
19
|
-
className: "_1baunl14
|
|
19
|
+
className: "_1baunl14 txvbqbfpn txvbqbh7g txvbqbey txvbqbhdl txvbqb9j txvbqb1bg3",
|
|
20
20
|
children: c
|
|
21
21
|
})
|
|
22
22
|
]
|
|
23
23
|
}), o != null && /* @__PURE__ */ i("div", {
|
|
24
|
-
className: "_1baunl15
|
|
24
|
+
className: "_1baunl15 txvbqbfpn txvbqbh7g txvbqbey 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/layout/PageShell.css.ts
|
|
4
|
-
var e = "_1kley2d0
|
|
4
|
+
var e = "_1kley2d0 txvbqbfpn txvbqb19uf txvbqb1b87 txvbqb1azy", t = "_1kley2d1 txvbqb10mk txvbqb11k5 txvbqb12hq txvbqbxtt txvbqbko1 txvbqbjzr txvbqbfvs txvbqbv7x", n = "_1kley2d2 txvbqbko1 txvbqbu86 txvbqbwr6", r = "_1kley2d3 txvbqbfpn txvbqbe8 txvbqbhcv txvbqbhe8 txvbqbv7x txvbqbh4k txvbqbh57 txvbqbjzu txvbqbjzr", i = "_1kley2d4 txvbqbjzu txvbqbjzr", a = "_1kley2d5 txvbqb13ix txvbqb18f5 txvbqbko1 txvbqbh6d txvbqbfpn txvbqbwr6", o = "_1kley2d6", s = "_1kley2d7", c = "_1kley2d9 _1kley2d8 txvbqbfpn txvbqbjzu", l = "_1kley2da", u = "_1kley2db", d = "_1kley2dc txvbqbfok txvbqbfr0 txvbqbey txvbqbls4 txvbqb19hs txvbqbjn7 txvbqb2uc txvbqb2sj txvbqb28o txvbqb1cw txvbqb1b7z txvbqb1bg1 txvbqbv txvbqbh6d", f = "_1kley2de _1kley2dd txvbqbfqq txvbqbfou txvbqbey txvbqbls4 txvbqb19hs txvbqbjn7 txvbqb2uc txvbqb2sj txvbqb28o txvbqb1cw txvbqb1b7z txvbqb1bg1 txvbqbv txvbqbh6d txvbqb7g txvbqb76 txvbqb7t", p = "_1kley2df txvbqbfok txvbqbfr0 txvbqb13ja txvbqb13i4 txvbqb13jn txvbqb13l0 txvbqb18f5 txvbqb18gi txvbqb1auj txvbqbey txvbqbls4 txvbqb19hs txvbqbjn7 txvbqb2uc txvbqb2sj txvbqb28o txvbqb1cw txvbqb1b7z txvbqb1bg1 txvbqbv", m = "_1kley2dg txvbqbfvs txvbqbjzu txvbqbv7x txvbqbu86 txvbqbfpn txvbqbh4x txvbqb1b7z txvbqbwr6 txvbqb2uc txvbqb28o txvbqb2sj txvbqb1d9 txvbqbehy", h = "_1kley2dh txvbqbu86 txvbqbwr6", g = "_1kley2di txvbqbjzu txvbqbjzr", _ = "_1kley2dj txvbqbfpn txvbqbh4x txvbqbu86 txvbqbjzu txvbqbjzr", v = "_1kley2dk txvbqbfwv txvbqb1b7z txvbqb2up txvbqb28o txvbqb2sj txvbqb1d9", y = "_1kley2dl txvbqb13ix txvbqb18f5 txvbqb1atg txvbqbfpn txvbqbh4x txvbqbhdy txvbqbhdv txvbqb1b7z txvbqb1tv txvbqb2sj txvbqbal4 txvbqb6hs txvbqb10nn txvbqb10n7 txvbqb11l8 txvbqb11ks txvbqbxtt txvbqb12i3 txvbqb12i0", b = "_1kley2dn _1kley2dm txvbqbfq0 txvbqbel txvbqbheb txvbqb19uf", x = "_1kley2do txvbqbfpn txvbqbey txvbqbhdy txvbqbfvs txvbqbv7x txvbqb19uf", S = "_1kley2dp txvbqbfpn txvbqbh4x txvbqbhdl txvbqbv7x", C = "_1kley2dq txvbqbfpn txvbqbh7g txvbqbey txvbqberp txvbqb14hl txvbqbo6s txvbqbo7v txvbqbwvi txvbqb1bg3 txvbqb96", w = "_1kley2dr txvbqbfpn txvbqbey txvbqbhd8 txvbqbu0l", T = "_1kley2dt _1kley2ds txvbqb1bg1 txvbqb3f txvbqbhb2 txvbqbwr6 txvbqb18ef txvbqb1avz", E = "_1kley2du txvbqb1bg1 txvbqbhbf txvbqbwr6 txvbqb18ef txvbqb1avz", D = "_1kley2dv txvbqb1bh7 txvbqb96", O = "_1kley2dw txvbqbfpn txvbqbh7g txvbqbhdl txvbqblsh txvbqblt4 txvbqb19up", k = "_1kley2dx txvbqbfqq", A = "_1kley2dy txvbqbfvs txvbqbu86 txvbqbfpn txvbqbh4x txvbqbwqt txvbqbwwy txvbqbwwv", j = "_1kley2dz txvbqbwr6 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
|
|
142
|
+
className: "_1kley2de _1kley2dd txvbqbfqq txvbqbfou txvbqbey txvbqbls4 txvbqb19hs txvbqbjn7 txvbqb2uc txvbqb2sj txvbqb28o txvbqb1cw txvbqb1b7z txvbqb1bg1 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
|
|
155
|
+
className: "_1kley2dc txvbqbfok txvbqbfr0 txvbqbey txvbqbls4 txvbqb19hs txvbqbjn7 txvbqb2uc txvbqb2sj txvbqb28o txvbqb1cw txvbqb1b7z txvbqb1bg1 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 txvbqb13ix txvbqb18f5 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
|
|
190
|
+
className: "_1kley2df txvbqbfok txvbqbfr0 txvbqb13ja txvbqb13i4 txvbqb13jn txvbqb13l0 txvbqb18f5 txvbqb18gi txvbqb1auj txvbqbey txvbqbls4 txvbqb19hs txvbqbjn7 txvbqb2uc txvbqb2sj txvbqb28o txvbqb1cw txvbqb1b7z txvbqb1bg1 txvbqbv",
|
|
191
191
|
onClick: X,
|
|
192
192
|
"aria-label": R("navigation.pageShell.closeNavigation"),
|
|
193
193
|
children: /* @__PURE__ */ b(n, {
|
|
@@ -196,7 +196,7 @@ var ge = 520, _e = 360, ve = .5, ye = 480, S = 1024, C = "plumile:page-shell:sid
|
|
|
196
196
|
"aria-hidden": "true"
|
|
197
197
|
})
|
|
198
198
|
}), /* @__PURE__ */ b("div", {
|
|
199
|
-
className: "_1kley2d9 _1kley2d8
|
|
199
|
+
className: "_1kley2d9 _1kley2d8 txvbqbfpn txvbqbjzu",
|
|
200
200
|
children: Q
|
|
201
201
|
})]
|
|
202
202
|
}),
|
|
@@ -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
|
|
4
|
+
var e = "_1sh6osj1 _1sh6osj0 txvbqbfpn txvbqbe8 txvbqbhcv txvbqbv7x txvbqb19uf", t = "_1sh6osj2 txvbqbh4x txvbqbhdy", n = "_1sh6osj3 txvbqbh4k", r = "_1sh6osj5 _1sh6osj4 txvbqbfvs txvbqbv7x", i = "_1sh6osj6 txvbqbfwv txvbqbv7x", a = "_1sh6osj7 txvbqb19uf", o = "_1sh6osj9 _1sh6osj8 txvbqbhh txvbqb1b4r txvbqbb txvbqbfwv txvbqbv9d txvbqb13i7 txvbqb19fm";
|
|
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 txvbqb1b4r txvbqbb txvbqbfwv txvbqbv9d txvbqb13i7 txvbqb19fm",
|
|
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
|
|
4
|
+
var e = "j42upe0 txvbqbfq0 txvbqbheb txvbqbwxo txvbqbj8e txvbqbj5y", t = "j42upe1 txvbqb2uc txvbqb1b87 txvbqb28o txvbqb2sj txvbqb1cw txvbqbwr6", n = "j42upe2 txvbqb2uc txvbqb1b87 txvbqb28o txvbqb2sj txvbqb1cw txvbqbwr6";
|
|
5
5
|
//#endregion
|
|
6
6
|
export { e as container, n as content, t as sidebar };
|
|
7
7
|
|
|
@@ -3,28 +3,28 @@
|
|
|
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
|
|
6
|
+
defaultClassName: "_1e1g2cpe _1e1g2cp0 txvbqbfpn txvbqbh4x txvbqbv7x txvbqb19uf 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 txvbqb1ban",
|
|
10
|
+
neutral: "_1e1g2cpg _1e1g2cp2 txvbqb1b7z",
|
|
11
|
+
muted: "_1e1g2cph _1e1g2cp3 txvbqb1b81",
|
|
12
|
+
plain: "_1e1g2cpi _1e1g2cp4 txvbqb1b4r"
|
|
13
13
|
},
|
|
14
14
|
density: {
|
|
15
|
-
compact: "_1e1g2cpj _1e1g2cp5
|
|
16
|
-
default: "_1e1g2cpk _1e1g2cp6
|
|
17
|
-
spacious: "_1e1g2cpl _1e1g2cp7
|
|
15
|
+
compact: "_1e1g2cpj _1e1g2cp5 txvbqbhdy txvbqbwwy",
|
|
16
|
+
default: "_1e1g2cpk _1e1g2cp6 txvbqbhdy txvbqbwwy",
|
|
17
|
+
spacious: "_1e1g2cpl _1e1g2cp7 txvbqbheb txvbqbwxo"
|
|
18
18
|
},
|
|
19
19
|
border: {
|
|
20
|
-
none: "_1e1g2cpm _1e1g2cp8
|
|
21
|
-
subtle: "_1e1g2cpn _1e1g2cp9
|
|
22
|
-
light: "_1e1g2cpo _1e1g2cpa
|
|
20
|
+
none: "_1e1g2cpm _1e1g2cp8 txvbqb1tv txvbqb2rt",
|
|
21
|
+
subtle: "_1e1g2cpn _1e1g2cp9 txvbqb28o txvbqb2sj txvbqb1d9",
|
|
22
|
+
light: "_1e1g2cpo _1e1g2cpa txvbqb28o txvbqb2sj txvbqb1dz"
|
|
23
23
|
},
|
|
24
24
|
radius: {
|
|
25
|
-
md: "_1e1g2cpp _1e1g2cpb
|
|
26
|
-
lg: "_1e1g2cpq _1e1g2cpc
|
|
27
|
-
xl: "_1e1g2cpr _1e1g2cpd
|
|
25
|
+
md: "_1e1g2cpp _1e1g2cpb txvbqb2tz",
|
|
26
|
+
lg: "_1e1g2cpq _1e1g2cpc txvbqb2uc",
|
|
27
|
+
xl: "_1e1g2cpr _1e1g2cpd txvbqb2up"
|
|
28
28
|
}
|
|
29
29
|
},
|
|
30
30
|
defaultVariants: {
|
|
@@ -34,7 +34,7 @@ var t = e({
|
|
|
34
34
|
radius: "lg"
|
|
35
35
|
},
|
|
36
36
|
compoundVariants: []
|
|
37
|
-
}), n = "_1e1g2cps
|
|
37
|
+
}), n = "_1e1g2cps txvbqbfpn txvbqbel txvbqblt7 txvbqbhdy", r = "_1e1g2cpt txvbqbfpn txvbqbh4x txvbqbhd8 txvbqbv7x", i = "_1e1g2cpu txvbqbo7v txvbqb9w txvbqbhbf txvbqb1bg1", a = "_1e1g2cpv txvbqbo7v txvbqb9j txvbqb1bg3", 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
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Surface.css.js","names":[],"sources":["../../../../src/components/layout/Surface.css.ts"],"sourcesContent":["import { recipe } from '@vanilla-extract/recipes';\n\nimport { sprinkles } from '../../theme/sprinkles.css.js';\n\nexport const surface = recipe({\n base: sprinkles({\n display: 'flex',\n flexDirection: 'column',\n minWidth: 0,\n width: 'full',\n boxShadow: 'none',\n }),\n variants: {\n variant: {\n brand: sprinkles({ backgroundColor: '
|
|
1
|
+
{"version":3,"file":"Surface.css.js","names":[],"sources":["../../../../src/components/layout/Surface.css.ts"],"sourcesContent":["import { recipe } from '@vanilla-extract/recipes';\n\nimport { sprinkles } from '../../theme/sprinkles.css.js';\n\nexport const surface = recipe({\n base: sprinkles({\n display: 'flex',\n flexDirection: 'column',\n minWidth: 0,\n width: 'full',\n boxShadow: 'none',\n }),\n variants: {\n variant: {\n brand: sprinkles({ backgroundColor: 'brandSubtleSurface' }),\n neutral: sprinkles({ backgroundColor: 'surface' }),\n muted: sprinkles({ backgroundColor: 'surfaceSecondary' }),\n plain: sprinkles({ backgroundColor: 'transparent' }),\n },\n density: {\n compact: sprinkles({ gap: 3, padding: 4 }),\n default: sprinkles({ gap: 3, padding: 4 }),\n spacious: sprinkles({ gap: 4, padding: 6 }),\n },\n border: {\n none: sprinkles({ borderWidth: 0, borderStyle: 'none' }),\n subtle: sprinkles({\n borderWidth: 'default',\n borderStyle: 'solid',\n borderColor: 'borderSubtle',\n }),\n light: sprinkles({\n borderWidth: 'default',\n borderStyle: 'solid',\n borderColor: 'borderLight',\n }),\n },\n radius: {\n md: sprinkles({ borderRadius: 'md' }),\n lg: sprinkles({ borderRadius: 'lg' }),\n xl: sprinkles({ borderRadius: 'xl' }),\n },\n },\n defaultVariants: {\n variant: 'neutral',\n density: 'default',\n border: 'subtle',\n radius: 'lg',\n },\n});\n\nexport const header = sprinkles({\n display: 'flex',\n alignItems: 'flex-start',\n justifyContent: 'space-between',\n gap: 3,\n});\n\nexport const heading = sprinkles({\n display: 'flex',\n flexDirection: 'column',\n gap: 1,\n minWidth: 0,\n});\n\nexport const title = sprinkles({\n margin: 0,\n fontSize: 'base',\n fontWeight: 'semibold',\n color: 'text',\n});\n\nexport const description = sprinkles({\n margin: 0,\n fontSize: 'sm',\n color: 'textSecondary',\n});\n\nexport const actions = sprinkles({\n display: 'flex',\n alignItems: 'center',\n justifyContent: 'flex-end',\n flexWrap: 'wrap',\n gap: 2,\n});\n\nexport const content = sprinkles({\n minWidth: 0,\n});\n\nexport const footer = sprinkles({\n display: 'flex',\n flexWrap: 'wrap',\n gap: 2,\n});\n"],"mappings":""}
|
|
@@ -15,19 +15,19 @@ var o = ({ actions: r, ariaLabelledBy: o, as: s = "div", border: c = "subtle", c
|
|
|
15
15
|
}), u),
|
|
16
16
|
children: [
|
|
17
17
|
y && /* @__PURE__ */ a("header", {
|
|
18
|
-
className: "_1e1g2cps
|
|
18
|
+
className: "_1e1g2cps txvbqbfpn txvbqbel txvbqblt7 txvbqbhdy",
|
|
19
19
|
children: [(g != null || p != null) && /* @__PURE__ */ a("div", {
|
|
20
|
-
className: "_1e1g2cpt
|
|
20
|
+
className: "_1e1g2cpt txvbqbfpn txvbqbh4x txvbqbhd8 txvbqbv7x",
|
|
21
21
|
children: [g != null && /* @__PURE__ */ i(_, {
|
|
22
|
-
className: "_1e1g2cpu
|
|
22
|
+
className: "_1e1g2cpu txvbqbo7v txvbqb9w txvbqbhbf txvbqb1bg1",
|
|
23
23
|
id: o,
|
|
24
24
|
children: g
|
|
25
25
|
}), p != null && /* @__PURE__ */ i("div", {
|
|
26
|
-
className: "_1e1g2cpv
|
|
26
|
+
className: "_1e1g2cpv txvbqbo7v txvbqb9j txvbqb1bg3",
|
|
27
27
|
children: p
|
|
28
28
|
})]
|
|
29
29
|
}), r != null && /* @__PURE__ */ i("div", {
|
|
30
|
-
className: "_1e1g2cpw
|
|
30
|
+
className: "_1e1g2cpw txvbqbfpn txvbqbey txvbqblsh txvbqbh7g txvbqbhdl",
|
|
31
31
|
children: r
|
|
32
32
|
})]
|
|
33
33
|
}),
|
|
@@ -36,7 +36,7 @@ var o = ({ actions: r, ariaLabelledBy: o, as: s = "div", border: c = "subtle", c
|
|
|
36
36
|
children: l
|
|
37
37
|
}),
|
|
38
38
|
m != null && /* @__PURE__ */ i("footer", {
|
|
39
|
-
className: "_1e1g2cpy
|
|
39
|
+
className: "_1e1g2cpy txvbqbfpn txvbqbh7g txvbqbhdl",
|
|
40
40
|
children: m
|
|
41
41
|
})
|
|
42
42
|
]
|
|
@@ -3,24 +3,24 @@
|
|
|
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
|
|
6
|
+
defaultClassName: "_8tcb289 _8tcb280 txvbqbfpn txvbqbey txvbqb19uf",
|
|
7
7
|
variantClassNames: {
|
|
8
8
|
density: {
|
|
9
|
-
compact: "_8tcb28a _8tcb281
|
|
10
|
-
default: "_8tcb28b _8tcb282
|
|
9
|
+
compact: "_8tcb28a _8tcb281 txvbqbhdl",
|
|
10
|
+
default: "_8tcb28b _8tcb282 txvbqbhdy"
|
|
11
11
|
},
|
|
12
12
|
wrap: {
|
|
13
|
-
nowrap: "_8tcb28c _8tcb283
|
|
14
|
-
wrap: "_8tcb28d _8tcb284
|
|
13
|
+
nowrap: "_8tcb28c _8tcb283 txvbqbh73",
|
|
14
|
+
wrap: "_8tcb28d _8tcb284 txvbqbh7g"
|
|
15
15
|
},
|
|
16
16
|
justify: {
|
|
17
|
-
start: "_8tcb28e _8tcb285
|
|
18
|
-
between: "_8tcb28f _8tcb286
|
|
19
|
-
end: "_8tcb28g _8tcb287
|
|
17
|
+
start: "_8tcb28e _8tcb285 txvbqblsu",
|
|
18
|
+
between: "_8tcb28f _8tcb286 txvbqblt7",
|
|
19
|
+
end: "_8tcb28g _8tcb287 txvbqblsh"
|
|
20
20
|
},
|
|
21
21
|
surface: {
|
|
22
22
|
plain: "_8tcb28h",
|
|
23
|
-
bar: "_8tcb28i _8tcb288
|
|
23
|
+
bar: "_8tcb28i _8tcb288 txvbqb10na txvbqb11kv txvbqb12i3 txvbqbxu6 txvbqb2uc txvbqb28o txvbqb2sj txvbqb1cw txvbqb1b7z"
|
|
24
24
|
}
|
|
25
25
|
},
|
|
26
26
|
defaultVariants: {
|
|
@@ -31,23 +31,23 @@ var t = e({
|
|
|
31
31
|
},
|
|
32
32
|
compoundVariants: []
|
|
33
33
|
}), n = e({
|
|
34
|
-
defaultClassName: "_8tcb28r _8tcb28j
|
|
34
|
+
defaultClassName: "_8tcb28r _8tcb28j txvbqbfpn txvbqbey txvbqbhdl txvbqbv7x",
|
|
35
35
|
variantClassNames: {
|
|
36
36
|
grow: {
|
|
37
37
|
false: "_8tcb28s",
|
|
38
|
-
true: "_8tcb28t _8tcb28k
|
|
38
|
+
true: "_8tcb28t _8tcb28k txvbqbfw5"
|
|
39
39
|
},
|
|
40
40
|
align: {
|
|
41
41
|
center: "_8tcb28u _8tcb28l txvbqbey",
|
|
42
42
|
stretch: "_8tcb28v _8tcb28m txvbqbe8"
|
|
43
43
|
},
|
|
44
44
|
justify: {
|
|
45
|
-
start: "_8tcb28w _8tcb28n
|
|
46
|
-
end: "_8tcb28x _8tcb28o
|
|
45
|
+
start: "_8tcb28w _8tcb28n txvbqblsu",
|
|
46
|
+
end: "_8tcb28x _8tcb28o txvbqblsh"
|
|
47
47
|
},
|
|
48
48
|
wrap: {
|
|
49
|
-
false: "_8tcb28y _8tcb28p
|
|
50
|
-
true: "_8tcb28z _8tcb28q
|
|
49
|
+
false: "_8tcb28y _8tcb28p txvbqbh73",
|
|
50
|
+
true: "_8tcb28z _8tcb28q txvbqbh7g"
|
|
51
51
|
}
|
|
52
52
|
},
|
|
53
53
|
defaultVariants: {
|
|
@@ -57,7 +57,7 @@ var t = e({
|
|
|
57
57
|
wrap: !1
|
|
58
58
|
},
|
|
59
59
|
compoundVariants: []
|
|
60
|
-
}), r = "_8tcb2810
|
|
60
|
+
}), r = "_8tcb2810 txvbqbfw5 txvbqbv7x", i = "_8tcb2811 txvbqbhh txvbqb19us txvbqbvqc txvbqb1b9h";
|
|
61
61
|
//#endregion
|
|
62
62
|
export { n as group, i as separator, r as spacer, t as toolbar };
|
|
63
63
|
|
|
@@ -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
|
|
6
|
+
defaultClassName: "_1xsy8p94 _1xsy8p90 txvbqbfqq txvbqbey txvbqbls4 txvbqb2uc txvbqbwr6 txvbqb28o txvbqb2sj txvbqb1cw txvbqb1b85 txvbqbv txvbqbwvi",
|
|
7
7
|
variantClassNames: { size: {
|
|
8
|
-
sm: "_1xsy8p95 _1xsy8p91
|
|
9
|
-
md: "_1xsy8p96 _1xsy8p92
|
|
10
|
-
lg: "_1xsy8p97 _1xsy8p93
|
|
8
|
+
sm: "_1xsy8p95 _1xsy8p91 txvbqb19le txvbqbjqt",
|
|
9
|
+
md: "_1xsy8p96 _1xsy8p92 txvbqb19mh txvbqbjrw",
|
|
10
|
+
lg: "_1xsy8p97 _1xsy8p93 txvbqb19nk txvbqbjsz"
|
|
11
11
|
} },
|
|
12
12
|
defaultVariants: { size: "md" },
|
|
13
13
|
compoundVariants: []
|
|
14
|
-
}), n = "_1xsy8p98
|
|
14
|
+
}), n = "_1xsy8p98 txvbqbfox txvbqb19uf 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 txvbqb10m7 txvbqb11js txvbqbfpn txvbqbh4x txvbqbhdl",
|
|
64
64
|
children: h
|
|
65
65
|
}),
|
|
66
66
|
/* @__PURE__ */ d("nav", {
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
/* empty css */
|
|
8
8
|
import { createRuntimeFn as e } from "@vanilla-extract/recipes/createRuntimeFn";
|
|
9
9
|
//#region src/components/navigation/sidebar/sidebarNavigation.css.ts
|
|
10
|
-
var t = "_6jdbjo1 _6jdbjo0
|
|
10
|
+
var t = "_6jdbjo1 _6jdbjo0 txvbqbfpn txvbqbh4x txvbqbjzu txvbqb1tv txvbqb2sj txvbqb9o9", n = e({
|
|
11
11
|
defaultClassName: "_6jdbjo2",
|
|
12
12
|
variantClassNames: {
|
|
13
13
|
size: {
|
|
@@ -41,7 +41,7 @@ var t = "_6jdbjo1 _6jdbjo0 txvbqbfb7 txvbqbgqh txvbqbjle txvbqb1qz txvbqb2pn txv
|
|
|
41
41
|
state: "collapsed"
|
|
42
42
|
}, "_6jdbjoa"]
|
|
43
43
|
]
|
|
44
|
-
}), r = "_6jdbjob
|
|
44
|
+
}), r = "_6jdbjob txvbqbfpn txvbqbh4x txvbqbhdy txvbqbwwl txvbqbjzu txvbqbu86", i = "_6jdbjoc txvbqb10m7 txvbqb11js txvbqbfpn txvbqbey txvbqblt7 txvbqbhdl", a = "_6jdbjoe _6jdbjod txvbqbfpn txvbqbh4x txvbqbhdy txvbqbfvs txvbqbu86 txvbqbwsz txvbqb38", o = "_6jdbjof txvbqb10m7 txvbqb11js txvbqbfpn txvbqbh4x txvbqbhdl", s = "_6jdbjog txvbqb10m7 txvbqb11js 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 txvbqb19uf 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
|
|
4
|
+
var e = "_16yu4q33 _16yu4q31 txvbqbfpn txvbqbh4x txvbqbey txvbqbls4 txvbqb19uf _16yu4q32 txvbqbhdy txvbqb12km txvbqbxwp txvbqb2v2 txvbqb1b83", t = "_16yu4q35 _16yu4q31 txvbqbfpn txvbqbh4x txvbqbey txvbqbls4 txvbqb19uf _16yu4q34 txvbqbv7k txvbqbheb txvbqb1b81", n = "_16yu4q37 _16yu4q36 txvbqb1b9l txvbqb2wi", r = "_16yu4q39 _16yu4q38 txvbqb1b83 txvbqb2wi", i = "_16yu4q3a txvbqb1bg3 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 txvbqb1b83 txvbqb13ik txvbqb18f5 txvbqblvq txvbqbwr6 txvbqb2o txvbqb19uf txvbqb1auw", t = "_1cjlm664 _1cjlm663 txvbqbjzu txvbqb1aiz";
|
|
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 txvbqb13i7",
|
|
7
7
|
variantClassNames: { fullWidth: {
|
|
8
|
-
true: "_11ypmks4 _11ypmks1
|
|
9
|
-
false: "_11ypmks5 _11ypmks2
|
|
8
|
+
true: "_11ypmks4 _11ypmks1 txvbqb19uf",
|
|
9
|
+
false: "_11ypmks5 _11ypmks2 txvbqb19u2"
|
|
10
10
|
} },
|
|
11
11
|
defaultVariants: { fullWidth: !0 },
|
|
12
12
|
compoundVariants: []
|
|
13
|
-
}), n = "_11ypmks6
|
|
14
|
-
defaultClassName: "_11ypmksk _11ypmks8 _11ypmks7
|
|
13
|
+
}), n = "_11ypmks6 txvbqbfox txvbqbp66 txvbqb96 txvbqbhbf txvbqbmv4 txvbqb6a txvbqb1bg5", r = e({
|
|
14
|
+
defaultClassName: "_11ypmksk _11ypmks8 _11ypmks7 txvbqb10mx txvbqb11ki txvbqb12hq txvbqbxtt txvbqb19uf txvbqbfpn txvbqbey txvbqblt7 txvbqbhdl txvbqb2up txvbqb9j txvbqbhbf txvbqb18dc txvbqbv txvbqb7h txvbqb76 txvbqb7t qbwcue4 txvbqb1f7o txvbqb1fe4",
|
|
15
15
|
variantClassNames: {
|
|
16
16
|
variant: {
|
|
17
|
-
default: "_11ypmksl _11ypmksb _11ypmks9
|
|
18
|
-
brand: "_11ypmksm _11ypmksg _11ypmkse
|
|
17
|
+
default: "_11ypmksl _11ypmksb _11ypmks9 txvbqb29r txvbqb2sj txvbqb18k txvbqb1b8l txvbqb1bgf _11ypmksa txvbqb1ffk qbwcue1 txvbqb1dld txvbqb1e6h",
|
|
18
|
+
brand: "_11ypmksm _11ypmksg _11ypmkse txvbqb1bi7 txvbqb28o txvbqb2sj txvbqb1qm txvbqb1ayv _11ypmksf txvbqb1fbp qbwcue3 txvbqb1ffk txvbqb1e6w"
|
|
19
19
|
},
|
|
20
20
|
state: {
|
|
21
21
|
default: "_11ypmksn",
|
|
22
|
-
error: "_11ypmkso _11ypmksd _11ypmksc
|
|
22
|
+
error: "_11ypmkso _11ypmksd _11ypmksc txvbqb29r txvbqb2sj txvbqb1je txvbqb1b8l txvbqb1bgf qbwcue2 txvbqb1e6p"
|
|
23
23
|
},
|
|
24
24
|
size: {
|
|
25
|
-
small: "_11ypmksp _11ypmksh
|
|
26
|
-
medium: "_11ypmksq _11ypmksi
|
|
27
|
-
large: "_11ypmksr _11ypmksj
|
|
25
|
+
small: "_11ypmksp _11ypmksh txvbqb10mk txvbqb11k5 txvbqb12hd txvbqbxtg txvbqb9j",
|
|
26
|
+
medium: "_11ypmksq _11ypmksi txvbqb10mx txvbqb11ki txvbqb12hq txvbqbxtt txvbqb9j",
|
|
27
|
+
large: "_11ypmksr _11ypmksj txvbqb10na txvbqb11kv txvbqb12i3 txvbqbxu6 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
|
|
38
|
+
}, "_11ypmksg _11ypmkse txvbqb1bi7 txvbqb28o txvbqb2sj txvbqb1qm txvbqb1ayv _11ypmksf txvbqb1fbp qbwcue3 txvbqb1ffk txvbqb1e6w"]]
|
|
39
|
+
}), i = "_11ypmkss txvbqbcfx txvbqbcby", a = "_11ypmkst txvbqbfvs txvbqbv7x txvbqb1avz txvbqbwr6 txvbqb18ef", o = "_11ypmksu txvbqbfq0 txvbqbey txvbqbls4 txvbqb19fm txvbqbjl1 txvbqb1bg5 txvbqb7g txvbqb76 txvbqb7t", s = "_11ypmksv txvbqb30 txvbqb1bg1", c = "_11ypmksw txvbqb1bi7", l = "_11ypmksx txvbqb13hu txvbqb18ub txvbqblvq txvbqb13jn txvbqb1atg txvbqbfpn txvbqbh4x txvbqbhd8 txvbqbwvv txvbqb2up txvbqb28o txvbqb2sj txvbqb1cw txvbqb1b85 txvbqbegv txvbqbt7p txvbqbwsz", u = "_11ypmksy txvbqbc7z txvbqbc27 txvbqbse3", d = "_11ypmks10 _11ypmksz txvbqb10mx txvbqb11ki txvbqb12hq txvbqbxtt txvbqbfpn txvbqbh4x txvbqbel txvbqbhd8 txvbqb19uf txvbqb1tv txvbqb2rt txvbqb2uc txvbqb1b4r txvbqb9j txvbqbhb2 txvbqb1bg1 txvbqb18dc txvbqbv txvbqb7h txvbqb75 txvbqb7t", f = "_11ypmks11 txvbqb1bhb txvbqb1b9n", p = "_11ypmks12 txvbqb96 txvbqb1bg5", m = "_11ypmks13 txvbqbq3r txvbqbr1c txvbqbryk txvbqbp5t txvbqbk07 txvbqb1b9f", h = "_11ypmks14 txvbqb10mk txvbqb11k5 txvbqb12hd txvbqbxtg";
|
|
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: '
|
|
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: 'absolute',\n top: 'full',\n left: 0,\n right: 0,\n zIndex: 10,\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 maxHeight: 72,\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":""}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* empty css */
|
|
2
2
|
/* empty css */
|
|
3
3
|
//#region src/components/tile/InfoTile.css.ts
|
|
4
|
-
var e = "_1mkg78a0
|
|
4
|
+
var e = "_1mkg78a0 txvbqb19uf txvbqb2uc txvbqb1b81 txvbqbwwy txvbqbfpn txvbqbh4x txvbqbhdy", t = "_1mkg78a3 _1mkg78a1 txvbqb7g txvbqb77 txvbqb7t _1mkg78a2 txvbqb1e31 qbwcue6 txvbqb1gg6 txvbqb1ggf qbwcue0 txvbqb1ffs txvbqb1ga0", n = "_1mkg78a4 txvbqb3f txvbqb19uf txvbqbfqq", r = "_1mkg78a5 txvbqb4 txvbqbv txvbqbfqq txvbqb19uf", i = "_1mkg78a6 txvbqbfpn txvbqbh7g txvbqbel txvbqblt7 txvbqbhdy", a = "_1mkg78a7 txvbqbfpn txvbqbh4x txvbqbhd8 txvbqbv7x", o = "_1mkg78a8 txvbqb9w txvbqbnxe txvbqbhbf txvbqb1bg1 txvbqbo7v", s = "_1mkg78a9 txvbqbo7v txvbqb9j txvbqbhc5", c = "_1mkg78aa txvbqb9j txvbqb1bg3 txvbqbfpn txvbqbh7g txvbqbhdl", l = "_1mkg78ab txvbqb9w txvbqb1bg1 txvbqbfpn txvbqbh4x txvbqbhdl", u = "_1mkg78ac txvbqbfpn txvbqbh7g txvbqbhdy txvbqbey txvbqblt7 txvbqb9j txvbqb1bg3", d = "_1mkg78ad txvbqbfpn txvbqbey txvbqbhdl txvbqbqhu";
|
|
5
5
|
//#endregion
|
|
6
6
|
export { d as actions, l as body, u as footer, i as header, a as headingGroup, t as interactive, r as interactiveButton, n as interactiveLink, c as meta, s as subtitle, e as tile, o as title };
|
|
7
7
|
|
|
@@ -29,15 +29,15 @@ var p = (e) => e == null ? null : u(typeof e == "string" || typeof e == "number"
|
|
|
29
29
|
className: e(c, { [r]: y != null }, _),
|
|
30
30
|
children: [
|
|
31
31
|
(S != null || x != null || l != null) && /* @__PURE__ */ d("div", {
|
|
32
|
-
className: "_1mkg78a6
|
|
32
|
+
className: "_1mkg78a6 txvbqbfpn txvbqbh7g txvbqbel txvbqblt7 txvbqbhdy",
|
|
33
33
|
children: [/* @__PURE__ */ d("div", {
|
|
34
|
-
className: "_1mkg78a7
|
|
34
|
+
className: "_1mkg78a7 txvbqbfpn txvbqbh4x txvbqbhd8 txvbqbv7x",
|
|
35
35
|
children: [p(S), m(x)]
|
|
36
36
|
}), C]
|
|
37
37
|
}),
|
|
38
38
|
w,
|
|
39
39
|
(h != null || g != null) && /* @__PURE__ */ d("div", {
|
|
40
|
-
className: "_1mkg78ab txvbqb9w
|
|
40
|
+
className: "_1mkg78ab txvbqb9w txvbqb1bg1 txvbqbfpn txvbqbh4x txvbqbhdl",
|
|
41
41
|
children: [h, g]
|
|
42
42
|
}),
|
|
43
43
|
T
|