@telus-uds/theme-allium 3.10.0 → 3.10.1

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.
@@ -6474,6 +6474,16 @@
6474
6474
  "fontWeight": 700
6475
6475
  }
6476
6476
  },
6477
+ {
6478
+ "if": {
6479
+ "bold": true,
6480
+ "size": "micro"
6481
+ },
6482
+ "tokens": {
6483
+ "fontName": "HelveticaNow",
6484
+ "fontWeight": 700
6485
+ }
6486
+ },
6477
6487
  {
6478
6488
  "if": {
6479
6489
  "bold": true,
@@ -6474,6 +6474,16 @@
6474
6474
  "fontWeight": 700
6475
6475
  }
6476
6476
  },
6477
+ {
6478
+ "if": {
6479
+ "bold": true,
6480
+ "size": "micro"
6481
+ },
6482
+ "tokens": {
6483
+ "fontName": "HelveticaNow",
6484
+ "fontWeight": 700
6485
+ }
6486
+ },
6477
6487
  {
6478
6488
  "if": {
6479
6489
  "bold": true,
package/build/rn/theme.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Tue, 08 Nov 2022 01:31:50 GMT
4
+ * Generated on Wed, 23 Nov 2022 21:41:00 GMT
5
5
  *
6
6
  */
7
7
 
@@ -3836,6 +3836,10 @@ module.exports = {
3836
3836
  if: { bold: true },
3837
3837
  tokens: { fontName: 'HelveticaNow', fontWeight: '700' }
3838
3838
  },
3839
+ {
3840
+ if: { bold: true, size: 'micro' },
3841
+ tokens: { fontName: 'HelveticaNow', fontWeight: '700' }
3842
+ },
3839
3843
  {
3840
3844
  if: { bold: true, size: 'display1' },
3841
3845
  tokens: { fontName: 'HelveticaNow', fontWeight: '400' }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telus-uds/theme-allium",
3
- "version": "3.10.0",
3
+ "version": "3.10.1",
4
4
  "description": "Allium theme",
5
5
  "author": "TELUS Digital",
6
6
  "homepage": "https://github.com/telus/allium-design-system#readme",
package/theme.json CHANGED
@@ -4703,6 +4703,16 @@
4703
4703
  "fontWeight": "{palette.fontWeight.weight700}"
4704
4704
  }
4705
4705
  },
4706
+ {
4707
+ "if": {
4708
+ "bold": true,
4709
+ "size": "micro"
4710
+ },
4711
+ "tokens": {
4712
+ "fontName": "{palette.fontName.HelveticaNow}",
4713
+ "fontWeight": "{palette.fontWeight.weight700}"
4714
+ }
4715
+ },
4706
4716
  {
4707
4717
  "if": {
4708
4718
  "bold": true,