Skip to content

Commit 9781288

Browse files
committed
fix: update story titles for consistency across Schema components
1 parent 6a07e3a commit 9781288

11 files changed

+11
-11
lines changed

packages/components/src/stories-json/controls.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/Inputs/Controls',
6+
title: 'Schema/Inputs',
77
component: SchemaRenderer,
88
parameters: { layout: 'centered' },
99
tags: ['autodocs'],

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import type { Meta, StoryObj } from '@storybook/react';
22
import { SchemaRenderer } from '../SchemaRenderer';
33

44
const meta: Meta = {
5-
title: 'Schema/Data Display/Extras',
5+
title: 'Schema/Data Display',
66
component: SchemaRenderer,
77
tags: ['autodocs'],
88
argTypes: {

packages/components/src/stories-json/dialog.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/Feedback/Dialog',
6+
title: 'Schema/Overlay/Dialog',
77
component: SchemaRenderer,
88
parameters: { layout: 'centered' },
99
tags: ['autodocs'],

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import type { Meta, StoryObj } from '@storybook/react';
22
import { SchemaRenderer } from '../SchemaRenderer';
33

44
const meta: Meta = {
5-
title: 'Schema/Feedback/Extras',
5+
title: 'Schema/Feedback',
66
component: SchemaRenderer,
77
tags: ['autodocs'],
88
};

packages/components/src/stories-json/feedback_others.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/Feedback/Others',
6+
title: 'Schema/Feedback',
77
component: SchemaRenderer,
88
parameters: { layout: 'centered' },
99
tags: ['autodocs'],

packages/components/src/stories-json/form_advanced.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/Inputs/Advanced Controls',
6+
title: 'Schema/Inputs',
77
component: SchemaRenderer,
88
parameters: { layout: 'centered' },
99
tags: ['autodocs'],

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import type { Meta, StoryObj } from '@storybook/react';
22
import { SchemaRenderer } from '../SchemaRenderer';
33

44
const meta: Meta = {
5-
title: 'Schema/Inputs/Extras',
5+
title: 'Schema/Inputs',
66
component: SchemaRenderer,
77
tags: ['autodocs'],
88
argTypes: {

packages/components/src/stories-json/form_inputs.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: Meta = {
6-
title: 'Schema/Inputs/Inputs',
6+
title: 'Schema/Inputs',
77
component: SchemaRenderer,
88
tags: ['autodocs'],
99
};

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import type { Meta, StoryObj } from '@storybook/react';
22
import { SchemaRenderer } from '../SchemaRenderer';
33

44
const meta: Meta = {
5-
title: 'Schema/Layout/Extended',
5+
title: 'Schema/Layout',
66
component: SchemaRenderer,
77
tags: ['autodocs'],
88
};

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import type { Meta, StoryObj } from '@storybook/react';
22
import { SchemaRenderer } from '../SchemaRenderer';
33

44
const meta: Meta = {
5-
title: 'Schema/Feedback/Extras',
5+
title: 'Schema/Overlay',
66
component: SchemaRenderer,
77
tags: ['autodocs'],
88
argTypes: {

0 commit comments

Comments
 (0)