@telus-uds/palette-allium 1.0.0-prerelease.2 → 1.0.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.md +32 -0
- package/build/android/border.xml +2 -2
- package/build/android/color.xml +31 -30
- package/build/android/font_size.xml +1 -1
- package/build/android/radius.xml +3 -3
- package/build/android/size.xml +11 -9
- package/build/ios/Border.swift +1 -1
- package/build/ios/Color.swift +2 -1
- package/build/ios/FontSize.swift +1 -1
- package/build/ios/Radius.swift +1 -1
- package/build/ios/Size.swift +3 -1
- package/build/rn/fonts/HelveticaNow-300.otf +0 -0
- package/build/rn/fonts/HelveticaNow-400.otf +0 -0
- package/build/rn/fonts/HelveticaNow-500.otf +0 -0
- package/build/rn/fonts/HelveticaNow-700.otf +0 -0
- package/build/rn/icons/index.js +214 -640
- package/build/rn/palette.js +198 -159
- package/build/web/fonts/fonts-cdn-family.css +4 -4
- package/build/web/fonts/fonts-cdn.css +4 -4
- package/build/web/fonts/fonts-local-family.css +4 -4
- package/build/web/fonts/fonts-local.css +4 -4
- package/build/web/fonts/v1_0_0-prerelease_2-HelveticaNow-300-sEXquV0-DxeUjUK_LEVH2.otf +0 -0
- package/build/web/fonts/v1_0_0-prerelease_2-HelveticaNow-400-vOt-crayiiC5ByzyVGdey.otf +0 -0
- package/build/web/fonts/v1_0_0-prerelease_2-HelveticaNow-500-Xbph8eEbYo6U-ShDC7ixx.otf +0 -0
- package/build/web/fonts/v1_0_0-prerelease_2-HelveticaNow-700-XVlDzqg5sr81ujefoaDWu.otf +0 -0
- package/build/web/icons/index.js +214 -640
- package/build/web/palette.js +130 -124
- package/package.json +2 -2
- package/build/web/fonts/v1_0_0-prerelease_1-HelveticaNow-300-cYJbOK5Wjb0gWM6k_Jo2e.otf +0 -0
- package/build/web/fonts/v1_0_0-prerelease_1-HelveticaNow-400-gropvn5vwjTQ5_DIAlEg3.otf +0 -0
- package/build/web/fonts/v1_0_0-prerelease_1-HelveticaNow-500-WmJJ0xZA_Z-ecjdH21pwC.otf +0 -0
- package/build/web/fonts/v1_0_0-prerelease_1-HelveticaNow-700-ZVeBMUkNq0wZu_Vgd2Iuj.otf +0 -0
package/build/web/palette.js
CHANGED
|
@@ -1,55 +1,67 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Thu,
|
|
3
|
+
* Generated on Thu, 03 Feb 2022 17:36:27 GMT
|
|
4
4
|
*/
|
|
5
5
|
module.exports = {
|
|
6
|
+
border: {
|
|
7
|
+
border1: '1px',
|
|
8
|
+
border2: '2px',
|
|
9
|
+
border3: '3px',
|
|
10
|
+
border4: '4px',
|
|
11
|
+
none: '0px'
|
|
12
|
+
},
|
|
6
13
|
color: {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
14
|
+
amber: '#faca69',
|
|
15
|
+
amberDark: '#b4872c',
|
|
16
|
+
amberLight: '#fff9ee',
|
|
17
|
+
bgModal: 'rgba(244, 244, 247, 0.97)',
|
|
18
|
+
dark10: 'rgba(0, 0, 0, 0.1)',
|
|
19
|
+
dark20: 'rgba(0, 0, 0, 0.2)',
|
|
20
|
+
dark40: 'rgba(0, 0, 0, 0.4)',
|
|
21
|
+
dark60: 'rgba(0, 0, 0, 0.6)',
|
|
22
|
+
dark80: 'rgba(0, 0, 0, 0.8)',
|
|
23
|
+
dark97: 'rgba(0, 0, 0, 0.97)',
|
|
12
24
|
greenAccessible: '#2b8000',
|
|
13
25
|
greenDarkFern: '#163e06',
|
|
26
|
+
greenPanache: '#f4f9f2',
|
|
14
27
|
greenSanFelix: '#1f5c09',
|
|
15
|
-
|
|
28
|
+
greenTelus: '#66cc00',
|
|
16
29
|
greenTusk: '#e3f6d1',
|
|
17
|
-
|
|
18
|
-
|
|
30
|
+
greenYellow: '#bfe797',
|
|
31
|
+
greyAlabaster: '#fafafa',
|
|
32
|
+
greyAthens: '#f4f4f7',
|
|
19
33
|
greyCharcoal: '#414547',
|
|
20
|
-
greyShuttle: '#676e73',
|
|
21
34
|
greyCloud: '#b2b9bf',
|
|
22
35
|
greyMystic: '#e3e6e8',
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
36
|
+
greyShuttle: '#676e73',
|
|
37
|
+
greyThunder: '#2c2e30',
|
|
38
|
+
light10: 'rgba(255, 255, 255, 0.1)',
|
|
39
|
+
light20: 'rgba(255, 255, 255, 0.2)',
|
|
40
|
+
light40: 'rgba(255, 255, 255, 0.4)',
|
|
41
|
+
light60: 'rgba(255, 255, 255, 0.6)',
|
|
42
|
+
light80: 'rgba(255, 255, 255, 0.8)',
|
|
43
|
+
light97: 'rgba(255, 255, 255, 0.97)',
|
|
44
|
+
purpleDark: '#3f2a54',
|
|
45
|
+
purpleDeluge: '#7c53a5',
|
|
46
|
+
purpleEminence: '#613889',
|
|
47
|
+
purpleTelus: '#4b286d',
|
|
27
48
|
red: '#e12339',
|
|
49
|
+
redDark: '#c12335',
|
|
50
|
+
redDarker: '#560c0c',
|
|
28
51
|
redLight: '#fff6f8',
|
|
29
|
-
amberDark: '#b4872c',
|
|
30
|
-
amber: '#faca69',
|
|
31
|
-
amberLight: '#fff9ee',
|
|
32
|
-
light97: 'rgba(255, 255, 255, 0.97)',
|
|
33
|
-
light80: 'rgba(255, 255, 255, 0.8)',
|
|
34
|
-
light60: 'rgba(255, 255, 255, 0.6)',
|
|
35
|
-
light40: 'rgba(255, 255, 255, 0.4)',
|
|
36
|
-
light20: 'rgba(255, 255, 255, 0.2)',
|
|
37
|
-
light10: 'rgba(255, 255, 255, 0.1)',
|
|
38
|
-
dark97: 'rgba(0, 0, 0, 0.97)',
|
|
39
|
-
dark80: 'rgba(0, 0, 0, 0.8)',
|
|
40
|
-
dark60: 'rgba(0, 0, 0, 0.6)',
|
|
41
|
-
dark40: 'rgba(0, 0, 0, 0.4)',
|
|
42
|
-
dark20: 'rgba(0, 0, 0, 0.2)',
|
|
43
|
-
dark10: 'rgba(0, 0, 0, 0.1)',
|
|
44
52
|
transparent: 'rgba(0, 0, 0, 0)',
|
|
45
|
-
|
|
53
|
+
white: '#ffffff'
|
|
54
|
+
},
|
|
55
|
+
duration: {
|
|
56
|
+
duration250: 250,
|
|
57
|
+
duration300: 300
|
|
46
58
|
},
|
|
47
59
|
font: {
|
|
48
60
|
HelveticaNow: {
|
|
49
|
-
300: 'https://cdn.telus.digital/uds/v1_0_0-
|
|
50
|
-
400: 'https://cdn.telus.digital/uds/v1_0_0-
|
|
51
|
-
500: 'https://cdn.telus.digital/uds/v1_0_0-
|
|
52
|
-
700: 'https://cdn.telus.digital/uds/v1_0_0-
|
|
61
|
+
300: 'https://cdn.telus.digital/uds/v1_0_0-prerelease_2-HelveticaNow-300-sEXquV0-DxeUjUK_LEVH2.otf',
|
|
62
|
+
400: 'https://cdn.telus.digital/uds/v1_0_0-prerelease_2-HelveticaNow-400-vOt-crayiiC5ByzyVGdey.otf',
|
|
63
|
+
500: 'https://cdn.telus.digital/uds/v1_0_0-prerelease_2-HelveticaNow-500-Xbph8eEbYo6U-ShDC7ixx.otf',
|
|
64
|
+
700: 'https://cdn.telus.digital/uds/v1_0_0-prerelease_2-HelveticaNow-700-XVlDzqg5sr81ujefoaDWu.otf'
|
|
53
65
|
}
|
|
54
66
|
},
|
|
55
67
|
fontSize: {
|
|
@@ -64,83 +76,12 @@ module.exports = {
|
|
|
64
76
|
size56: '3.5rem',
|
|
65
77
|
size64: '4rem'
|
|
66
78
|
},
|
|
67
|
-
size: {
|
|
68
|
-
size0: '0px',
|
|
69
|
-
size2: '2px',
|
|
70
|
-
size4: '4px',
|
|
71
|
-
size8: '8px',
|
|
72
|
-
size10: '10px',
|
|
73
|
-
size12: '12px',
|
|
74
|
-
size16: '16px',
|
|
75
|
-
size20: '20px',
|
|
76
|
-
size24: '24px',
|
|
77
|
-
size28: '28px',
|
|
78
|
-
size32: '32px',
|
|
79
|
-
size36: '36px',
|
|
80
|
-
size40: '40px',
|
|
81
|
-
size44: '44px',
|
|
82
|
-
size48: '48px',
|
|
83
|
-
size64: '64px',
|
|
84
|
-
size72: '72px',
|
|
85
|
-
size80: '80px',
|
|
86
|
-
size96: '96px',
|
|
87
|
-
size120: '120px',
|
|
88
|
-
size144: '144px',
|
|
89
|
-
size192: '192px',
|
|
90
|
-
size264: '264px',
|
|
91
|
-
size288: '288px'
|
|
92
|
-
},
|
|
93
|
-
radius: {
|
|
94
|
-
none: '0px',
|
|
95
|
-
radius1: '1px',
|
|
96
|
-
radius4: '4px',
|
|
97
|
-
radius6: '6px',
|
|
98
|
-
radius8: '8px',
|
|
99
|
-
radius12: '12px',
|
|
100
|
-
pill32: '32px'
|
|
101
|
-
},
|
|
102
|
-
border: {
|
|
103
|
-
none: '0px',
|
|
104
|
-
border1: '1px',
|
|
105
|
-
border2: '2px',
|
|
106
|
-
border3: '3px',
|
|
107
|
-
border4: '4px'
|
|
108
|
-
},
|
|
109
|
-
lineHeight: {
|
|
110
|
-
ratio1to1: 1,
|
|
111
|
-
ratio3to2: 1.5,
|
|
112
|
-
ratio4to3: 1.33333333333,
|
|
113
|
-
ratio5to4: 1.25,
|
|
114
|
-
ratio6to5: 1.2,
|
|
115
|
-
ratio7to5: 1.4,
|
|
116
|
-
ratio8to5: 1.6,
|
|
117
|
-
ratio8to7: 1.14285714286,
|
|
118
|
-
ratio9to7: 1.28571428571,
|
|
119
|
-
ratio10to7: 1.42857142857,
|
|
120
|
-
ratio9to8: 1.125,
|
|
121
|
-
ratio11to9: 1.22222222222
|
|
122
|
-
},
|
|
123
|
-
letterSpacing: {
|
|
124
|
-
loose: -0.017,
|
|
125
|
-
medium: -0.035,
|
|
126
|
-
condensed: -0.039
|
|
127
|
-
},
|
|
128
79
|
gradient: {
|
|
80
|
+
base: 'radial-gradient(44.58% 44.58% at 81.13% 36.79%, #ffffff 0%, #f4f4f7 100%)',
|
|
81
|
+
brand: 'linear-gradient(135deg, #4b286d, 75%, #613889)',
|
|
129
82
|
green: 'linear-gradient(135deg, #00784a, 75%, #66cc00)',
|
|
130
83
|
purple: 'linear-gradient(135deg, #4b286d, 75%, #e53293)'
|
|
131
84
|
},
|
|
132
|
-
shadow: {
|
|
133
|
-
elevation1: '0px 4px 8px 0px rgba(0, 0, 0, 0.1)',
|
|
134
|
-
elevation2: '0px 12px 12px 0px rgba(0, 0, 0, 0.03)',
|
|
135
|
-
elevation3: '0px 32px 32px 0px rgba(0, 0, 0, 0.03)',
|
|
136
|
-
surfaceInset: '0px 2px 2px 0px inset rgba(0, 0, 0, 0.1)',
|
|
137
|
-
surfaceRaised: '0px 2px 2px 0px rgba(0, 0, 0, 0.1)'
|
|
138
|
-
},
|
|
139
|
-
opacity: {},
|
|
140
|
-
duration: {
|
|
141
|
-
duration300: 300,
|
|
142
|
-
duration250: 250
|
|
143
|
-
},
|
|
144
85
|
icon: {
|
|
145
86
|
Accessible: '@telus-uds/palette-allium/build/web/icons/accessible.icon.svg',
|
|
146
87
|
Add: '@telus-uds/palette-allium/build/web/icons/add.icon.svg',
|
|
@@ -154,9 +95,9 @@ module.exports = {
|
|
|
154
95
|
ArtificialIntelligence: '@telus-uds/palette-allium/build/web/icons/artificial-intelligence.icon.svg',
|
|
155
96
|
Attention: '@telus-uds/palette-allium/build/web/icons/attention.icon.svg',
|
|
156
97
|
Award: '@telus-uds/palette-allium/build/web/icons/award.icon.svg',
|
|
98
|
+
Baby: '@telus-uds/palette-allium/build/web/icons/baby.icon.svg',
|
|
157
99
|
BabyBoy: '@telus-uds/palette-allium/build/web/icons/baby-boy.icon.svg',
|
|
158
100
|
BabyGirl: '@telus-uds/palette-allium/build/web/icons/baby-girl.icon.svg',
|
|
159
|
-
Baby: '@telus-uds/palette-allium/build/web/icons/baby.icon.svg',
|
|
160
101
|
BackToSchool: '@telus-uds/palette-allium/build/web/icons/back-to-school.icon.svg',
|
|
161
102
|
Bank: '@telus-uds/palette-allium/build/web/icons/bank.icon.svg',
|
|
162
103
|
BatteryCar: '@telus-uds/palette-allium/build/web/icons/battery-car.icon.svg',
|
|
@@ -167,11 +108,11 @@ module.exports = {
|
|
|
167
108
|
Briefcase: '@telus-uds/palette-allium/build/web/icons/briefcase.icon.svg',
|
|
168
109
|
BulletFill: '@telus-uds/palette-allium/build/web/icons/bullet-fill.icon.svg',
|
|
169
110
|
Calendar: '@telus-uds/palette-allium/build/web/icons/calendar.icon.svg',
|
|
111
|
+
Call: '@telus-uds/palette-allium/build/web/icons/call.icon.svg',
|
|
170
112
|
CallForward: '@telus-uds/palette-allium/build/web/icons/call-forward.icon.svg',
|
|
171
113
|
CallOut: '@telus-uds/palette-allium/build/web/icons/call-out.icon.svg',
|
|
172
114
|
CallReceive: '@telus-uds/palette-allium/build/web/icons/call-receive.icon.svg',
|
|
173
115
|
CallTalking: '@telus-uds/palette-allium/build/web/icons/call-talking.icon.svg',
|
|
174
|
-
Call: '@telus-uds/palette-allium/build/web/icons/call.icon.svg',
|
|
175
116
|
Camera: '@telus-uds/palette-allium/build/web/icons/camera.icon.svg',
|
|
176
117
|
Car: '@telus-uds/palette-allium/build/web/icons/car.icon.svg',
|
|
177
118
|
CaretDown: '@telus-uds/palette-allium/build/web/icons/caret-down.icon.svg',
|
|
@@ -234,8 +175,8 @@ module.exports = {
|
|
|
234
175
|
Heart: '@telus-uds/palette-allium/build/web/icons/heart.icon.svg',
|
|
235
176
|
Heartbeat: '@telus-uds/palette-allium/build/web/icons/heartbeat.icon.svg',
|
|
236
177
|
Helpdesk: '@telus-uds/palette-allium/build/web/icons/helpdesk.icon.svg',
|
|
237
|
-
HomeSecurity: '@telus-uds/palette-allium/build/web/icons/home-security.icon.svg',
|
|
238
178
|
Home: '@telus-uds/palette-allium/build/web/icons/home.icon.svg',
|
|
179
|
+
HomeSecurity: '@telus-uds/palette-allium/build/web/icons/home-security.icon.svg',
|
|
239
180
|
IDTag: '@telus-uds/palette-allium/build/web/icons/idtag.icon.svg',
|
|
240
181
|
Infinite: '@telus-uds/palette-allium/build/web/icons/infinite.icon.svg',
|
|
241
182
|
Information: '@telus-uds/palette-allium/build/web/icons/information.icon.svg',
|
|
@@ -278,22 +219,24 @@ module.exports = {
|
|
|
278
219
|
Paperless: '@telus-uds/palette-allium/build/web/icons/paperless.icon.svg',
|
|
279
220
|
Passport: '@telus-uds/palette-allium/build/web/icons/passport.icon.svg',
|
|
280
221
|
Pause: '@telus-uds/palette-allium/build/web/icons/pause.icon.svg',
|
|
222
|
+
Phone: '@telus-uds/palette-allium/build/web/icons/phone.icon.svg',
|
|
281
223
|
PhoneBusiness: '@telus-uds/palette-allium/build/web/icons/phone-business.icon.svg',
|
|
282
224
|
PhoneHome: '@telus-uds/palette-allium/build/web/icons/phone-home.icon.svg',
|
|
283
225
|
PhoneReception: '@telus-uds/palette-allium/build/web/icons/phone-reception.icon.svg',
|
|
284
|
-
Phone: '@telus-uds/palette-allium/build/web/icons/phone.icon.svg',
|
|
285
226
|
Photo: '@telus-uds/palette-allium/build/web/icons/photo.icon.svg',
|
|
286
227
|
Photos: '@telus-uds/palette-allium/build/web/icons/photos.icon.svg',
|
|
287
228
|
PiggyBank: '@telus-uds/palette-allium/build/web/icons/piggy-bank.icon.svg',
|
|
288
229
|
PikTV: '@telus-uds/palette-allium/build/web/icons/pik-tv.icon.svg',
|
|
289
|
-
PlaySolid: '@telus-uds/palette-allium/build/web/icons/play-solid.icon.svg',
|
|
290
230
|
Play: '@telus-uds/palette-allium/build/web/icons/play.icon.svg',
|
|
231
|
+
PlaySolid: '@telus-uds/palette-allium/build/web/icons/play-solid.icon.svg',
|
|
291
232
|
PlayVideo: '@telus-uds/palette-allium/build/web/icons/play-video.icon.svg',
|
|
292
233
|
Preference: '@telus-uds/palette-allium/build/web/icons/preference.icon.svg',
|
|
293
234
|
Print: '@telus-uds/palette-allium/build/web/icons/print.icon.svg',
|
|
294
235
|
PrivateCloud: '@telus-uds/palette-allium/build/web/icons/private-cloud.icon.svg',
|
|
295
236
|
Profile: '@telus-uds/palette-allium/build/web/icons/profile.icon.svg',
|
|
296
237
|
ProfileBold: '@telus-uds/palette-allium/build/web/icons/profile-bold.icon.svg',
|
|
238
|
+
Question: '@telus-uds/palette-allium/build/web/icons/question.icon.svg',
|
|
239
|
+
QuoteLeft: '@telus-uds/palette-allium/build/web/icons/quote-left.icon.svg',
|
|
297
240
|
Radar: '@telus-uds/palette-allium/build/web/icons/radar.icon.svg',
|
|
298
241
|
Receipt: '@telus-uds/palette-allium/build/web/icons/receipt.icon.svg',
|
|
299
242
|
Record: '@telus-uds/palette-allium/build/web/icons/record.icon.svg',
|
|
@@ -310,25 +253,27 @@ module.exports = {
|
|
|
310
253
|
Server: '@telus-uds/palette-allium/build/web/icons/server.icon.svg',
|
|
311
254
|
ServiceTruck: '@telus-uds/palette-allium/build/web/icons/service-truck.icon.svg',
|
|
312
255
|
Settings: '@telus-uds/palette-allium/build/web/icons/settings.icon.svg',
|
|
313
|
-
SettingsSolid: '@telus-uds/palette-allium/build/web/icons/settings-solid.icon.svg',
|
|
314
256
|
SettingsBold: '@telus-uds/palette-allium/build/web/icons/settings-bold.icon.svg',
|
|
257
|
+
SettingsSolid: '@telus-uds/palette-allium/build/web/icons/settings-solid.icon.svg',
|
|
315
258
|
SharedAccount: '@telus-uds/palette-allium/build/web/icons/shared-account.icon.svg',
|
|
316
259
|
Shop: '@telus-uds/palette-allium/build/web/icons/shop.icon.svg',
|
|
317
260
|
SignPost: '@telus-uds/palette-allium/build/web/icons/sign-post.icon.svg',
|
|
318
261
|
Signal: '@telus-uds/palette-allium/build/web/icons/signal.icon.svg',
|
|
319
262
|
SimCard: '@telus-uds/palette-allium/build/web/icons/sim-card.icon.svg',
|
|
320
263
|
Soccer: '@telus-uds/palette-allium/build/web/icons/soccer.icon.svg',
|
|
321
|
-
SpeakerPhone: '@telus-uds/palette-allium/build/web/icons/speaker-phone.icon.svg',
|
|
322
264
|
Speaker: '@telus-uds/palette-allium/build/web/icons/speaker.icon.svg',
|
|
323
|
-
|
|
265
|
+
SpeakerPhone: '@telus-uds/palette-allium/build/web/icons/speaker-phone.icon.svg',
|
|
324
266
|
Speed: '@telus-uds/palette-allium/build/web/icons/speed.icon.svg',
|
|
267
|
+
SpeedReduced: '@telus-uds/palette-allium/build/web/icons/speed-reduced.icon.svg',
|
|
268
|
+
StatusError: '@telus-uds/palette-allium/build/web/icons/status-error.icon.svg',
|
|
269
|
+
StatusSuccess: '@telus-uds/palette-allium/build/web/icons/status-success.icon.svg',
|
|
270
|
+
StatusWarning: '@telus-uds/palette-allium/build/web/icons/status-warning.icon.svg',
|
|
325
271
|
Subtract: '@telus-uds/palette-allium/build/web/icons/subtract.icon.svg',
|
|
326
272
|
Success: '@telus-uds/palette-allium/build/web/icons/success.icon.svg',
|
|
327
273
|
Suitcase: '@telus-uds/palette-allium/build/web/icons/suitcase.icon.svg',
|
|
328
274
|
Support: '@telus-uds/palette-allium/build/web/icons/support.icon.svg',
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
StatusWarning: '@telus-uds/palette-allium/build/web/icons/status-warning.icon.svg',
|
|
275
|
+
TV: '@telus-uds/palette-allium/build/web/icons/tv.icon.svg',
|
|
276
|
+
TVChoiceAndFlexibility: '@telus-uds/palette-allium/build/web/icons/tvchoice-and-flexibility.icon.svg',
|
|
332
277
|
Tablet: '@telus-uds/palette-allium/build/web/icons/tablet.icon.svg',
|
|
333
278
|
Target: '@telus-uds/palette-allium/build/web/icons/target.icon.svg',
|
|
334
279
|
Tasks: '@telus-uds/palette-allium/build/web/icons/tasks.icon.svg',
|
|
@@ -337,11 +282,9 @@ module.exports = {
|
|
|
337
282
|
Times: '@telus-uds/palette-allium/build/web/icons/times.icon.svg',
|
|
338
283
|
TowTruck: '@telus-uds/palette-allium/build/web/icons/tow-truck.icon.svg',
|
|
339
284
|
Transmitter: '@telus-uds/palette-allium/build/web/icons/transmitter.icon.svg',
|
|
340
|
-
TVChoiceAndFlexibility: '@telus-uds/palette-allium/build/web/icons/tvchoice-and-flexibility.icon.svg',
|
|
341
|
-
TV: '@telus-uds/palette-allium/build/web/icons/tv.icon.svg',
|
|
342
285
|
Unmuted: '@telus-uds/palette-allium/build/web/icons/unmuted.icon.svg',
|
|
343
|
-
UploadToCloud: '@telus-uds/palette-allium/build/web/icons/upload-to-cloud.icon.svg',
|
|
344
286
|
Upload: '@telus-uds/palette-allium/build/web/icons/upload.icon.svg',
|
|
287
|
+
UploadToCloud: '@telus-uds/palette-allium/build/web/icons/upload-to-cloud.icon.svg',
|
|
345
288
|
UsbCable: '@telus-uds/palette-allium/build/web/icons/usb-cable.icon.svg',
|
|
346
289
|
User: '@telus-uds/palette-allium/build/web/icons/user.icon.svg',
|
|
347
290
|
UserAddBold: '@telus-uds/palette-allium/build/web/icons/user-add-bold.icon.svg',
|
|
@@ -352,8 +295,71 @@ module.exports = {
|
|
|
352
295
|
Warranty: '@telus-uds/palette-allium/build/web/icons/warranty.icon.svg',
|
|
353
296
|
Watch: '@telus-uds/palette-allium/build/web/icons/watch.icon.svg',
|
|
354
297
|
WifiBoost: '@telus-uds/palette-allium/build/web/icons/wifi-boost.icon.svg',
|
|
355
|
-
WifiCloud: '@telus-uds/palette-allium/build/web/icons/wifi-cloud.icon.svg'
|
|
356
|
-
|
|
357
|
-
|
|
298
|
+
WifiCloud: '@telus-uds/palette-allium/build/web/icons/wifi-cloud.icon.svg'
|
|
299
|
+
},
|
|
300
|
+
letterSpacing: {
|
|
301
|
+
condensed: -0.039,
|
|
302
|
+
loose: -0.017,
|
|
303
|
+
medium: -0.035
|
|
304
|
+
},
|
|
305
|
+
lineHeight: {
|
|
306
|
+
ratio10to7: 1.42857142857,
|
|
307
|
+
ratio11to9: 1.22222222222,
|
|
308
|
+
ratio1to1: 1,
|
|
309
|
+
ratio3to2: 1.5,
|
|
310
|
+
ratio4to3: 1.33333333333,
|
|
311
|
+
ratio5to4: 1.25,
|
|
312
|
+
ratio6to5: 1.2,
|
|
313
|
+
ratio7to5: 1.4,
|
|
314
|
+
ratio8to5: 1.6,
|
|
315
|
+
ratio8to7: 1.14285714286,
|
|
316
|
+
ratio9to7: 1.28571428571,
|
|
317
|
+
ratio9to8: 1.125
|
|
318
|
+
},
|
|
319
|
+
opacity: {},
|
|
320
|
+
radius: {
|
|
321
|
+
none: '0px',
|
|
322
|
+
pill32: '32px',
|
|
323
|
+
radius1: '1px',
|
|
324
|
+
radius12: '12px',
|
|
325
|
+
radius4: '4px',
|
|
326
|
+
radius6: '6px',
|
|
327
|
+
radius8: '8px'
|
|
328
|
+
},
|
|
329
|
+
shadow: {
|
|
330
|
+
elevation1: '0px 4px 8px 0px rgba(0, 0, 0, 0.1)',
|
|
331
|
+
elevation2: '0px 12px 12px 0px rgba(0, 0, 0, 0.03)',
|
|
332
|
+
elevation3: '0px 32px 32px 0px rgba(0, 0, 0, 0.03)',
|
|
333
|
+
surfaceEmboss: '0px 2px 2px 0px inset rgba(255, 255, 255, 0.8)',
|
|
334
|
+
surfaceInset: '0px 2px 2px 0px inset rgba(0, 0, 0, 0.1)',
|
|
335
|
+
surfaceRaised: '0px 2px 2px 0px rgba(0, 0, 0, 0.1)'
|
|
336
|
+
},
|
|
337
|
+
size: {
|
|
338
|
+
size0: '0px',
|
|
339
|
+
size1: '1px',
|
|
340
|
+
size10: '10px',
|
|
341
|
+
size12: '12px',
|
|
342
|
+
size120: '120px',
|
|
343
|
+
size144: '144px',
|
|
344
|
+
size16: '16px',
|
|
345
|
+
size192: '192px',
|
|
346
|
+
size2: '2px',
|
|
347
|
+
size20: '20px',
|
|
348
|
+
size24: '24px',
|
|
349
|
+
size264: '264px',
|
|
350
|
+
size28: '28px',
|
|
351
|
+
size288: '288px',
|
|
352
|
+
size3: '3px',
|
|
353
|
+
size32: '32px',
|
|
354
|
+
size36: '36px',
|
|
355
|
+
size4: '4px',
|
|
356
|
+
size40: '40px',
|
|
357
|
+
size44: '44px',
|
|
358
|
+
size48: '48px',
|
|
359
|
+
size64: '64px',
|
|
360
|
+
size72: '72px',
|
|
361
|
+
size8: '8px',
|
|
362
|
+
size80: '80px',
|
|
363
|
+
size96: '96px'
|
|
358
364
|
}
|
|
359
365
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@telus-uds/palette-allium",
|
|
3
|
-
"version": "1.0.0
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"description": "Allium palette",
|
|
5
|
+
"sideEffects": false,
|
|
5
6
|
"keywords": [
|
|
6
7
|
"allium"
|
|
7
8
|
],
|
|
@@ -9,7 +10,6 @@
|
|
|
9
10
|
"homepage": "https://github.com/telus/universal-design-system#readme",
|
|
10
11
|
"license": "UNLICENSED",
|
|
11
12
|
"main": "build/rn/palette.js",
|
|
12
|
-
"module": "build/rn/palette.mjs",
|
|
13
13
|
"files": [
|
|
14
14
|
"build/"
|
|
15
15
|
],
|
|
Binary file
|
|
Binary file
|
|
Binary file
|