@telus-uds/theme-koodo 7.4.0 → 7.5.1

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.
Files changed (246) hide show
  1. package/build/android/ChevronLink.json +314 -0
  2. package/build/android/Notification.json +6 -28
  3. package/build/android/theme.json +320 -28
  4. package/build/ios/ChevronLink.json +314 -0
  5. package/build/ios/Notification.json +6 -28
  6. package/build/ios/theme.json +320 -28
  7. package/build/rn/ActionCard.js +1 -1
  8. package/build/rn/ActivityIndicator.js +1 -1
  9. package/build/rn/Autocomplete.js +1 -1
  10. package/build/rn/Badge.js +1 -1
  11. package/build/rn/BlockQuote.js +1 -1
  12. package/build/rn/Box.js +1 -1
  13. package/build/rn/Breadcrumbs.js +1 -1
  14. package/build/rn/Button.js +1 -1
  15. package/build/rn/ButtonDropdown.js +1 -1
  16. package/build/rn/ButtonGroup.js +1 -1
  17. package/build/rn/ButtonGroupItem.js +1 -1
  18. package/build/rn/Callout.js +1 -1
  19. package/build/rn/Card.js +1 -1
  20. package/build/rn/CardGroup.js +1 -1
  21. package/build/rn/Carousel.js +1 -1
  22. package/build/rn/CarouselTabsPanelItem.js +1 -1
  23. package/build/rn/CarouselThumbnail.js +1 -1
  24. package/build/rn/Checkbox.js +1 -1
  25. package/build/rn/CheckboxCard.js +1 -1
  26. package/build/rn/CheckboxCardGroup.js +1 -1
  27. package/build/rn/CheckboxGroup.js +1 -1
  28. package/build/rn/ChevronLink.js +227 -1
  29. package/build/rn/ColourToggle.js +1 -1
  30. package/build/rn/Countdown.js +1 -1
  31. package/build/rn/DatePicker.js +1 -1
  32. package/build/rn/Disclaimer.js +1 -1
  33. package/build/rn/Divider.js +1 -1
  34. package/build/rn/DownloadApp.js +1 -1
  35. package/build/rn/ExpandCollapse.js +1 -1
  36. package/build/rn/ExpandCollapseControl.js +1 -1
  37. package/build/rn/ExpandCollapseMini.js +1 -1
  38. package/build/rn/ExpandCollapseMiniControl.js +1 -1
  39. package/build/rn/ExpandCollapsePanel.js +1 -1
  40. package/build/rn/Feedback.js +1 -1
  41. package/build/rn/Fieldset.js +1 -1
  42. package/build/rn/FileUpload.js +1 -1
  43. package/build/rn/Footnote.js +1 -1
  44. package/build/rn/FootnoteLink.js +1 -1
  45. package/build/rn/HorizontalScrollButton.js +1 -1
  46. package/build/rn/Icon.js +1 -1
  47. package/build/rn/IconButton.js +1 -1
  48. package/build/rn/Image.js +1 -1
  49. package/build/rn/InputLabel.js +1 -1
  50. package/build/rn/InputSupports.js +1 -1
  51. package/build/rn/Link.js +1 -1
  52. package/build/rn/List.js +1 -1
  53. package/build/rn/Listbox.js +1 -1
  54. package/build/rn/Modal.js +1 -1
  55. package/build/rn/MultiSelectFilter.js +1 -1
  56. package/build/rn/NavigationBar.js +1 -1
  57. package/build/rn/Notification.js +7 -23
  58. package/build/rn/OrderedList.js +1 -1
  59. package/build/rn/Pagination.js +1 -1
  60. package/build/rn/PaginationPageButton.js +1 -1
  61. package/build/rn/PaginationSideButton.js +1 -1
  62. package/build/rn/PreviewCard.js +1 -1
  63. package/build/rn/PriceLockup.js +1 -1
  64. package/build/rn/ProductCard.js +1 -1
  65. package/build/rn/Progress.js +1 -1
  66. package/build/rn/ProgressBar.js +1 -1
  67. package/build/rn/QuantitySelector.js +1 -1
  68. package/build/rn/QuantitySelectorSideButton.js +1 -1
  69. package/build/rn/QuickLinks.js +1 -1
  70. package/build/rn/QuickLinksButton.js +1 -1
  71. package/build/rn/QuickLinksCard.js +1 -1
  72. package/build/rn/QuickLinksFeature.js +1 -1
  73. package/build/rn/QuickLinksFeatureItem.js +1 -1
  74. package/build/rn/QuickLinksList.js +1 -1
  75. package/build/rn/Radio.js +1 -1
  76. package/build/rn/RadioCard.js +1 -1
  77. package/build/rn/RadioCardGroup.js +1 -1
  78. package/build/rn/RadioGroup.js +1 -1
  79. package/build/rn/Ribbon.js +1 -1
  80. package/build/rn/Search.js +1 -1
  81. package/build/rn/SearchButton.js +1 -1
  82. package/build/rn/Select.js +2 -6
  83. package/build/rn/SideNav.js +1 -1
  84. package/build/rn/SideNavItem.js +1 -1
  85. package/build/rn/SideNavItemsGroup.js +1 -1
  86. package/build/rn/Skeleton.js +1 -1
  87. package/build/rn/SkipLink.js +1 -1
  88. package/build/rn/Spinner.js +1 -1
  89. package/build/rn/SplashButton.js +1 -1
  90. package/build/rn/SplashButtonWithDetails.js +1 -1
  91. package/build/rn/StackView.js +1 -1
  92. package/build/rn/Status.js +1 -1
  93. package/build/rn/StepTracker.js +1 -1
  94. package/build/rn/StoryCard.js +1 -1
  95. package/build/rn/TabBar.js +1 -1
  96. package/build/rn/TabBarItem.js +1 -1
  97. package/build/rn/Table.js +1 -1
  98. package/build/rn/Tabs.js +1 -1
  99. package/build/rn/TabsItem.js +1 -1
  100. package/build/rn/Tags.js +1 -1
  101. package/build/rn/TagsItem.js +1 -1
  102. package/build/rn/TermsAndConditions.js +1 -1
  103. package/build/rn/Testimonial.js +1 -1
  104. package/build/rn/TextArea.js +1 -1
  105. package/build/rn/TextInput.js +1 -1
  106. package/build/rn/Timeline.js +1 -1
  107. package/build/rn/Toast.js +1 -1
  108. package/build/rn/ToggleSwitch.js +1 -1
  109. package/build/rn/ToggleSwitchGroup.js +1 -1
  110. package/build/rn/Tooltip.js +1 -1
  111. package/build/rn/TooltipButton.js +1 -1
  112. package/build/rn/Typography.js +1 -1
  113. package/build/rn/Video.js +1 -1
  114. package/build/rn/VideoButton.js +1 -1
  115. package/build/rn/VideoControlBar.js +1 -1
  116. package/build/rn/VideoMenu.js +1 -1
  117. package/build/rn/VideoMiddleControlButton.js +1 -1
  118. package/build/rn/VideoPicker.js +1 -1
  119. package/build/rn/VideoPickerSlider.js +1 -1
  120. package/build/rn/VideoPickerThumbnail.js +1 -1
  121. package/build/rn/VideoProgressBar.js +1 -1
  122. package/build/rn/VideoVolumeSlider.js +1 -1
  123. package/build/rn/WaffleGrid.js +1 -1
  124. package/build/rn/spacingScale.js +1 -1
  125. package/build/rn/theme.js +234 -28
  126. package/build/web/ActionCard.js +1 -1
  127. package/build/web/ActivityIndicator.js +1 -1
  128. package/build/web/Autocomplete.js +1 -1
  129. package/build/web/Badge.js +1 -1
  130. package/build/web/BlockQuote.js +1 -1
  131. package/build/web/Box.js +1 -1
  132. package/build/web/Breadcrumbs.js +1 -1
  133. package/build/web/Button.js +1 -1
  134. package/build/web/ButtonDropdown.js +1 -1
  135. package/build/web/ButtonGroup.js +1 -1
  136. package/build/web/ButtonGroupItem.js +1 -1
  137. package/build/web/Callout.js +1 -1
  138. package/build/web/Card.js +1 -1
  139. package/build/web/CardGroup.js +1 -1
  140. package/build/web/Carousel.js +1 -1
  141. package/build/web/CarouselTabsPanelItem.js +1 -1
  142. package/build/web/CarouselThumbnail.js +1 -1
  143. package/build/web/Checkbox.js +1 -1
  144. package/build/web/CheckboxCard.js +1 -1
  145. package/build/web/CheckboxCardGroup.js +1 -1
  146. package/build/web/CheckboxGroup.js +1 -1
  147. package/build/web/ChevronLink.js +227 -1
  148. package/build/web/ColourToggle.js +1 -1
  149. package/build/web/Countdown.js +1 -1
  150. package/build/web/DatePicker.js +1 -1
  151. package/build/web/Disclaimer.js +1 -1
  152. package/build/web/Divider.js +1 -1
  153. package/build/web/DownloadApp.js +1 -1
  154. package/build/web/ExpandCollapse.js +1 -1
  155. package/build/web/ExpandCollapseControl.js +1 -1
  156. package/build/web/ExpandCollapseMini.js +1 -1
  157. package/build/web/ExpandCollapseMiniControl.js +1 -1
  158. package/build/web/ExpandCollapsePanel.js +1 -1
  159. package/build/web/Feedback.js +1 -1
  160. package/build/web/Fieldset.js +1 -1
  161. package/build/web/FileUpload.js +1 -1
  162. package/build/web/Footnote.js +1 -1
  163. package/build/web/FootnoteLink.js +1 -1
  164. package/build/web/HorizontalScrollButton.js +1 -1
  165. package/build/web/Icon.js +1 -1
  166. package/build/web/IconButton.js +1 -1
  167. package/build/web/Image.js +1 -1
  168. package/build/web/InputLabel.js +1 -1
  169. package/build/web/InputSupports.js +1 -1
  170. package/build/web/Link.js +1 -1
  171. package/build/web/List.js +1 -1
  172. package/build/web/Listbox.js +1 -1
  173. package/build/web/Modal.js +1 -1
  174. package/build/web/MultiSelectFilter.js +1 -1
  175. package/build/web/NavigationBar.js +1 -1
  176. package/build/web/Notification.js +7 -23
  177. package/build/web/OrderedList.js +1 -1
  178. package/build/web/Pagination.js +1 -1
  179. package/build/web/PaginationPageButton.js +1 -1
  180. package/build/web/PaginationSideButton.js +1 -1
  181. package/build/web/PreviewCard.js +1 -1
  182. package/build/web/PriceLockup.js +1 -1
  183. package/build/web/ProductCard.js +1 -1
  184. package/build/web/Progress.js +1 -1
  185. package/build/web/ProgressBar.js +1 -1
  186. package/build/web/QuantitySelector.js +1 -1
  187. package/build/web/QuantitySelectorSideButton.js +1 -1
  188. package/build/web/QuickLinks.js +1 -1
  189. package/build/web/QuickLinksButton.js +1 -1
  190. package/build/web/QuickLinksCard.js +1 -1
  191. package/build/web/QuickLinksFeature.js +1 -1
  192. package/build/web/QuickLinksFeatureItem.js +1 -1
  193. package/build/web/QuickLinksList.js +1 -1
  194. package/build/web/Radio.js +1 -1
  195. package/build/web/RadioCard.js +1 -1
  196. package/build/web/RadioCardGroup.js +1 -1
  197. package/build/web/RadioGroup.js +1 -1
  198. package/build/web/Ribbon.js +1 -1
  199. package/build/web/Search.js +1 -1
  200. package/build/web/SearchButton.js +1 -1
  201. package/build/web/Select.js +2 -6
  202. package/build/web/SideNav.js +1 -1
  203. package/build/web/SideNavItem.js +1 -1
  204. package/build/web/SideNavItemsGroup.js +1 -1
  205. package/build/web/Skeleton.js +1 -1
  206. package/build/web/SkipLink.js +1 -1
  207. package/build/web/Spinner.js +1 -1
  208. package/build/web/SplashButton.js +1 -1
  209. package/build/web/SplashButtonWithDetails.js +1 -1
  210. package/build/web/StackView.js +1 -1
  211. package/build/web/Status.js +1 -1
  212. package/build/web/StepTracker.js +1 -1
  213. package/build/web/StoryCard.js +1 -1
  214. package/build/web/TabBar.js +1 -1
  215. package/build/web/TabBarItem.js +1 -1
  216. package/build/web/Table.js +1 -1
  217. package/build/web/Tabs.js +1 -1
  218. package/build/web/TabsItem.js +1 -1
  219. package/build/web/Tags.js +1 -1
  220. package/build/web/TagsItem.js +1 -1
  221. package/build/web/TermsAndConditions.js +1 -1
  222. package/build/web/Testimonial.js +1 -1
  223. package/build/web/TextArea.js +1 -1
  224. package/build/web/TextInput.js +1 -1
  225. package/build/web/Timeline.js +1 -1
  226. package/build/web/Toast.js +1 -1
  227. package/build/web/ToggleSwitch.js +1 -1
  228. package/build/web/ToggleSwitchGroup.js +1 -1
  229. package/build/web/Tooltip.js +1 -1
  230. package/build/web/TooltipButton.js +1 -1
  231. package/build/web/Typography.js +1 -1
  232. package/build/web/Video.js +1 -1
  233. package/build/web/VideoButton.js +1 -1
  234. package/build/web/VideoControlBar.js +1 -1
  235. package/build/web/VideoMenu.js +1 -1
  236. package/build/web/VideoMiddleControlButton.js +1 -1
  237. package/build/web/VideoPicker.js +1 -1
  238. package/build/web/VideoPickerSlider.js +1 -1
  239. package/build/web/VideoPickerThumbnail.js +1 -1
  240. package/build/web/VideoProgressBar.js +1 -1
  241. package/build/web/VideoVolumeSlider.js +1 -1
  242. package/build/web/WaffleGrid.js +1 -1
  243. package/build/web/spacingScale.js +1 -1
  244. package/build/web/theme.js +234 -28
  245. package/package.json +1 -1
  246. package/theme.json +607 -80
