Skip to content

Commit

Permalink
chore: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
emyarod committed Jan 7, 2021
1 parent a2812b6 commit ff8087a
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 28 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ exports[`ListBoxField should render 1`] = `
translateWithId={[Function]}
>
<div
aria-label="Clear Selection"
aria-label="Clear selected item"
className="bx--list-box__selection"
onClick={[Function]}
onKeyDown={[Function]}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ exports[`ListBoxSelection should render 1`] = `
Array [
"clear.all",
],
Array [
"clear.all",
],
],
"results": Array [
Object {
Expand All @@ -22,12 +25,16 @@ exports[`ListBoxSelection should render 1`] = `
"type": "return",
"value": "translation",
},
Object {
"type": "return",
"value": "translation",
},
],
}
}
>
<div
aria-label="Clear Selection"
aria-label="translation"
className="bx--list-box__selection"
onClick={[Function]}
onKeyDown={[Function]}
Expand Down Expand Up @@ -77,6 +84,9 @@ exports[`ListBoxSelection should render 2`] = `
Array [
"clear.all",
],
Array [
"clear.all",
],
],
"results": Array [
Object {
Expand All @@ -87,45 +97,58 @@ exports[`ListBoxSelection should render 2`] = `
"type": "return",
"value": "translation",
},
Object {
"type": "return",
"value": "translation",
},
],
}
}
>
<div
aria-label="Clear Selection"
className="bx--list-box__selection bx--tag--filter bx--list-box__selection--multi"
onClick={[Function]}
onKeyDown={[Function]}
role="button"
tabIndex={0}
title="translation"
className="bx--tag bx--tag--filter bx--tag--high-contrast"
>
3
<ForwardRef(Close16)>
<Icon
fill="currentColor"
height={16}
preserveAspectRatio="xMidYMid meet"
viewBox="0 0 32 32"
width={16}
xmlns="http://www.w3.org/2000/svg"
>
<svg
aria-hidden={true}
<span
className="bx--tag__label"
title={3}
>
3
</span>
<div
aria-label="translation"
className="bx--tag__close-icon"
onClick={[Function]}
onKeyDown={[Function]}
role="button"
tabIndex={0}
title="translation"
>
<ForwardRef(Close16)>
<Icon
fill="currentColor"
focusable="false"
height={16}
preserveAspectRatio="xMidYMid meet"
viewBox="0 0 32 32"
width={16}
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M24 9.4L22.6 8 16 14.6 9.4 8 8 9.4 14.6 16 8 22.6 9.4 24 16 17.4 22.6 24 24 22.6 17.4 16 24 9.4z"
/>
</svg>
</Icon>
</ForwardRef(Close16)>
<svg
aria-hidden={true}
fill="currentColor"
focusable="false"
height={16}
preserveAspectRatio="xMidYMid meet"
viewBox="0 0 32 32"
width={16}
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M24 9.4L22.6 8 16 14.6 9.4 8 8 9.4 14.6 16 8 22.6 9.4 24 16 17.4 22.6 24 24 22.6 17.4 16 24 9.4z"
/>
</svg>
</Icon>
</ForwardRef(Close16)>
</div>
</div>
</ListBoxSelection>
`;

0 comments on commit ff8087a

Please sign in to comment.