Commit 42de0fb4 authored by Mark Florian's avatar Mark Florian

Merge branch 'renovate/gitlab-uisvg' into 'master'

Update dependency @gitlab/ui to v32.51.3

See merge request gitlab-org/gitlab!77398
parents 96110427 f2f03092
...@@ -59,7 +59,7 @@ RSpec.describe 'Group value stream analytics filters and data', :js do ...@@ -59,7 +59,7 @@ RSpec.describe 'Group value stream analytics filters and data', :js do
shared_examples 'empty state' do shared_examples 'empty state' do
it 'displays an empty state' do it 'displays an empty state' do
element = page.find('.row.empty-state') element = page.find('.empty-state')
expect(element).to have_content(_("We don't have enough data to show this stage.")) expect(element).to have_content(_("We don't have enough data to show this stage."))
expect(element.find('.svg-content img')['src']).to have_content('illustrations/analytics/cycle-analytics-empty-chart') expect(element.find('.svg-content img')['src']).to have_content('illustrations/analytics/cycle-analytics-empty-chart')
......
...@@ -2,10 +2,10 @@ ...@@ -2,10 +2,10 @@
exports[`EmptyState renders properly 1`] = ` exports[`EmptyState renders properly 1`] = `
<section <section
class="row empty-state text-center" class="gl-display-flex gl-flex-wrap empty-state gl-text-center gl-flex-direction-column"
> >
<div <div
class="col-12" class="gl-max-w-full"
> >
<div <div
class="svg-250 svg-content" class="svg-250 svg-content"
...@@ -20,10 +20,10 @@ exports[`EmptyState renders properly 1`] = ` ...@@ -20,10 +20,10 @@ exports[`EmptyState renders properly 1`] = `
</div> </div>
<div <div
class="col-12" class="gl-max-w-full gl-m-auto"
> >
<div <div
class="text-content gl-mx-auto gl-my-0 gl-p-5" class="gl-mx-auto gl-my-0 gl-p-5"
> >
<h1 <h1
class="gl-font-size-h-display gl-line-height-36 h4" class="gl-font-size-h-display gl-line-height-36 h4"
......
// Jest Snapshot v1, https://goo.gl/fbAQLP // Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`dashboard has no vulnerabilities empty state matches snapshot 1`] = ` exports[`dashboard has no vulnerabilities empty state matches snapshot 1`] = `
"<section class=\\"row gl-mt-0 empty-state text-center\\"> "<section class=\\"gl-display-flex gl-flex-wrap gl-mt-0 empty-state gl-text-center gl-flex-direction-column\\">
<div class=\\"col-12\\"> <div class=\\"gl-max-w-full\\">
<div class=\\"svg-250 svg-content\\"><img src=\\"/placeholder.svg\\" alt=\\"\\" role=\\"img\\" class=\\"gl-max-w-full\\"></div> <div class=\\"svg-250 svg-content\\"><img src=\\"/placeholder.svg\\" alt=\\"\\" role=\\"img\\" class=\\"gl-max-w-full\\"></div>
</div> </div>
<div class=\\"col-12\\"> <div class=\\"gl-max-w-full gl-m-auto\\">
<div class=\\"text-content gl-mx-auto gl-my-0 gl-p-5\\"> <div class=\\"gl-mx-auto gl-my-0 gl-p-5\\">
<h1 class=\\"gl-font-size-h-display gl-line-height-36 h4\\"> <h1 class=\\"gl-font-size-h-display gl-line-height-36 h4\\">
No vulnerabilities found No vulnerabilities found
</h1> </h1>
......
...@@ -33,10 +33,10 @@ exports[`Security Dashboard default states sets up instance-level 1`] = ` ...@@ -33,10 +33,10 @@ exports[`Security Dashboard default states sets up instance-level 1`] = `
exports[`Security Dashboard error states has unavailable pages 1`] = ` exports[`Security Dashboard error states has unavailable pages 1`] = `
<div> <div>
<section <section
class="row empty-state text-center" class="gl-display-flex gl-flex-wrap empty-state gl-text-center gl-flex-direction-column"
> >
<div <div
class="col-12" class="gl-max-w-full"
> >
<div <div
class="svg-250 svg-content" class="svg-250 svg-content"
...@@ -50,10 +50,10 @@ exports[`Security Dashboard error states has unavailable pages 1`] = ` ...@@ -50,10 +50,10 @@ exports[`Security Dashboard error states has unavailable pages 1`] = `
</div> </div>
</div> </div>
<div <div
class="col-12" class="gl-max-w-full gl-m-auto"
> >
<div <div
class="text-content gl-mx-auto gl-my-0 gl-p-5" class="gl-mx-auto gl-my-0 gl-p-5"
> >
<h1 <h1
class="gl-font-size-h-display gl-line-height-36 h4" class="gl-font-size-h-display gl-line-height-36 h4"
......
...@@ -3,10 +3,10 @@ ...@@ -3,10 +3,10 @@
exports[`Vulnerability Report error states has unavailable pages 1`] = ` exports[`Vulnerability Report error states has unavailable pages 1`] = `
<div> <div>
<section <section
class="row empty-state text-center" class="gl-display-flex gl-flex-wrap empty-state gl-text-center gl-flex-direction-column"
> >
<div <div
class="col-12" class="gl-max-w-full"
> >
<div <div
class="svg-250 svg-content" class="svg-250 svg-content"
...@@ -20,10 +20,10 @@ exports[`Vulnerability Report error states has unavailable pages 1`] = ` ...@@ -20,10 +20,10 @@ exports[`Vulnerability Report error states has unavailable pages 1`] = `
</div> </div>
</div> </div>
<div <div
class="col-12" class="gl-max-w-full gl-m-auto"
> >
<div <div
class="text-content gl-mx-auto gl-my-0 gl-p-5" class="gl-mx-auto gl-my-0 gl-p-5"
> >
<h1 <h1
class="gl-font-size-h-display gl-line-height-36 h4" class="gl-font-size-h-display gl-line-height-36 h4"
......
...@@ -10,10 +10,10 @@ exports[`packages_list_app renders 1`] = ` ...@@ -10,10 +10,10 @@ exports[`packages_list_app renders 1`] = `
<div> <div>
<section <section
class="row empty-state text-center" class="gl-display-flex gl-flex-wrap empty-state gl-text-center gl-flex-direction-column"
> >
<div <div
class="col-12" class="gl-max-w-full"
> >
<div <div
class="svg-250 svg-content" class="svg-250 svg-content"
...@@ -28,10 +28,10 @@ exports[`packages_list_app renders 1`] = ` ...@@ -28,10 +28,10 @@ exports[`packages_list_app renders 1`] = `
</div> </div>
<div <div
class="col-12" class="gl-max-w-full gl-m-auto"
> >
<div <div
class="text-content gl-mx-auto gl-my-0 gl-p-5" class="gl-mx-auto gl-my-0 gl-p-5"
> >
<h1 <h1
class="gl-font-size-h-display gl-line-height-36 h4" class="gl-font-size-h-display gl-line-height-36 h4"
......
...@@ -11,10 +11,10 @@ exports[`PackagesListApp renders 1`] = ` ...@@ -11,10 +11,10 @@ exports[`PackagesListApp renders 1`] = `
<div> <div>
<section <section
class="row empty-state text-center" class="gl-display-flex gl-flex-wrap empty-state gl-text-center gl-flex-direction-column"
> >
<div <div
class="col-12" class="gl-max-w-full"
> >
<div <div
class="svg-250 svg-content" class="svg-250 svg-content"
...@@ -29,10 +29,10 @@ exports[`PackagesListApp renders 1`] = ` ...@@ -29,10 +29,10 @@ exports[`PackagesListApp renders 1`] = `
</div> </div>
<div <div
class="col-12" class="gl-max-w-full gl-m-auto"
> >
<div <div
class="text-content gl-mx-auto gl-my-0 gl-p-5" class="gl-mx-auto gl-my-0 gl-p-5"
> >
<h1 <h1
class="gl-font-size-h-display gl-line-height-36 h4" class="gl-font-size-h-display gl-line-height-36 h4"
......
// Jest Snapshot v1, https://goo.gl/fbAQLP // Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`EmptyStateComponent should render content 1`] = ` exports[`EmptyStateComponent should render content 1`] = `
"<section class=\\"row empty-state text-center\\"> "<section class=\\"gl-display-flex gl-flex-wrap empty-state gl-text-center gl-flex-direction-column\\">
<div class=\\"col-12\\"> <div class=\\"gl-max-w-full\\">
<div class=\\"svg-250 svg-content\\"><img src=\\"/image.svg\\" alt=\\"\\" role=\\"img\\" class=\\"gl-max-w-full\\"></div> <div class=\\"svg-250 svg-content\\"><img src=\\"/image.svg\\" alt=\\"\\" role=\\"img\\" class=\\"gl-max-w-full\\"></div>
</div> </div>
<div class=\\"col-12\\"> <div class=\\"gl-max-w-full gl-m-auto\\">
<div class=\\"text-content gl-mx-auto gl-my-0 gl-p-5\\"> <div class=\\"gl-mx-auto gl-my-0 gl-p-5\\">
<h1 class=\\"gl-font-size-h-display gl-line-height-36 h4\\"> <h1 class=\\"gl-font-size-h-display gl-line-height-36 h4\\">
Getting started with serverless Getting started with serverless
</h1> </h1>
......
...@@ -924,10 +924,10 @@ ...@@ -924,10 +924,10 @@
resolved "https://registry.yarnpkg.com/@gitlab/tributejs/-/tributejs-1.0.0.tgz#672befa222aeffc83e7d799b0500a7a4418e59b8" resolved "https://registry.yarnpkg.com/@gitlab/tributejs/-/tributejs-1.0.0.tgz#672befa222aeffc83e7d799b0500a7a4418e59b8"
integrity sha512-nmKw1+hB6MHvlmPz63yPwVs1qQkycHwsKgxpEbzmky16Y6mL4EJMk3w1b8QlOAF/AIAzjCERPhe/R4MJiohbZw== integrity sha512-nmKw1+hB6MHvlmPz63yPwVs1qQkycHwsKgxpEbzmky16Y6mL4EJMk3w1b8QlOAF/AIAzjCERPhe/R4MJiohbZw==
"@gitlab/ui@32.50.0": "@gitlab/ui@32.51.3":
version "32.50.0" version "32.51.3"
resolved "https://registry.yarnpkg.com/@gitlab/ui/-/ui-32.50.0.tgz#ac50617a8b84f78949e177f495ade276f8560679" resolved "https://registry.yarnpkg.com/@gitlab/ui/-/ui-32.51.3.tgz#1ba4802a16ecf5465774f4083e5ec1ed6adc4579"
integrity sha512-7wPEgbOn7M9hqzq5LZND5b8/OEajoFCjwaXzO42FBNJ+pb80JBsTg1Mu8dyXMGQP/SPcxO58BdQLUSjE0WER4w== integrity sha512-PWC0FtpsW9SM3O935XPU2el/JtLtvHQCL9qblKCeR98eJNYmIpjrw45ow+01jsqpjufcUI49n4id/sYHq8b6og==
dependencies: dependencies:
"@babel/standalone" "^7.0.0" "@babel/standalone" "^7.0.0"
bootstrap-vue "2.20.1" bootstrap-vue "2.20.1"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment