Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Size prop support for more components #6651

Closed
cagataycivici opened this issue Oct 25, 2024 · 0 comments
Closed

Size prop support for more components #6651

cagataycivici opened this issue Oct 25, 2024 · 0 comments
Assignees
Labels
design-token Type: New Feature Issue contains a new feature or new component request
Milestone

Comments

@cagataycivici
Copy link
Member

cagataycivici commented Oct 25, 2024

Currently InputText and Button have this prop, expand the usage to more components;

  • AutoComplete
  • CascadeSelect
  • Checkbox
  • DatePicker
  • InputMask
  • InputNumber
  • InputOtp
  • MultiSelect
  • Password
  • RadioButton
  • Select
  • SelectButton
  • Textarea
  • ToggleButton
  • TreeSelect

The new Design tokens added are;

semantic

form.field.sm.font.size
form.field.sm.padding.x
form.field.sm.padding.y
form.field.lg.font.size
form.field.lg.padding.x
form.field.lg.padding.y

components

  • cascadeselect
  • treeselect
  • select
  • multiselect
  • textarea
componentname.sm.font.size
componentname.sm.padding.x
componentname.sm.padding.y
componentname.lg.font.size
componentname.lg.padding.x
componentname.lg.padding.y
  • checkbox
checkbox.sm.width
checkbox.sm.height
checkbox.icon.sm.size
checkbox.lg.width
checkbox.lg.height
checkbox.icon.lg.size
  • radiobutton
radiobutton.sm.width
radiobutton.sm.height
radiobutton.icon.sm.size
radiobutton.lg.width
radiobutton.lg.height
radiobutton.icon.lg.size
  • autocomplete
autocomplete.dropdown.sm.width
autocomplete.dropdown.lg.width
  • datepicker
datepicker.dropdown.sm.width
datepicker.dropdown.lg.width
  • inputotp
inputotp.gap
inputotp.input.width
inputotp.input.sm.width
inputotp.input.lg.width
  • togglebutton
togglebutton.sm.font.size
togglebutton.sm.padding
togglebutton.lg.font.size
togglebutton.lg.padding
@cagataycivici cagataycivici added Type: New Feature Issue contains a new feature or new component request design-token labels Oct 25, 2024
@cagataycivici cagataycivici added this to the 4.2.0 milestone Oct 25, 2024
@cagataycivici cagataycivici self-assigned this Oct 25, 2024
cagataycivici added a commit that referenced this issue Oct 25, 2024
cagataycivici added a commit that referenced this issue Oct 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
design-token Type: New Feature Issue contains a new feature or new component request
Projects
None yet
Development

No branches or pull requests

1 participant