@telus-uds/theme-koodo 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.
- package/build/android/schema.json +1674 -724
- package/build/android/theme.json +495 -89
- package/build/ios/schema.json +1674 -724
- package/build/ios/theme.json +495 -89
- package/build/rn/schema.json +1674 -724
- package/build/rn/theme.js +340 -52
- package/package.json +4 -4
- package/theme.json +333 -48
package/theme.json
CHANGED
|
@@ -298,7 +298,7 @@
|
|
|
298
298
|
}
|
|
299
299
|
],
|
|
300
300
|
"tokens": {
|
|
301
|
-
"backgroundColor": "{palette.color.
|
|
301
|
+
"backgroundColor": "{palette.color.transparent}",
|
|
302
302
|
"gradient": "{system.gradient.none}"
|
|
303
303
|
}
|
|
304
304
|
},
|
|
@@ -315,14 +315,22 @@
|
|
|
315
315
|
"inverse": true
|
|
316
316
|
},
|
|
317
317
|
"tokens": {
|
|
318
|
-
"
|
|
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": "{
|
|
325
|
-
"iconPadding": "{palette.size.
|
|
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
|
},
|
|
@@ -1644,7 +1652,7 @@
|
|
|
1644
1652
|
"size": "large"
|
|
1645
1653
|
},
|
|
1646
1654
|
"tokens": {
|
|
1647
|
-
"
|
|
1655
|
+
"fontSize": "{palette.fontSize.size20}",
|
|
1648
1656
|
"iconSize": "{palette.size.size24}",
|
|
1649
1657
|
"textLineHeight": "{palette.lineHeight.ratio11to5}"
|
|
1650
1658
|
}
|
|
@@ -1654,7 +1662,7 @@
|
|
|
1654
1662
|
"size": "small"
|
|
1655
1663
|
},
|
|
1656
1664
|
"tokens": {
|
|
1657
|
-
"
|
|
1665
|
+
"fontSize": "{palette.fontSize.size14}",
|
|
1658
1666
|
"iconSize": "{palette.size.size16}",
|
|
1659
1667
|
"textLineHeight": "{palette.lineHeight.ratio15to7}"
|
|
1660
1668
|
}
|
|
@@ -1664,7 +1672,7 @@
|
|
|
1664
1672
|
"size": "micro"
|
|
1665
1673
|
},
|
|
1666
1674
|
"tokens": {
|
|
1667
|
-
"
|
|
1675
|
+
"fontSize": "{palette.fontSize.size12}",
|
|
1668
1676
|
"iconSize": "{palette.size.size16}",
|
|
1669
1677
|
"textLineHeight": "{palette.lineHeight.ratio7to3}"
|
|
1670
1678
|
}
|
|
@@ -1672,7 +1680,7 @@
|
|
|
1672
1680
|
],
|
|
1673
1681
|
"tokens": {
|
|
1674
1682
|
"color": "{palette.color.mosque}",
|
|
1675
|
-
"
|
|
1683
|
+
"fontSize": "{palette.fontSize.size16}",
|
|
1676
1684
|
"iconDisplace": "{palette.size.size0}",
|
|
1677
1685
|
"iconSize": "{palette.size.size18}",
|
|
1678
1686
|
"iconSpace": "{system.integer.1}",
|
|
@@ -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}"
|
|
@@ -2981,6 +3004,7 @@
|
|
|
2981
3004
|
"size": "large"
|
|
2982
3005
|
},
|
|
2983
3006
|
"tokens": {
|
|
3007
|
+
"iconMarginTop": "{palette.size.size2}",
|
|
2984
3008
|
"itemFontSize": "{palette.fontSize.size20}",
|
|
2985
3009
|
"itemIconSize": "{palette.size.size20}",
|
|
2986
3010
|
"itemLineHeight": "{palette.lineHeight.multiply140}",
|
|
@@ -2992,6 +3016,7 @@
|
|
|
2992
3016
|
"size": "small"
|
|
2993
3017
|
},
|
|
2994
3018
|
"tokens": {
|
|
3019
|
+
"iconMarginTop": "{palette.size.size1}",
|
|
2995
3020
|
"itemFontSize": "{palette.fontSize.size14}",
|
|
2996
3021
|
"itemIconSize": "{palette.size.size14}",
|
|
2997
3022
|
"listGutter": "{palette.size.size10}"
|
|
@@ -3027,7 +3052,7 @@
|
|
|
3027
3052
|
"tokens": {
|
|
3028
3053
|
"dividerColor": "{palette.color.silver}",
|
|
3029
3054
|
"dividerSize": "{palette.border.border1}",
|
|
3030
|
-
"iconMarginTop": "{palette.size.
|
|
3055
|
+
"iconMarginTop": "{palette.size.size2}",
|
|
3031
3056
|
"interItemMargin": "{palette.size.size8}",
|
|
3032
3057
|
"interItemMarginWithDivider": "{palette.size.size16}",
|
|
3033
3058
|
"itemBulletColor": "{palette.color.flirt}",
|
|
@@ -3037,7 +3062,7 @@
|
|
|
3037
3062
|
"itemBulletWidth": "{palette.size.size4}",
|
|
3038
3063
|
"itemFontName": "{palette.fontName.StagSans}",
|
|
3039
3064
|
"itemFontSize": "{palette.fontSize.size16}",
|
|
3040
|
-
"itemFontWeight": "{palette.fontWeight.
|
|
3065
|
+
"itemFontWeight": "{palette.fontWeight.weight400}",
|
|
3041
3066
|
"itemIconColor": "{palette.color.flirt}",
|
|
3042
3067
|
"itemIconSize": "{palette.size.size16}",
|
|
3043
3068
|
"itemLineHeight": "{palette.lineHeight.multiply130}",
|
|
@@ -3212,6 +3237,116 @@
|
|
|
3212
3237
|
"subHeadingMarginTop": "{palette.size.size8}"
|
|
3213
3238
|
}
|
|
3214
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
|
+
},
|
|
3215
3350
|
"Notification": {
|
|
3216
3351
|
"appearances": {
|
|
3217
3352
|
"style": "{appearances.Notification.style}",
|
|
@@ -3314,12 +3449,6 @@
|
|
|
3314
3449
|
"itemLineHeight": "{palette.lineHeight.ratio7to5}"
|
|
3315
3450
|
}
|
|
3316
3451
|
},
|
|
3317
|
-
{
|
|
3318
|
-
"if": {
|
|
3319
|
-
"size": "medium"
|
|
3320
|
-
},
|
|
3321
|
-
"tokens": {}
|
|
3322
|
-
},
|
|
3323
3452
|
{
|
|
3324
3453
|
"if": {
|
|
3325
3454
|
"size": "small"
|
|
@@ -3599,18 +3728,101 @@
|
|
|
3599
3728
|
}
|
|
3600
3729
|
},
|
|
3601
3730
|
"PriceLockup": {
|
|
3602
|
-
"appearances": {
|
|
3603
|
-
|
|
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
|
+
],
|
|
3604
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}",
|
|
3605
3793
|
"bottomLinksMarginLeft": "{palette.size.size4}",
|
|
3606
|
-
"
|
|
3607
|
-
"
|
|
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}",
|
|
3608
3806
|
"fontColor": "{palette.color.black}",
|
|
3807
|
+
"fontName": "{palette.fontName.StagSans}",
|
|
3808
|
+
"fontWeight": "{palette.fontWeight.weight700}",
|
|
3609
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}",
|
|
3610
3814
|
"footnoteMarginTop": "{palette.size.size4}",
|
|
3611
|
-
"priceMarginBottom": "{palette.size.
|
|
3612
|
-
"
|
|
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}",
|
|
3613
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}",
|
|
3614
3826
|
"topTextMarginBottom": "{palette.size.size4}"
|
|
3615
3827
|
}
|
|
3616
3828
|
},
|
|
@@ -4192,30 +4404,64 @@
|
|
|
4192
4404
|
"purpose": {
|
|
4193
4405
|
"type": "variant",
|
|
4194
4406
|
"values": ["offer", "default", "editorial"]
|
|
4407
|
+
},
|
|
4408
|
+
"wrap": {
|
|
4409
|
+
"type": "variant",
|
|
4410
|
+
"values": [true]
|
|
4195
4411
|
}
|
|
4196
4412
|
},
|
|
4197
|
-
"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
|
+
],
|
|
4198
4441
|
"tokens": {
|
|
4199
|
-
"backgroundColor": "{palette.color.
|
|
4442
|
+
"backgroundColor": "{palette.color.onahau}",
|
|
4200
4443
|
"borderRadius": "{palette.size.size4}",
|
|
4201
|
-
"
|
|
4202
|
-
"
|
|
4203
|
-
"
|
|
4204
|
-
"
|
|
4205
|
-
"
|
|
4206
|
-
"
|
|
4207
|
-
"
|
|
4208
|
-
"
|
|
4209
|
-
"
|
|
4210
|
-
"
|
|
4211
|
-
"
|
|
4212
|
-
"
|
|
4213
|
-
"
|
|
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}",
|
|
4214
4460
|
"gradient": "{system.gradient.none}",
|
|
4215
|
-
"paddingBottom": "{palette.size.
|
|
4216
|
-
"paddingLeft": "{palette.size.
|
|
4217
|
-
"paddingRight": "{palette.size.
|
|
4218
|
-
"paddingTop": "{palette.size.
|
|
4461
|
+
"paddingBottom": "{palette.size.size2}",
|
|
4462
|
+
"paddingLeft": "{palette.size.size12}",
|
|
4463
|
+
"paddingRight": "{palette.size.size12}",
|
|
4464
|
+
"paddingTop": "{palette.size.size2}"
|
|
4219
4465
|
}
|
|
4220
4466
|
},
|
|
4221
4467
|
"Search": {
|
|
@@ -4839,16 +5085,19 @@
|
|
|
4839
5085
|
],
|
|
4840
5086
|
"tokens": {
|
|
4841
5087
|
"cellBackground": "{palette.color.white}",
|
|
4842
|
-
"cellBoxShadowColor": "{palette.color.
|
|
4843
|
-
"cellHeadingBackground": "{palette.color.
|
|
4844
|
-
"cellHeadingBoxShadowColor": "{palette.color.
|
|
5088
|
+
"cellBoxShadowColor": "{palette.color.gallery}",
|
|
5089
|
+
"cellHeadingBackground": "{palette.color.mintTulip}",
|
|
5090
|
+
"cellHeadingBoxShadowColor": "{palette.color.gallery}",
|
|
4845
5091
|
"cellPaddingBottom": "{palette.size.size16}",
|
|
4846
5092
|
"cellPaddingLeft": "{palette.size.size16}",
|
|
4847
5093
|
"cellPaddingRight": "{palette.size.size16}",
|
|
4848
5094
|
"cellPaddingTop": "{palette.size.size16}",
|
|
4849
5095
|
"cellRowHeadingBackground": "{palette.color.white}",
|
|
4850
|
-
"cellStickyShadow": "{palette.shadow.
|
|
4851
|
-
"cellSubheadingBackground": "{palette.color.
|
|
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}",
|
|
4852
5101
|
"tablePaddingBottom": "{palette.size.size24}"
|
|
4853
5102
|
}
|
|
4854
5103
|
},
|
|
@@ -5381,8 +5630,6 @@
|
|
|
5381
5630
|
"animationColorBefore": "{palette.color.white}",
|
|
5382
5631
|
"animationDivColorAfter": "{palette.color.white}",
|
|
5383
5632
|
"animationDivColorBefore": "{palette.color.white}",
|
|
5384
|
-
"animationFillColorAfter": "{palette.color.white}",
|
|
5385
|
-
"animationFillColorBefore": "{palette.color.white}",
|
|
5386
5633
|
"animationHeightAfter": "{palette.size.size24}",
|
|
5387
5634
|
"animationHeightBefore": "{palette.size.size0}",
|
|
5388
5635
|
"animationPaddingBottomAfter": "{palette.size.size16}",
|
|
@@ -5949,6 +6196,44 @@
|
|
|
5949
6196
|
"width": "{palette.size.size64}"
|
|
5950
6197
|
}
|
|
5951
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
|
+
},
|
|
5952
6237
|
"VideoProgressBar": {
|
|
5953
6238
|
"appearances": {},
|
|
5954
6239
|
"rules": [],
|