-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: Updating the FormPillGroup component to have size property. * feat: Adding test for new FormPillGroup changes. * chore: Updating storybook story for the FormPillGroup. * chore: Adding changeset information for size variant change. * feat: Updating FormPillGroup components to allow for the font size to be changed dynamically for the FormPills. * feat: Updating the patch to be a minor change rather than a full version number. * fix: Fixing type mistake with fontSize property. * feat: Updating type docs due to failed check. * fix: Fixing formatting problems. * chore: Updating import order. * Revert "feat: Updating type docs due to failed check." This reverts commit e9fe825. * feat: Updating type docs. * fix: Update .changeset/strange-paws-smell.md to include package. Co-authored-by: Nora Krantz <[email protected]> * refactor: Replacing "L" variant with "large" variant in FormPillGroup. * refactor: Updating the FormPillGroup component to use a more simple way of retrieving styles. * feat: Updating the changeset. * chore: Adding a JSDoc comment. * chore: Minor update to syntax. * refactor: Refactoring the FormPillGroup styling and props. * feat: Changing the height of the pill for large size variant. * chore: Formatting. * fix: Adding code back that was removed by mistake. * chore: Adding TSDoc. * chore: TSDoc why have you forsaken me?!?! Fixing typedoc. * fix: Removing property that is not used. * chore: small fontSize fix and forgot to add to docs site until now --------- Co-authored-by: Nora Krantz <[email protected]> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> Co-authored-by: “nora <[email protected]>
- Loading branch information
1 parent
fe8825e
commit 4ea2bcc
Showing
10 changed files
with
144 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
"@twilio-paste/core": minor | ||
"@twilio-paste/form-pill-group": minor | ||
--- | ||
|
||
[Form Pill Group] Adding size property to the FormPillGroup component. Sizes include default and "large". |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters