0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-24 23:49:45 -05:00
Commit graph

1955 commits

Author SHA1 Message Date
Florian Schroedl
0b29767c95 Add color token 2024-09-18 12:53:12 +02:00
Florian Schroedl
f0a9444ab6 tokens-lib refactor: Get collection of theme groups 2024-09-17 10:48:23 +02:00
Andrés Moya
0e15da5ede 🔧 Make tokens again a flat ordered map 2024-09-17 00:51:33 +02:00
Andrés Moya
5f703d6a79 🔧 Make themes a two-level only tree 2024-09-16 18:10:37 +02:00
Andrés Moya
3a4ec32f8e 🔧 add groups handling v2 2024-09-16 13:52:38 +02:00
Andrés Moya
e2ff6f7ba6 🔧 Add first draft of token set groups attributes 2024-09-16 13:52:38 +02:00
Andrés Moya
fa8f8ac54b 🔧 add groups handling 2024-09-16 13:52:38 +02:00
Andrés Moya
316d333c96 🔧 Add token themes in tokens-lib custom type 2024-09-16 13:52:38 +02:00
Andrés Moya
0dca047339 fix token update 2024-09-03 14:45:11 +02:00
Andrés Moya
d147d844fb 🔧 Add tokens-lib custom type 2024-08-30 11:37:40 +02:00
Florian Schroedl
8660c372dc Add theme deletion 2024-08-19 09:41:23 +02:00
Florian Schroedl
9a745ea8bc Add active theme toggling 2024-08-19 08:11:10 +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
3695ba3438 Add token theme data scaffold 2024-08-16 07:09:07 +02:00
Florian Schroedl
cefa498f4d Add group and selected properties to theme 2024-08-16 06:23:53 +02:00
Florian Schroedl
1135b7e2db Update token sets 2024-08-13 18:30:00 +02:00
Florian Schroedl
ba31914ca4 Fix typo 2024-08-13 14:41:58 +02:00
Florian Schroedl
c275923621 Fix indent 2024-08-13 14:41:49 +02:00
Florian Schroedl
ec01ce7550 Ensure vector 2024-08-13 14:41:18 +02:00
Florian Schroedl
bcd4b6d9ec Fix schema errors 2024-08-13 13:32:37 +02:00
Florian Schroedl
547358d579 Add token set changes 2024-08-13 11:57:06 +02:00
Florian Schroedl
6c3415b92c Differentiate groups and sets 2024-08-12 10:42:38 +02:00
Florian Schroedl
dbddd7fb68 Add token themes & sets schema 2024-08-12 10:42:38 +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
dd8780db69 Use register 2024-08-06 11:16:30 +02:00
Florian Schroedl
5fbbdd36fd Merge remote-tracking branch 'penpot/develop' into token-studio-develop 2024-08-06 11:06:51 +02:00
Florian Schroedl
ac27f95091 Fix undo deleting the token on update 2024-08-01 09:41:52 +02:00
Andrey Antukh
93ec352f4a ⬆️ Update shadown-cljs and beicon dependency
Fixes compatibility issues between shadow-cljs :esm build and beicon
library.
2024-07-31 16:30:22 +02:00
Andrey Antukh
e0b009c538 ⬆️ Update yarn version to 4.3.1 2024-07-31 16:30:22 +02:00
Andrey Antukh
5cf64c1440 Merge remote-tracking branch 'origin/staging' into develop 2024-07-31 12:46:47 +02:00
Alejandro
b4d91b5a48
Merge pull request #4937 from penpot/niwinz-fix-email-complains-handling
 Add improvements to internal sns handler
2024-07-31 12:18:01 +02:00
Andrés Moya
990a948bcc 🐛 Fix touched groups when detaching with nested copies 2024-07-30 14:28:37 +02:00
Andrey Antukh
e0f2c4e0aa Add the ability to pass body to a log entry 2024-07-29 16:16:39 +02:00
alonso.torres
19b2f330dd Merge remote-tracking branch 'origin/plugins-beta-test' into develop 2024-07-26 13:47:12 +02:00
Andrey Antukh
025034cb71 Merge remote-tracking branch 'origin/staging' into develop 2024-07-25 11:23:42 +02:00
Alejandro Alonso
ecb0dc073d 🐛 Fix file with invalid library colors 2024-07-23 16:47:23 +02:00
alonso.torres
d13b9ef3ea 🐛 Fix wrap not working in plugins 2024-07-22 11:27:29 +02:00
alonso.torres
26fa2a71ea 🐛 Fix problem with reset alignment on change text 2024-07-22 11:27:12 +02:00
Andrey Antukh
9174bb140b ♻️ Refactor configuration validation
Replace spec with schema
2024-07-10 15:16:28 +02:00
Andrey Antukh
0a86d9d515 Merge remote-tracking branch 'origin/staging' into develop 2024-07-09 12:16:45 +02:00
Andrés Moya
29d0499725 🐛 Fix embed assets in unpublish and export 2024-07-09 11:51:52 +02:00
alonso.torres
35f4a07d27 Merge remote-tracking branch 'origin/plugins-beta-test' into develop 2024-07-05 11:12:58 +02:00
alonso.torres
c2564eaf65 Change spec location 2024-07-04 15:16:58 +02:00
Andrey Antukh
0721760900 Add better schema for shape export property 2024-07-04 12:30:28 +02:00
Andrey Antukh
40f947fc9f 🐛 Fix issue with schema uri decoder 2024-07-04 12:30:28 +02:00
Andrey Antukh
d2bedec59c Unify naming of schema registering functions 2024-07-04 12:30:28 +02:00
Andrey Antukh
0fa8aca6e2 Add minor improvements to common.schema ns 2024-07-03 08:25:51 +02:00