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 Dec 19, 2024
1 parent 9f62650 commit 2b3f93d
Show file tree
Hide file tree
Showing 5 changed files with 326 additions and 168 deletions.
14 changes: 14 additions & 0 deletions uds-android-theme-public-mobile/src/main/res/raw/Autocomplete.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"appearances": {},
"rules": [],
"tokens": {
"color": {
"red": 0.22353,
"green": 0.25098,
"blue": 0.33725,
"alpha": 1
},
"maxHeight": "100%",
"overflowY": "visible"
}
}
2 changes: 2 additions & 0 deletions uds-android-theme-public-mobile/src/main/res/raw/Card.json
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,9 @@
}
},
"inputWidth": 32,
"maxHeight": "100%",
"minWidth": null,
"overflowY": "visible",
"paddingBottom": 32,
"paddingLeft": 24,
"paddingRight": 24,
Expand Down
22 changes: 9 additions & 13 deletions uds-android-theme-public-mobile/src/main/res/raw/List.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,16 @@
"iconMarginTop": 6,
"itemFontSize": 20,
"itemIconSize": 20,
"itemLineHeight": 1.6,
"listGutter": 12
"itemLineHeight": 1.4
}
},
{
"if": {
"size": "small"
},
"tokens": {
"iconMarginTop": 2,
"itemFontSize": 14,
"itemIconSize": 14,
"itemLineHeight": 1.4285714285714286,
"listGutter": 12
"itemFontSize": 16,
"itemLineHeight": 1.55555555
}
},
{
Expand All @@ -42,7 +38,7 @@
},
"tokens": {
"iconMarginTop": 2,
"itemLineHeight": 1.25
"itemLineHeight": 1.55555555
}
},
{
Expand All @@ -51,7 +47,7 @@
"size": "small"
},
"tokens": {
"itemLineHeight": 1.14285714286
"itemLineHeight": 1.5
}
},
{
Expand All @@ -73,7 +69,7 @@
"alpha": 1
},
"dividerSize": 1,
"iconMarginTop": 4,
"iconMarginTop": 0,
"interItemMargin": 8,
"interItemMarginWithDivider": 16,
"itemBulletColor": {
Expand All @@ -85,7 +81,7 @@
"itemBulletContainerAlign": "center",
"itemBulletContainerWidth": 16,
"itemFontName": "SofiaPro",
"itemFontSize": 16,
"itemFontSize": 18,
"itemFontWeight": 400,
"itemIconColor": {
"red": 0.22353,
Expand All @@ -94,13 +90,13 @@
"alpha": 1
},
"itemIconSize": 24,
"itemLineHeight": 1.5,
"itemLineHeight": 1.55555555,
"itemTextColor": {
"red": 0.22353,
"green": 0.25098,
"blue": 0.33725,
"alpha": 1
},
"listGutter": 16
"listGutter": 8
}
}
Loading

0 comments on commit 2b3f93d

Please # to comment.