@telus-uds/theme-allium 7.3.1 → 7.5.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/ChevronLink.json +299 -0
- package/build/android/Link.json +294 -0
- package/build/android/MultiSelectFilter.json +23 -0
- package/build/android/Progress.json +4 -4
- package/build/android/schema.json +1067 -1053
- package/build/android/theme.json +861 -234
- package/build/ios/ActivityIndicator.json +12 -1
- package/build/ios/ChevronLink.json +299 -0
- package/build/ios/Link.json +294 -0
- package/build/ios/MultiSelectFilter.json +23 -0
- package/build/ios/Progress.json +4 -4
- package/build/ios/schema.json +1067 -1053
- package/build/ios/theme.json +861 -234
- 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 +1 -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 +219 -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 +2 -2
- 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 +1067 -1053
- package/build/rn/spacingScale.js +1 -1
- package/build/rn/theme.js +475 -4
- 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 +1 -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 +219 -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 +2 -2
- 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 +1067 -1053
- package/build/web/spacingScale.js +1 -1
- package/build/web/theme.js +475 -4
- package/package.json +5 -5
- package/theme.json +2234 -1152
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": {
|
|
@@ -2708,10 +2714,19 @@
|
|
|
2708
2714
|
"values": [true]
|
|
2709
2715
|
},
|
|
2710
2716
|
"pressed": "{appearances.ChevronLink.pressed}",
|
|
2717
|
+
"quiet": {
|
|
2718
|
+
"description": "When it is true, it does not show the decoration",
|
|
2719
|
+
"type": "state",
|
|
2720
|
+
"values": [true, false]
|
|
2721
|
+
},
|
|
2711
2722
|
"size": {
|
|
2712
2723
|
"description": "Sets the size of the text and icon; these variants are shared with ChevronLink",
|
|
2713
2724
|
"type": "variant",
|
|
2714
2725
|
"values": ["large", "small", "micro"]
|
|
2726
|
+
},
|
|
2727
|
+
"style": {
|
|
2728
|
+
"type": "variant",
|
|
2729
|
+
"values": ["inline", "subtle", "feature", "danger", "inverse"]
|
|
2715
2730
|
}
|
|
2716
2731
|
},
|
|
2717
2732
|
"rules": [
|
|
@@ -2849,893 +2864,1413 @@
|
|
|
2849
2864
|
"color": "{palette.color.greyCharcoal}",
|
|
2850
2865
|
"outerBorderColor": "{palette.color.greyCharcoal}"
|
|
2851
2866
|
}
|
|
2852
|
-
}
|
|
2853
|
-
],
|
|
2854
|
-
"tokens": {
|
|
2855
|
-
"blockLineHeight": "{palette.lineHeight.ratio3to2}",
|
|
2856
|
-
"color": "{palette.color.greenAccessible}",
|
|
2857
|
-
"fontSize": "{palette.fontSize.size16}",
|
|
2858
|
-
"iconDisplace": "{palette.size.size0}",
|
|
2859
|
-
"iconSize": "{palette.size.size16}",
|
|
2860
|
-
"iconSpace": "{system.integer.1}",
|
|
2861
|
-
"leftIcon": "{palette.icon.ArrowLeft}",
|
|
2862
|
-
"outerBorderColor": "{palette.color.transparent}",
|
|
2863
|
-
"rightIcon": "{palette.icon.ArrowRight}",
|
|
2864
|
-
"textLine": "{system.textLine.none}"
|
|
2865
|
-
}
|
|
2866
|
-
},
|
|
2867
|
-
"ColourToggle": {
|
|
2868
|
-
"appearances": {
|
|
2869
|
-
"focus": "{appearances.ColourToggle.focus}",
|
|
2870
|
-
"hover": "{appearances.ColourToggle.hover}",
|
|
2871
|
-
"pressed": "{appearances.ColourToggle.pressed}",
|
|
2872
|
-
"selected": "{appearances.ColourToggle.selected}"
|
|
2873
|
-
},
|
|
2874
|
-
"rules": [
|
|
2867
|
+
},
|
|
2875
2868
|
{
|
|
2876
2869
|
"if": {
|
|
2877
|
-
"
|
|
2870
|
+
"focus": true,
|
|
2871
|
+
"quiet": true
|
|
2878
2872
|
},
|
|
2879
2873
|
"tokens": {
|
|
2880
|
-
"
|
|
2881
|
-
"
|
|
2882
|
-
"bubbleBorderWidth": "{palette.border.border1}"
|
|
2874
|
+
"color": "{palette.color.greenAccessible}",
|
|
2875
|
+
"textLine": "{system.textLine.underline}"
|
|
2883
2876
|
}
|
|
2884
2877
|
},
|
|
2885
2878
|
{
|
|
2886
2879
|
"if": {
|
|
2887
|
-
"
|
|
2880
|
+
"style": "inline"
|
|
2888
2881
|
},
|
|
2889
2882
|
"tokens": {
|
|
2890
|
-
"
|
|
2891
|
-
"bubbleBorderRadius": "{palette.radius.radius45}",
|
|
2892
|
-
"bubbleBorderWidth": "{palette.border.border1}"
|
|
2883
|
+
"color": "{palette.color.greyCharcoal}"
|
|
2893
2884
|
}
|
|
2894
2885
|
},
|
|
2895
2886
|
{
|
|
2896
2887
|
"if": {
|
|
2897
|
-
"
|
|
2888
|
+
"focus": true,
|
|
2889
|
+
"style": "inline"
|
|
2898
2890
|
},
|
|
2899
2891
|
"tokens": {
|
|
2900
|
-
"
|
|
2901
|
-
"
|
|
2902
|
-
"bubbleBorderWidth": "{palette.border.border1}"
|
|
2892
|
+
"color": "{palette.color.greyCharcoal}",
|
|
2893
|
+
"outerBorderColor": "{palette.color.greyCharcoal}"
|
|
2903
2894
|
}
|
|
2904
2895
|
},
|
|
2905
2896
|
{
|
|
2906
2897
|
"if": {
|
|
2907
|
-
"
|
|
2898
|
+
"hover": true,
|
|
2899
|
+
"style": "inline"
|
|
2908
2900
|
},
|
|
2909
2901
|
"tokens": {
|
|
2910
|
-
"
|
|
2911
|
-
"
|
|
2912
|
-
"bubbleBorderWidth": "{palette.border.border1}"
|
|
2902
|
+
"color": "{palette.color.greyThunder}",
|
|
2903
|
+
"textLine": "{system.textLine.none}"
|
|
2913
2904
|
}
|
|
2914
|
-
}
|
|
2915
|
-
],
|
|
2916
|
-
"tokens": {
|
|
2917
|
-
"borderColor": "{palette.color.greyMystic}",
|
|
2918
|
-
"borderRadius": "{palette.radius.radius45}",
|
|
2919
|
-
"borderWidth": "{palette.border.border1}",
|
|
2920
|
-
"bubbleBorderColor": "{palette.color.transparent}",
|
|
2921
|
-
"bubbleBorderRadius": "{palette.radius.none}",
|
|
2922
|
-
"bubbleBorderWidth": "{palette.border.none}",
|
|
2923
|
-
"innerBubbleBorderRadius": "{palette.radius.radius45}",
|
|
2924
|
-
"innerBubbleHeight": "{palette.size.size40}",
|
|
2925
|
-
"innerBubbleWidth": "{palette.size.size40}",
|
|
2926
|
-
"outerBubbleContentAlignItems": "{system.flexAlign.center}",
|
|
2927
|
-
"outerBubbleHeight": "{palette.size.size48}",
|
|
2928
|
-
"outerBubbleJustifyContent": "{system.flexJustifyContent.center}",
|
|
2929
|
-
"outerBubbleWidth": "{palette.size.size48}",
|
|
2930
|
-
"shadow": "{palette.shadow.surfaceInset}",
|
|
2931
|
-
"space": "{system.integer.2}"
|
|
2932
|
-
}
|
|
2933
|
-
},
|
|
2934
|
-
"Countdown": {
|
|
2935
|
-
"appearances": {
|
|
2936
|
-
"feature": {
|
|
2937
|
-
"type": "variant",
|
|
2938
|
-
"values": [true]
|
|
2939
|
-
},
|
|
2940
|
-
"inverse": {
|
|
2941
|
-
"type": "variant",
|
|
2942
|
-
"values": [true]
|
|
2943
|
-
},
|
|
2944
|
-
"label": {
|
|
2945
|
-
"type": "variant",
|
|
2946
|
-
"values": [true]
|
|
2947
|
-
},
|
|
2948
|
-
"large": {
|
|
2949
|
-
"type": "variant",
|
|
2950
|
-
"values": [true]
|
|
2951
2905
|
},
|
|
2952
|
-
"viewport": "{appearances.system.viewport}"
|
|
2953
|
-
},
|
|
2954
|
-
"rules": [
|
|
2955
2906
|
{
|
|
2956
2907
|
"if": {
|
|
2957
|
-
"
|
|
2908
|
+
"pressed": true,
|
|
2909
|
+
"style": "inline"
|
|
2958
2910
|
},
|
|
2959
2911
|
"tokens": {
|
|
2960
|
-
"
|
|
2961
|
-
"
|
|
2962
|
-
"labelFontSize": "{palette.fontSize.size14}",
|
|
2963
|
-
"labelLineHeight": "{palette.lineHeight.ratio10to7}",
|
|
2964
|
-
"textLineHeight": "{palette.lineHeight.ratio10to7}"
|
|
2912
|
+
"color": "{palette.color.greyThunder}",
|
|
2913
|
+
"textLine": "{system.textLine.none}"
|
|
2965
2914
|
}
|
|
2966
2915
|
},
|
|
2967
2916
|
{
|
|
2968
2917
|
"if": {
|
|
2969
|
-
"
|
|
2918
|
+
"focus": true,
|
|
2919
|
+
"pressed": true,
|
|
2920
|
+
"style": "inline"
|
|
2970
2921
|
},
|
|
2971
2922
|
"tokens": {
|
|
2972
|
-
"
|
|
2973
|
-
"textLineHeight": "{palette.lineHeight.ratio9to8}",
|
|
2974
|
-
"textTimerFontName": "{palette.fontName.HNforTELUSSA}",
|
|
2975
|
-
"textTimerFontWeight": "{palette.fontWeight.weight300}"
|
|
2923
|
+
"outerBorderColor": "{palette.color.greyThunder}"
|
|
2976
2924
|
}
|
|
2977
2925
|
},
|
|
2978
2926
|
{
|
|
2979
2927
|
"if": {
|
|
2980
|
-
"
|
|
2928
|
+
"style": "subtle"
|
|
2981
2929
|
},
|
|
2982
2930
|
"tokens": {
|
|
2983
|
-
"
|
|
2984
|
-
"textFontSize": "{palette.fontSize.size64}",
|
|
2985
|
-
"textLineHeight": "{palette.lineHeight.ratio9to8}",
|
|
2986
|
-
"textTimerFontName": "{palette.fontName.HNforTELUSSA}",
|
|
2987
|
-
"textTimerFontWeight": "{palette.fontWeight.weight300}"
|
|
2931
|
+
"color": "{palette.color.greyShuttle}"
|
|
2988
2932
|
}
|
|
2989
2933
|
},
|
|
2990
2934
|
{
|
|
2991
2935
|
"if": {
|
|
2992
|
-
"
|
|
2993
|
-
"
|
|
2936
|
+
"focus": true,
|
|
2937
|
+
"style": "subtle"
|
|
2994
2938
|
},
|
|
2995
2939
|
"tokens": {
|
|
2996
|
-
"
|
|
2940
|
+
"color": "{palette.color.greyShuttle}",
|
|
2941
|
+
"outerBorderColor": "{palette.color.greyShuttle}"
|
|
2997
2942
|
}
|
|
2998
2943
|
},
|
|
2999
2944
|
{
|
|
3000
2945
|
"if": {
|
|
3001
|
-
"
|
|
3002
|
-
"
|
|
2946
|
+
"hover": true,
|
|
2947
|
+
"style": "subtle"
|
|
3003
2948
|
},
|
|
3004
2949
|
"tokens": {
|
|
3005
|
-
"
|
|
2950
|
+
"color": "{palette.color.greyThunder}",
|
|
2951
|
+
"textLine": "{system.textLine.none}"
|
|
3006
2952
|
}
|
|
3007
2953
|
},
|
|
3008
2954
|
{
|
|
3009
2955
|
"if": {
|
|
3010
|
-
"
|
|
2956
|
+
"pressed": true,
|
|
2957
|
+
"style": "subtle"
|
|
3011
2958
|
},
|
|
3012
2959
|
"tokens": {
|
|
3013
|
-
"
|
|
2960
|
+
"color": "{palette.color.greyThunder}",
|
|
2961
|
+
"textLine": "{system.textLine.none}"
|
|
3014
2962
|
}
|
|
3015
2963
|
},
|
|
3016
2964
|
{
|
|
3017
2965
|
"if": {
|
|
3018
|
-
"
|
|
3019
|
-
"
|
|
2966
|
+
"focus": true,
|
|
2967
|
+
"pressed": true,
|
|
2968
|
+
"style": "subtle"
|
|
3020
2969
|
},
|
|
3021
2970
|
"tokens": {
|
|
3022
|
-
"
|
|
3023
|
-
"labelBorderColor": "{palette.color.white}"
|
|
2971
|
+
"outerBorderColor": "{palette.color.greyThunder}"
|
|
3024
2972
|
}
|
|
3025
|
-
}
|
|
3026
|
-
],
|
|
3027
|
-
"tokens": {
|
|
3028
|
-
"containerBorderColor": "{palette.color.transparent}",
|
|
3029
|
-
"containerBorderRadius": "{palette.radius.radius6}",
|
|
3030
|
-
"containerBorderWidth": "{palette.border.border2}",
|
|
3031
|
-
"containerGradient": "{palette.gradient.purple}",
|
|
3032
|
-
"containerInverseBorder": "{palette.border.border2}",
|
|
3033
|
-
"containerInverseBorderColor": "{palette.color.white}",
|
|
3034
|
-
"containerPaddingBottomTop": "{palette.size.size48}",
|
|
3035
|
-
"containerPaddingLeftRight": "{palette.size.size64}",
|
|
3036
|
-
"inverseBorderColor": "{palette.color.greyShuttle}",
|
|
3037
|
-
"labelBorderColor": "{palette.color.greyCharcoal}",
|
|
3038
|
-
"labelFontName": "{palette.fontName.HNforTELUSSA}",
|
|
3039
|
-
"labelFontSize": "{palette.fontSize.size16}",
|
|
3040
|
-
"labelFontWeight": "{palette.fontWeight.weight400}",
|
|
3041
|
-
"labelLineHeight": "{palette.lineHeight.ratio3to2}",
|
|
3042
|
-
"textFontSize": "{palette.fontSize.size16}",
|
|
3043
|
-
"textLineHeight": "{palette.lineHeight.ratio3to2}",
|
|
3044
|
-
"textTimerFontName": "{palette.fontName.HNforTELUSSA}",
|
|
3045
|
-
"textTimerFontWeight": "{palette.fontWeight.weight400}"
|
|
3046
|
-
}
|
|
3047
|
-
},
|
|
3048
|
-
"DatePicker": {
|
|
3049
|
-
"appearances": {},
|
|
3050
|
-
"rules": [],
|
|
3051
|
-
"tokens": {
|
|
3052
|
-
"calendarBackgroundColor": "{palette.color.white}",
|
|
3053
|
-
"calendarDayBlockedCalendarHoverBackground": "{palette.color.greyAthens}",
|
|
3054
|
-
"calendarDayBlockedCalendarHoverColor": "{palette.color.greyCloud}",
|
|
3055
|
-
"calendarDayDefaultBackgroundColor": "{palette.color.white}",
|
|
3056
|
-
"calendarDayDefaultBorder": "{palette.border.border1}",
|
|
3057
|
-
"calendarDayDefaultBorderColor": "{palette.color.greyCloud}",
|
|
3058
|
-
"calendarDayDefaultCalendarDaySelectedHoverBackground": "{palette.color.white}",
|
|
3059
|
-
"calendarDayDefaultCalendarDaySelectedHoverBeforeBackground": "{palette.color.purpleDeluge}",
|
|
3060
|
-
"calendarDayDefaultCalendarDaySelectedHoverColor": "{palette.color.white}",
|
|
3061
|
-
"calendarDayDefaultColor": "{palette.color.greyCharcoal}",
|
|
3062
|
-
"calendarDayDefaultFontName": "{palette.fontName.HNforTELUSSA}",
|
|
3063
|
-
"calendarDayDefaultFontSize": "{palette.fontSize.size14}",
|
|
3064
|
-
"calendarDayDefaultFontWeight": "{palette.fontWeight.weight400}",
|
|
3065
|
-
"calendarDaySelectedDisabledBackground": "{palette.color.greyAlabaster}",
|
|
3066
|
-
"calendarDaySelectedDisabledColor": "{palette.color.white}",
|
|
3067
|
-
"calendarDaySelectedDisabledContentBackgroundColor": "{palette.color.greyCloud}",
|
|
3068
|
-
"calendarDaySelectedFocusBeforeBackground": "{palette.color.white}",
|
|
3069
|
-
"calendarDaySelectedHoverBackground": "{palette.color.white}",
|
|
3070
|
-
"calendarDaySelectedHoverBeforeBackground": "{palette.color.white}",
|
|
3071
|
-
"calendarDaySelectedHoverBeforeBorderColor": "{palette.color.purpleDeluge}",
|
|
3072
|
-
"calendarDaySelectedHoverBorderColor": "{palette.color.greyCloud}",
|
|
3073
|
-
"calendarDaySelectedHoverColor": "{palette.color.greyCharcoal}",
|
|
3074
|
-
"calendarMonthCaptionColor": "{palette.color.greyThunder}",
|
|
3075
|
-
"calendarMonthCaptionFontName": "{palette.fontName.HNforTELUSSA}",
|
|
3076
|
-
"calendarMonthCaptionFontSize": "{palette.fontSize.size20}",
|
|
3077
|
-
"calendarMonthCaptionFontWeight": "{palette.fontWeight.weight700}",
|
|
3078
|
-
"calendarMonthCaptionLineHeight": "{palette.lineHeight.ratio7to5}",
|
|
3079
|
-
"calendarMonthCaptionPaddingBottom": "{palette.size.size48}",
|
|
3080
|
-
"dateInputStrokeColor": "{palette.color.greyShuttle}",
|
|
3081
|
-
"dayPickerNavigationButtonPadding": "{palette.size.size8}",
|
|
3082
|
-
"dayPickerWeekHeaderColor": "{palette.color.greyCharcoal}",
|
|
3083
|
-
"dayPickerWeekHeaderFontName": "{palette.fontName.HNforTELUSSA}",
|
|
3084
|
-
"dayPickerWeekHeaderFontWeight": "{palette.fontWeight.weight700}",
|
|
3085
|
-
"dayPickerWeekHeaderLineHeight": "{palette.lineHeight.ratio10to7}",
|
|
3086
|
-
"dayPickerWeekHeaderSmall": "{palette.fontSize.size14}",
|
|
3087
|
-
"hiddenInputFieldContainerHeight": "{palette.size.size0}",
|
|
3088
|
-
"hiddenInputFieldContainerWidth": "{palette.size.size0}",
|
|
3089
|
-
"invalidInputMixin": "{palette.color.red}",
|
|
3090
|
-
"nextIcon": "{palette.icon.ArrowRight}",
|
|
3091
|
-
"previousIcon": "{palette.icon.ArrowLeft}",
|
|
3092
|
-
"singleDatePickerBorderColor": "{palette.color.greyShuttle}",
|
|
3093
|
-
"singleDatePickerLeftRight": "{palette.size.size16}",
|
|
3094
|
-
"singleDatePickerPaddingTopBottom": "{palette.size.size8}",
|
|
3095
|
-
"singleDatePickerRadius": "{palette.radius.radius4}",
|
|
3096
|
-
"validInputMixin": "{palette.color.greenAccessible}"
|
|
3097
|
-
}
|
|
3098
|
-
},
|
|
3099
|
-
"Disclaimer": {
|
|
3100
|
-
"appearances": {},
|
|
3101
|
-
"rules": [],
|
|
3102
|
-
"tokens": {
|
|
3103
|
-
"color": "{palette.color.greyCharcoal}",
|
|
3104
|
-
"fontName": "{palette.fontName.HNforTELUSSA}",
|
|
3105
|
-
"fontSize": "{palette.fontSize.size12}",
|
|
3106
|
-
"fontWeight": "{palette.fontWeight.weight500}",
|
|
3107
|
-
"lineHeight": "{palette.lineHeight.ratio4to3}"
|
|
3108
|
-
}
|
|
3109
|
-
},
|
|
3110
|
-
"Divider": {
|
|
3111
|
-
"appearances": {
|
|
3112
|
-
"decorative": {
|
|
3113
|
-
"description": "Use a decorative divider to highlight an element. Non-decorative dividers are for clearly identifying separation of content.",
|
|
3114
|
-
"type": "variant",
|
|
3115
|
-
"values": [true]
|
|
3116
|
-
},
|
|
3117
|
-
"inverse": {
|
|
3118
|
-
"type": "variant",
|
|
3119
|
-
"values": [true]
|
|
3120
2973
|
},
|
|
3121
|
-
"weight": {
|
|
3122
|
-
"type": "variant",
|
|
3123
|
-
"values": ["thick"]
|
|
3124
|
-
}
|
|
3125
|
-
},
|
|
3126
|
-
"rules": [
|
|
3127
2974
|
{
|
|
3128
2975
|
"if": {
|
|
3129
|
-
"
|
|
2976
|
+
"style": "feature"
|
|
3130
2977
|
},
|
|
3131
2978
|
"tokens": {
|
|
3132
|
-
"
|
|
2979
|
+
"color": "{palette.color.greenAccessible}"
|
|
3133
2980
|
}
|
|
3134
2981
|
},
|
|
3135
2982
|
{
|
|
3136
2983
|
"if": {
|
|
3137
|
-
"
|
|
2984
|
+
"focus": true,
|
|
2985
|
+
"style": "feature"
|
|
3138
2986
|
},
|
|
3139
2987
|
"tokens": {
|
|
3140
|
-
"color": "{palette.color.
|
|
2988
|
+
"color": "{palette.color.greenAccessible}",
|
|
2989
|
+
"outerBorderColor": "{palette.color.greenAccessible}"
|
|
3141
2990
|
}
|
|
3142
2991
|
},
|
|
3143
2992
|
{
|
|
3144
2993
|
"if": {
|
|
3145
|
-
"
|
|
2994
|
+
"hover": true,
|
|
2995
|
+
"style": "feature"
|
|
3146
2996
|
},
|
|
3147
2997
|
"tokens": {
|
|
3148
|
-
"color": "{palette.color.
|
|
2998
|
+
"color": "{palette.color.greenSanFelix}",
|
|
2999
|
+
"textLine": "{system.textLine.none}"
|
|
3149
3000
|
}
|
|
3150
|
-
}
|
|
3151
|
-
],
|
|
3152
|
-
"tokens": {
|
|
3153
|
-
"color": "{palette.color.greyShuttle}",
|
|
3154
|
-
"width": "{palette.size.size1}"
|
|
3155
|
-
}
|
|
3156
|
-
},
|
|
3157
|
-
"DownloadApp": {
|
|
3158
|
-
"appearances": {
|
|
3159
|
-
"focus": "{appearances.DownloadApp.focus}",
|
|
3160
|
-
"hover": "{appearances.DownloadApp.hover}",
|
|
3161
|
-
"pressed": "{appearances.DownloadApp.pressed}"
|
|
3162
|
-
},
|
|
3163
|
-
"rules": [
|
|
3001
|
+
},
|
|
3164
3002
|
{
|
|
3165
3003
|
"if": {
|
|
3166
|
-
"
|
|
3004
|
+
"pressed": true,
|
|
3005
|
+
"style": "feature"
|
|
3167
3006
|
},
|
|
3168
3007
|
"tokens": {
|
|
3169
|
-
"
|
|
3170
|
-
"
|
|
3008
|
+
"color": "{palette.color.greenDarkFern}",
|
|
3009
|
+
"textLine": "{system.textLine.none}"
|
|
3171
3010
|
}
|
|
3172
3011
|
},
|
|
3173
3012
|
{
|
|
3174
3013
|
"if": {
|
|
3175
|
-
"
|
|
3014
|
+
"focus": true,
|
|
3015
|
+
"pressed": true,
|
|
3016
|
+
"style": "feature"
|
|
3176
3017
|
},
|
|
3177
3018
|
"tokens": {
|
|
3178
|
-
"
|
|
3179
|
-
"borderRadius": "{palette.radius.radius4}"
|
|
3019
|
+
"outerBorderColor": "{palette.color.greenDarkFern}"
|
|
3180
3020
|
}
|
|
3181
3021
|
},
|
|
3182
3022
|
{
|
|
3183
3023
|
"if": {
|
|
3184
|
-
"
|
|
3024
|
+
"style": "danger"
|
|
3185
3025
|
},
|
|
3186
3026
|
"tokens": {
|
|
3187
|
-
"
|
|
3188
|
-
"borderRadius": "{palette.radius.radius4}"
|
|
3027
|
+
"color": "{palette.color.redDark}"
|
|
3189
3028
|
}
|
|
3190
3029
|
},
|
|
3191
3030
|
{
|
|
3192
3031
|
"if": {
|
|
3193
3032
|
"focus": true,
|
|
3194
|
-
"
|
|
3033
|
+
"style": "danger"
|
|
3195
3034
|
},
|
|
3196
3035
|
"tokens": {
|
|
3197
|
-
"
|
|
3198
|
-
"
|
|
3036
|
+
"color": "{palette.color.redDark}",
|
|
3037
|
+
"outerBorderColor": "{palette.color.redDark}"
|
|
3199
3038
|
}
|
|
3200
|
-
}
|
|
3201
|
-
],
|
|
3202
|
-
"tokens": {
|
|
3203
|
-
"androidENIcon": "{palette.icon.AndroidEN}",
|
|
3204
|
-
"androidFRIcon": "{palette.icon.AndroidFR}",
|
|
3205
|
-
"borderColor": "{palette.color.transparent}",
|
|
3206
|
-
"borderGap": "{palette.size.size2}",
|
|
3207
|
-
"borderRadius": "{palette.radius.none}",
|
|
3208
|
-
"borderWidth": "{palette.border.border1}",
|
|
3209
|
-
"iosENIcon": "{palette.icon.IOSEN}",
|
|
3210
|
-
"iosFRIcon": "{palette.icon.IOSFR}",
|
|
3211
|
-
"padding": "{palette.size.size1}"
|
|
3212
|
-
}
|
|
3213
|
-
},
|
|
3214
|
-
"ExpandCollapse": {
|
|
3215
|
-
"appearances": {},
|
|
3216
|
-
"rules": [],
|
|
3217
|
-
"tokens": {
|
|
3218
|
-
"borderColor": "{palette.color.greyCloud}",
|
|
3219
|
-
"borderStyle": "{system.borderStyle.solid}",
|
|
3220
|
-
"borderWidth": "{system.border.zero}"
|
|
3221
|
-
}
|
|
3222
|
-
},
|
|
3223
|
-
"ExpandCollapseControl": {
|
|
3224
|
-
"appearances": {
|
|
3225
|
-
"compact": {
|
|
3226
|
-
"type": "variant",
|
|
3227
|
-
"values": [true]
|
|
3228
|
-
},
|
|
3229
|
-
"expanded": "{appearances.ExpandCollapseControl.expanded}",
|
|
3230
|
-
"focus": "{appearances.ExpandCollapseControl.focus}",
|
|
3231
|
-
"hover": "{appearances.ExpandCollapseControl.hover}",
|
|
3232
|
-
"mini": {
|
|
3233
|
-
"type": "variant",
|
|
3234
|
-
"values": [true]
|
|
3235
3039
|
},
|
|
3236
|
-
"pressed": "{appearances.ExpandCollapseControl.pressed}"
|
|
3237
|
-
},
|
|
3238
|
-
"rules": [
|
|
3239
3040
|
{
|
|
3240
3041
|
"if": {
|
|
3241
|
-
"
|
|
3042
|
+
"hover": true,
|
|
3043
|
+
"style": "danger"
|
|
3242
3044
|
},
|
|
3243
3045
|
"tokens": {
|
|
3244
|
-
"
|
|
3046
|
+
"color": "{palette.color.redDarker}",
|
|
3047
|
+
"textLine": "{system.textLine.none}"
|
|
3245
3048
|
}
|
|
3246
3049
|
},
|
|
3247
3050
|
{
|
|
3248
3051
|
"if": {
|
|
3249
|
-
"
|
|
3052
|
+
"pressed": true,
|
|
3053
|
+
"style": "danger"
|
|
3250
3054
|
},
|
|
3251
3055
|
"tokens": {
|
|
3252
|
-
"
|
|
3253
|
-
"
|
|
3254
|
-
"paddingRight": "{palette.size.size0}",
|
|
3255
|
-
"paddingTop": "{palette.size.size8}"
|
|
3056
|
+
"color": "{palette.color.greyThunder}",
|
|
3057
|
+
"textLine": "{system.textLine.none}"
|
|
3256
3058
|
}
|
|
3257
3059
|
},
|
|
3258
3060
|
{
|
|
3259
3061
|
"if": {
|
|
3260
|
-
"
|
|
3062
|
+
"focus": true,
|
|
3063
|
+
"pressed": true,
|
|
3064
|
+
"style": "danger"
|
|
3261
3065
|
},
|
|
3262
3066
|
"tokens": {
|
|
3263
|
-
"
|
|
3264
|
-
"paddingBottom": "{palette.size.size0}",
|
|
3265
|
-
"paddingTop": "{palette.size.size0}"
|
|
3067
|
+
"outerBorderColor": "{palette.color.greyThunder}"
|
|
3266
3068
|
}
|
|
3267
3069
|
},
|
|
3268
3070
|
{
|
|
3269
3071
|
"if": {
|
|
3270
|
-
"
|
|
3072
|
+
"style": "inverse"
|
|
3271
3073
|
},
|
|
3272
3074
|
"tokens": {
|
|
3273
|
-
"
|
|
3274
|
-
"borderColor": "{palette.color.greyShuttle}",
|
|
3275
|
-
"borderWidth": "{palette.border.border1}"
|
|
3075
|
+
"color": "{palette.color.white}"
|
|
3276
3076
|
}
|
|
3277
3077
|
},
|
|
3278
3078
|
{
|
|
3279
3079
|
"if": {
|
|
3280
3080
|
"focus": true,
|
|
3281
|
-
"
|
|
3081
|
+
"style": "inverse"
|
|
3282
3082
|
},
|
|
3283
3083
|
"tokens": {
|
|
3284
|
-
"
|
|
3285
|
-
"
|
|
3286
|
-
"borderWidth": "{system.border.none}"
|
|
3084
|
+
"color": "{palette.color.white}",
|
|
3085
|
+
"outerBorderColor": "{palette.color.white}"
|
|
3287
3086
|
}
|
|
3288
3087
|
},
|
|
3289
3088
|
{
|
|
3290
3089
|
"if": {
|
|
3291
|
-
"hover": true
|
|
3090
|
+
"hover": true,
|
|
3091
|
+
"style": "inverse"
|
|
3292
3092
|
},
|
|
3293
3093
|
"tokens": {
|
|
3294
|
-
"
|
|
3295
|
-
"
|
|
3094
|
+
"color": "{palette.color.greyAthens}",
|
|
3095
|
+
"textLine": "{system.textLine.none}"
|
|
3296
3096
|
}
|
|
3297
3097
|
},
|
|
3298
3098
|
{
|
|
3299
3099
|
"if": {
|
|
3300
|
-
"
|
|
3301
|
-
"
|
|
3100
|
+
"pressed": true,
|
|
3101
|
+
"style": "inverse"
|
|
3302
3102
|
},
|
|
3303
3103
|
"tokens": {
|
|
3304
|
-
"
|
|
3305
|
-
"
|
|
3104
|
+
"color": "{palette.color.greyCloud}",
|
|
3105
|
+
"textLine": "{system.textLine.none}"
|
|
3306
3106
|
}
|
|
3307
3107
|
},
|
|
3308
3108
|
{
|
|
3309
3109
|
"if": {
|
|
3310
|
-
"
|
|
3110
|
+
"focus": true,
|
|
3111
|
+
"pressed": true,
|
|
3112
|
+
"style": "inverse"
|
|
3311
3113
|
},
|
|
3312
3114
|
"tokens": {
|
|
3313
|
-
"
|
|
3314
|
-
"borderColor": "{palette.color.greyShuttle}",
|
|
3315
|
-
"borderWidth": "{palette.border.border1}"
|
|
3115
|
+
"outerBorderColor": "{palette.color.greyCloud}"
|
|
3316
3116
|
}
|
|
3317
3117
|
},
|
|
3318
3118
|
{
|
|
3319
3119
|
"if": {
|
|
3320
|
-
"
|
|
3321
|
-
"
|
|
3120
|
+
"quiet": true,
|
|
3121
|
+
"style": "inline"
|
|
3322
3122
|
},
|
|
3323
3123
|
"tokens": {
|
|
3324
|
-
"
|
|
3325
|
-
"
|
|
3326
|
-
"borderWidth": "{system.border.none}"
|
|
3124
|
+
"color": "{palette.color.greyCharcoal}",
|
|
3125
|
+
"textLine": "{system.textLine.none}"
|
|
3327
3126
|
}
|
|
3328
|
-
}
|
|
3329
|
-
],
|
|
3330
|
-
"tokens": {
|
|
3331
|
-
"backgroundColor": "{palette.color.transparent}",
|
|
3332
|
-
"borderBottomLeftRadius": "{system.radius.zero}",
|
|
3333
|
-
"borderBottomRightRadius": "{system.radius.zero}",
|
|
3334
|
-
"borderColor": "{palette.color.transparent}",
|
|
3335
|
-
"borderTopLeftRadius": "{system.radius.zero}",
|
|
3336
|
-
"borderTopRightRadius": "{system.radius.zero}",
|
|
3337
|
-
"borderWidth": "{palette.border.border1}",
|
|
3338
|
-
"icon": "{palette.icon.CaretDown}",
|
|
3339
|
-
"iconColor": "{palette.color.greenAccessible}",
|
|
3340
|
-
"iconGap": "{palette.size.size8}",
|
|
3341
|
-
"iconPaddingTop": "{palette.size.size4}",
|
|
3342
|
-
"iconPosition": "{system.position.left}",
|
|
3343
|
-
"iconSize": "{palette.size.size16}",
|
|
3344
|
-
"justifyContent": "{system.flexJustifyContent.flexStart}",
|
|
3345
|
-
"paddingBottom": "{palette.size.size16}",
|
|
3346
|
-
"paddingLeft": "{palette.size.size0}",
|
|
3347
|
-
"paddingRight": "{palette.size.size0}",
|
|
3348
|
-
"paddingTop": "{palette.size.size16}",
|
|
3349
|
-
"textLine": "{system.textLine.none}",
|
|
3350
|
-
"verticalAlign": "{system.verticalAlign.top}"
|
|
3351
|
-
}
|
|
3352
|
-
},
|
|
3353
|
-
"ExpandCollapseMini": {
|
|
3354
|
-
"appearances": {},
|
|
3355
|
-
"rules": [],
|
|
3356
|
-
"tokens": {
|
|
3357
|
-
"borderWidth": "{palette.border.none}"
|
|
3358
|
-
}
|
|
3359
|
-
},
|
|
3360
|
-
"ExpandCollapseMiniControl": {
|
|
3361
|
-
"appearances": {
|
|
3362
|
-
"alternative": {
|
|
3363
|
-
"description": "Replaces the default green colour with a more subtle grey.",
|
|
3364
|
-
"type": "variant",
|
|
3365
|
-
"values": [true]
|
|
3366
|
-
},
|
|
3367
|
-
"expanded": "{appearances.ExpandCollapseControl.expanded}",
|
|
3368
|
-
"inverse": {
|
|
3369
|
-
"description": "Replaces the default green colour with white. Useful for dark backgrounds.",
|
|
3370
|
-
"type": "variant",
|
|
3371
|
-
"values": [true]
|
|
3372
|
-
},
|
|
3373
|
-
"quiet": {
|
|
3374
|
-
"description": "When it is true, it does not show the decoration",
|
|
3375
|
-
"type": "state",
|
|
3376
|
-
"values": [true, false]
|
|
3377
3127
|
},
|
|
3378
|
-
"size": {
|
|
3379
|
-
"type": "variant",
|
|
3380
|
-
"values": ["micro", "small", "large"]
|
|
3381
|
-
}
|
|
3382
|
-
},
|
|
3383
|
-
"rules": [
|
|
3384
3128
|
{
|
|
3385
3129
|
"if": {
|
|
3386
|
-
"
|
|
3130
|
+
"focus": true,
|
|
3131
|
+
"quiet": true,
|
|
3132
|
+
"style": "inline"
|
|
3387
3133
|
},
|
|
3388
3134
|
"tokens": {
|
|
3389
|
-
"
|
|
3135
|
+
"color": "{palette.color.greyCharcoal}",
|
|
3136
|
+
"outerBorderColor": "{palette.color.greyCharcoal}",
|
|
3137
|
+
"textLine": "{system.textLine.underline}"
|
|
3390
3138
|
}
|
|
3391
3139
|
},
|
|
3392
3140
|
{
|
|
3393
3141
|
"if": {
|
|
3394
|
-
"
|
|
3142
|
+
"hover": true,
|
|
3143
|
+
"quiet": true,
|
|
3144
|
+
"style": "inline"
|
|
3395
3145
|
},
|
|
3396
3146
|
"tokens": {
|
|
3397
|
-
"color": "{palette.color.
|
|
3147
|
+
"color": "{palette.color.greyThunder}",
|
|
3148
|
+
"textLine": "{system.textLine.underline}"
|
|
3398
3149
|
}
|
|
3399
3150
|
},
|
|
3400
3151
|
{
|
|
3401
3152
|
"if": {
|
|
3402
|
-
"
|
|
3153
|
+
"pressed": true,
|
|
3154
|
+
"quiet": true,
|
|
3155
|
+
"style": "inline"
|
|
3403
3156
|
},
|
|
3404
3157
|
"tokens": {
|
|
3405
|
-
"color": "{palette.color.
|
|
3406
|
-
"iconColor": "{palette.color.white}"
|
|
3158
|
+
"color": "{palette.color.greyThunder}"
|
|
3407
3159
|
}
|
|
3408
3160
|
},
|
|
3409
3161
|
{
|
|
3410
3162
|
"if": {
|
|
3411
|
-
"
|
|
3163
|
+
"focus": true,
|
|
3164
|
+
"pressed": true,
|
|
3165
|
+
"quiet": true,
|
|
3166
|
+
"style": "inline"
|
|
3412
3167
|
},
|
|
3413
3168
|
"tokens": {
|
|
3414
|
-
"
|
|
3415
|
-
"iconSize": "{palette.size.size16}",
|
|
3416
|
-
"lineHeight": "{palette.lineHeight.ratio4to3}"
|
|
3169
|
+
"outerBorderColor": "{palette.color.greyThunder}"
|
|
3417
3170
|
}
|
|
3418
3171
|
},
|
|
3419
3172
|
{
|
|
3420
3173
|
"if": {
|
|
3421
|
-
"
|
|
3174
|
+
"quiet": true,
|
|
3175
|
+
"style": "subtle"
|
|
3422
3176
|
},
|
|
3423
3177
|
"tokens": {
|
|
3424
|
-
"
|
|
3425
|
-
"
|
|
3426
|
-
"lineHeight": "{palette.lineHeight.ratio14to1}"
|
|
3178
|
+
"color": "{palette.color.greyShuttle}",
|
|
3179
|
+
"textLine": "{system.textLine.none}"
|
|
3427
3180
|
}
|
|
3428
3181
|
},
|
|
3429
3182
|
{
|
|
3430
3183
|
"if": {
|
|
3431
|
-
"
|
|
3184
|
+
"focus": true,
|
|
3185
|
+
"quiet": true,
|
|
3186
|
+
"style": "subtle"
|
|
3432
3187
|
},
|
|
3433
3188
|
"tokens": {
|
|
3434
|
-
"
|
|
3435
|
-
"
|
|
3189
|
+
"color": "{palette.color.greyShuttle}",
|
|
3190
|
+
"outerBorderColor": "{palette.color.greyShuttle}",
|
|
3191
|
+
"textLine": "{system.textLine.underline}"
|
|
3436
3192
|
}
|
|
3437
3193
|
},
|
|
3438
3194
|
{
|
|
3439
3195
|
"if": {
|
|
3440
|
-
"
|
|
3196
|
+
"hover": true,
|
|
3197
|
+
"quiet": true,
|
|
3198
|
+
"style": "subtle"
|
|
3441
3199
|
},
|
|
3442
3200
|
"tokens": {
|
|
3443
|
-
"
|
|
3201
|
+
"color": "{palette.color.greyThunder}",
|
|
3202
|
+
"textLine": "{system.textLine.underline}"
|
|
3444
3203
|
}
|
|
3445
3204
|
},
|
|
3446
3205
|
{
|
|
3447
3206
|
"if": {
|
|
3448
|
-
"
|
|
3449
|
-
"quiet": true
|
|
3207
|
+
"pressed": true,
|
|
3208
|
+
"quiet": true,
|
|
3209
|
+
"style": "subtle"
|
|
3450
3210
|
},
|
|
3451
3211
|
"tokens": {
|
|
3452
|
-
"color": "{palette.color.
|
|
3453
|
-
"textLine": "{system.textLine.none}"
|
|
3212
|
+
"color": "{palette.color.greyThunder}"
|
|
3454
3213
|
}
|
|
3455
3214
|
},
|
|
3456
3215
|
{
|
|
3457
3216
|
"if": {
|
|
3458
|
-
"
|
|
3459
|
-
"
|
|
3217
|
+
"focus": true,
|
|
3218
|
+
"pressed": true,
|
|
3219
|
+
"quiet": true,
|
|
3220
|
+
"style": "subtle"
|
|
3460
3221
|
},
|
|
3461
3222
|
"tokens": {
|
|
3462
|
-
"
|
|
3463
|
-
|
|
3223
|
+
"outerBorderColor": "{palette.color.greyThunder}"
|
|
3224
|
+
}
|
|
3225
|
+
},
|
|
3226
|
+
{
|
|
3227
|
+
"if": {
|
|
3228
|
+
"quiet": true,
|
|
3229
|
+
"style": "feature"
|
|
3230
|
+
},
|
|
3231
|
+
"tokens": {
|
|
3232
|
+
"color": "{palette.color.greenAccessible}",
|
|
3464
3233
|
"textLine": "{system.textLine.none}"
|
|
3465
3234
|
}
|
|
3466
|
-
}
|
|
3467
|
-
],
|
|
3468
|
-
"tokens": {
|
|
3469
|
-
"borderColor": "{palette.color.transparent}",
|
|
3470
|
-
"borderWidth": "{system.border.zero}",
|
|
3471
|
-
"color": "{palette.color.greenAccessible}",
|
|
3472
|
-
"fontSize": "{palette.fontSize.size16}",
|
|
3473
|
-
"icon": "{palette.icon.CaretDown}",
|
|
3474
|
-
"iconColor": "{palette.color.greenAccessible}",
|
|
3475
|
-
"iconGap": "{palette.size.size8}",
|
|
3476
|
-
"iconPaddingTop": "{palette.size.size4}",
|
|
3477
|
-
"iconPosition": "{system.position.left}",
|
|
3478
|
-
"iconSize": "{palette.size.size24}",
|
|
3479
|
-
"justifyContent": "{system.flexJustifyContent.flexStart}",
|
|
3480
|
-
"lineHeight": "{palette.lineHeight.ratio3to2}",
|
|
3481
|
-
"paddingBottom": "{palette.size.size0}",
|
|
3482
|
-
"paddingLeft": "{palette.size.size0}",
|
|
3483
|
-
"paddingRight": "{palette.size.size0}",
|
|
3484
|
-
"paddingTop": "{palette.size.size0}",
|
|
3485
|
-
"size": "{palette.size.size4}",
|
|
3486
|
-
"textLine": "{system.textLine.underline}",
|
|
3487
|
-
"verticalAlign": "{system.verticalAlign.top}"
|
|
3488
|
-
}
|
|
3489
|
-
},
|
|
3490
|
-
"ExpandCollapsePanel": {
|
|
3491
|
-
"appearances": {
|
|
3492
|
-
"compact": {
|
|
3493
|
-
"type": "variant",
|
|
3494
|
-
"values": [true]
|
|
3495
3235
|
},
|
|
3496
|
-
"mini": {
|
|
3497
|
-
"type": "variant",
|
|
3498
|
-
"values": [true]
|
|
3499
|
-
}
|
|
3500
|
-
},
|
|
3501
|
-
"rules": [
|
|
3502
3236
|
{
|
|
3503
3237
|
"if": {
|
|
3504
|
-
"
|
|
3238
|
+
"focus": true,
|
|
3239
|
+
"quiet": true,
|
|
3240
|
+
"style": "feature"
|
|
3505
3241
|
},
|
|
3506
3242
|
"tokens": {
|
|
3507
|
-
"
|
|
3508
|
-
"
|
|
3509
|
-
"
|
|
3510
|
-
"contentPaddingTop": "{palette.size.size8}"
|
|
3243
|
+
"color": "{palette.color.greenAccessible}",
|
|
3244
|
+
"outerBorderColor": "{palette.color.greenAccessible}",
|
|
3245
|
+
"textLine": "{system.textLine.underline}"
|
|
3511
3246
|
}
|
|
3512
3247
|
},
|
|
3513
3248
|
{
|
|
3514
3249
|
"if": {
|
|
3515
|
-
"
|
|
3250
|
+
"hover": true,
|
|
3251
|
+
"quiet": true,
|
|
3252
|
+
"style": "feature"
|
|
3516
3253
|
},
|
|
3517
3254
|
"tokens": {
|
|
3518
|
-
"
|
|
3519
|
-
"
|
|
3520
|
-
"contentPanelPaddingBottom": "{palette.size.size0}",
|
|
3521
|
-
"contentPanelPaddingTop": "{palette.size.size0}"
|
|
3255
|
+
"color": "{palette.color.greenSanFelix}",
|
|
3256
|
+
"textLine": "{system.textLine.underline}"
|
|
3522
3257
|
}
|
|
3523
|
-
}
|
|
3524
|
-
],
|
|
3525
|
-
"tokens": {
|
|
3526
|
-
"borderColor": "{palette.color.transparent}",
|
|
3527
|
-
"borderRadius": "{palette.radius.none}",
|
|
3528
|
-
"borderWidth": "{palette.border.none}",
|
|
3529
|
-
"collapseDuration": "{palette.duration.duration250}",
|
|
3530
|
-
"contentPaddingBottom": "{palette.size.size16}",
|
|
3531
|
-
"contentPaddingLeft": "{palette.size.size24}",
|
|
3532
|
-
"contentPaddingRight": "{palette.size.size0}",
|
|
3533
|
-
"contentPaddingTop": "{palette.size.size0}",
|
|
3534
|
-
"contentPanelBackgroundColor": "{palette.color.transparent}",
|
|
3535
|
-
"contentPanelBorderColor": "{palette.color.transparent}",
|
|
3536
|
-
"contentPanelBorderWidth": "{palette.border.none}",
|
|
3537
|
-
"contentPanelFontColor": "{palette.color.greyThunder}",
|
|
3538
|
-
"contentPanelFontName": "{palette.fontName.HNforTELUSSA}",
|
|
3539
|
-
"contentPanelFontSize": "{palette.fontSize.size16}",
|
|
3540
|
-
"contentPanelFontWeight": "{palette.fontWeight.weight700}",
|
|
3541
|
-
"contentPanelLineHeight": "{palette.lineHeight.ratio3to2}",
|
|
3542
|
-
"contentPanelPaddingBottom": "{palette.size.size16}",
|
|
3543
|
-
"contentPanelPaddingLeft": "{palette.size.size24}",
|
|
3544
|
-
"contentPanelPaddingRight": "{palette.size.size0}",
|
|
3545
|
-
"contentPanelPaddingTop": "{palette.size.size16}",
|
|
3546
|
-
"expandDividerColor": "{palette.color.transparent}",
|
|
3547
|
-
"expandDividerWidth": "{palette.size.size0}",
|
|
3548
|
-
"expandDuration": "{palette.duration.duration300}",
|
|
3549
|
-
"marginBottom": "{palette.size.size0}"
|
|
3550
|
-
}
|
|
3551
|
-
},
|
|
3552
|
-
"Feedback": {
|
|
3553
|
-
"appearances": {
|
|
3554
|
-
"icon": {
|
|
3555
|
-
"type": "variant",
|
|
3556
|
-
"values": [true]
|
|
3557
3258
|
},
|
|
3558
|
-
"validation": "{appearances.Feedback.validation}"
|
|
3559
|
-
},
|
|
3560
|
-
"rules": [
|
|
3561
3259
|
{
|
|
3562
3260
|
"if": {
|
|
3563
|
-
"
|
|
3261
|
+
"pressed": true,
|
|
3262
|
+
"quiet": true,
|
|
3263
|
+
"style": "feature"
|
|
3564
3264
|
},
|
|
3565
3265
|
"tokens": {
|
|
3566
|
-
"backgroundColor": "{palette.color.greenPanache}",
|
|
3567
|
-
"borderColor": "{palette.color.greenPanache}",
|
|
3568
3266
|
"color": "{palette.color.greenDarkFern}"
|
|
3569
3267
|
}
|
|
3570
3268
|
},
|
|
3571
3269
|
{
|
|
3572
3270
|
"if": {
|
|
3573
|
-
"
|
|
3271
|
+
"focus": true,
|
|
3272
|
+
"pressed": true,
|
|
3273
|
+
"quiet": true,
|
|
3274
|
+
"style": "feature"
|
|
3574
3275
|
},
|
|
3575
3276
|
"tokens": {
|
|
3576
|
-
"
|
|
3577
|
-
"borderColor": "{palette.color.redLight}",
|
|
3578
|
-
"color": "{palette.color.redDark}"
|
|
3277
|
+
"outerBorderColor": "{palette.color.greenDarkFern}"
|
|
3579
3278
|
}
|
|
3580
3279
|
},
|
|
3581
3280
|
{
|
|
3582
3281
|
"if": {
|
|
3583
|
-
"
|
|
3584
|
-
"
|
|
3282
|
+
"quiet": true,
|
|
3283
|
+
"style": "danger"
|
|
3585
3284
|
},
|
|
3586
3285
|
"tokens": {
|
|
3587
|
-
"
|
|
3588
|
-
"
|
|
3286
|
+
"color": "{palette.color.redDark}",
|
|
3287
|
+
"textLine": "{system.textLine.none}"
|
|
3589
3288
|
}
|
|
3590
3289
|
},
|
|
3591
3290
|
{
|
|
3592
3291
|
"if": {
|
|
3593
|
-
"
|
|
3594
|
-
"
|
|
3292
|
+
"focus": true,
|
|
3293
|
+
"quiet": true,
|
|
3294
|
+
"style": "danger"
|
|
3595
3295
|
},
|
|
3596
3296
|
"tokens": {
|
|
3597
|
-
"
|
|
3598
|
-
"
|
|
3297
|
+
"color": "{palette.color.redDark}",
|
|
3298
|
+
"outerBorderColor": "{palette.color.redDark}",
|
|
3299
|
+
"textLine": "{system.textLine.underline}"
|
|
3599
3300
|
}
|
|
3600
|
-
}
|
|
3601
|
-
],
|
|
3602
|
-
"tokens": {
|
|
3603
|
-
"backgroundColor": "{palette.color.brandLight}",
|
|
3604
|
-
"borderColor": "{palette.color.transparent}",
|
|
3605
|
-
"borderRadius": "{palette.radius.radius4}",
|
|
3606
|
-
"borderWidth": "{palette.border.border1}",
|
|
3607
|
-
"color": "{palette.color.greyThunder}",
|
|
3608
|
-
"contentFontSize": "{palette.fontSize.size16}",
|
|
3609
|
-
"fontName": "{palette.fontName.HNforTELUSSA}",
|
|
3610
|
-
"fontWeight": "{palette.fontWeight.weight400}",
|
|
3611
|
-
"icon": "{system.icon.none}",
|
|
3612
|
-
"iconColor": "{palette.color.transparent}",
|
|
3613
|
-
"iconGap": "{palette.size.size8}",
|
|
3614
|
-
"iconSize": "{palette.size.size24}",
|
|
3615
|
-
"lineHeight": "{palette.lineHeight.ratio3to2}",
|
|
3616
|
-
"paddingBottom": "{palette.size.size12}",
|
|
3617
|
-
"paddingLeft": "{palette.size.size16}",
|
|
3618
|
-
"paddingRight": "{palette.size.size16}",
|
|
3619
|
-
"paddingTop": "{palette.size.size12}",
|
|
3620
|
-
"space": "{system.integer.2}",
|
|
3621
|
-
"titleFontSize": "{palette.fontSize.size16}"
|
|
3622
|
-
}
|
|
3623
|
-
},
|
|
3624
|
-
"Fieldset": {
|
|
3625
|
-
"appearances": {
|
|
3626
|
-
"error": {
|
|
3627
|
-
"type": "variant",
|
|
3628
|
-
"values": [true]
|
|
3629
|
-
}
|
|
3630
|
-
},
|
|
3631
|
-
"rules": [
|
|
3301
|
+
},
|
|
3632
3302
|
{
|
|
3633
3303
|
"if": {
|
|
3634
|
-
"
|
|
3304
|
+
"hover": true,
|
|
3305
|
+
"quiet": true,
|
|
3306
|
+
"style": "danger"
|
|
3635
3307
|
},
|
|
3636
3308
|
"tokens": {
|
|
3637
|
-
"
|
|
3309
|
+
"color": "{palette.color.redDarker}",
|
|
3310
|
+
"textLine": "{system.textLine.underline}"
|
|
3638
3311
|
}
|
|
3639
|
-
}
|
|
3640
|
-
],
|
|
3641
|
-
"tokens": {
|
|
3642
|
-
"borderBottomLeftRadius": "{system.radius.zero}",
|
|
3643
|
-
"borderBottomRightRadius": "{system.radius.zero}",
|
|
3644
|
-
"borderTopLeftRadius": "{system.radius.zero}",
|
|
3645
|
-
"borderTopRightRadius": "{system.radius.zero}",
|
|
3646
|
-
"outlineColor": "{palette.color.transparent}",
|
|
3647
|
-
"outlineOffset": "{system.size.none}",
|
|
3648
|
-
"outlineWidth": "{system.border.zero}",
|
|
3649
|
-
"paddingBottom": "{system.size.zero}",
|
|
3650
|
-
"paddingLeft": "{system.size.zero}",
|
|
3651
|
-
"paddingRight": "{system.size.zero}",
|
|
3652
|
-
"paddingTop": "{system.size.zero}"
|
|
3653
|
-
}
|
|
3654
|
-
},
|
|
3655
|
-
"FileUpload": {
|
|
3656
|
-
"appearances": {},
|
|
3657
|
-
"rules": [],
|
|
3658
|
-
"tokens": {
|
|
3659
|
-
"buttonBackgroundColor": "{system.color.none}",
|
|
3660
|
-
"buttonBorderColor": "{system.color.none}",
|
|
3661
|
-
"buttonBorderRadius": "{system.radius.none}",
|
|
3662
|
-
"buttonBorderWidth": "{system.border.none}",
|
|
3663
|
-
"buttonHeight": "{system.size.none}",
|
|
3664
|
-
"buttonMinWidth": "{system.size.none}",
|
|
3665
|
-
"buttonTextColor": "{system.color.none}",
|
|
3666
|
-
"buttonWidth": "{system.size.none}",
|
|
3667
|
-
"notificationBackgroundColor": "{system.color.none}",
|
|
3668
|
-
"notificationBorderColor": "{system.color.none}",
|
|
3669
|
-
"notificationBorderRadius": "{system.radius.none}",
|
|
3670
|
-
"notificationDismissButtonGap": "{system.size.none}",
|
|
3671
|
-
"notificationDismissIcon": "{system.icon.none}",
|
|
3672
|
-
"notificationDismissIconColor": "{system.color.none}",
|
|
3673
|
-
"notificationIcon": "{system.icon.none}",
|
|
3674
|
-
"notificationIconColor": "{system.color.none}",
|
|
3675
|
-
"notificationIconGap": "{system.size.none}",
|
|
3676
|
-
"notificationIconSize": "{system.size.none}",
|
|
3677
|
-
"notificationTextColor": "{palette.color.greyCharcoal}"
|
|
3678
|
-
}
|
|
3679
|
-
},
|
|
3680
|
-
"Footnote": {
|
|
3681
|
-
"appearances": {
|
|
3682
|
-
"viewport": "{appearances.system.viewport}"
|
|
3683
|
-
},
|
|
3684
|
-
"rules": [
|
|
3312
|
+
},
|
|
3685
3313
|
{
|
|
3686
3314
|
"if": {
|
|
3687
|
-
"
|
|
3315
|
+
"pressed": true,
|
|
3316
|
+
"quiet": true,
|
|
3317
|
+
"style": "danger"
|
|
3688
3318
|
},
|
|
3689
3319
|
"tokens": {
|
|
3690
|
-
"
|
|
3691
|
-
"footnoteBodyPaddingLeft": "{palette.size.size16}",
|
|
3692
|
-
"footnoteBodyPaddingRight": "{palette.size.size16}",
|
|
3693
|
-
"footnoteBodyPaddingTop": "{palette.size.size0}",
|
|
3694
|
-
"footnoteHeaderPaddingBottom": "{palette.size.size16}",
|
|
3695
|
-
"footnoteHeaderPaddingLeft": "{palette.size.size16}",
|
|
3696
|
-
"footnoteHeaderPaddingRight": "{palette.size.size4}",
|
|
3697
|
-
"footnoteHeaderPaddingTop": "{palette.size.size16}"
|
|
3320
|
+
"color": "{palette.color.greyThunder}"
|
|
3698
3321
|
}
|
|
3699
3322
|
},
|
|
3700
3323
|
{
|
|
3701
3324
|
"if": {
|
|
3702
|
-
"
|
|
3325
|
+
"focus": true,
|
|
3326
|
+
"pressed": true,
|
|
3327
|
+
"quiet": true,
|
|
3328
|
+
"style": "danger"
|
|
3703
3329
|
},
|
|
3704
3330
|
"tokens": {
|
|
3705
|
-
"
|
|
3706
|
-
"footnoteBodyPaddingLeft": "{palette.size.size16}",
|
|
3707
|
-
"footnoteBodyPaddingRight": "{palette.size.size16}",
|
|
3708
|
-
"footnoteBodyPaddingTop": "{palette.size.size0}",
|
|
3709
|
-
"footnoteHeaderPaddingBottom": "{palette.size.size24}",
|
|
3710
|
-
"footnoteHeaderPaddingLeft": "{palette.size.size16}",
|
|
3711
|
-
"footnoteHeaderPaddingRight": "{palette.size.size4}",
|
|
3712
|
-
"footnoteHeaderPaddingTop": "{palette.size.size24}"
|
|
3331
|
+
"outerBorderColor": "{palette.color.greyThunder}"
|
|
3713
3332
|
}
|
|
3714
3333
|
},
|
|
3715
3334
|
{
|
|
3716
3335
|
"if": {
|
|
3717
|
-
"
|
|
3336
|
+
"quiet": true,
|
|
3337
|
+
"style": "inverse"
|
|
3718
3338
|
},
|
|
3719
3339
|
"tokens": {
|
|
3720
|
-
"
|
|
3721
|
-
"
|
|
3722
|
-
"footnoteBodyPaddingRight": "{palette.size.size16}",
|
|
3723
|
-
"footnoteBodyPaddingTop": "{palette.size.size0}",
|
|
3724
|
-
"footnoteHeaderPaddingBottom": "{palette.size.size24}",
|
|
3725
|
-
"footnoteHeaderPaddingLeft": "{palette.size.size16}",
|
|
3726
|
-
"footnoteHeaderPaddingRight": "{palette.size.size16}",
|
|
3727
|
-
"footnoteHeaderPaddingTop": "{palette.size.size24}"
|
|
3340
|
+
"color": "{palette.color.white}",
|
|
3341
|
+
"textLine": "{system.textLine.none}"
|
|
3728
3342
|
}
|
|
3729
|
-
}
|
|
3730
|
-
|
|
3731
|
-
|
|
3732
|
-
|
|
3733
|
-
|
|
3734
|
-
|
|
3735
|
-
|
|
3736
|
-
|
|
3737
|
-
|
|
3738
|
-
|
|
3343
|
+
},
|
|
3344
|
+
{
|
|
3345
|
+
"if": {
|
|
3346
|
+
"focus": true,
|
|
3347
|
+
"quiet": true,
|
|
3348
|
+
"style": "inverse"
|
|
3349
|
+
},
|
|
3350
|
+
"tokens": {
|
|
3351
|
+
"color": "{palette.color.white}",
|
|
3352
|
+
"outerBorderColor": "{palette.color.white}",
|
|
3353
|
+
"textLine": "{system.textLine.underline}"
|
|
3354
|
+
}
|
|
3355
|
+
},
|
|
3356
|
+
{
|
|
3357
|
+
"if": {
|
|
3358
|
+
"hover": true,
|
|
3359
|
+
"quiet": true,
|
|
3360
|
+
"style": "inverse"
|
|
3361
|
+
},
|
|
3362
|
+
"tokens": {
|
|
3363
|
+
"color": "{palette.color.greyAthens}",
|
|
3364
|
+
"textLine": "{system.textLine.underline}"
|
|
3365
|
+
}
|
|
3366
|
+
},
|
|
3367
|
+
{
|
|
3368
|
+
"if": {
|
|
3369
|
+
"pressed": true,
|
|
3370
|
+
"quiet": true,
|
|
3371
|
+
"style": "inverse"
|
|
3372
|
+
},
|
|
3373
|
+
"tokens": {
|
|
3374
|
+
"color": "{palette.color.greyCloud}"
|
|
3375
|
+
}
|
|
3376
|
+
},
|
|
3377
|
+
{
|
|
3378
|
+
"if": {
|
|
3379
|
+
"focus": true,
|
|
3380
|
+
"pressed": true,
|
|
3381
|
+
"quiet": true,
|
|
3382
|
+
"style": "inverse"
|
|
3383
|
+
},
|
|
3384
|
+
"tokens": {
|
|
3385
|
+
"outerBorderColor": "{palette.color.greyCloud}"
|
|
3386
|
+
}
|
|
3387
|
+
}
|
|
3388
|
+
],
|
|
3389
|
+
"tokens": {
|
|
3390
|
+
"blockLineHeight": "{palette.lineHeight.ratio3to2}",
|
|
3391
|
+
"color": "{palette.color.greenAccessible}",
|
|
3392
|
+
"fontSize": "{palette.fontSize.size16}",
|
|
3393
|
+
"iconDisplace": "{palette.size.size0}",
|
|
3394
|
+
"iconSize": "{palette.size.size16}",
|
|
3395
|
+
"iconSpace": "{system.integer.1}",
|
|
3396
|
+
"leftIcon": "{palette.icon.ArrowLeft}",
|
|
3397
|
+
"outerBorderColor": "{palette.color.transparent}",
|
|
3398
|
+
"rightIcon": "{palette.icon.ArrowRight}",
|
|
3399
|
+
"textLine": "{system.textLine.none}"
|
|
3400
|
+
}
|
|
3401
|
+
},
|
|
3402
|
+
"ColourToggle": {
|
|
3403
|
+
"appearances": {
|
|
3404
|
+
"focus": "{appearances.ColourToggle.focus}",
|
|
3405
|
+
"hover": "{appearances.ColourToggle.hover}",
|
|
3406
|
+
"pressed": "{appearances.ColourToggle.pressed}",
|
|
3407
|
+
"selected": "{appearances.ColourToggle.selected}"
|
|
3408
|
+
},
|
|
3409
|
+
"rules": [
|
|
3410
|
+
{
|
|
3411
|
+
"if": {
|
|
3412
|
+
"hover": true
|
|
3413
|
+
},
|
|
3414
|
+
"tokens": {
|
|
3415
|
+
"bubbleBorderColor": "{palette.color.greyCloud}",
|
|
3416
|
+
"bubbleBorderRadius": "{palette.radius.radius45}",
|
|
3417
|
+
"bubbleBorderWidth": "{palette.border.border1}"
|
|
3418
|
+
}
|
|
3419
|
+
},
|
|
3420
|
+
{
|
|
3421
|
+
"if": {
|
|
3422
|
+
"focus": true
|
|
3423
|
+
},
|
|
3424
|
+
"tokens": {
|
|
3425
|
+
"bubbleBorderColor": "{palette.color.greyShuttle}",
|
|
3426
|
+
"bubbleBorderRadius": "{palette.radius.radius45}",
|
|
3427
|
+
"bubbleBorderWidth": "{palette.border.border1}"
|
|
3428
|
+
}
|
|
3429
|
+
},
|
|
3430
|
+
{
|
|
3431
|
+
"if": {
|
|
3432
|
+
"pressed": true
|
|
3433
|
+
},
|
|
3434
|
+
"tokens": {
|
|
3435
|
+
"bubbleBorderColor": "{palette.color.greyMystic}",
|
|
3436
|
+
"bubbleBorderRadius": "{palette.radius.radius45}",
|
|
3437
|
+
"bubbleBorderWidth": "{palette.border.border1}"
|
|
3438
|
+
}
|
|
3439
|
+
},
|
|
3440
|
+
{
|
|
3441
|
+
"if": {
|
|
3442
|
+
"selected": true
|
|
3443
|
+
},
|
|
3444
|
+
"tokens": {
|
|
3445
|
+
"bubbleBorderColor": "{palette.color.purpleTelus}",
|
|
3446
|
+
"bubbleBorderRadius": "{palette.radius.radius45}",
|
|
3447
|
+
"bubbleBorderWidth": "{palette.border.border1}"
|
|
3448
|
+
}
|
|
3449
|
+
}
|
|
3450
|
+
],
|
|
3451
|
+
"tokens": {
|
|
3452
|
+
"borderColor": "{palette.color.greyMystic}",
|
|
3453
|
+
"borderRadius": "{palette.radius.radius45}",
|
|
3454
|
+
"borderWidth": "{palette.border.border1}",
|
|
3455
|
+
"bubbleBorderColor": "{palette.color.transparent}",
|
|
3456
|
+
"bubbleBorderRadius": "{palette.radius.none}",
|
|
3457
|
+
"bubbleBorderWidth": "{palette.border.none}",
|
|
3458
|
+
"innerBubbleBorderRadius": "{palette.radius.radius45}",
|
|
3459
|
+
"innerBubbleHeight": "{palette.size.size40}",
|
|
3460
|
+
"innerBubbleWidth": "{palette.size.size40}",
|
|
3461
|
+
"outerBubbleContentAlignItems": "{system.flexAlign.center}",
|
|
3462
|
+
"outerBubbleHeight": "{palette.size.size48}",
|
|
3463
|
+
"outerBubbleJustifyContent": "{system.flexJustifyContent.center}",
|
|
3464
|
+
"outerBubbleWidth": "{palette.size.size48}",
|
|
3465
|
+
"shadow": "{palette.shadow.surfaceInset}",
|
|
3466
|
+
"space": "{system.integer.2}"
|
|
3467
|
+
}
|
|
3468
|
+
},
|
|
3469
|
+
"Countdown": {
|
|
3470
|
+
"appearances": {
|
|
3471
|
+
"feature": {
|
|
3472
|
+
"type": "variant",
|
|
3473
|
+
"values": [true]
|
|
3474
|
+
},
|
|
3475
|
+
"inverse": {
|
|
3476
|
+
"type": "variant",
|
|
3477
|
+
"values": [true]
|
|
3478
|
+
},
|
|
3479
|
+
"label": {
|
|
3480
|
+
"type": "variant",
|
|
3481
|
+
"values": [true]
|
|
3482
|
+
},
|
|
3483
|
+
"large": {
|
|
3484
|
+
"type": "variant",
|
|
3485
|
+
"values": [true]
|
|
3486
|
+
},
|
|
3487
|
+
"viewport": "{appearances.system.viewport}"
|
|
3488
|
+
},
|
|
3489
|
+
"rules": [
|
|
3490
|
+
{
|
|
3491
|
+
"if": {
|
|
3492
|
+
"viewport": ["xs"]
|
|
3493
|
+
},
|
|
3494
|
+
"tokens": {
|
|
3495
|
+
"containerPaddingBottomTop": "{palette.size.size16}",
|
|
3496
|
+
"containerPaddingLeftRight": "{palette.size.size24}",
|
|
3497
|
+
"labelFontSize": "{palette.fontSize.size14}",
|
|
3498
|
+
"labelLineHeight": "{palette.lineHeight.ratio10to7}",
|
|
3499
|
+
"textLineHeight": "{palette.lineHeight.ratio10to7}"
|
|
3500
|
+
}
|
|
3501
|
+
},
|
|
3502
|
+
{
|
|
3503
|
+
"if": {
|
|
3504
|
+
"large": true
|
|
3505
|
+
},
|
|
3506
|
+
"tokens": {
|
|
3507
|
+
"textFontSize": "{palette.fontSize.size64}",
|
|
3508
|
+
"textLineHeight": "{palette.lineHeight.ratio9to8}",
|
|
3509
|
+
"textTimerFontName": "{palette.fontName.HNforTELUSSA}",
|
|
3510
|
+
"textTimerFontWeight": "{palette.fontWeight.weight300}"
|
|
3511
|
+
}
|
|
3512
|
+
},
|
|
3513
|
+
{
|
|
3514
|
+
"if": {
|
|
3515
|
+
"feature": true
|
|
3516
|
+
},
|
|
3517
|
+
"tokens": {
|
|
3518
|
+
"labelBorderColor": "{palette.color.purpleTelus}",
|
|
3519
|
+
"textFontSize": "{palette.fontSize.size64}",
|
|
3520
|
+
"textLineHeight": "{palette.lineHeight.ratio9to8}",
|
|
3521
|
+
"textTimerFontName": "{palette.fontName.HNforTELUSSA}",
|
|
3522
|
+
"textTimerFontWeight": "{palette.fontWeight.weight300}"
|
|
3523
|
+
}
|
|
3524
|
+
},
|
|
3525
|
+
{
|
|
3526
|
+
"if": {
|
|
3527
|
+
"large": true,
|
|
3528
|
+
"viewport": ["xs"]
|
|
3529
|
+
},
|
|
3530
|
+
"tokens": {
|
|
3531
|
+
"textFontSize": "{palette.fontSize.size40}"
|
|
3532
|
+
}
|
|
3533
|
+
},
|
|
3534
|
+
{
|
|
3535
|
+
"if": {
|
|
3536
|
+
"feature": true,
|
|
3537
|
+
"viewport": ["xs"]
|
|
3538
|
+
},
|
|
3539
|
+
"tokens": {
|
|
3540
|
+
"textFontSize": "{palette.fontSize.size40}"
|
|
3541
|
+
}
|
|
3542
|
+
},
|
|
3543
|
+
{
|
|
3544
|
+
"if": {
|
|
3545
|
+
"inverse": true
|
|
3546
|
+
},
|
|
3547
|
+
"tokens": {
|
|
3548
|
+
"labelBorderColor": "{palette.color.white}"
|
|
3549
|
+
}
|
|
3550
|
+
},
|
|
3551
|
+
{
|
|
3552
|
+
"if": {
|
|
3553
|
+
"feature": true,
|
|
3554
|
+
"inverse": true
|
|
3555
|
+
},
|
|
3556
|
+
"tokens": {
|
|
3557
|
+
"containerBorderColor": "{palette.color.greyShuttle}",
|
|
3558
|
+
"labelBorderColor": "{palette.color.white}"
|
|
3559
|
+
}
|
|
3560
|
+
}
|
|
3561
|
+
],
|
|
3562
|
+
"tokens": {
|
|
3563
|
+
"containerBorderColor": "{palette.color.transparent}",
|
|
3564
|
+
"containerBorderRadius": "{palette.radius.radius6}",
|
|
3565
|
+
"containerBorderWidth": "{palette.border.border2}",
|
|
3566
|
+
"containerGradient": "{palette.gradient.purple}",
|
|
3567
|
+
"containerInverseBorder": "{palette.border.border2}",
|
|
3568
|
+
"containerInverseBorderColor": "{palette.color.white}",
|
|
3569
|
+
"containerPaddingBottomTop": "{palette.size.size48}",
|
|
3570
|
+
"containerPaddingLeftRight": "{palette.size.size64}",
|
|
3571
|
+
"inverseBorderColor": "{palette.color.greyShuttle}",
|
|
3572
|
+
"labelBorderColor": "{palette.color.greyCharcoal}",
|
|
3573
|
+
"labelFontName": "{palette.fontName.HNforTELUSSA}",
|
|
3574
|
+
"labelFontSize": "{palette.fontSize.size16}",
|
|
3575
|
+
"labelFontWeight": "{palette.fontWeight.weight400}",
|
|
3576
|
+
"labelLineHeight": "{palette.lineHeight.ratio3to2}",
|
|
3577
|
+
"textFontSize": "{palette.fontSize.size16}",
|
|
3578
|
+
"textLineHeight": "{palette.lineHeight.ratio3to2}",
|
|
3579
|
+
"textTimerFontName": "{palette.fontName.HNforTELUSSA}",
|
|
3580
|
+
"textTimerFontWeight": "{palette.fontWeight.weight400}"
|
|
3581
|
+
}
|
|
3582
|
+
},
|
|
3583
|
+
"DatePicker": {
|
|
3584
|
+
"appearances": {},
|
|
3585
|
+
"rules": [],
|
|
3586
|
+
"tokens": {
|
|
3587
|
+
"calendarBackgroundColor": "{palette.color.white}",
|
|
3588
|
+
"calendarDayBlockedCalendarHoverBackground": "{palette.color.greyAthens}",
|
|
3589
|
+
"calendarDayBlockedCalendarHoverColor": "{palette.color.greyCloud}",
|
|
3590
|
+
"calendarDayDefaultBackgroundColor": "{palette.color.white}",
|
|
3591
|
+
"calendarDayDefaultBorder": "{palette.border.border1}",
|
|
3592
|
+
"calendarDayDefaultBorderColor": "{palette.color.greyCloud}",
|
|
3593
|
+
"calendarDayDefaultCalendarDaySelectedHoverBackground": "{palette.color.white}",
|
|
3594
|
+
"calendarDayDefaultCalendarDaySelectedHoverBeforeBackground": "{palette.color.purpleDeluge}",
|
|
3595
|
+
"calendarDayDefaultCalendarDaySelectedHoverColor": "{palette.color.white}",
|
|
3596
|
+
"calendarDayDefaultColor": "{palette.color.greyCharcoal}",
|
|
3597
|
+
"calendarDayDefaultFontName": "{palette.fontName.HNforTELUSSA}",
|
|
3598
|
+
"calendarDayDefaultFontSize": "{palette.fontSize.size14}",
|
|
3599
|
+
"calendarDayDefaultFontWeight": "{palette.fontWeight.weight400}",
|
|
3600
|
+
"calendarDaySelectedDisabledBackground": "{palette.color.greyAlabaster}",
|
|
3601
|
+
"calendarDaySelectedDisabledColor": "{palette.color.white}",
|
|
3602
|
+
"calendarDaySelectedDisabledContentBackgroundColor": "{palette.color.greyCloud}",
|
|
3603
|
+
"calendarDaySelectedFocusBeforeBackground": "{palette.color.white}",
|
|
3604
|
+
"calendarDaySelectedHoverBackground": "{palette.color.white}",
|
|
3605
|
+
"calendarDaySelectedHoverBeforeBackground": "{palette.color.white}",
|
|
3606
|
+
"calendarDaySelectedHoverBeforeBorderColor": "{palette.color.purpleDeluge}",
|
|
3607
|
+
"calendarDaySelectedHoverBorderColor": "{palette.color.greyCloud}",
|
|
3608
|
+
"calendarDaySelectedHoverColor": "{palette.color.greyCharcoal}",
|
|
3609
|
+
"calendarMonthCaptionColor": "{palette.color.greyThunder}",
|
|
3610
|
+
"calendarMonthCaptionFontName": "{palette.fontName.HNforTELUSSA}",
|
|
3611
|
+
"calendarMonthCaptionFontSize": "{palette.fontSize.size20}",
|
|
3612
|
+
"calendarMonthCaptionFontWeight": "{palette.fontWeight.weight700}",
|
|
3613
|
+
"calendarMonthCaptionLineHeight": "{palette.lineHeight.ratio7to5}",
|
|
3614
|
+
"calendarMonthCaptionPaddingBottom": "{palette.size.size48}",
|
|
3615
|
+
"dateInputStrokeColor": "{palette.color.greyShuttle}",
|
|
3616
|
+
"dayPickerNavigationButtonPadding": "{palette.size.size8}",
|
|
3617
|
+
"dayPickerWeekHeaderColor": "{palette.color.greyCharcoal}",
|
|
3618
|
+
"dayPickerWeekHeaderFontName": "{palette.fontName.HNforTELUSSA}",
|
|
3619
|
+
"dayPickerWeekHeaderFontWeight": "{palette.fontWeight.weight700}",
|
|
3620
|
+
"dayPickerWeekHeaderLineHeight": "{palette.lineHeight.ratio10to7}",
|
|
3621
|
+
"dayPickerWeekHeaderSmall": "{palette.fontSize.size14}",
|
|
3622
|
+
"hiddenInputFieldContainerHeight": "{palette.size.size0}",
|
|
3623
|
+
"hiddenInputFieldContainerWidth": "{palette.size.size0}",
|
|
3624
|
+
"invalidInputMixin": "{palette.color.red}",
|
|
3625
|
+
"nextIcon": "{palette.icon.ArrowRight}",
|
|
3626
|
+
"previousIcon": "{palette.icon.ArrowLeft}",
|
|
3627
|
+
"singleDatePickerBorderColor": "{palette.color.greyShuttle}",
|
|
3628
|
+
"singleDatePickerLeftRight": "{palette.size.size16}",
|
|
3629
|
+
"singleDatePickerPaddingTopBottom": "{palette.size.size8}",
|
|
3630
|
+
"singleDatePickerRadius": "{palette.radius.radius4}",
|
|
3631
|
+
"validInputMixin": "{palette.color.greenAccessible}"
|
|
3632
|
+
}
|
|
3633
|
+
},
|
|
3634
|
+
"Disclaimer": {
|
|
3635
|
+
"appearances": {},
|
|
3636
|
+
"rules": [],
|
|
3637
|
+
"tokens": {
|
|
3638
|
+
"color": "{palette.color.greyCharcoal}",
|
|
3639
|
+
"fontName": "{palette.fontName.HNforTELUSSA}",
|
|
3640
|
+
"fontSize": "{palette.fontSize.size12}",
|
|
3641
|
+
"fontWeight": "{palette.fontWeight.weight500}",
|
|
3642
|
+
"lineHeight": "{palette.lineHeight.ratio4to3}"
|
|
3643
|
+
}
|
|
3644
|
+
},
|
|
3645
|
+
"Divider": {
|
|
3646
|
+
"appearances": {
|
|
3647
|
+
"decorative": {
|
|
3648
|
+
"description": "Use a decorative divider to highlight an element. Non-decorative dividers are for clearly identifying separation of content.",
|
|
3649
|
+
"type": "variant",
|
|
3650
|
+
"values": [true]
|
|
3651
|
+
},
|
|
3652
|
+
"inverse": {
|
|
3653
|
+
"type": "variant",
|
|
3654
|
+
"values": [true]
|
|
3655
|
+
},
|
|
3656
|
+
"weight": {
|
|
3657
|
+
"type": "variant",
|
|
3658
|
+
"values": ["thick"]
|
|
3659
|
+
}
|
|
3660
|
+
},
|
|
3661
|
+
"rules": [
|
|
3662
|
+
{
|
|
3663
|
+
"if": {
|
|
3664
|
+
"weight": "thick"
|
|
3665
|
+
},
|
|
3666
|
+
"tokens": {
|
|
3667
|
+
"width": "{palette.size.size2}"
|
|
3668
|
+
}
|
|
3669
|
+
},
|
|
3670
|
+
{
|
|
3671
|
+
"if": {
|
|
3672
|
+
"decorative": true
|
|
3673
|
+
},
|
|
3674
|
+
"tokens": {
|
|
3675
|
+
"color": "{palette.color.greyCloud}"
|
|
3676
|
+
}
|
|
3677
|
+
},
|
|
3678
|
+
{
|
|
3679
|
+
"if": {
|
|
3680
|
+
"inverse": true
|
|
3681
|
+
},
|
|
3682
|
+
"tokens": {
|
|
3683
|
+
"color": "{palette.color.white}"
|
|
3684
|
+
}
|
|
3685
|
+
}
|
|
3686
|
+
],
|
|
3687
|
+
"tokens": {
|
|
3688
|
+
"color": "{palette.color.greyShuttle}",
|
|
3689
|
+
"width": "{palette.size.size1}"
|
|
3690
|
+
}
|
|
3691
|
+
},
|
|
3692
|
+
"DownloadApp": {
|
|
3693
|
+
"appearances": {
|
|
3694
|
+
"focus": "{appearances.DownloadApp.focus}",
|
|
3695
|
+
"hover": "{appearances.DownloadApp.hover}",
|
|
3696
|
+
"pressed": "{appearances.DownloadApp.pressed}"
|
|
3697
|
+
},
|
|
3698
|
+
"rules": [
|
|
3699
|
+
{
|
|
3700
|
+
"if": {
|
|
3701
|
+
"focus": true
|
|
3702
|
+
},
|
|
3703
|
+
"tokens": {
|
|
3704
|
+
"borderColor": "{palette.color.greenAccessible}",
|
|
3705
|
+
"borderRadius": "{palette.radius.radius4}"
|
|
3706
|
+
}
|
|
3707
|
+
},
|
|
3708
|
+
{
|
|
3709
|
+
"if": {
|
|
3710
|
+
"hover": true
|
|
3711
|
+
},
|
|
3712
|
+
"tokens": {
|
|
3713
|
+
"borderColor": "{palette.color.greyCloud}",
|
|
3714
|
+
"borderRadius": "{palette.radius.radius4}"
|
|
3715
|
+
}
|
|
3716
|
+
},
|
|
3717
|
+
{
|
|
3718
|
+
"if": {
|
|
3719
|
+
"pressed": true
|
|
3720
|
+
},
|
|
3721
|
+
"tokens": {
|
|
3722
|
+
"borderColor": "{palette.color.greenSanFelix}",
|
|
3723
|
+
"borderRadius": "{palette.radius.radius4}"
|
|
3724
|
+
}
|
|
3725
|
+
},
|
|
3726
|
+
{
|
|
3727
|
+
"if": {
|
|
3728
|
+
"focus": true,
|
|
3729
|
+
"pressed": true
|
|
3730
|
+
},
|
|
3731
|
+
"tokens": {
|
|
3732
|
+
"borderColor": "{palette.color.greenSanFelix}",
|
|
3733
|
+
"borderRadius": "{palette.radius.radius4}"
|
|
3734
|
+
}
|
|
3735
|
+
}
|
|
3736
|
+
],
|
|
3737
|
+
"tokens": {
|
|
3738
|
+
"androidENIcon": "{palette.icon.AndroidEN}",
|
|
3739
|
+
"androidFRIcon": "{palette.icon.AndroidFR}",
|
|
3740
|
+
"borderColor": "{palette.color.transparent}",
|
|
3741
|
+
"borderGap": "{palette.size.size2}",
|
|
3742
|
+
"borderRadius": "{palette.radius.none}",
|
|
3743
|
+
"borderWidth": "{palette.border.border1}",
|
|
3744
|
+
"iosENIcon": "{palette.icon.IOSEN}",
|
|
3745
|
+
"iosFRIcon": "{palette.icon.IOSFR}",
|
|
3746
|
+
"padding": "{palette.size.size1}"
|
|
3747
|
+
}
|
|
3748
|
+
},
|
|
3749
|
+
"ExpandCollapse": {
|
|
3750
|
+
"appearances": {},
|
|
3751
|
+
"rules": [],
|
|
3752
|
+
"tokens": {
|
|
3753
|
+
"borderColor": "{palette.color.greyCloud}",
|
|
3754
|
+
"borderStyle": "{system.borderStyle.solid}",
|
|
3755
|
+
"borderWidth": "{system.border.zero}"
|
|
3756
|
+
}
|
|
3757
|
+
},
|
|
3758
|
+
"ExpandCollapseControl": {
|
|
3759
|
+
"appearances": {
|
|
3760
|
+
"compact": {
|
|
3761
|
+
"type": "variant",
|
|
3762
|
+
"values": [true]
|
|
3763
|
+
},
|
|
3764
|
+
"expanded": "{appearances.ExpandCollapseControl.expanded}",
|
|
3765
|
+
"focus": "{appearances.ExpandCollapseControl.focus}",
|
|
3766
|
+
"hover": "{appearances.ExpandCollapseControl.hover}",
|
|
3767
|
+
"mini": {
|
|
3768
|
+
"type": "variant",
|
|
3769
|
+
"values": [true]
|
|
3770
|
+
},
|
|
3771
|
+
"pressed": "{appearances.ExpandCollapseControl.pressed}"
|
|
3772
|
+
},
|
|
3773
|
+
"rules": [
|
|
3774
|
+
{
|
|
3775
|
+
"if": {
|
|
3776
|
+
"expanded": true
|
|
3777
|
+
},
|
|
3778
|
+
"tokens": {
|
|
3779
|
+
"icon": "{palette.icon.CaretUp}"
|
|
3780
|
+
}
|
|
3781
|
+
},
|
|
3782
|
+
{
|
|
3783
|
+
"if": {
|
|
3784
|
+
"compact": true
|
|
3785
|
+
},
|
|
3786
|
+
"tokens": {
|
|
3787
|
+
"paddingBottom": "{palette.size.size8}",
|
|
3788
|
+
"paddingLeft": "{palette.size.size0}",
|
|
3789
|
+
"paddingRight": "{palette.size.size0}",
|
|
3790
|
+
"paddingTop": "{palette.size.size8}"
|
|
3791
|
+
}
|
|
3792
|
+
},
|
|
3793
|
+
{
|
|
3794
|
+
"if": {
|
|
3795
|
+
"mini": true
|
|
3796
|
+
},
|
|
3797
|
+
"tokens": {
|
|
3798
|
+
"borderWidth": "{system.border.none}",
|
|
3799
|
+
"paddingBottom": "{palette.size.size0}",
|
|
3800
|
+
"paddingTop": "{palette.size.size0}"
|
|
3801
|
+
}
|
|
3802
|
+
},
|
|
3803
|
+
{
|
|
3804
|
+
"if": {
|
|
3805
|
+
"focus": true
|
|
3806
|
+
},
|
|
3807
|
+
"tokens": {
|
|
3808
|
+
"backgroundColor": "{palette.color.greyAthens}",
|
|
3809
|
+
"borderColor": "{palette.color.greyShuttle}",
|
|
3810
|
+
"borderWidth": "{palette.border.border1}"
|
|
3811
|
+
}
|
|
3812
|
+
},
|
|
3813
|
+
{
|
|
3814
|
+
"if": {
|
|
3815
|
+
"focus": true,
|
|
3816
|
+
"mini": true
|
|
3817
|
+
},
|
|
3818
|
+
"tokens": {
|
|
3819
|
+
"backgroundColor": "{palette.color.greyAthens}",
|
|
3820
|
+
"borderColor": "{palette.color.greyShuttle}",
|
|
3821
|
+
"borderWidth": "{system.border.none}"
|
|
3822
|
+
}
|
|
3823
|
+
},
|
|
3824
|
+
{
|
|
3825
|
+
"if": {
|
|
3826
|
+
"hover": true
|
|
3827
|
+
},
|
|
3828
|
+
"tokens": {
|
|
3829
|
+
"backgroundColor": "{palette.color.greyAlabaster}",
|
|
3830
|
+
"iconPaddingTop": "{palette.size.size8}"
|
|
3831
|
+
}
|
|
3832
|
+
},
|
|
3833
|
+
{
|
|
3834
|
+
"if": {
|
|
3835
|
+
"expanded": true,
|
|
3836
|
+
"hover": true
|
|
3837
|
+
},
|
|
3838
|
+
"tokens": {
|
|
3839
|
+
"backgroundColor": "{palette.color.greyAlabaster}",
|
|
3840
|
+
"iconPaddingTop": "{palette.size.size0}"
|
|
3841
|
+
}
|
|
3842
|
+
},
|
|
3843
|
+
{
|
|
3844
|
+
"if": {
|
|
3845
|
+
"pressed": true
|
|
3846
|
+
},
|
|
3847
|
+
"tokens": {
|
|
3848
|
+
"backgroundColor": "{palette.color.greyMystic}",
|
|
3849
|
+
"borderColor": "{palette.color.greyShuttle}",
|
|
3850
|
+
"borderWidth": "{palette.border.border1}"
|
|
3851
|
+
}
|
|
3852
|
+
},
|
|
3853
|
+
{
|
|
3854
|
+
"if": {
|
|
3855
|
+
"mini": true,
|
|
3856
|
+
"pressed": true
|
|
3857
|
+
},
|
|
3858
|
+
"tokens": {
|
|
3859
|
+
"backgroundColor": "{palette.color.greyMystic}",
|
|
3860
|
+
"borderColor": "{palette.color.greyShuttle}",
|
|
3861
|
+
"borderWidth": "{system.border.none}"
|
|
3862
|
+
}
|
|
3863
|
+
}
|
|
3864
|
+
],
|
|
3865
|
+
"tokens": {
|
|
3866
|
+
"backgroundColor": "{palette.color.transparent}",
|
|
3867
|
+
"borderBottomLeftRadius": "{system.radius.zero}",
|
|
3868
|
+
"borderBottomRightRadius": "{system.radius.zero}",
|
|
3869
|
+
"borderColor": "{palette.color.transparent}",
|
|
3870
|
+
"borderTopLeftRadius": "{system.radius.zero}",
|
|
3871
|
+
"borderTopRightRadius": "{system.radius.zero}",
|
|
3872
|
+
"borderWidth": "{palette.border.border1}",
|
|
3873
|
+
"icon": "{palette.icon.CaretDown}",
|
|
3874
|
+
"iconColor": "{palette.color.greenAccessible}",
|
|
3875
|
+
"iconGap": "{palette.size.size8}",
|
|
3876
|
+
"iconPaddingTop": "{palette.size.size4}",
|
|
3877
|
+
"iconPosition": "{system.position.left}",
|
|
3878
|
+
"iconSize": "{palette.size.size16}",
|
|
3879
|
+
"justifyContent": "{system.flexJustifyContent.flexStart}",
|
|
3880
|
+
"paddingBottom": "{palette.size.size16}",
|
|
3881
|
+
"paddingLeft": "{palette.size.size0}",
|
|
3882
|
+
"paddingRight": "{palette.size.size0}",
|
|
3883
|
+
"paddingTop": "{palette.size.size16}",
|
|
3884
|
+
"textLine": "{system.textLine.none}",
|
|
3885
|
+
"verticalAlign": "{system.verticalAlign.top}"
|
|
3886
|
+
}
|
|
3887
|
+
},
|
|
3888
|
+
"ExpandCollapseMini": {
|
|
3889
|
+
"appearances": {},
|
|
3890
|
+
"rules": [],
|
|
3891
|
+
"tokens": {
|
|
3892
|
+
"borderWidth": "{palette.border.none}"
|
|
3893
|
+
}
|
|
3894
|
+
},
|
|
3895
|
+
"ExpandCollapseMiniControl": {
|
|
3896
|
+
"appearances": {
|
|
3897
|
+
"alternative": {
|
|
3898
|
+
"description": "Replaces the default green colour with a more subtle grey.",
|
|
3899
|
+
"type": "variant",
|
|
3900
|
+
"values": [true]
|
|
3901
|
+
},
|
|
3902
|
+
"expanded": "{appearances.ExpandCollapseControl.expanded}",
|
|
3903
|
+
"inverse": {
|
|
3904
|
+
"description": "Replaces the default green colour with white. Useful for dark backgrounds.",
|
|
3905
|
+
"type": "variant",
|
|
3906
|
+
"values": [true]
|
|
3907
|
+
},
|
|
3908
|
+
"quiet": {
|
|
3909
|
+
"description": "When it is true, it does not show the decoration",
|
|
3910
|
+
"type": "state",
|
|
3911
|
+
"values": [true, false]
|
|
3912
|
+
},
|
|
3913
|
+
"size": {
|
|
3914
|
+
"type": "variant",
|
|
3915
|
+
"values": ["micro", "small", "large"]
|
|
3916
|
+
}
|
|
3917
|
+
},
|
|
3918
|
+
"rules": [
|
|
3919
|
+
{
|
|
3920
|
+
"if": {
|
|
3921
|
+
"expanded": true
|
|
3922
|
+
},
|
|
3923
|
+
"tokens": {
|
|
3924
|
+
"icon": "{palette.icon.CaretUp}"
|
|
3925
|
+
}
|
|
3926
|
+
},
|
|
3927
|
+
{
|
|
3928
|
+
"if": {
|
|
3929
|
+
"alternative": true
|
|
3930
|
+
},
|
|
3931
|
+
"tokens": {
|
|
3932
|
+
"color": "{palette.color.greyCharcoal}"
|
|
3933
|
+
}
|
|
3934
|
+
},
|
|
3935
|
+
{
|
|
3936
|
+
"if": {
|
|
3937
|
+
"inverse": true
|
|
3938
|
+
},
|
|
3939
|
+
"tokens": {
|
|
3940
|
+
"color": "{palette.color.white}",
|
|
3941
|
+
"iconColor": "{palette.color.white}"
|
|
3942
|
+
}
|
|
3943
|
+
},
|
|
3944
|
+
{
|
|
3945
|
+
"if": {
|
|
3946
|
+
"size": "micro"
|
|
3947
|
+
},
|
|
3948
|
+
"tokens": {
|
|
3949
|
+
"fontSize": "{palette.fontSize.size12}",
|
|
3950
|
+
"iconSize": "{palette.size.size16}",
|
|
3951
|
+
"lineHeight": "{palette.lineHeight.ratio4to3}"
|
|
3952
|
+
}
|
|
3953
|
+
},
|
|
3954
|
+
{
|
|
3955
|
+
"if": {
|
|
3956
|
+
"size": "small"
|
|
3957
|
+
},
|
|
3958
|
+
"tokens": {
|
|
3959
|
+
"fontSize": "{palette.fontSize.size14}",
|
|
3960
|
+
"iconSize": "{palette.size.size20}",
|
|
3961
|
+
"lineHeight": "{palette.lineHeight.ratio14to1}"
|
|
3962
|
+
}
|
|
3963
|
+
},
|
|
3964
|
+
{
|
|
3965
|
+
"if": {
|
|
3966
|
+
"size": "large"
|
|
3967
|
+
},
|
|
3968
|
+
"tokens": {
|
|
3969
|
+
"fontSize": "{palette.fontSize.size20}",
|
|
3970
|
+
"lineHeight": "{palette.lineHeight.ratio9to7}"
|
|
3971
|
+
}
|
|
3972
|
+
},
|
|
3973
|
+
{
|
|
3974
|
+
"if": {
|
|
3975
|
+
"quiet": true
|
|
3976
|
+
},
|
|
3977
|
+
"tokens": {
|
|
3978
|
+
"textLine": "{system.textLine.none}"
|
|
3979
|
+
}
|
|
3980
|
+
},
|
|
3981
|
+
{
|
|
3982
|
+
"if": {
|
|
3983
|
+
"alternative": true,
|
|
3984
|
+
"quiet": true
|
|
3985
|
+
},
|
|
3986
|
+
"tokens": {
|
|
3987
|
+
"color": "{palette.color.greyCharcoal}",
|
|
3988
|
+
"textLine": "{system.textLine.none}"
|
|
3989
|
+
}
|
|
3990
|
+
},
|
|
3991
|
+
{
|
|
3992
|
+
"if": {
|
|
3993
|
+
"inverse": true,
|
|
3994
|
+
"quiet": true
|
|
3995
|
+
},
|
|
3996
|
+
"tokens": {
|
|
3997
|
+
"color": "{palette.color.white}",
|
|
3998
|
+
"iconColor": "{palette.color.white}",
|
|
3999
|
+
"textLine": "{system.textLine.none}"
|
|
4000
|
+
}
|
|
4001
|
+
}
|
|
4002
|
+
],
|
|
4003
|
+
"tokens": {
|
|
4004
|
+
"borderColor": "{palette.color.transparent}",
|
|
4005
|
+
"borderWidth": "{system.border.zero}",
|
|
4006
|
+
"color": "{palette.color.greenAccessible}",
|
|
4007
|
+
"fontSize": "{palette.fontSize.size16}",
|
|
4008
|
+
"icon": "{palette.icon.CaretDown}",
|
|
4009
|
+
"iconColor": "{palette.color.greenAccessible}",
|
|
4010
|
+
"iconGap": "{palette.size.size8}",
|
|
4011
|
+
"iconPaddingTop": "{palette.size.size4}",
|
|
4012
|
+
"iconPosition": "{system.position.left}",
|
|
4013
|
+
"iconSize": "{palette.size.size24}",
|
|
4014
|
+
"justifyContent": "{system.flexJustifyContent.flexStart}",
|
|
4015
|
+
"lineHeight": "{palette.lineHeight.ratio3to2}",
|
|
4016
|
+
"paddingBottom": "{palette.size.size0}",
|
|
4017
|
+
"paddingLeft": "{palette.size.size0}",
|
|
4018
|
+
"paddingRight": "{palette.size.size0}",
|
|
4019
|
+
"paddingTop": "{palette.size.size0}",
|
|
4020
|
+
"size": "{palette.size.size4}",
|
|
4021
|
+
"textLine": "{system.textLine.underline}",
|
|
4022
|
+
"verticalAlign": "{system.verticalAlign.top}"
|
|
4023
|
+
}
|
|
4024
|
+
},
|
|
4025
|
+
"ExpandCollapsePanel": {
|
|
4026
|
+
"appearances": {
|
|
4027
|
+
"compact": {
|
|
4028
|
+
"type": "variant",
|
|
4029
|
+
"values": [true]
|
|
4030
|
+
},
|
|
4031
|
+
"mini": {
|
|
4032
|
+
"type": "variant",
|
|
4033
|
+
"values": [true]
|
|
4034
|
+
}
|
|
4035
|
+
},
|
|
4036
|
+
"rules": [
|
|
4037
|
+
{
|
|
4038
|
+
"if": {
|
|
4039
|
+
"compact": true
|
|
4040
|
+
},
|
|
4041
|
+
"tokens": {
|
|
4042
|
+
"contentPaddingBottom": "{palette.size.size16}",
|
|
4043
|
+
"contentPaddingLeft": "{palette.size.size24}",
|
|
4044
|
+
"contentPaddingRight": "{palette.size.size0}",
|
|
4045
|
+
"contentPaddingTop": "{palette.size.size8}"
|
|
4046
|
+
}
|
|
4047
|
+
},
|
|
4048
|
+
{
|
|
4049
|
+
"if": {
|
|
4050
|
+
"mini": true
|
|
4051
|
+
},
|
|
4052
|
+
"tokens": {
|
|
4053
|
+
"contentPaddingBottom": "{palette.size.size0}",
|
|
4054
|
+
"contentPaddingLeft": "{palette.size.size0}",
|
|
4055
|
+
"contentPanelPaddingBottom": "{palette.size.size0}",
|
|
4056
|
+
"contentPanelPaddingTop": "{palette.size.size0}"
|
|
4057
|
+
}
|
|
4058
|
+
}
|
|
4059
|
+
],
|
|
4060
|
+
"tokens": {
|
|
4061
|
+
"borderColor": "{palette.color.transparent}",
|
|
4062
|
+
"borderRadius": "{palette.radius.none}",
|
|
4063
|
+
"borderWidth": "{palette.border.none}",
|
|
4064
|
+
"collapseDuration": "{palette.duration.duration250}",
|
|
4065
|
+
"contentPaddingBottom": "{palette.size.size16}",
|
|
4066
|
+
"contentPaddingLeft": "{palette.size.size24}",
|
|
4067
|
+
"contentPaddingRight": "{palette.size.size0}",
|
|
4068
|
+
"contentPaddingTop": "{palette.size.size0}",
|
|
4069
|
+
"contentPanelBackgroundColor": "{palette.color.transparent}",
|
|
4070
|
+
"contentPanelBorderColor": "{palette.color.transparent}",
|
|
4071
|
+
"contentPanelBorderWidth": "{palette.border.none}",
|
|
4072
|
+
"contentPanelFontColor": "{palette.color.greyThunder}",
|
|
4073
|
+
"contentPanelFontName": "{palette.fontName.HNforTELUSSA}",
|
|
4074
|
+
"contentPanelFontSize": "{palette.fontSize.size16}",
|
|
4075
|
+
"contentPanelFontWeight": "{palette.fontWeight.weight700}",
|
|
4076
|
+
"contentPanelLineHeight": "{palette.lineHeight.ratio3to2}",
|
|
4077
|
+
"contentPanelPaddingBottom": "{palette.size.size16}",
|
|
4078
|
+
"contentPanelPaddingLeft": "{palette.size.size24}",
|
|
4079
|
+
"contentPanelPaddingRight": "{palette.size.size0}",
|
|
4080
|
+
"contentPanelPaddingTop": "{palette.size.size16}",
|
|
4081
|
+
"expandDividerColor": "{palette.color.transparent}",
|
|
4082
|
+
"expandDividerWidth": "{palette.size.size0}",
|
|
4083
|
+
"expandDuration": "{palette.duration.duration300}",
|
|
4084
|
+
"marginBottom": "{palette.size.size0}"
|
|
4085
|
+
}
|
|
4086
|
+
},
|
|
4087
|
+
"Feedback": {
|
|
4088
|
+
"appearances": {
|
|
4089
|
+
"icon": {
|
|
4090
|
+
"type": "variant",
|
|
4091
|
+
"values": [true]
|
|
4092
|
+
},
|
|
4093
|
+
"validation": "{appearances.Feedback.validation}"
|
|
4094
|
+
},
|
|
4095
|
+
"rules": [
|
|
4096
|
+
{
|
|
4097
|
+
"if": {
|
|
4098
|
+
"validation": "success"
|
|
4099
|
+
},
|
|
4100
|
+
"tokens": {
|
|
4101
|
+
"backgroundColor": "{palette.color.greenPanache}",
|
|
4102
|
+
"borderColor": "{palette.color.greenPanache}",
|
|
4103
|
+
"color": "{palette.color.greenDarkFern}"
|
|
4104
|
+
}
|
|
4105
|
+
},
|
|
4106
|
+
{
|
|
4107
|
+
"if": {
|
|
4108
|
+
"validation": "error"
|
|
4109
|
+
},
|
|
4110
|
+
"tokens": {
|
|
4111
|
+
"backgroundColor": "{palette.color.redLight}",
|
|
4112
|
+
"borderColor": "{palette.color.redLight}",
|
|
4113
|
+
"color": "{palette.color.redDark}"
|
|
4114
|
+
}
|
|
4115
|
+
},
|
|
4116
|
+
{
|
|
4117
|
+
"if": {
|
|
4118
|
+
"icon": true,
|
|
4119
|
+
"validation": "success"
|
|
4120
|
+
},
|
|
4121
|
+
"tokens": {
|
|
4122
|
+
"icon": "{palette.icon.StatusSuccess}",
|
|
4123
|
+
"iconColor": "{palette.color.greenAccessible}"
|
|
4124
|
+
}
|
|
4125
|
+
},
|
|
4126
|
+
{
|
|
4127
|
+
"if": {
|
|
4128
|
+
"icon": true,
|
|
4129
|
+
"validation": "error"
|
|
4130
|
+
},
|
|
4131
|
+
"tokens": {
|
|
4132
|
+
"icon": "{palette.icon.StatusError}",
|
|
4133
|
+
"iconColor": "{palette.color.redDark}"
|
|
4134
|
+
}
|
|
4135
|
+
}
|
|
4136
|
+
],
|
|
4137
|
+
"tokens": {
|
|
4138
|
+
"backgroundColor": "{palette.color.brandLight}",
|
|
4139
|
+
"borderColor": "{palette.color.transparent}",
|
|
4140
|
+
"borderRadius": "{palette.radius.radius4}",
|
|
4141
|
+
"borderWidth": "{palette.border.border1}",
|
|
4142
|
+
"color": "{palette.color.greyThunder}",
|
|
4143
|
+
"contentFontSize": "{palette.fontSize.size16}",
|
|
4144
|
+
"fontName": "{palette.fontName.HNforTELUSSA}",
|
|
4145
|
+
"fontWeight": "{palette.fontWeight.weight400}",
|
|
4146
|
+
"icon": "{system.icon.none}",
|
|
4147
|
+
"iconColor": "{palette.color.transparent}",
|
|
4148
|
+
"iconGap": "{palette.size.size8}",
|
|
4149
|
+
"iconSize": "{palette.size.size24}",
|
|
4150
|
+
"lineHeight": "{palette.lineHeight.ratio3to2}",
|
|
4151
|
+
"paddingBottom": "{palette.size.size12}",
|
|
4152
|
+
"paddingLeft": "{palette.size.size16}",
|
|
4153
|
+
"paddingRight": "{palette.size.size16}",
|
|
4154
|
+
"paddingTop": "{palette.size.size12}",
|
|
4155
|
+
"space": "{system.integer.2}",
|
|
4156
|
+
"titleFontSize": "{palette.fontSize.size16}"
|
|
4157
|
+
}
|
|
4158
|
+
},
|
|
4159
|
+
"Fieldset": {
|
|
4160
|
+
"appearances": {
|
|
4161
|
+
"error": {
|
|
4162
|
+
"type": "variant",
|
|
4163
|
+
"values": [true]
|
|
4164
|
+
}
|
|
4165
|
+
},
|
|
4166
|
+
"rules": [
|
|
4167
|
+
{
|
|
4168
|
+
"if": {
|
|
4169
|
+
"error": true
|
|
4170
|
+
},
|
|
4171
|
+
"tokens": {
|
|
4172
|
+
"outlineColor": "{palette.color.red}"
|
|
4173
|
+
}
|
|
4174
|
+
}
|
|
4175
|
+
],
|
|
4176
|
+
"tokens": {
|
|
4177
|
+
"borderBottomLeftRadius": "{system.radius.zero}",
|
|
4178
|
+
"borderBottomRightRadius": "{system.radius.zero}",
|
|
4179
|
+
"borderTopLeftRadius": "{system.radius.zero}",
|
|
4180
|
+
"borderTopRightRadius": "{system.radius.zero}",
|
|
4181
|
+
"outlineColor": "{palette.color.transparent}",
|
|
4182
|
+
"outlineOffset": "{system.size.none}",
|
|
4183
|
+
"outlineWidth": "{system.border.zero}",
|
|
4184
|
+
"paddingBottom": "{system.size.zero}",
|
|
4185
|
+
"paddingLeft": "{system.size.zero}",
|
|
4186
|
+
"paddingRight": "{system.size.zero}",
|
|
4187
|
+
"paddingTop": "{system.size.zero}"
|
|
4188
|
+
}
|
|
4189
|
+
},
|
|
4190
|
+
"FileUpload": {
|
|
4191
|
+
"appearances": {},
|
|
4192
|
+
"rules": [],
|
|
4193
|
+
"tokens": {
|
|
4194
|
+
"buttonBackgroundColor": "{system.color.none}",
|
|
4195
|
+
"buttonBorderColor": "{system.color.none}",
|
|
4196
|
+
"buttonBorderRadius": "{system.radius.none}",
|
|
4197
|
+
"buttonBorderWidth": "{system.border.none}",
|
|
4198
|
+
"buttonHeight": "{system.size.none}",
|
|
4199
|
+
"buttonMinWidth": "{system.size.none}",
|
|
4200
|
+
"buttonTextColor": "{system.color.none}",
|
|
4201
|
+
"buttonWidth": "{system.size.none}",
|
|
4202
|
+
"notificationBackgroundColor": "{system.color.none}",
|
|
4203
|
+
"notificationBorderColor": "{system.color.none}",
|
|
4204
|
+
"notificationBorderRadius": "{system.radius.none}",
|
|
4205
|
+
"notificationDismissButtonGap": "{system.size.none}",
|
|
4206
|
+
"notificationDismissIcon": "{system.icon.none}",
|
|
4207
|
+
"notificationDismissIconColor": "{system.color.none}",
|
|
4208
|
+
"notificationIcon": "{system.icon.none}",
|
|
4209
|
+
"notificationIconColor": "{system.color.none}",
|
|
4210
|
+
"notificationIconGap": "{system.size.none}",
|
|
4211
|
+
"notificationIconSize": "{system.size.none}",
|
|
4212
|
+
"notificationTextColor": "{palette.color.greyCharcoal}"
|
|
4213
|
+
}
|
|
4214
|
+
},
|
|
4215
|
+
"Footnote": {
|
|
4216
|
+
"appearances": {
|
|
4217
|
+
"viewport": "{appearances.system.viewport}"
|
|
4218
|
+
},
|
|
4219
|
+
"rules": [
|
|
4220
|
+
{
|
|
4221
|
+
"if": {
|
|
4222
|
+
"viewport": ["xs"]
|
|
4223
|
+
},
|
|
4224
|
+
"tokens": {
|
|
4225
|
+
"footnoteBodyPaddingBottom": "{palette.size.size32}",
|
|
4226
|
+
"footnoteBodyPaddingLeft": "{palette.size.size16}",
|
|
4227
|
+
"footnoteBodyPaddingRight": "{palette.size.size16}",
|
|
4228
|
+
"footnoteBodyPaddingTop": "{palette.size.size0}",
|
|
4229
|
+
"footnoteHeaderPaddingBottom": "{palette.size.size16}",
|
|
4230
|
+
"footnoteHeaderPaddingLeft": "{palette.size.size16}",
|
|
4231
|
+
"footnoteHeaderPaddingRight": "{palette.size.size4}",
|
|
4232
|
+
"footnoteHeaderPaddingTop": "{palette.size.size16}"
|
|
4233
|
+
}
|
|
4234
|
+
},
|
|
4235
|
+
{
|
|
4236
|
+
"if": {
|
|
4237
|
+
"viewport": ["md", "lg"]
|
|
4238
|
+
},
|
|
4239
|
+
"tokens": {
|
|
4240
|
+
"footnoteBodyPaddingBottom": "{palette.size.size40}",
|
|
4241
|
+
"footnoteBodyPaddingLeft": "{palette.size.size16}",
|
|
4242
|
+
"footnoteBodyPaddingRight": "{palette.size.size16}",
|
|
4243
|
+
"footnoteBodyPaddingTop": "{palette.size.size0}",
|
|
4244
|
+
"footnoteHeaderPaddingBottom": "{palette.size.size24}",
|
|
4245
|
+
"footnoteHeaderPaddingLeft": "{palette.size.size16}",
|
|
4246
|
+
"footnoteHeaderPaddingRight": "{palette.size.size4}",
|
|
4247
|
+
"footnoteHeaderPaddingTop": "{palette.size.size24}"
|
|
4248
|
+
}
|
|
4249
|
+
},
|
|
4250
|
+
{
|
|
4251
|
+
"if": {
|
|
4252
|
+
"viewport": ["xl"]
|
|
4253
|
+
},
|
|
4254
|
+
"tokens": {
|
|
4255
|
+
"footnoteBodyPaddingBottom": "{palette.size.size40}",
|
|
4256
|
+
"footnoteBodyPaddingLeft": "{palette.size.size16}",
|
|
4257
|
+
"footnoteBodyPaddingRight": "{palette.size.size16}",
|
|
4258
|
+
"footnoteBodyPaddingTop": "{palette.size.size0}",
|
|
4259
|
+
"footnoteHeaderPaddingBottom": "{palette.size.size24}",
|
|
4260
|
+
"footnoteHeaderPaddingLeft": "{palette.size.size16}",
|
|
4261
|
+
"footnoteHeaderPaddingRight": "{palette.size.size16}",
|
|
4262
|
+
"footnoteHeaderPaddingTop": "{palette.size.size24}"
|
|
4263
|
+
}
|
|
4264
|
+
}
|
|
4265
|
+
],
|
|
4266
|
+
"tokens": {
|
|
4267
|
+
"closeButtonBackgroundColor": "{palette.color.greyAthens}",
|
|
4268
|
+
"closeButtonBorderColor": "{palette.color.greyShuttle}",
|
|
4269
|
+
"closeButtonBorderSize": "{palette.border.border1}",
|
|
4270
|
+
"closeButtonHeight": "{palette.size.size24}",
|
|
4271
|
+
"closeButtonIconSize": "{palette.size.size16}",
|
|
4272
|
+
"closeButtonMarginBottom": "{palette.size.size12}",
|
|
4273
|
+
"closeButtonMarginLeft": "{palette.size.size4}",
|
|
3739
4274
|
"closeButtonMarginRight": "{palette.size.size4}",
|
|
3740
4275
|
"closeButtonMarginTop": "{palette.size.size12}",
|
|
3741
4276
|
"closeButtonWidth": "{palette.size.size24}",
|
|
@@ -3768,341 +4303,767 @@
|
|
|
3768
4303
|
"listPaddingLeft": "{palette.size.size32}"
|
|
3769
4304
|
}
|
|
3770
4305
|
},
|
|
3771
|
-
"FootnoteLink": {
|
|
4306
|
+
"FootnoteLink": {
|
|
4307
|
+
"appearances": {
|
|
4308
|
+
"size": {
|
|
4309
|
+
"type": "variant",
|
|
4310
|
+
"values": [
|
|
4311
|
+
"micro",
|
|
4312
|
+
"small",
|
|
4313
|
+
"medium",
|
|
4314
|
+
"large",
|
|
4315
|
+
"h1",
|
|
4316
|
+
"h2",
|
|
4317
|
+
"h3",
|
|
4318
|
+
"h4",
|
|
4319
|
+
"h5",
|
|
4320
|
+
"h6",
|
|
4321
|
+
"display1",
|
|
4322
|
+
"display2"
|
|
4323
|
+
]
|
|
4324
|
+
}
|
|
4325
|
+
},
|
|
4326
|
+
"rules": [
|
|
4327
|
+
{
|
|
4328
|
+
"if": {
|
|
4329
|
+
"size": "display1"
|
|
4330
|
+
},
|
|
4331
|
+
"tokens": {
|
|
4332
|
+
"fontSize": "{palette.fontSize.size20}",
|
|
4333
|
+
"lineHeight": "{palette.lineHeight.ratio6to5}"
|
|
4334
|
+
}
|
|
4335
|
+
},
|
|
4336
|
+
{
|
|
4337
|
+
"if": {
|
|
4338
|
+
"size": "display2"
|
|
4339
|
+
},
|
|
4340
|
+
"tokens": {
|
|
4341
|
+
"fontSize": "{palette.fontSize.size20}",
|
|
4342
|
+
"lineHeight": "{palette.lineHeight.ratio6to5}"
|
|
4343
|
+
}
|
|
4344
|
+
},
|
|
4345
|
+
{
|
|
4346
|
+
"if": {
|
|
4347
|
+
"size": "h1"
|
|
4348
|
+
},
|
|
4349
|
+
"tokens": {
|
|
4350
|
+
"fontSize": "{palette.fontSize.size20}",
|
|
4351
|
+
"lineHeight": "{palette.lineHeight.ratio6to5}"
|
|
4352
|
+
}
|
|
4353
|
+
},
|
|
4354
|
+
{
|
|
4355
|
+
"if": {
|
|
4356
|
+
"size": "h2"
|
|
4357
|
+
},
|
|
4358
|
+
"tokens": {
|
|
4359
|
+
"fontSize": "{palette.fontSize.size20}",
|
|
4360
|
+
"lineHeight": "{palette.lineHeight.ratio6to5}"
|
|
4361
|
+
}
|
|
4362
|
+
},
|
|
4363
|
+
{
|
|
4364
|
+
"if": {
|
|
4365
|
+
"size": "h3"
|
|
4366
|
+
},
|
|
4367
|
+
"tokens": {
|
|
4368
|
+
"fontSize": "{palette.fontSize.size14}",
|
|
4369
|
+
"lineHeight": "{palette.lineHeight.ratio1to1}"
|
|
4370
|
+
}
|
|
4371
|
+
},
|
|
4372
|
+
{
|
|
4373
|
+
"if": {
|
|
4374
|
+
"size": "h4"
|
|
4375
|
+
},
|
|
4376
|
+
"tokens": {
|
|
4377
|
+
"fontSize": "{palette.fontSize.size14}",
|
|
4378
|
+
"lineHeight": "{palette.lineHeight.ratio1to1}"
|
|
4379
|
+
}
|
|
4380
|
+
},
|
|
4381
|
+
{
|
|
4382
|
+
"if": {
|
|
4383
|
+
"size": "h5"
|
|
4384
|
+
},
|
|
4385
|
+
"tokens": {
|
|
4386
|
+
"fontSize": "{palette.fontSize.size14}",
|
|
4387
|
+
"lineHeight": "{palette.lineHeight.ratio1to1}"
|
|
4388
|
+
}
|
|
4389
|
+
},
|
|
4390
|
+
{
|
|
4391
|
+
"if": {
|
|
4392
|
+
"size": "h6"
|
|
4393
|
+
},
|
|
4394
|
+
"tokens": {
|
|
4395
|
+
"fontSize": "{palette.fontSize.size14}",
|
|
4396
|
+
"lineHeight": "{palette.lineHeight.ratio1to1}"
|
|
4397
|
+
}
|
|
4398
|
+
},
|
|
4399
|
+
{
|
|
4400
|
+
"if": {
|
|
4401
|
+
"size": "micro"
|
|
4402
|
+
},
|
|
4403
|
+
"tokens": {
|
|
4404
|
+
"fontSize": "{palette.fontSize.size12}",
|
|
4405
|
+
"lineHeight": "{palette.lineHeight.ratio1to1}"
|
|
4406
|
+
}
|
|
4407
|
+
},
|
|
4408
|
+
{
|
|
4409
|
+
"if": {
|
|
4410
|
+
"size": "small"
|
|
4411
|
+
},
|
|
4412
|
+
"tokens": {
|
|
4413
|
+
"fontSize": "{palette.fontSize.size12}",
|
|
4414
|
+
"lineHeight": "{palette.lineHeight.ratio1to1}"
|
|
4415
|
+
}
|
|
4416
|
+
},
|
|
4417
|
+
{
|
|
4418
|
+
"if": {
|
|
4419
|
+
"size": "medium"
|
|
4420
|
+
},
|
|
4421
|
+
"tokens": {
|
|
4422
|
+
"fontSize": "{palette.fontSize.size12}",
|
|
4423
|
+
"lineHeight": "{palette.lineHeight.ratio1to1}"
|
|
4424
|
+
}
|
|
4425
|
+
},
|
|
4426
|
+
{
|
|
4427
|
+
"if": {
|
|
4428
|
+
"size": "large"
|
|
4429
|
+
},
|
|
4430
|
+
"tokens": {
|
|
4431
|
+
"fontSize": "{palette.fontSize.size12}",
|
|
4432
|
+
"lineHeight": "{palette.lineHeight.ratio1to1}"
|
|
4433
|
+
}
|
|
4434
|
+
}
|
|
4435
|
+
],
|
|
4436
|
+
"tokens": {
|
|
4437
|
+
"color": "{system.color.none}",
|
|
4438
|
+
"fontName": "{palette.fontName.HNforTELUSSA}",
|
|
4439
|
+
"fontSize": "{palette.fontSize.size16}",
|
|
4440
|
+
"fontWeight": "{palette.fontWeight.weight400}",
|
|
4441
|
+
"lineHeight": "{palette.lineHeight.ratio1to1}",
|
|
4442
|
+
"paddingLeft": "{palette.size.size2}",
|
|
4443
|
+
"paddingRight": "{palette.size.size2}"
|
|
4444
|
+
}
|
|
4445
|
+
},
|
|
4446
|
+
"HorizontalScrollButton": {
|
|
4447
|
+
"appearances": {
|
|
4448
|
+
"focus": "{appearances.HorizontalScrollButton.focus}",
|
|
4449
|
+
"hover": "{appearances.HorizontalScrollButton.hover}",
|
|
4450
|
+
"pressed": "{appearances.HorizontalScrollButton.pressed}"
|
|
4451
|
+
},
|
|
4452
|
+
"rules": [
|
|
4453
|
+
{
|
|
4454
|
+
"if": {
|
|
4455
|
+
"hover": true
|
|
4456
|
+
},
|
|
4457
|
+
"tokens": {
|
|
4458
|
+
"borderColor": "{palette.color.greyCharcoal}",
|
|
4459
|
+
"iconColor": "{palette.color.greyCharcoal}"
|
|
4460
|
+
}
|
|
4461
|
+
},
|
|
4462
|
+
{
|
|
4463
|
+
"if": {
|
|
4464
|
+
"pressed": true
|
|
4465
|
+
},
|
|
4466
|
+
"tokens": {
|
|
4467
|
+
"backgroundColor": "{palette.color.greyShuttle}",
|
|
4468
|
+
"iconColor": "{palette.color.white}"
|
|
4469
|
+
}
|
|
4470
|
+
}
|
|
4471
|
+
],
|
|
4472
|
+
"tokens": {
|
|
4473
|
+
"backgroundColor": "{palette.color.white}",
|
|
4474
|
+
"borderColor": "{palette.color.greyCloud}",
|
|
4475
|
+
"borderRadius": "{palette.radius.pill32}",
|
|
4476
|
+
"borderWidth": "{palette.border.border1}",
|
|
4477
|
+
"iconColor": "{palette.color.greyShuttle}",
|
|
4478
|
+
"iconScale": "{system.iconScale.scale1}",
|
|
4479
|
+
"iconSize": "{palette.size.size16}",
|
|
4480
|
+
"iconTranslateX": "{system.size.zero}",
|
|
4481
|
+
"iconTranslateY": "{system.size.zero}",
|
|
4482
|
+
"outerBorderColor": "{system.color.transparent}",
|
|
4483
|
+
"outerBorderGap": "{system.size.zero}",
|
|
4484
|
+
"outerBorderWidth": "{system.border.zero}",
|
|
4485
|
+
"padding": "{palette.size.size8}",
|
|
4486
|
+
"shadow": "{palette.shadow.surfaceRaised}"
|
|
4487
|
+
}
|
|
4488
|
+
},
|
|
4489
|
+
"Icon": {
|
|
4490
|
+
"appearances": {
|
|
4491
|
+
"background": {
|
|
4492
|
+
"type": "variant",
|
|
4493
|
+
"values": [true]
|
|
4494
|
+
},
|
|
4495
|
+
"color": {
|
|
4496
|
+
"type": "variant",
|
|
4497
|
+
"values": [
|
|
4498
|
+
"brand",
|
|
4499
|
+
"subtle",
|
|
4500
|
+
"offer",
|
|
4501
|
+
"success",
|
|
4502
|
+
"danger",
|
|
4503
|
+
"warning",
|
|
4504
|
+
"inverse",
|
|
4505
|
+
"default"
|
|
4506
|
+
]
|
|
4507
|
+
},
|
|
4508
|
+
"padding": {
|
|
4509
|
+
"type": "variant",
|
|
4510
|
+
"values": ["micro", "small", "medium", "large", "extraLarge"]
|
|
4511
|
+
},
|
|
4512
|
+
"rank": {
|
|
4513
|
+
"type": "variant",
|
|
4514
|
+
"values": ["primary"]
|
|
4515
|
+
},
|
|
4516
|
+
"size": {
|
|
4517
|
+
"type": "variant",
|
|
4518
|
+
"values": ["micro", "small", "large", "extraLarge"]
|
|
4519
|
+
}
|
|
4520
|
+
},
|
|
4521
|
+
"rules": [
|
|
4522
|
+
{
|
|
4523
|
+
"if": {
|
|
4524
|
+
"padding": "micro"
|
|
4525
|
+
},
|
|
4526
|
+
"tokens": {
|
|
4527
|
+
"padding": "{palette.size.size4}",
|
|
4528
|
+
"width": "{palette.size.size4}"
|
|
4529
|
+
}
|
|
4530
|
+
},
|
|
4531
|
+
{
|
|
4532
|
+
"if": {
|
|
4533
|
+
"padding": "small"
|
|
4534
|
+
},
|
|
4535
|
+
"tokens": {
|
|
4536
|
+
"padding": "{palette.size.size4}",
|
|
4537
|
+
"width": "{palette.size.size8}"
|
|
4538
|
+
}
|
|
4539
|
+
},
|
|
4540
|
+
{
|
|
4541
|
+
"if": {
|
|
4542
|
+
"padding": "medium"
|
|
4543
|
+
},
|
|
4544
|
+
"tokens": {
|
|
4545
|
+
"padding": "{palette.size.size4}",
|
|
4546
|
+
"width": "{palette.size.size16}"
|
|
4547
|
+
}
|
|
4548
|
+
},
|
|
4549
|
+
{
|
|
4550
|
+
"if": {
|
|
4551
|
+
"padding": "large"
|
|
4552
|
+
},
|
|
4553
|
+
"tokens": {
|
|
4554
|
+
"padding": "{palette.size.size4}",
|
|
4555
|
+
"width": "{palette.size.size24}"
|
|
4556
|
+
}
|
|
4557
|
+
},
|
|
4558
|
+
{
|
|
4559
|
+
"if": {
|
|
4560
|
+
"padding": "extraLarge"
|
|
4561
|
+
},
|
|
4562
|
+
"tokens": {
|
|
4563
|
+
"padding": "{palette.size.size4}",
|
|
4564
|
+
"width": "{palette.size.size32}"
|
|
4565
|
+
}
|
|
4566
|
+
},
|
|
4567
|
+
{
|
|
4568
|
+
"if": {
|
|
4569
|
+
"background": true,
|
|
4570
|
+
"padding": "micro"
|
|
4571
|
+
},
|
|
4572
|
+
"tokens": {
|
|
4573
|
+
"backgroundColor": "{palette.color.greyAthens}",
|
|
4574
|
+
"borderRadius": "{palette.radius.radius45}",
|
|
4575
|
+
"padding": "{palette.size.size4}",
|
|
4576
|
+
"width": "{palette.size.size4}"
|
|
4577
|
+
}
|
|
4578
|
+
},
|
|
4579
|
+
{
|
|
4580
|
+
"if": {
|
|
4581
|
+
"background": true,
|
|
4582
|
+
"padding": "small"
|
|
4583
|
+
},
|
|
4584
|
+
"tokens": {
|
|
4585
|
+
"backgroundColor": "{palette.color.greyAthens}",
|
|
4586
|
+
"borderRadius": "{palette.radius.radius45}",
|
|
4587
|
+
"padding": "{palette.size.size4}",
|
|
4588
|
+
"width": "{palette.size.size8}"
|
|
4589
|
+
}
|
|
4590
|
+
},
|
|
4591
|
+
{
|
|
4592
|
+
"if": {
|
|
4593
|
+
"background": true,
|
|
4594
|
+
"padding": "medium"
|
|
4595
|
+
},
|
|
4596
|
+
"tokens": {
|
|
4597
|
+
"backgroundColor": "{palette.color.greyAthens}",
|
|
4598
|
+
"borderRadius": "{palette.radius.radius45}",
|
|
4599
|
+
"padding": "{palette.size.size4}",
|
|
4600
|
+
"width": "{palette.size.size16}"
|
|
4601
|
+
}
|
|
4602
|
+
},
|
|
4603
|
+
{
|
|
4604
|
+
"if": {
|
|
4605
|
+
"background": true,
|
|
4606
|
+
"padding": "large"
|
|
4607
|
+
},
|
|
4608
|
+
"tokens": {
|
|
4609
|
+
"backgroundColor": "{palette.color.greyAthens}",
|
|
4610
|
+
"borderRadius": "{palette.radius.radius45}",
|
|
4611
|
+
"padding": "{palette.size.size4}",
|
|
4612
|
+
"width": "{palette.size.size24}"
|
|
4613
|
+
}
|
|
4614
|
+
},
|
|
4615
|
+
{
|
|
4616
|
+
"if": {
|
|
4617
|
+
"background": true,
|
|
4618
|
+
"padding": "extraLarge"
|
|
4619
|
+
},
|
|
4620
|
+
"tokens": {
|
|
4621
|
+
"backgroundColor": "{palette.color.greyAthens}",
|
|
4622
|
+
"borderRadius": "{palette.radius.radius45}",
|
|
4623
|
+
"padding": "{palette.size.size4}",
|
|
4624
|
+
"width": "{palette.size.size32}"
|
|
4625
|
+
}
|
|
4626
|
+
},
|
|
4627
|
+
{
|
|
4628
|
+
"if": {
|
|
4629
|
+
"size": "micro"
|
|
4630
|
+
},
|
|
4631
|
+
"tokens": {
|
|
4632
|
+
"size": "{palette.size.size16}"
|
|
4633
|
+
}
|
|
4634
|
+
},
|
|
4635
|
+
{
|
|
4636
|
+
"if": {
|
|
4637
|
+
"size": "small"
|
|
4638
|
+
},
|
|
4639
|
+
"tokens": {
|
|
4640
|
+
"size": "{palette.size.size20}"
|
|
4641
|
+
}
|
|
4642
|
+
},
|
|
4643
|
+
{
|
|
4644
|
+
"if": {
|
|
4645
|
+
"size": "large"
|
|
4646
|
+
},
|
|
4647
|
+
"tokens": {
|
|
4648
|
+
"size": "{palette.size.size32}"
|
|
4649
|
+
}
|
|
4650
|
+
},
|
|
4651
|
+
{
|
|
4652
|
+
"if": {
|
|
4653
|
+
"color": "brand"
|
|
4654
|
+
},
|
|
4655
|
+
"tokens": {
|
|
4656
|
+
"color": "{palette.color.purpleTelus}"
|
|
4657
|
+
}
|
|
4658
|
+
},
|
|
4659
|
+
{
|
|
4660
|
+
"if": {
|
|
4661
|
+
"color": "default"
|
|
4662
|
+
},
|
|
4663
|
+
"tokens": {
|
|
4664
|
+
"color": "{palette.color.greyCharcoal}"
|
|
4665
|
+
}
|
|
4666
|
+
},
|
|
4667
|
+
{
|
|
4668
|
+
"if": {
|
|
4669
|
+
"color": "subtle"
|
|
4670
|
+
},
|
|
4671
|
+
"tokens": {
|
|
4672
|
+
"color": "{palette.color.greyShuttle}"
|
|
4673
|
+
}
|
|
4674
|
+
},
|
|
4675
|
+
{
|
|
4676
|
+
"if": {
|
|
4677
|
+
"color": "success"
|
|
4678
|
+
},
|
|
4679
|
+
"tokens": {
|
|
4680
|
+
"color": "{palette.color.greenAccessible}"
|
|
4681
|
+
}
|
|
4682
|
+
},
|
|
4683
|
+
{
|
|
4684
|
+
"if": {
|
|
4685
|
+
"color": "danger"
|
|
4686
|
+
},
|
|
4687
|
+
"tokens": {
|
|
4688
|
+
"color": "{palette.color.redDark}"
|
|
4689
|
+
}
|
|
4690
|
+
},
|
|
4691
|
+
{
|
|
4692
|
+
"if": {
|
|
4693
|
+
"color": "warning"
|
|
4694
|
+
},
|
|
4695
|
+
"tokens": {
|
|
4696
|
+
"color": "{palette.color.amberDark}"
|
|
4697
|
+
}
|
|
4698
|
+
},
|
|
4699
|
+
{
|
|
4700
|
+
"if": {
|
|
4701
|
+
"color": "inverse"
|
|
4702
|
+
},
|
|
4703
|
+
"tokens": {
|
|
4704
|
+
"color": "{palette.color.white}"
|
|
4705
|
+
}
|
|
4706
|
+
},
|
|
4707
|
+
{
|
|
4708
|
+
"if": {
|
|
4709
|
+
"color": "offer"
|
|
4710
|
+
},
|
|
4711
|
+
"tokens": {
|
|
4712
|
+
"color": "{palette.color.purpleTelus}"
|
|
4713
|
+
}
|
|
4714
|
+
},
|
|
4715
|
+
{
|
|
4716
|
+
"if": {
|
|
4717
|
+
"size": "extraLarge"
|
|
4718
|
+
},
|
|
4719
|
+
"tokens": {
|
|
4720
|
+
"size": "{palette.size.size48}"
|
|
4721
|
+
}
|
|
4722
|
+
},
|
|
4723
|
+
{
|
|
4724
|
+
"if": {
|
|
4725
|
+
"rank": "primary"
|
|
4726
|
+
},
|
|
4727
|
+
"tokens": {
|
|
4728
|
+
"color": "{palette.color.purpleTelus}"
|
|
4729
|
+
}
|
|
4730
|
+
}
|
|
4731
|
+
],
|
|
4732
|
+
"tokens": {
|
|
4733
|
+
"backgroundColor": "{system.color.transparent}",
|
|
4734
|
+
"borderRadius": "{palette.radius.none}",
|
|
4735
|
+
"color": "{palette.color.greyCharcoal}",
|
|
4736
|
+
"padding": "{palette.size.size0}",
|
|
4737
|
+
"paddingTop": "{palette.size.size0}",
|
|
4738
|
+
"scale": "{system.integer.1}",
|
|
4739
|
+
"size": "{palette.size.size24}",
|
|
4740
|
+
"translateX": "{system.size.zero}",
|
|
4741
|
+
"translateY": "{system.size.zero}",
|
|
4742
|
+
"width": "{palette.size.size0}"
|
|
4743
|
+
}
|
|
4744
|
+
},
|
|
4745
|
+
"IconButton": {
|
|
3772
4746
|
"appearances": {
|
|
3773
|
-
"
|
|
4747
|
+
"action": {
|
|
3774
4748
|
"type": "variant",
|
|
3775
4749
|
"values": [
|
|
3776
|
-
"
|
|
3777
|
-
"
|
|
3778
|
-
"
|
|
3779
|
-
"
|
|
3780
|
-
"
|
|
3781
|
-
"
|
|
3782
|
-
"
|
|
3783
|
-
"
|
|
3784
|
-
"
|
|
3785
|
-
"h6",
|
|
3786
|
-
"display1",
|
|
3787
|
-
"display2"
|
|
4750
|
+
"add",
|
|
4751
|
+
"close",
|
|
4752
|
+
"expand",
|
|
4753
|
+
"moveDown",
|
|
4754
|
+
"moveLeft",
|
|
4755
|
+
"moveRight",
|
|
4756
|
+
"moveUp",
|
|
4757
|
+
"play",
|
|
4758
|
+
"subtract"
|
|
3788
4759
|
]
|
|
4760
|
+
},
|
|
4761
|
+
"compact": {
|
|
4762
|
+
"description": "Without the outer border gap",
|
|
4763
|
+
"type": "variant",
|
|
4764
|
+
"values": [true]
|
|
4765
|
+
},
|
|
4766
|
+
"focus": "{appearances.IconButton.focus}",
|
|
4767
|
+
"hover": "{appearances.IconButton.hover}",
|
|
4768
|
+
"inactive": "{appearances.Button.inactive}",
|
|
4769
|
+
"inverse": {
|
|
4770
|
+
"description": "For use on dark backgrounds",
|
|
4771
|
+
"type": "variant",
|
|
4772
|
+
"values": [true]
|
|
4773
|
+
},
|
|
4774
|
+
"password": {
|
|
4775
|
+
"description": "Password masked or not",
|
|
4776
|
+
"type": "variant",
|
|
4777
|
+
"values": [true]
|
|
4778
|
+
},
|
|
4779
|
+
"pressed": "{appearances.IconButton.pressed}",
|
|
4780
|
+
"raised": {
|
|
4781
|
+
"description": "Uses shadow and background colour to appear raised above the page",
|
|
4782
|
+
"type": "variant",
|
|
4783
|
+
"values": [true]
|
|
4784
|
+
},
|
|
4785
|
+
"size": {
|
|
4786
|
+
"type": "variant",
|
|
4787
|
+
"values": ["small", "large"]
|
|
3789
4788
|
}
|
|
3790
4789
|
},
|
|
3791
4790
|
"rules": [
|
|
3792
4791
|
{
|
|
3793
4792
|
"if": {
|
|
3794
|
-
"
|
|
4793
|
+
"action": "add"
|
|
4794
|
+
},
|
|
4795
|
+
"tokens": {
|
|
4796
|
+
"icon": "{palette.icon.Add}"
|
|
4797
|
+
}
|
|
4798
|
+
},
|
|
4799
|
+
{
|
|
4800
|
+
"if": {
|
|
4801
|
+
"action": "subtract"
|
|
4802
|
+
},
|
|
4803
|
+
"tokens": {
|
|
4804
|
+
"icon": "{palette.icon.Subtract}"
|
|
4805
|
+
}
|
|
4806
|
+
},
|
|
4807
|
+
{
|
|
4808
|
+
"if": {
|
|
4809
|
+
"action": "close"
|
|
4810
|
+
},
|
|
4811
|
+
"tokens": {
|
|
4812
|
+
"icon": "{palette.icon.Close}"
|
|
4813
|
+
}
|
|
4814
|
+
},
|
|
4815
|
+
{
|
|
4816
|
+
"if": {
|
|
4817
|
+
"action": "expand"
|
|
4818
|
+
},
|
|
4819
|
+
"tokens": {
|
|
4820
|
+
"icon": "{palette.icon.Expand}"
|
|
4821
|
+
}
|
|
4822
|
+
},
|
|
4823
|
+
{
|
|
4824
|
+
"if": {
|
|
4825
|
+
"action": "moveDown"
|
|
4826
|
+
},
|
|
4827
|
+
"tokens": {
|
|
4828
|
+
"icon": "{palette.icon.CaretDown}"
|
|
4829
|
+
}
|
|
4830
|
+
},
|
|
4831
|
+
{
|
|
4832
|
+
"if": {
|
|
4833
|
+
"action": "moveUp"
|
|
3795
4834
|
},
|
|
3796
4835
|
"tokens": {
|
|
3797
|
-
"
|
|
3798
|
-
"lineHeight": "{palette.lineHeight.ratio6to5}"
|
|
4836
|
+
"icon": "{palette.icon.CaretUp}"
|
|
3799
4837
|
}
|
|
3800
4838
|
},
|
|
3801
4839
|
{
|
|
3802
4840
|
"if": {
|
|
3803
|
-
"
|
|
4841
|
+
"action": "moveLeft"
|
|
3804
4842
|
},
|
|
3805
4843
|
"tokens": {
|
|
3806
|
-
"
|
|
3807
|
-
"lineHeight": "{palette.lineHeight.ratio6to5}"
|
|
4844
|
+
"icon": "{palette.icon.ChevronLeft}"
|
|
3808
4845
|
}
|
|
3809
4846
|
},
|
|
3810
4847
|
{
|
|
3811
4848
|
"if": {
|
|
3812
|
-
"
|
|
4849
|
+
"action": "moveRight"
|
|
3813
4850
|
},
|
|
3814
4851
|
"tokens": {
|
|
3815
|
-
"
|
|
3816
|
-
"lineHeight": "{palette.lineHeight.ratio6to5}"
|
|
4852
|
+
"icon": "{palette.icon.ChevronRight}"
|
|
3817
4853
|
}
|
|
3818
4854
|
},
|
|
3819
4855
|
{
|
|
3820
4856
|
"if": {
|
|
3821
|
-
"
|
|
4857
|
+
"action": "play"
|
|
3822
4858
|
},
|
|
3823
4859
|
"tokens": {
|
|
3824
|
-
"
|
|
3825
|
-
"lineHeight": "{palette.lineHeight.ratio6to5}"
|
|
4860
|
+
"icon": "{palette.icon.PlayVideo}"
|
|
3826
4861
|
}
|
|
3827
4862
|
},
|
|
3828
4863
|
{
|
|
3829
4864
|
"if": {
|
|
3830
|
-
"
|
|
4865
|
+
"action": "add"
|
|
3831
4866
|
},
|
|
3832
4867
|
"tokens": {
|
|
3833
|
-
"
|
|
3834
|
-
"lineHeight": "{palette.lineHeight.ratio1to1}"
|
|
4868
|
+
"icon": "{palette.icon.Add}"
|
|
3835
4869
|
}
|
|
3836
4870
|
},
|
|
3837
4871
|
{
|
|
3838
4872
|
"if": {
|
|
3839
|
-
"
|
|
4873
|
+
"action": "subtract"
|
|
3840
4874
|
},
|
|
3841
4875
|
"tokens": {
|
|
3842
|
-
"
|
|
3843
|
-
"lineHeight": "{palette.lineHeight.ratio1to1}"
|
|
4876
|
+
"icon": "{palette.icon.Subtract}"
|
|
3844
4877
|
}
|
|
3845
4878
|
},
|
|
3846
4879
|
{
|
|
3847
4880
|
"if": {
|
|
3848
|
-
"
|
|
4881
|
+
"action": "close"
|
|
3849
4882
|
},
|
|
3850
4883
|
"tokens": {
|
|
3851
|
-
"
|
|
3852
|
-
"lineHeight": "{palette.lineHeight.ratio1to1}"
|
|
4884
|
+
"icon": "{palette.icon.Close}"
|
|
3853
4885
|
}
|
|
3854
4886
|
},
|
|
3855
4887
|
{
|
|
3856
4888
|
"if": {
|
|
3857
|
-
"
|
|
4889
|
+
"action": "expand"
|
|
3858
4890
|
},
|
|
3859
4891
|
"tokens": {
|
|
3860
|
-
"
|
|
3861
|
-
"lineHeight": "{palette.lineHeight.ratio1to1}"
|
|
4892
|
+
"icon": "{palette.icon.Expand}"
|
|
3862
4893
|
}
|
|
3863
4894
|
},
|
|
3864
4895
|
{
|
|
3865
4896
|
"if": {
|
|
3866
|
-
"
|
|
4897
|
+
"action": "moveDown"
|
|
3867
4898
|
},
|
|
3868
4899
|
"tokens": {
|
|
3869
|
-
"
|
|
3870
|
-
"lineHeight": "{palette.lineHeight.ratio1to1}"
|
|
4900
|
+
"icon": "{palette.icon.CaretDown}"
|
|
3871
4901
|
}
|
|
3872
4902
|
},
|
|
3873
4903
|
{
|
|
3874
4904
|
"if": {
|
|
3875
|
-
"
|
|
4905
|
+
"action": "moveUp"
|
|
3876
4906
|
},
|
|
3877
4907
|
"tokens": {
|
|
3878
|
-
"
|
|
3879
|
-
"lineHeight": "{palette.lineHeight.ratio1to1}"
|
|
4908
|
+
"icon": "{palette.icon.CaretUp}"
|
|
3880
4909
|
}
|
|
3881
4910
|
},
|
|
3882
4911
|
{
|
|
3883
4912
|
"if": {
|
|
3884
|
-
"
|
|
4913
|
+
"action": "moveLeft"
|
|
3885
4914
|
},
|
|
3886
4915
|
"tokens": {
|
|
3887
|
-
"
|
|
3888
|
-
"lineHeight": "{palette.lineHeight.ratio1to1}"
|
|
4916
|
+
"icon": "{palette.icon.ChevronLeft}"
|
|
3889
4917
|
}
|
|
3890
4918
|
},
|
|
3891
4919
|
{
|
|
3892
4920
|
"if": {
|
|
3893
|
-
"
|
|
4921
|
+
"action": "moveRight"
|
|
3894
4922
|
},
|
|
3895
4923
|
"tokens": {
|
|
3896
|
-
"
|
|
3897
|
-
"lineHeight": "{palette.lineHeight.ratio1to1}"
|
|
4924
|
+
"icon": "{palette.icon.ChevronRight}"
|
|
3898
4925
|
}
|
|
3899
|
-
}
|
|
3900
|
-
],
|
|
3901
|
-
"tokens": {
|
|
3902
|
-
"color": "{system.color.none}",
|
|
3903
|
-
"fontName": "{palette.fontName.HNforTELUSSA}",
|
|
3904
|
-
"fontSize": "{palette.fontSize.size16}",
|
|
3905
|
-
"fontWeight": "{palette.fontWeight.weight400}",
|
|
3906
|
-
"lineHeight": "{palette.lineHeight.ratio1to1}",
|
|
3907
|
-
"paddingLeft": "{palette.size.size2}",
|
|
3908
|
-
"paddingRight": "{palette.size.size2}"
|
|
3909
|
-
}
|
|
3910
|
-
},
|
|
3911
|
-
"HorizontalScrollButton": {
|
|
3912
|
-
"appearances": {
|
|
3913
|
-
"focus": "{appearances.HorizontalScrollButton.focus}",
|
|
3914
|
-
"hover": "{appearances.HorizontalScrollButton.hover}",
|
|
3915
|
-
"pressed": "{appearances.HorizontalScrollButton.pressed}"
|
|
3916
|
-
},
|
|
3917
|
-
"rules": [
|
|
4926
|
+
},
|
|
3918
4927
|
{
|
|
3919
4928
|
"if": {
|
|
3920
|
-
"
|
|
4929
|
+
"action": "play"
|
|
3921
4930
|
},
|
|
3922
4931
|
"tokens": {
|
|
3923
|
-
"
|
|
3924
|
-
"iconColor": "{palette.color.greyCharcoal}"
|
|
4932
|
+
"icon": "{palette.icon.PlayVideo}"
|
|
3925
4933
|
}
|
|
3926
4934
|
},
|
|
3927
4935
|
{
|
|
3928
4936
|
"if": {
|
|
3929
|
-
"
|
|
4937
|
+
"inverse": true
|
|
3930
4938
|
},
|
|
3931
4939
|
"tokens": {
|
|
3932
|
-
"
|
|
4940
|
+
"borderColor": "{palette.color.white}",
|
|
3933
4941
|
"iconColor": "{palette.color.white}"
|
|
3934
4942
|
}
|
|
3935
|
-
}
|
|
3936
|
-
],
|
|
3937
|
-
"tokens": {
|
|
3938
|
-
"backgroundColor": "{palette.color.white}",
|
|
3939
|
-
"borderColor": "{palette.color.greyCloud}",
|
|
3940
|
-
"borderRadius": "{palette.radius.pill32}",
|
|
3941
|
-
"borderWidth": "{palette.border.border1}",
|
|
3942
|
-
"iconColor": "{palette.color.greyShuttle}",
|
|
3943
|
-
"iconScale": "{system.iconScale.scale1}",
|
|
3944
|
-
"iconSize": "{palette.size.size16}",
|
|
3945
|
-
"iconTranslateX": "{system.size.zero}",
|
|
3946
|
-
"iconTranslateY": "{system.size.zero}",
|
|
3947
|
-
"outerBorderColor": "{system.color.transparent}",
|
|
3948
|
-
"outerBorderGap": "{system.size.zero}",
|
|
3949
|
-
"outerBorderWidth": "{system.border.zero}",
|
|
3950
|
-
"padding": "{palette.size.size8}",
|
|
3951
|
-
"shadow": "{palette.shadow.surfaceRaised}"
|
|
3952
|
-
}
|
|
3953
|
-
},
|
|
3954
|
-
"Icon": {
|
|
3955
|
-
"appearances": {
|
|
3956
|
-
"background": {
|
|
3957
|
-
"type": "variant",
|
|
3958
|
-
"values": [true]
|
|
3959
|
-
},
|
|
3960
|
-
"color": {
|
|
3961
|
-
"type": "variant",
|
|
3962
|
-
"values": [
|
|
3963
|
-
"brand",
|
|
3964
|
-
"subtle",
|
|
3965
|
-
"offer",
|
|
3966
|
-
"success",
|
|
3967
|
-
"danger",
|
|
3968
|
-
"warning",
|
|
3969
|
-
"inverse",
|
|
3970
|
-
"default"
|
|
3971
|
-
]
|
|
3972
|
-
},
|
|
3973
|
-
"padding": {
|
|
3974
|
-
"type": "variant",
|
|
3975
|
-
"values": ["micro", "small", "medium", "large", "extraLarge"]
|
|
3976
|
-
},
|
|
3977
|
-
"rank": {
|
|
3978
|
-
"type": "variant",
|
|
3979
|
-
"values": ["primary"]
|
|
3980
4943
|
},
|
|
3981
|
-
"size": {
|
|
3982
|
-
"type": "variant",
|
|
3983
|
-
"values": ["micro", "small", "large", "extraLarge"]
|
|
3984
|
-
}
|
|
3985
|
-
},
|
|
3986
|
-
"rules": [
|
|
3987
4944
|
{
|
|
3988
4945
|
"if": {
|
|
3989
|
-
"
|
|
4946
|
+
"hover": true
|
|
3990
4947
|
},
|
|
3991
4948
|
"tokens": {
|
|
3992
|
-
"
|
|
3993
|
-
"
|
|
4949
|
+
"borderColor": "{palette.color.greyCharcoal}",
|
|
4950
|
+
"iconColor": "{palette.color.greyCharcoal}",
|
|
4951
|
+
"iconScale": "{system.iconScale.scale1_10}"
|
|
3994
4952
|
}
|
|
3995
4953
|
},
|
|
3996
4954
|
{
|
|
3997
4955
|
"if": {
|
|
3998
|
-
"
|
|
4956
|
+
"hover": true
|
|
3999
4957
|
},
|
|
4000
4958
|
"tokens": {
|
|
4001
|
-
"
|
|
4002
|
-
"width": "{palette.size.size8}"
|
|
4959
|
+
"iconScale": "{system.iconScale.scale1}"
|
|
4003
4960
|
}
|
|
4004
4961
|
},
|
|
4005
4962
|
{
|
|
4006
4963
|
"if": {
|
|
4007
|
-
"
|
|
4964
|
+
"hover": true,
|
|
4965
|
+
"password": true
|
|
4008
4966
|
},
|
|
4009
4967
|
"tokens": {
|
|
4010
|
-
"
|
|
4011
|
-
"
|
|
4968
|
+
"backgroundColor": "{palette.color.purpleDeluge}",
|
|
4969
|
+
"borderColor": "{palette.color.purpleDeluge}",
|
|
4970
|
+
"iconColor": "{palette.color.white}"
|
|
4012
4971
|
}
|
|
4013
4972
|
},
|
|
4014
4973
|
{
|
|
4015
4974
|
"if": {
|
|
4016
|
-
"
|
|
4975
|
+
"password": true
|
|
4017
4976
|
},
|
|
4018
4977
|
"tokens": {
|
|
4019
|
-
"
|
|
4020
|
-
"width": "{palette.size.size24}"
|
|
4978
|
+
"borderColor": "{system.color.transparent}"
|
|
4021
4979
|
}
|
|
4022
4980
|
},
|
|
4023
4981
|
{
|
|
4024
4982
|
"if": {
|
|
4025
|
-
"
|
|
4983
|
+
"focus": true,
|
|
4984
|
+
"password": true
|
|
4026
4985
|
},
|
|
4027
4986
|
"tokens": {
|
|
4028
|
-
"
|
|
4029
|
-
"width": "{palette.size.size32}"
|
|
4987
|
+
"borderColor": "{palette.color.purpleTelus}"
|
|
4030
4988
|
}
|
|
4031
4989
|
},
|
|
4032
4990
|
{
|
|
4033
4991
|
"if": {
|
|
4034
|
-
"
|
|
4035
|
-
"
|
|
4992
|
+
"hover": true,
|
|
4993
|
+
"inverse": true
|
|
4036
4994
|
},
|
|
4037
4995
|
"tokens": {
|
|
4038
|
-
"
|
|
4039
|
-
"
|
|
4040
|
-
"padding": "{palette.size.size4}",
|
|
4041
|
-
"width": "{palette.size.size4}"
|
|
4996
|
+
"borderColor": "{palette.color.white}",
|
|
4997
|
+
"iconColor": "{palette.color.white}"
|
|
4042
4998
|
}
|
|
4043
4999
|
},
|
|
4044
5000
|
{
|
|
4045
5001
|
"if": {
|
|
4046
|
-
"
|
|
4047
|
-
"padding": "small"
|
|
5002
|
+
"focus": true
|
|
4048
5003
|
},
|
|
4049
5004
|
"tokens": {
|
|
4050
|
-
"
|
|
4051
|
-
"
|
|
4052
|
-
"
|
|
4053
|
-
"width": "{palette.size.size8}"
|
|
5005
|
+
"outerBorderColor": "{palette.color.greyShuttle}",
|
|
5006
|
+
"outerBorderGap": "{palette.size.size4}",
|
|
5007
|
+
"outerBorderWidth": "{palette.border.border1}"
|
|
4054
5008
|
}
|
|
4055
5009
|
},
|
|
4056
5010
|
{
|
|
4057
5011
|
"if": {
|
|
4058
|
-
"
|
|
4059
|
-
"
|
|
5012
|
+
"focus": true,
|
|
5013
|
+
"password": true
|
|
4060
5014
|
},
|
|
4061
5015
|
"tokens": {
|
|
4062
|
-
"
|
|
4063
|
-
"
|
|
4064
|
-
"
|
|
4065
|
-
"width": "{palette.size.size16}"
|
|
5016
|
+
"borderWidth": "{palette.border.border3}",
|
|
5017
|
+
"outerBorderColor": "{palette.color.purpleDark}",
|
|
5018
|
+
"outerBorderWidth": "{palette.border.none}"
|
|
4066
5019
|
}
|
|
4067
5020
|
},
|
|
4068
5021
|
{
|
|
4069
5022
|
"if": {
|
|
4070
|
-
"
|
|
4071
|
-
"
|
|
5023
|
+
"focus": true,
|
|
5024
|
+
"inverse": true
|
|
4072
5025
|
},
|
|
4073
5026
|
"tokens": {
|
|
4074
|
-
"backgroundColor": "{
|
|
4075
|
-
"
|
|
4076
|
-
"
|
|
4077
|
-
"
|
|
5027
|
+
"backgroundColor": "{system.color.transparent}",
|
|
5028
|
+
"borderColor": "{palette.color.white}",
|
|
5029
|
+
"iconColor": "{palette.color.white}",
|
|
5030
|
+
"outerBorderColor": "{palette.color.white}",
|
|
5031
|
+
"outerBorderWidth": "{palette.border.border1}"
|
|
4078
5032
|
}
|
|
4079
5033
|
},
|
|
4080
5034
|
{
|
|
4081
5035
|
"if": {
|
|
4082
|
-
"
|
|
4083
|
-
"padding": "extraLarge"
|
|
5036
|
+
"pressed": true
|
|
4084
5037
|
},
|
|
4085
5038
|
"tokens": {
|
|
4086
|
-
"backgroundColor": "{palette.color.
|
|
4087
|
-
"
|
|
4088
|
-
"
|
|
4089
|
-
"
|
|
5039
|
+
"backgroundColor": "{palette.color.greyShuttle}",
|
|
5040
|
+
"borderColor": "{palette.color.white}",
|
|
5041
|
+
"iconColor": "{palette.color.white}",
|
|
5042
|
+
"outerBorderGap": "{palette.size.size4}"
|
|
4090
5043
|
}
|
|
4091
5044
|
},
|
|
4092
5045
|
{
|
|
4093
5046
|
"if": {
|
|
4094
|
-
"
|
|
5047
|
+
"password": true,
|
|
5048
|
+
"pressed": true
|
|
4095
5049
|
},
|
|
4096
5050
|
"tokens": {
|
|
4097
|
-
"
|
|
5051
|
+
"backgroundColor": "{palette.color.purpleDark}",
|
|
5052
|
+
"borderColor": "{palette.color.purpleDark}",
|
|
5053
|
+
"iconColor": "{palette.color.white}",
|
|
5054
|
+
"outerBorderGap": "{system.size.zero}"
|
|
4098
5055
|
}
|
|
4099
5056
|
},
|
|
4100
5057
|
{
|
|
4101
5058
|
"if": {
|
|
4102
|
-
"
|
|
5059
|
+
"inverse": true,
|
|
5060
|
+
"pressed": true
|
|
4103
5061
|
},
|
|
4104
5062
|
"tokens": {
|
|
4105
|
-
"
|
|
5063
|
+
"backgroundColor": "{palette.color.light40}",
|
|
5064
|
+
"borderColor": "{palette.color.white}",
|
|
5065
|
+
"iconColor": "{palette.color.white}",
|
|
5066
|
+
"outerBorderWidth": "{system.border.zero}"
|
|
4106
5067
|
}
|
|
4107
5068
|
},
|
|
4108
5069
|
{
|
|
@@ -4110,732 +5071,763 @@
|
|
|
4110
5071
|
"size": "large"
|
|
4111
5072
|
},
|
|
4112
5073
|
"tokens": {
|
|
4113
|
-
"
|
|
5074
|
+
"iconSize": "{palette.size.size24}",
|
|
5075
|
+
"padding": "{palette.size.size12}"
|
|
4114
5076
|
}
|
|
4115
5077
|
},
|
|
4116
5078
|
{
|
|
4117
5079
|
"if": {
|
|
4118
|
-
"
|
|
5080
|
+
"size": "small"
|
|
4119
5081
|
},
|
|
4120
5082
|
"tokens": {
|
|
4121
|
-
"
|
|
5083
|
+
"iconSize": "{palette.size.size16}",
|
|
5084
|
+
"padding": "{palette.size.size4}"
|
|
4122
5085
|
}
|
|
4123
5086
|
},
|
|
4124
5087
|
{
|
|
5088
|
+
"description": "Raised IconButtons follow different design patterns to other variants",
|
|
4125
5089
|
"if": {
|
|
4126
|
-
"
|
|
5090
|
+
"raised": true
|
|
4127
5091
|
},
|
|
4128
5092
|
"tokens": {
|
|
4129
|
-
"
|
|
5093
|
+
"backgroundColor": "{palette.color.white}",
|
|
5094
|
+
"borderColor": "{palette.color.greyCloud}",
|
|
5095
|
+
"borderWidth": "{palette.border.border1}",
|
|
5096
|
+
"iconSize": "{palette.size.size16}",
|
|
5097
|
+
"outerBorderColor": "{system.color.transparent}",
|
|
5098
|
+
"outerBorderGap": "{system.size.zero}",
|
|
5099
|
+
"outerBorderWidth": "{system.border.zero}",
|
|
5100
|
+
"padding": "{palette.size.size8}",
|
|
5101
|
+
"shadow": "{palette.shadow.surfaceRaised}"
|
|
4130
5102
|
}
|
|
4131
5103
|
},
|
|
4132
5104
|
{
|
|
4133
5105
|
"if": {
|
|
4134
|
-
"
|
|
5106
|
+
"raised": true,
|
|
5107
|
+
"size": "large"
|
|
4135
5108
|
},
|
|
4136
5109
|
"tokens": {
|
|
4137
|
-
"
|
|
5110
|
+
"iconSize": "{palette.size.size24}",
|
|
5111
|
+
"padding": "{palette.size.size12}"
|
|
4138
5112
|
}
|
|
4139
5113
|
},
|
|
4140
5114
|
{
|
|
4141
5115
|
"if": {
|
|
4142
|
-
"
|
|
5116
|
+
"raised": true,
|
|
5117
|
+
"size": "small"
|
|
4143
5118
|
},
|
|
4144
5119
|
"tokens": {
|
|
4145
|
-
"
|
|
5120
|
+
"padding": "{palette.size.size8}"
|
|
4146
5121
|
}
|
|
4147
5122
|
},
|
|
4148
5123
|
{
|
|
4149
5124
|
"if": {
|
|
4150
|
-
"
|
|
5125
|
+
"pressed": true,
|
|
5126
|
+
"raised": true
|
|
4151
5127
|
},
|
|
4152
5128
|
"tokens": {
|
|
4153
|
-
"
|
|
5129
|
+
"backgroundColor": "{palette.color.greyShuttle}",
|
|
5130
|
+
"borderWidth": "{system.border.zero}"
|
|
4154
5131
|
}
|
|
4155
5132
|
},
|
|
4156
5133
|
{
|
|
4157
5134
|
"if": {
|
|
4158
|
-
"
|
|
5135
|
+
"inactive": true,
|
|
5136
|
+
"password": true
|
|
4159
5137
|
},
|
|
4160
5138
|
"tokens": {
|
|
4161
|
-
"
|
|
5139
|
+
"backgroundColor": "{palette.color.transparent}",
|
|
5140
|
+
"borderWidth": "{system.border.zero}",
|
|
5141
|
+
"iconColor": "{palette.color.greyMystic}",
|
|
5142
|
+
"outerBorderColor": "{palette.color.transparent}"
|
|
4162
5143
|
}
|
|
4163
5144
|
},
|
|
4164
5145
|
{
|
|
4165
5146
|
"if": {
|
|
4166
|
-
"
|
|
5147
|
+
"hover": true,
|
|
5148
|
+
"raised": true
|
|
4167
5149
|
},
|
|
4168
5150
|
"tokens": {
|
|
4169
|
-
"
|
|
5151
|
+
"borderColor": "{palette.color.greyCloud}",
|
|
5152
|
+
"borderWidth": "{palette.border.border3}"
|
|
4170
5153
|
}
|
|
4171
5154
|
},
|
|
4172
5155
|
{
|
|
4173
5156
|
"if": {
|
|
4174
|
-
"
|
|
5157
|
+
"focus": true,
|
|
5158
|
+
"raised": true
|
|
4175
5159
|
},
|
|
4176
5160
|
"tokens": {
|
|
4177
|
-
"
|
|
5161
|
+
"borderColor": "{palette.color.purpleTelus}",
|
|
5162
|
+
"borderWidth": "{palette.border.border3}",
|
|
5163
|
+
"iconColor": "{palette.color.purpleTelus}"
|
|
4178
5164
|
}
|
|
4179
5165
|
},
|
|
4180
5166
|
{
|
|
4181
5167
|
"if": {
|
|
4182
|
-
"
|
|
5168
|
+
"focus": true,
|
|
5169
|
+
"pressed": true,
|
|
5170
|
+
"raised": true
|
|
4183
5171
|
},
|
|
4184
5172
|
"tokens": {
|
|
4185
|
-
"
|
|
5173
|
+
"backgroundColor": "{palette.color.purpleTelus}",
|
|
5174
|
+
"borderWidth": "{system.border.zero}",
|
|
5175
|
+
"iconColor": "{palette.color.white}"
|
|
4186
5176
|
}
|
|
4187
5177
|
},
|
|
4188
5178
|
{
|
|
4189
5179
|
"if": {
|
|
4190
|
-
"
|
|
5180
|
+
"compact": true
|
|
4191
5181
|
},
|
|
4192
5182
|
"tokens": {
|
|
4193
|
-
"
|
|
5183
|
+
"outerBorderGap": "{system.size.zero}"
|
|
4194
5184
|
}
|
|
4195
5185
|
}
|
|
4196
5186
|
],
|
|
4197
5187
|
"tokens": {
|
|
4198
5188
|
"backgroundColor": "{system.color.transparent}",
|
|
4199
|
-
"
|
|
5189
|
+
"borderBottomLeftRadius": "{system.radius.none}",
|
|
5190
|
+
"borderBottomRightRadius": "{system.radius.none}",
|
|
5191
|
+
"borderBottomWidth": "{system.border.none}",
|
|
5192
|
+
"borderColor": "{palette.color.greyShuttle}",
|
|
5193
|
+
"borderLeftWidth": "{system.border.none}",
|
|
5194
|
+
"borderRadius": "{system.radius.round}",
|
|
5195
|
+
"borderRightWidth": "{system.border.none}",
|
|
5196
|
+
"borderTopLeftRadius": "{system.radius.none}",
|
|
5197
|
+
"borderTopRightRadius": "{system.radius.none}",
|
|
5198
|
+
"borderTopWidth": "{system.border.none}",
|
|
5199
|
+
"borderWidth": "{palette.border.border1}",
|
|
5200
|
+
"height": "{system.size.none}",
|
|
5201
|
+
"icon": "{palette.icon.Add}",
|
|
5202
|
+
"iconColor": "{palette.color.greyShuttle}",
|
|
5203
|
+
"iconScale": "{system.iconScale.scale1}",
|
|
5204
|
+
"iconSize": "{palette.size.size16}",
|
|
5205
|
+
"iconTranslateX": "{system.size.zero}",
|
|
5206
|
+
"iconTranslateY": "{system.size.zero}",
|
|
5207
|
+
"outerBorderColor": "{system.color.transparent}",
|
|
5208
|
+
"outerBorderGap": "{system.size.zero}",
|
|
5209
|
+
"outerBorderWidth": "{system.border.none}",
|
|
5210
|
+
"padding": "{palette.size.size4}",
|
|
5211
|
+
"shadow": "{system.shadow.none}",
|
|
5212
|
+
"width": "{system.size.none}"
|
|
5213
|
+
}
|
|
5214
|
+
},
|
|
5215
|
+
"Image": {
|
|
5216
|
+
"appearances": {},
|
|
5217
|
+
"rules": [],
|
|
5218
|
+
"tokens": {
|
|
5219
|
+
"borderRadius": "{system.radius.none}"
|
|
5220
|
+
}
|
|
5221
|
+
},
|
|
5222
|
+
"InputLabel": {
|
|
5223
|
+
"appearances": {},
|
|
5224
|
+
"rules": [],
|
|
5225
|
+
"tokens": {
|
|
4200
5226
|
"color": "{palette.color.greyCharcoal}",
|
|
4201
|
-
"
|
|
4202
|
-
"
|
|
4203
|
-
"
|
|
4204
|
-
"
|
|
4205
|
-
"
|
|
4206
|
-
"
|
|
4207
|
-
"
|
|
5227
|
+
"fontName": "{palette.fontName.HNforTELUSSA}",
|
|
5228
|
+
"fontSize": "{palette.fontSize.size16}",
|
|
5229
|
+
"fontWeight": "{palette.fontWeight.weight700}",
|
|
5230
|
+
"gap": "{palette.size.size8}",
|
|
5231
|
+
"hintColor": "{palette.color.greyCharcoal}",
|
|
5232
|
+
"hintFontName": "{palette.fontName.HNforTELUSSA}",
|
|
5233
|
+
"hintFontSize": "{palette.fontSize.size14}",
|
|
5234
|
+
"hintFontWeight": "{palette.fontWeight.weight400}",
|
|
5235
|
+
"hintLineHeight": "{palette.lineHeight.ratio10to7}",
|
|
5236
|
+
"lineHeight": "{palette.lineHeight.ratio3to2}"
|
|
4208
5237
|
}
|
|
4209
5238
|
},
|
|
4210
|
-
"
|
|
5239
|
+
"InputSupports": {
|
|
5240
|
+
"appearances": {},
|
|
5241
|
+
"rules": [],
|
|
5242
|
+
"tokens": {
|
|
5243
|
+
"space": "{system.integer.1}"
|
|
5244
|
+
}
|
|
5245
|
+
},
|
|
5246
|
+
"Link": {
|
|
4211
5247
|
"appearances": {
|
|
4212
|
-
"
|
|
4213
|
-
"
|
|
4214
|
-
"values": [
|
|
4215
|
-
"add",
|
|
4216
|
-
"close",
|
|
4217
|
-
"expand",
|
|
4218
|
-
"moveDown",
|
|
4219
|
-
"moveLeft",
|
|
4220
|
-
"moveRight",
|
|
4221
|
-
"moveUp",
|
|
4222
|
-
"play",
|
|
4223
|
-
"subtract"
|
|
4224
|
-
]
|
|
4225
|
-
},
|
|
4226
|
-
"compact": {
|
|
4227
|
-
"description": "Without the outer border gap",
|
|
5248
|
+
"alternative": {
|
|
5249
|
+
"description": "Replaces the default green colour with a more subtle grey.",
|
|
4228
5250
|
"type": "variant",
|
|
4229
5251
|
"values": [true]
|
|
4230
5252
|
},
|
|
4231
|
-
"focus": "{appearances.
|
|
4232
|
-
"hover": "{appearances.
|
|
4233
|
-
"
|
|
5253
|
+
"focus": "{appearances.Link.focus}",
|
|
5254
|
+
"hover": "{appearances.Link.hover}",
|
|
5255
|
+
"iconPosition": "{appearances.Link.iconPosition}",
|
|
4234
5256
|
"inverse": {
|
|
4235
|
-
"description": "
|
|
5257
|
+
"description": "Styles the link white for use on dark backgrounds.",
|
|
4236
5258
|
"type": "variant",
|
|
4237
5259
|
"values": [true]
|
|
4238
5260
|
},
|
|
4239
|
-
"
|
|
4240
|
-
"description": "
|
|
5261
|
+
"light": {
|
|
5262
|
+
"description": "A lighter grey variant, used to lower the emphasis on a given Link (e.g. in Breadcrumbs)",
|
|
4241
5263
|
"type": "variant",
|
|
4242
5264
|
"values": [true]
|
|
4243
5265
|
},
|
|
4244
|
-
"pressed": "{appearances.
|
|
4245
|
-
"
|
|
4246
|
-
"description": "
|
|
4247
|
-
"type": "
|
|
4248
|
-
"values": [true]
|
|
5266
|
+
"pressed": "{appearances.Link.pressed}",
|
|
5267
|
+
"quiet": {
|
|
5268
|
+
"description": "When it is true, it does not show the decoration",
|
|
5269
|
+
"type": "state",
|
|
5270
|
+
"values": [true, false]
|
|
4249
5271
|
},
|
|
4250
5272
|
"size": {
|
|
5273
|
+
"description": "Text sizes for block links; similar but not always identical to Typography sizes.",
|
|
4251
5274
|
"type": "variant",
|
|
4252
|
-
"values": ["small", "
|
|
5275
|
+
"values": ["large", "small", "micro"]
|
|
5276
|
+
},
|
|
5277
|
+
"style": {
|
|
5278
|
+
"type": "variant",
|
|
5279
|
+
"values": ["inline", "subtle", "feature", "danger", "inverse"]
|
|
4253
5280
|
}
|
|
4254
5281
|
},
|
|
4255
5282
|
"rules": [
|
|
4256
5283
|
{
|
|
4257
5284
|
"if": {
|
|
4258
|
-
"
|
|
5285
|
+
"iconPosition": "left"
|
|
4259
5286
|
},
|
|
4260
5287
|
"tokens": {
|
|
4261
|
-
"
|
|
5288
|
+
"iconSpace": "{system.integer.2}"
|
|
4262
5289
|
}
|
|
4263
5290
|
},
|
|
4264
5291
|
{
|
|
4265
5292
|
"if": {
|
|
4266
|
-
"
|
|
5293
|
+
"iconPosition": "right"
|
|
4267
5294
|
},
|
|
4268
5295
|
"tokens": {
|
|
4269
|
-
"
|
|
5296
|
+
"iconSpace": "{system.integer.1}"
|
|
4270
5297
|
}
|
|
4271
5298
|
},
|
|
4272
5299
|
{
|
|
4273
5300
|
"if": {
|
|
4274
|
-
"
|
|
5301
|
+
"iconPosition": "inline"
|
|
4275
5302
|
},
|
|
4276
5303
|
"tokens": {
|
|
4277
|
-
"
|
|
5304
|
+
"iconSpace": "{system.integer.2}"
|
|
4278
5305
|
}
|
|
4279
5306
|
},
|
|
4280
5307
|
{
|
|
4281
5308
|
"if": {
|
|
4282
|
-
"
|
|
5309
|
+
"focus": true
|
|
4283
5310
|
},
|
|
4284
5311
|
"tokens": {
|
|
4285
|
-
"
|
|
5312
|
+
"outerBorderColor": "{palette.color.greenAccessible}",
|
|
5313
|
+
"outerBorderOutline": "{system.borderStyle.none}"
|
|
4286
5314
|
}
|
|
4287
5315
|
},
|
|
4288
5316
|
{
|
|
4289
5317
|
"if": {
|
|
4290
|
-
"
|
|
5318
|
+
"hover": true
|
|
4291
5319
|
},
|
|
4292
5320
|
"tokens": {
|
|
4293
|
-
"
|
|
5321
|
+
"color": "{palette.color.greenSanFelix}",
|
|
5322
|
+
"textLine": "{system.textLine.none}"
|
|
4294
5323
|
}
|
|
4295
5324
|
},
|
|
4296
5325
|
{
|
|
4297
5326
|
"if": {
|
|
4298
|
-
"
|
|
5327
|
+
"pressed": true
|
|
4299
5328
|
},
|
|
4300
5329
|
"tokens": {
|
|
4301
|
-
"
|
|
5330
|
+
"color": "{palette.color.greenDarkFern}",
|
|
5331
|
+
"textLine": "{system.textLine.none}"
|
|
4302
5332
|
}
|
|
4303
5333
|
},
|
|
4304
5334
|
{
|
|
4305
5335
|
"if": {
|
|
4306
|
-
"
|
|
5336
|
+
"focus": true,
|
|
5337
|
+
"pressed": true
|
|
4307
5338
|
},
|
|
4308
5339
|
"tokens": {
|
|
4309
|
-
"
|
|
5340
|
+
"outerBorderColor": "{palette.color.greenDarkFern}"
|
|
4310
5341
|
}
|
|
4311
5342
|
},
|
|
4312
5343
|
{
|
|
4313
5344
|
"if": {
|
|
4314
|
-
"
|
|
5345
|
+
"size": "large"
|
|
4315
5346
|
},
|
|
4316
5347
|
"tokens": {
|
|
4317
|
-
"
|
|
5348
|
+
"blockFontSize": "{palette.fontSize.size20}",
|
|
5349
|
+
"blockLineHeight": "{palette.lineHeight.ratio5to4}",
|
|
5350
|
+
"iconSize": "{palette.size.size24}"
|
|
4318
5351
|
}
|
|
4319
5352
|
},
|
|
4320
5353
|
{
|
|
4321
5354
|
"if": {
|
|
4322
|
-
"
|
|
5355
|
+
"size": "small"
|
|
4323
5356
|
},
|
|
4324
5357
|
"tokens": {
|
|
4325
|
-
"
|
|
5358
|
+
"blockFontSize": "{palette.fontSize.size14}",
|
|
5359
|
+
"blockLineHeight": "{palette.lineHeight.ratio1to1}",
|
|
5360
|
+
"iconSize": "{palette.size.size20}"
|
|
4326
5361
|
}
|
|
4327
5362
|
},
|
|
4328
5363
|
{
|
|
4329
5364
|
"if": {
|
|
4330
|
-
"
|
|
5365
|
+
"size": "micro"
|
|
4331
5366
|
},
|
|
4332
5367
|
"tokens": {
|
|
4333
|
-
"
|
|
5368
|
+
"blockFontName": "{palette.fontName.HNforTELUSSA}",
|
|
5369
|
+
"blockFontSize": "{palette.fontSize.size12}",
|
|
5370
|
+
"blockFontWeight": "{palette.fontWeight.weight500}",
|
|
5371
|
+
"blockLineHeight": "{palette.lineHeight.ratio9to8}",
|
|
5372
|
+
"iconSize": "{palette.size.size16}"
|
|
4334
5373
|
}
|
|
4335
5374
|
},
|
|
4336
5375
|
{
|
|
4337
5376
|
"if": {
|
|
4338
|
-
"
|
|
5377
|
+
"alternative": true
|
|
4339
5378
|
},
|
|
4340
5379
|
"tokens": {
|
|
4341
|
-
"
|
|
5380
|
+
"color": "{palette.color.greyThunder}"
|
|
4342
5381
|
}
|
|
4343
5382
|
},
|
|
4344
5383
|
{
|
|
4345
5384
|
"if": {
|
|
4346
|
-
"
|
|
5385
|
+
"alternative": true,
|
|
5386
|
+
"focus": true
|
|
4347
5387
|
},
|
|
4348
5388
|
"tokens": {
|
|
4349
|
-
"
|
|
5389
|
+
"color": "{palette.color.greyCharcoal}",
|
|
5390
|
+
"outerBorderColor": "{palette.color.greyCharcoal}"
|
|
4350
5391
|
}
|
|
4351
5392
|
},
|
|
4352
5393
|
{
|
|
4353
5394
|
"if": {
|
|
4354
|
-
"
|
|
5395
|
+
"alternative": true,
|
|
5396
|
+
"hover": true
|
|
4355
5397
|
},
|
|
4356
5398
|
"tokens": {
|
|
4357
|
-
"
|
|
5399
|
+
"color": "{palette.color.greyThunder}"
|
|
4358
5400
|
}
|
|
4359
5401
|
},
|
|
4360
5402
|
{
|
|
4361
5403
|
"if": {
|
|
4362
|
-
"
|
|
5404
|
+
"alternative": true,
|
|
5405
|
+
"pressed": true
|
|
4363
5406
|
},
|
|
4364
5407
|
"tokens": {
|
|
4365
|
-
"
|
|
5408
|
+
"color": "{palette.color.greyThunder}"
|
|
4366
5409
|
}
|
|
4367
5410
|
},
|
|
4368
5411
|
{
|
|
4369
5412
|
"if": {
|
|
4370
|
-
"
|
|
5413
|
+
"inverse": true
|
|
4371
5414
|
},
|
|
4372
5415
|
"tokens": {
|
|
4373
|
-
"
|
|
5416
|
+
"color": "{palette.color.white}"
|
|
4374
5417
|
}
|
|
4375
5418
|
},
|
|
4376
5419
|
{
|
|
4377
5420
|
"if": {
|
|
4378
|
-
"
|
|
5421
|
+
"hover": true,
|
|
5422
|
+
"inverse": true
|
|
4379
5423
|
},
|
|
4380
5424
|
"tokens": {
|
|
4381
|
-
"
|
|
5425
|
+
"color": "{palette.color.greyAthens}"
|
|
4382
5426
|
}
|
|
4383
5427
|
},
|
|
4384
5428
|
{
|
|
4385
5429
|
"if": {
|
|
4386
|
-
"
|
|
5430
|
+
"focus": true,
|
|
5431
|
+
"inverse": true
|
|
4387
5432
|
},
|
|
4388
5433
|
"tokens": {
|
|
4389
|
-
"
|
|
5434
|
+
"outerBorderColor": "{palette.color.white}",
|
|
5435
|
+
"outerBorderOutline": "{system.borderStyle.none}"
|
|
4390
5436
|
}
|
|
4391
5437
|
},
|
|
4392
5438
|
{
|
|
4393
5439
|
"if": {
|
|
4394
|
-
"
|
|
5440
|
+
"inverse": true,
|
|
5441
|
+
"pressed": true
|
|
4395
5442
|
},
|
|
4396
5443
|
"tokens": {
|
|
4397
|
-
"
|
|
5444
|
+
"color": "{palette.color.greyMystic}"
|
|
4398
5445
|
}
|
|
4399
5446
|
},
|
|
4400
5447
|
{
|
|
4401
5448
|
"if": {
|
|
4402
|
-
"
|
|
5449
|
+
"focus": true,
|
|
5450
|
+
"inverse": true,
|
|
5451
|
+
"pressed": true
|
|
4403
5452
|
},
|
|
4404
5453
|
"tokens": {
|
|
4405
|
-
"
|
|
4406
|
-
"
|
|
5454
|
+
"color": "{palette.color.greyMystic}",
|
|
5455
|
+
"outerBorderColor": "{palette.color.greyMystic}"
|
|
4407
5456
|
}
|
|
4408
5457
|
},
|
|
4409
5458
|
{
|
|
4410
5459
|
"if": {
|
|
4411
|
-
"
|
|
5460
|
+
"light": true
|
|
4412
5461
|
},
|
|
4413
5462
|
"tokens": {
|
|
4414
|
-
"
|
|
4415
|
-
"iconColor": "{palette.color.greyCharcoal}",
|
|
4416
|
-
"iconScale": "{system.iconScale.scale1_10}"
|
|
5463
|
+
"color": "{palette.color.greyShuttle}"
|
|
4417
5464
|
}
|
|
4418
5465
|
},
|
|
4419
5466
|
{
|
|
4420
5467
|
"if": {
|
|
4421
|
-
"
|
|
5468
|
+
"focus": true,
|
|
5469
|
+
"light": true
|
|
4422
5470
|
},
|
|
4423
5471
|
"tokens": {
|
|
4424
|
-
"
|
|
5472
|
+
"color": "{palette.color.greyShuttle}",
|
|
5473
|
+
"outerBorderColor": "{palette.color.greyShuttle}"
|
|
4425
5474
|
}
|
|
4426
5475
|
},
|
|
4427
5476
|
{
|
|
4428
5477
|
"if": {
|
|
4429
5478
|
"hover": true,
|
|
4430
|
-
"
|
|
5479
|
+
"light": true
|
|
4431
5480
|
},
|
|
4432
5481
|
"tokens": {
|
|
4433
|
-
"
|
|
4434
|
-
"
|
|
4435
|
-
"iconColor": "{palette.color.white}"
|
|
5482
|
+
"color": "{palette.color.greyCharcoal}",
|
|
5483
|
+
"textLine": "{system.textLine.none}"
|
|
4436
5484
|
}
|
|
4437
5485
|
},
|
|
4438
5486
|
{
|
|
4439
5487
|
"if": {
|
|
4440
|
-
"
|
|
5488
|
+
"quiet": true
|
|
4441
5489
|
},
|
|
4442
5490
|
"tokens": {
|
|
4443
|
-
"
|
|
5491
|
+
"textLine": "{system.textLine.none}"
|
|
4444
5492
|
}
|
|
4445
5493
|
},
|
|
4446
5494
|
{
|
|
4447
5495
|
"if": {
|
|
4448
|
-
"
|
|
4449
|
-
"
|
|
5496
|
+
"hover": true,
|
|
5497
|
+
"quiet": true
|
|
4450
5498
|
},
|
|
4451
5499
|
"tokens": {
|
|
4452
|
-
"
|
|
5500
|
+
"color": "{palette.color.greenSanFelix}",
|
|
5501
|
+
"textLine": "{system.textLine.underline}"
|
|
4453
5502
|
}
|
|
4454
5503
|
},
|
|
4455
5504
|
{
|
|
4456
5505
|
"if": {
|
|
4457
|
-
"
|
|
4458
|
-
"
|
|
5506
|
+
"focus": true,
|
|
5507
|
+
"quiet": true
|
|
4459
5508
|
},
|
|
4460
5509
|
"tokens": {
|
|
4461
|
-
"
|
|
4462
|
-
"
|
|
5510
|
+
"color": "{palette.color.greenAccessible}",
|
|
5511
|
+
"textLine": "{system.textLine.underline}"
|
|
4463
5512
|
}
|
|
4464
5513
|
},
|
|
4465
5514
|
{
|
|
4466
5515
|
"if": {
|
|
4467
|
-
"
|
|
5516
|
+
"alternative": true,
|
|
5517
|
+
"hover": true,
|
|
5518
|
+
"quiet": true
|
|
4468
5519
|
},
|
|
4469
5520
|
"tokens": {
|
|
4470
|
-
"
|
|
4471
|
-
"
|
|
4472
|
-
"outerBorderWidth": "{palette.border.border1}"
|
|
5521
|
+
"color": "{palette.color.greyThunder}",
|
|
5522
|
+
"textLine": "{system.textLine.underline}"
|
|
4473
5523
|
}
|
|
4474
5524
|
},
|
|
4475
5525
|
{
|
|
4476
5526
|
"if": {
|
|
4477
|
-
"
|
|
4478
|
-
"
|
|
5527
|
+
"hover": true,
|
|
5528
|
+
"inverse": true,
|
|
5529
|
+
"quiet": true
|
|
4479
5530
|
},
|
|
4480
5531
|
"tokens": {
|
|
4481
|
-
"
|
|
4482
|
-
"
|
|
4483
|
-
"outerBorderWidth": "{palette.border.none}"
|
|
5532
|
+
"color": "{palette.color.greyAthens}",
|
|
5533
|
+
"textLine": "{system.textLine.underline}"
|
|
4484
5534
|
}
|
|
4485
5535
|
},
|
|
4486
5536
|
{
|
|
4487
5537
|
"if": {
|
|
4488
|
-
"
|
|
4489
|
-
"
|
|
5538
|
+
"hover": true,
|
|
5539
|
+
"light": true,
|
|
5540
|
+
"quiet": true
|
|
4490
5541
|
},
|
|
4491
5542
|
"tokens": {
|
|
4492
|
-
"
|
|
4493
|
-
"
|
|
4494
|
-
"iconColor": "{palette.color.white}",
|
|
4495
|
-
"outerBorderColor": "{palette.color.white}",
|
|
4496
|
-
"outerBorderWidth": "{palette.border.border1}"
|
|
5543
|
+
"color": "{palette.color.greyCharcoal}",
|
|
5544
|
+
"textLine": "{system.textLine.underline}"
|
|
4497
5545
|
}
|
|
4498
5546
|
},
|
|
4499
5547
|
{
|
|
4500
5548
|
"if": {
|
|
4501
|
-
"
|
|
5549
|
+
"style": "inline"
|
|
4502
5550
|
},
|
|
4503
5551
|
"tokens": {
|
|
4504
|
-
"
|
|
4505
|
-
"borderColor": "{palette.color.white}",
|
|
4506
|
-
"iconColor": "{palette.color.white}",
|
|
4507
|
-
"outerBorderGap": "{palette.size.size4}"
|
|
5552
|
+
"color": "{palette.color.greyCharcoal}"
|
|
4508
5553
|
}
|
|
4509
5554
|
},
|
|
4510
5555
|
{
|
|
4511
5556
|
"if": {
|
|
4512
|
-
"
|
|
4513
|
-
"
|
|
5557
|
+
"focus": true,
|
|
5558
|
+
"style": "inline"
|
|
4514
5559
|
},
|
|
4515
5560
|
"tokens": {
|
|
4516
|
-
"
|
|
4517
|
-
"
|
|
4518
|
-
"
|
|
4519
|
-
"outerBorderGap": "{system.size.zero}"
|
|
5561
|
+
"color": "{palette.color.greyCharcoal}",
|
|
5562
|
+
"outerBorderColor": "{palette.color.greyCharcoal}",
|
|
5563
|
+
"outerBorderOutline": "{system.borderStyle.none}"
|
|
4520
5564
|
}
|
|
4521
5565
|
},
|
|
4522
5566
|
{
|
|
4523
5567
|
"if": {
|
|
4524
|
-
"
|
|
4525
|
-
"
|
|
5568
|
+
"hover": true,
|
|
5569
|
+
"style": "inline"
|
|
4526
5570
|
},
|
|
4527
5571
|
"tokens": {
|
|
4528
|
-
"
|
|
4529
|
-
"
|
|
4530
|
-
"iconColor": "{palette.color.white}",
|
|
4531
|
-
"outerBorderWidth": "{system.border.zero}"
|
|
5572
|
+
"color": "{palette.color.greyThunder}",
|
|
5573
|
+
"textLine": "{system.textLine.none}"
|
|
4532
5574
|
}
|
|
4533
5575
|
},
|
|
4534
5576
|
{
|
|
4535
5577
|
"if": {
|
|
4536
|
-
"
|
|
5578
|
+
"pressed": true,
|
|
5579
|
+
"style": "inline"
|
|
4537
5580
|
},
|
|
4538
5581
|
"tokens": {
|
|
4539
|
-
"
|
|
4540
|
-
"
|
|
5582
|
+
"color": "{palette.color.greyThunder}",
|
|
5583
|
+
"textLine": "{system.textLine.none}"
|
|
4541
5584
|
}
|
|
4542
5585
|
},
|
|
4543
5586
|
{
|
|
4544
5587
|
"if": {
|
|
4545
|
-
"
|
|
5588
|
+
"focus": true,
|
|
5589
|
+
"pressed": true,
|
|
5590
|
+
"style": "inline"
|
|
4546
5591
|
},
|
|
4547
5592
|
"tokens": {
|
|
4548
|
-
"
|
|
4549
|
-
"padding": "{palette.size.size4}"
|
|
5593
|
+
"outerBorderColor": "{palette.color.greyThunder}"
|
|
4550
5594
|
}
|
|
4551
5595
|
},
|
|
4552
5596
|
{
|
|
4553
|
-
"description": "Raised IconButtons follow different design patterns to other variants",
|
|
4554
5597
|
"if": {
|
|
4555
|
-
"
|
|
5598
|
+
"style": "subtle"
|
|
4556
5599
|
},
|
|
4557
5600
|
"tokens": {
|
|
4558
|
-
"
|
|
4559
|
-
"borderColor": "{palette.color.greyCloud}",
|
|
4560
|
-
"borderWidth": "{palette.border.border1}",
|
|
4561
|
-
"iconSize": "{palette.size.size16}",
|
|
4562
|
-
"outerBorderColor": "{system.color.transparent}",
|
|
4563
|
-
"outerBorderGap": "{system.size.zero}",
|
|
4564
|
-
"outerBorderWidth": "{system.border.zero}",
|
|
4565
|
-
"padding": "{palette.size.size8}",
|
|
4566
|
-
"shadow": "{palette.shadow.surfaceRaised}"
|
|
5601
|
+
"color": "{palette.color.greyShuttle}"
|
|
4567
5602
|
}
|
|
4568
5603
|
},
|
|
4569
5604
|
{
|
|
4570
5605
|
"if": {
|
|
4571
|
-
"
|
|
4572
|
-
"
|
|
5606
|
+
"focus": true,
|
|
5607
|
+
"style": "subtle"
|
|
4573
5608
|
},
|
|
4574
5609
|
"tokens": {
|
|
4575
|
-
"
|
|
4576
|
-
"
|
|
5610
|
+
"color": "{palette.color.greyShuttle}",
|
|
5611
|
+
"outerBorderColor": "{palette.color.greyShuttle}",
|
|
5612
|
+
"outerBorderOutline": "{system.borderStyle.none}"
|
|
4577
5613
|
}
|
|
4578
5614
|
},
|
|
4579
5615
|
{
|
|
4580
5616
|
"if": {
|
|
4581
|
-
"
|
|
4582
|
-
"
|
|
5617
|
+
"hover": true,
|
|
5618
|
+
"style": "subtle"
|
|
4583
5619
|
},
|
|
4584
5620
|
"tokens": {
|
|
4585
|
-
"
|
|
5621
|
+
"color": "{palette.color.greyThunder}",
|
|
5622
|
+
"textLine": "{system.textLine.none}"
|
|
4586
5623
|
}
|
|
4587
5624
|
},
|
|
4588
5625
|
{
|
|
4589
5626
|
"if": {
|
|
4590
5627
|
"pressed": true,
|
|
4591
|
-
"
|
|
5628
|
+
"style": "subtle"
|
|
4592
5629
|
},
|
|
4593
5630
|
"tokens": {
|
|
4594
|
-
"
|
|
4595
|
-
"
|
|
5631
|
+
"color": "{palette.color.greyThunder}",
|
|
5632
|
+
"textLine": "{system.textLine.none}"
|
|
4596
5633
|
}
|
|
4597
5634
|
},
|
|
4598
5635
|
{
|
|
4599
5636
|
"if": {
|
|
4600
|
-
"
|
|
4601
|
-
"
|
|
5637
|
+
"focus": true,
|
|
5638
|
+
"pressed": true,
|
|
5639
|
+
"style": "subtle"
|
|
4602
5640
|
},
|
|
4603
5641
|
"tokens": {
|
|
4604
|
-
"
|
|
4605
|
-
"borderWidth": "{system.border.zero}",
|
|
4606
|
-
"iconColor": "{palette.color.greyMystic}",
|
|
4607
|
-
"outerBorderColor": "{palette.color.transparent}"
|
|
5642
|
+
"outerBorderColor": "{palette.color.greyThunder}"
|
|
4608
5643
|
}
|
|
4609
5644
|
},
|
|
4610
5645
|
{
|
|
4611
5646
|
"if": {
|
|
4612
|
-
"
|
|
4613
|
-
"raised": true
|
|
5647
|
+
"style": "feature"
|
|
4614
5648
|
},
|
|
4615
5649
|
"tokens": {
|
|
4616
|
-
"
|
|
4617
|
-
"borderWidth": "{palette.border.border3}"
|
|
5650
|
+
"color": "{palette.color.greenAccessible}"
|
|
4618
5651
|
}
|
|
4619
5652
|
},
|
|
4620
5653
|
{
|
|
4621
5654
|
"if": {
|
|
4622
5655
|
"focus": true,
|
|
4623
|
-
"
|
|
5656
|
+
"style": "feature"
|
|
4624
5657
|
},
|
|
4625
5658
|
"tokens": {
|
|
4626
|
-
"
|
|
4627
|
-
"
|
|
4628
|
-
"
|
|
5659
|
+
"color": "{palette.color.greenAccessible}",
|
|
5660
|
+
"outerBorderColor": "{palette.color.greenAccessible}",
|
|
5661
|
+
"outerBorderOutline": "{system.borderStyle.none}"
|
|
4629
5662
|
}
|
|
4630
5663
|
},
|
|
4631
5664
|
{
|
|
4632
5665
|
"if": {
|
|
4633
|
-
"
|
|
4634
|
-
"
|
|
4635
|
-
"raised": true
|
|
5666
|
+
"hover": true,
|
|
5667
|
+
"style": "feature"
|
|
4636
5668
|
},
|
|
4637
5669
|
"tokens": {
|
|
4638
|
-
"
|
|
4639
|
-
"
|
|
4640
|
-
"iconColor": "{palette.color.white}"
|
|
5670
|
+
"color": "{palette.color.greenSanFelix}",
|
|
5671
|
+
"textLine": "{system.textLine.none}"
|
|
4641
5672
|
}
|
|
4642
5673
|
},
|
|
4643
5674
|
{
|
|
4644
5675
|
"if": {
|
|
4645
|
-
"
|
|
5676
|
+
"pressed": true,
|
|
5677
|
+
"style": "feature"
|
|
4646
5678
|
},
|
|
4647
5679
|
"tokens": {
|
|
4648
|
-
"
|
|
5680
|
+
"color": "{palette.color.greenDarkFern}",
|
|
5681
|
+
"textLine": "{system.textLine.none}"
|
|
4649
5682
|
}
|
|
4650
|
-
}
|
|
4651
|
-
],
|
|
4652
|
-
"tokens": {
|
|
4653
|
-
"backgroundColor": "{system.color.transparent}",
|
|
4654
|
-
"borderBottomLeftRadius": "{system.radius.none}",
|
|
4655
|
-
"borderBottomRightRadius": "{system.radius.none}",
|
|
4656
|
-
"borderBottomWidth": "{system.border.none}",
|
|
4657
|
-
"borderColor": "{palette.color.greyShuttle}",
|
|
4658
|
-
"borderLeftWidth": "{system.border.none}",
|
|
4659
|
-
"borderRadius": "{system.radius.round}",
|
|
4660
|
-
"borderRightWidth": "{system.border.none}",
|
|
4661
|
-
"borderTopLeftRadius": "{system.radius.none}",
|
|
4662
|
-
"borderTopRightRadius": "{system.radius.none}",
|
|
4663
|
-
"borderTopWidth": "{system.border.none}",
|
|
4664
|
-
"borderWidth": "{palette.border.border1}",
|
|
4665
|
-
"height": "{system.size.none}",
|
|
4666
|
-
"icon": "{palette.icon.Add}",
|
|
4667
|
-
"iconColor": "{palette.color.greyShuttle}",
|
|
4668
|
-
"iconScale": "{system.iconScale.scale1}",
|
|
4669
|
-
"iconSize": "{palette.size.size16}",
|
|
4670
|
-
"iconTranslateX": "{system.size.zero}",
|
|
4671
|
-
"iconTranslateY": "{system.size.zero}",
|
|
4672
|
-
"outerBorderColor": "{system.color.transparent}",
|
|
4673
|
-
"outerBorderGap": "{system.size.zero}",
|
|
4674
|
-
"outerBorderWidth": "{system.border.none}",
|
|
4675
|
-
"padding": "{palette.size.size4}",
|
|
4676
|
-
"shadow": "{system.shadow.none}",
|
|
4677
|
-
"width": "{system.size.none}"
|
|
4678
|
-
}
|
|
4679
|
-
},
|
|
4680
|
-
"Image": {
|
|
4681
|
-
"appearances": {},
|
|
4682
|
-
"rules": [],
|
|
4683
|
-
"tokens": {
|
|
4684
|
-
"borderRadius": "{system.radius.none}"
|
|
4685
|
-
}
|
|
4686
|
-
},
|
|
4687
|
-
"InputLabel": {
|
|
4688
|
-
"appearances": {},
|
|
4689
|
-
"rules": [],
|
|
4690
|
-
"tokens": {
|
|
4691
|
-
"color": "{palette.color.greyCharcoal}",
|
|
4692
|
-
"fontName": "{palette.fontName.HNforTELUSSA}",
|
|
4693
|
-
"fontSize": "{palette.fontSize.size16}",
|
|
4694
|
-
"fontWeight": "{palette.fontWeight.weight700}",
|
|
4695
|
-
"gap": "{palette.size.size8}",
|
|
4696
|
-
"hintColor": "{palette.color.greyCharcoal}",
|
|
4697
|
-
"hintFontName": "{palette.fontName.HNforTELUSSA}",
|
|
4698
|
-
"hintFontSize": "{palette.fontSize.size14}",
|
|
4699
|
-
"hintFontWeight": "{palette.fontWeight.weight400}",
|
|
4700
|
-
"hintLineHeight": "{palette.lineHeight.ratio10to7}",
|
|
4701
|
-
"lineHeight": "{palette.lineHeight.ratio3to2}"
|
|
4702
|
-
}
|
|
4703
|
-
},
|
|
4704
|
-
"InputSupports": {
|
|
4705
|
-
"appearances": {},
|
|
4706
|
-
"rules": [],
|
|
4707
|
-
"tokens": {
|
|
4708
|
-
"space": "{system.integer.1}"
|
|
4709
|
-
}
|
|
4710
|
-
},
|
|
4711
|
-
"Link": {
|
|
4712
|
-
"appearances": {
|
|
4713
|
-
"alternative": {
|
|
4714
|
-
"description": "Replaces the default green colour with a more subtle grey.",
|
|
4715
|
-
"type": "variant",
|
|
4716
|
-
"values": [true]
|
|
4717
5683
|
},
|
|
4718
|
-
|
|
4719
|
-
|
|
4720
|
-
|
|
4721
|
-
|
|
4722
|
-
|
|
4723
|
-
|
|
4724
|
-
"
|
|
5684
|
+
{
|
|
5685
|
+
"if": {
|
|
5686
|
+
"focus": true,
|
|
5687
|
+
"pressed": true,
|
|
5688
|
+
"style": "feature"
|
|
5689
|
+
},
|
|
5690
|
+
"tokens": {
|
|
5691
|
+
"outerBorderColor": "{palette.color.greenDarkFern}"
|
|
5692
|
+
}
|
|
4725
5693
|
},
|
|
4726
|
-
|
|
4727
|
-
"
|
|
4728
|
-
|
|
4729
|
-
|
|
5694
|
+
{
|
|
5695
|
+
"if": {
|
|
5696
|
+
"style": "danger"
|
|
5697
|
+
},
|
|
5698
|
+
"tokens": {
|
|
5699
|
+
"color": "{palette.color.redDark}"
|
|
5700
|
+
}
|
|
4730
5701
|
},
|
|
4731
|
-
|
|
4732
|
-
|
|
4733
|
-
|
|
4734
|
-
|
|
4735
|
-
|
|
5702
|
+
{
|
|
5703
|
+
"if": {
|
|
5704
|
+
"focus": true,
|
|
5705
|
+
"style": "danger"
|
|
5706
|
+
},
|
|
5707
|
+
"tokens": {
|
|
5708
|
+
"color": "{palette.color.redDark}",
|
|
5709
|
+
"outerBorderColor": "{palette.color.redDark}",
|
|
5710
|
+
"outerBorderOutline": "{system.borderStyle.none}"
|
|
5711
|
+
}
|
|
4736
5712
|
},
|
|
4737
|
-
"size": {
|
|
4738
|
-
"description": "Text sizes for block links; similar but not always identical to Typography sizes.",
|
|
4739
|
-
"type": "variant",
|
|
4740
|
-
"values": ["large", "small", "micro"]
|
|
4741
|
-
}
|
|
4742
|
-
},
|
|
4743
|
-
"rules": [
|
|
4744
5713
|
{
|
|
4745
5714
|
"if": {
|
|
4746
|
-
"
|
|
5715
|
+
"hover": true,
|
|
5716
|
+
"style": "danger"
|
|
4747
5717
|
},
|
|
4748
5718
|
"tokens": {
|
|
4749
|
-
"
|
|
5719
|
+
"color": "{palette.color.redDarker}",
|
|
5720
|
+
"textLine": "{system.textLine.none}"
|
|
4750
5721
|
}
|
|
4751
5722
|
},
|
|
4752
5723
|
{
|
|
4753
5724
|
"if": {
|
|
4754
|
-
"
|
|
5725
|
+
"pressed": true,
|
|
5726
|
+
"style": "danger"
|
|
4755
5727
|
},
|
|
4756
5728
|
"tokens": {
|
|
4757
|
-
"
|
|
5729
|
+
"color": "{palette.color.greyThunder}",
|
|
5730
|
+
"textLine": "{system.textLine.none}"
|
|
4758
5731
|
}
|
|
4759
5732
|
},
|
|
4760
5733
|
{
|
|
4761
5734
|
"if": {
|
|
4762
|
-
"
|
|
5735
|
+
"focus": true,
|
|
5736
|
+
"pressed": true,
|
|
5737
|
+
"style": "danger"
|
|
4763
5738
|
},
|
|
4764
5739
|
"tokens": {
|
|
4765
|
-
"
|
|
5740
|
+
"outerBorderColor": "{palette.color.greyThunder}"
|
|
4766
5741
|
}
|
|
4767
5742
|
},
|
|
4768
5743
|
{
|
|
4769
5744
|
"if": {
|
|
4770
|
-
"
|
|
5745
|
+
"style": "inverse"
|
|
4771
5746
|
},
|
|
4772
5747
|
"tokens": {
|
|
4773
|
-
"
|
|
5748
|
+
"color": "{palette.color.white}"
|
|
5749
|
+
}
|
|
5750
|
+
},
|
|
5751
|
+
{
|
|
5752
|
+
"if": {
|
|
5753
|
+
"focus": true,
|
|
5754
|
+
"style": "inverse"
|
|
5755
|
+
},
|
|
5756
|
+
"tokens": {
|
|
5757
|
+
"color": "{palette.color.white}",
|
|
5758
|
+
"outerBorderColor": "{palette.color.white}",
|
|
4774
5759
|
"outerBorderOutline": "{system.borderStyle.none}"
|
|
4775
5760
|
}
|
|
4776
5761
|
},
|
|
4777
5762
|
{
|
|
4778
5763
|
"if": {
|
|
4779
|
-
"hover": true
|
|
5764
|
+
"hover": true,
|
|
5765
|
+
"style": "inverse"
|
|
4780
5766
|
},
|
|
4781
5767
|
"tokens": {
|
|
4782
|
-
"color": "{palette.color.
|
|
5768
|
+
"color": "{palette.color.greyAthens}",
|
|
4783
5769
|
"textLine": "{system.textLine.none}"
|
|
4784
5770
|
}
|
|
4785
5771
|
},
|
|
4786
5772
|
{
|
|
4787
5773
|
"if": {
|
|
4788
|
-
"pressed": true
|
|
5774
|
+
"pressed": true,
|
|
5775
|
+
"style": "inverse"
|
|
4789
5776
|
},
|
|
4790
5777
|
"tokens": {
|
|
4791
|
-
"color": "{palette.color.
|
|
5778
|
+
"color": "{palette.color.greyCloud}",
|
|
4792
5779
|
"textLine": "{system.textLine.none}"
|
|
4793
5780
|
}
|
|
4794
5781
|
},
|
|
4795
5782
|
{
|
|
4796
5783
|
"if": {
|
|
4797
5784
|
"focus": true,
|
|
4798
|
-
"pressed": true
|
|
5785
|
+
"pressed": true,
|
|
5786
|
+
"style": "inverse"
|
|
4799
5787
|
},
|
|
4800
5788
|
"tokens": {
|
|
4801
|
-
"outerBorderColor": "{palette.color.
|
|
5789
|
+
"outerBorderColor": "{palette.color.greyCloud}"
|
|
4802
5790
|
}
|
|
4803
5791
|
},
|
|
4804
5792
|
{
|
|
4805
5793
|
"if": {
|
|
4806
|
-
"
|
|
5794
|
+
"quiet": true,
|
|
5795
|
+
"style": "inline"
|
|
4807
5796
|
},
|
|
4808
5797
|
"tokens": {
|
|
4809
|
-
"
|
|
4810
|
-
"
|
|
4811
|
-
"iconSize": "{palette.size.size24}"
|
|
5798
|
+
"color": "{palette.color.greyCharcoal}",
|
|
5799
|
+
"textLine": "{system.textLine.none}"
|
|
4812
5800
|
}
|
|
4813
5801
|
},
|
|
4814
5802
|
{
|
|
4815
5803
|
"if": {
|
|
4816
|
-
"
|
|
5804
|
+
"focus": true,
|
|
5805
|
+
"quiet": true,
|
|
5806
|
+
"style": "inline"
|
|
4817
5807
|
},
|
|
4818
5808
|
"tokens": {
|
|
4819
|
-
"
|
|
4820
|
-
"
|
|
4821
|
-
"
|
|
5809
|
+
"color": "{palette.color.greyCharcoal}",
|
|
5810
|
+
"outerBorderColor": "{palette.color.greyCharcoal}",
|
|
5811
|
+
"outerBorderOutline": "{system.borderStyle.none}",
|
|
5812
|
+
"textLine": "{system.textLine.underline}"
|
|
4822
5813
|
}
|
|
4823
5814
|
},
|
|
4824
5815
|
{
|
|
4825
5816
|
"if": {
|
|
4826
|
-
"
|
|
5817
|
+
"hover": true,
|
|
5818
|
+
"quiet": true,
|
|
5819
|
+
"style": "inline"
|
|
4827
5820
|
},
|
|
4828
5821
|
"tokens": {
|
|
4829
|
-
"
|
|
4830
|
-
"
|
|
4831
|
-
"blockFontWeight": "{palette.fontWeight.weight500}",
|
|
4832
|
-
"blockLineHeight": "{palette.lineHeight.ratio9to8}",
|
|
4833
|
-
"iconSize": "{palette.size.size16}"
|
|
5822
|
+
"color": "{palette.color.greyThunder}",
|
|
5823
|
+
"textLine": "{system.textLine.underline}"
|
|
4834
5824
|
}
|
|
4835
5825
|
},
|
|
4836
5826
|
{
|
|
4837
5827
|
"if": {
|
|
4838
|
-
"
|
|
5828
|
+
"pressed": true,
|
|
5829
|
+
"quiet": true,
|
|
5830
|
+
"style": "inline"
|
|
4839
5831
|
},
|
|
4840
5832
|
"tokens": {
|
|
4841
5833
|
"color": "{palette.color.greyThunder}"
|
|
@@ -4843,141 +5835,208 @@
|
|
|
4843
5835
|
},
|
|
4844
5836
|
{
|
|
4845
5837
|
"if": {
|
|
4846
|
-
"
|
|
4847
|
-
"
|
|
5838
|
+
"focus": true,
|
|
5839
|
+
"pressed": true,
|
|
5840
|
+
"quiet": true,
|
|
5841
|
+
"style": "inline"
|
|
4848
5842
|
},
|
|
4849
5843
|
"tokens": {
|
|
4850
|
-
"
|
|
4851
|
-
"outerBorderColor": "{palette.color.greyCharcoal}"
|
|
5844
|
+
"outerBorderColor": "{palette.color.greyThunder}"
|
|
4852
5845
|
}
|
|
4853
5846
|
},
|
|
4854
5847
|
{
|
|
4855
5848
|
"if": {
|
|
4856
|
-
"
|
|
4857
|
-
"
|
|
5849
|
+
"quiet": true,
|
|
5850
|
+
"style": "subtle"
|
|
4858
5851
|
},
|
|
4859
5852
|
"tokens": {
|
|
4860
|
-
"color": "{palette.color.
|
|
5853
|
+
"color": "{palette.color.greyShuttle}",
|
|
5854
|
+
"textLine": "{system.textLine.none}"
|
|
4861
5855
|
}
|
|
4862
5856
|
},
|
|
4863
5857
|
{
|
|
4864
5858
|
"if": {
|
|
4865
|
-
"
|
|
4866
|
-
"
|
|
5859
|
+
"focus": true,
|
|
5860
|
+
"quiet": true,
|
|
5861
|
+
"style": "subtle"
|
|
4867
5862
|
},
|
|
4868
5863
|
"tokens": {
|
|
4869
|
-
"color": "{palette.color.
|
|
5864
|
+
"color": "{palette.color.greyShuttle}",
|
|
5865
|
+
"outerBorderColor": "{palette.color.greyShuttle}",
|
|
5866
|
+
"outerBorderOutline": "{system.borderStyle.none}",
|
|
5867
|
+
"textLine": "{system.textLine.underline}"
|
|
4870
5868
|
}
|
|
4871
5869
|
},
|
|
4872
5870
|
{
|
|
4873
5871
|
"if": {
|
|
4874
|
-
"
|
|
5872
|
+
"hover": true,
|
|
5873
|
+
"quiet": true,
|
|
5874
|
+
"style": "subtle"
|
|
4875
5875
|
},
|
|
4876
5876
|
"tokens": {
|
|
4877
|
-
"color": "{palette.color.
|
|
5877
|
+
"color": "{palette.color.greyThunder}",
|
|
5878
|
+
"textLine": "{system.textLine.underline}"
|
|
4878
5879
|
}
|
|
4879
5880
|
},
|
|
4880
5881
|
{
|
|
4881
5882
|
"if": {
|
|
4882
|
-
"
|
|
4883
|
-
"
|
|
5883
|
+
"pressed": true,
|
|
5884
|
+
"quiet": true,
|
|
5885
|
+
"style": "subtle"
|
|
4884
5886
|
},
|
|
4885
5887
|
"tokens": {
|
|
4886
|
-
"color": "{palette.color.
|
|
5888
|
+
"color": "{palette.color.greyThunder}"
|
|
4887
5889
|
}
|
|
4888
5890
|
},
|
|
4889
5891
|
{
|
|
4890
5892
|
"if": {
|
|
4891
5893
|
"focus": true,
|
|
4892
|
-
"
|
|
5894
|
+
"pressed": true,
|
|
5895
|
+
"quiet": true,
|
|
5896
|
+
"style": "subtle"
|
|
4893
5897
|
},
|
|
4894
5898
|
"tokens": {
|
|
4895
|
-
"outerBorderColor": "{palette.color.
|
|
4896
|
-
"outerBorderOutline": "{system.borderStyle.none}"
|
|
5899
|
+
"outerBorderColor": "{palette.color.greyThunder}"
|
|
4897
5900
|
}
|
|
4898
5901
|
},
|
|
4899
5902
|
{
|
|
4900
5903
|
"if": {
|
|
4901
|
-
"
|
|
4902
|
-
"
|
|
5904
|
+
"quiet": true,
|
|
5905
|
+
"style": "feature"
|
|
4903
5906
|
},
|
|
4904
5907
|
"tokens": {
|
|
4905
|
-
"color": "{palette.color.
|
|
5908
|
+
"color": "{palette.color.greenAccessible}",
|
|
5909
|
+
"textLine": "{system.textLine.none}"
|
|
4906
5910
|
}
|
|
4907
5911
|
},
|
|
4908
5912
|
{
|
|
4909
5913
|
"if": {
|
|
4910
5914
|
"focus": true,
|
|
4911
|
-
"
|
|
4912
|
-
"
|
|
5915
|
+
"quiet": true,
|
|
5916
|
+
"style": "feature"
|
|
4913
5917
|
},
|
|
4914
5918
|
"tokens": {
|
|
4915
|
-
"color": "{palette.color.
|
|
4916
|
-
"outerBorderColor": "{palette.color.
|
|
5919
|
+
"color": "{palette.color.greenAccessible}",
|
|
5920
|
+
"outerBorderColor": "{palette.color.greenAccessible}",
|
|
5921
|
+
"outerBorderOutline": "{system.borderStyle.none}",
|
|
5922
|
+
"textLine": "{system.textLine.underline}"
|
|
4917
5923
|
}
|
|
4918
5924
|
},
|
|
4919
5925
|
{
|
|
4920
5926
|
"if": {
|
|
4921
|
-
"
|
|
5927
|
+
"hover": true,
|
|
5928
|
+
"quiet": true,
|
|
5929
|
+
"style": "feature"
|
|
4922
5930
|
},
|
|
4923
5931
|
"tokens": {
|
|
4924
|
-
"color": "{palette.color.
|
|
5932
|
+
"color": "{palette.color.greenSanFelix}",
|
|
5933
|
+
"textLine": "{system.textLine.underline}"
|
|
5934
|
+
}
|
|
5935
|
+
},
|
|
5936
|
+
{
|
|
5937
|
+
"if": {
|
|
5938
|
+
"pressed": true,
|
|
5939
|
+
"quiet": true,
|
|
5940
|
+
"style": "feature"
|
|
5941
|
+
},
|
|
5942
|
+
"tokens": {
|
|
5943
|
+
"color": "{palette.color.greenDarkFern}"
|
|
4925
5944
|
}
|
|
4926
5945
|
},
|
|
4927
5946
|
{
|
|
4928
5947
|
"if": {
|
|
4929
5948
|
"focus": true,
|
|
4930
|
-
"
|
|
5949
|
+
"pressed": true,
|
|
5950
|
+
"quiet": true,
|
|
5951
|
+
"style": "feature"
|
|
4931
5952
|
},
|
|
4932
5953
|
"tokens": {
|
|
4933
|
-
"
|
|
4934
|
-
"outerBorderColor": "{palette.color.greyShuttle}"
|
|
5954
|
+
"outerBorderColor": "{palette.color.greenDarkFern}"
|
|
4935
5955
|
}
|
|
4936
5956
|
},
|
|
4937
5957
|
{
|
|
4938
5958
|
"if": {
|
|
4939
|
-
"
|
|
4940
|
-
"
|
|
5959
|
+
"quiet": true,
|
|
5960
|
+
"style": "danger"
|
|
4941
5961
|
},
|
|
4942
5962
|
"tokens": {
|
|
4943
|
-
"color": "{palette.color.
|
|
5963
|
+
"color": "{palette.color.redDark}",
|
|
4944
5964
|
"textLine": "{system.textLine.none}"
|
|
4945
5965
|
}
|
|
4946
5966
|
},
|
|
4947
5967
|
{
|
|
4948
5968
|
"if": {
|
|
4949
|
-
"
|
|
5969
|
+
"focus": true,
|
|
5970
|
+
"quiet": true,
|
|
5971
|
+
"style": "danger"
|
|
4950
5972
|
},
|
|
4951
5973
|
"tokens": {
|
|
4952
|
-
"
|
|
5974
|
+
"color": "{palette.color.redDark}",
|
|
5975
|
+
"outerBorderColor": "{palette.color.redDark}",
|
|
5976
|
+
"outerBorderOutline": "{system.borderStyle.none}",
|
|
5977
|
+
"textLine": "{system.textLine.underline}"
|
|
4953
5978
|
}
|
|
4954
5979
|
},
|
|
4955
5980
|
{
|
|
4956
5981
|
"if": {
|
|
4957
5982
|
"hover": true,
|
|
4958
|
-
"quiet": true
|
|
5983
|
+
"quiet": true,
|
|
5984
|
+
"style": "danger"
|
|
4959
5985
|
},
|
|
4960
5986
|
"tokens": {
|
|
4961
|
-
"color": "{palette.color.
|
|
5987
|
+
"color": "{palette.color.redDarker}",
|
|
4962
5988
|
"textLine": "{system.textLine.underline}"
|
|
4963
5989
|
}
|
|
4964
5990
|
},
|
|
4965
5991
|
{
|
|
4966
5992
|
"if": {
|
|
4967
|
-
"
|
|
4968
|
-
"
|
|
4969
|
-
"
|
|
5993
|
+
"pressed": true,
|
|
5994
|
+
"quiet": true,
|
|
5995
|
+
"style": "danger"
|
|
4970
5996
|
},
|
|
4971
5997
|
"tokens": {
|
|
4972
|
-
"color": "{palette.color.greyThunder}"
|
|
5998
|
+
"color": "{palette.color.greyThunder}"
|
|
5999
|
+
}
|
|
6000
|
+
},
|
|
6001
|
+
{
|
|
6002
|
+
"if": {
|
|
6003
|
+
"focus": true,
|
|
6004
|
+
"pressed": true,
|
|
6005
|
+
"quiet": true,
|
|
6006
|
+
"style": "danger"
|
|
6007
|
+
},
|
|
6008
|
+
"tokens": {
|
|
6009
|
+
"outerBorderColor": "{palette.color.greyThunder}"
|
|
6010
|
+
}
|
|
6011
|
+
},
|
|
6012
|
+
{
|
|
6013
|
+
"if": {
|
|
6014
|
+
"quiet": true,
|
|
6015
|
+
"style": "inverse"
|
|
6016
|
+
},
|
|
6017
|
+
"tokens": {
|
|
6018
|
+
"color": "{palette.color.white}",
|
|
6019
|
+
"textLine": "{system.textLine.none}"
|
|
6020
|
+
}
|
|
6021
|
+
},
|
|
6022
|
+
{
|
|
6023
|
+
"if": {
|
|
6024
|
+
"focus": true,
|
|
6025
|
+
"quiet": true,
|
|
6026
|
+
"style": "inverse"
|
|
6027
|
+
},
|
|
6028
|
+
"tokens": {
|
|
6029
|
+
"color": "{palette.color.white}",
|
|
6030
|
+
"outerBorderColor": "{palette.color.white}",
|
|
6031
|
+
"outerBorderOutline": "{system.borderStyle.none}",
|
|
4973
6032
|
"textLine": "{system.textLine.underline}"
|
|
4974
6033
|
}
|
|
4975
6034
|
},
|
|
4976
6035
|
{
|
|
4977
6036
|
"if": {
|
|
4978
6037
|
"hover": true,
|
|
4979
|
-
"
|
|
4980
|
-
"
|
|
6038
|
+
"quiet": true,
|
|
6039
|
+
"style": "inverse"
|
|
4981
6040
|
},
|
|
4982
6041
|
"tokens": {
|
|
4983
6042
|
"color": "{palette.color.greyAthens}",
|
|
@@ -4986,13 +6045,23 @@
|
|
|
4986
6045
|
},
|
|
4987
6046
|
{
|
|
4988
6047
|
"if": {
|
|
4989
|
-
"
|
|
4990
|
-
"
|
|
4991
|
-
"
|
|
6048
|
+
"pressed": true,
|
|
6049
|
+
"quiet": true,
|
|
6050
|
+
"style": "inverse"
|
|
4992
6051
|
},
|
|
4993
6052
|
"tokens": {
|
|
4994
|
-
"color": "{palette.color.
|
|
4995
|
-
|
|
6053
|
+
"color": "{palette.color.greyCloud}"
|
|
6054
|
+
}
|
|
6055
|
+
},
|
|
6056
|
+
{
|
|
6057
|
+
"if": {
|
|
6058
|
+
"focus": true,
|
|
6059
|
+
"pressed": true,
|
|
6060
|
+
"quiet": true,
|
|
6061
|
+
"style": "inverse"
|
|
6062
|
+
},
|
|
6063
|
+
"tokens": {
|
|
6064
|
+
"outerBorderColor": "{palette.color.greyCloud}"
|
|
4996
6065
|
}
|
|
4997
6066
|
}
|
|
4998
6067
|
],
|
|
@@ -5453,6 +6522,10 @@
|
|
|
5453
6522
|
"appearances": {
|
|
5454
6523
|
"maxHeight": "{appearances.MultiSelectFilter.maxHeight}",
|
|
5455
6524
|
"maxWidth": "{appearances.MultiSelectFilter.maxWidth}",
|
|
6525
|
+
"selected": {
|
|
6526
|
+
"type": "state",
|
|
6527
|
+
"values": [true]
|
|
6528
|
+
},
|
|
5456
6529
|
"viewport": "{appearances.system.viewport}"
|
|
5457
6530
|
},
|
|
5458
6531
|
"rules": [
|
|
@@ -5483,6 +6556,15 @@
|
|
|
5483
6556
|
"tokens": {
|
|
5484
6557
|
"maxWidthSize": "{palette.size.size544}"
|
|
5485
6558
|
}
|
|
6559
|
+
},
|
|
6560
|
+
{
|
|
6561
|
+
"if": {
|
|
6562
|
+
"selected": true
|
|
6563
|
+
},
|
|
6564
|
+
"tokens": {
|
|
6565
|
+
"buttonIconBackgroundColor": "{palette.color.purpleDeluge}",
|
|
6566
|
+
"labelColor": "{palette.color.white}"
|
|
6567
|
+
}
|
|
5486
6568
|
}
|
|
5487
6569
|
],
|
|
5488
6570
|
"tokens": {
|
|
@@ -6356,7 +7438,7 @@
|
|
|
6356
7438
|
}
|
|
6357
7439
|
],
|
|
6358
7440
|
"tokens": {
|
|
6359
|
-
"backgroundColor": "{palette.color.
|
|
7441
|
+
"backgroundColor": "{palette.color.dark10}",
|
|
6360
7442
|
"borderColor": "{palette.color.greyCloud}",
|
|
6361
7443
|
"borderRadius": "{palette.radius.radius12}",
|
|
6362
7444
|
"borderWidth": "{palette.border.border1}",
|