diff --git a/frontend/src/app/main/ui/workspace/tokens/style_dictionary.cljs b/frontend/src/app/main/ui/workspace/tokens/style_dictionary.cljs index f52c6062f..395176bc6 100644 --- a/frontend/src/app/main/ui/workspace/tokens/style_dictionary.cljs +++ b/frontend/src/app/main/ui/workspace/tokens/style_dictionary.cljs @@ -111,6 +111,12 @@ (reset! tokens-state resolved-tokens)))))))) @tokens-state)) +(defn use-resolved-workspace-tokens + ([] (use-resolved-tokens nil)) + ([options] + (-> (mf/deref refs/workspace-tokens) + (use-resolved-tokens options)))) + ;; Testing --------------------------------------------------------------------- (defn tokens-studio-example []