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 Jan 29, 2024
1 parent bc70aca commit 47e00f0
Show file tree
Hide file tree
Showing 3 changed files with 1,119 additions and 960 deletions.
57 changes: 57 additions & 0 deletions uds-ios-theme-telus/Assets/TermsAndConditions.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
"values": [true, false],
"type": "state"
},
"pressed": {
"description": "Applies while an interactive component is being physically pressed. Most visible on touchscreen taps; in React Native Web, this is visible on web mouse clicks only if the pressable is held down.",
"values": [true, false],
"type": "state"
},
"viewport": {
"description": "The size label for the current screen viewport based on the current screen width",
"values": ["xs", "sm", "md", "lg", "xl"],
Expand All @@ -29,6 +34,32 @@
"tokens": {
"icon": "PaletteIconCaretUp"
}
},
{
"if": {
"pressed": true
},
"tokens": {
"iconBackgroundColor": {
"red": 0.2549,
"green": 0.27059,
"blue": 0.27843,
"alpha": 1
},
"iconBorderColor": {
"red": 1,
"green": 1,
"blue": 1,
"alpha": 1
},
"iconColor": {
"red": 1,
"green": 1,
"blue": 1,
"alpha": 1
},
"iconOuterBorderGap": 4
}
}
],
"tokens": {
Expand Down Expand Up @@ -87,6 +118,32 @@
"expandTitlePaddingLeft": 0,
"expandTitleUnderline": "none",
"icon": "PaletteIconCaretDown",
"iconBackgroundColor": {
"red": 0,
"green": 0,
"blue": 0,
"alpha": 0
},
"iconBorderColor": {
"red": 0.40392,
"green": 0.43137,
"blue": 0.45098,
"alpha": 1
},
"iconColor": {
"red": 0.40392,
"green": 0.43137,
"blue": 0.45098,
"alpha": 1
},
"iconOuterBorderColor": {
"red": 0,
"green": 0,
"blue": 0,
"alpha": 0
},
"iconOuterBorderGap": 0,
"iconOuterBorderWidth": null,
"listColor": {
"red": 0.2549,
"green": 0.27059,
Expand Down
Loading

0 comments on commit 47e00f0

Please sign in to comment.