@telus-uds/palette-allium 5.12.0 → 5.13.1
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 +42 -0
- package/CHANGELOG.md +19 -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/CartEmpty.js +42 -0
- package/build/rn/icons/CartEmpty.native.js +41 -0
- package/build/rn/icons/ChevronDown.js +42 -0
- package/build/rn/icons/ChevronDown.native.js +41 -0
- package/build/rn/icons/ChevronUp.js +42 -0
- package/build/rn/icons/ChevronUp.native.js +41 -0
- package/build/rn/icons/MenuHamburger.js +1 -1
- package/build/rn/icons/MenuHamburger.native.js +1 -1
- package/build/rn/icons/UserSingle.js +46 -0
- package/build/rn/icons/UserSingle.native.js +45 -0
- package/build/rn/icons/cart-empty.icon.svg +3 -0
- package/build/rn/icons/chevron-down.icon.svg +3 -0
- package/build/rn/icons/chevron-up.icon.svg +3 -0
- package/build/rn/icons/index.js +4 -0
- package/build/rn/icons/menu-hamburger.icon.svg +1 -1
- package/build/rn/icons/user-single.icon.svg +4 -0
- package/build/rn/palette.js +5 -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/CartEmpty.js +42 -0
- package/build/web/icons/ChevronDown.js +42 -0
- package/build/web/icons/ChevronUp.js +42 -0
- package/build/web/icons/MenuHamburger.js +1 -1
- package/build/web/icons/UserSingle.js +46 -0
- package/build/web/icons/cart-empty.icon.svg +3 -0
- package/build/web/icons/chevron-down.icon.svg +3 -0
- package/build/web/icons/chevron-up.icon.svg +3 -0
- package/build/web/icons/index.js +4 -0
- package/build/web/icons/menu-hamburger.icon.svg +1 -1
- package/build/web/icons/user-single.icon.svg +4 -0
- package/build/web/palette.js +17 -13
- package/icon/cart-empty.svg +3 -0
- package/icon/chevron-down.svg +3 -0
- package/icon/chevron-up.svg +3 -0
- package/icon/menu-hamburger.svg +1 -1
- package/icon/user-single.svg +4 -0
- package/package.json +2 -2
- package/palette.json +16 -0
- /package/build/web/fonts/{HNforTELUSSA-Bd-v5_12_0.otf → HNforTELUSSA-Bd-v5_13_1.otf} +0 -0
- /package/build/web/fonts/{HNforTELUSSA-Display-v5_12_0.otf → HNforTELUSSA-Display-v5_13_1.otf} +0 -0
- /package/build/web/fonts/{HNforTELUSSA-Md-v5_12_0.otf → HNforTELUSSA-Md-v5_13_1.otf} +0 -0
- /package/build/web/fonts/{HNforTELUSSA-v5_12_0.otf → HNforTELUSSA-v5_13_1.otf} +0 -0
- /package/build/web/fonts/{HNforTELUSSABold_normal_normal-v5_12_0.woff → HNforTELUSSABold_normal_normal-v5_13_1.woff} +0 -0
- /package/build/web/fonts/{HNforTELUSSABold_normal_normal2-v5_12_0.woff2 → HNforTELUSSABold_normal_normal2-v5_13_1.woff2} +0 -0
- /package/build/web/fonts/{HNforTELUSSADisplay_normal_normal-v5_12_0.woff → HNforTELUSSADisplay_normal_normal-v5_13_1.woff} +0 -0
- /package/build/web/fonts/{HNforTELUSSADisplay_normal_normal2-v5_12_0.woff2 → HNforTELUSSADisplay_normal_normal2-v5_13_1.woff2} +0 -0
- /package/build/web/fonts/{HNforTELUSSAMedium_normal_normal-v5_12_0.woff → HNforTELUSSAMedium_normal_normal-v5_13_1.woff} +0 -0
- /package/build/web/fonts/{HNforTELUSSAMedium_normal_normal2-v5_12_0.woff2 → HNforTELUSSAMedium_normal_normal2-v5_13_1.woff2} +0 -0
- /package/build/web/fonts/{HNforTELUSSARegular_normal_normal-v5_12_0.woff → HNforTELUSSARegular_normal_normal-v5_13_1.woff} +0 -0
- /package/build/web/fonts/{HNforTELUSSARegular_normal_normal2-v5_12_0.woff2 → HNforTELUSSARegular_normal_normal2-v5_13_1.woff2} +0 -0
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, 12 Dec 2025 05:39:47 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_13_1.woff',
|
|
67
|
+
400: 'https://cdn.telus.digital/uds/HNforTELUSSARegular_normal_normal-v5_13_1.woff',
|
|
68
|
+
500: 'https://cdn.telus.digital/uds/HNforTELUSSAMedium_normal_normal-v5_13_1.woff',
|
|
69
|
+
700: 'https://cdn.telus.digital/uds/HNforTELUSSABold_normal_normal-v5_13_1.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_13_1.otf',
|
|
73
|
+
400: 'https://cdn.telus.digital/uds/HNforTELUSSA-v5_13_1.otf',
|
|
74
|
+
500: 'https://cdn.telus.digital/uds/HNforTELUSSA-Md-v5_13_1.otf',
|
|
75
|
+
700: 'https://cdn.telus.digital/uds/HNforTELUSSA-Bd-v5_13_1.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_13_1.woff2',
|
|
79
|
+
400: 'https://cdn.telus.digital/uds/HNforTELUSSARegular_normal_normal2-v5_13_1.woff2',
|
|
80
|
+
500: 'https://cdn.telus.digital/uds/HNforTELUSSAMedium_normal_normal2-v5_13_1.woff2',
|
|
81
|
+
700: 'https://cdn.telus.digital/uds/HNforTELUSSABold_normal_normal2-v5_13_1.woff2'
|
|
82
82
|
}
|
|
83
83
|
},
|
|
84
84
|
fontSize: {
|
|
@@ -153,6 +153,7 @@ module.exports = {
|
|
|
153
153
|
CardLightningBold: '@telus-uds/palette-allium/build/web/icons/card-lightning-bold.icon.svg',
|
|
154
154
|
CaretDown: '@telus-uds/palette-allium/build/web/icons/caret-down.icon.svg',
|
|
155
155
|
CaretUp: '@telus-uds/palette-allium/build/web/icons/caret-up.icon.svg',
|
|
156
|
+
CartEmpty: '@telus-uds/palette-allium/build/web/icons/cart-empty.icon.svg',
|
|
156
157
|
CartEmptyBold: '@telus-uds/palette-allium/build/web/icons/cart-empty-bold.icon.svg',
|
|
157
158
|
CartFilledBold: '@telus-uds/palette-allium/build/web/icons/cart-filled-bold.icon.svg',
|
|
158
159
|
Channels: '@telus-uds/palette-allium/build/web/icons/channels.icon.svg',
|
|
@@ -169,8 +170,10 @@ module.exports = {
|
|
|
169
170
|
Check: '@telus-uds/palette-allium/build/web/icons/check.icon.svg',
|
|
170
171
|
Checkbold: '@telus-uds/palette-allium/build/web/icons/checkbold.icon.svg',
|
|
171
172
|
Checkmark: '@telus-uds/palette-allium/build/web/icons/checkmark.icon.svg',
|
|
173
|
+
ChevronDown: '@telus-uds/palette-allium/build/web/icons/chevron-down.icon.svg',
|
|
172
174
|
ChevronLeft: '@telus-uds/palette-allium/build/web/icons/chevron-left.icon.svg',
|
|
173
175
|
ChevronRight: '@telus-uds/palette-allium/build/web/icons/chevron-right.icon.svg',
|
|
176
|
+
ChevronUp: '@telus-uds/palette-allium/build/web/icons/chevron-up.icon.svg',
|
|
174
177
|
Clipboard: '@telus-uds/palette-allium/build/web/icons/clipboard.icon.svg',
|
|
175
178
|
Close: '@telus-uds/palette-allium/build/web/icons/close.icon.svg',
|
|
176
179
|
ClosedCaptions: '@telus-uds/palette-allium/build/web/icons/closed-captions.icon.svg',
|
|
@@ -389,6 +392,7 @@ module.exports = {
|
|
|
389
392
|
User: '@telus-uds/palette-allium/build/web/icons/user.icon.svg',
|
|
390
393
|
UserAdd: '@telus-uds/palette-allium/build/web/icons/user-add.icon.svg',
|
|
391
394
|
UserAddBold: '@telus-uds/palette-allium/build/web/icons/user-add-bold.icon.svg',
|
|
395
|
+
UserSingle: '@telus-uds/palette-allium/build/web/icons/user-single.icon.svg',
|
|
392
396
|
Users: '@telus-uds/palette-allium/build/web/icons/users.icon.svg',
|
|
393
397
|
VideoCall: '@telus-uds/palette-allium/build/web/icons/video-call.icon.svg',
|
|
394
398
|
VideoChat: '@telus-uds/palette-allium/build/web/icons/video-chat.icon.svg',
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
+
<path d="M8.526 18.125c1.326 0 2.402 1.068 2.402 2.379 0 1.309-1.076 2.378-2.402 2.378-1.325 0-2.401-1.07-2.401-2.378 0-1.311 1.076-2.379 2.401-2.379Zm9 0c1.326 0 2.402 1.068 2.402 2.379 0 1.309-1.076 2.378-2.402 2.378-1.325 0-2.401-1.07-2.401-2.378 0-1.311 1.076-2.379 2.401-2.379Zm-9 1.29c-.604 0-1.1.485-1.1 1.089 0 .601.496 1.089 1.1 1.089.606 0 1.1-.488 1.1-1.09 0-.603-.494-1.089-1.1-1.089Zm9 0c-.604 0-1.1.485-1.1 1.089 0 .601.496 1.089 1.1 1.089.606 0 1.1-.488 1.1-1.09 0-.603-.494-1.089-1.1-1.089ZM4.652 2.25c.337 0 .63.213.735.513l.026.092.401 1.945h16.341a.79.79 0 0 1 .588.26l.084.113a.73.73 0 0 1 .105.392l-.01.112-.778 5.452a1.627 1.627 0 0 1-1.294 1.342l-.153.025-12.985 1.6.22.337c.304.466.783.783 1.318.841l.014.001.152.01h10.99c.433 0 .776.343.776.753a.762.762 0 0 1-.69.748l-.1.006H9.43c-1.418 0-2.73-.97-3.211-2.324l-.085-.276-.043-.18L4.057 3.958l-.04-.2H2.025a.766.766 0 0 1-.775-.754c0-.382.298-.707.688-.75l.1-.004h2.614Zm1.532 4.358 1.145 5.712.045.226.23-.026 12.995-1.53.027-.191.635-4.49H6.124l.06.3Z"/>
|
|
3
|
+
</svg>
|
package/icon/menu-hamburger.svg
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
-
<path fill-rule="evenodd" d="
|
|
2
|
+
<path fill-rule="evenodd" d="M21.166 18c.428 0 .78.383.828.883L22 19c0 .552-.373 1-.834 1H2.834C2.374 20 2 19.556 2 19c0-.552.373-1 .834-1h18.332Zm0-7c.428 0 .78.383.828.883L22 12c0 .552-.373 1-.834 1H2.834C2.374 13 2 12.556 2 12c0-.552.373-1 .834-1h18.332Zm0-7c.428 0 .78.383.828.883L22 5c0 .552-.373 1-.834 1H2.834C2.374 6 2 5.556 2 5c0-.552.373-1 .834-1h18.332Z" clip-rule="evenodd"/>
|
|
3
3
|
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
+
<path d="M12 13.81c4.879 0 9.138 3.275 10.565 7.784.145.46-.212.906-.694.906a.793.793 0 0 1-.743-.557c-1.266-3.86-4.933-6.653-9.128-6.653-4.197 0-7.862 2.792-9.127 6.653a.793.793 0 0 1-.744.557c-.481 0-.84-.447-.694-.906C2.864 17.086 7.12 13.811 12 13.811Z"/>
|
|
3
|
+
<path fill-rule="evenodd" d="M12 1.5a5.18 5.18 0 0 1 5.173 5.174A5.18 5.18 0 0 1 12 11.847a5.18 5.18 0 0 1-5.173-5.173A5.18 5.18 0 0 1 12 1.5Zm0 1.479a3.7 3.7 0 0 0-3.696 3.695A3.7 3.7 0 0 0 12 10.37a3.699 3.699 0 0 0 3.694-3.695A3.7 3.7 0 0 0 12 2.98Z" clip-rule="evenodd"/>
|
|
4
|
+
</svg>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@telus-uds/palette-allium",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.13.1",
|
|
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.4.
|
|
26
|
+
"@telus-uds/system-tokens": "^1.4.11"
|
|
27
27
|
}
|
|
28
28
|
}
|
package/palette.json
CHANGED
|
@@ -611,6 +611,10 @@
|
|
|
611
611
|
"tags": ["Interface", "Arrows"],
|
|
612
612
|
"value": "icon/caret-up.svg"
|
|
613
613
|
},
|
|
614
|
+
"CartEmpty": {
|
|
615
|
+
"tags": ["Interface", "NavButton"],
|
|
616
|
+
"value": "icon/cart-empty.svg"
|
|
617
|
+
},
|
|
614
618
|
"CartEmptyBold": {
|
|
615
619
|
"tags": ["Interface", "NavButton"],
|
|
616
620
|
"value": "icon/cart-empty-bold.svg"
|
|
@@ -675,6 +679,10 @@
|
|
|
675
679
|
"tags": ["Interface", "List"],
|
|
676
680
|
"value": "icon/checkmark.svg"
|
|
677
681
|
},
|
|
682
|
+
"ChevronDown": {
|
|
683
|
+
"tags": ["Interface", "Arrows"],
|
|
684
|
+
"value": "icon/chevron-down.svg"
|
|
685
|
+
},
|
|
678
686
|
"ChevronLeft": {
|
|
679
687
|
"tags": ["Interface", "Arrows"],
|
|
680
688
|
"value": "icon/chevron-left.svg"
|
|
@@ -683,6 +691,10 @@
|
|
|
683
691
|
"tags": ["Interface", "Arrows"],
|
|
684
692
|
"value": "icon/chevron-right.svg"
|
|
685
693
|
},
|
|
694
|
+
"ChevronUp": {
|
|
695
|
+
"tags": ["Interface", "Arrows"],
|
|
696
|
+
"value": "icon/chevron-up.svg"
|
|
697
|
+
},
|
|
686
698
|
"Clipboard": {
|
|
687
699
|
"tags": ["Decorative", "General"],
|
|
688
700
|
"value": "icon/clipboard.svg"
|
|
@@ -1550,6 +1562,10 @@
|
|
|
1550
1562
|
"tags": ["Interface", "NavButton"],
|
|
1551
1563
|
"value": "icon/user-add-bold.svg"
|
|
1552
1564
|
},
|
|
1565
|
+
"UserSingle": {
|
|
1566
|
+
"tags": ["Decorative", "General"],
|
|
1567
|
+
"value": "icon/user-single.svg"
|
|
1568
|
+
},
|
|
1553
1569
|
"Users": {
|
|
1554
1570
|
"tags": ["Decorative", "General"],
|
|
1555
1571
|
"value": "icon/users.svg"
|
|
File without changes
|
/package/build/web/fonts/{HNforTELUSSA-Display-v5_12_0.otf → HNforTELUSSA-Display-v5_13_1.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
|