@telus-uds/palette-allium 5.7.0 → 5.8.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.
Files changed (40) hide show
  1. package/CHANGELOG.json +43 -1
  2. package/CHANGELOG.md +20 -2
  3. package/build/android/border.xml +1 -1
  4. package/build/android/color.xml +1 -1
  5. package/build/android/font_size.xml +1 -1
  6. package/build/android/radius.xml +1 -1
  7. package/build/android/size.xml +4 -1
  8. package/build/ios/Border.swift +1 -1
  9. package/build/ios/Color.swift +1 -1
  10. package/build/ios/FontSize.swift +1 -1
  11. package/build/ios/Radius.swift +1 -1
  12. package/build/ios/Size.swift +4 -1
  13. package/build/rn/icons/WebStore.js +42 -0
  14. package/build/rn/icons/WebStore.native.js +41 -0
  15. package/build/rn/icons/index.js +1 -0
  16. package/build/rn/icons/web-store.icon.svg +3 -0
  17. package/build/rn/palette.js +5 -1
  18. package/build/web/fonts/fonts-cdn-family.css +12 -12
  19. package/build/web/fonts/fonts-cdn.css +12 -12
  20. package/build/web/fonts/fonts-local-family.css +12 -12
  21. package/build/web/fonts/fonts-local.css +12 -12
  22. package/build/web/icons/WebStore.js +42 -0
  23. package/build/web/icons/index.js +1 -0
  24. package/build/web/icons/web-store.icon.svg +3 -0
  25. package/build/web/palette.js +17 -13
  26. package/icon/web-store.svg +3 -0
  27. package/package.json +2 -2
  28. package/palette.json +13 -0
  29. /package/build/web/fonts/{HNforTELUSSA-Bd-v5_7_0.otf → HNforTELUSSA-Bd-v5_8_0.otf} +0 -0
  30. /package/build/web/fonts/{HNforTELUSSA-Display-v5_7_0.otf → HNforTELUSSA-Display-v5_8_0.otf} +0 -0
  31. /package/build/web/fonts/{HNforTELUSSA-Md-v5_7_0.otf → HNforTELUSSA-Md-v5_8_0.otf} +0 -0
  32. /package/build/web/fonts/{HNforTELUSSA-v5_7_0.otf → HNforTELUSSA-v5_8_0.otf} +0 -0
  33. /package/build/web/fonts/{HNforTELUSSABold_normal_normal-v5_7_0.woff → HNforTELUSSABold_normal_normal-v5_8_0.woff} +0 -0
  34. /package/build/web/fonts/{HNforTELUSSABold_normal_normal2-v5_7_0.woff2 → HNforTELUSSABold_normal_normal2-v5_8_0.woff2} +0 -0
  35. /package/build/web/fonts/{HNforTELUSSADisplay_normal_normal-v5_7_0.woff → HNforTELUSSADisplay_normal_normal-v5_8_0.woff} +0 -0
  36. /package/build/web/fonts/{HNforTELUSSADisplay_normal_normal2-v5_7_0.woff2 → HNforTELUSSADisplay_normal_normal2-v5_8_0.woff2} +0 -0
  37. /package/build/web/fonts/{HNforTELUSSAMedium_normal_normal-v5_7_0.woff → HNforTELUSSAMedium_normal_normal-v5_8_0.woff} +0 -0
  38. /package/build/web/fonts/{HNforTELUSSAMedium_normal_normal2-v5_7_0.woff2 → HNforTELUSSAMedium_normal_normal2-v5_8_0.woff2} +0 -0
  39. /package/build/web/fonts/{HNforTELUSSARegular_normal_normal-v5_7_0.woff → HNforTELUSSARegular_normal_normal-v5_8_0.woff} +0 -0
  40. /package/build/web/fonts/{HNforTELUSSARegular_normal_normal2-v5_7_0.woff2 → HNforTELUSSARegular_normal_normal2-v5_8_0.woff2} +0 -0
package/CHANGELOG.json CHANGED
@@ -2,7 +2,49 @@
2
2
  "name": "@telus-uds/palette-allium",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 26 Jun 2025 23:47:29 GMT",
