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 Feb 29, 2024
1 parent e979660 commit a602ff7
Show file tree
Hide file tree
Showing 7 changed files with 195 additions and 157 deletions.
6 changes: 6 additions & 0 deletions uds-ios-theme-koodo/Assets/Carousel.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@
"blue": 0,
"alpha": 0
},
"iconBackgroundColor": {
"red": 1,
"green": 1,
"blue": 1,
"alpha": 1
},
"nextIcon": "PaletteIconChevronRight",
"previousIcon": "PaletteIconChevronLeft",
"showPanelNavigation": true,
Expand Down
2 changes: 1 addition & 1 deletion uds-ios-theme-koodo/Assets/ExpandCollapsePanel.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"red": 0,
"green": 0,
"blue": 0,
"alpha": 1
"alpha": 0
}
}
}
Expand Down
8 changes: 4 additions & 4 deletions uds-ios-theme-koodo/Assets/IconButton.json
Original file line number Diff line number Diff line change
Expand Up @@ -427,10 +427,10 @@
],
"tokens": {
"backgroundColor": {
"red": 1,
"green": 1,
"blue": 1,
"alpha": 1
"red": 0,
"green": 0,
"blue": 0,
"alpha": 0
},
"borderBottomLeftRadius": null,
"borderBottomRightRadius": null,
Expand Down
6 changes: 6 additions & 0 deletions uds-ios-theme-koodo/Assets/TermsAndConditions.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,12 @@
"expandTitleMarginY": 0,
"expandTitlePaddingLeft": 0,
"expandTitleUnderline": "none",
"headerBackgroundColor": {
"red": 0,
"green": 0,
"blue": 0,
"alpha": 0
},
"icon": "PaletteIconChevronDown",
"iconBackgroundColor": {
"red": 0,
Expand Down
6 changes: 3 additions & 3 deletions uds-ios-theme-koodo/Assets/TextInput.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@
},
"tokens": {
"borderColor": {
"red": 0,
"green": 0,
"blue": 0,
"red": 0.47843,
"green": 0.23922,
"blue": 0.98824,
"alpha": 1
},
"borderWidth": 3,
Expand Down
294 changes: 154 additions & 140 deletions uds-ios-theme-koodo/Assets/schema.json

Large diffs are not rendered by default.

30 changes: 21 additions & 9 deletions uds-ios-theme-koodo/Assets/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -2232,6 +2232,12 @@
"blue": 0,
"alpha": 0
},
"iconBackgroundColor": {
"red": 1,
"green": 1,
"blue": 1,
"alpha": 1
},
"nextIcon": "PaletteIconChevronRight",
"previousIcon": "PaletteIconChevronLeft",
"showPanelNavigation": true,
Expand Down Expand Up @@ -3938,7 +3944,7 @@
"red": 0,
"green": 0,
"blue": 0,
"alpha": 1
"alpha": 0
}
}
}
Expand Down Expand Up @@ -4977,10 +4983,10 @@
],
"tokens": {
"backgroundColor": {
"red": 1,
"green": 1,
"blue": 1,
"alpha": 1
"red": 0,
"green": 0,
"blue": 0,
"alpha": 0
},
"borderBottomLeftRadius": null,
"borderBottomRightRadius": null,
Expand Down Expand Up @@ -10222,6 +10228,12 @@
"expandTitleMarginY": 0,
"expandTitlePaddingLeft": 0,
"expandTitleUnderline": "none",
"headerBackgroundColor": {
"red": 0,
"green": 0,
"blue": 0,
"alpha": 0
},
"icon": "PaletteIconChevronDown",
"iconBackgroundColor": {
"red": 0,
Expand Down Expand Up @@ -10425,9 +10437,9 @@
},
"tokens": {
"borderColor": {
"red": 0,
"green": 0,
"blue": 0,
"red": 0.47843,
"green": 0.23922,
"blue": 0.98824,
"alpha": 1
},
"borderWidth": 3,
Expand Down Expand Up @@ -12197,7 +12209,7 @@
}
},
"metadata": {
"themeTokensVersion": "2.52.0",
"themeTokensVersion": "2.52.1",
"name": "theme-koodo"
}
}

0 comments on commit a602ff7

Please sign in to comment.