Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 22 additions & 32 deletions test/__snapshots__/storyshots.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -479,12 +479,12 @@ exports[`Storyshots Button Style Presets 1`] = `
style={
Object {
"alignItems": "center",
"backgroundColor": undefined,
"backgroundColor": "#EC174F",
"borderRadius": 4,
"justifyContent": "center",
"opacity": 1,
"paddingHorizontal": undefined,
"paddingVertical": undefined,
"paddingHorizontal": 14,
"paddingVertical": 14,
}
}
>
Expand All @@ -500,7 +500,7 @@ exports[`Storyshots Button Style Presets 1`] = `
Object {
"color": "#ffffff",
"fontSize": 9,
"paddingHorizontal": undefined,
"paddingHorizontal": 20,
},
undefined,
],
Expand Down Expand Up @@ -603,12 +603,12 @@ exports[`Storyshots Button Style Presets 1`] = `
style={
Object {
"alignItems": "center",
"backgroundColor": undefined,
"backgroundColor": "#EC174F",
"borderRadius": 4,
"justifyContent": "center",
"opacity": 1,
"paddingHorizontal": undefined,
"paddingVertical": undefined,
"paddingHorizontal": 14,
"paddingVertical": 14,
}
}
>
Expand All @@ -624,7 +624,7 @@ exports[`Storyshots Button Style Presets 1`] = `
Object {
"color": "#ffffff",
"fontSize": 9,
"paddingHorizontal": undefined,
"paddingHorizontal": 20,
},
undefined,
],
Expand Down Expand Up @@ -727,11 +727,11 @@ exports[`Storyshots Button Style Presets 1`] = `
style={
Object {
"alignItems": "center",
"backgroundColor": undefined,
"backgroundColor": "#EC174F",
"borderRadius": 0,
"justifyContent": "center",
"opacity": 1,
"paddingHorizontal": undefined,
"paddingHorizontal": 14,
"paddingVertical": 100,
}
}
Expand All @@ -748,7 +748,7 @@ exports[`Storyshots Button Style Presets 1`] = `
Object {
"color": "#ffffff",
"fontSize": 9,
"paddingHorizontal": undefined,
"paddingHorizontal": 20,
},
Array [
Object {
Expand Down Expand Up @@ -3468,7 +3468,7 @@ exports[`Storyshots Header Behavior 1`] = `
<View
style={
Object {
"backgroundColor": undefined,
"backgroundColor": "#161637",
"flex": 1,
}
}
Expand Down Expand Up @@ -3615,7 +3615,7 @@ exports[`Storyshots Header Behavior 1`] = `
<View
style={
Object {
"backgroundColor": undefined,
"backgroundColor": "#161637",
"flex": 1,
}
}
Expand Down Expand Up @@ -3647,12 +3647,7 @@ exports[`Storyshots Header Behavior 1`] = `
onStartShouldSetResponder={[Function]}
style={
Object {
"alignItems": "flex-start",
"borderRadius": 4,
"justifyContent": "center",
"opacity": 1,
"paddingHorizontal": 0,
"paddingVertical": 0,
}
}
>
Expand Down Expand Up @@ -3801,7 +3796,7 @@ exports[`Storyshots Header Behavior 1`] = `
<View
style={
Object {
"backgroundColor": undefined,
"backgroundColor": "#161637",
"flex": 1,
}
}
Expand Down Expand Up @@ -3868,12 +3863,7 @@ exports[`Storyshots Header Behavior 1`] = `
onStartShouldSetResponder={[Function]}
style={
Object {
"alignItems": "flex-start",
"borderRadius": 4,
"justifyContent": "center",
"opacity": 1,
"paddingHorizontal": 0,
"paddingVertical": 0,
}
}
>
Expand Down Expand Up @@ -4967,7 +4957,7 @@ exports[`Storyshots Text Passing Content 1`] = `
<View
style={
Object {
"backgroundColor": undefined,
"backgroundColor": "#161637",
"flex": 1,
}
}
Expand Down Expand Up @@ -5070,7 +5060,7 @@ exports[`Storyshots Text Passing Content 1`] = `
<View
style={
Object {
"backgroundColor": undefined,
"backgroundColor": "#161637",
"flex": 1,
}
}
Expand Down Expand Up @@ -5187,7 +5177,7 @@ exports[`Storyshots Text Passing Content 1`] = `
<View
style={
Object {
"backgroundColor": undefined,
"backgroundColor": "#161637",
"flex": 1,
}
}
Expand Down Expand Up @@ -5290,7 +5280,7 @@ exports[`Storyshots Text Passing Content 1`] = `
<View
style={
Object {
"backgroundColor": undefined,
"backgroundColor": "#161637",
"flex": 1,
}
}
Expand Down Expand Up @@ -5442,7 +5432,7 @@ exports[`Storyshots Text Style Presets 1`] = `
<View
style={
Object {
"backgroundColor": undefined,
"backgroundColor": "#161637",
"flex": 1,
}
}
Expand Down Expand Up @@ -5597,7 +5587,7 @@ exports[`Storyshots Text Style Presets 1`] = `
<View
style={
Object {
"backgroundColor": undefined,
"backgroundColor": "#161637",
"flex": 1,
}
}
Expand Down Expand Up @@ -5701,7 +5691,7 @@ exports[`Storyshots Text Style Presets 1`] = `
<View
style={
Object {
"backgroundColor": undefined,
"backgroundColor": "#161637",
"flex": 1,
}
}
Expand Down Expand Up @@ -5839,7 +5829,7 @@ exports[`Storyshots Text Styling 1`] = `
style={
Array [
Object {
"backgroundColor": undefined,
"backgroundColor": "#161637",
"flex": 1,
},
Object {
Expand Down