mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 02:28:26 +02:00
🔧 Add internal id to all token entities
This commit is contained in:
parent
a2abaea637
commit
5c8f6dd498
7 changed files with 253 additions and 47 deletions
|
@ -265,7 +265,7 @@
|
|||
:type :color})
|
||||
file (setup-file #(-> (ctob/add-set % (ctob/make-token-set :name set-name))
|
||||
(ctob/add-token-in-set set-name token)))
|
||||
prev-token-set (-> file tht/get-tokens-lib :sets first)
|
||||
prev-token-set (-> file tht/get-tokens-lib (ctob/get-set set-name))
|
||||
new-set-name "foo1"
|
||||
changes (-> (pcb/empty-changes)
|
||||
(pcb/with-library-data (:data file))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue