🚧 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:
Dominik Jain 2026-02-12 17:24:44 +01:00
parent bac04f8a73
commit 926d573d3e

View File

@ -290,7 +290,7 @@ The token library: `penpot.library.local.tokens` (type: `TokenCatalog`)
`Token`:
* `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}")
* `resolvedValue` - Computed final value (follows references)
* `resolvedValue` - Computed final value (follows references) - currently NOT working, do not use!
* `type: TokenType`
Discovering tokens: