Specifies the subset of color tokens that have corresponding “on-“ tokens.
type LkColorWithOnToken =
| "primary"
| "primarycontainer"
| "secondary"
| "secondarycontainer"
| "tertiary"
| "tertiarycontainer"
| "error"
| "errorcontainer"
| "success"
| "successcontainer"
| "warning"
| "warningcontainer"
| "info"
| "infocontainer"
| "background"
| "surface"
| "surfacevariant"
| "surfacecontainerlowest" //todo: make sure component assigns "onsurface" to text when these are present
| "surfacecontainerlow"
| "surfacecontainer"
| "surfacecontainerhigh"
| "surfacecontainerhighest"
| "inversesurface"
| "transparent"
Components that use this type.