mirror of
https://github.com/penpot/penpot.git
synced 2026-08-01 19:06:18 +00:00
💄 Minor cosmetic changes on internal spec naming.
This commit is contained in:
parent
036860b91b
commit
ccbc519c04
@ -346,11 +346,11 @@
|
|||||||
|
|
||||||
(s/def :internal.shape.text/content
|
(s/def :internal.shape.text/content
|
||||||
(s/nilable
|
(s/nilable
|
||||||
(s/or :container
|
(s/or :text-container
|
||||||
(s/keys :req-un [:internal.shape.text/type
|
(s/keys :req-un [:internal.shape.text/type
|
||||||
:internal.shape.text/children]
|
:internal.shape.text/children]
|
||||||
:opt-un [:internal.shape.text/key])
|
:opt-un [:internal.shape.text/key])
|
||||||
:content
|
:text-content
|
||||||
(s/keys :req-un [:internal.shape.text/text]))))
|
(s/keys :req-un [:internal.shape.text/text]))))
|
||||||
|
|
||||||
(s/def :internal.shape.path/command keyword?)
|
(s/def :internal.shape.path/command keyword?)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user