@telus-uds/theme-allium 3.24.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.
@@ -855,10 +855,15 @@
855
855
  "type": "variant",
856
856
  "values": [true]
857
857
  },
858
+ "viewport": {
859
+ "description": "The size label for the current screen viewport based on the current screen width",
860
+ "values": ["xs", "sm", "md", "lg", "xl"],
861
+ "type": "state"
862
+ },
858
863
  "width": {
859
- "description": "Available in default or full-width. Default-width expands based on content Full-width expands to width of the container.",
864
+ "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.",
860
865
  "type": "variant",
861
- "values": ["full"]
866
+ "values": ["full", "responsive"]
862
867
  }
863
868
  },
864
869
  "rules": [
@@ -1031,6 +1036,15 @@
1031
1036
  "width": "100%"
1032
1037
  }
1033
1038
  },
1039
+ {
1040
+ "if": {
1041
+ "viewport": ["xs"],
1042
+ "width": "responsive"
1043
+ },
1044
+ "tokens": {
1045
+ "width": "100%"
1046
+ }
1047
+ },
1034
1048
  {
1035
1049
  "if": {
1036
1050
  "size": "small"
@@ -2438,6 +2452,158 @@
2438
2452
  "textLineHeight": 2.25
2439
2453
  }
2440
2454
  },
2455
+ "Countdown": {
2456
+ "appearances": {
2457
+ "feature": {
2458
+ "type": "variant",
2459
+ "values": [true]
2460
+ },
2461
+ "inverse": {
2462
+ "type": "variant",
2463
+ "values": [true]
2464
+ },
2465
+ "label": {
2466
+ "type": "variant",
2467
+ "values": [true]
2468
+ },
2469
+ "large": {
2470
+ "type": "variant",
2471
+ "values": [true]
2472
+ },
2473
+ "viewport": {
2474
+ "description": "The size label for the current screen viewport based on the current screen width",
2475
+ "values": ["xs", "sm", "md", "lg", "xl"],
2476
+ "type": "state"
2477
+ }
2478
+ },
2479
+ "rules": [
2480
+ {
2481
+ "if": {
2482
+ "viewport": ["xs"]
2483
+ },
2484
+ "tokens": {
2485
+ "containerPaddingBottomTop": 16,
2486
+ "containerPaddingLeftRight": 24,
2487
+ "labelFontSize": 14,
2488
+ "labelLineHeight": 1.42857142857,
2489
+ "textLineHeight": 1.42857142857
2490
+ }
2491
+ },
2492
+ {
2493
+ "if": {
2494
+ "large": true,
2495
+ "viewport": ["xs"]
2496
+ },
2497
+ "tokens": {
2498
+ "textFontSize": 28
2499
+ }
2500
+ },
2501
+ {
2502
+ "if": {
2503
+ "feature": true,
2504
+ "viewport": ["xs"]
2505
+ },
2506
+ "tokens": {
2507
+ "textFontSize": 28
2508
+ }
2509
+ },
2510
+ {
2511
+ "if": {
2512
+ "feature": true
2513
+ },
2514
+ "tokens": {
2515
+ "labelBorderColor": {
2516
+ "red": 0.29412,
2517
+ "green": 0.15686,
2518
+ "blue": 0.42745,
2519
+ "alpha": 1
2520
+ },
2521
+ "textFontSize": 64,
2522
+ "textLineHeight": 1.125,
2523
+ "textTimerFontName": "HelveticaNow",
2524
+ "textTimerFontWeight": 300
2525
+ }
2526
+ },
2527
+ {
2528
+ "if": {
2529
+ "large": true
2530
+ },
2531
+ "tokens": {
2532
+ "textFontSize": 64,
2533
+ "textLineHeight": 1.125,
2534
+ "textTimerFontName": "HelveticaNow",
2535
+ "textTimerFontWeight": 300
2536
+ }
2537
+ },
2538
+ {
2539
+ "if": {
2540
+ "inverse": true
2541
+ },
2542
+ "tokens": {
2543
+ "labelBorderColor": {
2544
+ "red": 1,
2545
+ "green": 1,
2546
+ "blue": 1,
2547
+ "alpha": 1
2548
+ }
2549
+ }
2550
+ }
2551
+ ],
2552
+ "tokens": {
2553
+ "containerBorderRadius": 6,
2554
+ "containerGradient": {
2555
+ "type": "linear",
2556
+ "angle": 135,
2557
+ "stops": [
2558
+ {
2559
+ "stop": 0,
2560
+ "color": {
2561
+ "red": 0.29412,
2562
+ "green": 0.15686,
2563
+ "blue": 0.42745,
2564
+ "alpha": 1
2565
+ }
2566
+ },
2567
+ {
2568
+ "stop": 1,
2569
+ "color": {
2570
+ "red": 0.89804,
2571
+ "green": 0.19608,
2572
+ "blue": 0.57647,
2573
+ "alpha": 1
2574
+ }
2575
+ }
2576
+ ]
2577
+ },
2578
+ "containerInverseBorder": 2,
2579
+ "containerInverseBorderColor": {
2580
+ "red": 1,
2581
+ "green": 1,
2582
+ "blue": 1,
2583
+ "alpha": 1
2584
+ },
2585
+ "containerPaddingBottomTop": 48,
2586
+ "containerPaddingLeftRight": 64,
2587
+ "inverseBorderColor": {
2588
+ "red": 0.40392,
2589
+ "green": 0.43137,
2590
+ "blue": 0.45098,
2591
+ "alpha": 1
2592
+ },
2593
+ "labelBorderColor": {
2594
+ "red": 0.2549,
2595
+ "green": 0.27059,
2596
+ "blue": 0.27843,
2597
+ "alpha": 1
2598
+ },
2599
+ "labelFontSize": 16,
2600
+ "labelLineHeight": 1.5,
2601
+ "textFontSize": 16,
2602
+ "textLineHeight": 1.5,
2603
+ "textTimerFontName": "HelveticaNow",
2604
+ "textTimerFontWeight": 400
2605
+ }
2606
+ },
2441
2607
  "DatePicker": {
2442
2608
  "appearances": {},
2443
2609
  "rules": [],
@@ -3368,6 +3534,78 @@
3368
3534
  "icon": "PaletteIconPlayVideo"
3369
3535
  }
