@telus-uds/palette-allium 1.0.0-prerelease.1 → 1.1.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.
Files changed (39) hide show
  1. package/CHANGELOG.md +58 -0
  2. package/README.md +3 -27
  3. package/build/android/border.xml +2 -2
  4. package/build/android/color.xml +31 -30
  5. package/build/android/font_size.xml +1 -1
  6. package/build/android/radius.xml +3 -3
  7. package/build/android/size.xml +13 -8
  8. package/build/ios/Border.swift +1 -1
  9. package/build/ios/Color.swift +2 -1
  10. package/build/ios/FontSize.swift +1 -1
  11. package/build/ios/Radius.swift +1 -1
  12. package/build/ios/Size.swift +6 -1
  13. package/build/rn/fonts/HelveticaNow-300.otf +0 -0
  14. package/build/rn/fonts/HelveticaNow-400.otf +0 -0
  15. package/build/rn/fonts/HelveticaNow-500.otf +0 -0
  16. package/build/rn/fonts/HelveticaNow-700.otf +0 -0
  17. package/build/rn/icons/CanUs.js +29 -0
  18. package/build/rn/icons/CanUs.native.js +29 -0
  19. package/build/rn/icons/can-us.icon.svg +5 -0
  20. package/build/rn/icons/index.js +215 -640
  21. package/build/rn/palette.js +199 -156
  22. package/build/web/fonts/fonts-cdn-family.css +4 -4
  23. package/build/web/fonts/fonts-cdn.css +4 -4
  24. package/build/web/fonts/fonts-local-family.css +4 -4
  25. package/build/web/fonts/fonts-local.css +4 -4
  26. package/build/web/fonts/v1_0_0-HelveticaNow-300-0m1UQIwQJJU_fdPcxu_Tv.otf +0 -0
  27. package/build/web/fonts/v1_0_0-HelveticaNow-400-yNGNRy07fNVdmL4avn_JS.otf +0 -0
  28. package/build/web/fonts/v1_0_0-HelveticaNow-500-h-GRaw_xihvUtA17J2fRo.otf +0 -0
  29. package/build/web/fonts/v1_0_0-HelveticaNow-700-KyH8Ly6vBa76Be0MahoHn.otf +0 -0
  30. package/build/web/icons/CanUs.js +29 -0
  31. package/build/web/icons/can-us.icon.svg +5 -0
  32. package/build/web/icons/index.js +215 -640
  33. package/build/web/palette.js +131 -121
  34. package/package.json +4 -3
  35. package/palette.json +1443 -0
  36. package/build/web/fonts/v1_0_0-prerelease_0-HelveticaNow-300-Jqs725tGqmXNO-vD2YVWu.otf +0 -0
  37. package/build/web/fonts/v1_0_0-prerelease_0-HelveticaNow-400-Pjas9njxDKdSP1Y8mZqHS.otf +0 -0
  38. package/build/web/fonts/v1_0_0-prerelease_0-HelveticaNow-500-5UESFyiG-U7Scp3_ZK2QK.otf +0 -0
  39. package/build/web/fonts/v1_0_0-prerelease_0-HelveticaNow-700-QhX2__A64fr0xX_uZSfn4.otf +0 -0
