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 May 6, 2024
1 parent 37f791d commit e12f205
Show file tree
Hide file tree
Showing 4 changed files with 1,047 additions and 979 deletions.
2 changes: 2 additions & 0 deletions uds-ios-theme-telus/Assets/Carousel.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
"alpha": 1
},
"nextIcon": "PaletteIconArrowRight",
"pauseIcon": "PaletteIconPause",
"playIcon": "PaletteIconPlayVideo",
"previousIcon": "PaletteIconArrowLeft",
"showPanelNavigation": true,
"showPanelTabs": true,
Expand Down
27 changes: 26 additions & 1 deletion uds-ios-theme-telus/Assets/ExpandCollapseControl.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
"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": [
Expand Down Expand Up @@ -41,6 +46,26 @@
"tokens": {
"paddingBottom": 0
}
},
{
"if": {
"pressed": true
},
"tokens": {
"backgroundColor": {
"red": 0.8902,
"green": 0.90196,
"blue": 0.9098,
"alpha": 1
},
"borderColor": {
"red": 0.40392,
"green": 0.43137,
"blue": 0.45098,
"alpha": 1
},
"borderWidth": 1
}
}
],
"tokens": {
Expand All @@ -60,7 +85,7 @@
},
"borderTopLeftRadius": 0,
"borderTopRightRadius": 0,
"borderWidth": 0,
"borderWidth": 1,
"icon": "PaletteIconCaretDown",
"iconColor": {
"red": 0.16863,
Expand Down
Loading

0 comments on commit e12f205

Please sign in to comment.