@telus-uds/palettes-community.palette-casa 1.0.0 → 1.0.2

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 (46) 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/EyeClosed.js +36 -0
  12. package/build/rn/icons/EyeClosed.native.js +36 -0
  13. package/build/rn/icons/EyeMasked.js +27 -0
  14. package/build/rn/icons/EyeMasked.native.js +27 -0
  15. package/build/rn/icons/EyeOpened.js +34 -0
  16. package/build/rn/icons/EyeOpened.native.js +34 -0
  17. package/build/rn/icons/EyeUnmasked.js +31 -0
  18. package/build/rn/icons/EyeUnmasked.native.js +31 -0
  19. package/build/rn/icons/eye-closed.icon.svg +21 -0
  20. package/build/rn/icons/eye-masked.icon.svg +3 -0
  21. package/build/rn/icons/eye-opened.icon.svg +17 -0
  22. package/build/rn/icons/eye-unmasked.icon.svg +4 -0
  23. package/build/rn/icons/index.js +4 -0
  24. package/build/rn/palette.js +6 -1
  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/EyeClosed.js +36 -0
  30. package/build/web/icons/EyeMasked.js +27 -0
  31. package/build/web/icons/EyeOpened.js +34 -0
  32. package/build/web/icons/EyeUnmasked.js +31 -0
  33. package/build/web/icons/eye-closed.icon.svg +21 -0
  34. package/build/web/icons/eye-masked.icon.svg +3 -0
  35. package/build/web/icons/eye-opened.icon.svg +17 -0
  36. package/build/web/icons/eye-unmasked.icon.svg +4 -0
  37. package/build/web/icons/index.js +4 -0
  38. package/build/web/palette.js +13 -8
  39. package/package.json +2 -2
  40. /package/build/web/fonts/{v1_0_0-HelveticaNow-300-9il64yIoBfcEIZe_FDqKW.otf → v1_0_2-HelveticaNow-300-LvXo0-8NunGlRsm_0Ouy8.otf} +0 -0
  41. /package/build/web/fonts/{v1_0_0-HelveticaNow-400-97VBfAYKzsce5plw3dGbz.woff → v1_0_2-HelveticaNow-400-jtB5-a0_xSx_KEpMpOnp-.woff} +0 -0
  42. /package/build/web/fonts/{v1_0_0-HelveticaNow-500-RmTPfZI4j6iDc8taTnUrI.woff → v1_0_2-HelveticaNow-500-Kx2nRVeFhgme8cNvgW_Wx.woff} +0 -0
  43. /package/build/web/fonts/{v1_0_0-HelveticaNow-700-UaAqGqM5m4egPmgCpkfiX.woff → v1_0_2-HelveticaNow-700-HZnjBVm0E2m8y66uFzKqK.woff} +0 -0
  44. /package/build/web/fonts/{v1_0_0-HelveticaNowOTF-400-THhmQuyk9a46JQftdq4VY.otf → v1_0_2-HelveticaNowOTF-400-sWJvWje3QG7upmZUgwOs1.otf} +0 -0
  45. /package/build/web/fonts/{v1_0_0-HelveticaNowOTF-500-tNZ2k3xmfkc8Mp9_gjr1X.otf → v1_0_2-HelveticaNowOTF-500-EXMcBTjocL8R2ztoNdFub.otf} +0 -0
  46. /package/build/web/fonts/{v1_0_0-HelveticaNowOTF-700-s82N7o_JnrhnfCnXaS-eD.otf → v1_0_2-HelveticaNowOTF-700-05nCkWsTojekyQcyrYurb.otf} +0 -0
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Thu, 02 Mar 2023 22:32:07 GMT
5
+ Generated on Mon, 20 Mar 2023 19:46:54 GMT
6
6
  -->
7
7
 
8
8
  <resources>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Thu, 02 Mar 2023 22:32:07 GMT
5
+ Generated on Mon, 20 Mar 2023 19:46:54 GMT
6
6
  -->
7
7
 
8
8
  <resources>
@@ -28,6 +28,7 @@
28
28
  <color name="grey_athens">#fff4f4f7</color>
29
29
  <color name="grey_charcoal">#ff414547</color>
30
30
  <color name="grey_cloud">#ffb2b9bf</color>
31
+ <color name="grey_light">#fffafafa</color>
31
32
  <color name="grey_mystic">#ffe3e6e8</color>
32
33
  <color name="grey_shuttle">#ff54595f</color>
33
34
  <color name="grey_thunder">#ff2c2e30</color>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Thu, 02 Mar 2023 22:32:07 GMT
5
+ Generated on Mon, 20 Mar 2023 19:46:54 GMT
6
6
  -->
7
7
 
8
8
  <resources>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Thu, 02 Mar 2023 22:32:07 GMT
5
+ Generated on Mon, 20 Mar 2023 19:46:54 GMT
6
6
  -->
7
7
 
8
8
  <resources>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Thu, 02 Mar 2023 22:32:07 GMT
5
+ Generated on Mon, 20 Mar 2023 19:46:54 GMT
6
6
  -->
7
7
 
8
8
  <resources>
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Thu, 02 Mar 2023 22:32:07 GMT
7
+ // Generated on Mon, 20 Mar 2023 19:46:54 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Thu, 02 Mar 2023 22:32:07 GMT
7
+ // Generated on Mon, 20 Mar 2023 19:46:54 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -33,6 +33,7 @@ public enum PaletteColor {
33
33
  public static let greyAthens = UIColor(red: 0.957, green: 0.957, blue: 0.969, alpha: 1)
34
34
  public static let greyCharcoal = UIColor(red: 0.255, green: 0.271, blue: 0.278, alpha: 1)
