@telus-uds/theme-koodo 4.8.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": {
@@ -3972,13 +4101,21 @@
3972
4101
  "blue": 0,
3973
4102
  "alpha": 0
3974
4103
  },
4104
+ "borderBottomLeftRadius": null,
4105
+ "borderBottomRightRadius": null,
4106
+ "borderBottomWidth": null,
3975
4107
  "borderColor": {
3976
4108
  "red": 0,
3977
4109
  "green": 0,
3978
4110
  "blue": 0,
3979
4111
  "alpha": 0
3980
4112
  },
4113
+ "borderLeftWidth": null,
3981
4114
  "borderRadius": 99999999999999,
4115
+ "borderRightWidth": null,
4116
+ "borderTopLeftRadius": null,
4117
+ "borderTopRightRadius": null,
4118
+ "borderTopWidth": null,
3982
4119
  "borderWidth": 1,
3983
4120
  "icon": null,
3984
4121
  "iconColor": {
@@ -4320,7 +4457,7 @@
4320
4457
  },
4321
4458
  "expanded": {
4322
4459
  "description": "Applies when an ExpandCollapse panel is open and the content inside is visible",
4323
- "values": [true],
4460
+ "values": [true, false],
4324
4461
  "type": "state"
4325
4462
  },
4326
4463
  "isChild": {
@@ -4748,7 +4885,7 @@
4748
4885
  "appearances": {
4749
4886
  "expanded": {
4750
4887
  "description": "Applies when an ExpandCollapse panel is open and the content inside is visible",
4751
- "values": [true],
4888
+ "values": [true, false],
4752
4889
  "type": "state"
4753
4890
  },
4754
4891
  "pressed": {
@@ -5779,6 +5916,22 @@
5779
5916
  "alternative": {
5780
5917
  "type": "variant",
5781
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]
5782
5935
  }
5783
5936
  },
5784
5937
  "rules": [
@@ -5787,52 +5940,271 @@
5787
5940
  "alternative": true
5788
5941
  },
5789
5942
  "tokens": {
5790
- "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
5791
5985
  }
5792
5986
  }
5793
5987
  ],
