mirror of
https://github.com/penpot/penpot.git
synced 2026-09-18 09:56:15 +00:00
🚧 Temporary workaround for Token resolvedValue not working
Instruct LLM to not use this property. To be reverted once #8341 is fixed.
This commit is contained in:
parent
bac04f8a73
commit
926d573d3e
@ -290,7 +290,7 @@ The token library: `penpot.library.local.tokens` (type: `TokenCatalog`)
|
|||||||
`Token`:
|
`Token`:
|
||||||
* `name: string` - Token name (may include group path like "color.base.white")
|
* `name: string` - Token name (may include group path like "color.base.white")
|
||||||
* `value: string | TokenValueString` - Raw value (may be direct value or reference to another token like "{color.primary}")
|
* `value: string | TokenValueString` - Raw value (may be direct value or reference to another token like "{color.primary}")
|
||||||
* `resolvedValue` - Computed final value (follows references)
|
* `resolvedValue` - Computed final value (follows references) - currently NOT working, do not use!
|
||||||
* `type: TokenType`
|
* `type: TokenType`
|
||||||
|
|
||||||
Discovering tokens:
|
Discovering tokens:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user