@telus-uds/palettes-community.palette-casa 1.4.9 → 1.5.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 (62) hide show
  1. package/build/android/border.xml +1 -1
  2. package/build/android/color.xml +1 -1
  3. package/build/android/font_size.xml +1 -1
  4. package/build/android/radius.xml +1 -1
  5. package/build/android/size.xml +1 -1
  6. package/build/ios/Border.swift +1 -1
  7. package/build/ios/Color.swift +1 -1
  8. package/build/ios/FontSize.swift +1 -1
  9. package/build/ios/Radius.swift +1 -1
  10. package/build/ios/Size.swift +1 -1
  11. package/build/rn/icons/ArrowLeft.js +2 -3
  12. package/build/rn/icons/ArrowLeft.native.js +2 -3
  13. package/build/rn/icons/ArrowRight.js +2 -3
  14. package/build/rn/icons/ArrowRight.native.js +2 -3
  15. package/build/rn/icons/CaretDown.js +3 -3
  16. package/build/rn/icons/CaretDown.native.js +3 -3
  17. package/build/rn/icons/CaretDownSmall.js +28 -0
  18. package/build/rn/icons/CaretDownSmall.native.js +27 -0
  19. package/build/rn/icons/CaretUp.js +3 -3
  20. package/build/rn/icons/CaretUp.native.js +3 -3
  21. package/build/rn/icons/CaretUpSmall.js +28 -0
  22. package/build/rn/icons/CaretUpSmall.native.js +27 -0
  23. package/build/rn/icons/DeviceHand.js +28 -0
  24. package/build/rn/icons/DeviceHand.native.js +27 -0
  25. package/build/rn/icons/arrow-left.icon.svg +2 -2
  26. package/build/rn/icons/arrow-right.icon.svg +2 -2
  27. package/build/rn/icons/caret-down-small.icon.svg +3 -0
  28. package/build/rn/icons/caret-down.icon.svg +2 -2
  29. package/build/rn/icons/caret-up-small.icon.svg +3 -0
  30. package/build/rn/icons/caret-up.icon.svg +2 -2
  31. package/build/rn/icons/device-hand.icon.svg +3 -0
  32. package/build/rn/icons/index.js +3 -0
  33. package/build/rn/palette.js +4 -1
  34. package/build/web/fonts/fonts-cdn-family.css +7 -7
  35. package/build/web/fonts/fonts-cdn.css +7 -7
  36. package/build/web/fonts/fonts-local-family.css +7 -7
  37. package/build/web/fonts/fonts-local.css +7 -7
  38. package/build/web/icons/ArrowLeft.js +2 -3
  39. package/build/web/icons/ArrowRight.js +2 -3
  40. package/build/web/icons/CaretDown.js +3 -3
  41. package/build/web/icons/CaretDownSmall.js +28 -0
  42. package/build/web/icons/CaretUp.js +3 -3
  43. package/build/web/icons/CaretUpSmall.js +28 -0
  44. package/build/web/icons/DeviceHand.js +28 -0
  45. package/build/web/icons/arrow-left.icon.svg +2 -2
  46. package/build/web/icons/arrow-right.icon.svg +2 -2
  47. package/build/web/icons/caret-down-small.icon.svg +3 -0
  48. package/build/web/icons/caret-down.icon.svg +2 -2
  49. package/build/web/icons/caret-up-small.icon.svg +3 -0
  50. package/build/web/icons/caret-up.icon.svg +2 -2
  51. package/build/web/icons/device-hand.icon.svg +3 -0
  52. package/build/web/icons/index.js +3 -0
  53. package/build/web/palette.js +11 -8
  54. package/package.json +2 -2
  55. package/palette.json +23 -2
  56. /package/build/web/fonts/{v1_4_9-HelveticaNow-300-yVw2nWdrrEKRLJf7GSXj1.otf → v1_5_0-HelveticaNow-300-x0VdYmzPNKBaqVyz3TXfC.otf} +0 -0
  57. /package/build/web/fonts/{v1_4_9-HelveticaNow-400-GvQsh46euvBaKt2Tlk9ph.woff → v1_5_0-HelveticaNow-400-Ut5s-fp2d6yjcOVULByfl.woff} +0 -0
  58. /package/build/web/fonts/{v1_4_9-HelveticaNow-500-xQTjFUw-uA1rhG88ofU9x.woff → v1_5_0-HelveticaNow-500-4lTFdR6aWVMUpO6C3j9bh.woff} +0 -0
  59. /package/build/web/fonts/{v1_4_9-HelveticaNow-700-oXE2atEzwm_yoyHeXNvTT.woff → v1_5_0-HelveticaNow-700-f8WXU8WMy0ykvZ36Fgqis.woff} +0 -0
  60. /package/build/web/fonts/{v1_4_9-HelveticaNowOTF-400-syKc8GT4WdGqBgJRBP5iw.otf → v1_5_0-HelveticaNowOTF-400-0eDv_fdGMZER_aSaSk30q.otf} +0 -0
  61. /package/build/web/fonts/{v1_4_9-HelveticaNowOTF-500-w63t3YLUmr7xSHAKVkJ0e.otf → v1_5_0-HelveticaNowOTF-500-nsZsSMzheI3EKPTp8ucAg.otf} +0 -0
  62. /package/build/web/fonts/{v1_4_9-HelveticaNowOTF-700-XHsxZUd0XIx2KdRHIwtoJ.otf → v1_5_0-HelveticaNowOTF-700-5Y1lj4gKJn-Rw4vu4HcMm.otf} +0 -0
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Fri, 10 Nov 2023 22:35:42 GMT
5
+ Generated on Sat, 18 Nov 2023 02:31:25 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, 10 Nov 2023 22:35:42 GMT
5
+ Generated on Sat, 18 Nov 2023 02:31:25 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, 10 Nov 2023 22:35:42 GMT
5
+ Generated on Sat, 18 Nov 2023 02:31:25 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, 10 Nov 2023 22:35:42 GMT
5
+ Generated on Sat, 18 Nov 2023 02:31:25 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, 10 Nov 2023 22:35:42 GMT
5
+ Generated on Sat, 18 Nov 2023 02:31:25 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, 10 Nov 2023 22:35:42 GMT
7
+ // Generated on Sat, 18 Nov 2023 02:31:25 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, 10 Nov 2023 22:35:42 GMT
7
+ // Generated on Sat, 18 Nov 2023 02:31:25 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, 10 Nov 2023 22:35:42 GMT
7
+ // Generated on Sat, 18 Nov 2023 02:31:25 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, 10 Nov 2023 22:35:42 GMT
7
+ // Generated on Sat, 18 Nov 2023 02:31:25 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, 10 Nov 2023 22:35:42 GMT
7
+ // Generated on Sat, 18 Nov 2023 02:31:25 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -9,8 +9,7 @@ module.exports = ({
9
9
  ...props
10
10
  }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
11
11
  ...props,
12
- xmlns: "http://www.w3.org/2000/svg",
13
- viewBox: "0 0 24 24",
12
+ viewBox: "0 0 20 20",
14
13
  height: size,
15
14
  width: size,
16
15
  fill: color,
@@ -22,7 +21,7 @@ module.exports = ({
22
21
  children: title
23
22
  }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
24
23
  fillRule: "evenodd",
25
- d: "M15.725 20.691c-.45.527-1.128.278-1.345 0l-8.695-8.264a.735.735 0 0 1 0-.975l8.695-8.087c.246-.267.8-.605 1.345-.117.545.488.153 1.16-.093 1.428l-6.743 7.32 6.743 7.334c.3.304.544.834.093 1.361Z",
24
+ d: "M12.817 4.206c.3.352.138.704-.062.907l-4.496 4.89 4.496 4.88c.163.179.425.627.062.952-.364.325-.733.1-.897-.078l-5.797-5.392a.49.49 0 0 1 0-.65l5.797-5.51c.145-.184.596-.35.897 0Z",
26
25
  clipRule: "evenodd"
27
26
  })]
28
27
  });
@@ -10,8 +10,7 @@ module.exports = ({
10
10
  ...props
11
11
  }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, {
12
12
  ...props,
13
- xmlns: "http://www.w3.org/2000/svg",
14
- viewBox: "0 0 24 24",
13
+ viewBox: "0 0 20 20",
15
14
  height: size,
16
15
  width: size,
17
16
  fill: color,
@@ -21,7 +20,7 @@ module.exports = ({
21
20
  children: title
22
21
  }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
23
22
  fillRule: "evenodd",
24
- d: "M15.725 20.691c-.45.527-1.128.278-1.345 0l-8.695-8.264a.735.735 0 0 1 0-.975l8.695-8.087c.246-.267.8-.605 1.345-.117.545.488.153 1.16-.093 1.428l-6.743 7.32 6.743 7.334c.3.304.544.834.093 1.361Z",
23
+ d: "M12.817 4.206c.3.352.138.704-.062.907l-4.496 4.89 4.496 4.88c.163.179.425.627.062.952-.364.325-.733.1-.897-.078l-5.797-5.392a.49.49 0 0 1 0-.65l5.797-5.51c.145-.184.596-.35.897 0Z",
25
24
  clipRule: "evenodd"
26
25
  })]
27
26
  });
@@ -9,8 +9,7 @@ module.exports = ({
9
9
  ...props
10
10
  }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
11
11
  ...props,
12
- xmlns: "http://www.w3.org/2000/svg",
13
- viewBox: "0 0 24 24",
12
+ viewBox: "0 0 20 20",
14
13
  height: size,
15
14
  width: size,
16
15
  fill: color,
@@ -22,7 +21,7 @@ module.exports = ({
22
21
  children: title
23
22
  }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
24
23
  fillRule: "evenodd",
25
- d: "M8.275 20.691c-.451-.527-.207-1.057.093-1.36l6.743-7.336-6.743-7.32c-.246-.267-.638-.94-.093-1.427.545-.488 1.1-.15 1.345.117l8.695 8.087a.735.735 0 0 1 0 .975L9.62 20.691c-.217.278-.894.527-1.345 0Z",
24
+ d: "M7.183 15.794c-.3-.351-.138-.704.062-.907l4.496-4.89-4.496-4.88c-.164-.179-.425-.626-.062-.952.363-.325.733-.1.897.078l5.797 5.392a.49.49 0 0 1 0 .65l-5.797 5.51c-.145.184-.596.35-.897 0Z",
26
25
  clipRule: "evenodd"
27
26
  })]
28
27
  });
@@ -10,8 +10,7 @@ module.exports = ({
10
10
  ...props
11
11
  }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, {
12
12
  ...props,
13
- xmlns: "http://www.w3.org/2000/svg",
14
- viewBox: "0 0 24 24",
13
+ viewBox: "0 0 20 20",
15
14
  height: size,
16
15
  width: size,
17
16
  fill: color,
@@ -21,7 +20,7 @@ module.exports = ({
21
20
  children: title
22
21
  }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
23
22
  fillRule: "evenodd",
24
- d: "M8.275 20.691c-.451-.527-.207-1.057.093-1.36l6.743-7.336-6.743-7.32c-.246-.267-.638-.94-.093-1.427.545-.488 1.1-.15 1.345.117l8.695 8.087a.735.735 0 0 1 0 .975L9.62 20.691c-.217.278-.894.527-1.345 0Z",
23
+ d: "M7.183 15.794c-.3-.351-.138-.704.062-.907l4.496-4.89-4.496-4.88c-.164-.179-.425-.626-.062-.952.363-.325.733-.1.897.078l5.797 5.392a.49.49 0 0 1 0 .65l-5.797 5.51c-.145.184-.596.35-.897 0Z",
25
24
  clipRule: "evenodd"
26
25
  })]
27
26
  });
@@ -10,9 +10,8 @@ module.exports = ({
10
10
  }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
11
11
  ...props,
12
12
  xmlns: "http://www.w3.org/2000/svg",
13
- viewBox: "0 0 24 24",
14
- height: size,
15
13
  width: size,
14
+ height: size,
16
15
  fill: color,
17
16
  role: title ? 'img' : undefined,
18
17
  "aria-hidden": !title,
@@ -21,8 +20,9 @@ module.exports = ({
21
20
  id: titleId,
22
21
  children: title
23
22
  }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
23
+ fill: "#2B8000",
24
24
  fillRule: "evenodd",
25
- d: "M20.691 7.275c-.527-.451-1.057-.207-1.36.093l-7.336 6.743-7.32-6.743c-.267-.246-.94-.638-1.427-.093-.488.545-.15 1.1.117 1.345l8.087 8.695a.735.735 0 0 0 .975 0l8.264-8.695c.278-.217.527-.894 0-1.345Z",
25
+ d: "M14.828 7.653c-.293-.25-.587-.115-.756.051l-4.075 3.747-4.066-3.747c-.149-.136-.522-.354-.793-.051-.271.302-.084.61.065.747l4.493 4.83a.408.408 0 0 0 .541 0l4.591-4.83c.155-.12.293-.497 0-.747Z",
26
26
  clipRule: "evenodd"
27
27
  })]
28
28
  });
@@ -11,17 +11,17 @@ module.exports = ({
11
11
  }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, {
12
12
  ...props,
13
13
  xmlns: "http://www.w3.org/2000/svg",
14
- viewBox: "0 0 24 24",
15
- height: size,
16
14
  width: size,
15
+ height: size,
17
16
  fill: color,
18
17
  "aria-labelledby": titleId,
19
18
  children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
20
19
  id: titleId,
21
20
  children: title
22
21
  }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
22
+ fill: "#2B8000",
23
23
  fillRule: "evenodd",
24
- d: "M20.691 7.275c-.527-.451-1.057-.207-1.36.093l-7.336 6.743-7.32-6.743c-.267-.246-.94-.638-1.427-.093-.488.545-.15 1.1.117 1.345l8.087 8.695a.735.735 0 0 0 .975 0l8.264-8.695c.278-.217.527-.894 0-1.345Z",
24
+ d: "M14.828 7.653c-.293-.25-.587-.115-.756.051l-4.075 3.747-4.066-3.747c-.149-.136-.522-.354-.793-.051-.271.302-.084.61.065.747l4.493 4.83a.408.408 0 0 0 .541 0l4.591-4.83c.155-.12.293-.497 0-.747Z",
25
25
  clipRule: "evenodd"
26
26
  })]
27
27
  });
@@ -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
+ width: size,
14
+ height: size,
15
+ fill: color,
16
+ role: title ? 'img' : undefined,
17
+ "aria-hidden": !title,
18
+ "aria-labelledby": titleId,
19
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
20
+ id: titleId,
21
+ children: title
22
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
23
+ fill: "#2B8000",
24
+ fillRule: "evenodd",
25
+ d: "M12.828 5.238c-.293-.25-.587-.115-.756.051L7.997 9.033 3.931 5.29c-.149-.136-.522-.354-.793-.051-.271.302-.084.61.065.746l4.493 4.828a.408.408 0 0 0 .541 0l4.591-4.828c.155-.12.293-.496 0-.746Z",
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
+ width: size,
15
+ height: size,
16
+ fill: color,
17
+ "aria-labelledby": titleId,
18
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
19
+ id: titleId,
20
+ children: title
21
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
22
+ fill: "#2B8000",
23
+ fillRule: "evenodd",
24
+ d: "M12.828 5.238c-.293-.25-.587-.115-.756.051L7.997 9.033 3.931 5.29c-.149-.136-.522-.354-.793-.051-.271.302-.084.61.065.746l4.493 4.828a.408.408 0 0 0 .541 0l4.591-4.828c.155-.12.293-.496 0-.746Z",
25
+ clipRule: "evenodd"
26
+ })]
27
+ });
@@ -10,9 +10,8 @@ module.exports = ({
10
10
  }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
11
11
  ...props,
12
12
  xmlns: "http://www.w3.org/2000/svg",
13
- viewBox: "0 0 24 24",
14
- height: size,
15
13
  width: size,
14
+ height: size,
16
15
  fill: color,
17
16
  role: title ? 'img' : undefined,
18
17
  "aria-hidden": !title,
@@ -21,8 +20,9 @@ module.exports = ({
21
20
  id: titleId,
22
21
  children: title
23
22
  }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
23
+ fill: "#2B8000",
24
24
  fillRule: "evenodd",
25
- d: "M20.691 16.725c-.527.451-1.057.207-1.36-.093L11.994 9.89l-7.32 6.743c-.267.246-.94.638-1.427.093-.488-.545-.15-1.1.117-1.345l8.087-8.695a.735.735 0 0 1 .975 0l8.264 8.695c.278.217.527.894 0 1.345Z",
25
+ d: "M5.172 12.347c.293.25.587.116.756-.051l4.075-3.746 4.066 3.746c.149.136.522.354.793.051.271-.302.084-.61-.065-.747l-4.493-4.83a.408.408 0 0 0-.541 0L5.172 11.6c-.155.12-.293.497 0 .747Z",
26
26
  clipRule: "evenodd"
27
27
  })]
28
28
  });
@@ -11,17 +11,17 @@ module.exports = ({
11
11
  }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, {
12
12
  ...props,
13
13
  xmlns: "http://www.w3.org/2000/svg",
14
- viewBox: "0 0 24 24",
15
- height: size,
16
14
  width: size,
15
+ height: size,
17
16
  fill: color,
18
17
  "aria-labelledby": titleId,
19
18
  children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
20
19
  id: titleId,
21
20
  children: title
22
21
  }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
22
+ fill: "#2B8000",
23
23
  fillRule: "evenodd",
24
- d: "M20.691 16.725c-.527.451-1.057.207-1.36-.093L11.994 9.89l-7.32 6.743c-.267.246-.94.638-1.427.093-.488-.545-.15-1.1.117-1.345l8.087-8.695a.735.735 0 0 1 .975 0l8.264 8.695c.278.217.527.894 0 1.345Z",
24
+ d: "M5.172 12.347c.293.25.587.116.756-.051l4.075-3.746 4.066 3.746c.149.136.522.354.793.051.271-.302.084-.61-.065-.747l-4.493-4.83a.408.408 0 0 0-.541 0L5.172 11.6c-.155.12-.293.497 0 .747Z",
25
25
  clipRule: "evenodd"
26
26
  })]
27
27
  });
@@ -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
+ width: size,
14
+ height: size,
15
+ fill: color,
16
+ role: title ? 'img' : undefined,
17
+ "aria-hidden": !title,
18
+ "aria-labelledby": titleId,
19
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
20
+ id: titleId,
21
+ children: title
22
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
23
+ fill: "#2B8000",
24
+ fillRule: "evenodd",
25
+ d: "M3.172 10.762c.293.25.587.115.756-.051l4.075-3.744 4.066 3.744c.149.136.522.354.793.051.271-.302.084-.61-.065-.746L8.304 5.188a.408.408 0 0 0-.541 0l-4.591 4.828c-.155.12-.293.496 0 .746Z",
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
+ width: size,
15
+ height: size,
16
+ fill: color,
17
+ "aria-labelledby": titleId,
18
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
19
+ id: titleId,
20
+ children: title
21
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
22
+ fill: "#2B8000",
23
+ fillRule: "evenodd",
24
+ d: "M3.172 10.762c.293.25.587.115.756-.051l4.075-3.744 4.066 3.744c.149.136.522.354.793.051.271-.302.084-.61-.065-.746L8.304 5.188a.408.408 0 0 0-.541 0l-4.591 4.828c-.155.12-.293.496 0 .746Z",
25
+ clipRule: "evenodd"
26
+ })]
27
+ });
@@ -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 25",
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: "M9.792 1.026a1.437 1.437 0 0 0-.772.788L8.214 3.87a1.776 1.776 0 0 0-1.219-.166 1.975 1.975 0 0 0-1.376 1.08c-.148.32-.184.66-.118.977a2.018 2.018 0 0 0-.318.037h-.001c-.604.129-1.132.542-1.378 1.082-.255.561-.179 1.188.205 1.63l.84.962c-.484.15-.901.5-1.109.945-.12.255-.163.522-.155.752.008.225.066.431.17.55l.948 1.088-1.71 4.349c-.287.733.11 1.543.87 1.813l4.974 1.759.371 1.56c.151.636.455 1.096.967 1.392.506.293 1.204.42 2.129.42l3.037-.008c.995-.002 1.7-.252 2.24-.726.537-.47.9-1.154 1.233-2.002v-.002c.823-2.256 1.957-6.607.217-10.218l-.004-.009-.009-.011 1.989-5.063a1.35 1.35 0 0 0 .093-.488v-.005c0-.573-.37-1.11-.961-1.319L10.919.99a1.529 1.529 0 0 0-1.127.037Zm10.427 4.749-3.226 8.208c-.402-.73-.863-1.431-1.337-2.132-.753-1.209-1.886-1.417-2.683-1.056-.821.372-1.388 1.39-.912 2.607l1.111 2.842c.177.45.176.762.078 1.035-.1.28-.306.53-.573.851l-.074.09-8.011-2.835L8.746 4.808a.39.39 0 0 0 .079-.202L9.809 2.1a.617.617 0 0 1 .33-.338.67.67 0 0 1 .486-.014l9.222 3.26c.33.116.491.461.372.766ZM6.389 5.11a.969.969 0 0 0-.086.418c.003.131.036.217.064.25l.756.868.784-1.997a.89.89 0 0 0-.73-.155 1.143 1.143 0 0 0-.787.616ZM5.364 6.59c.258-.057.502.024.748.154l.676.755-.795 2.025-1.437-1.65c-.028-.032-.06-.12-.065-.25a.97.97 0 0 1 .086-.42c.139-.303.441-.541.787-.614Zm-.183 3.634a.97.97 0 0 0-.672.525.809.809 0 0 0-.077.343c.002.108.027.174.045.196l.568.65.607-1.545-.015-.017c-.096-.112-.133-.15-.178-.168-.043-.017-.108-.018-.278.016Zm8.153 1.302a.934.934 0 0 1 .342-.079c.375-.018.857.175 1.265.831l.002.004c.873 1.29 1.688 2.551 2.15 3.957.07.217.306.332.525.267a.404.404 0 0 0 .278-.51 10.776 10.776 0 0 0-.393-1.008l1.08-2.75c1.136 3.184.17 6.85-.56 8.848-.292.746-.58 1.29-.982 1.651-.398.357-.918.543-1.7.545l-3.038.008c-.86 0-1.382-.116-1.71-.317-.322-.196-.472-.483-.562-.866L9.78 21.06l2.032.718a.4.4 0 0 0 .4-.075.468.468 0 0 0 .172-.326c.032-.727.137-1.252.299-1.674.16-.421.38-.745.65-1.068v-.001l.005-.006c.268-.322.553-.664.705-1.086.155-.432.17-.938-.083-1.585l-1.11-2.843c-.32-.813.039-1.386.482-1.588Zm-9.55 5.917.51-1.301 7.803 2.761a3.615 3.615 0 0 0-.57 1.911L4.154 18.21c-.33-.117-.492-.462-.372-.766Z",
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 25",
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: "M9.792 1.026a1.437 1.437 0 0 0-.772.788L8.214 3.87a1.776 1.776 0 0 0-1.219-.166 1.975 1.975 0 0 0-1.376 1.08c-.148.32-.184.66-.118.977a2.018 2.018 0 0 0-.318.037h-.001c-.604.129-1.132.542-1.378 1.082-.255.561-.179 1.188.205 1.63l.84.962c-.484.15-.901.5-1.109.945-.12.255-.163.522-.155.752.008.225.066.431.17.55l.948 1.088-1.71 4.349c-.287.733.11 1.543.87 1.813l4.974 1.759.371 1.56c.151.636.455 1.096.967 1.392.506.293 1.204.42 2.129.42l3.037-.008c.995-.002 1.7-.252 2.24-.726.537-.47.9-1.154 1.233-2.002v-.002c.823-2.256 1.957-6.607.217-10.218l-.004-.009-.009-.011 1.989-5.063a1.35 1.35 0 0 0 .093-.488v-.005c0-.573-.37-1.11-.961-1.319L10.919.99a1.529 1.529 0 0 0-1.127.037Zm10.427 4.749-3.226 8.208c-.402-.73-.863-1.431-1.337-2.132-.753-1.209-1.886-1.417-2.683-1.056-.821.372-1.388 1.39-.912 2.607l1.111 2.842c.177.45.176.762.078 1.035-.1.28-.306.53-.573.851l-.074.09-8.011-2.835L8.746 4.808a.39.39 0 0 0 .079-.202L9.809 2.1a.617.617 0 0 1 .33-.338.67.67 0 0 1 .486-.014l9.222 3.26c.33.116.491.461.372.766ZM6.389 5.11a.969.969 0 0 0-.086.418c.003.131.036.217.064.25l.756.868.784-1.997a.89.89 0 0 0-.73-.155 1.143 1.143 0 0 0-.787.616ZM5.364 6.59c.258-.057.502.024.748.154l.676.755-.795 2.025-1.437-1.65c-.028-.032-.06-.12-.065-.25a.97.97 0 0 1 .086-.42c.139-.303.441-.541.787-.614Zm-.183 3.634a.97.97 0 0 0-.672.525.809.809 0 0 0-.077.343c.002.108.027.174.045.196l.568.65.607-1.545-.015-.017c-.096-.112-.133-.15-.178-.168-.043-.017-.108-.018-.278.016Zm8.153 1.302a.934.934 0 0 1 .342-.079c.375-.018.857.175 1.265.831l.002.004c.873 1.29 1.688 2.551 2.15 3.957.07.217.306.332.525.267a.404.404 0 0 0 .278-.51 10.776 10.776 0 0 0-.393-1.008l1.08-2.75c1.136 3.184.17 6.85-.56 8.848-.292.746-.58 1.29-.982 1.651-.398.357-.918.543-1.7.545l-3.038.008c-.86 0-1.382-.116-1.71-.317-.322-.196-.472-.483-.562-.866L9.78 21.06l2.032.718a.4.4 0 0 0 .4-.075.468.468 0 0 0 .172-.326c.032-.727.137-1.252.299-1.674.16-.421.38-.745.65-1.068v-.001l.005-.006c.268-.322.553-.664.705-1.086.155-.432.17-.938-.083-1.585l-1.11-2.843c-.32-.813.039-1.386.482-1.588Zm-9.55 5.917.51-1.301 7.803 2.761a3.615 3.615 0 0 0-.57 1.911L4.154 18.21c-.33-.117-.492-.462-.372-.766Z",
25
+ clipRule: "evenodd"
26
+ })]
27
+ });
@@ -1,3 +1,3 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
- <path fill-rule="evenodd" d="M15.725 20.691c-.45.527-1.128.278-1.345 0l-8.695-8.264a.735.735 0 0 1 0-.975l8.695-8.087c.246-.267.8-.605 1.345-.117.545.488.153 1.16-.093 1.428l-6.743 7.32 6.743 7.334c.3.304.544.834.093 1.361Z" clip-rule="evenodd"/>
1
+ <svg viewBox="0 0 20 20">
2
+ <path fill-rule="evenodd" d="M12.817 4.206c.3.352.138.704-.062.907l-4.496 4.89 4.496 4.88c.163.179.425.627.062.952-.364.325-.733.1-.897-.078l-5.797-5.392a.49.49 0 0 1 0-.65l5.797-5.51c.145-.184.596-.35.897 0Z" clip-rule="evenodd"/>
3
3
  </svg>
@@ -1,3 +1,3 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
- <path fill-rule="evenodd" d="M8.275 20.691c-.451-.527-.207-1.057.093-1.36l6.743-7.336-6.743-7.32c-.246-.267-.638-.94-.093-1.427.545-.488 1.1-.15 1.345.117l8.695 8.087a.735.735 0 0 1 0 .975L9.62 20.691c-.217.278-.894.527-1.345 0Z" clip-rule="evenodd"/>
1
+ <svg viewBox="0 0 20 20">
2
+ <path fill-rule="evenodd" d="M7.183 15.794c-.3-.351-.138-.704.062-.907l4.496-4.89-4.496-4.88c-.164-.179-.425-.626-.062-.952.363-.325.733-.1.897.078l5.797 5.392a.49.49 0 0 1 0 .65l-5.797 5.51c-.145.184-.596.35-.897 0Z" clip-rule="evenodd"/>
3
3
  </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
2
+ <path fill="#2B8000" fill-rule="evenodd" d="M12.828 5.238c-.293-.25-.587-.115-.756.051L7.997 9.033 3.931 5.29c-.149-.136-.522-.354-.793-.051-.271.302-.084.61.065.746l4.493 4.828a.408.408 0 0 0 .541 0l4.591-4.828c.155-.12.293-.496 0-.746Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
- <path fill-rule="evenodd" d="M20.691 7.275c-.527-.451-1.057-.207-1.36.093l-7.336 6.743-7.32-6.743c-.267-.246-.94-.638-1.427-.093-.488.545-.15 1.1.117 1.345l8.087 8.695a.735.735 0 0 0 .975 0l8.264-8.695c.278-.217.527-.894 0-1.345Z" clip-rule="evenodd"/>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none" viewBox="0 0 20 20">
2
+ <path fill="#2B8000" fill-rule="evenodd" d="M14.828 7.653c-.293-.25-.587-.115-.756.051l-4.075 3.747-4.066-3.747c-.149-.136-.522-.354-.793-.051-.271.302-.084.61.065.747l4.493 4.83a.408.408 0 0 0 .541 0l4.591-4.83c.155-.12.293-.497 0-.747Z" clip-rule="evenodd"/>
3
3
  </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
2
+ <path fill="#2B8000" fill-rule="evenodd" d="M3.172 10.762c.293.25.587.115.756-.051l4.075-3.744 4.066 3.744c.149.136.522.354.793.051.271-.302.084-.61-.065-.746L8.304 5.188a.408.408 0 0 0-.541 0l-4.591 4.828c-.155.12-.293.496 0 .746Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
- <path fill-rule="evenodd" d="M20.691 16.725c-.527.451-1.057.207-1.36-.093L11.994 9.89l-7.32 6.743c-.267.246-.94.638-1.427.093-.488-.545-.15-1.1.117-1.345l8.087-8.695a.735.735 0 0 1 .975 0l8.264 8.695c.278.217.527.894 0 1.345Z" clip-rule="evenodd"/>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none" viewBox="0 0 20 20">
2
+ <path fill="#2B8000" fill-rule="evenodd" d="M5.172 12.347c.293.25.587.116.756-.051l4.075-3.746 4.066 3.746c.149.136.522.354.793.051.271-.302.084-.61-.065-.747l-4.493-4.83a.408.408 0 0 0-.541 0L5.172 11.6c-.155.12-.293.497 0 .747Z" clip-rule="evenodd"/>
3
3
  </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 25">
2
+ <path fill-rule="evenodd" d="M9.792 1.026a1.437 1.437 0 0 0-.772.788L8.214 3.87a1.776 1.776 0 0 0-1.219-.166 1.975 1.975 0 0 0-1.376 1.08c-.148.32-.184.66-.118.977a2.018 2.018 0 0 0-.318.037h-.001c-.604.129-1.132.542-1.378 1.082-.255.561-.179 1.188.205 1.63l.84.962c-.484.15-.901.5-1.109.945-.12.255-.163.522-.155.752.008.225.066.431.17.55l.948 1.088-1.71 4.349c-.287.733.11 1.543.87 1.813l4.974 1.759.371 1.56c.151.636.455 1.096.967 1.392.506.293 1.204.42 2.129.42l3.037-.008c.995-.002 1.7-.252 2.24-.726.537-.47.9-1.154 1.233-2.002v-.002c.823-2.256 1.957-6.607.217-10.218l-.004-.009-.009-.011 1.989-5.063a1.35 1.35 0 0 0 .093-.488v-.005c0-.573-.37-1.11-.961-1.319L10.919.99a1.529 1.529 0 0 0-1.127.037Zm10.427 4.749-3.226 8.208c-.402-.73-.863-1.431-1.337-2.132-.753-1.209-1.886-1.417-2.683-1.056-.821.372-1.388 1.39-.912 2.607l1.111 2.842c.177.45.176.762.078 1.035-.1.28-.306.53-.573.851l-.074.09-8.011-2.835L8.746 4.808a.39.39 0 0 0 .079-.202L9.809 2.1a.617.617 0 0 1 .33-.338.67.67 0 0 1 .486-.014l9.222 3.26c.33.116.491.461.372.766ZM6.389 5.11a.969.969 0 0 0-.086.418c.003.131.036.217.064.25l.756.868.784-1.997a.89.89 0 0 0-.73-.155 1.143 1.143 0 0 0-.787.616ZM5.364 6.59c.258-.057.502.024.748.154l.676.755-.795 2.025-1.437-1.65c-.028-.032-.06-.12-.065-.25a.97.97 0 0 1 .086-.42c.139-.303.441-.541.787-.614Zm-.183 3.634a.97.97 0 0 0-.672.525.809.809 0 0 0-.077.343c.002.108.027.174.045.196l.568.65.607-1.545-.015-.017c-.096-.112-.133-.15-.178-.168-.043-.017-.108-.018-.278.016Zm8.153 1.302a.934.934 0 0 1 .342-.079c.375-.018.857.175 1.265.831l.002.004c.873 1.29 1.688 2.551 2.15 3.957.07.217.306.332.525.267a.404.404 0 0 0 .278-.51 10.776 10.776 0 0 0-.393-1.008l1.08-2.75c1.136 3.184.17 6.85-.56 8.848-.292.746-.58 1.29-.982 1.651-.398.357-.918.543-1.7.545l-3.038.008c-.86 0-1.382-.116-1.71-.317-.322-.196-.472-.483-.562-.866L9.78 21.06l2.032.718a.4.4 0 0 0 .4-.075.468.468 0 0 0 .172-.326c.032-.727.137-1.252.299-1.674.16-.421.38-.745.65-1.068v-.001l.005-.006c.268-.322.553-.664.705-1.086.155-.432.17-.938-.083-1.585l-1.11-2.843c-.32-.813.039-1.386.482-1.588Zm-9.55 5.917.51-1.301 7.803 2.761a3.615 3.615 0 0 0-.57 1.911L4.154 18.21c-.33-.117-.492-.462-.372-.766Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -68,6 +68,7 @@ module.exports = {
68
68
  Deals: require('./Deals'),
69
69
  Delete: require('./Delete'),
70
70
  Delivery: require('./Delivery'),
71
+ DeviceHand: require('./DeviceHand'),
71
72
  Devices: require('./Devices'),
72
73
  Diagram: require('./Diagram'),
73
74
  Diamond: require('./Diamond'),
@@ -245,5 +246,7 @@ module.exports = {
245
246
  Watch: require('./Watch'),
246
247
  WifiBoost: require('./WifiBoost'),
247
248
  WifiCloud: require('./WifiCloud'),
249
+ CaretDownSmall: require('./CaretDownSmall'),
250
+ CaretUpSmall: require('./CaretUpSmall'),
248
251
  ChevronDown: require('./ChevronDown')
249
252
  }
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 10 Nov 2023 22:35:48 GMT
3
+ * Generated on Sat, 18 Nov 2023 02:31:29 GMT
4
4
  */
5
5
  module.exports = {
6
6
  border: {
@@ -237,6 +237,7 @@ module.exports = {
237
237
  Deals: '@telus-uds/palettes-community.palette-casa/build/rn/icons/deals.icon.svg',
238
238
  Delete: '@telus-uds/palettes-community.palette-casa/build/rn/icons/delete.icon.svg',
239
239
  Delivery: '@telus-uds/palettes-community.palette-casa/build/rn/icons/delivery.icon.svg',
240
+ DeviceHand: '@telus-uds/palettes-community.palette-casa/build/rn/icons/device-hand.icon.svg',
240
241
  Devices: '@telus-uds/palettes-community.palette-casa/build/rn/icons/devices.icon.svg',
241
242
  Diagram: '@telus-uds/palettes-community.palette-casa/build/rn/icons/diagram.icon.svg',
242
243
  Diamond: '@telus-uds/palettes-community.palette-casa/build/rn/icons/diamond.icon.svg',
@@ -414,6 +415,8 @@ module.exports = {
414
415
  Watch: '@telus-uds/palettes-community.palette-casa/build/rn/icons/watch.icon.svg',
415
416
  WifiBoost: '@telus-uds/palettes-community.palette-casa/build/rn/icons/wifi-boost.icon.svg',
416
417
  WifiCloud: '@telus-uds/palettes-community.palette-casa/build/rn/icons/wifi-cloud.icon.svg',
418
+ CaretDownSmall: '@telus-uds/palettes-community.palette-casa/build/rn/icons/caret-down-small.icon.svg',
419
+ CaretUpSmall: '@telus-uds/palettes-community.palette-casa/build/rn/icons/caret-up-small.icon.svg',
417
420
  ChevronDown: '@telus-uds/palettes-community.palette-casa/build/rn/icons/chevron-down.icon.svg'
418
421
  },
419
422
  letterSpacing: {
@@ -1,48 +1,48 @@
1
1
  @font-face {
2
2
  font-family: 'HelveticaNow';
3
- src: url('https://cdn.telus.digital/uds/v1_4_9-HelveticaNow-300-yVw2nWdrrEKRLJf7GSXj1.otf');
3
+ src: url('https://cdn.telus.digital/uds/v1_5_0-HelveticaNow-300-x0VdYmzPNKBaqVyz3TXfC.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: 'HelveticaNow';
10
- src: url('https://cdn.telus.digital/uds/v1_4_9-HelveticaNow-400-GvQsh46euvBaKt2Tlk9ph.woff');
10
+ src: url('https://cdn.telus.digital/uds/v1_5_0-HelveticaNow-400-Ut5s-fp2d6yjcOVULByfl.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: 'HelveticaNow';
17
- src: url('https://cdn.telus.digital/uds/v1_4_9-HelveticaNow-500-xQTjFUw-uA1rhG88ofU9x.woff');
17
+ src: url('https://cdn.telus.digital/uds/v1_5_0-HelveticaNow-500-4lTFdR6aWVMUpO6C3j9bh.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: 'HelveticaNow';
24
- src: url('https://cdn.telus.digital/uds/v1_4_9-HelveticaNow-700-oXE2atEzwm_yoyHeXNvTT.woff');
24
+ src: url('https://cdn.telus.digital/uds/v1_5_0-HelveticaNow-700-f8WXU8WMy0ykvZ36Fgqis.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: 'HelveticaNowOTF';
31
- src: url('https://cdn.telus.digital/uds/v1_4_9-HelveticaNowOTF-400-syKc8GT4WdGqBgJRBP5iw.otf');
31
+ src: url('https://cdn.telus.digital/uds/v1_5_0-HelveticaNowOTF-400-0eDv_fdGMZER_aSaSk30q.otf');
32
32
  font-weight: 400;
33
33
  font-style: normal;
34
34
  font-display: block;
35
35
  }
36
36
  @font-face {
37
37
  font-family: 'HelveticaNowOTF';
38
- src: url('https://cdn.telus.digital/uds/v1_4_9-HelveticaNowOTF-500-w63t3YLUmr7xSHAKVkJ0e.otf');
38
+ src: url('https://cdn.telus.digital/uds/v1_5_0-HelveticaNowOTF-500-nsZsSMzheI3EKPTp8ucAg.otf');
39
39
  font-weight: 500;
40
40
  font-style: normal;
41
41
  font-display: block;
42
42
  }
43
43
  @font-face {
44
44
  font-family: 'HelveticaNowOTF';
45
- src: url('https://cdn.telus.digital/uds/v1_4_9-HelveticaNowOTF-700-XHsxZUd0XIx2KdRHIwtoJ.otf');
45
+ src: url('https://cdn.telus.digital/uds/v1_5_0-HelveticaNowOTF-700-5Y1lj4gKJn-Rw4vu4HcMm.otf');
46
46
  font-weight: 700;
47
47
  font-style: normal;
48
48
  font-display: block;
@@ -1,35 +1,35 @@
1
1
  @font-face {
2
2
  font-family: 'HelveticaNow300normal';
3
- src: url('https://cdn.telus.digital/uds/v1_4_9-HelveticaNow-300-yVw2nWdrrEKRLJf7GSXj1.otf');
3
+ src: url('https://cdn.telus.digital/uds/v1_5_0-HelveticaNow-300-x0VdYmzPNKBaqVyz3TXfC.otf');
4
4
  font-display: block;
5
5
  }
6
6
  @font-face {
7
7
  font-family: 'HelveticaNow400normal';
8
- src: url('https://cdn.telus.digital/uds/v1_4_9-HelveticaNow-400-GvQsh46euvBaKt2Tlk9ph.woff');
8
+ src: url('https://cdn.telus.digital/uds/v1_5_0-HelveticaNow-400-Ut5s-fp2d6yjcOVULByfl.woff');
9
9
  font-display: block;
10
10
  }
11
11
  @font-face {
12
12
  font-family: 'HelveticaNow500normal';
13
- src: url('https://cdn.telus.digital/uds/v1_4_9-HelveticaNow-500-xQTjFUw-uA1rhG88ofU9x.woff');
13
+ src: url('https://cdn.telus.digital/uds/v1_5_0-HelveticaNow-500-4lTFdR6aWVMUpO6C3j9bh.woff');
14
14
  font-display: block;
15
15
  }
16
16
  @font-face {
17
17
  font-family: 'HelveticaNow700normal';
18
- src: url('https://cdn.telus.digital/uds/v1_4_9-HelveticaNow-700-oXE2atEzwm_yoyHeXNvTT.woff');
18
+ src: url('https://cdn.telus.digital/uds/v1_5_0-HelveticaNow-700-f8WXU8WMy0ykvZ36Fgqis.woff');
19
19
  font-display: block;
20
20
  }
21
21
  @font-face {
22
22
  font-family: 'HelveticaNowOTF400normal';
23
- src: url('https://cdn.telus.digital/uds/v1_4_9-HelveticaNowOTF-400-syKc8GT4WdGqBgJRBP5iw.otf');
23
+ src: url('https://cdn.telus.digital/uds/v1_5_0-HelveticaNowOTF-400-0eDv_fdGMZER_aSaSk30q.otf');
24
24
  font-display: block;
25
25
  }
26
26
  @font-face {
27
27
  font-family: 'HelveticaNowOTF500normal';
28
- src: url('https://cdn.telus.digital/uds/v1_4_9-HelveticaNowOTF-500-w63t3YLUmr7xSHAKVkJ0e.otf');
28
+ src: url('https://cdn.telus.digital/uds/v1_5_0-HelveticaNowOTF-500-nsZsSMzheI3EKPTp8ucAg.otf');
29
29
  font-display: block;
30
30
  }
31
31
  @font-face {
32
32
  font-family: 'HelveticaNowOTF700normal';
33
- src: url('https://cdn.telus.digital/uds/v1_4_9-HelveticaNowOTF-700-XHsxZUd0XIx2KdRHIwtoJ.otf');
33
+ src: url('https://cdn.telus.digital/uds/v1_5_0-HelveticaNowOTF-700-5Y1lj4gKJn-Rw4vu4HcMm.otf');
34
34
  font-display: block;
35
35
  }
@@ -1,48 +1,48 @@
1
1
  @font-face {
2
2
  font-family: 'HelveticaNow';
3
- src: url('./v1_4_9-HelveticaNow-300-yVw2nWdrrEKRLJf7GSXj1.otf');
3
+ src: url('./v1_5_0-HelveticaNow-300-x0VdYmzPNKBaqVyz3TXfC.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: 'HelveticaNow';
10
- src: url('./v1_4_9-HelveticaNow-400-GvQsh46euvBaKt2Tlk9ph.woff');
10
+ src: url('./v1_5_0-HelveticaNow-400-Ut5s-fp2d6yjcOVULByfl.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: 'HelveticaNow';
17
- src: url('./v1_4_9-HelveticaNow-500-xQTjFUw-uA1rhG88ofU9x.woff');
17
+ src: url('./v1_5_0-HelveticaNow-500-4lTFdR6aWVMUpO6C3j9bh.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: 'HelveticaNow';
24
- src: url('./v1_4_9-HelveticaNow-700-oXE2atEzwm_yoyHeXNvTT.woff');
24
+ src: url('./v1_5_0-HelveticaNow-700-f8WXU8WMy0ykvZ36Fgqis.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: 'HelveticaNowOTF';
31
- src: url('./v1_4_9-HelveticaNowOTF-400-syKc8GT4WdGqBgJRBP5iw.otf');
31
+ src: url('./v1_5_0-HelveticaNowOTF-400-0eDv_fdGMZER_aSaSk30q.otf');
32
32
  font-weight: 400;
33
33
  font-style: normal;
34
34
  font-display: block;
35
35
  }
36
36
  @font-face {
37
37
  font-family: 'HelveticaNowOTF';
38
- src: url('./v1_4_9-HelveticaNowOTF-500-w63t3YLUmr7xSHAKVkJ0e.otf');
38
+ src: url('./v1_5_0-HelveticaNowOTF-500-nsZsSMzheI3EKPTp8ucAg.otf');
39
39
  font-weight: 500;
40
40
  font-style: normal;
41
41
  font-display: block;
42
42
  }
43
43
  @font-face {
44
44
  font-family: 'HelveticaNowOTF';
45
- src: url('./v1_4_9-HelveticaNowOTF-700-XHsxZUd0XIx2KdRHIwtoJ.otf');
45
+ src: url('./v1_5_0-HelveticaNowOTF-700-5Y1lj4gKJn-Rw4vu4HcMm.otf');
46
46
  font-weight: 700;
47
47
  font-style: normal;
48
48
  font-display: block;
@@ -1,35 +1,35 @@
1
1
  @font-face {
2
2
  font-family: 'HelveticaNow300normal';
3
- src: url('./v1_4_9-HelveticaNow-300-yVw2nWdrrEKRLJf7GSXj1.otf');
3
+ src: url('./v1_5_0-HelveticaNow-300-x0VdYmzPNKBaqVyz3TXfC.otf');
4
4
  font-display: block;
5
5
  }
6
6
  @font-face {
7
7
  font-family: 'HelveticaNow400normal';
8
- src: url('./v1_4_9-HelveticaNow-400-GvQsh46euvBaKt2Tlk9ph.woff');
8
+ src: url('./v1_5_0-HelveticaNow-400-Ut5s-fp2d6yjcOVULByfl.woff');
9
9
  font-display: block;
10
10
  }
11
11
  @font-face {
12
12
  font-family: 'HelveticaNow500normal';
13
- src: url('./v1_4_9-HelveticaNow-500-xQTjFUw-uA1rhG88ofU9x.woff');
13
+ src: url('./v1_5_0-HelveticaNow-500-4lTFdR6aWVMUpO6C3j9bh.woff');
14
14
  font-display: block;
15
15
  }
16
16
  @font-face {
17
17
  font-family: 'HelveticaNow700normal';
18
- src: url('./v1_4_9-HelveticaNow-700-oXE2atEzwm_yoyHeXNvTT.woff');
18
+ src: url('./v1_5_0-HelveticaNow-700-f8WXU8WMy0ykvZ36Fgqis.woff');
19
19
  font-display: block;
20
20
  }
21
21
  @font-face {
22
22
  font-family: 'HelveticaNowOTF400normal';
23
- src: url('./v1_4_9-HelveticaNowOTF-400-syKc8GT4WdGqBgJRBP5iw.otf');
23
+ src: url('./v1_5_0-HelveticaNowOTF-400-0eDv_fdGMZER_aSaSk30q.otf');
24
24
  font-display: block;
25
25
  }
26
26
  @font-face {
27
27
  font-family: 'HelveticaNowOTF500normal';
28
- src: url('./v1_4_9-HelveticaNowOTF-500-w63t3YLUmr7xSHAKVkJ0e.otf');
28
+ src: url('./v1_5_0-HelveticaNowOTF-500-nsZsSMzheI3EKPTp8ucAg.otf');
29
29
  font-display: block;
30
30
  }
31
31
  @font-face {
32
32
  font-family: 'HelveticaNowOTF700normal';
33
- src: url('./v1_4_9-HelveticaNowOTF-700-XHsxZUd0XIx2KdRHIwtoJ.otf');
33
+ src: url('./v1_5_0-HelveticaNowOTF-700-5Y1lj4gKJn-Rw4vu4HcMm.otf');
34
34
  font-display: block;
35
35
  }
@@ -9,8 +9,7 @@ module.exports = ({
9
9
  ...props
10
10
  }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
11
11
  ...props,
12
- xmlns: "http://www.w3.org/2000/svg",
13
- viewBox: "0 0 24 24",
12
+ viewBox: "0 0 20 20",
14
13
  height: size,
15
14
  width: size,
16
15
  fill: color,
@@ -22,7 +21,7 @@ module.exports = ({
22
21
  children: title
23
22
  }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
24
23
  fillRule: "evenodd",
25
- d: "M15.725 20.691c-.45.527-1.128.278-1.345 0l-8.695-8.264a.735.735 0 0 1 0-.975l8.695-8.087c.246-.267.8-.605 1.345-.117.545.488.153 1.16-.093 1.428l-6.743 7.32 6.743 7.334c.3.304.544.834.093 1.361Z",
24
+ d: "M12.817 4.206c.3.352.138.704-.062.907l-4.496 4.89 4.496 4.88c.163.179.425.627.062.952-.364.325-.733.1-.897-.078l-5.797-5.392a.49.49 0 0 1 0-.65l5.797-5.51c.145-.184.596-.35.897 0Z",
26
25
  clipRule: "evenodd"
27
26
  })]
28
27
  });
@@ -9,8 +9,7 @@ module.exports = ({
9
9
  ...props
10
10
  }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
11
11
  ...props,
12
- xmlns: "http://www.w3.org/2000/svg",
13
- viewBox: "0 0 24 24",
12
+ viewBox: "0 0 20 20",
14
13
  height: size,
15
14
  width: size,
16
15
  fill: color,
@@ -22,7 +21,7 @@ module.exports = ({
22
21
  children: title
23
22
  }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
24
23
  fillRule: "evenodd",
25
- d: "M8.275 20.691c-.451-.527-.207-1.057.093-1.36l6.743-7.336-6.743-7.32c-.246-.267-.638-.94-.093-1.427.545-.488 1.1-.15 1.345.117l8.695 8.087a.735.735 0 0 1 0 .975L9.62 20.691c-.217.278-.894.527-1.345 0Z",
24
+ d: "M7.183 15.794c-.3-.351-.138-.704.062-.907l4.496-4.89-4.496-4.88c-.164-.179-.425-.626-.062-.952.363-.325.733-.1.897.078l5.797 5.392a.49.49 0 0 1 0 .65l-5.797 5.51c-.145.184-.596.35-.897 0Z",
26
25
  clipRule: "evenodd"
27
26
  })]
28
27
  });
@@ -10,9 +10,8 @@ module.exports = ({
10
10
  }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
11
11
  ...props,
12
12
  xmlns: "http://www.w3.org/2000/svg",
13
- viewBox: "0 0 24 24",
14
- height: size,
15
13
  width: size,
14
+ height: size,
16
15
  fill: color,
17
16
  role: title ? 'img' : undefined,
18
17
  "aria-hidden": !title,
@@ -21,8 +20,9 @@ module.exports = ({
21
20
  id: titleId,
22
21
  children: title
23
22
  }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
23
+ fill: "#2B8000",
24
24
  fillRule: "evenodd",
25
- d: "M20.691 7.275c-.527-.451-1.057-.207-1.36.093l-7.336 6.743-7.32-6.743c-.267-.246-.94-.638-1.427-.093-.488.545-.15 1.1.117 1.345l8.087 8.695a.735.735 0 0 0 .975 0l8.264-8.695c.278-.217.527-.894 0-1.345Z",
25
+ d: "M14.828 7.653c-.293-.25-.587-.115-.756.051l-4.075 3.747-4.066-3.747c-.149-.136-.522-.354-.793-.051-.271.302-.084.61.065.747l4.493 4.83a.408.408 0 0 0 .541 0l4.591-4.83c.155-.12.293-.497 0-.747Z",
26
26
  clipRule: "evenodd"
27
27
  })]
28
28
  });
@@ -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
+ width: size,
14
+ height: size,
15
+ fill: color,
16
+ role: title ? 'img' : undefined,
17
+ "aria-hidden": !title,
18
+ "aria-labelledby": titleId,
19
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
20
+ id: titleId,
21
+ children: title
22
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
23
+ fill: "#2B8000",
24
+ fillRule: "evenodd",
25
+ d: "M12.828 5.238c-.293-.25-.587-.115-.756.051L7.997 9.033 3.931 5.29c-.149-.136-.522-.354-.793-.051-.271.302-.084.61.065.746l4.493 4.828a.408.408 0 0 0 .541 0l4.591-4.828c.155-.12.293-.496 0-.746Z",
26
+ clipRule: "evenodd"
27
+ })]
28
+ });
@@ -10,9 +10,8 @@ module.exports = ({
10
10
  }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
11
11
  ...props,
12
12
  xmlns: "http://www.w3.org/2000/svg",
13
- viewBox: "0 0 24 24",
14
- height: size,
15
13
  width: size,
14
+ height: size,
16
15
  fill: color,
17
16
  role: title ? 'img' : undefined,
18
17
  "aria-hidden": !title,
@@ -21,8 +20,9 @@ module.exports = ({
21
20
  id: titleId,
22
21
  children: title
23
22
  }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
23
+ fill: "#2B8000",
24
24
  fillRule: "evenodd",
25
- d: "M20.691 16.725c-.527.451-1.057.207-1.36-.093L11.994 9.89l-7.32 6.743c-.267.246-.94.638-1.427.093-.488-.545-.15-1.1.117-1.345l8.087-8.695a.735.735 0 0 1 .975 0l8.264 8.695c.278.217.527.894 0 1.345Z",
25
+ d: "M5.172 12.347c.293.25.587.116.756-.051l4.075-3.746 4.066 3.746c.149.136.522.354.793.051.271-.302.084-.61-.065-.747l-4.493-4.83a.408.408 0 0 0-.541 0L5.172 11.6c-.155.12-.293.497 0 .747Z",
26
26
  clipRule: "evenodd"
27
27
  })]
28
28
  });
@@ -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
+ width: size,
14
+ height: size,
15
+ fill: color,
16
+ role: title ? 'img' : undefined,
17
+ "aria-hidden": !title,
18
+ "aria-labelledby": titleId,
19
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
20
+ id: titleId,
21
+ children: title
22
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
23
+ fill: "#2B8000",
24
+ fillRule: "evenodd",
25
+ d: "M3.172 10.762c.293.25.587.115.756-.051l4.075-3.744 4.066 3.744c.149.136.522.354.793.051.271-.302.084-.61-.065-.746L8.304 5.188a.408.408 0 0 0-.541 0l-4.591 4.828c-.155.12-.293.496 0 .746Z",
26
+ clipRule: "evenodd"
27
+ })]
28
+ });
@@ -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 25",
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: "M9.792 1.026a1.437 1.437 0 0 0-.772.788L8.214 3.87a1.776 1.776 0 0 0-1.219-.166 1.975 1.975 0 0 0-1.376 1.08c-.148.32-.184.66-.118.977a2.018 2.018 0 0 0-.318.037h-.001c-.604.129-1.132.542-1.378 1.082-.255.561-.179 1.188.205 1.63l.84.962c-.484.15-.901.5-1.109.945-.12.255-.163.522-.155.752.008.225.066.431.17.55l.948 1.088-1.71 4.349c-.287.733.11 1.543.87 1.813l4.974 1.759.371 1.56c.151.636.455 1.096.967 1.392.506.293 1.204.42 2.129.42l3.037-.008c.995-.002 1.7-.252 2.24-.726.537-.47.9-1.154 1.233-2.002v-.002c.823-2.256 1.957-6.607.217-10.218l-.004-.009-.009-.011 1.989-5.063a1.35 1.35 0 0 0 .093-.488v-.005c0-.573-.37-1.11-.961-1.319L10.919.99a1.529 1.529 0 0 0-1.127.037Zm10.427 4.749-3.226 8.208c-.402-.73-.863-1.431-1.337-2.132-.753-1.209-1.886-1.417-2.683-1.056-.821.372-1.388 1.39-.912 2.607l1.111 2.842c.177.45.176.762.078 1.035-.1.28-.306.53-.573.851l-.074.09-8.011-2.835L8.746 4.808a.39.39 0 0 0 .079-.202L9.809 2.1a.617.617 0 0 1 .33-.338.67.67 0 0 1 .486-.014l9.222 3.26c.33.116.491.461.372.766ZM6.389 5.11a.969.969 0 0 0-.086.418c.003.131.036.217.064.25l.756.868.784-1.997a.89.89 0 0 0-.73-.155 1.143 1.143 0 0 0-.787.616ZM5.364 6.59c.258-.057.502.024.748.154l.676.755-.795 2.025-1.437-1.65c-.028-.032-.06-.12-.065-.25a.97.97 0 0 1 .086-.42c.139-.303.441-.541.787-.614Zm-.183 3.634a.97.97 0 0 0-.672.525.809.809 0 0 0-.077.343c.002.108.027.174.045.196l.568.65.607-1.545-.015-.017c-.096-.112-.133-.15-.178-.168-.043-.017-.108-.018-.278.016Zm8.153 1.302a.934.934 0 0 1 .342-.079c.375-.018.857.175 1.265.831l.002.004c.873 1.29 1.688 2.551 2.15 3.957.07.217.306.332.525.267a.404.404 0 0 0 .278-.51 10.776 10.776 0 0 0-.393-1.008l1.08-2.75c1.136 3.184.17 6.85-.56 8.848-.292.746-.58 1.29-.982 1.651-.398.357-.918.543-1.7.545l-3.038.008c-.86 0-1.382-.116-1.71-.317-.322-.196-.472-.483-.562-.866L9.78 21.06l2.032.718a.4.4 0 0 0 .4-.075.468.468 0 0 0 .172-.326c.032-.727.137-1.252.299-1.674.16-.421.38-.745.65-1.068v-.001l.005-.006c.268-.322.553-.664.705-1.086.155-.432.17-.938-.083-1.585l-1.11-2.843c-.32-.813.039-1.386.482-1.588Zm-9.55 5.917.51-1.301 7.803 2.761a3.615 3.615 0 0 0-.57 1.911L4.154 18.21c-.33-.117-.492-.462-.372-.766Z",
26
+ clipRule: "evenodd"
27
+ })]
28
+ });
@@ -1,3 +1,3 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
- <path fill-rule="evenodd" d="M15.725 20.691c-.45.527-1.128.278-1.345 0l-8.695-8.264a.735.735 0 0 1 0-.975l8.695-8.087c.246-.267.8-.605 1.345-.117.545.488.153 1.16-.093 1.428l-6.743 7.32 6.743 7.334c.3.304.544.834.093 1.361Z" clip-rule="evenodd"/>
1
+ <svg viewBox="0 0 20 20">
2
+ <path fill-rule="evenodd" d="M12.817 4.206c.3.352.138.704-.062.907l-4.496 4.89 4.496 4.88c.163.179.425.627.062.952-.364.325-.733.1-.897-.078l-5.797-5.392a.49.49 0 0 1 0-.65l5.797-5.51c.145-.184.596-.35.897 0Z" clip-rule="evenodd"/>
3
3
  </svg>
