Skip to content

Commit 329e970

Browse files
committed
fix build
1 parent e49c58e commit 329e970

File tree

14 files changed

+1189
-361
lines changed

14 files changed

+1189
-361
lines changed

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>

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

Lines changed: 64 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,29 @@ exports[`ExternalLinkButton component should accept IconProps 1`] = `
2222
fill="currentColor"
2323
height="1em"
2424
role="img"
25-
viewBox="0 0 512 512"
2625
width="1em"
2726
>
2827
<title
2928
id="icon-title-1"
3029
>
3130
(Opens in new tab)
3231
</title>
33-
<path
34-
d="M432,320H400a16,16,0,0,0-16,16V448H64V128H208a16,16,0,0,0,16-16V80a16,16,0,0,0-16-16H48A48,48,0,0,0,0,112V464a48,48,0,0,0,48,48H400a48,48,0,0,0,48-48V336A16,16,0,0,0,432,320ZM488,0h-128c-21.37,0-32.05,25.91-17,41l35.73,35.73L135,320.37a24,24,0,0,0,0,34L157.67,377a24,24,0,0,0,34,0L435.28,133.32,471,169c15,15,41,4.5,41-17V24A24,24,0,0,0,488,0Z"
35-
/>
32+
<svg
33+
class="pf-v6-icon-default"
34+
viewBox="0 0 512 512"
35+
>
36+
<path
37+
d="M432,320H400a16,16,0,0,0-16,16V448H64V128H208a16,16,0,0,0,16-16V80a16,16,0,0,0-16-16H48A48,48,0,0,0,0,112V464a48,48,0,0,0,48,48H400a48,48,0,0,0,48-48V336A16,16,0,0,0,432,320ZM488,0h-128c-21.37,0-32.05,25.91-17,41l35.73,35.73L135,320.37a24,24,0,0,0,0,34L157.67,377a24,24,0,0,0,34,0L435.28,133.32,471,169c15,15,41,4.5,41-17V24A24,24,0,0,0,488,0Z"
38+
/>
39+
</svg>
40+
<svg
41+
class="pf-v6-icon-rh-ui"
42+
viewBox="0 0 32 32"
43+
>
44+
<path
45+
d="M30 21v7.5c0 .827-.673 1.5-1.5 1.5h-25c-.827 0-1.5-.673-1.5-1.5v-25C2 2.673 2.673 2 3.5 2H11a1 1 0 1 1 0 2H4v24h24v-7a1 1 0 1 1 2 0ZM28.5 2H18a1 1 0 1 0 0 2h8.586L13.293 17.293a.999.999 0 1 0 1.414 1.414L28 5.414V14a1 1 0 1 0 2 0V3.5c0-.827-.673-1.5-1.5-1.5Z"
46+
/>
47+
</svg>
3648
</svg>
3749
</span>
3850
</a>
@@ -56,17 +68,29 @@ exports[`ExternalLinkButton component should accept IconProps 1`] = `
5668
fill="currentColor"
5769
height="1em"
5870
role="img"
59-
viewBox="0 0 512 512"
6071
width="1em"
6172
>
6273
<title
6374
id="icon-title-1"
6475
>
6576
(Opens in new tab)
6677
</title>
67-
<path
68-
d="M432,320H400a16,16,0,0,0-16,16V448H64V128H208a16,16,0,0,0,16-16V80a16,16,0,0,0-16-16H48A48,48,0,0,0,0,112V464a48,48,0,0,0,48,48H400a48,48,0,0,0,48-48V336A16,16,0,0,0,432,320ZM488,0h-128c-21.37,0-32.05,25.91-17,41l35.73,35.73L135,320.37a24,24,0,0,0,0,34L157.67,377a24,24,0,0,0,34,0L435.28,133.32,471,169c15,15,41,4.5,41-17V24A24,24,0,0,0,488,0Z"
69-
/>
78+
<svg
79+
class="pf-v6-icon-default"
80+
viewBox="0 0 512 512"
81+
>
82+
<path
83+
d="M432,320H400a16,16,0,0,0-16,16V448H64V128H208a16,16,0,0,0,16-16V80a16,16,0,0,0-16-16H48A48,48,0,0,0,0,112V464a48,48,0,0,0,48,48H400a48,48,0,0,0,48-48V336A16,16,0,0,0,432,320ZM488,0h-128c-21.37,0-32.05,25.91-17,41l35.73,35.73L135,320.37a24,24,0,0,0,0,34L157.67,377a24,24,0,0,0,34,0L435.28,133.32,471,169c15,15,41,4.5,41-17V24A24,24,0,0,0,488,0Z"
84+
/>
85+
</svg>
86+
<svg
87+
class="pf-v6-icon-rh-ui"
88+
viewBox="0 0 32 32"
89+
>
90+
<path
91+
d="M30 21v7.5c0 .827-.673 1.5-1.5 1.5h-25c-.827 0-1.5-.673-1.5-1.5v-25C2 2.673 2.673 2 3.5 2H11a1 1 0 1 1 0 2H4v24h24v-7a1 1 0 1 1 2 0ZM28.5 2H18a1 1 0 1 0 0 2h8.586L13.293 17.293a.999.999 0 1 0 1.414 1.414L28 5.414V14a1 1 0 1 0 2 0V3.5c0-.827-.673-1.5-1.5-1.5Z"
92+
/>
93+
</svg>
7094
</svg>
7195
</span>
7296
</a>
@@ -147,12 +171,24 @@ exports[`ExternalLinkButton component should render 1`] = `
147171
fill="currentColor"
148172
height="1em"
149173
role="img"
150-
viewBox="0 0 512 512"
151174
width="1em"
152175
>
153-
<path
154-
d="M432,320H400a16,16,0,0,0-16,16V448H64V128H208a16,16,0,0,0,16-16V80a16,16,0,0,0-16-16H48A48,48,0,0,0,0,112V464a48,48,0,0,0,48,48H400a48,48,0,0,0,48-48V336A16,16,0,0,0,432,320ZM488,0h-128c-21.37,0-32.05,25.91-17,41l35.73,35.73L135,320.37a24,24,0,0,0,0,34L157.67,377a24,24,0,0,0,34,0L435.28,133.32,471,169c15,15,41,4.5,41-17V24A24,24,0,0,0,488,0Z"
155-
/>
176+
<svg
177+
class="pf-v6-icon-default"
178+
viewBox="0 0 512 512"
179+
>
180+
<path
181+
d="M432,320H400a16,16,0,0,0-16,16V448H64V128H208a16,16,0,0,0,16-16V80a16,16,0,0,0-16-16H48A48,48,0,0,0,0,112V464a48,48,0,0,0,48,48H400a48,48,0,0,0,48-48V336A16,16,0,0,0,432,320ZM488,0h-128c-21.37,0-32.05,25.91-17,41l35.73,35.73L135,320.37a24,24,0,0,0,0,34L157.67,377a24,24,0,0,0,34,0L435.28,133.32,471,169c15,15,41,4.5,41-17V24A24,24,0,0,0,488,0Z"
182+
/>
183+
</svg>
184+
<svg
185+
class="pf-v6-icon-rh-ui"
186+
viewBox="0 0 32 32"
187+
>
188+
<path
189+
d="M30 21v7.5c0 .827-.673 1.5-1.5 1.5h-25c-.827 0-1.5-.673-1.5-1.5v-25C2 2.673 2.673 2 3.5 2H11a1 1 0 1 1 0 2H4v24h24v-7a1 1 0 1 1 2 0ZM28.5 2H18a1 1 0 1 0 0 2h8.586L13.293 17.293a.999.999 0 1 0 1.414 1.414L28 5.414V14a1 1 0 1 0 2 0V3.5c0-.827-.673-1.5-1.5-1.5Z"
190+
/>
191+
</svg>
156192
</svg>
157193
</span>
158194
</a>
@@ -176,12 +212,24 @@ exports[`ExternalLinkButton component should render 1`] = `
176212
fill="currentColor"
177213
height="1em"
178214
role="img"
179-
viewBox="0 0 512 512"
180215
width="1em"
181216
>
182-
<path
183-
d="M432,320H400a16,16,0,0,0-16,16V448H64V128H208a16,16,0,0,0,16-16V80a16,16,0,0,0-16-16H48A48,48,0,0,0,0,112V464a48,48,0,0,0,48,48H400a48,48,0,0,0,48-48V336A16,16,0,0,0,432,320ZM488,0h-128c-21.37,0-32.05,25.91-17,41l35.73,35.73L135,320.37a24,24,0,0,0,0,34L157.67,377a24,24,0,0,0,34,0L435.28,133.32,471,169c15,15,41,4.5,41-17V24A24,24,0,0,0,488,0Z"
184-
/>
217+
<svg
218+
class="pf-v6-icon-default"
219+
viewBox="0 0 512 512"
220+
>
221+
<path
222+
d="M432,320H400a16,16,0,0,0-16,16V448H64V128H208a16,16,0,0,0,16-16V80a16,16,0,0,0-16-16H48A48,48,0,0,0,0,112V464a48,48,0,0,0,48,48H400a48,48,0,0,0,48-48V336A16,16,0,0,0,432,320ZM488,0h-128c-21.37,0-32.05,25.91-17,41l35.73,35.73L135,320.37a24,24,0,0,0,0,34L157.67,377a24,24,0,0,0,34,0L435.28,133.32,471,169c15,15,41,4.5,41-17V24A24,24,0,0,0,488,0Z"
223+
/>
224+
</svg>
225+
<svg
226+
class="pf-v6-icon-rh-ui"
227+
viewBox="0 0 32 32"
228+
>
229+
<path
230+
d="M30 21v7.5c0 .827-.673 1.5-1.5 1.5h-25c-.827 0-1.5-.673-1.5-1.5v-25C2 2.673 2.673 2 3.5 2H11a1 1 0 1 1 0 2H4v24h24v-7a1 1 0 1 1 2 0ZM28.5 2H18a1 1 0 1 0 0 2h8.586L13.293 17.293a.999.999 0 1 0 1.414 1.414L28 5.414V14a1 1 0 1 0 2 0V3.5c0-.827-.673-1.5-1.5-1.5Z"
231+
/>
232+
</svg>
185233
</svg>
186234
</span>
187235
</a>

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

Lines changed: 32 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,24 @@ exports[`LogSnippet component should render LogSnippet component 1`] = `
2727
fill="currentColor"
2828
height="1em"
2929
role="img"
30-
viewBox="0 0 512 512"
3130
width="1em"
3231
>
33-
<path
34-
d="M504 256c0 136.997-111.043 248-248 248S8 392.997 8 256C8 119.083 119.043 8 256 8s248 111.083 248 248zm-248 50c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z"
35-
/>
32+
<svg
33+
class="pf-v6-icon-default"
34+
viewBox="0 0 512 512"
35+
>
36+
<path
37+
d="M504 256c0 136.997-111.043 248-248 248S8 392.997 8 256C8 119.083 119.043 8 256 8s248 111.083 248 248zm-248 50c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z"
38+
/>
39+
</svg>
40+
<svg
41+
class="pf-v6-icon-rh-ui"
42+
viewBox="0 0 32 32"
43+
>
44+
<path
45+
d="M14.75 16V9a1.25 1.25 0 0 1 2.5 0v7a1.25 1.25 0 0 1-2.5 0ZM31 16c0 8.271-6.729 15-15 15S1 24.271 1 16 7.729 1 16 1s15 6.729 15 15Zm-2 0c0-7.168-5.832-13-13-13S3 8.832 3 16s5.832 13 13 13 13-5.832 13-13Zm-13 4.261a1.75 1.75 0 1 0 .001 3.501A1.75 1.75 0 0 0 16 20.261Z"
46+
/>
47+
</svg>
3648
</svg>
3749
</div>
3850
<h4
@@ -96,12 +108,24 @@ exports[`LogSnippet component should render LogSnippet component 1`] = `
96108
fill="currentColor"
97109
height="1em"
98110
role="img"
99-
viewBox="0 0 512 512"
100111
width="1em"
101112
>
102-
<path
103-
d="M504 256c0 136.997-111.043 248-248 248S8 392.997 8 256C8 119.083 119.043 8 256 8s248 111.083 248 248zm-248 50c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z"
104-
/>
113+
<svg
114+
class="pf-v6-icon-default"
115+
viewBox="0 0 512 512"
116+
>
117+
<path
118+
d="M504 256c0 136.997-111.043 248-248 248S8 392.997 8 256C8 119.083 119.043 8 256 8s248 111.083 248 248zm-248 50c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z"
119+
/>
120+
</svg>
121+
<svg
122+
class="pf-v6-icon-rh-ui"
123+
viewBox="0 0 32 32"
124+
>
125+
<path
126+
d="M14.75 16V9a1.25 1.25 0 0 1 2.5 0v7a1.25 1.25 0 0 1-2.5 0ZM31 16c0 8.271-6.729 15-15 15S1 24.271 1 16 7.729 1 16 1s15 6.729 15 15Zm-2 0c0-7.168-5.832-13-13-13S3 8.832 3 16s5.832 13 13 13 13-5.832 13-13Zm-13 4.261a1.75 1.75 0 1 0 .001 3.501A1.75 1.75 0 0 0 16 20.261Z"
127+
/>
128+
</svg>
105129
</svg>
106130
</div>
107131
<h4

0 commit comments

Comments
 (0)