@telus-uds/theme-allium 4.4.0 → 4.6.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 +1139 -943
- package/build/android/theme.json +253 -70
- package/build/ios/schema.json +1139 -943
- package/build/ios/theme.json +253 -70
- package/build/rn/schema.json +1139 -943
- package/build/rn/theme.js +247 -108
- package/package.json +5 -5
- package/theme.json +179 -30
package/build/ios/theme.json
CHANGED
|
@@ -264,8 +264,26 @@
|
|
|
264
264
|
}
|
|
265
265
|
},
|
|
266
266
|
"BlockQuote": {
|
|
267
|
-
"appearances": {
|
|
268
|
-
|
|
267
|
+
"appearances": {
|
|
268
|
+
"viewport": {
|
|
269
|
+
"description": "The size label for the current screen viewport based on the current screen width",
|
|
270
|
+
"values": ["xs", "sm", "md", "lg", "xl"],
|
|
271
|
+
"type": "state"
|
|
272
|
+
}
|
|
273
|
+
},
|
|
274
|
+
"rules": [
|
|
275
|
+
{
|
|
276
|
+
"if": {
|
|
277
|
+
"viewport": ["xs", "sm", "md"]
|
|
278
|
+
},
|
|
279
|
+
"tokens": {
|
|
280
|
+
"titleHeadingFontName": "HelveticaNow",
|
|
281
|
+
"titleHeadingFontSize": 24,
|
|
282
|
+
"titleHeadingFontWeight": 400,
|
|
283
|
+
"titleHeadingLineHeight": 1.33333333333
|
|
284
|
+
}
|
|
285
|
+
}
|
|
286
|
+
],
|
|
269
287
|
"tokens": {
|
|
270
288
|
"backgroundGradient": {
|
|
271
289
|
"type": "linear",
|
|
@@ -297,11 +315,23 @@
|
|
|
297
315
|
"blue": 0.27843,
|
|
298
316
|
"alpha": 1
|
|
299
317
|
},
|
|
318
|
+
"linkFontName": "HelveticaNow",
|
|
319
|
+
"linkFontSize": 16,
|
|
320
|
+
"linkFontWeight": 700,
|
|
321
|
+
"linkLineHeight": 1.5,
|
|
300
322
|
"marginBottom": 16,
|
|
301
323
|
"paddingBottom": 16,
|
|
302
324
|
"paddingLeft": 32,
|
|
303
325
|
"paddingRight": 32,
|
|
304
326
|
"paddingTop": 16,
|
|
327
|
+
"titleFontName": "HelveticaNow",
|
|
328
|
+
"titleFontSize": 20,
|
|
329
|
+
"titleFontWeight": 400,
|
|
330
|
+
"titleHeadingFontName": "HelveticaNow",
|
|
331
|
+
"titleHeadingFontSize": 28,
|
|
332
|
+
"titleHeadingFontWeight": 400,
|
|
333
|
+
"titleHeadingLineHeight": 1.28571428571,
|
|
334
|
+
"titleLineHeight": 1.6,
|
|
305
335
|
"width": 2
|
|
306
336
|
}
|
|
307
337
|
},
|
|
@@ -1029,7 +1059,7 @@
|
|
|
1029
1059
|
},
|
|
1030
1060
|
"pressed": {
|
|
1031
1061
|
"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.",
|
|
1032
|
-
"values": [true],
|
|
1062
|
+
"values": [true, false],
|
|
1033
1063
|
"type": "state"
|
|
1034
1064
|
},
|
|
1035
1065
|
"priority": {
|
|
@@ -1069,6 +1099,12 @@
|
|
|
1069
1099
|
"blue": 0,
|
|
1070
1100
|
"alpha": 1
|
|
1071
1101
|
},
|
|
1102
|
+
"borderColor": {
|
|
1103
|
+
"red": 0,
|
|
1104
|
+
"green": 0,
|
|
1105
|
+
"blue": 0,
|
|
1106
|
+
"alpha": 0
|
|
1107
|
+
},
|
|
1072
1108
|
"borderWidth": 0,
|
|
1073
1109
|
"color": {
|
|
1074
1110
|
"red": 1,
|
|
@@ -1089,7 +1125,12 @@
|
|
|
1089
1125
|
"blue": 0.02353,
|
|
1090
1126
|
"alpha": 1
|
|
1091
1127
|
},
|
|
1092
|
-
"
|
|
1128
|
+
"borderColor": {
|
|
1129
|
+
"red": 0,
|
|
1130
|
+
"green": 0,
|
|
1131
|
+
"blue": 0,
|
|
1132
|
+
"alpha": 0
|
|
1133
|
+
},
|
|
1093
1134
|
"color": {
|
|
1094
1135
|
"red": 1,
|
|
1095
1136
|
"green": 1,
|
|
@@ -1155,6 +1196,12 @@
|
|
|
1155
1196
|
"blue": 1,
|
|
1156
1197
|
"alpha": 0.6
|
|
1157
1198
|
},
|
|
1199
|
+
"borderColor": {
|
|
1200
|
+
"red": 0,
|
|
1201
|
+
"green": 0,
|
|
1202
|
+
"blue": 0,
|
|
1203
|
+
"alpha": 0
|
|
1204
|
+
},
|
|
1158
1205
|
"color": {
|
|
1159
1206
|
"red": 0.2549,
|
|
1160
1207
|
"green": 0.27059,
|
|
@@ -1211,6 +1258,12 @@
|
|
|
1211
1258
|
"blue": 0.20784,
|
|
1212
1259
|
"alpha": 1
|
|
1213
1260
|
},
|
|
1261
|
+
"borderColor": {
|
|
1262
|
+
"red": 0,
|
|
1263
|
+
"green": 0,
|
|
1264
|
+
"blue": 0,
|
|
1265
|
+
"alpha": 0
|
|
1266
|
+
},
|
|
1214
1267
|
"color": {
|
|
1215
1268
|
"red": 1,
|
|
1216
1269
|
"green": 1,
|
|
@@ -1528,7 +1581,7 @@
|
|
|
1528
1581
|
},
|
|
1529
1582
|
"pressed": {
|
|
1530
1583
|
"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.",
|
|
1531
|
-
"values": [true],
|
|
1584
|
+
"values": [true, false],
|
|
1532
1585
|
"type": "state"
|
|
1533
1586
|
},
|
|
1534
1587
|
"selected": {
|
|
@@ -1788,7 +1841,7 @@
|
|
|
1788
1841
|
},
|
|
1789
1842
|
"pressed": {
|
|
1790
1843
|
"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.",
|
|
1791
|
-
"values": [true],
|
|
1844
|
+
"values": [true, false],
|
|
1792
1845
|
"type": "state"
|
|
1793
1846
|
},
|
|
1794
1847
|
"selected": {
|
|
@@ -2225,7 +2278,7 @@
|
|
|
2225
2278
|
},
|
|
2226
2279
|
"pressed": {
|
|
2227
2280
|
"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.",
|
|
2228
|
-
"values": [true],
|
|
2281
|
+
"values": [true, false],
|
|
2229
2282
|
"type": "state"
|
|
2230
2283
|
},
|
|
2231
2284
|
"selected": {
|
|
@@ -2533,7 +2586,7 @@
|
|
|
2533
2586
|
},
|
|
2534
2587
|
"pressed": {
|
|
2535
2588
|
"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.",
|
|
2536
|
-
"values": [true],
|
|
2589
|
+
"values": [true, false],
|
|
2537
2590
|
"type": "state"
|
|
2538
2591
|
},
|
|
2539
2592
|
"size": {
|
|
@@ -2903,6 +2956,24 @@
|
|
|
2903
2956
|
"calendarDayDefaultFontName": "HelveticaNow",
|
|
2904
2957
|
"calendarDayDefaultFontSize": 14,
|
|
2905
2958
|
"calendarDayDefaultFontWeight": 400,
|
|
2959
|
+
"calendarDaySelectedDisabledBackground": {
|
|
2960
|
+
"red": 0.98039,
|
|
2961
|
+
"green": 0.98039,
|
|
2962
|
+
"blue": 0.98039,
|
|
2963
|
+
"alpha": 1
|
|
2964
|
+
},
|
|
2965
|
+
"calendarDaySelectedDisabledColor": {
|
|
2966
|
+
"red": 1,
|
|
2967
|
+
"green": 1,
|
|
2968
|
+
"blue": 1,
|
|
2969
|
+
"alpha": 1
|
|
2970
|
+
},
|
|
2971
|
+
"calendarDaySelectedDisabledContentBackgroundColor": {
|
|
2972
|
+
"red": 0.69804,
|
|
2973
|
+
"green": 0.72549,
|
|
2974
|
+
"blue": 0.74902,
|
|
2975
|
+
"alpha": 1
|
|
2976
|
+
},
|
|
2906
2977
|
"calendarDaySelectedFocusBeforeBackground": {
|
|
2907
2978
|
"red": 1,
|
|
2908
2979
|
"green": 1,
|
|
@@ -3554,7 +3625,7 @@
|
|
|
3554
3625
|
"appearances": {
|
|
3555
3626
|
"pressed": {
|
|
3556
3627
|
"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.",
|
|
3557
|
-
"values": [true],
|
|
3628
|
+
"values": [true, false],
|
|
3558
3629
|
"type": "state"
|
|
3559
3630
|
}
|
|
3560
3631
|
},
|
|
@@ -3840,7 +3911,7 @@
|
|
|
3840
3911
|
},
|
|
3841
3912
|
"pressed": {
|
|
3842
3913
|
"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.",
|
|
3843
|
-
"values": [true],
|
|
3914
|
+
"values": [true, false],
|
|
3844
3915
|
"type": "state"
|
|
3845
3916
|
},
|
|
3846
3917
|
"raised": {
|
|
@@ -4345,7 +4416,7 @@
|
|
|
4345
4416
|
},
|
|
4346
4417
|
"pressed": {
|
|
4347
4418
|
"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.",
|
|
4348
|
-
"values": [true],
|
|
4419
|
+
"values": [true, false],
|
|
4349
4420
|
"type": "state"
|
|
4350
4421
|
},
|
|
4351
4422
|
"size": {
|
|
@@ -4609,11 +4680,11 @@
|
|
|
4609
4680
|
"listGutter": 16
|
|
4610
4681
|
}
|
|
4611
4682
|
},
|
|
4612
|
-
"
|
|
4683
|
+
"Listbox": {
|
|
4613
4684
|
"appearances": {
|
|
4614
4685
|
"current": {
|
|
4615
4686
|
"description": "When the current item is selected",
|
|
4616
|
-
"values": [true],
|
|
4687
|
+
"values": [true, false],
|
|
4617
4688
|
"type": "state"
|
|
4618
4689
|
},
|
|
4619
4690
|
"expanded": {
|
|
@@ -4623,18 +4694,52 @@
|
|
|
4623
4694
|
},
|
|
4624
4695
|
"isChild": {
|
|
4625
4696
|
"description": "when the item is child of another child",
|
|
4626
|
-
"values": [true],
|
|
4697
|
+
"values": [true, false],
|
|
4627
4698
|
"type": "state"
|
|
4628
4699
|
},
|
|
4629
4700
|
"pressed": {
|
|
4630
4701
|
"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.",
|
|
4631
|
-
"values": [true],
|
|
4702
|
+
"values": [true, false],
|
|
4632
4703
|
"type": "state"
|
|
4633
4704
|
}
|
|
4634
4705
|
},
|
|
4635
4706
|
"rules": [
|
|
4636
4707
|
{
|
|
4637
4708
|
"if": {
|
|
4709
|
+
"expanded": true
|
|
4710
|
+
},
|
|
4711
|
+
"tokens": {
|
|
4712
|
+
"groupIcon": "PaletteIconCaretUp"
|
|
4713
|
+
}
|
|
4714
|
+
},
|
|
4715
|
+
{
|
|
4716
|
+
"if": {
|
|
4717
|
+
"current": true
|
|
4718
|
+
},
|
|
4719
|
+
"tokens": {
|
|
4720
|
+
"groupColor": {
|
|
4721
|
+
"red": 0.29412,
|
|
4722
|
+
"green": 0.15686,
|
|
4723
|
+
"blue": 0.42745,
|
|
4724
|
+
"alpha": 1
|
|
4725
|
+
},
|
|
4726
|
+
"groupFontName": "HelveticaNow",
|
|
4727
|
+
"groupFontWeight": 700,
|
|
4728
|
+
"itemColor": {
|
|
4729
|
+
"red": 0.29412,
|
|
4730
|
+
"green": 0.15686,
|
|
4731
|
+
"blue": 0.42745,
|
|
4732
|
+
"alpha": 1
|
|
4733
|
+
},
|
|
4734
|
+
"itemPaddingBottom": 12,
|
|
4735
|
+
"itemPaddingLeft": 16,
|
|
4736
|
+
"itemPaddingRight": 16,
|
|
4737
|
+
"itemPaddingTop": 12
|
|
4738
|
+
}
|
|
4739
|
+
},
|
|
4740
|
+
{
|
|
4741
|
+
"if": {
|
|
4742
|
+
"current": true,
|
|
4638
4743
|
"pressed": true
|
|
4639
4744
|
},
|
|
4640
4745
|
"tokens": {
|
|
@@ -4644,44 +4749,75 @@
|
|
|
4644
4749
|
"blue": 0.9098,
|
|
4645
4750
|
"alpha": 1
|
|
4646
4751
|
},
|
|
4752
|
+
"groupBorderWidth": 0,
|
|
4647
4753
|
"groupColor": {
|
|
4648
|
-
"red": 0.
|
|
4649
|
-
"green": 0.
|
|
4650
|
-
"blue": 0.
|
|
4754
|
+
"red": 0.40392,
|
|
4755
|
+
"green": 0.43137,
|
|
4756
|
+
"blue": 0.45098,
|
|
4651
4757
|
"alpha": 1
|
|
4652
|
-
}
|
|
4758
|
+
},
|
|
4759
|
+
"groupFontName": "HelveticaNow",
|
|
4760
|
+
"groupFontWeight": 700
|
|
4653
4761
|
}
|
|
4654
4762
|
},
|
|
4655
4763
|
{
|
|
4656
4764
|
"if": {
|
|
4657
|
-
"
|
|
4765
|
+
"isChild": true
|
|
4658
4766
|
},
|
|
4659
4767
|
"tokens": {
|
|
4660
|
-
"
|
|
4768
|
+
"itemBorderBottomWidth": 0,
|
|
4769
|
+
"itemBorderLeftColor": {
|
|
4770
|
+
"red": 0.8902,
|
|
4771
|
+
"green": 0.90196,
|
|
4772
|
+
"blue": 0.9098,
|
|
4773
|
+
"alpha": 1
|
|
4774
|
+
},
|
|
4775
|
+
"itemBorderLeftWidth": 4,
|
|
4776
|
+
"itemBorderTopWidth": 0
|
|
4661
4777
|
}
|
|
4662
4778
|
},
|
|
4663
4779
|
{
|
|
4664
4780
|
"if": {
|
|
4665
|
-
"current": true
|
|
4781
|
+
"current": true,
|
|
4782
|
+
"isChild": true
|
|
4666
4783
|
},
|
|
4667
4784
|
"tokens": {
|
|
4668
|
-
"
|
|
4785
|
+
"itemBorderLeftColor": {
|
|
4669
4786
|
"red": 0.29412,
|
|
4670
4787
|
"green": 0.15686,
|
|
4671
4788
|
"blue": 0.42745,
|
|
4672
4789
|
"alpha": 1
|
|
4673
|
-
}
|
|
4674
|
-
"groupFontName": "HelveticaNow",
|
|
4675
|
-
"groupFontWeight": 700
|
|
4790
|
+
}
|
|
4676
4791
|
}
|
|
4677
4792
|
},
|
|
4678
4793
|
{
|
|
4679
4794
|
"if": {
|
|
4680
|
-
"
|
|
4795
|
+
"current": true,
|
|
4796
|
+
"pressed": true
|
|
4797
|
+
},
|
|
4798
|
+
"tokens": {
|
|
4799
|
+
"itemColor": {
|
|
4800
|
+
"red": 0.40392,
|
|
4801
|
+
"green": 0.43137,
|
|
4802
|
+
"blue": 0.45098,
|
|
4803
|
+
"alpha": 1
|
|
4804
|
+
}
|
|
4805
|
+
}
|
|
4806
|
+
},
|
|
4807
|
+
{
|
|
4808
|
+
"if": {
|
|
4809
|
+
"isChild": true,
|
|
4810
|
+
"pressed": true
|
|
4681
4811
|
},
|
|
4682
4812
|
"tokens": {
|
|
4683
|
-
"
|
|
4684
|
-
"
|
|
4813
|
+
"itemBorderBottomWidth": 0,
|
|
4814
|
+
"itemBorderLeftColor": {
|
|
4815
|
+
"red": 0.40392,
|
|
4816
|
+
"green": 0.43137,
|
|
4817
|
+
"blue": 0.45098,
|
|
4818
|
+
"alpha": 1
|
|
4819
|
+
},
|
|
4820
|
+
"itemBorderTopWidth": 0
|
|
4685
4821
|
}
|
|
4686
4822
|
}
|
|
4687
4823
|
],
|
|
@@ -4693,12 +4829,12 @@
|
|
|
4693
4829
|
"alpha": 0
|
|
4694
4830
|
},
|
|
4695
4831
|
"groupBorderColor": {
|
|
4696
|
-
"red": 0
|
|
4697
|
-
"green": 0
|
|
4698
|
-
"blue": 0
|
|
4699
|
-
"alpha":
|
|
4832
|
+
"red": 0,
|
|
4833
|
+
"green": 0,
|
|
4834
|
+
"blue": 0,
|
|
4835
|
+
"alpha": 0
|
|
4700
4836
|
},
|
|
4701
|
-
"groupBorderRadius":
|
|
4837
|
+
"groupBorderRadius": 0,
|
|
4702
4838
|
"groupBorderWidth": 1,
|
|
4703
4839
|
"groupColor": {
|
|
4704
4840
|
"red": 0.2549,
|
|
@@ -4709,6 +4845,7 @@
|
|
|
4709
4845
|
"groupFontName": "HelveticaNow",
|
|
4710
4846
|
"groupFontSize": 14,
|
|
4711
4847
|
"groupFontWeight": 400,
|
|
4848
|
+
"groupHeight": 40,
|
|
4712
4849
|
"groupIcon": "PaletteIconCaretDown",
|
|
4713
4850
|
"groupPaddingBottom": 12,
|
|
4714
4851
|
"groupPaddingLeft": 16,
|
|
@@ -4720,36 +4857,56 @@
|
|
|
4720
4857
|
"blue": 0,
|
|
4721
4858
|
"alpha": 0
|
|
4722
4859
|
},
|
|
4723
|
-
"
|
|
4724
|
-
"red": 0
|
|
4725
|
-
"green": 0
|
|
4726
|
-
"blue": 0
|
|
4727
|
-
"alpha":
|
|
4860
|
+
"itemBorderBottomColor": {
|
|
4861
|
+
"red": 0,
|
|
4862
|
+
"green": 0,
|
|
4863
|
+
"blue": 0,
|
|
4864
|
+
"alpha": 0
|
|
4728
4865
|
},
|
|
4866
|
+
"itemBorderBottomWidth": 1,
|
|
4729
4867
|
"itemBorderLeftColor": {
|
|
4730
|
-
"red": 0
|
|
4731
|
-
"green": 0
|
|
4732
|
-
"blue": 0
|
|
4733
|
-
"alpha":
|
|
4868
|
+
"red": 0,
|
|
4869
|
+
"green": 0,
|
|
4870
|
+
"blue": 0,
|
|
4871
|
+
"alpha": 0
|
|
4872
|
+
},
|
|
4873
|
+
"itemBorderLeftWidth": 1,
|
|
4874
|
+
"itemBorderRadius": 0,
|
|
4875
|
+
"itemBorderRightColor": {
|
|
4876
|
+
"red": 0,
|
|
4877
|
+
"green": 0,
|
|
4878
|
+
"blue": 0,
|
|
4879
|
+
"alpha": 0
|
|
4734
4880
|
},
|
|
4735
|
-
"
|
|
4736
|
-
"
|
|
4881
|
+
"itemBorderRightWidth": 1,
|
|
4882
|
+
"itemBorderTopColor": {
|
|
4883
|
+
"red": 0,
|
|
4884
|
+
"green": 0,
|
|
4885
|
+
"blue": 0,
|
|
4886
|
+
"alpha": 0
|
|
4887
|
+
},
|
|
4888
|
+
"itemBorderTopWidth": 1,
|
|
4889
|
+
"itemBorderWidth": 1,
|
|
4737
4890
|
"itemColor": {
|
|
4738
|
-
"red": 0.
|
|
4739
|
-
"green": 0.
|
|
4740
|
-
"blue": 0.
|
|
4891
|
+
"red": 0.2549,
|
|
4892
|
+
"green": 0.27059,
|
|
4893
|
+
"blue": 0.27843,
|
|
4741
4894
|
"alpha": 1
|
|
4742
4895
|
},
|
|
4743
4896
|
"itemDisplay": false,
|
|
4744
4897
|
"itemFontName": "HelveticaNow",
|
|
4745
4898
|
"itemFontSize": 14,
|
|
4746
4899
|
"itemFontWeight": 700,
|
|
4900
|
+
"itemHeight": 40,
|
|
4747
4901
|
"itemOutline": 0,
|
|
4748
4902
|
"itemPaddingBottom": 12,
|
|
4749
4903
|
"itemPaddingLeft": 16,
|
|
4750
4904
|
"itemPaddingRight": 16,
|
|
4751
4905
|
"itemPaddingTop": 12,
|
|
4752
4906
|
"itemTextDecoration": "none",
|
|
4907
|
+
"lineHeight": 1.14285714286,
|
|
4908
|
+
"minHeight": "100%",
|
|
4909
|
+
"minWidth": 288,
|
|
4753
4910
|
"shadow": {
|
|
4754
4911
|
"inset": false,
|
|
4755
4912
|
"offsetX": 0,
|
|
@@ -5035,7 +5192,7 @@
|
|
|
5035
5192
|
},
|
|
5036
5193
|
"pressed": {
|
|
5037
5194
|
"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.",
|
|
5038
|
-
"values": [true],
|
|
5195
|
+
"values": [true, false],
|
|
5039
5196
|
"type": "state"
|
|
5040
5197
|
},
|
|
5041
5198
|
"selected": {
|
|
@@ -5481,7 +5638,7 @@
|
|
|
5481
5638
|
"appearances": {
|
|
5482
5639
|
"pressed": {
|
|
5483
5640
|
"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.",
|
|
5484
|
-
"values": [true],
|
|
5641
|
+
"values": [true, false],
|
|
5485
5642
|
"type": "state"
|
|
5486
5643
|
},
|
|
5487
5644
|
"selected": {
|
|
@@ -5591,7 +5748,7 @@
|
|
|
5591
5748
|
},
|
|
5592
5749
|
"pressed": {
|
|
5593
5750
|
"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.",
|
|
5594
|
-
"values": [true],
|
|
5751
|
+
"values": [true, false],
|
|
5595
5752
|
"type": "state"
|
|
5596
5753
|
},
|
|
5597
5754
|
"selected": {
|
|
@@ -6215,7 +6372,7 @@
|
|
|
6215
6372
|
"appearances": {
|
|
6216
6373
|
"pressed": {
|
|
6217
6374
|
"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.",
|
|
6218
|
-
"values": [true],
|
|
6375
|
+
"values": [true, false],
|
|
6219
6376
|
"type": "state"
|
|
6220
6377
|
}
|
|
6221
6378
|
},
|
|
@@ -6335,7 +6492,7 @@
|
|
|
6335
6492
|
"appearances": {
|
|
6336
6493
|
"pressed": {
|
|
6337
6494
|
"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.",
|
|
6338
|
-
"values": [true],
|
|
6495
|
+
"values": [true, false],
|
|
6339
6496
|
"type": "state"
|
|
6340
6497
|
},
|
|
6341
6498
|
"viewport": {
|
|
@@ -6399,7 +6556,7 @@
|
|
|
6399
6556
|
"appearances": {
|
|
6400
6557
|
"pressed": {
|
|
6401
6558
|
"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.",
|
|
6402
|
-
"values": [true],
|
|
6559
|
+
"values": [true, false],
|
|
6403
6560
|
"type": "state"
|
|
6404
6561
|
}
|
|
6405
6562
|
},
|
|
@@ -6643,7 +6800,7 @@
|
|
|
6643
6800
|
},
|
|
6644
6801
|
"pressed": {
|
|
6645
6802
|
"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.",
|
|
6646
|
-
"values": [true],
|
|
6803
|
+
"values": [true, false],
|
|
6647
6804
|
"type": "state"
|
|
6648
6805
|
},
|
|
6649
6806
|
"viewport": {
|
|
@@ -7177,7 +7334,7 @@
|
|
|
7177
7334
|
},
|
|
7178
7335
|
"pressed": {
|
|
7179
7336
|
"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.",
|
|
7180
|
-
"values": [true],
|
|
7337
|
+
"values": [true, false],
|
|
7181
7338
|
"type": "state"
|
|
7182
7339
|
},
|
|
7183
7340
|
"priority": {
|
|
@@ -7840,6 +7997,8 @@
|
|
|
7840
7997
|
"buttonPaddingRight": 16,
|
|
7841
7998
|
"buttonRadius": 32,
|
|
7842
7999
|
"detailsContainerPadding": 8,
|
|
8000
|
+
"labelFontName": "HelveticaNow",
|
|
8001
|
+
"labelFontWeight": 700,
|
|
7843
8002
|
"playIcon": "PaletteIconPlaySolid",
|
|
7844
8003
|
"playIconColor": {
|
|
7845
8004
|
"red": 1,
|
|
@@ -8083,7 +8242,7 @@
|
|
|
8083
8242
|
"appearances": {
|
|
8084
8243
|
"pressed": {
|
|
8085
8244
|
"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.",
|
|
8086
|
-
"values": [true],
|
|
8245
|
+
"values": [true, false],
|
|
8087
8246
|
"type": "state"
|
|
8088
8247
|
}
|
|
8089
8248
|
},
|
|
@@ -8259,12 +8418,12 @@
|
|
|
8259
8418
|
"appearances": {
|
|
8260
8419
|
"focus": {
|
|
8261
8420
|
"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.",
|
|
8262
|
-
"values": [true],
|
|
8421
|
+
"values": [true, false],
|
|
8263
8422
|
"type": "state"
|
|
8264
8423
|
},
|
|
8265
8424
|
"hover": {
|
|
8266
8425
|
"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.",
|
|
8267
|
-
"values": [true],
|
|
8426
|
+
"values": [true, false],
|
|
8268
8427
|
"type": "state"
|
|
8269
8428
|
},
|
|
8270
8429
|
"inverse": {
|
|
@@ -8273,12 +8432,12 @@
|
|
|
8273
8432
|
},
|
|
8274
8433
|
"pressed": {
|
|
8275
8434
|
"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.",
|
|
8276
|
-
"values": [true],
|
|
8435
|
+
"values": [true, false],
|
|
8277
8436
|
"type": "state"
|
|
8278
8437
|
},
|
|
8279
8438
|
"selected": {
|
|
8280
8439
|
"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.",
|
|
8281
|
-
"values": [true],
|
|
8440
|
+
"values": [true, false],
|
|
8282
8441
|
"type": "state"
|
|
8283
8442
|
}
|
|
8284
8443
|
},
|
|
@@ -8579,7 +8738,7 @@
|
|
|
8579
8738
|
},
|
|
8580
8739
|
"pressed": {
|
|
8581
8740
|
"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.",
|
|
8582
|
-
"values": [true],
|
|
8741
|
+
"values": [true, false],
|
|
8583
8742
|
"type": "state"
|
|
8584
8743
|
},
|
|
8585
8744
|
"selected": {
|
|
@@ -9103,7 +9262,7 @@
|
|
|
9103
9262
|
"blue": 1,
|
|
9104
9263
|
"alpha": 1
|
|
9105
9264
|
},
|
|
9106
|
-
"dotWidth":
|
|
9265
|
+
"dotWidth": 14,
|
|
9107
9266
|
"itemContentFlexSize": 1,
|
|
9108
9267
|
"itemContentMarginBottom": 32,
|
|
9109
9268
|
"itemContentMarginRight": 0,
|
|
@@ -9119,6 +9278,12 @@
|
|
|
9119
9278
|
"blue": 0.45098,
|
|
9120
9279
|
"alpha": 1
|
|
9121
9280
|
},
|
|
9281
|
+
"timelineConnectorColor": {
|
|
9282
|
+
"red": 0.40392,
|
|
9283
|
+
"green": 0.43137,
|
|
9284
|
+
"blue": 0.45098,
|
|
9285
|
+
"alpha": 1
|
|
9286
|
+
},
|
|
9122
9287
|
"timelineContainerDirection": "column"
|
|
9123
9288
|
}
|
|
9124
9289
|
},
|
|
@@ -9204,7 +9369,7 @@
|
|
|
9204
9369
|
},
|
|
9205
9370
|
"pressed": {
|
|
9206
9371
|
"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.",
|
|
9207
|
-
"values": [true],
|
|
9372
|
+
"values": [true, false],
|
|
9208
9373
|
"type": "state"
|
|
9209
9374
|
},
|
|
9210
9375
|
"selected": {
|
|
@@ -9509,7 +9674,7 @@
|
|
|
9509
9674
|
},
|
|
9510
9675
|
"pressed": {
|
|
9511
9676
|
"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.",
|
|
9512
|
-
"values": [true],
|
|
9677
|
+
"values": [true, false],
|
|
9513
9678
|
"type": "state"
|
|
9514
9679
|
}
|
|
9515
9680
|
},
|
|
@@ -10283,10 +10448,30 @@
|
|
|
10283
10448
|
}
|
|
10284
10449
|
},
|
|
10285
10450
|
"VideoControlBar": {
|
|
10286
|
-
"appearances": {
|
|
10287
|
-
|
|
10451
|
+
"appearances": {
|
|
10452
|
+
"viewport": {
|
|
10453
|
+
"description": "The size label for the current screen viewport based on the current screen width",
|
|
10454
|
+
"values": ["xs", "sm", "md", "lg", "xl"],
|
|
10455
|
+
"type": "state"
|
|
10456
|
+
}
|
|
10457
|
+
},
|
|
10458
|
+
"rules": [
|
|
10459
|
+
{
|
|
10460
|
+
"if": {
|
|
10461
|
+
"viewport": ["xs", "sm"]
|
|
10462
|
+
},
|
|
10463
|
+
"tokens": {
|
|
10464
|
+
"height": 40,
|
|
10465
|
+
"paddingBottom": 8,
|
|
10466
|
+
"paddingLeft": 16,
|
|
10467
|
+
"paddingRight": 16,
|
|
10468
|
+
"paddingTop": 8
|
|
10469
|
+
}
|
|
10470
|
+
}
|
|
10471
|
+
],
|
|
10288
10472
|
"tokens": {
|
|
10289
10473
|
"captionsIcon": "PaletteIconClosedCaptions",
|
|
10474
|
+
"height": 56,
|
|
10290
10475
|
"maximizeIcon": "PaletteIconFullscreenExpand",
|
|
10291
10476
|
"menuBottom": 64,
|
|
10292
10477
|
"menuMarginLeft": 16,
|
|
@@ -10294,9 +10479,7 @@
|
|
|
10294
10479
|
"minimizeIcon": "PaletteIconFullscreenMinimize",
|
|
10295
10480
|
"paddingBottom": 16,
|
|
10296
10481
|
"paddingLeft": 48,
|
|
10297
|
-
"paddingLeftCompactMode": 16,
|
|
10298
10482
|
"paddingRight": 48,
|
|
10299
|
-
"paddingRightCompactMode": 16,
|
|
10300
10483
|
"paddingTop": 16,
|
|
10301
10484
|
"settingsIcon": "PaletteIconSettingsSolid"
|
|
10302
10485
|
}
|
|
@@ -10705,7 +10888,7 @@
|
|
|
10705
10888
|
}
|
|
10706
10889
|
},
|
|
10707
10890
|
"metadata": {
|
|
10708
|
-
"themeTokensVersion": "2.
|
|
10891
|
+
"themeTokensVersion": "2.35.0",
|
|
10709
10892
|
"name": "theme-allium"
|
|
10710
10893
|
}
|
|
10711
10894
|
}
|