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 Oct 31, 2024
1 parent c89d2e1 commit 666d0e8
Show file tree
Hide file tree
Showing 4 changed files with 237 additions and 196 deletions.
13 changes: 8 additions & 5 deletions uds-ios-theme-koodo/Assets/Modal.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
"tokens": {
"direction": "column",
"height": "100%",
"marginLeft": 24,
"marginRight": 24,
"paddingBottom": 24,
"paddingLeft": 24,
"paddingRight": 24,
Expand Down Expand Up @@ -164,6 +166,7 @@
"containerPaddingRight": 0,
"containerPaddingTop": 0,
"direction": "row",
"footerTopWidth": 0,
"gap": 16,
"headingColor": {
"red": 0,
Expand All @@ -173,8 +176,8 @@
},
"headingPaddingRight": 24,
"height": null,
"marginLeft": 24,
"marginRight": 24,
"marginLeft": 32,
"marginRight": 32,
"maxWidth": "100%",
"paddingBottom": 24,
"paddingLeft": 24,
Expand All @@ -183,14 +186,14 @@
"shadow": {
"inset": false,
"offsetX": 0,
"offsetY": 0,
"blur": 0,
"offsetY": 4,
"blur": 8,
"spread": 0,
"color": {
"red": 0,
"green": 0,
"blue": 0,
"alpha": 0
"alpha": 0.1
}
},
"subHeadingMarginTop": 8
Expand Down
58 changes: 36 additions & 22 deletions uds-ios-theme-koodo/Assets/NavigationBar.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,29 +28,29 @@
},
"tokens": {
"backgroundColor": {
"red": 0,
"green": 0,
"blue": 0,
"red": 0.78824,
"green": 0.78431,
"blue": 0.78431,
"alpha": 1
},
"borderColor": {
"red": 0,
"green": 0,
"blue": 0,
"red": 0.78824,
"green": 0.78431,
"blue": 0.78431,
"alpha": 1
},
"color": {
"red": 1,
"green": 1,
"blue": 1,
"red": 0,
"green": 0,
"blue": 0,
"alpha": 1
},
"fontName": "StagSans",
"fontWeight": 600,
"outerBorderColor": {
"red": 0,
"green": 0,
"blue": 0,
"red": 0.78824,
"green": 0.78431,
"blue": 0.78431,
"alpha": 1
}
}
Expand Down Expand Up @@ -78,6 +78,12 @@
"green": 0.78431,
"blue": 0.78431,
"alpha": 1
},
"outerBorderColor": {
"red": 0.34902,
"green": 0.34902,
"blue": 0.34902,
"alpha": 1
}
}
},
Expand All @@ -90,6 +96,14 @@
"width": 288
}
},
{
"if": {
"viewport": ["xl"]
},
"tokens": {
"borderRadius": 32
}
},
{
"if": {
"pressed": true,
Expand Down Expand Up @@ -142,13 +156,13 @@
"alpha": 1
},
"borderColor": {
"red": 1,
"green": 1,
"blue": 1,
"alpha": 1
"red": 0,
"green": 0,
"blue": 0,
"alpha": 0
},
"borderRadius": 4,
"borderWidth": 4,
"borderWidth": 0,
"color": {
"red": 0,
"green": 0,
Expand All @@ -169,13 +183,13 @@
"alpha": 0
},
"outerBorderColor": {
"red": 0,
"green": 0,
"blue": 0,
"alpha": 0
"red": 0.78824,
"green": 0.78431,
"blue": 0.78431,
"alpha": 1
},
"outerBorderGap": 0,
"outerBorderWidth": 0,
"outerBorderWidth": 1,
"paddingBottom": 6,
"paddingLeft": 16,
"paddingRight": 16,
Expand Down
Loading

0 comments on commit 666d0e8

Please sign in to comment.