@telus-uds/theme-koodo 3.24.0 → 3.26.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.
@@ -479,10 +479,10 @@
479
479
  ],
480
480
  "tokens": {
481
481
  "backgroundColor": {
482
- "red": 1,
483
- "green": 1,
484
- "blue": 1,
485
- "alpha": 1
482
+ "red": 0,
483
+ "green": 0,
484
+ "blue": 0,
485
+ "alpha": 0
486
486
  },
487
487
  "gradient": null
488
488
  }
@@ -500,24 +500,52 @@
500
500
  "inverse": true
501
501
  },
502
502
  "tokens": {
503
+ "color": {
504
+ "red": 0.89804,
505
+ "green": 0.96863,
506
+ "blue": 0.98431,
507
+ "alpha": 1
508
+ },
509
+ "currentColor": {
510
+ "red": 1,
511
+ "green": 1,
512
+ "blue": 1,
513
+ "alpha": 1
514
+ },
503
515
  "iconColor": {
504
- "red": 0,
505
- "green": 0,
506
- "blue": 0,
507
- "alpha": 0
516
+ "red": 0.78824,
517
+ "green": 0.78431,
518
+ "blue": 0.78431,
519
+ "alpha": 1
508
520
  }
509
521
  }
510
522
  }
511
523
  ],
512
524
  "tokens": {
525
+ "color": {
526
+ "red": 0.00392,
527
+ "green": 0.41961,
528
+ "blue": 0.41569,
529
+ "alpha": 1
530
+ },
531
+ "currentColor": {
532
+ "red": 0.00392,
533
+ "green": 0.41961,
534
+ "blue": 0.41569,
535
+ "alpha": 1
536
+ },
537
+ "fontName": "StagSans",
538
+ "fontSize": 14,
539
+ "fontWeight": 600,
513
540
  "icon": "PaletteIconChevronRight",
514
541
  "iconColor": {
515
- "red": 0,
516
- "green": 0,
517
- "blue": 0,
518
- "alpha": 0
542
+ "red": 0.00392,
543
+ "green": 0.41961,
544
+ "blue": 0.41569,
545
+ "alpha": 1
519
546
  },
520
- "iconPadding": 8,
547
+ "iconPadding": 4,
548
+ "iconSize": 20,
521
549
  "listItemPadding": 0
522
550
  }
523
551
  },
@@ -1908,7 +1936,7 @@
1908
1936
  "size": "large"
1909
1937
  },
1910
1938
  "tokens": {
1911
- "height": 48,
1939
+ "fontSize": 20,
1912
1940
  "iconSize": 24,
1913
1941
  "textLineHeight": 2.15
1914
1942
  }
@@ -1918,7 +1946,7 @@
1918
1946
  "size": "small"
1919
1947
  },
1920
1948
  "tokens": {
1921
- "height": 36,
1949
+ "fontSize": 14,
1922
1950
  "iconSize": 16,
1923
1951
  "textLineHeight": 2.15
1924
1952
  }
@@ -1928,7 +1956,7 @@
1928
1956
  "size": "micro"
1929
1957
  },
1930
1958
  "tokens": {
1931
- "height": 32,
1959
+ "fontSize": 12,
1932
1960
  "iconSize": 16,
1933
1961
  "textLineHeight": 2.25
1934
1962
  }
@@ -1941,7 +1969,7 @@
1941
1969
  "blue": 0.41569,
1942
1970
  "alpha": 1
1943
1971
  },
1944
- "height": 40,
1972
+ "fontSize": 16,
1945
1973
  "iconDisplace": 0,
1946
1974
  "iconSize": 18,
1947
1975
  "iconSpace": 1,
@@ -2270,6 +2298,22 @@
2270
2298
  }
2271
2299
  }
2272
2300
  },
2301
+ "Disclaimer": {
2302
+ "appearances": {},
2303
+ "rules": [],
2304
+ "tokens": {
2305
+ "color": {
2306
+ "red": 0,
2307
+ "green": 0,
2308
+ "blue": 0,
2309
+ "alpha": 0
2310
+ },
2311
+ "fontName": "StagSans",
2312
+ "fontSize": 14,
2313
+ "fontWeight": 300,
2314
+ "lineHeight": 1.42857142857
2315
+ }
2316
+ },
2273
2317
  "Divider": {
2274
2318
  "appearances": {
2275
2319
  "decorative": {
@@ -2586,6 +2630,7 @@
2586
2630
  "closeButtonMarginRight": 12,
2587
2631
  "closeButtonMarginTop": 12,
2588
2632
  "closeButtonWidth": 24,
2633
+ "closeIcon": "PaletteIconClose",
2589
2634
  "footnoteBackground": {
2590
2635
  "red": 0.98039,
2591
2636
  "green": 0.98039,
@@ -2628,6 +2673,14 @@
2628
2673
  "appearances": {},
2629
2674
  "rules": [],
2630
2675
  "tokens": {
2676
+ "color": {
2677
+ "red": 0,
2678
+ "green": 0,
2679
+ "blue": 0,
2680
+ "alpha": 1
2681
+ },
2682
+ "fontName": "StagSans",
2683
+ "fontWeight": 400,
2631
2684
  "lineHeight": 1,
2632
2685
  "paddingLeft": 2,
2633
2686
  "paddingRight": 2
@@ -3592,6 +3645,7 @@
3592
3645
  "size": "large"
3593
3646
  },
3594
3647
  "tokens": {
3648
+ "iconMarginTop": 2,
3595
3649
  "itemFontSize": 20,
3596
3650
  "itemIconSize": 20,
3597
3651
  "itemLineHeight": 1.4,
@@ -3603,6 +3657,7 @@
3603
3657
  "size": "small"
3604
3658
  },
3605
3659
  "tokens": {
3660
+ "iconMarginTop": 1,
3606
3661
  "itemFontSize": 14,
3607
3662
  "itemIconSize": 14,
3608
3663
  "listGutter": 10
@@ -3643,7 +3698,7 @@
3643
3698
  "alpha": 1
3644
3699
  },
3645
3700
  "dividerSize": 1,
3646
- "iconMarginTop": 4,
3701
+ "iconMarginTop": 2,
3647
3702
  "interItemMargin": 8,
3648
3703
  "interItemMarginWithDivider": 16,
3649
3704
  "itemBulletColor": {
@@ -3658,7 +3713,7 @@
3658
3713
  "itemBulletWidth": 4,
3659
3714
  "itemFontName": "StagSans",
3660
3715
  "itemFontSize": 16,
3661
- "itemFontWeight": 600,
3716
+ "itemFontWeight": 400,
3662
3717
  "itemIconColor": {
3663
3718
  "red": 0.48627,
3664
3719
  "green": 0.07451,
@@ -3946,6 +4001,153 @@
3946
4001
  "subHeadingMarginTop": 8
3947
4002
  }
3948
4003
  },
4004
+ "NavigationBar": {
4005
+ "appearances": {
4006
+ "expanded": {
4007
+ "description": "Applies when an ExpandCollapse panel is open and the content inside is visible",
4008
+ "values": [true],
4009
+ "type": "state"
4010
+ },
4011
+ "pressed": {
4012
+ "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.",
4013
+ "values": [true],
4014
+ "type": "state"
4015
+ },
4016
+ "selected": {
4017
+ "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`.",
4018
+ "values": [true],
4019
+ "type": "state"
4020
+ },
4021
+ "viewport": {
4022
+ "description": "The size label for the current screen viewport based on the current screen width",
4023
+ "values": ["xs", "sm", "md", "lg", "xl"],
4024
+ "type": "state"
4025
+ }
4026
+ },
4027
+ "rules": [
4028
+ {
4029
+ "if": {
4030
+ "selected": true
4031
+ },
4032
+ "tokens": {
4033
+ "backgroundColor": {
4034
+ "red": 0.93725,
4035
+ "green": 0.93725,
4036
+ "blue": 0.93725,
4037
+ "alpha": 1
4038
+ },
4039
+ "borderColor": {
4040
+ "red": 0.93725,
4041
+ "green": 0.93725,
4042
+ "blue": 0.93725,
4043
+ "alpha": 1
4044
+ },
4045
+ "color": {
4046
+ "red": 0.00392,
4047
+ "green": 0.41961,
4048
+ "blue": 0.41569,
4049
+ "alpha": 1
4050
+ },
4051
+ "fontName": "StagSans",
4052
+ "fontWeight": 700
4053
+ }
4054
+ },
4055
+ {
4056
+ "if": {
4057
+ "pressed": true
4058
+ },
4059
+ "tokens": {
4060
+ "backgroundColor": {
4061
+ "red": 0.93725,
4062
+ "green": 0.93725,
4063
+ "blue": 0.93725,
4064
+ "alpha": 1
4065
+ },
4066
+ "borderColor": {
4067
+ "red": 0.00392,
4068
+ "green": 0.41961,
4069
+ "blue": 0.41569,
4070
+ "alpha": 1
4071
+ },
4072
+ "borderWidth": 1,
4073
+ "color": {
4074
+ "red": 0.00392,
4075
+ "green": 0.41961,
4076
+ "blue": 0.41569,
4077
+ "alpha": 1
4078
+ }
4079
+ }
4080
+ },
4081
+ {
4082
+ "if": {
4083
+ "viewport": ["xs", "sm", "md"]
4084
+ },
4085
+ "tokens": {
4086
+ "textAlign": "flex-start",
4087
+ "width": 288
4088
+ }
4089
+ },
4090
+ {
4091
+ "if": {
4092
+ "expanded": true
4093
+ },
4094
+ "tokens": {
4095
+ "icoMenu": "PaletteIconChevronUp"
4096
+ }
4097
+ }
4098
+ ],
4099
+ "tokens": {
4100
+ "alignSelf": "flex-start",
4101
+ "backgroundColor": {
4102
+ "red": 1,
4103
+ "green": 1,
4104
+ "blue": 1,
4105
+ "alpha": 1
4106
+ },
4107
+ "borderColor": {
4108
+ "red": 1,
4109
+ "green": 1,
4110
+ "blue": 1,
4111
+ "alpha": 1
4112
+ },
4113
+ "borderRadius": 32,
4114
+ "borderWidth": 1,
4115
+ "color": {
4116
+ "red": 0.93725,
4117
+ "green": 0.93725,
4118
+ "blue": 0.93725,
4119
+ "alpha": 1
4120
+ },
4121
+ "fontName": "StagSans",
4122
+ "fontSize": 14,
4123
+ "fontWeight": 400,
4124
+ "icoMenu": "PaletteIconChevronDown",
4125
+ "lineHeight": 1.14285714286,
4126
+ "minWidth": 0,
4127
+ "opacity": 1,
4128
+ "outerBackgroundColor": {
4129
+ "red": 0,
4130
+ "green": 0,
4131
+ "blue": 0,
4132
+ "alpha": 0
4133
+ },
4134
+ "outerBorderColor": {
4135
+ "red": 0,
4136
+ "green": 0,
4137
+ "blue": 0,
4138
+ "alpha": 0
4139
+ },
4140
+ "outerBorderGap": 0,
4141
+ "outerBorderWidth": 1,
4142
+ "paddingBottom": 8,
4143
+ "paddingLeft": 16,
4144
+ "paddingRight": 16,
4145
+ "paddingTop": 8,
4146
+ "shadow": null,
4147
+ "textAlign": "center",
4148
+ "width": 0
4149
+ }
4150
+ },
3949
4151
  "Notification": {
3950
4152
  "appearances": {
3951
4153
  "style": {
@@ -4124,12 +4326,6 @@
4124
4326
  "itemLineHeight": 1.4
4125
4327
  }
4126
4328
  },
4127
- {
4128
- "if": {
4129
- "size": "medium"
4130
- },
4131
- "tokens": {}
4132
- },
4133
4329
  {
4134
4330
  "if": {
4135
4331
  "size": "small"
@@ -4506,16 +4702,89 @@
4506
4702
  }
4507
4703
  },
4508
4704
  "PriceLockup": {
4509
- "appearances": {},
4510
- "rules": [],
4705
+ "appearances": {
4706
+ "size": {
4707
+ "type": "variant",
4708
+ "values": ["small", "medium", "large"]
4709
+ },
4710
+ "viewport": {
4711
+ "description": "The size label for the current screen viewport based on the current screen width",
4712
+ "values": ["xs", "sm", "md", "lg", "xl"],
4713
+ "type": "state"
4714
+ }
4715
+ },
4716
+ "rules": [
4717
+ {
4718
+ "if": {
4719
+ "size": "small"
4720
+ },
4721
+ "tokens": {
4722
+ "amountFontSize": 36,
4723
+ "centsFontSize": 20,
4724
+ "centsLineHeight": 1.25,
4725
+ "currencySymbolFontSize": 20,
4726
+ "currencySymbolLineHeight": 1,
4727
+ "rateFontSize": 16,
4728
+ "rateLineHeight": 1.14285714286,
4729
+ "topTextFontSize": 14,
4730
+ "topTextLineHeight": 2.25
4731
+ }
4732
+ },
4733
+ {
4734
+ "if": {
4735
+ "size": "large"
4736
+ },
4737
+ "tokens": {
4738
+ "amountFontSize": 54,
4739
+ "centsFontName": "StagSans",
4740
+ "centsFontSize": 24,
4741
+ "centsFontWeight": 600,
4742
+ "centsLineHeight": 1.25,
4743
+ "currencySymbolFontSize": 32,
4744
+ "currencySymbolLineHeight": 1,
4745
+ "rateFontName": "StagSans",
4746
+ "rateFontSize": 16,
4747
+ "rateFontWeight": 600,
4748
+ "rateLineHeight": 2,
4749
+ "topTextFontSize": 16,
4750
+ "topTextLineHeight": 2.25
4751
+ }
4752
+ },
4753
+ {
4754
+ "if": {
4755
+ "size": "large",
4756
+ "viewport": ["lg", "xl"]
4757
+ },
4758
+ "tokens": {
4759
+ "centsFontName": "StagSans",
4760
+ "centsFontSize": 32,
4761
+ "centsFontWeight": 700
4762
+ }
4763
+ }
4764
+ ],
4511
4765
  "tokens": {
4766
+ "amountFontName": "StagSans",
4767
+ "amountFontSize": 44,
4768
+ "amountFontWeight": 700,
4769
+ "amountLetterSpacing": 0,
4770
+ "amountLineHeight": 1,
4512
4771
  "bottomLinksMarginLeft": 4,
4513
- "bottomTextMarginTop": 4,
4772
+ "bottomTextFontSize": 14,
4773
+ "bottomTextLineHeight": 1.14285714286,
4774
+ "bottomTextMarginTop": 0,
4775
+ "centsFontName": "StagSans",
4776
+ "centsFontSize": 24,
4777
+ "centsFontWeight": 700,
4778
+ "centsLineHeight": 1.2,
4779
+ "currencySymbolFontName": "StagSans",
4780
+ "currencySymbolFontSize": 24,
4781
+ "currencySymbolFontWeight": 700,
4782
+ "currencySymbolLineHeight": 1.2,
4514
4783
  "dividerColor": {
4515
- "red": 0.4,
4516
- "green": 0.4,
4517
- "blue": 0.4,
4518
- "alpha": 1
4784
+ "red": 0,
4785
+ "green": 0,
4786
+ "blue": 0,
4787
+ "alpha": 0
4519
4788
  },
4520
4789
  "fontColor": {
4521
4790
  "red": 0,
@@ -4523,16 +4792,35 @@
4523
4792
  "blue": 0,
4524
4793
  "alpha": 1
4525
4794
  },
4795
+ "fontName": "StagSans",
4796
+ "fontWeight": 700,
4526
4797
  "footnoteGap": 4,
4798
+ "footnoteLinkColor": {
4799
+ "red": 0.00392,
4800
+ "green": 0.41961,
4801
+ "blue": 0.41569,
4802
+ "alpha": 1
4803
+ },
4804
+ "footnoteLinkFontName": "StagSans",
4805
+ "footnoteLinkFontSize": 14,
4806
+ "footnoteLinkFontWeight": 600,
4527
4807
  "footnoteMarginTop": 4,
4528
- "priceMarginBottom": 8,
4529
- "strikeThroughBackground": {
4530
- "red": 0.93725,
4531
- "green": 0.93725,
4532
- "blue": 0.93725,
4808
+ "priceMarginBottom": 0,
4809
+ "rateFontName": "StagSans",
4810
+ "rateFontSize": 16,
4811
+ "rateFontWeight": 700,
4812
+ "rateLineHeight": 1.25,
4813
+ "strikeThroughColor": {
4814
+ "red": 0,
4815
+ "green": 0,
4816
+ "blue": 0,
4533
4817
  "alpha": 1
4534
4818
  },
4535
4819
  "strikeThroughHeight": 2,
4820
+ "topTextFontName": "StagSans",
4821
+ "topTextFontSize": 16,
4822
+ "topTextFontWeight": 700,
4823
+ "topTextLineHeight": 1.5,
4536
4824
  "topTextMarginBottom": 4
4537
4825
  }
4538
4826
  },
@@ -5434,50 +5722,104 @@
5434
5722
  "purpose": {
5435
5723
  "type": "variant",
5436
5724
  "values": ["offer", "default", "editorial"]
5725
+ },
5726
+ "wrap": {
5727
+ "type": "variant",
5728
+ "values": [true]
5437
5729
  }
5438
5730
  },
5439
- "rules": [],
5731
+ "rules": [
5732
+ {
5733
+ "if": {
5734
+ "purpose": "editorial"
5735
+ },
5736
+ "tokens": {
5737
+ "backgroundColor": {
5738
+ "red": 0.98431,
5739
+ "green": 0.68627,
5740
+ "blue": 0.20392,
5741
+ "alpha": 1
5742
+ }
5743
+ }
5744
+ },
5745
+ {
5746
+ "if": {
5747
+ "purpose": "offer"
5748
+ },
5749
+ "tokens": {
5750
+ "backgroundColor": {
5751
+ "red": 0.48627,
5752
+ "green": 0.07451,
5753
+ "blue": 0.4,
5754
+ "alpha": 1
5755
+ },
5756
+ "fontColor": {
5757
+ "red": 1,
5758
+ "green": 1,
5759
+ "blue": 1,
5760
+ "alpha": 1
5761
+ }
5762
+ }
5763
+ },
5764
+ {
5765
+ "if": {
5766
+ "wrap": true
5767
+ },
5768
+ "tokens": {
5769
+ "paddingBottom": 6,
5770
+ "paddingTop": 6
5771
+ }
5772
+ }
5773
+ ],
5440
5774
  "tokens": {
5441
5775
  "backgroundColor": {
5442
- "red": 0,
5443
- "green": 0,
5444
- "blue": 0,
5776
+ "red": 0.76471,
5777
+ "green": 0.93725,
5778
+ "blue": 1,
5445
5779
  "alpha": 1
5446
5780
  },
5447
5781
  "borderRadius": 4,
5782
+ "borderRadiusBottomLeft": null,
5783
+ "borderRadiusBottomRight": null,
5448
5784
  "boxShadowColor": {
5449
5785
  "red": 0,
5450
5786
  "green": 0,
5451
5787
  "blue": 0,
5452
- "alpha": 1
5788
+ "alpha": 0
5453
5789
  },
5454
- "boxShadowPaddingBottom": 2,
5455
- "boxShadowPaddingLeft": 2,
5456
- "boxShadowPaddingRight": 2,
5457
- "boxShadowPaddingTop": 2,
5790
+ "boxShadowPaddingBottom": null,
5791
+ "boxShadowPaddingLeft": null,
5792
+ "boxShadowPaddingRight": null,
5793
+ "boxShadowPaddingTop": null,
5458
5794
  "curveAfterBackgroundColor": {
5459
5795
  "red": 0,
5460
5796
  "green": 0,
5461
5797
  "blue": 0,
5462
- "alpha": 1
5798
+ "alpha": 0
5463
5799
  },
5464
- "curveAfterHeight": 4,
5465
- "curveAfterRadius": 8,
5466
- "curveAfterWidth": 8,
5800
+ "curveAfterHeight": null,
5801
+ "curveAfterRadius": null,
5802
+ "curveAfterWidth": null,
5467
5803
  "curveBackgroundColor": {
5804
+ "red": 0,
5805
+ "green": 0,
5806
+ "blue": 0,
5807
+ "alpha": 0
5808
+ },
5809
+ "curveHeight": null,
5810
+ "curveMarginTop": null,
5811
+ "curveWidth": null,
5812
+ "fontColor": {
5468
5813
  "red": 0,
5469
5814
  "green": 0,
5470
5815
  "blue": 0,
5471
5816
  "alpha": 1
5472
5817
  },
5473
- "curveHeight": 10,
5474
- "curveMarginTop": 4,
5475
- "curveWidth": 8,
5476
5818
  "gradient": null,
5477
- "paddingBottom": 4,
5478
- "paddingLeft": 8,
5479
- "paddingRight": 8,
5480
- "paddingTop": 4
5819
+ "paddingBottom": 2,
5820
+ "paddingLeft": 12,
5821
+ "paddingRight": 12,
5822
+ "paddingTop": 2
5481
5823
  }
5482
5824
  },
5483
5825
  "Search": {
@@ -6507,21 +6849,21 @@
6507
6849
  "alpha": 1
6508
6850
  },
6509
6851
  "cellBoxShadowColor": {
6510
- "red": 0,
6511
- "green": 0,
6512
- "blue": 0,
6852
+ "red": 0.93725,
6853
+ "green": 0.93725,
6854
+ "blue": 0.93725,
6513
6855
  "alpha": 1
6514
6856
  },
6515
6857
  "cellHeadingBackground": {
6516
- "red": 0,
6517
- "green": 0,
6518
- "blue": 0,
6858
+ "red": 0.75686,
6859
+ "green": 0.94902,
6860
+ "blue": 0.9098,
6519
6861
  "alpha": 1
6520
6862
  },
6521
6863
  "cellHeadingBoxShadowColor": {
6522
- "red": 0,
6523
- "green": 0,
6524
- "blue": 0,
6864
+ "red": 0.93725,
6865
+ "green": 0.93725,
6866
+ "blue": 0.93725,
6525
6867
  "alpha": 1
6526
6868
  },
6527
6869
  "cellPaddingBottom": 16,
@@ -6535,24 +6877,27 @@
6535
6877
  "alpha": 1
6536
6878
  },
6537
6879
  "cellStickyShadow": {
6538
- "inset": false,
6880
+ "inset": true,
6539
6881
  "offsetX": 0,
6540
- "offsetY": 4,
6541
- "blur": 8,
6882
+ "offsetY": 1,
6883
+ "blur": 1,
6542
6884
  "spread": 0,
6543
6885
  "color": {
6544
- "red": 0,
6545
- "green": 0,
6546
- "blue": 0,
6547
- "alpha": 0.1
6886
+ "red": 1,
6887
+ "green": 1,
6888
+ "blue": 1,
6889
+ "alpha": 0.8
6548
6890
  }
6549
6891
  },
6550
6892
  "cellSubheadingBackground": {
6551
- "red": 0,
6552
- "green": 0,
6553
- "blue": 0,
6893
+ "red": 0.98039,
6894
+ "green": 0.98039,
6895
+ "blue": 0.98039,
6554
6896
  "alpha": 1
6555
6897
  },
6898
+ "fontName": "StagSans",
6899
+ "fontSize": 16,
6900
+ "fontWeight": 600,
6556
6901
  "tablePaddingBottom": 24
6557
6902
  }
6558
6903
  },
@@ -7297,18 +7642,6 @@
7297
7642
  "blue": 1,
7298
7643
  "alpha": 1
7299
7644
  },
