Skip to content

Commit

Permalink
Merge pull request #5689 from fortunatomaldonado/LPS-197657
Browse files Browse the repository at this point in the history
LPS-197657 Remove xlink from icons
  • Loading branch information
matuzalemsteles authored Oct 11, 2023
2 parents b1cf8c4 + 10bbe01 commit 7636c27
Show file tree
Hide file tree
Showing 34 changed files with 262 additions and 262 deletions.
32 changes: 16 additions & 16 deletions packages/clay-alert/src/__tests__/__snapshots__/ClayAlert.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ exports[`ClayAlert render toast alert with stacked action 1`] = `
role="presentation"
>
<use
xlink:href="/foo/bar#info-circle"
href="/foo/bar#info-circle"
/>
</svg>
</span>
Expand Down Expand Up @@ -81,7 +81,7 @@ exports[`ClayAlert renders 1`] = `
role="presentation"
>
<use
xlink:href="/foo/bar#info-circle"
href="/foo/bar#info-circle"
/>
</svg>
</span>
Expand Down Expand Up @@ -128,7 +128,7 @@ exports[`ClayAlert renders alert inline with action 1`] = `
role="presentation"
>
<use
xlink:href="/foo/bar#info-circle"
href="/foo/bar#info-circle"
/>
</svg>
</span>
Expand Down Expand Up @@ -182,7 +182,7 @@ exports[`ClayAlert renders as \`feedback\` variant 1`] = `
role="presentation"
>
<use
xlink:href="/foo/bar#info-circle"
href="/foo/bar#info-circle"
/>
</svg>
</span>
Expand Down Expand Up @@ -224,7 +224,7 @@ exports[`ClayAlert renders as \`stripe\` variant 1`] = `
role="presentation"
>
<use
xlink:href="/foo/bar#info-circle"
href="/foo/bar#info-circle"
/>
</svg>
</span>
Expand Down Expand Up @@ -272,7 +272,7 @@ exports[`ClayAlert renders as a different type 1`] = `
role="presentation"
>
<use
xlink:href="/foo/bar#exclamation-full"
href="/foo/bar#exclamation-full"
/>
</svg>
</span>
Expand Down Expand Up @@ -325,7 +325,7 @@ exports[`ClayAlert renders with ToastContainer as a wrapper 1`] = `
role="presentation"
>
<use
xlink:href="/foo/bar#info-circle"
href="/foo/bar#info-circle"
/>
</svg>
</span>
Expand Down Expand Up @@ -367,7 +367,7 @@ exports[`ClayAlert renders with ToastContainer as a wrapper 1`] = `
role="presentation"
>
<use
xlink:href="/foo/bar#info-circle"
href="/foo/bar#info-circle"
/>
</svg>
</span>
Expand Down Expand Up @@ -409,7 +409,7 @@ exports[`ClayAlert renders with ToastContainer as a wrapper 1`] = `
role="presentation"
>
<use
xlink:href="/foo/bar#info-circle"
href="/foo/bar#info-circle"
/>
</svg>
</span>
Expand Down Expand Up @@ -458,7 +458,7 @@ exports[`ClayAlert renders with a footer and button 1`] = `
role="presentation"
>
<use
xlink:href="/foo/bar#info-circle"
href="/foo/bar#info-circle"
/>
</svg>
</span>
Expand Down Expand Up @@ -523,7 +523,7 @@ exports[`ClayAlert renders with a title and a message with markup 1`] = `
role="presentation"
>
<use
xlink:href="/foo/bar#info-circle"
href="/foo/bar#info-circle"
/>
</svg>
</span>
Expand Down Expand Up @@ -573,7 +573,7 @@ exports[`ClayAlert renders with an icon for closing 1`] = `
role="presentation"
>
<use
xlink:href="/foo/bar#info-circle"
href="/foo/bar#info-circle"
/>
</svg>
</span>
Expand Down Expand Up @@ -603,7 +603,7 @@ exports[`ClayAlert renders with an icon for closing 1`] = `
role="presentation"
>
<use
xlink:href="/foo/bar#times"
href="/foo/bar#times"
/>
</svg>
</button>
Expand Down Expand Up @@ -634,7 +634,7 @@ exports[`ClayAlert renders with an icon for closing with autoClose 1`] = `
role="presentation"
>
<use
xlink:href="/foo/bar#info-circle"
href="/foo/bar#info-circle"
/>
</svg>
</span>
Expand Down Expand Up @@ -664,7 +664,7 @@ exports[`ClayAlert renders with an icon for closing with autoClose 1`] = `
role="presentation"
>
<use
xlink:href="/foo/bar#times"
href="/foo/bar#times"
/>
</svg>
</button>
Expand Down Expand Up @@ -695,7 +695,7 @@ exports[`ClayAlert renders with autoClose and without icon 1`] = `
role="presentation"
>
<use
xlink:href="/foo/bar#info-circle"
href="/foo/bar#info-circle"
/>
</svg>
</span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ exports[`ClayBreadcrumb calls callback when an item is clicked 1`] = `
role="presentation"
>
<use
xlink:href="path/to/spritemap#angle-double-right"
href="path/to/spritemap#angle-double-right"
/>
</svg>
</button>
Expand Down Expand Up @@ -68,7 +68,7 @@ exports[`ClayBreadcrumb renders 1`] = `
role="presentation"
>
<use
xlink:href="path/to/spritemap#angle-double-right"
href="path/to/spritemap#angle-double-right"
/>
</svg>
</button>
Expand Down Expand Up @@ -120,7 +120,7 @@ exports[`ClayBreadcrumb renders with properties passed by \`ellipsisProps\` 1`]
role="presentation"
>
<use
xlink:href="path/to/spritemap#angle-double-right"
href="path/to/spritemap#angle-double-right"
/>
</svg>
</button>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ exports[`Button renders ClayButtonWithIcon 1`] = `
role="presentation"
>
<use
xlink:href="/some/path#trash"
href="/some/path#trash"
/>
</svg>
</button>
Expand All @@ -42,7 +42,7 @@ exports[`Button renders ClayButtonWithIcon without monospaced 1`] = `
role="presentation"
>
<use
xlink:href="/some/path#trash"
href="/some/path#trash"
/>
</svg>
</button>
Expand Down
Loading

0 comments on commit 7636c27

Please sign in to comment.