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

Compare Source

Minor Changes
  • d68c10e: Define shadow design tokens

    Add box shadow design tokens to Tailwind config Update StyleDictionary transform groups with gitlab/ namespace Add shadow/css/shorthand transform to CSS/SCSS transform groups Add getTokenCssCustomProperty utility to Tailwind token formatter

v123.0.0

Compare Source

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

Compare Source

Minor Changes
  • 677809f: Define zindex design tokens

v122.13.0

Compare Source

Minor Changes
  • 00ed526: Pass CSS classes to dashboard panel tooltip

    This 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

Compare Source

Patch Changes
  • d4b817e: Portal fixed dropdowns to the root

    Fixed 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 description

    Reduces margin-top from gl-mt-3 to gl-mt-2 for better visual alignment.

v122.12.0

Compare Source

Minor Changes
  • 4d4dc0c: Define opacity design tokens

v122.11.0

Compare Source

Minor Changes
  • 9f66737: Modals now register their own container

    This makes it possible to write container queries against the gl-modal container within GlModal.

v122.10.0

Compare Source

Minor Changes
  • 8e659de: Update GlBanner to use GlIllustration

  • 07e30c5: Refactor GlTokenSelector to accessible combobox widget

    This non-breaking change refactors the GlTokenContainer to move ARIA attributes down into the nested text input. It also removes the state prop from GlTokenContainer. The state prop is already being passed to the parent GlTokenSelector and 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

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Edited by Mark Florian

Merge request reports

Loading