Skip to content

Commit

Permalink
updating theme files
Browse files Browse the repository at this point in the history
  • Loading branch information
release-bot committed Aug 12, 2024
1 parent 819324e commit bbf3799
Show file tree
Hide file tree
Showing 5 changed files with 217 additions and 170 deletions.
8 changes: 4 additions & 4 deletions uds-ios-theme-public-mobile/Assets/Modal.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,10 @@
],
"tokens": {
"backdropColor": {
"red": 0.99608,
"green": 0.99608,
"blue": 0.98824,
"alpha": 1
"red": 0,
"green": 0,
"blue": 0,
"alpha": 0.8
},
"backdropOpacity": 1,
"backgroundColor": {
Expand Down
14 changes: 10 additions & 4 deletions uds-ios-theme-public-mobile/Assets/OrderedList.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,17 +66,23 @@
"itemBulletTextAlign": "right",
"itemBulletWidth": 4,
"itemColor": {
"red": 0.22353,
"green": 0.25098,
"blue": 0.33725,
"alpha": 1
"red": 0,
"green": 0,
"blue": 0,
"alpha": 0
},
"itemFontName": "SofiaPro",
"itemFontSize": 18,
"itemFontWeight": 400,
"itemLineHeight": 1.55555555,
"itemMarginTop": 0,
"itemPaddingTop": 0,
"itemTextColor": {
"red": 0.22353,
"green": 0.25098,
"blue": 0.33725,
"alpha": 1
},
"listGutter": 8
}
}
26 changes: 20 additions & 6 deletions uds-ios-theme-public-mobile/Assets/PriceLockup.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"rules": [
{
"if": {
"size": "large",
"viewport": ["lg", "xl"]
"size": "large"
},
"tokens": {
"amountFontSize": 72,
"bottomTextFontSize": 20,
"bottomTextFontSize": 18,
"bottomTextLineHeight": 1.55555555,
"centsFontSize": 48,
"centsLineHeight": 0.975,
"currencySymbolFontSize": 48,
Expand All @@ -29,8 +29,20 @@
"rateLineHeight": 1.25,
"strikeThroughHeight": 3,
"strikeThroughPosition": 33,
"topTextFontSize": 18,
"topTextLineHeight": 1.55555555
}
},
{
"if": {
"size": "large",
"viewport": ["lg", "xl"]
},
"tokens": {
"bottomTextFontSize": 20,
"bottomTextLineHeight": 1.4,
"topTextFontSize": 20,
"topTextLineHeight": 1.5
"topTextLineHeight": 1.4
}
},
{
Expand All @@ -40,6 +52,7 @@
"tokens": {
"amountFontSize": 36,
"bottomTextFontSize": 16,
"bottomTextLineHeight": 1.5,
"centsFontSize": 18,
"centsLineHeight": 0.975,
"currencySymbolFontSize": 18,
Expand All @@ -60,6 +73,7 @@
"tokens": {
"amountFontSize": 36,
"bottomTextFontSize": 16,
"bottomTextLineHeight": 1.5,
"centsFontSize": 18,
"centsLineHeight": 0.975,
"currencySymbolFontSize": 18,
Expand All @@ -82,7 +96,7 @@
"amountLineHeight": 0.75,
"bottomLinksMarginLeft": 4,
"bottomTextFontSize": 18,
"bottomTextLineHeight": 1.6,
"bottomTextLineHeight": 1.55555555,
"bottomTextMarginTop": 0,
"centsFontName": "BystanderSans",
"centsFontSize": 20,
Expand Down Expand Up @@ -134,7 +148,7 @@
"topTextFontName": "SofiaPro",
"topTextFontSize": 18,
"topTextFontWeight": 700,
"topTextLineHeight": 1.5,
"topTextLineHeight": 1.55555555,
"topTextMarginBottom": 4
}
}
Loading

0 comments on commit bbf3799

Please sign in to comment.