Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion apps/storybook/src/stories/Accordion.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { expect, userEvent, within } from "storybook/test";

const meta = {
component: Accordion,
title: "Components/Accordion",
title: "Data Display/Accordion",
tags: ["autodocs"],
} satisfies Meta<typeof Accordion>;

Expand Down
2 changes: 1 addition & 1 deletion apps/storybook/src/stories/Alert.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { Meta, StoryObj } from "@storybook/react";

const meta = {
component: Alert,
title: "Components/Alert",
title: "Feedback/Alert",
tags: ["autodocs"],
} satisfies Meta<typeof Alert>;

Expand Down
2 changes: 1 addition & 1 deletion apps/storybook/src/stories/Button.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { Meta, StoryObj } from "@storybook/react";

const meta = {
component: Button,
title: "Components/Button",
title: "Inputs/Button",
tags: ["autodocs"],
} satisfies Meta<typeof Button>;

Expand Down
2 changes: 1 addition & 1 deletion apps/storybook/src/stories/Checkbox.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { Meta, StoryObj } from "@storybook/react";

const meta = {
component: Checkbox,
title: "Components/Checkbox",
title: "Inputs/Checkbox",
tags: ["autodocs"],
} satisfies Meta<typeof Checkbox>;

Expand Down
2 changes: 1 addition & 1 deletion apps/storybook/src/stories/Icon.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { Meta, StoryObj } from "@storybook/react";

const meta = {
component: Icon,
title: "Components/Icon",
title: "Data Display/Icon",
tags: ["autodocs"],
} satisfies Meta<typeof Icon>;

Expand Down
2 changes: 1 addition & 1 deletion apps/storybook/src/stories/IconButton.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { Meta, StoryObj } from "@storybook/react";

const meta = {
component: IconButton,
title: "Components/IconButton",
title: "Inputs/IconButton",
tags: ["autodocs"],
} satisfies Meta<typeof IconButton>;

Expand Down
2 changes: 1 addition & 1 deletion apps/storybook/src/stories/Input.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { Meta, StoryObj } from "@storybook/react";

const meta = {
component: Input,
title: "Components/Input",
title: "Inputs/Input",
tags: ["autodocs"],
} satisfies Meta<typeof Input>;

Expand Down
2 changes: 1 addition & 1 deletion apps/storybook/src/stories/Label.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { Meta, StoryObj } from "@storybook/react";

const meta = {
component: Label,
title: "Components/Label",
title: "Data Display/Label",
tags: ["autodocs"],
} satisfies Meta<typeof Label>;

Expand Down
2 changes: 1 addition & 1 deletion apps/storybook/src/stories/RadioGroup.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { Meta, StoryObj } from "@storybook/react";

const meta = {
component: RadioGroup,
title: "Components/RadioGroup",
title: "Inputs/RadioGroup",
tags: ["autodocs"],
} satisfies Meta<typeof RadioGroup>;

Expand Down
2 changes: 1 addition & 1 deletion apps/storybook/src/stories/SectionTitle.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { Meta, StoryObj } from "@storybook/react";

const meta = {
component: SectionTitle,
title: "Components/SectionTitle",
title: "Layout/SectionTitle",
tags: ["autodocs"],
} satisfies Meta<typeof SectionTitle>;

Expand Down
2 changes: 1 addition & 1 deletion apps/storybook/src/stories/Select.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { expect, userEvent, within } from "storybook/test";

const meta = {
component: Select,
title: "Components/Select",
title: "Inputs/Select",
tags: ["autodocs"],
} satisfies Meta<typeof Select>;

Expand Down
2 changes: 1 addition & 1 deletion apps/storybook/src/stories/Switch.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { Meta, StoryObj } from "@storybook/react";

const meta = {
component: Switch,
title: "Components/Switch",
title: "Inputs/Switch",
tags: ["autodocs"],
} satisfies Meta<typeof Switch>;

Expand Down
2 changes: 1 addition & 1 deletion apps/storybook/src/stories/Textarea.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { Meta, StoryObj } from "@storybook/react";

const meta = {
component: Textarea,
title: "Components/Textarea",
title: "Inputs/Textarea",
tags: ["autodocs"],
} satisfies Meta<typeof Textarea>;

Expand Down
2 changes: 1 addition & 1 deletion apps/storybook/src/stories/Type.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { Meta, StoryObj } from "@storybook/react";

const meta = {
component: Type,
title: "Components/Type",
title: "Data Display/Type",
tags: ["autodocs"],
} satisfies Meta<typeof Type>;

Expand Down
Loading