@telus-uds/theme-koodo 3.23.0 → 3.25.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/theme.json CHANGED
@@ -21,8 +21,8 @@
21
21
  ],
22
22
  "tokens": {
23
23
  "color": "{palette.color.mosque}",
24
- "size": "{palette.size.size40}",
25
- "thickness": "{palette.border.border4}"
24
+ "size": "{palette.size.size24}",
25
+ "thickness": "{palette.border.border2}"
26
26
  }
27
27
  },
28
28
  "Badge": {
@@ -298,7 +298,7 @@
298
298
  }
299
299
  ],
300
300
  "tokens": {
301
- "backgroundColor": "{palette.color.white}",
301
+ "backgroundColor": "{palette.color.transparent}",
302
302
  "gradient": "{system.gradient.none}"
303
303
  }
304
304
  },
@@ -356,10 +356,11 @@
356
356
  "type": "variant",
357
357
  "values": [true]
358
358
  },
359
+ "viewport": "{appearances.system.viewport}",
359
360
  "width": {
360
- "description": "Available in default or full-width. Default-width expands based on content Full-width expands to width of the container.",
361
+ "description": "Available in default, full-width or responsive. Default-width expands based on content. Full-width expands to width of the container. Responsive automatically applies full-width when is displayed on the XS viewport.",
361
362
  "type": "variant",
362
- "values": ["full"]
363
+ "values": ["full", "responsive"]
363
364
  }
364
365
  },
365
366
  "rules": [
@@ -597,6 +598,15 @@
597
598
  "width": "{system.size.full}"
598
599
  }
599
600
  },
601
+ {
602
+ "if": {
603
+ "viewport": ["xs"],
604
+ "width": "responsive"
605
+ },
606
+ "tokens": {
607
+ "width": "{system.size.full}"
608
+ }
609
+ },
600
610
  {
601
611
  "if": {
602
612
  "size": "small"
@@ -1169,6 +1179,10 @@
1169
1179
  },
1170
1180
  "Callout": {
1171
1181
  "appearances": {
1182
+ "rounded": {
1183
+ "type": "variant",
1184
+ "values": [true]
1185
+ },
1172
1186
  "size": {
1173
1187
  "type": "variant",
1174
1188
  "values": ["small"]
@@ -1183,12 +1197,20 @@
1183
1197
  "paddingBottom": "{palette.size.size4}",
1184
1198
  "paddingTop": "{palette.size.size4}"
1185
1199
  }
1200
+ },
1201
+ {
1202
+ "if": {
1203
+ "rounded": true
1204
+ },
1205
+ "tokens": {
1206
+ "borderRadius": "{palette.size.size4}"
1207
+ }
1186
1208
  }
1187
1209
  ],
1188
1210
  "tokens": {
1189
- "background": "{palette.color.gallery}",
1190
- "borderRadius": "{palette.size.size4}",
1191
- "color": "{palette.color.black}",
1211
+ "background": "{palette.color.carouselPink}",
1212
+ "borderRadius": "{palette.size.size0}",
1213
+ "color": "{palette.color.flirt}",
1192
1214
  "gap": "{palette.size.size16}",
1193
1215
  "paddingBottom": "{palette.size.size8}",
1194
1216
  "paddingLeft": "{palette.size.size16}",
@@ -1622,7 +1644,7 @@
1622
1644
  "size": "large"
1623
1645
  },
1624
1646
  "tokens": {
1625
- "height": "{palette.size.size48}",
1647
+ "fontSize": "{palette.fontSize.size20}",
1626
1648
  "iconSize": "{palette.size.size24}",
1627
1649
  "textLineHeight": "{palette.lineHeight.ratio11to5}"
1628
1650
  }
@@ -1632,7 +1654,7 @@
1632
1654
  "size": "small"
1633
1655
  },
1634
1656
  "tokens": {
1635
- "height": "{palette.size.size36}",
1657
+ "fontSize": "{palette.fontSize.size14}",
1636
1658
  "iconSize": "{palette.size.size16}",
1637
1659
  "textLineHeight": "{palette.lineHeight.ratio15to7}"
1638
1660
  }
@@ -1642,7 +1664,7 @@
1642
1664
  "size": "micro"
1643
1665
  },
