Skip to content

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
ockham committed Apr 10, 2020
1 parent 1de5d3a commit 7539780
Show file tree
Hide file tree
Showing 7 changed files with 982 additions and 982 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ exports[`ColorPaletteControl matches the snapshot 1`] = `
type="button"
/>
<svg
aria-hidden="true"
aria-hidden={true}
fill="#000000"
focusable="false"
focusable={false}
height={24}
role="img"
viewBox="0 0 24 24"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -367,9 +367,9 @@ exports[`ColorPalette should render a dynamic toolbar of colors 1`] = `
xmlns="http://www.w3.org/2000/svg"
>
<svg
aria-hidden="true"
aria-hidden={true}
fill="#000000"
focusable="false"
focusable={false}
height={24}
role="img"
viewBox="0 0 24 24"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ exports[`ColorPicker should commit changes to all views on blur 1`] = `
type="button"
>
<svg
aria-hidden="true"
focusable="false"
aria-hidden={true}
focusable={false}
height={24}
role="img"
viewBox="0 0 24 24"
Expand Down Expand Up @@ -329,8 +329,8 @@ exports[`ColorPicker should commit changes to all views on keyDown = DOWN 1`] =
type="button"
>
<svg
aria-hidden="true"
focusable="false"
aria-hidden={true}
focusable={false}
height={24}
role="img"
viewBox="0 0 24 24"
Expand Down Expand Up @@ -503,8 +503,8 @@ exports[`ColorPicker should commit changes to all views on keyDown = ENTER 1`] =
type="button"
>
<svg
aria-hidden="true"
focusable="false"
aria-hidden={true}
focusable={false}
height={24}
role="img"
viewBox="0 0 24 24"
Expand Down Expand Up @@ -677,8 +677,8 @@ exports[`ColorPicker should commit changes to all views on keyDown = UP 1`] = `
type="button"
>
<svg
aria-hidden="true"
focusable="false"
aria-hidden={true}
focusable={false}
height={24}
role="img"
viewBox="0 0 24 24"
Expand Down Expand Up @@ -851,8 +851,8 @@ exports[`ColorPicker should only update input view for draft changes 1`] = `
type="button"
>
<svg
aria-hidden="true"
focusable="false"
aria-hidden={true}
focusable={false}
height={24}
role="img"
viewBox="0 0 24 24"
Expand Down Expand Up @@ -1025,8 +1025,8 @@ exports[`ColorPicker should render color picker 1`] = `
type="button"
>
<svg
aria-hidden="true"
focusable="false"
aria-hidden={true}
focusable={false}
height={24}
role="img"
viewBox="0 0 24 24"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ exports[`MoreMenu should match snapshot 1`] = `
xmlns="http://www.w3.org/2000/svg"
>
<svg
aria-hidden="true"
focusable="false"
aria-hidden={true}
focusable={false}
height={24}
role="img"
viewBox="0 0 24 24"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ exports[`PluginMoreMenuItem renders menu item as button properly 1`] = `
type="button"
>
<svg
aria-hidden="true"
aria-hidden={true}
className="components-menu-items__item-icon"
focusable="false"
focusable={false}
height={24}
role="img"
viewBox="0 0 24 24"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ exports[`EnableCustomFieldsOption renders a checked checkbox and a confirmation
value="1"
/>
<svg
aria-hidden="true"
aria-hidden={true}
className="components-checkbox-control__checked"
focusable="false"
focusable={false}
height={24}
role="img"
viewBox="0 0 24 24"
Expand Down Expand Up @@ -80,9 +80,9 @@ exports[`EnableCustomFieldsOption renders a checked checkbox when custom fields
value="1"
/>
<svg
aria-hidden="true"
aria-hidden={true}
className="components-checkbox-control__checked"
focusable="false"
focusable={false}
height={24}
role="img"
viewBox="0 0 24 24"
Expand Down
Loading

0 comments on commit 7539780

Please sign in to comment.