Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Updated images in the Dropdown's Style and Accessibility tabs to display the focus state #4342

Merged
merged 17 commits into from
Nov 18, 2024
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Kritvi-bhatia17 marked this conversation as resolved.
Show resolved Hide resolved
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified src/pages/components/dropdown/images/dropdown-style-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 29 additions & 5 deletions src/pages/components/dropdown/style.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -125,13 +125,13 @@ structure, and size and AI presence.

<Tab label="Default">

![Default dropdown and combo box states](images/dropdown-combobox-style-default-states.png)
![Default dropdown states](images/dropdown-style-default-states.png)

</Tab>

<Tab label="Fluid">

![Fluid dropdown and combo box states](images/dropdown-combobox-style-fluid-states.png)
![Fluid dropdown states](images/dropdown-style-fluid-states.png)

</Tab>

Expand All @@ -140,7 +140,7 @@ structure, and size and AI presence.
</Column>
</Row>

<Caption>Dropdown and combo box states</Caption>
<Caption>Dropdown states</Caption>
Kritvi-bhatia17 marked this conversation as resolved.
Show resolved Hide resolved

<Row>
<Column colLg={12}>
Expand All @@ -149,13 +149,37 @@ structure, and size and AI presence.

<Tab label="Default">

![Default multiselect dropdown states](images/dropdown-multiselect-style-default-states.png)
![Default combo box dropdown states](images/combobox-style-default-states.png)
Kritvi-bhatia17 marked this conversation as resolved.
Show resolved Hide resolved

</Tab>

<Tab label="Fluid">

![Fluid multiselect dropdown states](images/dropdown-multiselect-style-fluid-states.png)
![Fluid combo box dropdown states](images/combobox-style-fluid-states.png)
Kritvi-bhatia17 marked this conversation as resolved.
Show resolved Hide resolved

</Tab>

</Tabs>

</Column>
</Row>

<Caption>Combo box dropdown states</Caption>
Kritvi-bhatia17 marked this conversation as resolved.
Show resolved Hide resolved

<Row>
<Column colLg={12}>

<Tabs>

<Tab label="Default">

![Default multiselect dropdown states](images/multiselect-style-default-states.png)
Kritvi-bhatia17 marked this conversation as resolved.
Show resolved Hide resolved

</Tab>

<Tab label="Fluid">

![Fluid multiselect dropdown states](images/multiselect-style-fluid-states.png)
Kritvi-bhatia17 marked this conversation as resolved.
Show resolved Hide resolved

</Tab>

Expand Down
Loading