@telus-uds/theme-koodo 4.7.0 → 4.9.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.
@@ -88,6 +88,7 @@
88
88
  "blue": 0.41569,
89
89
  "alpha": 1
90
90
  },
91
+ "fontSize": 16,
91
92
  "paddingBottom": 8,
92
93
  "paddingTop": 8
93
94
  }
@@ -109,6 +110,7 @@
109
110
  "blue": 0,
110
111
  "alpha": 1
111
112
  },
113
+ "fontSize": 16,
112
114
  "paddingBottom": 8,
113
115
  "paddingTop": 8
114
116
  }
@@ -129,7 +131,8 @@
129
131
  "green": 1,
130
132
  "blue": 1,
131
133
  "alpha": 1
132
- }
134
+ },
135
+ "fontSize": 16
133
136
  }
134
137
  },
135
138
  {
@@ -201,6 +204,7 @@
201
204
  "alpha": 1
202
205
  },
203
206
  "fontName": "StagSans",
207
+ "fontSize": 14,
204
208
  "fontWeight": 600,
205
209
  "gradient": null,
206
210
  "paddingBottom": 2,
@@ -1853,8 +1857,7 @@
1853
1857
  },
1854
1858
  "tokens": {
1855
1859
  "showPanelTabs": false,
1856
- "showPreviousNextNavigation": false,
1857
- "thumbnailSize": 48
1860
+ "showPreviousNextNavigation": false
1858
1861
  }
1859
1862
  }
1860
1863
  ],
@@ -1872,25 +1875,12 @@
1872
1875
  "showPreviousNextNavigation": true,
1873
1876
  "spaceBetweenSlideAndPanelNavigation": 32,
1874
1877
  "spaceBetweenSlideAndPreviousNextNavigation": 24,
1875
- "thumbnailBorderColor": {
1876
- "red": 0.97647,
1877
- "green": 0.96471,
1878
- "blue": 0.64706,
1879
- "alpha": 1
1880
- },
1881
- "thumbnailBorderRadius": 4,
1882
- "thumbnailBorderWidth": 1,
1883
- "thumbnailContainerPaddingTop": 24,
1884
- "thumbnailMargin": 4,
1885
- "thumbnailPadding": 8,
1886
- "thumbnailSelectedBorderColor": {
1887
- "red": 0.00392,
1888
- "green": 0.41961,
1889
- "blue": 0.41569,
1878
+ "stepTrackerCurrentBackgroundColor": {
1879
+ "red": 1,
1880
+ "green": 1,
1881
+ "blue": 1,
1890
1882
  "alpha": 1
1891
- },
1892
- "thumbnailSelectedBorderWidth": 2,
1893
- "thumbnailSize": 64
1883
+ }
1894
1884
  }
1895
1885
  },
1896
1886
  "CarouselTabsPanelItem": {
@@ -1900,6 +1890,10 @@
1900
1890
  "values": [true],
1901
1891
  "type": "state"
1902
1892
  },
1893
+ "inverse": {
1894
+ "type": "variant",
1895
+ "values": [true]
1896
+ },
1903
1897
  "pressed": {
1904
1898
  "description": "Applies while an interactive component is being physically pressed. Most visible on touchscreen taps; in React Native Web, this is visible on web mouse clicks only if the pressable is held down.",
1905
1899
  "values": [true, false],
@@ -1956,6 +1950,61 @@
1956
1950
  "if": {
1957
1951
  "selected": true
1958
1952
  },
1953
+ "tokens": {
1954
+ "borderBottomColor": {
1955
+ "red": 0.00392,
1956
+ "green": 0.41961,
1957
+ "blue": 0.41569,
1958
+ "alpha": 1
1959
+ },
1960
+ "borderBottomWidth": 2,
1961
+ "color": {
1962
+ "red": 0.00392,
1963
+ "green": 0.41961,
1964
+ "blue": 0.41569,
1965
+ "alpha": 1
1966
+ }
1967
+ }
1968
+ },
1969
+ {
1970
+ "if": {
1971
+ "inverse": true,
1972
+ "pressed": true
1973
+ },
1974
+ "tokens": {
1975
+ "borderBottomColor": {
1976
+ "red": 0.10588,
1977
+ "green": 0.27843,
1978
+ "blue": 0.27451,
1979
+ "alpha": 1
1980
+ },
1981
+ "borderBottomWidth": 2,
1982
+ "color": {
1983
+ "red": 0.10588,
1984
+ "green": 0.27843,
1985
+ "blue": 0.27451,
1986
+ "alpha": 1
1987
+ }
1988
+ }
1989
+ },
1990
+ {
1991
+ "if": {
1992
+ "inverse": true
1993
+ },
1994
+ "tokens": {
1995
+ "color": {
1996
+ "red": 0.89804,
1997
+ "green": 0.96863,
1998
+ "blue": 0.98431,
1999
+ "alpha": 1
2000
+ }
2001
+ }
2002
+ },
2003
+ {
2004
+ "if": {
2005
+ "inactive": true,
2006
+ "inverse": true
2007
+ },
1959
2008
  "tokens": {
1960
2009
  "borderBottomColor": {
1961
2010
  "red": 0.78824,
@@ -1963,15 +2012,34 @@
1963
2012
  "blue": 0.78431,
1964
2013
  "alpha": 1
1965
2014
  },
1966
- "borderBottomWidth": 2,
2015
+ "borderBottomWidth": 4,
1967
2016
  "color": {
1968
2017
  "red": 0.78824,
1969
2018
  "green": 0.78431,
1970
2019
  "blue": 0.78431,
1971
2020
  "alpha": 1
2021
+ }
2022
+ }
2023
+ },
2024
+ {
2025
+ "if": {
2026
+ "inverse": true,
2027
+ "selected": true
2028
+ },
2029
+ "tokens": {
2030
+ "borderBottomColor": {
2031
+ "red": 1,
2032
+ "green": 1,
2033
+ "blue": 1,
2034
+ "alpha": 1
1972
2035
  },
1973
- "fontName": "StagSans",
1974
- "fontWeight": 400
2036
+ "borderBottomWidth": 4,
2037
+ "color": {
2038
+ "red": 1,
2039
+ "green": 1,
2040
+ "blue": 1,
2041
+ "alpha": 1
2042
+ }
1975
2043
  }
1976
2044
  }
1977
2045
  ],
@@ -1986,25 +2054,86 @@
1986
2054
  "borderBottomStyle": "solid",
1987
2055
  "borderBottomWidth": 1,
1988
2056
  "color": {
1989
- "red": 0.00392,
1990
- "green": 0.41961,
1991
- "blue": 0.41569,
2057
+ "red": 0,
2058
+ "green": 0,
2059
+ "blue": 0,
1992
2060
  "alpha": 1
1993
2061
  },
1994
2062
  "flex": 1,
1995
2063
  "fontName": "StagSans",
1996
2064
  "fontScaleCap": 64,
1997
2065
  "fontSize": 14,
1998
- "fontWeight": 400,
2066
+ "fontWeight": 600,
1999
2067
  "justifyContent": "flex-start",
2000
2068
  "letterSpacing": 0,
2001
- "lineHeight": 1.1,
2069
+ "lineHeight": 1.45,
2002
2070
  "paddingBottom": 16,
2003
2071
  "paddingLeft": 0,
2004
2072
  "paddingRight": 0,
2005
2073
  "paddingTop": 0
2006
2074
  }
2007
2075
  },