1644
1666
  "tokens": {
1645
- "height": "{palette.size.size32}",
1667
+ "fontSize": "{palette.fontSize.size12}",
1646
1668
  "iconSize": "{palette.size.size16}",
1647
1669
  "textLineHeight": "{palette.lineHeight.ratio7to3}"
1648
1670
  }
@@ -1650,7 +1672,7 @@
1650
1672
  ],
1651
1673
  "tokens": {
1652
1674
  "color": "{palette.color.mosque}",
1653
- "height": "{palette.size.size40}",
1675
+ "fontSize": "{palette.fontSize.size16}",
1654
1676
  "iconDisplace": "{palette.size.size0}",
1655
1677
  "iconSize": "{palette.size.size18}",
1656
1678
  "iconSpace": "{system.integer.1}",
@@ -1661,6 +1683,106 @@
1661
1683
  "textLineHeight": "{palette.lineHeight.ratio17to8}"
1662
1684
  }
1663
1685
  },
1686
+ "Countdown": {
1687
+ "appearances": {
1688
+ "feature": {
1689
+ "type": "variant",
1690
+ "values": [true]
1691
+ },
1692
+ "inverse": {
1693
+ "type": "variant",
1694
+ "values": [true]
1695
+ },
1696
+ "label": {
1697
+ "type": "variant",
1698
+ "values": [true]
1699
+ },
1700
+ "large": {
1701
+ "type": "variant",
1702
+ "values": [true]
1703
+ },
1704
+ "viewport": "{appearances.system.viewport}"
1705
+ },
1706
+ "rules": [
1707
+ {
1708
+ "if": {
1709
+ "viewport": ["xs"]
1710
+ },
1711
+ "tokens": {
1712
+ "containerPaddingBottomTop": "{palette.size.size16}",
1713
+ "containerPaddingLeftRight": "{palette.size.size24}",
1714
+ "labelFontSize": "{palette.fontSize.size14}",
1715
+ "labelLineHeight": "{palette.lineHeight.ratio10to7}",
1716
+ "textLineHeight": "{palette.lineHeight.ratio8to7}"
1717
+ }
1718
+ },
1719
+ {
1720
+ "if": {
1721
+ "large": true,
1722
+ "viewport": ["xs"]
1723
+ },
1724
+ "tokens": {
1725
+ "textFontSize": "{palette.fontSize.size28}"
1726
+ }
1727
+ },
1728
+ {
1729
+ "if": {
1730
+ "feature": true,
1731
+ "viewport": ["xs"]
1732
+ },
1733
+ "tokens": {
1734
+ "textFontSize": "{palette.fontSize.size28}"
1735
+ }
1736
+ },
1737
+ {
1738
+ "if": {
1739
+ "feature": true
1740
+ },
1741
+ "tokens": {
1742
+ "labelBorderColor": "{system.color.none}",
1743
+ "textFontSize": "{palette.fontSize.size64}",
1744
+ "textLineHeight": "{palette.lineHeight.ratio8to7}",
1745
+ "textTimerFontName": "{palette.fontName.StagSans}",
1746
+ "textTimerFontWeight": "{palette.fontWeight.weight300}"
1747
+ }
1748
+ },
1749
+ {
1750
+ "if": {
1751
+ "large": true
1752
+ },
1753
+ "tokens": {
1754
+ "textFontSize": "{palette.fontSize.size64}",
1755
+ "textLineHeight": "{palette.lineHeight.ratio8to7}",
1756
+ "textTimerFontName": "{palette.fontName.StagSans}",
1757
+ "textTimerFontWeight": "{palette.fontWeight.weight300}"
1758
+ }
1759
+ },
1760
+ {
1761
+ "if": {
1762
+ "inverse": true
1763
+ },
1764
+ "tokens": {
1765
+ "labelBorderColor": "{system.color.none}"
1766
+ }
1767
+ }
1768
+ ],
1769
+ "tokens": {
1770
+ "containerBorderRadius": "{palette.radius.radius6}",
1771
+ "containerGradient": "{system.gradient.none}",
1772
+ "containerInverseBorder": "{palette.border.border2}",
1773
+ "containerInverseBorderColor": "{palette.color.white}",
1774
+ "containerPaddingBottomTop": "{palette.size.size48}",
1775
+ "containerPaddingLeftRight": "{palette.size.size64}",
1776
+ "inverseBorderColor": "{system.color.none}",
1777
+ "labelBorderColor": "{system.color.none}",
1778
+ "labelFontSize": "{palette.fontSize.size16}",
1779
+ "labelLineHeight": "{palette.lineHeight.ratio3to2}",
1780
+ "textFontSize": "{palette.fontSize.size16}",
1781
+ "textLineHeight": "{palette.lineHeight.ratio8to7}",
1782
+ "textTimerFontName": "{palette.fontName.StagSans}",
1783
+ "textTimerFontWeight": "{palette.fontWeight.weight400}"
1784
+ }
1785
+ },
1664
1786
  "DatePicker": {
1665
1787
  "appearances": {},
1666
1788
  "rules": [],
@@ -2259,6 +2381,78 @@
2259
2381
  "icon": "{palette.icon.PlayVideo}"
2260
2382
  }
2261
2383
  },
2384
+ {
2385
+ "if": {
2386
+ "action": "add"
2387
+ },
2388
+ "tokens": {
2389
+ "icon": "{palette.icon.Add}"
2390
+ }
2391
+ },
2392
+ {
2393
+ "if": {
2394
+ "action": "subtract"
2395
+ },
2396
+ "tokens": {
2397
+ "icon": "{palette.icon.Subtract}"
2398
+ }
2399
+ },
2400
+ {
2401
+ "if": {
2402
+ "action": "close"
2403
+ },
2404
+ "tokens": {
2405
+ "icon": "{palette.icon.Close}"
2406
+ }
2407
+ },
2408
+ {
2409
+ "if": {
2410
+ "action": "expand"
2411
+ },
2412
+ "tokens": {
2413
+ "icon": "{palette.icon.Expand}"
2414
+ }
2415
+ },
2416
+ {
2417
+ "if": {
2418
+ "action": "moveDown"
2419
+ },
2420
+ "tokens": {
2421
+ "icon": "{palette.icon.ChevronDown}"
2422
+ }
2423
+ },
2424
+ {
2425
+ "if": {
2426
+ "action": "moveLeft"
2427
+ },
2428
+ "tokens": {
2429
+ "icon": "{palette.icon.ChevronLeft}"
2430
+ }
2431
+ },
2432
+ {
2433
+ "if": {
2434
+ "action": "moveRight"
2435
+ },
2436
+ "tokens": {
2437
+ "icon": "{palette.icon.ChevronRight}"
2438
+ }
2439
+ },
2440
+ {
2441
+ "if": {
2442
+ "action": "moveUp"
2443
+ },
2444
+ "tokens": {
2445
+ "icon": "{palette.icon.ChevronUp}"
2446
+ }
2447
+ },
2448
+ {
2449
+ "if": {
2450
+ "action": "play"
2451
+ },
2452
+ "tokens": {
2453
+ "icon": "{palette.icon.PlayVideo}"
2454
+ }
2455
+ },
2262
2456
  {
2263
2457
  "if": {
2264
2458
  "inverse": true
@@ -2787,6 +2981,7 @@
2787
2981
  "size": "large"
2788
2982
  },
2789
2983
  "tokens": {
2984
+ "iconMarginTop": "{palette.size.size2}",
2790
2985
  "itemFontSize": "{palette.fontSize.size20}",
2791
2986
  "itemIconSize": "{palette.size.size20}",
2792
2987
  "itemLineHeight": "{palette.lineHeight.multiply140}",
@@ -2798,6 +2993,7 @@
2798
2993
  "size": "small"
2799
2994
  },
2800
2995
  "tokens": {
2996
+ "iconMarginTop": "{palette.size.size1}",
2801
2997
  "itemFontSize": "{palette.fontSize.size14}",
2802
2998
  "itemIconSize": "{palette.size.size14}",
2803
2999
  "listGutter": "{palette.size.size10}"
@@ -2833,7 +3029,7 @@
2833
3029
  "tokens": {
2834
3030
  "dividerColor": "{palette.color.silver}",
2835
3031
  "dividerSize": "{palette.border.border1}",
2836
- "iconMarginTop": "{palette.size.size4}",
3032
+ "iconMarginTop": "{palette.size.size2}",
2837
3033
  "interItemMargin": "{palette.size.size8}",
2838
3034
  "interItemMarginWithDivider": "{palette.size.size16}",
2839
3035
  "itemBulletColor": "{palette.color.flirt}",
@@ -2843,7 +3039,7 @@
2843
3039
  "itemBulletWidth": "{palette.size.size4}",
2844
3040
  "itemFontName": "{palette.fontName.StagSans}",
2845
3041
  "itemFontSize": "{palette.fontSize.size16}",
2846
- "itemFontWeight": "{palette.fontWeight.weight600}",
3042
+ "itemFontWeight": "{palette.fontWeight.weight400}",
2847
3043
  "itemIconColor": "{palette.color.flirt}",
2848
3044
  "itemIconSize": "{palette.size.size16}",
2849
3045
  "itemLineHeight": "{palette.lineHeight.multiply130}",
@@ -3120,12 +3316,6 @@
3120
3316
  "itemLineHeight": "{palette.lineHeight.ratio7to5}"
3121
3317
  }
3122
3318
  },
3123
- {
3124
- "if": {
3125
- "size": "medium"
3126
- },
3127
- "tokens": {}
3128
- },
3129
3319
  {
3130
3320
  "if": {
3131
3321
  "size": "small"
@@ -3481,6 +3671,37 @@
3481
3671
  "outlineWidth": "{palette.border.border1}"
3482
3672
  }
3483
3673
  },
3674
+ "QuantitySelector": {
3675
+ "appearances": {
3676
+ "alternative": {
3677
+ "type": "variant",
3678
+ "values": [true]
3679
+ }
3680
+ },
3681
+ "rules": [
3682
+ {
3683
+ "if": {
3684
+ "alternative": true
3685
+ },
3686
+ "tokens": {
3687
+ "padding": "{palette.size.size0}"
3688
+ }
3689
+ }
3690
+ ],
3691
+ "tokens": {
3692
+ "backgroundColor": "{system.color.none}",
3693
+ "borderColor": "{system.color.none}",
3694
+ "iconColor": "{system.color.none}",
3695
+ "iconSize": "{palette.size.size16}",
3696
+ "inputBackgroundColor": "{system.color.none}",
3697
+ "inputBorderColor": "{system.color.none}",
3698
+ "inputBorderWidth": "{palette.size.size1}",
3699
+ "leftIcon": "{palette.icon.Subtract}",
3700
+ "padding": "{palette.size.size16}",
3701
+ "rightIcon": "{palette.icon.Add}",
3702
+ "textColor": "{system.color.none}"
3703
+ }
3704
+ },
3484
3705
  "QuickLinks": {
3485
3706
  "appearances": {
3486
3707
  "viewport": "{appearances.system.viewport}"
@@ -4402,6 +4623,49 @@
4402
4623
  "thickness": "{palette.border.border4}"
4403
4624
  }
4404
4625
  },
4626
+ "SplashButton": {
4627
+ "appearances": {
4628
+ "hover": "{appearances.SplashButton.hover}"
4629
+ },
4630
+ "rules": [],
4631
+ "tokens": {
4632
+ "buttonContentBackground": "{system.color.none}",
4633
+ "buttonContentChildrenBackground": "{system.color.none}",
4634
+ "playIcon": "{palette.icon.PlayVideo}",
4635
+ "playIconColor": "{palette.color.white}"
4636
+ }
4637
+ },
4638
+ "SplashButtonWithDetails": {
4639
+ "appearances": {
4640
+ "hover": "{appearances.SplashButton.hover}"
4641
+ },
4642
+ "rules": [
4643
+ {
4644
+ "if": {
4645
+ "hover": true
4646
+ },
4647
+ "tokens": {
4648
+ "buttonContentChildrenBackground": "{system.color.none}"
4649
+ }
4650
+ }
4651
+ ],
4652
+ "tokens": {
4653
+ "buttonBackground": "{palette.color.white}",
4654
+ "buttonBorderColor": "{system.color.none}",
4655
+ "buttonBottomPosition": "{palette.size.size24}",
4656
+ "buttonContentBackground": "{system.color.none}",
4657
+ "buttonContentChildrenBackground": "{system.color.none}",
4658
+ "buttonLeftPosition": "{palette.size.size24}",
4659
+ "buttonMinHeight": "{palette.size.size64}",
4660
+ "buttonPaddingLeft": "{palette.size.size16}",
4661
+ "buttonPaddingRight": "{palette.size.size16}",
4662
+ "buttonRadius": "{palette.radius.pill32}",
4663
+ "detailsContainerPadding": "{palette.size.size8}",
4664
+ "playIcon": "{palette.icon.PlayVideo}",
4665
+ "playIconColor": "{palette.color.white}",
4666
+ "playIconContainerBackground": "{system.color.none}"
4667
+ }
4668
+ },
4405
4669
  "StackView": {
4406
4670
  "appearances": {},
4407
4671
  "rules": [],
@@ -4496,6 +4760,61 @@
4496
4760
  "showStepTrackerLabel": "{system.show.true}"
4497
4761
  }
4498
4762
  },
