Assert valid svg id in raw-svg*

This commit is contained in:
Belén Albeza 2024-07-26 11:39:34 +02:00
parent 138ece085e
commit 10ef9d696c
4 changed files with 11 additions and 19 deletions

View file

@ -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*