2076
+ "CarouselThumbnail": {
2077
+ "appearances": {
2078
+ "pressed": {
2079
+ "description": "Applies while an interactive component is being physically pressed. Most visible on touchscreen taps; in React Native Web, this is visible on web mouse clicks only if the pressable is held down.",
2080
+ "values": [true, false],
2081
+ "type": "state"
2082
+ },
2083
+ "viewport": {
2084
+ "description": "The size label for the current screen viewport based on the current screen width",
2085
+ "values": ["xs", "sm", "md", "lg", "xl"],
2086
+ "type": "state"
2087
+ }
2088
+ },
2089
+ "rules": [
2090
+ {
2091
+ "if": {
2092
+ "viewport": ["xs", "sm"]
2093
+ },
2094
+ "tokens": {
2095
+ "alignItems": "flex-start",
2096
+ "size": 48
2097
+ }
2098
+ },
2099
+ {
2100
+ "if": {
2101
+ "pressed": true
2102
+ },
2103
+ "tokens": {
2104
+ "borderColor": {
2105
+ "red": 0.4,
2106
+ "green": 0.4,
2107
+ "blue": 0.4,
2108
+ "alpha": 1
2109
+ },
2110
+ "borderWidth": 2
2111
+ }
2112
+ }
2113
+ ],
2114
+ "tokens": {
2115
+ "alignItems": "center",
2116
+ "borderColor": {
2117
+ "red": 0.93725,
2118
+ "green": 0.93725,
2119
+ "blue": 0.93725,
2120
+ "alpha": 1
2121
+ },
2122
+ "borderRadius": 8,
2123
+ "borderWidth": 1,
2124
+ "containerPaddingTop": 24,
2125
+ "margin": 4,
2126
+ "padding": 8,
2127
+ "selectedBorderColor": {
2128
+ "red": 0.00392,
2129
+ "green": 0.41961,
2130
+ "blue": 0.41569,
2131
+ "alpha": 1
2132
+ },
2133
+ "selectedBorderWidth": 2,
2134
+ "size": 72
2135
+ }
2136
+ },
2008
2137
  "Checkbox": {
2009
2138
  "appearances": {
2010
2139
  "checked": {
@@ -2725,7 +2854,7 @@
2725
2854
  },
2726
2855
  "expanded": {
2727
2856
  "description": "Applies when an ExpandCollapse panel is open and the content inside is visible",
2728
- "values": [true],
2857
+ "values": [true, false],
2729
2858
  "type": "state"
2730
2859
  },
2731
2860
  "mini": {
@@ -2834,7 +2963,7 @@
2834
2963
  },
2835
2964
  "expanded": {
2836
2965
  "description": "Applies when an ExpandCollapse panel is open and the content inside is visible",
2837
- "values": [true],
2966
+ "values": [true, false],
2838
2967
  "type": "state"
2839
2968
  },
2840
2969
  "inverse": {
@@ -3005,6 +3134,33 @@
3005
3134
  "contentPaddingLeft": 16,
3006
3135
  "contentPaddingRight": 16,
3007
3136
  "contentPaddingTop": 16,
3137
+ "contentPanelBackgroundColor": {
3138
+ "red": 0.93725,
3139
+ "green": 0.93725,
3140
+ "blue": 0.93725,
3141
+ "alpha": 1
3142
+ },
3143
+ "contentPanelBorderColor": {
3144
+ "red": 0,
3145
+ "green": 0,
3146
+ "blue": 0,
3147
+ "alpha": 0
3148
+ },
3149
+ "contentPanelBorderWidth": 0,
3150
+ "contentPanelFontColor": {
3151
+ "red": 0,
3152
+ "green": 0,
3153
+ "blue": 0,
3154
+ "alpha": 1
3155
+ },
3156
+ "contentPanelFontName": "StagSans",
3157
+ "contentPanelFontSize": 16,
3158
+ "contentPanelFontWeight": 700,
3159
+ "contentPanelLineHeight": 1.5,
3160
+ "contentPanelPaddingBottom": 16,
3161
+ "contentPanelPaddingLeft": 24,
3162
+ "contentPanelPaddingRight": 24,
3163
+ "contentPanelPaddingTop": 16,
3008
3164
  "expandDividerColor": {
3009
3165
  "red": 0,
3010
3166
  "green": 0,
@@ -3945,13 +4101,21 @@
3945
4101
  "blue": 0,
3946
4102
  "alpha": 0
3947
4103
  },
4104
+ "borderBottomLeftRadius": null,
4105
+ "borderBottomRightRadius": null,
4106
+ "borderBottomWidth": null,
3948
4107
  "borderColor": {
3949
4108
  "red": 0,
3950
4109
  "green": 0,
3951
4110
  "blue": 0,
3952
4111
  "alpha": 0
3953
4112
  },
4113
+ "borderLeftWidth": null,
3954
4114
  "borderRadius": 99999999999999,
4115
+ "borderRightWidth": null,
4116
+ "borderTopLeftRadius": null,
4117
+ "borderTopRightRadius": null,
4118
+ "borderTopWidth": null,
3955
4119
  "borderWidth": 1,
3956
4120
  "icon": null,
3957
4121
  "iconColor": {
@@ -4293,7 +4457,7 @@
4293
4457
  },
4294
4458
  "expanded": {
4295
4459
  "description": "Applies when an ExpandCollapse panel is open and the content inside is visible",
4296
- "values": [true],
4460
+ "values": [true, false],
4297
4461
  "type": "state"
4298
4462
  },
4299
4463
  "isChild": {
@@ -4721,7 +4885,7 @@
4721
4885
  "appearances": {
4722
4886
  "expanded": {
4723
4887
  "description": "Applies when an ExpandCollapse panel is open and the content inside is visible",
4724
- "values": [true],
4888
+ "values": [true, false],
4725
4889
  "type": "state"
4726
4890
  },
4727
4891
  "pressed": {
@@ -4747,25 +4911,31 @@
4747
4911
  },
4748
4912
  "tokens": {
4749
4913
  "backgroundColor": {
4750
- "red": 0.93725,
4751
- "green": 0.93725,
4752
- "blue": 0.93725,
4914
+ "red": 0.00392,
4915
+ "green": 0.41961,
4916
+ "blue": 0.41569,
4753
4917
  "alpha": 1
4754
4918
  },
4755
4919
  "borderColor": {
4756
- "red": 0.93725,
4757
- "green": 0.93725,
4758
- "blue": 0.93725,
4920
+ "red": 0.00392,
4921
+ "green": 0.41961,
4922
+ "blue": 0.41569,
4759
4923
  "alpha": 1
4760
4924
  },
4761
4925
  "color": {
4926
+ "red": 1,
4927
+ "green": 1,
4928
+ "blue": 1,
4929
+ "alpha": 1
4930
+ },
4931
+ "fontName": "StagSans",
4932
+ "fontWeight": 600,
4933
+ "outerBorderColor": {
4762
4934
  "red": 0.00392,
4763
4935
  "green": 0.41961,
4764
4936
  "blue": 0.41569,
4765
4937
  "alpha": 1
4766
- },
4767
- "fontName": "StagSans",
4768
- "fontWeight": 700
4938
+ }
4769
4939
  }
4770
4940
  },
4771
4941
  {
@@ -4774,22 +4944,22 @@
4774
4944
  },
4775
4945
  "tokens": {
4776
4946
  "backgroundColor": {
4777
- "red": 0.93725,
4778
- "green": 0.93725,
4779
- "blue": 0.93725,
4947
+ "red": 0.34902,
4948
+ "green": 0.34902,
4949
+ "blue": 0.34902,
4780
4950
  "alpha": 1
4781
4951
  },
4782
4952
  "borderColor": {
4783
- "red": 0.00392,
4784
- "green": 0.41961,
4785
- "blue": 0.41569,
4953
+ "red": 0.34902,
4954
+ "green": 0.34902,
4955
+ "blue": 0.34902,
4786
4956
  "alpha": 1
4787
4957
  },
4788
4958
  "borderWidth": 1,
4789
4959
  "color": {
4790
- "red": 0.00392,
4791
- "green": 0.41961,
4792
- "blue": 0.41569,
4960
+ "red": 0.78824,
4961
+ "green": 0.78431,
4962
+ "blue": 0.78431,
4793
4963
  "alpha": 1
4794
4964
  }
4795
4965
  }
@@ -4799,20 +4969,54 @@
4799
4969
  "viewport": ["xs", "sm", "md"]
4800
4970
  },
4801
4971
  "tokens": {
4802
- "textAlign": "flex-start",
4972
+ "textAlign": "space-between",
4803
4973
  "width": 288
4804
4974
  }
4805
4975
  },
4806
4976
  {
4807
4977
  "if": {
4808
- "expanded": true
4978
+ "pressed": true,
4979
+ "selected": true
4809
4980
  },
4810
4981
  "tokens": {
4811
- "icoMenu": "PaletteIconChevronUp"
4982
+ "backgroundColor": {
4983
+ "red": 0.34902,
4984
+ "green": 0.34902,
4985
+ "blue": 0.34902,
4986
+ "alpha": 1
4987
+ },
4988
+ "borderColor": {
4989
+ "red": 0.34902,
4990
+ "green": 0.34902,
4991
+ "blue": 0.34902,
4992
+ "alpha": 1
4993
+ },
4994
+ "color": {
4995
+ "red": 0.78824,
4996
+ "green": 0.78431,
4997
+ "blue": 0.78431,
4998
+ "alpha": 1
4999
+ },
5000
+ "fontName": "StagSans",
5001
+ "fontWeight": 600,
5002
+ "outerBorderColor": {
5003
+ "red": 0.34902,
5004
+ "green": 0.34902,
5005
+ "blue": 0.34902,
5006
+ "alpha": 1
5007
+ }
4812
5008
  }
4813
- }
4814
- ],
4815
- "tokens": {
5009
+ },
5010
+ {
5011
+ "if": {
5012
+ "expanded": true
5013
+ },
5014
+ "tokens": {
5015
+ "icoMenu": "PaletteIconChevronUp"
5016
+ }
5017
+ }
5018
+ ],
5019
+ "tokens": {
4816
5020
  "alignSelf": "flex-start",
4817
5021
  "backgroundColor": {
4818
5022
  "red": 1,
@@ -4826,19 +5030,19 @@
4826
5030
  "blue": 1,
4827
5031
  "alpha": 1
4828
5032
  },
4829
- "borderRadius": 32,
4830
- "borderWidth": 1,
5033
+ "borderRadius": 4,
5034
+ "borderWidth": 4,
4831
5035
  "color": {
4832
- "red": 0.93725,
4833
- "green": 0.93725,
4834
- "blue": 0.93725,
5036
+ "red": 0,
5037
+ "green": 0,
5038
+ "blue": 0,
4835
5039
  "alpha": 1
4836
5040
  },
4837
5041
  "fontName": "StagSans",
4838
5042
  "fontSize": 14,
4839
- "fontWeight": 400,
5043
+ "fontWeight": 600,
4840
5044
  "icoMenu": "PaletteIconChevronDown",
4841
- "lineHeight": 1.14285714286,
5045
+ "lineHeight": 1.45,
4842
5046
  "minWidth": 0,
4843
5047
  "opacity": 1,
4844
5048
  "outerBackgroundColor": {
@@ -4854,11 +5058,11 @@
4854
5058
  "alpha": 0
4855
5059
  },
4856
5060
  "outerBorderGap": 0,
4857
- "outerBorderWidth": 1,
4858
- "paddingBottom": 8,
5061
+ "outerBorderWidth": 0,
5062
+ "paddingBottom": 6,
4859
5063
  "paddingLeft": 16,
4860
5064
  "paddingRight": 16,
4861
- "paddingTop": 8,
5065
+ "paddingTop": 6,
4862
5066
  "shadow": null,
4863
5067
  "textAlign": "center",
4864
5068
  "width": 0
@@ -5712,6 +5916,22 @@
5712
5916
  "alternative": {
5713
5917
  "type": "variant",
5714
5918
  "values": [true]
5919
+ },
5920
+ "disabled": {
5921
+ "type": "variant",
5922
+ "values": [true]
5923
+ },
5924
+ "focus": {
5925
+ "type": "variant",
5926
+ "values": [true]
5927
+ },
5928
+ "hover": {
5929
+ "type": "variant",
5930
+ "values": [true]
5931
+ },
5932
+ "pressed": {
5933
+ "type": "variant",
5934
+ "values": [true]
5715
5935
  }
5716
5936
  },
5717
5937
  "rules": [
@@ -5720,52 +5940,271 @@
5720
5940
  "alternative": true
5721
5941
  },
5722
5942
  "tokens": {
5723
- "padding": 0
5943
+ "paddingBottom": 8,
5944
+ "paddingTop": 8
5945
+ }
5946
+ },
5947
+ {
5948
+ "if": {
5949
+ "hover": true
5950
+ },
5951
+ "tokens": {
5952
+ "inputBackgroundColor": {
5953
+ "red": 0.93725,
5954
+ "green": 0.93725,
5955
+ "blue": 0.93725,
5956
+ "alpha": 1
5957
+ }
5958
+ }
5959
+ },
5960
+ {
5961
+ "if": {
5962
+ "disabled": true
5963
+ },
5964
+ "tokens": {
5965
+ "inputBackgroundColor": {
5966
+ "red": 0.93725,
5967
+ "green": 0.93725,
5968
+ "blue": 0.93725,
5969
+ "alpha": 1
5970
+ },
5971
+ "textColor": {
5972
+ "red": 0.78824,
5973
+ "green": 0.78431,
5974
+ "blue": 0.78431,
5975
+ "alpha": 1
5976
+ }
5977
+ }
5978
+ },
5979
+ {
5980
+ "if": {
5981
+ "focus": true
5982
+ },
5983
+ "tokens": {
5984
+ "inputBorderWidth": 3
5724
5985
  }
5725
5986
  }
5726
5987
  ],
5727
5988
  "tokens": {
5728
- "backgroundColor": {
5989
+ "fontSize": 16,
5990
+ "inputBackgroundColor": {
5991
+ "red": 1,
5992
+ "green": 1,
5993
+ "blue": 1,
5994
+ "alpha": 1
5995
+ },
5996
+ "inputBorderColor": {
5997
+ "red": 0.4,
5998
+ "green": 0.4,
5999
+ "blue": 0.4,
6000
+ "alpha": 1
6001
+ },
6002
+ "inputBorderWidth": 1,
6003
+ "inputWidth": 64,
6004
+ "lineHeight": 1.5,
6005
+ "padding": 12,
6006
+ "paddingBottom": 12,
6007
+ "paddingLeft": 12,
6008
+ "paddingRight": 12,
6009
+ "paddingTop": 12,
6010
+ "textColor": {
5729
6011
  "red": 0,
5730
6012
  "green": 0,
5731
6013
  "blue": 0,
5732
- "alpha": 0
6014
+ "alpha": 1
6015
+ }
6016
+ }
6017
+ },
6018
+ "QuantitySelectorSideButton": {
6019
+ "appearances": {
6020
+ "alternative": {
6021
+ "type": "variant",
6022
+ "values": [true]
6023
+ },
6024
+ "decrease": {
6025
+ "type": "variant",
6026
+ "values": [true]
6027
+ },
6028
+ "disabled": {
6029
+ "type": "variant",
6030
+ "values": [true]
6031
+ },
6032
+ "focus": {
6033
+ "type": "variant",
6034
+ "values": [true]
6035
+ },
6036
+ "hover": {
6037
+ "type": "variant",
6038
+ "values": [true]
6039
+ },
6040
+ "increase": {
6041
+ "type": "variant",
6042
+ "values": [true]
5733
6043
  },
6044
+ "pressed": {
6045
+ "type": "variant",
6046
+ "values": [true]
6047
+ }
6048
+ },
6049
+ "rules": [
6050
+ {
6051
+ "if": {
6052
+ "hover": true
6053
+ },
6054
+ "tokens": {
6055
+ "backgroundColor": {
6056
+ "red": 0.93725,
6057
+ "green": 0.93725,
6058
+ "blue": 0.93725,
6059
+ "alpha": 1
6060
+ }
6061
+ }
6062
+ },
6063
+ {
6064
+ "if": {
6065
+ "pressed": true
6066
+ },
6067
+ "tokens": {
6068
+ "backgroundColor": {
6069
+ "red": 0.78824,
6070
+ "green": 0.78431,
6071
+ "blue": 0.78431,
6072
+ "alpha": 1
6073
+ },
6074
+ "borderWidth": 3
6075
+ }
6076
+ },
6077
+ {
6078
+ "if": {
6079
+ "decrease": true
6080
+ },
6081
+ "tokens": {
6082
+ "borderBottomLeftRadius": 4,
6083
+ "borderRightWidth": 0,
6084
+ "borderTopLeftRadius": 4,
6085
+ "icon": "PaletteIconSubtract"
6086
+ }
6087
+ },
6088
+ {
6089
+ "if": {
6090
+ "increase": true
6091
+ },
6092
+ "tokens": {
6093
+ "borderBottomRightRadius": 4,
6094
+ "borderLeftWidth": 0,
6095
+ "borderTopRightRadius": 4,
6096
+ "icon": "PaletteIconAdd"
6097
+ }
6098
+ },
6099
+ {
6100
+ "if": {
6101
+ "focus": true,
6102
+ "increase": true
6103
+ },
6104
+ "tokens": {
6105
+ "borderBottomWidth": 3,
6106
+ "borderLeftWidth": 2,
6107
+ "borderRightWidth": 3,
6108
+ "borderTopWidth": 3
6109
+ }
6110
+ },
6111
+ {
6112
+ "if": {
6113
+ "decrease": true,
6114
+ "focus": true
6115
+ },
6116
+ "tokens": {
6117
+ "borderBottomWidth": 3,
6118
+ "borderLeftWidth": 3,
6119
+ "borderRightWidth": 2,
6120
+ "borderTopWidth": 3
6121
+ }
6122
+ },
6123
+ {
6124
+ "if": {
6125
+ "disabled": true
6126
+ },
6127
+ "tokens": {
6128
+ "backgroundColor": {
6129
+ "red": 0.93725,
6130
+ "green": 0.93725,
6131
+ "blue": 0.93725,
6132
+ "alpha": 1
6133
+ },
6134
+ "iconColor": {
6135
+ "red": 0.78824,
6136
+ "green": 0.78431,
6137
+ "blue": 0.78431,
6138
+ "alpha": 1
6139
+ }
6140
+ }
6141
+ },
6142
+ {
6143
+ "if": {
6144
+ "alternative": true
6145
+ },
6146
+ "tokens": {
6147
+ "paddingBottom": 12,
6148
+ "paddingTop": 12
6149
+ }
6150
+ },
6151
+ {
6152
+ "if": {
6153
+ "alternative": true,
6154
+ "increase": true
6155
+ },
6156
+ "tokens": {
6157
+ "borderBottomRightRadius": 24,
6158
+ "borderTopRightRadius": 24
6159
+ }
6160
+ },
6161
+ {
6162
+ "if": {
6163
+ "alternative": true,
6164
+ "decrease": true
6165
+ },
6166
+ "tokens": {
6167
+ "borderBottomLeftRadius": 24,
6168
+ "borderTopLeftRadius": 24
6169
+ }
6170
+ }
6171
+ ],
6172
+ "tokens": {
6173
+ "backgroundColor": {
6174
+ "red": 1,
6175
+ "green": 1,
6176
+ "blue": 1,
6177
+ "alpha": 1
6178
+ },
6179
+ "borderBottomLeftRadius": 0,
6180
+ "borderBottomRightRadius": 0,
6181
+ "borderBottomWidth": 1,
5734
6182
  "borderColor": {
5735
- "red": 0,
5736
- "green": 0,
5737
- "blue": 0,
5738
- "alpha": 0
6183
+ "red": 0.4,
6184
+ "green": 0.4,
6185
+ "blue": 0.4,
6186
+ "alpha": 1
5739
6187
  },
6188
+ "borderLeftWidth": 1,
6189
+ "borderRadius": 0,
6190
+ "borderRightWidth": 1,
6191
+ "borderTopLeftRadius": 0,
6192
+ "borderTopRightRadius": 0,
6193
+ "borderTopWidth": 1,
6194
+ "borderWidth": 1,
6195
+ "icon": null,
5740
6196
  "iconColor": {
5741
6197
  "red": 0,
5742
6198
  "green": 0,
5743
6199
  "blue": 0,
5744
- "alpha": 0
6200
+ "alpha": 1
5745
6201
  },
5746
6202
  "iconSize": 16,
5747
- "inputBackgroundColor": {
5748
- "red": 0,
5749
- "green": 0,
5750
- "blue": 0,
5751
- "alpha": 0
5752
- },
5753
- "inputBorderColor": {
5754
- "red": 0,
5755
- "green": 0,
5756
- "blue": 0,
5757
- "alpha": 0
5758
- },
5759
- "inputBorderWidth": 1,
5760
- "leftIcon": "PaletteIconSubtract",
5761
6203
  "padding": 16,
5762
- "rightIcon": "PaletteIconAdd",
5763
- "textColor": {
5764
- "red": 0,
5765
- "green": 0,
5766
- "blue": 0,
5767
- "alpha": 0
5768
- }
6204
+ "paddingBottom": 16,
6205
+ "paddingLeft": 16,
6206
+ "paddingRight": 16,
6207
+ "paddingTop": 16
5769
6208
  }
5770
6209
  },
5771
6210
  "QuickLinks": {
@@ -7112,7 +7551,7 @@
7112
7551
  },
7113
7552
  "expanded": {
7114
7553
  "description": "Applies when an ExpandCollapse panel is open and the content inside is visible",
7115
- "values": [true],
7554
+ "values": [true, false],
7116
7555
  "type": "state"
7117
7556
  },
7118
7557
  "type": {
@@ -7256,7 +7695,7 @@
7256
7695
  "appearances": {
7257
7696
  "expanded": {
7258
7697
  "description": "Applies when an ExpandCollapse panel is open and the content inside is visible",
7259
- "values": [true],
7698
+ "values": [true, false],
7260
7699
  "type": "state"
7261
7700
  }
7262
7701
  },
@@ -7317,22 +7756,32 @@
7317
7756
  }
7318
7757
  },
7319
7758
  "SkipLink": {
7320
- "appearances": {},
7759
+ "appearances": {
7760
+ "pressed": {
7761
+ "description": "Applies while an interactive component is being physically pressed. Most visible on touchscreen taps; in React Native Web, this is visible on web mouse clicks only if the pressable is held down.",
7762
+ "values": [true, false],
7763
+ "type": "state"
7764
+ }
7765
+ },
7321
7766
  "rules": [],
7322
7767
  "tokens": {
7323
7768
  "backgroundColor": {
7324
- "red": 0.10588,
7325
- "green": 0.27843,
7326
- "blue": 0.27451,
7327
- "alpha": 1
7328
- },
7329
- "borderRadius": 12,
7330
- "color": {
7331
7769
  "red": 1,
7332
7770
  "green": 1,
7333
7771
  "blue": 1,
7334
7772
  "alpha": 1
7335
7773
  },
7774
+ "borderRadius": 4,
7775
+ "color": {
7776
+ "red": 0.00392,
7777
+ "green": 0.41961,
7778
+ "blue": 0.41569,
7779
+ "alpha": 1
7780
+ },
7781
+ "fontName": "StagSans",
7782
+ "fontSize": 16,
7783
+ "fontWeight": 600,
7784
+ "lineHeight": 1.5,
7336
7785
  "outlineColor": {
7337
7786
  "red": 0.00392,
7338
7787
  "green": 0.41961,
@@ -7342,8 +7791,9 @@
7342
7791
  "outlineOffset": 0,
7343
7792
  "outlineStyle": "solid",
7344
7793
  "outlineWidth": 2,
7345
- "paddingHorizontal": 8,
7346
- "paddingVertical": 8
7794
+ "paddingHorizontal": 2,
7795
+ "paddingVertical": 2,
7796
+ "textLine": "underline"
7347
7797
  }
7348
7798
  },
7349
7799
  "Spinner": {
@@ -7527,16 +7977,16 @@
7527
7977
  "alpha": 1
7528
7978
  },
7529
7979
  "knobCompletedBorderColor": {
7530
- "red": 1,
7531
- "green": 1,
7532
- "blue": 1,
7533
- "alpha": 1
7980
+ "red": 0,
7981
+ "green": 0,
7982
+ "blue": 0,
7983
+ "alpha": 0
7534
7984
  },
7535
7985
  "knobCurrentBackgroundColor": {
7536
- "red": 1,
7537
- "green": 1,
7538
- "blue": 1,
7539
- "alpha": 1
7986
+ "red": 0,
7987
+ "green": 0,
7988
+ "blue": 0,
7989
+ "alpha": 0
7540
7990
  },
7541
7991
  "knobCurrentBorderColor": {
7542
7992
  "red": 1,
@@ -7756,18 +8206,180 @@
7756
8206
  "Table": {
7757
8207
  "appearances": {
7758
8208
  "spacing": {
8209
+ "description": "Adjusts the height of the table cell",
7759
8210
  "type": "variant",
7760
- "values": ["compact"]
8211
+ "values": ["compact", "default"]
8212
+ },
8213
+ "text": {
8214
+ "type": "variant",
8215
+ "values": ["small"]
8216
+ },
8217
+ "type": {
8218
+ "type": "variant",
8219
+ "values": ["subHeading", "rowHeading", "heading", "default"]
7761
8220
  }
7762
8221
  },
7763
8222
  "rules": [
7764
8223
  {
7765
8224
  "if": {
7766
- "spacing": "compact"
8225
+ "spacing": "compact",
8226
+ "type": "default"
8227
+ },
8228
+ "tokens": {
8229
+ "cellPaddingBottom": 8,
8230
+ "cellPaddingTop": 8,
8231
+ "fontSize": 16,
8232
+ "lineHeight": 1.25
8233
+ }
8234
+ },
8235
+ {
8236
+ "if": {
8237
+ "spacing": "compact",
8238
+ "type": "rowHeading"
8239
+ },
8240
+ "tokens": {
8241
+ "cellPaddingBottom": 8,
8242
+ "cellPaddingTop": 8,
8243
+ "fontName": "StagSans",
8244
+ "fontSize": 16,
8245
+ "fontWeight": 600,
8246
+ "lineHeight": 1.25
8247
+ }
8248
+ },
8249
+ {
8250
+ "if": {
8251
+ "spacing": "compact",
8252
+ "type": "subHeading"
7767
8253
  },
7768
8254
  "tokens": {
8255
+ "cellBackground": {
8256
+ "red": 0.98039,
8257
+ "green": 0.98039,
8258
+ "blue": 0.98039,
8259
+ "alpha": 1
8260
+ },
7769
8261
  "cellPaddingBottom": 8,
7770
- "cellPaddingTop": 8
8262
+ "cellPaddingTop": 8,
8263
+ "fontName": "StagSans",
8264
+ "fontSize": 16,
8265
+ "fontWeight": 600,
8266
+ "lineHeight": 1.25
8267
+ }
8268
+ },
8269
+ {
8270
+ "if": {
8271
+ "spacing": "default",
8272
+ "type": "heading"
8273
+ },
8274
+ "tokens": {
8275
+ "cellBackground": {
8276
+ "red": 0.75686,
8277
+ "green": 0.94902,
8278
+ "blue": 0.9098,
8279
+ "alpha": 1
8280
+ },
8281
+ "cellBoxShadowColor": {
8282
+ "red": 0,
8283
+ "green": 0,
8284
+ "blue": 0,
8285
+ "alpha": 0
8286
+ },
8287
+ "fontName": "StagSans",
8288
+ "fontSize": 16,
8289
+ "fontWeight": 600,
8290
+ "lineHeight": 1.5
8291
+ }
8292
+ },
8293
+ {
8294
+ "if": {
8295
+ "spacing": "compact",
8296
+ "type": "heading"
8297
+ },
8298
+ "tokens": {
8299
+ "cellBackground": {
8300
+ "red": 0.75686,
8301
+ "green": 0.94902,
8302
+ "blue": 0.9098,
8303
+ "alpha": 1
8304
+ },
8305
+ "cellBoxShadowColor": {
8306
+ "red": 0,
8307
+ "green": 0,
8308
+ "blue": 0,
8309
+ "alpha": 0
8310
+ },
8311
+ "fontName": "StagSans",
8312
+ "fontSize": 16,
8313
+ "fontWeight": 600,
8314
+ "lineHeight": 1.25
8315
+ }
8316
+ },
8317
+ {
8318
+ "if": {
8319
+ "spacing": "default",
8320
+ "type": "subHeading"
8321
+ },
8322
+ "tokens": {
8323
+ "cellBackground": {
8324
+ "red": 0.98039,
8325
+ "green": 0.98039,
8326
+ "blue": 0.98039,
8327
+ "alpha": 1
8328
+ },
8329
+ "fontName": "StagSans",
8330
+ "fontSize": 16,
8331
+ "fontWeight": 600,
8332
+ "lineHeight": 1.5
8333
+ }
8334
+ },
8335
+ {
8336
+ "if": {
8337
+ "spacing": "default",
8338
+ "type": "rowHeading"
8339
+ },
8340
+ "tokens": {
8341
+ "fontName": "StagSans",
8342
+ "fontSize": 16,
8343
+ "fontWeight": 600,
8344
+ "lineHeight": 1.5
8345
+ }
8346
+ },
8347
+ {
8348
+ "if": {
8349
+ "text": "small",
8350
+ "type": "default"
8351
+ },
8352
+ "tokens": {
8353
+ "fontName": "StagSans",
8354
+ "fontSize": 14,
8355
+ "fontWeight": 400,
8356
+ "lineHeight": 1.42857142857
8357
+ }
8358
+ },
8359
+ {
8360
+ "if": {
8361
+ "spacing": "default",
8362
+ "text": "small",
8363
+ "type": "rowHeading"
8364
+ },
8365
+ "tokens": {
8366
+ "fontName": "StagSans",
8367
+ "fontSize": 14,
8368
+ "fontWeight": 600,
8369
+ "lineHeight": 1.42857142857
8370
+ }
8371
+ },
8372
+ {
8373
+ "if": {
8374
+ "spacing": "compact",
8375
+ "text": "small",
8376
+ "type": "rowHeading"
8377
+ },
8378
+ "tokens": {
8379
+ "fontName": "StagSans",
8380
+ "fontSize": 14,
8381
+ "fontWeight": 600,
8382
+ "lineHeight": 1.14285714286
7771
8383
  }
7772
8384
  }
7773
8385
  ],
@@ -7784,51 +8396,34 @@
7784
8396
  "blue": 0.93725,
7785
8397
  "alpha": 1
7786
8398
  },
7787
- "cellHeadingBackground": {
7788
- "red": 0.75686,
7789
- "green": 0.94902,
7790
- "blue": 0.9098,
7791
- "alpha": 1
7792
- },
7793
- "cellHeadingBoxShadowColor": {
7794
- "red": 0.93725,
7795
- "green": 0.93725,
7796
- "blue": 0.93725,
7797
- "alpha": 1
7798
- },
7799
8399
  "cellMinWidth": 0,
7800
8400
  "cellPaddingBottom": 16,
7801
8401
  "cellPaddingLeft": 16,
7802
8402
  "cellPaddingRight": 16,
7803
8403
  "cellPaddingTop": 16,
7804
- "cellRowHeadingBackground": {
7805
- "red": 1,
7806
- "green": 1,
7807
- "blue": 1,
7808
- "alpha": 1
7809
- },
7810
8404
  "cellStickyShadow": {
7811
- "inset": true,
8405
+ "inset": false,
7812
8406
  "offsetX": 0,
7813
- "offsetY": 1,
7814
- "blur": 1,
8407
+ "offsetY": 4,
8408
+ "blur": 8,
7815
8409
  "spread": 0,
7816
8410
  "color": {
7817
- "red": 1,
7818
- "green": 1,
7819
- "blue": 1,
7820
- "alpha": 0.8
8411
+ "red": 0,
8412
+ "green": 0,
8413
+ "blue": 0,
8414
+ "alpha": 0.1
7821
8415
  }
7822
8416
  },
7823
- "cellSubheadingBackground": {
7824
- "red": 0.98039,
7825
- "green": 0.98039,
7826
- "blue": 0.98039,
7827
- "alpha": 1
7828
- },
7829
8417
  "fontName": "StagSans",
7830
8418
  "fontSize": 16,
7831
- "fontWeight": 600,
8419
+ "fontWeight": 400,
8420
+ "lineHeight": 1.5,
8421
+ "stickyBackgroundColor": {
8422
+ "red": 1,
8423
+ "green": 1,
8424
+ "blue": 1,
8425
+ "alpha": 1
8426
+ },
7832
8427
  "tablePaddingBottom": 24
7833
8428
  }
7834
8429
  },
@@ -8138,6 +8733,7 @@
8138
8733
  "blue": 1,
8139
8734
  "alpha": 1
8140
8735
  },
8736
+ "iconPadding": 4,
8141
8737
  "outerBorderColor": {
8142
8738
  "red": 0,
8143
8739
  "green": 0,
@@ -8245,7 +8841,7 @@
8245
8841
  "outerBorderWidth": 0,
8246
8842
  "paddingBottom": 8,
8247
8843
  "paddingLeft": 16,
8248
- "paddingRight": 8,
8844
+ "paddingRight": 16,
8249
8845
  "paddingTop": 8,
8250
8846
  "shadow": null,
8251
8847
  "textAlign": "center"
@@ -8255,11 +8851,26 @@
8255
8851
  "appearances": {
8256
8852
  "expanded": {
8257
8853
  "description": "Applies when an ExpandCollapse panel is open and the content inside is visible",
8258
- "values": [true],
8854
+ "values": [true, false],
8855
+ "type": "state"
8856
+ },
8857
+ "viewport": {
8858
+ "description": "The size label for the current screen viewport based on the current screen width",
8859
+ "values": ["xs", "sm", "md", "lg", "xl"],
8259
8860
  "type": "state"
8260
8861
  }
8261
8862
  },
8262
8863
  "rules": [
8864
+ {
8865
+ "if": {
8866
+ "viewport": ["xs", "sm"]
8867
+ },
8868
+ "tokens": {
8869
+ "expandContentPaddingRight": 24,
8870
+ "listMarginLeft": 2,
8871
+ "titlePaddingLeft": 2
8872
+ }
8873
+ },
8263
8874
  {
8264
8875
  "if": {
8265
8876
  "expanded": true
@@ -8270,41 +8881,65 @@
8270
8881
  }
8271
8882
  ],
8272
8883
  "tokens": {
8884
+ "contentBorderColor": {
8885
+ "red": 0,
8886
+ "green": 0,
8887
+ "blue": 0,
8888
+ "alpha": 0
8889
+ },
8890
+ "contentMarginBottom": 0,
8273
8891
  "contentPaddingBottom": 8,
8274
8892
  "contentPaddingLeft": 16,
8893
+ "dividerColor": {
8894
+ "red": 0.78824,
8895
+ "green": 0.78431,
8896
+ "blue": 0.78431,
8897
+ "alpha": 1
8898
+ },
8275
8899
  "expandBaseBorderWidth": 0,
8276
8900
  "expandContentPaddingBottom": 16,
8277
8901
  "expandContentPaddingLeft": 16,
8278
8902
  "expandContentPaddingRight": 16,
8279
8903
  "expandContentPaddingTop": 16,
8280
8904
  "expandIconContainerAlignItems": "center",
8281
- "expandIconContainerBorder": 1,
8905
+ "expandIconContainerBorder": 0,
8282
8906
  "expandIconContainerBorderColor": {
8283
- "red": 0.93725,
8284
- "green": 0.93725,
8285
- "blue": 0.93725,
8286
- "alpha": 1
8907
+ "red": 0,
8908
+ "green": 0,
8909
+ "blue": 0,
8910
+ "alpha": 0
8287
8911
  },
8288
8912
  "expandIconContainerHeight": 32,
8289
8913
  "expandIconContainerJustifyContent": "center",
8290
8914
  "expandIconContainerMarginX": 0,
8291
8915
  "expandIconContainerMarginY": 12,
8292
8916
  "expandIconContainerWidth": 32,
8917
+ "expandTitleBorder": 0,
8918
+ "expandTitleBorderColor": {
8919
+ "red": 0,
8920
+ "green": 0,
8921
+ "blue": 0,
8922
+ "alpha": 0
8923
+ },
8293
8924
  "expandTitleColor": {
8294
- "red": 0.93725,
8295
- "green": 0.93725,
8296
- "blue": 0.93725,
8925
+ "red": 0,
8926
+ "green": 0,
8927
+ "blue": 0,
8297
8928
  "alpha": 1
8298
8929
  },
8930
+ "expandTitleFontName": "StagSans",
8299
8931
  "expandTitleFontSize": 16,
8932
+ "expandTitleFontWeight": 600,
8300
8933
  "expandTitleLineHeight": 1.5,
8301
8934
  "expandTitleMarginX": 4,
8302
8935
  "expandTitleMarginY": 0,
8936
+ "expandTitlePaddingLeft": 0,
8937
+ "expandTitleUnderline": "none",
8303
8938
  "icon": "PaletteIconChevronDown",
8304
8939
  "listColor": {
8305
- "red": 0.00392,
8306
- "green": 0.41961,
8307
- "blue": 0.41569,
8940
+ "red": 0,
8941
+ "green": 0,
8942
+ "blue": 0,
8308
8943
  "alpha": 1
8309
8944
  },
8310
8945
  "listFontName": "StagSans",
@@ -8324,36 +8959,71 @@
8324
8959
  },
8325
8960
  "titleFontSize": 14,
8326
8961
  "titleLineHeight": 1.42857142857,
8327
- "titlePaddingLeft": 8,
8328
- "unorderedPadding": 0
8962
+ "titlePaddingLeft": 32,
8963
+ "unorderedPadding": 12
8329
8964
  }
8330
8965
  },
8331
8966
  "Testimonial": {
8332
- "appearances": {},
8333
- "rules": [],
8967
+ "appearances": {
8968
+ "viewport": {
8969
+ "description": "The size label for the current screen viewport based on the current screen width",
8970
+ "values": ["xs", "sm", "md", "lg", "xl"],
8971
+ "type": "state"
8972
+ }
8973
+ },
8974
+ "rules": [
8975
+ {
8976
+ "if": {
8977
+ "viewport": ["md", "lg", "xl"]
8978
+ },
8979
+ "tokens": {
8980
+ "testimonialFontNameHeading": "StagSans",
8981
+ "testimonialFontSizeHeading": 32,
8982
+ "testimonialFontWeightHeading": 700,
8983
+ "testimonialLineHeightHeading": 1.25
8984
+ }
8985
+ }
8986
+ ],
8334
8987
  "tokens": {
8988
+ "additionalFontName": "StagSans",
8989
+ "additionalFontSize": 14,
8990
+ "additionalFontWeight": 400,
8991
+ "additionalLineHeight": 1.42857142857,
8992
+ "authorFontName": "StagSans",
8993
+ "authorFontSize": 16,
8994
+ "authorFontWeight": 600,
8995
+ "authorLineHeight": 1.5,
8335
8996
  "dividerBackgroundColor": {
8336
- "red": 1,
8337
- "green": 1,
8338
- "blue": 1,
8997
+ "red": 0.78824,
8998
+ "green": 0.78431,
8999
+ "blue": 0.78431,
8339
9000
  "alpha": 1
8340
9001
  },
8341
9002
  "dividerBorder": 1,
8342
9003
  "figcaptionGap": 12,
8343
- "icon": "PaletteIconArrowLeft",
9004
+ "icon": "PaletteIconQuoteLeft",
8344
9005
  "iconColor": {
8345
- "red": 1,
8346
- "green": 1,
8347
- "blue": 1,
9006
+ "red": 0.78824,
9007
+ "green": 0.78431,
9008
+ "blue": 0.78431,
8348
9009
  "alpha": 1
8349
9010
  },
9011
+ "iconFr": "PaletteIconQuoteRightArrow",
8350
9012
  "imageSize": 48,
8351
9013
  "quoteContainerGap": 4,
8352
9014
  "testimonialContainerGap": 12,
9015
+ "testimonialFontNameHeading": "StagSans",
9016
+ "testimonialFontNameLarge": "StagSans",
9017
+ "testimonialFontSizeHeading": 24,
9018
+ "testimonialFontSizeLarge": 20,
9019
+ "testimonialFontWeightHeading": 700,
9020
+ "testimonialFontWeightLarge": 400,
9021
+ "testimonialLineHeightHeading": 1.33333333333,
9022
+ "testimonialLineHeightLarge": 1.4,
8353
9023
  "textColor": {
8354
- "red": 1,
8355
- "green": 1,
8356
- "blue": 1,
9024
+ "red": 0,
9025
+ "green": 0,
9026
+ "blue": 0,
8357
9027
  "alpha": 1
8358
9028
  }
8359
9029
  }
@@ -8937,9 +9607,9 @@
8937
9607
  "alpha": 1
8938
9608
  },
8939
9609
  "color": {
8940
- "red": 0.10588,
8941
- "green": 0.27843,
8942
- "blue": 0.27451,
9610
+ "red": 0,
9611
+ "green": 0,
9612
+ "blue": 0,
8943
9613
  "alpha": 1
8944
9614
  }
8945
9615
  }
@@ -8950,16 +9620,16 @@
8950
9620
  "arrowOffset": 4,
8951
9621
  "arrowWidth": 8,
8952
9622
  "backgroundColor": {
8953
- "red": 0.10588,
8954
- "green": 0.27843,
8955
- "blue": 0.27451,
9623
+ "red": 0.76471,
9624
+ "green": 0.93725,
9625
+ "blue": 1,
8956
9626
  "alpha": 1
8957
9627
  },
8958
9628
  "borderRadius": 4,
8959
9629
  "color": {
8960
- "red": 1,
8961
- "green": 1,
8962
- "blue": 1,
9630
+ "red": 0,
9631
+ "green": 0,
9632
+ "blue": 0,
8963
9633
  "alpha": 1
8964
9634
  },
8965
9635
  "fontName": "StagSans",
@@ -8987,6 +9657,10 @@
8987
9657
  },
