@telus-uds/palettes-community.palette-casa 1.2.2 → 1.4.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 (47) hide show
  1. package/build/android/border.xml +1 -1
  2. package/build/android/color.xml +5 -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 +5 -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/ArrowLeft.js +1 -1
  12. package/build/rn/icons/ArrowLeft.native.js +1 -1
  13. package/build/rn/icons/ArrowRight.js +1 -1
  14. package/build/rn/icons/ArrowRight.native.js +1 -1
  15. package/build/rn/icons/QuoteLeftArrow.js +32 -0
  16. package/build/rn/icons/QuoteLeftArrow.native.js +32 -0
  17. package/build/rn/icons/QuoteRightArrow.js +32 -0
  18. package/build/rn/icons/QuoteRightArrow.native.js +32 -0
  19. package/build/rn/icons/arrow-left.icon.svg +1 -1
  20. package/build/rn/icons/arrow-right.icon.svg +1 -1
  21. package/build/rn/icons/index.js +2 -0
  22. package/build/rn/icons/quote-left-arrow.icon.svg +4 -0
  23. package/build/rn/icons/quote-right-arrow.icon.svg +4 -0
  24. package/build/rn/palette.js +12 -4
  25. package/build/web/fonts/fonts-cdn-family.css +7 -7
  26. package/build/web/fonts/fonts-cdn.css +7 -7
  27. package/build/web/fonts/fonts-local-family.css +7 -7
  28. package/build/web/fonts/fonts-local.css +7 -7
  29. package/build/web/icons/ArrowLeft.js +1 -1
  30. package/build/web/icons/ArrowRight.js +1 -1
  31. package/build/web/icons/QuoteLeftArrow.js +32 -0
  32. package/build/web/icons/QuoteRightArrow.js +32 -0
  33. package/build/web/icons/arrow-left.icon.svg +1 -1
  34. package/build/web/icons/arrow-right.icon.svg +1 -1
  35. package/build/web/icons/index.js +2 -0
  36. package/build/web/icons/quote-left-arrow.icon.svg +4 -0
  37. package/build/web/icons/quote-right-arrow.icon.svg +4 -0
  38. package/build/web/palette.js +19 -11
  39. package/package.json +2 -2
  40. package/palette.json +83 -0
  41. /package/build/web/fonts/{v1_2_2-HelveticaNow-300-qbskIM1v3udKhnRPI4drO.otf → v1_4_0-HelveticaNow-300-QX7xljWsiY6sBKyHruvhx.otf} +0 -0
  42. /package/build/web/fonts/{v1_2_2-HelveticaNow-400-IW1hXBQ5jTEh8bbnn-Ql5.woff → v1_4_0-HelveticaNow-400-5EOrIa0Hj-E7fqpjfUW5s.woff} +0 -0
  43. /package/build/web/fonts/{v1_2_2-HelveticaNow-500-hUuStJ1keTQ9-kOBIRli-.woff → v1_4_0-HelveticaNow-500-HAVsld0HRpaxuO0qQoPm4.woff} +0 -0
  44. /package/build/web/fonts/{v1_2_2-HelveticaNow-700-TgEqwv6yftHuAnE9478st.woff → v1_4_0-HelveticaNow-700-jNC-Qb_MTdpwkitsJtB6A.woff} +0 -0
  45. /package/build/web/fonts/{v1_2_2-HelveticaNowOTF-400-NT5yGpQ2gr9J_UrlpV-WU.otf → v1_4_0-HelveticaNowOTF-400-er8ok0EB3B9Zc8esdYRAu.otf} +0 -0
  46. /package/build/web/fonts/{v1_2_2-HelveticaNowOTF-500-plHErsdye-upOJgbERM3I.otf → v1_4_0-HelveticaNowOTF-500--cdxes5G9zZ4jTFcXnkhk.otf} +0 -0
  47. /package/build/web/fonts/{v1_2_2-HelveticaNowOTF-700-fBJ6oPLDsNMriSRZapR39.otf → v1_4_0-HelveticaNowOTF-700-Fqmn0Vf2dnplMT8eSE8Sa.otf} +0 -0
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Fri, 07 Jul 2023 19:24:10 GMT
5
+ Generated on Fri, 21 Jul 2023 00:48:04 GMT
6
6
  -->
7
7
 
8
8
  <resources>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Fri, 07 Jul 2023 19:24:10 GMT
5
+ Generated on Fri, 21 Jul 2023 00:48:04 GMT
6
6
  -->
7
7
 
8
8
  <resources>
@@ -48,6 +48,10 @@
48
48
  <color name="red_light">#fffff6f8</color>
49
49
  <color name="transparent">#00000000</color>
50
50
  <color name="white">#ffffffff</color>
51
+ <color name="error_red_dark">#ffff2339</color>
52
+ <color name="error_red_icon">#ffc12335</color>
53
+ <color name="error_red_light">#fffff6f8</color>
51
54
  <color name="gainsboro">#ffd8d8d8</color>
55
+ <color name="success_green_light">#fff4f9f2</color>
52
56
 
53
57
  </resources>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Fri, 07 Jul 2023 19:24:10 GMT
5
+ Generated on Fri, 21 Jul 2023 00:48:04 GMT
6
6
  -->
7
7
 
8
8
  <resources>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Fri, 07 Jul 2023 19:24:10 GMT
5
+ Generated on Fri, 21 Jul 2023 00:48:05 GMT
6
6
  -->
7
7
 
8
8
  <resources>
