@telus-uds/theme-allium 4.1.0 → 4.3.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 +951 -1085
- package/build/android/theme.json +61 -105
- package/build/ios/schema.json +951 -1085
- package/build/ios/theme.json +61 -105
- package/build/rn/schema.json +951 -1085
- package/build/rn/theme.js +47 -54
- package/package.json +5 -5
- package/theme.json +54 -58
package/build/rn/theme.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
*
|
|
3
3
|
* Do not edit directly
|
|
4
|
-
* Generated on
|
|
4
|
+
* Generated on Wed, 14 Jun 2023 00:00:46 GMT
|
|
5
5
|
*
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -1567,12 +1567,6 @@ module.exports = {
|
|
|
1567
1567
|
calendarMonthCaptionFontWeight: '700',
|
|
1568
1568
|
calendarMonthCaptionLineHeight: 1.4,
|
|
1569
1569
|
calendarMonthCaptionPaddingBottom: 48,
|
|
1570
|
-
dateInputBorderColor: 'rgba(0, 0, 0, 0)',
|
|
1571
|
-
dateInputBorderRadius: 6,
|
|
1572
|
-
dateInputFocusBorderColor: '#7c53a5',
|
|
1573
|
-
dateInputHoverBorderColor: '#e3e6e8',
|
|
1574
|
-
dateInputInsideBorderColor: '#676e73',
|
|
1575
|
-
dateInputInsideColor: '#676e73',
|
|
1576
1570
|
dateInputStrokeColor: '#676e73',
|
|
1577
1571
|
dayPickerNavigationButtonPadding: 8,
|
|
1578
1572
|
dayPickerWeekHeaderColor: '#414547',
|
|
@@ -1598,9 +1592,9 @@ module.exports = {
|
|
|
1598
1592
|
tokens: {
|
|
1599
1593
|
color: '#414547',
|
|
1600
1594
|
fontName: 'HelveticaNow',
|
|
1601
|
-
fontSize:
|
|
1602
|
-
fontWeight: '
|
|
1603
|
-
lineHeight: 1.
|
|
1595
|
+
fontSize: 12,
|
|
1596
|
+
fontWeight: '500',
|
|
1597
|
+
lineHeight: 1.33333333333
|
|
1604
1598
|
}
|
|
1605
1599
|
},
|
|
1606
1600
|
Divider: {
|
|
@@ -1632,7 +1626,8 @@ module.exports = {
|
|
|
1632
1626
|
description: 'Applies when an ExpandCollapse panel is open and the content inside is visible',
|
|
1633
1627
|
type: 'state',
|
|
1634
1628
|
values: [ true ]
|
|
1635
|
-
}
|
|
1629
|
+
},
|
|
1630
|
+
mini: { type: 'variant', values: [ true ] }
|
|
1636
1631
|
},
|
|
1637
1632
|
rules: [
|
|
1638
1633
|
{
|
|
@@ -1647,11 +1642,16 @@ module.exports = {
|
|
|
1647
1642
|
paddingRight: 0,
|
|
1648
1643
|
paddingTop: 8
|
|
1649
1644
|
}
|
|
1650
|
-
}
|
|
1645
|
+
},
|
|
1646
|
+
{ if: { mini: true }, tokens: { paddingBottom: 0 } }
|
|
1651
1647
|
],
|
|
1652
1648
|
tokens: {
|
|
1653
1649
|
backgroundColor: 'rgba(0, 0, 0, 0)',
|
|
1650
|
+
borderBottomLeftRadius: 0,
|
|
1651
|
+
borderBottomRightRadius: 0,
|
|
1654
1652
|
borderColor: 'rgba(0, 0, 0, 0)',
|
|
1653
|
+
borderTopLeftRadius: 0,
|
|
1654
|
+
borderTopRightRadius: 0,
|
|
1655
1655
|
borderWidth: 0,
|
|
1656
1656
|
icon: PaletteIconCaretDown,
|
|
1657
1657
|
iconColor: '#2b8000',
|
|
@@ -1664,6 +1664,7 @@ module.exports = {
|
|
|
1664
1664
|
paddingLeft: 0,
|
|
1665
1665
|
paddingRight: 0,
|
|
1666
1666
|
paddingTop: 16,
|
|
1667
|
+
textLine: 'none',
|
|
1667
1668
|
verticalAlign: 'top'
|
|
1668
1669
|
}
|
|
1669
1670
|
},
|
|
@@ -1701,35 +1702,11 @@ module.exports = {
|
|
|
1701
1702
|
verticalAlign: 'top'
|
|
1702
1703
|
}
|
|
1703
1704
|
},
|
|
1704
|
-
ExpandCollapseMiniPanel: {
|
|
1705
|
-
appearances: { compact: { type: 'variant', values: [ true ] } },
|
|
1706
|
-
rules: [
|
|
1707
|
-
{
|
|
1708
|
-
if: { compact: true },
|
|
1709
|
-
tokens: {
|
|
1710
|
-
contentPaddingBottom: 16,
|
|
1711
|
-
contentPaddingRight: 0,
|
|
1712
|
-
contentPaddingTop: 8
|
|
1713
|
-
}
|
|
1714
|
-
}
|
|
1715
|
-
],
|
|
1716
|
-
tokens: {
|
|
1717
|
-
borderColor: 'rgba(0, 0, 0, 0)',
|
|
1718
|
-
borderRadius: 0,
|
|
1719
|
-
borderWidth: 0,
|
|
1720
|
-
collapseDuration: 250,
|
|
1721
|
-
contentPaddingBottom: 16,
|
|
1722
|
-
contentPaddingLeft: 0,
|
|
1723
|
-
contentPaddingRight: 0,
|
|
1724
|
-
contentPaddingTop: 0,
|
|
1725
|
-
expandDividerColor: 'rgba(0, 0, 0, 0)',
|
|
1726
|
-
expandDividerWidth: 0,
|
|
1727
|
-
expandDuration: 300,
|
|
1728
|
-
marginBottom: 0
|
|
1729
|
-
}
|
|
1730
|
-
},
|
|
1731
1705
|
ExpandCollapsePanel: {
|
|
1732
|
-
appearances: {
|
|
1706
|
+
appearances: {
|
|
1707
|
+
compact: { type: 'variant', values: [ true ] },
|
|
1708
|
+
mini: { type: 'variant', values: [ true ] }
|
|
1709
|
+
},
|
|
1733
1710
|
rules: [
|
|
1734
1711
|
{
|
|
1735
1712
|
if: { compact: true },
|
|
@@ -1739,7 +1716,8 @@ module.exports = {
|
|
|
1739
1716
|
contentPaddingRight: 0,
|
|
1740
1717
|
contentPaddingTop: 8
|
|
1741
1718
|
}
|
|
1742
|
-
}
|
|
1719
|
+
},
|
|
1720
|
+
{ if: { mini: true }, tokens: { contentPaddingLeft: 0 } }
|
|
1743
1721
|
],
|
|
1744
1722
|
tokens: {
|
|
1745
1723
|
borderColor: 'rgba(0, 0, 0, 0)',
|
|
@@ -2446,7 +2424,7 @@ module.exports = {
|
|
|
2446
2424
|
{
|
|
2447
2425
|
if: { size: 'large' },
|
|
2448
2426
|
tokens: {
|
|
2449
|
-
iconMarginTop:
|
|
2427
|
+
iconMarginTop: 6,
|
|
2450
2428
|
itemFontSize: 20,
|
|
2451
2429
|
itemIconSize: 20,
|
|
2452
2430
|
itemLineHeight: 1.6,
|
|
@@ -2456,14 +2434,17 @@ module.exports = {
|
|
|
2456
2434
|
{
|
|
2457
2435
|
if: { size: 'small' },
|
|
2458
2436
|
tokens: {
|
|
2459
|
-
iconMarginTop:
|
|
2437
|
+
iconMarginTop: 3,
|
|
2460
2438
|
itemFontSize: 14,
|
|
2461
2439
|
itemIconSize: 14,
|
|
2462
2440
|
itemLineHeight: 1.42857142857,
|
|
2463
2441
|
listGutter: 12
|
|
2464
2442
|
}
|
|
2465
2443
|
},
|
|
2466
|
-
{
|
|
2444
|
+
{
|
|
2445
|
+
if: { compact: true },
|
|
2446
|
+
tokens: { iconMarginTop: 2, itemLineHeight: 1.25 }
|
|
2447
|
+
},
|
|
2467
2448
|
{
|
|
2468
2449
|
if: { compact: true, size: 'small' },
|
|
2469
2450
|
tokens: { itemLineHeight: 1.14285714286 }
|
|
@@ -2476,7 +2457,7 @@ module.exports = {
|
|
|
2476
2457
|
tokens: {
|
|
2477
2458
|
dividerColor: '#b2b9bf',
|
|
2478
2459
|
dividerSize: 1,
|
|
2479
|
-
iconMarginTop:
|
|
2460
|
+
iconMarginTop: 4,
|
|
2480
2461
|
interItemMargin: 8,
|
|
2481
2462
|
interItemMarginWithDivider: 16,
|
|
2482
2463
|
itemBulletColor: '#4b286d',
|
|
@@ -4255,6 +4236,12 @@ module.exports = {
|
|
|
4255
4236
|
type: 'state',
|
|
4256
4237
|
values: [ true ]
|
|
4257
4238
|
},
|
|
4239
|
+
focus: {
|
|
4240
|
+
description: "Currently only web has good support for this. Applies when an interactive component's focus handler is triggered, such as keyboard tabbing or selection.",
|
|
4241
|
+
platforms: [ 'rn' ],
|
|
4242
|
+
type: 'state',
|
|
4243
|
+
values: [ true ]
|
|
4244
|
+
},
|
|
4258
4245
|
hover: {
|
|
4259
4246
|
description: "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
|
|
4260
4247
|
platforms: [ 'rn' ],
|
|
@@ -4272,6 +4259,7 @@ module.exports = {
|
|
|
4272
4259
|
if: { active: true },
|
|
4273
4260
|
tokens: {
|
|
4274
4261
|
accentBackgroundColor: '#4b286d',
|
|
4262
|
+
backgroundColor: '#f4f4f7',
|
|
4275
4263
|
color: '#4b286d',
|
|
4276
4264
|
fontName: 'HelveticaNow',
|
|
4277
4265
|
fontWeight: '700',
|
|
@@ -4285,19 +4273,21 @@ module.exports = {
|
|
|
4285
4273
|
accentOffset: 16,
|
|
4286
4274
|
borderWidth: 0,
|
|
4287
4275
|
fontSize: 14,
|
|
4288
|
-
lineHeight: 1.
|
|
4276
|
+
lineHeight: 1.45,
|
|
4289
4277
|
paddingLeft: 36
|
|
4290
4278
|
}
|
|
4291
4279
|
},
|
|
4292
4280
|
{
|
|
4293
4281
|
if: { active: true, type: 'parent' },
|
|
4294
|
-
tokens: { paddingLeft: 12 }
|
|
4282
|
+
tokens: { color: '#4b286d', paddingLeft: 12 }
|
|
4295
4283
|
},
|
|
4296
4284
|
{
|
|
4297
4285
|
if: { active: true, expanded: true, type: 'parent' },
|
|
4298
4286
|
tokens: {
|
|
4299
4287
|
accentBackgroundColor: 'rgba(0, 0, 0, 0)',
|
|
4300
|
-
color: '#
|
|
4288
|
+
color: '#4b286d',
|
|
4289
|
+
fontName: 'HelveticaNow',
|
|
4290
|
+
fontWeight: '400',
|
|
4301
4291
|
paddingLeft: 16
|
|
4302
4292
|
}
|
|
4303
4293
|
},
|
|
@@ -4305,13 +4295,16 @@ module.exports = {
|
|
|
4305
4295
|
if: { hover: true },
|
|
4306
4296
|
tokens: { backgroundColor: '#f4f4f7', color: '#4b286d' }
|
|
4307
4297
|
},
|
|
4298
|
+
{
|
|
4299
|
+
if: { focus: true },
|
|
4300
|
+
tokens: { backgroundColor: '#f4f4f7', color: '#4b286d' }
|
|
4301
|
+
},
|
|
4308
4302
|
{
|
|
4309
4303
|
if: { active: true, type: 'child' },
|
|
4310
4304
|
tokens: {
|
|
4311
4305
|
accentBackgroundColor: '#4b286d',
|
|
4312
4306
|
accentPadding: 16,
|
|
4313
|
-
backgroundColor: '#f4f4f7'
|
|
4314
|
-
color: '#4b286d'
|
|
4307
|
+
backgroundColor: '#f4f4f7'
|
|
4315
4308
|
}
|
|
4316
4309
|
},
|
|
4317
4310
|
{
|
|
@@ -4367,7 +4360,7 @@ module.exports = {
|
|
|
4367
4360
|
contentPaddingTop: 0,
|
|
4368
4361
|
expandDuration: 300,
|
|
4369
4362
|
icon: PaletteIconCaretDown,
|
|
4370
|
-
iconColor: '#
|
|
4363
|
+
iconColor: '#2b8000',
|
|
4371
4364
|
iconGap: 8,
|
|
4372
4365
|
iconPosition: 'right',
|
|
4373
4366
|
iconSize: 24,
|
|
@@ -5477,7 +5470,6 @@ module.exports = {
|
|
|
5477
5470
|
if: { colour: 'light', size: 'h6' },
|
|
5478
5471
|
tokens: { color: '#676e73' }
|
|
5479
5472
|
},
|
|
5480
|
-
{ if: { size: 'eyebrow' }, tokens: { color: '#414547' } },
|
|
5481
5473
|
{
|
|
5482
5474
|
if: { colour: 'dark', size: 'eyebrow' },
|
|
5483
5475
|
tokens: { color: '#7c53a5' }
|
|
@@ -5625,10 +5617,11 @@ module.exports = {
|
|
|
5625
5617
|
{
|
|
5626
5618
|
if: { size: 'eyebrow' },
|
|
5627
5619
|
tokens: {
|
|
5620
|
+
color: '#7c53a5',
|
|
5628
5621
|
fontName: 'HelveticaNow',
|
|
5629
5622
|
fontSize: 14,
|
|
5630
5623
|
fontWeight: '700',
|
|
5631
|
-
lineHeight: 1.
|
|
5624
|
+
lineHeight: 1.42857142857,
|
|
5632
5625
|
textTransform: 'uppercase'
|
|
5633
5626
|
}
|
|
5634
5627
|
},
|
|
@@ -5920,5 +5913,5 @@ module.exports = {
|
|
|
5920
5913
|
tokens: { size: 96 }
|
|
5921
5914
|
}
|
|
5922
5915
|
},
|
|
5923
|
-
metadata: { name: 'theme-allium', themeTokensVersion: '2.
|
|
5916
|
+
metadata: { name: 'theme-allium', themeTokensVersion: '2.32.0' }
|
|
5924
5917
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@telus-uds/theme-allium",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.3.0",
|
|
4
4
|
"description": "Allium theme",
|
|
5
5
|
"author": "TELUS Digital",
|
|
6
6
|
"homepage": "https://github.com/telus/allium-design-system#readme",
|
|
@@ -8,12 +8,12 @@
|
|
|
8
8
|
"main": "build/rn/theme.js",
|
|
9
9
|
"dependencies": {},
|
|
10
10
|
"devDependencies": {
|
|
11
|
-
"@telus-uds/palette-allium": "^2.
|
|
12
|
-
"@telus-uds/system-theme-tokens": "^2.
|
|
13
|
-
"@telus-uds/system-tokens": "^0.7.
|
|
11
|
+
"@telus-uds/palette-allium": "^2.20.1",
|
|
12
|
+
"@telus-uds/system-theme-tokens": "^2.32.0",
|
|
13
|
+
"@telus-uds/system-tokens": "^0.7.12"
|
|
14
14
|
},
|
|
15
15
|
"peerDependencies": {
|
|
16
|
-
"@telus-uds/palette-allium": "^2.
|
|
16
|
+
"@telus-uds/palette-allium": "^2.20.1"
|
|
17
17
|
},
|
|
18
18
|
"files": [
|
|
19
19
|
"build",
|
package/theme.json
CHANGED
|
@@ -1937,12 +1937,6 @@
|
|
|
1937
1937
|
"calendarMonthCaptionFontWeight": "{palette.fontWeight.weight700}",
|
|
1938
1938
|
"calendarMonthCaptionLineHeight": "{palette.lineHeight.ratio7to5}",
|
|
1939
1939
|
"calendarMonthCaptionPaddingBottom": "{palette.size.size48}",
|
|
1940
|
-
"dateInputBorderColor": "{palette.color.transparent}",
|
|
1941
|
-
"dateInputBorderRadius": "{palette.radius.radius6}",
|
|
1942
|
-
"dateInputFocusBorderColor": "{palette.color.purpleDeluge}",
|
|
1943
|
-
"dateInputHoverBorderColor": "{palette.color.greyMystic}",
|
|
1944
|
-
"dateInputInsideBorderColor": "{palette.color.greyShuttle}",
|
|
1945
|
-
"dateInputInsideColor": "{palette.color.greyShuttle}",
|
|
1946
1940
|
"dateInputStrokeColor": "{palette.color.greyShuttle}",
|
|
1947
1941
|
"dayPickerNavigationButtonPadding": "{palette.size.size8}",
|
|
1948
1942
|
"dayPickerWeekHeaderColor": "{palette.color.greyCharcoal}",
|
|
@@ -1968,9 +1962,9 @@
|
|
|
1968
1962
|
"tokens": {
|
|
1969
1963
|
"color": "{palette.color.greyCharcoal}",
|
|
1970
1964
|
"fontName": "{palette.fontName.HelveticaNow}",
|
|
1971
|
-
"fontSize": "{palette.fontSize.
|
|
1972
|
-
"fontWeight": "{palette.fontWeight.
|
|
1973
|
-
"lineHeight": "{palette.lineHeight.
|
|
1965
|
+
"fontSize": "{palette.fontSize.size12}",
|
|
1966
|
+
"fontWeight": "{palette.fontWeight.weight500}",
|
|
1967
|
+
"lineHeight": "{palette.lineHeight.ratio4to3}"
|
|
1974
1968
|
}
|
|
1975
1969
|
},
|
|
1976
1970
|
"Divider": {
|
|
@@ -2035,7 +2029,11 @@
|
|
|
2035
2029
|
"type": "variant",
|
|
2036
2030
|
"values": [true]
|
|
2037
2031
|
},
|
|
2038
|
-
"expanded": "{appearances.ExpandCollapseControl.expanded}"
|
|
2032
|
+
"expanded": "{appearances.ExpandCollapseControl.expanded}",
|
|
2033
|
+
"mini": {
|
|
2034
|
+
"type": "variant",
|
|
2035
|
+
"values": [true]
|
|
2036
|
+
}
|
|
2039
2037
|
},
|
|
2040
2038
|
"rules": [
|
|
2041
2039
|
{
|
|
@@ -2056,11 +2054,23 @@
|
|
|
2056
2054
|
"paddingRight": "{palette.size.size0}",
|
|
2057
2055
|
"paddingTop": "{palette.size.size8}"
|
|
2058
2056
|
}
|
|
2057
|
+
},
|
|
2058
|
+
{
|
|
2059
|
+
"if": {
|
|
2060
|
+
"mini": true
|
|
2061
|
+
},
|
|
2062
|
+
"tokens": {
|
|
2063
|
+
"paddingBottom": "{palette.size.size0}"
|
|
2064
|
+
}
|
|
2059
2065
|
}
|
|
2060
2066
|
],
|
|
2061
2067
|
"tokens": {
|
|
2062
2068
|
"backgroundColor": "{palette.color.transparent}",
|
|
2069
|
+
"borderBottomLeftRadius": "{system.radius.zero}",
|
|
2070
|
+
"borderBottomRightRadius": "{system.radius.zero}",
|
|
2063
2071
|
"borderColor": "{palette.color.transparent}",
|
|
2072
|
+
"borderTopLeftRadius": "{system.radius.zero}",
|
|
2073
|
+
"borderTopRightRadius": "{system.radius.zero}",
|
|
2064
2074
|
"borderWidth": "{system.border.zero}",
|
|
2065
2075
|
"icon": "{palette.icon.CaretDown}",
|
|
2066
2076
|
"iconColor": "{palette.color.greenAccessible}",
|
|
@@ -2073,6 +2083,7 @@
|
|
|
2073
2083
|
"paddingLeft": "{palette.size.size0}",
|
|
2074
2084
|
"paddingRight": "{palette.size.size0}",
|
|
2075
2085
|
"paddingTop": "{palette.size.size16}",
|
|
2086
|
+
"textLine": "{system.textLine.none}",
|
|
2076
2087
|
"verticalAlign": "{system.verticalAlign.top}"
|
|
2077
2088
|
}
|
|
2078
2089
|
},
|
|
@@ -2116,11 +2127,15 @@
|
|
|
2116
2127
|
"verticalAlign": "{system.verticalAlign.top}"
|
|
2117
2128
|
}
|
|
2118
2129
|
},
|
|
2119
|
-
"
|
|
2130
|
+
"ExpandCollapsePanel": {
|
|
2120
2131
|
"appearances": {
|
|
2121
2132
|
"compact": {
|
|
2122
2133
|
"type": "variant",
|
|
2123
2134
|
"values": [true]
|
|
2135
|
+
},
|
|
2136
|
+
"mini": {
|
|
2137
|
+
"type": "variant",
|
|
2138
|
+
"values": [true]
|
|
2124
2139
|
}
|
|
2125
2140
|
},
|
|
2126
2141
|
"rules": [
|
|
@@ -2130,43 +2145,17 @@
|
|
|
2130
2145
|
},
|
|
2131
2146
|
"tokens": {
|
|
2132
2147
|
"contentPaddingBottom": "{palette.size.size16}",
|
|
2148
|
+
"contentPaddingLeft": "{palette.size.size24}",
|
|
2133
2149
|
"contentPaddingRight": "{palette.size.size0}",
|
|
2134
2150
|
"contentPaddingTop": "{palette.size.size8}"
|
|
2135
2151
|
}
|
|
2136
|
-
}
|
|
2137
|
-
],
|
|
2138
|
-
"tokens": {
|
|
2139
|
-
"borderColor": "{palette.color.transparent}",
|
|
2140
|
-
"borderRadius": "{palette.radius.none}",
|
|
2141
|
-
"borderWidth": "{palette.border.none}",
|
|
2142
|
-
"collapseDuration": "{palette.duration.duration250}",
|
|
2143
|
-
"contentPaddingBottom": "{palette.size.size16}",
|
|
2144
|
-
"contentPaddingLeft": "{palette.size.size0}",
|
|
2145
|
-
"contentPaddingRight": "{palette.size.size0}",
|
|
2146
|
-
"contentPaddingTop": "{palette.size.size0}",
|
|
2147
|
-
"expandDividerColor": "{palette.color.transparent}",
|
|
2148
|
-
"expandDividerWidth": "{palette.size.size0}",
|
|
2149
|
-
"expandDuration": "{palette.duration.duration300}",
|
|
2150
|
-
"marginBottom": "{palette.size.size0}"
|
|
2151
|
-
}
|
|
2152
|
-
},
|
|
2153
|
-
"ExpandCollapsePanel": {
|
|
2154
|
-
"appearances": {
|
|
2155
|
-
"compact": {
|
|
2156
|
-
"type": "variant",
|
|
2157
|
-
"values": [true]
|
|
2158
|
-
}
|
|
2159
|
-
},
|
|
2160
|
-
"rules": [
|
|
2152
|
+
},
|
|
2161
2153
|
{
|
|
2162
2154
|
"if": {
|
|
2163
|
-
"
|
|
2155
|
+
"mini": true
|
|
2164
2156
|
},
|
|
2165
2157
|
"tokens": {
|
|
2166
|
-
"
|
|
2167
|
-
"contentPaddingLeft": "{palette.size.size24}",
|
|
2168
|
-
"contentPaddingRight": "{palette.size.size0}",
|
|
2169
|
-
"contentPaddingTop": "{palette.size.size8}"
|
|
2158
|
+
"contentPaddingLeft": "{palette.size.size0}"
|
|
2170
2159
|
}
|
|
2171
2160
|
}
|
|
2172
2161
|
],
|
|
@@ -3243,7 +3232,7 @@
|
|
|
3243
3232
|
"size": "large"
|
|
3244
3233
|
},
|
|
3245
3234
|
"tokens": {
|
|
3246
|
-
"iconMarginTop": "{palette.size.
|
|
3235
|
+
"iconMarginTop": "{palette.size.size6}",
|
|
3247
3236
|
"itemFontSize": "{palette.fontSize.size20}",
|
|
3248
3237
|
"itemIconSize": "{palette.size.size20}",
|
|
3249
3238
|
"itemLineHeight": "{palette.lineHeight.ratio8to5}",
|
|
@@ -3255,7 +3244,7 @@
|
|
|
3255
3244
|
"size": "small"
|
|
3256
3245
|
},
|
|
3257
3246
|
"tokens": {
|
|
3258
|
-
"iconMarginTop": "{palette.size.
|
|
3247
|
+
"iconMarginTop": "{palette.size.size3}",
|
|
3259
3248
|
"itemFontSize": "{palette.fontSize.size14}",
|
|
3260
3249
|
"itemIconSize": "{palette.size.size14}",
|
|
3261
3250
|
"itemLineHeight": "{palette.lineHeight.ratio10to7}",
|
|
@@ -3267,6 +3256,7 @@
|
|
|
3267
3256
|
"compact": true
|
|
3268
3257
|
},
|
|
3269
3258
|
"tokens": {
|
|
3259
|
+
"iconMarginTop": "{palette.size.size2}",
|
|
3270
3260
|
"itemLineHeight": "{palette.lineHeight.ratio5to4}"
|
|
3271
3261
|
}
|
|
3272
3262
|
},
|
|
@@ -3292,7 +3282,7 @@
|
|
|
3292
3282
|
"tokens": {
|
|
3293
3283
|
"dividerColor": "{palette.color.greyCloud}",
|
|
3294
3284
|
"dividerSize": "{palette.border.border1}",
|
|
3295
|
-
"iconMarginTop": "{palette.size.
|
|
3285
|
+
"iconMarginTop": "{palette.size.size4}",
|
|
3296
3286
|
"interItemMargin": "{palette.size.size8}",
|
|
3297
3287
|
"interItemMarginWithDivider": "{palette.size.size16}",
|
|
3298
3288
|
"itemBulletColor": "{palette.color.purpleTelus}",
|
|
@@ -5196,6 +5186,7 @@
|
|
|
5196
5186
|
"appearances": {
|
|
5197
5187
|
"active": "{appearances.SideNavItem.active}",
|
|
5198
5188
|
"expanded": "{appearances.SideNavItem.expanded}",
|
|
5189
|
+
"focus": "{appearances.SideNavItem.focus}",
|
|
5199
5190
|
"hover": "{appearances.SideNavItem.hover}",
|
|
5200
5191
|
"type": "{appearances.SideNavItem.type}"
|
|
5201
5192
|
},
|
|
@@ -5206,6 +5197,7 @@
|
|
|
5206
5197
|
},
|
|
5207
5198
|
"tokens": {
|
|
5208
5199
|
"accentBackgroundColor": "{palette.color.purpleTelus}",
|
|
5200
|
+
"backgroundColor": "{palette.color.greyAthens}",
|
|
5209
5201
|
"color": "{palette.color.purpleTelus}",
|
|
5210
5202
|
"fontName": "{palette.fontName.HelveticaNow}",
|
|
5211
5203
|
"fontWeight": "{palette.fontWeight.weight700}",
|
|
@@ -5221,7 +5213,7 @@
|
|
|
5221
5213
|
"accentOffset": "{palette.size.size16}",
|
|
5222
5214
|
"borderWidth": "{palette.border.none}",
|
|
5223
5215
|
"fontSize": "{palette.fontSize.size14}",
|
|
5224
|
-
"lineHeight": "{palette.lineHeight.
|
|
5216
|
+
"lineHeight": "{palette.lineHeight.ratio14to1}",
|
|
5225
5217
|
"paddingLeft": "{palette.size.size36}"
|
|
5226
5218
|
}
|
|
5227
5219
|
},
|
|
@@ -5231,6 +5223,7 @@
|
|
|
5231
5223
|
"type": "parent"
|
|
5232
5224
|
},
|
|
5233
5225
|
"tokens": {
|
|
5226
|
+
"color": "{palette.color.purpleTelus}",
|
|
5234
5227
|
"paddingLeft": "{palette.size.size12}"
|
|
5235
5228
|
}
|
|
5236
5229
|
},
|
|
@@ -5242,7 +5235,9 @@
|
|
|
5242
5235
|
},
|
|
5243
5236
|
"tokens": {
|
|
5244
5237
|
"accentBackgroundColor": "{palette.color.transparent}",
|
|
5245
|
-
"color": "{palette.color.
|
|
5238
|
+
"color": "{palette.color.purpleTelus}",
|
|
5239
|
+
"fontName": "{palette.fontName.HelveticaNow}",
|
|
5240
|
+
"fontWeight": "{palette.fontWeight.weight400}",
|
|
5246
5241
|
"paddingLeft": "{palette.size.size16}"
|
|
5247
5242
|
}
|
|
5248
5243
|
},
|
|
@@ -5255,6 +5250,15 @@
|
|
|
5255
5250
|
"color": "{palette.color.purpleTelus}"
|
|
5256
5251
|
}
|
|
5257
5252
|
},
|
|
5253
|
+
{
|
|
5254
|
+
"if": {
|
|
5255
|
+
"focus": true
|
|
5256
|
+
},
|
|
5257
|
+
"tokens": {
|
|
5258
|
+
"backgroundColor": "{palette.color.greyAthens}",
|
|
5259
|
+
"color": "{palette.color.purpleTelus}"
|
|
5260
|
+
}
|
|
5261
|
+
},
|
|
5258
5262
|
{
|
|
5259
5263
|
"if": {
|
|
5260
5264
|
"active": true,
|
|
@@ -5263,8 +5267,7 @@
|
|
|
5263
5267
|
"tokens": {
|
|
5264
5268
|
"accentBackgroundColor": "{palette.color.purpleTelus}",
|
|
5265
5269
|
"accentPadding": "{palette.size.size16}",
|
|
5266
|
-
"backgroundColor": "{palette.color.greyAthens}"
|
|
5267
|
-
"color": "{palette.color.purpleTelus}"
|
|
5270
|
+
"backgroundColor": "{palette.color.greyAthens}"
|
|
5268
5271
|
}
|
|
5269
5272
|
},
|
|
5270
5273
|
{
|
|
@@ -5324,7 +5327,7 @@
|
|
|
5324
5327
|
"contentPaddingTop": "{palette.size.size0}",
|
|
5325
5328
|
"expandDuration": "{palette.duration.duration300}",
|
|
5326
5329
|
"icon": "{palette.icon.CaretDown}",
|
|
5327
|
-
"iconColor": "{palette.color.
|
|
5330
|
+
"iconColor": "{palette.color.greenAccessible}",
|
|
5328
5331
|
"iconGap": "{palette.size.size8}",
|
|
5329
5332
|
"iconPosition": "{system.position.right}",
|
|
5330
5333
|
"iconSize": "{palette.size.size24}",
|
|
@@ -6567,14 +6570,6 @@
|
|
|
6567
6570
|
"color": "{palette.color.greyShuttle}"
|
|
6568
6571
|
}
|
|
6569
6572
|
},
|
|
6570
|
-
{
|
|
6571
|
-
"if": {
|
|
6572
|
-
"size": "eyebrow"
|
|
6573
|
-
},
|
|
6574
|
-
"tokens": {
|
|
6575
|
-
"color": "{palette.color.greyCharcoal}"
|
|
6576
|
-
}
|
|
6577
|
-
},
|
|
6578
6573
|
{
|
|
6579
6574
|
"if": {
|
|
6580
6575
|
"colour": "dark",
|
|
@@ -6800,10 +6795,11 @@
|
|
|
6800
6795
|
"size": "eyebrow"
|
|
6801
6796
|
},
|
|
6802
6797
|
"tokens": {
|
|
6798
|
+
"color": "{palette.color.purpleDeluge}",
|
|
6803
6799
|
"fontName": "{palette.fontName.HelveticaNow}",
|
|
6804
6800
|
"fontSize": "{palette.fontSize.size14}",
|
|
6805
6801
|
"fontWeight": "{palette.fontWeight.weight700}",
|
|
6806
|
-
"lineHeight": "{palette.lineHeight.
|
|
6802
|
+
"lineHeight": "{palette.lineHeight.ratio10to7}",
|
|
6807
6803
|
"textTransform": "{system.textTransform.uppercase}"
|
|
6808
6804
|
}
|
|
6809
6805
|
},
|