♻️ Add substantial refactor on how types are organized

This mainly affects types related to colors, fills and texts, moving library
based operations from color namespace.
This commit is contained in:
Andrey Antukh
2025-07-09 13:44:22 +02:00
parent 96d9b102b6
commit 9ee488009f
92 changed files with 1582 additions and 931 deletions

View File

@@ -10,7 +10,7 @@
[app.common.test-helpers.files :as cthf]
[app.common.test-helpers.ids-map :as cthi]
[app.common.test-helpers.shapes :as cths]
[app.common.text :as txt]
[app.common.types.text :as txt]
[app.common.types.tokens-lib :as ctob]
[app.main.data.workspace.tokens.application :as dwta]
[cljs.test :as t :include-macros true]