@telus-uds/palette-allium 3.0.0 → 3.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/android/border.xml +1 -1
- package/build/android/color.xml +2 -2
- package/build/android/font_size.xml +1 -1
- package/build/android/radius.xml +1 -1
- package/build/android/size.xml +3 -1
- package/build/ios/Border.swift +1 -1
- package/build/ios/Color.swift +2 -2
- package/build/ios/FontSize.swift +1 -1
- package/build/ios/Radius.swift +1 -1
- package/build/ios/Size.swift +3 -1
- package/build/rn/icons/AndroidEN.js +55 -0
- package/build/rn/icons/AndroidEN.native.js +54 -0
- package/build/rn/icons/AndroidFR.js +52 -0
- package/build/rn/icons/AndroidFR.native.js +51 -0
- package/build/rn/icons/BasketBold.js +28 -0
- package/build/rn/icons/BasketBold.native.js +27 -0
- package/build/rn/icons/BasketSolid.js +28 -0
- package/build/rn/icons/BasketSolid.native.js +27 -0
- package/build/rn/icons/BillingBold.js +30 -0
- package/build/rn/icons/BillingBold.native.js +29 -0
- package/build/rn/icons/BillingSolid.js +28 -0
- package/build/rn/icons/BillingSolid.native.js +27 -0
- package/build/rn/icons/ChartsBar3Bold.js +28 -0
- package/build/rn/icons/ChartsBar3Bold.native.js +27 -0
- package/build/rn/icons/ChartsBar3Solid.js +26 -0
- package/build/rn/icons/ChartsBar3Solid.native.js +25 -0
- package/build/rn/icons/ChatHappyBold.js +30 -0
- package/build/rn/icons/ChatHappyBold.native.js +29 -0
- package/build/rn/icons/ChatHappySolid.js +28 -0
- package/build/rn/icons/ChatHappySolid.native.js +27 -0
- package/build/rn/icons/HouseBold.js +32 -0
- package/build/rn/icons/HouseBold.native.js +31 -0
- package/build/rn/icons/HouseSolid.js +28 -0
- package/build/rn/icons/HouseSolid.native.js +27 -0
- package/build/rn/icons/IOSEN.js +47 -0
- package/build/rn/icons/IOSEN.native.js +46 -0
- package/build/rn/icons/IOSFR.js +47 -0
- package/build/rn/icons/IOSFR.native.js +46 -0
- package/build/rn/icons/IdCard.js +28 -0
- package/build/rn/icons/IdCard.native.js +27 -0
- package/build/rn/icons/OffersBold.js +30 -0
- package/build/rn/icons/OffersBold.native.js +29 -0
- package/build/rn/icons/OffersSolid.js +28 -0
- package/build/rn/icons/OffersSolid.native.js +27 -0
- package/build/rn/icons/Tag.js +28 -0
- package/build/rn/icons/Tag.native.js +27 -0
- package/build/rn/icons/UserAdd.js +28 -0
- package/build/rn/icons/UserAdd.native.js +27 -0
- package/build/rn/icons/android-en.icon.svg +23 -0
- package/build/rn/icons/android-fr.icon.svg +31 -0
- package/build/rn/icons/basket-bold.icon.svg +3 -0
- package/build/rn/icons/basket-solid.icon.svg +3 -0
- package/build/rn/icons/billing-bold.icon.svg +4 -0
- package/build/rn/icons/billing-solid.icon.svg +3 -0
- package/build/rn/icons/charts-bar3-bold.icon.svg +3 -0
- package/build/rn/icons/charts-bar3-solid.icon.svg +3 -0
- package/build/rn/icons/chat-happy-bold.icon.svg +4 -0
- package/build/rn/icons/chat-happy-solid.icon.svg +3 -0
- package/build/rn/icons/house-bold.icon.svg +4 -0
- package/build/rn/icons/house-solid.icon.svg +3 -0
- package/build/rn/icons/id-card.icon.svg +3 -0
- package/build/rn/icons/index.js +19 -0
- package/build/rn/icons/iosen.icon.svg +52 -0
- package/build/rn/icons/iosfr.icon.svg +56 -0
- package/build/rn/icons/offers-bold.icon.svg +4 -0
- package/build/rn/icons/offers-solid.icon.svg +3 -0
- package/build/rn/icons/tag.icon.svg +3 -0
- package/build/rn/icons/user-add.icon.svg +3 -0
- package/build/rn/palette.js +23 -2
- 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/AndroidEN.js +55 -0
- package/build/web/icons/AndroidFR.js +52 -0
- package/build/web/icons/BasketBold.js +28 -0
- package/build/web/icons/BasketSolid.js +28 -0
- package/build/web/icons/BillingBold.js +30 -0
- package/build/web/icons/BillingSolid.js +28 -0
- package/build/web/icons/ChartsBar3Bold.js +28 -0
- package/build/web/icons/ChartsBar3Solid.js +26 -0
- package/build/web/icons/ChatHappyBold.js +30 -0
- package/build/web/icons/ChatHappySolid.js +28 -0
- package/build/web/icons/HouseBold.js +32 -0
- package/build/web/icons/HouseSolid.js +28 -0
- package/build/web/icons/IOSEN.js +47 -0
- package/build/web/icons/IOSFR.js +47 -0
- package/build/web/icons/IdCard.js +28 -0
- package/build/web/icons/OffersBold.js +30 -0
- package/build/web/icons/OffersSolid.js +28 -0
- package/build/web/icons/Tag.js +28 -0
- package/build/web/icons/UserAdd.js +28 -0
- package/build/web/icons/android-en.icon.svg +23 -0
- package/build/web/icons/android-fr.icon.svg +31 -0
- package/build/web/icons/basket-bold.icon.svg +3 -0
- package/build/web/icons/basket-solid.icon.svg +3 -0
- package/build/web/icons/billing-bold.icon.svg +4 -0
- package/build/web/icons/billing-solid.icon.svg +3 -0
- package/build/web/icons/charts-bar3-bold.icon.svg +3 -0
- package/build/web/icons/charts-bar3-solid.icon.svg +3 -0
- package/build/web/icons/chat-happy-bold.icon.svg +4 -0
- package/build/web/icons/chat-happy-solid.icon.svg +3 -0
- package/build/web/icons/house-bold.icon.svg +4 -0
- package/build/web/icons/house-solid.icon.svg +3 -0
- package/build/web/icons/id-card.icon.svg +3 -0
- package/build/web/icons/index.js +19 -0
- package/build/web/icons/iosen.icon.svg +52 -0
- package/build/web/icons/iosfr.icon.svg +56 -0
- package/build/web/icons/offers-bold.icon.svg +4 -0
- package/build/web/icons/offers-solid.icon.svg +3 -0
- package/build/web/icons/tag.icon.svg +3 -0
- package/build/web/icons/user-add.icon.svg +3 -0
- package/build/web/palette.js +31 -10
- package/package.json +2 -2
- package/palette.json +83 -1
- /package/build/web/fonts/{HNforTELUSSA-Bd-v3_0_0.otf → HNforTELUSSA-Bd-v3_2_0.otf} +0 -0
- /package/build/web/fonts/{HNforTELUSSA-Display-v3_0_0.otf → HNforTELUSSA-Display-v3_2_0.otf} +0 -0
- /package/build/web/fonts/{HNforTELUSSA-Md-v3_0_0.otf → HNforTELUSSA-Md-v3_2_0.otf} +0 -0
- /package/build/web/fonts/{HNforTELUSSA-v3_0_0.otf → HNforTELUSSA-v3_2_0.otf} +0 -0
- /package/build/web/fonts/{HNforTELUSSABold_normal_normal-v3_0_0.woff → HNforTELUSSABold_normal_normal-v3_2_0.woff} +0 -0
- /package/build/web/fonts/{HNforTELUSSADisplay_normal_normal-v3_0_0.woff → HNforTELUSSADisplay_normal_normal-v3_2_0.woff} +0 -0
- /package/build/web/fonts/{HNforTELUSSAMedium_normal_normal-v3_0_0.woff → HNforTELUSSAMedium_normal_normal-v3_2_0.woff} +0 -0
- /package/build/web/fonts/{HNforTELUSSARegular_normal_normal-v3_0_0.woff → HNforTELUSSARegular_normal_normal-v3_2_0.woff} +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 Wed, 25 Sep 2024 17:03:26 GMT
|
|
4
4
|
*/
|
|
5
5
|
module.exports = {
|
|
6
6
|
border: {
|
|
@@ -48,7 +48,7 @@ module.exports = {
|
|
|
48
48
|
purpleDark: '#3f2a54',
|
|
49
49
|
purpleDeluge: '#7c53a5',
|
|
50
50
|
purpleEminence: '#613889',
|
|
51
|
-
purpleLight: '#
|
|
51
|
+
purpleLight: '#efedff',
|
|
52
52
|
purpleTelus: '#4b286d',
|
|
53
53
|
red: '#e12339',
|
|
54
54
|
redDark: '#c12335',
|
|
@@ -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-v3_2_0.woff',
|
|
67
|
+
400: 'https://cdn.telus.digital/uds/HNforTELUSSARegular_normal_normal-v3_2_0.woff',
|
|
68
|
+
500: 'https://cdn.telus.digital/uds/HNforTELUSSAMedium_normal_normal-v3_2_0.woff',
|
|
69
|
+
700: 'https://cdn.telus.digital/uds/HNforTELUSSABold_normal_normal-v3_2_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-v3_2_0.otf',
|
|
73
|
+
400: 'https://cdn.telus.digital/uds/HNforTELUSSA-v3_2_0.otf',
|
|
74
|
+
500: 'https://cdn.telus.digital/uds/HNforTELUSSA-Md-v3_2_0.otf',
|
|
75
|
+
700: 'https://cdn.telus.digital/uds/HNforTELUSSA-Bd-v3_2_0.otf'
|
|
76
76
|
}
|
|
77
77
|
},
|
|
78
78
|
fontSize: {
|
|
@@ -103,6 +103,8 @@ module.exports = {
|
|
|
103
103
|
AlarmClock: '@telus-uds/palette-allium/build/web/icons/alarm-clock.icon.svg',
|
|
104
104
|
Ambulance: '@telus-uds/palette-allium/build/web/icons/ambulance.icon.svg',
|
|
105
105
|
Amex: '@telus-uds/palette-allium/build/web/icons/amex.icon.svg',
|
|
106
|
+
AndroidEN: '@telus-uds/palette-allium/build/web/icons/android-en.icon.svg',
|
|
107
|
+
AndroidFR: '@telus-uds/palette-allium/build/web/icons/android-fr.icon.svg',
|
|
106
108
|
ArrowDown: '@telus-uds/palette-allium/build/web/icons/arrow-down.icon.svg',
|
|
107
109
|
ArrowLeft: '@telus-uds/palette-allium/build/web/icons/arrow-left.icon.svg',
|
|
108
110
|
ArrowRight: '@telus-uds/palette-allium/build/web/icons/arrow-right.icon.svg',
|
|
@@ -116,10 +118,14 @@ module.exports = {
|
|
|
116
118
|
BabyGirl: '@telus-uds/palette-allium/build/web/icons/baby-girl.icon.svg',
|
|
117
119
|
BackToSchool: '@telus-uds/palette-allium/build/web/icons/back-to-school.icon.svg',
|
|
118
120
|
Bank: '@telus-uds/palette-allium/build/web/icons/bank.icon.svg',
|
|
121
|
+
BasketBold: '@telus-uds/palette-allium/build/web/icons/basket-bold.icon.svg',
|
|
122
|
+
BasketSolid: '@telus-uds/palette-allium/build/web/icons/basket-solid.icon.svg',
|
|
119
123
|
BatteryCar: '@telus-uds/palette-allium/build/web/icons/battery-car.icon.svg',
|
|
120
124
|
BatteryCharging: '@telus-uds/palette-allium/build/web/icons/battery-charging.icon.svg',
|
|
121
125
|
Bell: '@telus-uds/palette-allium/build/web/icons/bell.icon.svg',
|
|
122
126
|
Bill: '@telus-uds/palette-allium/build/web/icons/bill.icon.svg',
|
|
127
|
+
BillingBold: '@telus-uds/palette-allium/build/web/icons/billing-bold.icon.svg',
|
|
128
|
+
BillingSolid: '@telus-uds/palette-allium/build/web/icons/billing-solid.icon.svg',
|
|
123
129
|
Bookmark: '@telus-uds/palette-allium/build/web/icons/bookmark.icon.svg',
|
|
124
130
|
Braille: '@telus-uds/palette-allium/build/web/icons/braille.icon.svg',
|
|
125
131
|
Briefcase: '@telus-uds/palette-allium/build/web/icons/briefcase.icon.svg',
|
|
@@ -140,9 +146,13 @@ module.exports = {
|
|
|
140
146
|
Channels: '@telus-uds/palette-allium/build/web/icons/channels.icon.svg',
|
|
141
147
|
ChartsBar1: '@telus-uds/palette-allium/build/web/icons/charts-bar1.icon.svg',
|
|
142
148
|
ChartsBar2: '@telus-uds/palette-allium/build/web/icons/charts-bar2.icon.svg',
|
|
149
|
+
ChartsBar3Bold: '@telus-uds/palette-allium/build/web/icons/charts-bar3-bold.icon.svg',
|
|
150
|
+
ChartsBar3Solid: '@telus-uds/palette-allium/build/web/icons/charts-bar3-solid.icon.svg',
|
|
143
151
|
ChartsLine: '@telus-uds/palette-allium/build/web/icons/charts-line.icon.svg',
|
|
144
152
|
Chat1: '@telus-uds/palette-allium/build/web/icons/chat1.icon.svg',
|
|
145
153
|
Chat2: '@telus-uds/palette-allium/build/web/icons/chat2.icon.svg',
|
|
154
|
+
ChatHappyBold: '@telus-uds/palette-allium/build/web/icons/chat-happy-bold.icon.svg',
|
|
155
|
+
ChatHappySolid: '@telus-uds/palette-allium/build/web/icons/chat-happy-solid.icon.svg',
|
|
146
156
|
ChatSupport: '@telus-uds/palette-allium/build/web/icons/chat-support.icon.svg',
|
|
147
157
|
Check: '@telus-uds/palette-allium/build/web/icons/check.icon.svg',
|
|
148
158
|
Checkmark: '@telus-uds/palette-allium/build/web/icons/checkmark.icon.svg',
|
|
@@ -209,7 +219,12 @@ module.exports = {
|
|
|
209
219
|
Home: '@telus-uds/palette-allium/build/web/icons/home.icon.svg',
|
|
210
220
|
HomePro: '@telus-uds/palette-allium/build/web/icons/home-pro.icon.svg',
|
|
211
221
|
HomeSecurity: '@telus-uds/palette-allium/build/web/icons/home-security.icon.svg',
|
|
222
|
+
HouseBold: '@telus-uds/palette-allium/build/web/icons/house-bold.icon.svg',
|
|
223
|
+
HouseSolid: '@telus-uds/palette-allium/build/web/icons/house-solid.icon.svg',
|
|
212
224
|
IDTag: '@telus-uds/palette-allium/build/web/icons/idtag.icon.svg',
|
|
225
|
+
IOSEN: '@telus-uds/palette-allium/build/web/icons/iosen.icon.svg',
|
|
226
|
+
IOSFR: '@telus-uds/palette-allium/build/web/icons/iosfr.icon.svg',
|
|
227
|
+
IdCard: '@telus-uds/palette-allium/build/web/icons/id-card.icon.svg',
|
|
213
228
|
Infinite: '@telus-uds/palette-allium/build/web/icons/infinite.icon.svg',
|
|
214
229
|
Information: '@telus-uds/palette-allium/build/web/icons/information.icon.svg',
|
|
215
230
|
Internet: '@telus-uds/palette-allium/build/web/icons/internet.icon.svg',
|
|
@@ -251,6 +266,8 @@ module.exports = {
|
|
|
251
266
|
NextGenFirewall: '@telus-uds/palette-allium/build/web/icons/next-gen-firewall.icon.svg',
|
|
252
267
|
NoContract: '@telus-uds/palette-allium/build/web/icons/no-contract.icon.svg',
|
|
253
268
|
NotifyBold: '@telus-uds/palette-allium/build/web/icons/notify-bold.icon.svg',
|
|
269
|
+
OffersBold: '@telus-uds/palette-allium/build/web/icons/offers-bold.icon.svg',
|
|
270
|
+
OffersSolid: '@telus-uds/palette-allium/build/web/icons/offers-solid.icon.svg',
|
|
254
271
|
Office: '@telus-uds/palette-allium/build/web/icons/office.icon.svg',
|
|
255
272
|
Offices: '@telus-uds/palette-allium/build/web/icons/offices.icon.svg',
|
|
256
273
|
OnDemand: '@telus-uds/palette-allium/build/web/icons/on-demand.icon.svg',
|
|
@@ -327,6 +344,7 @@ module.exports = {
|
|
|
327
344
|
TVChoiceAndFlexibility: '@telus-uds/palette-allium/build/web/icons/tvchoice-and-flexibility.icon.svg',
|
|
328
345
|
TVEntertainment: '@telus-uds/palette-allium/build/web/icons/tventertainment.icon.svg',
|
|
329
346
|
Tablet: '@telus-uds/palette-allium/build/web/icons/tablet.icon.svg',
|
|
347
|
+
Tag: '@telus-uds/palette-allium/build/web/icons/tag.icon.svg',
|
|
330
348
|
Target: '@telus-uds/palette-allium/build/web/icons/target.icon.svg',
|
|
331
349
|
Tasks: '@telus-uds/palette-allium/build/web/icons/tasks.icon.svg',
|
|
332
350
|
Teapot: '@telus-uds/palette-allium/build/web/icons/teapot.icon.svg',
|
|
@@ -344,6 +362,7 @@ module.exports = {
|
|
|
344
362
|
UploadToCloud: '@telus-uds/palette-allium/build/web/icons/upload-to-cloud.icon.svg',
|
|
345
363
|
UsbCable: '@telus-uds/palette-allium/build/web/icons/usb-cable.icon.svg',
|
|
346
364
|
User: '@telus-uds/palette-allium/build/web/icons/user.icon.svg',
|
|
365
|
+
UserAdd: '@telus-uds/palette-allium/build/web/icons/user-add.icon.svg',
|
|
347
366
|
UserAddBold: '@telus-uds/palette-allium/build/web/icons/user-add-bold.icon.svg',
|
|
348
367
|
Users: '@telus-uds/palette-allium/build/web/icons/users.icon.svg',
|
|
349
368
|
VideoCall: '@telus-uds/palette-allium/build/web/icons/video-call.icon.svg',
|
|
@@ -418,6 +437,7 @@ module.exports = {
|
|
|
418
437
|
size144: '144px',
|
|
419
438
|
size15: '15px',
|
|
420
439
|
size16: '16px',
|
|
440
|
+
size162: '162px',
|
|
421
441
|
size168: '168px',
|
|
422
442
|
size18: '18px',
|
|
423
443
|
size184: '184px',
|
|
@@ -443,6 +463,7 @@ module.exports = {
|
|
|
443
463
|
size48: '48px',
|
|
444
464
|
size480: '480px',
|
|
445
465
|
size5: '5px',
|
|
466
|
+
size52: '52px',
|
|
446
467
|
size53: '53px',
|
|
447
468
|
size544: '544px',
|
|
448
469
|
size56: '56px',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@telus-uds/palette-allium",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.2.0",
|
|
4
4
|
"description": "Telus(Allium) palette",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"keywords": [
|
|
@@ -27,6 +27,6 @@
|
|
|
27
27
|
"url": "https://github.com/telus/allium-design-system/issues"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@telus-uds/system-tokens": "^0.9.
|
|
30
|
+
"@telus-uds/system-tokens": "^0.9.2"
|
|
31
31
|
}
|
|
32
32
|
}
|
package/palette.json
CHANGED
|
@@ -208,7 +208,7 @@
|
|
|
208
208
|
"purpleLight": {
|
|
209
209
|
"description": "Purple Light",
|
|
210
210
|
"tags": ["global", "light"],
|
|
211
|
-
"value": "#
|
|
211
|
+
"value": "#EFEDFF"
|
|
212
212
|
},
|
|
213
213
|
"purpleTelus": {
|
|
214
214
|
"description": "TELUS Purple",
|
|
@@ -428,6 +428,14 @@
|
|
|
428
428
|
"tags": ["Decorative", "General"],
|
|
429
429
|
"value": "icon/amex.svg"
|
|
430
430
|
},
|
|
431
|
+
"AndroidEN": {
|
|
432
|
+
"tags": ["General"],
|
|
433
|
+
"value": "icon/android-en.svg"
|
|
434
|
+
},
|
|
435
|
+
"AndroidFR": {
|
|
436
|
+
"tags": ["General"],
|
|
437
|
+
"value": "icon/android-fr.svg"
|
|
438
|
+
},
|
|
431
439
|
"ArrowDown": {
|
|
432
440
|
"tags": ["Decorative", "General"],
|
|
433
441
|
"value": "icon/arrow-down.svg"
|
|
@@ -480,6 +488,14 @@
|
|
|
480
488
|
"tags": ["Decorative", "General"],
|
|
481
489
|
"value": "icon/bank.svg"
|
|
482
490
|
},
|
|
491
|
+
"BasketBold": {
|
|
492
|
+
"tags": ["Interface", "My TELUS App"],
|
|
493
|
+
"value": "icon/basket-bold.svg"
|
|
494
|
+
},
|
|
495
|
+
"BasketSolid": {
|
|
496
|
+
"tags": ["Interface", "My TELUS App"],
|
|
497
|
+
"value": "icon/basket-solid.svg"
|
|
498
|
+
},
|
|
483
499
|
"BatteryCar": {
|
|
484
500
|
"tags": ["Decorative", "General"],
|
|
485
501
|
"value": "icon/battery-car.svg"
|
|
@@ -496,6 +512,14 @@
|
|
|
496
512
|
"tags": ["Decorative", "General"],
|
|
497
513
|
"value": "icon/bill.svg"
|
|
498
514
|
},
|
|
515
|
+
"BillingBold": {
|
|
516
|
+
"tags": ["Interface", "My TELUS App"],
|
|
517
|
+
"value": "icon/billing-bold.svg"
|
|
518
|
+
},
|
|
519
|
+
"BillingSolid": {
|
|
520
|
+
"tags": ["Interface", "My TELUS App"],
|
|
521
|
+
"value": "icon/billing-solid.svg"
|
|
522
|
+
},
|
|
499
523
|
"Bookmark": {
|
|
500
524
|
"tags": ["Decorative", "General"],
|
|
501
525
|
"value": "icon/bookmark.svg"
|
|
@@ -576,6 +600,14 @@
|
|
|
576
600
|
"tags": ["Decorative", "General"],
|
|
577
601
|
"value": "icon/charts-bar-2.svg"
|
|
578
602
|
},
|
|
603
|
+
"ChartsBar3Bold": {
|
|
604
|
+
"tags": ["Interface", "My TELUS App"],
|
|
605
|
+
"value": "icon/charts-bar-3-bold.svg"
|
|
606
|
+
},
|
|
607
|
+
"ChartsBar3Solid": {
|
|
608
|
+
"tags": ["Interface", "My TELUS App"],
|
|
609
|
+
"value": "icon/charts-bar-3-solid.svg"
|
|
610
|
+
},
|
|
579
611
|
"ChartsLine": {
|
|
580
612
|
"tags": ["Decorative", "General"],
|
|
581
613
|
"value": "icon/charts-line.svg"
|
|
@@ -588,6 +620,14 @@
|
|
|
588
620
|
"tags": ["Decorative", "General"],
|
|
589
621
|
"value": "icon/chat-2.svg"
|
|
590
622
|
},
|
|
623
|
+
"ChatHappyBold": {
|
|
624
|
+
"tags": ["Interface", "My TELUS App"],
|
|
625
|
+
"value": "icon/chat-happy-bold.svg"
|
|
626
|
+
},
|
|
627
|
+
"ChatHappySolid": {
|
|
628
|
+
"tags": ["Interface", "My TELUS App"],
|
|
629
|
+
"value": "icon/chat-happy-solid.svg"
|
|
630
|
+
},
|
|
591
631
|
"ChatSupport": {
|
|
592
632
|
"tags": ["Decorative", "General"],
|
|
593
633
|
"value": "icon/chat-support.svg"
|
|
@@ -848,10 +888,30 @@
|
|
|
848
888
|
"tags": ["Decorative", "ProductsServices"],
|
|
849
889
|
"value": "icon/home-security.svg"
|
|
850
890
|
},
|
|
891
|
+
"HouseBold": {
|
|
892
|
+
"tags": ["Interface", "My TELUS App"],
|
|
893
|
+
"value": "icon/house-bold.svg"
|
|
894
|
+
},
|
|
895
|
+
"HouseSolid": {
|
|
896
|
+
"tags": ["Interface", "My TELUS App"],
|
|
897
|
+
"value": "icon/house-solid.svg"
|
|
898
|
+
},
|
|
851
899
|
"IDTag": {
|
|
852
900
|
"tags": ["Decorative", "General"],
|
|
853
901
|
"value": "icon/id-tag.svg"
|
|
854
902
|
},
|
|
903
|
+
"IOSEN": {
|
|
904
|
+
"tags": ["General"],
|
|
905
|
+
"value": "icon/ios-en.svg"
|
|
906
|
+
},
|
|
907
|
+
"IOSFR": {
|
|
908
|
+
"tags": ["General"],
|
|
909
|
+
"value": "icon/ios-fr.svg"
|
|
910
|
+
},
|
|
911
|
+
"IdCard": {
|
|
912
|
+
"tags": ["Decorative", "General"],
|
|
913
|
+
"value": "icon/id-card.svg"
|
|
914
|
+
},
|
|
855
915
|
"Infinite": {
|
|
856
916
|
"tags": ["Decorative", "General"],
|
|
857
917
|
"value": "icon/infinite.svg"
|
|
@@ -1015,6 +1075,14 @@
|
|
|
1015
1075
|
"tags": ["Interface", "NavButton"],
|
|
1016
1076
|
"value": "icon/notify-bold.svg"
|
|
1017
1077
|
},
|
|
1078
|
+
"OffersBold": {
|
|
1079
|
+
"tags": ["Interface", "My TELUS App"],
|
|
1080
|
+
"value": "icon/offers-bold.svg"
|
|
1081
|
+
},
|
|
1082
|
+
"OffersSolid": {
|
|
1083
|
+
"tags": ["Interface", "My TELUS App"],
|
|
1084
|
+
"value": "icon/offers-solid.svg"
|
|
1085
|
+
},
|
|
1018
1086
|
"Office": {
|
|
1019
1087
|
"tags": ["Decorative", "General"],
|
|
1020
1088
|
"value": "icon/office.svg"
|
|
@@ -1319,6 +1387,10 @@
|
|
|
1319
1387
|
"tags": ["Decorative", "General"],
|
|
1320
1388
|
"value": "icon/tablet.svg"
|
|
1321
1389
|
},
|
|
1390
|
+
"Tag": {
|
|
1391
|
+
"tags": ["Decorative", "ProductsServices"],
|
|
1392
|
+
"value": "icon/tag.svg"
|
|
1393
|
+
},
|
|
1322
1394
|
"Target": {
|
|
1323
1395
|
"tags": ["Decorative", "General"],
|
|
1324
1396
|
"value": "icon/target.svg"
|
|
@@ -1387,6 +1459,10 @@
|
|
|
1387
1459
|
"tags": ["Decorative", "General"],
|
|
1388
1460
|
"value": "icon/user.svg"
|
|
1389
1461
|
},
|
|
1462
|
+
"UserAdd": {
|
|
1463
|
+
"tags": ["Decorative", "General"],
|
|
1464
|
+
"value": "icon/user-add.svg"
|
|
1465
|
+
},
|
|
1390
1466
|
"UserAddBold": {
|
|
1391
1467
|
"tags": ["Interface", "NavButton"],
|
|
1392
1468
|
"value": "icon/user-add-bold.svg"
|
|
@@ -1674,6 +1750,9 @@
|
|
|
1674
1750
|
"size16": {
|
|
1675
1751
|
"value": 16
|
|
1676
1752
|
},
|
|
1753
|
+
"size162": {
|
|
1754
|
+
"value": 162
|
|
1755
|
+
},
|
|
1677
1756
|
"size168": {
|
|
1678
1757
|
"description": "168 is the image size for xl screen size on the QuickLinksFeature component",
|
|
1679
1758
|
"value": 168
|
|
@@ -1761,6 +1840,9 @@
|
|
|
1761
1840
|
"size5": {
|
|
1762
1841
|
"value": 5
|
|
1763
1842
|
},
|
|
1843
|
+
"size52": {
|
|
1844
|
+
"value": 52
|
|
1845
|
+
},
|
|
1764
1846
|
"size53": {
|
|
1765
1847
|
"value": 53
|
|
1766
1848
|
},
|
|
File without changes
|
/package/build/web/fonts/{HNforTELUSSA-Display-v3_0_0.otf → HNforTELUSSA-Display-v3_2_0.otf}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|