@telus-uds/theme-allium 4.2.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/rn/theme.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Fri, 09 Jun 2023 00:17:15 GMT
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',
@@ -5476,7 +5470,6 @@ module.exports = {
5476
5470
  if: { colour: 'light', size: 'h6' },
5477
5471
  tokens: { color: '#676e73' }
5478
5472
  },
5479
- { if: { size: 'eyebrow' }, tokens: { color: '#414547' } },
5480
5473
  {
5481
5474
  if: { colour: 'dark', size: 'eyebrow' },
5482
5475
  tokens: { color: '#7c53a5' }
@@ -5624,10 +5617,11 @@ module.exports = {
5624
5617
  {
5625
5618
  if: { size: 'eyebrow' },
5626
5619
  tokens: {
5620
+ color: '#7c53a5',
5627
5621
  fontName: 'HelveticaNow',
5628
5622
  fontSize: 14,
5629
5623
  fontWeight: '700',
5630
- lineHeight: 1.28571428571,
5624
+ lineHeight: 1.42857142857,
5631
5625
  textTransform: 'uppercase'
5632
5626
  }
5633
5627
  },
@@ -5919,5 +5913,5 @@ module.exports = {
5919
5913
  tokens: { size: 96 }
5920
5914
  }
5921
5915
  },
5922
- metadata: { name: 'theme-allium', themeTokensVersion: '2.31.0' }
5916
+ metadata: { name: 'theme-allium', themeTokensVersion: '2.32.0' }
5923
5917
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telus-uds/theme-allium",
3
- "version": "4.2.0",
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.20.0",
12
- "@telus-uds/system-theme-tokens": "^2.31.0",
13
- "@telus-uds/system-tokens": "^0.7.11"
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.20.0"
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}",
@@ -6576,14 +6570,6 @@
6576
6570
  "color": "{palette.color.greyShuttle}"
6577
6571
  }
6578
6572
  },
6579
- {
6580
- "if": {
6581
- "size": "eyebrow"
6582
- },
6583
- "tokens": {
6584
- "color": "{palette.color.greyCharcoal}"
6585
- }
6586
- },
6587
6573
  {
6588
6574
  "if": {
6589
6575
  "colour": "dark",
@@ -6809,10 +6795,11 @@
6809
6795
  "size": "eyebrow"
6810
6796
  },
6811
6797
  "tokens": {
6798
+ "color": "{palette.color.purpleDeluge}",
6812
6799
  "fontName": "{palette.fontName.HelveticaNow}",
6813
6800
  "fontSize": "{palette.fontSize.size14}",
6814
6801
  "fontWeight": "{palette.fontWeight.weight700}",
6815
- "lineHeight": "{palette.lineHeight.ratio9to7}",
6802
+ "lineHeight": "{palette.lineHeight.ratio10to7}",
6816
6803
  "textTransform": "{system.textTransform.uppercase}"
6817
6804
  }
6818
6805
  },