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 Aug 22, 2024
1 parent c75c195 commit 2add701
Show file tree
Hide file tree
Showing 5 changed files with 832 additions and 717 deletions.
16 changes: 15 additions & 1 deletion uds-android-theme-public-mobile/src/main/res/raw/Card.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"appearances": {
"background": {
"type": "variant",
"values": ["alternative", "subtle", "grid", "image", "feature"]
"values": ["alternative", "subtle", "grid", "image", "feature", "plain"]
},
"borderRadius": {
"type": "variant",
Expand Down Expand Up @@ -222,6 +222,20 @@
}
}
},
{
"if": {
"background": "plain"
},
"tokens": {
"backgroundColor": {
"red": 0.99216,
"green": 0.98824,
"blue": 0.96471,
"alpha": 1
},
"borderWidth": 0
}
},
{
"if": {
"viewport": ["md", "lg", "xl"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"appearances": {},
"rules": [],
"tokens": {
"borderRadius": 4
"borderRadius": null
}
}
12 changes: 12 additions & 0 deletions uds-android-theme-public-mobile/src/main/res/raw/Select.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"appearances": {
"active": {
"values": [true],
"type": "state"
},
"focus": {
"description": "Focus states for some input elements are well supported across web, RN, ios and android",
"values": [true],
Expand Down Expand Up @@ -96,6 +100,14 @@
},
"icon": null
}
},
{
"if": {
"active": true
},
"tokens": {
"icon": "PaletteIconChevronUp"
}
}
],
"tokens": {
Expand Down
Loading

0 comments on commit 2add701

Please # to comment.