-
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.
feat(HTL-111103): Enable custom header for drawer component (#1528)
* feat(HTL-111103): Enable custom header for drawer component * feat(HTL-111103): Correct type declaration * feat(HTL-111103): Add rush change * feat(HTL-111103): Update unit test * feat(HTL-111103): Remove string union * feat(HTL-111103): Remove string union for other props * feat(HTL-111103): Remove customHeader prop and use heading * feat(HTL-111103): Add comment * Update packages/core/src/Drawer/Drawer.tsx Co-authored-by: Huzefa Kagdi <[email protected]> --------- Co-authored-by: Huzefa Kagdi <[email protected]>
- Loading branch information
1 parent
326163c
commit d0c5554
Showing
6 changed files
with
95 additions
and
5 deletions.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
...anges/pcln-design-system/feat-HTL-111103-drawer-component-additions_2024-11-05-14-34.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": "Drawer component custom header onboarding", | ||
"type": "minor" | ||
} | ||
], | ||
"packageName": "pcln-design-system" | ||
} |
10 changes: 10 additions & 0 deletions
10
common/changes/pcln-icons/feat-HTL-111103-drawer-component-additions_2024-11-05-14-34.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-icons", | ||
"comment": "", | ||
"type": "none" | ||
} | ||
], | ||
"packageName": "pcln-icons" | ||
} |
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