Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! Feat(web): Introduce SplitButton c…
Browse files Browse the repository at this point in the history
…omponent #DS-1605
  • Loading branch information
pavelklibani committed Feb 7, 2025
1 parent 877241c commit e448343
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/web/src/scss/components/SplitButton/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ <h2 class="docs-Heading">Primary</h2>
aria-controls="dropdown-primary-2"
data-spirit-autoclose="true"
>
<span class="accessibility-hidden">More</span>
<svg width="24" height="24" aria-hidden="true">
<use xlink:href="/assets/icons/svg/sprite.svg#chevron-down" />
</svg>
Expand Down Expand Up @@ -80,6 +81,7 @@ <h2 class="docs-Heading">Primary</h2>
aria-controls="dropdown-primary-3"
data-spirit-autoclose="true"
>
<span class="accessibility-hidden">More</span>
<svg width="24" height="24" aria-hidden="true">
<use xlink:href="/assets/icons/svg/sprite.svg#chevron-down" />
</svg>
Expand Down Expand Up @@ -216,6 +218,7 @@ <h2 class="docs-Heading">Secondary</h2>
aria-controls="dropdown-secondary-2"
data-spirit-autoclose="true"
>
<span class="accessibility-hidden">More</span>
<svg width="24" height="24" aria-hidden="true">
<use xlink:href="/assets/icons/svg/sprite.svg#chevron-down" />
</svg>
Expand Down Expand Up @@ -244,6 +247,7 @@ <h2 class="docs-Heading">Secondary</h2>
aria-controls="dropdown-secondary-3"
data-spirit-autoclose="true"
>
<span class="accessibility-hidden">More</span>
<svg width="24" height="24" aria-hidden="true">
<use xlink:href="/assets/icons/svg/sprite.svg#chevron-down" />
</svg>
Expand Down Expand Up @@ -380,6 +384,7 @@ <h2 class="docs-Heading">Tertiary</h2>
aria-controls="dropdown-tertiary-2"
data-spirit-autoclose="true"
>
<span class="accessibility-hidden">More</span>
<svg width="24" height="24" aria-hidden="true">
<use xlink:href="/assets/icons/svg/sprite.svg#chevron-down" />
</svg>
Expand Down Expand Up @@ -408,6 +413,7 @@ <h2 class="docs-Heading">Tertiary</h2>
aria-controls="dropdown-tertiary-3"
data-spirit-autoclose="true"
>
<span class="accessibility-hidden">More</span>
<svg width="24" height="24" aria-hidden="true">
<use xlink:href="/assets/icons/svg/sprite.svg#chevron-down" />
</svg>
Expand Down Expand Up @@ -546,6 +552,7 @@ <h2 class="docs-Heading">Disabled</h2>
data-spirit-autoclose="true"
disabled
>
<span class="accessibility-hidden">More</span>
<svg width="24" height="24" aria-hidden="true">
<use xlink:href="/assets/icons/svg/sprite.svg#chevron-down" />
</svg>
Expand Down Expand Up @@ -575,6 +582,7 @@ <h2 class="docs-Heading">Disabled</h2>
data-spirit-autoclose="true"
disabled
>
<span class="accessibility-hidden">More</span>
<svg width="24" height="24" aria-hidden="true">
<use xlink:href="/assets/icons/svg/sprite.svg#chevron-down" />
</svg>
Expand Down

0 comments on commit e448343

Please sign in to comment.