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 1b3fa89 commit 98cb646
Show file tree
Hide file tree
Showing 6 changed files with 210 additions and 157 deletions.
16 changes: 15 additions & 1 deletion uds-ios-theme-koodo/Assets/Card.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"background": {
"description": "Defines background related attributes of Card",
"type": "variant",
"values": ["alternative", "subtle", "grid", "feature"]
"values": ["alternative", "subtle", "grid", "feature", "plain"]
},
"borderRadius": {
"type": "variant",
Expand Down Expand Up @@ -191,6 +191,20 @@
"borderWidth": 0
}
},
{
"if": {
"background": "plain"
},
"tokens": {
"backgroundColor": {
"red": 1,
"green": 1,
"blue": 1,
"alpha": 1
},
"borderWidth": 0
}
},
{
"if": {
"viewport": ["md", "lg", "xl"]
Expand Down
2 changes: 1 addition & 1 deletion uds-ios-theme-koodo/Assets/Image.json
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-ios-theme-koodo/Assets/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 @@ -102,6 +106,14 @@
},
"icon": null
}
},
{
"if": {
"active": true
},
"tokens": {
"icon": "PaletteIconChevronUp"
}
}
],
"tokens": {
Expand Down
12 changes: 6 additions & 6 deletions uds-ios-theme-koodo/Assets/Tooltip.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@
"arrowOffset": 4,
"arrowWidth": 8,
"backgroundColor": {
"red": 0.87843,
"green": 0.84706,
"blue": 0.98824,
"red": 0.34902,
"green": 0.34902,
"blue": 0.34902,
"alpha": 1
},
"borderRadius": 4,
"color": {
"red": 0,
"green": 0,
"blue": 0,
"red": 1,
"green": 1,
"blue": 1,
"alpha": 1
},
"fontName": "StagSans",
Expand Down
Loading

0 comments on commit 98cb646

Please sign in to comment.