@telus-uds/theme-koodo 3.25.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.
package/theme.json CHANGED
@@ -315,14 +315,22 @@
315
315
  "inverse": true
316
316
  },
317
317
  "tokens": {
318
- "iconColor": "{system.color.none}"
318
+ "color": "{palette.color.icicle}",
319
+ "currentColor": "{palette.color.white}",
320
+ "iconColor": "{palette.color.silver}"
319
321
  }
320
322
  }
321
323
  ],
322
324
  "tokens": {
325
+ "color": "{palette.color.mosque}",
326
+ "currentColor": "{palette.color.mosque}",
327
+ "fontName": "{palette.fontName.StagSans}",
328
+ "fontSize": "{palette.fontSize.size14}",
329
+ "fontWeight": "{palette.fontWeight.weight600}",
323
330
  "icon": "{palette.icon.ChevronRight}",
324
- "iconColor": "{system.color.none}",
325
- "iconPadding": "{palette.size.size8}",
331
+ "iconColor": "{palette.color.mosque}",
332
+ "iconPadding": "{palette.size.size4}",
333
+ "iconSize": "{palette.size.size20}",
326
334
  "listItemPadding": "{palette.size.size0}"
327
335
  }
328
336
  },
@@ -1842,6 +1850,17 @@
1842
1850
  "validInputMixin": "{system.color.none}"
1843
1851
  }
1844
1852
  },
