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 Oct 12, 2024
1 parent 279e5c3 commit 3d12265
Show file tree
Hide file tree
Showing 7 changed files with 825 additions and 760 deletions.
1 change: 1 addition & 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 @@ -397,6 +397,7 @@
"blue": 1,
"alpha": 1
},
"backgroundGradient": null,
"borderColor": {
"red": 0.80392,
"green": 0.81176,
Expand Down
2 changes: 1 addition & 1 deletion uds-android-theme-public-mobile/src/main/res/raw/List.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"blue": 0.33725,
"alpha": 1
},
"itemIconSize": 16,
"itemIconSize": 24,
"itemLineHeight": 1.5,
"itemTextColor": {
"red": 0.22353,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
}
],
"tokens": {
"alignItemsText": "flex-start",
"amountFontName": "BystanderSans",
"amountFontSize": 48,
"amountFontWeight": 700,
Expand Down
15 changes: 14 additions & 1 deletion uds-android-theme-public-mobile/src/main/res/raw/Progress.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,19 @@
},
"borderRadius": 12,
"borderWidth": 1,
"height": 16
"height": 16,
"shadow": {
"inset": true,
"offsetX": 0,
"offsetY": 2,
"blur": 2,
"spread": 0,
"color": {
"red": 0,
"green": 0,
"blue": 0,
"alpha": 0.1
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"blue": 0.33725,
"alpha": 1
},
"outlineWidth": 1
"outlineWidth": 1,
"shadow": null
}
}
1,539 changes: 786 additions & 753 deletions uds-android-theme-public-mobile/src/main/res/raw/schema.json

Large diffs are not rendered by default.

24 changes: 20 additions & 4 deletions uds-android-theme-public-mobile/src/main/res/raw/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -2555,6 +2555,7 @@
"blue": 1,
"alpha": 1
},
"backgroundGradient": null,
"borderColor": {
"red": 0.80392,
"green": 0.81176,
Expand Down Expand Up @@ -6182,7 +6183,7 @@
"blue": 0.33725,
"alpha": 1
},
"itemIconSize": 16,
"itemIconSize": 24,
"itemLineHeight": 1.5,
"itemTextColor": {
"red": 0.22353,
Expand Down Expand Up @@ -7689,6 +7690,7 @@
}
],
"tokens": {
"alignItemsText": "flex-start",
"amountFontName": "BystanderSans",
"amountFontSize": 48,
"amountFontWeight": 700,
Expand Down Expand Up @@ -7819,7 +7821,20 @@
},
"borderRadius": 12,
"borderWidth": 1,
"height": 16
"height": 16,
"shadow": {
"inset": true,
"offsetX": 0,
"offsetY": 2,
"blur": 2,
"spread": 0,
"color": {
"red": 0,
"green": 0,
"blue": 0,
"alpha": 0.1
}
}
}
},
"ProgressBar": {
Expand Down Expand Up @@ -7877,7 +7892,8 @@
"blue": 0.33725,
"alpha": 1
},
"outlineWidth": 1
"outlineWidth": 1,
"shadow": null
}
},
"QuantitySelector": {
Expand Down Expand Up @@ -13504,7 +13520,7 @@
}
},
"metadata": {
"themeTokensVersion": "2.64.0",
"themeTokensVersion": "2.65.0",
"name": "theme-public-mobile"
}
}

0 comments on commit 3d12265

Please sign in to comment.