Skip to content

Commit

Permalink
feat(@clayui/table): LPD-42395 Update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
ilzamcmed committed Nov 19, 2024
1 parent eb548cb commit 548abe2
Showing 1 changed file with 64 additions and 48 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,21 +36,25 @@ exports[`Table basic rendering render dynamic content 1`] = `
<div
class="dropdown"
>
<button
<div
aria-haspopup="true"
aria-label="Manage Columns Visibility"
class="dropdown-toggle btn btn-monospaced btn-outline-borderless btn-outline-secondary"
type="button"
class="dropdown-toggle"
>
<svg
class="lexicon-icon lexicon-icon-caret-bottom"
role="presentation"
<button
aria-label="Manage Columns Visibility"
class="btn btn-monospaced btn-outline-borderless btn-outline-secondary"
type="button"
>
<use
href="#caret-bottom"
/>
</svg>
</button>
<svg
class="lexicon-icon lexicon-icon-caret-bottom"
role="presentation"
>
<use
href="#caret-bottom"
/>
</svg>
</button>
</div>
</div>
</th>
</tr>
Expand Down Expand Up @@ -191,21 +195,25 @@ exports[`Table basic rendering render static content 1`] = `
<div
class="dropdown"
>
<button
<div
aria-haspopup="true"
aria-label="Manage Columns Visibility"
class="dropdown-toggle btn btn-monospaced btn-outline-borderless btn-outline-secondary"
type="button"
class="dropdown-toggle"
>
<svg
class="lexicon-icon lexicon-icon-caret-bottom"
role="presentation"
<button
aria-label="Manage Columns Visibility"
class="btn btn-monospaced btn-outline-borderless btn-outline-secondary"
type="button"
>
<use
href="#caret-bottom"
/>
</svg>
</button>
<svg
class="lexicon-icon lexicon-icon-caret-bottom"
role="presentation"
>
<use
href="#caret-bottom"
/>
</svg>
</button>
</div>
</div>
</th>
</tr>
Expand Down Expand Up @@ -420,21 +428,25 @@ exports[`Table basic rendering render with sort column 1`] = `
<div
class="dropdown"
>
<button
<div
aria-haspopup="true"
aria-label="Manage Columns Visibility"
class="dropdown-toggle btn btn-monospaced btn-outline-borderless btn-outline-secondary"
type="button"
class="dropdown-toggle"
>
<svg
class="lexicon-icon lexicon-icon-caret-bottom"
role="presentation"
<button
aria-label="Manage Columns Visibility"
class="btn btn-monospaced btn-outline-borderless btn-outline-secondary"
type="button"
>
<use
href="#caret-bottom"
/>
</svg>
</button>
<svg
class="lexicon-icon lexicon-icon-caret-bottom"
role="presentation"
>
<use
href="#caret-bottom"
/>
</svg>
</button>
</div>
</div>
</th>
</tr>
Expand Down Expand Up @@ -580,21 +592,25 @@ exports[`Table basic rendering render with treegrid 1`] = `
<div
class="dropdown"
>
<button
<div
aria-haspopup="true"
aria-label="Manage Columns Visibility"
class="dropdown-toggle btn btn-monospaced btn-outline-borderless btn-outline-secondary"
type="button"
class="dropdown-toggle"
>
<svg
class="lexicon-icon lexicon-icon-caret-bottom"
role="presentation"
<button
aria-label="Manage Columns Visibility"
class="btn btn-monospaced btn-outline-borderless btn-outline-secondary"
type="button"
>
<use
href="#caret-bottom"
/>
</svg>
</button>
<svg
class="lexicon-icon lexicon-icon-caret-bottom"
role="presentation"
>
<use
href="#caret-bottom"
/>
</svg>
</button>
</div>
</div>
</th>
</tr>
Expand Down

0 comments on commit 548abe2

Please sign in to comment.