Skip to content

Commit cfa1fd9

Browse files
dlabajfhlavac
authored andcommitted
fix: updated screenshots.
1 parent 1a2a6eb commit cfa1fd9

File tree

4 files changed

+48
-7
lines changed

4 files changed

+48
-7
lines changed

package-lock.json

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

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

Lines changed: 46 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,29 @@ exports[`DataViewToolbar component should render correctly 1`] = `
9696
</svg>
9797
</span>
9898
</span>
99-
</span>
100-
</button>
99+
<span
100+
class="pf-v6-c-menu-toggle__controls"
101+
>
102+
<span
103+
class="pf-v6-c-menu-toggle__toggle-icon"
104+
>
105+
<svg
106+
aria-hidden="true"
107+
class="pf-v6-svg"
108+
fill="currentColor"
109+
height="1em"
110+
role="img"
111+
viewBox="0 0 320 512"
112+
width="1em"
113+
>
114+
<path
115+
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"
116+
/>
117+
</svg>
118+
</span>
119+
</span>
120+
</button>
121+
</div>
101122
<nav
102123
aria-label="Pagination"
103124
class="pf-v5-c-pagination__nav"
@@ -359,8 +380,29 @@ exports[`DataViewToolbar component should render correctly 1`] = `
359380
</svg>
360381
</span>
361382
</span>
362-
</span>
363-
</button>
383+
<span
384+
class="pf-v6-c-menu-toggle__controls"
385+
>
386+
<span
387+
class="pf-v6-c-menu-toggle__toggle-icon"
388+
>
389+
<svg
390+
aria-hidden="true"
391+
class="pf-v6-svg"
392+
fill="currentColor"
393+
height="1em"
394+
role="img"
395+
viewBox="0 0 320 512"
396+
width="1em"
397+
>
398+
<path
399+
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"
400+
/>
401+
</svg>
402+
</span>
403+
</span>
404+
</button>
405+
</div>
364406
<nav
365407
aria-label="Pagination"
366408
class="pf-v5-c-pagination__nav"

0 commit comments

Comments
 (0)