Skip to content

Commit 3b455cd

Browse files
committed
Updates card stories with "Only Selectable"
removing "selectOnly" from the "Selectable" story
1 parent 3928a5f commit 3b455cd

File tree

4 files changed

+24
-0
lines changed

4 files changed

+24
-0
lines changed

packages/uui-card-block-type/lib/uui-card-block-type.story.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,12 @@ export const Image: Story = {
7575
};
7676

7777
export const Selectable: Story = {
78+
args: {
79+
selectable: true,
80+
},
81+
};
82+
83+
export const OnlySelectable: Story = {
7884
args: {
7985
selectable: true,
8086
selectOnly: true,

packages/uui-card-content-node/lib/uui-card-content-node.story.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,12 @@ export const CustomIcon: Story = {
7878
};
7979

8080
export const Selectable: Story = {
81+
args: {
82+
selectable: true,
83+
},
84+
};
85+
86+
export const OnlySelectable: Story = {
8187
args: {
8288
selectable: true,
8389
selectOnly: true,

packages/uui-card-media/lib/uui-card-media.story.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,12 @@ export const Image: Story = {
9494
};
9595

9696
export const Selectable: Story = {
97+
args: {
98+
selectable: true,
99+
},
100+
};
101+
102+
export const OnlySelectable: Story = {
97103
args: {
98104
selectable: true,
99105
selectOnly: true,

packages/uui-card-user/lib/uui-card-user.story.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,12 @@ export const Actions: Story = {
7878
};
7979

8080
export const Selectable: Story = {
81+
args: {
82+
selectable: true,
83+
},
84+
};
85+
86+
export const OnlySelectable: Story = {
8187
args: {
8288
selectable: true,
8389
selectOnly: true,

0 commit comments

Comments
 (0)