Skip to content

Commit 53369bb

Browse files
committed
Refactor story titles to use 'Components/' prefix
Updated all Storybook story files to use the 'Components/' prefix in their titles instead of the previous 'Primitives/' categorization. This change standardizes the naming convention and improves discoverability and organization within Storybook.
1 parent 73bdf30 commit 53369bb

39 files changed

+39
-39
lines changed

packages/components/src/stories-json/accordion.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { SchemaRenderer } from '../SchemaRenderer';
33
import type { BaseSchema } from '@object-ui/types';
44

55
const meta = {
6-
title: 'Primitives/Display/Accordion',
6+
title: 'Components/Accordion',
77
component: SchemaRenderer,
88
parameters: { layout: 'padded' },
99
tags: ['autodocs'],

packages/components/src/stories-json/alert.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { SchemaRenderer } from '../SchemaRenderer';
33
import type { BaseSchema } from '@object-ui/types';
44

55
const meta = {
6-
title: 'Primitives/Feedback/Alert',
6+
title: 'Components/Alert',
77
component: SchemaRenderer,
88
parameters: { layout: 'padded' },
99
tags: ['autodocs'],

packages/components/src/stories-json/aspect-ratio.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { SchemaRenderer } from '../SchemaRenderer';
33
import type { BaseSchema } from '@object-ui/types';
44

55
const meta = {
6-
title: 'Primitives/Layout/Aspect Ratio',
6+
title: 'Components/Aspect Ratio',
77
component: SchemaRenderer,
88
parameters: { layout: 'centered' },
99
tags: ['autodocs'],

packages/components/src/stories-json/avatar.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { SchemaRenderer } from '../SchemaRenderer';
33
import type { BaseSchema } from '@object-ui/types';
44

55
const meta = {
6-
title: 'Primitives/Display/Avatar',
6+
title: 'Components/Avatar',
77
component: SchemaRenderer,
88
parameters: { layout: 'centered' },
99
tags: ['autodocs'],

packages/components/src/stories-json/badge.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { SchemaRenderer } from '../SchemaRenderer';
33
import type { BaseSchema } from '@object-ui/types';
44

55
const meta = {
6-
title: 'Primitives/Display/Badge',
6+
title: 'Components/Badge',
77
component: SchemaRenderer,
88
parameters: { layout: 'centered' },
99
tags: ['autodocs'],

packages/components/src/stories-json/breadcrumb.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { SchemaRenderer } from '../SchemaRenderer';
33
import type { BaseSchema } from '@object-ui/types';
44

55
const meta = {
6-
title: 'Primitives/Navigation/Breadcrumb',
6+
title: 'Components/Breadcrumb',
77
component: SchemaRenderer,
88
parameters: { layout: 'centered' },
99
tags: ['autodocs'],

packages/components/src/stories-json/button-group.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { SchemaRenderer } from '../SchemaRenderer';
33
import type { BaseSchema } from '@object-ui/types';
44

55
const meta = {
6-
title: 'Primitives/Actions/Button Group',
6+
title: 'Components/Button Group',
77
component: SchemaRenderer,
88
parameters: { layout: 'centered' },
99
tags: ['autodocs'],

packages/components/src/stories-json/button.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { SchemaRenderer } from '../SchemaRenderer';
33
import type { BaseSchema } from '@object-ui/types';
44

55
const meta = {
6-
title: 'Primitives/Actions/Button',
6+
title: 'Components/Button',
77
component: SchemaRenderer,
88
parameters: {
99
layout: 'centered',

packages/components/src/stories-json/calendar.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { SchemaRenderer } from '../SchemaRenderer';
33
import type { BaseSchema } from '@object-ui/types';
44

55
const meta = {
6-
title: 'Primitives/Display/Calendar',
6+
title: 'Components/Calendar',
77
component: SchemaRenderer,
88
parameters: {
99
layout: 'padded',

packages/components/src/stories-json/card.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { SchemaRenderer } from '../SchemaRenderer';
33
import type { BaseSchema } from '@object-ui/types';
44

55
const meta = {
6-
title: 'Primitives/Layout/Card',
6+
title: 'Components/Card',
77
component: SchemaRenderer,
88
parameters: {
99
layout: 'padded',

0 commit comments

Comments
 (0)