Currently, ComponentContext has access to the SurfaceModel, which contains the surface's theme configuration. However, to improve ergonomics for renderer and component developers, we should expose the theme property directly on the ComponentContext.
This is a prerequisite for wiring up consistent theme support across all A2UI renderers.
This is a child issue of #734.
Currently,
ComponentContexthas access to theSurfaceModel, which contains the surface's theme configuration. However, to improve ergonomics for renderer and component developers, we should expose thethemeproperty directly on theComponentContext.This is a prerequisite for wiring up consistent theme support across all A2UI renderers.
This is a child issue of #734.