@telus-uds/theme-koodo 3.27.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.
@@ -3802,6 +3802,18 @@
3802
3802
  "footnoteBodyPaddingBottom": {
3803
3803
  "$ref": "#size"
3804
3804
  },
3805
+ "footnoteHeaderPaddingLeft": {
3806
+ "$ref": "#size"
3807
+ },
3808
+ "footnoteHeaderPaddingRight": {
3809
+ "$ref": "#size"
3810
+ },
3811
+ "footnoteHeaderPaddingTop": {
3812
+ "$ref": "#size"
3813
+ },
3814
+ "footnoteHeaderPaddingBottom": {
3815
+ "$ref": "#size"
3816
+ },
3805
3817
  "listPaddingLeft": {
3806
3818
  "$ref": "#size"
3807
3819
  },
@@ -3811,6 +3823,18 @@
3811
3823
  "listItemMarkerLineHeight": {
3812
3824
  "$ref": "#lineHeight"
3813
3825
  },
3826
+ "headerLineHeight": {
3827
+ "$ref": "#size"
3828
+ },
3829
+ "headerFontSize": {
3830
+ "$ref": "#size"
3831
+ },
3832
+ "headerFontName": {
3833
+ "$ref": "#fontName"
3834
+ },
3835
+ "headerFontWeight": {
3836
+ "$ref": "#fontWeight"
3837
+ },
3814
3838
  "listItemColor": {
3815
3839
  "$ref": "#color"
3816
3840
  },
@@ -3864,9 +3888,17 @@
3864
3888
  "footnoteBodyPaddingRight",
3865
3889
  "footnoteBodyPaddingTop",
3866
3890
  "footnoteBodyPaddingBottom",
3891
+ "footnoteHeaderPaddingLeft",
3892
+ "footnoteHeaderPaddingRight",
3893
+ "footnoteHeaderPaddingTop",
3894
+ "footnoteHeaderPaddingBottom",
3867
3895
  "listPaddingLeft",
3868
3896
  "listItemMarkerFontSize",
3869
3897
  "listItemMarkerLineHeight",
3898
+ "headerLineHeight",
3899
+ "headerFontSize",
3900
+ "headerFontName",
3901
+ "headerFontWeight",
3870
3902
  "listItemColor",
3871
3903
  "listItemFontSize",
3872
3904
  "listItemLineHeight",
@@ -3924,6 +3956,18 @@
3924
3956
  "footnoteBodyPaddingBottom": {
3925
3957
  "$ref": "#size"
3926
3958
  },
3959
+ "footnoteHeaderPaddingLeft": {
3960
+ "$ref": "#size"
3961
+ },
3962
+ "footnoteHeaderPaddingRight": {
3963
+ "$ref": "#size"
3964
+ },
3965
+ "footnoteHeaderPaddingTop": {
3966
+ "$ref": "#size"
3967
+ },
3968
+ "footnoteHeaderPaddingBottom": {
3969
+ "$ref": "#size"
3970
+ },
3927
3971
  "listPaddingLeft": {
3928
3972
  "$ref": "#size"
3929
3973
  },
@@ -3933,6 +3977,18 @@
3933
3977
  "listItemMarkerLineHeight": {
3934
3978
  "$ref": "#lineHeight"
3935
3979
  },
3980
+ "headerLineHeight": {
3981
+ "$ref": "#size"
3982
+ },
3983
+ "headerFontSize": {
3984
+ "$ref": "#size"
3985
+ },
3986
+ "headerFontName": {
3987
+ "$ref": "#fontName"
3988
+ },
3989
+ "headerFontWeight": {
3990
+ "$ref": "#fontWeight"
3991
+ },
3936
3992
  "listItemColor": {
3937
3993
  "$ref": "#color"
3938
3994
  },
@@ -2665,31 +2665,31 @@
2665
2665
  "blue": 0,
2666
2666
  "alpha": 1
2667
2667
  },
2668
- "closeButtonBorderSize": 1,
2668
+ "closeButtonBorderSize": 0,
2669
2669
  "closeButtonHeight": 24,
2670
2670
  "closeButtonIconSize": 16,
2671
2671
  "closeButtonMarginBottom": 4,
2672
2672
  "closeButtonMarginLeft": 4,
2673
2673
  "closeButtonMarginRight": 12,
2674
- "closeButtonMarginTop": 12,
2674
+ "closeButtonMarginTop": 4,
2675
2675
  "closeButtonWidth": 24,
2676
2676
  "closeIcon": "PaletteIconClose",
2677
2677
  "footnoteBackground": {
2678
- "red": 0.98039,
2679
- "green": 0.98039,
2680
- "blue": 0.98039,
2678
+ "red": 1,
2679
+ "green": 1,
2680
+ "blue": 1,
2681
2681
  "alpha": 1
2682
2682
  },
2683
2683
  "footnoteBodyBackground": {
2684
- "red": 0.98039,
2685
- "green": 0.98039,
2686
- "blue": 0.98039,
2684
+ "red": 1,
2685
+ "green": 1,
2686
+ "blue": 1,
2687
2687
  "alpha": 1
2688
2688
  },
2689
2689
  "footnoteBodyPaddingBottom": 32,
2690
2690
  "footnoteBodyPaddingLeft": 16,
2691
2691
  "footnoteBodyPaddingRight": 16,
2692
- "footnoteBodyPaddingTop": 0,
2692
+ "footnoteBodyPaddingTop": 16,
2693
2693
  "footnoteBorderColorMd": {
2694
2694
  "red": 0.78824,
2695
2695
  "green": 0.78431,
@@ -2697,6 +2697,14 @@
2697
2697
  "alpha": 1
2698
2698
  },
2699
2699
  "footnoteBorderTopSizeMd": 1,
2700
+ "footnoteHeaderPaddingBottom": 16,
2701
+ "footnoteHeaderPaddingLeft": 16,
2702
+ "footnoteHeaderPaddingRight": 16,
2703
+ "footnoteHeaderPaddingTop": 16,
2704
+ "headerFontName": "StagSans",
2705
+ "headerFontSize": 16,
2706
+ "headerFontWeight": 700,
2707
+ "headerLineHeight": 20,
2700
2708
  "headerMargin": 16,
2701
2709
  "listItemColor": {
2702
2710
  "red": 0,
@@ -2706,7 +2714,7 @@
2706
2714
  },
2707
2715
  "listItemFontSize": 14,
2708
2716
  "listItemLineHeight": 1.42857142857,
2709
- "listItemMarkerFontSize": 16,
2717
+ "listItemMarkerFontSize": 14,
2710
2718
  "listItemMarkerLineHeight": 1.42857142857,
2711
2719
  "listItemPaddingLeft": 8,
2712
2720
  "listPaddingLeft": 32
@@ -5501,9 +5509,7 @@
5501
5509
  "green": 0.78431,
5502
5510
  "blue": 0.78431,
5503
5511
  "alpha": 1
5504
- },
5505
- "outerBorderGap": 1,
5506
- "outerBorderWidth": 1
5512
+ }
5507
5513
  }
5508
5514
  }
5509
5515
  ],
@@ -5523,10 +5529,10 @@
5523
5529
  },
5524
5530
  "containerBorderRadius": 0,
5525
5531
  "containerOpacity": 1,
5526
- "containerPaddingBottom": 0,
5527
- "containerPaddingLeft": 0,
5532
+ "containerPaddingBottom": 6,
5533
+ "containerPaddingLeft": 8,
5528
5534
  "containerPaddingRight": 0,
5529
- "containerPaddingTop": 0,
5535
+ "containerPaddingTop": 6,
5530
5536
  "containerShadow": null,
5531
5537
  "descriptionFontName": "StagSans",
