@telus-uds/palettes-community.palette-casa 1.6.0 → 1.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 +3 -1
- package/build/android/font_size.xml +1 -1
- package/build/android/radius.xml +1 -1
- package/build/android/size.xml +6 -1
- package/build/ios/Border.swift +1 -1
- package/build/ios/Color.swift +3 -1
- package/build/ios/FontSize.swift +1 -1
- package/build/ios/Radius.swift +1 -1
- package/build/ios/Size.swift +6 -1
- package/build/rn/icons/StatusInfo.js +28 -0
- package/build/rn/icons/StatusInfo.native.js +27 -0
- package/build/rn/icons/index.js +1 -0
- package/build/rn/icons/status-info.icon.svg +3 -0
- package/build/rn/palette.js +10 -2
- package/build/web/fonts/fonts-cdn-family.css +7 -7
- package/build/web/fonts/fonts-cdn.css +7 -7
- package/build/web/fonts/fonts-local-family.css +7 -7
- package/build/web/fonts/fonts-local.css +7 -7
- package/build/web/icons/StatusInfo.js +28 -0
- package/build/web/icons/index.js +1 -0
- package/build/web/icons/status-info.icon.svg +3 -0
- package/build/web/palette.js +17 -9
- package/package.json +2 -2
- package/palette.json +35 -0
- /package/build/web/fonts/{v1_6_0-HelveticaNow-300-G2Na_Pu5NFW7SwIC1eJOQ.otf → v1_8_0-HelveticaNow-300-Ck52MNgWFymeJ6P6Z9dy0.otf} +0 -0
- /package/build/web/fonts/{v1_6_0-HelveticaNow-400-IEgNxZ-rnrgY5YF0aTf94.woff → v1_8_0-HelveticaNow-400-lxOckKyK_O35M1mnNY7iw.woff} +0 -0
- /package/build/web/fonts/{v1_6_0-HelveticaNow-500-FJ5P18NYMvImTN1ldF-L4.woff → v1_8_0-HelveticaNow-500-FL4MTl2ikMZtVR-Hh-2Ol.woff} +0 -0
- /package/build/web/fonts/{v1_6_0-HelveticaNow-700-9zXlAeodplBfGPm--4ywi.woff → v1_8_0-HelveticaNow-700-y_kyuGFkwiw1LZ5Lt76SO.woff} +0 -0
- /package/build/web/fonts/{v1_6_0-HelveticaNowOTF-400-E7Jr7xXjynd3iuewLZTE1.otf → v1_8_0-HelveticaNowOTF-400-R2na4xZNXLY0FQka0taIA.otf} +0 -0
- /package/build/web/fonts/{v1_6_0-HelveticaNowOTF-500-JHR9Jd0d4ds9Msii7wrp7.otf → v1_8_0-HelveticaNowOTF-500-aKVxr-mJ3sf8mdp6CM6Wy.otf} +0 -0
- /package/build/web/fonts/{v1_6_0-HelveticaNowOTF-700-I7QmPuo-bhFk-dsli0XS2.otf → v1_8_0-HelveticaNowOTF-700-meVOlb2NUTVdFdAQ5m67g.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
|
|
5
|
+
Generated on Thu, 18 Jan 2024 22:51:05 GMT
|
|
6
6
|
-->
|
|
7
7
|
|
|
8
8
|
<resources>
|
|
@@ -54,7 +54,9 @@
|
|
|
54
54
|
<color name="error_red_icon">#ffc12335</color>
|
|
55
55
|
<color name="error_red_light">#fffff6f8</color>
|
|
56
56
|
<color name="gainsboro">#ffd8d8d8</color>
|
|
57
|
+
<color name="grey_gainsboro">#ffd8d8d8</color>
|
|
57
58
|
<color name="success_green_light">#fff4f9f2</color>
|
|
59
|
+
<color name="telus_purple">#ff4b286d</color>
|
|
58
60
|
<color name="white_lilac">#fff2eff4</color>
|
|
59
61
|
|
|
60
62
|
</resources>
|
package/build/android/radius.xml
CHANGED
package/build/android/size.xml
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
<!--
|
|
4
4
|
Do not edit directly
|
|
5
|
-
Generated on
|
|
5
|
+
Generated on Thu, 18 Jan 2024 22:51:05 GMT
|
|
6
6
|
-->
|
|
7
7
|
|
|
8
8
|
<resources>
|
|
@@ -56,5 +56,10 @@
|
|
|
56
56
|
<dimen name="size_91">91.00dp</dimen>
|
|
57
57
|
<dimen name="size_95">95.00dp</dimen>
|
|
58
58
|
<dimen name="size_96">96.00dp</dimen>
|
|
59
|
+
<dimen name="size_1024">1024.00dp</dimen>
|
|
60
|
+
<dimen name="size_5">5.00dp</dimen>
|
|
61
|
+
<dimen name="size_600">600.00dp</dimen>
|
|
62
|
+
<dimen name="size_750">750.00dp</dimen>
|
|
63
|
+
<dimen name="size_900">900.00dp</dimen>
|
|
59
64
|
|
|
60
65
|
</resources>
|
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
|
|
7
|
+
// Generated on Thu, 18 Jan 2024 22:51:06 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
@@ -38,6 +38,7 @@ public enum PaletteColor {
|
|
|
38
38
|
public static let greyAthens = UIColor(red: 0.957, green: 0.957, blue: 0.969, alpha: 1)
|
|
39
39
|
public static let greyCharcoal = UIColor(red: 0.255, green: 0.271, blue: 0.278, alpha: 1)
|
|
40
40
|
public static let greyCloud = UIColor(red: 0.698, green: 0.725, blue: 0.749, alpha: 1)
|
|
41
|
+
public static let greyGainsboro = UIColor(red: 0.847, green: 0.847, blue: 0.847, alpha: 1)
|
|
41
42
|
public static let greyLight = UIColor(red: 0.980, green: 0.980, blue: 0.980, alpha: 1)
|
|
42
43
|
public static let greyMystic = UIColor(red: 0.890, green: 0.902, blue: 0.910, alpha: 1)
|
|
43
44
|
public static let greyShuttle = UIColor(red: 0.329, green: 0.349, blue: 0.373, alpha: 1)
|
|
@@ -57,6 +58,7 @@ public enum PaletteColor {
|
|
|
57
58
|
public static let redDarker = UIColor(red: 0.337, green: 0.047, blue: 0.047, alpha: 1)
|
|
58
59
|
public static let redLight = UIColor(red: 1.000, green: 0.965, blue: 0.973, alpha: 1)
|
|
59
60
|
public static let successGreenLight = UIColor(red: 0.957, green: 0.976, blue: 0.949, alpha: 1)
|
|
61
|
+
public static let telusPurple = UIColor(red: 0.294, green: 0.157, blue: 0.427, alpha: 1)
|
|
60
62
|
public static let transparent = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0)
|
|
61
63
|
public static let white = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
|
|
62
64
|
public static let whiteLilac = UIColor(red: 0.949, green: 0.937, blue: 0.957, alpha: 1)
|
package/build/ios/FontSize.swift
CHANGED
package/build/ios/Radius.swift
CHANGED
package/build/ios/Size.swift
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
|
|
6
6
|
// Do not edit directly
|
|
7
|
-
// Generated on
|
|
7
|
+
// Generated on Thu, 18 Jan 2024 22:51:06 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
@@ -13,6 +13,7 @@ public enum PaletteSize {
|
|
|
13
13
|
public static let size0 = CGFloat(0)
|
|
14
14
|
public static let size1 = CGFloat(1)
|
|
15
15
|
public static let size10 = CGFloat(10)
|
|
16
|
+
public static let size1024 = CGFloat(1024)
|
|
16
17
|
public static let size12 = CGFloat(12)
|
|
17
18
|
public static let size120 = CGFloat(120)
|
|
18
19
|
public static let size128 = CGFloat(128)
|
|
@@ -45,18 +46,22 @@ public enum PaletteSize {
|
|
|
45
46
|
public static let size45 = CGFloat(45)
|
|
46
47
|
public static let size48 = CGFloat(48)
|
|
47
48
|
public static let size480 = CGFloat(480)
|
|
49
|
+
public static let size5 = CGFloat(5)
|
|
48
50
|
public static let size53 = CGFloat(53)
|
|
49
51
|
public static let size544 = CGFloat(544)
|
|
50
52
|
public static let size56 = CGFloat(56)
|
|
51
53
|
public static let size576 = CGFloat(576)
|
|
52
54
|
public static let size6 = CGFloat(6)
|
|
55
|
+
public static let size600 = CGFloat(600)
|
|
53
56
|
public static let size630 = CGFloat(630)
|
|
54
57
|
public static let size64 = CGFloat(64)
|
|
55
58
|
public static let size640 = CGFloat(640)
|
|
56
59
|
public static let size72 = CGFloat(72)
|
|
60
|
+
public static let size750 = CGFloat(750)
|
|
57
61
|
public static let size768 = CGFloat(768)
|
|
58
62
|
public static let size8 = CGFloat(8)
|
|
59
63
|
public static let size80 = CGFloat(80)
|
|
64
|
+
public static let size900 = CGFloat(900)
|
|
60
65
|
public static let size91 = CGFloat(91)
|
|
61
66
|
public static let size95 = CGFloat(95)
|
|
62
67
|
public static let size96 = CGFloat(96)
|
|
@@ -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 0C5.376 0 0 5.376 0 12s5.376 12 12 12 12-5.376 12-12S18.624 0 12 0Zm-.662 5.361a.894.894 0 1 1 1.264 1.266.894.894 0 0 1-1.264-1.266Zm0 0 .047.047-.047-.047Zm.855 3.076a.578.578 0 0 0-.633.125l-1.491 1.49-.057.067-.001.002a.575.575 0 0 0 .06.75.579.579 0 0 0 .82 0l.5-.499v6.877h-.914l-.098.01h-.003a.581.581 0 0 0 .104 1.151h2.983l.098-.009h.003a.58.58 0 0 0-.104-1.152h-.91V8.97l-.008-.094v-.002a.576.576 0 0 0-.349-.436Z",
|
|
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 0C5.376 0 0 5.376 0 12s5.376 12 12 12 12-5.376 12-12S18.624 0 12 0Zm-.662 5.361a.894.894 0 1 1 1.264 1.266.894.894 0 0 1-1.264-1.266Zm0 0 .047.047-.047-.047Zm.855 3.076a.578.578 0 0 0-.633.125l-1.491 1.49-.057.067-.001.002a.575.575 0 0 0 .06.75.579.579 0 0 0 .82 0l.5-.499v6.877h-.914l-.098.01h-.003a.581.581 0 0 0 .104 1.151h2.983l.098-.009h.003a.58.58 0 0 0-.104-1.152h-.91V8.97l-.008-.094v-.002a.576.576 0 0 0-.349-.436Z",
|
|
25
|
+
clipRule: "evenodd"
|
|
26
|
+
})]
|
|
27
|
+
});
|
package/build/rn/icons/index.js
CHANGED
|
@@ -208,6 +208,7 @@ module.exports = {
|
|
|
208
208
|
Speed: require('./Speed'),
|
|
209
209
|
SpeedReduced: require('./SpeedReduced'),
|
|
210
210
|
StatusError: require('./StatusError'),
|
|
211
|
+
StatusInfo: require('./StatusInfo'),
|
|
211
212
|
StatusSuccess: require('./StatusSuccess'),
|
|
212
213
|
StatusWarning: require('./StatusWarning'),
|
|
213
214
|
Subtract: require('./Subtract'),
|
|
@@ -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 0C5.376 0 0 5.376 0 12s5.376 12 12 12 12-5.376 12-12S18.624 0 12 0Zm-.662 5.361a.894.894 0 1 1 1.264 1.266.894.894 0 0 1-1.264-1.266Zm0 0 .047.047-.047-.047Zm.855 3.076a.578.578 0 0 0-.633.125l-1.491 1.49-.057.067-.001.002a.575.575 0 0 0 .06.75.579.579 0 0 0 .82 0l.5-.499v6.877h-.914l-.098.01h-.003a.581.581 0 0 0 .104 1.151h2.983l.098-.009h.003a.58.58 0 0 0-.104-1.152h-.91V8.97l-.008-.094v-.002a.576.576 0 0 0-.349-.436Z" clip-rule="evenodd"/>
|
|
3
|
+
</svg>
|
package/build/rn/palette.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 18 Jan 2024 22:51:11 GMT
|
|
4
4
|
*/
|
|
5
5
|
module.exports = {
|
|
6
6
|
border: {
|
|
@@ -59,7 +59,9 @@ module.exports = {
|
|
|
59
59
|
errorRedIcon: '#c12335',
|
|
60
60
|
errorRedLight: '#fff6f8',
|
|
61
61
|
gainsboro: '#d8d8d8',
|
|
62
|
+
greyGainsboro: '#d8d8d8',
|
|
62
63
|
successGreenLight: '#f4f9f2',
|
|
64
|
+
telusPurple: '#4b286d',
|
|
63
65
|
whiteLilac: '#f2eff4'
|
|
64
66
|
},
|
|
65
67
|
duration: {
|
|
@@ -377,6 +379,7 @@ module.exports = {
|
|
|
377
379
|
Speed: '@telus-uds/palettes-community.palette-casa/build/rn/icons/speed.icon.svg',
|
|
378
380
|
SpeedReduced: '@telus-uds/palettes-community.palette-casa/build/rn/icons/speed-reduced.icon.svg',
|
|
379
381
|
StatusError: '@telus-uds/palettes-community.palette-casa/build/rn/icons/status-error.icon.svg',
|
|
382
|
+
StatusInfo: '@telus-uds/palettes-community.palette-casa/build/rn/icons/status-info.icon.svg',
|
|
380
383
|
StatusSuccess: '@telus-uds/palettes-community.palette-casa/build/rn/icons/status-success.icon.svg',
|
|
381
384
|
StatusWarning: '@telus-uds/palettes-community.palette-casa/build/rn/icons/status-warning.icon.svg',
|
|
382
385
|
Subtract: '@telus-uds/palettes-community.palette-casa/build/rn/icons/subtract.icon.svg',
|
|
@@ -573,6 +576,11 @@ module.exports = {
|
|
|
573
576
|
size80: 80,
|
|
574
577
|
size91: 91,
|
|
575
578
|
size95: 95,
|
|
576
|
-
size96: 96
|
|
579
|
+
size96: 96,
|
|
580
|
+
size1024: 1024,
|
|
581
|
+
size5: 5,
|
|
582
|
+
size600: 600,
|
|
583
|
+
size750: 750,
|
|
584
|
+
size900: 900
|
|
577
585
|
}
|
|
578
586
|
}
|
|
@@ -1,48 +1,48 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: 'HelveticaNow';
|
|
3
|
-
src: url('https://cdn.telus.digital/uds/
|
|
3
|
+
src: url('https://cdn.telus.digital/uds/v1_8_0-HelveticaNow-300-Ck52MNgWFymeJ6P6Z9dy0.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/
|
|
10
|
+
src: url('https://cdn.telus.digital/uds/v1_8_0-HelveticaNow-400-lxOckKyK_O35M1mnNY7iw.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/
|
|
17
|
+
src: url('https://cdn.telus.digital/uds/v1_8_0-HelveticaNow-500-FL4MTl2ikMZtVR-Hh-2Ol.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/
|
|
24
|
+
src: url('https://cdn.telus.digital/uds/v1_8_0-HelveticaNow-700-y_kyuGFkwiw1LZ5Lt76SO.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/
|
|
31
|
+
src: url('https://cdn.telus.digital/uds/v1_8_0-HelveticaNowOTF-400-R2na4xZNXLY0FQka0taIA.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/
|
|
38
|
+
src: url('https://cdn.telus.digital/uds/v1_8_0-HelveticaNowOTF-500-aKVxr-mJ3sf8mdp6CM6Wy.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/
|
|
45
|
+
src: url('https://cdn.telus.digital/uds/v1_8_0-HelveticaNowOTF-700-meVOlb2NUTVdFdAQ5m67g.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/
|
|
3
|
+
src: url('https://cdn.telus.digital/uds/v1_8_0-HelveticaNow-300-Ck52MNgWFymeJ6P6Z9dy0.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/
|
|
8
|
+
src: url('https://cdn.telus.digital/uds/v1_8_0-HelveticaNow-400-lxOckKyK_O35M1mnNY7iw.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/
|
|
13
|
+
src: url('https://cdn.telus.digital/uds/v1_8_0-HelveticaNow-500-FL4MTl2ikMZtVR-Hh-2Ol.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/
|
|
18
|
+
src: url('https://cdn.telus.digital/uds/v1_8_0-HelveticaNow-700-y_kyuGFkwiw1LZ5Lt76SO.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/
|
|
23
|
+
src: url('https://cdn.telus.digital/uds/v1_8_0-HelveticaNowOTF-400-R2na4xZNXLY0FQka0taIA.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/
|
|
28
|
+
src: url('https://cdn.telus.digital/uds/v1_8_0-HelveticaNowOTF-500-aKVxr-mJ3sf8mdp6CM6Wy.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/
|
|
33
|
+
src: url('https://cdn.telus.digital/uds/v1_8_0-HelveticaNowOTF-700-meVOlb2NUTVdFdAQ5m67g.otf');
|
|
34
34
|
font-display: block;
|
|
35
35
|
}
|
|
@@ -1,48 +1,48 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: 'HelveticaNow';
|
|
3
|
-
src: url('./
|
|
3
|
+
src: url('./v1_8_0-HelveticaNow-300-Ck52MNgWFymeJ6P6Z9dy0.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('./
|
|
10
|
+
src: url('./v1_8_0-HelveticaNow-400-lxOckKyK_O35M1mnNY7iw.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('./
|
|
17
|
+
src: url('./v1_8_0-HelveticaNow-500-FL4MTl2ikMZtVR-Hh-2Ol.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('./
|
|
24
|
+
src: url('./v1_8_0-HelveticaNow-700-y_kyuGFkwiw1LZ5Lt76SO.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('./
|
|
31
|
+
src: url('./v1_8_0-HelveticaNowOTF-400-R2na4xZNXLY0FQka0taIA.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('./
|
|
38
|
+
src: url('./v1_8_0-HelveticaNowOTF-500-aKVxr-mJ3sf8mdp6CM6Wy.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('./
|
|
45
|
+
src: url('./v1_8_0-HelveticaNowOTF-700-meVOlb2NUTVdFdAQ5m67g.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('./
|
|
3
|
+
src: url('./v1_8_0-HelveticaNow-300-Ck52MNgWFymeJ6P6Z9dy0.otf');
|
|
4
4
|
font-display: block;
|
|
5
5
|
}
|
|
6
6
|
@font-face {
|
|
7
7
|
font-family: 'HelveticaNow400normal';
|
|
8
|
-
src: url('./
|
|
8
|
+
src: url('./v1_8_0-HelveticaNow-400-lxOckKyK_O35M1mnNY7iw.woff');
|
|
9
9
|
font-display: block;
|
|
10
10
|
}
|
|
11
11
|
@font-face {
|
|
12
12
|
font-family: 'HelveticaNow500normal';
|
|
13
|
-
src: url('./
|
|
13
|
+
src: url('./v1_8_0-HelveticaNow-500-FL4MTl2ikMZtVR-Hh-2Ol.woff');
|
|
14
14
|
font-display: block;
|
|
15
15
|
}
|
|
16
16
|
@font-face {
|
|
17
17
|
font-family: 'HelveticaNow700normal';
|
|
18
|
-
src: url('./
|
|
18
|
+
src: url('./v1_8_0-HelveticaNow-700-y_kyuGFkwiw1LZ5Lt76SO.woff');
|
|
19
19
|
font-display: block;
|
|
20
20
|
}
|
|
21
21
|
@font-face {
|
|
22
22
|
font-family: 'HelveticaNowOTF400normal';
|
|
23
|
-
src: url('./
|
|
23
|
+
src: url('./v1_8_0-HelveticaNowOTF-400-R2na4xZNXLY0FQka0taIA.otf');
|
|
24
24
|
font-display: block;
|
|
25
25
|
}
|
|
26
26
|
@font-face {
|
|
27
27
|
font-family: 'HelveticaNowOTF500normal';
|
|
28
|
-
src: url('./
|
|
28
|
+
src: url('./v1_8_0-HelveticaNowOTF-500-aKVxr-mJ3sf8mdp6CM6Wy.otf');
|
|
29
29
|
font-display: block;
|
|
30
30
|
}
|
|
31
31
|
@font-face {
|
|
32
32
|
font-family: 'HelveticaNowOTF700normal';
|
|
33
|
-
src: url('./
|
|
33
|
+
src: url('./v1_8_0-HelveticaNowOTF-700-meVOlb2NUTVdFdAQ5m67g.otf');
|
|
34
34
|
font-display: block;
|
|
35
35
|
}
|
|
@@ -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 0C5.376 0 0 5.376 0 12s5.376 12 12 12 12-5.376 12-12S18.624 0 12 0Zm-.662 5.361a.894.894 0 1 1 1.264 1.266.894.894 0 0 1-1.264-1.266Zm0 0 .047.047-.047-.047Zm.855 3.076a.578.578 0 0 0-.633.125l-1.491 1.49-.057.067-.001.002a.575.575 0 0 0 .06.75.579.579 0 0 0 .82 0l.5-.499v6.877h-.914l-.098.01h-.003a.581.581 0 0 0 .104 1.151h2.983l.098-.009h.003a.58.58 0 0 0-.104-1.152h-.91V8.97l-.008-.094v-.002a.576.576 0 0 0-.349-.436Z",
|
|
26
|
+
clipRule: "evenodd"
|
|
27
|
+
})]
|
|
28
|
+
});
|
package/build/web/icons/index.js
CHANGED
|
@@ -208,6 +208,7 @@ module.exports = {
|
|
|
208
208
|
Speed: require('./Speed'),
|
|
209
209
|
SpeedReduced: require('./SpeedReduced'),
|
|
210
210
|
StatusError: require('./StatusError'),
|
|
211
|
+
StatusInfo: require('./StatusInfo'),
|
|
211
212
|
StatusSuccess: require('./StatusSuccess'),
|
|
212
213
|
StatusWarning: require('./StatusWarning'),
|
|
213
214
|
Subtract: require('./Subtract'),
|
|
@@ -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 0C5.376 0 0 5.376 0 12s5.376 12 12 12 12-5.376 12-12S18.624 0 12 0Zm-.662 5.361a.894.894 0 1 1 1.264 1.266.894.894 0 0 1-1.264-1.266Zm0 0 .047.047-.047-.047Zm.855 3.076a.578.578 0 0 0-.633.125l-1.491 1.49-.057.067-.001.002a.575.575 0 0 0 .06.75.579.579 0 0 0 .82 0l.5-.499v6.877h-.914l-.098.01h-.003a.581.581 0 0 0 .104 1.151h2.983l.098-.009h.003a.58.58 0 0 0-.104-1.152h-.91V8.97l-.008-.094v-.002a.576.576 0 0 0-.349-.436Z" clip-rule="evenodd"/>
|
|
3
|
+
</svg>
|
package/build/web/palette.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 18 Jan 2024 22:51:06 GMT
|
|
4
4
|
*/
|
|
5
5
|
module.exports = {
|
|
6
6
|
border: {
|
|
@@ -59,7 +59,9 @@ module.exports = {
|
|
|
59
59
|
errorRedIcon: '#c12335',
|
|
60
60
|
errorRedLight: '#fff6f8',
|
|
61
61
|
gainsboro: '#d8d8d8',
|
|
62
|
+
greyGainsboro: '#d8d8d8',
|
|
62
63
|
successGreenLight: '#f4f9f2',
|
|
64
|
+
telusPurple: '#4b286d',
|
|
63
65
|
whiteLilac: '#f2eff4'
|
|
64
66
|
},
|
|
65
67
|
duration: {
|
|
@@ -68,15 +70,15 @@ module.exports = {
|
|
|
68
70
|
},
|
|
69
71
|
font: {
|
|
70
72
|
HelveticaNow: {
|
|
71
|
-
300: 'https://cdn.telus.digital/uds/
|
|
72
|
-
400: 'https://cdn.telus.digital/uds/
|
|
73
|
-
500: 'https://cdn.telus.digital/uds/
|
|
74
|
-
700: 'https://cdn.telus.digital/uds/
|
|
73
|
+
300: 'https://cdn.telus.digital/uds/v1_8_0-HelveticaNow-300-Ck52MNgWFymeJ6P6Z9dy0.otf',
|
|
74
|
+
400: 'https://cdn.telus.digital/uds/v1_8_0-HelveticaNow-400-lxOckKyK_O35M1mnNY7iw.woff',
|
|
75
|
+
500: 'https://cdn.telus.digital/uds/v1_8_0-HelveticaNow-500-FL4MTl2ikMZtVR-Hh-2Ol.woff',
|
|
76
|
+
700: 'https://cdn.telus.digital/uds/v1_8_0-HelveticaNow-700-y_kyuGFkwiw1LZ5Lt76SO.woff'
|
|
75
77
|
},
|
|
76
78
|
HelveticaNowOTF: {
|
|
77
|
-
400: 'https://cdn.telus.digital/uds/
|
|
78
|
-
500: 'https://cdn.telus.digital/uds/
|
|
79
|
-
700: 'https://cdn.telus.digital/uds/
|
|
79
|
+
400: 'https://cdn.telus.digital/uds/v1_8_0-HelveticaNowOTF-400-R2na4xZNXLY0FQka0taIA.otf',
|
|
80
|
+
500: 'https://cdn.telus.digital/uds/v1_8_0-HelveticaNowOTF-500-aKVxr-mJ3sf8mdp6CM6Wy.otf',
|
|
81
|
+
700: 'https://cdn.telus.digital/uds/v1_8_0-HelveticaNowOTF-700-meVOlb2NUTVdFdAQ5m67g.otf'
|
|
80
82
|
}
|
|
81
83
|
},
|
|
82
84
|
fontSize: {
|
|
@@ -312,6 +314,7 @@ module.exports = {
|
|
|
312
314
|
Speed: '@telus-uds/palettes-community.palette-casa/build/web/icons/speed.icon.svg',
|
|
313
315
|
SpeedReduced: '@telus-uds/palettes-community.palette-casa/build/web/icons/speed-reduced.icon.svg',
|
|
314
316
|
StatusError: '@telus-uds/palettes-community.palette-casa/build/web/icons/status-error.icon.svg',
|
|
317
|
+
StatusInfo: '@telus-uds/palettes-community.palette-casa/build/web/icons/status-info.icon.svg',
|
|
315
318
|
StatusSuccess: '@telus-uds/palettes-community.palette-casa/build/web/icons/status-success.icon.svg',
|
|
316
319
|
StatusWarning: '@telus-uds/palettes-community.palette-casa/build/web/icons/status-warning.icon.svg',
|
|
317
320
|
Subtract: '@telus-uds/palettes-community.palette-casa/build/web/icons/subtract.icon.svg',
|
|
@@ -466,6 +469,11 @@ module.exports = {
|
|
|
466
469
|
size80: '80px',
|
|
467
470
|
size91: '91px',
|
|
468
471
|
size95: '95px',
|
|
469
|
-
size96: '96px'
|
|
472
|
+
size96: '96px',
|
|
473
|
+
size1024: '1024px',
|
|
474
|
+
size5: '5px',
|
|
475
|
+
size600: '600px',
|
|
476
|
+
size750: '750px',
|
|
477
|
+
size900: '900px'
|
|
470
478
|
}
|
|
471
479
|
}
|
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.
|
|
25
|
+
"@telus-uds/system-tokens": "^0.7.32",
|
|
26
26
|
"@telus-uds/palette-allium": "*"
|
|
27
27
|
},
|
|
28
28
|
"sideEffects": false,
|
|
29
|
-
"version": "1.
|
|
29
|
+
"version": "1.8.0"
|
|
30
30
|
}
|
package/palette.json
CHANGED
|
@@ -41,6 +41,9 @@
|
|
|
41
41
|
"greyCharcoal": {
|
|
42
42
|
"value": "rgb(65, 69, 71)"
|
|
43
43
|
},
|
|
44
|
+
"greyGainsboro": {
|
|
45
|
+
"value": "rgb(216, 216, 216)"
|
|
46
|
+
},
|
|
44
47
|
"greyMystic": {
|
|
45
48
|
"value": "rgb(227, 230, 232)"
|
|
46
49
|
},
|
|
@@ -53,6 +56,9 @@
|
|
|
53
56
|
"successGreenLight": {
|
|
54
57
|
"value": "rgb(244, 249, 242)"
|
|
55
58
|
},
|
|
59
|
+
"telusPurple": {
|
|
60
|
+
"value": "rgb(75, 40, 109)"
|
|
61
|
+
},
|
|
56
62
|
"whiteLilac": {
|
|
57
63
|
"value": "rgb(242, 239, 244)"
|
|
58
64
|
}
|
|
@@ -212,18 +218,28 @@
|
|
|
212
218
|
"size1": {
|
|
213
219
|
"value": 1
|
|
214
220
|
},
|
|
221
|
+
"size1024": {
|
|
222
|
+
"description": "Modal XXL/max-width for Casa",
|
|
223
|
+
"value": 1024
|
|
224
|
+
},
|
|
215
225
|
"size14": {
|
|
216
226
|
"value": 14
|
|
217
227
|
},
|
|
218
228
|
"size16": {
|
|
219
229
|
"value": 16
|
|
220
230
|
},
|
|
231
|
+
"size18": {
|
|
232
|
+
"value": 18
|
|
233
|
+
},
|
|
221
234
|
"size2": {
|
|
222
235
|
"value": 2
|
|
223
236
|
},
|
|
224
237
|
"size28": {
|
|
225
238
|
"value": 28
|
|
226
239
|
},
|
|
240
|
+
"size3": {
|
|
241
|
+
"value": 3
|
|
242
|
+
},
|
|
227
243
|
"size32": {
|
|
228
244
|
"value": 32
|
|
229
245
|
},
|
|
@@ -233,11 +249,30 @@
|
|
|
233
249
|
"size48": {
|
|
234
250
|
"value": 48
|
|
235
251
|
},
|
|
252
|
+
"size480": {
|
|
253
|
+
"description": "Modal SM width for Casa",
|
|
254
|
+
"value": 480
|
|
255
|
+
},
|
|
256
|
+
"size5": {
|
|
257
|
+
"value": 5
|
|
258
|
+
},
|
|
236
259
|
"size6": {
|
|
237
260
|
"value": 6
|
|
238
261
|
},
|
|
262
|
+
"size600": {
|
|
263
|
+
"description": "Modal MD width for Casa",
|
|
264
|
+
"value": 600
|
|
265
|
+
},
|
|
266
|
+
"size750": {
|
|
267
|
+
"description": "Modal LG width for Casa",
|
|
268
|
+
"value": 750
|
|
269
|
+
},
|
|
239
270
|
"size8": {
|
|
240
271
|
"value": 8
|
|
272
|
+
},
|
|
273
|
+
"size900": {
|
|
274
|
+
"description": "Modal XL width for Casa",
|
|
275
|
+
"value": 900
|
|
241
276
|
}
|
|
242
277
|
}
|
|
243
278
|
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|