🔧 Add internal id to all token entities

This commit is contained in:
Andrés Moya 2025-05-27 09:05:34 +02:00 committed by Andrés Moya
parent a2abaea637
commit 5c8f6dd498
7 changed files with 253 additions and 47 deletions

View file

@ -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))