@telus-uds/theme-allium 3.26.0 → 3.27.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.
@@ -798,6 +798,18 @@
798
798
  "inverse": true
799
799
  },
800
800
  "tokens": {
801
+ "color": {
802
+ "red": 1,
803
+ "green": 1,
804
+ "blue": 1,
805
+ "alpha": 1
806
+ },
807
+ "currentColor": {
808
+ "red": 1,
809
+ "green": 1,
810
+ "blue": 1,
811
+ "alpha": 1
812
+ },
801
813
  "iconColor": {
802
814
  "red": 0.69804,
803
815
  "green": 0.72549,
@@ -808,14 +820,30 @@
808
820
  }
809
821
  ],
810
822
  "tokens": {
811
- "icon": "PaletteIconChevronRight",
812
- "iconColor": {
823
+ "color": {
813
824
  "red": 0.40392,
814
825
  "green": 0.43137,
815
826
  "blue": 0.45098,
816
827
  "alpha": 1
817
828
  },
818
- "iconPadding": 8,
829
+ "currentColor": {
830
+ "red": 0.2549,
831
+ "green": 0.27059,
832
+ "blue": 0.27843,
833
+ "alpha": 1
834
+ },
835
+ "fontName": "HelveticaNow",
836
+ "fontSize": 12,
837
+ "fontWeight": 500,
838
+ "icon": "PaletteIconChevronRight",
839
+ "iconColor": {
840
+ "red": 0.69804,
841
+ "green": 0.72549,
842
+ "blue": 0.74902,
843
+ "alpha": 1
844
+ },
845
+ "iconPadding": 4,
846
+ "iconSize": 16,
819
847
  "listItemPadding": 0
820
848
  }
821
849
  },
@@ -2788,6 +2816,22 @@
2788
2816
  }
2789
2817
  }
2790
2818
  },
2819
+ "Disclaimer": {
2820
+ "appearances": {},
2821
+ "rules": [],
2822
+ "tokens": {
2823
+ "color": {
2824
+ "red": 0.2549,
2825
+ "green": 0.27059,
2826
+ "blue": 0.27843,
2827
+ "alpha": 1
2828
+ },
2829
+ "fontName": "HelveticaNow",
2830
+ "fontSize": 14,
2831
+ "fontWeight": 400,
2832
+ "lineHeight": 1.42857142857
2833
+ }
2834
+ },
2791
2835
  "Divider": {
2792
2836
  "appearances": {
2793
2837
  "decorative": {
@@ -3111,6 +3155,7 @@
3111
3155
  "closeButtonMarginRight": 4,
3112
3156
  "closeButtonMarginTop": 12,
3113
3157
  "closeButtonWidth": 24,
3158
+ "closeIcon": "PaletteIconClose",
3114
3159
  "footnoteBackground": {
3115
3160
  "red": 0.95686,
3116
3161
  "green": 0.95686,
@@ -3153,6 +3198,14 @@
3153
3198
  "appearances": {},
3154
3199
  "rules": [],
3155
3200
  "tokens": {
3201
+ "color": {
3202
+ "red": 0,
3203
+ "green": 0,
3204
+ "blue": 0,
3205
+ "alpha": 1
3206
+ },
3207
+ "fontName": "HelveticaNow",
3208
+ "fontWeight": 400,
3156
3209
  "lineHeight": 1,
3157
3210
  "paddingLeft": 2,
3158
3211
  "paddingRight": 2
@@ -4563,6 +4616,153 @@
4563
4616
  "subHeadingMarginTop": 8
4564
4617
  }
4565
4618
  },
4619
+ "NavigationBar": {
4620
+ "appearances": {
4621
+ "expanded": {
4622
+ "description": "Applies when an ExpandCollapse panel is open and the content inside is visible",
4623
+ "values": [true],
4624
+ "type": "state"
4625
+ },
4626
+ "pressed": {
4627
+ "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.",
4628
+ "values": [true],
4629
+ "type": "state"
4630
+ },
4631
+ "selected": {
4632
+ "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`.",
4633
+ "values": [true],
4634
+ "type": "state"
4635
+ },
4636
+ "viewport": {
4637
+ "description": "The size label for the current screen viewport based on the current screen width",
4638
+ "values": ["xs", "sm", "md", "lg", "xl"],
4639
+ "type": "state"
4640
+ }
4641
+ },
4642
+ "rules": [
4643
+ {
4644
+ "if": {
4645
+ "selected": true
4646
+ },
4647
+ "tokens": {
4648
+ "backgroundColor": {
4649
+ "red": 0.95686,
4650
+ "green": 0.95686,
4651
+ "blue": 0.96863,
4652
+ "alpha": 1
4653
+ },
4654
+ "borderColor": {
4655
+ "red": 0.95686,
4656
+ "green": 0.95686,
4657
+ "blue": 0.96863,
4658
+ "alpha": 1
4659
+ },
4660
+ "color": {
4661
+ "red": 0.29412,
4662
+ "green": 0.15686,
4663
+ "blue": 0.42745,
4664
+ "alpha": 1
4665
+ },
4666
+ "fontName": "HelveticaNow",
4667
+ "fontWeight": 700
4668
+ }
4669
+ },
4670
+ {
4671
+ "if": {
4672
+ "pressed": true
4673
+ },
4674
+ "tokens": {
4675
+ "backgroundColor": {
4676
+ "red": 0.8902,
4677
+ "green": 0.90196,
4678
+ "blue": 0.9098,
4679
+ "alpha": 1
4680
+ },
4681
+ "borderColor": {
4682
+ "red": 0.48627,
4683
+ "green": 0.32549,
4684
+ "blue": 0.64706,
4685
+ "alpha": 1
4686
+ },
4687
+ "borderWidth": 1,
4688
+ "color": {
4689
+ "red": 0.29412,
4690
+ "green": 0.15686,
4691
+ "blue": 0.42745,
4692
+ "alpha": 1
4693
+ }
4694
+ }
4695
+ },
4696
+ {
4697
+ "if": {
4698
+ "viewport": ["xs", "sm", "md"]
4699
+ },
4700
+ "tokens": {
4701
+ "textAlign": "flex-start",
4702
+ "width": 288
4703
+ }
4704
+ },
4705
+ {
4706
+ "if": {
4707
+ "expanded": true
4708
+ },
4709
+ "tokens": {
4710
+ "icoMenu": "PaletteIconCaretUp"
4711
+ }
4712
+ }
4713
+ ],
4714
+ "tokens": {
4715
+ "alignSelf": "flex-start",
4716
+ "backgroundColor": {
4717
+ "red": 1,
4718
+ "green": 1,
4719
+ "blue": 1,
4720
+ "alpha": 1
4721
+ },
4722
+ "borderColor": {
4723
+ "red": 1,
4724
+ "green": 1,
4725
+ "blue": 1,
4726
+ "alpha": 1
4727
+ },
4728
+ "borderRadius": 32,
4729
+ "borderWidth": 1,
4730
+ "color": {
4731
+ "red": 0.2549,
4732
+ "green": 0.27059,
4733
+ "blue": 0.27843,
4734
+ "alpha": 1
4735
+ },
4736
+ "fontName": "HelveticaNow",
4737
+ "fontSize": 14,
4738
+ "fontWeight": 400,
4739
+ "icoMenu": "PaletteIconCaretDown",
4740
+ "lineHeight": 1.14285714286,
4741
+ "minWidth": 0,
4742
+ "opacity": 1,
4743
+ "outerBackgroundColor": {
4744
+ "red": 0,
4745
+ "green": 0,
4746
+ "blue": 0,
4747
+ "alpha": 0
4748
+ },
4749
+ "outerBorderColor": {
4750
+ "red": 0,
4751
+ "green": 0,
4752
+ "blue": 0,
4753
+ "alpha": 0
4754
+ },
4755
+ "outerBorderGap": 0,
4756
+ "outerBorderWidth": 1,
4757
+ "paddingBottom": 8,
4758
+ "paddingLeft": 16,
4759
+ "paddingRight": 16,
4760
+ "paddingTop": 8,
4761
+ "shadow": null,
4762
+ "textAlign": "center",
4763
+ "width": 0
4764
+ }
4765
+ },
4566
4766
  "Notification": {
4567
4767
  "appearances": {
4568
4768
  "style": {
@@ -5123,11 +5323,97 @@
5123
5323
  }
5124
5324
  },
5125
5325
  "PriceLockup": {
5126
- "appearances": {},
5127
- "rules": [],
5326
+ "appearances": {
5327
+ "size": {
5328
+ "type": "variant",
5329
+ "values": ["small", "medium", "large"]
5330
+ },
5331
+ "strikeThrough": {
5332
+ "type": "variant",
5333
+ "values": [true]
5334
+ },
5335
+ "viewport": {
5336
+ "description": "The size label for the current screen viewport based on the current screen width",
5337
+ "values": ["xs", "sm", "md", "lg", "xl"],
5338
+ "type": "state"
5339
+ }
5340
+ },
5341
+ "rules": [
5342
+ {
5343
+ "if": {
5344
+ "size": "small"
5345
+ },
5346
+ "tokens": {
5347
+ "amountFontSize": 28,
5348
+ "bottomTextFontSize": 14,
5349
+ "bottomTextLineHeight": 1.42857142857,
5350
+ "centsFontSize": 16,
5351
+ "centsLineHeight": 1.33333333333,
5352
+ "currencySymbolFontSize": 16,
5353
+ "currencySymbolLineHeight": 1.25,
5354
+ "rateFontSize": 14,
5355
+ "rateLineHeight": 1.14285714286,
5356
+ "topTextFontSize": 14,
5357
+ "topTextLineHeight": 1.42857142857
5358
+ }
5359
+ },
5360
+ {
5361
+ "if": {
5362
+ "size": "large",
5363
+ "viewport": ["lg", "xl"]
5364
+ },
5365
+ "tokens": {
5366
+ "amountFontSize": 64,
5367
+ "bottomTextFontSize": 20,
5368
+ "bottomTextLineHeight": 1.6,
5369
+ "centsFontSize": 36,
5370
+ "centsLineHeight": 1.125,
5371
+ "currencySymbolFontSize": 36,
5372
+ "currencySymbolLineHeight": 1.125,
5373
+ "rateFontSize": 20,
5374
+ "rateLineHeight": 1.6,
5375
+ "topTextFontSize": 20,
5376
+ "topTextLineHeight": 1.6
5377
+ }
5378
+ },
5379
+ {
5380
+ "if": {
5381
+ "strikeThrough": true
5382
+ },
5383
+ "tokens": {
5384
+ "fontColor": {
5385
+ "red": 0.40392,
5386
+ "green": 0.43137,
5387
+ "blue": 0.45098,
5388
+ "alpha": 1
5389
+ },
5390
+ "footnoteLinkColor": {
5391
+ "red": 0.40392,
5392
+ "green": 0.43137,
5393
+ "blue": 0.45098,
5394
+ "alpha": 1
5395
+ }
5396
+ }
5397
+ }
5398
+ ],
5128
5399
  "tokens": {
5400
+ "amountFontName": "HelveticaNow",
5401
+ "amountFontSize": 40,
5402
+ "amountFontWeight": 300,
5403
+ "amountLetterSpacing": -0.039,
5404
+ "amountLineHeight": 1,
5129
5405
  "bottomLinksMarginLeft": 4,
5406
+ "bottomTextFontSize": 16,
5407
+ "bottomTextLineHeight": 1.6,
5130
5408
  "bottomTextMarginTop": 4,
5409
+ "centsFontName": "HelveticaNow",
5410
+ "centsFontSize": 20,
5411
+ "centsFontWeight": 400,
5412
+ "centsLineHeight": 1.2,
5413
+ "currencySymbolFontName": "HelveticaNow",
5414
+ "currencySymbolFontSize": 20,
5415
+ "currencySymbolFontWeight": 400,
5416
+ "currencySymbolLineHeight": 1.2,
5131
5417
  "dividerColor": {
5132
5418
  "red": 0.69804,
5133
5419
  "green": 0.72549,
@@ -5140,16 +5426,35 @@
5140
5426
  "blue": 0.27843,
5141
5427
  "alpha": 1
5142
5428
  },
5429
+ "fontName": "HelveticaNow",
5430
+ "fontWeight": 700,
5143
5431
  "footnoteGap": 4,
5432
+ "footnoteLinkColor": {
5433
+ "red": 0.2549,
5434
+ "green": 0.27059,
5435
+ "blue": 0.27843,
5436
+ "alpha": 1
5437
+ },
5438
+ "footnoteLinkFontName": "HelveticaNow",
5439
+ "footnoteLinkFontSize": 14,
5440
+ "footnoteLinkFontWeight": 400,
5144
5441
  "footnoteMarginTop": 4,
5145
5442
  "priceMarginBottom": 8,
5146
- "strikeThroughBackground": {
5443
+ "rateFontName": "HelveticaNow",
5444
+ "rateFontSize": 16,
5445
+ "rateFontWeight": 400,
5446
+ "rateLineHeight": 1.25,
5447
+ "strikeThroughColor": {
5147
5448
  "red": 0.40392,
5148
5449
  "green": 0.43137,
5149
5450
  "blue": 0.45098,
5150
5451
  "alpha": 1
5151
5452
  },
5152
5453
  "strikeThroughHeight": 2,
5454
+ "topTextFontName": "HelveticaNow",
5455
+ "topTextFontSize": 16,
5456
+ "topTextFontWeight": 700,
5457
+ "topTextLineHeight": 1.5,
5153
5458
  "topTextMarginBottom": 4
5154
5459
  }
5155
5460
  },
@@ -6130,6 +6435,10 @@
6130
6435
  "purpose": {
6131
6436
  "type": "variant",
6132
6437
  "values": ["offer", "default", "editorial"]
6438
+ },
6439
+ "wrap": {
6440
+ "type": "variant",
6441
+ "values": [true]
6133
6442
  }
6134
6443
  },
6135
6444
  "rules": [
@@ -6151,6 +6460,46 @@
6151
6460
  "alpha": 1
6152
6461
  }
6153
6462
  }
6463
+ },
6464
+ {
6465
+ "if": {
6466
+ "purpose": "offer"
6467
+ },
6468
+ "tokens": {
6469
+ "gradient": {
6470
+ "type": "linear",
6471
+ "angle": 135,
6472
+ "stops": [
6473
+ {
6474
+ "stop": 0,
6475
+ "color": {
6476
+ "red": 0.29412,
6477
+ "green": 0.15686,
6478
+ "blue": 0.42745,
6479
+ "alpha": 1
6480
+ }
6481
+ },
6482
+ {
6483
+ "stop": 1,
6484
+ "color": {
6485
+ "red": 0.89804,
6486
+ "green": 0.19608,
6487
+ "blue": 0.57647,
6488
+ "alpha": 1
6489
+ }
6490
+ }
6491
+ ]
6492
+ }
6493
+ }
6494
+ },
6495
+ {
6496
+ "if": {
6497
+ "wrap": true
6498
+ },
6499
+ "tokens": {
6500
+ "paddingLeft": 24,
6501
+ "paddingRight": 24
6502
+ }
6154
6503
  }
6155
6504
  ],
6156
6505
  "tokens": {
@@ -6161,6 +6510,8 @@
6161
6510
  "alpha": 1
6162
6511
  },
6163
6512
  "borderRadius": 4,
6513
+ "borderRadiusBottomLeft": null,
6514
+ "borderRadiusBottomRight": null,
6164
6515
  "boxShadowColor": {
6165
6516
  "red": 0,
6166
6517
  "green": 0,
@@ -6178,7 +6529,7 @@
6178
6529
  "alpha": 1
6179
6530
  },
6180
6531
  "curveAfterHeight": 4,
6181
- "curveAfterRadius": 8,
6532
+ "curveAfterRadius": 0,
6182
6533
  "curveAfterWidth": 8,
6183
6534
  "curveBackgroundColor": {
6184
6535
  "red": 0.24706,
@@ -6189,30 +6540,13 @@
6189
6540
  "curveHeight": 10,
6190
6541
  "curveMarginTop": 4,
6191
6542
  "curveWidth": 8,
6192
- "gradient": {
6193
- "type": "linear",
6194
- "angle": 135,
6195
- "stops": [
6196
- {
6197
- "stop": 0,
6198
- "color": {
6199
- "red": 0.29412,
6200
- "green": 0.15686,
6201
- "blue": 0.42745,
6202
- "alpha": 1
6203
- }
6204
- },
6205
- {
6206
- "stop": 1,
6207
- "color": {
6208
- "red": 0.89804,
6209
- "green": 0.19608,
6210
- "blue": 0.57647,
6211
- "alpha": 1
6212
- }
6213
- }
6214
- ]
6543
+ "fontColor": {
6544
+ "red": 1,
6545
+ "green": 1,
6546
+ "blue": 1,
6547
+ "alpha": 1
6215
6548
  },
6549
+ "gradient": null,
6216
6550
  "paddingBottom": 4,
6217
6551
  "paddingLeft": 8,
6218
6552
  "paddingRight": 8,
@@ -7286,6 +7620,9 @@
7286
7620
  "blue": 0.98039,
7287
7621
  "alpha": 1
7288
7622
  },
7623
+ "fontName": "HelveticaNow",
7624
+ "fontSize": 16,
7625
+ "fontWeight": 400,
7289
7626
  "tablePaddingBottom": 24
7290
7627
  }
7291
7628
  },
