mirror of
https://github.com/penpot/penpot.git
synced 2025-05-25 01:26:10 +02:00
🐛 Fix incorrect alias on shape-attrs spec on workspace.
This commit is contained in:
parent
b586f2552c
commit
26e5d57ced
3 changed files with 3 additions and 2 deletions
|
@ -145,6 +145,7 @@
|
||||||
::fill-color-gradient
|
::fill-color-gradient
|
||||||
::fill-color-ref-file
|
::fill-color-ref-file
|
||||||
::fill-color-ref-id
|
::fill-color-ref-id
|
||||||
|
::hide-fill-on-export
|
||||||
::font-family
|
::font-family
|
||||||
::font-size
|
::font-size
|
||||||
::font-style
|
::font-style
|
||||||
|
|
|
@ -59,7 +59,7 @@
|
||||||
[cuerdas.core :as str]
|
[cuerdas.core :as str]
|
||||||
[potok.core :as ptk]))
|
[potok.core :as ptk]))
|
||||||
|
|
||||||
(s/def ::shape-attrs ::spec.shape/shape)
|
(s/def ::shape-attrs ::spec.shape/shape-attrs)
|
||||||
(s/def ::set-of-string
|
(s/def ::set-of-string
|
||||||
(s/every string? :kind set?))
|
(s/every string? :kind set?))
|
||||||
|
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
;; Change this to :info :debug or :trace to debug this module
|
;; Change this to :info :debug or :trace to debug this module
|
||||||
(log/set-level! :warn)
|
(log/set-level! :warn)
|
||||||
|
|
||||||
(s/def ::shape-attrs ::spec.shape/shape)
|
(s/def ::shape-attrs ::spec.shape/shape-attrs)
|
||||||
(s/def ::set-of-string (s/every string? :kind set?))
|
(s/def ::set-of-string (s/every string? :kind set?))
|
||||||
(s/def ::ordered-set-of-uuid (s/every uuid? :kind d/ordered-set?))
|
(s/def ::ordered-set-of-uuid (s/every uuid? :kind d/ordered-set?))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue