@telus-uds/palette-allium 5.2.0 → 5.3.1

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 (36) hide show
  1. package/CHANGELOG.json +31 -1
  2. package/CHANGELOG.md +18 -2
  3. package/build/android/border.xml +1 -1
  4. package/build/android/color.xml +1 -1
  5. package/build/android/font_size.xml +1 -1
  6. package/build/android/radius.xml +1 -1
  7. package/build/android/size.xml +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/CopyBold.js +28 -0
  14. package/build/rn/icons/CopyBold.native.js +27 -0
  15. package/build/rn/icons/copy-bold.icon.svg +3 -0
  16. package/build/rn/icons/index.js +1 -0
  17. package/build/rn/palette.js +2 -1
  18. package/build/web/fonts/fonts-cdn-family.css +8 -8
  19. package/build/web/fonts/fonts-cdn.css +8 -8
  20. package/build/web/fonts/fonts-local-family.css +8 -8
  21. package/build/web/fonts/fonts-local.css +8 -8
  22. package/build/web/icons/CopyBold.js +28 -0
  23. package/build/web/icons/copy-bold.icon.svg +3 -0
  24. package/build/web/icons/index.js +1 -0
  25. package/build/web/palette.js +10 -9
  26. package/icon/copy-bold.svg +3 -0
  27. package/package.json +2 -2
  28. package/palette.json +4 -0
  29. /package/build/web/fonts/{HNforTELUSSA-Bd-v5_2_0.otf → HNforTELUSSA-Bd-v5_3_1.otf} +0 -0
  30. /package/build/web/fonts/{HNforTELUSSA-Display-v5_2_0.otf → HNforTELUSSA-Display-v5_3_1.otf} +0 -0
  31. /package/build/web/fonts/{HNforTELUSSA-Md-v5_2_0.otf → HNforTELUSSA-Md-v5_3_1.otf} +0 -0
  32. /package/build/web/fonts/{HNforTELUSSA-v5_2_0.otf → HNforTELUSSA-v5_3_1.otf} +0 -0
  33. /package/build/web/fonts/{HNforTELUSSABold_normal_normal-v5_2_0.woff → HNforTELUSSABold_normal_normal-v5_3_1.woff} +0 -0
  34. /package/build/web/fonts/{HNforTELUSSADisplay_normal_normal-v5_2_0.woff → HNforTELUSSADisplay_normal_normal-v5_3_1.woff} +0 -0
  35. /package/build/web/fonts/{HNforTELUSSAMedium_normal_normal-v5_2_0.woff → HNforTELUSSAMedium_normal_normal-v5_3_1.woff} +0 -0
  36. /package/build/web/fonts/{HNforTELUSSARegular_normal_normal-v5_2_0.woff → HNforTELUSSARegular_normal_normal-v5_3_1.woff} +0 -0
package/CHANGELOG.json CHANGED
@@ -2,7 +2,37 @@
2
2
  "name": "@telus-uds/palette-allium",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 05 Mar 2025 00:01:06 GMT",
5
+ "date": "Mon, 24 Mar 2025 16:24:15 GMT",
6
+ "tag": "@telus-uds/palette-allium_v5.3.1",
7
+ "version": "5.3.1",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@telus-uds/palette-allium",
13
+ "comment": "Bump @telus-uds/system-tokens to v1.2.1",
14
+ "commit": "015425c40dd16eadce2217410496fd87f2a75fdf"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Tue, 11 Mar 2025 21:16:58 GMT",
21
+ "tag": "@telus-uds/palette-allium_v5.3.0",
22
+ "version": "5.3.0",
23
+ "comments": {
24
+ "minor": [
25
+ {
26
+ "author": "shivam.gupta3@telus.com",
27
+ "package": "@telus-uds/palette-allium",
28
+ "commit": "8a9f1efd5f7014effb8a502ae3d35eeda087f2e0",
29
+ "comment": "`Icon`: CopyBold icon mapping added"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Wed, 05 Mar 2025 00:06:37 GMT",
6
36
  "tag": "@telus-uds/palette-allium_v5.2.0",
7
37
  "version": "5.2.0",
8
38
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,28 @@
1
1
  # Change Log - @telus-uds/palette-allium
2
2
 
3
- This log was last generated on Wed, 05 Mar 2025 00:01:06 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 24 Mar 2025 16:24:15 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 5.3.1
8
+
9
+ Mon, 24 Mar 2025 16:24:15 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @telus-uds/system-tokens to v1.2.1
14
+
15
+ ## 5.3.0
16
+
17
+ Tue, 11 Mar 2025 21:16:58 GMT
18
+
19
+ ### Minor changes
20
+
21
+ - `Icon`: CopyBold icon mapping added (shivam.gupta3@telus.com)
22
+
7
23
  ## 5.2.0
8
24
 
9
- Wed, 05 Mar 2025 00:01:06 GMT
25
+ Wed, 05 Mar 2025 00:06:37 GMT
10
26
 
11
27
  ### Minor changes
12
28
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Wed, 05 Mar 2025 00:02:40 GMT
5
+ Generated on Mon, 24 Mar 2025 16:26:26 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 Wed, 05 Mar 2025 00:02:40 GMT
5
+ Generated on Mon, 24 Mar 2025 16:26:26 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 Wed, 05 Mar 2025 00:02:40 GMT
5
+ Generated on Mon, 24 Mar 2025 16:26:26 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 Wed, 05 Mar 2025 00:02:40 GMT
5
+ Generated on Mon, 24 Mar 2025 16:26:26 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 Wed, 05 Mar 2025 00:02:40 GMT
5
+ Generated on Mon, 24 Mar 2025 16:26:26 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 Wed, 05 Mar 2025 00:02:40 GMT
7
+ // Generated on Mon, 24 Mar 2025 16:26:26 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 Wed, 05 Mar 2025 00:02:40 GMT
7
+ // Generated on Mon, 24 Mar 2025 16:26:26 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 Wed, 05 Mar 2025 00:02:40 GMT
7
+ // Generated on Mon, 24 Mar 2025 16:26:26 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 Wed, 05 Mar 2025 00:02:40 GMT
7
+ // Generated on Mon, 24 Mar 2025 16:26:26 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 Wed, 05 Mar 2025 00:02:40 GMT
7
+ // Generated on Mon, 24 Mar 2025 16:26:26 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+
3
+ var _jsxRuntime = require("react/jsx-runtime");
4
+ module.exports = ({
5
+ title,
6
+ titleId,
7
+ size,
8
+ color,
9
+ ...props
10
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
11
+ ...props,
12
+ xmlns: "http://www.w3.org/2000/svg",
13
+ viewBox: "0 0 24 24",
14
+ height: size,
15
+ width: size,
16
+ fill: color,
17
+ role: title ? 'img' : undefined,
18
+ "aria-hidden": !title,
19
+ "aria-labelledby": titleId,
20
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
21
+ id: titleId,
22
+ children: title
23
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
24
+ fillRule: "evenodd",
25
+ d: "M7 3a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-4v4a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h4V3Zm14 12h-4V9a2 2 0 0 0-2-2H9V3h12v12Zm-6-6H3v12h12V9Z",
26
+ clipRule: "evenodd"
27
+ })]
28
+ });
@@ -0,0 +1,27 @@
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
+ ...props
11
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, {
12
+ ...props,
13
+ xmlns: "http://www.w3.org/2000/svg",
14
+ viewBox: "0 0 24 24",
15
+ height: size,
16
+ width: size,
17
+ fill: color,
18
+ "aria-labelledby": titleId,
19
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
20
+ id: titleId,
21
+ children: title
22
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
23
+ fillRule: "evenodd",
24
+ d: "M7 3a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-4v4a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h4V3Zm14 12h-4V9a2 2 0 0 0-2-2H9V3h12v12Zm-6-6H3v12h12V9Z",
25
+ clipRule: "evenodd"
26
+ })]
27
+ });
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path fill-rule="evenodd" d="M7 3a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-4v4a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h4V3Zm14 12h-4V9a2 2 0 0 0-2-2H9V3h12v12Zm-6-6H3v12h12V9Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -73,6 +73,7 @@ module.exports = {
73
73
  Compass: require('./Compass'),
74
74
  ComputerNetwork: require('./ComputerNetwork'),
75
75
  Contract: require('./Contract'),
76
+ CopyBold: require('./CopyBold'),
76
77
  CreditCard: require('./CreditCard'),
77
78
  Cronometer: require('./Cronometer'),
78
79
  CssActivations: require('./CssActivations'),
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 05 Mar 2025 00:02:44 GMT
3
+ * Generated on Mon, 24 Mar 2025 16:26:30 GMT
4
4
  */
