@telus-uds/theme-koodo 3.16.0 → 3.18.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 +791 -440
- package/build/android/theme.json +273 -11
- package/build/ios/schema.json +791 -440
- package/build/ios/theme.json +273 -11
- package/build/rn/schema.json +791 -440
- package/build/rn/theme.js +161 -7
- package/package.json +4 -4
- package/theme.json +205 -5
package/build/android/theme.json
CHANGED
|
@@ -3069,6 +3069,93 @@
|
|
|
3069
3069
|
"paddingTop": 12
|
|
3070
3070
|
}
|
|
3071
3071
|
},
|
|
3072
|
+
"OrderedList": {
|
|
3073
|
+
"appearances": {
|
|
3074
|
+
"compact": {
|
|
3075
|
+
"description": "When true it will reduce the line height of the list item.",
|
|
3076
|
+
"type": "variant",
|
|
3077
|
+
"values": [true]
|
|
3078
|
+
},
|
|
3079
|
+
"size": {
|
|
3080
|
+
"description": "Indicates list item text size.",
|
|
3081
|
+
"type": "variant",
|
|
3082
|
+
"values": ["large", "medium", "small"]
|
|
3083
|
+
}
|
|
3084
|
+
},
|
|
3085
|
+
"rules": [
|
|
3086
|
+
{
|
|
3087
|
+
"if": {
|
|
3088
|
+
"size": "large"
|
|
3089
|
+
},
|
|
3090
|
+
"tokens": {
|
|
3091
|
+
"itemFontSize": 20,
|
|
3092
|
+
"itemLineHeight": 1.4
|
|
3093
|
+
}
|
|
3094
|
+
},
|
|
3095
|
+
{
|
|
3096
|
+
"if": {
|
|
3097
|
+
"size": "medium"
|
|
3098
|
+
},
|
|
3099
|
+
"tokens": {}
|
|
3100
|
+
},
|
|
3101
|
+
{
|
|
3102
|
+
"if": {
|
|
3103
|
+
"size": "small"
|
|
3104
|
+
},
|
|
3105
|
+
"tokens": {
|
|
3106
|
+
"itemFontSize": 14,
|
|
3107
|
+
"itemLineHeight": 1.42857142857
|
|
3108
|
+
}
|
|
3109
|
+
},
|
|
3110
|
+
{
|
|
3111
|
+
"if": {
|
|
3112
|
+
"compact": true
|
|
3113
|
+
},
|
|
3114
|
+
"tokens": {
|
|
3115
|
+
"itemLineHeight": 1.2
|
|
3116
|
+
}
|
|
3117
|
+
},
|
|
3118
|
+
{
|
|
3119
|
+
"if": {
|
|
3120
|
+
"compact": true,
|
|
3121
|
+
"size": "small"
|
|
3122
|
+
},
|
|
3123
|
+
"tokens": {
|
|
3124
|
+
"itemLineHeight": 1.1
|
|
3125
|
+
}
|
|
3126
|
+
},
|
|
3127
|
+
{
|
|
3128
|
+
"if": {
|
|
3129
|
+
"compact": true,
|
|
3130
|
+
"size": "large"
|
|
3131
|
+
},
|
|
3132
|
+
"tokens": {
|
|
3133
|
+
"itemLineHeight": 1.3
|
|
3134
|
+
}
|
|
3135
|
+
}
|
|
3136
|
+
],
|
|
3137
|
+
"tokens": {
|
|
3138
|
+
"headerFontName": "StagSans",
|
|
3139
|
+
"headerFontWeight": 600,
|
|
3140
|
+
"interItemMargin": 8,
|
|
3141
|
+
"itemBulletContainerWidth": 16,
|
|
3142
|
+
"itemBulletHeight": 4,
|
|
3143
|
+
"itemBulletWidth": 4,
|
|
3144
|
+
"itemColor": {
|
|
3145
|
+
"red": 0,
|
|
3146
|
+
"green": 0,
|
|
3147
|
+
"blue": 0,
|
|
3148
|
+
"alpha": 1
|
|
3149
|
+
},
|
|
3150
|
+
"itemFontName": "StagSans",
|
|
3151
|
+
"itemFontSize": 16,
|
|
3152
|
+
"itemFontWeight": 400,
|
|
3153
|
+
"itemLineHeight": 1.5,
|
|
3154
|
+
"itemMarginTop": 0,
|
|
3155
|
+
"itemPaddingTop": 0,
|
|
3156
|
+
"listGutter": 8
|
|
3157
|
+
}
|
|
3158
|
+
},
|
|
3072
3159
|
"Pagination": {
|
|
3073
3160
|
"appearances": {
|
|
3074
3161
|
"viewport": {
|
|
@@ -3750,7 +3837,131 @@
|
|
|
3750
3837
|
"type": "state"
|
|
3751
3838
|
}
|
|
3752
3839
|
},
|
|
3753
|
-
"rules": [
|
|
3840
|
+
"rules": [
|
|
3841
|
+
{
|
|
3842
|
+
"if": {
|
|
3843
|
+
"error": true
|
|
3844
|
+
},
|
|
3845
|
+
"tokens": {
|
|
3846
|
+
"inputBackgroundColor": {
|
|
3847
|
+
"red": 1,
|
|
3848
|
+
"green": 1,
|
|
3849
|
+
"blue": 1,
|
|
3850
|
+
"alpha": 1
|
|
3851
|
+
},
|
|
3852
|
+
"inputBorderColor": {
|
|
3853
|
+
"red": 1,
|
|
3854
|
+
"green": 1,
|
|
3855
|
+
"blue": 1,
|
|
3856
|
+
"alpha": 1
|
|
3857
|
+
},
|
|
3858
|
+
"inputOutlineColor": {
|
|
3859
|
+
"red": 0.00392,
|
|
3860
|
+
"green": 0.41961,
|
|
3861
|
+
"blue": 0.41569,
|
|
3862
|
+
"alpha": 1
|
|
3863
|
+
},
|
|
3864
|
+
"outerBorderColor": {
|
|
3865
|
+
"red": 0,
|
|
3866
|
+
"green": 0,
|
|
3867
|
+
"blue": 0,
|
|
3868
|
+
"alpha": 0
|
|
3869
|
+
},
|
|
3870
|
+
"outerBorderGap": 0,
|
|
3871
|
+
"outerBorderWidth": 0
|
|
3872
|
+
}
|
|
3873
|
+
},
|
|
3874
|
+
{
|
|
3875
|
+
"if": {
|
|
3876
|
+
"checked": true
|
|
3877
|
+
},
|
|
3878
|
+
"tokens": {
|
|
3879
|
+
"inputBackgroundColor": {
|
|
3880
|
+
"red": 0.00392,
|
|
3881
|
+
"green": 0.41961,
|
|
3882
|
+
"blue": 0.41569,
|
|
3883
|
+
"alpha": 1
|
|
3884
|
+
},
|
|
3885
|
+
"inputOutlineColor": {
|
|
3886
|
+
"red": 0.00392,
|
|
3887
|
+
"green": 0.41961,
|
|
3888
|
+
"blue": 0.41569,
|
|
3889
|
+
"alpha": 1
|
|
3890
|
+
}
|
|
3891
|
+
}
|
|
3892
|
+
},
|
|
3893
|
+
{
|
|
3894
|
+
"if": {
|
|
3895
|
+
"inactive": true
|
|
3896
|
+
},
|
|
3897
|
+
"tokens": {
|
|
3898
|
+
"inputBackgroundColor": {
|
|
3899
|
+
"red": 0.78824,
|
|
3900
|
+
"green": 0.78431,
|
|
3901
|
+
"blue": 0.78431,
|
|
3902
|
+
"alpha": 1
|
|
3903
|
+
},
|
|
3904
|
+
"inputBorderColor": {
|
|
3905
|
+
"red": 0.78824,
|
|
3906
|
+
"green": 0.78431,
|
|
3907
|
+
"blue": 0.78431,
|
|
3908
|
+
"alpha": 1
|
|
3909
|
+
},
|
|
3910
|
+
"inputOutlineColor": {
|
|
3911
|
+
"red": 0.78824,
|
|
3912
|
+
"green": 0.78431,
|
|
3913
|
+
"blue": 0.78431,
|
|
3914
|
+
"alpha": 1
|
|
3915
|
+
},
|
|
3916
|
+
"labelColor": {
|
|
3917
|
+
"red": 0.4,
|
|
3918
|
+
"green": 0.4,
|
|
3919
|
+
"blue": 0.4,
|
|
3920
|
+
"alpha": 1
|
|
3921
|
+
}
|
|
3922
|
+
}
|
|
3923
|
+
},
|
|
3924
|
+
{
|
|
3925
|
+
"if": {
|
|
3926
|
+
"checked": true,
|
|
3927
|
+
"inactive": true
|
|
3928
|
+
},
|
|
3929
|
+
"tokens": {
|
|
3930
|
+
"checkedBackgroundColor": {
|
|
3931
|
+
"red": 0.78824,
|
|
3932
|
+
"green": 0.78431,
|
|
3933
|
+
"blue": 0.78431,
|
|
3934
|
+
"alpha": 1
|
|
3935
|
+
},
|
|
3936
|
+
"inputBackgroundColor": {
|
|
3937
|
+
"red": 0.78824,
|
|
3938
|
+
"green": 0.78431,
|
|
3939
|
+
"blue": 0.78431,
|
|
3940
|
+
"alpha": 1
|
|
3941
|
+
},
|
|
3942
|
+
"inputBorderColor": {
|
|
3943
|
+
"red": 1,
|
|
3944
|
+
"green": 1,
|
|
3945
|
+
"blue": 1,
|
|
3946
|
+
"alpha": 1
|
|
3947
|
+
},
|
|
3948
|
+
"inputBorderWidth": 3,
|
|
3949
|
+
"inputOutlineColor": {
|
|
3950
|
+
"red": 0.78824,
|
|
3951
|
+
"green": 0.78431,
|
|
3952
|
+
"blue": 0.78431,
|
|
3953
|
+
"alpha": 1
|
|
3954
|
+
},
|
|
3955
|
+
"inputOutlineWidth": 1,
|
|
3956
|
+
"labelColor": {
|
|
3957
|
+
"red": 0.4,
|
|
3958
|
+
"green": 0.4,
|
|
3959
|
+
"blue": 0.4,
|
|
3960
|
+
"alpha": 1
|
|
3961
|
+
}
|
|
3962
|
+
}
|
|
3963
|
+
}
|
|
3964
|
+
],
|
|
3754
3965
|
"tokens": {
|
|
3755
3966
|
"checkedBackgroundColor": {
|
|
3756
3967
|
"red": 0.00392,
|
|
@@ -3758,7 +3969,7 @@
|
|
|
3758
3969
|
"blue": 0.41569,
|
|
3759
3970
|
"alpha": 1
|
|
3760
3971
|
},
|
|
3761
|
-
"checkedSize":
|
|
3972
|
+
"checkedSize": 16,
|
|
3762
3973
|
"containerBackgroundColor": {
|
|
3763
3974
|
"red": 0,
|
|
3764
3975
|
"green": 0,
|
|
@@ -3782,19 +3993,19 @@
|
|
|
3782
3993
|
"alpha": 1
|
|
3783
3994
|
},
|
|
3784
3995
|
"inputBorderColor": {
|
|
3785
|
-
"red":
|
|
3786
|
-
"green":
|
|
3787
|
-
"blue":
|
|
3996
|
+
"red": 1,
|
|
3997
|
+
"green": 1,
|
|
3998
|
+
"blue": 1,
|
|
3788
3999
|
"alpha": 1
|
|
3789
4000
|
},
|
|
3790
4001
|
"inputBorderWidth": 2,
|
|
3791
4002
|
"inputOutlineColor": {
|
|
3792
|
-
"red": 0,
|
|
3793
|
-
"green": 0,
|
|
3794
|
-
"blue": 0,
|
|
3795
|
-
"alpha":
|
|
4003
|
+
"red": 0.00392,
|
|
4004
|
+
"green": 0.41961,
|
|
4005
|
+
"blue": 0.41569,
|
|
4006
|
+
"alpha": 1
|
|
3796
4007
|
},
|
|
3797
|
-
"inputOutlineWidth":
|
|
4008
|
+
"inputOutlineWidth": 2,
|
|
3798
4009
|
"inputSize": 20,
|
|
3799
4010
|
"labelColor": {
|
|
3800
4011
|
"red": 0,
|
|
@@ -4062,6 +4273,57 @@
|
|
|
4062
4273
|
"space": 2
|
|
4063
4274
|
}
|
|
4064
4275
|
},
|
|
4276
|
+
"Ribbon": {
|
|
4277
|
+
"appearances": {
|
|
4278
|
+
"purpose": {
|
|
4279
|
+
"type": "variant",
|
|
4280
|
+
"values": ["offer", "default", "editorial"]
|
|
4281
|
+
}
|
|
4282
|
+
},
|
|
4283
|
+
"rules": [],
|
|
4284
|
+
"tokens": {
|
|
4285
|
+
"backgroundColor": {
|
|
4286
|
+
"red": 0,
|
|
4287
|
+
"green": 0,
|
|
4288
|
+
"blue": 0,
|
|
4289
|
+
"alpha": 1
|
|
4290
|
+
},
|
|
4291
|
+
"borderRadius": 4,
|
|
4292
|
+
"boxShadowColor": {
|
|
4293
|
+
"red": 0,
|
|
4294
|
+
"green": 0,
|
|
4295
|
+
"blue": 0,
|
|
4296
|
+
"alpha": 1
|
|
4297
|
+
},
|
|
4298
|
+
"boxShadowPaddingBottom": 2,
|
|
4299
|
+
"boxShadowPaddingLeft": 2,
|
|
4300
|
+
"boxShadowPaddingRight": 2,
|
|
4301
|
+
"boxShadowPaddingTop": 2,
|
|
4302
|
+
"curveAfterBackgroundColor": {
|
|
4303
|
+
"red": 0,
|
|
4304
|
+
"green": 0,
|
|
4305
|
+
"blue": 0,
|
|
4306
|
+
"alpha": 1
|
|
4307
|
+
},
|
|
4308
|
+
"curveAfterHeight": 4,
|
|
4309
|
+
"curveAfterRadius": 8,
|
|
4310
|
+
"curveAfterWidth": 8,
|
|
4311
|
+
"curveBackgroundColor": {
|
|
4312
|
+
"red": 0,
|
|
4313
|
+
"green": 0,
|
|
4314
|
+
"blue": 0,
|
|
4315
|
+
"alpha": 1
|
|
4316
|
+
},
|
|
4317
|
+
"curveHeight": 10,
|
|
4318
|
+
"curveMarginTop": 4,
|
|
4319
|
+
"curveWidth": 8,
|
|
4320
|
+
"gradient": null,
|
|
4321
|
+
"paddingBottom": 4,
|
|
4322
|
+
"paddingLeft": 8,
|
|
4323
|
+
"paddingRight": 8,
|
|
4324
|
+
"paddingTop": 4
|
|
4325
|
+
}
|
|
4326
|
+
},
|
|
4065
4327
|
"Search": {
|
|
4066
4328
|
"appearances": {
|
|
4067
4329
|
"focus": {
|
|
@@ -6168,7 +6430,7 @@
|
|
|
6168
6430
|
}
|
|
6169
6431
|
},
|
|
6170
6432
|
"metadata": {
|
|
6171
|
-
"themeTokensVersion": "2.
|
|
6433
|
+
"themeTokensVersion": "2.17.0",
|
|
6172
6434
|
"name": "theme-koodo"
|
|
6173
6435
|
}
|
|
6174
6436
|
}
|