@telus-uds/theme-allium 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.
@@ -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"
@@ -2389,7 +2403,7 @@
2389
2403
  "size": "large"
2390
2404
  },
2391
2405
  "tokens": {
2392
- "height": 48,
2406
+ "fontSize": 20,
2393
2407
  "iconSize": 24,
2394
2408
  "textLineHeight": 1.95
2395
2409
  }
@@ -2399,7 +2413,7 @@
2399
2413
  "size": "small"
2400
2414
  },
2401
2415
  "tokens": {
2402
- "height": 36,
2416
+ "fontSize": 14,
2403
2417
  "iconSize": 14,
2404
2418
  "textLineHeight": 2.12
2405
2419
  }
@@ -2409,7 +2423,7 @@
2409
2423
  "size": "micro"
2410
2424
  },
2411
2425
  "tokens": {
2412
- "height": 32,
2426
+ "fontSize": 12,
2413
2427
  "iconSize": 12,
2414
2428
  "textLineHeight": 1.92
2415
2429
  }
@@ -2422,7 +2436,7 @@
2422
2436
  "blue": 0,
2423
2437
  "alpha": 1
2424
2438
  },
2425
- "height": 40,
2439
+ "fontSize": 16,
2426
2440
  "iconDisplace": 0,
2427
2441
  "iconSize": 24,
2428
2442
  "iconSpace": 1,
@@ -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
@@ -3897,7 +4135,7 @@
3897
4135
  "size": "large"
3898
4136
  },
3899
4137
  "tokens": {
3900
- "iconMarginTop": 8,
4138
+ "iconMarginTop": 4,
3901
4139
  "itemFontSize": 20,
3902
4140
  "itemIconSize": 20,
3903
4141
  "itemLineHeight": 1.6,
@@ -3951,7 +4189,7 @@
3951
4189
  "alpha": 1
3952
4190
  },
3953
4191
  "dividerSize": 1,
3954
- "iconMarginTop": 4,
4192
+ "iconMarginTop": 3,
3955
4193
  "interItemMargin": 8,
3956
4194
  "interItemMarginWithDivider": 16,
3957
4195
  "itemBulletColor": {
@@ -4509,12 +4747,6 @@
4509
4747
  "itemLineHeight": 1.6
4510
4748
  }
4511
4749
  },
4512
- {
4513
- "if": {
4514
- "size": "medium"
4515
- },
4516
- "tokens": {}
4517
- },
4518
4750
  {
4519
4751
  "if": {
4520
4752
  "size": "small"
@@ -5051,47 +5283,189 @@
5051
5283
  "outlineWidth": 1
5052
5284
  }
5053
5285
  },
