mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
Add refs
This commit is contained in:
@@ -234,6 +234,19 @@
|
||||
(def workspace-data
|
||||
(l/derived :workspace-data st/state))
|
||||
|
||||
(def workspace-selected-token-set-id
|
||||
(l/derived
|
||||
wtts/get-selected-token-set-id
|
||||
st/state
|
||||
=))
|
||||
|
||||
(def workspace-token-sets
|
||||
(l/derived
|
||||
(fn [data]
|
||||
(or (wtts/get-workspace-sets data) {}))
|
||||
st/state
|
||||
=))
|
||||
|
||||
(def workspace-tokens
|
||||
(l/derived
|
||||
(fn [data]
|
||||
|
||||
Reference in New Issue
Block a user