7300
- "animationFillColorAfter": {
7301
- "red": 1,
7302
- "green": 1,
7303
- "blue": 1,
7304
- "alpha": 1
7305
- },
7306
- "animationFillColorBefore": {
7307
- "red": 1,
7308
- "green": 1,
7309
- "blue": 1,
7310
- "alpha": 1
7311
- },
7312
7645
  "animationHeightAfter": 24,
7313
7646
  "animationHeightBefore": 0,
7314
7647
  "animationPaddingBottomAfter": 16,
@@ -8008,6 +8341,79 @@
8008
8341
  "width": 64
8009
8342
  }
8010
8343
  },
8344
+ "VideoPicker": {
8345
+ "appearances": {},
8346
+ "rules": [],
8347
+ "tokens": {
8348
+ "framedContainerBackgroundColor": {
8349
+ "red": 0,
8350
+ "green": 0,
8351
+ "blue": 0,
8352
+ "alpha": 0
8353
+ },
8354
+ "framedContainerBorderColor": {
8355
+ "red": 0,
8356
+ "green": 0,
8357
+ "blue": 0,
8358
+ "alpha": 0
8359
+ },
8360
+ "framedContainerBorderRadius": 4,
8361
+ "framedContainerBorderWidth": 1,
8362
+ "framedContainerPadding": 24,
8363
+ "framedMaxHeight": 640,
8364
+ "stackViewDividerColor": {
8365
+ "red": 0,
8366
+ "green": 0,
8367
+ "blue": 0,
8368
+ "alpha": 0
8369
+ }
8370
+ }
8371
+ },
8372
+ "VideoPickerSlider": {
8373
+ "appearances": {},
8374
+ "rules": [],
8375
+ "tokens": {
8376
+ "nextIcon": "PaletteIconArrowRight",
8377
+ "previousIcon": "PaletteIconArrowLeft"
8378
+ }
8379
+ },
8380
+ "VideoPickerThumbnail": {
8381
+ "appearances": {},
8382
+ "rules": [],
8383
+ "tokens": {
8384
+ "borderColor": {
8385
+ "red": 0,
8386
+ "green": 0,
8387
+ "blue": 0,
8388
+ "alpha": 0
8389
+ },
8390
+ "borderRadius": 4,
8391
+ "borderWidth": 2,
8392
+ "pressableBorderTopColor": {
8393
+ "red": 0,
8394
+ "green": 0,
8395
+ "blue": 0,
8396
+ "alpha": 0
8397
+ },
8398
+ "pressableBorderTopWidth": 1,
8399
+ "pressablePaddingBottom": 16,
8400
+ "pressablePaddingHorizontal": 24,
8401
+ "pressablePaddingVertical": 16,
8402
+ "splashButtonRadius": 4,
8403
+ "subTitleColor": {
8404
+ "red": 0,
8405
+ "green": 0,
8406
+ "blue": 0,
8407
+ "alpha": 0
8408
+ },
8409
+ "titleColor": {
8410
+ "red": 0,
8411
+ "green": 0,
8412
+ "blue": 0,
8413
+ "alpha": 0
8414
+ }
8415
+ }
8416
+ },
8011
8417
  "VideoProgressBar": {
8012
8418
  "appearances": {},
8013
8419
  "rules": [],
@@ -8279,7 +8685,7 @@
8279
8685
  }
8280
8686
  },
8281
8687
  "metadata": {
8282
- "themeTokensVersion": "2.23.0",
8688
+ "themeTokensVersion": "2.25.0",
8283
8689
  "name": "theme-koodo"
8284
8690
  }
8285
8691
  }