@telus-uds/palettes-community.palette-casa 1.4.3 → 1.4.5

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/build/android/border.xml +1 -1
  2. package/build/android/color.xml +2 -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 +2 -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/Amex.js +29 -0
  12. package/build/rn/icons/Amex.native.js +29 -0
  13. package/build/rn/icons/ChevronDown.js +27 -0
  14. package/build/rn/icons/ChevronDown.native.js +27 -0
  15. package/build/rn/icons/MasterCard.js +33 -0
  16. package/build/rn/icons/MasterCard.native.js +33 -0
  17. package/build/rn/icons/Visa.js +38 -0
  18. package/build/rn/icons/Visa.native.js +38 -0
  19. package/build/rn/icons/amex.icon.svg +3 -0
  20. package/build/rn/icons/chevron-down.icon.svg +3 -0
  21. package/build/rn/icons/index.js +5 -1
  22. package/build/rn/icons/master-card.icon.svg +5 -0
  23. package/build/rn/icons/visa.icon.svg +6 -0
  24. package/build/rn/palette.js +7 -2
  25. package/build/web/fonts/fonts-cdn-family.css +7 -7
  26. package/build/web/fonts/fonts-cdn.css +7 -7
  27. package/build/web/fonts/fonts-local-family.css +7 -7
  28. package/build/web/fonts/fonts-local.css +7 -7
  29. package/build/web/icons/Amex.js +29 -0
  30. package/build/web/icons/ChevronDown.js +27 -0
  31. package/build/web/icons/MasterCard.js +33 -0
  32. package/build/web/icons/Visa.js +38 -0
  33. package/build/web/icons/amex.icon.svg +3 -0
  34. package/build/web/icons/chevron-down.icon.svg +3 -0
  35. package/build/web/icons/index.js +5 -1
  36. package/build/web/icons/master-card.icon.svg +5 -0
  37. package/build/web/icons/visa.icon.svg +6 -0
  38. package/build/web/palette.js +14 -9
  39. package/package.json +1 -1
  40. package/palette.json +3 -0
  41. /package/build/web/fonts/{v1_4_3-HelveticaNow-300-m2F3kZrZIwh7liBUo5M9y.otf → v1_4_5-HelveticaNow-300-i7b2bLBl9Xm91qJH9helG.otf} +0 -0
  42. /package/build/web/fonts/{v1_4_3-HelveticaNow-400-nEQxLqh7H3YvIZBc09S-M.woff → v1_4_5-HelveticaNow-400-DnJLUaBnf1OnvMNYrThZa.woff} +0 -0
  43. /package/build/web/fonts/{v1_4_3-HelveticaNow-500-024bPFwU54einRiHumQhW.woff → v1_4_5-HelveticaNow-500-ZJ7VEjVavQoJzszLZu5nk.woff} +0 -0
  44. /package/build/web/fonts/{v1_4_3-HelveticaNow-700-KktDnzpaAklcu4d8IDY_d.woff → v1_4_5-HelveticaNow-700-oxqJ9jaO0lAOpZtQNeN2_.woff} +0 -0
  45. /package/build/web/fonts/{v1_4_3-HelveticaNowOTF-400-jpTzLaY3-3iau3vZ2C60s.otf → v1_4_5-HelveticaNowOTF-400-3kkArIlvf1L5rct4Ty6Cz.otf} +0 -0
  46. /package/build/web/fonts/{v1_4_3-HelveticaNowOTF-500-SqkeMorakX8Rrd8kqLDY3.otf → v1_4_5-HelveticaNowOTF-500-2Kp23yxQPKLI5j5_KARhl.otf} +0 -0
  47. /package/build/web/fonts/{v1_4_3-HelveticaNowOTF-700-UOjxNupyCDrF1rvkoVFki.otf → v1_4_5-HelveticaNowOTF-700-6_5gizGgu_VN2GK2Nk1IC.otf} +0 -0
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Tue, 12 Sep 2023 15:37:05 GMT
5
+ Generated on Thu, 19 Oct 2023 00:28:04 GMT
6
6
  -->
7
7
 
8
8
  <resources>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Tue, 12 Sep 2023 15:37:05 GMT
5
+ Generated on Thu, 19 Oct 2023 00:28:04 GMT
6
6
  -->
7
7
 
8
8
  <resources>
@@ -11,6 +11,7 @@
11
11
  <color name="amber_light">#fffff9ee</color>
12
12
  <color name="bg_modal">#f7f4f4f7</color>
13
13
  <color name="black">#ff000000</color>
14
+ <color name="brand_light">#ffefedff</color>
14
15
  <color name="dark_10">#1a000000</color>
15
16
  <color name="dark_20">#33000000</color>
16
17
  <color name="dark_40">#66000000</color>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Tue, 12 Sep 2023 15:37:05 GMT
5
+ Generated on Thu, 19 Oct 2023 00:28:04 GMT
6
6
  -->
7
7
 
8
8
  <resources>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Tue, 12 Sep 2023 15:37:05 GMT
5
+ Generated on Thu, 19 Oct 2023 00:28:04 GMT
6
6
  -->
7
7
 
8
8
  <resources>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Tue, 12 Sep 2023 15:37:05 GMT
5
+ Generated on Thu, 19 Oct 2023 00:28:04 GMT
6
6
  -->
7
7
 
8
8
  <resources>
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Tue, 12 Sep 2023 15:37:05 GMT
7
+ // Generated on Thu, 19 Oct 2023 00:28:04 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Tue, 12 Sep 2023 15:37:05 GMT
7
+ // Generated on Thu, 19 Oct 2023 00:28:04 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -15,6 +15,7 @@ public enum PaletteColor {
15
15
  public static let amberLight = UIColor(red: 1.000, green: 0.976, blue: 0.933, alpha: 1)
16
16
  public static let bgModal = UIColor(red: 0.957, green: 0.957, blue: 0.969, alpha: 0.97)
17
17
  public static let black = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
18
+ public static let brandLight = UIColor(red: 0.937, green: 0.929, blue: 1.000, alpha: 1)
18
19
  public static let dark10 = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.1)
19
20
  public static let dark20 = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.2)
