@telus-uds/theme-koodo 4.7.0 → 4.9.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 +1508 -734
- package/build/android/theme.json +1000 -219
- package/build/ios/schema.json +1508 -734
- package/build/ios/theme.json +1000 -219
- package/build/rn/schema.json +1508 -734
- package/build/rn/theme.js +631 -123
- package/package.json +4 -4
- package/theme.json +813 -139
package/theme.json
CHANGED
|
@@ -58,6 +58,7 @@
|
|
|
58
58
|
"backgroundColor": "{palette.color.transparent}",
|
|
59
59
|
"borderColor": "{palette.color.mosque}",
|
|
60
60
|
"color": "{palette.color.mosque}",
|
|
61
|
+
"fontSize": "{palette.fontSize.size16}",
|
|
61
62
|
"paddingBottom": "{palette.size.size8}",
|
|
62
63
|
"paddingTop": "{palette.size.size8}"
|
|
63
64
|
}
|
|
@@ -69,6 +70,7 @@
|
|
|
69
70
|
"tokens": {
|
|
70
71
|
"backgroundColor": "{palette.color.onahau}",
|
|
71
72
|
"color": "{palette.color.black}",
|
|
73
|
+
"fontSize": "{palette.fontSize.size16}",
|
|
72
74
|
"paddingBottom": "{palette.size.size8}",
|
|
73
75
|
"paddingTop": "{palette.size.size8}"
|
|
74
76
|
}
|
|
@@ -79,7 +81,8 @@
|
|
|
79
81
|
},
|
|
80
82
|
"tokens": {
|
|
81
83
|
"backgroundColor": "{palette.color.black}",
|
|
82
|
-
"color": "{palette.color.white}"
|
|
84
|
+
"color": "{palette.color.white}",
|
|
85
|
+
"fontSize": "{palette.fontSize.size16}"
|
|
83
86
|
}
|
|
84
87
|
},
|
|
85
88
|
{
|
|
@@ -111,6 +114,7 @@
|
|
|
111
114
|
"borderWidth": "{palette.border.border2}",
|
|
112
115
|
"color": "{palette.color.flirt}",
|
|
113
116
|
"fontName": "{palette.fontName.StagSans}",
|
|
117
|
+
"fontSize": "{palette.fontSize.size14}",
|
|
114
118
|
"fontWeight": "{palette.fontWeight.weight600}",
|
|
115
119
|
"gradient": "{system.gradient.none}",
|
|
116
120
|
"paddingBottom": "{palette.size.size2}",
|
|
@@ -473,6 +477,11 @@
|
|
|
473
477
|
"focus": true
|
|
474
478
|
},
|
|
475
479
|
"tokens": {
|
|
480
|
+
"borderBottomWidth": "{palette.border.border4}",
|
|
481
|
+
"borderLeftWidth": "{palette.border.border4}",
|
|
482
|
+
"borderRightWidth": "{palette.border.border4}",
|
|
483
|
+
"borderTopWidth": "{palette.border.border4}",
|
|
484
|
+
"color": "{palette.color.black}",
|
|
476
485
|
"outerBorderColor": "{palette.color.mosque}",
|
|
477
486
|
"outerBorderGap": "{palette.size.size2}"
|
|
478
487
|
}
|
|
@@ -1466,8 +1475,7 @@
|
|
|
1466
1475
|
},
|
|
1467
1476
|
"tokens": {
|
|
1468
1477
|
"showPanelTabs": "{system.show.false}",
|
|
1469
|
-
"showPreviousNextNavigation": "{system.show.false}"
|
|
1470
|
-
"thumbnailSize": "{palette.size.size48}"
|
|
1478
|
+
"showPreviousNextNavigation": "{system.show.false}"
|
|
1471
1479
|
}
|
|
1472
1480
|
}
|
|
1473
1481
|
],
|
|
@@ -1480,15 +1488,7 @@
|
|
|
1480
1488
|
"showPreviousNextNavigation": "{system.show.true}",
|
|
1481
1489
|
"spaceBetweenSlideAndPanelNavigation": "{palette.size.size32}",
|
|
1482
1490
|
"spaceBetweenSlideAndPreviousNextNavigation": "{palette.size.size24}",
|
|
1483
|
-
"
|
|
1484
|
-
"thumbnailBorderRadius": "{palette.radius.radius4}",
|
|
1485
|
-
"thumbnailBorderWidth": "{palette.border.border1}",
|
|
1486
|
-
"thumbnailContainerPaddingTop": "{palette.size.size24}",
|
|
1487
|
-
"thumbnailMargin": "{palette.size.size4}",
|
|
1488
|
-
"thumbnailPadding": "{palette.size.size8}",
|
|
1489
|
-
"thumbnailSelectedBorderColor": "{palette.color.mosque}",
|
|
1490
|
-
"thumbnailSelectedBorderWidth": "{palette.border.border2}",
|
|
1491
|
-
"thumbnailSize": "{palette.size.size64}"
|
|
1491
|
+
"stepTrackerCurrentBackgroundColor": "{palette.color.white}"
|
|
1492
1492
|
}
|
|
1493
1493
|
},
|
|
1494
1494
|
"CarouselTabsPanelItem": {
|
|
@@ -1496,6 +1496,10 @@
|
|
|
1496
1496
|
"focus": "{appearances.CarouselTabsPanelItem.focus}",
|
|
1497
1497
|
"hover": "{appearances.CarouselTabsPanelItem.hover}",
|
|
1498
1498
|
"inactive": "{appearances.CarouselTabsPanelItem.inactive}",
|
|
1499
|
+
"inverse": {
|
|
1500
|
+
"type": "variant",
|
|
1501
|
+
"values": [true]
|
|
1502
|
+
},
|
|
1499
1503
|
"pressed": "{appearances.CarouselTabsPanelItem.pressed}",
|
|
1500
1504
|
"selected": "{appearances.CarouselTabsPanelItem.selected}"
|
|
1501
1505
|
},
|
|
@@ -1554,11 +1558,82 @@
|
|
|
1554
1558
|
"selected": true
|
|
1555
1559
|
},
|
|
1556
1560
|
"tokens": {
|
|
1557
|
-
"borderBottomColor": "{palette.color.
|
|
1561
|
+
"borderBottomColor": "{palette.color.mosque}",
|
|
1558
1562
|
"borderBottomWidth": "{palette.border.border2}",
|
|
1559
|
-
"color": "{palette.color.
|
|
1560
|
-
|
|
1561
|
-
|
|
1563
|
+
"color": "{palette.color.mosque}"
|
|
1564
|
+
}
|
|
1565
|
+
},
|
|
1566
|
+
{
|
|
1567
|
+
"if": {
|
|
1568
|
+
"hover": true,
|
|
1569
|
+
"inverse": true
|
|
1570
|
+
},
|
|
1571
|
+
"tokens": {
|
|
1572
|
+
"borderBottomColor": "{palette.color.icicleDark}",
|
|
1573
|
+
"borderBottomWidth": "{palette.border.border2}",
|
|
1574
|
+
"color": "{palette.color.icicleDark}"
|
|
1575
|
+
}
|
|
1576
|
+
},
|
|
1577
|
+
{
|
|
1578
|
+
"if": {
|
|
1579
|
+
"focus": true,
|
|
1580
|
+
"inverse": true
|
|
1581
|
+
},
|
|
1582
|
+
"tokens": {
|
|
1583
|
+
"borderBottomColor": "{palette.color.mosque}",
|
|
1584
|
+
"borderBottomWidth": "{palette.border.border4}",
|
|
1585
|
+
"color": "{palette.color.mosque}"
|
|
1586
|
+
}
|
|
1587
|
+
},
|
|
1588
|
+
{
|
|
1589
|
+
"if": {
|
|
1590
|
+
"inverse": true,
|
|
1591
|
+
"pressed": true
|
|
1592
|
+
},
|
|
1593
|
+
"tokens": {
|
|
1594
|
+
"borderBottomColor": "{palette.color.mosqueDark}",
|
|
1595
|
+
"borderBottomWidth": "{palette.border.border2}",
|
|
1596
|
+
"color": "{palette.color.mosqueDark}"
|
|
1597
|
+
}
|
|
1598
|
+
},
|
|
1599
|
+
{
|
|
1600
|
+
"if": {
|
|
1601
|
+
"inverse": true
|
|
1602
|
+
},
|
|
1603
|
+
"tokens": {
|
|
1604
|
+
"color": "{palette.color.icicle}"
|
|
1605
|
+
}
|
|
1606
|
+
},
|
|
1607
|
+
{
|
|
1608
|
+
"if": {
|
|
1609
|
+
"focus": true,
|
|
1610
|
+
"inverse": true,
|
|
1611
|
+
"pressed": true
|
|
1612
|
+
},
|
|
1613
|
+
"tokens": {
|
|
1614
|
+
"borderBottomWidth": "{palette.border.border4}"
|
|
1615
|
+
}
|
|
1616
|
+
},
|
|
1617
|
+
{
|
|
1618
|
+
"if": {
|
|
1619
|
+
"inactive": true,
|
|
1620
|
+
"inverse": true
|
|
1621
|
+
},
|
|
1622
|
+
"tokens": {
|
|
1623
|
+
"borderBottomColor": "{palette.color.silver}",
|
|
1624
|
+
"borderBottomWidth": "{palette.border.border4}",
|
|
1625
|
+
"color": "{palette.color.silver}"
|
|
1626
|
+
}
|
|
1627
|
+
},
|
|
1628
|
+
{
|
|
1629
|
+
"if": {
|
|
1630
|
+
"inverse": true,
|
|
1631
|
+
"selected": true
|
|
1632
|
+
},
|
|
1633
|
+
"tokens": {
|
|
1634
|
+
"borderBottomColor": "{palette.color.white}",
|
|
1635
|
+
"borderBottomWidth": "{palette.border.border4}",
|
|
1636
|
+
"color": "{palette.color.white}"
|
|
1562
1637
|
}
|
|
1563
1638
|
}
|
|
1564
1639
|
],
|
|
@@ -1567,21 +1642,78 @@
|
|
|
1567
1642
|
"borderBottomColor": "{system.color.transparent}",
|
|
1568
1643
|
"borderBottomStyle": "{system.borderStyle.solid}",
|
|
1569
1644
|
"borderBottomWidth": "{palette.border.border1}",
|
|
1570
|
-
"color": "{palette.color.
|
|
1645
|
+
"color": "{palette.color.black}",
|
|
1571
1646
|
"flex": "{system.integer.1}",
|
|
1572
1647
|
"fontName": "{palette.fontName.StagSans}",
|
|
1573
1648
|
"fontScaleCap": "{palette.fontSize.size64}",
|
|
1574
1649
|
"fontSize": "{palette.fontSize.size14}",
|
|
1575
|
-
"fontWeight": "{palette.fontWeight.
|
|
1650
|
+
"fontWeight": "{palette.fontWeight.weight600}",
|
|
1576
1651
|
"justifyContent": "{system.flexJustifyContent.flexStart}",
|
|
1577
1652
|
"letterSpacing": "{system.letterSpacing.none}",
|
|
1578
|
-
"lineHeight": "{palette.lineHeight.
|
|
1653
|
+
"lineHeight": "{palette.lineHeight.ratio14to1}",
|
|
1579
1654
|
"paddingBottom": "{palette.size.size16}",
|
|
1580
1655
|
"paddingLeft": "{system.size.zero}",
|
|
1581
1656
|
"paddingRight": "{system.size.zero}",
|
|
1582
1657
|
"paddingTop": "{system.size.zero}"
|
|
1583
1658
|
}
|
|
1584
1659
|
},
|
|
1660
|
+
"CarouselThumbnail": {
|
|
1661
|
+
"appearances": {
|
|
1662
|
+
"focus": "{appearances.CarouselThumbnail.focus}",
|
|
1663
|
+
"hover": "{appearances.CarouselThumbnail.hover}",
|
|
1664
|
+
"pressed": "{appearances.CarouselThumbnail.pressed}",
|
|
1665
|
+
"viewport": "{appearances.system.viewport}"
|
|
1666
|
+
},
|
|
1667
|
+
"rules": [
|
|
1668
|
+
{
|
|
1669
|
+
"if": {
|
|
1670
|
+
"viewport": ["xs", "sm"]
|
|
1671
|
+
},
|
|
1672
|
+
"tokens": {
|
|
1673
|
+
"alignItems": "{system.flexAlign.flexStart}",
|
|
1674
|
+
"size": "{palette.size.size48}"
|
|
1675
|
+
}
|
|
1676
|
+
},
|
|
1677
|
+
{
|
|
1678
|
+
"if": {
|
|
1679
|
+
"hover": true
|
|
1680
|
+
},
|
|
1681
|
+
"tokens": {
|
|
1682
|
+
"borderColor": "{palette.color.mosqueDark}"
|
|
1683
|
+
}
|
|
1684
|
+
},
|
|
1685
|
+
{
|
|
1686
|
+
"if": {
|
|
1687
|
+
"focus": true
|
|
1688
|
+
},
|
|
1689
|
+
"tokens": {
|
|
1690
|
+
"borderColor": "{palette.color.mosque}",
|
|
1691
|
+
"borderWidth": "{palette.border.border2}"
|
|
1692
|
+
}
|
|
1693
|
+
},
|
|
1694
|
+
{
|
|
1695
|
+
"if": {
|
|
1696
|
+
"pressed": true
|
|
1697
|
+
},
|
|
1698
|
+
"tokens": {
|
|
1699
|
+
"borderColor": "{palette.color.dove}",
|
|
1700
|
+
"borderWidth": "{palette.border.border2}"
|
|
1701
|
+
}
|
|
1702
|
+
}
|
|
1703
|
+
],
|
|
1704
|
+
"tokens": {
|
|
1705
|
+
"alignItems": "{system.flexAlign.center}",
|
|
1706
|
+
"borderColor": "{palette.color.gallery}",
|
|
1707
|
+
"borderRadius": "{palette.radius.radius8}",
|
|
1708
|
+
"borderWidth": "{palette.border.border1}",
|
|
1709
|
+
"containerPaddingTop": "{palette.size.size24}",
|
|
1710
|
+
"margin": "{palette.size.size4}",
|
|
1711
|
+
"padding": "{palette.size.size8}",
|
|
1712
|
+
"selectedBorderColor": "{palette.color.mosque}",
|
|
1713
|
+
"selectedBorderWidth": "{palette.border.border2}",
|
|
1714
|
+
"size": "{palette.size.size72}"
|
|
1715
|
+
}
|
|
1716
|
+
},
|
|
1585
1717
|
"Checkbox": {
|
|
1586
1718
|
"appearances": {
|
|
1587
1719
|
"checked": "{appearances.Checkbox.checked}",
|
|
@@ -2097,7 +2229,7 @@
|
|
|
2097
2229
|
"tokens": {
|
|
2098
2230
|
"borderColor": "{palette.color.transparent}",
|
|
2099
2231
|
"borderStyle": "{system.borderStyle.solid}",
|
|
2100
|
-
"borderWidth": "{
|
|
2232
|
+
"borderWidth": "{system.border.zero}"
|
|
2101
2233
|
}
|
|
2102
2234
|
},
|
|
2103
2235
|
"ExpandCollapseControl": {
|
|
@@ -2315,6 +2447,18 @@
|
|
|
2315
2447
|
"contentPaddingLeft": "{palette.size.size16}",
|
|
2316
2448
|
"contentPaddingRight": "{palette.size.size16}",
|
|
2317
2449
|
"contentPaddingTop": "{palette.size.size16}",
|
|
2450
|
+
"contentPanelBackgroundColor": "{palette.color.gallery}",
|
|
2451
|
+
"contentPanelBorderColor": "{palette.color.transparent}",
|
|
2452
|
+
"contentPanelBorderWidth": "{palette.border.none}",
|
|
2453
|
+
"contentPanelFontColor": "{palette.color.black}",
|
|
2454
|
+
"contentPanelFontName": "{palette.fontName.StagSans}",
|
|
2455
|
+
"contentPanelFontSize": "{palette.fontSize.size16}",
|
|
2456
|
+
"contentPanelFontWeight": "{palette.fontWeight.weight700}",
|
|
2457
|
+
"contentPanelLineHeight": "{palette.lineHeight.ratio3to2}",
|
|
2458
|
+
"contentPanelPaddingBottom": "{palette.size.size16}",
|
|
2459
|
+
"contentPanelPaddingLeft": "{palette.size.size24}",
|
|
2460
|
+
"contentPanelPaddingRight": "{palette.size.size24}",
|
|
2461
|
+
"contentPanelPaddingTop": "{palette.size.size16}",
|
|
2318
2462
|
"expandDividerColor": "{system.color.none}",
|
|
2319
2463
|
"expandDividerWidth": "{system.size.none}",
|
|
2320
2464
|
"expandDuration": "{palette.duration.duration300}",
|
|
@@ -3077,8 +3221,16 @@
|
|
|
3077
3221
|
],
|
|
3078
3222
|
"tokens": {
|
|
3079
3223
|
"backgroundColor": "{system.color.transparent}",
|
|
3224
|
+
"borderBottomLeftRadius": "{system.radius.none}",
|
|
3225
|
+
"borderBottomRightRadius": "{system.radius.none}",
|
|
3226
|
+
"borderBottomWidth": "{system.border.none}",
|
|
3080
3227
|
"borderColor": "{system.color.transparent}",
|
|
3228
|
+
"borderLeftWidth": "{system.border.none}",
|
|
3081
3229
|
"borderRadius": "{system.radius.round}",
|
|
3230
|
+
"borderRightWidth": "{system.border.none}",
|
|
3231
|
+
"borderTopLeftRadius": "{system.radius.none}",
|
|
3232
|
+
"borderTopRightRadius": "{system.radius.none}",
|
|
3233
|
+
"borderTopWidth": "{system.border.none}",
|
|
3082
3234
|
"borderWidth": "{palette.border.border1}",
|
|
3083
3235
|
"icon": "{system.icon.none}",
|
|
3084
3236
|
"iconColor": "{palette.color.black}",
|
|
@@ -3783,11 +3935,12 @@
|
|
|
3783
3935
|
"selected": true
|
|
3784
3936
|
},
|
|
3785
3937
|
"tokens": {
|
|
3786
|
-
"backgroundColor": "{palette.color.
|
|
3787
|
-
"borderColor": "{palette.color.
|
|
3788
|
-
"color": "{palette.color.
|
|
3938
|
+
"backgroundColor": "{palette.color.mosque}",
|
|
3939
|
+
"borderColor": "{palette.color.mosque}",
|
|
3940
|
+
"color": "{palette.color.white}",
|
|
3789
3941
|
"fontName": "{palette.fontName.StagSans}",
|
|
3790
|
-
"fontWeight": "{palette.fontWeight.
|
|
3942
|
+
"fontWeight": "{palette.fontWeight.weight600}",
|
|
3943
|
+
"outerBorderColor": "{palette.color.mosque}"
|
|
3791
3944
|
}
|
|
3792
3945
|
},
|
|
3793
3946
|
{
|
|
@@ -3795,10 +3948,8 @@
|
|
|
3795
3948
|
"focus": true
|
|
3796
3949
|
},
|
|
3797
3950
|
"tokens": {
|
|
3798
|
-
"backgroundColor": "{palette.color.white}",
|
|
3799
3951
|
"borderColor": "{palette.color.mosque}",
|
|
3800
|
-
"borderWidth": "{palette.border.
|
|
3801
|
-
"color": "{palette.color.mosque}"
|
|
3952
|
+
"borderWidth": "{palette.border.border4}"
|
|
3802
3953
|
}
|
|
3803
3954
|
},
|
|
3804
3955
|
{
|
|
@@ -3817,9 +3968,9 @@
|
|
|
3817
3968
|
"hover": true
|
|
3818
3969
|
},
|
|
3819
3970
|
"tokens": {
|
|
3820
|
-
"backgroundColor": "{palette.color.
|
|
3821
|
-
"borderColor": "{palette.color.
|
|
3822
|
-
"color": "{palette.color.
|
|
3971
|
+
"backgroundColor": "{palette.color.darkMosque}",
|
|
3972
|
+
"borderColor": "{palette.color.darkMosque}",
|
|
3973
|
+
"color": "{palette.color.white}"
|
|
3823
3974
|
}
|
|
3824
3975
|
},
|
|
3825
3976
|
{
|
|
@@ -3827,10 +3978,10 @@
|
|
|
3827
3978
|
"pressed": true
|
|
3828
3979
|
},
|
|
3829
3980
|
"tokens": {
|
|
3830
|
-
"backgroundColor": "{palette.color.
|
|
3831
|
-
"borderColor": "{palette.color.
|
|
3981
|
+
"backgroundColor": "{palette.color.mortar}",
|
|
3982
|
+
"borderColor": "{palette.color.mortar}",
|
|
3832
3983
|
"borderWidth": "{palette.border.border1}",
|
|
3833
|
-
"color": "{palette.color.
|
|
3984
|
+
"color": "{palette.color.silver}"
|
|
3834
3985
|
}
|
|
3835
3986
|
},
|
|
3836
3987
|
{
|
|
@@ -3838,10 +3989,37 @@
|
|
|
3838
3989
|
"viewport": ["xs", "sm", "md"]
|
|
3839
3990
|
},
|
|
3840
3991
|
"tokens": {
|
|
3841
|
-
"textAlign": "{system.flexJustifyContent.
|
|
3992
|
+
"textAlign": "{system.flexJustifyContent.spaceBetween}",
|
|
3842
3993
|
"width": "{palette.size.size288}"
|
|
3843
3994
|
}
|
|
3844
3995
|
},
|
|
3996
|
+
{
|
|
3997
|
+
"if": {
|
|
3998
|
+
"hover": true,
|
|
3999
|
+
"selected": true
|
|
4000
|
+
},
|
|
4001
|
+
"tokens": {
|
|
4002
|
+
"backgroundColor": "{palette.color.darkMosque}",
|
|
4003
|
+
"borderColor": "{palette.color.darkMosque}",
|
|
4004
|
+
"color": "{palette.color.white}",
|
|
4005
|
+
"fontName": "{palette.fontName.StagSans}",
|
|
4006
|
+
"fontWeight": "{palette.fontWeight.weight600}"
|
|
4007
|
+
}
|
|
4008
|
+
},
|
|
4009
|
+
{
|
|
4010
|
+
"if": {
|
|
4011
|
+
"pressed": true,
|
|
4012
|
+
"selected": true
|
|
4013
|
+
},
|
|
4014
|
+
"tokens": {
|
|
4015
|
+
"backgroundColor": "{palette.color.mortar}",
|
|
4016
|
+
"borderColor": "{palette.color.mortar}",
|
|
4017
|
+
"color": "{palette.color.silver}",
|
|
4018
|
+
"fontName": "{palette.fontName.StagSans}",
|
|
4019
|
+
"fontWeight": "{palette.fontWeight.weight600}",
|
|
4020
|
+
"outerBorderColor": "{palette.color.mortar}"
|
|
4021
|
+
}
|
|
4022
|
+
},
|
|
3845
4023
|
{
|
|
3846
4024
|
"if": {
|
|
3847
4025
|
"expanded": true
|
|
@@ -3855,24 +4033,24 @@
|
|
|
3855
4033
|
"alignSelf": "{system.flexAlign.flexStart}",
|
|
3856
4034
|
"backgroundColor": "{palette.color.white}",
|
|
3857
4035
|
"borderColor": "{palette.color.white}",
|
|
3858
|
-
"borderRadius": "{palette.radius.
|
|
3859
|
-
"borderWidth": "{palette.border.
|
|
3860
|
-
"color": "{palette.color.
|
|
4036
|
+
"borderRadius": "{palette.radius.radius4}",
|
|
4037
|
+
"borderWidth": "{palette.border.border4}",
|
|
4038
|
+
"color": "{palette.color.black}",
|
|
3861
4039
|
"fontName": "{palette.fontName.StagSans}",
|
|
3862
4040
|
"fontSize": "{palette.fontSize.size14}",
|
|
3863
|
-
"fontWeight": "{palette.fontWeight.
|
|
4041
|
+
"fontWeight": "{palette.fontWeight.weight600}",
|
|
3864
4042
|
"icoMenu": "{palette.icon.ChevronDown}",
|
|
3865
|
-
"lineHeight": "{palette.lineHeight.
|
|
4043
|
+
"lineHeight": "{palette.lineHeight.ratio8to5}",
|
|
3866
4044
|
"minWidth": "{palette.size.size0}",
|
|
3867
4045
|
"opacity": "{palette.opacity.opacity10}",
|
|
3868
4046
|
"outerBackgroundColor": "{palette.color.transparent}",
|
|
3869
4047
|
"outerBorderColor": "{palette.color.transparent}",
|
|
3870
4048
|
"outerBorderGap": "{palette.size.size0}",
|
|
3871
|
-
"outerBorderWidth": "{palette.border.
|
|
3872
|
-
"paddingBottom": "{palette.size.
|
|
4049
|
+
"outerBorderWidth": "{palette.border.none}",
|
|
4050
|
+
"paddingBottom": "{palette.size.size6}",
|
|
3873
4051
|
"paddingLeft": "{palette.size.size16}",
|
|
3874
4052
|
"paddingRight": "{palette.size.size16}",
|
|
3875
|
-
"paddingTop": "{palette.size.
|
|
4053
|
+
"paddingTop": "{palette.size.size6}",
|
|
3876
4054
|
"shadow": "{system.shadow.none}",
|
|
3877
4055
|
"textAlign": "{system.flexJustifyContent.center}",
|
|
3878
4056
|
"width": "{palette.size.size0}"
|
|
@@ -4491,6 +4669,22 @@
|
|
|
4491
4669
|
"alternative": {
|
|
4492
4670
|
"type": "variant",
|
|
4493
4671
|
"values": [true]
|
|
4672
|
+
},
|
|
4673
|
+
"disabled": {
|
|
4674
|
+
"type": "variant",
|
|
4675
|
+
"values": [true]
|
|
4676
|
+
},
|
|
4677
|
+
"focus": {
|
|
4678
|
+
"type": "variant",
|
|
4679
|
+
"values": [true]
|
|
4680
|
+
},
|
|
4681
|
+
"hover": {
|
|
4682
|
+
"type": "variant",
|
|
4683
|
+
"values": [true]
|
|
4684
|
+
},
|
|
4685
|
+
"pressed": {
|
|
4686
|
+
"type": "variant",
|
|
4687
|
+
"values": [true]
|
|
4494
4688
|
}
|
|
4495
4689
|
},
|
|
4496
4690
|
"rules": [
|
|
@@ -4499,67 +4693,251 @@
|
|
|
4499
4693
|
"alternative": true
|
|
4500
4694
|
},
|
|
4501
4695
|
"tokens": {
|
|
4502
|
-
"
|
|
4696
|
+
"paddingBottom": "{palette.size.size8}",
|
|
4697
|
+
"paddingTop": "{palette.size.size8}"
|
|
4503
4698
|
}
|
|
4504
|
-
}
|
|
4505
|
-
],
|
|
4506
|
-
"tokens": {
|
|
4507
|
-
"backgroundColor": "{system.color.none}",
|
|
4508
|
-
"borderColor": "{system.color.none}",
|
|
4509
|
-
"iconColor": "{system.color.none}",
|
|
4510
|
-
"iconSize": "{palette.size.size16}",
|
|
4511
|
-
"inputBackgroundColor": "{system.color.none}",
|
|
4512
|
-
"inputBorderColor": "{system.color.none}",
|
|
4513
|
-
"inputBorderWidth": "{palette.size.size1}",
|
|
4514
|
-
"leftIcon": "{palette.icon.Subtract}",
|
|
4515
|
-
"padding": "{palette.size.size16}",
|
|
4516
|
-
"rightIcon": "{palette.icon.Add}",
|
|
4517
|
-
"textColor": "{system.color.none}"
|
|
4518
|
-
}
|
|
4519
|
-
},
|
|
4520
|
-
"QuickLinks": {
|
|
4521
|
-
"appearances": {
|
|
4522
|
-
"viewport": "{appearances.system.viewport}"
|
|
4523
|
-
},
|
|
4524
|
-
"rules": [
|
|
4699
|
+
},
|
|
4525
4700
|
{
|
|
4526
4701
|
"if": {
|
|
4527
|
-
"
|
|
4702
|
+
"hover": true
|
|
4528
4703
|
},
|
|
4529
4704
|
"tokens": {
|
|
4530
|
-
"
|
|
4531
|
-
"dividers": "{system.show.true}",
|
|
4532
|
-
"list": "{system.show.false}"
|
|
4705
|
+
"inputBackgroundColor": "{palette.color.gallery}"
|
|
4533
4706
|
}
|
|
4534
|
-
}
|
|
4535
|
-
],
|
|
4536
|
-
"tokens": {
|
|
4537
|
-
"card": "{system.show.true}",
|
|
4538
|
-
"dividers": "{system.show.true}",
|
|
4539
|
-
"list": "{system.show.true}",
|
|
4540
|
-
"stackGap": "{system.integer.2}",
|
|
4541
|
-
"stackJustify": "{system.flexJustifyContent.center}",
|
|
4542
|
-
"stackSpace": "{system.integer.4}"
|
|
4543
|
-
}
|
|
4544
|
-
},
|
|
4545
|
-
"QuickLinksButton": {
|
|
4546
|
-
"appearances": {
|
|
4547
|
-
"focus": "{appearances.Button.focus}",
|
|
4548
|
-
"hover": "{appearances.Button.hover}",
|
|
4549
|
-
"pressed": "{appearances.Button.pressed}"
|
|
4550
|
-
},
|
|
4551
|
-
"rules": [
|
|
4707
|
+
},
|
|
4552
4708
|
{
|
|
4553
4709
|
"if": {
|
|
4554
|
-
"
|
|
4710
|
+
"disabled": true
|
|
4555
4711
|
},
|
|
4556
4712
|
"tokens": {
|
|
4557
|
-
"
|
|
4713
|
+
"inputBackgroundColor": "{palette.color.gallery}",
|
|
4714
|
+
"textColor": "{palette.color.silver}"
|
|
4558
4715
|
}
|
|
4559
4716
|
},
|
|
4560
4717
|
{
|
|
4561
4718
|
"if": {
|
|
4562
|
-
"
|
|
4719
|
+
"focus": true
|
|
4720
|
+
},
|
|
4721
|
+
"tokens": {
|
|
4722
|
+
"inputBorderWidth": "{palette.border.border3}"
|
|
4723
|
+
}
|
|
4724
|
+
}
|
|
4725
|
+
],
|
|
4726
|
+
"tokens": {
|
|
4727
|
+
"fontSize": "{palette.fontSize.size16}",
|
|
4728
|
+
"inputBackgroundColor": "{palette.color.white}",
|
|
4729
|
+
"inputBorderColor": "{palette.color.dove}",
|
|
4730
|
+
"inputBorderWidth": "{palette.border.border1}",
|
|
4731
|
+
"inputWidth": "{palette.size.size64}",
|
|
4732
|
+
"lineHeight": "{palette.lineHeight.ratio3to2}",
|
|
4733
|
+
"padding": "{palette.size.size12}",
|
|
4734
|
+
"paddingBottom": "{palette.size.size12}",
|
|
4735
|
+
"paddingLeft": "{palette.size.size12}",
|
|
4736
|
+
"paddingRight": "{palette.size.size12}",
|
|
4737
|
+
"paddingTop": "{palette.size.size12}",
|
|
4738
|
+
"textColor": "{palette.color.black}"
|
|
4739
|
+
}
|
|
4740
|
+
},
|
|
4741
|
+
"QuantitySelectorSideButton": {
|
|
4742
|
+
"appearances": {
|
|
4743
|
+
"alternative": {
|
|
4744
|
+
"type": "variant",
|
|
4745
|
+
"values": [true]
|
|
4746
|
+
},
|
|
4747
|
+
"decrease": {
|
|
4748
|
+
"type": "variant",
|
|
4749
|
+
"values": [true]
|
|
4750
|
+
},
|
|
4751
|
+
"disabled": {
|
|
4752
|
+
"type": "variant",
|
|
4753
|
+
"values": [true]
|
|
4754
|
+
},
|
|
4755
|
+
"focus": {
|
|
4756
|
+
"type": "variant",
|
|
4757
|
+
"values": [true]
|
|
4758
|
+
},
|
|
4759
|
+
"hover": {
|
|
4760
|
+
"type": "variant",
|
|
4761
|
+
"values": [true]
|
|
4762
|
+
},
|
|
4763
|
+
"increase": {
|
|
4764
|
+
"type": "variant",
|
|
4765
|
+
"values": [true]
|
|
4766
|
+
},
|
|
4767
|
+
"pressed": {
|
|
4768
|
+
"type": "variant",
|
|
4769
|
+
"values": [true]
|
|
4770
|
+
}
|
|
4771
|
+
},
|
|
4772
|
+
"rules": [
|
|
4773
|
+
{
|
|
4774
|
+
"if": {
|
|
4775
|
+
"hover": true
|
|
4776
|
+
},
|
|
4777
|
+
"tokens": {
|
|
4778
|
+
"backgroundColor": "{palette.color.gallery}"
|
|
4779
|
+
}
|
|
4780
|
+
},
|
|
4781
|
+
{
|
|
4782
|
+
"if": {
|
|
4783
|
+
"pressed": true
|
|
4784
|
+
},
|
|
4785
|
+
"tokens": {
|
|
4786
|
+
"backgroundColor": "{palette.color.silver}",
|
|
4787
|
+
"borderWidth": "{palette.border.border3}"
|
|
4788
|
+
}
|
|
4789
|
+
},
|
|
4790
|
+
{
|
|
4791
|
+
"if": {
|
|
4792
|
+
"decrease": true
|
|
4793
|
+
},
|
|
4794
|
+
"tokens": {
|
|
4795
|
+
"borderBottomLeftRadius": "{palette.radius.radius4}",
|
|
4796
|
+
"borderRightWidth": "{system.border.zero}",
|
|
4797
|
+
"borderTopLeftRadius": "{palette.radius.radius4}",
|
|
4798
|
+
"icon": "{palette.icon.Subtract}"
|
|
4799
|
+
}
|
|
4800
|
+
},
|
|
4801
|
+
{
|
|
4802
|
+
"if": {
|
|
4803
|
+
"increase": true
|
|
4804
|
+
},
|
|
4805
|
+
"tokens": {
|
|
4806
|
+
"borderBottomRightRadius": "{palette.radius.radius4}",
|
|
4807
|
+
"borderLeftWidth": "{system.border.zero}",
|
|
4808
|
+
"borderTopRightRadius": "{palette.radius.radius4}",
|
|
4809
|
+
"icon": "{palette.icon.Add}"
|
|
4810
|
+
}
|
|
4811
|
+
},
|
|
4812
|
+
{
|
|
4813
|
+
"if": {
|
|
4814
|
+
"focus": true,
|
|
4815
|
+
"increase": true
|
|
4816
|
+
},
|
|
4817
|
+
"tokens": {
|
|
4818
|
+
"borderBottomWidth": "{palette.border.border3}",
|
|
4819
|
+
"borderLeftWidth": "{palette.border.border2}",
|
|
4820
|
+
"borderRightWidth": "{palette.border.border3}",
|
|
4821
|
+
"borderTopWidth": "{palette.border.border3}"
|
|
4822
|
+
}
|
|
4823
|
+
},
|
|
4824
|
+
{
|
|
4825
|
+
"if": {
|
|
4826
|
+
"decrease": true,
|
|
4827
|
+
"focus": true
|
|
4828
|
+
},
|
|
4829
|
+
"tokens": {
|
|
4830
|
+
"borderBottomWidth": "{palette.border.border3}",
|
|
4831
|
+
"borderLeftWidth": "{palette.border.border3}",
|
|
4832
|
+
"borderRightWidth": "{palette.border.border2}",
|
|
4833
|
+
"borderTopWidth": "{palette.border.border3}"
|
|
4834
|
+
}
|
|
4835
|
+
},
|
|
4836
|
+
{
|
|
4837
|
+
"if": {
|
|
4838
|
+
"disabled": true
|
|
4839
|
+
},
|
|
4840
|
+
"tokens": {
|
|
4841
|
+
"backgroundColor": "{palette.color.gallery}",
|
|
4842
|
+
"iconColor": "{palette.color.silver}"
|
|
4843
|
+
}
|
|
4844
|
+
},
|
|
4845
|
+
{
|
|
4846
|
+
"if": {
|
|
4847
|
+
"alternative": true
|
|
4848
|
+
},
|
|
4849
|
+
"tokens": {
|
|
4850
|
+
"paddingBottom": "{palette.size.size12}",
|
|
4851
|
+
"paddingTop": "{palette.size.size12}"
|
|
4852
|
+
}
|
|
4853
|
+
},
|
|
4854
|
+
{
|
|
4855
|
+
"if": {
|
|
4856
|
+
"alternative": true,
|
|
4857
|
+
"increase": true
|
|
4858
|
+
},
|
|
4859
|
+
"tokens": {
|
|
4860
|
+
"borderBottomRightRadius": "{palette.radius.radius24}",
|
|
4861
|
+
"borderTopRightRadius": "{palette.radius.radius24}"
|
|
4862
|
+
}
|
|
4863
|
+
},
|
|
4864
|
+
{
|
|
4865
|
+
"if": {
|
|
4866
|
+
"alternative": true,
|
|
4867
|
+
"decrease": true
|
|
4868
|
+
},
|
|
4869
|
+
"tokens": {
|
|
4870
|
+
"borderBottomLeftRadius": "{palette.radius.radius24}",
|
|
4871
|
+
"borderTopLeftRadius": "{palette.radius.radius24}"
|
|
4872
|
+
}
|
|
4873
|
+
}
|
|
4874
|
+
],
|
|
4875
|
+
"tokens": {
|
|
4876
|
+
"backgroundColor": "{palette.color.white}",
|
|
4877
|
+
"borderBottomLeftRadius": "{system.radius.zero}",
|
|
4878
|
+
"borderBottomRightRadius": "{system.radius.zero}",
|
|
4879
|
+
"borderBottomWidth": "{palette.border.border1}",
|
|
4880
|
+
"borderColor": "{palette.color.dove}",
|
|
4881
|
+
"borderLeftWidth": "{palette.border.border1}",
|
|
4882
|
+
"borderRadius": "{system.radius.zero}",
|
|
4883
|
+
"borderRightWidth": "{palette.border.border1}",
|
|
4884
|
+
"borderTopLeftRadius": "{system.radius.zero}",
|
|
4885
|
+
"borderTopRightRadius": "{system.radius.zero}",
|
|
4886
|
+
"borderTopWidth": "{palette.border.border1}",
|
|
4887
|
+
"borderWidth": "{palette.border.border1}",
|
|
4888
|
+
"icon": "{system.icon.none}",
|
|
4889
|
+
"iconColor": "{palette.color.black}",
|
|
4890
|
+
"iconSize": "{palette.size.size16}",
|
|
4891
|
+
"padding": "{palette.size.size16}",
|
|
4892
|
+
"paddingBottom": "{palette.size.size16}",
|
|
4893
|
+
"paddingLeft": "{palette.size.size16}",
|
|
4894
|
+
"paddingRight": "{palette.size.size16}",
|
|
4895
|
+
"paddingTop": "{palette.size.size16}"
|
|
4896
|
+
}
|
|
4897
|
+
},
|
|
4898
|
+
"QuickLinks": {
|
|
4899
|
+
"appearances": {
|
|
4900
|
+
"viewport": "{appearances.system.viewport}"
|
|
4901
|
+
},
|
|
4902
|
+
"rules": [
|
|
4903
|
+
{
|
|
4904
|
+
"if": {
|
|
4905
|
+
"viewport": ["md", "lg", "xl"]
|
|
4906
|
+
},
|
|
4907
|
+
"tokens": {
|
|
4908
|
+
"card": "{system.show.false}",
|
|
4909
|
+
"dividers": "{system.show.true}",
|
|
4910
|
+
"list": "{system.show.false}"
|
|
4911
|
+
}
|
|
4912
|
+
}
|
|
4913
|
+
],
|
|
4914
|
+
"tokens": {
|
|
4915
|
+
"card": "{system.show.true}",
|
|
4916
|
+
"dividers": "{system.show.true}",
|
|
4917
|
+
"list": "{system.show.true}",
|
|
4918
|
+
"stackGap": "{system.integer.2}",
|
|
4919
|
+
"stackJustify": "{system.flexJustifyContent.center}",
|
|
4920
|
+
"stackSpace": "{system.integer.4}"
|
|
4921
|
+
}
|
|
4922
|
+
},
|
|
4923
|
+
"QuickLinksButton": {
|
|
4924
|
+
"appearances": {
|
|
4925
|
+
"focus": "{appearances.Button.focus}",
|
|
4926
|
+
"hover": "{appearances.Button.hover}",
|
|
4927
|
+
"pressed": "{appearances.Button.pressed}"
|
|
4928
|
+
},
|
|
4929
|
+
"rules": [
|
|
4930
|
+
{
|
|
4931
|
+
"if": {
|
|
4932
|
+
"hover": true
|
|
4933
|
+
},
|
|
4934
|
+
"tokens": {
|
|
4935
|
+
"borderWidth": "{palette.border.border3}"
|
|
4936
|
+
}
|
|
4937
|
+
},
|
|
4938
|
+
{
|
|
4939
|
+
"if": {
|
|
4940
|
+
"pressed": true
|
|
4563
4941
|
},
|
|
4564
4942
|
"tokens": {
|
|
4565
4943
|
"backgroundColor": "{palette.color.silver}",
|
|
@@ -5550,18 +5928,37 @@
|
|
|
5550
5928
|
}
|
|
5551
5929
|
},
|
|
5552
5930
|
"SkipLink": {
|
|
5553
|
-
"appearances": {
|
|
5554
|
-
|
|
5931
|
+
"appearances": {
|
|
5932
|
+
"focus": "{appearances.SkipLink.focus}",
|
|
5933
|
+
"pressed": "{appearances.SkipLink.pressed}"
|
|
5934
|
+
},
|
|
5935
|
+
"rules": [
|
|
5936
|
+
{
|
|
5937
|
+
"if": {
|
|
5938
|
+
"focus": true,
|
|
5939
|
+
"pressed": true
|
|
5940
|
+
},
|
|
5941
|
+
"tokens": {
|
|
5942
|
+
"color": "{palette.color.mortar}",
|
|
5943
|
+
"outlineColor": "{palette.color.mortar}"
|
|
5944
|
+
}
|
|
5945
|
+
}
|
|
5946
|
+
],
|
|
5555
5947
|
"tokens": {
|
|
5556
|
-
"backgroundColor": "{palette.color.
|
|
5557
|
-
"borderRadius": "{palette.radius.
|
|
5558
|
-
"color": "{palette.color.
|
|
5948
|
+
"backgroundColor": "{palette.color.white}",
|
|
5949
|
+
"borderRadius": "{palette.radius.radius4}",
|
|
5950
|
+
"color": "{palette.color.mosque}",
|
|
5951
|
+
"fontName": "{palette.fontName.StagSans}",
|
|
5952
|
+
"fontSize": "{palette.fontSize.size16}",
|
|
5953
|
+
"fontWeight": "{palette.fontWeight.weight600}",
|
|
5954
|
+
"lineHeight": "{palette.lineHeight.ratio3to2}",
|
|
5559
5955
|
"outlineColor": "{palette.color.mosque}",
|
|
5560
5956
|
"outlineOffset": "{system.border.zero}",
|
|
5561
5957
|
"outlineStyle": "{system.borderStyle.solid}",
|
|
5562
5958
|
"outlineWidth": "{palette.border.border2}",
|
|
5563
|
-
"paddingHorizontal": "{palette.size.
|
|
5564
|
-
"paddingVertical": "{palette.size.
|
|
5959
|
+
"paddingHorizontal": "{palette.size.size2}",
|
|
5960
|
+
"paddingVertical": "{palette.size.size2}",
|
|
5961
|
+
"textLine": "{system.textLine.underline}"
|
|
5565
5962
|
}
|
|
5566
5963
|
},
|
|
5567
5964
|
"Spinner": {
|
|
@@ -5670,11 +6067,11 @@
|
|
|
5670
6067
|
"completedIconColor": "{palette.color.dove}",
|
|
5671
6068
|
"connectorColor": "{palette.color.white}",
|
|
5672
6069
|
"connectorCompletedColor": "{palette.color.white}",
|
|
5673
|
-
"knobBackgroundColor": "{
|
|
6070
|
+
"knobBackgroundColor": "{system.color.transparent}",
|
|
5674
6071
|
"knobBorderColor": "{palette.color.white}",
|
|
5675
6072
|
"knobCompletedBackgroundColor": "{palette.color.white}",
|
|
5676
|
-
"knobCompletedBorderColor": "{
|
|
5677
|
-
"knobCurrentBackgroundColor": "{
|
|
6073
|
+
"knobCompletedBorderColor": "{system.color.transparent}",
|
|
6074
|
+
"knobCurrentBackgroundColor": "{system.color.transparent}",
|
|
5678
6075
|
"knobCurrentBorderColor": "{palette.color.white}",
|
|
5679
6076
|
"knobCurrentInnerColor": "{palette.color.white}",
|
|
5680
6077
|
"labelColor": "{palette.color.white}",
|
|
@@ -5792,37 +6189,167 @@
|
|
|
5792
6189
|
"Table": {
|
|
5793
6190
|
"appearances": {
|
|
5794
6191
|
"spacing": {
|
|
6192
|
+
"description": "Adjusts the height of the table cell",
|
|
6193
|
+
"type": "variant",
|
|
6194
|
+
"values": ["compact", "default"]
|
|
6195
|
+
},
|
|
6196
|
+
"text": {
|
|
6197
|
+
"type": "variant",
|
|
6198
|
+
"values": ["small"]
|
|
6199
|
+
},
|
|
6200
|
+
"type": {
|
|
5795
6201
|
"type": "variant",
|
|
5796
|
-
"values": ["
|
|
6202
|
+
"values": ["subHeading", "rowHeading", "heading", "default"]
|
|
5797
6203
|
}
|
|
5798
6204
|
},
|
|
5799
6205
|
"rules": [
|
|
5800
6206
|
{
|
|
5801
6207
|
"if": {
|
|
5802
|
-
"spacing": "compact"
|
|
6208
|
+
"spacing": "compact",
|
|
6209
|
+
"type": "default"
|
|
5803
6210
|
},
|
|
5804
6211
|
"tokens": {
|
|
5805
6212
|
"cellPaddingBottom": "{palette.size.size8}",
|
|
5806
|
-
"cellPaddingTop": "{palette.size.size8}"
|
|
6213
|
+
"cellPaddingTop": "{palette.size.size8}",
|
|
6214
|
+
"fontSize": "{palette.fontSize.size16}",
|
|
6215
|
+
"lineHeight": "{palette.lineHeight.ratio5to4}"
|
|
6216
|
+
}
|
|
6217
|
+
},
|
|
6218
|
+
{
|
|
6219
|
+
"if": {
|
|
6220
|
+
"spacing": "compact",
|
|
6221
|
+
"type": "rowHeading"
|
|
6222
|
+
},
|
|
6223
|
+
"tokens": {
|
|
6224
|
+
"cellPaddingBottom": "{palette.size.size8}",
|
|
6225
|
+
"cellPaddingTop": "{palette.size.size8}",
|
|
6226
|
+
"fontName": "{palette.fontName.StagSans}",
|
|
6227
|
+
"fontSize": "{palette.fontSize.size16}",
|
|
6228
|
+
"fontWeight": "{palette.fontWeight.weight600}",
|
|
6229
|
+
"lineHeight": "{palette.lineHeight.ratio5to4}"
|
|
6230
|
+
}
|
|
6231
|
+
},
|
|
6232
|
+
{
|
|
6233
|
+
"if": {
|
|
6234
|
+
"spacing": "compact",
|
|
6235
|
+
"type": "subHeading"
|
|
6236
|
+
},
|
|
6237
|
+
"tokens": {
|
|
6238
|
+
"cellBackground": "{palette.color.greyLight}",
|
|
6239
|
+
"cellPaddingBottom": "{palette.size.size8}",
|
|
6240
|
+
"cellPaddingTop": "{palette.size.size8}",
|
|
6241
|
+
"fontName": "{palette.fontName.StagSans}",
|
|
6242
|
+
"fontSize": "{palette.fontSize.size16}",
|
|
6243
|
+
"fontWeight": "{palette.fontWeight.weight600}",
|
|
6244
|
+
"lineHeight": "{palette.lineHeight.ratio5to4}"
|
|
6245
|
+
}
|
|
6246
|
+
},
|
|
6247
|
+
{
|
|
6248
|
+
"if": {
|
|
6249
|
+
"spacing": "default",
|
|
6250
|
+
"type": "heading"
|
|
6251
|
+
},
|
|
6252
|
+
"tokens": {
|
|
6253
|
+
"cellBackground": "{palette.color.mintTulip}",
|
|
6254
|
+
"cellBoxShadowColor": "{palette.color.transparent}",
|
|
6255
|
+
"fontName": "{palette.fontName.StagSans}",
|
|
6256
|
+
"fontSize": "{palette.fontSize.size16}",
|
|
6257
|
+
"fontWeight": "{palette.fontWeight.weight600}",
|
|
6258
|
+
"lineHeight": "{palette.lineHeight.ratio3to2}"
|
|
6259
|
+
}
|
|
6260
|
+
},
|
|
6261
|
+
{
|
|
6262
|
+
"if": {
|
|
6263
|
+
"spacing": "compact",
|
|
6264
|
+
"type": "heading"
|
|
6265
|
+
},
|
|
6266
|
+
"tokens": {
|
|
6267
|
+
"cellBackground": "{palette.color.mintTulip}",
|
|
6268
|
+
"cellBoxShadowColor": "{palette.color.transparent}",
|
|
6269
|
+
"fontName": "{palette.fontName.StagSans}",
|
|
6270
|
+
"fontSize": "{palette.fontSize.size16}",
|
|
6271
|
+
"fontWeight": "{palette.fontWeight.weight600}",
|
|
6272
|
+
"lineHeight": "{palette.lineHeight.ratio5to4}"
|
|
6273
|
+
}
|
|
6274
|
+
},
|
|
6275
|
+
{
|
|
6276
|
+
"if": {
|
|
6277
|
+
"spacing": "default",
|
|
6278
|
+
"type": "subHeading"
|
|
6279
|
+
},
|
|
6280
|
+
"tokens": {
|
|
6281
|
+
"cellBackground": "{palette.color.greyLight}",
|
|
6282
|
+
"fontName": "{palette.fontName.StagSans}",
|
|
6283
|
+
"fontSize": "{palette.fontSize.size16}",
|
|
6284
|
+
"fontWeight": "{palette.fontWeight.weight600}",
|
|
6285
|
+
"lineHeight": "{palette.lineHeight.ratio3to2}"
|
|
6286
|
+
}
|
|
6287
|
+
},
|
|
6288
|
+
{
|
|
6289
|
+
"if": {
|
|
6290
|
+
"spacing": "default",
|
|
6291
|
+
"type": "rowHeading"
|
|
6292
|
+
},
|
|
6293
|
+
"tokens": {
|
|
6294
|
+
"fontName": "{palette.fontName.StagSans}",
|
|
6295
|
+
"fontSize": "{palette.fontSize.size16}",
|
|
6296
|
+
"fontWeight": "{palette.fontWeight.weight600}",
|
|
6297
|
+
"lineHeight": "{palette.lineHeight.ratio3to2}"
|
|
6298
|
+
}
|
|
6299
|
+
},
|
|
6300
|
+
{
|
|
6301
|
+
"if": {
|
|
6302
|
+
"text": "small",
|
|
6303
|
+
"type": "default"
|
|
6304
|
+
},
|
|
6305
|
+
"tokens": {
|
|
6306
|
+
"fontName": "{palette.fontName.StagSans}",
|
|
6307
|
+
"fontSize": "{palette.fontSize.size14}",
|
|
6308
|
+
"fontWeight": "{palette.fontWeight.weight400}",
|
|
6309
|
+
"lineHeight": "{palette.lineHeight.ratio10to7}"
|
|
6310
|
+
}
|
|
6311
|
+
},
|
|
6312
|
+
{
|
|
6313
|
+
"if": {
|
|
6314
|
+
"spacing": "default",
|
|
6315
|
+
"text": "small",
|
|
6316
|
+
"type": "rowHeading"
|
|
6317
|
+
},
|
|
6318
|
+
"tokens": {
|
|
6319
|
+
"fontName": "{palette.fontName.StagSans}",
|
|
6320
|
+
"fontSize": "{palette.fontSize.size14}",
|
|
6321
|
+
"fontWeight": "{palette.fontWeight.weight600}",
|
|
6322
|
+
"lineHeight": "{palette.lineHeight.ratio10to7}"
|
|
6323
|
+
}
|
|
6324
|
+
},
|
|
6325
|
+
{
|
|
6326
|
+
"if": {
|
|
6327
|
+
"spacing": "compact",
|
|
6328
|
+
"text": "small",
|
|
6329
|
+
"type": "rowHeading"
|
|
6330
|
+
},
|
|
6331
|
+
"tokens": {
|
|
6332
|
+
"fontName": "{palette.fontName.StagSans}",
|
|
6333
|
+
"fontSize": "{palette.fontSize.size14}",
|
|
6334
|
+
"fontWeight": "{palette.fontWeight.weight600}",
|
|
6335
|
+
"lineHeight": "{palette.lineHeight.ratio8to7}"
|
|
5807
6336
|
}
|
|
5808
6337
|
}
|
|
5809
6338
|
],
|
|
5810
6339
|
"tokens": {
|
|
5811
6340
|
"cellBackground": "{palette.color.white}",
|
|
5812
6341
|
"cellBoxShadowColor": "{palette.color.gallery}",
|
|
5813
|
-
"cellHeadingBackground": "{palette.color.mintTulip}",
|
|
5814
|
-
"cellHeadingBoxShadowColor": "{palette.color.gallery}",
|
|
5815
6342
|
"cellMinWidth": "{palette.size.size0}",
|
|
5816
6343
|
"cellPaddingBottom": "{palette.size.size16}",
|
|
5817
6344
|
"cellPaddingLeft": "{palette.size.size16}",
|
|
5818
6345
|
"cellPaddingRight": "{palette.size.size16}",
|
|
5819
6346
|
"cellPaddingTop": "{palette.size.size16}",
|
|
5820
|
-
"
|
|
5821
|
-
"cellStickyShadow": "{palette.shadow.surfaceEmboss}",
|
|
5822
|
-
"cellSubheadingBackground": "{palette.color.greyLight}",
|
|
6347
|
+
"cellStickyShadow": "{palette.shadow.elevation1}",
|
|
5823
6348
|
"fontName": "{palette.fontName.StagSans}",
|
|
5824
6349
|
"fontSize": "{palette.fontSize.size16}",
|
|
5825
|
-
"fontWeight": "{palette.fontWeight.
|
|
6350
|
+
"fontWeight": "{palette.fontWeight.weight400}",
|
|
6351
|
+
"lineHeight": "{palette.lineHeight.ratio3to2}",
|
|
6352
|
+
"stickyBackgroundColor": "{palette.color.white}",
|
|
5826
6353
|
"tablePaddingBottom": "{palette.size.size24}"
|
|
5827
6354
|
}
|
|
5828
6355
|
},
|
|
@@ -6078,6 +6605,7 @@
|
|
|
6078
6605
|
"icon": "{palette.icon.Close}",
|
|
6079
6606
|
"iconBackground": "{palette.color.mosque}",
|
|
6080
6607
|
"iconColor": "{palette.color.white}",
|
|
6608
|
+
"iconPadding": "{palette.size.size4}",
|
|
6081
6609
|
"outerBorderColor": "{palette.color.transparent}",
|
|
6082
6610
|
"outerBorderWidth": "{palette.border.none}"
|
|
6083
6611
|
}
|
|
@@ -6167,7 +6695,7 @@
|
|
|
6167
6695
|
"outerBorderWidth": "{palette.border.none}",
|
|
6168
6696
|
"paddingBottom": "{palette.size.size8}",
|
|
6169
6697
|
"paddingLeft": "{palette.size.size16}",
|
|
6170
|
-
"paddingRight": "{palette.size.
|
|
6698
|
+
"paddingRight": "{palette.size.size16}",
|
|
6171
6699
|
"paddingTop": "{palette.size.size8}",
|
|
6172
6700
|
"shadow": "{system.shadow.none}",
|
|
6173
6701
|
"textAlign": "{system.flexJustifyContent.center}"
|
|
@@ -6175,9 +6703,20 @@
|
|
|
6175
6703
|
},
|
|
6176
6704
|
"TermsAndConditions": {
|
|
6177
6705
|
"appearances": {
|
|
6178
|
-
"expanded": "{appearances.TermsAndConditions.expanded}"
|
|
6706
|
+
"expanded": "{appearances.TermsAndConditions.expanded}",
|
|
6707
|
+
"viewport": "{appearances.system.viewport}"
|
|
6179
6708
|
},
|
|
6180
6709
|
"rules": [
|
|
6710
|
+
{
|
|
6711
|
+
"if": {
|
|
6712
|
+
"viewport": ["xs", "sm"]
|
|
6713
|
+
},
|
|
6714
|
+
"tokens": {
|
|
6715
|
+
"expandContentPaddingRight": "{palette.size.size24}",
|
|
6716
|
+
"listMarginLeft": "{palette.size.size2}",
|
|
6717
|
+
"titlePaddingLeft": "{palette.size.size2}"
|
|
6718
|
+
}
|
|
6719
|
+
},
|
|
6181
6720
|
{
|
|
6182
6721
|
"if": {
|
|
6183
6722
|
"expanded": true
|
|
@@ -6188,28 +6727,37 @@
|
|
|
6188
6727
|
}
|
|
6189
6728
|
],
|
|
6190
6729
|
"tokens": {
|
|
6730
|
+
"contentBorderColor": "{system.color.transparent}",
|
|
6731
|
+
"contentMarginBottom": "{palette.size.size0}",
|
|
6191
6732
|
"contentPaddingBottom": "{palette.size.size8}",
|
|
6192
6733
|
"contentPaddingLeft": "{palette.size.size16}",
|
|
6734
|
+
"dividerColor": "{palette.color.silver}",
|
|
6193
6735
|
"expandBaseBorderWidth": "{palette.border.none}",
|
|
6194
6736
|
"expandContentPaddingBottom": "{palette.size.size16}",
|
|
6195
6737
|
"expandContentPaddingLeft": "{palette.size.size16}",
|
|
6196
6738
|
"expandContentPaddingRight": "{palette.size.size16}",
|
|
6197
6739
|
"expandContentPaddingTop": "{palette.size.size16}",
|
|
6198
6740
|
"expandIconContainerAlignItems": "{system.flexAlign.center}",
|
|
6199
|
-
"expandIconContainerBorder": "{palette.border.
|
|
6200
|
-
"expandIconContainerBorderColor": "{palette.color.
|
|
6741
|
+
"expandIconContainerBorder": "{palette.border.none}",
|
|
6742
|
+
"expandIconContainerBorderColor": "{palette.color.transparent}",
|
|
6201
6743
|
"expandIconContainerHeight": "{palette.size.size32}",
|
|
6202
6744
|
"expandIconContainerJustifyContent": "{system.flexJustifyContent.center}",
|
|
6203
6745
|
"expandIconContainerMarginX": "{palette.size.size0}",
|
|
6204
6746
|
"expandIconContainerMarginY": "{palette.size.size12}",
|
|
6205
6747
|
"expandIconContainerWidth": "{palette.size.size32}",
|
|
6206
|
-
"
|
|
6748
|
+
"expandTitleBorder": "{palette.border.none}",
|
|
6749
|
+
"expandTitleBorderColor": "{palette.color.transparent}",
|
|
6750
|
+
"expandTitleColor": "{palette.color.black}",
|
|
6751
|
+
"expandTitleFontName": "{palette.fontName.StagSans}",
|
|
6207
6752
|
"expandTitleFontSize": "{palette.size.size16}",
|
|
6753
|
+
"expandTitleFontWeight": "{palette.fontWeight.weight600}",
|
|
6208
6754
|
"expandTitleLineHeight": "{palette.lineHeight.multiply150}",
|
|
6209
6755
|
"expandTitleMarginX": "{palette.size.size4}",
|
|
6210
6756
|
"expandTitleMarginY": "{palette.size.size0}",
|
|
6757
|
+
"expandTitlePaddingLeft": "{palette.size.size0}",
|
|
6758
|
+
"expandTitleUnderline": "{system.textLine.none}",
|
|
6211
6759
|
"icon": "{palette.icon.ChevronDown}",
|
|
6212
|
-
"listColor": "{palette.color.
|
|
6760
|
+
"listColor": "{palette.color.black}",
|
|
6213
6761
|
"listFontName": "{palette.fontName.StagSans}",
|
|
6214
6762
|
"listFontSize": "{palette.fontSize.size14}",
|
|
6215
6763
|
"listFontWeight": "{palette.fontWeight.weight400}",
|
|
@@ -6222,23 +6770,54 @@
|
|
|
6222
6770
|
"titleColor": "{palette.color.mosque}",
|
|
6223
6771
|
"titleFontSize": "{palette.fontSize.size14}",
|
|
6224
6772
|
"titleLineHeight": "{palette.lineHeight.ratio10to7}",
|
|
6225
|
-
"titlePaddingLeft": "{palette.size.
|
|
6226
|
-
"unorderedPadding": "{palette.size.
|
|
6773
|
+
"titlePaddingLeft": "{palette.size.size32}",
|
|
6774
|
+
"unorderedPadding": "{palette.size.size12}"
|
|
6227
6775
|
}
|
|
6228
6776
|
},
|
|
6229
6777
|
"Testimonial": {
|
|
6230
|
-
"appearances": {
|
|
6231
|
-
|
|
6778
|
+
"appearances": {
|
|
6779
|
+
"viewport": "{appearances.system.viewport}"
|
|
6780
|
+
},
|
|
6781
|
+
"rules": [
|
|
6782
|
+
{
|
|
6783
|
+
"if": {
|
|
6784
|
+
"viewport": ["md", "lg", "xl"]
|
|
6785
|
+
},
|
|
6786
|
+
"tokens": {
|
|
6787
|
+
"testimonialFontNameHeading": "{palette.fontName.StagSans}",
|
|
6788
|
+
"testimonialFontSizeHeading": "{palette.fontSize.size32}",
|
|
6789
|
+
"testimonialFontWeightHeading": "{palette.fontWeight.weight700}",
|
|
6790
|
+
"testimonialLineHeightHeading": "{palette.lineHeight.ratio5to4}"
|
|
6791
|
+
}
|
|
6792
|
+
}
|
|
6793
|
+
],
|
|
6232
6794
|
"tokens": {
|
|
6233
|
-
"
|
|
6795
|
+
"additionalFontName": "{palette.fontName.StagSans}",
|
|
6796
|
+
"additionalFontSize": "{palette.fontSize.size14}",
|
|
6797
|
+
"additionalFontWeight": "{palette.fontWeight.weight400}",
|
|
6798
|
+
"additionalLineHeight": "{palette.lineHeight.ratio10to7}",
|
|
6799
|
+
"authorFontName": "{palette.fontName.StagSans}",
|
|
6800
|
+
"authorFontSize": "{palette.fontSize.size16}",
|
|
6801
|
+
"authorFontWeight": "{palette.fontWeight.weight600}",
|
|
6802
|
+
"authorLineHeight": "{palette.lineHeight.multiply150}",
|
|
6803
|
+
"dividerBackgroundColor": "{palette.color.silver}",
|
|
6234
6804
|
"dividerBorder": "{palette.border.border1}",
|
|
6235
6805
|
"figcaptionGap": "{palette.size.size12}",
|
|
6236
|
-
"icon": "{palette.icon.
|
|
6237
|
-
"iconColor": "{palette.color.
|
|
6806
|
+
"icon": "{palette.icon.QuoteLeft}",
|
|
6807
|
+
"iconColor": "{palette.color.silver}",
|
|
6808
|
+
"iconFr": "{palette.icon.QuoteRightArrow}",
|
|
6238
6809
|
"imageSize": "{palette.size.size48}",
|
|
6239
6810
|
"quoteContainerGap": "{palette.size.size4}",
|
|
6240
6811
|
"testimonialContainerGap": "{palette.size.size12}",
|
|
6241
|
-
"
|
|
6812
|
+
"testimonialFontNameHeading": "{palette.fontName.StagSans}",
|
|
6813
|
+
"testimonialFontNameLarge": "{palette.fontName.StagSans}",
|
|
6814
|
+
"testimonialFontSizeHeading": "{palette.fontSize.size24}",
|
|
6815
|
+
"testimonialFontSizeLarge": "{palette.fontSize.size20}",
|
|
6816
|
+
"testimonialFontWeightHeading": "{palette.fontWeight.weight700}",
|
|
6817
|
+
"testimonialFontWeightLarge": "{palette.fontWeight.weight400}",
|
|
6818
|
+
"testimonialLineHeightHeading": "{palette.lineHeight.ratio4to3}",
|
|
6819
|
+
"testimonialLineHeightLarge": "{palette.lineHeight.ratio7to5}",
|
|
6820
|
+
"textColor": "{palette.color.black}"
|
|
6242
6821
|
}
|
|
6243
6822
|
},
|
|
6244
6823
|
"TextArea": {
|
|
@@ -6621,7 +7200,7 @@
|
|
|
6621
7200
|
},
|
|
6622
7201
|
"tokens": {
|
|
6623
7202
|
"backgroundColor": "{palette.color.white}",
|
|
6624
|
-
"color": "{palette.color.
|
|
7203
|
+
"color": "{palette.color.black}"
|
|
6625
7204
|
}
|
|
6626
7205
|
}
|
|
6627
7206
|
],
|
|
@@ -6629,9 +7208,9 @@
|
|
|
6629
7208
|
"arrowBorderRadius": "{palette.radius.none}",
|
|
6630
7209
|
"arrowOffset": "{palette.size.size4}",
|
|
6631
7210
|
"arrowWidth": "{palette.size.size8}",
|
|
6632
|
-
"backgroundColor": "{palette.color.
|
|
7211
|
+
"backgroundColor": "{palette.color.onahau}",
|
|
6633
7212
|
"borderRadius": "{palette.radius.radius4}",
|
|
6634
|
-
"color": "{palette.color.
|
|
7213
|
+
"color": "{palette.color.black}",
|
|
6635
7214
|
"fontName": "{palette.fontName.StagSans}",
|
|
6636
7215
|
"fontSize": "{palette.fontSize.size14}",
|
|
6637
7216
|
"fontWeight": "{palette.fontWeight.weight400}",
|
|
@@ -6647,6 +7226,10 @@
|
|
|
6647
7226
|
"appearances": {
|
|
6648
7227
|
"focus": "{appearances.TooltipButton.focus}",
|
|
6649
7228
|
"hover": "{appearances.TooltipButton.hover}",
|
|
7229
|
+
"inverse": {
|
|
7230
|
+
"type": "variant",
|
|
7231
|
+
"values": [true]
|
|
7232
|
+
},
|
|
6650
7233
|
"pressed": "{appearances.TooltipButton.pressed}"
|
|
6651
7234
|
},
|
|
6652
7235
|
"rules": [
|
|
@@ -6655,30 +7238,73 @@
|
|
|
6655
7238
|
"hover": true
|
|
6656
7239
|
},
|
|
6657
7240
|
"tokens": {
|
|
7241
|
+
"backgroundColor": "{palette.color.onahau}",
|
|
6658
7242
|
"iconScale": "{system.iconScale.scale1_25}"
|
|
6659
7243
|
}
|
|
6660
7244
|
},
|
|
6661
7245
|
{
|
|
6662
7246
|
"if": {
|
|
7247
|
+
"inverse": true
|
|
7248
|
+
},
|
|
7249
|
+
"tokens": {
|
|
7250
|
+
"backgroundColor": "{palette.color.transparent}",
|
|
7251
|
+
"iconColor": "{palette.color.white}"
|
|
7252
|
+
}
|
|
7253
|
+
},
|
|
7254
|
+
{
|
|
7255
|
+
"if": {
|
|
7256
|
+
"hover": true,
|
|
7257
|
+
"inverse": true
|
|
7258
|
+
},
|
|
7259
|
+
"tokens": {
|
|
7260
|
+
"backgroundColor": "{palette.color.silver}",
|
|
7261
|
+
"iconColor": "{palette.color.white}"
|
|
7262
|
+
}
|
|
7263
|
+
},
|
|
7264
|
+
{
|
|
7265
|
+
"if": {
|
|
7266
|
+
"inverse": true,
|
|
6663
7267
|
"pressed": true
|
|
6664
7268
|
},
|
|
6665
7269
|
"tokens": {
|
|
6666
|
-
"
|
|
7270
|
+
"backgroundColor": "{palette.color.white}",
|
|
7271
|
+
"iconColor": "{palette.color.silver}"
|
|
6667
7272
|
}
|
|
6668
7273
|
},
|
|
6669
7274
|
{
|
|
6670
7275
|
"if": {
|
|
6671
|
-
"
|
|
7276
|
+
"inverse": null,
|
|
7277
|
+
"pressed": true
|
|
6672
7278
|
},
|
|
6673
7279
|
"tokens": {
|
|
6674
|
-
"
|
|
7280
|
+
"backgroundColor": "{palette.color.mosque}",
|
|
7281
|
+
"iconColor": "{palette.color.white}"
|
|
7282
|
+
}
|
|
7283
|
+
},
|
|
7284
|
+
{
|
|
7285
|
+
"if": {
|
|
7286
|
+
"focus": true,
|
|
7287
|
+
"inverse": true
|
|
7288
|
+
},
|
|
7289
|
+
"tokens": {
|
|
7290
|
+
"outerBorderColor": "{palette.color.white}"
|
|
7291
|
+
}
|
|
7292
|
+
},
|
|
7293
|
+
{
|
|
7294
|
+
"if": {
|
|
7295
|
+
"focus": true,
|
|
7296
|
+
"inverse": null
|
|
7297
|
+
},
|
|
7298
|
+
"tokens": {
|
|
7299
|
+
"outerBorderColor": "{palette.color.chathamsBlue}"
|
|
6675
7300
|
}
|
|
6676
7301
|
}
|
|
6677
7302
|
],
|
|
6678
7303
|
"tokens": {
|
|
7304
|
+
"backgroundColor": "{palette.color.transparent}",
|
|
6679
7305
|
"borderRadius": "{palette.radius.pill32}",
|
|
6680
|
-
"icon": "{palette.icon.
|
|
6681
|
-
"iconColor": "{palette.color.
|
|
7306
|
+
"icon": "{palette.icon.Tooltip}",
|
|
7307
|
+
"iconColor": "{palette.color.mosque}",
|
|
6682
7308
|
"iconScale": "{system.iconScale.scale1}",
|
|
6683
7309
|
"iconSize": "{palette.size.size16}",
|
|
6684
7310
|
"outerBorderColor": "{palette.color.transparent}",
|
|
@@ -7110,6 +7736,7 @@
|
|
|
7110
7736
|
"fontWeight": "{palette.fontWeight.weight400}",
|
|
7111
7737
|
"letterSpacing": "{system.letterSpacing.none}",
|
|
7112
7738
|
"lineHeight": "{palette.lineHeight.multiply150}",
|
|
7739
|
+
"superScriptFontSize": "{system.fontSize.none}",
|
|
7113
7740
|
"textTransform": "{system.textTransform.none}"
|
|
7114
7741
|
}
|
|
7115
7742
|
},
|
|
@@ -7192,13 +7819,13 @@
|
|
|
7192
7819
|
"appearances": {},
|
|
7193
7820
|
"rules": [],
|
|
7194
7821
|
"tokens": {
|
|
7195
|
-
"framedContainerBackgroundColor": "{palette.color.
|
|
7196
|
-
"framedContainerBorderColor": "{palette.color.
|
|
7822
|
+
"framedContainerBackgroundColor": "{palette.color.greyLight}",
|
|
7823
|
+
"framedContainerBorderColor": "{palette.color.silver}",
|
|
7197
7824
|
"framedContainerBorderRadius": "{palette.radius.radius4}",
|
|
7198
7825
|
"framedContainerBorderWidth": "{palette.border.border1}",
|
|
7199
7826
|
"framedContainerPadding": "{palette.size.size24}",
|
|
7200
7827
|
"framedMaxHeight": "{palette.size.size640}",
|
|
7201
|
-
"stackViewDividerColor": "{palette.color.
|
|
7828
|
+
"stackViewDividerColor": "{palette.color.silver}"
|
|
7202
7829
|
}
|
|
7203
7830
|
},
|
|
7204
7831
|
"VideoPickerSlider": {
|
|
@@ -7210,20 +7837,67 @@
|
|
|
7210
7837
|
}
|
|
7211
7838
|
},
|
|
7212
7839
|
"VideoPickerThumbnail": {
|
|
7213
|
-
"appearances": {
|
|
7214
|
-
|
|
7840
|
+
"appearances": {
|
|
7841
|
+
"focus": "{appearances.VideoPickerThumbnail.focus}",
|
|
7842
|
+
"hover": "{appearances.VideoPickerThumbnail.hover}",
|
|
7843
|
+
"pressed": "{appearances.VideoPickerThumbnail.pressed}",
|
|
7844
|
+
"selected": "{appearances.VideoPickerThumbnail.selected}"
|
|
7845
|
+
},
|
|
7846
|
+
"rules": [
|
|
7847
|
+
{
|
|
7848
|
+
"if": {
|
|
7849
|
+
"focus": true
|
|
7850
|
+
},
|
|
7851
|
+
"tokens": {
|
|
7852
|
+
"borderColor": "{palette.color.mortar}",
|
|
7853
|
+
"borderWidth": "{palette.border.border1}",
|
|
7854
|
+
"outerBorderColor": "{palette.color.chathamsBlue}"
|
|
7855
|
+
}
|
|
7856
|
+
},
|
|
7857
|
+
{
|
|
7858
|
+
"if": {
|
|
7859
|
+
"hover": true
|
|
7860
|
+
},
|
|
7861
|
+
"tokens": {
|
|
7862
|
+
"borderColor": "{palette.color.silver}",
|
|
7863
|
+
"borderWidth": "{palette.border.border3}"
|
|
7864
|
+
}
|
|
7865
|
+
},
|
|
7866
|
+
{
|
|
7867
|
+
"if": {
|
|
7868
|
+
"pressed": true
|
|
7869
|
+
},
|
|
7870
|
+
"tokens": {
|
|
7871
|
+
"borderColor": "{palette.color.mortar}",
|
|
7872
|
+
"borderWidth": "{palette.border.border3}"
|
|
7873
|
+
}
|
|
7874
|
+
},
|
|
7875
|
+
{
|
|
7876
|
+
"if": {
|
|
7877
|
+
"selected": true
|
|
7878
|
+
},
|
|
7879
|
+
"tokens": {
|
|
7880
|
+
"borderColor": "{palette.color.mosque}",
|
|
7881
|
+
"titleColor": "{palette.color.mosque}"
|
|
7882
|
+
}
|
|
7883
|
+
}
|
|
7884
|
+
],
|
|
7215
7885
|
"tokens": {
|
|
7216
|
-
"borderColor": "{palette.color.
|
|
7886
|
+
"borderColor": "{palette.color.silver}",
|
|
7217
7887
|
"borderRadius": "{palette.radius.radius4}",
|
|
7218
7888
|
"borderWidth": "{palette.border.border2}",
|
|
7219
|
-
"
|
|
7889
|
+
"outerBorderColor": "{palette.color.transparent}",
|
|
7890
|
+
"outerBorderGap": "{palette.size.size2}",
|
|
7891
|
+
"outerBorderRadius": "{palette.radius.radius8}",
|
|
7892
|
+
"outerBorderWidth": "{palette.border.border2}",
|
|
7893
|
+
"pressableBorderTopColor": "{palette.color.silver}",
|
|
7220
7894
|
"pressableBorderTopWidth": "{palette.border.border1}",
|
|
7221
7895
|
"pressablePaddingBottom": "{palette.size.size16}",
|
|
7222
7896
|
"pressablePaddingHorizontal": "{palette.size.size24}",
|
|
7223
7897
|
"pressablePaddingVertical": "{palette.size.size16}",
|
|
7224
7898
|
"splashButtonRadius": "{palette.radius.radius4}",
|
|
7225
|
-
"subTitleColor": "{palette.color.
|
|
7226
|
-
"titleColor": "{palette.color.
|
|
7899
|
+
"subTitleColor": "{palette.color.mortar}",
|
|
7900
|
+
"titleColor": "{palette.color.black}"
|
|
7227
7901
|
}
|
|
7228
7902
|
},
|
|
7229
7903
|
"VideoProgressBar": {
|