@telus-uds/palette-koodo 3.0.0 → 3.2.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 (99) hide show
  1. package/CHANGELOG.json +37 -1
  2. package/CHANGELOG.md +19 -2
  3. package/build/android/border.xml +1 -1
  4. package/build/android/color.xml +1 -1
  5. package/build/android/font_size.xml +1 -1
  6. package/build/android/radius.xml +1 -1
  7. package/build/android/size.xml +2 -1
  8. package/build/ios/Border.swift +1 -1
  9. package/build/ios/Color.swift +1 -1
  10. package/build/ios/FontSize.swift +1 -1
  11. package/build/ios/Radius.swift +1 -1
  12. package/build/ios/Size.swift +2 -1
  13. package/build/rn/icons/Bullet.js +1 -1
  14. package/build/rn/icons/Bullet.native.js +1 -1
  15. package/build/rn/icons/Number1FilledMono.js +28 -0
  16. package/build/rn/icons/Number1FilledMono.native.js +27 -0
  17. package/build/rn/icons/Number1FilledMulti.js +41 -0
  18. package/build/rn/icons/Number1FilledMulti.native.js +40 -0
  19. package/build/rn/icons/Number2FilledMono.js +28 -0
  20. package/build/rn/icons/Number2FilledMono.native.js +27 -0
  21. package/build/rn/icons/Number2FilledMulti.js +30 -0
  22. package/build/rn/icons/Number2FilledMulti.native.js +29 -0
  23. package/build/rn/icons/Number3FilledMono.js +28 -0
  24. package/build/rn/icons/Number3FilledMono.native.js +27 -0
  25. package/build/rn/icons/Number3FilledMulti.js +30 -0
  26. package/build/rn/icons/Number3FilledMulti.native.js +29 -0
  27. package/build/rn/icons/Number4FilledMono.js +30 -0
  28. package/build/rn/icons/Number4FilledMono.native.js +29 -0
  29. package/build/rn/icons/Number4FilledMulti.js +30 -0
  30. package/build/rn/icons/Number4FilledMulti.native.js +29 -0
  31. package/build/rn/icons/Number5FilledMono.js +28 -0
  32. package/build/rn/icons/Number5FilledMono.native.js +27 -0
  33. package/build/rn/icons/Number5FilledMulti.js +30 -0
  34. package/build/rn/icons/Number5FilledMulti.native.js +29 -0
  35. package/build/rn/icons/Profile.js +28 -0
  36. package/build/rn/icons/Profile.native.js +27 -0
  37. package/build/rn/icons/bullet.icon.svg +1 -1
  38. package/build/rn/icons/index.js +11 -0
  39. package/build/rn/icons/number1-filled-mono.icon.svg +3 -0
  40. package/build/rn/icons/number1-filled-multi.icon.svg +11 -0
  41. package/build/rn/icons/number2-filled-mono.icon.svg +3 -0
  42. package/build/rn/icons/number2-filled-multi.icon.svg +4 -0
  43. package/build/rn/icons/number3-filled-mono.icon.svg +3 -0
  44. package/build/rn/icons/number3-filled-multi.icon.svg +4 -0
  45. package/build/rn/icons/number4-filled-mono.icon.svg +4 -0
  46. package/build/rn/icons/number4-filled-multi.icon.svg +4 -0
  47. package/build/rn/icons/number5-filled-mono.icon.svg +3 -0
  48. package/build/rn/icons/number5-filled-multi.icon.svg +4 -0
  49. package/build/rn/icons/profile.icon.svg +3 -0
  50. package/build/rn/palette.js +13 -1
  51. package/build/web/fonts/fonts-cdn-family.css +5 -5
  52. package/build/web/fonts/fonts-cdn.css +5 -5
  53. package/build/web/fonts/fonts-local-family.css +5 -5
  54. package/build/web/fonts/fonts-local.css +5 -5
  55. package/build/web/icons/Bullet.js +1 -1
  56. package/build/web/icons/Number1FilledMono.js +28 -0
  57. package/build/web/icons/Number1FilledMulti.js +41 -0
  58. package/build/web/icons/Number2FilledMono.js +28 -0
  59. package/build/web/icons/Number2FilledMulti.js +30 -0
  60. package/build/web/icons/Number3FilledMono.js +28 -0
  61. package/build/web/icons/Number3FilledMulti.js +30 -0
  62. package/build/web/icons/Number4FilledMono.js +30 -0
  63. package/build/web/icons/Number4FilledMulti.js +30 -0
  64. package/build/web/icons/Number5FilledMono.js +28 -0
  65. package/build/web/icons/Number5FilledMulti.js +30 -0
  66. package/build/web/icons/Profile.js +28 -0
  67. package/build/web/icons/bullet.icon.svg +1 -1
  68. package/build/web/icons/index.js +11 -0
  69. package/build/web/icons/number1-filled-mono.icon.svg +3 -0
  70. package/build/web/icons/number1-filled-multi.icon.svg +11 -0
  71. package/build/web/icons/number2-filled-mono.icon.svg +3 -0
  72. package/build/web/icons/number2-filled-multi.icon.svg +4 -0
  73. package/build/web/icons/number3-filled-mono.icon.svg +3 -0
  74. package/build/web/icons/number3-filled-multi.icon.svg +4 -0
  75. package/build/web/icons/number4-filled-mono.icon.svg +4 -0
  76. package/build/web/icons/number4-filled-multi.icon.svg +4 -0
  77. package/build/web/icons/number5-filled-mono.icon.svg +3 -0
  78. package/build/web/icons/number5-filled-multi.icon.svg +4 -0
  79. package/build/web/icons/profile.icon.svg +3 -0
  80. package/build/web/palette.js +18 -6
  81. package/icon/bullet.svg +1 -1
  82. package/icon/number-1-filled-mono.svg +3 -0
  83. package/icon/number-1-filled-multi.svg +11 -0
  84. package/icon/number-2-filled-mono.svg +3 -0
  85. package/icon/number-2-filled-multi.svg +4 -0
  86. package/icon/number-3-filled-mono.svg +3 -0
  87. package/icon/number-3-filled-multi.svg +4 -0
  88. package/icon/number-4-filled-mono.svg +4 -0
  89. package/icon/number-4-filled-multi.svg +4 -0
  90. package/icon/number-5-filled-mono.svg +3 -0
  91. package/icon/number-5-filled-multi.svg +4 -0
  92. package/icon/profile.svg +3 -0
  93. package/package.json +1 -1
  94. package/palette.json +47 -0
  95. /package/build/web/fonts/{StagSans-Bold-v3_0_0.otf → StagSans-Bold-v3_2_0.otf} +0 -0
  96. /package/build/web/fonts/{StagSans-Light-v3_0_0.otf → StagSans-Light-v3_2_0.otf} +0 -0
  97. /package/build/web/fonts/{StagSans-Medium-v3_0_0.otf → StagSans-Medium-v3_2_0.otf} +0 -0
  98. /package/build/web/fonts/{StagSans-Regular-v3_0_0.otf → StagSans-Regular-v3_2_0.otf} +0 -0
  99. /package/build/web/fonts/{StagSans-Semibold-v3_0_0.otf → StagSans-Semibold-v3_2_0.otf} +0 -0
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+
3
+ var _jsxRuntime = require("react/jsx-runtime");
4
+ module.exports = ({
5
+ title,
6
+ titleId,
7
+ size,
8
+ color,
9
+ ...props
10
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
11
+ ...props,
12
+ xmlns: "http://www.w3.org/2000/svg",
13
+ viewBox: "0 0 24 24",
14
+ height: size,
15
+ width: size,
16
+ fill: color,
17
+ role: title ? 'img' : undefined,
18
+ "aria-hidden": !title,
19
+ "aria-labelledby": titleId,
20
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
21
+ id: titleId,
22
+ children: title
23
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
24
+ fill: "#FF0076",
25
+ d: "M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0s12 5.373 12 12Z"
26
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
27
+ fill: "#fff",
28
+ d: "M14.76 16.2h-2.808v-1.716H8.46v-2.016L12.084 7.8h2.676v4.92h.78v1.764h-.78V16.2Zm-4.356-3.528v.048h1.644v-2.172H12l-1.596 2.124Z"
29
+ })]
30
+ });
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+
3
+ var _reactNativeSvg = require("react-native-svg");
4
+ var _jsxRuntime = require("react/jsx-runtime");
5
+ module.exports = ({
6
+ title,
7
+ titleId,
8
+ size,
9
+ color,
10
+ ...props
11
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, {
12
+ ...props,
13
+ xmlns: "http://www.w3.org/2000/svg",
14
+ viewBox: "0 0 24 24",
15
+ height: size,
16
+ width: size,
17
+ fill: color,
18
+ "aria-labelledby": titleId,
19
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
20
+ id: titleId,
21
+ children: title
22
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
23
+ fill: "#FF0076",
24
+ d: "M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0s12 5.373 12 12Z"
25
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
26
+ fill: "#fff",
27
+ d: "M14.76 16.2h-2.808v-1.716H8.46v-2.016L12.084 7.8h2.676v4.92h.78v1.764h-.78V16.2Zm-4.356-3.528v.048h1.644v-2.172H12l-1.596 2.124Z"
28
+ })]
29
+ });
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+
3
+ var _jsxRuntime = require("react/jsx-runtime");
4
+ module.exports = ({
5
+ title,
6
+ titleId,
7
+ size,
8
+ color,
9
+ ...props
10
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
11
+ ...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 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Zm-.576-7.734c2.388 0 3.78-1.092 3.78-2.892 0-1.824-1.128-2.616-2.616-2.616-.816 0-1.26.192-1.548.444h-.036V9.786h3.72V7.734H9.012v5.16h1.56c.168-.18.444-.372.936-.372.516 0 .864.252.864.84 0 .6-.396.948-1.188.948-.636 0-1.056-.192-1.344-.408H8.796v1.8c.66.348 1.404.564 2.628.564Z",
26
+ clipRule: "evenodd"
27
+ })]
28
+ });
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+
3
+ var _reactNativeSvg = require("react-native-svg");
4
+ var _jsxRuntime = require("react/jsx-runtime");
5
+ module.exports = ({
6
+ title,
7
+ titleId,
8
+ size,
9
+ color,
10
+ ...props
11
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, {
12
+ ...props,
13
+ xmlns: "http://www.w3.org/2000/svg",
14
+ viewBox: "0 0 24 24",
15
+ height: size,
16
+ width: size,
17
+ fill: color,
18
+ "aria-labelledby": titleId,
19
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
20
+ id: titleId,
21
+ children: title
22
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
23
+ fillRule: "evenodd",
24
+ d: "M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Zm-.576-7.734c2.388 0 3.78-1.092 3.78-2.892 0-1.824-1.128-2.616-2.616-2.616-.816 0-1.26.192-1.548.444h-.036V9.786h3.72V7.734H9.012v5.16h1.56c.168-.18.444-.372.936-.372.516 0 .864.252.864.84 0 .6-.396.948-1.188.948-.636 0-1.056-.192-1.344-.408H8.796v1.8c.66.348 1.404.564 2.628.564Z",
25
+ clipRule: "evenodd"
26
+ })]
27
+ });
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+
3
+ var _jsxRuntime = require("react/jsx-runtime");
4
+ module.exports = ({
5
+ title,
6
+ titleId,
7
+ size,
8
+ color,
9
+ ...props
10
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
11
+ ...props,
12
+ xmlns: "http://www.w3.org/2000/svg",
13
+ viewBox: "0 0 24 24",
14
+ height: size,
15
+ width: size,
16
+ fill: color,
17
+ role: title ? 'img' : undefined,
18
+ "aria-hidden": !title,
19
+ "aria-labelledby": titleId,
20
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
21
+ id: titleId,
22
+ children: title
23
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
24
+ fill: "#FF0076",
25
+ d: "M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0s12 5.373 12 12Z"
26
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
27
+ fill: "#fff",
28
+ d: "M15.204 13.374c0 1.8-1.392 2.892-3.78 2.892-1.224 0-1.968-.216-2.628-.564v-1.8H9.84c.288.216.708.408 1.344.408.792 0 1.188-.348 1.188-.948 0-.588-.348-.84-.864-.84-.492 0-.768.192-.936.372h-1.56v-5.16h5.712v2.052h-3.72v1.416h.036c.288-.252.732-.444 1.548-.444 1.488 0 2.616.792 2.616 2.616Z"
29
+ })]
30
+ });
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+
3
+ var _reactNativeSvg = require("react-native-svg");
4
+ var _jsxRuntime = require("react/jsx-runtime");
5
+ module.exports = ({
6
+ title,
7
+ titleId,
8
+ size,
9
+ color,
10
+ ...props
11
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, {
12
+ ...props,
13
+ xmlns: "http://www.w3.org/2000/svg",
14
+ viewBox: "0 0 24 24",
15
+ height: size,
16
+ width: size,
17
+ fill: color,
18
+ "aria-labelledby": titleId,
19
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
20
+ id: titleId,
21
+ children: title
22
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
23
+ fill: "#FF0076",
24
+ d: "M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0s12 5.373 12 12Z"
25
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
26
+ fill: "#fff",
27
+ d: "M15.204 13.374c0 1.8-1.392 2.892-3.78 2.892-1.224 0-1.968-.216-2.628-.564v-1.8H9.84c.288.216.708.408 1.344.408.792 0 1.188-.348 1.188-.948 0-.588-.348-.84-.864-.84-.492 0-.768.192-.936.372h-1.56v-5.16h5.712v2.052h-3.72v1.416h.036c.288-.252.732-.444 1.548-.444 1.488 0 2.616.792 2.616 2.616Z"
28
+ })]
29
+ });
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+
3
+ var _jsxRuntime = require("react/jsx-runtime");
4
+ module.exports = ({
5
+ title,
6
+ titleId,
7
+ size,
8
+ color,
9
+ ...props
10
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
11
+ ...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 20.5c2.06 0 3.948-.732 5.419-1.951a5.469 5.469 0 0 0-10.608.184A8.463 8.463 0 0 0 12 20.5Zm.138-8.5a7.966 7.966 0 0 1 7.13 4.41 8.5 8.5 0 1 0-14.38.249A7.968 7.968 0 0 1 12.139 12ZM12 23c6.075 0 11-4.925 11-11S18.075 1 12 1 1 5.925 1 12s4.925 11 11 11Zm0-12.004a2.933 2.933 0 1 0 0-5.867 2.933 2.933 0 0 0 0 5.867Z",
26
+ clipRule: "evenodd"
27
+ })]
28
+ });
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+
3
+ var _reactNativeSvg = require("react-native-svg");
4
+ var _jsxRuntime = require("react/jsx-runtime");
5
+ module.exports = ({
6
+ title,
7
+ titleId,
8
+ size,
9
+ color,
10
+ ...props
11
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, {
12
+ ...props,
13
+ xmlns: "http://www.w3.org/2000/svg",
14
+ viewBox: "0 0 24 24",
15
+ height: size,
16
+ width: size,
17
+ fill: color,
18
+ "aria-labelledby": titleId,
19
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
20
+ id: titleId,
21
+ children: title
22
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
23
+ fillRule: "evenodd",
24
+ d: "M12 20.5c2.06 0 3.948-.732 5.419-1.951a5.469 5.469 0 0 0-10.608.184A8.463 8.463 0 0 0 12 20.5Zm.138-8.5a7.966 7.966 0 0 1 7.13 4.41 8.5 8.5 0 1 0-14.38.249A7.968 7.968 0 0 1 12.139 12ZM12 23c6.075 0 11-4.925 11-11S18.075 1 12 1 1 5.925 1 12s4.925 11 11 11Zm0-12.004a2.933 2.933 0 1 0 0-5.867 2.933 2.933 0 0 0 0 5.867Z",
25
+ clipRule: "evenodd"
26
+ })]
27
+ });
@@ -1,3 +1,3 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
- <path d="M14.718 11.7a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z"/>
2
+ <path d="M15 12a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z"/>
3
3
  </svg>