package/theme.json CHANGED
@@ -2788,171 +2788,721 @@
2788
2788
  "values": [true]
2789
2789
  },
2790
2790
  "pressed": "{appearances.ChevronLink.pressed}",
2791
+ "quiet": {
2792
+ "description": "When it is true, it does not show the decoration",
2793
+ "type": "state",
2794
+ "values": [true, false]
2795
+ },
2791
2796
  "size": {
2792
2797
  "description": "Sets the size of the text and icon; these variants are shared with ChevronLink",
2793
2798
  "type": "variant",
2794
2799
  "values": ["large", "small", "micro"]
2800
+ },
2801
+ "style": {
2802
+ "type": "variant",
2803
+ "values": ["inline", "subtle", "feature", "danger", "inverse"]
2795
2804
  }
2796
2805
  },
2797
2806
  "rules": [
2798
2807
  {
2799
2808
  "if": {
2800
- "hover": true
2809
+ "hover": true
2810
+ },
2811
+ "tokens": {
2812
+ "color": "{palette.color.blackLight}",
2813
+ "iconDisplace": "{palette.size.size4}"
2814
+ }
2815
+ },
2816
+ {
2817
+ "if": {
2818
+ "pressed": true
2819
+ },
2820
+ "tokens": {
2821
+ "color": "{palette.color.dove}"
2822
+ }
2823
+ },
2824
+ {
2825
+ "if": {
2826
+ "focus": true
2827
+ },
2828
+ "tokens": {
2829
+ "color": "{palette.color.black}",
2830
+ "outerBorderColor": "{palette.color.black}"
2831
+ }
2832
+ },
2833
+ {
2834
+ "if": {
2835
+ "focus": true,
2836
+ "pressed": true
2837
+ },
2838
+ "tokens": {
2839
+ "color": "{palette.color.dove}",
2840
+ "outerBorderColor": "{palette.color.dove}"
2841
+ }
2842
+ },
2843
+ {
2844
+ "if": {
2845
+ "alternative": true
2846
+ },
2847
+ "tokens": {
2848
+ "color": "{palette.color.purple}"
2849
+ }
2850
+ },
2851
+ {
2852
+ "if": {
2853
+ "alternative": true,
2854
+ "hover": true
2855
+ },
2856
+ "tokens": {
2857
+ "color": "{palette.color.purpleDark}"
2858
+ }
2859
+ },
2860
+ {
2861
+ "if": {
2862
+ "alternative": true,
2863
+ "pressed": true
2864
+ },
2865
+ "tokens": {
2866
+ "color": "{palette.color.dove}"
2867
+ }
2868
+ },
2869
+ {
2870
+ "if": {
2871
+ "alternative": true,
2872
+ "focus": true
2873
+ },
2874
+ "tokens": {
2875
+ "color": "{palette.color.purple}",
2876
+ "outerBorderColor": "{palette.color.purple}"
2877
+ }
2878
+ },
2879
+ {
2880
+ "if": {
2881
+ "alternative": true,
2882
+ "focus": true,
2883
+ "pressed": true
2884
+ },
2885
+ "tokens": {
2886
+ "color": "{palette.color.dove}",
2887
+ "outerBorderColor": "{palette.color.dove}"
2888
+ }
2889
+ },
2890
+ {
2891
+ "if": {
2892
+ "inverse": true
2893
+ },
2894
+ "tokens": {
2895
+ "color": "{palette.color.white}"
2896
+ }
2897
+ },
2898
+ {
2899
+ "if": {
2900
+ "hover": true,
2901
+ "inverse": true
2902
+ },
2903
+ "tokens": {
2904
+ "color": "{palette.color.gallery}"
2905
+ }
2906
+ },
2907
+ {
2908
+ "if": {
2909
+ "inverse": true,
2910
+ "pressed": true
2911
+ },
2912
+ "tokens": {
2913
+ "color": "{palette.color.silver}"
2914
+ }
2915
+ },
2916
+ {
2917
+ "if": {
2918
+ "focus": true,
2919
+ "inverse": true
2920
+ },
2921
+ "tokens": {
2922
+ "color": "{palette.color.white}",
2923
+ "outerBorderColor": "{palette.color.white}"
2924
+ }
2925
+ },
2926
+ {
2927
+ "if": {
2928
+ "focus": true,
2929
+ "inverse": true,
2930
+ "pressed": true
2931
+ },
2932
+ "tokens": {
2933
+ "color": "{palette.color.silver}",
2934
+ "outerBorderColor": "{palette.color.silver}"
2935
+ }
2936
+ },
2937
+ {
2938
+ "if": {
2939
+ "size": "large"
2940
+ },
2941
+ "tokens": {
2942
+ "blockLineHeight": "{palette.lineHeight.ratio7to5}",
2943
+ "fontSize": "{palette.fontSize.size20}",
2944
+ "iconSize": "{palette.size.size20}"
2945
+ }
2946
+ },
2947
+ {
2948
+ "if": {
2949
+ "size": "small"
2950
+ },
2951
+ "tokens": {
2952
+ "blockLineHeight": "{palette.lineHeight.ratio10to7}",
2953
+ "fontSize": "{palette.fontSize.size14}",
2954
+ "iconSize": "{palette.size.size16}"
2955
+ }
2956
+ },
2957
+ {
2958
+ "if": {
2959
+ "size": "micro"
2960
+ },
2961
+ "tokens": {
2962
+ "blockLineHeight": "{palette.lineHeight.ratio4to3}",
2963
+ "fontSize": "{palette.fontSize.size12}",
2964
+ "iconSize": "{palette.size.size16}"
2965
+ }
2966
+ },
2967
+ {
2968
+ "if": {
2969
+ "focus": true,
2970
+ "quiet": true
2971
+ },
2972
+ "tokens": {
2973
+ "color": "{palette.color.black}",
2974
+ "textLine": "{system.textLine.none}"
2975
+ }
2976
+ },
2977
+ {
2978
+ "if": {
2979
+ "pressed": true,
2980
+ "quiet": true
2981
+ },
2982
+ "tokens": {
2983
+ "color": "{palette.color.mortar}",
2984
+ "textLine": "{system.textLine.underline}"
2985
+ }
2986
+ },
2987
+ {
2988
+ "if": {
2989
+ "focus": true,
2990
+ "pressed": true,
2991
+ "quiet": true
2992
+ },
2993
+ "tokens": {
2994
+ "color": "{palette.color.mortar}",
2995
+ "textLine": "{system.textLine.underline}"
2996
+ }
2997
+ },
2998
+ {
2999
+ "if": {
3000
+ "style": "inline"
3001
+ },
3002
+ "tokens": {
3003
+ "color": "{palette.color.black}"
3004
+ }
3005
+ },
3006
+ {
3007
+ "if": {
3008
+ "focus": true,
3009
+ "style": "inline"
3010
+ },
3011
+ "tokens": {
3012
+ "color": "{palette.color.black}",
3013
+ "outerBorderColor": "{palette.color.black}"
3014
+ }
3015
+ },
3016
+ {
3017
+ "if": {
3018
+ "hover": true,
3019
+ "style": "inline"
3020
+ },
3021
+ "tokens": {
3022
+ "color": "{palette.color.blackLight}",
3023
+ "textLine": "{system.textLine.none}"
3024
+ }
3025
+ },
3026
+ {
3027
+ "if": {
3028
+ "pressed": true,
3029
+ "style": "inline"
3030
+ },
3031
+ "tokens": {
3032
+ "color": "{palette.color.mortar}",
3033
+ "textLine": "{system.textLine.none}"
3034
+ }
3035
+ },
3036
+ {
3037
+ "if": {
3038
+ "focus": true,
3039
+ "pressed": true,
3040
+ "style": "inline"
3041
+ },
3042
+ "tokens": {
3043
+ "outerBorderColor": "{palette.color.mortar}"
3044
+ }
3045
+ },
3046
+ {
3047
+ "if": {
3048
+ "style": "subtle"
3049
+ },
3050
+ "tokens": {
3051
+ "color": "{palette.color.mortar}"
3052
+ }
3053
+ },
3054
+ {
3055
+ "if": {
3056
+ "focus": true,
3057
+ "style": "subtle"
3058
+ },
3059
+ "tokens": {
3060
+ "color": "{palette.color.black}",
3061
+ "outerBorderColor": "{palette.color.black}"
3062
+ }
3063
+ },
3064
+ {
3065
+ "if": {
3066
+ "hover": true,
3067
+ "style": "subtle"
3068
+ },
3069
+ "tokens": {
3070
+ "color": "{palette.color.blackLight}",
3071
+ "textLine": "{system.textLine.none}"
3072
+ }
3073
+ },
3074
+ {
3075
+ "if": {
3076
+ "pressed": true,
3077
+ "style": "subtle"
3078
+ },
3079
+ "tokens": {
3080
+ "color": "{palette.color.mortar}",
3081
+ "textLine": "{system.textLine.none}"
3082
+ }
3083
+ },
3084
+ {
3085
+ "if": {
3086
+ "focus": true,
3087
+ "pressed": true,
3088
+ "style": "subtle"
3089
+ },
3090
+ "tokens": {
3091
+ "outerBorderColor": "{palette.color.mortar}"
3092
+ }
3093
+ },
3094
+ {
3095
+ "if": {
3096
+ "style": "feature"
3097
+ },
3098
+ "tokens": {
3099
+ "color": "{palette.color.purple}"
3100
+ }
3101
+ },
3102
+ {
3103
+ "if": {
3104
+ "focus": true,
3105
+ "style": "feature"
3106
+ },
3107
+ "tokens": {
3108
+ "color": "{palette.color.purple}",
3109
+ "outerBorderColor": "{palette.color.purple}"
3110
+ }
3111
+ },
3112
+ {
3113
+ "if": {
3114
+ "hover": true,
3115
+ "style": "feature"
3116
+ },
3117
+ "tokens": {
3118
+ "color": "{palette.color.purpleDark}",
3119
+ "textLine": "{system.textLine.none}"
3120
+ }
3121
+ },
3122
+ {
3123
+ "if": {
3124
+ "pressed": true,
3125
+ "style": "feature"
3126
+ },
3127
+ "tokens": {
3128
+ "color": "{palette.color.mortar}",
3129
+ "textLine": "{system.textLine.none}"
3130
+ }
3131
+ },
3132
+ {
3133
+ "if": {
3134
+ "focus": true,
3135
+ "pressed": true,
3136
+ "style": "feature"
3137
+ },
3138
+ "tokens": {
3139
+ "outerBorderColor": "{palette.color.mortar}"
3140
+ }
3141
+ },
3142
+ {
3143
+ "if": {
3144
+ "style": "danger"
3145
+ },
3146
+ "tokens": {
3147
+ "color": "{palette.color.danger}"
3148
+ }
3149
+ },
3150
+ {
3151
+ "if": {
3152
+ "focus": true,
3153
+ "style": "danger"
3154
+ },
3155
+ "tokens": {
3156
+ "color": "{palette.color.danger}",
3157
+ "outerBorderColor": "{palette.color.danger}"
3158
+ }
3159
+ },
3160
+ {
3161
+ "if": {
3162
+ "hover": true,
3163
+ "style": "danger"
3164
+ },
3165
+ "tokens": {
3166
+ "color": "{palette.color.danger}",
3167
+ "textLine": "{system.textLine.none}"
3168
+ }
3169
+ },
3170
+ {
3171
+ "if": {
3172
+ "pressed": true,
3173
+ "style": "danger"
3174
+ },
3175
+ "tokens": {
3176
+ "color": "{palette.color.mortar}",
3177
+ "textLine": "{system.textLine.none}"
3178
+ }
3179
+ },
3180
+ {
3181
+ "if": {
3182
+ "focus": true,
3183
+ "pressed": true,
3184
+ "style": "danger"
3185
+ },
3186
+ "tokens": {
3187
+ "outerBorderColor": "{palette.color.mortar}"
3188
+ }
3189
+ },
3190
+ {
3191
+ "if": {
3192
+ "style": "inverse"
3193
+ },
3194
+ "tokens": {
3195
+ "color": "{palette.color.white}"
3196
+ }
3197
+ },
3198
+ {
3199
+ "if": {
3200
+ "focus": true,
3201
+ "style": "inverse"
3202
+ },
3203
+ "tokens": {
3204
+ "color": "{palette.color.white}",
3205
+ "outerBorderColor": "{palette.color.white}"
3206
+ }
3207
+ },
3208
+ {
3209
+ "if": {
3210
+ "hover": true,
3211
+ "style": "inverse"
3212
+ },
3213
+ "tokens": {
3214
+ "color": "{palette.color.gallery}",
3215
+ "textLine": "{system.textLine.none}"
3216
+ }
3217
+ },
3218
+ {
3219
+ "if": {
3220
+ "pressed": true,
3221
+ "style": "inverse"
3222
+ },
3223
+ "tokens": {
3224
+ "color": "{palette.color.dove}",
3225
+ "textLine": "{system.textLine.none}"
3226
+ }
3227
+ },
3228
+ {
3229
+ "if": {
3230
+ "focus": true,
3231
+ "pressed": true,
3232
+ "style": "inverse"
2801
3233
  },
2802
3234
  "tokens": {
2803
- "color": "{palette.color.blackLight}",
2804
- "iconDisplace": "{palette.size.size4}"
3235
+ "outerBorderColor": "{palette.color.dove}"
2805
3236
  }
2806
3237
  },
2807
3238
  {
2808
3239
  "if": {
2809
- "pressed": true
3240
+ "quiet": true,
3241
+ "style": "inline"
2810
3242
  },
2811
3243
  "tokens": {
2812
- "color": "{palette.color.dove}"
3244
+ "color": "{palette.color.black}",
3245
+ "textLine": "{system.textLine.none}"
2813
3246
  }
2814
3247
  },
2815
3248
  {
2816
3249
  "if": {
2817
- "focus": true
3250
+ "focus": true,
3251
+ "quiet": true,
3252
+ "style": "inline"
2818
3253
  },
2819
3254
  "tokens": {
2820
3255
  "color": "{palette.color.black}",
2821
- "outerBorderColor": "{palette.color.black}"
3256
+ "outerBorderColor": "{palette.color.black}",
3257
+ "textLine": "{system.textLine.none}"
3258
+ }
3259
+ },
3260
+ {
3261
+ "if": {
3262
+ "hover": true,
3263
+ "quiet": true,
3264
+ "style": "inline"
3265
+ },
3266
+ "tokens": {
3267
+ "color": "{palette.color.blackLight}",
3268
+ "textLine": "{system.textLine.underline}"
3269
+ }
3270
+ },
3271
+ {
3272
+ "if": {
3273
+ "pressed": true,
3274
+ "quiet": true,
3275
+ "style": "inline"
3276
+ },
3277
+ "tokens": {
3278
+ "color": "{palette.color.mortar}"
2822
3279
  }
2823
3280
  },
2824
3281
  {
2825
3282
  "if": {
2826
3283
  "focus": true,
2827
- "pressed": true
3284
+ "pressed": true,
3285
+ "quiet": true,
3286
+ "style": "inline"
2828
3287
  },
2829
3288
  "tokens": {
2830
- "color": "{palette.color.dove}",
2831
- "outerBorderColor": "{palette.color.dove}"
3289
+ "outerBorderColor": "{palette.color.mortar}"
2832
3290
  }
2833
3291
  },
2834
3292
  {
2835
3293
  "if": {
2836
- "alternative": true
3294
+ "quiet": true,
3295
+ "style": "subtle"
2837
3296
  },
2838
3297
  "tokens": {
2839
- "color": "{palette.color.purple}"
3298
+ "color": "{palette.color.mortar}",
3299
+ "textLine": "{system.textLine.none}"
2840
3300
  }
2841
3301
  },
2842
3302
  {
2843
3303
  "if": {
2844
- "alternative": true,
2845
- "hover": true
3304
+ "focus": true,
3305
+ "quiet": true,
3306
+ "style": "subtle"
2846
3307
  },
2847
3308
  "tokens": {
2848
- "color": "{palette.color.purpleDark}"
3309
+ "color": "{palette.color.black}",
3310
+ "outerBorderColor": "{palette.color.black}",
3311
+ "textLine": "{system.textLine.none}"
2849
3312
  }
2850
3313
  },
2851
3314
  {
2852
3315
  "if": {
2853
- "alternative": true,
2854
- "pressed": true
3316
+ "hover": true,
3317
+ "quiet": true,
3318
+ "style": "subtle"
2855
3319
  },
2856
3320
  "tokens": {
2857
- "color": "{palette.color.dove}"
3321
+ "color": "{palette.color.blackLight}",
3322
+ "textLine": "{system.textLine.underline}"
2858
3323
  }
2859
3324
  },
2860
3325
  {
2861
3326
  "if": {
2862
- "alternative": true,
2863
- "focus": true
3327
+ "pressed": true,
3328
+ "quiet": true,
3329
+ "style": "subtle"
3330
+ },
3331
+ "tokens": {
3332
+ "color": "{palette.color.mortar}"
3333
+ }
3334
+ },
3335
+ {
3336
+ "if": {
3337
+ "focus": true,
3338
+ "pressed": true,
3339
+ "quiet": true,
3340
+ "style": "subtle"
3341
+ },
3342
+ "tokens": {
3343
+ "outerBorderColor": "{palette.color.mortar}"
3344
+ }
3345
+ },
3346
+ {
3347
+ "if": {
3348
+ "quiet": true,
3349
+ "style": "feature"
2864
3350
  },
2865
3351
  "tokens": {
2866
3352
  "color": "{palette.color.purple}",
2867
- "outerBorderColor": "{palette.color.purple}"
3353
+ "textLine": "{system.textLine.none}"
2868
3354
  }
2869
3355
  },
2870
3356
  {
2871
3357
  "if": {
2872
- "alternative": true,
2873
3358
  "focus": true,
2874
- "pressed": true
3359
+ "quiet": true,
3360
+ "style": "feature"
2875
3361
  },
2876
3362
  "tokens": {
2877
- "color": "{palette.color.dove}",
2878
- "outerBorderColor": "{palette.color.dove}"
3363
+ "color": "{palette.color.purple}",
3364
+ "outerBorderColor": "{palette.color.purple}",
3365
+ "textLine": "{system.textLine.none}"
2879
3366
  }
2880
3367
  },
2881
3368
  {
2882
3369
  "if": {
2883
- "inverse": true
3370
+ "hover": true,
3371
+ "quiet": true,
3372
+ "style": "feature"
2884
3373
  },
2885
3374
  "tokens": {
2886
- "color": "{palette.color.white}"
3375
+ "color": "{palette.color.purpleDark}",
3376
+ "textLine": "{system.textLine.underline}"
3377
+ }
3378
+ },
3379
+ {
3380
+ "if": {
3381
+ "pressed": true,
3382
+ "quiet": true,
3383
+ "style": "feature"
3384
+ },
3385
+ "tokens": {
3386
+ "color": "{palette.color.mortar}"
3387
+ }
3388
+ },
3389
+ {
3390
+ "if": {
3391
+ "focus": true,
3392
+ "pressed": true,
3393
+ "quiet": true,
3394
+ "style": "feature"
3395
+ },
3396
+ "tokens": {
3397
+ "outerBorderColor": "{palette.color.mortar}"
3398
+ }
3399
+ },
3400
+ {
3401
+ "if": {
3402
+ "quiet": true,
3403
+ "style": "danger"
3404
+ },
3405
+ "tokens": {
3406
+ "color": "{palette.color.danger}",
3407
+ "textLine": "{system.textLine.none}"
3408
+ }
3409
+ },
3410
+ {
3411
+ "if": {
3412
+ "focus": true,
3413
+ "quiet": true,
3414
+ "style": "danger"
3415
+ },
3416
+ "tokens": {
3417
+ "color": "{palette.color.danger}",
3418
+ "outerBorderColor": "{palette.color.danger}",
3419
+ "textLine": "{system.textLine.none}"
2887
3420
  }
2888
3421
  },
2889
3422
  {
2890
3423
  "if": {
2891
3424
  "hover": true,
2892
- "inverse": true
3425
+ "quiet": true,
3426
+ "style": "danger"
2893
3427
  },
2894
3428
  "tokens": {
2895
- "color": "{palette.color.gallery}"
3429
+ "color": "{palette.color.danger}",
3430
+ "textLine": "{system.textLine.underline}"
2896
3431
  }
2897
3432
  },
2898
3433
  {
2899
3434
  "if": {
2900
- "inverse": true,
2901
- "pressed": true
3435
+ "pressed": true,
3436
+ "quiet": true,
3437
+ "style": "danger"
2902
3438
  },
2903
3439
  "tokens": {
2904
- "color": "{palette.color.silver}"
3440
+ "color": "{palette.color.mortar}"
2905
3441
  }
2906
3442
  },
2907
3443
  {
2908
3444
  "if": {
2909
3445
  "focus": true,
2910
- "inverse": true
3446
+ "pressed": true,
3447
+ "quiet": true,
3448
+ "style": "danger"
3449
+ },
3450
+ "tokens": {
3451
+ "outerBorderColor": "{palette.color.mortar}"
3452
+ }
3453
+ },
3454
+ {
3455
+ "if": {
3456
+ "quiet": true,
3457
+ "style": "inverse"
2911
3458
  },
2912
3459
  "tokens": {
2913
3460
  "color": "{palette.color.white}",
2914
- "outerBorderColor": "{palette.color.white}"
3461
+ "textLine": "{system.textLine.none}"
2915
3462
  }
2916
3463
  },
2917
3464
  {
2918
3465
  "if": {
2919
3466
  "focus": true,
2920
- "inverse": true,
2921
- "pressed": true
3467
+ "quiet": true,
3468
+ "style": "inverse"
2922
3469
  },
2923
3470
  "tokens": {
2924
- "color": "{palette.color.silver}",
2925
- "outerBorderColor": "{palette.color.silver}"
3471
+ "color": "{palette.color.white}",
3472
+ "outerBorderColor": "{palette.color.white}",
3473
+ "textLine": "{system.textLine.none}"
2926
3474
  }
2927
3475
  },
2928
3476
  {
2929
3477
  "if": {
2930
- "size": "large"
3478
+ "hover": true,
3479
+ "quiet": true,
3480
+ "style": "inverse"
2931
3481
  },
2932
3482
  "tokens": {
2933
- "blockLineHeight": "{palette.lineHeight.ratio7to5}",
2934
- "fontSize": "{palette.fontSize.size20}",
2935
- "iconSize": "{palette.size.size20}"
3483
+ "color": "{palette.color.gallery}",
3484
+ "textLine": "{system.textLine.underline}"
2936
3485
  }
2937
3486
  },
2938
3487
  {
2939
3488
  "if": {
2940
- "size": "small"
3489
+ "pressed": true,
3490
+ "quiet": true,
3491
+ "style": "inverse"
2941
3492
  },
2942
3493
  "tokens": {
2943
- "blockLineHeight": "{palette.lineHeight.ratio10to7}",
2944
- "fontSize": "{palette.fontSize.size14}",
2945
- "iconSize": "{palette.size.size16}"
3494
+ "color": "{palette.color.dove}"
2946
3495
  }
2947
3496
  },
2948
3497
  {
2949
3498
  "if": {
2950
- "size": "micro"
3499
+ "focus": true,
3500
+ "pressed": true,
3501
+ "quiet": true,
3502
+ "style": "inverse"
2951
3503
  },
2952
3504
  "tokens": {
2953
- "blockLineHeight": "{palette.lineHeight.ratio4to3}",
2954
- "fontSize": "{palette.fontSize.size12}",
2955
- "iconSize": "{palette.size.size16}"
3505
+ "outerBorderColor": "{palette.color.dove}"
2956
3506
  }
2957
3507
  }
2958
3508
  ],
