@telus-uds/theme-allium 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.
- package/build/android/schema.json +1363 -1130
- package/build/android/theme.json +172 -69
- package/build/ios/schema.json +1363 -1130
- package/build/ios/theme.json +172 -69
- package/build/rn/schema.json +1363 -1130
- package/build/rn/theme.js +114 -41
- package/package.json +5 -5
- package/theme.json +118 -40
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": {
|
|
@@ -4772,9 +4825,22 @@
|
|
|
4772
4825
|
"system": {
|
|
4773
4826
|
"values": [true],
|
|
4774
4827
|
"type": "state"
|
|
4828
|
+
},
|
|
4829
|
+
"viewport": {
|
|
4830
|
+
"description": "The size label for the current screen viewport based on the current screen width",
|
|
4831
|
+
"values": ["xs", "sm", "md", "lg", "xl"],
|
|
4832
|
+
"type": "state"
|
|
4775
4833
|
}
|
|
4776
4834
|
},
|
|
4777
4835
|
"rules": [
|
|
4836
|
+
{
|
|
4837
|
+
"if": {
|
|
4838
|
+
"viewport": ["xl"]
|
|
4839
|
+
},
|
|
4840
|
+
"tokens": {
|
|
4841
|
+
"justifyContent": "center"
|
|
4842
|
+
}
|
|
4843
|
+
},
|
|
4778
4844
|
{
|
|
4779
4845
|
"if": {
|
|
4780
4846
|
"system": true
|
|
@@ -4899,12 +4965,11 @@
|
|
|
4899
4965
|
"dismissButtonGap": 16,
|
|
4900
4966
|
"dismissIcon": "PaletteIconClose",
|
|
4901
4967
|
"dismissIconColor": {
|
|
4902
|
-
"red": 0.
|
|
4903
|
-
"green": 0.
|
|
4904
|
-
"blue": 0.
|
|
4968
|
+
"red": 0.40392,
|
|
4969
|
+
"green": 0.43137,
|
|
4970
|
+
"blue": 0.45098,
|
|
4905
4971
|
"alpha": 1
|
|
4906
4972
|
},
|
|
4907
|
-
"dismissIconSize": 24,
|
|
4908
4973
|
"fontName": "HelveticaNow",
|
|
4909
4974
|
"fontSize": 16,
|
|
4910
4975
|
"fontWeight": 400,
|
|
@@ -4917,6 +4982,7 @@
|
|
|
4917
4982
|
},
|
|
4918
4983
|
"iconGap": 16,
|
|
4919
4984
|
"iconSize": 24,
|
|
4985
|
+
"justifyContent": "flex-start",
|
|
4920
4986
|
"lineHeight": 1.5,
|
|
4921
4987
|
"paddingBottom": 12,
|
|
4922
4988
|
"paddingLeft": 12,
|
|
@@ -5024,12 +5090,28 @@
|
|
|
5024
5090
|
}
|
|
5025
5091
|
],
|
|
5026
5092
|
"tokens": {
|
|
5093
|
+
"borderBottomWidth": 0,
|
|
5094
|
+
"borderColor": {
|
|
5095
|
+
"red": 0.40392,
|
|
5096
|
+
"green": 0.43137,
|
|
5097
|
+
"blue": 0.45098,
|
|
5098
|
+
"alpha": 1
|
|
5099
|
+
},
|
|
5100
|
+
"borderLeftWidth": 0,
|
|
5101
|
+
"borderRightWidth": 0,
|
|
5102
|
+
"borderTopWidth": 0,
|
|
5027
5103
|
"color": {
|
|
5028
5104
|
"red": 0.40392,
|
|
5029
5105
|
"green": 0.43137,
|
|
5030
5106
|
"blue": 0.45098,
|
|
5031
5107
|
"alpha": 1
|
|
5032
5108
|
},
|
|
5109
|
+
"ellipsisBorderBottomWidth": 0,
|
|
5110
|
+
"ellipsisBorderLeftWidth": 0,
|
|
5111
|
+
"ellipsisBorderRightWidth": 0,
|
|
5112
|
+
"ellipsisBorderTopWidth": 0,
|
|
5113
|
+
"ellipsisHeight": null,
|
|
5114
|
+
"ellipsisPadding": 0,
|
|
5033
5115
|
"fontName": "HelveticaNow",
|
|
5034
5116
|
"fontSize": 16,
|
|
5035
5117
|
"fontWeight": 400,
|
|
@@ -5099,14 +5181,17 @@
|
|
|
5099
5181
|
"blue": 0,
|
|
5100
5182
|
"alpha": 0
|
|
5101
5183
|
},
|
|
5184
|
+
"borderBottomWidth": 1,
|
|
5102
5185
|
"borderColor": {
|
|
5103
5186
|
"red": 0,
|
|
5104
5187
|
"green": 0,
|
|
5105
5188
|
"blue": 0,
|
|
5106
5189
|
"alpha": 0
|
|
5107
5190
|
},
|
|
5191
|
+
"borderLeftWidth": 1,
|
|
5108
5192
|
"borderRadius": 32,
|
|
5109
|
-
"
|
|
5193
|
+
"borderRightWidth": 1,
|
|
5194
|
+
"borderTopWidth": 1,
|
|
5110
5195
|
"color": {
|
|
5111
5196
|
"red": 0.40392,
|
|
5112
5197
|
"green": 0.43137,
|
|
@@ -5116,6 +5201,7 @@
|
|
|
5116
5201
|
"fontName": "HelveticaNow",
|
|
5117
5202
|
"fontSize": 16,
|
|
5118
5203
|
"fontWeight": 400,
|
|
5204
|
+
"height": 32,
|
|
5119
5205
|
"lineHeight": 1.5,
|
|
5120
5206
|
"outerBorderColor": {
|
|
5121
5207
|
"red": 0,
|
|
@@ -5246,14 +5332,17 @@
|
|
|
5246
5332
|
"blue": 0,
|
|
5247
5333
|
"alpha": 0
|
|
5248
5334
|
},
|
|
5335
|
+
"borderBottomWidth": 0,
|
|
5249
5336
|
"borderColor": {
|
|
5250
5337
|
"red": 0,
|
|
5251
5338
|
"green": 0,
|
|
5252
5339
|
"blue": 0,
|
|
5253
5340
|
"alpha": 0
|
|
5254
5341
|
},
|
|
5342
|
+
"borderLeftWidth": 0,
|
|
5255
5343
|
"borderRadius": 4,
|
|
5256
|
-
"
|
|
5344
|
+
"borderRightWidth": 0,
|
|
5345
|
+
"borderTopWidth": 0,
|
|
5257
5346
|
"color": {
|
|
5258
5347
|
"red": 0.40392,
|
|
5259
5348
|
"green": 0.43137,
|
|
@@ -5264,6 +5353,7 @@
|
|
|
5264
5353
|
"fontName": "HelveticaNow",
|
|
5265
5354
|
"fontSize": 16,
|
|
5266
5355
|
"fontWeight": 400,
|
|
5356
|
+
"height": null,
|
|
5267
5357
|
"icon": null,
|
|
5268
5358
|
"iconDisplace": 0,
|
|
5269
5359
|
"iconSize": 24,
|
|
@@ -5274,12 +5364,13 @@
|
|
|
5274
5364
|
"blue": 0,
|
|
5275
5365
|
"alpha": 0
|
|
5276
5366
|
},
|
|
5277
|
-
"
|
|
5367
|
+
"outerBorderWidth": 1,
|
|
5368
|
+
"paddingBottom": 4,
|
|
5278
5369
|
"paddingLeft": 8,
|
|
5279
5370
|
"paddingRight": 8,
|
|
5280
|
-
"paddingTop":
|
|
5371
|
+
"paddingTop": 4,
|
|
5281
5372
|
"textAlign": "center",
|
|
5282
|
-
"textLine": "
|
|
5373
|
+
"textLine": "none",
|
|
5283
5374
|
"width": null
|
|
5284
5375
|
}
|
|
5285
5376
|
},
|
|
@@ -5353,6 +5444,7 @@
|
|
|
5353
5444
|
"currencySymbolLineHeight": 1.25,
|
|
5354
5445
|
"rateFontSize": 14,
|
|
5355
5446
|
"rateLineHeight": 1.14285714286,
|
|
5447
|
+
"strikeThroughPosition": 15,
|
|
5356
5448
|
"topTextFontSize": 14,
|
|
5357
5449
|
"topTextLineHeight": 1.42857142857
|
|
5358
5450
|
}
|
|
@@ -5372,6 +5464,8 @@
|
|
|
5372
5464
|
"currencySymbolLineHeight": 1.125,
|
|
5373
5465
|
"rateFontSize": 20,
|
|
5374
5466
|
"rateLineHeight": 1.6,
|
|
5467
|
+
"strikeThroughHeight": 3,
|
|
5468
|
+
"strikeThroughPosition": 35,
|
|
5375
5469
|
"topTextFontSize": 20,
|
|
5376
5470
|
"topTextLineHeight": 1.6
|
|
5377
5471
|
}
|
|
@@ -5451,6 +5545,7 @@
|
|
|
5451
5545
|
"alpha": 1
|
|
5452
5546
|
},
|
|
5453
5547
|
"strikeThroughHeight": 2,
|
|
5548
|
+
"strikeThroughPosition": 22,
|
|
5454
5549
|
"topTextFontName": "HelveticaNow",
|
|
5455
5550
|
"topTextFontSize": 16,
|
|
5456
5551
|
"topTextFontWeight": 700,
|
|
@@ -6103,7 +6198,9 @@
|
|
|
6103
6198
|
"containerPaddingRight": 0,
|
|
6104
6199
|
"containerPaddingTop": 0,
|
|
6105
6200
|
"containerShadow": null,
|
|
6201
|
+
"descriptionFontName": "HelveticaNow",
|
|
6106
6202
|
"descriptionFontSize": 14,
|
|
6203
|
+
"descriptionFontWeight": 400,
|
|
6107
6204
|
"descriptionLineHeight": 1.42857142857,
|
|
6108
6205
|
"descriptionMarginLeft": null,
|
|
6109
6206
|
"inputBackgroundColor": {
|
|
@@ -6873,6 +6970,12 @@
|
|
|
6873
6970
|
"blue": 0.27843,
|
|
6874
6971
|
"alpha": 1
|
|
6875
6972
|
},
|
|
6973
|
+
"feedbackBackgroundColor": {
|
|
6974
|
+
"red": 0.74902,
|
|
6975
|
+
"green": 0.90588,
|
|
6976
|
+
"blue": 0.59216,
|
|
6977
|
+
"alpha": 1
|
|
6978
|
+
},
|
|
6876
6979
|
"fontName": "HelveticaNow",
|
|
6877
6980
|
"fontSize": 16,
|
|
6878
6981
|
"fontWeight": 400,
|
|
@@ -9903,7 +10006,7 @@
|
|
|
9903
10006
|
}
|
|
9904
10007
|
},
|
|
9905
10008
|
"metadata": {
|
|
9906
|
-
"themeTokensVersion": "2.
|
|
10009
|
+
"themeTokensVersion": "2.26.0",
|
|
9907
10010
|
"name": "theme-allium"
|
|
9908
10011
|
}
|
|
9909
10012
|
}
|