@telus-uds/palettes-community.palette-casa 4.3.0 → 4.3.2
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/CHANGELOG.json +16 -1
- package/CHANGELOG.md +10 -2
- package/build/android/border.xml +1 -1
- package/build/android/color.xml +1 -1
- package/build/android/font_size.xml +1 -1
- package/build/android/radius.xml +2 -1
- package/build/android/size.xml +1 -1
- package/build/ios/Border.swift +1 -1
- package/build/ios/Color.swift +1 -1
- package/build/ios/FontSize.swift +1 -1
- package/build/ios/Radius.swift +2 -1
- package/build/ios/Size.swift +1 -1
- package/build/rn/fonts/HNforTELUSSABold_normal_normal2.woff2 +0 -0
- package/build/rn/fonts/HNforTELUSSADisplay_normal_normal2.woff2 +0 -0
- package/build/rn/fonts/HNforTELUSSAMedium_normal_normal2.woff2 +0 -0
- package/build/rn/fonts/HNforTELUSSARegular_normal_normal2.woff2 +0 -0
- package/build/rn/fonts/fonts.css +20 -0
- package/build/rn/fonts/index.js +4 -0
- package/build/rn/icons/SimElectronic.js +42 -0
- package/build/rn/icons/SimElectronic.native.js +41 -0
- package/build/rn/icons/WaterProhibited.js +42 -0
- package/build/rn/icons/WaterProhibited.native.js +41 -0
- package/build/rn/icons/index.js +2 -0
- package/build/rn/icons/sim-electronic.icon.svg +3 -0
- package/build/rn/icons/water-prohibited.icon.svg +3 -0
- package/build/rn/palette.js +10 -1
- package/build/web/fonts/HNforTELUSSABold_normal_normal2-v4_3_2.woff2 +0 -0
- package/build/web/fonts/HNforTELUSSADisplay_normal_normal2-v4_3_2.woff2 +0 -0
- package/build/web/fonts/HNforTELUSSAMedium_normal_normal2-v4_3_2.woff2 +0 -0
- package/build/web/fonts/HNforTELUSSARegular_normal_normal2-v4_3_2.woff2 +0 -0
- package/build/web/fonts/fonts-cdn-family.css +36 -8
- package/build/web/fonts/fonts-cdn.css +28 -8
- package/build/web/fonts/fonts-local-family.css +36 -8
- package/build/web/fonts/fonts-local.css +28 -8
- package/build/web/icons/SimElectronic.js +42 -0
- package/build/web/icons/WaterProhibited.js +42 -0
- package/build/web/icons/index.js +2 -0
- package/build/web/icons/sim-electronic.icon.svg +3 -0
- package/build/web/icons/water-prohibited.icon.svg +3 -0
- package/build/web/palette.js +18 -9
- package/package.json +2 -2
- /package/build/web/fonts/{HNforTELUSSA-Bd-v4_3_0.otf → HNforTELUSSA-Bd-v4_3_2.otf} +0 -0
- /package/build/web/fonts/{HNforTELUSSA-Display-v4_3_0.otf → HNforTELUSSA-Display-v4_3_2.otf} +0 -0
- /package/build/web/fonts/{HNforTELUSSA-Md-v4_3_0.otf → HNforTELUSSA-Md-v4_3_2.otf} +0 -0
- /package/build/web/fonts/{HNforTELUSSA-v4_3_0.otf → HNforTELUSSA-v4_3_2.otf} +0 -0
- /package/build/web/fonts/{HNforTELUSSABold_normal_normal-v4_3_0.woff → HNforTELUSSABold_normal_normal-v4_3_2.woff} +0 -0
- /package/build/web/fonts/{HNforTELUSSADisplay_normal_normal-v4_3_0.woff → HNforTELUSSADisplay_normal_normal-v4_3_2.woff} +0 -0
- /package/build/web/fonts/{HNforTELUSSAMedium_normal_normal-v4_3_0.woff → HNforTELUSSAMedium_normal_normal-v4_3_2.woff} +0 -0
- /package/build/web/fonts/{HNforTELUSSARegular_normal_normal-v4_3_0.woff → HNforTELUSSARegular_normal_normal-v4_3_2.woff} +0 -0
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,22 @@
|
|
|
2
2
|
"name": "@telus-uds/palettes-community.palette-casa",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Thu, 26 Jun 2025 23:47:29 GMT",
|
|
6
|
+
"tag": "@telus-uds/palettes-community.palette-casa_v4.3.2",
|
|
7
|
+
"version": "4.3.2",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "beachball",
|
|
12
|
+
"package": "@telus-uds/palettes-community.palette-casa",
|
|
13
|
+
"comment": "Bump @telus-uds/system-tokens to v1.4.2",
|
|
14
|
+
"commit": "bf743755b0d616dd083608c7770af3cedfc9c3e6"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Tue, 10 Jun 2025 20:25:05 GMT",
|
|
6
21
|
"tag": "@telus-uds/palettes-community.palette-casa_v4.3.0",
|
|
7
22
|
"version": "4.3.0",
|
|
8
23
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,20 @@
|
|
|
1
1
|
# Change Log - @telus-uds/palettes-community.palette-casa
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Thu, 26 Jun 2025 23:47:29 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 4.3.2
|
|
8
|
+
|
|
9
|
+
Thu, 26 Jun 2025 23:47:29 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Bump @telus-uds/system-tokens to v1.4.2
|
|
14
|
+
|
|
7
15
|
## 4.3.0
|
|
8
16
|
|
|
9
|
-
Tue, 10 Jun 2025 20:
|
|
17
|
+
Tue, 10 Jun 2025 20:25:05 GMT
|
|
10
18
|
|
|
11
19
|
### Minor changes
|
|
12
20
|
|
package/build/android/border.xml
CHANGED
package/build/android/color.xml
CHANGED
package/build/android/radius.xml
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
<!--
|
|
4
4
|
Do not edit directly
|
|
5
|
-
Generated on
|
|
5
|
+
Generated on Thu, 26 Jun 2025 23:51:18 GMT
|
|
6
6
|
-->
|
|
7
7
|
|
|
8
8
|
<resources>
|
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
<dimen name="radius_12">12.00dp</dimen>
|
|
13
13
|
<dimen name="radius_16">16.00dp</dimen>
|
|
14
14
|
<dimen name="radius_24">24.00dp</dimen>
|
|
15
|
+
<dimen name="radius_28">28.00dp</dimen>
|
|
15
16
|
<dimen name="radius_32">32.00dp</dimen>
|
|
16
17
|
<dimen name="radius_4">4.00dp</dimen>
|
|
17
18
|
<dimen name="radius_45">45.00dp</dimen>
|
package/build/android/size.xml
CHANGED
package/build/ios/Border.swift
CHANGED
package/build/ios/Color.swift
CHANGED
package/build/ios/FontSize.swift
CHANGED
package/build/ios/Radius.swift
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
|
|
6
6
|
// Do not edit directly
|
|
7
|
-
// Generated on
|
|
7
|
+
// Generated on Thu, 26 Jun 2025 23:51:18 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
@@ -19,6 +19,7 @@ public enum PaletteRadius {
|
|
|
19
19
|
public static let radius2 = CGFloat(2)
|
|
20
20
|
public static let radius20 = CGFloat(20)
|
|
21
21
|
public static let radius24 = CGFloat(24)
|
|
22
|
+
public static let radius28 = CGFloat(28)
|
|
22
23
|
public static let radius3 = CGFloat(3)
|
|
23
24
|
public static let radius32 = CGFloat(32)
|
|
24
25
|
public static let radius4 = CGFloat(4)
|
package/build/ios/Size.swift
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/build/rn/fonts/fonts.css
CHANGED
|
@@ -38,3 +38,23 @@
|
|
|
38
38
|
src: url('./HNforTELUSSA-Bd.otf');
|
|
39
39
|
font-display: block;
|
|
40
40
|
}
|
|
41
|
+
@font-face {
|
|
42
|
+
font-family: 'HNforTELUSSAWoff2300normal';
|
|
43
|
+
src: url('./HNforTELUSSADisplay_normal_normal2.woff2');
|
|
44
|
+
font-display: block;
|
|
45
|
+
}
|
|
46
|
+
@font-face {
|
|
47
|
+
font-family: 'HNforTELUSSAWoff2400normal';
|
|
48
|
+
src: url('./HNforTELUSSARegular_normal_normal2.woff2');
|
|
49
|
+
font-display: block;
|
|
50
|
+
}
|
|
51
|
+
@font-face {
|
|
52
|
+
font-family: 'HNforTELUSSAWoff2500normal';
|
|
53
|
+
src: url('./HNforTELUSSAMedium_normal_normal2.woff2');
|
|
54
|
+
font-display: block;
|
|
55
|
+
}
|
|
56
|
+
@font-face {
|
|
57
|
+
font-family: 'HNforTELUSSAWoff2700normal';
|
|
58
|
+
src: url('./HNforTELUSSABold_normal_normal2.woff2');
|
|
59
|
+
font-display: block;
|
|
60
|
+
}
|
package/build/rn/fonts/index.js
CHANGED
|
@@ -6,3 +6,7 @@ module.exports.HNforTELUSSAOTF300normal= require('@telus-uds/palettes-community.
|
|
|
6
6
|
module.exports.HNforTELUSSAOTF400normal= require('@telus-uds/palettes-community.palette-casa/build/rn/fonts/HNforTELUSSA.otf')
|
|
7
7
|
module.exports.HNforTELUSSAOTF500normal= require('@telus-uds/palettes-community.palette-casa/build/rn/fonts/HNforTELUSSA-Md.otf')
|
|
8
8
|
module.exports.HNforTELUSSAOTF700normal= require('@telus-uds/palettes-community.palette-casa/build/rn/fonts/HNforTELUSSA-Bd.otf')
|
|
9
|
+
module.exports.HNforTELUSSAWoff2300normal= require('@telus-uds/palettes-community.palette-casa/build/rn/fonts/HNforTELUSSADisplay_normal_normal2.woff2')
|
|
10
|
+
module.exports.HNforTELUSSAWoff2400normal= require('@telus-uds/palettes-community.palette-casa/build/rn/fonts/HNforTELUSSARegular_normal_normal2.woff2')
|
|
11
|
+
module.exports.HNforTELUSSAWoff2500normal= require('@telus-uds/palettes-community.palette-casa/build/rn/fonts/HNforTELUSSAMedium_normal_normal2.woff2')
|
|
12
|
+
module.exports.HNforTELUSSAWoff2700normal= require('@telus-uds/palettes-community.palette-casa/build/rn/fonts/HNforTELUSSABold_normal_normal2.woff2')
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
4
|
+
module.exports = ({
|
|
5
|
+
title,
|
|
6
|
+
titleId,
|
|
7
|
+
size,
|
|
8
|
+
color,
|
|
9
|
+
gradient,
|
|
10
|
+
...props
|
|
11
|
+
}) => {
|
|
12
|
+
const iconSharedUtils = require('./utils/icon-shared-utils');
|
|
13
|
+
const hasGradient = iconSharedUtils.hasValidGradient(gradient);
|
|
14
|
+
let fillValue = color;
|
|
15
|
+
let gradientDefs;
|
|
16
|
+
let gradientUtils;
|
|
17
|
+
if (hasGradient) {
|
|
18
|
+
gradientUtils = iconSharedUtils.getGradientUtils();
|
|
19
|
+
const iconWebUtils = require('./utils/icon-web-utils');
|
|
20
|
+
const gradientId = gradientUtils.generateGradientId(gradient);
|
|
21
|
+
fillValue = `url(#${gradientId})`;
|
|
22
|
+
gradientDefs = iconWebUtils.renderWebGradientDefs(gradient, gradientId);
|
|
23
|
+
}
|
|
24
|
+
const svgContent = (0, _jsxRuntime.jsxs)("svg", {
|
|
25
|
+
...props,
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
27
|
+
viewBox: "0 0 24 24",
|
|
28
|
+
height: size,
|
|
29
|
+
width: size,
|
|
30
|
+
fill: fillValue,
|
|
31
|
+
role: title ? 'img' : undefined,
|
|
32
|
+
"aria-hidden": !title,
|
|
33
|
+
"aria-labelledby": titleId,
|
|
34
|
+
children: [title ? (0, _jsxRuntime.jsx)("title", {
|
|
35
|
+
id: titleId,
|
|
36
|
+
children: title
|
|
37
|
+
}) : null, (0, _jsxRuntime.jsx)("path", {
|
|
38
|
+
d: "M9.5 3h2V0h1v3h2V0h1v3H17a3 3 0 0 1 3 3v2.5h4v1h-4v2h4v1h-4v2h4v1h-4V18a3 3 0 0 1-3 3h-1.5v3h-1v-3h-2v3h-1v-3h-2v3h-1v-3H7a3 3 0 0 1-3-3v-2.5H0v-1h4v-2H0v-1h4v-2H0v-1h4V6a3 3 0 0 1 3-3h1.5V0h1v3ZM7 4a2 2 0 0 0-2 2v12a2 2 0 0 0 1.796 1.99L7 20h10a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2H7Zm8.8 2c.661 0 1.2.55 1.2 1.228v9.544C17 17.45 16.461 18 15.8 18H8.2c-.66 0-1.2-.55-1.2-1.227V9.852L10.766 6H15.8ZM8 10.259v6.514c0 .145.112.227.2.227h7.6c.088 0 .2-.082.2-.227V7.228c0-.146-.112-.228-.2-.228h-4.614L8 10.259Z"
|
|
39
|
+
})]
|
|
40
|
+
});
|
|
41
|
+
return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
|
|
42
|
+
};
|
|
@@ -0,0 +1,41 @@
|
|
|
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
|
+
gradient,
|
|
11
|
+
...props
|
|
12
|
+
}) => {
|
|
13
|
+
const iconSharedUtils = require('./utils/icon-shared-utils');
|
|
14
|
+
const hasGradient = iconSharedUtils.hasValidGradient(gradient);
|
|
15
|
+
let fillValue = color;
|
|
16
|
+
let gradientDefs;
|
|
17
|
+
let gradientUtils;
|
|
18
|
+
if (hasGradient) {
|
|
19
|
+
gradientUtils = iconSharedUtils.getGradientUtils();
|
|
20
|
+
const iconNativeUtils = require('./utils/icon-native-utils');
|
|
21
|
+
const gradientId = gradientUtils.generateGradientId(gradient);
|
|
22
|
+
fillValue = `url(#${gradientId})`;
|
|
23
|
+
gradientDefs = iconNativeUtils.renderNativeGradientDefs(gradient, gradientId);
|
|
24
|
+
}
|
|
25
|
+
const svgContent = (0, _jsxRuntime.jsxs)(_reactNativeSvg.default, {
|
|
26
|
+
...props,
|
|
27
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
28
|
+
viewBox: "0 0 24 24",
|
|
29
|
+
height: size,
|
|
30
|
+
width: size,
|
|
31
|
+
fill: fillValue,
|
|
32
|
+
"aria-labelledby": titleId,
|
|
33
|
+
children: [title ? (0, _jsxRuntime.jsx)("title", {
|
|
34
|
+
id: titleId,
|
|
35
|
+
children: title
|
|
36
|
+
}) : null, (0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
37
|
+
d: "M9.5 3h2V0h1v3h2V0h1v3H17a3 3 0 0 1 3 3v2.5h4v1h-4v2h4v1h-4v2h4v1h-4V18a3 3 0 0 1-3 3h-1.5v3h-1v-3h-2v3h-1v-3h-2v3h-1v-3H7a3 3 0 0 1-3-3v-2.5H0v-1h4v-2H0v-1h4v-2H0v-1h4V6a3 3 0 0 1 3-3h1.5V0h1v3ZM7 4a2 2 0 0 0-2 2v12a2 2 0 0 0 1.796 1.99L7 20h10a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2H7Zm8.8 2c.661 0 1.2.55 1.2 1.228v9.544C17 17.45 16.461 18 15.8 18H8.2c-.66 0-1.2-.55-1.2-1.227V9.852L10.766 6H15.8ZM8 10.259v6.514c0 .145.112.227.2.227h7.6c.088 0 .2-.082.2-.227V7.228c0-.146-.112-.228-.2-.228h-4.614L8 10.259Z"
|
|
38
|
+
})]
|
|
39
|
+
});
|
|
40
|
+
return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
|
|
41
|
+
};
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
4
|
+
module.exports = ({
|
|
5
|
+
title,
|
|
6
|
+
titleId,
|
|
7
|
+
size,
|
|
8
|
+
color,
|
|
9
|
+
gradient,
|
|
10
|
+
...props
|
|
11
|
+
}) => {
|
|
12
|
+
const iconSharedUtils = require('./utils/icon-shared-utils');
|
|
13
|
+
const hasGradient = iconSharedUtils.hasValidGradient(gradient);
|
|
14
|
+
let fillValue = color;
|
|
15
|
+
let gradientDefs;
|
|
16
|
+
let gradientUtils;
|
|
17
|
+
if (hasGradient) {
|
|
18
|
+
gradientUtils = iconSharedUtils.getGradientUtils();
|
|
19
|
+
const iconWebUtils = require('./utils/icon-web-utils');
|
|
20
|
+
const gradientId = gradientUtils.generateGradientId(gradient);
|
|
21
|
+
fillValue = `url(#${gradientId})`;
|
|
22
|
+
gradientDefs = iconWebUtils.renderWebGradientDefs(gradient, gradientId);
|
|
23
|
+
}
|
|
24
|
+
const svgContent = (0, _jsxRuntime.jsxs)("svg", {
|
|
25
|
+
...props,
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
27
|
+
viewBox: "0 0 24 24",
|
|
28
|
+
height: size,
|
|
29
|
+
width: size,
|
|
30
|
+
fill: fillValue,
|
|
31
|
+
role: title ? 'img' : undefined,
|
|
32
|
+
"aria-hidden": !title,
|
|
33
|
+
"aria-labelledby": titleId,
|
|
34
|
+
children: [title ? (0, _jsxRuntime.jsx)("title", {
|
|
35
|
+
id: titleId,
|
|
36
|
+
children: title
|
|
37
|
+
}) : null, (0, _jsxRuntime.jsx)("path", {
|
|
38
|
+
d: "M12.117.01c.22.054.377.225.425.432.952 4.167 2.25 5.853 3.667 7.641l4.938-4.936a.5.5 0 0 1 .707.707L16.83 8.876c.766.989 1.558 2.1 2.345 3.685a8.2 8.2 0 0 1 .598 1.574c.145.554.227 1.13.227 1.732 0 1.11-.198 2.147-.593 3.11a8.127 8.127 0 0 1-1.766 2.628c-.785.791-1.649 1.39-2.592 1.79-.945.4-1.964.601-3.052.601a7.723 7.723 0 0 1-3.048-.601c-.94-.399-1.8-.997-2.586-1.79a8.683 8.683 0 0 1-1.022-1.24l-.487.489a.5.5 0 0 1-.708-.707l.675-.676a7.604 7.604 0 0 1-.226-.494A8.09 8.09 0 0 1 4 15.867c0-.568.073-1.113.202-1.639a8.012 8.012 0 0 1 .541-1.496c.957-2.027 1.962-3.289 2.928-4.505 1.45-1.824 2.818-3.543 3.771-7.783a.563.563 0 0 1 .675-.433ZM9.131 16.576c.08.217.17.427.272.628a4.682 4.682 0 0 0 1.807 1.914c.345.207.46.664.259 1.018a.715.715 0 0 1-.99.265 6.122 6.122 0 0 1-2.36-2.503c-.036-.07-.067-.14-.1-.21l-1.858 1.858c.276.434.606.847.991 1.238.68.688 1.424 1.203 2.23 1.545.802.34 1.674.512 2.615.512a6.67 6.67 0 0 0 2.624-.512c.804-.342 1.55-.857 2.23-1.545a6.98 6.98 0 0 0 1.52-2.254 6.949 6.949 0 0 0 .501-2.662 5.6 5.6 0 0 0-.187-1.433 7.096 7.096 0 0 0-.515-1.348c-.72-1.447-1.445-2.483-2.15-3.4l-6.89 6.89ZM11.995 2.76c-.957 3.058-2.172 4.59-3.45 6.195-.925 1.164-1.887 2.371-2.786 4.28-.195.41-.353.835-.461 1.279a5.632 5.632 0 0 0-.168 1.353c0 .961.168 1.848.502 2.662.012.03.027.06.04.091l1.957-1.957a10.359 10.359 0 0 1-.376-2.009.743.743 0 0 1 .658-.808.73.73 0 0 1 .787.674c.03.323.074.637.132.942l6.57-6.57c-1.27-1.604-2.454-3.099-3.405-6.132Z"
|
|
39
|
+
})]
|
|
40
|
+
});
|
|
41
|
+
return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
|
|
42
|
+
};
|
|
@@ -0,0 +1,41 @@
|
|
|
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
|
+
gradient,
|
|
11
|
+
...props
|
|
12
|
+
}) => {
|
|
13
|
+
const iconSharedUtils = require('./utils/icon-shared-utils');
|
|
14
|
+
const hasGradient = iconSharedUtils.hasValidGradient(gradient);
|
|
15
|
+
let fillValue = color;
|
|
16
|
+
let gradientDefs;
|
|
17
|
+
let gradientUtils;
|
|
18
|
+
if (hasGradient) {
|
|
19
|
+
gradientUtils = iconSharedUtils.getGradientUtils();
|
|
20
|
+
const iconNativeUtils = require('./utils/icon-native-utils');
|
|
21
|
+
const gradientId = gradientUtils.generateGradientId(gradient);
|
|
22
|
+
fillValue = `url(#${gradientId})`;
|
|
23
|
+
gradientDefs = iconNativeUtils.renderNativeGradientDefs(gradient, gradientId);
|
|
24
|
+
}
|
|
25
|
+
const svgContent = (0, _jsxRuntime.jsxs)(_reactNativeSvg.default, {
|
|
26
|
+
...props,
|
|
27
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
28
|
+
viewBox: "0 0 24 24",
|
|
29
|
+
height: size,
|
|
30
|
+
width: size,
|
|
31
|
+
fill: fillValue,
|
|
32
|
+
"aria-labelledby": titleId,
|
|
33
|
+
children: [title ? (0, _jsxRuntime.jsx)("title", {
|
|
34
|
+
id: titleId,
|
|
35
|
+
children: title
|
|
36
|
+
}) : null, (0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
37
|
+
d: "M12.117.01c.22.054.377.225.425.432.952 4.167 2.25 5.853 3.667 7.641l4.938-4.936a.5.5 0 0 1 .707.707L16.83 8.876c.766.989 1.558 2.1 2.345 3.685a8.2 8.2 0 0 1 .598 1.574c.145.554.227 1.13.227 1.732 0 1.11-.198 2.147-.593 3.11a8.127 8.127 0 0 1-1.766 2.628c-.785.791-1.649 1.39-2.592 1.79-.945.4-1.964.601-3.052.601a7.723 7.723 0 0 1-3.048-.601c-.94-.399-1.8-.997-2.586-1.79a8.683 8.683 0 0 1-1.022-1.24l-.487.489a.5.5 0 0 1-.708-.707l.675-.676a7.604 7.604 0 0 1-.226-.494A8.09 8.09 0 0 1 4 15.867c0-.568.073-1.113.202-1.639a8.012 8.012 0 0 1 .541-1.496c.957-2.027 1.962-3.289 2.928-4.505 1.45-1.824 2.818-3.543 3.771-7.783a.563.563 0 0 1 .675-.433ZM9.131 16.576c.08.217.17.427.272.628a4.682 4.682 0 0 0 1.807 1.914c.345.207.46.664.259 1.018a.715.715 0 0 1-.99.265 6.122 6.122 0 0 1-2.36-2.503c-.036-.07-.067-.14-.1-.21l-1.858 1.858c.276.434.606.847.991 1.238.68.688 1.424 1.203 2.23 1.545.802.34 1.674.512 2.615.512a6.67 6.67 0 0 0 2.624-.512c.804-.342 1.55-.857 2.23-1.545a6.98 6.98 0 0 0 1.52-2.254 6.949 6.949 0 0 0 .501-2.662 5.6 5.6 0 0 0-.187-1.433 7.096 7.096 0 0 0-.515-1.348c-.72-1.447-1.445-2.483-2.15-3.4l-6.89 6.89ZM11.995 2.76c-.957 3.058-2.172 4.59-3.45 6.195-.925 1.164-1.887 2.371-2.786 4.28-.195.41-.353.835-.461 1.279a5.632 5.632 0 0 0-.168 1.353c0 .961.168 1.848.502 2.662.012.03.027.06.04.091l1.957-1.957a10.359 10.359 0 0 1-.376-2.009.743.743 0 0 1 .658-.808.73.73 0 0 1 .787.674c.03.323.074.637.132.942l6.57-6.57c-1.27-1.604-2.454-3.099-3.405-6.132Z"
|
|
38
|
+
})]
|
|
39
|
+
});
|
|
40
|
+
return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
|
|
41
|
+
};
|
package/build/rn/icons/index.js
CHANGED
|
@@ -230,6 +230,7 @@ module.exports = {
|
|
|
230
230
|
SignPost: require('./SignPost'),
|
|
231
231
|
Signal: require('./Signal'),
|
|
232
232
|
SimCard: require('./SimCard'),
|
|
233
|
+
SimElectronic: require('./SimElectronic'),
|
|
233
234
|
SmartWearSecurity: require('./SmartWearSecurity'),
|
|
234
235
|
Soccer: require('./Soccer'),
|
|
235
236
|
Speaker: require('./Speaker'),
|
|
@@ -280,6 +281,7 @@ module.exports = {
|
|
|
280
281
|
VisuallyImpaired: require('./VisuallyImpaired'),
|
|
281
282
|
Warranty: require('./Warranty'),
|
|
282
283
|
Watch: require('./Watch'),
|
|
284
|
+
WaterProhibited: require('./WaterProhibited'),
|
|
283
285
|
WifiBoost: require('./WifiBoost'),
|
|
284
286
|
WifiCloud: require('./WifiCloud'),
|
|
285
287
|
CaretDownSmall: require('./CaretDownSmall'),
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
+
<path d="M9.5 3h2V0h1v3h2V0h1v3H17a3 3 0 0 1 3 3v2.5h4v1h-4v2h4v1h-4v2h4v1h-4V18a3 3 0 0 1-3 3h-1.5v3h-1v-3h-2v3h-1v-3h-2v3h-1v-3H7a3 3 0 0 1-3-3v-2.5H0v-1h4v-2H0v-1h4v-2H0v-1h4V6a3 3 0 0 1 3-3h1.5V0h1v3ZM7 4a2 2 0 0 0-2 2v12a2 2 0 0 0 1.796 1.99L7 20h10a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2H7Zm8.8 2c.661 0 1.2.55 1.2 1.228v9.544C17 17.45 16.461 18 15.8 18H8.2c-.66 0-1.2-.55-1.2-1.227V9.852L10.766 6H15.8ZM8 10.259v6.514c0 .145.112.227.2.227h7.6c.088 0 .2-.082.2-.227V7.228c0-.146-.112-.228-.2-.228h-4.614L8 10.259Z"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
+
<path d="M12.117.01c.22.054.377.225.425.432.952 4.167 2.25 5.853 3.667 7.641l4.938-4.936a.5.5 0 0 1 .707.707L16.83 8.876c.766.989 1.558 2.1 2.345 3.685a8.2 8.2 0 0 1 .598 1.574c.145.554.227 1.13.227 1.732 0 1.11-.198 2.147-.593 3.11a8.127 8.127 0 0 1-1.766 2.628c-.785.791-1.649 1.39-2.592 1.79-.945.4-1.964.601-3.052.601a7.723 7.723 0 0 1-3.048-.601c-.94-.399-1.8-.997-2.586-1.79a8.683 8.683 0 0 1-1.022-1.24l-.487.489a.5.5 0 0 1-.708-.707l.675-.676a7.604 7.604 0 0 1-.226-.494A8.09 8.09 0 0 1 4 15.867c0-.568.073-1.113.202-1.639a8.012 8.012 0 0 1 .541-1.496c.957-2.027 1.962-3.289 2.928-4.505 1.45-1.824 2.818-3.543 3.771-7.783a.563.563 0 0 1 .675-.433ZM9.131 16.576c.08.217.17.427.272.628a4.682 4.682 0 0 0 1.807 1.914c.345.207.46.664.259 1.018a.715.715 0 0 1-.99.265 6.122 6.122 0 0 1-2.36-2.503c-.036-.07-.067-.14-.1-.21l-1.858 1.858c.276.434.606.847.991 1.238.68.688 1.424 1.203 2.23 1.545.802.34 1.674.512 2.615.512a6.67 6.67 0 0 0 2.624-.512c.804-.342 1.55-.857 2.23-1.545a6.98 6.98 0 0 0 1.52-2.254 6.949 6.949 0 0 0 .501-2.662 5.6 5.6 0 0 0-.187-1.433 7.096 7.096 0 0 0-.515-1.348c-.72-1.447-1.445-2.483-2.15-3.4l-6.89 6.89ZM11.995 2.76c-.957 3.058-2.172 4.59-3.45 6.195-.925 1.164-1.887 2.371-2.786 4.28-.195.41-.353.835-.461 1.279a5.632 5.632 0 0 0-.168 1.353c0 .961.168 1.848.502 2.662.012.03.027.06.04.091l1.957-1.957a10.359 10.359 0 0 1-.376-2.009.743.743 0 0 1 .658-.808.73.73 0 0 1 .787.674c.03.323.074.637.132.942l6.57-6.57c-1.27-1.604-2.454-3.099-3.405-6.132Z"/>
|
|
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, 26 Jun 2025 23:51:22 GMT
|
|
4
4
|
*/
|
|
5
5
|
module.exports = {
|
|
6
6
|
border: {
|
|
@@ -91,6 +91,12 @@ module.exports = {
|
|
|
91
91
|
400: '@telus-uds/palettes-community.palette-casa/build/rn/fonts/HNforTELUSSA.otf',
|
|
92
92
|
500: '@telus-uds/palettes-community.palette-casa/build/rn/fonts/HNforTELUSSA-Md.otf',
|
|
93
93
|
700: '@telus-uds/palettes-community.palette-casa/build/rn/fonts/HNforTELUSSA-Bd.otf'
|
|
94
|
+
},
|
|
95
|
+
HNforTELUSSAWoff2: {
|
|
96
|
+
300: '@telus-uds/palettes-community.palette-casa/build/rn/fonts/HNforTELUSSADisplay_normal_normal2.woff2',
|
|
97
|
+
400: '@telus-uds/palettes-community.palette-casa/build/rn/fonts/HNforTELUSSARegular_normal_normal2.woff2',
|
|
98
|
+
500: '@telus-uds/palettes-community.palette-casa/build/rn/fonts/HNforTELUSSAMedium_normal_normal2.woff2',
|
|
99
|
+
700: '@telus-uds/palettes-community.palette-casa/build/rn/fonts/HNforTELUSSABold_normal_normal2.woff2'
|
|
94
100
|
}
|
|
95
101
|
},
|
|
96
102
|
fontSize: {
|
|
@@ -416,6 +422,7 @@ module.exports = {
|
|
|
416
422
|
SignPost: '@telus-uds/palettes-community.palette-casa/build/rn/icons/sign-post.icon.svg',
|
|
417
423
|
Signal: '@telus-uds/palettes-community.palette-casa/build/rn/icons/signal.icon.svg',
|
|
418
424
|
SimCard: '@telus-uds/palettes-community.palette-casa/build/rn/icons/sim-card.icon.svg',
|
|
425
|
+
SimElectronic: '@telus-uds/palettes-community.palette-casa/build/rn/icons/sim-electronic.icon.svg',
|
|
419
426
|
SmartWearSecurity: '@telus-uds/palettes-community.palette-casa/build/rn/icons/smart-wear-security.icon.svg',
|
|
420
427
|
Soccer: '@telus-uds/palettes-community.palette-casa/build/rn/icons/soccer.icon.svg',
|
|
421
428
|
Speaker: '@telus-uds/palettes-community.palette-casa/build/rn/icons/speaker.icon.svg',
|
|
@@ -466,6 +473,7 @@ module.exports = {
|
|
|
466
473
|
VisuallyImpaired: '@telus-uds/palettes-community.palette-casa/build/rn/icons/visually-impaired.icon.svg',
|
|
467
474
|
Warranty: '@telus-uds/palettes-community.palette-casa/build/rn/icons/warranty.icon.svg',
|
|
468
475
|
Watch: '@telus-uds/palettes-community.palette-casa/build/rn/icons/watch.icon.svg',
|
|
476
|
+
WaterProhibited: '@telus-uds/palettes-community.palette-casa/build/rn/icons/water-prohibited.icon.svg',
|
|
469
477
|
WifiBoost: '@telus-uds/palettes-community.palette-casa/build/rn/icons/wifi-boost.icon.svg',
|
|
470
478
|
WifiCloud: '@telus-uds/palettes-community.palette-casa/build/rn/icons/wifi-cloud.icon.svg',
|
|
471
479
|
CaretDownSmall: '@telus-uds/palettes-community.palette-casa/build/rn/icons/caret-down-small.icon.svg',
|
|
@@ -522,6 +530,7 @@ module.exports = {
|
|
|
522
530
|
radius12: 12,
|
|
523
531
|
radius16: 16,
|
|
524
532
|
radius24: 24,
|
|
533
|
+
radius28: 28,
|
|
525
534
|
radius32: 32,
|
|
526
535
|
radius4: 4,
|
|
527
536
|
radius45: 45,
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,55 +1,83 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: 'HNforTELUSSA';
|
|
3
|
-
src: url('https://cdn.telus.digital/uds/HNforTELUSSADisplay_normal_normal-
|
|
3
|
+
src: url('https://cdn.telus.digital/uds/HNforTELUSSADisplay_normal_normal-v4_3_2.woff');
|
|
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: 'HNforTELUSSA';
|
|
10
|
-
src: url('https://cdn.telus.digital/uds/HNforTELUSSARegular_normal_normal-
|
|
10
|
+
src: url('https://cdn.telus.digital/uds/HNforTELUSSARegular_normal_normal-v4_3_2.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: 'HNforTELUSSA';
|
|
17
|
-
src: url('https://cdn.telus.digital/uds/HNforTELUSSAMedium_normal_normal-
|
|
17
|
+
src: url('https://cdn.telus.digital/uds/HNforTELUSSAMedium_normal_normal-v4_3_2.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: 'HNforTELUSSA';
|
|
24
|
-
src: url('https://cdn.telus.digital/uds/HNforTELUSSABold_normal_normal-
|
|
24
|
+
src: url('https://cdn.telus.digital/uds/HNforTELUSSABold_normal_normal-v4_3_2.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: 'HNforTELUSSAOTF';
|
|
31
|
-
src: url('https://cdn.telus.digital/uds/HNforTELUSSA-Display-
|
|
31
|
+
src: url('https://cdn.telus.digital/uds/HNforTELUSSA-Display-v4_3_2.otf');
|
|
32
32
|
font-weight: 300;
|
|
33
33
|
font-style: normal;
|
|
34
34
|
font-display: block;
|
|
35
35
|
}
|
|
36
36
|
@font-face {
|
|
37
37
|
font-family: 'HNforTELUSSAOTF';
|
|
38
|
-
src: url('https://cdn.telus.digital/uds/HNforTELUSSA-
|
|
38
|
+
src: url('https://cdn.telus.digital/uds/HNforTELUSSA-v4_3_2.otf');
|
|
39
39
|
font-weight: 400;
|
|
40
40
|
font-style: normal;
|
|
41
41
|
font-display: block;
|
|
42
42
|
}
|
|
43
43
|
@font-face {
|
|
44
44
|
font-family: 'HNforTELUSSAOTF';
|
|
45
|
-
src: url('https://cdn.telus.digital/uds/HNforTELUSSA-Md-
|
|
45
|
+
src: url('https://cdn.telus.digital/uds/HNforTELUSSA-Md-v4_3_2.otf');
|
|
46
46
|
font-weight: 500;
|
|
47
47
|
font-style: normal;
|
|
48
48
|
font-display: block;
|
|
49
49
|
}
|
|
50
50
|
@font-face {
|
|
51
51
|
font-family: 'HNforTELUSSAOTF';
|
|
52
|
-
src: url('https://cdn.telus.digital/uds/HNforTELUSSA-Bd-
|
|
52
|
+
src: url('https://cdn.telus.digital/uds/HNforTELUSSA-Bd-v4_3_2.otf');
|
|
53
|
+
font-weight: 700;
|
|
54
|
+
font-style: normal;
|
|
55
|
+
font-display: block;
|
|
56
|
+
}
|
|
57
|
+
@font-face {
|
|
58
|
+
font-family: 'HNforTELUSSAWoff2';
|
|
59
|
+
src: url('https://cdn.telus.digital/uds/HNforTELUSSADisplay_normal_normal2-v4_3_2.woff2');
|
|
60
|
+
font-weight: 300;
|
|
61
|
+
font-style: normal;
|
|
62
|
+
font-display: block;
|
|
63
|
+
}
|
|
64
|
+
@font-face {
|
|
65
|
+
font-family: 'HNforTELUSSAWoff2';
|
|
66
|
+
src: url('https://cdn.telus.digital/uds/HNforTELUSSARegular_normal_normal2-v4_3_2.woff2');
|
|
67
|
+
font-weight: 400;
|
|
68
|
+
font-style: normal;
|
|
69
|
+
font-display: block;
|
|
70
|
+
}
|
|
71
|
+
@font-face {
|
|
72
|
+
font-family: 'HNforTELUSSAWoff2';
|
|
73
|
+
src: url('https://cdn.telus.digital/uds/HNforTELUSSAMedium_normal_normal2-v4_3_2.woff2');
|
|
74
|
+
font-weight: 500;
|
|
75
|
+
font-style: normal;
|
|
76
|
+
font-display: block;
|
|
77
|
+
}
|
|
78
|
+
@font-face {
|
|
79
|
+
font-family: 'HNforTELUSSAWoff2';
|
|
80
|
+
src: url('https://cdn.telus.digital/uds/HNforTELUSSABold_normal_normal2-v4_3_2.woff2');
|
|
53
81
|
font-weight: 700;
|
|
54
82
|
font-style: normal;
|
|
55
83
|
font-display: block;
|
|
@@ -1,40 +1,60 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: 'HNforTELUSSA300normal';
|
|
3
|
-
src: url('https://cdn.telus.digital/uds/HNforTELUSSADisplay_normal_normal-
|
|
3
|
+
src: url('https://cdn.telus.digital/uds/HNforTELUSSADisplay_normal_normal-v4_3_2.woff');
|
|
4
4
|
font-display: block;
|
|
5
5
|
}
|
|
6
6
|
@font-face {
|
|
7
7
|
font-family: 'HNforTELUSSA400normal';
|
|
8
|
-
src: url('https://cdn.telus.digital/uds/HNforTELUSSARegular_normal_normal-
|
|
8
|
+
src: url('https://cdn.telus.digital/uds/HNforTELUSSARegular_normal_normal-v4_3_2.woff');
|
|
9
9
|
font-display: block;
|
|
10
10
|
}
|
|
11
11
|
@font-face {
|
|
12
12
|
font-family: 'HNforTELUSSA500normal';
|
|
13
|
-
src: url('https://cdn.telus.digital/uds/HNforTELUSSAMedium_normal_normal-
|
|
13
|
+
src: url('https://cdn.telus.digital/uds/HNforTELUSSAMedium_normal_normal-v4_3_2.woff');
|
|
14
14
|
font-display: block;
|
|
15
15
|
}
|
|
16
16
|
@font-face {
|
|
17
17
|
font-family: 'HNforTELUSSA700normal';
|
|
18
|
-
src: url('https://cdn.telus.digital/uds/HNforTELUSSABold_normal_normal-
|
|
18
|
+
src: url('https://cdn.telus.digital/uds/HNforTELUSSABold_normal_normal-v4_3_2.woff');
|
|
19
19
|
font-display: block;
|
|
20
20
|
}
|
|
21
21
|
@font-face {
|
|
22
22
|
font-family: 'HNforTELUSSAOTF300normal';
|
|
23
|
-
src: url('https://cdn.telus.digital/uds/HNforTELUSSA-Display-
|
|
23
|
+
src: url('https://cdn.telus.digital/uds/HNforTELUSSA-Display-v4_3_2.otf');
|
|
24
24
|
font-display: block;
|
|
25
25
|
}
|
|
26
26
|
@font-face {
|
|
27
27
|
font-family: 'HNforTELUSSAOTF400normal';
|
|
28
|
-
src: url('https://cdn.telus.digital/uds/HNforTELUSSA-
|
|
28
|
+
src: url('https://cdn.telus.digital/uds/HNforTELUSSA-v4_3_2.otf');
|
|
29
29
|
font-display: block;
|
|
30
30
|
}
|
|
31
31
|
@font-face {
|
|
32
32
|
font-family: 'HNforTELUSSAOTF500normal';
|
|
33
|
-
src: url('https://cdn.telus.digital/uds/HNforTELUSSA-Md-
|
|
33
|
+
src: url('https://cdn.telus.digital/uds/HNforTELUSSA-Md-v4_3_2.otf');
|
|
34
34
|
font-display: block;
|
|
35
35
|
}
|
|
36
36
|
@font-face {
|
|
37
37
|
font-family: 'HNforTELUSSAOTF700normal';
|
|
38
|
-
src: url('https://cdn.telus.digital/uds/HNforTELUSSA-Bd-
|
|
38
|
+
src: url('https://cdn.telus.digital/uds/HNforTELUSSA-Bd-v4_3_2.otf');
|
|
39
|
+
font-display: block;
|
|
40
|
+
}
|
|
41
|
+
@font-face {
|
|
42
|
+
font-family: 'HNforTELUSSAWoff2300normal';
|
|
43
|
+
src: url('https://cdn.telus.digital/uds/HNforTELUSSADisplay_normal_normal2-v4_3_2.woff2');
|
|
44
|
+
font-display: block;
|
|
45
|
+
}
|
|
46
|
+
@font-face {
|
|
47
|
+
font-family: 'HNforTELUSSAWoff2400normal';
|
|
48
|
+
src: url('https://cdn.telus.digital/uds/HNforTELUSSARegular_normal_normal2-v4_3_2.woff2');
|
|
49
|
+
font-display: block;
|
|
50
|
+
}
|
|
51
|
+
@font-face {
|
|
52
|
+
font-family: 'HNforTELUSSAWoff2500normal';
|
|
53
|
+
src: url('https://cdn.telus.digital/uds/HNforTELUSSAMedium_normal_normal2-v4_3_2.woff2');
|
|
54
|
+
font-display: block;
|
|
55
|
+
}
|
|
56
|
+
@font-face {
|
|
57
|
+
font-family: 'HNforTELUSSAWoff2700normal';
|
|
58
|
+
src: url('https://cdn.telus.digital/uds/HNforTELUSSABold_normal_normal2-v4_3_2.woff2');
|
|
39
59
|
font-display: block;
|
|
40
60
|
}
|
|
@@ -1,55 +1,83 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: 'HNforTELUSSA';
|
|
3
|
-
src: url('./HNforTELUSSADisplay_normal_normal-
|
|
3
|
+
src: url('./HNforTELUSSADisplay_normal_normal-v4_3_2.woff');
|
|
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: 'HNforTELUSSA';
|
|
10
|
-
src: url('./HNforTELUSSARegular_normal_normal-
|
|
10
|
+
src: url('./HNforTELUSSARegular_normal_normal-v4_3_2.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: 'HNforTELUSSA';
|
|
17
|
-
src: url('./HNforTELUSSAMedium_normal_normal-
|
|
17
|
+
src: url('./HNforTELUSSAMedium_normal_normal-v4_3_2.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: 'HNforTELUSSA';
|
|
24
|
-
src: url('./HNforTELUSSABold_normal_normal-
|
|
24
|
+
src: url('./HNforTELUSSABold_normal_normal-v4_3_2.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: 'HNforTELUSSAOTF';
|
|
31
|
-
src: url('./HNforTELUSSA-Display-
|
|
31
|
+
src: url('./HNforTELUSSA-Display-v4_3_2.otf');
|
|
32
32
|
font-weight: 300;
|
|
33
33
|
font-style: normal;
|
|
34
34
|
font-display: block;
|
|
35
35
|
}
|
|
36
36
|
@font-face {
|
|
37
37
|
font-family: 'HNforTELUSSAOTF';
|
|
38
|
-
src: url('./HNforTELUSSA-
|
|
38
|
+
src: url('./HNforTELUSSA-v4_3_2.otf');
|
|
39
39
|
font-weight: 400;
|
|
40
40
|
font-style: normal;
|
|
41
41
|
font-display: block;
|
|
42
42
|
}
|
|
43
43
|
@font-face {
|
|
44
44
|
font-family: 'HNforTELUSSAOTF';
|
|
45
|
-
src: url('./HNforTELUSSA-Md-
|
|
45
|
+
src: url('./HNforTELUSSA-Md-v4_3_2.otf');
|
|
46
46
|
font-weight: 500;
|
|
47
47
|
font-style: normal;
|
|
48
48
|
font-display: block;
|
|
49
49
|
}
|
|
50
50
|
@font-face {
|
|
51
51
|
font-family: 'HNforTELUSSAOTF';
|
|
52
|
-
src: url('./HNforTELUSSA-Bd-
|
|
52
|
+
src: url('./HNforTELUSSA-Bd-v4_3_2.otf');
|
|
53
|
+
font-weight: 700;
|
|
54
|
+
font-style: normal;
|
|
55
|
+
font-display: block;
|
|
56
|
+
}
|
|
57
|
+
@font-face {
|
|
58
|
+
font-family: 'HNforTELUSSAWoff2';
|
|
59
|
+
src: url('./HNforTELUSSADisplay_normal_normal2-v4_3_2.woff2');
|
|
60
|
+
font-weight: 300;
|
|
61
|
+
font-style: normal;
|
|
62
|
+
font-display: block;
|
|
63
|
+
}
|
|
64
|
+
@font-face {
|
|
65
|
+
font-family: 'HNforTELUSSAWoff2';
|
|
66
|
+
src: url('./HNforTELUSSARegular_normal_normal2-v4_3_2.woff2');
|
|
67
|
+
font-weight: 400;
|
|
68
|
+
font-style: normal;
|
|
69
|
+
font-display: block;
|
|
70
|
+
}
|
|
71
|
+
@font-face {
|
|
72
|
+
font-family: 'HNforTELUSSAWoff2';
|
|
73
|
+
src: url('./HNforTELUSSAMedium_normal_normal2-v4_3_2.woff2');
|
|
74
|
+
font-weight: 500;
|
|
75
|
+
font-style: normal;
|
|
76
|
+
font-display: block;
|
|
77
|
+
}
|
|
78
|
+
@font-face {
|
|
79
|
+
font-family: 'HNforTELUSSAWoff2';
|
|
80
|
+
src: url('./HNforTELUSSABold_normal_normal2-v4_3_2.woff2');
|
|
53
81
|
font-weight: 700;
|
|
54
82
|
font-style: normal;
|
|
55
83
|
font-display: block;
|
|
@@ -1,40 +1,60 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: 'HNforTELUSSA300normal';
|
|
3
|
-
src: url('./HNforTELUSSADisplay_normal_normal-
|
|
3
|
+
src: url('./HNforTELUSSADisplay_normal_normal-v4_3_2.woff');
|
|
4
4
|
font-display: block;
|
|
5
5
|
}
|
|
6
6
|
@font-face {
|
|
7
7
|
font-family: 'HNforTELUSSA400normal';
|
|
8
|
-
src: url('./HNforTELUSSARegular_normal_normal-
|
|
8
|
+
src: url('./HNforTELUSSARegular_normal_normal-v4_3_2.woff');
|
|
9
9
|
font-display: block;
|
|
10
10
|
}
|
|
11
11
|
@font-face {
|
|
12
12
|
font-family: 'HNforTELUSSA500normal';
|
|
13
|
-
src: url('./HNforTELUSSAMedium_normal_normal-
|
|
13
|
+
src: url('./HNforTELUSSAMedium_normal_normal-v4_3_2.woff');
|
|
14
14
|
font-display: block;
|
|
15
15
|
}
|
|
16
16
|
@font-face {
|
|
17
17
|
font-family: 'HNforTELUSSA700normal';
|
|
18
|
-
src: url('./HNforTELUSSABold_normal_normal-
|
|
18
|
+
src: url('./HNforTELUSSABold_normal_normal-v4_3_2.woff');
|
|
19
19
|
font-display: block;
|
|
20
20
|
}
|
|
21
21
|
@font-face {
|
|
22
22
|
font-family: 'HNforTELUSSAOTF300normal';
|
|
23
|
-
src: url('./HNforTELUSSA-Display-
|
|
23
|
+
src: url('./HNforTELUSSA-Display-v4_3_2.otf');
|
|
24
24
|
font-display: block;
|
|
25
25
|
}
|
|
26
26
|
@font-face {
|
|
27
27
|
font-family: 'HNforTELUSSAOTF400normal';
|
|
28
|
-
src: url('./HNforTELUSSA-
|
|
28
|
+
src: url('./HNforTELUSSA-v4_3_2.otf');
|
|
29
29
|
font-display: block;
|
|
30
30
|
}
|
|
31
31
|
@font-face {
|
|
32
32
|
font-family: 'HNforTELUSSAOTF500normal';
|
|
33
|
-
src: url('./HNforTELUSSA-Md-
|
|
33
|
+
src: url('./HNforTELUSSA-Md-v4_3_2.otf');
|
|
34
34
|
font-display: block;
|
|
35
35
|
}
|
|
36
36
|
@font-face {
|
|
37
37
|
font-family: 'HNforTELUSSAOTF700normal';
|
|
38
|
-
src: url('./HNforTELUSSA-Bd-
|
|
38
|
+
src: url('./HNforTELUSSA-Bd-v4_3_2.otf');
|
|
39
|
+
font-display: block;
|
|
40
|
+
}
|
|
41
|
+
@font-face {
|
|
42
|
+
font-family: 'HNforTELUSSAWoff2300normal';
|
|
43
|
+
src: url('./HNforTELUSSADisplay_normal_normal2-v4_3_2.woff2');
|
|
44
|
+
font-display: block;
|
|
45
|
+
}
|
|
46
|
+
@font-face {
|
|
47
|
+
font-family: 'HNforTELUSSAWoff2400normal';
|
|
48
|
+
src: url('./HNforTELUSSARegular_normal_normal2-v4_3_2.woff2');
|
|
49
|
+
font-display: block;
|
|
50
|
+
}
|
|
51
|
+
@font-face {
|
|
52
|
+
font-family: 'HNforTELUSSAWoff2500normal';
|
|
53
|
+
src: url('./HNforTELUSSAMedium_normal_normal2-v4_3_2.woff2');
|
|
54
|
+
font-display: block;
|
|
55
|
+
}
|
|
56
|
+
@font-face {
|
|
57
|
+
font-family: 'HNforTELUSSAWoff2700normal';
|
|
58
|
+
src: url('./HNforTELUSSABold_normal_normal2-v4_3_2.woff2');
|
|
39
59
|
font-display: block;
|
|
40
60
|
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
4
|
+
module.exports = ({
|
|
5
|
+
title,
|
|
6
|
+
titleId,
|
|
7
|
+
size,
|
|
8
|
+
color,
|
|
9
|
+
gradient,
|
|
10
|
+
...props
|
|
11
|
+
}) => {
|
|
12
|
+
const iconSharedUtils = require('./utils/icon-shared-utils');
|
|
13
|
+
const hasGradient = iconSharedUtils.hasValidGradient(gradient);
|
|
14
|
+
let fillValue = color;
|
|
15
|
+
let gradientDefs;
|
|
16
|
+
let gradientUtils;
|
|
17
|
+
if (hasGradient) {
|
|
18
|
+
gradientUtils = iconSharedUtils.getGradientUtils();
|
|
19
|
+
const iconWebUtils = require('./utils/icon-web-utils');
|
|
20
|
+
const gradientId = gradientUtils.generateGradientId(gradient);
|
|
21
|
+
fillValue = `url(#${gradientId})`;
|
|
22
|
+
gradientDefs = iconWebUtils.renderWebGradientDefs(gradient, gradientId);
|
|
23
|
+
}
|
|
24
|
+
const svgContent = (0, _jsxRuntime.jsxs)("svg", {
|
|
25
|
+
...props,
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
27
|
+
viewBox: "0 0 24 24",
|
|
28
|
+
height: size,
|
|
29
|
+
width: size,
|
|
30
|
+
fill: fillValue,
|
|
31
|
+
role: title ? 'img' : undefined,
|
|
32
|
+
"aria-hidden": !title,
|
|
33
|
+
"aria-labelledby": titleId,
|
|
34
|
+
children: [title ? (0, _jsxRuntime.jsx)("title", {
|
|
35
|
+
id: titleId,
|
|
36
|
+
children: title
|
|
37
|
+
}) : null, (0, _jsxRuntime.jsx)("path", {
|
|
38
|
+
d: "M9.5 3h2V0h1v3h2V0h1v3H17a3 3 0 0 1 3 3v2.5h4v1h-4v2h4v1h-4v2h4v1h-4V18a3 3 0 0 1-3 3h-1.5v3h-1v-3h-2v3h-1v-3h-2v3h-1v-3H7a3 3 0 0 1-3-3v-2.5H0v-1h4v-2H0v-1h4v-2H0v-1h4V6a3 3 0 0 1 3-3h1.5V0h1v3ZM7 4a2 2 0 0 0-2 2v12a2 2 0 0 0 1.796 1.99L7 20h10a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2H7Zm8.8 2c.661 0 1.2.55 1.2 1.228v9.544C17 17.45 16.461 18 15.8 18H8.2c-.66 0-1.2-.55-1.2-1.227V9.852L10.766 6H15.8ZM8 10.259v6.514c0 .145.112.227.2.227h7.6c.088 0 .2-.082.2-.227V7.228c0-.146-.112-.228-.2-.228h-4.614L8 10.259Z"
|
|
39
|
+
})]
|
|
40
|
+
});
|
|
41
|
+
return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
|
|
42
|
+
};
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
4
|
+
module.exports = ({
|
|
5
|
+
title,
|
|
6
|
+
titleId,
|
|
7
|
+
size,
|
|
8
|
+
color,
|
|
9
|
+
gradient,
|
|
10
|
+
...props
|
|
11
|
+
}) => {
|
|
12
|
+
const iconSharedUtils = require('./utils/icon-shared-utils');
|
|
13
|
+
const hasGradient = iconSharedUtils.hasValidGradient(gradient);
|
|
14
|
+
let fillValue = color;
|
|
15
|
+
let gradientDefs;
|
|
16
|
+
let gradientUtils;
|
|
17
|
+
if (hasGradient) {
|
|
18
|
+
gradientUtils = iconSharedUtils.getGradientUtils();
|
|
19
|
+
const iconWebUtils = require('./utils/icon-web-utils');
|
|
20
|
+
const gradientId = gradientUtils.generateGradientId(gradient);
|
|
21
|
+
fillValue = `url(#${gradientId})`;
|
|
22
|
+
gradientDefs = iconWebUtils.renderWebGradientDefs(gradient, gradientId);
|
|
23
|
+
}
|
|
24
|
+
const svgContent = (0, _jsxRuntime.jsxs)("svg", {
|
|
25
|
+
...props,
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
27
|
+
viewBox: "0 0 24 24",
|
|
28
|
+
height: size,
|
|
29
|
+
width: size,
|
|
30
|
+
fill: fillValue,
|
|
31
|
+
role: title ? 'img' : undefined,
|
|
32
|
+
"aria-hidden": !title,
|
|
33
|
+
"aria-labelledby": titleId,
|
|
34
|
+
children: [title ? (0, _jsxRuntime.jsx)("title", {
|
|
35
|
+
id: titleId,
|
|
36
|
+
children: title
|
|
37
|
+
}) : null, (0, _jsxRuntime.jsx)("path", {
|
|
38
|
+
d: "M12.117.01c.22.054.377.225.425.432.952 4.167 2.25 5.853 3.667 7.641l4.938-4.936a.5.5 0 0 1 .707.707L16.83 8.876c.766.989 1.558 2.1 2.345 3.685a8.2 8.2 0 0 1 .598 1.574c.145.554.227 1.13.227 1.732 0 1.11-.198 2.147-.593 3.11a8.127 8.127 0 0 1-1.766 2.628c-.785.791-1.649 1.39-2.592 1.79-.945.4-1.964.601-3.052.601a7.723 7.723 0 0 1-3.048-.601c-.94-.399-1.8-.997-2.586-1.79a8.683 8.683 0 0 1-1.022-1.24l-.487.489a.5.5 0 0 1-.708-.707l.675-.676a7.604 7.604 0 0 1-.226-.494A8.09 8.09 0 0 1 4 15.867c0-.568.073-1.113.202-1.639a8.012 8.012 0 0 1 .541-1.496c.957-2.027 1.962-3.289 2.928-4.505 1.45-1.824 2.818-3.543 3.771-7.783a.563.563 0 0 1 .675-.433ZM9.131 16.576c.08.217.17.427.272.628a4.682 4.682 0 0 0 1.807 1.914c.345.207.46.664.259 1.018a.715.715 0 0 1-.99.265 6.122 6.122 0 0 1-2.36-2.503c-.036-.07-.067-.14-.1-.21l-1.858 1.858c.276.434.606.847.991 1.238.68.688 1.424 1.203 2.23 1.545.802.34 1.674.512 2.615.512a6.67 6.67 0 0 0 2.624-.512c.804-.342 1.55-.857 2.23-1.545a6.98 6.98 0 0 0 1.52-2.254 6.949 6.949 0 0 0 .501-2.662 5.6 5.6 0 0 0-.187-1.433 7.096 7.096 0 0 0-.515-1.348c-.72-1.447-1.445-2.483-2.15-3.4l-6.89 6.89ZM11.995 2.76c-.957 3.058-2.172 4.59-3.45 6.195-.925 1.164-1.887 2.371-2.786 4.28-.195.41-.353.835-.461 1.279a5.632 5.632 0 0 0-.168 1.353c0 .961.168 1.848.502 2.662.012.03.027.06.04.091l1.957-1.957a10.359 10.359 0 0 1-.376-2.009.743.743 0 0 1 .658-.808.73.73 0 0 1 .787.674c.03.323.074.637.132.942l6.57-6.57c-1.27-1.604-2.454-3.099-3.405-6.132Z"
|
|
39
|
+
})]
|
|
40
|
+
});
|
|
41
|
+
return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
|
|
42
|
+
};
|
package/build/web/icons/index.js
CHANGED
|
@@ -230,6 +230,7 @@ module.exports = {
|
|
|
230
230
|
SignPost: require('./SignPost'),
|
|
231
231
|
Signal: require('./Signal'),
|
|
232
232
|
SimCard: require('./SimCard'),
|
|
233
|
+
SimElectronic: require('./SimElectronic'),
|
|
233
234
|
SmartWearSecurity: require('./SmartWearSecurity'),
|
|
234
235
|
Soccer: require('./Soccer'),
|
|
235
236
|
Speaker: require('./Speaker'),
|
|
@@ -280,6 +281,7 @@ module.exports = {
|
|
|
280
281
|
VisuallyImpaired: require('./VisuallyImpaired'),
|
|
281
282
|
Warranty: require('./Warranty'),
|
|
282
283
|
Watch: require('./Watch'),
|
|
284
|
+
WaterProhibited: require('./WaterProhibited'),
|
|
283
285
|
WifiBoost: require('./WifiBoost'),
|
|
284
286
|
WifiCloud: require('./WifiCloud'),
|
|
285
287
|
CaretDownSmall: require('./CaretDownSmall'),
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
+
<path d="M9.5 3h2V0h1v3h2V0h1v3H17a3 3 0 0 1 3 3v2.5h4v1h-4v2h4v1h-4v2h4v1h-4V18a3 3 0 0 1-3 3h-1.5v3h-1v-3h-2v3h-1v-3h-2v3h-1v-3H7a3 3 0 0 1-3-3v-2.5H0v-1h4v-2H0v-1h4v-2H0v-1h4V6a3 3 0 0 1 3-3h1.5V0h1v3ZM7 4a2 2 0 0 0-2 2v12a2 2 0 0 0 1.796 1.99L7 20h10a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2H7Zm8.8 2c.661 0 1.2.55 1.2 1.228v9.544C17 17.45 16.461 18 15.8 18H8.2c-.66 0-1.2-.55-1.2-1.227V9.852L10.766 6H15.8ZM8 10.259v6.514c0 .145.112.227.2.227h7.6c.088 0 .2-.082.2-.227V7.228c0-.146-.112-.228-.2-.228h-4.614L8 10.259Z"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
+
<path d="M12.117.01c.22.054.377.225.425.432.952 4.167 2.25 5.853 3.667 7.641l4.938-4.936a.5.5 0 0 1 .707.707L16.83 8.876c.766.989 1.558 2.1 2.345 3.685a8.2 8.2 0 0 1 .598 1.574c.145.554.227 1.13.227 1.732 0 1.11-.198 2.147-.593 3.11a8.127 8.127 0 0 1-1.766 2.628c-.785.791-1.649 1.39-2.592 1.79-.945.4-1.964.601-3.052.601a7.723 7.723 0 0 1-3.048-.601c-.94-.399-1.8-.997-2.586-1.79a8.683 8.683 0 0 1-1.022-1.24l-.487.489a.5.5 0 0 1-.708-.707l.675-.676a7.604 7.604 0 0 1-.226-.494A8.09 8.09 0 0 1 4 15.867c0-.568.073-1.113.202-1.639a8.012 8.012 0 0 1 .541-1.496c.957-2.027 1.962-3.289 2.928-4.505 1.45-1.824 2.818-3.543 3.771-7.783a.563.563 0 0 1 .675-.433ZM9.131 16.576c.08.217.17.427.272.628a4.682 4.682 0 0 0 1.807 1.914c.345.207.46.664.259 1.018a.715.715 0 0 1-.99.265 6.122 6.122 0 0 1-2.36-2.503c-.036-.07-.067-.14-.1-.21l-1.858 1.858c.276.434.606.847.991 1.238.68.688 1.424 1.203 2.23 1.545.802.34 1.674.512 2.615.512a6.67 6.67 0 0 0 2.624-.512c.804-.342 1.55-.857 2.23-1.545a6.98 6.98 0 0 0 1.52-2.254 6.949 6.949 0 0 0 .501-2.662 5.6 5.6 0 0 0-.187-1.433 7.096 7.096 0 0 0-.515-1.348c-.72-1.447-1.445-2.483-2.15-3.4l-6.89 6.89ZM11.995 2.76c-.957 3.058-2.172 4.59-3.45 6.195-.925 1.164-1.887 2.371-2.786 4.28-.195.41-.353.835-.461 1.279a5.632 5.632 0 0 0-.168 1.353c0 .961.168 1.848.502 2.662.012.03.027.06.04.091l1.957-1.957a10.359 10.359 0 0 1-.376-2.009.743.743 0 0 1 .658-.808.73.73 0 0 1 .787.674c.03.323.074.637.132.942l6.57-6.57c-1.27-1.604-2.454-3.099-3.405-6.132Z"/>
|
|
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, 26 Jun 2025 23:51:18 GMT
|
|
4
4
|
*/
|
|
5
5
|
module.exports = {
|
|
6
6
|
border: {
|
|
@@ -81,16 +81,22 @@ module.exports = {
|
|
|
81
81
|
},
|
|
82
82
|
font: {
|
|
83
83
|
HNforTELUSSA: {
|
|
84
|
-
300: 'https://cdn.telus.digital/uds/HNforTELUSSADisplay_normal_normal-
|
|
85
|
-
400: 'https://cdn.telus.digital/uds/HNforTELUSSARegular_normal_normal-
|
|
86
|
-
500: 'https://cdn.telus.digital/uds/HNforTELUSSAMedium_normal_normal-
|
|
87
|
-
700: 'https://cdn.telus.digital/uds/HNforTELUSSABold_normal_normal-
|
|
84
|
+
300: 'https://cdn.telus.digital/uds/HNforTELUSSADisplay_normal_normal-v4_3_2.woff',
|
|
85
|
+
400: 'https://cdn.telus.digital/uds/HNforTELUSSARegular_normal_normal-v4_3_2.woff',
|
|
86
|
+
500: 'https://cdn.telus.digital/uds/HNforTELUSSAMedium_normal_normal-v4_3_2.woff',
|
|
87
|
+
700: 'https://cdn.telus.digital/uds/HNforTELUSSABold_normal_normal-v4_3_2.woff'
|
|
88
88
|
},
|
|
89
89
|
HNforTELUSSAOTF: {
|
|
90
|
-
300: 'https://cdn.telus.digital/uds/HNforTELUSSA-Display-
|
|
91
|
-
400: 'https://cdn.telus.digital/uds/HNforTELUSSA-
|
|
92
|
-
500: 'https://cdn.telus.digital/uds/HNforTELUSSA-Md-
|
|
93
|
-
700: 'https://cdn.telus.digital/uds/HNforTELUSSA-Bd-
|
|
90
|
+
300: 'https://cdn.telus.digital/uds/HNforTELUSSA-Display-v4_3_2.otf',
|
|
91
|
+
400: 'https://cdn.telus.digital/uds/HNforTELUSSA-v4_3_2.otf',
|
|
92
|
+
500: 'https://cdn.telus.digital/uds/HNforTELUSSA-Md-v4_3_2.otf',
|
|
93
|
+
700: 'https://cdn.telus.digital/uds/HNforTELUSSA-Bd-v4_3_2.otf'
|
|
94
|
+
},
|
|
95
|
+
HNforTELUSSAWoff2: {
|
|
96
|
+
300: 'https://cdn.telus.digital/uds/HNforTELUSSADisplay_normal_normal2-v4_3_2.woff2',
|
|
97
|
+
400: 'https://cdn.telus.digital/uds/HNforTELUSSARegular_normal_normal2-v4_3_2.woff2',
|
|
98
|
+
500: 'https://cdn.telus.digital/uds/HNforTELUSSAMedium_normal_normal2-v4_3_2.woff2',
|
|
99
|
+
700: 'https://cdn.telus.digital/uds/HNforTELUSSABold_normal_normal2-v4_3_2.woff2'
|
|
94
100
|
}
|
|
95
101
|
},
|
|
96
102
|
fontSize: {
|
|
@@ -348,6 +354,7 @@ module.exports = {
|
|
|
348
354
|
SignPost: '@telus-uds/palettes-community.palette-casa/build/web/icons/sign-post.icon.svg',
|
|
349
355
|
Signal: '@telus-uds/palettes-community.palette-casa/build/web/icons/signal.icon.svg',
|
|
350
356
|
SimCard: '@telus-uds/palettes-community.palette-casa/build/web/icons/sim-card.icon.svg',
|
|
357
|
+
SimElectronic: '@telus-uds/palettes-community.palette-casa/build/web/icons/sim-electronic.icon.svg',
|
|
351
358
|
SmartWearSecurity: '@telus-uds/palettes-community.palette-casa/build/web/icons/smart-wear-security.icon.svg',
|
|
352
359
|
Soccer: '@telus-uds/palettes-community.palette-casa/build/web/icons/soccer.icon.svg',
|
|
353
360
|
Speaker: '@telus-uds/palettes-community.palette-casa/build/web/icons/speaker.icon.svg',
|
|
@@ -398,6 +405,7 @@ module.exports = {
|
|
|
398
405
|
VisuallyImpaired: '@telus-uds/palettes-community.palette-casa/build/web/icons/visually-impaired.icon.svg',
|
|
399
406
|
Warranty: '@telus-uds/palettes-community.palette-casa/build/web/icons/warranty.icon.svg',
|
|
400
407
|
Watch: '@telus-uds/palettes-community.palette-casa/build/web/icons/watch.icon.svg',
|
|
408
|
+
WaterProhibited: '@telus-uds/palettes-community.palette-casa/build/web/icons/water-prohibited.icon.svg',
|
|
401
409
|
WifiBoost: '@telus-uds/palettes-community.palette-casa/build/web/icons/wifi-boost.icon.svg',
|
|
402
410
|
WifiCloud: '@telus-uds/palettes-community.palette-casa/build/web/icons/wifi-cloud.icon.svg',
|
|
403
411
|
CaretDownSmall: '@telus-uds/palettes-community.palette-casa/build/web/icons/caret-down-small.icon.svg',
|
|
@@ -454,6 +462,7 @@ module.exports = {
|
|
|
454
462
|
radius12: '12px',
|
|
455
463
|
radius16: '16px',
|
|
456
464
|
radius24: '24px',
|
|
465
|
+
radius28: '28px',
|
|
457
466
|
radius32: '32px',
|
|
458
467
|
radius4: '4px',
|
|
459
468
|
radius45: '45px',
|
package/package.json
CHANGED
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
"prepublishOnly": "npm run build"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
|
-
"@telus-uds/system-tokens": "^1.4.
|
|
21
|
+
"@telus-uds/system-tokens": "^1.4.2",
|
|
22
22
|
"@telus-uds/palette-allium": "*"
|
|
23
23
|
},
|
|
24
24
|
"sideEffects": false,
|
|
25
|
-
"version": "4.3.
|
|
25
|
+
"version": "4.3.2"
|
|
26
26
|
}
|
|
File without changes
|
/package/build/web/fonts/{HNforTELUSSA-Display-v4_3_0.otf → HNforTELUSSA-Display-v4_3_2.otf}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|