-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[UXPT]: create stories for dialog use cases (#1448)
* [UXPT]: create stories for dialog use cases * changelog * refactor tooltip story as a dialog story * add height to child content in dialog stories * add inner content to popover dialog story * add interaction test to open menu * update popover and menu stories
- Loading branch information
1 parent
ff24426
commit 5d9bc47
Showing
6 changed files
with
75 additions
and
1 deletion.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
common/changes/pcln-design-system/UXPT-6348-fix-dialog-trapFocus_2024-02-07-20-15.json
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,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "pcln-design-system", | ||
"comment": "Created stories for Menu, Popover, and Tooltip in a Dialog", | ||
"type": "patch" | ||
} | ||
], | ||
"packageName": "pcln-design-system" | ||
} |
10 changes: 10 additions & 0 deletions
10
common/changes/pcln-menu/UXPT-6348-fix-dialog-trapFocus_2024-02-07-20-15.json
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,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "pcln-menu", | ||
"comment": "Created story for a Menu inside a Dialog", | ||
"type": "patch" | ||
} | ||
], | ||
"packageName": "pcln-menu" | ||
} |
10 changes: 10 additions & 0 deletions
10
common/changes/pcln-popover/UXPT-6348-fix-dialog-trapFocus_2024-02-07-20-15.json
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,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "pcln-popover", | ||
"comment": "Created story for a Popover inside a Dialog", | ||
"type": "patch" | ||
} | ||
], | ||
"packageName": "pcln-popover" | ||
} |
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