3370
3536
  },
3537
+ {
3538
+ "if": {
3539
+ "action": "add"
3540
+ },
3541
+ "tokens": {
3542
+ "icon": "PaletteIconAdd"
3543
+ }
3544
+ },
3545
+ {
3546
+ "if": {
3547
+ "action": "subtract"
3548
+ },
3549
+ "tokens": {
3550
+ "icon": "PaletteIconSubtract"
3551
+ }
3552
+ },
3553
+ {
3554
+ "if": {
3555
+ "action": "close"
3556
+ },
3557
+ "tokens": {
3558
+ "icon": "PaletteIconClose"
3559
+ }
3560
+ },
3561
+ {
3562
+ "if": {
3563
+ "action": "expand"
3564
+ },
3565
+ "tokens": {
3566
+ "icon": "PaletteIconExpand"
3567
+ }
3568
+ },
3569
+ {
3570
+ "if": {
3571
+ "action": "moveDown"
3572
+ },
3573
+ "tokens": {
3574
+ "icon": "PaletteIconCaretDown"
3575
+ }
3576
+ },
3577
+ {
3578
+ "if": {
3579
+ "action": "moveUp"
3580
+ },
3581
+ "tokens": {
3582
+ "icon": "PaletteIconCaretUp"
3583
+ }
3584
+ },
3585
+ {
3586
+ "if": {
3587
+ "action": "moveLeft"
3588
+ },
3589
+ "tokens": {
3590
+ "icon": "PaletteIconChevronLeft"
3591
+ }
3592
+ },
3593
+ {
3594
+ "if": {
3595
+ "action": "moveRight"
3596
+ },
3597
+ "tokens": {
3598
+ "icon": "PaletteIconChevronRight"
3599
+ }
3600
+ },
3601
+ {
3602
+ "if": {
3603
+ "action": "play"
3604
+ },
3605
+ "tokens": {
3606
+ "icon": "PaletteIconPlayVideo"
3607
+ }
3608
+ },
3371
3609
  {
3372
3610
  "if": {
3373
3611
  "inverse": true
@@ -5051,58 +5289,200 @@
5051
5289
  "outlineWidth": 1
5052
5290
  }
5053
5291
  },
