Commit graph

9175 commits

Author SHA1 Message Date
Alejandro
3b5b81b08f
Merge pull request #4758 from penpot/superalex-refactor-data-test-attribute
 Refactor data-test attribute
2024-06-25 10:49:03 +02:00
Alejandro Alonso
d48616d510 Merge remote-tracking branch 'origin/staging' into develop 2024-06-25 10:18:42 +02:00
Akshay Gupta
ee057c498e
Simplify tranform tokens function 2024-06-24 20:44:08 +05:30
Florian Schroedl
e0be30bb79 Dont show error when unfocusing name input field, but keep form disabled 2024-06-24 15:58:19 +02:00
Akshay Gupta
29e3171bd9
Incorporate styling changes to match Penpot design language 2024-06-24 19:07:53 +05:30
alonso.torres
5771f2f8aa Plugins retrieve selection colors 2024-06-24 15:26:47 +02:00
alonso.torres
f86156b619 Plugins support for code generation 2024-06-24 15:26:21 +02:00
Florian Schroedl
c98162d0bf Move callback function to component 2024-06-24 15:24:22 +02:00
Akshay Gupta
fb7b11a139
Remove : from token type in export 2024-06-24 18:50:36 +05:30
Akshay Gupta
db26b38e81
Modify transform tokens to nest within token names 2024-06-24 18:47:12 +05:30
Florian Schroedl
28f25da9e8 Move to tests 2024-06-24 14:29:29 +02:00
Florian Schroedl
111900c122 Cleanup 2024-06-24 14:23:28 +02:00
Florian Schroedl
10033ead91 Add specific esm testing environment for tokens 2024-06-24 14:23:03 +02:00
Akshay Gupta
2b3f602312
Move json encode functionalities to tokens namespace 2024-06-24 17:50:24 +05:30
Florian Schroedl
ba6a6059c1 Move to custom ns 2024-06-24 14:07:21 +02:00
Florian Schroedl
69d9c8e88f Add esm test 2024-06-24 12:44:29 +02:00
Florian Schroedl
ab51b43365 Add type 2024-06-24 12:44:05 +02:00
alonso.torres
8ff0015458 Add to plugins connect and fetch libraries 2024-06-24 12:34:35 +02:00
Akshay Gupta
0a73cbc6f1
Move transform and download functionality to core.cljs 2024-06-24 14:18:57 +05:30
Akshay Gupta
bbb09567f6
Remove sample json data 2024-06-24 14:18:35 +05:30
Florian Schroedl
5c42514170 Add style dictionary find-token-reference test 2024-06-24 09:59:22 +02:00
alonso.torres
84ecb99400 Add some missing text properties in plugins 2024-06-24 09:57:57 +02:00
Akshay Gupta
75bdda6b07
add some formatting 2024-06-23 00:16:15 +05:30
Akshay Gupta
62fc2cf652
Add initial working export tokens-json 2024-06-23 00:10:02 +05:30
Florian Schroedl
5f25bd8a7b Add comments 2024-06-21 19:41:04 +02:00
Florian Schroedl
59780a9d4d Add token finding function 2024-06-21 19:40:03 +02:00
Florian Schroedl
598e4d36fc Disable on value error 2024-06-21 17:19:59 +02:00
Florian Schroedl
910485008f Fix name not updating button 2024-06-21 17:19:13 +02:00
Florian Schroedl
39eb964cb7 Reduce debounce timeout 2024-06-21 17:18:56 +02:00
Florian Schroedl
dd62c7fe18 Give new tokens without a name a temporary hardcoded string 2024-06-21 17:00:56 +02:00
Florian Schroedl
1dcdddb2db Check for self references 2024-06-21 17:00:45 +02:00
Florian Schroedl
941fb041b6 Add form styling 2024-06-21 17:00:00 +02:00
Florian Schroedl
8db47b5877 Use initial value 2024-06-21 15:09:46 +02:00
Florian Schroedl
53f01ef46c Use input as cache key 2024-06-21 15:04:59 +02:00
Florian Schroedl
35ee732701 Debounced update of resolved value 2024-06-21 14:59:08 +02:00
Andrey Antukh
b25a9f8626 🐛 Return back to use blob uris for transient thumbnails 2024-06-21 13:12:44 +02:00
Andrey Antukh
7b8d127583 🐛 Fix incorrect frame change detection on thumbnails generation 2024-06-21 13:12:44 +02:00
alonso.torres
4b67c0593d Upload media with data in plugins 2024-06-21 12:46:31 +02:00
alonso.torres
fb1429956a Changed order of plugins initialization 2024-06-21 12:44:35 +02:00
Florian Schroedl
f00ac72fbe Revert to use-var 2024-06-21 10:10:45 +02:00
Florian Schroedl
e394216f00 Move form out of modal specific code 2024-06-21 10:02:21 +02:00
alonso.torres
47d211cd87 ⬆️ Update plugin runtime 2024-06-21 09:29:09 +02:00
alonso.torres
7fd223893b Expose component properties in components 2024-06-21 09:29:09 +02:00
alonso.torres
1794859468 Review input validation for plugins 2024-06-21 09:29:09 +02:00
alonso.torres
c5c8be4b4a Improve input validation in plugins 2024-06-21 09:29:09 +02:00
alonso.torres
e13d543dcd Add geometry utils 2024-06-21 09:29:09 +02:00
alonso.torres
69fad7a920 Add some utilities for fonts in plugins 2024-06-21 09:29:09 +02:00
alonso.torres
2da5dcb619 Add text ranges support in plugins 2024-06-21 09:29:09 +02:00
Alejandro Alonso
a59f31ebe5 Refactor data-test attribute 2024-06-21 09:14:09 +02:00
Andrey Antukh
afb23bcebe
Merge pull request #4784 from penpot/azazeln28-refactor-component-thumbnails-as-configurable
♻️ Refactor component thumbnails as configurable
2024-06-20 17:58:45 +02:00