Update dependency @gitlab/ui to v69
This MR contains the following updates:
| Package | Type | Update | Change | 
|---|---|---|---|
| @gitlab/ui | dependencies | major | ^68.5.0 -> ^69.0.0 | 
MR created with the help of gitlab-org/frontend/renovate-gitlab-bot
Release Notes
gitlab-org/gitlab-ui
v69.0.0
Bug Fixes
- css: remove desktop-first CSS utils (797f198)
 
Features
- css: add responsive CSS utils (ca0d144)
 
BREAKING CHANGES
- 
css: This removes the remaining desktop-first CSS utilities form the library. Any usages of those should be replaced with mobile-first alternatives. See below for replacement suggestions. Note that the proposed replacements should work in the most simple cases. Some use cases might require using different utils combinations.
 - 
gl-sm-flex-direction-columnReplace withgl-flex-direction-column gl-md-flex-direction-row. - 
gl-xs-flex-direction-columnReplace withgl-flex-direction-column gl-sm-flex-direction-row. - 
gl-xs-w-fullReplace withgl-w-full gl-sm-w-auto. - 
gl-xs-mb-3Replace withgl-mb-3 gl-sm-mb-0. 
v68.8.0
Features
- GlBanner: Add gray background (5103460)
 
v68.7.0
Features
- GlDuoChatMessage: added copy-code button (3133d60)
 
v68.6.0
Features
- Tokens: add theme color design tokens (97405b4)
 
Configuration
- 
If you want to rebase/retry this MR, check this box  
This MR has been generated by Renovate Bot.