20
21
  public static let dark40 = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.4)
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Tue, 12 Sep 2023 15:37:05 GMT
7
+ // Generated on Thu, 19 Oct 2023 00:28:04 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Tue, 12 Sep 2023 15:37:05 GMT
7
+ // Generated on Thu, 19 Oct 2023 00:28:04 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Tue, 12 Sep 2023 15:37:05 GMT
7
+ // Generated on Thu, 19 Oct 2023 00:28:04 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+
3
+ var _jsxRuntime = require("react/jsx-runtime");
4
+
5
+ module.exports = ({
6
+ title,
7
+ titleId,
8
+ size,
9
+ color,
10
+ ...props
11
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...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
+ fill: "#016FD0",
25
+ fillRule: "evenodd",
26
+ d: "M2.709 8 0 14.991h3.243l.402-1.115h.918l.402 1.115h3.57v-.85l.318.85h1.846l.318-.869v.869h7.423l.902-1.086.846 1.086L24 15l-2.717-3.485L24 8h-3.753l-.879 1.066L18.549 8h-8.075l-.693 1.804L9.07 8H5.835v.822L5.475 8H2.71Zm.627.993h1.58l1.797 4.74v-4.74h1.732l1.387 3.399 1.28-3.4h1.722v5.017h-1.048l-.009-3.93-1.528 3.93h-.938l-1.537-3.93v3.93H5.618l-.41-1.124H3l-.408 1.123H1.437l1.9-5.015Zm14.72 0h-4.263v5.013h4.197l1.352-1.661 1.304 1.661h1.363l-1.98-2.492 1.98-2.521h-1.304l-1.345 1.642-1.304-1.642ZM4.105 9.84l-.728 2.004h1.455L4.105 9.84Zm10.74 1.106v-.916h2.66l1.161 1.464-1.212 1.473h-2.608v-1h2.325v-1.02h-2.325Z",
27
+ clipRule: "evenodd"
28
+ })]
29
+ });
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+
3
+ var _reactNativeSvg = require("react-native-svg");
4
+
5
+ var _jsxRuntime = require("react/jsx-runtime");
6
+
7
+ module.exports = ({
8
+ title,
9
+ titleId,
10
+ size,
11
+ color,
12
+ ...props
13
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, { ...props,
14
+ xmlns: "http://www.w3.org/2000/svg",
15
+ viewBox: "0 0 24 24",
16
+ height: size,
17
+ width: size,
18
+ fill: color,
19
+ "aria-labelledby": titleId,
20
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
21
+ id: titleId,
22
+ children: title
23
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
24
+ fill: "#016FD0",
25
+ fillRule: "evenodd",
26
+ d: "M2.709 8 0 14.991h3.243l.402-1.115h.918l.402 1.115h3.57v-.85l.318.85h1.846l.318-.869v.869h7.423l.902-1.086.846 1.086L24 15l-2.717-3.485L24 8h-3.753l-.879 1.066L18.549 8h-8.075l-.693 1.804L9.07 8H5.835v.822L5.475 8H2.71Zm.627.993h1.58l1.797 4.74v-4.74h1.732l1.387 3.399 1.28-3.4h1.722v5.017h-1.048l-.009-3.93-1.528 3.93h-.938l-1.537-3.93v3.93H5.618l-.41-1.124H3l-.408 1.123H1.437l1.9-5.015Zm14.72 0h-4.263v5.013h4.197l1.352-1.661 1.304 1.661h1.363l-1.98-2.492 1.98-2.521h-1.304l-1.345 1.642-1.304-1.642ZM4.105 9.84l-.728 2.004h1.455L4.105 9.84Zm10.74 1.106v-.916h2.66l1.161 1.464-1.212 1.473h-2.608v-1h2.325v-1.02h-2.325Z",
27
+ clipRule: "evenodd"
28
+ })]
29
+ });
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+
3
+ var _jsxRuntime = require("react/jsx-runtime");
4
+
5
+ module.exports = ({
6
+ title,
7
+ titleId,
8
+ size,
9
+ color,
10
+ ...props
11
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
12
+ xmlns: "http://www.w3.org/2000/svg",
13
+ viewBox: "0 0 24 30",
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
+ d: "M17.794 9.183c-.352-.3-.704-.138-.907.062l-4.89 4.496-4.88-4.496c-.179-.164-.626-.425-.952-.062-.325.363-.1.733.078.897l5.392 5.797a.49.49 0 0 0 .65 0l5.51-5.797c.184-.145.35-.596 0-.897Z",
25
+ fill: "#2B8000"
26
+ })]
27
+ });
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+
3
+ var _reactNativeSvg = require("react-native-svg");
4
+
5
+ var _jsxRuntime = require("react/jsx-runtime");
6
+
7
+ module.exports = ({
8
+ title,
9
+ titleId,
10
+ size,
11
+ color,
12
+ ...props
13
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, { ...props,
14
+ xmlns: "http://www.w3.org/2000/svg",
15
+ viewBox: "0 0 24 30",
16
+ height: size,
17
+ width: size,
18
+ fill: color,
19
+ "aria-labelledby": titleId,
20
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
21
+ id: titleId,
22
+ children: title
23
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
24
+ d: "M17.794 9.183c-.352-.3-.704-.138-.907.062l-4.89 4.496-4.88-4.496c-.179-.164-.626-.425-.952-.062-.325.363-.1.733.078.897l5.392 5.797a.49.49 0 0 0 .65 0l5.51-5.797c.184-.145.35-.596 0-.897Z",
25
+ fill: "#2B8000"
26
+ })]
27
+ });
@@ -0,0 +1,33 @@
1
+ "use strict";
2
+
3
+ var _jsxRuntime = require("react/jsx-runtime");
4
+
5
+ module.exports = ({
6
+ title,
7
+ titleId,
8
+ size,
9
+ color,
10
+ ...props
11
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...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
+ fill: "#ED0006",
25
+ d: "M12 15.044A4.386 4.386 0 0 1 9.246 16C6.9 16 5 14.21 5 12s1.901-4 4.246-4c1.05 0 2.013.36 2.754.956A4.386 4.386 0 0 1 14.754 8C17.1 8 19 9.79 19 12s-1.901 4-4.246 4c-1.05 0-2.013-.36-2.754-.956Z"
26
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
27
+ fill: "#F9A000",
28
+ d: "M12 15.044c.913-.733 1.492-1.825 1.492-3.044 0-1.22-.58-2.31-1.492-3.044A4.386 4.386 0 0 1 14.754 8C17.1 8 19 9.79 19 12s-1.9 4-4.246 4c-1.05 0-2.013-.36-2.754-.956Z"
29
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
30
+ fill: "#FF5E00",
31
+ d: "M12 15.044c.913-.733 1.492-1.825 1.492-3.044 0-1.22-.579-2.31-1.492-3.044-.913.733-1.492 1.825-1.492 3.044 0 1.22.58 2.31 1.492 3.044Z"
32
+ })]
33
+ });
@@ -0,0 +1,33 @@
1
+ "use strict";
2
+
3
+ var _reactNativeSvg = require("react-native-svg");
4
+
5
+ var _jsxRuntime = require("react/jsx-runtime");
6
+
7
+ module.exports = ({
8
+ title,
9
+ titleId,
10
+ size,
11
+ color,
12
+ ...props
13
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, { ...props,
14
+ xmlns: "http://www.w3.org/2000/svg",
15
+ viewBox: "0 0 24 24",
16
+ height: size,
17
+ width: size,
18
+ fill: color,
19
+ "aria-labelledby": titleId,
20
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
21
+ id: titleId,
22
+ children: title
23
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
24
+ fill: "#ED0006",
25
+ d: "M12 15.044A4.386 4.386 0 0 1 9.246 16C6.9 16 5 14.21 5 12s1.901-4 4.246-4c1.05 0 2.013.36 2.754.956A4.386 4.386 0 0 1 14.754 8C17.1 8 19 9.79 19 12s-1.901 4-4.246 4c-1.05 0-2.013-.36-2.754-.956Z"
26
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
27
+ fill: "#F9A000",
28
+ d: "M12 15.044c.913-.733 1.492-1.825 1.492-3.044 0-1.22-.58-2.31-1.492-3.044A4.386 4.386 0 0 1 14.754 8C17.1 8 19 9.79 19 12s-1.9 4-4.246 4c-1.05 0-2.013-.36-2.754-.956Z"
29
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
30
+ fill: "#FF5E00",
31
+ d: "M12 15.044c.913-.733 1.492-1.825 1.492-3.044 0-1.22-.579-2.31-1.492-3.044-.913.733-1.492 1.825-1.492 3.044 0 1.22.58 2.31 1.492 3.044Z"
32
+ })]
33
+ });
@@ -0,0 +1,38 @@
1
+ "use strict";
2
+
3
+ var _jsxRuntime = require("react/jsx-runtime");
4
+
5
+ module.exports = ({
6
+ title,
7
+ titleId,
8
+ size,
9
+ color,
10
+ ...props
11
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...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
+ fill: "#00579F",
25
+ d: "M15.704 8c.752 0 1.36.151 1.744.288l-.265 1.464-.175-.072a3.615 3.615 0 0 0-1.449-.26c-.767 0-1.111.296-1.12.584 0 .317.417.526 1.097.836 1.12.483 1.64 1.075 1.632 1.846C17.152 14.092 15.824 15 13.784 15c-.872-.007-1.712-.173-2.168-.36l.272-1.522.256.108c.632.253 1.048.361 1.824.361.56 0 1.16-.21 1.168-.663 0-.296-.256-.512-1.008-.844-.736-.324-1.72-.865-1.704-1.838.008-1.32 1.36-2.242 3.28-2.242Zm-7.248 6.899H10.4l1.216-6.776H9.672l-1.216 6.776Z"
26
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
27
+ fill: "#00579F",
28
+ fillRule: "evenodd",
29
+ d: "M22.432 8.123h-1.504c-.464 0-.816.122-1.016.562L17.024 14.9h2.04l.408-1.016h2.496c.056.237.232 1.016.232 1.016H24l-1.568-6.776Zm-2.4 4.376a2035.23 2035.23 0 0 0 .836-2.049c.056-.14.139-.346.196-.496l.136.584s.368 1.622.448 1.96h-1.616Z",
30
+ clipRule: "evenodd"
31
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
32
+ fill: "#00579F",
33
+ d: "m4.928 12.743 1.904-4.62h2.056l-3.056 6.769H3.776L2.032 8.966c1.232.584 2.336 1.76 2.688 2.84l.208.938Z"
34
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
35
+ fill: "#FAA61A",
36
+ d: "M3.16 8.123H.032L0 8.26c2.44.562 4.056 1.918 4.72 3.547l-.68-3.115c-.112-.432-.456-.555-.88-.57Z"
37
+ })]
38
+ });
@@ -0,0 +1,38 @@
1
+ "use strict";
2
+
3
+ var _reactNativeSvg = require("react-native-svg");
4
+
5
+ var _jsxRuntime = require("react/jsx-runtime");
6
+
7
+ module.exports = ({
8
+ title,
9
+ titleId,
10
+ size,
11
+ color,
12
+ ...props
13
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, { ...props,
14
+ xmlns: "http://www.w3.org/2000/svg",
15
+ viewBox: "0 0 24 24",
16
+ height: size,
17
+ width: size,
18
+ fill: color,
19
+ "aria-labelledby": titleId,
20
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
21
+ id: titleId,
22
+ children: title
23
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
24
+ fill: "#00579F",
25
+ d: "M15.704 8c.752 0 1.36.151 1.744.288l-.265 1.464-.175-.072a3.615 3.615 0 0 0-1.449-.26c-.767 0-1.111.296-1.12.584 0 .317.417.526 1.097.836 1.12.483 1.64 1.075 1.632 1.846C17.152 14.092 15.824 15 13.784 15c-.872-.007-1.712-.173-2.168-.36l.272-1.522.256.108c.632.253 1.048.361 1.824.361.56 0 1.16-.21 1.168-.663 0-.296-.256-.512-1.008-.844-.736-.324-1.72-.865-1.704-1.838.008-1.32 1.36-2.242 3.28-2.242Zm-7.248 6.899H10.4l1.216-6.776H9.672l-1.216 6.776Z"
26
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
27
+ fill: "#00579F",
28
+ fillRule: "evenodd",
29
+ d: "M22.432 8.123h-1.504c-.464 0-.816.122-1.016.562L17.024 14.9h2.04l.408-1.016h2.496c.056.237.232 1.016.232 1.016H24l-1.568-6.776Zm-2.4 4.376a2035.23 2035.23 0 0 0 .836-2.049c.056-.14.139-.346.196-.496l.136.584s.368 1.622.448 1.96h-1.616Z",
30
+ clipRule: "evenodd"
31
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
32
+ fill: "#00579F",
33
+ d: "m4.928 12.743 1.904-4.62h2.056l-3.056 6.769H3.776L2.032 8.966c1.232.584 2.336 1.76 2.688 2.84l.208.938Z"
34
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
35
+ fill: "#FAA61A",
36
+ d: "M3.16 8.123H.032L0 8.26c2.44.562 4.056 1.918 4.72 3.547l-.68-3.115c-.112-.432-.456-.555-.88-.57Z"
37
+ })]
38
+ });
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path fill="#016FD0" fill-rule="evenodd" d="M2.709 8 0 14.991h3.243l.402-1.115h.918l.402 1.115h3.57v-.85l.318.85h1.846l.318-.869v.869h7.423l.902-1.086.846 1.086L24 15l-2.717-3.485L24 8h-3.753l-.879 1.066L18.549 8h-8.075l-.693 1.804L9.07 8H5.835v.822L5.475 8H2.71Zm.627.993h1.58l1.797 4.74v-4.74h1.732l1.387 3.399 1.28-3.4h1.722v5.017h-1.048l-.009-3.93-1.528 3.93h-.938l-1.537-3.93v3.93H5.618l-.41-1.124H3l-.408 1.123H1.437l1.9-5.015Zm14.72 0h-4.263v5.013h4.197l1.352-1.661 1.304 1.661h1.363l-1.98-2.492 1.98-2.521h-1.304l-1.345 1.642-1.304-1.642ZM4.105 9.84l-.728 2.004h1.455L4.105 9.84Zm10.74 1.106v-.916h2.66l1.161 1.464-1.212 1.473h-2.608v-1h2.325v-1.02h-2.325Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 30">
2
+ <path d='M17.7940812,9.18323023 C17.4424627,8.8825106 17.0896181,9.04504427 16.8868854,9.24527574 L11.9968161,13.740553 L7.11722187,9.24527573 C6.93839231,9.08145209 6.49053328,8.81996721 6.16524043,9.18323023 C5.83994757,9.54649326 6.06520964,9.91610528 6.24327169,10.0799289 L11.6348225,15.8766027 C11.8136521,16.0411324 12.1060729,16.0411324 12.2849025,15.8766027 C12.2849025,15.8758965 17.7940809,10.079929 17.7940809,10.079929 C17.9792355,9.93504267 18.1456996,9.48394985 17.7940812,9.18323023 Z' fill="#2B8000"/>
3
+ </svg>
@@ -4,6 +4,7 @@ module.exports = {
4
4
  AddUser: require('./AddUser'),
5
5
  AlarmClock: require('./AlarmClock'),
6
6
  Ambulance: require('./Ambulance'),
7
+ Amex: require('./Amex'),
7
8
  ArrowDown: require('./ArrowDown'),
8
9
  ArrowLeft: require('./ArrowLeft'),
9
10
  ArrowRight: require('./ArrowRight'),
@@ -131,6 +132,7 @@ module.exports = {
131
132
  LoginForm: require('./LoginForm'),
132
133
  Magnify: require('./Magnify'),
133
134
  Map: require('./Map'),
135
+ MasterCard: require('./MasterCard'),
134
136
  Medical: require('./Medical'),
135
137
  Messaging: require('./Messaging'),
136
138
  Mobility: require('./Mobility'),
@@ -236,10 +238,12 @@ module.exports = {
236
238
  VideoCall: require('./VideoCall'),
237
239
  VideoChat: require('./VideoChat'),
238
240
  VideoGames: require('./VideoGames'),
241
+ Visa: require('./Visa'),
239
242
  Visible: require('./Visible'),
240
243
  VisuallyImpaired: require('./VisuallyImpaired'),
241
244
  Warranty: require('./Warranty'),
242
245
  Watch: require('./Watch'),
243
246
  WifiBoost: require('./WifiBoost'),
244
- WifiCloud: require('./WifiCloud')
247
+ WifiCloud: require('./WifiCloud'),
248
+ ChevronDown: require('./ChevronDown')
245
249
  }
@@ -0,0 +1,5 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path fill="#ED0006" d="M12 15.044A4.386 4.386 0 0 1 9.246 16C6.9 16 5 14.21 5 12s1.901-4 4.246-4c1.05 0 2.013.36 2.754.956A4.386 4.386 0 0 1 14.754 8C17.1 8 19 9.79 19 12s-1.901 4-4.246 4c-1.05 0-2.013-.36-2.754-.956Z"/>
3
+ <path fill="#F9A000" d="M12 15.044c.913-.733 1.492-1.825 1.492-3.044 0-1.22-.58-2.31-1.492-3.044A4.386 4.386 0 0 1 14.754 8C17.1 8 19 9.79 19 12s-1.9 4-4.246 4c-1.05 0-2.013-.36-2.754-.956Z"/>
4
+ <path fill="#FF5E00" d="M12 15.044c.913-.733 1.492-1.825 1.492-3.044 0-1.22-.579-2.31-1.492-3.044-.913.733-1.492 1.825-1.492 3.044 0 1.22.58 2.31 1.492 3.044Z"/>
5
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path fill="#00579F" d="M15.704 8c.752 0 1.36.151 1.744.288l-.265 1.464-.175-.072a3.615 3.615 0 0 0-1.449-.26c-.767 0-1.111.296-1.12.584 0 .317.417.526 1.097.836 1.12.483 1.64 1.075 1.632 1.846C17.152 14.092 15.824 15 13.784 15c-.872-.007-1.712-.173-2.168-.36l.272-1.522.256.108c.632.253 1.048.361 1.824.361.56 0 1.16-.21 1.168-.663 0-.296-.256-.512-1.008-.844-.736-.324-1.72-.865-1.704-1.838.008-1.32 1.36-2.242 3.28-2.242Zm-7.248 6.899H10.4l1.216-6.776H9.672l-1.216 6.776Z"/>
3
+ <path fill="#00579F" fill-rule="evenodd" d="M22.432 8.123h-1.504c-.464 0-.816.122-1.016.562L17.024 14.9h2.04l.408-1.016h2.496c.056.237.232 1.016.232 1.016H24l-1.568-6.776Zm-2.4 4.376a2035.23 2035.23 0 0 0 .836-2.049c.056-.14.139-.346.196-.496l.136.584s.368 1.622.448 1.96h-1.616Z" clip-rule="evenodd"/>
4
+ <path fill="#00579F" d="m4.928 12.743 1.904-4.62h2.056l-3.056 6.769H3.776L2.032 8.966c1.232.584 2.336 1.76 2.688 2.84l.208.938Z"/>
5
+ <path fill="#FAA61A" d="M3.16 8.123H.032L0 8.26c2.44.562 4.056 1.918 4.72 3.547l-.68-3.115c-.112-.432-.456-.555-.88-.57Z"/>
6
+ </svg>
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 12 Sep 2023 15:37:09 GMT
3
+ * Generated on Thu, 19 Oct 2023 00:28:08 GMT
4
4
  */
5
5
  module.exports = {
6
6
  border: {
@@ -16,6 +16,7 @@ module.exports = {
16
16
  amberLight: '#fff9ee',
17
17
  bgModal: 'rgba(244, 244, 247, 0.97)',
18
18
  black: '#000000',
19
+ brandLight: '#efedff',
19
20
  dark10: 'rgba(0, 0, 0, 0.1)',
20
21
  dark20: 'rgba(0, 0, 0, 0.2)',
21
22
  dark40: 'rgba(0, 0, 0, 0.4)',
@@ -171,6 +172,7 @@ module.exports = {
171
172
  AddUser: '@telus-uds/palettes-community.palette-casa/build/rn/icons/add-user.icon.svg',
172
173
  AlarmClock: '@telus-uds/palettes-community.palette-casa/build/rn/icons/alarm-clock.icon.svg',
173
174
  Ambulance: '@telus-uds/palettes-community.palette-casa/build/rn/icons/ambulance.icon.svg',
175
+ Amex: '@telus-uds/palettes-community.palette-casa/build/rn/icons/amex.icon.svg',
174
176
  ArrowDown: '@telus-uds/palettes-community.palette-casa/build/rn/icons/arrow-down.icon.svg',
175
177
  ArrowLeft: '@telus-uds/palettes-community.palette-casa/build/rn/icons/arrow-left.icon.svg',
176
178
  ArrowRight: '@telus-uds/palettes-community.palette-casa/build/rn/icons/arrow-right.icon.svg',
@@ -298,6 +300,7 @@ module.exports = {
298
300
  LoginForm: '@telus-uds/palettes-community.palette-casa/build/rn/icons/login-form.icon.svg',
299
301
  Magnify: '@telus-uds/palettes-community.palette-casa/build/rn/icons/magnify.icon.svg',
300
302
  Map: '@telus-uds/palettes-community.palette-casa/build/rn/icons/map.icon.svg',
303
+ MasterCard: '@telus-uds/palettes-community.palette-casa/build/rn/icons/master-card.icon.svg',
301
304
  Medical: '@telus-uds/palettes-community.palette-casa/build/rn/icons/medical.icon.svg',
302
305
  Messaging: '@telus-uds/palettes-community.palette-casa/build/rn/icons/messaging.icon.svg',
303
306
  Mobility: '@telus-uds/palettes-community.palette-casa/build/rn/icons/mobility.icon.svg',
@@ -403,12 +406,14 @@ module.exports = {
403
406
  VideoCall: '@telus-uds/palettes-community.palette-casa/build/rn/icons/video-call.icon.svg',
404
407
  VideoChat: '@telus-uds/palettes-community.palette-casa/build/rn/icons/video-chat.icon.svg',
405
408
  VideoGames: '@telus-uds/palettes-community.palette-casa/build/rn/icons/video-games.icon.svg',
409
+ Visa: '@telus-uds/palettes-community.palette-casa/build/rn/icons/visa.icon.svg',
406
410
  Visible: '@telus-uds/palettes-community.palette-casa/build/rn/icons/visible.icon.svg',
407
411
  VisuallyImpaired: '@telus-uds/palettes-community.palette-casa/build/rn/icons/visually-impaired.icon.svg',
408
412
  Warranty: '@telus-uds/palettes-community.palette-casa/build/rn/icons/warranty.icon.svg',
409
413
  Watch: '@telus-uds/palettes-community.palette-casa/build/rn/icons/watch.icon.svg',
410
414
  WifiBoost: '@telus-uds/palettes-community.palette-casa/build/rn/icons/wifi-boost.icon.svg',
411
- WifiCloud: '@telus-uds/palettes-community.palette-casa/build/rn/icons/wifi-cloud.icon.svg'
415
+ WifiCloud: '@telus-uds/palettes-community.palette-casa/build/rn/icons/wifi-cloud.icon.svg',
416
+ ChevronDown: '@telus-uds/palettes-community.palette-casa/build/rn/icons/chevron-down.icon.svg'
412
417
  },
413
418
  letterSpacing: {
414
419
  condensed: -0.039,
@@ -1,48 +1,48 @@
1
1
  @font-face {
2
2
  font-family: 'HelveticaNow';
3
- src: url('https://cdn.telus.digital/uds/v1_4_3-HelveticaNow-300-m2F3kZrZIwh7liBUo5M9y.otf');
3
+ src: url('https://cdn.telus.digital/uds/v1_4_5-HelveticaNow-300-i7b2bLBl9Xm91qJH9helG.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_3-HelveticaNow-400-nEQxLqh7H3YvIZBc09S-M.woff');
10
+ src: url('https://cdn.telus.digital/uds/v1_4_5-HelveticaNow-400-DnJLUaBnf1OnvMNYrThZa.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_3-HelveticaNow-500-024bPFwU54einRiHumQhW.woff');
17
+ src: url('https://cdn.telus.digital/uds/v1_4_5-HelveticaNow-500-ZJ7VEjVavQoJzszLZu5nk.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_3-HelveticaNow-700-KktDnzpaAklcu4d8IDY_d.woff');
24
+ src: url('https://cdn.telus.digital/uds/v1_4_5-HelveticaNow-700-oxqJ9jaO0lAOpZtQNeN2_.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_3-HelveticaNowOTF-400-jpTzLaY3-3iau3vZ2C60s.otf');
31
+ src: url('https://cdn.telus.digital/uds/v1_4_5-HelveticaNowOTF-400-3kkArIlvf1L5rct4Ty6Cz.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_3-HelveticaNowOTF-500-SqkeMorakX8Rrd8kqLDY3.otf');
38
+ src: url('https://cdn.telus.digital/uds/v1_4_5-HelveticaNowOTF-500-2Kp23yxQPKLI5j5_KARhl.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_3-HelveticaNowOTF-700-UOjxNupyCDrF1rvkoVFki.otf');
45
+ src: url('https://cdn.telus.digital/uds/v1_4_5-HelveticaNowOTF-700-6_5gizGgu_VN2GK2Nk1IC.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_3-HelveticaNow-300-m2F3kZrZIwh7liBUo5M9y.otf');
3
+ src: url('https://cdn.telus.digital/uds/v1_4_5-HelveticaNow-300-i7b2bLBl9Xm91qJH9helG.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_3-HelveticaNow-400-nEQxLqh7H3YvIZBc09S-M.woff');
8
+ src: url('https://cdn.telus.digital/uds/v1_4_5-HelveticaNow-400-DnJLUaBnf1OnvMNYrThZa.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_3-HelveticaNow-500-024bPFwU54einRiHumQhW.woff');
13
+ src: url('https://cdn.telus.digital/uds/v1_4_5-HelveticaNow-500-ZJ7VEjVavQoJzszLZu5nk.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_3-HelveticaNow-700-KktDnzpaAklcu4d8IDY_d.woff');
18
+ src: url('https://cdn.telus.digital/uds/v1_4_5-HelveticaNow-700-oxqJ9jaO0lAOpZtQNeN2_.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_3-HelveticaNowOTF-400-jpTzLaY3-3iau3vZ2C60s.otf');
23
+ src: url('https://cdn.telus.digital/uds/v1_4_5-HelveticaNowOTF-400-3kkArIlvf1L5rct4Ty6Cz.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_3-HelveticaNowOTF-500-SqkeMorakX8Rrd8kqLDY3.otf');
28
+ src: url('https://cdn.telus.digital/uds/v1_4_5-HelveticaNowOTF-500-2Kp23yxQPKLI5j5_KARhl.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_3-HelveticaNowOTF-700-UOjxNupyCDrF1rvkoVFki.otf');
33
+ src: url('https://cdn.telus.digital/uds/v1_4_5-HelveticaNowOTF-700-6_5gizGgu_VN2GK2Nk1IC.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_3-HelveticaNow-300-m2F3kZrZIwh7liBUo5M9y.otf');
3
+ src: url('./v1_4_5-HelveticaNow-300-i7b2bLBl9Xm91qJH9helG.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_3-HelveticaNow-400-nEQxLqh7H3YvIZBc09S-M.woff');
10
+ src: url('./v1_4_5-HelveticaNow-400-DnJLUaBnf1OnvMNYrThZa.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_3-HelveticaNow-500-024bPFwU54einRiHumQhW.woff');
17
+ src: url('./v1_4_5-HelveticaNow-500-ZJ7VEjVavQoJzszLZu5nk.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_3-HelveticaNow-700-KktDnzpaAklcu4d8IDY_d.woff');
24
+ src: url('./v1_4_5-HelveticaNow-700-oxqJ9jaO0lAOpZtQNeN2_.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_3-HelveticaNowOTF-400-jpTzLaY3-3iau3vZ2C60s.otf');
31
+ src: url('./v1_4_5-HelveticaNowOTF-400-3kkArIlvf1L5rct4Ty6Cz.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_3-HelveticaNowOTF-500-SqkeMorakX8Rrd8kqLDY3.otf');
38
+ src: url('./v1_4_5-HelveticaNowOTF-500-2Kp23yxQPKLI5j5_KARhl.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_3-HelveticaNowOTF-700-UOjxNupyCDrF1rvkoVFki.otf');
45
+ src: url('./v1_4_5-HelveticaNowOTF-700-6_5gizGgu_VN2GK2Nk1IC.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_3-HelveticaNow-300-m2F3kZrZIwh7liBUo5M9y.otf');
3
+ src: url('./v1_4_5-HelveticaNow-300-i7b2bLBl9Xm91qJH9helG.otf');
4
4
  font-display: block;
5
5
  }
6
6
  @font-face {
7
7
  font-family: 'HelveticaNow400normal';
8
- src: url('./v1_4_3-HelveticaNow-400-nEQxLqh7H3YvIZBc09S-M.woff');
8
+ src: url('./v1_4_5-HelveticaNow-400-DnJLUaBnf1OnvMNYrThZa.woff');
9
9
  font-display: block;
10
10
  }
11
11
  @font-face {
12
12
  font-family: 'HelveticaNow500normal';
13
- src: url('./v1_4_3-HelveticaNow-500-024bPFwU54einRiHumQhW.woff');
13
+ src: url('./v1_4_5-HelveticaNow-500-ZJ7VEjVavQoJzszLZu5nk.woff');
14
14
  font-display: block;
15
15
  }
16
16
  @font-face {
17
17
  font-family: 'HelveticaNow700normal';
18
- src: url('./v1_4_3-HelveticaNow-700-KktDnzpaAklcu4d8IDY_d.woff');
18
+ src: url('./v1_4_5-HelveticaNow-700-oxqJ9jaO0lAOpZtQNeN2_.woff');
19
19
  font-display: block;
20
20
  }
21
21
  @font-face {
22
22
  font-family: 'HelveticaNowOTF400normal';
23
- src: url('./v1_4_3-HelveticaNowOTF-400-jpTzLaY3-3iau3vZ2C60s.otf');
23
+ src: url('./v1_4_5-HelveticaNowOTF-400-3kkArIlvf1L5rct4Ty6Cz.otf');
24
24
  font-display: block;
25
25
  }
26
26
  @font-face {
27
27
  font-family: 'HelveticaNowOTF500normal';
28
- src: url('./v1_4_3-HelveticaNowOTF-500-SqkeMorakX8Rrd8kqLDY3.otf');
28
+ src: url('./v1_4_5-HelveticaNowOTF-500-2Kp23yxQPKLI5j5_KARhl.otf');
29
29
  font-display: block;
30
30
  }
31
31
  @font-face {
32
32
  font-family: 'HelveticaNowOTF700normal';
33
- src: url('./v1_4_3-HelveticaNowOTF-700-UOjxNupyCDrF1rvkoVFki.otf');
33
+ src: url('./v1_4_5-HelveticaNowOTF-700-6_5gizGgu_VN2GK2Nk1IC.otf');
34
34
  font-display: block;
35
35
  }
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+
3
+ var _jsxRuntime = require("react/jsx-runtime");
4
+
5
+ module.exports = ({
6
+ title,
7
+ titleId,
8
+ size,
9
+ color,
10
+ ...props
11
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...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
+ fill: "#016FD0",
25
+ fillRule: "evenodd",
26
+ d: "M2.709 8 0 14.991h3.243l.402-1.115h.918l.402 1.115h3.57v-.85l.318.85h1.846l.318-.869v.869h7.423l.902-1.086.846 1.086L24 15l-2.717-3.485L24 8h-3.753l-.879 1.066L18.549 8h-8.075l-.693 1.804L9.07 8H5.835v.822L5.475 8H2.71Zm.627.993h1.58l1.797 4.74v-4.74h1.732l1.387 3.399 1.28-3.4h1.722v5.017h-1.048l-.009-3.93-1.528 3.93h-.938l-1.537-3.93v3.93H5.618l-.41-1.124H3l-.408 1.123H1.437l1.9-5.015Zm14.72 0h-4.263v5.013h4.197l1.352-1.661 1.304 1.661h1.363l-1.98-2.492 1.98-2.521h-1.304l-1.345 1.642-1.304-1.642ZM4.105 9.84l-.728 2.004h1.455L4.105 9.84Zm10.74 1.106v-.916h2.66l1.161 1.464-1.212 1.473h-2.608v-1h2.325v-1.02h-2.325Z",
27
+ clipRule: "evenodd"
28
+ })]
29
+ });
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+
3
+ var _jsxRuntime = require("react/jsx-runtime");
4
+
5
+ module.exports = ({
6
+ title,
7
+ titleId,
8
+ size,
9
+ color,
10
+ ...props
11
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
12
+ xmlns: "http://www.w3.org/2000/svg",
13
+ viewBox: "0 0 24 30",
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
+ d: "M17.794 9.183c-.352-.3-.704-.138-.907.062l-4.89 4.496-4.88-4.496c-.179-.164-.626-.425-.952-.062-.325.363-.1.733.078.897l5.392 5.797a.49.49 0 0 0 .65 0l5.51-5.797c.184-.145.35-.596 0-.897Z",
25
+ fill: "#2B8000"
26
+ })]
27
+ });
@@ -0,0 +1,33 @@
1
+ "use strict";
2
+
3
+ var _jsxRuntime = require("react/jsx-runtime");
4
+
5
+ module.exports = ({
6
+ title,
7
+ titleId,
8
+ size,
9
+ color,
10
+ ...props
11
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...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
+ fill: "#ED0006",
25
+ d: "M12 15.044A4.386 4.386 0 0 1 9.246 16C6.9 16 5 14.21 5 12s1.901-4 4.246-4c1.05 0 2.013.36 2.754.956A4.386 4.386 0 0 1 14.754 8C17.1 8 19 9.79 19 12s-1.901 4-4.246 4c-1.05 0-2.013-.36-2.754-.956Z"
26
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
27
+ fill: "#F9A000",
28
+ d: "M12 15.044c.913-.733 1.492-1.825 1.492-3.044 0-1.22-.58-2.31-1.492-3.044A4.386 4.386 0 0 1 14.754 8C17.1 8 19 9.79 19 12s-1.9 4-4.246 4c-1.05 0-2.013-.36-2.754-.956Z"
29
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
30
+ fill: "#FF5E00",
31
+ d: "M12 15.044c.913-.733 1.492-1.825 1.492-3.044 0-1.22-.579-2.31-1.492-3.044-.913.733-1.492 1.825-1.492 3.044 0 1.22.58 2.31 1.492 3.044Z"
32
+ })]
33
+ });
@@ -0,0 +1,38 @@
1
+ "use strict";
2
+
3
+ var _jsxRuntime = require("react/jsx-runtime");
4
+
5
+ module.exports = ({
6
+ title,
7
+ titleId,
8
+ size,
9
+ color,
10
+ ...props
11
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...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
+ fill: "#00579F",
25
+ d: "M15.704 8c.752 0 1.36.151 1.744.288l-.265 1.464-.175-.072a3.615 3.615 0 0 0-1.449-.26c-.767 0-1.111.296-1.12.584 0 .317.417.526 1.097.836 1.12.483 1.64 1.075 1.632 1.846C17.152 14.092 15.824 15 13.784 15c-.872-.007-1.712-.173-2.168-.36l.272-1.522.256.108c.632.253 1.048.361 1.824.361.56 0 1.16-.21 1.168-.663 0-.296-.256-.512-1.008-.844-.736-.324-1.72-.865-1.704-1.838.008-1.32 1.36-2.242 3.28-2.242Zm-7.248 6.899H10.4l1.216-6.776H9.672l-1.216 6.776Z"
26
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
27
+ fill: "#00579F",
28
+ fillRule: "evenodd",
29
+ d: "M22.432 8.123h-1.504c-.464 0-.816.122-1.016.562L17.024 14.9h2.04l.408-1.016h2.496c.056.237.232 1.016.232 1.016H24l-1.568-6.776Zm-2.4 4.376a2035.23 2035.23 0 0 0 .836-2.049c.056-.14.139-.346.196-.496l.136.584s.368 1.622.448 1.96h-1.616Z",
30
+ clipRule: "evenodd"
31
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
32
+ fill: "#00579F",
33
+ d: "m4.928 12.743 1.904-4.62h2.056l-3.056 6.769H3.776L2.032 8.966c1.232.584 2.336 1.76 2.688 2.84l.208.938Z"
34
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
35
+ fill: "#FAA61A",
36
+ d: "M3.16 8.123H.032L0 8.26c2.44.562 4.056 1.918 4.72 3.547l-.68-3.115c-.112-.432-.456-.555-.88-.57Z"
37
+ })]
38
+ });
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path fill="#016FD0" fill-rule="evenodd" d="M2.709 8 0 14.991h3.243l.402-1.115h.918l.402 1.115h3.57v-.85l.318.85h1.846l.318-.869v.869h7.423l.902-1.086.846 1.086L24 15l-2.717-3.485L24 8h-3.753l-.879 1.066L18.549 8h-8.075l-.693 1.804L9.07 8H5.835v.822L5.475 8H2.71Zm.627.993h1.58l1.797 4.74v-4.74h1.732l1.387 3.399 1.28-3.4h1.722v5.017h-1.048l-.009-3.93-1.528 3.93h-.938l-1.537-3.93v3.93H5.618l-.41-1.124H3l-.408 1.123H1.437l1.9-5.015Zm14.72 0h-4.263v5.013h4.197l1.352-1.661 1.304 1.661h1.363l-1.98-2.492 1.98-2.521h-1.304l-1.345 1.642-1.304-1.642ZM4.105 9.84l-.728 2.004h1.455L4.105 9.84Zm10.74 1.106v-.916h2.66l1.161 1.464-1.212 1.473h-2.608v-1h2.325v-1.02h-2.325Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 30">
2
+ <path d='M17.7940812,9.18323023 C17.4424627,8.8825106 17.0896181,9.04504427 16.8868854,9.24527574 L11.9968161,13.740553 L7.11722187,9.24527573 C6.93839231,9.08145209 6.49053328,8.81996721 6.16524043,9.18323023 C5.83994757,9.54649326 6.06520964,9.91610528 6.24327169,10.0799289 L11.6348225,15.8766027 C11.8136521,16.0411324 12.1060729,16.0411324 12.2849025,15.8766027 C12.2849025,15.8758965 17.7940809,10.079929 17.7940809,10.079929 C17.9792355,9.93504267 18.1456996,9.48394985 17.7940812,9.18323023 Z' fill="#2B8000"/>
3
+ </svg>
@@ -4,6 +4,7 @@ module.exports = {
4
4
  AddUser: require('./AddUser'),
5
5
  AlarmClock: require('./AlarmClock'),
6
6
  Ambulance: require('./Ambulance'),
7
+ Amex: require('./Amex'),
7
8
  ArrowDown: require('./ArrowDown'),
8
9
  ArrowLeft: require('./ArrowLeft'),
9
10
  ArrowRight: require('./ArrowRight'),
@@ -131,6 +132,7 @@ module.exports = {
131
132
  LoginForm: require('./LoginForm'),
132
133
  Magnify: require('./Magnify'),
133
134
  Map: require('./Map'),
135
+ MasterCard: require('./MasterCard'),
134
136
  Medical: require('./Medical'),
135
137
  Messaging: require('./Messaging'),
136
138
  Mobility: require('./Mobility'),
@@ -236,10 +238,12 @@ module.exports = {
236
238
  VideoCall: require('./VideoCall'),
237
239
  VideoChat: require('./VideoChat'),
238
240
  VideoGames: require('./VideoGames'),
241
+ Visa: require('./Visa'),
239
242
  Visible: require('./Visible'),
240
243
  VisuallyImpaired: require('./VisuallyImpaired'),
241
244
  Warranty: require('./Warranty'),
242
245
  Watch: require('./Watch'),
243
246
  WifiBoost: require('./WifiBoost'),
244
- WifiCloud: require('./WifiCloud')
247
+ WifiCloud: require('./WifiCloud'),
248
+ ChevronDown: require('./ChevronDown')
245
249
  }
@@ -0,0 +1,5 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path fill="#ED0006" d="M12 15.044A4.386 4.386 0 0 1 9.246 16C6.9 16 5 14.21 5 12s1.901-4 4.246-4c1.05 0 2.013.36 2.754.956A4.386 4.386 0 0 1 14.754 8C17.1 8 19 9.79 19 12s-1.901 4-4.246 4c-1.05 0-2.013-.36-2.754-.956Z"/>
3
+ <path fill="#F9A000" d="M12 15.044c.913-.733 1.492-1.825 1.492-3.044 0-1.22-.58-2.31-1.492-3.044A4.386 4.386 0 0 1 14.754 8C17.1 8 19 9.79 19 12s-1.9 4-4.246 4c-1.05 0-2.013-.36-2.754-.956Z"/>
4
+ <path fill="#FF5E00" d="M12 15.044c.913-.733 1.492-1.825 1.492-3.044 0-1.22-.579-2.31-1.492-3.044-.913.733-1.492 1.825-1.492 3.044 0 1.22.58 2.31 1.492 3.044Z"/>
5
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path fill="#00579F" d="M15.704 8c.752 0 1.36.151 1.744.288l-.265 1.464-.175-.072a3.615 3.615 0 0 0-1.449-.26c-.767 0-1.111.296-1.12.584 0 .317.417.526 1.097.836 1.12.483 1.64 1.075 1.632 1.846C17.152 14.092 15.824 15 13.784 15c-.872-.007-1.712-.173-2.168-.36l.272-1.522.256.108c.632.253 1.048.361 1.824.361.56 0 1.16-.21 1.168-.663 0-.296-.256-.512-1.008-.844-.736-.324-1.72-.865-1.704-1.838.008-1.32 1.36-2.242 3.28-2.242Zm-7.248 6.899H10.4l1.216-6.776H9.672l-1.216 6.776Z"/>
3
+ <path fill="#00579F" fill-rule="evenodd" d="M22.432 8.123h-1.504c-.464 0-.816.122-1.016.562L17.024 14.9h2.04l.408-1.016h2.496c.056.237.232 1.016.232 1.016H24l-1.568-6.776Zm-2.4 4.376a2035.23 2035.23 0 0 0 .836-2.049c.056-.14.139-.346.196-.496l.136.584s.368 1.622.448 1.96h-1.616Z" clip-rule="evenodd"/>
4
+ <path fill="#00579F" d="m4.928 12.743 1.904-4.62h2.056l-3.056 6.769H3.776L2.032 8.966c1.232.584 2.336 1.76 2.688 2.84l.208.938Z"/>
5
+ <path fill="#FAA61A" d="M3.16 8.123H.032L0 8.26c2.44.562 4.056 1.918 4.72 3.547l-.68-3.115c-.112-.432-.456-.555-.88-.57Z"/>
6
+ </svg>
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 12 Sep 2023 15:37:05 GMT
3
+ * Generated on Thu, 19 Oct 2023 00:28:04 GMT
4
4
  */
5
5
  module.exports = {
6
6
  border: {
@@ -16,6 +16,7 @@ module.exports = {
16
16
  amberLight: '#fff9ee',
17
17
  bgModal: 'rgba(244, 244, 247, 0.97)',
18
18
  black: '#000000',
19
+ brandLight: '#efedff',
19
20
  dark10: 'rgba(0, 0, 0, 0.1)',
20
21
  dark20: 'rgba(0, 0, 0, 0.2)',
21
22
  dark40: 'rgba(0, 0, 0, 0.4)',
@@ -66,15 +67,15 @@ module.exports = {
66
67
  },
67
68
  font: {
68
69
  HelveticaNow: {
69
- 300: 'https://cdn.telus.digital/uds/v1_4_3-HelveticaNow-300-m2F3kZrZIwh7liBUo5M9y.otf',
70
- 400: 'https://cdn.telus.digital/uds/v1_4_3-HelveticaNow-400-nEQxLqh7H3YvIZBc09S-M.woff',
71
- 500: 'https://cdn.telus.digital/uds/v1_4_3-HelveticaNow-500-024bPFwU54einRiHumQhW.woff',
72
- 700: 'https://cdn.telus.digital/uds/v1_4_3-HelveticaNow-700-KktDnzpaAklcu4d8IDY_d.woff'
70
+ 300: 'https://cdn.telus.digital/uds/v1_4_5-HelveticaNow-300-i7b2bLBl9Xm91qJH9helG.otf',
71
+ 400: 'https://cdn.telus.digital/uds/v1_4_5-HelveticaNow-400-DnJLUaBnf1OnvMNYrThZa.woff',
72
+ 500: 'https://cdn.telus.digital/uds/v1_4_5-HelveticaNow-500-ZJ7VEjVavQoJzszLZu5nk.woff',
73
+ 700: 'https://cdn.telus.digital/uds/v1_4_5-HelveticaNow-700-oxqJ9jaO0lAOpZtQNeN2_.woff'
73
74
  },
74
75
  HelveticaNowOTF: {
75
- 400: 'https://cdn.telus.digital/uds/v1_4_3-HelveticaNowOTF-400-jpTzLaY3-3iau3vZ2C60s.otf',
76
- 500: 'https://cdn.telus.digital/uds/v1_4_3-HelveticaNowOTF-500-SqkeMorakX8Rrd8kqLDY3.otf',
77
- 700: 'https://cdn.telus.digital/uds/v1_4_3-HelveticaNowOTF-700-UOjxNupyCDrF1rvkoVFki.otf'
76
+ 400: 'https://cdn.telus.digital/uds/v1_4_5-HelveticaNowOTF-400-3kkArIlvf1L5rct4Ty6Cz.otf',
77
+ 500: 'https://cdn.telus.digital/uds/v1_4_5-HelveticaNowOTF-500-2Kp23yxQPKLI5j5_KARhl.otf',
78
+ 700: 'https://cdn.telus.digital/uds/v1_4_5-HelveticaNowOTF-700-6_5gizGgu_VN2GK2Nk1IC.otf'
78
79
  }
79
80
  },
80
81
  fontSize: {
@@ -106,6 +107,7 @@ module.exports = {
106
107
  AddUser: '@telus-uds/palettes-community.palette-casa/build/web/icons/add-user.icon.svg',
107
108
  AlarmClock: '@telus-uds/palettes-community.palette-casa/build/web/icons/alarm-clock.icon.svg',
108
109
  Ambulance: '@telus-uds/palettes-community.palette-casa/build/web/icons/ambulance.icon.svg',
110
+ Amex: '@telus-uds/palettes-community.palette-casa/build/web/icons/amex.icon.svg',
109
111
  ArrowDown: '@telus-uds/palettes-community.palette-casa/build/web/icons/arrow-down.icon.svg',
110
112
  ArrowLeft: '@telus-uds/palettes-community.palette-casa/build/web/icons/arrow-left.icon.svg',
111
113
  ArrowRight: '@telus-uds/palettes-community.palette-casa/build/web/icons/arrow-right.icon.svg',
@@ -233,6 +235,7 @@ module.exports = {
233
235
  LoginForm: '@telus-uds/palettes-community.palette-casa/build/web/icons/login-form.icon.svg',
234
236
  Magnify: '@telus-uds/palettes-community.palette-casa/build/web/icons/magnify.icon.svg',
235
237
  Map: '@telus-uds/palettes-community.palette-casa/build/web/icons/map.icon.svg',
238
+ MasterCard: '@telus-uds/palettes-community.palette-casa/build/web/icons/master-card.icon.svg',
236
239
  Medical: '@telus-uds/palettes-community.palette-casa/build/web/icons/medical.icon.svg',
237
240
  Messaging: '@telus-uds/palettes-community.palette-casa/build/web/icons/messaging.icon.svg',
238
241
  Mobility: '@telus-uds/palettes-community.palette-casa/build/web/icons/mobility.icon.svg',
@@ -338,12 +341,14 @@ module.exports = {
338
341
  VideoCall: '@telus-uds/palettes-community.palette-casa/build/web/icons/video-call.icon.svg',
339
342
  VideoChat: '@telus-uds/palettes-community.palette-casa/build/web/icons/video-chat.icon.svg',
340
343
  VideoGames: '@telus-uds/palettes-community.palette-casa/build/web/icons/video-games.icon.svg',
344
+ Visa: '@telus-uds/palettes-community.palette-casa/build/web/icons/visa.icon.svg',
341
345
  Visible: '@telus-uds/palettes-community.palette-casa/build/web/icons/visible.icon.svg',
342
346
  VisuallyImpaired: '@telus-uds/palettes-community.palette-casa/build/web/icons/visually-impaired.icon.svg',
343
347
  Warranty: '@telus-uds/palettes-community.palette-casa/build/web/icons/warranty.icon.svg',
344
348
  Watch: '@telus-uds/palettes-community.palette-casa/build/web/icons/watch.icon.svg',
345
349
  WifiBoost: '@telus-uds/palettes-community.palette-casa/build/web/icons/wifi-boost.icon.svg',
346
- WifiCloud: '@telus-uds/palettes-community.palette-casa/build/web/icons/wifi-cloud.icon.svg'
350
+ WifiCloud: '@telus-uds/palettes-community.palette-casa/build/web/icons/wifi-cloud.icon.svg',
351
+ ChevronDown: '@telus-uds/palettes-community.palette-casa/build/web/icons/chevron-down.icon.svg'
347
352
  },
348
353
  letterSpacing: {
349
354
  condensed: -0.039,
package/package.json CHANGED
@@ -26,5 +26,5 @@
26
26
  "@telus-uds/palette-allium": "*"
27
27
  },
28
28
  "sideEffects": false,
29
- "version": "1.4.3"
29
+ "version": "1.4.5"
30
30
  }
package/palette.json CHANGED
@@ -87,6 +87,9 @@
87
87
  },
88
88
  "ArrowRight": {
89
89
  "value": "icon/chevron-right.svg"
90
+ },
91
+ "ChevronDown": {
92
+ "value": "icon/chevron-down.svg"
90
93
  }
91
94
  }
92
95
  },