@telus-uds/theme-allium 4.5.0 → 4.6.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.
@@ -1059,7 +1059,7 @@
1059
1059
  },
1060
1060
  "pressed": {
1061
1061
  "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.",
1062
- "values": [true],
1062
+ "values": [true, false],
1063
1063
  "type": "state"
1064
1064
  },
1065
1065
  "priority": {
@@ -1581,7 +1581,7 @@
1581
1581
  },
1582
1582
  "pressed": {
1583
1583
  "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.",
1584
- "values": [true],
1584
+ "values": [true, false],
1585
1585
  "type": "state"
1586
1586
  },
1587
1587
  "selected": {
@@ -1841,7 +1841,7 @@
1841
1841
  },
1842
1842
  "pressed": {
1843
1843
  "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.",
1844
- "values": [true],
1844
+ "values": [true, false],
1845
1845
  "type": "state"
1846
1846
  },
1847
1847
  "selected": {
@@ -2278,7 +2278,7 @@
2278
2278
  },
2279
2279
  "pressed": {
2280
2280
  "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.",
2281
- "values": [true],
2281
+ "values": [true, false],
2282
2282
  "type": "state"
2283
2283
  },
2284
2284
  "selected": {
@@ -2586,7 +2586,7 @@
2586
2586
  },
2587
2587
  "pressed": {
2588
2588
  "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.",
2589
- "values": [true],
2589
+ "values": [true, false],
2590
2590
  "type": "state"
2591
2591
  },
2592
2592
  "size": {
@@ -3625,7 +3625,7 @@
3625
3625
  "appearances": {
3626
3626
  "pressed": {
3627
3627
  "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.",
3628
- "values": [true],
3628
+ "values": [true, false],
3629
3629
  "type": "state"
3630
3630
  }
3631
3631
  },
@@ -3911,7 +3911,7 @@
3911
3911
  },
3912
3912
  "pressed": {
3913
3913
  "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.",
3914
- "values": [true],
3914
+ "values": [true, false],
3915
3915
  "type": "state"
3916
3916
  },
3917
3917
  "raised": {
@@ -4416,7 +4416,7 @@
4416
4416
  },
4417
4417
  "pressed": {
4418
4418
  "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.",
4419
- "values": [true],
4419
+ "values": [true, false],
4420
4420
  "type": "state"
4421
4421
  },
4422
4422
  "size": {
@@ -4680,11 +4680,11 @@
4680
4680
  "listGutter": 16
4681
4681
  }
4682
4682
  },
