File tree Expand file tree Collapse file tree 1 file changed +17
-5
lines changed
components/coachmark/stories Expand file tree Collapse file tree 1 file changed +17
-5
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ export const CoachMarkGroup = Variants({
29
29
testHeading : "Default" ,
30
30
hasActionMenu : false ,
31
31
hasPagination : false ,
32
- hasImage : false ,
33
32
wrapperStyles : {
34
33
"background-color" : "var(--spectrum-gray-50, white)" ,
35
34
} ,
@@ -46,18 +45,31 @@ export const CoachMarkGroup = Variants({
46
45
{
47
46
testHeading : "With action menu" ,
48
47
hasPagination : false ,
49
- hasActionMenu : true ,
50
- hasImage : false ,
51
48
isOpen : true ,
52
49
wrapperStyles : {
53
50
"background-color" : "var(--spectrum-gray-50, white)"
54
51
} ,
55
52
} ,
53
+ {
54
+ testHeading : "With action menu + media" ,
55
+ hasPagination : false ,
56
+ isOpen : true ,
57
+ hasImage : true ,
58
+ wrapperStyles : {
59
+ "background-color" : "var(--spectrum-gray-50, white)"
60
+ } ,
61
+ } ,
56
62
{
57
63
testHeading : "With pagination" ,
58
- hasPagination : true ,
59
64
hasActionMenu : false ,
60
- hasImage : false ,
65
+ wrapperStyles : {
66
+ "background-color" : "var(--spectrum-gray-50, white)"
67
+ } ,
68
+ } ,
69
+ {
70
+ testHeading : "With pagination + media" ,
71
+ hasActionMenu : false ,
72
+ hasImage : true ,
61
73
wrapperStyles : {
62
74
"background-color" : "var(--spectrum-gray-50, white)"
63
75
} ,
You can’t perform that action at this time.
0 commit comments