@telus-uds/theme-allium 4.14.0 → 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 +1277 -939
- package/build/android/theme.json +284 -6
- package/build/ios/schema.json +1277 -939
- package/build/ios/theme.json +284 -6
- package/build/rn/schema.json +1277 -939
- package/build/rn/theme.js +167 -5
- package/package.json +5 -5
- package/theme.json +169 -2
|
@@ -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,228 +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"
|
|
282
288
|
},
|
|
283
289
|
{
|
|
284
290
|
"const": "{palette.color.brandLight}",
|
|
285
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
286
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
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"
|
|
287
293
|
},
|
|
288
294
|
{
|
|
289
295
|
"const": "{palette.color.dark10}",
|
|
290
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
291
|
-
"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%"
|
|
292
298
|
},
|
|
293
299
|
{
|
|
294
300
|
"const": "{palette.color.dark20}",
|
|
295
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
296
|
-
"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%"
|
|
297
303
|
},
|
|
298
304
|
{
|
|
299
305
|
"const": "{palette.color.dark40}",
|
|
300
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
301
|
-
"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%"
|
|
302
313
|
},
|
|
303
314
|
{
|
|
304
315
|
"const": "{palette.color.dark60}",
|
|
305
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
306
|
-
"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%"
|
|
307
318
|
},
|
|
308
319
|
{
|
|
309
320
|
"const": "{palette.color.dark80}",
|
|
310
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
311
|
-
"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%"
|
|
312
323
|
},
|
|
313
324
|
{
|
|
314
325
|
"const": "{palette.color.dark97}",
|
|
315
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
316
|
-
"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%"
|
|
317
328
|
},
|
|
318
329
|
{
|
|
319
330
|
"const": "{palette.color.greenAccessible}",
|
|
320
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
321
|
-
"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"
|
|
322
333
|
},
|
|
323
334
|
{
|
|
324
335
|
"const": "{palette.color.greenDarkFern}",
|
|
325
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
326
|
-
"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"
|
|
327
338
|
},
|
|
328
339
|
{
|
|
329
340
|
"const": "{palette.color.greenPanache}",
|
|
330
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
331
|
-
"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"
|
|
332
343
|
},
|
|
333
344
|
{
|
|
334
345
|
"const": "{palette.color.greenSanFelix}",
|
|
335
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
336
|
-
"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"
|
|
337
348
|
},
|
|
338
349
|
{
|
|
339
350
|
"const": "{palette.color.greenTelus}",
|
|
340
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
341
|
-
"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"
|
|
342
353
|
},
|
|
343
354
|
{
|
|
344
355
|
"const": "{palette.color.greenTusk}",
|
|
345
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
346
|
-
"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"
|
|
347
358
|
},
|
|
348
359
|
{
|
|
349
360
|
"const": "{palette.color.greenYellow}",
|
|
350
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
351
|
-
"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"
|
|
352
363
|
},
|
|
353
364
|
{
|
|
354
365
|
"const": "{palette.color.greyAlabaster}",
|
|
355
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
356
|
-
"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"
|
|
357
368
|
},
|
|
358
369
|
{
|
|
359
370
|
"const": "{palette.color.greyAthens}",
|
|
360
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
361
|
-
"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"
|
|
362
373
|
},
|
|
363
374
|
{
|
|
364
375
|
"const": "{palette.color.greyCharcoal}",
|
|
365
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
366
|
-
"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"
|
|
367
378
|
},
|
|
368
379
|
{
|
|
369
380
|
"const": "{palette.color.greyCloud}",
|
|
370
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
371
|
-
"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"
|
|
372
383
|
},
|
|
373
384
|
{
|
|
374
385
|
"const": "{palette.color.greyLight}",
|
|
375
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
376
|
-
"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"
|
|
377
388
|
},
|
|
378
389
|
{
|
|
379
390
|
"const": "{palette.color.greyMystic}",
|
|
380
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
381
|
-
"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"
|
|
382
393
|
},
|
|
383
394
|
{
|
|
384
395
|
"const": "{palette.color.greyShuttle}",
|
|
385
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
386
|
-
"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"
|
|
387
398
|
},
|
|
388
399
|
{
|
|
389
400
|
"const": "{palette.color.greyThunder}",
|
|
390
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
391
|
-
"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"
|
|
392
403
|
},
|
|
393
404
|
{
|
|
394
405
|
"const": "{palette.color.light10}",
|
|
395
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
396
|
-
"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%"
|
|
397
408
|
},
|
|
398
409
|
{
|
|
399
410
|
"const": "{palette.color.light20}",
|
|
400
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
401
|
-
"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%"
|
|
402
413
|
},
|
|
403
414
|
{
|
|
404
415
|
"const": "{palette.color.light40}",
|
|
405
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
406
|
-
"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%"
|
|
407
418
|
},
|
|
408
419
|
{
|
|
409
420
|
"const": "{palette.color.light60}",
|
|
410
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
411
|
-
"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%"
|
|
412
423
|
},
|
|
413
424
|
{
|
|
414
425
|
"const": "{palette.color.light80}",
|
|
415
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
416
|
-
"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%"
|
|
417
428
|
},
|
|
418
429
|
{
|
|
419
430
|
"const": "{palette.color.light97}",
|
|
420
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
421
|
-
"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%"
|
|
422
433
|
},
|
|
423
434
|
{
|
|
424
435
|
"const": "{palette.color.purpleDark}",
|
|
425
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
426
|
-
"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"
|
|
427
438
|
},
|
|
428
439
|
{
|
|
429
440
|
"const": "{palette.color.purpleDeluge}",
|
|
430
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
431
|
-
"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"
|
|
432
443
|
},
|
|
433
444
|
{
|
|
434
445
|
"const": "{palette.color.purpleEminence}",
|
|
435
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
436
|
-
"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"
|
|
437
448
|
},
|
|
438
449
|
{
|
|
439
450
|
"const": "{palette.color.purpleTelus}",
|
|
440
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
441
|
-
"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"
|
|
442
453
|
},
|
|
443
454
|
{
|
|
444
455
|
"const": "{palette.color.red}",
|
|
445
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
446
|
-
"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"
|
|
447
458
|
},
|
|
448
459
|
{
|
|
449
460
|
"const": "{palette.color.redDark}",
|
|
450
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
451
|
-
"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"
|
|
452
463
|
},
|
|
453
464
|
{
|
|
454
465
|
"const": "{palette.color.redDarker}",
|
|
455
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
456
|
-
"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"
|
|
457
468
|
},
|
|
458
469
|
{
|
|
459
470
|
"const": "{palette.color.redLight}",
|
|
460
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
461
|
-
"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"
|
|
462
473
|
},
|
|
463
474
|
{
|
|
464
475
|
"const": "{palette.color.transparent}",
|
|
465
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
466
|
-
"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"
|
|
467
478
|
},
|
|
468
479
|
{
|
|
469
480
|
"const": "{palette.color.white}",
|
|
470
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
471
|
-
"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"
|
|
472
483
|
},
|
|
473
484
|
{
|
|
474
485
|
"const": "{system.color.transparent}",
|
|
475
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
476
|
-
"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 ⚙️"
|
|
477
488
|
},
|
|
478
489
|
{
|
|
479
490
|
"const": "{system.color.none}",
|
|
480
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
481
|
-
"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 ⚙️"
|
|
482
493
|
}
|
|
483
494
|
],
|
|
484
495
|
"$id": "#color"
|
|
@@ -487,18 +498,18 @@
|
|
|
487
498
|
"anyOf": [
|
|
488
499
|
{
|
|
489
500
|
"const": "{palette.duration.duration250}",
|
|
490
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
491
|
-
"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"
|
|
492
503
|
},
|
|
493
504
|
{
|
|
494
505
|
"const": "{palette.duration.duration300}",
|
|
495
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
496
|
-
"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"
|
|
497
508
|
},
|
|
498
509
|
{
|
|
499
510
|
"const": "{system.duration.zero}",
|
|
500
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
501
|
-
"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 ⚙️"
|
|
502
513
|
}
|
|
503
514
|
],
|
|
504
515
|
"$id": "#duration"
|
|
@@ -507,63 +518,63 @@
|
|
|
507
518
|
"anyOf": [
|
|
508
519
|
{
|
|
509
520
|
"const": "{palette.fontSize.size12}",
|
|
510
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
511
|
-
"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"
|
|
512
523
|
},
|
|
513
524
|
{
|
|
514
525
|
"const": "{palette.fontSize.size14}",
|
|
515
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
516
|
-
"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"
|
|
517
528
|
},
|
|
518
529
|
{
|
|
519
530
|
"const": "{palette.fontSize.size16}",
|
|
520
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
521
|
-
"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"
|
|
522
533
|
},
|
|
523
534
|
{
|
|
524
535
|
"const": "{palette.fontSize.size20}",
|
|
525
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
526
|
-
"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"
|
|
527
538
|
},
|
|
528
539
|
{
|
|
529
540
|
"const": "{palette.fontSize.size24}",
|
|
530
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
531
|
-
"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"
|
|
532
543
|
},
|
|
533
544
|
{
|
|
534
545
|
"const": "{palette.fontSize.size28}",
|
|
535
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
536
|
-
"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"
|
|
537
548
|
},
|
|
538
549
|
{
|
|
539
550
|
"const": "{palette.fontSize.size32}",
|
|
540
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
541
|
-
"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"
|
|
542
553
|
},
|
|
543
554
|
{
|
|
544
555
|
"const": "{palette.fontSize.size36}",
|
|
545
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
546
|
-
"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"
|
|
547
558
|
},
|
|
548
559
|
{
|
|
549
560
|
"const": "{palette.fontSize.size40}",
|
|
550
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
551
|
-
"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"
|
|
552
563
|
},
|
|
553
564
|
{
|
|
554
565
|
"const": "{palette.fontSize.size56}",
|
|
555
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
556
|
-
"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"
|
|
557
568
|
},
|
|
558
569
|
{
|
|
559
570
|
"const": "{palette.fontSize.size64}",
|
|
560
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
561
|
-
"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"
|
|
562
573
|
},
|
|
563
574
|
{
|
|
564
575
|
"const": "{system.fontSize.none}",
|
|
565
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
566
|
-
"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 ⚙️"
|
|
567
578
|
}
|
|
568
579
|
],
|
|
569
580
|
"$id": "#fontSize"
|
|
@@ -572,33 +583,33 @@
|
|
|
572
583
|
"anyOf": [
|
|
573
584
|
{
|
|
574
585
|
"const": "{palette.gradient.base}",
|
|
575
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
576
|
-
"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"
|
|
577
588
|
},
|
|
578
589
|
{
|
|
579
590
|
"const": "{palette.gradient.brand}",
|
|
580
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
581
|
-
"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"
|
|
582
593
|
},
|
|
583
594
|
{
|
|
584
595
|
"const": "{palette.gradient.green}",
|
|
585
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
586
|
-
"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"
|
|
587
598
|
},
|
|
588
599
|
{
|
|
589
600
|
"const": "{palette.gradient.neutral}",
|
|
590
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
591
|
-
"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"
|
|
592
603
|
},
|
|
593
604
|
{
|
|
594
605
|
"const": "{palette.gradient.purple}",
|
|
595
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
596
|
-
"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"
|
|
597
608
|
},
|
|
598
609
|
{
|
|
599
610
|
"const": "{system.gradient.none}",
|
|
600
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
601
|
-
"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 ⚙️"
|
|
602
613
|
}
|
|
603
614
|
],
|
|
604
615
|
"$id": "#gradient"
|
|
@@ -607,1238 +618,1238 @@
|
|
|
607
618
|
"anyOf": [
|
|
608
619
|
{
|
|
609
620
|
"const": "{palette.icon.Accessible}",
|
|
610
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
611
|
-
"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"
|
|
612
623
|
},
|
|
613
624
|
{
|
|
614
625
|
"const": "{palette.icon.Add}",
|
|
615
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
616
|
-
"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"
|
|
617
628
|
},
|
|
618
629
|
{
|
|
619
630
|
"const": "{palette.icon.AddUser}",
|
|
620
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
621
|
-
"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"
|
|
622
633
|
},
|
|
623
634
|
{
|
|
624
635
|
"const": "{palette.icon.AlarmClock}",
|
|
625
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
626
|
-
"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"
|
|
627
638
|
},
|
|
628
639
|
{
|
|
629
640
|
"const": "{palette.icon.Ambulance}",
|
|
630
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
631
|
-
"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"
|
|
632
643
|
},
|
|
633
644
|
{
|
|
634
645
|
"const": "{palette.icon.Amex}",
|
|
635
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
636
|
-
"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"
|
|
637
648
|
},
|
|
638
649
|
{
|
|
639
650
|
"const": "{palette.icon.ArrowDown}",
|
|
640
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
641
|
-
"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"
|
|
642
653
|
},
|
|
643
654
|
{
|
|
644
655
|
"const": "{palette.icon.ArrowLeft}",
|
|
645
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
646
|
-
"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"
|
|
647
658
|
},
|
|
648
659
|
{
|
|
649
660
|
"const": "{palette.icon.ArrowRight}",
|
|
650
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
651
|
-
"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"
|
|
652
663
|
},
|
|
653
664
|
{
|
|
654
665
|
"const": "{palette.icon.ArrowUp}",
|
|
655
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
656
|
-
"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"
|
|
657
668
|
},
|
|
658
669
|
{
|
|
659
670
|
"const": "{palette.icon.ArtificialIntelligence}",
|
|
660
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
661
|
-
"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"
|
|
662
673
|
},
|
|
663
674
|
{
|
|
664
675
|
"const": "{palette.icon.AssistiveListening}",
|
|
665
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
666
|
-
"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"
|
|
667
678
|
},
|
|
668
679
|
{
|
|
669
680
|
"const": "{palette.icon.Attention}",
|
|
670
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
671
|
-
"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"
|
|
672
683
|
},
|
|
673
684
|
{
|
|
674
685
|
"const": "{palette.icon.Award}",
|
|
675
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
676
|
-
"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"
|
|
677
688
|
},
|
|
678
689
|
{
|
|
679
690
|
"const": "{palette.icon.Baby}",
|
|
680
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
681
|
-
"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"
|
|
682
693
|
},
|
|
683
694
|
{
|
|
684
695
|
"const": "{palette.icon.BabyBoy}",
|
|
685
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
686
|
-
"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"
|
|
687
698
|
},
|
|
688
699
|
{
|
|
689
700
|
"const": "{palette.icon.BabyGirl}",
|
|
690
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
691
|
-
"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"
|
|
692
703
|
},
|
|
693
704
|
{
|
|
694
705
|
"const": "{palette.icon.BackToSchool}",
|
|
695
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
696
|
-
"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"
|
|
697
708
|
},
|
|
698
709
|
{
|
|
699
710
|
"const": "{palette.icon.Bank}",
|
|
700
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
701
|
-
"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"
|
|
702
713
|
},
|
|
703
714
|
{
|
|
704
715
|
"const": "{palette.icon.BatteryCar}",
|
|
705
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
706
|
-
"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"
|
|
707
718
|
},
|
|
708
719
|
{
|
|
709
720
|
"const": "{palette.icon.BatteryCharging}",
|
|
710
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
711
|
-
"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"
|
|
712
723
|
},
|
|
713
724
|
{
|
|
714
725
|
"const": "{palette.icon.Bell}",
|
|
715
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
716
|
-
"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"
|
|
717
728
|
},
|
|
718
729
|
{
|
|
719
730
|
"const": "{palette.icon.Bill}",
|
|
720
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
721
|
-
"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"
|
|
722
733
|
},
|
|
723
734
|
{
|
|
724
735
|
"const": "{palette.icon.Bookmark}",
|
|
725
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
726
|
-
"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"
|
|
727
738
|
},
|
|
728
739
|
{
|
|
729
740
|
"const": "{palette.icon.Braille}",
|
|
730
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
731
|
-
"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"
|
|
732
743
|
},
|
|
733
744
|
{
|
|
734
745
|
"const": "{palette.icon.Briefcase}",
|
|
735
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
736
|
-
"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"
|
|
737
748
|
},
|
|
738
749
|
{
|
|
739
750
|
"const": "{palette.icon.BulletFill}",
|
|
740
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
741
|
-
"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"
|
|
742
753
|
},
|
|
743
754
|
{
|
|
744
755
|
"const": "{palette.icon.Calendar}",
|
|
745
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
746
|
-
"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"
|
|
747
758
|
},
|
|
748
759
|
{
|
|
749
760
|
"const": "{palette.icon.Call}",
|
|
750
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
751
|
-
"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"
|
|
752
763
|
},
|
|
753
764
|
{
|
|
754
765
|
"const": "{palette.icon.CallForward}",
|
|
755
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
756
|
-
"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"
|
|
757
768
|
},
|
|
758
769
|
{
|
|
759
770
|
"const": "{palette.icon.CallOut}",
|
|
760
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
761
|
-
"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"
|
|
762
773
|
},
|
|
763
774
|
{
|
|
764
775
|
"const": "{palette.icon.CallReceive}",
|
|
765
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
766
|
-
"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"
|
|
767
778
|
},
|
|
768
779
|
{
|
|
769
780
|
"const": "{palette.icon.CallTalking}",
|
|
770
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
771
|
-
"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"
|
|
772
783
|
},
|
|
773
784
|
{
|
|
774
785
|
"const": "{palette.icon.Camera}",
|
|
775
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
776
|
-
"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"
|
|
777
788
|
},
|
|
778
789
|
{
|
|
779
790
|
"const": "{palette.icon.CanUs}",
|
|
780
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
781
|
-
"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"
|
|
782
793
|
},
|
|
783
794
|
{
|
|
784
795
|
"const": "{palette.icon.Car}",
|
|
785
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
786
|
-
"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"
|
|
787
798
|
},
|
|
788
799
|
{
|
|
789
800
|
"const": "{palette.icon.CaretDown}",
|
|
790
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
791
|
-
"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"
|
|
792
803
|
},
|
|
793
804
|
{
|
|
794
805
|
"const": "{palette.icon.CaretUp}",
|
|
795
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
796
|
-
"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"
|
|
797
808
|
},
|
|
798
809
|
{
|
|
799
810
|
"const": "{palette.icon.CartEmptyBold}",
|
|
800
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
801
|
-
"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"
|
|
802
813
|
},
|
|
803
814
|
{
|
|
804
815
|
"const": "{palette.icon.CartFilledBold}",
|
|
805
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
806
|
-
"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"
|
|
807
818
|
},
|
|
808
819
|
{
|
|
809
820
|
"const": "{palette.icon.Channels}",
|
|
810
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
811
|
-
"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"
|
|
812
823
|
},
|
|
813
824
|
{
|
|
814
825
|
"const": "{palette.icon.ChartsBar1}",
|
|
815
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
816
|
-
"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"
|
|
817
828
|
},
|
|
818
829
|
{
|
|
819
830
|
"const": "{palette.icon.ChartsBar2}",
|
|
820
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
821
|
-
"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"
|
|
822
833
|
},
|
|
823
834
|
{
|
|
824
835
|
"const": "{palette.icon.ChartsLine}",
|
|
825
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
826
|
-
"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"
|
|
827
838
|
},
|
|
828
839
|
{
|
|
829
840
|
"const": "{palette.icon.Chat1}",
|
|
830
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
831
|
-
"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"
|
|
832
843
|
},
|
|
833
844
|
{
|
|
834
845
|
"const": "{palette.icon.Chat2}",
|
|
835
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
836
|
-
"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"
|
|
837
848
|
},
|
|
838
849
|
{
|
|
839
850
|
"const": "{palette.icon.ChatSupport}",
|
|
840
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
841
|
-
"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"
|
|
842
853
|
},
|
|
843
854
|
{
|
|
844
855
|
"const": "{palette.icon.Check}",
|
|
845
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
846
|
-
"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"
|
|
847
858
|
},
|
|
848
859
|
{
|
|
849
860
|
"const": "{palette.icon.Checkmark}",
|
|
850
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
851
|
-
"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"
|
|
852
863
|
},
|
|
853
864
|
{
|
|
854
865
|
"const": "{palette.icon.ChevronLeft}",
|
|
855
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
856
|
-
"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"
|
|
857
868
|
},
|
|
858
869
|
{
|
|
859
870
|
"const": "{palette.icon.ChevronRight}",
|
|
860
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
861
|
-
"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"
|
|
862
873
|
},
|
|
863
874
|
{
|
|
864
875
|
"const": "{palette.icon.Clipboard}",
|
|
865
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
866
|
-
"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"
|
|
867
878
|
},
|
|
868
879
|
{
|
|
869
880
|
"const": "{palette.icon.Close}",
|
|
870
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
871
|
-
"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"
|
|
872
883
|
},
|
|
873
884
|
{
|
|
874
885
|
"const": "{palette.icon.ClosedCaptions}",
|
|
875
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
876
|
-
"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"
|
|
877
888
|
},
|
|
878
889
|
{
|
|
879
890
|
"const": "{palette.icon.CloudDownload}",
|
|
880
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
881
|
-
"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"
|
|
882
893
|
},
|
|
883
894
|
{
|
|
884
895
|
"const": "{palette.icon.CloudSync}",
|
|
885
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
886
|
-
"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"
|
|
887
898
|
},
|
|
888
899
|
{
|
|
889
900
|
"const": "{palette.icon.CloudUpload}",
|
|
890
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
891
|
-
"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"
|
|
892
903
|
},
|
|
893
904
|
{
|
|
894
905
|
"const": "{palette.icon.CognitiveDisability}",
|
|
895
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
896
|
-
"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"
|
|
897
908
|
},
|
|
898
909
|
{
|
|
899
910
|
"const": "{palette.icon.Collaboration}",
|
|
900
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
901
|
-
"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"
|
|
902
913
|
},
|
|
903
914
|
{
|
|
904
915
|
"const": "{palette.icon.Compass}",
|
|
905
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
906
|
-
"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"
|
|
907
918
|
},
|
|
908
919
|
{
|
|
909
920
|
"const": "{palette.icon.ComputerNetwork}",
|
|
910
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
911
|
-
"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"
|
|
912
923
|
},
|
|
913
924
|
{
|
|
914
925
|
"const": "{palette.icon.Contract}",
|
|
915
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
916
|
-
"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"
|
|
917
928
|
},
|
|
918
929
|
{
|
|
919
930
|
"const": "{palette.icon.CreditCard}",
|
|
920
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
921
|
-
"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"
|
|
922
933
|
},
|
|
923
934
|
{
|
|
924
935
|
"const": "{palette.icon.Cronometer}",
|
|
925
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
926
|
-
"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"
|
|
927
938
|
},
|
|
928
939
|
{
|
|
929
940
|
"const": "{palette.icon.CssActivations}",
|
|
930
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
931
|
-
"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"
|
|
932
943
|
},
|
|
933
944
|
{
|
|
934
945
|
"const": "{palette.icon.DataLimit}",
|
|
935
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
936
|
-
"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"
|
|
937
948
|
},
|
|
938
949
|
{
|
|
939
950
|
"const": "{palette.icon.Deals}",
|
|
940
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
941
|
-
"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"
|
|
942
953
|
},
|
|
943
954
|
{
|
|
944
955
|
"const": "{palette.icon.Delete}",
|
|
945
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
946
|
-
"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"
|
|
947
958
|
},
|
|
948
959
|
{
|
|
949
960
|
"const": "{palette.icon.Delivery}",
|
|
950
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
951
|
-
"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"
|
|
952
963
|
},
|
|
953
964
|
{
|
|
954
965
|
"const": "{palette.icon.Devices}",
|
|
955
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
956
|
-
"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"
|
|
957
968
|
},
|
|
958
969
|
{
|
|
959
970
|
"const": "{palette.icon.Diagram}",
|
|
960
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
961
|
-
"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"
|
|
962
973
|
},
|
|
963
974
|
{
|
|
964
975
|
"const": "{palette.icon.Diamond}",
|
|
965
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
966
|
-
"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"
|
|
967
978
|
},
|
|
968
979
|
{
|
|
969
980
|
"const": "{palette.icon.Direction}",
|
|
970
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
971
|
-
"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"
|
|
972
983
|
},
|
|
973
984
|
{
|
|
974
985
|
"const": "{palette.icon.Document}",
|
|
975
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
976
|
-
"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"
|
|
977
988
|
},
|
|
978
989
|
{
|
|
979
990
|
"const": "{palette.icon.Donate}",
|
|
980
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
981
|
-
"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"
|
|
982
993
|
},
|
|
983
994
|
{
|
|
984
995
|
"const": "{palette.icon.Download}",
|
|
985
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
986
|
-
"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"
|
|
987
998
|
},
|
|
988
999
|
{
|
|
989
1000
|
"const": "{palette.icon.DownloadPdf}",
|
|
990
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
991
|
-
"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"
|
|
992
1003
|
},
|
|
993
1004
|
{
|
|
994
1005
|
"const": "{palette.icon.DownloadPdfs}",
|
|
995
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
996
|
-
"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"
|
|
997
1008
|
},
|
|
998
1009
|
{
|
|
999
1010
|
"const": "{palette.icon.Edit}",
|
|
1000
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1001
|
-
"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"
|
|
1002
1013
|
},
|
|
1003
1014
|
{
|
|
1004
1015
|
"const": "{palette.icon.Email}",
|
|
1005
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1006
|
-
"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"
|
|
1007
1018
|
},
|
|
1008
1019
|
{
|
|
1009
1020
|
"const": "{palette.icon.Escalations}",
|
|
1010
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1011
|
-
"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"
|
|
1012
1023
|
},
|
|
1013
1024
|
{
|
|
1014
1025
|
"const": "{palette.icon.Expand}",
|
|
1015
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1016
|
-
"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"
|
|
1017
1028
|
},
|
|
1018
1029
|
{
|
|
1019
1030
|
"const": "{palette.icon.EyeClosed}",
|
|
1020
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1021
|
-
"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"
|
|
1022
1033
|
},
|
|
1023
1034
|
{
|
|
1024
1035
|
"const": "{palette.icon.EyeMasked}",
|
|
1025
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1026
|
-
"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"
|
|
1027
1038
|
},
|
|
1028
1039
|
{
|
|
1029
1040
|
"const": "{palette.icon.EyeOpened}",
|
|
1030
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1031
|
-
"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"
|
|
1032
1043
|
},
|
|
1033
1044
|
{
|
|
1034
1045
|
"const": "{palette.icon.EyeUnmasked}",
|
|
1035
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1036
|
-
"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"
|
|
1037
1048
|
},
|
|
1038
1049
|
{
|
|
1039
1050
|
"const": "{palette.icon.FavouriteNetwork}",
|
|
1040
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1041
|
-
"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"
|
|
1042
1053
|
},
|
|
1043
1054
|
{
|
|
1044
1055
|
"const": "{palette.icon.Files}",
|
|
1045
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1046
|
-
"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"
|
|
1047
1058
|
},
|
|
1048
1059
|
{
|
|
1049
1060
|
"const": "{palette.icon.Fingerprint}",
|
|
1050
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1051
|
-
"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"
|
|
1052
1063
|
},
|
|
1053
1064
|
{
|
|
1054
1065
|
"const": "{palette.icon.Firewall}",
|
|
1055
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1056
|
-
"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"
|
|
1057
1068
|
},
|
|
1058
1069
|
{
|
|
1059
1070
|
"const": "{palette.icon.Flag}",
|
|
1060
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1061
|
-
"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"
|
|
1062
1073
|
},
|
|
1063
1074
|
{
|
|
1064
1075
|
"const": "{palette.icon.FullscreenExpand}",
|
|
1065
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1066
|
-
"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"
|
|
1067
1078
|
},
|
|
1068
1079
|
{
|
|
1069
1080
|
"const": "{palette.icon.FullscreenMinimize}",
|
|
1070
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1071
|
-
"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"
|
|
1072
1083
|
},
|
|
1073
1084
|
{
|
|
1074
1085
|
"const": "{palette.icon.Gift}",
|
|
1075
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1076
|
-
"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"
|
|
1077
1088
|
},
|
|
1078
1089
|
{
|
|
1079
1090
|
"const": "{palette.icon.Globe1}",
|
|
1080
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1081
|
-
"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"
|
|
1082
1093
|
},
|
|
1083
1094
|
{
|
|
1084
1095
|
"const": "{palette.icon.Globe2}",
|
|
1085
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1086
|
-
"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"
|
|
1087
1098
|
},
|
|
1088
1099
|
{
|
|
1089
1100
|
"const": "{palette.icon.Grid}",
|
|
1090
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1091
|
-
"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"
|
|
1092
1103
|
},
|
|
1093
1104
|
{
|
|
1094
1105
|
"const": "{palette.icon.HeadBoth}",
|
|
1095
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1096
|
-
"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"
|
|
1097
1108
|
},
|
|
1098
1109
|
{
|
|
1099
1110
|
"const": "{palette.icon.HeadFemale}",
|
|
1100
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1101
|
-
"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"
|
|
1102
1113
|
},
|
|
1103
1114
|
{
|
|
1104
1115
|
"const": "{palette.icon.HeadMale}",
|
|
1105
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1106
|
-
"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"
|
|
1107
1118
|
},
|
|
1108
1119
|
{
|
|
1109
1120
|
"const": "{palette.icon.Headset}",
|
|
1110
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1111
|
-
"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"
|
|
1112
1123
|
},
|
|
1113
1124
|
{
|
|
1114
1125
|
"const": "{palette.icon.Heart}",
|
|
1115
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1116
|
-
"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"
|
|
1117
1128
|
},
|
|
1118
1129
|
{
|
|
1119
1130
|
"const": "{palette.icon.Heartbeat}",
|
|
1120
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1121
|
-
"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"
|
|
1122
1133
|
},
|
|
1123
1134
|
{
|
|
1124
1135
|
"const": "{palette.icon.Helpdesk}",
|
|
1125
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1126
|
-
"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"
|
|
1127
1138
|
},
|
|
1128
1139
|
{
|
|
1129
1140
|
"const": "{palette.icon.Home}",
|
|
1130
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1131
|
-
"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"
|
|
1132
1143
|
},
|
|
1133
1144
|
{
|
|
1134
1145
|
"const": "{palette.icon.HomePro}",
|
|
1135
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1136
|
-
"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"
|
|
1137
1148
|
},
|
|
1138
1149
|
{
|
|
1139
1150
|
"const": "{palette.icon.HomeSecurity}",
|
|
1140
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1141
|
-
"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"
|
|
1142
1153
|
},
|
|
1143
1154
|
{
|
|
1144
1155
|
"const": "{palette.icon.IDTag}",
|
|
1145
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1146
|
-
"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"
|
|
1147
1158
|
},
|
|
1148
1159
|
{
|
|
1149
1160
|
"const": "{palette.icon.Infinite}",
|
|
1150
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1151
|
-
"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"
|
|
1152
1163
|
},
|
|
1153
1164
|
{
|
|
1154
1165
|
"const": "{palette.icon.Information}",
|
|
1155
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1156
|
-
"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"
|
|
1157
1168
|
},
|
|
1158
1169
|
{
|
|
1159
1170
|
"const": "{palette.icon.Internet}",
|
|
1160
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1161
|
-
"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"
|
|
1162
1173
|
},
|
|
1163
1174
|
{
|
|
1164
1175
|
"const": "{palette.icon.Invisible}",
|
|
1165
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1166
|
-
"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"
|
|
1167
1178
|
},
|
|
1168
1179
|
{
|
|
1169
1180
|
"const": "{palette.icon.Key}",
|
|
1170
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1171
|
-
"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"
|
|
1172
1183
|
},
|
|
1173
1184
|
{
|
|
1174
1185
|
"const": "{palette.icon.Laptop}",
|
|
1175
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1176
|
-
"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"
|
|
1177
1188
|
},
|
|
1178
1189
|
{
|
|
1179
1190
|
"const": "{palette.icon.Layers}",
|
|
1180
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1181
|
-
"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"
|
|
1182
1193
|
},
|
|
1183
1194
|
{
|
|
1184
1195
|
"const": "{palette.icon.LeakDetect}",
|
|
1185
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1186
|
-
"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"
|
|
1187
1198
|
},
|
|
1188
1199
|
{
|
|
1189
1200
|
"const": "{palette.icon.Lifesaver}",
|
|
1190
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1191
|
-
"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"
|
|
1192
1203
|
},
|
|
1193
1204
|
{
|
|
1194
1205
|
"const": "{palette.icon.Lightbulb}",
|
|
1195
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1196
|
-
"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"
|
|
1197
1208
|
},
|
|
1198
1209
|
{
|
|
1199
1210
|
"const": "{palette.icon.LinkExternal}",
|
|
1200
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1201
|
-
"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"
|
|
1202
1213
|
},
|
|
1203
1214
|
{
|
|
1204
1215
|
"const": "{palette.icon.List}",
|
|
1205
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1206
|
-
"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"
|
|
1207
1218
|
},
|
|
1208
1219
|
{
|
|
1209
1220
|
"const": "{palette.icon.LocationAdd}",
|
|
1210
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1211
|
-
"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"
|
|
1212
1223
|
},
|
|
1213
1224
|
{
|
|
1214
1225
|
"const": "{palette.icon.LocationHome}",
|
|
1215
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1216
|
-
"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"
|
|
1217
1228
|
},
|
|
1218
1229
|
{
|
|
1219
1230
|
"const": "{palette.icon.LocationIneligible}",
|
|
1220
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1221
|
-
"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"
|
|
1222
1233
|
},
|
|
1223
1234
|
{
|
|
1224
1235
|
"const": "{palette.icon.LocationMap}",
|
|
1225
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1226
|
-
"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"
|
|
1227
1238
|
},
|
|
1228
1239
|
{
|
|
1229
1240
|
"const": "{palette.icon.LocationRegular}",
|
|
1230
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1231
|
-
"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"
|
|
1232
1243
|
},
|
|
1233
1244
|
{
|
|
1234
1245
|
"const": "{palette.icon.LocationRemove}",
|
|
1235
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1236
|
-
"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"
|
|
1237
1248
|
},
|
|
1238
1249
|
{
|
|
1239
1250
|
"const": "{palette.icon.LocationSuccess}",
|
|
1240
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1241
|
-
"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"
|
|
1242
1253
|
},
|
|
1243
1254
|
{
|
|
1244
1255
|
"const": "{palette.icon.LocationVerified}",
|
|
1245
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1246
|
-
"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"
|
|
1247
1258
|
},
|
|
1248
1259
|
{
|
|
1249
1260
|
"const": "{palette.icon.LockClosed}",
|
|
1250
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1251
|
-
"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"
|
|
1252
1263
|
},
|
|
1253
1264
|
{
|
|
1254
1265
|
"const": "{palette.icon.LockOpened}",
|
|
1255
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1256
|
-
"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"
|
|
1257
1268
|
},
|
|
1258
1269
|
{
|
|
1259
1270
|
"const": "{palette.icon.LoginForm}",
|
|
1260
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1261
|
-
"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"
|
|
1262
1273
|
},
|
|
1263
1274
|
{
|
|
1264
1275
|
"const": "{palette.icon.Magnify}",
|
|
1265
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1266
|
-
"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"
|
|
1267
1278
|
},
|
|
1268
1279
|
{
|
|
1269
1280
|
"const": "{palette.icon.Map}",
|
|
1270
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1271
|
-
"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"
|
|
1272
1283
|
},
|
|
1273
1284
|
{
|
|
1274
1285
|
"const": "{palette.icon.MasterCard}",
|
|
1275
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1276
|
-
"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"
|
|
1277
1288
|
},
|
|
1278
1289
|
{
|
|
1279
1290
|
"const": "{palette.icon.Medical}",
|
|
1280
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1281
|
-
"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"
|
|
1282
1293
|
},
|
|
1283
1294
|
{
|
|
1284
1295
|
"const": "{palette.icon.Messaging}",
|
|
1285
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1286
|
-
"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"
|
|
1287
1298
|
},
|
|
1288
1299
|
{
|
|
1289
1300
|
"const": "{palette.icon.Mobility}",
|
|
1290
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1291
|
-
"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"
|
|
1292
1303
|
},
|
|
1293
1304
|
{
|
|
1294
1305
|
"const": "{palette.icon.Modal}",
|
|
1295
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1296
|
-
"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"
|
|
1297
1308
|
},
|
|
1298
1309
|
{
|
|
1299
1310
|
"const": "{palette.icon.Money}",
|
|
1300
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1301
|
-
"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"
|
|
1302
1313
|
},
|
|
1303
1314
|
{
|
|
1304
1315
|
"const": "{palette.icon.Movie}",
|
|
1305
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1306
|
-
"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"
|
|
1307
1318
|
},
|
|
1308
1319
|
{
|
|
1309
1320
|
"const": "{palette.icon.Music}",
|
|
1310
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1311
|
-
"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"
|
|
1312
1323
|
},
|
|
1313
1324
|
{
|
|
1314
1325
|
"const": "{palette.icon.Muted}",
|
|
1315
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1316
|
-
"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"
|
|
1317
1328
|
},
|
|
1318
1329
|
{
|
|
1319
1330
|
"const": "{palette.icon.Networking}",
|
|
1320
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1321
|
-
"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"
|
|
1322
1333
|
},
|
|
1323
1334
|
{
|
|
1324
1335
|
"const": "{palette.icon.News}",
|
|
1325
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1326
|
-
"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"
|
|
1327
1338
|
},
|
|
1328
1339
|
{
|
|
1329
1340
|
"const": "{palette.icon.NextGenFirewall}",
|
|
1330
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1331
|
-
"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"
|
|
1332
1343
|
},
|
|
1333
1344
|
{
|
|
1334
1345
|
"const": "{palette.icon.NoContract}",
|
|
1335
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1336
|
-
"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"
|
|
1337
1348
|
},
|
|
1338
1349
|
{
|
|
1339
1350
|
"const": "{palette.icon.NotifyBold}",
|
|
1340
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1341
|
-
"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"
|
|
1342
1353
|
},
|
|
1343
1354
|
{
|
|
1344
1355
|
"const": "{palette.icon.Office}",
|
|
1345
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1346
|
-
"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"
|
|
1347
1358
|
},
|
|
1348
1359
|
{
|
|
1349
1360
|
"const": "{palette.icon.Offices}",
|
|
1350
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1351
|
-
"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"
|
|
1352
1363
|
},
|
|
1353
1364
|
{
|
|
1354
1365
|
"const": "{palette.icon.OnDemand}",
|
|
1355
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1356
|
-
"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"
|
|
1357
1368
|
},
|
|
1358
1369
|
{
|
|
1359
1370
|
"const": "{palette.icon.OnTheGo}",
|
|
1360
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1361
|
-
"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"
|
|
1362
1373
|
},
|
|
1363
1374
|
{
|
|
1364
1375
|
"const": "{palette.icon.OnlineSecurity}",
|
|
1365
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1366
|
-
"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"
|
|
1367
1378
|
},
|
|
1368
1379
|
{
|
|
1369
1380
|
"const": "{palette.icon.OrderAscend}",
|
|
1370
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1371
|
-
"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"
|
|
1372
1383
|
},
|
|
1373
1384
|
{
|
|
1374
1385
|
"const": "{palette.icon.OrderDescend}",
|
|
1375
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1376
|
-
"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"
|
|
1377
1388
|
},
|
|
1378
1389
|
{
|
|
1379
1390
|
"const": "{palette.icon.Paperless}",
|
|
1380
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1381
|
-
"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"
|
|
1382
1393
|
},
|
|
1383
1394
|
{
|
|
1384
1395
|
"const": "{palette.icon.Passport}",
|
|
1385
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1386
|
-
"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"
|
|
1387
1398
|
},
|
|
1388
1399
|
{
|
|
1389
1400
|
"const": "{palette.icon.Pause}",
|
|
1390
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1391
|
-
"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"
|
|
1392
1403
|
},
|
|
1393
1404
|
{
|
|
1394
1405
|
"const": "{palette.icon.Phone}",
|
|
1395
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1396
|
-
"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"
|
|
1397
1408
|
},
|
|
1398
1409
|
{
|
|
1399
1410
|
"const": "{palette.icon.PhoneBusiness}",
|
|
1400
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1401
|
-
"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"
|
|
1402
1413
|
},
|
|
1403
1414
|
{
|
|
1404
1415
|
"const": "{palette.icon.PhoneHome}",
|
|
1405
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1406
|
-
"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"
|
|
1407
1418
|
},
|
|
1408
1419
|
{
|
|
1409
1420
|
"const": "{palette.icon.PhoneReception}",
|
|
1410
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1411
|
-
"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"
|
|
1412
1423
|
},
|
|
1413
1424
|
{
|
|
1414
1425
|
"const": "{palette.icon.Photo}",
|
|
1415
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1416
|
-
"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"
|
|
1417
1428
|
},
|
|
1418
1429
|
{
|
|
1419
1430
|
"const": "{palette.icon.Photos}",
|
|
1420
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1421
|
-
"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"
|
|
1422
1433
|
},
|
|
1423
1434
|
{
|
|
1424
1435
|
"const": "{palette.icon.PiggyBank}",
|
|
1425
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1426
|
-
"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"
|
|
1427
1438
|
},
|
|
1428
1439
|
{
|
|
1429
1440
|
"const": "{palette.icon.PikTV}",
|
|
1430
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1431
|
-
"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"
|
|
1432
1443
|
},
|
|
1433
1444
|
{
|
|
1434
1445
|
"const": "{palette.icon.Play}",
|
|
1435
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1436
|
-
"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"
|
|
1437
1448
|
},
|
|
1438
1449
|
{
|
|
1439
1450
|
"const": "{palette.icon.PlaySolid}",
|
|
1440
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1441
|
-
"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"
|
|
1442
1453
|
},
|
|
1443
1454
|
{
|
|
1444
1455
|
"const": "{palette.icon.PlayVideo}",
|
|
1445
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1446
|
-
"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"
|
|
1447
1458
|
},
|
|
1448
1459
|
{
|
|
1449
1460
|
"const": "{palette.icon.Preference}",
|
|
1450
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1451
|
-
"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"
|
|
1452
1463
|
},
|
|
1453
1464
|
{
|
|
1454
1465
|
"const": "{palette.icon.Print}",
|
|
1455
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1456
|
-
"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"
|
|
1457
1468
|
},
|
|
1458
1469
|
{
|
|
1459
1470
|
"const": "{palette.icon.PrivateCloud}",
|
|
1460
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1461
|
-
"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"
|
|
1462
1473
|
},
|
|
1463
1474
|
{
|
|
1464
1475
|
"const": "{palette.icon.ProactiveAssurance}",
|
|
1465
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1466
|
-
"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"
|
|
1467
1478
|
},
|
|
1468
1479
|
{
|
|
1469
1480
|
"const": "{palette.icon.Profile}",
|
|
1470
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1471
|
-
"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"
|
|
1472
1483
|
},
|
|
1473
1484
|
{
|
|
1474
1485
|
"const": "{palette.icon.ProfileBold}",
|
|
1475
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1476
|
-
"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"
|
|
1477
1488
|
},
|
|
1478
1489
|
{
|
|
1479
1490
|
"const": "{palette.icon.Question}",
|
|
1480
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1481
|
-
"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"
|
|
1482
1493
|
},
|
|
1483
1494
|
{
|
|
1484
1495
|
"const": "{palette.icon.QuoteLeft}",
|
|
1485
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1486
|
-
"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"
|
|
1487
1498
|
},
|
|
1488
1499
|
{
|
|
1489
1500
|
"const": "{palette.icon.QuoteLeftArrow}",
|
|
1490
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1491
|
-
"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"
|
|
1492
1503
|
},
|
|
1493
1504
|
{
|
|
1494
1505
|
"const": "{palette.icon.QuoteRightArrow}",
|
|
1495
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1496
|
-
"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"
|
|
1497
1508
|
},
|
|
1498
1509
|
{
|
|
1499
1510
|
"const": "{palette.icon.Radar}",
|
|
1500
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1501
|
-
"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"
|
|
1502
1513
|
},
|
|
1503
1514
|
{
|
|
1504
1515
|
"const": "{palette.icon.Receipt}",
|
|
1505
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1506
|
-
"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"
|
|
1507
1518
|
},
|
|
1508
1519
|
{
|
|
1509
1520
|
"const": "{palette.icon.Record}",
|
|
1510
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1511
|
-
"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"
|
|
1512
1523
|
},
|
|
1513
1524
|
{
|
|
1514
1525
|
"const": "{palette.icon.Refresh}",
|
|
1515
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1516
|
-
"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"
|
|
1517
1528
|
},
|
|
1518
1529
|
{
|
|
1519
1530
|
"const": "{palette.icon.RemoteControl}",
|
|
1520
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1521
|
-
"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"
|
|
1522
1533
|
},
|
|
1523
1534
|
{
|
|
1524
1535
|
"const": "{palette.icon.Replay}",
|
|
1525
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1526
|
-
"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"
|
|
1527
1538
|
},
|
|
1528
1539
|
{
|
|
1529
1540
|
"const": "{palette.icon.Router}",
|
|
1530
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1531
|
-
"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"
|
|
1532
1543
|
},
|
|
1533
1544
|
{
|
|
1534
1545
|
"const": "{palette.icon.Search}",
|
|
1535
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1536
|
-
"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"
|
|
1537
1548
|
},
|
|
1538
1549
|
{
|
|
1539
1550
|
"const": "{palette.icon.SearchBold}",
|
|
1540
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1541
|
-
"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"
|
|
1542
1553
|
},
|
|
1543
1554
|
{
|
|
1544
1555
|
"const": "{palette.icon.SecurityCamera}",
|
|
1545
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1546
|
-
"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"
|
|
1547
1558
|
},
|
|
1548
1559
|
{
|
|
1549
1560
|
"const": "{palette.icon.SecurityHouse}",
|
|
1550
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1551
|
-
"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"
|
|
1552
1563
|
},
|
|
1553
1564
|
{
|
|
1554
1565
|
"const": "{palette.icon.SecurityMobile}",
|
|
1555
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1556
|
-
"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"
|
|
1557
1568
|
},
|
|
1558
1569
|
{
|
|
1559
1570
|
"const": "{palette.icon.SecuritySettings}",
|
|
1560
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1561
|
-
"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"
|
|
1562
1573
|
},
|
|
1563
1574
|
{
|
|
1564
1575
|
"const": "{palette.icon.Server}",
|
|
1565
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1566
|
-
"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"
|
|
1567
1578
|
},
|
|
1568
1579
|
{
|
|
1569
1580
|
"const": "{palette.icon.ServiceTruck}",
|
|
1570
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1571
|
-
"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"
|
|
1572
1583
|
},
|
|
1573
1584
|
{
|
|
1574
1585
|
"const": "{palette.icon.Settings}",
|
|
1575
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1576
|
-
"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"
|
|
1577
1588
|
},
|
|
1578
1589
|
{
|
|
1579
1590
|
"const": "{palette.icon.SettingsBold}",
|
|
1580
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1581
|
-
"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"
|
|
1582
1593
|
},
|
|
1583
1594
|
{
|
|
1584
1595
|
"const": "{palette.icon.SettingsSolid}",
|
|
1585
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1586
|
-
"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"
|
|
1587
1598
|
},
|
|
1588
1599
|
{
|
|
1589
1600
|
"const": "{palette.icon.SharedAccount}",
|
|
1590
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1591
|
-
"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"
|
|
1592
1603
|
},
|
|
1593
1604
|
{
|
|
1594
1605
|
"const": "{palette.icon.Shop}",
|
|
1595
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1596
|
-
"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"
|
|
1597
1608
|
},
|
|
1598
1609
|
{
|
|
1599
1610
|
"const": "{palette.icon.SignPost}",
|
|
1600
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1601
|
-
"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"
|
|
1602
1613
|
},
|
|
1603
1614
|
{
|
|
1604
1615
|
"const": "{palette.icon.Signal}",
|
|
1605
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1606
|
-
"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"
|
|
1607
1618
|
},
|
|
1608
1619
|
{
|
|
1609
1620
|
"const": "{palette.icon.SimCard}",
|
|
1610
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1611
|
-
"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"
|
|
1612
1623
|
},
|
|
1613
1624
|
{
|
|
1614
1625
|
"const": "{palette.icon.SmartWearSecurity}",
|
|
1615
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1616
|
-
"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"
|
|
1617
1628
|
},
|
|
1618
1629
|
{
|
|
1619
1630
|
"const": "{palette.icon.Soccer}",
|
|
1620
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1621
|
-
"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"
|
|
1622
1633
|
},
|
|
1623
1634
|
{
|
|
1624
1635
|
"const": "{palette.icon.Speaker}",
|
|
1625
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1626
|
-
"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"
|
|
1627
1638
|
},
|
|
1628
1639
|
{
|
|
1629
1640
|
"const": "{palette.icon.SpeakerPhone}",
|
|
1630
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1631
|
-
"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"
|
|
1632
1643
|
},
|
|
1633
1644
|
{
|
|
1634
1645
|
"const": "{palette.icon.Speed}",
|
|
1635
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1636
|
-
"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"
|
|
1637
1648
|
},
|
|
1638
1649
|
{
|
|
1639
1650
|
"const": "{palette.icon.SpeedReduced}",
|
|
1640
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1641
|
-
"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"
|
|
1642
1653
|
},
|
|
1643
1654
|
{
|
|
1644
1655
|
"const": "{palette.icon.StatusError}",
|
|
1645
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1646
|
-
"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"
|
|
1647
1658
|
},
|
|
1648
1659
|
{
|
|
1649
1660
|
"const": "{palette.icon.StatusSuccess}",
|
|
1650
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1651
|
-
"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"
|
|
1652
1663
|
},
|
|
1653
1664
|
{
|
|
1654
1665
|
"const": "{palette.icon.StatusWarning}",
|
|
1655
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1656
|
-
"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"
|
|
1657
1668
|
},
|
|
1658
1669
|
{
|
|
1659
1670
|
"const": "{palette.icon.Subtract}",
|
|
1660
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1661
|
-
"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"
|
|
1662
1673
|
},
|
|
1663
1674
|
{
|
|
1664
1675
|
"const": "{palette.icon.Success}",
|
|
1665
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1666
|
-
"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"
|
|
1667
1678
|
},
|
|
1668
1679
|
{
|
|
1669
1680
|
"const": "{palette.icon.Suitcase}",
|
|
1670
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1671
|
-
"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"
|
|
1672
1683
|
},
|
|
1673
1684
|
{
|
|
1674
1685
|
"const": "{palette.icon.Support}",
|
|
1675
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1676
|
-
"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"
|
|
1677
1688
|
},
|
|
1678
1689
|
{
|
|
1679
1690
|
"const": "{palette.icon.Support911}",
|
|
1680
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1681
|
-
"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"
|
|
1682
1693
|
},
|
|
1683
1694
|
{
|
|
1684
1695
|
"const": "{palette.icon.SupportBold}",
|
|
1685
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1686
|
-
"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"
|
|
1687
1698
|
},
|
|
1688
1699
|
{
|
|
1689
1700
|
"const": "{palette.icon.TV}",
|
|
1690
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1691
|
-
"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"
|
|
1692
1703
|
},
|
|
1693
1704
|
{
|
|
1694
1705
|
"const": "{palette.icon.TVChoiceAndFlexibility}",
|
|
1695
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1696
|
-
"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"
|
|
1697
1708
|
},
|
|
1698
1709
|
{
|
|
1699
1710
|
"const": "{palette.icon.Tablet}",
|
|
1700
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1701
|
-
"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"
|
|
1702
1713
|
},
|
|
1703
1714
|
{
|
|
1704
1715
|
"const": "{palette.icon.Target}",
|
|
1705
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1706
|
-
"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"
|
|
1707
1718
|
},
|
|
1708
1719
|
{
|
|
1709
1720
|
"const": "{palette.icon.Tasks}",
|
|
1710
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1711
|
-
"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"
|
|
1712
1723
|
},
|
|
1713
1724
|
{
|
|
1714
1725
|
"const": "{palette.icon.ThumbsDown}",
|
|
1715
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1716
|
-
"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"
|
|
1717
1728
|
},
|
|
1718
1729
|
{
|
|
1719
1730
|
"const": "{palette.icon.ThumbsDownFill}",
|
|
1720
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1721
|
-
"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"
|
|
1722
1733
|
},
|
|
1723
1734
|
{
|
|
1724
1735
|
"const": "{palette.icon.ThumbsUp}",
|
|
1725
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1726
|
-
"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"
|
|
1727
1738
|
},
|
|
1728
1739
|
{
|
|
1729
1740
|
"const": "{palette.icon.ThumbsUpFill}",
|
|
1730
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1731
|
-
"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"
|
|
1732
1743
|
},
|
|
1733
1744
|
{
|
|
1734
1745
|
"const": "{palette.icon.Time}",
|
|
1735
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1736
|
-
"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"
|
|
1737
1748
|
},
|
|
1738
1749
|
{
|
|
1739
1750
|
"const": "{palette.icon.Times}",
|
|
1740
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1741
|
-
"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"
|
|
1742
1753
|
},
|
|
1743
1754
|
{
|
|
1744
1755
|
"const": "{palette.icon.TowTruck}",
|
|
1745
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1746
|
-
"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"
|
|
1747
1758
|
},
|
|
1748
1759
|
{
|
|
1749
1760
|
"const": "{palette.icon.Transmitter}",
|
|
1750
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1751
|
-
"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"
|
|
1752
1763
|
},
|
|
1753
1764
|
{
|
|
1754
1765
|
"const": "{palette.icon.Unmuted}",
|
|
1755
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1756
|
-
"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"
|
|
1757
1768
|
},
|
|
1758
1769
|
{
|
|
1759
1770
|
"const": "{palette.icon.Upload}",
|
|
1760
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1761
|
-
"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"
|
|
1762
1773
|
},
|
|
1763
1774
|
{
|
|
1764
1775
|
"const": "{palette.icon.UploadToCloud}",
|
|
1765
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1766
|
-
"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"
|
|
1767
1778
|
},
|
|
1768
1779
|
{
|
|
1769
1780
|
"const": "{palette.icon.UsbCable}",
|
|
1770
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1771
|
-
"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"
|
|
1772
1783
|
},
|
|
1773
1784
|
{
|
|
1774
1785
|
"const": "{palette.icon.User}",
|
|
1775
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1776
|
-
"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"
|
|
1777
1788
|
},
|
|
1778
1789
|
{
|
|
1779
1790
|
"const": "{palette.icon.UserAddBold}",
|
|
1780
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1781
|
-
"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"
|
|
1782
1793
|
},
|
|
1783
1794
|
{
|
|
1784
1795
|
"const": "{palette.icon.Users}",
|
|
1785
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1786
|
-
"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"
|
|
1787
1798
|
},
|
|
1788
1799
|
{
|
|
1789
1800
|
"const": "{palette.icon.VideoCall}",
|
|
1790
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1791
|
-
"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"
|
|
1792
1803
|
},
|
|
1793
1804
|
{
|
|
1794
1805
|
"const": "{palette.icon.VideoChat}",
|
|
1795
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1796
|
-
"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"
|
|
1797
1808
|
},
|
|
1798
1809
|
{
|
|
1799
1810
|
"const": "{palette.icon.VideoGames}",
|
|
1800
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1801
|
-
"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"
|
|
1802
1813
|
},
|
|
1803
1814
|
{
|
|
1804
1815
|
"const": "{palette.icon.Visa}",
|
|
1805
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1806
|
-
"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"
|
|
1807
1818
|
},
|
|
1808
1819
|
{
|
|
1809
1820
|
"const": "{palette.icon.Visible}",
|
|
1810
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1811
|
-
"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"
|
|
1812
1823
|
},
|
|
1813
1824
|
{
|
|
1814
1825
|
"const": "{palette.icon.VisuallyImpaired}",
|
|
1815
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1816
|
-
"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"
|
|
1817
1828
|
},
|
|
1818
1829
|
{
|
|
1819
1830
|
"const": "{palette.icon.Warranty}",
|
|
1820
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1821
|
-
"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"
|
|
1822
1833
|
},
|
|
1823
1834
|
{
|
|
1824
1835
|
"const": "{palette.icon.Watch}",
|
|
1825
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1826
|
-
"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"
|
|
1827
1838
|
},
|
|
1828
1839
|
{
|
|
1829
1840
|
"const": "{palette.icon.WifiBoost}",
|
|
1830
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1831
|
-
"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"
|
|
1832
1843
|
},
|
|
1833
1844
|
{
|
|
1834
1845
|
"const": "{palette.icon.WifiCloud}",
|
|
1835
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1836
|
-
"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"
|
|
1837
1848
|
},
|
|
1838
1849
|
{
|
|
1839
1850
|
"const": "{system.icon.none}",
|
|
1840
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1841
|
-
"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 ⚙️"
|
|
1842
1853
|
}
|
|
1843
1854
|
],
|
|
1844
1855
|
"$id": "#icon"
|
|
@@ -1847,23 +1858,23 @@
|
|
|
1847
1858
|
"anyOf": [
|
|
1848
1859
|
{
|
|
1849
1860
|
"const": "{palette.letterSpacing.condensed}",
|
|
1850
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1851
|
-
"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"
|
|
1852
1863
|
},
|
|
1853
1864
|
{
|
|
1854
1865
|
"const": "{palette.letterSpacing.loose}",
|
|
1855
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1856
|
-
"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"
|
|
1857
1868
|
},
|
|
1858
1869
|
{
|
|
1859
1870
|
"const": "{palette.letterSpacing.medium}",
|
|
1860
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1861
|
-
"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"
|
|
1862
1873
|
},
|
|
1863
1874
|
{
|
|
1864
1875
|
"const": "{system.letterSpacing.none}",
|
|
1865
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1866
|
-
"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 ⚙️"
|
|
1867
1878
|
}
|
|
1868
1879
|
],
|
|
1869
1880
|
"$id": "#letterSpacing"
|
|
@@ -1872,88 +1883,88 @@
|
|
|
1872
1883
|
"anyOf": [
|
|
1873
1884
|
{
|
|
1874
1885
|
"const": "{palette.lineHeight.ratio10to5}",
|
|
1875
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1876
|
-
"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"
|
|
1877
1888
|
},
|
|
1878
1889
|
{
|
|
1879
1890
|
"const": "{palette.lineHeight.ratio10to7}",
|
|
1880
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1881
|
-
"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"
|
|
1882
1893
|
},
|
|
1883
1894
|
{
|
|
1884
1895
|
"const": "{palette.lineHeight.ratio11to9}",
|
|
1885
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1886
|
-
"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"
|
|
1887
1898
|
},
|
|
1888
1899
|
{
|
|
1889
1900
|
"const": "{palette.lineHeight.ratio14to1}",
|
|
1890
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1891
|
-
"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"
|
|
1892
1903
|
},
|
|
1893
1904
|
{
|
|
1894
1905
|
"const": "{palette.lineHeight.ratio15to7}",
|
|
1895
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1896
|
-
"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"
|
|
1897
1908
|
},
|
|
1898
1909
|
{
|
|
1899
1910
|
"const": "{palette.lineHeight.ratio1to1}",
|
|
1900
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1901
|
-
"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"
|
|
1902
1913
|
},
|
|
1903
1914
|
{
|
|
1904
1915
|
"const": "{palette.lineHeight.ratio2to1}",
|
|
1905
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1906
|
-
"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"
|
|
1907
1918
|
},
|
|
1908
1919
|
{
|
|
1909
1920
|
"const": "{palette.lineHeight.ratio3to2}",
|
|
1910
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1911
|
-
"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"
|
|
1912
1923
|
},
|
|
1913
1924
|
{
|
|
1914
1925
|
"const": "{palette.lineHeight.ratio4to3}",
|
|
1915
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1916
|
-
"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"
|
|
1917
1928
|
},
|
|
1918
1929
|
{
|
|
1919
1930
|
"const": "{palette.lineHeight.ratio5to4}",
|
|
1920
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1921
|
-
"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"
|
|
1922
1933
|
},
|
|
1923
1934
|
{
|
|
1924
1935
|
"const": "{palette.lineHeight.ratio6to5}",
|
|
1925
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1926
|
-
"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"
|
|
1927
1938
|
},
|
|
1928
1939
|
{
|
|
1929
1940
|
"const": "{palette.lineHeight.ratio7to5}",
|
|
1930
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1931
|
-
"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"
|
|
1932
1943
|
},
|
|
1933
1944
|
{
|
|
1934
1945
|
"const": "{palette.lineHeight.ratio8to5}",
|
|
1935
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1936
|
-
"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"
|
|
1937
1948
|
},
|
|
1938
1949
|
{
|
|
1939
1950
|
"const": "{palette.lineHeight.ratio8to7}",
|
|
1940
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1941
|
-
"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"
|
|
1942
1953
|
},
|
|
1943
1954
|
{
|
|
1944
1955
|
"const": "{palette.lineHeight.ratio9to4}",
|
|
1945
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1946
|
-
"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"
|
|
1947
1958
|
},
|
|
1948
1959
|
{
|
|
1949
1960
|
"const": "{palette.lineHeight.ratio9to7}",
|
|
1950
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1951
|
-
"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"
|
|
1952
1963
|
},
|
|
1953
1964
|
{
|
|
1954
1965
|
"const": "{palette.lineHeight.ratio9to8}",
|
|
1955
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1956
|
-
"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"
|
|
1957
1968
|
}
|
|
1958
1969
|
],
|
|
1959
1970
|
"$id": "#lineHeight"
|
|
@@ -1962,13 +1973,13 @@
|
|
|
1962
1973
|
"anyOf": [
|
|
1963
1974
|
{
|
|
1964
1975
|
"const": "{palette.opacity.opacity10}",
|
|
1965
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1966
|
-
"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"
|
|
1967
1978
|
},
|
|
1968
1979
|
{
|
|
1969
1980
|
"const": "{system.opacity.opaque}",
|
|
1970
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1971
|
-
"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 ⚙️"
|
|
1972
1983
|
}
|
|
1973
1984
|
],
|
|
1974
1985
|
"$id": "#opacity"
|
|
@@ -1977,68 +1988,68 @@
|
|
|
1977
1988
|
"anyOf": [
|
|
1978
1989
|
{
|
|
1979
1990
|
"const": "{palette.radius.none}",
|
|
1980
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1981
|
-
"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"
|
|
1982
1993
|
},
|
|
1983
1994
|
{
|
|
1984
1995
|
"const": "{palette.radius.pill32}",
|
|
1985
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1986
|
-
"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."
|
|
1987
1998
|
},
|
|
1988
1999
|
{
|
|
1989
2000
|
"const": "{palette.radius.radius1}",
|
|
1990
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1991
|
-
"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"
|
|
1992
2003
|
},
|
|
1993
2004
|
{
|
|
1994
2005
|
"const": "{palette.radius.radius12}",
|
|
1995
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1996
|
-
"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"
|
|
1997
2008
|
},
|
|
1998
2009
|
{
|
|
1999
2010
|
"const": "{palette.radius.radius16}",
|
|
2000
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2001
|
-
"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"
|
|
2002
2013
|
},
|
|
2003
2014
|
{
|
|
2004
2015
|
"const": "{palette.radius.radius24}",
|
|
2005
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2006
|
-
"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"
|
|
2007
2018
|
},
|
|
2008
2019
|
{
|
|
2009
2020
|
"const": "{palette.radius.radius32}",
|
|
2010
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2011
|
-
"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"
|
|
2012
2023
|
},
|
|
2013
2024
|
{
|
|
2014
2025
|
"const": "{palette.radius.radius4}",
|
|
2015
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2016
|
-
"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"
|
|
2017
2028
|
},
|
|
2018
2029
|
{
|
|
2019
2030
|
"const": "{palette.radius.radius6}",
|
|
2020
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2021
|
-
"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"
|
|
2022
2033
|
},
|
|
2023
2034
|
{
|
|
2024
2035
|
"const": "{palette.radius.radius8}",
|
|
2025
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2026
|
-
"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"
|
|
2027
2038
|
},
|
|
2028
2039
|
{
|
|
2029
2040
|
"const": "{system.radius.none}",
|
|
2030
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2031
|
-
"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 ⚙️"
|
|
2032
2043
|
},
|
|
2033
2044
|
{
|
|
2034
2045
|
"const": "{system.radius.zero}",
|
|
2035
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2036
|
-
"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 ⚙️"
|
|
2037
2048
|
},
|
|
2038
2049
|
{
|
|
2039
2050
|
"const": "{system.radius.round}",
|
|
2040
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2041
|
-
"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 ⚙️"
|
|
2042
2053
|
}
|
|
2043
2054
|
],
|
|
2044
2055
|
"$id": "#radius"
|
|
@@ -2047,38 +2058,38 @@
|
|
|
2047
2058
|
"anyOf": [
|
|
2048
2059
|
{
|
|
2049
2060
|
"const": "{palette.shadow.elevation1}",
|
|
2050
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2051
|
-
"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"
|
|
2052
2063
|
},
|
|
2053
2064
|
{
|
|
2054
2065
|
"const": "{palette.shadow.elevation2}",
|
|
2055
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2056
|
-
"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"
|
|
2057
2068
|
},
|
|
2058
2069
|
{
|
|
2059
2070
|
"const": "{palette.shadow.elevation3}",
|
|
2060
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2061
|
-
"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"
|
|
2062
2073
|
},
|
|
2063
2074
|
{
|
|
2064
2075
|
"const": "{palette.shadow.surfaceEmboss}",
|
|
2065
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2066
|
-
"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"
|
|
2067
2078
|
},
|
|
2068
2079
|
{
|
|
2069
2080
|
"const": "{palette.shadow.surfaceInset}",
|
|
2070
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2071
|
-
"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"
|
|
2072
2083
|
},
|
|
2073
2084
|
{
|
|
2074
2085
|
"const": "{palette.shadow.surfaceRaised}",
|
|
2075
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2076
|
-
"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"
|
|
2077
2088
|
},
|
|
2078
2089
|
{
|
|
2079
2090
|
"const": "{system.shadow.none}",
|
|
2080
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2081
|
-
"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 ⚙️"
|
|
2082
2093
|
}
|
|
2083
2094
|
],
|
|
2084
2095
|
"$id": "#shadow"
|
|
@@ -2087,288 +2098,288 @@
|
|
|
2087
2098
|
"anyOf": [
|
|
2088
2099
|
{
|
|
2089
2100
|
"const": "{palette.size.size0}",
|
|
2090
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2091
|
-
"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"
|
|
2092
2103
|
},
|
|
2093
2104
|
{
|
|
2094
2105
|
"const": "{palette.size.size1}",
|
|
2095
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2096
|
-
"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."
|
|
2097
2108
|
},
|
|
2098
2109
|
{
|
|
2099
2110
|
"const": "{palette.size.size10}",
|
|
2100
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2101
|
-
"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"
|
|
2102
2113
|
},
|
|
2103
2114
|
{
|
|
2104
2115
|
"const": "{palette.size.size12}",
|
|
2105
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2106
|
-
"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"
|
|
2107
2118
|
},
|
|
2108
2119
|
{
|
|
2109
2120
|
"const": "{palette.size.size120}",
|
|
2110
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2111
|
-
"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"
|
|
2112
2123
|
},
|
|
2113
2124
|
{
|
|
2114
2125
|
"const": "{palette.size.size128}",
|
|
2115
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2116
|
-
"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"
|
|
2117
2128
|
},
|
|
2118
2129
|
{
|
|
2119
2130
|
"const": "{palette.size.size14}",
|
|
2120
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2121
|
-
"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"
|
|
2122
2133
|
},
|
|
2123
2134
|
{
|
|
2124
2135
|
"const": "{palette.size.size140}",
|
|
2125
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2126
|
-
"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"
|
|
2127
2138
|
},
|
|
2128
2139
|
{
|
|
2129
2140
|
"const": "{palette.size.size144}",
|
|
2130
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2131
|
-
"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."
|
|
2132
2143
|
},
|
|
2133
2144
|
{
|
|
2134
2145
|
"const": "{palette.size.size15}",
|
|
2135
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2136
|
-
"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"
|
|
2137
2148
|
},
|
|
2138
2149
|
{
|
|
2139
2150
|
"const": "{palette.size.size16}",
|
|
2140
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2141
|
-
"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"
|
|
2142
2153
|
},
|
|
2143
2154
|
{
|
|
2144
2155
|
"const": "{palette.size.size168}",
|
|
2145
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2146
|
-
"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"
|
|
2147
2158
|
},
|
|
2148
2159
|
{
|
|
2149
2160
|
"const": "{palette.size.size18}",
|
|
2150
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2151
|
-
"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"
|
|
2152
2163
|
},
|
|
2153
2164
|
{
|
|
2154
2165
|
"const": "{palette.size.size184}",
|
|
2155
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2156
|
-
"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"
|
|
2157
2168
|
},
|
|
2158
2169
|
{
|
|
2159
2170
|
"const": "{palette.size.size192}",
|
|
2160
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2161
|
-
"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."
|
|
2162
2173
|
},
|
|
2163
2174
|
{
|
|
2164
2175
|
"const": "{palette.size.size2}",
|
|
2165
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2166
|
-
"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"
|
|
2167
2178
|
},
|
|
2168
2179
|
{
|
|
2169
2180
|
"const": "{palette.size.size20}",
|
|
2170
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2171
|
-
"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"
|
|
2172
2183
|
},
|
|
2173
2184
|
{
|
|
2174
2185
|
"const": "{palette.size.size22}",
|
|
2175
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2176
|
-
"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"
|
|
2177
2188
|
},
|
|
2178
2189
|
{
|
|
2179
2190
|
"const": "{palette.size.size24}",
|
|
2180
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2181
|
-
"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"
|
|
2182
2193
|
},
|
|
2183
2194
|
{
|
|
2184
2195
|
"const": "{palette.size.size26}",
|
|
2185
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2186
|
-
"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"
|
|
2187
2198
|
},
|
|
2188
2199
|
{
|
|
2189
2200
|
"const": "{palette.size.size264}",
|
|
2190
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2191
|
-
"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."
|
|
2192
2203
|
},
|
|
2193
2204
|
{
|
|
2194
2205
|
"const": "{palette.size.size28}",
|
|
2195
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2196
|
-
"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"
|
|
2197
2208
|
},
|
|
2198
2209
|
{
|
|
2199
2210
|
"const": "{palette.size.size288}",
|
|
2200
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2201
|
-
"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)."
|
|
2202
2213
|
},
|
|
2203
2214
|
{
|
|
2204
2215
|
"const": "{palette.size.size3}",
|
|
2205
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2206
|
-
"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."
|
|
2207
2218
|
},
|
|
2208
2219
|
{
|
|
2209
2220
|
"const": "{palette.size.size32}",
|
|
2210
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2211
|
-
"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"
|
|
2212
2223
|
},
|
|
2213
2224
|
{
|
|
2214
2225
|
"const": "{palette.size.size320}",
|
|
2215
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2216
|
-
"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"
|
|
2217
2228
|
},
|
|
2218
2229
|
{
|
|
2219
2230
|
"const": "{palette.size.size35}",
|
|
2220
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2221
|
-
"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"
|
|
2222
2233
|
},
|
|
2223
2234
|
{
|
|
2224
2235
|
"const": "{palette.size.size36}",
|
|
2225
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2226
|
-
"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"
|
|
2227
2238
|
},
|
|
2228
2239
|
{
|
|
2229
2240
|
"const": "{palette.size.size4}",
|
|
2230
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2231
|
-
"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"
|
|
2232
2243
|
},
|
|
2233
2244
|
{
|
|
2234
2245
|
"const": "{palette.size.size40}",
|
|
2235
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2236
|
-
"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"
|
|
2237
2248
|
},
|
|
2238
2249
|
{
|
|
2239
2250
|
"const": "{palette.size.size412}",
|
|
2240
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2241
|
-
"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"
|
|
2242
2253
|
},
|
|
2243
2254
|
{
|
|
2244
2255
|
"const": "{palette.size.size44}",
|
|
2245
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2246
|
-
"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"
|
|
2247
2258
|
},
|
|
2248
2259
|
{
|
|
2249
2260
|
"const": "{palette.size.size48}",
|
|
2250
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2251
|
-
"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"
|
|
2252
2263
|
},
|
|
2253
2264
|
{
|
|
2254
2265
|
"const": "{palette.size.size480}",
|
|
2255
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2256
|
-
"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"
|
|
2257
2268
|
},
|
|
2258
2269
|
{
|
|
2259
2270
|
"const": "{palette.size.size544}",
|
|
2260
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2261
|
-
"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"
|
|
2262
2273
|
},
|
|
2263
2274
|
{
|
|
2264
2275
|
"const": "{palette.size.size56}",
|
|
2265
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2266
|
-
"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"
|
|
2267
2278
|
},
|
|
2268
2279
|
{
|
|
2269
2280
|
"const": "{palette.size.size576}",
|
|
2270
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2271
|
-
"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"
|
|
2272
2283
|
},
|
|
2273
2284
|
{
|
|
2274
2285
|
"const": "{palette.size.size6}",
|
|
2275
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2276
|
-
"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"
|
|
2277
2288
|
},
|
|
2278
2289
|
{
|
|
2279
2290
|
"const": "{palette.size.size630}",
|
|
2280
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2281
|
-
"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"
|
|
2282
2293
|
},
|
|
2283
2294
|
{
|
|
2284
2295
|
"const": "{palette.size.size64}",
|
|
2285
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2286
|
-
"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"
|
|
2287
2298
|
},
|
|
2288
2299
|
{
|
|
2289
2300
|
"const": "{palette.size.size640}",
|
|
2290
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2291
|
-
"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"
|
|
2292
2303
|
},
|
|
2293
2304
|
{
|
|
2294
2305
|
"const": "{palette.size.size72}",
|
|
2295
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2296
|
-
"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"
|
|
2297
2308
|
},
|
|
2298
2309
|
{
|
|
2299
2310
|
"const": "{palette.size.size768}",
|
|
2300
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2301
|
-
"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"
|
|
2302
2313
|
},
|
|
2303
2314
|
{
|
|
2304
2315
|
"const": "{palette.size.size8}",
|
|
2305
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2306
|
-
"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"
|
|
2307
2318
|
},
|
|
2308
2319
|
{
|
|
2309
2320
|
"const": "{palette.size.size80}",
|
|
2310
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2311
|
-
"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"
|
|
2312
2323
|
},
|
|
2313
2324
|
{
|
|
2314
2325
|
"const": "{palette.size.size91}",
|
|
2315
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2316
|
-
"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"
|
|
2317
2328
|
},
|
|
2318
2329
|
{
|
|
2319
2330
|
"const": "{palette.size.size95}",
|
|
2320
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2321
|
-
"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"
|
|
2322
2333
|
},
|
|
2323
2334
|
{
|
|
2324
2335
|
"const": "{palette.size.size96}",
|
|
2325
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2326
|
-
"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"
|
|
2327
2338
|
},
|
|
2328
2339
|
{
|
|
2329
2340
|
"const": "{system.size.none}",
|
|
2330
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2331
|
-
"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 ⚙️"
|
|
2332
2343
|
},
|
|
2333
2344
|
{
|
|
2334
2345
|
"const": "{system.size.full}",
|
|
2335
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2336
|
-
"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 ⚙️"
|
|
2337
2348
|
},
|
|
2338
2349
|
{
|
|
2339
2350
|
"const": "{system.size.twoThirds}",
|
|
2340
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2341
|
-
"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 ⚙️"
|
|
2342
2353
|
},
|
|
2343
2354
|
{
|
|
2344
2355
|
"const": "{system.size.zero}",
|
|
2345
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2346
|
-
"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 ⚙️"
|
|
2347
2358
|
},
|
|
2348
2359
|
{
|
|
2349
2360
|
"const": "{system.size.viewportXs}",
|
|
2350
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2351
|
-
"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 ⚙️"
|
|
2352
2363
|
},
|
|
2353
2364
|
{
|
|
2354
2365
|
"const": "{system.size.viewportSm}",
|
|
2355
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2356
|
-
"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 ⚙️"
|
|
2357
2368
|
},
|
|
2358
2369
|
{
|
|
2359
2370
|
"const": "{system.size.viewportMd}",
|
|
2360
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2361
|
-
"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 ⚙️"
|
|
2362
2373
|
},
|
|
2363
2374
|
{
|
|
2364
2375
|
"const": "{system.size.viewportLg}",
|
|
2365
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2366
|
-
"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 ⚙️"
|
|
2367
2378
|
},
|
|
2368
2379
|
{
|
|
2369
2380
|
"const": "{system.size.viewportXl}",
|
|
2370
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2371
|
-
"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 ⚙️"
|
|
2372
2383
|
}
|
|
2373
2384
|
],
|
|
2374
2385
|
"$id": "#size"
|
|
@@ -2377,13 +2388,13 @@
|
|
|
2377
2388
|
"anyOf": [
|
|
2378
2389
|
{
|
|
2379
2390
|
"const": "{palette.fontName.HelveticaNow}",
|
|
2380
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2381
|
-
"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"
|
|
2382
2393
|
},
|
|
2383
2394
|
{
|
|
2384
2395
|
"const": "{palette.fontName.HelveticaNowOTF}",
|
|
2385
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2386
|
-
"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"
|
|
2387
2398
|
}
|
|
2388
2399
|
],
|
|
2389
2400
|
"$id": "#fontName"
|
|
@@ -2392,23 +2403,23 @@
|
|
|
2392
2403
|
"anyOf": [
|
|
2393
2404
|
{
|
|
2394
2405
|
"const": "{palette.fontWeight.weight300}",
|
|
2395
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2396
|
-
"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"
|
|
2397
2408
|
},
|
|
2398
2409
|
{
|
|
2399
2410
|
"const": "{palette.fontWeight.weight400}",
|
|
2400
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2401
|
-
"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"
|
|
2402
2413
|
},
|
|
2403
2414
|
{
|
|
2404
2415
|
"const": "{palette.fontWeight.weight500}",
|
|
2405
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2406
|
-
"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"
|
|
2407
2418
|
},
|
|
2408
2419
|
{
|
|
2409
2420
|
"const": "{palette.fontWeight.weight700}",
|
|
2410
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2411
|
-
"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"
|
|
2412
2423
|
}
|
|
2413
2424
|
],
|
|
2414
2425
|
"$id": "#fontWeight"
|
|
@@ -2417,18 +2428,18 @@
|
|
|
2417
2428
|
"anyOf": [
|
|
2418
2429
|
{
|
|
2419
2430
|
"const": "{system.flexJustifyContent.center}",
|
|
2420
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2421
|
-
"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 ⚙️"
|
|
2422
2433
|
},
|
|
2423
2434
|
{
|
|
2424
2435
|
"const": "{system.flexJustifyContent.flexStart}",
|
|
2425
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2426
|
-
"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 ⚙️"
|
|
2427
2438
|
},
|
|
2428
2439
|
{
|
|
2429
2440
|
"const": "{system.flexJustifyContent.spaceBetween}",
|
|
2430
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2431
|
-
"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 ⚙️"
|
|
2432
2443
|
}
|
|
2433
2444
|
],
|
|
2434
2445
|
"$id": "#flexJustifyContent"
|
|
@@ -2437,18 +2448,18 @@
|
|
|
2437
2448
|
"anyOf": [
|
|
2438
2449
|
{
|
|
2439
2450
|
"const": "{system.flexAlign.center}",
|
|
2440
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2441
|
-
"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 ⚙️"
|
|
2442
2453
|
},
|
|
2443
2454
|
{
|
|
2444
2455
|
"const": "{system.flexAlign.flexStart}",
|
|
2445
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2446
|
-
"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 ⚙️"
|
|
2447
2458
|
},
|
|
2448
2459
|
{
|
|
2449
2460
|
"const": "{system.flexAlign.stretch}",
|
|
2450
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2451
|
-
"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 ⚙️"
|
|
2452
2463
|
}
|
|
2453
2464
|
],
|
|
2454
2465
|
"$id": "#flexAlign"
|
|
@@ -2457,63 +2468,63 @@
|
|
|
2457
2468
|
"anyOf": [
|
|
2458
2469
|
{
|
|
2459
2470
|
"const": "{system.integer.0}",
|
|
2460
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2461
|
-
"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."
|
|
2462
2473
|
},
|
|
2463
2474
|
{
|
|
2464
2475
|
"const": "{system.integer.1}",
|
|
2465
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2466
|
-
"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."
|
|
2467
2478
|
},
|
|
2468
2479
|
{
|
|
2469
2480
|
"const": "{system.integer.2}",
|
|
2470
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2471
|
-
"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."
|
|
2472
2483
|
},
|
|
2473
2484
|
{
|
|
2474
2485
|
"const": "{system.integer.3}",
|
|
2475
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2476
|
-
"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."
|
|
2477
2488
|
},
|
|
2478
2489
|
{
|
|
2479
2490
|
"const": "{system.integer.4}",
|
|
2480
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2481
|
-
"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."
|
|
2482
2493
|
},
|
|
2483
2494
|
{
|
|
2484
2495
|
"const": "{system.integer.5}",
|
|
2485
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2486
|
-
"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."
|
|
2487
2498
|
},
|
|
2488
2499
|
{
|
|
2489
2500
|
"const": "{system.integer.6}",
|
|
2490
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2491
|
-
"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."
|
|
2492
2503
|
},
|
|
2493
2504
|
{
|
|
2494
2505
|
"const": "{system.integer.7}",
|
|
2495
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2496
|
-
"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."
|
|
2497
2508
|
},
|
|
2498
2509
|
{
|
|
2499
2510
|
"const": "{system.integer.8}",
|
|
2500
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2501
|
-
"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."
|
|
2502
2513
|
},
|
|
2503
2514
|
{
|
|
2504
2515
|
"const": "{system.integer.9}",
|
|
2505
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2506
|
-
"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."
|
|
2507
2518
|
},
|
|
2508
2519
|
{
|
|
2509
2520
|
"const": "{system.integer.10}",
|
|
2510
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2511
|
-
"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."
|
|
2512
2523
|
},
|
|
2513
2524
|
{
|
|
2514
2525
|
"const": "{system.integer.11}",
|
|
2515
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2516
|
-
"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."
|
|
2517
2528
|
},
|
|
2518
2529
|
{
|
|
2519
2530
|
"type": "string",
|
|
@@ -2526,18 +2537,18 @@
|
|
|
2526
2537
|
"anyOf": [
|
|
2527
2538
|
{
|
|
2528
2539
|
"const": "{system.textLine.none}",
|
|
2529
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2530
|
-
"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 ⚙️"
|
|
2531
2542
|
},
|
|
2532
2543
|
{
|
|
2533
2544
|
"const": "{system.textLine.underline}",
|
|
2534
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2535
|
-
"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 ⚙️"
|
|
2536
2547
|
},
|
|
2537
2548
|
{
|
|
2538
2549
|
"const": "{system.textLine.strikethrough}",
|
|
2539
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2540
|
-
"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 ⚙️"
|
|
2541
2552
|
}
|
|
2542
2553
|
],
|
|
2543
2554
|
"$id": "#textLine"
|
|
@@ -2546,8 +2557,8 @@
|
|
|
2546
2557
|
"anyOf": [
|
|
2547
2558
|
{
|
|
2548
2559
|
"const": "{system.textLineStyle.solid}",
|
|
2549
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2550
|
-
"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 ⚙️"
|
|
2551
2562
|
}
|
|
2552
2563
|
],
|
|
2553
2564
|
"$id": "#textLineStyle"
|
|
@@ -2556,23 +2567,23 @@
|
|
|
2556
2567
|
"anyOf": [
|
|
2557
2568
|
{
|
|
2558
2569
|
"const": "{system.position.bottom}",
|
|
2559
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2560
|
-
"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 ⚙️"
|
|
2561
2572
|
},
|
|
2562
2573
|
{
|
|
2563
2574
|
"const": "{system.position.left}",
|
|
2564
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2565
|
-
"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 ⚙️"
|
|
2566
2577
|
},
|
|
2567
2578
|
{
|
|
2568
2579
|
"const": "{system.position.right}",
|
|
2569
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2570
|
-
"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 ⚙️"
|
|
2571
2582
|
},
|
|
2572
2583
|
{
|
|
2573
2584
|
"const": "{system.position.top}",
|
|
2574
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2575
|
-
"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 ⚙️"
|
|
2576
2587
|
}
|
|
2577
2588
|
],
|
|
2578
2589
|
"$id": "#position"
|
|
@@ -2581,13 +2592,13 @@
|
|
|
2581
2592
|
"anyOf": [
|
|
2582
2593
|
{
|
|
2583
2594
|
"const": "{system.direction.column}",
|
|
2584
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2585
|
-
"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 ⚙️"
|
|
2586
2597
|
},
|
|
2587
2598
|
{
|
|
2588
2599
|
"const": "{system.direction.row}",
|
|
2589
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2590
|
-
"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 ⚙️"
|
|
2591
2602
|
}
|
|
2592
2603
|
],
|
|
2593
2604
|
"$id": "#direction"
|
|
@@ -2596,13 +2607,13 @@
|
|
|
2596
2607
|
"anyOf": [
|
|
2597
2608
|
{
|
|
2598
2609
|
"const": "{system.show.true}",
|
|
2599
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2600
|
-
"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 ⚙️"
|
|
2601
2612
|
},
|
|
2602
2613
|
{
|
|
2603
2614
|
"const": "{system.show.false}",
|
|
2604
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2605
|
-
"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 ⚙️"
|
|
2606
2617
|
}
|
|
2607
2618
|
],
|
|
2608
2619
|
"$id": "#show"
|
|
@@ -2611,13 +2622,13 @@
|
|
|
2611
2622
|
"anyOf": [
|
|
2612
2623
|
{
|
|
2613
2624
|
"const": "{system.borderStyle.none}",
|
|
2614
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2615
|
-
"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 ⚙️"
|
|
2616
2627
|
},
|
|
2617
2628
|
{
|
|
2618
2629
|
"const": "{system.borderStyle.solid}",
|
|
2619
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2620
|
-
"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 ⚙️"
|
|
2621
2632
|
}
|
|
2622
2633
|
],
|
|
2623
2634
|
"$id": "#borderStyle"
|
|
@@ -2626,18 +2637,18 @@
|
|
|
2626
2637
|
"anyOf": [
|
|
2627
2638
|
{
|
|
2628
2639
|
"const": "{system.verticalAlign.top}",
|
|
2629
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2630
|
-
"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 ⚙️"
|
|
2631
2642
|
},
|
|
2632
2643
|
{
|
|
2633
2644
|
"const": "{system.verticalAlign.middle}",
|
|
2634
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2635
|
-
"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 ⚙️"
|
|
2636
2647
|
},
|
|
2637
2648
|
{
|
|
2638
2649
|
"const": "{system.verticalAlign.baseline}",
|
|
2639
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2640
|
-
"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 ⚙️"
|
|
2641
2652
|
}
|
|
2642
2653
|
],
|
|
2643
2654
|
"$id": "#verticalAlign"
|
|
@@ -2646,18 +2657,18 @@
|
|
|
2646
2657
|
"anyOf": [
|
|
2647
2658
|
{
|
|
2648
2659
|
"const": "{system.iconScale.scale1}",
|
|
2649
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2650
|
-
"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 ⚙️"
|
|
2651
2662
|
},
|
|
2652
2663
|
{
|
|
2653
2664
|
"const": "{system.iconScale.scale1_10}",
|
|
2654
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2655
|
-
"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 ⚙️"
|
|
2656
2667
|
},
|
|
2657
2668
|
{
|
|
2658
2669
|
"const": "{system.iconScale.scale1_25}",
|
|
2659
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2660
|
-
"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 ⚙️"
|
|
2661
2672
|
}
|
|
2662
2673
|
],
|
|
2663
2674
|
"$id": "#iconScale"
|
|
@@ -2666,18 +2677,18 @@
|
|
|
2666
2677
|
"anyOf": [
|
|
2667
2678
|
{
|
|
2668
2679
|
"const": "{system.textAlign.left}",
|
|
2669
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2670
|
-
"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 ⚙️"
|
|
2671
2682
|
},
|
|
2672
2683
|
{
|
|
2673
2684
|
"const": "{system.textAlign.center}",
|
|
2674
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2675
|
-
"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 ⚙️"
|
|
2676
2687
|
},
|
|
2677
2688
|
{
|
|
2678
2689
|
"const": "{system.textAlign.right}",
|
|
2679
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2680
|
-
"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 ⚙️"
|
|
2681
2692
|
}
|
|
2682
2693
|
],
|
|
2683
2694
|
"$id": "#textAlign"
|
|
@@ -2686,13 +2697,13 @@
|
|
|
2686
2697
|
"anyOf": [
|
|
2687
2698
|
{
|
|
2688
2699
|
"const": "{system.textTransform.none}",
|
|
2689
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2690
|
-
"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 ⚙️"
|
|
2691
2702
|
},
|
|
2692
2703
|
{
|
|
2693
2704
|
"const": "{system.textTransform.uppercase}",
|
|
2694
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2695
|
-
"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 ⚙️"
|
|
2696
2707
|
}
|
|
2697
2708
|
],
|
|
2698
2709
|
"$id": "#textTransform"
|
|
@@ -8012,6 +8023,325 @@
|
|
|
8012
8023
|
"rules"
|
|
8013
8024
|
]
|
|
8014
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
|
+
},
|
|
8015
8345
|
"ChevronLink": {
|
|
8016
8346
|
"type": "object",
|
|
8017
8347
|
"additionalProperties": false,
|
|
@@ -15823,13 +16153,17 @@
|
|
|
15823
16153
|
},
|
|
15824
16154
|
"flexShrink": {
|
|
15825
16155
|
"$ref": "#integer"
|
|
16156
|
+
},
|
|
16157
|
+
"width": {
|
|
16158
|
+
"$ref": "#size"
|
|
15826
16159
|
}
|
|
15827
16160
|
},
|
|
15828
16161
|
"required": [
|
|
15829
16162
|
"alignItems",
|
|
15830
16163
|
"justifyContent",
|
|
15831
16164
|
"flexGrow",
|
|
15832
|
-
"flexShrink"
|
|
16165
|
+
"flexShrink",
|
|
16166
|
+
"width"
|
|
15833
16167
|
]
|
|
15834
16168
|
},
|
|
15835
16169
|
"rules": {
|
|
@@ -15857,6 +16191,9 @@
|
|
|
15857
16191
|
},
|
|
15858
16192
|
"flexShrink": {
|
|
15859
16193
|
"$ref": "#integer"
|
|
16194
|
+
},
|
|
16195
|
+
"width": {
|
|
16196
|
+
"$ref": "#size"
|
|
15860
16197
|
}
|
|
15861
16198
|
}
|
|
15862
16199
|
},
|
|
@@ -19800,6 +20137,7 @@
|
|
|
19800
20137
|
"CarouselThumbnail",
|
|
19801
20138
|
"CarouselTabsPanelItem",
|
|
19802
20139
|
"Checkbox",
|
|
20140
|
+
"CheckboxCard",
|
|
19803
20141
|
"ChevronLink",
|
|
19804
20142
|
"CheckboxGroup",
|
|
19805
20143
|
"Divider",
|