@telus-uds/theme-allium 4.3.0 → 4.4.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 +1209 -920
- package/build/android/theme.json +286 -145
- package/build/ios/schema.json +1209 -920
- package/build/ios/theme.json +286 -145
- package/build/rn/schema.json +1209 -920
- package/build/rn/theme.js +179 -89
- package/package.json +5 -5
- package/theme.json +191 -125
package/theme.json
CHANGED
|
@@ -82,6 +82,17 @@
|
|
|
82
82
|
"color": "{palette.color.white}"
|
|
83
83
|
}
|
|
84
84
|
},
|
|
85
|
+
{
|
|
86
|
+
"if": {
|
|
87
|
+
"outline": true,
|
|
88
|
+
"purpose": "editorial"
|
|
89
|
+
},
|
|
90
|
+
"tokens": {
|
|
91
|
+
"backgroundColor": "{palette.color.transparent}",
|
|
92
|
+
"borderColor": "{palette.color.greyShuttle}",
|
|
93
|
+
"color": "{palette.color.greyShuttle}"
|
|
94
|
+
}
|
|
95
|
+
},
|
|
85
96
|
{
|
|
86
97
|
"if": {
|
|
87
98
|
"outline": true,
|
|
@@ -877,76 +888,45 @@
|
|
|
877
888
|
},
|
|
878
889
|
{
|
|
879
890
|
"if": {
|
|
880
|
-
"
|
|
881
|
-
},
|
|
882
|
-
"tokens": {
|
|
883
|
-
"borderWidth": "{palette.border.border3}"
|
|
884
|
-
}
|
|
885
|
-
},
|
|
886
|
-
{
|
|
887
|
-
"if": {
|
|
888
|
-
"selected": true
|
|
889
|
-
},
|
|
890
|
-
"tokens": {
|
|
891
|
-
"backgroundColor": "{palette.color.purpleTelus}",
|
|
892
|
-
"iconBackground": "{palette.color.purpleDeluge}"
|
|
893
|
-
}
|
|
894
|
-
},
|
|
895
|
-
{
|
|
896
|
-
"if": {
|
|
897
|
-
"hover": true,
|
|
898
|
-
"selected": true
|
|
899
|
-
},
|
|
900
|
-
"tokens": {
|
|
901
|
-
"backgroundColor": "{palette.color.purpleDeluge}",
|
|
902
|
-
"iconBackground": "{palette.color.purpleEminence}"
|
|
903
|
-
}
|
|
904
|
-
},
|
|
905
|
-
{
|
|
906
|
-
"if": {
|
|
907
|
-
"pressed": true,
|
|
908
|
-
"selected": true
|
|
891
|
+
"focus": true
|
|
909
892
|
},
|
|
910
893
|
"tokens": {
|
|
911
|
-
"
|
|
912
|
-
"
|
|
894
|
+
"borderColor": "{palette.color.greyShuttle}",
|
|
895
|
+
"color": "{palette.color.greyCharcoal}",
|
|
896
|
+
"outerBorderColor": "{palette.color.greyShuttle}",
|
|
897
|
+
"outerBorderGap": "{palette.size.size2}",
|
|
898
|
+
"outerBorderWidth": "{palette.border.border2}"
|
|
913
899
|
}
|
|
914
900
|
},
|
|
915
901
|
{
|
|
916
902
|
"if": {
|
|
917
|
-
"
|
|
918
|
-
"selected": true
|
|
903
|
+
"pressed": true
|
|
919
904
|
},
|
|
920
905
|
"tokens": {
|
|
921
|
-
"backgroundColor": "{palette.color.
|
|
922
|
-
"
|
|
923
|
-
"
|
|
906
|
+
"backgroundColor": "{palette.color.greyShuttle}",
|
|
907
|
+
"color": "{palette.color.white}",
|
|
908
|
+
"iconBackground": "{palette.color.greyCharcoal}",
|
|
909
|
+
"iconColor": "{palette.color.white}"
|
|
924
910
|
}
|
|
925
911
|
},
|
|
926
912
|
{
|
|
927
913
|
"if": {
|
|
928
|
-
"
|
|
914
|
+
"hover": true
|
|
929
915
|
},
|
|
930
916
|
"tokens": {
|
|
931
|
-
"
|
|
932
|
-
"outerBorderColor": "{palette.color.greyShuttle}",
|
|
933
|
-
"outerBorderGap": "{palette.size.size2}",
|
|
934
|
-
"outerBorderWidth": "{palette.border.border2}"
|
|
917
|
+
"borderWidth": "{palette.border.border3}"
|
|
935
918
|
}
|
|
936
919
|
},
|
|
937
920
|
{
|
|
938
921
|
"if": {
|
|
939
|
-
"
|
|
922
|
+
"inactive": true
|
|
940
923
|
},
|
|
941
924
|
"tokens": {
|
|
942
|
-
"backgroundColor": "{palette.color.
|
|
943
|
-
"
|
|
944
|
-
"
|
|
945
|
-
"
|
|
946
|
-
"
|
|
947
|
-
"iconColor": "{palette.color.white}",
|
|
948
|
-
"outerBorderColor": "{palette.color.transparent}",
|
|
949
|
-
"outerBorderWidth": "{palette.border.none}"
|
|
925
|
+
"backgroundColor": "{palette.color.white}",
|
|
926
|
+
"borderWidth": "{system.border.zero}",
|
|
927
|
+
"color": "{palette.color.greyCloud}",
|
|
928
|
+
"iconBackground": "{palette.color.greyAthens}",
|
|
929
|
+
"iconColor": "{palette.color.greyCloud}"
|
|
950
930
|
}
|
|
951
931
|
},
|
|
952
932
|
{
|
|
@@ -968,26 +948,26 @@
|
|
|
968
948
|
},
|
|
969
949
|
"tokens": {
|
|
970
950
|
"backgroundColor": "{palette.color.purpleDeluge}",
|
|
971
|
-
"iconBackground": "{palette.color.
|
|
951
|
+
"iconBackground": "{palette.color.purpleEminence}"
|
|
972
952
|
}
|
|
973
953
|
},
|
|
974
954
|
{
|
|
975
955
|
"if": {
|
|
976
|
-
"
|
|
956
|
+
"focus": true,
|
|
977
957
|
"selected": true
|
|
978
958
|
},
|
|
979
959
|
"tokens": {
|
|
980
|
-
"
|
|
981
|
-
"iconBackground": "{palette.color.purpleDeluge}"
|
|
960
|
+
"outerBorderColor": "{palette.color.purpleTelus}"
|
|
982
961
|
}
|
|
983
962
|
},
|
|
984
963
|
{
|
|
985
964
|
"if": {
|
|
986
|
-
"
|
|
965
|
+
"pressed": true,
|
|
987
966
|
"selected": true
|
|
988
967
|
},
|
|
989
968
|
"tokens": {
|
|
990
|
-
"
|
|
969
|
+
"backgroundColor": "{palette.color.purpleDark}",
|
|
970
|
+
"iconBackground": "{palette.color.purpleEminence}"
|
|
991
971
|
}
|
|
992
972
|
},
|
|
993
973
|
{
|
|
@@ -997,23 +977,9 @@
|
|
|
997
977
|
"selected": true
|
|
998
978
|
},
|
|
999
979
|
"tokens": {
|
|
1000
|
-
"iconBackground": "{palette.color.purpleDeluge}",
|
|
1001
|
-
"outerBorderColor": "{palette.color.purpleDark}",
|
|
1002
980
|
"outerBorderGap": "{palette.size.size2}",
|
|
1003
981
|
"outerBorderWidth": "{palette.border.border2}"
|
|
1004
982
|
}
|
|
1005
|
-
},
|
|
1006
|
-
{
|
|
1007
|
-
"if": {
|
|
1008
|
-
"inactive": true
|
|
1009
|
-
},
|
|
1010
|
-
"tokens": {
|
|
1011
|
-
"backgroundColor": "{palette.color.white}",
|
|
1012
|
-
"borderWidth": "{system.border.zero}",
|
|
1013
|
-
"color": "{palette.color.greyCloud}",
|
|
1014
|
-
"iconBackground": "{palette.color.greyAthens}",
|
|
1015
|
-
"iconColor": "{palette.color.greyCloud}"
|
|
1016
|
-
}
|
|
1017
983
|
}
|
|
1018
984
|
],
|
|
1019
985
|
"tokens": {
|
|
@@ -1031,7 +997,7 @@
|
|
|
1031
997
|
"iconAlignSelf": "{system.flexAlign.center}",
|
|
1032
998
|
"iconBackground": "{palette.color.greyAthens}",
|
|
1033
999
|
"iconBorderRadius": "{palette.radius.pill32}",
|
|
1034
|
-
"iconColor": "{palette.color.
|
|
1000
|
+
"iconColor": "{palette.color.greyCharcoal}",
|
|
1035
1001
|
"iconPadding": "{palette.size.size2}",
|
|
1036
1002
|
"iconPosition": "{system.position.right}",
|
|
1037
1003
|
"iconSize": "{palette.size.size16}",
|
|
@@ -1843,56 +1809,68 @@
|
|
|
1843
1809
|
},
|
|
1844
1810
|
{
|
|
1845
1811
|
"if": {
|
|
1846
|
-
"large": true
|
|
1847
|
-
"viewport": ["xs"]
|
|
1812
|
+
"large": true
|
|
1848
1813
|
},
|
|
1849
1814
|
"tokens": {
|
|
1850
|
-
"textFontSize": "{palette.fontSize.
|
|
1815
|
+
"textFontSize": "{palette.fontSize.size64}",
|
|
1816
|
+
"textLineHeight": "{palette.lineHeight.ratio9to8}",
|
|
1817
|
+
"textTimerFontName": "{palette.fontName.HelveticaNow}",
|
|
1818
|
+
"textTimerFontWeight": "{palette.fontWeight.weight300}"
|
|
1851
1819
|
}
|
|
1852
1820
|
},
|
|
1853
1821
|
{
|
|
1854
1822
|
"if": {
|
|
1855
|
-
"feature": true
|
|
1823
|
+
"feature": true
|
|
1824
|
+
},
|
|
1825
|
+
"tokens": {
|
|
1826
|
+
"labelBorderColor": "{palette.color.purpleTelus}",
|
|
1827
|
+
"textFontSize": "{palette.fontSize.size64}",
|
|
1828
|
+
"textLineHeight": "{palette.lineHeight.ratio9to8}",
|
|
1829
|
+
"textTimerFontName": "{palette.fontName.HelveticaNow}",
|
|
1830
|
+
"textTimerFontWeight": "{palette.fontWeight.weight300}"
|
|
1831
|
+
}
|
|
1832
|
+
},
|
|
1833
|
+
{
|
|
1834
|
+
"if": {
|
|
1835
|
+
"large": true,
|
|
1856
1836
|
"viewport": ["xs"]
|
|
1857
1837
|
},
|
|
1858
1838
|
"tokens": {
|
|
1859
|
-
"textFontSize": "{palette.fontSize.
|
|
1839
|
+
"textFontSize": "{palette.fontSize.size40}"
|
|
1860
1840
|
}
|
|
1861
1841
|
},
|
|
1862
1842
|
{
|
|
1863
1843
|
"if": {
|
|
1864
|
-
"feature": true
|
|
1844
|
+
"feature": true,
|
|
1845
|
+
"viewport": ["xs"]
|
|
1865
1846
|
},
|
|
1866
1847
|
"tokens": {
|
|
1867
|
-
"
|
|
1868
|
-
"textFontSize": "{palette.fontSize.size64}",
|
|
1869
|
-
"textLineHeight": "{palette.lineHeight.ratio9to8}",
|
|
1870
|
-
"textTimerFontName": "{palette.fontName.HelveticaNow}",
|
|
1871
|
-
"textTimerFontWeight": "{palette.fontWeight.weight300}"
|
|
1848
|
+
"textFontSize": "{palette.fontSize.size40}"
|
|
1872
1849
|
}
|
|
1873
1850
|
},
|
|
1874
1851
|
{
|
|
1875
1852
|
"if": {
|
|
1876
|
-
"
|
|
1853
|
+
"inverse": true
|
|
1877
1854
|
},
|
|
1878
1855
|
"tokens": {
|
|
1879
|
-
"
|
|
1880
|
-
"textLineHeight": "{palette.lineHeight.ratio9to8}",
|
|
1881
|
-
"textTimerFontName": "{palette.fontName.HelveticaNow}",
|
|
1882
|
-
"textTimerFontWeight": "{palette.fontWeight.weight300}"
|
|
1856
|
+
"labelBorderColor": "{palette.color.white}"
|
|
1883
1857
|
}
|
|
1884
1858
|
},
|
|
1885
1859
|
{
|
|
1886
1860
|
"if": {
|
|
1861
|
+
"feature": true,
|
|
1887
1862
|
"inverse": true
|
|
1888
1863
|
},
|
|
1889
1864
|
"tokens": {
|
|
1865
|
+
"containerBorderColor": "{palette.color.greyShuttle}",
|
|
1890
1866
|
"labelBorderColor": "{palette.color.white}"
|
|
1891
1867
|
}
|
|
1892
1868
|
}
|
|
1893
1869
|
],
|
|
1894
1870
|
"tokens": {
|
|
1871
|
+
"containerBorderColor": "{palette.color.transparent}",
|
|
1895
1872
|
"containerBorderRadius": "{palette.radius.radius6}",
|
|
1873
|
+
"containerBorderWidth": "{palette.border.border2}",
|
|
1896
1874
|
"containerGradient": "{palette.gradient.purple}",
|
|
1897
1875
|
"containerInverseBorder": "{palette.border.border2}",
|
|
1898
1876
|
"containerInverseBorderColor": "{palette.color.white}",
|
|
@@ -1900,7 +1878,9 @@
|
|
|
1900
1878
|
"containerPaddingLeftRight": "{palette.size.size64}",
|
|
1901
1879
|
"inverseBorderColor": "{palette.color.greyShuttle}",
|
|
1902
1880
|
"labelBorderColor": "{palette.color.greyCharcoal}",
|
|
1881
|
+
"labelFontName": "{palette.fontName.HelveticaNow}",
|
|
1903
1882
|
"labelFontSize": "{palette.fontSize.size16}",
|
|
1883
|
+
"labelFontWeight": "{palette.fontWeight.weight400}",
|
|
1904
1884
|
"labelLineHeight": "{palette.lineHeight.ratio3to2}",
|
|
1905
1885
|
"textFontSize": "{palette.fontSize.size16}",
|
|
1906
1886
|
"textLineHeight": "{palette.lineHeight.ratio3to2}",
|
|
@@ -2281,8 +2261,9 @@
|
|
|
2281
2261
|
"appearances": {},
|
|
2282
2262
|
"rules": [],
|
|
2283
2263
|
"tokens": {
|
|
2264
|
+
"closeButtonBackgroundColor": "{palette.color.greyAthens}",
|
|
2284
2265
|
"closeButtonBorderColor": "{palette.color.greyShuttle}",
|
|
2285
|
-
"closeButtonBorderSize": "{palette.border.
|
|
2266
|
+
"closeButtonBorderSize": "{palette.border.border1}",
|
|
2286
2267
|
"closeButtonHeight": "{palette.size.size24}",
|
|
2287
2268
|
"closeButtonIconSize": "{palette.size.size16}",
|
|
2288
2269
|
"closeButtonMarginBottom": "{palette.size.size12}",
|
|
@@ -2293,7 +2274,7 @@
|
|
|
2293
2274
|
"closeIcon": "{palette.icon.Close}",
|
|
2294
2275
|
"footnoteBackground": "{palette.color.greyAthens}",
|
|
2295
2276
|
"footnoteBodyBackground": "{palette.color.greyAthens}",
|
|
2296
|
-
"footnoteBodyPaddingBottom": "{palette.size.
|
|
2277
|
+
"footnoteBodyPaddingBottom": "{palette.size.size32}",
|
|
2297
2278
|
"footnoteBodyPaddingLeft": "{palette.size.size16}",
|
|
2298
2279
|
"footnoteBodyPaddingRight": "{palette.size.size16}",
|
|
2299
2280
|
"footnoteBodyPaddingTop": "{palette.size.size0}",
|
|
@@ -2305,12 +2286,12 @@
|
|
|
2305
2286
|
"footnoteHeaderPaddingTop": "{palette.size.size16}",
|
|
2306
2287
|
"headerFontName": "{palette.fontName.HelveticaNow}",
|
|
2307
2288
|
"headerFontSize": "{palette.size.size16}",
|
|
2308
|
-
"headerFontWeight": "{palette.fontWeight.
|
|
2309
|
-
"headerLineHeight": "{palette.
|
|
2289
|
+
"headerFontWeight": "{palette.fontWeight.weight500}",
|
|
2290
|
+
"headerLineHeight": "{palette.lineHeight.ratio3to2}",
|
|
2310
2291
|
"headerMargin": "{palette.size.size16}",
|
|
2311
2292
|
"listItemColor": "{palette.color.greyCharcoal}",
|
|
2312
|
-
"listItemFontSize": "{palette.size.
|
|
2313
|
-
"listItemLineHeight": "{palette.lineHeight.
|
|
2293
|
+
"listItemFontSize": "{palette.size.size16}",
|
|
2294
|
+
"listItemLineHeight": "{palette.lineHeight.ratio3to2}",
|
|
2314
2295
|
"listItemMarkerFontSize": "{palette.size.size16}",
|
|
2315
2296
|
"listItemMarkerLineHeight": "{palette.lineHeight.ratio3to2}",
|
|
2316
2297
|
"listItemPaddingLeft": "{palette.size.size8}",
|
|
@@ -3534,6 +3515,59 @@
|
|
|
3534
3515
|
"subHeadingMarginTop": "{palette.size.size8}"
|
|
3535
3516
|
}
|
|
3536
3517
|
},
|
|
3518
|
+
"MultiSelectFilter": {
|
|
3519
|
+
"appearances": {
|
|
3520
|
+
"maxHeight": "{appearances.MultiSelectFilter.maxHeight}",
|
|
3521
|
+
"maxWidth": "{appearances.MultiSelectFilter.maxWidth}",
|
|
3522
|
+
"viewport": "{appearances.system.viewport}"
|
|
3523
|
+
},
|
|
3524
|
+
"rules": [
|
|
3525
|
+
{
|
|
3526
|
+
"if": {
|
|
3527
|
+
"viewport": ["xs"]
|
|
3528
|
+
},
|
|
3529
|
+
"tokens": {
|
|
3530
|
+
"buttonDirection": "{system.direction.column}",
|
|
3531
|
+
"minHeight": "{system.size.full}",
|
|
3532
|
+
"minWidth": "{system.size.full}"
|
|
3533
|
+
}
|
|
3534
|
+
},
|
|
3535
|
+
{
|
|
3536
|
+
"if": {
|
|
3537
|
+
"maxHeight": true,
|
|
3538
|
+
"viewport": ["sm", "md", "lg", "xl"]
|
|
3539
|
+
},
|
|
3540
|
+
"tokens": {
|
|
3541
|
+
"maxHeightSize": "{palette.size.size480}"
|
|
3542
|
+
}
|
|
3543
|
+
},
|
|
3544
|
+
{
|
|
3545
|
+
"if": {
|
|
3546
|
+
"maxWidth": true,
|
|
3547
|
+
"viewport": ["sm", "md", "lg", "xl"]
|
|
3548
|
+
},
|
|
3549
|
+
"tokens": {
|
|
3550
|
+
"maxWidthSize": "{palette.size.size544}"
|
|
3551
|
+
}
|
|
3552
|
+
}
|
|
3553
|
+
],
|
|
3554
|
+
"tokens": {
|
|
3555
|
+
"buttonDirection": "{system.direction.row}",
|
|
3556
|
+
"headerFontColor": "{palette.color.greyCharcoal}",
|
|
3557
|
+
"headerFontName": "{palette.fontName.HelveticaNow}",
|
|
3558
|
+
"headerFontSize": "{palette.fontSize.size16}",
|
|
3559
|
+
"headerFontWeight": "{palette.fontWeight.weight500}",
|
|
3560
|
+
"headerLineHeight": "{palette.lineHeight.ratio3to2}",
|
|
3561
|
+
"maxHeightSize": "{system.size.zero}",
|
|
3562
|
+
"maxWidthSize": "{system.size.zero}",
|
|
3563
|
+
"minHeight": "{palette.size.size412}",
|
|
3564
|
+
"minWidth": "{palette.size.size320}",
|
|
3565
|
+
"subHeaderFontName": "{palette.fontName.HelveticaNow}",
|
|
3566
|
+
"subHeaderFontSize": "{palette.fontSize.size14}",
|
|
3567
|
+
"subHeaderFontWeight": "{palette.fontWeight.weight400}",
|
|
3568
|
+
"subHeaderLineHeight": "{palette.lineHeight.ratio7to5}"
|
|
3569
|
+
}
|
|
3570
|
+
},
|
|
3537
3571
|
"NavigationBar": {
|
|
3538
3572
|
"appearances": {
|
|
3539
3573
|
"expanded": "{appearances.NavigationBar.expanded}",
|
|
@@ -4080,7 +4114,7 @@
|
|
|
4080
4114
|
"borderRadius": "{palette.radius.radius6}",
|
|
4081
4115
|
"borderWidth": "{palette.border.border1}",
|
|
4082
4116
|
"flex": "{system.integer.1}",
|
|
4083
|
-
"outerBorderColor": "{palette.color.
|
|
4117
|
+
"outerBorderColor": "{palette.color.transparent}",
|
|
4084
4118
|
"outerBorderGap": "{palette.size.size0}",
|
|
4085
4119
|
"outerBorderWidth": "{palette.size.size0}",
|
|
4086
4120
|
"paddingBottom": "{palette.size.size0}",
|
|
@@ -4466,17 +4500,19 @@
|
|
|
4466
4500
|
},
|
|
4467
4501
|
"QuickLinksFeatureItem": {
|
|
4468
4502
|
"appearances": {
|
|
4469
|
-
"focus": "{appearances.
|
|
4470
|
-
"hover": "{appearances.
|
|
4503
|
+
"focus": "{appearances.QuickLinksFeatureItem.focus}",
|
|
4504
|
+
"hover": "{appearances.QuickLinksFeatureItem.hover}",
|
|
4505
|
+
"pressed": "{appearances.QuickLinksFeatureItem.pressed}",
|
|
4471
4506
|
"viewport": "{appearances.system.viewport}"
|
|
4472
4507
|
},
|
|
4473
4508
|
"rules": [
|
|
4474
4509
|
{
|
|
4475
4510
|
"if": {
|
|
4476
|
-
"
|
|
4511
|
+
"viewport": "xl"
|
|
4477
4512
|
},
|
|
4478
4513
|
"tokens": {
|
|
4479
|
-
"
|
|
4514
|
+
"contentMaxDimension": "{palette.size.size184}",
|
|
4515
|
+
"imageDimension": "{palette.size.size168}"
|
|
4480
4516
|
}
|
|
4481
4517
|
},
|
|
4482
4518
|
{
|
|
@@ -4484,40 +4520,45 @@
|
|
|
4484
4520
|
"focus": true
|
|
4485
4521
|
},
|
|
4486
4522
|
"tokens": {
|
|
4487
|
-
"
|
|
4523
|
+
"outerBorderColor": "{palette.color.greenAccessible}",
|
|
4524
|
+
"textLine": "{system.textLine.none}"
|
|
4488
4525
|
}
|
|
4489
4526
|
},
|
|
4490
4527
|
{
|
|
4491
4528
|
"if": {
|
|
4492
|
-
"
|
|
4529
|
+
"hover": true
|
|
4493
4530
|
},
|
|
4494
4531
|
"tokens": {
|
|
4495
|
-
"
|
|
4496
|
-
"imageDimension": "{palette.size.
|
|
4532
|
+
"color": "{palette.color.greenAccessible}",
|
|
4533
|
+
"imageDimension": "{palette.size.size140}",
|
|
4534
|
+
"textLine": "{system.textLine.underline}"
|
|
4497
4535
|
}
|
|
4498
4536
|
},
|
|
4499
4537
|
{
|
|
4500
4538
|
"if": {
|
|
4501
|
-
"hover": true
|
|
4539
|
+
"hover": true,
|
|
4540
|
+
"viewport": "xl"
|
|
4502
4541
|
},
|
|
4503
4542
|
"tokens": {
|
|
4504
|
-
"imageDimension": "{palette.size.
|
|
4543
|
+
"imageDimension": "{palette.size.size184}"
|
|
4505
4544
|
}
|
|
4506
4545
|
},
|
|
4507
4546
|
{
|
|
4508
4547
|
"if": {
|
|
4509
|
-
"
|
|
4510
|
-
"viewport": "xl"
|
|
4548
|
+
"pressed": true
|
|
4511
4549
|
},
|
|
4512
4550
|
"tokens": {
|
|
4513
|
-
"
|
|
4551
|
+
"color": "{palette.color.greenSanFelix}",
|
|
4552
|
+
"textLine": "{system.textLine.none}"
|
|
4514
4553
|
}
|
|
4515
4554
|
},
|
|
4516
4555
|
{
|
|
4517
4556
|
"if": {
|
|
4518
|
-
"focus": true
|
|
4557
|
+
"focus": true,
|
|
4558
|
+
"pressed": true
|
|
4519
4559
|
},
|
|
4520
4560
|
"tokens": {
|
|
4561
|
+
"color": "{palette.color.greenSanFelix}",
|
|
4521
4562
|
"outerBorderColor": "{palette.color.greenSanFelix}"
|
|
4522
4563
|
}
|
|
4523
4564
|
}
|
|
@@ -4526,8 +4567,12 @@
|
|
|
4526
4567
|
"color": "{palette.color.greyThunder}",
|
|
4527
4568
|
"contentAlignItems": "{system.flexAlign.center}",
|
|
4528
4569
|
"contentDirection": "{system.direction.column}",
|
|
4529
|
-
"contentMaxDimension": "{palette.size.
|
|
4570
|
+
"contentMaxDimension": "{palette.size.size168}",
|
|
4530
4571
|
"contentSpace": "{system.integer.3}",
|
|
4572
|
+
"fontName": "{palette.fontName.HelveticaNow}",
|
|
4573
|
+
"fontSize": "{palette.fontSize.size16}",
|
|
4574
|
+
"fontWeight": "{palette.fontWeight.weight700}",
|
|
4575
|
+
"gap": "{palette.size.size32}",
|
|
4531
4576
|
"imageDimension": "{palette.size.size128}",
|
|
4532
4577
|
"outerBorderColor": "{palette.color.transparent}",
|
|
4533
4578
|
"textAlign": "{system.textAlign.center}",
|
|
@@ -5479,9 +5524,9 @@
|
|
|
5479
5524
|
"connectorCompletedColor": "{palette.color.white}",
|
|
5480
5525
|
"knobBackgroundColor": "{palette.color.transparent}",
|
|
5481
5526
|
"knobBorderColor": "{palette.color.white}",
|
|
5482
|
-
"knobCompletedBackgroundColor": "{palette.color.
|
|
5527
|
+
"knobCompletedBackgroundColor": "{palette.color.transparent}",
|
|
5483
5528
|
"knobCompletedBorderColor": "{palette.color.white}",
|
|
5484
|
-
"knobCurrentBackgroundColor": "{palette.color.
|
|
5529
|
+
"knobCurrentBackgroundColor": "{palette.color.white}",
|
|
5485
5530
|
"knobCurrentBorderColor": "{palette.color.white}",
|
|
5486
5531
|
"knobCurrentInnerColor": "{palette.color.white}",
|
|
5487
5532
|
"labelColor": "{palette.color.white}",
|
|
@@ -5505,17 +5550,17 @@
|
|
|
5505
5550
|
"knobBackgroundColor": "{palette.color.transparent}",
|
|
5506
5551
|
"knobBorderColor": "{palette.color.greyShuttle}",
|
|
5507
5552
|
"knobBorderWidth": "{palette.border.border1}",
|
|
5508
|
-
"knobCompletedBackgroundColor": "{palette.color.
|
|
5553
|
+
"knobCompletedBackgroundColor": "{palette.color.transparent}",
|
|
5509
5554
|
"knobCompletedBorderColor": "{palette.color.purpleDeluge}",
|
|
5510
|
-
"knobCompletedPaddingLeft": "{
|
|
5511
|
-
"knobCompletedPaddingTop": "{
|
|
5512
|
-
"knobCurrentBackgroundColor": "{palette.color.
|
|
5555
|
+
"knobCompletedPaddingLeft": "{palette.size.size2}",
|
|
5556
|
+
"knobCompletedPaddingTop": "{palette.size.size2}",
|
|
5557
|
+
"knobCurrentBackgroundColor": "{palette.color.purpleDeluge}",
|
|
5513
5558
|
"knobCurrentBorderColor": "{palette.color.purpleDeluge}",
|
|
5514
5559
|
"knobCurrentBorderWidth": "{palette.border.border2}",
|
|
5515
5560
|
"knobCurrentInnerColor": "{palette.color.purpleDeluge}",
|
|
5516
5561
|
"knobCurrentInnerSize": "{palette.size.size8}",
|
|
5517
|
-
"knobCurrentPaddingLeft": "{
|
|
5518
|
-
"knobCurrentPaddingTop": "{
|
|
5562
|
+
"knobCurrentPaddingLeft": "{system.size.none}",
|
|
5563
|
+
"knobCurrentPaddingTop": "{system.size.none}",
|
|
5519
5564
|
"knobSize": "{palette.size.size16}",
|
|
5520
5565
|
"labelColor": "{palette.color.greyCharcoal}",
|
|
5521
5566
|
"labelCurrentColor": "{palette.color.purpleDeluge}",
|
|
@@ -5523,7 +5568,7 @@
|
|
|
5523
5568
|
"labelCurrentFontWeight": "{palette.fontWeight.weight700}",
|
|
5524
5569
|
"labelDirection": "{system.direction.column}",
|
|
5525
5570
|
"labelFontName": "{palette.fontName.HelveticaNow}",
|
|
5526
|
-
"labelFontSize": "{palette.fontSize.
|
|
5571
|
+
"labelFontSize": "{palette.fontSize.size14}",
|
|
5527
5572
|
"labelFontWeight": "{palette.fontWeight.weight400}",
|
|
5528
5573
|
"labelGap": "{palette.size.size0}",
|
|
5529
5574
|
"labelLineHeight": "{palette.lineHeight.ratio10to7}",
|
|
@@ -5532,7 +5577,13 @@
|
|
|
5532
5577
|
"labelPaddingRight": "{palette.size.size16}",
|
|
5533
5578
|
"showStepLabel": "{system.show.false}",
|
|
5534
5579
|
"showStepName": "{system.show.true}",
|
|
5535
|
-
"showStepTrackerLabel": "{system.show.true}"
|
|
5580
|
+
"showStepTrackerLabel": "{system.show.true}",
|
|
5581
|
+
"stepLabelColor": "{palette.color.greyShuttle}",
|
|
5582
|
+
"stepLabelFontName": "{palette.fontName.HelveticaNow}",
|
|
5583
|
+
"stepLabelFontSize": "{palette.fontSize.size12}",
|
|
5584
|
+
"stepLabelFontWeight": "{palette.fontWeight.weight700}",
|
|
5585
|
+
"stepLabelLineHeight": "{palette.lineHeight.ratio4to3}",
|
|
5586
|
+
"textStepTrackerLabel": "{system.integer.1}"
|
|
5536
5587
|
}
|
|
5537
5588
|
},
|
|
5538
5589
|
"StoryCard": {
|
|
@@ -5919,9 +5970,11 @@
|
|
|
5919
5970
|
"inactive": true
|
|
5920
5971
|
},
|
|
5921
5972
|
"tokens": {
|
|
5922
|
-
"backgroundColor": "{palette.color.
|
|
5973
|
+
"backgroundColor": "{palette.color.white}",
|
|
5923
5974
|
"borderWidth": "{system.border.zero}",
|
|
5924
|
-
"color": "{palette.color.
|
|
5975
|
+
"color": "{palette.color.greyCloud}",
|
|
5976
|
+
"iconBackground": "{palette.color.greyAthens}",
|
|
5977
|
+
"iconColor": "{palette.color.greyCloud}"
|
|
5925
5978
|
}
|
|
5926
5979
|
}
|
|
5927
5980
|
],
|
|
@@ -5958,8 +6011,7 @@
|
|
|
5958
6011
|
"paddingRight": "{palette.size.size8}",
|
|
5959
6012
|
"paddingTop": "{palette.size.size8}",
|
|
5960
6013
|
"shadow": "{system.shadow.none}",
|
|
5961
|
-
"textAlign": "{system.flexJustifyContent.center}"
|
|
5962
|
-
"width": "{system.size.none}"
|
|
6014
|
+
"textAlign": "{system.flexJustifyContent.center}"
|
|
5963
6015
|
}
|
|
5964
6016
|
},
|
|
5965
6017
|
"TermsAndConditions": {
|
|
@@ -6182,8 +6234,20 @@
|
|
|
6182
6234
|
}
|
|
6183
6235
|
},
|
|
6184
6236
|
"Toast": {
|
|
6185
|
-
"appearances": {
|
|
6186
|
-
|
|
6237
|
+
"appearances": {
|
|
6238
|
+
"viewport": "{appearances.system.viewport}"
|
|
6239
|
+
},
|
|
6240
|
+
"rules": [
|
|
6241
|
+
{
|
|
6242
|
+
"if": {
|
|
6243
|
+
"viewport": ["xs"]
|
|
6244
|
+
},
|
|
6245
|
+
"tokens": {
|
|
6246
|
+
"animationPaddingBottomAfter": "{palette.size.size8}",
|
|
6247
|
+
"animationPaddingTopAfter": "{palette.size.size8}"
|
|
6248
|
+
}
|
|
6249
|
+
}
|
|
6250
|
+
],
|
|
6187
6251
|
"tokens": {
|
|
6188
6252
|
"animationBackgroundColorAfter": "{palette.color.greyAthens}",
|
|
6189
6253
|
"animationBackgroundColorBefore": "{palette.color.purpleTelus}",
|
|
@@ -6197,6 +6261,8 @@
|
|
|
6197
6261
|
"animationPaddingBottomBefore": "{palette.size.size0}",
|
|
6198
6262
|
"animationPaddingTopAfter": "{palette.size.size16}",
|
|
6199
6263
|
"animationPaddingTopBefore": "{palette.size.size0}",
|
|
6264
|
+
"chevronlinkFontName": "{palette.fontName.HelveticaNow}",
|
|
6265
|
+
"chevronlinkFontWeight": "{palette.fontWeight.weight400}",
|
|
6200
6266
|
"containerBackgroundColor": "{palette.color.purpleTelus}",
|
|
6201
6267
|
"containerGap": "{palette.size.size10}"
|
|
6202
6268
|
}
|