1853
+ "Disclaimer": {
1854
+ "appearances": {},
1855
+ "rules": [],
1856
+ "tokens": {
1857
+ "color": "{system.color.none}",
1858
+ "fontName": "{palette.fontName.StagSans}",
1859
+ "fontSize": "{palette.fontSize.size14}",
1860
+ "fontWeight": "{palette.fontWeight.weight300}",
1861
+ "lineHeight": "{palette.lineHeight.ratio10to7}"
1862
+ }
1863
+ },
1845
1864
  "Divider": {
1846
1865
  "appearances": {
1847
1866
  "decorative": {
@@ -2061,6 +2080,7 @@
2061
2080
  "closeButtonMarginRight": "{palette.size.size12}",
2062
2081
  "closeButtonMarginTop": "{palette.size.size12}",
2063
2082
  "closeButtonWidth": "{palette.size.size24}",
2083
+ "closeIcon": "{palette.icon.Close}",
2064
2084
  "footnoteBackground": "{palette.color.greyLight}",
2065
2085
  "footnoteBodyBackground": "{palette.color.greyLight}",
2066
2086
  "footnoteBodyPaddingBottom": "{palette.size.size32}",
@@ -2083,6 +2103,9 @@
2083
2103
  "appearances": {},
2084
2104
  "rules": [],
2085
2105
  "tokens": {
2106
+ "color": "{palette.color.black}",
2107
+ "fontName": "{palette.fontName.StagSans}",
2108
+ "fontWeight": "{palette.fontWeight.weight400}",
2086
2109
  "lineHeight": "{palette.lineHeight.ratio1to1}",
2087
2110
  "paddingLeft": "{palette.size.size2}",
2088
2111
  "paddingRight": "{palette.size.size2}"
@@ -3214,6 +3237,116 @@
3214
3237
  "subHeadingMarginTop": "{palette.size.size8}"
3215
3238
  }
3216
3239
  },
3240
+ "NavigationBar": {
3241
+ "appearances": {
3242
+ "expanded": "{appearances.NavigationBar.expanded}",
3243
+ "focus": "{appearances.NavigationBar.focus}",
3244
+ "hover": "{appearances.NavigationBar.hover}",
3245
+ "pressed": "{appearances.NavigationBar.pressed}",
3246
+ "selected": "{appearances.NavigationBar.selected}",
3247
+ "viewport": "{appearances.NavigationBar.viewport}"
3248
+ },
3249
+ "rules": [
3250
+ {
3251
+ "if": {
3252
+ "selected": true
3253
+ },
3254
+ "tokens": {
3255
+ "backgroundColor": "{palette.color.gallery}",
3256
+ "borderColor": "{palette.color.gallery}",
3257
+ "color": "{palette.color.mosque}",
3258
+ "fontName": "{palette.fontName.StagSans}",
3259
+ "fontWeight": "{palette.fontWeight.weight700}"
3260
+ }
3261
+ },
3262
+ {
3263
+ "if": {
3264
+ "focus": true
3265
+ },
3266
+ "tokens": {
3267
+ "backgroundColor": "{palette.color.white}",
3268
+ "borderColor": "{palette.color.mosque}",
3269
+ "borderWidth": "{palette.border.border3}",
3270
+ "color": "{palette.color.mosque}"
3271
+ }
3272
+ },
3273
+ {
3274
+ "if": {
3275
+ "focus": true,
3276
+ "pressed": true
3277
+ },
3278
+ "tokens": {
3279
+ "backgroundColor": "{palette.color.mosque}",
3280
+ "borderColor": "{palette.color.mosque}",
3281
+ "color": "{palette.color.white}"
3282
+ }
3283
+ },
3284
+ {
3285
+ "if": {
3286
+ "hover": true
3287
+ },
3288
+ "tokens": {
3289
+ "backgroundColor": "{palette.color.mosqueDark}",
3290
+ "borderColor": "{palette.color.mosque}",
3291
+ "color": "{palette.color.mosque}"
3292
+ }
3293
+ },
3294
+ {
3295
+ "if": {
3296
+ "pressed": true
3297
+ },
3298
+ "tokens": {
3299
+ "backgroundColor": "{palette.color.gallery}",
3300
+ "borderColor": "{palette.color.mosque}",
3301
+ "borderWidth": "{palette.border.border1}",
3302
+ "color": "{palette.color.mosque}"
3303
+ }
3304
+ },
3305
+ {
3306
+ "if": {
3307
+ "viewport": ["xs", "sm", "md"]
3308
+ },
3309
+ "tokens": {
3310
+ "textAlign": "{system.flexJustifyContent.flexStart}",
3311
+ "width": "{palette.size.size288}"
3312
+ }
3313
+ },
3314
+ {
3315
+ "if": {
3316
+ "expanded": true
3317
+ },
3318
+ "tokens": {
3319
+ "icoMenu": "{palette.icon.ChevronUp}"
3320
+ }
3321
+ }
3322
+ ],
3323
+ "tokens": {
3324
+ "alignSelf": "{system.flexAlign.flexStart}",
3325
+ "backgroundColor": "{palette.color.white}",
3326
+ "borderColor": "{palette.color.white}",
3327
+ "borderRadius": "{palette.radius.pill32}",
3328
+ "borderWidth": "{palette.border.border1}",
3329
+ "color": "{palette.color.gallery}",
3330
+ "fontName": "{palette.fontName.StagSans}",
3331
+ "fontSize": "{palette.fontSize.size14}",
3332
+ "fontWeight": "{palette.fontWeight.weight400}",
3333
+ "icoMenu": "{palette.icon.ChevronDown}",
3334
+ "lineHeight": "{palette.lineHeight.ratio8to7}",
3335
+ "minWidth": "{palette.size.size0}",
3336
+ "opacity": "{palette.opacity.opacity10}",
3337
+ "outerBackgroundColor": "{palette.color.transparent}",
3338
+ "outerBorderColor": "{palette.color.transparent}",
3339
+ "outerBorderGap": "{palette.size.size0}",
3340
+ "outerBorderWidth": "{palette.border.border1}",
3341
+ "paddingBottom": "{palette.size.size8}",
3342
+ "paddingLeft": "{palette.size.size16}",
3343
+ "paddingRight": "{palette.size.size16}",
3344
+ "paddingTop": "{palette.size.size8}",
3345
+ "shadow": "{system.shadow.none}",
3346
+ "textAlign": "{system.flexJustifyContent.center}",
3347
+ "width": "{palette.size.size0}"
3348
+ }
3349
+ },
3217
3350
  "Notification": {
3218
3351
  "appearances": {
3219
3352
  "style": "{appearances.Notification.style}",
@@ -3595,18 +3728,101 @@
3595
3728
  }
3596
3729
  },
3597
3730
  "PriceLockup": {
3598
- "appearances": {},
3599
- "rules": [],
3731
+ "appearances": {
3732
+ "size": {
3733
+ "type": "variant",
3734
+ "values": ["small", "medium", "large"]
3735
+ },
3736
+ "viewport": "{appearances.system.viewport}"
3737
+ },
3738
+ "rules": [
3739
+ {
3740
+ "if": {
3741
+ "size": "small"
3742
+ },
3743
+ "tokens": {
3744
+ "amountFontSize": "{palette.fontSize.size36}",
3745
+ "centsFontSize": "{palette.fontSize.size20}",
3746
+ "centsLineHeight": "{palette.lineHeight.ratio5to4}",
3747
+ "currencySymbolFontSize": "{palette.fontSize.size20}",
3748
+ "currencySymbolLineHeight": "{palette.lineHeight.ratio1to1}",
3749
+ "rateFontSize": "{palette.fontSize.size16}",
3750
+ "rateLineHeight": "{palette.lineHeight.ratio8to7}",
3751
+ "topTextFontSize": "{palette.fontSize.size14}",
3752
+ "topTextLineHeight": "{palette.lineHeight.ratio7to3}"
3753
+ }
3754
+ },
3755
+ {
3756
+ "if": {
3757
+ "size": "large"
3758
+ },
3759
+ "tokens": {
3760
+ "amountFontSize": "{palette.fontSize.size54}",
3761
+ "centsFontName": "{palette.fontName.StagSans}",
3762
+ "centsFontSize": "{palette.fontSize.size24}",
3763
+ "centsFontWeight": "{palette.fontWeight.weight600}",
3764
+ "centsLineHeight": "{palette.lineHeight.ratio5to4}",
3765
+ "currencySymbolFontSize": "{palette.fontSize.size32}",
3766
+ "currencySymbolLineHeight": "{palette.lineHeight.ratio1to1}",
3767
+ "rateFontName": "{palette.fontName.StagSans}",
3768
+ "rateFontSize": "{palette.fontSize.size16}",
3769
+ "rateFontWeight": "{palette.fontWeight.weight600}",
3770
+ "rateLineHeight": "{palette.lineHeight.ratio16to2}",
3771
+ "topTextFontSize": "{palette.fontSize.size16}",
3772
+ "topTextLineHeight": "{palette.lineHeight.ratio7to3}"
3773
+ }
3774
+ },
3775
+ {
3776
+ "if": {
3777
+ "size": "large",
3778
+ "viewport": ["lg", "xl"]
3779
+ },
3780
+ "tokens": {
3781
+ "centsFontName": "{palette.fontName.StagSans}",
3782
+ "centsFontSize": "{palette.fontSize.size32}",
3783
+ "centsFontWeight": "{palette.fontWeight.weight700}"
3784
+ }
3785
+ }
3786
+ ],
3600
3787
  "tokens": {
3788
+ "amountFontName": "{palette.fontName.StagSans}",
3789
+ "amountFontSize": "{palette.fontSize.size44}",
3790
+ "amountFontWeight": "{palette.fontWeight.weight700}",
3791
+ "amountLetterSpacing": "{palette.letterSpacing.default}",
3792
+ "amountLineHeight": "{palette.lineHeight.ratio1to1}",
3601
3793
  "bottomLinksMarginLeft": "{palette.size.size4}",
3602
- "bottomTextMarginTop": "{palette.size.size4}",
3603
- "dividerColor": "{palette.color.dove}",
3794
+ "bottomTextFontSize": "{palette.fontSize.size14}",
3795
+ "bottomTextLineHeight": "{palette.lineHeight.ratio8to7}",
3796
+ "bottomTextMarginTop": "{palette.size.size0}",
3797
+ "centsFontName": "{palette.fontName.StagSans}",
3798
+ "centsFontSize": "{palette.fontSize.size24}",
3799
+ "centsFontWeight": "{palette.fontWeight.weight700}",
3800
+ "centsLineHeight": "{palette.lineHeight.ratio6to5}",
3801
+ "currencySymbolFontName": "{palette.fontName.StagSans}",
3802
+ "currencySymbolFontSize": "{palette.fontSize.size24}",
3803
+ "currencySymbolFontWeight": "{palette.fontWeight.weight700}",
3804
+ "currencySymbolLineHeight": "{palette.lineHeight.ratio6to5}",
3805
+ "dividerColor": "{system.color.none}",
3604
3806
  "fontColor": "{palette.color.black}",
3807
+ "fontName": "{palette.fontName.StagSans}",
3808
+ "fontWeight": "{palette.fontWeight.weight700}",
3605
3809
  "footnoteGap": "{palette.size.size4}",
3810
+ "footnoteLinkColor": "{palette.color.mosque}",
3811
+ "footnoteLinkFontName": "{palette.fontName.StagSans}",
3812
+ "footnoteLinkFontSize": "{palette.fontSize.size14}",
3813
+ "footnoteLinkFontWeight": "{palette.fontWeight.weight600}",
3606
3814
  "footnoteMarginTop": "{palette.size.size4}",
3607
- "priceMarginBottom": "{palette.size.size8}",
3608
- "strikeThroughBackground": "{palette.color.gallery}",
3815
+ "priceMarginBottom": "{palette.size.size0}",
3816
+ "rateFontName": "{palette.fontName.StagSans}",
3817
+ "rateFontSize": "{palette.fontSize.size16}",
3818
+ "rateFontWeight": "{palette.fontWeight.weight700}",
3819
+ "rateLineHeight": "{palette.lineHeight.ratio5to4}",
3820
+ "strikeThroughColor": "{palette.color.black}",
3609
3821
  "strikeThroughHeight": "{palette.size.size2}",
3822
+ "topTextFontName": "{palette.fontName.StagSans}",
3823
+ "topTextFontSize": "{palette.fontSize.size16}",
3824
+ "topTextFontWeight": "{palette.fontWeight.weight700}",
3825
+ "topTextLineHeight": "{palette.lineHeight.ratio3to2}",
3610
3826
  "topTextMarginBottom": "{palette.size.size4}"
3611
3827
  }
3612
3828
  },
@@ -4188,30 +4404,64 @@
4188
4404
  "purpose": {
4189
4405
  "type": "variant",
4190
4406
  "values": ["offer", "default", "editorial"]
4407
+ },
4408
+ "wrap": {
4409
+ "type": "variant",
4410
+ "values": [true]
4191
4411
  }
4192
4412
  },
4193
- "rules": [],
4413
+ "rules": [
4414
+ {
4415
+ "if": {
4416
+ "purpose": "editorial"
4417
+ },
4418
+ "tokens": {
4419
+ "backgroundColor": "{palette.color.seaBuckthorn}"
4420
+ }
4421
+ },
4422
+ {
4423
+ "if": {
4424
+ "purpose": "offer"
4425
+ },
4426
+ "tokens": {
4427
+ "backgroundColor": "{palette.color.flirt}",
4428
+ "fontColor": "{palette.color.white}"
4429
+ }
4430
+ },
4431
+ {
4432
+ "if": {
4433
+ "wrap": true
4434
+ },
4435
+ "tokens": {
4436
+ "paddingBottom": "{palette.size.size6}",
4437
+ "paddingTop": "{palette.size.size6}"
4438
+ }
4439
+ }
4440
+ ],
4194
4441
  "tokens": {
4195
- "backgroundColor": "{palette.color.black}",
4442
+ "backgroundColor": "{palette.color.onahau}",
4196
4443
  "borderRadius": "{palette.size.size4}",
4197
- "boxShadowColor": "{palette.color.black}",
4198
- "boxShadowPaddingBottom": "{palette.size.size2}",
4199
- "boxShadowPaddingLeft": "{palette.size.size2}",
4200
- "boxShadowPaddingRight": "{palette.size.size2}",
4201
- "boxShadowPaddingTop": "{palette.size.size2}",
4202
- "curveAfterBackgroundColor": "{palette.color.black}",
4203
- "curveAfterHeight": "{palette.size.size4}",
4204
- "curveAfterRadius": "{palette.size.size8}",
4205
- "curveAfterWidth": "{palette.size.size8}",
4206
- "curveBackgroundColor": "{palette.color.black}",
4207
- "curveHeight": "{palette.size.size10}",
4208
- "curveMarginTop": "{palette.size.size4}",
4209
- "curveWidth": "{palette.size.size8}",
4444
+ "borderRadiusBottomLeft": "{system.size.none}",
4445
+ "borderRadiusBottomRight": "{system.size.none}",
4446
+ "boxShadowColor": "{system.color.none}",
4447
+ "boxShadowPaddingBottom": "{system.size.none}",
4448
+ "boxShadowPaddingLeft": "{system.size.none}",
4449
+ "boxShadowPaddingRight": "{system.size.none}",
4450
+ "boxShadowPaddingTop": "{system.size.none}",
4451
+ "curveAfterBackgroundColor": "{system.color.none}",
4452
+ "curveAfterHeight": "{system.size.none}",
4453
+ "curveAfterRadius": "{system.size.none}",
4454
+ "curveAfterWidth": "{system.size.none}",
4455
+ "curveBackgroundColor": "{system.color.none}",
4456
+ "curveHeight": "{system.size.none}",
4457
+ "curveMarginTop": "{system.size.none}",
4458
+ "curveWidth": "{system.size.none}",
4459
+ "fontColor": "{palette.color.black}",
4210
4460
  "gradient": "{system.gradient.none}",
4211
- "paddingBottom": "{palette.size.size4}",
4212
- "paddingLeft": "{palette.size.size8}",
4213
- "paddingRight": "{palette.size.size8}",
4214
- "paddingTop": "{palette.size.size4}"
4461
+ "paddingBottom": "{palette.size.size2}",
4462
+ "paddingLeft": "{palette.size.size12}",
4463
+ "paddingRight": "{palette.size.size12}",
4464
+ "paddingTop": "{palette.size.size2}"
4215
4465
  }
4216
4466
  },
