refactor(tokens): replace light and dark with morandi

This commit is contained in:
2026-03-20 16:25:02 +08:00
parent ffa9657ff6
commit af8476820e
6 changed files with 37 additions and 71 deletions
+2 -2
View File
@@ -420,7 +420,7 @@ The end state should support runtime switching without remounting components.
Minimum contract:
```ts
type ThemeName = "light" | "dark" | "brand" | "minimal";
type ThemeName = "morandi" | "brand";
type SkinName = "minimal" | "glass" | "pixel";
type MotionPackName = "calm" | "snappy" | "spring";
type MotionAccessibilityName = "system" | "full" | "reduced";
@@ -438,7 +438,7 @@ Provider shape if needed:
```tsx
<StyleProvider
theme="minimal"
theme="morandi"
skin="glass"
motionPack="spring"
motionAccessibility="system"