Skip to content

Commit 27e01a8

Browse files
committed
Update snapshots
1 parent 2cd3746 commit 27e01a8

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

packages/react/src/NavList/__snapshots__/NavList.test.tsx.snap

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1250,15 +1250,15 @@ exports[`NavList.Item with NavList.SubNav does not have active styles if SubNav
12501250
class="c0"
12511251
>
12521252
<li
1253-
aria-labelledby=":r23:"
1253+
aria-labelledby=":r25:"
12541254
class="c1 c2"
12551255
>
12561256
<button
1257-
aria-controls=":r24:"
1257+
aria-controls=":r26:"
12581258
aria-expanded="true"
1259-
aria-labelledby=":r23:--label "
1259+
aria-labelledby=":r25:--label "
12601260
class="c3 c4"
1261-
id=":r23:"
1261+
id=":r25:"
12621262
tabindex="0"
12631263
>
12641264
<div
@@ -1270,7 +1270,7 @@ exports[`NavList.Item with NavList.SubNav does not have active styles if SubNav
12701270
>
12711271
<span
12721272
class="c1 c7"
1273-
id=":r23:--label"
1273+
id=":r25:--label"
12741274
>
12751275
Item
12761276
</span>
@@ -1297,19 +1297,19 @@ exports[`NavList.Item with NavList.SubNav does not have active styles if SubNav
12971297
</button>
12981298
<div>
12991299
<ul
1300-
aria-labelledby=":r23:"
1300+
aria-labelledby=":r25:"
13011301
class="c1 c10"
1302-
id=":r24:"
1302+
id=":r26:"
13031303
>
13041304
<li
13051305
class="c3 c11"
13061306
>
13071307
<a
13081308
aria-current="page"
1309-
aria-labelledby=":r26:--label "
1309+
aria-labelledby=":r28:--label "
13101310
class="c12 c13"
13111311
href="#"
1312-
id=":r26:"
1312+
id=":r28:"
13131313
tabindex="0"
13141314
>
13151315
<div
@@ -1318,7 +1318,7 @@ exports[`NavList.Item with NavList.SubNav does not have active styles if SubNav
13181318
>
13191319
<span
13201320
class="c1 c14"
1321-
id=":r26:--label"
1321+
id=":r28:--label"
13221322
>
13231323
Sub Item
13241324
</span>
@@ -1743,15 +1743,15 @@ exports[`NavList.Item with NavList.SubNav has active styles if SubNav contains t
17431743
class="c0"
17441744
>
17451745
<li
1746-
aria-labelledby=":r1t:"
1746+
aria-labelledby=":r1v:"
17471747
class="c1 c2"
17481748
>
17491749
<button
1750-
aria-controls=":r1u:"
1750+
aria-controls=":r20:"
17511751
aria-expanded="false"
1752-
aria-labelledby=":r1t:--label "
1752+
aria-labelledby=":r1v:--label "
17531753
class="c3 c4"
1754-
id=":r1t:"
1754+
id=":r1v:"
17551755
tabindex="0"
17561756
>
17571757
<div
@@ -1763,7 +1763,7 @@ exports[`NavList.Item with NavList.SubNav has active styles if SubNav contains t
17631763
>
17641764
<span
17651765
class="c1 c7"
1766-
id=":r1t:--label"
1766+
id=":r1v:--label"
17671767
>
17681768
Item
17691769
</span>
@@ -1790,19 +1790,19 @@ exports[`NavList.Item with NavList.SubNav has active styles if SubNav contains t
17901790
</button>
17911791
<div>
17921792
<ul
1793-
aria-labelledby=":r1t:"
1793+
aria-labelledby=":r1v:"
17941794
class="c1 c10"
1795-
id=":r1u:"
1795+
id=":r20:"
17961796
>
17971797
<li
17981798
class="c3 c11"
17991799
>
18001800
<a
18011801
aria-current="page"
1802-
aria-labelledby=":r20:--label "
1802+
aria-labelledby=":r22:--label "
18031803
class="c12 c13"
18041804
href="#"
1805-
id=":r20:"
1805+
id=":r22:"
18061806
tabindex="0"
18071807
>
18081808
<div
@@ -1811,7 +1811,7 @@ exports[`NavList.Item with NavList.SubNav has active styles if SubNav contains t
18111811
>
18121812
<span
18131813
class="c1 c7"
1814-
id=":r20:--label"
1814+
id=":r22:--label"
18151815
>
18161816
Sub Item
18171817
</span>

0 commit comments

Comments
 (0)