4217
4467
  "Search": {
@@ -4835,16 +5085,19 @@
4835
5085
  ],
4836
5086
  "tokens": {
4837
5087
  "cellBackground": "{palette.color.white}",
4838
- "cellBoxShadowColor": "{palette.color.black}",
4839
- "cellHeadingBackground": "{palette.color.black}",
4840
- "cellHeadingBoxShadowColor": "{palette.color.black}",
5088
+ "cellBoxShadowColor": "{palette.color.gallery}",
5089
+ "cellHeadingBackground": "{palette.color.mintTulip}",
5090
+ "cellHeadingBoxShadowColor": "{palette.color.gallery}",
4841
5091
  "cellPaddingBottom": "{palette.size.size16}",
4842
5092
  "cellPaddingLeft": "{palette.size.size16}",
4843
5093
  "cellPaddingRight": "{palette.size.size16}",
4844
5094
  "cellPaddingTop": "{palette.size.size16}",
4845
5095
  "cellRowHeadingBackground": "{palette.color.white}",
4846
- "cellStickyShadow": "{palette.shadow.elevation1}",
4847
- "cellSubheadingBackground": "{palette.color.black}",
5096
+ "cellStickyShadow": "{palette.shadow.surfaceEmboss}",
5097
+ "cellSubheadingBackground": "{palette.color.greyLight}",
5098
+ "fontName": "{palette.fontName.StagSans}",
5099
+ "fontSize": "{palette.fontSize.size16}",
5100
+ "fontWeight": "{palette.fontWeight.weight600}",
4848
5101
  "tablePaddingBottom": "{palette.size.size24}"
4849
5102
  }
