@telus-uds/theme-allium 3.28.0 → 3.29.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 +56 -0
- package/build/android/theme.json +12 -4
- package/build/ios/schema.json +56 -0
- package/build/ios/theme.json +12 -4
- package/build/rn/schema.json +56 -0
- package/build/rn/theme.js +14 -6
- package/package.json +1 -1
- package/theme.json +13 -6
|
@@ -4677,6 +4677,18 @@
|
|
|
4677
4677
|
"footnoteBodyPaddingBottom": {
|
|
4678
4678
|
"$ref": "#size"
|
|
4679
4679
|
},
|
|
4680
|
+
"footnoteHeaderPaddingLeft": {
|
|
4681
|
+
"$ref": "#size"
|
|
4682
|
+
},
|
|
4683
|
+
"footnoteHeaderPaddingRight": {
|
|
4684
|
+
"$ref": "#size"
|
|
4685
|
+
},
|
|
4686
|
+
"footnoteHeaderPaddingTop": {
|
|
4687
|
+
"$ref": "#size"
|
|
4688
|
+
},
|
|
4689
|
+
"footnoteHeaderPaddingBottom": {
|
|
4690
|
+
"$ref": "#size"
|
|
4691
|
+
},
|
|
4680
4692
|
"listPaddingLeft": {
|
|
4681
4693
|
"$ref": "#size"
|
|
4682
4694
|
},
|
|
@@ -4686,6 +4698,18 @@
|
|
|
4686
4698
|
"listItemMarkerLineHeight": {
|
|
4687
4699
|
"$ref": "#lineHeight"
|
|
4688
4700
|
},
|
|
4701
|
+
"headerLineHeight": {
|
|
4702
|
+
"$ref": "#size"
|
|
4703
|
+
},
|
|
4704
|
+
"headerFontSize": {
|
|
4705
|
+
"$ref": "#size"
|
|
4706
|
+
},
|
|
4707
|
+
"headerFontName": {
|
|
4708
|
+
"$ref": "#fontName"
|
|
4709
|
+
},
|
|
4710
|
+
"headerFontWeight": {
|
|
4711
|
+
"$ref": "#fontWeight"
|
|
4712
|
+
},
|
|
4689
4713
|
"listItemColor": {
|
|
4690
4714
|
"$ref": "#color"
|
|
4691
4715
|
},
|
|
@@ -4739,9 +4763,17 @@
|
|
|
4739
4763
|
"footnoteBodyPaddingRight",
|
|
4740
4764
|
"footnoteBodyPaddingTop",
|
|
4741
4765
|
"footnoteBodyPaddingBottom",
|
|
4766
|
+
"footnoteHeaderPaddingLeft",
|
|
4767
|
+
"footnoteHeaderPaddingRight",
|
|
4768
|
+
"footnoteHeaderPaddingTop",
|
|
4769
|
+
"footnoteHeaderPaddingBottom",
|
|
4742
4770
|
"listPaddingLeft",
|
|
4743
4771
|
"listItemMarkerFontSize",
|
|
4744
4772
|
"listItemMarkerLineHeight",
|
|
4773
|
+
"headerLineHeight",
|
|
4774
|
+
"headerFontSize",
|
|
4775
|
+
"headerFontName",
|
|
4776
|
+
"headerFontWeight",
|
|
4745
4777
|
"listItemColor",
|
|
4746
4778
|
"listItemFontSize",
|
|
4747
4779
|
"listItemLineHeight",
|
|
@@ -4799,6 +4831,18 @@
|
|
|
4799
4831
|
"footnoteBodyPaddingBottom": {
|
|
4800
4832
|
"$ref": "#size"
|
|
4801
4833
|
},
|
|
4834
|
+
"footnoteHeaderPaddingLeft": {
|
|
4835
|
+
"$ref": "#size"
|
|
4836
|
+
},
|
|
4837
|
+
"footnoteHeaderPaddingRight": {
|
|
4838
|
+
"$ref": "#size"
|
|
4839
|
+
},
|
|
4840
|
+
"footnoteHeaderPaddingTop": {
|
|
4841
|
+
"$ref": "#size"
|
|
4842
|
+
},
|
|
4843
|
+
"footnoteHeaderPaddingBottom": {
|
|
4844
|
+
"$ref": "#size"
|
|
4845
|
+
},
|
|
4802
4846
|
"listPaddingLeft": {
|
|
4803
4847
|
"$ref": "#size"
|
|
4804
4848
|
},
|
|
@@ -4808,6 +4852,18 @@
|
|
|
4808
4852
|
"listItemMarkerLineHeight": {
|
|
4809
4853
|
"$ref": "#lineHeight"
|
|
4810
4854
|
},
|
|
4855
|
+
"headerLineHeight": {
|
|
4856
|
+
"$ref": "#size"
|
|
4857
|
+
},
|
|
4858
|
+
"headerFontSize": {
|
|
4859
|
+
"$ref": "#size"
|
|
4860
|
+
},
|
|
4861
|
+
"headerFontName": {
|
|
4862
|
+
"$ref": "#fontName"
|
|
4863
|
+
},
|
|
4864
|
+
"headerFontWeight": {
|
|
4865
|
+
"$ref": "#fontWeight"
|
|
4866
|
+
},
|
|
4811
4867
|
"listItemColor": {
|
|
4812
4868
|
"$ref": "#color"
|
|
4813
4869
|
},
|
package/build/android/theme.json
CHANGED
|
@@ -3200,7 +3200,7 @@
|
|
|
3200
3200
|
"blue": 0.45098,
|
|
3201
3201
|
"alpha": 1
|
|
3202
3202
|
},
|
|
3203
|
-
"closeButtonBorderSize":
|
|
3203
|
+
"closeButtonBorderSize": 0,
|
|
3204
3204
|
"closeButtonHeight": 24,
|
|
3205
3205
|
"closeButtonIconSize": 16,
|
|
3206
3206
|
"closeButtonMarginBottom": 12,
|
|
@@ -3221,7 +3221,7 @@
|
|
|
3221
3221
|
"blue": 0.96863,
|
|
3222
3222
|
"alpha": 1
|
|
3223
3223
|
},
|
|
3224
|
-
"footnoteBodyPaddingBottom":
|
|
3224
|
+
"footnoteBodyPaddingBottom": 40,
|
|
3225
3225
|
"footnoteBodyPaddingLeft": 16,
|
|
3226
3226
|
"footnoteBodyPaddingRight": 16,
|
|
3227
3227
|
"footnoteBodyPaddingTop": 0,
|
|
@@ -3232,6 +3232,14 @@
|
|
|
3232
3232
|
"alpha": 1
|
|
3233
3233
|
},
|
|
3234
3234
|
"footnoteBorderTopSizeMd": 1,
|
|
3235
|
+
"footnoteHeaderPaddingBottom": 16,
|
|
3236
|
+
"footnoteHeaderPaddingLeft": 16,
|
|
3237
|
+
"footnoteHeaderPaddingRight": 16,
|
|
3238
|
+
"footnoteHeaderPaddingTop": 16,
|
|
3239
|
+
"headerFontName": "HelveticaNow",
|
|
3240
|
+
"headerFontSize": 16,
|
|
3241
|
+
"headerFontWeight": 700,
|
|
3242
|
+
"headerLineHeight": 20,
|
|
3235
3243
|
"headerMargin": 16,
|
|
3236
3244
|
"listItemColor": {
|
|
3237
3245
|
"red": 0.2549,
|
|
@@ -6194,7 +6202,7 @@
|
|
|
6194
6202
|
"containerBorderRadius": 0,
|
|
6195
6203
|
"containerOpacity": 1,
|
|
6196
6204
|
"containerPaddingBottom": 0,
|
|
6197
|
-
"containerPaddingLeft":
|
|
6205
|
+
"containerPaddingLeft": 2,
|
|
6198
6206
|
"containerPaddingRight": 0,
|
|
6199
6207
|
"containerPaddingTop": 0,
|
|
6200
6208
|
"containerShadow": null,
|
|
@@ -6242,7 +6250,7 @@
|
|
|
6242
6250
|
"alpha": 0
|
|
6243
6251
|
},
|
|
6244
6252
|
"outerBorderGap": 0,
|
|
6245
|
-
"outerBorderWidth":
|
|
6253
|
+
"outerBorderWidth": 2
|
|
6246
6254
|
}
|
|
6247
6255
|
},
|
|
6248
6256
|
"RadioCard": {
|
package/build/ios/schema.json
CHANGED
|
@@ -4677,6 +4677,18 @@
|
|
|
4677
4677
|
"footnoteBodyPaddingBottom": {
|
|
4678
4678
|
"$ref": "#size"
|
|
4679
4679
|
},
|
|
4680
|
+
"footnoteHeaderPaddingLeft": {
|
|
4681
|
+
"$ref": "#size"
|
|
4682
|
+
},
|
|
4683
|
+
"footnoteHeaderPaddingRight": {
|
|
4684
|
+
"$ref": "#size"
|
|
4685
|
+
},
|
|
4686
|
+
"footnoteHeaderPaddingTop": {
|
|
4687
|
+
"$ref": "#size"
|
|
4688
|
+
},
|
|
4689
|
+
"footnoteHeaderPaddingBottom": {
|
|
4690
|
+
"$ref": "#size"
|
|
4691
|
+
},
|
|
4680
4692
|
"listPaddingLeft": {
|
|
4681
4693
|
"$ref": "#size"
|
|
4682
4694
|
},
|
|
@@ -4686,6 +4698,18 @@
|
|
|
4686
4698
|
"listItemMarkerLineHeight": {
|
|
4687
4699
|
"$ref": "#lineHeight"
|
|
4688
4700
|
},
|
|
4701
|
+
"headerLineHeight": {
|
|
4702
|
+
"$ref": "#size"
|
|
4703
|
+
},
|
|
4704
|
+
"headerFontSize": {
|
|
4705
|
+
"$ref": "#size"
|
|
4706
|
+
},
|
|
4707
|
+
"headerFontName": {
|
|
4708
|
+
"$ref": "#fontName"
|
|
4709
|
+
},
|
|
4710
|
+
"headerFontWeight": {
|
|
4711
|
+
"$ref": "#fontWeight"
|
|
4712
|
+
},
|
|
4689
4713
|
"listItemColor": {
|
|
4690
4714
|
"$ref": "#color"
|
|
4691
4715
|
},
|
|
@@ -4739,9 +4763,17 @@
|
|
|
4739
4763
|
"footnoteBodyPaddingRight",
|
|
4740
4764
|
"footnoteBodyPaddingTop",
|
|
4741
4765
|
"footnoteBodyPaddingBottom",
|
|
4766
|
+
"footnoteHeaderPaddingLeft",
|
|
4767
|
+
"footnoteHeaderPaddingRight",
|
|
4768
|
+
"footnoteHeaderPaddingTop",
|
|
4769
|
+
"footnoteHeaderPaddingBottom",
|
|
4742
4770
|
"listPaddingLeft",
|
|
4743
4771
|
"listItemMarkerFontSize",
|
|
4744
4772
|
"listItemMarkerLineHeight",
|
|
4773
|
+
"headerLineHeight",
|
|
4774
|
+
"headerFontSize",
|
|
4775
|
+
"headerFontName",
|
|
4776
|
+
"headerFontWeight",
|
|
4745
4777
|
"listItemColor",
|
|
4746
4778
|
"listItemFontSize",
|
|
4747
4779
|
"listItemLineHeight",
|
|
@@ -4799,6 +4831,18 @@
|
|
|
4799
4831
|
"footnoteBodyPaddingBottom": {
|
|
4800
4832
|
"$ref": "#size"
|
|
4801
4833
|
},
|
|
4834
|
+
"footnoteHeaderPaddingLeft": {
|
|
4835
|
+
"$ref": "#size"
|
|
4836
|
+
},
|
|
4837
|
+
"footnoteHeaderPaddingRight": {
|
|
4838
|
+
"$ref": "#size"
|
|
4839
|
+
},
|
|
4840
|
+
"footnoteHeaderPaddingTop": {
|
|
4841
|
+
"$ref": "#size"
|
|
4842
|
+
},
|
|
4843
|
+
"footnoteHeaderPaddingBottom": {
|
|
4844
|
+
"$ref": "#size"
|
|
4845
|
+
},
|
|
4802
4846
|
"listPaddingLeft": {
|
|
4803
4847
|
"$ref": "#size"
|
|
4804
4848
|
},
|
|
@@ -4808,6 +4852,18 @@
|
|
|
4808
4852
|
"listItemMarkerLineHeight": {
|
|
4809
4853
|
"$ref": "#lineHeight"
|
|
4810
4854
|
},
|
|
4855
|
+
"headerLineHeight": {
|
|
4856
|
+
"$ref": "#size"
|
|
4857
|
+
},
|
|
4858
|
+
"headerFontSize": {
|
|
4859
|
+
"$ref": "#size"
|
|
4860
|
+
},
|
|
4861
|
+
"headerFontName": {
|
|
4862
|
+
"$ref": "#fontName"
|
|
4863
|
+
},
|
|
4864
|
+
"headerFontWeight": {
|
|
4865
|
+
"$ref": "#fontWeight"
|
|
4866
|
+
},
|
|
4811
4867
|
"listItemColor": {
|
|
4812
4868
|
"$ref": "#color"
|
|
4813
4869
|
},
|
package/build/ios/theme.json
CHANGED
|
@@ -3200,7 +3200,7 @@
|
|
|
3200
3200
|
"blue": 0.45098,
|
|
3201
3201
|
"alpha": 1
|
|
3202
3202
|
},
|
|
3203
|
-
"closeButtonBorderSize":
|
|
3203
|
+
"closeButtonBorderSize": 0,
|
|
3204
3204
|
"closeButtonHeight": 24,
|
|
3205
3205
|
"closeButtonIconSize": 16,
|
|
3206
3206
|
"closeButtonMarginBottom": 12,
|
|
@@ -3221,7 +3221,7 @@
|
|
|
3221
3221
|
"blue": 0.96863,
|
|
3222
3222
|
"alpha": 1
|
|
3223
3223
|
},
|
|
3224
|
-
"footnoteBodyPaddingBottom":
|
|
3224
|
+
"footnoteBodyPaddingBottom": 40,
|
|
3225
3225
|
"footnoteBodyPaddingLeft": 16,
|
|
3226
3226
|
"footnoteBodyPaddingRight": 16,
|
|
3227
3227
|
"footnoteBodyPaddingTop": 0,
|
|
@@ -3232,6 +3232,14 @@
|
|
|
3232
3232
|
"alpha": 1
|
|
3233
3233
|
},
|
|
3234
3234
|
"footnoteBorderTopSizeMd": 1,
|
|
3235
|
+
"footnoteHeaderPaddingBottom": 16,
|
|
3236
|
+
"footnoteHeaderPaddingLeft": 16,
|
|
3237
|
+
"footnoteHeaderPaddingRight": 16,
|
|
3238
|
+
"footnoteHeaderPaddingTop": 16,
|
|
3239
|
+
"headerFontName": "HelveticaNow",
|
|
3240
|
+
"headerFontSize": 16,
|
|
3241
|
+
"headerFontWeight": 700,
|
|
3242
|
+
"headerLineHeight": 20,
|
|
3235
3243
|
"headerMargin": 16,
|
|
3236
3244
|
"listItemColor": {
|
|
3237
3245
|
"red": 0.2549,
|
|
@@ -6194,7 +6202,7 @@
|
|
|
6194
6202
|
"containerBorderRadius": 0,
|
|
6195
6203
|
"containerOpacity": 1,
|
|
6196
6204
|
"containerPaddingBottom": 0,
|
|
6197
|
-
"containerPaddingLeft":
|
|
6205
|
+
"containerPaddingLeft": 2,
|
|
6198
6206
|
"containerPaddingRight": 0,
|
|
6199
6207
|
"containerPaddingTop": 0,
|
|
6200
6208
|
"containerShadow": null,
|
|
@@ -6242,7 +6250,7 @@
|
|
|
6242
6250
|
"alpha": 0
|
|
6243
6251
|
},
|
|
6244
6252
|
"outerBorderGap": 0,
|
|
6245
|
-
"outerBorderWidth":
|
|
6253
|
+
"outerBorderWidth": 2
|
|
6246
6254
|
}
|
|
6247
6255
|
},
|
|
6248
6256
|
"RadioCard": {
|
package/build/rn/schema.json
CHANGED
|
@@ -4677,6 +4677,18 @@
|
|
|
4677
4677
|
"footnoteBodyPaddingBottom": {
|
|
4678
4678
|
"$ref": "#size"
|
|
4679
4679
|
},
|
|
4680
|
+
"footnoteHeaderPaddingLeft": {
|
|
4681
|
+
"$ref": "#size"
|
|
4682
|
+
},
|
|
4683
|
+
"footnoteHeaderPaddingRight": {
|
|
4684
|
+
"$ref": "#size"
|
|
4685
|
+
},
|
|
4686
|
+
"footnoteHeaderPaddingTop": {
|
|
4687
|
+
"$ref": "#size"
|
|
4688
|
+
},
|
|
4689
|
+
"footnoteHeaderPaddingBottom": {
|
|
4690
|
+
"$ref": "#size"
|
|
4691
|
+
},
|
|
4680
4692
|
"listPaddingLeft": {
|
|
4681
4693
|
"$ref": "#size"
|
|
4682
4694
|
},
|
|
@@ -4686,6 +4698,18 @@
|
|
|
4686
4698
|
"listItemMarkerLineHeight": {
|
|
4687
4699
|
"$ref": "#lineHeight"
|
|
4688
4700
|
},
|
|
4701
|
+
"headerLineHeight": {
|
|
4702
|
+
"$ref": "#size"
|
|
4703
|
+
},
|
|
4704
|
+
"headerFontSize": {
|
|
4705
|
+
"$ref": "#size"
|
|
4706
|
+
},
|
|
4707
|
+
"headerFontName": {
|
|
4708
|
+
"$ref": "#fontName"
|
|
4709
|
+
},
|
|
4710
|
+
"headerFontWeight": {
|
|
4711
|
+
"$ref": "#fontWeight"
|
|
4712
|
+
},
|
|
4689
4713
|
"listItemColor": {
|
|
4690
4714
|
"$ref": "#color"
|
|
4691
4715
|
},
|
|
@@ -4739,9 +4763,17 @@
|
|
|
4739
4763
|
"footnoteBodyPaddingRight",
|
|
4740
4764
|
"footnoteBodyPaddingTop",
|
|
4741
4765
|
"footnoteBodyPaddingBottom",
|
|
4766
|
+
"footnoteHeaderPaddingLeft",
|
|
4767
|
+
"footnoteHeaderPaddingRight",
|
|
4768
|
+
"footnoteHeaderPaddingTop",
|
|
4769
|
+
"footnoteHeaderPaddingBottom",
|
|
4742
4770
|
"listPaddingLeft",
|
|
4743
4771
|
"listItemMarkerFontSize",
|
|
4744
4772
|
"listItemMarkerLineHeight",
|
|
4773
|
+
"headerLineHeight",
|
|
4774
|
+
"headerFontSize",
|
|
4775
|
+
"headerFontName",
|
|
4776
|
+
"headerFontWeight",
|
|
4745
4777
|
"listItemColor",
|
|
4746
4778
|
"listItemFontSize",
|
|
4747
4779
|
"listItemLineHeight",
|
|
@@ -4799,6 +4831,18 @@
|
|
|
4799
4831
|
"footnoteBodyPaddingBottom": {
|
|
4800
4832
|
"$ref": "#size"
|
|
4801
4833
|
},
|
|
4834
|
+
"footnoteHeaderPaddingLeft": {
|
|
4835
|
+
"$ref": "#size"
|
|
4836
|
+
},
|
|
4837
|
+
"footnoteHeaderPaddingRight": {
|
|
4838
|
+
"$ref": "#size"
|
|
4839
|
+
},
|
|
4840
|
+
"footnoteHeaderPaddingTop": {
|
|
4841
|
+
"$ref": "#size"
|
|
4842
|
+
},
|
|
4843
|
+
"footnoteHeaderPaddingBottom": {
|
|
4844
|
+
"$ref": "#size"
|
|
4845
|
+
},
|
|
4802
4846
|
"listPaddingLeft": {
|
|
4803
4847
|
"$ref": "#size"
|
|
4804
4848
|
},
|
|
@@ -4808,6 +4852,18 @@
|
|
|
4808
4852
|
"listItemMarkerLineHeight": {
|
|
4809
4853
|
"$ref": "#lineHeight"
|
|
4810
4854
|
},
|
|
4855
|
+
"headerLineHeight": {
|
|
4856
|
+
"$ref": "#size"
|
|
4857
|
+
},
|
|
4858
|
+
"headerFontSize": {
|
|
4859
|
+
"$ref": "#size"
|
|
4860
|
+
},
|
|
4861
|
+
"headerFontName": {
|
|
4862
|
+
"$ref": "#fontName"
|
|
4863
|
+
},
|
|
4864
|
+
"headerFontWeight": {
|
|
4865
|
+
"$ref": "#fontWeight"
|
|
4866
|
+
},
|
|
4811
4867
|
"listItemColor": {
|
|
4812
4868
|
"$ref": "#color"
|
|
4813
4869
|
},
|
package/build/rn/theme.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
*
|
|
3
3
|
* Do not edit directly
|
|
4
|
-
* Generated on
|
|
4
|
+
* Generated on Fri, 19 May 2023 04:51:50 GMT
|
|
5
5
|
*
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -1720,7 +1720,7 @@ module.exports = {
|
|
|
1720
1720
|
rules: [],
|
|
1721
1721
|
tokens: {
|
|
1722
1722
|
closeButtonBorderColor: '#676e73',
|
|
1723
|
-
closeButtonBorderSize:
|
|
1723
|
+
closeButtonBorderSize: 0,
|
|
1724
1724
|
closeButtonHeight: 24,
|
|
1725
1725
|
closeButtonIconSize: 16,
|
|
1726
1726
|
closeButtonMarginBottom: 12,
|
|
@@ -1731,12 +1731,20 @@ module.exports = {
|
|
|
1731
1731
|
closeIcon: PaletteIconClose,
|
|
1732
1732
|
footnoteBackground: '#f4f4f7',
|
|
1733
1733
|
footnoteBodyBackground: '#f4f4f7',
|
|
1734
|
-
footnoteBodyPaddingBottom:
|
|
1734
|
+
footnoteBodyPaddingBottom: 40,
|
|
1735
1735
|
footnoteBodyPaddingLeft: 16,
|
|
1736
1736
|
footnoteBodyPaddingRight: 16,
|
|
1737
1737
|
footnoteBodyPaddingTop: 0,
|
|
1738
1738
|
footnoteBorderColorMd: '#b2b9bf',
|
|
1739
1739
|
footnoteBorderTopSizeMd: 1,
|
|
1740
|
+
footnoteHeaderPaddingBottom: 16,
|
|
1741
|
+
footnoteHeaderPaddingLeft: 16,
|
|
1742
|
+
footnoteHeaderPaddingRight: 16,
|
|
1743
|
+
footnoteHeaderPaddingTop: 16,
|
|
1744
|
+
headerFontName: 'HelveticaNow',
|
|
1745
|
+
headerFontSize: 16,
|
|
1746
|
+
headerFontWeight: '700',
|
|
1747
|
+
headerLineHeight: 20,
|
|
1740
1748
|
headerMargin: 16,
|
|
1741
1749
|
listItemColor: '#414547',
|
|
1742
1750
|
listItemFontSize: 14,
|
|
@@ -3576,7 +3584,7 @@ module.exports = {
|
|
|
3576
3584
|
{ if: { error: true }, tokens: {} },
|
|
3577
3585
|
{
|
|
3578
3586
|
if: { hover: true },
|
|
3579
|
-
tokens: { outerBorderColor: '#e3e6e8'
|
|
3587
|
+
tokens: { outerBorderColor: '#e3e6e8' }
|
|
3580
3588
|
},
|
|
3581
3589
|
{
|
|
3582
3590
|
if: { focus: true },
|
|
@@ -3607,7 +3615,7 @@ module.exports = {
|
|
|
3607
3615
|
containerBorderRadius: 0,
|
|
3608
3616
|
containerOpacity: 1,
|
|
3609
3617
|
containerPaddingBottom: 0,
|
|
3610
|
-
containerPaddingLeft:
|
|
3618
|
+
containerPaddingLeft: 2,
|
|
3611
3619
|
containerPaddingRight: 0,
|
|
3612
3620
|
containerPaddingTop: 0,
|
|
3613
3621
|
containerShadow: null,
|
|
@@ -3630,7 +3638,7 @@ module.exports = {
|
|
|
3630
3638
|
labelMarginLeft: 10,
|
|
3631
3639
|
outerBorderColor: 'transparent',
|
|
3632
3640
|
outerBorderGap: 0,
|
|
3633
|
-
outerBorderWidth:
|
|
3641
|
+
outerBorderWidth: 2
|
|
3634
3642
|
}
|
|
3635
3643
|
},
|
|
3636
3644
|
RadioCard: {
|
package/package.json
CHANGED
package/theme.json
CHANGED
|
@@ -2141,7 +2141,7 @@
|
|
|
2141
2141
|
"rules": [],
|
|
2142
2142
|
"tokens": {
|
|
2143
2143
|
"closeButtonBorderColor": "{palette.color.greyShuttle}",
|
|
2144
|
-
"closeButtonBorderSize": "{palette.border.
|
|
2144
|
+
"closeButtonBorderSize": "{palette.border.none}",
|
|
2145
2145
|
"closeButtonHeight": "{palette.size.size24}",
|
|
2146
2146
|
"closeButtonIconSize": "{palette.size.size16}",
|
|
2147
2147
|
"closeButtonMarginBottom": "{palette.size.size12}",
|
|
@@ -2152,12 +2152,20 @@
|
|
|
2152
2152
|
"closeIcon": "{palette.icon.Close}",
|
|
2153
2153
|
"footnoteBackground": "{palette.color.greyAthens}",
|
|
2154
2154
|
"footnoteBodyBackground": "{palette.color.greyAthens}",
|
|
2155
|
-
"footnoteBodyPaddingBottom": "{palette.size.
|
|
2155
|
+
"footnoteBodyPaddingBottom": "{palette.size.size40}",
|
|
2156
2156
|
"footnoteBodyPaddingLeft": "{palette.size.size16}",
|
|
2157
2157
|
"footnoteBodyPaddingRight": "{palette.size.size16}",
|
|
2158
2158
|
"footnoteBodyPaddingTop": "{palette.size.size0}",
|
|
2159
2159
|
"footnoteBorderColorMd": "{palette.color.greyCloud}",
|
|
2160
2160
|
"footnoteBorderTopSizeMd": "{palette.border.border1}",
|
|
2161
|
+
"footnoteHeaderPaddingBottom": "{palette.size.size16}",
|
|
2162
|
+
"footnoteHeaderPaddingLeft": "{palette.size.size16}",
|
|
2163
|
+
"footnoteHeaderPaddingRight": "{palette.size.size16}",
|
|
2164
|
+
"footnoteHeaderPaddingTop": "{palette.size.size16}",
|
|
2165
|
+
"headerFontName": "{palette.fontName.HelveticaNow}",
|
|
2166
|
+
"headerFontSize": "{palette.size.size16}",
|
|
2167
|
+
"headerFontWeight": "{palette.fontWeight.weight700}",
|
|
2168
|
+
"headerLineHeight": "{palette.size.size20}",
|
|
2161
2169
|
"headerMargin": "{palette.size.size16}",
|
|
2162
2170
|
"listItemColor": "{palette.color.greyCharcoal}",
|
|
2163
2171
|
"listItemFontSize": "{palette.size.size14}",
|
|
@@ -4463,8 +4471,7 @@
|
|
|
4463
4471
|
"hover": true
|
|
4464
4472
|
},
|
|
4465
4473
|
"tokens": {
|
|
4466
|
-
"outerBorderColor": "{palette.color.greyMystic}"
|
|
4467
|
-
"outerBorderWidth": "{palette.border.border2}"
|
|
4474
|
+
"outerBorderColor": "{palette.color.greyMystic}"
|
|
4468
4475
|
}
|
|
4469
4476
|
},
|
|
4470
4477
|
{
|
|
@@ -4506,7 +4513,7 @@
|
|
|
4506
4513
|
"containerBorderRadius": "{palette.radius.none}",
|
|
4507
4514
|
"containerOpacity": "{system.opacity.opaque}",
|
|
4508
4515
|
"containerPaddingBottom": "{palette.size.size0}",
|
|
4509
|
-
"containerPaddingLeft": "{palette.size.
|
|
4516
|
+
"containerPaddingLeft": "{palette.size.size2}",
|
|
4510
4517
|
"containerPaddingRight": "{palette.size.size0}",
|
|
4511
4518
|
"containerPaddingTop": "{palette.size.size0}",
|
|
4512
4519
|
"containerShadow": "{system.shadow.none}",
|
|
@@ -4529,7 +4536,7 @@
|
|
|
4529
4536
|
"labelMarginLeft": "{palette.size.size10}",
|
|
4530
4537
|
"outerBorderColor": "{system.color.transparent}",
|
|
4531
4538
|
"outerBorderGap": "{system.size.zero}",
|
|
4532
|
-
"outerBorderWidth": "{
|
|
4539
|
+
"outerBorderWidth": "{palette.border.border2}"
|
|
4533
4540
|
}
|
|
4534
4541
|
},
|
|
4535
4542
|
"RadioCard": {
|