5
5
  module.exports = {
6
6
  border: {
@@ -235,6 +235,7 @@ module.exports = {
235
235
  Compass: '@telus-uds/palette-allium/build/rn/icons/compass.icon.svg',
236
236
  ComputerNetwork: '@telus-uds/palette-allium/build/rn/icons/computer-network.icon.svg',
237
237
  Contract: '@telus-uds/palette-allium/build/rn/icons/contract.icon.svg',
238
+ CopyBold: '@telus-uds/palette-allium/build/rn/icons/copy-bold.icon.svg',
238
239
  CreditCard: '@telus-uds/palette-allium/build/rn/icons/credit-card.icon.svg',
239
240
  Cronometer: '@telus-uds/palette-allium/build/rn/icons/cronometer.icon.svg',
240
241
  CssActivations: '@telus-uds/palette-allium/build/rn/icons/css-activations.icon.svg',
@@ -1,55 +1,55 @@
1
1
  @font-face {
2
2
  font-family: 'HNforTELUSSA';
3
- src: url('https://cdn.telus.digital/uds/HNforTELUSSADisplay_normal_normal-v5_2_0.woff');
3
+ src: url('https://cdn.telus.digital/uds/HNforTELUSSADisplay_normal_normal-v5_3_1.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_2_0.woff');
10
+ src: url('https://cdn.telus.digital/uds/HNforTELUSSARegular_normal_normal-v5_3_1.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_2_0.woff');
17
+ src: url('https://cdn.telus.digital/uds/HNforTELUSSAMedium_normal_normal-v5_3_1.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_2_0.woff');
24
+ src: url('https://cdn.telus.digital/uds/HNforTELUSSABold_normal_normal-v5_3_1.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_2_0.otf');
31
+ src: url('https://cdn.telus.digital/uds/HNforTELUSSA-Display-v5_3_1.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_2_0.otf');
38
+ src: url('https://cdn.telus.digital/uds/HNforTELUSSA-v5_3_1.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_2_0.otf');
45
+ src: url('https://cdn.telus.digital/uds/HNforTELUSSA-Md-v5_3_1.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_2_0.otf');
52
+ src: url('https://cdn.telus.digital/uds/HNforTELUSSA-Bd-v5_3_1.otf');
53
53
  font-weight: 700;
54
54
  font-style: normal;
55
55
  font-display: block;
@@ -1,40 +1,40 @@
1
1
  @font-face {
2
2
  font-family: 'HNforTELUSSA300normal';
3
- src: url('https://cdn.telus.digital/uds/HNforTELUSSADisplay_normal_normal-v5_2_0.woff');
3
+ src: url('https://cdn.telus.digital/uds/HNforTELUSSADisplay_normal_normal-v5_3_1.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_2_0.woff');
8
+ src: url('https://cdn.telus.digital/uds/HNforTELUSSARegular_normal_normal-v5_3_1.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_2_0.woff');
13
+ src: url('https://cdn.telus.digital/uds/HNforTELUSSAMedium_normal_normal-v5_3_1.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_2_0.woff');
18
+ src: url('https://cdn.telus.digital/uds/HNforTELUSSABold_normal_normal-v5_3_1.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_2_0.otf');
23
+ src: url('https://cdn.telus.digital/uds/HNforTELUSSA-Display-v5_3_1.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_2_0.otf');
28
+ src: url('https://cdn.telus.digital/uds/HNforTELUSSA-v5_3_1.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_2_0.otf');
33
+ src: url('https://cdn.telus.digital/uds/HNforTELUSSA-Md-v5_3_1.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_2_0.otf');
38
+ src: url('https://cdn.telus.digital/uds/HNforTELUSSA-Bd-v5_3_1.otf');
39
39
  font-display: block;
40
40
  }
@@ -1,55 +1,55 @@
1
1
  @font-face {
2
2
  font-family: 'HNforTELUSSA';
3
- src: url('./HNforTELUSSADisplay_normal_normal-v5_2_0.woff');
3
+ src: url('./HNforTELUSSADisplay_normal_normal-v5_3_1.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_2_0.woff');
10
+ src: url('./HNforTELUSSARegular_normal_normal-v5_3_1.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_2_0.woff');
17
+ src: url('./HNforTELUSSAMedium_normal_normal-v5_3_1.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_2_0.woff');
24
+ src: url('./HNforTELUSSABold_normal_normal-v5_3_1.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_2_0.otf');
31
+ src: url('./HNforTELUSSA-Display-v5_3_1.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_2_0.otf');
38
+ src: url('./HNforTELUSSA-v5_3_1.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_2_0.otf');
45
+ src: url('./HNforTELUSSA-Md-v5_3_1.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_2_0.otf');
52
+ src: url('./HNforTELUSSA-Bd-v5_3_1.otf');
53
53
  font-weight: 700;
54
54
  font-style: normal;
55
55
  font-display: block;
@@ -1,40 +1,40 @@
1
1
  @font-face {
2
2
  font-family: 'HNforTELUSSA300normal';
3
- src: url('./HNforTELUSSADisplay_normal_normal-v5_2_0.woff');
3
+ src: url('./HNforTELUSSADisplay_normal_normal-v5_3_1.woff');
4
4
  font-display: block;
5
5
  }
6
6
  @font-face {
7
7
  font-family: 'HNforTELUSSA400normal';
8
- src: url('./HNforTELUSSARegular_normal_normal-v5_2_0.woff');
8
+ src: url('./HNforTELUSSARegular_normal_normal-v5_3_1.woff');
9
9
  font-display: block;
10
10
  }
11
11
  @font-face {
12
12
  font-family: 'HNforTELUSSA500normal';
13
- src: url('./HNforTELUSSAMedium_normal_normal-v5_2_0.woff');
13
+ src: url('./HNforTELUSSAMedium_normal_normal-v5_3_1.woff');
14
14
  font-display: block;
15
15
  }
16
16
  @font-face {
17
17
  font-family: 'HNforTELUSSA700normal';
18
- src: url('./HNforTELUSSABold_normal_normal-v5_2_0.woff');
18
+ src: url('./HNforTELUSSABold_normal_normal-v5_3_1.woff');
19
19
  font-display: block;
20
20
  }
21
21
  @font-face {
22
22
  font-family: 'HNforTELUSSAOTF300normal';
23
- src: url('./HNforTELUSSA-Display-v5_2_0.otf');
23
+ src: url('./HNforTELUSSA-Display-v5_3_1.otf');
24
24
  font-display: block;
25
25
  }
26
26
  @font-face {
27
27
  font-family: 'HNforTELUSSAOTF400normal';
28
- src: url('./HNforTELUSSA-v5_2_0.otf');
28
+ src: url('./HNforTELUSSA-v5_3_1.otf');
29
29
  font-display: block;
30
30
  }
31
31
  @font-face {
32
32
  font-family: 'HNforTELUSSAOTF500normal';
33
- src: url('./HNforTELUSSA-Md-v5_2_0.otf');
33
+ src: url('./HNforTELUSSA-Md-v5_3_1.otf');
34
34
  font-display: block;
35
35
  }
36
36
  @font-face {
37
37
  font-family: 'HNforTELUSSAOTF700normal';
38
- src: url('./HNforTELUSSA-Bd-v5_2_0.otf');
38
+ src: url('./HNforTELUSSA-Bd-v5_3_1.otf');
39
39
  font-display: block;
40
40
  }
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+
3
+ var _jsxRuntime = require("react/jsx-runtime");
4
+ module.exports = ({
5
+ title,
6
+ titleId,
7
+ size,
8
+ color,
9
+ ...props
10
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
11
+ ...props,
12
+ xmlns: "http://www.w3.org/2000/svg",
13
+ viewBox: "0 0 24 24",
14
+ height: size,
15
+ width: size,
16
+ fill: color,
17
+ role: title ? 'img' : undefined,
18
+ "aria-hidden": !title,
19
+ "aria-labelledby": titleId,
20
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
21
+ id: titleId,
22
+ children: title
23
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
24
+ fillRule: "evenodd",
25
+ d: "M7 3a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-4v4a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h4V3Zm14 12h-4V9a2 2 0 0 0-2-2H9V3h12v12Zm-6-6H3v12h12V9Z",
26
+ clipRule: "evenodd"
27
+ })]
28
+ });
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path fill-rule="evenodd" d="M7 3a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-4v4a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h4V3Zm14 12h-4V9a2 2 0 0 0-2-2H9V3h12v12Zm-6-6H3v12h12V9Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -73,6 +73,7 @@ module.exports = {
73
73
  Compass: require('./Compass'),
74
74
  ComputerNetwork: require('./ComputerNetwork'),
75
75
  Contract: require('./Contract'),
76
+ CopyBold: require('./CopyBold'),
76
77
  CreditCard: require('./CreditCard'),
77
78
  Cronometer: require('./Cronometer'),
78
79
  CssActivations: require('./CssActivations'),
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 05 Mar 2025 00:02:40 GMT
3
+ * Generated on Mon, 24 Mar 2025 16:26:26 GMT
4
4
  */
5
5
  module.exports = {
6
6
  border: {
@@ -63,16 +63,16 @@ module.exports = {
63
63
  },
64
64
  font: {
65
65
  HNforTELUSSA: {
66
- 300: 'https://cdn.telus.digital/uds/HNforTELUSSADisplay_normal_normal-v5_2_0.woff',
67
- 400: 'https://cdn.telus.digital/uds/HNforTELUSSARegular_normal_normal-v5_2_0.woff',
68
- 500: 'https://cdn.telus.digital/uds/HNforTELUSSAMedium_normal_normal-v5_2_0.woff',
69
- 700: 'https://cdn.telus.digital/uds/HNforTELUSSABold_normal_normal-v5_2_0.woff'
66
+ 300: 'https://cdn.telus.digital/uds/HNforTELUSSADisplay_normal_normal-v5_3_1.woff',
67
+ 400: 'https://cdn.telus.digital/uds/HNforTELUSSARegular_normal_normal-v5_3_1.woff',
68
+ 500: 'https://cdn.telus.digital/uds/HNforTELUSSAMedium_normal_normal-v5_3_1.woff',
69
+ 700: 'https://cdn.telus.digital/uds/HNforTELUSSABold_normal_normal-v5_3_1.woff'
70
70
  },
71
71
  HNforTELUSSAOTF: {
72
- 300: 'https://cdn.telus.digital/uds/HNforTELUSSA-Display-v5_2_0.otf',
73
- 400: 'https://cdn.telus.digital/uds/HNforTELUSSA-v5_2_0.otf',
74
- 500: 'https://cdn.telus.digital/uds/HNforTELUSSA-Md-v5_2_0.otf',
75
- 700: 'https://cdn.telus.digital/uds/HNforTELUSSA-Bd-v5_2_0.otf'
72
+ 300: 'https://cdn.telus.digital/uds/HNforTELUSSA-Display-v5_3_1.otf',
73
+ 400: 'https://cdn.telus.digital/uds/HNforTELUSSA-v5_3_1.otf',
74
+ 500: 'https://cdn.telus.digital/uds/HNforTELUSSA-Md-v5_3_1.otf',
75
+ 700: 'https://cdn.telus.digital/uds/HNforTELUSSA-Bd-v5_3_1.otf'
76
76
  }
77
77
  },
78
78
  fontSize: {
@@ -170,6 +170,7 @@ module.exports = {
170
170
  Compass: '@telus-uds/palette-allium/build/web/icons/compass.icon.svg',
171
171
  ComputerNetwork: '@telus-uds/palette-allium/build/web/icons/computer-network.icon.svg',
172
172
  Contract: '@telus-uds/palette-allium/build/web/icons/contract.icon.svg',
173
+ CopyBold: '@telus-uds/palette-allium/build/web/icons/copy-bold.icon.svg',
173
174
  CreditCard: '@telus-uds/palette-allium/build/web/icons/credit-card.icon.svg',
174
175
  Cronometer: '@telus-uds/palette-allium/build/web/icons/cronometer.icon.svg',
175
176
  CssActivations: '@telus-uds/palette-allium/build/web/icons/css-activations.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="M7 3a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-4v4a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h4V3Zm14 12h-4V9a2 2 0 0 0-2-2H9V3h12v12Zm-6-6H3v12h12V9Z" 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.2.0",
3
+ "version": "5.3.1",
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.2.0"
26
+ "@telus-uds/system-tokens": "^1.2.1"
27
27
  }
28
28
  }
package/palette.json CHANGED
@@ -695,6 +695,10 @@
695
695
  "tags": ["Decorative", "General"],
696
696
  "value": "icon/contract.svg"
697
697
  },
698
+ "CopyBold": {
699
+ "tags": ["Decorative", "General"],
700
+ "value": "icon/copy-bold.svg"
701
+ },
698
702
  "CreditCard": {
699
703
  "tags": ["Decorative", "General"],
700
704
  "value": "icon/credit-card.svg"