@telus-uds/theme-allium 3.29.0 → 3.29.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.
package/build/rn/theme.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Fri, 19 May 2023 04:51:50 GMT
4
+ * Generated on Wed, 24 May 2023 01:35:51 GMT
5
5
  *
6
6
  */
7
7
 
@@ -515,6 +515,7 @@ module.exports = {
515
515
  if: { inactive: true },
516
516
  tokens: {
517
517
  backgroundColor: '#b2b9bf',
518
+ borderColor: 'rgba(0, 0, 0, 0)',
518
519
  borderWidth: 0,
519
520
  color: '#ffffff'
520
521
  }
@@ -523,6 +524,7 @@ module.exports = {
523
524
  if: { inactive: true, inverse: true },
524
525
  tokens: {
525
526
  backgroundColor: 'rgba(255, 255, 255, 0.6)',
527
+ borderColor: 'rgba(0, 0, 0, 0)',
526
528
  color: '#414547'
527
529
  }
528
530
  },
@@ -5728,5 +5730,5 @@ module.exports = {
5728
5730
  tokens: { size: 96 }
5729
5731
  }
5730
5732
  },
5731
- metadata: { name: 'theme-allium', themeTokensVersion: '2.26.0' }
5733
+ metadata: { name: 'theme-allium', themeTokensVersion: '2.26.1' }
5732
5734
  }
package/package.json CHANGED
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@telus-uds/theme-allium",
3
- "version": "3.29.0",
3
+ "version": "3.29.1",
4
4
  "description": "Allium theme",
5
5
  "author": "TELUS Digital",
6
6
  "homepage": "https://github.com/telus/allium-design-system#readme",
7
- "license": "UNLICENSED",
7
+ "license": "MIT",
8
8
  "main": "build/rn/theme.js",
9
9
  "dependencies": {},
10
10
  "devDependencies": {
11
- "@telus-uds/palette-allium": "^2.18.0",
12
- "@telus-uds/system-theme-tokens": "^2.26.0",
13
- "@telus-uds/system-tokens": "^0.7.5"
11
+ "@telus-uds/palette-allium": "^2.18.1",
12
+ "@telus-uds/system-theme-tokens": "^2.26.1",
13
+ "@telus-uds/system-tokens": "^0.7.6"
14
14
  },
15
15
  "peerDependencies": {
16
- "@telus-uds/palette-allium": "^2.18.0"
16
+ "@telus-uds/palette-allium": "^2.18.1"
17
17
  },
18
18
  "files": [
19
19
  "build",
package/theme.json CHANGED
@@ -598,6 +598,7 @@
598
598
  },
599
599
  "tokens": {
600
600
  "backgroundColor": "{palette.color.greyCloud}",
601
+ "borderColor": "{palette.color.transparent}",
601
602
  "borderWidth": "{palette.border.none}",
602
603
  "color": "{palette.color.white}"
603
604
  }
@@ -609,6 +610,7 @@
609
610
  },
610
611
  "tokens": {
611
612
  "backgroundColor": "{palette.color.light60}",
613
+ "borderColor": "{palette.color.transparent}",
612
614
  "color": "{palette.color.greyCharcoal}"
613
615
  }
614
616
  },