@plumile/ui 0.1.144 → 0.1.146
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 -4
- package/lib/esm/admin/organisms/admin_topbar/adminTopbar.css.js +1 -1
- package/lib/esm/admin/theme/adminSurface.css.js +2 -0
- 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/form_grid/FormGrid.css.js +8 -0
- package/lib/esm/atomic/molecules/form_grid/FormGrid.css.js.map +1 -0
- package/lib/esm/atomic/molecules/form_grid/FormGrid.js +16 -0
- package/lib/esm/atomic/molecules/form_grid/FormGrid.js.map +1 -0
- 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/MarkdownEmphasis.css.js +1 -0
- 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 +1 -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/OperationFeedback.js +21 -14
- package/lib/esm/components/feedback/OperationFeedback.js.map +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/layout/top_navigation_shell/TopNavigationShell.css.js +17 -0
- package/lib/esm/components/layout/top_navigation_shell/TopNavigationShell.css.js.map +1 -0
- package/lib/esm/components/layout/top_navigation_shell/TopNavigationShell.js +24 -0
- package/lib/esm/components/layout/top_navigation_shell/TopNavigationShell.js.map +1 -0
- 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/index.js +228 -226
- package/lib/esm/node_modules/dompurify/dist/purify.es.js +173 -166
- package/lib/esm/node_modules/dompurify/dist/purify.es.js.map +1 -1
- 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/molecules/form_grid/FormGrid.css.d.ts +3 -0
- package/lib/types/atomic/molecules/form_grid/FormGrid.css.d.ts.map +1 -0
- package/lib/types/atomic/molecules/form_grid/FormGrid.d.ts +9 -0
- package/lib/types/atomic/molecules/form_grid/FormGrid.d.ts.map +1 -0
- 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/components/feedback/OperationFeedback.d.ts +3 -2
- package/lib/types/components/feedback/OperationFeedback.d.ts.map +1 -1
- package/lib/types/components/layout/top_navigation_shell/TopNavigationShell.css.d.ts +8 -0
- package/lib/types/components/layout/top_navigation_shell/TopNavigationShell.css.d.ts.map +1 -0
- package/lib/types/components/layout/top_navigation_shell/TopNavigationShell.d.ts +18 -0
- package/lib/types/components/layout/top_navigation_shell/TopNavigationShell.d.ts.map +1 -0
- package/lib/types/index.d.ts +2 -0
- package/lib/types/index.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
|
@@ -214,6 +214,14 @@ export declare const publicLightThemeValues: {
|
|
|
214
214
|
toneDangerSurface: "#FDECEF";
|
|
215
215
|
toneDangerText: "#991B1B";
|
|
216
216
|
toneDangerBorder: "#FECACA";
|
|
217
|
+
onPrimary: "#FFFFFF";
|
|
218
|
+
onAccent: "#060607";
|
|
219
|
+
onBrand: "#FFFFFF";
|
|
220
|
+
brandSubtleSurface: string;
|
|
221
|
+
brandSubtleBorder: string;
|
|
222
|
+
avatarSurface: "#1E3A8A";
|
|
223
|
+
avatarText: "#FFFFFF";
|
|
224
|
+
timelineFadeSurface: "#FFFFFF";
|
|
217
225
|
error: "#ED4245";
|
|
218
226
|
'error-8': "#FDECEF";
|
|
219
227
|
'error-10': "#FDECEF";
|
|
@@ -2011,6 +2019,14 @@ export declare const publicLightThemeValues: {
|
|
|
2011
2019
|
readonly toneDangerSurface: "#FDECEF";
|
|
2012
2020
|
readonly toneDangerText: "#991B1B";
|
|
2013
2021
|
readonly toneDangerBorder: "#FECACA";
|
|
2022
|
+
readonly onPrimary: "#FFFFFF";
|
|
2023
|
+
readonly onAccent: "#060607";
|
|
2024
|
+
readonly onBrand: "#FFFFFF";
|
|
2025
|
+
readonly brandSubtleSurface: string;
|
|
2026
|
+
readonly brandSubtleBorder: string;
|
|
2027
|
+
readonly avatarSurface: "#1E3A8A";
|
|
2028
|
+
readonly avatarText: "#FFFFFF";
|
|
2029
|
+
readonly timelineFadeSurface: "#FFFFFF";
|
|
2014
2030
|
readonly error: "#ED4245";
|
|
2015
2031
|
readonly 'error-8': "#FDECEF";
|
|
2016
2032
|
readonly 'error-10': "#FDECEF";
|
|
@@ -2272,16 +2288,17 @@ type ThemeValueTree<T> = T extends string ? string : {
|
|
|
2272
2288
|
export type ThemeValues = ThemeValueTree<typeof publicLightThemeValues>;
|
|
2273
2289
|
export declare const publicDarkThemeValues: {
|
|
2274
2290
|
readonly colors: {
|
|
2275
|
-
readonly
|
|
2291
|
+
readonly primary: "#e85d8d";
|
|
2292
|
+
readonly primaryLight: "rgba(232, 93, 141, 0.2)";
|
|
2276
2293
|
readonly secondaryLight: "#173126";
|
|
2277
|
-
readonly surface: "#
|
|
2278
|
-
readonly surfaceSecondary: "#
|
|
2279
|
-
readonly surfaceMuted: "#
|
|
2280
|
-
readonly surfaceElevated: "#
|
|
2281
|
-
readonly background: "#
|
|
2282
|
-
readonly backgroundSecondary: "#
|
|
2283
|
-
readonly backgroundTertiary: "#
|
|
2284
|
-
readonly backgroundModifier: "#
|
|
2294
|
+
readonly surface: "#10151d";
|
|
2295
|
+
readonly surfaceSecondary: "#151c26";
|
|
2296
|
+
readonly surfaceMuted: "#1d2633";
|
|
2297
|
+
readonly surfaceElevated: "#202b39";
|
|
2298
|
+
readonly background: "#080d13";
|
|
2299
|
+
readonly backgroundSecondary: "#0f1620";
|
|
2300
|
+
readonly backgroundTertiary: "#17202c";
|
|
2301
|
+
readonly backgroundModifier: "#2a3546";
|
|
2285
2302
|
readonly text: "#f5f7fb";
|
|
2286
2303
|
readonly textSecondary: "#c5ccda";
|
|
2287
2304
|
readonly textMuted: "#98a3b7";
|
|
@@ -2291,8 +2308,8 @@ export declare const publicDarkThemeValues: {
|
|
|
2291
2308
|
readonly controlBorder: "#415069";
|
|
2292
2309
|
readonly controlText: "#f5f7fb";
|
|
2293
2310
|
readonly controlPlaceholder: "#98a3b7";
|
|
2294
|
-
readonly border: "#
|
|
2295
|
-
readonly borderSubtle: "#
|
|
2311
|
+
readonly border: "#344154";
|
|
2312
|
+
readonly borderSubtle: "#293445";
|
|
2296
2313
|
readonly borderStrong: "#415069";
|
|
2297
2314
|
readonly borderLight: "#364357";
|
|
2298
2315
|
readonly overlayBackdrop: "rgba(3, 7, 18, 0.58)";
|
|
@@ -2304,9 +2321,9 @@ export declare const publicDarkThemeValues: {
|
|
|
2304
2321
|
readonly codeText: "#f5f7fb";
|
|
2305
2322
|
readonly codeToolbarSurface: "#351526";
|
|
2306
2323
|
readonly shimmerHighlight: "rgba(255, 255, 255, 0.52)";
|
|
2307
|
-
readonly tonePrimarySurface: "#
|
|
2308
|
-
readonly tonePrimaryText: "#
|
|
2309
|
-
readonly tonePrimaryBorder: "#
|
|
2324
|
+
readonly tonePrimarySurface: "#321c2a";
|
|
2325
|
+
readonly tonePrimaryText: "#ffb8cf";
|
|
2326
|
+
readonly tonePrimaryBorder: "#8f3e5d";
|
|
2310
2327
|
readonly toneInfoSurface: "#172c52";
|
|
2311
2328
|
readonly toneInfoText: "#9cc7ff";
|
|
2312
2329
|
readonly toneInfoBorder: "#3d6ea8";
|
|
@@ -2319,13 +2336,22 @@ export declare const publicDarkThemeValues: {
|
|
|
2319
2336
|
readonly toneDangerSurface: "#3a171c";
|
|
2320
2337
|
readonly toneDangerText: "#ff9aa2";
|
|
2321
2338
|
readonly toneDangerBorder: "#b94b54";
|
|
2339
|
+
readonly onPrimary: "#080d13";
|
|
2340
|
+
readonly onAccent: "#080d13";
|
|
2341
|
+
readonly onBrand: "#080d13";
|
|
2342
|
+
readonly brandSubtleSurface: "#271a24";
|
|
2343
|
+
readonly brandSubtleBorder: "#4b2b3a";
|
|
2344
|
+
readonly avatarSurface: "#172c52";
|
|
2345
|
+
readonly avatarText: "#9cc7ff";
|
|
2346
|
+
readonly timelineFadeSurface: "#202b39";
|
|
2322
2347
|
readonly successLight: "#183626";
|
|
2323
2348
|
readonly warningLight: "#3b2d16";
|
|
2324
2349
|
readonly infoLight: "#182544";
|
|
2325
|
-
readonly
|
|
2326
|
-
readonly
|
|
2327
|
-
readonly 'brandSecondaryOrange-
|
|
2328
|
-
readonly
|
|
2350
|
+
readonly brandPrimaryRed: "#e85d8d";
|
|
2351
|
+
readonly brandSecondaryOrange: "#d99aaa";
|
|
2352
|
+
readonly 'brandSecondaryOrange-10': "rgba(217, 154, 170, 0.10)";
|
|
2353
|
+
readonly 'brandSecondaryOrange-20': "rgba(217, 154, 170, 0.20)";
|
|
2354
|
+
readonly accent: "#d98599";
|
|
2329
2355
|
readonly brandLightGray: "#1a212d";
|
|
2330
2356
|
readonly brandDarkGray: "#eef2f8";
|
|
2331
2357
|
readonly inherit: string;
|
|
@@ -2383,7 +2409,6 @@ export declare const publicDarkThemeValues: {
|
|
|
2383
2409
|
readonly 'black-100': string;
|
|
2384
2410
|
readonly 'black-10': string;
|
|
2385
2411
|
readonly 'black-2': string;
|
|
2386
|
-
readonly primary: "#B2184F";
|
|
2387
2412
|
readonly secondary: "#166534";
|
|
2388
2413
|
readonly secondaryHover: "#23A559";
|
|
2389
2414
|
readonly error: "#ED4245";
|
|
@@ -2394,19 +2419,18 @@ export declare const publicDarkThemeValues: {
|
|
|
2394
2419
|
readonly success: "#23A559";
|
|
2395
2420
|
readonly warning: "#F0B232";
|
|
2396
2421
|
readonly info: "#3B82F6";
|
|
2397
|
-
readonly brandPrimaryRed: "#B2184F";
|
|
2398
2422
|
readonly brandWhite: "#FFFFFF";
|
|
2399
2423
|
readonly brandBackgroundGradient: string;
|
|
2400
2424
|
};
|
|
2401
2425
|
readonly backgroundImage: {
|
|
2402
|
-
readonly pageShellSurface: "linear-gradient(180deg, #
|
|
2403
|
-
readonly floatingChatSurface: "radial-gradient(circle at 0% 0%, rgba(
|
|
2404
|
-
readonly loadingShimmer: "linear-gradient(90deg, #
|
|
2405
|
-
readonly surfaceChrome: "linear-gradient(180deg, #
|
|
2426
|
+
readonly pageShellSurface: "linear-gradient(180deg, #151c26 0%, #1d2633 100%)";
|
|
2427
|
+
readonly floatingChatSurface: "radial-gradient(circle at 0% 0%, rgba(217, 154, 170, 0.10) 0%, transparent 55%), linear-gradient(135deg, #10151d 0%, #151c26 100%)";
|
|
2428
|
+
readonly loadingShimmer: "linear-gradient(90deg, #1d2633 0%, #151c26 45%, #1d2633 90%)";
|
|
2429
|
+
readonly surfaceChrome: "linear-gradient(180deg, #10151d 0%, #151c26 100%)";
|
|
2406
2430
|
readonly tableHeaderAccent: "linear-gradient(90deg, rgba(255, 171, 199, 0.08), transparent 64%)";
|
|
2407
|
-
readonly listHeaderSurface: "linear-gradient(135deg, #
|
|
2408
|
-
readonly pendingBar: "linear-gradient(90deg, #
|
|
2409
|
-
readonly metricPrimarySurface: "linear-gradient(135deg, #
|
|
2431
|
+
readonly listHeaderSurface: "linear-gradient(135deg, #151c26 0%, #10151d 58%)";
|
|
2432
|
+
readonly pendingBar: "linear-gradient(90deg, #321c2a 0%, #ffb8cf 60%, #321c2a 100%)";
|
|
2433
|
+
readonly metricPrimarySurface: "linear-gradient(135deg, #321c2a, transparent 58%)";
|
|
2410
2434
|
readonly metricInfoSurface: "linear-gradient(135deg, #172c52, transparent 58%)";
|
|
2411
2435
|
readonly metricSuccessSurface: "linear-gradient(135deg, #153624, transparent 58%)";
|
|
2412
2436
|
readonly metricWarningSurface: "linear-gradient(135deg, #3b2d16, transparent 58%)";
|
|
@@ -2422,19 +2446,19 @@ export declare const publicDarkThemeValues: {
|
|
|
2422
2446
|
readonly brandCardGlow: `0 0px 72px color-mix(in srgb, ${string} 38%, transparent)`;
|
|
2423
2447
|
readonly authCardGlow: `0 0 96px color-mix(in srgb, ${string} 42%, transparent)`;
|
|
2424
2448
|
readonly profileDropdownShadow: `0 18px 36px color-mix(in srgb, ${string} 40%, transparent)`;
|
|
2425
|
-
readonly badgeInset: "inset 0 0 0 1px #
|
|
2426
|
-
readonly badgeDotRing: "0 0 0 2px #
|
|
2427
|
-
readonly primaryInsetRing: "inset 0 0 0 1px #
|
|
2428
|
-
readonly primaryLightRing: "0 0 0 1px rgba(
|
|
2429
|
-
readonly primaryLightRingStrong: "0 0 0 2px rgba(
|
|
2430
|
-
readonly focusRing: "0 0 0 3px rgba(
|
|
2449
|
+
readonly badgeInset: "inset 0 0 0 1px #293445";
|
|
2450
|
+
readonly badgeDotRing: "0 0 0 2px #10151d";
|
|
2451
|
+
readonly primaryInsetRing: "inset 0 0 0 1px #e85d8d";
|
|
2452
|
+
readonly primaryLightRing: "0 0 0 1px rgba(232, 93, 141, 0.2)";
|
|
2453
|
+
readonly primaryLightRingStrong: "0 0 0 2px rgba(232, 93, 141, 0.2)";
|
|
2454
|
+
readonly focusRing: "0 0 0 3px rgba(232, 93, 141, 0.2)";
|
|
2431
2455
|
readonly focusRingError: "0 0 0 3px color-mix(in srgb, #ED4245 24%, transparent)";
|
|
2432
|
-
readonly focusRingBrand: "0 0 0 2px #
|
|
2456
|
+
readonly focusRingBrand: "0 0 0 2px #d99aaa";
|
|
2433
2457
|
readonly interactiveHover: `0 8px 18px color-mix(in srgb, ${string} 28%, transparent)`;
|
|
2434
2458
|
readonly interactivePressed: `0 2px 6px color-mix(in srgb, ${string} 36%, transparent)`;
|
|
2435
2459
|
readonly successLightRing: "0 0 0 2px #183626";
|
|
2436
2460
|
readonly sidebarActiveInset: `inset 2px 0 0 ${string}`;
|
|
2437
|
-
readonly metricPrimaryAccent: "inset 3px 0 0 #
|
|
2461
|
+
readonly metricPrimaryAccent: "inset 3px 0 0 #8f3e5d";
|
|
2438
2462
|
readonly metricInfoAccent: "inset 3px 0 0 #3d6ea8";
|
|
2439
2463
|
readonly metricSuccessAccent: "inset 3px 0 0 #2f8d55";
|
|
2440
2464
|
readonly metricWarningAccent: "inset 3px 0 0 #a56a18";
|
|
@@ -2450,67 +2474,68 @@ export declare const publicDarkThemeValues: {
|
|
|
2450
2474
|
readonly none: "none";
|
|
2451
2475
|
};
|
|
2452
2476
|
readonly sidebar: {
|
|
2453
|
-
readonly background: "#
|
|
2454
|
-
readonly borderColor: "#
|
|
2477
|
+
readonly background: "#0f1620";
|
|
2478
|
+
readonly borderColor: "#344154";
|
|
2455
2479
|
readonly scrollbarColor: "#364357";
|
|
2456
2480
|
readonly itemColor: "#c5ccda";
|
|
2457
|
-
readonly itemHoverBackground: "
|
|
2481
|
+
readonly itemHoverBackground: "#1d2633";
|
|
2458
2482
|
readonly itemHoverColor: "#f5f7fb";
|
|
2459
|
-
readonly itemActiveBackground: "#
|
|
2460
|
-
readonly itemActiveBackgroundImage: "
|
|
2461
|
-
readonly itemActiveColor: "#
|
|
2462
|
-
readonly itemActiveBorderColor: "#
|
|
2463
|
-
readonly itemActiveShadow: "
|
|
2483
|
+
readonly itemActiveBackground: "#321c2a";
|
|
2484
|
+
readonly itemActiveBackgroundImage: "none";
|
|
2485
|
+
readonly itemActiveColor: "#ffb8cf";
|
|
2486
|
+
readonly itemActiveBorderColor: "#8f3e5d";
|
|
2487
|
+
readonly itemActiveShadow: "inset 2px 0 0 #ffb8cf";
|
|
2464
2488
|
readonly itemDisabledColor: "#98a3b7";
|
|
2465
|
-
readonly itemFocusRing: "0 0 0
|
|
2466
|
-
readonly nestedBorderColor: "#
|
|
2489
|
+
readonly itemFocusRing: "0 0 0 3px rgba(232, 93, 141, 0.2)";
|
|
2490
|
+
readonly nestedBorderColor: "#344154";
|
|
2467
2491
|
readonly sectionHeaderColor: "#98a3b7";
|
|
2468
2492
|
readonly sectionHeaderIconColor: "#98a3b7";
|
|
2469
|
-
readonly sectionHeaderHoverBackground: "
|
|
2493
|
+
readonly sectionHeaderHoverBackground: "#1d2633";
|
|
2470
2494
|
readonly sectionToggleColor: "#98a3b7";
|
|
2471
|
-
readonly actionColor: "#
|
|
2472
|
-
readonly actionHoverBackground: "#
|
|
2473
|
-
readonly actionHoverColor: "#
|
|
2474
|
-
readonly actionFocusRing: "0 0 0
|
|
2475
|
-
readonly dragHandleColor: "#
|
|
2476
|
-
readonly dragHandleHoverBackground: "
|
|
2477
|
-
readonly dragHandleHoverColor: "#
|
|
2478
|
-
readonly dragOverlayBackground: "#
|
|
2495
|
+
readonly actionColor: "#c5ccda";
|
|
2496
|
+
readonly actionHoverBackground: "#1d2633";
|
|
2497
|
+
readonly actionHoverColor: "#f5f7fb";
|
|
2498
|
+
readonly actionFocusRing: "0 0 0 3px rgba(232, 93, 141, 0.2)";
|
|
2499
|
+
readonly dragHandleColor: "#c5ccda";
|
|
2500
|
+
readonly dragHandleHoverBackground: "#1d2633";
|
|
2501
|
+
readonly dragHandleHoverColor: "#f5f7fb";
|
|
2502
|
+
readonly dragOverlayBackground: "#202b39";
|
|
2479
2503
|
readonly dragOverlayColor: "#f5f7fb";
|
|
2480
|
-
readonly dragOverlayBorderColor: "#
|
|
2481
|
-
readonly insertionIndicatorColor: "#
|
|
2482
|
-
readonly collapseButtonBackground: "#
|
|
2483
|
-
readonly collapseButtonColor: "#
|
|
2484
|
-
readonly collapseButtonBorderColor: "#
|
|
2485
|
-
readonly collapseButtonHoverBackground: "#
|
|
2486
|
-
readonly collapseButtonHoverColor: "#
|
|
2487
|
-
readonly collapseButtonHoverShadow: "
|
|
2488
|
-
readonly collapseButtonFocusRing: "0 0 0
|
|
2504
|
+
readonly dragOverlayBorderColor: "#344154";
|
|
2505
|
+
readonly insertionIndicatorColor: "#ffb8cf";
|
|
2506
|
+
readonly collapseButtonBackground: "#151c26";
|
|
2507
|
+
readonly collapseButtonColor: "#c5ccda";
|
|
2508
|
+
readonly collapseButtonBorderColor: "#344154";
|
|
2509
|
+
readonly collapseButtonHoverBackground: "#1d2633";
|
|
2510
|
+
readonly collapseButtonHoverColor: "#f5f7fb";
|
|
2511
|
+
readonly collapseButtonHoverShadow: "none";
|
|
2512
|
+
readonly collapseButtonFocusRing: "0 0 0 3px rgba(232, 93, 141, 0.2)";
|
|
2489
2513
|
readonly profileTitleColor: "#c5ccda";
|
|
2490
|
-
readonly profileTriggerBackground: "#
|
|
2491
|
-
readonly profileTriggerBorderColor: "
|
|
2492
|
-
readonly profileTriggerHoverBackground: "#
|
|
2493
|
-
readonly profileTriggerHoverBorderColor: "#
|
|
2494
|
-
readonly profileTriggerFocusRing: "0 0 0
|
|
2495
|
-
readonly profileAvatarBackgroundImage: "linear-gradient(135deg, #
|
|
2514
|
+
readonly profileTriggerBackground: "#151c26";
|
|
2515
|
+
readonly profileTriggerBorderColor: "#344154";
|
|
2516
|
+
readonly profileTriggerHoverBackground: "#202b39";
|
|
2517
|
+
readonly profileTriggerHoverBorderColor: "#415069";
|
|
2518
|
+
readonly profileTriggerFocusRing: "0 0 0 3px rgba(232, 93, 141, 0.2)";
|
|
2519
|
+
readonly profileAvatarBackgroundImage: "linear-gradient(135deg, #e85d8d, #d99aaa)";
|
|
2496
2520
|
readonly profileAvatarColor: "#FFFFFF";
|
|
2497
2521
|
readonly profileTextColor: "#f5f7fb";
|
|
2498
2522
|
readonly profileSubtextColor: "#c5ccda";
|
|
2499
|
-
readonly profileMenuHoverBackground: "
|
|
2500
|
-
readonly profileMenuBorderColor: "
|
|
2523
|
+
readonly profileMenuHoverBackground: "#1d2633";
|
|
2524
|
+
readonly profileMenuBorderColor: "#344154";
|
|
2501
2525
|
};
|
|
2502
2526
|
readonly stroke: {
|
|
2503
2527
|
readonly none: "none";
|
|
2504
|
-
readonly
|
|
2528
|
+
readonly primary: "#e85d8d";
|
|
2529
|
+
readonly primaryLight: "rgba(232, 93, 141, 0.2)";
|
|
2505
2530
|
readonly secondaryLight: "#173126";
|
|
2506
|
-
readonly surface: "#
|
|
2507
|
-
readonly surfaceSecondary: "#
|
|
2508
|
-
readonly surfaceMuted: "#
|
|
2509
|
-
readonly surfaceElevated: "#
|
|
2510
|
-
readonly background: "#
|
|
2511
|
-
readonly backgroundSecondary: "#
|
|
2512
|
-
readonly backgroundTertiary: "#
|
|
2513
|
-
readonly backgroundModifier: "#
|
|
2531
|
+
readonly surface: "#10151d";
|
|
2532
|
+
readonly surfaceSecondary: "#151c26";
|
|
2533
|
+
readonly surfaceMuted: "#1d2633";
|
|
2534
|
+
readonly surfaceElevated: "#202b39";
|
|
2535
|
+
readonly background: "#080d13";
|
|
2536
|
+
readonly backgroundSecondary: "#0f1620";
|
|
2537
|
+
readonly backgroundTertiary: "#17202c";
|
|
2538
|
+
readonly backgroundModifier: "#2a3546";
|
|
2514
2539
|
readonly text: "#f5f7fb";
|
|
2515
2540
|
readonly textSecondary: "#c5ccda";
|
|
2516
2541
|
readonly textMuted: "#98a3b7";
|
|
@@ -2520,8 +2545,8 @@ export declare const publicDarkThemeValues: {
|
|
|
2520
2545
|
readonly controlBorder: "#415069";
|
|
2521
2546
|
readonly controlText: "#f5f7fb";
|
|
2522
2547
|
readonly controlPlaceholder: "#98a3b7";
|
|
2523
|
-
readonly border: "#
|
|
2524
|
-
readonly borderSubtle: "#
|
|
2548
|
+
readonly border: "#344154";
|
|
2549
|
+
readonly borderSubtle: "#293445";
|
|
2525
2550
|
readonly borderStrong: "#415069";
|
|
2526
2551
|
readonly borderLight: "#364357";
|
|
2527
2552
|
readonly overlayBackdrop: "rgba(3, 7, 18, 0.58)";
|
|
@@ -2533,9 +2558,9 @@ export declare const publicDarkThemeValues: {
|
|
|
2533
2558
|
readonly codeText: "#f5f7fb";
|
|
2534
2559
|
readonly codeToolbarSurface: "#351526";
|
|
2535
2560
|
readonly shimmerHighlight: "rgba(255, 255, 255, 0.52)";
|
|
2536
|
-
readonly tonePrimarySurface: "#
|
|
2537
|
-
readonly tonePrimaryText: "#
|
|
2538
|
-
readonly tonePrimaryBorder: "#
|
|
2561
|
+
readonly tonePrimarySurface: "#321c2a";
|
|
2562
|
+
readonly tonePrimaryText: "#ffb8cf";
|
|
2563
|
+
readonly tonePrimaryBorder: "#8f3e5d";
|
|
2539
2564
|
readonly toneInfoSurface: "#172c52";
|
|
2540
2565
|
readonly toneInfoText: "#9cc7ff";
|
|
2541
2566
|
readonly toneInfoBorder: "#3d6ea8";
|
|
@@ -2548,13 +2573,22 @@ export declare const publicDarkThemeValues: {
|
|
|
2548
2573
|
readonly toneDangerSurface: "#3a171c";
|
|
2549
2574
|
readonly toneDangerText: "#ff9aa2";
|
|
2550
2575
|
readonly toneDangerBorder: "#b94b54";
|
|
2576
|
+
readonly onPrimary: "#080d13";
|
|
2577
|
+
readonly onAccent: "#080d13";
|
|
2578
|
+
readonly onBrand: "#080d13";
|
|
2579
|
+
readonly brandSubtleSurface: "#271a24";
|
|
2580
|
+
readonly brandSubtleBorder: "#4b2b3a";
|
|
2581
|
+
readonly avatarSurface: "#172c52";
|
|
2582
|
+
readonly avatarText: "#9cc7ff";
|
|
2583
|
+
readonly timelineFadeSurface: "#202b39";
|
|
2551
2584
|
readonly successLight: "#183626";
|
|
2552
2585
|
readonly warningLight: "#3b2d16";
|
|
2553
2586
|
readonly infoLight: "#182544";
|
|
2554
|
-
readonly
|
|
2555
|
-
readonly
|
|
2556
|
-
readonly 'brandSecondaryOrange-
|
|
2557
|
-
readonly
|
|
2587
|
+
readonly brandPrimaryRed: "#e85d8d";
|
|
2588
|
+
readonly brandSecondaryOrange: "#d99aaa";
|
|
2589
|
+
readonly 'brandSecondaryOrange-10': "rgba(217, 154, 170, 0.10)";
|
|
2590
|
+
readonly 'brandSecondaryOrange-20': "rgba(217, 154, 170, 0.20)";
|
|
2591
|
+
readonly accent: "#d98599";
|
|
2558
2592
|
readonly brandLightGray: "#1a212d";
|
|
2559
2593
|
readonly brandDarkGray: "#eef2f8";
|
|
2560
2594
|
readonly inherit: string;
|
|
@@ -2612,7 +2646,6 @@ export declare const publicDarkThemeValues: {
|
|
|
2612
2646
|
readonly 'black-100': string;
|
|
2613
2647
|
readonly 'black-10': string;
|
|
2614
2648
|
readonly 'black-2': string;
|
|
2615
|
-
readonly primary: "#B2184F";
|
|
2616
2649
|
readonly secondary: "#166534";
|
|
2617
2650
|
readonly secondaryHover: "#23A559";
|
|
2618
2651
|
readonly error: "#ED4245";
|
|
@@ -2623,7 +2656,6 @@ export declare const publicDarkThemeValues: {
|
|
|
2623
2656
|
readonly success: "#23A559";
|
|
2624
2657
|
readonly warning: "#F0B232";
|
|
2625
2658
|
readonly info: "#3B82F6";
|
|
2626
|
-
readonly brandPrimaryRed: "#B2184F";
|
|
2627
2659
|
readonly brandWhite: "#FFFFFF";
|
|
2628
2660
|
readonly brandBackgroundGradient: string;
|
|
2629
2661
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"publicTheme.css.d.ts","sourceRoot":"","sources":["../../../src/theme/publicTheme.css.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,sBAAsB
|
|
1
|
+
{"version":3,"file":"publicTheme.css.d.ts","sourceRoot":"","sources":["../../../src/theme/publicTheme.css.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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"}
|