5532
5538
  "descriptionFontSize": 14,
@@ -5571,8 +5577,8 @@
5571
5577
  "blue": 0,
5572
5578
  "alpha": 0
5573
5579
  },
5574
- "outerBorderGap": 0,
5575
- "outerBorderWidth": 0
5580
+ "outerBorderGap": 5,
5581
+ "outerBorderWidth": 1
5576
5582
  }
5577
5583
  },
5578
5584
  "RadioCard": {
@@ -3802,6 +3802,18 @@
3802
3802
  "footnoteBodyPaddingBottom": {
3803
3803
  "$ref": "#size"
3804
3804
  },
3805
+ "footnoteHeaderPaddingLeft": {
3806
+ "$ref": "#size"
3807
+ },
3808
+ "footnoteHeaderPaddingRight": {
3809
+ "$ref": "#size"
3810
+ },
3811
+ "footnoteHeaderPaddingTop": {
3812
+ "$ref": "#size"
3813
+ },
3814
+ "footnoteHeaderPaddingBottom": {
3815
+ "$ref": "#size"
3816
+ },
3805
3817
  "listPaddingLeft": {
3806
3818
  "$ref": "#size"
3807
3819
  },
@@ -3811,6 +3823,18 @@
3811
3823
  "listItemMarkerLineHeight": {
3812
3824
  "$ref": "#lineHeight"
3813
3825
  },
3826
+ "headerLineHeight": {
3827
+ "$ref": "#size"
3828
+ },
3829
+ "headerFontSize": {
3830
+ "$ref": "#size"
3831
+ },
3832
+ "headerFontName": {
3833
+ "$ref": "#fontName"
3834
+ },
3835
+ "headerFontWeight": {
3836
+ "$ref": "#fontWeight"
3837
+ },
3814
3838
  "listItemColor": {
3815
3839
  "$ref": "#color"
3816
3840
  },
@@ -3864,9 +3888,17 @@
3864
3888
  "footnoteBodyPaddingRight",
3865
3889
  "footnoteBodyPaddingTop",
3866
3890
  "footnoteBodyPaddingBottom",
3891
+ "footnoteHeaderPaddingLeft",
3892
+ "footnoteHeaderPaddingRight",
3893
+ "footnoteHeaderPaddingTop",
3894
+ "footnoteHeaderPaddingBottom",
3867
3895
  "listPaddingLeft",
3868
3896
  "listItemMarkerFontSize",
3869
3897
  "listItemMarkerLineHeight",
3898
+ "headerLineHeight",
3899
+ "headerFontSize",
3900
+ "headerFontName",
3901
+ "headerFontWeight",
3870
3902
  "listItemColor",
3871
3903
  "listItemFontSize",
3872
3904
  "listItemLineHeight",
@@ -3924,6 +3956,18 @@
3924
3956
  "footnoteBodyPaddingBottom": {
3925
3957
  "$ref": "#size"
3926
3958
  },
3959
+ "footnoteHeaderPaddingLeft": {
3960
+ "$ref": "#size"
3961
+ },
3962
+ "footnoteHeaderPaddingRight": {
3963
+ "$ref": "#size"
3964
+ },
3965
+ "footnoteHeaderPaddingTop": {
3966
+ "$ref": "#size"
3967
+ },
3968
+ "footnoteHeaderPaddingBottom": {
3969
+ "$ref": "#size"
3970
+ },
3927
3971
  "listPaddingLeft": {
3928
3972
  "$ref": "#size"
3929
3973
  },
@@ -3933,6 +3977,18 @@
3933
3977
  "listItemMarkerLineHeight": {
3934
3978
  "$ref": "#lineHeight"
3935
3979
  },
3980
+ "headerLineHeight": {
3981
+ "$ref": "#size"
3982
+ },
3983
+ "headerFontSize": {
3984
+ "$ref": "#size"
3985
+ },
3986
+ "headerFontName": {
3987
+ "$ref": "#fontName"
3988
+ },
3989
+ "headerFontWeight": {
3990
+ "$ref": "#fontWeight"
3991
+ },
3936
3992
  "listItemColor": {
3937
3993
  "$ref": "#color"
3938
3994
  },
@@ -2665,31 +2665,31 @@
2665
2665
  "blue": 0,
2666
2666
  "alpha": 1
2667
2667
  },
