@telus-uds/palette-koodo 0.21.0 → 0.23.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 (50) hide show
  1. package/build/android/border.xml +1 -1
  2. package/build/android/color.xml +13 -1
  3. package/build/android/font_size.xml +1 -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 +13 -1
  8. package/build/ios/FontSize.swift +1 -1
  9. package/build/ios/Radius.swift +2 -1
  10. package/build/ios/Size.swift +1 -1
  11. package/build/rn/icons/Coaxial.js +28 -0
  12. package/build/rn/icons/Coaxial.native.js +28 -0
  13. package/build/rn/icons/DSL.js +28 -0
  14. package/build/rn/icons/DSL.native.js +28 -0
  15. package/build/rn/icons/QuoteLeft.js +28 -0
  16. package/build/rn/icons/QuoteLeft.native.js +28 -0
  17. package/build/rn/icons/QuoteLeftArrow.js +32 -0
  18. package/build/rn/icons/QuoteLeftArrow.native.js +32 -0
  19. package/build/rn/icons/QuoteRightArrow.js +32 -0
  20. package/build/rn/icons/QuoteRightArrow.native.js +32 -0
  21. package/build/rn/icons/coaxial.icon.svg +3 -0
  22. package/build/rn/icons/dsl.icon.svg +3 -0
  23. package/build/rn/icons/index.js +5 -0
  24. package/build/rn/icons/quote-left-arrow.icon.svg +4 -0
  25. package/build/rn/icons/quote-left.icon.svg +3 -0
  26. package/build/rn/icons/quote-right-arrow.icon.svg +4 -0
  27. package/build/rn/palette.js +19 -1
  28. package/build/web/fonts/fonts-cdn-family.css +5 -5
  29. package/build/web/fonts/fonts-cdn.css +5 -5
  30. package/build/web/fonts/fonts-local-family.css +5 -5
  31. package/build/web/fonts/fonts-local.css +5 -5
  32. package/build/web/icons/Coaxial.js +28 -0
  33. package/build/web/icons/DSL.js +28 -0
  34. package/build/web/icons/QuoteLeft.js +28 -0
  35. package/build/web/icons/QuoteLeftArrow.js +32 -0
  36. package/build/web/icons/QuoteRightArrow.js +32 -0
  37. package/build/web/icons/coaxial.icon.svg +3 -0
  38. package/build/web/icons/dsl.icon.svg +3 -0
  39. package/build/web/icons/index.js +5 -0
  40. package/build/web/icons/quote-left-arrow.icon.svg +4 -0
  41. package/build/web/icons/quote-left.icon.svg +3 -0
  42. package/build/web/icons/quote-right-arrow.icon.svg +4 -0
  43. package/build/web/palette.js +24 -6
  44. package/package.json +1 -1
  45. package/palette.json +81 -0
  46. /package/build/web/fonts/{v0_21_0-StagSans-300-rVI4gbrK-3qe5AHC6SrQx.otf → v0_23_0-StagSans-300-sCMaZHMHAe27vDQRAOeN1.otf} +0 -0
  47. /package/build/web/fonts/{v0_21_0-StagSans-400-J-bspJc8abPuQxn-m1jSv.otf → v0_23_0-StagSans-400-WJNU98crO9tJYJeH-bBG5.otf} +0 -0
  48. /package/build/web/fonts/{v0_21_0-StagSans-500-WxlkZ6pZgPm0tk7O8ZTkk.otf → v0_23_0-StagSans-500-XWsooPlmA2mFU9GmLrD98.otf} +0 -0
  49. /package/build/web/fonts/{v0_21_0-StagSans-600-6EVvl_bhCLzqO-hJKoe-6.otf → v0_23_0-StagSans-600-t9gJiMPEczUrSjrwNPYlr.otf} +0 -0
  50. /package/build/web/fonts/{v0_21_0-StagSans-700-HAN5d1DELNPoEDF3R7Fgv.otf → v0_23_0-StagSans-700-DpcxNhX64bhMZK30cFmMA.otf} +0 -0
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Wed, 21 Jun 2023 20:37:37 GMT
5
+ Generated on Fri, 14 Jul 2023 19:43:46 GMT
6
6
  -->
7
7
 
8
8
  <resources>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Wed, 21 Jun 2023 20:37:37 GMT
5
+ Generated on Fri, 14 Jul 2023 19:43:46 GMT
6
6
  -->
7
7
 
8
8
  <resources>
@@ -16,6 +16,12 @@
16
16
  <color name="carousel_pink">#fffae6f4</color>
17
17
  <color name="chathams_blue">#ff17367d</color>
18
18
  <color name="chathams_blue_dark">#ff052158</color>
19
+ <color name="dark_10">#1a000000</color>
20
+ <color name="dark_20">#33000000</color>
21
+ <color name="dark_40">#66000000</color>
22
+ <color name="dark_60">#99000000</color>
23
+ <color name="dark_80">#cc000000</color>
24
+ <color name="dark_97">#f7000000</color>
19
25
  <color name="dark_blue">#ff0083b3</color>
20
26
  <color name="dark_mosque">#ff014847</color>
21
27
  <color name="dove">#ff666666</color>
@@ -27,6 +33,12 @@
27
33
  <color name="iceberg">#ffcbf0e8</color>
28
34
  <color name="icicle">#ffe5f7fb</color>
29
35
  <color name="icicle_dark">#ffbbeaf5</color>
36
+ <color name="light_10">#1affffff</color>
37
+ <color name="light_20">#33ffffff</color>
38
+ <color name="light_40">#66ffffff</color>
39
+ <color name="light_60">#99ffffff</color>
40
+ <color name="light_80">#ccffffff</color>
41
+ <color name="light_97">#f7ffffff</color>
30
42
  <color name="mint_tulip">#ffc1f2e8</color>
31
43
  <color name="mortar">#ff595959</color>
32
44
  <color name="mortar_dark">#ff505050</color>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Wed, 21 Jun 2023 20:37:37 GMT
5
+ Generated on Fri, 14 Jul 2023 19:43:46 GMT
6
6
  -->
7
7
 
8
8
  <resources>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Wed, 21 Jun 2023 20:37:37 GMT
5
+ Generated on Fri, 14 Jul 2023 19:43:46 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_1">1.00dp</dimen>
12
12
  <dimen name="radius_12">12.00dp</dimen>
13
+ <dimen name="radius_24">24.00dp</dimen>
13
14
  <dimen name="radius_4">4.00dp</dimen>
14
15
  <dimen name="radius_48">48.00dp</dimen>
15
16
  <dimen name="radius_6">6.00dp</dimen>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Wed, 21 Jun 2023 20:37:37 GMT
5
+ Generated on Fri, 14 Jul 2023 19:43:46 GMT
6
6
  -->
7
7
 
8
8
  <resources>
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Wed, 21 Jun 2023 20:37:37 GMT
7
+ // Generated on Fri, 14 Jul 2023 19:43:46 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Wed, 21 Jun 2023 20:37:37 GMT
7
+ // Generated on Fri, 14 Jul 2023 19:43:46 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -20,6 +20,12 @@ 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 chathamsBlueDark = UIColor(red: 0.020, green: 0.129, blue: 0.345, alpha: 1)
23
+ public static let dark10 = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.1)
24
+ public static let dark20 = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.2)
25
+ public static let dark40 = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.4)
26
+ public static let dark60 = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.6)
27
+ public static let dark80 = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.8)
28
+ public static let dark97 = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.97)
23
29
  public static let darkBlue = UIColor(red: 0.000, green: 0.514, blue: 0.702, alpha: 1)
24
30
  public static let darkMosque = UIColor(red: 0.004, green: 0.282, blue: 0.278, alpha: 1)
25
31
  public static let dove = UIColor(red: 0.400, green: 0.400, blue: 0.400, alpha: 1)
