Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 1c2cf58

Browse files
committed
chore(docs): fixed docs and removed docs
1 parent 3cd9917 commit 1c2cf58

File tree

2 files changed

+28
-28
lines changed

2 files changed

+28
-28
lines changed

src/sass/list/stories/list.stories.js

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff 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+
// `;

src/sass/panel-dialog/stories/panel-dialog.stories.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)