Feat: Add AgentSidebar #3221 (#5296)

### What problem does this PR solve?

Feat: Add AgentSidebar #3221

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2025-02-24 15:43:20 +08:00
committed by GitHub
parent 8c9df482ab
commit c6bc69cbc5
10 changed files with 1408 additions and 48 deletions

View File

@ -163,6 +163,16 @@ module.exports = {
DEFAULT: 'var(--colors-background-sentiment-solid-primary)',
foreground: 'var(--background-inverse-standard-foreground)',
},
sidebar: {
DEFAULT: 'hsl(var(--sidebar-background))',
foreground: 'hsl(var(--sidebar-foreground))',
primary: 'hsl(var(--sidebar-primary))',
'primary-foreground': 'hsl(var(--sidebar-primary-foreground))',
accent: 'hsl(var(--sidebar-accent))',
'accent-foreground': 'hsl(var(--sidebar-accent-foreground))',
border: 'hsl(var(--sidebar-border))',
ring: 'hsl(var(--sidebar-ring))',
},
},
borderRadius: {
lg: `var(--radius)`,