@slexn/codecenter-ui 1.0.0
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/LICENSE +34 -0
- package/README.md +148 -0
- package/components.json +20 -0
- package/dist/codecenter-ui.cjs +10 -0
- package/dist/codecenter-ui.js +17995 -0
- package/dist/components/ui/accordion/Accordion.vue.d.ts +28 -0
- package/dist/components/ui/accordion/AccordionContent.vue.d.ts +22 -0
- package/dist/components/ui/accordion/AccordionItem.vue.d.ts +24 -0
- package/dist/components/ui/accordion/AccordionTrigger.vue.d.ts +22 -0
- package/dist/components/ui/accordion/index.d.ts +4 -0
- package/dist/components/ui/alert/Alert.vue.d.ts +32 -0
- package/dist/components/ui/alert/AlertDescription.vue.d.ts +24 -0
- package/dist/components/ui/alert/AlertTitle.vue.d.ts +24 -0
- package/dist/components/ui/alert/index.d.ts +4 -0
- package/dist/components/ui/alert/variants.d.ts +5 -0
- package/dist/components/ui/button/Button.vue.d.ts +27 -0
- package/dist/components/ui/button/index.d.ts +2 -0
- package/dist/components/ui/button/variants.d.ts +6 -0
- package/dist/components/ui/button-group/ButtonGroup.vue.d.ts +25 -0
- package/dist/components/ui/button-group/index.d.ts +2 -0
- package/dist/components/ui/card/Card.vue.d.ts +21 -0
- package/dist/components/ui/card/CardContent.vue.d.ts +21 -0
- package/dist/components/ui/card/CardDescription.vue.d.ts +21 -0
- package/dist/components/ui/card/CardFooter.vue.d.ts +21 -0
- package/dist/components/ui/card/CardHeader.vue.d.ts +21 -0
- package/dist/components/ui/card/CardTitle.vue.d.ts +21 -0
- package/dist/components/ui/card/index.d.ts +6 -0
- package/dist/components/ui/chart/Chart.vue.d.ts +92 -0
- package/dist/components/ui/chart/index.d.ts +2 -0
- package/dist/components/ui/chat/Chat.vue.d.ts +190 -0
- package/dist/components/ui/chat/ChatAttachments.vue.d.ts +11 -0
- package/dist/components/ui/chat/ChatCodeBlock.vue.d.ts +16 -0
- package/dist/components/ui/chat/code-block.d.ts +27 -0
- package/dist/components/ui/chat/index.d.ts +6 -0
- package/dist/components/ui/chat/types.d.ts +15 -0
- package/dist/components/ui/checkbox/Checkbox.vue.d.ts +29 -0
- package/dist/components/ui/checkbox/index.d.ts +1 -0
- package/dist/components/ui/commit/Commit.vue.d.ts +62 -0
- package/dist/components/ui/commit/index.d.ts +2 -0
- package/dist/components/ui/contribution-graph/ContributionGraph.vue.d.ts +87 -0
- package/dist/components/ui/contribution-graph/index.d.ts +2 -0
- package/dist/components/ui/data-table/DataTable.vue.d.ts +109 -0
- package/dist/components/ui/data-table/index.d.ts +2 -0
- package/dist/components/ui/date-picker/DatePicker.vue.d.ts +37 -0
- package/dist/components/ui/date-picker/index.d.ts +2 -0
- package/dist/components/ui/dialog/Dialog.vue.d.ts +25 -0
- package/dist/components/ui/dialog/DialogClose.vue.d.ts +18 -0
- package/dist/components/ui/dialog/DialogContent.vue.d.ts +39 -0
- package/dist/components/ui/dialog/DialogDescription.vue.d.ts +22 -0
- package/dist/components/ui/dialog/DialogFooter.vue.d.ts +21 -0
- package/dist/components/ui/dialog/DialogHeader.vue.d.ts +21 -0
- package/dist/components/ui/dialog/DialogOverlay.vue.d.ts +22 -0
- package/dist/components/ui/dialog/DialogScrollContent.vue.d.ts +36 -0
- package/dist/components/ui/dialog/DialogTitle.vue.d.ts +22 -0
- package/dist/components/ui/dialog/DialogTrigger.vue.d.ts +18 -0
- package/dist/components/ui/dialog/index.d.ts +10 -0
- package/dist/components/ui/diff/DiffTool.vue.d.ts +21 -0
- package/dist/components/ui/diff/diff-parser.d.ts +30 -0
- package/dist/components/ui/diff/diff-tool.d.ts +36 -0
- package/dist/components/ui/diff/index.d.ts +2 -0
- package/dist/components/ui/dropdown-menu/DropdownMenu.vue.d.ts +24 -0
- package/dist/components/ui/dropdown-menu/DropdownMenuCheckboxItem.vue.d.ts +29 -0
- package/dist/components/ui/dropdown-menu/DropdownMenuContent.vue.d.ts +36 -0
- package/dist/components/ui/dropdown-menu/DropdownMenuGroup.vue.d.ts +18 -0
- package/dist/components/ui/dropdown-menu/DropdownMenuItem.vue.d.ts +26 -0
- package/dist/components/ui/dropdown-menu/DropdownMenuLabel.vue.d.ts +23 -0
- package/dist/components/ui/dropdown-menu/DropdownMenuRadioGroup.vue.d.ts +22 -0
- package/dist/components/ui/dropdown-menu/DropdownMenuRadioItem.vue.d.ts +27 -0
- package/dist/components/ui/dropdown-menu/DropdownMenuSeparator.vue.d.ts +7 -0
- package/dist/components/ui/dropdown-menu/DropdownMenuShortcut.vue.d.ts +21 -0
- package/dist/components/ui/dropdown-menu/DropdownMenuSub.vue.d.ts +22 -0
- package/dist/components/ui/dropdown-menu/DropdownMenuSubContent.vue.d.ts +38 -0
- package/dist/components/ui/dropdown-menu/DropdownMenuSubTrigger.vue.d.ts +23 -0
- package/dist/components/ui/dropdown-menu/DropdownMenuTrigger.vue.d.ts +18 -0
- package/dist/components/ui/dropdown-menu/index.d.ts +15 -0
- package/dist/components/ui/gauge/Gauge.vue.d.ts +62 -0
- package/dist/components/ui/gauge/index.d.ts +2 -0
- package/dist/components/ui/git-graph/GitGraph.vue.d.ts +59 -0
- package/dist/components/ui/git-graph/index.d.ts +2 -0
- package/dist/components/ui/incident-timeline/IncidentTimeline.vue.d.ts +50 -0
- package/dist/components/ui/incident-timeline/index.d.ts +2 -0
- package/dist/components/ui/input/Input.vue.d.ts +14 -0
- package/dist/components/ui/input/InputControl.vue.d.ts +14 -0
- package/dist/components/ui/input/InputFieldGroup.vue.d.ts +21 -0
- package/dist/components/ui/input/index.d.ts +4 -0
- package/dist/components/ui/input/types.d.ts +31 -0
- package/dist/components/ui/kpi-card/KpiCard.vue.d.ts +46 -0
- package/dist/components/ui/kpi-card/index.d.ts +2 -0
- package/dist/components/ui/kpi-line-card/KpiLineCard.vue.d.ts +66 -0
- package/dist/components/ui/kpi-line-card/index.d.ts +2 -0
- package/dist/components/ui/model-selector/ModelSelector.vue.d.ts +41 -0
- package/dist/components/ui/model-selector/index.d.ts +2 -0
- package/dist/components/ui/model-selector/types.d.ts +12 -0
- package/dist/components/ui/network-graph/NetworkGraph.vue.d.ts +75 -0
- package/dist/components/ui/network-graph/index.d.ts +2 -0
- package/dist/components/ui/pagination/Pagination.vue.d.ts +29 -0
- package/dist/components/ui/pagination/PaginationContent.vue.d.ts +29 -0
- package/dist/components/ui/pagination/PaginationEllipsis.vue.d.ts +22 -0
- package/dist/components/ui/pagination/PaginationFirst.vue.d.ts +26 -0
- package/dist/components/ui/pagination/PaginationItem.vue.d.ts +28 -0
- package/dist/components/ui/pagination/PaginationLast.vue.d.ts +26 -0
- package/dist/components/ui/pagination/PaginationNext.vue.d.ts +26 -0
- package/dist/components/ui/pagination/PaginationPrevious.vue.d.ts +26 -0
- package/dist/components/ui/pagination/index.d.ts +8 -0
- package/dist/components/ui/profile/Profile.vue.d.ts +30 -0
- package/dist/components/ui/profile/ProfileGroup.vue.d.ts +37 -0
- package/dist/components/ui/profile/index.d.ts +4 -0
- package/dist/components/ui/progress/Progress.vue.d.ts +36 -0
- package/dist/components/ui/progress/index.d.ts +2 -0
- package/dist/components/ui/prompt-input/PromptInput.vue.d.ts +150 -0
- package/dist/components/ui/prompt-input/index.d.ts +2 -0
- package/dist/components/ui/prompt-input/types.d.ts +61 -0
- package/dist/components/ui/radio-group/RadioGroup.vue.d.ts +30 -0
- package/dist/components/ui/radio-group/RadioGroupItem.vue.d.ts +12 -0
- package/dist/components/ui/radio-group/RadioGroupOption.vue.d.ts +28 -0
- package/dist/components/ui/radio-group/index.d.ts +3 -0
- package/dist/components/ui/reasoning/Reasoning.vue.d.ts +40 -0
- package/dist/components/ui/reasoning/index.d.ts +2 -0
- package/dist/components/ui/reasoning/types.d.ts +26 -0
- package/dist/components/ui/select/Select.vue.d.ts +28 -0
- package/dist/components/ui/select/SelectContent.vue.d.ts +46 -0
- package/dist/components/ui/select/SelectGroup.vue.d.ts +18 -0
- package/dist/components/ui/select/SelectItem.vue.d.ts +26 -0
- package/dist/components/ui/select/SelectItemText.vue.d.ts +18 -0
- package/dist/components/ui/select/SelectLabel.vue.d.ts +22 -0
- package/dist/components/ui/select/SelectScrollDownButton.vue.d.ts +22 -0
- package/dist/components/ui/select/SelectScrollUpButton.vue.d.ts +22 -0
- package/dist/components/ui/select/SelectSeparator.vue.d.ts +7 -0
- package/dist/components/ui/select/SelectTrigger.vue.d.ts +25 -0
- package/dist/components/ui/select/SelectValue.vue.d.ts +18 -0
- package/dist/components/ui/select/index.d.ts +11 -0
- package/dist/components/ui/select/search.d.ts +18 -0
- package/dist/components/ui/separator/Separator.vue.d.ts +6 -0
- package/dist/components/ui/separator/index.d.ts +2 -0
- package/dist/components/ui/separator/types.d.ts +7 -0
- package/dist/components/ui/shimmer/Shimmer.vue.d.ts +37 -0
- package/dist/components/ui/shimmer/index.d.ts +2 -0
- package/dist/components/ui/sidebar/Sidebar.vue.d.ts +24 -0
- package/dist/components/ui/sidebar/SidebarContent.vue.d.ts +21 -0
- package/dist/components/ui/sidebar/SidebarFooter.vue.d.ts +21 -0
- package/dist/components/ui/sidebar/SidebarGroup.vue.d.ts +21 -0
- package/dist/components/ui/sidebar/SidebarGroupAction.vue.d.ts +24 -0
- package/dist/components/ui/sidebar/SidebarGroupContent.vue.d.ts +21 -0
- package/dist/components/ui/sidebar/SidebarGroupLabel.vue.d.ts +24 -0
- package/dist/components/ui/sidebar/SidebarHeader.vue.d.ts +21 -0
- package/dist/components/ui/sidebar/SidebarInput.vue.d.ts +6 -0
- package/dist/components/ui/sidebar/SidebarInset.vue.d.ts +21 -0
- package/dist/components/ui/sidebar/SidebarMenu.vue.d.ts +21 -0
- package/dist/components/ui/sidebar/SidebarMenuAction.vue.d.ts +25 -0
- package/dist/components/ui/sidebar/SidebarMenuBadge.vue.d.ts +21 -0
- package/dist/components/ui/sidebar/SidebarMenuButton.vue.d.ts +25 -0
- package/dist/components/ui/sidebar/SidebarMenuButtonChild.vue.d.ts +30 -0
- package/dist/components/ui/sidebar/SidebarMenuItem.vue.d.ts +21 -0
- package/dist/components/ui/sidebar/SidebarMenuSub.vue.d.ts +21 -0
- package/dist/components/ui/sidebar/SidebarMenuSubButton.vue.d.ts +27 -0
- package/dist/components/ui/sidebar/SidebarMenuSubItem.vue.d.ts +21 -0
- package/dist/components/ui/sidebar/SidebarProvider.vue.d.ts +36 -0
- package/dist/components/ui/sidebar/SidebarRail.vue.d.ts +21 -0
- package/dist/components/ui/sidebar/SidebarSeparator.vue.d.ts +6 -0
- package/dist/components/ui/sidebar/SidebarTrigger.vue.d.ts +6 -0
- package/dist/components/ui/sidebar/context.d.ts +19 -0
- package/dist/components/ui/sidebar/index.d.ts +26 -0
- package/dist/components/ui/sidebar/types.d.ts +11 -0
- package/dist/components/ui/sidebar/variants.d.ts +6 -0
- package/dist/components/ui/skeleton/Skeleton.vue.d.ts +18 -0
- package/dist/components/ui/skeleton/index.d.ts +2 -0
- package/dist/components/ui/sonner/Sonner.vue.d.ts +5 -0
- package/dist/components/ui/sonner/index.d.ts +2 -0
- package/dist/components/ui/spinner/Spinner.vue.d.ts +11 -0
- package/dist/components/ui/spinner/index.d.ts +1 -0
- package/dist/components/ui/stepper/Stepper.vue.d.ts +38 -0
- package/dist/components/ui/stepper/StepperDescription.vue.d.ts +22 -0
- package/dist/components/ui/stepper/StepperIndicator.vue.d.ts +30 -0
- package/dist/components/ui/stepper/StepperItem.vue.d.ts +24 -0
- package/dist/components/ui/stepper/StepperSeparator.vue.d.ts +7 -0
- package/dist/components/ui/stepper/StepperTitle.vue.d.ts +22 -0
- package/dist/components/ui/stepper/StepperTrigger.vue.d.ts +22 -0
- package/dist/components/ui/stepper/index.d.ts +7 -0
- package/dist/components/ui/switch/Switch.vue.d.ts +12 -0
- package/dist/components/ui/switch/index.d.ts +1 -0
- package/dist/components/ui/table/Table.vue.d.ts +22 -0
- package/dist/components/ui/table/TableBody.vue.d.ts +21 -0
- package/dist/components/ui/table/TableCaption.vue.d.ts +21 -0
- package/dist/components/ui/table/TableCell.vue.d.ts +22 -0
- package/dist/components/ui/table/TableEmpty.vue.d.ts +24 -0
- package/dist/components/ui/table/TableFooter.vue.d.ts +21 -0
- package/dist/components/ui/table/TableHead.vue.d.ts +21 -0
- package/dist/components/ui/table/TableHeader.vue.d.ts +21 -0
- package/dist/components/ui/table/TableRow.vue.d.ts +21 -0
- package/dist/components/ui/table/index.d.ts +9 -0
- package/dist/components/ui/tabs/Tabs.vue.d.ts +28 -0
- package/dist/components/ui/tabs/TabsContent.vue.d.ts +22 -0
- package/dist/components/ui/tabs/TabsList.vue.d.ts +22 -0
- package/dist/components/ui/tabs/TabsTrigger.vue.d.ts +22 -0
- package/dist/components/ui/tabs/index.d.ts +4 -0
- package/dist/components/ui/tag/Tag.vue.d.ts +35 -0
- package/dist/components/ui/tag/index.d.ts +2 -0
- package/dist/components/ui/tag/variants.d.ts +6 -0
- package/dist/components/ui/textarea/Textarea.vue.d.ts +14 -0
- package/dist/components/ui/textarea/TextareaControl.vue.d.ts +14 -0
- package/dist/components/ui/textarea/TextareaFieldGroup.vue.d.ts +21 -0
- package/dist/components/ui/textarea/index.d.ts +4 -0
- package/dist/components/ui/textarea/types.d.ts +32 -0
- package/dist/components/ui/tool/Tool.vue.d.ts +61 -0
- package/dist/components/ui/tool/index.d.ts +2 -0
- package/dist/components/ui/tooltip/Tooltip.vue.d.ts +24 -0
- package/dist/components/ui/tooltip/TooltipContent.vue.d.ts +32 -0
- package/dist/components/ui/tooltip/TooltipProvider.vue.d.ts +20 -0
- package/dist/components/ui/tooltip/TooltipTrigger.vue.d.ts +18 -0
- package/dist/components/ui/tooltip/index.d.ts +4 -0
- package/dist/docs/component-docs.d.ts +18 -0
- package/dist/docs/markdown.d.ts +27 -0
- package/dist/index.d.ts +45 -0
- package/dist/lib/code-highlight.d.ts +11 -0
- package/dist/lib/utils.d.ts +2 -0
- package/dist/styles.css +3 -0
- package/package.json +76 -0
- package/public/r/accordion.json +52 -0
- package/public/r/alert.json +51 -0
- package/public/r/button-group.json +31 -0
- package/public/r/button.json +39 -0
- package/public/r/card.json +61 -0
- package/public/r/chart.json +31 -0
- package/public/r/chat.json +186 -0
- package/public/r/checkbox.json +34 -0
- package/public/r/commit.json +32 -0
- package/public/r/contribution-graph.json +63 -0
- package/public/r/data-table.json +197 -0
- package/public/r/date-picker.json +33 -0
- package/public/r/dialog.json +88 -0
- package/public/r/diff.json +71 -0
- package/public/r/dropdown-menu.json +112 -0
- package/public/r/gauge.json +31 -0
- package/public/r/git-graph.json +32 -0
- package/public/r/incident-timeline.json +64 -0
- package/public/r/input.json +49 -0
- package/public/r/kpi-card.json +32 -0
- package/public/r/kpi-line-card.json +32 -0
- package/public/r/model-selector.json +148 -0
- package/public/r/network-graph.json +33 -0
- package/public/r/pagination.json +95 -0
- package/public/r/profile.json +37 -0
- package/public/r/progress.json +31 -0
- package/public/r/prompt-input.json +293 -0
- package/public/r/radio-group.json +45 -0
- package/public/r/reasoning.json +38 -0
- package/public/r/registry.json +2512 -0
- package/public/r/select.json +100 -0
- package/public/r/separator.json +37 -0
- package/public/r/shimmer.json +31 -0
- package/public/r/sidebar.json +221 -0
- package/public/r/skeleton.json +31 -0
- package/public/r/sonner.json +33 -0
- package/public/r/spinner.json +31 -0
- package/public/r/stepper.json +70 -0
- package/public/r/switch.json +33 -0
- package/public/r/table.json +79 -0
- package/public/r/tabs.json +51 -0
- package/public/r/tag.json +39 -0
- package/public/r/textarea.json +49 -0
- package/public/r/tool.json +32 -0
- package/public/r/tooltip.json +51 -0
- package/registry.json +2512 -0
- package/src/components/docs/MarkdownContent.vue +106 -0
- package/src/components/ui/accordion/Accordion.vue +24 -0
- package/src/components/ui/accordion/AccordionContent.vue +62 -0
- package/src/components/ui/accordion/AccordionItem.vue +23 -0
- package/src/components/ui/accordion/AccordionTrigger.vue +38 -0
- package/src/components/ui/accordion/index.ts +4 -0
- package/src/components/ui/alert/Alert.vue +40 -0
- package/src/components/ui/alert/AlertDescription.vue +24 -0
- package/src/components/ui/alert/AlertTitle.vue +24 -0
- package/src/components/ui/alert/index.ts +4 -0
- package/src/components/ui/alert/variants.ts +19 -0
- package/src/components/ui/button/Button.vue +27 -0
- package/src/components/ui/button/index.ts +2 -0
- package/src/components/ui/button/variants.ts +32 -0
- package/src/components/ui/button-group/ButtonGroup.vue +31 -0
- package/src/components/ui/button-group/index.ts +2 -0
- package/src/components/ui/card/Card.vue +17 -0
- package/src/components/ui/card/CardContent.vue +14 -0
- package/src/components/ui/card/CardDescription.vue +14 -0
- package/src/components/ui/card/CardFooter.vue +14 -0
- package/src/components/ui/card/CardHeader.vue +17 -0
- package/src/components/ui/card/CardTitle.vue +14 -0
- package/src/components/ui/card/index.ts +6 -0
- package/src/components/ui/chart/Chart.vue +1042 -0
- package/src/components/ui/chart/index.ts +13 -0
- package/src/components/ui/chat/Chat.vue +1297 -0
- package/src/components/ui/chat/ChatAttachments.vue +278 -0
- package/src/components/ui/chat/ChatCodeBlock.vue +283 -0
- package/src/components/ui/chat/code-block.ts +30 -0
- package/src/components/ui/chat/index.ts +24 -0
- package/src/components/ui/chat/types.ts +23 -0
- package/src/components/ui/checkbox/Checkbox.vue +38 -0
- package/src/components/ui/checkbox/index.ts +1 -0
- package/src/components/ui/commit/Commit.vue +423 -0
- package/src/components/ui/commit/index.ts +9 -0
- package/src/components/ui/contribution-graph/ContributionGraph.vue +719 -0
- package/src/components/ui/contribution-graph/index.ts +9 -0
- package/src/components/ui/data-table/DataTable.vue +534 -0
- package/src/components/ui/data-table/index.ts +9 -0
- package/src/components/ui/date-picker/DatePicker.vue +649 -0
- package/src/components/ui/date-picker/index.ts +7 -0
- package/src/components/ui/dialog/Dialog.vue +19 -0
- package/src/components/ui/dialog/DialogClose.vue +17 -0
- package/src/components/ui/dialog/DialogContent.vue +60 -0
- package/src/components/ui/dialog/DialogDescription.vue +23 -0
- package/src/components/ui/dialog/DialogFooter.vue +17 -0
- package/src/components/ui/dialog/DialogHeader.vue +17 -0
- package/src/components/ui/dialog/DialogOverlay.vue +23 -0
- package/src/components/ui/dialog/DialogScrollContent.vue +69 -0
- package/src/components/ui/dialog/DialogTitle.vue +23 -0
- package/src/components/ui/dialog/DialogTrigger.vue +17 -0
- package/src/components/ui/dialog/index.ts +10 -0
- package/src/components/ui/diff/DiffTool.vue +513 -0
- package/src/components/ui/diff/diff-parser.ts +423 -0
- package/src/components/ui/diff/diff-tool.ts +39 -0
- package/src/components/ui/diff/index.ts +5 -0
- package/src/components/ui/dropdown-menu/DropdownMenu.vue +19 -0
- package/src/components/ui/dropdown-menu/DropdownMenuCheckboxItem.vue +39 -0
- package/src/components/ui/dropdown-menu/DropdownMenuContent.vue +39 -0
- package/src/components/ui/dropdown-menu/DropdownMenuGroup.vue +15 -0
- package/src/components/ui/dropdown-menu/DropdownMenuItem.vue +31 -0
- package/src/components/ui/dropdown-menu/DropdownMenuLabel.vue +23 -0
- package/src/components/ui/dropdown-menu/DropdownMenuRadioGroup.vue +21 -0
- package/src/components/ui/dropdown-menu/DropdownMenuRadioItem.vue +40 -0
- package/src/components/ui/dropdown-menu/DropdownMenuSeparator.vue +23 -0
- package/src/components/ui/dropdown-menu/DropdownMenuShortcut.vue +17 -0
- package/src/components/ui/dropdown-menu/DropdownMenuSub.vue +18 -0
- package/src/components/ui/dropdown-menu/DropdownMenuSubContent.vue +27 -0
- package/src/components/ui/dropdown-menu/DropdownMenuSubTrigger.vue +31 -0
- package/src/components/ui/dropdown-menu/DropdownMenuTrigger.vue +17 -0
- package/src/components/ui/dropdown-menu/index.ts +16 -0
- package/src/components/ui/gauge/Gauge.vue +725 -0
- package/src/components/ui/gauge/index.ts +9 -0
- package/src/components/ui/git-graph/GitGraph.vue +715 -0
- package/src/components/ui/git-graph/index.ts +9 -0
- package/src/components/ui/incident-timeline/IncidentTimeline.vue +360 -0
- package/src/components/ui/incident-timeline/index.ts +7 -0
- package/src/components/ui/input/Input.vue +159 -0
- package/src/components/ui/input/InputControl.vue +135 -0
- package/src/components/ui/input/InputFieldGroup.vue +14 -0
- package/src/components/ui/input/index.ts +9 -0
- package/src/components/ui/input/types.ts +34 -0
- package/src/components/ui/kpi-card/KpiCard.vue +268 -0
- package/src/components/ui/kpi-card/index.ts +9 -0
- package/src/components/ui/kpi-line-card/KpiLineCard.vue +622 -0
- package/src/components/ui/kpi-line-card/index.ts +11 -0
- package/src/components/ui/model-selector/ModelSelector.vue +328 -0
- package/src/components/ui/model-selector/index.ts +6 -0
- package/src/components/ui/model-selector/types.ts +15 -0
- package/src/components/ui/network-graph/NetworkGraph.vue +902 -0
- package/src/components/ui/network-graph/index.ts +7 -0
- package/src/components/ui/pagination/Pagination.vue +26 -0
- package/src/components/ui/pagination/PaginationContent.vue +24 -0
- package/src/components/ui/pagination/PaginationEllipsis.vue +27 -0
- package/src/components/ui/pagination/PaginationFirst.vue +33 -0
- package/src/components/ui/pagination/PaginationItem.vue +39 -0
- package/src/components/ui/pagination/PaginationLast.vue +33 -0
- package/src/components/ui/pagination/PaginationNext.vue +33 -0
- package/src/components/ui/pagination/PaginationPrevious.vue +33 -0
- package/src/components/ui/pagination/index.ts +8 -0
- package/src/components/ui/profile/Profile.vue +226 -0
- package/src/components/ui/profile/ProfileGroup.vue +96 -0
- package/src/components/ui/profile/index.ts +8 -0
- package/src/components/ui/progress/Progress.vue +271 -0
- package/src/components/ui/progress/index.ts +9 -0
- package/src/components/ui/prompt-input/PromptInput.vue +1094 -0
- package/src/components/ui/prompt-input/index.ts +14 -0
- package/src/components/ui/prompt-input/types.ts +78 -0
- package/src/components/ui/radio-group/RadioGroup.vue +36 -0
- package/src/components/ui/radio-group/RadioGroupItem.vue +45 -0
- package/src/components/ui/radio-group/RadioGroupOption.vue +80 -0
- package/src/components/ui/radio-group/index.ts +3 -0
- package/src/components/ui/reasoning/Reasoning.vue +278 -0
- package/src/components/ui/reasoning/index.ts +8 -0
- package/src/components/ui/reasoning/types.ts +29 -0
- package/src/components/ui/select/Select.vue +19 -0
- package/src/components/ui/select/SelectContent.vue +166 -0
- package/src/components/ui/select/SelectGroup.vue +23 -0
- package/src/components/ui/select/SelectItem.vue +97 -0
- package/src/components/ui/select/SelectItemText.vue +15 -0
- package/src/components/ui/select/SelectLabel.vue +17 -0
- package/src/components/ui/select/SelectScrollDownButton.vue +26 -0
- package/src/components/ui/select/SelectScrollUpButton.vue +26 -0
- package/src/components/ui/select/SelectSeparator.vue +19 -0
- package/src/components/ui/select/SelectTrigger.vue +33 -0
- package/src/components/ui/select/SelectValue.vue +15 -0
- package/src/components/ui/select/index.ts +11 -0
- package/src/components/ui/select/search.ts +26 -0
- package/src/components/ui/separator/Separator.vue +30 -0
- package/src/components/ui/separator/index.ts +5 -0
- package/src/components/ui/separator/types.ts +9 -0
- package/src/components/ui/shimmer/Shimmer.vue +110 -0
- package/src/components/ui/shimmer/index.ts +5 -0
- package/src/components/ui/sidebar/Sidebar.vue +142 -0
- package/src/components/ui/sidebar/SidebarContent.vue +18 -0
- package/src/components/ui/sidebar/SidebarFooter.vue +18 -0
- package/src/components/ui/sidebar/SidebarGroup.vue +18 -0
- package/src/components/ui/sidebar/SidebarGroupAction.vue +31 -0
- package/src/components/ui/sidebar/SidebarGroupContent.vue +18 -0
- package/src/components/ui/sidebar/SidebarGroupLabel.vue +30 -0
- package/src/components/ui/sidebar/SidebarHeader.vue +18 -0
- package/src/components/ui/sidebar/SidebarInput.vue +26 -0
- package/src/components/ui/sidebar/SidebarInset.vue +23 -0
- package/src/components/ui/sidebar/SidebarMenu.vue +18 -0
- package/src/components/ui/sidebar/SidebarMenuAction.vue +34 -0
- package/src/components/ui/sidebar/SidebarMenuBadge.vue +25 -0
- package/src/components/ui/sidebar/SidebarMenuButton.vue +37 -0
- package/src/components/ui/sidebar/SidebarMenuButtonChild.vue +38 -0
- package/src/components/ui/sidebar/SidebarMenuItem.vue +18 -0
- package/src/components/ui/sidebar/SidebarMenuSub.vue +18 -0
- package/src/components/ui/sidebar/SidebarMenuSubButton.vue +36 -0
- package/src/components/ui/sidebar/SidebarMenuSubItem.vue +18 -0
- package/src/components/ui/sidebar/SidebarProvider.vue +119 -0
- package/src/components/ui/sidebar/SidebarRail.vue +35 -0
- package/src/components/ui/sidebar/SidebarSeparator.vue +18 -0
- package/src/components/ui/sidebar/SidebarTrigger.vue +28 -0
- package/src/components/ui/sidebar/context.ts +39 -0
- package/src/components/ui/sidebar/index.ts +43 -0
- package/src/components/ui/sidebar/types.ts +13 -0
- package/src/components/ui/sidebar/variants.ts +25 -0
- package/src/components/ui/skeleton/Skeleton.vue +53 -0
- package/src/components/ui/skeleton/index.ts +5 -0
- package/src/components/ui/sonner/Sonner.vue +69 -0
- package/src/components/ui/sonner/index.ts +12 -0
- package/src/components/ui/spinner/Spinner.vue +33 -0
- package/src/components/ui/spinner/index.ts +1 -0
- package/src/components/ui/stepper/Stepper.vue +29 -0
- package/src/components/ui/stepper/StepperDescription.vue +30 -0
- package/src/components/ui/stepper/StepperIndicator.vue +50 -0
- package/src/components/ui/stepper/StepperItem.vue +28 -0
- package/src/components/ui/stepper/StepperSeparator.vue +25 -0
- package/src/components/ui/stepper/StepperTitle.vue +27 -0
- package/src/components/ui/stepper/StepperTrigger.vue +27 -0
- package/src/components/ui/stepper/index.ts +7 -0
- package/src/components/ui/switch/Switch.vue +41 -0
- package/src/components/ui/switch/index.ts +1 -0
- package/src/components/ui/table/Table.vue +23 -0
- package/src/components/ui/table/TableBody.vue +17 -0
- package/src/components/ui/table/TableCaption.vue +17 -0
- package/src/components/ui/table/TableCell.vue +24 -0
- package/src/components/ui/table/TableEmpty.vue +31 -0
- package/src/components/ui/table/TableFooter.vue +17 -0
- package/src/components/ui/table/TableHead.vue +22 -0
- package/src/components/ui/table/TableHeader.vue +17 -0
- package/src/components/ui/table/TableRow.vue +22 -0
- package/src/components/ui/table/index.ts +9 -0
- package/src/components/ui/tabs/Tabs.vue +24 -0
- package/src/components/ui/tabs/TabsContent.vue +22 -0
- package/src/components/ui/tabs/TabsList.vue +27 -0
- package/src/components/ui/tabs/TabsTrigger.vue +27 -0
- package/src/components/ui/tabs/index.ts +4 -0
- package/src/components/ui/tag/Tag.vue +55 -0
- package/src/components/ui/tag/index.ts +2 -0
- package/src/components/ui/tag/variants.ts +29 -0
- package/src/components/ui/textarea/Textarea.vue +159 -0
- package/src/components/ui/textarea/TextareaControl.vue +120 -0
- package/src/components/ui/textarea/TextareaFieldGroup.vue +14 -0
- package/src/components/ui/textarea/index.ts +10 -0
- package/src/components/ui/textarea/types.ts +35 -0
- package/src/components/ui/tool/Tool.vue +304 -0
- package/src/components/ui/tool/index.ts +7 -0
- package/src/components/ui/tooltip/Tooltip.vue +19 -0
- package/src/components/ui/tooltip/TooltipContent.vue +44 -0
- package/src/components/ui/tooltip/TooltipProvider.vue +14 -0
- package/src/components/ui/tooltip/TooltipTrigger.vue +15 -0
- package/src/components/ui/tooltip/index.ts +4 -0
- package/src/lib/code-highlight.ts +220 -0
- package/src/lib/utils.ts +6 -0
- package/src/styles.css +684 -0
package/src/styles.css
ADDED
|
@@ -0,0 +1,684 @@
|
|
|
1
|
+
@import "tailwindcss";
|
|
2
|
+
@import "vue-sonner/style.css";
|
|
3
|
+
|
|
4
|
+
@custom-variant dark (&:where(.dark, .dark *));
|
|
5
|
+
|
|
6
|
+
@theme inline {
|
|
7
|
+
--color-background: var(--background);
|
|
8
|
+
--color-foreground: var(--foreground);
|
|
9
|
+
--color-card: var(--card);
|
|
10
|
+
--color-card-foreground: var(--card-foreground);
|
|
11
|
+
--color-popover: var(--popover);
|
|
12
|
+
--color-popover-foreground: var(--popover-foreground);
|
|
13
|
+
--color-primary: var(--primary);
|
|
14
|
+
--color-primary-foreground: var(--primary-foreground);
|
|
15
|
+
--color-secondary: var(--secondary);
|
|
16
|
+
--color-secondary-foreground: var(--secondary-foreground);
|
|
17
|
+
--color-muted: var(--muted);
|
|
18
|
+
--color-muted-foreground: var(--muted-foreground);
|
|
19
|
+
--color-accent: var(--accent);
|
|
20
|
+
--color-accent-foreground: var(--accent-foreground);
|
|
21
|
+
--color-destructive: var(--destructive);
|
|
22
|
+
--color-destructive-foreground: var(--destructive-foreground);
|
|
23
|
+
--color-profile-1: var(--profile-1);
|
|
24
|
+
--color-profile-2: var(--profile-2);
|
|
25
|
+
--color-profile-3: var(--profile-3);
|
|
26
|
+
--color-profile-4: var(--profile-4);
|
|
27
|
+
--color-profile-5: var(--profile-5);
|
|
28
|
+
--color-profile-foreground: var(--profile-foreground);
|
|
29
|
+
--color-contribution-graph-level-0: var(--contribution-graph-level-0);
|
|
30
|
+
--color-contribution-graph-level-1: var(--contribution-graph-level-1);
|
|
31
|
+
--color-contribution-graph-level-2: var(--contribution-graph-level-2);
|
|
32
|
+
--color-contribution-graph-level-3: var(--contribution-graph-level-3);
|
|
33
|
+
--color-contribution-graph-level-4: var(--contribution-graph-level-4);
|
|
34
|
+
--color-border: var(--border);
|
|
35
|
+
--color-input: var(--input);
|
|
36
|
+
--color-ring: var(--ring);
|
|
37
|
+
--radius-sm: calc(var(--radius) - 4px);
|
|
38
|
+
--radius-md: calc(var(--radius) - 2px);
|
|
39
|
+
--radius-lg: var(--radius);
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
@layer base {
|
|
43
|
+
:root {
|
|
44
|
+
color-scheme: light;
|
|
45
|
+
--background: oklch(1 0 0);
|
|
46
|
+
--foreground: oklch(0.145 0 0);
|
|
47
|
+
--card: oklch(1 0 0);
|
|
48
|
+
--card-foreground: oklch(0.145 0 0);
|
|
49
|
+
--popover: oklch(1 0 0);
|
|
50
|
+
--popover-foreground: oklch(0.145 0 0);
|
|
51
|
+
--primary: oklch(0.205 0 0);
|
|
52
|
+
--primary-foreground: oklch(0.985 0 0);
|
|
53
|
+
--secondary: oklch(0.94 0 0);
|
|
54
|
+
--secondary-foreground: oklch(0.205 0 0);
|
|
55
|
+
--muted: oklch(0.97 0 0);
|
|
56
|
+
--muted-foreground: oklch(0.556 0 0);
|
|
57
|
+
--accent: oklch(0.97 0 0);
|
|
58
|
+
--accent-foreground: oklch(0.205 0 0);
|
|
59
|
+
--destructive: oklch(0.577 0.245 27.325);
|
|
60
|
+
--destructive-foreground: oklch(0.985 0 0);
|
|
61
|
+
--profile-1: oklch(0.55 0.18 262);
|
|
62
|
+
--profile-2: oklch(0.58 0.15 154);
|
|
63
|
+
--profile-3: oklch(0.66 0.17 68);
|
|
64
|
+
--profile-4: oklch(0.56 0.19 332);
|
|
65
|
+
--profile-5: oklch(0.57 0.19 27);
|
|
66
|
+
--profile-foreground: oklch(0.985 0 0);
|
|
67
|
+
--contribution-graph-level-0: oklch(0.94 0 0);
|
|
68
|
+
--contribution-graph-level-1: oklch(0.9 0.06 155);
|
|
69
|
+
--contribution-graph-level-2: oklch(0.76 0.11 155);
|
|
70
|
+
--contribution-graph-level-3: oklch(0.62 0.13 153);
|
|
71
|
+
--contribution-graph-level-4: oklch(0.46 0.12 152);
|
|
72
|
+
--chat-code-background: oklch(1 0 0);
|
|
73
|
+
--chat-code-background-elevated: oklch(1 0 0 / 96%);
|
|
74
|
+
--chat-code-background-glow: oklch(1 0 0 / 0%);
|
|
75
|
+
--chat-code-border: oklch(0.9 0 0);
|
|
76
|
+
--chat-code-control-hover: oklch(0.96 0 0);
|
|
77
|
+
--chat-code-dialog-overlay: oklch(0 0 0 / 42%);
|
|
78
|
+
--chat-code-foreground: oklch(0.145 0 0);
|
|
79
|
+
--chat-code-highlight: oklch(1 0 0);
|
|
80
|
+
--chat-code-line-number: oklch(0.56 0 0 / 82%);
|
|
81
|
+
--chat-code-muted: oklch(0.46 0 0 / 88%);
|
|
82
|
+
--chat-code-scrollbar: oklch(0.72 0 0 / 65%);
|
|
83
|
+
--chat-code-shadow: oklch(0 0 0 / 10%);
|
|
84
|
+
--diff-tool-background: oklch(1 0 0);
|
|
85
|
+
--diff-tool-background-elevated: oklch(1 0 0 / 96%);
|
|
86
|
+
--diff-tool-background-glow: oklch(1 0 0 / 0%);
|
|
87
|
+
--diff-tool-border: oklch(0.9 0 0);
|
|
88
|
+
--diff-tool-control-hover: oklch(0.96 0 0);
|
|
89
|
+
--diff-tool-dialog-overlay: oklch(0 0 0 / 42%);
|
|
90
|
+
--diff-tool-foreground: oklch(0.145 0 0);
|
|
91
|
+
--diff-tool-highlight: oklch(1 0 0);
|
|
92
|
+
--diff-tool-line-number: oklch(0.56 0 0 / 82%);
|
|
93
|
+
--diff-tool-muted: oklch(0.46 0 0 / 88%);
|
|
94
|
+
--diff-tool-scrollbar: oklch(0.72 0 0 / 65%);
|
|
95
|
+
--diff-tool-shadow: oklch(0 0 0 / 10%);
|
|
96
|
+
--diff-tool-addition-background: oklch(0.96 0.04 145 / 82%);
|
|
97
|
+
--diff-tool-addition-foreground: oklch(0.38 0.14 145);
|
|
98
|
+
--diff-tool-addition-gutter: oklch(0.92 0.05 145 / 88%);
|
|
99
|
+
--diff-tool-deletion-background: oklch(0.96 0.035 25 / 82%);
|
|
100
|
+
--diff-tool-deletion-foreground: oklch(0.46 0.16 25);
|
|
101
|
+
--diff-tool-deletion-gutter: oklch(0.92 0.05 25 / 88%);
|
|
102
|
+
--diff-tool-empty-background: oklch(0.96 0 0);
|
|
103
|
+
--code-token-comment: oklch(0.54 0.02 80);
|
|
104
|
+
--code-token-function: oklch(0.5 0.18 315);
|
|
105
|
+
--code-token-keyword: oklch(0.52 0.22 330);
|
|
106
|
+
--code-token-literal: oklch(0.52 0.17 45);
|
|
107
|
+
--code-token-number: oklch(0.48 0.16 35);
|
|
108
|
+
--code-token-operator: oklch(0.36 0.04 30);
|
|
109
|
+
--code-token-params: oklch(0.3 0.03 30);
|
|
110
|
+
--code-token-property: oklch(0.42 0.15 145);
|
|
111
|
+
--code-token-punctuation: oklch(0.42 0.02 80);
|
|
112
|
+
--code-token-string: oklch(0.43 0.15 130);
|
|
113
|
+
--code-token-tag: oklch(0.48 0.16 25);
|
|
114
|
+
--code-diff-addition-background: oklch(0.96 0.04 145 / 82%);
|
|
115
|
+
--code-diff-addition-foreground: oklch(0.38 0.14 145);
|
|
116
|
+
--code-diff-addition-gutter: oklch(0.92 0.05 145 / 88%);
|
|
117
|
+
--code-diff-deletion-background: oklch(0.96 0.035 25 / 82%);
|
|
118
|
+
--code-diff-deletion-foreground: oklch(0.46 0.16 25);
|
|
119
|
+
--code-diff-deletion-gutter: oklch(0.92 0.05 25 / 88%);
|
|
120
|
+
--code-diff-metadata-background: oklch(0.96 0 0);
|
|
121
|
+
--code-diff-metadata-foreground: oklch(0.46 0 0);
|
|
122
|
+
--border: oklch(0.922 0 0);
|
|
123
|
+
--input: oklch(0.922 0 0);
|
|
124
|
+
--overlay: oklch(0 0 0 / 8%);
|
|
125
|
+
--ring: oklch(0.708 0 0);
|
|
126
|
+
--radius: 0.5rem;
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
.dark {
|
|
130
|
+
color-scheme: dark;
|
|
131
|
+
--background: oklch(0.145 0 0);
|
|
132
|
+
--foreground: oklch(0.985 0 0);
|
|
133
|
+
--card: oklch(0.205 0 0);
|
|
134
|
+
--card-foreground: oklch(0.985 0 0);
|
|
135
|
+
--popover: oklch(0.205 0 0);
|
|
136
|
+
--popover-foreground: oklch(0.985 0 0);
|
|
137
|
+
--primary: oklch(0.922 0 0);
|
|
138
|
+
--primary-foreground: oklch(0.205 0 0);
|
|
139
|
+
--secondary: oklch(0.269 0 0);
|
|
140
|
+
--secondary-foreground: oklch(0.985 0 0);
|
|
141
|
+
--muted: oklch(0.269 0 0);
|
|
142
|
+
--muted-foreground: oklch(0.708 0 0);
|
|
143
|
+
--accent: oklch(0.269 0 0);
|
|
144
|
+
--accent-foreground: oklch(0.985 0 0);
|
|
145
|
+
--destructive: oklch(0.704 0.191 22.216);
|
|
146
|
+
--destructive-foreground: oklch(0.985 0 0);
|
|
147
|
+
--profile-1: oklch(0.67 0.16 262);
|
|
148
|
+
--profile-2: oklch(0.7 0.14 154);
|
|
149
|
+
--profile-3: oklch(0.78 0.15 68);
|
|
150
|
+
--profile-4: oklch(0.68 0.17 332);
|
|
151
|
+
--profile-5: oklch(0.68 0.17 27);
|
|
152
|
+
--profile-foreground: oklch(0.145 0 0);
|
|
153
|
+
--contribution-graph-level-0: oklch(1 0 0 / 9%);
|
|
154
|
+
--contribution-graph-level-1: oklch(0.31 0.08 155);
|
|
155
|
+
--contribution-graph-level-2: oklch(0.42 0.11 155);
|
|
156
|
+
--contribution-graph-level-3: oklch(0.55 0.14 153);
|
|
157
|
+
--contribution-graph-level-4: oklch(0.7 0.16 150);
|
|
158
|
+
--chat-code-background: oklch(0.145 0.01 260);
|
|
159
|
+
--chat-code-background-elevated: oklch(0.19 0.012 260 / 84%);
|
|
160
|
+
--chat-code-background-glow: oklch(1 0 0 / 10%);
|
|
161
|
+
--chat-code-border: oklch(1 0 0 / 14%);
|
|
162
|
+
--chat-code-control-hover: oklch(1 0 0 / 10%);
|
|
163
|
+
--chat-code-dialog-overlay: oklch(0.18 0.01 260 / 78%);
|
|
164
|
+
--chat-code-foreground: oklch(0.9 0.02 255);
|
|
165
|
+
--chat-code-highlight: oklch(1 0 0 / 8%);
|
|
166
|
+
--chat-code-line-number: oklch(0.66 0.025 255 / 76%);
|
|
167
|
+
--chat-code-muted: oklch(0.72 0.025 255 / 82%);
|
|
168
|
+
--chat-code-scrollbar: oklch(1 0 0 / 20%);
|
|
169
|
+
--chat-code-shadow: oklch(0 0 0 / 18%);
|
|
170
|
+
--diff-tool-background: oklch(0.145 0.01 260);
|
|
171
|
+
--diff-tool-background-elevated: oklch(0.19 0.012 260 / 84%);
|
|
172
|
+
--diff-tool-background-glow: oklch(1 0 0 / 10%);
|
|
173
|
+
--diff-tool-border: oklch(1 0 0 / 14%);
|
|
174
|
+
--diff-tool-control-hover: oklch(1 0 0 / 10%);
|
|
175
|
+
--diff-tool-dialog-overlay: oklch(0.18 0.01 260 / 78%);
|
|
176
|
+
--diff-tool-foreground: oklch(0.9 0.02 255);
|
|
177
|
+
--diff-tool-highlight: oklch(1 0 0 / 8%);
|
|
178
|
+
--diff-tool-line-number: oklch(0.66 0.025 255 / 76%);
|
|
179
|
+
--diff-tool-muted: oklch(0.72 0.025 255 / 82%);
|
|
180
|
+
--diff-tool-scrollbar: oklch(1 0 0 / 20%);
|
|
181
|
+
--diff-tool-shadow: oklch(0 0 0 / 18%);
|
|
182
|
+
--diff-tool-addition-background: oklch(0.28 0.08 145 / 46%);
|
|
183
|
+
--diff-tool-addition-foreground: oklch(0.83 0.14 145);
|
|
184
|
+
--diff-tool-addition-gutter: oklch(0.34 0.1 145 / 62%);
|
|
185
|
+
--diff-tool-deletion-background: oklch(0.27 0.08 25 / 48%);
|
|
186
|
+
--diff-tool-deletion-foreground: oklch(0.84 0.13 25);
|
|
187
|
+
--diff-tool-deletion-gutter: oklch(0.34 0.1 25 / 62%);
|
|
188
|
+
--diff-tool-empty-background: oklch(1 0 0 / 8%);
|
|
189
|
+
--code-token-comment: oklch(0.67 0.03 255);
|
|
190
|
+
--code-token-function: oklch(0.8 0.11 265);
|
|
191
|
+
--code-token-keyword: oklch(0.8 0.18 318);
|
|
192
|
+
--code-token-literal: oklch(0.84 0.13 65);
|
|
193
|
+
--code-token-number: oklch(0.79 0.12 205);
|
|
194
|
+
--code-token-operator: oklch(0.8 0.04 255);
|
|
195
|
+
--code-token-params: oklch(0.82 0.04 255);
|
|
196
|
+
--code-token-property: oklch(0.8 0.13 175);
|
|
197
|
+
--code-token-punctuation: oklch(0.76 0.03 255);
|
|
198
|
+
--code-token-string: oklch(0.8 0.14 220);
|
|
199
|
+
--code-token-tag: oklch(0.84 0.13 38);
|
|
200
|
+
--code-diff-addition-background: oklch(0.28 0.08 145 / 46%);
|
|
201
|
+
--code-diff-addition-foreground: oklch(0.83 0.14 145);
|
|
202
|
+
--code-diff-addition-gutter: oklch(0.34 0.1 145 / 62%);
|
|
203
|
+
--code-diff-deletion-background: oklch(0.27 0.08 25 / 48%);
|
|
204
|
+
--code-diff-deletion-foreground: oklch(0.84 0.13 25);
|
|
205
|
+
--code-diff-deletion-gutter: oklch(0.34 0.1 25 / 62%);
|
|
206
|
+
--code-diff-metadata-background: oklch(1 0 0 / 8%);
|
|
207
|
+
--code-diff-metadata-foreground: oklch(0.78 0.03 255);
|
|
208
|
+
--border: oklch(1 0 0 / 10%);
|
|
209
|
+
--input: oklch(1 0 0 / 15%);
|
|
210
|
+
--overlay: oklch(0 0 0 / 62%);
|
|
211
|
+
--ring: oklch(0.556 0 0);
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
* {
|
|
215
|
+
border-color: var(--border);
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
body {
|
|
219
|
+
min-width: 320px;
|
|
220
|
+
margin: 0;
|
|
221
|
+
background: var(--background);
|
|
222
|
+
color: var(--foreground);
|
|
223
|
+
font-family:
|
|
224
|
+
Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
|
|
225
|
+
sans-serif;
|
|
226
|
+
}
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
@layer components {
|
|
230
|
+
[data-slot="chat-code-block"],
|
|
231
|
+
[data-slot="chat-code-dialog"] {
|
|
232
|
+
border-color: var(--chat-code-border);
|
|
233
|
+
background:
|
|
234
|
+
radial-gradient(circle at top right, var(--chat-code-background-glow), transparent 32rem),
|
|
235
|
+
var(--chat-code-background);
|
|
236
|
+
color: var(--chat-code-foreground);
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
[data-slot="diff-tool"],
|
|
240
|
+
[data-slot="diff-tool-dialog"] {
|
|
241
|
+
border-color: var(--diff-tool-border);
|
|
242
|
+
background:
|
|
243
|
+
radial-gradient(circle at top right, var(--diff-tool-background-glow), transparent 32rem),
|
|
244
|
+
var(--diff-tool-background);
|
|
245
|
+
color: var(--diff-tool-foreground);
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
[data-slot="chat-code-block"] {
|
|
249
|
+
box-shadow:
|
|
250
|
+
inset 0 1px 0 var(--chat-code-highlight),
|
|
251
|
+
0 12px 28px var(--chat-code-shadow);
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
[data-slot="diff-tool"] {
|
|
255
|
+
box-shadow:
|
|
256
|
+
inset 0 1px 0 var(--diff-tool-highlight),
|
|
257
|
+
0 12px 28px var(--diff-tool-shadow);
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
[data-slot="diff-tool"] {
|
|
261
|
+
contain: inline-size paint;
|
|
262
|
+
max-width: min(100%, calc(100vw - 2rem));
|
|
263
|
+
}
|
|
264
|
+
|
|
265
|
+
[data-slot="chat-code-dialog-overlay"] {
|
|
266
|
+
background: var(--chat-code-dialog-overlay);
|
|
267
|
+
backdrop-filter: blur(14px);
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
[data-slot="diff-tool-dialog-overlay"] {
|
|
271
|
+
background: var(--diff-tool-dialog-overlay);
|
|
272
|
+
backdrop-filter: blur(14px);
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
[data-slot="chat-code-dialog"],
|
|
276
|
+
[data-slot="diff-tool-dialog"] {
|
|
277
|
+
max-height: min(90vh, 920px);
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
[data-slot="chat-code-dialog-header"] {
|
|
281
|
+
border-color: var(--chat-code-border);
|
|
282
|
+
background: var(--chat-code-background-elevated);
|
|
283
|
+
color: var(--chat-code-muted);
|
|
284
|
+
}
|
|
285
|
+
|
|
286
|
+
[data-slot="chat-code-toolbar"] {
|
|
287
|
+
border-color: var(--chat-code-border);
|
|
288
|
+
background: var(--chat-code-background-elevated);
|
|
289
|
+
color: var(--chat-code-muted);
|
|
290
|
+
backdrop-filter: blur(12px);
|
|
291
|
+
}
|
|
292
|
+
|
|
293
|
+
[data-slot="diff-tool-dialog-header"],
|
|
294
|
+
[data-slot="diff-tool-toolbar"],
|
|
295
|
+
[data-slot="diff-tool-side-header"] {
|
|
296
|
+
border-color: var(--diff-tool-border);
|
|
297
|
+
background: var(--diff-tool-background-elevated);
|
|
298
|
+
color: var(--diff-tool-muted);
|
|
299
|
+
}
|
|
300
|
+
|
|
301
|
+
[data-slot="chat-code-copy"],
|
|
302
|
+
[data-slot="chat-code-expand-trigger"],
|
|
303
|
+
[data-slot="chat-code-collapse-trigger"] {
|
|
304
|
+
color: var(--chat-code-muted);
|
|
305
|
+
}
|
|
306
|
+
|
|
307
|
+
[data-slot="diff-tool-copy"],
|
|
308
|
+
[data-slot="diff-tool-expand-trigger"],
|
|
309
|
+
[data-slot="diff-tool-collapse-trigger"] {
|
|
310
|
+
color: var(--diff-tool-muted);
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
[data-slot="chat-code-copy"]:hover,
|
|
314
|
+
[data-slot="chat-code-expand-trigger"]:hover,
|
|
315
|
+
[data-slot="chat-code-collapse-trigger"]:hover {
|
|
316
|
+
background: var(--chat-code-control-hover);
|
|
317
|
+
color: var(--chat-code-foreground);
|
|
318
|
+
}
|
|
319
|
+
|
|
320
|
+
[data-slot="diff-tool-copy"]:hover,
|
|
321
|
+
[data-slot="diff-tool-expand-trigger"]:hover,
|
|
322
|
+
[data-slot="diff-tool-collapse-trigger"]:hover {
|
|
323
|
+
background: var(--diff-tool-control-hover);
|
|
324
|
+
color: var(--diff-tool-foreground);
|
|
325
|
+
}
|
|
326
|
+
|
|
327
|
+
[data-slot="chat-code-scroll"] {
|
|
328
|
+
scrollbar-color: var(--chat-code-scrollbar) transparent;
|
|
329
|
+
scrollbar-gutter: stable;
|
|
330
|
+
}
|
|
331
|
+
|
|
332
|
+
[data-slot="diff-tool-scroll"],
|
|
333
|
+
[data-slot="diff-tool-pane"] {
|
|
334
|
+
scrollbar-color: var(--diff-tool-scrollbar) transparent;
|
|
335
|
+
scrollbar-gutter: stable;
|
|
336
|
+
}
|
|
337
|
+
|
|
338
|
+
[data-slot="chat-code-scroll"]::-webkit-scrollbar,
|
|
339
|
+
[data-slot="diff-tool-scroll"]::-webkit-scrollbar,
|
|
340
|
+
[data-slot="diff-tool-pane"]::-webkit-scrollbar {
|
|
341
|
+
width: 10px;
|
|
342
|
+
height: 10px;
|
|
343
|
+
}
|
|
344
|
+
|
|
345
|
+
[data-slot="chat-code-scroll"]::-webkit-scrollbar-thumb {
|
|
346
|
+
border: 3px solid transparent;
|
|
347
|
+
border-radius: 999px;
|
|
348
|
+
background: var(--chat-code-scrollbar);
|
|
349
|
+
background-clip: content-box;
|
|
350
|
+
}
|
|
351
|
+
|
|
352
|
+
[data-slot="diff-tool-scroll"]::-webkit-scrollbar-thumb,
|
|
353
|
+
[data-slot="diff-tool-pane"]::-webkit-scrollbar-thumb {
|
|
354
|
+
border: 3px solid transparent;
|
|
355
|
+
border-radius: 999px;
|
|
356
|
+
background: var(--diff-tool-scrollbar);
|
|
357
|
+
background-clip: content-box;
|
|
358
|
+
}
|
|
359
|
+
|
|
360
|
+
[data-slot="chat-code-line-number"] {
|
|
361
|
+
border-color: var(--chat-code-border);
|
|
362
|
+
background: var(--chat-code-background);
|
|
363
|
+
color: var(--chat-code-line-number);
|
|
364
|
+
}
|
|
365
|
+
|
|
366
|
+
[data-slot="diff-tool-line-number"] {
|
|
367
|
+
border-color: var(--diff-tool-border);
|
|
368
|
+
background: var(--diff-tool-background);
|
|
369
|
+
color: var(--diff-tool-line-number);
|
|
370
|
+
}
|
|
371
|
+
|
|
372
|
+
[data-slot="diff-tool-cell"] {
|
|
373
|
+
background: var(--diff-tool-background);
|
|
374
|
+
color: var(--diff-tool-foreground);
|
|
375
|
+
overflow: hidden;
|
|
376
|
+
}
|
|
377
|
+
|
|
378
|
+
[data-slot="diff-tool-line"] {
|
|
379
|
+
min-height: 1.5rem;
|
|
380
|
+
}
|
|
381
|
+
|
|
382
|
+
[data-slot="diff-tool-cell"][data-side="right"],
|
|
383
|
+
[data-slot="diff-tool-side-header"][data-side="right"] {
|
|
384
|
+
border-color: var(--diff-tool-border);
|
|
385
|
+
}
|
|
386
|
+
|
|
387
|
+
[data-slot="diff-tool-cell"][data-diff="empty"] {
|
|
388
|
+
background: var(--diff-tool-empty-background);
|
|
389
|
+
}
|
|
390
|
+
|
|
391
|
+
[data-slot="diff-tool-cell"][data-diff="addition"] {
|
|
392
|
+
background: var(--diff-tool-addition-background);
|
|
393
|
+
}
|
|
394
|
+
|
|
395
|
+
[data-slot="diff-tool-cell"][data-diff="deletion"] {
|
|
396
|
+
background: var(--diff-tool-deletion-background);
|
|
397
|
+
}
|
|
398
|
+
|
|
399
|
+
[data-slot="diff-tool-cell"][data-diff="addition"] [data-slot="diff-tool-line-number"] {
|
|
400
|
+
background: var(--diff-tool-addition-gutter);
|
|
401
|
+
color: var(--diff-tool-addition-foreground);
|
|
402
|
+
}
|
|
403
|
+
|
|
404
|
+
[data-slot="diff-tool-cell"][data-diff="deletion"] [data-slot="diff-tool-line-number"] {
|
|
405
|
+
background: var(--diff-tool-deletion-gutter);
|
|
406
|
+
color: var(--diff-tool-deletion-foreground);
|
|
407
|
+
}
|
|
408
|
+
|
|
409
|
+
[data-slot="diff-tool-cell"][data-diff="empty"] [data-slot="diff-tool-line-number"] {
|
|
410
|
+
background: var(--diff-tool-empty-background);
|
|
411
|
+
}
|
|
412
|
+
|
|
413
|
+
[data-slot="diff-tool-cell"][data-diff="addition"] [data-slot="diff-tool-token"] {
|
|
414
|
+
color: var(--diff-tool-addition-foreground);
|
|
415
|
+
font-weight: 600;
|
|
416
|
+
}
|
|
417
|
+
|
|
418
|
+
[data-slot="diff-tool-cell"][data-diff="deletion"] [data-slot="diff-tool-token"] {
|
|
419
|
+
color: var(--diff-tool-deletion-foreground);
|
|
420
|
+
font-weight: 600;
|
|
421
|
+
}
|
|
422
|
+
|
|
423
|
+
[data-slot="chat-code-line"]:first-child > [data-slot="chat-code-line-number"],
|
|
424
|
+
[data-slot="chat-code-line"]:first-child > [data-slot="chat-code-line-content"] {
|
|
425
|
+
padding-top: 1rem;
|
|
426
|
+
}
|
|
427
|
+
|
|
428
|
+
[data-slot="chat-code-line"]:last-child > [data-slot="chat-code-line-number"],
|
|
429
|
+
[data-slot="chat-code-line"]:last-child > [data-slot="chat-code-line-content"] {
|
|
430
|
+
padding-bottom: 1rem;
|
|
431
|
+
}
|
|
432
|
+
|
|
433
|
+
[data-slot="chat-code-line"][data-diff="addition"] {
|
|
434
|
+
background: var(--code-diff-addition-background);
|
|
435
|
+
}
|
|
436
|
+
|
|
437
|
+
[data-slot="chat-code-line"][data-diff="deletion"] {
|
|
438
|
+
background: var(--code-diff-deletion-background);
|
|
439
|
+
}
|
|
440
|
+
|
|
441
|
+
[data-slot="chat-code-line"][data-diff="metadata"] {
|
|
442
|
+
background: var(--code-diff-metadata-background);
|
|
443
|
+
}
|
|
444
|
+
|
|
445
|
+
[data-slot="chat-code-line"][data-diff="addition"] > [data-slot="chat-code-line-number"] {
|
|
446
|
+
background: var(--code-diff-addition-gutter);
|
|
447
|
+
color: var(--code-diff-addition-foreground);
|
|
448
|
+
}
|
|
449
|
+
|
|
450
|
+
[data-slot="chat-code-line"][data-diff="deletion"] > [data-slot="chat-code-line-number"] {
|
|
451
|
+
background: var(--code-diff-deletion-gutter);
|
|
452
|
+
color: var(--code-diff-deletion-foreground);
|
|
453
|
+
}
|
|
454
|
+
|
|
455
|
+
[data-slot="chat-code-line"][data-diff="metadata"] > [data-slot="chat-code-line-number"] {
|
|
456
|
+
background: var(--code-diff-metadata-background);
|
|
457
|
+
color: var(--code-diff-metadata-foreground);
|
|
458
|
+
}
|
|
459
|
+
|
|
460
|
+
[data-slot="chat-code-line"][data-diff="addition"] [data-slot="chat-code-token"],
|
|
461
|
+
[data-slot="chat-code-token"] .hljs-addition {
|
|
462
|
+
color: var(--code-diff-addition-foreground);
|
|
463
|
+
font-weight: 600;
|
|
464
|
+
}
|
|
465
|
+
|
|
466
|
+
[data-slot="chat-code-line"][data-diff="deletion"] [data-slot="chat-code-token"],
|
|
467
|
+
[data-slot="chat-code-token"] .hljs-deletion {
|
|
468
|
+
color: var(--code-diff-deletion-foreground);
|
|
469
|
+
font-weight: 600;
|
|
470
|
+
}
|
|
471
|
+
|
|
472
|
+
[data-slot="chat-code-line"][data-diff="metadata"] [data-slot="chat-code-token"],
|
|
473
|
+
[data-slot="chat-code-token"] .hljs-meta {
|
|
474
|
+
color: var(--code-diff-metadata-foreground);
|
|
475
|
+
font-weight: 600;
|
|
476
|
+
}
|
|
477
|
+
|
|
478
|
+
[data-slot="chat-code-token"] .hljs-comment,
|
|
479
|
+
[data-slot="chat-code-token"] .hljs-quote {
|
|
480
|
+
color: var(--code-token-comment);
|
|
481
|
+
font-style: italic;
|
|
482
|
+
}
|
|
483
|
+
|
|
484
|
+
[data-slot="chat-code-token"] .hljs-title,
|
|
485
|
+
[data-slot="chat-code-token"] .hljs-title.function_ {
|
|
486
|
+
color: var(--code-token-function);
|
|
487
|
+
font-weight: 600;
|
|
488
|
+
}
|
|
489
|
+
|
|
490
|
+
[data-slot="chat-code-token"] .hljs-doctag,
|
|
491
|
+
[data-slot="chat-code-token"] .hljs-keyword,
|
|
492
|
+
[data-slot="chat-code-token"] .hljs-meta,
|
|
493
|
+
[data-slot="chat-code-token"] .hljs-section {
|
|
494
|
+
color: var(--code-token-keyword);
|
|
495
|
+
font-weight: 600;
|
|
496
|
+
}
|
|
497
|
+
|
|
498
|
+
[data-slot="chat-code-token"] .hljs-built_in,
|
|
499
|
+
[data-slot="chat-code-token"] .hljs-class,
|
|
500
|
+
[data-slot="chat-code-token"] .hljs-literal,
|
|
501
|
+
[data-slot="chat-code-token"] .hljs-symbol,
|
|
502
|
+
[data-slot="chat-code-token"] .hljs-title.class_,
|
|
503
|
+
[data-slot="chat-code-token"] .hljs-type {
|
|
504
|
+
color: var(--code-token-literal);
|
|
505
|
+
}
|
|
506
|
+
|
|
507
|
+
[data-slot="chat-code-token"] .hljs-number {
|
|
508
|
+
color: var(--code-token-number);
|
|
509
|
+
}
|
|
510
|
+
|
|
511
|
+
[data-slot="chat-code-token"] .hljs-operator {
|
|
512
|
+
color: var(--code-token-operator);
|
|
513
|
+
}
|
|
514
|
+
|
|
515
|
+
[data-slot="chat-code-token"] .hljs-params {
|
|
516
|
+
color: var(--code-token-params);
|
|
517
|
+
}
|
|
518
|
+
|
|
519
|
+
[data-slot="chat-code-token"] .hljs-attr,
|
|
520
|
+
[data-slot="chat-code-token"] .hljs-attribute,
|
|
521
|
+
[data-slot="chat-code-token"] .hljs-property,
|
|
522
|
+
[data-slot="chat-code-token"] .hljs-selector-attr,
|
|
523
|
+
[data-slot="chat-code-token"] .hljs-selector-class,
|
|
524
|
+
[data-slot="chat-code-token"] .hljs-selector-id,
|
|
525
|
+
[data-slot="chat-code-token"] .hljs-template-variable,
|
|
526
|
+
[data-slot="chat-code-token"] .hljs-variable {
|
|
527
|
+
color: var(--code-token-property);
|
|
528
|
+
font-weight: 500;
|
|
529
|
+
}
|
|
530
|
+
|
|
531
|
+
[data-slot="chat-code-token"] .hljs-punctuation {
|
|
532
|
+
color: var(--code-token-punctuation);
|
|
533
|
+
}
|
|
534
|
+
|
|
535
|
+
[data-slot="chat-code-token"] .hljs-link,
|
|
536
|
+
[data-slot="chat-code-token"] .hljs-regexp,
|
|
537
|
+
[data-slot="chat-code-token"] .hljs-string {
|
|
538
|
+
color: var(--code-token-string);
|
|
539
|
+
}
|
|
540
|
+
|
|
541
|
+
[data-slot="chat-code-token"] .hljs-name,
|
|
542
|
+
[data-slot="chat-code-token"] .hljs-selector-tag,
|
|
543
|
+
[data-slot="chat-code-token"] .hljs-tag {
|
|
544
|
+
color: var(--code-token-tag);
|
|
545
|
+
}
|
|
546
|
+
|
|
547
|
+
[data-slot="diff-tool-token"] .hljs-comment,
|
|
548
|
+
[data-slot="diff-tool-token"] .hljs-quote {
|
|
549
|
+
color: var(--code-token-comment);
|
|
550
|
+
font-style: italic;
|
|
551
|
+
}
|
|
552
|
+
|
|
553
|
+
[data-slot="diff-tool-token"] .hljs-title,
|
|
554
|
+
[data-slot="diff-tool-token"] .hljs-title.function_ {
|
|
555
|
+
color: var(--code-token-function);
|
|
556
|
+
font-weight: 600;
|
|
557
|
+
}
|
|
558
|
+
|
|
559
|
+
[data-slot="diff-tool-token"] .hljs-doctag,
|
|
560
|
+
[data-slot="diff-tool-token"] .hljs-keyword,
|
|
561
|
+
[data-slot="diff-tool-token"] .hljs-meta,
|
|
562
|
+
[data-slot="diff-tool-token"] .hljs-section {
|
|
563
|
+
color: var(--code-token-keyword);
|
|
564
|
+
font-weight: 600;
|
|
565
|
+
}
|
|
566
|
+
|
|
567
|
+
[data-slot="diff-tool-token"] .hljs-built_in,
|
|
568
|
+
[data-slot="diff-tool-token"] .hljs-class,
|
|
569
|
+
[data-slot="diff-tool-token"] .hljs-literal,
|
|
570
|
+
[data-slot="diff-tool-token"] .hljs-symbol,
|
|
571
|
+
[data-slot="diff-tool-token"] .hljs-title.class_,
|
|
572
|
+
[data-slot="diff-tool-token"] .hljs-type {
|
|
573
|
+
color: var(--code-token-literal);
|
|
574
|
+
}
|
|
575
|
+
|
|
576
|
+
[data-slot="diff-tool-token"] .hljs-number {
|
|
577
|
+
color: var(--code-token-number);
|
|
578
|
+
}
|
|
579
|
+
|
|
580
|
+
[data-slot="diff-tool-token"] .hljs-operator {
|
|
581
|
+
color: var(--code-token-operator);
|
|
582
|
+
}
|
|
583
|
+
|
|
584
|
+
[data-slot="diff-tool-token"] .hljs-params {
|
|
585
|
+
color: var(--code-token-params);
|
|
586
|
+
}
|
|
587
|
+
|
|
588
|
+
[data-slot="diff-tool-token"] .hljs-attr,
|
|
589
|
+
[data-slot="diff-tool-token"] .hljs-attribute,
|
|
590
|
+
[data-slot="diff-tool-token"] .hljs-property,
|
|
591
|
+
[data-slot="diff-tool-token"] .hljs-selector-attr,
|
|
592
|
+
[data-slot="diff-tool-token"] .hljs-selector-class,
|
|
593
|
+
[data-slot="diff-tool-token"] .hljs-selector-id,
|
|
594
|
+
[data-slot="diff-tool-token"] .hljs-template-variable,
|
|
595
|
+
[data-slot="diff-tool-token"] .hljs-variable {
|
|
596
|
+
color: var(--code-token-property);
|
|
597
|
+
font-weight: 500;
|
|
598
|
+
}
|
|
599
|
+
|
|
600
|
+
[data-slot="diff-tool-token"] .hljs-punctuation {
|
|
601
|
+
color: var(--code-token-punctuation);
|
|
602
|
+
}
|
|
603
|
+
|
|
604
|
+
[data-slot="diff-tool-token"] .hljs-link,
|
|
605
|
+
[data-slot="diff-tool-token"] .hljs-regexp,
|
|
606
|
+
[data-slot="diff-tool-token"] .hljs-string {
|
|
607
|
+
color: var(--code-token-string);
|
|
608
|
+
}
|
|
609
|
+
|
|
610
|
+
[data-slot="diff-tool-token"] .hljs-name,
|
|
611
|
+
[data-slot="diff-tool-token"] .hljs-selector-tag,
|
|
612
|
+
[data-slot="diff-tool-token"] .hljs-tag {
|
|
613
|
+
color: var(--code-token-tag);
|
|
614
|
+
}
|
|
615
|
+
|
|
616
|
+
[data-slot="tool-parameters-token"] .hljs-comment,
|
|
617
|
+
[data-slot="tool-parameters-token"] .hljs-quote {
|
|
618
|
+
color: var(--code-token-comment);
|
|
619
|
+
font-style: italic;
|
|
620
|
+
}
|
|
621
|
+
|
|
622
|
+
[data-slot="tool-parameters-token"] .hljs-title,
|
|
623
|
+
[data-slot="tool-parameters-token"] .hljs-title.function_ {
|
|
624
|
+
color: var(--code-token-function);
|
|
625
|
+
font-weight: 600;
|
|
626
|
+
}
|
|
627
|
+
|
|
628
|
+
[data-slot="tool-parameters-token"] .hljs-doctag,
|
|
629
|
+
[data-slot="tool-parameters-token"] .hljs-keyword,
|
|
630
|
+
[data-slot="tool-parameters-token"] .hljs-meta,
|
|
631
|
+
[data-slot="tool-parameters-token"] .hljs-section {
|
|
632
|
+
color: var(--code-token-keyword);
|
|
633
|
+
font-weight: 600;
|
|
634
|
+
}
|
|
635
|
+
|
|
636
|
+
[data-slot="tool-parameters-token"] .hljs-built_in,
|
|
637
|
+
[data-slot="tool-parameters-token"] .hljs-class,
|
|
638
|
+
[data-slot="tool-parameters-token"] .hljs-literal,
|
|
639
|
+
[data-slot="tool-parameters-token"] .hljs-symbol,
|
|
640
|
+
[data-slot="tool-parameters-token"] .hljs-title.class_,
|
|
641
|
+
[data-slot="tool-parameters-token"] .hljs-type {
|
|
642
|
+
color: var(--code-token-literal);
|
|
643
|
+
}
|
|
644
|
+
|
|
645
|
+
[data-slot="tool-parameters-token"] .hljs-number {
|
|
646
|
+
color: var(--code-token-number);
|
|
647
|
+
}
|
|
648
|
+
|
|
649
|
+
[data-slot="tool-parameters-token"] .hljs-operator {
|
|
650
|
+
color: var(--code-token-operator);
|
|
651
|
+
}
|
|
652
|
+
|
|
653
|
+
[data-slot="tool-parameters-token"] .hljs-params {
|
|
654
|
+
color: var(--code-token-params);
|
|
655
|
+
}
|
|
656
|
+
|
|
657
|
+
[data-slot="tool-parameters-token"] .hljs-attr,
|
|
658
|
+
[data-slot="tool-parameters-token"] .hljs-attribute,
|
|
659
|
+
[data-slot="tool-parameters-token"] .hljs-property,
|
|
660
|
+
[data-slot="tool-parameters-token"] .hljs-selector-attr,
|
|
661
|
+
[data-slot="tool-parameters-token"] .hljs-selector-class,
|
|
662
|
+
[data-slot="tool-parameters-token"] .hljs-selector-id,
|
|
663
|
+
[data-slot="tool-parameters-token"] .hljs-template-variable,
|
|
664
|
+
[data-slot="tool-parameters-token"] .hljs-variable {
|
|
665
|
+
color: var(--code-token-property);
|
|
666
|
+
font-weight: 500;
|
|
667
|
+
}
|
|
668
|
+
|
|
669
|
+
[data-slot="tool-parameters-token"] .hljs-punctuation {
|
|
670
|
+
color: var(--code-token-punctuation);
|
|
671
|
+
}
|
|
672
|
+
|
|
673
|
+
[data-slot="tool-parameters-token"] .hljs-link,
|
|
674
|
+
[data-slot="tool-parameters-token"] .hljs-regexp,
|
|
675
|
+
[data-slot="tool-parameters-token"] .hljs-string {
|
|
676
|
+
color: var(--code-token-string);
|
|
677
|
+
}
|
|
678
|
+
|
|
679
|
+
[data-slot="tool-parameters-token"] .hljs-name,
|
|
680
|
+
[data-slot="tool-parameters-token"] .hljs-selector-tag,
|
|
681
|
+
[data-slot="tool-parameters-token"] .hljs-tag {
|
|
682
|
+
color: var(--code-token-tag);
|
|
683
|
+
}
|
|
684
|
+
}
|