This follows my troubleshooting from how Webstudio integrates Radix components (
https://discord.com/channels/955905230107738152/1209297578265673798) and discovering the hidden and non-documented use case of design token element states.
Turns out they exist, and that should've been apparent if none of the Webstudio Design Token documentation mentions 'states' apart from a single screenshot
https://docs.webstudio.is/university/foundations/design-tokens#how-to-use-tokens-in-webstudio. Even so, Webstudio doesn't have a filtered-view to show 'hover', 'focus', or 'active' element states styles making it very difficult to understand the entire webpage styling and/or functionality of multiple components (e.g Radix components as per my other suggestions post) if a certain state is applied.
For example, if I were to make a temporary e-commerce store to sell limited edition merchandise or tickets to a geographically-local event, 1. I would assume people immediately say that it's not the best way to implement such a feature, but 2. there's no way to view the store components (e.g. menu button, image banner on homepage etc.) being disabled or enabled during the front-end development stages.
Looking in past discussions, there are already some weird behaviours of the design tokens trying to display properties used across multiple design token states, however this probably shows how complicated this integration of design tokens is to begin with.