@telus-uds/theme-koodo 4.6.0 → 4.8.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 +976 -643
- package/build/android/theme.json +598 -138
- package/build/ios/schema.json +976 -643
- package/build/ios/theme.json +598 -138
- package/build/rn/schema.json +976 -643
- package/build/rn/theme.js +402 -76
- package/package.json +4 -4
- package/theme.json +458 -69
package/build/rn/schema.json
CHANGED
|
@@ -47,6 +47,7 @@
|
|
|
47
47
|
"{appearances.ExpandCollapseControl.hover}",
|
|
48
48
|
"{appearances.ExpandCollapseControl.focus}",
|
|
49
49
|
"{appearances.ExpandCollapseControl.expanded}",
|
|
50
|
+
"{appearances.ExpandCollapseMiniControl.focus}",
|
|
50
51
|
"{appearances.ExpandCollapsePanel.expanded}",
|
|
51
52
|
"{appearances.Feedback.validation}",
|
|
52
53
|
"{appearances.HorizontalScrollButton.focus}",
|
|
@@ -152,7 +153,12 @@
|
|
|
152
153
|
"{appearances.TooltipButton.focus}",
|
|
153
154
|
"{appearances.TooltipButton.hover}",
|
|
154
155
|
"{appearances.TooltipButton.pressed}",
|
|
155
|
-
"{appearances.
|
|
156
|
+
"{appearances.VideoPickerThumbnail.focus}",
|
|
157
|
+
"{appearances.VideoPickerThumbnail.hover}",
|
|
158
|
+
"{appearances.VideoPickerThumbnail.pressed}",
|
|
159
|
+
"{appearances.VideoPickerThumbnail.selected}",
|
|
160
|
+
"{appearances.SkipLink.focus}",
|
|
161
|
+
"{appearances.SkipLink.pressed}"
|
|
156
162
|
]
|
|
157
163
|
},
|
|
158
164
|
{
|
|
@@ -208,33 +214,33 @@
|
|
|
208
214
|
"anyOf": [
|
|
209
215
|
{
|
|
210
216
|
"const": "{palette.border.border1}",
|
|
211
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
212
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
217
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
218
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
213
219
|
},
|
|
214
220
|
{
|
|
215
221
|
"const": "{palette.border.border2}",
|
|
216
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
217
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
222
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
223
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
218
224
|
},
|
|
219
225
|
{
|
|
220
226
|
"const": "{palette.border.border3}",
|
|
221
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
222
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
227
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
228
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
223
229
|
},
|
|
224
230
|
{
|
|
225
231
|
"const": "{palette.border.border4}",
|
|
226
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
227
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
232
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
233
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
228
234
|
},
|
|
229
235
|
{
|
|
230
236
|
"const": "{palette.border.none}",
|
|
231
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
232
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
237
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
238
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
233
239
|
},
|
|
234
240
|
{
|
|
235
241
|
"const": "{system.border.zero}",
|
|
236
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
237
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
242
|
+
"description": "@telus-uds/system-tokens/v0.7.17 system react-native tokens ⚙️",
|
|
243
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.17` **system** tokens ⚙️"
|
|
238
244
|
}
|
|
239
245
|
],
|
|
240
246
|
"$id": "#border"
|
|
@@ -243,218 +249,278 @@
|
|
|
243
249
|
"anyOf": [
|
|
244
250
|
{
|
|
245
251
|
"const": "{palette.color.amaranth}",
|
|
246
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
247
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
252
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
253
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
248
254
|
},
|
|
249
255
|
{
|
|
250
256
|
"const": "{palette.color.beeswax}",
|
|
251
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
252
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
257
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
258
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
253
259
|
},
|
|
254
260
|
{
|
|
255
261
|
"const": "{palette.color.bilbao}",
|
|
256
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
257
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
262
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
263
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
258
264
|
},
|
|
259
265
|
{
|
|
260
266
|
"const": "{palette.color.black}",
|
|
261
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
262
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
267
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
268
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
263
269
|
},
|
|
264
270
|
{
|
|
265
271
|
"const": "{palette.color.blue}",
|
|
266
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
267
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
272
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
273
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
268
274
|
},
|
|
269
275
|
{
|
|
270
276
|
"const": "{palette.color.burntSienna}",
|
|
271
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
272
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
277
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
278
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
273
279
|
},
|
|
274
280
|
{
|
|
275
281
|
"const": "{palette.color.cardinalPink}",
|
|
276
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
277
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
282
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
283
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
278
284
|
},
|
|
279
285
|
{
|
|
280
286
|
"const": "{palette.color.carouselPink}",
|
|
281
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
282
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
287
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
288
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
283
289
|
},
|
|
284
290
|
{
|
|
285
291
|
"const": "{palette.color.chathamsBlue}",
|
|
286
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
287
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
292
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
293
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
288
294
|
},
|
|
289
295
|
{
|
|
290
296
|
"const": "{palette.color.chathamsBlueDark}",
|
|
291
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
292
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
297
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
298
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
"const": "{palette.color.dark10}",
|
|
302
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\nDark 10%",
|
|
303
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\nDark 10%"
|
|
304
|
+
},
|
|
305
|
+
{
|
|
306
|
+
"const": "{palette.color.dark20}",
|
|
307
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\nDark 20%",
|
|
308
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\nDark 20%"
|
|
309
|
+
},
|
|
310
|
+
{
|
|
311
|
+
"const": "{palette.color.dark40}",
|
|
312
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\nDark 40%",
|
|
313
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\nDark 40%"
|
|
314
|
+
},
|
|
315
|
+
{
|
|
316
|
+
"const": "{palette.color.dark60}",
|
|
317
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\nDark 60%",
|
|
318
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\nDark 60%"
|
|
319
|
+
},
|
|
320
|
+
{
|
|
321
|
+
"const": "{palette.color.dark80}",
|
|
322
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\nDark 80%",
|
|
323
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\nDark 80%"
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
"const": "{palette.color.dark97}",
|
|
327
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\nDark 97%",
|
|
328
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\nDark 97%"
|
|
293
329
|
},
|
|
294
330
|
{
|
|
295
331
|
"const": "{palette.color.darkBlue}",
|
|
296
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
297
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
332
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
333
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
298
334
|
},
|
|
299
335
|
{
|
|
300
336
|
"const": "{palette.color.darkMosque}",
|
|
301
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
302
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
337
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
338
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
303
339
|
},
|
|
304
340
|
{
|
|
305
341
|
"const": "{palette.color.dove}",
|
|
306
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
307
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
342
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
343
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
308
344
|
},
|
|
309
345
|
{
|
|
310
346
|
"const": "{palette.color.doveDark}",
|
|
311
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
312
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
347
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
348
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
313
349
|
},
|
|
314
350
|
{
|
|
315
351
|
"const": "{palette.color.flirt}",
|
|
316
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
317
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
352
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
353
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
318
354
|
},
|
|
319
355
|
{
|
|
320
356
|
"const": "{palette.color.gallery}",
|
|
321
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
322
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
357
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
358
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
323
359
|
},
|
|
324
360
|
{
|
|
325
361
|
"const": "{palette.color.greyLight}",
|
|
326
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
327
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
362
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
363
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
328
364
|
},
|
|
329
365
|
{
|
|
330
366
|
"const": "{palette.color.hibiscus}",
|
|
331
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
332
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
367
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
368
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
333
369
|
},
|
|
334
370
|
{
|
|
335
371
|
"const": "{palette.color.iceberg}",
|
|
336
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
337
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
372
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
373
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
338
374
|
},
|
|
339
375
|
{
|
|
340
376
|
"const": "{palette.color.icicle}",
|
|
341
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
342
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
377
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
378
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
343
379
|
},
|
|
344
380
|
{
|
|
345
381
|
"const": "{palette.color.icicleDark}",
|
|
346
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
347
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
382
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
383
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
384
|
+
},
|
|
385
|
+
{
|
|
386
|
+
"const": "{palette.color.light10}",
|
|
387
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\nLight 10%",
|
|
388
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\nLight 10%"
|
|
389
|
+
},
|
|
390
|
+
{
|
|
391
|
+
"const": "{palette.color.light20}",
|
|
392
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\nLight 20%",
|
|
393
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\nLight 20%"
|
|
394
|
+
},
|
|
395
|
+
{
|
|
396
|
+
"const": "{palette.color.light40}",
|
|
397
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\nLight 40%",
|
|
398
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\nLight 40%"
|
|
399
|
+
},
|
|
400
|
+
{
|
|
401
|
+
"const": "{palette.color.light60}",
|
|
402
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\nLight 60%",
|
|
403
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\nLight 60%"
|
|
404
|
+
},
|
|
405
|
+
{
|
|
406
|
+
"const": "{palette.color.light80}",
|
|
407
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\nLight 80%",
|
|
408
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\nLight 80%"
|
|
409
|
+
},
|
|
410
|
+
{
|
|
411
|
+
"const": "{palette.color.light97}",
|
|
412
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\nLight 97%",
|
|
413
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\nLight 97%"
|
|
348
414
|
},
|
|
349
415
|
{
|
|
350
416
|
"const": "{palette.color.mintTulip}",
|
|
351
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
352
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
417
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
418
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
353
419
|
},
|
|
354
420
|
{
|
|
355
421
|
"const": "{palette.color.mortar}",
|
|
356
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
357
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
422
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
423
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
358
424
|
},
|
|
359
425
|
{
|
|
360
426
|
"const": "{palette.color.mortarDark}",
|
|
361
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
362
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
427
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
428
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
363
429
|
},
|
|
364
430
|
{
|
|
365
431
|
"const": "{palette.color.mosque}",
|
|
366
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
367
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
432
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
433
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
368
434
|
},
|
|
369
435
|
{
|
|
370
436
|
"const": "{palette.color.mosqueDark}",
|
|
371
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
372
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
437
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
438
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
373
439
|
},
|
|
374
440
|
{
|
|
375
441
|
"const": "{palette.color.notificationErrorBg}",
|
|
376
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
377
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
442
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\nUsed for error notifications, tbc if should be in palette",
|
|
443
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\nUsed for error notifications, tbc if should be in palette"
|
|
378
444
|
},
|
|
379
445
|
{
|
|
380
446
|
"const": "{palette.color.onahau}",
|
|
381
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
382
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
447
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
448
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
383
449
|
},
|
|
384
450
|
{
|
|
385
451
|
"const": "{palette.color.piggyPink}",
|
|
386
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
387
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
452
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
453
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
388
454
|
},
|
|
389
455
|
{
|
|
390
456
|
"const": "{palette.color.seaBuckthorn}",
|
|
391
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
392
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
457
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
458
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
393
459
|
},
|
|
394
460
|
{
|
|
395
461
|
"const": "{palette.color.silver}",
|
|
396
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
397
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
462
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
463
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
398
464
|
},
|
|
399
465
|
{
|
|
400
466
|
"const": "{palette.color.silverDark}",
|
|
401
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
402
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
467
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
468
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
403
469
|
},
|
|
404
470
|
{
|
|
405
471
|
"const": "{palette.color.texas}",
|
|
406
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
407
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
472
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
473
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
408
474
|
},
|
|
409
475
|
{
|
|
410
476
|
"const": "{palette.color.transparent}",
|
|
411
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
412
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
477
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
478
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
413
479
|
},
|
|
414
480
|
{
|
|
415
481
|
"const": "{palette.color.trinidad}",
|
|
416
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
417
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
482
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
483
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
418
484
|
},
|
|
419
485
|
{
|
|
420
486
|
"const": "{palette.color.trinidadDark}",
|
|
421
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
422
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
487
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
488
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
423
489
|
},
|
|
424
490
|
{
|
|
425
491
|
"const": "{palette.color.turquoise}",
|
|
426
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
427
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
492
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
493
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
428
494
|
},
|
|
429
495
|
{
|
|
430
496
|
"const": "{palette.color.wattle}",
|
|
431
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
432
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
497
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
498
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
433
499
|
},
|
|
434
500
|
{
|
|
435
501
|
"const": "{palette.color.wellRead}",
|
|
436
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
437
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
502
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
503
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
438
504
|
},
|
|
439
505
|
{
|
|
440
506
|
"const": "{palette.color.white}",
|
|
441
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
442
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
507
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
508
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
443
509
|
},
|
|
444
510
|
{
|
|
445
511
|
"const": "{palette.color.whiteDark}",
|
|
446
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
447
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
512
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
513
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
448
514
|
},
|
|
449
515
|
{
|
|
450
516
|
"const": "{system.color.transparent}",
|
|
451
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
452
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
517
|
+
"description": "@telus-uds/system-tokens/v0.7.17 system react-native tokens ⚙️",
|
|
518
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.17` **system** tokens ⚙️"
|
|
453
519
|
},
|
|
454
520
|
{
|
|
455
521
|
"const": "{system.color.none}",
|
|
456
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
457
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
522
|
+
"description": "@telus-uds/system-tokens/v0.7.17 system react-native tokens ⚙️",
|
|
523
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.17` **system** tokens ⚙️"
|
|
458
524
|
}
|
|
459
525
|
],
|
|
460
526
|
"$id": "#color"
|
|
@@ -463,18 +529,18 @@
|
|
|
463
529
|
"anyOf": [
|
|
464
530
|
{
|
|
465
531
|
"const": "{palette.duration.duration250}",
|
|
466
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
467
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
532
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
533
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
468
534
|
},
|
|
469
535
|
{
|
|
470
536
|
"const": "{palette.duration.duration300}",
|
|
471
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
472
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
537
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
538
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
473
539
|
},
|
|
474
540
|
{
|
|
475
541
|
"const": "{system.duration.zero}",
|
|
476
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
477
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
542
|
+
"description": "@telus-uds/system-tokens/v0.7.17 system react-native tokens ⚙️",
|
|
543
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.17` **system** tokens ⚙️"
|
|
478
544
|
}
|
|
479
545
|
],
|
|
480
546
|
"$id": "#duration"
|
|
@@ -483,108 +549,113 @@
|
|
|
483
549
|
"anyOf": [
|
|
484
550
|
{
|
|
485
551
|
"const": "{palette.fontSize.size12}",
|
|
486
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
487
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
552
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
553
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
488
554
|
},
|
|
489
555
|
{
|
|
490
556
|
"const": "{palette.fontSize.size14}",
|
|
491
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
492
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
557
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
558
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
493
559
|
},
|
|
494
560
|
{
|
|
495
561
|
"const": "{palette.fontSize.size15}",
|
|
496
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
497
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
562
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
563
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
498
564
|
},
|
|
499
565
|
{
|
|
500
566
|
"const": "{palette.fontSize.size16}",
|
|
501
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
502
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
567
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
568
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
503
569
|
},
|
|
504
570
|
{
|
|
505
571
|
"const": "{palette.fontSize.size18}",
|
|
506
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
507
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
572
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
573
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
508
574
|
},
|
|
509
575
|
{
|
|
510
576
|
"const": "{palette.fontSize.size2}",
|
|
511
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
512
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
577
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
578
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
513
579
|
},
|
|
514
580
|
{
|
|
515
581
|
"const": "{palette.fontSize.size20}",
|
|
516
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
517
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
582
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
583
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
518
584
|
},
|
|
519
585
|
{
|
|
520
586
|
"const": "{palette.fontSize.size24}",
|
|
521
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
522
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
587
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
588
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
523
589
|
},
|
|
524
590
|
{
|
|
525
591
|
"const": "{palette.fontSize.size28}",
|
|
526
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
527
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
592
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
593
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
528
594
|
},
|
|
529
595
|
{
|
|
530
596
|
"const": "{palette.fontSize.size30}",
|
|
531
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
532
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
597
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
598
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
533
599
|
},
|
|
534
600
|
{
|
|
535
601
|
"const": "{palette.fontSize.size32}",
|
|
536
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
537
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
602
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
603
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
538
604
|
},
|
|
539
605
|
{
|
|
540
606
|
"const": "{palette.fontSize.size34}",
|
|
541
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
542
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
607
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
608
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
543
609
|
},
|
|
544
610
|
{
|
|
545
611
|
"const": "{palette.fontSize.size36}",
|
|
546
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
547
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
612
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
613
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
548
614
|
},
|
|
549
615
|
{
|
|
550
616
|
"const": "{palette.fontSize.size40}",
|
|
551
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
552
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
617
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
618
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
553
619
|
},
|
|
554
620
|
{
|
|
555
621
|
"const": "{palette.fontSize.size44}",
|
|
556
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
557
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
622
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
623
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
558
624
|
},
|
|
559
625
|
{
|
|
560
626
|
"const": "{palette.fontSize.size48}",
|
|
561
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
562
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
627
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
628
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
563
629
|
},
|
|
564
630
|
{
|
|
565
631
|
"const": "{palette.fontSize.size54}",
|
|
566
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
567
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
632
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
633
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
568
634
|
},
|
|
569
635
|
{
|
|
570
636
|
"const": "{palette.fontSize.size56}",
|
|
571
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
572
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
637
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
638
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
573
639
|
},
|
|
574
640
|
{
|
|
575
641
|
"const": "{palette.fontSize.size64}",
|
|
576
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
577
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
642
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
643
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
578
644
|
},
|
|
579
645
|
{
|
|
580
646
|
"const": "{palette.fontSize.size70}",
|
|
581
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
582
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
647
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
648
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
583
649
|
},
|
|
584
650
|
{
|
|
585
651
|
"const": "{palette.fontSize.size72}",
|
|
586
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
587
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
652
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
653
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
654
|
+
},
|
|
655
|
+
{
|
|
656
|
+
"const": "{system.fontSize.none}",
|
|
657
|
+
"description": "@telus-uds/system-tokens/v0.7.17 system react-native tokens ⚙️",
|
|
658
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.17` **system** tokens ⚙️"
|
|
588
659
|
}
|
|
589
660
|
],
|
|
590
661
|
"$id": "#fontSize"
|
|
@@ -593,13 +664,13 @@
|
|
|
593
664
|
"anyOf": [
|
|
594
665
|
{
|
|
595
666
|
"const": "{palette.gradient.mosque}",
|
|
596
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
597
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
667
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\nMosque Gradient",
|
|
668
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\nMosque Gradient"
|
|
598
669
|
},
|
|
599
670
|
{
|
|
600
671
|
"const": "{system.gradient.none}",
|
|
601
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
602
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
672
|
+
"description": "@telus-uds/system-tokens/v0.7.17 system react-native tokens ⚙️",
|
|
673
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.17` **system** tokens ⚙️"
|
|
603
674
|
}
|
|
604
675
|
],
|
|
605
676
|
"$id": "#gradient"
|
|
@@ -608,383 +679,393 @@
|
|
|
608
679
|
"anyOf": [
|
|
609
680
|
{
|
|
610
681
|
"const": "{palette.icon.Add}",
|
|
611
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
612
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
682
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
683
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
613
684
|
},
|
|
614
685
|
{
|
|
615
686
|
"const": "{palette.icon.ArrowDownCircled}",
|
|
616
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
617
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
687
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
688
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
618
689
|
},
|
|
619
690
|
{
|
|
620
691
|
"const": "{palette.icon.ArrowLeft}",
|
|
621
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
622
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
692
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
693
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
623
694
|
},
|
|
624
695
|
{
|
|
625
696
|
"const": "{palette.icon.ArrowRight}",
|
|
626
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
627
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
697
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
698
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
628
699
|
},
|
|
629
700
|
{
|
|
630
701
|
"const": "{palette.icon.BoxOutline}",
|
|
631
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
632
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
702
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
703
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
633
704
|
},
|
|
634
705
|
{
|
|
635
706
|
"const": "{palette.icon.BoxOutlineChecked}",
|
|
636
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
637
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
707
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
708
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
638
709
|
},
|
|
639
710
|
{
|
|
640
711
|
"const": "{palette.icon.Bullet}",
|
|
641
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
642
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
712
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
713
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
643
714
|
},
|
|
644
715
|
{
|
|
645
716
|
"const": "{palette.icon.Cart}",
|
|
646
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
647
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
717
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
718
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
648
719
|
},
|
|
649
720
|
{
|
|
650
721
|
"const": "{palette.icon.CartFilled}",
|
|
651
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
652
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
722
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
723
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
653
724
|
},
|
|
654
725
|
{
|
|
655
726
|
"const": "{palette.icon.Caution}",
|
|
656
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
657
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
727
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
728
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
658
729
|
},
|
|
659
730
|
{
|
|
660
731
|
"const": "{palette.icon.Check}",
|
|
661
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
662
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
732
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
733
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
663
734
|
},
|
|
664
735
|
{
|
|
665
736
|
"const": "{palette.icon.CheckCircle}",
|
|
666
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
667
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
737
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
738
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
668
739
|
},
|
|
669
740
|
{
|
|
670
741
|
"const": "{palette.icon.CheckCircleFilled}",
|
|
671
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
672
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
742
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
743
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
673
744
|
},
|
|
674
745
|
{
|
|
675
746
|
"const": "{palette.icon.CheckCircledFilled}",
|
|
676
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
677
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
747
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
748
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
678
749
|
},
|
|
679
750
|
{
|
|
680
751
|
"const": "{palette.icon.CheckCircledNotFilled}",
|
|
681
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
682
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
752
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
753
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
683
754
|
},
|
|
684
755
|
{
|
|
685
756
|
"const": "{palette.icon.ChevronDown}",
|
|
686
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
687
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
757
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
758
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
688
759
|
},
|
|
689
760
|
{
|
|
690
761
|
"const": "{palette.icon.ChevronLeft}",
|
|
691
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
692
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
762
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
763
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
693
764
|
},
|
|
694
765
|
{
|
|
695
766
|
"const": "{palette.icon.ChevronRight}",
|
|
696
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
697
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
767
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
768
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
698
769
|
},
|
|
699
770
|
{
|
|
700
771
|
"const": "{palette.icon.ChevronUp}",
|
|
701
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
702
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
772
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
773
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
703
774
|
},
|
|
704
775
|
{
|
|
705
776
|
"const": "{palette.icon.CircledLine}",
|
|
706
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
707
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
777
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
778
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
708
779
|
},
|
|
709
780
|
{
|
|
710
781
|
"const": "{palette.icon.Close}",
|
|
711
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
712
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
782
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
783
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
713
784
|
},
|
|
714
785
|
{
|
|
715
786
|
"const": "{palette.icon.ClosedCaptions}",
|
|
716
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
717
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
787
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
788
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
789
|
+
},
|
|
790
|
+
{
|
|
791
|
+
"const": "{palette.icon.Coaxial}",
|
|
792
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
793
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
794
|
+
},
|
|
795
|
+
{
|
|
796
|
+
"const": "{palette.icon.DSL}",
|
|
797
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
798
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
718
799
|
},
|
|
719
800
|
{
|
|
720
801
|
"const": "{palette.icon.Devices}",
|
|
721
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
722
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
802
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
803
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
723
804
|
},
|
|
724
805
|
{
|
|
725
806
|
"const": "{palette.icon.Download}",
|
|
726
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
727
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
807
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
808
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
728
809
|
},
|
|
729
810
|
{
|
|
730
811
|
"const": "{palette.icon.ExclamationOctagon}",
|
|
731
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
732
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
812
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
813
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
733
814
|
},
|
|
734
815
|
{
|
|
735
816
|
"const": "{palette.icon.ExclamationTriangle}",
|
|
736
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
737
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
817
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
818
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
738
819
|
},
|
|
739
820
|
{
|
|
740
821
|
"const": "{palette.icon.Expand}",
|
|
741
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
742
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
822
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
823
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
743
824
|
},
|
|
744
825
|
{
|
|
745
826
|
"const": "{palette.icon.EyeClosed}",
|
|
746
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
747
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
827
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
828
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
748
829
|
},
|
|
749
830
|
{
|
|
750
831
|
"const": "{palette.icon.EyeMasked}",
|
|
751
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
752
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
832
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
833
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
753
834
|
},
|
|
754
835
|
{
|
|
755
836
|
"const": "{palette.icon.EyeOpened}",
|
|
756
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
757
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
837
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
838
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
758
839
|
},
|
|
759
840
|
{
|
|
760
841
|
"const": "{palette.icon.EyeUnmasked}",
|
|
761
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
762
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
842
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
843
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
763
844
|
},
|
|
764
845
|
{
|
|
765
846
|
"const": "{palette.icon.FullscreenExpand}",
|
|
766
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
767
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
847
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
848
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
768
849
|
},
|
|
769
850
|
{
|
|
770
851
|
"const": "{palette.icon.FullscreenMinimize}",
|
|
771
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
772
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
852
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
853
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
773
854
|
},
|
|
774
855
|
{
|
|
775
856
|
"const": "{palette.icon.Gift}",
|
|
776
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
777
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
857
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
858
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
778
859
|
},
|
|
779
860
|
{
|
|
780
861
|
"const": "{palette.icon.Hamburger}",
|
|
781
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
782
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
862
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
863
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
783
864
|
},
|
|
784
865
|
{
|
|
785
866
|
"const": "{palette.icon.Info}",
|
|
786
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
787
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
867
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
868
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
788
869
|
},
|
|
789
870
|
{
|
|
790
871
|
"const": "{palette.icon.InfoSelected}",
|
|
791
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
792
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
872
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
873
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
793
874
|
},
|
|
794
875
|
{
|
|
795
876
|
"const": "{palette.icon.InformationCircled}",
|
|
796
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
797
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
877
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
878
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
798
879
|
},
|
|
799
880
|
{
|
|
800
881
|
"const": "{palette.icon.Kebab}",
|
|
801
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
802
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
882
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
883
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
803
884
|
},
|
|
804
885
|
{
|
|
805
886
|
"const": "{palette.icon.LeftCircle}",
|
|
806
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
807
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
887
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
888
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
808
889
|
},
|
|
809
890
|
{
|
|
810
891
|
"const": "{palette.icon.LocationMap}",
|
|
811
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
812
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
892
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
893
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
813
894
|
},
|
|
814
895
|
{
|
|
815
896
|
"const": "{palette.icon.LockFilled}",
|
|
816
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
817
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
897
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
898
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
818
899
|
},
|
|
819
900
|
{
|
|
820
901
|
"const": "{palette.icon.Maintenance}",
|
|
821
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
822
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
902
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
903
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
823
904
|
},
|
|
824
905
|
{
|
|
825
906
|
"const": "{palette.icon.MaintenanceFilled}",
|
|
826
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
827
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
907
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
908
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
828
909
|
},
|
|
829
910
|
{
|
|
830
911
|
"const": "{palette.icon.Muted}",
|
|
831
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
832
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
912
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
913
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
833
914
|
},
|
|
834
915
|
{
|
|
835
916
|
"const": "{palette.icon.OfferStarFilled}",
|
|
836
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
837
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
917
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
918
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
838
919
|
},
|
|
839
920
|
{
|
|
840
921
|
"const": "{palette.icon.Pause}",
|
|
841
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
842
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
922
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
923
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
843
924
|
},
|
|
844
925
|
{
|
|
845
926
|
"const": "{palette.icon.Perk}",
|
|
846
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
847
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
927
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
928
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
848
929
|
},
|
|
849
930
|
{
|
|
850
931
|
"const": "{palette.icon.Phone}",
|
|
851
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
852
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
932
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
933
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
853
934
|
},
|
|
854
935
|
{
|
|
855
936
|
"const": "{palette.icon.PhoneTroubleshoot}",
|
|
856
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
857
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
937
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
938
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
858
939
|
},
|
|
859
940
|
{
|
|
860
941
|
"const": "{palette.icon.PlaySolid}",
|
|
861
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
862
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
942
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
943
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
863
944
|
},
|
|
864
945
|
{
|
|
865
946
|
"const": "{palette.icon.PlayVideo}",
|
|
866
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
867
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
947
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
948
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
868
949
|
},
|
|
869
950
|
{
|
|
870
951
|
"const": "{palette.icon.Question}",
|
|
871
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
872
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
952
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
953
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
873
954
|
},
|
|
874
955
|
{
|
|
875
956
|
"const": "{palette.icon.QuestionFilled}",
|
|
876
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
877
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
957
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
958
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
878
959
|
},
|
|
879
960
|
{
|
|
880
961
|
"const": "{palette.icon.RadialOutline}",
|
|
881
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
882
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
962
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
963
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
883
964
|
},
|
|
884
965
|
{
|
|
885
966
|
"const": "{palette.icon.RadialOutlineChecked}",
|
|
886
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
887
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
967
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
968
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
888
969
|
},
|
|
889
970
|
{
|
|
890
971
|
"const": "{palette.icon.Receipt}",
|
|
891
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
892
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
972
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
973
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
893
974
|
},
|
|
894
975
|
{
|
|
895
976
|
"const": "{palette.icon.Refresh}",
|
|
896
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
897
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
977
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
978
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
898
979
|
},
|
|
899
980
|
{
|
|
900
981
|
"const": "{palette.icon.Replay}",
|
|
901
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
902
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
982
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
983
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
903
984
|
},
|
|
904
985
|
{
|
|
905
986
|
"const": "{palette.icon.RightCirlce}",
|
|
906
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
907
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
987
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
988
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
908
989
|
},
|
|
909
990
|
{
|
|
910
991
|
"const": "{palette.icon.Settings}",
|
|
911
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
912
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
992
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
993
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
913
994
|
},
|
|
914
995
|
{
|
|
915
996
|
"const": "{palette.icon.SettingsSolid}",
|
|
916
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
917
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
997
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
998
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
918
999
|
},
|
|
919
1000
|
{
|
|
920
1001
|
"const": "{palette.icon.ShippingFilled}",
|
|
921
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
922
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1002
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
1003
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
923
1004
|
},
|
|
924
1005
|
{
|
|
925
1006
|
"const": "{palette.icon.Shop}",
|
|
926
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
927
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1007
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
1008
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
928
1009
|
},
|
|
929
1010
|
{
|
|
930
1011
|
"const": "{palette.icon.Sim}",
|
|
931
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
932
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1012
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
1013
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
933
1014
|
},
|
|
934
1015
|
{
|
|
935
1016
|
"const": "{palette.icon.SimFilled}",
|
|
936
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
937
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1017
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
1018
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
938
1019
|
},
|
|
939
1020
|
{
|
|
940
1021
|
"const": "{palette.icon.Spyglass}",
|
|
941
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
942
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1022
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
1023
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
943
1024
|
},
|
|
944
1025
|
{
|
|
945
1026
|
"const": "{palette.icon.Subtract}",
|
|
946
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
947
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1027
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
1028
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
948
1029
|
},
|
|
949
1030
|
{
|
|
950
1031
|
"const": "{palette.icon.Tag}",
|
|
951
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
952
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1032
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
1033
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
953
1034
|
},
|
|
954
1035
|
{
|
|
955
1036
|
"const": "{palette.icon.TagFilled}",
|
|
956
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
957
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1037
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
1038
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
958
1039
|
},
|
|
959
1040
|
{
|
|
960
1041
|
"const": "{palette.icon.Times}",
|
|
961
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
962
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1042
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
1043
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
963
1044
|
},
|
|
964
1045
|
{
|
|
965
1046
|
"const": "{palette.icon.TimesCircled}",
|
|
966
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
967
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1047
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
1048
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
968
1049
|
},
|
|
969
1050
|
{
|
|
970
1051
|
"const": "{palette.icon.ToolTipFilled}",
|
|
971
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
972
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1052
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
1053
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
973
1054
|
},
|
|
974
1055
|
{
|
|
975
1056
|
"const": "{palette.icon.Tooltip}",
|
|
976
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
977
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1057
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
1058
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
978
1059
|
},
|
|
979
1060
|
{
|
|
980
1061
|
"const": "{palette.icon.Unmuted}",
|
|
981
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
982
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1062
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
1063
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
983
1064
|
},
|
|
984
1065
|
{
|
|
985
1066
|
"const": "{system.icon.none}",
|
|
986
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
987
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1067
|
+
"description": "@telus-uds/system-tokens/v0.7.17 system react-native tokens ⚙️",
|
|
1068
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.17` **system** tokens ⚙️"
|
|
988
1069
|
}
|
|
989
1070
|
],
|
|
990
1071
|
"$id": "#icon"
|
|
@@ -993,13 +1074,13 @@
|
|
|
993
1074
|
"anyOf": [
|
|
994
1075
|
{
|
|
995
1076
|
"const": "{palette.letterSpacing.default}",
|
|
996
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
997
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1077
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
1078
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
998
1079
|
},
|
|
999
1080
|
{
|
|
1000
1081
|
"const": "{system.letterSpacing.none}",
|
|
1001
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1002
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1082
|
+
"description": "@telus-uds/system-tokens/v0.7.17 system react-native tokens ⚙️",
|
|
1083
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.17` **system** tokens ⚙️"
|
|
1003
1084
|
}
|
|
1004
1085
|
],
|
|
1005
1086
|
"$id": "#letterSpacing"
|
|
@@ -1008,118 +1089,118 @@
|
|
|
1008
1089
|
"anyOf": [
|
|
1009
1090
|
{
|
|
1010
1091
|
"const": "{palette.lineHeight.multiply110}",
|
|
1011
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1012
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1092
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
1093
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
1013
1094
|
},
|
|
1014
1095
|
{
|
|
1015
1096
|
"const": "{palette.lineHeight.multiply120}",
|
|
1016
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1017
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1097
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
1098
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
1018
1099
|
},
|
|
1019
1100
|
{
|
|
1020
1101
|
"const": "{palette.lineHeight.multiply130}",
|
|
1021
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1022
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1102
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
1103
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
1023
1104
|
},
|
|
1024
1105
|
{
|
|
1025
1106
|
"const": "{palette.lineHeight.multiply140}",
|
|
1026
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1027
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1107
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
1108
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
1028
1109
|
},
|
|
1029
1110
|
{
|
|
1030
1111
|
"const": "{palette.lineHeight.multiply150}",
|
|
1031
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1032
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1112
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
1113
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
1033
1114
|
},
|
|
1034
1115
|
{
|
|
1035
1116
|
"const": "{palette.lineHeight.multiply160}",
|
|
1036
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1037
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1117
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
1118
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
1038
1119
|
},
|
|
1039
1120
|
{
|
|
1040
1121
|
"const": "{palette.lineHeight.multiply172}",
|
|
1041
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1042
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1122
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
1123
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
1043
1124
|
},
|
|
1044
1125
|
{
|
|
1045
1126
|
"const": "{palette.lineHeight.ratio10to7}",
|
|
1046
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1047
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1127
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
1128
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
1048
1129
|
},
|
|
1049
1130
|
{
|
|
1050
1131
|
"const": "{palette.lineHeight.ratio11to5}",
|
|
1051
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1052
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1132
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
1133
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
1053
1134
|
},
|
|
1054
1135
|
{
|
|
1055
1136
|
"const": "{palette.lineHeight.ratio11to9}",
|
|
1056
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1057
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1137
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
1138
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
1058
1139
|
},
|
|
1059
1140
|
{
|
|
1060
1141
|
"const": "{palette.lineHeight.ratio14to1}",
|
|
1061
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1062
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1142
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
1143
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
1063
1144
|
},
|
|
1064
1145
|
{
|
|
1065
1146
|
"const": "{palette.lineHeight.ratio15to7}",
|
|
1066
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1067
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1147
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
1148
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
1068
1149
|
},
|
|
1069
1150
|
{
|
|
1070
1151
|
"const": "{palette.lineHeight.ratio16to2}",
|
|
1071
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1072
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1152
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
1153
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
1073
1154
|
},
|
|
1074
1155
|
{
|
|
1075
1156
|
"const": "{palette.lineHeight.ratio17to8}",
|
|
1076
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1077
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1157
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
1158
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
1078
1159
|
},
|
|
1079
1160
|
{
|
|
1080
1161
|
"const": "{palette.lineHeight.ratio1to1}",
|
|
1081
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1082
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1162
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
1163
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
1083
1164
|
},
|
|
1084
1165
|
{
|
|
1085
1166
|
"const": "{palette.lineHeight.ratio3to2}",
|
|
1086
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1087
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1167
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
1168
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
1088
1169
|
},
|
|
1089
1170
|
{
|
|
1090
1171
|
"const": "{palette.lineHeight.ratio4to3}",
|
|
1091
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1092
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1172
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
1173
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
1093
1174
|
},
|
|
1094
1175
|
{
|
|
1095
1176
|
"const": "{palette.lineHeight.ratio5to4}",
|
|
1096
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1097
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1177
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
1178
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
1098
1179
|
},
|
|
1099
1180
|
{
|
|
1100
1181
|
"const": "{palette.lineHeight.ratio6to5}",
|
|
1101
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1102
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1182
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
1183
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
1103
1184
|
},
|
|
1104
1185
|
{
|
|
1105
1186
|
"const": "{palette.lineHeight.ratio7to3}",
|
|
1106
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1107
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1187
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
1188
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
1108
1189
|
},
|
|
1109
1190
|
{
|
|
1110
1191
|
"const": "{palette.lineHeight.ratio7to5}",
|
|
1111
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1112
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1192
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
1193
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
1113
1194
|
},
|
|
1114
1195
|
{
|
|
1115
1196
|
"const": "{palette.lineHeight.ratio8to5}",
|
|
1116
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1117
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1197
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
1198
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
1118
1199
|
},
|
|
1119
1200
|
{
|
|
1120
1201
|
"const": "{palette.lineHeight.ratio8to7}",
|
|
1121
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1122
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1202
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
1203
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
1123
1204
|
}
|
|
1124
1205
|
],
|
|
1125
1206
|
"$id": "#lineHeight"
|
|
@@ -1128,28 +1209,28 @@
|
|
|
1128
1209
|
"anyOf": [
|
|
1129
1210
|
{
|
|
1130
1211
|
"const": "{palette.opacity.opacity10}",
|
|
1131
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1132
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1212
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
1213
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
1133
1214
|
},
|
|
1134
1215
|
{
|
|
1135
1216
|
"const": "{palette.opacity.opacity3}",
|
|
1136
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1137
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1217
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
1218
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
1138
1219
|
},
|
|
1139
1220
|
{
|
|
1140
1221
|
"const": "{palette.opacity.opacity5}",
|
|
1141
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1142
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1222
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
1223
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
1143
1224
|
},
|
|
1144
1225
|
{
|
|
1145
1226
|
"const": "{palette.opacity.opacity8}",
|
|
1146
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1147
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1227
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
1228
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
1148
1229
|
},
|
|
1149
1230
|
{
|
|
1150
1231
|
"const": "{system.opacity.opaque}",
|
|
1151
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1152
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1232
|
+
"description": "@telus-uds/system-tokens/v0.7.17 system react-native tokens ⚙️",
|
|
1233
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.17` **system** tokens ⚙️"
|
|
1153
1234
|
}
|
|
1154
1235
|
],
|
|
1155
1236
|
"$id": "#opacity"
|
|
@@ -1158,53 +1239,53 @@
|
|
|
1158
1239
|
"anyOf": [
|
|
1159
1240
|
{
|
|
1160
1241
|
"const": "{palette.radius.none}",
|
|
1161
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1162
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1242
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
1243
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
1163
1244
|
},
|
|
1164
1245
|
{
|
|
1165
1246
|
"const": "{palette.radius.pill32}",
|
|
1166
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1167
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1247
|
+
"description": "@telus-uds/palette-koodo/v0.22.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)",
|
|
1248
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.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)"
|
|
1168
1249
|
},
|
|
1169
1250
|
{
|
|
1170
1251
|
"const": "{palette.radius.radius1}",
|
|
1171
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1172
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1252
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
1253
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
1173
1254
|
},
|
|
1174
1255
|
{
|
|
1175
1256
|
"const": "{palette.radius.radius12}",
|
|
1176
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1177
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1257
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
1258
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
1178
1259
|
},
|
|
1179
1260
|
{
|
|
1180
1261
|
"const": "{palette.radius.radius4}",
|
|
1181
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1182
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1262
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
1263
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
1183
1264
|
},
|
|
1184
1265
|
{
|
|
1185
1266
|
"const": "{palette.radius.radius48}",
|
|
1186
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1187
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1267
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
1268
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
1188
1269
|
},
|
|
1189
1270
|
{
|
|
1190
1271
|
"const": "{palette.radius.radius6}",
|
|
1191
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1192
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1272
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
1273
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
1193
1274
|
},
|
|
1194
1275
|
{
|
|
1195
1276
|
"const": "{palette.radius.radius8}",
|
|
1196
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1197
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1277
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
1278
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
1198
1279
|
},
|
|
1199
1280
|
{
|
|
1200
1281
|
"const": "{system.radius.zero}",
|
|
1201
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1202
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1282
|
+
"description": "@telus-uds/system-tokens/v0.7.17 system react-native tokens ⚙️",
|
|
1283
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.17` **system** tokens ⚙️"
|
|
1203
1284
|
},
|
|
1204
1285
|
{
|
|
1205
1286
|
"const": "{system.radius.round}",
|
|
1206
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1207
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1287
|
+
"description": "@telus-uds/system-tokens/v0.7.17 system react-native tokens ⚙️",
|
|
1288
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.17` **system** tokens ⚙️"
|
|
1208
1289
|
}
|
|
1209
1290
|
],
|
|
1210
1291
|
"$id": "#radius"
|
|
@@ -1213,43 +1294,43 @@
|
|
|
1213
1294
|
"anyOf": [
|
|
1214
1295
|
{
|
|
1215
1296
|
"const": "{palette.shadow.elevation1}",
|
|
1216
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1217
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1297
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\nRaise the element one level from the surface, such as sticky elements",
|
|
1298
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\nRaise the element one level from the surface, such as sticky elements"
|
|
1218
1299
|
},
|
|
1219
1300
|
{
|
|
1220
1301
|
"const": "{palette.shadow.elevation2}",
|
|
1221
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1222
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1302
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\nRaise the element 2 levels from the surface, such as overlays",
|
|
1303
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\nRaise the element 2 levels from the surface, such as overlays"
|
|
1223
1304
|
},
|
|
1224
1305
|
{
|
|
1225
1306
|
"const": "{palette.shadow.elevation3}",
|
|
1226
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1227
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1307
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\nRaise the element to the highest level from the surface, such as mega-nav",
|
|
1308
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\nRaise the element to the highest level from the surface, such as mega-nav"
|
|
1228
1309
|
},
|
|
1229
1310
|
{
|
|
1230
1311
|
"const": "{palette.shadow.none}",
|
|
1231
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1232
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1312
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
1313
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
1233
1314
|
},
|
|
1234
1315
|
{
|
|
1235
1316
|
"const": "{palette.shadow.surfaceEmboss}",
|
|
1236
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1237
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1317
|
+
"description": "@telus-uds/palette-koodo/v0.22.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",
|
|
1318
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.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"
|
|
1238
1319
|
},
|
|
1239
1320
|
{
|
|
1240
1321
|
"const": "{palette.shadow.surfaceInset}",
|
|
1241
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1242
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1322
|
+
"description": "@telus-uds/palette-koodo/v0.22.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",
|
|
1323
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.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"
|
|
1243
1324
|
},
|
|
1244
1325
|
{
|
|
1245
1326
|
"const": "{palette.shadow.surfaceRaised}",
|
|
1246
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1247
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1327
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\nUse raised shadow to raise the element for interactive elements within an inset interface such as the knob in the ToggleSwitch",
|
|
1328
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.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"
|
|
1248
1329
|
},
|
|
1249
1330
|
{
|
|
1250
1331
|
"const": "{system.shadow.none}",
|
|
1251
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1252
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1332
|
+
"description": "@telus-uds/system-tokens/v0.7.17 system react-native tokens ⚙️",
|
|
1333
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.17` **system** tokens ⚙️"
|
|
1253
1334
|
}
|
|
1254
1335
|
],
|
|
1255
1336
|
"$id": "#shadow"
|
|
@@ -1258,263 +1339,263 @@
|
|
|
1258
1339
|
"anyOf": [
|
|
1259
1340
|
{
|
|
1260
1341
|
"const": "{palette.size.size0}",
|
|
1261
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1262
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1342
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
1343
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
1263
1344
|
},
|
|
1264
1345
|
{
|
|
1265
1346
|
"const": "{palette.size.size1}",
|
|
1266
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1267
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1347
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\nFor special gap sizes. This is not part of the koodo spacing scale.",
|
|
1348
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\nFor special gap sizes. This is not part of the koodo spacing scale."
|
|
1268
1349
|
},
|
|
1269
1350
|
{
|
|
1270
1351
|
"const": "{palette.size.size10}",
|
|
1271
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1272
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1352
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
1353
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
1273
1354
|
},
|
|
1274
1355
|
{
|
|
1275
1356
|
"const": "{palette.size.size12}",
|
|
1276
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1277
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1357
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
1358
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
1278
1359
|
},
|
|
1279
1360
|
{
|
|
1280
1361
|
"const": "{palette.size.size120}",
|
|
1281
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1282
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1362
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
1363
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
1283
1364
|
},
|
|
1284
1365
|
{
|
|
1285
1366
|
"const": "{palette.size.size128}",
|
|
1286
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1287
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1367
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n128 is the image size for xs, sm, md and lg screen size on the QuickLinksFeature component",
|
|
1368
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n128 is the image size for xs, sm, md and lg screen size on the QuickLinksFeature component"
|
|
1288
1369
|
},
|
|
1289
1370
|
{
|
|
1290
1371
|
"const": "{palette.size.size13}",
|
|
1291
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1292
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1372
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
1373
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
1293
1374
|
},
|
|
1294
1375
|
{
|
|
1295
1376
|
"const": "{palette.size.size14}",
|
|
1296
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1297
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1377
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\nAllows for the PaginationSideButton icon size",
|
|
1378
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\nAllows for the PaginationSideButton icon size"
|
|
1298
1379
|
},
|
|
1299
1380
|
{
|
|
1300
1381
|
"const": "{palette.size.size140}",
|
|
1301
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1302
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1382
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n140 is the image size for xs, sm, md and lg screen size on the QuickLinksFeature component when hovered",
|
|
1383
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n140 is the image size for xs, sm, md and lg screen size on the QuickLinksFeature component when hovered"
|
|
1303
1384
|
},
|
|
1304
1385
|
{
|
|
1305
1386
|
"const": "{palette.size.size144}",
|
|
1306
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1307
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1387
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n24 x 6. Larger sizes for the widths/heights of blocks are based on multiples of 24.",
|
|
1388
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n24 x 6. Larger sizes for the widths/heights of blocks are based on multiples of 24."
|
|
1308
1389
|
},
|
|
1309
1390
|
{
|
|
1310
1391
|
"const": "{palette.size.size15}",
|
|
1311
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1312
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1392
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\nStepTracker knob diameter",
|
|
1393
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\nStepTracker knob diameter"
|
|
1313
1394
|
},
|
|
1314
1395
|
{
|
|
1315
1396
|
"const": "{palette.size.size16}",
|
|
1316
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1317
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1397
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
1398
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
1318
1399
|
},
|
|
1319
1400
|
{
|
|
1320
1401
|
"const": "{palette.size.size168}",
|
|
1321
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1322
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1402
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n168 is the image size for xl screen size on the QuickLinksFeature component",
|
|
1403
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n168 is the image size for xl screen size on the QuickLinksFeature component"
|
|
1323
1404
|
},
|
|
1324
1405
|
{
|
|
1325
1406
|
"const": "{palette.size.size18}",
|
|
1326
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1327
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1407
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
1408
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
1328
1409
|
},
|
|
1329
1410
|
{
|
|
1330
1411
|
"const": "{palette.size.size184}",
|
|
1331
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1332
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1412
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n184 is the image size for xl screen size on the QuickLinksFeature component when hovered",
|
|
1413
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n184 is the image size for xl screen size on the QuickLinksFeature component when hovered"
|
|
1333
1414
|
},
|
|
1334
1415
|
{
|
|
1335
1416
|
"const": "{palette.size.size2}",
|
|
1336
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1337
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1417
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
1418
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
1338
1419
|
},
|
|
1339
1420
|
{
|
|
1340
1421
|
"const": "{palette.size.size20}",
|
|
1341
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1342
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1422
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
1423
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
1343
1424
|
},
|
|
1344
1425
|
{
|
|
1345
1426
|
"const": "{palette.size.size21}",
|
|
1346
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1347
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1427
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\nFor special top property for strike through used in PriceLockup",
|
|
1428
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\nFor special top property for strike through used in PriceLockup"
|
|
1348
1429
|
},
|
|
1349
1430
|
{
|
|
1350
1431
|
"const": "{palette.size.size22}",
|
|
1351
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1352
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1432
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
1433
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
1353
1434
|
},
|
|
1354
1435
|
{
|
|
1355
1436
|
"const": "{palette.size.size24}",
|
|
1356
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1357
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1437
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
1438
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
1358
1439
|
},
|
|
1359
1440
|
{
|
|
1360
1441
|
"const": "{palette.size.size26}",
|
|
1361
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1362
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1442
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
1443
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
1363
1444
|
},
|
|
1364
1445
|
{
|
|
1365
1446
|
"const": "{palette.size.size27}",
|
|
1366
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1367
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1447
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\nFor special top property for strike through used in PriceLockup",
|
|
1448
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\nFor special top property for strike through used in PriceLockup"
|
|
1368
1449
|
},
|
|
1369
1450
|
{
|
|
1370
1451
|
"const": "{palette.size.size288}",
|
|
1371
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1372
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1452
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
1453
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
1373
1454
|
},
|
|
1374
1455
|
{
|
|
1375
1456
|
"const": "{palette.size.size3}",
|
|
1376
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1377
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1457
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
1458
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
1378
1459
|
},
|
|
1379
1460
|
{
|
|
1380
1461
|
"const": "{palette.size.size32}",
|
|
1381
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1382
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1462
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
1463
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
1383
1464
|
},
|
|
1384
1465
|
{
|
|
1385
1466
|
"const": "{palette.size.size320}",
|
|
1386
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1387
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1467
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\nUsed for min width in Multiselect filter ",
|
|
1468
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\nUsed for min width in Multiselect filter "
|
|
1388
1469
|
},
|
|
1389
1470
|
{
|
|
1390
1471
|
"const": "{palette.size.size36}",
|
|
1391
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1392
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1472
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
1473
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
1393
1474
|
},
|
|
1394
1475
|
{
|
|
1395
1476
|
"const": "{palette.size.size4}",
|
|
1396
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1397
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1477
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
1478
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
1398
1479
|
},
|
|
1399
1480
|
{
|
|
1400
1481
|
"const": "{palette.size.size40}",
|
|
1401
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1402
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1482
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
1483
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
1403
1484
|
},
|
|
1404
1485
|
{
|
|
1405
1486
|
"const": "{palette.size.size412}",
|
|
1406
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1407
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1487
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\nUsed for min height in Multiselect filter ",
|
|
1488
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\nUsed for min height in Multiselect filter "
|
|
1408
1489
|
},
|
|
1409
1490
|
{
|
|
1410
1491
|
"const": "{palette.size.size44}",
|
|
1411
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1412
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1492
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
1493
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
1413
1494
|
},
|
|
1414
1495
|
{
|
|
1415
1496
|
"const": "{palette.size.size48}",
|
|
1416
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1417
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1497
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
1498
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
1418
1499
|
},
|
|
1419
1500
|
{
|
|
1420
1501
|
"const": "{palette.size.size480}",
|
|
1421
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1422
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1502
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\nMultiselect filter max height at sm - xl breakpoints",
|
|
1503
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\nMultiselect filter max height at sm - xl breakpoints"
|
|
1423
1504
|
},
|
|
1424
1505
|
{
|
|
1425
1506
|
"const": "{palette.size.size5}",
|
|
1426
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1427
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1507
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
1508
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
1428
1509
|
},
|
|
1429
1510
|
{
|
|
1430
1511
|
"const": "{palette.size.size544}",
|
|
1431
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1432
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1512
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\nMultiselect filter max width at sm - xl breakpoints",
|
|
1513
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\nMultiselect filter max width at sm - xl breakpoints"
|
|
1433
1514
|
},
|
|
1434
1515
|
{
|
|
1435
1516
|
"const": "{palette.size.size56}",
|
|
1436
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1437
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1517
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
1518
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
1438
1519
|
},
|
|
1439
1520
|
{
|
|
1440
1521
|
"const": "{palette.size.size6}",
|
|
1441
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1442
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1522
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
1523
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
1443
1524
|
},
|
|
1444
1525
|
{
|
|
1445
1526
|
"const": "{palette.size.size64}",
|
|
1446
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1447
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1527
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
1528
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
1448
1529
|
},
|
|
1449
1530
|
{
|
|
1450
1531
|
"const": "{palette.size.size640}",
|
|
1451
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1452
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1532
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\nUsed for max height in VideoPicker",
|
|
1533
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\nUsed for max height in VideoPicker"
|
|
1453
1534
|
},
|
|
1454
1535
|
{
|
|
1455
1536
|
"const": "{palette.size.size72}",
|
|
1456
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1457
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1537
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
1538
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
1458
1539
|
},
|
|
1459
1540
|
{
|
|
1460
1541
|
"const": "{palette.size.size8}",
|
|
1461
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1462
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1542
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
1543
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
1463
1544
|
},
|
|
1464
1545
|
{
|
|
1465
1546
|
"const": "{palette.size.size80}",
|
|
1466
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1467
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1547
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
1548
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
1468
1549
|
},
|
|
1469
1550
|
{
|
|
1470
1551
|
"const": "{palette.size.size96}",
|
|
1471
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1472
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1552
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
1553
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
1473
1554
|
},
|
|
1474
1555
|
{
|
|
1475
1556
|
"const": "{system.size.none}",
|
|
1476
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1477
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1557
|
+
"description": "@telus-uds/system-tokens/v0.7.17 system react-native tokens ⚙️",
|
|
1558
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.17` **system** tokens ⚙️"
|
|
1478
1559
|
},
|
|
1479
1560
|
{
|
|
1480
1561
|
"const": "{system.size.full}",
|
|
1481
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1482
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1562
|
+
"description": "@telus-uds/system-tokens/v0.7.17 system react-native tokens ⚙️",
|
|
1563
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.17` **system** tokens ⚙️"
|
|
1483
1564
|
},
|
|
1484
1565
|
{
|
|
1485
1566
|
"const": "{system.size.twoThirds}",
|
|
1486
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1487
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1567
|
+
"description": "@telus-uds/system-tokens/v0.7.17 system react-native tokens ⚙️",
|
|
1568
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.17` **system** tokens ⚙️"
|
|
1488
1569
|
},
|
|
1489
1570
|
{
|
|
1490
1571
|
"const": "{system.size.zero}",
|
|
1491
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1492
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1572
|
+
"description": "@telus-uds/system-tokens/v0.7.17 system react-native tokens ⚙️",
|
|
1573
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.17` **system** tokens ⚙️"
|
|
1493
1574
|
},
|
|
1494
1575
|
{
|
|
1495
1576
|
"const": "{system.size.viewportXs}",
|
|
1496
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1497
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1577
|
+
"description": "@telus-uds/system-tokens/v0.7.17 system react-native tokens ⚙️",
|
|
1578
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.17` **system** tokens ⚙️"
|
|
1498
1579
|
},
|
|
1499
1580
|
{
|
|
1500
1581
|
"const": "{system.size.viewportSm}",
|
|
1501
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1502
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1582
|
+
"description": "@telus-uds/system-tokens/v0.7.17 system react-native tokens ⚙️",
|
|
1583
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.17` **system** tokens ⚙️"
|
|
1503
1584
|
},
|
|
1504
1585
|
{
|
|
1505
1586
|
"const": "{system.size.viewportMd}",
|
|
1506
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1507
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1587
|
+
"description": "@telus-uds/system-tokens/v0.7.17 system react-native tokens ⚙️",
|
|
1588
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.17` **system** tokens ⚙️"
|
|
1508
1589
|
},
|
|
1509
1590
|
{
|
|
1510
1591
|
"const": "{system.size.viewportLg}",
|
|
1511
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1512
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1592
|
+
"description": "@telus-uds/system-tokens/v0.7.17 system react-native tokens ⚙️",
|
|
1593
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.17` **system** tokens ⚙️"
|
|
1513
1594
|
},
|
|
1514
1595
|
{
|
|
1515
1596
|
"const": "{system.size.viewportXl}",
|
|
1516
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1517
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1597
|
+
"description": "@telus-uds/system-tokens/v0.7.17 system react-native tokens ⚙️",
|
|
1598
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.17` **system** tokens ⚙️"
|
|
1518
1599
|
}
|
|
1519
1600
|
],
|
|
1520
1601
|
"$id": "#size"
|
|
@@ -1523,8 +1604,8 @@
|
|
|
1523
1604
|
"anyOf": [
|
|
1524
1605
|
{
|
|
1525
1606
|
"const": "{palette.fontName.StagSans}",
|
|
1526
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1527
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1607
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
1608
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
1528
1609
|
}
|
|
1529
1610
|
],
|
|
1530
1611
|
"$id": "#fontName"
|
|
@@ -1533,28 +1614,28 @@
|
|
|
1533
1614
|
"anyOf": [
|
|
1534
1615
|
{
|
|
1535
1616
|
"const": "{palette.fontWeight.weight300}",
|
|
1536
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1537
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1617
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
1618
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
1538
1619
|
},
|
|
1539
1620
|
{
|
|
1540
1621
|
"const": "{palette.fontWeight.weight400}",
|
|
1541
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1542
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1622
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
1623
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
1543
1624
|
},
|
|
1544
1625
|
{
|
|
1545
1626
|
"const": "{palette.fontWeight.weight500}",
|
|
1546
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1547
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1627
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
1628
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
1548
1629
|
},
|
|
1549
1630
|
{
|
|
1550
1631
|
"const": "{palette.fontWeight.weight600}",
|
|
1551
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1552
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1632
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
1633
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
1553
1634
|
},
|
|
1554
1635
|
{
|
|
1555
1636
|
"const": "{palette.fontWeight.weight700}",
|
|
1556
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1557
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1637
|
+
"description": "@telus-uds/palette-koodo/v0.22.0 palette tokens 🖌️\n",
|
|
1638
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.22.0` **palette** tokens 🖌️\n\n"
|
|
1558
1639
|
}
|
|
1559
1640
|
],
|
|
1560
1641
|
"$id": "#fontWeight"
|
|
@@ -1563,18 +1644,18 @@
|
|
|
1563
1644
|
"anyOf": [
|
|
1564
1645
|
{
|
|
1565
1646
|
"const": "{system.flexJustifyContent.center}",
|
|
1566
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1567
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1647
|
+
"description": "@telus-uds/system-tokens/v0.7.17 system react-native tokens ⚙️",
|
|
1648
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.17` **system** tokens ⚙️"
|
|
1568
1649
|
},
|
|
1569
1650
|
{
|
|
1570
1651
|
"const": "{system.flexJustifyContent.flexStart}",
|
|
1571
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1572
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1652
|
+
"description": "@telus-uds/system-tokens/v0.7.17 system react-native tokens ⚙️",
|
|
1653
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.17` **system** tokens ⚙️"
|
|
1573
1654
|
},
|
|
1574
1655
|
{
|
|
1575
1656
|
"const": "{system.flexJustifyContent.spaceBetween}",
|
|
1576
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1577
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1657
|
+
"description": "@telus-uds/system-tokens/v0.7.17 system react-native tokens ⚙️",
|
|
1658
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.17` **system** tokens ⚙️"
|
|
1578
1659
|
}
|
|
1579
1660
|
],
|
|
1580
1661
|
"$id": "#flexJustifyContent"
|
|
@@ -1583,18 +1664,18 @@
|
|
|
1583
1664
|
"anyOf": [
|
|
1584
1665
|
{
|
|
1585
1666
|
"const": "{system.flexAlign.center}",
|
|
1586
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1587
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1667
|
+
"description": "@telus-uds/system-tokens/v0.7.17 system react-native tokens ⚙️",
|
|
1668
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.17` **system** tokens ⚙️"
|
|
1588
1669
|
},
|
|
1589
1670
|
{
|
|
1590
1671
|
"const": "{system.flexAlign.flexStart}",
|
|
1591
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1592
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1672
|
+
"description": "@telus-uds/system-tokens/v0.7.17 system react-native tokens ⚙️",
|
|
1673
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.17` **system** tokens ⚙️"
|
|
1593
1674
|
},
|
|
1594
1675
|
{
|
|
1595
1676
|
"const": "{system.flexAlign.stretch}",
|
|
1596
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1597
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1677
|
+
"description": "@telus-uds/system-tokens/v0.7.17 system react-native tokens ⚙️",
|
|
1678
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.17` **system** tokens ⚙️"
|
|
1598
1679
|
}
|
|
1599
1680
|
],
|
|
1600
1681
|
"$id": "#flexAlign"
|
|
@@ -1603,63 +1684,63 @@
|
|
|
1603
1684
|
"anyOf": [
|
|
1604
1685
|
{
|
|
1605
1686
|
"const": "{system.integer.0}",
|
|
1606
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1607
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.7.
|
|
1687
|
+
"description": "@telus-uds/system-tokens/v0.7.17 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1688
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.7.17 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."
|
|
1608
1689
|
},
|
|
1609
1690
|
{
|
|
1610
1691
|
"const": "{system.integer.1}",
|
|
1611
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1612
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.7.
|
|
1692
|
+
"description": "@telus-uds/system-tokens/v0.7.17 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1693
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.7.17 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."
|
|
1613
1694
|
},
|
|
1614
1695
|
{
|
|
1615
1696
|
"const": "{system.integer.2}",
|
|
1616
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1617
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.7.
|
|
1697
|
+
"description": "@telus-uds/system-tokens/v0.7.17 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1698
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.7.17 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."
|
|
1618
1699
|
},
|
|
1619
1700
|
{
|
|
1620
1701
|
"const": "{system.integer.3}",
|
|
1621
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1622
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.7.
|
|
1702
|
+
"description": "@telus-uds/system-tokens/v0.7.17 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1703
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.7.17 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."
|
|
1623
1704
|
},
|
|
1624
1705
|
{
|
|
1625
1706
|
"const": "{system.integer.4}",
|
|
1626
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1627
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.7.
|
|
1707
|
+
"description": "@telus-uds/system-tokens/v0.7.17 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1708
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.7.17 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."
|
|
1628
1709
|
},
|
|
1629
1710
|
{
|
|
1630
1711
|
"const": "{system.integer.5}",
|
|
1631
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1632
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.7.
|
|
1712
|
+
"description": "@telus-uds/system-tokens/v0.7.17 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1713
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.7.17 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."
|
|
1633
1714
|
},
|
|
1634
1715
|
{
|
|
1635
1716
|
"const": "{system.integer.6}",
|
|
1636
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1637
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.7.
|
|
1717
|
+
"description": "@telus-uds/system-tokens/v0.7.17 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1718
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.7.17 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."
|
|
1638
1719
|
},
|
|
1639
1720
|
{
|
|
1640
1721
|
"const": "{system.integer.7}",
|
|
1641
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1642
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.7.
|
|
1722
|
+
"description": "@telus-uds/system-tokens/v0.7.17 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1723
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.7.17 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."
|
|
1643
1724
|
},
|
|
1644
1725
|
{
|
|
1645
1726
|
"const": "{system.integer.8}",
|
|
1646
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1647
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.7.
|
|
1727
|
+
"description": "@telus-uds/system-tokens/v0.7.17 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1728
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.7.17 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."
|
|
1648
1729
|
},
|
|
1649
1730
|
{
|
|
1650
1731
|
"const": "{system.integer.9}",
|
|
1651
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1652
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.7.
|
|
1732
|
+
"description": "@telus-uds/system-tokens/v0.7.17 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1733
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.7.17 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."
|
|
1653
1734
|
},
|
|
1654
1735
|
{
|
|
1655
1736
|
"const": "{system.integer.10}",
|
|
1656
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1657
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.7.
|
|
1737
|
+
"description": "@telus-uds/system-tokens/v0.7.17 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1738
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.7.17 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."
|
|
1658
1739
|
},
|
|
1659
1740
|
{
|
|
1660
1741
|
"const": "{system.integer.11}",
|
|
1661
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1662
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.7.
|
|
1742
|
+
"description": "@telus-uds/system-tokens/v0.7.17 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1743
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.7.17 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."
|
|
1663
1744
|
},
|
|
1664
1745
|
{
|
|
1665
1746
|
"type": "string",
|
|
@@ -1672,18 +1753,18 @@
|
|
|
1672
1753
|
"anyOf": [
|
|
1673
1754
|
{
|
|
1674
1755
|
"const": "{system.textLine.none}",
|
|
1675
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1676
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1756
|
+
"description": "@telus-uds/system-tokens/v0.7.17 system react-native tokens ⚙️",
|
|
1757
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.17` **system** tokens ⚙️"
|
|
1677
1758
|
},
|
|
1678
1759
|
{
|
|
1679
1760
|
"const": "{system.textLine.underline}",
|
|
1680
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1681
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1761
|
+
"description": "@telus-uds/system-tokens/v0.7.17 system react-native tokens ⚙️",
|
|
1762
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.17` **system** tokens ⚙️"
|
|
1682
1763
|
},
|
|
1683
1764
|
{
|
|
1684
1765
|
"const": "{system.textLine.strikethrough}",
|
|
1685
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1686
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1766
|
+
"description": "@telus-uds/system-tokens/v0.7.17 system react-native tokens ⚙️",
|
|
1767
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.17` **system** tokens ⚙️"
|
|
1687
1768
|
}
|
|
1688
1769
|
],
|
|
1689
1770
|
"$id": "#textLine"
|
|
@@ -1692,8 +1773,8 @@
|
|
|
1692
1773
|
"anyOf": [
|
|
1693
1774
|
{
|
|
1694
1775
|
"const": "{system.textLineStyle.solid}",
|
|
1695
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1696
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1776
|
+
"description": "@telus-uds/system-tokens/v0.7.17 system react-native tokens ⚙️",
|
|
1777
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.17` **system** tokens ⚙️"
|
|
1697
1778
|
}
|
|
1698
1779
|
],
|
|
1699
1780
|
"$id": "#textLineStyle"
|
|
@@ -1702,23 +1783,23 @@
|
|
|
1702
1783
|
"anyOf": [
|
|
1703
1784
|
{
|
|
1704
1785
|
"const": "{system.position.bottom}",
|
|
1705
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1706
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1786
|
+
"description": "@telus-uds/system-tokens/v0.7.17 system react-native tokens ⚙️",
|
|
1787
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.17` **system** tokens ⚙️"
|
|
1707
1788
|
},
|
|
1708
1789
|
{
|
|
1709
1790
|
"const": "{system.position.left}",
|
|
1710
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1711
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1791
|
+
"description": "@telus-uds/system-tokens/v0.7.17 system react-native tokens ⚙️",
|
|
1792
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.17` **system** tokens ⚙️"
|
|
1712
1793
|
},
|
|
1713
1794
|
{
|
|
1714
1795
|
"const": "{system.position.right}",
|
|
1715
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1716
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1796
|
+
"description": "@telus-uds/system-tokens/v0.7.17 system react-native tokens ⚙️",
|
|
1797
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.17` **system** tokens ⚙️"
|
|
1717
1798
|
},
|
|
1718
1799
|
{
|
|
1719
1800
|
"const": "{system.position.top}",
|
|
1720
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1721
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1801
|
+
"description": "@telus-uds/system-tokens/v0.7.17 system react-native tokens ⚙️",
|
|
1802
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.17` **system** tokens ⚙️"
|
|
1722
1803
|
}
|
|
1723
1804
|
],
|
|
1724
1805
|
"$id": "#position"
|
|
@@ -1727,13 +1808,13 @@
|
|
|
1727
1808
|
"anyOf": [
|
|
1728
1809
|
{
|
|
1729
1810
|
"const": "{system.direction.column}",
|
|
1730
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1731
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1811
|
+
"description": "@telus-uds/system-tokens/v0.7.17 system react-native tokens ⚙️",
|
|
1812
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.17` **system** tokens ⚙️"
|
|
1732
1813
|
},
|
|
1733
1814
|
{
|
|
1734
1815
|
"const": "{system.direction.row}",
|
|
1735
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1736
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1816
|
+
"description": "@telus-uds/system-tokens/v0.7.17 system react-native tokens ⚙️",
|
|
1817
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.17` **system** tokens ⚙️"
|
|
1737
1818
|
}
|
|
1738
1819
|
],
|
|
1739
1820
|
"$id": "#direction"
|
|
@@ -1742,13 +1823,13 @@
|
|
|
1742
1823
|
"anyOf": [
|
|
1743
1824
|
{
|
|
1744
1825
|
"const": "{system.show.true}",
|
|
1745
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1746
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1826
|
+
"description": "@telus-uds/system-tokens/v0.7.17 system react-native tokens ⚙️",
|
|
1827
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.17` **system** tokens ⚙️"
|
|
1747
1828
|
},
|
|
1748
1829
|
{
|
|
1749
1830
|
"const": "{system.show.false}",
|
|
1750
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1751
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1831
|
+
"description": "@telus-uds/system-tokens/v0.7.17 system react-native tokens ⚙️",
|
|
1832
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.17` **system** tokens ⚙️"
|
|
1752
1833
|
}
|
|
1753
1834
|
],
|
|
1754
1835
|
"$id": "#show"
|
|
@@ -1757,13 +1838,13 @@
|
|
|
1757
1838
|
"anyOf": [
|
|
1758
1839
|
{
|
|
1759
1840
|
"const": "{system.borderStyle.none}",
|
|
1760
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1761
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1841
|
+
"description": "@telus-uds/system-tokens/v0.7.17 system react-native tokens ⚙️",
|
|
1842
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.17` **system** tokens ⚙️"
|
|
1762
1843
|
},
|
|
1763
1844
|
{
|
|
1764
1845
|
"const": "{system.borderStyle.solid}",
|
|
1765
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1766
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1846
|
+
"description": "@telus-uds/system-tokens/v0.7.17 system react-native tokens ⚙️",
|
|
1847
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.17` **system** tokens ⚙️"
|
|
1767
1848
|
}
|
|
1768
1849
|
],
|
|
1769
1850
|
"$id": "#borderStyle"
|
|
@@ -1772,18 +1853,18 @@
|
|
|
1772
1853
|
"anyOf": [
|
|
1773
1854
|
{
|
|
1774
1855
|
"const": "{system.verticalAlign.top}",
|
|
1775
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1776
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1856
|
+
"description": "@telus-uds/system-tokens/v0.7.17 system react-native tokens ⚙️",
|
|
1857
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.17` **system** tokens ⚙️"
|
|
1777
1858
|
},
|
|
1778
1859
|
{
|
|
1779
1860
|
"const": "{system.verticalAlign.middle}",
|
|
1780
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1781
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1861
|
+
"description": "@telus-uds/system-tokens/v0.7.17 system react-native tokens ⚙️",
|
|
1862
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.17` **system** tokens ⚙️"
|
|
1782
1863
|
},
|
|
1783
1864
|
{
|
|
1784
1865
|
"const": "{system.verticalAlign.baseline}",
|
|
1785
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1786
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1866
|
+
"description": "@telus-uds/system-tokens/v0.7.17 system react-native tokens ⚙️",
|
|
1867
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.17` **system** tokens ⚙️"
|
|
1787
1868
|
}
|
|
1788
1869
|
],
|
|
1789
1870
|
"$id": "#verticalAlign"
|
|
@@ -1792,18 +1873,18 @@
|
|
|
1792
1873
|
"anyOf": [
|
|
1793
1874
|
{
|
|
1794
1875
|
"const": "{system.iconScale.scale1}",
|
|
1795
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1796
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1876
|
+
"description": "@telus-uds/system-tokens/v0.7.17 system react-native tokens ⚙️",
|
|
1877
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.17` **system** tokens ⚙️"
|
|
1797
1878
|
},
|
|
1798
1879
|
{
|
|
1799
1880
|
"const": "{system.iconScale.scale1_10}",
|
|
1800
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1801
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1881
|
+
"description": "@telus-uds/system-tokens/v0.7.17 system react-native tokens ⚙️",
|
|
1882
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.17` **system** tokens ⚙️"
|
|
1802
1883
|
},
|
|
1803
1884
|
{
|
|
1804
1885
|
"const": "{system.iconScale.scale1_25}",
|
|
1805
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1806
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1886
|
+
"description": "@telus-uds/system-tokens/v0.7.17 system react-native tokens ⚙️",
|
|
1887
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.17` **system** tokens ⚙️"
|
|
1807
1888
|
}
|
|
1808
1889
|
],
|
|
1809
1890
|
"$id": "#iconScale"
|
|
@@ -1812,18 +1893,18 @@
|
|
|
1812
1893
|
"anyOf": [
|
|
1813
1894
|
{
|
|
1814
1895
|
"const": "{system.textAlign.left}",
|
|
1815
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1816
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1896
|
+
"description": "@telus-uds/system-tokens/v0.7.17 system react-native tokens ⚙️",
|
|
1897
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.17` **system** tokens ⚙️"
|
|
1817
1898
|
},
|
|
1818
1899
|
{
|
|
1819
1900
|
"const": "{system.textAlign.center}",
|
|
1820
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1821
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1901
|
+
"description": "@telus-uds/system-tokens/v0.7.17 system react-native tokens ⚙️",
|
|
1902
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.17` **system** tokens ⚙️"
|
|
1822
1903
|
},
|
|
1823
1904
|
{
|
|
1824
1905
|
"const": "{system.textAlign.right}",
|
|
1825
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1826
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1906
|
+
"description": "@telus-uds/system-tokens/v0.7.17 system react-native tokens ⚙️",
|
|
1907
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.17` **system** tokens ⚙️"
|
|
1827
1908
|
}
|
|
1828
1909
|
],
|
|
1829
1910
|
"$id": "#textAlign"
|
|
@@ -1832,13 +1913,13 @@
|
|
|
1832
1913
|
"anyOf": [
|
|
1833
1914
|
{
|
|
1834
1915
|
"const": "{system.textTransform.none}",
|
|
1835
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1836
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1916
|
+
"description": "@telus-uds/system-tokens/v0.7.17 system react-native tokens ⚙️",
|
|
1917
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.17` **system** tokens ⚙️"
|
|
1837
1918
|
},
|
|
1838
1919
|
{
|
|
1839
1920
|
"const": "{system.textTransform.uppercase}",
|
|
1840
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1841
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1921
|
+
"description": "@telus-uds/system-tokens/v0.7.17 system react-native tokens ⚙️",
|
|
1922
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.17` **system** tokens ⚙️"
|
|
1842
1923
|
}
|
|
1843
1924
|
],
|
|
1844
1925
|
"$id": "#textTransform"
|
|
@@ -2146,6 +2227,18 @@
|
|
|
2146
2227
|
},
|
|
2147
2228
|
"subTitleColor": {
|
|
2148
2229
|
"$ref": "#color"
|
|
2230
|
+
},
|
|
2231
|
+
"outerBorderColor": {
|
|
2232
|
+
"$ref": "#color"
|
|
2233
|
+
},
|
|
2234
|
+
"outerBorderGap": {
|
|
2235
|
+
"$ref": "#size"
|
|
2236
|
+
},
|
|
2237
|
+
"outerBorderRadius": {
|
|
2238
|
+
"$ref": "#radius"
|
|
2239
|
+
},
|
|
2240
|
+
"outerBorderWidth": {
|
|
2241
|
+
"$ref": "#border"
|
|
2149
2242
|
}
|
|
2150
2243
|
},
|
|
2151
2244
|
"required": [
|
|
@@ -2159,7 +2252,11 @@
|
|
|
2159
2252
|
"pressableBorderTopColor",
|
|
2160
2253
|
"pressablePaddingBottom",
|
|
2161
2254
|
"titleColor",
|
|
2162
|
-
"subTitleColor"
|
|
2255
|
+
"subTitleColor",
|
|
2256
|
+
"outerBorderColor",
|
|
2257
|
+
"outerBorderGap",
|
|
2258
|
+
"outerBorderRadius",
|
|
2259
|
+
"outerBorderWidth"
|
|
2163
2260
|
]
|
|
2164
2261
|
},
|
|
2165
2262
|
"rules": {
|
|
@@ -2208,6 +2305,18 @@
|
|
|
2208
2305
|
},
|
|
2209
2306
|
"subTitleColor": {
|
|
2210
2307
|
"$ref": "#color"
|
|
2308
|
+
},
|
|
2309
|
+
"outerBorderColor": {
|
|
2310
|
+
"$ref": "#color"
|
|
2311
|
+
},
|
|
2312
|
+
"outerBorderGap": {
|
|
2313
|
+
"$ref": "#size"
|
|
2314
|
+
},
|
|
2315
|
+
"outerBorderRadius": {
|
|
2316
|
+
"$ref": "#radius"
|
|
2317
|
+
},
|
|
2318
|
+
"outerBorderWidth": {
|
|
2319
|
+
"$ref": "#border"
|
|
2211
2320
|
}
|
|
2212
2321
|
}
|
|
2213
2322
|
},
|
|
@@ -2501,30 +2610,18 @@
|
|
|
2501
2610
|
"type": "object",
|
|
2502
2611
|
"additionalProperties": false,
|
|
2503
2612
|
"properties": {
|
|
2504
|
-
"tablePaddingBottom": {
|
|
2505
|
-
"$ref": "#size"
|
|
2506
|
-
},
|
|
2507
2613
|
"cellMinWidth": {
|
|
2508
2614
|
"$ref": "#size"
|
|
2509
2615
|
},
|
|
2510
|
-
"
|
|
2511
|
-
"$ref": "#
|
|
2512
|
-
},
|
|
2513
|
-
"cellHeadingBoxShadowColor": {
|
|
2514
|
-
"$ref": "#color"
|
|
2616
|
+
"tablePaddingBottom": {
|
|
2617
|
+
"$ref": "#size"
|
|
2515
2618
|
},
|
|
2516
2619
|
"cellBoxShadowColor": {
|
|
2517
2620
|
"$ref": "#color"
|
|
2518
2621
|
},
|
|
2519
|
-
"cellSubheadingBackground": {
|
|
2520
|
-
"$ref": "#color"
|
|
2521
|
-
},
|
|
2522
2622
|
"cellBackground": {
|
|
2523
2623
|
"$ref": "#color"
|
|
2524
2624
|
},
|
|
2525
|
-
"cellRowHeadingBackground": {
|
|
2526
|
-
"$ref": "#color"
|
|
2527
|
-
},
|
|
2528
2625
|
"cellStickyShadow": {
|
|
2529
2626
|
"$ref": "#shadow"
|
|
2530
2627
|
},
|
|
@@ -2548,17 +2645,19 @@
|
|
|
2548
2645
|
},
|
|
2549
2646
|
"fontSize": {
|
|
2550
2647
|
"$ref": "#fontSize"
|
|
2648
|
+
},
|
|
2649
|
+
"lineHeight": {
|
|
2650
|
+
"$ref": "#lineHeight"
|
|
2651
|
+
},
|
|
2652
|
+
"stickyBackgroundColor": {
|
|
2653
|
+
"$ref": "#color"
|
|
2551
2654
|
}
|
|
2552
2655
|
},
|
|
2553
2656
|
"required": [
|
|
2554
|
-
"tablePaddingBottom",
|
|
2555
2657
|
"cellMinWidth",
|
|
2556
|
-
"
|
|
2557
|
-
"cellHeadingBoxShadowColor",
|
|
2658
|
+
"tablePaddingBottom",
|
|
2558
2659
|
"cellBoxShadowColor",
|
|
2559
|
-
"cellSubheadingBackground",
|
|
2560
2660
|
"cellBackground",
|
|
2561
|
-
"cellRowHeadingBackground",
|
|
2562
2661
|
"cellStickyShadow",
|
|
2563
2662
|
"cellPaddingTop",
|
|
2564
2663
|
"cellPaddingRight",
|
|
@@ -2566,7 +2665,9 @@
|
|
|
2566
2665
|
"cellPaddingBottom",
|
|
2567
2666
|
"fontWeight",
|
|
2568
2667
|
"fontName",
|
|
2569
|
-
"fontSize"
|
|
2668
|
+
"fontSize",
|
|
2669
|
+
"lineHeight",
|
|
2670
|
+
"stickyBackgroundColor"
|
|
2570
2671
|
]
|
|
2571
2672
|
},
|
|
2572
2673
|
"rules": {
|
|
@@ -2583,30 +2684,18 @@
|
|
|
2583
2684
|
"type": "object",
|
|
2584
2685
|
"additionalProperties": false,
|
|
2585
2686
|
"properties": {
|
|
2586
|
-
"tablePaddingBottom": {
|
|
2587
|
-
"$ref": "#size"
|
|
2588
|
-
},
|
|
2589
2687
|
"cellMinWidth": {
|
|
2590
2688
|
"$ref": "#size"
|
|
2591
2689
|
},
|
|
2592
|
-
"
|
|
2593
|
-
"$ref": "#
|
|
2594
|
-
},
|
|
2595
|
-
"cellHeadingBoxShadowColor": {
|
|
2596
|
-
"$ref": "#color"
|
|
2690
|
+
"tablePaddingBottom": {
|
|
2691
|
+
"$ref": "#size"
|
|
2597
2692
|
},
|
|
2598
2693
|
"cellBoxShadowColor": {
|
|
2599
2694
|
"$ref": "#color"
|
|
2600
2695
|
},
|
|
2601
|
-
"cellSubheadingBackground": {
|
|
2602
|
-
"$ref": "#color"
|
|
2603
|
-
},
|
|
2604
2696
|
"cellBackground": {
|
|
2605
2697
|
"$ref": "#color"
|
|
2606
2698
|
},
|
|
2607
|
-
"cellRowHeadingBackground": {
|
|
2608
|
-
"$ref": "#color"
|
|
2609
|
-
},
|
|
2610
2699
|
"cellStickyShadow": {
|
|
2611
2700
|
"$ref": "#shadow"
|
|
2612
2701
|
},
|
|
@@ -2630,6 +2719,12 @@
|
|
|
2630
2719
|
},
|
|
2631
2720
|
"fontSize": {
|
|
2632
2721
|
"$ref": "#fontSize"
|
|
2722
|
+
},
|
|
2723
|
+
"lineHeight": {
|
|
2724
|
+
"$ref": "#lineHeight"
|
|
2725
|
+
},
|
|
2726
|
+
"stickyBackgroundColor": {
|
|
2727
|
+
"$ref": "#color"
|
|
2633
2728
|
}
|
|
2634
2729
|
}
|
|
2635
2730
|
},
|
|
@@ -5987,6 +6082,9 @@
|
|
|
5987
6082
|
"borderColor": {
|
|
5988
6083
|
"$ref": "#color"
|
|
5989
6084
|
},
|
|
6085
|
+
"gradient": {
|
|
6086
|
+
"$ref": "#gradient"
|
|
6087
|
+
},
|
|
5990
6088
|
"borderRadius": {
|
|
5991
6089
|
"$ref": "#radius"
|
|
5992
6090
|
},
|
|
@@ -6028,6 +6126,7 @@
|
|
|
6028
6126
|
"flex",
|
|
6029
6127
|
"backgroundColor",
|
|
6030
6128
|
"borderColor",
|
|
6129
|
+
"gradient",
|
|
6031
6130
|
"borderRadius",
|
|
6032
6131
|
"borderWidth",
|
|
6033
6132
|
"paddingBottom",
|
|
@@ -6065,6 +6164,9 @@
|
|
|
6065
6164
|
"borderColor": {
|
|
6066
6165
|
"$ref": "#color"
|
|
6067
6166
|
},
|
|
6167
|
+
"gradient": {
|
|
6168
|
+
"$ref": "#gradient"
|
|
6169
|
+
},
|
|
6068
6170
|
"borderRadius": {
|
|
6069
6171
|
"$ref": "#radius"
|
|
6070
6172
|
},
|
|
@@ -7798,6 +7900,9 @@
|
|
|
7798
7900
|
"iconGap": {
|
|
7799
7901
|
"$ref": "#size"
|
|
7800
7902
|
},
|
|
7903
|
+
"color": {
|
|
7904
|
+
"$ref": "#color"
|
|
7905
|
+
},
|
|
7801
7906
|
"iconPaddingTop": {
|
|
7802
7907
|
"$ref": "#size"
|
|
7803
7908
|
},
|
|
@@ -7828,8 +7933,14 @@
|
|
|
7828
7933
|
"borderColor": {
|
|
7829
7934
|
"$ref": "#color"
|
|
7830
7935
|
},
|
|
7831
|
-
"
|
|
7832
|
-
"$ref": "#
|
|
7936
|
+
"textLine": {
|
|
7937
|
+
"$ref": "#textLine"
|
|
7938
|
+
},
|
|
7939
|
+
"fontSize": {
|
|
7940
|
+
"$ref": "#fontSize"
|
|
7941
|
+
},
|
|
7942
|
+
"lineHeight": {
|
|
7943
|
+
"$ref": "#lineHeight"
|
|
7833
7944
|
}
|
|
7834
7945
|
},
|
|
7835
7946
|
"required": [
|
|
@@ -7838,6 +7949,7 @@
|
|
|
7838
7949
|
"iconColor",
|
|
7839
7950
|
"iconSize",
|
|
7840
7951
|
"iconGap",
|
|
7952
|
+
"color",
|
|
7841
7953
|
"iconPaddingTop",
|
|
7842
7954
|
"iconPosition",
|
|
7843
7955
|
"verticalAlign",
|
|
@@ -7848,7 +7960,9 @@
|
|
|
7848
7960
|
"paddingBottom",
|
|
7849
7961
|
"borderWidth",
|
|
7850
7962
|
"borderColor",
|
|
7851
|
-
"
|
|
7963
|
+
"textLine",
|
|
7964
|
+
"fontSize",
|
|
7965
|
+
"lineHeight"
|
|
7852
7966
|
]
|
|
7853
7967
|
},
|
|
7854
7968
|
"rules": {
|
|
@@ -7880,6 +7994,9 @@
|
|
|
7880
7994
|
"iconGap": {
|
|
7881
7995
|
"$ref": "#size"
|
|
7882
7996
|
},
|
|
7997
|
+
"color": {
|
|
7998
|
+
"$ref": "#color"
|
|
7999
|
+
},
|
|
7883
8000
|
"iconPaddingTop": {
|
|
7884
8001
|
"$ref": "#size"
|
|
7885
8002
|
},
|
|
@@ -7910,8 +8027,14 @@
|
|
|
7910
8027
|
"borderColor": {
|
|
7911
8028
|
"$ref": "#color"
|
|
7912
8029
|
},
|
|
7913
|
-
"
|
|
7914
|
-
"$ref": "#
|
|
8030
|
+
"textLine": {
|
|
8031
|
+
"$ref": "#textLine"
|
|
8032
|
+
},
|
|
8033
|
+
"fontSize": {
|
|
8034
|
+
"$ref": "#fontSize"
|
|
8035
|
+
},
|
|
8036
|
+
"lineHeight": {
|
|
8037
|
+
"$ref": "#lineHeight"
|
|
7915
8038
|
}
|
|
7916
8039
|
}
|
|
7917
8040
|
},
|
|
@@ -7983,6 +8106,42 @@
|
|
|
7983
8106
|
},
|
|
7984
8107
|
"expandDividerWidth": {
|
|
7985
8108
|
"$ref": "#size"
|
|
8109
|
+
},
|
|
8110
|
+
"contentPanelBackgroundColor": {
|
|
8111
|
+
"$ref": "#color"
|
|
8112
|
+
},
|
|
8113
|
+
"contentPanelPaddingLeft": {
|
|
8114
|
+
"$ref": "#size"
|
|
8115
|
+
},
|
|
8116
|
+
"contentPanelPaddingRight": {
|
|
8117
|
+
"$ref": "#size"
|
|
8118
|
+
},
|
|
8119
|
+
"contentPanelPaddingTop": {
|
|
8120
|
+
"$ref": "#size"
|
|
8121
|
+
},
|
|
8122
|
+
"contentPanelPaddingBottom": {
|
|
8123
|
+
"$ref": "#size"
|
|
8124
|
+
},
|
|
8125
|
+
"contentPanelBorderWidth": {
|
|
8126
|
+
"$ref": "#border"
|
|
8127
|
+
},
|
|
8128
|
+
"contentPanelBorderColor": {
|
|
8129
|
+
"$ref": "#color"
|
|
8130
|
+
},
|
|
8131
|
+
"contentPanelFontName": {
|
|
8132
|
+
"$ref": "#fontName"
|
|
8133
|
+
},
|
|
8134
|
+
"contentPanelFontSize": {
|
|
8135
|
+
"$ref": "#fontSize"
|
|
8136
|
+
},
|
|
8137
|
+
"contentPanelFontColor": {
|
|
8138
|
+
"$ref": "#color"
|
|
8139
|
+
},
|
|
8140
|
+
"contentPanelFontWeight": {
|
|
8141
|
+
"$ref": "#fontWeight"
|
|
8142
|
+
},
|
|
8143
|
+
"contentPanelLineHeight": {
|
|
8144
|
+
"$ref": "#lineHeight"
|
|
7986
8145
|
}
|
|
7987
8146
|
},
|
|
7988
8147
|
"required": [
|
|
@@ -7997,7 +8156,19 @@
|
|
|
7997
8156
|
"borderRadius",
|
|
7998
8157
|
"borderWidth",
|
|
7999
8158
|
"expandDividerColor",
|
|
8000
|
-
"expandDividerWidth"
|
|
8159
|
+
"expandDividerWidth",
|
|
8160
|
+
"contentPanelBackgroundColor",
|
|
8161
|
+
"contentPanelPaddingLeft",
|
|
8162
|
+
"contentPanelPaddingRight",
|
|
8163
|
+
"contentPanelPaddingTop",
|
|
8164
|
+
"contentPanelPaddingBottom",
|
|
8165
|
+
"contentPanelBorderWidth",
|
|
8166
|
+
"contentPanelBorderColor",
|
|
8167
|
+
"contentPanelFontName",
|
|
8168
|
+
"contentPanelFontSize",
|
|
8169
|
+
"contentPanelFontColor",
|
|
8170
|
+
"contentPanelFontWeight",
|
|
8171
|
+
"contentPanelLineHeight"
|
|
8001
8172
|
]
|
|
8002
8173
|
},
|
|
8003
8174
|
"rules": {
|
|
@@ -8049,6 +8220,42 @@
|
|
|
8049
8220
|
},
|
|
8050
8221
|
"expandDividerWidth": {
|
|
8051
8222
|
"$ref": "#size"
|
|
8223
|
+
},
|
|
8224
|
+
"contentPanelBackgroundColor": {
|
|
8225
|
+
"$ref": "#color"
|
|
8226
|
+
},
|
|
8227
|
+
"contentPanelPaddingLeft": {
|
|
8228
|
+
"$ref": "#size"
|
|
8229
|
+
},
|
|
8230
|
+
"contentPanelPaddingRight": {
|
|
8231
|
+
"$ref": "#size"
|
|
8232
|
+
},
|
|
8233
|
+
"contentPanelPaddingTop": {
|
|
8234
|
+
"$ref": "#size"
|
|
8235
|
+
},
|
|
8236
|
+
"contentPanelPaddingBottom": {
|
|
8237
|
+
"$ref": "#size"
|
|
8238
|
+
},
|
|
8239
|
+
"contentPanelBorderWidth": {
|
|
8240
|
+
"$ref": "#border"
|
|
8241
|
+
},
|
|
8242
|
+
"contentPanelBorderColor": {
|
|
8243
|
+
"$ref": "#color"
|
|
8244
|
+
},
|
|
8245
|
+
"contentPanelFontName": {
|
|
8246
|
+
"$ref": "#fontName"
|
|
8247
|
+
},
|
|
8248
|
+
"contentPanelFontSize": {
|
|
8249
|
+
"$ref": "#fontSize"
|
|
8250
|
+
},
|
|
8251
|
+
"contentPanelFontColor": {
|
|
8252
|
+
"$ref": "#color"
|
|
8253
|
+
},
|
|
8254
|
+
"contentPanelFontWeight": {
|
|
8255
|
+
"$ref": "#fontWeight"
|
|
8256
|
+
},
|
|
8257
|
+
"contentPanelLineHeight": {
|
|
8258
|
+
"$ref": "#lineHeight"
|
|
8052
8259
|
}
|
|
8053
8260
|
}
|
|
8054
8261
|
},
|
|
@@ -14865,6 +15072,21 @@
|
|
|
14865
15072
|
},
|
|
14866
15073
|
"borderRadius": {
|
|
14867
15074
|
"$ref": "#radius"
|
|
15075
|
+
},
|
|
15076
|
+
"textLine": {
|
|
15077
|
+
"$ref": "#textLine"
|
|
15078
|
+
},
|
|
15079
|
+
"fontName": {
|
|
15080
|
+
"$ref": "#fontName"
|
|
15081
|
+
},
|
|
15082
|
+
"fontWeight": {
|
|
15083
|
+
"$ref": "#fontWeight"
|
|
15084
|
+
},
|
|
15085
|
+
"fontSize": {
|
|
15086
|
+
"$ref": "#fontSize"
|
|
15087
|
+
},
|
|
15088
|
+
"lineHeight": {
|
|
15089
|
+
"$ref": "#lineHeight"
|
|
14868
15090
|
}
|
|
14869
15091
|
},
|
|
14870
15092
|
"required": [
|
|
@@ -14876,7 +15098,12 @@
|
|
|
14876
15098
|
"outlineWidth",
|
|
14877
15099
|
"paddingHorizontal",
|
|
14878
15100
|
"paddingVertical",
|
|
14879
|
-
"borderRadius"
|
|
15101
|
+
"borderRadius",
|
|
15102
|
+
"textLine",
|
|
15103
|
+
"fontName",
|
|
15104
|
+
"fontWeight",
|
|
15105
|
+
"fontSize",
|
|
15106
|
+
"lineHeight"
|
|
14880
15107
|
]
|
|
14881
15108
|
},
|
|
14882
15109
|
"rules": {
|
|
@@ -14919,6 +15146,21 @@
|
|
|
14919
15146
|
},
|
|
14920
15147
|
"borderRadius": {
|
|
14921
15148
|
"$ref": "#radius"
|
|
15149
|
+
},
|
|
15150
|
+
"textLine": {
|
|
15151
|
+
"$ref": "#textLine"
|
|
15152
|
+
},
|
|
15153
|
+
"fontName": {
|
|
15154
|
+
"$ref": "#fontName"
|
|
15155
|
+
},
|
|
15156
|
+
"fontWeight": {
|
|
15157
|
+
"$ref": "#fontWeight"
|
|
15158
|
+
},
|
|
15159
|
+
"fontSize": {
|
|
15160
|
+
"$ref": "#fontSize"
|
|
15161
|
+
},
|
|
15162
|
+
"lineHeight": {
|
|
15163
|
+
"$ref": "#lineHeight"
|
|
14922
15164
|
}
|
|
14923
15165
|
}
|
|
14924
15166
|
},
|
|
@@ -15944,6 +16186,12 @@
|
|
|
15944
16186
|
"contentPaddingLeft": {
|
|
15945
16187
|
"$ref": "#size"
|
|
15946
16188
|
},
|
|
16189
|
+
"contentBorderColor": {
|
|
16190
|
+
"$ref": "#color"
|
|
16191
|
+
},
|
|
16192
|
+
"contentMarginBottom": {
|
|
16193
|
+
"$ref": "#size"
|
|
16194
|
+
},
|
|
15947
16195
|
"mdContentPaddingBottom": {
|
|
15948
16196
|
"$ref": "#size"
|
|
15949
16197
|
},
|
|
@@ -16022,12 +16270,30 @@
|
|
|
16022
16270
|
"expandTitleLineHeight": {
|
|
16023
16271
|
"$ref": "#lineHeight"
|
|
16024
16272
|
},
|
|
16273
|
+
"expandTitleFontName": {
|
|
16274
|
+
"$ref": "#fontName"
|
|
16275
|
+
},
|
|
16276
|
+
"expandTitleFontWeight": {
|
|
16277
|
+
"$ref": "#fontWeight"
|
|
16278
|
+
},
|
|
16025
16279
|
"expandTitleMarginX": {
|
|
16026
16280
|
"$ref": "#size"
|
|
16027
16281
|
},
|
|
16028
16282
|
"expandTitleMarginY": {
|
|
16029
16283
|
"$ref": "#size"
|
|
16030
16284
|
},
|
|
16285
|
+
"expandTitlePaddingLeft": {
|
|
16286
|
+
"$ref": "#size"
|
|
16287
|
+
},
|
|
16288
|
+
"expandTitleBorder": {
|
|
16289
|
+
"$ref": "#border"
|
|
16290
|
+
},
|
|
16291
|
+
"expandTitleBorderColor": {
|
|
16292
|
+
"$ref": "#color"
|
|
16293
|
+
},
|
|
16294
|
+
"expandTitleUnderline": {
|
|
16295
|
+
"$ref": "#textLine"
|
|
16296
|
+
},
|
|
16031
16297
|
"expandBaseBorderWidth": {
|
|
16032
16298
|
"$ref": "#border"
|
|
16033
16299
|
},
|
|
@@ -16043,6 +16309,9 @@
|
|
|
16043
16309
|
"expandContentPaddingTop": {
|
|
16044
16310
|
"$ref": "#size"
|
|
16045
16311
|
},
|
|
16312
|
+
"dividerColor": {
|
|
16313
|
+
"$ref": "#color"
|
|
16314
|
+
},
|
|
16046
16315
|
"icon": {
|
|
16047
16316
|
"$ref": "#icon"
|
|
16048
16317
|
}
|
|
@@ -16050,6 +16319,8 @@
|
|
|
16050
16319
|
"required": [
|
|
16051
16320
|
"contentPaddingBottom",
|
|
16052
16321
|
"contentPaddingLeft",
|
|
16322
|
+
"contentBorderColor",
|
|
16323
|
+
"contentMarginBottom",
|
|
16053
16324
|
"mdContentPaddingBottom",
|
|
16054
16325
|
"mdContentPaddingLeft",
|
|
16055
16326
|
"orderedPadding",
|
|
@@ -16076,13 +16347,20 @@
|
|
|
16076
16347
|
"expandTitleColor",
|
|
16077
16348
|
"expandTitleFontSize",
|
|
16078
16349
|
"expandTitleLineHeight",
|
|
16350
|
+
"expandTitleFontName",
|
|
16351
|
+
"expandTitleFontWeight",
|
|
16079
16352
|
"expandTitleMarginX",
|
|
16080
16353
|
"expandTitleMarginY",
|
|
16354
|
+
"expandTitlePaddingLeft",
|
|
16355
|
+
"expandTitleBorder",
|
|
16356
|
+
"expandTitleBorderColor",
|
|
16357
|
+
"expandTitleUnderline",
|
|
16081
16358
|
"expandBaseBorderWidth",
|
|
16082
16359
|
"expandContentPaddingBottom",
|
|
16083
16360
|
"expandContentPaddingLeft",
|
|
16084
16361
|
"expandContentPaddingRight",
|
|
16085
16362
|
"expandContentPaddingTop",
|
|
16363
|
+
"dividerColor",
|
|
16086
16364
|
"icon"
|
|
16087
16365
|
]
|
|
16088
16366
|
},
|
|
@@ -16106,6 +16384,12 @@
|
|
|
16106
16384
|
"contentPaddingLeft": {
|
|
16107
16385
|
"$ref": "#size"
|
|
16108
16386
|
},
|
|
16387
|
+
"contentBorderColor": {
|
|
16388
|
+
"$ref": "#color"
|
|
16389
|
+
},
|
|
16390
|
+
"contentMarginBottom": {
|
|
16391
|
+
"$ref": "#size"
|
|
16392
|
+
},
|
|
16109
16393
|
"mdContentPaddingBottom": {
|
|
16110
16394
|
"$ref": "#size"
|
|
16111
16395
|
},
|
|
@@ -16184,12 +16468,30 @@
|
|
|
16184
16468
|
"expandTitleLineHeight": {
|
|
16185
16469
|
"$ref": "#lineHeight"
|
|
16186
16470
|
},
|
|
16471
|
+
"expandTitleFontName": {
|
|
16472
|
+
"$ref": "#fontName"
|
|
16473
|
+
},
|
|
16474
|
+
"expandTitleFontWeight": {
|
|
16475
|
+
"$ref": "#fontWeight"
|
|
16476
|
+
},
|
|
16187
16477
|
"expandTitleMarginX": {
|
|
16188
16478
|
"$ref": "#size"
|
|
16189
16479
|
},
|
|
16190
16480
|
"expandTitleMarginY": {
|
|
16191
16481
|
"$ref": "#size"
|
|
16192
16482
|
},
|
|
16483
|
+
"expandTitlePaddingLeft": {
|
|
16484
|
+
"$ref": "#size"
|
|
16485
|
+
},
|
|
16486
|
+
"expandTitleBorder": {
|
|
16487
|
+
"$ref": "#border"
|
|
16488
|
+
},
|
|
16489
|
+
"expandTitleBorderColor": {
|
|
16490
|
+
"$ref": "#color"
|
|
16491
|
+
},
|
|
16492
|
+
"expandTitleUnderline": {
|
|
16493
|
+
"$ref": "#textLine"
|
|
16494
|
+
},
|
|
16193
16495
|
"expandBaseBorderWidth": {
|
|
16194
16496
|
"$ref": "#border"
|
|
16195
16497
|
},
|
|
@@ -16205,6 +16507,9 @@
|
|
|
16205
16507
|
"expandContentPaddingTop": {
|
|
16206
16508
|
"$ref": "#size"
|
|
16207
16509
|
},
|
|
16510
|
+
"dividerColor": {
|
|
16511
|
+
"$ref": "#color"
|
|
16512
|
+
},
|
|
16208
16513
|
"icon": {
|
|
16209
16514
|
"$ref": "#icon"
|
|
16210
16515
|
}
|
|
@@ -16748,9 +17053,18 @@
|
|
|
16748
17053
|
"alignSelf": {
|
|
16749
17054
|
"$ref": "#flexAlign"
|
|
16750
17055
|
},
|
|
17056
|
+
"space": {
|
|
17057
|
+
"$ref": "#integer"
|
|
17058
|
+
},
|
|
16751
17059
|
"icon": {
|
|
16752
17060
|
"$ref": "#icon"
|
|
16753
17061
|
},
|
|
17062
|
+
"trackHeight": {
|
|
17063
|
+
"$ref": "#size"
|
|
17064
|
+
},
|
|
17065
|
+
"outerBorderGapButton": {
|
|
17066
|
+
"$ref": "#size"
|
|
17067
|
+
},
|
|
16754
17068
|
"width": {
|
|
16755
17069
|
"$ref": "#size"
|
|
16756
17070
|
},
|
|
@@ -16822,7 +17136,10 @@
|
|
|
16822
17136
|
"paddingBottom",
|
|
16823
17137
|
"shadow",
|
|
16824
17138
|
"alignSelf",
|
|
17139
|
+
"space",
|
|
16825
17140
|
"icon",
|
|
17141
|
+
"trackHeight",
|
|
17142
|
+
"outerBorderGapButton",
|
|
16826
17143
|
"width",
|
|
16827
17144
|
"trackBorderWidth",
|
|
16828
17145
|
"trackBorderColor",
|
|
@@ -16902,9 +17219,18 @@
|
|
|
16902
17219
|
"alignSelf": {
|
|
16903
17220
|
"$ref": "#flexAlign"
|
|
16904
17221
|
},
|
|
17222
|
+
"space": {
|
|
17223
|
+
"$ref": "#integer"
|
|
17224
|
+
},
|
|
16905
17225
|
"icon": {
|
|
16906
17226
|
"$ref": "#icon"
|
|
16907
17227
|
},
|
|
17228
|
+
"trackHeight": {
|
|
17229
|
+
"$ref": "#size"
|
|
17230
|
+
},
|
|
17231
|
+
"outerBorderGapButton": {
|
|
17232
|
+
"$ref": "#size"
|
|
17233
|
+
},
|
|
16908
17234
|
"width": {
|
|
16909
17235
|
"$ref": "#size"
|
|
16910
17236
|
},
|
|
@@ -17668,6 +17994,9 @@
|
|
|
17668
17994
|
"fontName": {
|
|
17669
17995
|
"$ref": "#fontName"
|
|
17670
17996
|
},
|
|
17997
|
+
"superScriptFontSize": {
|
|
17998
|
+
"$ref": "#fontSize"
|
|
17999
|
+
},
|
|
17671
18000
|
"fontWeight": {
|
|
17672
18001
|
"$ref": "#fontWeight"
|
|
17673
18002
|
},
|
|
@@ -17692,6 +18021,7 @@
|
|
|
17692
18021
|
},
|
|
17693
18022
|
"required": [
|
|
17694
18023
|
"fontName",
|
|
18024
|
+
"superScriptFontSize",
|
|
17695
18025
|
"fontWeight",
|
|
17696
18026
|
"fontSize",
|
|
17697
18027
|
"color",
|
|
@@ -17718,6 +18048,9 @@
|
|
|
17718
18048
|
"fontName": {
|
|
17719
18049
|
"$ref": "#fontName"
|
|
17720
18050
|
},
|
|
18051
|
+
"superScriptFontSize": {
|
|
18052
|
+
"$ref": "#fontSize"
|
|
18053
|
+
},
|
|
17721
18054
|
"fontWeight": {
|
|
17722
18055
|
"$ref": "#fontWeight"
|
|
17723
18056
|
},
|