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 Mar 12, 2024
1 parent ec5b73a commit 66bcc8f
Show file tree
Hide file tree
Showing 3 changed files with 260 additions and 6 deletions.
131 changes: 129 additions & 2 deletions uds-ios-theme-telus/Assets/FootnoteLink.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,133 @@
{
"appearances": {},
"rules": [],
"appearances": {
"size": {
"type": "variant",
"values": [
"micro",
"small",
"medium",
"large",
"h1",
"h2",
"h3",
"h4",
"h5",
"h6",
"display1",
"display2"
]
}
},
"rules": [
{
"if": {
"size": "display1"
},
"tokens": {
"fontSize": 20,
"lineHeight": 1.2
}
},
{
"if": {
"size": "display2"
},
"tokens": {
"fontSize": 20,
"lineHeight": 1.2
}
},
{
"if": {
"size": "h1"
},
"tokens": {
"fontSize": 20,
"lineHeight": 1.2
}
},
{
"if": {
"size": "h2"
},
"tokens": {
"fontSize": 20,
"lineHeight": 1.2
}
},
{
"if": {
"size": "h3"
},
"tokens": {
"fontSize": 14,
"lineHeight": 1
}
},
{
"if": {
"size": "h4"
},
"tokens": {
"fontSize": 14,
"lineHeight": 1
}
},
{
"if": {
"size": "h5"
},
"tokens": {
"fontSize": 14,
"lineHeight": 1
}
},
{
"if": {
"size": "h6"
},
"tokens": {
"fontSize": 14,
"lineHeight": 1
}
},
{
"if": {
"size": "micro"
},
"tokens": {
"fontSize": 12,
"lineHeight": 1
}
},
{
"if": {
"size": "small"
},
"tokens": {
"fontSize": 12,
"lineHeight": 1
}
},
{
"if": {
"size": "medium"
},
"tokens": {
"fontSize": 12,
"lineHeight": 1
}
},
{
"if": {
"size": "large"
},
"tokens": {
"fontSize": 12,
"lineHeight": 1
}
}
],
"tokens": {
"color": {
"red": 0,
Expand Down
2 changes: 1 addition & 1 deletion uds-ios-theme-telus/Assets/Notification.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"tokens": {
"borderBottomWidth": 0,
"borderLeftWidth": 0,
"borderRadius": 0,
"borderRadius": 6,
"borderRightWidth": 0,
"borderTopWidth": 0,
"iconGap": 8,
Expand Down
133 changes: 130 additions & 3 deletions uds-ios-theme-telus/Assets/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -4448,8 +4448,135 @@
}
},
"FootnoteLink": {
"appearances": {},
"rules": [],
"appearances": {
"size": {
"type": "variant",
"values": [
"micro",
"small",
"medium",
"large",
"h1",
"h2",
"h3",
"h4",
"h5",
"h6",
"display1",
"display2"
]
}
},
"rules": [
{
"if": {
"size": "display1"
},
"tokens": {
"fontSize": 20,
"lineHeight": 1.2
}
},
{
"if": {
"size": "display2"
},
"tokens": {
"fontSize": 20,
"lineHeight": 1.2
}
},
{
"if": {
"size": "h1"
},
"tokens": {
"fontSize": 20,
"lineHeight": 1.2
}
},
{
"if": {
"size": "h2"
},
"tokens": {
"fontSize": 20,
"lineHeight": 1.2
}
},
{
"if": {
"size": "h3"
},
"tokens": {
"fontSize": 14,
"lineHeight": 1
}
},
{
"if": {
"size": "h4"
},
"tokens": {
"fontSize": 14,
"lineHeight": 1
}
},
{
"if": {
"size": "h5"
},
"tokens": {
"fontSize": 14,
"lineHeight": 1
}
},
{
"if": {
"size": "h6"
},
"tokens": {
"fontSize": 14,
"lineHeight": 1
}
},
{
"if": {
"size": "micro"
},
"tokens": {
"fontSize": 12,
"lineHeight": 1
}
},
{
"if": {
"size": "small"
},
"tokens": {
"fontSize": 12,
"lineHeight": 1
}
},
{
"if": {
"size": "medium"
},
"tokens": {
"fontSize": 12,
"lineHeight": 1
}
},
{
"if": {
"size": "large"
},
"tokens": {
"fontSize": 12,
"lineHeight": 1
}
}
],
"tokens": {
"color": {
"red": 0,
Expand Down Expand Up @@ -6268,7 +6395,7 @@
"tokens": {
"borderBottomWidth": 0,
"borderLeftWidth": 0,
"borderRadius": 0,
"borderRadius": 6,
"borderRightWidth": 0,
"borderTopWidth": 0,
"iconGap": 8,
Expand Down

0 comments on commit 66bcc8f

Please sign in to comment.