4763
+ "StoryCard": {
4764
+ "appearances": {
4765
+ "focus": "{appearances.StoryCard.focus}",
4766
+ "hover": "{appearances.StoryCard.hover}",
4767
+ "pressed": "{appearances.StoryCard.pressed}"
4768
+ },
4769
+ "rules": [
4770
+ {
4771
+ "if": {
4772
+ "hover": true
4773
+ },
4774
+ "tokens": {
4775
+ "borderWidth": "{palette.border.border2}"
4776
+ }
4777
+ },
4778
+ {
4779
+ "if": {
4780
+ "pressed": true
4781
+ },
4782
+ "tokens": {
4783
+ "backgroundColor": "{palette.color.whiteDark}"
4784
+ }
4785
+ },
4786
+ {
4787
+ "if": {
4788
+ "focus": true
4789
+ },
4790
+ "tokens": {
4791
+ "outerBorderColor": "{palette.color.mosque}",
4792
+ "outerBorderGap": "{palette.size.size2}",
4793
+ "outerBorderWidth": "{palette.border.border2}"
4794
+ }
4795
+ }
4796
+ ],
4797
+ "tokens": {
4798
+ "backgroundColor": "{palette.color.white}",
4799
+ "borderColor": "{palette.color.gallery}",
4800
+ "borderRadius": "{palette.radius.radius6}",
4801
+ "borderWidth": "{palette.border.border1}",
4802
+ "contentAlignItems": "{system.flexAlign.stretch}",
4803
+ "contentFlexGrow": "{system.integer.0}",
4804
+ "contentFlexShrink": "{system.integer.0}",
4805
+ "contentJustifyContent": "{system.flexJustifyContent.flexStart}",
4806
+ "flex": "{system.integer.1}",
4807
+ "minWidth": "{palette.size.size0}",
4808
+ "outerBorderColor": "{palette.color.transparent}",
4809
+ "outerBorderGap": "{palette.size.size0}",
4810
+ "outerBorderWidth": "{palette.border.none}",
4811
+ "paddingBottom": "{palette.size.size0}",
4812
+ "paddingLeft": "{palette.size.size0}",
4813
+ "paddingRight": "{palette.size.size0}",
4814
+ "paddingTop": "{palette.size.size0}",
4815
+ "shadow": "{palette.shadow.none}"
4816
+ }
4817
+ },
4499
4818
  "Table": {
4500
4819
  "appearances": {
4501
4820
  "spacing": {
@@ -4833,6 +5152,74 @@
4833
5152
  "width": "{system.size.none}"
4834
5153
  }
4835
5154
  },
5155
+ "TermsAndConditions": {
5156
+ "appearances": {
5157
+ "expanded": "{appearances.TermsAndConditions.expanded}"
5158
+ },
5159
+ "rules": [
5160
+ {
5161
+ "if": {
5162
+ "expanded": true
5163
+ },
5164
+ "tokens": {
5165
+ "icon": "{palette.icon.ChevronUp}"
5166
+ }
5167
+ }
5168
+ ],
5169
+ "tokens": {
5170
+ "contentPaddingBottom": "{palette.size.size8}",
5171
+ "contentPaddingLeft": "{palette.size.size16}",
5172
+ "expandBaseBorderWidth": "{palette.border.none}",
5173
+ "expandContentPaddingBottom": "{palette.size.size16}",
5174
+ "expandContentPaddingLeft": "{palette.size.size16}",
5175
+ "expandContentPaddingRight": "{palette.size.size16}",
5176
+ "expandContentPaddingTop": "{palette.size.size16}",
5177
+ "expandIconContainerAlignItems": "{system.flexAlign.center}",
5178
+ "expandIconContainerBorder": "{palette.border.border1}",
5179
+ "expandIconContainerBorderColor": "{palette.color.gallery}",
5180
+ "expandIconContainerHeight": "{palette.size.size32}",
5181
+ "expandIconContainerJustifyContent": "{system.flexJustifyContent.center}",
5182
+ "expandIconContainerMarginX": "{palette.size.size0}",
5183
+ "expandIconContainerMarginY": "{palette.size.size12}",
5184
+ "expandIconContainerWidth": "{palette.size.size32}",
5185
+ "expandTitleColor": "{palette.color.gallery}",
5186
+ "expandTitleFontSize": "{palette.size.size16}",
5187
+ "expandTitleLineHeight": "{palette.lineHeight.multiply150}",
5188
+ "expandTitleMarginX": "{palette.size.size4}",
5189
+ "expandTitleMarginY": "{palette.size.size0}",
5190
+ "icon": "{palette.icon.ChevronDown}",
5191
+ "listColor": "{palette.color.mosque}",
5192
+ "listFontName": "{palette.fontName.StagSans}",
5193
+ "listFontSize": "{palette.fontSize.size14}",
5194
+ "listFontWeight": "{palette.fontWeight.weight400}",
5195
+ "listLineHeight": "{palette.lineHeight.ratio10to7}",
5196
+ "listMarginBottom": "{palette.size.size16}",
5197
+ "listMarginLeft": "{palette.size.size32}",
5198
+ "mdContentPaddingBottom": "{palette.size.size16}",
5199
+ "mdContentPaddingLeft": "{palette.size.size48}",
5200
+ "orderedPadding": "{palette.size.size0}",
5201
+ "titleColor": "{palette.color.mosque}",
5202
+ "titleFontSize": "{palette.fontSize.size14}",
5203
+ "titleLineHeight": "{palette.lineHeight.ratio10to7}",
5204
+ "titlePaddingLeft": "{palette.size.size8}",
5205
+ "unorderedPadding": "{palette.size.size0}"
5206
+ }
5207
+ },
5208
+ "Testimonial": {
5209
+ "appearances": {},
5210
+ "rules": [],
5211
+ "tokens": {
5212
+ "dividerBackgroundColor": "{palette.color.white}",
5213
+ "dividerBorder": "{palette.border.border1}",
5214
+ "figcaptionGap": "{palette.size.size12}",
5215
+ "icon": "{palette.icon.ArrowLeft}",
5216
+ "iconColor": "{palette.color.white}",
5217
+ "imageSize": "{palette.size.size48}",
5218
+ "quoteContainerGap": "{palette.size.size4}",
5219
+ "testimonialContainerGap": "{palette.size.size12}",
5220
+ "textColor": "{palette.color.white}"
5221
+ }
5222
+ },
4836
5223
  "TextArea": {
4837
5224
  "appearances": {},
4838
5225
  "rules": [],
@@ -4990,8 +5377,6 @@
4990
5377
  "animationColorBefore": "{palette.color.white}",
4991
5378
  "animationDivColorAfter": "{palette.color.white}",
4992
5379
  "animationDivColorBefore": "{palette.color.white}",
4993
- "animationFillColorAfter": "{palette.color.white}",
4994
- "animationFillColorBefore": "{palette.color.white}",
4995
5380
  "animationHeightAfter": "{palette.size.size24}",
4996
5381
  "animationHeightBefore": "{palette.size.size0}",
4997
5382
  "animationPaddingBottomAfter": "{palette.size.size16}",
@@ -5497,6 +5882,97 @@
5497
5882
  "textTransform": "{system.textTransform.none}"
5498
5883
  }
5499
5884
  },
