@telus-uds/theme-allium 3.7.1 → 3.7.4

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/theme.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Thu, 01 Sep 2022 15:38:22 GMT
4
+ * Generated on Mon, 12 Sep 2022 20:03:02 GMT
5
5
  *
6
6
  */
7
7
 
@@ -501,13 +501,18 @@ module.exports = {
501
501
  rules: [
502
502
  {
503
503
  if: { viewport: [ 'xs', 'sm' ] },
504
- tokens: { showPreviousNextNavigation: false, thumbnailSize: 48 }
504
+ tokens: {
505
+ showPanelTabs: false,
506
+ showPreviousNextNavigation: false,
507
+ thumbnailSize: 48
508
+ }
505
509
  }
506
510
  ],
507
511
  tokens: {
508
512
  nextIcon: PaletteIconArrowRight,
509
513
  previousIcon: PaletteIconArrowLeft,
510
514
  showPanelNavigation: true,
515
+ showPanelTabs: true,
511
516
  showPreviousNextNavigation: true,
512
517
  spaceBetweenSlideAndPanelNavigation: 32,
513
518
  spaceBetweenSlideAndPreviousNextNavigation: 24,
@@ -1858,7 +1863,6 @@ module.exports = {
1858
1863
  tokens: {
1859
1864
  borderColor: '#676e73',
1860
1865
  outerBorderColor: '#e3e6e8',
1861
- outerBorderWidth: 2,
1862
1866
  radioOuterBorderColor: '#e3e6e8',
1863
1867
  radioOuterBorderWidth: 2
1864
1868
  }
@@ -1869,8 +1873,7 @@ module.exports = {
1869
1873
  tokens: {
1870
1874
  backgroundColor: '#f4f4f7',
1871
1875
  borderColor: '#676e73',
1872
- outerBorderColor: '#e3e6e8',
1873
- outerBorderWidth: 2
1876
+ outerBorderColor: '#e3e6e8'
1874
1877
  }
1875
1878
  },
1876
1879
  {
@@ -1878,7 +1881,6 @@ module.exports = {
1878
1881
  tokens: {
1879
1882
  outerBorderColor: '#676e73',
1880
1883
  outerBorderGap: 2,
1881
- outerBorderWidth: 2,
1882
1884
  radioInputBorderColor: '#7c53a5',
1883
1885
  radioInputBorderWidth: 3
1884
1886
  }
@@ -1927,7 +1929,7 @@ module.exports = {
1927
1929
  minWidth: 264,
1928
1930
  outerBorderColor: 'transparent',
1929
1931
  outerBorderGap: 0,
1930
- outerBorderWidth: 0,
1932
+ outerBorderWidth: 2,
1931
1933
  paddingBottom: 16,
1932
1934
  paddingLeft: 10,
1933
1935
  paddingRight: 16,
@@ -3309,5 +3311,5 @@ module.exports = {
3309
3311
  tokens: { size: 96 }
3310
3312
  }
3311
3313
  },
3312
- metadata: { name: 'theme-allium', themeTokensVersion: '2.4.0' }
3314
+ metadata: { name: 'theme-allium', themeTokensVersion: '2.5.0' }
3313
3315
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telus-uds/theme-allium",
3
- "version": "3.7.1",
3
+ "version": "3.7.4",
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/theme.js",
9
9
  "dependencies": {},
10
10
  "devDependencies": {
11
- "@telus-uds/palette-allium": "^2.6.0",
12
- "@telus-uds/system-theme-tokens": "^2.4.0",
13
- "@telus-uds/system-tokens": "^0.2.0"
11
+ "@telus-uds/palette-allium": "^2.6.1",
12
+ "@telus-uds/system-theme-tokens": "^2.5.0",
13
+ "@telus-uds/system-tokens": "^0.3.0"
14
14
  },
15
15
  "peerDependencies": {
16
- "@telus-uds/palette-allium": "^2.6.0"
16
+ "@telus-uds/palette-allium": "^2.6.1"
17
17
  },
18
18
  "files": [
19
19
  "build",
package/theme.json CHANGED
@@ -665,6 +665,7 @@
665
665
  "viewport": ["xs", "sm"]
666
666
  },
667
667
  "tokens": {
668
+ "showPanelTabs": "{system.show.false}",
668
669
  "showPreviousNextNavigation": "{system.show.false}",
669
670
  "thumbnailSize": "{palette.size.size48}"
670
671
  }
@@ -674,6 +675,7 @@
674
675
  "nextIcon": "{palette.icon.ArrowRight}",
675
676
  "previousIcon": "{palette.icon.ArrowLeft}",
676
677
  "showPanelNavigation": "{system.show.true}",
678
+ "showPanelTabs": "{system.show.true}",
677
679
  "showPreviousNextNavigation": "{system.show.true}",
678
680
  "spaceBetweenSlideAndPanelNavigation": "{palette.size.size32}",
679
681
  "spaceBetweenSlideAndPreviousNextNavigation": "{palette.size.size24}",
@@ -2343,7 +2345,6 @@
2343
2345
  "tokens": {
2344
2346
  "borderColor": "{palette.color.greyShuttle}",
2345
2347
  "outerBorderColor": "{palette.color.greyMystic}",
2346
- "outerBorderWidth": "{palette.border.border2}",
2347
2348
  "radioOuterBorderColor": "{palette.color.greyMystic}",
2348
2349
  "radioOuterBorderWidth": "{palette.border.border2}"
2349
2350
  }
@@ -2356,8 +2357,7 @@
2356
2357
  "tokens": {
2357
2358
  "backgroundColor": "{palette.color.greyAthens}",
2358
2359
  "borderColor": "{palette.color.greyShuttle}",
2359
- "outerBorderColor": "{palette.color.greyMystic}",
2360
- "outerBorderWidth": "{palette.border.border2}"
2360
+ "outerBorderColor": "{palette.color.greyMystic}"
2361
2361
  }
2362
2362
  },
2363
2363
  {
@@ -2367,7 +2367,6 @@
2367
2367
  "tokens": {
2368
2368
  "outerBorderColor": "{palette.color.greyShuttle}",
2369
2369
  "outerBorderGap": "{palette.size.size2}",
2370
- "outerBorderWidth": "{palette.border.border2}",
2371
2370
  "radioInputBorderColor": "{palette.color.purpleDeluge}",
2372
2371
  "radioInputBorderWidth": "{palette.border.border3}"
2373
2372
  }
@@ -2437,7 +2436,7 @@
2437
2436
  "minWidth": "{palette.size.size264}",
2438
2437
  "outerBorderColor": "{system.color.transparent}",
2439
2438
  "outerBorderGap": "{system.size.zero}",
2440
- "outerBorderWidth": "{system.border.zero}",
2439
+ "outerBorderWidth": "{palette.border.border2}",
2441
2440
  "paddingBottom": "{palette.size.size16}",
2442
2441
  "paddingLeft": "{palette.size.size10}",
2443
2442
  "paddingRight": "{palette.size.size16}",