Skip to content

Commit

Permalink
chore: updated changeset wordings
Browse files Browse the repository at this point in the history
Co-authored-by: Shadi <TheSisb@users.noreply.github.com>
  • Loading branch information
SiTaggart and TheSisb committed Mar 30, 2021
1 parent 91efe4b commit 74c4fff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .changeset/nervous-moles-sleep.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
'@twilio-paste/core': patch
---

Value is added as a prop used specifically by RadioGroup as it was inheriting its prop interface from InlineContorlGroup which doens't use value at all.
[RadioGroup] Added optional `value` string prop which this component needs and is no longer on the extended `InlineControlGroup` interface.
2 changes: 1 addition & 1 deletion .changeset/stupid-zebras-wave.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
'@twilio-paste/core': patch
---

Remove unused value prop from CheckboxGroup as it's now only required in RadioGroup
[Checkbox] Remove unused `value` prop.
4 changes: 1 addition & 3 deletions .changeset/two-humans-press.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,4 @@
'@twilio-paste/core': patch
---

Small visual adjustment to the the vertical spacing of children when passed to Inline Control Group.

This also cascades down to Radio Group Checkbox Group spacing.
[InlineControlGroup] Adjusted the vertical spacing of `children`. This change improve the handling of RadioGroup and CheckboxGroup children.

0 comments on commit 74c4fff

Please sign in to comment.