Skip to content

Commit

Permalink
Merge pull request #9141 from jeffibm/update-yarn-lock-01042024
Browse files Browse the repository at this point in the history
Update yarn.lock with latest dependencies
  • Loading branch information
Fryguy committed May 10, 2024
2 parents 5e32f48 + 4a17e79 commit 2af176b
Show file tree
Hide file tree
Showing 40 changed files with 1,312 additions and 2,099 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8568,12 +8568,8 @@ exports[`Action Form Component should render adding a new action 1`] = `
>
<Select
SelectComponent={[Function]}
compareValues={[Function]}
id="action_type"
invalid={false}
invalidText=""
isClearable={false}
isSearchable={false}
labelText={
<IsRequired>
Action Type
Expand All @@ -8586,9 +8582,7 @@ exports[`Action Form Component should render adding a new action 1`] = `
onBlur={[Function]}
onChange={[Function]}
onFocus={[Function]}
options={Array []}
placeholder="<Choose>"
pluckSingleValue={true}
simpleValue={false}
value=""
>
Expand All @@ -8604,14 +8598,15 @@ exports[`Action Form Component should render adding a new action 1`] = `
Action Type
</IsRequired>
}
loadingMessage="Loading..."
name="action_type"
noOptionsMessage={[Function]}
onBlur={[Function]}
onChange={[Function]}
onFocus={[Function]}
onInputChange={[Function]}
options={Array []}
placeholder="Loading..."
placeholder="<Choose>"
value=""
>
<Select
Expand All @@ -8627,6 +8622,7 @@ exports[`Action Form Component should render adding a new action 1`] = `
</IsRequired>
}
light={false}
loadingMessage="Loading..."
name="action_type"
onBlur={[Function]}
onChange={[Function]}
Expand Down Expand Up @@ -8660,6 +8656,7 @@ exports[`Action Form Component should render adding a new action 1`] = `
<select
className="bx--select-input"
id="action_type"
loadingMessage="Loading..."
name="action_type"
onBlur={[Function]}
onChange={[Function]}
Expand All @@ -8669,7 +8666,7 @@ exports[`Action Form Component should render adding a new action 1`] = `
<SelectItem
disabled={false}
hidden={false}
text="Loading..."
text="<Choose>"
value=""
>
<option
Expand All @@ -8678,7 +8675,7 @@ exports[`Action Form Component should render adding a new action 1`] = `
hidden={false}
value=""
>
Loading...
&lt;Choose&gt;
</option>
</SelectItem>
</select>
Expand Down Expand Up @@ -13783,9 +13780,7 @@ exports[`Action Form Component should render adding a new action 1`] = `
"cancel",
]
}
buttonsProps={Object {}}
canReset={false}
canSubmit={false}
cancelLabel="Cancel"
disableSubmit={true}
formFields={
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -573,12 +573,8 @@ exports[`Add/remove security groups form component should remove security group
>
<Select
SelectComponent={[Function]}
compareValues={[Function]}
id="security_group"
invalid={false}
invalidText=""
isClearable={false}
isSearchable={false}
labelText="Security Group"
loadOptionsChangeCounter={1}
loadingMessage="Loading..."
Expand All @@ -599,7 +595,6 @@ exports[`Add/remove security groups form component should remove security group
]
}
placeholder="<Choose>"
pluckSingleValue={true}
simpleValue={false}
value=""
>
Expand Down Expand Up @@ -798,9 +793,7 @@ exports[`Add/remove security groups form component should remove security group
"cancel",
]
}
buttonsProps={Object {}}
canReset={false}
canSubmit={false}
cancelLabel="Cancel"
disableSubmit={true}
formFields={
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -945,13 +945,9 @@ exports[`Ansible Credential Form Component should render adding a new credential
>
<Select
SelectComponent={[Function]}
compareValues={[Function]}
disabled={false}
id="type"
invalid={false}
invalidText=""
isClearable={false}
isSearchable={false}
labelText={
<IsRequired>
Credential type
Expand All @@ -964,9 +960,7 @@ exports[`Ansible Credential Form Component should render adding a new credential
onBlur={[Function]}
onChange={[Function]}
onFocus={[Function]}
options={Array []}
placeholder="<Choose>"
pluckSingleValue={true}
simpleValue={false}
value=""
>
Expand Down Expand Up @@ -1200,9 +1194,7 @@ exports[`Ansible Credential Form Component should render adding a new credential
"cancel",
]
}
buttonsProps={Object {}}
canReset={false}
canSubmit={false}
cancelLabel="Cancel"
disableSubmit={true}
formFields={
Expand Down Expand Up @@ -2497,13 +2489,9 @@ exports[`Ansible Credential Form Component should render editing a credential 1`
>
<Select
SelectComponent={[Function]}
compareValues={[Function]}
disabled={true}
id="type"
invalid={false}
invalidText=""
isClearable={false}
isSearchable={false}
labelText={
<IsRequired>
Credential type
Expand All @@ -2516,9 +2504,7 @@ exports[`Ansible Credential Form Component should render editing a credential 1`
onBlur={[Function]}
onChange={[Function]}
onFocus={[Function]}
options={Array []}
placeholder="<Choose>"
pluckSingleValue={true}
simpleValue={false}
value="foo"
>
Expand Down Expand Up @@ -2855,9 +2841,7 @@ exports[`Ansible Credential Form Component should render editing a credential 1`
"cancel",
]
}
buttonsProps={Object {}}
canReset={true}
canSubmit={false}
cancelLabel="Cancel"
disableSubmit={true}
formFields={
Expand Down

0 comments on commit 2af176b

Please sign in to comment.