8988
9658
  "TooltipButton": {
8989
9659
  "appearances": {
9660
+ "inverse": {
9661
+ "type": "variant",
9662
+ "values": [true]
9663
+ },
8990
9664
  "pressed": {
8991
9665
  "description": "Applies while an interactive component is being physically pressed. Most visible on touchscreen taps; in React Native Web, this is visible on web mouse clicks only if the pressable is held down.",
8992
9666
  "values": [true, false],
@@ -8996,25 +9670,77 @@
8996
9670
  "rules": [
8997
9671
  {
8998
9672
  "if": {
9673
+ "inverse": true
9674
+ },
9675
+ "tokens": {
9676
+ "backgroundColor": {
9677
+ "red": 0,
9678
+ "green": 0,
9679
+ "blue": 0,
9680
+ "alpha": 0
9681
+ },
9682
+ "iconColor": {
9683
+ "red": 1,
9684
+ "green": 1,
9685
+ "blue": 1,
9686
+ "alpha": 1
9687
+ }
9688
+ }
9689
+ },
9690
+ {
9691
+ "if": {
9692
+ "inverse": true,
8999
9693
  "pressed": true
9000
9694
  },
9001
9695
  "tokens": {
9696
+ "backgroundColor": {
9697
+ "red": 1,
9698
+ "green": 1,
9699
+ "blue": 1,
9700
+ "alpha": 1
9701
+ },
9002
9702
  "iconColor": {
9003
- "red": 0.10588,
9004
- "green": 0.27843,
9005
- "blue": 0.27451,
9703
+ "red": 0.78824,
9704
+ "green": 0.78431,
9705
+ "blue": 0.78431,
9706
+ "alpha": 1
9707
+ }
9708
+ }
9709
+ },
9710
+ {
9711
+ "if": {
9712
+ "inverse": null,
9713
+ "pressed": true
9714
+ },
9715
+ "tokens": {
9716
+ "backgroundColor": {
9717
+ "red": 0.00392,
9718
+ "green": 0.41961,
9719
+ "blue": 0.41569,
9720
+ "alpha": 1
9721
+ },
9722
+ "iconColor": {
9723
+ "red": 1,
9724
+ "green": 1,
9725
+ "blue": 1,
9006
9726
  "alpha": 1
9007
9727
  }
9008
9728
  }
9009
9729
  }
9010
9730
  ],
9011
9731
  "tokens": {
9732
+ "backgroundColor": {
9733
+ "red": 0,
9734
+ "green": 0,
9735
+ "blue": 0,
9736
+ "alpha": 0
9737
+ },
9012
9738
  "borderRadius": 32,
9013
- "icon": "PaletteIconInfo",
9739
+ "icon": "PaletteIconTooltip",
9014
9740
  "iconColor": {
9015
- "red": 0.93333,
9016
- "green": 0.17255,
9017
- "blue": 0.4549,
9741
+ "red": 0.00392,
9742
+ "green": 0.41961,
9743
+ "blue": 0.41569,
9018
9744
  "alpha": 1
9019
9745
  },
9020
9746
  "iconScale": 1,
@@ -9547,6 +10273,7 @@
9547
10273
  "fontWeight": 400,
9548
10274
  "letterSpacing": 0,
9549
10275
  "lineHeight": 1.5,
10276
+ "superScriptFontSize": null,
9550
10277
  "textTransform": "none"
9551
10278
  }
9552
10279
  },
@@ -9679,26 +10406,26 @@
9679
10406
  "rules": [],
9680
10407
  "tokens": {
9681
10408
  "framedContainerBackgroundColor": {
9682
- "red": 0,
9683
- "green": 0,
9684
- "blue": 0,
9685
- "alpha": 0
10409
+ "red": 0.98039,
10410
+ "green": 0.98039,
10411
+ "blue": 0.98039,
10412
+ "alpha": 1
9686
10413
  },
9687
10414
  "framedContainerBorderColor": {
9688
- "red": 0,
9689
- "green": 0,
9690
- "blue": 0,
9691
- "alpha": 0
10415
+ "red": 0.78824,
10416
+ "green": 0.78431,
10417
+ "blue": 0.78431,
10418
+ "alpha": 1
9692
10419
  },
9693
10420
  "framedContainerBorderRadius": 4,
9694
10421
  "framedContainerBorderWidth": 1,
9695
10422
  "framedContainerPadding": 24,
9696
10423
  "framedMaxHeight": 640,
9697
10424
  "stackViewDividerColor": {
9698
- "red": 0,
9699
- "green": 0,
9700
- "blue": 0,
9701
- "alpha": 0
10425
+ "red": 0.78824,
10426
+ "green": 0.78431,
10427
+ "blue": 0.78431,
10428
+ "alpha": 1
9702
10429
  }
9703
10430
  }
9704
10431
  },
@@ -9711,39 +10438,93 @@
9711
10438
  }
9712
10439
  },
9713
10440
  "VideoPickerThumbnail": {
9714
- "appearances": {},
9715
- "rules": [],
10441
+ "appearances": {
10442
+ "pressed": {
10443
+ "description": "Applies while an interactive component is being physically pressed. Most visible on touchscreen taps; in React Native Web, this is visible on web mouse clicks only if the pressable is held down.",
10444
+ "values": [true, false],
10445
+ "type": "state"
10446
+ },
10447
+ "selected": {
10448
+ "description": "Applies while an interactive component is the currently selected one in a set of states or components, for example a button in a `ButtonGroup`.",
10449
+ "values": [true],
10450
+ "type": "state"
10451
+ }
10452
+ },
10453
+ "rules": [
10454
+ {
10455
+ "if": {
10456
+ "pressed": true
10457
+ },
10458
+ "tokens": {
10459
+ "borderColor": {
10460
+ "red": 0.34902,
10461
+ "green": 0.34902,
10462
+ "blue": 0.34902,
10463
+ "alpha": 1
10464
+ },
10465
+ "borderWidth": 3
10466
+ }
10467
+ },
10468
+ {
10469
+ "if": {
10470
+ "selected": true
10471
+ },
10472
+ "tokens": {
10473
+ "borderColor": {
10474
+ "red": 0.00392,
10475
+ "green": 0.41961,
10476
+ "blue": 0.41569,
10477
+ "alpha": 1
10478
+ },
10479
+ "titleColor": {
10480
+ "red": 0.00392,
10481
+ "green": 0.41961,
10482
+ "blue": 0.41569,
10483
+ "alpha": 1
10484
+ }
10485
+ }
10486
+ }
10487
+ ],
9716
10488
  "tokens": {
9717
10489
  "borderColor": {
9718
- "red": 0,
9719
- "green": 0,
9720
- "blue": 0,
9721
- "alpha": 0
10490
+ "red": 0.78824,
10491
+ "green": 0.78431,
10492
+ "blue": 0.78431,
10493
+ "alpha": 1
9722
10494
  },
9723
10495
  "borderRadius": 4,
9724
10496
  "borderWidth": 2,
9725
- "pressableBorderTopColor": {
10497
+ "outerBorderColor": {
9726
10498
  "red": 0,
9727
10499
  "green": 0,
9728
10500
  "blue": 0,
9729
10501
  "alpha": 0
9730
10502
  },
10503
+ "outerBorderGap": 2,
10504
+ "outerBorderRadius": 8,
10505
+ "outerBorderWidth": 2,
10506
+ "pressableBorderTopColor": {
10507
+ "red": 0.78824,
10508
+ "green": 0.78431,
10509
+ "blue": 0.78431,
10510
+ "alpha": 1
10511
+ },
9731
10512
  "pressableBorderTopWidth": 1,
9732
10513
  "pressablePaddingBottom": 16,
9733
10514
  "pressablePaddingHorizontal": 24,
9734
10515
  "pressablePaddingVertical": 16,
9735
10516
  "splashButtonRadius": 4,
9736
10517
  "subTitleColor": {
9737
- "red": 0,
9738
- "green": 0,
9739
- "blue": 0,
9740
- "alpha": 0
10518
+ "red": 0.34902,
10519
+ "green": 0.34902,
10520
+ "blue": 0.34902,
10521
+ "alpha": 1
9741
10522
  },
9742
10523
  "titleColor": {
9743
10524
  "red": 0,
9744
10525
  "green": 0,
9745
10526
  "blue": 0,
9746
- "alpha": 0
10527
+ "alpha": 1
9747
10528
  }
9748
10529
  }
9749
10530
  },
@@ -10018,7 +10799,7 @@
10018
10799
  }
10019
10800
  },
10020
10801
  "metadata": {
10021
- "themeTokensVersion": "2.36.0",
10802
+ "themeTokensVersion": "2.38.0",
10022
10803
  "name": "theme-koodo"
10023
10804
  }
10024
10805
  }