@telus-uds/theme-allium 4.13.1 → 4.15.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/schema.json +1280 -937
- package/build/android/theme.json +384 -25
- package/build/ios/schema.json +1280 -937
- package/build/ios/theme.json +384 -25
- package/build/rn/schema.json +1280 -937
- package/build/rn/theme.js +232 -15
- package/package.json +5 -5
- package/theme.json +241 -12
|
@@ -40,6 +40,12 @@
|
|
|
40
40
|
"{appearances.Checkbox.focus}",
|
|
41
41
|
"{appearances.Checkbox.hover}",
|
|
42
42
|
"{appearances.Checkbox.inactive}",
|
|
43
|
+
"{appearances.CheckboxCard.pressed}",
|
|
44
|
+
"{appearances.CheckboxCard.checked}",
|
|
45
|
+
"{appearances.CheckboxCard.error}",
|
|
46
|
+
"{appearances.CheckboxCard.focus}",
|
|
47
|
+
"{appearances.CheckboxCard.hover}",
|
|
48
|
+
"{appearances.CheckboxCard.inactive}",
|
|
43
49
|
"{appearances.ChevronLink.focus}",
|
|
44
50
|
"{appearances.ChevronLink.hover}",
|
|
45
51
|
"{appearances.ChevronLink.pressed}",
|
|
@@ -217,38 +223,38 @@
|
|
|
217
223
|
"anyOf": [
|
|
218
224
|
{
|
|
219
225
|
"const": "{palette.border.border1}",
|
|
220
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
221
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
226
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
227
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
222
228
|
},
|
|
223
229
|
{
|
|
224
230
|
"const": "{palette.border.border2}",
|
|
225
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
226
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
231
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
232
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
227
233
|
},
|
|
228
234
|
{
|
|
229
235
|
"const": "{palette.border.border3}",
|
|
230
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
231
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
236
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
237
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
232
238
|
},
|
|
233
239
|
{
|
|
234
240
|
"const": "{palette.border.border4}",
|
|
235
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
236
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
241
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
242
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
237
243
|
},
|
|
238
244
|
{
|
|
239
245
|
"const": "{palette.border.none}",
|
|
240
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
241
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
246
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
247
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
242
248
|
},
|
|
243
249
|
{
|
|
244
250
|
"const": "{system.border.zero}",
|
|
245
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
246
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
251
|
+
"description": "@telus-uds/system-tokens/v0.7.23 system react-native tokens ⚙️",
|
|
252
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.23` **system** tokens ⚙️"
|
|
247
253
|
},
|
|
248
254
|
{
|
|
249
255
|
"const": "{system.border.none}",
|
|
250
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
251
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
256
|
+
"description": "@telus-uds/system-tokens/v0.7.23 system react-native tokens ⚙️",
|
|
257
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.23` **system** tokens ⚙️"
|
|
252
258
|
}
|
|
253
259
|
],
|
|
254
260
|
"$id": "#border"
|
|
@@ -257,223 +263,233 @@
|
|
|
257
263
|
"anyOf": [
|
|
258
264
|
{
|
|
259
265
|
"const": "{palette.color.amber}",
|
|
260
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
261
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
266
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\nAmber",
|
|
267
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\nAmber"
|
|
262
268
|
},
|
|
263
269
|
{
|
|
264
270
|
"const": "{palette.color.amberDark}",
|
|
265
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
266
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
271
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\nDark Amber",
|
|
272
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\nDark Amber"
|
|
267
273
|
},
|
|
268
274
|
{
|
|
269
275
|
"const": "{palette.color.amberLight}",
|
|
270
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
271
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
276
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\nLight Amber",
|
|
277
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\nLight Amber"
|
|
272
278
|
},
|
|
273
279
|
{
|
|
274
280
|
"const": "{palette.color.bgModal}",
|
|
275
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
276
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
281
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\nModal Background",
|
|
282
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\nModal Background"
|
|
277
283
|
},
|
|
278
284
|
{
|
|
279
285
|
"const": "{palette.color.black}",
|
|
280
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
281
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
286
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\nBlack",
|
|
287
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\nBlack"
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
"const": "{palette.color.brandLight}",
|
|
291
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\nBrand Light",
|
|
292
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\nBrand Light"
|
|
282
293
|
},
|
|
283
294
|
{
|
|
284
295
|
"const": "{palette.color.dark10}",
|
|
285
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
286
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
296
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\nDark 10%",
|
|
297
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\nDark 10%"
|
|
287
298
|
},
|
|
288
299
|
{
|
|
289
300
|
"const": "{palette.color.dark20}",
|
|
290
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
291
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
301
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\nDark 20%",
|
|
302
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\nDark 20%"
|
|
292
303
|
},
|
|
293
304
|
{
|
|
294
305
|
"const": "{palette.color.dark40}",
|
|
295
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
296
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
306
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\nDark 40%",
|
|
307
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\nDark 40%"
|
|
308
|
+
},
|
|
309
|
+
{
|
|
310
|
+
"const": "{palette.color.dark5}",
|
|
311
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\nDark 5%",
|
|
312
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\nDark 5%"
|
|
297
313
|
},
|
|
298
314
|
{
|
|
299
315
|
"const": "{palette.color.dark60}",
|
|
300
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
301
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
316
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\nDark 60%",
|
|
317
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\nDark 60%"
|
|
302
318
|
},
|
|
303
319
|
{
|
|
304
320
|
"const": "{palette.color.dark80}",
|
|
305
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
306
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
321
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\nDark 80%",
|
|
322
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\nDark 80%"
|
|
307
323
|
},
|
|
308
324
|
{
|
|
309
325
|
"const": "{palette.color.dark97}",
|
|
310
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
311
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
326
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\nDark 97%",
|
|
327
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\nDark 97%"
|
|
312
328
|
},
|
|
313
329
|
{
|
|
314
330
|
"const": "{palette.color.greenAccessible}",
|
|
315
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
316
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
331
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\nAccessible Green",
|
|
332
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\nAccessible Green"
|
|
317
333
|
},
|
|
318
334
|
{
|
|
319
335
|
"const": "{palette.color.greenDarkFern}",
|
|
320
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
321
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
336
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\nDark fern Green",
|
|
337
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\nDark fern Green"
|
|
322
338
|
},
|
|
323
339
|
{
|
|
324
340
|
"const": "{palette.color.greenPanache}",
|
|
325
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
326
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
341
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\nPanache Green",
|
|
342
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\nPanache Green"
|
|
327
343
|
},
|
|
328
344
|
{
|
|
329
345
|
"const": "{palette.color.greenSanFelix}",
|
|
330
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
331
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
346
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\nSan Felix Green",
|
|
347
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\nSan Felix Green"
|
|
332
348
|
},
|
|
333
349
|
{
|
|
334
350
|
"const": "{palette.color.greenTelus}",
|
|
335
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
336
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
351
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\nTELUS Green",
|
|
352
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\nTELUS Green"
|
|
337
353
|
},
|
|
338
354
|
{
|
|
339
355
|
"const": "{palette.color.greenTusk}",
|
|
340
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
341
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
356
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\nTusk Green",
|
|
357
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\nTusk Green"
|
|
342
358
|
},
|
|
343
359
|
{
|
|
344
360
|
"const": "{palette.color.greenYellow}",
|
|
345
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
346
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
361
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\nYellow Green",
|
|
362
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\nYellow Green"
|
|
347
363
|
},
|
|
348
364
|
{
|
|
349
365
|
"const": "{palette.color.greyAlabaster}",
|
|
350
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
351
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
366
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\nAlabaster Grey",
|
|
367
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\nAlabaster Grey"
|
|
352
368
|
},
|
|
353
369
|
{
|
|
354
370
|
"const": "{palette.color.greyAthens}",
|
|
355
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
356
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
371
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\nAthens Grey",
|
|
372
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\nAthens Grey"
|
|
357
373
|
},
|
|
358
374
|
{
|
|
359
375
|
"const": "{palette.color.greyCharcoal}",
|
|
360
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
361
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
376
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\nCharcoal Grey",
|
|
377
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\nCharcoal Grey"
|
|
362
378
|
},
|
|
363
379
|
{
|
|
364
380
|
"const": "{palette.color.greyCloud}",
|
|
365
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
366
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
381
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\nCloud Grey",
|
|
382
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\nCloud Grey"
|
|
367
383
|
},
|
|
368
384
|
{
|
|
369
385
|
"const": "{palette.color.greyLight}",
|
|
370
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
371
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
386
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
387
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
372
388
|
},
|
|
373
389
|
{
|
|
374
390
|
"const": "{palette.color.greyMystic}",
|
|
375
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
376
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
391
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\nMystic Grey",
|
|
392
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\nMystic Grey"
|
|
377
393
|
},
|
|
378
394
|
{
|
|
379
395
|
"const": "{palette.color.greyShuttle}",
|
|
380
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
381
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
396
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\nShuttle Grey",
|
|
397
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\nShuttle Grey"
|
|
382
398
|
},
|
|
383
399
|
{
|
|
384
400
|
"const": "{palette.color.greyThunder}",
|
|
385
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
386
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
401
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\nThunder Grey",
|
|
402
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\nThunder Grey"
|
|
387
403
|
},
|
|
388
404
|
{
|
|
389
405
|
"const": "{palette.color.light10}",
|
|
390
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
391
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
406
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\nLight 10%",
|
|
407
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\nLight 10%"
|
|
392
408
|
},
|
|
393
409
|
{
|
|
394
410
|
"const": "{palette.color.light20}",
|
|
395
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
396
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
411
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\nLight 20%",
|
|
412
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\nLight 20%"
|
|
397
413
|
},
|
|
398
414
|
{
|
|
399
415
|
"const": "{palette.color.light40}",
|
|
400
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
401
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
416
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\nLight 40%",
|
|
417
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\nLight 40%"
|
|
402
418
|
},
|
|
403
419
|
{
|
|
404
420
|
"const": "{palette.color.light60}",
|
|
405
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
406
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
421
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\nLight 60%",
|
|
422
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\nLight 60%"
|
|
407
423
|
},
|
|
408
424
|
{
|
|
409
425
|
"const": "{palette.color.light80}",
|
|
410
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
411
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
426
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\nLight 80%",
|
|
427
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\nLight 80%"
|
|
412
428
|
},
|
|
413
429
|
{
|
|
414
430
|
"const": "{palette.color.light97}",
|
|
415
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
416
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
431
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\nLight 97%",
|
|
432
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\nLight 97%"
|
|
417
433
|
},
|
|
418
434
|
{
|
|
419
435
|
"const": "{palette.color.purpleDark}",
|
|
420
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
421
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
436
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\nDark Purple",
|
|
437
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\nDark Purple"
|
|
422
438
|
},
|
|
423
439
|
{
|
|
424
440
|
"const": "{palette.color.purpleDeluge}",
|
|
425
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
426
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
441
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\nDeluge Purple",
|
|
442
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\nDeluge Purple"
|
|
427
443
|
},
|
|
428
444
|
{
|
|
429
445
|
"const": "{palette.color.purpleEminence}",
|
|
430
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
431
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
446
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\nEminence Purple",
|
|
447
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\nEminence Purple"
|
|
432
448
|
},
|
|
433
449
|
{
|
|
434
450
|
"const": "{palette.color.purpleTelus}",
|
|
435
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
436
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
451
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\nTELUS Purple",
|
|
452
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\nTELUS Purple"
|
|
437
453
|
},
|
|
438
454
|
{
|
|
439
455
|
"const": "{palette.color.red}",
|
|
440
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
441
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
456
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\nRed",
|
|
457
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\nRed"
|
|
442
458
|
},
|
|
443
459
|
{
|
|
444
460
|
"const": "{palette.color.redDark}",
|
|
445
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
446
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
461
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\nDark Red",
|
|
462
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\nDark Red"
|
|
447
463
|
},
|
|
448
464
|
{
|
|
449
465
|
"const": "{palette.color.redDarker}",
|
|
450
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
451
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
466
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\nDarker Red",
|
|
467
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\nDarker Red"
|
|
452
468
|
},
|
|
453
469
|
{
|
|
454
470
|
"const": "{palette.color.redLight}",
|
|
455
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
456
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
471
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\nLight Red",
|
|
472
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\nLight Red"
|
|
457
473
|
},
|
|
458
474
|
{
|
|
459
475
|
"const": "{palette.color.transparent}",
|
|
460
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
461
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
476
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\nTransparent",
|
|
477
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\nTransparent"
|
|
462
478
|
},
|
|
463
479
|
{
|
|
464
480
|
"const": "{palette.color.white}",
|
|
465
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
466
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
481
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\nWhite",
|
|
482
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\nWhite"
|
|
467
483
|
},
|
|
468
484
|
{
|
|
469
485
|
"const": "{system.color.transparent}",
|
|
470
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
471
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
486
|
+
"description": "@telus-uds/system-tokens/v0.7.23 system react-native tokens ⚙️",
|
|
487
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.23` **system** tokens ⚙️"
|
|
472
488
|
},
|
|
473
489
|
{
|
|
474
490
|
"const": "{system.color.none}",
|
|
475
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
476
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
491
|
+
"description": "@telus-uds/system-tokens/v0.7.23 system react-native tokens ⚙️",
|
|
492
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.23` **system** tokens ⚙️"
|
|
477
493
|
}
|
|
478
494
|
],
|
|
479
495
|
"$id": "#color"
|
|
@@ -482,18 +498,18 @@
|
|
|
482
498
|
"anyOf": [
|
|
483
499
|
{
|
|
484
500
|
"const": "{palette.duration.duration250}",
|
|
485
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
486
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
501
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
502
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
487
503
|
},
|
|
488
504
|
{
|
|
489
505
|
"const": "{palette.duration.duration300}",
|
|
490
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
491
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
506
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
507
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
492
508
|
},
|
|
493
509
|
{
|
|
494
510
|
"const": "{system.duration.zero}",
|
|
495
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
496
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
511
|
+
"description": "@telus-uds/system-tokens/v0.7.23 system react-native tokens ⚙️",
|
|
512
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.23` **system** tokens ⚙️"
|
|
497
513
|
}
|
|
498
514
|
],
|
|
499
515
|
"$id": "#duration"
|
|
@@ -502,63 +518,63 @@
|
|
|
502
518
|
"anyOf": [
|
|
503
519
|
{
|
|
504
520
|
"const": "{palette.fontSize.size12}",
|
|
505
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
506
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
521
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
522
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
507
523
|
},
|
|
508
524
|
{
|
|
509
525
|
"const": "{palette.fontSize.size14}",
|
|
510
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
511
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
526
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
527
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
512
528
|
},
|
|
513
529
|
{
|
|
514
530
|
"const": "{palette.fontSize.size16}",
|
|
515
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
516
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
531
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
532
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
517
533
|
},
|
|
518
534
|
{
|
|
519
535
|
"const": "{palette.fontSize.size20}",
|
|
520
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
521
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
536
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
537
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
522
538
|
},
|
|
523
539
|
{
|
|
524
540
|
"const": "{palette.fontSize.size24}",
|
|
525
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
526
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
541
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
542
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
527
543
|
},
|
|
528
544
|
{
|
|
529
545
|
"const": "{palette.fontSize.size28}",
|
|
530
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
531
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
546
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
547
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
532
548
|
},
|
|
533
549
|
{
|
|
534
550
|
"const": "{palette.fontSize.size32}",
|
|
535
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
536
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
551
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
552
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
537
553
|
},
|
|
538
554
|
{
|
|
539
555
|
"const": "{palette.fontSize.size36}",
|
|
540
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
541
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
556
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
557
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
542
558
|
},
|
|
543
559
|
{
|
|
544
560
|
"const": "{palette.fontSize.size40}",
|
|
545
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
546
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
561
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
562
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
547
563
|
},
|
|
548
564
|
{
|
|
549
565
|
"const": "{palette.fontSize.size56}",
|
|
550
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
551
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
566
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
567
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
552
568
|
},
|
|
553
569
|
{
|
|
554
570
|
"const": "{palette.fontSize.size64}",
|
|
555
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
556
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
571
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
572
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
557
573
|
},
|
|
558
574
|
{
|
|
559
575
|
"const": "{system.fontSize.none}",
|
|
560
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
561
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
576
|
+
"description": "@telus-uds/system-tokens/v0.7.23 system react-native tokens ⚙️",
|
|
577
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.23` **system** tokens ⚙️"
|
|
562
578
|
}
|
|
563
579
|
],
|
|
564
580
|
"$id": "#fontSize"
|
|
@@ -567,33 +583,33 @@
|
|
|
567
583
|
"anyOf": [
|
|
568
584
|
{
|
|
569
585
|
"const": "{palette.gradient.base}",
|
|
570
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
571
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
586
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\nBase Gradient",
|
|
587
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\nBase Gradient"
|
|
572
588
|
},
|
|
573
589
|
{
|
|
574
590
|
"const": "{palette.gradient.brand}",
|
|
575
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
576
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
591
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\nBrand Gradient",
|
|
592
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\nBrand Gradient"
|
|
577
593
|
},
|
|
578
594
|
{
|
|
579
595
|
"const": "{palette.gradient.green}",
|
|
580
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
581
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
596
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\nGreen Gradient",
|
|
597
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\nGreen Gradient"
|
|
582
598
|
},
|
|
583
599
|
{
|
|
584
600
|
"const": "{palette.gradient.neutral}",
|
|
585
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
586
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
601
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\nNeutral Gradient",
|
|
602
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\nNeutral Gradient"
|
|
587
603
|
},
|
|
588
604
|
{
|
|
589
605
|
"const": "{palette.gradient.purple}",
|
|
590
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
591
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
606
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\nPurple Gradient",
|
|
607
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\nPurple Gradient"
|
|
592
608
|
},
|
|
593
609
|
{
|
|
594
610
|
"const": "{system.gradient.none}",
|
|
595
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
596
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
611
|
+
"description": "@telus-uds/system-tokens/v0.7.23 system react-native tokens ⚙️",
|
|
612
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.23` **system** tokens ⚙️"
|
|
597
613
|
}
|
|
598
614
|
],
|
|
599
615
|
"$id": "#gradient"
|
|
@@ -602,1238 +618,1238 @@
|
|
|
602
618
|
"anyOf": [
|
|
603
619
|
{
|
|
604
620
|
"const": "{palette.icon.Accessible}",
|
|
605
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
606
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
621
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
622
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
607
623
|
},
|
|
608
624
|
{
|
|
609
625
|
"const": "{palette.icon.Add}",
|
|
610
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
611
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
626
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
627
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
612
628
|
},
|
|
613
629
|
{
|
|
614
630
|
"const": "{palette.icon.AddUser}",
|
|
615
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
616
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
631
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
632
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
617
633
|
},
|
|
618
634
|
{
|
|
619
635
|
"const": "{palette.icon.AlarmClock}",
|
|
620
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
621
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
636
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
637
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
622
638
|
},
|
|
623
639
|
{
|
|
624
640
|
"const": "{palette.icon.Ambulance}",
|
|
625
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
626
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
641
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
642
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
627
643
|
},
|
|
628
644
|
{
|
|
629
645
|
"const": "{palette.icon.Amex}",
|
|
630
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
631
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
646
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
647
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
632
648
|
},
|
|
633
649
|
{
|
|
634
650
|
"const": "{palette.icon.ArrowDown}",
|
|
635
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
636
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
651
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
652
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
637
653
|
},
|
|
638
654
|
{
|
|
639
655
|
"const": "{palette.icon.ArrowLeft}",
|
|
640
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
641
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
656
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
657
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
642
658
|
},
|
|
643
659
|
{
|
|
644
660
|
"const": "{palette.icon.ArrowRight}",
|
|
645
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
646
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
661
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
662
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
647
663
|
},
|
|
648
664
|
{
|
|
649
665
|
"const": "{palette.icon.ArrowUp}",
|
|
650
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
651
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
666
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
667
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
652
668
|
},
|
|
653
669
|
{
|
|
654
670
|
"const": "{palette.icon.ArtificialIntelligence}",
|
|
655
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
656
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
671
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
672
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
657
673
|
},
|
|
658
674
|
{
|
|
659
675
|
"const": "{palette.icon.AssistiveListening}",
|
|
660
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
661
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
676
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
677
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
662
678
|
},
|
|
663
679
|
{
|
|
664
680
|
"const": "{palette.icon.Attention}",
|
|
665
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
666
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
681
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
682
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
667
683
|
},
|
|
668
684
|
{
|
|
669
685
|
"const": "{palette.icon.Award}",
|
|
670
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
671
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
686
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
687
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
672
688
|
},
|
|
673
689
|
{
|
|
674
690
|
"const": "{palette.icon.Baby}",
|
|
675
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
676
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
691
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
692
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
677
693
|
},
|
|
678
694
|
{
|
|
679
695
|
"const": "{palette.icon.BabyBoy}",
|
|
680
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
681
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
696
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
697
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
682
698
|
},
|
|
683
699
|
{
|
|
684
700
|
"const": "{palette.icon.BabyGirl}",
|
|
685
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
686
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
701
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
702
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
687
703
|
},
|
|
688
704
|
{
|
|
689
705
|
"const": "{palette.icon.BackToSchool}",
|
|
690
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
691
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
706
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
707
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
692
708
|
},
|
|
693
709
|
{
|
|
694
710
|
"const": "{palette.icon.Bank}",
|
|
695
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
696
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
711
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
712
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
697
713
|
},
|
|
698
714
|
{
|
|
699
715
|
"const": "{palette.icon.BatteryCar}",
|
|
700
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
701
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
716
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
717
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
702
718
|
},
|
|
703
719
|
{
|
|
704
720
|
"const": "{palette.icon.BatteryCharging}",
|
|
705
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
706
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
721
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
722
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
707
723
|
},
|
|
708
724
|
{
|
|
709
725
|
"const": "{palette.icon.Bell}",
|
|
710
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
711
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
726
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
727
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
712
728
|
},
|
|
713
729
|
{
|
|
714
730
|
"const": "{palette.icon.Bill}",
|
|
715
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
716
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
731
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
732
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
717
733
|
},
|
|
718
734
|
{
|
|
719
735
|
"const": "{palette.icon.Bookmark}",
|
|
720
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
721
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
736
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
737
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
722
738
|
},
|
|
723
739
|
{
|
|
724
740
|
"const": "{palette.icon.Braille}",
|
|
725
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
726
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
741
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
742
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
727
743
|
},
|
|
728
744
|
{
|
|
729
745
|
"const": "{palette.icon.Briefcase}",
|
|
730
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
731
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
746
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
747
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
732
748
|
},
|
|
733
749
|
{
|
|
734
750
|
"const": "{palette.icon.BulletFill}",
|
|
735
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
736
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
751
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
752
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
737
753
|
},
|
|
738
754
|
{
|
|
739
755
|
"const": "{palette.icon.Calendar}",
|
|
740
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
741
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
756
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
757
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
742
758
|
},
|
|
743
759
|
{
|
|
744
760
|
"const": "{palette.icon.Call}",
|
|
745
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
746
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
761
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
762
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
747
763
|
},
|
|
748
764
|
{
|
|
749
765
|
"const": "{palette.icon.CallForward}",
|
|
750
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
751
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
766
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
767
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
752
768
|
},
|
|
753
769
|
{
|
|
754
770
|
"const": "{palette.icon.CallOut}",
|
|
755
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
756
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
771
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
772
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
757
773
|
},
|
|
758
774
|
{
|
|
759
775
|
"const": "{palette.icon.CallReceive}",
|
|
760
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
761
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
776
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
777
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
762
778
|
},
|
|
763
779
|
{
|
|
764
780
|
"const": "{palette.icon.CallTalking}",
|
|
765
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
766
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
781
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
782
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
767
783
|
},
|
|
768
784
|
{
|
|
769
785
|
"const": "{palette.icon.Camera}",
|
|
770
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
771
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
786
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
787
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
772
788
|
},
|
|
773
789
|
{
|
|
774
790
|
"const": "{palette.icon.CanUs}",
|
|
775
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
776
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
791
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
792
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
777
793
|
},
|
|
778
794
|
{
|
|
779
795
|
"const": "{palette.icon.Car}",
|
|
780
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
781
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
796
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
797
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
782
798
|
},
|
|
783
799
|
{
|
|
784
800
|
"const": "{palette.icon.CaretDown}",
|
|
785
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
786
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
801
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
802
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
787
803
|
},
|
|
788
804
|
{
|
|
789
805
|
"const": "{palette.icon.CaretUp}",
|
|
790
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
791
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
806
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
807
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
792
808
|
},
|
|
793
809
|
{
|
|
794
810
|
"const": "{palette.icon.CartEmptyBold}",
|
|
795
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
796
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
811
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
812
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
797
813
|
},
|
|
798
814
|
{
|
|
799
815
|
"const": "{palette.icon.CartFilledBold}",
|
|
800
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
801
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
816
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
817
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
802
818
|
},
|
|
803
819
|
{
|
|
804
820
|
"const": "{palette.icon.Channels}",
|
|
805
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
806
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
821
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
822
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
807
823
|
},
|
|
808
824
|
{
|
|
809
825
|
"const": "{palette.icon.ChartsBar1}",
|
|
810
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
811
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
826
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
827
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
812
828
|
},
|
|
813
829
|
{
|
|
814
830
|
"const": "{palette.icon.ChartsBar2}",
|
|
815
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
816
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
831
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
832
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
817
833
|
},
|
|
818
834
|
{
|
|
819
835
|
"const": "{palette.icon.ChartsLine}",
|
|
820
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
821
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
836
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
837
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
822
838
|
},
|
|
823
839
|
{
|
|
824
840
|
"const": "{palette.icon.Chat1}",
|
|
825
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
826
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
841
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
842
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
827
843
|
},
|
|
828
844
|
{
|
|
829
845
|
"const": "{palette.icon.Chat2}",
|
|
830
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
831
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
846
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
847
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
832
848
|
},
|
|
833
849
|
{
|
|
834
850
|
"const": "{palette.icon.ChatSupport}",
|
|
835
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
836
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
851
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
852
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
837
853
|
},
|
|
838
854
|
{
|
|
839
855
|
"const": "{palette.icon.Check}",
|
|
840
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
841
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
856
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
857
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
842
858
|
},
|
|
843
859
|
{
|
|
844
860
|
"const": "{palette.icon.Checkmark}",
|
|
845
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
846
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
861
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
862
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
847
863
|
},
|
|
848
864
|
{
|
|
849
865
|
"const": "{palette.icon.ChevronLeft}",
|
|
850
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
851
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
866
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
867
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
852
868
|
},
|
|
853
869
|
{
|
|
854
870
|
"const": "{palette.icon.ChevronRight}",
|
|
855
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
856
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
871
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
872
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
857
873
|
},
|
|
858
874
|
{
|
|
859
875
|
"const": "{palette.icon.Clipboard}",
|
|
860
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
861
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
876
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
877
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
862
878
|
},
|
|
863
879
|
{
|
|
864
880
|
"const": "{palette.icon.Close}",
|
|
865
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
866
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
881
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
882
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
867
883
|
},
|
|
868
884
|
{
|
|
869
885
|
"const": "{palette.icon.ClosedCaptions}",
|
|
870
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
871
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
886
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
887
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
872
888
|
},
|
|
873
889
|
{
|
|
874
890
|
"const": "{palette.icon.CloudDownload}",
|
|
875
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
876
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
891
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
892
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
877
893
|
},
|
|
878
894
|
{
|
|
879
895
|
"const": "{palette.icon.CloudSync}",
|
|
880
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
881
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
896
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
897
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
882
898
|
},
|
|
883
899
|
{
|
|
884
900
|
"const": "{palette.icon.CloudUpload}",
|
|
885
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
886
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
901
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
902
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
887
903
|
},
|
|
888
904
|
{
|
|
889
905
|
"const": "{palette.icon.CognitiveDisability}",
|
|
890
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
891
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
906
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
907
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
892
908
|
},
|
|
893
909
|
{
|
|
894
910
|
"const": "{palette.icon.Collaboration}",
|
|
895
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
896
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
911
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
912
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
897
913
|
},
|
|
898
914
|
{
|
|
899
915
|
"const": "{palette.icon.Compass}",
|
|
900
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
901
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
916
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
917
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
902
918
|
},
|
|
903
919
|
{
|
|
904
920
|
"const": "{palette.icon.ComputerNetwork}",
|
|
905
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
906
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
921
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
922
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
907
923
|
},
|
|
908
924
|
{
|
|
909
925
|
"const": "{palette.icon.Contract}",
|
|
910
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
911
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
926
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
927
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
912
928
|
},
|
|
913
929
|
{
|
|
914
930
|
"const": "{palette.icon.CreditCard}",
|
|
915
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
916
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
931
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
932
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
917
933
|
},
|
|
918
934
|
{
|
|
919
935
|
"const": "{palette.icon.Cronometer}",
|
|
920
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
921
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
936
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
937
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
922
938
|
},
|
|
923
939
|
{
|
|
924
940
|
"const": "{palette.icon.CssActivations}",
|
|
925
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
926
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
941
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
942
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
927
943
|
},
|
|
928
944
|
{
|
|
929
945
|
"const": "{palette.icon.DataLimit}",
|
|
930
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
931
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
946
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
947
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
932
948
|
},
|
|
933
949
|
{
|
|
934
950
|
"const": "{palette.icon.Deals}",
|
|
935
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
936
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
951
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
952
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
937
953
|
},
|
|
938
954
|
{
|
|
939
955
|
"const": "{palette.icon.Delete}",
|
|
940
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
941
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
956
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
957
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
942
958
|
},
|
|
943
959
|
{
|
|
944
960
|
"const": "{palette.icon.Delivery}",
|
|
945
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
946
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
961
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
962
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
947
963
|
},
|
|
948
964
|
{
|
|
949
965
|
"const": "{palette.icon.Devices}",
|
|
950
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
951
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
966
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
967
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
952
968
|
},
|
|
953
969
|
{
|
|
954
970
|
"const": "{palette.icon.Diagram}",
|
|
955
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
956
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
971
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
972
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
957
973
|
},
|
|
958
974
|
{
|
|
959
975
|
"const": "{palette.icon.Diamond}",
|
|
960
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
961
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
976
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
977
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
962
978
|
},
|
|
963
979
|
{
|
|
964
980
|
"const": "{palette.icon.Direction}",
|
|
965
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
966
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
981
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
982
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
967
983
|
},
|
|
968
984
|
{
|
|
969
985
|
"const": "{palette.icon.Document}",
|
|
970
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
971
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
986
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
987
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
972
988
|
},
|
|
973
989
|
{
|
|
974
990
|
"const": "{palette.icon.Donate}",
|
|
975
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
976
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
991
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
992
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
977
993
|
},
|
|
978
994
|
{
|
|
979
995
|
"const": "{palette.icon.Download}",
|
|
980
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
981
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
996
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
997
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
982
998
|
},
|
|
983
999
|
{
|
|
984
1000
|
"const": "{palette.icon.DownloadPdf}",
|
|
985
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
986
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1001
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1002
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
987
1003
|
},
|
|
988
1004
|
{
|
|
989
1005
|
"const": "{palette.icon.DownloadPdfs}",
|
|
990
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
991
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1006
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1007
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
992
1008
|
},
|
|
993
1009
|
{
|
|
994
1010
|
"const": "{palette.icon.Edit}",
|
|
995
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
996
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1011
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1012
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
997
1013
|
},
|
|
998
1014
|
{
|
|
999
1015
|
"const": "{palette.icon.Email}",
|
|
1000
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1001
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1016
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1017
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1002
1018
|
},
|
|
1003
1019
|
{
|
|
1004
1020
|
"const": "{palette.icon.Escalations}",
|
|
1005
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1006
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1021
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1022
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1007
1023
|
},
|
|
1008
1024
|
{
|
|
1009
1025
|
"const": "{palette.icon.Expand}",
|
|
1010
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1011
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1026
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1027
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1012
1028
|
},
|
|
1013
1029
|
{
|
|
1014
1030
|
"const": "{palette.icon.EyeClosed}",
|
|
1015
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1016
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1031
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1032
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1017
1033
|
},
|
|
1018
1034
|
{
|
|
1019
1035
|
"const": "{palette.icon.EyeMasked}",
|
|
1020
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1021
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1036
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1037
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1022
1038
|
},
|
|
1023
1039
|
{
|
|
1024
1040
|
"const": "{palette.icon.EyeOpened}",
|
|
1025
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1026
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1041
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1042
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1027
1043
|
},
|
|
1028
1044
|
{
|
|
1029
1045
|
"const": "{palette.icon.EyeUnmasked}",
|
|
1030
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1031
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1046
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1047
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1032
1048
|
},
|
|
1033
1049
|
{
|
|
1034
1050
|
"const": "{palette.icon.FavouriteNetwork}",
|
|
1035
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1036
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1051
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1052
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1037
1053
|
},
|
|
1038
1054
|
{
|
|
1039
1055
|
"const": "{palette.icon.Files}",
|
|
1040
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1041
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1056
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1057
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1042
1058
|
},
|
|
1043
1059
|
{
|
|
1044
1060
|
"const": "{palette.icon.Fingerprint}",
|
|
1045
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1046
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1061
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1062
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1047
1063
|
},
|
|
1048
1064
|
{
|
|
1049
1065
|
"const": "{palette.icon.Firewall}",
|
|
1050
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1051
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1066
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1067
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1052
1068
|
},
|
|
1053
1069
|
{
|
|
1054
1070
|
"const": "{palette.icon.Flag}",
|
|
1055
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1056
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1071
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1072
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1057
1073
|
},
|
|
1058
1074
|
{
|
|
1059
1075
|
"const": "{palette.icon.FullscreenExpand}",
|
|
1060
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1061
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1076
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1077
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1062
1078
|
},
|
|
1063
1079
|
{
|
|
1064
1080
|
"const": "{palette.icon.FullscreenMinimize}",
|
|
1065
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1066
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1081
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1082
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1067
1083
|
},
|
|
1068
1084
|
{
|
|
1069
1085
|
"const": "{palette.icon.Gift}",
|
|
1070
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1071
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1086
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1087
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1072
1088
|
},
|
|
1073
1089
|
{
|
|
1074
1090
|
"const": "{palette.icon.Globe1}",
|
|
1075
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1076
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1091
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1092
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1077
1093
|
},
|
|
1078
1094
|
{
|
|
1079
1095
|
"const": "{palette.icon.Globe2}",
|
|
1080
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1081
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1096
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1097
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1082
1098
|
},
|
|
1083
1099
|
{
|
|
1084
1100
|
"const": "{palette.icon.Grid}",
|
|
1085
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1086
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1101
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1102
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1087
1103
|
},
|
|
1088
1104
|
{
|
|
1089
1105
|
"const": "{palette.icon.HeadBoth}",
|
|
1090
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1091
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1106
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1107
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1092
1108
|
},
|
|
1093
1109
|
{
|
|
1094
1110
|
"const": "{palette.icon.HeadFemale}",
|
|
1095
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1096
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1111
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1112
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1097
1113
|
},
|
|
1098
1114
|
{
|
|
1099
1115
|
"const": "{palette.icon.HeadMale}",
|
|
1100
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1101
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1116
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1117
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1102
1118
|
},
|
|
1103
1119
|
{
|
|
1104
1120
|
"const": "{palette.icon.Headset}",
|
|
1105
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1106
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1121
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1122
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1107
1123
|
},
|
|
1108
1124
|
{
|
|
1109
1125
|
"const": "{palette.icon.Heart}",
|
|
1110
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1111
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1126
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1127
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1112
1128
|
},
|
|
1113
1129
|
{
|
|
1114
1130
|
"const": "{palette.icon.Heartbeat}",
|
|
1115
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1116
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1131
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1132
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1117
1133
|
},
|
|
1118
1134
|
{
|
|
1119
1135
|
"const": "{palette.icon.Helpdesk}",
|
|
1120
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1121
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1136
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1137
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1122
1138
|
},
|
|
1123
1139
|
{
|
|
1124
1140
|
"const": "{palette.icon.Home}",
|
|
1125
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1126
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1141
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1142
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1127
1143
|
},
|
|
1128
1144
|
{
|
|
1129
1145
|
"const": "{palette.icon.HomePro}",
|
|
1130
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1131
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1146
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1147
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1132
1148
|
},
|
|
1133
1149
|
{
|
|
1134
1150
|
"const": "{palette.icon.HomeSecurity}",
|
|
1135
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1136
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1151
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1152
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1137
1153
|
},
|
|
1138
1154
|
{
|
|
1139
1155
|
"const": "{palette.icon.IDTag}",
|
|
1140
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1141
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1156
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1157
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1142
1158
|
},
|
|
1143
1159
|
{
|
|
1144
1160
|
"const": "{palette.icon.Infinite}",
|
|
1145
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1146
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1161
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1162
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1147
1163
|
},
|
|
1148
1164
|
{
|
|
1149
1165
|
"const": "{palette.icon.Information}",
|
|
1150
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1151
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1166
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1167
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1152
1168
|
},
|
|
1153
1169
|
{
|
|
1154
1170
|
"const": "{palette.icon.Internet}",
|
|
1155
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1156
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1171
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1172
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1157
1173
|
},
|
|
1158
1174
|
{
|
|
1159
1175
|
"const": "{palette.icon.Invisible}",
|
|
1160
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1161
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1176
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1177
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1162
1178
|
},
|
|
1163
1179
|
{
|
|
1164
1180
|
"const": "{palette.icon.Key}",
|
|
1165
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1166
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1181
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1182
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1167
1183
|
},
|
|
1168
1184
|
{
|
|
1169
1185
|
"const": "{palette.icon.Laptop}",
|
|
1170
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1171
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1186
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1187
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1172
1188
|
},
|
|
1173
1189
|
{
|
|
1174
1190
|
"const": "{palette.icon.Layers}",
|
|
1175
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1176
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1191
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1192
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1177
1193
|
},
|
|
1178
1194
|
{
|
|
1179
1195
|
"const": "{palette.icon.LeakDetect}",
|
|
1180
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1181
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1196
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1197
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1182
1198
|
},
|
|
1183
1199
|
{
|
|
1184
1200
|
"const": "{palette.icon.Lifesaver}",
|
|
1185
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1186
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1201
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1202
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1187
1203
|
},
|
|
1188
1204
|
{
|
|
1189
1205
|
"const": "{palette.icon.Lightbulb}",
|
|
1190
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1191
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1206
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1207
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1192
1208
|
},
|
|
1193
1209
|
{
|
|
1194
1210
|
"const": "{palette.icon.LinkExternal}",
|
|
1195
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1196
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1211
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1212
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1197
1213
|
},
|
|
1198
1214
|
{
|
|
1199
1215
|
"const": "{palette.icon.List}",
|
|
1200
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1201
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1216
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1217
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1202
1218
|
},
|
|
1203
1219
|
{
|
|
1204
1220
|
"const": "{palette.icon.LocationAdd}",
|
|
1205
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1206
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1221
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1222
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1207
1223
|
},
|
|
1208
1224
|
{
|
|
1209
1225
|
"const": "{palette.icon.LocationHome}",
|
|
1210
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1211
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1226
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1227
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1212
1228
|
},
|
|
1213
1229
|
{
|
|
1214
1230
|
"const": "{palette.icon.LocationIneligible}",
|
|
1215
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1216
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1231
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1232
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1217
1233
|
},
|
|
1218
1234
|
{
|
|
1219
1235
|
"const": "{palette.icon.LocationMap}",
|
|
1220
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1221
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1236
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1237
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1222
1238
|
},
|
|
1223
1239
|
{
|
|
1224
1240
|
"const": "{palette.icon.LocationRegular}",
|
|
1225
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1226
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1241
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1242
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1227
1243
|
},
|
|
1228
1244
|
{
|
|
1229
1245
|
"const": "{palette.icon.LocationRemove}",
|
|
1230
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1231
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1246
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1247
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1232
1248
|
},
|
|
1233
1249
|
{
|
|
1234
1250
|
"const": "{palette.icon.LocationSuccess}",
|
|
1235
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1236
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1251
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1252
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1237
1253
|
},
|
|
1238
1254
|
{
|
|
1239
1255
|
"const": "{palette.icon.LocationVerified}",
|
|
1240
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1241
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1256
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1257
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1242
1258
|
},
|
|
1243
1259
|
{
|
|
1244
1260
|
"const": "{palette.icon.LockClosed}",
|
|
1245
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1246
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1261
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1262
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1247
1263
|
},
|
|
1248
1264
|
{
|
|
1249
1265
|
"const": "{palette.icon.LockOpened}",
|
|
1250
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1251
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1266
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1267
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1252
1268
|
},
|
|
1253
1269
|
{
|
|
1254
1270
|
"const": "{palette.icon.LoginForm}",
|
|
1255
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1256
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1271
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1272
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1257
1273
|
},
|
|
1258
1274
|
{
|
|
1259
1275
|
"const": "{palette.icon.Magnify}",
|
|
1260
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1261
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1276
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1277
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1262
1278
|
},
|
|
1263
1279
|
{
|
|
1264
1280
|
"const": "{palette.icon.Map}",
|
|
1265
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1266
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1281
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1282
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1267
1283
|
},
|
|
1268
1284
|
{
|
|
1269
1285
|
"const": "{palette.icon.MasterCard}",
|
|
1270
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1271
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1286
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1287
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1272
1288
|
},
|
|
1273
1289
|
{
|
|
1274
1290
|
"const": "{palette.icon.Medical}",
|
|
1275
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1276
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1291
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1292
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1277
1293
|
},
|
|
1278
1294
|
{
|
|
1279
1295
|
"const": "{palette.icon.Messaging}",
|
|
1280
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1281
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1296
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1297
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1282
1298
|
},
|
|
1283
1299
|
{
|
|
1284
1300
|
"const": "{palette.icon.Mobility}",
|
|
1285
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1286
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1301
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1302
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1287
1303
|
},
|
|
1288
1304
|
{
|
|
1289
1305
|
"const": "{palette.icon.Modal}",
|
|
1290
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1291
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1306
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1307
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1292
1308
|
},
|
|
1293
1309
|
{
|
|
1294
1310
|
"const": "{palette.icon.Money}",
|
|
1295
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1296
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1311
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1312
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1297
1313
|
},
|
|
1298
1314
|
{
|
|
1299
1315
|
"const": "{palette.icon.Movie}",
|
|
1300
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1301
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1316
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1317
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1302
1318
|
},
|
|
1303
1319
|
{
|
|
1304
1320
|
"const": "{palette.icon.Music}",
|
|
1305
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1306
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1321
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1322
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1307
1323
|
},
|
|
1308
1324
|
{
|
|
1309
1325
|
"const": "{palette.icon.Muted}",
|
|
1310
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1311
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1326
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1327
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1312
1328
|
},
|
|
1313
1329
|
{
|
|
1314
1330
|
"const": "{palette.icon.Networking}",
|
|
1315
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1316
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1331
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1332
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1317
1333
|
},
|
|
1318
1334
|
{
|
|
1319
1335
|
"const": "{palette.icon.News}",
|
|
1320
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1321
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1336
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1337
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1322
1338
|
},
|
|
1323
1339
|
{
|
|
1324
1340
|
"const": "{palette.icon.NextGenFirewall}",
|
|
1325
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1326
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1341
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1342
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1327
1343
|
},
|
|
1328
1344
|
{
|
|
1329
1345
|
"const": "{palette.icon.NoContract}",
|
|
1330
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1331
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1346
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1347
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1332
1348
|
},
|
|
1333
1349
|
{
|
|
1334
1350
|
"const": "{palette.icon.NotifyBold}",
|
|
1335
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1336
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1351
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1352
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1337
1353
|
},
|
|
1338
1354
|
{
|
|
1339
1355
|
"const": "{palette.icon.Office}",
|
|
1340
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1341
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1356
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1357
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1342
1358
|
},
|
|
1343
1359
|
{
|
|
1344
1360
|
"const": "{palette.icon.Offices}",
|
|
1345
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1346
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1361
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1362
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1347
1363
|
},
|
|
1348
1364
|
{
|
|
1349
1365
|
"const": "{palette.icon.OnDemand}",
|
|
1350
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1351
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1366
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1367
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1352
1368
|
},
|
|
1353
1369
|
{
|
|
1354
1370
|
"const": "{palette.icon.OnTheGo}",
|
|
1355
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1356
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1371
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1372
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1357
1373
|
},
|
|
1358
1374
|
{
|
|
1359
1375
|
"const": "{palette.icon.OnlineSecurity}",
|
|
1360
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1361
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1376
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1377
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1362
1378
|
},
|
|
1363
1379
|
{
|
|
1364
1380
|
"const": "{palette.icon.OrderAscend}",
|
|
1365
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1366
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1381
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1382
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1367
1383
|
},
|
|
1368
1384
|
{
|
|
1369
1385
|
"const": "{palette.icon.OrderDescend}",
|
|
1370
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1371
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1386
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1387
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1372
1388
|
},
|
|
1373
1389
|
{
|
|
1374
1390
|
"const": "{palette.icon.Paperless}",
|
|
1375
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1376
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1391
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1392
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1377
1393
|
},
|
|
1378
1394
|
{
|
|
1379
1395
|
"const": "{palette.icon.Passport}",
|
|
1380
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1381
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1396
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1397
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1382
1398
|
},
|
|
1383
1399
|
{
|
|
1384
1400
|
"const": "{palette.icon.Pause}",
|
|
1385
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1386
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1401
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1402
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1387
1403
|
},
|
|
1388
1404
|
{
|
|
1389
1405
|
"const": "{palette.icon.Phone}",
|
|
1390
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1391
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1406
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1407
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1392
1408
|
},
|
|
1393
1409
|
{
|
|
1394
1410
|
"const": "{palette.icon.PhoneBusiness}",
|
|
1395
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1396
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1411
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1412
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1397
1413
|
},
|
|
1398
1414
|
{
|
|
1399
1415
|
"const": "{palette.icon.PhoneHome}",
|
|
1400
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1401
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1416
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1417
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1402
1418
|
},
|
|
1403
1419
|
{
|
|
1404
1420
|
"const": "{palette.icon.PhoneReception}",
|
|
1405
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1406
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1421
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1422
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1407
1423
|
},
|
|
1408
1424
|
{
|
|
1409
1425
|
"const": "{palette.icon.Photo}",
|
|
1410
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1411
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1426
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1427
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1412
1428
|
},
|
|
1413
1429
|
{
|
|
1414
1430
|
"const": "{palette.icon.Photos}",
|
|
1415
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1416
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1431
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1432
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1417
1433
|
},
|
|
1418
1434
|
{
|
|
1419
1435
|
"const": "{palette.icon.PiggyBank}",
|
|
1420
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1421
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1436
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1437
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1422
1438
|
},
|
|
1423
1439
|
{
|
|
1424
1440
|
"const": "{palette.icon.PikTV}",
|
|
1425
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1426
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1441
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1442
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1427
1443
|
},
|
|
1428
1444
|
{
|
|
1429
1445
|
"const": "{palette.icon.Play}",
|
|
1430
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1431
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1446
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1447
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1432
1448
|
},
|
|
1433
1449
|
{
|
|
1434
1450
|
"const": "{palette.icon.PlaySolid}",
|
|
1435
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1436
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1451
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1452
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1437
1453
|
},
|
|
1438
1454
|
{
|
|
1439
1455
|
"const": "{palette.icon.PlayVideo}",
|
|
1440
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1441
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1456
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1457
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1442
1458
|
},
|
|
1443
1459
|
{
|
|
1444
1460
|
"const": "{palette.icon.Preference}",
|
|
1445
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1446
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1461
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1462
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1447
1463
|
},
|
|
1448
1464
|
{
|
|
1449
1465
|
"const": "{palette.icon.Print}",
|
|
1450
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1451
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1466
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1467
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1452
1468
|
},
|
|
1453
1469
|
{
|
|
1454
1470
|
"const": "{palette.icon.PrivateCloud}",
|
|
1455
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1456
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1471
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1472
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1457
1473
|
},
|
|
1458
1474
|
{
|
|
1459
1475
|
"const": "{palette.icon.ProactiveAssurance}",
|
|
1460
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1461
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1476
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1477
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1462
1478
|
},
|
|
1463
1479
|
{
|
|
1464
1480
|
"const": "{palette.icon.Profile}",
|
|
1465
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1466
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1481
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1482
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1467
1483
|
},
|
|
1468
1484
|
{
|
|
1469
1485
|
"const": "{palette.icon.ProfileBold}",
|
|
1470
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1471
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1486
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1487
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1472
1488
|
},
|
|
1473
1489
|
{
|
|
1474
1490
|
"const": "{palette.icon.Question}",
|
|
1475
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1476
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1491
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1492
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1477
1493
|
},
|
|
1478
1494
|
{
|
|
1479
1495
|
"const": "{palette.icon.QuoteLeft}",
|
|
1480
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1481
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1496
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1497
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1482
1498
|
},
|
|
1483
1499
|
{
|
|
1484
1500
|
"const": "{palette.icon.QuoteLeftArrow}",
|
|
1485
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1486
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1501
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1502
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1487
1503
|
},
|
|
1488
1504
|
{
|
|
1489
1505
|
"const": "{palette.icon.QuoteRightArrow}",
|
|
1490
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1491
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1506
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1507
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1492
1508
|
},
|
|
1493
1509
|
{
|
|
1494
1510
|
"const": "{palette.icon.Radar}",
|
|
1495
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1496
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1511
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1512
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1497
1513
|
},
|
|
1498
1514
|
{
|
|
1499
1515
|
"const": "{palette.icon.Receipt}",
|
|
1500
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1501
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1516
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1517
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1502
1518
|
},
|
|
1503
1519
|
{
|
|
1504
1520
|
"const": "{palette.icon.Record}",
|
|
1505
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1506
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1521
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1522
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1507
1523
|
},
|
|
1508
1524
|
{
|
|
1509
1525
|
"const": "{palette.icon.Refresh}",
|
|
1510
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1511
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1526
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1527
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1512
1528
|
},
|
|
1513
1529
|
{
|
|
1514
1530
|
"const": "{palette.icon.RemoteControl}",
|
|
1515
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1516
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1531
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1532
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1517
1533
|
},
|
|
1518
1534
|
{
|
|
1519
1535
|
"const": "{palette.icon.Replay}",
|
|
1520
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1521
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1536
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1537
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1522
1538
|
},
|
|
1523
1539
|
{
|
|
1524
1540
|
"const": "{palette.icon.Router}",
|
|
1525
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1526
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1541
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1542
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1527
1543
|
},
|
|
1528
1544
|
{
|
|
1529
1545
|
"const": "{palette.icon.Search}",
|
|
1530
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1531
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1546
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1547
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1532
1548
|
},
|
|
1533
1549
|
{
|
|
1534
1550
|
"const": "{palette.icon.SearchBold}",
|
|
1535
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1536
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1551
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1552
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1537
1553
|
},
|
|
1538
1554
|
{
|
|
1539
1555
|
"const": "{palette.icon.SecurityCamera}",
|
|
1540
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1541
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1556
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1557
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1542
1558
|
},
|
|
1543
1559
|
{
|
|
1544
1560
|
"const": "{palette.icon.SecurityHouse}",
|
|
1545
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1546
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1561
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1562
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1547
1563
|
},
|
|
1548
1564
|
{
|
|
1549
1565
|
"const": "{palette.icon.SecurityMobile}",
|
|
1550
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1551
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1566
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1567
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1552
1568
|
},
|
|
1553
1569
|
{
|
|
1554
1570
|
"const": "{palette.icon.SecuritySettings}",
|
|
1555
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1556
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1571
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1572
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1557
1573
|
},
|
|
1558
1574
|
{
|
|
1559
1575
|
"const": "{palette.icon.Server}",
|
|
1560
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1561
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1576
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1577
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1562
1578
|
},
|
|
1563
1579
|
{
|
|
1564
1580
|
"const": "{palette.icon.ServiceTruck}",
|
|
1565
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1566
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1581
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1582
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1567
1583
|
},
|
|
1568
1584
|
{
|
|
1569
1585
|
"const": "{palette.icon.Settings}",
|
|
1570
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1571
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1586
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1587
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1572
1588
|
},
|
|
1573
1589
|
{
|
|
1574
1590
|
"const": "{palette.icon.SettingsBold}",
|
|
1575
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1576
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1591
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1592
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1577
1593
|
},
|
|
1578
1594
|
{
|
|
1579
1595
|
"const": "{palette.icon.SettingsSolid}",
|
|
1580
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1581
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1596
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1597
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1582
1598
|
},
|
|
1583
1599
|
{
|
|
1584
1600
|
"const": "{palette.icon.SharedAccount}",
|
|
1585
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1586
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1601
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1602
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1587
1603
|
},
|
|
1588
1604
|
{
|
|
1589
1605
|
"const": "{palette.icon.Shop}",
|
|
1590
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1591
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1606
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1607
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1592
1608
|
},
|
|
1593
1609
|
{
|
|
1594
1610
|
"const": "{palette.icon.SignPost}",
|
|
1595
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1596
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1611
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1612
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1597
1613
|
},
|
|
1598
1614
|
{
|
|
1599
1615
|
"const": "{palette.icon.Signal}",
|
|
1600
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1601
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1616
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1617
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1602
1618
|
},
|
|
1603
1619
|
{
|
|
1604
1620
|
"const": "{palette.icon.SimCard}",
|
|
1605
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1606
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1621
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1622
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1607
1623
|
},
|
|
1608
1624
|
{
|
|
1609
1625
|
"const": "{palette.icon.SmartWearSecurity}",
|
|
1610
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1611
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1626
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1627
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1612
1628
|
},
|
|
1613
1629
|
{
|
|
1614
1630
|
"const": "{palette.icon.Soccer}",
|
|
1615
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1616
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1631
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1632
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1617
1633
|
},
|
|
1618
1634
|
{
|
|
1619
1635
|
"const": "{palette.icon.Speaker}",
|
|
1620
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1621
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1636
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1637
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1622
1638
|
},
|
|
1623
1639
|
{
|
|
1624
1640
|
"const": "{palette.icon.SpeakerPhone}",
|
|
1625
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1626
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1641
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1642
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1627
1643
|
},
|
|
1628
1644
|
{
|
|
1629
1645
|
"const": "{palette.icon.Speed}",
|
|
1630
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1631
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1646
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1647
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1632
1648
|
},
|
|
1633
1649
|
{
|
|
1634
1650
|
"const": "{palette.icon.SpeedReduced}",
|
|
1635
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1636
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1651
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1652
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1637
1653
|
},
|
|
1638
1654
|
{
|
|
1639
1655
|
"const": "{palette.icon.StatusError}",
|
|
1640
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1641
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1656
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1657
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1642
1658
|
},
|
|
1643
1659
|
{
|
|
1644
1660
|
"const": "{palette.icon.StatusSuccess}",
|
|
1645
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1646
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1661
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1662
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1647
1663
|
},
|
|
1648
1664
|
{
|
|
1649
1665
|
"const": "{palette.icon.StatusWarning}",
|
|
1650
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1651
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1666
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1667
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1652
1668
|
},
|
|
1653
1669
|
{
|
|
1654
1670
|
"const": "{palette.icon.Subtract}",
|
|
1655
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1656
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1671
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1672
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1657
1673
|
},
|
|
1658
1674
|
{
|
|
1659
1675
|
"const": "{palette.icon.Success}",
|
|
1660
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1661
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1676
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1677
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1662
1678
|
},
|
|
1663
1679
|
{
|
|
1664
1680
|
"const": "{palette.icon.Suitcase}",
|
|
1665
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1666
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1681
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1682
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1667
1683
|
},
|
|
1668
1684
|
{
|
|
1669
1685
|
"const": "{palette.icon.Support}",
|
|
1670
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1671
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1686
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1687
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1672
1688
|
},
|
|
1673
1689
|
{
|
|
1674
1690
|
"const": "{palette.icon.Support911}",
|
|
1675
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1676
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1691
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1692
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1677
1693
|
},
|
|
1678
1694
|
{
|
|
1679
1695
|
"const": "{palette.icon.SupportBold}",
|
|
1680
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1681
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1696
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1697
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1682
1698
|
},
|
|
1683
1699
|
{
|
|
1684
1700
|
"const": "{palette.icon.TV}",
|
|
1685
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1686
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1701
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1702
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1687
1703
|
},
|
|
1688
1704
|
{
|
|
1689
1705
|
"const": "{palette.icon.TVChoiceAndFlexibility}",
|
|
1690
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1691
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1706
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1707
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1692
1708
|
},
|
|
1693
1709
|
{
|
|
1694
1710
|
"const": "{palette.icon.Tablet}",
|
|
1695
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1696
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1711
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1712
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1697
1713
|
},
|
|
1698
1714
|
{
|
|
1699
1715
|
"const": "{palette.icon.Target}",
|
|
1700
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1701
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1716
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1717
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1702
1718
|
},
|
|
1703
1719
|
{
|
|
1704
1720
|
"const": "{palette.icon.Tasks}",
|
|
1705
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1706
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1721
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1722
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1707
1723
|
},
|
|
1708
1724
|
{
|
|
1709
1725
|
"const": "{palette.icon.ThumbsDown}",
|
|
1710
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1711
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1726
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1727
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1712
1728
|
},
|
|
1713
1729
|
{
|
|
1714
1730
|
"const": "{palette.icon.ThumbsDownFill}",
|
|
1715
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1716
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1731
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1732
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1717
1733
|
},
|
|
1718
1734
|
{
|
|
1719
1735
|
"const": "{palette.icon.ThumbsUp}",
|
|
1720
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1721
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1736
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1737
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1722
1738
|
},
|
|
1723
1739
|
{
|
|
1724
1740
|
"const": "{palette.icon.ThumbsUpFill}",
|
|
1725
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1726
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1741
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1742
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1727
1743
|
},
|
|
1728
1744
|
{
|
|
1729
1745
|
"const": "{palette.icon.Time}",
|
|
1730
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1731
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1746
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1747
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1732
1748
|
},
|
|
1733
1749
|
{
|
|
1734
1750
|
"const": "{palette.icon.Times}",
|
|
1735
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1736
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1751
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1752
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1737
1753
|
},
|
|
1738
1754
|
{
|
|
1739
1755
|
"const": "{palette.icon.TowTruck}",
|
|
1740
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1741
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1756
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1757
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1742
1758
|
},
|
|
1743
1759
|
{
|
|
1744
1760
|
"const": "{palette.icon.Transmitter}",
|
|
1745
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1746
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1761
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1762
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1747
1763
|
},
|
|
1748
1764
|
{
|
|
1749
1765
|
"const": "{palette.icon.Unmuted}",
|
|
1750
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1751
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1766
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1767
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1752
1768
|
},
|
|
1753
1769
|
{
|
|
1754
1770
|
"const": "{palette.icon.Upload}",
|
|
1755
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1756
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1771
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1772
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1757
1773
|
},
|
|
1758
1774
|
{
|
|
1759
1775
|
"const": "{palette.icon.UploadToCloud}",
|
|
1760
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1761
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1776
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1777
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1762
1778
|
},
|
|
1763
1779
|
{
|
|
1764
1780
|
"const": "{palette.icon.UsbCable}",
|
|
1765
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1766
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1781
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1782
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1767
1783
|
},
|
|
1768
1784
|
{
|
|
1769
1785
|
"const": "{palette.icon.User}",
|
|
1770
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1771
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1786
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1787
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1772
1788
|
},
|
|
1773
1789
|
{
|
|
1774
1790
|
"const": "{palette.icon.UserAddBold}",
|
|
1775
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1776
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1791
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1792
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1777
1793
|
},
|
|
1778
1794
|
{
|
|
1779
1795
|
"const": "{palette.icon.Users}",
|
|
1780
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1781
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1796
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1797
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1782
1798
|
},
|
|
1783
1799
|
{
|
|
1784
1800
|
"const": "{palette.icon.VideoCall}",
|
|
1785
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1786
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1801
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1802
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1787
1803
|
},
|
|
1788
1804
|
{
|
|
1789
1805
|
"const": "{palette.icon.VideoChat}",
|
|
1790
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1791
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1806
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1807
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1792
1808
|
},
|
|
1793
1809
|
{
|
|
1794
1810
|
"const": "{palette.icon.VideoGames}",
|
|
1795
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1796
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1811
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1812
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1797
1813
|
},
|
|
1798
1814
|
{
|
|
1799
1815
|
"const": "{palette.icon.Visa}",
|
|
1800
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1801
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1816
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1817
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1802
1818
|
},
|
|
1803
1819
|
{
|
|
1804
1820
|
"const": "{palette.icon.Visible}",
|
|
1805
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1806
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1821
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1822
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1807
1823
|
},
|
|
1808
1824
|
{
|
|
1809
1825
|
"const": "{palette.icon.VisuallyImpaired}",
|
|
1810
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1811
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1826
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1827
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1812
1828
|
},
|
|
1813
1829
|
{
|
|
1814
1830
|
"const": "{palette.icon.Warranty}",
|
|
1815
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1816
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1831
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1832
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1817
1833
|
},
|
|
1818
1834
|
{
|
|
1819
1835
|
"const": "{palette.icon.Watch}",
|
|
1820
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1821
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1836
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1837
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1822
1838
|
},
|
|
1823
1839
|
{
|
|
1824
1840
|
"const": "{palette.icon.WifiBoost}",
|
|
1825
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1826
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1841
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1842
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1827
1843
|
},
|
|
1828
1844
|
{
|
|
1829
1845
|
"const": "{palette.icon.WifiCloud}",
|
|
1830
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1831
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1846
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1847
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1832
1848
|
},
|
|
1833
1849
|
{
|
|
1834
1850
|
"const": "{system.icon.none}",
|
|
1835
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1836
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1851
|
+
"description": "@telus-uds/system-tokens/v0.7.23 system react-native tokens ⚙️",
|
|
1852
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.23` **system** tokens ⚙️"
|
|
1837
1853
|
}
|
|
1838
1854
|
],
|
|
1839
1855
|
"$id": "#icon"
|
|
@@ -1842,23 +1858,23 @@
|
|
|
1842
1858
|
"anyOf": [
|
|
1843
1859
|
{
|
|
1844
1860
|
"const": "{palette.letterSpacing.condensed}",
|
|
1845
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1846
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1861
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1862
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1847
1863
|
},
|
|
1848
1864
|
{
|
|
1849
1865
|
"const": "{palette.letterSpacing.loose}",
|
|
1850
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1851
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1866
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1867
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1852
1868
|
},
|
|
1853
1869
|
{
|
|
1854
1870
|
"const": "{palette.letterSpacing.medium}",
|
|
1855
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1856
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1871
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1872
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1857
1873
|
},
|
|
1858
1874
|
{
|
|
1859
1875
|
"const": "{system.letterSpacing.none}",
|
|
1860
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1861
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1876
|
+
"description": "@telus-uds/system-tokens/v0.7.23 system react-native tokens ⚙️",
|
|
1877
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.23` **system** tokens ⚙️"
|
|
1862
1878
|
}
|
|
1863
1879
|
],
|
|
1864
1880
|
"$id": "#letterSpacing"
|
|
@@ -1867,88 +1883,88 @@
|
|
|
1867
1883
|
"anyOf": [
|
|
1868
1884
|
{
|
|
1869
1885
|
"const": "{palette.lineHeight.ratio10to5}",
|
|
1870
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1871
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1886
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1887
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1872
1888
|
},
|
|
1873
1889
|
{
|
|
1874
1890
|
"const": "{palette.lineHeight.ratio10to7}",
|
|
1875
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1876
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1891
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1892
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1877
1893
|
},
|
|
1878
1894
|
{
|
|
1879
1895
|
"const": "{palette.lineHeight.ratio11to9}",
|
|
1880
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1881
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1896
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1897
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1882
1898
|
},
|
|
1883
1899
|
{
|
|
1884
1900
|
"const": "{palette.lineHeight.ratio14to1}",
|
|
1885
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1886
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1901
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1902
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1887
1903
|
},
|
|
1888
1904
|
{
|
|
1889
1905
|
"const": "{palette.lineHeight.ratio15to7}",
|
|
1890
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1891
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1906
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1907
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1892
1908
|
},
|
|
1893
1909
|
{
|
|
1894
1910
|
"const": "{palette.lineHeight.ratio1to1}",
|
|
1895
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1896
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1911
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1912
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1897
1913
|
},
|
|
1898
1914
|
{
|
|
1899
1915
|
"const": "{palette.lineHeight.ratio2to1}",
|
|
1900
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1901
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1916
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1917
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1902
1918
|
},
|
|
1903
1919
|
{
|
|
1904
1920
|
"const": "{palette.lineHeight.ratio3to2}",
|
|
1905
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1906
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1921
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1922
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1907
1923
|
},
|
|
1908
1924
|
{
|
|
1909
1925
|
"const": "{palette.lineHeight.ratio4to3}",
|
|
1910
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1911
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1926
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1927
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1912
1928
|
},
|
|
1913
1929
|
{
|
|
1914
1930
|
"const": "{palette.lineHeight.ratio5to4}",
|
|
1915
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1916
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1931
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1932
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1917
1933
|
},
|
|
1918
1934
|
{
|
|
1919
1935
|
"const": "{palette.lineHeight.ratio6to5}",
|
|
1920
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1921
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1936
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1937
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1922
1938
|
},
|
|
1923
1939
|
{
|
|
1924
1940
|
"const": "{palette.lineHeight.ratio7to5}",
|
|
1925
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1926
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1941
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1942
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1927
1943
|
},
|
|
1928
1944
|
{
|
|
1929
1945
|
"const": "{palette.lineHeight.ratio8to5}",
|
|
1930
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1931
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1946
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1947
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1932
1948
|
},
|
|
1933
1949
|
{
|
|
1934
1950
|
"const": "{palette.lineHeight.ratio8to7}",
|
|
1935
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1936
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1951
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1952
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1937
1953
|
},
|
|
1938
1954
|
{
|
|
1939
1955
|
"const": "{palette.lineHeight.ratio9to4}",
|
|
1940
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1941
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1956
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1957
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1942
1958
|
},
|
|
1943
1959
|
{
|
|
1944
1960
|
"const": "{palette.lineHeight.ratio9to7}",
|
|
1945
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1946
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1961
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1962
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1947
1963
|
},
|
|
1948
1964
|
{
|
|
1949
1965
|
"const": "{palette.lineHeight.ratio9to8}",
|
|
1950
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1951
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1966
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1967
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1952
1968
|
}
|
|
1953
1969
|
],
|
|
1954
1970
|
"$id": "#lineHeight"
|
|
@@ -1957,13 +1973,13 @@
|
|
|
1957
1973
|
"anyOf": [
|
|
1958
1974
|
{
|
|
1959
1975
|
"const": "{palette.opacity.opacity10}",
|
|
1960
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1961
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1976
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1977
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1962
1978
|
},
|
|
1963
1979
|
{
|
|
1964
1980
|
"const": "{system.opacity.opaque}",
|
|
1965
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1966
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1981
|
+
"description": "@telus-uds/system-tokens/v0.7.23 system react-native tokens ⚙️",
|
|
1982
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.23` **system** tokens ⚙️"
|
|
1967
1983
|
}
|
|
1968
1984
|
],
|
|
1969
1985
|
"$id": "#opacity"
|
|
@@ -1972,68 +1988,68 @@
|
|
|
1972
1988
|
"anyOf": [
|
|
1973
1989
|
{
|
|
1974
1990
|
"const": "{palette.radius.none}",
|
|
1975
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1976
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1991
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
1992
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
1977
1993
|
},
|
|
1978
1994
|
{
|
|
1979
1995
|
"const": "{palette.radius.pill32}",
|
|
1980
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1981
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1996
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\nFor '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). Note this will be come deprecated in the future. Please use radius32 instead.",
|
|
1997
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\nFor '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). Note this will be come deprecated in the future. Please use radius32 instead."
|
|
1982
1998
|
},
|
|
1983
1999
|
{
|
|
1984
2000
|
"const": "{palette.radius.radius1}",
|
|
1985
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1986
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2001
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\nUse for Tooltip's arrow",
|
|
2002
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\nUse for Tooltip's arrow"
|
|
1987
2003
|
},
|
|
1988
2004
|
{
|
|
1989
2005
|
"const": "{palette.radius.radius12}",
|
|
1990
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1991
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2006
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\nUse for ProgressBar",
|
|
2007
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\nUse for ProgressBar"
|
|
1992
2008
|
},
|
|
1993
2009
|
{
|
|
1994
2010
|
"const": "{palette.radius.radius16}",
|
|
1995
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1996
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2011
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\nUse for horizontial padding bottom of VideoPickerThumbnail",
|
|
2012
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\nUse for horizontial padding bottom of VideoPickerThumbnail"
|
|
1997
2013
|
},
|
|
1998
2014
|
{
|
|
1999
2015
|
"const": "{palette.radius.radius24}",
|
|
2000
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2001
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2016
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\nUse for framed horizontial padding bottom of VideoPickerThumbnail",
|
|
2017
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\nUse for framed horizontial padding bottom of VideoPickerThumbnail"
|
|
2002
2018
|
},
|
|
2003
2019
|
{
|
|
2004
2020
|
"const": "{palette.radius.radius32}",
|
|
2005
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2006
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2021
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
2022
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
2007
2023
|
},
|
|
2008
2024
|
{
|
|
2009
2025
|
"const": "{palette.radius.radius4}",
|
|
2010
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2011
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2026
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
2027
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
2012
2028
|
},
|
|
2013
2029
|
{
|
|
2014
2030
|
"const": "{palette.radius.radius6}",
|
|
2015
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2016
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2031
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\nUse for Cards",
|
|
2032
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\nUse for Cards"
|
|
2017
2033
|
},
|
|
2018
2034
|
{
|
|
2019
2035
|
"const": "{palette.radius.radius8}",
|
|
2020
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2021
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2036
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\nUse for Tooltip",
|
|
2037
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\nUse for Tooltip"
|
|
2022
2038
|
},
|
|
2023
2039
|
{
|
|
2024
2040
|
"const": "{system.radius.none}",
|
|
2025
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2026
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
2041
|
+
"description": "@telus-uds/system-tokens/v0.7.23 system react-native tokens ⚙️",
|
|
2042
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.23` **system** tokens ⚙️"
|
|
2027
2043
|
},
|
|
2028
2044
|
{
|
|
2029
2045
|
"const": "{system.radius.zero}",
|
|
2030
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2031
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
2046
|
+
"description": "@telus-uds/system-tokens/v0.7.23 system react-native tokens ⚙️",
|
|
2047
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.23` **system** tokens ⚙️"
|
|
2032
2048
|
},
|
|
2033
2049
|
{
|
|
2034
2050
|
"const": "{system.radius.round}",
|
|
2035
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2036
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
2051
|
+
"description": "@telus-uds/system-tokens/v0.7.23 system react-native tokens ⚙️",
|
|
2052
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.23` **system** tokens ⚙️"
|
|
2037
2053
|
}
|
|
2038
2054
|
],
|
|
2039
2055
|
"$id": "#radius"
|
|
@@ -2042,38 +2058,38 @@
|
|
|
2042
2058
|
"anyOf": [
|
|
2043
2059
|
{
|
|
2044
2060
|
"const": "{palette.shadow.elevation1}",
|
|
2045
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2046
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2061
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\nRaise the element one level from the surface, such as sticky elements",
|
|
2062
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\nRaise the element one level from the surface, such as sticky elements"
|
|
2047
2063
|
},
|
|
2048
2064
|
{
|
|
2049
2065
|
"const": "{palette.shadow.elevation2}",
|
|
2050
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2051
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2066
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\nRaise the element 2 levels from the surface, such as overlays",
|
|
2067
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\nRaise the element 2 levels from the surface, such as overlays"
|
|
2052
2068
|
},
|
|
2053
2069
|
{
|
|
2054
2070
|
"const": "{palette.shadow.elevation3}",
|
|
2055
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2056
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2071
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\nRaise the element to the highest level from the surface, such as mega-nav",
|
|
2072
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\nRaise the element to the highest level from the surface, such as mega-nav"
|
|
2057
2073
|
},
|
|
2058
2074
|
{
|
|
2059
2075
|
"const": "{palette.shadow.surfaceEmboss}",
|
|
2060
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2061
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2076
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\nUse emboss to add a subtle highlight on elements to shows that it’s lifted from the surface such as the Progress Bar",
|
|
2077
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\nUse emboss to add a subtle highlight on elements to shows that it’s lifted from the surface such as the Progress Bar"
|
|
2062
2078
|
},
|
|
2063
2079
|
{
|
|
2064
2080
|
"const": "{palette.shadow.surfaceInset}",
|
|
2065
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2066
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2081
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\nUse inset shadow to drop the element below the surface for interactive elements such as UI meters, card call-outs, and ToggleSwitch",
|
|
2082
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\nUse inset shadow to drop the element below the surface for interactive elements such as UI meters, card call-outs, and ToggleSwitch"
|
|
2067
2083
|
},
|
|
2068
2084
|
{
|
|
2069
2085
|
"const": "{palette.shadow.surfaceRaised}",
|
|
2070
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2071
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2086
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\nUse raised shadow to raise the element for interactive elements within an inset interface such as the knob in the ToggleSwitch",
|
|
2087
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\nUse raised shadow to raise the element for interactive elements within an inset interface such as the knob in the ToggleSwitch"
|
|
2072
2088
|
},
|
|
2073
2089
|
{
|
|
2074
2090
|
"const": "{system.shadow.none}",
|
|
2075
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2076
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
2091
|
+
"description": "@telus-uds/system-tokens/v0.7.23 system react-native tokens ⚙️",
|
|
2092
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.23` **system** tokens ⚙️"
|
|
2077
2093
|
}
|
|
2078
2094
|
],
|
|
2079
2095
|
"$id": "#shadow"
|
|
@@ -2082,288 +2098,288 @@
|
|
|
2082
2098
|
"anyOf": [
|
|
2083
2099
|
{
|
|
2084
2100
|
"const": "{palette.size.size0}",
|
|
2085
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2086
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2101
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
2102
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
2087
2103
|
},
|
|
2088
2104
|
{
|
|
2089
2105
|
"const": "{palette.size.size1}",
|
|
2090
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2091
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2106
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\nFor special gap sizes. This is not part of the allium spacing scale.",
|
|
2107
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\nFor special gap sizes. This is not part of the allium spacing scale."
|
|
2092
2108
|
},
|
|
2093
2109
|
{
|
|
2094
2110
|
"const": "{palette.size.size10}",
|
|
2095
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2096
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2111
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\nSpecifically introduced to space the Checkbox glyph from its label",
|
|
2112
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\nSpecifically introduced to space the Checkbox glyph from its label"
|
|
2097
2113
|
},
|
|
2098
2114
|
{
|
|
2099
2115
|
"const": "{palette.size.size12}",
|
|
2100
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2101
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2116
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
2117
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
2102
2118
|
},
|
|
2103
2119
|
{
|
|
2104
2120
|
"const": "{palette.size.size120}",
|
|
2105
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2106
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2121
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
2122
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
2107
2123
|
},
|
|
2108
2124
|
{
|
|
2109
2125
|
"const": "{palette.size.size128}",
|
|
2110
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2111
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2126
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n128 is the image size for xs, sm, md and lg screen size on the QuickLinksFeature component",
|
|
2127
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n128 is the image size for xs, sm, md and lg screen size on the QuickLinksFeature component"
|
|
2112
2128
|
},
|
|
2113
2129
|
{
|
|
2114
2130
|
"const": "{palette.size.size14}",
|
|
2115
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2116
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2131
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n14 is the icon size for the small variant of the list component",
|
|
2132
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n14 is the icon size for the small variant of the list component"
|
|
2117
2133
|
},
|
|
2118
2134
|
{
|
|
2119
2135
|
"const": "{palette.size.size140}",
|
|
2120
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2121
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2136
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n140 is the image size for xs, sm, md and lg screen size on the QuickLinksFeature component when hovered",
|
|
2137
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n140 is the image size for xs, sm, md and lg screen size on the QuickLinksFeature component when hovered"
|
|
2122
2138
|
},
|
|
2123
2139
|
{
|
|
2124
2140
|
"const": "{palette.size.size144}",
|
|
2125
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2126
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2141
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n24 x 6. Larger sizes for the widths/heights of blocks are based on multiples of 24.",
|
|
2142
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n24 x 6. Larger sizes for the widths/heights of blocks are based on multiples of 24."
|
|
2127
2143
|
},
|
|
2128
2144
|
{
|
|
2129
2145
|
"const": "{palette.size.size15}",
|
|
2130
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2131
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2146
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\nFor special top property for strike through used in PriceLockup",
|
|
2147
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\nFor special top property for strike through used in PriceLockup"
|
|
2132
2148
|
},
|
|
2133
2149
|
{
|
|
2134
2150
|
"const": "{palette.size.size16}",
|
|
2135
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2136
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2151
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
2152
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
2137
2153
|
},
|
|
2138
2154
|
{
|
|
2139
2155
|
"const": "{palette.size.size168}",
|
|
2140
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2141
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2156
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n168 is the image size for xl screen size on the QuickLinksFeature component",
|
|
2157
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n168 is the image size for xl screen size on the QuickLinksFeature component"
|
|
2142
2158
|
},
|
|
2143
2159
|
{
|
|
2144
2160
|
"const": "{palette.size.size18}",
|
|
2145
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2146
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2161
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
2162
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
2147
2163
|
},
|
|
2148
2164
|
{
|
|
2149
2165
|
"const": "{palette.size.size184}",
|
|
2150
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2151
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2166
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n184 is the image size for xl screen size on the QuickLinksFeature component when hovered",
|
|
2167
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n184 is the image size for xl screen size on the QuickLinksFeature component when hovered"
|
|
2152
2168
|
},
|
|
2153
2169
|
{
|
|
2154
2170
|
"const": "{palette.size.size192}",
|
|
2155
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2156
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2171
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n24 x 8. Larger sizes for the widths/heights of blocks are based on multiples of 24.",
|
|
2172
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n24 x 8. Larger sizes for the widths/heights of blocks are based on multiples of 24."
|
|
2157
2173
|
},
|
|
2158
2174
|
{
|
|
2159
2175
|
"const": "{palette.size.size2}",
|
|
2160
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2161
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2176
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\nSpecifically introduced to space the Feedback from the Checkbox",
|
|
2177
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\nSpecifically introduced to space the Feedback from the Checkbox"
|
|
2162
2178
|
},
|
|
2163
2179
|
{
|
|
2164
2180
|
"const": "{palette.size.size20}",
|
|
2165
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2166
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2181
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
2182
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
2167
2183
|
},
|
|
2168
2184
|
{
|
|
2169
2185
|
"const": "{palette.size.size22}",
|
|
2170
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2171
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2186
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\nFor special top property for strike through used in PriceLockup",
|
|
2187
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\nFor special top property for strike through used in PriceLockup"
|
|
2172
2188
|
},
|
|
2173
2189
|
{
|
|
2174
2190
|
"const": "{palette.size.size24}",
|
|
2175
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2176
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2191
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
2192
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
2177
2193
|
},
|
|
2178
2194
|
{
|
|
2179
2195
|
"const": "{palette.size.size26}",
|
|
2180
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2181
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2196
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
2197
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
2182
2198
|
},
|
|
2183
2199
|
{
|
|
2184
2200
|
"const": "{palette.size.size264}",
|
|
2185
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2186
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2201
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n24 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.",
|
|
2202
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n24 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."
|
|
2187
2203
|
},
|
|
2188
2204
|
{
|
|
2189
2205
|
"const": "{palette.size.size28}",
|
|
2190
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2191
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2206
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
2207
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
2192
2208
|
},
|
|
2193
2209
|
{
|
|
2194
2210
|
"const": "{palette.size.size288}",
|
|
2195
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2196
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2211
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n24 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).",
|
|
2212
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n24 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)."
|
|
2197
2213
|
},
|
|
2198
2214
|
{
|
|
2199
2215
|
"const": "{palette.size.size3}",
|
|
2200
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2201
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2216
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\nFor special gap and size cases. This is not part of the allium sizing scale.",
|
|
2217
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\nFor special gap and size cases. This is not part of the allium sizing scale."
|
|
2202
2218
|
},
|
|
2203
2219
|
{
|
|
2204
2220
|
"const": "{palette.size.size32}",
|
|
2205
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2206
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2221
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
2222
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
2207
2223
|
},
|
|
2208
2224
|
{
|
|
2209
2225
|
"const": "{palette.size.size320}",
|
|
2210
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2211
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2226
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\nModal width option",
|
|
2227
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\nModal width option"
|
|
2212
2228
|
},
|
|
2213
2229
|
{
|
|
2214
2230
|
"const": "{palette.size.size35}",
|
|
2215
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2216
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2231
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
2232
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
2217
2233
|
},
|
|
2218
2234
|
{
|
|
2219
2235
|
"const": "{palette.size.size36}",
|
|
2220
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2221
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2236
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
2237
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
2222
2238
|
},
|
|
2223
2239
|
{
|
|
2224
2240
|
"const": "{palette.size.size4}",
|
|
2225
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2226
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2241
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
2242
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
2227
2243
|
},
|
|
2228
2244
|
{
|
|
2229
2245
|
"const": "{palette.size.size40}",
|
|
2230
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2231
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2246
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
2247
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
2232
2248
|
},
|
|
2233
2249
|
{
|
|
2234
2250
|
"const": "{palette.size.size412}",
|
|
2235
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2236
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2251
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\nMultiselect filter max height at sm - xl breakpoints",
|
|
2252
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\nMultiselect filter max height at sm - xl breakpoints"
|
|
2237
2253
|
},
|
|
2238
2254
|
{
|
|
2239
2255
|
"const": "{palette.size.size44}",
|
|
2240
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2241
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2256
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
2257
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
2242
2258
|
},
|
|
2243
2259
|
{
|
|
2244
2260
|
"const": "{palette.size.size48}",
|
|
2245
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2246
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2261
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
2262
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
2247
2263
|
},
|
|
2248
2264
|
{
|
|
2249
2265
|
"const": "{palette.size.size480}",
|
|
2250
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2251
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2266
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\nModal max width at the MD breakpoint",
|
|
2267
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\nModal max width at the MD breakpoint"
|
|
2252
2268
|
},
|
|
2253
2269
|
{
|
|
2254
2270
|
"const": "{palette.size.size544}",
|
|
2255
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2256
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2271
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\nMultiselect filter max width at sm - xl breakpoints",
|
|
2272
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\nMultiselect filter max width at sm - xl breakpoints"
|
|
2257
2273
|
},
|
|
2258
2274
|
{
|
|
2259
2275
|
"const": "{palette.size.size56}",
|
|
2260
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2261
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2276
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\nAdded for Carousel thumbnail size",
|
|
2277
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\nAdded for Carousel thumbnail size"
|
|
2262
2278
|
},
|
|
2263
2279
|
{
|
|
2264
2280
|
"const": "{palette.size.size576}",
|
|
2265
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2266
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2281
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\nModal default width",
|
|
2282
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\nModal default width"
|
|
2267
2283
|
},
|
|
2268
2284
|
{
|
|
2269
2285
|
"const": "{palette.size.size6}",
|
|
2270
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2271
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2286
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
2287
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
2272
2288
|
},
|
|
2273
2289
|
{
|
|
2274
2290
|
"const": "{palette.size.size630}",
|
|
2275
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2276
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2291
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\nModal max width at the LG breakpoint",
|
|
2292
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\nModal max width at the LG breakpoint"
|
|
2277
2293
|
},
|
|
2278
2294
|
{
|
|
2279
2295
|
"const": "{palette.size.size64}",
|
|
2280
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2281
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2296
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
2297
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
2282
2298
|
},
|
|
2283
2299
|
{
|
|
2284
2300
|
"const": "{palette.size.size640}",
|
|
2285
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2286
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2301
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\nMax height for VideoPicker framedContainer, PlayerContainer and ListContainer",
|
|
2302
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\nMax height for VideoPicker framedContainer, PlayerContainer and ListContainer"
|
|
2287
2303
|
},
|
|
2288
2304
|
{
|
|
2289
2305
|
"const": "{palette.size.size72}",
|
|
2290
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2291
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2306
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
2307
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
2292
2308
|
},
|
|
2293
2309
|
{
|
|
2294
2310
|
"const": "{palette.size.size768}",
|
|
2295
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2296
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2311
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\nModal max width at the XL breakpoint",
|
|
2312
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\nModal max width at the XL breakpoint"
|
|
2297
2313
|
},
|
|
2298
2314
|
{
|
|
2299
2315
|
"const": "{palette.size.size8}",
|
|
2300
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2301
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2316
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
2317
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
2302
2318
|
},
|
|
2303
2319
|
{
|
|
2304
2320
|
"const": "{palette.size.size80}",
|
|
2305
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2306
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2321
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
2322
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
2307
2323
|
},
|
|
2308
2324
|
{
|
|
2309
2325
|
"const": "{palette.size.size91}",
|
|
2310
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2311
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2326
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
2327
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
2312
2328
|
},
|
|
2313
2329
|
{
|
|
2314
2330
|
"const": "{palette.size.size95}",
|
|
2315
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2316
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2331
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
2332
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
2317
2333
|
},
|
|
2318
2334
|
{
|
|
2319
2335
|
"const": "{palette.size.size96}",
|
|
2320
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2321
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2336
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
2337
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
2322
2338
|
},
|
|
2323
2339
|
{
|
|
2324
2340
|
"const": "{system.size.none}",
|
|
2325
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2326
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
2341
|
+
"description": "@telus-uds/system-tokens/v0.7.23 system react-native tokens ⚙️",
|
|
2342
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.23` **system** tokens ⚙️"
|
|
2327
2343
|
},
|
|
2328
2344
|
{
|
|
2329
2345
|
"const": "{system.size.full}",
|
|
2330
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2331
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
2346
|
+
"description": "@telus-uds/system-tokens/v0.7.23 system react-native tokens ⚙️",
|
|
2347
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.23` **system** tokens ⚙️"
|
|
2332
2348
|
},
|
|
2333
2349
|
{
|
|
2334
2350
|
"const": "{system.size.twoThirds}",
|
|
2335
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2336
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
2351
|
+
"description": "@telus-uds/system-tokens/v0.7.23 system react-native tokens ⚙️",
|
|
2352
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.23` **system** tokens ⚙️"
|
|
2337
2353
|
},
|
|
2338
2354
|
{
|
|
2339
2355
|
"const": "{system.size.zero}",
|
|
2340
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2341
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
2356
|
+
"description": "@telus-uds/system-tokens/v0.7.23 system react-native tokens ⚙️",
|
|
2357
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.23` **system** tokens ⚙️"
|
|
2342
2358
|
},
|
|
2343
2359
|
{
|
|
2344
2360
|
"const": "{system.size.viewportXs}",
|
|
2345
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2346
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
2361
|
+
"description": "@telus-uds/system-tokens/v0.7.23 system react-native tokens ⚙️",
|
|
2362
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.23` **system** tokens ⚙️"
|
|
2347
2363
|
},
|
|
2348
2364
|
{
|
|
2349
2365
|
"const": "{system.size.viewportSm}",
|
|
2350
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2351
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
2366
|
+
"description": "@telus-uds/system-tokens/v0.7.23 system react-native tokens ⚙️",
|
|
2367
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.23` **system** tokens ⚙️"
|
|
2352
2368
|
},
|
|
2353
2369
|
{
|
|
2354
2370
|
"const": "{system.size.viewportMd}",
|
|
2355
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2356
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
2371
|
+
"description": "@telus-uds/system-tokens/v0.7.23 system react-native tokens ⚙️",
|
|
2372
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.23` **system** tokens ⚙️"
|
|
2357
2373
|
},
|
|
2358
2374
|
{
|
|
2359
2375
|
"const": "{system.size.viewportLg}",
|
|
2360
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2361
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
2376
|
+
"description": "@telus-uds/system-tokens/v0.7.23 system react-native tokens ⚙️",
|
|
2377
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.23` **system** tokens ⚙️"
|
|
2362
2378
|
},
|
|
2363
2379
|
{
|
|
2364
2380
|
"const": "{system.size.viewportXl}",
|
|
2365
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2366
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
2381
|
+
"description": "@telus-uds/system-tokens/v0.7.23 system react-native tokens ⚙️",
|
|
2382
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.23` **system** tokens ⚙️"
|
|
2367
2383
|
}
|
|
2368
2384
|
],
|
|
2369
2385
|
"$id": "#size"
|
|
@@ -2372,13 +2388,13 @@
|
|
|
2372
2388
|
"anyOf": [
|
|
2373
2389
|
{
|
|
2374
2390
|
"const": "{palette.fontName.HelveticaNow}",
|
|
2375
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2376
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2391
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
2392
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
2377
2393
|
},
|
|
2378
2394
|
{
|
|
2379
2395
|
"const": "{palette.fontName.HelveticaNowOTF}",
|
|
2380
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2381
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2396
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
2397
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
2382
2398
|
}
|
|
2383
2399
|
],
|
|
2384
2400
|
"$id": "#fontName"
|
|
@@ -2387,23 +2403,23 @@
|
|
|
2387
2403
|
"anyOf": [
|
|
2388
2404
|
{
|
|
2389
2405
|
"const": "{palette.fontWeight.weight300}",
|
|
2390
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2391
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2406
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
2407
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
2392
2408
|
},
|
|
2393
2409
|
{
|
|
2394
2410
|
"const": "{palette.fontWeight.weight400}",
|
|
2395
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2396
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2411
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
2412
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
2397
2413
|
},
|
|
2398
2414
|
{
|
|
2399
2415
|
"const": "{palette.fontWeight.weight500}",
|
|
2400
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2401
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2416
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
2417
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
2402
2418
|
},
|
|
2403
2419
|
{
|
|
2404
2420
|
"const": "{palette.fontWeight.weight700}",
|
|
2405
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2406
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2421
|
+
"description": "@telus-uds/palette-allium/v2.27.0 palette tokens 🖌️\n",
|
|
2422
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.27.0` **palette** tokens 🖌️\n\n"
|
|
2407
2423
|
}
|
|
2408
2424
|
],
|
|
2409
2425
|
"$id": "#fontWeight"
|
|
@@ -2412,18 +2428,18 @@
|
|
|
2412
2428
|
"anyOf": [
|
|
2413
2429
|
{
|
|
2414
2430
|
"const": "{system.flexJustifyContent.center}",
|
|
2415
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2416
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
2431
|
+
"description": "@telus-uds/system-tokens/v0.7.23 system react-native tokens ⚙️",
|
|
2432
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.23` **system** tokens ⚙️"
|
|
2417
2433
|
},
|
|
2418
2434
|
{
|
|
2419
2435
|
"const": "{system.flexJustifyContent.flexStart}",
|
|
2420
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2421
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
2436
|
+
"description": "@telus-uds/system-tokens/v0.7.23 system react-native tokens ⚙️",
|
|
2437
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.23` **system** tokens ⚙️"
|
|
2422
2438
|
},
|
|
2423
2439
|
{
|
|
2424
2440
|
"const": "{system.flexJustifyContent.spaceBetween}",
|
|
2425
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2426
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
2441
|
+
"description": "@telus-uds/system-tokens/v0.7.23 system react-native tokens ⚙️",
|
|
2442
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.23` **system** tokens ⚙️"
|
|
2427
2443
|
}
|
|
2428
2444
|
],
|
|
2429
2445
|
"$id": "#flexJustifyContent"
|
|
@@ -2432,18 +2448,18 @@
|
|
|
2432
2448
|
"anyOf": [
|
|
2433
2449
|
{
|
|
2434
2450
|
"const": "{system.flexAlign.center}",
|
|
2435
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2436
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
2451
|
+
"description": "@telus-uds/system-tokens/v0.7.23 system react-native tokens ⚙️",
|
|
2452
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.23` **system** tokens ⚙️"
|
|
2437
2453
|
},
|
|
2438
2454
|
{
|
|
2439
2455
|
"const": "{system.flexAlign.flexStart}",
|
|
2440
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2441
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
2456
|
+
"description": "@telus-uds/system-tokens/v0.7.23 system react-native tokens ⚙️",
|
|
2457
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.23` **system** tokens ⚙️"
|
|
2442
2458
|
},
|
|
2443
2459
|
{
|
|
2444
2460
|
"const": "{system.flexAlign.stretch}",
|
|
2445
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2446
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
2461
|
+
"description": "@telus-uds/system-tokens/v0.7.23 system react-native tokens ⚙️",
|
|
2462
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.23` **system** tokens ⚙️"
|
|
2447
2463
|
}
|
|
2448
2464
|
],
|
|
2449
2465
|
"$id": "#flexAlign"
|
|
@@ -2452,63 +2468,63 @@
|
|
|
2452
2468
|
"anyOf": [
|
|
2453
2469
|
{
|
|
2454
2470
|
"const": "{system.integer.0}",
|
|
2455
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2456
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.7.
|
|
2471
|
+
"description": "@telus-uds/system-tokens/v0.7.23 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
2472
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.7.23 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.github.io/universal-design-system/docs/themes) docs."
|
|
2457
2473
|
},
|
|
2458
2474
|
{
|
|
2459
2475
|
"const": "{system.integer.1}",
|
|
2460
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2461
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.7.
|
|
2476
|
+
"description": "@telus-uds/system-tokens/v0.7.23 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
2477
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.7.23 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.github.io/universal-design-system/docs/themes) docs."
|
|
2462
2478
|
},
|
|
2463
2479
|
{
|
|
2464
2480
|
"const": "{system.integer.2}",
|
|
2465
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2466
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.7.
|
|
2481
|
+
"description": "@telus-uds/system-tokens/v0.7.23 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
2482
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.7.23 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.github.io/universal-design-system/docs/themes) docs."
|
|
2467
2483
|
},
|
|
2468
2484
|
{
|
|
2469
2485
|
"const": "{system.integer.3}",
|
|
2470
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2471
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.7.
|
|
2486
|
+
"description": "@telus-uds/system-tokens/v0.7.23 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
2487
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.7.23 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.github.io/universal-design-system/docs/themes) docs."
|
|
2472
2488
|
},
|
|
2473
2489
|
{
|
|
2474
2490
|
"const": "{system.integer.4}",
|
|
2475
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2476
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.7.
|
|
2491
|
+
"description": "@telus-uds/system-tokens/v0.7.23 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
2492
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.7.23 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.github.io/universal-design-system/docs/themes) docs."
|
|
2477
2493
|
},
|
|
2478
2494
|
{
|
|
2479
2495
|
"const": "{system.integer.5}",
|
|
2480
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2481
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.7.
|
|
2496
|
+
"description": "@telus-uds/system-tokens/v0.7.23 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
2497
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.7.23 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.github.io/universal-design-system/docs/themes) docs."
|
|
2482
2498
|
},
|
|
2483
2499
|
{
|
|
2484
2500
|
"const": "{system.integer.6}",
|
|
2485
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2486
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.7.
|
|
2501
|
+
"description": "@telus-uds/system-tokens/v0.7.23 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
2502
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.7.23 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.github.io/universal-design-system/docs/themes) docs."
|
|
2487
2503
|
},
|
|
2488
2504
|
{
|
|
2489
2505
|
"const": "{system.integer.7}",
|
|
2490
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2491
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.7.
|
|
2506
|
+
"description": "@telus-uds/system-tokens/v0.7.23 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
2507
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.7.23 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.github.io/universal-design-system/docs/themes) docs."
|
|
2492
2508
|
},
|
|
2493
2509
|
{
|
|
2494
2510
|
"const": "{system.integer.8}",
|
|
2495
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2496
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.7.
|
|
2511
|
+
"description": "@telus-uds/system-tokens/v0.7.23 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
2512
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.7.23 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.github.io/universal-design-system/docs/themes) docs."
|
|
2497
2513
|
},
|
|
2498
2514
|
{
|
|
2499
2515
|
"const": "{system.integer.9}",
|
|
2500
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2501
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.7.
|
|
2516
|
+
"description": "@telus-uds/system-tokens/v0.7.23 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
2517
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.7.23 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.github.io/universal-design-system/docs/themes) docs."
|
|
2502
2518
|
},
|
|
2503
2519
|
{
|
|
2504
2520
|
"const": "{system.integer.10}",
|
|
2505
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2506
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.7.
|
|
2521
|
+
"description": "@telus-uds/system-tokens/v0.7.23 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
2522
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.7.23 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.github.io/universal-design-system/docs/themes) docs."
|
|
2507
2523
|
},
|
|
2508
2524
|
{
|
|
2509
2525
|
"const": "{system.integer.11}",
|
|
2510
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2511
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.7.
|
|
2526
|
+
"description": "@telus-uds/system-tokens/v0.7.23 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
2527
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.7.23 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.github.io/universal-design-system/docs/themes) docs."
|
|
2512
2528
|
},
|
|
2513
2529
|
{
|
|
2514
2530
|
"type": "string",
|
|
@@ -2521,18 +2537,18 @@
|
|
|
2521
2537
|
"anyOf": [
|
|
2522
2538
|
{
|
|
2523
2539
|
"const": "{system.textLine.none}",
|
|
2524
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2525
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
2540
|
+
"description": "@telus-uds/system-tokens/v0.7.23 system react-native tokens ⚙️",
|
|
2541
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.23` **system** tokens ⚙️"
|
|
2526
2542
|
},
|
|
2527
2543
|
{
|
|
2528
2544
|
"const": "{system.textLine.underline}",
|
|
2529
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2530
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
2545
|
+
"description": "@telus-uds/system-tokens/v0.7.23 system react-native tokens ⚙️",
|
|
2546
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.23` **system** tokens ⚙️"
|
|
2531
2547
|
},
|
|
2532
2548
|
{
|
|
2533
2549
|
"const": "{system.textLine.strikethrough}",
|
|
2534
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2535
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
2550
|
+
"description": "@telus-uds/system-tokens/v0.7.23 system react-native tokens ⚙️",
|
|
2551
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.23` **system** tokens ⚙️"
|
|
2536
2552
|
}
|
|
2537
2553
|
],
|
|
2538
2554
|
"$id": "#textLine"
|
|
@@ -2541,8 +2557,8 @@
|
|
|
2541
2557
|
"anyOf": [
|
|
2542
2558
|
{
|
|
2543
2559
|
"const": "{system.textLineStyle.solid}",
|
|
2544
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2545
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
2560
|
+
"description": "@telus-uds/system-tokens/v0.7.23 system react-native tokens ⚙️",
|
|
2561
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.23` **system** tokens ⚙️"
|
|
2546
2562
|
}
|
|
2547
2563
|
],
|
|
2548
2564
|
"$id": "#textLineStyle"
|
|
@@ -2551,23 +2567,23 @@
|
|
|
2551
2567
|
"anyOf": [
|
|
2552
2568
|
{
|
|
2553
2569
|
"const": "{system.position.bottom}",
|
|
2554
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2555
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
2570
|
+
"description": "@telus-uds/system-tokens/v0.7.23 system react-native tokens ⚙️",
|
|
2571
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.23` **system** tokens ⚙️"
|
|
2556
2572
|
},
|
|
2557
2573
|
{
|
|
2558
2574
|
"const": "{system.position.left}",
|
|
2559
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2560
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
2575
|
+
"description": "@telus-uds/system-tokens/v0.7.23 system react-native tokens ⚙️",
|
|
2576
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.23` **system** tokens ⚙️"
|
|
2561
2577
|
},
|
|
2562
2578
|
{
|
|
2563
2579
|
"const": "{system.position.right}",
|
|
2564
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2565
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
2580
|
+
"description": "@telus-uds/system-tokens/v0.7.23 system react-native tokens ⚙️",
|
|
2581
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.23` **system** tokens ⚙️"
|
|
2566
2582
|
},
|
|
2567
2583
|
{
|
|
2568
2584
|
"const": "{system.position.top}",
|
|
2569
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2570
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
2585
|
+
"description": "@telus-uds/system-tokens/v0.7.23 system react-native tokens ⚙️",
|
|
2586
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.23` **system** tokens ⚙️"
|
|
2571
2587
|
}
|
|
2572
2588
|
],
|
|
2573
2589
|
"$id": "#position"
|
|
@@ -2576,13 +2592,13 @@
|
|
|
2576
2592
|
"anyOf": [
|
|
2577
2593
|
{
|
|
2578
2594
|
"const": "{system.direction.column}",
|
|
2579
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2580
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
2595
|
+
"description": "@telus-uds/system-tokens/v0.7.23 system react-native tokens ⚙️",
|
|
2596
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.23` **system** tokens ⚙️"
|
|
2581
2597
|
},
|
|
2582
2598
|
{
|
|
2583
2599
|
"const": "{system.direction.row}",
|
|
2584
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2585
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
2600
|
+
"description": "@telus-uds/system-tokens/v0.7.23 system react-native tokens ⚙️",
|
|
2601
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.23` **system** tokens ⚙️"
|
|
2586
2602
|
}
|
|
2587
2603
|
],
|
|
2588
2604
|
"$id": "#direction"
|
|
@@ -2591,13 +2607,13 @@
|
|
|
2591
2607
|
"anyOf": [
|
|
2592
2608
|
{
|
|
2593
2609
|
"const": "{system.show.true}",
|
|
2594
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2595
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
2610
|
+
"description": "@telus-uds/system-tokens/v0.7.23 system react-native tokens ⚙️",
|
|
2611
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.23` **system** tokens ⚙️"
|
|
2596
2612
|
},
|
|
2597
2613
|
{
|
|
2598
2614
|
"const": "{system.show.false}",
|
|
2599
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2600
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
2615
|
+
"description": "@telus-uds/system-tokens/v0.7.23 system react-native tokens ⚙️",
|
|
2616
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.23` **system** tokens ⚙️"
|
|
2601
2617
|
}
|
|
2602
2618
|
],
|
|
2603
2619
|
"$id": "#show"
|
|
@@ -2606,13 +2622,13 @@
|
|
|
2606
2622
|
"anyOf": [
|
|
2607
2623
|
{
|
|
2608
2624
|
"const": "{system.borderStyle.none}",
|
|
2609
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2610
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
2625
|
+
"description": "@telus-uds/system-tokens/v0.7.23 system react-native tokens ⚙️",
|
|
2626
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.23` **system** tokens ⚙️"
|
|
2611
2627
|
},
|
|
2612
2628
|
{
|
|
2613
2629
|
"const": "{system.borderStyle.solid}",
|
|
2614
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2615
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
2630
|
+
"description": "@telus-uds/system-tokens/v0.7.23 system react-native tokens ⚙️",
|
|
2631
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.23` **system** tokens ⚙️"
|
|
2616
2632
|
}
|
|
2617
2633
|
],
|
|
2618
2634
|
"$id": "#borderStyle"
|
|
@@ -2621,18 +2637,18 @@
|
|
|
2621
2637
|
"anyOf": [
|
|
2622
2638
|
{
|
|
2623
2639
|
"const": "{system.verticalAlign.top}",
|
|
2624
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2625
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
2640
|
+
"description": "@telus-uds/system-tokens/v0.7.23 system react-native tokens ⚙️",
|
|
2641
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.23` **system** tokens ⚙️"
|
|
2626
2642
|
},
|
|
2627
2643
|
{
|
|
2628
2644
|
"const": "{system.verticalAlign.middle}",
|
|
2629
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2630
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
2645
|
+
"description": "@telus-uds/system-tokens/v0.7.23 system react-native tokens ⚙️",
|
|
2646
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.23` **system** tokens ⚙️"
|
|
2631
2647
|
},
|
|
2632
2648
|
{
|
|
2633
2649
|
"const": "{system.verticalAlign.baseline}",
|
|
2634
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2635
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
2650
|
+
"description": "@telus-uds/system-tokens/v0.7.23 system react-native tokens ⚙️",
|
|
2651
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.23` **system** tokens ⚙️"
|
|
2636
2652
|
}
|
|
2637
2653
|
],
|
|
2638
2654
|
"$id": "#verticalAlign"
|
|
@@ -2641,18 +2657,18 @@
|
|
|
2641
2657
|
"anyOf": [
|
|
2642
2658
|
{
|
|
2643
2659
|
"const": "{system.iconScale.scale1}",
|
|
2644
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2645
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
2660
|
+
"description": "@telus-uds/system-tokens/v0.7.23 system react-native tokens ⚙️",
|
|
2661
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.23` **system** tokens ⚙️"
|
|
2646
2662
|
},
|
|
2647
2663
|
{
|
|
2648
2664
|
"const": "{system.iconScale.scale1_10}",
|
|
2649
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2650
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
2665
|
+
"description": "@telus-uds/system-tokens/v0.7.23 system react-native tokens ⚙️",
|
|
2666
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.23` **system** tokens ⚙️"
|
|
2651
2667
|
},
|
|
2652
2668
|
{
|
|
2653
2669
|
"const": "{system.iconScale.scale1_25}",
|
|
2654
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2655
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
2670
|
+
"description": "@telus-uds/system-tokens/v0.7.23 system react-native tokens ⚙️",
|
|
2671
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.23` **system** tokens ⚙️"
|
|
2656
2672
|
}
|
|
2657
2673
|
],
|
|
2658
2674
|
"$id": "#iconScale"
|
|
@@ -2661,18 +2677,18 @@
|
|
|
2661
2677
|
"anyOf": [
|
|
2662
2678
|
{
|
|
2663
2679
|
"const": "{system.textAlign.left}",
|
|
2664
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2665
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
2680
|
+
"description": "@telus-uds/system-tokens/v0.7.23 system react-native tokens ⚙️",
|
|
2681
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.23` **system** tokens ⚙️"
|
|
2666
2682
|
},
|
|
2667
2683
|
{
|
|
2668
2684
|
"const": "{system.textAlign.center}",
|
|
2669
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2670
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
2685
|
+
"description": "@telus-uds/system-tokens/v0.7.23 system react-native tokens ⚙️",
|
|
2686
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.23` **system** tokens ⚙️"
|
|
2671
2687
|
},
|
|
2672
2688
|
{
|
|
2673
2689
|
"const": "{system.textAlign.right}",
|
|
2674
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2675
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
2690
|
+
"description": "@telus-uds/system-tokens/v0.7.23 system react-native tokens ⚙️",
|
|
2691
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.23` **system** tokens ⚙️"
|
|
2676
2692
|
}
|
|
2677
2693
|
],
|
|
2678
2694
|
"$id": "#textAlign"
|
|
@@ -2681,13 +2697,13 @@
|
|
|
2681
2697
|
"anyOf": [
|
|
2682
2698
|
{
|
|
2683
2699
|
"const": "{system.textTransform.none}",
|
|
2684
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2685
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
2700
|
+
"description": "@telus-uds/system-tokens/v0.7.23 system react-native tokens ⚙️",
|
|
2701
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.23` **system** tokens ⚙️"
|
|
2686
2702
|
},
|
|
2687
2703
|
{
|
|
2688
2704
|
"const": "{system.textTransform.uppercase}",
|
|
2689
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2690
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
2705
|
+
"description": "@telus-uds/system-tokens/v0.7.23 system react-native tokens ⚙️",
|
|
2706
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.23` **system** tokens ⚙️"
|
|
2691
2707
|
}
|
|
2692
2708
|
],
|
|
2693
2709
|
"$id": "#textTransform"
|
|
@@ -8007,6 +8023,325 @@
|
|
|
8007
8023
|
"rules"
|
|
8008
8024
|
]
|
|
8009
8025
|
},
|
|
8026
|
+
"CheckboxCard": {
|
|
8027
|
+
"type": "object",
|
|
8028
|
+
"additionalProperties": false,
|
|
8029
|
+
"properties": {
|
|
8030
|
+
"appearances": {
|
|
8031
|
+
"type": "object",
|
|
8032
|
+
"additionalProperties": false,
|
|
8033
|
+
"patternProperties": {
|
|
8034
|
+
"^[a-z]+([A-Z0-9][a-z0-9]*)*$": {
|
|
8035
|
+
"$ref": "#appearance"
|
|
8036
|
+
}
|
|
8037
|
+
}
|
|
8038
|
+
},
|
|
8039
|
+
"tokens": {
|
|
8040
|
+
"type": "object",
|
|
8041
|
+
"additionalProperties": false,
|
|
8042
|
+
"properties": {
|
|
8043
|
+
"outerBorderColor": {
|
|
8044
|
+
"$ref": "#color"
|
|
8045
|
+
},
|
|
8046
|
+
"outerBorderWidth": {
|
|
8047
|
+
"$ref": "#border"
|
|
8048
|
+
},
|
|
8049
|
+
"outerBorderGap": {
|
|
8050
|
+
"$ref": "#size"
|
|
8051
|
+
},
|
|
8052
|
+
"flex": {
|
|
8053
|
+
"$ref": "#integer"
|
|
8054
|
+
},
|
|
8055
|
+
"backgroundColor": {
|
|
8056
|
+
"$ref": "#color"
|
|
8057
|
+
},
|
|
8058
|
+
"borderColor": {
|
|
8059
|
+
"$ref": "#color"
|
|
8060
|
+
},
|
|
8061
|
+
"borderRadius": {
|
|
8062
|
+
"$ref": "#radius"
|
|
8063
|
+
},
|
|
8064
|
+
"borderWidth": {
|
|
8065
|
+
"$ref": "#border"
|
|
8066
|
+
},
|
|
8067
|
+
"paddingBottom": {
|
|
8068
|
+
"$ref": "#size"
|
|
8069
|
+
},
|
|
8070
|
+
"paddingLeft": {
|
|
8071
|
+
"$ref": "#size"
|
|
8072
|
+
},
|
|
8073
|
+
"paddingRight": {
|
|
8074
|
+
"$ref": "#size"
|
|
8075
|
+
},
|
|
8076
|
+
"paddingTop": {
|
|
8077
|
+
"$ref": "#size"
|
|
8078
|
+
},
|
|
8079
|
+
"minWidth": {
|
|
8080
|
+
"$ref": "#size"
|
|
8081
|
+
},
|
|
8082
|
+
"shadow": {
|
|
8083
|
+
"$ref": "#shadow"
|
|
8084
|
+
},
|
|
8085
|
+
"contentAlignItems": {
|
|
8086
|
+
"$ref": "#flexAlign"
|
|
8087
|
+
},
|
|
8088
|
+
"contentJustifyContent": {
|
|
8089
|
+
"$ref": "#flexJustifyContent"
|
|
8090
|
+
},
|
|
8091
|
+
"contentFlexGrow": {
|
|
8092
|
+
"$ref": "#integer"
|
|
8093
|
+
},
|
|
8094
|
+
"contentFlexShrink": {
|
|
8095
|
+
"$ref": "#integer"
|
|
8096
|
+
},
|
|
8097
|
+
"checkboxCheckedBackgroundColor": {
|
|
8098
|
+
"$ref": "#color"
|
|
8099
|
+
},
|
|
8100
|
+
"checkboxCheckedSize": {
|
|
8101
|
+
"$ref": "#size"
|
|
8102
|
+
},
|
|
8103
|
+
"checkboxInputBackgroundColor": {
|
|
8104
|
+
"$ref": "#color"
|
|
8105
|
+
},
|
|
8106
|
+
"checkboxInputBorderColor": {
|
|
8107
|
+
"$ref": "#color"
|
|
8108
|
+
},
|
|
8109
|
+
"checkboxInputBorderWidth": {
|
|
8110
|
+
"$ref": "#border"
|
|
8111
|
+
},
|
|
8112
|
+
"checkboxInputOutlineColor": {
|
|
8113
|
+
"$ref": "#color"
|
|
8114
|
+
},
|
|
8115
|
+
"checkboxInputOutlineWidth": {
|
|
8116
|
+
"$ref": "#border"
|
|
8117
|
+
},
|
|
8118
|
+
"checkboxInputSize": {
|
|
8119
|
+
"$ref": "#size"
|
|
8120
|
+
},
|
|
8121
|
+
"checkboxOuterBorderColor": {
|
|
8122
|
+
"$ref": "#color"
|
|
8123
|
+
},
|
|
8124
|
+
"checkboxOuterBorderWidth": {
|
|
8125
|
+
"$ref": "#border"
|
|
8126
|
+
},
|
|
8127
|
+
"checkboxOuterBorderGap": {
|
|
8128
|
+
"$ref": "#size"
|
|
8129
|
+
},
|
|
8130
|
+
"fontSize": {
|
|
8131
|
+
"$ref": "#fontSize"
|
|
8132
|
+
},
|
|
8133
|
+
"fontName": {
|
|
8134
|
+
"$ref": "#fontName"
|
|
8135
|
+
},
|
|
8136
|
+
"lineHeight": {
|
|
8137
|
+
"$ref": "#lineHeight"
|
|
8138
|
+
},
|
|
8139
|
+
"color": {
|
|
8140
|
+
"$ref": "#color"
|
|
8141
|
+
},
|
|
8142
|
+
"letterSpacing": {
|
|
8143
|
+
"$ref": "#letterSpacing"
|
|
8144
|
+
},
|
|
8145
|
+
"textTransform": {
|
|
8146
|
+
"$ref": "#textTransform"
|
|
8147
|
+
},
|
|
8148
|
+
"fontWeight": {
|
|
8149
|
+
"$ref": "#fontWeight"
|
|
8150
|
+
},
|
|
8151
|
+
"checkboxSpace": {
|
|
8152
|
+
"$ref": "#integer"
|
|
8153
|
+
},
|
|
8154
|
+
"contentSpace": {
|
|
8155
|
+
"$ref": "#integer"
|
|
8156
|
+
}
|
|
8157
|
+
},
|
|
8158
|
+
"required": [
|
|
8159
|
+
"outerBorderColor",
|
|
8160
|
+
"outerBorderWidth",
|
|
8161
|
+
"outerBorderGap",
|
|
8162
|
+
"flex",
|
|
8163
|
+
"backgroundColor",
|
|
8164
|
+
"borderColor",
|
|
8165
|
+
"borderRadius",
|
|
8166
|
+
"borderWidth",
|
|
8167
|
+
"paddingBottom",
|
|
8168
|
+
"paddingLeft",
|
|
8169
|
+
"paddingRight",
|
|
8170
|
+
"paddingTop",
|
|
8171
|
+
"minWidth",
|
|
8172
|
+
"shadow",
|
|
8173
|
+
"contentAlignItems",
|
|
8174
|
+
"contentJustifyContent",
|
|
8175
|
+
"contentFlexGrow",
|
|
8176
|
+
"contentFlexShrink",
|
|
8177
|
+
"checkboxCheckedBackgroundColor",
|
|
8178
|
+
"checkboxCheckedSize",
|
|
8179
|
+
"checkboxInputBackgroundColor",
|
|
8180
|
+
"checkboxInputBorderColor",
|
|
8181
|
+
"checkboxInputBorderWidth",
|
|
8182
|
+
"checkboxInputOutlineColor",
|
|
8183
|
+
"checkboxInputOutlineWidth",
|
|
8184
|
+
"checkboxInputSize",
|
|
8185
|
+
"checkboxOuterBorderColor",
|
|
8186
|
+
"checkboxOuterBorderWidth",
|
|
8187
|
+
"checkboxOuterBorderGap",
|
|
8188
|
+
"fontSize",
|
|
8189
|
+
"fontName",
|
|
8190
|
+
"lineHeight",
|
|
8191
|
+
"color",
|
|
8192
|
+
"letterSpacing",
|
|
8193
|
+
"textTransform",
|
|
8194
|
+
"fontWeight",
|
|
8195
|
+
"checkboxSpace",
|
|
8196
|
+
"contentSpace"
|
|
8197
|
+
]
|
|
8198
|
+
},
|
|
8199
|
+
"rules": {
|
|
8200
|
+
"type": "array",
|
|
8201
|
+
"items": {
|
|
8202
|
+
"type": "object",
|
|
8203
|
+
"additionalProperties": false,
|
|
8204
|
+
"properties": {
|
|
8205
|
+
"if": {
|
|
8206
|
+
"type": "object",
|
|
8207
|
+
"minProperties": 1
|
|
8208
|
+
},
|
|
8209
|
+
"tokens": {
|
|
8210
|
+
"type": "object",
|
|
8211
|
+
"additionalProperties": false,
|
|
8212
|
+
"properties": {
|
|
8213
|
+
"outerBorderColor": {
|
|
8214
|
+
"$ref": "#color"
|
|
8215
|
+
},
|
|
8216
|
+
"outerBorderWidth": {
|
|
8217
|
+
"$ref": "#border"
|
|
8218
|
+
},
|
|
8219
|
+
"outerBorderGap": {
|
|
8220
|
+
"$ref": "#size"
|
|
8221
|
+
},
|
|
8222
|
+
"flex": {
|
|
8223
|
+
"$ref": "#integer"
|
|
8224
|
+
},
|
|
8225
|
+
"backgroundColor": {
|
|
8226
|
+
"$ref": "#color"
|
|
8227
|
+
},
|
|
8228
|
+
"borderColor": {
|
|
8229
|
+
"$ref": "#color"
|
|
8230
|
+
},
|
|
8231
|
+
"borderRadius": {
|
|
8232
|
+
"$ref": "#radius"
|
|
8233
|
+
},
|
|
8234
|
+
"borderWidth": {
|
|
8235
|
+
"$ref": "#border"
|
|
8236
|
+
},
|
|
8237
|
+
"paddingBottom": {
|
|
8238
|
+
"$ref": "#size"
|
|
8239
|
+
},
|
|
8240
|
+
"paddingLeft": {
|
|
8241
|
+
"$ref": "#size"
|
|
8242
|
+
},
|
|
8243
|
+
"paddingRight": {
|
|
8244
|
+
"$ref": "#size"
|
|
8245
|
+
},
|
|
8246
|
+
"paddingTop": {
|
|
8247
|
+
"$ref": "#size"
|
|
8248
|
+
},
|
|
8249
|
+
"minWidth": {
|
|
8250
|
+
"$ref": "#size"
|
|
8251
|
+
},
|
|
8252
|
+
"shadow": {
|
|
8253
|
+
"$ref": "#shadow"
|
|
8254
|
+
},
|
|
8255
|
+
"contentAlignItems": {
|
|
8256
|
+
"$ref": "#flexAlign"
|
|
8257
|
+
},
|
|
8258
|
+
"contentJustifyContent": {
|
|
8259
|
+
"$ref": "#flexJustifyContent"
|
|
8260
|
+
},
|
|
8261
|
+
"contentFlexGrow": {
|
|
8262
|
+
"$ref": "#integer"
|
|
8263
|
+
},
|
|
8264
|
+
"contentFlexShrink": {
|
|
8265
|
+
"$ref": "#integer"
|
|
8266
|
+
},
|
|
8267
|
+
"checkboxCheckedBackgroundColor": {
|
|
8268
|
+
"$ref": "#color"
|
|
8269
|
+
},
|
|
8270
|
+
"checkboxCheckedSize": {
|
|
8271
|
+
"$ref": "#size"
|
|
8272
|
+
},
|
|
8273
|
+
"checkboxInputBackgroundColor": {
|
|
8274
|
+
"$ref": "#color"
|
|
8275
|
+
},
|
|
8276
|
+
"checkboxInputBorderColor": {
|
|
8277
|
+
"$ref": "#color"
|
|
8278
|
+
},
|
|
8279
|
+
"checkboxInputBorderWidth": {
|
|
8280
|
+
"$ref": "#border"
|
|
8281
|
+
},
|
|
8282
|
+
"checkboxInputOutlineColor": {
|
|
8283
|
+
"$ref": "#color"
|
|
8284
|
+
},
|
|
8285
|
+
"checkboxInputOutlineWidth": {
|
|
8286
|
+
"$ref": "#border"
|
|
8287
|
+
},
|
|
8288
|
+
"checkboxInputSize": {
|
|
8289
|
+
"$ref": "#size"
|
|
8290
|
+
},
|
|
8291
|
+
"checkboxOuterBorderColor": {
|
|
8292
|
+
"$ref": "#color"
|
|
8293
|
+
},
|
|
8294
|
+
"checkboxOuterBorderWidth": {
|
|
8295
|
+
"$ref": "#border"
|
|
8296
|
+
},
|
|
8297
|
+
"checkboxOuterBorderGap": {
|
|
8298
|
+
"$ref": "#size"
|
|
8299
|
+
},
|
|
8300
|
+
"fontSize": {
|
|
8301
|
+
"$ref": "#fontSize"
|
|
8302
|
+
},
|
|
8303
|
+
"fontName": {
|
|
8304
|
+
"$ref": "#fontName"
|
|
8305
|
+
},
|
|
8306
|
+
"lineHeight": {
|
|
8307
|
+
"$ref": "#lineHeight"
|
|
8308
|
+
},
|
|
8309
|
+
"color": {
|
|
8310
|
+
"$ref": "#color"
|
|
8311
|
+
},
|
|
8312
|
+
"letterSpacing": {
|
|
8313
|
+
"$ref": "#letterSpacing"
|
|
8314
|
+
},
|
|
8315
|
+
"textTransform": {
|
|
8316
|
+
"$ref": "#textTransform"
|
|
8317
|
+
},
|
|
8318
|
+
"fontWeight": {
|
|
8319
|
+
"$ref": "#fontWeight"
|
|
8320
|
+
},
|
|
8321
|
+
"checkboxSpace": {
|
|
8322
|
+
"$ref": "#integer"
|
|
8323
|
+
},
|
|
8324
|
+
"contentSpace": {
|
|
8325
|
+
"$ref": "#integer"
|
|
8326
|
+
}
|
|
8327
|
+
}
|
|
8328
|
+
},
|
|
8329
|
+
"description": {
|
|
8330
|
+
"type": "string"
|
|
8331
|
+
}
|
|
8332
|
+
},
|
|
8333
|
+
"required": [
|
|
8334
|
+
"if",
|
|
8335
|
+
"tokens"
|
|
8336
|
+
]
|
|
8337
|
+
}
|
|
8338
|
+
}
|
|
8339
|
+
},
|
|
8340
|
+
"required": [
|
|
8341
|
+
"tokens",
|
|
8342
|
+
"rules"
|
|
8343
|
+
]
|
|
8344
|
+
},
|
|
8010
8345
|
"ChevronLink": {
|
|
8011
8346
|
"type": "object",
|
|
8012
8347
|
"additionalProperties": false,
|
|
@@ -15818,13 +16153,17 @@
|
|
|
15818
16153
|
},
|
|
15819
16154
|
"flexShrink": {
|
|
15820
16155
|
"$ref": "#integer"
|
|
16156
|
+
},
|
|
16157
|
+
"width": {
|
|
16158
|
+
"$ref": "#size"
|
|
15821
16159
|
}
|
|
15822
16160
|
},
|
|
15823
16161
|
"required": [
|
|
15824
16162
|
"alignItems",
|
|
15825
16163
|
"justifyContent",
|
|
15826
16164
|
"flexGrow",
|
|
15827
|
-
"flexShrink"
|
|
16165
|
+
"flexShrink",
|
|
16166
|
+
"width"
|
|
15828
16167
|
]
|
|
15829
16168
|
},
|
|
15830
16169
|
"rules": {
|
|
@@ -15852,6 +16191,9 @@
|
|
|
15852
16191
|
},
|
|
15853
16192
|
"flexShrink": {
|
|
15854
16193
|
"$ref": "#integer"
|
|
16194
|
+
},
|
|
16195
|
+
"width": {
|
|
16196
|
+
"$ref": "#size"
|
|
15855
16197
|
}
|
|
15856
16198
|
}
|
|
15857
16199
|
},
|
|
@@ -19795,6 +20137,7 @@
|
|
|
19795
20137
|
"CarouselThumbnail",
|
|
19796
20138
|
"CarouselTabsPanelItem",
|
|
19797
20139
|
"Checkbox",
|
|
20140
|
+
"CheckboxCard",
|
|
19798
20141
|
"ChevronLink",
|
|
19799
20142
|
"CheckboxGroup",
|
|
19800
20143
|
"Divider",
|