Commit 60ad6272 authored by Enrique Alcántara's avatar Enrique Alcántara

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

Update dependency @gitlab/ui to v25.11.1

See merge request gitlab-org/gitlab!51619
parents 8ccc32f6 6bba6de8
// 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=\\"\\" text=\\"\\" category=\\"primary\\" variant=\\"default\\" size=\\"medium\\" toggleclass=\\"gl-overflow-hidden\\" class=\\"gl-w-full\\"> "<gl-dropdown-stub headertext=\\"\\" hideheaderborder=\\"true\\" text=\\"\\" 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 selectedLabelId set will render the label selector 1`] = ` exports[`Value Stream Analytics LabelsSelector with selectedLabelId set will render the label selector 1`] = `
"<gl-dropdown-stub headertext=\\"\\" text=\\"\\" category=\\"primary\\" variant=\\"default\\" size=\\"medium\\" toggleclass=\\"gl-overflow-hidden\\" class=\\"gl-w-full\\"> "<gl-dropdown-stub headertext=\\"\\" hideheaderborder=\\"true\\" text=\\"\\" 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,6 +26,7 @@ exports[`MetricChart component template when isLoading is false and chartData is ...@@ -26,6 +26,7 @@ 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"
headertext="" headertext=""
hideheaderborder="true"
menu-class="w-100 mw-100" menu-class="w-100 mw-100"
size="medium" size="medium"
text="Please select a metric" text="Please select a metric"
......
...@@ -40,6 +40,7 @@ exports[`MergeRequestTable component matches the snapshot 1`] = ` ...@@ -40,6 +40,7 @@ exports[`MergeRequestTable component matches the snapshot 1`] = `
category="primary" category="primary"
class="w-100 metric-col" class="w-100 metric-col"
headertext="" headertext=""
hideheaderborder="true"
menu-class="w-100 mw-100" menu-class="w-100 mw-100"
size="medium" size="medium"
text="Time from first comment to last commit" text="Time from first comment to last commit"
......
...@@ -11,6 +11,7 @@ exports[`DependenciesActions component matches the snapshot 1`] = ` ...@@ -11,6 +11,7 @@ exports[`DependenciesActions component matches the snapshot 1`] = `
category="primary" category="primary"
class="flex-grow-1 text-center" class="flex-grow-1 text-center"
headertext="" headertext=""
hideheaderborder="true"
right="true" right="true"
size="medium" size="medium"
text="Severity" text="Severity"
......
...@@ -53,6 +53,7 @@ exports[`Project Header matches the snapshot 1`] = ` ...@@ -53,6 +53,7 @@ exports[`Project Header matches the snapshot 1`] = `
<gl-dropdown-stub <gl-dropdown-stub
category="primary" category="primary"
headertext="" headertext=""
hideheaderborder="true"
right="true" right="true"
size="medium" size="medium"
text="" text=""
......
...@@ -100,9 +100,15 @@ exports[`OnDemandScansScannerProfileSelector renders properly with profiles 1`] ...@@ -100,9 +100,15 @@ exports[`OnDemandScansScannerProfileSelector renders properly with profiles 1`]
class="dropdown-menu" class="dropdown-menu"
role="menu" role="menu"
tabindex="-1" tabindex="-1"
>
<div
class="gl-new-dropdown-inner"
> >
<!----> <!---->
<div
class="gl-new-dropdown-contents"
>
<li <li
class="gl-new-dropdown-item" class="gl-new-dropdown-item"
role="presentation" role="presentation"
...@@ -183,6 +189,10 @@ exports[`OnDemandScansScannerProfileSelector renders properly with profiles 1`] ...@@ -183,6 +189,10 @@ exports[`OnDemandScansScannerProfileSelector renders properly with profiles 1`]
<!----> <!---->
</button> </button>
</li> </li>
</div>
<!---->
</div>
</ul> </ul>
</div> </div>
......
...@@ -100,9 +100,15 @@ exports[`OnDemandScansSiteProfileSelector renders properly with profiles 1`] = ` ...@@ -100,9 +100,15 @@ exports[`OnDemandScansSiteProfileSelector renders properly with profiles 1`] = `
class="dropdown-menu" class="dropdown-menu"
role="menu" role="menu"
tabindex="-1" tabindex="-1"
>
<div
class="gl-new-dropdown-inner"
> >
<!----> <!---->
<div
class="gl-new-dropdown-contents"
>
<li <li
class="gl-new-dropdown-item" class="gl-new-dropdown-item"
role="presentation" role="presentation"
...@@ -183,6 +189,10 @@ exports[`OnDemandScansSiteProfileSelector renders properly with profiles 1`] = ` ...@@ -183,6 +189,10 @@ exports[`OnDemandScansSiteProfileSelector renders properly with profiles 1`] = `
<!----> <!---->
</button> </button>
</li> </li>
</div>
<!---->
</div>
</ul> </ul>
</div> </div>
......
...@@ -42,6 +42,7 @@ exports[`AddEditScheduleForm renders modal layout 1`] = ` ...@@ -42,6 +42,7 @@ exports[`AddEditScheduleForm renders modal layout 1`] = `
category="primary" category="primary"
class="timezone-dropdown gl-w-full" class="timezone-dropdown gl-w-full"
headertext="Select timezone" headertext="Select timezone"
hideheaderborder="true"
id="schedule-timezone" id="schedule-timezone"
size="medium" size="medium"
text="(UTC -12:00) -12 International Date Line West" text="(UTC -12:00) -12 International Date Line West"
......
...@@ -40,9 +40,15 @@ exports[`Remove cluster confirmation modal renders splitbutton with modal includ ...@@ -40,9 +40,15 @@ exports[`Remove cluster confirmation modal renders splitbutton with modal includ
class="dropdown-menu dropdown-menu-large" class="dropdown-menu dropdown-menu-large"
role="menu" role="menu"
tabindex="-1" tabindex="-1"
>
<div
class="gl-new-dropdown-inner"
> >
<!----> <!---->
<div
class="gl-new-dropdown-contents"
>
<li <li
class="gl-new-dropdown-item" class="gl-new-dropdown-item"
role="presentation" role="presentation"
...@@ -144,6 +150,10 @@ exports[`Remove cluster confirmation modal renders splitbutton with modal includ ...@@ -144,6 +150,10 @@ exports[`Remove cluster confirmation modal renders splitbutton with modal includ
</li> </li>
<!----> <!---->
</div>
<!---->
</div>
</ul> </ul>
</div> </div>
......
...@@ -4,6 +4,7 @@ exports[`Design management design version dropdown component renders design vers ...@@ -4,6 +4,7 @@ exports[`Design management design version dropdown component renders design vers
<gl-dropdown-stub <gl-dropdown-stub
category="primary" category="primary"
headertext="" headertext=""
hideheaderborder="true"
issueiid="" issueiid=""
projectpath="" projectpath=""
size="small" size="small"
...@@ -44,6 +45,7 @@ exports[`Design management design version dropdown component renders design vers ...@@ -44,6 +45,7 @@ exports[`Design management design version dropdown component renders design vers
<gl-dropdown-stub <gl-dropdown-stub
category="primary" category="primary"
headertext="" headertext=""
hideheaderborder="true"
issueiid="" issueiid=""
projectpath="" projectpath=""
size="small" size="small"
......
...@@ -50,6 +50,7 @@ exports[`Alert integration settings form default state should match the default ...@@ -50,6 +50,7 @@ exports[`Alert integration settings form default state should match the default
category="primary" category="primary"
data-qa-selector="incident_templates_dropdown" data-qa-selector="incident_templates_dropdown"
headertext="" headertext=""
hideheaderborder="true"
id="alert-integration-settings-issue-template" id="alert-integration-settings-issue-template"
size="medium" size="medium"
text="selecte_tmpl" text="selecte_tmpl"
......
...@@ -113,9 +113,15 @@ exports[`JiraImportForm table body shows correct information in each cell 1`] = ...@@ -113,9 +113,15 @@ exports[`JiraImportForm table body shows correct information in each cell 1`] =
class="dropdown-menu" class="dropdown-menu"
role="menu" role="menu"
tabindex="-1" tabindex="-1"
>
<div
class="gl-new-dropdown-inner"
> >
<!----> <!---->
<div
class="gl-new-dropdown-contents"
>
<div <div
class="gl-search-box-by-type" class="gl-search-box-by-type"
> >
...@@ -157,6 +163,10 @@ exports[`JiraImportForm table body shows correct information in each cell 1`] = ...@@ -157,6 +163,10 @@ exports[`JiraImportForm table body shows correct information in each cell 1`] =
</p> </p>
</li> </li>
</div>
<!---->
</div>
</ul> </ul>
</div> </div>
...@@ -228,9 +238,15 @@ exports[`JiraImportForm table body shows correct information in each cell 1`] = ...@@ -228,9 +238,15 @@ exports[`JiraImportForm table body shows correct information in each cell 1`] =
class="dropdown-menu" class="dropdown-menu"
role="menu" role="menu"
tabindex="-1" tabindex="-1"
>
<div
class="gl-new-dropdown-inner"
> >
<!----> <!---->
<div
class="gl-new-dropdown-contents"
>
<div <div
class="gl-search-box-by-type" class="gl-search-box-by-type"
> >
...@@ -272,6 +288,10 @@ exports[`JiraImportForm table body shows correct information in each cell 1`] = ...@@ -272,6 +288,10 @@ exports[`JiraImportForm table body shows correct information in each cell 1`] =
</p> </p>
</li> </li>
</div>
<!---->
</div>
</ul> </ul>
</div> </div>
......
...@@ -37,6 +37,7 @@ exports[`Dashboard template matches the default snapshot 1`] = ` ...@@ -37,6 +37,7 @@ exports[`Dashboard template matches the default snapshot 1`] = `
class="flex-grow-1" class="flex-grow-1"
data-qa-selector="environments_dropdown" data-qa-selector="environments_dropdown"
headertext="" headertext=""
hideheaderborder="true"
id="monitor-environments-dropdown" id="monitor-environments-dropdown"
menu-class="monitor-environment-dropdown-menu" menu-class="monitor-environment-dropdown-menu"
size="medium" size="medium"
......
...@@ -12,6 +12,7 @@ exports[`Code Coverage when fetching data is successful matches the snapshot 1`] ...@@ -12,6 +12,7 @@ exports[`Code Coverage when fetching data is successful matches the snapshot 1`]
<gl-dropdown-stub <gl-dropdown-stub
category="primary" category="primary"
headertext="" headertext=""
hideheaderborder="true"
size="medium" size="medium"
text="rspec" text="rspec"
variant="default" variant="default"
......
...@@ -4,6 +4,7 @@ exports[`Clone Dropdown Button rendering matches the snapshot 1`] = ` ...@@ -4,6 +4,7 @@ exports[`Clone Dropdown Button rendering matches the snapshot 1`] = `
<gl-dropdown-stub <gl-dropdown-stub
category="primary" category="primary"
headertext="" headertext=""
hideheaderborder="true"
right="true" right="true"
size="medium" size="medium"
text="Clone" text="Clone"
......
...@@ -4,6 +4,7 @@ exports[`SplitButton renders actionItems 1`] = ` ...@@ -4,6 +4,7 @@ exports[`SplitButton renders actionItems 1`] = `
<gl-dropdown-stub <gl-dropdown-stub
category="primary" category="primary"
headertext="" headertext=""
hideheaderborder="true"
menu-class="" menu-class=""
size="medium" size="medium"
split="true" split="true"
......
...@@ -876,10 +876,10 @@ ...@@ -876,10 +876,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@25.8.0": "@gitlab/ui@25.11.1":
version "25.8.0" version "25.11.1"
resolved "https://registry.yarnpkg.com/@gitlab/ui/-/ui-25.8.0.tgz#038090bc56215d2b0e5526097e1a16b0089ba5f4" resolved "https://registry.yarnpkg.com/@gitlab/ui/-/ui-25.11.1.tgz#67133b99583e15497166db75781bc1103e7904ac"
integrity sha512-h84StVkrviIm1cMDmGb2+Q8R+U6wCjddz7IXKpgkTNitxYzAcwPSIp7cS1FkZ6eWEG9dVeB6uj7JpUhGqAzvfw== integrity sha512-5Ig9QjSH8iK6XqFafPUT051M8/aUvvASJ3Bv7UFnmLZdZxiKjY6QKiD/lwleQJKBf2XAoGB13c0gfQInZI4+IQ==
dependencies: dependencies:
"@babel/standalone" "^7.0.0" "@babel/standalone" "^7.0.0"
"@gitlab/vue-toasted" "^1.3.0" "@gitlab/vue-toasted" "^1.3.0"
......
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