5794
5988
  "tokens": {
5795
- "backgroundColor": {
5796
- "red": 0,
5797
- "green": 0,
5798
- "blue": 0,
5799
- "alpha": 0
5989
+ "fontSize": 16,
5990
+ "inputBackgroundColor": {
5991
+ "red": 1,
5992
+ "green": 1,
5993
+ "blue": 1,
5994
+ "alpha": 1
5800
5995
  },
5801
- "borderColor": {
5802
- "red": 0,
5803
- "green": 0,
5804
- "blue": 0,
5805
- "alpha": 0
5996
+ "inputBorderColor": {
5997
+ "red": 0.4,
5998
+ "green": 0.4,
5999
+ "blue": 0.4,
6000
+ "alpha": 1
5806
6001
  },
5807
- "iconColor": {
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": {
5808
6011
  "red": 0,
5809
6012
  "green": 0,
5810
6013
  "blue": 0,
5811
- "alpha": 0
6014
+ "alpha": 1
6015
+ }
6016
+ }
6017
+ },
6018
+ "QuantitySelectorSideButton": {
6019
+ "appearances": {
6020
+ "alternative": {
6021
+ "type": "variant",
6022
+ "values": [true]
5812
6023
  },
5813
- "iconSize": 16,
5814
- "inputBackgroundColor": {
5815
- "red": 0,
5816
- "green": 0,
5817
- "blue": 0,
5818
- "alpha": 0
6024
+ "decrease": {
6025
+ "type": "variant",
6026
+ "values": [true]
5819
6027
  },
5820
- "inputBorderColor": {
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]
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,
6182
+ "borderColor": {
6183
+ "red": 0.4,
6184
+ "green": 0.4,
6185
+ "blue": 0.4,
6186
+ "alpha": 1
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,
6196
+ "iconColor": {
5821
6197
  "red": 0,
5822
6198
  "green": 0,
5823
6199
  "blue": 0,
5824
- "alpha": 0
6200
+ "alpha": 1
5825
6201
  },
5826
- "inputBorderWidth": 1,
5827
- "leftIcon": "PaletteIconSubtract",
6202
+ "iconSize": 16,
5828
6203
  "padding": 16,
5829
- "rightIcon": "PaletteIconAdd",
5830
- "textColor": {
5831
- "red": 0,
5832
- "green": 0,
5833
- "blue": 0,
5834
- "alpha": 0
5835
- }
6204
+ "paddingBottom": 16,
6205
+ "paddingLeft": 16,
6206
+ "paddingRight": 16,
6207
+ "paddingTop": 16
5836
6208
  }
5837
6209
  },
5838
6210
  "QuickLinks": {
@@ -7179,7 +7551,7 @@
7179
7551
  },
7180
7552
  "expanded": {
7181
7553
  "description": "Applies when an ExpandCollapse panel is open and the content inside is visible",
7182
- "values": [true],
7554
+ "values": [true, false],
7183
7555
  "type": "state"
7184
7556
  },
7185
7557
  "type": {
@@ -7323,7 +7695,7 @@
7323
7695
  "appearances": {
7324
7696
  "expanded": {
7325
7697
  "description": "Applies when an ExpandCollapse panel is open and the content inside is visible",
7326
- "values": [true],
7698
+ "values": [true, false],
7327
7699
  "type": "state"
7328
7700
  }
7329
7701
  },
@@ -7605,16 +7977,16 @@
7605
7977
  "alpha": 1
7606
7978
  },
7607
7979
  "knobCompletedBorderColor": {
7608
- "red": 1,
7609
- "green": 1,
7610
- "blue": 1,
7611
- "alpha": 1
7980
+ "red": 0,
7981
+ "green": 0,
7982
+ "blue": 0,
7983
+ "alpha": 0
7612
7984
  },
7613
7985
  "knobCurrentBackgroundColor": {
7614
- "red": 1,
7615
- "green": 1,
7616
- "blue": 1,
7617
- "alpha": 1
7986
+ "red": 0,
7987
+ "green": 0,
7988
+ "blue": 0,
7989
+ "alpha": 0
7618
7990
  },
7619
7991
  "knobCurrentBorderColor": {
7620
7992
  "red": 1,
@@ -8479,7 +8851,7 @@
8479
8851
  "appearances": {
8480
8852
  "expanded": {
8481
8853
  "description": "Applies when an ExpandCollapse panel is open and the content inside is visible",
8482
- "values": [true],
8854
+ "values": [true, false],
8483
8855
  "type": "state"
8484
8856
  },
8485
8857
  "viewport": {
@@ -8592,31 +8964,66 @@
8592
8964
  }
8593
8965
  },
8594
8966
  "Testimonial": {
8595
- "appearances": {},
8596
- "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
+ ],
8597
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,
8598
8996
  "dividerBackgroundColor": {
8599
- "red": 1,
8600
- "green": 1,
8601
- "blue": 1,
8997
+ "red": 0.78824,
8998
+ "green": 0.78431,
8999
+ "blue": 0.78431,
8602
9000
  "alpha": 1
8603
9001
  },
8604
9002
  "dividerBorder": 1,
8605
9003
  "figcaptionGap": 12,
8606
- "icon": "PaletteIconArrowLeft",
9004
+ "icon": "PaletteIconQuoteLeft",
8607
9005
  "iconColor": {
8608
- "red": 1,
8609
- "green": 1,
8610
- "blue": 1,
9006
+ "red": 0.78824,
9007
+ "green": 0.78431,
9008
+ "blue": 0.78431,
8611
9009
  "alpha": 1
8612
9010
  },
9011
+ "iconFr": "PaletteIconQuoteRightArrow",
8613
9012
  "imageSize": 48,
8614
9013
  "quoteContainerGap": 4,
8615
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,
8616
9023
  "textColor": {
8617
- "red": 1,
8618
- "green": 1,
8619
- "blue": 1,
9024
+ "red": 0,
9025
+ "green": 0,
9026
+ "blue": 0,
8620
9027
  "alpha": 1
8621
9028
  }
8622
9029
  }
@@ -9200,9 +9607,9 @@
9200
9607
  "alpha": 1
9201
9608
  },
9202
9609
  "color": {
9203
- "red": 0.10588,
9204
- "green": 0.27843,
9205
- "blue": 0.27451,
9610
+ "red": 0,
9611
+ "green": 0,
9612
+ "blue": 0,
9206
9613
  "alpha": 1
9207
9614
  }
9208
9615
  }
@@ -9213,16 +9620,16 @@
9213
9620
  "arrowOffset": 4,
9214
9621
  "arrowWidth": 8,
9215
9622
  "backgroundColor": {
9216
- "red": 0.10588,
9217
- "green": 0.27843,
9218
- "blue": 0.27451,
9623
+ "red": 0.76471,
9624
+ "green": 0.93725,
9625
+ "blue": 1,
9219
9626
  "alpha": 1
9220
9627
  },
9221
9628
  "borderRadius": 4,
9222
9629
  "color": {
9223
- "red": 1,
9224
- "green": 1,
9225
- "blue": 1,
9630
+ "red": 0,
9631
+ "green": 0,
9632
+ "blue": 0,
9226
9633
  "alpha": 1
9227
9634
  },
9228
9635
  "fontName": "StagSans",
@@ -9250,6 +9657,10 @@
9250
9657
  },
