mirror of
https://github.com/penpot/penpot.git
synced 2025-08-07 14:38:33 +02:00
✨ Assert valid svg id in raw-svg*
This commit is contained in:
parent
138ece085e
commit
10ef9d696c
4 changed files with 11 additions and 19 deletions
|
@ -27,7 +27,7 @@
|
|||
:Text text*
|
||||
;; meta / misc
|
||||
:meta #js {:icons (clj->js (sort icon-list))
|
||||
:svgs raw-svg-list
|
||||
:svgs (clj->js (sort raw-svg-list))
|
||||
:typography (clj->js typography-list)}
|
||||
:storybook #js {:StoryGrid sb/story-grid*
|
||||
:StoryGridCell sb/story-grid-cell*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue