@telus-uds/theme-allium 3.32.0 → 4.1.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 +1201 -923
- package/build/android/theme.json +545 -57
- package/build/ios/schema.json +1201 -923
- package/build/ios/theme.json +545 -57
- package/build/rn/schema.json +1201 -923
- package/build/rn/theme.js +190 -61
- package/package.json +5 -5
- package/theme.json +313 -63
package/theme.json
CHANGED
|
@@ -162,7 +162,8 @@
|
|
|
162
162
|
"background": "lightest"
|
|
163
163
|
},
|
|
164
164
|
"tokens": {
|
|
165
|
-
"backgroundColor": "{palette.color.white}"
|
|
165
|
+
"backgroundColor": "{palette.color.white}",
|
|
166
|
+
"borderColor": "{palette.color.white}"
|
|
166
167
|
}
|
|
167
168
|
},
|
|
168
169
|
{
|
|
@@ -170,7 +171,8 @@
|
|
|
170
171
|
"background": "lighter"
|
|
171
172
|
},
|
|
172
173
|
"tokens": {
|
|
173
|
-
"backgroundColor": "{palette.color.white}"
|
|
174
|
+
"backgroundColor": "{palette.color.white}",
|
|
175
|
+
"borderColor": "{palette.color.white}"
|
|
174
176
|
}
|
|
175
177
|
},
|
|
176
178
|
{
|
|
@@ -178,7 +180,8 @@
|
|
|
178
180
|
"background": "light"
|
|
179
181
|
},
|
|
180
182
|
"tokens": {
|
|
181
|
-
"backgroundColor": "{palette.color.greyAthens}"
|
|
183
|
+
"backgroundColor": "{palette.color.greyAthens}",
|
|
184
|
+
"borderColor": "{palette.color.greyAthens}"
|
|
182
185
|
}
|
|
183
186
|
},
|
|
184
187
|
{
|
|
@@ -186,7 +189,8 @@
|
|
|
186
189
|
"background": "dark"
|
|
187
190
|
},
|
|
188
191
|
"tokens": {
|
|
189
|
-
"backgroundColor": "{palette.color.greyCharcoal}"
|
|
192
|
+
"backgroundColor": "{palette.color.greyCharcoal}",
|
|
193
|
+
"borderColor": "{palette.color.greyCharcoal}"
|
|
190
194
|
}
|
|
191
195
|
},
|
|
192
196
|
{
|
|
@@ -194,7 +198,8 @@
|
|
|
194
198
|
"background": "darker"
|
|
195
199
|
},
|
|
196
200
|
"tokens": {
|
|
197
|
-
"backgroundColor": "{palette.color.greyThunder}"
|
|
201
|
+
"backgroundColor": "{palette.color.greyThunder}",
|
|
202
|
+
"borderColor": "{palette.color.greyThunder}"
|
|
198
203
|
}
|
|
199
204
|
},
|
|
200
205
|
{
|
|
@@ -202,7 +207,8 @@
|
|
|
202
207
|
"background": "darkest"
|
|
203
208
|
},
|
|
204
209
|
"tokens": {
|
|
205
|
-
"backgroundColor": "{palette.color.black}"
|
|
210
|
+
"backgroundColor": "{palette.color.black}",
|
|
211
|
+
"borderColor": "{palette.color.black}"
|
|
206
212
|
}
|
|
207
213
|
},
|
|
208
214
|
{
|
|
@@ -210,7 +216,8 @@
|
|
|
210
216
|
"background": "critical"
|
|
211
217
|
},
|
|
212
218
|
"tokens": {
|
|
213
|
-
"backgroundColor": "{palette.color.redDark}"
|
|
219
|
+
"backgroundColor": "{palette.color.redDark}",
|
|
220
|
+
"borderColor": "{palette.color.redDark}"
|
|
214
221
|
}
|
|
215
222
|
},
|
|
216
223
|
{
|
|
@@ -218,7 +225,8 @@
|
|
|
218
225
|
"background": "danger"
|
|
219
226
|
},
|
|
220
227
|
"tokens": {
|
|
221
|
-
"backgroundColor": "{palette.color.redLight}"
|
|
228
|
+
"backgroundColor": "{palette.color.redLight}",
|
|
229
|
+
"borderColor": "{palette.color.redLight}"
|
|
222
230
|
}
|
|
223
231
|
},
|
|
224
232
|
{
|
|
@@ -226,7 +234,8 @@
|
|
|
226
234
|
"background": "warning"
|
|
227
235
|
},
|
|
228
236
|
"tokens": {
|
|
229
|
-
"backgroundColor": "{palette.color.amberLight}"
|
|
237
|
+
"backgroundColor": "{palette.color.amberLight}",
|
|
238
|
+
"borderColor": "{palette.color.amberLight}"
|
|
230
239
|
}
|
|
231
240
|
},
|
|
232
241
|
{
|
|
@@ -234,7 +243,8 @@
|
|
|
234
243
|
"background": "positive"
|
|
235
244
|
},
|
|
236
245
|
"tokens": {
|
|
237
|
-
"backgroundColor": "{palette.color.greenPanache}"
|
|
246
|
+
"backgroundColor": "{palette.color.greenPanache}",
|
|
247
|
+
"borderColor": "{palette.color.greenPanache}"
|
|
238
248
|
}
|
|
239
249
|
},
|
|
240
250
|
{
|
|
@@ -242,7 +252,8 @@
|
|
|
242
252
|
"background": "brand"
|
|
243
253
|
},
|
|
244
254
|
"tokens": {
|
|
245
|
-
"backgroundColor": "{palette.color.purpleTelus}"
|
|
255
|
+
"backgroundColor": "{palette.color.purpleTelus}",
|
|
256
|
+
"borderColor": "{palette.color.purpleTelus}"
|
|
246
257
|
}
|
|
247
258
|
},
|
|
248
259
|
{
|
|
@@ -250,7 +261,8 @@
|
|
|
250
261
|
"background": "white"
|
|
251
262
|
},
|
|
252
263
|
"tokens": {
|
|
253
|
-
"backgroundColor": "{palette.color.white}"
|
|
264
|
+
"backgroundColor": "{palette.color.white}",
|
|
265
|
+
"borderColor": "{palette.color.white}"
|
|
254
266
|
}
|
|
255
267
|
},
|
|
256
268
|
{
|
|
@@ -258,7 +270,8 @@
|
|
|
258
270
|
"background": "black"
|
|
259
271
|
},
|
|
260
272
|
"tokens": {
|
|
261
|
-
"backgroundColor": "{palette.color.black}"
|
|
273
|
+
"backgroundColor": "{palette.color.black}",
|
|
274
|
+
"borderColor": "{palette.color.black}"
|
|
262
275
|
}
|
|
263
276
|
},
|
|
264
277
|
{
|
|
@@ -267,6 +280,7 @@
|
|
|
267
280
|
},
|
|
268
281
|
"tokens": {
|
|
269
282
|
"backgroundColor": "{system.color.none}",
|
|
283
|
+
"borderColor": "{system.color.none}",
|
|
270
284
|
"gradient": "{palette.gradient.brand}"
|
|
271
285
|
}
|
|
272
286
|
},
|
|
@@ -276,6 +290,7 @@
|
|
|
276
290
|
},
|
|
277
291
|
"tokens": {
|
|
278
292
|
"backgroundColor": "{system.color.none}",
|
|
293
|
+
"borderColor": "{system.color.none}",
|
|
279
294
|
"gradient": "{palette.gradient.green}"
|
|
280
295
|
}
|
|
281
296
|
},
|
|
@@ -285,6 +300,7 @@
|
|
|
285
300
|
},
|
|
286
301
|
"tokens": {
|
|
287
302
|
"backgroundColor": "{system.color.none}",
|
|
303
|
+
"borderColor": "{system.color.none}",
|
|
288
304
|
"gradient": "{palette.gradient.neutral}"
|
|
289
305
|
}
|
|
290
306
|
},
|
|
@@ -294,6 +310,7 @@
|
|
|
294
310
|
},
|
|
295
311
|
"tokens": {
|
|
296
312
|
"backgroundColor": "{system.color.none}",
|
|
313
|
+
"borderColor": "{system.color.none}",
|
|
297
314
|
"gradient": "{palette.gradient.purple}"
|
|
298
315
|
}
|
|
299
316
|
},
|
|
@@ -303,6 +320,7 @@
|
|
|
303
320
|
},
|
|
304
321
|
"tokens": {
|
|
305
322
|
"backgroundColor": "{system.color.none}",
|
|
323
|
+
"borderColor": "{system.color.none}",
|
|
306
324
|
"gradient": "{palette.gradient.purple}"
|
|
307
325
|
}
|
|
308
326
|
},
|
|
@@ -312,6 +330,7 @@
|
|
|
312
330
|
},
|
|
313
331
|
"tokens": {
|
|
314
332
|
"backgroundColor": "{system.color.none}",
|
|
333
|
+
"borderColor": "{system.color.none}",
|
|
315
334
|
"gradient": "{palette.gradient.green}"
|
|
316
335
|
}
|
|
317
336
|
},
|
|
@@ -321,6 +340,7 @@
|
|
|
321
340
|
},
|
|
322
341
|
"tokens": {
|
|
323
342
|
"backgroundColor": "{system.color.none}",
|
|
343
|
+
"borderColor": "{system.color.none}",
|
|
324
344
|
"gradient": "{palette.gradient.neutral}"
|
|
325
345
|
}
|
|
326
346
|
},
|
|
@@ -330,12 +350,19 @@
|
|
|
330
350
|
},
|
|
331
351
|
"tokens": {
|
|
332
352
|
"backgroundColor": "{system.color.none}",
|
|
353
|
+
"borderColor": "{system.color.none}",
|
|
333
354
|
"gradient": "{palette.gradient.brand}"
|
|
334
355
|
}
|
|
335
356
|
}
|
|
336
357
|
],
|
|
337
358
|
"tokens": {
|
|
338
359
|
"backgroundColor": "{system.color.none}",
|
|
360
|
+
"borderBottomLeftRadius": "{system.radius.zero}",
|
|
361
|
+
"borderBottomRightRadius": "{system.radius.zero}",
|
|
362
|
+
"borderColor": "{system.color.none}",
|
|
363
|
+
"borderTopLeftRadius": "{system.radius.zero}",
|
|
364
|
+
"borderTopRightRadius": "{system.radius.zero}",
|
|
365
|
+
"borderWidth": "{palette.border.none}",
|
|
339
366
|
"gradient": "{system.gradient.none}"
|
|
340
367
|
}
|
|
341
368
|
},
|
|
@@ -796,7 +823,6 @@
|
|
|
796
823
|
}
|
|
797
824
|
],
|
|
798
825
|
"tokens": {
|
|
799
|
-
"alignSelf": "{system.flexAlign.flexStart}",
|
|
800
826
|
"backgroundColor": "{palette.color.white}",
|
|
801
827
|
"borderBottomWidth": "{palette.border.border1}",
|
|
802
828
|
"borderColor": "{palette.color.greenAccessible}",
|
|
@@ -851,15 +877,50 @@
|
|
|
851
877
|
},
|
|
852
878
|
{
|
|
853
879
|
"if": {
|
|
854
|
-
"
|
|
880
|
+
"hover": true
|
|
855
881
|
},
|
|
856
882
|
"tokens": {
|
|
857
|
-
"
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
"
|
|
883
|
+
"borderWidth": "{palette.border.border3}"
|
|
884
|
+
}
|
|
885
|
+
},
|
|
886
|
+
{
|
|
887
|
+
"if": {
|
|
888
|
+
"selected": true
|
|
889
|
+
},
|
|
890
|
+
"tokens": {
|
|
891
|
+
"backgroundColor": "{palette.color.purpleTelus}",
|
|
892
|
+
"iconBackground": "{palette.color.purpleDeluge}"
|
|
893
|
+
}
|
|
894
|
+
},
|
|
895
|
+
{
|
|
896
|
+
"if": {
|
|
897
|
+
"hover": true,
|
|
898
|
+
"selected": true
|
|
899
|
+
},
|
|
900
|
+
"tokens": {
|
|
901
|
+
"backgroundColor": "{palette.color.purpleDeluge}",
|
|
902
|
+
"iconBackground": "{palette.color.purpleEminence}"
|
|
903
|
+
}
|
|
904
|
+
},
|
|
905
|
+
{
|
|
906
|
+
"if": {
|
|
907
|
+
"pressed": true,
|
|
908
|
+
"selected": true
|
|
909
|
+
},
|
|
910
|
+
"tokens": {
|
|
911
|
+
"backgroundColor": "{palette.color.purpleDark}",
|
|
912
|
+
"iconBackground": "{palette.color.purpleEminence}"
|
|
913
|
+
}
|
|
914
|
+
},
|
|
915
|
+
{
|
|
916
|
+
"if": {
|
|
917
|
+
"focus": true,
|
|
918
|
+
"selected": true
|
|
919
|
+
},
|
|
920
|
+
"tokens": {
|
|
921
|
+
"backgroundColor": "{palette.color.purpleTelus}",
|
|
922
|
+
"iconBackground": "{palette.color.purpleDeluge}",
|
|
923
|
+
"outerBorderColor": "{palette.color.purpleTelus}"
|
|
863
924
|
}
|
|
864
925
|
},
|
|
865
926
|
{
|
|
@@ -875,10 +936,17 @@
|
|
|
875
936
|
},
|
|
876
937
|
{
|
|
877
938
|
"if": {
|
|
878
|
-
"
|
|
939
|
+
"pressed": true
|
|
879
940
|
},
|
|
880
941
|
"tokens": {
|
|
881
|
-
"
|
|
942
|
+
"backgroundColor": "{palette.color.greyShuttle}",
|
|
943
|
+
"borderColor": "{palette.color.transparent}",
|
|
944
|
+
"borderWidth": "{palette.border.none}",
|
|
945
|
+
"color": "{palette.color.white}",
|
|
946
|
+
"iconBackground": "{palette.color.greyCharcoal}",
|
|
947
|
+
"iconColor": "{palette.color.white}",
|
|
948
|
+
"outerBorderColor": "{palette.color.transparent}",
|
|
949
|
+
"outerBorderWidth": "{palette.border.none}"
|
|
882
950
|
}
|
|
883
951
|
},
|
|
884
952
|
{
|
|
@@ -930,7 +998,9 @@
|
|
|
930
998
|
},
|
|
931
999
|
"tokens": {
|
|
932
1000
|
"iconBackground": "{palette.color.purpleDeluge}",
|
|
933
|
-
"outerBorderColor": "{palette.color.purpleDark}"
|
|
1001
|
+
"outerBorderColor": "{palette.color.purpleDark}",
|
|
1002
|
+
"outerBorderGap": "{palette.size.size2}",
|
|
1003
|
+
"outerBorderWidth": "{palette.border.border2}"
|
|
934
1004
|
}
|
|
935
1005
|
},
|
|
936
1006
|
{
|
|
@@ -938,9 +1008,11 @@
|
|
|
938
1008
|
"inactive": true
|
|
939
1009
|
},
|
|
940
1010
|
"tokens": {
|
|
941
|
-
"backgroundColor": "{palette.color.
|
|
1011
|
+
"backgroundColor": "{palette.color.white}",
|
|
942
1012
|
"borderWidth": "{system.border.zero}",
|
|
943
|
-
"color": "{palette.color.
|
|
1013
|
+
"color": "{palette.color.greyCloud}",
|
|
1014
|
+
"iconBackground": "{palette.color.greyAthens}",
|
|
1015
|
+
"iconColor": "{palette.color.greyCloud}"
|
|
944
1016
|
}
|
|
945
1017
|
}
|
|
946
1018
|
],
|
|
@@ -963,7 +1035,7 @@
|
|
|
963
1035
|
"iconPadding": "{palette.size.size2}",
|
|
964
1036
|
"iconPosition": "{system.position.right}",
|
|
965
1037
|
"iconSize": "{palette.size.size16}",
|
|
966
|
-
"iconSpace": "{system.integer.
|
|
1038
|
+
"iconSpace": "{system.integer.1}",
|
|
967
1039
|
"iconTranslateX": "{palette.size.size0}",
|
|
968
1040
|
"iconTranslateY": "{palette.size.size0}",
|
|
969
1041
|
"lineHeight": "{palette.lineHeight.ratio10to7}",
|
|
@@ -1702,8 +1774,7 @@
|
|
|
1702
1774
|
},
|
|
1703
1775
|
"tokens": {
|
|
1704
1776
|
"fontSize": "{palette.fontSize.size20}",
|
|
1705
|
-
"iconSize": "{palette.size.size24}"
|
|
1706
|
-
"textLineHeight": "{palette.lineHeight.ratio10to5}"
|
|
1777
|
+
"iconSize": "{palette.size.size24}"
|
|
1707
1778
|
}
|
|
1708
1779
|
},
|
|
1709
1780
|
{
|
|
@@ -1712,8 +1783,7 @@
|
|
|
1712
1783
|
},
|
|
1713
1784
|
"tokens": {
|
|
1714
1785
|
"fontSize": "{palette.fontSize.size14}",
|
|
1715
|
-
"iconSize": "{palette.size.size14}"
|
|
1716
|
-
"textLineHeight": "{palette.lineHeight.ratio15to7}"
|
|
1786
|
+
"iconSize": "{palette.size.size14}"
|
|
1717
1787
|
}
|
|
1718
1788
|
},
|
|
1719
1789
|
{
|
|
@@ -1722,8 +1792,7 @@
|
|
|
1722
1792
|
},
|
|
1723
1793
|
"tokens": {
|
|
1724
1794
|
"fontSize": "{palette.fontSize.size12}",
|
|
1725
|
-
"iconSize": "{palette.size.size12}"
|
|
1726
|
-
"textLineHeight": "{palette.lineHeight.ratio2to1}"
|
|
1795
|
+
"iconSize": "{palette.size.size12}"
|
|
1727
1796
|
}
|
|
1728
1797
|
}
|
|
1729
1798
|
],
|
|
@@ -1736,8 +1805,7 @@
|
|
|
1736
1805
|
"leftIcon": "{palette.icon.ArrowLeft}",
|
|
1737
1806
|
"outerBorderColor": "{palette.color.transparent}",
|
|
1738
1807
|
"rightIcon": "{palette.icon.ArrowRight}",
|
|
1739
|
-
"textLine": "{system.textLine.none}"
|
|
1740
|
-
"textLineHeight": "{palette.lineHeight.ratio9to4}"
|
|
1808
|
+
"textLine": "{system.textLine.none}"
|
|
1741
1809
|
}
|
|
1742
1810
|
},
|
|
1743
1811
|
"Countdown": {
|
|
@@ -2030,8 +2098,56 @@
|
|
|
2030
2098
|
}
|
|
2031
2099
|
],
|
|
2032
2100
|
"tokens": {
|
|
2101
|
+
"backgroundColor": "{palette.color.transparent}",
|
|
2102
|
+
"borderColor": "{palette.color.transparent}",
|
|
2103
|
+
"borderWidth": "{system.border.zero}",
|
|
2033
2104
|
"icon": "{palette.icon.CaretDown}",
|
|
2034
|
-
"
|
|
2105
|
+
"iconColor": "{palette.color.greenAccessible}",
|
|
2106
|
+
"iconGap": "{palette.size.size8}",
|
|
2107
|
+
"iconPaddingTop": "{palette.size.size4}",
|
|
2108
|
+
"iconPosition": "{system.position.left}",
|
|
2109
|
+
"iconSize": "{palette.size.size16}",
|
|
2110
|
+
"justifyContent": "{system.flexJustifyContent.flexStart}",
|
|
2111
|
+
"paddingBottom": "{palette.size.size0}",
|
|
2112
|
+
"paddingLeft": "{palette.size.size0}",
|
|
2113
|
+
"paddingRight": "{palette.size.size0}",
|
|
2114
|
+
"paddingTop": "{palette.size.size0}",
|
|
2115
|
+
"size": "{palette.size.size4}",
|
|
2116
|
+
"verticalAlign": "{system.verticalAlign.top}"
|
|
2117
|
+
}
|
|
2118
|
+
},
|
|
2119
|
+
"ExpandCollapseMiniPanel": {
|
|
2120
|
+
"appearances": {
|
|
2121
|
+
"compact": {
|
|
2122
|
+
"type": "variant",
|
|
2123
|
+
"values": [true]
|
|
2124
|
+
}
|
|
2125
|
+
},
|
|
2126
|
+
"rules": [
|
|
2127
|
+
{
|
|
2128
|
+
"if": {
|
|
2129
|
+
"compact": true
|
|
2130
|
+
},
|
|
2131
|
+
"tokens": {
|
|
2132
|
+
"contentPaddingBottom": "{palette.size.size16}",
|
|
2133
|
+
"contentPaddingRight": "{palette.size.size0}",
|
|
2134
|
+
"contentPaddingTop": "{palette.size.size8}"
|
|
2135
|
+
}
|
|
2136
|
+
}
|
|
2137
|
+
],
|
|
2138
|
+
"tokens": {
|
|
2139
|
+
"borderColor": "{palette.color.transparent}",
|
|
2140
|
+
"borderRadius": "{palette.radius.none}",
|
|
2141
|
+
"borderWidth": "{palette.border.none}",
|
|
2142
|
+
"collapseDuration": "{palette.duration.duration250}",
|
|
2143
|
+
"contentPaddingBottom": "{palette.size.size16}",
|
|
2144
|
+
"contentPaddingLeft": "{palette.size.size0}",
|
|
2145
|
+
"contentPaddingRight": "{palette.size.size0}",
|
|
2146
|
+
"contentPaddingTop": "{palette.size.size0}",
|
|
2147
|
+
"expandDividerColor": "{palette.color.transparent}",
|
|
2148
|
+
"expandDividerWidth": "{palette.size.size0}",
|
|
2149
|
+
"expandDuration": "{palette.duration.duration300}",
|
|
2150
|
+
"marginBottom": "{palette.size.size0}"
|
|
2035
2151
|
}
|
|
2036
2152
|
},
|
|
2037
2153
|
"ExpandCollapsePanel": {
|
|
@@ -2064,8 +2180,8 @@
|
|
|
2064
2180
|
"contentPaddingRight": "{palette.size.size0}",
|
|
2065
2181
|
"contentPaddingTop": "{palette.size.size0}",
|
|
2066
2182
|
"expandDividerColor": "{palette.color.transparent}",
|
|
2183
|
+
"expandDividerWidth": "{palette.size.size0}",
|
|
2067
2184
|
"expandDuration": "{palette.duration.duration300}",
|
|
2068
|
-
"expanddDividerWidth": "{palette.size.size0}",
|
|
2069
2185
|
"marginBottom": "{palette.size.size0}"
|
|
2070
2186
|
}
|
|
2071
2187
|
},
|
|
@@ -2216,7 +2332,7 @@
|
|
|
2216
2332
|
"appearances": {},
|
|
2217
2333
|
"rules": [],
|
|
2218
2334
|
"tokens": {
|
|
2219
|
-
"color": "{
|
|
2335
|
+
"color": "{system.color.none}",
|
|
2220
2336
|
"fontName": "{palette.fontName.HelveticaNow}",
|
|
2221
2337
|
"fontWeight": "{palette.fontWeight.weight400}",
|
|
2222
2338
|
"lineHeight": "{palette.lineHeight.ratio1to1}",
|
|
@@ -2949,7 +3065,7 @@
|
|
|
2949
3065
|
},
|
|
2950
3066
|
"tokens": {
|
|
2951
3067
|
"blockFontSize": "{palette.fontSize.size20}",
|
|
2952
|
-
"blockLineHeight": "{palette.lineHeight.
|
|
3068
|
+
"blockLineHeight": "{palette.lineHeight.ratio5to4}",
|
|
2953
3069
|
"iconSize": "{palette.size.size24}"
|
|
2954
3070
|
}
|
|
2955
3071
|
},
|
|
@@ -2959,7 +3075,7 @@
|
|
|
2959
3075
|
},
|
|
2960
3076
|
"tokens": {
|
|
2961
3077
|
"blockFontSize": "{palette.fontSize.size14}",
|
|
2962
|
-
"blockLineHeight": "{palette.lineHeight.
|
|
3078
|
+
"blockLineHeight": "{palette.lineHeight.ratio1to1}",
|
|
2963
3079
|
"iconSize": "{palette.size.size20}"
|
|
2964
3080
|
}
|
|
2965
3081
|
},
|
|
@@ -2971,7 +3087,7 @@
|
|
|
2971
3087
|
"blockFontName": "{palette.fontName.HelveticaNow}",
|
|
2972
3088
|
"blockFontSize": "{palette.fontSize.size12}",
|
|
2973
3089
|
"blockFontWeight": "{palette.fontWeight.weight500}",
|
|
2974
|
-
"blockLineHeight": "{palette.lineHeight.
|
|
3090
|
+
"blockLineHeight": "{palette.lineHeight.ratio9to8}",
|
|
2975
3091
|
"iconSize": "{palette.size.size16}"
|
|
2976
3092
|
}
|
|
2977
3093
|
},
|
|
@@ -4843,8 +4959,7 @@
|
|
|
4843
4959
|
"inactive": null
|
|
4844
4960
|
},
|
|
4845
4961
|
"tokens": {
|
|
4846
|
-
"
|
|
4847
|
-
"outerBorderColor": "{palette.color.greyMystic}"
|
|
4962
|
+
"outerBorderWidth": "{palette.border.border2}"
|
|
4848
4963
|
}
|
|
4849
4964
|
},
|
|
4850
4965
|
{
|
|
@@ -4853,7 +4968,8 @@
|
|
|
4853
4968
|
},
|
|
4854
4969
|
"tokens": {
|
|
4855
4970
|
"borderColor": "{palette.color.purpleDeluge}",
|
|
4856
|
-
"borderWidth": "{palette.border.border3}"
|
|
4971
|
+
"borderWidth": "{palette.border.border3}",
|
|
4972
|
+
"outerBorderWidth": "{palette.border.none}"
|
|
4857
4973
|
}
|
|
4858
4974
|
},
|
|
4859
4975
|
{
|
|
@@ -4862,7 +4978,9 @@
|
|
|
4862
4978
|
},
|
|
4863
4979
|
"tokens": {
|
|
4864
4980
|
"backgroundColor": "{palette.color.greyAthens}",
|
|
4865
|
-
"borderColor": "{palette.color.greyAthens}"
|
|
4981
|
+
"borderColor": "{palette.color.greyAthens}",
|
|
4982
|
+
"color": "{palette.color.greyShuttle}",
|
|
4983
|
+
"placeholderColor": "{palette.color.greyShuttle}"
|
|
4866
4984
|
}
|
|
4867
4985
|
}
|
|
4868
4986
|
],
|
|
@@ -4871,19 +4989,19 @@
|
|
|
4871
4989
|
"borderColor": "{palette.color.greyShuttle}",
|
|
4872
4990
|
"borderRadius": "{palette.radius.pill32}",
|
|
4873
4991
|
"borderWidth": "{palette.border.border1}",
|
|
4874
|
-
"buttonsGap": "{palette.size.
|
|
4992
|
+
"buttonsGap": "{palette.size.size2}",
|
|
4875
4993
|
"clearButtonIcon": "{palette.icon.Times}",
|
|
4876
4994
|
"color": "{palette.color.greyCharcoal}",
|
|
4877
4995
|
"fontName": "{palette.fontName.HelveticaNow}",
|
|
4878
4996
|
"fontSize": "{palette.fontSize.size16}",
|
|
4879
4997
|
"fontWeight": "{palette.fontWeight.weight400}",
|
|
4880
4998
|
"lineHeight": "{palette.lineHeight.ratio3to2}",
|
|
4881
|
-
"outerBackgroundColor": "{palette.color.
|
|
4882
|
-
"outerBorderColor": "{palette.color.
|
|
4999
|
+
"outerBackgroundColor": "{palette.color.greyMystic}",
|
|
5000
|
+
"outerBorderColor": "{palette.color.greyMystic}",
|
|
4883
5001
|
"outerBorderRadius": "{palette.radius.pill32}",
|
|
4884
|
-
"outerBorderWidth": "{palette.border.
|
|
5002
|
+
"outerBorderWidth": "{palette.border.none}",
|
|
4885
5003
|
"paddingBottom": "{palette.size.size12}",
|
|
4886
|
-
"paddingLeft": "{palette.size.
|
|
5004
|
+
"paddingLeft": "{palette.size.size16}",
|
|
4887
5005
|
"paddingRight": "{palette.size.size8}",
|
|
4888
5006
|
"paddingTop": "{palette.size.size12}",
|
|
4889
5007
|
"placeholderColor": "{palette.color.greyCharcoal}",
|
|
@@ -4945,13 +5063,24 @@
|
|
|
4945
5063
|
},
|
|
4946
5064
|
{
|
|
4947
5065
|
"if": {
|
|
4948
|
-
"inactive": true
|
|
5066
|
+
"inactive": true,
|
|
5067
|
+
"priority": "high"
|
|
4949
5068
|
},
|
|
4950
5069
|
"tokens": {
|
|
4951
5070
|
"backgroundColor": "{palette.color.greyMystic}",
|
|
4952
5071
|
"borderWidth": "{palette.border.none}",
|
|
4953
5072
|
"iconColor": "{palette.color.greyShuttle}"
|
|
4954
5073
|
}
|
|
5074
|
+
},
|
|
5075
|
+
{
|
|
5076
|
+
"if": {
|
|
5077
|
+
"inactive": true,
|
|
5078
|
+
"priority": null
|
|
5079
|
+
},
|
|
5080
|
+
"tokens": {
|
|
5081
|
+
"backgroundColor": "{palette.color.transparent}",
|
|
5082
|
+
"iconColor": "{palette.color.transparent}"
|
|
5083
|
+
}
|
|
4955
5084
|
}
|
|
4956
5085
|
],
|
|
4957
5086
|
"tokens": {
|
|
@@ -5207,10 +5336,12 @@
|
|
|
5207
5336
|
"appearances": {},
|
|
5208
5337
|
"rules": [],
|
|
5209
5338
|
"tokens": {
|
|
5339
|
+
"animationDuration": "{system.integer.2000}",
|
|
5210
5340
|
"baseWidth": "{palette.size.size40}",
|
|
5211
5341
|
"characters": "{palette.size.size10}",
|
|
5212
5342
|
"color": "{palette.color.greyCloud}",
|
|
5213
5343
|
"radius": "{system.radius.round}",
|
|
5344
|
+
"secondColor": "{palette.color.greyMystic}",
|
|
5214
5345
|
"size": "{palette.size.size3}",
|
|
5215
5346
|
"spaceBetweenLines": "{palette.size.size2}",
|
|
5216
5347
|
"squareRadius": "{palette.radius.radius4}"
|
|
@@ -6357,7 +6488,22 @@
|
|
|
6357
6488
|
"colour": {
|
|
6358
6489
|
"description": "Each typography variant has a default color, and at least a secondary color variant. In exceptional cases where a different colour is needed,\n use the tokens prop.",
|
|
6359
6490
|
"type": "variant",
|
|
6360
|
-
"values": [
|
|
6491
|
+
"values": [
|
|
6492
|
+
"default",
|
|
6493
|
+
"brand",
|
|
6494
|
+
"dark",
|
|
6495
|
+
"light",
|
|
6496
|
+
"positive",
|
|
6497
|
+
"warning",
|
|
6498
|
+
"danger",
|
|
6499
|
+
"black",
|
|
6500
|
+
"white",
|
|
6501
|
+
"brand2",
|
|
6502
|
+
"brand3",
|
|
6503
|
+
"alternative1",
|
|
6504
|
+
"alternative2",
|
|
6505
|
+
"alternative3"
|
|
6506
|
+
]
|
|
6361
6507
|
},
|
|
6362
6508
|
"compact": {
|
|
6363
6509
|
"description": "Reduces line height on some body text styles. For data-rich content, not for flow content",
|
|
@@ -6395,14 +6541,6 @@
|
|
|
6395
6541
|
}
|
|
6396
6542
|
},
|
|
6397
6543
|
"rules": [
|
|
6398
|
-
{
|
|
6399
|
-
"if": {
|
|
6400
|
-
"colour": "secondary"
|
|
6401
|
-
},
|
|
6402
|
-
"tokens": {
|
|
6403
|
-
"color": "{palette.color.greyCharcoal}"
|
|
6404
|
-
}
|
|
6405
|
-
},
|
|
6406
6544
|
{
|
|
6407
6545
|
"if": {
|
|
6408
6546
|
"size": ["display1", "display2", "h1", "h2", "h3"]
|
|
@@ -6413,7 +6551,7 @@
|
|
|
6413
6551
|
},
|
|
6414
6552
|
{
|
|
6415
6553
|
"if": {
|
|
6416
|
-
"colour": "
|
|
6554
|
+
"colour": "dark",
|
|
6417
6555
|
"size": ["display1", "display2", "h1", "h2", "h3"]
|
|
6418
6556
|
},
|
|
6419
6557
|
"tokens": {
|
|
@@ -6422,7 +6560,7 @@
|
|
|
6422
6560
|
},
|
|
6423
6561
|
{
|
|
6424
6562
|
"if": {
|
|
6425
|
-
"colour": "
|
|
6563
|
+
"colour": "light",
|
|
6426
6564
|
"size": "h6"
|
|
6427
6565
|
},
|
|
6428
6566
|
"tokens": {
|
|
@@ -6439,7 +6577,7 @@
|
|
|
6439
6577
|
},
|
|
6440
6578
|
{
|
|
6441
6579
|
"if": {
|
|
6442
|
-
"colour": "
|
|
6580
|
+
"colour": "dark",
|
|
6443
6581
|
"size": "eyebrow"
|
|
6444
6582
|
},
|
|
6445
6583
|
"tokens": {
|
|
@@ -6791,6 +6929,118 @@
|
|
|
6791
6929
|
"fontName": "{palette.fontName.HelveticaNow}",
|
|
6792
6930
|
"fontWeight": "{palette.fontWeight.weight700}"
|
|
6793
6931
|
}
|
|
6932
|
+
},
|
|
6933
|
+
{
|
|
6934
|
+
"if": {
|
|
6935
|
+
"colour": "default"
|
|
6936
|
+
},
|
|
6937
|
+
"tokens": {
|
|
6938
|
+
"color": "{palette.color.greyCharcoal}"
|
|
6939
|
+
}
|
|
6940
|
+
},
|
|
6941
|
+
{
|
|
6942
|
+
"if": {
|
|
6943
|
+
"colour": "brand"
|
|
6944
|
+
},
|
|
6945
|
+
"tokens": {
|
|
6946
|
+
"color": "{palette.color.purpleTelus}"
|
|
6947
|
+
}
|
|
6948
|
+
},
|
|
6949
|
+
{
|
|
6950
|
+
"if": {
|
|
6951
|
+
"colour": "dark"
|
|
6952
|
+
},
|
|
6953
|
+
"tokens": {
|
|
6954
|
+
"color": "{palette.color.greyThunder}"
|
|
6955
|
+
}
|
|
6956
|
+
},
|
|
6957
|
+
{
|
|
6958
|
+
"if": {
|
|
6959
|
+
"colour": "light"
|
|
6960
|
+
},
|
|
6961
|
+
"tokens": {
|
|
6962
|
+
"color": "{palette.color.greyShuttle}"
|
|
6963
|
+
}
|
|
6964
|
+
},
|
|
6965
|
+
{
|
|
6966
|
+
"if": {
|
|
6967
|
+
"colour": "positive"
|
|
6968
|
+
},
|
|
6969
|
+
"tokens": {
|
|
6970
|
+
"color": "{palette.color.greenAccessible}"
|
|
6971
|
+
}
|
|
6972
|
+
},
|
|
6973
|
+
{
|
|
6974
|
+
"if": {
|
|
6975
|
+
"colour": "warning"
|
|
6976
|
+
},
|
|
6977
|
+
"tokens": {
|
|
6978
|
+
"color": "{palette.color.amberDark}"
|
|
6979
|
+
}
|
|
6980
|
+
},
|
|
6981
|
+
{
|
|
6982
|
+
"if": {
|
|
6983
|
+
"colour": "danger"
|
|
6984
|
+
},
|
|
6985
|
+
"tokens": {
|
|
6986
|
+
"color": "{palette.color.redDark}"
|
|
6987
|
+
}
|
|
6988
|
+
},
|
|
6989
|
+
{
|
|
6990
|
+
"if": {
|
|
6991
|
+
"colour": "black"
|
|
6992
|
+
},
|
|
6993
|
+
"tokens": {
|
|
6994
|
+
"color": "{palette.color.black}"
|
|
6995
|
+
}
|
|
6996
|
+
},
|
|
6997
|
+
{
|
|
6998
|
+
"if": {
|
|
6999
|
+
"colour": "white"
|
|
7000
|
+
},
|
|
7001
|
+
"tokens": {
|
|
7002
|
+
"color": "{palette.color.white}"
|
|
7003
|
+
}
|
|
7004
|
+
},
|
|
7005
|
+
{
|
|
7006
|
+
"if": {
|
|
7007
|
+
"colour": "brand2"
|
|
7008
|
+
},
|
|
7009
|
+
"tokens": {
|
|
7010
|
+
"color": "{palette.color.greenAccessible}"
|
|
7011
|
+
}
|
|
7012
|
+
},
|
|
7013
|
+
{
|
|
7014
|
+
"if": {
|
|
7015
|
+
"colour": "brand3"
|
|
7016
|
+
},
|
|
7017
|
+
"tokens": {
|
|
7018
|
+
"color": "{palette.color.purpleDeluge}"
|
|
7019
|
+
}
|
|
7020
|
+
},
|
|
7021
|
+
{
|
|
7022
|
+
"if": {
|
|
7023
|
+
"colour": "alternative1"
|
|
7024
|
+
},
|
|
7025
|
+
"tokens": {
|
|
7026
|
+
"color": "{palette.color.purpleTelus}"
|
|
7027
|
+
}
|
|
7028
|
+
},
|
|
7029
|
+
{
|
|
7030
|
+
"if": {
|
|
7031
|
+
"colour": "alternative2"
|
|
7032
|
+
},
|
|
7033
|
+
"tokens": {
|
|
7034
|
+
"color": "{palette.color.purpleTelus}"
|
|
7035
|
+
}
|
|
7036
|
+
},
|
|
7037
|
+
{
|
|
7038
|
+
"if": {
|
|
7039
|
+
"colour": "alternative3"
|
|
7040
|
+
},
|
|
7041
|
+
"tokens": {
|
|
7042
|
+
"color": "{palette.color.purpleTelus}"
|
|
7043
|
+
}
|
|
6794
7044
|
}
|
|
6795
7045
|
],
|
|
6796
7046
|
"tokens": {
|