@@ -1,3 +1,3 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
- <path fill-rule="evenodd" d="M8.275 20.691c-.451-.527-.207-1.057.093-1.36l6.743-7.336-6.743-7.32c-.246-.267-.638-.94-.093-1.427.545-.488 1.1-.15 1.345.117l8.695 8.087a.735.735 0 0 1 0 .975L9.62 20.691c-.217.278-.894.527-1.345 0Z" clip-rule="evenodd"/>
1
+ <svg viewBox="0 0 20 20">
2
+ <path fill-rule="evenodd" d="M7.183 15.794c-.3-.351-.138-.704.062-.907l4.496-4.89-4.496-4.88c-.164-.179-.425-.626-.062-.952.363-.325.733-.1.897.078l5.797 5.392a.49.49 0 0 1 0 .65l-5.797 5.51c-.145.184-.596.35-.897 0Z" clip-rule="evenodd"/>
3
3
  </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
2
+ <path fill="#2B8000" fill-rule="evenodd" d="M12.828 5.238c-.293-.25-.587-.115-.756.051L7.997 9.033 3.931 5.29c-.149-.136-.522-.354-.793-.051-.271.302-.084.61.065.746l4.493 4.828a.408.408 0 0 0 .541 0l4.591-4.828c.155-.12.293-.496 0-.746Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
- <path fill-rule="evenodd" d="M20.691 7.275c-.527-.451-1.057-.207-1.36.093l-7.336 6.743-7.32-6.743c-.267-.246-.94-.638-1.427-.093-.488.545-.15 1.1.117 1.345l8.087 8.695a.735.735 0 0 0 .975 0l8.264-8.695c.278-.217.527-.894 0-1.345Z" clip-rule="evenodd"/>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none" viewBox="0 0 20 20">
2
+ <path fill="#2B8000" fill-rule="evenodd" d="M14.828 7.653c-.293-.25-.587-.115-.756.051l-4.075 3.747-4.066-3.747c-.149-.136-.522-.354-.793-.051-.271.302-.084.61.065.747l4.493 4.83a.408.408 0 0 0 .541 0l4.591-4.83c.155-.12.293-.497 0-.747Z" clip-rule="evenodd"/>
3
3
  </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
2
+ <path fill="#2B8000" fill-rule="evenodd" d="M3.172 10.762c.293.25.587.115.756-.051l4.075-3.744 4.066 3.744c.149.136.522.354.793.051.271-.302.084-.61-.065-.746L8.304 5.188a.408.408 0 0 0-.541 0l-4.591 4.828c-.155.12-.293.496 0 .746Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
- <path fill-rule="evenodd" d="M20.691 16.725c-.527.451-1.057.207-1.36-.093L11.994 9.89l-7.32 6.743c-.267.246-.94.638-1.427.093-.488-.545-.15-1.1.117-1.345l8.087-8.695a.735.735 0 0 1 .975 0l8.264 8.695c.278.217.527.894 0 1.345Z" clip-rule="evenodd"/>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none" viewBox="0 0 20 20">
2
+ <path fill="#2B8000" fill-rule="evenodd" d="M5.172 12.347c.293.25.587.116.756-.051l4.075-3.746 4.066 3.746c.149.136.522.354.793.051.271-.302.084-.61-.065-.747l-4.493-4.83a.408.408 0 0 0-.541 0L5.172 11.6c-.155.12-.293.497 0 .747Z" clip-rule="evenodd"/>
3
3
  </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 25">
