@telus-uds/palette-koodo 3.7.0 → 3.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 (55) hide show
  1. package/CHANGELOG.json +15 -0
  2. package/CHANGELOG.md +9 -1
  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 +1 -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 +1 -1
  13. package/build/rn/icons/Profile.js +3 -1
  14. package/build/rn/icons/Profile.native.js +3 -1
  15. package/build/rn/icons/ProfileFilled.js +48 -0
  16. package/build/rn/icons/ProfileFilled.native.js +47 -0
  17. package/build/rn/icons/UserFilled.js +48 -0
  18. package/build/rn/icons/UserFilled.native.js +47 -0
  19. package/build/rn/icons/index.js +2 -0
  20. package/build/rn/icons/profile-filled.icon.svg +4 -0
  21. package/build/rn/icons/profile.icon.svg +2 -1
  22. package/build/rn/icons/user-filled.icon.svg +4 -0
  23. package/build/rn/palette.js +3 -1
  24. package/build/web/fonts/fonts-cdn-family.css +15 -15
  25. package/build/web/fonts/fonts-cdn.css +15 -15
  26. package/build/web/fonts/fonts-local-family.css +15 -15
  27. package/build/web/fonts/fonts-local.css +15 -15
  28. package/build/web/icons/Profile.js +3 -1
  29. package/build/web/icons/ProfileFilled.js +48 -0
  30. package/build/web/icons/UserFilled.js +48 -0
  31. package/build/web/icons/index.js +2 -0
  32. package/build/web/icons/profile-filled.icon.svg +4 -0
  33. package/build/web/icons/profile.icon.svg +2 -1
  34. package/build/web/icons/user-filled.icon.svg +4 -0
  35. package/build/web/palette.js +18 -16
  36. package/icon/profile-filled.svg +4 -0
  37. package/icon/profile.svg +2 -1
  38. package/icon/user-filled.svg +4 -0
  39. package/package.json +1 -1
  40. package/palette.json +8 -0
  41. /package/build/web/fonts/{StagSans-Bold-v3_7_0.otf → StagSans-Bold-v3_8_0.otf} +0 -0
  42. /package/build/web/fonts/{StagSans-Bold-v3_7_0.woff → StagSans-Bold-v3_8_0.woff} +0 -0
  43. /package/build/web/fonts/{StagSans-Bold2-v3_7_0.woff2 → StagSans-Bold2-v3_8_0.woff2} +0 -0
  44. /package/build/web/fonts/{StagSans-Light-v3_7_0.otf → StagSans-Light-v3_8_0.otf} +0 -0
  45. /package/build/web/fonts/{StagSans-Light-v3_7_0.woff → StagSans-Light-v3_8_0.woff} +0 -0
  46. /package/build/web/fonts/{StagSans-Light2-v3_7_0.woff2 → StagSans-Light2-v3_8_0.woff2} +0 -0
  47. /package/build/web/fonts/{StagSans-Medium-v3_7_0.otf → StagSans-Medium-v3_8_0.otf} +0 -0
  48. /package/build/web/fonts/{StagSans-Medium-v3_7_0.woff → StagSans-Medium-v3_8_0.woff} +0 -0
  49. /package/build/web/fonts/{StagSans-Medium2-v3_7_0.woff2 → StagSans-Medium2-v3_8_0.woff2} +0 -0
  50. /package/build/web/fonts/{StagSans-Regular-v3_7_0.otf → StagSans-Regular-v3_8_0.otf} +0 -0
  51. /package/build/web/fonts/{StagSans-Regular-v3_7_0.woff → StagSans-Regular-v3_8_0.woff} +0 -0
  52. /package/build/web/fonts/{StagSans-Regular2-v3_7_0.woff2 → StagSans-Regular2-v3_8_0.woff2} +0 -0
  53. /package/build/web/fonts/{StagSans-Semibold-v3_7_0.otf → StagSans-Semibold-v3_8_0.otf} +0 -0
  54. /package/build/web/fonts/{StagSans-Semibold-v3_7_0.woff → StagSans-Semibold-v3_8_0.woff} +0 -0
  55. /package/build/web/fonts/{StagSans-Semibold2-v3_7_0.woff2 → StagSans-Semibold2-v3_8_0.woff2} +0 -0
package/CHANGELOG.json CHANGED
@@ -1,6 +1,21 @@
1
1
  {
2
2
  "name": "@telus-uds/palette-koodo",
3
3
  "entries": [
4
+ {
5
+ "date": "Fri, 03 Oct 2025 20:34:05 GMT",
6
+ "tag": "@telus-uds/palette-koodo_v3.8.0",
7
+ "version": "3.8.0",
8
+ "comments": {
9
+ "minor": [
10
+ {
11
+ "author": "oscar.palencia@telus.com",
12
+ "package": "@telus-uds/palette-koodo",
13
+ "commit": "0ad7e47adcef08bf1813d4805655c05f51b6a7f2",
14
+ "comment": "`Icons`: Add profile and user filled variant icons"
15
+ }
16
+ ]
17
+ }
18
+ },
4
19
  {
5
20
  "date": "Tue, 16 Sep 2025 21:19:36 GMT",
6
21
  "tag": "@telus-uds/palette-koodo_v3.7.0",
package/CHANGELOG.md CHANGED
@@ -1,9 +1,17 @@
1
1
  # Change Log - @telus-uds/palette-koodo
2
2
 
3
- This log was last generated on Tue, 16 Sep 2025 21:19:36 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 03 Oct 2025 20:34:05 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 3.8.0
8
+
9
+ Fri, 03 Oct 2025 20:34:05 GMT
10
+
11
+ ### Minor changes
12
+
13
+ - `Icons`: Add profile and user filled variant icons (oscar.palencia@telus.com)
14
+
7
15
  ## 3.7.0
8
16
 
9
17
  Tue, 16 Sep 2025 21:19:36 GMT
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Tue, 16 Sep 2025 21:21:14 GMT
5
+ Generated on Fri, 03 Oct 2025 20:36:37 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 Tue, 16 Sep 2025 21:21:14 GMT
5
+ Generated on Fri, 03 Oct 2025 20:36:37 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 Tue, 16 Sep 2025 21:21:14 GMT
5
+ Generated on Fri, 03 Oct 2025 20:36:37 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 Tue, 16 Sep 2025 21:21:14 GMT
5
+ Generated on Fri, 03 Oct 2025 20:36:37 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 Tue, 16 Sep 2025 21:21:14 GMT
5
+ Generated on Fri, 03 Oct 2025 20:36:37 GMT
6
6
  -->
7
7
 
8
8
  <resources>
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Tue, 16 Sep 2025 21:21:14 GMT
7
+ // Generated on Fri, 03 Oct 2025 20:36:37 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 Tue, 16 Sep 2025 21:21:14 GMT
7
+ // Generated on Fri, 03 Oct 2025 20:36:37 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 Tue, 16 Sep 2025 21:21:14 GMT
7
+ // Generated on Fri, 03 Oct 2025 20:36:37 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 Tue, 16 Sep 2025 21:21:14 GMT
7
+ // Generated on Fri, 03 Oct 2025 20:36:37 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 Tue, 16 Sep 2025 21:21:14 GMT
7
+ // Generated on Fri, 03 Oct 2025 20:36:37 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -35,8 +35,10 @@ module.exports = ({
35
35
  id: titleId,
36
36
  children: title
37
37
  }) : null, (0, _jsxRuntime.jsx)("path", {
38
+ d: "M12 5.754a2.667 2.667 0 1 1 0 5.333 2.667 2.667 0 0 1 0-5.333Z"
39
+ }), (0, _jsxRuntime.jsx)("path", {
38
40
  fillRule: "evenodd",
39
- d: "M12 20.5c2.06 0 3.948-.732 5.419-1.951a5.469 5.469 0 0 0-10.608.184A8.463 8.463 0 0 0 12 20.5Zm.138-8.5a7.966 7.966 0 0 1 7.13 4.41 8.5 8.5 0 1 0-14.38.249A7.968 7.968 0 0 1 12.139 12ZM12 23c6.075 0 11-4.925 11-11S18.075 1 12 1 1 5.925 1 12s4.925 11 11 11Zm0-12.004a2.933 2.933 0 1 0 0-5.867 2.933 2.933 0 0 0 0 5.867Z",
41
+ d: "M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2Zm.126 12a5.244 5.244 0 0 0-5.145 4.229A7.964 7.964 0 0 0 12 20c2 0 3.827-.737 5.23-1.95A5.243 5.243 0 0 0 12.126 14ZM12 4a8 8 0 0 0-6.592 12.531A7.245 7.245 0 0 1 12.126 12l.373.01a7.244 7.244 0 0 1 6.245 4.29A8 8 0 0 0 12 4Z",
40
42
  clipRule: "evenodd"
41
43
  })]
42
44
  });
@@ -34,8 +34,10 @@ module.exports = ({
34
34
  id: titleId,
35
35
  children: title
36
36
  }) : null, (0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
37
+ d: "M12 5.754a2.667 2.667 0 1 1 0 5.333 2.667 2.667 0 0 1 0-5.333Z"
38
+ }), (0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
37
39
  fillRule: "evenodd",
38
- d: "M12 20.5c2.06 0 3.948-.732 5.419-1.951a5.469 5.469 0 0 0-10.608.184A8.463 8.463 0 0 0 12 20.5Zm.138-8.5a7.966 7.966 0 0 1 7.13 4.41 8.5 8.5 0 1 0-14.38.249A7.968 7.968 0 0 1 12.139 12ZM12 23c6.075 0 11-4.925 11-11S18.075 1 12 1 1 5.925 1 12s4.925 11 11 11Zm0-12.004a2.933 2.933 0 1 0 0-5.867 2.933 2.933 0 0 0 0 5.867Z",
40
+ d: "M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2Zm.126 12a5.244 5.244 0 0 0-5.145 4.229A7.964 7.964 0 0 0 12 20c2 0 3.827-.737 5.23-1.95A5.243 5.243 0 0 0 12.126 14ZM12 4a8 8 0 0 0-6.592 12.531A7.245 7.245 0 0 1 12.126 12l.373.01a7.244 7.244 0 0 1 6.245 4.29A8 8 0 0 0 12 4Z",
39
41
  clipRule: "evenodd"
40
42
  })]
41
43
  });
