Skip to content

Commit

Permalink
Update jest snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
dmnplb committed Nov 22, 2024
1 parent 52518df commit 47d1f88
Show file tree
Hide file tree
Showing 9 changed files with 166 additions and 166 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ exports[`Test Advice Components Advice Snapshot 1`] = `
}
/>
<Text
allowFontScaling={true}
allowFontScaling={false}
dynamicTypeRamp="body"
maxFontSizeMultiplier={1.25}
style={
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ exports[`Test Badge Components Badge Snapshot 1`] = `
}
>
<Text
allowFontScaling={true}
allowFontScaling={false}
ellipsizeMode="tail"
maxFontSizeMultiplier={1.25}
numberOfLines={1}
Expand All @@ -80,10 +80,10 @@ exports[`Test Badge Components Badge Snapshot 1`] = `
{},
{
"color": "#555C70",
"fontFamily": "Readex Pro",
"fontFamily": "Titillium Sans Pro",
"fontSize": 12,
"fontStyle": "normal",
"fontWeight": "400",
"fontWeight": "600",
"lineHeight": 16,
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -346,16 +346,16 @@ exports[`Test Banner Components Banner Snapshot 1`] = `
}
>
<Text
allowFontScaling={true}
allowFontScaling={false}
dynamicTypeRamp="headline"
maxFontSizeMultiplier={1.25}
style={
[
{},
{
"color": "#031344",
"fontFamily": "Readex Pro",
"fontSize": 16,
"fontFamily": "Titillium Sans Pro",
"fontSize": 18,
"fontStyle": "normal",
"fontWeight": "600",
"lineHeight": 24,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,7 @@ exports[`Test Buttons Components ButtonLink Snapshot 1`] = `
<Text
accessibilityElementsHidden={true}
accessible={false}
allowFontScaling={true}
allowFontScaling={false}
ellipsizeMode="tail"
importantForAccessibility="no-hide-descendants"
maxFontSizeMultiplier={1.25}
Expand All @@ -802,7 +802,7 @@ exports[`Test Buttons Components ButtonLink Snapshot 1`] = `
{},
{
"color": "#0E0F13",
"fontFamily": "Readex Pro",
"fontFamily": "Titillium Sans Pro",
"fontSize": 16,
"fontStyle": "normal",
"fontWeight": "600",
Expand Down Expand Up @@ -899,7 +899,7 @@ exports[`Test Buttons Components ButtonOutline Snapshot 1`] = `
<Text
accessibilityElementsHidden={true}
accessible={false}
allowFontScaling={true}
allowFontScaling={false}
ellipsizeMode="tail"
importantForAccessibility="no-hide-descendants"
maxFontSizeMultiplier={1.25}
Expand All @@ -909,7 +909,7 @@ exports[`Test Buttons Components ButtonOutline Snapshot 1`] = `
{},
{
"color": "#0E0F13",
"fontFamily": "Readex Pro",
"fontFamily": "Titillium Sans Pro",
"fontSize": 16,
"fontStyle": "normal",
"fontWeight": "600",
Expand Down Expand Up @@ -1020,7 +1020,7 @@ exports[`Test Buttons Components ButtonSolid Snapshot 1`] = `
<Text
accessibilityElementsHidden={true}
accessible={false}
allowFontScaling={true}
allowFontScaling={false}
ellipsizeMode="tail"
importantForAccessibility="no-hide-descendants"
maxFontSizeMultiplier={1.25}
Expand All @@ -1030,7 +1030,7 @@ exports[`Test Buttons Components ButtonSolid Snapshot 1`] = `
{},
{
"color": "#FFFFFF",
"fontFamily": "Readex Pro",
"fontFamily": "Titillium Sans Pro",
"fontSize": 16,
"fontStyle": "normal",
"fontWeight": "600",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1764,14 +1764,14 @@ exports[`Test List Item Components ListItemAction Snapshot 1`] = `
}
>
<Text
allowFontScaling={true}
allowFontScaling={false}
maxFontSizeMultiplier={1.25}
style={
[
{},
{
"color": "#0B3EE3",
"fontFamily": "Readex Pro",
"fontFamily": "Titillium Sans Pro",
"fontSize": 16,
"fontStyle": "normal",
"fontWeight": "600",
Expand Down Expand Up @@ -1851,7 +1851,7 @@ exports[`Test List Item Components ListItemIDP Snapshot 1`] = `
}
>
<Text
allowFontScaling={true}
allowFontScaling={false}
maxFontSizeMultiplier={1.25}
style={
[
Expand All @@ -1863,10 +1863,10 @@ exports[`Test List Item Components ListItemIDP Snapshot 1`] = `
},
{
"color": "#555C70",
"fontFamily": "Readex Pro",
"fontFamily": "Titillium Sans Pro",
"fontSize": 12,
"fontStyle": "normal",
"fontWeight": "400",
"fontWeight": "600",
"lineHeight": 16,
},
]
Expand Down Expand Up @@ -1919,7 +1919,7 @@ exports[`Test List Item Components ListItemInfo Snapshot 1`] = `
accessible={true}
>
<Text
allowFontScaling={true}
allowFontScaling={false}
dynamicTypeRamp="footnote"
maxFontSizeMultiplier={1.25}
style={
Expand All @@ -1939,7 +1939,7 @@ exports[`Test List Item Components ListItemInfo Snapshot 1`] = `
label
</Text>
<Text
allowFontScaling={true}
allowFontScaling={false}
dynamicTypeRamp="headline"
maxFontSizeMultiplier={1.25}
numberOfLines={2}
Expand All @@ -1948,8 +1948,8 @@ exports[`Test List Item Components ListItemInfo Snapshot 1`] = `
{},
{
"color": "#0E0F13",
"fontFamily": "Readex Pro",
"fontSize": 16,
"fontFamily": "Titillium Sans Pro",
"fontSize": 18,
"fontStyle": "normal",
"fontWeight": "600",
"lineHeight": 24,
Expand Down Expand Up @@ -2041,7 +2041,7 @@ exports[`Test List Item Components ListItemInfoCopy Snapshot 1`] = `
}
>
<Text
allowFontScaling={true}
allowFontScaling={false}
dynamicTypeRamp="footnote"
maxFontSizeMultiplier={1.25}
style={
Expand All @@ -2061,7 +2061,7 @@ exports[`Test List Item Components ListItemInfoCopy Snapshot 1`] = `
label
</Text>
<Text
allowFontScaling={true}
allowFontScaling={false}
dynamicTypeRamp="headline"
maxFontSizeMultiplier={1.25}
numberOfLines={2}
Expand All @@ -2070,8 +2070,8 @@ exports[`Test List Item Components ListItemInfoCopy Snapshot 1`] = `
{},
{
"color": "#0B3EE3",
"fontFamily": "Readex Pro",
"fontSize": 16,
"fontFamily": "Titillium Sans Pro",
"fontSize": 18,
"fontStyle": "normal",
"fontWeight": "600",
"lineHeight": 24,
Expand Down Expand Up @@ -2229,16 +2229,16 @@ exports[`Test List Item Components ListItemNav Snapshot 1`] = `
}
>
<Text
allowFontScaling={true}
allowFontScaling={false}
dynamicTypeRamp="headline"
maxFontSizeMultiplier={1.25}
style={
[
{},
{
"color": "#0E0F13",
"fontFamily": "Readex Pro",
"fontSize": 16,
"fontFamily": "Titillium Sans Pro",
"fontSize": 18,
"fontStyle": "normal",
"fontWeight": "600",
"lineHeight": 24,
Expand Down Expand Up @@ -2458,16 +2458,16 @@ exports[`Test List Item Components ListItemNavAlert Snapshot 1`] = `
}
>
<Text
allowFontScaling={true}
allowFontScaling={false}
dynamicTypeRamp="headline"
maxFontSizeMultiplier={1.25}
style={
[
{},
{
"color": "#0E0F13",
"fontFamily": "Readex Pro",
"fontSize": 16,
"fontFamily": "Titillium Sans Pro",
"fontSize": 18,
"fontStyle": "normal",
"fontWeight": "600",
"lineHeight": 24,
Expand Down Expand Up @@ -2628,7 +2628,7 @@ exports[`Test List Item Components ListItemRadioWithAmount Snapshot 1`] = `
}
>
<Text
allowFontScaling={true}
allowFontScaling={false}
dynamicTypeRamp="footnote"
maxFontSizeMultiplier={1.25}
numberOfLines={1}
Expand All @@ -2640,7 +2640,7 @@ exports[`Test List Item Components ListItemRadioWithAmount Snapshot 1`] = `
"fontFamily": "Titillium Sans Pro",
"fontSize": 14,
"fontStyle": "normal",
"fontWeight": "400",
"fontWeight": "600",
"lineHeight": 21,
},
]
Expand Down Expand Up @@ -2728,7 +2728,7 @@ exports[`Test List Item Components ListItemRadioWithAmount Snapshot 1`] = `
}
/>
<Text
allowFontScaling={true}
allowFontScaling={false}
dynamicTypeRamp="footnote"
maxFontSizeMultiplier={1.25}
style={
Expand Down Expand Up @@ -2760,16 +2760,16 @@ exports[`Test List Item Components ListItemRadioWithAmount Snapshot 1`] = `
}
>
<Text
allowFontScaling={true}
allowFontScaling={false}
dynamicTypeRamp="headline"
maxFontSizeMultiplier={1.25}
style={
[
{},
{
"color": "#0B3EE3",
"fontFamily": "Readex Pro",
"fontSize": 16,
"fontFamily": "Titillium Sans Pro",
"fontSize": 18,
"fontStyle": "normal",
"fontWeight": "600",
"lineHeight": 24,
Expand Down Expand Up @@ -3012,7 +3012,7 @@ exports[`Test List Item Components ListItemRadioWithAmount Snapshot 2`] = `
}
>
<Text
allowFontScaling={true}
allowFontScaling={false}
dynamicTypeRamp="footnote"
maxFontSizeMultiplier={1.25}
numberOfLines={1}
Expand All @@ -3024,7 +3024,7 @@ exports[`Test List Item Components ListItemRadioWithAmount Snapshot 2`] = `
"fontFamily": "Titillium Sans Pro",
"fontSize": 14,
"fontStyle": "normal",
"fontWeight": "400",
"fontWeight": "600",
"lineHeight": 21,
},
]
Expand All @@ -3044,16 +3044,16 @@ exports[`Test List Item Components ListItemRadioWithAmount Snapshot 2`] = `
}
>
<Text
allowFontScaling={true}
allowFontScaling={false}
dynamicTypeRamp="headline"
maxFontSizeMultiplier={1.25}
style={
[
{},
{
"color": "#0B3EE3",
"fontFamily": "Readex Pro",
"fontSize": 16,
"fontFamily": "Titillium Sans Pro",
"fontSize": 18,
"fontStyle": "normal",
"fontWeight": "600",
"lineHeight": 24,
Expand Down
Loading

0 comments on commit 47d1f88

Please sign in to comment.