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 14, 2024
1 parent 9a3ab7e commit 686cbb6
Show file tree
Hide file tree
Showing 4 changed files with 217 additions and 172 deletions.
48 changes: 33 additions & 15 deletions uds-ios-theme-koodo/Assets/ExpandCollapseControl.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,14 @@
"mini": {
"type": "variant",
"values": [true]
},
"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"
}
},
"rules": [
{
"if": {
"compact": true
},
"tokens": {}
},
{
"if": {
"mini": true
Expand Down Expand Up @@ -59,14 +58,33 @@
"tokens": {
"icon": "PaletteIconChevronUp"
}
},
{
"if": {
"pressed": true
},
"tokens": {
"backgroundColor": {
"red": 0,
"green": 0,
"blue": 0,
"alpha": 0.2
}
}
},
{
"if": {
"compact": true
},
"tokens": {}
}
],
"tokens": {
"backgroundColor": {
"red": 0.93725,
"green": 0.93725,
"blue": 0.93725,
"alpha": 1
"red": 0,
"green": 0,
"blue": 0,
"alpha": 0
},
"borderBottomLeftRadius": 0,
"borderBottomRightRadius": 0,
Expand All @@ -78,7 +96,7 @@
},
"borderTopLeftRadius": 0,
"borderTopRightRadius": 0,
"borderWidth": 0,
"borderWidth": 2,
"icon": "PaletteIconChevronDown",
"iconColor": {
"red": 0,
Expand All @@ -91,10 +109,10 @@
"iconPosition": "right",
"iconSize": 16,
"justifyContent": "space-between",
"paddingBottom": 16,
"paddingLeft": 24,
"paddingRight": 24,
"paddingTop": 16,
"paddingBottom": 14,
"paddingLeft": 22,
"paddingRight": 22,
"paddingTop": 14,
"textLine": "none",
"verticalAlign": "middle"
}
Expand Down
1 change: 1 addition & 0 deletions uds-ios-theme-koodo/Assets/Skeleton.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"blue": 0.78431,
"alpha": 1
},
"lineRadius": 4,
"radius": 99999999999999,
"secondColor": {
"red": 0.93725,
Expand Down
Loading

0 comments on commit 686cbb6

Please sign in to comment.