Skip to content

Commit

Permalink
Remove unnecessary experimental Common grouping
Browse files Browse the repository at this point in the history
  • Loading branch information
mirka committed Nov 13, 2024
1 parent 368b4a7 commit 8f01d73
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { InputControlSuffixWrapper } from '../input-suffix-wrapper';
import Button from '../../button';

const meta: Meta< typeof InputControl > = {
title: 'Components (Experimental)/Selection & Input/Common/InputControl',
title: 'Components (Experimental)/Selection & Input/InputControl',
id: 'components-experimental-inputcontrol',
component: InputControl,
// @ts-expect-error - See https://github.com/storybookjs/storybook/issues/23170
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { useState } from '@wordpress/element';
import NumberControl from '..';

const meta: Meta< typeof NumberControl > = {
title: 'Components (Experimental)/Selection & Input/Common/NumberControl',
title: 'Components (Experimental)/Selection & Input/NumberControl',
id: 'components-experimental-numbercontrol',
component: NumberControl,
argTypes: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const meta: Meta< typeof ToggleGroupControl > = {
component: ToggleGroupControl,
// @ts-expect-error - See https://github.com/storybookjs/storybook/issues/23170
subcomponents: { ToggleGroupControlOption, ToggleGroupControlOptionIcon },
title: 'Components (Experimental)/Selection & Input/Common/ToggleGroupControl',
title: 'Components (Experimental)/Selection & Input/ToggleGroupControl',
id: 'components-experimental-togglegroupcontrol',
argTypes: {
help: { control: { type: 'text' } },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { CSS_UNITS } from '../utils';

const meta: Meta< typeof UnitControl > = {
component: UnitControl,
title: 'Components (Experimental)/Selection & Input/Common/UnitControl',
title: 'Components (Experimental)/Selection & Input/UnitControl',
id: 'components-experimental-unitcontrol',
argTypes: {
__unstableInputWidth: { control: { type: 'text' } },
Expand Down
1 change: 0 additions & 1 deletion storybook/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ export const parameters = {
'Navigation',
'Overlays',
'Selection & Input',
[ 'Common' ],
'Typography',
],
'Icons',
Expand Down

0 comments on commit 8f01d73

Please sign in to comment.