Skip to content

Commit

Permalink
fixup! Feat(web): Introduce Drawer component #DS-1580
Browse files Browse the repository at this point in the history
  • Loading branch information
curdaj committed Jan 8, 2025
1 parent c6630a6 commit 1eae5f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/web/src/scss/components/Drawer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ The `DrawerPanel` component is a container for the content that will be displaye
aria-expanded="false"
class="Button Button--tertiary Button--medium Button--symmetrical DrawerCloseButton"
data-spirit-dismiss="offcanvas"
data-spirit-target="#drawer-example-1"
aria-controls="drawer-example-1"
data-spirit-target="#drawer-example"
aria-controls="drawer-example"
>
<svg width="24" height="24">
<use xlink:href="/icons/svg/sprite.svg#close" />
Expand Down
6 changes: 3 additions & 3 deletions packages/web/src/scss/components/Drawer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ <h2 class="docs-Heading">Drawer</h2>
class="Button Button--primary Button--medium"
data-spirit-toggle="offcanvas"
data-spirit-target="#drawer-example"
aria-controls="drawer-example-1"
aria-controls="drawer-example"
aria-expanded="false"
>
Open Drawer
Expand All @@ -66,8 +66,8 @@ <h2 class="docs-Heading">Drawer</h2>
aria-expanded="false"
class="Button Button--tertiary Button--medium Button--symmetrical DrawerCloseButton"
data-spirit-dismiss="offcanvas"
data-spirit-target="#drawer-example-1"
aria-controls="drawer-example-1">
data-spirit-target="#drawer-example"
aria-controls="drawer-example">
<svg width="24" height="24">
<use xlink:href="/assets/icons/svg/sprite.svg#close" />
</svg>
Expand Down

0 comments on commit 1eae5f1

Please sign in to comment.