@telus-uds/theme-allium 4.10.0 → 4.12.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/rn/theme.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Fri, 21 Jul 2023 00:41:47 GMT
4
+ * Generated on Tue, 08 Aug 2023 23:50:28 GMT
5
5
  *
6
6
  */
7
7
 
@@ -1453,6 +1453,7 @@ module.exports = {
1453
1453
  inputBorderWidth: 1,
1454
1454
  inputHeight: 20,
1455
1455
  inputOutlineColor: null,
1456
+ inputOutlineOffset: 0,
1456
1457
  inputOutlineWidth: 0,
1457
1458
  inputShadow: null,
1458
1459
  inputWidth: 20,
@@ -1464,7 +1465,21 @@ module.exports = {
1464
1465
  labelMarginLeft: 10
1465
1466
  }
1466
1467
  },
1467
- CheckboxGroup: { appearances: {}, rules: [], tokens: { fieldSpace: 2, space: 2 } },
1468
+ CheckboxGroup: {
1469
+ appearances: {},
1470
+ rules: [],
1471
+ tokens: {
1472
+ borderBottomLeftRadius: 0,
1473
+ borderBottomRightRadius: 0,
1474
+ borderTopLeftRadius: 0,
1475
+ borderTopRightRadius: 0,
1476
+ fieldSpace: 2,
1477
+ outlineOffset: null,
1478
+ outlineWidth: 0,
1479
+ showIcon: false,
1480
+ space: 2
1481
+ }
1482
+ },
1468
1483
  ChevronLink: {
1469
1484
  appearances: {
1470
1485
  alternative: { type: 'variant', values: [ true ] },
@@ -3622,6 +3637,7 @@ module.exports = {
3622
3637
  footnoteLinkFontName: 'HelveticaNow',
3623
3638
  footnoteLinkFontSize: 14,
3624
3639
  footnoteLinkFontWeight: '400',
3640
+ footnoteLinkLineHeight: 1.42857142857,
3625
3641
  footnoteMarginTop: 4,
3626
3642
  priceMarginBottom: 8,
3627
3643
  rateFontName: 'HelveticaNow',
@@ -3921,7 +3937,7 @@ module.exports = {
3921
3937
  rules: [],
3922
3938
  tokens: {
3923
3939
  backgroundColor: '#ffffff',
3924
- borderColor: '#e3e6e8',
3940
+ borderColor: '#b2b9bf',
3925
3941
  borderRadius: 6,
3926
3942
  borderWidth: 1,
3927
3943
  flex: 1,
@@ -4030,18 +4046,38 @@ module.exports = {
4030
4046
  }
4031
4047
  },
4032
4048
  rules: [
4033
- { if: { hover: true }, tokens: { backgroundColor: '#f4f4f7' } },
4034
- { if: { focus: true }, tokens: { backgroundColor: '#e3e6e8' } },
4049
+ {
4050
+ if: { hover: true },
4051
+ tokens: {
4052
+ backgroundColor: '#f4f4f7',
4053
+ itemFontColor: '#4b286d',
4054
+ itemUnderline: 'underline'
4055
+ }
4056
+ },
4057
+ {
4058
+ if: { focus: true },
4059
+ tokens: {
4060
+ backgroundColor: '#e3e6e8',
4061
+ itemFontColor: '#414547',
4062
+ itemUnderline: 'underline'
4063
+ }
4064
+ },
4035
4065
  {
4036
4066
  if: { pressed: true },
4037
- tokens: { backgroundColor: '#b2b9bf', dividerColor: '#b2b9bf' }
4067
+ tokens: {
4068
+ backgroundColor: '#b2b9bf',
4069
+ dividerColor: '#b2b9bf',
4070
+ itemFontColor: '#676e73',
4071
+ itemIconColor: '#676e73',
4072
+ itemUnderline: 'underline'
4073
+ }
4038
4074
  }
4039
4075
  ],
4040
4076
  tokens: {
4041
4077
  backgroundColor: null,
4042
- dividerColor: '#e3e6e8',
4078
+ dividerColor: '#676e73',
4043
4079
  dividerSize: 1,
4044
- iconMarginTop: 4,
4080
+ iconMarginTop: 0,
4045
4081
  interItemMargin: 0,
4046
4082
  interItemMarginWithDivider: 0,
4047
4083
  itemBulletColor: '#4b286d',
@@ -4049,13 +4085,14 @@ module.exports = {
4049
4085
  itemBulletContainerWidth: 16,
4050
4086
  itemBulletHeight: 4,
4051
4087
  itemBulletWidth: 4,
4052
- itemFontColor: '#000000',
4088
+ itemFontColor: '#676e73',
4053
4089
  itemFontName: 'HelveticaNow',
4054
4090
  itemFontSize: 16,
4055
- itemFontWeight: '400',
4091
+ itemFontWeight: '700',
4056
4092
  itemIconColor: '#4b286d',
4057
- itemIconSize: 16,
4093
+ itemIconSize: 24,
4058
4094
  itemLineHeight: 1.5,
4095
+ itemUnderline: 'none',
4059
4096
  listGutter: 16,
4060
4097
  paddingBottom: 12,
4061
4098
  paddingLeft: null,
@@ -4389,7 +4426,11 @@ module.exports = {
4389
4426
  curveMarginTop: 4,
4390
4427
  curveWidth: 8,
4391
4428
  fontColor: '#ffffff',
4429
+ fontName: 'HelveticaNow',
4430
+ fontSize: 12,
4431
+ fontWeight: '700',
4392
4432
  gradient: null,
4433
+ lineHeight: 1.33333333333,
4393
4434
  paddingBottom: 4,
4394
4435
  paddingLeft: 8,
4395
4436
  paddingRight: 8,
@@ -5166,6 +5207,8 @@ module.exports = {
5166
5207
  }
5167
5208
  ],
5168
5209
  tokens: {
5210
+ borderColor: 'rgba(0, 0, 0, 0)',
5211
+ borderWidth: 0,
5169
5212
  cellBackground: 'rgba(0, 0, 0, 0)',
5170
5213
  cellBoxShadowColor: '#e3e6e8',
5171
5214
  cellMinWidth: 0,
@@ -5181,6 +5224,7 @@ module.exports = {
5181
5224
  offsetY: 4,
5182
5225
  spread: 0
5183
5226
  },
5227
+ fontColor: '#000000',
5184
5228
  fontName: 'HelveticaNow',
5185
5229
  fontSize: 16,
5186
5230
  fontWeight: '400',
@@ -6619,5 +6663,5 @@ module.exports = {
6619
6663
  tokens: { size: 96 }
6620
6664
  }
6621
6665
  },
6622
- metadata: { name: 'theme-allium', themeTokensVersion: '2.39.0' }
6666
+ metadata: { name: 'theme-allium', themeTokensVersion: '2.41.0' }
6623
6667
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telus-uds/theme-allium",
3
- "version": "4.10.0",
3
+ "version": "4.12.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.24.2",
12
- "@telus-uds/system-theme-tokens": "^2.39.0",
13
- "@telus-uds/system-tokens": "^0.7.19"
11
+ "@telus-uds/palette-allium": "^2.24.4",
12
+ "@telus-uds/system-theme-tokens": "^2.41.0",
13
+ "@telus-uds/system-tokens": "^0.7.21"
14
14
  },
15
15
  "peerDependencies": {
16
- "@telus-uds/palette-allium": "^2.24.2"
16
+ "@telus-uds/palette-allium": "^2.24.4"
17
17
  },
18
18
  "files": [
19
19
  "build",
package/theme.json CHANGED
@@ -1719,6 +1719,7 @@
1719
1719
  "inputBorderWidth": "{palette.border.border1}",
1720
1720
  "inputHeight": "{palette.size.size20}",
1721
1721
  "inputOutlineColor": "{system.color.none}",
1722
+ "inputOutlineOffset": "{palette.size.size0}",
1722
1723
  "inputOutlineWidth": "{palette.border.none}",
1723
1724
  "inputShadow": "{system.shadow.none}",
1724
1725
  "inputWidth": "{palette.size.size20}",
@@ -1734,7 +1735,14 @@
1734
1735
  "appearances": {},
1735
1736
  "rules": [],
1736
1737
  "tokens": {
1738
+ "borderBottomLeftRadius": "{system.radius.zero}",
1739
+ "borderBottomRightRadius": "{system.radius.zero}",
1740
+ "borderTopLeftRadius": "{system.radius.zero}",
1741
+ "borderTopRightRadius": "{system.radius.zero}",
1737
1742
  "fieldSpace": "{system.integer.2}",
1743
+ "outlineOffset": "{system.size.none}",
1744
+ "outlineWidth": "{system.border.zero}",
1745
+ "showIcon": "{system.show.false}",
1738
1746
  "space": "{system.integer.2}"
1739
1747
  }
1740
1748
  },
@@ -4531,6 +4539,7 @@
4531
4539
  "footnoteLinkFontName": "{palette.fontName.HelveticaNow}",
4532
4540
  "footnoteLinkFontSize": "{palette.fontSize.size14}",
4533
4541
  "footnoteLinkFontWeight": "{palette.fontWeight.weight400}",
4542
+ "footnoteLinkLineHeight": "{palette.lineHeight.ratio10to7}",
4534
4543
  "footnoteMarginTop": "{palette.size.size4}",
4535
4544
  "priceMarginBottom": "{palette.size.size8}",
4536
4545
  "rateFontName": "{palette.fontName.HelveticaNow}",
@@ -4952,7 +4961,7 @@
4952
4961
  "rules": [],
4953
4962
  "tokens": {
4954
4963
  "backgroundColor": "{palette.color.white}",
4955
- "borderColor": "{palette.color.greyMystic}",
4964
+ "borderColor": "{palette.color.greyCloud}",
4956
4965
  "borderRadius": "{palette.radius.radius6}",
4957
4966
  "borderWidth": "{palette.border.border1}",
4958
4967
  "flex": "{system.integer.1}",
@@ -5066,7 +5075,9 @@
5066
5075
  "hover": true
5067
5076
  },
5068
5077
  "tokens": {
5069
- "backgroundColor": "{palette.color.greyAthens}"
5078
+ "backgroundColor": "{palette.color.greyAthens}",
5079
+ "itemFontColor": "{palette.color.purpleTelus}",
5080
+ "itemUnderline": "{system.textLine.underline}"
5070
5081
  }
5071
5082
  },
5072
5083
  {
@@ -5074,7 +5085,9 @@
5074
5085
  "focus": true
5075
5086
  },
5076
5087
  "tokens": {
5077
- "backgroundColor": "{palette.color.greyMystic}"
5088
+ "backgroundColor": "{palette.color.greyMystic}",
5089
+ "itemFontColor": "{palette.color.greyCharcoal}",
5090
+ "itemUnderline": "{system.textLine.underline}"
5078
5091
  }
5079
5092
  },
5080
5093
  {
@@ -5083,15 +5096,18 @@
5083
5096
  },
5084
5097
  "tokens": {
5085
5098
  "backgroundColor": "{palette.color.greyCloud}",
5086
- "dividerColor": "{palette.color.greyCloud}"
5099
+ "dividerColor": "{palette.color.greyCloud}",
5100
+ "itemFontColor": "{palette.color.greyShuttle}",
5101
+ "itemIconColor": "{palette.color.greyShuttle}",
5102
+ "itemUnderline": "{system.textLine.underline}"
5087
5103
  }
5088
5104
  }
5089
5105
  ],
5090
5106
  "tokens": {
5091
5107
  "backgroundColor": "{system.color.none}",
5092
- "dividerColor": "{palette.color.greyMystic}",
5108
+ "dividerColor": "{palette.color.greyShuttle}",
5093
5109
  "dividerSize": "{palette.border.border1}",
5094
- "iconMarginTop": "{palette.size.size4}",
5110
+ "iconMarginTop": "{palette.size.size0}",
5095
5111
  "interItemMargin": "{system.size.zero}",
5096
5112
  "interItemMarginWithDivider": "{system.size.zero}",
5097
5113
  "itemBulletColor": "{palette.color.purpleTelus}",
@@ -5099,13 +5115,14 @@
5099
5115
  "itemBulletContainerWidth": "{palette.size.size16}",
5100
5116
  "itemBulletHeight": "{palette.size.size4}",
5101
5117
  "itemBulletWidth": "{palette.size.size4}",
5102
- "itemFontColor": "{palette.color.black}",
5118
+ "itemFontColor": "{palette.color.greyShuttle}",
5103
5119
  "itemFontName": "{palette.fontName.HelveticaNow}",
5104
5120
  "itemFontSize": "{palette.fontSize.size16}",
5105
- "itemFontWeight": "{palette.fontWeight.weight400}",
5121
+ "itemFontWeight": "{palette.fontWeight.weight700}",
5106
5122
  "itemIconColor": "{palette.color.purpleTelus}",
5107
- "itemIconSize": "{palette.size.size16}",
5123
+ "itemIconSize": "{palette.size.size24}",
5108
5124
  "itemLineHeight": "{palette.lineHeight.ratio3to2}",
5125
+ "itemUnderline": "{system.textLine.none}",
5109
5126
  "listGutter": "{palette.size.size16}",
5110
5127
  "paddingBottom": "{palette.size.size12}",
5111
5128
  "paddingLeft": "{system.size.none}",
@@ -5449,7 +5466,11 @@
5449
5466
  "curveMarginTop": "{palette.size.size4}",
5450
5467
  "curveWidth": "{palette.size.size8}",
5451
5468
  "fontColor": "{palette.color.white}",
5469
+ "fontName": "{palette.fontName.HelveticaNow}",
5470
+ "fontSize": "{palette.fontSize.size12}",
5471
+ "fontWeight": "{palette.fontWeight.weight700}",
5452
5472
  "gradient": "{system.gradient.none}",
5473
+ "lineHeight": "{palette.lineHeight.ratio4to3}",
5453
5474
  "paddingBottom": "{palette.size.size4}",
5454
5475
  "paddingLeft": "{palette.size.size8}",
5455
5476
  "paddingRight": "{palette.size.size8}",
@@ -6286,6 +6307,8 @@
6286
6307
  }
6287
6308
  ],
6288
6309
  "tokens": {
6310
+ "borderColor": "{palette.color.transparent}",
6311
+ "borderWidth": "{palette.border.none}",
6289
6312
  "cellBackground": "{palette.color.transparent}",
6290
6313
  "cellBoxShadowColor": "{palette.color.greyMystic}",
6291
6314
  "cellMinWidth": "{palette.size.size0}",
@@ -6294,6 +6317,7 @@
6294
6317
  "cellPaddingRight": "{palette.size.size16}",
6295
6318
  "cellPaddingTop": "{palette.size.size16}",
6296
6319
  "cellStickyShadow": "{palette.shadow.elevation1}",
6320
+ "fontColor": "{palette.color.black}",
6297
6321
  "fontName": "{palette.fontName.HelveticaNow}",
6298
6322
  "fontSize": "{palette.fontSize.size16}",
6299
6323
  "fontWeight": "{palette.fontWeight.weight400}",