Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: removed deprecated xlink in svg use tags #137

Merged
merged 1 commit into from
Jan 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/makeup-combobox/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ <h2 id="combobox-1">Manual Selection</h2>
aria-owns="listbox-1"
/>
<svg class="icon icon--chevron-down-12" focusable="false" height="12" width="12" aria-hidden="true">
<use xlink:href="../icons.svg#icon-chevron-down-12"></use>
<use href="../icons.svg#icon-chevron-down-12"></use>
</svg>
</span>
<div class="combobox__listbox" hidden>
Expand Down Expand Up @@ -92,7 +92,7 @@ <h2 id="combobox-2">Automatic Selection</h2>
aria-owns="listbox-2"
/>
<svg class="icon icon--chevron-down-12" focusable="false" height="12" width="12" aria-hidden="true">
<use xlink:href="../icons.svg#icon-chevron-down-12"></use>
<use href="../icons.svg#icon-chevron-down-12"></use>
</svg>
</span>
<div class="combobox__listbox" hidden>
Expand Down Expand Up @@ -143,7 +143,7 @@ <h2 id="combobox-3">Manual Selection with List Autocomplete</h2>
aria-owns="listbox-3"
/>
<svg class="icon icon--chevron-down-12" focusable="false" height="12" width="12" aria-hidden="true">
<use xlink:href="../icons.svg#icon-chevron-down-12"></use>
<use href="../icons.svg#icon-chevron-down-12"></use>
</svg>
</span>
<div class="combobox__listbox" hidden>
Expand Down Expand Up @@ -194,7 +194,7 @@ <h2 id="combobox-4">Automatic Selection with List Autocomplete</h2>
aria-owns="listbox-4"
/>
<svg class="icon icon--chevron-down-12" focusable="false" height="12" width="12" aria-hidden="true">
<use xlink:href="../icons.svg#icon-chevron-down-12"></use>
<use href="../icons.svg#icon-chevron-down-12"></use>
</svg>
</span>
<div class="combobox__listbox" hidden>
Expand Down
14 changes: 7 additions & 7 deletions docs/makeup-dialog-button/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ <h1>makeup-dialog-button</h1>
<h2 id="lightbox-dialog-title">Lightbox Dialog</h2>
<button aria-label="Close dialog" class="icon-btn lightbox-dialog__close" type="button">
<svg aria-hidden="true" class="icon icon--close" focusable="false" height="16" width="16">
<use xlink:href="../icons.svg#icon-close"></use>
<use href="../icons.svg#icon-close"></use>
</svg>
</button>
</div>
Expand Down Expand Up @@ -166,7 +166,7 @@ <h2 class="lightbox-dialog__title" id="input-dialog-title">Enter Your Bid</h2>
<h2 id="panel-dialog-title">Heading</h2>
<button aria-label="Close dialog" class="icon-btn panel-dialog__close" type="button">
<svg aria-hidden="true" class="icon icon--close" focusable="false" height="16" width="16">
<use xlink:href="../icons.svg#icon-close"></use>
<use href="../icons.svg#icon-close"></use>
</svg>
</button>
</div>
Expand All @@ -191,7 +191,7 @@ <h2 id="panel-dialog-title">Heading</h2>
<div class="panel-dialog__header">
<button aria-label="Close dialog" class="icon-btn panel-dialog__close" type="button">
<svg aria-hidden="true" class="icon icon--close" focusable="false" height="16" width="16">
<use xlink:href="../icons.svg#icon-close"></use>
<use href="../icons.svg#icon-close"></use>
</svg>
</button>
<h2 id="filter-dialog-title" class="panel-dialog__title panel-dialog__title--center">Filter</h2>
Expand All @@ -214,7 +214,7 @@ <h2 id="filter-dialog-title" class="panel-dialog__title panel-dialog__title--cen
<div class="panel-dialog__header">
<button aria-label="Close dialog" class="icon-btn panel-dialog__close" type="button">
<svg aria-hidden="true" class="icon icon--close" focusable="false" height="16" width="16">
<use xlink:href="../icons.svg#icon-close"></use>
<use href="../icons.svg#icon-close"></use>
</svg>
</button>
<h2 id="sort-dialog-title" class="panel-dialog__title panel-dialog__title--center">Sort</h2>
Expand Down Expand Up @@ -277,7 +277,7 @@ <h2 class="toast-dialog__title">User Privacy Preferences</h2>
aria-label="Close notification dialog"
>
<svg class="icon icon--close" focusable="false" height="24" width="24">
<use xlink:href="../icons.svg#icon-close"></use>
<use href="../icons.svg#icon-close"></use>
</svg>
</button>
</div>
Expand Down Expand Up @@ -309,7 +309,7 @@ <h2 class="toast-dialog__title">User Privacy Preferences</h2>
<h2 id="drawer-dialog-title" class="large-text-1 bold-text">Drawer Dialog</h2>
<button aria-label="Close dialog" class="icon-btn drawer-dialog__close" type="button">
<svg aria-hidden="true" class="icon icon--close" focusable="false" height="16" width="16">
<use xlink:href="../icons.svg#icon-close"></use>
<use href="../icons.svg#icon-close"></use>
</svg>
</button>
</div>
Expand Down Expand Up @@ -369,7 +369,7 @@ <h2 id="drawer-dialog-title" class="large-text-1 bold-text">Drawer Dialog</h2>
<div class="fullscreen-dialog__header">
<button aria-label="Close dialog" class="icon-btn fullscreen-dialog__close" type="button">
<svg aria-hidden="true" class="icon icon--close" focusable="false" height="16" width="16">
<use xlink:href="../icons.svg#icon-close"></use>
<use href="../icons.svg#icon-close"></use>
</svg>
</button>
<h2 id="fullscreen-dialog-title">Fullscreen Dialog</h2>
Expand Down
2 changes: 1 addition & 1 deletion docs/makeup-drawer-dialog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ <h1>makeup-drawer-dialog</h1>
<h2 id="drawer-dialog-title" class="large-text-1 bold-text">Drawer Dialog</h2>
<button aria-label="Close dialog" class="icon-btn drawer-dialog__close" type="button">
<svg aria-hidden="true" class="icon icon--close-16" focusable="false" height="16" width="16">
<use xlink:href="../icons.svg#icon-close-16"></use>
<use href="../icons.svg#icon-close-16"></use>
</svg>
</button>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/makeup-fullscreen-dialog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h1>makeup-fullscreen-dialog</h1>
<div class="fullscreen-dialog__header">
<button aria-label="Close dialog" class="icon-btn fullscreen-dialog__close" type="button">
<svg aria-hidden="true" class="icon icon--close-16" focusable="false" height="16" width="16">
<use xlink:href="../icons.svg#icon-close-16"></use>
<use href="../icons.svg#icon-close-16"></use>
</svg>
</button>
<h2 id="fullscreen-dialog-title">Fullscreen Dialog</h2>
Expand Down
2 changes: 1 addition & 1 deletion docs/makeup-lightbox-dialog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ <h1>makeup-lightbox-dialog</h1>
<h2 id="lightbox-dialog-title">Lightbox Dialog</h2>
<button aria-label="Close dialog" class="icon-btn lightbox-dialog__close" type="button">
<svg aria-hidden="true" class="icon icon--close-16" focusable="false" height="16" width="16">
<use xlink:href="../icons.svg#icon-close-16"></use>
<use href="../icons.svg#icon-close-16"></use>
</svg>
</button>
</div>
Expand Down
Loading
Loading