identity: shared M3 Expressive theme factory + nav slide spec

FloretExpressiveTheme(lightScheme, darkScheme, darkTheme, dynamicColor,
typography) holds the family's theme mechanics — dynamic-colour resolution
(API 31+), system light/dark fallback, and the STANDARD motion scheme — while
each app supplies its own seed-derived colour schemes, so the look stays
per-app and the machinery is shared. rememberNavSlideSpec() shares the fast
spatial nav slide. android-library, Compose-only.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-28 12:57:27 +02:00
parent 19c2f8a677
commit dccf934172
4 changed files with 111 additions and 0 deletions

View File

@@ -33,3 +33,4 @@ rootProject.name = "floret-kit"
include(":core-time")
include(":core-crash")
include(":identity")