Skip to content

Commit

Permalink
feat(search): add search input min and max widths (#418)
Browse files Browse the repository at this point in the history
  • Loading branch information
ljemmo authored Jan 23, 2025
1 parent 9778cd6 commit 7303a07
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions data/tokens/components/form.json
Original file line number Diff line number Diff line change
Expand Up @@ -1053,6 +1053,20 @@
}
}
},
"search": {
"input": {
"minwidth": {
"$type": "sizing",
"$value": "{container.size.responsive.XL}",
"$description": "minimum width for search input container"
},
"maxwidth": {
"$type": "sizing",
"$value": "{container.size.responsive.XXL} + {container.size.responsive.XXS}",
"$description": "maximum width for search input container"
}
}
},
"textarea": {
"M": {
"$type": "sizing",
Expand Down

0 comments on commit 7303a07

Please sign in to comment.