···2323A warning message might use the warning intent's subtle surface and text. Avoid carrying resolved
2424colour values into application CSS.
25252626-## Explore semantic variables
2727-2828-The explorer uses the active docs identity and colour mode. Pick a purpose to see the variables a
2929-custom element can use and their visible effect.
3030-3131-<TokenExplorer />
3232-3333-The explorer shows the most common purposes. The complete contract, including motion, icon sizes,
3434-and control sizes, is in the table below. Generated palette values, component recipe selectors, and
3535-theme-foundation inputs are implementation details, not application styling APIs.
3636-3726## Tokens
38273928This table is generated from the public TypeScript declaration and JSDoc, so it stays aligned with
4040-the code that produces each theme.
2929+the theme code. It includes motion, icon sizes, and control sizes. Generated palette values,
3030+component recipe selectors, and theme-foundation inputs are not public styling APIs.
41314232<auto-type-table
4333 path="apps/docs/src/generated/token-reference.generated.ts"
···46364737## Next steps
48384949-Read [Colour](/overview/color) for surfaces, content, and intent. Read
5050-[Typography](/overview/typography) for the type scale and [Layout](/overview/layout) for spacing.
5151-[Theme](/overview/theme) explains radii and depth as part of an identity. Read
5252-[Authoring a theme](/theming/authoring) to generate the complete contract for a product-owned
5353-identity.
3939+<Cards>
4040+ <Card href="/overview/color" title="Colour">
4141+ Choose surface, content, border, and intent roles.
4242+ </Card>
4343+ <Card href="/overview/typography" title="Typography">
4444+ Use the theme's type scale and weight roles.
4545+ </Card>
4646+ <Card href="/overview/layout" title="Layout">
4747+ Apply spacing through Box and layout utilities.
4848+ </Card>
4949+ <Card href="/overview/theme" title="Theming overview">
5050+ Understand identity, colour mode, radius, and depth.
5151+ </Card>
5252+ <Card href="/theming/authoring" title="Author a theme">
5353+ Generate a product-owned theme stylesheet.
5454+ </Card>
5555+</Cards>