mirror of
https://github.com/penpot/penpot.git
synced 2025-06-06 09:01:37 +02:00
♻️ Add spec ns on shared code (and adapt frontend code to use it).
This commit is contained in:
parent
9a184d1c7a
commit
6957a49752
20 changed files with 297 additions and 238 deletions
|
@ -13,8 +13,8 @@
|
|||
[lentes.core :as l]
|
||||
[potok.core :as ptk]
|
||||
[rumext.alpha :as mf]
|
||||
[uxbox.common.spec :as us]
|
||||
[uxbox.util.dom :as dom]
|
||||
[uxbox.util.spec :as us]
|
||||
[uxbox.util.i18n :refer [tr]]))
|
||||
|
||||
;; --- Handlers Helpers
|
||||
|
@ -119,4 +119,3 @@
|
|||
(s/def ::email ::us/email)
|
||||
(s/def ::not-empty-string ::us/not-empty-string)
|
||||
(s/def ::color ::us/color)
|
||||
(s/def ::number-str ::us/number-str)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue