@telus-uds/palette-allium 5.14.1 → 5.15.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/CHANGELOG.json +15 -0
- package/CHANGELOG.md +9 -1
- 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 +1 -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 +1 -1
- package/build/ios/Size.swift +1 -1
- package/build/rn/icons/ArrowUpBold.js +42 -0
- package/build/rn/icons/ArrowUpBold.native.js +41 -0
- package/build/rn/icons/SparkleFilled.js +42 -0
- package/build/rn/icons/SparkleFilled.native.js +41 -0
- package/build/rn/icons/arrow-up-bold.icon.svg +3 -0
- package/build/rn/icons/index.js +2 -0
- package/build/rn/icons/sparkle-filled.icon.svg +3 -0
- package/build/rn/palette.js +3 -1
- package/build/web/fonts/fonts-cdn-family.css +12 -12
- package/build/web/fonts/fonts-cdn.css +12 -12
- package/build/web/fonts/fonts-local-family.css +12 -12
- package/build/web/fonts/fonts-local.css +12 -12
- package/build/web/icons/ArrowUpBold.js +42 -0
- package/build/web/icons/SparkleFilled.js +42 -0
- package/build/web/icons/arrow-up-bold.icon.svg +3 -0
- package/build/web/icons/index.js +2 -0
- package/build/web/icons/sparkle-filled.icon.svg +3 -0
- package/build/web/palette.js +15 -13
- package/icon/arrow-up-bold.svg +3 -0
- package/icon/sparkle-filled.svg +3 -0
- package/package.json +1 -1
- package/palette.json +8 -0
- /package/build/web/fonts/{HNforTELUSSA-Bd-v5_14_1.otf → HNforTELUSSA-Bd-v5_15_0.otf} +0 -0
- /package/build/web/fonts/{HNforTELUSSA-Display-v5_14_1.otf → HNforTELUSSA-Display-v5_15_0.otf} +0 -0
- /package/build/web/fonts/{HNforTELUSSA-Md-v5_14_1.otf → HNforTELUSSA-Md-v5_15_0.otf} +0 -0
- /package/build/web/fonts/{HNforTELUSSA-v5_14_1.otf → HNforTELUSSA-v5_15_0.otf} +0 -0
- /package/build/web/fonts/{HNforTELUSSABold_normal_normal-v5_14_1.woff → HNforTELUSSABold_normal_normal-v5_15_0.woff} +0 -0
- /package/build/web/fonts/{HNforTELUSSABold_normal_normal2-v5_14_1.woff2 → HNforTELUSSABold_normal_normal2-v5_15_0.woff2} +0 -0
- /package/build/web/fonts/{HNforTELUSSADisplay_normal_normal-v5_14_1.woff → HNforTELUSSADisplay_normal_normal-v5_15_0.woff} +0 -0
- /package/build/web/fonts/{HNforTELUSSADisplay_normal_normal2-v5_14_1.woff2 → HNforTELUSSADisplay_normal_normal2-v5_15_0.woff2} +0 -0
- /package/build/web/fonts/{HNforTELUSSAMedium_normal_normal-v5_14_1.woff → HNforTELUSSAMedium_normal_normal-v5_15_0.woff} +0 -0
- /package/build/web/fonts/{HNforTELUSSAMedium_normal_normal2-v5_14_1.woff2 → HNforTELUSSAMedium_normal_normal2-v5_15_0.woff2} +0 -0
- /package/build/web/fonts/{HNforTELUSSARegular_normal_normal-v5_14_1.woff → HNforTELUSSARegular_normal_normal-v5_15_0.woff} +0 -0
- /package/build/web/fonts/{HNforTELUSSARegular_normal_normal2-v5_14_1.woff2 → HNforTELUSSARegular_normal_normal2-v5_15_0.woff2} +0 -0
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@telus-uds/palette-allium",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"date": "Tue, 03 Mar 2026 23:02:55 GMT",
|
|
6
|
+
"tag": "@telus-uds/palette-allium_v5.15.0",
|
|
7
|
+
"version": "5.15.0",
|
|
8
|
+
"comments": {
|
|
9
|
+
"minor": [
|
|
10
|
+
{
|
|
11
|
+
"author": "josue.higueroscalderon@telus.com",
|
|
12
|
+
"package": "@telus-uds/palette-allium",
|
|
13
|
+
"commit": "01a7a7ad42f5ab1f7c1bb98c73f37e6b0fc2a39d",
|
|
14
|
+
"comment": "`Allium Palette': new icons `ArrowUpBold` and `SparkleFilled` added"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
4
19
|
{
|
|
5
20
|
"date": "Wed, 18 Feb 2026 02:50:20 GMT",
|
|
6
21
|
"tag": "@telus-uds/palette-allium_v5.14.1",
|
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,17 @@
|
|
|
1
1
|
# Change Log - @telus-uds/palette-allium
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Tue, 03 Mar 2026 23:02:55 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 5.15.0
|
|
8
|
+
|
|
9
|
+
Tue, 03 Mar 2026 23:02:55 GMT
|
|
10
|
+
|
|
11
|
+
### Minor changes
|
|
12
|
+
|
|
13
|
+
- `Allium Palette': new icons `ArrowUpBold` and `SparkleFilled` added (josue.higueroscalderon@telus.com)
|
|
14
|
+
|
|
7
15
|
## 5.14.1
|
|
8
16
|
|
|
9
17
|
Wed, 18 Feb 2026 02:50:20 GMT
|
package/build/android/border.xml
CHANGED
package/build/android/color.xml
CHANGED
package/build/android/radius.xml
CHANGED
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
package/build/ios/Size.swift
CHANGED
|
@@ -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.535 2.226-.005-.005c-.155-.126-.324-.221-.531-.221a.79.79 0 0 0-.526.222l-.005.006L4.22 9.52a.753.753 0 0 0 0 1.06.751.751 0 0 0 1.062 0l.005-.006 5.963-5.986V21.25a.751.751 0 0 0 1.5 0V4.587l5.964 5.988.007.006a.752.752 0 0 0 1.06 0 .751.751 0 0 0 .052-1.004l-.052-.056-7.245-7.295Z"
|
|
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.535 2.226-.005-.005c-.155-.126-.324-.221-.531-.221a.79.79 0 0 0-.526.222l-.005.006L4.22 9.52a.753.753 0 0 0 0 1.06.751.751 0 0 0 1.062 0l.005-.006 5.963-5.986V21.25a.751.751 0 0 0 1.5 0V4.587l5.964 5.988.007.006a.752.752 0 0 0 1.06 0 .751.751 0 0 0 .052-1.004l-.052-.056-7.245-7.295Z"
|
|
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: "M18.299 15.149a.21.21 0 0 1 .402 0l.482 1.556c.164.532.58.948 1.112 1.112l1.556.482a.21.21 0 0 1 0 .402l-1.556.482c-.532.164-.948.58-1.112 1.112l-.482 1.557a.21.21 0 0 1-.402 0l-.482-1.557a1.685 1.685 0 0 0-1.112-1.112l-1.557-.482a.21.21 0 0 1 0-.402l1.557-.482c.532-.164.948-.58 1.112-1.112l.482-1.556ZM9.54 5.338a.482.482 0 0 1 .92 0l1.1 3.559a3.851 3.851 0 0 0 2.542 2.542l3.56 1.1c.451.14.451.78 0 .92l-3.56 1.1a3.851 3.851 0 0 0-2.542 2.543l-1.1 3.558a.482.482 0 0 1-.92 0l-1.1-3.558a3.851 3.851 0 0 0-2.543-2.542l-3.557-1.1a.482.482 0 0 1 0-.92l3.558-1.1A3.851 3.851 0 0 0 8.44 8.898l1.101-3.56Zm7.701-3.149a.271.271 0 0 1 .518 0l.619 2.002a2.166 2.166 0 0 0 1.43 1.43l2.002.62a.271.271 0 0 1 0 .517l-2.002.619a2.166 2.166 0 0 0-1.43 1.43l-.62 2.002a.271.271 0 0 1-.517 0l-.619-2.002a2.166 2.166 0 0 0-1.43-1.43l-2.002-.62a.271.271 0 0 1 0-.517l2.002-.619a2.166 2.166 0 0 0 1.43-1.43l.62-2.002Z"
|
|
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: "M18.299 15.149a.21.21 0 0 1 .402 0l.482 1.556c.164.532.58.948 1.112 1.112l1.556.482a.21.21 0 0 1 0 .402l-1.556.482c-.532.164-.948.58-1.112 1.112l-.482 1.557a.21.21 0 0 1-.402 0l-.482-1.557a1.685 1.685 0 0 0-1.112-1.112l-1.557-.482a.21.21 0 0 1 0-.402l1.557-.482c.532-.164.948-.58 1.112-1.112l.482-1.556ZM9.54 5.338a.482.482 0 0 1 .92 0l1.1 3.559a3.851 3.851 0 0 0 2.542 2.542l3.56 1.1c.451.14.451.78 0 .92l-3.56 1.1a3.851 3.851 0 0 0-2.542 2.543l-1.1 3.558a.482.482 0 0 1-.92 0l-1.1-3.558a3.851 3.851 0 0 0-2.543-2.542l-3.557-1.1a.482.482 0 0 1 0-.92l3.558-1.1A3.851 3.851 0 0 0 8.44 8.898l1.101-3.56Zm7.701-3.149a.271.271 0 0 1 .518 0l.619 2.002a2.166 2.166 0 0 0 1.43 1.43l2.002.62a.271.271 0 0 1 0 .517l-2.002.619a2.166 2.166 0 0 0-1.43 1.43l-.62 2.002a.271.271 0 0 1-.517 0l-.619-2.002a2.166 2.166 0 0 0-1.43-1.43l-2.002-.62a.271.271 0 0 1 0-.517l2.002-.619a2.166 2.166 0 0 0 1.43-1.43l.62-2.002Z"
|
|
38
|
+
})]
|
|
39
|
+
});
|
|
40
|
+
return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
|
|
41
|
+
};
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
+
<path d="m12.535 2.226-.005-.005c-.155-.126-.324-.221-.531-.221a.79.79 0 0 0-.526.222l-.005.006L4.22 9.52a.753.753 0 0 0 0 1.06.751.751 0 0 0 1.062 0l.005-.006 5.963-5.986V21.25a.751.751 0 0 0 1.5 0V4.587l5.964 5.988.007.006a.752.752 0 0 0 1.06 0 .751.751 0 0 0 .052-1.004l-.052-.056-7.245-7.295Z"/>
|
|
3
|
+
</svg>
|
package/build/rn/icons/index.js
CHANGED
|
@@ -15,6 +15,7 @@ module.exports = {
|
|
|
15
15
|
ArrowLeft: require('./ArrowLeft'),
|
|
16
16
|
ArrowRight: require('./ArrowRight'),
|
|
17
17
|
ArrowUp: require('./ArrowUp'),
|
|
18
|
+
ArrowUpBold: require('./ArrowUpBold'),
|
|
18
19
|
ArtificialIntelligence: require('./ArtificialIntelligence'),
|
|
19
20
|
AssistiveListening: require('./AssistiveListening'),
|
|
20
21
|
Attention: require('./Attention'),
|
|
@@ -247,6 +248,7 @@ module.exports = {
|
|
|
247
248
|
SimElectronic: require('./SimElectronic'),
|
|
248
249
|
SmartWearSecurity: require('./SmartWearSecurity'),
|
|
249
250
|
Soccer: require('./Soccer'),
|
|
251
|
+
SparkleFilled: require('./SparkleFilled'),
|
|
250
252
|
Speaker: require('./Speaker'),
|
|
251
253
|
SpeakerPhone: require('./SpeakerPhone'),
|
|
252
254
|
Speed: require('./Speed'),
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
+
<path d="M18.299 15.149a.21.21 0 0 1 .402 0l.482 1.556c.164.532.58.948 1.112 1.112l1.556.482a.21.21 0 0 1 0 .402l-1.556.482c-.532.164-.948.58-1.112 1.112l-.482 1.557a.21.21 0 0 1-.402 0l-.482-1.557a1.685 1.685 0 0 0-1.112-1.112l-1.557-.482a.21.21 0 0 1 0-.402l1.557-.482c.532-.164.948-.58 1.112-1.112l.482-1.556ZM9.54 5.338a.482.482 0 0 1 .92 0l1.1 3.559a3.851 3.851 0 0 0 2.542 2.542l3.56 1.1c.451.14.451.78 0 .92l-3.56 1.1a3.851 3.851 0 0 0-2.542 2.543l-1.1 3.558a.482.482 0 0 1-.92 0l-1.1-3.558a3.851 3.851 0 0 0-2.543-2.542l-3.557-1.1a.482.482 0 0 1 0-.92l3.558-1.1A3.851 3.851 0 0 0 8.44 8.898l1.101-3.56Zm7.701-3.149a.271.271 0 0 1 .518 0l.619 2.002a2.166 2.166 0 0 0 1.43 1.43l2.002.62a.271.271 0 0 1 0 .517l-2.002.619a2.166 2.166 0 0 0-1.43 1.43l-.62 2.002a.271.271 0 0 1-.517 0l-.619-2.002a2.166 2.166 0 0 0-1.43-1.43l-2.002-.62a.271.271 0 0 1 0-.517l2.002-.619a2.166 2.166 0 0 0 1.43-1.43l.62-2.002Z"/>
|
|
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 Tue, 03 Mar 2026 23:05:09 GMT
|
|
4
4
|
*/
|
|
5
5
|
module.exports = {
|
|
6
6
|
border: {
|
|
@@ -186,6 +186,7 @@ module.exports = {
|
|
|
186
186
|
ArrowLeft: '@telus-uds/palette-allium/build/rn/icons/arrow-left.icon.svg',
|
|
187
187
|
ArrowRight: '@telus-uds/palette-allium/build/rn/icons/arrow-right.icon.svg',
|
|
188
188
|
ArrowUp: '@telus-uds/palette-allium/build/rn/icons/arrow-up.icon.svg',
|
|
189
|
+
ArrowUpBold: '@telus-uds/palette-allium/build/rn/icons/arrow-up-bold.icon.svg',
|
|
189
190
|
ArtificialIntelligence: '@telus-uds/palette-allium/build/rn/icons/artificial-intelligence.icon.svg',
|
|
190
191
|
AssistiveListening: '@telus-uds/palette-allium/build/rn/icons/assistive-listening.icon.svg',
|
|
191
192
|
Attention: '@telus-uds/palette-allium/build/rn/icons/attention.icon.svg',
|
|
@@ -418,6 +419,7 @@ module.exports = {
|
|
|
418
419
|
SimElectronic: '@telus-uds/palette-allium/build/rn/icons/sim-electronic.icon.svg',
|
|
419
420
|
SmartWearSecurity: '@telus-uds/palette-allium/build/rn/icons/smart-wear-security.icon.svg',
|
|
420
421
|
Soccer: '@telus-uds/palette-allium/build/rn/icons/soccer.icon.svg',
|
|
422
|
+
SparkleFilled: '@telus-uds/palette-allium/build/rn/icons/sparkle-filled.icon.svg',
|
|
421
423
|
Speaker: '@telus-uds/palette-allium/build/rn/icons/speaker.icon.svg',
|
|
422
424
|
SpeakerPhone: '@telus-uds/palette-allium/build/rn/icons/speaker-phone.icon.svg',
|
|
423
425
|
Speed: '@telus-uds/palette-allium/build/rn/icons/speed.icon.svg',
|
|
@@ -1,83 +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-v5_15_0.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-v5_15_0.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-v5_15_0.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-v5_15_0.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-v5_15_0.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-v5_15_0.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-v5_15_0.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-v5_15_0.otf');
|
|
53
53
|
font-weight: 700;
|
|
54
54
|
font-style: normal;
|
|
55
55
|
font-display: block;
|
|
56
56
|
}
|
|
57
57
|
@font-face {
|
|
58
58
|
font-family: 'HNforTELUSSAWoff2';
|
|
59
|
-
src: url('https://cdn.telus.digital/uds/HNforTELUSSADisplay_normal_normal2-
|
|
59
|
+
src: url('https://cdn.telus.digital/uds/HNforTELUSSADisplay_normal_normal2-v5_15_0.woff2');
|
|
60
60
|
font-weight: 300;
|
|
61
61
|
font-style: normal;
|
|
62
62
|
font-display: block;
|
|
63
63
|
}
|
|
64
64
|
@font-face {
|
|
65
65
|
font-family: 'HNforTELUSSAWoff2';
|
|
66
|
-
src: url('https://cdn.telus.digital/uds/HNforTELUSSARegular_normal_normal2-
|
|
66
|
+
src: url('https://cdn.telus.digital/uds/HNforTELUSSARegular_normal_normal2-v5_15_0.woff2');
|
|
67
67
|
font-weight: 400;
|
|
68
68
|
font-style: normal;
|
|
69
69
|
font-display: block;
|
|
70
70
|
}
|
|
71
71
|
@font-face {
|
|
72
72
|
font-family: 'HNforTELUSSAWoff2';
|
|
73
|
-
src: url('https://cdn.telus.digital/uds/HNforTELUSSAMedium_normal_normal2-
|
|
73
|
+
src: url('https://cdn.telus.digital/uds/HNforTELUSSAMedium_normal_normal2-v5_15_0.woff2');
|
|
74
74
|
font-weight: 500;
|
|
75
75
|
font-style: normal;
|
|
76
76
|
font-display: block;
|
|
77
77
|
}
|
|
78
78
|
@font-face {
|
|
79
79
|
font-family: 'HNforTELUSSAWoff2';
|
|
80
|
-
src: url('https://cdn.telus.digital/uds/HNforTELUSSABold_normal_normal2-
|
|
80
|
+
src: url('https://cdn.telus.digital/uds/HNforTELUSSABold_normal_normal2-v5_15_0.woff2');
|
|
81
81
|
font-weight: 700;
|
|
82
82
|
font-style: normal;
|
|
83
83
|
font-display: block;
|
|
@@ -1,60 +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-v5_15_0.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-v5_15_0.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-v5_15_0.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-v5_15_0.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-v5_15_0.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-v5_15_0.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-v5_15_0.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-v5_15_0.otf');
|
|
39
39
|
font-display: block;
|
|
40
40
|
}
|
|
41
41
|
@font-face {
|
|
42
42
|
font-family: 'HNforTELUSSAWoff2300normal';
|
|
43
|
-
src: url('https://cdn.telus.digital/uds/HNforTELUSSADisplay_normal_normal2-
|
|
43
|
+
src: url('https://cdn.telus.digital/uds/HNforTELUSSADisplay_normal_normal2-v5_15_0.woff2');
|
|
44
44
|
font-display: block;
|
|
45
45
|
}
|
|
46
46
|
@font-face {
|
|
47
47
|
font-family: 'HNforTELUSSAWoff2400normal';
|
|
48
|
-
src: url('https://cdn.telus.digital/uds/HNforTELUSSARegular_normal_normal2-
|
|
48
|
+
src: url('https://cdn.telus.digital/uds/HNforTELUSSARegular_normal_normal2-v5_15_0.woff2');
|
|
49
49
|
font-display: block;
|
|
50
50
|
}
|
|
51
51
|
@font-face {
|
|
52
52
|
font-family: 'HNforTELUSSAWoff2500normal';
|
|
53
|
-
src: url('https://cdn.telus.digital/uds/HNforTELUSSAMedium_normal_normal2-
|
|
53
|
+
src: url('https://cdn.telus.digital/uds/HNforTELUSSAMedium_normal_normal2-v5_15_0.woff2');
|
|
54
54
|
font-display: block;
|
|
55
55
|
}
|
|
56
56
|
@font-face {
|
|
57
57
|
font-family: 'HNforTELUSSAWoff2700normal';
|
|
58
|
-
src: url('https://cdn.telus.digital/uds/HNforTELUSSABold_normal_normal2-
|
|
58
|
+
src: url('https://cdn.telus.digital/uds/HNforTELUSSABold_normal_normal2-v5_15_0.woff2');
|
|
59
59
|
font-display: block;
|
|
60
60
|
}
|
|
@@ -1,83 +1,83 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: 'HNforTELUSSA';
|
|
3
|
-
src: url('./HNforTELUSSADisplay_normal_normal-
|
|
3
|
+
src: url('./HNforTELUSSADisplay_normal_normal-v5_15_0.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-v5_15_0.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-v5_15_0.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-v5_15_0.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-v5_15_0.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-v5_15_0.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-v5_15_0.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-v5_15_0.otf');
|
|
53
53
|
font-weight: 700;
|
|
54
54
|
font-style: normal;
|
|
55
55
|
font-display: block;
|
|
56
56
|
}
|
|
57
57
|
@font-face {
|
|
58
58
|
font-family: 'HNforTELUSSAWoff2';
|
|
59
|
-
src: url('./HNforTELUSSADisplay_normal_normal2-
|
|
59
|
+
src: url('./HNforTELUSSADisplay_normal_normal2-v5_15_0.woff2');
|
|
60
60
|
font-weight: 300;
|
|
61
61
|
font-style: normal;
|
|
62
62
|
font-display: block;
|
|
63
63
|
}
|
|
64
64
|
@font-face {
|
|
65
65
|
font-family: 'HNforTELUSSAWoff2';
|
|
66
|
-
src: url('./HNforTELUSSARegular_normal_normal2-
|
|
66
|
+
src: url('./HNforTELUSSARegular_normal_normal2-v5_15_0.woff2');
|
|
67
67
|
font-weight: 400;
|
|
68
68
|
font-style: normal;
|
|
69
69
|
font-display: block;
|
|
70
70
|
}
|
|
71
71
|
@font-face {
|
|
72
72
|
font-family: 'HNforTELUSSAWoff2';
|
|
73
|
-
src: url('./HNforTELUSSAMedium_normal_normal2-
|
|
73
|
+
src: url('./HNforTELUSSAMedium_normal_normal2-v5_15_0.woff2');
|
|
74
74
|
font-weight: 500;
|
|
75
75
|
font-style: normal;
|
|
76
76
|
font-display: block;
|
|
77
77
|
}
|
|
78
78
|
@font-face {
|
|
79
79
|
font-family: 'HNforTELUSSAWoff2';
|
|
80
|
-
src: url('./HNforTELUSSABold_normal_normal2-
|
|
80
|
+
src: url('./HNforTELUSSABold_normal_normal2-v5_15_0.woff2');
|
|
81
81
|
font-weight: 700;
|
|
82
82
|
font-style: normal;
|
|
83
83
|
font-display: block;
|
|
@@ -1,60 +1,60 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: 'HNforTELUSSA300normal';
|
|
3
|
-
src: url('./HNforTELUSSADisplay_normal_normal-
|
|
3
|
+
src: url('./HNforTELUSSADisplay_normal_normal-v5_15_0.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-v5_15_0.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-v5_15_0.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-v5_15_0.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-v5_15_0.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-v5_15_0.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-v5_15_0.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-v5_15_0.otf');
|
|
39
39
|
font-display: block;
|
|
40
40
|
}
|
|
41
41
|
@font-face {
|
|
42
42
|
font-family: 'HNforTELUSSAWoff2300normal';
|
|
43
|
-
src: url('./HNforTELUSSADisplay_normal_normal2-
|
|
43
|
+
src: url('./HNforTELUSSADisplay_normal_normal2-v5_15_0.woff2');
|
|
44
44
|
font-display: block;
|
|
45
45
|
}
|
|
46
46
|
@font-face {
|
|
47
47
|
font-family: 'HNforTELUSSAWoff2400normal';
|
|
48
|
-
src: url('./HNforTELUSSARegular_normal_normal2-
|
|
48
|
+
src: url('./HNforTELUSSARegular_normal_normal2-v5_15_0.woff2');
|
|
49
49
|
font-display: block;
|
|
50
50
|
}
|
|
51
51
|
@font-face {
|
|
52
52
|
font-family: 'HNforTELUSSAWoff2500normal';
|
|
53
|
-
src: url('./HNforTELUSSAMedium_normal_normal2-
|
|
53
|
+
src: url('./HNforTELUSSAMedium_normal_normal2-v5_15_0.woff2');
|
|
54
54
|
font-display: block;
|
|
55
55
|
}
|
|
56
56
|
@font-face {
|
|
57
57
|
font-family: 'HNforTELUSSAWoff2700normal';
|
|
58
|
-
src: url('./HNforTELUSSABold_normal_normal2-
|
|
58
|
+
src: url('./HNforTELUSSABold_normal_normal2-v5_15_0.woff2');
|
|
59
59
|
font-display: block;
|
|
60
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: "m12.535 2.226-.005-.005c-.155-.126-.324-.221-.531-.221a.79.79 0 0 0-.526.222l-.005.006L4.22 9.52a.753.753 0 0 0 0 1.06.751.751 0 0 0 1.062 0l.005-.006 5.963-5.986V21.25a.751.751 0 0 0 1.5 0V4.587l5.964 5.988.007.006a.752.752 0 0 0 1.06 0 .751.751 0 0 0 .052-1.004l-.052-.056-7.245-7.295Z"
|
|
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: "M18.299 15.149a.21.21 0 0 1 .402 0l.482 1.556c.164.532.58.948 1.112 1.112l1.556.482a.21.21 0 0 1 0 .402l-1.556.482c-.532.164-.948.58-1.112 1.112l-.482 1.557a.21.21 0 0 1-.402 0l-.482-1.557a1.685 1.685 0 0 0-1.112-1.112l-1.557-.482a.21.21 0 0 1 0-.402l1.557-.482c.532-.164.948-.58 1.112-1.112l.482-1.556ZM9.54 5.338a.482.482 0 0 1 .92 0l1.1 3.559a3.851 3.851 0 0 0 2.542 2.542l3.56 1.1c.451.14.451.78 0 .92l-3.56 1.1a3.851 3.851 0 0 0-2.542 2.543l-1.1 3.558a.482.482 0 0 1-.92 0l-1.1-3.558a3.851 3.851 0 0 0-2.543-2.542l-3.557-1.1a.482.482 0 0 1 0-.92l3.558-1.1A3.851 3.851 0 0 0 8.44 8.898l1.101-3.56Zm7.701-3.149a.271.271 0 0 1 .518 0l.619 2.002a2.166 2.166 0 0 0 1.43 1.43l2.002.62a.271.271 0 0 1 0 .517l-2.002.619a2.166 2.166 0 0 0-1.43 1.43l-.62 2.002a.271.271 0 0 1-.517 0l-.619-2.002a2.166 2.166 0 0 0-1.43-1.43l-2.002-.62a.271.271 0 0 1 0-.517l2.002-.619a2.166 2.166 0 0 0 1.43-1.43l.62-2.002Z"
|
|
39
|
+
})]
|
|
40
|
+
});
|
|
41
|
+
return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
|
|
42
|
+
};
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
+
<path d="m12.535 2.226-.005-.005c-.155-.126-.324-.221-.531-.221a.79.79 0 0 0-.526.222l-.005.006L4.22 9.52a.753.753 0 0 0 0 1.06.751.751 0 0 0 1.062 0l.005-.006 5.963-5.986V21.25a.751.751 0 0 0 1.5 0V4.587l5.964 5.988.007.006a.752.752 0 0 0 1.06 0 .751.751 0 0 0 .052-1.004l-.052-.056-7.245-7.295Z"/>
|
|
3
|
+
</svg>
|
package/build/web/icons/index.js
CHANGED
|
@@ -15,6 +15,7 @@ module.exports = {
|
|
|
15
15
|
ArrowLeft: require('./ArrowLeft'),
|
|
16
16
|
ArrowRight: require('./ArrowRight'),
|
|
17
17
|
ArrowUp: require('./ArrowUp'),
|
|
18
|
+
ArrowUpBold: require('./ArrowUpBold'),
|
|
18
19
|
ArtificialIntelligence: require('./ArtificialIntelligence'),
|
|
19
20
|
AssistiveListening: require('./AssistiveListening'),
|
|
20
21
|
Attention: require('./Attention'),
|
|
@@ -247,6 +248,7 @@ module.exports = {
|
|
|
247
248
|
SimElectronic: require('./SimElectronic'),
|
|
248
249
|
SmartWearSecurity: require('./SmartWearSecurity'),
|
|
249
250
|
Soccer: require('./Soccer'),
|
|
251
|
+
SparkleFilled: require('./SparkleFilled'),
|
|
250
252
|
Speaker: require('./Speaker'),
|
|
251
253
|
SpeakerPhone: require('./SpeakerPhone'),
|
|
252
254
|
Speed: require('./Speed'),
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
+
<path d="M18.299 15.149a.21.21 0 0 1 .402 0l.482 1.556c.164.532.58.948 1.112 1.112l1.556.482a.21.21 0 0 1 0 .402l-1.556.482c-.532.164-.948.58-1.112 1.112l-.482 1.557a.21.21 0 0 1-.402 0l-.482-1.557a1.685 1.685 0 0 0-1.112-1.112l-1.557-.482a.21.21 0 0 1 0-.402l1.557-.482c.532-.164.948-.58 1.112-1.112l.482-1.556ZM9.54 5.338a.482.482 0 0 1 .92 0l1.1 3.559a3.851 3.851 0 0 0 2.542 2.542l3.56 1.1c.451.14.451.78 0 .92l-3.56 1.1a3.851 3.851 0 0 0-2.542 2.543l-1.1 3.558a.482.482 0 0 1-.92 0l-1.1-3.558a3.851 3.851 0 0 0-2.543-2.542l-3.557-1.1a.482.482 0 0 1 0-.92l3.558-1.1A3.851 3.851 0 0 0 8.44 8.898l1.101-3.56Zm7.701-3.149a.271.271 0 0 1 .518 0l.619 2.002a2.166 2.166 0 0 0 1.43 1.43l2.002.62a.271.271 0 0 1 0 .517l-2.002.619a2.166 2.166 0 0 0-1.43 1.43l-.62 2.002a.271.271 0 0 1-.517 0l-.619-2.002a2.166 2.166 0 0 0-1.43-1.43l-2.002-.62a.271.271 0 0 1 0-.517l2.002-.619a2.166 2.166 0 0 0 1.43-1.43l.62-2.002Z"/>
|
|
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 Tue, 03 Mar 2026 23:05:04 GMT
|
|
4
4
|
*/
|
|
5
5
|
module.exports = {
|
|
6
6
|
border: {
|
|
@@ -63,22 +63,22 @@ module.exports = {
|
|
|
63
63
|
},
|
|
64
64
|
font: {
|
|
65
65
|
HNforTELUSSA: {
|
|
66
|
-
300: 'https://cdn.telus.digital/uds/HNforTELUSSADisplay_normal_normal-
|
|
67
|
-
400: 'https://cdn.telus.digital/uds/HNforTELUSSARegular_normal_normal-
|
|
68
|
-
500: 'https://cdn.telus.digital/uds/HNforTELUSSAMedium_normal_normal-
|
|
69
|
-
700: 'https://cdn.telus.digital/uds/HNforTELUSSABold_normal_normal-
|
|
66
|
+
300: 'https://cdn.telus.digital/uds/HNforTELUSSADisplay_normal_normal-v5_15_0.woff',
|
|
67
|
+
400: 'https://cdn.telus.digital/uds/HNforTELUSSARegular_normal_normal-v5_15_0.woff',
|
|
68
|
+
500: 'https://cdn.telus.digital/uds/HNforTELUSSAMedium_normal_normal-v5_15_0.woff',
|
|
69
|
+
700: 'https://cdn.telus.digital/uds/HNforTELUSSABold_normal_normal-v5_15_0.woff'
|
|
70
70
|
},
|
|
71
71
|
HNforTELUSSAOTF: {
|
|
72
|
-
300: 'https://cdn.telus.digital/uds/HNforTELUSSA-Display-
|
|
73
|
-
400: 'https://cdn.telus.digital/uds/HNforTELUSSA-
|
|
74
|
-
500: 'https://cdn.telus.digital/uds/HNforTELUSSA-Md-
|
|
75
|
-
700: 'https://cdn.telus.digital/uds/HNforTELUSSA-Bd-
|
|
72
|
+
300: 'https://cdn.telus.digital/uds/HNforTELUSSA-Display-v5_15_0.otf',
|
|
73
|
+
400: 'https://cdn.telus.digital/uds/HNforTELUSSA-v5_15_0.otf',
|
|
74
|
+
500: 'https://cdn.telus.digital/uds/HNforTELUSSA-Md-v5_15_0.otf',
|
|
75
|
+
700: 'https://cdn.telus.digital/uds/HNforTELUSSA-Bd-v5_15_0.otf'
|
|
76
76
|
},
|
|
77
77
|
HNforTELUSSAWoff2: {
|
|
78
|
-
300: 'https://cdn.telus.digital/uds/HNforTELUSSADisplay_normal_normal2-
|
|
79
|
-
400: 'https://cdn.telus.digital/uds/HNforTELUSSARegular_normal_normal2-
|
|
80
|
-
500: 'https://cdn.telus.digital/uds/HNforTELUSSAMedium_normal_normal2-
|
|
81
|
-
700: 'https://cdn.telus.digital/uds/HNforTELUSSABold_normal_normal2-
|
|
78
|
+
300: 'https://cdn.telus.digital/uds/HNforTELUSSADisplay_normal_normal2-v5_15_0.woff2',
|
|
79
|
+
400: 'https://cdn.telus.digital/uds/HNforTELUSSARegular_normal_normal2-v5_15_0.woff2',
|
|
80
|
+
500: 'https://cdn.telus.digital/uds/HNforTELUSSAMedium_normal_normal2-v5_15_0.woff2',
|
|
81
|
+
700: 'https://cdn.telus.digital/uds/HNforTELUSSABold_normal_normal2-v5_15_0.woff2'
|
|
82
82
|
}
|
|
83
83
|
},
|
|
84
84
|
fontSize: {
|
|
@@ -118,6 +118,7 @@ module.exports = {
|
|
|
118
118
|
ArrowLeft: '@telus-uds/palette-allium/build/web/icons/arrow-left.icon.svg',
|
|
119
119
|
ArrowRight: '@telus-uds/palette-allium/build/web/icons/arrow-right.icon.svg',
|
|
120
120
|
ArrowUp: '@telus-uds/palette-allium/build/web/icons/arrow-up.icon.svg',
|
|
121
|
+
ArrowUpBold: '@telus-uds/palette-allium/build/web/icons/arrow-up-bold.icon.svg',
|
|
121
122
|
ArtificialIntelligence: '@telus-uds/palette-allium/build/web/icons/artificial-intelligence.icon.svg',
|
|
122
123
|
AssistiveListening: '@telus-uds/palette-allium/build/web/icons/assistive-listening.icon.svg',
|
|
123
124
|
Attention: '@telus-uds/palette-allium/build/web/icons/attention.icon.svg',
|
|
@@ -350,6 +351,7 @@ module.exports = {
|
|
|
350
351
|
SimElectronic: '@telus-uds/palette-allium/build/web/icons/sim-electronic.icon.svg',
|
|
351
352
|
SmartWearSecurity: '@telus-uds/palette-allium/build/web/icons/smart-wear-security.icon.svg',
|
|
352
353
|
Soccer: '@telus-uds/palette-allium/build/web/icons/soccer.icon.svg',
|
|
354
|
+
SparkleFilled: '@telus-uds/palette-allium/build/web/icons/sparkle-filled.icon.svg',
|
|
353
355
|
Speaker: '@telus-uds/palette-allium/build/web/icons/speaker.icon.svg',
|
|
354
356
|
SpeakerPhone: '@telus-uds/palette-allium/build/web/icons/speaker-phone.icon.svg',
|
|
355
357
|
Speed: '@telus-uds/palette-allium/build/web/icons/speed.icon.svg',
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
+
<path d="m12.535 2.226-.005-.005c-.155-.126-.324-.221-.531-.221a.79.79 0 0 0-.526.222l-.005.006L4.22 9.52a.753.753 0 0 0 0 1.06.751.751 0 0 0 1.062 0l.005-.006 5.963-5.986V21.25a.751.751 0 0 0 1.5 0V4.587l5.964 5.988.007.006a.752.752 0 0 0 1.06 0 .751.751 0 0 0 .052-1.004l-.052-.056-7.245-7.295Z"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
+
<path d="M18.299 15.149a.21.21 0 0 1 .402 0l.482 1.556c.164.532.58.948 1.112 1.112l1.556.482a.21.21 0 0 1 0 .402l-1.556.482c-.532.164-.948.58-1.112 1.112l-.482 1.557a.21.21 0 0 1-.402 0l-.482-1.557a1.685 1.685 0 0 0-1.112-1.112l-1.557-.482a.21.21 0 0 1 0-.402l1.557-.482c.532-.164.948-.58 1.112-1.112l.482-1.556ZM9.54 5.338a.482.482 0 0 1 .92 0l1.1 3.559a3.851 3.851 0 0 0 2.542 2.542l3.56 1.1c.451.14.451.78 0 .92l-3.56 1.1a3.851 3.851 0 0 0-2.542 2.543l-1.1 3.558a.482.482 0 0 1-.92 0l-1.1-3.558a3.851 3.851 0 0 0-2.543-2.542l-3.557-1.1a.482.482 0 0 1 0-.92l3.558-1.1A3.851 3.851 0 0 0 8.44 8.898l1.101-3.56Zm7.701-3.149a.271.271 0 0 1 .518 0l.619 2.002a2.166 2.166 0 0 0 1.43 1.43l2.002.62a.271.271 0 0 1 0 .517l-2.002.619a2.166 2.166 0 0 0-1.43 1.43l-.62 2.002a.271.271 0 0 1-.517 0l-.619-2.002a2.166 2.166 0 0 0-1.43-1.43l-2.002-.62a.271.271 0 0 1 0-.517l2.002-.619a2.166 2.166 0 0 0 1.43-1.43l.62-2.002Z"/>
|
|
3
|
+
</svg>
|
package/package.json
CHANGED
package/palette.json
CHANGED
|
@@ -472,6 +472,10 @@
|
|
|
472
472
|
"tags": ["Decorative", "General"],
|
|
473
473
|
"value": "icon/arrow-up.svg"
|
|
474
474
|
},
|
|
475
|
+
"ArrowUpBold": {
|
|
476
|
+
"tags": ["Decorative", "General"],
|
|
477
|
+
"value": "icon/arrow-up-bold.svg"
|
|
478
|
+
},
|
|
475
479
|
"ArtificialIntelligence": {
|
|
476
480
|
"tags": ["Decorative", "Business"],
|
|
477
481
|
"value": "icon/artificial-intelligence.svg"
|
|
@@ -1394,6 +1398,10 @@
|
|
|
1394
1398
|
"tags": ["Decorative", "General"],
|
|
1395
1399
|
"value": "icon/soccer.svg"
|
|
1396
1400
|
},
|
|
1401
|
+
"SparkleFilled": {
|
|
1402
|
+
"tags": ["Decorative", "General"],
|
|
1403
|
+
"value": "icon/sparkle-filled.svg"
|
|
1404
|
+
},
|
|
1397
1405
|
"Speaker": {
|
|
1398
1406
|
"tags": ["Decorative", "General"],
|
|
1399
1407
|
"value": "icon/speaker.svg"
|
|
File without changes
|
/package/build/web/fonts/{HNforTELUSSA-Display-v5_14_1.otf → HNforTELUSSA-Display-v5_15_0.otf}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|