9251
9658
  "TooltipButton": {
9252
9659
  "appearances": {
9660
+ "inverse": {
9661
+ "type": "variant",
9662
+ "values": [true]
9663
+ },
9253
9664
  "pressed": {
9254
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.",
9255
9666
  "values": [true, false],
@@ -9259,25 +9670,77 @@
9259
9670
  "rules": [
9260
9671
  {
9261
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,
9693
+ "pressed": true
9694
+ },
9695
+ "tokens": {
9696
+ "backgroundColor": {
9697
+ "red": 1,
9698
+ "green": 1,
9699
+ "blue": 1,
9700
+ "alpha": 1
9701
+ },
9702
+ "iconColor": {
9703
+ "red": 0.78824,
9704
+ "green": 0.78431,
9705
+ "blue": 0.78431,
9706
+ "alpha": 1
9707
+ }
9708
+ }
9709
+ },
9710
+ {
9711
+ "if": {
9712
+ "inverse": null,
9262
9713
  "pressed": true
9263
9714
  },
9264
9715
  "tokens": {
9716
+ "backgroundColor": {
9717
+ "red": 0.00392,
9718
+ "green": 0.41961,
9719
+ "blue": 0.41569,
9720
+ "alpha": 1
9721
+ },
9265
9722
  "iconColor": {
9266
- "red": 0.10588,
9267
- "green": 0.27843,
9268
- "blue": 0.27451,
9723
+ "red": 1,
9724
+ "green": 1,
9725
+ "blue": 1,
9269
9726
  "alpha": 1
9270
9727
  }
9271
9728
  }
9272
9729
  }
9273
9730
  ],
9274
9731
  "tokens": {
9732
+ "backgroundColor": {
9733
+ "red": 0,
9734
+ "green": 0,
9735
+ "blue": 0,
9736
+ "alpha": 0
9737
+ },
9275
9738
  "borderRadius": 32,
9276
- "icon": "PaletteIconInfo",
9739
+ "icon": "PaletteIconTooltip",
9277
9740
  "iconColor": {
9278
- "red": 0.93333,
9279
- "green": 0.17255,
9280
- "blue": 0.4549,
9741
+ "red": 0.00392,
9742
+ "green": 0.41961,
9743
+ "blue": 0.41569,
9281
9744
  "alpha": 1
9282
9745
  },
9283
9746
  "iconScale": 1,
@@ -10336,7 +10799,7 @@
10336
10799
  }
10337
10800
  },
10338
10801
  "metadata": {
10339
- "themeTokensVersion": "2.37.0",
10802
+ "themeTokensVersion": "2.38.0",
10340
10803
  "name": "theme-koodo"
10341
10804
  }
10342
10805
  }