@telus-uds/theme-koodo 4.7.0 → 4.8.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 +921 -638
- package/build/android/theme.json +431 -113
- package/build/ios/schema.json +921 -638
- package/build/ios/theme.json +431 -113
- package/build/rn/schema.json +921 -638
- package/build/rn/theme.js +299 -63
- package/package.json +4 -4
- package/theme.json +317 -56
package/theme.json
CHANGED
|
@@ -473,6 +473,11 @@
|
|
|
473
473
|
"focus": true
|
|
474
474
|
},
|
|
475
475
|
"tokens": {
|
|
476
|
+
"borderBottomWidth": "{palette.border.border4}",
|
|
477
|
+
"borderLeftWidth": "{palette.border.border4}",
|
|
478
|
+
"borderRightWidth": "{palette.border.border4}",
|
|
479
|
+
"borderTopWidth": "{palette.border.border4}",
|
|
480
|
+
"color": "{palette.color.black}",
|
|
476
481
|
"outerBorderColor": "{palette.color.mosque}",
|
|
477
482
|
"outerBorderGap": "{palette.size.size2}"
|
|
478
483
|
}
|
|
@@ -2097,7 +2102,7 @@
|
|
|
2097
2102
|
"tokens": {
|
|
2098
2103
|
"borderColor": "{palette.color.transparent}",
|
|
2099
2104
|
"borderStyle": "{system.borderStyle.solid}",
|
|
2100
|
-
"borderWidth": "{
|
|
2105
|
+
"borderWidth": "{system.border.zero}"
|
|
2101
2106
|
}
|
|
2102
2107
|
},
|
|
2103
2108
|
"ExpandCollapseControl": {
|
|
@@ -2315,6 +2320,18 @@
|
|
|
2315
2320
|
"contentPaddingLeft": "{palette.size.size16}",
|
|
2316
2321
|
"contentPaddingRight": "{palette.size.size16}",
|
|
2317
2322
|
"contentPaddingTop": "{palette.size.size16}",
|
|
2323
|
+
"contentPanelBackgroundColor": "{palette.color.gallery}",
|
|
2324
|
+
"contentPanelBorderColor": "{palette.color.transparent}",
|
|
2325
|
+
"contentPanelBorderWidth": "{palette.border.none}",
|
|
2326
|
+
"contentPanelFontColor": "{palette.color.black}",
|
|
2327
|
+
"contentPanelFontName": "{palette.fontName.StagSans}",
|
|
2328
|
+
"contentPanelFontSize": "{palette.fontSize.size16}",
|
|
2329
|
+
"contentPanelFontWeight": "{palette.fontWeight.weight700}",
|
|
2330
|
+
"contentPanelLineHeight": "{palette.lineHeight.ratio3to2}",
|
|
2331
|
+
"contentPanelPaddingBottom": "{palette.size.size16}",
|
|
2332
|
+
"contentPanelPaddingLeft": "{palette.size.size24}",
|
|
2333
|
+
"contentPanelPaddingRight": "{palette.size.size24}",
|
|
2334
|
+
"contentPanelPaddingTop": "{palette.size.size16}",
|
|
2318
2335
|
"expandDividerColor": "{system.color.none}",
|
|
2319
2336
|
"expandDividerWidth": "{system.size.none}",
|
|
2320
2337
|
"expandDuration": "{palette.duration.duration300}",
|
|
@@ -3783,11 +3800,12 @@
|
|
|
3783
3800
|
"selected": true
|
|
3784
3801
|
},
|
|
3785
3802
|
"tokens": {
|
|
3786
|
-
"backgroundColor": "{palette.color.
|
|
3787
|
-
"borderColor": "{palette.color.
|
|
3788
|
-
"color": "{palette.color.
|
|
3803
|
+
"backgroundColor": "{palette.color.mosque}",
|
|
3804
|
+
"borderColor": "{palette.color.mosque}",
|
|
3805
|
+
"color": "{palette.color.white}",
|
|
3789
3806
|
"fontName": "{palette.fontName.StagSans}",
|
|
3790
|
-
"fontWeight": "{palette.fontWeight.
|
|
3807
|
+
"fontWeight": "{palette.fontWeight.weight600}",
|
|
3808
|
+
"outerBorderColor": "{palette.color.mosque}"
|
|
3791
3809
|
}
|
|
3792
3810
|
},
|
|
3793
3811
|
{
|
|
@@ -3795,10 +3813,8 @@
|
|
|
3795
3813
|
"focus": true
|
|
3796
3814
|
},
|
|
3797
3815
|
"tokens": {
|
|
3798
|
-
"backgroundColor": "{palette.color.white}",
|
|
3799
3816
|
"borderColor": "{palette.color.mosque}",
|
|
3800
|
-
"borderWidth": "{palette.border.
|
|
3801
|
-
"color": "{palette.color.mosque}"
|
|
3817
|
+
"borderWidth": "{palette.border.border4}"
|
|
3802
3818
|
}
|
|
3803
3819
|
},
|
|
3804
3820
|
{
|
|
@@ -3817,9 +3833,9 @@
|
|
|
3817
3833
|
"hover": true
|
|
3818
3834
|
},
|
|
3819
3835
|
"tokens": {
|
|
3820
|
-
"backgroundColor": "{palette.color.
|
|
3821
|
-
"borderColor": "{palette.color.
|
|
3822
|
-
"color": "{palette.color.
|
|
3836
|
+
"backgroundColor": "{palette.color.darkMosque}",
|
|
3837
|
+
"borderColor": "{palette.color.darkMosque}",
|
|
3838
|
+
"color": "{palette.color.white}"
|
|
3823
3839
|
}
|
|
3824
3840
|
},
|
|
3825
3841
|
{
|
|
@@ -3827,10 +3843,10 @@
|
|
|
3827
3843
|
"pressed": true
|
|
3828
3844
|
},
|
|
3829
3845
|
"tokens": {
|
|
3830
|
-
"backgroundColor": "{palette.color.
|
|
3831
|
-
"borderColor": "{palette.color.
|
|
3846
|
+
"backgroundColor": "{palette.color.mortar}",
|
|
3847
|
+
"borderColor": "{palette.color.mortar}",
|
|
3832
3848
|
"borderWidth": "{palette.border.border1}",
|
|
3833
|
-
"color": "{palette.color.
|
|
3849
|
+
"color": "{palette.color.silver}"
|
|
3834
3850
|
}
|
|
3835
3851
|
},
|
|
3836
3852
|
{
|
|
@@ -3838,10 +3854,37 @@
|
|
|
3838
3854
|
"viewport": ["xs", "sm", "md"]
|
|
3839
3855
|
},
|
|
3840
3856
|
"tokens": {
|
|
3841
|
-
"textAlign": "{system.flexJustifyContent.
|
|
3857
|
+
"textAlign": "{system.flexJustifyContent.spaceBetween}",
|
|
3842
3858
|
"width": "{palette.size.size288}"
|
|
3843
3859
|
}
|
|
3844
3860
|
},
|
|
3861
|
+
{
|
|
3862
|
+
"if": {
|
|
3863
|
+
"hover": true,
|
|
3864
|
+
"selected": true
|
|
3865
|
+
},
|
|
3866
|
+
"tokens": {
|
|
3867
|
+
"backgroundColor": "{palette.color.darkMosque}",
|
|
3868
|
+
"borderColor": "{palette.color.darkMosque}",
|
|
3869
|
+
"color": "{palette.color.white}",
|
|
3870
|
+
"fontName": "{palette.fontName.StagSans}",
|
|
3871
|
+
"fontWeight": "{palette.fontWeight.weight600}"
|
|
3872
|
+
}
|
|
3873
|
+
},
|
|
3874
|
+
{
|
|
3875
|
+
"if": {
|
|
3876
|
+
"pressed": true,
|
|
3877
|
+
"selected": true
|
|
3878
|
+
},
|
|
3879
|
+
"tokens": {
|
|
3880
|
+
"backgroundColor": "{palette.color.mortar}",
|
|
3881
|
+
"borderColor": "{palette.color.mortar}",
|
|
3882
|
+
"color": "{palette.color.silver}",
|
|
3883
|
+
"fontName": "{palette.fontName.StagSans}",
|
|
3884
|
+
"fontWeight": "{palette.fontWeight.weight600}",
|
|
3885
|
+
"outerBorderColor": "{palette.color.mortar}"
|
|
3886
|
+
}
|
|
3887
|
+
},
|
|
3845
3888
|
{
|
|
3846
3889
|
"if": {
|
|
3847
3890
|
"expanded": true
|
|
@@ -3855,24 +3898,24 @@
|
|
|
3855
3898
|
"alignSelf": "{system.flexAlign.flexStart}",
|
|
3856
3899
|
"backgroundColor": "{palette.color.white}",
|
|
3857
3900
|
"borderColor": "{palette.color.white}",
|
|
3858
|
-
"borderRadius": "{palette.radius.
|
|
3859
|
-
"borderWidth": "{palette.border.
|
|
3860
|
-
"color": "{palette.color.
|
|
3901
|
+
"borderRadius": "{palette.radius.radius4}",
|
|
3902
|
+
"borderWidth": "{palette.border.border4}",
|
|
3903
|
+
"color": "{palette.color.black}",
|
|
3861
3904
|
"fontName": "{palette.fontName.StagSans}",
|
|
3862
3905
|
"fontSize": "{palette.fontSize.size14}",
|
|
3863
|
-
"fontWeight": "{palette.fontWeight.
|
|
3906
|
+
"fontWeight": "{palette.fontWeight.weight600}",
|
|
3864
3907
|
"icoMenu": "{palette.icon.ChevronDown}",
|
|
3865
|
-
"lineHeight": "{palette.lineHeight.
|
|
3908
|
+
"lineHeight": "{palette.lineHeight.ratio8to5}",
|
|
3866
3909
|
"minWidth": "{palette.size.size0}",
|
|
3867
3910
|
"opacity": "{palette.opacity.opacity10}",
|
|
3868
3911
|
"outerBackgroundColor": "{palette.color.transparent}",
|
|
3869
3912
|
"outerBorderColor": "{palette.color.transparent}",
|
|
3870
3913
|
"outerBorderGap": "{palette.size.size0}",
|
|
3871
|
-
"outerBorderWidth": "{palette.border.
|
|
3872
|
-
"paddingBottom": "{palette.size.
|
|
3914
|
+
"outerBorderWidth": "{palette.border.none}",
|
|
3915
|
+
"paddingBottom": "{palette.size.size6}",
|
|
3873
3916
|
"paddingLeft": "{palette.size.size16}",
|
|
3874
3917
|
"paddingRight": "{palette.size.size16}",
|
|
3875
|
-
"paddingTop": "{palette.size.
|
|
3918
|
+
"paddingTop": "{palette.size.size6}",
|
|
3876
3919
|
"shadow": "{system.shadow.none}",
|
|
3877
3920
|
"textAlign": "{system.flexJustifyContent.center}",
|
|
3878
3921
|
"width": "{palette.size.size0}"
|
|
@@ -5550,18 +5593,37 @@
|
|
|
5550
5593
|
}
|
|
5551
5594
|
},
|
|
5552
5595
|
"SkipLink": {
|
|
5553
|
-
"appearances": {
|
|
5554
|
-
|
|
5596
|
+
"appearances": {
|
|
5597
|
+
"focus": "{appearances.SkipLink.focus}",
|
|
5598
|
+
"pressed": "{appearances.SkipLink.pressed}"
|
|
5599
|
+
},
|
|
5600
|
+
"rules": [
|
|
5601
|
+
{
|
|
5602
|
+
"if": {
|
|
5603
|
+
"focus": true,
|
|
5604
|
+
"pressed": true
|
|
5605
|
+
},
|
|
5606
|
+
"tokens": {
|
|
5607
|
+
"color": "{palette.color.mortar}",
|
|
5608
|
+
"outlineColor": "{palette.color.mortar}"
|
|
5609
|
+
}
|
|
5610
|
+
}
|
|
5611
|
+
],
|
|
5555
5612
|
"tokens": {
|
|
5556
|
-
"backgroundColor": "{palette.color.
|
|
5557
|
-
"borderRadius": "{palette.radius.
|
|
5558
|
-
"color": "{palette.color.
|
|
5613
|
+
"backgroundColor": "{palette.color.white}",
|
|
5614
|
+
"borderRadius": "{palette.radius.radius4}",
|
|
5615
|
+
"color": "{palette.color.mosque}",
|
|
5616
|
+
"fontName": "{palette.fontName.StagSans}",
|
|
5617
|
+
"fontSize": "{palette.fontSize.size16}",
|
|
5618
|
+
"fontWeight": "{palette.fontWeight.weight600}",
|
|
5619
|
+
"lineHeight": "{palette.lineHeight.ratio3to2}",
|
|
5559
5620
|
"outlineColor": "{palette.color.mosque}",
|
|
5560
5621
|
"outlineOffset": "{system.border.zero}",
|
|
5561
5622
|
"outlineStyle": "{system.borderStyle.solid}",
|
|
5562
5623
|
"outlineWidth": "{palette.border.border2}",
|
|
5563
|
-
"paddingHorizontal": "{palette.size.
|
|
5564
|
-
"paddingVertical": "{palette.size.
|
|
5624
|
+
"paddingHorizontal": "{palette.size.size2}",
|
|
5625
|
+
"paddingVertical": "{palette.size.size2}",
|
|
5626
|
+
"textLine": "{system.textLine.underline}"
|
|
5565
5627
|
}
|
|
5566
5628
|
},
|
|
5567
5629
|
"Spinner": {
|
|
@@ -5792,37 +5854,167 @@
|
|
|
5792
5854
|
"Table": {
|
|
5793
5855
|
"appearances": {
|
|
5794
5856
|
"spacing": {
|
|
5857
|
+
"description": "Adjusts the height of the table cell",
|
|
5858
|
+
"type": "variant",
|
|
5859
|
+
"values": ["compact", "default"]
|
|
5860
|
+
},
|
|
5861
|
+
"text": {
|
|
5862
|
+
"type": "variant",
|
|
5863
|
+
"values": ["small"]
|
|
5864
|
+
},
|
|
5865
|
+
"type": {
|
|
5795
5866
|
"type": "variant",
|
|
5796
|
-
"values": ["
|
|
5867
|
+
"values": ["subHeading", "rowHeading", "heading", "default"]
|
|
5797
5868
|
}
|
|
5798
5869
|
},
|
|
5799
5870
|
"rules": [
|
|
5800
5871
|
{
|
|
5801
5872
|
"if": {
|
|
5802
|
-
"spacing": "compact"
|
|
5873
|
+
"spacing": "compact",
|
|
5874
|
+
"type": "default"
|
|
5803
5875
|
},
|
|
5804
5876
|
"tokens": {
|
|
5805
5877
|
"cellPaddingBottom": "{palette.size.size8}",
|
|
5806
|
-
"cellPaddingTop": "{palette.size.size8}"
|
|
5878
|
+
"cellPaddingTop": "{palette.size.size8}",
|
|
5879
|
+
"fontSize": "{palette.fontSize.size16}",
|
|
5880
|
+
"lineHeight": "{palette.lineHeight.ratio5to4}"
|
|
5881
|
+
}
|
|
5882
|
+
},
|
|
5883
|
+
{
|
|
5884
|
+
"if": {
|
|
5885
|
+
"spacing": "compact",
|
|
5886
|
+
"type": "rowHeading"
|
|
5887
|
+
},
|
|
5888
|
+
"tokens": {
|
|
5889
|
+
"cellPaddingBottom": "{palette.size.size8}",
|
|
5890
|
+
"cellPaddingTop": "{palette.size.size8}",
|
|
5891
|
+
"fontName": "{palette.fontName.StagSans}",
|
|
5892
|
+
"fontSize": "{palette.fontSize.size16}",
|
|
5893
|
+
"fontWeight": "{palette.fontWeight.weight600}",
|
|
5894
|
+
"lineHeight": "{palette.lineHeight.ratio5to4}"
|
|
5895
|
+
}
|
|
5896
|
+
},
|
|
5897
|
+
{
|
|
5898
|
+
"if": {
|
|
5899
|
+
"spacing": "compact",
|
|
5900
|
+
"type": "subHeading"
|
|
5901
|
+
},
|
|
5902
|
+
"tokens": {
|
|
5903
|
+
"cellBackground": "{palette.color.greyLight}",
|
|
5904
|
+
"cellPaddingBottom": "{palette.size.size8}",
|
|
5905
|
+
"cellPaddingTop": "{palette.size.size8}",
|
|
5906
|
+
"fontName": "{palette.fontName.StagSans}",
|
|
5907
|
+
"fontSize": "{palette.fontSize.size16}",
|
|
5908
|
+
"fontWeight": "{palette.fontWeight.weight600}",
|
|
5909
|
+
"lineHeight": "{palette.lineHeight.ratio5to4}"
|
|
5910
|
+
}
|
|
5911
|
+
},
|
|
5912
|
+
{
|
|
5913
|
+
"if": {
|
|
5914
|
+
"spacing": "default",
|
|
5915
|
+
"type": "heading"
|
|
5916
|
+
},
|
|
5917
|
+
"tokens": {
|
|
5918
|
+
"cellBackground": "{palette.color.mintTulip}",
|
|
5919
|
+
"cellBoxShadowColor": "{palette.color.transparent}",
|
|
5920
|
+
"fontName": "{palette.fontName.StagSans}",
|
|
5921
|
+
"fontSize": "{palette.fontSize.size16}",
|
|
5922
|
+
"fontWeight": "{palette.fontWeight.weight600}",
|
|
5923
|
+
"lineHeight": "{palette.lineHeight.ratio3to2}"
|
|
5924
|
+
}
|
|
5925
|
+
},
|
|
5926
|
+
{
|
|
5927
|
+
"if": {
|
|
5928
|
+
"spacing": "compact",
|
|
5929
|
+
"type": "heading"
|
|
5930
|
+
},
|
|
5931
|
+
"tokens": {
|
|
5932
|
+
"cellBackground": "{palette.color.mintTulip}",
|
|
5933
|
+
"cellBoxShadowColor": "{palette.color.transparent}",
|
|
5934
|
+
"fontName": "{palette.fontName.StagSans}",
|
|
5935
|
+
"fontSize": "{palette.fontSize.size16}",
|
|
5936
|
+
"fontWeight": "{palette.fontWeight.weight600}",
|
|
5937
|
+
"lineHeight": "{palette.lineHeight.ratio5to4}"
|
|
5938
|
+
}
|
|
5939
|
+
},
|
|
5940
|
+
{
|
|
5941
|
+
"if": {
|
|
5942
|
+
"spacing": "default",
|
|
5943
|
+
"type": "subHeading"
|
|
5944
|
+
},
|
|
5945
|
+
"tokens": {
|
|
5946
|
+
"cellBackground": "{palette.color.greyLight}",
|
|
5947
|
+
"fontName": "{palette.fontName.StagSans}",
|
|
5948
|
+
"fontSize": "{palette.fontSize.size16}",
|
|
5949
|
+
"fontWeight": "{palette.fontWeight.weight600}",
|
|
5950
|
+
"lineHeight": "{palette.lineHeight.ratio3to2}"
|
|
5951
|
+
}
|
|
5952
|
+
},
|
|
5953
|
+
{
|
|
5954
|
+
"if": {
|
|
5955
|
+
"spacing": "default",
|
|
5956
|
+
"type": "rowHeading"
|
|
5957
|
+
},
|
|
5958
|
+
"tokens": {
|
|
5959
|
+
"fontName": "{palette.fontName.StagSans}",
|
|
5960
|
+
"fontSize": "{palette.fontSize.size16}",
|
|
5961
|
+
"fontWeight": "{palette.fontWeight.weight600}",
|
|
5962
|
+
"lineHeight": "{palette.lineHeight.ratio3to2}"
|
|
5963
|
+
}
|
|
5964
|
+
},
|
|
5965
|
+
{
|
|
5966
|
+
"if": {
|
|
5967
|
+
"text": "small",
|
|
5968
|
+
"type": "default"
|
|
5969
|
+
},
|
|
5970
|
+
"tokens": {
|
|
5971
|
+
"fontName": "{palette.fontName.StagSans}",
|
|
5972
|
+
"fontSize": "{palette.fontSize.size14}",
|
|
5973
|
+
"fontWeight": "{palette.fontWeight.weight400}",
|
|
5974
|
+
"lineHeight": "{palette.lineHeight.ratio10to7}"
|
|
5975
|
+
}
|
|
5976
|
+
},
|
|
5977
|
+
{
|
|
5978
|
+
"if": {
|
|
5979
|
+
"spacing": "default",
|
|
5980
|
+
"text": "small",
|
|
5981
|
+
"type": "rowHeading"
|
|
5982
|
+
},
|
|
5983
|
+
"tokens": {
|
|
5984
|
+
"fontName": "{palette.fontName.StagSans}",
|
|
5985
|
+
"fontSize": "{palette.fontSize.size14}",
|
|
5986
|
+
"fontWeight": "{palette.fontWeight.weight600}",
|
|
5987
|
+
"lineHeight": "{palette.lineHeight.ratio10to7}"
|
|
5988
|
+
}
|
|
5989
|
+
},
|
|
5990
|
+
{
|
|
5991
|
+
"if": {
|
|
5992
|
+
"spacing": "compact",
|
|
5993
|
+
"text": "small",
|
|
5994
|
+
"type": "rowHeading"
|
|
5995
|
+
},
|
|
5996
|
+
"tokens": {
|
|
5997
|
+
"fontName": "{palette.fontName.StagSans}",
|
|
5998
|
+
"fontSize": "{palette.fontSize.size14}",
|
|
5999
|
+
"fontWeight": "{palette.fontWeight.weight600}",
|
|
6000
|
+
"lineHeight": "{palette.lineHeight.ratio8to7}"
|
|
5807
6001
|
}
|
|
5808
6002
|
}
|
|
5809
6003
|
],
|
|
5810
6004
|
"tokens": {
|
|
5811
6005
|
"cellBackground": "{palette.color.white}",
|
|
5812
6006
|
"cellBoxShadowColor": "{palette.color.gallery}",
|
|
5813
|
-
"cellHeadingBackground": "{palette.color.mintTulip}",
|
|
5814
|
-
"cellHeadingBoxShadowColor": "{palette.color.gallery}",
|
|
5815
6007
|
"cellMinWidth": "{palette.size.size0}",
|
|
5816
6008
|
"cellPaddingBottom": "{palette.size.size16}",
|
|
5817
6009
|
"cellPaddingLeft": "{palette.size.size16}",
|
|
5818
6010
|
"cellPaddingRight": "{palette.size.size16}",
|
|
5819
6011
|
"cellPaddingTop": "{palette.size.size16}",
|
|
5820
|
-
"
|
|
5821
|
-
"cellStickyShadow": "{palette.shadow.surfaceEmboss}",
|
|
5822
|
-
"cellSubheadingBackground": "{palette.color.greyLight}",
|
|
6012
|
+
"cellStickyShadow": "{palette.shadow.elevation1}",
|
|
5823
6013
|
"fontName": "{palette.fontName.StagSans}",
|
|
5824
6014
|
"fontSize": "{palette.fontSize.size16}",
|
|
5825
|
-
"fontWeight": "{palette.fontWeight.
|
|
6015
|
+
"fontWeight": "{palette.fontWeight.weight400}",
|
|
6016
|
+
"lineHeight": "{palette.lineHeight.ratio3to2}",
|
|
6017
|
+
"stickyBackgroundColor": "{palette.color.white}",
|
|
5826
6018
|
"tablePaddingBottom": "{palette.size.size24}"
|
|
5827
6019
|
}
|
|
5828
6020
|
},
|
|
@@ -6078,6 +6270,7 @@
|
|
|
6078
6270
|
"icon": "{palette.icon.Close}",
|
|
6079
6271
|
"iconBackground": "{palette.color.mosque}",
|
|
6080
6272
|
"iconColor": "{palette.color.white}",
|
|
6273
|
+
"iconPadding": "{palette.size.size4}",
|
|
6081
6274
|
"outerBorderColor": "{palette.color.transparent}",
|
|
6082
6275
|
"outerBorderWidth": "{palette.border.none}"
|
|
6083
6276
|
}
|
|
@@ -6167,7 +6360,7 @@
|
|
|
6167
6360
|
"outerBorderWidth": "{palette.border.none}",
|
|
6168
6361
|
"paddingBottom": "{palette.size.size8}",
|
|
6169
6362
|
"paddingLeft": "{palette.size.size16}",
|
|
6170
|
-
"paddingRight": "{palette.size.
|
|
6363
|
+
"paddingRight": "{palette.size.size16}",
|
|
6171
6364
|
"paddingTop": "{palette.size.size8}",
|
|
6172
6365
|
"shadow": "{system.shadow.none}",
|
|
6173
6366
|
"textAlign": "{system.flexJustifyContent.center}"
|
|
@@ -6175,9 +6368,20 @@
|
|
|
6175
6368
|
},
|
|
6176
6369
|
"TermsAndConditions": {
|
|
6177
6370
|
"appearances": {
|
|
6178
|
-
"expanded": "{appearances.TermsAndConditions.expanded}"
|
|
6371
|
+
"expanded": "{appearances.TermsAndConditions.expanded}",
|
|
6372
|
+
"viewport": "{appearances.system.viewport}"
|
|
6179
6373
|
},
|
|
6180
6374
|
"rules": [
|
|
6375
|
+
{
|
|
6376
|
+
"if": {
|
|
6377
|
+
"viewport": ["xs", "sm"]
|
|
6378
|
+
},
|
|
6379
|
+
"tokens": {
|
|
6380
|
+
"expandContentPaddingRight": "{palette.size.size24}",
|
|
6381
|
+
"listMarginLeft": "{palette.size.size2}",
|
|
6382
|
+
"titlePaddingLeft": "{palette.size.size2}"
|
|
6383
|
+
}
|
|
6384
|
+
},
|
|
6181
6385
|
{
|
|
6182
6386
|
"if": {
|
|
6183
6387
|
"expanded": true
|
|
@@ -6188,28 +6392,37 @@
|
|
|
6188
6392
|
}
|
|
6189
6393
|
],
|
|
6190
6394
|
"tokens": {
|
|
6395
|
+
"contentBorderColor": "{system.color.transparent}",
|
|
6396
|
+
"contentMarginBottom": "{palette.size.size0}",
|
|
6191
6397
|
"contentPaddingBottom": "{palette.size.size8}",
|
|
6192
6398
|
"contentPaddingLeft": "{palette.size.size16}",
|
|
6399
|
+
"dividerColor": "{palette.color.silver}",
|
|
6193
6400
|
"expandBaseBorderWidth": "{palette.border.none}",
|
|
6194
6401
|
"expandContentPaddingBottom": "{palette.size.size16}",
|
|
6195
6402
|
"expandContentPaddingLeft": "{palette.size.size16}",
|
|
6196
6403
|
"expandContentPaddingRight": "{palette.size.size16}",
|
|
6197
6404
|
"expandContentPaddingTop": "{palette.size.size16}",
|
|
6198
6405
|
"expandIconContainerAlignItems": "{system.flexAlign.center}",
|
|
6199
|
-
"expandIconContainerBorder": "{palette.border.
|
|
6200
|
-
"expandIconContainerBorderColor": "{palette.color.
|
|
6406
|
+
"expandIconContainerBorder": "{palette.border.none}",
|
|
6407
|
+
"expandIconContainerBorderColor": "{palette.color.transparent}",
|
|
6201
6408
|
"expandIconContainerHeight": "{palette.size.size32}",
|
|
6202
6409
|
"expandIconContainerJustifyContent": "{system.flexJustifyContent.center}",
|
|
6203
6410
|
"expandIconContainerMarginX": "{palette.size.size0}",
|
|
6204
6411
|
"expandIconContainerMarginY": "{palette.size.size12}",
|
|
6205
6412
|
"expandIconContainerWidth": "{palette.size.size32}",
|
|
6206
|
-
"
|
|
6413
|
+
"expandTitleBorder": "{palette.border.none}",
|
|
6414
|
+
"expandTitleBorderColor": "{palette.color.transparent}",
|
|
6415
|
+
"expandTitleColor": "{palette.color.black}",
|
|
6416
|
+
"expandTitleFontName": "{palette.fontName.StagSans}",
|
|
6207
6417
|
"expandTitleFontSize": "{palette.size.size16}",
|
|
6418
|
+
"expandTitleFontWeight": "{palette.fontWeight.weight600}",
|
|
6208
6419
|
"expandTitleLineHeight": "{palette.lineHeight.multiply150}",
|
|
6209
6420
|
"expandTitleMarginX": "{palette.size.size4}",
|
|
6210
6421
|
"expandTitleMarginY": "{palette.size.size0}",
|
|
6422
|
+
"expandTitlePaddingLeft": "{palette.size.size0}",
|
|
6423
|
+
"expandTitleUnderline": "{system.textLine.none}",
|
|
6211
6424
|
"icon": "{palette.icon.ChevronDown}",
|
|
6212
|
-
"listColor": "{palette.color.
|
|
6425
|
+
"listColor": "{palette.color.black}",
|
|
6213
6426
|
"listFontName": "{palette.fontName.StagSans}",
|
|
6214
6427
|
"listFontSize": "{palette.fontSize.size14}",
|
|
6215
6428
|
"listFontWeight": "{palette.fontWeight.weight400}",
|
|
@@ -6222,8 +6435,8 @@
|
|
|
6222
6435
|
"titleColor": "{palette.color.mosque}",
|
|
6223
6436
|
"titleFontSize": "{palette.fontSize.size14}",
|
|
6224
6437
|
"titleLineHeight": "{palette.lineHeight.ratio10to7}",
|
|
6225
|
-
"titlePaddingLeft": "{palette.size.
|
|
6226
|
-
"unorderedPadding": "{palette.size.
|
|
6438
|
+
"titlePaddingLeft": "{palette.size.size32}",
|
|
6439
|
+
"unorderedPadding": "{palette.size.size12}"
|
|
6227
6440
|
}
|
|
6228
6441
|
},
|
|
6229
6442
|
"Testimonial": {
|
|
@@ -7110,6 +7323,7 @@
|
|
|
7110
7323
|
"fontWeight": "{palette.fontWeight.weight400}",
|
|
7111
7324
|
"letterSpacing": "{system.letterSpacing.none}",
|
|
7112
7325
|
"lineHeight": "{palette.lineHeight.multiply150}",
|
|
7326
|
+
"superScriptFontSize": "{system.fontSize.none}",
|
|
7113
7327
|
"textTransform": "{system.textTransform.none}"
|
|
7114
7328
|
}
|
|
7115
7329
|
},
|
|
@@ -7192,13 +7406,13 @@
|
|
|
7192
7406
|
"appearances": {},
|
|
7193
7407
|
"rules": [],
|
|
7194
7408
|
"tokens": {
|
|
7195
|
-
"framedContainerBackgroundColor": "{palette.color.
|
|
7196
|
-
"framedContainerBorderColor": "{palette.color.
|
|
7409
|
+
"framedContainerBackgroundColor": "{palette.color.greyLight}",
|
|
7410
|
+
"framedContainerBorderColor": "{palette.color.silver}",
|
|
7197
7411
|
"framedContainerBorderRadius": "{palette.radius.radius4}",
|
|
7198
7412
|
"framedContainerBorderWidth": "{palette.border.border1}",
|
|
7199
7413
|
"framedContainerPadding": "{palette.size.size24}",
|
|
7200
7414
|
"framedMaxHeight": "{palette.size.size640}",
|
|
7201
|
-
"stackViewDividerColor": "{palette.color.
|
|
7415
|
+
"stackViewDividerColor": "{palette.color.silver}"
|
|
7202
7416
|
}
|
|
7203
7417
|
},
|
|
7204
7418
|
"VideoPickerSlider": {
|
|
@@ -7210,20 +7424,67 @@
|
|
|
7210
7424
|
}
|
|
7211
7425
|
},
|
|
7212
7426
|
"VideoPickerThumbnail": {
|
|
7213
|
-
"appearances": {
|
|
7214
|
-
|
|
7427
|
+
"appearances": {
|
|
7428
|
+
"focus": "{appearances.VideoPickerThumbnail.focus}",
|
|
7429
|
+
"hover": "{appearances.VideoPickerThumbnail.hover}",
|
|
7430
|
+
"pressed": "{appearances.VideoPickerThumbnail.pressed}",
|
|
7431
|
+
"selected": "{appearances.VideoPickerThumbnail.selected}"
|
|
7432
|
+
},
|
|
7433
|
+
"rules": [
|
|
7434
|
+
{
|
|
7435
|
+
"if": {
|
|
7436
|
+
"focus": true
|
|
7437
|
+
},
|
|
7438
|
+
"tokens": {
|
|
7439
|
+
"borderColor": "{palette.color.mortar}",
|
|
7440
|
+
"borderWidth": "{palette.border.border1}",
|
|
7441
|
+
"outerBorderColor": "{palette.color.chathamsBlue}"
|
|
7442
|
+
}
|
|
7443
|
+
},
|
|
7444
|
+
{
|
|
7445
|
+
"if": {
|
|
7446
|
+
"hover": true
|
|
7447
|
+
},
|
|
7448
|
+
"tokens": {
|
|
7449
|
+
"borderColor": "{palette.color.silver}",
|
|
7450
|
+
"borderWidth": "{palette.border.border3}"
|
|
7451
|
+
}
|
|
7452
|
+
},
|
|
7453
|
+
{
|
|
7454
|
+
"if": {
|
|
7455
|
+
"pressed": true
|
|
7456
|
+
},
|
|
7457
|
+
"tokens": {
|
|
7458
|
+
"borderColor": "{palette.color.mortar}",
|
|
7459
|
+
"borderWidth": "{palette.border.border3}"
|
|
7460
|
+
}
|
|
7461
|
+
},
|
|
7462
|
+
{
|
|
7463
|
+
"if": {
|
|
7464
|
+
"selected": true
|
|
7465
|
+
},
|
|
7466
|
+
"tokens": {
|
|
7467
|
+
"borderColor": "{palette.color.mosque}",
|
|
7468
|
+
"titleColor": "{palette.color.mosque}"
|
|
7469
|
+
}
|
|
7470
|
+
}
|
|
7471
|
+
],
|
|
7215
7472
|
"tokens": {
|
|
7216
|
-
"borderColor": "{palette.color.
|
|
7473
|
+
"borderColor": "{palette.color.silver}",
|
|
7217
7474
|
"borderRadius": "{palette.radius.radius4}",
|
|
7218
7475
|
"borderWidth": "{palette.border.border2}",
|
|
7219
|
-
"
|
|
7476
|
+
"outerBorderColor": "{palette.color.transparent}",
|
|
7477
|
+
"outerBorderGap": "{palette.size.size2}",
|
|
7478
|
+
"outerBorderRadius": "{palette.radius.radius8}",
|
|
7479
|
+
"outerBorderWidth": "{palette.border.border2}",
|
|
7480
|
+
"pressableBorderTopColor": "{palette.color.silver}",
|
|
7220
7481
|
"pressableBorderTopWidth": "{palette.border.border1}",
|
|
7221
7482
|
"pressablePaddingBottom": "{palette.size.size16}",
|
|
7222
7483
|
"pressablePaddingHorizontal": "{palette.size.size24}",
|
|
7223
7484
|
"pressablePaddingVertical": "{palette.size.size16}",
|
|
7224
7485
|
"splashButtonRadius": "{palette.radius.radius4}",
|
|
7225
|
-
"subTitleColor": "{palette.color.
|
|
7226
|
-
"titleColor": "{palette.color.
|
|
7486
|
+
"subTitleColor": "{palette.color.mortar}",
|
|
7487
|
+
"titleColor": "{palette.color.black}"
|
|
7227
7488
|
}
|
|
7228
7489
|
},
|
|
7229
7490
|
"VideoProgressBar": {
|