2
+ <path fill-rule="evenodd" d="M9.792 1.026a1.437 1.437 0 0 0-.772.788L8.214 3.87a1.776 1.776 0 0 0-1.219-.166 1.975 1.975 0 0 0-1.376 1.08c-.148.32-.184.66-.118.977a2.018 2.018 0 0 0-.318.037h-.001c-.604.129-1.132.542-1.378 1.082-.255.561-.179 1.188.205 1.63l.84.962c-.484.15-.901.5-1.109.945-.12.255-.163.522-.155.752.008.225.066.431.17.55l.948 1.088-1.71 4.349c-.287.733.11 1.543.87 1.813l4.974 1.759.371 1.56c.151.636.455 1.096.967 1.392.506.293 1.204.42 2.129.42l3.037-.008c.995-.002 1.7-.252 2.24-.726.537-.47.9-1.154 1.233-2.002v-.002c.823-2.256 1.957-6.607.217-10.218l-.004-.009-.009-.011 1.989-5.063a1.35 1.35 0 0 0 .093-.488v-.005c0-.573-.37-1.11-.961-1.319L10.919.99a1.529 1.529 0 0 0-1.127.037Zm10.427 4.749-3.226 8.208c-.402-.73-.863-1.431-1.337-2.132-.753-1.209-1.886-1.417-2.683-1.056-.821.372-1.388 1.39-.912 2.607l1.111 2.842c.177.45.176.762.078 1.035-.1.28-.306.53-.573.851l-.074.09-8.011-2.835L8.746 4.808a.39.39 0 0 0 .079-.202L9.809 2.1a.617.617 0 0 1 .33-.338.67.67 0 0 1 .486-.014l9.222 3.26c.33.116.491.461.372.766ZM6.389 5.11a.969.969 0 0 0-.086.418c.003.131.036.217.064.25l.756.868.784-1.997a.89.89 0 0 0-.73-.155 1.143 1.143 0 0 0-.787.616ZM5.364 6.59c.258-.057.502.024.748.154l.676.755-.795 2.025-1.437-1.65c-.028-.032-.06-.12-.065-.25a.97.97 0 0 1 .086-.42c.139-.303.441-.541.787-.614Zm-.183 3.634a.97.97 0 0 0-.672.525.809.809 0 0 0-.077.343c.002.108.027.174.045.196l.568.65.607-1.545-.015-.017c-.096-.112-.133-.15-.178-.168-.043-.017-.108-.018-.278.016Zm8.153 1.302a.934.934 0 0 1 .342-.079c.375-.018.857.175 1.265.831l.002.004c.873 1.29 1.688 2.551 2.15 3.957.07.217.306.332.525.267a.404.404 0 0 0 .278-.51 10.776 10.776 0 0 0-.393-1.008l1.08-2.75c1.136 3.184.17 6.85-.56 8.848-.292.746-.58 1.29-.982 1.651-.398.357-.918.543-1.7.545l-3.038.008c-.86 0-1.382-.116-1.71-.317-.322-.196-.472-.483-.562-.866L9.78 21.06l2.032.718a.4.4 0 0 0 .4-.075.468.468 0 0 0 .172-.326c.032-.727.137-1.252.299-1.674.16-.421.38-.745.65-1.068v-.001l.005-.006c.268-.322.553-.664.705-1.086.155-.432.17-.938-.083-1.585l-1.11-2.843c-.32-.813.039-1.386.482-1.588Zm-9.55 5.917.51-1.301 7.803 2.761a3.615 3.615 0 0 0-.57 1.911L4.154 18.21c-.33-.117-.492-.462-.372-.766Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -68,6 +68,7 @@ module.exports = {
68
68
  Deals: require('./Deals'),
69
69
  Delete: require('./Delete'),
70
70
  Delivery: require('./Delivery'),
71
+ DeviceHand: require('./DeviceHand'),
71
72
  Devices: require('./Devices'),
72
73
  Diagram: require('./Diagram'),
73
74
  Diamond: require('./Diamond'),
@@ -245,5 +246,7 @@ module.exports = {
245
246
  Watch: require('./Watch'),
246
247
  WifiBoost: require('./WifiBoost'),
247
248
  WifiCloud: require('./WifiCloud'),
249
+ CaretDownSmall: require('./CaretDownSmall'),
250
+ CaretUpSmall: require('./CaretUpSmall'),
248
251
  ChevronDown: require('./ChevronDown')
249
252
  }
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 10 Nov 2023 22:35:42 GMT
3
+ * Generated on Sat, 18 Nov 2023 02:31:25 GMT
4
4
  */
5
5
  module.exports = {
6
6
  border: {
@@ -68,15 +68,15 @@ module.exports = {
68
68
  },
69
69
  font: {
70
70
  HelveticaNow: {
71
- 300: 'https://cdn.telus.digital/uds/v1_4_9-HelveticaNow-300-yVw2nWdrrEKRLJf7GSXj1.otf',
72
- 400: 'https://cdn.telus.digital/uds/v1_4_9-HelveticaNow-400-GvQsh46euvBaKt2Tlk9ph.woff',
73
- 500: 'https://cdn.telus.digital/uds/v1_4_9-HelveticaNow-500-xQTjFUw-uA1rhG88ofU9x.woff',
74
- 700: 'https://cdn.telus.digital/uds/v1_4_9-HelveticaNow-700-oXE2atEzwm_yoyHeXNvTT.woff'
71
+ 300: 'https://cdn.telus.digital/uds/v1_5_0-HelveticaNow-300-x0VdYmzPNKBaqVyz3TXfC.otf',
72
+ 400: 'https://cdn.telus.digital/uds/v1_5_0-HelveticaNow-400-Ut5s-fp2d6yjcOVULByfl.woff',
73
+ 500: 'https://cdn.telus.digital/uds/v1_5_0-HelveticaNow-500-4lTFdR6aWVMUpO6C3j9bh.woff',
74
+ 700: 'https://cdn.telus.digital/uds/v1_5_0-HelveticaNow-700-f8WXU8WMy0ykvZ36Fgqis.woff'
75
75
  },
76
76
  HelveticaNowOTF: {
77
- 400: 'https://cdn.telus.digital/uds/v1_4_9-HelveticaNowOTF-400-syKc8GT4WdGqBgJRBP5iw.otf',
78
- 500: 'https://cdn.telus.digital/uds/v1_4_9-HelveticaNowOTF-500-w63t3YLUmr7xSHAKVkJ0e.otf',
79
- 700: 'https://cdn.telus.digital/uds/v1_4_9-HelveticaNowOTF-700-XHsxZUd0XIx2KdRHIwtoJ.otf'
77
+ 400: 'https://cdn.telus.digital/uds/v1_5_0-HelveticaNowOTF-400-0eDv_fdGMZER_aSaSk30q.otf',
78
+ 500: 'https://cdn.telus.digital/uds/v1_5_0-HelveticaNowOTF-500-nsZsSMzheI3EKPTp8ucAg.otf',
79
+ 700: 'https://cdn.telus.digital/uds/v1_5_0-HelveticaNowOTF-700-5Y1lj4gKJn-Rw4vu4HcMm.otf'
80
80
  }
81
81
  },
82
82
  fontSize: {
@@ -172,6 +172,7 @@ module.exports = {
172
172
  Deals: '@telus-uds/palettes-community.palette-casa/build/web/icons/deals.icon.svg',
173
173
  Delete: '@telus-uds/palettes-community.palette-casa/build/web/icons/delete.icon.svg',
174
174
  Delivery: '@telus-uds/palettes-community.palette-casa/build/web/icons/delivery.icon.svg',
175
+ DeviceHand: '@telus-uds/palettes-community.palette-casa/build/web/icons/device-hand.icon.svg',
175
176
  Devices: '@telus-uds/palettes-community.palette-casa/build/web/icons/devices.icon.svg',
176
177
  Diagram: '@telus-uds/palettes-community.palette-casa/build/web/icons/diagram.icon.svg',
177
178
  Diamond: '@telus-uds/palettes-community.palette-casa/build/web/icons/diamond.icon.svg',
@@ -349,6 +350,8 @@ module.exports = {
349
350
  Watch: '@telus-uds/palettes-community.palette-casa/build/web/icons/watch.icon.svg',
350
351
  WifiBoost: '@telus-uds/palettes-community.palette-casa/build/web/icons/wifi-boost.icon.svg',
351
352
  WifiCloud: '@telus-uds/palettes-community.palette-casa/build/web/icons/wifi-cloud.icon.svg',
353
+ CaretDownSmall: '@telus-uds/palettes-community.palette-casa/build/web/icons/caret-down-small.icon.svg',
354
+ CaretUpSmall: '@telus-uds/palettes-community.palette-casa/build/web/icons/caret-up-small.icon.svg',
352
355
  ChevronDown: '@telus-uds/palettes-community.palette-casa/build/web/icons/chevron-down.icon.svg'
353
356
  },
354
357
  letterSpacing: {
package/package.json CHANGED
@@ -22,9 +22,9 @@
22
22
  "prepublishOnly": "npm run build"
23
23
  },
24
24
  "devDependencies": {
25
- "@telus-uds/system-tokens": "^0.7.26",
25
+ "@telus-uds/system-tokens": "^0.7.28",
26
26
  "@telus-uds/palette-allium": "*"
27
27
  },
28
28
  "sideEffects": false,
29
- "version": "1.4.9"
29
+ "version": "1.5.0"
30
30
  }
package/palette.json CHANGED
@@ -32,6 +32,9 @@
32
32
  "gainsboro": {
33
33
  "value": "rgb(216, 216, 216)"
34
34
  },
35
+ "greenAccessible": {
36
+ "value": "rgb(43, 128, 0)"
37
+ },
35
38
  "greyAthens": {
36
39
  "value": "rgb(244, 244, 247)"
37
40
  },
@@ -83,10 +86,22 @@
83
86
  "icon": {
84
87
  "values": {
85
88
  "ArrowLeft": {
86
- "value": "icon/chevron-left.svg"
89
+ "value": "icon/chevron-left20.svg"
87
90
  },
88
91
  "ArrowRight": {
89
- "value": "icon/chevron-right.svg"
92
+ "value": "icon/chevron-right20.svg"
93
+ },
94
+ "CaretDown": {
95
+ "value": "icon/caret-down20.svg"
96
+ },
97
+ "CaretDownSmall": {
98
+ "value": "icon/caret-down16.svg"
99
+ },
100
+ "CaretUp": {
101
+ "value": "icon/caret-up20.svg"
102
+ },
103
+ "CaretUpSmall": {
104
+ "value": "icon/caret-up16.svg"
90
105
  },
91
106
  "ChevronDown": {
92
107
  "value": "icon/chevron-down.svg"
@@ -191,6 +206,12 @@
191
206
  },
192
207
  "size": {
193
208
  "values": {
209
+ "size0": {
210
+ "value": 0
211
+ },
212
+ "size1": {
213
+ "value": 1
214
+ },
194
215
  "size14": {
195
216
  "value": 14
196
217
  },