35
35
  public static let greyCloud = UIColor(red: 0.698, green: 0.725, blue: 0.749, alpha: 1)
36
+ public static let greyLight = UIColor(red: 0.980, green: 0.980, blue: 0.980, alpha: 1)
36
37
  public static let greyMystic = UIColor(red: 0.890, green: 0.902, blue: 0.910, alpha: 1)
37
38
  public static let greyShuttle = UIColor(red: 0.329, green: 0.349, blue: 0.373, alpha: 1)
38
39
  public static let greyThunder = UIColor(red: 0.173, green: 0.180, blue: 0.188, alpha: 1)
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Thu, 02 Mar 2023 22:32:07 GMT
7
+ // Generated on Mon, 20 Mar 2023 19:46:54 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Thu, 02 Mar 2023 22:32:07 GMT
7
+ // Generated on Mon, 20 Mar 2023 19:46:54 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Thu, 02 Mar 2023 22:32:07 GMT
7
+ // Generated on Mon, 20 Mar 2023 19:46:54 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -0,0 +1,36 @@
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
+ viewBox: "0 0 29 24",
13
+ height: size,
14
+ width: 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.jsxs)("g", {
23
+ transform: "translate(2)",
24
+ stroke: "#016b6a",
25
+ fill: "none",
26
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
27
+ d: "M12.5 20c4.602 0 8.769-2.667 12.5-8-3.731-5.333-7.898-8-12.5-8S3.731 6.667 0 12c3.731 5.333 7.898 8 12.5 8Z"
28
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
29
+ cx: 12,
30
+ cy: 12,
31
+ r: 4
32
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
33
+ d: "M1 23C16.611 7.667 23.944.333 23 1"
34
+ })]
35
+ })]
36
+ });
@@ -0,0 +1,36 @@
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
+ viewBox: "0 0 29 24",
15
+ height: size,
16
+ width: size,
17
+ fill: color,
18
+ "aria-labelledby": titleId,
19
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
20
+ id: titleId,
21
+ children: title
22
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.G, {
23
+ transform: "translate(2)",
24
+ stroke: "#016b6a",
25
+ fill: "none",
26
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
27
+ d: "M12.5 20c4.602 0 8.769-2.667 12.5-8-3.731-5.333-7.898-8-12.5-8S3.731 6.667 0 12c3.731 5.333 7.898 8 12.5 8Z"
28
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Circle, {
29
+ cx: 12,
30
+ cy: 12,
31
+ r: 4
32
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
33
+ d: "M1 23C16.611 7.667 23.944.333 23 1"
34
+ })]
35
+ })]
36
+ });
@@ -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
+ viewBox: "0 0 24 24",
13
+ height: size,
14
+ width: 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
+ fillRule: "evenodd",
24
+ d: "M2.563 22.066c-.31.395-.211.992.223 1.334.434.341 1.037.299 1.348-.096l2.548-3.234c1.603.595 3.408.93 5.318.93 6.628 0 12-4.03 12-9 0-3.058-2.034-5.76-5.142-7.387l2.096-2.661c.31-.395.21-.991-.223-1.333-.434-.342-1.037-.3-1.348.095L16.953 3.8A15.407 15.407 0 0 0 12 3C5.373 3 0 7.03 0 12c0 2.95 1.892 5.567 4.814 7.209l-2.251 2.857Zm5.43-3.661c1.298.399 2.649.6 4.007.595 2.923 0 5.492-.891 7.285-2.236C21.078 15.419 22 13.714 22 12c0-1.715-.922-3.42-2.715-4.764a10.116 10.116 0 0 0-1.69-1.019l-2.53 3.212a4 4 0 0 1-4.847 6.153l-2.225 2.823Zm.712-4.136L6.07 17.614a9.95 9.95 0 0 1-1.355-.85C2.922 15.419 2 13.714 2 12c0-1.715.922-3.42 2.715-4.764C6.508 5.891 9.077 5 12 5c1.29 0 2.51.173 3.626.483l-2.191 2.782a4 4 0 0 0-4.73 6.004Zm2.806-.33A2.006 2.006 0 0 0 14 12c0-.336-.083-.652-.23-.93l-2.26 2.87.001-.001Zm.556-3.938-1.995 2.533A2.003 2.003 0 0 1 12.067 10v.001Z",
25
+ clipRule: "evenodd"
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
+ viewBox: "0 0 24 24",
15
+ height: size,
16
+ width: size,
17
+ fill: color,
18
+ "aria-labelledby": titleId,
19
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
20
+ id: titleId,
21
+ children: title
22
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
23
+ fillRule: "evenodd",
24
+ d: "M2.563 22.066c-.31.395-.211.992.223 1.334.434.341 1.037.299 1.348-.096l2.548-3.234c1.603.595 3.408.93 5.318.93 6.628 0 12-4.03 12-9 0-3.058-2.034-5.76-5.142-7.387l2.096-2.661c.31-.395.21-.991-.223-1.333-.434-.342-1.037-.3-1.348.095L16.953 3.8A15.407 15.407 0 0 0 12 3C5.373 3 0 7.03 0 12c0 2.95 1.892 5.567 4.814 7.209l-2.251 2.857Zm5.43-3.661c1.298.399 2.649.6 4.007.595 2.923 0 5.492-.891 7.285-2.236C21.078 15.419 22 13.714 22 12c0-1.715-.922-3.42-2.715-4.764a10.116 10.116 0 0 0-1.69-1.019l-2.53 3.212a4 4 0 0 1-4.847 6.153l-2.225 2.823Zm.712-4.136L6.07 17.614a9.95 9.95 0 0 1-1.355-.85C2.922 15.419 2 13.714 2 12c0-1.715.922-3.42 2.715-4.764C6.508 5.891 9.077 5 12 5c1.29 0 2.51.173 3.626.483l-2.191 2.782a4 4 0 0 0-4.73 6.004Zm2.806-.33A2.006 2.006 0 0 0 14 12c0-.336-.083-.652-.23-.93l-2.26 2.87.001-.001Zm.556-3.938-1.995 2.533A2.003 2.003 0 0 1 12.067 10v.001Z",
25
+ clipRule: "evenodd"
26
+ })]
27
+ });
@@ -0,0 +1,34 @@
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
+ viewBox: "0 0 29 18",
13
+ height: size,
14
+ width: 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.jsxs)("g", {
23
+ transform: "translate(2 1)",
24
+ stroke: "#016b6a",
25
+ fill: "none",
26
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
27
+ d: "M12.5 16c4.602 0 8.769-2.667 12.5-8-3.731-5.333-7.898-8-12.5-8S3.731 2.667 0 8c3.731 5.333 7.898 8 12.5 8Z"
28
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
29
+ cx: 12,
30
+ cy: 8,
31
+ r: 4
32
+ })]
33
+ })]
34
+ });
@@ -0,0 +1,34 @@
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
+ viewBox: "0 0 29 18",
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.jsxs)(_reactNativeSvg.G, {
23
+ transform: "translate(2 1)",
24
+ stroke: "#016b6a",
25
+ fill: "none",
26
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
27
+ d: "M12.5 16c4.602 0 8.769-2.667 12.5-8-3.731-5.333-7.898-8-12.5-8S3.731 2.667 0 8c3.731 5.333 7.898 8 12.5 8Z"
28
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Circle, {
29
+ cx: 12,
30
+ cy: 8,
31
+ r: 4
32
+ })]
33
+ })]
34
+ });
@@ -0,0 +1,31 @@
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
+ viewBox: "0 0 24 24",
13
+ height: size,
14
+ width: 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
+ fillRule: "evenodd",
24
+ d: "M14.828 14.828a4 4 0 1 1-5.656-5.656 4 4 0 0 1 5.656 5.656Zm-1.414-1.414a2 2 0 1 0-2.828-2.828 2 2 0 0 0 2.828 2.828Z",
25
+ clipRule: "evenodd"
26
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
27
+ fillRule: "evenodd",
28
+ d: "M24 12c0 4.97-5.372 9-12 9-6.627 0-12-4.03-12-9s5.373-9 12-9c6.628 0 12 4.03 12 9Zm-4.715 4.764C21.078 15.42 22 13.715 22 12c0-1.714-.922-3.419-2.715-4.764C17.492 5.891 14.923 5 12 5s-5.492.891-7.285 2.236C2.922 8.58 2 10.285 2 12c0 1.714.922 3.419 2.715 4.764C6.508 18.109 9.077 19 12 19s5.492-.891 7.285-2.236Z",
29
+ clipRule: "evenodd"
30
+ })]
31
+ });
@@ -0,0 +1,31 @@
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
+ viewBox: "0 0 24 24",
15
+ height: size,
16
+ width: size,
17
+ fill: color,
18
+ "aria-labelledby": titleId,
19
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
20
+ id: titleId,
21
+ children: title
22
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
23
+ fillRule: "evenodd",
24
+ d: "M14.828 14.828a4 4 0 1 1-5.656-5.656 4 4 0 0 1 5.656 5.656Zm-1.414-1.414a2 2 0 1 0-2.828-2.828 2 2 0 0 0 2.828 2.828Z",
25
+ clipRule: "evenodd"
26
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
27
+ fillRule: "evenodd",
28
+ d: "M24 12c0 4.97-5.372 9-12 9-6.627 0-12-4.03-12-9s5.373-9 12-9c6.628 0 12 4.03 12 9Zm-4.715 4.764C21.078 15.42 22 13.715 22 12c0-1.714-.922-3.419-2.715-4.764C17.492 5.891 14.923 5 12 5s-5.492.891-7.285 2.236C2.922 8.58 2 10.285 2 12c0 1.714.922 3.419 2.715 4.764C6.508 18.109 9.077 19 12 19s5.492-.891 7.285-2.236Z",
29
+ clipRule: "evenodd"
30
+ })]
31
+ });
@@ -0,0 +1,21 @@
1
+ <svg viewBox="0 0 29 24">
2
+ <g stroke="none" strokeWidth="1" fill="none" fillRule="evenodd">
3
+ <g
4
+ transform="translate(-824.000000, -438.000000)"
5
+ fillRule="nonzero"
6
+ stroke="#016b6a"
7
+ strokeWidth="2"
8
+ >
9
+ <g transform="translate(826.000000, 438.000000)">
10
+ <g>
11
+ <path d="M12.5,20 C17.1023729,20 21.2690396,17.3333333 25,12 C21.2690396,6.66666667 17.1023729,4 12.5,4 C7.89762709,4 3.73096042,6.66666667 0,12 C3.73096042,17.3333333 7.89762709,20 12.5,20 Z" />
12
+ <circle cx="12" cy="12" r="4" />
13
+ <path
14
+ d="M1,23 C16.6110454,7.66666667 23.9443787,0.333333333 23,1"
15
+ strokeLinecap="round"
16
+ />
17
+ </g>
18
+ </g>
19
+ </g>
20
+ </g>
21
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg viewBox="0 0 24 24">
2
+ <path fill-rule="evenodd" d="M2.563 22.066c-.31.395-.211.992.223 1.334.434.341 1.037.299 1.348-.096l2.548-3.234c1.603.595 3.408.93 5.318.93 6.628 0 12-4.03 12-9 0-3.058-2.034-5.76-5.142-7.387l2.096-2.661c.31-.395.21-.991-.223-1.333-.434-.342-1.037-.3-1.348.095L16.953 3.8A15.407 15.407 0 0 0 12 3C5.373 3 0 7.03 0 12c0 2.95 1.892 5.567 4.814 7.209l-2.251 2.857Zm5.43-3.661c1.298.399 2.649.6 4.007.595 2.923 0 5.492-.891 7.285-2.236C21.078 15.419 22 13.714 22 12c0-1.715-.922-3.42-2.715-4.764a10.116 10.116 0 0 0-1.69-1.019l-2.53 3.212a4 4 0 0 1-4.847 6.153l-2.225 2.823Zm.712-4.136L6.07 17.614a9.95 9.95 0 0 1-1.355-.85C2.922 15.419 2 13.714 2 12c0-1.715.922-3.42 2.715-4.764C6.508 5.891 9.077 5 12 5c1.29 0 2.51.173 3.626.483l-2.191 2.782a4 4 0 0 0-4.73 6.004Zm2.806-.33A2.006 2.006 0 0 0 14 12c0-.336-.083-.652-.23-.93l-2.26 2.87.001-.001Zm.556-3.938-1.995 2.533A2.003 2.003 0 0 1 12.067 10v.001Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,17 @@
1
+ <svg viewBox="0 0 29 18">
2
+ <g stroke="none" strokeWidth="1" fill="none" fillRule="evenodd">
3
+ <g
4
+ transform="translate(-842.000000, -448.000000)"
5
+ fillRule="nonzero"
6
+ stroke="#016b6a"
7
+ strokeWidth="2"
8
+ >
9
+ <g transform="translate(844.000000, 449.000000)">
10
+ <g>
11
+ <path d="M12.5,16 C17.1023729,16 21.2690396,13.3333333 25,8 C21.2690396,2.66666667 17.1023729,0 12.5,0 C7.89762709,0 3.73096042,2.66666667 0,8 C3.73096042,13.3333333 7.89762709,16 12.5,16 Z" />
12
+ <circle cx="12" cy="8" r="4" />
13
+ </g>
14
+ </g>
15
+ </g>
16
+ </g>
17
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg viewBox="0 0 24 24">
2
+ <path fill-rule="evenodd" d="M14.828 14.828a4 4 0 1 1-5.656-5.656 4 4 0 0 1 5.656 5.656Zm-1.414-1.414a2 2 0 1 0-2.828-2.828 2 2 0 0 0 2.828 2.828Z" clip-rule="evenodd"/>
3
+ <path fill-rule="evenodd" d="M24 12c0 4.97-5.372 9-12 9-6.627 0-12-4.03-12-9s5.373-9 12-9c6.628 0 12 4.03 12 9Zm-4.715 4.764C21.078 15.42 22 13.715 22 12c0-1.714-.922-3.419-2.715-4.764C17.492 5.891 14.923 5 12 5s-5.492.891-7.285 2.236C2.922 8.58 2 10.285 2 12c0 1.714.922 3.419 2.715 4.764C6.508 18.109 9.077 19 12 19s5.492-.891 7.285-2.236Z" clip-rule="evenodd"/>
4
+ </svg>
@@ -80,6 +80,10 @@ module.exports = {
80
80
  Email: require('./Email'),
81
81
  Escalations: require('./Escalations'),
82
82
  Expand: require('./Expand'),
83
+ EyeClosed: require('./EyeClosed'),
84
+ EyeMasked: require('./EyeMasked'),
85
+ EyeOpened: require('./EyeOpened'),
86
+ EyeUnmasked: require('./EyeUnmasked'),
83
87
  FavouriteNetwork: require('./FavouriteNetwork'),
84
88
  Files: require('./Files'),
85
89
  Fingerprint: require('./Fingerprint'),
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 02 Mar 2023 22:32:11 GMT
3
+ * Generated on Mon, 20 Mar 2023 19:46:58 GMT
4
4
  */
5
5
  module.exports = {
6
6
  border: {
@@ -33,6 +33,7 @@ module.exports = {
33
33
  greyAthens: '#f4f4f7',
34
34
  greyCharcoal: '#414547',
35
35
  greyCloud: '#b2b9bf',
36
+ greyLight: '#fafafa',
36
37
  greyMystic: '#e3e6e8',
37
38
  greyShuttle: '#54595f',
38
39
  greyThunder: '#2c2e30',
@@ -237,6 +238,10 @@ module.exports = {
237
238
  Email: '@telus-uds/palettes-community.palette-casa/build/rn/icons/email.icon.svg',
238
239
  Escalations: '@telus-uds/palettes-community.palette-casa/build/rn/icons/escalations.icon.svg',
239
240
  Expand: '@telus-uds/palettes-community.palette-casa/build/rn/icons/expand.icon.svg',
241
+ EyeClosed: '@telus-uds/palettes-community.palette-casa/build/rn/icons/eye-closed.icon.svg',
242
+ EyeMasked: '@telus-uds/palettes-community.palette-casa/build/rn/icons/eye-masked.icon.svg',
243
+ EyeOpened: '@telus-uds/palettes-community.palette-casa/build/rn/icons/eye-opened.icon.svg',
244
+ EyeUnmasked: '@telus-uds/palettes-community.palette-casa/build/rn/icons/eye-unmasked.icon.svg',
240
245
  FavouriteNetwork: '@telus-uds/palettes-community.palette-casa/build/rn/icons/favourite-network.icon.svg',
241
246
  Files: '@telus-uds/palettes-community.palette-casa/build/rn/icons/files.icon.svg',
242
247
  Fingerprint: '@telus-uds/palettes-community.palette-casa/build/rn/icons/fingerprint.icon.svg',
@@ -1,48 +1,48 @@
1
1
  @font-face {
2
2
  font-family: 'HelveticaNow';
3
- src: url('https://cdn.telus.digital/uds/v1_0_0-HelveticaNow-300-9il64yIoBfcEIZe_FDqKW.otf');
3
+ src: url('https://cdn.telus.digital/uds/v1_0_2-HelveticaNow-300-LvXo0-8NunGlRsm_0Ouy8.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_0_0-HelveticaNow-400-97VBfAYKzsce5plw3dGbz.woff');
10
+ src: url('https://cdn.telus.digital/uds/v1_0_2-HelveticaNow-400-jtB5-a0_xSx_KEpMpOnp-.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_0_0-HelveticaNow-500-RmTPfZI4j6iDc8taTnUrI.woff');
17
+ src: url('https://cdn.telus.digital/uds/v1_0_2-HelveticaNow-500-Kx2nRVeFhgme8cNvgW_Wx.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_0_0-HelveticaNow-700-UaAqGqM5m4egPmgCpkfiX.woff');
24
+ src: url('https://cdn.telus.digital/uds/v1_0_2-HelveticaNow-700-HZnjBVm0E2m8y66uFzKqK.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_0_0-HelveticaNowOTF-400-THhmQuyk9a46JQftdq4VY.otf');
31
+ src: url('https://cdn.telus.digital/uds/v1_0_2-HelveticaNowOTF-400-sWJvWje3QG7upmZUgwOs1.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_0_0-HelveticaNowOTF-500-tNZ2k3xmfkc8Mp9_gjr1X.otf');
38
+ src: url('https://cdn.telus.digital/uds/v1_0_2-HelveticaNowOTF-500-EXMcBTjocL8R2ztoNdFub.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_0_0-HelveticaNowOTF-700-s82N7o_JnrhnfCnXaS-eD.otf');
45
+ src: url('https://cdn.telus.digital/uds/v1_0_2-HelveticaNowOTF-700-05nCkWsTojekyQcyrYurb.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_0_0-HelveticaNow-300-9il64yIoBfcEIZe_FDqKW.otf');
3
+ src: url('https://cdn.telus.digital/uds/v1_0_2-HelveticaNow-300-LvXo0-8NunGlRsm_0Ouy8.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_0_0-HelveticaNow-400-97VBfAYKzsce5plw3dGbz.woff');
8
+ src: url('https://cdn.telus.digital/uds/v1_0_2-HelveticaNow-400-jtB5-a0_xSx_KEpMpOnp-.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_0_0-HelveticaNow-500-RmTPfZI4j6iDc8taTnUrI.woff');
13
+ src: url('https://cdn.telus.digital/uds/v1_0_2-HelveticaNow-500-Kx2nRVeFhgme8cNvgW_Wx.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_0_0-HelveticaNow-700-UaAqGqM5m4egPmgCpkfiX.woff');
18
+ src: url('https://cdn.telus.digital/uds/v1_0_2-HelveticaNow-700-HZnjBVm0E2m8y66uFzKqK.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_0_0-HelveticaNowOTF-400-THhmQuyk9a46JQftdq4VY.otf');
23
+ src: url('https://cdn.telus.digital/uds/v1_0_2-HelveticaNowOTF-400-sWJvWje3QG7upmZUgwOs1.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_0_0-HelveticaNowOTF-500-tNZ2k3xmfkc8Mp9_gjr1X.otf');
28
+ src: url('https://cdn.telus.digital/uds/v1_0_2-HelveticaNowOTF-500-EXMcBTjocL8R2ztoNdFub.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_0_0-HelveticaNowOTF-700-s82N7o_JnrhnfCnXaS-eD.otf');
33
+ src: url('https://cdn.telus.digital/uds/v1_0_2-HelveticaNowOTF-700-05nCkWsTojekyQcyrYurb.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_0_0-HelveticaNow-300-9il64yIoBfcEIZe_FDqKW.otf');
3
+ src: url('./v1_0_2-HelveticaNow-300-LvXo0-8NunGlRsm_0Ouy8.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_0_0-HelveticaNow-400-97VBfAYKzsce5plw3dGbz.woff');
10
+ src: url('./v1_0_2-HelveticaNow-400-jtB5-a0_xSx_KEpMpOnp-.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_0_0-HelveticaNow-500-RmTPfZI4j6iDc8taTnUrI.woff');
17
+ src: url('./v1_0_2-HelveticaNow-500-Kx2nRVeFhgme8cNvgW_Wx.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_0_0-HelveticaNow-700-UaAqGqM5m4egPmgCpkfiX.woff');
24
+ src: url('./v1_0_2-HelveticaNow-700-HZnjBVm0E2m8y66uFzKqK.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_0_0-HelveticaNowOTF-400-THhmQuyk9a46JQftdq4VY.otf');
31
+ src: url('./v1_0_2-HelveticaNowOTF-400-sWJvWje3QG7upmZUgwOs1.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_0_0-HelveticaNowOTF-500-tNZ2k3xmfkc8Mp9_gjr1X.otf');
38
+ src: url('./v1_0_2-HelveticaNowOTF-500-EXMcBTjocL8R2ztoNdFub.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_0_0-HelveticaNowOTF-700-s82N7o_JnrhnfCnXaS-eD.otf');
45
+ src: url('./v1_0_2-HelveticaNowOTF-700-05nCkWsTojekyQcyrYurb.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_0_0-HelveticaNow-300-9il64yIoBfcEIZe_FDqKW.otf');
3
+ src: url('./v1_0_2-HelveticaNow-300-LvXo0-8NunGlRsm_0Ouy8.otf');
4
4
  font-display: block;
5
5
  }
6
6
  @font-face {
7
7
  font-family: 'HelveticaNow400normal';
8
- src: url('./v1_0_0-HelveticaNow-400-97VBfAYKzsce5plw3dGbz.woff');
8
+ src: url('./v1_0_2-HelveticaNow-400-jtB5-a0_xSx_KEpMpOnp-.woff');
9
9
  font-display: block;
10
10
  }
11
11
  @font-face {
12
12
  font-family: 'HelveticaNow500normal';
13
- src: url('./v1_0_0-HelveticaNow-500-RmTPfZI4j6iDc8taTnUrI.woff');
13
+ src: url('./v1_0_2-HelveticaNow-500-Kx2nRVeFhgme8cNvgW_Wx.woff');
14
14
  font-display: block;
15
15
  }
16
16
  @font-face {
17
17
  font-family: 'HelveticaNow700normal';
18
- src: url('./v1_0_0-HelveticaNow-700-UaAqGqM5m4egPmgCpkfiX.woff');
18
+ src: url('./v1_0_2-HelveticaNow-700-HZnjBVm0E2m8y66uFzKqK.woff');
19
19
  font-display: block;
20
20
  }
21
21
  @font-face {
22
22
  font-family: 'HelveticaNowOTF400normal';
23
- src: url('./v1_0_0-HelveticaNowOTF-400-THhmQuyk9a46JQftdq4VY.otf');
23
+ src: url('./v1_0_2-HelveticaNowOTF-400-sWJvWje3QG7upmZUgwOs1.otf');
24
24
  font-display: block;
25
25
  }
26
26
  @font-face {
27
27
  font-family: 'HelveticaNowOTF500normal';
28
- src: url('./v1_0_0-HelveticaNowOTF-500-tNZ2k3xmfkc8Mp9_gjr1X.otf');
28
+ src: url('./v1_0_2-HelveticaNowOTF-500-EXMcBTjocL8R2ztoNdFub.otf');
29
29
  font-display: block;
30
30
  }
31
31
  @font-face {
32
32
  font-family: 'HelveticaNowOTF700normal';
33
- src: url('./v1_0_0-HelveticaNowOTF-700-s82N7o_JnrhnfCnXaS-eD.otf');
33
+ src: url('./v1_0_2-HelveticaNowOTF-700-05nCkWsTojekyQcyrYurb.otf');
34
34
  font-display: block;
35
35
  }
@@ -0,0 +1,36 @@
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
+ viewBox: "0 0 29 24",
13
+ height: size,
14
+ width: 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.jsxs)("g", {
23
+ transform: "translate(2)",
24
+ stroke: "#016b6a",
25
+ fill: "none",
26
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
27
+ d: "M12.5 20c4.602 0 8.769-2.667 12.5-8-3.731-5.333-7.898-8-12.5-8S3.731 6.667 0 12c3.731 5.333 7.898 8 12.5 8Z"
28
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
29
+ cx: 12,
30
+ cy: 12,
31
+ r: 4
32
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
33
+ d: "M1 23C16.611 7.667 23.944.333 23 1"
34
+ })]
35
+ })]
36
+ });
@@ -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
+ viewBox: "0 0 24 24",
13
+ height: size,
14
+ width: 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
+ fillRule: "evenodd",
24
+ d: "M2.563 22.066c-.31.395-.211.992.223 1.334.434.341 1.037.299 1.348-.096l2.548-3.234c1.603.595 3.408.93 5.318.93 6.628 0 12-4.03 12-9 0-3.058-2.034-5.76-5.142-7.387l2.096-2.661c.31-.395.21-.991-.223-1.333-.434-.342-1.037-.3-1.348.095L16.953 3.8A15.407 15.407 0 0 0 12 3C5.373 3 0 7.03 0 12c0 2.95 1.892 5.567 4.814 7.209l-2.251 2.857Zm5.43-3.661c1.298.399 2.649.6 4.007.595 2.923 0 5.492-.891 7.285-2.236C21.078 15.419 22 13.714 22 12c0-1.715-.922-3.42-2.715-4.764a10.116 10.116 0 0 0-1.69-1.019l-2.53 3.212a4 4 0 0 1-4.847 6.153l-2.225 2.823Zm.712-4.136L6.07 17.614a9.95 9.95 0 0 1-1.355-.85C2.922 15.419 2 13.714 2 12c0-1.715.922-3.42 2.715-4.764C6.508 5.891 9.077 5 12 5c1.29 0 2.51.173 3.626.483l-2.191 2.782a4 4 0 0 0-4.73 6.004Zm2.806-.33A2.006 2.006 0 0 0 14 12c0-.336-.083-.652-.23-.93l-2.26 2.87.001-.001Zm.556-3.938-1.995 2.533A2.003 2.003 0 0 1 12.067 10v.001Z",
25
+ clipRule: "evenodd"
26
+ })]
27
+ });
@@ -0,0 +1,34 @@
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
+ viewBox: "0 0 29 18",
13
+ height: size,
14
+ width: 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.jsxs)("g", {
23
+ transform: "translate(2 1)",
24
+ stroke: "#016b6a",
25
+ fill: "none",
26
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
27
+ d: "M12.5 16c4.602 0 8.769-2.667 12.5-8-3.731-5.333-7.898-8-12.5-8S3.731 2.667 0 8c3.731 5.333 7.898 8 12.5 8Z"
28
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
29
+ cx: 12,
30
+ cy: 8,
31
+ r: 4
32
+ })]
33
+ })]
34
+ });
@@ -0,0 +1,31 @@
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
+ viewBox: "0 0 24 24",
13
+ height: size,
14
+ width: 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
+ fillRule: "evenodd",
24
+ d: "M14.828 14.828a4 4 0 1 1-5.656-5.656 4 4 0 0 1 5.656 5.656Zm-1.414-1.414a2 2 0 1 0-2.828-2.828 2 2 0 0 0 2.828 2.828Z",
25
+ clipRule: "evenodd"
26
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
27
+ fillRule: "evenodd",
28
+ d: "M24 12c0 4.97-5.372 9-12 9-6.627 0-12-4.03-12-9s5.373-9 12-9c6.628 0 12 4.03 12 9Zm-4.715 4.764C21.078 15.42 22 13.715 22 12c0-1.714-.922-3.419-2.715-4.764C17.492 5.891 14.923 5 12 5s-5.492.891-7.285 2.236C2.922 8.58 2 10.285 2 12c0 1.714.922 3.419 2.715 4.764C6.508 18.109 9.077 19 12 19s5.492-.891 7.285-2.236Z",
29
+ clipRule: "evenodd"
30
+ })]
31
+ });
@@ -0,0 +1,21 @@
1
+ <svg viewBox="0 0 29 24">
2
+ <g stroke="none" strokeWidth="1" fill="none" fillRule="evenodd">
3
+ <g
4
+ transform="translate(-824.000000, -438.000000)"
5
+ fillRule="nonzero"
6
+ stroke="#016b6a"
7
+ strokeWidth="2"
8
+ >
9
+ <g transform="translate(826.000000, 438.000000)">
10
+ <g>
11
+ <path d="M12.5,20 C17.1023729,20 21.2690396,17.3333333 25,12 C21.2690396,6.66666667 17.1023729,4 12.5,4 C7.89762709,4 3.73096042,6.66666667 0,12 C3.73096042,17.3333333 7.89762709,20 12.5,20 Z" />
12
+ <circle cx="12" cy="12" r="4" />
13
+ <path
14
+ d="M1,23 C16.6110454,7.66666667 23.9443787,0.333333333 23,1"
15
+ strokeLinecap="round"
16
+ />
17
+ </g>
18
+ </g>
19
+ </g>
20
+ </g>
21
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg viewBox="0 0 24 24">
2
+ <path fill-rule="evenodd" d="M2.563 22.066c-.31.395-.211.992.223 1.334.434.341 1.037.299 1.348-.096l2.548-3.234c1.603.595 3.408.93 5.318.93 6.628 0 12-4.03 12-9 0-3.058-2.034-5.76-5.142-7.387l2.096-2.661c.31-.395.21-.991-.223-1.333-.434-.342-1.037-.3-1.348.095L16.953 3.8A15.407 15.407 0 0 0 12 3C5.373 3 0 7.03 0 12c0 2.95 1.892 5.567 4.814 7.209l-2.251 2.857Zm5.43-3.661c1.298.399 2.649.6 4.007.595 2.923 0 5.492-.891 7.285-2.236C21.078 15.419 22 13.714 22 12c0-1.715-.922-3.42-2.715-4.764a10.116 10.116 0 0 0-1.69-1.019l-2.53 3.212a4 4 0 0 1-4.847 6.153l-2.225 2.823Zm.712-4.136L6.07 17.614a9.95 9.95 0 0 1-1.355-.85C2.922 15.419 2 13.714 2 12c0-1.715.922-3.42 2.715-4.764C6.508 5.891 9.077 5 12 5c1.29 0 2.51.173 3.626.483l-2.191 2.782a4 4 0 0 0-4.73 6.004Zm2.806-.33A2.006 2.006 0 0 0 14 12c0-.336-.083-.652-.23-.93l-2.26 2.87.001-.001Zm.556-3.938-1.995 2.533A2.003 2.003 0 0 1 12.067 10v.001Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,17 @@
1
+ <svg viewBox="0 0 29 18">
2
+ <g stroke="none" strokeWidth="1" fill="none" fillRule="evenodd">
3
+ <g
4
+ transform="translate(-842.000000, -448.000000)"
5
+ fillRule="nonzero"
6
+ stroke="#016b6a"
7
+ strokeWidth="2"
8
+ >
9
+ <g transform="translate(844.000000, 449.000000)">
10
+ <g>
11
+ <path d="M12.5,16 C17.1023729,16 21.2690396,13.3333333 25,8 C21.2690396,2.66666667 17.1023729,0 12.5,0 C7.89762709,0 3.73096042,2.66666667 0,8 C3.73096042,13.3333333 7.89762709,16 12.5,16 Z" />
12
+ <circle cx="12" cy="8" r="4" />
13
+ </g>
14
+ </g>
15
+ </g>
16
+ </g>
17
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg viewBox="0 0 24 24">
2
+ <path fill-rule="evenodd" d="M14.828 14.828a4 4 0 1 1-5.656-5.656 4 4 0 0 1 5.656 5.656Zm-1.414-1.414a2 2 0 1 0-2.828-2.828 2 2 0 0 0 2.828 2.828Z" clip-rule="evenodd"/>
3
+ <path fill-rule="evenodd" d="M24 12c0 4.97-5.372 9-12 9-6.627 0-12-4.03-12-9s5.373-9 12-9c6.628 0 12 4.03 12 9Zm-4.715 4.764C21.078 15.42 22 13.715 22 12c0-1.714-.922-3.419-2.715-4.764C17.492 5.891 14.923 5 12 5s-5.492.891-7.285 2.236C2.922 8.58 2 10.285 2 12c0 1.714.922 3.419 2.715 4.764C6.508 18.109 9.077 19 12 19s5.492-.891 7.285-2.236Z" clip-rule="evenodd"/>
4
+ </svg>
@@ -80,6 +80,10 @@ module.exports = {
80
80
  Email: require('./Email'),
81
81
  Escalations: require('./Escalations'),
82
82
  Expand: require('./Expand'),
83
+ EyeClosed: require('./EyeClosed'),
84
+ EyeMasked: require('./EyeMasked'),
85
+ EyeOpened: require('./EyeOpened'),
86
+ EyeUnmasked: require('./EyeUnmasked'),
83
87
  FavouriteNetwork: require('./FavouriteNetwork'),
84
88
  Files: require('./Files'),
85
89
  Fingerprint: require('./Fingerprint'),
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 02 Mar 2023 22:32:07 GMT
3
+ * Generated on Mon, 20 Mar 2023 19:46:54 GMT
4
4
  */
5
5
  module.exports = {
6
6
  border: {
@@ -33,6 +33,7 @@ module.exports = {
33
33
  greyAthens: '#f4f4f7',
34
34
  greyCharcoal: '#414547',
35
35
  greyCloud: '#b2b9bf',
36
+ greyLight: '#fafafa',
36
37
  greyMystic: '#e3e6e8',
37
38
  greyShuttle: '#54595f',
38
39
  greyThunder: '#2c2e30',
@@ -60,15 +61,15 @@ module.exports = {
60
61
  },
61
62
  font: {
62
63
  HelveticaNow: {
63
- 300: 'https://cdn.telus.digital/uds/v1_0_0-HelveticaNow-300-9il64yIoBfcEIZe_FDqKW.otf',
64
- 400: 'https://cdn.telus.digital/uds/v1_0_0-HelveticaNow-400-97VBfAYKzsce5plw3dGbz.woff',
65
- 500: 'https://cdn.telus.digital/uds/v1_0_0-HelveticaNow-500-RmTPfZI4j6iDc8taTnUrI.woff',
66
- 700: 'https://cdn.telus.digital/uds/v1_0_0-HelveticaNow-700-UaAqGqM5m4egPmgCpkfiX.woff'
64
+ 300: 'https://cdn.telus.digital/uds/v1_0_2-HelveticaNow-300-LvXo0-8NunGlRsm_0Ouy8.otf',
65
+ 400: 'https://cdn.telus.digital/uds/v1_0_2-HelveticaNow-400-jtB5-a0_xSx_KEpMpOnp-.woff',
66
+ 500: 'https://cdn.telus.digital/uds/v1_0_2-HelveticaNow-500-Kx2nRVeFhgme8cNvgW_Wx.woff',
67
+ 700: 'https://cdn.telus.digital/uds/v1_0_2-HelveticaNow-700-HZnjBVm0E2m8y66uFzKqK.woff'
67
68
  },
68
69
  HelveticaNowOTF: {
69
- 400: 'https://cdn.telus.digital/uds/v1_0_0-HelveticaNowOTF-400-THhmQuyk9a46JQftdq4VY.otf',
70
- 500: 'https://cdn.telus.digital/uds/v1_0_0-HelveticaNowOTF-500-tNZ2k3xmfkc8Mp9_gjr1X.otf',
71
- 700: 'https://cdn.telus.digital/uds/v1_0_0-HelveticaNowOTF-700-s82N7o_JnrhnfCnXaS-eD.otf'
70
+ 400: 'https://cdn.telus.digital/uds/v1_0_2-HelveticaNowOTF-400-sWJvWje3QG7upmZUgwOs1.otf',
71
+ 500: 'https://cdn.telus.digital/uds/v1_0_2-HelveticaNowOTF-500-EXMcBTjocL8R2ztoNdFub.otf',
72
+ 700: 'https://cdn.telus.digital/uds/v1_0_2-HelveticaNowOTF-700-05nCkWsTojekyQcyrYurb.otf'
72
73
  }
73
74
  },
74
75
  fontSize: {
@@ -172,6 +173,10 @@ module.exports = {
172
173
  Email: '@telus-uds/palettes-community.palette-casa/build/web/icons/email.icon.svg',
173
174
  Escalations: '@telus-uds/palettes-community.palette-casa/build/web/icons/escalations.icon.svg',
174
175
  Expand: '@telus-uds/palettes-community.palette-casa/build/web/icons/expand.icon.svg',
176
+ EyeClosed: '@telus-uds/palettes-community.palette-casa/build/web/icons/eye-closed.icon.svg',
177
+ EyeMasked: '@telus-uds/palettes-community.palette-casa/build/web/icons/eye-masked.icon.svg',
178
+ EyeOpened: '@telus-uds/palettes-community.palette-casa/build/web/icons/eye-opened.icon.svg',
179
+ EyeUnmasked: '@telus-uds/palettes-community.palette-casa/build/web/icons/eye-unmasked.icon.svg',
175
180
  FavouriteNetwork: '@telus-uds/palettes-community.palette-casa/build/web/icons/favourite-network.icon.svg',
176
181
  Files: '@telus-uds/palettes-community.palette-casa/build/web/icons/files.icon.svg',
177
182
  Fingerprint: '@telus-uds/palettes-community.palette-casa/build/web/icons/fingerprint.icon.svg',
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.6.3",
25
+ "@telus-uds/system-tokens": "^0.6.5",
26
26
  "@telus-uds/palette-allium": "*"
27
27
  },
28
28
  "sideEffects": false,
29
- "version": "1.0.0"
29
+ "version": "1.0.2"
30
30
  }