@telus-uds/palette-allium 5.9.2 → 5.11.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 (47) hide show
  1. package/CHANGELOG.json +27 -6
  2. package/CHANGELOG.md +6 -5
  3. package/LICENSE +21 -0
  4. package/build/android/border.xml +1 -1
  5. package/build/android/color.xml +1 -1
  6. package/build/android/font_size.xml +1 -1
  7. package/build/android/radius.xml +1 -1
  8. package/build/android/size.xml +1 -1
  9. package/build/ios/Border.swift +1 -1
  10. package/build/ios/Color.swift +1 -1
  11. package/build/ios/FontSize.swift +1 -1
  12. package/build/ios/Radius.swift +1 -1
  13. package/build/ios/Size.swift +1 -1
  14. package/build/rn/icons/Airplane.js +44 -0
  15. package/build/rn/icons/Airplane.native.js +43 -0
  16. package/build/rn/icons/Checkbold.js +44 -0
  17. package/build/rn/icons/Checkbold.native.js +43 -0
  18. package/build/rn/icons/airplane.icon.svg +3 -0
  19. package/build/rn/icons/checkbold.icon.svg +3 -0
  20. package/build/rn/icons/index.js +2 -0
  21. package/build/rn/palette.js +3 -1
  22. package/build/web/fonts/fonts-cdn-family.css +12 -12
  23. package/build/web/fonts/fonts-cdn.css +12 -12
  24. package/build/web/fonts/fonts-local-family.css +12 -12
  25. package/build/web/fonts/fonts-local.css +12 -12
  26. package/build/web/icons/Airplane.js +44 -0
  27. package/build/web/icons/Checkbold.js +44 -0
  28. package/build/web/icons/airplane.icon.svg +3 -0
  29. package/build/web/icons/checkbold.icon.svg +3 -0
  30. package/build/web/icons/index.js +2 -0
  31. package/build/web/palette.js +15 -13
  32. package/icon/airplane.svg +3 -0
  33. package/icon/checkbold.svg +3 -0
  34. package/package.json +2 -2
  35. package/palette.json +8 -0
  36. /package/build/web/fonts/{HNforTELUSSA-Bd-v5_9_2.otf → HNforTELUSSA-Bd-v5_11_0.otf} +0 -0
  37. /package/build/web/fonts/{HNforTELUSSA-Display-v5_9_2.otf → HNforTELUSSA-Display-v5_11_0.otf} +0 -0
  38. /package/build/web/fonts/{HNforTELUSSA-Md-v5_9_2.otf → HNforTELUSSA-Md-v5_11_0.otf} +0 -0
  39. /package/build/web/fonts/{HNforTELUSSA-v5_9_2.otf → HNforTELUSSA-v5_11_0.otf} +0 -0
  40. /package/build/web/fonts/{HNforTELUSSABold_normal_normal-v5_9_2.woff → HNforTELUSSABold_normal_normal-v5_11_0.woff} +0 -0
  41. /package/build/web/fonts/{HNforTELUSSABold_normal_normal2-v5_9_2.woff2 → HNforTELUSSABold_normal_normal2-v5_11_0.woff2} +0 -0
  42. /package/build/web/fonts/{HNforTELUSSADisplay_normal_normal-v5_9_2.woff → HNforTELUSSADisplay_normal_normal-v5_11_0.woff} +0 -0
  43. /package/build/web/fonts/{HNforTELUSSADisplay_normal_normal2-v5_9_2.woff2 → HNforTELUSSADisplay_normal_normal2-v5_11_0.woff2} +0 -0
  44. /package/build/web/fonts/{HNforTELUSSAMedium_normal_normal-v5_9_2.woff → HNforTELUSSAMedium_normal_normal-v5_11_0.woff} +0 -0
  45. /package/build/web/fonts/{HNforTELUSSAMedium_normal_normal2-v5_9_2.woff2 → HNforTELUSSAMedium_normal_normal2-v5_11_0.woff2} +0 -0
  46. /package/build/web/fonts/{HNforTELUSSARegular_normal_normal-v5_9_2.woff → HNforTELUSSARegular_normal_normal-v5_11_0.woff} +0 -0
  47. /package/build/web/fonts/{HNforTELUSSARegular_normal_normal2-v5_9_2.woff2 → HNforTELUSSARegular_normal_normal2-v5_11_0.woff2} +0 -0
package/CHANGELOG.json CHANGED
@@ -2,16 +2,37 @@
2
2
  "name": "@telus-uds/palette-allium",
