Skip to content

Commit

Permalink
chore(@clayui/dropdown): LPD-41310 Regen snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
matuzalemsteles committed Nov 12, 2024
1 parent aebf2f3 commit 64fce4b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 88 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,6 @@ exports[`TreeView basic rendering render with actions 1`] = `
href="icons.svg#ellipsis-v"
/>
</svg>
</button>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,7 @@ exports[`ClayDropDownWithDrilldown renders 1`] = `
class="dropdown-toggle"
data-testid="trigger"
style=""
>
<svg
class="lexicon-icon lexicon-icon-caret-bottom ml-1"
role="presentation"
>
<use
href="#caret-bottom"
/>
</svg>
</button>
/>
</div>
</div>
<div>
Expand Down Expand Up @@ -234,17 +224,7 @@ exports[`ClayDropDownWithDrilldown renders dividers 1`] = `
class="dropdown-toggle"
data-testid="trigger"
style=""
>
<svg
class="lexicon-icon lexicon-icon-caret-bottom ml-1"
role="presentation"
>
<use
href="#caret-bottom"
/>
</svg>
</button>
/>
</div>
</div>
<div>
Expand Down Expand Up @@ -470,17 +450,7 @@ exports[`ClayDropDownWithDrilldown renders with the menu initially active 1`] =
aria-haspopup="true"
class="dropdown-toggle"
data-testid="trigger"
>
<svg
class="lexicon-icon lexicon-icon-caret-bottom ml-1"
role="presentation"
>
<use
href="#caret-bottom"
/>
</svg>
</button>
/>
</div>
</div>
</body>
Expand All @@ -498,17 +468,7 @@ exports[`ClayDropDownWithDrilldown the menu can be toggled by clicking in an ite
aria-haspopup="true"
class="dropdown-toggle"
data-testid="trigger"
>
<svg
class="lexicon-icon lexicon-icon-caret-bottom ml-1"
role="presentation"
>
<use
href="#caret-bottom"
/>
</svg>
</button>
/>
</div>
</div>
<div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ exports[`ClayDropDownWithItems renders a DropDownWithItems 1`] = `
type="button"
>
Click Me
</button>
</div>
</div>
Expand All @@ -35,7 +34,6 @@ exports[`ClayDropDownWithItems renders a DropDownWithItems with caption 1`] = `
type="button"
>
Click Me
</button>
</div>
</div>
Expand All @@ -56,7 +54,6 @@ exports[`ClayDropDownWithItems renders a DropDownWithItems with checkbox 1`] = `
type="button"
>
Click Me
</button>
</div>
</div>
Expand All @@ -77,7 +74,6 @@ exports[`ClayDropDownWithItems renders a DropDownWithItems with footer content 1
type="button"
>
Click Me
</button>
</div>
</div>
Expand All @@ -98,7 +94,6 @@ exports[`ClayDropDownWithItems renders a DropDownWithItems with help text 1`] =
type="button"
>
Click Me
</button>
</div>
</div>
Expand All @@ -119,7 +114,6 @@ exports[`ClayDropDownWithItems renders a DropDownWithItems with radio group 1`]
type="button"
>
Click Me
</button>
</div>
</div>
Expand All @@ -140,7 +134,6 @@ exports[`ClayDropDownWithItems renders a DropDownWithItems with search 1`] = `
type="button"
>
Click Me
</button>
</div>
</div>
Expand Down
36 changes: 0 additions & 36 deletions packages/clay-drop-down/src/__tests__/__snapshots__/index.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,6 @@ exports[`ClayDropDown renders dropdown menu when clicked 1`] = `
style=""
>
Click Me
<svg
class="lexicon-icon lexicon-icon-caret-bottom ml-1"
role="presentation"
>
<use
href="#caret-bottom"
/>
</svg>
</button>
</div>
</div>
Expand Down Expand Up @@ -95,15 +86,6 @@ exports[`ClayDropDown renders with groups 1`] = `
style=""
>
Click Me
<svg
class="lexicon-icon lexicon-icon-caret-bottom ml-1"
role="presentation"
>
<use
href="#caret-bottom"
/>
</svg>
</button>
</div>
</div>
Expand Down Expand Up @@ -248,15 +230,6 @@ exports[`ClayDropDown renders with icons 1`] = `
style=""
>
Click Me
<svg
class="lexicon-icon lexicon-icon-caret-bottom ml-1"
role="presentation"
>
<use
href="#caret-bottom"
/>
</svg>
</button>
</div>
</div>
Expand Down Expand Up @@ -374,15 +347,6 @@ exports[`ClayDropDown renders with search input 1`] = `
style=""
>
Click Me
<svg
class="lexicon-icon lexicon-icon-caret-bottom ml-1"
role="presentation"
>
<use
href="#caret-bottom"
/>
</svg>
</button>
</div>
</div>
Expand Down

0 comments on commit 64fce4b

Please sign in to comment.