@telus-uds/theme-allium 3.27.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 +1419 -1130
- package/build/android/theme.json +184 -73
- package/build/ios/schema.json +1419 -1130
- package/build/ios/theme.json +184 -73
- package/build/rn/schema.json +1419 -1130
- package/build/rn/theme.js +127 -46
- package/package.json +5 -5
- package/theme.json +131 -46
package/build/android/theme.json
CHANGED
|
@@ -1287,13 +1287,17 @@
|
|
|
1287
1287
|
"blue": 1,
|
|
1288
1288
|
"alpha": 1
|
|
1289
1289
|
},
|
|
1290
|
+
"borderBottomWidth": 1,
|
|
1290
1291
|
"borderColor": {
|
|
1291
1292
|
"red": 0.16863,
|
|
1292
1293
|
"green": 0.50196,
|
|
1293
1294
|
"blue": 0,
|
|
1294
1295
|
"alpha": 1
|
|
1295
1296
|
},
|
|
1297
|
+
"borderLeftWidth": 1,
|
|
1296
1298
|
"borderRadius": 32,
|
|
1299
|
+
"borderRightWidth": 1,
|
|
1300
|
+
"borderTopWidth": 1,
|
|
1297
1301
|
"borderWidth": 1,
|
|
1298
1302
|
"color": {
|
|
1299
1303
|
"red": 0.16863,
|
|
@@ -1304,9 +1308,10 @@
|
|
|
1304
1308
|
"fontName": "HelveticaNow",
|
|
1305
1309
|
"fontSize": 16,
|
|
1306
1310
|
"fontWeight": 700,
|
|
1311
|
+
"height": null,
|
|
1307
1312
|
"icon": null,
|
|
1308
1313
|
"iconSize": 24,
|
|
1309
|
-
"iconSpace":
|
|
1314
|
+
"iconSpace": 1,
|
|
1310
1315
|
"lineHeight": 1.5,
|
|
1311
1316
|
"minWidth": 144,
|
|
1312
1317
|
"opacity": 1,
|
|
@@ -2636,6 +2641,12 @@
|
|
|
2636
2641
|
"appearances": {},
|
|
2637
2642
|
"rules": [],
|
|
2638
2643
|
"tokens": {
|
|
2644
|
+
"calendarBackgroundColor": {
|
|
2645
|
+
"red": 1,
|
|
2646
|
+
"green": 1,
|
|
2647
|
+
"blue": 1,
|
|
2648
|
+
"alpha": 1
|
|
2649
|
+
},
|
|
2639
2650
|
"calendarDayBlockedCalendarHoverBackground": {
|
|
2640
2651
|
"red": 0.98039,
|
|
2641
2652
|
"green": 0.98039,
|
|
@@ -2643,21 +2654,31 @@
|
|
|
2643
2654
|
"alpha": 1
|
|
2644
2655
|
},
|
|
2645
2656
|
"calendarDayBlockedCalendarHoverColor": {
|
|
2646
|
-
"red": 0.
|
|
2647
|
-
"green": 0.
|
|
2648
|
-
"blue": 0.
|
|
2657
|
+
"red": 0.40392,
|
|
2658
|
+
"green": 0.43137,
|
|
2659
|
+
"blue": 0.45098,
|
|
2660
|
+
"alpha": 1
|
|
2661
|
+
},
|
|
2662
|
+
"calendarDayDefaultBackgroundColor": {
|
|
2663
|
+
"red": 1,
|
|
2664
|
+
"green": 1,
|
|
2665
|
+
"blue": 1,
|
|
2649
2666
|
"alpha": 1
|
|
2650
2667
|
},
|
|
2651
|
-
"calendarDayDefaultBeforeHeight": 28,
|
|
2652
|
-
"calendarDayDefaultBeforeWidth": 28,
|
|
2653
2668
|
"calendarDayDefaultBorder": 1,
|
|
2654
2669
|
"calendarDayDefaultBorderColor": {
|
|
2655
|
-
"red": 0.
|
|
2656
|
-
"green": 0.
|
|
2657
|
-
"blue": 0.
|
|
2670
|
+
"red": 0.69804,
|
|
2671
|
+
"green": 0.72549,
|
|
2672
|
+
"blue": 0.74902,
|
|
2658
2673
|
"alpha": 1
|
|
2659
2674
|
},
|
|
2660
2675
|
"calendarDayDefaultCalendarDaySelectedHoverBackground": {
|
|
2676
|
+
"red": 1,
|
|
2677
|
+
"green": 1,
|
|
2678
|
+
"blue": 1,
|
|
2679
|
+
"alpha": 1
|
|
2680
|
+
},
|
|
2681
|
+
"calendarDayDefaultCalendarDaySelectedHoverBeforeBackground": {
|
|
2661
2682
|
"red": 0.48627,
|
|
2662
2683
|
"green": 0.32549,
|
|
2663
2684
|
"blue": 0.64706,
|
|
@@ -2677,23 +2698,41 @@
|
|
|
2677
2698
|
},
|
|
2678
2699
|
"calendarDayDefaultFontName": "HelveticaNow",
|
|
2679
2700
|
"calendarDayDefaultFontSize": 14,
|
|
2680
|
-
"calendarDayDefaultFontWeight":
|
|
2701
|
+
"calendarDayDefaultFontWeight": 400,
|
|
2702
|
+
"calendarDaySelectedFocusBeforeBackground": {
|
|
2703
|
+
"red": 1,
|
|
2704
|
+
"green": 1,
|
|
2705
|
+
"blue": 1,
|
|
2706
|
+
"alpha": 1
|
|
2707
|
+
},
|
|
2708
|
+
"calendarDaySelectedHoverBackground": {
|
|
2709
|
+
"red": 1,
|
|
2710
|
+
"green": 1,
|
|
2711
|
+
"blue": 1,
|
|
2712
|
+
"alpha": 1
|
|
2713
|
+
},
|
|
2681
2714
|
"calendarDaySelectedHoverBeforeBackground": {
|
|
2715
|
+
"red": 1,
|
|
2716
|
+
"green": 1,
|
|
2717
|
+
"blue": 1,
|
|
2718
|
+
"alpha": 1
|
|
2719
|
+
},
|
|
2720
|
+
"calendarDaySelectedHoverBeforeBorderColor": {
|
|
2682
2721
|
"red": 0.48627,
|
|
2683
2722
|
"green": 0.32549,
|
|
2684
2723
|
"blue": 0.64706,
|
|
2685
2724
|
"alpha": 1
|
|
2686
2725
|
},
|
|
2687
2726
|
"calendarDaySelectedHoverBorderColor": {
|
|
2688
|
-
"red": 0.
|
|
2689
|
-
"green": 0.
|
|
2690
|
-
"blue": 0.
|
|
2727
|
+
"red": 0.69804,
|
|
2728
|
+
"green": 0.72549,
|
|
2729
|
+
"blue": 0.74902,
|
|
2691
2730
|
"alpha": 1
|
|
2692
2731
|
},
|
|
2693
2732
|
"calendarDaySelectedHoverColor": {
|
|
2694
|
-
"red":
|
|
2695
|
-
"green":
|
|
2696
|
-
"blue":
|
|
2733
|
+
"red": 0.2549,
|
|
2734
|
+
"green": 0.27059,
|
|
2735
|
+
"blue": 0.27843,
|
|
2697
2736
|
"alpha": 1
|
|
2698
2737
|
},
|
|
2699
2738
|
"calendarMonthCaptionColor": {
|
|
@@ -2704,7 +2743,7 @@
|
|
|
2704
2743
|
},
|
|
2705
2744
|
"calendarMonthCaptionFontName": "HelveticaNow",
|
|
2706
2745
|
"calendarMonthCaptionFontSize": 20,
|
|
2707
|
-
"calendarMonthCaptionFontWeight":
|
|
2746
|
+
"calendarMonthCaptionFontWeight": 700,
|
|
2708
2747
|
"calendarMonthCaptionLineHeight": 1.4,
|
|
2709
2748
|
"calendarMonthCaptionPaddingBottom": 48,
|
|
2710
2749
|
"dateInputBorderColor": {
|
|
@@ -2744,41 +2783,7 @@
|
|
|
2744
2783
|
"blue": 0.45098,
|
|
2745
2784
|
"alpha": 1
|
|
2746
2785
|
},
|
|
2747
|
-
"dayPickerNavigationButtonBackgroundColor": {
|
|
2748
|
-
"red": 1,
|
|
2749
|
-
"green": 1,
|
|
2750
|
-
"blue": 1,
|
|
2751
|
-
"alpha": 1
|
|
2752
|
-
},
|
|
2753
|
-
"dayPickerNavigationButtonBorderColor": {
|
|
2754
|
-
"red": 0.69804,
|
|
2755
|
-
"green": 0.72549,
|
|
2756
|
-
"blue": 0.74902,
|
|
2757
|
-
"alpha": 1
|
|
2758
|
-
},
|
|
2759
|
-
"dayPickerNavigationButtonChildLeft": 8,
|
|
2760
|
-
"dayPickerNavigationButtonChildRight": 8,
|
|
2761
|
-
"dayPickerNavigationButtonChildSvgFill": {
|
|
2762
|
-
"red": 0.40392,
|
|
2763
|
-
"green": 0.43137,
|
|
2764
|
-
"blue": 0.45098,
|
|
2765
|
-
"alpha": 1
|
|
2766
|
-
},
|
|
2767
|
-
"dayPickerNavigationButtonDefaultHoverBorderColor": {
|
|
2768
|
-
"red": 0.8902,
|
|
2769
|
-
"green": 0.90196,
|
|
2770
|
-
"blue": 0.9098,
|
|
2771
|
-
"alpha": 1
|
|
2772
|
-
},
|
|
2773
|
-
"dayPickerNavigationButtonMaxHeight": 32,
|
|
2774
|
-
"dayPickerNavigationButtonMaxWidth": 32,
|
|
2775
2786
|
"dayPickerNavigationButtonPadding": 8,
|
|
2776
|
-
"dayPickerNavigationSVGHorizontalFill": {
|
|
2777
|
-
"red": 0.17255,
|
|
2778
|
-
"green": 0.18039,
|
|
2779
|
-
"blue": 0.18824,
|
|
2780
|
-
"alpha": 1
|
|
2781
|
-
},
|
|
2782
2787
|
"dayPickerWeekHeaderColor": {
|
|
2783
2788
|
"red": 0.2549,
|
|
2784
2789
|
"green": 0.27059,
|
|
@@ -2786,7 +2791,7 @@
|
|
|
2786
2791
|
"alpha": 1
|
|
2787
2792
|
},
|
|
2788
2793
|
"dayPickerWeekHeaderFontName": "HelveticaNow",
|
|
2789
|
-
"dayPickerWeekHeaderFontWeight":
|
|
2794
|
+
"dayPickerWeekHeaderFontWeight": 700,
|
|
2790
2795
|
"dayPickerWeekHeaderLineHeight": 1.42857142857,
|
|
2791
2796
|
"dayPickerWeekHeaderSmall": 14,
|
|
2792
2797
|
"hiddenInputFieldContainerHeight": 0,
|
|
@@ -2910,6 +2915,10 @@
|
|
|
2910
2915
|
},
|
|
2911
2916
|
"ExpandCollapseControl": {
|
|
2912
2917
|
"appearances": {
|
|
2918
|
+
"compact": {
|
|
2919
|
+
"type": "variant",
|
|
2920
|
+
"values": [true]
|
|
2921
|
+
},
|
|
2913
2922
|
"expanded": {
|
|
2914
2923
|
"description": "Applies when an ExpandCollapse panel is open and the content inside is visible",
|
|
2915
2924
|
"values": [true],
|
|
@@ -2924,6 +2933,17 @@
|
|
|
2924
2933
|
"tokens": {
|
|
2925
2934
|
"icon": "PaletteIconCaretUp"
|
|
2926
2935
|
}
|
|
2936
|
+
},
|
|
2937
|
+
{
|
|
2938
|
+
"if": {
|
|
2939
|
+
"compact": true
|
|
2940
|
+
},
|
|
2941
|
+
"tokens": {
|
|
2942
|
+
"paddingBottom": 8,
|
|
2943
|
+
"paddingLeft": 0,
|
|
2944
|
+
"paddingRight": 0,
|
|
2945
|
+
"paddingTop": 8
|
|
2946
|
+
}
|
|
2927
2947
|
}
|
|
2928
2948
|
],
|
|
2929
2949
|
"tokens": {
|
|
@@ -2953,8 +2973,8 @@
|
|
|
2953
2973
|
"iconSize": 16,
|
|
2954
2974
|
"justifyContent": "flex-start",
|
|
2955
2975
|
"paddingBottom": 16,
|
|
2956
|
-
"paddingLeft":
|
|
2957
|
-
"paddingRight":
|
|
2976
|
+
"paddingLeft": 0,
|
|
2977
|
+
"paddingRight": 0,
|
|
2958
2978
|
"paddingTop": 16,
|
|
2959
2979
|
"verticalAlign": "top"
|
|
2960
2980
|
}
|
|
@@ -2990,15 +3010,48 @@
|
|
|
2990
3010
|
}
|
|
2991
3011
|
},
|
|
2992
3012
|
"ExpandCollapsePanel": {
|
|
2993
|
-
"appearances": {
|
|
2994
|
-
|
|
3013
|
+
"appearances": {
|
|
3014
|
+
"compact": {
|
|
3015
|
+
"type": "variant",
|
|
3016
|
+
"values": [true]
|
|
3017
|
+
}
|
|
3018
|
+
},
|
|
3019
|
+
"rules": [
|
|
3020
|
+
{
|
|
3021
|
+
"if": {
|
|
3022
|
+
"compact": true
|
|
3023
|
+
},
|
|
3024
|
+
"tokens": {
|
|
3025
|
+
"contentPaddingBottom": 16,
|
|
3026
|
+
"contentPaddingLeft": 24,
|
|
3027
|
+
"contentPaddingRight": 0,
|
|
3028
|
+
"contentPaddingTop": 8
|
|
3029
|
+
}
|
|
3030
|
+
}
|
|
3031
|
+
],
|
|
2995
3032
|
"tokens": {
|
|
3033
|
+
"borderColor": {
|
|
3034
|
+
"red": 0,
|
|
3035
|
+
"green": 0,
|
|
3036
|
+
"blue": 0,
|
|
3037
|
+
"alpha": 0
|
|
3038
|
+
},
|
|
3039
|
+
"borderRadius": 0,
|
|
3040
|
+
"borderWidth": 0,
|
|
2996
3041
|
"collapseDuration": 250,
|
|
2997
3042
|
"contentPaddingBottom": 16,
|
|
2998
|
-
"contentPaddingLeft":
|
|
2999
|
-
"contentPaddingRight":
|
|
3043
|
+
"contentPaddingLeft": 24,
|
|
3044
|
+
"contentPaddingRight": 0,
|
|
3000
3045
|
"contentPaddingTop": 0,
|
|
3001
|
-
"
|
|
3046
|
+
"expandDividerColor": {
|
|
3047
|
+
"red": 0,
|
|
3048
|
+
"green": 0,
|
|
3049
|
+
"blue": 0,
|
|
3050
|
+
"alpha": 0
|
|
3051
|
+
},
|
|
3052
|
+
"expandDuration": 300,
|
|
3053
|
+
"expanddDividerWidth": 0,
|
|
3054
|
+
"marginBottom": 0
|
|
3002
3055
|
}
|
|
3003
3056
|
},
|
|
3004
3057
|
"Feedback": {
|
|
@@ -3147,7 +3200,7 @@
|
|
|
3147
3200
|
"blue": 0.45098,
|
|
3148
3201
|
"alpha": 1
|
|
3149
3202
|
},
|
|
3150
|
-
"closeButtonBorderSize":
|
|
3203
|
+
"closeButtonBorderSize": 0,
|
|
3151
3204
|
"closeButtonHeight": 24,
|
|
3152
3205
|
"closeButtonIconSize": 16,
|
|
3153
3206
|
"closeButtonMarginBottom": 12,
|
|
@@ -3168,7 +3221,7 @@
|
|
|
3168
3221
|
"blue": 0.96863,
|
|
3169
3222
|
"alpha": 1
|
|
3170
3223
|
},
|
|
3171
|
-
"footnoteBodyPaddingBottom":
|
|
3224
|
+
"footnoteBodyPaddingBottom": 40,
|
|
3172
3225
|
"footnoteBodyPaddingLeft": 16,
|
|
3173
3226
|
"footnoteBodyPaddingRight": 16,
|
|
3174
3227
|
"footnoteBodyPaddingTop": 0,
|
|
@@ -3179,6 +3232,14 @@
|
|
|
3179
3232
|
"alpha": 1
|
|
3180
3233
|
},
|
|
3181
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,
|
|
3182
3243
|
"headerMargin": 16,
|
|
3183
3244
|
"listItemColor": {
|
|
3184
3245
|
"red": 0.2549,
|
|
@@ -4772,9 +4833,22 @@
|
|
|
4772
4833
|
"system": {
|
|
4773
4834
|
"values": [true],
|
|
4774
4835
|
"type": "state"
|
|
4836
|
+
},
|
|
4837
|
+
"viewport": {
|
|
4838
|
+
"description": "The size label for the current screen viewport based on the current screen width",
|
|
4839
|
+
"values": ["xs", "sm", "md", "lg", "xl"],
|
|
4840
|
+
"type": "state"
|
|
4775
4841
|
}
|
|
4776
4842
|
},
|
|
4777
4843
|
"rules": [
|
|
4844
|
+
{
|
|
4845
|
+
"if": {
|
|
4846
|
+
"viewport": ["xl"]
|
|
4847
|
+
},
|
|
4848
|
+
"tokens": {
|
|
4849
|
+
"justifyContent": "center"
|
|
4850
|
+
}
|
|
4851
|
+
},
|
|
4778
4852
|
{
|
|
4779
4853
|
"if": {
|
|
4780
4854
|
"system": true
|
|
@@ -4899,12 +4973,11 @@
|
|
|
4899
4973
|
"dismissButtonGap": 16,
|
|
4900
4974
|
"dismissIcon": "PaletteIconClose",
|
|
4901
4975
|
"dismissIconColor": {
|
|
4902
|
-
"red": 0.
|
|
4903
|
-
"green": 0.
|
|
4904
|
-
"blue": 0.
|
|
4976
|
+
"red": 0.40392,
|
|
4977
|
+
"green": 0.43137,
|
|
4978
|
+
"blue": 0.45098,
|
|
4905
4979
|
"alpha": 1
|
|
4906
4980
|
},
|
|
4907
|
-
"dismissIconSize": 24,
|
|
4908
4981
|
"fontName": "HelveticaNow",
|
|
4909
4982
|
"fontSize": 16,
|
|
4910
4983
|
"fontWeight": 400,
|
|
@@ -4917,6 +4990,7 @@
|
|
|
4917
4990
|
},
|
|
4918
4991
|
"iconGap": 16,
|
|
4919
4992
|
"iconSize": 24,
|
|
4993
|
+
"justifyContent": "flex-start",
|
|
4920
4994
|
"lineHeight": 1.5,
|
|
4921
4995
|
"paddingBottom": 12,
|
|
4922
4996
|
"paddingLeft": 12,
|
|
@@ -5024,12 +5098,28 @@
|
|
|
5024
5098
|
}
|
|
5025
5099
|
],
|
|
5026
5100
|
"tokens": {
|
|
5101
|
+
"borderBottomWidth": 0,
|
|
5102
|
+
"borderColor": {
|
|
5103
|
+
"red": 0.40392,
|
|
5104
|
+
"green": 0.43137,
|
|
5105
|
+
"blue": 0.45098,
|
|
5106
|
+
"alpha": 1
|
|
5107
|
+
},
|
|
5108
|
+
"borderLeftWidth": 0,
|
|
5109
|
+
"borderRightWidth": 0,
|
|
5110
|
+
"borderTopWidth": 0,
|
|
5027
5111
|
"color": {
|
|
5028
5112
|
"red": 0.40392,
|
|
5029
5113
|
"green": 0.43137,
|
|
5030
5114
|
"blue": 0.45098,
|
|
5031
5115
|
"alpha": 1
|
|
5032
5116
|
},
|
|
5117
|
+
"ellipsisBorderBottomWidth": 0,
|
|
5118
|
+
"ellipsisBorderLeftWidth": 0,
|
|
5119
|
+
"ellipsisBorderRightWidth": 0,
|
|
5120
|
+
"ellipsisBorderTopWidth": 0,
|
|
5121
|
+
"ellipsisHeight": null,
|
|
5122
|
+
"ellipsisPadding": 0,
|
|
5033
5123
|
"fontName": "HelveticaNow",
|
|
5034
5124
|
"fontSize": 16,
|
|
5035
5125
|
"fontWeight": 400,
|
|
@@ -5099,14 +5189,17 @@
|
|
|
5099
5189
|
"blue": 0,
|
|
5100
5190
|
"alpha": 0
|
|
5101
5191
|
},
|
|
5192
|
+
"borderBottomWidth": 1,
|
|
5102
5193
|
"borderColor": {
|
|
5103
5194
|
"red": 0,
|
|
5104
5195
|
"green": 0,
|
|
5105
5196
|
"blue": 0,
|
|
5106
5197
|
"alpha": 0
|
|
5107
5198
|
},
|
|
5199
|
+
"borderLeftWidth": 1,
|
|
5108
5200
|
"borderRadius": 32,
|
|
5109
|
-
"
|
|
5201
|
+
"borderRightWidth": 1,
|
|
5202
|
+
"borderTopWidth": 1,
|
|
5110
5203
|
"color": {
|
|
5111
5204
|
"red": 0.40392,
|
|
5112
5205
|
"green": 0.43137,
|
|
@@ -5116,6 +5209,7 @@
|
|
|
5116
5209
|
"fontName": "HelveticaNow",
|
|
5117
5210
|
"fontSize": 16,
|
|
5118
5211
|
"fontWeight": 400,
|
|
5212
|
+
"height": 32,
|
|
5119
5213
|
"lineHeight": 1.5,
|
|
5120
5214
|
"outerBorderColor": {
|
|
5121
5215
|
"red": 0,
|
|
@@ -5246,14 +5340,17 @@
|
|
|
5246
5340
|
"blue": 0,
|
|
5247
5341
|
"alpha": 0
|
|
5248
5342
|
},
|
|
5343
|
+
"borderBottomWidth": 0,
|
|
5249
5344
|
"borderColor": {
|
|
5250
5345
|
"red": 0,
|
|
5251
5346
|
"green": 0,
|
|
5252
5347
|
"blue": 0,
|
|
5253
5348
|
"alpha": 0
|
|
5254
5349
|
},
|
|
5350
|
+
"borderLeftWidth": 0,
|
|
5255
5351
|
"borderRadius": 4,
|
|
5256
|
-
"
|
|
5352
|
+
"borderRightWidth": 0,
|
|
5353
|
+
"borderTopWidth": 0,
|
|
5257
5354
|
"color": {
|
|
5258
5355
|
"red": 0.40392,
|
|
5259
5356
|
"green": 0.43137,
|
|
@@ -5264,6 +5361,7 @@
|
|
|
5264
5361
|
"fontName": "HelveticaNow",
|
|
5265
5362
|
"fontSize": 16,
|
|
5266
5363
|
"fontWeight": 400,
|
|
5364
|
+
"height": null,
|
|
5267
5365
|
"icon": null,
|
|
5268
5366
|
"iconDisplace": 0,
|
|
5269
5367
|
"iconSize": 24,
|
|
@@ -5274,12 +5372,13 @@
|
|
|
5274
5372
|
"blue": 0,
|
|
5275
5373
|
"alpha": 0
|
|
5276
5374
|
},
|
|
5277
|
-
"
|
|
5375
|
+
"outerBorderWidth": 1,
|
|
5376
|
+
"paddingBottom": 4,
|
|
5278
5377
|
"paddingLeft": 8,
|
|
5279
5378
|
"paddingRight": 8,
|
|
5280
|
-
"paddingTop":
|
|
5379
|
+
"paddingTop": 4,
|
|
5281
5380
|
"textAlign": "center",
|
|
5282
|
-
"textLine": "
|
|
5381
|
+
"textLine": "none",
|
|
5283
5382
|
"width": null
|
|
5284
5383
|
}
|
|
5285
5384
|
},
|
|
@@ -5353,6 +5452,7 @@
|
|
|
5353
5452
|
"currencySymbolLineHeight": 1.25,
|
|
5354
5453
|
"rateFontSize": 14,
|
|
5355
5454
|
"rateLineHeight": 1.14285714286,
|
|
5455
|
+
"strikeThroughPosition": 15,
|
|
5356
5456
|
"topTextFontSize": 14,
|
|
5357
5457
|
"topTextLineHeight": 1.42857142857
|
|
5358
5458
|
}
|
|
@@ -5372,6 +5472,8 @@
|
|
|
5372
5472
|
"currencySymbolLineHeight": 1.125,
|
|
5373
5473
|
"rateFontSize": 20,
|
|
5374
5474
|
"rateLineHeight": 1.6,
|
|
5475
|
+
"strikeThroughHeight": 3,
|
|
5476
|
+
"strikeThroughPosition": 35,
|
|
5375
5477
|
"topTextFontSize": 20,
|
|
5376
5478
|
"topTextLineHeight": 1.6
|
|
5377
5479
|
}
|
|
@@ -5451,6 +5553,7 @@
|
|
|
5451
5553
|
"alpha": 1
|
|
5452
5554
|
},
|
|
5453
5555
|
"strikeThroughHeight": 2,
|
|
5556
|
+
"strikeThroughPosition": 22,
|
|
5454
5557
|
"topTextFontName": "HelveticaNow",
|
|
5455
5558
|
"topTextFontSize": 16,
|
|
5456
5559
|
"topTextFontWeight": 700,
|
|
@@ -6099,11 +6202,13 @@
|
|
|
6099
6202
|
"containerBorderRadius": 0,
|
|
6100
6203
|
"containerOpacity": 1,
|
|
6101
6204
|
"containerPaddingBottom": 0,
|
|
6102
|
-
"containerPaddingLeft":
|
|
6205
|
+
"containerPaddingLeft": 2,
|
|
6103
6206
|
"containerPaddingRight": 0,
|
|
6104
6207
|
"containerPaddingTop": 0,
|
|
6105
6208
|
"containerShadow": null,
|
|
6209
|
+
"descriptionFontName": "HelveticaNow",
|
|
6106
6210
|
"descriptionFontSize": 14,
|
|
6211
|
+
"descriptionFontWeight": 400,
|
|
6107
6212
|
"descriptionLineHeight": 1.42857142857,
|
|
6108
6213
|
"descriptionMarginLeft": null,
|
|
6109
6214
|
"inputBackgroundColor": {
|
|
@@ -6145,7 +6250,7 @@
|
|
|
6145
6250
|
"alpha": 0
|
|
6146
6251
|
},
|
|
6147
6252
|
"outerBorderGap": 0,
|
|
6148
|
-
"outerBorderWidth":
|
|
6253
|
+
"outerBorderWidth": 2
|
|
6149
6254
|
}
|
|
6150
6255
|
},
|
|
6151
6256
|
"RadioCard": {
|
|
@@ -6873,6 +6978,12 @@
|
|
|
6873
6978
|
"blue": 0.27843,
|
|
6874
6979
|
"alpha": 1
|
|
6875
6980
|
},
|
|
6981
|
+
"feedbackBackgroundColor": {
|
|
6982
|
+
"red": 0.74902,
|
|
6983
|
+
"green": 0.90588,
|
|
6984
|
+
"blue": 0.59216,
|
|
6985
|
+
"alpha": 1
|
|
6986
|
+
},
|
|
6876
6987
|
"fontName": "HelveticaNow",
|
|
6877
6988
|
"fontSize": 16,
|
|
6878
6989
|
"fontWeight": 400,
|
|
@@ -9903,7 +10014,7 @@
|
|
|
9903
10014
|
}
|
|
9904
10015
|
},
|
|
9905
10016
|
"metadata": {
|
|
9906
|
-
"themeTokensVersion": "2.
|
|
10017
|
+
"themeTokensVersion": "2.26.0",
|
|
9907
10018
|
"name": "theme-allium"
|
|
9908
10019
|
}
|
|
9909
10020
|
}
|