5885
+ "Video": {
5886
+ "appearances": {},
5887
+ "rules": [],
5888
+ "tokens": {
5889
+ "borderColor": "{palette.color.black}",
5890
+ "pauseIcon": "{palette.icon.Add}",
5891
+ "playIcon": "{palette.icon.Add}",
5892
+ "replayIcon": "{palette.icon.Add}"
5893
+ }
5894
+ },
5895
+ "VideoButton": {
5896
+ "appearances": {},
5897
+ "rules": [],
5898
+ "tokens": {
5899
+ "color": "{palette.color.white}"
5900
+ }
5901
+ },
5902
+ "VideoControlBar": {
5903
+ "appearances": {},
5904
+ "rules": [],
5905
+ "tokens": {
5906
+ "captionsIcon": "{palette.icon.Add}",
5907
+ "maximizeIcon": "{palette.icon.Add}",
5908
+ "menuBottom": "{palette.size.size64}",
5909
+ "menuMarginLeft": "{palette.size.size16}",
5910
+ "menuRight": "{palette.size.size32}",
5911
+ "minimizeIcon": "{palette.icon.Add}",
5912
+ "paddingBottom": "{palette.size.size16}",
5913
+ "paddingLeft": "{palette.size.size48}",
5914
+ "paddingLeftCompactMode": "{palette.size.size16}",
5915
+ "paddingRight": "{palette.size.size48}",
5916
+ "paddingRightCompactMode": "{palette.size.size16}",
5917
+ "paddingTop": "{palette.size.size16}",
5918
+ "settingsIcon": "{palette.icon.Settings}"
5919
+ }
5920
+ },
5921
+ "VideoMenu": {
5922
+ "appearances": {},
5923
+ "rules": [],
5924
+ "tokens": {
5925
+ "background": "{palette.color.black}",
5926
+ "checkMarkFocusColor": "{palette.color.mosque}",
5927
+ "checkMarkHeight": "{palette.size.size24}",
5928
+ "checkMarkHoverColor": "{palette.color.mosque}",
5929
+ "checkMarkIcon": "{palette.icon.Check}",
5930
+ "checkMarkSelectedColor": "{palette.color.black}",
5931
+ "checkMarkUnselectedColor": "{palette.color.transparent}",
5932
+ "checkMarkWidth": "{palette.size.size24}",
5933
+ "padding": "{palette.size.size16}"
5934
+ }
5935
+ },
5936
+ "VideoMiddleControlButton": {
5937
+ "appearances": {},
5938
+ "rules": [],
5939
+ "tokens": {
5940
+ "background": "{palette.color.black}",
5941
+ "height": "{palette.size.size64}",
5942
+ "iconColor": "{palette.color.white}",
5943
+ "width": "{palette.size.size64}"
5944
+ }
5945
+ },
5946
+ "VideoProgressBar": {
5947
+ "appearances": {},
5948
+ "rules": [],
5949
+ "tokens": {
5950
+ "rangeBackground": "{palette.color.transparent}",
5951
+ "thumbBackground": "{palette.color.white}",
5952
+ "thumbHeight": "{palette.size.size8}",
5953
+ "thumbWidth": "{palette.size.size8}",
5954
+ "timestampMarginLeft": "{palette.size.size8}",
5955
+ "timestampMarginRight": "{palette.size.size8}",
5956
+ "trackGradientEnd": "{palette.color.mosque}",
5957
+ "trackGradientStart": "{palette.color.mosque}"
5958
+ }
5959
+ },
5960
+ "VideoVolumeSlider": {
5961
+ "appearances": {},
5962
+ "rules": [],
5963
+ "tokens": {
5964
+ "marginLeft": "{palette.size.size16}",
5965
+ "marginRight": "{palette.size.size16}",
5966
+ "mutedIcon": "{palette.icon.Add}",
5967
+ "rangeBackground": "{palette.color.transparent}",
5968
+ "thumbBackground": "{palette.color.white}",
5969
+ "thumbHeight": "{palette.size.size8}",
5970
+ "thumbWidth": "{palette.size.size8}",
5971
+ "trackGradientEnd": "{palette.color.white}",
5972
+ "trackGradientStart": "{palette.color.white}",
5973
+ "unmutedIcon": "{palette.icon.Add}"
5974
+ }
5975
+ },
5500
5976
  "WaffleGrid": {
5501
5977
  "appearances": {},
5502
5978
  "rules": [],