@@ -0,0 +1,48 @@
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
+ fillRule: "evenodd",
39
+ d: "M21.989 12.48c.007-.155.008-.162 0 0Zm-7.767 9.282a9.04 9.04 0 0 0 .103-.024c.002 0-.003 0 0 0l-.103.024Zm7.717-8.644Z",
40
+ clipRule: "evenodd"
41
+ }), (0, _jsxRuntime.jsx)("path", {
42
+ fillRule: "evenodd",
43
+ d: "M14.638 21.658a10.001 10.001 0 0 0 7.348-9.13l.001-.015.002-.034C22.25 6.861 17.635 2 12 2 6.353 2 1.733 6.893 2.013 12.51a9.986 9.986 0 0 0 2.705 6.348c2.502 2.662 6.398 3.759 9.92 2.8Zm-9.517-4.657A8.487 8.487 0 0 0 12 20.509a8.492 8.492 0 0 0 7.13-3.872 7.506 7.506 0 0 0-14.01.364Zm4.387-8.604a2.69 2.69 0 1 1 5.378-.002 2.69 2.69 0 0 1-5.378.002Z",
44
+ clipRule: "evenodd"
45
+ })]
46
+ });
47
+ return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
48
+ };
@@ -0,0 +1,47 @@
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
+ fillRule: "evenodd",
38
+ d: "M21.989 12.48c.007-.155.008-.162 0 0Zm-7.767 9.282a9.04 9.04 0 0 0 .103-.024c.002 0-.003 0 0 0l-.103.024Zm7.717-8.644Z",
39
+ clipRule: "evenodd"
40
+ }), (0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
41
+ fillRule: "evenodd",
42
+ d: "M14.638 21.658a10.001 10.001 0 0 0 7.348-9.13l.001-.015.002-.034C22.25 6.861 17.635 2 12 2 6.353 2 1.733 6.893 2.013 12.51a9.986 9.986 0 0 0 2.705 6.348c2.502 2.662 6.398 3.759 9.92 2.8Zm-9.517-4.657A8.487 8.487 0 0 0 12 20.509a8.492 8.492 0 0 0 7.13-3.872 7.506 7.506 0 0 0-14.01.364Zm4.387-8.604a2.69 2.69 0 1 1 5.378-.002 2.69 2.69 0 0 1-5.378.002Z",
43
+ clipRule: "evenodd"
44
+ })]
45
+ });
46
+ return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
47
+ };
@@ -0,0 +1,48 @@
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
+ fillRule: "evenodd",
39
+ d: "M21.989 12.48c.007-.155.007-.162 0 0Zm-7.767 9.282a9.04 9.04 0 0 0 .103-.024c.002 0-.003 0 0 0l-.103.024Zm7.717-8.644Z",
40
+ clipRule: "evenodd"
41
+ }), (0, _jsxRuntime.jsx)("path", {
42
+ fillRule: "evenodd",
43
+ d: "M14.638 21.658a10.001 10.001 0 0 0 7.348-9.13l.001-.015.002-.034C22.25 6.861 17.635 2 11.999 2 6.354 2 1.734 6.893 2.014 12.51a9.986 9.986 0 0 0 2.705 6.348c2.502 2.662 6.398 3.759 9.92 2.8Zm-9.517-4.657A8.487 8.487 0 0 0 12 20.509a8.492 8.492 0 0 0 7.13-3.872 7.506 7.506 0 0 0-14.01.364Zm4.387-8.604a2.69 2.69 0 1 1 5.378-.002 2.69 2.69 0 0 1-5.378.002Z",
44
+ clipRule: "evenodd"
45
+ })]
46
+ });
47
+ return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
48
+ };
@@ -0,0 +1,47 @@
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
+ fillRule: "evenodd",
38
+ d: "M21.989 12.48c.007-.155.007-.162 0 0Zm-7.767 9.282a9.04 9.04 0 0 0 .103-.024c.002 0-.003 0 0 0l-.103.024Zm7.717-8.644Z",
39
+ clipRule: "evenodd"
40
+ }), (0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
41
+ fillRule: "evenodd",
42
+ d: "M14.638 21.658a10.001 10.001 0 0 0 7.348-9.13l.001-.015.002-.034C22.25 6.861 17.635 2 11.999 2 6.354 2 1.734 6.893 2.014 12.51a9.986 9.986 0 0 0 2.705 6.348c2.502 2.662 6.398 3.759 9.92 2.8Zm-9.517-4.657A8.487 8.487 0 0 0 12 20.509a8.492 8.492 0 0 0 7.13-3.872 7.506 7.506 0 0 0-14.01.364Zm4.387-8.604a2.69 2.69 0 1 1 5.378-.002 2.69 2.69 0 0 1-5.378.002Z",
43
+ clipRule: "evenodd"
44
+ })]
45
+ });
46
+ return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
47
+ };
@@ -93,6 +93,7 @@ module.exports = {
93
93
  Preference: require('./Preference'),
94
94
  Price: require('./Price'),
95
95
  Profile: require('./Profile'),
96
+ ProfileFilled: require('./ProfileFilled'),
96
97
  Question: require('./Question'),
97
98
  QuestionFilled: require('./QuestionFilled'),
98
99
  QuoteLeft: require('./QuoteLeft'),
@@ -128,5 +129,6 @@ module.exports = {
128
129
  Unmuted: require('./Unmuted'),
129
130
  User: require('./User'),
130
131
  UserAdd: require('./UserAdd'),
132
+ UserFilled: require('./UserFilled'),
131
133
  Visa: require('./Visa')
132
134
  }
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path fill-rule="evenodd" d="M21.989 12.48c.007-.155.008-.162 0 0Zm-7.767 9.282a9.04 9.04 0 0 0 .103-.024c.002 0-.003 0 0 0l-.103.024Zm7.717-8.644Z" clip-rule="evenodd"/>
3
+ <path fill-rule="evenodd" d="M14.638 21.658a10.001 10.001 0 0 0 7.348-9.13l.001-.015.002-.034C22.25 6.861 17.635 2 12 2 6.353 2 1.733 6.893 2.013 12.51a9.986 9.986 0 0 0 2.705 6.348c2.502 2.662 6.398 3.759 9.92 2.8Zm-9.517-4.657A8.487 8.487 0 0 0 12 20.509a8.492 8.492 0 0 0 7.13-3.872 7.506 7.506 0 0 0-14.01.364Zm4.387-8.604a2.69 2.69 0 1 1 5.378-.002 2.69 2.69 0 0 1-5.378.002Z" clip-rule="evenodd"/>
4
+ </svg>
@@ -1,3 +1,4 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
- <path fill-rule="evenodd" d="M12 20.5c2.06 0 3.948-.732 5.419-1.951a5.469 5.469 0 0 0-10.608.184A8.463 8.463 0 0 0 12 20.5Zm.138-8.5a7.966 7.966 0 0 1 7.13 4.41 8.5 8.5 0 1 0-14.38.249A7.968 7.968 0 0 1 12.139 12ZM12 23c6.075 0 11-4.925 11-11S18.075 1 12 1 1 5.925 1 12s4.925 11 11 11Zm0-12.004a2.933 2.933 0 1 0 0-5.867 2.933 2.933 0 0 0 0 5.867Z" clip-rule="evenodd"/>
2
+ <path d="M12 5.754a2.667 2.667 0 1 1 0 5.333 2.667 2.667 0 0 1 0-5.333Z"/>
3
+ <path fill-rule="evenodd" d="M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2Zm.126 12a5.244 5.244 0 0 0-5.145 4.229A7.964 7.964 0 0 0 12 20c2 0 3.827-.737 5.23-1.95A5.243 5.243 0 0 0 12.126 14ZM12 4a8 8 0 0 0-6.592 12.531A7.245 7.245 0 0 1 12.126 12l.373.01a7.244 7.244 0 0 1 6.245 4.29A8 8 0 0 0 12 4Z" clip-rule="evenodd"/>
3
4
  </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path fill-rule="evenodd" d="M21.989 12.48c.007-.155.007-.162 0 0Zm-7.767 9.282a9.04 9.04 0 0 0 .103-.024c.002 0-.003 0 0 0l-.103.024Zm7.717-8.644Z" clip-rule="evenodd"/>
3
+ <path fill-rule="evenodd" d="M14.638 21.658a10.001 10.001 0 0 0 7.348-9.13l.001-.015.002-.034C22.25 6.861 17.635 2 11.999 2 6.354 2 1.734 6.893 2.014 12.51a9.986 9.986 0 0 0 2.705 6.348c2.502 2.662 6.398 3.759 9.92 2.8Zm-9.517-4.657A8.487 8.487 0 0 0 12 20.509a8.492 8.492 0 0 0 7.13-3.872 7.506 7.506 0 0 0-14.01.364Zm4.387-8.604a2.69 2.69 0 1 1 5.378-.002 2.69 2.69 0 0 1-5.378.002Z" clip-rule="evenodd"/>
4
+ </svg>
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 16 Sep 2025 21:21:17 GMT
3
+ * Generated on Fri, 03 Oct 2025 20:36:39 GMT
4
4
  */
5
5
  module.exports = {
6
6
  border: {
@@ -224,6 +224,7 @@ module.exports = {
224
224
  Preference: '@telus-uds/palette-koodo/build/rn/icons/preference.icon.svg',
225
225
  Price: '@telus-uds/palette-koodo/build/rn/icons/price.icon.svg',
226
226
  Profile: '@telus-uds/palette-koodo/build/rn/icons/profile.icon.svg',
227
+ ProfileFilled: '@telus-uds/palette-koodo/build/rn/icons/profile-filled.icon.svg',
227
228
  Question: '@telus-uds/palette-koodo/build/rn/icons/question.icon.svg',
228
229
  QuestionFilled: '@telus-uds/palette-koodo/build/rn/icons/question-filled.icon.svg',
229
230
  QuoteLeft: '@telus-uds/palette-koodo/build/rn/icons/quote-left.icon.svg',
@@ -259,6 +260,7 @@ module.exports = {
259
260
  Unmuted: '@telus-uds/palette-koodo/build/rn/icons/unmuted.icon.svg',
260
261
  User: '@telus-uds/palette-koodo/build/rn/icons/user.icon.svg',
261
262
  UserAdd: '@telus-uds/palette-koodo/build/rn/icons/user-add.icon.svg',
263
+ UserFilled: '@telus-uds/palette-koodo/build/rn/icons/user-filled.icon.svg',
262
264
  Visa: '@telus-uds/palette-koodo/build/rn/icons/visa.icon.svg'
263
265
  },
264
266
  letterSpacing: {
@@ -1,104 +1,104 @@
1
1
  @font-face {
2
2
  font-family: 'StagSans';
3
- src: url('https://cdn.telus.digital/uds/StagSans-Light-v3_7_0.otf');
3
+ src: url('https://cdn.telus.digital/uds/StagSans-Light-v3_8_0.otf');
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: 'StagSans';
10
- src: url('https://cdn.telus.digital/uds/StagSans-Regular-v3_7_0.otf');
10
+ src: url('https://cdn.telus.digital/uds/StagSans-Regular-v3_8_0.otf');
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: 'StagSans';
17
- src: url('https://cdn.telus.digital/uds/StagSans-Medium-v3_7_0.otf');
17
+ src: url('https://cdn.telus.digital/uds/StagSans-Medium-v3_8_0.otf');
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: 'StagSans';
24
- src: url('https://cdn.telus.digital/uds/StagSans-Semibold-v3_7_0.otf');
24
+ src: url('https://cdn.telus.digital/uds/StagSans-Semibold-v3_8_0.otf');
25
25
  font-weight: 600;
26
26
  font-style: normal;
27
27
  font-display: block;
28
28
  }
29
29
  @font-face {
30
30
  font-family: 'StagSans';
31
- src: url('https://cdn.telus.digital/uds/StagSans-Bold-v3_7_0.otf');
31
+ src: url('https://cdn.telus.digital/uds/StagSans-Bold-v3_8_0.otf');
32
32
  font-weight: 700;
33
33
  font-style: normal;
34
34
  font-display: block;
35
35
  }
36
36
  @font-face {
37
37
  font-family: 'StagSansWoff';
38
- src: url('https://cdn.telus.digital/uds/StagSans-Light-v3_7_0.woff');
38
+ src: url('https://cdn.telus.digital/uds/StagSans-Light-v3_8_0.woff');
39
39
  font-weight: 300;
40
40
  font-style: normal;
41
41
  font-display: block;
42
42
  }
43
43
  @font-face {
44
44
  font-family: 'StagSansWoff';
45
- src: url('https://cdn.telus.digital/uds/StagSans-Regular-v3_7_0.woff');
45
+ src: url('https://cdn.telus.digital/uds/StagSans-Regular-v3_8_0.woff');
46
46
  font-weight: 400;
47
47
  font-style: normal;
48
48
  font-display: block;
49
49
  }
50
50
  @font-face {
51
51
  font-family: 'StagSansWoff';
52
- src: url('https://cdn.telus.digital/uds/StagSans-Medium-v3_7_0.woff');
52
+ src: url('https://cdn.telus.digital/uds/StagSans-Medium-v3_8_0.woff');
53
53
  font-weight: 500;
54
54
  font-style: normal;
55
55
  font-display: block;
56
56
  }
57
57
  @font-face {
58
58
  font-family: 'StagSansWoff';
59
- src: url('https://cdn.telus.digital/uds/StagSans-Semibold-v3_7_0.woff');
59
+ src: url('https://cdn.telus.digital/uds/StagSans-Semibold-v3_8_0.woff');
60
60
  font-weight: 600;
61
61
  font-style: normal;
62
62
  font-display: block;
63
63
  }
64
64
  @font-face {
65
65
  font-family: 'StagSansWoff';
66
- src: url('https://cdn.telus.digital/uds/StagSans-Bold-v3_7_0.woff');
66
+ src: url('https://cdn.telus.digital/uds/StagSans-Bold-v3_8_0.woff');
67
67
  font-weight: 700;
68
68
  font-style: normal;
69
69
  font-display: block;
70
70
  }
71
71
  @font-face {
72
72
  font-family: 'StagSansWoff2';
73
- src: url('https://cdn.telus.digital/uds/StagSans-Light2-v3_7_0.woff2');
73
+ src: url('https://cdn.telus.digital/uds/StagSans-Light2-v3_8_0.woff2');
74
74
  font-weight: 300;
75
75
  font-style: normal;
76
76
  font-display: block;
77
77
  }
78
78
  @font-face {
79
79
  font-family: 'StagSansWoff2';
80
- src: url('https://cdn.telus.digital/uds/StagSans-Regular2-v3_7_0.woff2');
80
+ src: url('https://cdn.telus.digital/uds/StagSans-Regular2-v3_8_0.woff2');
81
81
  font-weight: 400;
82
82
  font-style: normal;
83
83
  font-display: block;
84
84
  }
85
85
  @font-face {
86
86
  font-family: 'StagSansWoff2';
87
- src: url('https://cdn.telus.digital/uds/StagSans-Medium2-v3_7_0.woff2');
87
+ src: url('https://cdn.telus.digital/uds/StagSans-Medium2-v3_8_0.woff2');
88
88
  font-weight: 500;
89
89
  font-style: normal;
90
90
  font-display: block;
91
91
  }
92
92
  @font-face {
93
93
  font-family: 'StagSansWoff2';
94
- src: url('https://cdn.telus.digital/uds/StagSans-Semibold2-v3_7_0.woff2');
94
+ src: url('https://cdn.telus.digital/uds/StagSans-Semibold2-v3_8_0.woff2');
95
95
  font-weight: 600;
96
96
  font-style: normal;
97
97
  font-display: block;
98
98
  }
99
99
  @font-face {
100
100
  font-family: 'StagSansWoff2';
101
- src: url('https://cdn.telus.digital/uds/StagSans-Bold2-v3_7_0.woff2');
101
+ src: url('https://cdn.telus.digital/uds/StagSans-Bold2-v3_8_0.woff2');
102
102
  font-weight: 700;
103
103
  font-style: normal;
104
104
  font-display: block;
@@ -1,75 +1,75 @@
1
1
  @font-face {
2
2
  font-family: 'StagSans300normal';
3
- src: url('https://cdn.telus.digital/uds/StagSans-Light-v3_7_0.otf');
3
+ src: url('https://cdn.telus.digital/uds/StagSans-Light-v3_8_0.otf');
4
4
  font-display: block;
5
5
  }
6
6
  @font-face {
7
7
  font-family: 'StagSans400normal';
8
- src: url('https://cdn.telus.digital/uds/StagSans-Regular-v3_7_0.otf');
8
+ src: url('https://cdn.telus.digital/uds/StagSans-Regular-v3_8_0.otf');
9
9
  font-display: block;
10
10
  }
11
11
  @font-face {
12
12
  font-family: 'StagSans500normal';
13
- src: url('https://cdn.telus.digital/uds/StagSans-Medium-v3_7_0.otf');
13
+ src: url('https://cdn.telus.digital/uds/StagSans-Medium-v3_8_0.otf');
14
14
  font-display: block;
15
15
  }
16
16
  @font-face {
17
17
  font-family: 'StagSans600normal';
18
- src: url('https://cdn.telus.digital/uds/StagSans-Semibold-v3_7_0.otf');
18
+ src: url('https://cdn.telus.digital/uds/StagSans-Semibold-v3_8_0.otf');
19
19
  font-display: block;
20
20
  }
21
21
  @font-face {
22
22
  font-family: 'StagSans700normal';
23
- src: url('https://cdn.telus.digital/uds/StagSans-Bold-v3_7_0.otf');
23
+ src: url('https://cdn.telus.digital/uds/StagSans-Bold-v3_8_0.otf');
24
24
  font-display: block;
25
25
  }
26
26
  @font-face {
27
27
  font-family: 'StagSansWoff300normal';
28
- src: url('https://cdn.telus.digital/uds/StagSans-Light-v3_7_0.woff');
28
+ src: url('https://cdn.telus.digital/uds/StagSans-Light-v3_8_0.woff');
29
29
  font-display: block;
30
30
  }
31
31
  @font-face {
32
32
  font-family: 'StagSansWoff400normal';
33
- src: url('https://cdn.telus.digital/uds/StagSans-Regular-v3_7_0.woff');
33
+ src: url('https://cdn.telus.digital/uds/StagSans-Regular-v3_8_0.woff');
34
34
  font-display: block;
35
35
  }
36
36
  @font-face {
37
37
  font-family: 'StagSansWoff500normal';
38
- src: url('https://cdn.telus.digital/uds/StagSans-Medium-v3_7_0.woff');
38
+ src: url('https://cdn.telus.digital/uds/StagSans-Medium-v3_8_0.woff');
39
39
  font-display: block;
40
40
  }
41
41
  @font-face {
42
42
  font-family: 'StagSansWoff600normal';
43
- src: url('https://cdn.telus.digital/uds/StagSans-Semibold-v3_7_0.woff');
43
+ src: url('https://cdn.telus.digital/uds/StagSans-Semibold-v3_8_0.woff');
44
44
  font-display: block;
45
45
  }
46
46
  @font-face {
47
47
  font-family: 'StagSansWoff700normal';
48
- src: url('https://cdn.telus.digital/uds/StagSans-Bold-v3_7_0.woff');
48
+ src: url('https://cdn.telus.digital/uds/StagSans-Bold-v3_8_0.woff');
49
49
  font-display: block;
50
50
  }
51
51
  @font-face {
52
52
  font-family: 'StagSansWoff2300normal';
53
- src: url('https://cdn.telus.digital/uds/StagSans-Light2-v3_7_0.woff2');
53
+ src: url('https://cdn.telus.digital/uds/StagSans-Light2-v3_8_0.woff2');
54
54
  font-display: block;
55
55
  }
56
56
  @font-face {
57
57
  font-family: 'StagSansWoff2400normal';
58
- src: url('https://cdn.telus.digital/uds/StagSans-Regular2-v3_7_0.woff2');
58
+ src: url('https://cdn.telus.digital/uds/StagSans-Regular2-v3_8_0.woff2');
59
59
  font-display: block;
60
60
  }
61
61
  @font-face {
62
62
  font-family: 'StagSansWoff2500normal';
63
- src: url('https://cdn.telus.digital/uds/StagSans-Medium2-v3_7_0.woff2');
63
+ src: url('https://cdn.telus.digital/uds/StagSans-Medium2-v3_8_0.woff2');
64
64
  font-display: block;
65
65
  }
66
66
  @font-face {
67
67
  font-family: 'StagSansWoff2600normal';
68
- src: url('https://cdn.telus.digital/uds/StagSans-Semibold2-v3_7_0.woff2');
68
+ src: url('https://cdn.telus.digital/uds/StagSans-Semibold2-v3_8_0.woff2');
69
69
  font-display: block;
70
70
  }
71
71
  @font-face {
72
72
  font-family: 'StagSansWoff2700normal';
73
- src: url('https://cdn.telus.digital/uds/StagSans-Bold2-v3_7_0.woff2');
73
+ src: url('https://cdn.telus.digital/uds/StagSans-Bold2-v3_8_0.woff2');
74
74
  font-display: block;
75
75
  }
@@ -1,104 +1,104 @@
1
1
  @font-face {
2
2
  font-family: 'StagSans';
3
- src: url('./StagSans-Light-v3_7_0.otf');
3
+ src: url('./StagSans-Light-v3_8_0.otf');
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: 'StagSans';
10
- src: url('./StagSans-Regular-v3_7_0.otf');
10
+ src: url('./StagSans-Regular-v3_8_0.otf');
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: 'StagSans';
17
- src: url('./StagSans-Medium-v3_7_0.otf');
17
+ src: url('./StagSans-Medium-v3_8_0.otf');
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: 'StagSans';
24
- src: url('./StagSans-Semibold-v3_7_0.otf');
24
+ src: url('./StagSans-Semibold-v3_8_0.otf');
25
25
  font-weight: 600;
26
26
  font-style: normal;
27
27
  font-display: block;
28
28
  }
29
29
  @font-face {
30
30
  font-family: 'StagSans';
31
- src: url('./StagSans-Bold-v3_7_0.otf');
31
+ src: url('./StagSans-Bold-v3_8_0.otf');
32
32
  font-weight: 700;
33
33
  font-style: normal;
34
34
  font-display: block;
35
35
  }
36
36
  @font-face {
37
37
  font-family: 'StagSansWoff';
38
- src: url('./StagSans-Light-v3_7_0.woff');
38
+ src: url('./StagSans-Light-v3_8_0.woff');
39
39
  font-weight: 300;
40
40
  font-style: normal;
41
41
  font-display: block;
42
42
  }
43
43
  @font-face {
44
44
  font-family: 'StagSansWoff';
45
- src: url('./StagSans-Regular-v3_7_0.woff');
45
+ src: url('./StagSans-Regular-v3_8_0.woff');
46
46
  font-weight: 400;
47
47
  font-style: normal;
48
48
  font-display: block;
49
49
  }
50
50
  @font-face {
51
51
  font-family: 'StagSansWoff';
52
- src: url('./StagSans-Medium-v3_7_0.woff');
52
+ src: url('./StagSans-Medium-v3_8_0.woff');
53
53
  font-weight: 500;
54
54
  font-style: normal;
55
55
  font-display: block;
56
56
  }
57
57
  @font-face {
58
58
  font-family: 'StagSansWoff';
59
- src: url('./StagSans-Semibold-v3_7_0.woff');
59
+ src: url('./StagSans-Semibold-v3_8_0.woff');
60
60
  font-weight: 600;
61
61
  font-style: normal;
62
62
  font-display: block;
63
63
  }
64
64
  @font-face {
65
65
  font-family: 'StagSansWoff';
66
- src: url('./StagSans-Bold-v3_7_0.woff');
66
+ src: url('./StagSans-Bold-v3_8_0.woff');
67
67
  font-weight: 700;
68
68
  font-style: normal;
69
69
  font-display: block;
70
70
  }
71
71
  @font-face {
72
72
  font-family: 'StagSansWoff2';
73
- src: url('./StagSans-Light2-v3_7_0.woff2');
73
+ src: url('./StagSans-Light2-v3_8_0.woff2');
74
74
  font-weight: 300;
75
75
  font-style: normal;
76
76
  font-display: block;
77
77
  }
78
78
  @font-face {
79
79
  font-family: 'StagSansWoff2';
80
- src: url('./StagSans-Regular2-v3_7_0.woff2');
80
+ src: url('./StagSans-Regular2-v3_8_0.woff2');
81
81
  font-weight: 400;
82
82
  font-style: normal;
83
83
  font-display: block;
84
84
  }
85
85
  @font-face {
86
86
  font-family: 'StagSansWoff2';
87
- src: url('./StagSans-Medium2-v3_7_0.woff2');
87
+ src: url('./StagSans-Medium2-v3_8_0.woff2');
88
88
  font-weight: 500;
89
89
  font-style: normal;
90
90
  font-display: block;
91
91
  }
92
92
  @font-face {
93
93
  font-family: 'StagSansWoff2';
94
- src: url('./StagSans-Semibold2-v3_7_0.woff2');
94
+ src: url('./StagSans-Semibold2-v3_8_0.woff2');
95
95
  font-weight: 600;
96
96
  font-style: normal;
97
97
  font-display: block;
98
98
  }
99
99
  @font-face {
100
100
  font-family: 'StagSansWoff2';
101
- src: url('./StagSans-Bold2-v3_7_0.woff2');
101
+ src: url('./StagSans-Bold2-v3_8_0.woff2');
102
102
  font-weight: 700;
103
103
  font-style: normal;
104
104
  font-display: block;
@@ -1,75 +1,75 @@
1
1
  @font-face {
2
2
  font-family: 'StagSans300normal';
3
- src: url('./StagSans-Light-v3_7_0.otf');
3
+ src: url('./StagSans-Light-v3_8_0.otf');
4
4
  font-display: block;
5
5
  }
6
6
  @font-face {
7
7
  font-family: 'StagSans400normal';
8
- src: url('./StagSans-Regular-v3_7_0.otf');
8
+ src: url('./StagSans-Regular-v3_8_0.otf');
9
9
  font-display: block;
10
10
  }
11
11
  @font-face {
12
12
  font-family: 'StagSans500normal';
13
- src: url('./StagSans-Medium-v3_7_0.otf');
13
+ src: url('./StagSans-Medium-v3_8_0.otf');
14
14
  font-display: block;
15
15
  }
16
16
  @font-face {
17
17
  font-family: 'StagSans600normal';
18
- src: url('./StagSans-Semibold-v3_7_0.otf');
18
+ src: url('./StagSans-Semibold-v3_8_0.otf');
19
19
  font-display: block;
20
20
  }
21
21
  @font-face {
22
22
  font-family: 'StagSans700normal';
23
- src: url('./StagSans-Bold-v3_7_0.otf');
23
+ src: url('./StagSans-Bold-v3_8_0.otf');
24
24
  font-display: block;
25
25
  }
26
26
  @font-face {
27
27
  font-family: 'StagSansWoff300normal';
28
- src: url('./StagSans-Light-v3_7_0.woff');
28
+ src: url('./StagSans-Light-v3_8_0.woff');
29
29
  font-display: block;
30
30
  }
31
31
  @font-face {
32
32
  font-family: 'StagSansWoff400normal';
33
- src: url('./StagSans-Regular-v3_7_0.woff');
33
+ src: url('./StagSans-Regular-v3_8_0.woff');
34
34
  font-display: block;
35
35
  }
36
36
  @font-face {
37
37
  font-family: 'StagSansWoff500normal';
38
- src: url('./StagSans-Medium-v3_7_0.woff');
38
+ src: url('./StagSans-Medium-v3_8_0.woff');
39
39
  font-display: block;
40
40
  }
41
41
  @font-face {
42
42
  font-family: 'StagSansWoff600normal';
43
- src: url('./StagSans-Semibold-v3_7_0.woff');
43
+ src: url('./StagSans-Semibold-v3_8_0.woff');
44
44
  font-display: block;
45
45
  }
46
46
  @font-face {
47
47
  font-family: 'StagSansWoff700normal';
48
- src: url('./StagSans-Bold-v3_7_0.woff');
48
+ src: url('./StagSans-Bold-v3_8_0.woff');
49
49
  font-display: block;
50
50
  }
51
51
  @font-face {
52
52
  font-family: 'StagSansWoff2300normal';
53
- src: url('./StagSans-Light2-v3_7_0.woff2');
53
+ src: url('./StagSans-Light2-v3_8_0.woff2');
54
54
  font-display: block;
55
55
  }
56
56
  @font-face {
57
57
  font-family: 'StagSansWoff2400normal';
58
- src: url('./StagSans-Regular2-v3_7_0.woff2');
58
+ src: url('./StagSans-Regular2-v3_8_0.woff2');
59
59
  font-display: block;
60
60
  }
61
61
  @font-face {
62
62
  font-family: 'StagSansWoff2500normal';
63
- src: url('./StagSans-Medium2-v3_7_0.woff2');
63
+ src: url('./StagSans-Medium2-v3_8_0.woff2');
64
64
  font-display: block;
65
65
  }
66
66
  @font-face {
67
67
  font-family: 'StagSansWoff2600normal';
68
- src: url('./StagSans-Semibold2-v3_7_0.woff2');
68
+ src: url('./StagSans-Semibold2-v3_8_0.woff2');
69
69
  font-display: block;
70
70
  }
71
71
  @font-face {
72
72
  font-family: 'StagSansWoff2700normal';
73
- src: url('./StagSans-Bold2-v3_7_0.woff2');
73
+ src: url('./StagSans-Bold2-v3_8_0.woff2');
74
74
  font-display: block;
75
75
  }
@@ -35,8 +35,10 @@ module.exports = ({
35
35
  id: titleId,
36
36
  children: title
37
37
  }) : null, (0, _jsxRuntime.jsx)("path", {
38
+ d: "M12 5.754a2.667 2.667 0 1 1 0 5.333 2.667 2.667 0 0 1 0-5.333Z"
39
+ }), (0, _jsxRuntime.jsx)("path", {
38
40
  fillRule: "evenodd",
39
- d: "M12 20.5c2.06 0 3.948-.732 5.419-1.951a5.469 5.469 0 0 0-10.608.184A8.463 8.463 0 0 0 12 20.5Zm.138-8.5a7.966 7.966 0 0 1 7.13 4.41 8.5 8.5 0 1 0-14.38.249A7.968 7.968 0 0 1 12.139 12ZM12 23c6.075 0 11-4.925 11-11S18.075 1 12 1 1 5.925 1 12s4.925 11 11 11Zm0-12.004a2.933 2.933 0 1 0 0-5.867 2.933 2.933 0 0 0 0 5.867Z",
41
+ d: "M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2Zm.126 12a5.244 5.244 0 0 0-5.145 4.229A7.964 7.964 0 0 0 12 20c2 0 3.827-.737 5.23-1.95A5.243 5.243 0 0 0 12.126 14ZM12 4a8 8 0 0 0-6.592 12.531A7.245 7.245 0 0 1 12.126 12l.373.01a7.244 7.244 0 0 1 6.245 4.29A8 8 0 0 0 12 4Z",
40
42
  clipRule: "evenodd"
41
43
  })]
42
44
  });
@@ -0,0 +1,48 @@
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
+ fillRule: "evenodd",
39
+ d: "M21.989 12.48c.007-.155.008-.162 0 0Zm-7.767 9.282a9.04 9.04 0 0 0 .103-.024c.002 0-.003 0 0 0l-.103.024Zm7.717-8.644Z",
40
+ clipRule: "evenodd"
41
+ }), (0, _jsxRuntime.jsx)("path", {
42
+ fillRule: "evenodd",
43
+ d: "M14.638 21.658a10.001 10.001 0 0 0 7.348-9.13l.001-.015.002-.034C22.25 6.861 17.635 2 12 2 6.353 2 1.733 6.893 2.013 12.51a9.986 9.986 0 0 0 2.705 6.348c2.502 2.662 6.398 3.759 9.92 2.8Zm-9.517-4.657A8.487 8.487 0 0 0 12 20.509a8.492 8.492 0 0 0 7.13-3.872 7.506 7.506 0 0 0-14.01.364Zm4.387-8.604a2.69 2.69 0 1 1 5.378-.002 2.69 2.69 0 0 1-5.378.002Z",
44
+ clipRule: "evenodd"
45
+ })]
46
+ });
47
+ return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
48
+ };
@@ -0,0 +1,48 @@
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
+ fillRule: "evenodd",
39
+ d: "M21.989 12.48c.007-.155.007-.162 0 0Zm-7.767 9.282a9.04 9.04 0 0 0 .103-.024c.002 0-.003 0 0 0l-.103.024Zm7.717-8.644Z",
40
+ clipRule: "evenodd"
41
+ }), (0, _jsxRuntime.jsx)("path", {
42
+ fillRule: "evenodd",
43
+ d: "M14.638 21.658a10.001 10.001 0 0 0 7.348-9.13l.001-.015.002-.034C22.25 6.861 17.635 2 11.999 2 6.354 2 1.734 6.893 2.014 12.51a9.986 9.986 0 0 0 2.705 6.348c2.502 2.662 6.398 3.759 9.92 2.8Zm-9.517-4.657A8.487 8.487 0 0 0 12 20.509a8.492 8.492 0 0 0 7.13-3.872 7.506 7.506 0 0 0-14.01.364Zm4.387-8.604a2.69 2.69 0 1 1 5.378-.002 2.69 2.69 0 0 1-5.378.002Z",
44
+ clipRule: "evenodd"
45
+ })]
46
+ });
47
+ return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
48
+ };
@@ -93,6 +93,7 @@ module.exports = {
93
93
  Preference: require('./Preference'),
94
94
  Price: require('./Price'),
95
95
  Profile: require('./Profile'),
96
+ ProfileFilled: require('./ProfileFilled'),
96
97
  Question: require('./Question'),
97
98
  QuestionFilled: require('./QuestionFilled'),
98
99
  QuoteLeft: require('./QuoteLeft'),
@@ -128,5 +129,6 @@ module.exports = {
128
129
  Unmuted: require('./Unmuted'),
129
130
  User: require('./User'),
130
131
  UserAdd: require('./UserAdd'),
132
+ UserFilled: require('./UserFilled'),
131
133
  Visa: require('./Visa')
132
134
  }
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path fill-rule="evenodd" d="M21.989 12.48c.007-.155.008-.162 0 0Zm-7.767 9.282a9.04 9.04 0 0 0 .103-.024c.002 0-.003 0 0 0l-.103.024Zm7.717-8.644Z" clip-rule="evenodd"/>
3
+ <path fill-rule="evenodd" d="M14.638 21.658a10.001 10.001 0 0 0 7.348-9.13l.001-.015.002-.034C22.25 6.861 17.635 2 12 2 6.353 2 1.733 6.893 2.013 12.51a9.986 9.986 0 0 0 2.705 6.348c2.502 2.662 6.398 3.759 9.92 2.8Zm-9.517-4.657A8.487 8.487 0 0 0 12 20.509a8.492 8.492 0 0 0 7.13-3.872 7.506 7.506 0 0 0-14.01.364Zm4.387-8.604a2.69 2.69 0 1 1 5.378-.002 2.69 2.69 0 0 1-5.378.002Z" clip-rule="evenodd"/>
4
+ </svg>
@@ -1,3 +1,4 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
- <path fill-rule="evenodd" d="M12 20.5c2.06 0 3.948-.732 5.419-1.951a5.469 5.469 0 0 0-10.608.184A8.463 8.463 0 0 0 12 20.5Zm.138-8.5a7.966 7.966 0 0 1 7.13 4.41 8.5 8.5 0 1 0-14.38.249A7.968 7.968 0 0 1 12.139 12ZM12 23c6.075 0 11-4.925 11-11S18.075 1 12 1 1 5.925 1 12s4.925 11 11 11Zm0-12.004a2.933 2.933 0 1 0 0-5.867 2.933 2.933 0 0 0 0 5.867Z" clip-rule="evenodd"/>
2
+ <path d="M12 5.754a2.667 2.667 0 1 1 0 5.333 2.667 2.667 0 0 1 0-5.333Z"/>
3
+ <path fill-rule="evenodd" d="M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2Zm.126 12a5.244 5.244 0 0 0-5.145 4.229A7.964 7.964 0 0 0 12 20c2 0 3.827-.737 5.23-1.95A5.243 5.243 0 0 0 12.126 14ZM12 4a8 8 0 0 0-6.592 12.531A7.245 7.245 0 0 1 12.126 12l.373.01a7.244 7.244 0 0 1 6.245 4.29A8 8 0 0 0 12 4Z" clip-rule="evenodd"/>
3
4
  </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path fill-rule="evenodd" d="M21.989 12.48c.007-.155.007-.162 0 0Zm-7.767 9.282a9.04 9.04 0 0 0 .103-.024c.002 0-.003 0 0 0l-.103.024Zm7.717-8.644Z" clip-rule="evenodd"/>
3
+ <path fill-rule="evenodd" d="M14.638 21.658a10.001 10.001 0 0 0 7.348-9.13l.001-.015.002-.034C22.25 6.861 17.635 2 11.999 2 6.354 2 1.734 6.893 2.014 12.51a9.986 9.986 0 0 0 2.705 6.348c2.502 2.662 6.398 3.759 9.92 2.8Zm-9.517-4.657A8.487 8.487 0 0 0 12 20.509a8.492 8.492 0 0 0 7.13-3.872 7.506 7.506 0 0 0-14.01.364Zm4.387-8.604a2.69 2.69 0 1 1 5.378-.002 2.69 2.69 0 0 1-5.378.002Z" clip-rule="evenodd"/>
4
+ </svg>
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 16 Sep 2025 21:21:14 GMT
3
+ * Generated on Fri, 03 Oct 2025 20:36:37 GMT
4
4
  */
5
5
  module.exports = {
6
6
  border: {
@@ -69,25 +69,25 @@ module.exports = {
69
69
  },
70
70
  font: {
71
71
  StagSans: {
72
- 300: 'https://cdn.telus.digital/uds/StagSans-Light-v3_7_0.otf',
73
- 400: 'https://cdn.telus.digital/uds/StagSans-Regular-v3_7_0.otf',
74
- 500: 'https://cdn.telus.digital/uds/StagSans-Medium-v3_7_0.otf',
75
- 600: 'https://cdn.telus.digital/uds/StagSans-Semibold-v3_7_0.otf',
76
- 700: 'https://cdn.telus.digital/uds/StagSans-Bold-v3_7_0.otf'
72
+ 300: 'https://cdn.telus.digital/uds/StagSans-Light-v3_8_0.otf',
73
+ 400: 'https://cdn.telus.digital/uds/StagSans-Regular-v3_8_0.otf',
74
+ 500: 'https://cdn.telus.digital/uds/StagSans-Medium-v3_8_0.otf',
75
+ 600: 'https://cdn.telus.digital/uds/StagSans-Semibold-v3_8_0.otf',
76
+ 700: 'https://cdn.telus.digital/uds/StagSans-Bold-v3_8_0.otf'
77
77
  },
78
78
  StagSansWoff: {
79
- 300: 'https://cdn.telus.digital/uds/StagSans-Light-v3_7_0.woff',
80
- 400: 'https://cdn.telus.digital/uds/StagSans-Regular-v3_7_0.woff',
81
- 500: 'https://cdn.telus.digital/uds/StagSans-Medium-v3_7_0.woff',
82
- 600: 'https://cdn.telus.digital/uds/StagSans-Semibold-v3_7_0.woff',
83
- 700: 'https://cdn.telus.digital/uds/StagSans-Bold-v3_7_0.woff'
79
+ 300: 'https://cdn.telus.digital/uds/StagSans-Light-v3_8_0.woff',
80
+ 400: 'https://cdn.telus.digital/uds/StagSans-Regular-v3_8_0.woff',
81
+ 500: 'https://cdn.telus.digital/uds/StagSans-Medium-v3_8_0.woff',
82
+ 600: 'https://cdn.telus.digital/uds/StagSans-Semibold-v3_8_0.woff',
83
+ 700: 'https://cdn.telus.digital/uds/StagSans-Bold-v3_8_0.woff'
84
84
  },
85
85
  StagSansWoff2: {
86
- 300: 'https://cdn.telus.digital/uds/StagSans-Light2-v3_7_0.woff2',
87
- 400: 'https://cdn.telus.digital/uds/StagSans-Regular2-v3_7_0.woff2',
88
- 500: 'https://cdn.telus.digital/uds/StagSans-Medium2-v3_7_0.woff2',
89
- 600: 'https://cdn.telus.digital/uds/StagSans-Semibold2-v3_7_0.woff2',
90
- 700: 'https://cdn.telus.digital/uds/StagSans-Bold2-v3_7_0.woff2'
86
+ 300: 'https://cdn.telus.digital/uds/StagSans-Light2-v3_8_0.woff2',
87
+ 400: 'https://cdn.telus.digital/uds/StagSans-Regular2-v3_8_0.woff2',
88
+ 500: 'https://cdn.telus.digital/uds/StagSans-Medium2-v3_8_0.woff2',
89
+ 600: 'https://cdn.telus.digital/uds/StagSans-Semibold2-v3_8_0.woff2',
90
+ 700: 'https://cdn.telus.digital/uds/StagSans-Bold2-v3_8_0.woff2'
91
91
  }
92
92
  },
93
93
  fontSize: {
@@ -211,6 +211,7 @@ module.exports = {
211
211
  Preference: '@telus-uds/palette-koodo/build/web/icons/preference.icon.svg',
212
212
  Price: '@telus-uds/palette-koodo/build/web/icons/price.icon.svg',
213
213
  Profile: '@telus-uds/palette-koodo/build/web/icons/profile.icon.svg',
214
+ ProfileFilled: '@telus-uds/palette-koodo/build/web/icons/profile-filled.icon.svg',
214
215
  Question: '@telus-uds/palette-koodo/build/web/icons/question.icon.svg',
215
216
  QuestionFilled: '@telus-uds/palette-koodo/build/web/icons/question-filled.icon.svg',
216
217
  QuoteLeft: '@telus-uds/palette-koodo/build/web/icons/quote-left.icon.svg',
@@ -246,6 +247,7 @@ module.exports = {
246
247
  Unmuted: '@telus-uds/palette-koodo/build/web/icons/unmuted.icon.svg',
247
248
  User: '@telus-uds/palette-koodo/build/web/icons/user.icon.svg',
248
249
  UserAdd: '@telus-uds/palette-koodo/build/web/icons/user-add.icon.svg',
250
+ UserFilled: '@telus-uds/palette-koodo/build/web/icons/user-filled.icon.svg',
249
251
  Visa: '@telus-uds/palette-koodo/build/web/icons/visa.icon.svg'
250
252
  },
251
253
  letterSpacing: {
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path fill-rule="evenodd" d="M21.989 12.48c.007-.155.008-.162 0 0Zm-7.767 9.282a9.04 9.04 0 0 0 .103-.024c.002 0-.003 0 0 0l-.103.024Zm7.717-8.644Z" clip-rule="evenodd"/>
3
+ <path fill-rule="evenodd" d="M14.638 21.658a10.001 10.001 0 0 0 7.348-9.13l.001-.015.002-.034C22.25 6.861 17.635 2 12 2 6.353 2 1.733 6.893 2.013 12.51a9.986 9.986 0 0 0 2.705 6.348c2.502 2.662 6.398 3.759 9.92 2.8Zm-9.517-4.657A8.487 8.487 0 0 0 12 20.509a8.492 8.492 0 0 0 7.13-3.872 7.506 7.506 0 0 0-14.01.364Zm4.387-8.604a2.69 2.69 0 1 1 5.378-.002 2.69 2.69 0 0 1-5.378.002Z" clip-rule="evenodd"/>
4
+ </svg>
package/icon/profile.svg CHANGED
@@ -1,3 +1,4 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
- <path fill-rule="evenodd" d="M12 20.5c2.06 0 3.948-.732 5.419-1.951a5.469 5.469 0 0 0-10.608.184A8.463 8.463 0 0 0 12 20.5Zm.138-8.5a7.966 7.966 0 0 1 7.13 4.41 8.5 8.5 0 1 0-14.38.249A7.968 7.968 0 0 1 12.139 12ZM12 23c6.075 0 11-4.925 11-11S18.075 1 12 1 1 5.925 1 12s4.925 11 11 11Zm0-12.004a2.933 2.933 0 1 0 0-5.867 2.933 2.933 0 0 0 0 5.867Z" clip-rule="evenodd"/>
2
+ <path d="M12 5.754a2.667 2.667 0 1 1 0 5.333 2.667 2.667 0 0 1 0-5.333Z"/>
3
+ <path fill-rule="evenodd" d="M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2Zm.126 12a5.244 5.244 0 0 0-5.145 4.229A7.964 7.964 0 0 0 12 20c2 0 3.827-.737 5.23-1.95A5.243 5.243 0 0 0 12.126 14ZM12 4a8 8 0 0 0-6.592 12.531A7.245 7.245 0 0 1 12.126 12l.373.01a7.244 7.244 0 0 1 6.245 4.29A8 8 0 0 0 12 4Z" clip-rule="evenodd"/>
3
4
  </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path fill-rule="evenodd" d="M21.989 12.48c.007-.155.007-.162 0 0Zm-7.767 9.282a9.04 9.04 0 0 0 .103-.024c.002 0-.003 0 0 0l-.103.024Zm7.717-8.644Z" clip-rule="evenodd"/>
3
+ <path fill-rule="evenodd" d="M14.638 21.658a10.001 10.001 0 0 0 7.348-9.13l.001-.015.002-.034C22.25 6.861 17.635 2 11.999 2 6.354 2 1.734 6.893 2.014 12.51a9.986 9.986 0 0 0 2.705 6.348c2.502 2.662 6.398 3.759 9.92 2.8Zm-9.517-4.657A8.487 8.487 0 0 0 12 20.509a8.492 8.492 0 0 0 7.13-3.872 7.506 7.506 0 0 0-14.01.364Zm4.387-8.604a2.69 2.69 0 1 1 5.378-.002 2.69 2.69 0 0 1-5.378.002Z" clip-rule="evenodd"/>
4
+ </svg>
package/package.json CHANGED
@@ -21,5 +21,5 @@
21
21
  "prepublishOnly": "npm run build"
22
22
  },
23
23
  "sideEffects": false,
24
- "version": "3.7.0"
24
+ "version": "3.8.0"
25
25
  }
package/palette.json CHANGED
@@ -778,6 +778,10 @@
778
778
  "tags": ["General"],
779
779
  "value": "icon/profile.svg"
780
780
  },
781
+ "ProfileFilled": {
782
+ "tags": ["General"],
783
+ "value": "icon/profile-filled.svg"
784
+ },
781
785
  "Question": {
782
786
  "tags": ["General"],
783
787
  "value": "icon/question.svg"
@@ -919,6 +923,10 @@
919
923
  "tags": ["Decorative", "General"],
920
924
  "value": "icon/user-add.svg"
921
925
  },
926
+ "UserFilled": {
927
+ "tags": ["Decorative", "General"],
928
+ "value": "icon/user-filled.svg"
929
+ },
922
930
  "Visa": {
923
931
  "tags": ["Decorative", "General"],
924
932
  "value": "icon/visa.svg"