@telus-uds/theme-allium 4.10.0 → 4.11.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 Fri, 28 Jul 2023 18:09:57 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 ] },
@@ -3921,7 +3936,7 @@ module.exports = {
3921
3936
  rules: [],
3922
3937
  tokens: {
3923
3938
  backgroundColor: '#ffffff',
3924
- borderColor: '#e3e6e8',
3939
+ borderColor: '#b2b9bf',
3925
3940
  borderRadius: 6,
3926
3941
  borderWidth: 1,
3927
3942
  flex: 1,
@@ -4030,18 +4045,38 @@ module.exports = {
4030
4045
  }
4031
4046
  },
4032
4047
  rules: [
4033
- { if: { hover: true }, tokens: { backgroundColor: '#f4f4f7' } },
4034
- { if: { focus: true }, tokens: { backgroundColor: '#e3e6e8' } },
4048
+ {
4049
+ if: { hover: true },
4050
+ tokens: {
4051
+ backgroundColor: '#f4f4f7',
4052
+ itemFontColor: '#4b286d',
4053
+ itemUnderline: 'underline'
4054
+ }
4055
+ },
4056
+ {
4057
+ if: { focus: true },
4058
+ tokens: {
4059
+ backgroundColor: '#e3e6e8',
4060
+ itemFontColor: '#414547',
4061
+ itemUnderline: 'underline'
4062
+ }
4063
+ },
4035
4064
  {
4036
4065
  if: { pressed: true },
4037
- tokens: { backgroundColor: '#b2b9bf', dividerColor: '#b2b9bf' }
4066
+ tokens: {
4067
+ backgroundColor: '#b2b9bf',
4068
+ dividerColor: '#b2b9bf',
4069
+ itemFontColor: '#676e73',
4070
+ itemIconColor: '#676e73',
4071
+ itemUnderline: 'underline'
4072
+ }
4038
4073
  }
4039
4074
  ],
4040
4075
  tokens: {
4041
4076
  backgroundColor: null,
4042
- dividerColor: '#e3e6e8',
4077
+ dividerColor: '#676e73',
4043
4078
  dividerSize: 1,
4044
- iconMarginTop: 4,
4079
+ iconMarginTop: 0,
4045
4080
  interItemMargin: 0,
4046
4081
  interItemMarginWithDivider: 0,
4047
4082
  itemBulletColor: '#4b286d',
@@ -4049,13 +4084,14 @@ module.exports = {
4049
4084
  itemBulletContainerWidth: 16,
4050
4085
  itemBulletHeight: 4,
4051
4086
  itemBulletWidth: 4,
4052
- itemFontColor: '#000000',
4087
+ itemFontColor: '#676e73',
4053
4088
  itemFontName: 'HelveticaNow',
4054
4089
  itemFontSize: 16,
4055
- itemFontWeight: '400',
4090
+ itemFontWeight: '700',
4056
4091
  itemIconColor: '#4b286d',
4057
- itemIconSize: 16,
4092
+ itemIconSize: 24,
4058
4093
  itemLineHeight: 1.5,
4094
+ itemUnderline: 'none',
4059
4095
  listGutter: 16,
4060
4096
  paddingBottom: 12,
4061
4097
  paddingLeft: null,
@@ -4389,7 +4425,11 @@ module.exports = {
4389
4425
  curveMarginTop: 4,
4390
4426
  curveWidth: 8,
4391
4427
  fontColor: '#ffffff',
4428
+ fontName: 'HelveticaNow',
4429
+ fontSize: 12,
4430
+ fontWeight: '700',
4392
4431
  gradient: null,
4432
+ lineHeight: 1.33333333333,
4393
4433
  paddingBottom: 4,
4394
4434
  paddingLeft: 8,
4395
4435
  paddingRight: 8,
@@ -6619,5 +6659,5 @@ module.exports = {
6619
6659
  tokens: { size: 96 }
6620
6660
  }
6621
6661
  },
6622
- metadata: { name: 'theme-allium', themeTokensVersion: '2.39.0' }
6662
+ metadata: { name: 'theme-allium', themeTokensVersion: '2.40.0' }
6623
6663
  }
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.11.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.3",
12
+ "@telus-uds/system-theme-tokens": "^2.40.0",
13
+ "@telus-uds/system-tokens": "^0.7.20"
14
14
  },
15
15
  "peerDependencies": {
16
- "@telus-uds/palette-allium": "^2.24.2"
16
+ "@telus-uds/palette-allium": "^2.24.3"
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
  },
@@ -4952,7 +4960,7 @@
4952
4960
  "rules": [],
4953
4961
  "tokens": {
4954
4962
  "backgroundColor": "{palette.color.white}",
4955
- "borderColor": "{palette.color.greyMystic}",
4963
+ "borderColor": "{palette.color.greyCloud}",
4956
4964
  "borderRadius": "{palette.radius.radius6}",
4957
4965
  "borderWidth": "{palette.border.border1}",
4958
4966
  "flex": "{system.integer.1}",
@@ -5066,7 +5074,9 @@
5066
5074
  "hover": true
5067
5075
  },
5068
5076
  "tokens": {
5069
- "backgroundColor": "{palette.color.greyAthens}"
5077
+ "backgroundColor": "{palette.color.greyAthens}",
5078
+ "itemFontColor": "{palette.color.purpleTelus}",
5079
+ "itemUnderline": "{system.textLine.underline}"
5070
5080
  }
5071
5081
  },
