Commit e2a90c89 authored by Mike Greiling's avatar Mike Greiling

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

Update dependency @gitlab/ui to v32.11.1

See merge request gitlab-org/gitlab!70981
parents 08ce0b0e 3949eab9
// 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=\\"\\" showhighlighteditemstitle=\\"true\\" highlighteditemstitle=\\"Selected\\" highlighteditemstitleclass=\\"gl-px-5\\" category=\\"primary\\" variant=\\"default\\" size=\\"medium\\" toggleclass=\\"gl-overflow-hidden\\" class=\\"gl-w-full\\"> "<gl-dropdown-stub headertext=\\"\\" hideheaderborder=\\"true\\" clearalltext=\\"Clear all\\" clearalltextclass=\\"gl-px-5\\" text=\\"\\" 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=\\"\\" showhighlighteditemstitle=\\"true\\" highlighteditemstitle=\\"Selected\\" highlighteditemstitleclass=\\"gl-px-5\\" category=\\"primary\\" variant=\\"default\\" size=\\"medium\\" toggleclass=\\"gl-overflow-hidden\\" class=\\"gl-w-full\\"> "<gl-dropdown-stub headertext=\\"\\" hideheaderborder=\\"true\\" clearalltext=\\"Clear all\\" clearalltextclass=\\"gl-px-5\\" text=\\"\\" 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>
......
...@@ -26,12 +26,12 @@ exports[`MetricChart component template when isLoading is false and chartData is ...@@ -26,12 +26,12 @@ exports[`MetricChart component template when isLoading is false and chartData is
category="primary" category="primary"
class="mb-4 metric-dropdown" class="mb-4 metric-dropdown"
clearalltext="Clear all" clearalltext="Clear all"
clearalltextclass="gl-px-5"
headertext="" headertext=""
hideheaderborder="true" hideheaderborder="true"
highlighteditemstitle="Selected" highlighteditemstitle="Selected"
highlighteditemstitleclass="gl-px-5" 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"
......
...@@ -40,12 +40,12 @@ exports[`MergeRequestTable component matches the snapshot 1`] = ` ...@@ -40,12 +40,12 @@ exports[`MergeRequestTable component matches the snapshot 1`] = `
category="primary" category="primary"
class="w-100 metric-col" class="w-100 metric-col"
clearalltext="Clear all" clearalltext="Clear all"
clearalltextclass="gl-px-5"
headertext="" headertext=""
hideheaderborder="true" hideheaderborder="true"
highlighteditemstitle="Selected" highlighteditemstitle="Selected"
highlighteditemstitleclass="gl-px-5" 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"
......
...@@ -53,12 +53,12 @@ exports[`Project Header matches the snapshot 1`] = ` ...@@ -53,12 +53,12 @@ exports[`Project Header matches the snapshot 1`] = `
<gl-dropdown-stub <gl-dropdown-stub
category="primary" category="primary"
clearalltext="Clear all" clearalltext="Clear all"
clearalltextclass="gl-px-5"
headertext="" headertext=""
hideheaderborder="true" hideheaderborder="true"
highlighteditemstitle="Selected" highlighteditemstitle="Selected"
highlighteditemstitleclass="gl-px-5" 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,21 +120,7 @@ exports[`OnDemandScansScannerProfileSelector renders properly with profiles 1`] ...@@ -120,21 +120,7 @@ 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"
......
...@@ -120,21 +120,7 @@ exports[`OnDemandScansSiteProfileSelector renders properly with profiles 1`] = ` ...@@ -120,21 +120,7 @@ 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"
......
...@@ -5,11 +5,11 @@ exports[`IterationDropdown default shows gl-dropdown 1`] = ` ...@@ -5,11 +5,11 @@ exports[`IterationDropdown default shows gl-dropdown 1`] = `
category="primary" category="primary"
class="gl-w-full" class="gl-w-full"
clearalltext="Clear all" clearalltext="Clear all"
clearalltextclass="gl-px-5"
headertext="" headertext=""
hideheaderborder="true" hideheaderborder="true"
highlighteditemstitle="Selected" highlighteditemstitle="Selected"
highlighteditemstitleclass="gl-px-5" highlighteditemstitleclass="gl-px-5"
showhighlighteditemstitle="true"
size="medium" size="medium"
text="Select iteration" text="Select iteration"
variant="default" variant="default"
......
...@@ -52,13 +52,13 @@ exports[`Alert integration settings form default state should match the default ...@@ -52,13 +52,13 @@ exports[`Alert integration settings form default state should match the default
block="true" block="true"
category="primary" category="primary"
clearalltext="Clear all" clearalltext="Clear all"
clearalltextclass="gl-px-5"
data-qa-selector="incident_templates_dropdown" data-qa-selector="incident_templates_dropdown"
headertext="" headertext=""
hideheaderborder="true" hideheaderborder="true"
highlighteditemstitle="Selected" highlighteditemstitle="Selected"
highlighteditemstitleclass="gl-px-5" 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,21 +46,7 @@ exports[`Remove cluster confirmation modal renders splitbutton with modal includ ...@@ -46,21 +46,7 @@ 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"
......
...@@ -11,14 +11,7 @@ exports[`content_editor/components/toolbar_link_button renders dropdown componen ...@@ -11,14 +11,7 @@ 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!\\">
......
...@@ -4,13 +4,13 @@ exports[`Design management design version dropdown component renders design vers ...@@ -4,13 +4,13 @@ exports[`Design management design version dropdown component renders design vers
<gl-dropdown-stub <gl-dropdown-stub
category="primary" category="primary"
clearalltext="Clear all" clearalltext="Clear all"
clearalltextclass="gl-px-5"
headertext="" headertext=""
hideheaderborder="true" hideheaderborder="true"
highlighteditemstitle="Selected" highlighteditemstitle="Selected"
highlighteditemstitleclass="gl-px-5" 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"
...@@ -85,13 +85,13 @@ exports[`Design management design version dropdown component renders design vers ...@@ -85,13 +85,13 @@ exports[`Design management design version dropdown component renders design vers
<gl-dropdown-stub <gl-dropdown-stub
category="primary" category="primary"
clearalltext="Clear all" clearalltext="Clear all"
clearalltextclass="gl-px-5"
headertext="" headertext=""
hideheaderborder="true" hideheaderborder="true"
highlighteditemstitle="Selected" highlighteditemstitle="Selected"
highlighteditemstitleclass="gl-px-5" 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,21 +127,7 @@ exports[`JiraImportForm table body shows correct information in each cell 1`] = ...@@ -127,21 +127,7 @@ 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"
...@@ -272,21 +258,7 @@ exports[`JiraImportForm table body shows correct information in each cell 1`] = ...@@ -272,21 +258,7 @@ 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"
......
...@@ -37,6 +37,7 @@ exports[`Dashboard template matches the default snapshot 1`] = ` ...@@ -37,6 +37,7 @@ exports[`Dashboard template matches the default snapshot 1`] = `
category="primary" category="primary"
class="flex-grow-1" class="flex-grow-1"
clearalltext="Clear all" clearalltext="Clear all"
clearalltextclass="gl-px-5"
data-qa-selector="environments_dropdown" data-qa-selector="environments_dropdown"
headertext="" headertext=""
hideheaderborder="true" hideheaderborder="true"
...@@ -44,7 +45,6 @@ exports[`Dashboard template matches the default snapshot 1`] = ` ...@@ -44,7 +45,6 @@ exports[`Dashboard template matches the default snapshot 1`] = `
highlighteditemstitleclass="gl-px-5" 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"
......
...@@ -12,11 +12,11 @@ exports[`Code Coverage when fetching data is successful matches the snapshot 1`] ...@@ -12,11 +12,11 @@ exports[`Code Coverage when fetching data is successful matches the snapshot 1`]
<gl-dropdown-stub <gl-dropdown-stub
category="primary" category="primary"
clearalltext="Clear all" clearalltext="Clear all"
clearalltextclass="gl-px-5"
headertext="" headertext=""
hideheaderborder="true" hideheaderborder="true"
highlighteditemstitle="Selected" highlighteditemstitle="Selected"
highlighteditemstitleclass="gl-px-5" highlighteditemstitleclass="gl-px-5"
showhighlighteditemstitle="true"
size="medium" size="medium"
text="rspec" text="rspec"
variant="default" variant="default"
......
...@@ -4,12 +4,12 @@ exports[`Clone Dropdown Button rendering matches the snapshot 1`] = ` ...@@ -4,12 +4,12 @@ exports[`Clone Dropdown Button rendering matches the snapshot 1`] = `
<gl-dropdown-stub <gl-dropdown-stub
category="primary" category="primary"
clearalltext="Clear all" clearalltext="Clear all"
clearalltextclass="gl-px-5"
headertext="" headertext=""
hideheaderborder="true" hideheaderborder="true"
highlighteditemstitle="Selected" highlighteditemstitle="Selected"
highlighteditemstitleclass="gl-px-5" highlighteditemstitleclass="gl-px-5"
right="true" right="true"
showhighlighteditemstitle="true"
size="medium" size="medium"
text="Clone" text="Clone"
variant="info" variant="info"
......
...@@ -4,12 +4,12 @@ exports[`SplitButton renders actionItems 1`] = ` ...@@ -4,12 +4,12 @@ exports[`SplitButton renders actionItems 1`] = `
<gl-dropdown-stub <gl-dropdown-stub
category="primary" category="primary"
clearalltext="Clear all" clearalltext="Clear all"
clearalltextclass="gl-px-5"
headertext="" headertext=""
hideheaderborder="true" hideheaderborder="true"
highlighteditemstitle="Selected" highlighteditemstitle="Selected"
highlighteditemstitleclass="gl-px-5" 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.11.0": "@gitlab/ui@32.11.1":
version "32.11.0" version "32.11.1"
resolved "https://registry.yarnpkg.com/@gitlab/ui/-/ui-32.11.0.tgz#8c4a1724c1733a243f96e4a4813ae7f348502ba6" resolved "https://registry.yarnpkg.com/@gitlab/ui/-/ui-32.11.1.tgz#05b1587cb3df06abdebe9f06d744c5f18c90a0bb"
integrity sha512-EqP5Ub/IWEi5ErX0txx5vsd6hF7d7dOT5GqaRX6rVaLsUhWLYQZ8ld2yEl5Hx7FLki1t3uag17KII5FcvRTDLg== integrity sha512-LzqEA2aiaqN39qwqNw039Hv9abFsYZJu0RpXikx6/OKCYwVRvynja7oRMwkB2Q+xLOb7YfOoQweWUk1jo6hElw==
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.2" dompurify "^2.3.3"
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.2, dompurify@^2.3.3: dompurify@^2.3.3:
version "2.3.3" version "2.3.3"
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-2.3.3.tgz#c1af3eb88be47324432964d8abc75cf4b98d634c" resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-2.3.3.tgz#c1af3eb88be47324432964d8abc75cf4b98d634c"
integrity sha512-dqnqRkPMAjOZE0FogZ+ceJNM2dZ3V/yNOuFB7+39qpO93hHhfRpHw3heYQC7DPK9FqbQTfBKUJhiSfz4MvXYwg== integrity sha512-dqnqRkPMAjOZE0FogZ+ceJNM2dZ3V/yNOuFB7+39qpO93hHhfRpHw3heYQC7DPK9FqbQTfBKUJhiSfz4MvXYwg==
......
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