2668
- "closeButtonBorderSize": 1,
2668
+ "closeButtonBorderSize": 0,
2669
2669
  "closeButtonHeight": 24,
2670
2670
  "closeButtonIconSize": 16,
2671
2671
  "closeButtonMarginBottom": 4,
2672
2672
  "closeButtonMarginLeft": 4,
2673
2673
  "closeButtonMarginRight": 12,
2674
- "closeButtonMarginTop": 12,
2674
+ "closeButtonMarginTop": 4,
2675
2675
  "closeButtonWidth": 24,
2676
2676
  "closeIcon": "PaletteIconClose",
2677
2677
  "footnoteBackground": {
2678
- "red": 0.98039,
2679
- "green": 0.98039,
2680
- "blue": 0.98039,
2678
+ "red": 1,
2679
+ "green": 1,
2680
+ "blue": 1,
2681
2681
  "alpha": 1
2682
2682
  },
2683
2683
  "footnoteBodyBackground": {
2684
- "red": 0.98039,
2685
- "green": 0.98039,
2686
- "blue": 0.98039,
2684
+ "red": 1,
2685
+ "green": 1,
2686
+ "blue": 1,
2687
2687
  "alpha": 1
2688
2688
  },
2689
2689
  "footnoteBodyPaddingBottom": 32,
2690
2690
  "footnoteBodyPaddingLeft": 16,
2691
2691
  "footnoteBodyPaddingRight": 16,
2692
- "footnoteBodyPaddingTop": 0,
2692
+ "footnoteBodyPaddingTop": 16,
2693
2693
  "footnoteBorderColorMd": {
2694
2694
  "red": 0.78824,
2695
2695
  "green": 0.78431,
@@ -2697,6 +2697,14 @@
2697
2697
  "alpha": 1
2698
2698
  },
2699
2699
  "footnoteBorderTopSizeMd": 1,
2700
+ "footnoteHeaderPaddingBottom": 16,
2701
+ "footnoteHeaderPaddingLeft": 16,
2702
+ "footnoteHeaderPaddingRight": 16,
2703
+ "footnoteHeaderPaddingTop": 16,
2704
+ "headerFontName": "StagSans",
2705
+ "headerFontSize": 16,
2706
+ "headerFontWeight": 700,
2707
+ "headerLineHeight": 20,
2700
2708
  "headerMargin": 16,
2701
2709
  "listItemColor": {
2702
2710
  "red": 0,
@@ -2706,7 +2714,7 @@
2706
2714
  },
2707
2715
  "listItemFontSize": 14,
2708
2716
  "listItemLineHeight": 1.42857142857,
2709
- "listItemMarkerFontSize": 16,
2717
+ "listItemMarkerFontSize": 14,
2710
2718
  "listItemMarkerLineHeight": 1.42857142857,
2711
2719
  "listItemPaddingLeft": 8,
2712
2720
  "listPaddingLeft": 32
@@ -5501,9 +5509,7 @@
5501
5509
  "green": 0.78431,
5502
5510
  "blue": 0.78431,
5503
5511
  "alpha": 1
5504
- },
5505
- "outerBorderGap": 1,
5506
- "outerBorderWidth": 1
5512
+ }
5507
5513
  }
5508
5514
  }
5509
5515
  ],
@@ -5523,10 +5529,10 @@
5523
5529
  },
5524
5530
  "containerBorderRadius": 0,
5525
5531
  "containerOpacity": 1,
