@telus-uds/palette-koodo 0.5.0 → 0.7.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 (40) 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 +7 -1
  4. package/build/android/radius.xml +2 -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 +7 -1
  9. package/build/ios/Radius.swift +2 -1
  10. package/build/ios/Size.swift +1 -1
  11. package/build/rn/icons/Caution.js +28 -0
  12. package/build/rn/icons/Caution.native.js +28 -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/EyeUnmasked.js +31 -0
  16. package/build/rn/icons/EyeUnmasked.native.js +31 -0
  17. package/build/rn/icons/caution.icon.svg +3 -0
  18. package/build/rn/icons/eye-masked.icon.svg +3 -0
  19. package/build/rn/icons/eye-unmasked.icon.svg +4 -0
  20. package/build/rn/icons/index.js +3 -0
  21. package/build/rn/palette.js +27 -3
  22. package/build/web/fonts/fonts-cdn-family.css +5 -5
  23. package/build/web/fonts/fonts-cdn.css +5 -5
  24. package/build/web/fonts/fonts-local-family.css +5 -5
  25. package/build/web/fonts/fonts-local.css +5 -5
  26. package/build/web/icons/Caution.js +28 -0
  27. package/build/web/icons/EyeMasked.js +27 -0
  28. package/build/web/icons/EyeUnmasked.js +31 -0
  29. package/build/web/icons/caution.icon.svg +3 -0
  30. package/build/web/icons/eye-masked.icon.svg +3 -0
  31. package/build/web/icons/eye-unmasked.icon.svg +4 -0
  32. package/build/web/icons/index.js +3 -0
  33. package/build/web/palette.js +32 -8
  34. package/package.json +1 -1
  35. package/palette.json +74 -0
  36. /package/build/web/fonts/{v0_5_0-StagSans-300-aSrhpPc5Q2-XGgF1yWF9Y.otf → v0_7_0-StagSans-300-C5oDLSX_CBmLhxvnElpIn.otf} +0 -0
  37. /package/build/web/fonts/{v0_5_0-StagSans-400-LQgDByk0llx6Db1Hyh7Wv.otf → v0_7_0-StagSans-400-WBQMp15MMLVj_Dnxbxvck.otf} +0 -0
  38. /package/build/web/fonts/{v0_5_0-StagSans-500-4E7I0d9BgflfA2zJIAMUj.otf → v0_7_0-StagSans-500-MLXwZjh2Ap6tVhqINHE7d.otf} +0 -0
  39. /package/build/web/fonts/{v0_5_0-StagSans-600-qUVun47hTdKUp_DSEo4SD.otf → v0_7_0-StagSans-600-QHtiuyBNUZ0JXAE9ZS626.otf} +0 -0
  40. /package/build/web/fonts/{v0_5_0-StagSans-700-Zogigkgg5zI7kN8EydyvX.otf → v0_7_0-StagSans-700-xjr0lmTstM0u_k965LsBO.otf} +0 -0
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Tue, 14 Mar 2023 20:13:17 GMT
5
+ Generated on Thu, 23 Mar 2023 20:51:09 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, 14 Mar 2023 20:13:17 GMT
5
+ Generated on Thu, 23 Mar 2023 20:51:09 GMT
6
6
  -->
7
7
 
8
8
  <resources>
@@ -16,6 +16,7 @@
16
16
  <color name="carousel_pink">#fffae6f4</color>
17
17
  <color name="chathams_blue">#ff17367d</color>
18
18
  <color name="dark_blue">#ff0083b3</color>
19
+ <color name="dark_mosque">#ff014847</color>
19
20
  <color name="dove">#ff666666</color>
20
21
  <color name="dove_dark">#ff5c5c5c</color>
21
22
  <color name="flirt">#ff7c1366</color>
@@ -2,20 +2,26 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Tue, 14 Mar 2023 20:13:17 GMT
5
+ Generated on Thu, 23 Mar 2023 20:51:09 GMT
6
6
  -->
7
7
 
8
8
  <resources>
9
9
  <dimen name="size_12">12.00sp</dimen>
10
10
  <dimen name="size_14">14.00sp</dimen>
11
11
  <dimen name="size_16">16.00sp</dimen>
12
+ <dimen name="size_18">18.00sp</dimen>
12
13
  <dimen name="size_20">20.00sp</dimen>
13
14
  <dimen name="size_24">24.00sp</dimen>
14
15
  <dimen name="size_28">28.00sp</dimen>
16
+ <dimen name="size_32">32.00sp</dimen>
17
+ <dimen name="size_34">34.00sp</dimen>
18
+ <dimen name="size_36">36.00sp</dimen>
15
19
  <dimen name="size_40">40.00sp</dimen>