4683
- "ListBox": {
4683
+ "Listbox": {
4684
4684
  "appearances": {
4685
4685
  "current": {
4686
4686
  "description": "When the current item is selected",
4687
- "values": [true],
4687
+ "values": [true, false],
4688
4688
  "type": "state"
4689
4689
  },
4690
4690
  "expanded": {
@@ -4694,18 +4694,52 @@
4694
4694
  },
4695
4695
  "isChild": {
4696
4696
  "description": "when the item is child of another child",
4697
- "values": [true],
4697
+ "values": [true, false],
4698
4698
  "type": "state"
4699
4699
  },
4700
4700
  "pressed": {
4701
4701
  "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.",
4702
- "values": [true],
4702
+ "values": [true, false],
4703
4703
  "type": "state"
4704
4704
  }
4705
4705
  },
4706
4706
  "rules": [
4707
4707
  {
4708
4708
  "if": {
4709
+ "expanded": true
4710
+ },
4711
+ "tokens": {
4712
+ "groupIcon": "PaletteIconCaretUp"
4713
+ }
4714
+ },
4715
+ {
4716
+ "if": {
4717
+ "current": true
4718
+ },
4719
+ "tokens": {
4720
+ "groupColor": {
4721
+ "red": 0.29412,
4722
+ "green": 0.15686,
4723
+ "blue": 0.42745,
4724
+ "alpha": 1
4725
+ },
4726
+ "groupFontName": "HelveticaNow",
4727
+ "groupFontWeight": 700,
4728
+ "itemColor": {
4729
+ "red": 0.29412,
4730
+ "green": 0.15686,
4731
+ "blue": 0.42745,
4732
+ "alpha": 1
4733
+ },
4734
+ "itemPaddingBottom": 12,
4735
+ "itemPaddingLeft": 16,
4736
+ "itemPaddingRight": 16,
4737
+ "itemPaddingTop": 12
4738
+ }
4739
+ },
4740
+ {
4741
+ "if": {
4742
+ "current": true,
4709
4743
  "pressed": true
4710
4744
  },
4711
4745
  "tokens": {
@@ -4715,44 +4749,75 @@
4715
4749
  "blue": 0.9098,
4716
4750
  "alpha": 1
4717
4751
  },
4752
+ "groupBorderWidth": 0,
4718
4753
  "groupColor": {
4719
- "red": 0.29412,
4720
- "green": 0.15686,
4721
- "blue": 0.42745,
4754
+ "red": 0.40392,
4755
+ "green": 0.43137,
4756
+ "blue": 0.45098,
4722
4757
  "alpha": 1
4723
- }
4758
+ },
4759
+ "groupFontName": "HelveticaNow",
4760
+ "groupFontWeight": 700
4724
4761
  }
4725
4762
  },
4726
4763
  {
4727
4764
  "if": {
4728
- "expanded": true
4765
+ "isChild": true
4729
4766
  },
4730
4767
  "tokens": {
4731
- "groupIcon": "PaletteIconCaretUp"
4768
+ "itemBorderBottomWidth": 0,
4769
+ "itemBorderLeftColor": {
4770
+ "red": 0.8902,
4771
+ "green": 0.90196,
4772
+ "blue": 0.9098,
4773
+ "alpha": 1
4774
+ },
4775
+ "itemBorderLeftWidth": 4,
4776
+ "itemBorderTopWidth": 0
4732
4777
  }
4733
4778
  },
4734
4779
  {
4735
4780
  "if": {
4736
- "current": true
4781
+ "current": true,
4782
+ "isChild": true
4737
4783
  },
4738
4784
  "tokens": {
4739
- "groupColor": {
4785
+ "itemBorderLeftColor": {
4740
4786
  "red": 0.29412,
4741
4787
  "green": 0.15686,
4742
4788
  "blue": 0.42745,
4743
4789
  "alpha": 1
4744
- },
4745
- "groupFontName": "HelveticaNow",
4746
- "groupFontWeight": 700
4790
+ }
4747
4791
  }
4748
4792
  },
4749
4793
  {
4750
4794
  "if": {
4751
- "isChild": true
4795
+ "current": true,
4796
+ "pressed": true
4797
+ },
4798
+ "tokens": {
4799
+ "itemColor": {
4800
+ "red": 0.40392,
4801
+ "green": 0.43137,
4802
+ "blue": 0.45098,
4803
+ "alpha": 1
4804
+ }
4805
+ }
4806
+ },
4807
+ {
4808
+ "if": {
4809
+ "isChild": true,
4810
+ "pressed": true
4752
4811
  },
4753
4812
  "tokens": {
4754
- "itemBorderWidth": 4,
4755
- "itemPaddingLeft": 12
4813
+ "itemBorderBottomWidth": 0,
4814
+ "itemBorderLeftColor": {
4815
+ "red": 0.40392,
4816
+ "green": 0.43137,
4817
+ "blue": 0.45098,
4818
+ "alpha": 1
4819
+ },
4820
+ "itemBorderTopWidth": 0
4756
4821
  }
4757
4822
  }
4758
4823
  ],
@@ -4764,12 +4829,12 @@
4764
4829
  "alpha": 0
4765
4830
  },
4766
4831
  "groupBorderColor": {
4767
- "red": 0.29412,
4768
- "green": 0.15686,
4769
- "blue": 0.42745,
4770
- "alpha": 1
4832
+ "red": 0,
4833
+ "green": 0,
4834
+ "blue": 0,
4835
+ "alpha": 0
4771
4836
  },
4772
- "groupBorderRadius": 6,
4837
+ "groupBorderRadius": 0,
4773
4838
  "groupBorderWidth": 1,
4774
4839
  "groupColor": {
4775
4840
  "red": 0.2549,
@@ -4780,6 +4845,7 @@
4780
4845
  "groupFontName": "HelveticaNow",
4781
4846
  "groupFontSize": 14,
4782
4847
  "groupFontWeight": 400,
4848
+ "groupHeight": 40,
4783
4849
  "groupIcon": "PaletteIconCaretDown",
4784
4850
  "groupPaddingBottom": 12,
4785
4851
  "groupPaddingLeft": 16,
@@ -4791,36 +4857,56 @@
4791
4857
  "blue": 0,
4792
4858
  "alpha": 0
4793
4859
  },
