@telus-uds/theme-koodo 4.8.0 → 4.10.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 +1220 -712
- package/build/android/theme.json +576 -112
- package/build/ios/schema.json +1220 -712
- package/build/ios/theme.json +576 -112
- package/build/rn/schema.json +1220 -712
- package/build/rn/theme.js +362 -72
- package/package.json +4 -4
- package/theme.json +477 -55
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}",
|
|
@@ -2382,7 +2509,7 @@
|
|
|
2382
2509
|
"borderRadius": "{palette.radius.none}",
|
|
2383
2510
|
"borderWidth": "{palette.border.none}",
|
|
2384
2511
|
"color": "{palette.color.black}",
|
|
2385
|
-
"contentFontSize": "{palette.fontSize.
|
|
2512
|
+
"contentFontSize": "{palette.fontSize.size16}",
|
|
2386
2513
|
"fontName": "{palette.fontName.StagSans}",
|
|
2387
2514
|
"fontWeight": "{palette.fontWeight.weight400}",
|
|
2388
2515
|
"icon": "{system.icon.none}",
|
|
@@ -3094,10 +3221,18 @@
|
|
|
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
|
-
"icon": "{
|
|
3235
|
+
"icon": "{palette.icon.Add}",
|
|
3101
3236
|
"iconColor": "{palette.color.black}",
|
|
3102
3237
|
"iconScale": "{system.iconScale.scale1}",
|
|
3103
3238
|
"iconSize": "{palette.size.size16}",
|
|
@@ -4237,7 +4372,11 @@
|
|
|
4237
4372
|
"hover": true
|
|
4238
4373
|
},
|
|
4239
4374
|
"tokens": {
|
|
4375
|
+
"borderBottomWidth": "{palette.border.border1}",
|
|
4240
4376
|
"borderColor": "{palette.color.mosque}",
|
|
4377
|
+
"borderLeftWidth": "{palette.border.border1}",
|
|
4378
|
+
"borderRightWidth": "{palette.border.border1}",
|
|
4379
|
+
"borderTopWidth": "{palette.border.border1}",
|
|
4241
4380
|
"iconDisplace": "{palette.size.size4}",
|
|
4242
4381
|
"textLine": "{system.textLine.none}"
|
|
4243
4382
|
}
|
|
@@ -4247,7 +4386,11 @@
|
|
|
4247
4386
|
"focus": true
|
|
4248
4387
|
},
|
|
4249
4388
|
"tokens": {
|
|
4250
|
-
"
|
|
4389
|
+
"borderBottomWidth": "{palette.border.border1}",
|
|
4390
|
+
"borderColor": "{palette.color.mosque}",
|
|
4391
|
+
"borderLeftWidth": "{palette.border.border1}",
|
|
4392
|
+
"borderRightWidth": "{palette.border.border1}",
|
|
4393
|
+
"borderTopWidth": "{palette.border.border1}"
|
|
4251
4394
|
}
|
|
4252
4395
|
},
|
|
4253
4396
|
{
|
|
@@ -4288,12 +4431,12 @@
|
|
|
4288
4431
|
],
|
|
4289
4432
|
"tokens": {
|
|
4290
4433
|
"backgroundColor": "{palette.color.transparent}",
|
|
4291
|
-
"borderBottomWidth": "{palette.border.
|
|
4434
|
+
"borderBottomWidth": "{palette.border.none}",
|
|
4292
4435
|
"borderColor": "{palette.color.transparent}",
|
|
4293
|
-
"borderLeftWidth": "{palette.border.
|
|
4436
|
+
"borderLeftWidth": "{palette.border.none}",
|
|
4294
4437
|
"borderRadius": "{palette.radius.radius4}",
|
|
4295
|
-
"borderRightWidth": "{palette.border.
|
|
4296
|
-
"borderTopWidth": "{palette.border.
|
|
4438
|
+
"borderRightWidth": "{palette.border.none}",
|
|
4439
|
+
"borderTopWidth": "{palette.border.none}",
|
|
4297
4440
|
"color": "{palette.color.mosque}",
|
|
4298
4441
|
"displayLabel": "{system.show.true}",
|
|
4299
4442
|
"fontName": "{palette.fontName.StagSans}",
|
|
@@ -4302,7 +4445,7 @@
|
|
|
4302
4445
|
"height": "{system.size.none}",
|
|
4303
4446
|
"icon": "{system.icon.none}",
|
|
4304
4447
|
"iconDisplace": "{palette.size.size0}",
|
|
4305
|
-
"iconSize": "{palette.size.
|
|
4448
|
+
"iconSize": "{palette.size.size16}",
|
|
4306
4449
|
"lineHeight": "{palette.lineHeight.multiply150}",
|
|
4307
4450
|
"outerBorderColor": "{system.color.transparent}",
|
|
4308
4451
|
"outerBorderWidth": "{palette.border.border1}",
|
|
@@ -4534,6 +4677,22 @@
|
|
|
4534
4677
|
"alternative": {
|
|
4535
4678
|
"type": "variant",
|
|
4536
4679
|
"values": [true]
|
|
4680
|
+
},
|
|
4681
|
+
"disabled": {
|
|
4682
|
+
"type": "variant",
|
|
4683
|
+
"values": [true]
|
|
4684
|
+
},
|
|
4685
|
+
"focus": {
|
|
4686
|
+
"type": "variant",
|
|
4687
|
+
"values": [true]
|
|
4688
|
+
},
|
|
4689
|
+
"hover": {
|
|
4690
|
+
"type": "variant",
|
|
4691
|
+
"values": [true]
|
|
4692
|
+
},
|
|
4693
|
+
"pressed": {
|
|
4694
|
+
"type": "variant",
|
|
4695
|
+
"values": [true]
|
|
4537
4696
|
}
|
|
4538
4697
|
},
|
|
4539
4698
|
"rules": [
|
|
@@ -4542,22 +4701,206 @@
|
|
|
4542
4701
|
"alternative": true
|
|
4543
4702
|
},
|
|
4544
4703
|
"tokens": {
|
|
4545
|
-
"
|
|
4704
|
+
"paddingBottom": "{palette.size.size8}",
|
|
4705
|
+
"paddingTop": "{palette.size.size8}"
|
|
4706
|
+
}
|
|
4707
|
+
},
|
|
4708
|
+
{
|
|
4709
|
+
"if": {
|
|
4710
|
+
"hover": true
|
|
4711
|
+
},
|
|
4712
|
+
"tokens": {
|
|
4713
|
+
"inputBackgroundColor": "{palette.color.gallery}"
|
|
4714
|
+
}
|
|
4715
|
+
},
|
|
4716
|
+
{
|
|
4717
|
+
"if": {
|
|
4718
|
+
"disabled": true
|
|
4719
|
+
},
|
|
4720
|
+
"tokens": {
|
|
4721
|
+
"inputBackgroundColor": "{palette.color.gallery}",
|
|
4722
|
+
"textColor": "{palette.color.silver}"
|
|
4723
|
+
}
|
|
4724
|
+
},
|
|
4725
|
+
{
|
|
4726
|
+
"if": {
|
|
4727
|
+
"focus": true
|
|
4728
|
+
},
|
|
4729
|
+
"tokens": {
|
|
4730
|
+
"inputBorderWidth": "{palette.border.border3}"
|
|
4546
4731
|
}
|
|
4547
4732
|
}
|
|
4548
4733
|
],
|
|
4549
4734
|
"tokens": {
|
|
4550
|
-
"
|
|
4551
|
-
"
|
|
4552
|
-
"
|
|
4735
|
+
"fontSize": "{palette.fontSize.size16}",
|
|
4736
|
+
"inputBackgroundColor": "{palette.color.white}",
|
|
4737
|
+
"inputBorderColor": "{palette.color.dove}",
|
|
4738
|
+
"inputBorderWidth": "{palette.border.border1}",
|
|
4739
|
+
"inputWidth": "{palette.size.size64}",
|
|
4740
|
+
"lineHeight": "{palette.lineHeight.ratio3to2}",
|
|
4741
|
+
"padding": "{palette.size.size12}",
|
|
4742
|
+
"paddingBottom": "{palette.size.size12}",
|
|
4743
|
+
"paddingLeft": "{palette.size.size12}",
|
|
4744
|
+
"paddingRight": "{palette.size.size12}",
|
|
4745
|
+
"paddingTop": "{palette.size.size12}",
|
|
4746
|
+
"textColor": "{palette.color.black}"
|
|
4747
|
+
}
|
|
4748
|
+
},
|
|
4749
|
+
"QuantitySelectorSideButton": {
|
|
4750
|
+
"appearances": {
|
|
4751
|
+
"alternative": {
|
|
4752
|
+
"type": "variant",
|
|
4753
|
+
"values": [true]
|
|
4754
|
+
},
|
|
4755
|
+
"decrease": {
|
|
4756
|
+
"type": "variant",
|
|
4757
|
+
"values": [true]
|
|
4758
|
+
},
|
|
4759
|
+
"disabled": {
|
|
4760
|
+
"type": "variant",
|
|
4761
|
+
"values": [true]
|
|
4762
|
+
},
|
|
4763
|
+
"focus": {
|
|
4764
|
+
"type": "variant",
|
|
4765
|
+
"values": [true]
|
|
4766
|
+
},
|
|
4767
|
+
"hover": {
|
|
4768
|
+
"type": "variant",
|
|
4769
|
+
"values": [true]
|
|
4770
|
+
},
|
|
4771
|
+
"increase": {
|
|
4772
|
+
"type": "variant",
|
|
4773
|
+
"values": [true]
|
|
4774
|
+
},
|
|
4775
|
+
"pressed": {
|
|
4776
|
+
"type": "variant",
|
|
4777
|
+
"values": [true]
|
|
4778
|
+
}
|
|
4779
|
+
},
|
|
4780
|
+
"rules": [
|
|
4781
|
+
{
|
|
4782
|
+
"if": {
|
|
4783
|
+
"hover": true
|
|
4784
|
+
},
|
|
4785
|
+
"tokens": {
|
|
4786
|
+
"backgroundColor": "{palette.color.gallery}"
|
|
4787
|
+
}
|
|
4788
|
+
},
|
|
4789
|
+
{
|
|
4790
|
+
"if": {
|
|
4791
|
+
"pressed": true
|
|
4792
|
+
},
|
|
4793
|
+
"tokens": {
|
|
4794
|
+
"backgroundColor": "{palette.color.silver}",
|
|
4795
|
+
"borderWidth": "{palette.border.border3}"
|
|
4796
|
+
}
|
|
4797
|
+
},
|
|
4798
|
+
{
|
|
4799
|
+
"if": {
|
|
4800
|
+
"decrease": true
|
|
4801
|
+
},
|
|
4802
|
+
"tokens": {
|
|
4803
|
+
"borderBottomLeftRadius": "{palette.radius.radius4}",
|
|
4804
|
+
"borderRightWidth": "{system.border.zero}",
|
|
4805
|
+
"borderTopLeftRadius": "{palette.radius.radius4}",
|
|
4806
|
+
"icon": "{palette.icon.Subtract}"
|
|
4807
|
+
}
|
|
4808
|
+
},
|
|
4809
|
+
{
|
|
4810
|
+
"if": {
|
|
4811
|
+
"increase": true
|
|
4812
|
+
},
|
|
4813
|
+
"tokens": {
|
|
4814
|
+
"borderBottomRightRadius": "{palette.radius.radius4}",
|
|
4815
|
+
"borderLeftWidth": "{system.border.zero}",
|
|
4816
|
+
"borderTopRightRadius": "{palette.radius.radius4}",
|
|
4817
|
+
"icon": "{palette.icon.Add}"
|
|
4818
|
+
}
|
|
4819
|
+
},
|
|
4820
|
+
{
|
|
4821
|
+
"if": {
|
|
4822
|
+
"focus": true,
|
|
4823
|
+
"increase": true
|
|
4824
|
+
},
|
|
4825
|
+
"tokens": {
|
|
4826
|
+
"borderBottomWidth": "{palette.border.border3}",
|
|
4827
|
+
"borderLeftWidth": "{palette.border.border2}",
|
|
4828
|
+
"borderRightWidth": "{palette.border.border3}",
|
|
4829
|
+
"borderTopWidth": "{palette.border.border3}"
|
|
4830
|
+
}
|
|
4831
|
+
},
|
|
4832
|
+
{
|
|
4833
|
+
"if": {
|
|
4834
|
+
"decrease": true,
|
|
4835
|
+
"focus": true
|
|
4836
|
+
},
|
|
4837
|
+
"tokens": {
|
|
4838
|
+
"borderBottomWidth": "{palette.border.border3}",
|
|
4839
|
+
"borderLeftWidth": "{palette.border.border3}",
|
|
4840
|
+
"borderRightWidth": "{palette.border.border2}",
|
|
4841
|
+
"borderTopWidth": "{palette.border.border3}"
|
|
4842
|
+
}
|
|
4843
|
+
},
|
|
4844
|
+
{
|
|
4845
|
+
"if": {
|
|
4846
|
+
"disabled": true
|
|
4847
|
+
},
|
|
4848
|
+
"tokens": {
|
|
4849
|
+
"backgroundColor": "{palette.color.gallery}",
|
|
4850
|
+
"iconColor": "{palette.color.silver}"
|
|
4851
|
+
}
|
|
4852
|
+
},
|
|
4853
|
+
{
|
|
4854
|
+
"if": {
|
|
4855
|
+
"alternative": true
|
|
4856
|
+
},
|
|
4857
|
+
"tokens": {
|
|
4858
|
+
"paddingBottom": "{palette.size.size12}",
|
|
4859
|
+
"paddingTop": "{palette.size.size12}"
|
|
4860
|
+
}
|
|
4861
|
+
},
|
|
4862
|
+
{
|
|
4863
|
+
"if": {
|
|
4864
|
+
"alternative": true,
|
|
4865
|
+
"increase": true
|
|
4866
|
+
},
|
|
4867
|
+
"tokens": {
|
|
4868
|
+
"borderBottomRightRadius": "{palette.radius.radius24}",
|
|
4869
|
+
"borderTopRightRadius": "{palette.radius.radius24}"
|
|
4870
|
+
}
|
|
4871
|
+
},
|
|
4872
|
+
{
|
|
4873
|
+
"if": {
|
|
4874
|
+
"alternative": true,
|
|
4875
|
+
"decrease": true
|
|
4876
|
+
},
|
|
4877
|
+
"tokens": {
|
|
4878
|
+
"borderBottomLeftRadius": "{palette.radius.radius24}",
|
|
4879
|
+
"borderTopLeftRadius": "{palette.radius.radius24}"
|
|
4880
|
+
}
|
|
4881
|
+
}
|
|
4882
|
+
],
|
|
4883
|
+
"tokens": {
|
|
4884
|
+
"backgroundColor": "{palette.color.white}",
|
|
4885
|
+
"borderBottomLeftRadius": "{system.radius.zero}",
|
|
4886
|
+
"borderBottomRightRadius": "{system.radius.zero}",
|
|
4887
|
+
"borderBottomWidth": "{palette.border.border1}",
|
|
4888
|
+
"borderColor": "{palette.color.dove}",
|
|
4889
|
+
"borderLeftWidth": "{palette.border.border1}",
|
|
4890
|
+
"borderRadius": "{system.radius.zero}",
|
|
4891
|
+
"borderRightWidth": "{palette.border.border1}",
|
|
4892
|
+
"borderTopLeftRadius": "{system.radius.zero}",
|
|
4893
|
+
"borderTopRightRadius": "{system.radius.zero}",
|
|
4894
|
+
"borderTopWidth": "{palette.border.border1}",
|
|
4895
|
+
"borderWidth": "{palette.border.border1}",
|
|
4896
|
+
"icon": "{system.icon.none}",
|
|
4897
|
+
"iconColor": "{palette.color.black}",
|
|
4553
4898
|
"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
4899
|
"padding": "{palette.size.size16}",
|
|
4559
|
-
"
|
|
4560
|
-
"
|
|
4900
|
+
"paddingBottom": "{palette.size.size16}",
|
|
4901
|
+
"paddingLeft": "{palette.size.size16}",
|
|
4902
|
+
"paddingRight": "{palette.size.size16}",
|
|
4903
|
+
"paddingTop": "{palette.size.size16}"
|
|
4561
4904
|
}
|
|
4562
4905
|
},
|
|
4563
4906
|
"QuickLinks": {
|
|
@@ -5732,11 +6075,11 @@
|
|
|
5732
6075
|
"completedIconColor": "{palette.color.dove}",
|
|
5733
6076
|
"connectorColor": "{palette.color.white}",
|
|
5734
6077
|
"connectorCompletedColor": "{palette.color.white}",
|
|
5735
|
-
"knobBackgroundColor": "{
|
|
6078
|
+
"knobBackgroundColor": "{system.color.transparent}",
|
|
5736
6079
|
"knobBorderColor": "{palette.color.white}",
|
|
5737
6080
|
"knobCompletedBackgroundColor": "{palette.color.white}",
|
|
5738
|
-
"knobCompletedBorderColor": "{
|
|
5739
|
-
"knobCurrentBackgroundColor": "{
|
|
6081
|
+
"knobCompletedBorderColor": "{system.color.transparent}",
|
|
6082
|
+
"knobCurrentBackgroundColor": "{system.color.transparent}",
|
|
5740
6083
|
"knobCurrentBorderColor": "{palette.color.white}",
|
|
5741
6084
|
"knobCurrentInnerColor": "{palette.color.white}",
|
|
5742
6085
|
"labelColor": "{palette.color.white}",
|
|
@@ -6440,18 +6783,49 @@
|
|
|
6440
6783
|
}
|
|
6441
6784
|
},
|
|
6442
6785
|
"Testimonial": {
|
|
6443
|
-
"appearances": {
|
|
6444
|
-
|
|
6786
|
+
"appearances": {
|
|
6787
|
+
"viewport": "{appearances.system.viewport}"
|
|
6788
|
+
},
|
|
6789
|
+
"rules": [
|
|
6790
|
+
{
|
|
6791
|
+
"if": {
|
|
6792
|
+
"viewport": ["md", "lg", "xl"]
|
|
6793
|
+
},
|
|
6794
|
+
"tokens": {
|
|
6795
|
+
"testimonialFontNameHeading": "{palette.fontName.StagSans}",
|
|
6796
|
+
"testimonialFontSizeHeading": "{palette.fontSize.size32}",
|
|
6797
|
+
"testimonialFontWeightHeading": "{palette.fontWeight.weight700}",
|
|
6798
|
+
"testimonialLineHeightHeading": "{palette.lineHeight.ratio5to4}"
|
|
6799
|
+
}
|
|
6800
|
+
}
|
|
6801
|
+
],
|
|
6445
6802
|
"tokens": {
|
|
6446
|
-
"
|
|
6803
|
+
"additionalFontName": "{palette.fontName.StagSans}",
|
|
6804
|
+
"additionalFontSize": "{palette.fontSize.size14}",
|
|
6805
|
+
"additionalFontWeight": "{palette.fontWeight.weight400}",
|
|
6806
|
+
"additionalLineHeight": "{palette.lineHeight.ratio10to7}",
|
|
6807
|
+
"authorFontName": "{palette.fontName.StagSans}",
|
|
6808
|
+
"authorFontSize": "{palette.fontSize.size16}",
|
|
6809
|
+
"authorFontWeight": "{palette.fontWeight.weight600}",
|
|
6810
|
+
"authorLineHeight": "{palette.lineHeight.multiply150}",
|
|
6811
|
+
"dividerBackgroundColor": "{palette.color.silver}",
|
|
6447
6812
|
"dividerBorder": "{palette.border.border1}",
|
|
6448
6813
|
"figcaptionGap": "{palette.size.size12}",
|
|
6449
|
-
"icon": "{palette.icon.
|
|
6450
|
-
"iconColor": "{palette.color.
|
|
6814
|
+
"icon": "{palette.icon.QuoteLeft}",
|
|
6815
|
+
"iconColor": "{palette.color.silver}",
|
|
6816
|
+
"iconFr": "{palette.icon.QuoteRightArrow}",
|
|
6451
6817
|
"imageSize": "{palette.size.size48}",
|
|
6452
6818
|
"quoteContainerGap": "{palette.size.size4}",
|
|
6453
6819
|
"testimonialContainerGap": "{palette.size.size12}",
|
|
6454
|
-
"
|
|
6820
|
+
"testimonialFontNameHeading": "{palette.fontName.StagSans}",
|
|
6821
|
+
"testimonialFontNameLarge": "{palette.fontName.StagSans}",
|
|
6822
|
+
"testimonialFontSizeHeading": "{palette.fontSize.size24}",
|
|
6823
|
+
"testimonialFontSizeLarge": "{palette.fontSize.size20}",
|
|
6824
|
+
"testimonialFontWeightHeading": "{palette.fontWeight.weight700}",
|
|
6825
|
+
"testimonialFontWeightLarge": "{palette.fontWeight.weight400}",
|
|
6826
|
+
"testimonialLineHeightHeading": "{palette.lineHeight.ratio4to3}",
|
|
6827
|
+
"testimonialLineHeightLarge": "{palette.lineHeight.ratio7to5}",
|
|
6828
|
+
"textColor": "{palette.color.black}"
|
|
6455
6829
|
}
|
|
6456
6830
|
},
|
|
6457
6831
|
"TextArea": {
|
|
@@ -6638,7 +7012,8 @@
|
|
|
6638
7012
|
"chevronlinkFontName": "{palette.fontName.StagSans}",
|
|
6639
7013
|
"chevronlinkFontWeight": "{palette.fontWeight.weight400}",
|
|
6640
7014
|
"containerBackgroundColor": "{palette.color.mosque}",
|
|
6641
|
-
"containerGap": "{palette.size.size12}"
|
|
7015
|
+
"containerGap": "{palette.size.size12}",
|
|
7016
|
+
"padding": "{palette.size.size16}"
|
|
6642
7017
|
}
|
|
6643
7018
|
},
|
|
6644
7019
|
"ToggleSwitch": {
|
|
@@ -6834,7 +7209,7 @@
|
|
|
6834
7209
|
},
|
|
6835
7210
|
"tokens": {
|
|
6836
7211
|
"backgroundColor": "{palette.color.white}",
|
|
6837
|
-
"color": "{palette.color.
|
|
7212
|
+
"color": "{palette.color.black}"
|
|
6838
7213
|
}
|
|
6839
7214
|
}
|
|
6840
7215
|
],
|
|
@@ -6842,9 +7217,9 @@
|
|
|
6842
7217
|
"arrowBorderRadius": "{palette.radius.none}",
|
|
6843
7218
|
"arrowOffset": "{palette.size.size4}",
|
|
6844
7219
|
"arrowWidth": "{palette.size.size8}",
|
|
6845
|
-
"backgroundColor": "{palette.color.
|
|
7220
|
+
"backgroundColor": "{palette.color.onahau}",
|
|
6846
7221
|
"borderRadius": "{palette.radius.radius4}",
|
|
6847
|
-
"color": "{palette.color.
|
|
7222
|
+
"color": "{palette.color.black}",
|
|
6848
7223
|
"fontName": "{palette.fontName.StagSans}",
|
|
6849
7224
|
"fontSize": "{palette.fontSize.size14}",
|
|
6850
7225
|
"fontWeight": "{palette.fontWeight.weight400}",
|
|
@@ -6860,6 +7235,10 @@
|
|
|
6860
7235
|
"appearances": {
|
|
6861
7236
|
"focus": "{appearances.TooltipButton.focus}",
|
|
6862
7237
|
"hover": "{appearances.TooltipButton.hover}",
|
|
7238
|
+
"inverse": {
|
|
7239
|
+
"type": "variant",
|
|
7240
|
+
"values": [true]
|
|
7241
|
+
},
|
|
6863
7242
|
"pressed": "{appearances.TooltipButton.pressed}"
|
|
6864
7243
|
},
|
|
6865
7244
|
"rules": [
|
|
@@ -6868,30 +7247,73 @@
|
|
|
6868
7247
|
"hover": true
|
|
6869
7248
|
},
|
|
6870
7249
|
"tokens": {
|
|
7250
|
+
"backgroundColor": "{palette.color.onahau}",
|
|
6871
7251
|
"iconScale": "{system.iconScale.scale1_25}"
|
|
6872
7252
|
}
|
|
6873
7253
|
},
|
|
6874
7254
|
{
|
|
6875
7255
|
"if": {
|
|
7256
|
+
"inverse": true
|
|
7257
|
+
},
|
|
7258
|
+
"tokens": {
|
|
7259
|
+
"backgroundColor": "{palette.color.transparent}",
|
|
7260
|
+
"iconColor": "{palette.color.white}"
|
|
7261
|
+
}
|
|
7262
|
+
},
|
|
7263
|
+
{
|
|
7264
|
+
"if": {
|
|
7265
|
+
"hover": true,
|
|
7266
|
+
"inverse": true
|
|
7267
|
+
},
|
|
7268
|
+
"tokens": {
|
|
7269
|
+
"backgroundColor": "{palette.color.silver}",
|
|
7270
|
+
"iconColor": "{palette.color.white}"
|
|
7271
|
+
}
|
|
7272
|
+
},
|
|
7273
|
+
{
|
|
7274
|
+
"if": {
|
|
7275
|
+
"inverse": true,
|
|
6876
7276
|
"pressed": true
|
|
6877
7277
|
},
|
|
6878
7278
|
"tokens": {
|
|
6879
|
-
"
|
|
7279
|
+
"backgroundColor": "{palette.color.white}",
|
|
7280
|
+
"iconColor": "{palette.color.silver}"
|
|
6880
7281
|
}
|
|
6881
7282
|
},
|
|
6882
7283
|
{
|
|
6883
7284
|
"if": {
|
|
6884
|
-
"
|
|
7285
|
+
"inverse": null,
|
|
7286
|
+
"pressed": true
|
|
6885
7287
|
},
|
|
6886
7288
|
"tokens": {
|
|
6887
|
-
"
|
|
7289
|
+
"backgroundColor": "{palette.color.mosque}",
|
|
7290
|
+
"iconColor": "{palette.color.white}"
|
|
7291
|
+
}
|
|
7292
|
+
},
|
|
7293
|
+
{
|
|
7294
|
+
"if": {
|
|
7295
|
+
"focus": true,
|
|
7296
|
+
"inverse": true
|
|
7297
|
+
},
|
|
7298
|
+
"tokens": {
|
|
7299
|
+
"outerBorderColor": "{palette.color.white}"
|
|
7300
|
+
}
|
|
7301
|
+
},
|
|
7302
|
+
{
|
|
7303
|
+
"if": {
|
|
7304
|
+
"focus": true,
|
|
7305
|
+
"inverse": null
|
|
7306
|
+
},
|
|
7307
|
+
"tokens": {
|
|
7308
|
+
"outerBorderColor": "{palette.color.chathamsBlue}"
|
|
6888
7309
|
}
|
|
6889
7310
|
}
|
|
6890
7311
|
],
|
|
6891
7312
|
"tokens": {
|
|
7313
|
+
"backgroundColor": "{palette.color.transparent}",
|
|
6892
7314
|
"borderRadius": "{palette.radius.pill32}",
|
|
6893
|
-
"icon": "{palette.icon.
|
|
6894
|
-
"iconColor": "{palette.color.
|
|
7315
|
+
"icon": "{palette.icon.Tooltip}",
|
|
7316
|
+
"iconColor": "{palette.color.mosque}",
|
|
6895
7317
|
"iconScale": "{system.iconScale.scale1}",
|
|
6896
7318
|
"iconSize": "{palette.size.size16}",
|
|
6897
7319
|
"outerBorderColor": "{palette.color.transparent}",
|