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 12a745d commit 1f6f519
Show file tree
Hide file tree
Showing 5 changed files with 88 additions and 38 deletions.
4 changes: 2 additions & 2 deletions uds-ios-theme-koodo/Assets/Notification.json
Original file line number Diff line number Diff line change
Expand Up @@ -301,8 +301,8 @@
"blue": 0,
"alpha": 1
},
"containerPaddingLeft": 16,
"containerPaddingRight": 16,
"containerPaddingLeft": 0,
"containerPaddingRight": 0,
"dismissButtonGap": 24,
"dismissIcon": "PaletteIconClose",
"dismissIconColor": {
Expand Down
37 changes: 31 additions & 6 deletions uds-ios-theme-koodo/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"]
},
"viewport": {
"description": "The size label for the current screen viewport based on the current screen width",
Expand All @@ -11,6 +11,29 @@
}
},
"rules": [
{
"if": {
"size": "micro"
},
"tokens": {
"amountFontSize": 24,
"bottomTextFontSize": 12,
"bottomTextLineHeight": 1.2,
"centsFontSize": 16,
"centsLineHeight": 1.72,
"currencySymbolFontSize": 16,
"currencySymbolLineHeight": 1.72,
"footnoteLinkFontSize": 12,
"footnoteLinkLineHeight": 1,
"footnoteMarginTop": 0,
"rateFontSize": 12,
"rateLineHeight": 2,
"strikeThroughHeight": 2,
"strikeThroughPosition": 18,
"topTextFontSize": 12,
"topTextLineHeight": 1.2
}
},
{
"if": {
"size": "small"
Expand All @@ -20,12 +43,13 @@
"centsFontSize": 20,
"centsLineHeight": 1.25,
"currencySymbolFontSize": 20,
"footnoteLinkLineHeight": 1.14285714286,
"rateFontSize": 16,
"rateLineHeight": 1.5,
"strikeThroughHeight": 2,
"strikeThroughPosition": 18,
"topTextFontSize": 14,
"topTextLineHeight": 1.42857142857
"topTextLineHeight": 1.14285714286
}
},
{
Expand All @@ -38,13 +62,14 @@
"centsFontSize": 24,
"centsFontWeight": 600,
"currencySymbolFontSize": 32,
"footnoteLinkLineHeight": 1.2,
"rateFontName": "StagSans",
"rateFontSize": 16,
"rateFontWeight": 600,
"rateLineHeight": 1.5,
"strikeThroughPosition": 27,
"topTextFontSize": 20,
"topTextLineHeight": 1.4
"topTextLineHeight": 1.2
}
},
{
Expand All @@ -67,7 +92,7 @@
"amountLineHeight": 1,
"bottomLinksMarginLeft": 4,
"bottomTextFontSize": 14,
"bottomTextLineHeight": 1.42857142857,
"bottomTextLineHeight": 1.14285714286,
"bottomTextMarginTop": 0,
"centsFontName": "StagSans",
"centsFontSize": 24,
Expand Down Expand Up @@ -101,7 +126,7 @@
"footnoteLinkFontName": "StagSans",
"footnoteLinkFontSize": 14,
"footnoteLinkFontWeight": 600,
"footnoteLinkLineHeight": 1.42857142857,
"footnoteLinkLineHeight": 1.25,
"footnoteMarginTop": 4,
"priceMarginBottom": 0,
"rateFontName": "StagSans",
Expand All @@ -119,7 +144,7 @@
"topTextFontName": "StagSans",
"topTextFontSize": 16,
"topTextFontWeight": 700,
"topTextLineHeight": 1.5,
"topTextLineHeight": 1.25,
"topTextMarginBottom": 4
}
}
8 changes: 4 additions & 4 deletions uds-ios-theme-koodo/Assets/Radio.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,12 +174,12 @@
"alpha": 1
},
"inputBorderColor": {
"red": 1,
"green": 1,
"blue": 1,
"red": 0,
"green": 0,
"blue": 0,
"alpha": 1
},
"inputBorderWidth": 2,
"inputBorderWidth": 1,
"inputOutlineColor": {
"red": 0,
"green": 0,
Expand Down
14 changes: 7 additions & 7 deletions uds-ios-theme-koodo/Assets/Typography.json
Original file line number Diff line number Diff line change
Expand Up @@ -357,9 +357,9 @@
},
"tokens": {
"color": {
"red": 1,
"red": 0,
"green": 0,
"blue": 0.46275,
"blue": 0,
"alpha": 1
}
}
Expand Down Expand Up @@ -500,9 +500,9 @@
},
"tokens": {
"color": {
"red": 0.86667,
"red": 1,
"green": 0,
"blue": 0.4,
"blue": 0.46275,
"alpha": 1
}
}
Expand All @@ -513,9 +513,9 @@
},
"tokens": {
"color": {
"red": 0.1098,
"green": 0.48235,
"blue": 0.16863,
"red": 0.86667,
"green": 0,
"blue": 0.4,
"alpha": 1
}
}
Expand Down
63 changes: 44 additions & 19 deletions uds-ios-theme-koodo/Assets/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -7077,8 +7077,8 @@
"blue": 0,
"alpha": 1
},
"containerPaddingLeft": 16,
"containerPaddingRight": 16,
"containerPaddingLeft": 0,
"containerPaddingRight": 0,
"dismissButtonGap": 24,
"dismissIcon": "PaletteIconClose",
"dismissIconColor": {
Expand Down Expand Up @@ -7523,7 +7523,7 @@
"appearances": {
"size": {
"type": "variant",
"values": ["small", "medium", "large"]
"values": ["micro", "small", "medium", "large"]
},
"viewport": {
"description": "The size label for the current screen viewport based on the current screen width",
Expand All @@ -7532,6 +7532,29 @@
}
},
"rules": [
{
"if": {
"size": "micro"
},
"tokens": {
"amountFontSize": 24,
"bottomTextFontSize": 12,
"bottomTextLineHeight": 1.2,
"centsFontSize": 16,
"centsLineHeight": 1.72,
"currencySymbolFontSize": 16,
"currencySymbolLineHeight": 1.72,
"footnoteLinkFontSize": 12,
"footnoteLinkLineHeight": 1,
"footnoteMarginTop": 0,
"rateFontSize": 12,
"rateLineHeight": 2,
"strikeThroughHeight": 2,
"strikeThroughPosition": 18,
"topTextFontSize": 12,
"topTextLineHeight": 1.2
}
},
{
"if": {
"size": "small"
Expand All @@ -7541,12 +7564,13 @@
"centsFontSize": 20,
"centsLineHeight": 1.25,
"currencySymbolFontSize": 20,
"footnoteLinkLineHeight": 1.14285714286,
"rateFontSize": 16,
"rateLineHeight": 1.5,
"strikeThroughHeight": 2,
"strikeThroughPosition": 18,
"topTextFontSize": 14,
"topTextLineHeight": 1.42857142857
"topTextLineHeight": 1.14285714286
}
},
{
Expand All @@ -7559,13 +7583,14 @@
"centsFontSize": 24,
"centsFontWeight": 600,
"currencySymbolFontSize": 32,
"footnoteLinkLineHeight": 1.2,
"rateFontName": "StagSans",
"rateFontSize": 16,
"rateFontWeight": 600,
"rateLineHeight": 1.5,
"strikeThroughPosition": 27,
"topTextFontSize": 20,
"topTextLineHeight": 1.4
"topTextLineHeight": 1.2
}
},
{
Expand All @@ -7588,7 +7613,7 @@
"amountLineHeight": 1,
"bottomLinksMarginLeft": 4,
"bottomTextFontSize": 14,
"bottomTextLineHeight": 1.42857142857,
"bottomTextLineHeight": 1.14285714286,
"bottomTextMarginTop": 0,
"centsFontName": "StagSans",
"centsFontSize": 24,
Expand Down Expand Up @@ -7622,7 +7647,7 @@
"footnoteLinkFontName": "StagSans",
"footnoteLinkFontSize": 14,
"footnoteLinkFontWeight": 600,
"footnoteLinkLineHeight": 1.42857142857,
"footnoteLinkLineHeight": 1.25,
"footnoteMarginTop": 4,
"priceMarginBottom": 0,
"rateFontName": "StagSans",
Expand All @@ -7640,7 +7665,7 @@
"topTextFontName": "StagSans",
"topTextFontSize": 16,
"topTextFontWeight": 700,
"topTextLineHeight": 1.5,
"topTextLineHeight": 1.25,
"topTextMarginBottom": 4
}
},
Expand Down Expand Up @@ -8582,12 +8607,12 @@
"alpha": 1
},
"inputBorderColor": {
"red": 1,
"green": 1,
"blue": 1,
"red": 0,
"green": 0,
"blue": 0,
"alpha": 1
},
"inputBorderWidth": 2,
"inputBorderWidth": 1,
"inputOutlineColor": {
"red": 0,
"green": 0,
Expand Down Expand Up @@ -12210,9 +12235,9 @@
},
"tokens": {
"color": {
"red": 1,
"red": 0,
"green": 0,
"blue": 0.46275,
"blue": 0,
"alpha": 1
}
}
Expand Down Expand Up @@ -12353,9 +12378,9 @@
},
"tokens": {
"color": {
"red": 0.86667,
"red": 1,
"green": 0,
"blue": 0.4,
"blue": 0.46275,
"alpha": 1
}
}
Expand All @@ -12366,9 +12391,9 @@
},
"tokens": {
"color": {
"red": 0.1098,
"green": 0.48235,
"blue": 0.16863,
"red": 0.86667,
"green": 0,
"blue": 0.4,
"alpha": 1
}
}
Expand Down

0 comments on commit 1f6f519

Please sign in to comment.