Skip to content

Commit 0da34f1

Browse files
authored
Merge pull request #9883 from asirvadAbrahamVarghese/upgrade-@carbon/react
Upgrade @carbon/react
2 parents a794271 + 62253a4 commit 0da34f1

File tree

38 files changed

+81
-1828
lines changed

38 files changed

+81
-1828
lines changed

app/javascript/spec/action-form/__snapshots__/action-form.spec.js.snap

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8709,7 +8709,6 @@ exports[`Action Form Component should render adding a new action 1`] = `
87098709
onFocus={[Function]}
87108710
>
87118711
<select
8712-
aria-describedby="action_type-helper-text"
87138712
className="cds--select-input"
87148713
id="action_type"
87158714
loadingMessage="Loading..."
@@ -8765,17 +8764,6 @@ exports[`Action Form Component should render adding a new action 1`] = `
87658764
</Icon>
87668765
</ForwardRef(ChevronDown)>
87678766
</div>
8768-
<ForwardRef
8769-
as="div"
8770-
className="cds--form__helper-text"
8771-
id="action_type-helper-text"
8772-
>
8773-
<div
8774-
className="cds--form__helper-text"
8775-
dir="auto"
8776-
id="action_type-helper-text"
8777-
/>
8778-
</ForwardRef>
87798767
</div>
87808768
</div>
87818769
</Select>

app/javascript/spec/add-remove-security-groups-form/__snapshots__/add-remove-security-groups-form.spec.js.snap

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ exports[`Add/remove security groups form component should add security group 1`]
3434
className="export-spinner cds--loading cds--loading--small"
3535
>
3636
<svg
37+
aria-label="loading"
3738
className="cds--loading__svg"
39+
role="img"
3840
viewBox="0 0 100 100"
3941
>
4042
<title>
@@ -660,7 +662,6 @@ exports[`Add/remove security groups form component should remove security group
660662
onFocus={[Function]}
661663
>
662664
<select
663-
aria-describedby="security_group-helper-text"
664665
className="cds--select-input"
665666
id="security_group"
666667
name="security_group"
@@ -733,17 +734,6 @@ exports[`Add/remove security groups form component should remove security group
733734
</Icon>
734735
</ForwardRef(ChevronDown)>
735736
</div>
736-
<ForwardRef
737-
as="div"
738-
className="cds--form__helper-text"
739-
id="security_group-helper-text"
740-
>
741-
<div
742-
className="cds--form__helper-text"
743-
dir="auto"
744-
id="security_group-helper-text"
745-
/>
746-
</ForwardRef>
747737
</div>
748738
</div>
749739
</Select>
@@ -1037,7 +1027,9 @@ exports[`Add/remove security groups form component should render add security gr
10371027
className="export-spinner cds--loading cds--loading--small"
10381028
>
10391029
<svg
1030+
aria-label="loading"
10401031
className="cds--loading__svg"
1032+
role="img"
10411033
viewBox="0 0 100 100"
10421034
>
10431035
<title>
@@ -1096,7 +1088,9 @@ exports[`Add/remove security groups form component should render remove security
10961088
className="export-spinner cds--loading cds--loading--small"
10971089
>
10981090
<svg
1091+
aria-label="loading"
10991092
className="cds--loading__svg"
1093+
role="img"
11001094
viewBox="0 0 100 100"
11011095
>
11021096
<title>

app/javascript/spec/ansible-credentials-form/__snapshots__/ansible-credentials-form.spec.js.snap

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1092,7 +1092,6 @@ exports[`Ansible Credential Form Component should render adding a new credential
10921092
onFocus={[Function]}
10931093
>
10941094
<select
1095-
aria-describedby="type-helper-text"
10961095
className="cds--select-input"
10971096
id="type"
10981097
name="type"
@@ -1176,17 +1175,6 @@ exports[`Ansible Credential Form Component should render adding a new credential
11761175
</Icon>
11771176
</ForwardRef(ChevronDown)>
11781177
</div>
1179-
<ForwardRef
1180-
as="div"
1181-
className="cds--form__helper-text"
1182-
id="type-helper-text"
1183-
>
1184-
<div
1185-
className="cds--form__helper-text"
1186-
dir="auto"
1187-
id="type-helper-text"
1188-
/>
1189-
</ForwardRef>
11901178
</div>
11911179
</div>
11921180
</Select>
@@ -2681,7 +2669,6 @@ exports[`Ansible Credential Form Component should render editing a credential 1`
26812669
onFocus={[Function]}
26822670
>
26832671
<select
2684-
aria-describedby="type-helper-text"
26852672
className="cds--select-input"
26862673
disabled={true}
26872674
id="type"
@@ -2766,17 +2753,6 @@ exports[`Ansible Credential Form Component should render editing a credential 1`
27662753
</Icon>
27672754
</ForwardRef(ChevronDown)>
27682755
</div>
2769-
<ForwardRef
2770-
as="div"
2771-
className="cds--form__helper-text cds--form__helper-text--disabled"
2772-
id="type-helper-text"
2773-
>
2774-
<div
2775-
className="cds--form__helper-text cds--form__helper-text--disabled"
2776-
dir="auto"
2777-
id="type-helper-text"
2778-
/>
2779-
</ForwardRef>
27802756
</div>
27812757
</div>
27822758
</Select>

0 commit comments

Comments
 (0)