@@ -16,5 +16,6 @@
16
16
  <dimen name="radius_4">4.00dp</dimen>
17
17
  <dimen name="radius_6">6.00dp</dimen>
18
18
  <dimen name="radius_8">8.00dp</dimen>
19
+ <dimen name="radius_20">20.00dp</dimen>
19
20
 
20
21
  </resources>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Fri, 07 Jul 2023 19:24:10 GMT
5
+ Generated on Fri, 21 Jul 2023 00:48:04 GMT
6
6
  -->
7
7
 
8
8
  <resources>
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Fri, 07 Jul 2023 19:24:10 GMT
7
+ // Generated on Fri, 21 Jul 2023 00:48:05 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Fri, 07 Jul 2023 19:24:10 GMT
7
+ // Generated on Fri, 21 Jul 2023 00:48:05 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -21,6 +21,9 @@ public enum PaletteColor {
21
21
  public static let dark60 = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.6)
22
22
  public static let dark80 = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.8)
23
23
  public static let dark97 = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.97)
24
+ public static let errorRedDark = UIColor(red: 1.000, green: 0.137, blue: 0.224, alpha: 1)
25
+ public static let errorRedIcon = UIColor(red: 0.757, green: 0.137, blue: 0.208, alpha: 1)
26
+ public static let errorRedLight = UIColor(red: 1.000, green: 0.965, blue: 0.973, alpha: 1)
24
27
  public static let gainsboro = UIColor(red: 0.847, green: 0.847, blue: 0.847, alpha: 1)
25
28
  public static let greenAccessible = UIColor(red: 0.169, green: 0.502, blue: 0.000, alpha: 1)
26
29
  public static let greenDarkFern = UIColor(red: 0.086, green: 0.243, blue: 0.024, alpha: 1)
@@ -51,6 +54,7 @@ public enum PaletteColor {
51
54
  public static let redDark = UIColor(red: 0.757, green: 0.137, blue: 0.208, alpha: 1)
52
55
  public static let redDarker = UIColor(red: 0.337, green: 0.047, blue: 0.047, alpha: 1)
53
56
  public static let redLight = UIColor(red: 1.000, green: 0.965, blue: 0.973, alpha: 1)
57
+ public static let successGreenLight = UIColor(red: 0.957, green: 0.976, blue: 0.949, alpha: 1)
54
58
  public static let transparent = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0)
55
59
  public static let white = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
56
60
  }
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Fri, 07 Jul 2023 19:24:10 GMT
7
+ // Generated on Fri, 21 Jul 2023 00:48:05 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Fri, 07 Jul 2023 19:24:10 GMT
7
+ // Generated on Fri, 21 Jul 2023 00:48:05 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -15,6 +15,7 @@ public enum PaletteRadius {
15
15
  public static let radius1 = CGFloat(1)
16
16
  public static let radius12 = CGFloat(12)
17
17
  public static let radius16 = CGFloat(16)
18
+ public static let radius20 = CGFloat(20)
18
19
  public static let radius24 = CGFloat(24)
19
20
  public static let radius32 = CGFloat(32)
20
21
  public static let radius4 = CGFloat(4)
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Fri, 07 Jul 2023 19:24:10 GMT
7
+ // Generated on Fri, 21 Jul 2023 00:48:05 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -22,7 +22,7 @@ module.exports = ({
22
22
  children: title
23
23
  }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
24
24
  fillRule: "evenodd",
25
- d: "M13.006 18.516c.267.27.484.74.083 1.21-.401.468-1.002.246-1.196 0L4.165 12.38a.653.653 0 0 1 0-.867l7.728-7.189c.219-.237.712-.537 1.196-.104.484.434.136 1.031-.083 1.27L7.93 11H21a1 1 0 1 1 0 2H7.936l5.07 5.516Z",
25
+ d: "M15.725 20.691c-.45.527-1.128.278-1.345 0l-8.695-8.264a.735.735 0 0 1 0-.975l8.695-8.087c.246-.267.8-.605 1.345-.117.545.488.153 1.16-.093 1.428l-6.743 7.32 6.743 7.334c.3.304.544.834.093 1.361Z",
26
26
  clipRule: "evenodd"
27
27
  })]
28
28
  });
@@ -22,7 +22,7 @@ module.exports = ({
22
22
  children: title
23
23
  }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
24
24
  fillRule: "evenodd",
25
- d: "M13.006 18.516c.267.27.484.74.083 1.21-.401.468-1.002.246-1.196 0L4.165 12.38a.653.653 0 0 1 0-.867l7.728-7.189c.219-.237.712-.537 1.196-.104.484.434.136 1.031-.083 1.27L7.93 11H21a1 1 0 1 1 0 2H7.936l5.07 5.516Z",
25
+ d: "M15.725 20.691c-.45.527-1.128.278-1.345 0l-8.695-8.264a.735.735 0 0 1 0-.975l8.695-8.087c.246-.267.8-.605 1.345-.117.545.488.153 1.16-.093 1.428l-6.743 7.32 6.743 7.334c.3.304.544.834.093 1.361Z",
26
26
  clipRule: "evenodd"
27
27
  })]
28
28
  });
