This repository was archived by the owner on Apr 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +28
-28
lines changed Expand file tree Collapse file tree 2 files changed +28
-28
lines changed Original file line number Diff line number Diff line change @@ -434,30 +434,30 @@ export const withRadio = () => `
434434</div>
435435` ;
436436
437- export const orderedList = ( ) => `
438- <div class="list">
439- <ol>
440- <li>
441- <div>
442- <span class="list__body">
443- Text 1
444- </span>
445- </div>
446- </li>
447- <li>
448- <div>
449- <span class="list__body">
450- Text 2
451- </span>
452- </div>
453- </li>
454- <li>
455- <div>
456- <span class="list__body">
457- Text 3
458- </span>
459- </div>
460- </li>
461- </ol>
462- </div>
463- ` ;
437+ // export const orderedList = () => `
438+ // <div class="list">
439+ // <ol>
440+ // <li>
441+ // <div>
442+ // <span class="list__body">
443+ // Text 1
444+ // </span>
445+ // </div>
446+ // </li>
447+ // <li>
448+ // <div>
449+ // <span class="list__body">
450+ // Text 2
451+ // </span>
452+ // </div>
453+ // </li>
454+ // <li>
455+ // <div>
456+ // <span class="list__body">
457+ // Text 3
458+ // </span>
459+ // </div>
460+ // </li>
461+ // </ol>
462+ // </div>
463+ // `;
Original file line number Diff line number Diff line change @@ -254,7 +254,7 @@ export const panelStartWithHeaderOverflow = () => `
254254 <div class="panel-dialog__header">
255255 <h2 id="panel-title">Left Panel with a title that's so long it wraps to the next line. No dialog should ever have a title this long.</h2>
256256 <button class="icon-btn panel-dialog__close" type="button" aria-label="Close Dialog">
257- <svg class="icon icon--close- 16" aria-hidden="true">
257+ <svg class="icon icon--16" aria-hidden="true">
258258 <use href="#icon-close-16"></use>
259259 </svg>
260260 </button>
You can’t perform that action at this time.
0 commit comments