feat: rhea (#10779)

* feat: add rhea

* fix: blocks

* feat: build chat example

* fix

* fix: sidebar

* fix

* feat: update home

* fix

* fix

* fix

* feat: optimizine fonts

* feat

* fix

* fix

* fix

* fix

* fix

* fix

* fix: font in preview

* fix
This commit is contained in:
shadcn
2026-05-26 22:54:07 +04:00
committed by GitHub
parent e826e543f2
commit df1752dfe0
735 changed files with 37514 additions and 2238 deletions

View File

@@ -106,6 +106,21 @@ export const DEFAULT_PRESETS = {
radius: "default",
rtl: false,
},
rhea: {
title: "Rhea",
description: "Lucide / Inter",
style: "rhea",
baseColor: "neutral",
theme: "neutral",
chartColor: "neutral",
iconLibrary: "lucide",
font: "inter",
fontHeading: "inherit",
menuAccent: "subtle",
menuColor: "default",
radius: "default",
rtl: false,
},
} satisfies Record<
PresetConfig["style"],
PresetConfig & {

View File

@@ -20,6 +20,7 @@ export const PRESET_STYLES = [
"mira",
"luma",
"sera",
"rhea",
] as const
export const PRESET_BASE_COLORS = [