Skip to content

Commit 690f3db

Browse files
committed
Refactor Storybook titles for improved categorization
Updated the 'title' fields in all Storybook stories to use a new, more consistent categorization scheme. This change improves discoverability and organization of component stories by grouping them under 'Primitives', 'Views', and other relevant categories.
1 parent 95aed49 commit 690f3db

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+52
-52
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: 'Schema/Data Display/Accordion',
6+
title: 'Primitives/Display/Accordion',
77
component: SchemaRenderer,
88
parameters: { layout: 'padded' },
99
tags: ['autodocs'],

packages/components/src/stories-json/aggrid.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: 'Schema/Plugins/AG Grid',
6+
title: 'Views/Data Grid (AgGrid)',
77
component: SchemaRenderer,
88
parameters: {
99
layout: 'padded',

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: 'Schema/Data Display/Alert',
6+
title: 'Primitives/Feedback/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: 'Schema/Layout',
6+
title: 'Primitives/Layout/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: 'Schema/Data Display/Avatar',
6+
title: 'Primitives/Display/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: 'Schema/Data Display',
6+
title: 'Primitives/Display/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: 'Schema/Navigation/Breadcrumb',
6+
title: 'Primitives/Navigation/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: 'Schema/Actions/Button Group',
6+
title: 'Primitives/Actions/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: 'Schema/Actions/Button',
6+
title: 'Primitives/Actions/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: 'Schema/Data Display/Calendar',
6+
title: 'Primitives/Display/Calendar',
77
component: SchemaRenderer,
88
parameters: {
99
layout: 'padded',

0 commit comments

Comments
 (0)