Skip to content

Commit ef70106

Browse files
committed
update snapshots
1 parent 49e3791 commit ef70106

15 files changed

Lines changed: 1114 additions & 416 deletions

File tree

package-lock.json

Lines changed: 23 additions & 69 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/module/src/BulkSelect/__snapshots__/BulkSelect.test.tsx.snap

Lines changed: 32 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,24 @@ exports[`BulkSelect component should render 1`] = `
5454
fill="currentColor"
5555
height="1em"
5656
role="img"
57-
viewBox="0 0 320 512"
5857
width="1em"
5958
>
60-
<path
61-
d="M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z"
62-
/>
59+
<svg
60+
class="pf-v6-icon-default"
61+
viewBox="0 0 320 512"
62+
>
63+
<path
64+
d="M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z"
65+
/>
66+
</svg>
67+
<svg
68+
class="pf-v6-icon-rh-ui"
69+
viewBox="0 0 32 32"
70+
>
71+
<path
72+
d="M16 24.792c-.384 0-.769-.146-1.061-.438L2.293 11.707a.999.999 0 1 1 1.414-1.414L16 22.586l12.293-12.293a.999.999 0 1 1 1.414 1.414L17.061 24.353a1.497 1.497 0 0 1-1.061.438Z"
73+
/>
74+
</svg>
6375
</svg>
6476
</span>
6577
</span>
@@ -117,12 +129,24 @@ exports[`BulkSelect component should render 1`] = `
117129
fill="currentColor"
118130
height="1em"
119131
role="img"
120-
viewBox="0 0 320 512"
121132
width="1em"
122133
>
123-
<path
124-
d="M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z"
125-
/>
134+
<svg
135+
class="pf-v6-icon-default"
136+
viewBox="0 0 320 512"
137+
>
138+
<path
139+
d="M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z"
140+
/>
141+
</svg>
142+
<svg
143+
class="pf-v6-icon-rh-ui"
144+
viewBox="0 0 32 32"
145+
>
146+
<path
147+
d="M16 24.792c-.384 0-.769-.146-1.061-.438L2.293 11.707a.999.999 0 1 1 1.414-1.414L16 22.586l12.293-12.293a.999.999 0 1 1 1.414 1.414L17.061 24.353a1.497 1.497 0 0 1-1.061.438Z"
148+
/>
149+
</svg>
126150
</svg>
127151
</span>
128152
</span>

0 commit comments

Comments
 (0)