3
3
  "entries": [
4
4
  {
5
- "date": "Fri, 12 Sep 2025 04:42:14 GMT",
6
- "tag": "@telus-uds/palette-allium_v5.9.2",
7
- "version": "5.9.2",
5
+ "date": "Fri, 03 Oct 2025 20:34:05 GMT",
6
+ "tag": "@telus-uds/palette-allium_v5.11.0",
7
+ "version": "5.11.0",
8
8
  "comments": {
9
- "patch": [
9
+ "minor": [
10
+ {
11
+ "author": "guillermo.peitzner@telus.com",
12
+ "package": "@telus-uds/palette-allium",
13
+ "commit": "0f015f62e140aeca68ad38008eaef5eb442b15a0",
14
+ "comment": "`Icon`: add airplane icon"
15
+ },
10
16
  {
11
17
  "author": "beachball",
12
18
  "package": "@telus-uds/palette-allium",
13
- "comment": "Bump @telus-uds/system-tokens to v1.4.7",
14
- "commit": "2490ae0f87fe8283a89e6e88acf3a0bc47c88171"
19
+ "comment": "Bump @telus-uds/system-tokens to v1.4.8",
20
+ "commit": "96d2ef324a3796b34043e28762b7bf185e482467"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Tue, 16 Sep 2025 21:19:37 GMT",
27
+ "tag": "@telus-uds/palette-allium_v5.10.0",
28
+ "version": "5.10.0",
29
+ "comments": {
30
+ "none": [
31
+ {
32
+ "author": "shahzaibkhalidmalik@outlook.com",
33
+ "package": "@telus-uds/palette-allium",
34
+ "commit": "9cbe62baf251bd6b8504d6858b8c52fdbc113358",
35
+ "comment": "Add LICENSE file"
15
36
  }
16
37
  ]
17
38
  }
package/CHANGELOG.md CHANGED
@@ -1,16 +1,17 @@
1
1
  # Change Log - @telus-uds/palette-allium
2
2
 
3
- This log was last generated on Fri, 12 Sep 2025 04:42:14 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
- ## 5.9.2
7
+ ## 5.11.0
8
8
 
9
- Fri, 12 Sep 2025 04:42:14 GMT
9
+ Fri, 03 Oct 2025 20:34:05 GMT
10
10
 
11
- ### Patches
11
+ ### Minor changes
12
12
 
13
- - Bump @telus-uds/system-tokens to v1.4.7
13
+ - `Icon`: add airplane icon (guillermo.peitzner@telus.com)
14
+ - Bump @telus-uds/system-tokens to v1.4.8
14
15
 
15
16
  ## 5.9.0
16
17
 
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2025 TELUS
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Fri, 12 Sep 2025 04:45:05 GMT
5
+ Generated on Fri, 03 Oct 2025 20:36:54 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 Fri, 12 Sep 2025 04:45:05 GMT
5
+ Generated on Fri, 03 Oct 2025 20:36:54 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 Fri, 12 Sep 2025 04:45:05 GMT
5
+ Generated on Fri, 03 Oct 2025 20:36:54 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 Fri, 12 Sep 2025 04:45:05 GMT
5
+ Generated on Fri, 03 Oct 2025 20:36:54 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 Fri, 12 Sep 2025 04:45:05 GMT
5
+ Generated on Fri, 03 Oct 2025 20:36:54 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 Fri, 12 Sep 2025 04:45:05 GMT
7
+ // Generated on Fri, 03 Oct 2025 20:36:54 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 Fri, 12 Sep 2025 04:45:05 GMT
7
+ // Generated on Fri, 03 Oct 2025 20:36:54 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 Fri, 12 Sep 2025 04:45:05 GMT
7
+ // Generated on Fri, 03 Oct 2025 20:36:54 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 Fri, 12 Sep 2025 04:45:05 GMT
7
+ // Generated on Fri, 03 Oct 2025 20:36:54 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 Fri, 12 Sep 2025 04:45:05 GMT
7
+ // Generated on Fri, 03 Oct 2025 20:36:54 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -0,0 +1,44 @@
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: "M18.597 1.624a2.675 2.675 0 1 1 3.778 3.779l-3.63 3.301.477 9.747-.952.046h.001l.95-.046a.952.952 0 0 1-.277.72l-.9.9a.953.953 0 0 1-1.454-.128l-.06-.095-3.287-6.137-4.172 3.795.436 3.782a.953.953 0 0 1-.272.782l-.901.902-.082.073a.951.951 0 0 1-1.353-.176l-.06-.092-1.233-2.118-.313.286a1.584 1.584 0 0 1-2.237-2.236l.285-.315-2.117-1.232a.952.952 0 0 1-.194-1.496l.902-.9.08-.072a.952.952 0 0 1 .593-.207l.108.007 3.78.434 3.614-3.972-6.74-2.534-.11-.05a.953.953 0 0 1-.23-1.514l.902-.9a.953.953 0 0 1 .646-.28l10.606-.3 3.416-3.754Zm3.196.582a1.723 1.723 0 0 0-2.492.06l-3.688 4.053-11.011.311-.902.9 8.055 3.03-4.885 5.37-4.267-.49-.901.9 3.136 1.824L3.76 19.35a.631.631 0 0 0 .892.891l1.185-1.078 1.824 3.136.9-.901-.49-4.267 5.434-4.945 3.865 7.213.9-.901-.498-10.194 3.962-3.605a1.723 1.723 0 0 0 .06-2.492Z",
40
+ clipRule: "evenodd"
41
+ })]
42
+ });
43
+ return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
44
+ };
@@ -0,0 +1,43 @@
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: "M18.597 1.624a2.675 2.675 0 1 1 3.778 3.779l-3.63 3.301.477 9.747-.952.046h.001l.95-.046a.952.952 0 0 1-.277.72l-.9.9a.953.953 0 0 1-1.454-.128l-.06-.095-3.287-6.137-4.172 3.795.436 3.782a.953.953 0 0 1-.272.782l-.901.902-.082.073a.951.951 0 0 1-1.353-.176l-.06-.092-1.233-2.118-.313.286a1.584 1.584 0 0 1-2.237-2.236l.285-.315-2.117-1.232a.952.952 0 0 1-.194-1.496l.902-.9.08-.072a.952.952 0 0 1 .593-.207l.108.007 3.78.434 3.614-3.972-6.74-2.534-.11-.05a.953.953 0 0 1-.23-1.514l.902-.9a.953.953 0 0 1 .646-.28l10.606-.3 3.416-3.754Zm3.196.582a1.723 1.723 0 0 0-2.492.06l-3.688 4.053-11.011.311-.902.9 8.055 3.03-4.885 5.37-4.267-.49-.901.9 3.136 1.824L3.76 19.35a.631.631 0 0 0 .892.891l1.185-1.078 1.824 3.136.9-.901-.49-4.267 5.434-4.945 3.865 7.213.9-.901-.498-10.194 3.962-3.605a1.723 1.723 0 0 0 .06-2.492Z",
39
+ clipRule: "evenodd"
40
+ })]
41
+ });
42
+ return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
43
+ };
@@ -0,0 +1,44 @@
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: "M20.181 4.044a1.243 1.243 0 0 1 1.704.094l.084.096c.368.468.376 1.139.016 1.613l-.083.098L9.28 19.507a1.403 1.403 0 0 1-.081.1l-.097.096-.001-.001-.009.008-.132.142a1.222 1.222 0 0 1-.93.396h-.017a1.281 1.281 0 0 1-.867-.328l-.1-.1-4.96-5.557a1.342 1.342 0 0 1 .03-1.81l.096-.09a1.245 1.245 0 0 1 1.7.09l4.084 4.246L20.085 4.135l.096-.091ZM2.15 13.93l.013.018a1.055 1.055 0 0 1-.06-.108l.047.09Z",
40
+ clipRule: "evenodd"
41
+ })]
42
+ });
43
+ return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
44
+ };
@@ -0,0 +1,43 @@
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: "M20.181 4.044a1.243 1.243 0 0 1 1.704.094l.084.096c.368.468.376 1.139.016 1.613l-.083.098L9.28 19.507a1.403 1.403 0 0 1-.081.1l-.097.096-.001-.001-.009.008-.132.142a1.222 1.222 0 0 1-.93.396h-.017a1.281 1.281 0 0 1-.867-.328l-.1-.1-4.96-5.557a1.342 1.342 0 0 1 .03-1.81l.096-.09a1.245 1.245 0 0 1 1.7.09l4.084 4.246L20.085 4.135l.096-.091ZM2.15 13.93l.013.018a1.055 1.055 0 0 1-.06-.108l.047.09Z",
39
+ clipRule: "evenodd"
40
+ })]
41
+ });
42
+ return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
43
+ };
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path fill-rule="evenodd" d="M18.597 1.624a2.675 2.675 0 1 1 3.778 3.779l-3.63 3.301.477 9.747-.952.046h.001l.95-.046a.952.952 0 0 1-.277.72l-.9.9a.953.953 0 0 1-1.454-.128l-.06-.095-3.287-6.137-4.172 3.795.436 3.782a.953.953 0 0 1-.272.782l-.901.902-.082.073a.951.951 0 0 1-1.353-.176l-.06-.092-1.233-2.118-.313.286a1.584 1.584 0 0 1-2.237-2.236l.285-.315-2.117-1.232a.952.952 0 0 1-.194-1.496l.902-.9.08-.072a.952.952 0 0 1 .593-.207l.108.007 3.78.434 3.614-3.972-6.74-2.534-.11-.05a.953.953 0 0 1-.23-1.514l.902-.9a.953.953 0 0 1 .646-.28l10.606-.3 3.416-3.754Zm3.196.582a1.723 1.723 0 0 0-2.492.06l-3.688 4.053-11.011.311-.902.9 8.055 3.03-4.885 5.37-4.267-.49-.901.9 3.136 1.824L3.76 19.35a.631.631 0 0 0 .892.891l1.185-1.078 1.824 3.136.9-.901-.49-4.267 5.434-4.945 3.865 7.213.9-.901-.498-10.194 3.962-3.605a1.723 1.723 0 0 0 .06-2.492Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path fill-rule="evenodd" d="M20.181 4.044a1.243 1.243 0 0 1 1.704.094l.084.096c.368.468.376 1.139.016 1.613l-.083.098L9.28 19.507a1.403 1.403 0 0 1-.081.1l-.097.096-.001-.001-.009.008-.132.142a1.222 1.222 0 0 1-.93.396h-.017a1.281 1.281 0 0 1-.867-.328l-.1-.1-4.96-5.557a1.342 1.342 0 0 1 .03-1.81l.096-.09a1.245 1.245 0 0 1 1.7.09l4.084 4.246L20.085 4.135l.096-.091ZM2.15 13.93l.013.018a1.055 1.055 0 0 1-.06-.108l.047.09Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -3,6 +3,7 @@ module.exports = {
3
3
  Accessible: require('./Accessible'),
4
4
  Add: require('./Add'),
5
5
  AddUser: require('./AddUser'),
6
+ Airplane: require('./Airplane'),
6
7
  AlarmClock: require('./AlarmClock'),
7
8
  Ambulance: require('./Ambulance'),
8
9
  Amex: require('./Amex'),
@@ -59,6 +60,7 @@ module.exports = {
59
60
  ChatHappySolid: require('./ChatHappySolid'),
60
61
  ChatSupport: require('./ChatSupport'),
61
62
  Check: require('./Check'),
63
+ Checkbold: require('./Checkbold'),
62
64
  Checkmark: require('./Checkmark'),
63
65
  ChevronLeft: require('./ChevronLeft'),
64
66
  ChevronRight: require('./ChevronRight'),
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 12 Sep 2025 04:45:10 GMT
3
+ * Generated on Fri, 03 Oct 2025 20:36:58 GMT
4
4
  */
5
5
  module.exports = {
6
6
  border: {
@@ -174,6 +174,7 @@ module.exports = {
174
174
  Accessible: '@telus-uds/palette-allium/build/rn/icons/accessible.icon.svg',
175
175
  Add: '@telus-uds/palette-allium/build/rn/icons/add.icon.svg',
176
176
  AddUser: '@telus-uds/palette-allium/build/rn/icons/add-user.icon.svg',
177
+ Airplane: '@telus-uds/palette-allium/build/rn/icons/airplane.icon.svg',
177
178
  AlarmClock: '@telus-uds/palette-allium/build/rn/icons/alarm-clock.icon.svg',
178
179
  Ambulance: '@telus-uds/palette-allium/build/rn/icons/ambulance.icon.svg',
179
180
  Amex: '@telus-uds/palette-allium/build/rn/icons/amex.icon.svg',
@@ -230,6 +231,7 @@ module.exports = {
230
231
  ChatHappySolid: '@telus-uds/palette-allium/build/rn/icons/chat-happy-solid.icon.svg',
231
232
  ChatSupport: '@telus-uds/palette-allium/build/rn/icons/chat-support.icon.svg',
232
233
  Check: '@telus-uds/palette-allium/build/rn/icons/check.icon.svg',
234
+ Checkbold: '@telus-uds/palette-allium/build/rn/icons/checkbold.icon.svg',
233
235
  Checkmark: '@telus-uds/palette-allium/build/rn/icons/checkmark.icon.svg',
234
236
  ChevronLeft: '@telus-uds/palette-allium/build/rn/icons/chevron-left.icon.svg',
235
237
  ChevronRight: '@telus-uds/palette-allium/build/rn/icons/chevron-right.icon.svg',
@@ -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_9_2.woff');
3
+ src: url('https://cdn.telus.digital/uds/HNforTELUSSADisplay_normal_normal-v5_11_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_9_2.woff');
10
+ src: url('https://cdn.telus.digital/uds/HNforTELUSSARegular_normal_normal-v5_11_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_9_2.woff');
17
+ src: url('https://cdn.telus.digital/uds/HNforTELUSSAMedium_normal_normal-v5_11_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_9_2.woff');
24
+ src: url('https://cdn.telus.digital/uds/HNforTELUSSABold_normal_normal-v5_11_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_9_2.otf');
31
+ src: url('https://cdn.telus.digital/uds/HNforTELUSSA-Display-v5_11_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_9_2.otf');
38
+ src: url('https://cdn.telus.digital/uds/HNforTELUSSA-v5_11_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_9_2.otf');
45
+ src: url('https://cdn.telus.digital/uds/HNforTELUSSA-Md-v5_11_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_9_2.otf');
52
+ src: url('https://cdn.telus.digital/uds/HNforTELUSSA-Bd-v5_11_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_9_2.woff2');
59
+ src: url('https://cdn.telus.digital/uds/HNforTELUSSADisplay_normal_normal2-v5_11_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_9_2.woff2');
66
+ src: url('https://cdn.telus.digital/uds/HNforTELUSSARegular_normal_normal2-v5_11_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_9_2.woff2');
73
+ src: url('https://cdn.telus.digital/uds/HNforTELUSSAMedium_normal_normal2-v5_11_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_9_2.woff2');
80
+ src: url('https://cdn.telus.digital/uds/HNforTELUSSABold_normal_normal2-v5_11_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_9_2.woff');
3
+ src: url('https://cdn.telus.digital/uds/HNforTELUSSADisplay_normal_normal-v5_11_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_9_2.woff');
8
+ src: url('https://cdn.telus.digital/uds/HNforTELUSSARegular_normal_normal-v5_11_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_9_2.woff');
13
+ src: url('https://cdn.telus.digital/uds/HNforTELUSSAMedium_normal_normal-v5_11_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_9_2.woff');
18
+ src: url('https://cdn.telus.digital/uds/HNforTELUSSABold_normal_normal-v5_11_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_9_2.otf');
23
+ src: url('https://cdn.telus.digital/uds/HNforTELUSSA-Display-v5_11_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_9_2.otf');
28
+ src: url('https://cdn.telus.digital/uds/HNforTELUSSA-v5_11_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_9_2.otf');
33
+ src: url('https://cdn.telus.digital/uds/HNforTELUSSA-Md-v5_11_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_9_2.otf');
38
+ src: url('https://cdn.telus.digital/uds/HNforTELUSSA-Bd-v5_11_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_9_2.woff2');
43
+ src: url('https://cdn.telus.digital/uds/HNforTELUSSADisplay_normal_normal2-v5_11_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_9_2.woff2');
48
+ src: url('https://cdn.telus.digital/uds/HNforTELUSSARegular_normal_normal2-v5_11_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_9_2.woff2');
53
+ src: url('https://cdn.telus.digital/uds/HNforTELUSSAMedium_normal_normal2-v5_11_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_9_2.woff2');
58
+ src: url('https://cdn.telus.digital/uds/HNforTELUSSABold_normal_normal2-v5_11_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_9_2.woff');
3
+ src: url('./HNforTELUSSADisplay_normal_normal-v5_11_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_9_2.woff');
10
+ src: url('./HNforTELUSSARegular_normal_normal-v5_11_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_9_2.woff');
17
+ src: url('./HNforTELUSSAMedium_normal_normal-v5_11_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_9_2.woff');
24
+ src: url('./HNforTELUSSABold_normal_normal-v5_11_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_9_2.otf');
31
+ src: url('./HNforTELUSSA-Display-v5_11_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_9_2.otf');
38
+ src: url('./HNforTELUSSA-v5_11_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_9_2.otf');
45
+ src: url('./HNforTELUSSA-Md-v5_11_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_9_2.otf');
52
+ src: url('./HNforTELUSSA-Bd-v5_11_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_9_2.woff2');
59
+ src: url('./HNforTELUSSADisplay_normal_normal2-v5_11_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_9_2.woff2');
66
+ src: url('./HNforTELUSSARegular_normal_normal2-v5_11_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_9_2.woff2');
73
+ src: url('./HNforTELUSSAMedium_normal_normal2-v5_11_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_9_2.woff2');
80
+ src: url('./HNforTELUSSABold_normal_normal2-v5_11_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_9_2.woff');
3
+ src: url('./HNforTELUSSADisplay_normal_normal-v5_11_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_9_2.woff');
8
+ src: url('./HNforTELUSSARegular_normal_normal-v5_11_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_9_2.woff');
13
+ src: url('./HNforTELUSSAMedium_normal_normal-v5_11_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_9_2.woff');
18
+ src: url('./HNforTELUSSABold_normal_normal-v5_11_0.woff');
19
19
  font-display: block;
20
20
  }
21
21
  @font-face {
22
22
  font-family: 'HNforTELUSSAOTF300normal';
23
- src: url('./HNforTELUSSA-Display-v5_9_2.otf');
23
+ src: url('./HNforTELUSSA-Display-v5_11_0.otf');
24
24
  font-display: block;
25
25
  }
26
26
  @font-face {
27
27
  font-family: 'HNforTELUSSAOTF400normal';
28
- src: url('./HNforTELUSSA-v5_9_2.otf');
28
+ src: url('./HNforTELUSSA-v5_11_0.otf');
29
29
  font-display: block;
30
30
  }
31
31
  @font-face {
32
32
  font-family: 'HNforTELUSSAOTF500normal';
33
- src: url('./HNforTELUSSA-Md-v5_9_2.otf');
33
+ src: url('./HNforTELUSSA-Md-v5_11_0.otf');
34
34
  font-display: block;
35
35
  }
36
36
  @font-face {
37
37
  font-family: 'HNforTELUSSAOTF700normal';
38
- src: url('./HNforTELUSSA-Bd-v5_9_2.otf');
38
+ src: url('./HNforTELUSSA-Bd-v5_11_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_9_2.woff2');
43
+ src: url('./HNforTELUSSADisplay_normal_normal2-v5_11_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_9_2.woff2');
48
+ src: url('./HNforTELUSSARegular_normal_normal2-v5_11_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_9_2.woff2');
53
+ src: url('./HNforTELUSSAMedium_normal_normal2-v5_11_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_9_2.woff2');
58
+ src: url('./HNforTELUSSABold_normal_normal2-v5_11_0.woff2');
59
59
  font-display: block;
60
60
  }
@@ -0,0 +1,44 @@
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: "M18.597 1.624a2.675 2.675 0 1 1 3.778 3.779l-3.63 3.301.477 9.747-.952.046h.001l.95-.046a.952.952 0 0 1-.277.72l-.9.9a.953.953 0 0 1-1.454-.128l-.06-.095-3.287-6.137-4.172 3.795.436 3.782a.953.953 0 0 1-.272.782l-.901.902-.082.073a.951.951 0 0 1-1.353-.176l-.06-.092-1.233-2.118-.313.286a1.584 1.584 0 0 1-2.237-2.236l.285-.315-2.117-1.232a.952.952 0 0 1-.194-1.496l.902-.9.08-.072a.952.952 0 0 1 .593-.207l.108.007 3.78.434 3.614-3.972-6.74-2.534-.11-.05a.953.953 0 0 1-.23-1.514l.902-.9a.953.953 0 0 1 .646-.28l10.606-.3 3.416-3.754Zm3.196.582a1.723 1.723 0 0 0-2.492.06l-3.688 4.053-11.011.311-.902.9 8.055 3.03-4.885 5.37-4.267-.49-.901.9 3.136 1.824L3.76 19.35a.631.631 0 0 0 .892.891l1.185-1.078 1.824 3.136.9-.901-.49-4.267 5.434-4.945 3.865 7.213.9-.901-.498-10.194 3.962-3.605a1.723 1.723 0 0 0 .06-2.492Z",
40
+ clipRule: "evenodd"
41
+ })]
42
+ });
43
+ return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
44
+ };
@@ -0,0 +1,44 @@
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: "M20.181 4.044a1.243 1.243 0 0 1 1.704.094l.084.096c.368.468.376 1.139.016 1.613l-.083.098L9.28 19.507a1.403 1.403 0 0 1-.081.1l-.097.096-.001-.001-.009.008-.132.142a1.222 1.222 0 0 1-.93.396h-.017a1.281 1.281 0 0 1-.867-.328l-.1-.1-4.96-5.557a1.342 1.342 0 0 1 .03-1.81l.096-.09a1.245 1.245 0 0 1 1.7.09l4.084 4.246L20.085 4.135l.096-.091ZM2.15 13.93l.013.018a1.055 1.055 0 0 1-.06-.108l.047.09Z",
40
+ clipRule: "evenodd"
41
+ })]
42
+ });
43
+ return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
44
+ };
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path fill-rule="evenodd" d="M18.597 1.624a2.675 2.675 0 1 1 3.778 3.779l-3.63 3.301.477 9.747-.952.046h.001l.95-.046a.952.952 0 0 1-.277.72l-.9.9a.953.953 0 0 1-1.454-.128l-.06-.095-3.287-6.137-4.172 3.795.436 3.782a.953.953 0 0 1-.272.782l-.901.902-.082.073a.951.951 0 0 1-1.353-.176l-.06-.092-1.233-2.118-.313.286a1.584 1.584 0 0 1-2.237-2.236l.285-.315-2.117-1.232a.952.952 0 0 1-.194-1.496l.902-.9.08-.072a.952.952 0 0 1 .593-.207l.108.007 3.78.434 3.614-3.972-6.74-2.534-.11-.05a.953.953 0 0 1-.23-1.514l.902-.9a.953.953 0 0 1 .646-.28l10.606-.3 3.416-3.754Zm3.196.582a1.723 1.723 0 0 0-2.492.06l-3.688 4.053-11.011.311-.902.9 8.055 3.03-4.885 5.37-4.267-.49-.901.9 3.136 1.824L3.76 19.35a.631.631 0 0 0 .892.891l1.185-1.078 1.824 3.136.9-.901-.49-4.267 5.434-4.945 3.865 7.213.9-.901-.498-10.194 3.962-3.605a1.723 1.723 0 0 0 .06-2.492Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path fill-rule="evenodd" d="M20.181 4.044a1.243 1.243 0 0 1 1.704.094l.084.096c.368.468.376 1.139.016 1.613l-.083.098L9.28 19.507a1.403 1.403 0 0 1-.081.1l-.097.096-.001-.001-.009.008-.132.142a1.222 1.222 0 0 1-.93.396h-.017a1.281 1.281 0 0 1-.867-.328l-.1-.1-4.96-5.557a1.342 1.342 0 0 1 .03-1.81l.096-.09a1.245 1.245 0 0 1 1.7.09l4.084 4.246L20.085 4.135l.096-.091ZM2.15 13.93l.013.018a1.055 1.055 0 0 1-.06-.108l.047.09Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -3,6 +3,7 @@ module.exports = {
3
3
  Accessible: require('./Accessible'),
4
4
  Add: require('./Add'),
5
5
  AddUser: require('./AddUser'),
6
+ Airplane: require('./Airplane'),
6
7
  AlarmClock: require('./AlarmClock'),
7
8
  Ambulance: require('./Ambulance'),
8
9
  Amex: require('./Amex'),
@@ -59,6 +60,7 @@ module.exports = {
59
60
  ChatHappySolid: require('./ChatHappySolid'),
60
61
  ChatSupport: require('./ChatSupport'),
61
62
  Check: require('./Check'),
63
+ Checkbold: require('./Checkbold'),
62
64
  Checkmark: require('./Checkmark'),
63
65
  ChevronLeft: require('./ChevronLeft'),
64
66
  ChevronRight: require('./ChevronRight'),
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 12 Sep 2025 04:45:05 GMT
3
+ * Generated on Fri, 03 Oct 2025 20:36:54 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_9_2.woff',
67
- 400: 'https://cdn.telus.digital/uds/HNforTELUSSARegular_normal_normal-v5_9_2.woff',
68
- 500: 'https://cdn.telus.digital/uds/HNforTELUSSAMedium_normal_normal-v5_9_2.woff',
69
- 700: 'https://cdn.telus.digital/uds/HNforTELUSSABold_normal_normal-v5_9_2.woff'
66
+ 300: 'https://cdn.telus.digital/uds/HNforTELUSSADisplay_normal_normal-v5_11_0.woff',
67
+ 400: 'https://cdn.telus.digital/uds/HNforTELUSSARegular_normal_normal-v5_11_0.woff',
68
+ 500: 'https://cdn.telus.digital/uds/HNforTELUSSAMedium_normal_normal-v5_11_0.woff',
69
+ 700: 'https://cdn.telus.digital/uds/HNforTELUSSABold_normal_normal-v5_11_0.woff'
70
70
  },
71
71
  HNforTELUSSAOTF: {
72
- 300: 'https://cdn.telus.digital/uds/HNforTELUSSA-Display-v5_9_2.otf',
73
- 400: 'https://cdn.telus.digital/uds/HNforTELUSSA-v5_9_2.otf',
74
- 500: 'https://cdn.telus.digital/uds/HNforTELUSSA-Md-v5_9_2.otf',
75
- 700: 'https://cdn.telus.digital/uds/HNforTELUSSA-Bd-v5_9_2.otf'
72
+ 300: 'https://cdn.telus.digital/uds/HNforTELUSSA-Display-v5_11_0.otf',
73
+ 400: 'https://cdn.telus.digital/uds/HNforTELUSSA-v5_11_0.otf',
74
+ 500: 'https://cdn.telus.digital/uds/HNforTELUSSA-Md-v5_11_0.otf',
75
+ 700: 'https://cdn.telus.digital/uds/HNforTELUSSA-Bd-v5_11_0.otf'
76
76
  },
77
77
  HNforTELUSSAWoff2: {
78
- 300: 'https://cdn.telus.digital/uds/HNforTELUSSADisplay_normal_normal2-v5_9_2.woff2',
79
- 400: 'https://cdn.telus.digital/uds/HNforTELUSSARegular_normal_normal2-v5_9_2.woff2',
80
- 500: 'https://cdn.telus.digital/uds/HNforTELUSSAMedium_normal_normal2-v5_9_2.woff2',
81
- 700: 'https://cdn.telus.digital/uds/HNforTELUSSABold_normal_normal2-v5_9_2.woff2'
78
+ 300: 'https://cdn.telus.digital/uds/HNforTELUSSADisplay_normal_normal2-v5_11_0.woff2',
79
+ 400: 'https://cdn.telus.digital/uds/HNforTELUSSARegular_normal_normal2-v5_11_0.woff2',
80
+ 500: 'https://cdn.telus.digital/uds/HNforTELUSSAMedium_normal_normal2-v5_11_0.woff2',
81
+ 700: 'https://cdn.telus.digital/uds/HNforTELUSSABold_normal_normal2-v5_11_0.woff2'
82
82
  }
83
83
  },
