Commit 5a6ffdb7 authored by Olena Horal-Koretska's avatar Olena Horal-Koretska

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

Update dependency @gitlab/ui to v32.11.0

See merge request gitlab-org/gitlab!70543
parents 99e7e889 b5f5ff3d
// Jest Snapshot v1, https://goo.gl/fbAQLP // Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Value Stream Analytics LabelsSelector with no item selected will render the label selector 1`] = ` exports[`Value Stream Analytics LabelsSelector with no item selected will render the label selector 1`] = `
"<gl-dropdown-stub headertext=\\"\\" hideheaderborder=\\"true\\" clearalltext=\\"Clear all\\" text=\\"\\" category=\\"primary\\" variant=\\"default\\" size=\\"medium\\" toggleclass=\\"gl-overflow-hidden\\" class=\\"gl-w-full\\"> "<gl-dropdown-stub headertext=\\"\\" hideheaderborder=\\"true\\" clearalltext=\\"Clear all\\" text=\\"\\" showhighlighteditemstitle=\\"true\\" highlighteditemstitle=\\"Selected\\" highlighteditemstitleclass=\\"gl-px-5\\" category=\\"primary\\" variant=\\"default\\" size=\\"medium\\" toggleclass=\\"gl-overflow-hidden\\" class=\\"gl-w-full\\">
<gl-dropdown-section-header-stub>Select a label </gl-dropdown-section-header-stub> <gl-dropdown-section-header-stub>Select a label </gl-dropdown-section-header-stub>
<div class=\\"mb-3 px-3\\"> <div class=\\"mb-3 px-3\\">
<gl-search-box-by-type-stub value=\\"\\" clearbuttontitle=\\"Clear\\"></gl-search-box-by-type-stub> <gl-search-box-by-type-stub value=\\"\\" clearbuttontitle=\\"Clear\\"></gl-search-box-by-type-stub>
...@@ -30,7 +30,7 @@ exports[`Value Stream Analytics LabelsSelector with no item selected will render ...@@ -30,7 +30,7 @@ exports[`Value Stream Analytics LabelsSelector with no item selected will render
`; `;
exports[`Value Stream Analytics LabelsSelector with selectedLabelIds set will render the label selector 1`] = ` exports[`Value Stream Analytics LabelsSelector with selectedLabelIds set will render the label selector 1`] = `
"<gl-dropdown-stub headertext=\\"\\" hideheaderborder=\\"true\\" clearalltext=\\"Clear all\\" text=\\"\\" category=\\"primary\\" variant=\\"default\\" size=\\"medium\\" toggleclass=\\"gl-overflow-hidden\\" class=\\"gl-w-full\\"> "<gl-dropdown-stub headertext=\\"\\" hideheaderborder=\\"true\\" clearalltext=\\"Clear all\\" text=\\"\\" showhighlighteditemstitle=\\"true\\" highlighteditemstitle=\\"Selected\\" highlighteditemstitleclass=\\"gl-px-5\\" category=\\"primary\\" variant=\\"default\\" size=\\"medium\\" toggleclass=\\"gl-overflow-hidden\\" class=\\"gl-w-full\\">
<gl-dropdown-section-header-stub>Select a label </gl-dropdown-section-header-stub> <gl-dropdown-section-header-stub>Select a label </gl-dropdown-section-header-stub>
<div class=\\"mb-3 px-3\\"> <div class=\\"mb-3 px-3\\">
<gl-search-box-by-type-stub value=\\"\\" clearbuttontitle=\\"Clear\\"></gl-search-box-by-type-stub> <gl-search-box-by-type-stub value=\\"\\" clearbuttontitle=\\"Clear\\"></gl-search-box-by-type-stub>
......
...@@ -28,7 +28,10 @@ exports[`MetricChart component template when isLoading is false and chartData is ...@@ -28,7 +28,10 @@ exports[`MetricChart component template when isLoading is false and chartData is
clearalltext="Clear all" clearalltext="Clear all"
headertext="" headertext=""
hideheaderborder="true" hideheaderborder="true"
highlighteditemstitle="Selected"
highlighteditemstitleclass="gl-px-5"
menu-class="w-100 mw-100" menu-class="w-100 mw-100"
showhighlighteditemstitle="true"
size="medium" size="medium"
text="Please select a metric" text="Please select a metric"
toggleclass="dropdown-menu-toggle w-100" toggleclass="dropdown-menu-toggle w-100"
......
...@@ -42,7 +42,10 @@ exports[`MergeRequestTable component matches the snapshot 1`] = ` ...@@ -42,7 +42,10 @@ exports[`MergeRequestTable component matches the snapshot 1`] = `
clearalltext="Clear all" clearalltext="Clear all"
headertext="" headertext=""
hideheaderborder="true" hideheaderborder="true"
highlighteditemstitle="Selected"
highlighteditemstitleclass="gl-px-5"
menu-class="w-100 mw-100" menu-class="w-100 mw-100"
showhighlighteditemstitle="true"
size="medium" size="medium"
text="Time from first comment to last commit" text="Time from first comment to last commit"
toggleclass="dropdown-menu-toggle w-100" toggleclass="dropdown-menu-toggle w-100"
......
...@@ -55,7 +55,10 @@ exports[`Project Header matches the snapshot 1`] = ` ...@@ -55,7 +55,10 @@ exports[`Project Header matches the snapshot 1`] = `
clearalltext="Clear all" clearalltext="Clear all"
headertext="" headertext=""
hideheaderborder="true" hideheaderborder="true"
highlighteditemstitle="Selected"
highlighteditemstitleclass="gl-px-5"
right="true" right="true"
showhighlighteditemstitle="true"
size="medium" size="medium"
text="" text=""
toggleclass="js-more-actions-toggle gl-display-flex gl-align-items-center gl-px-3! gl-bg-transparent gl-shadow-none!" toggleclass="js-more-actions-toggle gl-display-flex gl-align-items-center gl-px-3! gl-bg-transparent gl-shadow-none!"
......
...@@ -120,11 +120,26 @@ exports[`OnDemandScansScannerProfileSelector renders properly with profiles 1`] ...@@ -120,11 +120,26 @@ exports[`OnDemandScansScannerProfileSelector renders properly with profiles 1`]
</div> </div>
</div> </div>
<div
class="gl-display-flex gl-flex-direction-row gl-justify-content-space-between gl-align-items-center gl-px-5"
>
<div
class="gl-display-flex"
>
<!---->
</div>
<div
class="gl-display-flex"
>
<!----> <!---->
</div>
</div>
<div <div
class="gl-new-dropdown-contents" class="gl-new-dropdown-contents"
> >
<!---->
<li <li
class="gl-new-dropdown-item" class="gl-new-dropdown-item"
......
...@@ -120,11 +120,26 @@ exports[`OnDemandScansSiteProfileSelector renders properly with profiles 1`] = ` ...@@ -120,11 +120,26 @@ exports[`OnDemandScansSiteProfileSelector renders properly with profiles 1`] = `
</div> </div>
</div> </div>
<div
class="gl-display-flex gl-flex-direction-row gl-justify-content-space-between gl-align-items-center gl-px-5"
>
<div
class="gl-display-flex"
>
<!---->
</div>
<div
class="gl-display-flex"
>
<!----> <!---->
</div>
</div>
<div <div
class="gl-new-dropdown-contents" class="gl-new-dropdown-contents"
> >
<!---->
<li <li
class="gl-new-dropdown-item" class="gl-new-dropdown-item"
......
...@@ -7,6 +7,9 @@ exports[`IterationDropdown default shows gl-dropdown 1`] = ` ...@@ -7,6 +7,9 @@ exports[`IterationDropdown default shows gl-dropdown 1`] = `
clearalltext="Clear all" clearalltext="Clear all"
headertext="" headertext=""
hideheaderborder="true" hideheaderborder="true"
highlighteditemstitle="Selected"
highlighteditemstitleclass="gl-px-5"
showhighlighteditemstitle="true"
size="medium" size="medium"
text="Select iteration" text="Select iteration"
variant="default" variant="default"
......
...@@ -55,7 +55,10 @@ exports[`Alert integration settings form default state should match the default ...@@ -55,7 +55,10 @@ exports[`Alert integration settings form default state should match the default
data-qa-selector="incident_templates_dropdown" data-qa-selector="incident_templates_dropdown"
headertext="" headertext=""
hideheaderborder="true" hideheaderborder="true"
highlighteditemstitle="Selected"
highlighteditemstitleclass="gl-px-5"
id="alert-integration-settings-issue-template" id="alert-integration-settings-issue-template"
showhighlighteditemstitle="true"
size="medium" size="medium"
text="selecte_tmpl" text="selecte_tmpl"
variant="default" variant="default"
......
...@@ -46,11 +46,27 @@ exports[`Remove cluster confirmation modal renders splitbutton with modal includ ...@@ -46,11 +46,27 @@ exports[`Remove cluster confirmation modal renders splitbutton with modal includ
> >
<!----> <!---->
<div
class="gl-display-flex gl-flex-direction-row gl-justify-content-space-between gl-align-items-center gl-px-5"
>
<div
class="gl-display-flex"
>
<!----> <!---->
</div>
<div
class="gl-display-flex"
>
<!---->
</div>
</div>
<div <div
class="gl-new-dropdown-contents" class="gl-new-dropdown-contents"
> >
<!---->
<li <li
class="gl-new-dropdown-item" class="gl-new-dropdown-item"
role="presentation" role="presentation"
......
...@@ -11,8 +11,16 @@ exports[`content_editor/components/toolbar_link_button renders dropdown componen ...@@ -11,8 +11,16 @@ exports[`content_editor/components/toolbar_link_button renders dropdown componen
<ul role=\\"menu\\" tabindex=\\"-1\\" class=\\"dropdown-menu\\"> <ul role=\\"menu\\" tabindex=\\"-1\\" class=\\"dropdown-menu\\">
<div class=\\"gl-new-dropdown-inner\\"> <div class=\\"gl-new-dropdown-inner\\">
<!----> <!---->
<div class=\\"gl-display-flex gl-flex-direction-row gl-justify-content-space-between gl-align-items-center gl-px-5\\">
<div class=\\"gl-display-flex\\">
<!----> <!---->
</div>
<div class=\\"gl-display-flex\\">
<!---->
</div>
</div>
<div class=\\"gl-new-dropdown-contents\\"> <div class=\\"gl-new-dropdown-contents\\">
<!---->
<li role=\\"presentation\\" class=\\"gl-px-3!\\"> <li role=\\"presentation\\" class=\\"gl-px-3!\\">
<form tabindex=\\"-1\\" class=\\"b-dropdown-form gl-p-0\\"> <form tabindex=\\"-1\\" class=\\"b-dropdown-form gl-p-0\\">
<div placeholder=\\"Link URL\\"> <div placeholder=\\"Link URL\\">
......
...@@ -6,8 +6,11 @@ exports[`Design management design version dropdown component renders design vers ...@@ -6,8 +6,11 @@ exports[`Design management design version dropdown component renders design vers
clearalltext="Clear all" clearalltext="Clear all"
headertext="" headertext=""
hideheaderborder="true" hideheaderborder="true"
highlighteditemstitle="Selected"
highlighteditemstitleclass="gl-px-5"
issueiid="" issueiid=""
projectpath="" projectpath=""
showhighlighteditemstitle="true"
size="small" size="small"
text="Showing latest version" text="Showing latest version"
variant="default" variant="default"
...@@ -84,8 +87,11 @@ exports[`Design management design version dropdown component renders design vers ...@@ -84,8 +87,11 @@ exports[`Design management design version dropdown component renders design vers
clearalltext="Clear all" clearalltext="Clear all"
headertext="" headertext=""
hideheaderborder="true" hideheaderborder="true"
highlighteditemstitle="Selected"
highlighteditemstitleclass="gl-px-5"
issueiid="" issueiid=""
projectpath="" projectpath=""
showhighlighteditemstitle="true"
size="small" size="small"
text="Showing latest version" text="Showing latest version"
variant="default" variant="default"
......
...@@ -127,11 +127,27 @@ exports[`JiraImportForm table body shows correct information in each cell 1`] = ...@@ -127,11 +127,27 @@ exports[`JiraImportForm table body shows correct information in each cell 1`] =
> >
<!----> <!---->
<div
class="gl-display-flex gl-flex-direction-row gl-justify-content-space-between gl-align-items-center gl-px-5"
>
<div
class="gl-display-flex"
>
<!----> <!---->
</div>
<div
class="gl-display-flex"
>
<!---->
</div>
</div>
<div <div
class="gl-new-dropdown-contents" class="gl-new-dropdown-contents"
> >
<!---->
<div <div
class="gl-search-box-by-type" class="gl-search-box-by-type"
> >
...@@ -256,11 +272,27 @@ exports[`JiraImportForm table body shows correct information in each cell 1`] = ...@@ -256,11 +272,27 @@ exports[`JiraImportForm table body shows correct information in each cell 1`] =
> >
<!----> <!---->
<div
class="gl-display-flex gl-flex-direction-row gl-justify-content-space-between gl-align-items-center gl-px-5"
>
<div
class="gl-display-flex"
>
<!----> <!---->
</div>
<div
class="gl-display-flex"
>
<!---->
</div>
</div>
<div <div
class="gl-new-dropdown-contents" class="gl-new-dropdown-contents"
> >
<!---->
<div <div
class="gl-search-box-by-type" class="gl-search-box-by-type"
> >
......
...@@ -40,8 +40,11 @@ exports[`Dashboard template matches the default snapshot 1`] = ` ...@@ -40,8 +40,11 @@ exports[`Dashboard template matches the default snapshot 1`] = `
data-qa-selector="environments_dropdown" data-qa-selector="environments_dropdown"
headertext="" headertext=""
hideheaderborder="true" hideheaderborder="true"
highlighteditemstitle="Selected"
highlighteditemstitleclass="gl-px-5"
id="monitor-environments-dropdown" id="monitor-environments-dropdown"
menu-class="monitor-environment-dropdown-menu" menu-class="monitor-environment-dropdown-menu"
showhighlighteditemstitle="true"
size="medium" size="medium"
text="production" text="production"
toggleclass="dropdown-menu-toggle" toggleclass="dropdown-menu-toggle"
......
...@@ -14,6 +14,9 @@ exports[`Code Coverage when fetching data is successful matches the snapshot 1`] ...@@ -14,6 +14,9 @@ exports[`Code Coverage when fetching data is successful matches the snapshot 1`]
clearalltext="Clear all" clearalltext="Clear all"
headertext="" headertext=""
hideheaderborder="true" hideheaderborder="true"
highlighteditemstitle="Selected"
highlighteditemstitleclass="gl-px-5"
showhighlighteditemstitle="true"
size="medium" size="medium"
text="rspec" text="rspec"
variant="default" variant="default"
......
...@@ -6,7 +6,10 @@ exports[`Clone Dropdown Button rendering matches the snapshot 1`] = ` ...@@ -6,7 +6,10 @@ exports[`Clone Dropdown Button rendering matches the snapshot 1`] = `
clearalltext="Clear all" clearalltext="Clear all"
headertext="" headertext=""
hideheaderborder="true" hideheaderborder="true"
highlighteditemstitle="Selected"
highlighteditemstitleclass="gl-px-5"
right="true" right="true"
showhighlighteditemstitle="true"
size="medium" size="medium"
text="Clone" text="Clone"
variant="info" variant="info"
......
...@@ -6,7 +6,10 @@ exports[`SplitButton renders actionItems 1`] = ` ...@@ -6,7 +6,10 @@ exports[`SplitButton renders actionItems 1`] = `
clearalltext="Clear all" clearalltext="Clear all"
headertext="" headertext=""
hideheaderborder="true" hideheaderborder="true"
highlighteditemstitle="Selected"
highlighteditemstitleclass="gl-px-5"
menu-class="" menu-class=""
showhighlighteditemstitle="true"
size="medium" size="medium"
split="true" split="true"
text="professor" text="professor"
......
...@@ -974,15 +974,15 @@ ...@@ -974,15 +974,15 @@
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.10.2": "@gitlab/ui@32.11.0":
version "32.10.2" version "32.11.0"
resolved "https://registry.yarnpkg.com/@gitlab/ui/-/ui-32.10.2.tgz#d663faaddd5aecf52e7e97b598dfb71a14da60c5" resolved "https://registry.yarnpkg.com/@gitlab/ui/-/ui-32.11.0.tgz#8c4a1724c1733a243f96e4a4813ae7f348502ba6"
integrity sha512-WJEVktJjwUoTrR9z8xa3gx73dWwLTq+wsXYH0mfRWzkXHnvjdDp3h8cYj3s1NZ0eAPQ6yVrkvYrTTgLVHZgSbA== integrity sha512-EqP5Ub/IWEi5ErX0txx5vsd6hF7d7dOT5GqaRX6rVaLsUhWLYQZ8ld2yEl5Hx7FLki1t3uag17KII5FcvRTDLg==
dependencies: dependencies:
"@babel/standalone" "^7.0.0" "@babel/standalone" "^7.0.0"
bootstrap-vue "2.18.1" bootstrap-vue "2.18.1"
copy-to-clipboard "^3.0.8" copy-to-clipboard "^3.0.8"
dompurify "^2.3.1" dompurify "^2.3.2"
echarts "^4.9.0" echarts "^4.9.0"
highlight.js "^10.6.0" highlight.js "^10.6.0"
js-beautify "^1.8.8" js-beautify "^1.8.8"
...@@ -4675,7 +4675,7 @@ dompurify@2.3.0: ...@@ -4675,7 +4675,7 @@ dompurify@2.3.0:
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-2.3.0.tgz#07bb39515e491588e5756b1d3e8375b5964814e2" resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-2.3.0.tgz#07bb39515e491588e5756b1d3e8375b5964814e2"
integrity sha512-VV5C6Kr53YVHGOBKO/F86OYX6/iLTw2yVSI721gKetxpHCK/V5TaLEf9ODjRgl1KLSWRMY6cUhAbv/c+IUnwQw== integrity sha512-VV5C6Kr53YVHGOBKO/F86OYX6/iLTw2yVSI721gKetxpHCK/V5TaLEf9ODjRgl1KLSWRMY6cUhAbv/c+IUnwQw==
dompurify@^2.3.1, dompurify@^2.3.2: dompurify@^2.3.2:
version "2.3.2" version "2.3.2"
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-2.3.2.tgz#c773efa410abb5c087c7caf44934fefa448f6e60" resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-2.3.2.tgz#c773efa410abb5c087c7caf44934fefa448f6e60"
integrity sha512-jXJnvWloI+scD+N5uBikpUMsYXZb0LCAXxLFAOLS5duCzKfXLqBCpuINvFOiI4eJgTLggrngljT18HNoakHUsA== integrity sha512-jXJnvWloI+scD+N5uBikpUMsYXZb0LCAXxLFAOLS5duCzKfXLqBCpuINvFOiI4eJgTLggrngljT18HNoakHUsA==
......
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