File tree Expand file tree Collapse file tree 3 files changed +0
-9
lines changed
ColorSection/__tests__/__snapshots__
FontSection/__tests__/__snapshots__
LogoSection/__tests__/__snapshots__ Expand file tree Collapse file tree 3 files changed +0
-9
lines changed Original file line number Diff line number Diff line change 3
3
exports [` ColorSection > should render with required props 1` ] = `
4
4
<React.Fragment >
5
5
<Content
6
- className = " "
7
6
columns = {
8
7
[
9
8
<div >
@@ -31,12 +30,10 @@ exports[`ColorSection > should render with required props 1`] = `
31
30
]
32
31
}
33
32
hasTitleUnderline = { true }
34
- isFullViewportHeight = { false }
35
33
theme = " white"
36
34
title = " Colors"
37
35
/>
38
36
<Content
39
- className = " "
40
37
columns = {
41
38
[
42
39
<Swatch
@@ -49,8 +46,6 @@ exports[`ColorSection > should render with required props 1`] = `
49
46
/>,
50
47
]
51
48
}
52
- hasTitleUnderline = { false }
53
- isFullViewportHeight = { false }
54
49
theme = " white"
55
50
title = " Other On-Brand Colors"
56
51
/>
Original file line number Diff line number Diff line change 2
2
3
3
exports [` FontSection > should render with required props 1` ] = `
4
4
<Content
5
- className = " "
6
5
columns = {
7
6
[
8
7
<ul
@@ -60,7 +59,6 @@ exports[`FontSection > should render with required props 1`] = `
60
59
]
61
60
}
62
61
hasTitleUnderline = { true }
63
- isFullViewportHeight = { false }
64
62
theme = " gray"
65
63
title = " Typography"
66
64
/>
Original file line number Diff line number Diff line change 2
2
3
3
exports [` LogoSection > should render with required props 1` ] = `
4
4
<Content
5
- className = " "
6
5
columns = {
7
6
[
8
7
<ul
@@ -338,7 +337,6 @@ exports[`LogoSection > should render with required props 1`] = `
338
337
]
339
338
}
340
339
hasTitleUnderline = { true }
341
- isFullViewportHeight = { false }
342
340
theme = " gray"
343
341
title = " Logo"
344
342
/>
You can’t perform that action at this time.
0 commit comments