@telus-uds/palette-koodo 0.6.0 → 0.8.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.
- package/build/android/border.xml +1 -1
- package/build/android/color.xml +4 -1
- package/build/android/font_size.xml +2 -1
- package/build/android/radius.xml +2 -1
- package/build/android/size.xml +2 -1
- package/build/ios/Border.swift +1 -1
- package/build/ios/Color.swift +4 -1
- package/build/ios/FontSize.swift +2 -1
- package/build/ios/Radius.swift +2 -1
- package/build/ios/Size.swift +2 -1
- package/build/rn/icons/Caution.js +28 -0
- package/build/rn/icons/Caution.native.js +28 -0
- package/build/rn/icons/caution.icon.svg +3 -0
- package/build/rn/icons/index.js +1 -0
- package/build/rn/palette.js +9 -2
- package/build/web/fonts/fonts-cdn-family.css +5 -5
- package/build/web/fonts/fonts-cdn.css +5 -5
- package/build/web/fonts/fonts-local-family.css +5 -5
- package/build/web/fonts/fonts-local.css +5 -5
- package/build/web/icons/Caution.js +28 -0
- package/build/web/icons/caution.icon.svg +3 -0
- package/build/web/icons/index.js +1 -0
- package/build/web/palette.js +14 -7
- package/package.json +1 -1
- package/palette.json +28 -0
- /package/build/web/fonts/{v0_6_0-StagSans-300-uCFhO-K5urS7ghfX_tBiT.otf → v0_8_0-StagSans-300-v8O-nDU-W5GzcaJj2KRYn.otf} +0 -0
- /package/build/web/fonts/{v0_6_0-StagSans-400-sqCkMomnGjk5K_kCEkmDd.otf → v0_8_0-StagSans-400-S0u17gO_yPMVoNvlMuddf.otf} +0 -0
- /package/build/web/fonts/{v0_6_0-StagSans-500-2RAthF3PS2pAdgsvcw_Yq.otf → v0_8_0-StagSans-500-VGxqvPf4b7DvnE4__0xBL.otf} +0 -0
- /package/build/web/fonts/{v0_6_0-StagSans-600-fSFrFEyLyrr2k0TCuFL8_.otf → v0_8_0-StagSans-600-iAuKz2wi48c86pjaKqWKI.otf} +0 -0
- /package/build/web/fonts/{v0_6_0-StagSans-700-UJK34bB2Z7Xp8A6ZA6hdr.otf → v0_8_0-StagSans-700-Uhe0jw9kEfeNVY_E0kghk.otf} +0 -0
package/build/android/border.xml
CHANGED
package/build/android/color.xml
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
<!--
|
|
4
4
|
Do not edit directly
|
|
5
|
-
Generated on Mon,
|
|
5
|
+
Generated on Mon, 03 Apr 2023 20:38:31 GMT
|
|
6
6
|
-->
|
|
7
7
|
|
|
8
8
|
<resources>
|
|
@@ -15,6 +15,7 @@
|
|
|
15
15
|
<color name="cardinal_pink">#ff8c0448</color>
|
|
16
16
|
<color name="carousel_pink">#fffae6f4</color>
|
|
17
17
|
<color name="chathams_blue">#ff17367d</color>
|
|
18
|
+
<color name="chathams_blue_dark">#ff052158</color>
|
|
18
19
|
<color name="dark_blue">#ff0083b3</color>
|
|
19
20
|
<color name="dark_mosque">#ff014847</color>
|
|
20
21
|
<color name="dove">#ff666666</color>
|
|
@@ -38,9 +39,11 @@
|
|
|
38
39
|
<color name="texas">#fff9f6a5</color>
|
|
39
40
|
<color name="transparent">#00000000</color>
|
|
40
41
|
<color name="trinidad">#ffdf3d0c</color>
|
|
42
|
+
<color name="trinidad_dark">#ffc9370b</color>
|
|
41
43
|
<color name="turquoise">#ff39cdc9</color>
|
|
42
44
|
<color name="wattle">#ffd5e04d</color>
|
|
43
45
|
<color name="well_read">#ffb8373e</color>
|
|
44
46
|
<color name="white">#ffffffff</color>
|
|
47
|
+
<color name="white_dark">#ffe6e6e6</color>
|
|
45
48
|
|
|
46
49
|
</resources>
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
<!--
|
|
4
4
|
Do not edit directly
|
|
5
|
-
Generated on Mon,
|
|
5
|
+
Generated on Mon, 03 Apr 2023 20:38:31 GMT
|
|
6
6
|
-->
|
|
7
7
|
|
|
8
8
|
<resources>
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
<dimen name="size_14">14.00sp</dimen>
|
|
11
11
|
<dimen name="size_16">16.00sp</dimen>
|
|
12
12
|
<dimen name="size_18">18.00sp</dimen>
|
|
13
|
+
<dimen name="size_2">2.00sp</dimen>
|
|
13
14
|
<dimen name="size_20">20.00sp</dimen>
|
|
14
15
|
<dimen name="size_24">24.00sp</dimen>
|
|
15
16
|
<dimen name="size_28">28.00sp</dimen>
|
package/build/android/radius.xml
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
<!--
|
|
4
4
|
Do not edit directly
|
|
5
|
-
Generated on Mon,
|
|
5
|
+
Generated on Mon, 03 Apr 2023 20:38:31 GMT
|
|
6
6
|
-->
|
|
7
7
|
|
|
8
8
|
<resources>
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
<dimen name="pill_32">32.00dp</dimen>
|
|
11
11
|
<dimen name="radius_12">12.00dp</dimen>
|
|
12
12
|
<dimen name="radius_4">4.00dp</dimen>
|
|
13
|
+
<dimen name="radius_48">48.00dp</dimen>
|
|
13
14
|
<dimen name="radius_8">8.00dp</dimen>
|
|
14
15
|
|
|
15
16
|
</resources>
|
package/build/android/size.xml
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
<!--
|
|
4
4
|
Do not edit directly
|
|
5
|
-
Generated on Mon,
|
|
5
|
+
Generated on Mon, 03 Apr 2023 20:38:31 GMT
|
|
6
6
|
-->
|
|
7
7
|
|
|
8
8
|
<resources>
|
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
<dimen name="size_128">128.00dp</dimen>
|
|
15
15
|
<dimen name="size_14">14.00dp</dimen>
|
|
16
16
|
<dimen name="size_140">140.00dp</dimen>
|
|
17
|
+
<dimen name="size_144">144.00dp</dimen>
|
|
17
18
|
<dimen name="size_15">15.00dp</dimen>
|
|
18
19
|
<dimen name="size_16">16.00dp</dimen>
|
|
19
20
|
<dimen name="size_168">168.00dp</dimen>
|
package/build/ios/Border.swift
CHANGED
package/build/ios/Color.swift
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
|
|
6
6
|
// Do not edit directly
|
|
7
|
-
// Generated on Mon,
|
|
7
|
+
// Generated on Mon, 03 Apr 2023 20:38:31 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
@@ -19,6 +19,7 @@ public enum PaletteColor {
|
|
|
19
19
|
public static let cardinalPink = UIColor(red: 0.549, green: 0.016, blue: 0.282, alpha: 1)
|
|
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
|
+
public static let chathamsBlueDark = UIColor(red: 0.020, green: 0.129, blue: 0.345, alpha: 1)
|
|
22
23
|
public static let darkBlue = UIColor(red: 0.000, green: 0.514, blue: 0.702, alpha: 1)
|
|
23
24
|
public static let darkMosque = UIColor(red: 0.004, green: 0.282, blue: 0.278, alpha: 1)
|
|
24
25
|
public static let dove = UIColor(red: 0.400, green: 0.400, blue: 0.400, alpha: 1)
|
|
@@ -42,8 +43,10 @@ public enum PaletteColor {
|
|
|
42
43
|
public static let texas = UIColor(red: 0.976, green: 0.965, blue: 0.647, alpha: 1)
|
|
43
44
|
public static let transparent = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0)
|
|
44
45
|
public static let trinidad = UIColor(red: 0.875, green: 0.239, blue: 0.047, alpha: 1)
|
|
46
|
+
public static let trinidadDark = UIColor(red: 0.788, green: 0.216, blue: 0.043, alpha: 1)
|
|
45
47
|
public static let turquoise = UIColor(red: 0.224, green: 0.804, blue: 0.788, alpha: 1)
|
|
46
48
|
public static let wattle = UIColor(red: 0.835, green: 0.878, blue: 0.302, alpha: 1)
|
|
47
49
|
public static let wellRead = UIColor(red: 0.722, green: 0.216, blue: 0.243, alpha: 1)
|
|
48
50
|
public static let white = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
|
|
51
|
+
public static let whiteDark = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 1)
|
|
49
52
|
}
|
package/build/ios/FontSize.swift
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
|
|
6
6
|
// Do not edit directly
|
|
7
|
-
// Generated on Mon,
|
|
7
|
+
// Generated on Mon, 03 Apr 2023 20:38:31 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
@@ -14,6 +14,7 @@ public enum PaletteFontSize {
|
|
|
14
14
|
public static let size14 = CGFloat(14)
|
|
15
15
|
public static let size16 = CGFloat(16)
|
|
16
16
|
public static let size18 = CGFloat(18)
|
|
17
|
+
public static let size2 = CGFloat(2)
|
|
17
18
|
public static let size20 = CGFloat(20)
|
|
18
19
|
public static let size24 = CGFloat(24)
|
|
19
20
|
public static let size28 = CGFloat(28)
|
package/build/ios/Radius.swift
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
|
|
6
6
|
// Do not edit directly
|
|
7
|
-
// Generated on Mon,
|
|
7
|
+
// Generated on Mon, 03 Apr 2023 20:38:31 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
@@ -14,5 +14,6 @@ public enum PaletteRadius {
|
|
|
14
14
|
public static let pill32 = CGFloat(32)
|
|
15
15
|
public static let radius12 = CGFloat(12)
|
|
16
16
|
public static let radius4 = CGFloat(4)
|
|
17
|
+
public static let radius48 = CGFloat(48)
|
|
17
18
|
public static let radius8 = CGFloat(8)
|
|
18
19
|
}
|
package/build/ios/Size.swift
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
|
|
6
6
|
// Do not edit directly
|
|
7
|
-
// Generated on Mon,
|
|
7
|
+
// Generated on Mon, 03 Apr 2023 20:38:31 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
@@ -18,6 +18,7 @@ public enum PaletteSize {
|
|
|
18
18
|
public static let size128 = CGFloat(128)
|
|
19
19
|
public static let size14 = CGFloat(14)
|
|
20
20
|
public static let size140 = CGFloat(140)
|
|
21
|
+
public static let size144 = CGFloat(144)
|
|
21
22
|
public static let size15 = CGFloat(15)
|
|
22
23
|
public static let size16 = CGFloat(16)
|
|
23
24
|
public static let size168 = CGFloat(168)
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
4
|
+
|
|
5
|
+
module.exports = ({
|
|
6
|
+
title,
|
|
7
|
+
titleId,
|
|
8
|
+
size,
|
|
9
|
+
color,
|
|
10
|
+
...props
|
|
11
|
+
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
|
|
12
|
+
width: size,
|
|
13
|
+
height: size,
|
|
14
|
+
fill: color,
|
|
15
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16
|
+
role: title ? 'img' : undefined,
|
|
17
|
+
"aria-hidden": !title,
|
|
18
|
+
"aria-labelledby": titleId,
|
|
19
|
+
children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
|
|
20
|
+
id: titleId,
|
|
21
|
+
children: title
|
|
22
|
+
}) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
23
|
+
fillRule: "evenodd",
|
|
24
|
+
clipRule: "evenodd",
|
|
25
|
+
d: "M.971 17.584a.97.97 0 0 1-.835-1.463L9.165.827a.97.97 0 0 1 1.67 0l9.029 15.294a.97.97 0 0 1-.835 1.463H.97ZM9.273 15.4h1.454v-1.454H9.273V15.4Zm1.454-2.91H9.273V6.674h1.454v5.819Z",
|
|
26
|
+
fill: "#EE2C74"
|
|
27
|
+
})]
|
|
28
|
+
});
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _reactNativeSvg = require("react-native-svg");
|
|
4
|
+
|
|
5
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
6
|
+
|
|
7
|
+
module.exports = ({
|
|
8
|
+
title,
|
|
9
|
+
titleId,
|
|
10
|
+
size,
|
|
11
|
+
color,
|
|
12
|
+
...props
|
|
13
|
+
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, { ...props,
|
|
14
|
+
width: size,
|
|
15
|
+
height: size,
|
|
16
|
+
fill: color,
|
|
17
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
18
|
+
"aria-labelledby": titleId,
|
|
19
|
+
children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
|
|
20
|
+
id: titleId,
|
|
21
|
+
children: title
|
|
22
|
+
}) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
23
|
+
fillRule: "evenodd",
|
|
24
|
+
clipRule: "evenodd",
|
|
25
|
+
d: "M.971 17.584a.97.97 0 0 1-.835-1.463L9.165.827a.97.97 0 0 1 1.67 0l9.029 15.294a.97.97 0 0 1-.835 1.463H.97ZM9.273 15.4h1.454v-1.454H9.273V15.4Zm1.454-2.91H9.273V6.674h1.454v5.819Z",
|
|
26
|
+
fill: "#EE2C74"
|
|
27
|
+
})]
|
|
28
|
+
});
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="20" height="18" viewBox="0 0 20 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M0.971319 17.5836C0.22055 17.5836 -0.245517 16.7672 0.136149 16.1207L9.16483 0.826794C9.54012 0.191056 10.4599 0.191057 10.8351 0.826795L19.8638 16.1207C20.2455 16.7672 19.7795 17.5836 19.0287 17.5836H0.971319ZM9.27256 15.4014H10.7273V13.9466H9.27256V15.4014ZM10.7273 12.4918H9.27256V6.67278H10.7273V12.4918Z" fill="#EE2C74"/>
|
|
3
|
+
</svg>
|
package/build/rn/icons/index.js
CHANGED
|
@@ -4,6 +4,7 @@ module.exports = {
|
|
|
4
4
|
BoxOutlineChecked: require('./BoxOutlineChecked'),
|
|
5
5
|
Bullet: require('./Bullet'),
|
|
6
6
|
Cart: require('./Cart'),
|
|
7
|
+
Caution: require('./Caution'),
|
|
7
8
|
Check: require('./Check'),
|
|
8
9
|
CheckCircledFilled: require('./CheckCircledFilled'),
|
|
9
10
|
CheckCircledNotFilled: require('./CheckCircledNotFilled'),
|
package/build/rn/palette.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Mon,
|
|
3
|
+
* Generated on Mon, 03 Apr 2023 20:38:32 GMT
|
|
4
4
|
*/
|
|
5
5
|
module.exports = {
|
|
6
6
|
border: {
|
|
@@ -20,6 +20,7 @@ module.exports = {
|
|
|
20
20
|
cardinalPink: '#8c0448',
|
|
21
21
|
carouselPink: '#fae6f4',
|
|
22
22
|
chathamsBlue: '#17367d',
|
|
23
|
+
chathamsBlueDark: '#052158',
|
|
23
24
|
darkBlue: '#0083b3',
|
|
24
25
|
darkMosque: '#014847',
|
|
25
26
|
dove: '#666666',
|
|
@@ -43,10 +44,12 @@ module.exports = {
|
|
|
43
44
|
texas: '#f9f6a5',
|
|
44
45
|
transparent: 'rgba(0, 0, 0, 0)',
|
|
45
46
|
trinidad: '#df3d0c',
|
|
47
|
+
trinidadDark: '#c9370b',
|
|
46
48
|
turquoise: '#39cdc9',
|
|
47
49
|
wattle: '#d5e04d',
|
|
48
50
|
wellRead: '#b8373e',
|
|
49
|
-
white: '#ffffff'
|
|
51
|
+
white: '#ffffff',
|
|
52
|
+
whiteDark: '#e6e6e6'
|
|
50
53
|
},
|
|
51
54
|
duration: {
|
|
52
55
|
duration250: 250,
|
|
@@ -66,6 +69,7 @@ module.exports = {
|
|
|
66
69
|
size14: 14,
|
|
67
70
|
size16: 16,
|
|
68
71
|
size18: 18,
|
|
72
|
+
size2: 2,
|
|
69
73
|
size20: 20,
|
|
70
74
|
size24: 24,
|
|
71
75
|
size28: 28,
|
|
@@ -86,6 +90,7 @@ module.exports = {
|
|
|
86
90
|
BoxOutlineChecked: '@telus-uds/palette-koodo/build/rn/icons/box-outline-checked.icon.svg',
|
|
87
91
|
Bullet: '@telus-uds/palette-koodo/build/rn/icons/bullet.icon.svg',
|
|
88
92
|
Cart: '@telus-uds/palette-koodo/build/rn/icons/cart.icon.svg',
|
|
93
|
+
Caution: '@telus-uds/palette-koodo/build/rn/icons/caution.icon.svg',
|
|
89
94
|
Check: '@telus-uds/palette-koodo/build/rn/icons/check.icon.svg',
|
|
90
95
|
CheckCircledFilled: '@telus-uds/palette-koodo/build/rn/icons/check-circled-filled.icon.svg',
|
|
91
96
|
CheckCircledNotFilled: '@telus-uds/palette-koodo/build/rn/icons/check-circled-not-filled.icon.svg',
|
|
@@ -146,6 +151,7 @@ module.exports = {
|
|
|
146
151
|
pill32: 32,
|
|
147
152
|
radius12: 12,
|
|
148
153
|
radius4: 4,
|
|
154
|
+
radius48: 48,
|
|
149
155
|
radius8: 8
|
|
150
156
|
},
|
|
151
157
|
shadow: {
|
|
@@ -167,6 +173,7 @@ module.exports = {
|
|
|
167
173
|
size128: 128,
|
|
168
174
|
size14: 14,
|
|
169
175
|
size140: 140,
|
|
176
|
+
size144: 144,
|
|
170
177
|
size15: 15,
|
|
171
178
|
size16: 16,
|
|
172
179
|
size168: 168,
|
|
@@ -1,34 +1,34 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: 'StagSans';
|
|
3
|
-
src: url('https://cdn.telus.digital/uds/
|
|
3
|
+
src: url('https://cdn.telus.digital/uds/v0_8_0-StagSans-300-v8O-nDU-W5GzcaJj2KRYn.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/
|
|
10
|
+
src: url('https://cdn.telus.digital/uds/v0_8_0-StagSans-400-S0u17gO_yPMVoNvlMuddf.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/
|
|
17
|
+
src: url('https://cdn.telus.digital/uds/v0_8_0-StagSans-500-VGxqvPf4b7DvnE4__0xBL.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/
|
|
24
|
+
src: url('https://cdn.telus.digital/uds/v0_8_0-StagSans-600-iAuKz2wi48c86pjaKqWKI.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/
|
|
31
|
+
src: url('https://cdn.telus.digital/uds/v0_8_0-StagSans-700-Uhe0jw9kEfeNVY_E0kghk.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/
|
|
3
|
+
src: url('https://cdn.telus.digital/uds/v0_8_0-StagSans-300-v8O-nDU-W5GzcaJj2KRYn.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/
|
|
8
|
+
src: url('https://cdn.telus.digital/uds/v0_8_0-StagSans-400-S0u17gO_yPMVoNvlMuddf.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/
|
|
13
|
+
src: url('https://cdn.telus.digital/uds/v0_8_0-StagSans-500-VGxqvPf4b7DvnE4__0xBL.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/
|
|
18
|
+
src: url('https://cdn.telus.digital/uds/v0_8_0-StagSans-600-iAuKz2wi48c86pjaKqWKI.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/
|
|
23
|
+
src: url('https://cdn.telus.digital/uds/v0_8_0-StagSans-700-Uhe0jw9kEfeNVY_E0kghk.otf');
|
|
24
24
|
font-display: block;
|
|
25
25
|
}
|
|
@@ -1,34 +1,34 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: 'StagSans';
|
|
3
|
-
src: url('./
|
|
3
|
+
src: url('./v0_8_0-StagSans-300-v8O-nDU-W5GzcaJj2KRYn.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('./
|
|
10
|
+
src: url('./v0_8_0-StagSans-400-S0u17gO_yPMVoNvlMuddf.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('./
|
|
17
|
+
src: url('./v0_8_0-StagSans-500-VGxqvPf4b7DvnE4__0xBL.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('./
|
|
24
|
+
src: url('./v0_8_0-StagSans-600-iAuKz2wi48c86pjaKqWKI.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('./
|
|
31
|
+
src: url('./v0_8_0-StagSans-700-Uhe0jw9kEfeNVY_E0kghk.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('./
|
|
3
|
+
src: url('./v0_8_0-StagSans-300-v8O-nDU-W5GzcaJj2KRYn.otf');
|
|
4
4
|
font-display: block;
|
|
5
5
|
}
|
|
6
6
|
@font-face {
|
|
7
7
|
font-family: 'StagSans400normal';
|
|
8
|
-
src: url('./
|
|
8
|
+
src: url('./v0_8_0-StagSans-400-S0u17gO_yPMVoNvlMuddf.otf');
|
|
9
9
|
font-display: block;
|
|
10
10
|
}
|
|
11
11
|
@font-face {
|
|
12
12
|
font-family: 'StagSans500normal';
|
|
13
|
-
src: url('./
|
|
13
|
+
src: url('./v0_8_0-StagSans-500-VGxqvPf4b7DvnE4__0xBL.otf');
|
|
14
14
|
font-display: block;
|
|
15
15
|
}
|
|
16
16
|
@font-face {
|
|
17
17
|
font-family: 'StagSans600normal';
|
|
18
|
-
src: url('./
|
|
18
|
+
src: url('./v0_8_0-StagSans-600-iAuKz2wi48c86pjaKqWKI.otf');
|
|
19
19
|
font-display: block;
|
|
20
20
|
}
|
|
21
21
|
@font-face {
|
|
22
22
|
font-family: 'StagSans700normal';
|
|
23
|
-
src: url('./
|
|
23
|
+
src: url('./v0_8_0-StagSans-700-Uhe0jw9kEfeNVY_E0kghk.otf');
|
|
24
24
|
font-display: block;
|
|
25
25
|
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
4
|
+
|
|
5
|
+
module.exports = ({
|
|
6
|
+
title,
|
|
7
|
+
titleId,
|
|
8
|
+
size,
|
|
9
|
+
color,
|
|
10
|
+
...props
|
|
11
|
+
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
|
|
12
|
+
width: size,
|
|
13
|
+
height: size,
|
|
14
|
+
fill: color,
|
|
15
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16
|
+
role: title ? 'img' : undefined,
|
|
17
|
+
"aria-hidden": !title,
|
|
18
|
+
"aria-labelledby": titleId,
|
|
19
|
+
children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
|
|
20
|
+
id: titleId,
|
|
21
|
+
children: title
|
|
22
|
+
}) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
23
|
+
fillRule: "evenodd",
|
|
24
|
+
clipRule: "evenodd",
|
|
25
|
+
d: "M.971 17.584a.97.97 0 0 1-.835-1.463L9.165.827a.97.97 0 0 1 1.67 0l9.029 15.294a.97.97 0 0 1-.835 1.463H.97ZM9.273 15.4h1.454v-1.454H9.273V15.4Zm1.454-2.91H9.273V6.674h1.454v5.819Z",
|
|
26
|
+
fill: "#EE2C74"
|
|
27
|
+
})]
|
|
28
|
+
});
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="20" height="18" viewBox="0 0 20 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M0.971319 17.5836C0.22055 17.5836 -0.245517 16.7672 0.136149 16.1207L9.16483 0.826794C9.54012 0.191056 10.4599 0.191057 10.8351 0.826795L19.8638 16.1207C20.2455 16.7672 19.7795 17.5836 19.0287 17.5836H0.971319ZM9.27256 15.4014H10.7273V13.9466H9.27256V15.4014ZM10.7273 12.4918H9.27256V6.67278H10.7273V12.4918Z" fill="#EE2C74"/>
|
|
3
|
+
</svg>
|
package/build/web/icons/index.js
CHANGED
|
@@ -4,6 +4,7 @@ module.exports = {
|
|
|
4
4
|
BoxOutlineChecked: require('./BoxOutlineChecked'),
|
|
5
5
|
Bullet: require('./Bullet'),
|
|
6
6
|
Cart: require('./Cart'),
|
|
7
|
+
Caution: require('./Caution'),
|
|
7
8
|
Check: require('./Check'),
|
|
8
9
|
CheckCircledFilled: require('./CheckCircledFilled'),
|
|
9
10
|
CheckCircledNotFilled: require('./CheckCircledNotFilled'),
|
package/build/web/palette.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Mon,
|
|
3
|
+
* Generated on Mon, 03 Apr 2023 20:38:31 GMT
|
|
4
4
|
*/
|
|
5
5
|
module.exports = {
|
|
6
6
|
border: {
|
|
@@ -20,6 +20,7 @@ module.exports = {
|
|
|
20
20
|
cardinalPink: '#8c0448',
|
|
21
21
|
carouselPink: '#fae6f4',
|
|
22
22
|
chathamsBlue: '#17367d',
|
|
23
|
+
chathamsBlueDark: '#052158',
|
|
23
24
|
darkBlue: '#0083b3',
|
|
24
25
|
darkMosque: '#014847',
|
|
25
26
|
dove: '#666666',
|
|
@@ -43,10 +44,12 @@ module.exports = {
|
|
|
43
44
|
texas: '#f9f6a5',
|
|
44
45
|
transparent: 'rgba(0, 0, 0, 0)',
|
|
45
46
|
trinidad: '#df3d0c',
|
|
47
|
+
trinidadDark: '#c9370b',
|
|
46
48
|
turquoise: '#39cdc9',
|
|
47
49
|
wattle: '#d5e04d',
|
|
48
50
|
wellRead: '#b8373e',
|
|
49
|
-
white: '#ffffff'
|
|
51
|
+
white: '#ffffff',
|
|
52
|
+
whiteDark: '#e6e6e6'
|
|
50
53
|
},
|
|
51
54
|
duration: {
|
|
52
55
|
duration250: 250,
|
|
@@ -54,11 +57,11 @@ module.exports = {
|
|
|
54
57
|
},
|
|
55
58
|
font: {
|
|
56
59
|
StagSans: {
|
|
57
|
-
300: 'https://cdn.telus.digital/uds/
|
|
58
|
-
400: 'https://cdn.telus.digital/uds/
|
|
59
|
-
500: 'https://cdn.telus.digital/uds/
|
|
60
|
-
600: 'https://cdn.telus.digital/uds/
|
|
61
|
-
700: 'https://cdn.telus.digital/uds/
|
|
60
|
+
300: 'https://cdn.telus.digital/uds/v0_8_0-StagSans-300-v8O-nDU-W5GzcaJj2KRYn.otf',
|
|
61
|
+
400: 'https://cdn.telus.digital/uds/v0_8_0-StagSans-400-S0u17gO_yPMVoNvlMuddf.otf',
|
|
62
|
+
500: 'https://cdn.telus.digital/uds/v0_8_0-StagSans-500-VGxqvPf4b7DvnE4__0xBL.otf',
|
|
63
|
+
600: 'https://cdn.telus.digital/uds/v0_8_0-StagSans-600-iAuKz2wi48c86pjaKqWKI.otf',
|
|
64
|
+
700: 'https://cdn.telus.digital/uds/v0_8_0-StagSans-700-Uhe0jw9kEfeNVY_E0kghk.otf'
|
|
62
65
|
}
|
|
63
66
|
},
|
|
64
67
|
fontSize: {
|
|
@@ -66,6 +69,7 @@ module.exports = {
|
|
|
66
69
|
size14: '0.875rem',
|
|
67
70
|
size16: '1rem',
|
|
68
71
|
size18: '1.125rem',
|
|
72
|
+
size2: '0.125rem',
|
|
69
73
|
size20: '1.25rem',
|
|
70
74
|
size24: '1.5rem',
|
|
71
75
|
size28: '1.75rem',
|
|
@@ -86,6 +90,7 @@ module.exports = {
|
|
|
86
90
|
BoxOutlineChecked: '@telus-uds/palette-koodo/build/web/icons/box-outline-checked.icon.svg',
|
|
87
91
|
Bullet: '@telus-uds/palette-koodo/build/web/icons/bullet.icon.svg',
|
|
88
92
|
Cart: '@telus-uds/palette-koodo/build/web/icons/cart.icon.svg',
|
|
93
|
+
Caution: '@telus-uds/palette-koodo/build/web/icons/caution.icon.svg',
|
|
89
94
|
Check: '@telus-uds/palette-koodo/build/web/icons/check.icon.svg',
|
|
90
95
|
CheckCircledFilled: '@telus-uds/palette-koodo/build/web/icons/check-circled-filled.icon.svg',
|
|
91
96
|
CheckCircledNotFilled: '@telus-uds/palette-koodo/build/web/icons/check-circled-not-filled.icon.svg',
|
|
@@ -146,6 +151,7 @@ module.exports = {
|
|
|
146
151
|
pill32: '32px',
|
|
147
152
|
radius12: '12px',
|
|
148
153
|
radius4: '4px',
|
|
154
|
+
radius48: '48px',
|
|
149
155
|
radius8: '8px'
|
|
150
156
|
},
|
|
151
157
|
shadow: {
|
|
@@ -160,6 +166,7 @@ module.exports = {
|
|
|
160
166
|
size128: '128px',
|
|
161
167
|
size14: '14px',
|
|
162
168
|
size140: '140px',
|
|
169
|
+
size144: '144px',
|
|
163
170
|
size15: '15px',
|
|
164
171
|
size16: '16px',
|
|
165
172
|
size168: '168px',
|
package/package.json
CHANGED
package/palette.json
CHANGED
|
@@ -65,6 +65,11 @@
|
|
|
65
65
|
"tags": ["ui"],
|
|
66
66
|
"value": "rgb(23, 54, 125)"
|
|
67
67
|
},
|
|
68
|
+
"chathamsBlueDark": {
|
|
69
|
+
"description": "",
|
|
70
|
+
"tags": ["ui"],
|
|
71
|
+
"value": "rgb(5, 33, 88)"
|
|
72
|
+
},
|
|
68
73
|
"darkBlue": {
|
|
69
74
|
"description": "",
|
|
70
75
|
"tags": [],
|
|
@@ -179,6 +184,11 @@
|
|
|
179
184
|
"tags": ["ui"],
|
|
180
185
|
"value": "rgb(223, 61, 12)"
|
|
181
186
|
},
|
|
187
|
+
"trinidadDark": {
|
|
188
|
+
"description": "",
|
|
189
|
+
"tags": ["ui"],
|
|
190
|
+
"value": "rgb(201, 55, 11)"
|
|
191
|
+
},
|
|
182
192
|
"turquoise": {
|
|
183
193
|
"description": "",
|
|
184
194
|
"tags": [],
|
|
@@ -198,6 +208,11 @@
|
|
|
198
208
|
"description": "",
|
|
199
209
|
"tags": [],
|
|
200
210
|
"value": "rgb(255, 255, 255)"
|
|
211
|
+
},
|
|
212
|
+
"whiteDark": {
|
|
213
|
+
"description": "",
|
|
214
|
+
"tags": [],
|
|
215
|
+
"value": "rgb(230, 230, 230)"
|
|
201
216
|
}
|
|
202
217
|
}
|
|
203
218
|
},
|
|
@@ -238,6 +253,9 @@
|
|
|
238
253
|
"size18": {
|
|
239
254
|
"value": 18
|
|
240
255
|
},
|
|
256
|
+
"size2": {
|
|
257
|
+
"value": 2
|
|
258
|
+
},
|
|
241
259
|
"size20": {
|
|
242
260
|
"value": 20
|
|
243
261
|
},
|
|
@@ -296,6 +314,9 @@
|
|
|
296
314
|
"Cart": {
|
|
297
315
|
"value": "icon/cart.svg"
|
|
298
316
|
},
|
|
317
|
+
"Caution": {
|
|
318
|
+
"value": "icon/caution.svg"
|
|
319
|
+
},
|
|
299
320
|
"Check": {
|
|
300
321
|
"value": "icon/check.svg"
|
|
301
322
|
},
|
|
@@ -469,6 +490,9 @@
|
|
|
469
490
|
"radius4": {
|
|
470
491
|
"value": 4
|
|
471
492
|
},
|
|
493
|
+
"radius48": {
|
|
494
|
+
"value": 48
|
|
495
|
+
},
|
|
472
496
|
"radius8": {
|
|
473
497
|
"value": 8
|
|
474
498
|
}
|
|
@@ -518,6 +542,10 @@
|
|
|
518
542
|
"description": "140 is the image size for xs, sm, md and lg screen size on the QuickLinksFeature component when hovered",
|
|
519
543
|
"value": 140
|
|
520
544
|
},
|
|
545
|
+
"size144": {
|
|
546
|
+
"description": "24 x 6. Larger sizes for the widths/heights of blocks are based on multiples of 24.",
|
|
547
|
+
"value": 144
|
|
548
|
+
},
|
|
521
549
|
"size15": {
|
|
522
550
|
"description": "StepTracker knob diameter",
|
|
523
551
|
"value": 15
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|