@telus-uds/theme-koodo 3.22.0 → 3.24.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 +7917 -5655
- package/build/android/theme.json +1133 -154
- package/build/ios/schema.json +7917 -5655
- package/build/ios/theme.json +1133 -154
- package/build/rn/schema.json +7917 -5655
- package/build/rn/theme.js +578 -12
- package/package.json +4 -4
- package/theme.json +690 -9
package/theme.json
CHANGED
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
],
|
|
22
22
|
"tokens": {
|
|
23
23
|
"color": "{palette.color.mosque}",
|
|
24
|
-
"size": "{palette.size.
|
|
25
|
-
"thickness": "{palette.border.
|
|
24
|
+
"size": "{palette.size.size24}",
|
|
25
|
+
"thickness": "{palette.border.border2}"
|
|
26
26
|
}
|
|
27
27
|
},
|
|
28
28
|
"Badge": {
|
|
@@ -119,6 +119,20 @@
|
|
|
119
119
|
"paddingTop": "{palette.size.size2}"
|
|
120
120
|
}
|
|
121
121
|
},
|
|
122
|
+
"BlockQuote": {
|
|
123
|
+
"appearances": {},
|
|
124
|
+
"rules": [],
|
|
125
|
+
"tokens": {
|
|
126
|
+
"backgroundGradient": "{system.gradient.none}",
|
|
127
|
+
"color": "{palette.color.mosque}",
|
|
128
|
+
"marginBottom": "{palette.size.size16}",
|
|
129
|
+
"paddingBottom": "{palette.size.size16}",
|
|
130
|
+
"paddingLeft": "{palette.size.size32}",
|
|
131
|
+
"paddingRight": "{palette.size.size32}",
|
|
132
|
+
"paddingTop": "{palette.size.size16}",
|
|
133
|
+
"width": "{palette.size.size2}"
|
|
134
|
+
}
|
|
135
|
+
},
|
|
122
136
|
"Box": {
|
|
123
137
|
"appearances": {
|
|
124
138
|
"background": {
|
|
@@ -342,10 +356,11 @@
|
|
|
342
356
|
"type": "variant",
|
|
343
357
|
"values": [true]
|
|
344
358
|
},
|
|
359
|
+
"viewport": "{appearances.system.viewport}",
|
|
345
360
|
"width": {
|
|
346
|
-
"description": "Available in default
|
|
361
|
+
"description": "Available in default, full-width or responsive. Default-width expands based on content. Full-width expands to width of the container. Responsive automatically applies full-width when is displayed on the XS viewport.",
|
|
347
362
|
"type": "variant",
|
|
348
|
-
"values": ["full"]
|
|
363
|
+
"values": ["full", "responsive"]
|
|
349
364
|
}
|
|
350
365
|
},
|
|
351
366
|
"rules": [
|
|
@@ -583,6 +598,15 @@
|
|
|
583
598
|
"width": "{system.size.full}"
|
|
584
599
|
}
|
|
585
600
|
},
|
|
601
|
+
{
|
|
602
|
+
"if": {
|
|
603
|
+
"viewport": ["xs"],
|
|
604
|
+
"width": "responsive"
|
|
605
|
+
},
|
|
606
|
+
"tokens": {
|
|
607
|
+
"width": "{system.size.full}"
|
|
608
|
+
}
|
|
609
|
+
},
|
|
586
610
|
{
|
|
587
611
|
"if": {
|
|
588
612
|
"size": "small"
|
|
@@ -1155,6 +1179,10 @@
|
|
|
1155
1179
|
},
|
|
1156
1180
|
"Callout": {
|
|
1157
1181
|
"appearances": {
|
|
1182
|
+
"rounded": {
|
|
1183
|
+
"type": "variant",
|
|
1184
|
+
"values": [true]
|
|
1185
|
+
},
|
|
1158
1186
|
"size": {
|
|
1159
1187
|
"type": "variant",
|
|
1160
1188
|
"values": ["small"]
|
|
@@ -1169,12 +1197,20 @@
|
|
|
1169
1197
|
"paddingBottom": "{palette.size.size4}",
|
|
1170
1198
|
"paddingTop": "{palette.size.size4}"
|
|
1171
1199
|
}
|
|
1200
|
+
},
|
|
1201
|
+
{
|
|
1202
|
+
"if": {
|
|
1203
|
+
"rounded": true
|
|
1204
|
+
},
|
|
1205
|
+
"tokens": {
|
|
1206
|
+
"borderRadius": "{palette.size.size4}"
|
|
1207
|
+
}
|
|
1172
1208
|
}
|
|
1173
1209
|
],
|
|
1174
1210
|
"tokens": {
|
|
1175
|
-
"background": "{palette.color.
|
|
1176
|
-
"borderRadius": "{palette.size.
|
|
1177
|
-
"color": "{palette.color.
|
|
1211
|
+
"background": "{palette.color.carouselPink}",
|
|
1212
|
+
"borderRadius": "{palette.size.size0}",
|
|
1213
|
+
"color": "{palette.color.flirt}",
|
|
1178
1214
|
"gap": "{palette.size.size16}",
|
|
1179
1215
|
"paddingBottom": "{palette.size.size8}",
|
|
1180
1216
|
"paddingLeft": "{palette.size.size16}",
|
|
@@ -1234,7 +1270,7 @@
|
|
|
1234
1270
|
"borderWidth": "{palette.border.none}",
|
|
1235
1271
|
"contentAlignItems": "{system.flexAlign.stretch}",
|
|
1236
1272
|
"contentFlexGrow": "{system.integer.0}",
|
|
1237
|
-
"contentFlexShrink": "{system.integer.
|
|
1273
|
+
"contentFlexShrink": "{system.integer.1}",
|
|
1238
1274
|
"contentJustifyContent": "{system.flexJustifyContent.flexStart}",
|
|
1239
1275
|
"flex": "{system.integer.1}",
|
|
1240
1276
|
"minWidth": "{system.size.none}",
|
|
@@ -1647,6 +1683,106 @@
|
|
|
1647
1683
|
"textLineHeight": "{palette.lineHeight.ratio17to8}"
|
|
1648
1684
|
}
|
|
1649
1685
|
},
|
|
1686
|
+
"Countdown": {
|
|
1687
|
+
"appearances": {
|
|
1688
|
+
"feature": {
|
|
1689
|
+
"type": "variant",
|
|
1690
|
+
"values": [true]
|
|
1691
|
+
},
|
|
1692
|
+
"inverse": {
|
|
1693
|
+
"type": "variant",
|
|
1694
|
+
"values": [true]
|
|
1695
|
+
},
|
|
1696
|
+
"label": {
|
|
1697
|
+
"type": "variant",
|
|
1698
|
+
"values": [true]
|
|
1699
|
+
},
|
|
1700
|
+
"large": {
|
|
1701
|
+
"type": "variant",
|
|
1702
|
+
"values": [true]
|
|
1703
|
+
},
|
|
1704
|
+
"viewport": "{appearances.system.viewport}"
|
|
1705
|
+
},
|
|
1706
|
+
"rules": [
|
|
1707
|
+
{
|
|
1708
|
+
"if": {
|
|
1709
|
+
"viewport": ["xs"]
|
|
1710
|
+
},
|
|
1711
|
+
"tokens": {
|
|
1712
|
+
"containerPaddingBottomTop": "{palette.size.size16}",
|
|
1713
|
+
"containerPaddingLeftRight": "{palette.size.size24}",
|
|
1714
|
+
"labelFontSize": "{palette.fontSize.size14}",
|
|
1715
|
+
"labelLineHeight": "{palette.lineHeight.ratio10to7}",
|
|
1716
|
+
"textLineHeight": "{palette.lineHeight.ratio8to7}"
|
|
1717
|
+
}
|
|
1718
|
+
},
|
|
1719
|
+
{
|
|
1720
|
+
"if": {
|
|
1721
|
+
"large": true,
|
|
1722
|
+
"viewport": ["xs"]
|
|
1723
|
+
},
|
|
1724
|
+
"tokens": {
|
|
1725
|
+
"textFontSize": "{palette.fontSize.size28}"
|
|
1726
|
+
}
|
|
1727
|
+
},
|
|
1728
|
+
{
|
|
1729
|
+
"if": {
|
|
1730
|
+
"feature": true,
|
|
1731
|
+
"viewport": ["xs"]
|
|
1732
|
+
},
|
|
1733
|
+
"tokens": {
|
|
1734
|
+
"textFontSize": "{palette.fontSize.size28}"
|
|
1735
|
+
}
|
|
1736
|
+
},
|
|
1737
|
+
{
|
|
1738
|
+
"if": {
|
|
1739
|
+
"feature": true
|
|
1740
|
+
},
|
|
1741
|
+
"tokens": {
|
|
1742
|
+
"labelBorderColor": "{system.color.none}",
|
|
1743
|
+
"textFontSize": "{palette.fontSize.size64}",
|
|
1744
|
+
"textLineHeight": "{palette.lineHeight.ratio8to7}",
|
|
1745
|
+
"textTimerFontName": "{palette.fontName.StagSans}",
|
|
1746
|
+
"textTimerFontWeight": "{palette.fontWeight.weight300}"
|
|
1747
|
+
}
|
|
1748
|
+
},
|
|
1749
|
+
{
|
|
1750
|
+
"if": {
|
|
1751
|
+
"large": true
|
|
1752
|
+
},
|
|
1753
|
+
"tokens": {
|
|
1754
|
+
"textFontSize": "{palette.fontSize.size64}",
|
|
1755
|
+
"textLineHeight": "{palette.lineHeight.ratio8to7}",
|
|
1756
|
+
"textTimerFontName": "{palette.fontName.StagSans}",
|
|
1757
|
+
"textTimerFontWeight": "{palette.fontWeight.weight300}"
|
|
1758
|
+
}
|
|
1759
|
+
},
|
|
1760
|
+
{
|
|
1761
|
+
"if": {
|
|
1762
|
+
"inverse": true
|
|
1763
|
+
},
|
|
1764
|
+
"tokens": {
|
|
1765
|
+
"labelBorderColor": "{system.color.none}"
|
|
1766
|
+
}
|
|
1767
|
+
}
|
|
1768
|
+
],
|
|
1769
|
+
"tokens": {
|
|
1770
|
+
"containerBorderRadius": "{palette.radius.radius6}",
|
|
1771
|
+
"containerGradient": "{system.gradient.none}",
|
|
1772
|
+
"containerInverseBorder": "{palette.border.border2}",
|
|
1773
|
+
"containerInverseBorderColor": "{palette.color.white}",
|
|
1774
|
+
"containerPaddingBottomTop": "{palette.size.size48}",
|
|
1775
|
+
"containerPaddingLeftRight": "{palette.size.size64}",
|
|
1776
|
+
"inverseBorderColor": "{system.color.none}",
|
|
1777
|
+
"labelBorderColor": "{system.color.none}",
|
|
1778
|
+
"labelFontSize": "{palette.fontSize.size16}",
|
|
1779
|
+
"labelLineHeight": "{palette.lineHeight.ratio3to2}",
|
|
1780
|
+
"textFontSize": "{palette.fontSize.size16}",
|
|
1781
|
+
"textLineHeight": "{palette.lineHeight.ratio8to7}",
|
|
1782
|
+
"textTimerFontName": "{palette.fontName.StagSans}",
|
|
1783
|
+
"textTimerFontWeight": "{palette.fontWeight.weight400}"
|
|
1784
|
+
}
|
|
1785
|
+
},
|
|
1650
1786
|
"DatePicker": {
|
|
1651
1787
|
"appearances": {},
|
|
1652
1788
|
"rules": [],
|
|
@@ -2129,6 +2265,20 @@
|
|
|
2129
2265
|
},
|
|
2130
2266
|
"IconButton": {
|
|
2131
2267
|
"appearances": {
|
|
2268
|
+
"action": {
|
|
2269
|
+
"type": "variant",
|
|
2270
|
+
"values": [
|
|
2271
|
+
"add",
|
|
2272
|
+
"close",
|
|
2273
|
+
"expand",
|
|
2274
|
+
"moveDown",
|
|
2275
|
+
"moveLeft",
|
|
2276
|
+
"moveRight",
|
|
2277
|
+
"moveUp",
|
|
2278
|
+
"play",
|
|
2279
|
+
"subtract"
|
|
2280
|
+
]
|
|
2281
|
+
},
|
|
2132
2282
|
"compact": {
|
|
2133
2283
|
"description": "Without the outer border gap",
|
|
2134
2284
|
"type": "variant",
|
|
@@ -2159,6 +2309,150 @@
|
|
|
2159
2309
|
}
|
|
2160
2310
|
},
|
|
2161
2311
|
"rules": [
|
|
2312
|
+
{
|
|
2313
|
+
"if": {
|
|
2314
|
+
"action": "add"
|
|
2315
|
+
},
|
|
2316
|
+
"tokens": {
|
|
2317
|
+
"icon": "{palette.icon.Add}"
|
|
2318
|
+
}
|
|
2319
|
+
},
|
|
2320
|
+
{
|
|
2321
|
+
"if": {
|
|
2322
|
+
"action": "subtract"
|
|
2323
|
+
},
|
|
2324
|
+
"tokens": {
|
|
2325
|
+
"icon": "{palette.icon.Subtract}"
|
|
2326
|
+
}
|
|
2327
|
+
},
|
|
2328
|
+
{
|
|
2329
|
+
"if": {
|
|
2330
|
+
"action": "close"
|
|
2331
|
+
},
|
|
2332
|
+
"tokens": {
|
|
2333
|
+
"icon": "{palette.icon.Close}"
|
|
2334
|
+
}
|
|
2335
|
+
},
|
|
2336
|
+
{
|
|
2337
|
+
"if": {
|
|
2338
|
+
"action": "expand"
|
|
2339
|
+
},
|
|
2340
|
+
"tokens": {
|
|
2341
|
+
"icon": "{palette.icon.Expand}"
|
|
2342
|
+
}
|
|
2343
|
+
},
|
|
2344
|
+
{
|
|
2345
|
+
"if": {
|
|
2346
|
+
"action": "moveDown"
|
|
2347
|
+
},
|
|
2348
|
+
"tokens": {
|
|
2349
|
+
"icon": "{palette.icon.ChevronDown}"
|
|
2350
|
+
}
|
|
2351
|
+
},
|
|
2352
|
+
{
|
|
2353
|
+
"if": {
|
|
2354
|
+
"action": "moveLeft"
|
|
2355
|
+
},
|
|
2356
|
+
"tokens": {
|
|
2357
|
+
"icon": "{palette.icon.ChevronLeft}"
|
|
2358
|
+
}
|
|
2359
|
+
},
|
|
2360
|
+
{
|
|
2361
|
+
"if": {
|
|
2362
|
+
"action": "moveRight"
|
|
2363
|
+
},
|
|
2364
|
+
"tokens": {
|
|
2365
|
+
"icon": "{palette.icon.ChevronRight}"
|
|
2366
|
+
}
|
|
2367
|
+
},
|
|
2368
|
+
{
|
|
2369
|
+
"if": {
|
|
2370
|
+
"action": "moveUp"
|
|
2371
|
+
},
|
|
2372
|
+
"tokens": {
|
|
2373
|
+
"icon": "{palette.icon.ChevronUp}"
|
|
2374
|
+
}
|
|
2375
|
+
},
|
|
2376
|
+
{
|
|
2377
|
+
"if": {
|
|
2378
|
+
"action": "play"
|
|
2379
|
+
},
|
|
2380
|
+
"tokens": {
|
|
2381
|
+
"icon": "{palette.icon.PlayVideo}"
|
|
2382
|
+
}
|
|
2383
|
+
},
|
|
2384
|
+
{
|
|
2385
|
+
"if": {
|
|
2386
|
+
"action": "add"
|
|
2387
|
+
},
|
|
2388
|
+
"tokens": {
|
|
2389
|
+
"icon": "{palette.icon.Add}"
|
|
2390
|
+
}
|
|
2391
|
+
},
|
|
2392
|
+
{
|
|
2393
|
+
"if": {
|
|
2394
|
+
"action": "subtract"
|
|
2395
|
+
},
|
|
2396
|
+
"tokens": {
|
|
2397
|
+
"icon": "{palette.icon.Subtract}"
|
|
2398
|
+
}
|
|
2399
|
+
},
|
|
2400
|
+
{
|
|
2401
|
+
"if": {
|
|
2402
|
+
"action": "close"
|
|
2403
|
+
},
|
|
2404
|
+
"tokens": {
|
|
2405
|
+
"icon": "{palette.icon.Close}"
|
|
2406
|
+
}
|
|
2407
|
+
},
|
|
2408
|
+
{
|
|
2409
|
+
"if": {
|
|
2410
|
+
"action": "expand"
|
|
2411
|
+
},
|
|
2412
|
+
"tokens": {
|
|
2413
|
+
"icon": "{palette.icon.Expand}"
|
|
2414
|
+
}
|
|
2415
|
+
},
|
|
2416
|
+
{
|
|
2417
|
+
"if": {
|
|
2418
|
+
"action": "moveDown"
|
|
2419
|
+
},
|
|
2420
|
+
"tokens": {
|
|
2421
|
+
"icon": "{palette.icon.ChevronDown}"
|
|
2422
|
+
}
|
|
2423
|
+
},
|
|
2424
|
+
{
|
|
2425
|
+
"if": {
|
|
2426
|
+
"action": "moveLeft"
|
|
2427
|
+
},
|
|
2428
|
+
"tokens": {
|
|
2429
|
+
"icon": "{palette.icon.ChevronLeft}"
|
|
2430
|
+
}
|
|
2431
|
+
},
|
|
2432
|
+
{
|
|
2433
|
+
"if": {
|
|
2434
|
+
"action": "moveRight"
|
|
2435
|
+
},
|
|
2436
|
+
"tokens": {
|
|
2437
|
+
"icon": "{palette.icon.ChevronRight}"
|
|
2438
|
+
}
|
|
2439
|
+
},
|
|
2440
|
+
{
|
|
2441
|
+
"if": {
|
|
2442
|
+
"action": "moveUp"
|
|
2443
|
+
},
|
|
2444
|
+
"tokens": {
|
|
2445
|
+
"icon": "{palette.icon.ChevronUp}"
|
|
2446
|
+
}
|
|
2447
|
+
},
|
|
2448
|
+
{
|
|
2449
|
+
"if": {
|
|
2450
|
+
"action": "play"
|
|
2451
|
+
},
|
|
2452
|
+
"tokens": {
|
|
2453
|
+
"icon": "{palette.icon.PlayVideo}"
|
|
2454
|
+
}
|
|
2455
|
+
},
|
|
2162
2456
|
{
|
|
2163
2457
|
"if": {
|
|
2164
2458
|
"inverse": true
|
|
@@ -2409,6 +2703,7 @@
|
|
|
2409
2703
|
"borderColor": "{system.color.transparent}",
|
|
2410
2704
|
"borderRadius": "{system.radius.round}",
|
|
2411
2705
|
"borderWidth": "{palette.border.border1}",
|
|
2706
|
+
"icon": "{system.icon.none}",
|
|
2412
2707
|
"iconColor": "{palette.color.black}",
|
|
2413
2708
|
"iconScale": "{system.iconScale.scale1}",
|
|
2414
2709
|
"iconSize": "{palette.size.size16}",
|
|
@@ -2749,6 +3044,104 @@
|
|
|
2749
3044
|
"listGutter": "{palette.size.size10}"
|
|
2750
3045
|
}
|
|
2751
3046
|
},
|
|
3047
|
+
"ListBox": {
|
|
3048
|
+
"appearances": {
|
|
3049
|
+
"current": "{appearances.ListBox.current}",
|
|
3050
|
+
"expanded": "{appearances.ListBox.expanded}",
|
|
3051
|
+
"focus": "{appearances.ListBox.focus}",
|
|
3052
|
+
"hover": "{appearances.ListBox.hover}",
|
|
3053
|
+
"isChild": "{appearances.ListBox.isChild}",
|
|
3054
|
+
"pressed": "{appearances.ListBox.pressed}"
|
|
3055
|
+
},
|
|
3056
|
+
"rules": [
|
|
3057
|
+
{
|
|
3058
|
+
"if": {
|
|
3059
|
+
"pressed": true
|
|
3060
|
+
},
|
|
3061
|
+
"tokens": {
|
|
3062
|
+
"groupBackgroundColor": "{palette.color.icicleDark}",
|
|
3063
|
+
"groupColor": "{palette.color.mosque}"
|
|
3064
|
+
}
|
|
3065
|
+
},
|
|
3066
|
+
{
|
|
3067
|
+
"if": {
|
|
3068
|
+
"hover": true
|
|
3069
|
+
},
|
|
3070
|
+
"tokens": {
|
|
3071
|
+
"groupBackgroundColor": "{palette.color.silver}",
|
|
3072
|
+
"groupColor": "{palette.color.mosque}"
|
|
3073
|
+
}
|
|
3074
|
+
},
|
|
3075
|
+
{
|
|
3076
|
+
"if": {
|
|
3077
|
+
"focus": true
|
|
3078
|
+
},
|
|
3079
|
+
"tokens": {
|
|
3080
|
+
"groupBackgroundColor": "{palette.color.silver}",
|
|
3081
|
+
"groupColor": "{palette.color.mosque}"
|
|
3082
|
+
}
|
|
3083
|
+
},
|
|
3084
|
+
{
|
|
3085
|
+
"if": {
|
|
3086
|
+
"current": true
|
|
3087
|
+
},
|
|
3088
|
+
"tokens": {
|
|
3089
|
+
"groupColor": "{palette.color.mosque}",
|
|
3090
|
+
"groupFontName": "{palette.fontName.StagSans}",
|
|
3091
|
+
"groupFontWeight": "{palette.fontWeight.weight700}"
|
|
3092
|
+
}
|
|
3093
|
+
},
|
|
3094
|
+
{
|
|
3095
|
+
"if": {
|
|
3096
|
+
"isChild": true
|
|
3097
|
+
},
|
|
3098
|
+
"tokens": {
|
|
3099
|
+
"itemBorderWidth": "{palette.border.border4}",
|
|
3100
|
+
"itemPaddingLeft": "{palette.size.size12}"
|
|
3101
|
+
}
|
|
3102
|
+
},
|
|
3103
|
+
{
|
|
3104
|
+
"if": {
|
|
3105
|
+
"expanded": true
|
|
3106
|
+
},
|
|
3107
|
+
"tokens": {
|
|
3108
|
+
"groupIcon": "{palette.icon.ChevronUp}"
|
|
3109
|
+
}
|
|
3110
|
+
}
|
|
3111
|
+
],
|
|
3112
|
+
"tokens": {
|
|
3113
|
+
"groupBackgroundColor": "{palette.color.transparent}",
|
|
3114
|
+
"groupBorderColor": "{palette.color.mosque}",
|
|
3115
|
+
"groupBorderRadius": "{palette.radius.radius6}",
|
|
3116
|
+
"groupBorderWidth": "{palette.border.border1}",
|
|
3117
|
+
"groupColor": "{palette.color.icicle}",
|
|
3118
|
+
"groupFontName": "{palette.fontName.StagSans}",
|
|
3119
|
+
"groupFontSize": "{palette.size.size14}",
|
|
3120
|
+
"groupFontWeight": "{palette.fontWeight.weight400}",
|
|
3121
|
+
"groupIcon": "{palette.icon.ChevronDown}",
|
|
3122
|
+
"groupPaddingBottom": "{palette.size.size12}",
|
|
3123
|
+
"groupPaddingLeft": "{palette.size.size16}",
|
|
3124
|
+
"groupPaddingRight": "{palette.size.size16}",
|
|
3125
|
+
"groupPaddingTop": "{palette.size.size12}",
|
|
3126
|
+
"itemBackgroundColor": "{palette.color.transparent}",
|
|
3127
|
+
"itemBorderBackgroundColor": "{palette.color.icicleDark}",
|
|
3128
|
+
"itemBorderLeftColor": "{palette.color.mosque}",
|
|
3129
|
+
"itemBorderLeftWidth": "{palette.border.border4}",
|
|
3130
|
+
"itemBorderWidth": "{palette.border.none}",
|
|
3131
|
+
"itemColor": "{palette.color.mosque}",
|
|
3132
|
+
"itemDisplay": "{system.show.false}",
|
|
3133
|
+
"itemFontName": "{palette.fontName.StagSans}",
|
|
3134
|
+
"itemFontSize": "{palette.size.size14}",
|
|
3135
|
+
"itemFontWeight": "{palette.fontWeight.weight700}",
|
|
3136
|
+
"itemOutline": "{palette.border.none}",
|
|
3137
|
+
"itemPaddingBottom": "{palette.size.size12}",
|
|
3138
|
+
"itemPaddingLeft": "{palette.size.size16}",
|
|
3139
|
+
"itemPaddingRight": "{palette.size.size16}",
|
|
3140
|
+
"itemPaddingTop": "{palette.size.size12}",
|
|
3141
|
+
"itemTextDecoration": "{system.textLine.none}",
|
|
3142
|
+
"shadow": "{palette.shadow.surfaceRaised}"
|
|
3143
|
+
}
|
|
3144
|
+
},
|
|
2752
3145
|
"Modal": {
|
|
2753
3146
|
"appearances": {
|
|
2754
3147
|
"maxWidth": "{appearances.Modal.maxWidth}",
|
|
@@ -3282,6 +3675,37 @@
|
|
|
3282
3675
|
"outlineWidth": "{palette.border.border1}"
|
|
3283
3676
|
}
|
|
3284
3677
|
},
|
|
3678
|
+
"QuantitySelector": {
|
|
3679
|
+
"appearances": {
|
|
3680
|
+
"alternative": {
|
|
3681
|
+
"type": "variant",
|
|
3682
|
+
"values": [true]
|
|
3683
|
+
}
|
|
3684
|
+
},
|
|
3685
|
+
"rules": [
|
|
3686
|
+
{
|
|
3687
|
+
"if": {
|
|
3688
|
+
"alternative": true
|
|
3689
|
+
},
|
|
3690
|
+
"tokens": {
|
|
3691
|
+
"padding": "{palette.size.size0}"
|
|
3692
|
+
}
|
|
3693
|
+
}
|
|
3694
|
+
],
|
|
3695
|
+
"tokens": {
|
|
3696
|
+
"backgroundColor": "{system.color.none}",
|
|
3697
|
+
"borderColor": "{system.color.none}",
|
|
3698
|
+
"iconColor": "{system.color.none}",
|
|
3699
|
+
"iconSize": "{palette.size.size16}",
|
|
3700
|
+
"inputBackgroundColor": "{system.color.none}",
|
|
3701
|
+
"inputBorderColor": "{system.color.none}",
|
|
3702
|
+
"inputBorderWidth": "{palette.size.size1}",
|
|
3703
|
+
"leftIcon": "{palette.icon.Subtract}",
|
|
3704
|
+
"padding": "{palette.size.size16}",
|
|
3705
|
+
"rightIcon": "{palette.icon.Add}",
|
|
3706
|
+
"textColor": "{system.color.none}"
|
|
3707
|
+
}
|
|
3708
|
+
},
|
|
3285
3709
|
"QuickLinks": {
|
|
3286
3710
|
"appearances": {
|
|
3287
3711
|
"viewport": "{appearances.system.viewport}"
|
|
@@ -3702,7 +4126,7 @@
|
|
|
3702
4126
|
"color": "{palette.color.black}",
|
|
3703
4127
|
"contentAlignItems": "{system.flexAlign.stretch}",
|
|
3704
4128
|
"contentFlexGrow": "{system.integer.0}",
|
|
3705
|
-
"contentFlexShrink": "{system.integer.
|
|
4129
|
+
"contentFlexShrink": "{system.integer.1}",
|
|
3706
4130
|
"contentJustifyContent": "{system.flexJustifyContent.flexStart}",
|
|
3707
4131
|
"contentSpace": "{system.integer.2}",
|
|
3708
4132
|
"flex": "{system.integer.1}",
|
|
@@ -4203,6 +4627,49 @@
|
|
|
4203
4627
|
"thickness": "{palette.border.border4}"
|
|
4204
4628
|
}
|
|
4205
4629
|
},
|
|
4630
|
+
"SplashButton": {
|
|
4631
|
+
"appearances": {
|
|
4632
|
+
"hover": "{appearances.SplashButton.hover}"
|
|
4633
|
+
},
|
|
4634
|
+
"rules": [],
|
|
4635
|
+
"tokens": {
|
|
4636
|
+
"buttonContentBackground": "{system.color.none}",
|
|
4637
|
+
"buttonContentChildrenBackground": "{system.color.none}",
|
|
4638
|
+
"playIcon": "{palette.icon.PlayVideo}",
|
|
4639
|
+
"playIconColor": "{palette.color.white}"
|
|
4640
|
+
}
|
|
4641
|
+
},
|
|
4642
|
+
"SplashButtonWithDetails": {
|
|
4643
|
+
"appearances": {
|
|
4644
|
+
"hover": "{appearances.SplashButton.hover}"
|
|
4645
|
+
},
|
|
4646
|
+
"rules": [
|
|
4647
|
+
{
|
|
4648
|
+
"if": {
|
|
4649
|
+
"hover": true
|
|
4650
|
+
},
|
|
4651
|
+
"tokens": {
|
|
4652
|
+
"buttonContentChildrenBackground": "{system.color.none}"
|
|
4653
|
+
}
|
|
4654
|
+
}
|
|
4655
|
+
],
|
|
4656
|
+
"tokens": {
|
|
4657
|
+
"buttonBackground": "{palette.color.white}",
|
|
4658
|
+
"buttonBorderColor": "{system.color.none}",
|
|
4659
|
+
"buttonBottomPosition": "{palette.size.size24}",
|
|
4660
|
+
"buttonContentBackground": "{system.color.none}",
|
|
4661
|
+
"buttonContentChildrenBackground": "{system.color.none}",
|
|
4662
|
+
"buttonLeftPosition": "{palette.size.size24}",
|
|
4663
|
+
"buttonMinHeight": "{palette.size.size64}",
|
|
4664
|
+
"buttonPaddingLeft": "{palette.size.size16}",
|
|
4665
|
+
"buttonPaddingRight": "{palette.size.size16}",
|
|
4666
|
+
"buttonRadius": "{palette.radius.pill32}",
|
|
4667
|
+
"detailsContainerPadding": "{palette.size.size8}",
|
|
4668
|
+
"playIcon": "{palette.icon.PlayVideo}",
|
|
4669
|
+
"playIconColor": "{palette.color.white}",
|
|
4670
|
+
"playIconContainerBackground": "{system.color.none}"
|
|
4671
|
+
}
|
|
4672
|
+
},
|
|
4206
4673
|
"StackView": {
|
|
4207
4674
|
"appearances": {},
|
|
4208
4675
|
"rules": [],
|
|
@@ -4297,6 +4764,61 @@
|
|
|
4297
4764
|
"showStepTrackerLabel": "{system.show.true}"
|
|
4298
4765
|
}
|
|
4299
4766
|
},
|
|
4767
|
+
"StoryCard": {
|
|
4768
|
+
"appearances": {
|
|
4769
|
+
"focus": "{appearances.StoryCard.focus}",
|
|
4770
|
+
"hover": "{appearances.StoryCard.hover}",
|
|
4771
|
+
"pressed": "{appearances.StoryCard.pressed}"
|
|
4772
|
+
},
|
|
4773
|
+
"rules": [
|
|
4774
|
+
{
|
|
4775
|
+
"if": {
|
|
4776
|
+
"hover": true
|
|
4777
|
+
},
|
|
4778
|
+
"tokens": {
|
|
4779
|
+
"borderWidth": "{palette.border.border2}"
|
|
4780
|
+
}
|
|
4781
|
+
},
|
|
4782
|
+
{
|
|
4783
|
+
"if": {
|
|
4784
|
+
"pressed": true
|
|
4785
|
+
},
|
|
4786
|
+
"tokens": {
|
|
4787
|
+
"backgroundColor": "{palette.color.whiteDark}"
|
|
4788
|
+
}
|
|
4789
|
+
},
|
|
4790
|
+
{
|
|
4791
|
+
"if": {
|
|
4792
|
+
"focus": true
|
|
4793
|
+
},
|
|
4794
|
+
"tokens": {
|
|
4795
|
+
"outerBorderColor": "{palette.color.mosque}",
|
|
4796
|
+
"outerBorderGap": "{palette.size.size2}",
|
|
4797
|
+
"outerBorderWidth": "{palette.border.border2}"
|
|
4798
|
+
}
|
|
4799
|
+
}
|
|
4800
|
+
],
|
|
4801
|
+
"tokens": {
|
|
4802
|
+
"backgroundColor": "{palette.color.white}",
|
|
4803
|
+
"borderColor": "{palette.color.gallery}",
|
|
4804
|
+
"borderRadius": "{palette.radius.radius6}",
|
|
4805
|
+
"borderWidth": "{palette.border.border1}",
|
|
4806
|
+
"contentAlignItems": "{system.flexAlign.stretch}",
|
|
4807
|
+
"contentFlexGrow": "{system.integer.0}",
|
|
4808
|
+
"contentFlexShrink": "{system.integer.0}",
|
|
4809
|
+
"contentJustifyContent": "{system.flexJustifyContent.flexStart}",
|
|
4810
|
+
"flex": "{system.integer.1}",
|
|
4811
|
+
"minWidth": "{palette.size.size0}",
|
|
4812
|
+
"outerBorderColor": "{palette.color.transparent}",
|
|
4813
|
+
"outerBorderGap": "{palette.size.size0}",
|
|
4814
|
+
"outerBorderWidth": "{palette.border.none}",
|
|
4815
|
+
"paddingBottom": "{palette.size.size0}",
|
|
4816
|
+
"paddingLeft": "{palette.size.size0}",
|
|
4817
|
+
"paddingRight": "{palette.size.size0}",
|
|
4818
|
+
"paddingTop": "{palette.size.size0}",
|
|
4819
|
+
"shadow": "{palette.shadow.none}"
|
|
4820
|
+
}
|
|
4821
|
+
},
|
|
4300
4822
|
"Table": {
|
|
4301
4823
|
"appearances": {
|
|
4302
4824
|
"spacing": {
|
|
@@ -4634,6 +5156,74 @@
|
|
|
4634
5156
|
"width": "{system.size.none}"
|
|
4635
5157
|
}
|
|
4636
5158
|
},
|
|
5159
|
+
"TermsAndConditions": {
|
|
5160
|
+
"appearances": {
|
|
5161
|
+
"expanded": "{appearances.TermsAndConditions.expanded}"
|
|
5162
|
+
},
|
|
5163
|
+
"rules": [
|
|
5164
|
+
{
|
|
5165
|
+
"if": {
|
|
5166
|
+
"expanded": true
|
|
5167
|
+
},
|
|
5168
|
+
"tokens": {
|
|
5169
|
+
"icon": "{palette.icon.ChevronUp}"
|
|
5170
|
+
}
|
|
5171
|
+
}
|
|
5172
|
+
],
|
|
5173
|
+
"tokens": {
|
|
5174
|
+
"contentPaddingBottom": "{palette.size.size8}",
|
|
5175
|
+
"contentPaddingLeft": "{palette.size.size16}",
|
|
5176
|
+
"expandBaseBorderWidth": "{palette.border.none}",
|
|
5177
|
+
"expandContentPaddingBottom": "{palette.size.size16}",
|
|
5178
|
+
"expandContentPaddingLeft": "{palette.size.size16}",
|
|
5179
|
+
"expandContentPaddingRight": "{palette.size.size16}",
|
|
5180
|
+
"expandContentPaddingTop": "{palette.size.size16}",
|
|
5181
|
+
"expandIconContainerAlignItems": "{system.flexAlign.center}",
|
|
5182
|
+
"expandIconContainerBorder": "{palette.border.border1}",
|
|
5183
|
+
"expandIconContainerBorderColor": "{palette.color.gallery}",
|
|
5184
|
+
"expandIconContainerHeight": "{palette.size.size32}",
|
|
5185
|
+
"expandIconContainerJustifyContent": "{system.flexJustifyContent.center}",
|
|
5186
|
+
"expandIconContainerMarginX": "{palette.size.size0}",
|
|
5187
|
+
"expandIconContainerMarginY": "{palette.size.size12}",
|
|
5188
|
+
"expandIconContainerWidth": "{palette.size.size32}",
|
|
5189
|
+
"expandTitleColor": "{palette.color.gallery}",
|
|
5190
|
+
"expandTitleFontSize": "{palette.size.size16}",
|
|
5191
|
+
"expandTitleLineHeight": "{palette.lineHeight.multiply150}",
|
|
5192
|
+
"expandTitleMarginX": "{palette.size.size4}",
|
|
5193
|
+
"expandTitleMarginY": "{palette.size.size0}",
|
|
5194
|
+
"icon": "{palette.icon.ChevronDown}",
|
|
5195
|
+
"listColor": "{palette.color.mosque}",
|
|
5196
|
+
"listFontName": "{palette.fontName.StagSans}",
|
|
5197
|
+
"listFontSize": "{palette.fontSize.size14}",
|
|
5198
|
+
"listFontWeight": "{palette.fontWeight.weight400}",
|
|
5199
|
+
"listLineHeight": "{palette.lineHeight.ratio10to7}",
|
|
5200
|
+
"listMarginBottom": "{palette.size.size16}",
|
|
5201
|
+
"listMarginLeft": "{palette.size.size32}",
|
|
5202
|
+
"mdContentPaddingBottom": "{palette.size.size16}",
|
|
5203
|
+
"mdContentPaddingLeft": "{palette.size.size48}",
|
|
5204
|
+
"orderedPadding": "{palette.size.size0}",
|
|
5205
|
+
"titleColor": "{palette.color.mosque}",
|
|
5206
|
+
"titleFontSize": "{palette.fontSize.size14}",
|
|
5207
|
+
"titleLineHeight": "{palette.lineHeight.ratio10to7}",
|
|
5208
|
+
"titlePaddingLeft": "{palette.size.size8}",
|
|
5209
|
+
"unorderedPadding": "{palette.size.size0}"
|
|
5210
|
+
}
|
|
5211
|
+
},
|
|
5212
|
+
"Testimonial": {
|
|
5213
|
+
"appearances": {},
|
|
5214
|
+
"rules": [],
|
|
5215
|
+
"tokens": {
|
|
5216
|
+
"dividerBackgroundColor": "{palette.color.white}",
|
|
5217
|
+
"dividerBorder": "{palette.border.border1}",
|
|
5218
|
+
"figcaptionGap": "{palette.size.size12}",
|
|
5219
|
+
"icon": "{palette.icon.ArrowLeft}",
|
|
5220
|
+
"iconColor": "{palette.color.white}",
|
|
5221
|
+
"imageSize": "{palette.size.size48}",
|
|
5222
|
+
"quoteContainerGap": "{palette.size.size4}",
|
|
5223
|
+
"testimonialContainerGap": "{palette.size.size12}",
|
|
5224
|
+
"textColor": "{palette.color.white}"
|
|
5225
|
+
}
|
|
5226
|
+
},
|
|
4637
5227
|
"TextArea": {
|
|
4638
5228
|
"appearances": {},
|
|
4639
5229
|
"rules": [],
|
|
@@ -5298,6 +5888,97 @@
|
|
|
5298
5888
|
"textTransform": "{system.textTransform.none}"
|
|
5299
5889
|
}
|
|
5300
5890
|
},
|
|
5891
|
+
"Video": {
|
|
5892
|
+
"appearances": {},
|
|
5893
|
+
"rules": [],
|
|
5894
|
+
"tokens": {
|
|
5895
|
+
"borderColor": "{palette.color.black}",
|
|
5896
|
+
"pauseIcon": "{palette.icon.Add}",
|
|
5897
|
+
"playIcon": "{palette.icon.Add}",
|
|
5898
|
+
"replayIcon": "{palette.icon.Add}"
|
|
5899
|
+
}
|
|
5900
|
+
},
|
|
5901
|
+
"VideoButton": {
|
|
5902
|
+
"appearances": {},
|
|
5903
|
+
"rules": [],
|
|
5904
|
+
"tokens": {
|
|
5905
|
+
"color": "{palette.color.white}"
|
|
5906
|
+
}
|
|
5907
|
+
},
|
|
5908
|
+
"VideoControlBar": {
|
|
5909
|
+
"appearances": {},
|
|
5910
|
+
"rules": [],
|
|
5911
|
+
"tokens": {
|
|
5912
|
+
"captionsIcon": "{palette.icon.Add}",
|
|
5913
|
+
"maximizeIcon": "{palette.icon.Add}",
|
|
5914
|
+
"menuBottom": "{palette.size.size64}",
|
|
5915
|
+
"menuMarginLeft": "{palette.size.size16}",
|
|
5916
|
+
"menuRight": "{palette.size.size32}",
|
|
5917
|
+
"minimizeIcon": "{palette.icon.Add}",
|
|
5918
|
+
"paddingBottom": "{palette.size.size16}",
|
|
5919
|
+
"paddingLeft": "{palette.size.size48}",
|
|
5920
|
+
"paddingLeftCompactMode": "{palette.size.size16}",
|
|
5921
|
+
"paddingRight": "{palette.size.size48}",
|
|
5922
|
+
"paddingRightCompactMode": "{palette.size.size16}",
|
|
5923
|
+
"paddingTop": "{palette.size.size16}",
|
|
5924
|
+
"settingsIcon": "{palette.icon.Settings}"
|
|
5925
|
+
}
|
|
5926
|
+
},
|
|
5927
|
+
"VideoMenu": {
|
|
5928
|
+
"appearances": {},
|
|
5929
|
+
"rules": [],
|
|
5930
|
+
"tokens": {
|
|
5931
|
+
"background": "{palette.color.black}",
|
|
5932
|
+
"checkMarkFocusColor": "{palette.color.mosque}",
|
|
5933
|
+
"checkMarkHeight": "{palette.size.size24}",
|
|
5934
|
+
"checkMarkHoverColor": "{palette.color.mosque}",
|
|
5935
|
+
"checkMarkIcon": "{palette.icon.Check}",
|
|
5936
|
+
"checkMarkSelectedColor": "{palette.color.black}",
|
|
5937
|
+
"checkMarkUnselectedColor": "{palette.color.transparent}",
|
|
5938
|
+
"checkMarkWidth": "{palette.size.size24}",
|
|
5939
|
+
"padding": "{palette.size.size16}"
|
|
5940
|
+
}
|
|
5941
|
+
},
|
|
5942
|
+
"VideoMiddleControlButton": {
|
|
5943
|
+
"appearances": {},
|
|
5944
|
+
"rules": [],
|
|
5945
|
+
"tokens": {
|
|
5946
|
+
"background": "{palette.color.black}",
|
|
5947
|
+
"height": "{palette.size.size64}",
|
|
5948
|
+
"iconColor": "{palette.color.white}",
|
|
5949
|
+
"width": "{palette.size.size64}"
|
|
5950
|
+
}
|
|
5951
|
+
},
|
|
5952
|
+
"VideoProgressBar": {
|
|
5953
|
+
"appearances": {},
|
|
5954
|
+
"rules": [],
|
|
5955
|
+
"tokens": {
|
|
5956
|
+
"rangeBackground": "{palette.color.transparent}",
|
|
5957
|
+
"thumbBackground": "{palette.color.white}",
|
|
5958
|
+
"thumbHeight": "{palette.size.size8}",
|
|
5959
|
+
"thumbWidth": "{palette.size.size8}",
|
|
5960
|
+
"timestampMarginLeft": "{palette.size.size8}",
|
|
5961
|
+
"timestampMarginRight": "{palette.size.size8}",
|
|
5962
|
+
"trackGradientEnd": "{palette.color.mosque}",
|
|
5963
|
+
"trackGradientStart": "{palette.color.mosque}"
|
|
5964
|
+
}
|
|
5965
|
+
},
|
|
5966
|
+
"VideoVolumeSlider": {
|
|
5967
|
+
"appearances": {},
|
|
5968
|
+
"rules": [],
|
|
5969
|
+
"tokens": {
|
|
5970
|
+
"marginLeft": "{palette.size.size16}",
|
|
5971
|
+
"marginRight": "{palette.size.size16}",
|
|
5972
|
+
"mutedIcon": "{palette.icon.Add}",
|
|
5973
|
+
"rangeBackground": "{palette.color.transparent}",
|
|
5974
|
+
"thumbBackground": "{palette.color.white}",
|
|
5975
|
+
"thumbHeight": "{palette.size.size8}",
|
|
5976
|
+
"thumbWidth": "{palette.size.size8}",
|
|
5977
|
+
"trackGradientEnd": "{palette.color.white}",
|
|
5978
|
+
"trackGradientStart": "{palette.color.white}",
|
|
5979
|
+
"unmutedIcon": "{palette.icon.Add}"
|
|
5980
|
+
}
|
|
5981
|
+
},
|
|
5301
5982
|
"WaffleGrid": {
|
|
5302
5983
|
"appearances": {},
|
|
5303
5984
|
"rules": [],
|