Skip to content

Commit

Permalink
Merge pull request #5788 from pat270/LPD-19329-2
Browse files Browse the repository at this point in the history
chore(clayui.com): Adds aliases for SVG icons braces and brackets
  • Loading branch information
pat270 authored Mar 20, 2024
2 parents bdea417 + d7ce6c9 commit 8ebdcf3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -534,6 +534,8 @@ const iconsData = {
"border-style": '"line", "stroke", "dashed", "solid"',
"border-width": '"line", "stroke", "weight", "thickness"',
"box-container": '"chest", "collection", "package"',
"braces": '"container", "curly brackets", "keys", "object", "record"',
"brackets": '"array", "container"',
"breadcrumb": '"navigation", "path", "sequence", "steps"',
"button": '"box", "grid", "rectangle", "squares"',
"calendar": '"agenda", "date", "days", "picker", "time"',
Expand Down
4 changes: 2 additions & 2 deletions clayui.com/static/js/icons-autogenerated.json
Original file line number Diff line number Diff line change
Expand Up @@ -237,11 +237,11 @@
},
{
"name": "braces",
"aliases": [""]
"aliases": ["container", "curly brackets", "keys", "object", "record"]
},
{
"name": "brackets",
"aliases": [""]
"aliases": ["array", "container"]
},
{
"name": "breadcrumb",
Expand Down

0 comments on commit 8ebdcf3

Please sign in to comment.