5054
- "QuickLinks": {
5292
+ "QuantitySelector": {
5055
5293
  "appearances": {
5056
- "viewport": {
5057
- "description": "The size label for the current screen viewport based on the current screen width",
5058
- "values": ["xs", "sm", "md", "lg", "xl"],
5059
- "type": "state"
5294
+ "alternative": {
5295
+ "type": "variant",
5296
+ "values": [true]
5297
+ },
5298
+ "disabled": {
5299
+ "type": "variant",
5300
+ "values": [true]
5301
+ },
5302
+ "focus": {
5303
+ "type": "variant",
5304
+ "values": [true]
5305
+ },
5306
+ "hover": {
5307
+ "type": "variant",
5308
+ "values": [true]
5309
+ },
5310
+ "pressed": {
5311
+ "type": "variant",
5312
+ "values": [true]
5060
5313
  }
5061
5314
  },
5062
5315
  "rules": [
5063
5316
  {
5064
5317
  "if": {
5065
- "viewport": ["md", "lg", "xl"]
5318
+ "alternative": true
5066
5319
  },
5067
5320
  "tokens": {
5068
- "card": false,
5069
- "dividers": true,
5070
- "list": false
5321
+ "padding": 0
5071
5322
  }
5072
- }
5073
- ],
5074
- "tokens": {
5075
- "card": true,
5076
- "dividers": true,
5077
- "list": true,
5078
- "stackGap": 2,
5079
- "stackJustify": "center",
5080
- "stackSpace": 4
5081
- }
5082
- },
5083
- "QuickLinksButton": {
5084
- "appearances": {
5085
- "pressed": {
5086
- "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.",
5087
- "values": [true],
5088
- "type": "state"
5089
- }
5090
- },
5091
- "rules": [
5323
+ },
5092
5324
  {
5093
5325
  "if": {
5094
- "pressed": true
5326
+ "hover": true
5095
5327
  },
5096
5328
  "tokens": {
5097
5329
  "backgroundColor": {
5098
- "red": 0.69804,
5099
- "green": 0.72549,
5100
- "blue": 0.74902,
5330
+ "red": 0.95686,
5331
+ "green": 0.95686,
5332
+ "blue": 0.96863,
5101
5333
  "alpha": 1
5102
5334
  },
5103
- "borderWidth": 3
5104
- }
5105
- }
5335
+ "inputBackgroundColor": {
5336
+ "red": 0.95686,
5337
+ "green": 0.95686,
5338
+ "blue": 0.96863,
5339
+ "alpha": 1
5340
+ }
5341
+ }
5342
+ },
5343
+ {
5344
+ "if": {
5345
+ "disabled": true
5346
+ },
5347
+ "tokens": {
5348
+ "backgroundColor": {
5349
+ "red": 0.98039,
5350
+ "green": 0.98039,
5351
+ "blue": 0.98039,
5352
+ "alpha": 1
5353
+ },
5354
+ "iconColor": {
5355
+ "red": 0.8902,
5356
+ "green": 0.90196,
5357
+ "blue": 0.9098,
5358
+ "alpha": 1
5359
+ }
5360
+ }
5361
+ },
5362
+ {
5363
+ "if": {
5364
+ "pressed": true
5365
+ },
5366
+ "tokens": {
5367
+ "backgroundColor": {
5368
+ "red": 0.69804,
5369
+ "green": 0.72549,
5370
+ "blue": 0.74902,
5371
+ "alpha": 1
5372
+ }
5373
+ }
5374
+ },
5375
+ {
5376
+ "if": {
5377
+ "focus": true
5378
+ },
5379
+ "tokens": {
5380
+ "inputBorderColor": {
5381
+ "red": 0.40392,
5382
+ "green": 0.43137,
5383
+ "blue": 0.45098,
5384
+ "alpha": 1
5385
+ },
5386
+ "inputBorderWidth": 3
5387
+ }
5388
+ }
5389
+ ],
5390
+ "tokens": {
5391
+ "backgroundColor": {
5392
+ "red": 0,
5393
+ "green": 0,
5394
+ "blue": 0,
5395
+ "alpha": 0
5396
+ },
5397
+ "borderColor": {
5398
+ "red": 0.40392,
5399
+ "green": 0.43137,
5400
+ "blue": 0.45098,
5401
+ "alpha": 1
5402
+ },
5403
+ "iconColor": {
5404
+ "red": 0.40392,
5405
+ "green": 0.43137,
5406
+ "blue": 0.45098,
5407
+ "alpha": 1
5408
+ },
5409
+ "iconSize": 16,
5410
+ "inputBackgroundColor": {
5411
+ "red": 1,
5412
+ "green": 1,
5413
+ "blue": 1,
5414
+ "alpha": 1
5415
+ },
5416
+ "inputBorderColor": {
5417
+ "red": 0.40392,
5418
+ "green": 0.43137,
5419
+ "blue": 0.45098,
5420
+ "alpha": 1
5421
+ },
5422
+ "inputBorderWidth": 1,
5423
+ "leftIcon": "PaletteIconSubtract",
5424
+ "padding": 16,
5425
+ "rightIcon": "PaletteIconAdd",
5426
+ "textColor": {
5427
+ "red": 0.69804,
5428
+ "green": 0.72549,
5429
+ "blue": 0.74902,
5430
+ "alpha": 1
5431
+ }
5432
+ }
5433
+ },
5434
+ "QuickLinks": {
5435
+ "appearances": {
5436
+ "viewport": {
5437
+ "description": "The size label for the current screen viewport based on the current screen width",
5438
+ "values": ["xs", "sm", "md", "lg", "xl"],
5439
+ "type": "state"
5440
+ }
5441
+ },
5442
+ "rules": [
5443
+ {
5444
+ "if": {
5445
+ "viewport": ["md", "lg", "xl"]
5446
+ },
5447
+ "tokens": {
5448
+ "card": false,
5449
+ "dividers": true,
5450
+ "list": false
5451
+ }
5452
+ }
5453
+ ],
5454
+ "tokens": {
5455
+ "card": true,
5456
+ "dividers": true,
5457
+ "list": true,
5458
+ "stackGap": 2,
5459
+ "stackJustify": "center",
5460
+ "stackSpace": 4
5461
+ }
5462
+ },
5463
+ "QuickLinksButton": {
5464
+ "appearances": {
5465
+ "pressed": {
5466
+ "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.",
5467
+ "values": [true],
5468
+ "type": "state"
5469
+ }
5470
+ },
5471
+ "rules": [
5472
+ {
5473
+ "if": {
5474
+ "pressed": true
5475
+ },
5476
+ "tokens": {
5477
+ "backgroundColor": {
5478
+ "red": 0.69804,
5479
+ "green": 0.72549,
5480
+ "blue": 0.74902,
5481
+ "alpha": 1
5482
+ },
5483
+ "borderWidth": 3
5484
+ }
5485
+ }
5106
5486
  ],
5107
5487
  "tokens": {
5108
5488
  "alignSelf": "flex-start",
@@ -6493,6 +6873,81 @@
6493
6873
  "thickness": 4
6494
6874
  }
6495
6875
  },
