@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.
package/theme.json CHANGED
@@ -352,14 +352,22 @@
352
352
  "inverse": true
353
353
  },
354
354
  "tokens": {
355
+ "color": "{palette.color.white}",
356
+ "currentColor": "{palette.color.white}",
355
357
  "iconColor": "{palette.color.greyCloud}"
356
358
  }
357
359
  }
358
360
  ],
359
361
  "tokens": {
362
+ "color": "{palette.color.greyShuttle}",
363
+ "currentColor": "{palette.color.greyCharcoal}",
364
+ "fontName": "{palette.fontName.HelveticaNow}",
365
+ "fontSize": "{palette.fontSize.size12}",
366
+ "fontWeight": "{palette.fontWeight.weight500}",
360
367
  "icon": "{palette.icon.ChevronRight}",
361
- "iconColor": "{palette.color.greyShuttle}",
362
- "iconPadding": "{palette.size.size8}",
368
+ "iconColor": "{palette.color.greyCloud}",
369
+ "iconPadding": "{palette.size.size4}",
370
+ "iconSize": "{palette.size.size16}",
363
371
  "listItemPadding": "{palette.size.size0}"
364
372
  }
365
373
  },
@@ -1881,6 +1889,17 @@
1881
1889
  "validInputMixin": "{palette.color.greenAccessible}"
1882
1890
  }
1883
1891
  },
1892
+ "Disclaimer": {
1893
+ "appearances": {},
1894
+ "rules": [],
1895
+ "tokens": {
1896
+ "color": "{palette.color.greyCharcoal}",
1897
+ "fontName": "{palette.fontName.HelveticaNow}",
1898
+ "fontSize": "{palette.fontSize.size14}",
1899
+ "fontWeight": "{palette.fontWeight.weight400}",
1900
+ "lineHeight": "{palette.lineHeight.ratio10to7}"
1901
+ }
1902
+ },
1884
1903
  "Divider": {
1885
1904
  "appearances": {
1886
1905
  "decorative": {
@@ -2092,6 +2111,7 @@
2092
2111
  "closeButtonMarginRight": "{palette.size.size4}",
2093
2112
  "closeButtonMarginTop": "{palette.size.size12}",
2094
2113
  "closeButtonWidth": "{palette.size.size24}",
2114
+ "closeIcon": "{palette.icon.Close}",
2095
2115
  "footnoteBackground": "{palette.color.greyAthens}",
2096
2116
  "footnoteBodyBackground": "{palette.color.greyAthens}",
2097
2117
  "footnoteBodyPaddingBottom": "{palette.size.size32}",
@@ -2114,6 +2134,9 @@
2114
2134
  "appearances": {},
2115
2135
  "rules": [],
2116
2136
  "tokens": {
2137
+ "color": "{palette.color.black}",
2138
+ "fontName": "{palette.fontName.HelveticaNow}",
2139
+ "fontWeight": "{palette.fontWeight.weight400}",
2117
2140
  "lineHeight": "{palette.lineHeight.ratio1to1}",
2118
2141
  "paddingLeft": "{palette.size.size2}",
2119
2142
  "paddingRight": "{palette.size.size2}"
@@ -3323,6 +3346,116 @@
3323
3346
  "subHeadingMarginTop": "{palette.size.size8}"
3324
3347
  }
3325
3348
  },
3349
+ "NavigationBar": {
3350
+ "appearances": {
3351
+ "expanded": "{appearances.NavigationBar.expanded}",
3352
+ "focus": "{appearances.NavigationBar.focus}",
3353
+ "hover": "{appearances.NavigationBar.hover}",
3354
+ "pressed": "{appearances.NavigationBar.pressed}",
3355
+ "selected": "{appearances.NavigationBar.selected}",
3356
+ "viewport": "{appearances.NavigationBar.viewport}"
3357
+ },
3358
+ "rules": [
3359
+ {
3360
+ "if": {
3361
+ "selected": true
3362
+ },
3363
+ "tokens": {
3364
+ "backgroundColor": "{palette.color.greyAthens}",
3365
+ "borderColor": "{palette.color.greyAthens}",
3366
+ "color": "{palette.color.purpleTelus}",
3367
+ "fontName": "{palette.fontName.HelveticaNow}",
3368
+ "fontWeight": "{palette.fontWeight.weight700}"
3369
+ }
3370
+ },
3371
+ {
3372
+ "if": {
3373
+ "focus": true
3374
+ },
3375
+ "tokens": {
3376
+ "backgroundColor": "{palette.color.white}",
3377
+ "borderColor": "{palette.color.purpleTelus}",
3378
+ "borderWidth": "{palette.border.border3}",
3379
+ "color": "{palette.color.purpleTelus}"
3380
+ }
3381
+ },
3382
+ {
3383
+ "if": {
3384
+ "focus": true,
3385
+ "pressed": true
3386
+ },
3387
+ "tokens": {
3388
+ "backgroundColor": "{palette.color.purpleTelus}",
3389
+ "borderColor": "{palette.color.purpleTelus}",
3390
+ "color": "{palette.color.white}"
3391
+ }
3392
+ },
3393
+ {
3394
+ "if": {
3395
+ "hover": true
3396
+ },
3397
+ "tokens": {
3398
+ "backgroundColor": "{palette.color.greyAthens}",
3399
+ "borderColor": "{palette.color.purpleDeluge}",
3400
+ "color": "{palette.color.purpleTelus}"
3401
+ }
3402
+ },
3403
+ {
3404
+ "if": {
3405
+ "pressed": true
3406
+ },
3407
+ "tokens": {
3408
+ "backgroundColor": "{palette.color.greyMystic}",
3409
+ "borderColor": "{palette.color.purpleDeluge}",
3410
+ "borderWidth": "{palette.border.border1}",
3411
+ "color": "{palette.color.purpleTelus}"
3412
+ }
3413
+ },
3414
+ {
3415
+ "if": {
3416
+ "viewport": ["xs", "sm", "md"]
3417
+ },
3418
+ "tokens": {
3419
+ "textAlign": "{system.flexJustifyContent.flexStart}",
3420
+ "width": "{palette.size.size288}"
3421
+ }
3422
+ },
3423
+ {
3424
+ "if": {
3425
+ "expanded": true
3426
+ },
3427
+ "tokens": {
3428
+ "icoMenu": "{palette.icon.CaretUp}"
3429
+ }
3430
+ }
3431
+ ],
3432
+ "tokens": {
3433
+ "alignSelf": "{system.flexAlign.flexStart}",
3434
+ "backgroundColor": "{palette.color.white}",
3435
+ "borderColor": "{palette.color.white}",
3436
+ "borderRadius": "{palette.radius.pill32}",
3437
+ "borderWidth": "{palette.border.border1}",
3438
+ "color": "{palette.color.greyCharcoal}",
3439
+ "fontName": "{palette.fontName.HelveticaNow}",
3440
+ "fontSize": "{palette.fontSize.size14}",
3441
+ "fontWeight": "{palette.fontWeight.weight400}",
3442
+ "icoMenu": "{palette.icon.CaretDown}",
3443
+ "lineHeight": "{palette.lineHeight.ratio8to7}",
3444
+ "minWidth": "{palette.size.size0}",
3445
+ "opacity": "{palette.opacity.opacity10}",
3446
+ "outerBackgroundColor": "{palette.color.transparent}",
3447
+ "outerBorderColor": "{palette.color.transparent}",
3448
+ "outerBorderGap": "{palette.size.size0}",
3449
+ "outerBorderWidth": "{palette.border.border1}",
3450
+ "paddingBottom": "{palette.size.size8}",
3451
+ "paddingLeft": "{palette.size.size16}",
3452
+ "paddingRight": "{palette.size.size16}",
3453
+ "paddingTop": "{palette.size.size8}",
3454
+ "shadow": "{system.shadow.none}",
3455
+ "textAlign": "{system.flexJustifyContent.center}",
3456
+ "width": "{palette.size.size0}"
3457
+ }
3458
+ },
3326
3459
  "Notification": {
3327
3460
  "appearances": {
3328
3461
  "style": "{appearances.Notification.style}",
@@ -3737,18 +3870,104 @@
3737
3870
  }
3738
3871
  },
3739
3872
  "PriceLockup": {
3740
- "appearances": {},
3741
- "rules": [],
3873
+ "appearances": {
3874
+ "size": {
3875
+ "type": "variant",
3876
+ "values": ["small", "medium", "large"]
3877
+ },
3878
+ "strikeThrough": {
3879
+ "type": "variant",
3880
+ "values": [true]
3881
+ },
3882
+ "viewport": "{appearances.system.viewport}"
3883
+ },
3884
+ "rules": [
3885
+ {
3886
+ "if": {
3887
+ "size": "small"
3888
+ },
3889
+ "tokens": {
3890
+ "amountFontSize": "{palette.fontSize.size28}",
3891
+ "bottomTextFontSize": "{palette.fontSize.size14}",
3892
+ "bottomTextLineHeight": "{palette.lineHeight.ratio10to7}",
3893
+ "centsFontSize": "{palette.fontSize.size16}",
3894
+ "centsLineHeight": "{palette.lineHeight.ratio4to3}",
3895
+ "currencySymbolFontSize": "{palette.fontSize.size16}",
3896
+ "currencySymbolLineHeight": "{palette.lineHeight.ratio5to4}",
3897
+ "rateFontSize": "{palette.fontSize.size14}",
3898
+ "rateLineHeight": "{palette.lineHeight.ratio8to7}",
3899
+ "topTextFontSize": "{palette.fontSize.size14}",
3900
+ "topTextLineHeight": "{palette.lineHeight.ratio10to7}"
3901
+ }
3902
+ },
3903
+ {
3904
+ "if": {
3905
+ "size": "large",
3906
+ "viewport": ["lg", "xl"]
3907
+ },
3908
+ "tokens": {
3909
+ "amountFontSize": "{palette.fontSize.size64}",
3910
+ "bottomTextFontSize": "{palette.fontSize.size20}",
3911
+ "bottomTextLineHeight": "{palette.lineHeight.ratio8to5}",
3912
+ "centsFontSize": "{palette.fontSize.size36}",
3913
+ "centsLineHeight": "{palette.lineHeight.ratio9to8}",
3914
+ "currencySymbolFontSize": "{palette.fontSize.size36}",
3915
+ "currencySymbolLineHeight": "{palette.lineHeight.ratio9to8}",
3916
+ "rateFontSize": "{palette.fontSize.size20}",
3917
+ "rateLineHeight": "{palette.lineHeight.ratio8to5}",
3918
+ "topTextFontSize": "{palette.fontSize.size20}",
3919
+ "topTextLineHeight": "{palette.lineHeight.ratio8to5}"
3920
+ }
3921
+ },
3922
+ {
3923
+ "if": {
3924
+ "strikeThrough": true
3925
+ },
3926
+ "tokens": {
3927
+ "fontColor": "{palette.color.greyShuttle}",
3928
+ "footnoteLinkColor": "{palette.color.greyShuttle}"
3929
+ }
3930
+ }
3931
+ ],
3742
3932
  "tokens": {
3933
+ "amountFontName": "{palette.fontName.HelveticaNow}",
3934
+ "amountFontSize": "{palette.fontSize.size40}",
3935
+ "amountFontWeight": "{palette.fontWeight.weight300}",
3936
+ "amountLetterSpacing": "{palette.letterSpacing.condensed}",
3937
+ "amountLineHeight": "{palette.lineHeight.ratio1to1}",
3743
3938
  "bottomLinksMarginLeft": "{palette.size.size4}",
3939
+ "bottomTextFontSize": "{palette.fontSize.size16}",
3940
+ "bottomTextLineHeight": "{palette.lineHeight.ratio8to5}",
3744
3941
  "bottomTextMarginTop": "{palette.size.size4}",
3942
+ "centsFontName": "{palette.fontName.HelveticaNow}",
3943
+ "centsFontSize": "{palette.fontSize.size20}",
3944
+ "centsFontWeight": "{palette.fontWeight.weight400}",
3945
+ "centsLineHeight": "{palette.lineHeight.ratio6to5}",
3946
+ "currencySymbolFontName": "{palette.fontName.HelveticaNow}",
3947
+ "currencySymbolFontSize": "{palette.fontSize.size20}",
3948
+ "currencySymbolFontWeight": "{palette.fontWeight.weight400}",
3949
+ "currencySymbolLineHeight": "{palette.lineHeight.ratio6to5}",
3745
3950
  "dividerColor": "{palette.color.greyCloud}",
3746
3951
  "fontColor": "{palette.color.greyCharcoal}",
3952
+ "fontName": "{palette.fontName.HelveticaNow}",
3953
+ "fontWeight": "{palette.fontWeight.weight700}",
3747
3954
  "footnoteGap": "{palette.size.size4}",
3955
+ "footnoteLinkColor": "{palette.color.greyCharcoal}",
3956
+ "footnoteLinkFontName": "{palette.fontName.HelveticaNow}",
3957
+ "footnoteLinkFontSize": "{palette.fontSize.size14}",
3958
+ "footnoteLinkFontWeight": "{palette.fontWeight.weight400}",
3748
3959
  "footnoteMarginTop": "{palette.size.size4}",
3749
3960
  "priceMarginBottom": "{palette.size.size8}",
3750
- "strikeThroughBackground": "{palette.color.greyShuttle}",
3961
+ "rateFontName": "{palette.fontName.HelveticaNow}",
3962
+ "rateFontSize": "{palette.fontSize.size16}",
3963
+ "rateFontWeight": "{palette.fontWeight.weight400}",
3964
+ "rateLineHeight": "{palette.lineHeight.ratio5to4}",
3965
+ "strikeThroughColor": "{palette.color.greyShuttle}",
3751
3966
  "strikeThroughHeight": "{palette.size.size2}",
3967
+ "topTextFontName": "{palette.fontName.HelveticaNow}",
3968
+ "topTextFontSize": "{palette.fontSize.size16}",
3969
+ "topTextFontWeight": "{palette.fontWeight.weight700}",
3970
+ "topTextLineHeight": "{palette.lineHeight.ratio3to2}",
3752
3971
  "topTextMarginBottom": "{palette.size.size4}"
3753
3972
  }
3754
3973
  },
@@ -4423,6 +4642,10 @@
4423
4642
  "purpose": {
4424
4643
  "type": "variant",
4425
4644
  "values": ["offer", "default", "editorial"]
4645
+ },
4646
+ "wrap": {
4647
+ "type": "variant",
4648
+ "values": [true]
4426
4649
  }
4427
4650
  },
4428
4651
  "rules": [
@@ -4434,11 +4657,30 @@
4434
4657
  "backgroundColor": "{palette.color.greyShuttle}",
4435
4658
  "curveBackgroundColor": "{palette.color.greyThunder}"
4436
4659
  }
4660
+ },
4661
+ {
4662
+ "if": {
4663
+ "purpose": "offer"
4664
+ },
4665
+ "tokens": {
4666
+ "gradient": "{palette.gradient.purple}"
4667
+ }
4668
+ },
4669
+ {
4670
+ "if": {
4671
+ "wrap": true
4672
+ },
4673
+ "tokens": {
4674
+ "paddingLeft": "{palette.size.size24}",
4675
+ "paddingRight": "{palette.size.size24}"
4676
+ }
4437
4677
  }
