Skip to content

Commit 21c29d4

Browse files
chore: use size override patterns consistent with badge
1 parent ac58a1f commit 21c29d4

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

second-gen/packages/swc/components/status-light/stories/status-light.stories.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,8 @@ argTypes.variant = {
4444
*/
4545
// argTypes.size = {
4646
// ...argTypes.size,
47-
// name: 'Size',
48-
// type: { name: 'string', required: false },
49-
// description: 'The size of the status light dot. The default size is `m`.',
5047
// control: { type: 'select' },
5148
// options: StatusLight.VALID_SIZES,
52-
// table: {
53-
// type: { summary: 'string' },
54-
// defaultValue: { summary: 'm' },
55-
// category: 'Component',
56-
// },
5749
// };
5850

5951
args['default-slot'] = 'Status light';

0 commit comments

Comments
 (0)