feat: Side sheet#1232
Conversation
There was a problem hiding this comment.
Pull request overview
Adds a new SideSheet organism to the component library and wires it into the public src/organisms exports, along with Storybook examples.
Changes:
- Introduces
SideSheetcomponent, styles, and prop types. - Adds Storybook stories demonstrating standard/modal/floating variants (including scrim).
- Updates existing TopBar Storybook examples (removes some props from the story usage).
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 10 comments.
Show a summary per file
| File | Description |
|---|---|
| src/organisms/index.ts | Exposes the new SideSheet from the organisms barrel exports. |
| src/organisms/TopBar/TopBar.stories.tsx | Adjusts TopBar story usage (removes some props in the story). |
| src/organisms/SideSheet/SideSheet.types.ts | Defines the public prop types for SideSheet. |
| src/organisms/SideSheet/SideSheet.tsx | Implements the SideSheet component behavior (including optional scrim). |
| src/organisms/SideSheet/SideSheet.styles.ts | Adds styled-components for the side sheet layout and scrim wrapper. |
| src/organisms/SideSheet/SideSheet.stories.tsx | Adds Storybook stories for the new component. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Coverage Report
File Coverage
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 6 out of 6 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 6 out of 6 changed files in this pull request and generated 3 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 11 out of 11 changed files in this pull request and generated 6 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 11 out of 11 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Azure DevOps links
User story
Description
Created new Side sheet component