0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-10 00:58:26 -05:00
Commit graph

8917 commits

Author SHA1 Message Date
Florian Schroedl
c6d13af071 Fix validation not working while editing [*]
[*] We've passed the resolved tokens to the validation,
but the validation needs the original tokens set.
2024-08-15 09:21:49 +02:00
Florian Schroedl
6be2ca8491 Fix resolved value not showing up when editing token 2024-08-15 09:21:18 +02:00
Florian Schroedl
ecf4fb8bd0 Fix popover position 2024-08-14 16:53:20 +02:00
Florian Schroedl
1ba2acea7c Fix crash for applying spacing layout token 2024-08-14 16:53:17 +02:00
Florian Schroedl
cf9ef2ae60 Remove unused function 2024-08-14 15:33:24 +02:00
Florian Schroedl
726b0a2671 Fix :applied-tokens not being updated 2024-08-09 18:04:33 +02:00
Florian Schroedl
51a27c07ec Use token identifier 2024-08-09 18:03:47 +02:00
Florian Schroedl
9ff4567955 Remove unused function 2024-08-09 18:03:20 +02:00
Florian Schroedl
5552295d61 Add docstring 2024-08-09 17:37:36 +02:00
Florian Schroedl
e992bf0aa6 Fix sizing test 2024-08-08 15:13:04 +02:00
Florian Schroedl
8b8b909fb7 Parse values with unit 2024-08-08 15:12:28 +02:00
Florian Schroedl
2d67a92d64 Fix getter 2024-08-08 11:39:58 +02:00
Florian Schroedl
a073520d0e Restore tests to work with new identifier 2024-08-08 11:22:40 +02:00
Florian Schroedl
e27e2d357c Add simple applying test 2024-08-08 11:10:24 +02:00
Florian Schroedl
d98e982664 Cleanup 2024-08-08 11:07:32 +02:00
Florian Schroedl
31674db11d Skip parsing on numbers 2024-08-08 11:07:24 +02:00
Florian Schroedl
0684d893e0 Return resolved & parsed token names map 2024-08-08 11:07:09 +02:00
Florian Schroedl
37f23855e8 Fix re-find only accepting string values throw 2024-08-08 09:52:51 +02:00
Florian Schroedl
2e8e33d701 Add token value parsing function 2024-08-08 09:40:26 +02:00
Florian Schroedl
980238e27b Move find-token-references to token namespace 2024-08-08 09:22:55 +02:00
Florian Schroedl
252797183c Use :name as the token identifier [*]
[*] Using uuid as the token identiefier for :applied-tokens is not
correct as we want to merge all sets together by their name, to get the
final values.
2024-08-07 17:14:51 +02:00
Florian Schroedl
d8621974c2 Update with upstream 2024-08-07 17:14:05 +02:00
Florian Schroedl
192f847d50 Ignore rxjs errors 2024-08-07 17:13:39 +02:00
Florian Schroedl
c9673ca828 Merge remote-tracking branch 'penpot/develop' into token-studio-develop 2024-08-07 16:21:08 +02:00
Andrey Antukh
22f3dba842 💄 Update run-store helper 2024-08-07 16:07:59 +02:00
Andrey Antukh
bde1cd3f5f 🐛 Fix unexpected exception on frontend test
caused by unexpected return nil on a merge-map
2024-08-07 16:07:59 +02:00
Florian Schroedl
edb89bcccb Temporary fix for tests [*]
[*] Async tests got broken with the latest upstream.

This will still print a bunch of warnings from rxjs but the tests are
still running.
2024-08-07 12:52:40 +02:00
Alejandro Alonso
5f0c036ad5 🐛 Fix storybook css path 2024-08-07 06:46:06 +02:00
Andrey Antukh
c6c9e7d179 ⬆️ Update beicon version to v2.2
Fixes the esm build compatibility issues
2024-08-06 12:29:18 +02:00
Florian Schroedl
4ae467987a Update changes 2024-08-06 11:25:31 +02:00
Florian Schroedl
3bd0318999 Update lock file 2024-08-06 11:16:38 +02:00
Florian Schroedl
5fbbdd36fd Merge remote-tracking branch 'penpot/develop' into token-studio-develop 2024-08-06 11:06:51 +02:00
Alejandro Alonso
1515498a23 🐛 Fix storybook build 2024-08-06 10:46:37 +02:00
Andrey Antukh
d0059cbe29
Merge pull request #4952 from penpot/ladybenko-8439-storybook-build
Storybook build
2024-08-06 10:25:18 +02:00
Florian Schrödl
f7e7701923
Merge branch 'token-studio-develop' into 213-opacity-fixes-03 2024-08-06 08:23:39 +02:00
Belén Albeza
457da6f23e Append timestamp to CSS import in storybook 2024-08-05 17:39:57 +02:00
Andrey Antukh
0f16f65d30 🔧 Update script names and conditionally build storybook 2024-08-05 17:39:37 +02:00
Florian Schroedl
fe9bb69c75 Update CHANGELOG 2024-08-05 11:45:32 +02:00
Florian Schroedl
c9d1fe44e9 Add stroke-width test 2024-08-05 11:43:46 +02:00
Florian Schroedl
2a97749d23 Add shape property passing 2024-08-05 11:42:36 +02:00
Florian Schroedl
3826afb76b Fix applying stroke 2024-08-05 11:18:19 +02:00
Florian Schroedl
6cb3afe87f Add opacity tests 2024-08-05 11:05:49 +02:00
Florian Schroedl
62a9dd6582 Cleanup 2024-08-05 10:54:46 +02:00
Florian Schroedl
ad468582b3 Add changelog 2024-08-05 10:53:59 +02:00
Florian Schroedl
c29024bd62 Dont update values outside of 0..1 (e.g.: 20) 2024-08-05 10:51:35 +02:00
Florian Schroedl
1f88c8288a Parse double to preserve opacity 2024-08-05 10:48:04 +02:00
Belén Albeza
2015c484d0 📚 Add Input component documentation 2024-08-02 11:08:20 +02:00
Belén Albeza
480d5ba7c3 🎉 Implement input* component 2024-08-02 11:08:20 +02:00
Belén Albeza
2b2bc73564 🔧 Update build script to include storybook 2024-08-01 16:11:01 +02:00
Florian Schroedl
72c5c3ec9a Cleanup 2024-08-01 15:45:37 +02:00