4850
5103
  },
@@ -5943,6 +6196,44 @@
5943
6196
  "width": "{palette.size.size64}"
5944
6197
  }
5945
6198
  },
6199
+ "VideoPicker": {
6200
+ "appearances": {},
6201
+ "rules": [],
6202
+ "tokens": {
6203
+ "framedContainerBackgroundColor": "{palette.color.transparent}",
6204
+ "framedContainerBorderColor": "{palette.color.transparent}",
6205
+ "framedContainerBorderRadius": "{palette.radius.radius4}",
6206
+ "framedContainerBorderWidth": "{palette.border.border1}",
6207
+ "framedContainerPadding": "{palette.size.size24}",
6208
+ "framedMaxHeight": "{palette.size.size640}",
6209
+ "stackViewDividerColor": "{palette.color.transparent}"
6210
+ }
6211
+ },
6212
+ "VideoPickerSlider": {
6213
+ "appearances": {},
6214
+ "rules": [],
6215
+ "tokens": {
6216
+ "nextIcon": "{palette.icon.ArrowRight}",
6217
+ "previousIcon": "{palette.icon.ArrowLeft}"
6218
+ }
6219
+ },
6220
+ "VideoPickerThumbnail": {
6221
+ "appearances": {},
6222
+ "rules": [],
6223
+ "tokens": {
6224
+ "borderColor": "{palette.color.transparent}",
6225
+ "borderRadius": "{palette.radius.radius4}",
6226
+ "borderWidth": "{palette.border.border2}",
6227
+ "pressableBorderTopColor": "{palette.color.transparent}",
6228
+ "pressableBorderTopWidth": "{palette.border.border1}",
6229
+ "pressablePaddingBottom": "{palette.size.size16}",
6230
+ "pressablePaddingHorizontal": "{palette.size.size24}",
6231
+ "pressablePaddingVertical": "{palette.size.size16}",
6232
+ "splashButtonRadius": "{palette.radius.radius4}",
6233
+ "subTitleColor": "{palette.color.transparent}",
6234
+ "titleColor": "{palette.color.transparent}"
6235
+ }
6236
+ },
5946
6237
  "VideoProgressBar": {
5947
6238
  "appearances": {},
5948
6239
  "rules": [],