5072
5082
  {
@@ -5074,7 +5084,9 @@
5074
5084
  "focus": true
5075
5085
  },
5076
5086
  "tokens": {
5077
- "backgroundColor": "{palette.color.greyMystic}"
5087
+ "backgroundColor": "{palette.color.greyMystic}",
5088
+ "itemFontColor": "{palette.color.greyCharcoal}",
5089
+ "itemUnderline": "{system.textLine.underline}"
5078
5090
  }
5079
5091
  },
5080
5092
  {
@@ -5083,15 +5095,18 @@
5083
5095
  },
5084
5096
  "tokens": {
5085
5097
  "backgroundColor": "{palette.color.greyCloud}",
5086
- "dividerColor": "{palette.color.greyCloud}"
5098
+ "dividerColor": "{palette.color.greyCloud}",
5099
+ "itemFontColor": "{palette.color.greyShuttle}",
5100
+ "itemIconColor": "{palette.color.greyShuttle}",
5101
+ "itemUnderline": "{system.textLine.underline}"
5087
5102
  }
5088
5103
  }
5089
5104
  ],
5090
5105
  "tokens": {
5091
5106
  "backgroundColor": "{system.color.none}",
5092
- "dividerColor": "{palette.color.greyMystic}",
5107
+ "dividerColor": "{palette.color.greyShuttle}",
5093
5108
  "dividerSize": "{palette.border.border1}",
5094
- "iconMarginTop": "{palette.size.size4}",
5109
+ "iconMarginTop": "{palette.size.size0}",
5095
5110
  "interItemMargin": "{system.size.zero}",
5096
5111
  "interItemMarginWithDivider": "{system.size.zero}",
5097
5112
  "itemBulletColor": "{palette.color.purpleTelus}",
@@ -5099,13 +5114,14 @@
5099
5114
  "itemBulletContainerWidth": "{palette.size.size16}",
5100
5115
  "itemBulletHeight": "{palette.size.size4}",
5101
5116
  "itemBulletWidth": "{palette.size.size4}",
5102
- "itemFontColor": "{palette.color.black}",
5117
+ "itemFontColor": "{palette.color.greyShuttle}",
5103
5118
  "itemFontName": "{palette.fontName.HelveticaNow}",
5104
5119
  "itemFontSize": "{palette.fontSize.size16}",
5105
- "itemFontWeight": "{palette.fontWeight.weight400}",
5120
+ "itemFontWeight": "{palette.fontWeight.weight700}",
5106
5121
  "itemIconColor": "{palette.color.purpleTelus}",
5107
- "itemIconSize": "{palette.size.size16}",
5122
+ "itemIconSize": "{palette.size.size24}",
5108
5123
  "itemLineHeight": "{palette.lineHeight.ratio3to2}",
5124
+ "itemUnderline": "{system.textLine.none}",
5109
5125
  "listGutter": "{palette.size.size16}",
5110
5126
  "paddingBottom": "{palette.size.size12}",
5111
5127
  "paddingLeft": "{system.size.none}",
@@ -5449,7 +5465,11 @@
5449
5465
  "curveMarginTop": "{palette.size.size4}",
5450
5466
  "curveWidth": "{palette.size.size8}",
5451
5467
  "fontColor": "{palette.color.white}",
5468
+ "fontName": "{palette.fontName.HelveticaNow}",
5469
+ "fontSize": "{palette.fontSize.size12}",
5470
+ "fontWeight": "{palette.fontWeight.weight700}",
5452
5471
  "gradient": "{system.gradient.none}",
5472
+ "lineHeight": "{palette.lineHeight.ratio4to3}",
5453
5473
  "paddingBottom": "{palette.size.size4}",
5454
5474
  "paddingLeft": "{palette.size.size8}",
5455
5475
  "paddingRight": "{palette.size.size8}",