@telus-uds/theme-allium 7.3.0 → 7.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/android/ActivityIndicator.json +12 -1
- package/build/android/Card.json +58 -0
- package/build/android/Link.json +294 -0
- package/build/android/MultiSelectFilter.json +23 -0
- package/build/android/schema.json +1070 -1051
- package/build/android/theme.json +388 -2
- package/build/ios/ActivityIndicator.json +12 -1
- package/build/ios/Card.json +58 -0
- package/build/ios/Link.json +294 -0
- package/build/ios/MultiSelectFilter.json +23 -0
- package/build/ios/schema.json +1070 -1051
- package/build/ios/theme.json +388 -2
- package/build/rn/ActionCard.js +1 -1
- package/build/rn/ActivityIndicator.js +9 -2
- package/build/rn/Autocomplete.js +1 -1
- package/build/rn/Badge.js +1 -1
- package/build/rn/BlockQuote.js +1 -1
- package/build/rn/Box.js +1 -1
- package/build/rn/Breadcrumbs.js +1 -1
- package/build/rn/Button.js +1 -1
- package/build/rn/ButtonDropdown.js +1 -1
- package/build/rn/ButtonGroup.js +1 -1
- package/build/rn/ButtonGroupItem.js +1 -1
- package/build/rn/Callout.js +1 -1
- package/build/rn/Card.js +29 -1
- package/build/rn/CardGroup.js +1 -1
- package/build/rn/Carousel.js +1 -1
- package/build/rn/CarouselTabsPanelItem.js +1 -1
- package/build/rn/CarouselThumbnail.js +1 -1
- package/build/rn/Checkbox.js +1 -1
- package/build/rn/CheckboxCard.js +1 -1
- package/build/rn/CheckboxCardGroup.js +1 -1
- package/build/rn/CheckboxGroup.js +1 -1
- package/build/rn/ChevronLink.js +1 -1
- package/build/rn/ColourToggle.js +1 -1
- package/build/rn/Countdown.js +1 -1
- package/build/rn/DatePicker.js +1 -1
- package/build/rn/Disclaimer.js +1 -1
- package/build/rn/Divider.js +1 -1
- package/build/rn/DownloadApp.js +1 -1
- package/build/rn/ExpandCollapse.js +1 -1
- package/build/rn/ExpandCollapseControl.js +1 -1
- package/build/rn/ExpandCollapseMini.js +1 -1
- package/build/rn/ExpandCollapseMiniControl.js +1 -1
- package/build/rn/ExpandCollapsePanel.js +1 -1
- package/build/rn/Feedback.js +1 -1
- package/build/rn/Fieldset.js +1 -1
- package/build/rn/FileUpload.js +1 -1
- package/build/rn/Footnote.js +1 -1
- package/build/rn/FootnoteLink.js +1 -1
- package/build/rn/HorizontalScrollButton.js +1 -1
- package/build/rn/Icon.js +1 -1
- package/build/rn/IconButton.js +1 -1
- package/build/rn/Image.js +1 -1
- package/build/rn/InputLabel.js +1 -1
- package/build/rn/InputSupports.js +1 -1
- package/build/rn/Link.js +239 -1
- package/build/rn/List.js +1 -1
- package/build/rn/Listbox.js +1 -1
- package/build/rn/Modal.js +1 -1
- package/build/rn/MultiSelectFilter.js +6 -1
- package/build/rn/NavigationBar.js +1 -1
- package/build/rn/Notification.js +1 -1
- package/build/rn/OrderedList.js +1 -1
- package/build/rn/Pagination.js +1 -1
- package/build/rn/PaginationPageButton.js +1 -1
- package/build/rn/PaginationSideButton.js +1 -1
- package/build/rn/PreviewCard.js +1 -1
- package/build/rn/PriceLockup.js +1 -1
- package/build/rn/ProductCard.js +1 -1
- package/build/rn/Progress.js +1 -1
- package/build/rn/ProgressBar.js +1 -1
- package/build/rn/QuantitySelector.js +1 -1
- package/build/rn/QuantitySelectorSideButton.js +1 -1
- package/build/rn/QuickLinks.js +1 -1
- package/build/rn/QuickLinksButton.js +1 -1
- package/build/rn/QuickLinksCard.js +1 -1
- package/build/rn/QuickLinksFeature.js +1 -1
- package/build/rn/QuickLinksFeatureItem.js +1 -1
- package/build/rn/QuickLinksList.js +1 -1
- package/build/rn/Radio.js +1 -1
- package/build/rn/RadioCard.js +1 -1
- package/build/rn/RadioCardGroup.js +1 -1
- package/build/rn/RadioGroup.js +1 -1
- package/build/rn/Ribbon.js +1 -1
- package/build/rn/Search.js +1 -1
- package/build/rn/SearchButton.js +1 -1
- package/build/rn/Select.js +1 -1
- package/build/rn/SideNav.js +1 -1
- package/build/rn/SideNavItem.js +1 -1
- package/build/rn/SideNavItemsGroup.js +1 -1
- package/build/rn/Skeleton.js +1 -1
- package/build/rn/SkipLink.js +1 -1
- package/build/rn/Spinner.js +1 -1
- package/build/rn/SplashButton.js +1 -1
- package/build/rn/SplashButtonWithDetails.js +1 -1
- package/build/rn/StackView.js +1 -1
- package/build/rn/Status.js +1 -1
- package/build/rn/StepTracker.js +1 -1
- package/build/rn/StoryCard.js +1 -1
- package/build/rn/TabBar.js +1 -1
- package/build/rn/TabBarItem.js +1 -1
- package/build/rn/Table.js +1 -1
- package/build/rn/Tabs.js +1 -1
- package/build/rn/TabsItem.js +1 -1
- package/build/rn/Tags.js +1 -1
- package/build/rn/TagsItem.js +1 -1
- package/build/rn/TermsAndConditions.js +1 -1
- package/build/rn/Testimonial.js +1 -1
- package/build/rn/TextArea.js +1 -1
- package/build/rn/TextInput.js +1 -1
- package/build/rn/Timeline.js +1 -1
- package/build/rn/Toast.js +1 -1
- package/build/rn/ToggleSwitch.js +1 -1
- package/build/rn/ToggleSwitchGroup.js +1 -1
- package/build/rn/Tooltip.js +1 -1
- package/build/rn/TooltipButton.js +1 -1
- package/build/rn/Typography.js +1 -1
- package/build/rn/Video.js +1 -1
- package/build/rn/VideoButton.js +1 -1
- package/build/rn/VideoControlBar.js +1 -1
- package/build/rn/VideoMenu.js +1 -1
- package/build/rn/VideoMiddleControlButton.js +1 -1
- package/build/rn/VideoPicker.js +1 -1
- package/build/rn/VideoPickerSlider.js +1 -1
- package/build/rn/VideoPickerThumbnail.js +1 -1
- package/build/rn/VideoProgressBar.js +1 -1
- package/build/rn/VideoVolumeSlider.js +1 -1
- package/build/rn/WaffleGrid.js +1 -1
- package/build/rn/schema.json +1070 -1051
- package/build/rn/spacingScale.js +1 -1
- package/build/rn/theme.js +284 -3
- package/build/web/ActionCard.js +1 -1
- package/build/web/ActivityIndicator.js +9 -2
- package/build/web/Autocomplete.js +1 -1
- package/build/web/Badge.js +1 -1
- package/build/web/BlockQuote.js +1 -1
- package/build/web/Box.js +1 -1
- package/build/web/Breadcrumbs.js +1 -1
- package/build/web/Button.js +1 -1
- package/build/web/ButtonDropdown.js +1 -1
- package/build/web/ButtonGroup.js +1 -1
- package/build/web/ButtonGroupItem.js +1 -1
- package/build/web/Callout.js +1 -1
- package/build/web/Card.js +29 -1
- package/build/web/CardGroup.js +1 -1
- package/build/web/Carousel.js +1 -1
- package/build/web/CarouselTabsPanelItem.js +1 -1
- package/build/web/CarouselThumbnail.js +1 -1
- package/build/web/Checkbox.js +1 -1
- package/build/web/CheckboxCard.js +1 -1
- package/build/web/CheckboxCardGroup.js +1 -1
- package/build/web/CheckboxGroup.js +1 -1
- package/build/web/ChevronLink.js +1 -1
- package/build/web/ColourToggle.js +1 -1
- package/build/web/Countdown.js +1 -1
- package/build/web/DatePicker.js +1 -1
- package/build/web/Disclaimer.js +1 -1
- package/build/web/Divider.js +1 -1
- package/build/web/DownloadApp.js +1 -1
- package/build/web/ExpandCollapse.js +1 -1
- package/build/web/ExpandCollapseControl.js +1 -1
- package/build/web/ExpandCollapseMini.js +1 -1
- package/build/web/ExpandCollapseMiniControl.js +1 -1
- package/build/web/ExpandCollapsePanel.js +1 -1
- package/build/web/Feedback.js +1 -1
- package/build/web/Fieldset.js +1 -1
- package/build/web/FileUpload.js +1 -1
- package/build/web/Footnote.js +1 -1
- package/build/web/FootnoteLink.js +1 -1
- package/build/web/HorizontalScrollButton.js +1 -1
- package/build/web/Icon.js +1 -1
- package/build/web/IconButton.js +1 -1
- package/build/web/Image.js +1 -1
- package/build/web/InputLabel.js +1 -1
- package/build/web/InputSupports.js +1 -1
- package/build/web/Link.js +239 -1
- package/build/web/List.js +1 -1
- package/build/web/Listbox.js +1 -1
- package/build/web/Modal.js +1 -1
- package/build/web/MultiSelectFilter.js +6 -1
- package/build/web/NavigationBar.js +1 -1
- package/build/web/Notification.js +1 -1
- package/build/web/OrderedList.js +1 -1
- package/build/web/Pagination.js +1 -1
- package/build/web/PaginationPageButton.js +1 -1
- package/build/web/PaginationSideButton.js +1 -1
- package/build/web/PreviewCard.js +1 -1
- package/build/web/PriceLockup.js +1 -1
- package/build/web/ProductCard.js +1 -1
- package/build/web/Progress.js +1 -1
- package/build/web/ProgressBar.js +1 -1
- package/build/web/QuantitySelector.js +1 -1
- package/build/web/QuantitySelectorSideButton.js +1 -1
- package/build/web/QuickLinks.js +1 -1
- package/build/web/QuickLinksButton.js +1 -1
- package/build/web/QuickLinksCard.js +1 -1
- package/build/web/QuickLinksFeature.js +1 -1
- package/build/web/QuickLinksFeatureItem.js +1 -1
- package/build/web/QuickLinksList.js +1 -1
- package/build/web/Radio.js +1 -1
- package/build/web/RadioCard.js +1 -1
- package/build/web/RadioCardGroup.js +1 -1
- package/build/web/RadioGroup.js +1 -1
- package/build/web/Ribbon.js +1 -1
- package/build/web/Search.js +1 -1
- package/build/web/SearchButton.js +1 -1
- package/build/web/Select.js +1 -1
- package/build/web/SideNav.js +1 -1
- package/build/web/SideNavItem.js +1 -1
- package/build/web/SideNavItemsGroup.js +1 -1
- package/build/web/Skeleton.js +1 -1
- package/build/web/SkipLink.js +1 -1
- package/build/web/Spinner.js +1 -1
- package/build/web/SplashButton.js +1 -1
- package/build/web/SplashButtonWithDetails.js +1 -1
- package/build/web/StackView.js +1 -1
- package/build/web/Status.js +1 -1
- package/build/web/StepTracker.js +1 -1
- package/build/web/StoryCard.js +1 -1
- package/build/web/TabBar.js +1 -1
- package/build/web/TabBarItem.js +1 -1
- package/build/web/Table.js +1 -1
- package/build/web/Tabs.js +1 -1
- package/build/web/TabsItem.js +1 -1
- package/build/web/Tags.js +1 -1
- package/build/web/TagsItem.js +1 -1
- package/build/web/TermsAndConditions.js +1 -1
- package/build/web/Testimonial.js +1 -1
- package/build/web/TextArea.js +1 -1
- package/build/web/TextInput.js +1 -1
- package/build/web/Timeline.js +1 -1
- package/build/web/Toast.js +1 -1
- package/build/web/ToggleSwitch.js +1 -1
- package/build/web/ToggleSwitchGroup.js +1 -1
- package/build/web/Tooltip.js +1 -1
- package/build/web/TooltipButton.js +1 -1
- package/build/web/Typography.js +1 -1
- package/build/web/Video.js +1 -1
- package/build/web/VideoButton.js +1 -1
- package/build/web/VideoControlBar.js +1 -1
- package/build/web/VideoMenu.js +1 -1
- package/build/web/VideoMiddleControlButton.js +1 -1
- package/build/web/VideoPicker.js +1 -1
- package/build/web/VideoPickerSlider.js +1 -1
- package/build/web/VideoPickerThumbnail.js +1 -1
- package/build/web/VideoProgressBar.js +1 -1
- package/build/web/VideoVolumeSlider.js +1 -1
- package/build/web/WaffleGrid.js +1 -1
- package/build/web/index.js +1 -1
- package/build/web/schema.json +1070 -1051
- package/build/web/spacingScale.js +1 -1
- package/build/web/theme.js +284 -3
- package/package.json +5 -5
- package/theme.json +761 -140
package/theme.json
CHANGED
|
@@ -85,6 +85,10 @@
|
|
|
85
85
|
},
|
|
86
86
|
"ActivityIndicator": {
|
|
87
87
|
"appearances": {
|
|
88
|
+
"dots": {
|
|
89
|
+
"type": "variant",
|
|
90
|
+
"values": [true]
|
|
91
|
+
},
|
|
88
92
|
"size": {
|
|
89
93
|
"description": "used for full-screen spinners",
|
|
90
94
|
"type": "variant",
|
|
@@ -104,8 +108,10 @@
|
|
|
104
108
|
],
|
|
105
109
|
"tokens": {
|
|
106
110
|
"color": "{palette.color.greenAccessible}",
|
|
111
|
+
"dotSize": "{palette.size.size6}",
|
|
112
|
+
"indicatorBackgroundColor": "{palette.color.greenTusk}",
|
|
107
113
|
"size": "{palette.size.size24}",
|
|
108
|
-
"thickness": "{palette.border.
|
|
114
|
+
"thickness": "{palette.border.border3}"
|
|
109
115
|
}
|
|
110
116
|
},
|
|
111
117
|
"Autocomplete": {
|
|
@@ -1940,6 +1946,14 @@
|
|
|
1940
1946
|
"paddingTop": "{palette.size.size0}"
|
|
1941
1947
|
}
|
|
1942
1948
|
},
|
|
1949
|
+
{
|
|
1950
|
+
"if": {
|
|
1951
|
+
"interactive": true
|
|
1952
|
+
},
|
|
1953
|
+
"tokens": {
|
|
1954
|
+
"backgroundColor": "{system.color.transparent}"
|
|
1955
|
+
}
|
|
1956
|
+
},
|
|
1943
1957
|
{
|
|
1944
1958
|
"if": {
|
|
1945
1959
|
"focus": false,
|
|
@@ -2005,6 +2019,66 @@
|
|
|
2005
2019
|
"borderColor": "{palette.color.purpleTelus}",
|
|
2006
2020
|
"borderWidth": "{palette.border.border1}"
|
|
2007
2021
|
}
|
|
2022
|
+
},
|
|
2023
|
+
{
|
|
2024
|
+
"if": {
|
|
2025
|
+
"hover": true,
|
|
2026
|
+
"interactive": true,
|
|
2027
|
+
"style": "dark"
|
|
2028
|
+
},
|
|
2029
|
+
"tokens": {
|
|
2030
|
+
"backgroundColor": "{palette.color.light10}"
|
|
2031
|
+
}
|
|
2032
|
+
},
|
|
2033
|
+
{
|
|
2034
|
+
"if": {
|
|
2035
|
+
"hover": true,
|
|
2036
|
+
"interactive": true,
|
|
2037
|
+
"style": "darker"
|
|
2038
|
+
},
|
|
2039
|
+
"tokens": {
|
|
2040
|
+
"backgroundColor": "{palette.color.light10}"
|
|
2041
|
+
}
|
|
2042
|
+
},
|
|
2043
|
+
{
|
|
2044
|
+
"if": {
|
|
2045
|
+
"hover": true,
|
|
2046
|
+
"interactive": true,
|
|
2047
|
+
"style": "darkest"
|
|
2048
|
+
},
|
|
2049
|
+
"tokens": {
|
|
2050
|
+
"backgroundColor": "{palette.color.light10}"
|
|
2051
|
+
}
|
|
2052
|
+
},
|
|
2053
|
+
{
|
|
2054
|
+
"if": {
|
|
2055
|
+
"interactive": true,
|
|
2056
|
+
"pressed": true,
|
|
2057
|
+
"style": "dark"
|
|
2058
|
+
},
|
|
2059
|
+
"tokens": {
|
|
2060
|
+
"backgroundColor": "{palette.color.light20}"
|
|
2061
|
+
}
|
|
2062
|
+
},
|
|
2063
|
+
{
|
|
2064
|
+
"if": {
|
|
2065
|
+
"interactive": true,
|
|
2066
|
+
"pressed": true,
|
|
2067
|
+
"style": "darker"
|
|
2068
|
+
},
|
|
2069
|
+
"tokens": {
|
|
2070
|
+
"backgroundColor": "{palette.color.light20}"
|
|
2071
|
+
}
|
|
2072
|
+
},
|
|
2073
|
+
{
|
|
2074
|
+
"if": {
|
|
2075
|
+
"interactive": true,
|
|
2076
|
+
"pressed": true,
|
|
2077
|
+
"style": "darkest"
|
|
2078
|
+
},
|
|
2079
|
+
"tokens": {
|
|
2080
|
+
"backgroundColor": "{palette.color.light20}"
|
|
2081
|
+
}
|
|
2008
2082
|
}
|
|
2009
2083
|
],
|
|
2010
2084
|
"tokens": {
|
|
@@ -4670,6 +4744,10 @@
|
|
|
4670
4744
|
"description": "Text sizes for block links; similar but not always identical to Typography sizes.",
|
|
4671
4745
|
"type": "variant",
|
|
4672
4746
|
"values": ["large", "small", "micro"]
|
|
4747
|
+
},
|
|
4748
|
+
"style": {
|
|
4749
|
+
"type": "variant",
|
|
4750
|
+
"values": ["inline", "subtle", "feature", "danger", "inverse"]
|
|
4673
4751
|
}
|
|
4674
4752
|
},
|
|
4675
4753
|
"rules": [
|
|
@@ -4894,6 +4972,16 @@
|
|
|
4894
4972
|
"textLine": "{system.textLine.underline}"
|
|
4895
4973
|
}
|
|
4896
4974
|
},
|
|
4975
|
+
{
|
|
4976
|
+
"if": {
|
|
4977
|
+
"focus": true,
|
|
4978
|
+
"quiet": true
|
|
4979
|
+
},
|
|
4980
|
+
"tokens": {
|
|
4981
|
+
"color": "{palette.color.greenAccessible}",
|
|
4982
|
+
"textLine": "{system.textLine.underline}"
|
|
4983
|
+
}
|
|
4984
|
+
},
|
|
4897
4985
|
{
|
|
4898
4986
|
"if": {
|
|
4899
4987
|
"alternative": true,
|
|
@@ -4926,219 +5014,739 @@
|
|
|
4926
5014
|
"color": "{palette.color.greyCharcoal}",
|
|
4927
5015
|
"textLine": "{system.textLine.underline}"
|
|
4928
5016
|
}
|
|
4929
|
-
}
|
|
4930
|
-
],
|
|
4931
|
-
"tokens": {
|
|
4932
|
-
"alignSelf": "{system.flexAlign.flexStart}",
|
|
4933
|
-
"blockFontName": "{palette.fontName.HNforTELUSSA}",
|
|
4934
|
-
"blockFontSize": "{palette.fontSize.size16}",
|
|
4935
|
-
"blockFontWeight": "{palette.fontWeight.weight400}",
|
|
4936
|
-
"blockLineHeight": "{palette.lineHeight.ratio3to2}",
|
|
4937
|
-
"borderRadius": "{palette.radius.radius4}",
|
|
4938
|
-
"color": "{palette.color.greenAccessible}",
|
|
4939
|
-
"icon": "{system.icon.none}",
|
|
4940
|
-
"iconSize": "{palette.size.size24}",
|
|
4941
|
-
"iconSpace": "{system.integer.0}",
|
|
4942
|
-
"iconTranslateX": "{system.size.zero}",
|
|
4943
|
-
"iconTranslateY": "{system.size.zero}",
|
|
4944
|
-
"outerBorderColor": "{palette.color.transparent}",
|
|
4945
|
-
"outerBorderGap": "{palette.size.size2}",
|
|
4946
|
-
"outerBorderOutline": "{system.borderStyle.none}",
|
|
4947
|
-
"outerBorderWidth": "{palette.border.border2}",
|
|
4948
|
-
"textLine": "{system.textLine.underline}",
|
|
4949
|
-
"textLineStyle": "{system.textLineStyle.solid}"
|
|
4950
|
-
}
|
|
4951
|
-
},
|
|
4952
|
-
"List": {
|
|
4953
|
-
"appearances": {
|
|
4954
|
-
"compact": {
|
|
4955
|
-
"description": "When true it will reduce the line height of the list item.",
|
|
4956
|
-
"type": "variant",
|
|
4957
|
-
"values": [true]
|
|
4958
5017
|
},
|
|
4959
|
-
"size": {
|
|
4960
|
-
"description": "Indicates list item text size.",
|
|
4961
|
-
"type": "variant",
|
|
4962
|
-
"values": ["large", "small"]
|
|
4963
|
-
}
|
|
4964
|
-
},
|
|
4965
|
-
"rules": [
|
|
4966
5018
|
{
|
|
4967
5019
|
"if": {
|
|
4968
|
-
"
|
|
5020
|
+
"style": "inline"
|
|
4969
5021
|
},
|
|
4970
5022
|
"tokens": {
|
|
4971
|
-
"
|
|
4972
|
-
"itemFontSize": "{palette.fontSize.size20}",
|
|
4973
|
-
"itemIconSize": "{palette.size.size24}",
|
|
4974
|
-
"itemLineHeight": "{palette.lineHeight.ratio8to5}"
|
|
5023
|
+
"color": "{palette.color.greyCharcoal}"
|
|
4975
5024
|
}
|
|
4976
5025
|
},
|
|
4977
5026
|
{
|
|
4978
5027
|
"if": {
|
|
4979
|
-
"
|
|
5028
|
+
"focus": true,
|
|
5029
|
+
"style": "inline"
|
|
4980
5030
|
},
|
|
4981
5031
|
"tokens": {
|
|
4982
|
-
"
|
|
4983
|
-
"
|
|
4984
|
-
"
|
|
4985
|
-
"itemIconSize": "{palette.size.size20}",
|
|
4986
|
-
"itemLineHeight": "{palette.lineHeight.ratio10to7}"
|
|
5032
|
+
"color": "{palette.color.greyCharcoal}",
|
|
5033
|
+
"outerBorderColor": "{palette.color.greyCharcoal}",
|
|
5034
|
+
"outerBorderOutline": "{system.borderStyle.none}"
|
|
4987
5035
|
}
|
|
4988
5036
|
},
|
|
4989
5037
|
{
|
|
4990
5038
|
"if": {
|
|
4991
|
-
"
|
|
5039
|
+
"hover": true,
|
|
5040
|
+
"style": "inline"
|
|
4992
5041
|
},
|
|
4993
5042
|
"tokens": {
|
|
4994
|
-
"
|
|
4995
|
-
"
|
|
5043
|
+
"color": "{palette.color.greyThunder}",
|
|
5044
|
+
"textLine": "{system.textLine.none}"
|
|
4996
5045
|
}
|
|
4997
5046
|
},
|
|
4998
5047
|
{
|
|
4999
5048
|
"if": {
|
|
5000
|
-
"
|
|
5001
|
-
"
|
|
5049
|
+
"pressed": true,
|
|
5050
|
+
"style": "inline"
|
|
5002
5051
|
},
|
|
5003
5052
|
"tokens": {
|
|
5004
|
-
"
|
|
5053
|
+
"color": "{palette.color.greyThunder}",
|
|
5054
|
+
"textLine": "{system.textLine.none}"
|
|
5005
5055
|
}
|
|
5006
5056
|
},
|
|
5007
5057
|
{
|
|
5008
5058
|
"if": {
|
|
5009
|
-
"
|
|
5010
|
-
"
|
|
5059
|
+
"focus": true,
|
|
5060
|
+
"pressed": true,
|
|
5061
|
+
"style": "inline"
|
|
5011
5062
|
},
|
|
5012
5063
|
"tokens": {
|
|
5013
|
-
"
|
|
5064
|
+
"outerBorderColor": "{palette.color.greyThunder}"
|
|
5014
5065
|
}
|
|
5015
|
-
}
|
|
5016
|
-
],
|
|
5017
|
-
"tokens": {
|
|
5018
|
-
"bulletIcon": "{palette.icon.BulletFill}",
|
|
5019
|
-
"dividerColor": "{palette.color.greyCloud}",
|
|
5020
|
-
"dividerSize": "{palette.border.border1}",
|
|
5021
|
-
"iconMarginTop": "{palette.size.size0}",
|
|
5022
|
-
"interItemMargin": "{palette.size.size8}",
|
|
5023
|
-
"interItemMarginWithDivider": "{palette.size.size16}",
|
|
5024
|
-
"itemBulletColor": "{palette.color.purpleTelus}",
|
|
5025
|
-
"itemBulletContainerAlign": "{system.textAlign.center}",
|
|
5026
|
-
"itemBulletContainerHeight": "{palette.size.size24}",
|
|
5027
|
-
"itemBulletContainerWidth": "{palette.size.size24}",
|
|
5028
|
-
"itemFontName": "{palette.fontName.HNforTELUSSA}",
|
|
5029
|
-
"itemFontSize": "{palette.fontSize.size16}",
|
|
5030
|
-
"itemFontWeight": "{palette.fontWeight.weight400}",
|
|
5031
|
-
"itemIconColor": "{palette.color.purpleTelus}",
|
|
5032
|
-
"itemIconSize": "{palette.size.size24}",
|
|
5033
|
-
"itemLineHeight": "{palette.lineHeight.ratio3to2}",
|
|
5034
|
-
"itemTextColor": "{palette.color.greyCharcoal}",
|
|
5035
|
-
"listGutter": "{palette.size.size8}"
|
|
5036
|
-
}
|
|
5037
|
-
},
|
|
5038
|
-
"Listbox": {
|
|
5039
|
-
"appearances": {
|
|
5040
|
-
"current": "{appearances.Listbox.current}",
|
|
5041
|
-
"expanded": "{appearances.Listbox.expanded}",
|
|
5042
|
-
"focus": "{appearances.Listbox.focus}",
|
|
5043
|
-
"hover": "{appearances.Listbox.hover}",
|
|
5044
|
-
"isChild": "{appearances.Listbox.isChild}",
|
|
5045
|
-
"pressed": "{appearances.Listbox.pressed}"
|
|
5046
|
-
},
|
|
5047
|
-
"rules": [
|
|
5066
|
+
},
|
|
5048
5067
|
{
|
|
5049
5068
|
"if": {
|
|
5050
|
-
"
|
|
5051
|
-
"hover": true,
|
|
5052
|
-
"pressed": true
|
|
5069
|
+
"style": "subtle"
|
|
5053
5070
|
},
|
|
5054
5071
|
"tokens": {
|
|
5055
|
-
"
|
|
5056
|
-
"groupBorderColor": "{palette.color.transparent}",
|
|
5057
|
-
"groupColor": "{palette.color.greyShuttle}",
|
|
5058
|
-
"itemBackgroundColor": "{palette.color.greyMystic}",
|
|
5059
|
-
"itemColor": "{palette.color.greyShuttle}"
|
|
5072
|
+
"color": "{palette.color.greyShuttle}"
|
|
5060
5073
|
}
|
|
5061
5074
|
},
|
|
5062
5075
|
{
|
|
5063
5076
|
"if": {
|
|
5064
|
-
"focus":
|
|
5065
|
-
"
|
|
5066
|
-
"pressed": false
|
|
5077
|
+
"focus": true,
|
|
5078
|
+
"style": "subtle"
|
|
5067
5079
|
},
|
|
5068
5080
|
"tokens": {
|
|
5069
|
-
"
|
|
5070
|
-
"
|
|
5071
|
-
"
|
|
5072
|
-
"itemColor": "{palette.color.purpleTelus}"
|
|
5081
|
+
"color": "{palette.color.greyShuttle}",
|
|
5082
|
+
"outerBorderColor": "{palette.color.greyShuttle}",
|
|
5083
|
+
"outerBorderOutline": "{system.borderStyle.none}"
|
|
5073
5084
|
}
|
|
5074
5085
|
},
|
|
5075
5086
|
{
|
|
5076
5087
|
"if": {
|
|
5077
|
-
"
|
|
5078
|
-
"
|
|
5088
|
+
"hover": true,
|
|
5089
|
+
"style": "subtle"
|
|
5079
5090
|
},
|
|
5080
5091
|
"tokens": {
|
|
5081
|
-
"
|
|
5082
|
-
"
|
|
5083
|
-
"groupColor": "{palette.color.purpleTelus}",
|
|
5084
|
-
"itemBorderBottomColor": "{palette.color.purpleTelus}",
|
|
5085
|
-
"itemBorderLeftColor": "{palette.color.purpleTelus}",
|
|
5086
|
-
"itemBorderRightColor": "{palette.color.purpleTelus}",
|
|
5087
|
-
"itemBorderTopColor": "{palette.color.purpleTelus}",
|
|
5088
|
-
"itemColor": "{palette.color.purpleTelus}"
|
|
5092
|
+
"color": "{palette.color.greyThunder}",
|
|
5093
|
+
"textLine": "{system.textLine.none}"
|
|
5089
5094
|
}
|
|
5090
5095
|
},
|
|
5091
5096
|
{
|
|
5092
5097
|
"if": {
|
|
5093
|
-
"
|
|
5098
|
+
"pressed": true,
|
|
5099
|
+
"style": "subtle"
|
|
5094
5100
|
},
|
|
5095
5101
|
"tokens": {
|
|
5096
|
-
"
|
|
5102
|
+
"color": "{palette.color.greyThunder}",
|
|
5103
|
+
"textLine": "{system.textLine.none}"
|
|
5097
5104
|
}
|
|
5098
5105
|
},
|
|
5099
5106
|
{
|
|
5100
5107
|
"if": {
|
|
5101
|
-
"
|
|
5108
|
+
"focus": true,
|
|
5109
|
+
"pressed": true,
|
|
5110
|
+
"style": "subtle"
|
|
5102
5111
|
},
|
|
5103
5112
|
"tokens": {
|
|
5104
|
-
"
|
|
5105
|
-
"groupFontName": "{palette.fontName.HNforTELUSSA}",
|
|
5106
|
-
"groupFontWeight": "{palette.fontWeight.weight700}",
|
|
5107
|
-
"itemColor": "{palette.color.purpleTelus}",
|
|
5108
|
-
"itemPaddingBottom": "{palette.size.size12}",
|
|
5109
|
-
"itemPaddingLeft": "{palette.size.size16}",
|
|
5110
|
-
"itemPaddingRight": "{palette.size.size16}",
|
|
5111
|
-
"itemPaddingTop": "{palette.size.size12}"
|
|
5113
|
+
"outerBorderColor": "{palette.color.greyThunder}"
|
|
5112
5114
|
}
|
|
5113
5115
|
},
|
|
5114
5116
|
{
|
|
5115
5117
|
"if": {
|
|
5116
|
-
"
|
|
5117
|
-
"pressed": true
|
|
5118
|
+
"style": "feature"
|
|
5118
5119
|
},
|
|
5119
5120
|
"tokens": {
|
|
5120
|
-
"
|
|
5121
|
-
"groupBorderWidth": "{palette.border.none}",
|
|
5122
|
-
"groupColor": "{palette.color.greyShuttle}",
|
|
5123
|
-
"groupFontName": "{palette.fontName.HNforTELUSSA}",
|
|
5124
|
-
"groupFontWeight": "{palette.fontWeight.weight700}"
|
|
5121
|
+
"color": "{palette.color.greenAccessible}"
|
|
5125
5122
|
}
|
|
5126
5123
|
},
|
|
5127
5124
|
{
|
|
5128
5125
|
"if": {
|
|
5129
|
-
"
|
|
5126
|
+
"focus": true,
|
|
5127
|
+
"style": "feature"
|
|
5130
5128
|
},
|
|
5131
5129
|
"tokens": {
|
|
5132
|
-
"
|
|
5133
|
-
"
|
|
5134
|
-
"
|
|
5135
|
-
"itemBorderTopWidth": "{palette.border.none}"
|
|
5130
|
+
"color": "{palette.color.greenAccessible}",
|
|
5131
|
+
"outerBorderColor": "{palette.color.greenAccessible}",
|
|
5132
|
+
"outerBorderOutline": "{system.borderStyle.none}"
|
|
5136
5133
|
}
|
|
5137
5134
|
},
|
|
5138
5135
|
{
|
|
5139
5136
|
"if": {
|
|
5140
|
-
"
|
|
5141
|
-
"
|
|
5137
|
+
"hover": true,
|
|
5138
|
+
"style": "feature"
|
|
5139
|
+
},
|
|
5140
|
+
"tokens": {
|
|
5141
|
+
"color": "{palette.color.greenSanFelix}",
|
|
5142
|
+
"textLine": "{system.textLine.none}"
|
|
5143
|
+
}
|
|
5144
|
+
},
|
|
5145
|
+
{
|
|
5146
|
+
"if": {
|
|
5147
|
+
"pressed": true,
|
|
5148
|
+
"style": "feature"
|
|
5149
|
+
},
|
|
5150
|
+
"tokens": {
|
|
5151
|
+
"color": "{palette.color.greenDarkFern}",
|
|
5152
|
+
"textLine": "{system.textLine.none}"
|
|
5153
|
+
}
|
|
5154
|
+
},
|
|
5155
|
+
{
|
|
5156
|
+
"if": {
|
|
5157
|
+
"focus": true,
|
|
5158
|
+
"pressed": true,
|
|
5159
|
+
"style": "feature"
|
|
5160
|
+
},
|
|
5161
|
+
"tokens": {
|
|
5162
|
+
"outerBorderColor": "{palette.color.greenDarkFern}"
|
|
5163
|
+
}
|
|
5164
|
+
},
|
|
5165
|
+
{
|
|
5166
|
+
"if": {
|
|
5167
|
+
"style": "danger"
|
|
5168
|
+
},
|
|
5169
|
+
"tokens": {
|
|
5170
|
+
"color": "{palette.color.redDark}"
|
|
5171
|
+
}
|
|
5172
|
+
},
|
|
5173
|
+
{
|
|
5174
|
+
"if": {
|
|
5175
|
+
"focus": true,
|
|
5176
|
+
"style": "danger"
|
|
5177
|
+
},
|
|
5178
|
+
"tokens": {
|
|
5179
|
+
"color": "{palette.color.redDark}",
|
|
5180
|
+
"outerBorderColor": "{palette.color.redDark}",
|
|
5181
|
+
"outerBorderOutline": "{system.borderStyle.none}"
|
|
5182
|
+
}
|
|
5183
|
+
},
|
|
5184
|
+
{
|
|
5185
|
+
"if": {
|
|
5186
|
+
"hover": true,
|
|
5187
|
+
"style": "danger"
|
|
5188
|
+
},
|
|
5189
|
+
"tokens": {
|
|
5190
|
+
"color": "{palette.color.redDarker}",
|
|
5191
|
+
"textLine": "{system.textLine.none}"
|
|
5192
|
+
}
|
|
5193
|
+
},
|
|
5194
|
+
{
|
|
5195
|
+
"if": {
|
|
5196
|
+
"pressed": true,
|
|
5197
|
+
"style": "danger"
|
|
5198
|
+
},
|
|
5199
|
+
"tokens": {
|
|
5200
|
+
"color": "{palette.color.greyThunder}",
|
|
5201
|
+
"textLine": "{system.textLine.none}"
|
|
5202
|
+
}
|
|
5203
|
+
},
|
|
5204
|
+
{
|
|
5205
|
+
"if": {
|
|
5206
|
+
"focus": true,
|
|
5207
|
+
"pressed": true,
|
|
5208
|
+
"style": "danger"
|
|
5209
|
+
},
|
|
5210
|
+
"tokens": {
|
|
5211
|
+
"outerBorderColor": "{palette.color.greyThunder}"
|
|
5212
|
+
}
|
|
5213
|
+
},
|
|
5214
|
+
{
|
|
5215
|
+
"if": {
|
|
5216
|
+
"style": "inverse"
|
|
5217
|
+
},
|
|
5218
|
+
"tokens": {
|
|
5219
|
+
"color": "{palette.color.white}"
|
|
5220
|
+
}
|
|
5221
|
+
},
|
|
5222
|
+
{
|
|
5223
|
+
"if": {
|
|
5224
|
+
"focus": true,
|
|
5225
|
+
"style": "inverse"
|
|
5226
|
+
},
|
|
5227
|
+
"tokens": {
|
|
5228
|
+
"color": "{palette.color.white}",
|
|
5229
|
+
"outerBorderColor": "{palette.color.white}",
|
|
5230
|
+
"outerBorderOutline": "{system.borderStyle.none}"
|
|
5231
|
+
}
|
|
5232
|
+
},
|
|
5233
|
+
{
|
|
5234
|
+
"if": {
|
|
5235
|
+
"hover": true,
|
|
5236
|
+
"style": "inverse"
|
|
5237
|
+
},
|
|
5238
|
+
"tokens": {
|
|
5239
|
+
"color": "{palette.color.greyAthens}",
|
|
5240
|
+
"textLine": "{system.textLine.none}"
|
|
5241
|
+
}
|
|
5242
|
+
},
|
|
5243
|
+
{
|
|
5244
|
+
"if": {
|
|
5245
|
+
"pressed": true,
|
|
5246
|
+
"style": "inverse"
|
|
5247
|
+
},
|
|
5248
|
+
"tokens": {
|
|
5249
|
+
"color": "{palette.color.greyCloud}",
|
|
5250
|
+
"textLine": "{system.textLine.none}"
|
|
5251
|
+
}
|
|
5252
|
+
},
|
|
5253
|
+
{
|
|
5254
|
+
"if": {
|
|
5255
|
+
"focus": true,
|
|
5256
|
+
"pressed": true,
|
|
5257
|
+
"style": "inverse"
|
|
5258
|
+
},
|
|
5259
|
+
"tokens": {
|
|
5260
|
+
"outerBorderColor": "{palette.color.greyCloud}"
|
|
5261
|
+
}
|
|
5262
|
+
},
|
|
5263
|
+
{
|
|
5264
|
+
"if": {
|
|
5265
|
+
"quiet": true,
|
|
5266
|
+
"style": "inline"
|
|
5267
|
+
},
|
|
5268
|
+
"tokens": {
|
|
5269
|
+
"color": "{palette.color.greyCharcoal}",
|
|
5270
|
+
"textLine": "{system.textLine.none}"
|
|
5271
|
+
}
|
|
5272
|
+
},
|
|
5273
|
+
{
|
|
5274
|
+
"if": {
|
|
5275
|
+
"focus": true,
|
|
5276
|
+
"quiet": true,
|
|
5277
|
+
"style": "inline"
|
|
5278
|
+
},
|
|
5279
|
+
"tokens": {
|
|
5280
|
+
"color": "{palette.color.greyCharcoal}",
|
|
5281
|
+
"outerBorderColor": "{palette.color.greyCharcoal}",
|
|
5282
|
+
"outerBorderOutline": "{system.borderStyle.none}",
|
|
5283
|
+
"textLine": "{system.textLine.underline}"
|
|
5284
|
+
}
|
|
5285
|
+
},
|
|
5286
|
+
{
|
|
5287
|
+
"if": {
|
|
5288
|
+
"hover": true,
|
|
5289
|
+
"quiet": true,
|
|
5290
|
+
"style": "inline"
|
|
5291
|
+
},
|
|
5292
|
+
"tokens": {
|
|
5293
|
+
"color": "{palette.color.greyThunder}",
|
|
5294
|
+
"textLine": "{system.textLine.underline}"
|
|
5295
|
+
}
|
|
5296
|
+
},
|
|
5297
|
+
{
|
|
5298
|
+
"if": {
|
|
5299
|
+
"pressed": true,
|
|
5300
|
+
"quiet": true,
|
|
5301
|
+
"style": "inline"
|
|
5302
|
+
},
|
|
5303
|
+
"tokens": {
|
|
5304
|
+
"color": "{palette.color.greyThunder}"
|
|
5305
|
+
}
|
|
5306
|
+
},
|
|
5307
|
+
{
|
|
5308
|
+
"if": {
|
|
5309
|
+
"focus": true,
|
|
5310
|
+
"pressed": true,
|
|
5311
|
+
"quiet": true,
|
|
5312
|
+
"style": "inline"
|
|
5313
|
+
},
|
|
5314
|
+
"tokens": {
|
|
5315
|
+
"outerBorderColor": "{palette.color.greyThunder}"
|
|
5316
|
+
}
|
|
5317
|
+
},
|
|
5318
|
+
{
|
|
5319
|
+
"if": {
|
|
5320
|
+
"quiet": true,
|
|
5321
|
+
"style": "subtle"
|
|
5322
|
+
},
|
|
5323
|
+
"tokens": {
|
|
5324
|
+
"color": "{palette.color.greyShuttle}",
|
|
5325
|
+
"textLine": "{system.textLine.none}"
|
|
5326
|
+
}
|
|
5327
|
+
},
|
|
5328
|
+
{
|
|
5329
|
+
"if": {
|
|
5330
|
+
"focus": true,
|
|
5331
|
+
"quiet": true,
|
|
5332
|
+
"style": "subtle"
|
|
5333
|
+
},
|
|
5334
|
+
"tokens": {
|
|
5335
|
+
"color": "{palette.color.greyShuttle}",
|
|
5336
|
+
"outerBorderColor": "{palette.color.greyShuttle}",
|
|
5337
|
+
"outerBorderOutline": "{system.borderStyle.none}",
|
|
5338
|
+
"textLine": "{system.textLine.underline}"
|
|
5339
|
+
}
|
|
5340
|
+
},
|
|
5341
|
+
{
|
|
5342
|
+
"if": {
|
|
5343
|
+
"hover": true,
|
|
5344
|
+
"quiet": true,
|
|
5345
|
+
"style": "subtle"
|
|
5346
|
+
},
|
|
5347
|
+
"tokens": {
|
|
5348
|
+
"color": "{palette.color.greyThunder}",
|
|
5349
|
+
"textLine": "{system.textLine.underline}"
|
|
5350
|
+
}
|
|
5351
|
+
},
|
|
5352
|
+
{
|
|
5353
|
+
"if": {
|
|
5354
|
+
"pressed": true,
|
|
5355
|
+
"quiet": true,
|
|
5356
|
+
"style": "subtle"
|
|
5357
|
+
},
|
|
5358
|
+
"tokens": {
|
|
5359
|
+
"color": "{palette.color.greyThunder}"
|
|
5360
|
+
}
|
|
5361
|
+
},
|
|
5362
|
+
{
|
|
5363
|
+
"if": {
|
|
5364
|
+
"focus": true,
|
|
5365
|
+
"pressed": true,
|
|
5366
|
+
"quiet": true,
|
|
5367
|
+
"style": "subtle"
|
|
5368
|
+
},
|
|
5369
|
+
"tokens": {
|
|
5370
|
+
"outerBorderColor": "{palette.color.greyThunder}"
|
|
5371
|
+
}
|
|
5372
|
+
},
|
|
5373
|
+
{
|
|
5374
|
+
"if": {
|
|
5375
|
+
"quiet": true,
|
|
5376
|
+
"style": "feature"
|
|
5377
|
+
},
|
|
5378
|
+
"tokens": {
|
|
5379
|
+
"color": "{palette.color.greenAccessible}",
|
|
5380
|
+
"textLine": "{system.textLine.none}"
|
|
5381
|
+
}
|
|
5382
|
+
},
|
|
5383
|
+
{
|
|
5384
|
+
"if": {
|
|
5385
|
+
"focus": true,
|
|
5386
|
+
"quiet": true,
|
|
5387
|
+
"style": "feature"
|
|
5388
|
+
},
|
|
5389
|
+
"tokens": {
|
|
5390
|
+
"color": "{palette.color.greenAccessible}",
|
|
5391
|
+
"outerBorderColor": "{palette.color.greenAccessible}",
|
|
5392
|
+
"outerBorderOutline": "{system.borderStyle.none}",
|
|
5393
|
+
"textLine": "{system.textLine.underline}"
|
|
5394
|
+
}
|
|
5395
|
+
},
|
|
5396
|
+
{
|
|
5397
|
+
"if": {
|
|
5398
|
+
"hover": true,
|
|
5399
|
+
"quiet": true,
|
|
5400
|
+
"style": "feature"
|
|
5401
|
+
},
|
|
5402
|
+
"tokens": {
|
|
5403
|
+
"color": "{palette.color.greenSanFelix}",
|
|
5404
|
+
"textLine": "{system.textLine.underline}"
|
|
5405
|
+
}
|
|
5406
|
+
},
|
|
5407
|
+
{
|
|
5408
|
+
"if": {
|
|
5409
|
+
"pressed": true,
|
|
5410
|
+
"quiet": true,
|
|
5411
|
+
"style": "feature"
|
|
5412
|
+
},
|
|
5413
|
+
"tokens": {
|
|
5414
|
+
"color": "{palette.color.greenDarkFern}"
|
|
5415
|
+
}
|
|
5416
|
+
},
|
|
5417
|
+
{
|
|
5418
|
+
"if": {
|
|
5419
|
+
"focus": true,
|
|
5420
|
+
"pressed": true,
|
|
5421
|
+
"quiet": true,
|
|
5422
|
+
"style": "feature"
|
|
5423
|
+
},
|
|
5424
|
+
"tokens": {
|
|
5425
|
+
"outerBorderColor": "{palette.color.greenDarkFern}"
|
|
5426
|
+
}
|
|
5427
|
+
},
|
|
5428
|
+
{
|
|
5429
|
+
"if": {
|
|
5430
|
+
"quiet": true,
|
|
5431
|
+
"style": "danger"
|
|
5432
|
+
},
|
|
5433
|
+
"tokens": {
|
|
5434
|
+
"color": "{palette.color.redDark}",
|
|
5435
|
+
"textLine": "{system.textLine.none}"
|
|
5436
|
+
}
|
|
5437
|
+
},
|
|
5438
|
+
{
|
|
5439
|
+
"if": {
|
|
5440
|
+
"focus": true,
|
|
5441
|
+
"quiet": true,
|
|
5442
|
+
"style": "danger"
|
|
5443
|
+
},
|
|
5444
|
+
"tokens": {
|
|
5445
|
+
"color": "{palette.color.redDark}",
|
|
5446
|
+
"outerBorderColor": "{palette.color.redDark}",
|
|
5447
|
+
"outerBorderOutline": "{system.borderStyle.none}",
|
|
5448
|
+
"textLine": "{system.textLine.underline}"
|
|
5449
|
+
}
|
|
5450
|
+
},
|
|
5451
|
+
{
|
|
5452
|
+
"if": {
|
|
5453
|
+
"hover": true,
|
|
5454
|
+
"quiet": true,
|
|
5455
|
+
"style": "danger"
|
|
5456
|
+
},
|
|
5457
|
+
"tokens": {
|
|
5458
|
+
"color": "{palette.color.redDarker}",
|
|
5459
|
+
"textLine": "{system.textLine.underline}"
|
|
5460
|
+
}
|
|
5461
|
+
},
|
|
5462
|
+
{
|
|
5463
|
+
"if": {
|
|
5464
|
+
"pressed": true,
|
|
5465
|
+
"quiet": true,
|
|
5466
|
+
"style": "danger"
|
|
5467
|
+
},
|
|
5468
|
+
"tokens": {
|
|
5469
|
+
"color": "{palette.color.greyThunder}"
|
|
5470
|
+
}
|
|
5471
|
+
},
|
|
5472
|
+
{
|
|
5473
|
+
"if": {
|
|
5474
|
+
"focus": true,
|
|
5475
|
+
"pressed": true,
|
|
5476
|
+
"quiet": true,
|
|
5477
|
+
"style": "danger"
|
|
5478
|
+
},
|
|
5479
|
+
"tokens": {
|
|
5480
|
+
"outerBorderColor": "{palette.color.greyThunder}"
|
|
5481
|
+
}
|
|
5482
|
+
},
|
|
5483
|
+
{
|
|
5484
|
+
"if": {
|
|
5485
|
+
"quiet": true,
|
|
5486
|
+
"style": "inverse"
|
|
5487
|
+
},
|
|
5488
|
+
"tokens": {
|
|
5489
|
+
"color": "{palette.color.white}",
|
|
5490
|
+
"textLine": "{system.textLine.none}"
|
|
5491
|
+
}
|
|
5492
|
+
},
|
|
5493
|
+
{
|
|
5494
|
+
"if": {
|
|
5495
|
+
"focus": true,
|
|
5496
|
+
"quiet": true,
|
|
5497
|
+
"style": "inverse"
|
|
5498
|
+
},
|
|
5499
|
+
"tokens": {
|
|
5500
|
+
"color": "{palette.color.white}",
|
|
5501
|
+
"outerBorderColor": "{palette.color.white}",
|
|
5502
|
+
"outerBorderOutline": "{system.borderStyle.none}",
|
|
5503
|
+
"textLine": "{system.textLine.underline}"
|
|
5504
|
+
}
|
|
5505
|
+
},
|
|
5506
|
+
{
|
|
5507
|
+
"if": {
|
|
5508
|
+
"hover": true,
|
|
5509
|
+
"quiet": true,
|
|
5510
|
+
"style": "inverse"
|
|
5511
|
+
},
|
|
5512
|
+
"tokens": {
|
|
5513
|
+
"color": "{palette.color.greyAthens}",
|
|
5514
|
+
"textLine": "{system.textLine.underline}"
|
|
5515
|
+
}
|
|
5516
|
+
},
|
|
5517
|
+
{
|
|
5518
|
+
"if": {
|
|
5519
|
+
"pressed": true,
|
|
5520
|
+
"quiet": true,
|
|
5521
|
+
"style": "inverse"
|
|
5522
|
+
},
|
|
5523
|
+
"tokens": {
|
|
5524
|
+
"color": "{palette.color.greyCloud}"
|
|
5525
|
+
}
|
|
5526
|
+
},
|
|
5527
|
+
{
|
|
5528
|
+
"if": {
|
|
5529
|
+
"focus": true,
|
|
5530
|
+
"pressed": true,
|
|
5531
|
+
"quiet": true,
|
|
5532
|
+
"style": "inverse"
|
|
5533
|
+
},
|
|
5534
|
+
"tokens": {
|
|
5535
|
+
"outerBorderColor": "{palette.color.greyCloud}"
|
|
5536
|
+
}
|
|
5537
|
+
}
|
|
5538
|
+
],
|
|
5539
|
+
"tokens": {
|
|
5540
|
+
"alignSelf": "{system.flexAlign.flexStart}",
|
|
5541
|
+
"blockFontName": "{palette.fontName.HNforTELUSSA}",
|
|
5542
|
+
"blockFontSize": "{palette.fontSize.size16}",
|
|
5543
|
+
"blockFontWeight": "{palette.fontWeight.weight400}",
|
|
5544
|
+
"blockLineHeight": "{palette.lineHeight.ratio3to2}",
|
|
5545
|
+
"borderRadius": "{palette.radius.radius4}",
|
|
5546
|
+
"color": "{palette.color.greenAccessible}",
|
|
5547
|
+
"icon": "{system.icon.none}",
|
|
5548
|
+
"iconSize": "{palette.size.size24}",
|
|
5549
|
+
"iconSpace": "{system.integer.0}",
|
|
5550
|
+
"iconTranslateX": "{system.size.zero}",
|
|
5551
|
+
"iconTranslateY": "{system.size.zero}",
|
|
5552
|
+
"outerBorderColor": "{palette.color.transparent}",
|
|
5553
|
+
"outerBorderGap": "{palette.size.size2}",
|
|
5554
|
+
"outerBorderOutline": "{system.borderStyle.none}",
|
|
5555
|
+
"outerBorderWidth": "{palette.border.border2}",
|
|
5556
|
+
"textLine": "{system.textLine.underline}",
|
|
5557
|
+
"textLineStyle": "{system.textLineStyle.solid}"
|
|
5558
|
+
}
|
|
5559
|
+
},
|
|
5560
|
+
"List": {
|
|
5561
|
+
"appearances": {
|
|
5562
|
+
"compact": {
|
|
5563
|
+
"description": "When true it will reduce the line height of the list item.",
|
|
5564
|
+
"type": "variant",
|
|
5565
|
+
"values": [true]
|
|
5566
|
+
},
|
|
5567
|
+
"size": {
|
|
5568
|
+
"description": "Indicates list item text size.",
|
|
5569
|
+
"type": "variant",
|
|
5570
|
+
"values": ["large", "small"]
|
|
5571
|
+
}
|
|
5572
|
+
},
|
|
5573
|
+
"rules": [
|
|
5574
|
+
{
|
|
5575
|
+
"if": {
|
|
5576
|
+
"size": "large"
|
|
5577
|
+
},
|
|
5578
|
+
"tokens": {
|
|
5579
|
+
"iconMarginTop": "{palette.size.size4}",
|
|
5580
|
+
"itemFontSize": "{palette.fontSize.size20}",
|
|
5581
|
+
"itemIconSize": "{palette.size.size24}",
|
|
5582
|
+
"itemLineHeight": "{palette.lineHeight.ratio8to5}"
|
|
5583
|
+
}
|
|
5584
|
+
},
|
|
5585
|
+
{
|
|
5586
|
+
"if": {
|
|
5587
|
+
"size": "small"
|
|
5588
|
+
},
|
|
5589
|
+
"tokens": {
|
|
5590
|
+
"iconMarginTop": "{palette.size.size0}",
|
|
5591
|
+
"itemBulletContainerHeight": "{palette.size.size20}",
|
|
5592
|
+
"itemFontSize": "{palette.fontSize.size14}",
|
|
5593
|
+
"itemIconSize": "{palette.size.size20}",
|
|
5594
|
+
"itemLineHeight": "{palette.lineHeight.ratio10to7}"
|
|
5595
|
+
}
|
|
5596
|
+
},
|
|
5597
|
+
{
|
|
5598
|
+
"if": {
|
|
5599
|
+
"compact": true
|
|
5600
|
+
},
|
|
5601
|
+
"tokens": {
|
|
5602
|
+
"iconMarginTop": "{palette.size.size0}",
|
|
5603
|
+
"itemLineHeight": "{palette.lineHeight.ratio5to4}"
|
|
5604
|
+
}
|
|
5605
|
+
},
|
|
5606
|
+
{
|
|
5607
|
+
"if": {
|
|
5608
|
+
"compact": true,
|
|
5609
|
+
"size": "small"
|
|
5610
|
+
},
|
|
5611
|
+
"tokens": {
|
|
5612
|
+
"itemLineHeight": "{palette.lineHeight.ratio8to7}"
|
|
5613
|
+
}
|
|
5614
|
+
},
|
|
5615
|
+
{
|
|
5616
|
+
"if": {
|
|
5617
|
+
"compact": true,
|
|
5618
|
+
"size": "large"
|
|
5619
|
+
},
|
|
5620
|
+
"tokens": {
|
|
5621
|
+
"itemLineHeight": "{palette.lineHeight.ratio6to5}"
|
|
5622
|
+
}
|
|
5623
|
+
}
|
|
5624
|
+
],
|
|
5625
|
+
"tokens": {
|
|
5626
|
+
"bulletIcon": "{palette.icon.BulletFill}",
|
|
5627
|
+
"dividerColor": "{palette.color.greyCloud}",
|
|
5628
|
+
"dividerSize": "{palette.border.border1}",
|
|
5629
|
+
"iconMarginTop": "{palette.size.size0}",
|
|
5630
|
+
"interItemMargin": "{palette.size.size8}",
|
|
5631
|
+
"interItemMarginWithDivider": "{palette.size.size16}",
|
|
5632
|
+
"itemBulletColor": "{palette.color.purpleTelus}",
|
|
5633
|
+
"itemBulletContainerAlign": "{system.textAlign.center}",
|
|
5634
|
+
"itemBulletContainerHeight": "{palette.size.size24}",
|
|
5635
|
+
"itemBulletContainerWidth": "{palette.size.size24}",
|
|
5636
|
+
"itemFontName": "{palette.fontName.HNforTELUSSA}",
|
|
5637
|
+
"itemFontSize": "{palette.fontSize.size16}",
|
|
5638
|
+
"itemFontWeight": "{palette.fontWeight.weight400}",
|
|
5639
|
+
"itemIconColor": "{palette.color.purpleTelus}",
|
|
5640
|
+
"itemIconSize": "{palette.size.size24}",
|
|
5641
|
+
"itemLineHeight": "{palette.lineHeight.ratio3to2}",
|
|
5642
|
+
"itemTextColor": "{palette.color.greyCharcoal}",
|
|
5643
|
+
"listGutter": "{palette.size.size8}"
|
|
5644
|
+
}
|
|
5645
|
+
},
|
|
5646
|
+
"Listbox": {
|
|
5647
|
+
"appearances": {
|
|
5648
|
+
"current": "{appearances.Listbox.current}",
|
|
5649
|
+
"expanded": "{appearances.Listbox.expanded}",
|
|
5650
|
+
"focus": "{appearances.Listbox.focus}",
|
|
5651
|
+
"hover": "{appearances.Listbox.hover}",
|
|
5652
|
+
"isChild": "{appearances.Listbox.isChild}",
|
|
5653
|
+
"pressed": "{appearances.Listbox.pressed}"
|
|
5654
|
+
},
|
|
5655
|
+
"rules": [
|
|
5656
|
+
{
|
|
5657
|
+
"if": {
|
|
5658
|
+
"focus": true,
|
|
5659
|
+
"hover": true,
|
|
5660
|
+
"pressed": true
|
|
5661
|
+
},
|
|
5662
|
+
"tokens": {
|
|
5663
|
+
"groupBackgroundColor": "{palette.color.greyMystic}",
|
|
5664
|
+
"groupBorderColor": "{palette.color.transparent}",
|
|
5665
|
+
"groupColor": "{palette.color.greyShuttle}",
|
|
5666
|
+
"itemBackgroundColor": "{palette.color.greyMystic}",
|
|
5667
|
+
"itemColor": "{palette.color.greyShuttle}"
|
|
5668
|
+
}
|
|
5669
|
+
},
|
|
5670
|
+
{
|
|
5671
|
+
"if": {
|
|
5672
|
+
"focus": false,
|
|
5673
|
+
"hover": true,
|
|
5674
|
+
"pressed": false
|
|
5675
|
+
},
|
|
5676
|
+
"tokens": {
|
|
5677
|
+
"groupBackgroundColor": "{palette.color.greyAthens}",
|
|
5678
|
+
"groupColor": "{palette.color.purpleTelus}",
|
|
5679
|
+
"itemBackgroundColor": "{palette.color.greyAthens}",
|
|
5680
|
+
"itemColor": "{palette.color.purpleTelus}"
|
|
5681
|
+
}
|
|
5682
|
+
},
|
|
5683
|
+
{
|
|
5684
|
+
"if": {
|
|
5685
|
+
"focus": true,
|
|
5686
|
+
"pressed": false
|
|
5687
|
+
},
|
|
5688
|
+
"tokens": {
|
|
5689
|
+
"groupBorderColor": "{palette.color.purpleTelus}",
|
|
5690
|
+
"groupBorderWidth": "{palette.border.border1}",
|
|
5691
|
+
"groupColor": "{palette.color.purpleTelus}",
|
|
5692
|
+
"itemBorderBottomColor": "{palette.color.purpleTelus}",
|
|
5693
|
+
"itemBorderLeftColor": "{palette.color.purpleTelus}",
|
|
5694
|
+
"itemBorderRightColor": "{palette.color.purpleTelus}",
|
|
5695
|
+
"itemBorderTopColor": "{palette.color.purpleTelus}",
|
|
5696
|
+
"itemColor": "{palette.color.purpleTelus}"
|
|
5697
|
+
}
|
|
5698
|
+
},
|
|
5699
|
+
{
|
|
5700
|
+
"if": {
|
|
5701
|
+
"expanded": true
|
|
5702
|
+
},
|
|
5703
|
+
"tokens": {
|
|
5704
|
+
"groupIcon": "{palette.icon.CaretUp}"
|
|
5705
|
+
}
|
|
5706
|
+
},
|
|
5707
|
+
{
|
|
5708
|
+
"if": {
|
|
5709
|
+
"current": true
|
|
5710
|
+
},
|
|
5711
|
+
"tokens": {
|
|
5712
|
+
"groupColor": "{palette.color.purpleTelus}",
|
|
5713
|
+
"groupFontName": "{palette.fontName.HNforTELUSSA}",
|
|
5714
|
+
"groupFontWeight": "{palette.fontWeight.weight700}",
|
|
5715
|
+
"itemColor": "{palette.color.purpleTelus}",
|
|
5716
|
+
"itemPaddingBottom": "{palette.size.size12}",
|
|
5717
|
+
"itemPaddingLeft": "{palette.size.size16}",
|
|
5718
|
+
"itemPaddingRight": "{palette.size.size16}",
|
|
5719
|
+
"itemPaddingTop": "{palette.size.size12}"
|
|
5720
|
+
}
|
|
5721
|
+
},
|
|
5722
|
+
{
|
|
5723
|
+
"if": {
|
|
5724
|
+
"current": true,
|
|
5725
|
+
"pressed": true
|
|
5726
|
+
},
|
|
5727
|
+
"tokens": {
|
|
5728
|
+
"groupBackgroundColor": "{palette.color.greyMystic}",
|
|
5729
|
+
"groupBorderWidth": "{palette.border.none}",
|
|
5730
|
+
"groupColor": "{palette.color.greyShuttle}",
|
|
5731
|
+
"groupFontName": "{palette.fontName.HNforTELUSSA}",
|
|
5732
|
+
"groupFontWeight": "{palette.fontWeight.weight700}"
|
|
5733
|
+
}
|
|
5734
|
+
},
|
|
5735
|
+
{
|
|
5736
|
+
"if": {
|
|
5737
|
+
"isChild": true
|
|
5738
|
+
},
|
|
5739
|
+
"tokens": {
|
|
5740
|
+
"itemBorderBottomWidth": "{palette.border.none}",
|
|
5741
|
+
"itemBorderLeftColor": "{palette.color.greyMystic}",
|
|
5742
|
+
"itemBorderLeftWidth": "{palette.border.border4}",
|
|
5743
|
+
"itemBorderTopWidth": "{palette.border.none}"
|
|
5744
|
+
}
|
|
5745
|
+
},
|
|
5746
|
+
{
|
|
5747
|
+
"if": {
|
|
5748
|
+
"focus": true,
|
|
5749
|
+
"isChild": true
|
|
5142
5750
|
},
|
|
5143
5751
|
"tokens": {
|
|
5144
5752
|
"itemBorderBottomColor": "{palette.color.purpleTelus}",
|
|
@@ -5385,6 +5993,10 @@
|
|
|
5385
5993
|
"appearances": {
|
|
5386
5994
|
"maxHeight": "{appearances.MultiSelectFilter.maxHeight}",
|
|
5387
5995
|
"maxWidth": "{appearances.MultiSelectFilter.maxWidth}",
|
|
5996
|
+
"selected": {
|
|
5997
|
+
"type": "state",
|
|
5998
|
+
"values": [true]
|
|
5999
|
+
},
|
|
5388
6000
|
"viewport": "{appearances.system.viewport}"
|
|
5389
6001
|
},
|
|
5390
6002
|
"rules": [
|
|
@@ -5415,6 +6027,15 @@
|
|
|
5415
6027
|
"tokens": {
|
|
5416
6028
|
"maxWidthSize": "{palette.size.size544}"
|
|
5417
6029
|
}
|
|
6030
|
+
},
|
|
6031
|
+
{
|
|
6032
|
+
"if": {
|
|
6033
|
+
"selected": true
|
|
6034
|
+
},
|
|
6035
|
+
"tokens": {
|
|
6036
|
+
"buttonIconBackgroundColor": "{palette.color.purpleDeluge}",
|
|
6037
|
+
"labelColor": "{palette.color.white}"
|
|
6038
|
+
}
|
|
5418
6039
|
}
|
|
5419
6040
|
],
|
|
5420
6041
|
"tokens": {
|