-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Expose help text subcomponent (uses truncate under the hood) * Remove DropdownMenuGroupLabel * Submenu trigger always display chevron next to suffix * Tweak gutter so that submenus overlap by 8px * Implement auto-indentation via context * Revert "Implement auto-indentation via context" This reverts commit a1e2d3af0285f1f28d1677d41005bcdb25fd0659. * Use CSS grid/subgrid to impement auto-indentation * Fix slotfill example * Tweak sizes, spacing, and colors. Tidy up styles. * Add label subcomponent * Update storybook examples * Export help text and label subcomponents * CHANGELOG * README * Fix unit test * Allow disabled items to be keyboard focusable / accessible * Display the "not allowed" cursor on disabled menu items * Add scroll-margin to make sure that menu items are fully visible when scrolled into view * Update unit tests * Use inline styles instead of !important * Apply design feedback * CHANGELOG * Update submenu shift
- Loading branch information
Showing
8 changed files
with
472 additions
and
268 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.