@telus-uds/theme-allium 3.32.0 → 4.0.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 +1187 -916
- package/build/android/theme.json +537 -55
- package/build/ios/schema.json +1187 -916
- package/build/ios/theme.json +537 -55
- package/build/rn/schema.json +1187 -916
- package/build/rn/theme.js +187 -59
- package/package.json +5 -5
- package/theme.json +310 -61
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
|
},
|
|
@@ -851,15 +878,50 @@
|
|
|
851
878
|
},
|
|
852
879
|
{
|
|
853
880
|
"if": {
|
|
854
|
-
"
|
|
881
|
+
"hover": true
|
|
855
882
|
},
|
|
856
883
|
"tokens": {
|
|
857
|
-
"
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
"
|
|
884
|
+
"borderWidth": "{palette.border.border3}"
|
|
885
|
+
}
|
|
886
|
+
},
|
|
887
|
+
{
|
|
888
|
+
"if": {
|
|
889
|
+
"selected": true
|
|
890
|
+
},
|
|
891
|
+
"tokens": {
|
|
892
|
+
"backgroundColor": "{palette.color.purpleTelus}",
|
|
893
|
+
"iconBackground": "{palette.color.purpleDeluge}"
|
|
894
|
+
}
|
|
895
|
+
},
|
|
896
|
+
{
|
|
897
|
+
"if": {
|
|
898
|
+
"hover": true,
|
|
899
|
+
"selected": true
|
|
900
|
+
},
|
|
901
|
+
"tokens": {
|
|
902
|
+
"backgroundColor": "{palette.color.purpleDeluge}",
|
|
903
|
+
"iconBackground": "{palette.color.purpleEminence}"
|
|
904
|
+
}
|
|
905
|
+
},
|
|
906
|
+
{
|
|
907
|
+
"if": {
|
|
908
|
+
"pressed": true,
|
|
909
|
+
"selected": true
|
|
910
|
+
},
|
|
911
|
+
"tokens": {
|
|
912
|
+
"backgroundColor": "{palette.color.purpleDark}",
|
|
913
|
+
"iconBackground": "{palette.color.purpleEminence}"
|
|
914
|
+
}
|
|
915
|
+
},
|
|
916
|
+
{
|
|
917
|
+
"if": {
|
|
918
|
+
"focus": true,
|
|
919
|
+
"selected": true
|
|
920
|
+
},
|
|
921
|
+
"tokens": {
|
|
922
|
+
"backgroundColor": "{palette.color.purpleTelus}",
|
|
923
|
+
"iconBackground": "{palette.color.purpleDeluge}",
|
|
924
|
+
"outerBorderColor": "{palette.color.purpleTelus}"
|
|
863
925
|
}
|
|
864
926
|
},
|
|
865
927
|
{
|
|
@@ -875,10 +937,17 @@
|
|
|
875
937
|
},
|
|
876
938
|
{
|
|
877
939
|
"if": {
|
|
878
|
-
"
|
|
940
|
+
"pressed": true
|
|
879
941
|
},
|
|
880
942
|
"tokens": {
|
|
881
|
-
"
|
|
943
|
+
"backgroundColor": "{palette.color.greyShuttle}",
|
|
944
|
+
"borderColor": "{palette.color.transparent}",
|
|
945
|
+
"borderWidth": "{palette.border.none}",
|
|
946
|
+
"color": "{palette.color.white}",
|
|
947
|
+
"iconBackground": "{palette.color.greyCharcoal}",
|
|
948
|
+
"iconColor": "{palette.color.white}",
|
|
949
|
+
"outerBorderColor": "{palette.color.transparent}",
|
|
950
|
+
"outerBorderWidth": "{palette.border.none}"
|
|
882
951
|
}
|
|
883
952
|
},
|
|
884
953
|
{
|
|
@@ -930,7 +999,9 @@
|
|
|
930
999
|
},
|
|
931
1000
|
"tokens": {
|
|
932
1001
|
"iconBackground": "{palette.color.purpleDeluge}",
|
|
933
|
-
"outerBorderColor": "{palette.color.purpleDark}"
|
|
1002
|
+
"outerBorderColor": "{palette.color.purpleDark}",
|
|
1003
|
+
"outerBorderGap": "{palette.size.size2}",
|
|
1004
|
+
"outerBorderWidth": "{palette.border.border2}"
|
|
934
1005
|
}
|
|
935
1006
|
},
|
|
936
1007
|
{
|
|
@@ -938,9 +1009,11 @@
|
|
|
938
1009
|
"inactive": true
|
|
939
1010
|
},
|
|
940
1011
|
"tokens": {
|
|
941
|
-
"backgroundColor": "{palette.color.
|
|
1012
|
+
"backgroundColor": "{palette.color.white}",
|
|
942
1013
|
"borderWidth": "{system.border.zero}",
|
|
943
|
-
"color": "{palette.color.
|
|
1014
|
+
"color": "{palette.color.greyCloud}",
|
|
1015
|
+
"iconBackground": "{palette.color.greyAthens}",
|
|
1016
|
+
"iconColor": "{palette.color.greyCloud}"
|
|
944
1017
|
}
|
|
945
1018
|
}
|
|
946
1019
|
],
|
|
@@ -963,7 +1036,7 @@
|
|
|
963
1036
|
"iconPadding": "{palette.size.size2}",
|
|
964
1037
|
"iconPosition": "{system.position.right}",
|
|
965
1038
|
"iconSize": "{palette.size.size16}",
|
|
966
|
-
"iconSpace": "{system.integer.
|
|
1039
|
+
"iconSpace": "{system.integer.1}",
|
|
967
1040
|
"iconTranslateX": "{palette.size.size0}",
|
|
968
1041
|
"iconTranslateY": "{palette.size.size0}",
|
|
969
1042
|
"lineHeight": "{palette.lineHeight.ratio10to7}",
|
|
@@ -1702,8 +1775,7 @@
|
|
|
1702
1775
|
},
|
|
1703
1776
|
"tokens": {
|
|
1704
1777
|
"fontSize": "{palette.fontSize.size20}",
|
|
1705
|
-
"iconSize": "{palette.size.size24}"
|
|
1706
|
-
"textLineHeight": "{palette.lineHeight.ratio10to5}"
|
|
1778
|
+
"iconSize": "{palette.size.size24}"
|
|
1707
1779
|
}
|
|
1708
1780
|
},
|
|
1709
1781
|
{
|
|
@@ -1712,8 +1784,7 @@
|
|
|
1712
1784
|
},
|
|
1713
1785
|
"tokens": {
|
|
1714
1786
|
"fontSize": "{palette.fontSize.size14}",
|
|
1715
|
-
"iconSize": "{palette.size.size14}"
|
|
1716
|
-
"textLineHeight": "{palette.lineHeight.ratio15to7}"
|
|
1787
|
+
"iconSize": "{palette.size.size14}"
|
|
1717
1788
|
}
|
|
1718
1789
|
},
|
|
1719
1790
|
{
|
|
@@ -1722,8 +1793,7 @@
|
|
|
1722
1793
|
},
|
|
1723
1794
|
"tokens": {
|
|
1724
1795
|
"fontSize": "{palette.fontSize.size12}",
|
|
1725
|
-
"iconSize": "{palette.size.size12}"
|
|
1726
|
-
"textLineHeight": "{palette.lineHeight.ratio2to1}"
|
|
1796
|
+
"iconSize": "{palette.size.size12}"
|
|
1727
1797
|
}
|
|
1728
1798
|
}
|
|
1729
1799
|
],
|
|
@@ -1736,8 +1806,7 @@
|
|
|
1736
1806
|
"leftIcon": "{palette.icon.ArrowLeft}",
|
|
1737
1807
|
"outerBorderColor": "{palette.color.transparent}",
|
|
1738
1808
|
"rightIcon": "{palette.icon.ArrowRight}",
|
|
1739
|
-
"textLine": "{system.textLine.none}"
|
|
1740
|
-
"textLineHeight": "{palette.lineHeight.ratio9to4}"
|
|
1809
|
+
"textLine": "{system.textLine.none}"
|
|
1741
1810
|
}
|
|
1742
1811
|
},
|
|
1743
1812
|
"Countdown": {
|
|
@@ -2030,8 +2099,56 @@
|
|
|
2030
2099
|
}
|
|
2031
2100
|
],
|
|
2032
2101
|
"tokens": {
|
|
2102
|
+
"backgroundColor": "{palette.color.transparent}",
|
|
2103
|
+
"borderColor": "{palette.color.transparent}",
|
|
2104
|
+
"borderWidth": "{system.border.zero}",
|
|
2033
2105
|
"icon": "{palette.icon.CaretDown}",
|
|
2034
|
-
"
|
|
2106
|
+
"iconColor": "{palette.color.greenAccessible}",
|
|
2107
|
+
"iconGap": "{palette.size.size8}",
|
|
2108
|
+
"iconPaddingTop": "{palette.size.size4}",
|
|
2109
|
+
"iconPosition": "{system.position.left}",
|
|
2110
|
+
"iconSize": "{palette.size.size16}",
|
|
2111
|
+
"justifyContent": "{system.flexJustifyContent.flexStart}",
|
|
2112
|
+
"paddingBottom": "{palette.size.size0}",
|
|
2113
|
+
"paddingLeft": "{palette.size.size0}",
|
|
2114
|
+
"paddingRight": "{palette.size.size0}",
|
|
2115
|
+
"paddingTop": "{palette.size.size0}",
|
|
2116
|
+
"size": "{palette.size.size4}",
|
|
2117
|
+
"verticalAlign": "{system.verticalAlign.top}"
|
|
2118
|
+
}
|
|
2119
|
+
},
|
|
2120
|
+
"ExpandCollapseMiniPanel": {
|
|
2121
|
+
"appearances": {
|
|
2122
|
+
"compact": {
|
|
2123
|
+
"type": "variant",
|
|
2124
|
+
"values": [true]
|
|
2125
|
+
}
|
|
2126
|
+
},
|
|
2127
|
+
"rules": [
|
|
2128
|
+
{
|
|
2129
|
+
"if": {
|
|
2130
|
+
"compact": true
|
|
2131
|
+
},
|
|
2132
|
+
"tokens": {
|
|
2133
|
+
"contentPaddingBottom": "{palette.size.size16}",
|
|
2134
|
+
"contentPaddingRight": "{palette.size.size0}",
|
|
2135
|
+
"contentPaddingTop": "{palette.size.size8}"
|
|
2136
|
+
}
|
|
2137
|
+
}
|
|
2138
|
+
],
|
|
2139
|
+
"tokens": {
|
|
2140
|
+
"borderColor": "{palette.color.transparent}",
|
|
2141
|
+
"borderRadius": "{palette.radius.none}",
|
|
2142
|
+
"borderWidth": "{palette.border.none}",
|
|
2143
|
+
"collapseDuration": "{palette.duration.duration250}",
|
|
2144
|
+
"contentPaddingBottom": "{palette.size.size16}",
|
|
2145
|
+
"contentPaddingLeft": "{palette.size.size0}",
|
|
2146
|
+
"contentPaddingRight": "{palette.size.size0}",
|
|
2147
|
+
"contentPaddingTop": "{palette.size.size0}",
|
|
2148
|
+
"expandDividerColor": "{palette.color.transparent}",
|
|
2149
|
+
"expandDividerWidth": "{palette.size.size0}",
|
|
2150
|
+
"expandDuration": "{palette.duration.duration300}",
|
|
2151
|
+
"marginBottom": "{palette.size.size0}"
|
|
2035
2152
|
}
|
|
2036
2153
|
},
|
|
2037
2154
|
"ExpandCollapsePanel": {
|
|
@@ -2064,8 +2181,8 @@
|
|
|
2064
2181
|
"contentPaddingRight": "{palette.size.size0}",
|
|
2065
2182
|
"contentPaddingTop": "{palette.size.size0}",
|
|
2066
2183
|
"expandDividerColor": "{palette.color.transparent}",
|
|
2184
|
+
"expandDividerWidth": "{palette.size.size0}",
|
|
2067
2185
|
"expandDuration": "{palette.duration.duration300}",
|
|
2068
|
-
"expanddDividerWidth": "{palette.size.size0}",
|
|
2069
2186
|
"marginBottom": "{palette.size.size0}"
|
|
2070
2187
|
}
|
|
2071
2188
|
},
|
|
@@ -2949,7 +3066,7 @@
|
|
|
2949
3066
|
},
|
|
2950
3067
|
"tokens": {
|
|
2951
3068
|
"blockFontSize": "{palette.fontSize.size20}",
|
|
2952
|
-
"blockLineHeight": "{palette.lineHeight.
|
|
3069
|
+
"blockLineHeight": "{palette.lineHeight.ratio5to4}",
|
|
2953
3070
|
"iconSize": "{palette.size.size24}"
|
|
2954
3071
|
}
|
|
2955
3072
|
},
|
|
@@ -2959,7 +3076,7 @@
|
|
|
2959
3076
|
},
|
|
2960
3077
|
"tokens": {
|
|
2961
3078
|
"blockFontSize": "{palette.fontSize.size14}",
|
|
2962
|
-
"blockLineHeight": "{palette.lineHeight.
|
|
3079
|
+
"blockLineHeight": "{palette.lineHeight.ratio1to1}",
|
|
2963
3080
|
"iconSize": "{palette.size.size20}"
|
|
2964
3081
|
}
|
|
2965
3082
|
},
|
|
@@ -2971,7 +3088,7 @@
|
|
|
2971
3088
|
"blockFontName": "{palette.fontName.HelveticaNow}",
|
|
2972
3089
|
"blockFontSize": "{palette.fontSize.size12}",
|
|
2973
3090
|
"blockFontWeight": "{palette.fontWeight.weight500}",
|
|
2974
|
-
"blockLineHeight": "{palette.lineHeight.
|
|
3091
|
+
"blockLineHeight": "{palette.lineHeight.ratio9to8}",
|
|
2975
3092
|
"iconSize": "{palette.size.size16}"
|
|
2976
3093
|
}
|
|
2977
3094
|
},
|
|
@@ -4843,8 +4960,7 @@
|
|
|
4843
4960
|
"inactive": null
|
|
4844
4961
|
},
|
|
4845
4962
|
"tokens": {
|
|
4846
|
-
"
|
|
4847
|
-
"outerBorderColor": "{palette.color.greyMystic}"
|
|
4963
|
+
"outerBorderWidth": "{palette.border.border2}"
|
|
4848
4964
|
}
|
|
4849
4965
|
},
|
|
4850
4966
|
{
|
|
@@ -4853,7 +4969,8 @@
|
|
|
4853
4969
|
},
|
|
4854
4970
|
"tokens": {
|
|
4855
4971
|
"borderColor": "{palette.color.purpleDeluge}",
|
|
4856
|
-
"borderWidth": "{palette.border.border3}"
|
|
4972
|
+
"borderWidth": "{palette.border.border3}",
|
|
4973
|
+
"outerBorderWidth": "{palette.border.none}"
|
|
4857
4974
|
}
|
|
4858
4975
|
},
|
|
4859
4976
|
{
|
|
@@ -4862,7 +4979,9 @@
|
|
|
4862
4979
|
},
|
|
4863
4980
|
"tokens": {
|
|
4864
4981
|
"backgroundColor": "{palette.color.greyAthens}",
|
|
4865
|
-
"borderColor": "{palette.color.greyAthens}"
|
|
4982
|
+
"borderColor": "{palette.color.greyAthens}",
|
|
4983
|
+
"color": "{palette.color.greyShuttle}",
|
|
4984
|
+
"placeholderColor": "{palette.color.greyShuttle}"
|
|
4866
4985
|
}
|
|
4867
4986
|
}
|
|
4868
4987
|
],
|
|
@@ -4871,19 +4990,19 @@
|
|
|
4871
4990
|
"borderColor": "{palette.color.greyShuttle}",
|
|
4872
4991
|
"borderRadius": "{palette.radius.pill32}",
|
|
4873
4992
|
"borderWidth": "{palette.border.border1}",
|
|
4874
|
-
"buttonsGap": "{palette.size.
|
|
4993
|
+
"buttonsGap": "{palette.size.size2}",
|
|
4875
4994
|
"clearButtonIcon": "{palette.icon.Times}",
|
|
4876
4995
|
"color": "{palette.color.greyCharcoal}",
|
|
4877
4996
|
"fontName": "{palette.fontName.HelveticaNow}",
|
|
4878
4997
|
"fontSize": "{palette.fontSize.size16}",
|
|
4879
4998
|
"fontWeight": "{palette.fontWeight.weight400}",
|
|
4880
4999
|
"lineHeight": "{palette.lineHeight.ratio3to2}",
|
|
4881
|
-
"outerBackgroundColor": "{palette.color.
|
|
4882
|
-
"outerBorderColor": "{palette.color.
|
|
5000
|
+
"outerBackgroundColor": "{palette.color.greyMystic}",
|
|
5001
|
+
"outerBorderColor": "{palette.color.greyMystic}",
|
|
4883
5002
|
"outerBorderRadius": "{palette.radius.pill32}",
|
|
4884
|
-
"outerBorderWidth": "{palette.border.
|
|
5003
|
+
"outerBorderWidth": "{palette.border.none}",
|
|
4885
5004
|
"paddingBottom": "{palette.size.size12}",
|
|
4886
|
-
"paddingLeft": "{palette.size.
|
|
5005
|
+
"paddingLeft": "{palette.size.size16}",
|
|
4887
5006
|
"paddingRight": "{palette.size.size8}",
|
|
4888
5007
|
"paddingTop": "{palette.size.size12}",
|
|
4889
5008
|
"placeholderColor": "{palette.color.greyCharcoal}",
|
|
@@ -4945,13 +5064,24 @@
|
|
|
4945
5064
|
},
|
|
4946
5065
|
{
|
|
4947
5066
|
"if": {
|
|
4948
|
-
"inactive": true
|
|
5067
|
+
"inactive": true,
|
|
5068
|
+
"priority": "high"
|
|
4949
5069
|
},
|
|
4950
5070
|
"tokens": {
|
|
4951
5071
|
"backgroundColor": "{palette.color.greyMystic}",
|
|
4952
5072
|
"borderWidth": "{palette.border.none}",
|
|
4953
5073
|
"iconColor": "{palette.color.greyShuttle}"
|
|
4954
5074
|
}
|
|
5075
|
+
},
|
|
5076
|
+
{
|
|
5077
|
+
"if": {
|
|
5078
|
+
"inactive": true,
|
|
5079
|
+
"priority": null
|
|
5080
|
+
},
|
|
5081
|
+
"tokens": {
|
|
5082
|
+
"backgroundColor": "{palette.color.transparent}",
|
|
5083
|
+
"iconColor": "{palette.color.transparent}"
|
|
5084
|
+
}
|
|
4955
5085
|
}
|
|
4956
5086
|
],
|
|
4957
5087
|
"tokens": {
|
|
@@ -6357,7 +6487,22 @@
|
|
|
6357
6487
|
"colour": {
|
|
6358
6488
|
"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
6489
|
"type": "variant",
|
|
6360
|
-
"values": [
|
|
6490
|
+
"values": [
|
|
6491
|
+
"default",
|
|
6492
|
+
"brand",
|
|
6493
|
+
"dark",
|
|
6494
|
+
"light",
|
|
6495
|
+
"positive",
|
|
6496
|
+
"warning",
|
|
6497
|
+
"danger",
|
|
6498
|
+
"black",
|
|
6499
|
+
"white",
|
|
6500
|
+
"brand2",
|
|
6501
|
+
"brand3",
|
|
6502
|
+
"alternative1",
|
|
6503
|
+
"alternative2",
|
|
6504
|
+
"alternative3"
|
|
6505
|
+
]
|
|
6361
6506
|
},
|
|
6362
6507
|
"compact": {
|
|
6363
6508
|
"description": "Reduces line height on some body text styles. For data-rich content, not for flow content",
|
|
@@ -6395,14 +6540,6 @@
|
|
|
6395
6540
|
}
|
|
6396
6541
|
},
|
|
6397
6542
|
"rules": [
|
|
6398
|
-
{
|
|
6399
|
-
"if": {
|
|
6400
|
-
"colour": "secondary"
|
|
6401
|
-
},
|
|
6402
|
-
"tokens": {
|
|
6403
|
-
"color": "{palette.color.greyCharcoal}"
|
|
6404
|
-
}
|
|
6405
|
-
},
|
|
6406
6543
|
{
|
|
6407
6544
|
"if": {
|
|
6408
6545
|
"size": ["display1", "display2", "h1", "h2", "h3"]
|
|
@@ -6413,7 +6550,7 @@
|
|
|
6413
6550
|
},
|
|
6414
6551
|
{
|
|
6415
6552
|
"if": {
|
|
6416
|
-
"colour": "
|
|
6553
|
+
"colour": "dark",
|
|
6417
6554
|
"size": ["display1", "display2", "h1", "h2", "h3"]
|
|
6418
6555
|
},
|
|
6419
6556
|
"tokens": {
|
|
@@ -6422,7 +6559,7 @@
|
|
|
6422
6559
|
},
|
|
6423
6560
|
{
|
|
6424
6561
|
"if": {
|
|
6425
|
-
"colour": "
|
|
6562
|
+
"colour": "light",
|
|
6426
6563
|
"size": "h6"
|
|
6427
6564
|
},
|
|
6428
6565
|
"tokens": {
|
|
@@ -6439,7 +6576,7 @@
|
|
|
6439
6576
|
},
|
|
6440
6577
|
{
|
|
6441
6578
|
"if": {
|
|
6442
|
-
"colour": "
|
|
6579
|
+
"colour": "dark",
|
|
6443
6580
|
"size": "eyebrow"
|
|
6444
6581
|
},
|
|
6445
6582
|
"tokens": {
|
|
@@ -6791,6 +6928,118 @@
|
|
|
6791
6928
|
"fontName": "{palette.fontName.HelveticaNow}",
|
|
6792
6929
|
"fontWeight": "{palette.fontWeight.weight700}"
|
|
6793
6930
|
}
|
|
6931
|
+
},
|
|
6932
|
+
{
|
|
6933
|
+
"if": {
|
|
6934
|
+
"colour": "default"
|
|
6935
|
+
},
|
|
6936
|
+
"tokens": {
|
|
6937
|
+
"color": "{palette.color.greyCharcoal}"
|
|
6938
|
+
}
|
|
6939
|
+
},
|
|
6940
|
+
{
|
|
6941
|
+
"if": {
|
|
6942
|
+
"colour": "brand"
|
|
6943
|
+
},
|
|
6944
|
+
"tokens": {
|
|
6945
|
+
"color": "{palette.color.purpleTelus}"
|
|
6946
|
+
}
|
|
6947
|
+
},
|
|
6948
|
+
{
|
|
6949
|
+
"if": {
|
|
6950
|
+
"colour": "dark"
|
|
6951
|
+
},
|
|
6952
|
+
"tokens": {
|
|
6953
|
+
"color": "{palette.color.greyThunder}"
|
|
6954
|
+
}
|
|
6955
|
+
},
|
|
6956
|
+
{
|
|
6957
|
+
"if": {
|
|
6958
|
+
"colour": "light"
|
|
6959
|
+
},
|
|
6960
|
+
"tokens": {
|
|
6961
|
+
"color": "{palette.color.greyShuttle}"
|
|
6962
|
+
}
|
|
6963
|
+
},
|
|
6964
|
+
{
|
|
6965
|
+
"if": {
|
|
6966
|
+
"colour": "positive"
|
|
6967
|
+
},
|
|
6968
|
+
"tokens": {
|
|
6969
|
+
"color": "{palette.color.greenAccessible}"
|
|
6970
|
+
}
|
|
6971
|
+
},
|
|
6972
|
+
{
|
|
6973
|
+
"if": {
|
|
6974
|
+
"colour": "warning"
|
|
6975
|
+
},
|
|
6976
|
+
"tokens": {
|
|
6977
|
+
"color": "{palette.color.amberDark}"
|
|
6978
|
+
}
|
|
6979
|
+
},
|
|
6980
|
+
{
|
|
6981
|
+
"if": {
|
|
6982
|
+
"colour": "danger"
|
|
6983
|
+
},
|
|
6984
|
+
"tokens": {
|
|
6985
|
+
"color": "{palette.color.redDark}"
|
|
6986
|
+
}
|
|
6987
|
+
},
|
|
6988
|
+
{
|
|
6989
|
+
"if": {
|
|
6990
|
+
"colour": "black"
|
|
6991
|
+
},
|
|
6992
|
+
"tokens": {
|
|
6993
|
+
"color": "{palette.color.black}"
|
|
6994
|
+
}
|
|
6995
|
+
},
|
|
6996
|
+
{
|
|
6997
|
+
"if": {
|
|
6998
|
+
"colour": "white"
|
|
6999
|
+
},
|
|
7000
|
+
"tokens": {
|
|
7001
|
+
"color": "{palette.color.white}"
|
|
7002
|
+
}
|
|
7003
|
+
},
|
|
7004
|
+
{
|
|
7005
|
+
"if": {
|
|
7006
|
+
"colour": "brand2"
|
|
7007
|
+
},
|
|
7008
|
+
"tokens": {
|
|
7009
|
+
"color": "{palette.color.greenAccessible}"
|
|
7010
|
+
}
|
|
7011
|
+
},
|
|
7012
|
+
{
|
|
7013
|
+
"if": {
|
|
7014
|
+
"colour": "brand3"
|
|
7015
|
+
},
|
|
7016
|
+
"tokens": {
|
|
7017
|
+
"color": "{palette.color.purpleDeluge}"
|
|
7018
|
+
}
|
|
7019
|
+
},
|
|
7020
|
+
{
|
|
7021
|
+
"if": {
|
|
7022
|
+
"colour": "alternative1"
|
|
7023
|
+
},
|
|
7024
|
+
"tokens": {
|
|
7025
|
+
"color": "{palette.color.purpleTelus}"
|
|
7026
|
+
}
|
|
7027
|
+
},
|
|
7028
|
+
{
|
|
7029
|
+
"if": {
|
|
7030
|
+
"colour": "alternative2"
|
|
7031
|
+
},
|
|
7032
|
+
"tokens": {
|
|
7033
|
+
"color": "{palette.color.purpleTelus}"
|
|
7034
|
+
}
|
|
7035
|
+
},
|
|
7036
|
+
{
|
|
7037
|
+
"if": {
|
|
7038
|
+
"colour": "alternative3"
|
|
7039
|
+
},
|
|
7040
|
+
"tokens": {
|
|
7041
|
+
"color": "{palette.color.purpleTelus}"
|
|
7042
|
+
}
|
|
6794
7043
|
}
|
|
6795
7044
|
],
|
|
6796
7045
|
"tokens": {
|