16
20
  <dimen name="size_44">44.00sp</dimen>
17
21
  <dimen name="size_48">48.00sp</dimen>
22
+ <dimen name="size_54">54.00sp</dimen>
18
23
  <dimen name="size_56">56.00sp</dimen>
19
24
  <dimen name="size_64">64.00sp</dimen>
25
+ <dimen name="size_70">70.00sp</dimen>
20
26
 
21
27
  </resources>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Tue, 14 Mar 2023 20:13:17 GMT
5
+ Generated on Thu, 23 Mar 2023 20:51:09 GMT
6
6
  -->
7
7
 
8
8
  <resources>
@@ -10,6 +10,7 @@
10
10
  <dimen name="pill_32">32.00dp</dimen>
11
11
  <dimen name="radius_12">12.00dp</dimen>
12
12
  <dimen name="radius_4">4.00dp</dimen>
13
+ <dimen name="radius_48">48.00dp</dimen>
13
14
  <dimen name="radius_8">8.00dp</dimen>
14
15
 
15
16
  </resources>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Tue, 14 Mar 2023 20:13:17 GMT
5
+ Generated on Thu, 23 Mar 2023 20:51:09 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, 14 Mar 2023 20:13:17 GMT
7
+ // Generated on Thu, 23 Mar 2023 20:51:09 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, 14 Mar 2023 20:13:17 GMT
7
+ // Generated on Thu, 23 Mar 2023 20:51:09 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -20,6 +20,7 @@ public enum PaletteColor {
20
20
  public static let carouselPink = UIColor(red: 0.980, green: 0.902, blue: 0.957, alpha: 1)
21
21
  public static let chathamsBlue = UIColor(red: 0.090, green: 0.212, blue: 0.490, alpha: 1)
22
22
  public static let darkBlue = UIColor(red: 0.000, green: 0.514, blue: 0.702, alpha: 1)
23
+ public static let darkMosque = UIColor(red: 0.004, green: 0.282, blue: 0.278, alpha: 1)
23
24
  public static let dove = UIColor(red: 0.400, green: 0.400, blue: 0.400, alpha: 1)
24
25
  public static let doveDark = UIColor(red: 0.361, green: 0.361, blue: 0.361, alpha: 1)
25
26
  public static let flirt = UIColor(red: 0.486, green: 0.075, blue: 0.400, alpha: 1)
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Tue, 14 Mar 2023 20:13:17 GMT
7
+ // Generated on Thu, 23 Mar 2023 20:51:09 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -13,12 +13,18 @@ public enum PaletteFontSize {
13
13
  public static let size12 = CGFloat(12)
14
14
  public static let size14 = CGFloat(14)
15
15
  public static let size16 = CGFloat(16)
16
+ public static let size18 = CGFloat(18)
16
17
  public static let size20 = CGFloat(20)
17
18
  public static let size24 = CGFloat(24)
18
19
  public static let size28 = CGFloat(28)
20
+ public static let size32 = CGFloat(32)
21
+ public static let size34 = CGFloat(34)
22
+ public static let size36 = CGFloat(36)
19
23
  public static let size40 = CGFloat(40)
20
24
  public static let size44 = CGFloat(44)
21
25
  public static let size48 = CGFloat(48)
26
+ public static let size54 = CGFloat(54)
22
27
  public static let size56 = CGFloat(56)
23
28
  public static let size64 = CGFloat(64)
29
+ public static let size70 = CGFloat(70)
24
30
  }
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Tue, 14 Mar 2023 20:13:17 GMT
7
+ // Generated on Thu, 23 Mar 2023 20:51:09 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -14,5 +14,6 @@ public enum PaletteRadius {
14
14
  public static let pill32 = CGFloat(32)
15
15
  public static let radius12 = CGFloat(12)
16
16
  public static let radius4 = CGFloat(4)
17
+ public static let radius48 = CGFloat(48)
17
18
  public static let radius8 = CGFloat(8)
