Commit 43dbe571 authored by Mike Greiling's avatar Mike Greiling

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

Update dependency @gitlab/ui to v32.56.0

See merge request gitlab-org/gitlab!77959
parents fc586beb acd9da67
......@@ -2,7 +2,7 @@
exports[`EmptyState renders properly 1`] = `
<section
class="gl-display-flex gl-flex-wrap empty-state gl-text-center gl-flex-direction-column"
class="gl-display-flex empty-state gl-text-center gl-flex-direction-column"
>
<div
class="gl-max-w-full"
......
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`dashboard has no vulnerabilities empty state matches snapshot 1`] = `
"<section class=\\"gl-display-flex gl-flex-wrap gl-mt-0 empty-state gl-text-center gl-flex-direction-column\\">
"<section class=\\"gl-display-flex gl-mt-0 empty-state gl-text-center gl-flex-direction-column\\">
<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>
......
......@@ -35,7 +35,7 @@ exports[`Security Dashboard default states sets up instance-level 1`] = `
exports[`Security Dashboard error states has unavailable pages 1`] = `
<div>
<section
class="gl-display-flex gl-flex-wrap empty-state gl-text-center gl-flex-direction-column"
class="gl-display-flex empty-state gl-text-center gl-flex-direction-column"
>
<div
class="gl-max-w-full"
......
......@@ -3,7 +3,7 @@
exports[`Vulnerability Report error states has unavailable pages 1`] = `
<div>
<section
class="gl-display-flex gl-flex-wrap empty-state gl-text-center gl-flex-direction-column"
class="gl-display-flex empty-state gl-text-center gl-flex-direction-column"
>
<div
class="gl-max-w-full"
......
......@@ -10,7 +10,7 @@ exports[`packages_list_app renders 1`] = `
<div>
<section
class="gl-display-flex gl-flex-wrap empty-state gl-text-center gl-flex-direction-column"
class="gl-display-flex empty-state gl-text-center gl-flex-direction-column"
>
<div
class="gl-max-w-full"
......
......@@ -11,7 +11,7 @@ exports[`PackagesListApp renders 1`] = `
<div>
<section
class="gl-display-flex gl-flex-wrap empty-state gl-text-center gl-flex-direction-column"
class="gl-display-flex empty-state gl-text-center gl-flex-direction-column"
>
<div
class="gl-max-w-full"
......
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Registry Breadcrumb when is not rootRoute renders 1`] = `
<div
<nav
aria-label="Breadcrumb"
class="gl-breadcrumbs"
>
......@@ -57,11 +58,12 @@ exports[`Registry Breadcrumb when is not rootRoute renders 1`] = `
</a>
</li>
</ol>
</div>
</nav>
`;
exports[`Registry Breadcrumb when is rootRoute renders 1`] = `
<div
<nav
aria-label="Breadcrumb"
class="gl-breadcrumbs"
>
......@@ -84,5 +86,5 @@ exports[`Registry Breadcrumb when is rootRoute renders 1`] = `
</a>
</li>
</ol>
</div>
</nav>
`;
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`EmptyStateComponent should render content 1`] = `
"<section class=\\"gl-display-flex gl-flex-wrap empty-state gl-text-center gl-flex-direction-column\\">
"<section class=\\"gl-display-flex empty-state gl-text-center gl-flex-direction-column\\">
<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>
......
......@@ -924,10 +924,10 @@
resolved "https://registry.yarnpkg.com/@gitlab/tributejs/-/tributejs-1.0.0.tgz#672befa222aeffc83e7d799b0500a7a4418e59b8"
integrity sha512-nmKw1+hB6MHvlmPz63yPwVs1qQkycHwsKgxpEbzmky16Y6mL4EJMk3w1b8QlOAF/AIAzjCERPhe/R4MJiohbZw==
"@gitlab/ui@32.54.0":
version "32.54.0"
resolved "https://registry.yarnpkg.com/@gitlab/ui/-/ui-32.54.0.tgz#86002a6796bdd68fd54cd01e11292d2b29f361f7"
integrity sha512-a1QUbQ3KQtmmenOaSGMp8clwi0o8H/u2c8Q1s9EbWHuXN3UwVnhxP+0ncNUpdTlHyEPn4UbYpAZOowtnikXn8Q==
"@gitlab/ui@32.56.0":
version "32.56.0"
resolved "https://registry.yarnpkg.com/@gitlab/ui/-/ui-32.56.0.tgz#7952a8d106565bcf43a111ff0389fc5a629b085a"
integrity sha512-MqoVw5x9nmYJBOP1gIKI/4hULMWlzdJ9eaUgNMQ0eA9WwBTDroNwR+YGuILZDdKhAfYSiqqClmjBT0Ddt4j64g==
dependencies:
"@babel/standalone" "^7.0.0"
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