@telus-uds/theme-koodo 4.5.0 → 4.7.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 +802 -611
- package/build/android/theme.json +370 -115
- package/build/ios/schema.json +802 -611
- package/build/ios/theme.json +370 -115
- package/build/rn/schema.json +802 -611
- package/build/rn/theme.js +358 -142
- package/package.json +4 -4
- package/theme.json +332 -64
package/build/android/theme.json
CHANGED
|
@@ -734,7 +734,7 @@
|
|
|
734
734
|
},
|
|
735
735
|
"pressed": {
|
|
736
736
|
"description": "Applies while an interactive component is being physically pressed. Most visible on touchscreen taps; in React Native Web, this is visible on web mouse clicks only if the pressable is held down.",
|
|
737
|
-
"values": [true],
|
|
737
|
+
"values": [true, false],
|
|
738
738
|
"type": "state"
|
|
739
739
|
},
|
|
740
740
|
"priority": {
|
|
@@ -1211,7 +1211,7 @@
|
|
|
1211
1211
|
},
|
|
1212
1212
|
"pressed": {
|
|
1213
1213
|
"description": "Applies while an interactive component is being physically pressed. Most visible on touchscreen taps; in React Native Web, this is visible on web mouse clicks only if the pressable is held down.",
|
|
1214
|
-
"values": [true],
|
|
1214
|
+
"values": [true, false],
|
|
1215
1215
|
"type": "state"
|
|
1216
1216
|
},
|
|
1217
1217
|
"selected": {
|
|
@@ -1451,7 +1451,7 @@
|
|
|
1451
1451
|
},
|
|
1452
1452
|
"pressed": {
|
|
1453
1453
|
"description": "Applies while an interactive component is being physically pressed. Most visible on touchscreen taps; in React Native Web, this is visible on web mouse clicks only if the pressable is held down.",
|
|
1454
|
-
"values": [true],
|
|
1454
|
+
"values": [true, false],
|
|
1455
1455
|
"type": "state"
|
|
1456
1456
|
},
|
|
1457
1457
|
"selected": {
|
|
@@ -1662,7 +1662,7 @@
|
|
|
1662
1662
|
},
|
|
1663
1663
|
"padding": {
|
|
1664
1664
|
"type": "variant",
|
|
1665
|
-
"values": ["custom"]
|
|
1665
|
+
"values": ["narrow", "intermediate", "compact", "custom"]
|
|
1666
1666
|
},
|
|
1667
1667
|
"viewport": {
|
|
1668
1668
|
"description": "The size label for the current screen viewport based on the current screen width",
|
|
@@ -1681,7 +1681,9 @@
|
|
|
1681
1681
|
"green": 0.96863,
|
|
1682
1682
|
"blue": 0.98431,
|
|
1683
1683
|
"alpha": 1
|
|
1684
|
-
}
|
|
1684
|
+
},
|
|
1685
|
+
"borderRadius": 0,
|
|
1686
|
+
"borderWidth": 0
|
|
1685
1687
|
}
|
|
1686
1688
|
},
|
|
1687
1689
|
{
|
|
@@ -1695,7 +1697,7 @@
|
|
|
1695
1697
|
"blue": 0.95686,
|
|
1696
1698
|
"alpha": 1
|
|
1697
1699
|
},
|
|
1698
|
-
"
|
|
1700
|
+
"borderWidth": 0
|
|
1699
1701
|
}
|
|
1700
1702
|
},
|
|
1701
1703
|
{
|
|
@@ -1709,7 +1711,6 @@
|
|
|
1709
1711
|
"blue": 0.41569,
|
|
1710
1712
|
"alpha": 1
|
|
1711
1713
|
},
|
|
1712
|
-
"borderRadius": 8,
|
|
1713
1714
|
"borderWidth": 1
|
|
1714
1715
|
}
|
|
1715
1716
|
},
|
|
@@ -1723,7 +1724,9 @@
|
|
|
1723
1724
|
"green": 0.96471,
|
|
1724
1725
|
"blue": 0.64706,
|
|
1725
1726
|
"alpha": 1
|
|
1726
|
-
}
|
|
1727
|
+
},
|
|
1728
|
+
"borderRadius": 0,
|
|
1729
|
+
"borderWidth": 0
|
|
1727
1730
|
}
|
|
1728
1731
|
},
|
|
1729
1732
|
{
|
|
@@ -1737,6 +1740,63 @@
|
|
|
1737
1740
|
"paddingTop": 48
|
|
1738
1741
|
}
|
|
1739
1742
|
},
|
|
1743
|
+
{
|
|
1744
|
+
"if": {
|
|
1745
|
+
"padding": "narrow"
|
|
1746
|
+
},
|
|
1747
|
+
"tokens": {
|
|
1748
|
+
"paddingBottom": 24,
|
|
1749
|
+
"paddingLeft": 16,
|
|
1750
|
+
"paddingRight": 16,
|
|
1751
|
+
"paddingTop": 24
|
|
1752
|
+
}
|
|
1753
|
+
},
|
|
1754
|
+
{
|
|
1755
|
+
"if": {
|
|
1756
|
+
"padding": "narrow",
|
|
1757
|
+
"viewport": ["md", "lg", "xl"]
|
|
1758
|
+
},
|
|
1759
|
+
"tokens": {
|
|
1760
|
+
"paddingBottom": 32,
|
|
1761
|
+
"paddingLeft": 16,
|
|
1762
|
+
"paddingRight": 16,
|
|
1763
|
+
"paddingTop": 32
|
|
1764
|
+
}
|
|
1765
|
+
},
|
|
1766
|
+
{
|
|
1767
|
+
"if": {
|
|
1768
|
+
"padding": "intermediate"
|
|
1769
|
+
},
|
|
1770
|
+
"tokens": {
|
|
1771
|
+
"paddingBottom": 24,
|
|
1772
|
+
"paddingLeft": 24,
|
|
1773
|
+
"paddingRight": 24,
|
|
1774
|
+
"paddingTop": 24
|
|
1775
|
+
}
|
|
1776
|
+
},
|
|
1777
|
+
{
|
|
1778
|
+
"if": {
|
|
1779
|
+
"padding": "intermediate",
|
|
1780
|
+
"viewport": ["md", "lg", "xl"]
|
|
1781
|
+
},
|
|
1782
|
+
"tokens": {
|
|
1783
|
+
"paddingBottom": 32,
|
|
1784
|
+
"paddingLeft": 32,
|
|
1785
|
+
"paddingRight": 32,
|
|
1786
|
+
"paddingTop": 32
|
|
1787
|
+
}
|
|
1788
|
+
},
|
|
1789
|
+
{
|
|
1790
|
+
"if": {
|
|
1791
|
+
"padding": "compact"
|
|
1792
|
+
},
|
|
1793
|
+
"tokens": {
|
|
1794
|
+
"paddingBottom": 16,
|
|
1795
|
+
"paddingLeft": 16,
|
|
1796
|
+
"paddingRight": 16,
|
|
1797
|
+
"paddingTop": 16
|
|
1798
|
+
}
|
|
1799
|
+
},
|
|
1740
1800
|
{
|
|
1741
1801
|
"if": {
|
|
1742
1802
|
"padding": "custom"
|
|
@@ -1769,6 +1829,7 @@
|
|
|
1769
1829
|
"contentFlexShrink": 1,
|
|
1770
1830
|
"contentJustifyContent": "flex-start",
|
|
1771
1831
|
"flex": 1,
|
|
1832
|
+
"gradient": null,
|
|
1772
1833
|
"minWidth": null,
|
|
1773
1834
|
"paddingBottom": 32,
|
|
1774
1835
|
"paddingLeft": 24,
|
|
@@ -1841,7 +1902,7 @@
|
|
|
1841
1902
|
},
|
|
1842
1903
|
"pressed": {
|
|
1843
1904
|
"description": "Applies while an interactive component is being physically pressed. Most visible on touchscreen taps; in React Native Web, this is visible on web mouse clicks only if the pressable is held down.",
|
|
1844
|
-
"values": [true],
|
|
1905
|
+
"values": [true, false],
|
|
1845
1906
|
"type": "state"
|
|
1846
1907
|
},
|
|
1847
1908
|
"selected": {
|
|
@@ -2083,7 +2144,7 @@
|
|
|
2083
2144
|
},
|
|
2084
2145
|
"pressed": {
|
|
2085
2146
|
"description": "Applies while an interactive component is being physically pressed. Most visible on touchscreen taps; in React Native Web, this is visible on web mouse clicks only if the pressable is held down.",
|
|
2086
|
-
"values": [true],
|
|
2147
|
+
"values": [true, false],
|
|
2087
2148
|
"type": "state"
|
|
2088
2149
|
},
|
|
2089
2150
|
"size": {
|
|
@@ -2684,12 +2745,6 @@
|
|
|
2684
2745
|
"mini": true
|
|
2685
2746
|
},
|
|
2686
2747
|
"tokens": {
|
|
2687
|
-
"backgroundColor": {
|
|
2688
|
-
"red": 0,
|
|
2689
|
-
"green": 0,
|
|
2690
|
-
"blue": 0,
|
|
2691
|
-
"alpha": 0
|
|
2692
|
-
},
|
|
2693
2748
|
"borderColor": {
|
|
2694
2749
|
"red": 0,
|
|
2695
2750
|
"green": 0,
|
|
@@ -2772,10 +2827,24 @@
|
|
|
2772
2827
|
},
|
|
2773
2828
|
"ExpandCollapseMiniControl": {
|
|
2774
2829
|
"appearances": {
|
|
2830
|
+
"alternative": {
|
|
2831
|
+
"description": "Replaces the default green colour with black",
|
|
2832
|
+
"type": "variant",
|
|
2833
|
+
"values": [true]
|
|
2834
|
+
},
|
|
2775
2835
|
"expanded": {
|
|
2776
2836
|
"description": "Applies when an ExpandCollapse panel is open and the content inside is visible",
|
|
2777
2837
|
"values": [true],
|
|
2778
2838
|
"type": "state"
|
|
2839
|
+
},
|
|
2840
|
+
"inverse": {
|
|
2841
|
+
"description": "Replaces the default green colour with white. Useful for dark backgrounds.",
|
|
2842
|
+
"type": "variant",
|
|
2843
|
+
"values": [true]
|
|
2844
|
+
},
|
|
2845
|
+
"size": {
|
|
2846
|
+
"type": "variant",
|
|
2847
|
+
"values": ["micro", "small", "large"]
|
|
2779
2848
|
}
|
|
2780
2849
|
},
|
|
2781
2850
|
"rules": [
|
|
@@ -2786,15 +2855,70 @@
|
|
|
2786
2855
|
"tokens": {
|
|
2787
2856
|
"icon": "PaletteIconChevronUp"
|
|
2788
2857
|
}
|
|
2858
|
+
},
|
|
2859
|
+
{
|
|
2860
|
+
"if": {
|
|
2861
|
+
"alternative": true
|
|
2862
|
+
},
|
|
2863
|
+
"tokens": {
|
|
2864
|
+
"color": {
|
|
2865
|
+
"red": 0,
|
|
2866
|
+
"green": 0,
|
|
2867
|
+
"blue": 0,
|
|
2868
|
+
"alpha": 1
|
|
2869
|
+
}
|
|
2870
|
+
}
|
|
2871
|
+
},
|
|
2872
|
+
{
|
|
2873
|
+
"if": {
|
|
2874
|
+
"inverse": true
|
|
2875
|
+
},
|
|
2876
|
+
"tokens": {
|
|
2877
|
+
"color": {
|
|
2878
|
+
"red": 1,
|
|
2879
|
+
"green": 1,
|
|
2880
|
+
"blue": 1,
|
|
2881
|
+
"alpha": 1
|
|
2882
|
+
},
|
|
2883
|
+
"iconColor": {
|
|
2884
|
+
"red": 1,
|
|
2885
|
+
"green": 1,
|
|
2886
|
+
"blue": 1,
|
|
2887
|
+
"alpha": 1
|
|
2888
|
+
}
|
|
2889
|
+
}
|
|
2890
|
+
},
|
|
2891
|
+
{
|
|
2892
|
+
"if": {
|
|
2893
|
+
"size": "micro"
|
|
2894
|
+
},
|
|
2895
|
+
"tokens": {
|
|
2896
|
+
"fontSize": 12,
|
|
2897
|
+
"iconSize": 16,
|
|
2898
|
+
"lineHeight": 1.33333333333
|
|
2899
|
+
}
|
|
2900
|
+
},
|
|
2901
|
+
{
|
|
2902
|
+
"if": {
|
|
2903
|
+
"size": "small"
|
|
2904
|
+
},
|
|
2905
|
+
"tokens": {
|
|
2906
|
+
"fontSize": 14,
|
|
2907
|
+
"iconSize": 20,
|
|
2908
|
+
"lineHeight": 1.45
|
|
2909
|
+
}
|
|
2910
|
+
},
|
|
2911
|
+
{
|
|
2912
|
+
"if": {
|
|
2913
|
+
"size": "large"
|
|
2914
|
+
},
|
|
2915
|
+
"tokens": {
|
|
2916
|
+
"fontSize": 20,
|
|
2917
|
+
"lineHeight": 1.45
|
|
2918
|
+
}
|
|
2789
2919
|
}
|
|
2790
2920
|
],
|
|
2791
2921
|
"tokens": {
|
|
2792
|
-
"backgroundColor": {
|
|
2793
|
-
"red": 0,
|
|
2794
|
-
"green": 0,
|
|
2795
|
-
"blue": 0,
|
|
2796
|
-
"alpha": 0
|
|
2797
|
-
},
|
|
2798
2922
|
"borderColor": {
|
|
2799
2923
|
"red": 0,
|
|
2800
2924
|
"green": 0,
|
|
@@ -2802,6 +2926,13 @@
|
|
|
2802
2926
|
"alpha": 0
|
|
2803
2927
|
},
|
|
2804
2928
|
"borderWidth": 0,
|
|
2929
|
+
"color": {
|
|
2930
|
+
"red": 0.00392,
|
|
2931
|
+
"green": 0.41961,
|
|
2932
|
+
"blue": 0.41569,
|
|
2933
|
+
"alpha": 1
|
|
2934
|
+
},
|
|
2935
|
+
"fontSize": 16,
|
|
2805
2936
|
"icon": "PaletteIconChevronDown",
|
|
2806
2937
|
"iconColor": {
|
|
2807
2938
|
"red": 0,
|
|
@@ -2812,13 +2943,15 @@
|
|
|
2812
2943
|
"iconGap": 8,
|
|
2813
2944
|
"iconPaddingTop": 4,
|
|
2814
2945
|
"iconPosition": "left",
|
|
2815
|
-
"iconSize":
|
|
2946
|
+
"iconSize": 24,
|
|
2816
2947
|
"justifyContent": "flex-start",
|
|
2948
|
+
"lineHeight": 1.45,
|
|
2817
2949
|
"paddingBottom": 0,
|
|
2818
2950
|
"paddingLeft": 0,
|
|
2819
2951
|
"paddingRight": 0,
|
|
2820
2952
|
"paddingTop": 0,
|
|
2821
2953
|
"size": 4,
|
|
2954
|
+
"textLine": "none",
|
|
2822
2955
|
"verticalAlign": "middle"
|
|
2823
2956
|
}
|
|
2824
2957
|
},
|
|
@@ -3115,7 +3248,7 @@
|
|
|
3115
3248
|
"appearances": {
|
|
3116
3249
|
"pressed": {
|
|
3117
3250
|
"description": "Applies while an interactive component is being physically pressed. Most visible on touchscreen taps; in React Native Web, this is visible on web mouse clicks only if the pressable is held down.",
|
|
3118
|
-
"values": [true],
|
|
3251
|
+
"values": [true, false],
|
|
3119
3252
|
"type": "state"
|
|
3120
3253
|
}
|
|
3121
3254
|
},
|
|
@@ -3409,7 +3542,7 @@
|
|
|
3409
3542
|
},
|
|
3410
3543
|
"pressed": {
|
|
3411
3544
|
"description": "Applies while an interactive component is being physically pressed. Most visible on touchscreen taps; in React Native Web, this is visible on web mouse clicks only if the pressable is held down.",
|
|
3412
|
-
"values": [true],
|
|
3545
|
+
"values": [true, false],
|
|
3413
3546
|
"type": "state"
|
|
3414
3547
|
},
|
|
3415
3548
|
"raised": {
|
|
@@ -3901,7 +4034,7 @@
|
|
|
3901
4034
|
},
|
|
3902
4035
|
"pressed": {
|
|
3903
4036
|
"description": "Applies while an interactive component is being physically pressed. Most visible on touchscreen taps; in React Native Web, this is visible on web mouse clicks only if the pressable is held down.",
|
|
3904
|
-
"values": [true],
|
|
4037
|
+
"values": [true, false],
|
|
3905
4038
|
"type": "state"
|
|
3906
4039
|
},
|
|
3907
4040
|
"size": {
|
|
@@ -4151,11 +4284,11 @@
|
|
|
4151
4284
|
"listGutter": 10
|
|
4152
4285
|
}
|
|
4153
4286
|
},
|
|
4154
|
-
"
|
|
4287
|
+
"Listbox": {
|
|
4155
4288
|
"appearances": {
|
|
4156
4289
|
"current": {
|
|
4157
4290
|
"description": "When the current item is selected",
|
|
4158
|
-
"values": [true],
|
|
4291
|
+
"values": [true, false],
|
|
4159
4292
|
"type": "state"
|
|
4160
4293
|
},
|
|
4161
4294
|
"expanded": {
|
|
@@ -4165,57 +4298,123 @@
|
|
|
4165
4298
|
},
|
|
4166
4299
|
"isChild": {
|
|
4167
4300
|
"description": "when the item is child of another child",
|
|
4168
|
-
"values": [true],
|
|
4301
|
+
"values": [true, false],
|
|
4169
4302
|
"type": "state"
|
|
4170
4303
|
},
|
|
4171
4304
|
"pressed": {
|
|
4172
4305
|
"description": "Applies while an interactive component is being physically pressed. Most visible on touchscreen taps; in React Native Web, this is visible on web mouse clicks only if the pressable is held down.",
|
|
4173
|
-
"values": [true],
|
|
4306
|
+
"values": [true, false],
|
|
4174
4307
|
"type": "state"
|
|
4175
4308
|
}
|
|
4176
4309
|
},
|
|
4177
4310
|
"rules": [
|
|
4178
4311
|
{
|
|
4179
4312
|
"if": {
|
|
4180
|
-
"
|
|
4313
|
+
"current": true
|
|
4181
4314
|
},
|
|
4182
4315
|
"tokens": {
|
|
4183
4316
|
"groupBackgroundColor": {
|
|
4184
|
-
"red": 0.
|
|
4185
|
-
"green": 0.
|
|
4186
|
-
"blue": 0.
|
|
4317
|
+
"red": 0.00392,
|
|
4318
|
+
"green": 0.41961,
|
|
4319
|
+
"blue": 0.41569,
|
|
4320
|
+
"alpha": 1
|
|
4321
|
+
},
|
|
4322
|
+
"groupBorderColor": {
|
|
4323
|
+
"red": 0.00392,
|
|
4324
|
+
"green": 0.41961,
|
|
4325
|
+
"blue": 0.41569,
|
|
4187
4326
|
"alpha": 1
|
|
4188
4327
|
},
|
|
4189
4328
|
"groupColor": {
|
|
4329
|
+
"red": 1,
|
|
4330
|
+
"green": 1,
|
|
4331
|
+
"blue": 1,
|
|
4332
|
+
"alpha": 1
|
|
4333
|
+
},
|
|
4334
|
+
"itemBackgroundColor": {
|
|
4190
4335
|
"red": 0.00392,
|
|
4191
4336
|
"green": 0.41961,
|
|
4192
4337
|
"blue": 0.41569,
|
|
4193
4338
|
"alpha": 1
|
|
4339
|
+
},
|
|
4340
|
+
"itemColor": {
|
|
4341
|
+
"red": 1,
|
|
4342
|
+
"green": 1,
|
|
4343
|
+
"blue": 1,
|
|
4344
|
+
"alpha": 1
|
|
4194
4345
|
}
|
|
4195
4346
|
}
|
|
4196
4347
|
},
|
|
4197
4348
|
{
|
|
4198
4349
|
"if": {
|
|
4199
|
-
"current": true
|
|
4350
|
+
"current": true,
|
|
4351
|
+
"pressed": true
|
|
4200
4352
|
},
|
|
4201
4353
|
"tokens": {
|
|
4202
|
-
"
|
|
4354
|
+
"itemBackgroundColor": {
|
|
4355
|
+
"red": 0.7098,
|
|
4356
|
+
"green": 0.70588,
|
|
4357
|
+
"blue": 0.70588,
|
|
4358
|
+
"alpha": 1
|
|
4359
|
+
},
|
|
4360
|
+
"itemColor": {
|
|
4361
|
+
"red": 0.34902,
|
|
4362
|
+
"green": 0.34902,
|
|
4363
|
+
"blue": 0.34902,
|
|
4364
|
+
"alpha": 1
|
|
4365
|
+
}
|
|
4366
|
+
}
|
|
4367
|
+
},
|
|
4368
|
+
{
|
|
4369
|
+
"if": {
|
|
4370
|
+
"isChild": true
|
|
4371
|
+
},
|
|
4372
|
+
"tokens": {
|
|
4373
|
+
"itemBorderBottomWidth": 0,
|
|
4374
|
+
"itemBorderLeftColor": {
|
|
4375
|
+
"red": 0,
|
|
4376
|
+
"green": 0,
|
|
4377
|
+
"blue": 0,
|
|
4378
|
+
"alpha": 1
|
|
4379
|
+
},
|
|
4380
|
+
"itemBorderLeftWidth": 4,
|
|
4381
|
+
"itemBorderTopWidth": 0
|
|
4382
|
+
}
|
|
4383
|
+
},
|
|
4384
|
+
{
|
|
4385
|
+
"if": {
|
|
4386
|
+
"current": true,
|
|
4387
|
+
"isChild": true
|
|
4388
|
+
},
|
|
4389
|
+
"tokens": {
|
|
4390
|
+
"itemBorderLeftColor": {
|
|
4203
4391
|
"red": 0.00392,
|
|
4204
4392
|
"green": 0.41961,
|
|
4205
4393
|
"blue": 0.41569,
|
|
4206
4394
|
"alpha": 1
|
|
4207
|
-
}
|
|
4208
|
-
"groupFontName": "StagSans",
|
|
4209
|
-
"groupFontWeight": 700
|
|
4395
|
+
}
|
|
4210
4396
|
}
|
|
4211
4397
|
},
|
|
4212
4398
|
{
|
|
4213
4399
|
"if": {
|
|
4214
|
-
"isChild": true
|
|
4400
|
+
"isChild": true,
|
|
4401
|
+
"pressed": true
|
|
4215
4402
|
},
|
|
4216
4403
|
"tokens": {
|
|
4217
|
-
"
|
|
4218
|
-
"
|
|
4404
|
+
"itemBorderBottomWidth": 0,
|
|
4405
|
+
"itemBorderLeftColor": {
|
|
4406
|
+
"red": 0.34902,
|
|
4407
|
+
"green": 0.34902,
|
|
4408
|
+
"blue": 0.34902,
|
|
4409
|
+
"alpha": 1
|
|
4410
|
+
},
|
|
4411
|
+
"itemBorderTopWidth": 0,
|
|
4412
|
+
"itemColor": {
|
|
4413
|
+
"red": 0.34902,
|
|
4414
|
+
"green": 0.34902,
|
|
4415
|
+
"blue": 0.34902,
|
|
4416
|
+
"alpha": 1
|
|
4417
|
+
}
|
|
4219
4418
|
}
|
|
4220
4419
|
},
|
|
4221
4420
|
{
|
|
@@ -4235,22 +4434,23 @@
|
|
|
4235
4434
|
"alpha": 0
|
|
4236
4435
|
},
|
|
4237
4436
|
"groupBorderColor": {
|
|
4238
|
-
"red": 0
|
|
4239
|
-
"green": 0
|
|
4240
|
-
"blue": 0
|
|
4241
|
-
"alpha":
|
|
4437
|
+
"red": 0,
|
|
4438
|
+
"green": 0,
|
|
4439
|
+
"blue": 0,
|
|
4440
|
+
"alpha": 0
|
|
4242
4441
|
},
|
|
4243
|
-
"groupBorderRadius":
|
|
4442
|
+
"groupBorderRadius": 0,
|
|
4244
4443
|
"groupBorderWidth": 1,
|
|
4245
4444
|
"groupColor": {
|
|
4246
|
-
"red": 0
|
|
4247
|
-
"green": 0
|
|
4248
|
-
"blue": 0
|
|
4445
|
+
"red": 0,
|
|
4446
|
+
"green": 0,
|
|
4447
|
+
"blue": 0,
|
|
4249
4448
|
"alpha": 1
|
|
4250
4449
|
},
|
|
4251
4450
|
"groupFontName": "StagSans",
|
|
4252
|
-
"groupFontSize":
|
|
4451
|
+
"groupFontSize": 16,
|
|
4253
4452
|
"groupFontWeight": 400,
|
|
4453
|
+
"groupHeight": 32,
|
|
4254
4454
|
"groupIcon": "PaletteIconChevronDown",
|
|
4255
4455
|
"groupPaddingBottom": 12,
|
|
4256
4456
|
"groupPaddingLeft": 16,
|
|
@@ -4262,36 +4462,56 @@
|
|
|
4262
4462
|
"blue": 0,
|
|
4263
4463
|
"alpha": 0
|
|
4264
4464
|
},
|
|
4265
|
-
"
|
|
4266
|
-
"red": 0
|
|
4267
|
-
"green": 0
|
|
4268
|
-
"blue": 0
|
|
4269
|
-
"alpha":
|
|
4465
|
+
"itemBorderBottomColor": {
|
|
4466
|
+
"red": 0,
|
|
4467
|
+
"green": 0,
|
|
4468
|
+
"blue": 0,
|
|
4469
|
+
"alpha": 0
|
|
4270
4470
|
},
|
|
4471
|
+
"itemBorderBottomWidth": 1,
|
|
4271
4472
|
"itemBorderLeftColor": {
|
|
4272
|
-
"red": 0
|
|
4273
|
-
"green": 0
|
|
4274
|
-
"blue": 0
|
|
4275
|
-
"alpha":
|
|
4473
|
+
"red": 0,
|
|
4474
|
+
"green": 0,
|
|
4475
|
+
"blue": 0,
|
|
4476
|
+
"alpha": 0
|
|
4276
4477
|
},
|
|
4277
|
-
"itemBorderLeftWidth":
|
|
4478
|
+
"itemBorderLeftWidth": 1,
|
|
4479
|
+
"itemBorderRadius": 0,
|
|
4480
|
+
"itemBorderRightColor": {
|
|
4481
|
+
"red": 0,
|
|
4482
|
+
"green": 0,
|
|
4483
|
+
"blue": 0,
|
|
4484
|
+
"alpha": 0
|
|
4485
|
+
},
|
|
4486
|
+
"itemBorderRightWidth": 1,
|
|
4487
|
+
"itemBorderTopColor": {
|
|
4488
|
+
"red": 0,
|
|
4489
|
+
"green": 0,
|
|
4490
|
+
"blue": 0,
|
|
4491
|
+
"alpha": 0
|
|
4492
|
+
},
|
|
4493
|
+
"itemBorderTopWidth": 1,
|
|
4278
4494
|
"itemBorderWidth": 0,
|
|
4279
4495
|
"itemColor": {
|
|
4280
|
-
"red": 0
|
|
4281
|
-
"green": 0
|
|
4282
|
-
"blue": 0
|
|
4496
|
+
"red": 0,
|
|
4497
|
+
"green": 0,
|
|
4498
|
+
"blue": 0,
|
|
4283
4499
|
"alpha": 1
|
|
4284
4500
|
},
|
|
4285
4501
|
"itemDisplay": false,
|
|
4286
4502
|
"itemFontName": "StagSans",
|
|
4287
|
-
"itemFontSize":
|
|
4288
|
-
"itemFontWeight":
|
|
4503
|
+
"itemFontSize": 16,
|
|
4504
|
+
"itemFontWeight": 400,
|
|
4505
|
+
"itemHeight": 32,
|
|
4289
4506
|
"itemOutline": 0,
|
|
4290
4507
|
"itemPaddingBottom": 12,
|
|
4291
4508
|
"itemPaddingLeft": 16,
|
|
4292
4509
|
"itemPaddingRight": 16,
|
|
4293
4510
|
"itemPaddingTop": 12,
|
|
4294
4511
|
"itemTextDecoration": "none",
|
|
4512
|
+
"lineHeight": 1.5,
|
|
4513
|
+
"minHeight": "100%",
|
|
4514
|
+
"minWidth": "100%",
|
|
4295
4515
|
"shadow": {
|
|
4296
4516
|
"inset": false,
|
|
4297
4517
|
"offsetX": 0,
|
|
@@ -4506,7 +4726,7 @@
|
|
|
4506
4726
|
},
|
|
4507
4727
|
"pressed": {
|
|
4508
4728
|
"description": "Applies while an interactive component is being physically pressed. Most visible on touchscreen taps; in React Native Web, this is visible on web mouse clicks only if the pressable is held down.",
|
|
4509
|
-
"values": [true],
|
|
4729
|
+
"values": [true, false],
|
|
4510
4730
|
"type": "state"
|
|
4511
4731
|
},
|
|
4512
4732
|
"selected": {
|
|
@@ -4965,7 +5185,7 @@
|
|
|
4965
5185
|
"appearances": {
|
|
4966
5186
|
"pressed": {
|
|
4967
5187
|
"description": "Applies while an interactive component is being physically pressed. Most visible on touchscreen taps; in React Native Web, this is visible on web mouse clicks only if the pressable is held down.",
|
|
4968
|
-
"values": [true],
|
|
5188
|
+
"values": [true, false],
|
|
4969
5189
|
"type": "state"
|
|
4970
5190
|
},
|
|
4971
5191
|
"selected": {
|
|
@@ -5075,7 +5295,7 @@
|
|
|
5075
5295
|
},
|
|
5076
5296
|
"pressed": {
|
|
5077
5297
|
"description": "Applies while an interactive component is being physically pressed. Most visible on touchscreen taps; in React Native Web, this is visible on web mouse clicks only if the pressable is held down.",
|
|
5078
|
-
"values": [true],
|
|
5298
|
+
"values": [true, false],
|
|
5079
5299
|
"type": "state"
|
|
5080
5300
|
},
|
|
5081
5301
|
"selected": {
|
|
@@ -5581,7 +5801,7 @@
|
|
|
5581
5801
|
"appearances": {
|
|
5582
5802
|
"pressed": {
|
|
5583
5803
|
"description": "Applies while an interactive component is being physically pressed. Most visible on touchscreen taps; in React Native Web, this is visible on web mouse clicks only if the pressable is held down.",
|
|
5584
|
-
"values": [true],
|
|
5804
|
+
"values": [true, false],
|
|
5585
5805
|
"type": "state"
|
|
5586
5806
|
}
|
|
5587
5807
|
},
|
|
@@ -5712,7 +5932,7 @@
|
|
|
5712
5932
|
"appearances": {
|
|
5713
5933
|
"pressed": {
|
|
5714
5934
|
"description": "Applies while an interactive component is being physically pressed. Most visible on touchscreen taps; in React Native Web, this is visible on web mouse clicks only if the pressable is held down.",
|
|
5715
|
-
"values": [true],
|
|
5935
|
+
"values": [true, false],
|
|
5716
5936
|
"type": "state"
|
|
5717
5937
|
},
|
|
5718
5938
|
"viewport": {
|
|
@@ -5782,7 +6002,7 @@
|
|
|
5782
6002
|
"appearances": {
|
|
5783
6003
|
"pressed": {
|
|
5784
6004
|
"description": "Applies while an interactive component is being physically pressed. Most visible on touchscreen taps; in React Native Web, this is visible on web mouse clicks only if the pressable is held down.",
|
|
5785
|
-
"values": [true],
|
|
6005
|
+
"values": [true, false],
|
|
5786
6006
|
"type": "state"
|
|
5787
6007
|
}
|
|
5788
6008
|
},
|
|
@@ -6073,7 +6293,7 @@
|
|
|
6073
6293
|
},
|
|
6074
6294
|
"pressed": {
|
|
6075
6295
|
"description": "Applies while an interactive component is being physically pressed. Most visible on touchscreen taps; in React Native Web, this is visible on web mouse clicks only if the pressable is held down.",
|
|
6076
|
-
"values": [true],
|
|
6296
|
+
"values": [true, false],
|
|
6077
6297
|
"type": "state"
|
|
6078
6298
|
},
|
|
6079
6299
|
"viewport": {
|
|
@@ -6583,7 +6803,7 @@
|
|
|
6583
6803
|
},
|
|
6584
6804
|
"pressed": {
|
|
6585
6805
|
"description": "Applies while an interactive component is being physically pressed. Most visible on touchscreen taps; in React Native Web, this is visible on web mouse clicks only if the pressable is held down.",
|
|
6586
|
-
"values": [true],
|
|
6806
|
+
"values": [true, false],
|
|
6587
6807
|
"type": "state"
|
|
6588
6808
|
},
|
|
6589
6809
|
"priority": {
|
|
@@ -7171,7 +7391,7 @@
|
|
|
7171
7391
|
"blue": 0,
|
|
7172
7392
|
"alpha": 0
|
|
7173
7393
|
},
|
|
7174
|
-
"playIcon": "
|
|
7394
|
+
"playIcon": "PaletteIconPlaySolid",
|
|
7175
7395
|
"playIconColor": {
|
|
7176
7396
|
"red": 1,
|
|
7177
7397
|
"green": 1,
|
|
@@ -7215,7 +7435,9 @@
|
|
|
7215
7435
|
"buttonPaddingRight": 16,
|
|
7216
7436
|
"buttonRadius": 32,
|
|
7217
7437
|
"detailsContainerPadding": 8,
|
|
7218
|
-
"
|
|
7438
|
+
"labelFontName": "StagSans",
|
|
7439
|
+
"labelFontWeight": 600,
|
|
7440
|
+
"playIcon": "PaletteIconPlaySolid",
|
|
7219
7441
|
"playIconColor": {
|
|
7220
7442
|
"red": 1,
|
|
7221
7443
|
"green": 1,
|
|
@@ -7223,10 +7445,10 @@
|
|
|
7223
7445
|
"alpha": 1
|
|
7224
7446
|
},
|
|
7225
7447
|
"playIconContainerBackground": {
|
|
7226
|
-
"red": 0,
|
|
7227
|
-
"green": 0,
|
|
7228
|
-
"blue": 0,
|
|
7229
|
-
"alpha":
|
|
7448
|
+
"red": 0.00392,
|
|
7449
|
+
"green": 0.41961,
|
|
7450
|
+
"blue": 0.41569,
|
|
7451
|
+
"alpha": 1
|
|
7230
7452
|
}
|
|
7231
7453
|
}
|
|
7232
7454
|
},
|
|
@@ -7464,7 +7686,7 @@
|
|
|
7464
7686
|
"appearances": {
|
|
7465
7687
|
"pressed": {
|
|
7466
7688
|
"description": "Applies while an interactive component is being physically pressed. Most visible on touchscreen taps; in React Native Web, this is visible on web mouse clicks only if the pressable is held down.",
|
|
7467
|
-
"values": [true],
|
|
7689
|
+
"values": [true, false],
|
|
7468
7690
|
"type": "state"
|
|
7469
7691
|
}
|
|
7470
7692
|
},
|
|
@@ -7636,12 +7858,12 @@
|
|
|
7636
7858
|
},
|
|
7637
7859
|
"pressed": {
|
|
7638
7860
|
"description": "Applies while an interactive component is being physically pressed. Most visible on touchscreen taps; in React Native Web, this is visible on web mouse clicks only if the pressable is held down.",
|
|
7639
|
-
"values": [true],
|
|
7861
|
+
"values": [true, false],
|
|
7640
7862
|
"type": "state"
|
|
7641
7863
|
},
|
|
7642
7864
|
"selected": {
|
|
7643
7865
|
"description": "Applies while an interactive component is being physically pressed. Most visible on touchscreen taps; in React Native Web, this is visible on web mouse clicks only if the pressable is held down.",
|
|
7644
|
-
"values": [true],
|
|
7866
|
+
"values": [true, false],
|
|
7645
7867
|
"type": "state"
|
|
7646
7868
|
}
|
|
7647
7869
|
},
|
|
@@ -7825,7 +8047,7 @@
|
|
|
7825
8047
|
},
|
|
7826
8048
|
"pressed": {
|
|
7827
8049
|
"description": "Applies while an interactive component is being physically pressed. Most visible on touchscreen taps; in React Native Web, this is visible on web mouse clicks only if the pressable is held down.",
|
|
7828
|
-
"values": [true],
|
|
8050
|
+
"values": [true, false],
|
|
7829
8051
|
"type": "state"
|
|
7830
8052
|
},
|
|
7831
8053
|
"selected": {
|
|
@@ -8327,7 +8549,7 @@
|
|
|
8327
8549
|
"viewport": ["lg", "xl"]
|
|
8328
8550
|
},
|
|
8329
8551
|
"tokens": {
|
|
8330
|
-
"connectorHeight":
|
|
8552
|
+
"connectorHeight": 1,
|
|
8331
8553
|
"connectorWidth": "100%",
|
|
8332
8554
|
"itemContentMarginBottom": 0,
|
|
8333
8555
|
"itemContentMarginRight": 32,
|
|
@@ -8341,15 +8563,15 @@
|
|
|
8341
8563
|
],
|
|
8342
8564
|
"tokens": {
|
|
8343
8565
|
"connectorHeight": "100%",
|
|
8344
|
-
"connectorWidth":
|
|
8345
|
-
"dotBorderWidth":
|
|
8566
|
+
"connectorWidth": 1,
|
|
8567
|
+
"dotBorderWidth": 2,
|
|
8346
8568
|
"dotColor": {
|
|
8347
8569
|
"red": 1,
|
|
8348
8570
|
"green": 1,
|
|
8349
8571
|
"blue": 1,
|
|
8350
8572
|
"alpha": 1
|
|
8351
8573
|
},
|
|
8352
|
-
"dotWidth":
|
|
8574
|
+
"dotWidth": 12,
|
|
8353
8575
|
"itemContentFlexSize": 1,
|
|
8354
8576
|
"itemContentMarginBottom": 32,
|
|
8355
8577
|
"itemContentMarginRight": 0,
|
|
@@ -8365,6 +8587,12 @@
|
|
|
8365
8587
|
"blue": 0.41569,
|
|
8366
8588
|
"alpha": 1
|
|
8367
8589
|
},
|
|
8590
|
+
"timelineConnectorColor": {
|
|
8591
|
+
"red": 0,
|
|
8592
|
+
"green": 0,
|
|
8593
|
+
"blue": 0,
|
|
8594
|
+
"alpha": 1
|
|
8595
|
+
},
|
|
8368
8596
|
"timelineContainerDirection": "column"
|
|
8369
8597
|
}
|
|
8370
8598
|
},
|
|
@@ -8450,7 +8678,7 @@
|
|
|
8450
8678
|
},
|
|
8451
8679
|
"pressed": {
|
|
8452
8680
|
"description": "Applies while an interactive component is being physically pressed. Most visible on touchscreen taps; in React Native Web, this is visible on web mouse clicks only if the pressable is held down.",
|
|
8453
|
-
"values": [true],
|
|
8681
|
+
"values": [true, false],
|
|
8454
8682
|
"type": "state"
|
|
8455
8683
|
},
|
|
8456
8684
|
"selected": {
|
|
@@ -8518,9 +8746,15 @@
|
|
|
8518
8746
|
},
|
|
8519
8747
|
"tokens": {
|
|
8520
8748
|
"backgroundColor": {
|
|
8521
|
-
"red": 0.
|
|
8522
|
-
"green": 0.
|
|
8523
|
-
"blue":
|
|
8749
|
+
"red": 0.7098,
|
|
8750
|
+
"green": 0.70588,
|
|
8751
|
+
"blue": 0.70588,
|
|
8752
|
+
"alpha": 1
|
|
8753
|
+
},
|
|
8754
|
+
"switchColor": {
|
|
8755
|
+
"red": 0.31373,
|
|
8756
|
+
"green": 0.31373,
|
|
8757
|
+
"blue": 0.31373,
|
|
8524
8758
|
"alpha": 1
|
|
8525
8759
|
}
|
|
8526
8760
|
}
|
|
@@ -8592,7 +8826,7 @@
|
|
|
8592
8826
|
"labelFontSize": 16,
|
|
8593
8827
|
"labelFontWeight": 600,
|
|
8594
8828
|
"labelLineHeight": 1.5,
|
|
8595
|
-
"labelMarginLeft":
|
|
8829
|
+
"labelMarginLeft": 0,
|
|
8596
8830
|
"opacity": 1,
|
|
8597
8831
|
"outerBackgroundColor": {
|
|
8598
8832
|
"red": 0,
|
|
@@ -8607,12 +8841,14 @@
|
|
|
8607
8841
|
"alpha": 0
|
|
8608
8842
|
},
|
|
8609
8843
|
"outerBorderGap": 0,
|
|
8844
|
+
"outerBorderGapButton": 4,
|
|
8610
8845
|
"outerBorderWidth": 0,
|
|
8611
8846
|
"paddingBottom": 0,
|
|
8612
8847
|
"paddingLeft": 0,
|
|
8613
8848
|
"paddingRight": 0,
|
|
8614
8849
|
"paddingTop": 0,
|
|
8615
8850
|
"shadow": null,
|
|
8851
|
+
"space": 2,
|
|
8616
8852
|
"switchBorderColor": {
|
|
8617
8853
|
"red": 0,
|
|
8618
8854
|
"green": 0,
|
|
@@ -8640,7 +8876,7 @@
|
|
|
8640
8876
|
"alpha": 0.1
|
|
8641
8877
|
}
|
|
8642
8878
|
},
|
|
8643
|
-
"switchSize":
|
|
8879
|
+
"switchSize": 24,
|
|
8644
8880
|
"trackBorderColor": {
|
|
8645
8881
|
"red": 0,
|
|
8646
8882
|
"green": 0,
|
|
@@ -8649,6 +8885,7 @@
|
|
|
8649
8885
|
},
|
|
8650
8886
|
"trackBorderRadius": 12,
|
|
8651
8887
|
"trackBorderWidth": 3,
|
|
8888
|
+
"trackHeight": 20,
|
|
8652
8889
|
"width": 40
|
|
8653
8890
|
}
|
|
8654
8891
|
},
|
|
@@ -8752,7 +8989,7 @@
|
|
|
8752
8989
|
"appearances": {
|
|
8753
8990
|
"pressed": {
|
|
8754
8991
|
"description": "Applies while an interactive component is being physically pressed. Most visible on touchscreen taps; in React Native Web, this is visible on web mouse clicks only if the pressable is held down.",
|
|
8755
|
-
"values": [true],
|
|
8992
|
+
"values": [true, false],
|
|
8756
8993
|
"type": "state"
|
|
8757
8994
|
}
|
|
8758
8995
|
},
|
|
@@ -9323,9 +9560,9 @@
|
|
|
9323
9560
|
"blue": 0,
|
|
9324
9561
|
"alpha": 1
|
|
9325
9562
|
},
|
|
9326
|
-
"pauseIcon": "
|
|
9327
|
-
"playIcon": "
|
|
9328
|
-
"replayIcon": "
|
|
9563
|
+
"pauseIcon": "PaletteIconPause",
|
|
9564
|
+
"playIcon": "PaletteIconPlaySolid",
|
|
9565
|
+
"replayIcon": "PaletteIconReplay"
|
|
9329
9566
|
}
|
|
9330
9567
|
},
|
|
9331
9568
|
"VideoButton": {
|
|
@@ -9341,22 +9578,40 @@
|
|
|
9341
9578
|
}
|
|
9342
9579
|
},
|
|
9343
9580
|
"VideoControlBar": {
|
|
9344
|
-
"appearances": {
|
|
9345
|
-
|
|
9581
|
+
"appearances": {
|
|
9582
|
+
"viewport": {
|
|
9583
|
+
"description": "The size label for the current screen viewport based on the current screen width",
|
|
9584
|
+
"values": ["xs", "sm", "md", "lg", "xl"],
|
|
9585
|
+
"type": "state"
|
|
9586
|
+
}
|
|
9587
|
+
},
|
|
9588
|
+
"rules": [
|
|
9589
|
+
{
|
|
9590
|
+
"if": {
|
|
9591
|
+
"viewport": ["xs", "sm"]
|
|
9592
|
+
},
|
|
9593
|
+
"tokens": {
|
|
9594
|
+
"height": 40,
|
|
9595
|
+
"paddingBottom": 8,
|
|
9596
|
+
"paddingLeft": 16,
|
|
9597
|
+
"paddingRight": 16,
|
|
9598
|
+
"paddingTop": 8
|
|
9599
|
+
}
|
|
9600
|
+
}
|
|
9601
|
+
],
|
|
9346
9602
|
"tokens": {
|
|
9347
|
-
"captionsIcon": "
|
|
9348
|
-
"
|
|
9603
|
+
"captionsIcon": "PaletteIconClosedCaptions",
|
|
9604
|
+
"height": 56,
|
|
9605
|
+
"maximizeIcon": "PaletteIconFullscreenExpand",
|
|
9349
9606
|
"menuBottom": 64,
|
|
9350
9607
|
"menuMarginLeft": 16,
|
|
9351
9608
|
"menuRight": 32,
|
|
9352
|
-
"minimizeIcon": "
|
|
9609
|
+
"minimizeIcon": "PaletteIconFullscreenMinimize",
|
|
9353
9610
|
"paddingBottom": 16,
|
|
9354
9611
|
"paddingLeft": 48,
|
|
9355
|
-
"paddingLeftCompactMode": 16,
|
|
9356
9612
|
"paddingRight": 48,
|
|
9357
|
-
"paddingRightCompactMode": 16,
|
|
9358
9613
|
"paddingTop": 16,
|
|
9359
|
-
"settingsIcon": "
|
|
9614
|
+
"settingsIcon": "PaletteIconSettingsSolid"
|
|
9360
9615
|
}
|
|
9361
9616
|
},
|
|
9362
9617
|
"VideoMenu": {
|
|
@@ -9513,15 +9768,15 @@
|
|
|
9513
9768
|
"timestampMarginLeft": 8,
|
|
9514
9769
|
"timestampMarginRight": 8,
|
|
9515
9770
|
"trackGradientEnd": {
|
|
9516
|
-
"red": 0.
|
|
9517
|
-
"green": 0.
|
|
9518
|
-
"blue": 0.
|
|
9771
|
+
"red": 0.22353,
|
|
9772
|
+
"green": 0.80392,
|
|
9773
|
+
"blue": 0.78824,
|
|
9519
9774
|
"alpha": 1
|
|
9520
9775
|
},
|
|
9521
9776
|
"trackGradientStart": {
|
|
9522
|
-
"red": 0.
|
|
9523
|
-
"green": 0.
|
|
9524
|
-
"blue": 0.
|
|
9777
|
+
"red": 0.22353,
|
|
9778
|
+
"green": 0.80392,
|
|
9779
|
+
"blue": 0.78824,
|
|
9525
9780
|
"alpha": 1
|
|
9526
9781
|
}
|
|
9527
9782
|
}
|
|
@@ -9532,7 +9787,7 @@
|
|
|
9532
9787
|
"tokens": {
|
|
9533
9788
|
"marginLeft": 16,
|
|
9534
9789
|
"marginRight": 16,
|
|
9535
|
-
"mutedIcon": "
|
|
9790
|
+
"mutedIcon": "PaletteIconMuted",
|
|
9536
9791
|
"rangeBackground": {
|
|
9537
9792
|
"red": 0,
|
|
9538
9793
|
"green": 0,
|
|
@@ -9559,7 +9814,7 @@
|
|
|
9559
9814
|
"blue": 1,
|
|
9560
9815
|
"alpha": 1
|
|
9561
9816
|
},
|
|
9562
|
-
"unmutedIcon": "
|
|
9817
|
+
"unmutedIcon": "PaletteIconUnmuted"
|
|
9563
9818
|
}
|
|
9564
9819
|
},
|
|
9565
9820
|
"WaffleGrid": {
|
|
@@ -9763,7 +10018,7 @@
|
|
|
9763
10018
|
}
|
|
9764
10019
|
},
|
|
9765
10020
|
"metadata": {
|
|
9766
|
-
"themeTokensVersion": "2.
|
|
10021
|
+
"themeTokensVersion": "2.36.0",
|
|
9767
10022
|
"name": "theme-koodo"
|
|
9768
10023
|
}
|
|
9769
10024
|
}
|