4794
- "itemBorderBackgroundColor": {
4795
- "red": 0.8902,
4796
- "green": 0.90196,
4797
- "blue": 0.9098,
4798
- "alpha": 1
4860
+ "itemBorderBottomColor": {
4861
+ "red": 0,
4862
+ "green": 0,
4863
+ "blue": 0,
4864
+ "alpha": 0
4799
4865
  },
4866
+ "itemBorderBottomWidth": 1,
4800
4867
  "itemBorderLeftColor": {
4801
- "red": 0.29412,
4802
- "green": 0.15686,
4803
- "blue": 0.42745,
4804
- "alpha": 1
4868
+ "red": 0,
4869
+ "green": 0,
4870
+ "blue": 0,
4871
+ "alpha": 0
4872
+ },
4873
+ "itemBorderLeftWidth": 1,
4874
+ "itemBorderRadius": 0,
4875
+ "itemBorderRightColor": {
4876
+ "red": 0,
4877
+ "green": 0,
4878
+ "blue": 0,
4879
+ "alpha": 0
4805
4880
  },
4806
- "itemBorderLeftWidth": 4,
4807
- "itemBorderWidth": 0,
4881
+ "itemBorderRightWidth": 1,
4882
+ "itemBorderTopColor": {
4883
+ "red": 0,
4884
+ "green": 0,
4885
+ "blue": 0,
4886
+ "alpha": 0
4887
+ },
4888
+ "itemBorderTopWidth": 1,
4889
+ "itemBorderWidth": 1,
4808
4890
  "itemColor": {
4809
- "red": 0.29412,
4810
- "green": 0.15686,
4811
- "blue": 0.42745,
4891
+ "red": 0.2549,
4892
+ "green": 0.27059,
4893
+ "blue": 0.27843,
4812
4894
  "alpha": 1
4813
4895
  },
4814
4896
  "itemDisplay": false,
4815
4897
  "itemFontName": "HelveticaNow",
4816
4898
  "itemFontSize": 14,
4817
4899
  "itemFontWeight": 700,
4900
+ "itemHeight": 40,
4818
4901
  "itemOutline": 0,
4819
4902
  "itemPaddingBottom": 12,
4820
4903
  "itemPaddingLeft": 16,
4821
4904
  "itemPaddingRight": 16,
4822
4905
  "itemPaddingTop": 12,
4823
4906
  "itemTextDecoration": "none",
4907
+ "lineHeight": 1.14285714286,
4908
+ "minHeight": "100%",
4909
+ "minWidth": 288,
4824
4910
  "shadow": {
4825
4911
  "inset": false,
4826
4912
  "offsetX": 0,
@@ -5106,7 +5192,7 @@
5106
5192
  },
5107
5193
  "pressed": {
5108
5194
  "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.",
5109
- "values": [true],
5195
+ "values": [true, false],
5110
5196
  "type": "state"
5111
5197
  },
5112
5198
  "selected": {
@@ -5552,7 +5638,7 @@
5552
5638
  "appearances": {
5553
5639
  "pressed": {
5554
5640
  "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.",
5555
- "values": [true],
5641
+ "values": [true, false],
5556
5642
  "type": "state"
5557
5643
  },
5558
5644
  "selected": {
@@ -5662,7 +5748,7 @@
5662
5748
  },
5663
5749
  "pressed": {
5664
5750
  "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.",
5665
- "values": [true],
5751
+ "values": [true, false],
5666
5752
  "type": "state"
5667
5753
  },
5668
5754
  "selected": {
@@ -6286,7 +6372,7 @@
6286
6372
  "appearances": {
6287
6373
  "pressed": {
6288
6374
  "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.",
6289
- "values": [true],
6375
+ "values": [true, false],
6290
6376
  "type": "state"
6291
6377
  }
6292
6378
  },
@@ -6406,7 +6492,7 @@
6406
6492
  "appearances": {
6407
6493
  "pressed": {
6408
6494
  "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.",
6409
- "values": [true],
6495
+ "values": [true, false],
6410
6496
  "type": "state"
6411
6497
  },
6412
6498
  "viewport": {
@@ -6470,7 +6556,7 @@
6470
6556
  "appearances": {
6471
6557
  "pressed": {
6472
6558
  "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.",
6473
- "values": [true],
6559
+ "values": [true, false],
6474
6560
  "type": "state"
6475
6561
  }
6476
6562
  },
@@ -6714,7 +6800,7 @@
6714
6800
  },
6715
6801
  "pressed": {
6716
6802
  "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.",
6717
- "values": [true],
6803
+ "values": [true, false],
6718
6804
  "type": "state"
6719
6805
  },
6720
6806
  "viewport": {
@@ -7248,7 +7334,7 @@
7248
7334
  },
7249
7335
  "pressed": {
7250
7336
  "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.",
7251
- "values": [true],
7337
+ "values": [true, false],
7252
7338
  "type": "state"
7253
7339
  },
7254
7340
  "priority": {
@@ -7911,6 +7997,8 @@
7911
7997
  "buttonPaddingRight": 16,
7912
7998
  "buttonRadius": 32,
7913
7999
  "detailsContainerPadding": 8,
8000
+ "labelFontName": "HelveticaNow",
8001
+ "labelFontWeight": 700,
7914
8002
  "playIcon": "PaletteIconPlaySolid",
7915
8003
  "playIconColor": {
7916
8004
  "red": 1,
@@ -8154,7 +8242,7 @@
8154
8242
  "appearances": {
8155
8243
  "pressed": {
8156
8244
  "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.",
8157
- "values": [true],
8245
+ "values": [true, false],
8158
8246
  "type": "state"
8159
8247
  }
8160
8248
  },
@@ -8330,12 +8418,12 @@
8330
8418
  "appearances": {
8331
8419
  "focus": {
8332
8420
  "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.",
8333
- "values": [true],
8421
+ "values": [true, false],
8334
8422
  "type": "state"
8335
8423
  },
8336
8424
  "hover": {
8337
8425
  "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.",
8338
- "values": [true],
8426
+ "values": [true, false],
8339
8427
  "type": "state"
8340
8428
  },
8341
8429
  "inverse": {
@@ -8344,12 +8432,12 @@
8344
8432
  },
8345
8433
  "pressed": {
8346
8434
  "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.",
8347
- "values": [true],
8435
+ "values": [true, false],
8348
8436
  "type": "state"
8349
8437
  },
8350
8438
  "selected": {
8351
8439
  "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.",
8352
- "values": [true],
8440
+ "values": [true, false],
8353
8441
  "type": "state"
8354
8442
  }
8355
8443
  },
@@ -8650,7 +8738,7 @@
8650
8738
  },
8651
8739
  "pressed": {
8652
8740
  "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.",
8653
- "values": [true],
8741
+ "values": [true, false],
8654
8742
  "type": "state"
8655
8743
  },
8656
8744
  "selected": {
@@ -9174,7 +9262,7 @@
9174
9262
  "blue": 1,
9175
9263
  "alpha": 1
9176
9264
  },
9177
- "dotWidth": 16,
9265
+ "dotWidth": 14,
9178
9266
  "itemContentFlexSize": 1,
9179
9267
  "itemContentMarginBottom": 32,
9180
9268
  "itemContentMarginRight": 0,
@@ -9190,6 +9278,12 @@
9190
9278
  "blue": 0.45098,
9191
9279
  "alpha": 1
9192
9280
  },
9281
+ "timelineConnectorColor": {
9282
+ "red": 0.40392,
9283
+ "green": 0.43137,
9284
+ "blue": 0.45098,
9285
+ "alpha": 1
9286
+ },
9193
9287
  "timelineContainerDirection": "column"
9194
9288
  }
9195
9289
  },
@@ -9275,7 +9369,7 @@
9275
9369
  },
9276
9370
  "pressed": {
9277
9371
  "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.",
9278
- "values": [true],
9372
+ "values": [true, false],
9279
9373
  "type": "state"
9280
9374
  },
9281
9375
  "selected": {
@@ -9580,7 +9674,7 @@
9580
9674
  },
9581
9675
  "pressed": {
9582
9676
  "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.",
9583
- "values": [true],
9677
+ "values": [true, false],
9584
9678
  "type": "state"
9585
9679
  }
9586
9680
  },
@@ -10354,10 +10448,30 @@
10354
10448
  }