18
19
  }
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Tue, 14 Mar 2023 20:13:17 GMT
7
+ // Generated on Thu, 23 Mar 2023 20:51:09 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+
3
+ var _jsxRuntime = require("react/jsx-runtime");
4
+
5
+ module.exports = ({
6
+ title,
7
+ titleId,
8
+ size,
9
+ color,
10
+ ...props
11
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
12
+ width: size,
13
+ height: size,
14
+ fill: color,
15
+ xmlns: "http://www.w3.org/2000/svg",
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
+ clipRule: "evenodd",
25
+ d: "M.971 17.584a.97.97 0 0 1-.835-1.463L9.165.827a.97.97 0 0 1 1.67 0l9.029 15.294a.97.97 0 0 1-.835 1.463H.97ZM9.273 15.4h1.454v-1.454H9.273V15.4Zm1.454-2.91H9.273V6.674h1.454v5.819Z",
26
+ fill: "#EE2C74"
27
+ })]
28
+ });
@@ -0,0 +1,28 @@
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
+ width: size,
15
+ height: size,
16
+ fill: color,
17
+ xmlns: "http://www.w3.org/2000/svg",
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
+ clipRule: "evenodd",
25
+ d: "M.971 17.584a.97.97 0 0 1-.835-1.463L9.165.827a.97.97 0 0 1 1.67 0l9.029 15.294a.97.97 0 0 1-.835 1.463H.97ZM9.273 15.4h1.454v-1.454H9.273V15.4Zm1.454-2.91H9.273V6.674h1.454v5.819Z",
26
+ fill: "#EE2C74"
27
+ })]
28
+ });
@@ -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,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,3 @@
1
+ <svg width="20" height="18" viewBox="0 0 20 18" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M0.971319 17.5836C0.22055 17.5836 -0.245517 16.7672 0.136149 16.1207L9.16483 0.826794C9.54012 0.191056 10.4599 0.191057 10.8351 0.826795L19.8638 16.1207C20.2455 16.7672 19.7795 17.5836 19.0287 17.5836H0.971319ZM9.27256 15.4014H10.7273V13.9466H9.27256V15.4014ZM10.7273 12.4918H9.27256V6.67278H10.7273V12.4918Z" fill="#EE2C74"/>
3
+ </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,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>
@@ -4,6 +4,7 @@ module.exports = {
4
4
  BoxOutlineChecked: require('./BoxOutlineChecked'),
5
5
  Bullet: require('./Bullet'),
6
6
  Cart: require('./Cart'),
7
+ Caution: require('./Caution'),
7
8
  Check: require('./Check'),
8
9
  CheckCircledFilled: require('./CheckCircledFilled'),
9
10
  CheckCircledNotFilled: require('./CheckCircledNotFilled'),
@@ -15,7 +16,9 @@ module.exports = {
15
16
  ExclamationOctagon: require('./ExclamationOctagon'),
16
17
  ExclamationTriangle: require('./ExclamationTriangle'),
17
18
  EyeClosed: require('./EyeClosed'),
19
+ EyeMasked: require('./EyeMasked'),
18
20
  EyeOpened: require('./EyeOpened'),
21
+ EyeUnmasked: require('./EyeUnmasked'),
19
22
  Hamburger: require('./Hamburger'),
20
23
  Info: require('./Info'),
21
24
  InfoSelected: require('./InfoSelected'),
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 14 Mar 2023 20:13:18 GMT
3
+ * Generated on Thu, 23 Mar 2023 20:51:11 GMT
4
4
  */
5
5
  module.exports = {
6
6
  border: {
@@ -21,6 +21,7 @@ module.exports = {
21
21
  carouselPink: '#fae6f4',
22
22
  chathamsBlue: '#17367d',
23
23
  darkBlue: '#0083b3',
24
+ darkMosque: '#014847',
24
25
  dove: '#666666',
25
26
  doveDark: '#5c5c5c',
26
27
  flirt: '#7c1366',
@@ -64,14 +65,20 @@ module.exports = {
64
65
  size12: 12,
65
66
  size14: 14,
66
67
  size16: 16,
68
+ size18: 18,
67
69
  size20: 20,
68
70
  size24: 24,
69
71
  size28: 28,
72
+ size32: 32,
73
+ size34: 34,
74
+ size36: 36,
70
75
  size40: 40,
71
76
  size44: 44,
72
77
  size48: 48,
78
+ size54: 54,
73
79
  size56: 56,
74
- size64: 64
80
+ size64: 64,
81
+ size70: 70
75
82
  },
76
83
  icon: {
77
84
  ArrowDownCircled: '@telus-uds/palette-koodo/build/rn/icons/arrow-down-circled.icon.svg',
@@ -79,6 +86,7 @@ module.exports = {
79
86
  BoxOutlineChecked: '@telus-uds/palette-koodo/build/rn/icons/box-outline-checked.icon.svg',
80
87
  Bullet: '@telus-uds/palette-koodo/build/rn/icons/bullet.icon.svg',
81
88
  Cart: '@telus-uds/palette-koodo/build/rn/icons/cart.icon.svg',
89
+ Caution: '@telus-uds/palette-koodo/build/rn/icons/caution.icon.svg',
82
90
  Check: '@telus-uds/palette-koodo/build/rn/icons/check.icon.svg',
83
91
  CheckCircledFilled: '@telus-uds/palette-koodo/build/rn/icons/check-circled-filled.icon.svg',
84
92
  CheckCircledNotFilled: '@telus-uds/palette-koodo/build/rn/icons/check-circled-not-filled.icon.svg',
@@ -90,7 +98,9 @@ module.exports = {
90
98
  ExclamationOctagon: '@telus-uds/palette-koodo/build/rn/icons/exclamation-octagon.icon.svg',
91
99
  ExclamationTriangle: '@telus-uds/palette-koodo/build/rn/icons/exclamation-triangle.icon.svg',
92
100
  EyeClosed: '@telus-uds/palette-koodo/build/rn/icons/eye-closed.icon.svg',
101
+ EyeMasked: '@telus-uds/palette-koodo/build/rn/icons/eye-masked.icon.svg',
93
102
  EyeOpened: '@telus-uds/palette-koodo/build/rn/icons/eye-opened.icon.svg',
103
+ EyeUnmasked: '@telus-uds/palette-koodo/build/rn/icons/eye-unmasked.icon.svg',
94
104
  Hamburger: '@telus-uds/palette-koodo/build/rn/icons/hamburger.icon.svg',
95
105
  Info: '@telus-uds/palette-koodo/build/rn/icons/info.icon.svg',
96
106
  InfoSelected: '@telus-uds/palette-koodo/build/rn/icons/info-selected.icon.svg',
@@ -112,7 +122,20 @@ module.exports = {
112
122
  multiply130: 1.3,
113
123
  multiply140: 1.4,
114
124
  multiply150: 1.5,
115
- multiply160: 1.6
125
+ multiply160: 1.6,
126
+ ratio10to7: 1.42857142857,
127
+ ratio11to9: 1.22222222222,
128
+ ratio14to9: 1.55555555,
129
+ ratio1to1: 1,
130
+ ratio3to2: 1.5,
131
+ ratio4to3: 1.33333333333,
132
+ ratio5to4: 1.25,
133
+ ratio6to5: 1.2,
134
+ ratio7to5: 1.4,
135
+ ratio8to5: 1.6,
136
+ ratio8to7: 1.14285714286,
137
+ ratio9to7: 1.28571428571,
138
+ ratio9to8: 1.125
116
139
  },
117
140
  opacity: {
118
141
  opacity3: 0.3,
@@ -124,6 +147,7 @@ module.exports = {
124
147
  pill32: 32,
125
148
  radius12: 12,
126
149
  radius4: 4,
150
+ radius48: 48,
127
151
  radius8: 8
128
152
  },
129
153
  shadow: {
@@ -1,34 +1,34 @@
1
1
  @font-face {
2
2
  font-family: 'StagSans';
3
- src: url('https://cdn.telus.digital/uds/v0_5_0-StagSans-300-aSrhpPc5Q2-XGgF1yWF9Y.otf');
3
+ src: url('https://cdn.telus.digital/uds/v0_7_0-StagSans-300-C5oDLSX_CBmLhxvnElpIn.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: 'StagSans';
10
- src: url('https://cdn.telus.digital/uds/v0_5_0-StagSans-400-LQgDByk0llx6Db1Hyh7Wv.otf');
10
+ src: url('https://cdn.telus.digital/uds/v0_7_0-StagSans-400-WBQMp15MMLVj_Dnxbxvck.otf');
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: 'StagSans';
17
- src: url('https://cdn.telus.digital/uds/v0_5_0-StagSans-500-4E7I0d9BgflfA2zJIAMUj.otf');
17
+ src: url('https://cdn.telus.digital/uds/v0_7_0-StagSans-500-MLXwZjh2Ap6tVhqINHE7d.otf');
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: 'StagSans';
24
- src: url('https://cdn.telus.digital/uds/v0_5_0-StagSans-600-qUVun47hTdKUp_DSEo4SD.otf');
24
+ src: url('https://cdn.telus.digital/uds/v0_7_0-StagSans-600-QHtiuyBNUZ0JXAE9ZS626.otf');
25
25
  font-weight: 600;
26
26
  font-style: normal;
27
27
  font-display: block;
28
28
  }
29
29
  @font-face {
30
30
  font-family: 'StagSans';
31
- src: url('https://cdn.telus.digital/uds/v0_5_0-StagSans-700-Zogigkgg5zI7kN8EydyvX.otf');
31
+ src: url('https://cdn.telus.digital/uds/v0_7_0-StagSans-700-xjr0lmTstM0u_k965LsBO.otf');
32
32
  font-weight: 700;
33
33
  font-style: normal;
34
34
  font-display: block;
@@ -1,25 +1,25 @@
1
1
  @font-face {
2
2
  font-family: 'StagSans300normal';
3
- src: url('https://cdn.telus.digital/uds/v0_5_0-StagSans-300-aSrhpPc5Q2-XGgF1yWF9Y.otf');
3
+ src: url('https://cdn.telus.digital/uds/v0_7_0-StagSans-300-C5oDLSX_CBmLhxvnElpIn.otf');
4
4
  font-display: block;
5
5
  }
6
6
  @font-face {
7
7
  font-family: 'StagSans400normal';
8
- src: url('https://cdn.telus.digital/uds/v0_5_0-StagSans-400-LQgDByk0llx6Db1Hyh7Wv.otf');
8
+ src: url('https://cdn.telus.digital/uds/v0_7_0-StagSans-400-WBQMp15MMLVj_Dnxbxvck.otf');
9
9
  font-display: block;
10
10
  }
11
11
  @font-face {
12
12
  font-family: 'StagSans500normal';
13
- src: url('https://cdn.telus.digital/uds/v0_5_0-StagSans-500-4E7I0d9BgflfA2zJIAMUj.otf');
13
+ src: url('https://cdn.telus.digital/uds/v0_7_0-StagSans-500-MLXwZjh2Ap6tVhqINHE7d.otf');
14
14
  font-display: block;
15
15
  }
16
16
  @font-face {
17
17
  font-family: 'StagSans600normal';
18
- src: url('https://cdn.telus.digital/uds/v0_5_0-StagSans-600-qUVun47hTdKUp_DSEo4SD.otf');
18
+ src: url('https://cdn.telus.digital/uds/v0_7_0-StagSans-600-QHtiuyBNUZ0JXAE9ZS626.otf');
19
19
  font-display: block;
20
20
  }
21
21
  @font-face {
22
22
  font-family: 'StagSans700normal';
23
- src: url('https://cdn.telus.digital/uds/v0_5_0-StagSans-700-Zogigkgg5zI7kN8EydyvX.otf');
23
+ src: url('https://cdn.telus.digital/uds/v0_7_0-StagSans-700-xjr0lmTstM0u_k965LsBO.otf');
24
24
  font-display: block;
25
25
  }
@@ -1,34 +1,34 @@
1
1
  @font-face {
2
2
  font-family: 'StagSans';
3
- src: url('./v0_5_0-StagSans-300-aSrhpPc5Q2-XGgF1yWF9Y.otf');
3
+ src: url('./v0_7_0-StagSans-300-C5oDLSX_CBmLhxvnElpIn.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: 'StagSans';
10
- src: url('./v0_5_0-StagSans-400-LQgDByk0llx6Db1Hyh7Wv.otf');
10
+ src: url('./v0_7_0-StagSans-400-WBQMp15MMLVj_Dnxbxvck.otf');
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: 'StagSans';
17
- src: url('./v0_5_0-StagSans-500-4E7I0d9BgflfA2zJIAMUj.otf');
17
+ src: url('./v0_7_0-StagSans-500-MLXwZjh2Ap6tVhqINHE7d.otf');
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: 'StagSans';
24
- src: url('./v0_5_0-StagSans-600-qUVun47hTdKUp_DSEo4SD.otf');
24
+ src: url('./v0_7_0-StagSans-600-QHtiuyBNUZ0JXAE9ZS626.otf');
25
25
  font-weight: 600;
26
26
  font-style: normal;
27
27
  font-display: block;
28
28
  }
29
29
  @font-face {
30
30
  font-family: 'StagSans';
31
- src: url('./v0_5_0-StagSans-700-Zogigkgg5zI7kN8EydyvX.otf');
31
+ src: url('./v0_7_0-StagSans-700-xjr0lmTstM0u_k965LsBO.otf');
32
32
  font-weight: 700;
33
33
  font-style: normal;
34
34
  font-display: block;
@@ -1,25 +1,25 @@
1
1
  @font-face {
2
2
  font-family: 'StagSans300normal';
3
- src: url('./v0_5_0-StagSans-300-aSrhpPc5Q2-XGgF1yWF9Y.otf');
3
+ src: url('./v0_7_0-StagSans-300-C5oDLSX_CBmLhxvnElpIn.otf');
4
4
  font-display: block;
5
5
  }
6
6
  @font-face {
7
7
  font-family: 'StagSans400normal';
8
- src: url('./v0_5_0-StagSans-400-LQgDByk0llx6Db1Hyh7Wv.otf');
8
+ src: url('./v0_7_0-StagSans-400-WBQMp15MMLVj_Dnxbxvck.otf');
9
9
  font-display: block;
10
10
  }
11
11
  @font-face {
12
12
  font-family: 'StagSans500normal';
13
- src: url('./v0_5_0-StagSans-500-4E7I0d9BgflfA2zJIAMUj.otf');
13
+ src: url('./v0_7_0-StagSans-500-MLXwZjh2Ap6tVhqINHE7d.otf');
14
14
  font-display: block;
15
15
  }
16
16
  @font-face {
17
17
  font-family: 'StagSans600normal';
18
- src: url('./v0_5_0-StagSans-600-qUVun47hTdKUp_DSEo4SD.otf');
18
+ src: url('./v0_7_0-StagSans-600-QHtiuyBNUZ0JXAE9ZS626.otf');
19
19
  font-display: block;
20
20
  }
21
21
  @font-face {
22
22
  font-family: 'StagSans700normal';
23
- src: url('./v0_5_0-StagSans-700-Zogigkgg5zI7kN8EydyvX.otf');
23
+ src: url('./v0_7_0-StagSans-700-xjr0lmTstM0u_k965LsBO.otf');
24
24
  font-display: block;
25
25
  }
@@ -0,0 +1,28 @@
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
+ width: size,
13
+ height: size,
14
+ fill: color,
15
+ xmlns: "http://www.w3.org/2000/svg",
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
+ clipRule: "evenodd",
25
+ d: "M.971 17.584a.97.97 0 0 1-.835-1.463L9.165.827a.97.97 0 0 1 1.67 0l9.029 15.294a.97.97 0 0 1-.835 1.463H.97ZM9.273 15.4h1.454v-1.454H9.273V15.4Zm1.454-2.91H9.273V6.674h1.454v5.819Z",
26
+ fill: "#EE2C74"
27
+ })]
28
+ });
@@ -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,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,3 @@
1
+ <svg width="20" height="18" viewBox="0 0 20 18" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M0.971319 17.5836C0.22055 17.5836 -0.245517 16.7672 0.136149 16.1207L9.16483 0.826794C9.54012 0.191056 10.4599 0.191057 10.8351 0.826795L19.8638 16.1207C20.2455 16.7672 19.7795 17.5836 19.0287 17.5836H0.971319ZM9.27256 15.4014H10.7273V13.9466H9.27256V15.4014ZM10.7273 12.4918H9.27256V6.67278H10.7273V12.4918Z" fill="#EE2C74"/>
3
+ </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,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>
@@ -4,6 +4,7 @@ module.exports = {
4
4
  BoxOutlineChecked: require('./BoxOutlineChecked'),
5
5
  Bullet: require('./Bullet'),
6
6
  Cart: require('./Cart'),
7
+ Caution: require('./Caution'),
7
8
  Check: require('./Check'),
8
9
  CheckCircledFilled: require('./CheckCircledFilled'),
9
10
  CheckCircledNotFilled: require('./CheckCircledNotFilled'),
@@ -15,7 +16,9 @@ module.exports = {
15
16
  ExclamationOctagon: require('./ExclamationOctagon'),
16
17
  ExclamationTriangle: require('./ExclamationTriangle'),
17
18
  EyeClosed: require('./EyeClosed'),
19
+ EyeMasked: require('./EyeMasked'),
18
20
  EyeOpened: require('./EyeOpened'),
21
+ EyeUnmasked: require('./EyeUnmasked'),
19
22
  Hamburger: require('./Hamburger'),
20
23
  Info: require('./Info'),
21
24
  InfoSelected: require('./InfoSelected'),
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 14 Mar 2023 20:13:17 GMT
3
+ * Generated on Thu, 23 Mar 2023 20:51:09 GMT
4
4
  */
5
5
  module.exports = {
6
6
  border: {
@@ -21,6 +21,7 @@ module.exports = {
21
21
  carouselPink: '#fae6f4',
22
22
  chathamsBlue: '#17367d',
23
23
  darkBlue: '#0083b3',
24
+ darkMosque: '#014847',
24
25
  dove: '#666666',
25
26
  doveDark: '#5c5c5c',
26
27
  flirt: '#7c1366',
@@ -53,25 +54,31 @@ module.exports = {
53
54
  },
54
55
  font: {
55
56
  StagSans: {
56
- 300: 'https://cdn.telus.digital/uds/v0_5_0-StagSans-300-aSrhpPc5Q2-XGgF1yWF9Y.otf',
57
- 400: 'https://cdn.telus.digital/uds/v0_5_0-StagSans-400-LQgDByk0llx6Db1Hyh7Wv.otf',
58
- 500: 'https://cdn.telus.digital/uds/v0_5_0-StagSans-500-4E7I0d9BgflfA2zJIAMUj.otf',
59
- 600: 'https://cdn.telus.digital/uds/v0_5_0-StagSans-600-qUVun47hTdKUp_DSEo4SD.otf',
60
- 700: 'https://cdn.telus.digital/uds/v0_5_0-StagSans-700-Zogigkgg5zI7kN8EydyvX.otf'
57
+ 300: 'https://cdn.telus.digital/uds/v0_7_0-StagSans-300-C5oDLSX_CBmLhxvnElpIn.otf',
58
+ 400: 'https://cdn.telus.digital/uds/v0_7_0-StagSans-400-WBQMp15MMLVj_Dnxbxvck.otf',
59
+ 500: 'https://cdn.telus.digital/uds/v0_7_0-StagSans-500-MLXwZjh2Ap6tVhqINHE7d.otf',
60
+ 600: 'https://cdn.telus.digital/uds/v0_7_0-StagSans-600-QHtiuyBNUZ0JXAE9ZS626.otf',
61
+ 700: 'https://cdn.telus.digital/uds/v0_7_0-StagSans-700-xjr0lmTstM0u_k965LsBO.otf'
61
62
  }
62
63
  },
63
64
  fontSize: {
64
65
  size12: '0.75rem',
65
66
  size14: '0.875rem',
66
67
  size16: '1rem',
68
+ size18: '1.125rem',
67
69
  size20: '1.25rem',
68
70
  size24: '1.5rem',
69
71
  size28: '1.75rem',
72
+ size32: '2rem',
73
+ size34: '2.125rem',
74
+ size36: '2.25rem',
70
75
  size40: '2.5rem',
71
76
  size44: '2.75rem',
72
77
  size48: '3rem',
78
+ size54: '3.375rem',
73
79
  size56: '3.5rem',
74
- size64: '4rem'
80
+ size64: '4rem',
81
+ size70: '4.375rem'
75
82
  },
76
83
  icon: {
77
84
  ArrowDownCircled: '@telus-uds/palette-koodo/build/web/icons/arrow-down-circled.icon.svg',
@@ -79,6 +86,7 @@ module.exports = {
79
86
  BoxOutlineChecked: '@telus-uds/palette-koodo/build/web/icons/box-outline-checked.icon.svg',
80
87
  Bullet: '@telus-uds/palette-koodo/build/web/icons/bullet.icon.svg',
81
88
  Cart: '@telus-uds/palette-koodo/build/web/icons/cart.icon.svg',
89
+ Caution: '@telus-uds/palette-koodo/build/web/icons/caution.icon.svg',
82
90
  Check: '@telus-uds/palette-koodo/build/web/icons/check.icon.svg',
83
91
  CheckCircledFilled: '@telus-uds/palette-koodo/build/web/icons/check-circled-filled.icon.svg',
84
92
  CheckCircledNotFilled: '@telus-uds/palette-koodo/build/web/icons/check-circled-not-filled.icon.svg',
@@ -90,7 +98,9 @@ module.exports = {
90
98
  ExclamationOctagon: '@telus-uds/palette-koodo/build/web/icons/exclamation-octagon.icon.svg',
91
99
  ExclamationTriangle: '@telus-uds/palette-koodo/build/web/icons/exclamation-triangle.icon.svg',
92
100
  EyeClosed: '@telus-uds/palette-koodo/build/web/icons/eye-closed.icon.svg',
101
+ EyeMasked: '@telus-uds/palette-koodo/build/web/icons/eye-masked.icon.svg',
93
102
  EyeOpened: '@telus-uds/palette-koodo/build/web/icons/eye-opened.icon.svg',
103
+ EyeUnmasked: '@telus-uds/palette-koodo/build/web/icons/eye-unmasked.icon.svg',
94
104
  Hamburger: '@telus-uds/palette-koodo/build/web/icons/hamburger.icon.svg',
95
105
  Info: '@telus-uds/palette-koodo/build/web/icons/info.icon.svg',
96
106
  InfoSelected: '@telus-uds/palette-koodo/build/web/icons/info-selected.icon.svg',
@@ -112,7 +122,20 @@ module.exports = {
112
122
  multiply130: 1.3,
113
123
  multiply140: 1.4,
114
124
  multiply150: 1.5,
115
- multiply160: 1.6
125
+ multiply160: 1.6,
126
+ ratio10to7: 1.42857142857,
127
+ ratio11to9: 1.22222222222,
128
+ ratio14to9: 1.55555555,
129
+ ratio1to1: 1,
130
+ ratio3to2: 1.5,
131
+ ratio4to3: 1.33333333333,
132
+ ratio5to4: 1.25,
133
+ ratio6to5: 1.2,
134
+ ratio7to5: 1.4,
135
+ ratio8to5: 1.6,
136
+ ratio8to7: 1.14285714286,
137
+ ratio9to7: 1.28571428571,
138
+ ratio9to8: 1.125
116
139
  },
117
140
  opacity: {
118
141
  opacity3: 0.3,
@@ -124,6 +147,7 @@ module.exports = {
124
147
  pill32: '32px',
125
148
  radius12: '12px',
126
149
  radius4: '4px',
150
+ radius48: '48px',
127
151
  radius8: '8px'
128
152
  },
129
153
  shadow: {
package/package.json CHANGED
@@ -25,5 +25,5 @@
25
25
  "prepublishOnly": "npm run build"
26
26
  },
27
27
  "sideEffects": false,
28
- "version": "0.5.0"
28
+ "version": "0.7.0"
29
29
  }
package/palette.json CHANGED
@@ -70,6 +70,11 @@
70
70
  "tags": [],
71
71
  "value": "rgb(0, 131, 179)"
72
72
  },
73
+ "darkMosque": {
74
+ "description": "",
75
+ "tags": [],
76
+ "value": "rgb(1, 72, 71)"
77
+ },
73
78
  "dove": {
74
79
  "description": "",
75
80
  "tags": [],
@@ -230,6 +235,9 @@
230
235
  "size16": {
231
236
  "value": 16
232
237
  },
238
+ "size18": {
239
+ "value": 18
240
+ },
233
241
  "size20": {
234
242
  "value": 20
235
243
  },
@@ -239,6 +247,15 @@
239
247
  "size28": {
240
248
  "value": 28
241
249
  },
250
+ "size32": {
251
+ "value": 32
252
+ },
253
+ "size34": {
254
+ "value": 34
255
+ },
256
+ "size36": {
257
+ "value": 36
258
+ },
242
259
  "size40": {
243
260
  "value": 40
244
261
  },
@@ -248,11 +265,17 @@
248
265
  "size48": {
249
266
  "value": 48
250
267
  },
268
+ "size54": {
269
+ "value": 54
270
+ },
251
271
  "size56": {
252
272
  "value": 56
253
273
  },
254
274
  "size64": {
255
275
  "value": 64
276
+ },
277
+ "size70": {
278
+ "value": 70
256
279
  }
257
280
  }
258
281
  },
@@ -273,6 +296,9 @@
273
296
  "Cart": {
274
297
  "value": "icon/cart.svg"
275
298
  },
299
+ "Caution": {
300
+ "value": "icon/caution.svg"
301
+ },
276
302
  "Check": {
277
303
  "value": "icon/check.svg"
278
304
  },
@@ -306,9 +332,15 @@
306
332
  "EyeClosed": {
307
333
  "value": "icon/eye-closed.svg"
308
334
  },
335
+ "EyeMasked": {
336
+ "value": "icon/eye-masked.svg"
337
+ },
309
338
  "EyeOpened": {
310
339
  "value": "icon/eye-opened.svg"
311
340
  },
341
+ "EyeUnmasked": {
342
+ "value": "icon/eye-unmasked.svg"
343
+ },
312
344
  "Hamburger": {
313
345
  "value": "icon/hamburger.svg"
314
346
  },
@@ -370,6 +402,45 @@
370
402
  },
371
403
  "multiply160": {
372
404
  "value": 1.6
405
+ },
406
+ "ratio10to7": {
407
+ "value": 1.42857142857
408
+ },
409
+ "ratio11to9": {
410
+ "value": 1.22222222222
411
+ },
412
+ "ratio14to9": {
413
+ "value": 1.55555555
414
+ },
415
+ "ratio1to1": {
416
+ "value": 1
417
+ },
418
+ "ratio3to2": {
419
+ "value": 1.5
420
+ },
421
+ "ratio4to3": {
422
+ "value": 1.33333333333
423
+ },
424
+ "ratio5to4": {
425
+ "value": 1.25
426
+ },
427
+ "ratio6to5": {
428
+ "value": 1.2
429
+ },
430
+ "ratio7to5": {
431
+ "value": 1.4
432
+ },
433
+ "ratio8to5": {
434
+ "value": 1.6
435
+ },
436
+ "ratio8to7": {
437
+ "value": 1.14285714286
438
+ },
439
+ "ratio9to7": {
440
+ "value": 1.28571428571
441
+ },
442
+ "ratio9to8": {
443
+ "value": 1.125
373
444
  }
374
445
  }
375
446
  },
@@ -401,6 +472,9 @@
401
472
  "radius4": {
402
473
  "value": 4
403
474
  },
475
+ "radius48": {
476
+ "value": 48
477
+ },
404
478
  "radius8": {
405
479
  "value": 8
406
480
  }