@@ -22,7 +22,7 @@ module.exports = ({
22
22
  children: title
23
23
  }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
24
24
  fillRule: "evenodd",
25
- d: "M10.994 5.484c-.267-.27-.484-.74-.083-1.21.401-.468 1.002-.246 1.196 0l7.729 7.346a.654.654 0 0 1 0 .867l-7.73 7.189c-.218.237-.71.537-1.195.104-.484-.434-.136-1.031.083-1.27L16.07 13H3a1 1 0 1 1 0-2h13.064l-5.07-5.516Z",
25
+ d: "M8.275 20.691c-.451-.527-.207-1.057.093-1.36l6.743-7.336-6.743-7.32c-.246-.267-.638-.94-.093-1.427.545-.488 1.1-.15 1.345.117l8.695 8.087a.735.735 0 0 1 0 .975L9.62 20.691c-.217.278-.894.527-1.345 0Z",
26
26
  clipRule: "evenodd"
27
27
  })]
28
28
  });
@@ -22,7 +22,7 @@ module.exports = ({
22
22
  children: title
23
23
  }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
24
24
  fillRule: "evenodd",
25
- d: "M10.994 5.484c-.267-.27-.484-.74-.083-1.21.401-.468 1.002-.246 1.196 0l7.729 7.346a.654.654 0 0 1 0 .867l-7.73 7.189c-.218.237-.71.537-1.195.104-.484-.434-.136-1.031.083-1.27L16.07 13H3a1 1 0 1 1 0-2h13.064l-5.07-5.516Z",
25
+ d: "M8.275 20.691c-.451-.527-.207-1.057.093-1.36l6.743-7.336-6.743-7.32c-.246-.267-.638-.94-.093-1.427.545-.488 1.1-.15 1.345.117l8.695 8.087a.735.735 0 0 1 0 .975L9.62 20.691c-.217.278-.894.527-1.345 0Z",
26
26
  clipRule: "evenodd"
27
27
  })]
28
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
+ });
@@ -1,3 +1,3 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
- <path fill-rule="evenodd" d="M13.006 18.516c.267.27.484.74.083 1.21-.401.468-1.002.246-1.196 0L4.165 12.38a.653.653 0 0 1 0-.867l7.728-7.189c.219-.237.712-.537 1.196-.104.484.434.136 1.031-.083 1.27L7.93 11H21a1 1 0 1 1 0 2H7.936l5.07 5.516Z" clip-rule="evenodd"/>
2
+ <path fill-rule="evenodd" d="M15.725 20.691c-.45.527-1.128.278-1.345 0l-8.695-8.264a.735.735 0 0 1 0-.975l8.695-8.087c.246-.267.8-.605 1.345-.117.545.488.153 1.16-.093 1.428l-6.743 7.32 6.743 7.334c.3.304.544.834.093 1.361Z" clip-rule="evenodd"/>
3
3
  </svg>
@@ -1,3 +1,3 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
- <path fill-rule="evenodd" d="M10.994 5.484c-.267-.27-.484-.74-.083-1.21.401-.468 1.002-.246 1.196 0l7.729 7.346a.654.654 0 0 1 0 .867l-7.73 7.189c-.218.237-.71.537-1.195.104-.484-.434-.136-1.031.083-1.27L16.07 13H3a1 1 0 1 1 0-2h13.064l-5.07-5.516Z" clip-rule="evenodd"/>
2
+ <path fill-rule="evenodd" d="M8.275 20.691c-.451-.527-.207-1.057.093-1.36l6.743-7.336-6.743-7.32c-.246-.267-.638-.94-.093-1.427.545-.488 1.1-.15 1.345.117l8.695 8.087a.735.735 0 0 1 0 .975L9.62 20.691c-.217.278-.894.527-1.345 0Z" clip-rule="evenodd"/>
3
3
  </svg>