10355
10449
  },
10356
10450
  "VideoControlBar": {
10357
- "appearances": {},
10358
- "rules": [],
10451
+ "appearances": {
10452
+ "viewport": {
10453
+ "description": "The size label for the current screen viewport based on the current screen width",
10454
+ "values": ["xs", "sm", "md", "lg", "xl"],
10455
+ "type": "state"
10456
+ }
10457
+ },
10458
+ "rules": [
10459
+ {
10460
+ "if": {
10461
+ "viewport": ["xs", "sm"]
10462
+ },
10463
+ "tokens": {
10464
+ "height": 40,
10465
+ "paddingBottom": 8,
10466
+ "paddingLeft": 16,
10467
+ "paddingRight": 16,
10468
+ "paddingTop": 8
10469
+ }
10470
+ }
10471
+ ],
10359
10472
  "tokens": {
10360
10473
  "captionsIcon": "PaletteIconClosedCaptions",
10474
+ "height": 56,
10361
10475
  "maximizeIcon": "PaletteIconFullscreenExpand",
10362
10476
  "menuBottom": 64,
10363
10477
  "menuMarginLeft": 16,
@@ -10365,9 +10479,7 @@
10365
10479
  "minimizeIcon": "PaletteIconFullscreenMinimize",
10366
10480
  "paddingBottom": 16,
10367
10481
  "paddingLeft": 48,
10368
- "paddingLeftCompactMode": 16,
10369
10482
  "paddingRight": 48,
10370
- "paddingRightCompactMode": 16,
10371
10483
  "paddingTop": 16,
10372
10484
  "settingsIcon": "PaletteIconSettingsSolid"
10373
10485
  }
@@ -10776,7 +10888,7 @@
10776
10888
  }
10777
10889
  },
10778
10890
  "metadata": {
10779
- "themeTokensVersion": "2.34.0",
10891
+ "themeTokensVersion": "2.35.0",
10780
10892
  "name": "theme-allium"
10781
10893
  }
10782
10894
  }