84
84
  fontSize: {
@@ -106,6 +106,7 @@ module.exports = {
106
106
  Accessible: '@telus-uds/palette-allium/build/web/icons/accessible.icon.svg',
107
107
  Add: '@telus-uds/palette-allium/build/web/icons/add.icon.svg',
108
108
  AddUser: '@telus-uds/palette-allium/build/web/icons/add-user.icon.svg',
109
+ Airplane: '@telus-uds/palette-allium/build/web/icons/airplane.icon.svg',
109
110
  AlarmClock: '@telus-uds/palette-allium/build/web/icons/alarm-clock.icon.svg',
110
111
  Ambulance: '@telus-uds/palette-allium/build/web/icons/ambulance.icon.svg',
111
112
  Amex: '@telus-uds/palette-allium/build/web/icons/amex.icon.svg',
@@ -162,6 +163,7 @@ module.exports = {
162
163
  ChatHappySolid: '@telus-uds/palette-allium/build/web/icons/chat-happy-solid.icon.svg',
163
164
  ChatSupport: '@telus-uds/palette-allium/build/web/icons/chat-support.icon.svg',
164
165
  Check: '@telus-uds/palette-allium/build/web/icons/check.icon.svg',
166
+ Checkbold: '@telus-uds/palette-allium/build/web/icons/checkbold.icon.svg',
165
167
  Checkmark: '@telus-uds/palette-allium/build/web/icons/checkmark.icon.svg',
166
168
  ChevronLeft: '@telus-uds/palette-allium/build/web/icons/chevron-left.icon.svg',
167
169
  ChevronRight: '@telus-uds/palette-allium/build/web/icons/chevron-right.icon.svg',
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path fill-rule="evenodd" d="M18.597 1.624a2.675 2.675 0 1 1 3.778 3.779l-3.63 3.301.477 9.747-.952.046h.001l.95-.046a.952.952 0 0 1-.277.72l-.9.9a.953.953 0 0 1-1.454-.128l-.06-.095-3.287-6.137-4.172 3.795.436 3.782a.953.953 0 0 1-.272.782l-.901.902-.082.073a.951.951 0 0 1-1.353-.176l-.06-.092-1.233-2.118-.313.286a1.584 1.584 0 0 1-2.237-2.236l.285-.315-2.117-1.232a.952.952 0 0 1-.194-1.496l.902-.9.08-.072a.952.952 0 0 1 .593-.207l.108.007 3.78.434 3.614-3.972-6.74-2.534-.11-.05a.953.953 0 0 1-.23-1.514l.902-.9a.953.953 0 0 1 .646-.28l10.606-.3 3.416-3.754Zm3.196.582a1.723 1.723 0 0 0-2.492.06l-3.688 4.053-11.011.311-.902.9 8.055 3.03-4.885 5.37-4.267-.49-.901.9 3.136 1.824L3.76 19.35a.631.631 0 0 0 .892.891l1.185-1.078 1.824 3.136.9-.901-.49-4.267 5.434-4.945 3.865 7.213.9-.901-.498-10.194 3.962-3.605a1.723 1.723 0 0 0 .06-2.492Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path fill-rule="evenodd" d="M20.181 4.044a1.243 1.243 0 0 1 1.704.094l.084.096c.368.468.376 1.139.016 1.613l-.083.098L9.28 19.507a1.403 1.403 0 0 1-.081.1l-.097.096-.001-.001-.009.008-.132.142a1.222 1.222 0 0 1-.93.396h-.017a1.281 1.281 0 0 1-.867-.328l-.1-.1-4.96-5.557a1.342 1.342 0 0 1 .03-1.81l.096-.09a1.245 1.245 0 0 1 1.7.09l4.084 4.246L20.085 4.135l.096-.091ZM2.15 13.93l.013.018a1.055 1.055 0 0 1-.06-.108l.047.09Z" clip-rule="evenodd"/>
3
+ </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telus-uds/palette-allium",
3
- "version": "5.9.2",
3
+ "version": "5.11.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.7"
26
+ "@telus-uds/system-tokens": "^1.4.8"
27
27
  }
28
28
  }
package/palette.json CHANGED
@@ -424,6 +424,10 @@
424
424
  "tags": ["Decorative", "General"],
425
425
  "value": "icon/add-user.svg"
426
426
  },
427
+ "Airplane": {
428
+ "tags": ["Decorative", "General"],
429
+ "value": "icon/airplane.svg"
430
+ },
427
431
  "AlarmClock": {
428
432
  "tags": ["Decorative", "General"],
429
433
  "value": "icon/alarm-clock.svg"
@@ -647,6 +651,10 @@
647
651
  "tags": ["Decorative", "General"],
648
652
  "value": "icon/check.svg"
649
653
  },
654
+ "Checkbold": {
655
+ "tags": ["Interface", "List"],
656
+ "value": "icon/checkbold.svg"
657
+ },
650
658
  "Checkmark": {
651
659
  "tags": ["Interface", "List"],
652
660
  "value": "icon/checkmark.svg"