@@ -9222,6 +9559,79 @@
9222
9559
  "width": 64
9223
9560
  }
9224
9561
  },
9562
+ "VideoPicker": {
9563
+ "appearances": {},
9564
+ "rules": [],
9565
+ "tokens": {
9566
+ "framedContainerBackgroundColor": {
9567
+ "red": 0.98039,
9568
+ "green": 0.98039,
9569
+ "blue": 0.98039,
9570
+ "alpha": 1
9571
+ },
9572
+ "framedContainerBorderColor": {
9573
+ "red": 0.8902,
9574
+ "green": 0.90196,
9575
+ "blue": 0.9098,
9576
+ "alpha": 1
9577
+ },
9578
+ "framedContainerBorderRadius": 4,
9579
+ "framedContainerBorderWidth": 1,
9580
+ "framedContainerPadding": 24,
9581
+ "framedMaxHeight": 640,
9582
+ "stackViewDividerColor": {
9583
+ "red": 0.8902,
9584
+ "green": 0.90196,
9585
+ "blue": 0.9098,
9586
+ "alpha": 1
9587
+ }
9588
+ }
9589
+ },
9590
+ "VideoPickerSlider": {
9591
+ "appearances": {},
9592
+ "rules": [],
9593
+ "tokens": {
9594
+ "nextIcon": "PaletteIconArrowRight",
9595
+ "previousIcon": "PaletteIconArrowLeft"
9596
+ }
9597
+ },
9598
+ "VideoPickerThumbnail": {
9599
+ "appearances": {},
9600
+ "rules": [],
9601
+ "tokens": {
9602
+ "borderColor": {
9603
+ "red": 0.29412,
9604
+ "green": 0.15686,
9605
+ "blue": 0.42745,
9606
+ "alpha": 1
9607
+ },
9608
+ "borderRadius": 4,
9609
+ "borderWidth": 2,
9610
+ "pressableBorderTopColor": {
9611
+ "red": 0.8902,
9612
+ "green": 0.90196,
9613
+ "blue": 0.9098,
9614
+ "alpha": 1
9615
+ },
9616
+ "pressableBorderTopWidth": 1,
9617
+ "pressablePaddingBottom": 16,
9618
+ "pressablePaddingHorizontal": 24,
9619
+ "pressablePaddingVertical": 16,
9620
+ "splashButtonRadius": 4,
9621
+ "subTitleColor": {
9622
+ "red": 0.40392,
9623
+ "green": 0.43137,
9624
+ "blue": 0.45098,
9625
+ "alpha": 1
9626
+ },
9627
+ "titleColor": {
9628
+ "red": 0.29412,
9629
+ "green": 0.15686,
9630
+ "blue": 0.42745,
9631
+ "alpha": 1
9632
+ }
9633
+ }
9634
+ },
9225
9635
  "VideoProgressBar": {
9226
9636
  "appearances": {},
9227
9637
  "rules": [],
@@ -9493,7 +9903,7 @@
9493
9903
  }
9494
9904
  },
9495
9905
  "metadata": {
9496
- "themeTokensVersion": "2.24.0",
9906
+ "themeTokensVersion": "2.25.0",
9497
9907
  "name": "theme-allium"
9498
9908
  }
9499
9909
  }