forked from microsoft/fluentui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(Pill): added onDismiss (microsoft#17583)
* feat(Pills): add base pill * feat(Pills): add unstable comment * Update packages/fluentui/react-northstar/src/components/Pill/Pill.tsx Co-authored-by: Oleksandr Fediashov <[email protected]> * feat(Pills): Address review comments * Update packages/fluentui/docs/src/examples/components/Pill/Variations/PillExampleSizes.tsx Co-authored-by: Oleksandr Fediashov <[email protected]> * feat(Pills): Address review comments * feat(Pills): Fix example * Update packages/fluentui/react-northstar/src/components/Pill/Pill.tsx Co-authored-by: ling1726 <[email protected]> * feat(Pills): Export styles * feat(Pills): Fix example * feat(Pills): added disabled * feat(Pills): added appearance variations * feat(Pills): fix example * Update packages/fluentui/react-northstar/src/themes/teams/components/Pill/pillStyles.ts Co-authored-by: Oleksandr Fediashov <[email protected]> * feat(Pills): rename example file * feat(Pills):update content * feat(Pills): update example * Update packages/fluentui/react-northstar/src/components/Pill/PillContent.tsx Co-authored-by: Oleksandr Fediashov <[email protected]> * feat(Pills): update PillContent * feat(Pills): update PillContent * feat(Pills): update pillStyles * feat(Pills): update rectangular instead rounded * feat(Pills): Add changelog * feat(Pills): update example * feat(Pills): add pill action * feat(Pills): update changelog * feat(Pills): add behavior-test * feat(Pills): fix test * feat(Pills): fix test * feat(Pill): remove gap from variables * feat(Pill): avoid negative condition in pillActionStyles * feat(Pill): action margin * feat(AvatarStatus): remove smaller from default props PillAction * feat(Pill): remove div from PillAction default props * feat(Pill): update Rectangular title * feat(Pill): remove docblock * feat(Pill): pill action test and behavior definition * feat(Pill): onDismiss * feat(Pill): Revert 1 file Co-authored-by: Oleksandr Fediashov <[email protected]> Co-authored-by: ling1726 <[email protected]>
- Loading branch information
1 parent
e4d1576
commit 1ebb6bd
Showing
5 changed files
with
42 additions
and
8 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
6 changes: 2 additions & 4 deletions
6
packages/fluentui/docs/src/examples/components/Pill/Variations/PillExampleActionable.tsx
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