@telus-uds/palette-allium 5.3.3 → 5.4.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 +22 -1
- package/CHANGELOG.md +11 -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 +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/TagFilled.js +44 -0
- package/build/rn/icons/TagFilled.native.js +43 -0
- package/build/rn/icons/index.js +1 -0
- package/build/rn/icons/tag-filled.icon.svg +3 -0
- package/build/rn/palette.js +2 -1
- package/build/web/fonts/fonts-cdn-family.css +8 -8
- package/build/web/fonts/fonts-cdn.css +8 -8
- package/build/web/fonts/fonts-local-family.css +8 -8
- package/build/web/fonts/fonts-local.css +8 -8
- package/build/web/icons/TagFilled.js +44 -0
- package/build/web/icons/index.js +1 -0
- package/build/web/icons/tag-filled.icon.svg +3 -0
- package/build/web/palette.js +10 -9
- package/icon/tag-filled.svg +3 -0
- package/package.json +2 -2
- package/palette.json +4 -0
- /package/build/web/fonts/{HNforTELUSSA-Bd-v5_3_3.otf → HNforTELUSSA-Bd-v5_4_0.otf} +0 -0
- /package/build/web/fonts/{HNforTELUSSA-Display-v5_3_3.otf → HNforTELUSSA-Display-v5_4_0.otf} +0 -0
- /package/build/web/fonts/{HNforTELUSSA-Md-v5_3_3.otf → HNforTELUSSA-Md-v5_4_0.otf} +0 -0
- /package/build/web/fonts/{HNforTELUSSA-v5_3_3.otf → HNforTELUSSA-v5_4_0.otf} +0 -0
- /package/build/web/fonts/{HNforTELUSSABold_normal_normal-v5_3_3.woff → HNforTELUSSABold_normal_normal-v5_4_0.woff} +0 -0
- /package/build/web/fonts/{HNforTELUSSADisplay_normal_normal-v5_3_3.woff → HNforTELUSSADisplay_normal_normal-v5_4_0.woff} +0 -0
- /package/build/web/fonts/{HNforTELUSSAMedium_normal_normal-v5_3_3.woff → HNforTELUSSAMedium_normal_normal-v5_4_0.woff} +0 -0
- /package/build/web/fonts/{HNforTELUSSARegular_normal_normal-v5_3_3.woff → HNforTELUSSARegular_normal_normal-v5_4_0.woff} +0 -0
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,28 @@
|
|
|
2
2
|
"name": "@telus-uds/palette-allium",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Fri, 23 May 2025 15:12:18 GMT",
|
|
6
|
+
"tag": "@telus-uds/palette-allium_v5.4.0",
|
|
7
|
+
"version": "5.4.0",
|
|
8
|
+
"comments": {
|
|
9
|
+
"minor": [
|
|
10
|
+
{
|
|
11
|
+
"author": "35577399+JoshHC@users.noreply.github.com",
|
|
12
|
+
"package": "@telus-uds/palette-allium",
|
|
13
|
+
"commit": "b8e33c4346b43c95cd6c9e16487c9313d7561d55",
|
|
14
|
+
"comment": "`Notification`: feature variant added for allium"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "beachball",
|
|
18
|
+
"package": "@telus-uds/palette-allium",
|
|
19
|
+
"comment": "Bump @telus-uds/system-tokens to v1.3.1",
|
|
20
|
+
"commit": "b8e33c4346b43c95cd6c9e16487c9313d7561d55"
|
|
21
|
+
}
|
|
22
|
+
]
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"date": "Thu, 01 May 2025 20:13:57 GMT",
|
|
6
27
|
"tag": "@telus-uds/palette-allium_v5.3.3",
|
|
7
28
|
"version": "5.3.3",
|
|
8
29
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,21 @@
|
|
|
1
1
|
# Change Log - @telus-uds/palette-allium
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Fri, 23 May 2025 15:12:18 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 5.4.0
|
|
8
|
+
|
|
9
|
+
Fri, 23 May 2025 15:12:18 GMT
|
|
10
|
+
|
|
11
|
+
### Minor changes
|
|
12
|
+
|
|
13
|
+
- `Notification`: feature variant added for allium (35577399+JoshHC@users.noreply.github.com)
|
|
14
|
+
- Bump @telus-uds/system-tokens to v1.3.1
|
|
15
|
+
|
|
7
16
|
## 5.3.3
|
|
8
17
|
|
|
9
|
-
Thu, 01 May 2025 20:
|
|
18
|
+
Thu, 01 May 2025 20:13:57 GMT
|
|
10
19
|
|
|
11
20
|
### Patches
|
|
12
21
|
|
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,44 @@
|
|
|
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
|
+
fillRule: "evenodd",
|
|
39
|
+
d: "M21.498 0a2.516 2.516 0 0 1 2.496 2.336L24 2.5v8c0 .607-.214 1.177-.604 1.624l-.137.145-10.994 10.995c-.41.42-.97.68-1.558.728l-.224.008a2.473 2.473 0 0 1-1.61-.605l-.143-.135-7.993-7.996A2.447 2.447 0 0 1 0 13.499c0-.61.214-1.179.606-1.626l.137-.144.148-.137L11.605.876l.047-.055.087-.088a2.453 2.453 0 0 1 1.55-.725L13.487 0h8.012ZM18.6 2.999a2.001 2.001 0 1 0 .003 4.003 2.001 2.001 0 0 0-.003-4.003Z",
|
|
40
|
+
clipRule: "evenodd"
|
|
41
|
+
})]
|
|
42
|
+
});
|
|
43
|
+
return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
|
|
44
|
+
};
|
|
@@ -0,0 +1,43 @@
|
|
|
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
|
+
fillRule: "evenodd",
|
|
38
|
+
d: "M21.498 0a2.516 2.516 0 0 1 2.496 2.336L24 2.5v8c0 .607-.214 1.177-.604 1.624l-.137.145-10.994 10.995c-.41.42-.97.68-1.558.728l-.224.008a2.473 2.473 0 0 1-1.61-.605l-.143-.135-7.993-7.996A2.447 2.447 0 0 1 0 13.499c0-.61.214-1.179.606-1.626l.137-.144.148-.137L11.605.876l.047-.055.087-.088a2.453 2.453 0 0 1 1.55-.725L13.487 0h8.012ZM18.6 2.999a2.001 2.001 0 1 0 .003 4.003 2.001 2.001 0 0 0-.003-4.003Z",
|
|
39
|
+
clipRule: "evenodd"
|
|
40
|
+
})]
|
|
41
|
+
});
|
|
42
|
+
return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
|
|
43
|
+
};
|
package/build/rn/icons/index.js
CHANGED
|
@@ -251,6 +251,7 @@ module.exports = {
|
|
|
251
251
|
TVEntertainment: require('./TVEntertainment'),
|
|
252
252
|
Tablet: require('./Tablet'),
|
|
253
253
|
Tag: require('./Tag'),
|
|
254
|
+
TagFilled: require('./TagFilled'),
|
|
254
255
|
Target: require('./Target'),
|
|
255
256
|
Tasks: require('./Tasks'),
|
|
256
257
|
Teapot: require('./Teapot'),
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
+
<path fill-rule="evenodd" d="M21.498 0a2.516 2.516 0 0 1 2.496 2.336L24 2.5v8c0 .607-.214 1.177-.604 1.624l-.137.145-10.994 10.995c-.41.42-.97.68-1.558.728l-.224.008a2.473 2.473 0 0 1-1.61-.605l-.143-.135-7.993-7.996A2.447 2.447 0 0 1 0 13.499c0-.61.214-1.179.606-1.626l.137-.144.148-.137L11.605.876l.047-.055.087-.088a2.453 2.453 0 0 1 1.55-.725L13.487 0h8.012ZM18.6 2.999a2.001 2.001 0 1 0 .003 4.003 2.001 2.001 0 0 0-.003-4.003Z" clip-rule="evenodd"/>
|
|
3
|
+
</svg>
|
package/build/rn/palette.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 23 May 2025 15:14:35 GMT
|
|
4
4
|
*/
|
|
5
5
|
module.exports = {
|
|
6
6
|
border: {
|
|
@@ -416,6 +416,7 @@ module.exports = {
|
|
|
416
416
|
TVEntertainment: '@telus-uds/palette-allium/build/rn/icons/tventertainment.icon.svg',
|
|
417
417
|
Tablet: '@telus-uds/palette-allium/build/rn/icons/tablet.icon.svg',
|
|
418
418
|
Tag: '@telus-uds/palette-allium/build/rn/icons/tag.icon.svg',
|
|
419
|
+
TagFilled: '@telus-uds/palette-allium/build/rn/icons/tag-filled.icon.svg',
|
|
419
420
|
Target: '@telus-uds/palette-allium/build/rn/icons/target.icon.svg',
|
|
420
421
|
Tasks: '@telus-uds/palette-allium/build/rn/icons/tasks.icon.svg',
|
|
421
422
|
Teapot: '@telus-uds/palette-allium/build/rn/icons/teapot.icon.svg',
|
|
@@ -1,55 +1,55 @@
|
|
|
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_4_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_4_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_4_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_4_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_4_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_4_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_4_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_4_0.otf');
|
|
53
53
|
font-weight: 700;
|
|
54
54
|
font-style: normal;
|
|
55
55
|
font-display: block;
|
|
@@ -1,40 +1,40 @@
|
|
|
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_4_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_4_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_4_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_4_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_4_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_4_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_4_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_4_0.otf');
|
|
39
39
|
font-display: block;
|
|
40
40
|
}
|
|
@@ -1,55 +1,55 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: 'HNforTELUSSA';
|
|
3
|
-
src: url('./HNforTELUSSADisplay_normal_normal-
|
|
3
|
+
src: url('./HNforTELUSSADisplay_normal_normal-v5_4_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_4_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_4_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_4_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_4_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_4_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_4_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_4_0.otf');
|
|
53
53
|
font-weight: 700;
|
|
54
54
|
font-style: normal;
|
|
55
55
|
font-display: block;
|
|
@@ -1,40 +1,40 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: 'HNforTELUSSA300normal';
|
|
3
|
-
src: url('./HNforTELUSSADisplay_normal_normal-
|
|
3
|
+
src: url('./HNforTELUSSADisplay_normal_normal-v5_4_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_4_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_4_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_4_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_4_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_4_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_4_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_4_0.otf');
|
|
39
39
|
font-display: block;
|
|
40
40
|
}
|
|
@@ -0,0 +1,44 @@
|
|
|
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
|
+
fillRule: "evenodd",
|
|
39
|
+
d: "M21.498 0a2.516 2.516 0 0 1 2.496 2.336L24 2.5v8c0 .607-.214 1.177-.604 1.624l-.137.145-10.994 10.995c-.41.42-.97.68-1.558.728l-.224.008a2.473 2.473 0 0 1-1.61-.605l-.143-.135-7.993-7.996A2.447 2.447 0 0 1 0 13.499c0-.61.214-1.179.606-1.626l.137-.144.148-.137L11.605.876l.047-.055.087-.088a2.453 2.453 0 0 1 1.55-.725L13.487 0h8.012ZM18.6 2.999a2.001 2.001 0 1 0 .003 4.003 2.001 2.001 0 0 0-.003-4.003Z",
|
|
40
|
+
clipRule: "evenodd"
|
|
41
|
+
})]
|
|
42
|
+
});
|
|
43
|
+
return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
|
|
44
|
+
};
|
package/build/web/icons/index.js
CHANGED
|
@@ -251,6 +251,7 @@ module.exports = {
|
|
|
251
251
|
TVEntertainment: require('./TVEntertainment'),
|
|
252
252
|
Tablet: require('./Tablet'),
|
|
253
253
|
Tag: require('./Tag'),
|
|
254
|
+
TagFilled: require('./TagFilled'),
|
|
254
255
|
Target: require('./Target'),
|
|
255
256
|
Tasks: require('./Tasks'),
|
|
256
257
|
Teapot: require('./Teapot'),
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
+
<path fill-rule="evenodd" d="M21.498 0a2.516 2.516 0 0 1 2.496 2.336L24 2.5v8c0 .607-.214 1.177-.604 1.624l-.137.145-10.994 10.995c-.41.42-.97.68-1.558.728l-.224.008a2.473 2.473 0 0 1-1.61-.605l-.143-.135-7.993-7.996A2.447 2.447 0 0 1 0 13.499c0-.61.214-1.179.606-1.626l.137-.144.148-.137L11.605.876l.047-.055.087-.088a2.453 2.453 0 0 1 1.55-.725L13.487 0h8.012ZM18.6 2.999a2.001 2.001 0 1 0 .003 4.003 2.001 2.001 0 0 0-.003-4.003Z" clip-rule="evenodd"/>
|
|
3
|
+
</svg>
|
package/build/web/palette.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 23 May 2025 15:14:31 GMT
|
|
4
4
|
*/
|
|
5
5
|
module.exports = {
|
|
6
6
|
border: {
|
|
@@ -63,16 +63,16 @@ 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_4_0.woff',
|
|
67
|
+
400: 'https://cdn.telus.digital/uds/HNforTELUSSARegular_normal_normal-v5_4_0.woff',
|
|
68
|
+
500: 'https://cdn.telus.digital/uds/HNforTELUSSAMedium_normal_normal-v5_4_0.woff',
|
|
69
|
+
700: 'https://cdn.telus.digital/uds/HNforTELUSSABold_normal_normal-v5_4_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_4_0.otf',
|
|
73
|
+
400: 'https://cdn.telus.digital/uds/HNforTELUSSA-v5_4_0.otf',
|
|
74
|
+
500: 'https://cdn.telus.digital/uds/HNforTELUSSA-Md-v5_4_0.otf',
|
|
75
|
+
700: 'https://cdn.telus.digital/uds/HNforTELUSSA-Bd-v5_4_0.otf'
|
|
76
76
|
}
|
|
77
77
|
},
|
|
78
78
|
fontSize: {
|
|
@@ -348,6 +348,7 @@ module.exports = {
|
|
|
348
348
|
TVEntertainment: '@telus-uds/palette-allium/build/web/icons/tventertainment.icon.svg',
|
|
349
349
|
Tablet: '@telus-uds/palette-allium/build/web/icons/tablet.icon.svg',
|
|
350
350
|
Tag: '@telus-uds/palette-allium/build/web/icons/tag.icon.svg',
|
|
351
|
+
TagFilled: '@telus-uds/palette-allium/build/web/icons/tag-filled.icon.svg',
|
|
351
352
|
Target: '@telus-uds/palette-allium/build/web/icons/target.icon.svg',
|
|
352
353
|
Tasks: '@telus-uds/palette-allium/build/web/icons/tasks.icon.svg',
|
|
353
354
|
Teapot: '@telus-uds/palette-allium/build/web/icons/teapot.icon.svg',
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
+
<path fill-rule="evenodd" d="M21.498 0a2.516 2.516 0 0 1 2.496 2.336L24 2.5v8c0 .607-.214 1.177-.604 1.624l-.137.145-10.994 10.995c-.41.42-.97.68-1.558.728l-.224.008a2.473 2.473 0 0 1-1.61-.605l-.143-.135-7.993-7.996A2.447 2.447 0 0 1 0 13.499c0-.61.214-1.179.606-1.626l.137-.144.148-.137L11.605.876l.047-.055.087-.088a2.453 2.453 0 0 1 1.55-.725L13.487 0h8.012ZM18.6 2.999a2.001 2.001 0 1 0 .003 4.003 2.001 2.001 0 0 0-.003-4.003Z" clip-rule="evenodd"/>
|
|
3
|
+
</svg>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@telus-uds/palette-allium",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.4.0",
|
|
4
4
|
"description": "Telus(Allium) palette",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"keywords": [
|
|
@@ -23,6 +23,6 @@
|
|
|
23
23
|
"url": "https://github.com/telus/allium-design-system/issues"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@telus-uds/system-tokens": "^1.3.
|
|
26
|
+
"@telus-uds/system-tokens": "^1.3.1"
|
|
27
27
|
}
|
|
28
28
|
}
|
package/palette.json
CHANGED
|
@@ -1402,6 +1402,10 @@
|
|
|
1402
1402
|
"tags": ["Decorative", "ProductsServices"],
|
|
1403
1403
|
"value": "icon/tag.svg"
|
|
1404
1404
|
},
|
|
1405
|
+
"TagFilled": {
|
|
1406
|
+
"tags": ["Decorative", "General"],
|
|
1407
|
+
"value": "icon/tag-filled.svg"
|
|
1408
|
+
},
|
|
1405
1409
|
"Target": {
|
|
1406
1410
|
"tags": ["Decorative", "General"],
|
|
1407
1411
|
"value": "icon/target.svg"
|
|
File without changes
|
/package/build/web/fonts/{HNforTELUSSA-Display-v5_3_3.otf → HNforTELUSSA-Display-v5_4_0.otf}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|