@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
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
export declare const sprinkles: ((props: {
|
|
2
|
-
backgroundColor?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | {
|
|
3
|
-
lightMode?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
4
|
-
darkMode?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
2
|
+
backgroundColor?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | {
|
|
3
|
+
lightMode?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
4
|
+
darkMode?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
5
5
|
} | undefined;
|
|
6
6
|
background?: "gradient" | "ellipseGradient" | "linearGradient" | "verticalLinearGradient" | {
|
|
7
7
|
lightMode?: "gradient" | "ellipseGradient" | "linearGradient" | "verticalLinearGradient" | undefined;
|
|
8
8
|
darkMode?: "gradient" | "ellipseGradient" | "linearGradient" | "verticalLinearGradient" | undefined;
|
|
9
9
|
} | undefined;
|
|
10
|
-
color?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | {
|
|
11
|
-
lightMode?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
12
|
-
darkMode?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
10
|
+
color?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | {
|
|
11
|
+
lightMode?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
12
|
+
darkMode?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
13
13
|
} | undefined;
|
|
14
14
|
grayscale?: 0 | "default" | {
|
|
15
15
|
lightMode?: 0 | "default" | undefined;
|
|
@@ -19,29 +19,29 @@ export declare const sprinkles: ((props: {
|
|
|
19
19
|
lightMode?: 0 | 5 | 10 | 20 | 30 | 40 | 60 | 80 | 90 | 25 | 35 | 50 | 70 | 75 | 95 | 100 | undefined;
|
|
20
20
|
darkMode?: 0 | 5 | 10 | 20 | 30 | 40 | 60 | 80 | 90 | 25 | 35 | 50 | 70 | 75 | 95 | 100 | undefined;
|
|
21
21
|
} | undefined;
|
|
22
|
-
outlineColor?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | {
|
|
23
|
-
lightMode?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
24
|
-
darkMode?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
22
|
+
outlineColor?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | {
|
|
23
|
+
lightMode?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
24
|
+
darkMode?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
25
25
|
} | undefined;
|
|
26
26
|
sepia?: 0 | "default" | {
|
|
27
27
|
lightMode?: 0 | "default" | undefined;
|
|
28
28
|
darkMode?: 0 | "default" | undefined;
|
|
29
29
|
} | undefined;
|
|
30
|
-
stroke?: "none" | "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | {
|
|
31
|
-
lightMode?: "none" | "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
32
|
-
darkMode?: "none" | "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
30
|
+
stroke?: "none" | "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | {
|
|
31
|
+
lightMode?: "none" | "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
32
|
+
darkMode?: "none" | "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
33
33
|
} | undefined;
|
|
34
|
-
textColor?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | {
|
|
35
|
-
lightMode?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
36
|
-
darkMode?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
34
|
+
textColor?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | {
|
|
35
|
+
lightMode?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
36
|
+
darkMode?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
37
37
|
} | undefined;
|
|
38
38
|
textTransform?: "none" | "capitalize" | "lowercase" | "uppercase" | {
|
|
39
39
|
lightMode?: "none" | "capitalize" | "lowercase" | "uppercase" | undefined;
|
|
40
40
|
darkMode?: "none" | "capitalize" | "lowercase" | "uppercase" | undefined;
|
|
41
41
|
} | undefined;
|
|
42
|
-
textDecorationColor?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | {
|
|
43
|
-
lightMode?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
44
|
-
darkMode?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
42
|
+
textDecorationColor?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | {
|
|
43
|
+
lightMode?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
44
|
+
darkMode?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
45
45
|
} | undefined;
|
|
46
46
|
textOpacity?: 0 | 5 | 10 | 20 | 30 | 40 | 60 | 80 | 90 | 25 | 35 | 50 | 70 | 75 | 95 | 100 | {
|
|
47
47
|
lightMode?: 0 | 5 | 10 | 20 | 30 | 40 | 60 | 80 | 90 | 25 | 35 | 50 | 70 | 75 | 95 | 100 | undefined;
|
|
@@ -131,20 +131,20 @@ export declare const sprinkles: ((props: {
|
|
|
131
131
|
max1199?: "auto" | "center" | "flex-start" | "flex-end" | "stretch" | undefined;
|
|
132
132
|
min1200?: "auto" | "center" | "flex-start" | "flex-end" | "stretch" | undefined;
|
|
133
133
|
} | undefined;
|
|
134
|
-
borderColor?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | {
|
|
135
|
-
base?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
136
|
-
sm?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
137
|
-
md?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
138
|
-
lg?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
139
|
-
xl?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
140
|
-
xxl?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
141
|
-
max767?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
142
|
-
min768?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
143
|
-
tabletOnly?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
144
|
-
max900?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
145
|
-
max1023?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
146
|
-
max1199?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
147
|
-
min1200?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
134
|
+
borderColor?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | {
|
|
135
|
+
base?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
136
|
+
sm?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
137
|
+
md?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
138
|
+
lg?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
139
|
+
xl?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
140
|
+
xxl?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
141
|
+
max767?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
142
|
+
min768?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
143
|
+
tabletOnly?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
144
|
+
max900?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
145
|
+
max1023?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
146
|
+
max1199?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
147
|
+
min1200?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
148
148
|
} | undefined;
|
|
149
149
|
borderWidth?: 0 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | {
|
|
150
150
|
base?: 0 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
@@ -251,65 +251,65 @@ export declare const sprinkles: ((props: {
|
|
|
251
251
|
max1199?: "none" | undefined;
|
|
252
252
|
min1200?: "none" | undefined;
|
|
253
253
|
} | undefined;
|
|
254
|
-
borderTopColor?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | {
|
|
255
|
-
base?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
256
|
-
sm?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
257
|
-
md?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
258
|
-
lg?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
259
|
-
xl?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
260
|
-
xxl?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
261
|
-
max767?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
262
|
-
min768?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
263
|
-
tabletOnly?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
264
|
-
max900?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
265
|
-
max1023?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
266
|
-
max1199?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
267
|
-
min1200?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
268
|
-
} | undefined;
|
|
269
|
-
borderRightColor?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | {
|
|
270
|
-
base?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
271
|
-
sm?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
272
|
-
md?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
273
|
-
lg?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
274
|
-
xl?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
275
|
-
xxl?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
276
|
-
max767?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
277
|
-
min768?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
278
|
-
tabletOnly?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
279
|
-
max900?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
280
|
-
max1023?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
281
|
-
max1199?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
282
|
-
min1200?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
283
|
-
} | undefined;
|
|
284
|
-
borderBottomColor?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | {
|
|
285
|
-
base?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
286
|
-
sm?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
287
|
-
md?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
288
|
-
lg?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
289
|
-
xl?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
290
|
-
xxl?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
291
|
-
max767?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
292
|
-
min768?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
293
|
-
tabletOnly?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
294
|
-
max900?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
295
|
-
max1023?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
296
|
-
max1199?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
297
|
-
min1200?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
298
|
-
} | undefined;
|
|
299
|
-
borderLeftColor?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | {
|
|
300
|
-
base?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
301
|
-
sm?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
302
|
-
md?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
303
|
-
lg?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
304
|
-
xl?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
305
|
-
xxl?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
306
|
-
max767?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
307
|
-
min768?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
308
|
-
tabletOnly?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
309
|
-
max900?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
310
|
-
max1023?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
311
|
-
max1199?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
312
|
-
min1200?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
254
|
+
borderTopColor?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | {
|
|
255
|
+
base?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
256
|
+
sm?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
257
|
+
md?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
258
|
+
lg?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
259
|
+
xl?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
260
|
+
xxl?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
261
|
+
max767?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
262
|
+
min768?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
263
|
+
tabletOnly?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
264
|
+
max900?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
265
|
+
max1023?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
266
|
+
max1199?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
267
|
+
min1200?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
268
|
+
} | undefined;
|
|
269
|
+
borderRightColor?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | {
|
|
270
|
+
base?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
271
|
+
sm?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
272
|
+
md?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
273
|
+
lg?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
274
|
+
xl?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
275
|
+
xxl?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
276
|
+
max767?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
277
|
+
min768?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
278
|
+
tabletOnly?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
279
|
+
max900?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
280
|
+
max1023?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
281
|
+
max1199?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
282
|
+
min1200?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
283
|
+
} | undefined;
|
|
284
|
+
borderBottomColor?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | {
|
|
285
|
+
base?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
286
|
+
sm?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
287
|
+
md?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
288
|
+
lg?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
289
|
+
xl?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
290
|
+
xxl?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
291
|
+
max767?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
292
|
+
min768?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
293
|
+
tabletOnly?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
294
|
+
max900?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
295
|
+
max1023?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
296
|
+
max1199?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
297
|
+
min1200?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
298
|
+
} | undefined;
|
|
299
|
+
borderLeftColor?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | {
|
|
300
|
+
base?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
301
|
+
sm?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
302
|
+
md?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
303
|
+
lg?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
304
|
+
xl?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
305
|
+
xxl?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
306
|
+
max767?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
307
|
+
min768?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
308
|
+
tabletOnly?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
309
|
+
max900?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
310
|
+
max1023?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
311
|
+
max1199?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
312
|
+
min1200?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
313
313
|
} | undefined;
|
|
314
314
|
borderTopWidth?: 0 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | {
|
|
315
315
|
base?: 0 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
@@ -1770,13 +1770,13 @@ export declare const sprinkles: ((props: {
|
|
|
1770
1770
|
properties: Set<"animation" | "background" | "border" | "backgroundImage" | "borderRadius" | "borderSpacing" | "borderWidth" | "boxShadow" | "dropShadow" | "grayscale" | "hueRotate" | "invert" | "flex" | "flexBasis" | "flexGrow" | "flexShrink" | "fontFamily" | "fontSize" | "fontWeight" | "gridAutoColumns" | "gridAutoRows" | "gridColumn" | "gridColumnEnd" | "gridColumnStart" | "gridRow" | "gridRowStart" | "gridRowEnd" | "gridTemplateColumns" | "gridTemplateRows" | "left" | "top" | "height" | "inset" | "transform" | "opacity" | "letterSpacing" | "wordSpacing" | "lineHeight" | "listStyleType" | "margin" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "objectPosition" | "bottom" | "right" | "order" | "outlineOffset" | "outlineWidth" | "rotate" | "scale" | "sepia" | "skew" | "borderColor" | "scrollbarColor" | "stroke" | "strokeWidth" | "textDecorationThickness" | "textUnderlineOffset" | "transitionDelay" | "transitionDuration" | "transitionProperty" | "all" | "gap" | "width" | "transitionTimingFunction" | "zIndex" | "alignItems" | "alignSelf" | "appearance" | "aspectRatio" | "backgroundColor" | "backgroundSize" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomWidth" | "borderCollapse" | "borderLeftColor" | "borderLeftWidth" | "borderRightColor" | "borderRightWidth" | "borderTopColor" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopWidth" | "color" | "columnGap" | "containerType" | "cursor" | "display" | "filter" | "flexDirection" | "flexWrap" | "fontStyle" | "fontVariantNumeric" | "justifyContent" | "justifyItems" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "objectFit" | "outlineColor" | "outlineStyle" | "overflowWrap" | "overflowX" | "overflowY" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "pointerEvents" | "position" | "resize" | "rowGap" | "scrollMarginTop" | "scrollbarGutter" | "scrollbarWidth" | "textAlign" | "textDecorationColor" | "textIndent" | "textOverflow" | "textTransform" | "transformOrigin" | "userSelect" | "verticalAlign" | "visibility" | "whiteSpace" | "willChange" | "wordBreak" | "borderBottom" | "borderLeft" | "borderRight" | "borderStyle" | "borderTop" | "font" | "outline" | "overflow" | "padding" | "paddingBlock" | "paddingInline" | "placeContent" | "placeItems" | "scrollMargin" | "scrollPadding" | "textDecoration" | "msOverflowStyle" | "clip" | "arrows" | "placeHolder" | "scrollBar" | "marginX" | "marginY" | "paddingX" | "paddingY" | "textColor" | "textOpacity">;
|
|
1771
1771
|
};
|
|
1772
1772
|
export declare const hoverSprinkles: ((props: {
|
|
1773
|
-
backgroundColor?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | {
|
|
1774
|
-
default?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
1775
|
-
hover?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
1773
|
+
backgroundColor?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | {
|
|
1774
|
+
default?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
1775
|
+
hover?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
1776
1776
|
} | undefined;
|
|
1777
|
-
color?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | {
|
|
1778
|
-
default?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
1779
|
-
hover?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
1777
|
+
color?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | {
|
|
1778
|
+
default?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
1779
|
+
hover?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
1780
1780
|
} | undefined;
|
|
1781
1781
|
transform?: 0 | "none" | "left" | "center" | "right" | "press" | "lift" | "y0" | "centerY" | 100 | 200 | {
|
|
1782
1782
|
default?: 0 | "none" | "left" | "center" | "right" | "press" | "lift" | "y0" | "centerY" | 100 | 200 | undefined;
|
|
@@ -1803,24 +1803,24 @@ export declare const firstChildSprinkles: ((props: {
|
|
|
1803
1803
|
};
|
|
1804
1804
|
export declare const stateSprinkles: ((props: {
|
|
1805
1805
|
backgroundColor?: {
|
|
1806
|
-
hover?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
1807
|
-
hoverNotDisabled?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
1808
|
-
active?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
1809
|
-
focusVisible?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
1810
|
-
focus?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
1811
|
-
focusWithin?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
1812
|
-
hasFocusVisible?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
1813
|
-
disabled?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
1806
|
+
hover?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
1807
|
+
hoverNotDisabled?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
1808
|
+
active?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
1809
|
+
focusVisible?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
1810
|
+
focus?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
1811
|
+
focusWithin?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
1812
|
+
hasFocusVisible?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
1813
|
+
disabled?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
1814
1814
|
} | undefined;
|
|
1815
1815
|
borderColor?: {
|
|
1816
|
-
hover?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
1817
|
-
hoverNotDisabled?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
1818
|
-
active?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
1819
|
-
focusVisible?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
1820
|
-
focus?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
1821
|
-
focusWithin?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
1822
|
-
hasFocusVisible?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
1823
|
-
disabled?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
1816
|
+
hover?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
1817
|
+
hoverNotDisabled?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
1818
|
+
active?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
1819
|
+
focusVisible?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
1820
|
+
focus?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
1821
|
+
focusWithin?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
1822
|
+
hasFocusVisible?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
1823
|
+
disabled?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
1824
1824
|
} | undefined;
|
|
1825
1825
|
boxShadow?: {
|
|
1826
1826
|
hover?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "inkSoft" | "inkGlow" | "brandGlow" | "brandCardGlow" | "authCardGlow" | "profileDropdownShadow" | "badgeInset" | "badgeDotRing" | "primaryInsetRing" | "primaryLightRing" | "primaryLightRingStrong" | "focusRing" | "focusRingError" | "focusRingBrand" | "interactiveHover" | "interactivePressed" | "successLightRing" | "sidebarActiveInset" | "metricPrimaryAccent" | "metricInfoAccent" | "metricSuccessAccent" | "metricWarningAccent" | "metricDangerAccent" | "inner" | undefined;
|
|
@@ -1833,14 +1833,14 @@ export declare const stateSprinkles: ((props: {
|
|
|
1833
1833
|
disabled?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "inkSoft" | "inkGlow" | "brandGlow" | "brandCardGlow" | "authCardGlow" | "profileDropdownShadow" | "badgeInset" | "badgeDotRing" | "primaryInsetRing" | "primaryLightRing" | "primaryLightRingStrong" | "focusRing" | "focusRingError" | "focusRingBrand" | "interactiveHover" | "interactivePressed" | "successLightRing" | "sidebarActiveInset" | "metricPrimaryAccent" | "metricInfoAccent" | "metricSuccessAccent" | "metricWarningAccent" | "metricDangerAccent" | "inner" | undefined;
|
|
1834
1834
|
} | undefined;
|
|
1835
1835
|
color?: {
|
|
1836
|
-
hover?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
1837
|
-
hoverNotDisabled?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
1838
|
-
active?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
1839
|
-
focusVisible?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
1840
|
-
focus?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
1841
|
-
focusWithin?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
1842
|
-
hasFocusVisible?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
1843
|
-
disabled?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
1836
|
+
hover?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
1837
|
+
hoverNotDisabled?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
1838
|
+
active?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
1839
|
+
focusVisible?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
1840
|
+
focus?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
1841
|
+
focusWithin?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
1842
|
+
hasFocusVisible?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
1843
|
+
disabled?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
1844
1844
|
} | undefined;
|
|
1845
1845
|
cursor?: {
|
|
1846
1846
|
hover?: "none" | "text" | "default" | "auto" | "alias" | "all-scroll" | "cell" | "col-resize" | "context-menu" | "copy" | "crosshair" | "e-resize" | "ew-resize" | "grab" | "grabbing" | "help" | "move" | "n-resize" | "ne-resize" | "nesw-resize" | "no-drop" | "not-allowed" | "ns-resize" | "nw-resize" | "nwse-resize" | "pointer" | "progress" | "row-resize" | "s-resize" | "se-resize" | "sw-resize" | "vertical-text" | "w-resize" | "wait" | "zoom-in" | "zoom-out" | undefined;
|
|
@@ -1883,14 +1883,14 @@ export declare const stateSprinkles: ((props: {
|
|
|
1883
1883
|
disabled?: "none" | "focus" | undefined;
|
|
1884
1884
|
} | undefined;
|
|
1885
1885
|
outlineColor?: {
|
|
1886
|
-
hover?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
1887
|
-
hoverNotDisabled?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
1888
|
-
active?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
1889
|
-
focusVisible?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
1890
|
-
focus?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
1891
|
-
focusWithin?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
1892
|
-
hasFocusVisible?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
1893
|
-
disabled?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
1886
|
+
hover?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
1887
|
+
hoverNotDisabled?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
1888
|
+
active?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
1889
|
+
focusVisible?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
1890
|
+
focus?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
1891
|
+
focusWithin?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
1892
|
+
hasFocusVisible?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
1893
|
+
disabled?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "controlSurface" | "controlSurfaceHover" | "controlSurfaceDisabled" | "controlBorder" | "controlText" | "controlPlaceholder" | "overlayBackdrop" | "tableHeaderAccent" | "tableRowHoverSurface" | "tableRowSelectedSurface" | "tableRowDangerSurface" | "codeSurface" | "codeText" | "codeToolbarSurface" | "shimmerHighlight" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "tonePrimarySurface" | "tonePrimaryText" | "tonePrimaryBorder" | "toneInfoSurface" | "toneInfoText" | "toneInfoBorder" | "toneSuccessSurface" | "toneSuccessText" | "toneSuccessBorder" | "toneWarningSurface" | "toneWarningText" | "toneWarningBorder" | "toneDangerSurface" | "toneDangerText" | "toneDangerBorder" | "onPrimary" | "onAccent" | "onBrand" | "brandSubtleSurface" | "brandSubtleBorder" | "avatarSurface" | "avatarText" | "timelineFadeSurface" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
1894
1894
|
} | undefined;
|
|
1895
1895
|
outlineOffset?: {
|
|
1896
1896
|
hover?: 0 | 1 | 2 | 4 | 8 | undefined;
|