4438
4678
  ],
4439
4679
  "tokens": {
4440
4680
  "backgroundColor": "{palette.color.purpleEminence}",
4441
4681
  "borderRadius": "{palette.size.size4}",
4682
+ "borderRadiusBottomLeft": "{system.size.none}",
4683
+ "borderRadiusBottomRight": "{system.size.none}",
4442
4684
  "boxShadowColor": "{palette.color.dark10}",
4443
4685
  "boxShadowPaddingBottom": "{palette.size.size2}",
4444
4686
  "boxShadowPaddingLeft": "{palette.size.size0}",
@@ -4446,13 +4688,14 @@
4446
4688
  "boxShadowPaddingTop": "{palette.size.size0}",
4447
4689
  "curveAfterBackgroundColor": "{palette.color.purpleEminence}",
4448
4690
  "curveAfterHeight": "{palette.size.size4}",
4449
- "curveAfterRadius": "{palette.size.size8}",
4691
+ "curveAfterRadius": "{palette.size.size0}",
4450
4692
  "curveAfterWidth": "{palette.size.size8}",
4451
4693
  "curveBackgroundColor": "{palette.color.purpleDark}",
4452
4694
  "curveHeight": "{palette.size.size10}",
4453
4695
  "curveMarginTop": "{palette.size.size4}",
4454
4696
  "curveWidth": "{palette.size.size8}",
4455
- "gradient": "{palette.gradient.purple}",
4697
+ "fontColor": "{palette.color.white}",
4698
+ "gradient": "{system.gradient.none}",
4456
4699
  "paddingBottom": "{palette.size.size4}",
4457
4700
  "paddingLeft": "{palette.size.size8}",
4458
4701
  "paddingRight": "{palette.size.size8}",
@@ -5110,6 +5353,9 @@
5110
5353
  "cellRowHeadingBackground": "{palette.color.white}",
5111
5354
  "cellStickyShadow": "{palette.shadow.elevation1}",
5112
5355
  "cellSubheadingBackground": "{palette.color.greyAlabaster}",
5356
+ "fontName": "{palette.fontName.HelveticaNow}",
5357
+ "fontSize": "{palette.fontSize.size16}",
5358
+ "fontWeight": "{palette.fontWeight.weight400}",
5113
5359
  "tablePaddingBottom": "{palette.size.size24}"
5114
5360
  }
