@telus-uds/system-theme-tokens 3.2.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.
@@ -0,0 +1,2215 @@
1
+ // Define the required components and their supported tokens
2
+ export default {
3
+ Autocomplete: {
4
+ color: 'color',
5
+ maxHeight: 'size',
6
+ overflowY: 'overflow'
7
+ },
8
+ ActionCard: {
9
+ actionIcon: 'icon',
10
+ actionIconColor: 'color',
11
+ actionIconMarginBottom: 'size',
12
+ actionIconMarginLeft: 'size',
13
+ actionIconMarginRight: 'size',
14
+ actionIconMarginTop: 'size',
15
+ actionIconTranslate: 'size',
16
+ backgroundColor: 'color',
17
+ borderColor: 'color',
18
+ borderRadius: 'radius',
19
+ borderWidth: 'border',
20
+ contentFontColor: 'color',
21
+ contentFontName: 'fontName',
22
+ contentFontSize: 'fontSize',
23
+ contentFontWeight: 'fontWeight',
24
+ contentLineHeight: 'lineHeight',
25
+ contentMarginBottom: 'size',
26
+ contentMarginLeft: 'size',
27
+ contentMarginRight: 'size',
28
+ contentMarginTop: 'size',
29
+ iconBackgroundColor: 'color',
30
+ iconColor: 'color',
31
+ iconMarginBottom: 'size',
32
+ iconMarginLeft: 'size',
33
+ iconMarginRight: 'size',
34
+ iconMarginTop: 'size',
35
+ paddingBottom: 'size',
36
+ paddingLeft: 'size',
37
+ paddingRight: 'size',
38
+ paddingTop: 'size',
39
+ statusIcon: 'icon',
40
+ statusIconColor: 'color',
41
+ titleFontColor: 'color',
42
+ titleFontName: 'fontName',
43
+ titleFontSize: 'fontSize',
44
+ titleFontWeight: 'fontWeight',
45
+ titleLineHeight: 'lineHeight',
46
+ titleMarginBottom: 'size',
47
+ titleMarginLeft: 'size',
48
+ titleMarginRight: 'size',
49
+ titleMarginTop: 'size'
50
+ },
51
+ SplashButton: {
52
+ playIcon: 'icon',
53
+ playIconColor: 'color',
54
+ buttonContentBackground: 'color',
55
+ buttonContentChildrenBackground: 'color'
56
+ },
57
+ SplashButtonWithDetails: {
58
+ playIcon: 'icon',
59
+ playIconColor: 'color',
60
+ buttonContentBackground: 'color',
61
+ buttonContentChildrenBackground: 'color',
62
+ buttonBackground: 'color',
63
+ buttonBorderColor: 'color',
64
+ buttonRadius: 'radius',
65
+ buttonLeftPosition: 'size',
66
+ buttonBottomPosition: 'size',
67
+ buttonMinHeight: 'size',
68
+ buttonPaddingLeft: 'size',
69
+ labelFontName: 'fontName',
70
+ labelFontWeight: 'fontWeight',
71
+ buttonPaddingRight: 'size',
72
+ detailsContainerPadding: 'size',
73
+ playIconContainerBackground: 'color'
74
+ },
75
+ VideoPickerThumbnail: {
76
+ splashButtonRadius: 'radius',
77
+ borderWidth: 'border',
78
+ borderColor: 'color',
79
+ borderRadius: 'radius',
80
+ pressablePaddingVertical: 'size',
81
+ pressablePaddingHorizontal: 'size',
82
+ pressableBorderTopWidth: 'border',
83
+ pressableBorderTopColor: 'color',
84
+ pressablePaddingBottom: 'size',
85
+ titleColor: 'color',
86
+ subTitleColor: 'color',
87
+ outerBorderColor: 'color',
88
+ outerBorderGap: 'size',
89
+ outerBorderRadius: 'radius',
90
+ outerBorderWidth: 'border'
91
+ },
92
+ VideoPickerSlider: {
93
+ previousIcon: 'icon',
94
+ nextIcon: 'icon'
95
+ },
96
+ VideoPicker: {
97
+ framedMaxHeight: 'size',
98
+ framedContainerBackgroundColor: 'color',
99
+ framedContainerBorderWidth: 'border',
100
+ framedContainerBorderColor: 'color',
101
+ framedContainerBorderRadius: 'radius',
102
+ framedContainerPadding: 'size',
103
+ stackViewDividerColor: 'color'
104
+ },
105
+ Disclaimer: {
106
+ color: 'color',
107
+ fontName: 'fontName',
108
+ fontWeight: 'fontWeight',
109
+ fontSize: 'fontSize',
110
+ lineHeight: 'lineHeight'
111
+ },
112
+ // TO DO: Create a separate Cell schema that includes all cell-related tokens.
113
+ FileUpload: {
114
+ buttonBackgroundColor: 'color',
115
+ buttonBorderColor: 'color',
116
+ buttonBorderRadius: 'radius',
117
+ buttonBorderWidth: 'border',
118
+ buttonTextColor: 'color',
119
+ buttonHeight: 'size',
120
+ buttonMinWidth: 'size',
121
+ buttonWidth: 'size',
122
+ notificationBackgroundColor: 'color',
123
+ notificationBorderColor: 'color',
124
+ notificationBorderRadius: 'radius',
125
+ notificationTextColor: 'color',
126
+ notificationDismissButtonGap: 'size',
127
+ notificationDismissIcon: 'icon',
128
+ notificationDismissIconColor: 'color',
129
+ notificationIcon: 'icon',
130
+ notificationIconColor: 'color',
131
+ notificationIconGap: 'size',
132
+ notificationIconSize: 'size'
133
+ },
134
+ Table: {
135
+ rowHoverBackgroundColor: 'color',
136
+ cellMinWidth: 'size',
137
+ tablePaddingBottom: 'size',
138
+ cellBoxShadowColor: 'color',
139
+ // sharedStyles, box-shadow
140
+ cellBackground: 'color',
141
+ display: 'display',
142
+ cellStickyShadow: 'shadow',
143
+ cellPaddingTop: 'size',
144
+ // sharedStyles padding.
145
+ cellPaddingRight: 'size',
146
+ cellPaddingLeft: 'size',
147
+ cellPaddingBottom: 'size',
148
+ fontWeight: 'fontWeight',
149
+ fontName: 'fontName',
150
+ fontSize: 'fontSize',
151
+ lineHeight: 'lineHeight',
152
+ stickyBackgroundColor: 'color',
153
+ fontColor: 'color',
154
+ borderColor: 'color',
155
+ borderWidth: 'border'
156
+ },
157
+ Image: {
158
+ borderRadius: 'radius'
159
+ },
160
+ Spinner: {
161
+ fullScreenOverLayBackground: 'color',
162
+ size: 'size',
163
+ thickness: 'border'
164
+ },
165
+ Status: {
166
+ backgroundColor: 'color',
167
+ backgroundGradient: 'gradient',
168
+ borderColor: 'color',
169
+ borderRadius: 'radius',
170
+ borderWidth: 'border',
171
+ fontName: 'fontName',
172
+ fontSize: 'fontSize',
173
+ fontWeight: 'fontWeight',
174
+ icon: 'icon',
175
+ iconColor: 'color',
176
+ iconGradient: 'gradient',
177
+ marginLeft: 'size',
178
+ paddingBottom: 'size',
179
+ paddingLeft: 'size',
180
+ paddingRight: 'size',
181
+ paddingTop: 'size',
182
+ textColor: 'color',
183
+ textLineHeight: 'lineHeight',
184
+ iconSize: 'size',
185
+ iconPaddingTop: 'size'
186
+ },
187
+ Video: {
188
+ borderColor: 'color',
189
+ pauseIcon: 'icon',
190
+ replayIcon: 'icon',
191
+ playIcon: 'icon'
192
+ },
193
+ VideoMiddleControlButton: {
194
+ width: 'size',
195
+ height: 'size',
196
+ background: 'color',
197
+ iconColor: 'color'
198
+ },
199
+ VideoControlBar: {
200
+ paddingTop: 'size',
201
+ paddingBottom: 'size',
202
+ paddingLeft: 'size',
203
+ paddingRight: 'size',
204
+ height: 'size',
205
+ menuBottom: 'size',
206
+ menuRight: 'size',
207
+ menuMarginLeft: 'size',
208
+ captionsIcon: 'icon',
209
+ settingsIcon: 'icon',
210
+ minimizeIcon: 'icon',
211
+ maximizeIcon: 'icon'
212
+ },
213
+ VideoButton: {
214
+ color: 'color'
215
+ },
216
+ VideoMenu: {
217
+ padding: 'size',
218
+ background: 'color',
219
+ checkMarkWidth: 'size',
220
+ checkMarkHeight: 'size',
221
+ checkMarkSelectedColor: 'color',
222
+ checkMarkHoverColor: 'color',
223
+ checkMarkFocusColor: 'color',
224
+ checkMarkUnselectedColor: 'color',
225
+ checkMarkIcon: 'icon'
226
+ },
227
+ VideoProgressBar: {
228
+ thumbHeight: 'size',
229
+ thumbWidth: 'size',
230
+ thumbBackground: 'color',
231
+ timestampMarginLeft: 'size',
232
+ timestampMarginRight: 'size',
233
+ remainingTimestampMarginLeft: 'size',
234
+ remainingTimestampMarginRight: 'size',
235
+ trackGradientStart: 'color',
236
+ trackGradientEnd: 'color',
237
+ rangeBackground: 'color'
238
+ },
239
+ VideoVolumeSlider: {
240
+ marginLeft: 'size',
241
+ marginRight: 'size',
242
+ thumbHeight: 'size',
243
+ thumbWidth: 'size',
244
+ thumbBackground: 'color',
245
+ trackGradientStart: 'color',
246
+ trackGradientEnd: 'color',
247
+ rangeBackground: 'color',
248
+ mutedIcon: 'icon',
249
+ unmutedIcon: 'icon'
250
+ },
251
+ Callout: {
252
+ background: 'color',
253
+ gap: 'size',
254
+ borderRadius: 'size',
255
+ paddingLeft: 'size',
256
+ paddingRight: 'size',
257
+ paddingTop: 'size',
258
+ paddingBottom: 'size',
259
+ color: 'color'
260
+ },
261
+ FootnoteLink: {
262
+ lineHeight: 'lineHeight',
263
+ paddingLeft: 'size',
264
+ paddingRight: 'size',
265
+ color: 'color',
266
+ fontName: 'fontName',
267
+ fontWeight: 'fontWeight',
268
+ fontSize: 'fontSize'
269
+ },
270
+ WaffleGrid: {
271
+ rowBorderWidth: 'border',
272
+ itemBorderColor: 'color',
273
+ itemPadding: 'size',
274
+ rowSize: 'integer'
275
+ },
276
+ QuantitySelector: {
277
+ inputBorderColor: 'color',
278
+ inputBackgroundColor: 'color',
279
+ inputBorderWidth: 'border',
280
+ padding: 'size',
281
+ paddingLeft: 'size',
282
+ paddingRight: 'size',
283
+ paddingTop: 'size',
284
+ paddingBottom: 'size',
285
+ textColor: 'color',
286
+ inputWidth: 'size',
287
+ lineHeight: 'lineHeight',
288
+ fontSize: 'fontSize'
289
+ },
290
+ QuantitySelectorSideButton: {
291
+ borderRadius: 'radius',
292
+ borderTopLeftRadius: 'radius',
293
+ borderTopRightRadius: 'radius',
294
+ borderBottomLeftRadius: 'radius',
295
+ borderBottomRightRadius: 'radius',
296
+ borderColor: 'color',
297
+ borderWidth: 'border',
298
+ borderLeftWidth: 'border',
299
+ borderRightWidth: 'border',
300
+ borderTopWidth: 'border',
301
+ borderBottomWidth: 'border',
302
+ padding: 'size',
303
+ paddingLeft: 'size',
304
+ paddingRight: 'size',
305
+ paddingTop: 'size',
306
+ paddingBottom: 'size',
307
+ iconColor: 'color',
308
+ iconSize: 'size',
309
+ icon: 'icon',
310
+ backgroundColor: 'color'
311
+ },
312
+ Footnote: {
313
+ footnoteBackground: 'color',
314
+ footnoteBorderTopSizeMd: 'border',
315
+ footnoteBorderColorMd: 'color',
316
+ headerMargin: 'size',
317
+ footnoteBodyBackground: 'color',
318
+ footnoteBodyPaddingLeft: 'size',
319
+ footnoteBodyPaddingRight: 'size',
320
+ footnoteBodyPaddingTop: 'size',
321
+ footnoteBodyPaddingBottom: 'size',
322
+ footnoteHeaderPaddingLeft: 'size',
323
+ footnoteHeaderPaddingRight: 'size',
324
+ footnoteHeaderPaddingTop: 'size',
325
+ footnoteHeaderPaddingBottom: 'size',
326
+ listPaddingLeft: 'size',
327
+ listItemMarkerFontSize: 'size',
328
+ listItemMarkerLineHeight: 'lineHeight',
329
+ headerLineHeight: 'lineHeight',
330
+ headerFontSize: 'size',
331
+ headerFontName: 'fontName',
332
+ headerFontWeight: 'fontWeight',
333
+ listItemColor: 'color',
334
+ listItemFontSize: 'size',
335
+ listItemLineHeight: 'lineHeight',
336
+ listItemPaddingLeft: 'size',
337
+ listItemFontName: 'fontName',
338
+ listItemFontWeight: 'fontWeight',
339
+ closeButtonBorderSize: 'border',
340
+ closeButtonBorderColor: 'color',
341
+ closeButtonBackgroundColor: 'color',
342
+ closeButtonHeight: 'size',
343
+ closeButtonMarginTop: 'size',
344
+ closeButtonMarginLeft: 'size',
345
+ closeButtonMarginRight: 'size',
346
+ closeButtonMarginBottom: 'size',
347
+ closeButtonWidth: 'size',
348
+ closeButtonIconSize: 'size',
349
+ closeIcon: 'icon'
350
+ },
351
+ // Speical note: The reasoning behind having duplicate fontName/fontWeight tokens is due to the validation of themes, You'll recieve an error when trying to adjust 'fontWeight' without a paired 'fontName' token.
352
+ PriceLockup: {
353
+ fontName: 'fontName',
354
+ fontWeight: 'fontWeight',
355
+ footnoteMarginTop: 'size',
356
+ footnoteGap: 'size',
357
+ bottomTextMarginTop: 'size',
358
+ priceMarginBottom: 'size',
359
+ bottomLinksMarginLeft: 'size',
360
+ topTextMarginBottom: 'size',
361
+ strikeThroughHeight: 'size',
362
+ strikeThroughColor: 'color',
363
+ fontColor: 'color',
364
+ dividerColor: 'color',
365
+ topTextFontSize: 'fontSize',
366
+ strikeThroughPosition: 'size',
367
+ topTextLineHeight: 'lineHeight',
368
+ currencySymbolFontSize: 'fontSize',
369
+ currencySymbolLineHeight: 'lineHeight',
370
+ currencySymbolFontName: 'fontName',
371
+ currencySymbolFontWeight: 'fontWeight',
372
+ currencySymbolPaddingTop: 'size',
373
+ amountFontSize: 'fontSize',
374
+ amountLineHeight: 'lineHeight',
375
+ amountLetterSpacing: 'letterSpacing',
376
+ amountFontWeight: 'fontWeight',
377
+ amountFontName: 'fontName',
378
+ centsFontSize: 'fontSize',
379
+ centsLineHeight: 'lineHeight',
380
+ centsFontName: 'fontName',
381
+ centsFontWeight: 'fontWeight',
382
+ centsPaddingTop: 'size',
383
+ topTextFontName: 'fontName',
384
+ topTextFontWeight: 'fontWeight',
385
+ rateFontSize: 'fontSize',
386
+ rateLineHeight: 'lineHeight',
387
+ rateFontName: 'fontName',
388
+ rateFontWeight: 'fontWeight',
389
+ bottomTextFontSize: 'fontSize',
390
+ bottomTextLineHeight: 'lineHeight',
391
+ footnoteLinkColor: 'color',
392
+ footnoteLinkFontName: 'fontName',
393
+ footnoteLinkFontWeight: 'fontWeight',
394
+ footnoteLinkFontSize: 'fontSize',
395
+ footnoteLinkLineHeight: 'lineHeight',
396
+ alignItemsText: 'flexAlign'
397
+ },
398
+ ProductCard: {
399
+ borderStyle: 'borderStyle',
400
+ borderColor: 'color',
401
+ borderWidth: 'border',
402
+ borderRadius: 'radius',
403
+ paddingHorizontal: 'size',
404
+ paddingVertical: 'size',
405
+ selectedButtonIcon: 'icon'
406
+ },
407
+ ActivityIndicator: {
408
+ size: 'size',
409
+ thickness: 'border',
410
+ color: 'color'
411
+ },
412
+ Badge: {
413
+ fontWeight: 'fontWeight',
414
+ fontSize: 'fontSize',
415
+ fontName: 'fontName',
416
+ backgroundColor: 'color',
417
+ borderColor: 'color',
418
+ borderRadius: 'radius',
419
+ borderWidth: 'border',
420
+ color: 'color',
421
+ gradient: 'gradient',
422
+ paddingLeft: 'size',
423
+ paddingRight: 'size',
424
+ paddingTop: 'size',
425
+ paddingBottom: 'size'
426
+ },
427
+ BlockQuote: {
428
+ color: 'color',
429
+ backgroundGradient: 'gradient',
430
+ paddingLeft: 'size',
431
+ paddingRight: 'size',
432
+ paddingTop: 'size',
433
+ paddingBottom: 'size',
434
+ marginBottom: 'size',
435
+ width: 'size',
436
+ titleHeadingFontSize: 'fontSize',
437
+ titleHeadingFontName: 'fontName',
438
+ titleHeadingFontWeight: 'fontWeight',
439
+ titleHeadingLineHeight: 'lineHeight',
440
+ titleFontSize: 'fontSize',
441
+ titleFontName: 'fontName',
442
+ titleFontWeight: 'fontWeight',
443
+ titleLineHeight: 'lineHeight',
444
+ linkFontSize: 'fontSize',
445
+ linkFontName: 'fontName',
446
+ linkFontWeight: 'fontWeight',
447
+ linkLineHeight: 'lineHeight'
448
+ },
449
+ Box: {
450
+ backgroundColor: 'color',
451
+ gradient: 'gradient',
452
+ borderWidth: 'border',
453
+ borderColor: 'color',
454
+ borderTopLeftRadius: 'radius',
455
+ borderTopRightRadius: 'radius',
456
+ borderBottomLeftRadius: 'radius',
457
+ borderBottomRightRadius: 'radius'
458
+ },
459
+ Button: {
460
+ borderColor: 'color',
461
+ borderWidth: 'border',
462
+ borderRadius: 'radius',
463
+ shadow: 'shadow',
464
+ fontSize: 'fontSize',
465
+ color: 'color',
466
+ lineHeight: 'lineHeight',
467
+ textAlign: 'flexJustifyContent',
468
+ fontName: 'fontName',
469
+ fontWeight: 'fontWeight',
470
+ backgroundColor: 'color',
471
+ opacity: 'opacity',
472
+ paddingLeft: 'size',
473
+ paddingRight: 'size',
474
+ paddingTop: 'size',
475
+ paddingBottom: 'size',
476
+ width: 'size',
477
+ height: 'size',
478
+ minWidth: 'size',
479
+ iconSize: 'size',
480
+ iconSpace: 'integer',
481
+ icon: 'icon',
482
+ borderLeftWidth: 'border',
483
+ borderRightWidth: 'border',
484
+ borderTopWidth: 'border',
485
+ borderBottomWidth: 'border',
486
+ outerBorderColor: 'color',
487
+ outerBorderWidth: 'border',
488
+ outerBorderGap: 'size',
489
+ outerBackgroundColor: 'color',
490
+ textLine: 'textLine',
491
+ textLineStyle: 'textLineStyle'
492
+ },
493
+ ButtonDropdown: {
494
+ icon: 'icon',
495
+ iconPosition: 'position',
496
+ iconSpace: 'integer',
497
+ iconSize: 'size',
498
+ iconColor: 'color',
499
+ iconPadding: 'size',
500
+ iconAlignSelf: 'flexAlign',
501
+ iconTranslateX: 'size',
502
+ iconTranslateY: 'size',
503
+ iconBackground: 'color',
504
+ iconBorderRadius: 'radius',
505
+ // These are duplicated Button tokens. TODO: consider token sets to reduce duplication.
506
+ // https://github.com/telus/universal-design-system/issues/782
507
+ borderColor: 'color',
508
+ borderWidth: 'border',
509
+ borderRadius: 'radius',
510
+ shadow: 'shadow',
511
+ fontSize: 'fontSize',
512
+ color: 'color',
513
+ dividerColor: 'color',
514
+ subtitleColor: 'color',
515
+ lineHeight: 'lineHeight',
516
+ textAlign: 'flexJustifyContent',
517
+ alignSelf: 'flexAlign',
518
+ fontName: 'fontName',
519
+ fontWeight: 'fontWeight',
520
+ backgroundColor: 'color',
521
+ opacity: 'opacity',
522
+ paddingLeft: 'size',
523
+ paddingRight: 'size',
524
+ paddingTop: 'size',
525
+ paddingBottom: 'size',
526
+ width: 'size',
527
+ minWidth: 'size',
528
+ outerBorderColor: 'color',
529
+ outerBorderWidth: 'border',
530
+ outerBorderGap: 'size',
531
+ outerBackgroundColor: 'color'
532
+ },
533
+ ButtonGroup: {
534
+ space: 'integer',
535
+ fieldSpace: 'integer',
536
+ direction: 'direction',
537
+ alignItems: 'flexAlign',
538
+ justifyContent: 'flexJustifyContent',
539
+ flexGrow: 'integer',
540
+ flexShrink: 'integer',
541
+ backgroundColor: 'color',
542
+ borderRadius: 'radius',
543
+ padding: 'size',
544
+ gap: 'size'
545
+ },
546
+ ButtonGroupItem: {
547
+ // These are duplicated Button tokens. TODO: consider token sets to reduce duplication.
548
+ // https://github.com/telus/universal-design-system/issues/782
549
+ borderColor: 'color',
550
+ borderWidth: 'border',
551
+ borderRadius: 'radius',
552
+ shadow: 'shadow',
553
+ fontSize: 'fontSize',
554
+ color: 'color',
555
+ lineHeight: 'lineHeight',
556
+ textAlign: 'flexJustifyContent',
557
+ alignSelf: 'flexAlign',
558
+ fontName: 'fontName',
559
+ fontWeight: 'fontWeight',
560
+ backgroundColor: 'color',
561
+ opacity: 'opacity',
562
+ paddingLeft: 'size',
563
+ paddingRight: 'size',
564
+ paddingTop: 'size',
565
+ paddingBottom: 'size',
566
+ height: 'size',
567
+ width: 'size',
568
+ minWidth: 'size',
569
+ outerBorderColor: 'color',
570
+ outerBorderWidth: 'border',
571
+ outerBorderGap: 'size',
572
+ outerBackgroundColor: 'color',
573
+ iconSpace: 'integer',
574
+ iconSize: 'size'
575
+ },
576
+ Card: {
577
+ flex: 'integer',
578
+ backgroundColor: 'color',
579
+ borderColor: 'color',
580
+ gradient: 'gradient',
581
+ backgroundGradient: 'gradient',
582
+ borderRadius: 'radius',
583
+ borderWidth: 'border',
584
+ paddingBottom: 'size',
585
+ paddingLeft: 'size',
586
+ paddingRight: 'size',
587
+ paddingTop: 'size',
588
+ minWidth: 'size',
589
+ shadow: 'shadow',
590
+ contentAlignItems: 'flexAlign',
591
+ contentJustifyContent: 'flexJustifyContent',
592
+ contentFlexGrow: 'integer',
593
+ contentFlexShrink: 'integer',
594
+ // Tokens of the checkbox or radio input
595
+ inputBackgroundColor: 'color',
596
+ iconBackgroundColor: 'color',
597
+ icon: 'icon',
598
+ iconColor: 'color',
599
+ inputBorderRadius: 'radius',
600
+ inputHeight: 'size',
601
+ inputWidth: 'size',
602
+ iconSize: 'size',
603
+ inputShadow: 'shadow',
604
+ inputBorderWidth: 'border',
605
+ inputBorderColor: 'color',
606
+ // tokens for Autocomplete
607
+ maxHeight: 'size',
608
+ overflowY: 'overflow'
609
+ },
610
+ CardGroup: {
611
+ // Layout
612
+ direction: 'direction',
613
+ space: 'integer',
614
+ // Fieldset
615
+ fieldSpace: 'integer',
616
+ // Border for error feedback
617
+ showIcon: 'show',
618
+ outlineWidth: 'border',
619
+ borderBottomLeftRadius: 'radius',
620
+ borderBottomRightRadius: 'radius',
621
+ borderTopLeftRadius: 'radius',
622
+ borderTopRightRadius: 'radius',
623
+ outlineOffset: 'size',
624
+ // For padding of the card
625
+ paddingTop: 'size',
626
+ paddingBottom: 'size',
627
+ paddingLeft: 'size',
628
+ paddingRight: 'size'
629
+ },
630
+ PreviewCard: {
631
+ flex: 'integer',
632
+ outerBorderColor: 'color',
633
+ outerBorderGap: 'size',
634
+ outerBorderWidth: 'size',
635
+ backgroundColor: 'color',
636
+ separatorColor: 'color',
637
+ borderColor: 'color',
638
+ borderRadius: 'radius',
639
+ borderWidth: 'border',
640
+ paddingBottom: 'size',
641
+ paddingLeft: 'size',
642
+ paddingRight: 'size',
643
+ paddingTop: 'size'
644
+ },
645
+ Carousel: {
646
+ backgroundColor: 'color',
647
+ nextIcon: 'icon',
648
+ playIcon: 'icon',
649
+ pauseIcon: 'icon',
650
+ previousIcon: 'icon',
651
+ iconBackgroundColor: 'color',
652
+ showPreviousNextNavigation: 'show',
653
+ showPanelNavigation: 'show',
654
+ showPanelTabs: 'show',
655
+ spaceBetweenSlideAndPreviousNextNavigation: 'size',
656
+ spaceBetweenSlideAndPanelNavigation: 'size',
657
+ stepTrackerCurrentBackgroundColor: 'color'
658
+ },
659
+ CarouselThumbnail: {
660
+ alignItems: 'flexAlign',
661
+ borderColor: 'color',
662
+ borderRadius: 'radius',
663
+ borderWidth: 'border',
664
+ containerPaddingTop: 'size',
665
+ margin: 'size',
666
+ padding: 'size',
667
+ selectedBorderColor: 'color',
668
+ selectedBorderWidth: 'border',
669
+ size: 'size'
670
+ },
671
+ CarouselTabsPanelItem: {
672
+ paddingLeft: 'size',
673
+ paddingRight: 'size',
674
+ paddingTop: 'size',
675
+ paddingBottom: 'size',
676
+ borderBottomColor: 'color',
677
+ borderBottomWidth: 'border',
678
+ borderBottomStyle: 'borderStyle',
679
+ flex: 'integer',
680
+ alignItems: 'flexAlign',
681
+ justifyContent: 'flexJustifyContent',
682
+ color: 'color',
683
+ fontSize: 'fontSize',
684
+ fontScaleCap: 'fontSize',
685
+ lineHeight: 'lineHeight',
686
+ letterSpacing: 'letterSpacing',
687
+ fontWeight: 'fontWeight',
688
+ fontName: 'fontName'
689
+ },
690
+ Checkbox: {
691
+ containerBackgroundColor: 'color',
692
+ feedbackMarginBottom: 'size',
693
+ feedbackMarginTop: 'size',
694
+ feedbackPosition: 'position',
695
+ icon: 'icon',
696
+ iconBackgroundColor: 'color',
697
+ iconColor: 'color',
698
+ iconSize: 'size',
699
+ inputBackgroundColor: 'color',
700
+ inputBorderColor: 'color',
701
+ inputBorderRadius: 'radius',
702
+ inputBorderWidth: 'border',
703
+ inputHeight: 'size',
704
+ inputOutlineColor: 'color',
705
+ inputOutlineWidth: 'border',
706
+ inputShadow: 'shadow',
707
+ inputWidth: 'size',
708
+ labelColor: 'color',
709
+ labelFontName: 'fontName',
710
+ labelFontSize: 'fontSize',
711
+ labelFontWeight: 'fontWeight',
712
+ labelLineHeight: 'lineHeight',
713
+ labelMarginLeft: 'size',
714
+ inputOutlineOffset: 'size'
715
+ },
716
+ CheckboxCard: {
717
+ // Outer border
718
+ outerBorderColor: 'color',
719
+ outerBorderWidth: 'border',
720
+ outerBorderGap: 'size',
721
+ // Card
722
+ flex: 'integer',
723
+ backgroundColor: 'color',
724
+ borderColor: 'color',
725
+ borderRadius: 'radius',
726
+ borderWidth: 'border',
727
+ paddingBottom: 'size',
728
+ paddingLeft: 'size',
729
+ paddingRight: 'size',
730
+ paddingTop: 'size',
731
+ minWidth: 'size',
732
+ shadow: 'shadow',
733
+ contentAlignItems: 'flexAlign',
734
+ contentJustifyContent: 'flexJustifyContent',
735
+ contentFlexGrow: 'integer',
736
+ contentFlexShrink: 'integer',
737
+ // Checkbox
738
+ checkboxCheckedBackgroundColor: 'color',
739
+ checkboxCheckedSize: 'size',
740
+ checkboxInputBackgroundColor: 'color',
741
+ checkboxInputBorderColor: 'color',
742
+ checkboxInputBorderWidth: 'border',
743
+ checkboxInputOutlineColor: 'color',
744
+ checkboxInputOutlineWidth: 'border',
745
+ checkboxInputSize: 'size',
746
+ checkboxOuterBorderColor: 'color',
747
+ checkboxOuterBorderWidth: 'border',
748
+ checkboxOuterBorderGap: 'size',
749
+ // Title text - duplicates Typography variant { size: 'h3' }
750
+ fontSize: 'fontSize',
751
+ fontName: 'fontName',
752
+ lineHeight: 'lineHeight',
753
+ color: 'color',
754
+ letterSpacing: 'letterSpacing',
755
+ textTransform: 'textTransform',
756
+ fontWeight: 'fontWeight',
757
+ // Spacing
758
+ checkboxSpace: 'integer',
759
+ contentSpace: 'integer'
760
+ },
761
+ CheckboxCardGroup: {
762
+ // Layout
763
+ direction: 'direction',
764
+ space: 'integer',
765
+ // Fieldset
766
+ fieldSpace: 'integer',
767
+ // Border for error feedback
768
+ showIcon: 'show',
769
+ outlineWidth: 'border',
770
+ borderBottomLeftRadius: 'radius',
771
+ borderBottomRightRadius: 'radius',
772
+ borderTopLeftRadius: 'radius',
773
+ borderTopRightRadius: 'radius',
774
+ outlineOffset: 'size'
775
+ },
776
+ ChevronLink: {
777
+ fontSize: 'fontSize',
778
+ color: 'color',
779
+ outerBorderColor: 'color',
780
+ leftIcon: 'icon',
781
+ rightIcon: 'icon',
782
+ iconDisplace: 'size',
783
+ iconSize: 'size',
784
+ iconSpace: 'integer',
785
+ textLine: 'textLine',
786
+ blockLineHeight: 'lineHeight'
787
+ },
788
+ CheckboxGroup: {
789
+ space: 'integer',
790
+ fieldSpace: 'integer',
791
+ showIcon: 'show',
792
+ outlineWidth: 'border',
793
+ borderBottomLeftRadius: 'radius',
794
+ borderBottomRightRadius: 'radius',
795
+ borderTopLeftRadius: 'radius',
796
+ borderTopRightRadius: 'radius',
797
+ outlineOffset: 'size'
798
+ },
799
+ ColourToggle: {
800
+ space: 'integer',
801
+ shadow: 'shadow',
802
+ // general Border Bubble
803
+ borderColor: 'color',
804
+ borderWidth: 'border',
805
+ borderRadius: 'radius',
806
+ // Border Bubble
807
+ bubbleBorderColor: 'color',
808
+ bubbleBorderWidth: 'border',
809
+ bubbleBorderRadius: 'radius',
810
+ // Outer Colour Bubble
811
+ outerBubbleContentAlignItems: 'flexAlign',
812
+ outerBubbleJustifyContent: 'flexJustifyContent',
813
+ outerBubbleHeight: 'size',
814
+ outerBubbleWidth: 'size',
815
+ // Inner Colour Bubble
816
+ innerBubbleHeight: 'size',
817
+ innerBubbleWidth: 'size',
818
+ innerBubbleBorderRadius: 'radius'
819
+ },
820
+ Divider: {
821
+ width: 'size',
822
+ color: 'color'
823
+ },
824
+ DownloadApp: {
825
+ borderColor: 'color',
826
+ borderWidth: 'border',
827
+ borderGap: 'size',
828
+ borderRadius: 'radius',
829
+ padding: 'size',
830
+ androidENIcon: 'icon',
831
+ androidFRIcon: 'icon',
832
+ iosENIcon: 'icon',
833
+ iosFRIcon: 'icon'
834
+ },
835
+ DatePicker: {
836
+ calendarBackgroundColor: 'color',
837
+ calendarDayBlockedCalendarHoverBackground: 'color',
838
+ calendarDayBlockedCalendarHoverColor: 'color',
839
+ calendarDayDefaultBackgroundColor: 'color',
840
+ calendarDayDefaultBorder: 'border',
841
+ calendarDayDefaultBorderColor: 'color',
842
+ calendarDayDefaultCalendarDaySelectedHoverBackground: 'color',
843
+ calendarDayDefaultCalendarDaySelectedHoverBeforeBackground: 'color',
844
+ calendarDayDefaultCalendarDaySelectedHoverColor: 'color',
845
+ calendarDayDefaultColor: 'color',
846
+ calendarDayDefaultFontName: 'fontName',
847
+ calendarDayDefaultFontSize: 'fontSize',
848
+ calendarDayDefaultFontWeight: 'fontWeight',
849
+ calendarDaySelectedFocusBeforeBackground: 'color',
850
+ calendarDaySelectedHoverBackground: 'color',
851
+ calendarDaySelectedHoverBeforeBackground: 'color',
852
+ calendarDaySelectedHoverBeforeBorderColor: 'color',
853
+ calendarDaySelectedHoverBorderColor: 'color',
854
+ calendarDaySelectedHoverColor: 'color',
855
+ calendarDaySelectedDisabledBackground: 'color',
856
+ calendarDaySelectedDisabledColor: 'color',
857
+ calendarDaySelectedDisabledContentBackgroundColor: 'color',
858
+ calendarMonthCaptionColor: 'color',
859
+ calendarMonthCaptionFontName: 'fontName',
860
+ calendarMonthCaptionFontSize: 'fontSize',
861
+ calendarMonthCaptionFontWeight: 'fontWeight',
862
+ calendarMonthCaptionLineHeight: 'lineHeight',
863
+ calendarMonthCaptionPaddingBottom: 'size',
864
+ dateInputStrokeColor: 'color',
865
+ dayPickerWeekHeaderColor: 'color',
866
+ dayPickerWeekHeaderFontName: 'fontName',
867
+ dayPickerWeekHeaderFontWeight: 'fontWeight',
868
+ dayPickerWeekHeaderLineHeight: 'lineHeight',
869
+ dayPickerWeekHeaderSmall: 'fontSize',
870
+ hiddenInputFieldContainerHeight: 'size',
871
+ hiddenInputFieldContainerWidth: 'size',
872
+ dayPickerNavigationButtonPadding: 'size',
873
+ invalidInputMixin: 'color',
874
+ nextIcon: 'icon',
875
+ previousIcon: 'icon',
876
+ singleDatePickerBorderColor: 'color',
877
+ singleDatePickerLeftRight: 'size',
878
+ singleDatePickerPaddingTopBottom: 'size',
879
+ singleDatePickerRadius: 'radius',
880
+ validInputMixin: 'color'
881
+ },
882
+ ExpandCollapse: {
883
+ borderColor: 'color',
884
+ borderWidth: 'border',
885
+ borderStyle: 'borderStyle'
886
+ },
887
+ ExpandCollapseMini: {
888
+ borderWidth: 'border'
889
+ },
890
+ ExpandCollapseControl: {
891
+ icon: 'icon',
892
+ iconColor: 'color',
893
+ iconSize: 'size',
894
+ iconGap: 'size',
895
+ iconPaddingTop: 'size',
896
+ iconPosition: 'position',
897
+ verticalAlign: 'verticalAlign',
898
+ justifyContent: 'flexJustifyContent',
899
+ paddingLeft: 'size',
900
+ paddingRight: 'size',
901
+ paddingTop: 'size',
902
+ paddingBottom: 'size',
903
+ borderWidth: 'border',
904
+ borderColor: 'color',
905
+ backgroundColor: 'color',
906
+ borderTopLeftRadius: 'radius',
907
+ borderBottomLeftRadius: 'radius',
908
+ borderTopRightRadius: 'radius',
909
+ borderBottomRightRadius: 'radius',
910
+ textLine: 'textLine'
911
+ },
912
+ ExpandCollapseMiniControl: {
913
+ size: 'size',
914
+ icon: 'icon',
915
+ iconColor: 'color',
916
+ iconSize: 'size',
917
+ iconGap: 'size',
918
+ color: 'color',
919
+ iconPaddingTop: 'size',
920
+ iconPosition: 'position',
921
+ verticalAlign: 'verticalAlign',
922
+ justifyContent: 'flexJustifyContent',
923
+ paddingLeft: 'size',
924
+ paddingRight: 'size',
925
+ paddingTop: 'size',
926
+ paddingBottom: 'size',
927
+ borderWidth: 'border',
928
+ borderColor: 'color',
929
+ textLine: 'textLine',
930
+ fontSize: 'fontSize',
931
+ lineHeight: 'lineHeight'
932
+ },
933
+ ExpandCollapsePanel: {
934
+ expandDuration: 'duration',
935
+ collapseDuration: 'duration',
936
+ contentPaddingLeft: 'size',
937
+ contentPaddingRight: 'size',
938
+ contentPaddingTop: 'size',
939
+ contentPaddingBottom: 'size',
940
+ marginBottom: 'size',
941
+ borderColor: 'color',
942
+ borderRadius: 'radius',
943
+ borderWidth: 'border',
944
+ expandDividerColor: 'color',
945
+ expandDividerWidth: 'size',
946
+ contentPanelBackgroundColor: 'color',
947
+ contentPanelPaddingLeft: 'size',
948
+ contentPanelPaddingRight: 'size',
949
+ contentPanelPaddingTop: 'size',
950
+ contentPanelPaddingBottom: 'size',
951
+ contentPanelBorderWidth: 'border',
952
+ contentPanelBorderColor: 'color',
953
+ contentPanelFontName: 'fontName',
954
+ contentPanelFontSize: 'fontSize',
955
+ contentPanelFontColor: 'color',
956
+ contentPanelFontWeight: 'fontWeight',
957
+ contentPanelLineHeight: 'lineHeight'
958
+ },
959
+ Feedback: {
960
+ backgroundColor: 'color',
961
+ borderColor: 'color',
962
+ borderWidth: 'border',
963
+ borderRadius: 'radius',
964
+ paddingTop: 'size',
965
+ paddingBottom: 'size',
966
+ paddingLeft: 'size',
967
+ paddingRight: 'size',
968
+ space: 'integer',
969
+ color: 'color',
970
+ fontName: 'fontName',
971
+ fontWeight: 'fontWeight',
972
+ lineHeight: 'lineHeight',
973
+ titleFontSize: 'fontSize',
974
+ contentFontSize: 'fontSize',
975
+ icon: 'icon',
976
+ iconSize: 'size',
977
+ iconColor: 'color',
978
+ iconGap: 'size'
979
+ },
980
+ Fieldset: {
981
+ outlineWidth: 'border',
982
+ outlineColor: 'color',
983
+ borderTopLeftRadius: 'radius',
984
+ borderTopRightRadius: 'radius',
985
+ borderBottomLeftRadius: 'radius',
986
+ borderBottomRightRadius: 'radius',
987
+ paddingBottom: 'size',
988
+ paddingTop: 'size',
989
+ paddingLeft: 'size',
990
+ paddingRight: 'size',
991
+ outlineOffset: 'size'
992
+ },
993
+ HorizontalScrollButton: {
994
+ backgroundColor: 'color',
995
+ borderRadius: 'radius',
996
+ borderColor: 'color',
997
+ borderWidth: 'border',
998
+ iconColor: 'color',
999
+ iconSize: 'size',
1000
+ iconScale: 'iconScale',
1001
+ iconTranslateX: 'size',
1002
+ iconTranslateY: 'size',
1003
+ outerBorderWidth: 'border',
1004
+ outerBorderColor: 'color',
1005
+ outerBorderGap: 'size',
1006
+ padding: 'size',
1007
+ shadow: 'shadow'
1008
+ },
1009
+ Icon: {
1010
+ size: 'size',
1011
+ color: 'color',
1012
+ backgroundColor: 'color',
1013
+ borderRadius: 'radius',
1014
+ padding: 'size',
1015
+ scale: 'integer',
1016
+ translateX: 'size',
1017
+ translateY: 'size',
1018
+ width: 'size',
1019
+ paddingTop: 'size'
1020
+ },
1021
+ InputLabel: {
1022
+ gap: 'size',
1023
+ color: 'color',
1024
+ fontName: 'fontName',
1025
+ fontWeight: 'fontWeight',
1026
+ fontSize: 'fontSize',
1027
+ lineHeight: 'lineHeight',
1028
+ hintColor: 'color',
1029
+ hintFontName: 'fontName',
1030
+ hintFontWeight: 'fontWeight',
1031
+ hintFontSize: 'fontSize',
1032
+ hintLineHeight: 'lineHeight'
1033
+ },
1034
+ InputSupports: {
1035
+ space: 'integer'
1036
+ },
1037
+ IconButton: {
1038
+ icon: 'icon',
1039
+ backgroundColor: 'color',
1040
+ borderRadius: 'radius',
1041
+ borderTopLeftRadius: 'radius',
1042
+ borderTopRightRadius: 'radius',
1043
+ borderBottomLeftRadius: 'radius',
1044
+ borderBottomRightRadius: 'radius',
1045
+ borderTopWidth: 'border',
1046
+ borderBottomWidth: 'border',
1047
+ borderLeftWidth: 'border',
1048
+ borderRightWidth: 'border',
1049
+ borderColor: 'color',
1050
+ borderWidth: 'border',
1051
+ outerBorderWidth: 'border',
1052
+ outerBorderColor: 'color',
1053
+ outerBorderGap: 'size',
1054
+ padding: 'size',
1055
+ shadow: 'shadow',
1056
+ iconColor: 'color',
1057
+ iconSize: 'size',
1058
+ iconScale: 'iconScale',
1059
+ iconTranslateX: 'size',
1060
+ iconTranslateY: 'size',
1061
+ height: 'size',
1062
+ width: 'size'
1063
+ },
1064
+ Link: {
1065
+ color: 'color',
1066
+ textLine: 'textLine',
1067
+ textLineStyle: 'textLineStyle',
1068
+ outerBorderColor: 'color',
1069
+ outerBorderWidth: 'border',
1070
+ outerBorderGap: 'size',
1071
+ outerBorderOutline: 'borderStyle',
1072
+ borderRadius: 'radius',
1073
+ blockFontName: 'fontName',
1074
+ blockFontWeight: 'fontWeight',
1075
+ blockFontSize: 'fontSize',
1076
+ blockLineHeight: 'lineHeight',
1077
+ icon: 'icon',
1078
+ iconSize: 'size',
1079
+ iconSpace: 'integer',
1080
+ iconTranslateX: 'size',
1081
+ iconTranslateY: 'size',
1082
+ alignSelf: 'flexAlign'
1083
+ },
1084
+ List: {
1085
+ iconMarginTop: 'size',
1086
+ itemFontWeight: 'fontWeight',
1087
+ itemFontSize: 'fontSize',
1088
+ itemLineHeight: 'lineHeight',
1089
+ itemFontName: 'fontName',
1090
+ interItemMargin: 'size',
1091
+ interItemMarginWithDivider: 'size',
1092
+ dividerColor: 'color',
1093
+ dividerSize: 'border',
1094
+ itemBulletContainerWidth: 'size',
1095
+ itemBulletContainerAlign: 'textAlign',
1096
+ itemBulletColor: 'color',
1097
+ itemTextColor: 'color',
1098
+ itemIconSize: 'size',
1099
+ itemIconColor: 'color',
1100
+ listGutter: 'size',
1101
+ bulletIcon: 'icon'
1102
+ },
1103
+ Listbox: {
1104
+ groupBorderRadius: 'radius',
1105
+ groupBorderWidth: 'border',
1106
+ groupFontSize: 'size',
1107
+ groupFontName: 'fontName',
1108
+ groupFontWeight: 'fontWeight',
1109
+ groupColor: 'color',
1110
+ groupBorderColor: 'color',
1111
+ groupBackgroundColor: 'color',
1112
+ groupPaddingTop: 'size',
1113
+ groupPaddingBottom: 'size',
1114
+ groupPaddingLeft: 'size',
1115
+ groupPaddingRight: 'size',
1116
+ groupIcon: 'icon',
1117
+ itemDisplay: 'show',
1118
+ itemFontName: 'fontName',
1119
+ itemFontWeight: 'fontWeight',
1120
+ itemFontSize: 'size',
1121
+ itemPaddingTop: 'size',
1122
+ itemPaddingBottom: 'size',
1123
+ itemPaddingLeft: 'size',
1124
+ itemPaddingRight: 'size',
1125
+ itemColor: 'color',
1126
+ itemBackgroundColor: 'color',
1127
+ itemBorderLeftColor: 'color',
1128
+ itemBorderLeftWidth: 'border',
1129
+ itemBorderWidth: 'border',
1130
+ itemTextDecoration: 'textLine',
1131
+ itemOutline: 'border',
1132
+ shadow: 'shadow',
1133
+ itemBorderRightColor: 'color',
1134
+ itemBorderBottomColor: 'color',
1135
+ itemBorderTopColor: 'color',
1136
+ itemBorderRightWidth: 'border',
1137
+ itemBorderBottomWidth: 'border',
1138
+ itemBorderTopWidth: 'border',
1139
+ itemBorderRadius: 'radius',
1140
+ minWidth: 'size',
1141
+ minHeight: 'size',
1142
+ itemHeight: 'size',
1143
+ groupHeight: 'size',
1144
+ lineHeight: 'lineHeight'
1145
+ },
1146
+ OrderedList: {
1147
+ headerFontWeight: 'fontWeight',
1148
+ headerFontName: 'fontName',
1149
+ itemMarginTop: 'size',
1150
+ itemPaddingTop: 'size',
1151
+ itemBulletWidth: 'size',
1152
+ itemBulletHeight: 'size',
1153
+ itemBulletTextAlign: 'textAlign',
1154
+ itemBulletContainerWidth: 'size',
1155
+ interItemMargin: 'size',
1156
+ listGutter: 'size',
1157
+ itemFontName: 'fontName',
1158
+ itemFontWeight: 'fontWeight',
1159
+ itemFontSize: 'fontSize',
1160
+ itemLineHeight: 'lineHeight',
1161
+ itemColor: 'color',
1162
+ itemTextColor: 'color'
1163
+ },
1164
+ Modal: {
1165
+ backdropColor: 'color',
1166
+ backdropOpacity: 'opacity',
1167
+ headingColor: 'color',
1168
+ cancelButtonColor: 'color',
1169
+ subHeadingMarginTop: 'size',
1170
+ headingPaddingRight: 'size',
1171
+ headingPaddingTop: 'size',
1172
+ headingBorderBottomWidth: 'size',
1173
+ height: 'size',
1174
+ maxWidth: 'size',
1175
+ containerPaddingLeft: 'size',
1176
+ containerPaddingRight: 'size',
1177
+ containerPaddingTop: 'size',
1178
+ containerPaddingBottom: 'size',
1179
+ contentPaddingTop: 'size',
1180
+ contentPaddingBottom: 'size',
1181
+ backgroundColor: 'color',
1182
+ borderRadius: 'radius',
1183
+ borderColor: 'color',
1184
+ borderWidth: 'size',
1185
+ shadow: 'shadow',
1186
+ paddingLeft: 'size',
1187
+ paddingRight: 'size',
1188
+ paddingTop: 'size',
1189
+ paddingBottom: 'size',
1190
+ marginLeft: 'size',
1191
+ marginRight: 'size',
1192
+ gap: 'size',
1193
+ closeIcon: 'icon',
1194
+ closeIconColor: 'color',
1195
+ closeIconSize: 'size',
1196
+ closePadding: 'size',
1197
+ direction: 'direction',
1198
+ footerTopWidth: 'size'
1199
+ },
1200
+ MultiSelectFilter: {
1201
+ buttonDirection: 'direction',
1202
+ buttonIconSize: 'size',
1203
+ buttonIconPadding: 'size',
1204
+ buttonBorderColor: 'color',
1205
+ contentMarginBottom: 'size',
1206
+ contentMarginLeft: 'size',
1207
+ contentMarginRight: 'size',
1208
+ contentMarginTop: 'size',
1209
+ contentPaddingLeft: 'size',
1210
+ contentPaddingRight: 'size',
1211
+ headerFontColor: 'color',
1212
+ headerFontName: 'fontName',
1213
+ headerFontSize: 'fontSize',
1214
+ headerFontWeight: 'fontWeight',
1215
+ headerLineHeight: 'lineHeight',
1216
+ labelFontSize: 'fontSize',
1217
+ labelFontName: 'fontName',
1218
+ labelFontWeight: 'fontWeight',
1219
+ labelLineHeight: 'lineHeight',
1220
+ labelColor: 'color',
1221
+ labelPaddingLeft: 'size',
1222
+ labelPaddingRight: 'size',
1223
+ labelPaddingTop: 'size',
1224
+ labelPaddingBottom: 'size',
1225
+ maxHeightSize: 'size',
1226
+ maxWidthSize: 'size',
1227
+ minHeight: 'size',
1228
+ minWidth: 'size',
1229
+ subHeaderFontName: 'fontName',
1230
+ subHeaderFontSize: 'fontSize',
1231
+ subHeaderFontWeight: 'fontWeight',
1232
+ subHeaderLineHeight: 'lineHeight'
1233
+ },
1234
+ NavigationBar: {
1235
+ alignSelf: 'flexAlign',
1236
+ backgroundColor: 'color',
1237
+ borderColor: 'color',
1238
+ borderRadius: 'radius',
1239
+ borderWidth: 'border',
1240
+ color: 'color',
1241
+ fontName: 'fontName',
1242
+ fontSize: 'fontSize',
1243
+ fontWeight: 'fontWeight',
1244
+ lineHeight: 'lineHeight',
1245
+ minWidth: 'size',
1246
+ opacity: 'opacity',
1247
+ outerBackgroundColor: 'color',
1248
+ outerBorderColor: 'color',
1249
+ outerBorderGap: 'size',
1250
+ outerBorderWidth: 'border',
1251
+ paddingBottom: 'size',
1252
+ paddingLeft: 'size',
1253
+ paddingRight: 'size',
1254
+ paddingTop: 'size',
1255
+ shadow: 'shadow',
1256
+ textAlign: 'flexJustifyContent',
1257
+ width: 'size',
1258
+ icoMenu: 'icon'
1259
+ },
1260
+ Notification: {
1261
+ backgroundColor: 'color',
1262
+ borderBottomWidth: 'border',
1263
+ borderTopWidth: 'border',
1264
+ borderLeftWidth: 'border',
1265
+ borderRightWidth: 'border',
1266
+ borderColor: 'color',
1267
+ borderRadius: 'radius',
1268
+ paddingTop: 'size',
1269
+ paddingBottom: 'size',
1270
+ paddingLeft: 'size',
1271
+ paddingRight: 'size',
1272
+ color: 'color',
1273
+ fontSize: 'fontSize',
1274
+ lineHeight: 'lineHeight',
1275
+ fontName: 'fontName',
1276
+ fontWeight: 'fontWeight',
1277
+ icon: 'icon',
1278
+ iconColor: 'color',
1279
+ iconSize: 'size',
1280
+ iconGap: 'size',
1281
+ dismissIcon: 'icon',
1282
+ dismissIconColor: 'color',
1283
+ dismissButtonGap: 'size',
1284
+ justifyContent: 'flexJustifyContent',
1285
+ containerPaddingLeft: 'size',
1286
+ containerPaddingRight: 'size'
1287
+ },
1288
+ Pagination: {
1289
+ gap: 'size',
1290
+ truncateAbove: 'integer',
1291
+ color: 'color',
1292
+ fontName: 'fontName',
1293
+ fontWeight: 'fontWeight',
1294
+ fontSize: 'fontSize',
1295
+ lineHeight: 'lineHeight',
1296
+ borderLeftWidth: 'border',
1297
+ borderRightWidth: 'border',
1298
+ borderTopWidth: 'border',
1299
+ borderBottomWidth: 'border',
1300
+ borderColor: 'color',
1301
+ ellipsisPadding: 'size',
1302
+ ellipsisBorderRightWidth: 'border',
1303
+ ellipsisBorderLeftWidth: 'border',
1304
+ ellipsisBorderTopWidth: 'border',
1305
+ ellipsisBorderBottomWidth: 'border',
1306
+ ellipsisHeight: 'size'
1307
+ },
1308
+ PaginationPageButton: {
1309
+ borderColor: 'color',
1310
+ borderLeftWidth: 'border',
1311
+ borderRightWidth: 'border',
1312
+ borderTopWidth: 'border',
1313
+ borderBottomWidth: 'border',
1314
+ borderRadius: 'radius',
1315
+ backgroundColor: 'color',
1316
+ height: 'size',
1317
+ paddingLeft: 'size',
1318
+ paddingRight: 'size',
1319
+ paddingTop: 'size',
1320
+ paddingBottom: 'size',
1321
+ width: 'size',
1322
+ outerBorderColor: 'color',
1323
+ outerBorderWidth: 'border',
1324
+ outerBorderGap: 'size',
1325
+ color: 'color',
1326
+ fontName: 'fontName',
1327
+ fontWeight: 'fontWeight',
1328
+ fontSize: 'fontSize',
1329
+ lineHeight: 'lineHeight',
1330
+ textAlign: 'flexJustifyContent',
1331
+ textLine: 'textLine'
1332
+ },
1333
+ PaginationSideButton: {
1334
+ borderColor: 'color',
1335
+ borderLeftWidth: 'border',
1336
+ borderRightWidth: 'border',
1337
+ borderTopWidth: 'border',
1338
+ borderBottomWidth: 'border',
1339
+ borderRadius: 'radius',
1340
+ backgroundColor: 'color',
1341
+ paddingLeft: 'size',
1342
+ paddingRight: 'size',
1343
+ paddingTop: 'size',
1344
+ paddingBottom: 'size',
1345
+ outerBorderColor: 'color',
1346
+ outerBorderWidth: 'border',
1347
+ color: 'color',
1348
+ fontName: 'fontName',
1349
+ fontWeight: 'fontWeight',
1350
+ fontSize: 'fontSize',
1351
+ lineHeight: 'lineHeight',
1352
+ textLine: 'textLine',
1353
+ icon: 'icon',
1354
+ iconSize: 'size',
1355
+ iconDisplace: 'size',
1356
+ width: 'size',
1357
+ textAlign: 'flexJustifyContent',
1358
+ displayLabel: 'show',
1359
+ height: 'size'
1360
+ },
1361
+ Progress: {
1362
+ backgroundColor: 'color',
1363
+ borderWidth: 'border',
1364
+ borderColor: 'color',
1365
+ borderRadius: 'radius',
1366
+ height: 'size',
1367
+ shadow: 'shadow'
1368
+ },
1369
+ ProgressBar: {
1370
+ backgroundColor: 'color',
1371
+ borderRadius: 'radius',
1372
+ gradient: 'gradient',
1373
+ outlineColor: 'color',
1374
+ outlineWidth: 'border',
1375
+ shadow: 'shadow'
1376
+ },
1377
+ QuickLinks: {
1378
+ // Sets which subcomponents are rendered
1379
+ list: 'show',
1380
+ card: 'show',
1381
+ dividers: 'show',
1382
+ stackSpace: 'integer',
1383
+ stackGap: 'integer',
1384
+ stackJustify: 'flexJustifyContent'
1385
+ },
1386
+ QuickLinksCard: {
1387
+ // Card tokens
1388
+ flex: 'integer',
1389
+ backgroundColor: 'color',
1390
+ borderColor: 'color',
1391
+ borderRadius: 'radius',
1392
+ borderWidth: 'border',
1393
+ paddingBottom: 'size',
1394
+ paddingLeft: 'size',
1395
+ paddingRight: 'size',
1396
+ paddingTop: 'size',
1397
+ minWidth: 'size',
1398
+ shadow: 'shadow'
1399
+ },
1400
+ QuickLinksList: {
1401
+ // List tokens
1402
+ dividerColor: 'color',
1403
+ dividerSize: 'border',
1404
+ iconMarginTop: 'size',
1405
+ interItemMargin: 'size',
1406
+ interItemMarginWithDivider: 'size',
1407
+ itemBulletColor: 'color',
1408
+ itemBulletContainerAlign: 'textAlign',
1409
+ itemBulletContainerWidth: 'size',
1410
+ itemBulletHeight: 'size',
1411
+ itemBulletWidth: 'size',
1412
+ itemFontColor: 'color',
1413
+ itemFontName: 'fontName',
1414
+ itemFontSize: 'fontSize',
1415
+ itemFontWeight: 'fontWeight',
1416
+ itemIconColor: 'color',
1417
+ itemIconSize: 'size',
1418
+ itemLineHeight: 'lineHeight',
1419
+ listGutter: 'size',
1420
+ itemUnderline: 'textLine',
1421
+ // PressableListItemBase tokens
1422
+ backgroundColor: 'color',
1423
+ paddingLeft: 'size',
1424
+ paddingRight: 'size',
1425
+ paddingTop: 'size',
1426
+ paddingBottom: 'size'
1427
+ },
1428
+ QuickLinksButton: {
1429
+ // Button tokens
1430
+ borderColor: 'color',
1431
+ borderWidth: 'border',
1432
+ borderRadius: 'radius',
1433
+ shadow: 'shadow',
1434
+ fontSize: 'fontSize',
1435
+ color: 'color',
1436
+ lineHeight: 'lineHeight',
1437
+ textAlign: 'flexJustifyContent',
1438
+ alignSelf: 'flexAlign',
1439
+ fontName: 'fontName',
1440
+ fontWeight: 'fontWeight',
1441
+ backgroundColor: 'color',
1442
+ opacity: 'opacity',
1443
+ paddingLeft: 'size',
1444
+ paddingRight: 'size',
1445
+ paddingTop: 'size',
1446
+ paddingBottom: 'size',
1447
+ width: 'size',
1448
+ minWidth: 'size',
1449
+ outerBorderColor: 'color',
1450
+ outerBorderWidth: 'border',
1451
+ outerBorderGap: 'size',
1452
+ outerBackgroundColor: 'color',
1453
+ // Icon & IconText
1454
+ icon: 'icon',
1455
+ iconColor: 'color',
1456
+ iconSize: 'size',
1457
+ iconSpace: 'integer'
1458
+ },
1459
+ QuickLinksFeature: {
1460
+ stackSpace: 'integer',
1461
+ stackGap: 'integer',
1462
+ stackJustify: 'flexJustifyContent'
1463
+ },
1464
+ QuickLinksFeatureItem: {
1465
+ color: 'color',
1466
+ textLine: 'textLine',
1467
+ imageDimension: 'size',
1468
+ contentMaxDimension: 'size',
1469
+ contentDirection: 'direction',
1470
+ contentSpace: 'integer',
1471
+ contentAlignItems: 'flexAlign',
1472
+ gap: 'size',
1473
+ textAlign: 'textAlign',
1474
+ outerBorderColor: 'color',
1475
+ fontWeight: 'fontWeight',
1476
+ fontName: 'fontName',
1477
+ fontSize: 'fontSize'
1478
+ },
1479
+ Radio: {
1480
+ checkedBackgroundColor: 'color',
1481
+ checkedSize: 'size',
1482
+ containerBackgroundColor: 'color',
1483
+ containerBorderRadius: 'radius',
1484
+ containerOpacity: 'opacity',
1485
+ containerPaddingBottom: 'size',
1486
+ containerPaddingLeft: 'size',
1487
+ containerPaddingRight: 'size',
1488
+ containerPaddingTop: 'size',
1489
+ containerShadow: 'shadow',
1490
+ descriptionFontSize: 'fontSize',
1491
+ descriptionLineHeight: 'lineHeight',
1492
+ descriptionMarginLeft: 'size',
1493
+ descriptionFontName: 'fontName',
1494
+ descriptionFontWeight: 'fontWeight',
1495
+ inputBackgroundColor: 'color',
1496
+ inputBorderColor: 'color',
1497
+ inputBorderWidth: 'border',
1498
+ inputOutlineColor: 'color',
1499
+ inputOutlineWidth: 'border',
1500
+ inputSize: 'size',
1501
+ outerBorderGap: 'size',
1502
+ outerBorderWidth: 'border',
1503
+ outerBorderColor: 'color',
1504
+ labelColor: 'color',
1505
+ labelFontName: 'fontName',
1506
+ labelFontSize: 'fontSize',
1507
+ labelFontWeight: 'fontWeight',
1508
+ labelLineHeight: 'lineHeight',
1509
+ labelMarginLeft: 'size',
1510
+ // Used for card group
1511
+ icon: 'icon',
1512
+ iconBackgroundColor: 'color',
1513
+ iconColor: 'color'
1514
+ },
1515
+ RadioCard: {
1516
+ // Outer border
1517
+ outerBorderColor: 'color',
1518
+ outerBorderWidth: 'border',
1519
+ outerBorderGap: 'size',
1520
+ // Card
1521
+ flex: 'integer',
1522
+ backgroundColor: 'color',
1523
+ borderColor: 'color',
1524
+ borderRadius: 'radius',
1525
+ borderWidth: 'border',
1526
+ paddingBottom: 'size',
1527
+ paddingLeft: 'size',
1528
+ paddingRight: 'size',
1529
+ paddingTop: 'size',
1530
+ minWidth: 'size',
1531
+ shadow: 'shadow',
1532
+ contentAlignItems: 'flexAlign',
1533
+ contentJustifyContent: 'flexJustifyContent',
1534
+ contentFlexGrow: 'integer',
1535
+ contentFlexShrink: 'integer',
1536
+ // RadioButton
1537
+ radioCheckedBackgroundColor: 'color',
1538
+ radioCheckedSize: 'size',
1539
+ radioInputBackgroundColor: 'color',
1540
+ radioInputBorderColor: 'color',
1541
+ radioInputBorderWidth: 'border',
1542
+ radioInputOutlineColor: 'color',
1543
+ radioInputOutlineWidth: 'border',
1544
+ radioInputSize: 'size',
1545
+ radioOuterBorderColor: 'color',
1546
+ radioOuterBorderWidth: 'border',
1547
+ radioOuterBorderGap: 'size',
1548
+ // Title text - duplicates Typography variant { size: 'h3' }
1549
+ fontSize: 'fontSize',
1550
+ fontName: 'fontName',
1551
+ lineHeight: 'lineHeight',
1552
+ color: 'color',
1553
+ letterSpacing: 'letterSpacing',
1554
+ textTransform: 'textTransform',
1555
+ fontWeight: 'fontWeight',
1556
+ // Spacing
1557
+ radioSpace: 'integer',
1558
+ contentSpace: 'integer'
1559
+ },
1560
+ RadioCardGroup: {
1561
+ // Layout
1562
+ direction: 'direction',
1563
+ space: 'integer',
1564
+ // Fieldset
1565
+ fieldSpace: 'integer',
1566
+ // Border for error feedback
1567
+ showIcon: 'show',
1568
+ outlineWidth: 'border',
1569
+ borderBottomLeftRadius: 'radius',
1570
+ borderBottomRightRadius: 'radius',
1571
+ borderTopLeftRadius: 'radius',
1572
+ borderTopRightRadius: 'radius',
1573
+ outlineOffset: 'size'
1574
+ },
1575
+ RadioGroup: {
1576
+ space: 'integer',
1577
+ fieldSpace: 'integer',
1578
+ showIcon: 'show',
1579
+ outlineWidth: 'border',
1580
+ borderBottomLeftRadius: 'radius',
1581
+ borderBottomRightRadius: 'radius',
1582
+ borderTopLeftRadius: 'radius',
1583
+ borderTopRightRadius: 'radius',
1584
+ outlineOffset: 'size'
1585
+ },
1586
+ Ribbon: {
1587
+ paddingLeft: 'size',
1588
+ paddingRight: 'size',
1589
+ paddingTop: 'size',
1590
+ paddingBottom: 'size',
1591
+ borderRadius: 'size',
1592
+ backgroundColor: 'color',
1593
+ boxShadowPaddingLeft: 'size',
1594
+ boxShadowPaddingTop: 'size',
1595
+ boxShadowPaddingRight: 'size',
1596
+ boxShadowPaddingBottom: 'size',
1597
+ boxShadowColor: 'color',
1598
+ curveAfterWidth: 'size',
1599
+ curveMarginTop: 'size',
1600
+ curveAfterRadius: 'size',
1601
+ curveBackgroundColor: 'color',
1602
+ curveHeight: 'size',
1603
+ curveWidth: 'size',
1604
+ curveAfterBackgroundColor: 'color',
1605
+ curveAfterHeight: 'size',
1606
+ gradient: 'gradient',
1607
+ fontColor: 'color',
1608
+ borderRadiusBottomLeft: 'size',
1609
+ borderRadiusBottomRight: 'size',
1610
+ fontName: 'fontName',
1611
+ fontWeight: 'fontWeight',
1612
+ fontSize: 'fontSize',
1613
+ lineHeight: 'lineHeight'
1614
+ },
1615
+ Search: {
1616
+ backgroundColor: 'color',
1617
+ color: 'color',
1618
+ borderWidth: 'border',
1619
+ borderColor: 'color',
1620
+ borderRadius: 'radius',
1621
+ paddingTop: 'size',
1622
+ paddingBottom: 'size',
1623
+ paddingLeft: 'size',
1624
+ paddingRight: 'size',
1625
+ outerBackgroundColor: 'color',
1626
+ outerBorderWidth: 'border',
1627
+ outerBorderColor: 'color',
1628
+ outerBorderRadius: 'radius',
1629
+ fontName: 'fontName',
1630
+ fontWeight: 'fontWeight',
1631
+ fontSize: 'fontSize',
1632
+ lineHeight: 'lineHeight',
1633
+ placeholderColor: 'color',
1634
+ buttonsGap: 'size',
1635
+ clearButtonIcon: 'icon',
1636
+ submitButtonIcon: 'icon',
1637
+ iconLeftColor: 'color',
1638
+ iconLeftSize: 'size',
1639
+ mobileBorderWidth: 'border'
1640
+ },
1641
+ SearchButton: {
1642
+ borderColor: 'color',
1643
+ borderWidth: 'border',
1644
+ borderRadius: 'radius',
1645
+ backgroundColor: 'color',
1646
+ mobileBackgroundColor: 'color',
1647
+ opacity: 'opacity',
1648
+ paddingLeft: 'size',
1649
+ paddingRight: 'size',
1650
+ paddingBottom: 'size',
1651
+ paddingTop: 'size',
1652
+ iconSize: 'size',
1653
+ iconColor: 'color',
1654
+ shadow: 'shadow'
1655
+ },
1656
+ Select: {
1657
+ backgroundColor: 'color',
1658
+ color: 'color',
1659
+ borderWidth: 'border',
1660
+ borderColor: 'color',
1661
+ borderRadius: 'radius',
1662
+ paddingTop: 'size',
1663
+ paddingBottom: 'size',
1664
+ paddingLeft: 'size',
1665
+ paddingRight: 'size',
1666
+ height: 'size',
1667
+ outerBackgroundColor: 'color',
1668
+ outerBorderWidth: 'border',
1669
+ outerBorderColor: 'color',
1670
+ fontSize: 'fontSize',
1671
+ fontName: 'fontName',
1672
+ fontWeight: 'fontWeight',
1673
+ icon: 'icon',
1674
+ iconSize: 'size',
1675
+ iconColor: 'color',
1676
+ validationIcon: 'icon',
1677
+ validationIconSize: 'size',
1678
+ validationIconColor: 'color',
1679
+ feedbackBackgroundColor: 'color'
1680
+ },
1681
+ SideNav: {
1682
+ borderColor: 'color',
1683
+ borderWidth: 'border',
1684
+ borderStyle: 'borderStyle'
1685
+ },
1686
+ SideNavItem: {
1687
+ borderColor: 'color',
1688
+ borderWidth: 'border',
1689
+ borderStyle: 'borderStyle',
1690
+ paddingLeft: 'size',
1691
+ paddingRight: 'size',
1692
+ paddingTop: 'size',
1693
+ paddingBottom: 'size',
1694
+ justifyContent: 'flexJustifyContent',
1695
+ color: 'color',
1696
+ accentOffset: 'size',
1697
+ accentPadding: 'size',
1698
+ accentWidth: 'size',
1699
+ accentBackgroundColor: 'color',
1700
+ fontWeight: 'fontWeight',
1701
+ fontName: 'fontName',
1702
+ fontSize: 'fontSize',
1703
+ lineHeight: 'lineHeight',
1704
+ backgroundColor: 'color'
1705
+ },
1706
+ SideNavItemsGroup: {
1707
+ expandDuration: 'duration',
1708
+ collapseDuration: 'duration',
1709
+ contentPaddingLeft: 'size',
1710
+ contentPaddingRight: 'size',
1711
+ contentPaddingTop: 'size',
1712
+ contentPaddingBottom: 'size',
1713
+ icon: 'icon',
1714
+ iconColor: 'color',
1715
+ iconGap: 'size',
1716
+ iconSize: 'size',
1717
+ iconPosition: 'position',
1718
+ justifyContent: 'flexJustifyContent',
1719
+ verticalAlign: 'verticalAlign'
1720
+ },
1721
+ spacingScale: {
1722
+ size: 'size'
1723
+ },
1724
+ StackView: {
1725
+ alignItems: 'flexAlign',
1726
+ justifyContent: 'flexJustifyContent',
1727
+ flexGrow: 'integer',
1728
+ flexShrink: 'integer',
1729
+ width: 'size'
1730
+ },
1731
+ StepTracker: {
1732
+ completedIcon: 'icon',
1733
+ completedIconColor: 'color',
1734
+ completedIconSize: 'size',
1735
+ connectorColor: 'color',
1736
+ connectorCompletedColor: 'color',
1737
+ // TODO: should these be border or size???
1738
+ connectorCompletedHeight: 'border',
1739
+ connectorHeight: 'border',
1740
+ connectorMinWidth: 'size',
1741
+ containerPaddingBottom: 'size',
1742
+ containerPaddingLeft: 'size',
1743
+ containerPaddingRight: 'size',
1744
+ containerPaddingTop: 'size',
1745
+ knobBackgroundColor: 'color',
1746
+ knobBorderColor: 'color',
1747
+ knobBorderWidth: 'border',
1748
+ knobCompletedBackgroundColor: 'color',
1749
+ knobCompletedBorderColor: 'color',
1750
+ knobCompletedPaddingLeft: 'size',
1751
+ knobCompletedPaddingTop: 'size',
1752
+ knobCurrentBackgroundColor: 'color',
1753
+ knobCurrentBorderColor: 'color',
1754
+ knobCurrentBorderWidth: 'border',
1755
+ knobCurrentInnerColor: 'color',
1756
+ knobCurrentInnerSize: 'size',
1757
+ knobCurrentPaddingLeft: 'size',
1758
+ knobCurrentPaddingTop: 'size',
1759
+ knobSize: 'size',
1760
+ labelColor: 'color',
1761
+ labelCurrentColor: 'color',
1762
+ labelCurrentFontWeight: 'fontWeight',
1763
+ labelCurrentFontName: 'fontName',
1764
+ labelDirection: 'direction',
1765
+ labelFontSize: 'fontSize',
1766
+ labelFontWeight: 'fontWeight',
1767
+ labelFontName: 'fontName',
1768
+ labelGap: 'size',
1769
+ labelLineHeight: 'lineHeight',
1770
+ labelMarginTop: 'size',
1771
+ labelPaddingLeft: 'size',
1772
+ labelPaddingRight: 'size',
1773
+ showStepLabel: 'show',
1774
+ showStepName: 'show',
1775
+ showStepTrackerLabel: 'show',
1776
+ textStepTrackerLabel: 'integer',
1777
+ stepLabelColor: 'color',
1778
+ stepLabelFontSize: 'fontSize',
1779
+ stepLabelFontWeight: 'fontWeight',
1780
+ stepLabelFontName: 'fontName',
1781
+ stepLabelLineHeight: 'lineHeight'
1782
+ },
1783
+ SkipLink: {
1784
+ backgroundColor: 'color',
1785
+ color: 'color',
1786
+ outlineColor: 'color',
1787
+ outlineOffset: 'border',
1788
+ outlineStyle: 'borderStyle',
1789
+ outlineWidth: 'border',
1790
+ paddingHorizontal: 'size',
1791
+ paddingVertical: 'size',
1792
+ borderRadius: 'radius',
1793
+ textLine: 'textLine',
1794
+ fontName: 'fontName',
1795
+ fontWeight: 'fontWeight',
1796
+ fontSize: 'fontSize',
1797
+ lineHeight: 'lineHeight'
1798
+ },
1799
+ StoryCard: {
1800
+ outerBorderColor: 'color',
1801
+ outerBorderGap: 'size',
1802
+ outerBorderWidth: 'border',
1803
+ flex: 'integer',
1804
+ backgroundColor: 'color',
1805
+ borderColor: 'color',
1806
+ borderRadius: 'radius',
1807
+ borderWidth: 'border',
1808
+ paddingBottom: 'size',
1809
+ paddingLeft: 'size',
1810
+ paddingRight: 'size',
1811
+ paddingTop: 'size',
1812
+ minWidth: 'size',
1813
+ shadow: 'shadow',
1814
+ contentAlignItems: 'flexAlign',
1815
+ contentJustifyContent: 'flexJustifyContent',
1816
+ contentFlexGrow: 'integer',
1817
+ contentFlexShrink: 'integer'
1818
+ },
1819
+ Tabs: {
1820
+ nextIcon: 'icon',
1821
+ previousIcon: 'icon',
1822
+ space: 'integer',
1823
+ buttonClearance: 'size',
1824
+ gutter: 'size',
1825
+ borderBottomColor: 'color',
1826
+ borderBottomWidth: 'border'
1827
+ },
1828
+ TabsItem: {
1829
+ highlightColor: 'color',
1830
+ highlightBarHeight: 'border',
1831
+ highlightBarBorderRadius: 'radius',
1832
+ highlightBarBorderWidth: 'border',
1833
+ highlightTriangleSize: 'size',
1834
+ backgroundColor: 'color',
1835
+ borderColor: 'color',
1836
+ borderWidth: 'border',
1837
+ borderRadius: 'radius',
1838
+ maxWidth: 'size',
1839
+ paddingHorizontal: 'size',
1840
+ paddingVertical: 'size',
1841
+ space: 'integer',
1842
+ textAlign: 'textAlign',
1843
+ lineHeight: 'lineHeight',
1844
+ color: 'color',
1845
+ fontSize: 'fontSize',
1846
+ letterSpacing: 'letterSpacing',
1847
+ textTransform: 'textTransform',
1848
+ fontScaleCap: 'fontSize',
1849
+ fontName: 'fontName',
1850
+ fontWeight: 'fontWeight'
1851
+ },
1852
+ TabBar: {
1853
+ paddingTop: 'size',
1854
+ paddingBottom: 'size',
1855
+ borderTopWidth: 'border',
1856
+ borderTopColor: 'color',
1857
+ gap: 'size',
1858
+ backgroundColor: 'color',
1859
+ paddingLeft: 'size',
1860
+ paddingRight: 'size'
1861
+ },
1862
+ TabBarItem: {
1863
+ borderRadius: 'radius',
1864
+ backgroundColor: 'color',
1865
+ paddingTop: 'size',
1866
+ paddingBottom: 'size',
1867
+ fontName: 'fontName',
1868
+ fontWeight: 'fontWeight',
1869
+ color: 'color',
1870
+ lineHeight: 'lineHeight',
1871
+ iconSize: 'size',
1872
+ iconColor: 'color',
1873
+ activeColor: 'color'
1874
+ },
1875
+ Tags: {
1876
+ space: 'integer',
1877
+ direction: 'direction',
1878
+ alignItems: 'flexAlign',
1879
+ justifyContent: 'flexJustifyContent',
1880
+ flexGrow: 'integer',
1881
+ flexShrink: 'integer'
1882
+ },
1883
+ TagsItem: {
1884
+ icon: 'icon',
1885
+ iconPosition: 'position',
1886
+ iconSpace: 'integer',
1887
+ iconSize: 'size',
1888
+ iconColor: 'color',
1889
+ iconPadding: 'size',
1890
+ iconAlignSelf: 'flexAlign',
1891
+ iconTranslateX: 'size',
1892
+ iconTranslateY: 'size',
1893
+ iconBackground: 'color',
1894
+ iconBorderRadius: 'radius',
1895
+ // These are duplicated Button tokens. TODO: consider token sets to reduce duplication.
1896
+ // https://github.com/telus/universal-design-system/issues/782
1897
+ borderColor: 'color',
1898
+ borderWidth: 'border',
1899
+ borderRadius: 'radius',
1900
+ shadow: 'shadow',
1901
+ fontSize: 'fontSize',
1902
+ color: 'color',
1903
+ lineHeight: 'lineHeight',
1904
+ textAlign: 'flexJustifyContent',
1905
+ alignSelf: 'flexAlign',
1906
+ fontName: 'fontName',
1907
+ fontWeight: 'fontWeight',
1908
+ backgroundColor: 'color',
1909
+ opacity: 'opacity',
1910
+ paddingLeft: 'size',
1911
+ paddingRight: 'size',
1912
+ paddingTop: 'size',
1913
+ paddingBottom: 'size',
1914
+ minWidth: 'size',
1915
+ outerBorderColor: 'color',
1916
+ outerBorderWidth: 'border',
1917
+ outerBorderGap: 'size',
1918
+ outerBackgroundColor: 'color'
1919
+ },
1920
+ Testimonial: {
1921
+ testimonialContainerGap: 'size',
1922
+ quoteContainerGap: 'size',
1923
+ iconColor: 'color',
1924
+ dividerBorder: 'border',
1925
+ dividerBackgroundColor: 'color',
1926
+ figcaptionGap: 'size',
1927
+ textColor: 'color',
1928
+ imageSize: 'size',
1929
+ icon: 'icon',
1930
+ iconFr: 'icon',
1931
+ testimonialFontSizeLarge: 'fontSize',
1932
+ testimonialLineHeightLarge: 'lineHeight',
1933
+ testimonialFontNameLarge: 'fontName',
1934
+ testimonialFontWeightLarge: 'fontWeight',
1935
+ testimonialFontSizeHeading: 'fontSize',
1936
+ testimonialLineHeightHeading: 'lineHeight',
1937
+ testimonialFontNameHeading: 'fontName',
1938
+ testimonialFontWeightHeading: 'fontWeight',
1939
+ authorFontSize: 'fontSize',
1940
+ authorLineHeight: 'lineHeight',
1941
+ authorFontName: 'fontName',
1942
+ authorFontWeight: 'fontWeight',
1943
+ additionalFontSize: 'fontSize',
1944
+ additionalLineHeight: 'lineHeight',
1945
+ additionalFontName: 'fontName',
1946
+ additionalFontWeight: 'fontWeight'
1947
+ },
1948
+ TermsAndConditions: {
1949
+ headerBackgroundColor: 'color',
1950
+ contentPaddingBottom: 'size',
1951
+ contentPaddingLeft: 'size',
1952
+ contentBorderColor: 'color',
1953
+ contentMarginBottom: 'size',
1954
+ mdContentPaddingBottom: 'size',
1955
+ mdContentPaddingLeft: 'size',
1956
+ orderedPadding: 'size',
1957
+ unorderedPadding: 'size',
1958
+ listFontName: 'fontName',
1959
+ listFontWeight: 'fontWeight',
1960
+ listFontSize: 'fontSize',
1961
+ listLineHeight: 'lineHeight',
1962
+ listColor: 'color',
1963
+ listMarginBottom: 'size',
1964
+ listMarginLeft: 'size',
1965
+ titleColor: 'color',
1966
+ titleFontSize: 'fontSize',
1967
+ titleLineHeight: 'lineHeight',
1968
+ titlePaddingLeft: 'size',
1969
+ expandIconContainerBorder: 'border',
1970
+ expandIconContainerBorderColor: 'color',
1971
+ expandIconContainerHeight: 'size',
1972
+ expandIconContainerMarginX: 'size',
1973
+ expandIconContainerMarginY: 'size',
1974
+ expandIconContainerWidth: 'size',
1975
+ expandIconContainerAlignItems: 'flexAlign',
1976
+ expandIconContainerJustifyContent: 'flexJustifyContent',
1977
+ expandTitleColor: 'color',
1978
+ expandTitleFontSize: 'size',
1979
+ expandTitleLineHeight: 'lineHeight',
1980
+ expandTitleFontName: 'fontName',
1981
+ expandTitleFontWeight: 'fontWeight',
1982
+ expandTitleMarginX: 'size',
1983
+ expandTitleMarginY: 'size',
1984
+ expandTitlePaddingLeft: 'size',
1985
+ expandTitleBorder: 'border',
1986
+ expandTitleBorderColor: 'color',
1987
+ expandTitleUnderline: 'textLine',
1988
+ expandBaseBorderWidth: 'border',
1989
+ expandContentPaddingBottom: 'size',
1990
+ expandContentPaddingLeft: 'size',
1991
+ expandContentPaddingRight: 'size',
1992
+ expandContentPaddingTop: 'size',
1993
+ dividerColor: 'color',
1994
+ icon: 'icon',
1995
+ iconBackgroundColor: 'color',
1996
+ iconColor: 'color',
1997
+ iconBorderColor: 'color',
1998
+ iconOuterBorderColor: 'color',
1999
+ iconOuterBorderGap: 'size',
2000
+ iconOuterBorderWidth: 'border'
2001
+ },
2002
+ TextArea: {
2003
+ minLines: 'integer',
2004
+ maxLines: 'integer'
2005
+ },
2006
+ TextInput: {
2007
+ backgroundColor: 'color',
2008
+ color: 'color',
2009
+ borderWidth: 'border',
2010
+ borderColor: 'color',
2011
+ borderRadius: 'radius',
2012
+ passwordShowButtonIcon: 'icon',
2013
+ passwordHideButtonIcon: 'icon',
2014
+ buttonSize: 'size',
2015
+ buttonsGap: 'size',
2016
+ buttonsPaddingRight: 'size',
2017
+ clearButtonIcon: 'icon',
2018
+ paddingTop: 'size',
2019
+ paddingBottom: 'size',
2020
+ paddingLeft: 'size',
2021
+ paddingRight: 'size',
2022
+ outerBackgroundColor: 'color',
2023
+ outerBorderWidth: 'border',
2024
+ outerBorderColor: 'color',
2025
+ fontName: 'fontName',
2026
+ fontWeight: 'fontWeight',
2027
+ fontSize: 'fontSize',
2028
+ leftIconPaddingBottom: 'size',
2029
+ iconLeftPaddingBottom: 'size',
2030
+ iconLeftGap: 'size',
2031
+ lineHeight: 'lineHeight',
2032
+ icon: 'icon',
2033
+ iconSize: 'size',
2034
+ iconColor: 'color',
2035
+ defaultCreditIcon: 'icon',
2036
+ visaIcon: 'icon',
2037
+ masterCardIcon: 'icon',
2038
+ amexIcon: 'icon'
2039
+ },
2040
+ Toast: {
2041
+ containerBackgroundColor: 'color',
2042
+ containerGap: 'size',
2043
+ animationHeightBefore: 'size',
2044
+ animationHeightAfter: 'size',
2045
+ animationPaddingBottomBefore: 'size',
2046
+ animationPaddingBottomAfter: 'size',
2047
+ animationPaddingTopBefore: 'size',
2048
+ padding: 'size',
2049
+ animationPaddingTopAfter: 'size',
2050
+ animationBackgroundColorBefore: 'color',
2051
+ animationBackgroundColorAfter: 'color',
2052
+ animationColorBefore: 'color',
2053
+ animationColorAfter: 'color',
2054
+ animationDivColorBefore: 'color',
2055
+ animationDivColorAfter: 'color',
2056
+ chevronlinkFontWeight: 'fontWeight',
2057
+ chevronlinkFontName: 'fontName'
2058
+ },
2059
+ ToggleSwitch: {
2060
+ borderColor: 'color',
2061
+ borderWidth: 'border',
2062
+ borderRadius: 'radius',
2063
+ outerBorderColor: 'color',
2064
+ outerBorderWidth: 'border',
2065
+ outerBorderGap: 'size',
2066
+ outerBackgroundColor: 'color',
2067
+ backgroundColor: 'color',
2068
+ opacity: 'opacity',
2069
+ paddingLeft: 'size',
2070
+ paddingRight: 'size',
2071
+ paddingTop: 'size',
2072
+ paddingBottom: 'size',
2073
+ shadow: 'shadow',
2074
+ alignSelf: 'flexAlign',
2075
+ space: 'integer',
2076
+ icon: 'icon',
2077
+ trackHeight: 'size',
2078
+ outerBorderGapButton: 'size',
2079
+ width: 'size',
2080
+ trackBorderWidth: 'border',
2081
+ trackBorderColor: 'color',
2082
+ trackBorderRadius: 'radius',
2083
+ iconSize: 'size',
2084
+ iconColor: 'color',
2085
+ labelColor: 'color',
2086
+ labelFontName: 'fontName',
2087
+ labelFontSize: 'fontSize',
2088
+ labelFontWeight: 'fontWeight',
2089
+ labelLineHeight: 'lineHeight',
2090
+ labelMarginLeft: 'size',
2091
+ switchSize: 'size',
2092
+ switchColor: 'color',
2093
+ switchBorderColor: 'color',
2094
+ switchBorderWidth: 'border',
2095
+ switchBorderRadius: 'radius',
2096
+ switchShadow: 'shadow'
2097
+ },
2098
+ ToggleSwitchGroup: {
2099
+ space: 'integer',
2100
+ fieldSpace: 'integer',
2101
+ direction: 'direction',
2102
+ alignItems: 'flexAlign',
2103
+ justifyContent: 'flexJustifyContent',
2104
+ flexGrow: 'integer',
2105
+ flexShrink: 'integer'
2106
+ },
2107
+ Breadcrumbs: {
2108
+ fontWeight: 'fontWeight',
2109
+ fontName: 'fontName',
2110
+ fontSize: 'fontSize',
2111
+ lineHeight: 'lineHeight',
2112
+ color: 'color',
2113
+ currentColor: 'color',
2114
+ icon: 'icon',
2115
+ iconColor: 'color',
2116
+ iconSize: 'size',
2117
+ iconPadding: 'size',
2118
+ iconContainerSize: 'size',
2119
+ listItemPadding: 'size'
2120
+ },
2121
+ Timeline: {
2122
+ dotColor: 'color',
2123
+ dotWidth: 'size',
2124
+ dotBorderWidth: 'border',
2125
+ timelineContainerDirection: 'direction',
2126
+ timelineConnectorColor: 'color',
2127
+ timelineColor: 'color',
2128
+ connectorWidth: 'size',
2129
+ connectorHeight: 'size',
2130
+ lineItemContainerDirection: 'direction',
2131
+ lineContainerFlexSize: 'integer',
2132
+ lineItemAlign: 'flexAlign',
2133
+ lineItemDirection: 'direction',
2134
+ lineItemMarginRight: 'size',
2135
+ lineItemMarginBottom: 'size',
2136
+ itemContentFlexSize: 'integer',
2137
+ itemContentMarginRight: 'size',
2138
+ itemContentMarginBottom: 'size'
2139
+ },
2140
+ Tooltip: {
2141
+ backgroundColor: 'color',
2142
+ paddingTop: 'size',
2143
+ paddingBottom: 'size',
2144
+ paddingLeft: 'size',
2145
+ paddingRight: 'size',
2146
+ borderRadius: 'radius',
2147
+ shadow: 'shadow',
2148
+ color: 'color',
2149
+ fontSize: 'fontSize',
2150
+ lineHeight: 'lineHeight',
2151
+ fontName: 'fontName',
2152
+ fontWeight: 'fontWeight',
2153
+ arrowWidth: 'size',
2154
+ arrowBorderRadius: 'radius',
2155
+ arrowOffset: 'size',
2156
+ maxWidth: 'size',
2157
+ minWidth: 'size'
2158
+ },
2159
+ TooltipButton: {
2160
+ outerBorderColor: 'color',
2161
+ backgroundColor: 'color',
2162
+ outerBorderWidth: 'border',
2163
+ outerBorderGap: 'size',
2164
+ borderRadius: 'radius',
2165
+ width: 'size',
2166
+ icon: 'icon',
2167
+ iconSize: 'size',
2168
+ iconColor: 'color',
2169
+ iconScale: 'iconScale'
2170
+ },
2171
+ Typography: {
2172
+ fontName: 'fontName',
2173
+ superScriptFontSize: 'fontSize',
2174
+ fontWeight: 'fontWeight',
2175
+ fontSize: 'fontSize',
2176
+ color: 'color',
2177
+ lineHeight: 'lineHeight',
2178
+ textTransform: 'textTransform',
2179
+ fontScaleCap: 'fontSize',
2180
+ letterSpacing: 'letterSpacing',
2181
+ gradient: 'gradient'
2182
+ },
2183
+ Countdown: {
2184
+ containerBorderRadius: 'radius',
2185
+ containerGradient: 'gradient',
2186
+ containerBorderWidth: 'border',
2187
+ containerBorderColor: 'color',
2188
+ containerInverseBorder: 'border',
2189
+ containerInverseBorderColor: 'color',
2190
+ containerPaddingBottomTop: 'size',
2191
+ containerPaddingLeftRight: 'size',
2192
+ inverseBorderColor: 'color',
2193
+ labelBorderColor: 'color',
2194
+ textFontSize: 'fontSize',
2195
+ textLineHeight: 'lineHeight',
2196
+ labelFontSize: 'fontSize',
2197
+ labelFontName: 'fontName',
2198
+ labelFontWeight: 'fontWeight',
2199
+ labelLineHeight: 'lineHeight',
2200
+ textTimerFontWeight: 'fontWeight',
2201
+ textTimerFontName: 'fontName'
2202
+ },
2203
+ Skeleton: {
2204
+ color: 'color',
2205
+ secondColor: 'color',
2206
+ animationDuration: 'integer',
2207
+ size: 'size',
2208
+ radius: 'radius',
2209
+ baseWidth: 'size',
2210
+ characters: 'size',
2211
+ spaceBetweenLines: 'size',
2212
+ squareRadius: 'radius',
2213
+ lineRadius: 'radius'
2214
+ }
2215
+ };