♻️ 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

@@ -7,10 +7,10 @@
(ns app.main.ui.inspect.attributes.common
(:require-macros [app.main.style :as stl])
(:require
[app.common.colors :as cc]
[app.common.data :as d]
[app.common.data.macros :as dm]
[app.common.media :as cm]
[app.common.types.color :as cc]
[app.config :as cf]
[app.main.refs :as refs]
[app.main.store :as st]