components: shared Compose vocabulary (GroupedSurface, InlineTextField, OptionCard, pastelize)

Phase 4 (components). The family's canonical grouped-row primitive
(GroupedSurface/GroupedRow + Position/positionOf, press-morphing tonal
container), the borderless InlineTextField (capitalization parameterized),
the OptionCard selection-dialog pick, and the pastelize() colour softener.
All app-agnostic (no R, no domain) and taken from Agendula's versions as the
canonical reference per design sign-off; apps keep their own identity chips
and compose their own screens from these. android-library, Compose-only.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-28 13:06:34 +02:00
parent dccf934172
commit 1bd3e03ad5
6 changed files with 366 additions and 0 deletions

View File

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