6876
+ "SplashButton": {
6877
+ "appearances": {},
6878
+ "rules": [],
6879
+ "tokens": {
6880
+ "buttonContentBackground": {
6881
+ "red": 0,
6882
+ "green": 0,
6883
+ "blue": 0,
6884
+ "alpha": 0.6
6885
+ },
6886
+ "buttonContentChildrenBackground": {
6887
+ "red": 0,
6888
+ "green": 0,
6889
+ "blue": 0,
6890
+ "alpha": 0
6891
+ },
6892
+ "playIcon": "PaletteIconPlaySolid",
6893
+ "playIconColor": {
6894
+ "red": 1,
6895
+ "green": 1,
6896
+ "blue": 1,
6897
+ "alpha": 1
6898
+ }
6899
+ }
6900
+ },
6901
+ "SplashButtonWithDetails": {
6902
+ "appearances": {},
6903
+ "rules": [],
6904
+ "tokens": {
6905
+ "buttonBackground": {
6906
+ "red": 1,
6907
+ "green": 1,
6908
+ "blue": 1,
6909
+ "alpha": 1
6910
+ },
6911
+ "buttonBorderColor": {
6912
+ "red": 0.8902,
6913
+ "green": 0.90196,
6914
+ "blue": 0.9098,
6915
+ "alpha": 1
6916
+ },
6917
+ "buttonBottomPosition": 24,
6918
+ "buttonContentBackground": {
6919
+ "red": 0,
6920
+ "green": 0,
6921
+ "blue": 0,
6922
+ "alpha": 0.6
6923
+ },
6924
+ "buttonContentChildrenBackground": {
6925
+ "red": 0,
6926
+ "green": 0,
6927
+ "blue": 0,
6928
+ "alpha": 0
6929
+ },
6930
+ "buttonLeftPosition": 24,
6931
+ "buttonMinHeight": 64,
6932
+ "buttonPaddingLeft": 16,
6933
+ "buttonPaddingRight": 16,
6934
+ "buttonRadius": 32,
6935
+ "detailsContainerPadding": 8,
6936
+ "playIcon": "PaletteIconPlaySolid",
6937
+ "playIconColor": {
6938
+ "red": 1,
6939
+ "green": 1,
6940
+ "blue": 1,
6941
+ "alpha": 1
6942
+ },
6943
+ "playIconContainerBackground": {
6944
+ "red": 0.16863,
6945
+ "green": 0.50196,
6946
+ "blue": 0,
6947
+ "alpha": 1
6948
+ }
6949
+ }
6950
+ },
6496
6951
  "StackView": {
6497
6952
  "appearances": {},
6498
6953
  "rules": [],
@@ -6706,6 +7161,65 @@
6706
7161
  "showStepTrackerLabel": true
6707
7162
  }