@@ -173,6 +173,8 @@ module.exports = {
173
173
  ProfileBold: require('./ProfileBold'),
174
174
  Question: require('./Question'),
175
175
  QuoteLeft: require('./QuoteLeft'),
176
+ QuoteLeftArrow: require('./QuoteLeftArrow'),
177
+ QuoteRightArrow: require('./QuoteRightArrow'),
176
178
  Radar: require('./Radar'),
177
179
  Receipt: require('./Receipt'),
178
180
  Record: require('./Record'),
@@ -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,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 Fri, 07 Jul 2023 19:24:15 GMT
3
+ * Generated on Fri, 21 Jul 2023 00:48:09 GMT
4
4
  */
5
5
  module.exports = {
6
6
  border: {
@@ -53,7 +53,11 @@ module.exports = {
53
53
  redLight: '#fff6f8',
54
54
  transparent: 'rgba(0, 0, 0, 0)',
55
55
  white: '#ffffff',
56
- gainsboro: '#d8d8d8'
56
+ errorRedDark: '#ff2339',
57
+ errorRedIcon: '#c12335',
58
+ errorRedLight: '#fff6f8',
59
+ gainsboro: '#d8d8d8',
60
+ successGreenLight: '#f4f9f2'
57
61
  },
58
62
  duration: {
59
63
  duration250: 250,
@@ -335,6 +339,8 @@ module.exports = {
335
339
  ProfileBold: '@telus-uds/palettes-community.palette-casa/build/rn/icons/profile-bold.icon.svg',
336
340
  Question: '@telus-uds/palettes-community.palette-casa/build/rn/icons/question.icon.svg',
337
341
  QuoteLeft: '@telus-uds/palettes-community.palette-casa/build/rn/icons/quote-left.icon.svg',
342
+ QuoteLeftArrow: '@telus-uds/palettes-community.palette-casa/build/rn/icons/quote-left-arrow.icon.svg',
343
+ QuoteRightArrow: '@telus-uds/palettes-community.palette-casa/build/rn/icons/quote-right-arrow.icon.svg',
338
344
  Radar: '@telus-uds/palettes-community.palette-casa/build/rn/icons/radar.icon.svg',
339
345
  Receipt: '@telus-uds/palettes-community.palette-casa/build/rn/icons/receipt.icon.svg',
340
346
  Record: '@telus-uds/palettes-community.palette-casa/build/rn/icons/record.icon.svg',
@@ -406,7 +412,8 @@ module.exports = {
406
412
  letterSpacing: {
407
413
  condensed: -0.039,
408
414
  loose: -0.017,
409
- medium: -0.035
415
+ medium: -0.035,
416
+ default: 0
410
417
  },
411
418
  lineHeight: {
412
419
  ratio10to5: 1.95,
@@ -443,7 +450,8 @@ module.exports = {
443
450
  radius32: 32,
444
451
  radius4: 4,
445
452
  radius6: 6,
446
- radius8: 8
453
+ radius8: 8,
454
+ radius20: 20
447
455
  },
448
456
  shadow: {
449
457
  elevation1: {
@@ -1,48 +1,48 @@
1
1
  @font-face {
2
2
  font-family: 'HelveticaNow';
3
- src: url('https://cdn.telus.digital/uds/v1_2_2-HelveticaNow-300-qbskIM1v3udKhnRPI4drO.otf');
3
+ src: url('https://cdn.telus.digital/uds/v1_4_0-HelveticaNow-300-QX7xljWsiY6sBKyHruvhx.otf');
4
4
  font-weight: 300;
5
5
  font-style: normal;
6
6
  font-display: block;
7
7
  }
8
8
  @font-face {
9
9
  font-family: 'HelveticaNow';
10
- src: url('https://cdn.telus.digital/uds/v1_2_2-HelveticaNow-400-IW1hXBQ5jTEh8bbnn-Ql5.woff');
10
+ src: url('https://cdn.telus.digital/uds/v1_4_0-HelveticaNow-400-5EOrIa0Hj-E7fqpjfUW5s.woff');
11
11
  font-weight: 400;
12
12
  font-style: normal;
13
13
  font-display: block;
14
14
  }
15
15
  @font-face {
16
16
  font-family: 'HelveticaNow';
17
- src: url('https://cdn.telus.digital/uds/v1_2_2-HelveticaNow-500-hUuStJ1keTQ9-kOBIRli-.woff');
17
+ src: url('https://cdn.telus.digital/uds/v1_4_0-HelveticaNow-500-HAVsld0HRpaxuO0qQoPm4.woff');
18
18
  font-weight: 500;
19
19
  font-style: normal;
20
20
  font-display: block;
21
21
  }
22
22
  @font-face {
23
23
  font-family: 'HelveticaNow';
24
- src: url('https://cdn.telus.digital/uds/v1_2_2-HelveticaNow-700-TgEqwv6yftHuAnE9478st.woff');
24
+ src: url('https://cdn.telus.digital/uds/v1_4_0-HelveticaNow-700-jNC-Qb_MTdpwkitsJtB6A.woff');
25
25
  font-weight: 700;
26
26
  font-style: normal;
27
27
  font-display: block;
28
28
  }
29
29
  @font-face {
30
30
  font-family: 'HelveticaNowOTF';
31
- src: url('https://cdn.telus.digital/uds/v1_2_2-HelveticaNowOTF-400-NT5yGpQ2gr9J_UrlpV-WU.otf');
31
+ src: url('https://cdn.telus.digital/uds/v1_4_0-HelveticaNowOTF-400-er8ok0EB3B9Zc8esdYRAu.otf');
32
32
  font-weight: 400;
33
33
  font-style: normal;
34
34
  font-display: block;
35
35
  }
36
36
  @font-face {
37
37
  font-family: 'HelveticaNowOTF';
38
- src: url('https://cdn.telus.digital/uds/v1_2_2-HelveticaNowOTF-500-plHErsdye-upOJgbERM3I.otf');
38
+ src: url('https://cdn.telus.digital/uds/v1_4_0-HelveticaNowOTF-500--cdxes5G9zZ4jTFcXnkhk.otf');
39
39
  font-weight: 500;
40
40
  font-style: normal;
41
41
  font-display: block;
42
42
  }
43
43
  @font-face {
44
44
  font-family: 'HelveticaNowOTF';
45
- src: url('https://cdn.telus.digital/uds/v1_2_2-HelveticaNowOTF-700-fBJ6oPLDsNMriSRZapR39.otf');
45
+ src: url('https://cdn.telus.digital/uds/v1_4_0-HelveticaNowOTF-700-Fqmn0Vf2dnplMT8eSE8Sa.otf');
46
46
  font-weight: 700;
47
47
  font-style: normal;
48
48
  font-display: block;
@@ -1,35 +1,35 @@
1
1
  @font-face {
2
2
  font-family: 'HelveticaNow300normal';
3
- src: url('https://cdn.telus.digital/uds/v1_2_2-HelveticaNow-300-qbskIM1v3udKhnRPI4drO.otf');
3
+ src: url('https://cdn.telus.digital/uds/v1_4_0-HelveticaNow-300-QX7xljWsiY6sBKyHruvhx.otf');
4
4
  font-display: block;
5
5
  }
6
6
  @font-face {
7
7
  font-family: 'HelveticaNow400normal';
8
- src: url('https://cdn.telus.digital/uds/v1_2_2-HelveticaNow-400-IW1hXBQ5jTEh8bbnn-Ql5.woff');
8
+ src: url('https://cdn.telus.digital/uds/v1_4_0-HelveticaNow-400-5EOrIa0Hj-E7fqpjfUW5s.woff');
9
9
  font-display: block;
10
10
  }
11
11
  @font-face {
12
12
  font-family: 'HelveticaNow500normal';
13
- src: url('https://cdn.telus.digital/uds/v1_2_2-HelveticaNow-500-hUuStJ1keTQ9-kOBIRli-.woff');
13
+ src: url('https://cdn.telus.digital/uds/v1_4_0-HelveticaNow-500-HAVsld0HRpaxuO0qQoPm4.woff');
14
14
  font-display: block;
15
15
  }
16
16
  @font-face {
17
17
  font-family: 'HelveticaNow700normal';
18
- src: url('https://cdn.telus.digital/uds/v1_2_2-HelveticaNow-700-TgEqwv6yftHuAnE9478st.woff');
18
+ src: url('https://cdn.telus.digital/uds/v1_4_0-HelveticaNow-700-jNC-Qb_MTdpwkitsJtB6A.woff');
19
19
  font-display: block;
20
20
  }
21
21
  @font-face {
22
22
  font-family: 'HelveticaNowOTF400normal';
23
- src: url('https://cdn.telus.digital/uds/v1_2_2-HelveticaNowOTF-400-NT5yGpQ2gr9J_UrlpV-WU.otf');
23
+ src: url('https://cdn.telus.digital/uds/v1_4_0-HelveticaNowOTF-400-er8ok0EB3B9Zc8esdYRAu.otf');
24
24
  font-display: block;
25
25
  }
26
26
  @font-face {
27
27
  font-family: 'HelveticaNowOTF500normal';
28
- src: url('https://cdn.telus.digital/uds/v1_2_2-HelveticaNowOTF-500-plHErsdye-upOJgbERM3I.otf');
28
+ src: url('https://cdn.telus.digital/uds/v1_4_0-HelveticaNowOTF-500--cdxes5G9zZ4jTFcXnkhk.otf');
29
29
  font-display: block;
30
30
  }
31
31
  @font-face {
32
32
  font-family: 'HelveticaNowOTF700normal';
33
- src: url('https://cdn.telus.digital/uds/v1_2_2-HelveticaNowOTF-700-fBJ6oPLDsNMriSRZapR39.otf');
33
+ src: url('https://cdn.telus.digital/uds/v1_4_0-HelveticaNowOTF-700-Fqmn0Vf2dnplMT8eSE8Sa.otf');
34
34
  font-display: block;
35
35
  }
@@ -1,48 +1,48 @@
1
1
  @font-face {
2
2
  font-family: 'HelveticaNow';
3
- src: url('./v1_2_2-HelveticaNow-300-qbskIM1v3udKhnRPI4drO.otf');
3
+ src: url('./v1_4_0-HelveticaNow-300-QX7xljWsiY6sBKyHruvhx.otf');
4
4
  font-weight: 300;
5
5
  font-style: normal;
6
6
  font-display: block;
7
7
  }
8
8
  @font-face {
9
9
  font-family: 'HelveticaNow';
10
- src: url('./v1_2_2-HelveticaNow-400-IW1hXBQ5jTEh8bbnn-Ql5.woff');
10
+ src: url('./v1_4_0-HelveticaNow-400-5EOrIa0Hj-E7fqpjfUW5s.woff');
11
11
  font-weight: 400;
12
12
  font-style: normal;
13
13
  font-display: block;
14
14
  }
15
15
  @font-face {
16
16
  font-family: 'HelveticaNow';
17
- src: url('./v1_2_2-HelveticaNow-500-hUuStJ1keTQ9-kOBIRli-.woff');
17
+ src: url('./v1_4_0-HelveticaNow-500-HAVsld0HRpaxuO0qQoPm4.woff');
18
18
  font-weight: 500;
19
19
  font-style: normal;
20
20
  font-display: block;
21
21
  }
22
22
  @font-face {
23
23
  font-family: 'HelveticaNow';
24
- src: url('./v1_2_2-HelveticaNow-700-TgEqwv6yftHuAnE9478st.woff');
24
+ src: url('./v1_4_0-HelveticaNow-700-jNC-Qb_MTdpwkitsJtB6A.woff');
25
25
  font-weight: 700;
26
26
  font-style: normal;
27
27
  font-display: block;
28
28
  }
29
29
  @font-face {
30
30
  font-family: 'HelveticaNowOTF';
31
- src: url('./v1_2_2-HelveticaNowOTF-400-NT5yGpQ2gr9J_UrlpV-WU.otf');
31
+ src: url('./v1_4_0-HelveticaNowOTF-400-er8ok0EB3B9Zc8esdYRAu.otf');
32
32
  font-weight: 400;
33
33
  font-style: normal;
34
34
  font-display: block;
35
35
  }
36
36
  @font-face {
37
37
  font-family: 'HelveticaNowOTF';
38
- src: url('./v1_2_2-HelveticaNowOTF-500-plHErsdye-upOJgbERM3I.otf');
38
+ src: url('./v1_4_0-HelveticaNowOTF-500--cdxes5G9zZ4jTFcXnkhk.otf');
39
39
  font-weight: 500;
40
40
  font-style: normal;
41
41
  font-display: block;
42
42
  }
43
43
  @font-face {
44
44
  font-family: 'HelveticaNowOTF';
45
- src: url('./v1_2_2-HelveticaNowOTF-700-fBJ6oPLDsNMriSRZapR39.otf');
45
+ src: url('./v1_4_0-HelveticaNowOTF-700-Fqmn0Vf2dnplMT8eSE8Sa.otf');
46
46
  font-weight: 700;
47
47
  font-style: normal;
48
48
  font-display: block;
@@ -1,35 +1,35 @@
1
1
  @font-face {
2
2
  font-family: 'HelveticaNow300normal';
3
- src: url('./v1_2_2-HelveticaNow-300-qbskIM1v3udKhnRPI4drO.otf');
3
+ src: url('./v1_4_0-HelveticaNow-300-QX7xljWsiY6sBKyHruvhx.otf');
4
4
  font-display: block;
5
5
  }
6
6
  @font-face {
7
7
  font-family: 'HelveticaNow400normal';
8
- src: url('./v1_2_2-HelveticaNow-400-IW1hXBQ5jTEh8bbnn-Ql5.woff');
8
+ src: url('./v1_4_0-HelveticaNow-400-5EOrIa0Hj-E7fqpjfUW5s.woff');
9
9
  font-display: block;
10
10
  }
11
11
  @font-face {
12
12
  font-family: 'HelveticaNow500normal';
13
- src: url('./v1_2_2-HelveticaNow-500-hUuStJ1keTQ9-kOBIRli-.woff');
13
+ src: url('./v1_4_0-HelveticaNow-500-HAVsld0HRpaxuO0qQoPm4.woff');
14
14
  font-display: block;
15
15
  }
16
16
  @font-face {
17
17
  font-family: 'HelveticaNow700normal';
18
- src: url('./v1_2_2-HelveticaNow-700-TgEqwv6yftHuAnE9478st.woff');
18
+ src: url('./v1_4_0-HelveticaNow-700-jNC-Qb_MTdpwkitsJtB6A.woff');
19
19
  font-display: block;
20
20
  }
21
21
  @font-face {
22
22
  font-family: 'HelveticaNowOTF400normal';
23
- src: url('./v1_2_2-HelveticaNowOTF-400-NT5yGpQ2gr9J_UrlpV-WU.otf');
23
+ src: url('./v1_4_0-HelveticaNowOTF-400-er8ok0EB3B9Zc8esdYRAu.otf');
24
24
  font-display: block;
25
25
  }
26
26
  @font-face {
27
27
  font-family: 'HelveticaNowOTF500normal';
28
- src: url('./v1_2_2-HelveticaNowOTF-500-plHErsdye-upOJgbERM3I.otf');
28
+ src: url('./v1_4_0-HelveticaNowOTF-500--cdxes5G9zZ4jTFcXnkhk.otf');
29
29
  font-display: block;
30
30
  }
31
31
  @font-face {
32
32
  font-family: 'HelveticaNowOTF700normal';
33
- src: url('./v1_2_2-HelveticaNowOTF-700-fBJ6oPLDsNMriSRZapR39.otf');
33
+ src: url('./v1_4_0-HelveticaNowOTF-700-Fqmn0Vf2dnplMT8eSE8Sa.otf');
34
34
  font-display: block;
35
35
  }
@@ -22,7 +22,7 @@ module.exports = ({
22
22
  children: title
23
23
  }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
24
24
  fillRule: "evenodd",
25
- d: "M13.006 18.516c.267.27.484.74.083 1.21-.401.468-1.002.246-1.196 0L4.165 12.38a.653.653 0 0 1 0-.867l7.728-7.189c.219-.237.712-.537 1.196-.104.484.434.136 1.031-.083 1.27L7.93 11H21a1 1 0 1 1 0 2H7.936l5.07 5.516Z",
25
+ d: "M15.725 20.691c-.45.527-1.128.278-1.345 0l-8.695-8.264a.735.735 0 0 1 0-.975l8.695-8.087c.246-.267.8-.605 1.345-.117.545.488.153 1.16-.093 1.428l-6.743 7.32 6.743 7.334c.3.304.544.834.093 1.361Z",
26
26
  clipRule: "evenodd"
27
27
  })]
28
28
  });
@@ -22,7 +22,7 @@ module.exports = ({
22
22
  children: title
23
23
  }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
24
24
  fillRule: "evenodd",
25
- d: "M10.994 5.484c-.267-.27-.484-.74-.083-1.21.401-.468 1.002-.246 1.196 0l7.729 7.346a.654.654 0 0 1 0 .867l-7.73 7.189c-.218.237-.71.537-1.195.104-.484-.434-.136-1.031.083-1.27L16.07 13H3a1 1 0 1 1 0-2h13.064l-5.07-5.516Z",
25
+ d: "M8.275 20.691c-.451-.527-.207-1.057.093-1.36l6.743-7.336-6.743-7.32c-.246-.267-.638-.94-.093-1.427.545-.488 1.1-.15 1.345.117l8.695 8.087a.735.735 0 0 1 0 .975L9.62 20.691c-.217.278-.894.527-1.345 0Z",
26
26
  clipRule: "evenodd"
27
27
  })]
28
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
+ });
@@ -1,3 +1,3 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
- <path fill-rule="evenodd" d="M13.006 18.516c.267.27.484.74.083 1.21-.401.468-1.002.246-1.196 0L4.165 12.38a.653.653 0 0 1 0-.867l7.728-7.189c.219-.237.712-.537 1.196-.104.484.434.136 1.031-.083 1.27L7.93 11H21a1 1 0 1 1 0 2H7.936l5.07 5.516Z" clip-rule="evenodd"/>
2
+ <path fill-rule="evenodd" d="M15.725 20.691c-.45.527-1.128.278-1.345 0l-8.695-8.264a.735.735 0 0 1 0-.975l8.695-8.087c.246-.267.8-.605 1.345-.117.545.488.153 1.16-.093 1.428l-6.743 7.32 6.743 7.334c.3.304.544.834.093 1.361Z" clip-rule="evenodd"/>
3
3
  </svg>
@@ -1,3 +1,3 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
- <path fill-rule="evenodd" d="M10.994 5.484c-.267-.27-.484-.74-.083-1.21.401-.468 1.002-.246 1.196 0l7.729 7.346a.654.654 0 0 1 0 .867l-7.73 7.189c-.218.237-.71.537-1.195.104-.484-.434-.136-1.031.083-1.27L16.07 13H3a1 1 0 1 1 0-2h13.064l-5.07-5.516Z" clip-rule="evenodd"/>
2
+ <path fill-rule="evenodd" d="M8.275 20.691c-.451-.527-.207-1.057.093-1.36l6.743-7.336-6.743-7.32c-.246-.267-.638-.94-.093-1.427.545-.488 1.1-.15 1.345.117l8.695 8.087a.735.735 0 0 1 0 .975L9.62 20.691c-.217.278-.894.527-1.345 0Z" clip-rule="evenodd"/>
3
3
  </svg>
@@ -173,6 +173,8 @@ module.exports = {
173
173
  ProfileBold: require('./ProfileBold'),
174
174
  Question: require('./Question'),
175
175
  QuoteLeft: require('./QuoteLeft'),
176
+ QuoteLeftArrow: require('./QuoteLeftArrow'),
177
+ QuoteRightArrow: require('./QuoteRightArrow'),
176
178
  Radar: require('./Radar'),
177
179
  Receipt: require('./Receipt'),
178
180
  Record: require('./Record'),
@@ -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,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 Fri, 07 Jul 2023 19:24:10 GMT
3
+ * Generated on Fri, 21 Jul 2023 00:48:05 GMT
4
4
  */
5
5
  module.exports = {
6
6
  border: {
@@ -53,7 +53,11 @@ module.exports = {
53
53
  redLight: '#fff6f8',
54
54
  transparent: 'rgba(0, 0, 0, 0)',
55
55
  white: '#ffffff',
56
- gainsboro: '#d8d8d8'
56
+ errorRedDark: '#ff2339',
57
+ errorRedIcon: '#c12335',
58
+ errorRedLight: '#fff6f8',
59
+ gainsboro: '#d8d8d8',
60
+ successGreenLight: '#f4f9f2'
57
61
  },
58
62
  duration: {
59
63
  duration250: 250,
@@ -61,15 +65,15 @@ module.exports = {
61
65
  },
62
66
  font: {
63
67
  HelveticaNow: {
64
- 300: 'https://cdn.telus.digital/uds/v1_2_2-HelveticaNow-300-qbskIM1v3udKhnRPI4drO.otf',
65
- 400: 'https://cdn.telus.digital/uds/v1_2_2-HelveticaNow-400-IW1hXBQ5jTEh8bbnn-Ql5.woff',
66
- 500: 'https://cdn.telus.digital/uds/v1_2_2-HelveticaNow-500-hUuStJ1keTQ9-kOBIRli-.woff',
67
- 700: 'https://cdn.telus.digital/uds/v1_2_2-HelveticaNow-700-TgEqwv6yftHuAnE9478st.woff'
68
+ 300: 'https://cdn.telus.digital/uds/v1_4_0-HelveticaNow-300-QX7xljWsiY6sBKyHruvhx.otf',
69
+ 400: 'https://cdn.telus.digital/uds/v1_4_0-HelveticaNow-400-5EOrIa0Hj-E7fqpjfUW5s.woff',
70
+ 500: 'https://cdn.telus.digital/uds/v1_4_0-HelveticaNow-500-HAVsld0HRpaxuO0qQoPm4.woff',
71
+ 700: 'https://cdn.telus.digital/uds/v1_4_0-HelveticaNow-700-jNC-Qb_MTdpwkitsJtB6A.woff'
68
72
  },
69
73
  HelveticaNowOTF: {
70
- 400: 'https://cdn.telus.digital/uds/v1_2_2-HelveticaNowOTF-400-NT5yGpQ2gr9J_UrlpV-WU.otf',
71
- 500: 'https://cdn.telus.digital/uds/v1_2_2-HelveticaNowOTF-500-plHErsdye-upOJgbERM3I.otf',
72
- 700: 'https://cdn.telus.digital/uds/v1_2_2-HelveticaNowOTF-700-fBJ6oPLDsNMriSRZapR39.otf'
74
+ 400: 'https://cdn.telus.digital/uds/v1_4_0-HelveticaNowOTF-400-er8ok0EB3B9Zc8esdYRAu.otf',
75
+ 500: 'https://cdn.telus.digital/uds/v1_4_0-HelveticaNowOTF-500--cdxes5G9zZ4jTFcXnkhk.otf',
76
+ 700: 'https://cdn.telus.digital/uds/v1_4_0-HelveticaNowOTF-700-Fqmn0Vf2dnplMT8eSE8Sa.otf'
73
77
  }
74
78
  },
75
79
  fontSize: {
@@ -270,6 +274,8 @@ module.exports = {
270
274
  ProfileBold: '@telus-uds/palettes-community.palette-casa/build/web/icons/profile-bold.icon.svg',
271
275
  Question: '@telus-uds/palettes-community.palette-casa/build/web/icons/question.icon.svg',
272
276
  QuoteLeft: '@telus-uds/palettes-community.palette-casa/build/web/icons/quote-left.icon.svg',
277
+ QuoteLeftArrow: '@telus-uds/palettes-community.palette-casa/build/web/icons/quote-left-arrow.icon.svg',
278
+ QuoteRightArrow: '@telus-uds/palettes-community.palette-casa/build/web/icons/quote-right-arrow.icon.svg',
273
279
  Radar: '@telus-uds/palettes-community.palette-casa/build/web/icons/radar.icon.svg',
274
280
  Receipt: '@telus-uds/palettes-community.palette-casa/build/web/icons/receipt.icon.svg',
275
281
  Record: '@telus-uds/palettes-community.palette-casa/build/web/icons/record.icon.svg',
@@ -341,7 +347,8 @@ module.exports = {
341
347
  letterSpacing: {
342
348
  condensed: -0.039,
343
349
  loose: -0.017,
344
- medium: -0.035
350
+ medium: -0.035,
351
+ default: 0
345
352
  },
346
353
  lineHeight: {
347
354
  ratio10to5: 1.95,
@@ -378,7 +385,8 @@ module.exports = {
378
385
  radius32: '32px',
379
386
  radius4: '4px',
380
387
  radius6: '6px',
381
- radius8: '8px'
388
+ radius8: '8px',
389
+ radius20: '20px'
382
390
  },
383
391
  shadow: {
384
392
  elevation1: '0px 4px 8px 0px rgba(0, 0, 0, 0.1)',
package/package.json CHANGED
@@ -22,9 +22,9 @@
22
22
  "prepublishOnly": "npm run build"
23
23
  },
24
24
  "devDependencies": {
25
- "@telus-uds/system-tokens": "^0.7.17",
25
+ "@telus-uds/system-tokens": "^0.7.19",
26
26
  "@telus-uds/palette-allium": "*"
27
27
  },
28
28
  "sideEffects": false,
29
- "version": "1.2.2"
29
+ "version": "1.4.0"
30
30
  }
package/palette.json CHANGED
@@ -1,14 +1,49 @@
1
1
  {
2
+ "border": {
3
+ "values": {
4
+ "none": {
5
+ "description": "possible duplicate of system.border.zero",
6
+ "value": 0
7
+ }
8
+ }
9
+ },
2
10
  "color": {
3
11
  "values": {
12
+ "amberDark": {
13
+ "value": "rgb(180, 135, 44)"
14
+ },
15
+ "amberLight": {
16
+ "value": "rgb(255, 249, 238)"
17
+ },
18
+ "errorRedDark": {
19
+ "value": "rgb(255, 35, 57)"
20
+ },
21
+ "errorRedIcon": {
22
+ "value": "rgb(193, 35, 53)"
23
+ },
24
+ "errorRedLight": {
25
+ "value": "rgb(255, 246, 248)"
26
+ },
4
27
  "gainsboro": {
5
28
  "value": "rgb(216, 216, 216)"
6
29
  },
30
+ "greyAthens": {
31
+ "value": "rgb(244, 244, 247)"
32
+ },
7
33
  "greyCharcoal": {
8
34
  "value": "rgb(65, 69, 71)"
9
35
  },
36
+ "greyMystic": {
37
+ "value": "rgb(227, 230, 232)"
38
+ },
10
39
  "greyShuttle": {
11
40
  "value": "rgb(84, 89, 95)"
41
+ },
42
+ "greyThunder": {
43
+ "value": "rgb(44, 46, 48)"
44
+ },
45
+ "successGreenLight": {
46
+ "value": "rgb(244, 249, 242)"
12
47
  }
13
48
  }
14
49
  },
@@ -37,6 +72,26 @@
37
72
  }
38
73
  }
39
74
  },
75
+ "icon": {
76
+ "values": {
77
+ "ArrowLeft": {
78
+ "value": "icon/chevron-left.svg"
79
+ },
80
+ "ArrowRight": {
81
+ "value": "icon/chevron-right.svg"
82
+ }
83
+ }
84
+ },
85
+ "letterSpacing": {
86
+ "values": {
87
+ "default": {
88
+ "value": 0
89
+ },
90
+ "loose": {
91
+ "value": -0.017
92
+ }
93
+ }
94
+ },
40
95
  "lineHeight": {
41
96
  "values": {
42
97
  "multiply150": {
@@ -74,13 +129,41 @@
74
129
  }
75
130
  }
76
131
  },
132
+ "radius": {
133
+ "values": {
134
+ "radius20": {
135
+ "value": 20
136
+ },
137
+ "radius4": {
138
+ "value": 4
139
+ }
140
+ }
141
+ },
77
142
  "size": {
78
143
  "values": {
79
144
  "size14": {
80
145
  "value": 14
81
146
  },
147
+ "size16": {
148
+ "value": 16
149
+ },
150
+ "size2": {
151
+ "value": 2
152
+ },
153
+ "size28": {
154
+ "value": 28
155
+ },
156
+ "size4": {
157
+ "value": 4
158
+ },
159
+ "size48": {
160
+ "value": 48
161
+ },
82
162
  "size6": {
83
163
  "value": 6
164
+ },
165
+ "size8": {
166
+ "value": 8
84
167
  }
85
168
  }
86
169
  }