@@ -6360,16 +6910,6 @@
6360
6910
  "viewport": "{appearances.system.viewport}"
6361
6911
  },
6362
6912
  "rules": [
6363
- {
6364
- "if": {
6365
- "system": true,
6366
- "viewport": ["xl"]
6367
- },
6368
- "tokens": {
6369
- "containerPaddingLeft": "{palette.size.size0}",
6370
- "containerPaddingRight": "{palette.size.size0}"
6371
- }
6372
- },
6373
6913
  {
6374
6914
  "if": {
6375
6915
  "system": true
@@ -6379,11 +6919,7 @@
6379
6919
  "borderRadius": "{palette.radius.none}",
6380
6920
  "borderRightWidth": "{system.border.zero}",
6381
6921
  "borderTopWidth": "{system.border.zero}",
6382
- "iconGap": "{palette.size.size8}",
6383
- "paddingBottom": "{palette.size.size12}",
6384
- "paddingLeft": "{palette.size.size12}",
6385
- "paddingRight": "{palette.size.size12}",
6386
- "paddingTop": "{palette.size.size12}"
6922
+ "iconGap": "{palette.size.size8}"
6387
6923
  }
6388
6924
  },
6389
6925
  {
@@ -6395,11 +6931,7 @@
6395
6931
  "borderRadius": "{palette.radius.none}",
6396
6932
  "borderRightWidth": "{system.border.zero}",
6397
6933
  "borderTopWidth": "{system.border.zero}",
6398
- "iconGap": "{palette.size.size8}",
6399
- "paddingBottom": "{palette.size.size12}",
6400
- "paddingLeft": "{palette.size.size12}",
6401
- "paddingRight": "{palette.size.size12}",
6402
- "paddingTop": "{palette.size.size12}"
6934
+ "iconGap": "{palette.size.size8}"
6403
6935
  }
6404
6936
  },
