@telus-uds/theme-allium 3.29.0 → 3.30.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, 19 May 2023 04:51:50 GMT
4
+ * Generated on Wed, 24 May 2023 23:39:31 GMT
5
5
  *
6
6
  */
7
7
 
@@ -425,7 +425,15 @@ module.exports = {
425
425
  }
426
426
  },
427
427
  rules: [
428
- { if: { hover: true }, tokens: { borderWidth: 3 } },
428
+ {
429
+ if: { hover: true },
430
+ tokens: {
431
+ borderBottomWidth: 3,
432
+ borderLeftWidth: 3,
433
+ borderRightWidth: 3,
434
+ borderTopWidth: 3
435
+ }
436
+ },
429
437
  {
430
438
  if: { priority: 'high' },
431
439
  tokens: {
@@ -515,6 +523,7 @@ module.exports = {
515
523
  if: { inactive: true },
516
524
  tokens: {
517
525
  backgroundColor: '#b2b9bf',
526
+ borderColor: 'rgba(0, 0, 0, 0)',
518
527
  borderWidth: 0,
519
528
  color: '#ffffff'
520
529
  }
@@ -523,6 +532,7 @@ module.exports = {
523
532
  if: { inactive: true, inverse: true },
524
533
  tokens: {
525
534
  backgroundColor: 'rgba(255, 255, 255, 0.6)',
535
+ borderColor: 'rgba(0, 0, 0, 0)',
526
536
  color: '#414547'
527
537
  }
528
538
  },
@@ -4477,6 +4487,7 @@ module.exports = {
4477
4487
  cellBoxShadowColor: '#e3e6e8',
4478
4488
  cellHeadingBackground: '#f4f4f7',
4479
4489
  cellHeadingBoxShadowColor: '#b2b9bf',
4490
+ cellMinWidth: 0,
4480
4491
  cellPaddingBottom: 16,
4481
4492
  cellPaddingLeft: 16,
4482
4493
  cellPaddingRight: 16,
@@ -5728,5 +5739,5 @@ module.exports = {
5728
5739
  tokens: { size: 96 }
5729
5740
  }
5730
5741
  },
5731
- metadata: { name: 'theme-allium', themeTokensVersion: '2.26.0' }
5742
+ metadata: { name: 'theme-allium', themeTokensVersion: '2.27.0' }
5732
5743
  }
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.30.0",
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.2",
12
+ "@telus-uds/system-theme-tokens": "^2.27.0",
13
+ "@telus-uds/system-tokens": "^0.7.7"
14
14
  },
15
15
  "peerDependencies": {
16
- "@telus-uds/palette-allium": "^2.18.0"
16
+ "@telus-uds/palette-allium": "^2.18.2"
17
17
  },
18
18
  "files": [
19
19
  "build",
package/theme.json CHANGED
@@ -414,7 +414,10 @@
414
414
  "hover": true
415
415
  },
416
416
  "tokens": {
417
- "borderWidth": "{palette.border.border3}"
417
+ "borderBottomWidth": "{palette.border.border3}",
418
+ "borderLeftWidth": "{palette.border.border3}",
419
+ "borderRightWidth": "{palette.border.border3}",
420
+ "borderTopWidth": "{palette.border.border3}"
418
421
  }
419
422
  },
420
423
  {
@@ -598,6 +601,7 @@
598
601
  },
599
602
  "tokens": {
600
603
  "backgroundColor": "{palette.color.greyCloud}",
604
+ "borderColor": "{palette.color.transparent}",
601
605
  "borderWidth": "{palette.border.none}",
602
606
  "color": "{palette.color.white}"
603
607
  }
@@ -609,6 +613,7 @@
609
613
  },
610
614
  "tokens": {
611
615
  "backgroundColor": "{palette.color.light60}",
616
+ "borderColor": "{palette.color.transparent}",
612
617
  "color": "{palette.color.greyCharcoal}"
613
618
  }
614
619
  },
@@ -5431,6 +5436,7 @@
5431
5436
  "cellBoxShadowColor": "{palette.color.greyMystic}",
5432
5437
  "cellHeadingBackground": "{palette.color.greyAthens}",
5433
5438
  "cellHeadingBoxShadowColor": "{palette.color.greyCloud}",
5439
+ "cellMinWidth": "{palette.size.size0}",
5434
5440
  "cellPaddingBottom": "{palette.size.size16}",
5435
5441
  "cellPaddingLeft": "{palette.size.size16}",
5436
5442
  "cellPaddingRight": "{palette.size.size16}",