@plumile/ui 0.1.144 → 0.1.145
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/esm/admin/organisms/admin_sidebar/AdminSidebar.js +1 -1
- package/lib/esm/admin/organisms/admin_sidebar/adminSidebar.css.js +2 -2
- package/lib/esm/admin/organisms/admin_topbar/adminTopbar.css.js +1 -1
- package/lib/esm/atomic/atoms/badge/badge.css.js +7 -7
- package/lib/esm/atomic/atoms/button/button.css.js +38 -38
- package/lib/esm/atomic/atoms/button/button.css.js.map +1 -1
- package/lib/esm/atomic/atoms/checkbox/checkbox.css.js +6 -6
- package/lib/esm/atomic/atoms/checkbox/checkbox.css.js.map +1 -1
- package/lib/esm/atomic/atoms/error_message/errorMessage.css.js +1 -1
- package/lib/esm/atomic/atoms/input/input.css.js +9 -9
- package/lib/esm/atomic/atoms/label/label.css.js +4 -4
- package/lib/esm/atomic/atoms/modal/Modal.js +1 -1
- package/lib/esm/atomic/atoms/modal/modal.css.js +1 -1
- package/lib/esm/atomic/atoms/overlay/overlay.css.js +1 -1
- package/lib/esm/atomic/atoms/overlay/overlay.css.js.map +1 -1
- package/lib/esm/atomic/atoms/textarea/textarea.css.js +8 -8
- package/lib/esm/atomic/molecules/breadcrumb_navigation/BreadcrumbMenuPopover.js +1 -1
- package/lib/esm/atomic/molecules/breadcrumb_navigation/breadcrumbNavigation.css.js +1 -1
- package/lib/esm/atomic/molecules/checkbox_field/checkboxField.css.js +1 -1
- package/lib/esm/atomic/molecules/dropdown/dropdown.css.js +1 -1
- package/lib/esm/atomic/molecules/empty-state/EmptyState.css.js +28 -28
- package/lib/esm/atomic/molecules/form/formStyles.css.js +1 -1
- package/lib/esm/atomic/molecules/form/formStyles.css.js.map +1 -1
- package/lib/esm/atomic/molecules/form_error/formError.css.js +1 -1
- package/lib/esm/atomic/molecules/form_field/formField.css.js +1 -1
- package/lib/esm/atomic/molecules/highlight/HighlightCode.css.js +1 -1
- package/lib/esm/atomic/molecules/highlight/highlightStyles.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/LazyMarkdownRenderer.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownArticleContainer.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownBlockquote.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownCodeCopyButton.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownFootnoteDefinition.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownFootnoteReference.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownFootnotesSection.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownHeading.css.js +7 -8
- package/lib/esm/atomic/molecules/markdown/components/MarkdownHtmlFallback.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownImage.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownInlineCode.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownLink.css.js +2 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownList.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownListItem.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownMark.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownMermaidBlock.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownParagraph.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownStrong.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownTable.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownTableCaption.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownTableCell.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownTableHead.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownTableHeaderCell.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownTaskListItem.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownText.css.js +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownThematicBreak.css.js +1 -1
- package/lib/esm/atomic/molecules/tabs/tabs.css.js +16 -16
- package/lib/esm/atomic/molecules/toast/toast.css.js +2 -2
- package/lib/esm/atomic/organisms/login_form/loginForm.css.js +1 -1
- package/lib/esm/atomic/organisms/sidebar/NavigationSidebar.js +85 -85
- package/lib/esm/atomic/organisms/sidebar/NavigationSidebar.js.map +1 -1
- package/lib/esm/atomic/organisms/sidebar/SidebarContainer.js +19 -19
- package/lib/esm/atomic/organisms/sidebar/SidebarContainer.js.map +1 -1
- package/lib/esm/atomic/organisms/sidebar/navigationSidebar.css.js +16 -16
- package/lib/esm/atomic/organisms/sidebar/navigationSidebar.css.js.map +1 -1
- package/lib/esm/atomic/organisms/sidebar/sidebar.css.js +6 -6
- package/lib/esm/atomic/organisms/sidebar/sidebar.css.js.map +1 -1
- package/lib/esm/atomic/templates/auth_layout/authLayout.css.js +1 -1
- package/lib/esm/atomic/templates/auth_layout/authLayout.css.js.map +1 -1
- package/lib/esm/atomic/templates/page-container/PageContainer.js +3 -3
- package/lib/esm/atomic/templates/page-container/pageContainer.css.js +1 -1
- package/lib/esm/backoffice/atoms/backoffice_id_badge/backofficeIdBadge.css.js +1 -1
- package/lib/esm/backoffice/atoms/copyable_text/copyableText.css.js +1 -1
- package/lib/esm/backoffice/atoms/shortcut_hint/shortcutHint.css.js +1 -1
- package/lib/esm/backoffice/atoms/skeleton/skeleton.css.js +5 -5
- package/lib/esm/backoffice/atoms/spinner/spinner.css.js +1 -1
- package/lib/esm/backoffice/atoms/status_badge/statusBadge.css.js +1 -1
- package/lib/esm/backoffice/atoms/tag/tag.css.js +7 -7
- package/lib/esm/backoffice/molecules/backoffice_detail_field/backofficeDetailField.css.js +8 -8
- package/lib/esm/backoffice/molecules/backoffice_detail_flag_tag/backofficeDetailFlagTag.css.js +1 -1
- package/lib/esm/backoffice/molecules/backoffice_detail_section/backofficeDetailSection.css.js +1 -1
- package/lib/esm/backoffice/molecules/backoffice_detail_tagged_value/backofficeDetailTaggedValue.css.js +1 -1
- package/lib/esm/backoffice/molecules/backoffice_filter_drawer/BackofficeFilterDrawer.js +7 -7
- package/lib/esm/backoffice/molecules/backoffice_filter_drawer/backofficeFilterDrawer.css.js +1 -1
- package/lib/esm/backoffice/molecules/backoffice_filter_field/backofficeFilterField.css.js +1 -1
- package/lib/esm/backoffice/molecules/backoffice_json_viewer/LazyBackofficeJsonViewer.css.js +1 -1
- package/lib/esm/backoffice/molecules/backoffice_json_viewer/LazyBackofficeJsonViewer.js +1 -1
- package/lib/esm/backoffice/molecules/backoffice_json_viewer/backofficeJsonViewer.css.js +1 -1
- package/lib/esm/backoffice/molecules/backoffice_key_value_list/backofficeKeyValueList.css.js +1 -1
- package/lib/esm/backoffice/molecules/backoffice_list_footer/BackofficeListFooter.js +2 -2
- package/lib/esm/backoffice/molecules/backoffice_list_footer/backofficeListFooter.css.js +1 -1
- package/lib/esm/backoffice/molecules/backoffice_page_header/BackofficePageHeader.js +4 -4
- package/lib/esm/backoffice/molecules/backoffice_page_header/backofficePageHeader.css.js +1 -1
- package/lib/esm/backoffice/molecules/backoffice_payload_viewer/BackofficePayloadViewer.js +1 -1
- package/lib/esm/backoffice/molecules/backoffice_payload_viewer/backofficePayloadViewer.css.js +1 -1
- package/lib/esm/backoffice/molecules/backoffice_picker/backofficePicker.css.js +1 -1
- package/lib/esm/backoffice/molecules/backoffice_reference_value/backofficeReferenceValue.css.js +1 -1
- package/lib/esm/backoffice/molecules/backoffice_relations_menu/BackofficeRelationsMenu.js +4 -4
- package/lib/esm/backoffice/molecules/backoffice_relations_menu/backofficeRelationsMenu.css.js +1 -1
- package/lib/esm/backoffice/molecules/backoffice_status_meta_badge/backofficeStatusMetaBadge.css.js +1 -1
- package/lib/esm/backoffice/molecules/backoffice_table_skeleton/backofficeTableSkeleton.css.js +4 -4
- package/lib/esm/backoffice/molecules/backoffice_toolbar/BackofficeToolbar.js +8 -8
- package/lib/esm/backoffice/molecules/backoffice_toolbar/backofficeToolbar.css.js +4 -4
- package/lib/esm/backoffice/molecules/bulk_actions_bar/bulkActionsBar.css.js +1 -1
- package/lib/esm/backoffice/molecules/confirm_dialog/confirmDialog.css.js +1 -1
- package/lib/esm/backoffice/molecules/filter_chip_row/filterChipRow.css.js +1 -1
- package/lib/esm/backoffice/molecules/global_search_input/globalSearchInput.css.js +1 -1
- package/lib/esm/backoffice/molecules/sidebar_collapse_toggle/SidebarCollapseToggle.js +0 -1
- package/lib/esm/backoffice/molecules/sidebar_collapse_toggle/SidebarCollapseToggle.js.map +1 -1
- package/lib/esm/backoffice/molecules/sidebar_collapse_toggle/sidebarCollapseToggle.css.js +1 -1
- package/lib/esm/backoffice/molecules/sidebar_nav_item/sidebarNavItem.css.js +1 -1
- package/lib/esm/backoffice/molecules/sidebar_nav_section/SidebarNavSection.js +5 -5
- package/lib/esm/backoffice/molecules/sidebar_nav_section/sidebarNavSection.css.js +1 -1
- package/lib/esm/backoffice/molecules/sidebar_profile_menu/BackofficeSidebarProfileMenu.js +3 -3
- package/lib/esm/backoffice/molecules/sidebar_profile_menu/sidebarProfileMenu.css.js +5 -5
- package/lib/esm/backoffice/organisms/audit_timeline/auditTimeline.css.js +6 -6
- package/lib/esm/backoffice/organisms/backoffice_data_table/backofficeDataTable.css.js +1 -1
- package/lib/esm/backoffice/organisms/entity_header/entityHeader.css.js +1 -1
- package/lib/esm/backoffice/templates/detail_page_template/DetailPageTemplate.js +4 -4
- package/lib/esm/backoffice/templates/detail_page_template/detailPageTemplate.css.js +5 -5
- package/lib/esm/backoffice/templates/list_page_template/ListPageTemplate.js +1 -1
- package/lib/esm/backoffice/templates/list_page_template/listPageTemplate.css.js +8 -8
- package/lib/esm/components/agent/AgentMarkdownCard.css.js +1 -1
- package/lib/esm/components/charts/metricHistoryChart.css.js +1 -1
- package/lib/esm/components/charts/timeSeriesLineChart.css.js +1 -1
- package/lib/esm/components/dashboard/activity_card/ActivityCard.css.js +1 -1
- package/lib/esm/components/dashboard/activity_card/ActivityCard.js +2 -2
- package/lib/esm/components/dashboard/activity_feed/ActivityFeed.css.js +1 -1
- package/lib/esm/components/dashboard/dashboard_grid/DashboardGrid.css.js +14 -14
- package/lib/esm/components/dashboard/dashboard_metric_group/DashboardMetricGroup.css.js +1 -1
- package/lib/esm/components/dashboard/dashboard_panel/DashboardPanel.css.js +1 -1
- package/lib/esm/components/dashboard/dashboard_quick_actions/DashboardQuickActions.css.js +1 -1
- package/lib/esm/components/dashboard/dashboard_status_list/DashboardStatusList.css.js +1 -1
- package/lib/esm/components/dashboard/metadata_strip/MetadataStrip.css.js +1 -1
- package/lib/esm/components/dashboard/metric_card/MetricCard.css.js +6 -6
- package/lib/esm/components/dashboard/metric_card/MetricCard.js +2 -2
- package/lib/esm/components/dashboard/metric_tile_group/MetricTileGroup.css.js +11 -11
- package/lib/esm/components/dashboard/page_hero/PageHero.css.js +1 -1
- package/lib/esm/components/dashboard/page_hero/PageHero.js +3 -3
- package/lib/esm/components/dashboard/selectable_card/SelectableCard.css.js +1 -1
- package/lib/esm/components/dashboard/selectable_card/SelectableCard.js +2 -2
- package/lib/esm/components/dashboard/status_summary_panel/StatusSummaryPanel.css.js +1 -1
- package/lib/esm/components/dashboard/status_summary_panel/StatusSummaryPanel.js +1 -1
- package/lib/esm/components/dashboard/timeline_event_row/TimelineEventRow.css.js +2 -2
- package/lib/esm/components/dashboard/timeline_event_row/TimelineEventRow.js +8 -8
- package/lib/esm/components/data-table/DataTable.css.js +28 -28
- package/lib/esm/components/data-table/DataTable.css.js.map +1 -1
- package/lib/esm/components/data-table/DataTable.js +1 -1
- package/lib/esm/components/data-table/ResponsiveRecordList.css.js +6 -6
- package/lib/esm/components/data-table/TableCell.css.js +2 -2
- package/lib/esm/components/data-table/VirtualizedConnectionTable.css.js +1 -1
- package/lib/esm/components/feedback/OperationFeedback.css.js +1 -1
- package/lib/esm/components/feedback/inlineBanner.css.js +6 -6
- package/lib/esm/components/infinite/InfiniteScrollTrigger.js +1 -1
- package/lib/esm/components/infinite/infiniteScrollTrigger.css.js +1 -1
- package/lib/esm/components/layout/ActionPanel.css.js +1 -1
- package/lib/esm/components/layout/ActionPanel.js +2 -2
- package/lib/esm/components/layout/AppHeader.css.js +1 -1
- package/lib/esm/components/layout/AppHeader.js +4 -4
- package/lib/esm/components/layout/ContentLayout.css.js +1 -1
- package/lib/esm/components/layout/ContentLayout.js +2 -2
- package/lib/esm/components/layout/DetailSummaryHeader.css.js +1 -1
- package/lib/esm/components/layout/DetailSummaryHeader.js +3 -3
- package/lib/esm/components/layout/PageShell.css.js +1 -1
- package/lib/esm/components/layout/PageShell.js +5 -5
- package/lib/esm/components/layout/ResizableSplitView.css.js +1 -1
- package/lib/esm/components/layout/ResizableSplitView.js +1 -1
- package/lib/esm/components/layout/SettingsLayout.css.js +1 -1
- package/lib/esm/components/layout/Surface.css.js +15 -15
- package/lib/esm/components/layout/Surface.css.js.map +1 -1
- package/lib/esm/components/layout/Surface.js +6 -6
- package/lib/esm/components/layout/toolbar/Toolbar.css.js +16 -16
- package/lib/esm/components/media/imagePreviewModal.css.js +5 -5
- package/lib/esm/components/navigation/sidebar/SidebarNavigation.js +1 -1
- package/lib/esm/components/navigation/sidebar/sidebarNavigation.css.js +2 -2
- package/lib/esm/components/responsive/ResponsiveCollectionRenderer.css.js +1 -1
- package/lib/esm/components/routing/routeFallback.css.js +1 -1
- package/lib/esm/components/routing/routePendingBar.css.js +1 -1
- package/lib/esm/components/select/SimpleSelect.css.js +13 -13
- package/lib/esm/components/select/SimpleSelect.css.js.map +1 -1
- package/lib/esm/components/tile/InfoTile.css.js +1 -1
- package/lib/esm/components/tile/InfoTile.js +3 -3
- package/lib/esm/style.css +1 -1
- package/lib/esm/theme/accessibility.css.js +1 -1
- package/lib/esm/theme/backofficeTheme.css.js +112 -80
- package/lib/esm/theme/backofficeTheme.css.js.map +1 -1
- package/lib/esm/theme/colors.js +8 -0
- package/lib/esm/theme/colors.js.map +1 -1
- package/lib/esm/theme/publicTheme.css.js +123 -91
- package/lib/esm/theme/publicTheme.css.js.map +1 -1
- package/lib/esm/theme/sprinkles.css.js +12988 -11500
- package/lib/esm/theme/sprinkles.css.js.map +1 -1
- package/lib/esm/theme/styleRecipes.css.js +8 -8
- package/lib/esm/theme/theme.css.js +235 -171
- package/lib/esm/theme/themeContract.css.js +1922 -1898
- package/lib/esm/theme/themeContract.css.js.map +1 -1
- package/lib/types/atomic/organisms/sidebar/NavigationSidebar.d.ts.map +1 -1
- package/lib/types/atomic/organisms/sidebar/SidebarContainer.d.ts.map +1 -1
- package/lib/types/atomic/organisms/sidebar/navigationSidebar.css.d.ts +2 -0
- package/lib/types/atomic/organisms/sidebar/navigationSidebar.css.d.ts.map +1 -1
- package/lib/types/atomic/organisms/sidebar/sidebar.css.d.ts +1 -0
- package/lib/types/atomic/organisms/sidebar/sidebar.css.d.ts.map +1 -1
- package/lib/types/backoffice/molecules/sidebar_collapse_toggle/SidebarCollapseToggle.d.ts.map +1 -1
- package/lib/types/theme/backofficeTheme.css.d.ts +112 -80
- package/lib/types/theme/backofficeTheme.css.d.ts.map +1 -1
- package/lib/types/theme/colors.d.ts +8 -0
- package/lib/types/theme/colors.d.ts.map +1 -1
- package/lib/types/theme/publicTheme.css.d.ts +123 -91
- package/lib/types/theme/publicTheme.css.d.ts.map +1 -1
- package/lib/types/theme/sprinkles.css.d.ts +129 -129
- package/lib/types/theme/themeContract.css.d.ts +24 -0
- package/lib/types/theme/themeContract.css.d.ts.map +1 -1
- package/package.json +3 -3
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"themeContract.css.js","names":[],"sources":["../../../src/theme/themeContract.css.ts"],"sourcesContent":["import { createThemeContract } from '@vanilla-extract/css';\n\nexport const colors = {\n inherit: '',\n current: '',\n transparent: '',\n black: '',\n white: '',\n 'red-50': '',\n 'red-100': '',\n 'red-200': '',\n 'red-300': '',\n 'red-400': '',\n 'red-500': '',\n 'red-600': '',\n 'red-700': '',\n 'red-800': '',\n 'red-900': '',\n 'amber-50': '',\n 'amber-100': '',\n 'amber-200': '',\n 'amber-300': '',\n 'amber-400': '',\n 'amber-500': '',\n 'amber-600': '',\n 'amber-700': '',\n 'amber-800': '',\n 'amber-900': '',\n 'green-50': '',\n 'green-100': '',\n 'green-200': '',\n 'green-300': '',\n 'green-400': '',\n 'green-500': '',\n 'green-600': '',\n 'green-700': '',\n 'green-800': '',\n 'green-900': '',\n 'blue-50': '',\n 'blue-100': '',\n 'blue-200': '',\n 'blue-250': '',\n 'blue-300': '',\n 'blue-400': '',\n 'blue-500': '',\n 'blue-600': '',\n 'blue-700': '',\n 'blue-800': '',\n 'blue-900': '',\n 'white-500': '',\n 'transparent-500': '',\n 'transparent-125': '',\n 'black-440': '',\n 'black-300': '',\n 'black-200': '',\n 'black-100': '',\n 'black-10': '',\n 'black-2': '',\n primary: '',\n primaryLight: '',\n secondary: '',\n secondaryHover: '',\n secondaryLight: '',\n surface: '',\n surfaceSecondary: '',\n surfaceMuted: '',\n surfaceElevated: '',\n background: '',\n backgroundSecondary: '',\n backgroundTertiary: '',\n backgroundModifier: '',\n text: '',\n textSecondary: '',\n textMuted: '',\n controlSurface: '',\n controlSurfaceHover: '',\n controlSurfaceDisabled: '',\n controlBorder: '',\n controlText: '',\n controlPlaceholder: '',\n overlayBackdrop: '',\n tableHeaderAccent: '',\n tableRowHoverSurface: '',\n tableRowSelectedSurface: '',\n tableRowDangerSurface: '',\n codeSurface: '',\n codeText: '',\n codeToolbarSurface: '',\n shimmerHighlight: '',\n border: '',\n borderSubtle: '',\n borderStrong: '',\n borderLight: '',\n tonePrimarySurface: '',\n tonePrimaryText: '',\n tonePrimaryBorder: '',\n toneInfoSurface: '',\n toneInfoText: '',\n toneInfoBorder: '',\n toneSuccessSurface: '',\n toneSuccessText: '',\n toneSuccessBorder: '',\n toneWarningSurface: '',\n toneWarningText: '',\n toneWarningBorder: '',\n toneDangerSurface: '',\n toneDangerText: '',\n toneDangerBorder: '',\n error: '',\n 'error-8': '',\n 'error-10': '',\n 'error-12': '',\n 'error-35': '',\n success: '',\n successLight: '',\n warning: '',\n warningLight: '',\n info: '',\n infoLight: '',\n brandPrimaryRed: '',\n brandSecondaryOrange: '',\n 'brandSecondaryOrange-10': '',\n 'brandSecondaryOrange-20': '',\n accent: '',\n brandWhite: '',\n brandLightGray: '',\n brandDarkGray: '',\n brandBackgroundGradient: '',\n};\n\nexport const spacing = {\n auto: '',\n full: '',\n px: '',\n '-px': '',\n '-108': '',\n '-102': '',\n '-96': '',\n '-88': '',\n '-80': '',\n '-72': '',\n '-64': '',\n '-60': '',\n '-56': '',\n '-52': '',\n '-48': '',\n '-44': '',\n '-40': '',\n '-36': '',\n '-34': '',\n '-32': '',\n '-30': '',\n '-28': '',\n '-24': '',\n '-20': '',\n '-19': '',\n '-17.5': '',\n '-16': '',\n '-15': '',\n '-14': '',\n '-13': '',\n '-12': '',\n '-11': '',\n '-10': '',\n '-9': '',\n '-8': '',\n '-7': '',\n '-6': '',\n '-5': '',\n '-4': '',\n '-3.5': '',\n '-3': '',\n '-2.5': '',\n '-2': '',\n '-1.5': '',\n '-1': '',\n '-0.5': '',\n 0: '',\n 0.5: '',\n 1: '',\n 1.5: '',\n 2: '',\n 2.5: '',\n 3: '',\n 3.5: '',\n 4: '',\n 5: '',\n 6: '',\n 7: '',\n 8: '',\n 9: '',\n 10: '',\n 11: '',\n 12: '',\n 13: '',\n 14: '',\n 15: '',\n 16: '',\n 17.5: '',\n 18: '',\n 18.5: '',\n 19: '',\n 20: '',\n 24: '',\n 28: '',\n 30: '',\n 32: '',\n 34: '',\n 36: '',\n 40: '',\n 44: '',\n 48: '',\n 52: '',\n 56: '',\n 60: '',\n 64: '',\n 72: '',\n 80: '',\n 88: '',\n 96: '',\n 102: '',\n 108: '',\n 112: '',\n 120: '',\n};\n\nexport const vars = createThemeContract({\n spacing,\n screens: {\n sm: '',\n md: '',\n lg: '',\n xl: '',\n xxl: '',\n },\n animation: {\n none: '',\n spin: '',\n ping: '',\n pulse: '',\n bounce: '',\n },\n colors: {\n inherit: '',\n current: '',\n transparent: '',\n black: '',\n white: '',\n 'red-50': '',\n 'red-100': '',\n 'red-200': '',\n 'red-300': '',\n 'red-400': '',\n 'red-500': '',\n 'red-600': '',\n 'red-700': '',\n 'red-800': '',\n 'red-900': '',\n 'amber-50': '',\n 'amber-100': '',\n 'amber-200': '',\n 'amber-300': '',\n 'amber-400': '',\n 'amber-500': '',\n 'amber-600': '',\n 'amber-700': '',\n 'amber-800': '',\n 'amber-900': '',\n 'green-50': '',\n 'green-100': '',\n 'green-200': '',\n 'green-300': '',\n 'green-400': '',\n 'green-500': '',\n 'green-600': '',\n 'green-700': '',\n 'green-800': '',\n 'green-900': '',\n 'blue-50': '',\n 'blue-100': '',\n 'blue-200': '',\n 'blue-250': '',\n 'blue-300': '',\n 'blue-400': '',\n 'blue-500': '',\n 'blue-600': '',\n 'blue-700': '',\n 'blue-800': '',\n 'blue-900': '',\n 'white-500': '',\n 'transparent-500': '',\n 'transparent-125': '',\n 'black-440': '',\n 'black-300': '',\n 'black-200': '',\n 'black-100': '',\n 'black-10': '',\n 'black-2': '',\n primary: '',\n primaryLight: '',\n secondary: '',\n secondaryHover: '',\n secondaryLight: '',\n surface: '',\n surfaceSecondary: '',\n surfaceMuted: '',\n surfaceElevated: '',\n background: '',\n backgroundSecondary: '',\n backgroundTertiary: '',\n backgroundModifier: '',\n text: '',\n textSecondary: '',\n textMuted: '',\n controlSurface: '',\n controlSurfaceHover: '',\n controlSurfaceDisabled: '',\n controlBorder: '',\n controlText: '',\n controlPlaceholder: '',\n overlayBackdrop: '',\n tableHeaderAccent: '',\n tableRowHoverSurface: '',\n tableRowSelectedSurface: '',\n tableRowDangerSurface: '',\n codeSurface: '',\n codeText: '',\n codeToolbarSurface: '',\n shimmerHighlight: '',\n border: '',\n borderSubtle: '',\n borderStrong: '',\n borderLight: '',\n tonePrimarySurface: '',\n tonePrimaryText: '',\n tonePrimaryBorder: '',\n toneInfoSurface: '',\n toneInfoText: '',\n toneInfoBorder: '',\n toneSuccessSurface: '',\n toneSuccessText: '',\n toneSuccessBorder: '',\n toneWarningSurface: '',\n toneWarningText: '',\n toneWarningBorder: '',\n toneDangerSurface: '',\n toneDangerText: '',\n toneDangerBorder: '',\n error: '',\n 'error-8': '',\n 'error-10': '',\n 'error-12': '',\n 'error-35': '',\n success: '',\n successLight: '',\n warning: '',\n warningLight: '',\n info: '',\n infoLight: '',\n brandPrimaryRed: '',\n brandSecondaryOrange: '',\n 'brandSecondaryOrange-10': '',\n 'brandSecondaryOrange-20': '',\n accent: '',\n brandWhite: '',\n brandLightGray: '',\n brandDarkGray: '',\n brandBackgroundGradient: '',\n },\n backgroundImage: {\n brandDiagonal: '',\n brandDiagonal125: '',\n brandBackgroundGradient: '',\n pageShellSurface: '',\n floatingChatSurface: '',\n loadingShimmer: '',\n surfaceChrome: '',\n tableHeaderAccent: '',\n listHeaderSurface: '',\n pendingBar: '',\n metricPrimarySurface: '',\n metricInfoSurface: '',\n metricSuccessSurface: '',\n metricWarningSurface: '',\n metricDangerSurface: '',\n badgeShimmer: '',\n },\n borderRadius: {\n none: '',\n sm: '',\n default: '',\n md: '',\n lg: '',\n xl: '',\n '2xl': '',\n '3xl': '',\n '4xl': '',\n '1/2': '',\n full: '',\n },\n borderSpacing: spacing,\n borderWidth: {\n default: '',\n ...spacing,\n 0: '',\n 2: '',\n 4: '',\n 6: '',\n 8: '',\n 10: '',\n },\n boxShadow: {\n sm: '',\n default: '',\n md: '',\n lg: '',\n xl: '',\n '2xl': '',\n inkSoft: '',\n inkGlow: '',\n brandGlow: '',\n brandCardGlow: '',\n authCardGlow: '',\n profileDropdownShadow: '',\n badgeInset: '',\n badgeDotRing: '',\n primaryInsetRing: '',\n primaryLightRing: '',\n primaryLightRingStrong: '',\n focusRing: '',\n focusRingError: '',\n focusRingBrand: '',\n interactiveHover: '',\n interactivePressed: '',\n successLightRing: '',\n sidebarActiveInset: '',\n metricPrimaryAccent: '',\n metricInfoAccent: '',\n metricSuccessAccent: '',\n metricWarningAccent: '',\n metricDangerAccent: '',\n inner: '',\n none: '',\n },\n dropShadow: {\n sm: '',\n default: '',\n md: '',\n lg: '',\n xl: '',\n '2xl': '',\n none: '',\n },\n grayscale: {\n 0: '',\n default: '',\n },\n hueRotate: {\n 0: '',\n 15: '',\n 30: '',\n 60: '',\n 90: '',\n 180: '',\n },\n invert: {\n 0: '',\n default: '',\n },\n flex: {\n 1: '',\n auto: '',\n initial: '',\n none: '',\n },\n flexBasis: {\n ...spacing,\n 260: '',\n '1/2': '',\n '1/3': '',\n '2/3': '',\n '1/4': '',\n '2/4': '',\n '3/4': '',\n '1/5': '',\n '2/5': '',\n '3/5': '',\n '4/5': '',\n '1/6': '',\n '2/6': '',\n '3/6': '',\n '4/6': '',\n '5/6': '',\n '1/12': '',\n '2/12': '',\n '3/12': '',\n '4/12': '',\n '5/12': '',\n '6/12': '',\n '7/12': '',\n '8/12': '',\n '9/12': '',\n '10/12': '',\n '11/12': '',\n full: '',\n },\n flexGrow: {\n 0: '',\n default: '',\n },\n flexShrink: {\n 0: '',\n default: '',\n },\n fontFamily: {\n sans: '',\n serif: '',\n mono: '',\n },\n fontSize: {\n '3xs': '',\n '2xs': '',\n xs: '',\n sm: '',\n base: '',\n lg: '',\n xl: '',\n '2xl': '',\n '3xl': '',\n '4xl': '',\n '5xl': '',\n '6xl': '',\n '7xl': '',\n '8xl': '',\n '9xl': '',\n responsive: '',\n },\n fontWeight: {\n thin: '',\n extralight: '',\n light: '',\n normal: '',\n medium: '',\n semibold: '',\n bold: '',\n extrabold: '',\n black: '',\n },\n gridAutoColumns: {\n auto: '',\n min: '',\n max: '',\n fr: '',\n },\n gridAutoRows: {\n auto: '',\n min: '',\n max: '',\n fr: '',\n },\n gridColumn: {\n auto: '',\n 'span-1': '',\n 'span-2': '',\n 'span-3': '',\n 'span-4': '',\n 'span-5': '',\n 'span-6': '',\n 'span-7': '',\n 'span-8': '',\n 'span-9': '',\n 'span-10': '',\n 'span-11': '',\n 'span-12': '',\n 'span-full': '',\n },\n gridColumnEnd: {\n auto: '',\n 1: '',\n 2: '',\n 3: '',\n 4: '',\n 5: '',\n 6: '',\n 7: '',\n 8: '',\n 9: '',\n 10: '',\n 11: '',\n 12: '',\n 13: '',\n },\n gridColumnStart: {\n auto: '',\n 1: '',\n 2: '',\n 3: '',\n 4: '',\n 5: '',\n 6: '',\n 7: '',\n 8: '',\n 9: '',\n 10: '',\n 11: '',\n 12: '',\n 13: '',\n },\n gridRow: {\n auto: '',\n 'span-1': '',\n 'span-2': '',\n 'span-3': '',\n 'span-4': '',\n 'span-5': '',\n 'span-6': '',\n 'span-full': '',\n },\n gridRowStart: {\n auto: '',\n 1: '',\n 2: '',\n 3: '',\n 4: '',\n 5: '',\n 6: '',\n 7: '',\n },\n gridRowEnd: {\n auto: '',\n 1: '',\n 2: '',\n 3: '',\n 4: '',\n 5: '',\n 6: '',\n 7: '',\n },\n gridTemplateColumns: {\n none: '',\n 1: '',\n 2: '',\n 3: '',\n 4: '',\n 5: '',\n 6: '',\n 7: '',\n 8: '',\n 9: '',\n 10: '',\n 11: '',\n 12: '',\n detailSingle: '',\n twoFrOneFr: '',\n detailAside320: '',\n minmax0Auto: '',\n toolbarActions: '',\n backofficeList: '',\n backofficeDetail: '',\n settingsSplit: '',\n splitViewSplit: '',\n keyValueSplit: '',\n metadataStripSplit: '',\n dashboardUneven: '',\n userProfileSplit: '',\n repeat4Fr: '',\n autoFillMinmax320: '',\n autoFitMinmax0: '',\n autoFitMinmax12_5rem: '',\n autoFitMinmax120: '',\n autoFitMinmax160: '',\n autoFitMinmax180: '',\n autoFitMinmax200: '',\n autoFitMinmax220: '',\n autoFitMinmax240: '',\n autoFitMinmax260: '',\n autoFitMinmax280: '',\n autoFitMinmax320: '',\n },\n gridTemplateRows: {\n none: '',\n 1: '',\n 2: '',\n 3: '',\n 4: '',\n 5: '',\n 6: '',\n autoMinmax0: '',\n autoAutoMinmax0: '',\n minmax0Auto: '',\n fr0: '',\n fr1: '',\n },\n left: { ...spacing, '1/2': '' },\n top: { ...spacing, '1/2': '' },\n height: {\n ...spacing,\n 1.1: '',\n 260: '',\n 300: '',\n 340: '',\n '1/2': '',\n '1/3': '',\n '2/3': '',\n '1/4': '',\n '2/4': '',\n '3/4': '',\n '1/5': '',\n '2/5': '',\n '3/5': '',\n '4/5': '',\n '1/6': '',\n '2/6': '',\n '3/6': '',\n '4/6': '',\n '5/6': '',\n full: '',\n screen: '',\n min: '',\n max: '',\n fit: '',\n auto: '',\n },\n inset: {\n ...spacing,\n '1/2': '',\n '1/3': '',\n '2/3': '',\n '1/4': '',\n '2/4': '',\n '3/4': '',\n full: '',\n },\n keyframes: {\n spin: {\n to: {\n transform: '',\n },\n },\n ping: {\n '75%, 100%': {\n transform: '',\n opacity: '',\n },\n },\n pulse: {\n '50%': {\n opacity: '',\n },\n },\n bounce: {\n '0%, 100%': {\n transform: '',\n animationTimingFunction: '',\n },\n '50%': {\n transform: '',\n animationTimingFunction: '',\n },\n },\n },\n letterSpacing: {\n tighter: '',\n tight: '',\n normal: '',\n wide: '',\n wider: '',\n widest: '',\n caps: '',\n capsTight: '',\n capsNarrow: '',\n },\n wordSpacing: {\n tighter: '',\n tight: '',\n normal: '',\n wide: '',\n wider: '',\n widest: '',\n },\n lineHeight: {\n ...spacing,\n 1.2: '',\n 1.3: '',\n 1.4: '',\n 1.45: '',\n 1.5: '',\n 1.6: '',\n 1.7: '',\n '3xs': '',\n '2xs': '',\n xs: '',\n sm: '',\n base: '',\n lg: '',\n xl: '',\n '2xl': '',\n '3xl': '',\n '4xl': '',\n '5xl': '',\n '6xl': '',\n '7xl': '',\n '8xl': '',\n '9xl': '',\n responsive: '',\n none: '',\n tight: '',\n snug: '',\n normal: '',\n relaxed: '',\n loose: '',\n },\n listStyleType: {\n none: '',\n disc: '',\n decimal: '',\n },\n margin: {\n ...spacing,\n },\n maxHeight: {\n ...spacing,\n '50vh': '',\n '70vh': '',\n '90vh': '',\n none: '',\n full: '',\n screen: '',\n min: '',\n max: '',\n fit: '',\n },\n maxWidth: {\n '2xl': '',\n '3xl': '',\n '4xl': '',\n '5xl': '',\n '6xl': '',\n '7xl': '',\n '12rem': '',\n '26rem': '',\n '50vw': '',\n '10ch': '',\n '18ch': '',\n '28ch': '',\n '44ch': '',\n '64ch': '',\n 960: '',\n '2/5': '',\n '3/4': '',\n 700: '',\n 720: '',\n 800: '',\n 640: '',\n 0: '',\n fit: '',\n full: '',\n lg: '',\n max: '',\n md: '',\n min: '',\n none: '',\n prose: '',\n sm: '',\n xl: '',\n xs: '',\n },\n minHeight: {\n ...spacing,\n 350: '',\n 360: '',\n 0: '',\n fit: '',\n full: '',\n max: '',\n min: '',\n screen: '',\n auto: '',\n },\n minWidth: {\n 0: '',\n 360: '',\n 640: '',\n fit: '',\n full: '',\n max: '',\n min: '',\n },\n objectPosition: {\n 'left-bottom': '',\n 'left-top': '',\n 'right-bottom': '',\n 'right-top': '',\n bottom: '',\n center: '',\n left: '',\n right: '',\n top: '',\n },\n opacity: {\n 0: '',\n 5: '',\n 10: '',\n 20: '',\n 25: '',\n 30: '',\n 35: '',\n 40: '',\n 50: '',\n 60: '',\n 70: '',\n 75: '',\n 80: '',\n 90: '',\n 95: '',\n 100: '',\n },\n order: {\n first: '',\n last: '',\n none: '',\n 1: '',\n 2: '',\n 3: '',\n 4: '',\n 5: '',\n 6: '',\n 7: '',\n 8: '',\n 9: '',\n 10: '',\n 11: '',\n 12: '',\n },\n outlineOffset: {\n 0: '',\n 1: '',\n 2: '',\n 4: '',\n 8: '',\n },\n outlineWidth: {\n 0: '',\n 1: '',\n 2: '',\n 4: '',\n 8: '',\n },\n rotate: {\n 0: '',\n 1: '',\n 2: '',\n 3: '',\n 6: '',\n 12: '',\n 45: '',\n 90: '',\n 180: '',\n },\n scale: {\n 0: '',\n 50: '',\n 75: '',\n 90: '',\n 95: '',\n 100: '',\n 105: '',\n 110: '',\n 125: '',\n 150: '',\n },\n sepia: {\n 0: '',\n default: '',\n },\n skew: {\n 0: '',\n 1: '',\n 2: '',\n 3: '',\n 6: '',\n 12: '',\n },\n sidebar: {\n background: '',\n borderColor: '',\n scrollbarColor: '',\n itemColor: '',\n itemHoverBackground: '',\n itemHoverColor: '',\n itemActiveBackground: '',\n itemActiveBackgroundImage: '',\n itemActiveColor: '',\n itemActiveBorderColor: '',\n itemActiveShadow: '',\n itemDisabledColor: '',\n itemFocusRing: '',\n nestedBorderColor: '',\n sectionHeaderColor: '',\n sectionHeaderIconColor: '',\n sectionHeaderHoverBackground: '',\n sectionToggleColor: '',\n actionColor: '',\n actionHoverBackground: '',\n actionHoverColor: '',\n actionFocusRing: '',\n dragHandleColor: '',\n dragHandleHoverBackground: '',\n dragHandleHoverColor: '',\n dragOverlayBackground: '',\n dragOverlayColor: '',\n dragOverlayBorderColor: '',\n insertionIndicatorColor: '',\n collapseButtonBackground: '',\n collapseButtonColor: '',\n collapseButtonBorderColor: '',\n collapseButtonHoverBackground: '',\n collapseButtonHoverColor: '',\n collapseButtonHoverShadow: '',\n collapseButtonFocusRing: '',\n profileTitleColor: '',\n profileTriggerBackground: '',\n profileTriggerBorderColor: '',\n profileTriggerHoverBackground: '',\n profileTriggerHoverBorderColor: '',\n profileTriggerFocusRing: '',\n profileAvatarBackgroundImage: '',\n profileAvatarColor: '',\n profileTextColor: '',\n profileSubtextColor: '',\n profileMenuHoverBackground: '',\n profileMenuBorderColor: '',\n },\n stroke: {\n ...colors,\n none: '',\n },\n strokeWidth: {\n 0: '',\n 1: '',\n 2: '',\n },\n textDecorationThickness: {\n auto: '',\n 'from-font': '',\n 0: '',\n 1: '',\n 2: '',\n 4: '',\n 8: '',\n },\n textUnderlineOffset: {\n auto: '',\n 0: '',\n 1: '',\n 2: '',\n 4: '',\n 8: '',\n },\n transform: {\n 0: '',\n 100: '',\n 200: '',\n center: '',\n left: '',\n right: '',\n none: '',\n press: '',\n lift: '',\n y0: '',\n centerY: '',\n },\n transitionDelay: {\n 75: '',\n 100: '',\n 150: '',\n 200: '',\n 300: '',\n 500: '',\n 700: '',\n 1000: '',\n },\n transitionDuration: {\n default: '',\n 75: '',\n 100: '',\n 120: '',\n 150: '',\n 160: '',\n 200: '',\n 300: '',\n 500: '',\n 700: '',\n 1000: '',\n },\n transitionProperty: {\n none: '',\n all: '',\n default: '',\n colors: '',\n gap: '',\n gridTemplateRows: '',\n gridTemplateRowsOpacity: '',\n left: '',\n opacity: '',\n opacityVisibility: '',\n shadow: '',\n transform: '',\n width: '',\n },\n transitionTimingFunction: {\n default: '',\n linear: '',\n ease: '',\n in: '',\n 'ease-in-out': '',\n out: '',\n 'in-out': '',\n },\n width: {\n ...spacing,\n 1.1: '',\n auto: '',\n 140: '',\n 260: '',\n 300: '',\n '8%': '',\n '10%': '',\n '12%': '',\n '15%': '',\n '16%': '',\n '22%': '',\n '26%': '',\n '30%': '',\n '70%': '',\n '1/2': '',\n '1/3': '',\n '2/3': '',\n '1/4': '',\n '2/4': '',\n '3/4': '',\n '1/5': '',\n '2/5': '',\n '3/5': '',\n '4/5': '',\n '1/6': '',\n '2/6': '',\n '3/6': '',\n '4/6': '',\n '5/6': '',\n '1/12': '',\n '2/12': '',\n '3/12': '',\n '4/12': '',\n '5/12': '',\n '6/12': '',\n '7/12': '',\n '8/12': '',\n '9/12': '',\n '10/12': '',\n '11/12': '',\n full: '',\n screen: '',\n min: '',\n max: '',\n fit: '',\n },\n zIndex: {\n auto: '',\n modal: '',\n 0: '',\n 1: '',\n 2: '',\n 4: '',\n 10: '',\n 20: '',\n 30: '',\n 40: '',\n 50: '',\n },\n});\n"],"mappings":""}
|
|
1
|
+
{"version":3,"file":"themeContract.css.js","names":[],"sources":["../../../src/theme/themeContract.css.ts"],"sourcesContent":["import { createThemeContract } from '@vanilla-extract/css';\n\nexport const colors = {\n inherit: '',\n current: '',\n transparent: '',\n black: '',\n white: '',\n 'red-50': '',\n 'red-100': '',\n 'red-200': '',\n 'red-300': '',\n 'red-400': '',\n 'red-500': '',\n 'red-600': '',\n 'red-700': '',\n 'red-800': '',\n 'red-900': '',\n 'amber-50': '',\n 'amber-100': '',\n 'amber-200': '',\n 'amber-300': '',\n 'amber-400': '',\n 'amber-500': '',\n 'amber-600': '',\n 'amber-700': '',\n 'amber-800': '',\n 'amber-900': '',\n 'green-50': '',\n 'green-100': '',\n 'green-200': '',\n 'green-300': '',\n 'green-400': '',\n 'green-500': '',\n 'green-600': '',\n 'green-700': '',\n 'green-800': '',\n 'green-900': '',\n 'blue-50': '',\n 'blue-100': '',\n 'blue-200': '',\n 'blue-250': '',\n 'blue-300': '',\n 'blue-400': '',\n 'blue-500': '',\n 'blue-600': '',\n 'blue-700': '',\n 'blue-800': '',\n 'blue-900': '',\n 'white-500': '',\n 'transparent-500': '',\n 'transparent-125': '',\n 'black-440': '',\n 'black-300': '',\n 'black-200': '',\n 'black-100': '',\n 'black-10': '',\n 'black-2': '',\n primary: '',\n primaryLight: '',\n secondary: '',\n secondaryHover: '',\n secondaryLight: '',\n surface: '',\n surfaceSecondary: '',\n surfaceMuted: '',\n surfaceElevated: '',\n background: '',\n backgroundSecondary: '',\n backgroundTertiary: '',\n backgroundModifier: '',\n text: '',\n textSecondary: '',\n textMuted: '',\n controlSurface: '',\n controlSurfaceHover: '',\n controlSurfaceDisabled: '',\n controlBorder: '',\n controlText: '',\n controlPlaceholder: '',\n overlayBackdrop: '',\n tableHeaderAccent: '',\n tableRowHoverSurface: '',\n tableRowSelectedSurface: '',\n tableRowDangerSurface: '',\n codeSurface: '',\n codeText: '',\n codeToolbarSurface: '',\n shimmerHighlight: '',\n border: '',\n borderSubtle: '',\n borderStrong: '',\n borderLight: '',\n tonePrimarySurface: '',\n tonePrimaryText: '',\n tonePrimaryBorder: '',\n toneInfoSurface: '',\n toneInfoText: '',\n toneInfoBorder: '',\n toneSuccessSurface: '',\n toneSuccessText: '',\n toneSuccessBorder: '',\n toneWarningSurface: '',\n toneWarningText: '',\n toneWarningBorder: '',\n toneDangerSurface: '',\n toneDangerText: '',\n toneDangerBorder: '',\n onPrimary: '',\n onAccent: '',\n onBrand: '',\n brandSubtleSurface: '',\n brandSubtleBorder: '',\n avatarSurface: '',\n avatarText: '',\n timelineFadeSurface: '',\n error: '',\n 'error-8': '',\n 'error-10': '',\n 'error-12': '',\n 'error-35': '',\n success: '',\n successLight: '',\n warning: '',\n warningLight: '',\n info: '',\n infoLight: '',\n brandPrimaryRed: '',\n brandSecondaryOrange: '',\n 'brandSecondaryOrange-10': '',\n 'brandSecondaryOrange-20': '',\n accent: '',\n brandWhite: '',\n brandLightGray: '',\n brandDarkGray: '',\n brandBackgroundGradient: '',\n};\n\nexport const spacing = {\n auto: '',\n full: '',\n px: '',\n '-px': '',\n '-108': '',\n '-102': '',\n '-96': '',\n '-88': '',\n '-80': '',\n '-72': '',\n '-64': '',\n '-60': '',\n '-56': '',\n '-52': '',\n '-48': '',\n '-44': '',\n '-40': '',\n '-36': '',\n '-34': '',\n '-32': '',\n '-30': '',\n '-28': '',\n '-24': '',\n '-20': '',\n '-19': '',\n '-17.5': '',\n '-16': '',\n '-15': '',\n '-14': '',\n '-13': '',\n '-12': '',\n '-11': '',\n '-10': '',\n '-9': '',\n '-8': '',\n '-7': '',\n '-6': '',\n '-5': '',\n '-4': '',\n '-3.5': '',\n '-3': '',\n '-2.5': '',\n '-2': '',\n '-1.5': '',\n '-1': '',\n '-0.5': '',\n 0: '',\n 0.5: '',\n 1: '',\n 1.5: '',\n 2: '',\n 2.5: '',\n 3: '',\n 3.5: '',\n 4: '',\n 5: '',\n 6: '',\n 7: '',\n 8: '',\n 9: '',\n 10: '',\n 11: '',\n 12: '',\n 13: '',\n 14: '',\n 15: '',\n 16: '',\n 17.5: '',\n 18: '',\n 18.5: '',\n 19: '',\n 20: '',\n 24: '',\n 28: '',\n 30: '',\n 32: '',\n 34: '',\n 36: '',\n 40: '',\n 44: '',\n 48: '',\n 52: '',\n 56: '',\n 60: '',\n 64: '',\n 72: '',\n 80: '',\n 88: '',\n 96: '',\n 102: '',\n 108: '',\n 112: '',\n 120: '',\n};\n\nexport const vars = createThemeContract({\n spacing,\n screens: {\n sm: '',\n md: '',\n lg: '',\n xl: '',\n xxl: '',\n },\n animation: {\n none: '',\n spin: '',\n ping: '',\n pulse: '',\n bounce: '',\n },\n colors: {\n inherit: '',\n current: '',\n transparent: '',\n black: '',\n white: '',\n 'red-50': '',\n 'red-100': '',\n 'red-200': '',\n 'red-300': '',\n 'red-400': '',\n 'red-500': '',\n 'red-600': '',\n 'red-700': '',\n 'red-800': '',\n 'red-900': '',\n 'amber-50': '',\n 'amber-100': '',\n 'amber-200': '',\n 'amber-300': '',\n 'amber-400': '',\n 'amber-500': '',\n 'amber-600': '',\n 'amber-700': '',\n 'amber-800': '',\n 'amber-900': '',\n 'green-50': '',\n 'green-100': '',\n 'green-200': '',\n 'green-300': '',\n 'green-400': '',\n 'green-500': '',\n 'green-600': '',\n 'green-700': '',\n 'green-800': '',\n 'green-900': '',\n 'blue-50': '',\n 'blue-100': '',\n 'blue-200': '',\n 'blue-250': '',\n 'blue-300': '',\n 'blue-400': '',\n 'blue-500': '',\n 'blue-600': '',\n 'blue-700': '',\n 'blue-800': '',\n 'blue-900': '',\n 'white-500': '',\n 'transparent-500': '',\n 'transparent-125': '',\n 'black-440': '',\n 'black-300': '',\n 'black-200': '',\n 'black-100': '',\n 'black-10': '',\n 'black-2': '',\n primary: '',\n primaryLight: '',\n secondary: '',\n secondaryHover: '',\n secondaryLight: '',\n surface: '',\n surfaceSecondary: '',\n surfaceMuted: '',\n surfaceElevated: '',\n background: '',\n backgroundSecondary: '',\n backgroundTertiary: '',\n backgroundModifier: '',\n text: '',\n textSecondary: '',\n textMuted: '',\n controlSurface: '',\n controlSurfaceHover: '',\n controlSurfaceDisabled: '',\n controlBorder: '',\n controlText: '',\n controlPlaceholder: '',\n overlayBackdrop: '',\n tableHeaderAccent: '',\n tableRowHoverSurface: '',\n tableRowSelectedSurface: '',\n tableRowDangerSurface: '',\n codeSurface: '',\n codeText: '',\n codeToolbarSurface: '',\n shimmerHighlight: '',\n border: '',\n borderSubtle: '',\n borderStrong: '',\n borderLight: '',\n tonePrimarySurface: '',\n tonePrimaryText: '',\n tonePrimaryBorder: '',\n toneInfoSurface: '',\n toneInfoText: '',\n toneInfoBorder: '',\n toneSuccessSurface: '',\n toneSuccessText: '',\n toneSuccessBorder: '',\n toneWarningSurface: '',\n toneWarningText: '',\n toneWarningBorder: '',\n toneDangerSurface: '',\n toneDangerText: '',\n toneDangerBorder: '',\n onPrimary: '',\n onAccent: '',\n onBrand: '',\n brandSubtleSurface: '',\n brandSubtleBorder: '',\n avatarSurface: '',\n avatarText: '',\n timelineFadeSurface: '',\n error: '',\n 'error-8': '',\n 'error-10': '',\n 'error-12': '',\n 'error-35': '',\n success: '',\n successLight: '',\n warning: '',\n warningLight: '',\n info: '',\n infoLight: '',\n brandPrimaryRed: '',\n brandSecondaryOrange: '',\n 'brandSecondaryOrange-10': '',\n 'brandSecondaryOrange-20': '',\n accent: '',\n brandWhite: '',\n brandLightGray: '',\n brandDarkGray: '',\n brandBackgroundGradient: '',\n },\n backgroundImage: {\n brandDiagonal: '',\n brandDiagonal125: '',\n brandBackgroundGradient: '',\n pageShellSurface: '',\n floatingChatSurface: '',\n loadingShimmer: '',\n surfaceChrome: '',\n tableHeaderAccent: '',\n listHeaderSurface: '',\n pendingBar: '',\n metricPrimarySurface: '',\n metricInfoSurface: '',\n metricSuccessSurface: '',\n metricWarningSurface: '',\n metricDangerSurface: '',\n badgeShimmer: '',\n },\n borderRadius: {\n none: '',\n sm: '',\n default: '',\n md: '',\n lg: '',\n xl: '',\n '2xl': '',\n '3xl': '',\n '4xl': '',\n '1/2': '',\n full: '',\n },\n borderSpacing: spacing,\n borderWidth: {\n default: '',\n ...spacing,\n 0: '',\n 2: '',\n 4: '',\n 6: '',\n 8: '',\n 10: '',\n },\n boxShadow: {\n sm: '',\n default: '',\n md: '',\n lg: '',\n xl: '',\n '2xl': '',\n inkSoft: '',\n inkGlow: '',\n brandGlow: '',\n brandCardGlow: '',\n authCardGlow: '',\n profileDropdownShadow: '',\n badgeInset: '',\n badgeDotRing: '',\n primaryInsetRing: '',\n primaryLightRing: '',\n primaryLightRingStrong: '',\n focusRing: '',\n focusRingError: '',\n focusRingBrand: '',\n interactiveHover: '',\n interactivePressed: '',\n successLightRing: '',\n sidebarActiveInset: '',\n metricPrimaryAccent: '',\n metricInfoAccent: '',\n metricSuccessAccent: '',\n metricWarningAccent: '',\n metricDangerAccent: '',\n inner: '',\n none: '',\n },\n dropShadow: {\n sm: '',\n default: '',\n md: '',\n lg: '',\n xl: '',\n '2xl': '',\n none: '',\n },\n grayscale: {\n 0: '',\n default: '',\n },\n hueRotate: {\n 0: '',\n 15: '',\n 30: '',\n 60: '',\n 90: '',\n 180: '',\n },\n invert: {\n 0: '',\n default: '',\n },\n flex: {\n 1: '',\n auto: '',\n initial: '',\n none: '',\n },\n flexBasis: {\n ...spacing,\n 260: '',\n '1/2': '',\n '1/3': '',\n '2/3': '',\n '1/4': '',\n '2/4': '',\n '3/4': '',\n '1/5': '',\n '2/5': '',\n '3/5': '',\n '4/5': '',\n '1/6': '',\n '2/6': '',\n '3/6': '',\n '4/6': '',\n '5/6': '',\n '1/12': '',\n '2/12': '',\n '3/12': '',\n '4/12': '',\n '5/12': '',\n '6/12': '',\n '7/12': '',\n '8/12': '',\n '9/12': '',\n '10/12': '',\n '11/12': '',\n full: '',\n },\n flexGrow: {\n 0: '',\n default: '',\n },\n flexShrink: {\n 0: '',\n default: '',\n },\n fontFamily: {\n sans: '',\n serif: '',\n mono: '',\n },\n fontSize: {\n '3xs': '',\n '2xs': '',\n xs: '',\n sm: '',\n base: '',\n lg: '',\n xl: '',\n '2xl': '',\n '3xl': '',\n '4xl': '',\n '5xl': '',\n '6xl': '',\n '7xl': '',\n '8xl': '',\n '9xl': '',\n responsive: '',\n },\n fontWeight: {\n thin: '',\n extralight: '',\n light: '',\n normal: '',\n medium: '',\n semibold: '',\n bold: '',\n extrabold: '',\n black: '',\n },\n gridAutoColumns: {\n auto: '',\n min: '',\n max: '',\n fr: '',\n },\n gridAutoRows: {\n auto: '',\n min: '',\n max: '',\n fr: '',\n },\n gridColumn: {\n auto: '',\n 'span-1': '',\n 'span-2': '',\n 'span-3': '',\n 'span-4': '',\n 'span-5': '',\n 'span-6': '',\n 'span-7': '',\n 'span-8': '',\n 'span-9': '',\n 'span-10': '',\n 'span-11': '',\n 'span-12': '',\n 'span-full': '',\n },\n gridColumnEnd: {\n auto: '',\n 1: '',\n 2: '',\n 3: '',\n 4: '',\n 5: '',\n 6: '',\n 7: '',\n 8: '',\n 9: '',\n 10: '',\n 11: '',\n 12: '',\n 13: '',\n },\n gridColumnStart: {\n auto: '',\n 1: '',\n 2: '',\n 3: '',\n 4: '',\n 5: '',\n 6: '',\n 7: '',\n 8: '',\n 9: '',\n 10: '',\n 11: '',\n 12: '',\n 13: '',\n },\n gridRow: {\n auto: '',\n 'span-1': '',\n 'span-2': '',\n 'span-3': '',\n 'span-4': '',\n 'span-5': '',\n 'span-6': '',\n 'span-full': '',\n },\n gridRowStart: {\n auto: '',\n 1: '',\n 2: '',\n 3: '',\n 4: '',\n 5: '',\n 6: '',\n 7: '',\n },\n gridRowEnd: {\n auto: '',\n 1: '',\n 2: '',\n 3: '',\n 4: '',\n 5: '',\n 6: '',\n 7: '',\n },\n gridTemplateColumns: {\n none: '',\n 1: '',\n 2: '',\n 3: '',\n 4: '',\n 5: '',\n 6: '',\n 7: '',\n 8: '',\n 9: '',\n 10: '',\n 11: '',\n 12: '',\n detailSingle: '',\n twoFrOneFr: '',\n detailAside320: '',\n minmax0Auto: '',\n toolbarActions: '',\n backofficeList: '',\n backofficeDetail: '',\n settingsSplit: '',\n splitViewSplit: '',\n keyValueSplit: '',\n metadataStripSplit: '',\n dashboardUneven: '',\n userProfileSplit: '',\n repeat4Fr: '',\n autoFillMinmax320: '',\n autoFitMinmax0: '',\n autoFitMinmax12_5rem: '',\n autoFitMinmax120: '',\n autoFitMinmax160: '',\n autoFitMinmax180: '',\n autoFitMinmax200: '',\n autoFitMinmax220: '',\n autoFitMinmax240: '',\n autoFitMinmax260: '',\n autoFitMinmax280: '',\n autoFitMinmax320: '',\n },\n gridTemplateRows: {\n none: '',\n 1: '',\n 2: '',\n 3: '',\n 4: '',\n 5: '',\n 6: '',\n autoMinmax0: '',\n autoAutoMinmax0: '',\n minmax0Auto: '',\n fr0: '',\n fr1: '',\n },\n left: { ...spacing, '1/2': '' },\n top: { ...spacing, '1/2': '' },\n height: {\n ...spacing,\n 1.1: '',\n 260: '',\n 300: '',\n 340: '',\n '1/2': '',\n '1/3': '',\n '2/3': '',\n '1/4': '',\n '2/4': '',\n '3/4': '',\n '1/5': '',\n '2/5': '',\n '3/5': '',\n '4/5': '',\n '1/6': '',\n '2/6': '',\n '3/6': '',\n '4/6': '',\n '5/6': '',\n full: '',\n screen: '',\n min: '',\n max: '',\n fit: '',\n auto: '',\n },\n inset: {\n ...spacing,\n '1/2': '',\n '1/3': '',\n '2/3': '',\n '1/4': '',\n '2/4': '',\n '3/4': '',\n full: '',\n },\n keyframes: {\n spin: {\n to: {\n transform: '',\n },\n },\n ping: {\n '75%, 100%': {\n transform: '',\n opacity: '',\n },\n },\n pulse: {\n '50%': {\n opacity: '',\n },\n },\n bounce: {\n '0%, 100%': {\n transform: '',\n animationTimingFunction: '',\n },\n '50%': {\n transform: '',\n animationTimingFunction: '',\n },\n },\n },\n letterSpacing: {\n tighter: '',\n tight: '',\n normal: '',\n wide: '',\n wider: '',\n widest: '',\n caps: '',\n capsTight: '',\n capsNarrow: '',\n },\n wordSpacing: {\n tighter: '',\n tight: '',\n normal: '',\n wide: '',\n wider: '',\n widest: '',\n },\n lineHeight: {\n ...spacing,\n 1.2: '',\n 1.3: '',\n 1.4: '',\n 1.45: '',\n 1.5: '',\n 1.6: '',\n 1.7: '',\n '3xs': '',\n '2xs': '',\n xs: '',\n sm: '',\n base: '',\n lg: '',\n xl: '',\n '2xl': '',\n '3xl': '',\n '4xl': '',\n '5xl': '',\n '6xl': '',\n '7xl': '',\n '8xl': '',\n '9xl': '',\n responsive: '',\n none: '',\n tight: '',\n snug: '',\n normal: '',\n relaxed: '',\n loose: '',\n },\n listStyleType: {\n none: '',\n disc: '',\n decimal: '',\n },\n margin: {\n ...spacing,\n },\n maxHeight: {\n ...spacing,\n '50vh': '',\n '70vh': '',\n '90vh': '',\n none: '',\n full: '',\n screen: '',\n min: '',\n max: '',\n fit: '',\n },\n maxWidth: {\n '2xl': '',\n '3xl': '',\n '4xl': '',\n '5xl': '',\n '6xl': '',\n '7xl': '',\n '12rem': '',\n '26rem': '',\n '50vw': '',\n '10ch': '',\n '18ch': '',\n '28ch': '',\n '44ch': '',\n '64ch': '',\n 960: '',\n '2/5': '',\n '3/4': '',\n 700: '',\n 720: '',\n 800: '',\n 640: '',\n 0: '',\n fit: '',\n full: '',\n lg: '',\n max: '',\n md: '',\n min: '',\n none: '',\n prose: '',\n sm: '',\n xl: '',\n xs: '',\n },\n minHeight: {\n ...spacing,\n 350: '',\n 360: '',\n 0: '',\n fit: '',\n full: '',\n max: '',\n min: '',\n screen: '',\n auto: '',\n },\n minWidth: {\n 0: '',\n 360: '',\n 640: '',\n fit: '',\n full: '',\n max: '',\n min: '',\n },\n objectPosition: {\n 'left-bottom': '',\n 'left-top': '',\n 'right-bottom': '',\n 'right-top': '',\n bottom: '',\n center: '',\n left: '',\n right: '',\n top: '',\n },\n opacity: {\n 0: '',\n 5: '',\n 10: '',\n 20: '',\n 25: '',\n 30: '',\n 35: '',\n 40: '',\n 50: '',\n 60: '',\n 70: '',\n 75: '',\n 80: '',\n 90: '',\n 95: '',\n 100: '',\n },\n order: {\n first: '',\n last: '',\n none: '',\n 1: '',\n 2: '',\n 3: '',\n 4: '',\n 5: '',\n 6: '',\n 7: '',\n 8: '',\n 9: '',\n 10: '',\n 11: '',\n 12: '',\n },\n outlineOffset: {\n 0: '',\n 1: '',\n 2: '',\n 4: '',\n 8: '',\n },\n outlineWidth: {\n 0: '',\n 1: '',\n 2: '',\n 4: '',\n 8: '',\n },\n rotate: {\n 0: '',\n 1: '',\n 2: '',\n 3: '',\n 6: '',\n 12: '',\n 45: '',\n 90: '',\n 180: '',\n },\n scale: {\n 0: '',\n 50: '',\n 75: '',\n 90: '',\n 95: '',\n 100: '',\n 105: '',\n 110: '',\n 125: '',\n 150: '',\n },\n sepia: {\n 0: '',\n default: '',\n },\n skew: {\n 0: '',\n 1: '',\n 2: '',\n 3: '',\n 6: '',\n 12: '',\n },\n sidebar: {\n background: '',\n borderColor: '',\n scrollbarColor: '',\n itemColor: '',\n itemHoverBackground: '',\n itemHoverColor: '',\n itemActiveBackground: '',\n itemActiveBackgroundImage: '',\n itemActiveColor: '',\n itemActiveBorderColor: '',\n itemActiveShadow: '',\n itemDisabledColor: '',\n itemFocusRing: '',\n nestedBorderColor: '',\n sectionHeaderColor: '',\n sectionHeaderIconColor: '',\n sectionHeaderHoverBackground: '',\n sectionToggleColor: '',\n actionColor: '',\n actionHoverBackground: '',\n actionHoverColor: '',\n actionFocusRing: '',\n dragHandleColor: '',\n dragHandleHoverBackground: '',\n dragHandleHoverColor: '',\n dragOverlayBackground: '',\n dragOverlayColor: '',\n dragOverlayBorderColor: '',\n insertionIndicatorColor: '',\n collapseButtonBackground: '',\n collapseButtonColor: '',\n collapseButtonBorderColor: '',\n collapseButtonHoverBackground: '',\n collapseButtonHoverColor: '',\n collapseButtonHoverShadow: '',\n collapseButtonFocusRing: '',\n profileTitleColor: '',\n profileTriggerBackground: '',\n profileTriggerBorderColor: '',\n profileTriggerHoverBackground: '',\n profileTriggerHoverBorderColor: '',\n profileTriggerFocusRing: '',\n profileAvatarBackgroundImage: '',\n profileAvatarColor: '',\n profileTextColor: '',\n profileSubtextColor: '',\n profileMenuHoverBackground: '',\n profileMenuBorderColor: '',\n },\n stroke: {\n ...colors,\n none: '',\n },\n strokeWidth: {\n 0: '',\n 1: '',\n 2: '',\n },\n textDecorationThickness: {\n auto: '',\n 'from-font': '',\n 0: '',\n 1: '',\n 2: '',\n 4: '',\n 8: '',\n },\n textUnderlineOffset: {\n auto: '',\n 0: '',\n 1: '',\n 2: '',\n 4: '',\n 8: '',\n },\n transform: {\n 0: '',\n 100: '',\n 200: '',\n center: '',\n left: '',\n right: '',\n none: '',\n press: '',\n lift: '',\n y0: '',\n centerY: '',\n },\n transitionDelay: {\n 75: '',\n 100: '',\n 150: '',\n 200: '',\n 300: '',\n 500: '',\n 700: '',\n 1000: '',\n },\n transitionDuration: {\n default: '',\n 75: '',\n 100: '',\n 120: '',\n 150: '',\n 160: '',\n 200: '',\n 300: '',\n 500: '',\n 700: '',\n 1000: '',\n },\n transitionProperty: {\n none: '',\n all: '',\n default: '',\n colors: '',\n gap: '',\n gridTemplateRows: '',\n gridTemplateRowsOpacity: '',\n left: '',\n opacity: '',\n opacityVisibility: '',\n shadow: '',\n transform: '',\n width: '',\n },\n transitionTimingFunction: {\n default: '',\n linear: '',\n ease: '',\n in: '',\n 'ease-in-out': '',\n out: '',\n 'in-out': '',\n },\n width: {\n ...spacing,\n 1.1: '',\n auto: '',\n 140: '',\n 260: '',\n 300: '',\n '8%': '',\n '10%': '',\n '12%': '',\n '15%': '',\n '16%': '',\n '22%': '',\n '26%': '',\n '30%': '',\n '70%': '',\n '1/2': '',\n '1/3': '',\n '2/3': '',\n '1/4': '',\n '2/4': '',\n '3/4': '',\n '1/5': '',\n '2/5': '',\n '3/5': '',\n '4/5': '',\n '1/6': '',\n '2/6': '',\n '3/6': '',\n '4/6': '',\n '5/6': '',\n '1/12': '',\n '2/12': '',\n '3/12': '',\n '4/12': '',\n '5/12': '',\n '6/12': '',\n '7/12': '',\n '8/12': '',\n '9/12': '',\n '10/12': '',\n '11/12': '',\n full: '',\n screen: '',\n min: '',\n max: '',\n fit: '',\n },\n zIndex: {\n auto: '',\n modal: '',\n 0: '',\n 1: '',\n 2: '',\n 4: '',\n 10: '',\n 20: '',\n 30: '',\n 40: '',\n 50: '',\n },\n});\n"],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NavigationSidebar.d.ts","sourceRoot":"","sources":["../../../../../src/atomic/organisms/sidebar/NavigationSidebar.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,GAAG,EAER,KAAK,SAAS,EAIf,MAAM,OAAO,CAAC;AAWf,KAAK,yBAAyB,GAAG;IAC/B,IAAI,EAAE,SAAS,CAAC;IAChB,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB,CAAC;AAEF,KAAK,WAAW,GAAG;IACjB,GAAG,EAAE,MAAM,CAAC;IACZ,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,SAAS,CAAC;IAChB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,YAAY,CAAC,EAAE,SAAS,CAAC;IACzB,iBAAiB,CAAC,EAAE,SAAS,CAAC;IAC9B,cAAc,CAAC,EAAE,yBAAyB,CAAC;IAC3C,UAAU,CAAC,EAAE,gBAAgB,EAAE,CAAC;IAChC,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B,CAAC;AAEF,KAAK,gBAAgB,GAAG;IACtB,GAAG,EAAE,MAAM,CAAC;IACZ,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,SAAS,CAAC;CAClB,CAAC;AAEF,KAAK,sBAAsB,GAAG;IAC5B,KAAK,EAAE,WAAW,EAAE,CAAC;IACrB,UAAU,CAAC,EAAE,SAAS,CAAC;IACvB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,iBAAiB,CAAC,EAAE,CAAC,aAAa,EAAE,OAAO,KAAK,IAAI,CAAC;IACrD,kBAAkB,CAAC,EAAE,OAAO,CAAC;CAC9B,CAAC;
|
|
1
|
+
{"version":3,"file":"NavigationSidebar.d.ts","sourceRoot":"","sources":["../../../../../src/atomic/organisms/sidebar/NavigationSidebar.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,GAAG,EAER,KAAK,SAAS,EAIf,MAAM,OAAO,CAAC;AAWf,KAAK,yBAAyB,GAAG;IAC/B,IAAI,EAAE,SAAS,CAAC;IAChB,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB,CAAC;AAEF,KAAK,WAAW,GAAG;IACjB,GAAG,EAAE,MAAM,CAAC;IACZ,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,SAAS,CAAC;IAChB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,YAAY,CAAC,EAAE,SAAS,CAAC;IACzB,iBAAiB,CAAC,EAAE,SAAS,CAAC;IAC9B,cAAc,CAAC,EAAE,yBAAyB,CAAC;IAC3C,UAAU,CAAC,EAAE,gBAAgB,EAAE,CAAC;IAChC,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B,CAAC;AAEF,KAAK,gBAAgB,GAAG;IACtB,GAAG,EAAE,MAAM,CAAC;IACZ,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,SAAS,CAAC;CAClB,CAAC;AAEF,KAAK,sBAAsB,GAAG;IAC5B,KAAK,EAAE,WAAW,EAAE,CAAC;IACrB,UAAU,CAAC,EAAE,SAAS,CAAC;IACvB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,iBAAiB,CAAC,EAAE,CAAC,aAAa,EAAE,OAAO,KAAK,IAAI,CAAC;IACrD,kBAAkB,CAAC,EAAE,OAAO,CAAC;CAC9B,CAAC;AAuCF,QAAA,MAAM,iBAAiB,GAAI,6FAMxB,sBAAsB,KAAG,GAAG,CAAC,OA6W/B,CAAC;AAEF,OAAO,EAAE,iBAAiB,EAAE,CAAC;AAC7B,YAAY,EACV,sBAAsB,EACtB,gBAAgB,EAChB,WAAW,EACX,yBAAyB,GAC1B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SidebarContainer.d.ts","sourceRoot":"","sources":["../../../../../src/atomic/organisms/sidebar/SidebarContainer.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,GAAG,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAMjD,MAAM,MAAM,qBAAqB,GAAG;IAClC,QAAQ,EAAE,SAAS,CAAC;IACpB,UAAU,CAAC,EAAE,SAAS,CAAC;IACvB,UAAU,CAAC,EAAE,SAAS,CAAC;IACvB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,uBAAuB,CAAC,EAAE,OAAO,CAAC;CACnC,CAAC;AAEF,eAAO,MAAM,gBAAgB,GAAI,gEAM9B,qBAAqB,KAAG,GAAG,CAAC,
|
|
1
|
+
{"version":3,"file":"SidebarContainer.d.ts","sourceRoot":"","sources":["../../../../../src/atomic/organisms/sidebar/SidebarContainer.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,GAAG,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAMjD,MAAM,MAAM,qBAAqB,GAAG;IAClC,QAAQ,EAAE,SAAS,CAAC;IACpB,UAAU,CAAC,EAAE,SAAS,CAAC;IACvB,UAAU,CAAC,EAAE,SAAS,CAAC;IACvB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,uBAAuB,CAAC,EAAE,OAAO,CAAC;CACnC,CAAC;AAEF,eAAO,MAAM,gBAAgB,GAAI,gEAM9B,qBAAqB,KAAG,GAAG,CAAC,OA8C9B,CAAC"}
|
|
@@ -30,6 +30,7 @@ export declare const collapsibleStateRecipe: import("@vanilla-extract/recipes").
|
|
|
30
30
|
}>;
|
|
31
31
|
export type CollapsibleStateVariants = RecipeVariants<typeof collapsibleStateRecipe>;
|
|
32
32
|
export declare const collapsibleContent: string;
|
|
33
|
+
export declare const collapsibleContentTheme: string;
|
|
33
34
|
export declare const collapsibleItem: string;
|
|
34
35
|
export declare const itemWrapper: string;
|
|
35
36
|
export declare const navButton: string;
|
|
@@ -66,5 +67,6 @@ export declare const childLinkRecipe: import("@vanilla-extract/recipes").Runtime
|
|
|
66
67
|
}>;
|
|
67
68
|
export type ChildLinkVariants = RecipeVariants<typeof childLinkRecipe>;
|
|
68
69
|
export declare const childIcon: string;
|
|
70
|
+
export declare const childIconTheme: string;
|
|
69
71
|
export declare const childLabel: string;
|
|
70
72
|
//# sourceMappingURL=navigationSidebar.css.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"navigationSidebar.css.d.ts","sourceRoot":"","sources":["../../../../../src/atomic/organisms/sidebar/navigationSidebar.css.ts"],"names":[],"mappings":"AACA,OAAO,EAAU,KAAK,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAKvE,eAAO,MAAM,cAAc,QA6BzB,CAAC;AAEH,eAAO,MAAM,yBAAyB;;;;;;;;;;;EAgBpC,CAAC;AAEH,MAAM,MAAM,2BAA2B,GAAG,cAAc,CACtD,OAAO,yBAAyB,CACjC,CAAC;AAEF,eAAO,MAAM,mBAAmB,QAI9B,CAAC;AAEH,eAAO,MAAM,kBAAkB,QAK7B,CAAC;AAEH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;EAiBjC,CAAC;AAEH,MAAM,MAAM,wBAAwB,GAAG,cAAc,CACnD,OAAO,sBAAsB,CAC9B,CAAC;AAEF,eAAO,MAAM,kBAAkB,
|
|
1
|
+
{"version":3,"file":"navigationSidebar.css.d.ts","sourceRoot":"","sources":["../../../../../src/atomic/organisms/sidebar/navigationSidebar.css.ts"],"names":[],"mappings":"AACA,OAAO,EAAU,KAAK,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAKvE,eAAO,MAAM,cAAc,QA6BzB,CAAC;AAEH,eAAO,MAAM,yBAAyB;;;;;;;;;;;EAgBpC,CAAC;AAEH,MAAM,MAAM,2BAA2B,GAAG,cAAc,CACtD,OAAO,yBAAyB,CACjC,CAAC;AAEF,eAAO,MAAM,mBAAmB,QAI9B,CAAC;AAEH,eAAO,MAAM,kBAAkB,QAK7B,CAAC;AAEH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;EAiBjC,CAAC;AAEH,MAAM,MAAM,wBAAwB,GAAG,cAAc,CACnD,OAAO,sBAAsB,CAC9B,CAAC;AAEF,eAAO,MAAM,kBAAkB,QAO7B,CAAC;AAEH,eAAO,MAAM,uBAAuB,QAElC,CAAC;AAEH,eAAO,MAAM,eAAe,QAM1B,CAAC;AAEH,eAAO,MAAM,WAAW,QAEtB,CAAC;AAiCH,eAAO,MAAM,SAAS,QAMpB,CAAC;AAUH,eAAO,MAAM,aAAa;;;;;EAmBxB,CAAC;AAEH,MAAM,MAAM,eAAe,GAAG,cAAc,CAAC,OAAO,aAAa,CAAC,CAAC;AAEnE,eAAO,MAAM,YAAY;;;;;EAUvB,CAAC;AAEH,MAAM,MAAM,cAAc,GAAG,cAAc,CAAC,OAAO,YAAY,CAAC,CAAC;AAEjE,eAAO,MAAM,qBAAqB,QAEhC,CAAC;AAEH,eAAO,MAAM,KAAK,QAShB,CAAC;AAEH,eAAO,MAAM,WAAW,QAQtB,CAAC;AAQH,eAAO,MAAM,aAAa,QAAc,CAAC;AAEzC,eAAO,MAAM,iBAAiB,QAS5B,CAAC;AAEH,eAAO,MAAM,kBAAkB,QAU7B,CAAC;AAEH,eAAO,MAAM,mBAAmB,QAQ9B,CAAC;AAEH,eAAO,MAAM,oBAAoB,QAkC/B,CAAC;AAEH,eAAO,MAAM,yBAAyB,QAOpC,CAAC;AAEH,eAAO,MAAM,wBAAwB,QAYnC,CAAC;AAEH,eAAO,MAAM,yBAAyB,QAapC,CAAC;AA6BH,eAAO,MAAM,eAAe;;;;;EAoB1B,CAAC;AAEH,MAAM,MAAM,iBAAiB,GAAG,cAAc,CAAC,OAAO,eAAe,CAAC,CAAC;AAEvE,eAAO,MAAM,SAAS,QAOpB,CAAC;AAEH,eAAO,MAAM,cAAc,QAEzB,CAAC;AAEH,eAAO,MAAM,UAAU,QAMrB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sidebar.css.d.ts","sourceRoot":"","sources":["../../../../../src/atomic/organisms/sidebar/sidebar.css.ts"],"names":[],"mappings":"AACA,OAAO,EAAU,KAAK,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAOvE,eAAO,MAAM,OAAO,
|
|
1
|
+
{"version":3,"file":"sidebar.css.d.ts","sourceRoot":"","sources":["../../../../../src/atomic/organisms/sidebar/sidebar.css.ts"],"names":[],"mappings":"AACA,OAAO,EAAU,KAAK,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAOvE,eAAO,MAAM,OAAO,QAYlB,CAAC;AAEH,eAAO,MAAM,YAAY,QAGvB,CAAC;AAEH,eAAO,MAAM,kBAAkB;;;;;;;;;EAU7B,CAAC;AAEH,MAAM,MAAM,oBAAoB,GAAG,cAAc,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAE7E,eAAO,MAAM,OAAO,QAIlB,CAAC;AAEH,eAAO,MAAM,SAAS,QAgBpB,CAAC;AAEH,eAAO,MAAM,aAAa,QAMxB,CAAC;AAEH,eAAO,MAAM,GAAG,QASd,CAAC;AAEH,eAAO,MAAM,YAAY,QAEvB,CAAC;AAEH,eAAO,MAAM,MAAM,QAEjB,CAAC;AAEH,eAAO,MAAM,eAAe,QAG1B,CAAC;AAEH,eAAO,MAAM,mBAAmB,QA6B9B,CAAC;AAmBH,eAAO,MAAM,gBAAgB,QAW3B,CAAC;AAEH,eAAO,MAAM,sBAAsB,QAMjC,CAAC;AAEH,eAAO,MAAM,gBAAgB,QAW3B,CAAC;AAEH,eAAO,MAAM,SAAS,QAMpB,CAAC"}
|
package/lib/types/backoffice/molecules/sidebar_collapse_toggle/SidebarCollapseToggle.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SidebarCollapseToggle.d.ts","sourceRoot":"","sources":["../../../../../src/backoffice/molecules/sidebar_collapse_toggle/SidebarCollapseToggle.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,GAAG,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAUjD,MAAM,MAAM,0BAA0B,GAAG;IACvC,WAAW,EAAE,OAAO,CAAC;IACrB,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB,QAAQ,CAAC,EAAE,SAAS,MAAM,EAAE,GAAG,MAAM,CAAC;IACtC,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,eAAO,MAAM,qBAAqB,GAAI,qEAOnC,0BAA0B,KAAG,GAAG,CAAC,
|
|
1
|
+
{"version":3,"file":"SidebarCollapseToggle.d.ts","sourceRoot":"","sources":["../../../../../src/backoffice/molecules/sidebar_collapse_toggle/SidebarCollapseToggle.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,GAAG,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAUjD,MAAM,MAAM,0BAA0B,GAAG;IACvC,WAAW,EAAE,OAAO,CAAC;IACrB,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB,QAAQ,CAAC,EAAE,SAAS,MAAM,EAAE,GAAG,MAAM,CAAC;IACtC,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,eAAO,MAAM,qBAAqB,GAAI,qEAOnC,0BAA0B,KAAG,GAAG,CAAC,OAsDnC,CAAC;AAEF,eAAe,qBAAqB,CAAC"}
|
|
@@ -46,6 +46,8 @@ export declare const backofficeLightThemeValues: {
|
|
|
46
46
|
readonly toneDangerSurface: "color-mix(in srgb, #ED4245 10%, transparent)";
|
|
47
47
|
readonly toneDangerText: "#991B1B";
|
|
48
48
|
readonly toneDangerBorder: "#FECACA";
|
|
49
|
+
readonly brandSubtleSurface: "rgba(178, 24, 79, 0.08)";
|
|
50
|
+
readonly brandSubtleBorder: "rgba(178, 24, 79, 0.18)";
|
|
49
51
|
readonly brandLightGray: "#F6F8FB";
|
|
50
52
|
readonly infoLight: "#EAF3FF";
|
|
51
53
|
readonly successLight: "#EAF7EF";
|
|
@@ -109,6 +111,12 @@ export declare const backofficeLightThemeValues: {
|
|
|
109
111
|
readonly secondary: "#166534";
|
|
110
112
|
readonly secondaryHover: "#23A559";
|
|
111
113
|
readonly secondaryLight: "#EAF7EF";
|
|
114
|
+
readonly onPrimary: "#FFFFFF";
|
|
115
|
+
readonly onAccent: "#060607";
|
|
116
|
+
readonly onBrand: "#FFFFFF";
|
|
117
|
+
readonly avatarSurface: "#1E3A8A";
|
|
118
|
+
readonly avatarText: "#FFFFFF";
|
|
119
|
+
readonly timelineFadeSurface: "#FFFFFF";
|
|
112
120
|
readonly error: "#ED4245";
|
|
113
121
|
readonly 'error-8': "#FDECEF";
|
|
114
122
|
readonly 'error-10': "#FDECEF";
|
|
@@ -275,6 +283,8 @@ export declare const backofficeLightThemeValues: {
|
|
|
275
283
|
readonly toneDangerSurface: "color-mix(in srgb, #ED4245 10%, transparent)";
|
|
276
284
|
readonly toneDangerText: "#991B1B";
|
|
277
285
|
readonly toneDangerBorder: "#FECACA";
|
|
286
|
+
readonly brandSubtleSurface: "rgba(178, 24, 79, 0.08)";
|
|
287
|
+
readonly brandSubtleBorder: "rgba(178, 24, 79, 0.18)";
|
|
278
288
|
readonly brandLightGray: "#F6F8FB";
|
|
279
289
|
readonly infoLight: "#EAF3FF";
|
|
280
290
|
readonly successLight: "#EAF7EF";
|
|
@@ -338,6 +348,12 @@ export declare const backofficeLightThemeValues: {
|
|
|
338
348
|
readonly secondary: "#166534";
|
|
339
349
|
readonly secondaryHover: "#23A559";
|
|
340
350
|
readonly secondaryLight: "#EAF7EF";
|
|
351
|
+
readonly onPrimary: "#FFFFFF";
|
|
352
|
+
readonly onAccent: "#060607";
|
|
353
|
+
readonly onBrand: "#FFFFFF";
|
|
354
|
+
readonly avatarSurface: "#1E3A8A";
|
|
355
|
+
readonly avatarText: "#FFFFFF";
|
|
356
|
+
readonly timelineFadeSurface: "#FFFFFF";
|
|
341
357
|
readonly error: "#ED4245";
|
|
342
358
|
readonly 'error-8': "#FDECEF";
|
|
343
359
|
readonly 'error-10': "#FDECEF";
|
|
@@ -2268,16 +2284,17 @@ export declare const backofficeLightThemeValues: {
|
|
|
2268
2284
|
};
|
|
2269
2285
|
export declare const backofficeDarkThemeValues: {
|
|
2270
2286
|
readonly colors: {
|
|
2271
|
-
readonly
|
|
2287
|
+
readonly primary: "#f06f9e";
|
|
2288
|
+
readonly primaryLight: "rgba(240, 111, 158, 0.2)";
|
|
2272
2289
|
readonly secondaryLight: "#143328";
|
|
2273
|
-
readonly surface: "#
|
|
2274
|
-
readonly surfaceSecondary: "#
|
|
2275
|
-
readonly surfaceMuted: "#
|
|
2276
|
-
readonly surfaceElevated: "#
|
|
2277
|
-
readonly background: "#
|
|
2278
|
-
readonly backgroundSecondary: "#
|
|
2279
|
-
readonly backgroundTertiary: "#
|
|
2280
|
-
readonly backgroundModifier: "#
|
|
2290
|
+
readonly surface: "#111720";
|
|
2291
|
+
readonly surfaceSecondary: "#161e29";
|
|
2292
|
+
readonly surfaceMuted: "#202b38";
|
|
2293
|
+
readonly surfaceElevated: "#1b2532";
|
|
2294
|
+
readonly background: "#080d13";
|
|
2295
|
+
readonly backgroundSecondary: "#0f1620";
|
|
2296
|
+
readonly backgroundTertiary: "#17202c";
|
|
2297
|
+
readonly backgroundModifier: "#2a3546";
|
|
2281
2298
|
readonly text: "#f3f6fb";
|
|
2282
2299
|
readonly textSecondary: "#c8d1df";
|
|
2283
2300
|
readonly textMuted: "#95a1b4";
|
|
@@ -2287,8 +2304,8 @@ export declare const backofficeDarkThemeValues: {
|
|
|
2287
2304
|
readonly controlBorder: "#475569";
|
|
2288
2305
|
readonly controlText: "#f3f6fb";
|
|
2289
2306
|
readonly controlPlaceholder: "#95a1b4";
|
|
2290
|
-
readonly border: "#
|
|
2291
|
-
readonly borderSubtle: "#
|
|
2307
|
+
readonly border: "#36445a";
|
|
2308
|
+
readonly borderSubtle: "#2b374a";
|
|
2292
2309
|
readonly borderStrong: "#475569";
|
|
2293
2310
|
readonly borderLight: "#3b4658";
|
|
2294
2311
|
readonly overlayBackdrop: "rgba(3, 7, 18, 0.58)";
|
|
@@ -2300,9 +2317,9 @@ export declare const backofficeDarkThemeValues: {
|
|
|
2300
2317
|
readonly codeText: "#f3f6fb";
|
|
2301
2318
|
readonly codeToolbarSurface: "#402030";
|
|
2302
2319
|
readonly shimmerHighlight: "rgba(255, 255, 255, 0.52)";
|
|
2303
|
-
readonly tonePrimarySurface: "#
|
|
2304
|
-
readonly tonePrimaryText: "#
|
|
2305
|
-
readonly tonePrimaryBorder: "#
|
|
2320
|
+
readonly tonePrimarySurface: "#321f2d";
|
|
2321
|
+
readonly tonePrimaryText: "#ffbad1";
|
|
2322
|
+
readonly tonePrimaryBorder: "#98506e";
|
|
2306
2323
|
readonly toneInfoSurface: "#142948";
|
|
2307
2324
|
readonly toneInfoText: "#9cc7ff";
|
|
2308
2325
|
readonly toneInfoBorder: "#3d6ea8";
|
|
@@ -2315,15 +2332,24 @@ export declare const backofficeDarkThemeValues: {
|
|
|
2315
2332
|
readonly toneDangerSurface: "#3a171c";
|
|
2316
2333
|
readonly toneDangerText: "#ff9aa2";
|
|
2317
2334
|
readonly toneDangerBorder: "#b94b54";
|
|
2335
|
+
readonly onPrimary: "#080d13";
|
|
2336
|
+
readonly onAccent: "#080d13";
|
|
2337
|
+
readonly onBrand: "#080d13";
|
|
2338
|
+
readonly brandSubtleSurface: "#2a1d29";
|
|
2339
|
+
readonly brandSubtleBorder: "#4e2f3f";
|
|
2340
|
+
readonly avatarSurface: "#142948";
|
|
2341
|
+
readonly avatarText: "#9cc7ff";
|
|
2342
|
+
readonly timelineFadeSurface: "#1b2532";
|
|
2318
2343
|
readonly successLight: "#153624";
|
|
2319
2344
|
readonly warningLight: "#3a2b12";
|
|
2320
2345
|
readonly infoLight: "#142948";
|
|
2321
2346
|
readonly brandLightGray: "#18212c";
|
|
2322
2347
|
readonly brandDarkGray: "#f2f5fa";
|
|
2323
|
-
readonly
|
|
2324
|
-
readonly
|
|
2325
|
-
readonly 'brandSecondaryOrange-
|
|
2326
|
-
readonly
|
|
2348
|
+
readonly brandPrimaryRed: "#f06f9e";
|
|
2349
|
+
readonly brandSecondaryOrange: "#d7a194";
|
|
2350
|
+
readonly 'brandSecondaryOrange-10': "rgba(215, 161, 148, 0.12)";
|
|
2351
|
+
readonly 'brandSecondaryOrange-20': "rgba(215, 161, 148, 0.22)";
|
|
2352
|
+
readonly accent: "#dc8c9c";
|
|
2327
2353
|
readonly inherit: string;
|
|
2328
2354
|
readonly current: string;
|
|
2329
2355
|
readonly transparent: string;
|
|
@@ -2379,7 +2405,6 @@ export declare const backofficeDarkThemeValues: {
|
|
|
2379
2405
|
readonly 'black-100': string;
|
|
2380
2406
|
readonly 'black-10': string;
|
|
2381
2407
|
readonly 'black-2': string;
|
|
2382
|
-
readonly primary: "#B2184F";
|
|
2383
2408
|
readonly secondary: "#166534";
|
|
2384
2409
|
readonly secondaryHover: "#23A559";
|
|
2385
2410
|
readonly error: "#ED4245";
|
|
@@ -2390,19 +2415,18 @@ export declare const backofficeDarkThemeValues: {
|
|
|
2390
2415
|
readonly success: "#23A559";
|
|
2391
2416
|
readonly warning: "#F0B232";
|
|
2392
2417
|
readonly info: "#3B82F6";
|
|
2393
|
-
readonly brandPrimaryRed: "#B2184F";
|
|
2394
2418
|
readonly brandWhite: "#FFFFFF";
|
|
2395
2419
|
readonly brandBackgroundGradient: string;
|
|
2396
2420
|
};
|
|
2397
2421
|
readonly backgroundImage: {
|
|
2398
|
-
readonly pageShellSurface: "linear-gradient(180deg, #
|
|
2399
|
-
readonly floatingChatSurface: "radial-gradient(circle at 0% 0%, rgba(
|
|
2400
|
-
readonly loadingShimmer: "linear-gradient(90deg, #
|
|
2401
|
-
readonly surfaceChrome: "linear-gradient(180deg, #
|
|
2422
|
+
readonly pageShellSurface: "linear-gradient(180deg, #080d13 0%, #0f1620 100%)";
|
|
2423
|
+
readonly floatingChatSurface: "radial-gradient(circle at 0% 0%, rgba(215, 161, 148, 0.12) 0%, transparent 55%), linear-gradient(135deg, #111720 0%, #161e29 100%)";
|
|
2424
|
+
readonly loadingShimmer: "linear-gradient(90deg, #202b38 0%, #161e29 45%, #202b38 90%)";
|
|
2425
|
+
readonly surfaceChrome: "linear-gradient(180deg, #111720 0%, #161e29 100%)";
|
|
2402
2426
|
readonly tableHeaderAccent: "linear-gradient(90deg, rgba(255, 173, 201, 0.07), transparent 64%)";
|
|
2403
|
-
readonly listHeaderSurface: "linear-gradient(135deg, #
|
|
2404
|
-
readonly pendingBar: "linear-gradient(90deg, #
|
|
2405
|
-
readonly metricPrimarySurface: "linear-gradient(135deg, #
|
|
2427
|
+
readonly listHeaderSurface: "linear-gradient(135deg, #161e29 0%, #111720 58%)";
|
|
2428
|
+
readonly pendingBar: "linear-gradient(90deg, #321f2d 0%, #ffbad1 60%, #321f2d 100%)";
|
|
2429
|
+
readonly metricPrimarySurface: "linear-gradient(135deg, #321f2d, transparent 58%)";
|
|
2406
2430
|
readonly metricInfoSurface: "linear-gradient(135deg, #142948, transparent 58%)";
|
|
2407
2431
|
readonly metricSuccessSurface: "linear-gradient(135deg, #153624, transparent 58%)";
|
|
2408
2432
|
readonly metricWarningSurface: "linear-gradient(135deg, #3a2b12, transparent 58%)";
|
|
@@ -2418,19 +2442,19 @@ export declare const backofficeDarkThemeValues: {
|
|
|
2418
2442
|
readonly brandCardGlow: `0 0px 72px color-mix(in srgb, ${string} 40%, transparent)`;
|
|
2419
2443
|
readonly authCardGlow: `0 0 96px color-mix(in srgb, ${string} 44%, transparent)`;
|
|
2420
2444
|
readonly profileDropdownShadow: `0 18px 36px color-mix(in srgb, ${string} 42%, transparent)`;
|
|
2421
|
-
readonly badgeInset: "inset 0 0 0 1px #
|
|
2422
|
-
readonly badgeDotRing: "0 0 0 2px #
|
|
2423
|
-
readonly primaryInsetRing: "inset 0 0 0 1px #
|
|
2424
|
-
readonly primaryLightRing: "0 0 0 1px rgba(
|
|
2425
|
-
readonly primaryLightRingStrong: "0 0 0 2px rgba(
|
|
2426
|
-
readonly focusRing: "0 0 0 3px rgba(
|
|
2445
|
+
readonly badgeInset: "inset 0 0 0 1px #2b374a";
|
|
2446
|
+
readonly badgeDotRing: "0 0 0 2px #111720";
|
|
2447
|
+
readonly primaryInsetRing: "inset 0 0 0 1px #f06f9e";
|
|
2448
|
+
readonly primaryLightRing: "0 0 0 1px rgba(240, 111, 158, 0.2)";
|
|
2449
|
+
readonly primaryLightRingStrong: "0 0 0 2px rgba(240, 111, 158, 0.2)";
|
|
2450
|
+
readonly focusRing: "0 0 0 3px rgba(240, 111, 158, 0.2)";
|
|
2427
2451
|
readonly focusRingError: "0 0 0 3px color-mix(in srgb, #ED4245 24%, transparent)";
|
|
2428
|
-
readonly focusRingBrand: "0 0 0 2px #
|
|
2452
|
+
readonly focusRingBrand: "0 0 0 2px #d7a194";
|
|
2429
2453
|
readonly interactiveHover: `0 8px 18px color-mix(in srgb, ${string} 30%, transparent)`;
|
|
2430
2454
|
readonly interactivePressed: `0 2px 6px color-mix(in srgb, ${string} 38%, transparent)`;
|
|
2431
2455
|
readonly successLightRing: "0 0 0 2px #153624";
|
|
2432
2456
|
readonly sidebarActiveInset: `inset 2px 0 0 ${string}`;
|
|
2433
|
-
readonly metricPrimaryAccent: "inset 3px 0 0 #
|
|
2457
|
+
readonly metricPrimaryAccent: "inset 3px 0 0 #98506e";
|
|
2434
2458
|
readonly metricInfoAccent: "inset 3px 0 0 #3d6ea8";
|
|
2435
2459
|
readonly metricSuccessAccent: "inset 3px 0 0 #2f8d55";
|
|
2436
2460
|
readonly metricWarningAccent: "inset 3px 0 0 #a56a18";
|
|
@@ -2446,50 +2470,50 @@ export declare const backofficeDarkThemeValues: {
|
|
|
2446
2470
|
readonly none: "none";
|
|
2447
2471
|
};
|
|
2448
2472
|
readonly sidebar: {
|
|
2449
|
-
readonly background: "#
|
|
2450
|
-
readonly borderColor: "#
|
|
2473
|
+
readonly background: "#0f1620";
|
|
2474
|
+
readonly borderColor: "#36445a";
|
|
2451
2475
|
readonly scrollbarColor: "#3b4658";
|
|
2452
2476
|
readonly itemColor: "#c8d1df";
|
|
2453
|
-
readonly itemHoverBackground: "#
|
|
2477
|
+
readonly itemHoverBackground: "#202b38";
|
|
2454
2478
|
readonly itemHoverColor: "#f3f6fb";
|
|
2455
|
-
readonly itemActiveBackground: "
|
|
2456
|
-
readonly itemActiveColor: "#
|
|
2457
|
-
readonly itemActiveBorderColor: "
|
|
2458
|
-
readonly itemActiveShadow: "
|
|
2479
|
+
readonly itemActiveBackground: "#321f2d";
|
|
2480
|
+
readonly itemActiveColor: "#ffbad1";
|
|
2481
|
+
readonly itemActiveBorderColor: "#98506e";
|
|
2482
|
+
readonly itemActiveShadow: "inset 2px 0 0 #ffbad1";
|
|
2459
2483
|
readonly itemDisabledColor: "#95a1b4";
|
|
2460
|
-
readonly itemFocusRing: "0 0 0 3px rgba(
|
|
2461
|
-
readonly nestedBorderColor: "#
|
|
2484
|
+
readonly itemFocusRing: "0 0 0 3px rgba(240, 111, 158, 0.2)";
|
|
2485
|
+
readonly nestedBorderColor: "#36445a";
|
|
2462
2486
|
readonly sectionHeaderColor: "#95a1b4";
|
|
2463
2487
|
readonly sectionHeaderIconColor: "#95a1b4";
|
|
2464
|
-
readonly sectionHeaderHoverBackground: "#
|
|
2488
|
+
readonly sectionHeaderHoverBackground: "#202b38";
|
|
2465
2489
|
readonly sectionToggleColor: "#95a1b4";
|
|
2466
2490
|
readonly actionColor: "#c8d1df";
|
|
2467
|
-
readonly actionHoverBackground: "#
|
|
2491
|
+
readonly actionHoverBackground: "#202b38";
|
|
2468
2492
|
readonly actionHoverColor: "#f3f6fb";
|
|
2469
|
-
readonly actionFocusRing: "0 0 0 3px rgba(
|
|
2493
|
+
readonly actionFocusRing: "0 0 0 3px rgba(240, 111, 158, 0.2)";
|
|
2470
2494
|
readonly dragHandleColor: "#c8d1df";
|
|
2471
|
-
readonly dragHandleHoverBackground: "#
|
|
2495
|
+
readonly dragHandleHoverBackground: "#202b38";
|
|
2472
2496
|
readonly dragHandleHoverColor: "#f3f6fb";
|
|
2473
|
-
readonly dragOverlayBackground: "#
|
|
2497
|
+
readonly dragOverlayBackground: "#111720";
|
|
2474
2498
|
readonly dragOverlayColor: "#f3f6fb";
|
|
2475
|
-
readonly dragOverlayBorderColor: "#
|
|
2476
|
-
readonly insertionIndicatorColor: "#
|
|
2499
|
+
readonly dragOverlayBorderColor: "#36445a";
|
|
2500
|
+
readonly insertionIndicatorColor: "#f06f9e";
|
|
2477
2501
|
readonly collapseButtonColor: "#c8d1df";
|
|
2478
|
-
readonly collapseButtonHoverBackground: "#
|
|
2502
|
+
readonly collapseButtonHoverBackground: "#202b38";
|
|
2479
2503
|
readonly collapseButtonHoverColor: "#f3f6fb";
|
|
2480
|
-
readonly collapseButtonFocusRing: "0 0 0 3px rgba(
|
|
2504
|
+
readonly collapseButtonFocusRing: "0 0 0 3px rgba(240, 111, 158, 0.2)";
|
|
2481
2505
|
readonly profileTitleColor: "#c8d1df";
|
|
2482
|
-
readonly profileTriggerBackground: "#
|
|
2483
|
-
readonly profileTriggerBorderColor: "#
|
|
2484
|
-
readonly profileTriggerHoverBackground: "#
|
|
2506
|
+
readonly profileTriggerBackground: "#161e29";
|
|
2507
|
+
readonly profileTriggerBorderColor: "#2b374a";
|
|
2508
|
+
readonly profileTriggerHoverBackground: "#1b2532";
|
|
2485
2509
|
readonly profileTriggerHoverBorderColor: "#475569";
|
|
2486
|
-
readonly profileTriggerFocusRing: "0 0 0 3px rgba(
|
|
2487
|
-
readonly profileAvatarBackgroundImage: "linear-gradient(135deg, #
|
|
2510
|
+
readonly profileTriggerFocusRing: "0 0 0 3px rgba(240, 111, 158, 0.2)";
|
|
2511
|
+
readonly profileAvatarBackgroundImage: "linear-gradient(135deg, #f06f9e, #d7a194)";
|
|
2488
2512
|
readonly profileAvatarColor: "#FFFFFF";
|
|
2489
2513
|
readonly profileTextColor: "#f3f6fb";
|
|
2490
2514
|
readonly profileSubtextColor: "#c8d1df";
|
|
2491
|
-
readonly profileMenuHoverBackground: "#
|
|
2492
|
-
readonly profileMenuBorderColor: "#
|
|
2515
|
+
readonly profileMenuHoverBackground: "#161e29";
|
|
2516
|
+
readonly profileMenuBorderColor: "#2b374a";
|
|
2493
2517
|
readonly itemActiveBackgroundImage: "none";
|
|
2494
2518
|
readonly collapseButtonBackground: "transparent";
|
|
2495
2519
|
readonly collapseButtonBorderColor: "transparent";
|
|
@@ -2497,16 +2521,17 @@ export declare const backofficeDarkThemeValues: {
|
|
|
2497
2521
|
};
|
|
2498
2522
|
readonly stroke: {
|
|
2499
2523
|
readonly none: "none";
|
|
2500
|
-
readonly
|
|
2524
|
+
readonly primary: "#f06f9e";
|
|
2525
|
+
readonly primaryLight: "rgba(240, 111, 158, 0.2)";
|
|
2501
2526
|
readonly secondaryLight: "#143328";
|
|
2502
|
-
readonly surface: "#
|
|
2503
|
-
readonly surfaceSecondary: "#
|
|
2504
|
-
readonly surfaceMuted: "#
|
|
2505
|
-
readonly surfaceElevated: "#
|
|
2506
|
-
readonly background: "#
|
|
2507
|
-
readonly backgroundSecondary: "#
|
|
2508
|
-
readonly backgroundTertiary: "#
|
|
2509
|
-
readonly backgroundModifier: "#
|
|
2527
|
+
readonly surface: "#111720";
|
|
2528
|
+
readonly surfaceSecondary: "#161e29";
|
|
2529
|
+
readonly surfaceMuted: "#202b38";
|
|
2530
|
+
readonly surfaceElevated: "#1b2532";
|
|
2531
|
+
readonly background: "#080d13";
|
|
2532
|
+
readonly backgroundSecondary: "#0f1620";
|
|
2533
|
+
readonly backgroundTertiary: "#17202c";
|
|
2534
|
+
readonly backgroundModifier: "#2a3546";
|
|
2510
2535
|
readonly text: "#f3f6fb";
|
|
2511
2536
|
readonly textSecondary: "#c8d1df";
|
|
2512
2537
|
readonly textMuted: "#95a1b4";
|
|
@@ -2516,8 +2541,8 @@ export declare const backofficeDarkThemeValues: {
|
|
|
2516
2541
|
readonly controlBorder: "#475569";
|
|
2517
2542
|
readonly controlText: "#f3f6fb";
|
|
2518
2543
|
readonly controlPlaceholder: "#95a1b4";
|
|
2519
|
-
readonly border: "#
|
|
2520
|
-
readonly borderSubtle: "#
|
|
2544
|
+
readonly border: "#36445a";
|
|
2545
|
+
readonly borderSubtle: "#2b374a";
|
|
2521
2546
|
readonly borderStrong: "#475569";
|
|
2522
2547
|
readonly borderLight: "#3b4658";
|
|
2523
2548
|
readonly overlayBackdrop: "rgba(3, 7, 18, 0.58)";
|
|
@@ -2529,9 +2554,9 @@ export declare const backofficeDarkThemeValues: {
|
|
|
2529
2554
|
readonly codeText: "#f3f6fb";
|
|
2530
2555
|
readonly codeToolbarSurface: "#402030";
|
|
2531
2556
|
readonly shimmerHighlight: "rgba(255, 255, 255, 0.52)";
|
|
2532
|
-
readonly tonePrimarySurface: "#
|
|
2533
|
-
readonly tonePrimaryText: "#
|
|
2534
|
-
readonly tonePrimaryBorder: "#
|
|
2557
|
+
readonly tonePrimarySurface: "#321f2d";
|
|
2558
|
+
readonly tonePrimaryText: "#ffbad1";
|
|
2559
|
+
readonly tonePrimaryBorder: "#98506e";
|
|
2535
2560
|
readonly toneInfoSurface: "#142948";
|
|
2536
2561
|
readonly toneInfoText: "#9cc7ff";
|
|
2537
2562
|
readonly toneInfoBorder: "#3d6ea8";
|
|
@@ -2544,15 +2569,24 @@ export declare const backofficeDarkThemeValues: {
|
|
|
2544
2569
|
readonly toneDangerSurface: "#3a171c";
|
|
2545
2570
|
readonly toneDangerText: "#ff9aa2";
|
|
2546
2571
|
readonly toneDangerBorder: "#b94b54";
|
|
2572
|
+
readonly onPrimary: "#080d13";
|
|
2573
|
+
readonly onAccent: "#080d13";
|
|
2574
|
+
readonly onBrand: "#080d13";
|
|
2575
|
+
readonly brandSubtleSurface: "#2a1d29";
|
|
2576
|
+
readonly brandSubtleBorder: "#4e2f3f";
|
|
2577
|
+
readonly avatarSurface: "#142948";
|
|
2578
|
+
readonly avatarText: "#9cc7ff";
|
|
2579
|
+
readonly timelineFadeSurface: "#1b2532";
|
|
2547
2580
|
readonly successLight: "#153624";
|
|
2548
2581
|
readonly warningLight: "#3a2b12";
|
|
2549
2582
|
readonly infoLight: "#142948";
|
|
2550
2583
|
readonly brandLightGray: "#18212c";
|
|
2551
2584
|
readonly brandDarkGray: "#f2f5fa";
|
|
2552
|
-
readonly
|
|
2553
|
-
readonly
|
|
2554
|
-
readonly 'brandSecondaryOrange-
|
|
2555
|
-
readonly
|
|
2585
|
+
readonly brandPrimaryRed: "#f06f9e";
|
|
2586
|
+
readonly brandSecondaryOrange: "#d7a194";
|
|
2587
|
+
readonly 'brandSecondaryOrange-10': "rgba(215, 161, 148, 0.12)";
|
|
2588
|
+
readonly 'brandSecondaryOrange-20': "rgba(215, 161, 148, 0.22)";
|
|
2589
|
+
readonly accent: "#dc8c9c";
|
|
2556
2590
|
readonly inherit: string;
|
|
2557
2591
|
readonly current: string;
|
|
2558
2592
|
readonly transparent: string;
|
|
@@ -2608,7 +2642,6 @@ export declare const backofficeDarkThemeValues: {
|
|
|
2608
2642
|
readonly 'black-100': string;
|
|
2609
2643
|
readonly 'black-10': string;
|
|
2610
2644
|
readonly 'black-2': string;
|
|
2611
|
-
readonly primary: "#B2184F";
|
|
2612
2645
|
readonly secondary: "#166534";
|
|
2613
2646
|
readonly secondaryHover: "#23A559";
|
|
2614
2647
|
readonly error: "#ED4245";
|
|
@@ -2619,7 +2652,6 @@ export declare const backofficeDarkThemeValues: {
|
|
|
2619
2652
|
readonly success: "#23A559";
|
|
2620
2653
|
readonly warning: "#F0B232";
|
|
2621
2654
|
readonly info: "#3B82F6";
|
|
2622
|
-
readonly brandPrimaryRed: "#B2184F";
|
|
2623
2655
|
readonly brandWhite: "#FFFFFF";
|
|
2624
2656
|
readonly brandBackgroundGradient: string;
|
|
2625
2657
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"backofficeTheme.css.d.ts","sourceRoot":"","sources":["../../../src/theme/backofficeTheme.css.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"backofficeTheme.css.d.ts","sourceRoot":"","sources":["../../../src/theme/backofficeTheme.css.ts"],"names":[],"mappings":"AAmIA,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyFP,CAAC;AAEjC,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgGN,CAAC;AAWjC,eAAO,MAAM,yBAAyB,QAQpC,CAAC;AAEH,eAAO,MAAM,wBAAwB,QAQnC,CAAC"}
|