6405
6937
  {
@@ -6412,11 +6944,7 @@
6412
6944
  "borderRadius": "{palette.radius.radius6}",
6413
6945
  "borderRightWidth": "{system.border.zero}",
6414
6946
  "borderTopWidth": "{system.border.zero}",
6415
- "iconGap": "{palette.size.size8}",
6416
- "paddingBottom": "{palette.size.size12}",
6417
- "paddingLeft": "{palette.size.size12}",
6418
- "paddingRight": "{palette.size.size12}",
6419
- "paddingTop": "{palette.size.size12}"
6947
+ "iconGap": "{palette.size.size8}"
6420
6948
  }
6421
6949
  },
6422
6950
  {
@@ -6515,13 +7043,13 @@
6515
7043
  "fontWeight": "{palette.fontWeight.weight400}",
6516
7044
  "icon": "{system.icon.none}",
6517
7045
  "iconColor": "{system.color.none}",
6518
- "iconGap": "{palette.size.size24}",
7046
+ "iconGap": "{palette.size.size8}",
6519
7047
  "iconSize": "{palette.size.size24}",
6520
7048
  "justifyContent": "{system.flexJustifyContent.flexStart}",
6521
7049
  "lineHeight": "{palette.lineHeight.ratio3to2}",
6522
7050
  "paddingBottom": "{palette.size.size12}",
6523
- "paddingLeft": "{palette.size.size12}",
6524
- "paddingRight": "{palette.size.size12}",
7051
+ "paddingLeft": "{palette.size.size16}",
7052
+ "paddingRight": "{palette.size.size16}",
6525
7053
  "paddingTop": "{palette.size.size12}"
6526
7054
  }
6527
7055
  },
@@ -8252,8 +8780,7 @@
8252
8780
  },
8253
8781
  "tokens": {
8254
8782
  "backgroundColor": "{palette.color.gallery}",
8255
- "borderColor": "{palette.color.black}",
8256
- "outerBorderWidth": "{system.border.none}"
8783
+ "borderColor": "{palette.color.black}"
8257
8784
  }
8258
8785
  },
8259
8786
  {