Skip to content

Commit

Permalink
Merge branch 'main' into FF_Notification
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonjoseph authored Nov 20, 2024
2 parents 0e748f8 + 8f65745 commit 2f4a0c2
Show file tree
Hide file tree
Showing 64 changed files with 229 additions and 129 deletions.
8 changes: 8 additions & 0 deletions src/data/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,14 @@
"testing": {
"screenreader": "manual"
}
},
{
"component": "Menu button",
"parentComponent": "Menu buttons",
"overview": false,
"testing": {
"screenreader": "manual"
}
}
]
}
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 modified src/pages/components/dropdown/images/dropdown-ai-presence-fluid.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.
Binary file modified src/pages/components/dropdown/images/dropdown-usage-1-fluid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/pages/components/dropdown/images/dropdown-usage-1.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.
Binary file modified src/pages/components/dropdown/images/dropdown-usage-10a.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.
Binary file modified src/pages/components/dropdown/images/dropdown-usage-10b.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/pages/components/dropdown/images/dropdown-usage-10c.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.
Binary file modified src/pages/components/dropdown/images/dropdown-usage-10d.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/pages/components/dropdown/images/dropdown-usage-10e.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.
Binary file modified src/pages/components/dropdown/images/dropdown-usage-10f.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/pages/components/dropdown/images/dropdown-usage-11a.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/pages/components/dropdown/images/dropdown-usage-11b.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.
Binary file modified src/pages/components/dropdown/images/dropdown-usage-11c.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.
Binary file modified src/pages/components/dropdown/images/dropdown-usage-12.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/pages/components/dropdown/images/dropdown-usage-16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/pages/components/dropdown/images/dropdown-usage-17.png
Binary file modified src/pages/components/dropdown/images/dropdown-usage-2.png
Binary file modified src/pages/components/dropdown/images/dropdown-usage-3-fluid.png
Binary file modified src/pages/components/dropdown/images/dropdown-usage-3.png
Binary file modified src/pages/components/dropdown/images/dropdown-usage-4-do.png
Binary file modified src/pages/components/dropdown/images/dropdown-usage-4-dont.png
Binary file modified src/pages/components/dropdown/images/dropdown-usage-5.png
Binary file modified src/pages/components/dropdown/images/dropdown-usage-6.png
Binary file modified src/pages/components/dropdown/images/dropdown-usage-7a.png
Binary file modified src/pages/components/dropdown/images/dropdown-usage-8a-fluid.png
Binary file modified src/pages/components/dropdown/images/dropdown-usage-8a.png
Binary file modified src/pages/components/dropdown/images/dropdown-usage-8b.png
Binary file modified src/pages/components/dropdown/images/dropdown-usage-8c.png
Binary file modified src/pages/components/dropdown/images/dropdown-usage-8d.png
Binary file modified src/pages/components/dropdown/images/dropdown-usage-9a-fluid.png
Binary file modified src/pages/components/dropdown/images/dropdown-usage-9a.png
Binary file modified src/pages/components/dropdown/images/dropdown-usage-9b.png
201 changes: 121 additions & 80 deletions src/pages/components/dropdown/usage.mdx

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion src/pages/components/menu-buttons/accessibility.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -208,4 +208,7 @@ custom component.
- When the combo button menu is open, the element (`div`) wrapping the entire
combo button is given `aria-owns` with a value of the menu `id`.

<A11yStatus layout="table" components="Menu buttons" />
<A11yStatus
layout="table"
components={['Menu button', 'Combo button', 'Overflow menu']}
/>
5 changes: 4 additions & 1 deletion src/pages/components/menu-buttons/usage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,10 @@ menu with a list of interactive options.
]}
/>

<A11yStatus layout="cards" components="Menu buttons" />
<A11yStatus
layout="cards"
components={['Menu button', 'Combo button', 'Overflow menu']}
/>

## Overview

Expand Down
135 changes: 90 additions & 45 deletions src/pages/elements/icons/images/iconography-usage-sizing-2.svg

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/pages/elements/icons/usage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ consistent throughout your product.
![icon alignment](images/iconography-usage-sizing-2.svg)

<Caption>
16px and 20px icons are optimized to feel balanced when paired with 14pt and
16pt IBM Plex. Use 24px and 32px when larger icons are needed.
16px and 20px icons are optimized to feel balanced when paired with 14px and
16px IBM Plex. Use 24px and 32px when larger icons are needed.
</Caption>

<DoDontRow>
Expand Down

0 comments on commit 2f4a0c2

Please sign in to comment.