@@ -31,6 +37,12 @@ public enum PaletteColor {
31
37
  public static let iceberg = UIColor(red: 0.796, green: 0.941, blue: 0.910, alpha: 1)
32
38
  public static let icicle = UIColor(red: 0.898, green: 0.969, blue: 0.984, alpha: 1)
33
39
  public static let icicleDark = UIColor(red: 0.733, green: 0.918, blue: 0.961, alpha: 1)
40
+ public static let light10 = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 0.1)
41
+ public static let light20 = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 0.2)
42
+ public static let light40 = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 0.4)
43
+ public static let light60 = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 0.6)
44
+ public static let light80 = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 0.8)
45
+ public static let light97 = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 0.97)
34
46
  public static let mintTulip = UIColor(red: 0.757, green: 0.949, blue: 0.910, alpha: 1)
35
47
  public static let mortar = UIColor(red: 0.349, green: 0.349, blue: 0.349, alpha: 1)
36
48
  public static let mortarDark = UIColor(red: 0.314, green: 0.314, blue: 0.314, alpha: 1)
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Wed, 21 Jun 2023 20:37:37 GMT
7
+ // Generated on Fri, 14 Jul 2023 19:43:46 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Wed, 21 Jun 2023 20:37:37 GMT
7
+ // Generated on Fri, 14 Jul 2023 19:43:46 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -14,6 +14,7 @@ public enum PaletteRadius {
14
14
  public static let pill32 = CGFloat(32)
15
15
  public static let radius1 = CGFloat(1)
16
16
  public static let radius12 = CGFloat(12)
17
+ public static let radius24 = CGFloat(24)
17
18
  public static let radius4 = CGFloat(4)
18
19
  public static let radius48 = CGFloat(48)