6708
7163
  },
7164
+ "StoryCard": {
7165
+ "appearances": {
7166
+ "pressed": {
7167
+ "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.",
7168
+ "values": [true],
7169
+ "type": "state"
7170
+ }
7171
+ },
7172
+ "rules": [
7173
+ {
7174
+ "if": {
7175
+ "pressed": true
7176
+ },
7177
+ "tokens": {
7178
+ "backgroundColor": {
7179
+ "red": 0.95686,
7180
+ "green": 0.95686,
7181
+ "blue": 0.96863,
7182
+ "alpha": 1
7183
+ }
7184
+ }
7185
+ }
7186
+ ],
7187
+ "tokens": {
7188
+ "backgroundColor": {
7189
+ "red": 1,
7190
+ "green": 1,
7191
+ "blue": 1,
7192
+ "alpha": 1
7193
+ },
7194
+ "borderColor": {
7195
+ "red": 0.8902,
7196
+ "green": 0.90196,
7197
+ "blue": 0.9098,
7198
+ "alpha": 1
7199
+ },
7200
+ "borderRadius": 6,
7201
+ "borderWidth": 1,
7202
+ "contentAlignItems": "stretch",
7203
+ "contentFlexGrow": 0,
7204
+ "contentFlexShrink": 0,
7205
+ "contentJustifyContent": "flex-start",
7206
+ "flex": 1,
7207
+ "minWidth": 0,
7208
+ "outerBorderColor": {
7209
+ "red": 0,
7210
+ "green": 0,
7211
+ "blue": 0,
7212
+ "alpha": 0
7213
+ },
7214
+ "outerBorderGap": 0,
7215
+ "outerBorderWidth": 0,
7216
+ "paddingBottom": 0,
7217
+ "paddingLeft": 0,
7218
+ "paddingRight": 0,
7219
+ "paddingTop": 0,
7220
+ "shadow": null
7221
+ }
7222
+ },
6709
7223
  "Table": {
6710
7224
  "appearances": {
6711
7225
  "spacing": {
@@ -7337,6 +7851,113 @@
7337
7851
  "width": null
7338
7852
  }
7339
7853
  },
7854
+ "TermsAndConditions": {
7855
+ "appearances": {
7856
+ "expanded": {
7857
+ "description": "Applies when an ExpandCollapse panel is open and the content inside is visible",
7858
+ "values": [true],
7859
+ "type": "state"
7860
+ }
7861
+ },
7862
+ "rules": [
7863
+ {
7864
+ "if": {
7865
+ "expanded": true
7866
+ },
7867
+ "tokens": {
7868
+ "icon": "PaletteIconCaretUp"
7869
+ }
7870
+ }
7871
+ ],
7872
+ "tokens": {
7873
+ "contentPaddingBottom": 8,
7874
+ "contentPaddingLeft": 16,
7875
+ "expandBaseBorderWidth": 0,
7876
+ "expandContentPaddingBottom": 16,
7877
+ "expandContentPaddingLeft": 16,
7878
+ "expandContentPaddingRight": 16,
7879
+ "expandContentPaddingTop": 16,
7880
+ "expandIconContainerAlignItems": "center",
7881
+ "expandIconContainerBorder": 1,
7882
+ "expandIconContainerBorderColor": {
7883
+ "red": 0.40392,
7884
+ "green": 0.43137,
7885
+ "blue": 0.45098,
7886
+ "alpha": 1
7887
+ },
7888
+ "expandIconContainerHeight": 32,
7889
+ "expandIconContainerJustifyContent": "center",
7890
+ "expandIconContainerMarginX": 0,
7891
+ "expandIconContainerMarginY": 12,
7892
+ "expandIconContainerWidth": 32,
7893
+ "expandTitleColor": {
7894
+ "red": 0.17255,
7895
+ "green": 0.18039,
7896
+ "blue": 0.18824,
7897
+ "alpha": 1
7898
+ },
7899
+ "expandTitleFontSize": 16,
7900
+ "expandTitleLineHeight": 1.5,
7901
+ "expandTitleMarginX": 4,
7902
+ "expandTitleMarginY": 0,
7903
+ "icon": "PaletteIconCaretDown",
7904
+ "listColor": {
7905
+ "red": 0.2549,
7906
+ "green": 0.27059,
7907
+ "blue": 0.27843,
7908
+ "alpha": 1
7909
+ },
7910
+ "listFontName": "HelveticaNow",
7911
+ "listFontSize": 14,
7912
+ "listFontWeight": 400,
7913
+ "listLineHeight": 1.42857142857,
7914
+ "listMarginBottom": 16,
7915
+ "listMarginLeft": 32,
7916
+ "mdContentPaddingBottom": 16,
7917
+ "mdContentPaddingLeft": 48,
7918
+ "orderedPadding": 0,
7919
+ "titleColor": {
7920
+ "red": 0.2549,
7921
+ "green": 0.27059,
7922
+ "blue": 0.27843,
7923
+ "alpha": 1
7924
+ },
7925
+ "titleFontSize": 14,
7926
+ "titleLineHeight": 1.42857142857,
7927
+ "titlePaddingLeft": 8,
7928
+ "unorderedPadding": 0
7929
+ }
7930
+ },
7931
+ "Testimonial": {
7932
+ "appearances": {},
7933
+ "rules": [],
7934
+ "tokens": {
7935
+ "dividerBackgroundColor": {
7936
+ "red": 0.69804,
7937
+ "green": 0.72549,
7938
+ "blue": 0.74902,
7939
+ "alpha": 1
7940
+ },
7941
+ "dividerBorder": 1,
7942
+ "figcaptionGap": 12,
7943
+ "icon": "PaletteIconQuoteLeft",
7944
+ "iconColor": {
7945
+ "red": 0.69804,
7946
+ "green": 0.72549,
7947
+ "blue": 0.74902,
7948
+ "alpha": 1
7949
+ },
7950
+ "imageSize": 48,
7951
+ "quoteContainerGap": 4,
7952
+ "testimonialContainerGap": 12,
7953
+ "textColor": {
7954
+ "red": 0.2549,
7955
+ "green": 0.27059,
7956
+ "blue": 0.27843,
7957
+ "alpha": 1
7958
+ }
7959
+ }
7960
+ },
7340
7961
  "TextArea": {
7341
7962
  "appearances": {},
7342
7963
  "rules": [],
@@ -8513,6 +9134,182 @@
8513
9134
  "textTransform": "none"
8514
9135
  }
8515
9136
  },
