0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-24 15:39:50 -05:00
Commit graph

15053 commits

Author SHA1 Message Date
Florian Schroedl
5358cd1c52 Fix tests crashing 2024-08-20 16:14:32 +02:00
Akshay Gupta
3a2f4df387
add source code comment 2024-08-20 17:08:31 +05:30
Akshay Gupta
1a3184d327
Merge branch 'token-studio-develop' into token-sets-ui 2024-08-20 17:02:00 +05:30
Akshay Gupta
187ab31667
format 2024-08-20 17:00:19 +05:30
Akshay Gupta
feb5cec84b
ad sets-section wrapper 2024-08-20 16:57:53 +05:30
Akshay Gupta
f052b75dac
formatting 2024-08-20 16:38:18 +05:30
Akshay Gupta
e62323ac0a
add variable 2024-08-20 16:35:33 +05:30
Akshay Gupta
d4c88d4441
remove folder open icon 2024-08-20 16:32:36 +05:30
Akshay Gupta
4bad9fa6f8
add chevron icon 2024-08-20 16:30:51 +05:30
Akshay Gupta
e4f5b6005e
move sets-sidebar component to sidebar tokens 2024-08-20 16:30:38 +05:30
Akshay Gupta
98b5791e27
remove set-item-set-selected and remove class 2024-08-20 15:37:37 +05:30
Florian Schroedl
6049c32839 Compute tokens from each activated set 2024-08-19 15:46:42 +02:00
Florian Schroedl
8e02dced2f Extract to function 2024-08-19 10:49:58 +02:00
Florian Schroedl
97436531d0 Showing only active sets 2024-08-19 10:46:48 +02:00
Florian Schroedl
8660c372dc Add theme deletion 2024-08-19 09:41:23 +02:00
Florian Schroedl
3413d4b42f Add tests 2024-08-19 09:09:09 +02:00
Florian Schroedl
93a23c66ec Docstrings 2024-08-19 09:01:08 +02:00
Florian Schroedl
e8bbb75008 Implement group theme switching 2024-08-19 08:49:03 +02:00
Florian Schroedl
9a745ea8bc Add active theme toggling 2024-08-19 08:11:10 +02:00
Florian Schroedl
f0e0e9334e Cleanup 2024-08-19 07:29:20 +02:00
Florian Schroedl
ae1c30ad56 Allow providing set name 2024-08-16 14:22:56 +02:00
Florian Schroedl
e502def755 Show themes 2024-08-16 14:21:25 +02:00
Florian Schroedl
62712ef8da Cleanup styles 2024-08-16 13:59:18 +02:00
Florian Schroedl
6a7ced3204 Add token set visibility toggle 2024-08-16 13:41:05 +02:00
Florian Schroedl
636c3b822c Example styling 2024-08-16 12:22:57 +02:00
Florian Schroedl
c2a045ad5b Add selected sets UI 2024-08-16 11:44:41 +02:00
Florian Schroedl
0f95ddef8f Add new sets to active theme 2024-08-16 11:32:36 +02:00
Florian Schroedl
3e41e7d234 Fix workspace-data key missing 2024-08-16 11:32:20 +02:00
Florian Schroedl
879ef1123f Create temporary theme when creating set 2024-08-16 10:32:59 +02:00
Florian Schroedl
9329513949 Add token set deletion 2024-08-16 08:04:41 +02:00
Florian Schroedl
ae39586d8c Add temporary theme 2024-08-16 07:10:15 +02:00
Florian Schroedl
4c1bc81b19 Add name 2024-08-16 07:10:08 +02:00
Florian Schroedl
7406af2e79 Add theme creation 2024-08-16 07:09:59 +02:00
Florian Schroedl
8482a128de Fix expeted id instead of set 2024-08-16 07:09:17 +02:00
Florian Schroedl
3695ba3438 Add token theme data scaffold 2024-08-16 07:09:07 +02:00
Florian Schroedl
35759792a3 Render grouped themes ui 2024-08-16 06:24:15 +02:00
Florian Schroedl
f0aaa29d66 Add type functions 2024-08-16 06:24:03 +02:00
Florian Schroedl
cefa498f4d Add group and selected properties to theme 2024-08-16 06:23:53 +02:00
Florian Schroedl
f3d4346c0d Add create token-set event 2024-08-15 18:52:42 +02:00
Florian Schroedl
1f0c1dbbe6 Update shapes on token set switch 2024-08-15 18:52:31 +02:00
Florian Schroedl
587a2936e6 Add simple UI 2024-08-15 18:26:37 +02:00
Florian Schroedl
73078d802a Add refs 2024-08-15 18:26:20 +02:00
Florian Schroedl
eaf568f154 Get tokens from current or first token set 2024-08-15 14:26:22 +02:00
Florian Schroedl
ead8a983ab Move to token-set namespace 2024-08-15 14:26:12 +02:00
Florian Schrödl
9dd681c156
Merge pull request #254 from tokens-studio/fix-token-editing
Fix token editing
2024-08-15 12:28:19 +02:00
Florian Schroedl
43e064a768 Update doc string 2024-08-15 10:12:45 +02:00
Florian Schroedl
4bd3b14adb Add unit to tests 2024-08-15 10:07:12 +02:00
Florian Schroedl
e4e488a9ee Adds style-dictionary test 2024-08-15 10:03:25 +02:00
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