@telus-uds/theme-allium 3.25.0 → 3.27.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 +2029 -1074
- package/build/android/theme.json +447 -55
- package/build/ios/schema.json +2029 -1074
- package/build/ios/theme.json +447 -55
- package/build/rn/schema.json +2029 -1074
- package/build/rn/theme.js +305 -29
- package/package.json +5 -5
- package/theme.json +297 -21
package/build/ios/theme.json
CHANGED
|
@@ -798,6 +798,18 @@
|
|
|
798
798
|
"inverse": true
|
|
799
799
|
},
|
|
800
800
|
"tokens": {
|
|
801
|
+
"color": {
|
|
802
|
+
"red": 1,
|
|
803
|
+
"green": 1,
|
|
804
|
+
"blue": 1,
|
|
805
|
+
"alpha": 1
|
|
806
|
+
},
|
|
807
|
+
"currentColor": {
|
|
808
|
+
"red": 1,
|
|
809
|
+
"green": 1,
|
|
810
|
+
"blue": 1,
|
|
811
|
+
"alpha": 1
|
|
812
|
+
},
|
|
801
813
|
"iconColor": {
|
|
802
814
|
"red": 0.69804,
|
|
803
815
|
"green": 0.72549,
|
|
@@ -808,14 +820,30 @@
|
|
|
808
820
|
}
|
|
809
821
|
],
|
|
810
822
|
"tokens": {
|
|
811
|
-
"
|
|
812
|
-
"iconColor": {
|
|
823
|
+
"color": {
|
|
813
824
|
"red": 0.40392,
|
|
814
825
|
"green": 0.43137,
|
|
815
826
|
"blue": 0.45098,
|
|
816
827
|
"alpha": 1
|
|
817
828
|
},
|
|
818
|
-
"
|
|
829
|
+
"currentColor": {
|
|
830
|
+
"red": 0.2549,
|
|
831
|
+
"green": 0.27059,
|
|
832
|
+
"blue": 0.27843,
|
|
833
|
+
"alpha": 1
|
|
834
|
+
},
|
|
835
|
+
"fontName": "HelveticaNow",
|
|
836
|
+
"fontSize": 12,
|
|
837
|
+
"fontWeight": 500,
|
|
838
|
+
"icon": "PaletteIconChevronRight",
|
|
839
|
+
"iconColor": {
|
|
840
|
+
"red": 0.69804,
|
|
841
|
+
"green": 0.72549,
|
|
842
|
+
"blue": 0.74902,
|
|
843
|
+
"alpha": 1
|
|
844
|
+
},
|
|
845
|
+
"iconPadding": 4,
|
|
846
|
+
"iconSize": 16,
|
|
819
847
|
"listItemPadding": 0
|
|
820
848
|
}
|
|
821
849
|
},
|
|
@@ -2403,7 +2431,7 @@
|
|
|
2403
2431
|
"size": "large"
|
|
2404
2432
|
},
|
|
2405
2433
|
"tokens": {
|
|
2406
|
-
"
|
|
2434
|
+
"fontSize": 20,
|
|
2407
2435
|
"iconSize": 24,
|
|
2408
2436
|
"textLineHeight": 1.95
|
|
2409
2437
|
}
|
|
@@ -2413,7 +2441,7 @@
|
|
|
2413
2441
|
"size": "small"
|
|
2414
2442
|
},
|
|
2415
2443
|
"tokens": {
|
|
2416
|
-
"
|
|
2444
|
+
"fontSize": 14,
|
|
2417
2445
|
"iconSize": 14,
|
|
2418
2446
|
"textLineHeight": 2.12
|
|
2419
2447
|
}
|
|
@@ -2423,7 +2451,7 @@
|
|
|
2423
2451
|
"size": "micro"
|
|
2424
2452
|
},
|
|
2425
2453
|
"tokens": {
|
|
2426
|
-
"
|
|
2454
|
+
"fontSize": 12,
|
|
2427
2455
|
"iconSize": 12,
|
|
2428
2456
|
"textLineHeight": 1.92
|
|
2429
2457
|
}
|
|
@@ -2436,7 +2464,7 @@
|
|
|
2436
2464
|
"blue": 0,
|
|
2437
2465
|
"alpha": 1
|
|
2438
2466
|
},
|
|
2439
|
-
"
|
|
2467
|
+
"fontSize": 16,
|
|
2440
2468
|
"iconDisplace": 0,
|
|
2441
2469
|
"iconSize": 24,
|
|
2442
2470
|
"iconSpace": 1,
|
|
@@ -2788,6 +2816,22 @@
|
|
|
2788
2816
|
}
|
|
2789
2817
|
}
|
|
2790
2818
|
},
|
|
2819
|
+
"Disclaimer": {
|
|
2820
|
+
"appearances": {},
|
|
2821
|
+
"rules": [],
|
|
2822
|
+
"tokens": {
|
|
2823
|
+
"color": {
|
|
2824
|
+
"red": 0.2549,
|
|
2825
|
+
"green": 0.27059,
|
|
2826
|
+
"blue": 0.27843,
|
|
2827
|
+
"alpha": 1
|
|
2828
|
+
},
|
|
2829
|
+
"fontName": "HelveticaNow",
|
|
2830
|
+
"fontSize": 14,
|
|
2831
|
+
"fontWeight": 400,
|
|
2832
|
+
"lineHeight": 1.42857142857
|
|
2833
|
+
}
|
|
2834
|
+
},
|
|
2791
2835
|
"Divider": {
|
|
2792
2836
|
"appearances": {
|
|
2793
2837
|
"decorative": {
|
|
@@ -3111,6 +3155,7 @@
|
|
|
3111
3155
|
"closeButtonMarginRight": 4,
|
|
3112
3156
|
"closeButtonMarginTop": 12,
|
|
3113
3157
|
"closeButtonWidth": 24,
|
|
3158
|
+
"closeIcon": "PaletteIconClose",
|
|
3114
3159
|
"footnoteBackground": {
|
|
3115
3160
|
"red": 0.95686,
|
|
3116
3161
|
"green": 0.95686,
|
|
@@ -3153,6 +3198,14 @@
|
|
|
3153
3198
|
"appearances": {},
|
|
3154
3199
|
"rules": [],
|
|
3155
3200
|
"tokens": {
|
|
3201
|
+
"color": {
|
|
3202
|
+
"red": 0,
|
|
3203
|
+
"green": 0,
|
|
3204
|
+
"blue": 0,
|
|
3205
|
+
"alpha": 1
|
|
3206
|
+
},
|
|
3207
|
+
"fontName": "HelveticaNow",
|
|
3208
|
+
"fontWeight": 400,
|
|
3156
3209
|
"lineHeight": 1,
|
|
3157
3210
|
"paddingLeft": 2,
|
|
3158
3211
|
"paddingRight": 2
|
|
@@ -4135,7 +4188,7 @@
|
|
|
4135
4188
|
"size": "large"
|
|
4136
4189
|
},
|
|
4137
4190
|
"tokens": {
|
|
4138
|
-
"iconMarginTop":
|
|
4191
|
+
"iconMarginTop": 4,
|
|
4139
4192
|
"itemFontSize": 20,
|
|
4140
4193
|
"itemIconSize": 20,
|
|
4141
4194
|
"itemLineHeight": 1.6,
|
|
@@ -4189,7 +4242,7 @@
|
|
|
4189
4242
|
"alpha": 1
|
|
4190
4243
|
},
|
|
4191
4244
|
"dividerSize": 1,
|
|
4192
|
-
"iconMarginTop":
|
|
4245
|
+
"iconMarginTop": 3,
|
|
4193
4246
|
"interItemMargin": 8,
|
|
4194
4247
|
"interItemMarginWithDivider": 16,
|
|
4195
4248
|
"itemBulletColor": {
|
|
@@ -4563,6 +4616,153 @@
|
|
|
4563
4616
|
"subHeadingMarginTop": 8
|
|
4564
4617
|
}
|
|
4565
4618
|
},
|
|
4619
|
+
"NavigationBar": {
|
|
4620
|
+
"appearances": {
|
|
4621
|
+
"expanded": {
|
|
4622
|
+
"description": "Applies when an ExpandCollapse panel is open and the content inside is visible",
|
|
4623
|
+
"values": [true],
|
|
4624
|
+
"type": "state"
|
|
4625
|
+
},
|
|
4626
|
+
"pressed": {
|
|
4627
|
+
"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.",
|
|
4628
|
+
"values": [true],
|
|
4629
|
+
"type": "state"
|
|
4630
|
+
},
|
|
4631
|
+
"selected": {
|
|
4632
|
+
"description": "Applies while an interactive component is the currently selected one in a set of states or components, for example a button in a `ButtonGroup`.",
|
|
4633
|
+
"values": [true],
|
|
4634
|
+
"type": "state"
|
|
4635
|
+
},
|
|
4636
|
+
"viewport": {
|
|
4637
|
+
"description": "The size label for the current screen viewport based on the current screen width",
|
|
4638
|
+
"values": ["xs", "sm", "md", "lg", "xl"],
|
|
4639
|
+
"type": "state"
|
|
4640
|
+
}
|
|
4641
|
+
},
|
|
4642
|
+
"rules": [
|
|
4643
|
+
{
|
|
4644
|
+
"if": {
|
|
4645
|
+
"selected": true
|
|
4646
|
+
},
|
|
4647
|
+
"tokens": {
|
|
4648
|
+
"backgroundColor": {
|
|
4649
|
+
"red": 0.95686,
|
|
4650
|
+
"green": 0.95686,
|
|
4651
|
+
"blue": 0.96863,
|
|
4652
|
+
"alpha": 1
|
|
4653
|
+
},
|
|
4654
|
+
"borderColor": {
|
|
4655
|
+
"red": 0.95686,
|
|
4656
|
+
"green": 0.95686,
|
|
4657
|
+
"blue": 0.96863,
|
|
4658
|
+
"alpha": 1
|
|
4659
|
+
},
|
|
4660
|
+
"color": {
|
|
4661
|
+
"red": 0.29412,
|
|
4662
|
+
"green": 0.15686,
|
|
4663
|
+
"blue": 0.42745,
|
|
4664
|
+
"alpha": 1
|
|
4665
|
+
},
|
|
4666
|
+
"fontName": "HelveticaNow",
|
|
4667
|
+
"fontWeight": 700
|
|
4668
|
+
}
|
|
4669
|
+
},
|
|
4670
|
+
{
|
|
4671
|
+
"if": {
|
|
4672
|
+
"pressed": true
|
|
4673
|
+
},
|
|
4674
|
+
"tokens": {
|
|
4675
|
+
"backgroundColor": {
|
|
4676
|
+
"red": 0.8902,
|
|
4677
|
+
"green": 0.90196,
|
|
4678
|
+
"blue": 0.9098,
|
|
4679
|
+
"alpha": 1
|
|
4680
|
+
},
|
|
4681
|
+
"borderColor": {
|
|
4682
|
+
"red": 0.48627,
|
|
4683
|
+
"green": 0.32549,
|
|
4684
|
+
"blue": 0.64706,
|
|
4685
|
+
"alpha": 1
|
|
4686
|
+
},
|
|
4687
|
+
"borderWidth": 1,
|
|
4688
|
+
"color": {
|
|
4689
|
+
"red": 0.29412,
|
|
4690
|
+
"green": 0.15686,
|
|
4691
|
+
"blue": 0.42745,
|
|
4692
|
+
"alpha": 1
|
|
4693
|
+
}
|
|
4694
|
+
}
|
|
4695
|
+
},
|
|
4696
|
+
{
|
|
4697
|
+
"if": {
|
|
4698
|
+
"viewport": ["xs", "sm", "md"]
|
|
4699
|
+
},
|
|
4700
|
+
"tokens": {
|
|
4701
|
+
"textAlign": "flex-start",
|
|
4702
|
+
"width": 288
|
|
4703
|
+
}
|
|
4704
|
+
},
|
|
4705
|
+
{
|
|
4706
|
+
"if": {
|
|
4707
|
+
"expanded": true
|
|
4708
|
+
},
|
|
4709
|
+
"tokens": {
|
|
4710
|
+
"icoMenu": "PaletteIconCaretUp"
|
|
4711
|
+
}
|
|
4712
|
+
}
|
|
4713
|
+
],
|
|
4714
|
+
"tokens": {
|
|
4715
|
+
"alignSelf": "flex-start",
|
|
4716
|
+
"backgroundColor": {
|
|
4717
|
+
"red": 1,
|
|
4718
|
+
"green": 1,
|
|
4719
|
+
"blue": 1,
|
|
4720
|
+
"alpha": 1
|
|
4721
|
+
},
|
|
4722
|
+
"borderColor": {
|
|
4723
|
+
"red": 1,
|
|
4724
|
+
"green": 1,
|
|
4725
|
+
"blue": 1,
|
|
4726
|
+
"alpha": 1
|
|
4727
|
+
},
|
|
4728
|
+
"borderRadius": 32,
|
|
4729
|
+
"borderWidth": 1,
|
|
4730
|
+
"color": {
|
|
4731
|
+
"red": 0.2549,
|
|
4732
|
+
"green": 0.27059,
|
|
4733
|
+
"blue": 0.27843,
|
|
4734
|
+
"alpha": 1
|
|
4735
|
+
},
|
|
4736
|
+
"fontName": "HelveticaNow",
|
|
4737
|
+
"fontSize": 14,
|
|
4738
|
+
"fontWeight": 400,
|
|
4739
|
+
"icoMenu": "PaletteIconCaretDown",
|
|
4740
|
+
"lineHeight": 1.14285714286,
|
|
4741
|
+
"minWidth": 0,
|
|
4742
|
+
"opacity": 1,
|
|
4743
|
+
"outerBackgroundColor": {
|
|
4744
|
+
"red": 0,
|
|
4745
|
+
"green": 0,
|
|
4746
|
+
"blue": 0,
|
|
4747
|
+
"alpha": 0
|
|
4748
|
+
},
|
|
4749
|
+
"outerBorderColor": {
|
|
4750
|
+
"red": 0,
|
|
4751
|
+
"green": 0,
|
|
4752
|
+
"blue": 0,
|
|
4753
|
+
"alpha": 0
|
|
4754
|
+
},
|
|
4755
|
+
"outerBorderGap": 0,
|
|
4756
|
+
"outerBorderWidth": 1,
|
|
4757
|
+
"paddingBottom": 8,
|
|
4758
|
+
"paddingLeft": 16,
|
|
4759
|
+
"paddingRight": 16,
|
|
4760
|
+
"paddingTop": 8,
|
|
4761
|
+
"shadow": null,
|
|
4762
|
+
"textAlign": "center",
|
|
4763
|
+
"width": 0
|
|
4764
|
+
}
|
|
4765
|
+
},
|
|
4566
4766
|
"Notification": {
|
|
4567
4767
|
"appearances": {
|
|
4568
4768
|
"style": {
|
|
@@ -4747,12 +4947,6 @@
|
|
|
4747
4947
|
"itemLineHeight": 1.6
|
|
4748
4948
|
}
|
|
4749
4949
|
},
|
|
4750
|
-
{
|
|
4751
|
-
"if": {
|
|
4752
|
-
"size": "medium"
|
|
4753
|
-
},
|
|
4754
|
-
"tokens": {}
|
|
4755
|
-
},
|
|
4756
4950
|
{
|
|
4757
4951
|
"if": {
|
|
4758
4952
|
"size": "small"
|
|
@@ -5129,11 +5323,97 @@
|
|
|
5129
5323
|
}
|
|
5130
5324
|
},
|
|
5131
5325
|
"PriceLockup": {
|
|
5132
|
-
"appearances": {
|
|
5133
|
-
|
|
5326
|
+
"appearances": {
|
|
5327
|
+
"size": {
|
|
5328
|
+
"type": "variant",
|
|
5329
|
+
"values": ["small", "medium", "large"]
|
|
5330
|
+
},
|
|
5331
|
+
"strikeThrough": {
|
|
5332
|
+
"type": "variant",
|
|
5333
|
+
"values": [true]
|
|
5334
|
+
},
|
|
5335
|
+
"viewport": {
|
|
5336
|
+
"description": "The size label for the current screen viewport based on the current screen width",
|
|
5337
|
+
"values": ["xs", "sm", "md", "lg", "xl"],
|
|
5338
|
+
"type": "state"
|
|
5339
|
+
}
|
|
5340
|
+
},
|
|
5341
|
+
"rules": [
|
|
5342
|
+
{
|
|
5343
|
+
"if": {
|
|
5344
|
+
"size": "small"
|
|
5345
|
+
},
|
|
5346
|
+
"tokens": {
|
|
5347
|
+
"amountFontSize": 28,
|
|
5348
|
+
"bottomTextFontSize": 14,
|
|
5349
|
+
"bottomTextLineHeight": 1.42857142857,
|
|
5350
|
+
"centsFontSize": 16,
|
|
5351
|
+
"centsLineHeight": 1.33333333333,
|
|
5352
|
+
"currencySymbolFontSize": 16,
|
|
5353
|
+
"currencySymbolLineHeight": 1.25,
|
|
5354
|
+
"rateFontSize": 14,
|
|
5355
|
+
"rateLineHeight": 1.14285714286,
|
|
5356
|
+
"topTextFontSize": 14,
|
|
5357
|
+
"topTextLineHeight": 1.42857142857
|
|
5358
|
+
}
|
|
5359
|
+
},
|
|
5360
|
+
{
|
|
5361
|
+
"if": {
|
|
5362
|
+
"size": "large",
|
|
5363
|
+
"viewport": ["lg", "xl"]
|
|
5364
|
+
},
|
|
5365
|
+
"tokens": {
|
|
5366
|
+
"amountFontSize": 64,
|
|
5367
|
+
"bottomTextFontSize": 20,
|
|
5368
|
+
"bottomTextLineHeight": 1.6,
|
|
5369
|
+
"centsFontSize": 36,
|
|
5370
|
+
"centsLineHeight": 1.125,
|
|
5371
|
+
"currencySymbolFontSize": 36,
|
|
5372
|
+
"currencySymbolLineHeight": 1.125,
|
|
5373
|
+
"rateFontSize": 20,
|
|
5374
|
+
"rateLineHeight": 1.6,
|
|
5375
|
+
"topTextFontSize": 20,
|
|
5376
|
+
"topTextLineHeight": 1.6
|
|
5377
|
+
}
|
|
5378
|
+
},
|
|
5379
|
+
{
|
|
5380
|
+
"if": {
|
|
5381
|
+
"strikeThrough": true
|
|
5382
|
+
},
|
|
5383
|
+
"tokens": {
|
|
5384
|
+
"fontColor": {
|
|
5385
|
+
"red": 0.40392,
|
|
5386
|
+
"green": 0.43137,
|
|
5387
|
+
"blue": 0.45098,
|
|
5388
|
+
"alpha": 1
|
|
5389
|
+
},
|
|
5390
|
+
"footnoteLinkColor": {
|
|
5391
|
+
"red": 0.40392,
|
|
5392
|
+
"green": 0.43137,
|
|
5393
|
+
"blue": 0.45098,
|
|
5394
|
+
"alpha": 1
|
|
5395
|
+
}
|
|
5396
|
+
}
|
|
5397
|
+
}
|
|
5398
|
+
],
|
|
5134
5399
|
"tokens": {
|
|
5400
|
+
"amountFontName": "HelveticaNow",
|
|
5401
|
+
"amountFontSize": 40,
|
|
5402
|
+
"amountFontWeight": 300,
|
|
5403
|
+
"amountLetterSpacing": -0.039,
|
|
5404
|
+
"amountLineHeight": 1,
|
|
5135
5405
|
"bottomLinksMarginLeft": 4,
|
|
5406
|
+
"bottomTextFontSize": 16,
|
|
5407
|
+
"bottomTextLineHeight": 1.6,
|
|
5136
5408
|
"bottomTextMarginTop": 4,
|
|
5409
|
+
"centsFontName": "HelveticaNow",
|
|
5410
|
+
"centsFontSize": 20,
|
|
5411
|
+
"centsFontWeight": 400,
|
|
5412
|
+
"centsLineHeight": 1.2,
|
|
5413
|
+
"currencySymbolFontName": "HelveticaNow",
|
|
5414
|
+
"currencySymbolFontSize": 20,
|
|
5415
|
+
"currencySymbolFontWeight": 400,
|
|
5416
|
+
"currencySymbolLineHeight": 1.2,
|
|
5137
5417
|
"dividerColor": {
|
|
5138
5418
|
"red": 0.69804,
|
|
5139
5419
|
"green": 0.72549,
|
|
@@ -5146,16 +5426,35 @@
|
|
|
5146
5426
|
"blue": 0.27843,
|
|
5147
5427
|
"alpha": 1
|
|
5148
5428
|
},
|
|
5429
|
+
"fontName": "HelveticaNow",
|
|
5430
|
+
"fontWeight": 700,
|
|
5149
5431
|
"footnoteGap": 4,
|
|
5432
|
+
"footnoteLinkColor": {
|
|
5433
|
+
"red": 0.2549,
|
|
5434
|
+
"green": 0.27059,
|
|
5435
|
+
"blue": 0.27843,
|
|
5436
|
+
"alpha": 1
|
|
5437
|
+
},
|
|
5438
|
+
"footnoteLinkFontName": "HelveticaNow",
|
|
5439
|
+
"footnoteLinkFontSize": 14,
|
|
5440
|
+
"footnoteLinkFontWeight": 400,
|
|
5150
5441
|
"footnoteMarginTop": 4,
|
|
5151
5442
|
"priceMarginBottom": 8,
|
|
5152
|
-
"
|
|
5443
|
+
"rateFontName": "HelveticaNow",
|
|
5444
|
+
"rateFontSize": 16,
|
|
5445
|
+
"rateFontWeight": 400,
|
|
5446
|
+
"rateLineHeight": 1.25,
|
|
5447
|
+
"strikeThroughColor": {
|
|
5153
5448
|
"red": 0.40392,
|
|
5154
5449
|
"green": 0.43137,
|
|
5155
5450
|
"blue": 0.45098,
|
|
5156
5451
|
"alpha": 1
|
|
5157
5452
|
},
|
|
5158
5453
|
"strikeThroughHeight": 2,
|
|
5454
|
+
"topTextFontName": "HelveticaNow",
|
|
5455
|
+
"topTextFontSize": 16,
|
|
5456
|
+
"topTextFontWeight": 700,
|
|
5457
|
+
"topTextLineHeight": 1.5,
|
|
5159
5458
|
"topTextMarginBottom": 4
|
|
5160
5459
|
}
|
|
5161
5460
|
},
|
|
@@ -6136,6 +6435,10 @@
|
|
|
6136
6435
|
"purpose": {
|
|
6137
6436
|
"type": "variant",
|
|
6138
6437
|
"values": ["offer", "default", "editorial"]
|
|
6438
|
+
},
|
|
6439
|
+
"wrap": {
|
|
6440
|
+
"type": "variant",
|
|
6441
|
+
"values": [true]
|
|
6139
6442
|
}
|
|
6140
6443
|
},
|
|
6141
6444
|
"rules": [
|
|
@@ -6157,6 +6460,46 @@
|
|
|
6157
6460
|
"alpha": 1
|
|
6158
6461
|
}
|
|
6159
6462
|
}
|
|
6463
|
+
},
|
|
6464
|
+
{
|
|
6465
|
+
"if": {
|
|
6466
|
+
"purpose": "offer"
|
|
6467
|
+
},
|
|
6468
|
+
"tokens": {
|
|
6469
|
+
"gradient": {
|
|
6470
|
+
"type": "linear",
|
|
6471
|
+
"angle": 135,
|
|
6472
|
+
"stops": [
|
|
6473
|
+
{
|
|
6474
|
+
"stop": 0,
|
|
6475
|
+
"color": {
|
|
6476
|
+
"red": 0.29412,
|
|
6477
|
+
"green": 0.15686,
|
|
6478
|
+
"blue": 0.42745,
|
|
6479
|
+
"alpha": 1
|
|
6480
|
+
}
|
|
6481
|
+
},
|
|
6482
|
+
{
|
|
6483
|
+
"stop": 1,
|
|
6484
|
+
"color": {
|
|
6485
|
+
"red": 0.89804,
|
|
6486
|
+
"green": 0.19608,
|
|
6487
|
+
"blue": 0.57647,
|
|
6488
|
+
"alpha": 1
|
|
6489
|
+
}
|
|
6490
|
+
}
|
|
6491
|
+
]
|
|
6492
|
+
}
|
|
6493
|
+
}
|
|
6494
|
+
},
|
|
6495
|
+
{
|
|
6496
|
+
"if": {
|
|
6497
|
+
"wrap": true
|
|
6498
|
+
},
|
|
6499
|
+
"tokens": {
|
|
6500
|
+
"paddingLeft": 24,
|
|
6501
|
+
"paddingRight": 24
|
|
6502
|
+
}
|
|
6160
6503
|
}
|
|
6161
6504
|
],
|
|
6162
6505
|
"tokens": {
|
|
@@ -6167,6 +6510,8 @@
|
|
|
6167
6510
|
"alpha": 1
|
|
6168
6511
|
},
|
|
6169
6512
|
"borderRadius": 4,
|
|
6513
|
+
"borderRadiusBottomLeft": null,
|
|
6514
|
+
"borderRadiusBottomRight": null,
|
|
6170
6515
|
"boxShadowColor": {
|
|
6171
6516
|
"red": 0,
|
|
6172
6517
|
"green": 0,
|
|
@@ -6184,7 +6529,7 @@
|
|
|
6184
6529
|
"alpha": 1
|
|
6185
6530
|
},
|
|
6186
6531
|
"curveAfterHeight": 4,
|
|
6187
|
-
"curveAfterRadius":
|
|
6532
|
+
"curveAfterRadius": 0,
|
|
6188
6533
|
"curveAfterWidth": 8,
|
|
6189
6534
|
"curveBackgroundColor": {
|
|
6190
6535
|
"red": 0.24706,
|
|
@@ -6195,30 +6540,13 @@
|
|
|
6195
6540
|
"curveHeight": 10,
|
|
6196
6541
|
"curveMarginTop": 4,
|
|
6197
6542
|
"curveWidth": 8,
|
|
6198
|
-
"
|
|
6199
|
-
"
|
|
6200
|
-
"
|
|
6201
|
-
"
|
|
6202
|
-
|
|
6203
|
-
"stop": 0,
|
|
6204
|
-
"color": {
|
|
6205
|
-
"red": 0.29412,
|
|
6206
|
-
"green": 0.15686,
|
|
6207
|
-
"blue": 0.42745,
|
|
6208
|
-
"alpha": 1
|
|
6209
|
-
}
|
|
6210
|
-
},
|
|
6211
|
-
{
|
|
6212
|
-
"stop": 1,
|
|
6213
|
-
"color": {
|
|
6214
|
-
"red": 0.89804,
|
|
6215
|
-
"green": 0.19608,
|
|
6216
|
-
"blue": 0.57647,
|
|
6217
|
-
"alpha": 1
|
|
6218
|
-
}
|
|
6219
|
-
}
|
|
6220
|
-
]
|
|
6543
|
+
"fontColor": {
|
|
6544
|
+
"red": 1,
|
|
6545
|
+
"green": 1,
|
|
6546
|
+
"blue": 1,
|
|
6547
|
+
"alpha": 1
|
|
6221
6548
|
},
|
|
6549
|
+
"gradient": null,
|
|
6222
6550
|
"paddingBottom": 4,
|
|
6223
6551
|
"paddingLeft": 8,
|
|
6224
6552
|
"paddingRight": 8,
|
|
@@ -7292,6 +7620,9 @@
|
|
|
7292
7620
|
"blue": 0.98039,
|
|
7293
7621
|
"alpha": 1
|
|
7294
7622
|
},
|
|
7623
|
+
"fontName": "HelveticaNow",
|
|
7624
|
+
"fontSize": 16,
|
|
7625
|
+
"fontWeight": 400,
|
|
7295
7626
|
"tablePaddingBottom": 24
|
|
7296
7627
|
}
|
|
7297
7628
|
},
|
|
@@ -8224,18 +8555,6 @@
|
|
|
8224
8555
|
"blue": 1,
|
|
8225
8556
|
"alpha": 1
|
|
8226
8557
|
},
|
|
8227
|
-
"animationFillColorAfter": {
|
|
8228
|
-
"red": 0.16863,
|
|
8229
|
-
"green": 0.50196,
|
|
8230
|
-
"blue": 0,
|
|
8231
|
-
"alpha": 1
|
|
8232
|
-
},
|
|
8233
|
-
"animationFillColorBefore": {
|
|
8234
|
-
"red": 1,
|
|
8235
|
-
"green": 1,
|
|
8236
|
-
"blue": 1,
|
|
8237
|
-
"alpha": 1
|
|
8238
|
-
},
|
|
8239
8558
|
"animationHeightAfter": 24,
|
|
8240
8559
|
"animationHeightBefore": 0,
|
|
8241
8560
|
"animationPaddingBottomAfter": 16,
|
|
@@ -9240,6 +9559,79 @@
|
|
|
9240
9559
|
"width": 64
|
|
9241
9560
|
}
|
|
9242
9561
|
},
|
|
9562
|
+
"VideoPicker": {
|
|
9563
|
+
"appearances": {},
|
|
9564
|
+
"rules": [],
|
|
9565
|
+
"tokens": {
|
|
9566
|
+
"framedContainerBackgroundColor": {
|
|
9567
|
+
"red": 0.98039,
|
|
9568
|
+
"green": 0.98039,
|
|
9569
|
+
"blue": 0.98039,
|
|
9570
|
+
"alpha": 1
|
|
9571
|
+
},
|
|
9572
|
+
"framedContainerBorderColor": {
|
|
9573
|
+
"red": 0.8902,
|
|
9574
|
+
"green": 0.90196,
|
|
9575
|
+
"blue": 0.9098,
|
|
9576
|
+
"alpha": 1
|
|
9577
|
+
},
|
|
9578
|
+
"framedContainerBorderRadius": 4,
|
|
9579
|
+
"framedContainerBorderWidth": 1,
|
|
9580
|
+
"framedContainerPadding": 24,
|
|
9581
|
+
"framedMaxHeight": 640,
|
|
9582
|
+
"stackViewDividerColor": {
|
|
9583
|
+
"red": 0.8902,
|
|
9584
|
+
"green": 0.90196,
|
|
9585
|
+
"blue": 0.9098,
|
|
9586
|
+
"alpha": 1
|
|
9587
|
+
}
|
|
9588
|
+
}
|
|
9589
|
+
},
|
|
9590
|
+
"VideoPickerSlider": {
|
|
9591
|
+
"appearances": {},
|
|
9592
|
+
"rules": [],
|
|
9593
|
+
"tokens": {
|
|
9594
|
+
"nextIcon": "PaletteIconArrowRight",
|
|
9595
|
+
"previousIcon": "PaletteIconArrowLeft"
|
|
9596
|
+
}
|
|
9597
|
+
},
|
|
9598
|
+
"VideoPickerThumbnail": {
|
|
9599
|
+
"appearances": {},
|
|
9600
|
+
"rules": [],
|
|
9601
|
+
"tokens": {
|
|
9602
|
+
"borderColor": {
|
|
9603
|
+
"red": 0.29412,
|
|
9604
|
+
"green": 0.15686,
|
|
9605
|
+
"blue": 0.42745,
|
|
9606
|
+
"alpha": 1
|
|
9607
|
+
},
|
|
9608
|
+
"borderRadius": 4,
|
|
9609
|
+
"borderWidth": 2,
|
|
9610
|
+
"pressableBorderTopColor": {
|
|
9611
|
+
"red": 0.8902,
|
|
9612
|
+
"green": 0.90196,
|
|
9613
|
+
"blue": 0.9098,
|
|
9614
|
+
"alpha": 1
|
|
9615
|
+
},
|
|
9616
|
+
"pressableBorderTopWidth": 1,
|
|
9617
|
+
"pressablePaddingBottom": 16,
|
|
9618
|
+
"pressablePaddingHorizontal": 24,
|
|
9619
|
+
"pressablePaddingVertical": 16,
|
|
9620
|
+
"splashButtonRadius": 4,
|
|
9621
|
+
"subTitleColor": {
|
|
9622
|
+
"red": 0.40392,
|
|
9623
|
+
"green": 0.43137,
|
|
9624
|
+
"blue": 0.45098,
|
|
9625
|
+
"alpha": 1
|
|
9626
|
+
},
|
|
9627
|
+
"titleColor": {
|
|
9628
|
+
"red": 0.29412,
|
|
9629
|
+
"green": 0.15686,
|
|
9630
|
+
"blue": 0.42745,
|
|
9631
|
+
"alpha": 1
|
|
9632
|
+
}
|
|
9633
|
+
}
|
|
9634
|
+
},
|
|
9243
9635
|
"VideoProgressBar": {
|
|
9244
9636
|
"appearances": {},
|
|
9245
9637
|
"rules": [],
|
|
@@ -9511,7 +9903,7 @@
|
|
|
9511
9903
|
}
|
|
9512
9904
|
},
|
|
9513
9905
|
"metadata": {
|
|
9514
|
-
"themeTokensVersion": "2.
|
|
9906
|
+
"themeTokensVersion": "2.25.0",
|
|
9515
9907
|
"name": "theme-allium"
|
|
9516
9908
|
}
|
|
9517
9909
|
}
|