Update dependency @gitlab/ui to v134.1.1
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| @gitlab/ui (source) | dependencies | minor | 134.0.0 -> 134.1.1 |
MR created with the help of gitlab-org/frontend/renovate-gitlab-bot
Release Notes
gitlab-org/gitlab-services/design.gitlab.com (@gitlab/ui)
v134.1.1
Patch Changes
- !5960: Fix cursor on disabled GlDisclosureDropdown custom toggles so it matches the
not-allowedcursor of other disabled buttons, instead of showing a pointer. (@clavimoniere)
v134.1.0
Minor Changes
-
!5912: Add prop to keep GlButton accessible when disabled (
@aferch)Update
GlButtonto addaccessibleDisabledprop so that thedisabledprop appliesaria-disabled="true"internally instead of the nativedisabledattribute. Disabled buttons remain focusable and are announced by assistive technology, while click and keyboard activation continue to be prevented in JavaScript. The visual state is unchanged, the public API is unchanged (disabledis still a boolean), and tooltips and popovers can now attach directly to a disabled button without a wrapper element. Mirrors the existing pattern used for the loading state.
Configuration
- If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.