refactor(tokens): replace light and dark with morandi
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user