package/palette.json ADDED
@@ -0,0 +1,1443 @@
1
+ {
2
+ "border": {
3
+ "values": {
4
+ "border1": {
5
+ "value": 1
6
+ },
7
+ "border2": {
8
+ "value": 2
9
+ },
10
+ "border3": {
11
+ "value": 3
12
+ },
13
+ "border4": {
14
+ "value": 4
15
+ },
16
+ "none": {
17
+ "value": 0
18
+ }
19
+ }
20
+ },
21
+ "color": {
22
+ "values": {
23
+ "amber": {
24
+ "description": "Amber",
25
+ "tags": ["Notification", "Border"],
26
+ "value": "#FACA69"
27
+ },
28
+ "amberDark": {
29
+ "description": "Dark Amber",
30
+ "tags": ["Notification", "Icon"],
31
+ "value": "#B4872C"
32
+ },
33
+ "amberLight": {
34
+ "description": "Light Amber",
35
+ "tags": ["Notification", "Background"],
36
+ "value": "#FFF9EE"
37
+ },
38
+ "bgModal": {
39
+ "description": "Modal Background",
40
+ "tags": ["Background"],
41
+ "value": "rgba(244, 244, 247, 0.97)"
42
+ },
43
+ "dark10": {
44
+ "description": "Dark 10%",
45
+ "tags": ["Opacity"],
46
+ "value": "rgba(0, 0, 0, 0.1)"
47
+ },
48
+ "dark20": {
49
+ "description": "Dark 20%",
50
+ "tags": ["Opacity"],
51
+ "value": "rgba(0, 0, 0, 0.2)"
52
+ },
53
+ "dark40": {
54
+ "description": "Dark 40%",
55
+ "tags": ["Opacity"],
56
+ "value": "rgba(0, 0, 0, 0.4)"
57
+ },
58
+ "dark60": {
59
+ "description": "Dark 60%",
60
+ "tags": ["Opacity"],
61
+ "value": "rgba(0, 0, 0, 0.6)"
62
+ },
63
+ "dark80": {
64
+ "description": "Dark 80%",
65
+ "tags": ["Opacity"],
66
+ "value": "rgba(0, 0, 0, 0.8)"
67
+ },
68
+ "dark97": {
69
+ "description": "Dark 97%",
70
+ "tags": ["Opacity"],
71
+ "value": "rgba(0, 0, 0, 0.97)"
72
+ },
73
+ "greenAccessible": {
74
+ "description": "Accessible Green",
75
+ "tags": ["Brand", "Green", "Text", "Border", "Icon"],
76
+ "value": "#2B8000"
77
+ },
78
+ "greenDarkFern": {
79
+ "description": "Dark fern Green",
80
+ "tags": ["Green"],
81
+ "value": "#163E06"
82
+ },
83
+ "greenPanache": {
84
+ "description": "Panache Green",
85
+ "tags": ["Green", "Background"],
86
+ "value": "#F4F9F2"
87
+ },
88
+ "greenSanFelix": {
89
+ "description": "San Felix Green",
90
+ "tags": ["Green"],
91
+ "value": "#1F5C09"
92
+ },
93
+ "greenTelus": {
94
+ "description": "TELUS Green",
95
+ "tags": ["Brand", "Green"],
96
+ "value": "#66CC00"
97
+ },
98
+ "greenTusk": {
99
+ "description": "Tusk Green",
100
+ "tags": ["Green"],
101
+ "value": "#E3F6D1"
102
+ },
103
+ "greenYellow": {
104
+ "description": "Yellow Green",
105
+ "tags": ["Green"],
106
+ "value": "#BFE797"
107
+ },
108
+ "greyAlabaster": {
109
+ "description": "Alabaster Grey",
110
+ "tags": ["Neutral"],
111
+ "value": "#FAFAFA"
112
+ },
113
+ "greyAthens": {
114
+ "description": "Athens Grey",
115
+ "tags": ["Neutral", "Background"],
116
+ "value": "#F4F4F7"
117
+ },
118
+ "greyCharcoal": {
119
+ "description": "Charcoal Grey",
120
+ "tags": ["Neutral", "Text", "Background", "Icon"],
121
+ "value": "#414547"
122
+ },
123
+ "greyCloud": {
124
+ "description": "Cloud Grey",
125
+ "tags": ["Neutral", "Border"],
126
+ "value": "#B2B9BF"
127
+ },
128
+ "greyMystic": {
129
+ "description": "Mystic Grey",
130
+ "tags": ["Neutral", "Border"],
131
+ "value": "#E3E6E8"
132
+ },
133
+ "greyShuttle": {
134
+ "description": "Shuttle Grey",
135
+ "tags": ["Neutral", "Text", "Background", "Border", "Icon"],
136
+ "value": "#676E73"
137
+ },
138
+ "greyThunder": {
139
+ "description": "Thunder Grey",
140
+ "tags": ["Neutral", "Text", "Background"],
141
+ "value": "#2C2E30"
142
+ },
143
+ "light10": {
144
+ "description": "Light 10%",
145
+ "tags": ["Opacity"],
146
+ "value": "rgba(255, 255, 255, 0.1)"
147
+ },
148
+ "light20": {
149
+ "description": "Light 20%",
150
+ "tags": ["Opacity"],
151
+ "value": "rgba(255, 255, 255, 0.2)"
152
+ },
153
+ "light40": {
154
+ "description": "Light 40%",
155
+ "tags": ["Opacity"],
156
+ "value": "rgba(255, 255, 255, 0.4)"
157
+ },
158
+ "light60": {
159
+ "description": "Light 60%",
160
+ "tags": ["Opacity"],
161
+ "value": "rgba(255, 255, 255, 0.6)"
162
+ },
163
+ "light80": {
164
+ "description": "Light 80%",
165
+ "tags": ["Opacity"],
166
+ "value": "rgba(255, 255, 255, 0.8)"
167
+ },
168
+ "light97": {
169
+ "description": "Light 97%",
170
+ "tags": ["Opacity"],
171
+ "value": "rgba(255, 255, 255, 0.97)"
172
+ },
173
+ "purpleDark": {
174
+ "description": "Dark Purple",
175
+ "tags": ["Purple"],
176
+ "value": "#3F2A54"
177
+ },
178
+ "purpleDeluge": {
179
+ "description": "Deluge Purple",
180
+ "tags": ["Purple"],
181
+ "value": "#7C53A5"
182
+ },
183
+ "purpleEminence": {
184
+ "description": "Eminence Purple",
185
+ "tags": ["Purple"],
186
+ "value": "#613889"
187
+ },
188
+ "purpleTelus": {
189
+ "description": "TELUS Purple",
190
+ "tags": ["Brand", "Purple", "Text", "Background", "Border", "Icon"],
191
+ "value": "#4B286D"
192
+ },
193
+ "red": {
194
+ "description": "Red",
195
+ "tags": ["Notification", "Border"],
196
+ "value": "#E12339"
197
+ },
198
+ "redDark": {
199
+ "description": "Dark Red",
200
+ "tags": ["Notification", "Background", "Icon"],
201
+ "value": "#C12335"
202
+ },
203
+ "redDarker": {
204
+ "description": "Darker Red",
205
+ "tags": ["ProgressBar"],
206
+ "value": "#560C0C"
207
+ },
208
+ "redLight": {
209
+ "description": "Light Red",
210
+ "tags": ["Notification", "Background"],
211
+ "value": "#FFF6F8"
212
+ },
213
+ "transparent": {
214
+ "description": "Transparent",
215
+ "tags": ["Opacity"],
216
+ "value": "rgba(0, 0, 0, 0)"
217
+ },
218
+ "white": {
219
+ "description": "White",
220
+ "tags": ["Brand", "Text", "Background", "Border", "Icon"],
221
+ "value": "#FFFFFF"
222
+ }
223
+ }
224
+ },
225
+ "duration": {
226
+ "values": {
227
+ "duration250": {
228
+ "value": 250
229
+ },
230
+ "duration300": {
231
+ "value": 300
232
+ }
233
+ }
234
+ },
235
+ "font": {
236
+ "values": {
237
+ "HelveticaNow": {
238
+ "value": {
239
+ "300": "font/Monotype - Helvetica Now Text Light.otf",
240
+ "400": "font/Monotype - Helvetica Now Text.otf",
241
+ "500": "font/Monotype - Helvetica Now Text Medium.otf",
242
+ "700": "font/Monotype - Helvetica Now Text Bold.otf"
243
+ }
244
+ }
245
+ }
246
+ },
247
+ "fontSize": {
248
+ "values": {
249
+ "size12": {
250
+ "value": 12
251
+ },
252
+ "size14": {
253
+ "value": 14
254
+ },
255
+ "size16": {
256
+ "value": 16
257
+ },
258
+ "size20": {
259
+ "value": 20
260
+ },
261
+ "size24": {
262
+ "value": 24
263
+ },
264
+ "size28": {
265
+ "value": 28
266
+ },
267
+ "size36": {
268
+ "value": 36
269
+ },
270
+ "size40": {
271
+ "value": 40
272
+ },
273
+ "size56": {
274
+ "value": 56
275
+ },
276
+ "size64": {
277
+ "value": 64
278
+ }
279
+ }
280
+ },
281
+ "gradient": {
282
+ "values": {
283
+ "base": {
284
+ "description": "Base Gradient",
285
+ "value": {
286
+ "specification": "44.58% 44.58% at 81.13% 36.79%",
287
+ "stops": [
288
+ {
289
+ "color": "#fff",
290
+ "stop": 0
291
+ },
292
+ {
293
+ "color": "#f4f4f7",
294
+ "stop": 1
295
+ }
296
+ ],
297
+ "type": "radial"
298
+ }
299
+ },
300
+ "brand": {
301
+ "description": "Brand Gradient",
302
+ "value": {
303
+ "angle": 135,
304
+ "stops": [
305
+ {
306
+ "color": "rgb(75, 40, 109)",
307
+ "hint": 0.75
308
+ },
309
+ {
310
+ "color": "rgb(97, 56, 137)"
311
+ }
312
+ ],
313
+ "type": "linear"
314
+ }
315
+ },
316
+ "green": {
317
+ "description": "Green Gradient",
318
+ "value": {
319
+ "angle": 135,
320
+ "stops": [
321
+ {
322
+ "color": "rgb(0, 120, 74)",
323
+ "hint": 0.75
324
+ },
325
+ {
326
+ "color": "rgb(102, 204, 0)"
327
+ }
328
+ ],
329
+ "type": "linear"
330
+ }
331
+ },
332
+ "purple": {
333
+ "description": "Purple Gradient",
334
+ "value": {
335
+ "angle": 135,
336
+ "stops": [
337
+ {
338
+ "color": "rgb(75, 40, 109)",
339
+ "hint": 0.75
340
+ },
341
+ {
342
+ "color": "rgb(229, 50, 147)"
343
+ }
344
+ ],
345
+ "type": "linear"
346
+ }
347
+ }
348
+ }
349
+ },
350
+ "icon": {
351
+ "values": {
352
+ "Accessible": {
353
+ "tags": ["Decorative", "General"],
354
+ "value": "icon/accessible.svg"
355
+ },
356
+ "Add": {
357
+ "tags": ["Interface", "IconButton"],
358
+ "value": "icon/add.svg"
359
+ },
360
+ "AddUser": {
361
+ "tags": ["Decorative", "General"],
362
+ "value": "icon/add-user.svg"
363
+ },
364
+ "AlarmClock": {
365
+ "tags": ["Decorative", "General"],
366
+ "value": "icon/alarm-clock.svg"
367
+ },
368
+ "Ambulance": {
369
+ "value": "icon/ambulance.svg"
370
+ },
371
+ "ArrowDown": {
372
+ "tags": ["Decorative", "General"],
373
+ "value": "icon/arrow-down.svg"
374
+ },
375
+ "ArrowLeft": {
376
+ "tags": ["Interface", "Arrows"],
377
+ "value": "icon/arrow-left.svg"
378
+ },
379
+ "ArrowRight": {
380
+ "tags": ["Interface", "Arrows"],
381
+ "value": "icon/arrow-right.svg"
382
+ },
383
+ "ArrowUp": {
384
+ "tags": ["Decorative", "General"],
385
+ "value": "icon/arrow-up.svg"
386
+ },
387
+ "ArtificialIntelligence": {
388
+ "tags": ["Decorative", "Business"],
389
+ "value": "icon/artificial-intelligence.svg"
390
+ },
391
+ "Attention": {
392
+ "tags": ["Decorative", "General"],
393
+ "value": "icon/attention.svg"
394
+ },
395
+ "Award": {
396
+ "tags": ["Decorative", "General"],
397
+ "value": "icon/award.svg"
398
+ },
399
+ "Baby": {
400
+ "tags": ["Decorative", "Health"],
401
+ "value": "icon/baby.svg"
402
+ },
403
+ "BabyBoy": {
404
+ "tags": ["Decorative", "Health"],
405
+ "value": "icon/baby-boy.svg"
406
+ },
407
+ "BabyGirl": {
408
+ "tags": ["Decorative", "Health"],
409
+ "value": "icon/baby-girl.svg"
410
+ },
411
+ "BackToSchool": {
412
+ "tags": ["Decorative", "General"],
413
+ "value": "icon/back-to-school.svg"
414
+ },
415
+ "Bank": {
416
+ "tags": ["Decorative", "General"],
417
+ "value": "icon/bank.svg"
418
+ },
419
+ "BatteryCar": {
420
+ "tags": ["Decorative", "General"],
421
+ "value": "icon/battery-car.svg"
422
+ },
423
+ "BatteryCharging": {
424
+ "value": "icon/battery-charging.svg"
425
+ },
426
+ "Bell": {
427
+ "value": "icon/bell.svg"
428
+ },
429
+ "Bill": {
430
+ "tags": ["Decorative", "General"],
431
+ "value": "icon/bill.svg"
432
+ },
433
+ "Bookmark": {
434
+ "tags": ["Decorative", "General"],
435
+ "value": "icon/bookmark.svg"
436
+ },
437
+ "Briefcase": {
438
+ "tags": ["Decorative", "General"],
439
+ "value": "icon/briefcase.svg"
440
+ },
441
+ "BulletFill": {
442
+ "tags": ["Interface", "List"],
443
+ "value": "icon/bullet-fill.svg"
444
+ },
445
+ "Calendar": {
446
+ "tags": ["Decorative", "General"],
447
+ "value": "icon/calendar.svg"
448
+ },
449
+ "Call": {
450
+ "tags": ["Decorative", "MobilityHomePhone"],
451
+ "value": "icon/call.svg"
452
+ },
453
+ "CallForward": {
454
+ "tags": ["Decorative", "MobilityHomePhone"],
455
+ "value": "icon/call-forward.svg"
456
+ },
457
+ "CallOut": {
458
+ "tags": ["Decorative", "MobilityHomePhone"],
459
+ "value": "icon/call-out.svg"
460
+ },
461
+ "CallReceive": {
462
+ "tags": ["Decorative", "MobilityHomePhone"],
463
+ "value": "icon/call-receive.svg"
464
+ },
465
+ "CallTalking": {
466
+ "tags": ["Decorative", "MobilityHomePhone"],
467
+ "value": "icon/call-talking.svg"
468
+ },
469
+ "Camera": {
470
+ "tags": ["Decorative", "General"],
471
+ "value": "icon/camera.svg"
472
+ },
473
+ "CanUs": {
474
+ "tags": ["Decorative", "General"],
475
+ "value": "icon/can-us.svg"
476
+ },
477
+ "Car": {
478
+ "tags": ["Decorative", "General"],
479
+ "value": "icon/car.svg"
480
+ },
481
+ "CaretDown": {
482
+ "tags": ["Interface", "Arrows"],
483
+ "value": "icon/caret-down.svg"
484
+ },
485
+ "CaretUp": {
486
+ "tags": ["Interface", "Arrows"],
487
+ "value": "icon/caret-up.svg"
488
+ },
489
+ "CartEmptyBold": {
490
+ "tags": ["Interface", "NavButton"],
491
+ "value": "icon/cart-empty-bold.svg"
492
+ },
493
+ "CartFilledBold": {
494
+ "tags": ["Interface", "NavButton"],
495
+ "value": "icon/cart-filled-bold.svg"
496
+ },
497
+ "Channels": {
498
+ "tags": ["Decorative", "OptikPik"],
499
+ "value": "icon/channels.svg"
500
+ },
501
+ "ChartsBar1": {
502
+ "tags": ["Decorative", "General"],
503
+ "value": "icon/charts-bar-1.svg"
504
+ },
505
+ "ChartsBar2": {
506
+ "tags": ["Decorative", "General"],
507
+ "value": "icon/charts-bar-2.svg"
508
+ },
509
+ "ChartsLine": {
510
+ "tags": ["Decorative", "General"],
511
+ "value": "icon/charts-line.svg"
512
+ },
513
+ "Chat1": {
514
+ "tags": ["Decorative", "General"],
515
+ "value": "icon/chat-1.svg"
516
+ },
517
+ "Chat2": {
518
+ "tags": ["Decorative", "General"],
519
+ "value": "icon/chat-2.svg"
520
+ },
521
+ "ChatSupport": {
522
+ "tags": ["Decorative", "General"],
523
+ "value": "icon/chat-support.svg"
524
+ },
525
+ "Check": {
526
+ "tags": ["Decorative", "General"],
527
+ "value": "icon/check.svg"
528
+ },
529
+ "Checkmark": {
530
+ "tags": ["Interface", "List"],
531
+ "value": "icon/checkmark.svg"
532
+ },
533
+ "ChevronLeft": {
534
+ "tags": ["Interface", "Arrows"],
535
+ "value": "icon/chevron-left.svg"
536
+ },
537
+ "ChevronRight": {
538
+ "tags": ["Interface", "Arrows"],
539
+ "value": "icon/chevron-right.svg"
540
+ },
541
+ "Clipboard": {
542
+ "tags": ["Decorative", "General"],
543
+ "value": "icon/clipboard.svg"
544
+ },
545
+ "Close": {
546
+ "tags": ["Interface", "IconButton"],
547
+ "value": "icon/close.svg"
548
+ },
549
+ "ClosedCaptions": {
550
+ "tags": ["Interface", "VideoPlayer"],
551
+ "value": "icon/closed-captions.svg"
552
+ },
553
+ "CloudDownload": {
554
+ "tags": ["Decorative", "General"],
555
+ "value": "icon/cloud-download.svg"
556
+ },
557
+ "CloudSync": {
558
+ "tags": ["Decorative", "Business"],
559
+ "value": "icon/cloud-sync.svg"
560
+ },
561
+ "CloudUpload": {
562
+ "tags": ["Decorative", "General"],
563
+ "value": "icon/cloud-upload.svg"
564
+ },
565
+ "Collaboration": {
566
+ "tags": ["Decorative", "General"],
567
+ "value": "icon/collaboration.svg"
568
+ },
569
+ "Compass": {
570
+ "tags": ["Decorative", "General"],
571
+ "value": "icon/compass.svg"
572
+ },
573
+ "ComputerNetwork": {
574
+ "tags": ["Decorative", "Business"],
575
+ "value": "icon/computer-network.svg"
576
+ },
577
+ "Contract": {
578
+ "tags": ["Decorative", "General"],
579
+ "value": "icon/contract.svg"
580
+ },
581
+ "CreditCard": {
582
+ "tags": ["Decorative", "General"],
583
+ "value": "icon/credit-card.svg"
584
+ },
585
+ "Cronometer": {
586
+ "tags": ["Decorative", "General"],
587
+ "value": "icon/cronometer.svg"
588
+ },
589
+ "CssActivations": {
590
+ "value": "icon/css-activations.svg"
591
+ },
592
+ "DataLimit": {
593
+ "tags": ["Decorative", "Internet"],
594
+ "value": "icon/data-limit.svg"
595
+ },
596
+ "Deals": {
597
+ "tags": ["Decorative", "ProductsServices"],
598
+ "value": "icon/deals.svg"
599
+ },
600
+ "Delete": {
601
+ "tags": ["Interface", "Links"],
602
+ "value": "icon/delete.svg"
603
+ },
604
+ "Delivery": {
605
+ "tags": ["Decorative", "General"],
606
+ "value": "icon/delivery.svg"
607
+ },
608
+ "Devices": {
609
+ "tags": ["Decorative", "General"],
610
+ "value": "icon/devices.svg"
611
+ },
612
+ "Diagram": {
613
+ "tags": ["Decorative", "General"],
614
+ "value": "icon/diagram.svg"
615
+ },
616
+ "Diamond": {
617
+ "tags": ["Decorative", "General"],
618
+ "value": "icon/diamond.svg"
619
+ },
620
+ "Direction": {
621
+ "tags": ["Decorative", "General"],
622
+ "value": "icon/direction.svg"
623
+ },
624
+ "Document": {
625
+ "tags": ["Decorative", "General"],
626
+ "value": "icon/document.svg"
627
+ },
628
+ "Donate": {
629
+ "tags": ["Decorative", "General"],
630
+ "value": "icon/donate.svg"
631
+ },
632
+ "Download": {
633
+ "tags": ["Interface", "Links"],
634
+ "value": "icon/download.svg"
635
+ },
636
+ "DownloadPdf": {
637
+ "tags": ["Interface", "Links"],
638
+ "value": "icon/download-pdf.svg"
639
+ },
640
+ "DownloadPdfs": {
641
+ "tags": ["Interface", "Links"],
642
+ "value": "icon/download-pdfs.svg"
643
+ },
644
+ "Email": {
645
+ "tags": ["Decorative", "General"],
646
+ "value": "icon/email.svg"
647
+ },
648
+ "Escalations": {
649
+ "value": "icon/escalations.svg"
650
+ },
651
+ "FavouriteNetwork": {
652
+ "tags": ["Decorative", "OptikPik"],
653
+ "value": "icon/favourite-network.svg"
654
+ },
655
+ "Files": {
656
+ "tags": ["Decorative", "General"],
657
+ "value": "icon/files.svg"
658
+ },
659
+ "Fingerprint": {
660
+ "tags": ["Decorative", "General"],
661
+ "value": "icon/fingerprint.svg"
662
+ },
663
+ "Firewall": {
664
+ "tags": ["Decorative", "General"],
665
+ "value": "icon/firewall.svg"
666
+ },
667
+ "Flag": {
668
+ "tags": ["Decorative", "General"],
669
+ "value": "icon/flag.svg"
670
+ },
671
+ "FullscreenExpand": {
672
+ "tags": ["Interface", "VideoPlayer"],
673
+ "value": "icon/fullscreen-expand.svg"
674
+ },
675
+ "FullscreenMinimize": {
676
+ "tags": ["Interface", "VideoPlayer"],
677
+ "value": "icon/fullscreen-minimize.svg"
678
+ },
679
+ "Gift": {
680
+ "tags": ["Decorative", "General"],
681
+ "value": "icon/gift.svg"
682
+ },
683
+ "Globe1": {
684
+ "tags": ["Decorative", "General"],
685
+ "value": "icon/globe-1.svg"
686
+ },
687
+ "Globe2": {
688
+ "tags": ["Decorative", "General"],
689
+ "value": "icon/globe-2.svg"
690
+ },
691
+ "HeadBoth": {
692
+ "tags": ["Decorative", "General"],
693
+ "value": "icon/head-both.svg"
694
+ },
695
+ "HeadFemale": {
696
+ "tags": ["Decorative", "General"],
697
+ "value": "icon/head-female.svg"
698
+ },
699
+ "HeadMale": {
700
+ "tags": ["Decorative", "General"],
701
+ "value": "icon/head-male.svg"
702
+ },
703
+ "Headset": {
704
+ "tags": ["Decorative", "General"],
705
+ "value": "icon/headset.svg"
706
+ },
707
+ "Heart": {
708
+ "tags": ["Decorative", "General"],
709
+ "value": "icon/heart.svg"
710
+ },
711
+ "Heartbeat": {
712
+ "value": "icon/heartbeat.svg"
713
+ },
714
+ "Helpdesk": {
715
+ "value": "icon/helpdesk.svg"
716
+ },
717
+ "Home": {
718
+ "tags": ["Decorative", "General"],
719
+ "value": "icon/home.svg"
720
+ },
721
+ "HomeSecurity": {
722
+ "tags": ["Decorative", "ProductsServices"],
723
+ "value": "icon/home-security.svg"
724
+ },
725
+ "IDTag": {
726
+ "tags": ["Decorative", "General"],
727
+ "value": "icon/id-tag.svg"
728
+ },
729
+ "Infinite": {
730
+ "tags": ["Decorative", "General"],
731
+ "value": "icon/infinite.svg"
732
+ },
733
+ "Information": {
734
+ "tags": ["Decorative", "General"],
735
+ "value": "icon/information.svg"
736
+ },
737
+ "Internet": {
738
+ "tags": ["Decorative", "ProductsServices"],
739
+ "value": "icon/internet.svg"
740
+ },
741
+ "Invisible": {
742
+ "tags": ["Decorative", "General"],
743
+ "value": "icon/invisible.svg"
744
+ },
745
+ "Key": {
746
+ "tags": ["Decorative", "General"],
747
+ "value": "icon/key.svg"
748
+ },
749
+ "Laptop": {
750
+ "tags": ["Decorative", "General"],
751
+ "value": "icon/laptop.svg"
752
+ },
753
+ "Layers": {
754
+ "tags": ["Decorative", "General"],
755
+ "value": "icon/layers.svg"
756
+ },
757
+ "Lifesaver": {
758
+ "tags": ["Decorative", "General"],
759
+ "value": "icon/lifesaver.svg"
760
+ },
761
+ "Lightbulb": {
762
+ "tags": ["Decorative", "General"],
763
+ "value": "icon/lightbulb.svg"
764
+ },
765
+ "LinkExternal": {
766
+ "tags": ["Interface", "Links"],
767
+ "value": "icon/link-external.svg"
768
+ },
769
+ "LocationAdd": {
770
+ "tags": ["Interface", "Location"],
771
+ "value": "icon/location-add.svg"
772
+ },
773
+ "LocationHome": {
774
+ "tags": ["Decorative", "General"],
775
+ "value": "icon/location-home.svg"
776
+ },
777
+ "LocationIneligible": {
778
+ "tags": ["Interface", "Location"],
779
+ "value": "icon/location-ineligible.svg"
780
+ },
781
+ "LocationMap": {
782
+ "tags": ["Decorative", "General"],
783
+ "value": "icon/location-map.svg"
784
+ },
785
+ "LocationRegular": {
786
+ "tags": ["Decorative", "General"],
787
+ "value": "icon/location-regular.svg"
788
+ },
789
+ "LocationRemove": {
790
+ "value": "icon/location-remove.svg"
791
+ },
792
+ "LocationSuccess": {
793
+ "tags": ["Interface", "Location"],
794
+ "value": "icon/location-success.svg"
795
+ },
796
+ "LocationVerified": {
797
+ "value": "icon/location-verified.svg"
798
+ },
799
+ "LockClosed": {
800
+ "tags": ["Decorative", "General"],
801
+ "value": "icon/lock-closed.svg"
802
+ },
803
+ "LockOpened": {
804
+ "tags": ["Decorative", "General"],
805
+ "value": "icon/lock-opened.svg"
806
+ },
807
+ "LoginForm": {
808
+ "tags": ["Decorative", "General"],
809
+ "value": "icon/login-form.svg"
810
+ },
811
+ "Map": {
812
+ "tags": ["Decorative", "General"],
813
+ "value": "icon/map.svg"
814
+ },
815
+ "Medical": {
816
+ "tags": ["Decorative", "Health"],
817
+ "value": "icon/medical.svg"
818
+ },
819
+ "Messaging": {
820
+ "tags": ["Decorative", "MobilityHomePhone"],
821
+ "value": "icon/messaging.svg"
822
+ },
823
+ "Mobility": {
824
+ "tags": ["Decorative", "ProductsServices"],
825
+ "value": "icon/mobility.svg"
826
+ },
827
+ "Movie": {
828
+ "tags": ["Decorative", "General"],
829
+ "value": "icon/movie.svg"
830
+ },
831
+ "Music": {
832
+ "tags": ["Decorative", "General"],
833
+ "value": "icon/music.svg"
834
+ },
835
+ "Muted": {
836
+ "value": "icon/muted.svg"
837
+ },
838
+ "Networking": {
839
+ "tags": ["Decorative", "General"],
840
+ "value": "icon/networking.svg"
841
+ },
842
+ "News": {
843
+ "tags": ["Decorative", "General"],
844
+ "value": "icon/news.svg"
845
+ },
846
+ "NextGenFirewall": {
847
+ "tags": ["Decorative", "Business"],
848
+ "value": "icon/next-gen-firewall.svg"
849
+ },
850
+ "NoContract": {
851
+ "value": "icon/no-contract.svg"
852
+ },
853
+ "NotifyBold": {
854
+ "tags": ["Interface", "NavButton"],
855
+ "value": "icon/notify-bold.svg"
856
+ },
857
+ "Office": {
858
+ "tags": ["Decorative", "General"],
859
+ "value": "icon/office.svg"
860
+ },
861
+ "Offices": {
862
+ "tags": ["Decorative", "General"],
863
+ "value": "icon/offices.svg"
864
+ },
865
+ "OnDemand": {
866
+ "tags": ["Decorative", "OptikPik"],
867
+ "value": "icon/on-demand.svg"
868
+ },
869
+ "OnTheGo": {
870
+ "tags": ["Decorative", "OptikPik"],
871
+ "value": "icon/on-the-go.svg"
872
+ },
873
+ "OnlineSecurity": {
874
+ "tags": ["Decorative", "HomeSecurity"],
875
+ "value": "icon/online-security.svg"
876
+ },
877
+ "Paperless": {
878
+ "value": "icon/paperless.svg"
879
+ },
880
+ "Passport": {
881
+ "tags": ["Decorative", "General"],
882
+ "value": "icon/passport.svg"
883
+ },
884
+ "Pause": {
885
+ "tags": ["Interface", "VideoPlayer"],
886
+ "value": "icon/pause.svg"
887
+ },
888
+ "Phone": {
889
+ "value": "icon/phone.svg"
890
+ },
891
+ "PhoneBusiness": {
892
+ "tags": ["Decorative", "Business"],
893
+ "value": "icon/phone-business.svg"
894
+ },
895
+ "PhoneHome": {
896
+ "tags": ["Decorative", "ProductsServices"],
897
+ "value": "icon/phone-home.svg"
898
+ },
899
+ "PhoneReception": {
900
+ "tags": ["Decorative", "MobilityHomePhone"],
901
+ "value": "icon/phone-reception.svg"
902
+ },
903
+ "Photo": {
904
+ "tags": ["Decorative", "General"],
905
+ "value": "icon/photo.svg"
906
+ },
907
+ "Photos": {
908
+ "tags": ["Decorative", "General"],
909
+ "value": "icon/photos.svg"
910
+ },
911
+ "PiggyBank": {
912
+ "tags": ["Decorative", "General"],
913
+ "value": "icon/piggy-bank.svg"
914
+ },
915
+ "PikTV": {
916
+ "tags": ["Decorative", "ProductsServices"],
917
+ "value": "icon/pik-tv.svg"
918
+ },
919
+ "Play": {
920
+ "tags": ["Decorative", "General"],
921
+ "value": "icon/play.svg"
922
+ },
923
+ "PlaySolid": {
924
+ "tags": ["Interface", "VideoPlayer"],
925
+ "value": "icon/play-solid.svg"
926
+ },
927
+ "PlayVideo": {
928
+ "tags": ["Interface", "IconButton"],
929
+ "value": "icon/play-video.svg"
930
+ },
931
+ "Preference": {
932
+ "tags": ["Decorative", "General"],
933
+ "value": "icon/preference.svg"
934
+ },
935
+ "Print": {
936
+ "tags": ["Interface", "Links"],
937
+ "value": "icon/print.svg"
938
+ },
939
+ "PrivateCloud": {
940
+ "tags": ["Decorative", "Business"],
941
+ "value": "icon/private-cloud.svg"
942
+ },
943
+ "Profile": {
944
+ "tags": ["Interface", "Links"],
945
+ "value": "icon/profile.svg"
946
+ },
947
+ "ProfileBold": {
948
+ "tags": ["Interface", "NavButton"],
949
+ "value": "icon/profile-bold.svg"
950
+ },
951
+ "Question": {
952
+ "tags": ["Interface", "Tooltip"],
953
+ "value": "icon/question.svg"
954
+ },
955
+ "QuoteLeft": {
956
+ "value": "icon/quote-left.svg"
957
+ },
958
+ "Radar": {
959
+ "tags": ["Decorative", "General"],
960
+ "value": "icon/radar.svg"
961
+ },
962
+ "Receipt": {
963
+ "tags": ["Decorative", "General"],
964
+ "value": "icon/receipt.svg"
965
+ },
966
+ "Record": {
967
+ "tags": ["Decorative", "General"],
968
+ "value": "icon/record.svg"
969
+ },
970
+ "Refresh": {
971
+ "tags": ["Decorative", "General"],
972
+ "value": "icon/refresh.svg"
973
+ },
974
+ "RemoteControl": {
975
+ "tags": ["Decorative", "OptikPik"],
976
+ "value": "icon/remote-control.svg"
977
+ },
978
+ "Replay": {
979
+ "tags": ["Interface", "video"],
980
+ "value": "icon/replay.svg"
981
+ },
982
+ "Router": {
983
+ "tags": ["Decorative", "General"],
984
+ "value": "icon/router.svg"
985
+ },
986
+ "Search": {
987
+ "tags": ["Interface", "Links"],
988
+ "value": "icon/search.svg"
989
+ },
990
+ "SearchBold": {
991
+ "tags": ["Interface", "NavButton"],
992
+ "value": "icon/search-bold.svg"
993
+ },
994
+ "SecurityCamera": {
995
+ "tags": ["Decorative", "HomeSecurity"],
996
+ "value": "icon/security-camera.svg"
997
+ },
998
+ "SecurityHouse": {
999
+ "tags": ["Decorative", "HomeSecurity"],
1000
+ "value": "icon/security-house.svg"
1001
+ },
1002
+ "SecurityMobile": {
1003
+ "tags": ["Decorative", "HomeSecurity"],
1004
+ "value": "icon/security-mobile.svg"
1005
+ },
1006
+ "SecuritySettings": {
1007
+ "tags": ["Decorative", "HomeSecurity"],
1008
+ "value": "icon/security-settings.svg"
1009
+ },
1010
+ "Server": {
1011
+ "tags": ["Decorative", "General"],
1012
+ "value": "icon/server.svg"
1013
+ },
1014
+ "ServiceTruck": {
1015
+ "tags": ["Decorative", "General"],
1016
+ "value": "icon/service-truck.svg"
1017
+ },
1018
+ "Settings": {
1019
+ "tags": ["Decorative", "General", "Interface", "Links"],
1020
+ "value": "icon/settings.svg"
1021
+ },
1022
+ "SettingsBold": {
1023
+ "tags": ["Interface", "NavButton"],
1024
+ "value": "icon/settings-bold.svg"
1025
+ },
1026
+ "SettingsSolid": {
1027
+ "tags": ["Interface", "VideoPlayer"],
1028
+ "value": "icon/settings-solid.svg"
1029
+ },
1030
+ "SharedAccount": {
1031
+ "tags": ["Decorative", "General"],
1032
+ "value": "icon/shared-account.svg"
1033
+ },
1034
+ "Shop": {
1035
+ "tags": ["Decorative", "General"],
1036
+ "value": "icon/shop.svg"
1037
+ },
1038
+ "SignPost": {
1039
+ "tags": ["Decorative", "General"],
1040
+ "value": "icon/sign-post.svg"
1041
+ },
1042
+ "Signal": {
1043
+ "tags": ["Decorative", "MobilityHomePhone"],
1044
+ "value": "icon/signal.svg"
1045
+ },
1046
+ "SimCard": {
1047
+ "tags": ["Decorative", "MobilityHomePhone"],
1048
+ "value": "icon/sim-card.svg"
1049
+ },
1050
+ "Soccer": {
1051
+ "tags": ["Decorative", "General"],
1052
+ "value": "icon/soccer.svg"
1053
+ },
1054
+ "Speaker": {
1055
+ "tags": ["Decorative", "General"],
1056
+ "value": "icon/speaker.svg"
1057
+ },
1058
+ "SpeakerPhone": {
1059
+ "tags": ["Decorative", "General"],
1060
+ "value": "icon/speaker-phone.svg"
1061
+ },
1062
+ "Speed": {
1063
+ "tags": ["Decorative", "Internet"],
1064
+ "value": "icon/speed.svg"
1065
+ },
1066
+ "SpeedReduced": {
1067
+ "tags": ["Decorative", "Internet"],
1068
+ "value": "icon/speed-reduced.svg"
1069
+ },
1070
+ "StatusError": {
1071
+ "tags": ["Interface", "Feedback"],
1072
+ "value": "icon/status-error.svg"
1073
+ },
1074
+ "StatusSuccess": {
1075
+ "tags": ["Interface", "Feedback"],
1076
+ "value": "icon/status-success.svg"
1077
+ },
1078
+ "StatusWarning": {
1079
+ "tags": ["Interface", "Feedback"],
1080
+ "value": "icon/status-warning.svg"
1081
+ },
1082
+ "Subtract": {
1083
+ "tags": ["Interface", "IconButton"],
1084
+ "value": "icon/subtract.svg"
1085
+ },
1086
+ "Success": {
1087
+ "value": "icon/success.svg"
1088
+ },
1089
+ "Suitcase": {
1090
+ "tags": ["Decorative", "General"],
1091
+ "value": "icon/suitcase.svg"
1092
+ },
1093
+ "Support": {
1094
+ "tags": ["Decorative", "General", "Interface", "NavButton"],
1095
+ "value": "icon/support.svg"
1096
+ },
1097
+ "TV": {
1098
+ "tags": ["Decorative", "ProductsServices"],
1099
+ "value": "icon/tv.svg"
1100
+ },
1101
+ "TVChoiceAndFlexibility": {
1102
+ "tags": ["Decorative", "OptikPik"],
1103
+ "value": "icon/tv-choice-and-flexibility.svg"
1104
+ },
1105
+ "Tablet": {
1106
+ "tags": ["Decorative", "General"],
1107
+ "value": "icon/tablet.svg"
1108
+ },
1109
+ "Target": {
1110
+ "tags": ["Decorative", "General"],
1111
+ "value": "icon/target.svg"
1112
+ },
1113
+ "Tasks": {
1114
+ "tags": ["Decorative", "General"],
1115
+ "value": "icon/tasks.svg"
1116
+ },
1117
+ "ThumbsUp": {
1118
+ "tags": ["Decorative", "General"],
1119
+ "value": "icon/thumbs-up.svg"
1120
+ },
1121
+ "Time": {
1122
+ "tags": ["Decorative", "General"],
1123
+ "value": "icon/time.svg"
1124
+ },
1125
+ "Times": {
1126
+ "tags": ["Interface", "List"],
1127
+ "value": "icon/times.svg"
1128
+ },
1129
+ "TowTruck": {
1130
+ "tags": ["Decorative", "General"],
1131
+ "value": "icon/tow-truck.svg"
1132
+ },
1133
+ "Transmitter": {
1134
+ "tags": ["Decorative", "General"],
1135
+ "value": "icon/transmitter.svg"
1136
+ },
1137
+ "Unmuted": {
1138
+ "tags": ["Interface", "VideoPlayer"],
1139
+ "value": "icon/unmuted.svg"
1140
+ },
1141
+ "Upload": {
1142
+ "tags": ["Decorative", "General"],
1143
+ "value": "icon/upload.svg"
1144
+ },
1145
+ "UploadToCloud": {
1146
+ "tags": ["Decorative", "Business"],
1147
+ "value": "icon/upload-to-cloud.svg"
1148
+ },
1149
+ "UsbCable": {
1150
+ "tags": ["Decorative", "General"],
1151
+ "value": "icon/usb-cable.svg"
1152
+ },
1153
+ "User": {
1154
+ "value": "icon/user.svg"
1155
+ },
1156
+ "UserAddBold": {
1157
+ "tags": ["Interface", "NavButton"],
1158
+ "value": "icon/user-add-bold.svg"
1159
+ },
1160
+ "Users": {
1161
+ "tags": ["Decorative", "General"],
1162
+ "value": "icon/users.svg"
1163
+ },
1164
+ "VideoChat": {
1165
+ "tags": ["Decorative", "MobilityHomePhone"],
1166
+ "value": "icon/video-chat.svg"
1167
+ },
1168
+ "VideoGames": {
1169
+ "tags": ["Decorative", "General"],
1170
+ "value": "icon/video-games.svg"
1171
+ },
1172
+ "Visible": {
1173
+ "tags": ["Decorative", "General"],
1174
+ "value": "icon/visible.svg"
1175
+ },
1176
+ "Warranty": {
1177
+ "tags": ["Decorative", "General"],
1178
+ "value": "icon/warranty.svg"
1179
+ },
1180
+ "Watch": {
1181
+ "tags": ["Decorative", "General"],
1182
+ "value": "icon/watch.svg"
1183
+ },
1184
+ "WifiBoost": {
1185
+ "tags": ["Decorative", "Internet"],
1186
+ "value": "icon/wifi-boost.svg"
1187
+ },
1188
+ "WifiCloud": {
1189
+ "tags": ["Decorative", "Business"],
1190
+ "value": "icon/wifi-cloud.svg"
1191
+ }
1192
+ }
1193
+ },
1194
+ "letterSpacing": {
1195
+ "values": {
1196
+ "condensed": {
1197
+ "value": -0.039
1198
+ },
1199
+ "loose": {
1200
+ "value": -0.017
1201
+ },
1202
+ "medium": {
1203
+ "value": -0.035
1204
+ }
1205
+ }
1206
+ },
1207
+ "lineHeight": {
1208
+ "values": {
1209
+ "ratio10to7": {
1210
+ "value": 1.42857142857
1211
+ },
1212
+ "ratio11to9": {
1213
+ "value": 1.22222222222
1214
+ },
1215
+ "ratio1to1": {
1216
+ "value": 1
1217
+ },
1218
+ "ratio3to2": {
1219
+ "value": 1.5
1220
+ },
1221
+ "ratio4to3": {
1222
+ "value": 1.33333333333
1223
+ },
1224
+ "ratio5to4": {
1225
+ "value": 1.25
1226
+ },
1227
+ "ratio6to5": {
1228
+ "value": 1.2
1229
+ },
1230
+ "ratio7to5": {
1231
+ "value": 1.4
1232
+ },
1233
+ "ratio8to5": {
1234
+ "value": 1.6
1235
+ },
1236
+ "ratio8to7": {
1237
+ "value": 1.14285714286
1238
+ },
1239
+ "ratio9to7": {
1240
+ "value": 1.28571428571
1241
+ },
1242
+ "ratio9to8": {
1243
+ "value": 1.125
1244
+ }
1245
+ }
1246
+ },
1247
+ "opacity": {
1248
+ "description": "currently unused",
1249
+ "values": {}
1250
+ },
1251
+ "radius": {
1252
+ "values": {
1253
+ "none": {
1254
+ "value": 0
1255
+ },
1256
+ "pill32": {
1257
+ "description": "For 'pill' designs with circular sides, which become rounded rectangles of radius 32 if forced to have height greater than 64 (for example, if user's accessibility settings increase text size)",
1258
+ "value": 32
1259
+ },
1260
+ "radius1": {
1261
+ "description": "Use for Tooltip's arrow",
1262
+ "value": 1
1263
+ },
1264
+ "radius12": {
1265
+ "description": "Use for ProgressBar",
1266
+ "value": 12
1267
+ },
1268
+ "radius4": {
1269
+ "value": 4
1270
+ },
1271
+ "radius6": {
1272
+ "description": "Use for Cards",
1273
+ "value": 6
1274
+ },
1275
+ "radius8": {
1276
+ "description": "Use for Tooltip",
1277
+ "value": 8
1278
+ }
1279
+ }
1280
+ },
1281
+ "shadow": {
1282
+ "values": {
1283
+ "elevation1": {
1284
+ "description": "Raise the element one level from the surface, such as sticky elements",
1285
+ "value": {
1286
+ "blur": 8,
1287
+ "color": "rgba(0, 0, 0, 0.1)",
1288
+ "inset": false,
1289
+ "offsetX": 0,
1290
+ "offsetY": 4,
1291
+ "spread": 0
1292
+ }
1293
+ },
1294
+ "elevation2": {
1295
+ "description": "Raise the element 2 levels from the surface, such as overlays",
1296
+ "value": {
1297
+ "blur": 12,
1298
+ "color": "rgba(0, 0, 0, 0.03)",
1299
+ "inset": false,
1300
+ "offsetX": 0,
1301
+ "offsetY": 12,
1302
+ "spread": 0
1303
+ }
1304
+ },
1305
+ "elevation3": {
1306
+ "description": "Raise the element to the highest level from the surface, such as mega-nav",
1307
+ "value": {
1308
+ "blur": 32,
1309
+ "color": "rgba(0, 0, 0, 0.03)",
1310
+ "inset": false,
1311
+ "offsetX": 0,
1312
+ "offsetY": 32,
1313
+ "spread": 0
1314
+ }
1315
+ },
1316
+ "surfaceEmboss": {
1317
+ "description": "Use emboss to add a subtle highlight on elements to shows that it’s lifted from the surface such as the Progress Bar",
1318
+ "value": {
1319
+ "blur": 2,
1320
+ "color": "rgba(255, 255, 2555, 0.8)",
1321
+ "inset": true,
1322
+ "offsetX": 0,
1323
+ "offsetY": 2,
1324
+ "spread": 0
1325
+ }
1326
+ },
1327
+ "surfaceInset": {
1328
+ "description": "Use inset shadow to drop the element below the surface for interactive elements such as UI meters, card call-outs, and ToggleSwitch",
1329
+ "value": {
1330
+ "blur": 2,
1331
+ "color": "rgba(0, 0, 0, 0.1)",
1332
+ "inset": true,
1333
+ "offsetX": 0,
1334
+ "offsetY": 2,
1335
+ "spread": 0
1336
+ }
1337
+ },
1338
+ "surfaceRaised": {
1339
+ "description": "Use raised shadow to raise the element for interactive elements within an inset interface such as the knob in the ToggleSwitch",
1340
+ "value": {
1341
+ "blur": 2,
1342
+ "color": "rgba(0, 0, 0, 0.1)",
1343
+ "inset": false,
1344
+ "offsetX": 0,
1345
+ "offsetY": 2,
1346
+ "spread": 0
1347
+ }
1348
+ }
1349
+ }
1350
+ },
1351
+ "size": {
1352
+ "values": {
1353
+ "size0": {
1354
+ "value": 0
1355
+ },
1356
+ "size1": {
1357
+ "description": "For special gap sizes. This is not part of the allium spacing scale.",
1358
+ "value": 1
1359
+ },
1360
+ "size10": {
1361
+ "description": "Specifically introduced to space the Checkbox glyph from its label",
1362
+ "tags": ["Limited"],
1363
+ "value": 10
1364
+ },
1365
+ "size12": {
1366
+ "value": 12
1367
+ },
1368
+ "size120": {
1369
+ "value": 120
1370
+ },
1371
+ "size144": {
1372
+ "description": "24 x 6. Larger sizes for the widths/heights of blocks are based on multiples of 24.",
1373
+ "value": 144
1374
+ },
1375
+ "size16": {
1376
+ "value": 16
1377
+ },
1378
+ "size192": {
1379
+ "description": "24 x 8. Larger sizes for the widths/heights of blocks are based on multiples of 24.",
1380
+ "value": 192
1381
+ },
1382
+ "size2": {
1383
+ "description": "Specifically introduced to space the Feedback from the Checkbox",
1384
+ "tags": ["Limited "],
1385
+ "value": 2
1386
+ },
1387
+ "size20": {
1388
+ "value": 20
1389
+ },
1390
+ "size24": {
1391
+ "value": 24
1392
+ },
1393
+ "size264": {
1394
+ "description": "24 x 11. This is the widest token for widths where four columns with up to size24 spacing can be reliably accomodated at `xl` viewport. Larger sizes for the widths/heights of blocks are based on multiples of 24.",
1395
+ "value": 264
1396
+ },
1397
+ "size28": {
1398
+ "value": 28
1399
+ },
1400
+ "size288": {
1401
+ "description": "24 x 12. This matches 320 (the narrowest supported viewport) minus two 16px margins. Larger sizes for the widths/heights of blocks are based on multiples of 24).",
1402
+ "value": 288
1403
+ },
1404
+ "size3": {
1405
+ "description": "For special gap and size cases. This is not part of the allium sizing scale.",
1406
+ "value": 3
1407
+ },
1408
+ "size32": {
1409
+ "value": 32
1410
+ },
1411
+ "size36": {
1412
+ "value": 36
1413
+ },
1414
+ "size4": {
1415
+ "value": 4
1416
+ },
1417
+ "size40": {
1418
+ "value": 40
1419
+ },
1420
+ "size44": {
1421
+ "value": 44
1422
+ },
1423
+ "size48": {
1424
+ "value": 48
1425
+ },
1426
+ "size64": {
1427
+ "value": 64
1428
+ },
1429
+ "size72": {
1430
+ "value": 72
1431
+ },
1432
+ "size8": {
1433
+ "value": 8
1434
+ },
1435
+ "size80": {
1436
+ "value": 80
1437
+ },
1438
+ "size96": {
1439
+ "value": 96
1440
+ }
1441
+ }
1442
+ }
1443
+ }