9137
+ "Video": {
9138
+ "appearances": {},
9139
+ "rules": [],
9140
+ "tokens": {
9141
+ "borderColor": {
9142
+ "red": 0.69804,
9143
+ "green": 0.72549,
9144
+ "blue": 0.74902,
9145
+ "alpha": 1
9146
+ },
9147
+ "pauseIcon": "PaletteIconPause",
9148
+ "playIcon": "PaletteIconPlaySolid",
9149
+ "replayIcon": "PaletteIconReplay"
9150
+ }
9151
+ },
9152
+ "VideoButton": {
9153
+ "appearances": {},
9154
+ "rules": [],
9155
+ "tokens": {
9156
+ "color": {
9157
+ "red": 1,
9158
+ "green": 1,
9159
+ "blue": 1,
9160
+ "alpha": 1
9161
+ }
9162
+ }
9163
+ },
9164
+ "VideoControlBar": {
9165
+ "appearances": {},
9166
+ "rules": [],
9167
+ "tokens": {
9168
+ "captionsIcon": "PaletteIconClosedCaptions",
9169
+ "maximizeIcon": "PaletteIconFullscreenExpand",
9170
+ "menuBottom": 64,
9171
+ "menuMarginLeft": 16,
9172
+ "menuRight": 32,
9173
+ "minimizeIcon": "PaletteIconFullscreenMinimize",
9174
+ "paddingBottom": 16,
9175
+ "paddingLeft": 48,
9176
+ "paddingLeftCompactMode": 16,
9177
+ "paddingRight": 48,
9178
+ "paddingRightCompactMode": 16,
9179
+ "paddingTop": 16,
9180
+ "settingsIcon": "PaletteIconSettingsSolid"
9181
+ }
9182
+ },
9183
+ "VideoMenu": {
9184
+ "appearances": {},
9185
+ "rules": [],
9186
+ "tokens": {
9187
+ "background": {
9188
+ "red": 0.17255,
9189
+ "green": 0.18039,
9190
+ "blue": 0.18824,
9191
+ "alpha": 1
9192
+ },
9193
+ "checkMarkFocusColor": {
9194
+ "red": 0.40392,
9195
+ "green": 0.43137,
9196
+ "blue": 0.45098,
9197
+ "alpha": 1
9198
+ },
9199
+ "checkMarkHeight": 24,
9200
+ "checkMarkHoverColor": {
9201
+ "red": 0.40392,
9202
+ "green": 0.43137,
9203
+ "blue": 0.45098,
9204
+ "alpha": 1
9205
+ },
9206
+ "checkMarkIcon": "PaletteIconCheckmark",
9207
+ "checkMarkSelectedColor": {
9208
+ "red": 1,
9209
+ "green": 1,
9210
+ "blue": 1,
9211
+ "alpha": 1
9212
+ },
9213
+ "checkMarkUnselectedColor": {
9214
+ "red": 0,
9215
+ "green": 0,
9216
+ "blue": 0,
9217
+ "alpha": 0
9218
+ },
9219
+ "checkMarkWidth": 24,
9220
+ "padding": 16
9221
+ }
9222
+ },
9223
+ "VideoMiddleControlButton": {
9224
+ "appearances": {},
9225
+ "rules": [],
9226
+ "tokens": {
9227
+ "background": {
9228
+ "red": 0.17255,
9229
+ "green": 0.18039,
9230
+ "blue": 0.18824,
9231
+ "alpha": 1
9232
+ },
9233
+ "height": 64,
9234
+ "iconColor": {
9235
+ "red": 1,
9236
+ "green": 1,
9237
+ "blue": 1,
9238
+ "alpha": 1
9239
+ },
9240
+ "width": 64
9241
+ }
9242
+ },
9243
+ "VideoProgressBar": {
9244
+ "appearances": {},
9245
+ "rules": [],
9246
+ "tokens": {
9247
+ "rangeBackground": {
9248
+ "red": 0,
9249
+ "green": 0,
9250
+ "blue": 0,
9251
+ "alpha": 0
9252
+ },
9253
+ "thumbBackground": {
9254
+ "red": 1,
9255
+ "green": 1,
9256
+ "blue": 1,
9257
+ "alpha": 1
9258
+ },
9259
+ "thumbHeight": 8,
9260
+ "thumbWidth": 8,
9261
+ "timestampMarginLeft": 8,
9262
+ "timestampMarginRight": 8,
9263
+ "trackGradientEnd": {
9264
+ "red": 0.4,
9265
+ "green": 0.8,
9266
+ "blue": 0,
9267
+ "alpha": 1
9268
+ },
9269
+ "trackGradientStart": {
9270
+ "red": 0.4,
9271
+ "green": 0.8,
9272
+ "blue": 0,
9273
+ "alpha": 1
9274
+ }
9275
+ }
9276
+ },
9277
+ "VideoVolumeSlider": {
9278
+ "appearances": {},
9279
+ "rules": [],
9280
+ "tokens": {
9281
+ "marginLeft": 16,
9282
+ "marginRight": 16,
9283
+ "mutedIcon": "PaletteIconMuted",
9284
+ "rangeBackground": {
9285
+ "red": 0,
9286
+ "green": 0,
9287
+ "blue": 0,
9288
+ "alpha": 0
9289
+ },
9290
+ "thumbBackground": {
9291
+ "red": 1,
9292
+ "green": 1,
9293
+ "blue": 1,
9294
+ "alpha": 1
9295
+ },
9296
+ "thumbHeight": 8,
9297
+ "thumbWidth": 8,
9298
+ "trackGradientEnd": {
9299
+ "red": 1,
9300
+ "green": 1,
9301
+ "blue": 1,
9302
+ "alpha": 1
9303
+ },
9304
+ "trackGradientStart": {
9305
+ "red": 1,
9306
+ "green": 1,
9307
+ "blue": 1,
9308
+ "alpha": 1
9309
+ },
9310
+ "unmutedIcon": "PaletteIconUnmuted"
9311
+ }
9312
+ },
8516
9313
  "WaffleGrid": {
8517
9314
  "appearances": {},
8518
9315
  "rules": [],
@@ -8714,7 +9511,7 @@
8714
9511
  }
8715
9512
  },
8716
9513
  "metadata": {
8717
- "themeTokensVersion": "2.22.0",
9514
+ "themeTokensVersion": "2.23.0",
8718
9515
  "name": "theme-allium"
8719
9516
  }
8720
9517
  }