Skip to content

Commit

Permalink
refactor: migrate last stories from components/
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbert committed Nov 17, 2024
1 parent 57a0ae6 commit 653a673
Show file tree
Hide file tree
Showing 26 changed files with 51 additions and 422 deletions.
8 changes: 0 additions & 8 deletions components/badge/src/stories/readme.stories.mdx

This file was deleted.

16 changes: 0 additions & 16 deletions components/badge/src/stories/tokens.stories.mdx

This file was deleted.

8 changes: 0 additions & 8 deletions components/form-control/src/stories/readme.stories.mdx

This file was deleted.

16 changes: 0 additions & 16 deletions components/form-control/src/stories/tokens.stories.mdx

This file was deleted.

54 changes: 0 additions & 54 deletions components/search-bar/src/stories/default.stories.mdx

This file was deleted.

8 changes: 0 additions & 8 deletions components/search-bar/src/stories/readme.stories.mdx

This file was deleted.

16 changes: 0 additions & 16 deletions components/search-bar/src/stories/tokens.stories.mdx

This file was deleted.

165 changes: 0 additions & 165 deletions components/search-bar/src/story-template.jsx

This file was deleted.

This file was deleted.

41 changes: 0 additions & 41 deletions components/templates/contact-card-template/css/story-template.jsx

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Markdown, Meta } from "@storybook/blocks";
import document from "./accessibility.md";
import document from "@utrecht/button-css/docs/accessibility.md";

<Meta title="CSS Component/Button/Accessibility" />

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Markdown, Meta } from "@storybook/blocks";
import document from "./onderzoek.md";
import document from "@utrecht/button-css/docs/onderzoek.md";

<Meta title="CSS Component/Button/Onderzoek" />

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Markdown, Meta } from "@storybook/blocks";
import document from "./ux-guidelines.md";
import document from "@utrecht/button-css/docs/ux-guidelines.md";

<Meta title="CSS Component/Button/UX Guidelines" />

Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
{/* @license CC0-1.0 */}

import { Canvas, Meta, Story } from "@storybook/blocks";
import { argTypes, defaultArgs, exampleArgs, FormFieldCheckboxGroup } from "../story-template";
import "../../../checkbox/src/index.scss";
import "../../../form-label/src/index.scss";
import "../index.scss";
import { argTypes, defaultArgs, exampleArgs, FormFieldCheckboxGroup } from "./story-template";

<Meta
id="css-form-field--checkbox-group"
Expand Down
Loading

0 comments on commit 653a673

Please sign in to comment.