@telus-uds/theme-allium 3.26.0 → 3.28.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 +2485 -1283
- package/build/android/theme.json +613 -100
- package/build/ios/schema.json +2485 -1283
- package/build/ios/theme.json +613 -100
- package/build/rn/schema.json +2485 -1283
- package/build/rn/theme.js +411 -59
- package/package.json +5 -5
- package/theme.json +409 -47
package/theme.json
CHANGED
|
@@ -352,14 +352,22 @@
|
|
|
352
352
|
"inverse": true
|
|
353
353
|
},
|
|
354
354
|
"tokens": {
|
|
355
|
+
"color": "{palette.color.white}",
|
|
356
|
+
"currentColor": "{palette.color.white}",
|
|
355
357
|
"iconColor": "{palette.color.greyCloud}"
|
|
356
358
|
}
|
|
357
359
|
}
|
|
358
360
|
],
|
|
359
361
|
"tokens": {
|
|
362
|
+
"color": "{palette.color.greyShuttle}",
|
|
363
|
+
"currentColor": "{palette.color.greyCharcoal}",
|
|
364
|
+
"fontName": "{palette.fontName.HelveticaNow}",
|
|
365
|
+
"fontSize": "{palette.fontSize.size12}",
|
|
366
|
+
"fontWeight": "{palette.fontWeight.weight500}",
|
|
360
367
|
"icon": "{palette.icon.ChevronRight}",
|
|
361
|
-
"iconColor": "{palette.color.
|
|
362
|
-
"iconPadding": "{palette.size.
|
|
368
|
+
"iconColor": "{palette.color.greyCloud}",
|
|
369
|
+
"iconPadding": "{palette.size.size4}",
|
|
370
|
+
"iconSize": "{palette.size.size16}",
|
|
363
371
|
"listItemPadding": "{palette.size.size0}"
|
|
364
372
|
}
|
|
365
373
|
},
|
|
@@ -785,16 +793,21 @@
|
|
|
785
793
|
"tokens": {
|
|
786
794
|
"alignSelf": "{system.flexAlign.flexStart}",
|
|
787
795
|
"backgroundColor": "{palette.color.white}",
|
|
796
|
+
"borderBottomWidth": "{palette.border.border1}",
|
|
788
797
|
"borderColor": "{palette.color.greenAccessible}",
|
|
798
|
+
"borderLeftWidth": "{palette.border.border1}",
|
|
789
799
|
"borderRadius": "{palette.radius.pill32}",
|
|
800
|
+
"borderRightWidth": "{palette.border.border1}",
|
|
801
|
+
"borderTopWidth": "{palette.border.border1}",
|
|
790
802
|
"borderWidth": "{palette.border.border1}",
|
|
791
803
|
"color": "{palette.color.greenAccessible}",
|
|
792
804
|
"fontName": "{palette.fontName.HelveticaNow}",
|
|
793
805
|
"fontSize": "{palette.fontSize.size16}",
|
|
794
806
|
"fontWeight": "{palette.fontWeight.weight700}",
|
|
807
|
+
"height": "{system.size.none}",
|
|
795
808
|
"icon": "{system.icon.none}",
|
|
796
809
|
"iconSize": "{palette.size.size24}",
|
|
797
|
-
"iconSpace": "{system.integer.
|
|
810
|
+
"iconSpace": "{system.integer.1}",
|
|
798
811
|
"lineHeight": "{palette.lineHeight.ratio3to2}",
|
|
799
812
|
"minWidth": "{palette.size.size144}",
|
|
800
813
|
"opacity": "{system.opacity.opaque}",
|
|
@@ -1826,25 +1839,29 @@
|
|
|
1826
1839
|
"appearances": {},
|
|
1827
1840
|
"rules": [],
|
|
1828
1841
|
"tokens": {
|
|
1842
|
+
"calendarBackgroundColor": "{palette.color.white}",
|
|
1829
1843
|
"calendarDayBlockedCalendarHoverBackground": "{palette.color.greyAlabaster}",
|
|
1830
|
-
"calendarDayBlockedCalendarHoverColor": "{palette.color.
|
|
1831
|
-
"
|
|
1832
|
-
"calendarDayDefaultBeforeWidth": "{palette.size.size28}",
|
|
1844
|
+
"calendarDayBlockedCalendarHoverColor": "{palette.color.greyShuttle}",
|
|
1845
|
+
"calendarDayDefaultBackgroundColor": "{palette.color.white}",
|
|
1833
1846
|
"calendarDayDefaultBorder": "{palette.border.border1}",
|
|
1834
|
-
"calendarDayDefaultBorderColor": "{palette.color.
|
|
1835
|
-
"calendarDayDefaultCalendarDaySelectedHoverBackground": "{palette.color.
|
|
1847
|
+
"calendarDayDefaultBorderColor": "{palette.color.greyCloud}",
|
|
1848
|
+
"calendarDayDefaultCalendarDaySelectedHoverBackground": "{palette.color.white}",
|
|
1849
|
+
"calendarDayDefaultCalendarDaySelectedHoverBeforeBackground": "{palette.color.purpleDeluge}",
|
|
1836
1850
|
"calendarDayDefaultCalendarDaySelectedHoverColor": "{palette.color.white}",
|
|
1837
1851
|
"calendarDayDefaultColor": "{palette.color.greyCharcoal}",
|
|
1838
1852
|
"calendarDayDefaultFontName": "{palette.fontName.HelveticaNow}",
|
|
1839
1853
|
"calendarDayDefaultFontSize": "{palette.fontSize.size14}",
|
|
1840
|
-
"calendarDayDefaultFontWeight": "{palette.fontWeight.
|
|
1841
|
-
"
|
|
1842
|
-
"
|
|
1843
|
-
"
|
|
1854
|
+
"calendarDayDefaultFontWeight": "{palette.fontWeight.weight400}",
|
|
1855
|
+
"calendarDaySelectedFocusBeforeBackground": "{palette.color.white}",
|
|
1856
|
+
"calendarDaySelectedHoverBackground": "{palette.color.white}",
|
|
1857
|
+
"calendarDaySelectedHoverBeforeBackground": "{palette.color.white}",
|
|
1858
|
+
"calendarDaySelectedHoverBeforeBorderColor": "{palette.color.purpleDeluge}",
|
|
1859
|
+
"calendarDaySelectedHoverBorderColor": "{palette.color.greyCloud}",
|
|
1860
|
+
"calendarDaySelectedHoverColor": "{palette.color.greyCharcoal}",
|
|
1844
1861
|
"calendarMonthCaptionColor": "{palette.color.greyThunder}",
|
|
1845
1862
|
"calendarMonthCaptionFontName": "{palette.fontName.HelveticaNow}",
|
|
1846
1863
|
"calendarMonthCaptionFontSize": "{palette.fontSize.size20}",
|
|
1847
|
-
"calendarMonthCaptionFontWeight": "{palette.fontWeight.
|
|
1864
|
+
"calendarMonthCaptionFontWeight": "{palette.fontWeight.weight700}",
|
|
1848
1865
|
"calendarMonthCaptionLineHeight": "{palette.lineHeight.ratio7to5}",
|
|
1849
1866
|
"calendarMonthCaptionPaddingBottom": "{palette.size.size48}",
|
|
1850
1867
|
"dateInputBorderColor": "{palette.color.transparent}",
|
|
@@ -1854,19 +1871,10 @@
|
|
|
1854
1871
|
"dateInputInsideBorderColor": "{palette.color.greyShuttle}",
|
|
1855
1872
|
"dateInputInsideColor": "{palette.color.greyShuttle}",
|
|
1856
1873
|
"dateInputStrokeColor": "{palette.color.greyShuttle}",
|
|
1857
|
-
"dayPickerNavigationButtonBackgroundColor": "{palette.color.white}",
|
|
1858
|
-
"dayPickerNavigationButtonBorderColor": "{palette.color.greyCloud}",
|
|
1859
|
-
"dayPickerNavigationButtonChildLeft": "{palette.size.size8}",
|
|
1860
|
-
"dayPickerNavigationButtonChildRight": "{palette.size.size8}",
|
|
1861
|
-
"dayPickerNavigationButtonChildSvgFill": "{palette.color.greyShuttle}",
|
|
1862
|
-
"dayPickerNavigationButtonDefaultHoverBorderColor": "{palette.color.greyMystic}",
|
|
1863
|
-
"dayPickerNavigationButtonMaxHeight": "{palette.size.size32}",
|
|
1864
|
-
"dayPickerNavigationButtonMaxWidth": "{palette.size.size32}",
|
|
1865
1874
|
"dayPickerNavigationButtonPadding": "{palette.size.size8}",
|
|
1866
|
-
"dayPickerNavigationSVGHorizontalFill": "{palette.color.greyThunder}",
|
|
1867
1875
|
"dayPickerWeekHeaderColor": "{palette.color.greyCharcoal}",
|
|
1868
1876
|
"dayPickerWeekHeaderFontName": "{palette.fontName.HelveticaNow}",
|
|
1869
|
-
"dayPickerWeekHeaderFontWeight": "{palette.fontWeight.
|
|
1877
|
+
"dayPickerWeekHeaderFontWeight": "{palette.fontWeight.weight700}",
|
|
1870
1878
|
"dayPickerWeekHeaderLineHeight": "{palette.lineHeight.ratio10to7}",
|
|
1871
1879
|
"dayPickerWeekHeaderSmall": "{palette.fontSize.size14}",
|
|
1872
1880
|
"hiddenInputFieldContainerHeight": "{palette.size.size0}",
|
|
@@ -1881,6 +1889,17 @@
|
|
|
1881
1889
|
"validInputMixin": "{palette.color.greenAccessible}"
|
|
1882
1890
|
}
|
|
1883
1891
|
},
|
|
1892
|
+
"Disclaimer": {
|
|
1893
|
+
"appearances": {},
|
|
1894
|
+
"rules": [],
|
|
1895
|
+
"tokens": {
|
|
1896
|
+
"color": "{palette.color.greyCharcoal}",
|
|
1897
|
+
"fontName": "{palette.fontName.HelveticaNow}",
|
|
1898
|
+
"fontSize": "{palette.fontSize.size14}",
|
|
1899
|
+
"fontWeight": "{palette.fontWeight.weight400}",
|
|
1900
|
+
"lineHeight": "{palette.lineHeight.ratio10to7}"
|
|
1901
|
+
}
|
|
1902
|
+
},
|
|
1884
1903
|
"Divider": {
|
|
1885
1904
|
"appearances": {
|
|
1886
1905
|
"decorative": {
|
|
@@ -1939,6 +1958,10 @@
|
|
|
1939
1958
|
},
|
|
1940
1959
|
"ExpandCollapseControl": {
|
|
1941
1960
|
"appearances": {
|
|
1961
|
+
"compact": {
|
|
1962
|
+
"type": "variant",
|
|
1963
|
+
"values": [true]
|
|
1964
|
+
},
|
|
1942
1965
|
"expanded": "{appearances.ExpandCollapseControl.expanded}"
|
|
1943
1966
|
},
|
|
1944
1967
|
"rules": [
|
|
@@ -1949,6 +1972,17 @@
|
|
|
1949
1972
|
"tokens": {
|
|
1950
1973
|
"icon": "{palette.icon.CaretUp}"
|
|
1951
1974
|
}
|
|
1975
|
+
},
|
|
1976
|
+
{
|
|
1977
|
+
"if": {
|
|
1978
|
+
"compact": true
|
|
1979
|
+
},
|
|
1980
|
+
"tokens": {
|
|
1981
|
+
"paddingBottom": "{palette.size.size8}",
|
|
1982
|
+
"paddingLeft": "{palette.size.size0}",
|
|
1983
|
+
"paddingRight": "{palette.size.size0}",
|
|
1984
|
+
"paddingTop": "{palette.size.size8}"
|
|
1985
|
+
}
|
|
1952
1986
|
}
|
|
1953
1987
|
],
|
|
1954
1988
|
"tokens": {
|
|
@@ -1963,8 +1997,8 @@
|
|
|
1963
1997
|
"iconSize": "{palette.size.size16}",
|
|
1964
1998
|
"justifyContent": "{system.flexJustifyContent.flexStart}",
|
|
1965
1999
|
"paddingBottom": "{palette.size.size16}",
|
|
1966
|
-
"paddingLeft": "{palette.size.
|
|
1967
|
-
"paddingRight": "{palette.size.
|
|
2000
|
+
"paddingLeft": "{palette.size.size0}",
|
|
2001
|
+
"paddingRight": "{palette.size.size0}",
|
|
1968
2002
|
"paddingTop": "{palette.size.size16}",
|
|
1969
2003
|
"verticalAlign": "{system.verticalAlign.top}"
|
|
1970
2004
|
}
|
|
@@ -1996,15 +2030,38 @@
|
|
|
1996
2030
|
}
|
|
1997
2031
|
},
|
|
1998
2032
|
"ExpandCollapsePanel": {
|
|
1999
|
-
"appearances": {
|
|
2000
|
-
|
|
2033
|
+
"appearances": {
|
|
2034
|
+
"compact": {
|
|
2035
|
+
"type": "variant",
|
|
2036
|
+
"values": [true]
|
|
2037
|
+
}
|
|
2038
|
+
},
|
|
2039
|
+
"rules": [
|
|
2040
|
+
{
|
|
2041
|
+
"if": {
|
|
2042
|
+
"compact": true
|
|
2043
|
+
},
|
|
2044
|
+
"tokens": {
|
|
2045
|
+
"contentPaddingBottom": "{palette.size.size16}",
|
|
2046
|
+
"contentPaddingLeft": "{palette.size.size24}",
|
|
2047
|
+
"contentPaddingRight": "{palette.size.size0}",
|
|
2048
|
+
"contentPaddingTop": "{palette.size.size8}"
|
|
2049
|
+
}
|
|
2050
|
+
}
|
|
2051
|
+
],
|
|
2001
2052
|
"tokens": {
|
|
2053
|
+
"borderColor": "{palette.color.transparent}",
|
|
2054
|
+
"borderRadius": "{palette.radius.none}",
|
|
2055
|
+
"borderWidth": "{palette.border.none}",
|
|
2002
2056
|
"collapseDuration": "{palette.duration.duration250}",
|
|
2003
2057
|
"contentPaddingBottom": "{palette.size.size16}",
|
|
2004
|
-
"contentPaddingLeft": "{palette.size.
|
|
2005
|
-
"contentPaddingRight": "{palette.size.
|
|
2058
|
+
"contentPaddingLeft": "{palette.size.size24}",
|
|
2059
|
+
"contentPaddingRight": "{palette.size.size0}",
|
|
2006
2060
|
"contentPaddingTop": "{palette.size.size0}",
|
|
2007
|
-
"
|
|
2061
|
+
"expandDividerColor": "{palette.color.transparent}",
|
|
2062
|
+
"expandDuration": "{palette.duration.duration300}",
|
|
2063
|
+
"expanddDividerWidth": "{palette.size.size0}",
|
|
2064
|
+
"marginBottom": "{palette.size.size0}"
|
|
2008
2065
|
}
|
|
2009
2066
|
},
|
|
2010
2067
|
"Feedback": {
|
|
@@ -2092,6 +2149,7 @@
|
|
|
2092
2149
|
"closeButtonMarginRight": "{palette.size.size4}",
|
|
2093
2150
|
"closeButtonMarginTop": "{palette.size.size12}",
|
|
2094
2151
|
"closeButtonWidth": "{palette.size.size24}",
|
|
2152
|
+
"closeIcon": "{palette.icon.Close}",
|
|
2095
2153
|
"footnoteBackground": "{palette.color.greyAthens}",
|
|
2096
2154
|
"footnoteBodyBackground": "{palette.color.greyAthens}",
|
|
2097
2155
|
"footnoteBodyPaddingBottom": "{palette.size.size32}",
|
|
@@ -2114,6 +2172,9 @@
|
|
|
2114
2172
|
"appearances": {},
|
|
2115
2173
|
"rules": [],
|
|
2116
2174
|
"tokens": {
|
|
2175
|
+
"color": "{palette.color.black}",
|
|
2176
|
+
"fontName": "{palette.fontName.HelveticaNow}",
|
|
2177
|
+
"fontWeight": "{palette.fontWeight.weight400}",
|
|
2117
2178
|
"lineHeight": "{palette.lineHeight.ratio1to1}",
|
|
2118
2179
|
"paddingLeft": "{palette.size.size2}",
|
|
2119
2180
|
"paddingRight": "{palette.size.size2}"
|
|
@@ -3323,12 +3384,131 @@
|
|
|
3323
3384
|
"subHeadingMarginTop": "{palette.size.size8}"
|
|
3324
3385
|
}
|
|
3325
3386
|
},
|
|
3387
|
+
"NavigationBar": {
|
|
3388
|
+
"appearances": {
|
|
3389
|
+
"expanded": "{appearances.NavigationBar.expanded}",
|
|
3390
|
+
"focus": "{appearances.NavigationBar.focus}",
|
|
3391
|
+
"hover": "{appearances.NavigationBar.hover}",
|
|
3392
|
+
"pressed": "{appearances.NavigationBar.pressed}",
|
|
3393
|
+
"selected": "{appearances.NavigationBar.selected}",
|
|
3394
|
+
"viewport": "{appearances.NavigationBar.viewport}"
|
|
3395
|
+
},
|
|
3396
|
+
"rules": [
|
|
3397
|
+
{
|
|
3398
|
+
"if": {
|
|
3399
|
+
"selected": true
|
|
3400
|
+
},
|
|
3401
|
+
"tokens": {
|
|
3402
|
+
"backgroundColor": "{palette.color.greyAthens}",
|
|
3403
|
+
"borderColor": "{palette.color.greyAthens}",
|
|
3404
|
+
"color": "{palette.color.purpleTelus}",
|
|
3405
|
+
"fontName": "{palette.fontName.HelveticaNow}",
|
|
3406
|
+
"fontWeight": "{palette.fontWeight.weight700}"
|
|
3407
|
+
}
|
|
3408
|
+
},
|
|
3409
|
+
{
|
|
3410
|
+
"if": {
|
|
3411
|
+
"focus": true
|
|
3412
|
+
},
|
|
3413
|
+
"tokens": {
|
|
3414
|
+
"backgroundColor": "{palette.color.white}",
|
|
3415
|
+
"borderColor": "{palette.color.purpleTelus}",
|
|
3416
|
+
"borderWidth": "{palette.border.border3}",
|
|
3417
|
+
"color": "{palette.color.purpleTelus}"
|
|
3418
|
+
}
|
|
3419
|
+
},
|
|
3420
|
+
{
|
|
3421
|
+
"if": {
|
|
3422
|
+
"focus": true,
|
|
3423
|
+
"pressed": true
|
|
3424
|
+
},
|
|
3425
|
+
"tokens": {
|
|
3426
|
+
"backgroundColor": "{palette.color.purpleTelus}",
|
|
3427
|
+
"borderColor": "{palette.color.purpleTelus}",
|
|
3428
|
+
"color": "{palette.color.white}"
|
|
3429
|
+
}
|
|
3430
|
+
},
|
|
3431
|
+
{
|
|
3432
|
+
"if": {
|
|
3433
|
+
"hover": true
|
|
3434
|
+
},
|
|
3435
|
+
"tokens": {
|
|
3436
|
+
"backgroundColor": "{palette.color.greyAthens}",
|
|
3437
|
+
"borderColor": "{palette.color.purpleDeluge}",
|
|
3438
|
+
"color": "{palette.color.purpleTelus}"
|
|
3439
|
+
}
|
|
3440
|
+
},
|
|
3441
|
+
{
|
|
3442
|
+
"if": {
|
|
3443
|
+
"pressed": true
|
|
3444
|
+
},
|
|
3445
|
+
"tokens": {
|
|
3446
|
+
"backgroundColor": "{palette.color.greyMystic}",
|
|
3447
|
+
"borderColor": "{palette.color.purpleDeluge}",
|
|
3448
|
+
"borderWidth": "{palette.border.border1}",
|
|
3449
|
+
"color": "{palette.color.purpleTelus}"
|
|
3450
|
+
}
|
|
3451
|
+
},
|
|
3452
|
+
{
|
|
3453
|
+
"if": {
|
|
3454
|
+
"viewport": ["xs", "sm", "md"]
|
|
3455
|
+
},
|
|
3456
|
+
"tokens": {
|
|
3457
|
+
"textAlign": "{system.flexJustifyContent.flexStart}",
|
|
3458
|
+
"width": "{palette.size.size288}"
|
|
3459
|
+
}
|
|
3460
|
+
},
|
|
3461
|
+
{
|
|
3462
|
+
"if": {
|
|
3463
|
+
"expanded": true
|
|
3464
|
+
},
|
|
3465
|
+
"tokens": {
|
|
3466
|
+
"icoMenu": "{palette.icon.CaretUp}"
|
|
3467
|
+
}
|
|
3468
|
+
}
|
|
3469
|
+
],
|
|
3470
|
+
"tokens": {
|
|
3471
|
+
"alignSelf": "{system.flexAlign.flexStart}",
|
|
3472
|
+
"backgroundColor": "{palette.color.white}",
|
|
3473
|
+
"borderColor": "{palette.color.white}",
|
|
3474
|
+
"borderRadius": "{palette.radius.pill32}",
|
|
3475
|
+
"borderWidth": "{palette.border.border1}",
|
|
3476
|
+
"color": "{palette.color.greyCharcoal}",
|
|
3477
|
+
"fontName": "{palette.fontName.HelveticaNow}",
|
|
3478
|
+
"fontSize": "{palette.fontSize.size14}",
|
|
3479
|
+
"fontWeight": "{palette.fontWeight.weight400}",
|
|
3480
|
+
"icoMenu": "{palette.icon.CaretDown}",
|
|
3481
|
+
"lineHeight": "{palette.lineHeight.ratio8to7}",
|
|
3482
|
+
"minWidth": "{palette.size.size0}",
|
|
3483
|
+
"opacity": "{palette.opacity.opacity10}",
|
|
3484
|
+
"outerBackgroundColor": "{palette.color.transparent}",
|
|
3485
|
+
"outerBorderColor": "{palette.color.transparent}",
|
|
3486
|
+
"outerBorderGap": "{palette.size.size0}",
|
|
3487
|
+
"outerBorderWidth": "{palette.border.border1}",
|
|
3488
|
+
"paddingBottom": "{palette.size.size8}",
|
|
3489
|
+
"paddingLeft": "{palette.size.size16}",
|
|
3490
|
+
"paddingRight": "{palette.size.size16}",
|
|
3491
|
+
"paddingTop": "{palette.size.size8}",
|
|
3492
|
+
"shadow": "{system.shadow.none}",
|
|
3493
|
+
"textAlign": "{system.flexJustifyContent.center}",
|
|
3494
|
+
"width": "{palette.size.size0}"
|
|
3495
|
+
}
|
|
3496
|
+
},
|
|
3326
3497
|
"Notification": {
|
|
3327
3498
|
"appearances": {
|
|
3328
3499
|
"style": "{appearances.Notification.style}",
|
|
3329
|
-
"system": "{appearances.Notification.system}"
|
|
3500
|
+
"system": "{appearances.Notification.system}",
|
|
3501
|
+
"viewport": "{appearances.system.viewport}"
|
|
3330
3502
|
},
|
|
3331
3503
|
"rules": [
|
|
3504
|
+
{
|
|
3505
|
+
"if": {
|
|
3506
|
+
"viewport": ["xl"]
|
|
3507
|
+
},
|
|
3508
|
+
"tokens": {
|
|
3509
|
+
"justifyContent": "{system.flexJustifyContent.center}"
|
|
3510
|
+
}
|
|
3511
|
+
},
|
|
3332
3512
|
{
|
|
3333
3513
|
"if": {
|
|
3334
3514
|
"system": true
|
|
@@ -3392,8 +3572,7 @@
|
|
|
3392
3572
|
"color": "{palette.color.greyCharcoal}",
|
|
3393
3573
|
"dismissButtonGap": "{palette.size.size16}",
|
|
3394
3574
|
"dismissIcon": "{palette.icon.Close}",
|
|
3395
|
-
"dismissIconColor": "{palette.color.
|
|
3396
|
-
"dismissIconSize": "{palette.size.size24}",
|
|
3575
|
+
"dismissIconColor": "{palette.color.greyShuttle}",
|
|
3397
3576
|
"fontName": "{palette.fontName.HelveticaNow}",
|
|
3398
3577
|
"fontSize": "{palette.fontSize.size16}",
|
|
3399
3578
|
"fontWeight": "{palette.fontWeight.weight400}",
|
|
@@ -3401,6 +3580,7 @@
|
|
|
3401
3580
|
"iconColor": "{system.color.none}",
|
|
3402
3581
|
"iconGap": "{palette.size.size16}",
|
|
3403
3582
|
"iconSize": "{palette.size.size24}",
|
|
3583
|
+
"justifyContent": "{system.flexJustifyContent.flexStart}",
|
|
3404
3584
|
"lineHeight": "{palette.lineHeight.ratio3to2}",
|
|
3405
3585
|
"paddingBottom": "{palette.size.size12}",
|
|
3406
3586
|
"paddingLeft": "{palette.size.size12}",
|
|
@@ -3499,7 +3679,18 @@
|
|
|
3499
3679
|
}
|
|
3500
3680
|
],
|
|
3501
3681
|
"tokens": {
|
|
3682
|
+
"borderBottomWidth": "{palette.border.none}",
|
|
3683
|
+
"borderColor": "{palette.color.greyShuttle}",
|
|
3684
|
+
"borderLeftWidth": "{palette.border.none}",
|
|
3685
|
+
"borderRightWidth": "{palette.border.none}",
|
|
3686
|
+
"borderTopWidth": "{palette.border.none}",
|
|
3502
3687
|
"color": "{palette.color.greyShuttle}",
|
|
3688
|
+
"ellipsisBorderBottomWidth": "{palette.border.none}",
|
|
3689
|
+
"ellipsisBorderLeftWidth": "{palette.border.none}",
|
|
3690
|
+
"ellipsisBorderRightWidth": "{palette.border.none}",
|
|
3691
|
+
"ellipsisBorderTopWidth": "{palette.border.none}",
|
|
3692
|
+
"ellipsisHeight": "{system.size.none}",
|
|
3693
|
+
"ellipsisPadding": "{palette.size.size0}",
|
|
3503
3694
|
"fontName": "{palette.fontName.HelveticaNow}",
|
|
3504
3695
|
"fontSize": "{palette.fontSize.size16}",
|
|
3505
3696
|
"fontWeight": "{palette.fontWeight.weight400}",
|
|
@@ -3530,8 +3721,11 @@
|
|
|
3530
3721
|
"focus": true
|
|
3531
3722
|
},
|
|
3532
3723
|
"tokens": {
|
|
3724
|
+
"borderBottomWidth": "{palette.border.border3}",
|
|
3533
3725
|
"borderColor": "{palette.color.greyShuttle}",
|
|
3534
|
-
"
|
|
3726
|
+
"borderLeftWidth": "{palette.border.border3}",
|
|
3727
|
+
"borderRightWidth": "{palette.border.border3}",
|
|
3728
|
+
"borderTopWidth": "{palette.border.border3}"
|
|
3535
3729
|
}
|
|
3536
3730
|
},
|
|
3537
3731
|
{
|
|
@@ -3556,13 +3750,17 @@
|
|
|
3556
3750
|
],
|
|
3557
3751
|
"tokens": {
|
|
3558
3752
|
"backgroundColor": "{palette.color.transparent}",
|
|
3753
|
+
"borderBottomWidth": "{palette.border.border1}",
|
|
3559
3754
|
"borderColor": "{palette.color.transparent}",
|
|
3755
|
+
"borderLeftWidth": "{palette.border.border1}",
|
|
3560
3756
|
"borderRadius": "{palette.radius.pill32}",
|
|
3561
|
-
"
|
|
3757
|
+
"borderRightWidth": "{palette.border.border1}",
|
|
3758
|
+
"borderTopWidth": "{palette.border.border1}",
|
|
3562
3759
|
"color": "{palette.color.greyShuttle}",
|
|
3563
3760
|
"fontName": "{palette.fontName.HelveticaNow}",
|
|
3564
3761
|
"fontSize": "{palette.fontSize.size16}",
|
|
3565
3762
|
"fontWeight": "{palette.fontWeight.weight400}",
|
|
3763
|
+
"height": "{palette.size.size32}",
|
|
3566
3764
|
"lineHeight": "{palette.lineHeight.ratio3to2}",
|
|
3567
3765
|
"outerBorderColor": "{palette.color.transparent}",
|
|
3568
3766
|
"outerBorderGap": "{palette.size.size4}",
|
|
@@ -3612,8 +3810,9 @@
|
|
|
3612
3810
|
"hover": true
|
|
3613
3811
|
},
|
|
3614
3812
|
"tokens": {
|
|
3615
|
-
"borderColor": "{palette.color.greyShuttle}",
|
|
3616
3813
|
"iconDisplace": "{palette.size.size4}",
|
|
3814
|
+
"outerBorderColor": "{palette.color.greyShuttle}",
|
|
3815
|
+
"outerBorderWidth": "{palette.border.border1}",
|
|
3617
3816
|
"textLine": "{system.textLine.none}"
|
|
3618
3817
|
}
|
|
3619
3818
|
},
|
|
@@ -3622,8 +3821,8 @@
|
|
|
3622
3821
|
"focus": true
|
|
3623
3822
|
},
|
|
3624
3823
|
"tokens": {
|
|
3625
|
-
"
|
|
3626
|
-
"
|
|
3824
|
+
"outerBorderColor": "{palette.color.greyShuttle}",
|
|
3825
|
+
"outerBorderWidth": "{palette.border.border3}"
|
|
3627
3826
|
}
|
|
3628
3827
|
},
|
|
3629
3828
|
{
|
|
@@ -3664,25 +3863,30 @@
|
|
|
3664
3863
|
],
|
|
3665
3864
|
"tokens": {
|
|
3666
3865
|
"backgroundColor": "{palette.color.transparent}",
|
|
3866
|
+
"borderBottomWidth": "{palette.border.none}",
|
|
3667
3867
|
"borderColor": "{palette.color.transparent}",
|
|
3868
|
+
"borderLeftWidth": "{palette.border.none}",
|
|
3668
3869
|
"borderRadius": "{palette.radius.radius4}",
|
|
3669
|
-
"
|
|
3870
|
+
"borderRightWidth": "{palette.border.none}",
|
|
3871
|
+
"borderTopWidth": "{palette.border.none}",
|
|
3670
3872
|
"color": "{palette.color.greyShuttle}",
|
|
3671
3873
|
"displayLabel": "{system.show.true}",
|
|
3672
3874
|
"fontName": "{palette.fontName.HelveticaNow}",
|
|
3673
3875
|
"fontSize": "{palette.fontSize.size16}",
|
|
3674
3876
|
"fontWeight": "{palette.fontWeight.weight400}",
|
|
3877
|
+
"height": "{system.size.none}",
|
|
3675
3878
|
"icon": "{system.icon.none}",
|
|
3676
3879
|
"iconDisplace": "{palette.size.size0}",
|
|
3677
3880
|
"iconSize": "{palette.size.size24}",
|
|
3678
3881
|
"lineHeight": "{palette.lineHeight.ratio3to2}",
|
|
3679
3882
|
"outerBorderColor": "{palette.color.transparent}",
|
|
3680
|
-
"
|
|
3883
|
+
"outerBorderWidth": "{palette.border.border1}",
|
|
3884
|
+
"paddingBottom": "{palette.size.size4}",
|
|
3681
3885
|
"paddingLeft": "{palette.size.size8}",
|
|
3682
3886
|
"paddingRight": "{palette.size.size8}",
|
|
3683
|
-
"paddingTop": "{palette.size.
|
|
3887
|
+
"paddingTop": "{palette.size.size4}",
|
|
3684
3888
|
"textAlign": "{system.flexJustifyContent.center}",
|
|
3685
|
-
"textLine": "{system.textLine.
|
|
3889
|
+
"textLine": "{system.textLine.none}",
|
|
3686
3890
|
"width": "{system.size.none}"
|
|
3687
3891
|
}
|
|
3688
3892
|
},
|
|
@@ -3737,18 +3941,108 @@
|
|
|
3737
3941
|
}
|
|
3738
3942
|
},
|
|
3739
3943
|
"PriceLockup": {
|
|
3740
|
-
"appearances": {
|
|
3741
|
-
|
|
3944
|
+
"appearances": {
|
|
3945
|
+
"size": {
|
|
3946
|
+
"type": "variant",
|
|
3947
|
+
"values": ["small", "medium", "large"]
|
|
3948
|
+
},
|
|
3949
|
+
"strikeThrough": {
|
|
3950
|
+
"type": "variant",
|
|
3951
|
+
"values": [true]
|
|
3952
|
+
},
|
|
3953
|
+
"viewport": "{appearances.system.viewport}"
|
|
3954
|
+
},
|
|
3955
|
+
"rules": [
|
|
3956
|
+
{
|
|
3957
|
+
"if": {
|
|
3958
|
+
"size": "small"
|
|
3959
|
+
},
|
|
3960
|
+
"tokens": {
|
|
3961
|
+
"amountFontSize": "{palette.fontSize.size28}",
|
|
3962
|
+
"bottomTextFontSize": "{palette.fontSize.size14}",
|
|
3963
|
+
"bottomTextLineHeight": "{palette.lineHeight.ratio10to7}",
|
|
3964
|
+
"centsFontSize": "{palette.fontSize.size16}",
|
|
3965
|
+
"centsLineHeight": "{palette.lineHeight.ratio4to3}",
|
|
3966
|
+
"currencySymbolFontSize": "{palette.fontSize.size16}",
|
|
3967
|
+
"currencySymbolLineHeight": "{palette.lineHeight.ratio5to4}",
|
|
3968
|
+
"rateFontSize": "{palette.fontSize.size14}",
|
|
3969
|
+
"rateLineHeight": "{palette.lineHeight.ratio8to7}",
|
|
3970
|
+
"strikeThroughPosition": "{palette.size.size15}",
|
|
3971
|
+
"topTextFontSize": "{palette.fontSize.size14}",
|
|
3972
|
+
"topTextLineHeight": "{palette.lineHeight.ratio10to7}"
|
|
3973
|
+
}
|
|
3974
|
+
},
|
|
3975
|
+
{
|
|
3976
|
+
"if": {
|
|
3977
|
+
"size": "large",
|
|
3978
|
+
"viewport": ["lg", "xl"]
|
|
3979
|
+
},
|
|
3980
|
+
"tokens": {
|
|
3981
|
+
"amountFontSize": "{palette.fontSize.size64}",
|
|
3982
|
+
"bottomTextFontSize": "{palette.fontSize.size20}",
|
|
3983
|
+
"bottomTextLineHeight": "{palette.lineHeight.ratio8to5}",
|
|
3984
|
+
"centsFontSize": "{palette.fontSize.size36}",
|
|
3985
|
+
"centsLineHeight": "{palette.lineHeight.ratio9to8}",
|
|
3986
|
+
"currencySymbolFontSize": "{palette.fontSize.size36}",
|
|
3987
|
+
"currencySymbolLineHeight": "{palette.lineHeight.ratio9to8}",
|
|
3988
|
+
"rateFontSize": "{palette.fontSize.size20}",
|
|
3989
|
+
"rateLineHeight": "{palette.lineHeight.ratio8to5}",
|
|
3990
|
+
"strikeThroughHeight": "{palette.size.size3}",
|
|
3991
|
+
"strikeThroughPosition": "{palette.size.size35}",
|
|
3992
|
+
"topTextFontSize": "{palette.fontSize.size20}",
|
|
3993
|
+
"topTextLineHeight": "{palette.lineHeight.ratio8to5}"
|
|
3994
|
+
}
|
|
3995
|
+
},
|
|
3996
|
+
{
|
|
3997
|
+
"if": {
|
|
3998
|
+
"strikeThrough": true
|
|
3999
|
+
},
|
|
4000
|
+
"tokens": {
|
|
4001
|
+
"fontColor": "{palette.color.greyShuttle}",
|
|
4002
|
+
"footnoteLinkColor": "{palette.color.greyShuttle}"
|
|
4003
|
+
}
|
|
4004
|
+
}
|
|
4005
|
+
],
|
|
3742
4006
|
"tokens": {
|
|
4007
|
+
"amountFontName": "{palette.fontName.HelveticaNow}",
|
|
4008
|
+
"amountFontSize": "{palette.fontSize.size40}",
|
|
4009
|
+
"amountFontWeight": "{palette.fontWeight.weight300}",
|
|
4010
|
+
"amountLetterSpacing": "{palette.letterSpacing.condensed}",
|
|
4011
|
+
"amountLineHeight": "{palette.lineHeight.ratio1to1}",
|
|
3743
4012
|
"bottomLinksMarginLeft": "{palette.size.size4}",
|
|
4013
|
+
"bottomTextFontSize": "{palette.fontSize.size16}",
|
|
4014
|
+
"bottomTextLineHeight": "{palette.lineHeight.ratio8to5}",
|
|
3744
4015
|
"bottomTextMarginTop": "{palette.size.size4}",
|
|
4016
|
+
"centsFontName": "{palette.fontName.HelveticaNow}",
|
|
4017
|
+
"centsFontSize": "{palette.fontSize.size20}",
|
|
4018
|
+
"centsFontWeight": "{palette.fontWeight.weight400}",
|
|
4019
|
+
"centsLineHeight": "{palette.lineHeight.ratio6to5}",
|
|
4020
|
+
"currencySymbolFontName": "{palette.fontName.HelveticaNow}",
|
|
4021
|
+
"currencySymbolFontSize": "{palette.fontSize.size20}",
|
|
4022
|
+
"currencySymbolFontWeight": "{palette.fontWeight.weight400}",
|
|
4023
|
+
"currencySymbolLineHeight": "{palette.lineHeight.ratio6to5}",
|
|
3745
4024
|
"dividerColor": "{palette.color.greyCloud}",
|
|
3746
4025
|
"fontColor": "{palette.color.greyCharcoal}",
|
|
4026
|
+
"fontName": "{palette.fontName.HelveticaNow}",
|
|
4027
|
+
"fontWeight": "{palette.fontWeight.weight700}",
|
|
3747
4028
|
"footnoteGap": "{palette.size.size4}",
|
|
4029
|
+
"footnoteLinkColor": "{palette.color.greyCharcoal}",
|
|
4030
|
+
"footnoteLinkFontName": "{palette.fontName.HelveticaNow}",
|
|
4031
|
+
"footnoteLinkFontSize": "{palette.fontSize.size14}",
|
|
4032
|
+
"footnoteLinkFontWeight": "{palette.fontWeight.weight400}",
|
|
3748
4033
|
"footnoteMarginTop": "{palette.size.size4}",
|
|
3749
4034
|
"priceMarginBottom": "{palette.size.size8}",
|
|
3750
|
-
"
|
|
4035
|
+
"rateFontName": "{palette.fontName.HelveticaNow}",
|
|
4036
|
+
"rateFontSize": "{palette.fontSize.size16}",
|
|
4037
|
+
"rateFontWeight": "{palette.fontWeight.weight400}",
|
|
4038
|
+
"rateLineHeight": "{palette.lineHeight.ratio5to4}",
|
|
4039
|
+
"strikeThroughColor": "{palette.color.greyShuttle}",
|
|
3751
4040
|
"strikeThroughHeight": "{palette.size.size2}",
|
|
4041
|
+
"strikeThroughPosition": "{palette.size.size22}",
|
|
4042
|
+
"topTextFontName": "{palette.fontName.HelveticaNow}",
|
|
4043
|
+
"topTextFontSize": "{palette.fontSize.size16}",
|
|
4044
|
+
"topTextFontWeight": "{palette.fontWeight.weight700}",
|
|
4045
|
+
"topTextLineHeight": "{palette.lineHeight.ratio3to2}",
|
|
3752
4046
|
"topTextMarginBottom": "{palette.size.size4}"
|
|
3753
4047
|
}
|
|
3754
4048
|
},
|
|
@@ -4216,7 +4510,9 @@
|
|
|
4216
4510
|
"containerPaddingRight": "{palette.size.size0}",
|
|
4217
4511
|
"containerPaddingTop": "{palette.size.size0}",
|
|
4218
4512
|
"containerShadow": "{system.shadow.none}",
|
|
4513
|
+
"descriptionFontName": "{palette.fontName.HelveticaNow}",
|
|
4219
4514
|
"descriptionFontSize": "{palette.fontSize.size14}",
|
|
4515
|
+
"descriptionFontWeight": "{palette.fontWeight.weight400}",
|
|
4220
4516
|
"descriptionLineHeight": "{palette.lineHeight.ratio10to7}",
|
|
4221
4517
|
"descriptionMarginLeft": "{system.size.none}",
|
|
4222
4518
|
"inputBackgroundColor": "{palette.color.white}",
|
|
@@ -4423,6 +4719,10 @@
|
|
|
4423
4719
|
"purpose": {
|
|
4424
4720
|
"type": "variant",
|
|
4425
4721
|
"values": ["offer", "default", "editorial"]
|
|
4722
|
+
},
|
|
4723
|
+
"wrap": {
|
|
4724
|
+
"type": "variant",
|
|
4725
|
+
"values": [true]
|
|
4426
4726
|
}
|
|
4427
4727
|
},
|
|
4428
4728
|
"rules": [
|
|
@@ -4434,11 +4734,30 @@
|
|
|
4434
4734
|
"backgroundColor": "{palette.color.greyShuttle}",
|
|
4435
4735
|
"curveBackgroundColor": "{palette.color.greyThunder}"
|
|
4436
4736
|
}
|
|
4737
|
+
},
|
|
4738
|
+
{
|
|
4739
|
+
"if": {
|
|
4740
|
+
"purpose": "offer"
|
|
4741
|
+
},
|
|
4742
|
+
"tokens": {
|
|
4743
|
+
"gradient": "{palette.gradient.purple}"
|
|
4744
|
+
}
|
|
4745
|
+
},
|
|
4746
|
+
{
|
|
4747
|
+
"if": {
|
|
4748
|
+
"wrap": true
|
|
4749
|
+
},
|
|
4750
|
+
"tokens": {
|
|
4751
|
+
"paddingLeft": "{palette.size.size24}",
|
|
4752
|
+
"paddingRight": "{palette.size.size24}"
|
|
4753
|
+
}
|
|
4437
4754
|
}
|
|
4438
4755
|
],
|
|
4439
4756
|
"tokens": {
|
|
4440
4757
|
"backgroundColor": "{palette.color.purpleEminence}",
|
|
4441
4758
|
"borderRadius": "{palette.size.size4}",
|
|
4759
|
+
"borderRadiusBottomLeft": "{system.size.none}",
|
|
4760
|
+
"borderRadiusBottomRight": "{system.size.none}",
|
|
4442
4761
|
"boxShadowColor": "{palette.color.dark10}",
|
|
4443
4762
|
"boxShadowPaddingBottom": "{palette.size.size2}",
|
|
4444
4763
|
"boxShadowPaddingLeft": "{palette.size.size0}",
|
|
@@ -4446,13 +4765,14 @@
|
|
|
4446
4765
|
"boxShadowPaddingTop": "{palette.size.size0}",
|
|
4447
4766
|
"curveAfterBackgroundColor": "{palette.color.purpleEminence}",
|
|
4448
4767
|
"curveAfterHeight": "{palette.size.size4}",
|
|
4449
|
-
"curveAfterRadius": "{palette.size.
|
|
4768
|
+
"curveAfterRadius": "{palette.size.size0}",
|
|
4450
4769
|
"curveAfterWidth": "{palette.size.size8}",
|
|
4451
4770
|
"curveBackgroundColor": "{palette.color.purpleDark}",
|
|
4452
4771
|
"curveHeight": "{palette.size.size10}",
|
|
4453
4772
|
"curveMarginTop": "{palette.size.size4}",
|
|
4454
4773
|
"curveWidth": "{palette.size.size8}",
|
|
4455
|
-
"
|
|
4774
|
+
"fontColor": "{palette.color.white}",
|
|
4775
|
+
"gradient": "{system.gradient.none}",
|
|
4456
4776
|
"paddingBottom": "{palette.size.size4}",
|
|
4457
4777
|
"paddingLeft": "{palette.size.size8}",
|
|
4458
4778
|
"paddingRight": "{palette.size.size8}",
|
|
@@ -4659,6 +4979,7 @@
|
|
|
4659
4979
|
"borderRadius": "{palette.radius.radius4}",
|
|
4660
4980
|
"borderWidth": "{palette.border.border1}",
|
|
4661
4981
|
"color": "{palette.color.greyCharcoal}",
|
|
4982
|
+
"feedbackBackgroundColor": "{palette.color.greenYellow}",
|
|
4662
4983
|
"fontName": "{palette.fontName.HelveticaNow}",
|
|
4663
4984
|
"fontSize": "{palette.fontSize.size16}",
|
|
4664
4985
|
"fontWeight": "{palette.fontWeight.weight400}",
|
|
@@ -5110,6 +5431,9 @@
|
|
|
5110
5431
|
"cellRowHeadingBackground": "{palette.color.white}",
|
|
5111
5432
|
"cellStickyShadow": "{palette.shadow.elevation1}",
|
|
5112
5433
|
"cellSubheadingBackground": "{palette.color.greyAlabaster}",
|
|
5434
|
+
"fontName": "{palette.fontName.HelveticaNow}",
|
|
5435
|
+
"fontSize": "{palette.fontSize.size16}",
|
|
5436
|
+
"fontWeight": "{palette.fontWeight.weight400}",
|
|
5113
5437
|
"tablePaddingBottom": "{palette.size.size24}"
|
|
5114
5438
|
}
|
|
5115
5439
|
},
|
|
@@ -6477,6 +6801,44 @@
|
|
|
6477
6801
|
"width": "{palette.size.size64}"
|
|
6478
6802
|
}
|
|
6479
6803
|
},
|
|
6804
|
+
"VideoPicker": {
|
|
6805
|
+
"appearances": {},
|
|
6806
|
+
"rules": [],
|
|
6807
|
+
"tokens": {
|
|
6808
|
+
"framedContainerBackgroundColor": "{palette.color.greyAlabaster}",
|
|
6809
|
+
"framedContainerBorderColor": "{palette.color.greyMystic}",
|
|
6810
|
+
"framedContainerBorderRadius": "{palette.radius.radius4}",
|
|
6811
|
+
"framedContainerBorderWidth": "{palette.border.border1}",
|
|
6812
|
+
"framedContainerPadding": "{palette.size.size24}",
|
|
6813
|
+
"framedMaxHeight": "{palette.size.size640}",
|
|
6814
|
+
"stackViewDividerColor": "{palette.color.greyMystic}"
|
|
6815
|
+
}
|
|
6816
|
+
},
|
|
6817
|
+
"VideoPickerSlider": {
|
|
6818
|
+
"appearances": {},
|
|
6819
|
+
"rules": [],
|
|
6820
|
+
"tokens": {
|
|
6821
|
+
"nextIcon": "{palette.icon.ArrowRight}",
|
|
6822
|
+
"previousIcon": "{palette.icon.ArrowLeft}"
|
|
6823
|
+
}
|
|
6824
|
+
},
|
|
6825
|
+
"VideoPickerThumbnail": {
|
|
6826
|
+
"appearances": {},
|
|
6827
|
+
"rules": [],
|
|
6828
|
+
"tokens": {
|
|
6829
|
+
"borderColor": "{palette.color.purpleTelus}",
|
|
6830
|
+
"borderRadius": "{palette.radius.radius4}",
|
|
6831
|
+
"borderWidth": "{palette.border.border2}",
|
|
6832
|
+
"pressableBorderTopColor": "{palette.color.greyMystic}",
|
|
6833
|
+
"pressableBorderTopWidth": "{palette.border.border1}",
|
|
6834
|
+
"pressablePaddingBottom": "{palette.size.size16}",
|
|
6835
|
+
"pressablePaddingHorizontal": "{palette.size.size24}",
|
|
6836
|
+
"pressablePaddingVertical": "{palette.size.size16}",
|
|
6837
|
+
"splashButtonRadius": "{palette.radius.radius4}",
|
|
6838
|
+
"subTitleColor": "{palette.color.greyShuttle}",
|
|
6839
|
+
"titleColor": "{palette.color.purpleTelus}"
|
|
6840
|
+
}
|
|
6841
|
+
},
|
|
6480
6842
|
"VideoProgressBar": {
|
|
6481
6843
|
"appearances": {},
|
|
6482
6844
|
"rules": [],
|