@telus-uds/theme-koodo 3.14.0 → 3.15.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 +574 -426
- package/build/android/theme.json +379 -131
- package/build/ios/schema.json +574 -426
- package/build/ios/theme.json +379 -131
- package/build/rn/schema.json +574 -426
- package/build/rn/theme.js +214 -83
- package/package.json +4 -4
- package/theme.json +314 -75
package/theme.json
CHANGED
|
@@ -25,6 +25,100 @@
|
|
|
25
25
|
"thickness": "{palette.border.border4}"
|
|
26
26
|
}
|
|
27
27
|
},
|
|
28
|
+
"Badge": {
|
|
29
|
+
"appearances": {
|
|
30
|
+
"alternative": {
|
|
31
|
+
"type": "variant",
|
|
32
|
+
"values": [true]
|
|
33
|
+
},
|
|
34
|
+
"outline": {
|
|
35
|
+
"type": "variant",
|
|
36
|
+
"values": [true]
|
|
37
|
+
},
|
|
38
|
+
"purpose": {
|
|
39
|
+
"type": "variant",
|
|
40
|
+
"values": ["offer", "editorial"]
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
"rules": [
|
|
44
|
+
{
|
|
45
|
+
"if": {
|
|
46
|
+
"outline": true
|
|
47
|
+
},
|
|
48
|
+
"tokens": {
|
|
49
|
+
"backgroundColor": "{palette.color.transparent}",
|
|
50
|
+
"borderColor": "{palette.color.carouselPink}"
|
|
51
|
+
}
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"if": {
|
|
55
|
+
"alternative": true
|
|
56
|
+
},
|
|
57
|
+
"tokens": {
|
|
58
|
+
"backgroundColor": "{palette.color.transparent}",
|
|
59
|
+
"borderColor": "{palette.color.mosque}",
|
|
60
|
+
"color": "{palette.color.mosque}",
|
|
61
|
+
"paddingBottom": "{palette.size.size8}",
|
|
62
|
+
"paddingTop": "{palette.size.size8}"
|
|
63
|
+
}
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"if": {
|
|
67
|
+
"purpose": "offer"
|
|
68
|
+
},
|
|
69
|
+
"tokens": {
|
|
70
|
+
"backgroundColor": "{palette.color.onahau}",
|
|
71
|
+
"color": "{palette.color.black}",
|
|
72
|
+
"paddingBottom": "{palette.size.size8}",
|
|
73
|
+
"paddingTop": "{palette.size.size8}"
|
|
74
|
+
}
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"if": {
|
|
78
|
+
"purpose": "editorial"
|
|
79
|
+
},
|
|
80
|
+
"tokens": {
|
|
81
|
+
"backgroundColor": "{palette.color.black}",
|
|
82
|
+
"color": "{palette.color.white}"
|
|
83
|
+
}
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"if": {
|
|
87
|
+
"outline": true,
|
|
88
|
+
"purpose": "editorial"
|
|
89
|
+
},
|
|
90
|
+
"tokens": {
|
|
91
|
+
"backgroundColor": "{palette.color.transparent}",
|
|
92
|
+
"borderColor": "{palette.color.black}",
|
|
93
|
+
"color": "{palette.color.black}"
|
|
94
|
+
}
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"if": {
|
|
98
|
+
"outline": true,
|
|
99
|
+
"purpose": "offer"
|
|
100
|
+
},
|
|
101
|
+
"tokens": {
|
|
102
|
+
"backgroundColor": "{palette.color.transparent}",
|
|
103
|
+
"borderColor": "{palette.color.onahau}"
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
],
|
|
107
|
+
"tokens": {
|
|
108
|
+
"backgroundColor": "{palette.color.carouselPink}",
|
|
109
|
+
"borderColor": "{palette.color.transparent}",
|
|
110
|
+
"borderRadius": "{palette.radius.pill32}",
|
|
111
|
+
"borderWidth": "{palette.border.border2}",
|
|
112
|
+
"color": "{palette.color.flirt}",
|
|
113
|
+
"fontName": "{palette.fontName.StagSans}",
|
|
114
|
+
"fontWeight": "{palette.fontWeight.weight600}",
|
|
115
|
+
"gradient": "{system.gradient.none}",
|
|
116
|
+
"paddingBottom": "{palette.size.size2}",
|
|
117
|
+
"paddingLeft": "{palette.size.size16}",
|
|
118
|
+
"paddingRight": "{palette.size.size16}",
|
|
119
|
+
"paddingTop": "{palette.size.size2}"
|
|
120
|
+
}
|
|
121
|
+
},
|
|
28
122
|
"Box": {
|
|
29
123
|
"appearances": {
|
|
30
124
|
"background": {
|
|
@@ -911,7 +1005,7 @@
|
|
|
911
1005
|
"icon": "{palette.icon.Check}",
|
|
912
1006
|
"iconBackgroundColor": "{palette.color.white}",
|
|
913
1007
|
"iconColor": "{palette.color.mosque}",
|
|
914
|
-
"iconSize": "{palette.size.
|
|
1008
|
+
"iconSize": "{palette.size.size20}",
|
|
915
1009
|
"inputBackgroundColor": "{palette.color.white}",
|
|
916
1010
|
"inputBorderColor": "{palette.color.mosque}",
|
|
917
1011
|
"inputBorderRadius": "{palette.radius.none}",
|
|
@@ -1231,24 +1325,12 @@
|
|
|
1231
1325
|
"validation": "{appearances.Feedback.validation}"
|
|
1232
1326
|
},
|
|
1233
1327
|
"rules": [
|
|
1234
|
-
{
|
|
1235
|
-
"if": {
|
|
1236
|
-
"validation": "success"
|
|
1237
|
-
},
|
|
1238
|
-
"tokens": {
|
|
1239
|
-
"backgroundColor": "{palette.color.mintTulip}",
|
|
1240
|
-
"borderColor": "{palette.color.mintTulip}",
|
|
1241
|
-
"color": "{palette.color.bilbao}"
|
|
1242
|
-
}
|
|
1243
|
-
},
|
|
1244
1328
|
{
|
|
1245
1329
|
"if": {
|
|
1246
1330
|
"validation": "error"
|
|
1247
1331
|
},
|
|
1248
1332
|
"tokens": {
|
|
1249
|
-
"backgroundColor": "{palette.color.
|
|
1250
|
-
"borderColor": "{palette.color.carouselPink}",
|
|
1251
|
-
"color": "{palette.color.trinidad}"
|
|
1333
|
+
"backgroundColor": "{palette.color.piggyPink}"
|
|
1252
1334
|
}
|
|
1253
1335
|
},
|
|
1254
1336
|
{
|
|
@@ -1258,7 +1340,7 @@
|
|
|
1258
1340
|
},
|
|
1259
1341
|
"tokens": {
|
|
1260
1342
|
"icon": "{palette.icon.CheckCircledFilled}",
|
|
1261
|
-
"iconColor": "{palette.color.
|
|
1343
|
+
"iconColor": "{palette.color.mosque}"
|
|
1262
1344
|
}
|
|
1263
1345
|
},
|
|
1264
1346
|
{
|
|
@@ -1267,29 +1349,29 @@
|
|
|
1267
1349
|
"validation": "error"
|
|
1268
1350
|
},
|
|
1269
1351
|
"tokens": {
|
|
1270
|
-
"icon": "{palette.icon.
|
|
1271
|
-
"iconColor": "{palette.color.
|
|
1352
|
+
"icon": "{palette.icon.Caution}",
|
|
1353
|
+
"iconColor": "{palette.color.amaranth}"
|
|
1272
1354
|
}
|
|
1273
1355
|
}
|
|
1274
1356
|
],
|
|
1275
1357
|
"tokens": {
|
|
1276
|
-
"backgroundColor": "{palette.color.
|
|
1277
|
-
"borderColor": "{palette.color.
|
|
1278
|
-
"borderRadius": "{palette.radius.
|
|
1279
|
-
"borderWidth": "{palette.border.
|
|
1280
|
-
"color": "{palette.color.
|
|
1358
|
+
"backgroundColor": "{palette.color.icicle}",
|
|
1359
|
+
"borderColor": "{palette.color.transparent}",
|
|
1360
|
+
"borderRadius": "{palette.radius.none}",
|
|
1361
|
+
"borderWidth": "{palette.border.none}",
|
|
1362
|
+
"color": "{palette.color.black}",
|
|
1281
1363
|
"contentFontSize": "{palette.fontSize.size14}",
|
|
1282
1364
|
"fontName": "{palette.fontName.StagSans}",
|
|
1283
1365
|
"fontWeight": "{palette.fontWeight.weight400}",
|
|
1284
1366
|
"icon": "{system.icon.none}",
|
|
1285
1367
|
"iconColor": "{palette.color.transparent}",
|
|
1286
1368
|
"iconGap": "{palette.size.size8}",
|
|
1287
|
-
"iconSize": "{palette.size.
|
|
1369
|
+
"iconSize": "{palette.size.size20}",
|
|
1288
1370
|
"lineHeight": "{palette.lineHeight.multiply150}",
|
|
1289
|
-
"paddingBottom": "{palette.size.
|
|
1371
|
+
"paddingBottom": "{palette.size.size12}",
|
|
1290
1372
|
"paddingLeft": "{palette.size.size16}",
|
|
1291
1373
|
"paddingRight": "{palette.size.size16}",
|
|
1292
|
-
"paddingTop": "{palette.size.
|
|
1374
|
+
"paddingTop": "{palette.size.size12}",
|
|
1293
1375
|
"space": "{system.integer.2}",
|
|
1294
1376
|
"titleFontSize": "{palette.fontSize.size16}"
|
|
1295
1377
|
}
|
|
@@ -1580,10 +1662,10 @@
|
|
|
1580
1662
|
"gap": "{palette.size.size8}",
|
|
1581
1663
|
"hintColor": "{palette.color.black}",
|
|
1582
1664
|
"hintFontName": "{palette.fontName.StagSans}",
|
|
1583
|
-
"hintFontSize": "{palette.fontSize.
|
|
1665
|
+
"hintFontSize": "{palette.fontSize.size14}",
|
|
1584
1666
|
"hintFontWeight": "{palette.fontWeight.weight400}",
|
|
1585
|
-
"hintLineHeight": "{palette.lineHeight.
|
|
1586
|
-
"lineHeight": "{palette.lineHeight.
|
|
1667
|
+
"hintLineHeight": "{palette.lineHeight.ratio10to7}",
|
|
1668
|
+
"lineHeight": "{palette.lineHeight.multiply150}"
|
|
1587
1669
|
}
|
|
1588
1670
|
},
|
|
1589
1671
|
"InputSupports": {
|
|
@@ -1595,12 +1677,22 @@
|
|
|
1595
1677
|
},
|
|
1596
1678
|
"Link": {
|
|
1597
1679
|
"appearances": {
|
|
1680
|
+
"alternative": {
|
|
1681
|
+
"type": "variant",
|
|
1682
|
+
"values": [true]
|
|
1683
|
+
},
|
|
1684
|
+
"focus": "{appearances.Link.focus}",
|
|
1598
1685
|
"hover": "{appearances.Link.hover}",
|
|
1599
1686
|
"iconPosition": "{appearances.Link.iconPosition}",
|
|
1600
|
-
"
|
|
1601
|
-
"description": "Prominence of the link.",
|
|
1687
|
+
"inverse": {
|
|
1602
1688
|
"type": "variant",
|
|
1603
|
-
"values": [
|
|
1689
|
+
"values": [true]
|
|
1690
|
+
},
|
|
1691
|
+
"pressed": "{appearances.Link.pressed}",
|
|
1692
|
+
"size": {
|
|
1693
|
+
"description": "Text sizes for block links; similar but not always identical to Typography sizes.",
|
|
1694
|
+
"type": "variant",
|
|
1695
|
+
"values": ["micro", "small", "large"]
|
|
1604
1696
|
}
|
|
1605
1697
|
},
|
|
1606
1698
|
"rules": [
|
|
@@ -1612,6 +1704,26 @@
|
|
|
1612
1704
|
"iconSpace": "{system.integer.2}"
|
|
1613
1705
|
}
|
|
1614
1706
|
},
|
|
1707
|
+
{
|
|
1708
|
+
"if": {
|
|
1709
|
+
"focus": true
|
|
1710
|
+
},
|
|
1711
|
+
"tokens": {
|
|
1712
|
+
"color": "{palette.color.mosque}",
|
|
1713
|
+
"outerBorderColor": "{palette.color.mosque}",
|
|
1714
|
+
"outerBorderOutline": "{system.borderStyle.none}"
|
|
1715
|
+
}
|
|
1716
|
+
},
|
|
1717
|
+
{
|
|
1718
|
+
"if": {
|
|
1719
|
+
"focus": true,
|
|
1720
|
+
"pressed": true
|
|
1721
|
+
},
|
|
1722
|
+
"tokens": {
|
|
1723
|
+
"color": "{palette.color.mortar}",
|
|
1724
|
+
"outerBorderColor": "{palette.color.mortar}"
|
|
1725
|
+
}
|
|
1726
|
+
},
|
|
1615
1727
|
{
|
|
1616
1728
|
"if": {
|
|
1617
1729
|
"hover": true
|
|
@@ -1623,19 +1735,137 @@
|
|
|
1623
1735
|
},
|
|
1624
1736
|
{
|
|
1625
1737
|
"if": {
|
|
1626
|
-
"
|
|
1738
|
+
"pressed": true
|
|
1627
1739
|
},
|
|
1628
1740
|
"tokens": {
|
|
1629
|
-
"color": "{palette.color.
|
|
1741
|
+
"color": "{palette.color.mortar}",
|
|
1742
|
+
"textLine": "{system.textLine.none}"
|
|
1743
|
+
}
|
|
1744
|
+
},
|
|
1745
|
+
{
|
|
1746
|
+
"if": {
|
|
1747
|
+
"alternative": true
|
|
1748
|
+
},
|
|
1749
|
+
"tokens": {
|
|
1750
|
+
"color": "{palette.color.dove}"
|
|
1751
|
+
}
|
|
1752
|
+
},
|
|
1753
|
+
{
|
|
1754
|
+
"if": {
|
|
1755
|
+
"alternative": true,
|
|
1756
|
+
"focus": true
|
|
1757
|
+
},
|
|
1758
|
+
"tokens": {
|
|
1759
|
+
"color": "{palette.color.dove}",
|
|
1760
|
+
"outerBorderColor": "{palette.color.dove}"
|
|
1761
|
+
}
|
|
1762
|
+
},
|
|
1763
|
+
{
|
|
1764
|
+
"if": {
|
|
1765
|
+
"alternative": true,
|
|
1766
|
+
"focus": true,
|
|
1767
|
+
"pressed": true
|
|
1768
|
+
},
|
|
1769
|
+
"tokens": {
|
|
1770
|
+
"color": "{palette.color.mortar}",
|
|
1771
|
+
"outerBorderColor": "{palette.color.mortar}"
|
|
1772
|
+
}
|
|
1773
|
+
},
|
|
1774
|
+
{
|
|
1775
|
+
"if": {
|
|
1776
|
+
"alternative": true,
|
|
1777
|
+
"hover": true
|
|
1778
|
+
},
|
|
1779
|
+
"tokens": {
|
|
1780
|
+
"color": "{palette.color.doveDark}"
|
|
1781
|
+
}
|
|
1782
|
+
},
|
|
1783
|
+
{
|
|
1784
|
+
"if": {
|
|
1785
|
+
"alternative": true,
|
|
1786
|
+
"pressed": true
|
|
1787
|
+
},
|
|
1788
|
+
"tokens": {
|
|
1789
|
+
"color": "{palette.color.mortar}"
|
|
1790
|
+
}
|
|
1791
|
+
},
|
|
1792
|
+
{
|
|
1793
|
+
"if": {
|
|
1794
|
+
"inverse": true
|
|
1795
|
+
},
|
|
1796
|
+
"tokens": {
|
|
1797
|
+
"color": "{palette.color.icicle}"
|
|
1798
|
+
}
|
|
1799
|
+
},
|
|
1800
|
+
{
|
|
1801
|
+
"if": {
|
|
1802
|
+
"focus": true,
|
|
1803
|
+
"inverse": true
|
|
1804
|
+
},
|
|
1805
|
+
"tokens": {
|
|
1806
|
+
"color": "{palette.color.icicle}",
|
|
1807
|
+
"outerBorderColor": "{palette.color.icicle}"
|
|
1808
|
+
}
|
|
1809
|
+
},
|
|
1810
|
+
{
|
|
1811
|
+
"if": {
|
|
1812
|
+
"focus": true,
|
|
1813
|
+
"inverse": true,
|
|
1814
|
+
"pressed": true
|
|
1815
|
+
},
|
|
1816
|
+
"tokens": {
|
|
1817
|
+
"color": "{palette.color.silver}",
|
|
1818
|
+
"outerBorderColor": "{palette.color.silver}"
|
|
1630
1819
|
}
|
|
1631
1820
|
},
|
|
1632
1821
|
{
|
|
1633
1822
|
"if": {
|
|
1634
1823
|
"hover": true,
|
|
1635
|
-
"
|
|
1824
|
+
"inverse": true
|
|
1825
|
+
},
|
|
1826
|
+
"tokens": {
|
|
1827
|
+
"color": "{palette.color.icicleDark}"
|
|
1828
|
+
}
|
|
1829
|
+
},
|
|
1830
|
+
{
|
|
1831
|
+
"if": {
|
|
1832
|
+
"inverse": true,
|
|
1833
|
+
"pressed": true
|
|
1834
|
+
},
|
|
1835
|
+
"tokens": {
|
|
1836
|
+
"color": "{palette.color.silver}"
|
|
1837
|
+
}
|
|
1838
|
+
},
|
|
1839
|
+
{
|
|
1840
|
+
"if": {
|
|
1841
|
+
"size": "micro"
|
|
1842
|
+
},
|
|
1843
|
+
"tokens": {
|
|
1844
|
+
"blockFontName": "{palette.fontName.StagSans}",
|
|
1845
|
+
"blockFontSize": "{palette.fontSize.size12}",
|
|
1846
|
+
"blockFontWeight": "{palette.fontWeight.weight600}",
|
|
1847
|
+
"blockLineHeight": "{palette.lineHeight.ratio4to3}",
|
|
1848
|
+
"iconSize": "{palette.size.size16}"
|
|
1849
|
+
}
|
|
1850
|
+
},
|
|
1851
|
+
{
|
|
1852
|
+
"if": {
|
|
1853
|
+
"size": "small"
|
|
1854
|
+
},
|
|
1855
|
+
"tokens": {
|
|
1856
|
+
"blockFontSize": "{palette.fontSize.size14}",
|
|
1857
|
+
"blockLineHeight": "{palette.lineHeight.ratio10to7}",
|
|
1858
|
+
"iconSize": "{palette.size.size20}"
|
|
1859
|
+
}
|
|
1860
|
+
},
|
|
1861
|
+
{
|
|
1862
|
+
"if": {
|
|
1863
|
+
"size": "large"
|
|
1636
1864
|
},
|
|
1637
1865
|
"tokens": {
|
|
1638
|
-
"
|
|
1866
|
+
"blockFontSize": "{palette.fontSize.size20}",
|
|
1867
|
+
"blockLineHeight": "{palette.lineHeight.ratio7to5}",
|
|
1868
|
+
"iconSize": "{palette.size.size24}"
|
|
1639
1869
|
}
|
|
1640
1870
|
}
|
|
1641
1871
|
],
|
|
@@ -1644,7 +1874,7 @@
|
|
|
1644
1874
|
"blockFontName": "{palette.fontName.StagSans}",
|
|
1645
1875
|
"blockFontSize": "{palette.fontSize.size16}",
|
|
1646
1876
|
"blockFontWeight": "{palette.fontWeight.weight600}",
|
|
1647
|
-
"blockLineHeight": "{palette.lineHeight.
|
|
1877
|
+
"blockLineHeight": "{palette.lineHeight.ratio3to2}",
|
|
1648
1878
|
"borderRadius": "{palette.radius.radius4}",
|
|
1649
1879
|
"color": "{palette.color.mosque}",
|
|
1650
1880
|
"icon": "{system.icon.none}",
|
|
@@ -1653,9 +1883,9 @@
|
|
|
1653
1883
|
"iconTranslateX": "{system.size.zero}",
|
|
1654
1884
|
"iconTranslateY": "{system.size.zero}",
|
|
1655
1885
|
"outerBorderColor": "{palette.color.transparent}",
|
|
1656
|
-
"outerBorderGap": "{palette.size.
|
|
1886
|
+
"outerBorderGap": "{palette.size.size2}",
|
|
1657
1887
|
"outerBorderOutline": "{system.borderStyle.none}",
|
|
1658
|
-
"outerBorderWidth": "{palette.border.
|
|
1888
|
+
"outerBorderWidth": "{palette.border.border2}",
|
|
1659
1889
|
"textLine": "{system.textLine.underline}",
|
|
1660
1890
|
"textLineStyle": "{system.textLineStyle.solid}"
|
|
1661
1891
|
}
|
|
@@ -2179,9 +2409,7 @@
|
|
|
2179
2409
|
"hover": true
|
|
2180
2410
|
},
|
|
2181
2411
|
"tokens": {
|
|
2182
|
-
"
|
|
2183
|
-
"borderColor": "{palette.color.mosqueDark}",
|
|
2184
|
-
"color": "{palette.color.white}"
|
|
2412
|
+
"borderWidth": "{palette.border.border3}"
|
|
2185
2413
|
}
|
|
2186
2414
|
},
|
|
2187
2415
|
{
|
|
@@ -2189,9 +2417,9 @@
|
|
|
2189
2417
|
"pressed": true
|
|
2190
2418
|
},
|
|
2191
2419
|
"tokens": {
|
|
2192
|
-
"backgroundColor": "{palette.color.
|
|
2193
|
-
"borderColor": "{palette.color.
|
|
2194
|
-
"
|
|
2420
|
+
"backgroundColor": "{palette.color.silver}",
|
|
2421
|
+
"borderColor": "{palette.color.dove}",
|
|
2422
|
+
"iconColor": "{palette.color.dove}"
|
|
2195
2423
|
}
|
|
2196
2424
|
},
|
|
2197
2425
|
{
|
|
@@ -2199,22 +2427,32 @@
|
|
|
2199
2427
|
"focus": true
|
|
2200
2428
|
},
|
|
2201
2429
|
"tokens": {
|
|
2202
|
-
"outerBorderColor": "{palette.color.
|
|
2430
|
+
"outerBorderColor": "{palette.color.dove}"
|
|
2431
|
+
}
|
|
2432
|
+
},
|
|
2433
|
+
{
|
|
2434
|
+
"if": {
|
|
2435
|
+
"focus": true,
|
|
2436
|
+
"pressed": true
|
|
2437
|
+
},
|
|
2438
|
+
"tokens": {
|
|
2439
|
+
"borderWidth": "{palette.border.border1}",
|
|
2440
|
+
"outerBorderColor": "{palette.color.dove}"
|
|
2203
2441
|
}
|
|
2204
2442
|
}
|
|
2205
2443
|
],
|
|
2206
2444
|
"tokens": {
|
|
2207
2445
|
"alignSelf": "{system.flexAlign.flexStart}",
|
|
2208
|
-
"backgroundColor": "{palette.color.
|
|
2209
|
-
"borderColor": "{palette.color.
|
|
2210
|
-
"borderRadius": "{palette.radius.
|
|
2211
|
-
"borderWidth": "{palette.border.
|
|
2212
|
-
"color": "{palette.color.
|
|
2446
|
+
"backgroundColor": "{palette.color.white}",
|
|
2447
|
+
"borderColor": "{palette.color.dove}",
|
|
2448
|
+
"borderRadius": "{palette.radius.radius48}",
|
|
2449
|
+
"borderWidth": "{palette.border.border1}",
|
|
2450
|
+
"color": "{palette.color.dove}",
|
|
2213
2451
|
"fontName": "{palette.fontName.StagSans}",
|
|
2214
2452
|
"fontSize": "{palette.fontSize.size16}",
|
|
2215
2453
|
"fontWeight": "{palette.fontWeight.weight600}",
|
|
2216
2454
|
"icon": "{system.icon.none}",
|
|
2217
|
-
"iconColor": "{palette.color.
|
|
2455
|
+
"iconColor": "{palette.color.mosque}",
|
|
2218
2456
|
"iconSize": "{palette.size.size24}",
|
|
2219
2457
|
"iconSpace": "{system.integer.2}",
|
|
2220
2458
|
"lineHeight": "{palette.lineHeight.multiply150}",
|
|
@@ -2224,10 +2462,10 @@
|
|
|
2224
2462
|
"outerBorderColor": "{palette.color.white}",
|
|
2225
2463
|
"outerBorderGap": "{palette.size.size2}",
|
|
2226
2464
|
"outerBorderWidth": "{palette.border.border2}",
|
|
2227
|
-
"paddingBottom": "{palette.size.
|
|
2465
|
+
"paddingBottom": "{palette.size.size12}",
|
|
2228
2466
|
"paddingLeft": "{palette.size.size24}",
|
|
2229
2467
|
"paddingRight": "{palette.size.size24}",
|
|
2230
|
-
"paddingTop": "{palette.size.
|
|
2468
|
+
"paddingTop": "{palette.size.size12}",
|
|
2231
2469
|
"shadow": "{system.shadow.none}",
|
|
2232
2470
|
"textAlign": "{system.flexJustifyContent.center}",
|
|
2233
2471
|
"width": "{system.size.none}"
|
|
@@ -2237,16 +2475,16 @@
|
|
|
2237
2475
|
"appearances": {},
|
|
2238
2476
|
"rules": [],
|
|
2239
2477
|
"tokens": {
|
|
2240
|
-
"backgroundColor": "{palette.color.
|
|
2241
|
-
"borderColor": "{
|
|
2242
|
-
"borderRadius": "{palette.radius.
|
|
2243
|
-
"borderWidth": "{palette.border.
|
|
2478
|
+
"backgroundColor": "{palette.color.white}",
|
|
2479
|
+
"borderColor": "{palette.color.silver}",
|
|
2480
|
+
"borderRadius": "{palette.radius.radius8}",
|
|
2481
|
+
"borderWidth": "{palette.border.border1}",
|
|
2244
2482
|
"flex": "{system.integer.1}",
|
|
2245
2483
|
"minWidth": "{system.size.none}",
|
|
2246
|
-
"paddingBottom": "{palette.size.
|
|
2247
|
-
"paddingLeft": "{palette.size.
|
|
2248
|
-
"paddingRight": "{palette.size.
|
|
2249
|
-
"paddingTop": "{palette.size.
|
|
2484
|
+
"paddingBottom": "{palette.size.size8}",
|
|
2485
|
+
"paddingLeft": "{palette.size.size12}",
|
|
2486
|
+
"paddingRight": "{palette.size.size12}",
|
|
2487
|
+
"paddingTop": "{palette.size.size8}",
|
|
2250
2488
|
"shadow": "{system.shadow.none}"
|
|
2251
2489
|
}
|
|
2252
2490
|
},
|
|
@@ -2316,7 +2554,7 @@
|
|
|
2316
2554
|
"hover": true
|
|
2317
2555
|
},
|
|
2318
2556
|
"tokens": {
|
|
2319
|
-
"backgroundColor": "{palette.color.
|
|
2557
|
+
"backgroundColor": "{palette.color.gallery}"
|
|
2320
2558
|
}
|
|
2321
2559
|
},
|
|
2322
2560
|
{
|
|
@@ -2324,7 +2562,7 @@
|
|
|
2324
2562
|
"focus": true
|
|
2325
2563
|
},
|
|
2326
2564
|
"tokens": {
|
|
2327
|
-
"backgroundColor": "{palette.color.
|
|
2565
|
+
"backgroundColor": "{palette.color.gallery}"
|
|
2328
2566
|
}
|
|
2329
2567
|
},
|
|
2330
2568
|
{
|
|
@@ -2332,7 +2570,8 @@
|
|
|
2332
2570
|
"pressed": true
|
|
2333
2571
|
},
|
|
2334
2572
|
"tokens": {
|
|
2335
|
-
"backgroundColor": "{palette.color.
|
|
2573
|
+
"backgroundColor": "{palette.color.silver}",
|
|
2574
|
+
"itemIconColor": "{palette.color.black}"
|
|
2336
2575
|
}
|
|
2337
2576
|
}
|
|
2338
2577
|
],
|
|
@@ -2340,25 +2579,25 @@
|
|
|
2340
2579
|
"backgroundColor": "{system.color.none}",
|
|
2341
2580
|
"dividerColor": "{palette.color.silver}",
|
|
2342
2581
|
"dividerSize": "{palette.border.border1}",
|
|
2343
|
-
"iconMarginTop": "{palette.size.
|
|
2582
|
+
"iconMarginTop": "{palette.size.size0}",
|
|
2344
2583
|
"interItemMargin": "{system.size.none}",
|
|
2345
2584
|
"interItemMarginWithDivider": "{system.size.none}",
|
|
2346
2585
|
"itemBulletColor": "{palette.color.flirt}",
|
|
2347
2586
|
"itemBulletContainerAlign": "{system.textAlign.center}",
|
|
2348
|
-
"itemBulletContainerWidth": "{palette.size.
|
|
2349
|
-
"itemBulletHeight": "{palette.size.
|
|
2350
|
-
"itemBulletWidth": "{palette.size.
|
|
2587
|
+
"itemBulletContainerWidth": "{palette.size.size0}",
|
|
2588
|
+
"itemBulletHeight": "{palette.size.size0}",
|
|
2589
|
+
"itemBulletWidth": "{palette.size.size0}",
|
|
2351
2590
|
"itemFontName": "{palette.fontName.StagSans}",
|
|
2352
2591
|
"itemFontSize": "{palette.fontSize.size16}",
|
|
2353
2592
|
"itemFontWeight": "{palette.fontWeight.weight600}",
|
|
2354
|
-
"itemIconColor": "{palette.color.
|
|
2355
|
-
"itemIconSize": "{palette.size.
|
|
2356
|
-
"itemLineHeight": "{palette.lineHeight.
|
|
2593
|
+
"itemIconColor": "{palette.color.mosque}",
|
|
2594
|
+
"itemIconSize": "{palette.size.size24}",
|
|
2595
|
+
"itemLineHeight": "{palette.lineHeight.multiply160}",
|
|
2357
2596
|
"listGutter": "{palette.size.size10}",
|
|
2358
|
-
"paddingBottom": "{palette.size.
|
|
2359
|
-
"paddingLeft": "{palette.size.
|
|
2360
|
-
"paddingRight": "{palette.size.
|
|
2361
|
-
"paddingTop": "{palette.size.
|
|
2597
|
+
"paddingBottom": "{palette.size.size12}",
|
|
2598
|
+
"paddingLeft": "{palette.size.size4}",
|
|
2599
|
+
"paddingRight": "{palette.size.size4}",
|
|
2600
|
+
"paddingTop": "{palette.size.size12}"
|
|
2362
2601
|
}
|
|
2363
2602
|
},
|
|
2364
2603
|
"Radio": {
|