mirror of
https://github.com/penpot/penpot.git
synced 2026-08-01 19:06:18 +00:00
✨ Account for Token.resolvedValue now being implemented
Update MCP instructions, removing workaround for #8341
This commit is contained in:
parent
7fceb92673
commit
d019972bca
@ -267,7 +267,7 @@ The token library: `penpot.library.local.tokens` (type: `TokenCatalog`)
|
|||||||
`Token`: union type encompassing various token types, with common properties:
|
`Token`: union type encompassing various token types, with common properties:
|
||||||
* `name: string` - Token name (typically structured, e.g. "color.base.white")
|
* `name: string` - Token name (typically structured, e.g. "color.base.white")
|
||||||
* `value` - Raw value (direct value or reference to another token like "{color.primary}")
|
* `value` - Raw value (direct value or reference to another token like "{color.primary}")
|
||||||
* `resolvedValue` - Computed final value (follows references) - currently NOT working, do not use!
|
* `resolvedValue` - Computed final value (follows references)
|
||||||
* `type: TokenType`
|
* `type: TokenType`
|
||||||
|
|
||||||
Discovering tokens:
|
Discovering tokens:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user