Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
JesmoDev committed Aug 23, 2024
1 parent 21bcefc commit d0124a4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/uui-card-block-type/lib/uui-card-block-type.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ const meta: Meta = {
description: 'Description',
slot: html`<uui-icon name="wand"></uui-icon>`,
},
argTypes: {
background: { control: { type: 'color' } },
slot: { control: { disable: true } },
tag: { control: { disable: true } },
actions: { control: { disable: true } },
},
// prettier-ignore
render: args => html`
<uui-card-block-type ${spread(args, ['slot', 'tag', 'actions'])}>
Expand All @@ -33,12 +39,6 @@ const meta: Meta = {
${Story()}
</div>`,
],
argTypes: {
background: { control: { type: 'color' } },
slot: { control: { disable: true } },
tag: { control: { disable: true } },
actions: { control: { disable: true } },
},
};

export default meta;
Expand Down

0 comments on commit d0124a4

Please sign in to comment.