@telus-uds/theme-koodo 4.8.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 +1203 -712
- package/build/android/theme.json +566 -103
- package/build/ios/schema.json +1203 -712
- package/build/ios/theme.json +566 -103
- package/build/rn/schema.json +1203 -712
- package/build/rn/theme.js +334 -62
- package/package.json +4 -4
- package/theme.json +459 -46
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}",
|
|
@@ -1471,8 +1475,7 @@
|
|
|
1471
1475
|
},
|
|
1472
1476
|
"tokens": {
|
|
1473
1477
|
"showPanelTabs": "{system.show.false}",
|
|
1474
|
-
"showPreviousNextNavigation": "{system.show.false}"
|
|
1475
|
-
"thumbnailSize": "{palette.size.size48}"
|
|
1478
|
+
"showPreviousNextNavigation": "{system.show.false}"
|
|
1476
1479
|
}
|
|
1477
1480
|
}
|
|
1478
1481
|
],
|
|
@@ -1485,15 +1488,7 @@
|
|
|
1485
1488
|
"showPreviousNextNavigation": "{system.show.true}",
|
|
1486
1489
|
"spaceBetweenSlideAndPanelNavigation": "{palette.size.size32}",
|
|
1487
1490
|
"spaceBetweenSlideAndPreviousNextNavigation": "{palette.size.size24}",
|
|
1488
|
-
"
|
|
1489
|
-
"thumbnailBorderRadius": "{palette.radius.radius4}",
|
|
1490
|
-
"thumbnailBorderWidth": "{palette.border.border1}",
|
|
1491
|
-
"thumbnailContainerPaddingTop": "{palette.size.size24}",
|
|
1492
|
-
"thumbnailMargin": "{palette.size.size4}",
|
|
1493
|
-
"thumbnailPadding": "{palette.size.size8}",
|
|
1494
|
-
"thumbnailSelectedBorderColor": "{palette.color.mosque}",
|
|
1495
|
-
"thumbnailSelectedBorderWidth": "{palette.border.border2}",
|
|
1496
|
-
"thumbnailSize": "{palette.size.size64}"
|
|
1491
|
+
"stepTrackerCurrentBackgroundColor": "{palette.color.white}"
|
|
1497
1492
|
}
|
|
1498
1493
|
},
|
|
1499
1494
|
"CarouselTabsPanelItem": {
|
|
@@ -1501,6 +1496,10 @@
|
|
|
1501
1496
|
"focus": "{appearances.CarouselTabsPanelItem.focus}",
|
|
1502
1497
|
"hover": "{appearances.CarouselTabsPanelItem.hover}",
|
|
1503
1498
|
"inactive": "{appearances.CarouselTabsPanelItem.inactive}",
|
|
1499
|
+
"inverse": {
|
|
1500
|
+
"type": "variant",
|
|
1501
|
+
"values": [true]
|
|
1502
|
+
},
|
|
1504
1503
|
"pressed": "{appearances.CarouselTabsPanelItem.pressed}",
|
|
1505
1504
|
"selected": "{appearances.CarouselTabsPanelItem.selected}"
|
|
1506
1505
|
},
|
|
@@ -1559,11 +1558,82 @@
|
|
|
1559
1558
|
"selected": true
|
|
1560
1559
|
},
|
|
1561
1560
|
"tokens": {
|
|
1562
|
-
"borderBottomColor": "{palette.color.
|
|
1561
|
+
"borderBottomColor": "{palette.color.mosque}",
|
|
1563
1562
|
"borderBottomWidth": "{palette.border.border2}",
|
|
1564
|
-
"color": "{palette.color.
|
|
1565
|
-
|
|
1566
|
-
|
|
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}"
|
|
1567
1637
|
}
|
|
1568
1638
|
}
|
|
1569
1639
|
],
|
|
@@ -1572,21 +1642,78 @@
|
|
|
1572
1642
|
"borderBottomColor": "{system.color.transparent}",
|
|
1573
1643
|
"borderBottomStyle": "{system.borderStyle.solid}",
|
|
1574
1644
|
"borderBottomWidth": "{palette.border.border1}",
|
|
1575
|
-
"color": "{palette.color.
|
|
1645
|
+
"color": "{palette.color.black}",
|
|
1576
1646
|
"flex": "{system.integer.1}",
|
|
1577
1647
|
"fontName": "{palette.fontName.StagSans}",
|
|
1578
1648
|
"fontScaleCap": "{palette.fontSize.size64}",
|
|
1579
1649
|
"fontSize": "{palette.fontSize.size14}",
|
|
1580
|
-
"fontWeight": "{palette.fontWeight.
|
|
1650
|
+
"fontWeight": "{palette.fontWeight.weight600}",
|
|
1581
1651
|
"justifyContent": "{system.flexJustifyContent.flexStart}",
|
|
1582
1652
|
"letterSpacing": "{system.letterSpacing.none}",
|
|
1583
|
-
"lineHeight": "{palette.lineHeight.
|
|
1653
|
+
"lineHeight": "{palette.lineHeight.ratio14to1}",
|
|
1584
1654
|
"paddingBottom": "{palette.size.size16}",
|
|
1585
1655
|
"paddingLeft": "{system.size.zero}",
|
|
1586
1656
|
"paddingRight": "{system.size.zero}",
|
|
1587
1657
|
"paddingTop": "{system.size.zero}"
|
|
1588
1658
|
}
|
|
1589
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
|
+
},
|
|
1590
1717
|
"Checkbox": {
|
|
1591
1718
|
"appearances": {
|
|
1592
1719
|
"checked": "{appearances.Checkbox.checked}",
|
|
@@ -3094,8 +3221,16 @@
|
|
|
3094
3221
|
],
|
|
3095
3222
|
"tokens": {
|
|
3096
3223
|
"backgroundColor": "{system.color.transparent}",
|
|
3224
|
+
"borderBottomLeftRadius": "{system.radius.none}",
|
|
3225
|
+
"borderBottomRightRadius": "{system.radius.none}",
|
|
3226
|
+
"borderBottomWidth": "{system.border.none}",
|
|
3097
3227
|
"borderColor": "{system.color.transparent}",
|
|
3228
|
+
"borderLeftWidth": "{system.border.none}",
|
|
3098
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}",
|
|
3099
3234
|
"borderWidth": "{palette.border.border1}",
|
|
3100
3235
|
"icon": "{system.icon.none}",
|
|
3101
3236
|
"iconColor": "{palette.color.black}",
|
|
@@ -4534,6 +4669,22 @@
|
|
|
4534
4669
|
"alternative": {
|
|
4535
4670
|
"type": "variant",
|
|
4536
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]
|
|
4537
4688
|
}
|
|
4538
4689
|
},
|
|
4539
4690
|
"rules": [
|
|
@@ -4542,22 +4693,206 @@
|
|
|
4542
4693
|
"alternative": true
|
|
4543
4694
|
},
|
|
4544
4695
|
"tokens": {
|
|
4545
|
-
"
|
|
4696
|
+
"paddingBottom": "{palette.size.size8}",
|
|
4697
|
+
"paddingTop": "{palette.size.size8}"
|
|
4698
|
+
}
|
|
4699
|
+
},
|
|
4700
|
+
{
|
|
4701
|
+
"if": {
|
|
4702
|
+
"hover": true
|
|
4703
|
+
},
|
|
4704
|
+
"tokens": {
|
|
4705
|
+
"inputBackgroundColor": "{palette.color.gallery}"
|
|
4706
|
+
}
|
|
4707
|
+
},
|
|
4708
|
+
{
|
|
4709
|
+
"if": {
|
|
4710
|
+
"disabled": true
|
|
4711
|
+
},
|
|
4712
|
+
"tokens": {
|
|
4713
|
+
"inputBackgroundColor": "{palette.color.gallery}",
|
|
4714
|
+
"textColor": "{palette.color.silver}"
|
|
4715
|
+
}
|
|
4716
|
+
},
|
|
4717
|
+
{
|
|
4718
|
+
"if": {
|
|
4719
|
+
"focus": true
|
|
4720
|
+
},
|
|
4721
|
+
"tokens": {
|
|
4722
|
+
"inputBorderWidth": "{palette.border.border3}"
|
|
4546
4723
|
}
|
|
4547
4724
|
}
|
|
4548
4725
|
],
|
|
4549
4726
|
"tokens": {
|
|
4550
|
-
"
|
|
4551
|
-
"
|
|
4552
|
-
"
|
|
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}",
|
|
4553
4890
|
"iconSize": "{palette.size.size16}",
|
|
4554
|
-
"inputBackgroundColor": "{system.color.none}",
|
|
4555
|
-
"inputBorderColor": "{system.color.none}",
|
|
4556
|
-
"inputBorderWidth": "{palette.size.size1}",
|
|
4557
|
-
"leftIcon": "{palette.icon.Subtract}",
|
|
4558
4891
|
"padding": "{palette.size.size16}",
|
|
4559
|
-
"
|
|
4560
|
-
"
|
|
4892
|
+
"paddingBottom": "{palette.size.size16}",
|
|
4893
|
+
"paddingLeft": "{palette.size.size16}",
|
|
4894
|
+
"paddingRight": "{palette.size.size16}",
|
|
4895
|
+
"paddingTop": "{palette.size.size16}"
|
|
4561
4896
|
}
|
|
4562
4897
|
},
|
|
4563
4898
|
"QuickLinks": {
|
|
@@ -5732,11 +6067,11 @@
|
|
|
5732
6067
|
"completedIconColor": "{palette.color.dove}",
|
|
5733
6068
|
"connectorColor": "{palette.color.white}",
|
|
5734
6069
|
"connectorCompletedColor": "{palette.color.white}",
|
|
5735
|
-
"knobBackgroundColor": "{
|
|
6070
|
+
"knobBackgroundColor": "{system.color.transparent}",
|
|
5736
6071
|
"knobBorderColor": "{palette.color.white}",
|
|
5737
6072
|
"knobCompletedBackgroundColor": "{palette.color.white}",
|
|
5738
|
-
"knobCompletedBorderColor": "{
|
|
5739
|
-
"knobCurrentBackgroundColor": "{
|
|
6073
|
+
"knobCompletedBorderColor": "{system.color.transparent}",
|
|
6074
|
+
"knobCurrentBackgroundColor": "{system.color.transparent}",
|
|
5740
6075
|
"knobCurrentBorderColor": "{palette.color.white}",
|
|
5741
6076
|
"knobCurrentInnerColor": "{palette.color.white}",
|
|
5742
6077
|
"labelColor": "{palette.color.white}",
|
|
@@ -6440,18 +6775,49 @@
|
|
|
6440
6775
|
}
|
|
6441
6776
|
},
|
|
6442
6777
|
"Testimonial": {
|
|
6443
|
-
"appearances": {
|
|
6444
|
-
|
|
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
|
+
],
|
|
6445
6794
|
"tokens": {
|
|
6446
|
-
"
|
|
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}",
|
|
6447
6804
|
"dividerBorder": "{palette.border.border1}",
|
|
6448
6805
|
"figcaptionGap": "{palette.size.size12}",
|
|
6449
|
-
"icon": "{palette.icon.
|
|
6450
|
-
"iconColor": "{palette.color.
|
|
6806
|
+
"icon": "{palette.icon.QuoteLeft}",
|
|
6807
|
+
"iconColor": "{palette.color.silver}",
|
|
6808
|
+
"iconFr": "{palette.icon.QuoteRightArrow}",
|
|
6451
6809
|
"imageSize": "{palette.size.size48}",
|
|
6452
6810
|
"quoteContainerGap": "{palette.size.size4}",
|
|
6453
6811
|
"testimonialContainerGap": "{palette.size.size12}",
|
|
6454
|
-
"
|
|
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}"
|
|
6455
6821
|
}
|
|
6456
6822
|
},
|
|
6457
6823
|
"TextArea": {
|
|
@@ -6834,7 +7200,7 @@
|
|
|
6834
7200
|
},
|
|
6835
7201
|
"tokens": {
|
|
6836
7202
|
"backgroundColor": "{palette.color.white}",
|
|
6837
|
-
"color": "{palette.color.
|
|
7203
|
+
"color": "{palette.color.black}"
|
|
6838
7204
|
}
|
|
6839
7205
|
}
|
|
6840
7206
|
],
|
|
@@ -6842,9 +7208,9 @@
|
|
|
6842
7208
|
"arrowBorderRadius": "{palette.radius.none}",
|
|
6843
7209
|
"arrowOffset": "{palette.size.size4}",
|
|
6844
7210
|
"arrowWidth": "{palette.size.size8}",
|
|
6845
|
-
"backgroundColor": "{palette.color.
|
|
7211
|
+
"backgroundColor": "{palette.color.onahau}",
|
|
6846
7212
|
"borderRadius": "{palette.radius.radius4}",
|
|
6847
|
-
"color": "{palette.color.
|
|
7213
|
+
"color": "{palette.color.black}",
|
|
6848
7214
|
"fontName": "{palette.fontName.StagSans}",
|
|
6849
7215
|
"fontSize": "{palette.fontSize.size14}",
|
|
6850
7216
|
"fontWeight": "{palette.fontWeight.weight400}",
|
|
@@ -6860,6 +7226,10 @@
|
|
|
6860
7226
|
"appearances": {
|
|
6861
7227
|
"focus": "{appearances.TooltipButton.focus}",
|
|
6862
7228
|
"hover": "{appearances.TooltipButton.hover}",
|
|
7229
|
+
"inverse": {
|
|
7230
|
+
"type": "variant",
|
|
7231
|
+
"values": [true]
|
|
7232
|
+
},
|
|
6863
7233
|
"pressed": "{appearances.TooltipButton.pressed}"
|
|
6864
7234
|
},
|
|
6865
7235
|
"rules": [
|
|
@@ -6868,30 +7238,73 @@
|
|
|
6868
7238
|
"hover": true
|
|
6869
7239
|
},
|
|
6870
7240
|
"tokens": {
|
|
7241
|
+
"backgroundColor": "{palette.color.onahau}",
|
|
6871
7242
|
"iconScale": "{system.iconScale.scale1_25}"
|
|
6872
7243
|
}
|
|
6873
7244
|
},
|
|
6874
7245
|
{
|
|
6875
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,
|
|
6876
7267
|
"pressed": true
|
|
6877
7268
|
},
|
|
6878
7269
|
"tokens": {
|
|
6879
|
-
"
|
|
7270
|
+
"backgroundColor": "{palette.color.white}",
|
|
7271
|
+
"iconColor": "{palette.color.silver}"
|
|
6880
7272
|
}
|
|
6881
7273
|
},
|
|
6882
7274
|
{
|
|
6883
7275
|
"if": {
|
|
6884
|
-
"
|
|
7276
|
+
"inverse": null,
|
|
7277
|
+
"pressed": true
|
|
6885
7278
|
},
|
|
6886
7279
|
"tokens": {
|
|
6887
|
-
"
|
|
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}"
|
|
6888
7300
|
}
|
|
6889
7301
|
}
|
|
6890
7302
|
],
|
|
6891
7303
|
"tokens": {
|
|
7304
|
+
"backgroundColor": "{palette.color.transparent}",
|
|
6892
7305
|
"borderRadius": "{palette.radius.pill32}",
|
|
6893
|
-
"icon": "{palette.icon.
|
|
6894
|
-
"iconColor": "{palette.color.
|
|
7306
|
+
"icon": "{palette.icon.Tooltip}",
|
|
7307
|
+
"iconColor": "{palette.color.mosque}",
|
|
6895
7308
|
"iconScale": "{system.iconScale.scale1}",
|
|
6896
7309
|
"iconSize": "{palette.size.size16}",
|
|
6897
7310
|
"outerBorderColor": "{palette.color.transparent}",
|