5115
5361
  },
@@ -6477,6 +6723,44 @@
6477
6723
  "width": "{palette.size.size64}"
6478
6724
  }
6479
6725
  },
6726
+ "VideoPicker": {
6727
+ "appearances": {},
6728
+ "rules": [],
6729
+ "tokens": {
6730
+ "framedContainerBackgroundColor": "{palette.color.greyAlabaster}",
6731
+ "framedContainerBorderColor": "{palette.color.greyMystic}",
6732
+ "framedContainerBorderRadius": "{palette.radius.radius4}",
6733
+ "framedContainerBorderWidth": "{palette.border.border1}",
6734
+ "framedContainerPadding": "{palette.size.size24}",
6735
+ "framedMaxHeight": "{palette.size.size640}",
6736
+ "stackViewDividerColor": "{palette.color.greyMystic}"
6737
+ }
6738
+ },
6739
+ "VideoPickerSlider": {
6740
+ "appearances": {},
6741
+ "rules": [],
6742
+ "tokens": {
6743
+ "nextIcon": "{palette.icon.ArrowRight}",
6744
+ "previousIcon": "{palette.icon.ArrowLeft}"
6745
+ }
6746
+ },
6747
+ "VideoPickerThumbnail": {
6748
+ "appearances": {},
6749
+ "rules": [],
6750
+ "tokens": {
6751
+ "borderColor": "{palette.color.purpleTelus}",
6752
+ "borderRadius": "{palette.radius.radius4}",
6753
+ "borderWidth": "{palette.border.border2}",
6754
+ "pressableBorderTopColor": "{palette.color.greyMystic}",
6755
+ "pressableBorderTopWidth": "{palette.border.border1}",
6756
+ "pressablePaddingBottom": "{palette.size.size16}",
6757
+ "pressablePaddingHorizontal": "{palette.size.size24}",
6758
+ "pressablePaddingVertical": "{palette.size.size16}",
6759
+ "splashButtonRadius": "{palette.radius.radius4}",
6760
+ "subTitleColor": "{palette.color.greyShuttle}",
6761
+ "titleColor": "{palette.color.purpleTelus}"
6762
+ }
6763
+ },
6480
6764
  "VideoProgressBar": {
6481
6765
  "appearances": {},
6482
6766
  "rules": [],