Andrés Moya
31478c6afc
🐛 Fix validation of shadow token with missing keys ( #8507 )
2026-03-02 16:17:12 +01:00
Andrés Moya
5b5f22a8c6
🎉 Add tokens to Penpot Plugins API ( #7756 )
...
* 🎉 Add tokens to plugins API documentation
And add poc plugin example
* 📚 Document better the tokens value in plugins API
* 🔧 Refactor token validation schemas
* 🔧 Use automatic validation in token proxies
* 🔧 Use schemas to validate token creation
* 🔧 Use multi schema for token value
* 🔧 Use schema in token api methods
* 🐛 Fix review comments
---------
Co-authored-by: Andrey Antukh <niwi@niwi.nz>
2026-02-09 14:18:31 +01:00
Florian Schroedl
150d57b1eb
✨ Add tokenscript MVP
2026-02-05 09:45:55 +01:00
Andrey Antukh
0ab126748f
💄 Add format rule for code comments ( #8211 )
...
* 💄 Add format rule for code comments
* ⬆️ Update linter and formatter on devenv
2026-01-27 15:07:18 +01:00
Eva Marco
5146221513
🐛 Fix allow negative spread values on shadow token creation ( #8167 )
...
* 🐛 Fix allow negative spread values on shadow token creation
* 🎉 Add test
2026-01-23 09:50:36 +01:00
Eva Marco
e53f335204
🐛 Fix unhandled error on tokens modal ( #8165 )
2026-01-23 09:35:53 +01:00
Florian Schrödl
0dd062d011
🐛 Fix line-height throwing for int ( #7927 )
2026-01-07 16:13:10 +01:00
Andrey Antukh
eb1eeb4750
Merge remote-tracking branch 'origin/staging-render' into niwinz-develop-merge
2025-12-10 13:53:15 +01:00
Florian Schroedl
3d8a251741
🐛 Disallow font-family referencing composite token
2025-12-10 13:12:30 +01:00
Eva Marco
81e0e4f222
♻️ Replace token form files ( #7896 )
...
* ♻️ Replace shadow form
* ♻️ Rename files and components
* ♻️ Replace offsetx and offsety names
* ♻️ Replace form file for new form component using new form system
* ♻️ Rename files and props
2025-12-05 17:04:07 +01:00
Florian Schroedl
e681f95a70
✨ Add box shadow token
2025-10-30 14:05:42 +01:00
Andrés Moya
194eded930
🔧 Unify path name helper functions
2025-09-29 12:16:42 +02:00
Andrés Moya
4e607d8da2
💄 Clarify and reorder interfaces
2025-09-29 12:16:42 +02:00
Florian Schroedl
c882e8347a
✨ Add line-height to composite typography token
2025-09-22 09:52:56 +02:00
Andrey Antukh
07904bcc5d
♻️ Add needed changes to get tokens from sidebar
...
This reverts commit afe149f702148d86d1dea6cb6a537917ce7202aa.
2025-09-19 10:26:29 +02:00
Florian Schroedl
9106617436
🎉 Add composite typography token
2025-08-27 11:35:56 +02:00
Florian Schrödl
ccd6ae5ade
🐛 Don't allow letter-spacing value with % ( #7100 )
2025-08-13 08:31:43 +02:00
Florian Schrödl
c29a8cb0c4
✨ Implement font-weight token ( #7089 )
2025-08-08 11:11:18 +02:00
Florian Schrödl
b91e955486
✨ Text decoration fixes ( #7066 )
...
* ✨ Show text more options when apply text decoration token
* 🐛 Fix placeholder
2025-08-06 16:23:38 +02:00
Andrei Fëdorov
818b03d8f2
✨ Add text decoration token ( #7049 )
2025-08-04 10:47:09 +02:00
Andrey Antukh
283eb0419c
♻️ Refactor time related namespaces
...
Mainly removes the custom app.util.time namespace
from frontend and backend and normalize all to use
the app.common.time namespace
2025-08-01 11:20:01 +02:00
Florian Schrödl
4c605b8151
✨ Implement text case token ( #6978 )
2025-07-28 17:36:06 +02:00
Florian Schroedl (aider)
d788a4d252
✨ Implement new token-type :font-families
2025-07-23 11:26:28 +02:00
Andrés Moya
8a0aa20789
🔧 Renames, privacy adjustments and other small enhancements
2025-06-05 10:58:23 +02:00
Eva Marco
ab0219876e
✨ Add numeric token type ( #6575 )
...
* ✨ Add numeric type token
* 🐛 Fix comments
2025-06-05 09:33:54 +02:00
Andrés Moya
5e8929e504
🔧 Refactor token json file import/export
2025-05-26 12:02:26 +02:00
Eva Marco
3abc8774f6
♻️ Change translation string from workspace.token to workspace.tokens ( #6508 )
...
* ♻️ Change string translation for tokens
* ♻️ Apply find-and-replace on translation files
---------
Co-authored-by: Andrey Antukh <niwi@niwi.nz>
2025-05-21 11:17:05 +02:00
Florian Schroedl
31f642ed25
♻️ Use rx streams for style dictionary interface
2025-05-20 14:55:07 +02:00
Eva Marco
55d21761fc
✨ Add multi file import on tokens ( #6444 )
...
* ✨ Implement token multi-file import
* ♻️ Refactor import modal UI
* 🐛 Fix comments
---------
Co-authored-by: Florian Schroedl <flo.schroedl@gmail.com>
2025-05-19 16:12:46 +02:00
Andrey Fedorov
d9f98008f4
✨ Add unknown token type reporting
2025-05-16 15:09:36 +02:00
Andrey Antukh
ab01f0b274
Merge remote-tracking branch 'origin/staging' into develop
2025-05-08 12:22:50 +02:00
Florian Schrödl
92f5b5f92b
✨ Allow importing token files with reference errors ( #6374 )
...
* ✨ Allow importing token files with reference errors
* ✨ Add test for missing references
2025-05-08 10:11:02 +02:00
Andrés Moya
e52fd90963
💄 Add copyright header to all tokens source files ( #6389 )
2025-05-01 10:06:17 +02:00
Andrés Moya
8382a88efe
🔧 Move errors and warnings to workspace.data
2025-04-29 10:27:56 +02:00
Andrés Moya
3e0f38e8c3
🔧 Move token helpers to common.files
2025-04-29 10:27:46 +02:00
Andrés Moya
a5bbe765b9
🔧 Move style-dictionary and tinycolor to main.data
2025-04-29 10:27:42 +02:00
Andrés Moya
4a7b72dae1
🔧 Move errors and warnings to workspace.data
2025-04-29 10:11:40 +02:00
Andrés Moya
37cf829188
🔧 Move token helpers to common.files
2025-04-29 10:11:40 +02:00
Andrés Moya
f213ffabe1
🔧 Move style-dictionary and tinycolor to main.data
2025-04-29 10:11:40 +02:00