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

Bump @storybook/addon-links from 8.1.9 to 8.1.10 #1124

Merged
Merged
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
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.


Unchanged files with check annotations Beta

import React from 'react';

Check warning on line 1 in src/components/Accordion/accordion.story.jsx

GitHub Actions / build

Delete `;`
import Accordion from './index';

Check warning on line 2 in src/components/Accordion/accordion.story.jsx

GitHub Actions / build

Delete `;`
import NestedAccordion from '../NestedAccordion';

Check warning on line 3 in src/components/Accordion/accordion.story.jsx

GitHub Actions / build

Delete `;`
const mockText = `This is paragraph text which explains the accordion,
the rest of the text is just to fill it out and show the space it takes.`;

Check warning on line 6 in src/components/Accordion/accordion.story.jsx

GitHub Actions / build

Delete `;`
export default {
title: 'Accordion',

Check warning on line 9 in src/components/Accordion/accordion.story.jsx

GitHub Actions / build

Replace `↹` with `··`
};

Check warning on line 10 in src/components/Accordion/accordion.story.jsx

GitHub Actions / build

Delete `;`
export const Default = () => (
<div style={{ display: 'flex', width: '500px' }}>

Check warning on line 13 in src/components/Accordion/accordion.story.jsx

GitHub Actions / build

Replace `↹` with `··`
<Accordion header="This is a accordion title">

Check warning on line 14 in src/components/Accordion/accordion.story.jsx

GitHub Actions / build

Replace `↹↹<Accordion·header="This·is·a·accordion·title"` with `····<Accordion·header='This·is·a·accordion·title'`
This is paragraph text which explains the accordion, the rest of the text is just to fill it

Check warning on line 15 in src/components/Accordion/accordion.story.jsx

GitHub Actions / build

Replace `↹↹↹This·is·paragraph·text·which·explains·the·accordion,·the·rest·of·the·text·is·just·to·fill·it⏎↹↹↹out·and·show·the` with `······This·is·paragraph·text·which·explains·the·accordion,·the·rest·of·the·text·is·just·to·fill·it·out·and·show·the⏎·····`
out and show the space it takes.
</Accordion>

Check warning on line 17 in src/components/Accordion/accordion.story.jsx

GitHub Actions / build

Replace `↹↹` with `····`
</div>
);