@@ -60,6 +60,16 @@ module.exports = {
60
60
  MaintenanceFilled: require('./MaintenanceFilled'),
61
61
  MasterCard: require('./MasterCard'),
62
62
  Muted: require('./Muted'),
63
+ Number1FilledMono: require('./Number1FilledMono'),
64
+ Number1FilledMulti: require('./Number1FilledMulti'),
65
+ Number2FilledMono: require('./Number2FilledMono'),
66
+ Number2FilledMulti: require('./Number2FilledMulti'),
67
+ Number3FilledMono: require('./Number3FilledMono'),
68
+ Number3FilledMulti: require('./Number3FilledMulti'),
69
+ Number4FilledMono: require('./Number4FilledMono'),
70
+ Number4FilledMulti: require('./Number4FilledMulti'),
71
+ Number5FilledMono: require('./Number5FilledMono'),
72
+ Number5FilledMulti: require('./Number5FilledMulti'),
63
73
  OfferStarFilled: require('./OfferStarFilled'),
64
74
  Pause: require('./Pause'),
65
75
  PaymentAdd: require('./PaymentAdd'),
@@ -72,6 +82,7 @@ module.exports = {
72
82
  PlugPlay: require('./PlugPlay'),
73
83
  Preference: require('./Preference'),
74
84
  Price: require('./Price'),
85
+ Profile: require('./Profile'),
75
86
  Question: require('./Question'),
76
87
  QuestionFilled: require('./QuestionFilled'),
77
88
  QuoteLeft: require('./QuoteLeft'),
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path fill-rule="evenodd" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Zm-.762-7.8h2.856V7.8H11.97L9.906 8.82v2.052h.48l.852-.456V16.2Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,11 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <defs>
3
+ <clipPath id="a">
4
+ <path fill="#fff" d="M0 0h24v24H0z"/>
5
+ </clipPath>
6
+ </defs>
7
+ <g clip-path="url(#a)">
8
+ <path fill="#FF0076" d="M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0s12 5.373 12 12Z"/>
9
+ <path fill="#fff" d="M14.094 16.2h-2.856v-5.784l-.852.456h-.48V8.82L11.97 7.8h2.124v8.4Z"/>
10
+ </g>
11
+ </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="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Zm3.066-7.734v-2.064h-2.988l1.176-.96c1.188-.972 1.896-1.74 1.896-2.916 0-1.8-1.188-2.592-3.24-2.592-1.272 0-2.232.336-2.88.696v1.884h1.128a1.859 1.859 0 0 1 1.26-.468c.576 0 .852.252.852.648 0 .468-.348.888-1.128 1.608L8.85 14.166v2.1h6.216Z" 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="#FF0076" d="M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0s12 5.373 12 12Z"/>
3
+ <path fill="#fff" d="M15.066 14.202v2.064H8.85v-2.1l2.292-2.064c.78-.72 1.128-1.14 1.128-1.608 0-.396-.276-.648-.852-.648-.564 0-.972.216-1.26.468H9.03V8.43c.648-.36 1.608-.696 2.88-.696 2.052 0 3.24.792 3.24 2.592 0 1.176-.708 1.944-1.896 2.916l-1.176.96h2.988Z"/>
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="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Zm-3.186-8.232c.588.312 1.344.564 2.688.564 2.304 0 3.696-.912 3.684-2.484 0-1.128-.6-1.752-1.8-1.92v-.048c1.044-.252 1.644-.84 1.644-1.968 0-1.548-1.32-2.244-3.18-2.244-1.176 0-2.124.276-2.796.672v1.68h1.02c.288-.168.756-.324 1.32-.324.576 0 .9.264.9.708 0 .456-.348.732-1.092.732h-.684v1.728h.756c.732 0 1.056.24 1.056.768s-.48.78-1.116.78c-.624 0-1.092-.168-1.356-.372H8.814v1.728Z" 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="#FF0076" d="M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0s12 5.373 12 12Z"/>
3
+ <path fill="#fff" d="M11.502 16.332c-1.344 0-2.1-.252-2.688-.564V14.04h1.044c.264.204.732.372 1.356.372.636 0 1.116-.252 1.116-.78s-.324-.768-1.056-.768h-.756v-1.728h.684c.744 0 1.092-.276 1.092-.732 0-.444-.324-.708-.9-.708-.564 0-1.032.156-1.32.324h-1.02V8.34c.672-.396 1.62-.672 2.796-.672 1.86 0 3.18.696 3.18 2.244 0 1.128-.6 1.716-1.644 1.968v.048c1.2.168 1.8.792 1.8 1.92.012 1.572-1.38 2.484-3.684 2.484Z"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path d="M10.404 12.72v-.048L12 10.548h.048v2.172h-1.644Z"/>
3
+ <path fill-rule="evenodd" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Zm-.048-7.8h2.808v-1.716h.78V12.72h-.78V7.8h-2.676L8.46 12.468v2.016h3.492V16.2Z" 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="#FF0076" d="M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0s12 5.373 12 12Z"/>
3
+ <path fill="#fff" d="M14.76 16.2h-2.808v-1.716H8.46v-2.016L12.084 7.8h2.676v4.92h.78v1.764h-.78V16.2Zm-4.356-3.528v.048h1.644v-2.172H12l-1.596 2.124Z"/>
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="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Zm-.576-7.734c2.388 0 3.78-1.092 3.78-2.892 0-1.824-1.128-2.616-2.616-2.616-.816 0-1.26.192-1.548.444h-.036V9.786h3.72V7.734H9.012v5.16h1.56c.168-.18.444-.372.936-.372.516 0 .864.252.864.84 0 .6-.396.948-1.188.948-.636 0-1.056-.192-1.344-.408H8.796v1.8c.66.348 1.404.564 2.628.564Z" 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="#FF0076" d="M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0s12 5.373 12 12Z"/>
3
+ <path fill="#fff" d="M15.204 13.374c0 1.8-1.392 2.892-3.78 2.892-1.224 0-1.968-.216-2.628-.564v-1.8H9.84c.288.216.708.408 1.344.408.792 0 1.188-.348 1.188-.948 0-.588-.348-.84-.864-.84-.492 0-.768.192-.936.372h-1.56v-5.16h5.712v2.052h-3.72v1.416h.036c.288-.252.732-.444 1.548-.444 1.488 0 2.616.792 2.616 2.616Z"/>
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="M12 20.5c2.06 0 3.948-.732 5.419-1.951a5.469 5.469 0 0 0-10.608.184A8.463 8.463 0 0 0 12 20.5Zm.138-8.5a7.966 7.966 0 0 1 7.13 4.41 8.5 8.5 0 1 0-14.38.249A7.968 7.968 0 0 1 12.139 12ZM12 23c6.075 0 11-4.925 11-11S18.075 1 12 1 1 5.925 1 12s4.925 11 11 11Zm0-12.004a2.933 2.933 0 1 0 0-5.867 2.933 2.933 0 0 0 0 5.867Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 31 Jan 2025 20:52:10 GMT
3
+ * Generated on Wed, 05 Mar 2025 00:03:19 GMT
4
4
  */
5
5
  module.exports = {
6
6
  border: {
@@ -177,6 +177,16 @@ module.exports = {
177
177
  MaintenanceFilled: '@telus-uds/palette-koodo/build/rn/icons/maintenance-filled.icon.svg',
178
178
  MasterCard: '@telus-uds/palette-koodo/build/rn/icons/master-card.icon.svg',
179
179
  Muted: '@telus-uds/palette-koodo/build/rn/icons/muted.icon.svg',
180
+ Number1FilledMono: '@telus-uds/palette-koodo/build/rn/icons/number1-filled-mono.icon.svg',
181
+ Number1FilledMulti: '@telus-uds/palette-koodo/build/rn/icons/number1-filled-multi.icon.svg',
182
+ Number2FilledMono: '@telus-uds/palette-koodo/build/rn/icons/number2-filled-mono.icon.svg',
183
+ Number2FilledMulti: '@telus-uds/palette-koodo/build/rn/icons/number2-filled-multi.icon.svg',
184
+ Number3FilledMono: '@telus-uds/palette-koodo/build/rn/icons/number3-filled-mono.icon.svg',
185
+ Number3FilledMulti: '@telus-uds/palette-koodo/build/rn/icons/number3-filled-multi.icon.svg',
186
+ Number4FilledMono: '@telus-uds/palette-koodo/build/rn/icons/number4-filled-mono.icon.svg',
187
+ Number4FilledMulti: '@telus-uds/palette-koodo/build/rn/icons/number4-filled-multi.icon.svg',
188
+ Number5FilledMono: '@telus-uds/palette-koodo/build/rn/icons/number5-filled-mono.icon.svg',
189
+ Number5FilledMulti: '@telus-uds/palette-koodo/build/rn/icons/number5-filled-multi.icon.svg',
180
190
  OfferStarFilled: '@telus-uds/palette-koodo/build/rn/icons/offer-star-filled.icon.svg',
181
191
  Pause: '@telus-uds/palette-koodo/build/rn/icons/pause.icon.svg',
182
192
  PaymentAdd: '@telus-uds/palette-koodo/build/rn/icons/payment-add.icon.svg',
@@ -189,6 +199,7 @@ module.exports = {
189
199
  PlugPlay: '@telus-uds/palette-koodo/build/rn/icons/plug-play.icon.svg',
190
200
  Preference: '@telus-uds/palette-koodo/build/rn/icons/preference.icon.svg',
191
201
  Price: '@telus-uds/palette-koodo/build/rn/icons/price.icon.svg',
202
+ Profile: '@telus-uds/palette-koodo/build/rn/icons/profile.icon.svg',
192
203
  Question: '@telus-uds/palette-koodo/build/rn/icons/question.icon.svg',
193
204
  QuestionFilled: '@telus-uds/palette-koodo/build/rn/icons/question-filled.icon.svg',
194
205
  QuoteLeft: '@telus-uds/palette-koodo/build/rn/icons/quote-left.icon.svg',
@@ -345,6 +356,7 @@ module.exports = {
345
356
  size24: 24,
346
357
  size26: 26,
347
358
  size27: 27,
359
+ size28: 28,
348
360
  size288: 288,
349
361
  size3: 3,
350
362
  size32: 32,
@@ -1,34 +1,34 @@
1
1
  @font-face {
2
2
  font-family: 'StagSans';
3
- src: url('https://cdn.telus.digital/uds/StagSans-Light-v3_0_0.otf');
3
+ src: url('https://cdn.telus.digital/uds/StagSans-Light-v3_2_0.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/StagSans-Regular-v3_0_0.otf');
10
+ src: url('https://cdn.telus.digital/uds/StagSans-Regular-v3_2_0.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/StagSans-Medium-v3_0_0.otf');
17
+ src: url('https://cdn.telus.digital/uds/StagSans-Medium-v3_2_0.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/StagSans-Semibold-v3_0_0.otf');
24
+ src: url('https://cdn.telus.digital/uds/StagSans-Semibold-v3_2_0.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/StagSans-Bold-v3_0_0.otf');
31
+ src: url('https://cdn.telus.digital/uds/StagSans-Bold-v3_2_0.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/StagSans-Light-v3_0_0.otf');
3
+ src: url('https://cdn.telus.digital/uds/StagSans-Light-v3_2_0.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/StagSans-Regular-v3_0_0.otf');
8
+ src: url('https://cdn.telus.digital/uds/StagSans-Regular-v3_2_0.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/StagSans-Medium-v3_0_0.otf');
13
+ src: url('https://cdn.telus.digital/uds/StagSans-Medium-v3_2_0.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/StagSans-Semibold-v3_0_0.otf');
18
+ src: url('https://cdn.telus.digital/uds/StagSans-Semibold-v3_2_0.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/StagSans-Bold-v3_0_0.otf');
23
+ src: url('https://cdn.telus.digital/uds/StagSans-Bold-v3_2_0.otf');
24
24
  font-display: block;
25
25
  }
@@ -1,34 +1,34 @@
1
1
  @font-face {
2
2
  font-family: 'StagSans';
3
- src: url('./StagSans-Light-v3_0_0.otf');
3
+ src: url('./StagSans-Light-v3_2_0.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('./StagSans-Regular-v3_0_0.otf');
10
+ src: url('./StagSans-Regular-v3_2_0.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('./StagSans-Medium-v3_0_0.otf');
17
+ src: url('./StagSans-Medium-v3_2_0.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('./StagSans-Semibold-v3_0_0.otf');
24
+ src: url('./StagSans-Semibold-v3_2_0.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('./StagSans-Bold-v3_0_0.otf');
31
+ src: url('./StagSans-Bold-v3_2_0.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('./StagSans-Light-v3_0_0.otf');
3
+ src: url('./StagSans-Light-v3_2_0.otf');
4
4
  font-display: block;
5
5
  }
6
6
  @font-face {
7
7
  font-family: 'StagSans400normal';
8
- src: url('./StagSans-Regular-v3_0_0.otf');
8
+ src: url('./StagSans-Regular-v3_2_0.otf');
9
9
  font-display: block;
10
10
  }
11
11
  @font-face {
12
12
  font-family: 'StagSans500normal';
13
- src: url('./StagSans-Medium-v3_0_0.otf');
13
+ src: url('./StagSans-Medium-v3_2_0.otf');
14
14
  font-display: block;
15
15
  }
16
16
  @font-face {
17
17
  font-family: 'StagSans600normal';
18
- src: url('./StagSans-Semibold-v3_0_0.otf');
18
+ src: url('./StagSans-Semibold-v3_2_0.otf');
19
19
  font-display: block;
20
20
  }
21
21
  @font-face {
22
22
  font-family: 'StagSans700normal';
23
- src: url('./StagSans-Bold-v3_0_0.otf');
23
+ src: url('./StagSans-Bold-v3_2_0.otf');
24
24
  font-display: block;
25
25
  }
@@ -21,6 +21,6 @@ module.exports = ({
21
21
  id: titleId,
22
22
  children: title
23
23
  }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
24
- d: "M14.718 11.7a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z"
24
+ d: "M15 12a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z"
25
25
  })]
26
26
  });
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+
3
+ var _jsxRuntime = require("react/jsx-runtime");
4
+ module.exports = ({
5
+ title,
6
+ titleId,
7
+ size,
8
+ color,
9
+ ...props
10
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
11
+ ...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 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Zm-.762-7.8h2.856V7.8H11.97L9.906 8.82v2.052h.48l.852-.456V16.2Z",
26
+ clipRule: "evenodd"
27
+ })]
28
+ });
@@ -0,0 +1,41 @@
1
+ "use strict";
2
+
3
+ var _jsxRuntime = require("react/jsx-runtime");
4
+ module.exports = ({
5
+ title,
6
+ titleId,
7
+ size,
8
+ color,
9
+ ...props
10
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
11
+ ...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)("defs", {
24
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("clipPath", {
25
+ id: "prefix__a",
26
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
27
+ fill: "#fff",
28
+ d: "M0 0h24v24H0z"
29
+ })
30
+ })
31
+ }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
32
+ clipPath: "url(#prefix__a)",
33
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
34
+ fill: "#FF0076",
35
+ d: "M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0s12 5.373 12 12Z"
36
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
37
+ fill: "#fff",
38
+ d: "M14.094 16.2h-2.856v-5.784l-.852.456h-.48V8.82L11.97 7.8h2.124v8.4Z"
39
+ })]
40
+ })]
41
+ });
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+
3
+ var _jsxRuntime = require("react/jsx-runtime");
4
+ module.exports = ({
5
+ title,
6
+ titleId,
7
+ size,
8
+ color,
9
+ ...props
10
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
11
+ ...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 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Zm3.066-7.734v-2.064h-2.988l1.176-.96c1.188-.972 1.896-1.74 1.896-2.916 0-1.8-1.188-2.592-3.24-2.592-1.272 0-2.232.336-2.88.696v1.884h1.128a1.859 1.859 0 0 1 1.26-.468c.576 0 .852.252.852.648 0 .468-.348.888-1.128 1.608L8.85 14.166v2.1h6.216Z",
26
+ clipRule: "evenodd"
27
+ })]
28
+ });