5526
- "containerPaddingBottom": 0,
5527
- "containerPaddingLeft": 0,
5532
+ "containerPaddingBottom": 6,
5533
+ "containerPaddingLeft": 8,
5528
5534
  "containerPaddingRight": 0,
5529
- "containerPaddingTop": 0,
5535
+ "containerPaddingTop": 6,
5530
5536
  "containerShadow": null,
5531
5537
  "descriptionFontName": "StagSans",
5532
5538
  "descriptionFontSize": 14,
@@ -5571,8 +5577,8 @@
5571
5577
  "blue": 0,
5572
5578
  "alpha": 0
5573
5579
  },
5574
- "outerBorderGap": 0,
5575
- "outerBorderWidth": 0
5580
+ "outerBorderGap": 5,
5581
+ "outerBorderWidth": 1
5576
5582
  }
5577
5583
  },
5578
5584
  "RadioCard": {
@@ -3802,6 +3802,18 @@
3802
3802
  "footnoteBodyPaddingBottom": {
3803
3803
  "$ref": "#size"
3804
3804
  },
3805
+ "footnoteHeaderPaddingLeft": {
3806
+ "$ref": "#size"
3807
+ },
3808
+ "footnoteHeaderPaddingRight": {
3809
+ "$ref": "#size"
3810
+ },
3811
+ "footnoteHeaderPaddingTop": {
3812
+ "$ref": "#size"
3813
+ },
3814
+ "footnoteHeaderPaddingBottom": {
3815
+ "$ref": "#size"
3816
+ },
3805
3817
  "listPaddingLeft": {
3806
3818
  "$ref": "#size"
3807
3819
  },
@@ -3811,6 +3823,18 @@
3811
3823
  "listItemMarkerLineHeight": {
3812
3824
  "$ref": "#lineHeight"
3813
3825
  },
3826
+ "headerLineHeight": {
3827
+ "$ref": "#size"
3828
+ },
3829
+ "headerFontSize": {
3830
+ "$ref": "#size"
3831
+ },
3832
+ "headerFontName": {
3833
+ "$ref": "#fontName"
3834
+ },
3835
+ "headerFontWeight": {
3836
+ "$ref": "#fontWeight"
3837
+ },
3814
3838
  "listItemColor": {
3815
3839
  "$ref": "#color"
3816
3840
  },
@@ -3864,9 +3888,17 @@
3864
3888
  "footnoteBodyPaddingRight",
3865
3889
  "footnoteBodyPaddingTop",
3866
3890
  "footnoteBodyPaddingBottom",
3891
+ "footnoteHeaderPaddingLeft",
3892
+ "footnoteHeaderPaddingRight",
3893
+ "footnoteHeaderPaddingTop",
3894
+ "footnoteHeaderPaddingBottom",
3867
3895
  "listPaddingLeft",
3868
3896
  "listItemMarkerFontSize",
3869
3897
  "listItemMarkerLineHeight",
3898
+ "headerLineHeight",
3899
+ "headerFontSize",
3900
+ "headerFontName",
3901
+ "headerFontWeight",
3870
3902
  "listItemColor",
3871
3903
  "listItemFontSize",
3872
3904
  "listItemLineHeight",
@@ -3924,6 +3956,18 @@
3924
3956
  "footnoteBodyPaddingBottom": {
3925
3957
  "$ref": "#size"
3926
3958
  },
3959
+ "footnoteHeaderPaddingLeft": {
3960
+ "$ref": "#size"
3961
+ },
3962
+ "footnoteHeaderPaddingRight": {
3963
+ "$ref": "#size"
3964
+ },
3965
+ "footnoteHeaderPaddingTop": {
3966
+ "$ref": "#size"
3967
+ },
3968
+ "footnoteHeaderPaddingBottom": {
3969
+ "$ref": "#size"
3970
+ },
3927
3971
  "listPaddingLeft": {
3928
3972
  "$ref": "#size"
3929
3973
  },
@@ -3933,6 +3977,18 @@
3933
3977
  "listItemMarkerLineHeight": {
3934
3978
  "$ref": "#lineHeight"
3935
3979
  },
3980
+ "headerLineHeight": {
3981
+ "$ref": "#size"
3982
+ },
3983
+ "headerFontSize": {
3984
+ "$ref": "#size"
3985
+ },
3986
+ "headerFontName": {
3987
+ "$ref": "#fontName"
3988
+ },
3989
+ "headerFontWeight": {
3990
+ "$ref": "#fontWeight"
3991
+ },
3936
3992
  "listItemColor": {
3937
3993
  "$ref": "#color"
3938
3994
  },
package/build/rn/theme.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Wed, 17 May 2023 00:12:16 GMT
4
+ * Generated on Fri, 19 May 2023 04:51:09 GMT
5
5
  *
6
6
  */
7
7
 
@@ -1555,28 +1555,36 @@ module.exports = {
1555
1555
  rules: [],
1556
1556
  tokens: {
1557
1557
  closeButtonBorderColor: '#000000',
1558
- closeButtonBorderSize: 1,
1558
+ closeButtonBorderSize: 0,
1559
1559
  closeButtonHeight: 24,
1560
1560
  closeButtonIconSize: 16,
1561
1561
  closeButtonMarginBottom: 4,
1562
1562
  closeButtonMarginLeft: 4,
1563
1563
  closeButtonMarginRight: 12,
1564
- closeButtonMarginTop: 12,
1564
+ closeButtonMarginTop: 4,
1565
1565
  closeButtonWidth: 24,
1566
1566
  closeIcon: PaletteIconClose,
1567
- footnoteBackground: '#fafafa',
1568
- footnoteBodyBackground: '#fafafa',
1567
+ footnoteBackground: '#ffffff',
1568
+ footnoteBodyBackground: '#ffffff',
1569
1569
  footnoteBodyPaddingBottom: 32,
1570
1570
  footnoteBodyPaddingLeft: 16,
1571
1571
  footnoteBodyPaddingRight: 16,
1572
- footnoteBodyPaddingTop: 0,
1572
+ footnoteBodyPaddingTop: 16,
1573
1573
  footnoteBorderColorMd: '#c9c8c8',
1574
1574
  footnoteBorderTopSizeMd: 1,
1575
+ footnoteHeaderPaddingBottom: 16,
1576
+ footnoteHeaderPaddingLeft: 16,
1577
+ footnoteHeaderPaddingRight: 16,
1578
+ footnoteHeaderPaddingTop: 16,
1579
+ headerFontName: 'StagSans',
1580
+ headerFontSize: 16,
1581
+ headerFontWeight: '700',
1582
+ headerLineHeight: 20,
1575
1583
  headerMargin: 16,
1576
1584
  listItemColor: '#000000',
1577
1585
  listItemFontSize: 14,
1578
1586
  listItemLineHeight: 1.42857142857,
1579
- listItemMarkerFontSize: 16,
1587
+ listItemMarkerFontSize: 14,
1580
1588
  listItemMarkerLineHeight: 1.42857142857,
1581
1589
  listItemPaddingLeft: 8,
1582
1590
  listPaddingLeft: 32
@@ -3294,11 +3302,7 @@ module.exports = {
3294
3302
  },
3295
3303
  {
3296
3304
  if: { hover: true },
3297
- tokens: {
3298
- outerBorderColor: '#17367d',
3299
- outerBorderGap: 5,
3300
- outerBorderWidth: 1
3301
- }
3305
+ tokens: { outerBorderColor: '#17367d' }
3302
3306
  },
3303
3307
  {
3304
3308
  if: { inactive: true },
@@ -3319,9 +3323,7 @@ module.exports = {
3319
3323
  inputOutlineColor: '#ffffff',
3320
3324
  inputOutlineWidth: 1,
3321
3325
  labelColor: '#666666',
3322
- outerBorderColor: '#c9c8c8',
3323
- outerBorderGap: 1,
3324
- outerBorderWidth: 1
3326
+ outerBorderColor: '#c9c8c8'
3325
3327
  }
3326
3328
  }
3327
3329
  ],
@@ -3331,10 +3333,10 @@ module.exports = {
3331
3333
  containerBackgroundColor: 'rgba(0, 0, 0, 0)',
3332
3334
  containerBorderRadius: 0,
3333
3335
  containerOpacity: 1,
3334
- containerPaddingBottom: 0,
3335
- containerPaddingLeft: 0,
3336
+ containerPaddingBottom: 6,
3337
+ containerPaddingLeft: 8,
3336
3338
  containerPaddingRight: 0,
3337
- containerPaddingTop: 0,
3339
+ containerPaddingTop: 6,
3338
3340
  containerShadow: null,
3339
3341
  descriptionFontName: 'StagSans',
3340
3342
  descriptionFontSize: 14,
@@ -3354,8 +3356,8 @@ module.exports = {
3354
3356
  labelLineHeight: 1.5,
3355
3357
  labelMarginLeft: 8,
3356
3358
  outerBorderColor: 'transparent',
3357
- outerBorderGap: 0,
3358
- outerBorderWidth: 0
3359
+ outerBorderGap: 5,
3360
+ outerBorderWidth: 1
3359
3361
  }
3360
3362
  },
3361
3363
  RadioCard: {
package/package.json CHANGED
@@ -31,5 +31,5 @@
31
31
  "build": "UDS_PALETTE=@telus-uds/palette-koodo system-tokens-build-theme",
32
32
  "dev": "nodemon -w src -x 'npm run build'"
33
33
  },
34
- "version": "3.27.0"
34
+ "version": "3.28.0"
35
35
  }
package/theme.json CHANGED
@@ -2100,28 +2100,36 @@
2100
2100
  "rules": [],
2101
2101
  "tokens": {
2102
2102
  "closeButtonBorderColor": "{palette.color.black}",
2103
- "closeButtonBorderSize": "{palette.border.border1}",
2103
+ "closeButtonBorderSize": "{palette.border.none}",
2104
2104
  "closeButtonHeight": "{palette.size.size24}",
2105
2105
  "closeButtonIconSize": "{palette.size.size16}",
2106
2106
  "closeButtonMarginBottom": "{palette.size.size4}",
2107
2107
  "closeButtonMarginLeft": "{palette.size.size4}",
2108
2108
  "closeButtonMarginRight": "{palette.size.size12}",
2109
- "closeButtonMarginTop": "{palette.size.size12}",
2109
+ "closeButtonMarginTop": "{palette.size.size4}",
2110
2110
  "closeButtonWidth": "{palette.size.size24}",
2111
2111
  "closeIcon": "{palette.icon.Close}",
2112
- "footnoteBackground": "{palette.color.greyLight}",
2113
- "footnoteBodyBackground": "{palette.color.greyLight}",
2112
+ "footnoteBackground": "{palette.color.white}",
2113
+ "footnoteBodyBackground": "{palette.color.white}",
2114
2114
  "footnoteBodyPaddingBottom": "{palette.size.size32}",
2115
2115
  "footnoteBodyPaddingLeft": "{palette.size.size16}",
2116
2116
  "footnoteBodyPaddingRight": "{palette.size.size16}",
2117
- "footnoteBodyPaddingTop": "{palette.size.size0}",
2117
+ "footnoteBodyPaddingTop": "{palette.size.size16}",
2118
2118
  "footnoteBorderColorMd": "{palette.color.silver}",
2119
2119
  "footnoteBorderTopSizeMd": "{palette.border.border1}",
2120
+ "footnoteHeaderPaddingBottom": "{palette.size.size16}",
2121
+ "footnoteHeaderPaddingLeft": "{palette.size.size16}",
2122
+ "footnoteHeaderPaddingRight": "{palette.size.size16}",
2123
+ "footnoteHeaderPaddingTop": "{palette.size.size16}",
2124
+ "headerFontName": "{palette.fontName.StagSans}",
2125
+ "headerFontSize": "{palette.size.size16}",
2126
+ "headerFontWeight": "{palette.fontWeight.weight700}",
2127
+ "headerLineHeight": "{palette.size.size20}",
2120
2128
  "headerMargin": "{palette.size.size16}",
2121
2129
  "listItemColor": "{palette.color.black}",
2122
2130
  "listItemFontSize": "{palette.size.size14}",
2123
2131
  "listItemLineHeight": "{palette.lineHeight.ratio10to7}",
2124
- "listItemMarkerFontSize": "{palette.size.size16}",
2132
+ "listItemMarkerFontSize": "{palette.size.size14}",
2125
2133
  "listItemMarkerLineHeight": "{palette.lineHeight.ratio10to7}",
2126
2134
  "listItemPaddingLeft": "{palette.size.size8}",
2127
2135
  "listPaddingLeft": "{palette.size.size32}"
@@ -4253,9 +4261,7 @@
4253
4261
  "hover": true
4254
4262
  },
4255
4263
  "tokens": {
4256
- "outerBorderColor": "{palette.color.chathamsBlue}",
4257
- "outerBorderGap": "{palette.size.size5}",
4258
- "outerBorderWidth": "{palette.border.border1}"
4264
+ "outerBorderColor": "{palette.color.chathamsBlue}"
4259
4265
  }
4260
4266
  },