5054
- "QuickLinks": {
5286
+ "QuantitySelector": {
5055
5287
  "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"
5288
+ "alternative": {
5289
+ "type": "variant",
5290
+ "values": [true]
5291
+ },
5292
+ "disabled": {
5293
+ "type": "variant",
5294
+ "values": [true]
5295
+ },
5296
+ "focus": {
5297
+ "type": "variant",
5298
+ "values": [true]
5299
+ },
5300
+ "hover": {
5301
+ "type": "variant",
5302
+ "values": [true]
5303
+ },
5304
+ "pressed": {
5305
+ "type": "variant",
5306
+ "values": [true]
5060
5307
  }
5061
5308
  },
5062
5309
  "rules": [
5063
5310
  {
5064
5311
  "if": {
5065
- "viewport": ["md", "lg", "xl"]
5312
+ "alternative": true
5066
5313
  },
5067
5314
  "tokens": {
5068
- "card": false,
5069
- "dividers": true,
5070
- "list": false
5315
+ "padding": 0
5071
5316
  }
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": [
5317
+ },
5092
5318
  {
5093
5319
  "if": {
5094
- "pressed": true
5320
+ "hover": true
5321
+ },
5322
+ "tokens": {
5323
+ "backgroundColor": {
5324
+ "red": 0.95686,
5325
+ "green": 0.95686,
5326
+ "blue": 0.96863,
5327
+ "alpha": 1
5328
+ },
5329
+ "inputBackgroundColor": {
5330
+ "red": 0.95686,
5331
+ "green": 0.95686,
5332
+ "blue": 0.96863,
5333
+ "alpha": 1
5334
+ }
5335
+ }
5336
+ },
5337
+ {
5338
+ "if": {
5339
+ "disabled": true
5340
+ },
5341
+ "tokens": {
5342
+ "backgroundColor": {
5343
+ "red": 0.98039,
5344
+ "green": 0.98039,
5345
+ "blue": 0.98039,
5346
+ "alpha": 1
5347
+ },
5348
+ "iconColor": {
5349
+ "red": 0.8902,
5350
+ "green": 0.90196,
5351
+ "blue": 0.9098,
5352
+ "alpha": 1
5353
+ }
5354
+ }
5355
+ },
5356
+ {
5357
+ "if": {
5358
+ "pressed": true
5359
+ },
5360
+ "tokens": {
5361
+ "backgroundColor": {
5362
+ "red": 0.69804,
5363
+ "green": 0.72549,
5364
+ "blue": 0.74902,
5365
+ "alpha": 1
5366
+ }
5367
+ }
5368
+ },
5369
+ {
5370
+ "if": {
5371
+ "focus": true
5372
+ },
5373
+ "tokens": {
5374
+ "inputBorderColor": {
5375
+ "red": 0.40392,
5376
+ "green": 0.43137,
5377
+ "blue": 0.45098,
5378
+ "alpha": 1
5379
+ },
5380
+ "inputBorderWidth": 3
5381
+ }
5382
+ }
5383
+ ],
5384
+ "tokens": {
5385
+ "backgroundColor": {
5386
+ "red": 0,
5387
+ "green": 0,
5388
+ "blue": 0,
5389
+ "alpha": 0
5390
+ },
5391
+ "borderColor": {
5392
+ "red": 0.40392,
5393
+ "green": 0.43137,
5394
+ "blue": 0.45098,
5395
+ "alpha": 1
5396
+ },
5397
+ "iconColor": {
5398
+ "red": 0.40392,
5399
+ "green": 0.43137,
5400
+ "blue": 0.45098,
5401
+ "alpha": 1
5402
+ },
5403
+ "iconSize": 16,
5404
+ "inputBackgroundColor": {
5405
+ "red": 1,
5406
+ "green": 1,
5407
+ "blue": 1,
5408
+ "alpha": 1
5409
+ },
5410
+ "inputBorderColor": {
5411
+ "red": 0.40392,
5412
+ "green": 0.43137,
5413
+ "blue": 0.45098,
5414
+ "alpha": 1
5415
+ },
5416
+ "inputBorderWidth": 1,
5417
+ "leftIcon": "PaletteIconSubtract",
5418
+ "padding": 16,
5419
+ "rightIcon": "PaletteIconAdd",
5420
+ "textColor": {
5421
+ "red": 0.69804,
5422
+ "green": 0.72549,
5423
+ "blue": 0.74902,
5424
+ "alpha": 1
5425
+ }
5426
+ }
5427
+ },
5428
+ "QuickLinks": {
5429
+ "appearances": {
5430
+ "viewport": {
5431
+ "description": "The size label for the current screen viewport based on the current screen width",
5432
+ "values": ["xs", "sm", "md", "lg", "xl"],
5433
+ "type": "state"
5434
+ }
5435
+ },
5436
+ "rules": [
5437
+ {
5438
+ "if": {
5439
+ "viewport": ["md", "lg", "xl"]
5440
+ },
5441
+ "tokens": {
5442
+ "card": false,
5443
+ "dividers": true,
5444
+ "list": false
5445
+ }
5446
+ }
5447
+ ],
5448
+ "tokens": {
5449
+ "card": true,
5450
+ "dividers": true,
5451
+ "list": true,
5452
+ "stackGap": 2,
5453
+ "stackJustify": "center",
5454
+ "stackSpace": 4
5455
+ }
5456
+ },
5457
+ "QuickLinksButton": {
5458
+ "appearances": {
5459
+ "pressed": {
5460
+ "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.",
5461
+ "values": [true],
5462
+ "type": "state"
5463
+ }
5464
+ },
5465
+ "rules": [
5466
+ {
5467
+ "if": {
5468
+ "pressed": true
5095
5469
  },
5096
5470
  "tokens": {
5097
5471
  "backgroundColor": {
@@ -6493,6 +6867,81 @@
6493
6867
  "thickness": 4
6494
6868
  }
6495
6869
  },
6870
+ "SplashButton": {
6871
+ "appearances": {},
6872
+ "rules": [],
6873
+ "tokens": {
6874
+ "buttonContentBackground": {
6875
+ "red": 0,
6876
+ "green": 0,
6877
+ "blue": 0,
6878
+ "alpha": 0.6
6879
+ },
6880
+ "buttonContentChildrenBackground": {
6881
+ "red": 0,
6882
+ "green": 0,
6883
+ "blue": 0,
6884
+ "alpha": 0
6885
+ },
6886
+ "playIcon": "PaletteIconPlaySolid",
6887
+ "playIconColor": {
6888
+ "red": 1,
6889
+ "green": 1,
6890
+ "blue": 1,
6891
+ "alpha": 1
6892
+ }
6893
+ }
6894
+ },
6895
+ "SplashButtonWithDetails": {
6896
+ "appearances": {},
6897
+ "rules": [],
6898
+ "tokens": {
6899
+ "buttonBackground": {
6900
+ "red": 1,
6901
+ "green": 1,
6902
+ "blue": 1,
6903
+ "alpha": 1
6904
+ },
6905
+ "buttonBorderColor": {
6906
+ "red": 0.8902,
6907
+ "green": 0.90196,
6908
+ "blue": 0.9098,
6909
+ "alpha": 1
6910
+ },
6911
+ "buttonBottomPosition": 24,
6912
+ "buttonContentBackground": {
6913
+ "red": 0,
6914
+ "green": 0,
6915
+ "blue": 0,
6916
+ "alpha": 0.6
6917
+ },
6918
+ "buttonContentChildrenBackground": {
6919
+ "red": 0,
6920
+ "green": 0,
6921
+ "blue": 0,
6922
+ "alpha": 0
6923
+ },
6924
+ "buttonLeftPosition": 24,
6925
+ "buttonMinHeight": 64,
6926
+ "buttonPaddingLeft": 16,
6927
+ "buttonPaddingRight": 16,
6928
+ "buttonRadius": 32,
6929
+ "detailsContainerPadding": 8,
6930
+ "playIcon": "PaletteIconPlaySolid",
6931
+ "playIconColor": {
6932
+ "red": 1,
6933
+ "green": 1,
6934
+ "blue": 1,
6935
+ "alpha": 1
6936
+ },
6937
+ "playIconContainerBackground": {
6938
+ "red": 0.16863,
6939
+ "green": 0.50196,
6940
+ "blue": 0,
6941
+ "alpha": 1
6942
+ }
6943
+ }
6944
+ },
6496
6945
  "StackView": {
6497
6946
  "appearances": {},
6498
6947
  "rules": [],
@@ -6706,6 +7155,65 @@
6706
7155
  "showStepTrackerLabel": true
6707
7156
  }
6708
7157
  },
7158
+ "StoryCard": {
7159
+ "appearances": {
7160
+ "pressed": {
7161
+ "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.",
7162
+ "values": [true],
7163
+ "type": "state"
7164
+ }
7165
+ },
7166
+ "rules": [
7167
+ {
7168
+ "if": {
7169
+ "pressed": true
7170
+ },
7171
+ "tokens": {
7172
+ "backgroundColor": {
7173
+ "red": 0.95686,
7174
+ "green": 0.95686,
7175
+ "blue": 0.96863,
7176
+ "alpha": 1
7177
+ }
7178
+ }
7179
+ }
7180
+ ],
7181
+ "tokens": {
7182
+ "backgroundColor": {
7183
+ "red": 1,
7184
+ "green": 1,
7185
+ "blue": 1,
7186
+ "alpha": 1
7187
+ },
7188
+ "borderColor": {
7189
+ "red": 0.8902,
7190
+ "green": 0.90196,
7191
+ "blue": 0.9098,
7192
+ "alpha": 1
7193
+ },
7194
+ "borderRadius": 6,
7195
+ "borderWidth": 1,
7196
+ "contentAlignItems": "stretch",
7197
+ "contentFlexGrow": 0,
7198
+ "contentFlexShrink": 0,
7199
+ "contentJustifyContent": "flex-start",
7200
+ "flex": 1,
7201
+ "minWidth": 0,
7202
+ "outerBorderColor": {
7203
+ "red": 0,
7204
+ "green": 0,
7205
+ "blue": 0,
7206
+ "alpha": 0
7207
+ },
7208
+ "outerBorderGap": 0,
7209
+ "outerBorderWidth": 0,
7210
+ "paddingBottom": 0,
7211
+ "paddingLeft": 0,
7212
+ "paddingRight": 0,
7213
+ "paddingTop": 0,
7214
+ "shadow": null
7215
+ }
7216
+ },
6709
7217
  "Table": {
6710
7218
  "appearances": {
6711
7219
  "spacing": {
@@ -7337,6 +7845,113 @@
7337
7845
  "width": null
7338
7846
  }
7339
7847
  },
7848
+ "TermsAndConditions": {
7849
+ "appearances": {
7850
+ "expanded": {
7851
+ "description": "Applies when an ExpandCollapse panel is open and the content inside is visible",
7852
+ "values": [true],
7853
+ "type": "state"
7854
+ }
7855
+ },
7856
+ "rules": [
7857
+ {
7858
+ "if": {
7859
+ "expanded": true
7860
+ },
7861
+ "tokens": {
7862
+ "icon": "PaletteIconCaretUp"
7863
+ }
7864
+ }
7865
+ ],
7866
+ "tokens": {
7867
+ "contentPaddingBottom": 8,
7868
+ "contentPaddingLeft": 16,
7869
+ "expandBaseBorderWidth": 0,
7870
+ "expandContentPaddingBottom": 16,
7871
+ "expandContentPaddingLeft": 16,
7872
+ "expandContentPaddingRight": 16,
7873
+ "expandContentPaddingTop": 16,
7874
+ "expandIconContainerAlignItems": "center",
7875
+ "expandIconContainerBorder": 1,
7876
+ "expandIconContainerBorderColor": {
7877
+ "red": 0.40392,
7878
+ "green": 0.43137,
7879
+ "blue": 0.45098,
7880
+ "alpha": 1
7881
+ },
7882
+ "expandIconContainerHeight": 32,
7883
+ "expandIconContainerJustifyContent": "center",
7884
+ "expandIconContainerMarginX": 0,
7885
+ "expandIconContainerMarginY": 12,
7886
+ "expandIconContainerWidth": 32,
7887
+ "expandTitleColor": {
7888
+ "red": 0.17255,
7889
+ "green": 0.18039,
7890
+ "blue": 0.18824,
7891
+ "alpha": 1
7892
+ },
7893
+ "expandTitleFontSize": 16,
7894
+ "expandTitleLineHeight": 1.5,
7895
+ "expandTitleMarginX": 4,
7896
+ "expandTitleMarginY": 0,
7897
+ "icon": "PaletteIconCaretDown",
7898
+ "listColor": {
7899
+ "red": 0.2549,
7900
+ "green": 0.27059,
7901
+ "blue": 0.27843,
7902
+ "alpha": 1
7903
+ },
7904
+ "listFontName": "HelveticaNow",
7905
+ "listFontSize": 14,
7906
+ "listFontWeight": 400,
7907
+ "listLineHeight": 1.42857142857,
7908
+ "listMarginBottom": 16,
7909
+ "listMarginLeft": 32,
7910
+ "mdContentPaddingBottom": 16,
7911
+ "mdContentPaddingLeft": 48,
7912
+ "orderedPadding": 0,
7913
+ "titleColor": {
7914
+ "red": 0.2549,
7915
+ "green": 0.27059,
7916
+ "blue": 0.27843,
7917
+ "alpha": 1
7918
+ },
7919
+ "titleFontSize": 14,
7920
+ "titleLineHeight": 1.42857142857,
7921
+ "titlePaddingLeft": 8,
7922
+ "unorderedPadding": 0
7923
+ }
7924
+ },
7925
+ "Testimonial": {
7926
+ "appearances": {},
7927
+ "rules": [],
7928
+ "tokens": {
7929
+ "dividerBackgroundColor": {
7930
+ "red": 0.69804,
7931
+ "green": 0.72549,
7932
+ "blue": 0.74902,
7933
+ "alpha": 1
7934
+ },
7935
+ "dividerBorder": 1,
7936
+ "figcaptionGap": 12,
7937
+ "icon": "PaletteIconQuoteLeft",
7938
+ "iconColor": {
7939
+ "red": 0.69804,
7940
+ "green": 0.72549,
7941
+ "blue": 0.74902,
7942
+ "alpha": 1
7943
+ },
7944
+ "imageSize": 48,
7945
+ "quoteContainerGap": 4,
7946
+ "testimonialContainerGap": 12,
7947
+ "textColor": {
7948
+ "red": 0.2549,
7949
+ "green": 0.27059,
7950
+ "blue": 0.27843,
7951
+ "alpha": 1
7952
+ }
7953
+ }
7954
+ },
7340
7955
  "TextArea": {
7341
7956
  "appearances": {},
7342
7957
  "rules": [],
@@ -7603,18 +8218,6 @@
7603
8218
  "blue": 1,
7604
8219
  "alpha": 1
7605
8220
  },
7606
- "animationFillColorAfter": {
7607
- "red": 0.16863,
7608
- "green": 0.50196,
7609
- "blue": 0,
7610
- "alpha": 1
7611
- },
7612
- "animationFillColorBefore": {
7613
- "red": 1,
7614
- "green": 1,
7615
- "blue": 1,
7616
- "alpha": 1
7617
- },
7618
8221
  "animationHeightAfter": 24,
7619
8222
  "animationHeightBefore": 0,
7620
8223
  "animationPaddingBottomAfter": 16,
@@ -8513,6 +9116,182 @@
8513
9116
  "textTransform": "none"
8514
9117
  }
8515
9118
  },
9119
+ "Video": {
9120
+ "appearances": {},
9121
+ "rules": [],
9122
+ "tokens": {
9123
+ "borderColor": {
9124
+ "red": 0.69804,
9125
+ "green": 0.72549,
9126
+ "blue": 0.74902,
9127
+ "alpha": 1
9128
+ },
9129
+ "pauseIcon": "PaletteIconPause",
9130
+ "playIcon": "PaletteIconPlaySolid",
9131
+ "replayIcon": "PaletteIconReplay"
9132
+ }
9133
+ },
9134
+ "VideoButton": {
9135
+ "appearances": {},
9136
+ "rules": [],
9137
+ "tokens": {
9138
+ "color": {
9139
+ "red": 1,
9140
+ "green": 1,
9141
+ "blue": 1,
9142
+ "alpha": 1
9143
+ }
9144
+ }
9145
+ },
9146
+ "VideoControlBar": {
9147
+ "appearances": {},
9148
+ "rules": [],
9149
+ "tokens": {
9150
+ "captionsIcon": "PaletteIconClosedCaptions",
9151
+ "maximizeIcon": "PaletteIconFullscreenExpand",
9152
+ "menuBottom": 64,
9153
+ "menuMarginLeft": 16,
9154
+ "menuRight": 32,
9155
+ "minimizeIcon": "PaletteIconFullscreenMinimize",
9156
+ "paddingBottom": 16,
9157
+ "paddingLeft": 48,
9158
+ "paddingLeftCompactMode": 16,
9159
+ "paddingRight": 48,
9160
+ "paddingRightCompactMode": 16,
9161
+ "paddingTop": 16,
9162
+ "settingsIcon": "PaletteIconSettingsSolid"
9163
+ }
9164
+ },
9165
+ "VideoMenu": {
9166
+ "appearances": {},
9167
+ "rules": [],
9168
+ "tokens": {
9169
+ "background": {
9170
+ "red": 0.17255,
9171
+ "green": 0.18039,
9172
+ "blue": 0.18824,
9173
+ "alpha": 1
9174
+ },
9175
+ "checkMarkFocusColor": {
9176
+ "red": 0.40392,
9177
+ "green": 0.43137,
9178
+ "blue": 0.45098,
9179
+ "alpha": 1
9180
+ },
9181
+ "checkMarkHeight": 24,
9182
+ "checkMarkHoverColor": {
9183
+ "red": 0.40392,
9184
+ "green": 0.43137,
9185
+ "blue": 0.45098,
9186
+ "alpha": 1
9187
+ },
9188
+ "checkMarkIcon": "PaletteIconCheckmark",
9189
+ "checkMarkSelectedColor": {
9190
+ "red": 1,
9191
+ "green": 1,
9192
+ "blue": 1,
9193
+ "alpha": 1
9194
+ },
9195
+ "checkMarkUnselectedColor": {
9196
+ "red": 0,
9197
+ "green": 0,
9198
+ "blue": 0,
9199
+ "alpha": 0
9200
+ },
9201
+ "checkMarkWidth": 24,
9202
+ "padding": 16
9203
+ }
9204
+ },
9205
+ "VideoMiddleControlButton": {
9206
+ "appearances": {},
9207
+ "rules": [],
9208
+ "tokens": {
9209
+ "background": {
9210
+ "red": 0.17255,
9211
+ "green": 0.18039,
9212
+ "blue": 0.18824,
9213
+ "alpha": 1
9214
+ },
9215
+ "height": 64,
9216
+ "iconColor": {
9217
+ "red": 1,
9218
+ "green": 1,
9219
+ "blue": 1,
9220
+ "alpha": 1
9221
+ },
9222
+ "width": 64
9223
+ }
9224
+ },
9225
+ "VideoProgressBar": {
9226
+ "appearances": {},
9227
+ "rules": [],
9228
+ "tokens": {
9229
+ "rangeBackground": {
9230
+ "red": 0,
9231
+ "green": 0,
9232
+ "blue": 0,
9233
+ "alpha": 0
9234
+ },
9235
+ "thumbBackground": {
9236
+ "red": 1,
9237
+ "green": 1,
9238
+ "blue": 1,
9239
+ "alpha": 1
9240
+ },
9241
+ "thumbHeight": 8,
9242
+ "thumbWidth": 8,
9243
+ "timestampMarginLeft": 8,
9244
+ "timestampMarginRight": 8,
9245
+ "trackGradientEnd": {
9246
+ "red": 0.4,
9247
+ "green": 0.8,
9248
+ "blue": 0,
9249
+ "alpha": 1
9250
+ },
9251
+ "trackGradientStart": {
9252
+ "red": 0.4,
9253
+ "green": 0.8,
9254
+ "blue": 0,
9255
+ "alpha": 1
9256
+ }
9257
+ }
9258
+ },
9259
+ "VideoVolumeSlider": {
9260
+ "appearances": {},
9261
+ "rules": [],
9262
+ "tokens": {
9263
+ "marginLeft": 16,
9264
+ "marginRight": 16,
9265
+ "mutedIcon": "PaletteIconMuted",
9266
+ "rangeBackground": {
9267
+ "red": 0,
9268
+ "green": 0,
9269
+ "blue": 0,
9270
+ "alpha": 0
9271
+ },
9272
+ "thumbBackground": {
9273
+ "red": 1,
9274
+ "green": 1,
9275
+ "blue": 1,
9276
+ "alpha": 1
9277
+ },
9278
+ "thumbHeight": 8,
9279
+ "thumbWidth": 8,
9280
+ "trackGradientEnd": {
9281
+ "red": 1,
9282
+ "green": 1,
9283
+ "blue": 1,
9284
+ "alpha": 1
9285
+ },
9286
+ "trackGradientStart": {
9287
+ "red": 1,
9288
+ "green": 1,
9289
+ "blue": 1,
9290
+ "alpha": 1
9291
+ },
9292
+ "unmutedIcon": "PaletteIconUnmuted"
9293
+ }
9294
+ },
8516
9295
  "WaffleGrid": {
8517
9296
  "appearances": {},
8518
9297
  "rules": [],
@@ -8714,7 +9493,7 @@
8714
9493
  }
8715
9494
  },
8716
9495
  "metadata": {
8717
- "themeTokensVersion": "2.22.0",
9496
+ "themeTokensVersion": "2.24.0",
8718
9497
  "name": "theme-allium"
8719
9498
  }
8720
9499
  }