5
+ "date": "Fri, 25 Jul 2025 04:09:38 GMT",
6
+ "tag": "@telus-uds/palette-allium_v5.8.0",
7
+ "version": "5.8.0",
8
+ "comments": {
9
+ "minor": [
10
+ {
11
+ "author": "guillermo.peitzner@telus.com",
12
+ "package": "@telus-uds/palette-allium",
13
+ "commit": "677baf797232a4fc792ab1a3de6fe2f6b07ab699",
14
+ "comment": "`Icon`: add web-store icon to telus palette"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@telus-uds/palette-allium",
19
+ "comment": "Bump @telus-uds/system-tokens to v1.4.4",
20
+ "commit": "677baf797232a4fc792ab1a3de6fe2f6b07ab699"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Fri, 11 Jul 2025 22:22:37 GMT",
27
+ "tag": "@telus-uds/palette-allium_v5.7.1",
28
+ "version": "5.7.1",
29
+ "comments": {
30
+ "patch": [
31
+ {
32
+ "author": "guillermo.peitzner@telus.com",
33
+ "package": "@telus-uds/palette-allium",
34
+ "commit": "8500fc4c83369a8f17918a852fd963adcfba86d0",
35
+ "comment": "`Card`: add new sizes"
36
+ },
37
+ {
38
+ "author": "beachball",
39
+ "package": "@telus-uds/palette-allium",
40
+ "comment": "Bump @telus-uds/system-tokens to v1.4.3",
41
+ "commit": "8500fc4c83369a8f17918a852fd963adcfba86d0"
42
+ }
43
+ ]
44
+ }
45
+ },
46
+ {
47
+ "date": "Thu, 26 Jun 2025 23:54:42 GMT",
6
48
  "tag": "@telus-uds/palette-allium_v5.7.0",
7
49
  "version": "5.7.0",
8
50
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,30 @@
1
1
  # Change Log - @telus-uds/palette-allium
2
2
 
3
- This log was last generated on Thu, 26 Jun 2025 23:47:29 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 25 Jul 2025 04:09:38 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 5.8.0
8
+
9
+ Fri, 25 Jul 2025 04:09:38 GMT
10
+
11
+ ### Minor changes
12
+
13
+ - `Icon`: add web-store icon to telus palette (guillermo.peitzner@telus.com)
14
+ - Bump @telus-uds/system-tokens to v1.4.4
15
+
16
+ ## 5.7.1
17
+
18
+ Fri, 11 Jul 2025 22:22:37 GMT
19
+
20
+ ### Patches
21
+
22
+ - `Card`: add new sizes (guillermo.peitzner@telus.com)
23
+ - Bump @telus-uds/system-tokens to v1.4.3
24
+
7
25
  ## 5.7.0
8
26
 
9
- Thu, 26 Jun 2025 23:47:29 GMT
27
+ Thu, 26 Jun 2025 23:54:42 GMT
10
28
 
11
29
  ### Minor changes
12
30
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Thu, 26 Jun 2025 23:50:27 GMT
5
+ Generated on Fri, 25 Jul 2025 04:12:27 GMT
6
6
  -->
7
7
 
8
8
  <resources>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Thu, 26 Jun 2025 23:50:27 GMT
5
+ Generated on Fri, 25 Jul 2025 04:12:27 GMT
6
6
  -->
7
7
 
8
8
  <resources>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Thu, 26 Jun 2025 23:50:27 GMT
5
+ Generated on Fri, 25 Jul 2025 04:12:27 GMT
6
6
  -->
7
7
 
8
8
  <resources>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Thu, 26 Jun 2025 23:50:27 GMT
5
+ Generated on Fri, 25 Jul 2025 04:12:27 GMT
6
6
  -->
7
7
 
8
8
  <resources>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Thu, 26 Jun 2025 23:50:27 GMT
5
+ Generated on Fri, 25 Jul 2025 04:12:27 GMT
6
6
  -->
7
7
 
8
8
  <resources>
@@ -12,6 +12,7 @@
12
12
  <dimen name="size_12">12.00dp</dimen>
13
13
  <dimen name="size_120">120.00dp</dimen>
14
14
  <dimen name="size_128">128.00dp</dimen>
15
+ <dimen name="size_13">13.00dp</dimen>
15
16
  <dimen name="size_14">14.00dp</dimen>
16
17
  <dimen name="size_140">140.00dp</dimen>
17
18
  <dimen name="size_144">144.00dp</dimen>
@@ -24,12 +25,14 @@
24
25
  <dimen name="size_192">192.00dp</dimen>
25
26
  <dimen name="size_2">2.00dp</dimen>
26
27
  <dimen name="size_20">20.00dp</dimen>
28
+ <dimen name="size_21">21.00dp</dimen>
27
29
  <dimen name="size_22">22.00dp</dimen>
28
30
  <dimen name="size_24">24.00dp</dimen>
29
31
  <dimen name="size_26">26.00dp</dimen>
30
32
  <dimen name="size_264">264.00dp</dimen>
31
33
  <dimen name="size_28">28.00dp</dimen>
32
34
  <dimen name="size_288">288.00dp</dimen>
35
+ <dimen name="size_29">29.00dp</dimen>
33
36
  <dimen name="size_3">3.00dp</dimen>
34
37
  <dimen name="size_32">32.00dp</dimen>
35
38
  <dimen name="size_320">320.00dp</dimen>
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Thu, 26 Jun 2025 23:50:27 GMT
7
+ // Generated on Fri, 25 Jul 2025 04:12:27 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Thu, 26 Jun 2025 23:50:27 GMT
7
+ // Generated on Fri, 25 Jul 2025 04:12:27 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Thu, 26 Jun 2025 23:50:27 GMT
7
+ // Generated on Fri, 25 Jul 2025 04:12:27 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Thu, 26 Jun 2025 23:50:27 GMT
7
+ // Generated on Fri, 25 Jul 2025 04:12:27 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Thu, 26 Jun 2025 23:50:27 GMT
7
+ // Generated on Fri, 25 Jul 2025 04:12:27 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -16,6 +16,7 @@ public enum PaletteSize {
16
16
  public static let size12 = CGFloat(12)
17
17
  public static let size120 = CGFloat(120)
18
18
  public static let size128 = CGFloat(128)
19
+ public static let size13 = CGFloat(13)
19
20
  public static let size14 = CGFloat(14)
20
21
  public static let size140 = CGFloat(140)
21
22
  public static let size144 = CGFloat(144)
@@ -28,12 +29,14 @@ public enum PaletteSize {
28
29
  public static let size192 = CGFloat(192)
29
30
  public static let size2 = CGFloat(2)
30
31
  public static let size20 = CGFloat(20)
32
+ public static let size21 = CGFloat(21)
31
33
  public static let size22 = CGFloat(22)
32
34
  public static let size24 = CGFloat(24)
33
35
  public static let size26 = CGFloat(26)
34
36
  public static let size264 = CGFloat(264)
35
37
  public static let size28 = CGFloat(28)
36
38
  public static let size288 = CGFloat(288)
39
+ public static let size29 = CGFloat(29)
37
40
  public static let size3 = CGFloat(3)
38
41
  public static let size32 = CGFloat(32)
39
42
  public static let size320 = CGFloat(320)
@@ -0,0 +1,42 @@
1
+ "use strict";
2
+
3
+ var _jsxRuntime = require("react/jsx-runtime");
4
+ module.exports = ({
5
+ title,
6
+ titleId,
7
+ size,
8
+ color,
9
+ gradient,
10
+ ...props
11
+ }) => {
12
+ const iconSharedUtils = require('./utils/icon-shared-utils');
13
+ const hasGradient = iconSharedUtils.hasValidGradient(gradient);
14
+ let fillValue = color;
15
+ let gradientDefs;
16
+ let gradientUtils;
17
+ if (hasGradient) {
18
+ gradientUtils = iconSharedUtils.getGradientUtils();
19
+ const iconWebUtils = require('./utils/icon-web-utils');
20
+ const gradientId = gradientUtils.generateGradientId(gradient);
21
+ fillValue = `url(#${gradientId})`;
22
+ gradientDefs = iconWebUtils.renderWebGradientDefs(gradient, gradientId);
23
+ }
24
+ const svgContent = (0, _jsxRuntime.jsxs)("svg", {
25
+ ...props,
26
+ xmlns: "http://www.w3.org/2000/svg",
27
+ viewBox: "0 0 24 24",
28
+ height: size,
29
+ width: size,
30
+ fill: fillValue,
31
+ role: title ? 'img' : undefined,
32
+ "aria-hidden": !title,
33
+ "aria-labelledby": titleId,
34
+ children: [title ? (0, _jsxRuntime.jsx)("title", {
35
+ id: titleId,
36
+ children: title
37
+ }) : null, (0, _jsxRuntime.jsx)("path", {
38
+ d: "M21.5 0C22.9 0 24 1.1 24 2.5v19a2.477 2.477 0 0 1-2.5 2.5h-19A2.477 2.477 0 0 1 0 21.5v-19C0 1.1 1.1 0 2.5 0h19ZM23 5H1v16.5c0 .8.7 1.5 1.5 1.5h19c.8 0 1.5-.7 1.5-1.5V5ZM10.5 17c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5S9 19.3 9 18.5s.7-1.5 1.5-1.5Zm4 0c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5.7-1.5 1.5-1.5Zm-4 1c-.3 0-.5.2-.5.5s.2.5.5.5.5-.2.5-.5-.2-.5-.5-.5Zm4 0c-.3 0-.5.2-.5.5s.2.5.5.5.5-.2.5-.5-.2-.5-.5-.5ZM6.3 9.1c.2 0 .4.2.5.4l.2.6h10.4c.2 0 .3.1.4.2.1.1.1.3.1.4l-1 4a.43.43 0 0 1-.4.4l-7.9.9.4 1.4c0 .3-.1.5-.4.6h-.1c-.2 0-.4-.2-.5-.4L6.1 10H4.5c-.3 0-.7-.1-.7-.4 0-.3.2-.5.5-.5h2Zm1.1 1.8 1 4 7.7-.9.8-3-9.5-.1ZM21.5 1h-19C1.7 1 1 1.7 1 2.5V4h22V2.5c0-.8-.7-1.5-1.5-1.5Zm-17 1a.5.5 0 1 1 .049 1A.5.5 0 0 1 4.5 2Zm-2 0a.5.5 0 1 1 .049 1 .5.5 0 0 1-.05-1Zm4 0a.5.5 0 1 1 .05 1 .5.5 0 0 1-.05-1Z"
39
+ })]
40
+ });
41
+ return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
42
+ };
@@ -0,0 +1,41 @@
1
+ "use strict";
2
+
3
+ var _reactNativeSvg = require("react-native-svg");
4
+ var _jsxRuntime = require("react/jsx-runtime");
5
+ module.exports = ({
6
+ title,
7
+ titleId,
8
+ size,
9
+ color,
10
+ gradient,
11
+ ...props
12
+ }) => {
13
+ const iconSharedUtils = require('./utils/icon-shared-utils');
14
+ const hasGradient = iconSharedUtils.hasValidGradient(gradient);
15
+ let fillValue = color;
16
+ let gradientDefs;
17
+ let gradientUtils;
18
+ if (hasGradient) {
19
+ gradientUtils = iconSharedUtils.getGradientUtils();
20
+ const iconNativeUtils = require('./utils/icon-native-utils');
21
+ const gradientId = gradientUtils.generateGradientId(gradient);
22
+ fillValue = `url(#${gradientId})`;
23
+ gradientDefs = iconNativeUtils.renderNativeGradientDefs(gradient, gradientId);
24
+ }
25
+ const svgContent = (0, _jsxRuntime.jsxs)(_reactNativeSvg.default, {
26
+ ...props,
27
+ xmlns: "http://www.w3.org/2000/svg",
28
+ viewBox: "0 0 24 24",
29
+ height: size,
30
+ width: size,
31
+ fill: fillValue,
32
+ "aria-labelledby": titleId,
33
+ children: [title ? (0, _jsxRuntime.jsx)("title", {
34
+ id: titleId,
35
+ children: title
36
+ }) : null, (0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
37
+ d: "M21.5 0C22.9 0 24 1.1 24 2.5v19a2.477 2.477 0 0 1-2.5 2.5h-19A2.477 2.477 0 0 1 0 21.5v-19C0 1.1 1.1 0 2.5 0h19ZM23 5H1v16.5c0 .8.7 1.5 1.5 1.5h19c.8 0 1.5-.7 1.5-1.5V5ZM10.5 17c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5S9 19.3 9 18.5s.7-1.5 1.5-1.5Zm4 0c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5.7-1.5 1.5-1.5Zm-4 1c-.3 0-.5.2-.5.5s.2.5.5.5.5-.2.5-.5-.2-.5-.5-.5Zm4 0c-.3 0-.5.2-.5.5s.2.5.5.5.5-.2.5-.5-.2-.5-.5-.5ZM6.3 9.1c.2 0 .4.2.5.4l.2.6h10.4c.2 0 .3.1.4.2.1.1.1.3.1.4l-1 4a.43.43 0 0 1-.4.4l-7.9.9.4 1.4c0 .3-.1.5-.4.6h-.1c-.2 0-.4-.2-.5-.4L6.1 10H4.5c-.3 0-.7-.1-.7-.4 0-.3.2-.5.5-.5h2Zm1.1 1.8 1 4 7.7-.9.8-3-9.5-.1ZM21.5 1h-19C1.7 1 1 1.7 1 2.5V4h22V2.5c0-.8-.7-1.5-1.5-1.5Zm-17 1a.5.5 0 1 1 .049 1A.5.5 0 0 1 4.5 2Zm-2 0a.5.5 0 1 1 .049 1 .5.5 0 0 1-.05-1Zm4 0a.5.5 0 1 1 .05 1 .5.5 0 0 1-.05-1Z"
38
+ })]
39
+ });
40
+ return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
41
+ };
@@ -282,6 +282,7 @@ module.exports = {
282
282
  Warranty: require('./Warranty'),
283
283
  Watch: require('./Watch'),
284
284
  WaterProhibited: require('./WaterProhibited'),
285
+ WebStore: require('./WebStore'),
285
286
  WifiBoost: require('./WifiBoost'),
286
287
  WifiCloud: require('./WifiCloud')
287
288
  }
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path d="M21.5 0C22.9 0 24 1.1 24 2.5v19a2.477 2.477 0 0 1-2.5 2.5h-19A2.477 2.477 0 0 1 0 21.5v-19C0 1.1 1.1 0 2.5 0h19ZM23 5H1v16.5c0 .8.7 1.5 1.5 1.5h19c.8 0 1.5-.7 1.5-1.5V5ZM10.5 17c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5S9 19.3 9 18.5s.7-1.5 1.5-1.5Zm4 0c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5.7-1.5 1.5-1.5Zm-4 1c-.3 0-.5.2-.5.5s.2.5.5.5.5-.2.5-.5-.2-.5-.5-.5Zm4 0c-.3 0-.5.2-.5.5s.2.5.5.5.5-.2.5-.5-.2-.5-.5-.5ZM6.3 9.1c.2 0 .4.2.5.4l.2.6h10.4c.2 0 .3.1.4.2.1.1.1.3.1.4l-1 4a.43.43 0 0 1-.4.4l-7.9.9.4 1.4c0 .3-.1.5-.4.6h-.1c-.2 0-.4-.2-.5-.4L6.1 10H4.5c-.3 0-.7-.1-.7-.4 0-.3.2-.5.5-.5h2Zm1.1 1.8 1 4 7.7-.9.8-3-9.5-.1ZM21.5 1h-19C1.7 1 1 1.7 1 2.5V4h22V2.5c0-.8-.7-1.5-1.5-1.5Zm-17 1a.5.5 0 1 1 .049 1A.5.5 0 0 1 4.5 2Zm-2 0a.5.5 0 1 1 .049 1 .5.5 0 0 1-.05-1Zm4 0a.5.5 0 1 1 .05 1 .5.5 0 0 1-.05-1Z"/>
3
+ </svg>
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 26 Jun 2025 23:50:32 GMT
3
+ * Generated on Fri, 25 Jul 2025 04:12:32 GMT
4
4
  */
5
5
  module.exports = {
6
6
  border: {
@@ -453,6 +453,7 @@ module.exports = {
453
453
  Warranty: '@telus-uds/palette-allium/build/rn/icons/warranty.icon.svg',
454
454
  Watch: '@telus-uds/palette-allium/build/rn/icons/watch.icon.svg',
455
455
  WaterProhibited: '@telus-uds/palette-allium/build/rn/icons/water-prohibited.icon.svg',
456
+ WebStore: '@telus-uds/palette-allium/build/rn/icons/web-store.icon.svg',
456
457
  WifiBoost: '@telus-uds/palette-allium/build/rn/icons/wifi-boost.icon.svg',
457
458
  WifiCloud: '@telus-uds/palette-allium/build/rn/icons/wifi-cloud.icon.svg'
458
459
  },
@@ -555,6 +556,7 @@ module.exports = {
555
556
  size12: 12,
556
557
  size120: 120,
557
558
  size128: 128,
559
+ size13: 13,
558
560
  size14: 14,
559
561
  size140: 140,
560
562
  size144: 144,
@@ -567,12 +569,14 @@ module.exports = {
567
569
  size192: 192,
568
570
  size2: 2,
569
571
  size20: 20,
572
+ size21: 21,
570
573
  size22: 22,
571
574
  size24: 24,
572
575
  size26: 26,
573
576
  size264: 264,
574
577
  size28: 28,
575
578
  size288: 288,
579
+ size29: 29,
576
580
  size3: 3,
577
581
  size32: 32,
578
582
  size320: 320,
@@ -1,83 +1,83 @@
1
1
  @font-face {
2
2
  font-family: 'HNforTELUSSA';
3
- src: url('https://cdn.telus.digital/uds/HNforTELUSSADisplay_normal_normal-v5_7_0.woff');
3
+ src: url('https://cdn.telus.digital/uds/HNforTELUSSADisplay_normal_normal-v5_8_0.woff');
4
4
  font-weight: 300;
5
5
  font-style: normal;
6
6
  font-display: block;
7
7
  }
8
8
  @font-face {
9
9
  font-family: 'HNforTELUSSA';
10
- src: url('https://cdn.telus.digital/uds/HNforTELUSSARegular_normal_normal-v5_7_0.woff');
10
+ src: url('https://cdn.telus.digital/uds/HNforTELUSSARegular_normal_normal-v5_8_0.woff');
11
11
  font-weight: 400;
12
12
  font-style: normal;
13
13
  font-display: block;
14
14
  }
15
15
  @font-face {
16
16
  font-family: 'HNforTELUSSA';
17
- src: url('https://cdn.telus.digital/uds/HNforTELUSSAMedium_normal_normal-v5_7_0.woff');
17
+ src: url('https://cdn.telus.digital/uds/HNforTELUSSAMedium_normal_normal-v5_8_0.woff');
18
18
  font-weight: 500;
19
19
  font-style: normal;
20
20
  font-display: block;
21
21
  }
22
22
  @font-face {
23
23
  font-family: 'HNforTELUSSA';
24
- src: url('https://cdn.telus.digital/uds/HNforTELUSSABold_normal_normal-v5_7_0.woff');
24
+ src: url('https://cdn.telus.digital/uds/HNforTELUSSABold_normal_normal-v5_8_0.woff');
25
25
  font-weight: 700;
26
26
  font-style: normal;
27
27
  font-display: block;
28
28
  }
29
29
  @font-face {
30
30
  font-family: 'HNforTELUSSAOTF';
31
- src: url('https://cdn.telus.digital/uds/HNforTELUSSA-Display-v5_7_0.otf');
31
+ src: url('https://cdn.telus.digital/uds/HNforTELUSSA-Display-v5_8_0.otf');
32
32
  font-weight: 300;
33
33
  font-style: normal;
34
34
  font-display: block;
35
35
  }
36
36
  @font-face {
37
37
  font-family: 'HNforTELUSSAOTF';
38
- src: url('https://cdn.telus.digital/uds/HNforTELUSSA-v5_7_0.otf');
38
+ src: url('https://cdn.telus.digital/uds/HNforTELUSSA-v5_8_0.otf');
39
39
  font-weight: 400;
40
40
  font-style: normal;
41
41
  font-display: block;
42
42
  }
43
43
  @font-face {
44
44
  font-family: 'HNforTELUSSAOTF';
45
- src: url('https://cdn.telus.digital/uds/HNforTELUSSA-Md-v5_7_0.otf');
45
+ src: url('https://cdn.telus.digital/uds/HNforTELUSSA-Md-v5_8_0.otf');
46
46
  font-weight: 500;
47
47
  font-style: normal;
48
48
  font-display: block;
49
49
  }
50
50
  @font-face {
51
51
  font-family: 'HNforTELUSSAOTF';
52
- src: url('https://cdn.telus.digital/uds/HNforTELUSSA-Bd-v5_7_0.otf');
52
+ src: url('https://cdn.telus.digital/uds/HNforTELUSSA-Bd-v5_8_0.otf');
53
53
  font-weight: 700;
54
54
  font-style: normal;
55
55
  font-display: block;
56
56
  }
57
57
  @font-face {
58
58
  font-family: 'HNforTELUSSAWoff2';
59
- src: url('https://cdn.telus.digital/uds/HNforTELUSSADisplay_normal_normal2-v5_7_0.woff2');
59
+ src: url('https://cdn.telus.digital/uds/HNforTELUSSADisplay_normal_normal2-v5_8_0.woff2');
60
60
  font-weight: 300;
61
61
  font-style: normal;
62
62
  font-display: block;
63
63
  }
64
64
  @font-face {
65
65
  font-family: 'HNforTELUSSAWoff2';
66
- src: url('https://cdn.telus.digital/uds/HNforTELUSSARegular_normal_normal2-v5_7_0.woff2');
66
+ src: url('https://cdn.telus.digital/uds/HNforTELUSSARegular_normal_normal2-v5_8_0.woff2');
67
67
  font-weight: 400;
68
68
  font-style: normal;
69
69
  font-display: block;
70
70
  }
71
71
  @font-face {
72
72
  font-family: 'HNforTELUSSAWoff2';
73
- src: url('https://cdn.telus.digital/uds/HNforTELUSSAMedium_normal_normal2-v5_7_0.woff2');
73
+ src: url('https://cdn.telus.digital/uds/HNforTELUSSAMedium_normal_normal2-v5_8_0.woff2');
74
74
  font-weight: 500;
75
75
  font-style: normal;
76
76
  font-display: block;
77
77
  }
78
78
  @font-face {
79
79
  font-family: 'HNforTELUSSAWoff2';
80
- src: url('https://cdn.telus.digital/uds/HNforTELUSSABold_normal_normal2-v5_7_0.woff2');
80
+ src: url('https://cdn.telus.digital/uds/HNforTELUSSABold_normal_normal2-v5_8_0.woff2');
81
81
  font-weight: 700;
82
82
  font-style: normal;
83
83
  font-display: block;
@@ -1,60 +1,60 @@
1
1
  @font-face {
2
2
  font-family: 'HNforTELUSSA300normal';
3
- src: url('https://cdn.telus.digital/uds/HNforTELUSSADisplay_normal_normal-v5_7_0.woff');
3
+ src: url('https://cdn.telus.digital/uds/HNforTELUSSADisplay_normal_normal-v5_8_0.woff');
4
4
  font-display: block;
5
5
  }
6
6
  @font-face {
7
7
  font-family: 'HNforTELUSSA400normal';
8
- src: url('https://cdn.telus.digital/uds/HNforTELUSSARegular_normal_normal-v5_7_0.woff');
8
+ src: url('https://cdn.telus.digital/uds/HNforTELUSSARegular_normal_normal-v5_8_0.woff');
9
9
  font-display: block;
10
10
  }
11
11
  @font-face {
12
12
  font-family: 'HNforTELUSSA500normal';
13
- src: url('https://cdn.telus.digital/uds/HNforTELUSSAMedium_normal_normal-v5_7_0.woff');
13
+ src: url('https://cdn.telus.digital/uds/HNforTELUSSAMedium_normal_normal-v5_8_0.woff');
14
14
  font-display: block;
15
15
  }
16
16
  @font-face {
17
17
  font-family: 'HNforTELUSSA700normal';
18
- src: url('https://cdn.telus.digital/uds/HNforTELUSSABold_normal_normal-v5_7_0.woff');
18
+ src: url('https://cdn.telus.digital/uds/HNforTELUSSABold_normal_normal-v5_8_0.woff');
19
19
  font-display: block;
20
20
  }
21
21
  @font-face {
22
22
  font-family: 'HNforTELUSSAOTF300normal';
23
- src: url('https://cdn.telus.digital/uds/HNforTELUSSA-Display-v5_7_0.otf');
23
+ src: url('https://cdn.telus.digital/uds/HNforTELUSSA-Display-v5_8_0.otf');
24
24
  font-display: block;
25
25
  }
26
26
  @font-face {
27
27
  font-family: 'HNforTELUSSAOTF400normal';
28
- src: url('https://cdn.telus.digital/uds/HNforTELUSSA-v5_7_0.otf');
28
+ src: url('https://cdn.telus.digital/uds/HNforTELUSSA-v5_8_0.otf');
29
29
  font-display: block;
30
30
  }
31
31
  @font-face {
32
32
  font-family: 'HNforTELUSSAOTF500normal';
33
- src: url('https://cdn.telus.digital/uds/HNforTELUSSA-Md-v5_7_0.otf');
33
+ src: url('https://cdn.telus.digital/uds/HNforTELUSSA-Md-v5_8_0.otf');
34
34
  font-display: block;
35
35
  }
36
36
  @font-face {
37
37
  font-family: 'HNforTELUSSAOTF700normal';
38
- src: url('https://cdn.telus.digital/uds/HNforTELUSSA-Bd-v5_7_0.otf');
38
+ src: url('https://cdn.telus.digital/uds/HNforTELUSSA-Bd-v5_8_0.otf');
39
39
  font-display: block;
40
40
  }
41
41
  @font-face {
42
42
  font-family: 'HNforTELUSSAWoff2300normal';
43
- src: url('https://cdn.telus.digital/uds/HNforTELUSSADisplay_normal_normal2-v5_7_0.woff2');
43
+ src: url('https://cdn.telus.digital/uds/HNforTELUSSADisplay_normal_normal2-v5_8_0.woff2');
44
44
  font-display: block;
45
45
  }
46
46
  @font-face {
47
47
  font-family: 'HNforTELUSSAWoff2400normal';
48
- src: url('https://cdn.telus.digital/uds/HNforTELUSSARegular_normal_normal2-v5_7_0.woff2');
48
+ src: url('https://cdn.telus.digital/uds/HNforTELUSSARegular_normal_normal2-v5_8_0.woff2');
49
49
  font-display: block;
50
50
  }
51
51
  @font-face {
52
52
  font-family: 'HNforTELUSSAWoff2500normal';
53
- src: url('https://cdn.telus.digital/uds/HNforTELUSSAMedium_normal_normal2-v5_7_0.woff2');
53
+ src: url('https://cdn.telus.digital/uds/HNforTELUSSAMedium_normal_normal2-v5_8_0.woff2');
54
54
  font-display: block;
55
55
  }
56
56
  @font-face {
57
57
  font-family: 'HNforTELUSSAWoff2700normal';
58
- src: url('https://cdn.telus.digital/uds/HNforTELUSSABold_normal_normal2-v5_7_0.woff2');
58
+ src: url('https://cdn.telus.digital/uds/HNforTELUSSABold_normal_normal2-v5_8_0.woff2');
59
59
  font-display: block;
60
60
  }
@@ -1,83 +1,83 @@
1
1
  @font-face {
2
2
  font-family: 'HNforTELUSSA';
3
- src: url('./HNforTELUSSADisplay_normal_normal-v5_7_0.woff');
3
+ src: url('./HNforTELUSSADisplay_normal_normal-v5_8_0.woff');
4
4
  font-weight: 300;
5
5
  font-style: normal;
6
6
  font-display: block;
7
7
  }
8
8
  @font-face {
9
9
  font-family: 'HNforTELUSSA';
10
- src: url('./HNforTELUSSARegular_normal_normal-v5_7_0.woff');
10
+ src: url('./HNforTELUSSARegular_normal_normal-v5_8_0.woff');
11
11
  font-weight: 400;
12
12
  font-style: normal;
13
13
  font-display: block;
14
14
  }
15
15
  @font-face {
16
16
  font-family: 'HNforTELUSSA';
17
- src: url('./HNforTELUSSAMedium_normal_normal-v5_7_0.woff');
17
+ src: url('./HNforTELUSSAMedium_normal_normal-v5_8_0.woff');
18
18
  font-weight: 500;
19
19
  font-style: normal;
20
20
  font-display: block;
21
21
  }
22
22
  @font-face {
23
23
  font-family: 'HNforTELUSSA';
24
- src: url('./HNforTELUSSABold_normal_normal-v5_7_0.woff');
24
+ src: url('./HNforTELUSSABold_normal_normal-v5_8_0.woff');
25
25
  font-weight: 700;
26
26
  font-style: normal;
27
27
  font-display: block;
28
28
  }
29
29
  @font-face {
30
30
  font-family: 'HNforTELUSSAOTF';
31
- src: url('./HNforTELUSSA-Display-v5_7_0.otf');
31
+ src: url('./HNforTELUSSA-Display-v5_8_0.otf');
32
32
  font-weight: 300;
33
33
  font-style: normal;
34
34
  font-display: block;
35
35
  }
36
36
  @font-face {
37
37
  font-family: 'HNforTELUSSAOTF';
38
- src: url('./HNforTELUSSA-v5_7_0.otf');
38
+ src: url('./HNforTELUSSA-v5_8_0.otf');
39
39
  font-weight: 400;
40
40
  font-style: normal;
41
41
  font-display: block;
42
42
  }
43
43
  @font-face {
44
44
  font-family: 'HNforTELUSSAOTF';
45
- src: url('./HNforTELUSSA-Md-v5_7_0.otf');
45
+ src: url('./HNforTELUSSA-Md-v5_8_0.otf');
46
46
  font-weight: 500;
47
47
  font-style: normal;
48
48
  font-display: block;
49
49
  }
50
50
  @font-face {
51
51
  font-family: 'HNforTELUSSAOTF';
52
- src: url('./HNforTELUSSA-Bd-v5_7_0.otf');
52
+ src: url('./HNforTELUSSA-Bd-v5_8_0.otf');
53
53
  font-weight: 700;
54
54
  font-style: normal;
55
55
  font-display: block;
56
56
  }
57
57
  @font-face {
58
58
  font-family: 'HNforTELUSSAWoff2';
59
- src: url('./HNforTELUSSADisplay_normal_normal2-v5_7_0.woff2');
59
+ src: url('./HNforTELUSSADisplay_normal_normal2-v5_8_0.woff2');
60
60
  font-weight: 300;
61
61
  font-style: normal;
62
62
  font-display: block;
63
63
  }
64
64
  @font-face {
65
65
  font-family: 'HNforTELUSSAWoff2';
66
- src: url('./HNforTELUSSARegular_normal_normal2-v5_7_0.woff2');
66
+ src: url('./HNforTELUSSARegular_normal_normal2-v5_8_0.woff2');
67
67
  font-weight: 400;
68
68
  font-style: normal;
69
69
  font-display: block;
70
70
  }
71
71
  @font-face {
72
72
  font-family: 'HNforTELUSSAWoff2';
73
- src: url('./HNforTELUSSAMedium_normal_normal2-v5_7_0.woff2');
73
+ src: url('./HNforTELUSSAMedium_normal_normal2-v5_8_0.woff2');
74
74
  font-weight: 500;
75
75
  font-style: normal;
76
76
  font-display: block;
77
77
  }
78
78
  @font-face {
79
79
  font-family: 'HNforTELUSSAWoff2';
80
- src: url('./HNforTELUSSABold_normal_normal2-v5_7_0.woff2');
80
+ src: url('./HNforTELUSSABold_normal_normal2-v5_8_0.woff2');
81
81
  font-weight: 700;
82
82
  font-style: normal;
83
83
  font-display: block;
@@ -1,60 +1,60 @@
1
1
  @font-face {
2
2
  font-family: 'HNforTELUSSA300normal';
3
- src: url('./HNforTELUSSADisplay_normal_normal-v5_7_0.woff');
3
+ src: url('./HNforTELUSSADisplay_normal_normal-v5_8_0.woff');
4
4
  font-display: block;
5
5
  }
6
6
  @font-face {
7
7
  font-family: 'HNforTELUSSA400normal';
8
- src: url('./HNforTELUSSARegular_normal_normal-v5_7_0.woff');
8
+ src: url('./HNforTELUSSARegular_normal_normal-v5_8_0.woff');
9
9
  font-display: block;
10
10
  }
11
11
  @font-face {
12
12
  font-family: 'HNforTELUSSA500normal';
13
- src: url('./HNforTELUSSAMedium_normal_normal-v5_7_0.woff');
13
+ src: url('./HNforTELUSSAMedium_normal_normal-v5_8_0.woff');
14
14
  font-display: block;
15
15
  }
16
16
  @font-face {
17
17
  font-family: 'HNforTELUSSA700normal';
18
- src: url('./HNforTELUSSABold_normal_normal-v5_7_0.woff');
18
+ src: url('./HNforTELUSSABold_normal_normal-v5_8_0.woff');
19
19
  font-display: block;
20
20
  }
21
21
  @font-face {
22
22
  font-family: 'HNforTELUSSAOTF300normal';
23
- src: url('./HNforTELUSSA-Display-v5_7_0.otf');
23
+ src: url('./HNforTELUSSA-Display-v5_8_0.otf');
24
24
  font-display: block;
25
25
  }
26
26
  @font-face {
27
27
  font-family: 'HNforTELUSSAOTF400normal';
28
- src: url('./HNforTELUSSA-v5_7_0.otf');
28
+ src: url('./HNforTELUSSA-v5_8_0.otf');
29
29
  font-display: block;
30
30
  }
31
31
  @font-face {
32
32
  font-family: 'HNforTELUSSAOTF500normal';
33
- src: url('./HNforTELUSSA-Md-v5_7_0.otf');
33
+ src: url('./HNforTELUSSA-Md-v5_8_0.otf');
34
34
  font-display: block;
35
35
  }
36
36
  @font-face {
37
37
  font-family: 'HNforTELUSSAOTF700normal';
38
- src: url('./HNforTELUSSA-Bd-v5_7_0.otf');
38
+ src: url('./HNforTELUSSA-Bd-v5_8_0.otf');
39
39
  font-display: block;
40
40
  }
41
41
  @font-face {
42
42
  font-family: 'HNforTELUSSAWoff2300normal';
43
- src: url('./HNforTELUSSADisplay_normal_normal2-v5_7_0.woff2');
43
+ src: url('./HNforTELUSSADisplay_normal_normal2-v5_8_0.woff2');
44
44
  font-display: block;
45
45
  }
46
46
  @font-face {
47
47
  font-family: 'HNforTELUSSAWoff2400normal';
48
- src: url('./HNforTELUSSARegular_normal_normal2-v5_7_0.woff2');
48
+ src: url('./HNforTELUSSARegular_normal_normal2-v5_8_0.woff2');
49
49
  font-display: block;
50
50
  }
51
51
  @font-face {
52
52
  font-family: 'HNforTELUSSAWoff2500normal';
53
- src: url('./HNforTELUSSAMedium_normal_normal2-v5_7_0.woff2');
53
+ src: url('./HNforTELUSSAMedium_normal_normal2-v5_8_0.woff2');
54
54
  font-display: block;
55
55
  }
56
56
  @font-face {
57
57
  font-family: 'HNforTELUSSAWoff2700normal';
58
- src: url('./HNforTELUSSABold_normal_normal2-v5_7_0.woff2');
58
+ src: url('./HNforTELUSSABold_normal_normal2-v5_8_0.woff2');
59
59
  font-display: block;
60
60
  }
@@ -0,0 +1,42 @@
1
+ "use strict";
2
+
3
+ var _jsxRuntime = require("react/jsx-runtime");
4
+ module.exports = ({
5
+ title,
6
+ titleId,
7
+ size,
8
+ color,
9
+ gradient,
10
+ ...props
11
+ }) => {
12
+ const iconSharedUtils = require('./utils/icon-shared-utils');
13
+ const hasGradient = iconSharedUtils.hasValidGradient(gradient);
14
+ let fillValue = color;
15
+ let gradientDefs;
16
+ let gradientUtils;
17
+ if (hasGradient) {
18
+ gradientUtils = iconSharedUtils.getGradientUtils();
19
+ const iconWebUtils = require('./utils/icon-web-utils');
20
+ const gradientId = gradientUtils.generateGradientId(gradient);
21
+ fillValue = `url(#${gradientId})`;
22
+ gradientDefs = iconWebUtils.renderWebGradientDefs(gradient, gradientId);
23
+ }
24
+ const svgContent = (0, _jsxRuntime.jsxs)("svg", {
25
+ ...props,
26
+ xmlns: "http://www.w3.org/2000/svg",
27
+ viewBox: "0 0 24 24",
28
+ height: size,
29
+ width: size,
30
+ fill: fillValue,
31
+ role: title ? 'img' : undefined,
32
+ "aria-hidden": !title,
33
+ "aria-labelledby": titleId,
34
+ children: [title ? (0, _jsxRuntime.jsx)("title", {
35
+ id: titleId,
36
+ children: title
37
+ }) : null, (0, _jsxRuntime.jsx)("path", {
38
+ d: "M21.5 0C22.9 0 24 1.1 24 2.5v19a2.477 2.477 0 0 1-2.5 2.5h-19A2.477 2.477 0 0 1 0 21.5v-19C0 1.1 1.1 0 2.5 0h19ZM23 5H1v16.5c0 .8.7 1.5 1.5 1.5h19c.8 0 1.5-.7 1.5-1.5V5ZM10.5 17c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5S9 19.3 9 18.5s.7-1.5 1.5-1.5Zm4 0c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5.7-1.5 1.5-1.5Zm-4 1c-.3 0-.5.2-.5.5s.2.5.5.5.5-.2.5-.5-.2-.5-.5-.5Zm4 0c-.3 0-.5.2-.5.5s.2.5.5.5.5-.2.5-.5-.2-.5-.5-.5ZM6.3 9.1c.2 0 .4.2.5.4l.2.6h10.4c.2 0 .3.1.4.2.1.1.1.3.1.4l-1 4a.43.43 0 0 1-.4.4l-7.9.9.4 1.4c0 .3-.1.5-.4.6h-.1c-.2 0-.4-.2-.5-.4L6.1 10H4.5c-.3 0-.7-.1-.7-.4 0-.3.2-.5.5-.5h2Zm1.1 1.8 1 4 7.7-.9.8-3-9.5-.1ZM21.5 1h-19C1.7 1 1 1.7 1 2.5V4h22V2.5c0-.8-.7-1.5-1.5-1.5Zm-17 1a.5.5 0 1 1 .049 1A.5.5 0 0 1 4.5 2Zm-2 0a.5.5 0 1 1 .049 1 .5.5 0 0 1-.05-1Zm4 0a.5.5 0 1 1 .05 1 .5.5 0 0 1-.05-1Z"
39
+ })]
40
+ });
41
+ return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
42
+ };
@@ -282,6 +282,7 @@ module.exports = {
282
282
  Warranty: require('./Warranty'),
283
283
  Watch: require('./Watch'),
284
284
  WaterProhibited: require('./WaterProhibited'),
285
+ WebStore: require('./WebStore'),
285
286
  WifiBoost: require('./WifiBoost'),
286
287
  WifiCloud: require('./WifiCloud')
287
288
  }
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path d="M21.5 0C22.9 0 24 1.1 24 2.5v19a2.477 2.477 0 0 1-2.5 2.5h-19A2.477 2.477 0 0 1 0 21.5v-19C0 1.1 1.1 0 2.5 0h19ZM23 5H1v16.5c0 .8.7 1.5 1.5 1.5h19c.8 0 1.5-.7 1.5-1.5V5ZM10.5 17c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5S9 19.3 9 18.5s.7-1.5 1.5-1.5Zm4 0c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5.7-1.5 1.5-1.5Zm-4 1c-.3 0-.5.2-.5.5s.2.5.5.5.5-.2.5-.5-.2-.5-.5-.5Zm4 0c-.3 0-.5.2-.5.5s.2.5.5.5.5-.2.5-.5-.2-.5-.5-.5ZM6.3 9.1c.2 0 .4.2.5.4l.2.6h10.4c.2 0 .3.1.4.2.1.1.1.3.1.4l-1 4a.43.43 0 0 1-.4.4l-7.9.9.4 1.4c0 .3-.1.5-.4.6h-.1c-.2 0-.4-.2-.5-.4L6.1 10H4.5c-.3 0-.7-.1-.7-.4 0-.3.2-.5.5-.5h2Zm1.1 1.8 1 4 7.7-.9.8-3-9.5-.1ZM21.5 1h-19C1.7 1 1 1.7 1 2.5V4h22V2.5c0-.8-.7-1.5-1.5-1.5Zm-17 1a.5.5 0 1 1 .049 1A.5.5 0 0 1 4.5 2Zm-2 0a.5.5 0 1 1 .049 1 .5.5 0 0 1-.05-1Zm4 0a.5.5 0 1 1 .05 1 .5.5 0 0 1-.05-1Z"/>
3
+ </svg>
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 26 Jun 2025 23:50:28 GMT
3
+ * Generated on Fri, 25 Jul 2025 04:12:27 GMT
4
4
  */
5
5
  module.exports = {
6
6
  border: {
@@ -63,22 +63,22 @@ module.exports = {
63
63
  },
64
64
  font: {
65
65
  HNforTELUSSA: {
66
- 300: 'https://cdn.telus.digital/uds/HNforTELUSSADisplay_normal_normal-v5_7_0.woff',
67
- 400: 'https://cdn.telus.digital/uds/HNforTELUSSARegular_normal_normal-v5_7_0.woff',
68
- 500: 'https://cdn.telus.digital/uds/HNforTELUSSAMedium_normal_normal-v5_7_0.woff',
69
- 700: 'https://cdn.telus.digital/uds/HNforTELUSSABold_normal_normal-v5_7_0.woff'
66
+ 300: 'https://cdn.telus.digital/uds/HNforTELUSSADisplay_normal_normal-v5_8_0.woff',
67
+ 400: 'https://cdn.telus.digital/uds/HNforTELUSSARegular_normal_normal-v5_8_0.woff',
68
+ 500: 'https://cdn.telus.digital/uds/HNforTELUSSAMedium_normal_normal-v5_8_0.woff',
69
+ 700: 'https://cdn.telus.digital/uds/HNforTELUSSABold_normal_normal-v5_8_0.woff'
70
70
  },
71
71
  HNforTELUSSAOTF: {
72
- 300: 'https://cdn.telus.digital/uds/HNforTELUSSA-Display-v5_7_0.otf',
73
- 400: 'https://cdn.telus.digital/uds/HNforTELUSSA-v5_7_0.otf',
74
- 500: 'https://cdn.telus.digital/uds/HNforTELUSSA-Md-v5_7_0.otf',
75
- 700: 'https://cdn.telus.digital/uds/HNforTELUSSA-Bd-v5_7_0.otf'
72
+ 300: 'https://cdn.telus.digital/uds/HNforTELUSSA-Display-v5_8_0.otf',
73
+ 400: 'https://cdn.telus.digital/uds/HNforTELUSSA-v5_8_0.otf',
74
+ 500: 'https://cdn.telus.digital/uds/HNforTELUSSA-Md-v5_8_0.otf',
75
+ 700: 'https://cdn.telus.digital/uds/HNforTELUSSA-Bd-v5_8_0.otf'
76
76
  },
77
77
  HNforTELUSSAWoff2: {
78
- 300: 'https://cdn.telus.digital/uds/HNforTELUSSADisplay_normal_normal2-v5_7_0.woff2',
79
- 400: 'https://cdn.telus.digital/uds/HNforTELUSSARegular_normal_normal2-v5_7_0.woff2',
80
- 500: 'https://cdn.telus.digital/uds/HNforTELUSSAMedium_normal_normal2-v5_7_0.woff2',
81
- 700: 'https://cdn.telus.digital/uds/HNforTELUSSABold_normal_normal2-v5_7_0.woff2'
78
+ 300: 'https://cdn.telus.digital/uds/HNforTELUSSADisplay_normal_normal2-v5_8_0.woff2',
79
+ 400: 'https://cdn.telus.digital/uds/HNforTELUSSARegular_normal_normal2-v5_8_0.woff2',
80
+ 500: 'https://cdn.telus.digital/uds/HNforTELUSSAMedium_normal_normal2-v5_8_0.woff2',
81
+ 700: 'https://cdn.telus.digital/uds/HNforTELUSSABold_normal_normal2-v5_8_0.woff2'
82
82
  }
83
83
  },
84
84
  fontSize: {
@@ -385,6 +385,7 @@ module.exports = {
385
385
  Warranty: '@telus-uds/palette-allium/build/web/icons/warranty.icon.svg',
386
386
  Watch: '@telus-uds/palette-allium/build/web/icons/watch.icon.svg',
387
387
  WaterProhibited: '@telus-uds/palette-allium/build/web/icons/water-prohibited.icon.svg',
388
+ WebStore: '@telus-uds/palette-allium/build/web/icons/web-store.icon.svg',
388
389
  WifiBoost: '@telus-uds/palette-allium/build/web/icons/wifi-boost.icon.svg',
389
390
  WifiCloud: '@telus-uds/palette-allium/build/web/icons/wifi-cloud.icon.svg'
390
391
  },
@@ -445,6 +446,7 @@ module.exports = {
445
446
  size12: '12px',
446
447
  size120: '120px',
447
448
  size128: '128px',
449
+ size13: '13px',
448
450
  size14: '14px',
449
451
  size140: '140px',
450
452
  size144: '144px',
@@ -457,12 +459,14 @@ module.exports = {
457
459
  size192: '192px',
458
460
  size2: '2px',
459
461
  size20: '20px',
462
+ size21: '21px',
460
463
  size22: '22px',
461
464
  size24: '24px',
462
465
  size26: '26px',
463
466
  size264: '264px',
464
467
  size28: '28px',
465
468
  size288: '288px',
469
+ size29: '29px',
466
470
  size3: '3px',
467
471
  size32: '32px',
468
472
  size320: '320px',
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path d="M21.5 0C22.9 0 24 1.1 24 2.5v19a2.477 2.477 0 0 1-2.5 2.5h-19A2.477 2.477 0 0 1 0 21.5v-19C0 1.1 1.1 0 2.5 0h19ZM23 5H1v16.5c0 .8.7 1.5 1.5 1.5h19c.8 0 1.5-.7 1.5-1.5V5ZM10.5 17c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5S9 19.3 9 18.5s.7-1.5 1.5-1.5Zm4 0c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5.7-1.5 1.5-1.5Zm-4 1c-.3 0-.5.2-.5.5s.2.5.5.5.5-.2.5-.5-.2-.5-.5-.5Zm4 0c-.3 0-.5.2-.5.5s.2.5.5.5.5-.2.5-.5-.2-.5-.5-.5ZM6.3 9.1c.2 0 .4.2.5.4l.2.6h10.4c.2 0 .3.1.4.2.1.1.1.3.1.4l-1 4a.43.43 0 0 1-.4.4l-7.9.9.4 1.4c0 .3-.1.5-.4.6h-.1c-.2 0-.4-.2-.5-.4L6.1 10H4.5c-.3 0-.7-.1-.7-.4 0-.3.2-.5.5-.5h2Zm1.1 1.8 1 4 7.7-.9.8-3-9.5-.1ZM21.5 1h-19C1.7 1 1 1.7 1 2.5V4h22V2.5c0-.8-.7-1.5-1.5-1.5Zm-17 1a.5.5 0 1 1 .049 1A.5.5 0 0 1 4.5 2Zm-2 0a.5.5 0 1 1 .049 1 .5.5 0 0 1-.05-1Zm4 0a.5.5 0 1 1 .05 1 .5.5 0 0 1-.05-1Z"/>
3
+ </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telus-uds/palette-allium",
3
- "version": "5.7.0",
3
+ "version": "5.8.0",
4
4
  "description": "Telus(Allium) palette",
5
5
  "sideEffects": false,
6
6
  "keywords": [
@@ -23,6 +23,6 @@
23
23
  "url": "https://github.com/telus/allium-design-system/issues"
24
24
  },
25
25
  "devDependencies": {
26
- "@telus-uds/system-tokens": "^1.4.2"
26
+ "@telus-uds/system-tokens": "^1.4.4"
27
27
  }
28
28
  }
package/palette.json CHANGED
@@ -1534,6 +1534,10 @@
1534
1534
  "tags": ["Decorative", "General"],
1535
1535
  "value": "icon/water-prohibited.svg"
1536
1536
  },
1537
+ "WebStore": {
1538
+ "tags": ["Decorative", "General"],
1539
+ "value": "icon/web-store.svg"
1540
+ },
1537
1541
  "WifiBoost": {
1538
1542
  "tags": ["Decorative", "Internet"],
1539
1543
  "value": "icon/wifi-boost.svg"
@@ -1766,6 +1770,9 @@
1766
1770
  "description": "128 is the image size for xs, sm, md and lg screen size on the QuickLinksFeature component",
1767
1771
  "value": 128
1768
1772
  },
1773
+ "size13": {
1774
+ "value": 13
1775
+ },
1769
1776
  "size14": {
1770
1777
  "description": "14 is the icon size for the small variant of the list component",
1771
1778
  "value": 14
@@ -1811,6 +1818,9 @@
1811
1818
  "size20": {
1812
1819
  "value": 20
1813
1820
  },
1821
+ "size21": {
1822
+ "value": 21
1823
+ },
1814
1824
  "size22": {
1815
1825
  "description": "For special top property for strike through used in PriceLockup",
1816
1826
  "value": 22
@@ -1832,6 +1842,9 @@
1832
1842
  "description": "24 x 12. This matches 320 (the narrowest supported viewport) minus two 16px margins. Larger sizes for the widths/heights of blocks are based on multiples of 24).",
1833
1843
  "value": 288
1834
1844
  },
1845
+ "size29": {
1846
+ "value": 29
1847
+ },
1835
1848
  "size3": {
1836
1849
  "description": "For special gap and size cases. This is not part of the allium sizing scale.",
1837
1850
  "value": 3