Update dependency @gitlab/ui to v123.3.1
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| @gitlab/ui (source) | dependencies | major | 122.9.0 -> 123.3.1 |
MR created with the help of gitlab-org/frontend/renovate-gitlab-bot
Release Notes
gitlab-org/gitlab-services/design.gitlab.com (@gitlab/ui)
## 123.3.1
### Patch Changes
- 41c2dac: Guard base dropdown's `containsElement` method
This ensures that consumers' specs don't fail due to not having access
to the containsElement method that the BaseDropdown component
exposes.
## 123.3.0
### Minor Changes
- 53c5bc6: Add count and countSrText prop to GlButton
## 123.2.0
### Minor Changes
- 1127169: Make gl-popover customClasses flexible
Previously, the `<gl-popover>` `customClasses` prop only accepted arrays.
This change adds the option to additionaly pass in both Strings and Objects, so the API for adding
custom classes across all components stays consistent.
v123.1.0
Minor Changes
-
d68c10e: Define shadow design tokensAdd box shadow design tokens to Tailwind config Update StyleDictionary transform groups with
gitlab/namespace Addshadow/css/shorthandtransform to CSS/SCSS transform groups AddgetTokenCssCustomPropertyutility to Tailwind token formatter
v123.0.0
Major Changes
-
81fbcea: Breaking change. Root element of GlAvatarLabeled no longer inherits attributes. The attributes are now explicitly defined as props and passed to the GlAvatar component.
v122.14.0
Minor Changes
-
677809f: Define zindex design tokens
v122.13.0
Minor Changes
-
00ed526: Pass CSS classes to dashboard panel tooltipThis change adds the ability to customize the styling of dashboard panel popovers.
It does this by adding a new prop to the panel and passing it on to the title tooltip's css-classes prop.
Patch Changes
-
d7bea48: Reverts GlTokenSelector combobox widget update
v122.12.1
Patch Changes
-
d4b817e: Portal fixed dropdowns to the rootFixed dropdowns can be mispositioned when they are within a container context. To circumvent the issue, we can portal them to the root (assuming it's not a container), so that Floating UI can properly compute their position.
-
b46f90e: GlFormGroup: Fix spacing for label descriptionReduces margin-top from gl-mt-3 to gl-mt-2 for better visual alignment.
v122.12.0
Minor Changes
-
4d4dc0c: Define opacity design tokens
v122.11.0
Minor Changes
-
9f66737: Modals now register their own containerThis makes it possible to write container queries against the
gl-modalcontainer withinGlModal.
v122.10.0
Minor Changes
-
8e659de: Update GlBanner to use GlIllustration -
07e30c5: Refactor GlTokenSelector to accessible combobox widgetThis non-breaking change refactors the
GlTokenContainerto move ARIA attributes down into the nested text input. It also removes thestateprop fromGlTokenContainer. Thestateprop is already being passed to the parentGlTokenSelectorand was not being used. This was verified through automated tests passing without having to refactor or remove logic. It was further tested manually in Storybook.This change was made to accommodate screen reader users who were not hearing the child listbox options be announced.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.