19
20
  public static let radius6 = CGFloat(6)
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Wed, 21 Jun 2023 20:37:37 GMT
7
+ // Generated on Fri, 14 Jul 2023 19:43:46 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
+ xmlns: "http://www.w3.org/2000/svg",
13
+ viewBox: "0 0 24 24",
14
+ height: size,
15
+ width: size,
16
+ fill: color,
17
+ role: title ? 'img' : undefined,
18
+ "aria-hidden": !title,
19
+ "aria-labelledby": titleId,
20
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
21
+ id: titleId,
22
+ children: title
23
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
24
+ fillRule: "evenodd",
25
+ d: "M10.412 1.589v4.59H4.855c-.77 0-1.394.624-1.394 1.394V14c0 .55.318 1.024.78 1.252v3.429c0 .493.398.753.604.849l2.35 1.098.011.005.063.025v1.653a1.69 1.69 0 0 0 1.689 1.69h5.665a1.69 1.69 0 0 0 1.691-1.69v-1.655a1.81 1.81 0 0 0 .059-.023l.01-.005 2.354-1.091c.204-.096.605-.353.605-.85V15.38A1.394 1.394 0 0 0 20.54 14V7.573c0-.77-.624-1.394-1.394-1.394h-5.557v-4.59a1.588 1.588 0 0 0-3.176 0ZM7.938 7.502h3.401v6.569H7.938v-6.57Zm-1.323 0h-1.76a.071.071 0 0 0-.071.071V14c0 .04.032.071.071.071h1.76v-6.57Zm6.047 6.569h3.427v-6.57h-3.286l-.025.001h-.116v6.569Zm6.483 0h-1.733v-6.57h1.733c.04 0 .072.033.072.072V14a.07.07 0 0 1-.072.071ZM7.952 19.464h7.674a.66.66 0 0 0 .225-.047l2.168-1.006V15.4a.967.967 0 0 0-.098-.005H5.66a.968.968 0 0 0-.097.005v3.005l2.167 1.013a.65.65 0 0 0 .222.046Zm.64 2.847v-1.524h6.4v1.524a.367.367 0 0 1-.368.367H8.958a.366.366 0 0 1-.367-.367Z",
26
+ clipRule: "evenodd"
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
+ 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
+ fillRule: "evenodd",
25
+ d: "M10.412 1.589v4.59H4.855c-.77 0-1.394.624-1.394 1.394V14c0 .55.318 1.024.78 1.252v3.429c0 .493.398.753.604.849l2.35 1.098.011.005.063.025v1.653a1.69 1.69 0 0 0 1.689 1.69h5.665a1.69 1.69 0 0 0 1.691-1.69v-1.655a1.81 1.81 0 0 0 .059-.023l.01-.005 2.354-1.091c.204-.096.605-.353.605-.85V15.38A1.394 1.394 0 0 0 20.54 14V7.573c0-.77-.624-1.394-1.394-1.394h-5.557v-4.59a1.588 1.588 0 0 0-3.176 0ZM7.938 7.502h3.401v6.569H7.938v-6.57Zm-1.323 0h-1.76a.071.071 0 0 0-.071.071V14c0 .04.032.071.071.071h1.76v-6.57Zm6.047 6.569h3.427v-6.57h-3.286l-.025.001h-.116v6.569Zm6.483 0h-1.733v-6.57h1.733c.04 0 .072.033.072.072V14a.07.07 0 0 1-.072.071ZM7.952 19.464h7.674a.66.66 0 0 0 .225-.047l2.168-1.006V15.4a.967.967 0 0 0-.098-.005H5.66a.968.968 0 0 0-.097.005v3.005l2.167 1.013a.65.65 0 0 0 .222.046Zm.64 2.847v-1.524h6.4v1.524a.367.367 0 0 1-.368.367H8.958a.366.366 0 0 1-.367-.367Z",
26
+ clipRule: "evenodd"
27
+ })]
28
+ });
@@ -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
+ xmlns: "http://www.w3.org/2000/svg",
13
+ viewBox: "0 0 24 24",
14
+ height: size,
15
+ width: size,
16
+ fill: color,
17
+ role: title ? 'img' : undefined,
18
+ "aria-hidden": !title,
19
+ "aria-labelledby": titleId,
20
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
21
+ id: titleId,
22
+ children: title
23
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
24
+ fillRule: "evenodd",
25
+ d: "M16.181 0H7.818a3.307 3.307 0 0 0-3.307 3.307v8.959a2.195 2.195 0 0 0-.728.184c-.222.103-.715.403-.715 1.004v4.253c0 .584.472.891.715 1.005l2.78 1.298.013.006.074.03v1.956A1.999 1.999 0 0 0 8.648 24h6.701a1.999 1.999 0 0 0 2.001-1.998v-1.958l.069-.027.013-.006 2.783-1.291.002-.001c.24-.112.715-.416.715-1.004v-4.26c0-.603-.494-.902-.716-1.005a2.2 2.2 0 0 0-.727-.184V3.307A3.307 3.307 0 0 0 16.18 0Zm-5.4 12.255H5.928v-6.46h12.143v6.46h-4.853V8.268H10.78v3.987Zm0 1.565H4.747a.982.982 0 0 0-.114.006v3.555l2.562 1.198a.77.77 0 0 0 .263.055h9.077a.778.778 0 0 0 .267-.056l2.565-1.19v-3.562a1.127 1.127 0 0 0-.116-.006h-6.033v1.151c0 .701-1.219 1.271-1.219 1.271s-1.218-.57-1.218-1.271v-1.15Zm.497-9.207h-2.2V1.417h2.2v3.196Zm6.793 0h-2.125V1.417h.235a1.89 1.89 0 0 1 1.89 1.89v1.306Zm-3.308-3.196v3.196h-2.302V1.417h2.303Zm-6.868 0v3.196H5.928V3.307a1.89 1.89 0 0 1 1.89-1.89h.077Zm.32 18.782h7.57v1.803a.432.432 0 0 1-.434.433H8.648a.434.434 0 0 1-.434-.433v-1.803Z",
26
+ clipRule: "evenodd"
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
+ 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
+ fillRule: "evenodd",
25
+ d: "M16.181 0H7.818a3.307 3.307 0 0 0-3.307 3.307v8.959a2.195 2.195 0 0 0-.728.184c-.222.103-.715.403-.715 1.004v4.253c0 .584.472.891.715 1.005l2.78 1.298.013.006.074.03v1.956A1.999 1.999 0 0 0 8.648 24h6.701a1.999 1.999 0 0 0 2.001-1.998v-1.958l.069-.027.013-.006 2.783-1.291.002-.001c.24-.112.715-.416.715-1.004v-4.26c0-.603-.494-.902-.716-1.005a2.2 2.2 0 0 0-.727-.184V3.307A3.307 3.307 0 0 0 16.18 0Zm-5.4 12.255H5.928v-6.46h12.143v6.46h-4.853V8.268H10.78v3.987Zm0 1.565H4.747a.982.982 0 0 0-.114.006v3.555l2.562 1.198a.77.77 0 0 0 .263.055h9.077a.778.778 0 0 0 .267-.056l2.565-1.19v-3.562a1.127 1.127 0 0 0-.116-.006h-6.033v1.151c0 .701-1.219 1.271-1.219 1.271s-1.218-.57-1.218-1.271v-1.15Zm.497-9.207h-2.2V1.417h2.2v3.196Zm6.793 0h-2.125V1.417h.235a1.89 1.89 0 0 1 1.89 1.89v1.306Zm-3.308-3.196v3.196h-2.302V1.417h2.303Zm-6.868 0v3.196H5.928V3.307a1.89 1.89 0 0 1 1.89-1.89h.077Zm.32 18.782h7.57v1.803a.432.432 0 0 1-.434.433H8.648a.434.434 0 0 1-.434-.433v-1.803Z",
26
+ clipRule: "evenodd"
27
+ })]
28
+ });
@@ -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
+ xmlns: "http://www.w3.org/2000/svg",
13
+ viewBox: "0 0 24 24",
14
+ height: size,
15
+ width: size,
16
+ fill: color,
17
+ role: title ? 'img' : undefined,
18
+ "aria-hidden": !title,
19
+ "aria-labelledby": titleId,
20
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
21
+ id: titleId,
22
+ children: title
23
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
24
+ fillRule: "evenodd",
25
+ d: "M11.066 13.653c.6 2.604-.867 5.432-3.314 6.133-2.538.727-7.748-.084-7.752-7.384 0-4.183 1.953-6.73 4.113-8.245a.927.927 0 0 1 1.31.29.911.911 0 0 1-.106 1.082C4.454 6.54 3.905 7.887 3.905 9.673v.233c.016.594.536.981.995.744.219-.114.447-.21.681-.285 2.43-.785 4.885.685 5.485 3.288Zm12.8 0c.6 2.604-.867 5.432-3.314 6.133-2.54.727-7.748-.084-7.752-7.384 0-4.183 1.953-6.73 4.113-8.245a.927.927 0 0 1 1.31.29.911.911 0 0 1-.106 1.082c-.863 1.011-1.412 2.358-1.412 4.144v.233c.016.594.537.981.995.744a4.4 4.4 0 0 1 .681-.285c2.43-.785 4.885.685 5.485 3.288Z",
26
+ clipRule: "evenodd"
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
+ 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
+ fillRule: "evenodd",
25
+ d: "M11.066 13.653c.6 2.604-.867 5.432-3.314 6.133-2.538.727-7.748-.084-7.752-7.384 0-4.183 1.953-6.73 4.113-8.245a.927.927 0 0 1 1.31.29.911.911 0 0 1-.106 1.082C4.454 6.54 3.905 7.887 3.905 9.673v.233c.016.594.536.981.995.744.219-.114.447-.21.681-.285 2.43-.785 4.885.685 5.485 3.288Zm12.8 0c.6 2.604-.867 5.432-3.314 6.133-2.54.727-7.748-.084-7.752-7.384 0-4.183 1.953-6.73 4.113-8.245a.927.927 0 0 1 1.31.29.911.911 0 0 1-.106 1.082c-.863 1.011-1.412 2.358-1.412 4.144v.233c.016.594.537.981.995.744a4.4 4.4 0 0 1 .681-.285c2.43-.785 4.885.685 5.485 3.288Z",
26
+ clipRule: "evenodd"
27
+ })]
28
+ });
@@ -0,0 +1,32 @@
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
+ fillRule: "evenodd",
25
+ d: "M12.632 19.33c.3.304.544.834.093 1.361-.45.527-1.128.278-1.345 0l-8.695-8.264a.735.735 0 0 1 0-.975l8.695-8.087c.246-.267.8-.605 1.345-.117.545.488.153 1.16-.093 1.428l-6.743 7.32 6.743 7.334Z",
26
+ clipRule: "evenodd"
27
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
28
+ fillRule: "evenodd",
29
+ d: "M21.632 19.33c.3.304.544.834.093 1.361-.45.527-1.128.278-1.345 0l-8.695-8.264a.735.735 0 0 1 0-.975l8.695-8.087c.246-.267.8-.605 1.345-.117.545.488.153 1.16-.093 1.428l-6.743 7.32 6.743 7.334Z",
30
+ clipRule: "evenodd"
31
+ })]
32
+ });
@@ -0,0 +1,32 @@
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
+ fillRule: "evenodd",
25
+ d: "M12.632 19.33c.3.304.544.834.093 1.361-.45.527-1.128.278-1.345 0l-8.695-8.264a.735.735 0 0 1 0-.975l8.695-8.087c.246-.267.8-.605 1.345-.117.545.488.153 1.16-.093 1.428l-6.743 7.32 6.743 7.334Z",
26
+ clipRule: "evenodd"
27
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
28
+ fillRule: "evenodd",
29
+ d: "M21.632 19.33c.3.304.544.834.093 1.361-.45.527-1.128.278-1.345 0l-8.695-8.264a.735.735 0 0 1 0-.975l8.695-8.087c.246-.267.8-.605 1.345-.117.545.488.153 1.16-.093 1.428l-6.743 7.32 6.743 7.334Z",
30
+ clipRule: "evenodd"
31
+ })]
32
+ });
@@ -0,0 +1,32 @@
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
+ fillRule: "evenodd",
25
+ d: "M2.275 20.691c-.451-.527-.207-1.057.093-1.36l6.743-7.336-6.743-7.32c-.246-.267-.638-.94-.093-1.427.545-.488 1.1-.15 1.345.117l8.695 8.087a.735.735 0 0 1 0 .975L3.62 20.691c-.217.278-.894.527-1.345 0Z",
26
+ clipRule: "evenodd"
27
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
28
+ fillRule: "evenodd",
29
+ d: "M11.275 20.691c-.451-.527-.207-1.057.093-1.36l6.743-7.336-6.743-7.32c-.246-.267-.638-.94-.093-1.427.545-.488 1.1-.15 1.345.117l8.695 8.087a.735.735 0 0 1 0 .975l-8.695 8.264c-.217.278-.894.527-1.345 0Z",
30
+ clipRule: "evenodd"
31
+ })]
32
+ });
@@ -0,0 +1,32 @@
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
+ fillRule: "evenodd",
25
+ d: "M2.275 20.691c-.451-.527-.207-1.057.093-1.36l6.743-7.336-6.743-7.32c-.246-.267-.638-.94-.093-1.427.545-.488 1.1-.15 1.345.117l8.695 8.087a.735.735 0 0 1 0 .975L3.62 20.691c-.217.278-.894.527-1.345 0Z",
26
+ clipRule: "evenodd"
27
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
28
+ fillRule: "evenodd",
29
+ d: "M11.275 20.691c-.451-.527-.207-1.057.093-1.36l6.743-7.336-6.743-7.32c-.246-.267-.638-.94-.093-1.427.545-.488 1.1-.15 1.345.117l8.695 8.087a.735.735 0 0 1 0 .975l-8.695 8.264c-.217.278-.894.527-1.345 0Z",
30
+ clipRule: "evenodd"
31
+ })]
32
+ });
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path fill-rule="evenodd" d="M10.412 1.589v4.59H4.855c-.77 0-1.394.624-1.394 1.394V14c0 .55.318 1.024.78 1.252v3.429c0 .493.398.753.604.849l2.35 1.098.011.005.063.025v1.653a1.69 1.69 0 0 0 1.689 1.69h5.665a1.69 1.69 0 0 0 1.691-1.69v-1.655a1.81 1.81 0 0 0 .059-.023l.01-.005 2.354-1.091c.204-.096.605-.353.605-.85V15.38A1.394 1.394 0 0 0 20.54 14V7.573c0-.77-.624-1.394-1.394-1.394h-5.557v-4.59a1.588 1.588 0 0 0-3.176 0ZM7.938 7.502h3.401v6.569H7.938v-6.57Zm-1.323 0h-1.76a.071.071 0 0 0-.071.071V14c0 .04.032.071.071.071h1.76v-6.57Zm6.047 6.569h3.427v-6.57h-3.286l-.025.001h-.116v6.569Zm6.483 0h-1.733v-6.57h1.733c.04 0 .072.033.072.072V14a.07.07 0 0 1-.072.071ZM7.952 19.464h7.674a.66.66 0 0 0 .225-.047l2.168-1.006V15.4a.967.967 0 0 0-.098-.005H5.66a.968.968 0 0 0-.097.005v3.005l2.167 1.013a.65.65 0 0 0 .222.046Zm.64 2.847v-1.524h6.4v1.524a.367.367 0 0 1-.368.367H8.958a.366.366 0 0 1-.367-.367Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path fill-rule="evenodd" d="M16.181 0H7.818a3.307 3.307 0 0 0-3.307 3.307v8.959a2.195 2.195 0 0 0-.728.184c-.222.103-.715.403-.715 1.004v4.253c0 .584.472.891.715 1.005l2.78 1.298.013.006.074.03v1.956A1.999 1.999 0 0 0 8.648 24h6.701a1.999 1.999 0 0 0 2.001-1.998v-1.958l.069-.027.013-.006 2.783-1.291.002-.001c.24-.112.715-.416.715-1.004v-4.26c0-.603-.494-.902-.716-1.005a2.2 2.2 0 0 0-.727-.184V3.307A3.307 3.307 0 0 0 16.18 0Zm-5.4 12.255H5.928v-6.46h12.143v6.46h-4.853V8.268H10.78v3.987Zm0 1.565H4.747a.982.982 0 0 0-.114.006v3.555l2.562 1.198a.77.77 0 0 0 .263.055h9.077a.778.778 0 0 0 .267-.056l2.565-1.19v-3.562a1.127 1.127 0 0 0-.116-.006h-6.033v1.151c0 .701-1.219 1.271-1.219 1.271s-1.218-.57-1.218-1.271v-1.15Zm.497-9.207h-2.2V1.417h2.2v3.196Zm6.793 0h-2.125V1.417h.235a1.89 1.89 0 0 1 1.89 1.89v1.306Zm-3.308-3.196v3.196h-2.302V1.417h2.303Zm-6.868 0v3.196H5.928V3.307a1.89 1.89 0 0 1 1.89-1.89h.077Zm.32 18.782h7.57v1.803a.432.432 0 0 1-.434.433H8.648a.434.434 0 0 1-.434-.433v-1.803Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -21,6 +21,8 @@ module.exports = {
21
21
  CircledLine: require('./CircledLine'),
22
22
  Close: require('./Close'),
23
23
  ClosedCaptions: require('./ClosedCaptions'),
24
+ Coaxial: require('./Coaxial'),
25
+ DSL: require('./DSL'),
24
26
  Devices: require('./Devices'),
25
27
  Download: require('./Download'),
26
28
  ExclamationOctagon: require('./ExclamationOctagon'),
@@ -53,6 +55,9 @@ module.exports = {
53
55
  PlayVideo: require('./PlayVideo'),
54
56
  Question: require('./Question'),
55
57
  QuestionFilled: require('./QuestionFilled'),
58
+ QuoteLeft: require('./QuoteLeft'),
59
+ QuoteLeftArrow: require('./QuoteLeftArrow'),
60
+ QuoteRightArrow: require('./QuoteRightArrow'),
56
61
  RadialOutline: require('./RadialOutline'),
57
62
  RadialOutlineChecked: require('./RadialOutlineChecked'),
58
63
  Receipt: require('./Receipt'),
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path fill-rule="evenodd" d="M12.632 19.33c.3.304.544.834.093 1.361-.45.527-1.128.278-1.345 0l-8.695-8.264a.735.735 0 0 1 0-.975l8.695-8.087c.246-.267.8-.605 1.345-.117.545.488.153 1.16-.093 1.428l-6.743 7.32 6.743 7.334Z" clip-rule="evenodd"/>
3
+ <path fill-rule="evenodd" d="M21.632 19.33c.3.304.544.834.093 1.361-.45.527-1.128.278-1.345 0l-8.695-8.264a.735.735 0 0 1 0-.975l8.695-8.087c.246-.267.8-.605 1.345-.117.545.488.153 1.16-.093 1.428l-6.743 7.32 6.743 7.334Z" clip-rule="evenodd"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path fill-rule="evenodd" d="M11.066 13.653c.6 2.604-.867 5.432-3.314 6.133-2.538.727-7.748-.084-7.752-7.384 0-4.183 1.953-6.73 4.113-8.245a.927.927 0 0 1 1.31.29.911.911 0 0 1-.106 1.082C4.454 6.54 3.905 7.887 3.905 9.673v.233c.016.594.536.981.995.744.219-.114.447-.21.681-.285 2.43-.785 4.885.685 5.485 3.288Zm12.8 0c.6 2.604-.867 5.432-3.314 6.133-2.54.727-7.748-.084-7.752-7.384 0-4.183 1.953-6.73 4.113-8.245a.927.927 0 0 1 1.31.29.911.911 0 0 1-.106 1.082c-.863 1.011-1.412 2.358-1.412 4.144v.233c.016.594.537.981.995.744a4.4 4.4 0 0 1 .681-.285c2.43-.785 4.885.685 5.485 3.288Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path fill-rule="evenodd" d="M2.275 20.691c-.451-.527-.207-1.057.093-1.36l6.743-7.336-6.743-7.32c-.246-.267-.638-.94-.093-1.427.545-.488 1.1-.15 1.345.117l8.695 8.087a.735.735 0 0 1 0 .975L3.62 20.691c-.217.278-.894.527-1.345 0Z" clip-rule="evenodd"/>
3
+ <path fill-rule="evenodd" d="M11.275 20.691c-.451-.527-.207-1.057.093-1.36l6.743-7.336-6.743-7.32c-.246-.267-.638-.94-.093-1.427.545-.488 1.1-.15 1.345.117l8.695 8.087a.735.735 0 0 1 0 .975l-8.695 8.264c-.217.278-.894.527-1.345 0Z" clip-rule="evenodd"/>
4
+ </svg>
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 21 Jun 2023 20:37:39 GMT
3
+ * Generated on Fri, 14 Jul 2023 19:43:49 GMT
4
4
  */
5
5
  module.exports = {
6
6
  border: {
@@ -21,6 +21,12 @@ module.exports = {
21
21
  carouselPink: '#fae6f4',
22
22
  chathamsBlue: '#17367d',
23
23
  chathamsBlueDark: '#052158',
24
+ dark10: 'rgba(0, 0, 0, 0.1)',
25
+ dark20: 'rgba(0, 0, 0, 0.2)',
26
+ dark40: 'rgba(0, 0, 0, 0.4)',
27
+ dark60: 'rgba(0, 0, 0, 0.6)',
28
+ dark80: 'rgba(0, 0, 0, 0.8)',
29
+ dark97: 'rgba(0, 0, 0, 0.97)',
24
30
  darkBlue: '#0083b3',
25
31
  darkMosque: '#014847',
26
32
  dove: '#666666',
@@ -32,6 +38,12 @@ module.exports = {
32
38
  iceberg: '#cbf0e8',
33
39
  icicle: '#e5f7fb',
34
40
  icicleDark: '#bbeaf5',
41
+ light10: 'rgba(255, 255, 255, 0.1)',
42
+ light20: 'rgba(255, 255, 255, 0.2)',
43
+ light40: 'rgba(255, 255, 255, 0.4)',
44
+ light60: 'rgba(255, 255, 255, 0.6)',
45
+ light80: 'rgba(255, 255, 255, 0.8)',
46
+ light97: 'rgba(255, 255, 255, 0.97)',
35
47
  mintTulip: '#c1f2e8',
36
48
  mortar: '#595959',
37
49
  mortarDark: '#505050',
@@ -128,6 +140,8 @@ module.exports = {
128
140
  CircledLine: '@telus-uds/palette-koodo/build/rn/icons/circled-line.icon.svg',
129
141
  Close: '@telus-uds/palette-koodo/build/rn/icons/close.icon.svg',
130
142
  ClosedCaptions: '@telus-uds/palette-koodo/build/rn/icons/closed-captions.icon.svg',
143
+ Coaxial: '@telus-uds/palette-koodo/build/rn/icons/coaxial.icon.svg',
144
+ DSL: '@telus-uds/palette-koodo/build/rn/icons/dsl.icon.svg',
131
145
  Devices: '@telus-uds/palette-koodo/build/rn/icons/devices.icon.svg',
132
146
  Download: '@telus-uds/palette-koodo/build/rn/icons/download.icon.svg',
133
147
  ExclamationOctagon: '@telus-uds/palette-koodo/build/rn/icons/exclamation-octagon.icon.svg',
@@ -160,6 +174,9 @@ module.exports = {
160
174
  PlayVideo: '@telus-uds/palette-koodo/build/rn/icons/play-video.icon.svg',
161
175
  Question: '@telus-uds/palette-koodo/build/rn/icons/question.icon.svg',
162
176
  QuestionFilled: '@telus-uds/palette-koodo/build/rn/icons/question-filled.icon.svg',
177
+ QuoteLeft: '@telus-uds/palette-koodo/build/rn/icons/quote-left.icon.svg',
178
+ QuoteLeftArrow: '@telus-uds/palette-koodo/build/rn/icons/quote-left-arrow.icon.svg',
179
+ QuoteRightArrow: '@telus-uds/palette-koodo/build/rn/icons/quote-right-arrow.icon.svg',
163
180
  RadialOutline: '@telus-uds/palette-koodo/build/rn/icons/radial-outline.icon.svg',
164
181
  RadialOutlineChecked: '@telus-uds/palette-koodo/build/rn/icons/radial-outline-checked.icon.svg',
165
182
  Receipt: '@telus-uds/palette-koodo/build/rn/icons/receipt.icon.svg',
@@ -221,6 +238,7 @@ module.exports = {
221
238
  pill32: 32,
222
239
  radius1: 1,
223
240
  radius12: 12,
241
+ radius24: 24,
224
242
  radius4: 4,
225
243
  radius48: 48,
226
244
  radius6: 6,
@@ -1,34 +1,34 @@
1
1
  @font-face {
2
2
  font-family: 'StagSans';
3
- src: url('https://cdn.telus.digital/uds/v0_21_0-StagSans-300-rVI4gbrK-3qe5AHC6SrQx.otf');
3
+ src: url('https://cdn.telus.digital/uds/v0_23_0-StagSans-300-sCMaZHMHAe27vDQRAOeN1.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_21_0-StagSans-400-J-bspJc8abPuQxn-m1jSv.otf');
10
+ src: url('https://cdn.telus.digital/uds/v0_23_0-StagSans-400-WJNU98crO9tJYJeH-bBG5.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_21_0-StagSans-500-WxlkZ6pZgPm0tk7O8ZTkk.otf');
17
+ src: url('https://cdn.telus.digital/uds/v0_23_0-StagSans-500-XWsooPlmA2mFU9GmLrD98.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_21_0-StagSans-600-6EVvl_bhCLzqO-hJKoe-6.otf');
24
+ src: url('https://cdn.telus.digital/uds/v0_23_0-StagSans-600-t9gJiMPEczUrSjrwNPYlr.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_21_0-StagSans-700-HAN5d1DELNPoEDF3R7Fgv.otf');
31
+ src: url('https://cdn.telus.digital/uds/v0_23_0-StagSans-700-DpcxNhX64bhMZK30cFmMA.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_21_0-StagSans-300-rVI4gbrK-3qe5AHC6SrQx.otf');
3
+ src: url('https://cdn.telus.digital/uds/v0_23_0-StagSans-300-sCMaZHMHAe27vDQRAOeN1.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_21_0-StagSans-400-J-bspJc8abPuQxn-m1jSv.otf');
8
+ src: url('https://cdn.telus.digital/uds/v0_23_0-StagSans-400-WJNU98crO9tJYJeH-bBG5.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_21_0-StagSans-500-WxlkZ6pZgPm0tk7O8ZTkk.otf');
13
+ src: url('https://cdn.telus.digital/uds/v0_23_0-StagSans-500-XWsooPlmA2mFU9GmLrD98.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_21_0-StagSans-600-6EVvl_bhCLzqO-hJKoe-6.otf');
18
+ src: url('https://cdn.telus.digital/uds/v0_23_0-StagSans-600-t9gJiMPEczUrSjrwNPYlr.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_21_0-StagSans-700-HAN5d1DELNPoEDF3R7Fgv.otf');
23
+ src: url('https://cdn.telus.digital/uds/v0_23_0-StagSans-700-DpcxNhX64bhMZK30cFmMA.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_21_0-StagSans-300-rVI4gbrK-3qe5AHC6SrQx.otf');
3
+ src: url('./v0_23_0-StagSans-300-sCMaZHMHAe27vDQRAOeN1.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_21_0-StagSans-400-J-bspJc8abPuQxn-m1jSv.otf');
10
+ src: url('./v0_23_0-StagSans-400-WJNU98crO9tJYJeH-bBG5.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_21_0-StagSans-500-WxlkZ6pZgPm0tk7O8ZTkk.otf');
17
+ src: url('./v0_23_0-StagSans-500-XWsooPlmA2mFU9GmLrD98.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_21_0-StagSans-600-6EVvl_bhCLzqO-hJKoe-6.otf');
24
+ src: url('./v0_23_0-StagSans-600-t9gJiMPEczUrSjrwNPYlr.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_21_0-StagSans-700-HAN5d1DELNPoEDF3R7Fgv.otf');
31
+ src: url('./v0_23_0-StagSans-700-DpcxNhX64bhMZK30cFmMA.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_21_0-StagSans-300-rVI4gbrK-3qe5AHC6SrQx.otf');
3
+ src: url('./v0_23_0-StagSans-300-sCMaZHMHAe27vDQRAOeN1.otf');
4
4
  font-display: block;
5
5
  }
6
6
  @font-face {
7
7
  font-family: 'StagSans400normal';
8
- src: url('./v0_21_0-StagSans-400-J-bspJc8abPuQxn-m1jSv.otf');
8
+ src: url('./v0_23_0-StagSans-400-WJNU98crO9tJYJeH-bBG5.otf');
9
9
  font-display: block;
10
10
  }
11
11
  @font-face {
12
12
  font-family: 'StagSans500normal';
13
- src: url('./v0_21_0-StagSans-500-WxlkZ6pZgPm0tk7O8ZTkk.otf');
13
+ src: url('./v0_23_0-StagSans-500-XWsooPlmA2mFU9GmLrD98.otf');
14
14
  font-display: block;
15
15
  }
16
16
  @font-face {
17
17
  font-family: 'StagSans600normal';
18
- src: url('./v0_21_0-StagSans-600-6EVvl_bhCLzqO-hJKoe-6.otf');
18
+ src: url('./v0_23_0-StagSans-600-t9gJiMPEczUrSjrwNPYlr.otf');
19
19
  font-display: block;
20
20
  }
21
21
  @font-face {
22
22
  font-family: 'StagSans700normal';
23
- src: url('./v0_21_0-StagSans-700-HAN5d1DELNPoEDF3R7Fgv.otf');
23
+ src: url('./v0_23_0-StagSans-700-DpcxNhX64bhMZK30cFmMA.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
+ xmlns: "http://www.w3.org/2000/svg",
13
+ viewBox: "0 0 24 24",
14
+ height: size,
15
+ width: size,
16
+ fill: color,
17
+ role: title ? 'img' : undefined,
18
+ "aria-hidden": !title,
19
+ "aria-labelledby": titleId,
20
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
21
+ id: titleId,
22
+ children: title
23
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
24
+ fillRule: "evenodd",
25
+ d: "M10.412 1.589v4.59H4.855c-.77 0-1.394.624-1.394 1.394V14c0 .55.318 1.024.78 1.252v3.429c0 .493.398.753.604.849l2.35 1.098.011.005.063.025v1.653a1.69 1.69 0 0 0 1.689 1.69h5.665a1.69 1.69 0 0 0 1.691-1.69v-1.655a1.81 1.81 0 0 0 .059-.023l.01-.005 2.354-1.091c.204-.096.605-.353.605-.85V15.38A1.394 1.394 0 0 0 20.54 14V7.573c0-.77-.624-1.394-1.394-1.394h-5.557v-4.59a1.588 1.588 0 0 0-3.176 0ZM7.938 7.502h3.401v6.569H7.938v-6.57Zm-1.323 0h-1.76a.071.071 0 0 0-.071.071V14c0 .04.032.071.071.071h1.76v-6.57Zm6.047 6.569h3.427v-6.57h-3.286l-.025.001h-.116v6.569Zm6.483 0h-1.733v-6.57h1.733c.04 0 .072.033.072.072V14a.07.07 0 0 1-.072.071ZM7.952 19.464h7.674a.66.66 0 0 0 .225-.047l2.168-1.006V15.4a.967.967 0 0 0-.098-.005H5.66a.968.968 0 0 0-.097.005v3.005l2.167 1.013a.65.65 0 0 0 .222.046Zm.64 2.847v-1.524h6.4v1.524a.367.367 0 0 1-.368.367H8.958a.366.366 0 0 1-.367-.367Z",
26
+ clipRule: "evenodd"
27
+ })]
28
+ });
@@ -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
+ xmlns: "http://www.w3.org/2000/svg",
13
+ viewBox: "0 0 24 24",
14
+ height: size,
15
+ width: size,
16
+ fill: color,
17
+ role: title ? 'img' : undefined,
18
+ "aria-hidden": !title,
19
+ "aria-labelledby": titleId,
20
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
21
+ id: titleId,
22
+ children: title
23
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
24
+ fillRule: "evenodd",
25
+ d: "M16.181 0H7.818a3.307 3.307 0 0 0-3.307 3.307v8.959a2.195 2.195 0 0 0-.728.184c-.222.103-.715.403-.715 1.004v4.253c0 .584.472.891.715 1.005l2.78 1.298.013.006.074.03v1.956A1.999 1.999 0 0 0 8.648 24h6.701a1.999 1.999 0 0 0 2.001-1.998v-1.958l.069-.027.013-.006 2.783-1.291.002-.001c.24-.112.715-.416.715-1.004v-4.26c0-.603-.494-.902-.716-1.005a2.2 2.2 0 0 0-.727-.184V3.307A3.307 3.307 0 0 0 16.18 0Zm-5.4 12.255H5.928v-6.46h12.143v6.46h-4.853V8.268H10.78v3.987Zm0 1.565H4.747a.982.982 0 0 0-.114.006v3.555l2.562 1.198a.77.77 0 0 0 .263.055h9.077a.778.778 0 0 0 .267-.056l2.565-1.19v-3.562a1.127 1.127 0 0 0-.116-.006h-6.033v1.151c0 .701-1.219 1.271-1.219 1.271s-1.218-.57-1.218-1.271v-1.15Zm.497-9.207h-2.2V1.417h2.2v3.196Zm6.793 0h-2.125V1.417h.235a1.89 1.89 0 0 1 1.89 1.89v1.306Zm-3.308-3.196v3.196h-2.302V1.417h2.303Zm-6.868 0v3.196H5.928V3.307a1.89 1.89 0 0 1 1.89-1.89h.077Zm.32 18.782h7.57v1.803a.432.432 0 0 1-.434.433H8.648a.434.434 0 0 1-.434-.433v-1.803Z",
26
+ clipRule: "evenodd"
27
+ })]
28
+ });
@@ -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
+ xmlns: "http://www.w3.org/2000/svg",
13
+ viewBox: "0 0 24 24",
14
+ height: size,
15
+ width: size,
16
+ fill: color,
17
+ role: title ? 'img' : undefined,
18
+ "aria-hidden": !title,
19
+ "aria-labelledby": titleId,
20
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
21
+ id: titleId,
22
+ children: title
23
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
24
+ fillRule: "evenodd",
25
+ d: "M11.066 13.653c.6 2.604-.867 5.432-3.314 6.133-2.538.727-7.748-.084-7.752-7.384 0-4.183 1.953-6.73 4.113-8.245a.927.927 0 0 1 1.31.29.911.911 0 0 1-.106 1.082C4.454 6.54 3.905 7.887 3.905 9.673v.233c.016.594.536.981.995.744.219-.114.447-.21.681-.285 2.43-.785 4.885.685 5.485 3.288Zm12.8 0c.6 2.604-.867 5.432-3.314 6.133-2.54.727-7.748-.084-7.752-7.384 0-4.183 1.953-6.73 4.113-8.245a.927.927 0 0 1 1.31.29.911.911 0 0 1-.106 1.082c-.863 1.011-1.412 2.358-1.412 4.144v.233c.016.594.537.981.995.744a4.4 4.4 0 0 1 .681-.285c2.43-.785 4.885.685 5.485 3.288Z",
26
+ clipRule: "evenodd"
27
+ })]
28
+ });
@@ -0,0 +1,32 @@
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
+ fillRule: "evenodd",
25
+ d: "M12.632 19.33c.3.304.544.834.093 1.361-.45.527-1.128.278-1.345 0l-8.695-8.264a.735.735 0 0 1 0-.975l8.695-8.087c.246-.267.8-.605 1.345-.117.545.488.153 1.16-.093 1.428l-6.743 7.32 6.743 7.334Z",
26
+ clipRule: "evenodd"
27
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
28
+ fillRule: "evenodd",
29
+ d: "M21.632 19.33c.3.304.544.834.093 1.361-.45.527-1.128.278-1.345 0l-8.695-8.264a.735.735 0 0 1 0-.975l8.695-8.087c.246-.267.8-.605 1.345-.117.545.488.153 1.16-.093 1.428l-6.743 7.32 6.743 7.334Z",
30
+ clipRule: "evenodd"
31
+ })]
32
+ });
@@ -0,0 +1,32 @@
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
+ fillRule: "evenodd",
25
+ d: "M2.275 20.691c-.451-.527-.207-1.057.093-1.36l6.743-7.336-6.743-7.32c-.246-.267-.638-.94-.093-1.427.545-.488 1.1-.15 1.345.117l8.695 8.087a.735.735 0 0 1 0 .975L3.62 20.691c-.217.278-.894.527-1.345 0Z",
26
+ clipRule: "evenodd"
27
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
28
+ fillRule: "evenodd",
29
+ d: "M11.275 20.691c-.451-.527-.207-1.057.093-1.36l6.743-7.336-6.743-7.32c-.246-.267-.638-.94-.093-1.427.545-.488 1.1-.15 1.345.117l8.695 8.087a.735.735 0 0 1 0 .975l-8.695 8.264c-.217.278-.894.527-1.345 0Z",
30
+ clipRule: "evenodd"
31
+ })]
32
+ });
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path fill-rule="evenodd" d="M10.412 1.589v4.59H4.855c-.77 0-1.394.624-1.394 1.394V14c0 .55.318 1.024.78 1.252v3.429c0 .493.398.753.604.849l2.35 1.098.011.005.063.025v1.653a1.69 1.69 0 0 0 1.689 1.69h5.665a1.69 1.69 0 0 0 1.691-1.69v-1.655a1.81 1.81 0 0 0 .059-.023l.01-.005 2.354-1.091c.204-.096.605-.353.605-.85V15.38A1.394 1.394 0 0 0 20.54 14V7.573c0-.77-.624-1.394-1.394-1.394h-5.557v-4.59a1.588 1.588 0 0 0-3.176 0ZM7.938 7.502h3.401v6.569H7.938v-6.57Zm-1.323 0h-1.76a.071.071 0 0 0-.071.071V14c0 .04.032.071.071.071h1.76v-6.57Zm6.047 6.569h3.427v-6.57h-3.286l-.025.001h-.116v6.569Zm6.483 0h-1.733v-6.57h1.733c.04 0 .072.033.072.072V14a.07.07 0 0 1-.072.071ZM7.952 19.464h7.674a.66.66 0 0 0 .225-.047l2.168-1.006V15.4a.967.967 0 0 0-.098-.005H5.66a.968.968 0 0 0-.097.005v3.005l2.167 1.013a.65.65 0 0 0 .222.046Zm.64 2.847v-1.524h6.4v1.524a.367.367 0 0 1-.368.367H8.958a.366.366 0 0 1-.367-.367Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path fill-rule="evenodd" d="M16.181 0H7.818a3.307 3.307 0 0 0-3.307 3.307v8.959a2.195 2.195 0 0 0-.728.184c-.222.103-.715.403-.715 1.004v4.253c0 .584.472.891.715 1.005l2.78 1.298.013.006.074.03v1.956A1.999 1.999 0 0 0 8.648 24h6.701a1.999 1.999 0 0 0 2.001-1.998v-1.958l.069-.027.013-.006 2.783-1.291.002-.001c.24-.112.715-.416.715-1.004v-4.26c0-.603-.494-.902-.716-1.005a2.2 2.2 0 0 0-.727-.184V3.307A3.307 3.307 0 0 0 16.18 0Zm-5.4 12.255H5.928v-6.46h12.143v6.46h-4.853V8.268H10.78v3.987Zm0 1.565H4.747a.982.982 0 0 0-.114.006v3.555l2.562 1.198a.77.77 0 0 0 .263.055h9.077a.778.778 0 0 0 .267-.056l2.565-1.19v-3.562a1.127 1.127 0 0 0-.116-.006h-6.033v1.151c0 .701-1.219 1.271-1.219 1.271s-1.218-.57-1.218-1.271v-1.15Zm.497-9.207h-2.2V1.417h2.2v3.196Zm6.793 0h-2.125V1.417h.235a1.89 1.89 0 0 1 1.89 1.89v1.306Zm-3.308-3.196v3.196h-2.302V1.417h2.303Zm-6.868 0v3.196H5.928V3.307a1.89 1.89 0 0 1 1.89-1.89h.077Zm.32 18.782h7.57v1.803a.432.432 0 0 1-.434.433H8.648a.434.434 0 0 1-.434-.433v-1.803Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -21,6 +21,8 @@ module.exports = {
21
21
  CircledLine: require('./CircledLine'),
22
22
  Close: require('./Close'),
23
23
  ClosedCaptions: require('./ClosedCaptions'),
24
+ Coaxial: require('./Coaxial'),
25
+ DSL: require('./DSL'),
24
26
  Devices: require('./Devices'),
25
27
  Download: require('./Download'),
26
28
  ExclamationOctagon: require('./ExclamationOctagon'),
@@ -53,6 +55,9 @@ module.exports = {
53
55
  PlayVideo: require('./PlayVideo'),
54
56
  Question: require('./Question'),
55
57
  QuestionFilled: require('./QuestionFilled'),
58
+ QuoteLeft: require('./QuoteLeft'),
59
+ QuoteLeftArrow: require('./QuoteLeftArrow'),
60
+ QuoteRightArrow: require('./QuoteRightArrow'),
56
61
  RadialOutline: require('./RadialOutline'),
57
62
  RadialOutlineChecked: require('./RadialOutlineChecked'),
58
63
  Receipt: require('./Receipt'),
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path fill-rule="evenodd" d="M12.632 19.33c.3.304.544.834.093 1.361-.45.527-1.128.278-1.345 0l-8.695-8.264a.735.735 0 0 1 0-.975l8.695-8.087c.246-.267.8-.605 1.345-.117.545.488.153 1.16-.093 1.428l-6.743 7.32 6.743 7.334Z" clip-rule="evenodd"/>
3
+ <path fill-rule="evenodd" d="M21.632 19.33c.3.304.544.834.093 1.361-.45.527-1.128.278-1.345 0l-8.695-8.264a.735.735 0 0 1 0-.975l8.695-8.087c.246-.267.8-.605 1.345-.117.545.488.153 1.16-.093 1.428l-6.743 7.32 6.743 7.334Z" clip-rule="evenodd"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path fill-rule="evenodd" d="M11.066 13.653c.6 2.604-.867 5.432-3.314 6.133-2.538.727-7.748-.084-7.752-7.384 0-4.183 1.953-6.73 4.113-8.245a.927.927 0 0 1 1.31.29.911.911 0 0 1-.106 1.082C4.454 6.54 3.905 7.887 3.905 9.673v.233c.016.594.536.981.995.744.219-.114.447-.21.681-.285 2.43-.785 4.885.685 5.485 3.288Zm12.8 0c.6 2.604-.867 5.432-3.314 6.133-2.54.727-7.748-.084-7.752-7.384 0-4.183 1.953-6.73 4.113-8.245a.927.927 0 0 1 1.31.29.911.911 0 0 1-.106 1.082c-.863 1.011-1.412 2.358-1.412 4.144v.233c.016.594.537.981.995.744a4.4 4.4 0 0 1 .681-.285c2.43-.785 4.885.685 5.485 3.288Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path fill-rule="evenodd" d="M2.275 20.691c-.451-.527-.207-1.057.093-1.36l6.743-7.336-6.743-7.32c-.246-.267-.638-.94-.093-1.427.545-.488 1.1-.15 1.345.117l8.695 8.087a.735.735 0 0 1 0 .975L3.62 20.691c-.217.278-.894.527-1.345 0Z" clip-rule="evenodd"/>
3
+ <path fill-rule="evenodd" d="M11.275 20.691c-.451-.527-.207-1.057.093-1.36l6.743-7.336-6.743-7.32c-.246-.267-.638-.94-.093-1.427.545-.488 1.1-.15 1.345.117l8.695 8.087a.735.735 0 0 1 0 .975l-8.695 8.264c-.217.278-.894.527-1.345 0Z" clip-rule="evenodd"/>
4
+ </svg>
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 21 Jun 2023 20:37:37 GMT
3
+ * Generated on Fri, 14 Jul 2023 19:43:47 GMT
4
4
  */
5
5
  module.exports = {
6
6
  border: {
@@ -21,6 +21,12 @@ module.exports = {
21
21
  carouselPink: '#fae6f4',
22
22
  chathamsBlue: '#17367d',
23
23
  chathamsBlueDark: '#052158',
24
+ dark10: 'rgba(0, 0, 0, 0.1)',
25
+ dark20: 'rgba(0, 0, 0, 0.2)',
26
+ dark40: 'rgba(0, 0, 0, 0.4)',
27
+ dark60: 'rgba(0, 0, 0, 0.6)',
28
+ dark80: 'rgba(0, 0, 0, 0.8)',
29
+ dark97: 'rgba(0, 0, 0, 0.97)',
24
30
  darkBlue: '#0083b3',
25
31
  darkMosque: '#014847',
26
32
  dove: '#666666',
@@ -32,6 +38,12 @@ module.exports = {
32
38
  iceberg: '#cbf0e8',
33
39
  icicle: '#e5f7fb',
34
40
  icicleDark: '#bbeaf5',
41
+ light10: 'rgba(255, 255, 255, 0.1)',
42
+ light20: 'rgba(255, 255, 255, 0.2)',
43
+ light40: 'rgba(255, 255, 255, 0.4)',
44
+ light60: 'rgba(255, 255, 255, 0.6)',
45
+ light80: 'rgba(255, 255, 255, 0.8)',
46
+ light97: 'rgba(255, 255, 255, 0.97)',
35
47
  mintTulip: '#c1f2e8',
36
48
  mortar: '#595959',
37
49
  mortarDark: '#505050',
@@ -59,11 +71,11 @@ module.exports = {
59
71
  },
60
72
  font: {
61
73
  StagSans: {
62
- 300: 'https://cdn.telus.digital/uds/v0_21_0-StagSans-300-rVI4gbrK-3qe5AHC6SrQx.otf',
63
- 400: 'https://cdn.telus.digital/uds/v0_21_0-StagSans-400-J-bspJc8abPuQxn-m1jSv.otf',
64
- 500: 'https://cdn.telus.digital/uds/v0_21_0-StagSans-500-WxlkZ6pZgPm0tk7O8ZTkk.otf',
65
- 600: 'https://cdn.telus.digital/uds/v0_21_0-StagSans-600-6EVvl_bhCLzqO-hJKoe-6.otf',
66
- 700: 'https://cdn.telus.digital/uds/v0_21_0-StagSans-700-HAN5d1DELNPoEDF3R7Fgv.otf'
74
+ 300: 'https://cdn.telus.digital/uds/v0_23_0-StagSans-300-sCMaZHMHAe27vDQRAOeN1.otf',
75
+ 400: 'https://cdn.telus.digital/uds/v0_23_0-StagSans-400-WJNU98crO9tJYJeH-bBG5.otf',
76
+ 500: 'https://cdn.telus.digital/uds/v0_23_0-StagSans-500-XWsooPlmA2mFU9GmLrD98.otf',
77
+ 600: 'https://cdn.telus.digital/uds/v0_23_0-StagSans-600-t9gJiMPEczUrSjrwNPYlr.otf',
78
+ 700: 'https://cdn.telus.digital/uds/v0_23_0-StagSans-700-DpcxNhX64bhMZK30cFmMA.otf'
67
79
  }
68
80
  },
69
81
  fontSize: {
@@ -115,6 +127,8 @@ module.exports = {
115
127
  CircledLine: '@telus-uds/palette-koodo/build/web/icons/circled-line.icon.svg',
116
128
  Close: '@telus-uds/palette-koodo/build/web/icons/close.icon.svg',
117
129
  ClosedCaptions: '@telus-uds/palette-koodo/build/web/icons/closed-captions.icon.svg',
130
+ Coaxial: '@telus-uds/palette-koodo/build/web/icons/coaxial.icon.svg',
131
+ DSL: '@telus-uds/palette-koodo/build/web/icons/dsl.icon.svg',
118
132
  Devices: '@telus-uds/palette-koodo/build/web/icons/devices.icon.svg',
119
133
  Download: '@telus-uds/palette-koodo/build/web/icons/download.icon.svg',
120
134
  ExclamationOctagon: '@telus-uds/palette-koodo/build/web/icons/exclamation-octagon.icon.svg',
@@ -147,6 +161,9 @@ module.exports = {
147
161
  PlayVideo: '@telus-uds/palette-koodo/build/web/icons/play-video.icon.svg',
148
162
  Question: '@telus-uds/palette-koodo/build/web/icons/question.icon.svg',
149
163
  QuestionFilled: '@telus-uds/palette-koodo/build/web/icons/question-filled.icon.svg',
164
+ QuoteLeft: '@telus-uds/palette-koodo/build/web/icons/quote-left.icon.svg',
165
+ QuoteLeftArrow: '@telus-uds/palette-koodo/build/web/icons/quote-left-arrow.icon.svg',
166
+ QuoteRightArrow: '@telus-uds/palette-koodo/build/web/icons/quote-right-arrow.icon.svg',
150
167
  RadialOutline: '@telus-uds/palette-koodo/build/web/icons/radial-outline.icon.svg',
151
168
  RadialOutlineChecked: '@telus-uds/palette-koodo/build/web/icons/radial-outline-checked.icon.svg',
152
169
  Receipt: '@telus-uds/palette-koodo/build/web/icons/receipt.icon.svg',
@@ -208,6 +225,7 @@ module.exports = {
208
225
  pill32: '32px',
209
226
  radius1: '1px',
210
227
  radius12: '12px',
228
+ radius24: '24px',
211
229
  radius4: '4px',
212
230
  radius48: '48px',
213
231
  radius6: '6px',
package/package.json CHANGED
@@ -25,5 +25,5 @@
25
25
  "prepublishOnly": "npm run build"
26
26
  },
27
27
  "sideEffects": false,
28
- "version": "0.21.0"
28
+ "version": "0.23.0"
29
29
  }
package/palette.json CHANGED
@@ -70,6 +70,36 @@
70
70
  "tags": ["ui"],
71
71
  "value": "rgb(5, 33, 88)"
72
72
  },
73
+ "dark10": {
74
+ "description": "Dark 10%",
75
+ "tags": ["Opacity"],
76
+ "value": "rgba(0, 0, 0, 0.1)"
77
+ },
78
+ "dark20": {
79
+ "description": "Dark 20%",
80
+ "tags": ["Opacity"],
81
+ "value": "rgba(0, 0, 0, 0.2)"
82
+ },
83
+ "dark40": {
84
+ "description": "Dark 40%",
85
+ "tags": ["Opacity"],
86
+ "value": "rgba(0, 0, 0, 0.4)"
87
+ },
88
+ "dark60": {
89
+ "description": "Dark 60%",
90
+ "tags": ["Opacity"],
91
+ "value": "rgba(0, 0, 0, 0.6)"
92
+ },
93
+ "dark80": {
94
+ "description": "Dark 80%",
95
+ "tags": ["Opacity"],
96
+ "value": "rgba(0, 0, 0, 0.8)"
97
+ },
98
+ "dark97": {
99
+ "description": "Dark 97%",
100
+ "tags": ["Opacity"],
101
+ "value": "rgba(0, 0, 0, 0.97)"
102
+ },
73
103
  "darkBlue": {
74
104
  "description": "",
75
105
  "tags": [],
@@ -125,6 +155,36 @@
125
155
  "tags": [],
126
156
  "value": "rgb(187, 234, 245)"
127
157
  },
158
+ "light10": {
159
+ "description": "Light 10%",
160
+ "tags": ["Opacity"],
161
+ "value": "rgba(255, 255, 255, 0.1)"
162
+ },
163
+ "light20": {
164
+ "description": "Light 20%",
165
+ "tags": ["Opacity"],
166
+ "value": "rgba(255, 255, 255, 0.2)"
167
+ },
168
+ "light40": {
169
+ "description": "Light 40%",
170
+ "tags": ["Opacity"],
171
+ "value": "rgba(255, 255, 255, 0.4)"
172
+ },
173
+ "light60": {
174
+ "description": "Light 60%",
175
+ "tags": ["Opacity"],
176
+ "value": "rgba(255, 255, 255, 0.6)"
177
+ },
178
+ "light80": {
179
+ "description": "Light 80%",
180
+ "tags": ["Opacity"],
181
+ "value": "rgba(255, 255, 255, 0.8)"
182
+ },
183
+ "light97": {
184
+ "description": "Light 97%",
185
+ "tags": ["Opacity"],
186
+ "value": "rgba(255, 255, 255, 0.97)"
187
+ },
128
188
  "mintTulip": {
129
189
  "description": "",
130
190
  "tags": [],
@@ -424,6 +484,14 @@
424
484
  "tags": ["Interface", "VideoPlayer"],
425
485
  "value": "icon/closed-captions.svg"
426
486
  },
487
+ "Coaxial": {
488
+ "tags": ["General"],
489
+ "value": "icon/coaxial.svg"
490
+ },
491
+ "DSL": {
492
+ "tags": ["General"],
493
+ "value": "icon/dsl.svg"
494
+ },
427
495
  "Devices": {
428
496
  "tags": ["General"],
429
497
  "value": "icon/devices.svg"
@@ -551,6 +619,16 @@
551
619
  "tags": ["General"],
552
620
  "value": "icon/question-filled.svg"
553
621
  },
622
+ "QuoteLeft": {
623
+ "tags": ["General"],
624
+ "value": "icon/quote-left.svg"
625
+ },
626
+ "QuoteLeftArrow": {
627
+ "value": "icon/quote-left-fr.svg"
628
+ },
629
+ "QuoteRightArrow": {
630
+ "value": "icon/quote-right-fr.svg"
631
+ },
554
632
  "RadialOutline": {
555
633
  "tags": ["Legacy"],
556
634
  "value": "icon/radial-outline.svg"
@@ -748,6 +826,9 @@
748
826
  "radius12": {
749
827
  "value": 12
750
828
  },
829
+ "radius24": {
830
+ "value": 24
831
+ },
751
832
  "radius4": {
752
833
  "value": 4
753
834
  },