4261
4267
  {
@@ -4282,9 +4288,7 @@
4282
4288
  "inputOutlineColor": "{palette.color.white}",
4283
4289
  "inputOutlineWidth": "{palette.border.border1}",
4284
4290
  "labelColor": "{palette.color.dove}",
4285
- "outerBorderColor": "{palette.color.silver}",
4286
- "outerBorderGap": "{palette.size.size1}",
4287
- "outerBorderWidth": "{palette.border.border1}"
4291
+ "outerBorderColor": "{palette.color.silver}"
4288
4292
  }
4289
4293
  }
4290
4294
  ],
@@ -4294,10 +4298,10 @@
4294
4298
  "containerBackgroundColor": "{palette.color.transparent}",
4295
4299
  "containerBorderRadius": "{palette.radius.none}",
4296
4300
  "containerOpacity": "{system.opacity.opaque}",
4297
- "containerPaddingBottom": "{palette.size.size0}",
4298
- "containerPaddingLeft": "{palette.size.size0}",
4301
+ "containerPaddingBottom": "{palette.size.size6}",
4302
+ "containerPaddingLeft": "{palette.size.size8}",
4299
4303
  "containerPaddingRight": "{palette.size.size0}",
4300
- "containerPaddingTop": "{palette.size.size0}",
4304
+ "containerPaddingTop": "{palette.size.size6}",
4301
4305
  "containerShadow": "{system.shadow.none}",
4302
4306
  "descriptionFontName": "{palette.fontName.StagSans}",
4303
4307
  "descriptionFontSize": "{palette.fontSize.size14}",
@@ -4317,8 +4321,8 @@
4317
4321
  "labelLineHeight": "{palette.lineHeight.multiply150}",
4318
4322
  "labelMarginLeft": "{palette.size.size8}",
4319
4323
  "outerBorderColor": "{system.color.transparent}",
4320
- "outerBorderGap": "{system.size.zero}",
4321
- "outerBorderWidth": "{system.border.zero}"
4324
+ "outerBorderGap": "{palette.size.size5}",
4325
+ "outerBorderWidth": "{palette.border.border1}"
4322
4326
  }
4323
4327
  },
4324
4328
  "RadioCard": {