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 Jul 19, 2024
1 parent 800705a commit 3c789f1
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 6 deletions.
4 changes: 2 additions & 2 deletions uds-ios-theme-telus/Assets/Notification.json
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,8 @@
"blue": 0.27843,
"alpha": 1
},
"containerPaddingLeft": 16,
"containerPaddingRight": 16,
"containerPaddingLeft": 0,
"containerPaddingRight": 0,
"dismissButtonGap": 24,
"dismissIcon": "PaletteIconClose",
"dismissIconColor": {
Expand Down
21 changes: 20 additions & 1 deletion uds-ios-theme-telus/Assets/PriceLockup.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"appearances": {
"size": {
"type": "variant",
"values": ["small", "medium", "large"]
"values": ["micro", "small", "medium", "large"]
},
"strikeThrough": {
"type": "variant",
Expand All @@ -15,6 +15,25 @@
}
},
"rules": [
{
"if": {
"size": "micro"
},
"tokens": {
"amountFontSize": 28,
"bottomTextFontSize": 14,
"bottomTextLineHeight": 1.42857142857,
"centsFontSize": 16,
"centsLineHeight": 1.33333333333,
"currencySymbolFontSize": 16,
"currencySymbolLineHeight": 1.25,
"rateFontSize": 14,
"rateLineHeight": 1.14285714286,
"strikeThroughPosition": 15,
"topTextFontSize": 14,
"topTextLineHeight": 1.42857142857
}
},
{
"if": {
"size": "small"
Expand Down
25 changes: 22 additions & 3 deletions uds-ios-theme-telus/Assets/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -7168,8 +7168,8 @@
"blue": 0.27843,
"alpha": 1
},
"containerPaddingLeft": 16,
"containerPaddingRight": 16,
"containerPaddingLeft": 0,
"containerPaddingRight": 0,
"dismissButtonGap": 24,
"dismissIcon": "PaletteIconClose",
"dismissIconColor": {
Expand Down Expand Up @@ -7626,7 +7626,7 @@
"appearances": {
"size": {
"type": "variant",
"values": ["small", "medium", "large"]
"values": ["micro", "small", "medium", "large"]
},
"strikeThrough": {
"type": "variant",
Expand All @@ -7639,6 +7639,25 @@
}
},
"rules": [
{
"if": {
"size": "micro"
},
"tokens": {
"amountFontSize": 28,
"bottomTextFontSize": 14,
"bottomTextLineHeight": 1.42857142857,
"centsFontSize": 16,
"centsLineHeight": 1.33333333333,
"currencySymbolFontSize": 16,
"currencySymbolLineHeight": 1.25,
"rateFontSize": 14,
"rateLineHeight": 1.14285714286,
"strikeThroughPosition": 15,
"topTextFontSize": 14,
"topTextLineHeight": 1.42857142857
}
},
{
"if": {
"size": "small"
Expand Down

0 comments on commit 3c789f1

Please sign in to comment.