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 Sep 16, 2024
1 parent d883d60 commit 1e39306
Show file tree
Hide file tree
Showing 9 changed files with 1,369 additions and 745 deletions.
6 changes: 3 additions & 3 deletions uds-ios-theme-koodo/Assets/ButtonDropdown.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,9 @@
"alpha": 1
},
"dividerColor": {
"red": 0,
"green": 0,
"blue": 0,
"red": 0.78824,
"green": 0.78431,
"blue": 0.78431,
"alpha": 1
},
"fontName": "StagSans",
Expand Down
31 changes: 31 additions & 0 deletions uds-ios-theme-koodo/Assets/ButtonGroup.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"appearances": {
"style": {
"description": "Configure `style` variant for `ButtonGroup`",
"type": "variant",
"values": ["contained"]
},
"viewport": {
"description": "The size label for the current screen viewport based on the current screen width",
"values": ["xs", "sm", "md", "lg", "xl"],
Expand All @@ -17,6 +22,7 @@
"viewport": ["xs", "sm"]
},
"tokens": {
"gap": 3,
"space": 2
}
},
Expand All @@ -37,15 +43,40 @@
"alignItems": "stretch",
"direction": "column"
}
},
{
"if": {
"style": "contained"
},
"tokens": {
"backgroundColor": {
"red": 0,
"green": 0,
"blue": 0,
"alpha": 0.1
},
"borderRadius": 8,
"padding": 8,
"space": 2
}
}
],
"tokens": {
"alignItems": "center",
"backgroundColor": {
"red": 0,
"green": 0,
"blue": 0,
"alpha": 0
},
"borderRadius": 0,
"direction": "row",
"fieldSpace": 2,
"flexGrow": 0,
"flexShrink": 0,
"gap": 2,
"justifyContent": "flex-start",
"padding": 0,
"space": 2
}
}
67 changes: 67 additions & 0 deletions uds-ios-theme-koodo/Assets/ButtonGroupItem.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@
"values": [true],
"type": "state"
},
"style": {
"description": "Configure `style` variant for `ButtonGroupItem`",
"type": "variant",
"values": ["contained"]
},
"width": {
"description": "Available in default, or responsive. Default-width expands based on content. Responsive automatically applies full-width when is displayed on the XS viewport.",
"type": "variant",
Expand Down Expand Up @@ -120,6 +125,68 @@
"tokens": {
"width": "100%"
}
},
{
"if": {
"style": "contained"
},
"tokens": {
"backgroundColor": {
"red": 0,
"green": 0,
"blue": 0,
"alpha": 0
},
"borderColor": {
"red": 0,
"green": 0,
"blue": 0,
"alpha": 0
},
"borderWidth": 0,
"height": 40
}
},
{
"if": {
"selected": true,
"style": "contained"
},
"tokens": {
"backgroundColor": {
"red": 0.47843,
"green": 0.23922,
"blue": 0.98824,
"alpha": 1
},
"color": {
"red": 1,
"green": 1,
"blue": 1,
"alpha": 1
},
"outerBorderWidth": 0
}
},
{
"if": {
"pressed": true,
"style": "contained"
},
"tokens": {
"backgroundColor": {
"red": 0.25098,
"green": 0.25098,
"blue": 0.25098,
"alpha": 1
},
"color": {
"red": 0.4,
"green": 0.4,
"blue": 0.4,
"alpha": 1
}
}
}
],
"tokens": {
Expand Down
65 changes: 65 additions & 0 deletions uds-ios-theme-koodo/Assets/FileUpload.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
{
"appearances": {},
"rules": [],
"tokens": {
"buttonBackgroundColor": {
"red": 0,
"green": 0,
"blue": 0,
"alpha": 0
},
"buttonBorderColor": {
"red": 0,
"green": 0,
"blue": 0,
"alpha": 0
},
"buttonBorderRadius": null,
"buttonBorderWidth": null,
"buttonHeight": null,
"buttonMinWidth": null,
"buttonTextColor": {
"red": 0,
"green": 0,
"blue": 0,
"alpha": 0
},
"buttonWidth": null,
"notificationBackgroundColor": {
"red": 0,
"green": 0,
"blue": 0,
"alpha": 0
},
"notificationBorderColor": {
"red": 0,
"green": 0,
"blue": 0,
"alpha": 0
},
"notificationBorderRadius": null,
"notificationDismissButtonGap": null,
"notificationDismissIcon": null,
"notificationDismissIconColor": {
"red": 0,
"green": 0,
"blue": 0,
"alpha": 0
},
"notificationIcon": null,
"notificationIconColor": {
"red": 0,
"green": 0,
"blue": 0,
"alpha": 0
},
"notificationIconGap": null,
"notificationIconSize": null,
"notificationTextColor": {
"red": 0,
"green": 0,
"blue": 0,
"alpha": 1
}
}
}
6 changes: 3 additions & 3 deletions uds-ios-theme-koodo/Assets/Icon.json
Original file line number Diff line number Diff line change
Expand Up @@ -225,9 +225,9 @@
},
"tokens": {
"color": {
"red": 1,
"green": 0,
"blue": 0.46275,
"red": 0.47843,
"green": 0.23922,
"blue": 0.98824,
"alpha": 1
}
}
Expand Down
10 changes: 8 additions & 2 deletions uds-ios-theme-koodo/Assets/MultiSelectFilter.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@
],
"tokens": {
"buttonDirection": "row",
"contentMarginBottom": 32,
"contentMarginLeft": 16,
"contentMarginRight": 16,
"contentMarginTop": 24,
"contentPaddingLeft": 16,
"contentPaddingRight": 16,
"headerFontColor": {
"red": 0,
"green": 0,
Expand All @@ -58,9 +64,9 @@
"headerFontSize": 24,
"headerFontWeight": 700,
"headerLineHeight": 1.33333333333,
"maxHeightSize": 0,
"maxHeightSize": 480,
"maxWidthSize": 0,
"minHeight": 412,
"minHeight": 0,
"minWidth": 320,
"subHeaderFontName": "StagSans",
"subHeaderFontSize": 16,
Expand Down
1 change: 1 addition & 0 deletions uds-ios-theme-koodo/Assets/Status.json
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,7 @@
"alpha": 1
},
"iconGradient": null,
"marginLeft": 8,
"paddingBottom": 0,
"paddingLeft": 0,
"paddingRight": 0,
Expand Down
Loading

0 comments on commit 1e39306

Please sign in to comment.