@telus-uds/theme-koodo 4.8.0 → 4.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/android/schema.json +1220 -712
- package/build/android/theme.json +576 -112
- package/build/ios/schema.json +1220 -712
- package/build/ios/theme.json +576 -112
- package/build/rn/schema.json +1220 -712
- package/build/rn/theme.js +362 -72
- package/package.json +4 -4
- package/theme.json +477 -55
package/build/android/theme.json
CHANGED
|
@@ -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
|
-
"
|
|
1876
|
-
"red":
|
|
1877
|
-
"green":
|
|
1878
|
-
"blue":
|
|
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":
|
|
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
|
-
"
|
|
1974
|
-
"
|
|
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
|
|
1990
|
-
"green": 0
|
|
1991
|
-
"blue": 0
|
|
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":
|
|
2066
|
+
"fontWeight": 600,
|
|
1999
2067
|
"justifyContent": "flex-start",
|
|
2000
2068
|
"letterSpacing": 0,
|
|
2001
|
-
"lineHeight": 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": {
|
|
@@ -3121,7 +3250,7 @@
|
|
|
3121
3250
|
"blue": 0,
|
|
3122
3251
|
"alpha": 1
|
|
3123
3252
|
},
|
|
3124
|
-
"contentFontSize":
|
|
3253
|
+
"contentFontSize": 16,
|
|
3125
3254
|
"fontName": "StagSans",
|
|
3126
3255
|
"fontWeight": 400,
|
|
3127
3256
|
"icon": null,
|
|
@@ -3972,15 +4101,23 @@
|
|
|
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
|
-
"icon":
|
|
4120
|
+
"icon": "PaletteIconAdd",
|
|
3984
4121
|
"iconColor": {
|
|
3985
4122
|
"red": 0,
|
|
3986
4123
|
"green": 0,
|
|
@@ -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": {
|
|
@@ -5461,17 +5598,17 @@
|
|
|
5461
5598
|
"blue": 0,
|
|
5462
5599
|
"alpha": 0
|
|
5463
5600
|
},
|
|
5464
|
-
"borderBottomWidth":
|
|
5601
|
+
"borderBottomWidth": 0,
|
|
5465
5602
|
"borderColor": {
|
|
5466
5603
|
"red": 0,
|
|
5467
5604
|
"green": 0,
|
|
5468
5605
|
"blue": 0,
|
|
5469
5606
|
"alpha": 0
|
|
5470
5607
|
},
|
|
5471
|
-
"borderLeftWidth":
|
|
5608
|
+
"borderLeftWidth": 0,
|
|
5472
5609
|
"borderRadius": 4,
|
|
5473
|
-
"borderRightWidth":
|
|
5474
|
-
"borderTopWidth":
|
|
5610
|
+
"borderRightWidth": 0,
|
|
5611
|
+
"borderTopWidth": 0,
|
|
5475
5612
|
"color": {
|
|
5476
5613
|
"red": 0.00392,
|
|
5477
5614
|
"green": 0.41961,
|
|
@@ -5485,7 +5622,7 @@
|
|
|
5485
5622
|
"height": null,
|
|
5486
5623
|
"icon": null,
|
|
5487
5624
|
"iconDisplace": 0,
|
|
5488
|
-
"iconSize":
|
|
5625
|
+
"iconSize": 16,
|
|
5489
5626
|
"lineHeight": 1.5,
|
|
5490
5627
|
"outerBorderColor": {
|
|
5491
5628
|
"red": 0,
|
|
@@ -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
|
-
"
|
|
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
|
-
"
|
|
5796
|
-
|
|
5797
|
-
"
|
|
5798
|
-
"
|
|
5799
|
-
"
|
|
5989
|
+
"fontSize": 16,
|
|
5990
|
+
"inputBackgroundColor": {
|
|
5991
|
+
"red": 1,
|
|
5992
|
+
"green": 1,
|
|
5993
|
+
"blue": 1,
|
|
5994
|
+
"alpha": 1
|
|
5800
5995
|
},
|
|
5801
|
-
"
|
|
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": {
|
|
5802
6011
|
"red": 0,
|
|
5803
6012
|
"green": 0,
|
|
5804
6013
|
"blue": 0,
|
|
5805
|
-
"alpha":
|
|
5806
|
-
}
|
|
5807
|
-
|
|
5808
|
-
|
|
5809
|
-
|
|
5810
|
-
|
|
5811
|
-
|
|
6014
|
+
"alpha": 1
|
|
6015
|
+
}
|
|
6016
|
+
}
|
|
6017
|
+
},
|
|
6018
|
+
"QuantitySelectorSideButton": {
|
|
6019
|
+
"appearances": {
|
|
6020
|
+
"alternative": {
|
|
6021
|
+
"type": "variant",
|
|
6022
|
+
"values": [true]
|
|
5812
6023
|
},
|
|
5813
|
-
"
|
|
5814
|
-
|
|
5815
|
-
"
|
|
5816
|
-
"green": 0,
|
|
5817
|
-
"blue": 0,
|
|
5818
|
-
"alpha": 0
|
|
6024
|
+
"decrease": {
|
|
6025
|
+
"type": "variant",
|
|
6026
|
+
"values": [true]
|
|
5819
6027
|
},
|
|
5820
|
-
"
|
|
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":
|
|
6200
|
+
"alpha": 1
|
|
5825
6201
|
},
|
|
5826
|
-
"
|
|
5827
|
-
"leftIcon": "PaletteIconSubtract",
|
|
6202
|
+
"iconSize": 16,
|
|
5828
6203
|
"padding": 16,
|
|
5829
|
-
"
|
|
5830
|
-
"
|
|
5831
|
-
|
|
5832
|
-
|
|
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":
|
|
7609
|
-
"green":
|
|
7610
|
-
"blue":
|
|
7611
|
-
"alpha":
|
|
7980
|
+
"red": 0,
|
|
7981
|
+
"green": 0,
|
|
7982
|
+
"blue": 0,
|
|
7983
|
+
"alpha": 0
|
|
7612
7984
|
},
|
|
7613
7985
|
"knobCurrentBackgroundColor": {
|
|
7614
|
-
"red":
|
|
7615
|
-
"green":
|
|
7616
|
-
"blue":
|
|
7617
|
-
"alpha":
|
|
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
|
-
|
|
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":
|
|
8600
|
-
"green":
|
|
8601
|
-
"blue":
|
|
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": "
|
|
9004
|
+
"icon": "PaletteIconQuoteLeft",
|
|
8607
9005
|
"iconColor": {
|
|
8608
|
-
"red":
|
|
8609
|
-
"green":
|
|
8610
|
-
"blue":
|
|
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":
|
|
8618
|
-
"green":
|
|
8619
|
-
"blue":
|
|
9024
|
+
"red": 0,
|
|
9025
|
+
"green": 0,
|
|
9026
|
+
"blue": 0,
|
|
8620
9027
|
"alpha": 1
|
|
8621
9028
|
}
|
|
8622
9029
|
}
|
|
@@ -8929,7 +9336,8 @@
|
|
|
8929
9336
|
"blue": 0.41569,
|
|
8930
9337
|
"alpha": 1
|
|
8931
9338
|
},
|
|
8932
|
-
"containerGap": 12
|
|
9339
|
+
"containerGap": 12,
|
|
9340
|
+
"padding": 16
|
|
8933
9341
|
}
|
|
8934
9342
|
},
|
|
8935
9343
|
"ToggleSwitch": {
|
|
@@ -9200,9 +9608,9 @@
|
|
|
9200
9608
|
"alpha": 1
|
|
9201
9609
|
},
|
|
9202
9610
|
"color": {
|
|
9203
|
-
"red": 0
|
|
9204
|
-
"green": 0
|
|
9205
|
-
"blue": 0
|
|
9611
|
+
"red": 0,
|
|
9612
|
+
"green": 0,
|
|
9613
|
+
"blue": 0,
|
|
9206
9614
|
"alpha": 1
|
|
9207
9615
|
}
|
|
9208
9616
|
}
|
|
@@ -9213,16 +9621,16 @@
|
|
|
9213
9621
|
"arrowOffset": 4,
|
|
9214
9622
|
"arrowWidth": 8,
|
|
9215
9623
|
"backgroundColor": {
|
|
9216
|
-
"red": 0.
|
|
9217
|
-
"green": 0.
|
|
9218
|
-
"blue":
|
|
9624
|
+
"red": 0.76471,
|
|
9625
|
+
"green": 0.93725,
|
|
9626
|
+
"blue": 1,
|
|
9219
9627
|
"alpha": 1
|
|
9220
9628
|
},
|
|
9221
9629
|
"borderRadius": 4,
|
|
9222
9630
|
"color": {
|
|
9223
|
-
"red":
|
|
9224
|
-
"green":
|
|
9225
|
-
"blue":
|
|
9631
|
+
"red": 0,
|
|
9632
|
+
"green": 0,
|
|
9633
|
+
"blue": 0,
|
|
9226
9634
|
"alpha": 1
|
|
9227
9635
|
},
|
|
9228
9636
|
"fontName": "StagSans",
|
|
@@ -9250,6 +9658,10 @@
|
|
|
9250
9658
|
},
|
|
9251
9659
|
"TooltipButton": {
|
|
9252
9660
|
"appearances": {
|
|
9661
|
+
"inverse": {
|
|
9662
|
+
"type": "variant",
|
|
9663
|
+
"values": [true]
|
|
9664
|
+
},
|
|
9253
9665
|
"pressed": {
|
|
9254
9666
|
"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
9667
|
"values": [true, false],
|
|
@@ -9259,25 +9671,77 @@
|
|
|
9259
9671
|
"rules": [
|
|
9260
9672
|
{
|
|
9261
9673
|
"if": {
|
|
9674
|
+
"inverse": true
|
|
9675
|
+
},
|
|
9676
|
+
"tokens": {
|
|
9677
|
+
"backgroundColor": {
|
|
9678
|
+
"red": 0,
|
|
9679
|
+
"green": 0,
|
|
9680
|
+
"blue": 0,
|
|
9681
|
+
"alpha": 0
|
|
9682
|
+
},
|
|
9683
|
+
"iconColor": {
|
|
9684
|
+
"red": 1,
|
|
9685
|
+
"green": 1,
|
|
9686
|
+
"blue": 1,
|
|
9687
|
+
"alpha": 1
|
|
9688
|
+
}
|
|
9689
|
+
}
|
|
9690
|
+
},
|
|
9691
|
+
{
|
|
9692
|
+
"if": {
|
|
9693
|
+
"inverse": true,
|
|
9262
9694
|
"pressed": true
|
|
9263
9695
|
},
|
|
9264
9696
|
"tokens": {
|
|
9697
|
+
"backgroundColor": {
|
|
9698
|
+
"red": 1,
|
|
9699
|
+
"green": 1,
|
|
9700
|
+
"blue": 1,
|
|
9701
|
+
"alpha": 1
|
|
9702
|
+
},
|
|
9265
9703
|
"iconColor": {
|
|
9266
|
-
"red": 0.
|
|
9267
|
-
"green": 0.
|
|
9268
|
-
"blue": 0.
|
|
9704
|
+
"red": 0.78824,
|
|
9705
|
+
"green": 0.78431,
|
|
9706
|
+
"blue": 0.78431,
|
|
9707
|
+
"alpha": 1
|
|
9708
|
+
}
|
|
9709
|
+
}
|
|
9710
|
+
},
|
|
9711
|
+
{
|
|
9712
|
+
"if": {
|
|
9713
|
+
"inverse": null,
|
|
9714
|
+
"pressed": true
|
|
9715
|
+
},
|
|
9716
|
+
"tokens": {
|
|
9717
|
+
"backgroundColor": {
|
|
9718
|
+
"red": 0.00392,
|
|
9719
|
+
"green": 0.41961,
|
|
9720
|
+
"blue": 0.41569,
|
|
9721
|
+
"alpha": 1
|
|
9722
|
+
},
|
|
9723
|
+
"iconColor": {
|
|
9724
|
+
"red": 1,
|
|
9725
|
+
"green": 1,
|
|
9726
|
+
"blue": 1,
|
|
9269
9727
|
"alpha": 1
|
|
9270
9728
|
}
|
|
9271
9729
|
}
|
|
9272
9730
|
}
|
|
9273
9731
|
],
|
|
9274
9732
|
"tokens": {
|
|
9733
|
+
"backgroundColor": {
|
|
9734
|
+
"red": 0,
|
|
9735
|
+
"green": 0,
|
|
9736
|
+
"blue": 0,
|
|
9737
|
+
"alpha": 0
|
|
9738
|
+
},
|
|
9275
9739
|
"borderRadius": 32,
|
|
9276
|
-
"icon": "
|
|
9740
|
+
"icon": "PaletteIconTooltip",
|
|
9277
9741
|
"iconColor": {
|
|
9278
|
-
"red": 0.
|
|
9279
|
-
"green": 0.
|
|
9280
|
-
"blue": 0.
|
|
9742
|
+
"red": 0.00392,
|
|
9743
|
+
"green": 0.41961,
|
|
9744
|
+
"blue": 0.41569,
|
|
9281
9745
|
"alpha": 1
|
|
9282
9746
|
},
|
|
9283
9747
|
"iconScale": 1,
|
|
@@ -10336,7 +10800,7 @@
|
|
|
10336
10800
|
}
|
|
10337
10801
|
},
|
|
10338
10802
|
"metadata": {
|
|
10339
|
-
"themeTokensVersion": "2.
|
|
10803
|
+
"themeTokensVersion": "2.39.0",
|
|
10340
10804
|
"name": "theme-koodo"
|
|
10341
10805
|
}
|
|
10342
10806
|
}
|