mirror of
https://github.com/penpot/penpot.git
synced 2025-06-11 00:41:38 +02:00
Remove all usage of mx/component and replace that with rumext.
This commit is contained in:
parent
491d91b1ee
commit
671c2d912c
78 changed files with 328 additions and 503 deletions
|
@ -13,7 +13,7 @@
|
|||
[uxbox.util.data :refer [classnames]]
|
||||
[uxbox.util.geom.matrix :as gmt]
|
||||
[uxbox.util.geom.point :as gpt]
|
||||
[uxbox.util.mixins :as mx :include-macros true]))
|
||||
[rumext.core :as mx :include-macros true]))
|
||||
|
||||
;; --- Circle Component
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
[uxbox.main.ui.shapes.image :as image]
|
||||
[uxbox.util.data :refer [classnames]]
|
||||
[uxbox.util.geom.matrix :as gmt]
|
||||
[uxbox.util.mixins :as mx :include-macros true]))
|
||||
[rumext.core :as mx :include-macros true]))
|
||||
|
||||
;; --- Helpers
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
[uxbox.util.data :refer [classnames]]
|
||||
[uxbox.util.geom.matrix :as gmt]
|
||||
[uxbox.util.geom.point :as gpt]
|
||||
[uxbox.util.mixins :as mx :include-macros true]))
|
||||
[rumext.core :as mx :include-macros true]))
|
||||
|
||||
|
||||
;; --- Icon Component
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
[uxbox.main.data.images :as udi]
|
||||
[uxbox.util.data :refer [classnames]]
|
||||
[uxbox.util.geom.matrix :as gmt]
|
||||
[uxbox.util.mixins :as mx :include-macros true]))
|
||||
[rumext.core :as mx :include-macros true]))
|
||||
|
||||
;; --- Refs
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
[uxbox.util.data :refer [classnames]]
|
||||
[uxbox.util.geom.matrix :as gmt]
|
||||
[uxbox.util.geom.point :as gpt]
|
||||
[uxbox.util.mixins :as mx :include-macros true]))
|
||||
[rumext.core :as mx :include-macros true]))
|
||||
;; --- Path Component
|
||||
|
||||
(declare path-shape)
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
[uxbox.main.ui.shapes.attrs :as attrs]
|
||||
[uxbox.util.geom.matrix :as gmt]
|
||||
[uxbox.util.geom.point :as gpt]
|
||||
[uxbox.util.mixins :as mx :include-macros true]
|
||||
[rumext.core :as mx :include-macros true]
|
||||
[uxbox.util.data :refer [classnames]]
|
||||
[uxbox.util.dom :as dom]))
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
[uxbox.main.data.shapes :as uds]
|
||||
[uxbox.main.ui.shapes.common :as scommon]
|
||||
[uxbox.main.geom :as geom]
|
||||
[uxbox.util.mixins :as mx :include-macros true]
|
||||
[rumext.core :as mx :include-macros true]
|
||||
[uxbox.util.geom.matrix :as gmt]
|
||||
[uxbox.util.geom.point :as gpt]
|
||||
[uxbox.util.dom :as dom]))
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
[uxbox.util.data :refer [classnames]]
|
||||
[uxbox.util.dom :as dom]
|
||||
[uxbox.util.geom.matrix :as gmt]
|
||||
[uxbox.util.mixins :as mx :include-macros true])
|
||||
[rumext.core :as mx :include-macros true])
|
||||
(:import goog.events.EventType))
|
||||
|
||||
;; --- Events
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue