Skip to content

Commit

Permalink
chore(docs): fixed docs and removed docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtBlue committed Nov 25, 2024
1 parent 3cd9917 commit 1c2cf58
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
54 changes: 27 additions & 27 deletions src/sass/list/stories/list.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -434,30 +434,30 @@ export const withRadio = () => `
</div>
`;

export const orderedList = () => `
<div class="list">
<ol>
<li>
<div>
<span class="list__body">
Text 1
</span>
</div>
</li>
<li>
<div>
<span class="list__body">
Text 2
</span>
</div>
</li>
<li>
<div>
<span class="list__body">
Text 3
</span>
</div>
</li>
</ol>
</div>
`;
// export const orderedList = () => `
// <div class="list">
// <ol>
// <li>
// <div>
// <span class="list__body">
// Text 1
// </span>
// </div>
// </li>
// <li>
// <div>
// <span class="list__body">
// Text 2
// </span>
// </div>
// </li>
// <li>
// <div>
// <span class="list__body">
// Text 3
// </span>
// </div>
// </li>
// </ol>
// </div>
// `;
2 changes: 1 addition & 1 deletion src/sass/panel-dialog/stories/panel-dialog.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ export const panelStartWithHeaderOverflow = () => `
<div class="panel-dialog__header">
<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>
<button class="icon-btn panel-dialog__close" type="button" aria-label="Close Dialog">
<svg class="icon icon--close-16" aria-hidden="true">
<svg class="icon icon--16" aria-hidden="true">
<use href="#icon-close-16"></use>
</svg>
</button>
Expand Down

0 comments on commit 1c2cf58

Please sign in to comment.