@@ -30,70 +30,46 @@ export const CoachMarkGroup = Variants({
30
30
testHeading : "Default" ,
31
31
hasActionMenu : false ,
32
32
hasPagination : false ,
33
- wrapperStyles : {
34
- "background-color" : "var(--spectrum-gray-50, white)" ,
35
- } ,
36
33
} ,
37
34
{
38
35
testHeading : "With media" ,
39
36
hasActionMenu : false ,
40
37
hasPagination : false ,
41
38
hasImage : true ,
42
- wrapperStyles : {
43
- "background-color" : "var(--spectrum-gray-50, white)" ,
44
- } ,
45
39
} ,
46
40
{
47
41
testHeading : "With media + fixed height" ,
48
42
hasActionMenu : false ,
49
43
hasPagination : false ,
50
44
hasImage : true ,
51
45
imageIsFixedHeight : true ,
52
- wrapperStyles : {
53
- "background-color" : "var(--spectrum-gray-50, white)" ,
54
- } ,
55
46
} ,
56
47
{
57
48
testHeading : "With action menu" ,
58
49
hasPagination : false ,
59
50
hasActionMenu : true ,
60
51
isOpen : true ,
61
- wrapperStyles : {
62
- "background-color" : "var(--spectrum-gray-50, white)" ,
63
- } ,
64
52
} ,
65
53
{
66
54
testHeading : "With action menu + media" ,
67
55
hasPagination : false ,
68
56
isOpen : true ,
69
57
hasImage : true ,
70
58
hasActionMenu : true ,
71
- wrapperStyles : {
72
- "background-color" : "var(--spectrum-gray-50, white)" ,
73
- } ,
74
59
} ,
75
60
{
76
61
testHeading : "With pagination" ,
77
62
hasActionMenu : false ,
78
- wrapperStyles : {
79
- "background-color" : "var(--spectrum-gray-50, white)" ,
80
- } ,
81
63
} ,
82
64
{
83
65
testHeading : "With pagination + media" ,
84
66
hasActionMenu : false ,
85
67
hasImage : true ,
86
- wrapperStyles : {
87
- "background-color" : "var(--spectrum-gray-50, white)" ,
88
- } ,
89
68
} ,
90
69
{
91
70
testHeading : "With a long title" ,
92
71
title : "Coach mark title with longer text that wraps to see how icon should align" ,
93
72
hasActionMenu : true ,
94
- wrapperStyles : {
95
- "background-color" : "var(--spectrum-gray-50, white)" ,
96
- } ,
97
73
} ,
98
74
] ,
99
75
stateData : [ ] ,
0 commit comments